/** Shopify CDN: Minification failed

Line 9181:1 Unexpected "{"
Line 9189:1 Unexpected "{"
Line 9202:1 Unexpected "{"
Line 9210:1 Unexpected "{"
Line 9231:1 Unexpected "{"
Line 9233:1 Unexpected "{"
Line 9245:1 Unexpected "{"
Line 9247:1 Unexpected "{"
Line 9249:1 Unexpected "{"
Line 9254:1 Unexpected "{"
... and 228 more hidden warnings

**/
/*!**********************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./src/styles/theme.css ***!
  \**********************************************************************************************************************************************/
@font-face {
  font-display: swap;
  font-family: 'Sora';
  font-style: normal;
  font-weight: 400;
  src: url(71c4c48ba8b15373534c.woff2) format('woff2');
}

@font-face {
  font-display: swap;
  font-family: 'Sora';
  font-style: normal;
  font-weight: 600;
  src: url(a5464295230e2c823059.woff2) format('woff2');
}

@font-face {
  font-display: swap;
  font-family: 'Sora';
  font-style: normal;
  font-weight: 700;
  src: url(d9d476a9cbbf148afee8.woff2) format('woff2');
}

@font-face {
  font-display: swap;
  font-family: 'Sora';
  font-style: normal;
  font-weight: 800;
  src: url(d9d476a9cbbf148afee8.woff2) format('woff2');
}

@font-face {
  font-family: 'din-2014';
  src:
    url('https://cdn.shopify.com/s/files/1/0518/9405/9179/files/l_3?v=1722280547')
      format('woff2'),
    url('https://cdn.shopify.com/s/files/1/0518/9405/9179/files/d_3.woff?v=1722280547')
      format('woff'),
    url('https://cdn.shopify.com/s/files/1/0518/9405/9179/files/a_3?v=1722280547')
      format('opentype');
  font-display: auto;
  font-style: italic;
  font-weight: 400;
  font-stretch: normal;
}

.tk-din-2014 {
  font-family: 'din-2014', sans-serif;
}

.tk-din-2014-narrow {
  font-family: 'din-2014-narrow', sans-serif;
}

/*
! tailwindcss v3.3.6 | MIT License | https://tailwindcss.com
*/

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

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

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

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

html {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted currentColor;
          text-decoration: underline dotted currentColor;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

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

:disabled {
  cursor: default;
}

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

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

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

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

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

[hidden] {
  display: none;
}

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

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

.container {
  width: 100%;
}

@media (min-width: 0px) {

  .container {
    max-width: 0px;
  }
}

@media (min-width: 340px) {

  .container {
    max-width: 340px;
  }
}

@media (min-width: 475px) {

  .container {
    max-width: 475px;
  }
}

@media (min-width: 640px) {

  .container {
    max-width: 640px;
  }
}

@media (min-width: 768px) {

  .container {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {

  .container {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {

  .container {
    max-width: 1280px;
  }
}

@media (min-width: 1380px) {

  .container {
    max-width: 1380px;
  }
}

@media (min-width: 1440px) {

  .container {
    max-width: 1440px;
  }
}

@media (min-width: 1536px) {

  .container {
    max-width: 1536px;
  }
}

.aspect-h-1 {
  --tw-aspect-h: 1;
}

.aspect-w-1 {
  position: relative;
  padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
  --tw-aspect-w: 1;
}

.aspect-w-1 > * {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 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;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.inset-0 {
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

.inset-1\/4 {
  top: 25%;
  right: 25%;
  bottom: 25%;
  left: 25%;
}

.inset-3 {
  top: 0.75rem;
  right: 0.75rem;
  bottom: 0.75rem;
  left: 0.75rem;
}

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

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

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

.-bottom-10 {
  bottom: -2.5rem;
}

.-bottom-6 {
  bottom: -1.5rem;
}

.-bottom-6\.25 {
  bottom: -25px;
}

.-left-30 {
  left: -120px;
}

.-left-40 {
  left: -160px;
}

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

.-left-full {
  left: -100%;
}

.-right-2 {
  right: -8px;
}

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

.-right-30 {
  right: -120px;
}

.-right-40 {
  right: -160px;
}

.-right-6 {
  right: -1.5rem;
}

.-top-1\/8 {
  top: -12.5%;
}

.-top-14 {
  top: -56px;
}

.-top-2 {
  top: -8px;
}

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

.-top-full {
  top: -100%;
}

.bottom-0 {
  bottom: 0px;
}

.bottom-1 {
  bottom: 0.25rem;
}

.bottom-16 {
  bottom: 4rem;
}

.bottom-18 {
  bottom: 72px;
}

.bottom-2 {
  bottom: 8px;
}

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

.bottom-20 {
  bottom: 5rem;
}

.bottom-30 {
  bottom: 120px;
}

.bottom-4 {
  bottom: 1rem;
}

.bottom-auto {
  bottom: auto;
}

.bottom-full {
  bottom: 100%;
}

.left-0 {
  left: 0px;
}

.left-1\/10 {
  left: 10%;
}

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

.left-2 {
  left: 8px;
}

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

.left-3 {
  left: 0.75rem;
}

.left-4 {
  left: 1rem;
}

.left-4\.5 {
  left: 18px;
}

.left-6 {
  left: 1.5rem;
}

.left-auto {
  left: auto;
}

.left-full {
  left: 100%;
}

.right-0 {
  right: 0px;
}

.right-1 {
  right: 0.25rem;
}

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

.right-12 {
  right: 3rem;
}

.right-3 {
  right: 0.75rem;
}

.right-5 {
  right: 1.25rem;
}

.right-5\.5 {
  right: 22px;
}

.right-6 {
  right: 1.5rem;
}

.right-full {
  right: 100%;
}

.top-0 {
  top: 0px;
}

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

.top-1\/4-screen {
  top: 25vw;
}

.top-15 {
  top: 60px;
}

.top-2 {
  top: 8px;
}

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

.top-3 {
  top: 0.75rem;
}

.top-3\.5 {
  top: 0.875rem;
}

.top-4 {
  top: 1rem;
}

.top-5 {
  top: 1.25rem;
}

.top-5\.5 {
  top: 22px;
}

.top-6 {
  top: 1.5rem;
}

.top-8 {
  top: 2rem;
}

.top-auto {
  top: auto;
}

.top-full {
  top: 100%;
}

.\!z-\[101\] {
  z-index: 101 !important;
}

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

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

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

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

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

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

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

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

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

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

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

.z-\[100\] {
  z-index: 100;
}

.z-\[101\] {
  z-index: 101;
}

.z-\[102\] {
  z-index: 102;
}

.z-\[999\] {
  z-index: 999;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-first {
  order: -9999;
}

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

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

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

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

.col-start-2 {
  grid-column-start: 2;
}

.float-right {
  float: right;
}

.float-left {
  float: left;
}

.m-0 {
  margin: 0px;
}

.m-1 {
  margin: 0.25rem;
}

.m-auto {
  margin: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.-mb-4 {
  margin-bottom: -1rem;
}

.-ml-2 {
  margin-left: -8px;
}

.-ml-3 {
  margin-left: -0.75rem;
}

.-mt-18 {
  margin-top: -72px;
}

.mb-0 {
  margin-bottom: 0px;
}

.mb-0\.5 {
  margin-bottom: 2px;
}

.mb-0\.75 {
  margin-bottom: 3px;
}

.mb-1 {
  margin-bottom: 0.25rem;
}

.mb-1\.5 {
  margin-bottom: 0.375rem;
}

.mb-10 {
  margin-bottom: 2.5rem;
}

.mb-10\.5 {
  margin-bottom: 42px;
}

.mb-12 {
  margin-bottom: 3rem;
}

.mb-12\.5 {
  margin-bottom: 50px;
}

.mb-14 {
  margin-bottom: 56px;
}

.mb-15 {
  margin-bottom: 60px;
}

.mb-16 {
  margin-bottom: 4rem;
}

.mb-18 {
  margin-bottom: 72px;
}

.mb-2 {
  margin-bottom: 8px;
}

.mb-2\.5 {
  margin-bottom: 0.625rem;
}

.mb-20 {
  margin-bottom: 5rem;
}

.mb-21 {
  margin-bottom: 84px;
}

.mb-21\.5 {
  margin-bottom: 85px;
}

.mb-27 {
  margin-bottom: 108px;
}

.mb-27\.5 {
  margin-bottom: 110px;
}

.mb-3 {
  margin-bottom: 0.75rem;
}

.mb-3\.5 {
  margin-bottom: 0.875rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.mb-4\.5 {
  margin-bottom: 18px;
}

.mb-5 {
  margin-bottom: 1.25rem;
}

.mb-6 {
  margin-bottom: 1.5rem;
}

.mb-6\.5 {
  margin-bottom: 26px;
}

.mb-7 {
  margin-bottom: 1.75rem;
}

.mb-7\.25 {
  margin-bottom: 29px;
}

.mb-7\.5 {
  margin-bottom: 30px;
}

.mb-8 {
  margin-bottom: 2rem;
}

.mb-9 {
  margin-bottom: 2.25rem;
}

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

.ml-0\.5 {
  margin-left: 2px;
}

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

.ml-2 {
  margin-left: 8px;
}

.ml-2\.5 {
  margin-left: 0.625rem;
}

.ml-3 {
  margin-left: 0.75rem;
}

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

.ml-5 {
  margin-left: 1.25rem;
}

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

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

.ml-9 {
  margin-left: 2.25rem;
}

.ml-auto {
  margin-left: auto;
}

.mr-0 {
  margin-right: 0px;
}

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

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

.mr-10 {
  margin-right: 2.5rem;
}

.mr-12 {
  margin-right: 3rem;
}

.mr-12\.5 {
  margin-right: 50px;
}

.mr-13 {
  margin-right: 52px;
}

.mr-13\.5 {
  margin-right: 54px;
}

.mr-2 {
  margin-right: 8px;
}

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

.mr-3 {
  margin-right: 0.75rem;
}

.mr-3\.5 {
  margin-right: 0.875rem;
}

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

.mr-4\.5 {
  margin-right: 18px;
}

.mr-5 {
  margin-right: 1.25rem;
}

.mr-6 {
  margin-right: 1.5rem;
}

.mr-6\.25 {
  margin-right: 25px;
}

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

.mr-auto {
  margin-right: auto;
}

.mt-0 {
  margin-top: 0px;
}

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

.mt-1\.25 {
  margin-top: 5px;
}

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

.mt-10 {
  margin-top: 2.5rem;
}

.mt-12 {
  margin-top: 3rem;
}

.mt-14 {
  margin-top: 56px;
}

.mt-16 {
  margin-top: 4rem;
}

.mt-2 {
  margin-top: 8px;
}

.mt-2\.25 {
  margin-top: 9px;
}

.mt-2\.5 {
  margin-top: 0.625rem;
}

.mt-20 {
  margin-top: 5rem;
}

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

.mt-3\.5 {
  margin-top: 0.875rem;
}

.mt-4 {
  margin-top: 1rem;
}

.mt-4\.5 {
  margin-top: 18px;
}

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

.mt-6 {
  margin-top: 1.5rem;
}

.mt-7 {
  margin-top: 1.75rem;
}

.mt-8 {
  margin-top: 2rem;
}

.mt-9 {
  margin-top: 2.25rem;
}

.block {
  display: block;
}

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

.inline {
  display: inline;
}

.\!flex {
  display: flex !important;
}

.flex {
  display: flex;
}

.inline-flex {
  display: inline-flex;
}

.table {
  display: table;
}

.flow-root {
  display: flow-root;
}

.grid {
  display: grid;
}

.contents {
  display: contents;
}

.hidden {
  display: none;
}

.h-0 {
  height: 0px;
}

.h-0\.5 {
  height: 2px;
}

.h-0\.75 {
  height: 3px;
}

.h-1 {
  height: 0.25rem;
}

.h-1\.5 {
  height: 0.375rem;
}

.h-10 {
  height: 2.5rem;
}

.h-100 {
  height: 400px;
}

.h-11 {
  height: 2.75rem;
}

.h-11\/12 {
  height: 91.666667%;
}

.h-112\.5 {
  height: 450px;
}

.h-12 {
  height: 3rem;
}

.h-12\.5 {
  height: 50px;
}

.h-13 {
  height: 52px;
}

.h-13\.5 {
  height: 54px;
}

.h-14 {
  height: 56px;
}

.h-15 {
  height: 60px;
}

.h-165 {
  height: 165px;
}

.h-2 {
  height: 8px;
}

.h-2\.5 {
  height: 0.625rem;
}

.h-20 {
  height: 5rem;
}

.h-208 {
  height: 208px;
}

.h-26 {
  height: 104px;
}

.h-26\.5 {
  height: 106px;
}

.h-270 {
  height: 270px;
}

.h-285 {
  height: 285px;
}

.h-3 {
  height: 0.75rem;
}

.h-330 {
  height: 330px;
}

.h-35 {
  height: 140px;
}

.h-4 {
  height: 1rem;
}

.h-40 {
  height: 160px;
}

.h-45 {
  height: 180px;
}

.h-5 {
  height: 1.25rem;
}

.h-500 {
  height: 500px;
}

.h-6 {
  height: 1.5rem;
}

.h-7 {
  height: 1.75rem;
}

.h-7\.5 {
  height: 30px;
}

.h-8 {
  height: 2rem;
}

.h-8\.5 {
  height: 34px;
}

.h-80 {
  height: 20rem;
}

.h-9 {
  height: 2.25rem;
}

.h-9\.5 {
  height: 38px;
}

.h-9\/12 {
  height: 75%;
}

.h-\[18px\] {
  height: 18px;
}

.h-\[54px\] {
  height: 54px;
}

.h-auto {
  height: auto;
}

.h-bar-blog-mobile {
  height: calc( 100% + 100px );
}

.h-desktop-search {
  height: calc( 100% - 80px );
}

.h-full {
  height: 100%;
}

.h-max {
  height: -moz-max-content;
  height: max-content;
}

.h-px {
  height: 1px;
}

.h-screen {
  height: 100vh;
}

.max-h-0 {
  max-height: 0;
}

.max-h-350 {
  max-height: 350px;
}

.max-h-500 {
  max-height: 500px;
}

.max-h-600 {
  max-height: 600px;
}

.max-h-\[29px\] {
  max-height: 29px;
}

.max-h-autocomplete {
  max-height: calc( 100vh - 180px );
}

.min-h-160 {
  min-height: 160px;
}

.min-h-190 {
  min-height: 190px;
}

.min-h-3\/4-screen {
  min-height: 75vh;
}

.min-h-400 {
  min-height: 400px;
}

.min-h-450 {
  min-height: 450px;
}

.min-h-460 {
  min-height: 460px;
}

.min-h-option-btn {
  min-height: 44px;
}

.w-0 {
  width: 0px;
}

.w-0\.5 {
  width: 2px;
}

.w-1 {
  width: 0.25rem;
}

.w-1\.5 {
  width: 0.375rem;
}

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

.w-1\/3 {
  width: 33.333333%;
}

.w-1\/4 {
  width: 25%;
}

.w-1\/5 {
  width: 20%;
}

.w-1\/6 {
  width: 16.666667%;
}

.w-10 {
  width: 2.5rem;
}

.w-11\/12 {
  width: 91.666667%;
}

.w-12 {
  width: 3rem;
}

.w-12\.5 {
  width: 50px;
}

.w-13 {
  width: 52px;
}

.w-13\.5 {
  width: 54px;
}

.w-14 {
  width: 56px;
}

.w-15 {
  width: 60px;
}

.w-15\.5 {
  width: 62px;
}

.w-16 {
  width: 4rem;
}

.w-2 {
  width: 8px;
}

.w-2\.5 {
  width: 0.625rem;
}

.w-2\/5 {
  width: 40%;
}

.w-20 {
  width: 5rem;
}

.w-26 {
  width: 104px;
}

.w-26\.5 {
  width: 106px;
}

.w-28 {
  width: 7rem;
}

.w-3 {
  width: 0.75rem;
}

.w-3\/12 {
  width: 25%;
}

.w-3\/4 {
  width: 75%;
}

.w-3\/5 {
  width: 60%;
}

.w-35 {
  width: 140px;
}

.w-350 {
  width: 350px;
}

.w-4 {
  width: 1rem;
}

.w-4\.5 {
  width: 18px;
}

.w-4\/12 {
  width: 33.333333%;
}

.w-4\/5 {
  width: 80%;
}

.w-45 {
  width: 180px;
}

.w-5 {
  width: 1.25rem;
}

.w-5\/12 {
  width: 41.666667%;
}

.w-55 {
  width: 220px;
}

.w-55\.5 {
  width: 222px;
}

.w-56 {
  width: 14rem;
}

.w-580 {
  width: 580px;
}

.w-6 {
  width: 1.5rem;
}

.w-60 {
  width: 15rem;
}

.w-60\.5 {
  width: 242px;
}

.w-62\.5 {
  width: 250px;
}

.w-65 {
  width: 65px;
}

.w-7 {
  width: 1.75rem;
}

.w-7\.5 {
  width: 30px;
}

.w-8 {
  width: 2rem;
}

.w-8\.5 {
  width: 34px;
}

.w-9 {
  width: 2.25rem;
}

.w-9\/12 {
  width: 75%;
}

.w-\[102px\] {
  width: 102px;
}

.w-\[18px\] {
  width: 18px;
}

.w-\[50px\] {
  width: 50px;
}

.w-\[54px\] {
  width: 54px;
}

.w-adjust {
  width: calc( 100% - 32px );
}

.w-auto {
  width: auto;
}

.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}

.w-full {
  width: 100%;
}

.w-max {
  width: -moz-max-content;
  width: max-content;
}

.w-px {
  width: 1px;
}

.w-screen {
  width: 100vw;
}

.w-underline-mobile {
  width: calc( 100% + 80px );
}

.w-underline-sp-mobile {
  width: calc( 100% + 60px );
}

.min-w-140 {
  min-width: 140px;
}

.min-w-268 {
  min-width: 268px;
}

.min-w-275 {
  min-width: 275px;
}

.min-w-btn {
  min-width: 250px;
}

.min-w-full {
  min-width: 100%;
}

.min-w-min {
  min-width: -moz-min-content;
  min-width: min-content;
}

.\!max-w-full {
  max-width: 100% !important;
}

.max-w-1\/2 {
  max-width: 50%;
}

.max-w-1\/3 {
  max-width: 33.33%;
}

.max-w-1\/4 {
  max-width: 25%;
}

.max-w-1010 {
  max-width: 1010px;
}

.max-w-105 {
  max-width: 420px;
}

.max-w-1200 {
  max-width: 1200px;
}

.max-w-1320 {
  max-width: 1320px;
}

.max-w-21 {
  max-width: 84px;
}

.max-w-350 {
  max-width: 350px;
}

.max-w-40 {
  max-width: 160px;
}

.max-w-450 {
  max-width: 450px;
}

.max-w-52\.5 {
  max-width: 210px;
}

.max-w-550 {
  max-width: 550px;
}

.max-w-60 {
  max-width: 240px;
}

.max-w-600 {
  max-width: 600px;
}

.max-w-652 {
  max-width: 652px;
}

.max-w-70\.5 {
  max-width: 282px;
}

.max-w-710 {
  max-width: 710px;
}

.max-w-81\.75 {
  max-width: 327px;
}

.max-w-840 {
  max-width: 840px;
}

.max-w-85\% {
  max-width: 85%;
}

.max-w-920 {
  max-width: 920px;
}

.max-w-\[124\.5rem\] {
  max-width: 124.5rem;
}

.max-w-\[90px\] {
  max-width: 90px;
}

.max-w-btn {
  max-width: 250px;
}

.max-w-btn-sm {
  max-width: 200px;
}

.max-w-full {
  max-width: 100%;
}

.max-w-full-width-content {
  max-width: 790px;
}

.max-w-lg {
  max-width: 32rem;
}

.max-w-mobile-full {
  max-width: calc( 100% - 48px );
}

.max-w-nav-mobile {
  max-width: 590px;
}

.max-w-none {
  max-width: none;
}

.max-w-screen-lg {
  max-width: 1024px;
}

.max-w-unset {
  max-width: none;
  max-width: initial;
}

.max-w-xs {
  max-width: 20rem;
}

.flex-1 {
  flex: 1 1 0%;
}

.flex-shrink-0 {
  flex-shrink: 0;
}

.shrink {
  flex-shrink: 1;
}

.shrink-0 {
  flex-shrink: 0;
}

.flex-grow {
  flex-grow: 1;
}

.flex-grow-0 {
  flex-grow: 0;
}

.grow {
  flex-grow: 1;
}

.basis-28 {
  flex-basis: 7rem;
}

.-translate-x-1\/2 {
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-translate-x-1\/3 {
  --tw-translate-x: -33.333333%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-translate-x-2\/4 {
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-translate-x-full {
  --tw-translate-x: -100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-translate-y-1\/2 {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-translate-y-2\/4 {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-x-1\/2 {
  --tw-translate-x: 50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-x-5 {
  --tw-translate-x: 1.25rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-x-full {
  --tw-translate-x: 100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-y-full {
  --tw-translate-y: 100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-rotate-90 {
  --tw-rotate: -90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.rotate-180 {
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.rotate-45 {
  --tw-rotate: 45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.rotate-90 {
  --tw-rotate: 90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.scale-40 {
  --tw-scale-x: .4;
  --tw-scale-y: .4;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.cursor-auto {
  cursor: auto;
}

.cursor-default {
  cursor: default;
}

.cursor-not-allowed {
  cursor: not-allowed;
}

.cursor-pointer {
  cursor: pointer;
}

.resize {
  resize: both;
}

.snap-x {
  scroll-snap-type: x var(--tw-scroll-snap-strictness);
}

.snap-mandatory {
  --tw-scroll-snap-strictness: mandatory;
}

.list-none {
  list-style-type: none;
}

.appearance-none {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.grid-flow-row {
  grid-auto-flow: row;
}

.grid-flow-col {
  grid-auto-flow: column;
}

.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-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-\[repeat\(auto-fill\2c _50px\)\] {
  grid-template-columns: repeat(auto-fill, 50px);
}

.grid-rows-1 {
  grid-template-rows: repeat(1, minmax(0, 1fr));
}

.flex-row {
  flex-direction: row;
}

.flex-col {
  flex-direction: column;
}

.flex-col-reverse {
  flex-direction: column-reverse;
}

.flex-wrap {
  flex-wrap: wrap;
}

.flex-nowrap {
  flex-wrap: nowrap;
}

.content-center {
  align-content: center;
}

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

.items-end {
  align-items: flex-end;
}

.items-center {
  align-items: center;
}

.items-baseline {
  align-items: baseline;
}

.items-stretch {
  align-items: stretch;
}

.justify-start {
  justify-content: flex-start;
}

.justify-end {
  justify-content: flex-end;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.gap-0 {
  gap: 0px;
}

.gap-1 {
  gap: 0.25rem;
}

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

.gap-10 {
  gap: 2.5rem;
}

.gap-12 {
  gap: 3rem;
}

.gap-2 {
  gap: 8px;
}

.gap-2\.5 {
  gap: 10px;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-5 {
  gap: 1.25rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-8 {
  gap: 2rem;
}

.gap-x-2 {
  -moz-column-gap: 8px;
       column-gap: 8px;
}

.gap-x-4 {
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}

.gap-x-5 {
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
}

.gap-x-6 {
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}

.gap-y-0 {
  row-gap: 0px;
}

.gap-y-10 {
  row-gap: 2.5rem;
}

.gap-y-6 {
  row-gap: 1.5rem;
}

.gap-y-8 {
  row-gap: 2rem;
}

.divide-y > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * (1 - var(--tw-divide-y-reverse)));
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}

.divide-light-grey > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(234, 234, 234, var(--tw-divide-opacity));
}

.divide-silver > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(197, 197, 197, var(--tw-divide-opacity));
}

.self-start {
  align-self: flex-start;
}

.overflow-auto {
  overflow: auto;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-visible {
  overflow: visible;
}

.overflow-scroll {
  overflow: scroll;
}

.overflow-x-auto {
  overflow-x: auto;
}

.overflow-y-auto {
  overflow-y: auto;
}

.overflow-x-hidden {
  overflow-x: hidden;
}

.overflow-y-hidden {
  overflow-y: hidden;
}

.overflow-x-visible {
  overflow-x: visible;
}

.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-circle {
  border-radius: 100%;
}

.rounded-full {
  border-radius: 9999px;
}

.rounded-lg {
  border-radius: 7px;
}

.rounded-sm {
  border-radius: 4px;
}

.rounded-b-none {
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

.rounded-l-none {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

.rounded-l-sm {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.rounded-t-none {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

.border {
  border-width: 1px;
}

.border-1 {
  border-width: 1px;
}

.border-1\.5 {
  border-width: 1.5px;
}

.border-2 {
  border-width: 2px;
}

.border-2\.5 {
  border-width: 2.5px;
}

.border-b {
  border-bottom-width: 1px;
}

.border-b-0 {
  border-bottom-width: 0;
}

.border-b-1 {
  border-bottom-width: 1px;
}

.border-b-1\.5 {
  border-bottom-width: 1.5px;
}

.border-b-2 {
  border-bottom-width: 2px;
}

.border-l {
  border-left-width: 1px;
}

.border-l-0 {
  border-left-width: 0;
}

.border-l-2 {
  border-left-width: 2px;
}

.border-l-3 {
  border-left-width: 3px;
}

.border-l-5 {
  border-left-width: 5px;
}

.border-r {
  border-right-width: 1px;
}

.border-r-0 {
  border-right-width: 0;
}

.border-t {
  border-top-width: 1px;
}

.border-t-0 {
  border-top-width: 0;
}

.border-t-1 {
  border-top-width: 1px;
}

.border-t-1\.5 {
  border-top-width: 1.5px;
}

.border-t-2 {
  border-top-width: 2px;
}

.border-t-8 {
  border-top-width: 8px;
}

.border-solid {
  border-style: solid;
}

.border-none {
  border-style: none;
}

.border-black {
  --tw-border-opacity: 1;
  border-color: rgba(22, 23, 24, var(--tw-border-opacity));
}

.border-bright-yellow {
  --tw-border-opacity: 1;
  border-color: rgba(237, 255, 0, var(--tw-border-opacity));
}

.border-dark-green {
  --tw-border-opacity: 1;
  border-color: rgba(60, 106, 73, var(--tw-border-opacity));
}

.border-faint-cloud {
  --tw-border-opacity: 1;
  border-color: rgba(248, 248, 248, var(--tw-border-opacity));
}

.border-light-grey {
  --tw-border-opacity: 1;
  border-color: rgba(234, 234, 234, var(--tw-border-opacity));
}

.border-light-stone {
  --tw-border-opacity: 1;
  border-color: rgba(130, 130, 130, var(--tw-border-opacity));
}

.border-lush {
  --tw-border-opacity: 1;
  border-color: rgba(191, 209, 87, var(--tw-border-opacity));
}

.border-magma {
  --tw-border-opacity: 1;
  border-color: rgba(255, 82, 71, var(--tw-border-opacity));
}

.border-mobile-nav-border {
  --tw-border-opacity: 1;
  border-color: rgba(235, 235, 235, var(--tw-border-opacity));
}

.border-pine {
  --tw-border-opacity: 1;
  border-color: rgba(76, 122, 89, var(--tw-border-opacity));
}

.border-red {
  --tw-border-opacity: 1;
  border-color: rgba(219, 22, 47, var(--tw-border-opacity));
}

.border-sale-outline {
  --tw-border-opacity: 1;
  border-color: rgba(226, 226, 226, var(--tw-border-opacity));
}

.border-sand {
  --tw-border-opacity: 1;
  border-color: rgba(245, 229, 214, var(--tw-border-opacity));
}

.border-silver {
  --tw-border-opacity: 1;
  border-color: rgba(197, 197, 197, var(--tw-border-opacity));
}

.border-soft-grey {
  --tw-border-opacity: 1;
  border-color: rgba(225, 225, 225, var(--tw-border-opacity));
}

.border-stone {
  --tw-border-opacity: 1;
  border-color: rgba(77, 77, 77, var(--tw-border-opacity));
}

.border-transparent {
  border-color: transparent;
}

.border-white {
  --tw-border-opacity: 1;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity));
}

.border-l-bright-yellow {
  --tw-border-opacity: 1;
  border-left-color: rgba(237, 255, 0, var(--tw-border-opacity));
}

.border-l-gray-2 {
  --tw-border-opacity: 1;
  border-left-color: rgba(64, 70, 70, var(--tw-border-opacity));
}

.border-l-orange {
  --tw-border-opacity: 1;
  border-left-color: rgba(221, 42, 17, var(--tw-border-opacity));
}

.border-l-pine {
  --tw-border-opacity: 1;
  border-left-color: rgba(76, 122, 89, var(--tw-border-opacity));
}

.bg-back-to-top {
  background-color: rgba(197,197,197,0.5);
}

.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgba(22, 23, 24, var(--tw-bg-opacity));
}

.bg-bright-yellow {
  --tw-bg-opacity: 1;
  background-color: rgba(237, 255, 0, var(--tw-bg-opacity));
}

.bg-dark-green {
  --tw-bg-opacity: 1;
  background-color: rgba(60, 106, 73, var(--tw-bg-opacity));
}

.bg-dark-stone {
  --tw-bg-opacity: 1;
  background-color: rgba(38, 43, 44, var(--tw-bg-opacity));
}

.bg-dark-stone-overlay {
  background-color: rgba(38,43,44,.5);
}

.bg-faint-cloud {
  --tw-bg-opacity: 1;
  background-color: rgba(248, 248, 248, var(--tw-bg-opacity));
}

.bg-gray-2 {
  --tw-bg-opacity: 1;
  background-color: rgba(64, 70, 70, var(--tw-bg-opacity));
}

.bg-ice-grey {
  --tw-bg-opacity: 1;
  background-color: rgba(246, 246, 246, var(--tw-bg-opacity));
}

.bg-light-grey {
  --tw-bg-opacity: 1;
  background-color: rgba(234, 234, 234, var(--tw-bg-opacity));
}

.bg-light-sand {
  --tw-bg-opacity: 1;
  background-color: rgba(252, 249, 245, var(--tw-bg-opacity));
}

.bg-light-stone {
  --tw-bg-opacity: 1;
  background-color: rgba(130, 130, 130, var(--tw-bg-opacity));
}

.bg-lush {
  --tw-bg-opacity: 1;
  background-color: rgba(191, 209, 87, var(--tw-bg-opacity));
}

.bg-orange {
  --tw-bg-opacity: 1;
  background-color: rgba(221, 42, 17, var(--tw-bg-opacity));
}

.bg-overlay {
  background-color: rgba(38,43,44,.75);
}

.bg-pine {
  --tw-bg-opacity: 1;
  background-color: rgba(76, 122, 89, var(--tw-bg-opacity));
}

.bg-play-btn {
  background-color: rgba(252,252,252,0.6);
}

.bg-red {
  --tw-bg-opacity: 1;
  background-color: rgba(219, 22, 47, var(--tw-bg-opacity));
}

.bg-sand {
  --tw-bg-opacity: 1;
  background-color: rgba(245, 229, 214, var(--tw-bg-opacity));
}

.bg-silver {
  --tw-bg-opacity: 1;
  background-color: rgba(197, 197, 197, var(--tw-bg-opacity));
}

.bg-snow {
  --tw-bg-opacity: 1;
  background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
}

.bg-stone {
  --tw-bg-opacity: 1;
  background-color: rgba(77, 77, 77, var(--tw-bg-opacity));
}

.bg-title-overlay {
  background-color: rgba(252, 249, 245, 0.5);
}

.bg-transparent {
  background-color: rgba(255,255,255,0);
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.bg-opacity-100 {
  --tw-bg-opacity: 1;
}

.bg-opacity-20 {
  --tw-bg-opacity: 0.2;
}

.bg-opacity-40 {
  --tw-bg-opacity: 0.4;
}

.bg-opacity-60 {
  --tw-bg-opacity: 0.6;
}

.bg-opacity-75 {
  --tw-bg-opacity: 0.75;
}

.bg-cover {
  background-size: cover;
}

.bg-center {
  background-position: center;
}

.bg-no-repeat {
  background-repeat: no-repeat;
}

.fill-black {
  fill: #161718;
}

.stroke-black {
  stroke: #161718;
}

.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}

.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.object-center {
  -o-object-position: center;
     object-position: center;
}

.p-0 {
  padding: 0px;
}

.p-0\.5 {
  padding: 2px;
}

.p-1 {
  padding: 0.25rem;
}

.p-1\.5 {
  padding: 0.375rem;
}

.p-10 {
  padding: 2.5rem;
}

.p-2 {
  padding: 8px;
}

.p-3 {
  padding: 0.75rem;
}

.p-4 {
  padding: 1rem;
}

.p-5 {
  padding: 1.25rem;
}

.p-6 {
  padding: 1.5rem;
}

.p-8 {
  padding: 2rem;
}

.\!py-0 {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.\!py-0\.5 {
  padding-top: 2px !important;
  padding-bottom: 2px !important;
}

.\!py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.\!py-3 {
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
}

.px-0 {
  padding-left: 0px;
  padding-right: 0px;
}

.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

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

.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.px-10\.5 {
  padding-left: 42px;
  padding-right: 42px;
}

.px-12 {
  padding-left: 3rem;
  padding-right: 3rem;
}

.px-18 {
  padding-left: 72px;
  padding-right: 72px;
}

.px-2 {
  padding-left: 8px;
  padding-right: 8px;
}

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

.px-20 {
  padding-left: 5rem;
  padding-right: 5rem;
}

.px-22 {
  padding-left: 88px;
  padding-right: 88px;
}

.px-22\.5 {
  padding-left: 90px;
  padding-right: 90px;
}

.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.px-3\.5 {
  padding-left: 0.875rem;
  padding-right: 0.875rem;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.px-4\.5 {
  padding-left: 18px;
  padding-right: 18px;
}

.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.px-7 {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}

.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.px-9 {
  padding-left: 2.25rem;
  padding-right: 2.25rem;
}

.py-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}

.py-0\.75 {
  padding-top: 3px;
  padding-bottom: 3px;
}

.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

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

.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.py-10\.5 {
  padding-top: 42px;
  padding-bottom: 42px;
}

.py-11 {
  padding-top: 2.75rem;
  padding-bottom: 2.75rem;
}

.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.py-12\.5 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.py-14 {
  padding-top: 56px;
  padding-bottom: 56px;
}

.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.py-2 {
  padding-top: 8px;
  padding-bottom: 8px;
}

.py-2\.5 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

.py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.py-3\.5 {
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
}

.py-30 {
  padding-top: 120px;
  padding-bottom: 120px;
}

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.py-4\.5 {
  padding-top: 18px;
  padding-bottom: 18px;
}

.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.py-5\.5 {
  padding-top: 22px;
  padding-bottom: 22px;
}

.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.py-7 {
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}

.py-7\.5 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.py-9 {
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
}

.pb-0 {
  padding-bottom: 0px;
}

.pb-0\.5 {
  padding-bottom: 2px;
}

.pb-1 {
  padding-bottom: 0.25rem;
}

.pb-10 {
  padding-bottom: 2.5rem;
}

.pb-11 {
  padding-bottom: 2.75rem;
}

.pb-12 {
  padding-bottom: 3rem;
}

.pb-14 {
  padding-bottom: 56px;
}

.pb-16 {
  padding-bottom: 4rem;
}

.pb-2 {
  padding-bottom: 8px;
}

.pb-2\.5 {
  padding-bottom: 0.625rem;
}

.pb-20 {
  padding-bottom: 5rem;
}

.pb-21 {
  padding-bottom: 84px;
}

.pb-22 {
  padding-bottom: 88px;
}

.pb-25 {
  padding-bottom: 100px;
}

.pb-3 {
  padding-bottom: 0.75rem;
}

.pb-3\.5 {
  padding-bottom: 0.875rem;
}

.pb-30 {
  padding-bottom: 120px;
}

.pb-36 {
  padding-bottom: 9rem;
}

.pb-4 {
  padding-bottom: 1rem;
}

.pb-45 {
  padding-bottom: 180px;
}

.pb-5 {
  padding-bottom: 1.25rem;
}

.pb-50 {
  padding-bottom: 200px;
}

.pb-6 {
  padding-bottom: 1.5rem;
}

.pb-7 {
  padding-bottom: 1.75rem;
}

.pb-7\.5 {
  padding-bottom: 30px;
}

.pb-75 {
  padding-bottom: 300px;
}

.pb-8 {
  padding-bottom: 2rem;
}

.pb-9 {
  padding-bottom: 2.25rem;
}

.pl-0 {
  padding-left: 0px;
}

.pl-1 {
  padding-left: 0.25rem;
}

.pl-15 {
  padding-left: 60px;
}

.pl-2 {
  padding-left: 8px;
}

.pl-2\.5 {
  padding-left: 0.625rem;
}

.pl-27 {
  padding-left: 108px;
}

.pl-27\.5 {
  padding-left: 110px;
}

.pl-3 {
  padding-left: 0.75rem;
}

.pl-3\.5 {
  padding-left: 0.875rem;
}

.pl-4 {
  padding-left: 1rem;
}

.pl-4\.5 {
  padding-left: 18px;
}

.pl-5 {
  padding-left: 1.25rem;
}

.pl-5\.25 {
  padding-left: 21px;
}

.pl-6 {
  padding-left: 1.5rem;
}

.pl-7 {
  padding-left: 1.75rem;
}

.pl-7\.5 {
  padding-left: 30px;
}

.pl-8 {
  padding-left: 2rem;
}

.pr-0 {
  padding-right: 0px;
}

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

.pr-10 {
  padding-right: 2.5rem;
}

.pr-12 {
  padding-right: 3rem;
}

.pr-12\.5 {
  padding-right: 50px;
}

.pr-2 {
  padding-right: 8px;
}

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

.pr-23 {
  padding-right: 92px;
}

.pr-3 {
  padding-right: 0.75rem;
}

.pr-4 {
  padding-right: 1rem;
}

.pr-5 {
  padding-right: 1.25rem;
}

.pr-5\.25 {
  padding-right: 21px;
}

.pr-6 {
  padding-right: 1.5rem;
}

.pr-8 {
  padding-right: 2rem;
}

.pt-0 {
  padding-top: 0px;
}

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

.pt-10 {
  padding-top: 2.5rem;
}

.pt-12 {
  padding-top: 3rem;
}

.pt-12\.5 {
  padding-top: 50px;
}

.pt-122percent {
  padding-top: 122%;
}

.pt-13 {
  padding-top: 52px;
}

.pt-13\.5 {
  padding-top: 54px;
}

.pt-14 {
  padding-top: 56px;
}

.pt-144percent {
  padding-top: 144%;
}

.pt-15 {
  padding-top: 60px;
}

.pt-16 {
  padding-top: 4rem;
}

.pt-2 {
  padding-top: 8px;
}

.pt-2\.5 {
  padding-top: 0.625rem;
}

.pt-21 {
  padding-top: 84px;
}

.pt-22 {
  padding-top: 88px;
}

.pt-26 {
  padding-top: 104px;
}

.pt-26\.5 {
  padding-top: 106px;
}

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

.pt-4 {
  padding-top: 1rem;
}

.pt-4\/5 {
  padding-top: 80%;
}

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

.pt-5\.25 {
  padding-top: 21px;
}

.pt-5\.5 {
  padding-top: 22px;
}

.pt-6 {
  padding-top: 1.5rem;
}

.pt-7 {
  padding-top: 1.75rem;
}

.pt-7\/10 {
  padding-top: 70%;
}

.pt-8 {
  padding-top: 2rem;
}

.pt-9 {
  padding-top: 2.25rem;
}

.pt-\[100\%\] {
  padding-top: 100%;
}

.pt-\[56\.25\%\] {
  padding-top: 56.25%;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.align-top {
  vertical-align: top;
}

.align-middle {
  vertical-align: middle;
}

.font-sora {
  font-family: Sora, sans-serif;
}

.\!text-\[11px\] {
  font-size: 11px !important;
}

.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}

.text-\[11px\] {
  font-size: 11px;
}

.text-\[13px\] {
  font-size: 13px;
}

.text-\[15px\] {
  font-size: 15px;
}

.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}

.text-h1-m {
  font-size: 32px;
  line-height: 40px;
  letter-spacing: 1.3px;
}

.text-h2 {
  font-size: 42px;
  line-height: 54px;
  letter-spacing: 1.2px;
}

.text-h3 {
  font-size: 34px;
  line-height: 44px;
  letter-spacing: 1.2px;
}

.text-h3-m {
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 1px;
}

.text-h4 {
  font-size: 28px;
  line-height: 38px;
}

.text-h4-m {
  font-size: 22px;
  line-height: 30px;
}

.text-h5 {
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 1px;
}

.text-h5-m {
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0.8px;
}

.text-h6 {
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 1px;
}

.text-h6-m {
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0.8px;
}

.text-h7 {
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0px;
}

.text-h7-m {
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0px;
}

.text-h8 {
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 2px;
}

.text-h8-m {
  font-size: 16px;
  line-height: 21px;
  letter-spacing: 2px;
}

.text-mobile-product-title {
  font-size: 18px;
  line-height: 21px;
}

.text-p {
  font-size: 16px;
  line-height: 24px;
}

.text-p-lg {
  font-size: 18px;
  line-height: 27px;
}

.text-p-ms {
  font-size: 13px;
  line-height: 20px;
}

.text-p-s {
  font-size: 14px;
  line-height: 20px;
}

.text-p-xl {
  font-size: 20px;
  line-height: 24px;
}

.text-p-xs {
  font-size: 12px;
  line-height: 18px;
}

.text-p-xxs {
  font-size: 11px;
  line-height: 18px;
}

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.text-special {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 1.45px;
}

.text-special-lg {
  font-size: 18px;
  line-height: 27px;
  letter-spacing: 1.7px;
}

.text-special-mxs {
  font-size: 11px;
  line-height: 18px;
  letter-spacing: 0.85px;
}

.text-special-s {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 1px;
}

.text-special-xs {
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.85px;
}

.text-special-xxs {
  font-size: 10px;
  line-height: 12px;
  letter-spacing: 0.5px;
}

.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}

.font-black {
  font-weight: 900;
}

.font-bold {
  font-weight: 700;
}

.font-light {
  font-weight: 300;
}

.font-medium {
  font-weight: 500;
}

.font-normal {
  font-weight: 400;
}

.font-semibold {
  font-weight: 600;
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

.normal-case {
  text-transform: none;
}

.italic {
  font-style: italic;
}

.leading-10 {
  line-height: 2.5rem;
}

.leading-11 {
  line-height: 11px;
}

.leading-14 {
  line-height: 14px;
}

.leading-18 {
  line-height: 18px;
}

.leading-21 {
  line-height: 21px;
}

.leading-27 {
  line-height: 27px;
}

.leading-4 {
  line-height: 1rem;
}

.leading-45 {
  line-height: 45px;
}

.leading-5 {
  line-height: 1.25rem;
}

.leading-56 {
  line-height: 56px;
}

.leading-6 {
  line-height: 1.5rem;
}

.leading-7 {
  line-height: 1.75rem;
}

.leading-8 {
  line-height: 2rem;
}

.leading-9 {
  line-height: 2.25rem;
}

.leading-\[24px\] {
  line-height: 24px;
}

.leading-tight {
  line-height: 1.25;
}

.tracking-0\.8 {
  letter-spacing: 0.8px;
}

.tracking-1 {
  letter-spacing: 1px;
}

.tracking-normal {
  letter-spacing: 0;
}

.\!text-dark-stone {
  --tw-text-opacity: 1 !important;
  color: rgba(38, 43, 44, var(--tw-text-opacity)) !important;
}

.text-black {
  --tw-text-opacity: 1;
  color: rgba(22, 23, 24, var(--tw-text-opacity));
}

.text-bright-yellow {
  --tw-text-opacity: 1;
  color: rgba(237, 255, 0, var(--tw-text-opacity));
}

.text-dark-black {
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

.text-dark-stone {
  --tw-text-opacity: 1;
  color: rgba(38, 43, 44, var(--tw-text-opacity));
}

.text-light-grey {
  --tw-text-opacity: 1;
  color: rgba(234, 234, 234, var(--tw-text-opacity));
}

.text-light-magma {
  --tw-text-opacity: 1;
  color: rgba(255, 118, 108, var(--tw-text-opacity));
}

.text-light-stone {
  --tw-text-opacity: 1;
  color: rgba(130, 130, 130, var(--tw-text-opacity));
}

.text-pine {
  --tw-text-opacity: 1;
  color: rgba(76, 122, 89, var(--tw-text-opacity));
}

.text-red {
  --tw-text-opacity: 1;
  color: rgba(219, 22, 47, var(--tw-text-opacity));
}

.text-silver {
  --tw-text-opacity: 1;
  color: rgba(197, 197, 197, var(--tw-text-opacity));
}

.text-stone {
  --tw-text-opacity: 1;
  color: rgba(77, 77, 77, var(--tw-text-opacity));
}

.text-success-green {
  --tw-text-opacity: 1;
  color: rgba(76, 122, 89, var(--tw-text-opacity));
}

.text-white {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

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

.line-through {
  text-decoration-line: line-through;
}

.no-underline {
  text-decoration-line: none;
}

.placeholder-white::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
}

.placeholder-white::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
}

.opacity-0 {
  opacity: 0;
}

.opacity-100 {
  opacity: 1;
}

.opacity-70 {
  opacity: 0.7;
}

.opacity-80 {
  opacity: 0.8;
}

.shadow-back-to-top {
  --tw-shadow: 0 0 10px 0 rgba(77,77,77,0.64);
  --tw-shadow-colored: 0 0 10px 0 var(--tw-shadow-color);
  box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
}

.shadow-country-box {
  --tw-shadow: 0 0 8px rgba(0,0,0,0.14);
  --tw-shadow-colored: 0 0 8px var(--tw-shadow-color);
  box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
}

.shadow-general-content-sidenav {
  --tw-shadow: 0px 1px 0px 0px rgb(244, 245, 245);
  --tw-shadow-colored: 0px 1px 0px 0px var(--tw-shadow-color);
  box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
}

.shadow-modal {
  --tw-shadow: 0 0 14px rgba(0,0,0,0.5);
  --tw-shadow-colored: 0 0 14px var(--tw-shadow-color);
  box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
}

.shadow-nav {
  --tw-shadow: 0 0 6px 2px rgba(115,121,120,0.10);
  --tw-shadow-colored: 0 0 6px 2px var(--tw-shadow-color);
  box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
}

.shadow-search-auto {
  --tw-shadow: 0 0 6px rgba(0,0,0,0.25);
  --tw-shadow-colored: 0 0 6px var(--tw-shadow-color);
  box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
}

.shadow-sm {
  --tw-shadow: 0 0 6px 0 rgba(102,102,102,0.30);
  --tw-shadow-colored: 0 0 6px 0 var(--tw-shadow-color);
  box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
}

.shadow-sticky-atc {
  --tw-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.05);
  --tw-shadow-colored: 0px 4px 8px 0px var(--tw-shadow-color);
  box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
}

.shadow-back-to-top {
  --tw-shadow-color: rgba(197,197,197,0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.outline {
  outline-style: solid;
}

.blur {
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-max-height {
  transition-property: max-height;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-shadow {
  transition-property: box-shadow;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.delay-1000 {
  transition-delay: 1000ms;
}

.duration-200 {
  transition-duration: 200ms;
}

.duration-300 {
  transition-duration: 300ms;
}

.duration-500 {
  transition-duration: 500ms;
}

.duration-700 {
  transition-duration: 700ms;
}

.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.border-l-pine {
  border-left-color: #4C7A59;
}

.border-l-orange {
  border-left-color: #DD2A11;
}

.border-l-bright-yellow {
  border-left-color: #EDFF00;
}

.border-l-gray-2 {
  border-left-color: #404646;
}

/* GlideJS CSS */

.glide{position:relative;width:100%;box-sizing:border-box}

.glide *{box-sizing:inherit}

.glide__track{overflow:hidden}

.glide__slides{position:relative;width:100%;list-style:none;backface-visibility:hidden;transform-style:preserve-3d;touch-action:pan-Y;overflow:hidden;padding:0;white-space:nowrap;display:flex;flex-wrap:nowrap;will-change:transform}

.glide__slides--dragging{-webkit-user-select:none;-moz-user-select:none;user-select:none}

.glide__slide{width:100%;height:100%;flex-shrink:0;white-space:normal;-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent}

.glide__slide a{-webkit-user-select:none;user-select:none;-webkit-user-drag:none;-moz-user-select:none;-ms-user-select:none}

.glide__arrows{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}

.glide__bullets{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}

.glide--rtl{direction:rtl}

.iti {
  position: relative;
  display: inline-block;
}

.iti * {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.iti__hide {
  display: none;
}

.iti__v-hide {
  visibility: hidden;
}

.iti input,
.iti input[type="text"],
.iti input[type="tel"] {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.iti input,
.iti input[type="text"],
.iti input[type="tel"] {
  position: relative;
  z-index: 0;
  padding-right: 36px;
  margin-right: 0;
}

.iti__flag-container {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  padding: 1px;
}

.iti__selected-flag {
  z-index: 1;
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 6px 0 8px;
}

.iti__arrow {
  margin-left: 6px;
  width: 0;
  height: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 4px solid #555;
}

.iti__arrow--up {
  border-top: none;
  border-bottom: 4px solid #555;
}

.iti__country-list {
  position: absolute;
  z-index: 2;
  list-style: none;
  text-align: left;
  padding: 0;
  margin: 0 0 0 -1px;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
  background-color: white;
  border: 1px solid #ccc;
  white-space: nowrap;
  max-height: 200px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

.iti__country-list--dropup {
  bottom: 100%;
  margin-bottom: -1px;
}

@media (max-width: 500px) {
  .iti__country-list {
    white-space: normal;
  }
}

/* Quickshop ITI */

.quickshop-open .iti__country-list {
  white-space: normal !important;
}

.quickshop-open .iti__country-list {
  width: 60vw;
}

@media (min-width: 768px) {
  .quickshop-open .iti__country-list {
    max-width: 24vw;
  }
}

@media (min-width: 1024px) {
  .quickshop-open .iti__country-list {
    max-width: 348px;
  }
}

/* END QUICKSHOP ITI */

.iti__flag-box {
  display: inline-block;
  width: 20px;
}

.iti__divider {
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #ccc;
}

.iti__country {
  padding: 5px 10px;
  outline: none;
}

.iti__dial-code {
  color: #999;
}

.iti__country.iti__highlight {
  background-color: rgba(0, 0, 0, 0.05);
}

.iti__flag-box,
.iti__country-name,
.iti__dial-code {
  vertical-align: middle;
}

.iti__flag-box,
.iti__country-name {
  margin-right: 6px;
}

.iti--allow-dropdown input,
.iti--allow-dropdown input[type="text"],
.iti--allow-dropdown input[type="tel"],
.iti--separate-dial-code input,
.iti--separate-dial-code input[type="text"],
.iti--separate-dial-code input[type="tel"] {
  padding-right: 6px;
  padding-left: 52px;
  margin-left: 0;
}

.iti--allow-dropdown .iti__flag-container,
.iti--separate-dial-code .iti__flag-container {
  right: auto;
  left: 0;
}

.iti--allow-dropdown .iti__flag-container:hover {
  cursor: pointer;
}

.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
  background-color: rgba(0, 0, 0, 0.05);
}

.iti--allow-dropdown input[disabled] + .iti__flag-container:hover,
.iti--allow-dropdown input[readonly] + .iti__flag-container:hover {
  cursor: default;
}

.iti--allow-dropdown
  input[disabled]
  + .iti__flag-container:hover
  .iti__selected-flag,
.iti--allow-dropdown
  input[readonly]
  + .iti__flag-container:hover
  .iti__selected-flag {
  background-color: transparent;
}

.iti--separate-dial-code .iti__selected-flag {
  background-color: rgba(0, 0, 0, 0.05);
}

.iti--separate-dial-code .iti__selected-dial-code {
  margin-left: 6px;
}

.iti--container {
  position: absolute;
  top: -1000px;
  left: -1000px;
  z-index: 1060;
  padding: 1px;
}

.iti--container:hover {
  cursor: pointer;
}

.iti-mobile .iti--container {
  top: 30px;
  bottom: 30px;
  left: 30px;
  right: 30px;
  position: fixed;
}

.iti-mobile .iti__country-list {
  max-height: 100%;
  width: 100%;
}

.iti-mobile .iti__country {
  padding: 10px 10px;
  line-height: 1.5em;
}

.iti__flag {
  width: 20px;
}

.iti__flag.iti__be {
  width: 18px;
}

.iti__flag.iti__ch {
  width: 15px;
}

.iti__flag.iti__mc {
  width: 19px;
}

.iti__flag.iti__ne {
  width: 18px;
}

.iti__flag.iti__np {
  width: 13px;
}

.iti__flag.iti__va {
  width: 15px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .iti__flag {
    background-size: 5652px 15px;
  }
}

.iti__flag.iti__ac {
  height: 10px;
  background-position: 0px 0px;
}

.iti__flag.iti__ad {
  height: 14px;
  background-position: -22px 0px;
}

.iti__flag.iti__ae {
  height: 10px;
  background-position: -44px 0px;
}

.iti__flag.iti__af {
  height: 14px;
  background-position: -66px 0px;
}

.iti__flag.iti__ag {
  height: 14px;
  background-position: -88px 0px;
}

.iti__flag.iti__ai {
  height: 10px;
  background-position: -110px 0px;
}

.iti__flag.iti__al {
  height: 15px;
  background-position: -132px 0px;
}

.iti__flag.iti__am {
  height: 10px;
  background-position: -154px 0px;
}

.iti__flag.iti__ao {
  height: 14px;
  background-position: -176px 0px;
}

.iti__flag.iti__aq {
  height: 14px;
  background-position: -198px 0px;
}

.iti__flag.iti__ar {
  height: 13px;
  background-position: -220px 0px;
}

.iti__flag.iti__as {
  height: 10px;
  background-position: -242px 0px;
}

.iti__flag.iti__at {
  height: 14px;
  background-position: -264px 0px;
}

.iti__flag.iti__au {
  height: 10px;
  background-position: -286px 0px;
}

.iti__flag.iti__aw {
  height: 14px;
  background-position: -308px 0px;
}

.iti__flag.iti__ax {
  height: 13px;
  background-position: -330px 0px;
}

.iti__flag.iti__az {
  height: 10px;
  background-position: -352px 0px;
}

.iti__flag.iti__ba {
  height: 10px;
  background-position: -374px 0px;
}

.iti__flag.iti__bb {
  height: 14px;
  background-position: -396px 0px;
}

.iti__flag.iti__bd {
  height: 12px;
  background-position: -418px 0px;
}

.iti__flag.iti__be {
  height: 15px;
  background-position: -440px 0px;
}

.iti__flag.iti__bf {
  height: 14px;
  background-position: -460px 0px;
}

.iti__flag.iti__bg {
  height: 12px;
  background-position: -482px 0px;
}

.iti__flag.iti__bh {
  height: 12px;
  background-position: -504px 0px;
}

.iti__flag.iti__bi {
  height: 12px;
  background-position: -526px 0px;
}

.iti__flag.iti__bj {
  height: 14px;
  background-position: -548px 0px;
}

.iti__flag.iti__bl {
  height: 14px;
  background-position: -570px 0px;
}

.iti__flag.iti__bm {
  height: 10px;
  background-position: -592px 0px;
}

.iti__flag.iti__bn {
  height: 10px;
  background-position: -614px 0px;
}

.iti__flag.iti__bo {
  height: 14px;
  background-position: -636px 0px;
}

.iti__flag.iti__bq {
  height: 14px;
  background-position: -658px 0px;
}

.iti__flag.iti__br {
  height: 14px;
  background-position: -680px 0px;
}

.iti__flag.iti__bs {
  height: 10px;
  background-position: -702px 0px;
}

.iti__flag.iti__bt {
  height: 14px;
  background-position: -724px 0px;
}

.iti__flag.iti__bv {
  height: 15px;
  background-position: -746px 0px;
}

.iti__flag.iti__bw {
  height: 14px;
  background-position: -768px 0px;
}

.iti__flag.iti__by {
  height: 10px;
  background-position: -790px 0px;
}

.iti__flag.iti__bz {
  height: 14px;
  background-position: -812px 0px;
}

.iti__flag.iti__ca {
  height: 10px;
  background-position: -834px 0px;
}

.iti__flag.iti__cc {
  height: 10px;
  background-position: -856px 0px;
}

.iti__flag.iti__cd {
  height: 15px;
  background-position: -878px 0px;
}

.iti__flag.iti__cf {
  height: 14px;
  background-position: -900px 0px;
}

.iti__flag.iti__cg {
  height: 14px;
  background-position: -922px 0px;
}

.iti__flag.iti__ch {
  height: 15px;
  background-position: -944px 0px;
}

.iti__flag.iti__ci {
  height: 14px;
  background-position: -961px 0px;
}

.iti__flag.iti__ck {
  height: 10px;
  background-position: -983px 0px;
}

.iti__flag.iti__cl {
  height: 14px;
  background-position: -1005px 0px;
}

.iti__flag.iti__cm {
  height: 14px;
  background-position: -1027px 0px;
}

.iti__flag.iti__cn {
  height: 14px;
  background-position: -1049px 0px;
}

.iti__flag.iti__co {
  height: 14px;
  background-position: -1071px 0px;
}

.iti__flag.iti__cp {
  height: 14px;
  background-position: -1093px 0px;
}

.iti__flag.iti__cr {
  height: 12px;
  background-position: -1115px 0px;
}

.iti__flag.iti__cu {
  height: 10px;
  background-position: -1137px 0px;
}

.iti__flag.iti__cv {
  height: 12px;
  background-position: -1159px 0px;
}

.iti__flag.iti__cw {
  height: 14px;
  background-position: -1181px 0px;
}

.iti__flag.iti__cx {
  height: 10px;
  background-position: -1203px 0px;
}

.iti__flag.iti__cy {
  height: 14px;
  background-position: -1225px 0px;
}

.iti__flag.iti__cz {
  height: 14px;
  background-position: -1247px 0px;
}

.iti__flag.iti__de {
  height: 12px;
  background-position: -1269px 0px;
}

.iti__flag.iti__dg {
  height: 10px;
  background-position: -1291px 0px;
}

.iti__flag.iti__dj {
  height: 14px;
  background-position: -1313px 0px;
}

.iti__flag.iti__dk {
  height: 15px;
  background-position: -1335px 0px;
}

.iti__flag.iti__dm {
  height: 10px;
  background-position: -1357px 0px;
}

.iti__flag.iti__do {
  height: 14px;
  background-position: -1379px 0px;
}

.iti__flag.iti__dz {
  height: 14px;
  background-position: -1401px 0px;
}

.iti__flag.iti__ea {
  height: 14px;
  background-position: -1423px 0px;
}

.iti__flag.iti__ec {
  height: 14px;
  background-position: -1445px 0px;
}

.iti__flag.iti__ee {
  height: 13px;
  background-position: -1467px 0px;
}

.iti__flag.iti__eg {
  height: 14px;
  background-position: -1489px 0px;
}

.iti__flag.iti__eh {
  height: 10px;
  background-position: -1511px 0px;
}

.iti__flag.iti__er {
  height: 10px;
  background-position: -1533px 0px;
}

.iti__flag.iti__es {
  height: 14px;
  background-position: -1555px 0px;
}

.iti__flag.iti__et {
  height: 10px;
  background-position: -1577px 0px;
}

.iti__flag.iti__eu {
  height: 14px;
  background-position: -1599px 0px;
}

.iti__flag.iti__fi {
  height: 12px;
  background-position: -1621px 0px;
}

.iti__flag.iti__fj {
  height: 10px;
  background-position: -1643px 0px;
}

.iti__flag.iti__fk {
  height: 10px;
  background-position: -1665px 0px;
}

.iti__flag.iti__fm {
  height: 11px;
  background-position: -1687px 0px;
}

.iti__flag.iti__fo {
  height: 15px;
  background-position: -1709px 0px;
}

.iti__flag.iti__fr {
  height: 14px;
  background-position: -1731px 0px;
}

.iti__flag.iti__ga {
  height: 15px;
  background-position: -1753px 0px;
}

.iti__flag.iti__gb {
  height: 10px;
  background-position: -1775px 0px;
}

.iti__flag.iti__gd {
  height: 12px;
  background-position: -1797px 0px;
}

.iti__flag.iti__ge {
  height: 14px;
  background-position: -1819px 0px;
}

.iti__flag.iti__gf {
  height: 14px;
  background-position: -1841px 0px;
}

.iti__flag.iti__gg {
  height: 14px;
  background-position: -1863px 0px;
}

.iti__flag.iti__gh {
  height: 14px;
  background-position: -1885px 0px;
}

.iti__flag.iti__gi {
  height: 10px;
  background-position: -1907px 0px;
}

.iti__flag.iti__gl {
  height: 14px;
  background-position: -1929px 0px;
}

.iti__flag.iti__gm {
  height: 14px;
  background-position: -1951px 0px;
}

.iti__flag.iti__gn {
  height: 14px;
  background-position: -1973px 0px;
}

.iti__flag.iti__gp {
  height: 14px;
  background-position: -1995px 0px;
}

.iti__flag.iti__gq {
  height: 14px;
  background-position: -2017px 0px;
}

.iti__flag.iti__gr {
  height: 14px;
  background-position: -2039px 0px;
}

.iti__flag.iti__gs {
  height: 10px;
  background-position: -2061px 0px;
}

.iti__flag.iti__gt {
  height: 13px;
  background-position: -2083px 0px;
}

.iti__flag.iti__gu {
  height: 11px;
  background-position: -2105px 0px;
}

.iti__flag.iti__gw {
  height: 10px;
  background-position: -2127px 0px;
}

.iti__flag.iti__gy {
  height: 12px;
  background-position: -2149px 0px;
}

.iti__flag.iti__hk {
  height: 14px;
  background-position: -2171px 0px;
}

.iti__flag.iti__hm {
  height: 10px;
  background-position: -2193px 0px;
}

.iti__flag.iti__hn {
  height: 10px;
  background-position: -2215px 0px;
}

.iti__flag.iti__hr {
  height: 10px;
  background-position: -2237px 0px;
}

.iti__flag.iti__ht {
  height: 12px;
  background-position: -2259px 0px;
}

.iti__flag.iti__hu {
  height: 10px;
  background-position: -2281px 0px;
}

.iti__flag.iti__ic {
  height: 14px;
  background-position: -2303px 0px;
}

.iti__flag.iti__id {
  height: 14px;
  background-position: -2325px 0px;
}

.iti__flag.iti__ie {
  height: 10px;
  background-position: -2347px 0px;
}

.iti__flag.iti__il {
  height: 15px;
  background-position: -2369px 0px;
}

.iti__flag.iti__im {
  height: 10px;
  background-position: -2391px 0px;
}

.iti__flag.iti__in {
  height: 14px;
  background-position: -2413px 0px;
}

.iti__flag.iti__io {
  height: 10px;
  background-position: -2435px 0px;
}

.iti__flag.iti__iq {
  height: 14px;
  background-position: -2457px 0px;
}

.iti__flag.iti__ir {
  height: 12px;
  background-position: -2479px 0px;
}

.iti__flag.iti__is {
  height: 15px;
  background-position: -2501px 0px;
}

.iti__flag.iti__it {
  height: 14px;
  background-position: -2523px 0px;
}

.iti__flag.iti__je {
  height: 12px;
  background-position: -2545px 0px;
}

.iti__flag.iti__jm {
  height: 10px;
  background-position: -2567px 0px;
}

.iti__flag.iti__jo {
  height: 10px;
  background-position: -2589px 0px;
}

.iti__flag.iti__jp {
  height: 14px;
  background-position: -2611px 0px;
}

.iti__flag.iti__ke {
  height: 14px;
  background-position: -2633px 0px;
}

.iti__flag.iti__kg {
  height: 12px;
  background-position: -2655px 0px;
}

.iti__flag.iti__kh {
  height: 13px;
  background-position: -2677px 0px;
}

.iti__flag.iti__ki {
  height: 10px;
  background-position: -2699px 0px;
}

.iti__flag.iti__km {
  height: 12px;
  background-position: -2721px 0px;
}

.iti__flag.iti__kn {
  height: 14px;
  background-position: -2743px 0px;
}

.iti__flag.iti__kp {
  height: 10px;
  background-position: -2765px 0px;
}

.iti__flag.iti__kr {
  height: 14px;
  background-position: -2787px 0px;
}

.iti__flag.iti__kw {
  height: 10px;
  background-position: -2809px 0px;
}

.iti__flag.iti__ky {
  height: 10px;
  background-position: -2831px 0px;
}

.iti__flag.iti__kz {
  height: 10px;
  background-position: -2853px 0px;
}

.iti__flag.iti__la {
  height: 14px;
  background-position: -2875px 0px;
}

.iti__flag.iti__lb {
  height: 14px;
  background-position: -2897px 0px;
}

.iti__flag.iti__lc {
  height: 10px;
  background-position: -2919px 0px;
}

.iti__flag.iti__li {
  height: 12px;
  background-position: -2941px 0px;
}

.iti__flag.iti__lk {
  height: 10px;
  background-position: -2963px 0px;
}

.iti__flag.iti__lr {
  height: 11px;
  background-position: -2985px 0px;
}

.iti__flag.iti__ls {
  height: 14px;
  background-position: -3007px 0px;
}

.iti__flag.iti__lt {
  height: 12px;
  background-position: -3029px 0px;
}

.iti__flag.iti__lu {
  height: 12px;
  background-position: -3051px 0px;
}

.iti__flag.iti__lv {
  height: 10px;
  background-position: -3073px 0px;
}

.iti__flag.iti__ly {
  height: 10px;
  background-position: -3095px 0px;
}

.iti__flag.iti__ma {
  height: 14px;
  background-position: -3117px 0px;
}

.iti__flag.iti__mc {
  height: 15px;
  background-position: -3139px 0px;
}

.iti__flag.iti__md {
  height: 10px;
  background-position: -3160px 0px;
}

.iti__flag.iti__me {
  height: 10px;
  background-position: -3182px 0px;
}

.iti__flag.iti__mf {
  height: 14px;
  background-position: -3204px 0px;
}

.iti__flag.iti__mg {
  height: 14px;
  background-position: -3226px 0px;
}

.iti__flag.iti__mh {
  height: 11px;
  background-position: -3248px 0px;
}

.iti__flag.iti__mk {
  height: 10px;
  background-position: -3270px 0px;
}

.iti__flag.iti__ml {
  height: 14px;
  background-position: -3292px 0px;
}

.iti__flag.iti__mm {
  height: 14px;
  background-position: -3314px 0px;
}

.iti__flag.iti__mn {
  height: 10px;
  background-position: -3336px 0px;
}

.iti__flag.iti__mo {
  height: 14px;
  background-position: -3358px 0px;
}

.iti__flag.iti__mp {
  height: 10px;
  background-position: -3380px 0px;
}

.iti__flag.iti__mq {
  height: 14px;
  background-position: -3402px 0px;
}

.iti__flag.iti__mr {
  height: 14px;
  background-position: -3424px 0px;
}

.iti__flag.iti__ms {
  height: 10px;
  background-position: -3446px 0px;
}

.iti__flag.iti__mt {
  height: 14px;
  background-position: -3468px 0px;
}

.iti__flag.iti__mu {
  height: 14px;
  background-position: -3490px 0px;
}

.iti__flag.iti__mv {
  height: 14px;
  background-position: -3512px 0px;
}

.iti__flag.iti__mw {
  height: 14px;
  background-position: -3534px 0px;
}

.iti__flag.iti__mx {
  height: 12px;
  background-position: -3556px 0px;
}

.iti__flag.iti__my {
  height: 10px;
  background-position: -3578px 0px;
}

.iti__flag.iti__mz {
  height: 14px;
  background-position: -3600px 0px;
}

.iti__flag.iti__na {
  height: 14px;
  background-position: -3622px 0px;
}

.iti__flag.iti__nc {
  height: 10px;
  background-position: -3644px 0px;
}

.iti__flag.iti__ne {
  height: 15px;
  background-position: -3666px 0px;
}

.iti__flag.iti__nf {
  height: 10px;
  background-position: -3686px 0px;
}

.iti__flag.iti__ng {
  height: 10px;
  background-position: -3708px 0px;
}

.iti__flag.iti__ni {
  height: 12px;
  background-position: -3730px 0px;
}

.iti__flag.iti__nl {
  height: 14px;
  background-position: -3752px 0px;
}

.iti__flag.iti__no {
  height: 15px;
  background-position: -3774px 0px;
}

.iti__flag.iti__np {
  height: 15px;
  background-position: -3796px 0px;
}

.iti__flag.iti__nr {
  height: 10px;
  background-position: -3811px 0px;
}

.iti__flag.iti__nu {
  height: 10px;
  background-position: -3833px 0px;
}

.iti__flag.iti__nz {
  height: 10px;
  background-position: -3855px 0px;
}

.iti__flag.iti__om {
  height: 10px;
  background-position: -3877px 0px;
}

.iti__flag.iti__pa {
  height: 14px;
  background-position: -3899px 0px;
}

.iti__flag.iti__pe {
  height: 14px;
  background-position: -3921px 0px;
}

.iti__flag.iti__pf {
  height: 14px;
  background-position: -3943px 0px;
}

.iti__flag.iti__pg {
  height: 15px;
  background-position: -3965px 0px;
}

.iti__flag.iti__ph {
  height: 10px;
  background-position: -3987px 0px;
}

.iti__flag.iti__pk {
  height: 14px;
  background-position: -4009px 0px;
}

.iti__flag.iti__pl {
  height: 13px;
  background-position: -4031px 0px;
}

.iti__flag.iti__pm {
  height: 14px;
  background-position: -4053px 0px;
}

.iti__flag.iti__pn {
  height: 10px;
  background-position: -4075px 0px;
}

.iti__flag.iti__pr {
  height: 14px;
  background-position: -4097px 0px;
}

.iti__flag.iti__ps {
  height: 10px;
  background-position: -4119px 0px;
}

.iti__flag.iti__pt {
  height: 14px;
  background-position: -4141px 0px;
}

.iti__flag.iti__pw {
  height: 13px;
  background-position: -4163px 0px;
}

.iti__flag.iti__py {
  height: 11px;
  background-position: -4185px 0px;
}

.iti__flag.iti__qa {
  height: 8px;
  background-position: -4207px 0px;
}

.iti__flag.iti__re {
  height: 14px;
  background-position: -4229px 0px;
}

.iti__flag.iti__ro {
  height: 14px;
  background-position: -4251px 0px;
}

.iti__flag.iti__rs {
  height: 14px;
  background-position: -4273px 0px;
}

.iti__flag.iti__ru {
  height: 14px;
  background-position: -4295px 0px;
}

.iti__flag.iti__rw {
  height: 14px;
  background-position: -4317px 0px;
}

.iti__flag.iti__sa {
  height: 14px;
  background-position: -4339px 0px;
}

.iti__flag.iti__sb {
  height: 10px;
  background-position: -4361px 0px;
}

.iti__flag.iti__sc {
  height: 10px;
  background-position: -4383px 0px;
}

.iti__flag.iti__sd {
  height: 10px;
  background-position: -4405px 0px;
}

.iti__flag.iti__se {
  height: 13px;
  background-position: -4427px 0px;
}

.iti__flag.iti__sg {
  height: 14px;
  background-position: -4449px 0px;
}

.iti__flag.iti__sh {
  height: 10px;
  background-position: -4471px 0px;
}

.iti__flag.iti__si {
  height: 10px;
  background-position: -4493px 0px;
}

.iti__flag.iti__sj {
  height: 15px;
  background-position: -4515px 0px;
}

.iti__flag.iti__sk {
  height: 14px;
  background-position: -4537px 0px;
}

.iti__flag.iti__sl {
  height: 14px;
  background-position: -4559px 0px;
}

.iti__flag.iti__sm {
  height: 15px;
  background-position: -4581px 0px;
}

.iti__flag.iti__sn {
  height: 14px;
  background-position: -4603px 0px;
}

.iti__flag.iti__so {
  height: 14px;
  background-position: -4625px 0px;
}

.iti__flag.iti__sr {
  height: 14px;
  background-position: -4647px 0px;
}

.iti__flag.iti__ss {
  height: 10px;
  background-position: -4669px 0px;
}

.iti__flag.iti__st {
  height: 10px;
  background-position: -4691px 0px;
}

.iti__flag.iti__sv {
  height: 12px;
  background-position: -4713px 0px;
}

.iti__flag.iti__sx {
  height: 14px;
  background-position: -4735px 0px;
}

.iti__flag.iti__sy {
  height: 14px;
  background-position: -4757px 0px;
}

.iti__flag.iti__sz {
  height: 14px;
  background-position: -4779px 0px;
}

.iti__flag.iti__ta {
  height: 10px;
  background-position: -4801px 0px;
}

.iti__flag.iti__tc {
  height: 10px;
  background-position: -4823px 0px;
}

.iti__flag.iti__td {
  height: 14px;
  background-position: -4845px 0px;
}

.iti__flag.iti__tf {
  height: 14px;
  background-position: -4867px 0px;
}

.iti__flag.iti__tg {
  height: 13px;
  background-position: -4889px 0px;
}

.iti__flag.iti__th {
  height: 14px;
  background-position: -4911px 0px;
}

.iti__flag.iti__tj {
  height: 10px;
  background-position: -4933px 0px;
}

.iti__flag.iti__tk {
  height: 10px;
  background-position: -4955px 0px;
}

.iti__flag.iti__tl {
  height: 10px;
  background-position: -4977px 0px;
}

.iti__flag.iti__tm {
  height: 14px;
  background-position: -4999px 0px;
}

.iti__flag.iti__tn {
  height: 14px;
  background-position: -5021px 0px;
}

.iti__flag.iti__to {
  height: 10px;
  background-position: -5043px 0px;
}

.iti__flag.iti__tr {
  height: 14px;
  background-position: -5065px 0px;
}

.iti__flag.iti__tt {
  height: 12px;
  background-position: -5087px 0px;
}

.iti__flag.iti__tv {
  height: 10px;
  background-position: -5109px 0px;
}

.iti__flag.iti__tw {
  height: 14px;
  background-position: -5131px 0px;
}

.iti__flag.iti__tz {
  height: 14px;
  background-position: -5153px 0px;
}

.iti__flag.iti__ua {
  height: 14px;
  background-position: -5175px 0px;
}

.iti__flag.iti__ug {
  height: 14px;
  background-position: -5197px 0px;
}

.iti__flag.iti__um {
  height: 11px;
  background-position: -5219px 0px;
}

.iti__flag.iti__un {
  height: 14px;
  background-position: -5241px 0px;
}

.iti__flag.iti__us {
  height: 11px;
  background-position: -5263px 0px;
}

.iti__flag.iti__uy {
  height: 14px;
  background-position: -5285px 0px;
}

.iti__flag.iti__uz {
  height: 10px;
  background-position: -5307px 0px;
}

.iti__flag.iti__va {
  height: 15px;
  background-position: -5329px 0px;
}

.iti__flag.iti__vc {
  height: 14px;
  background-position: -5346px 0px;
}

.iti__flag.iti__ve {
  height: 14px;
  background-position: -5368px 0px;
}

.iti__flag.iti__vg {
  height: 10px;
  background-position: -5390px 0px;
}

.iti__flag.iti__vi {
  height: 14px;
  background-position: -5412px 0px;
}

.iti__flag.iti__vn {
  height: 14px;
  background-position: -5434px 0px;
}

.iti__flag.iti__vu {
  height: 12px;
  background-position: -5456px 0px;
}

.iti__flag.iti__wf {
  height: 14px;
  background-position: -5478px 0px;
}

.iti__flag.iti__ws {
  height: 10px;
  background-position: -5500px 0px;
}

.iti__flag.iti__xk {
  height: 15px;
  background-position: -5522px 0px;
}

.iti__flag.iti__ye {
  height: 14px;
  background-position: -5544px 0px;
}

.iti__flag.iti__yt {
  height: 14px;
  background-position: -5566px 0px;
}

.iti__flag.iti__za {
  height: 14px;
  background-position: -5588px 0px;
}

.iti__flag.iti__zm {
  height: 14px;
  background-position: -5610px 0px;
}

.iti__flag.iti__zw {
  height: 10px;
  background-position: -5632px 0px;
}

.iti__flag {
  height: 15px;
  box-shadow: 0px 0px 1px 0px #888;
  background-image: url("https://cdn.shopify.com/s/files/1/1153/7200/t/90/assets/flags.png?v=11063924720970543354");
  background-repeat: no-repeat;
  background-color: #dbdbdb;
  background-position: 20px 0;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .iti__flag {
    background-image: url("https://cdn.shopify.com/s/files/1/1153/7200/t/90/assets/flags@2x.png?v=10349935267271598917");
  }
}

.iti__flag.iti__np {
  background-color: transparent;
}

/* Account Sign In/Sign Up pages */

.errors {
  border-style: solid;
  border-width: 1px 1px 1px 4px;
  margin-bottom: 1.5rem;
  --tw-border-opacity: 1;
  border-color: rgba(219, 22, 47, var(--tw-border-opacity));
  padding-top: 11px;
  padding-right: 17px;
  padding-bottom: 0.75rem;
  padding-left: 18px;
  font-family: Sora, sans-serif;
  font-size: 14px;
  line-height: 20px;
  --tw-text-opacity: 1;
  color: rgba(219, 22, 47, var(--tw-text-opacity))
}

 .errors {
  --tw-text-opacity: 1 !important;
  color: rgba(76, 122, 89, var(--tw-text-opacity)) !important;
}

 .errors {
  --tw-text-opacity: 1 !important;
  color: rgba(76, 122, 89, var(--tw-text-opacity)) !important;
}

@media (min-width: 1024px) {

  .errors {
    margin-bottom: 2rem;
  }
}

.errors li {
  text-align: left;
}

.errors li {
  --tw-text-opacity: 1;
  color: rgba(22, 23, 24, var(--tw-text-opacity));
}

.account_page label:not(.custom-checkbox):not(.custom-date), .account-address-form label:not(.custom-checkbox):not(.custom-date), .contact-form label:not(.custom-checkbox):not(.custom-date), .recipient-form label:not(.custom-checkbox):not(.custom-date) {
  pointer-events: none;
}

.account_page label:not(.custom-checkbox):not(.custom-date), .account-address-form label:not(.custom-checkbox):not(.custom-date), .contact-form label:not(.custom-checkbox):not(.custom-date), .recipient-form label:not(.custom-checkbox):not(.custom-date) {
  position: absolute;
}

.account_page label:not(.custom-checkbox):not(.custom-date), .account-address-form label:not(.custom-checkbox):not(.custom-date), .contact-form label:not(.custom-checkbox):not(.custom-date), .recipient-form label:not(.custom-checkbox):not(.custom-date) {
  top: 8px;
}

.account_page label:not(.custom-checkbox):not(.custom-date), .account-address-form label:not(.custom-checkbox):not(.custom-date), .contact-form label:not(.custom-checkbox):not(.custom-date), .recipient-form label:not(.custom-checkbox):not(.custom-date) {
  left: 0.75rem;
}

.account_page label:not(.custom-checkbox):not(.custom-date), .account-address-form label:not(.custom-checkbox):not(.custom-date), .contact-form label:not(.custom-checkbox):not(.custom-date), .recipient-form label:not(.custom-checkbox):not(.custom-date) {
  font-size: 12px;
  line-height: 18px;
}

.account_page label:not(.custom-checkbox):not(.custom-date), .account-address-form label:not(.custom-checkbox):not(.custom-date), .contact-form label:not(.custom-checkbox):not(.custom-date), .recipient-form label:not(.custom-checkbox):not(.custom-date) {
  font-weight: 400;
}

.account_page label:not(.custom-checkbox):not(.custom-date), .account-address-form label:not(.custom-checkbox):not(.custom-date), .contact-form label:not(.custom-checkbox):not(.custom-date), .recipient-form label:not(.custom-checkbox):not(.custom-date) {
  --tw-text-opacity: 1;
  color: rgba(130, 130, 130, var(--tw-text-opacity));
}

.account_page label:not(.custom-checkbox):not(.custom-date).text-p-xxs.ng-binding, .account-address-form label:not(.custom-checkbox):not(.custom-date).text-p-xxs.ng-binding, .contact-form label:not(.custom-checkbox):not(.custom-date).text-p-xxs.ng-binding, .recipient-form label:not(.custom-checkbox):not(.custom-date).text-p-xxs.ng-binding {
  --tw-text-opacity: 1 !important;
  color: rgba(77, 77, 77, var(--tw-text-opacity)) !important;
}

.account_page label:not(.custom-checkbox):not(.custom-date), .account-address-form label:not(.custom-checkbox):not(.custom-date), .contact-form label:not(.custom-checkbox):not(.custom-date), .recipient-form label:not(.custom-checkbox):not(.custom-date) {
    transition: all 0.25s ease-in-out;
  }

.account_page input:not(:focus):-moz-placeholder-shown + label, .account_page textarea:not(:focus):-moz-placeholder-shown + label, .account-address-form input:not(:focus):-moz-placeholder-shown + label, .account-address-form textarea:not(:focus):-moz-placeholder-shown + label, .contact-form input:not(:focus):-moz-placeholder-shown + label, .contact-form textarea:not(:focus):-moz-placeholder-shown + label, .recipient-form input:not(:focus):-moz-placeholder-shown + label, .recipient-form textarea:not(:focus):-moz-placeholder-shown + label {
  top: 0.75rem;
}

.account_page input:not(:focus):placeholder-shown + label,
  .account_page select:not(:focus):not(.selected) + label,
  .account_page textarea:not(:focus):placeholder-shown + label,
  .account-address-form input:not(:focus):placeholder-shown + label,
  .account-address-form select:not(:focus):not(.selected) + label,
  .account-address-form textarea:not(:focus):placeholder-shown + label,
  .contact-form input:not(:focus):placeholder-shown + label,
  .contact-form select:not(:focus):not(.selected) + label,
  .contact-form textarea:not(:focus):placeholder-shown + label,
  .recipient-form input:not(:focus):placeholder-shown + label,
  .recipient-form select:not(:focus):not(.selected) + label,
  .recipient-form textarea:not(:focus):placeholder-shown + label {
  top: 0.75rem;
}

.account_page input:not(:focus):-moz-placeholder-shown + label, .account_page textarea:not(:focus):-moz-placeholder-shown + label, .account-address-form input:not(:focus):-moz-placeholder-shown + label, .account-address-form textarea:not(:focus):-moz-placeholder-shown + label, .contact-form input:not(:focus):-moz-placeholder-shown + label, .contact-form textarea:not(:focus):-moz-placeholder-shown + label, .recipient-form input:not(:focus):-moz-placeholder-shown + label, .recipient-form textarea:not(:focus):-moz-placeholder-shown + label {
  left: 0.75rem;
}

.account_page input:not(:focus):placeholder-shown + label,
  .account_page select:not(:focus):not(.selected) + label,
  .account_page textarea:not(:focus):placeholder-shown + label,
  .account-address-form input:not(:focus):placeholder-shown + label,
  .account-address-form select:not(:focus):not(.selected) + label,
  .account-address-form textarea:not(:focus):placeholder-shown + label,
  .contact-form input:not(:focus):placeholder-shown + label,
  .contact-form select:not(:focus):not(.selected) + label,
  .contact-form textarea:not(:focus):placeholder-shown + label,
  .recipient-form input:not(:focus):placeholder-shown + label,
  .recipient-form select:not(:focus):not(.selected) + label,
  .recipient-form textarea:not(:focus):placeholder-shown + label {
  left: 0.75rem;
}

.account_page input:not(:focus):-moz-placeholder-shown + label, .account_page textarea:not(:focus):-moz-placeholder-shown + label, .account-address-form input:not(:focus):-moz-placeholder-shown + label, .account-address-form textarea:not(:focus):-moz-placeholder-shown + label, .contact-form input:not(:focus):-moz-placeholder-shown + label, .contact-form textarea:not(:focus):-moz-placeholder-shown + label, .recipient-form input:not(:focus):-moz-placeholder-shown + label, .recipient-form textarea:not(:focus):-moz-placeholder-shown + label {
  font-size: 16px;
  line-height: 24px;
}

.account_page input:not(:focus):placeholder-shown + label,
  .account_page select:not(:focus):not(.selected) + label,
  .account_page textarea:not(:focus):placeholder-shown + label,
  .account-address-form input:not(:focus):placeholder-shown + label,
  .account-address-form select:not(:focus):not(.selected) + label,
  .account-address-form textarea:not(:focus):placeholder-shown + label,
  .contact-form input:not(:focus):placeholder-shown + label,
  .contact-form select:not(:focus):not(.selected) + label,
  .contact-form textarea:not(:focus):placeholder-shown + label,
  .recipient-form input:not(:focus):placeholder-shown + label,
  .recipient-form select:not(:focus):not(.selected) + label,
  .recipient-form textarea:not(:focus):placeholder-shown + label {
  font-size: 16px;
  line-height: 24px;
}

.account_page select:not(:focus):not(.selected), .account-address-form select:not(:focus):not(.selected), .contact-form select:not(:focus):not(.selected), .recipient-form select:not(:focus):not(.selected) {
  color: rgba(255,255,255,0);
}

.account_page .registration-prompt li::before, .account-address-form .registration-prompt li::before, .contact-form .registration-prompt li::before, .recipient-form .registration-prompt li::before {
    content: "•";
  }

.account_page .registration-prompt li::before, .account-address-form .registration-prompt li::before, .contact-form .registration-prompt li::before, .recipient-form .registration-prompt li::before {
  position: absolute;
}

.account_page .registration-prompt li::before, .account-address-form .registration-prompt li::before, .contact-form .registration-prompt li::before, .recipient-form .registration-prompt li::before {
  top: 0px;
}

.account_page .registration-prompt li::before, .account-address-form .registration-prompt li::before, .contact-form .registration-prompt li::before, .recipient-form .registration-prompt li::before {
  left: 0px;
}

.account_page input:-moz-read-only, .account-address-form input:-moz-read-only, .contact-form input:-moz-read-only, .recipient-form input:-moz-read-only {
  --tw-text-opacity: 1;
  color: rgba(130, 130, 130, var(--tw-text-opacity));
}

.account_page input:read-only, .account-address-form input:read-only, .contact-form input:read-only, .recipient-form input:read-only {
  --tw-text-opacity: 1;
  color: rgba(130, 130, 130, var(--tw-text-opacity));
}

.account_page input:-moz-read-only.text-p-xxs.ng-binding, .account-address-form input:-moz-read-only.text-p-xxs.ng-binding, .contact-form input:-moz-read-only.text-p-xxs.ng-binding, .recipient-form input:-moz-read-only.text-p-xxs.ng-binding {
  --tw-text-opacity: 1 !important;
  color: rgba(77, 77, 77, var(--tw-text-opacity)) !important;
}

.account_page input:read-only.text-p-xxs.ng-binding, .account-address-form input:read-only.text-p-xxs.ng-binding, .contact-form input:read-only.text-p-xxs.ng-binding, .recipient-form input:read-only.text-p-xxs.ng-binding {
  --tw-text-opacity: 1 !important;
  color: rgba(77, 77, 77, var(--tw-text-opacity)) !important;
}

.account_page [data-date-field]:hover, .account-address-form [data-date-field]:hover, .contact-form [data-date-field]:hover, .recipient-form [data-date-field]:hover {
    opacity: 0;
  }

.account_page .is-empty::-webkit-datetime-edit, .account-address-form .is-empty::-webkit-datetime-edit, .contact-form .is-empty::-webkit-datetime-edit, .recipient-form .is-empty::-webkit-datetime-edit {
  font-size: 16px;
  line-height: 24px;
}

.account_page .is-empty::-webkit-datetime-edit, .account-address-form .is-empty::-webkit-datetime-edit, .contact-form .is-empty::-webkit-datetime-edit, .recipient-form .is-empty::-webkit-datetime-edit {
  font-weight: 400;
}

.account_page .is-empty::-webkit-datetime-edit, .account-address-form .is-empty::-webkit-datetime-edit, .contact-form .is-empty::-webkit-datetime-edit, .recipient-form .is-empty::-webkit-datetime-edit {
  --tw-text-opacity: 1;
  color: rgba(130, 130, 130, var(--tw-text-opacity));
}

.account_page .is-empty.text-p-xxs.ng-binding::-webkit-datetime-edit, .account-address-form .is-empty.text-p-xxs.ng-binding::-webkit-datetime-edit, .contact-form .is-empty.text-p-xxs.ng-binding::-webkit-datetime-edit, .recipient-form .is-empty.text-p-xxs.ng-binding::-webkit-datetime-edit {
  --tw-text-opacity: 1 !important;
  color: rgba(77, 77, 77, var(--tw-text-opacity)) !important;
}

#customer_tab_content {
  max-width: 590px;
  margin: 0 auto;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 80px;
  padding-bottom: 80px;
  float: none;
  float: initial;
}

#customer_tab_content h2 {
  margin-bottom: 1rem;
}

@media (min-width: 1024px) {

  #customer_tab_content h2 {
    margin-bottom: 1.5rem;
  }
}

#customer_tab_content h2 {
    text-transform: capitalize;
  }

#customer_tab_content form {
    max-width: 385px;
    margin: 0 auto;
  }

#customer_tab_content input {
  margin-bottom: 1.5rem;
}

#customer_tab_content input {
  width: 100%;
}

#customer_tab_content input {
  border-radius: 4px;
}

#customer_tab_content input {
  border-width: 1px;
}

#customer_tab_content input {
  --tw-border-opacity: 1;
  border-color: rgba(77, 77, 77, var(--tw-border-opacity));
}

#customer_tab_content input {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

#customer_tab_content input {
  padding-left: 8px;
  padding-right: 8px;
}

#customer_tab_content input {
  font-family: Sora, sans-serif;
}

#customer_tab_content input {
  font-size: 14px;
  line-height: 20px;
}

#customer_tab_content input {
  --tw-text-opacity: 1;
  color: rgba(22, 23, 24, var(--tw-text-opacity));
}

#customer_tab_content input:focus {
  --tw-border-opacity: 1;
  border-color: rgba(22, 23, 24, var(--tw-border-opacity));
}

@media (min-width: 1024px) {

  #customer_tab_content input {
    margin-bottom: 2rem;
  }
}

#customer_tab_content input:focus {
  --tw-border-opacity: 1;
  border-color: rgba(22, 23, 24, var(--tw-border-opacity));
}

#customer_tab_content .button {
  --tw-bg-opacity: 1;
  background-color: rgba(22, 23, 24, var(--tw-bg-opacity));
}

#customer_tab_content .button {
  text-transform: uppercase;
}

#customer_tab_content .button {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

#customer_tab_content .button {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

#customer_tab_content .button {
  transition-duration: 300ms;
}

#customer_tab_content .button {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

#customer_tab_content .collection-content__description.button p {
  color: #fff;
}

#customer_tab_content .button:hover {
  --tw-border-opacity: 1;
  border-color: rgba(77, 77, 77, var(--tw-border-opacity));
}

#customer_tab_content .button:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(77, 77, 77, var(--tw-bg-opacity));
}

.pagination--previous {
  display: inline-block;
  margin-right: 32px;
}

.pagination--previous .pagination--item {
    color: #007cba;
    font-family: "Lato";
    font-size: 13px;
    letter-spacing: 0;
    line-height: 21px;
    margin-right: 16px;
  }

.pagination--previous span {
    margin-right: 8px;
  }

.pagination--previous span svg path {
        fill: #007cba;
      }

.pagination--next {
  display: inline-block;
  margin-left: 16px;
}

.pagination--next .pagination--item {
    color: #007cba;
    font-family: "Lato";
    font-size: 13px;
    letter-spacing: 0;
    line-height: 21px;
  }

.pagination--next span {
    margin-left: 8px;
  }

.pagination--next span svg path {
        fill: #007cba;
      }

.pagination--inner li:not(.pagination--previous):not(.pagination--next) .pagination--item {
      display: inline-block;
      padding: 4px 11px;
      color: #50514f;
    }

.pagination--inner li:not(.pagination--previous):not(.pagination--next).pagination--active .pagination--item {
        color: #007cba;
      }

.wrap {
  max-width: 1240px;
  padding: 0 20px;
  margin: 0 auto;
}

.account-page {
  margin: 0;
}

.account-page .general-content-template p {
  margin-bottom: 2rem;
}

@media (min-width: 1024px) {

  .account-page .general-content-template p {
    margin-bottom: 42px;
  }
}

.account-page .custom-select-opener::after {
  right: 1.5rem;
}

.account-page-title {
  font-family: Sora, sans-serif;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 1px;
  font-weight: 600;
}

@media (min-width: 1024px) {

  .account-page-title {
    font-size: 34px;
    line-height: 44px;
    letter-spacing: 1.2px;
  }
}

.account-nav {
  border-bottom: 1px solid #e0e0e0;
}

.account-nav .account-nav__inner {
  display: flex;
  align-items: center;
  height: 80px;
  width: 100%;
}

.account-nav .account-nav__inner .account-nav__link {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: Montserrat;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 2px;
  line-height: 18px;
  text-align: center;
  text-decoration: none;
  height: 80px;
  padding: 0 20px;
  color: #212721;
  transition: color 300ms ease;
}

.account-nav .account-nav__inner .account-nav__link::after {
  position: absolute;
  bottom: 0;
  left: 20px;
  content: "";
  height: 2px;
  width: calc(100% - 40px);
  opacity: 0;
  background-color: transparent;
  transition: opacity 300ms ease, background-color 300ms ease;
}

.account-nav .account-nav__inner .account-nav__link:hover {
  color: #0562a1;
}

.account-nav .account-nav__inner .account-nav__link:hover::after {
  opacity: 1;
  background-color: #0562a1;
}

.account-nav .account-nav__inner .account-nav__link.active::after {
  opacity: 1;
  background-color: #212721;
}

.account-nav .account-nav__inner .account-nav__link:first-of-type {
  padding-left: 0;
}

.account-nav .account-nav__inner .account-nav__link:first-of-type::after {
  left: 0;
  width: calc(100% - 20px);
}

.account-welcome {
  margin: 60px auto 0;
}

.account-welcome .account-welcome__inner {
  display: flex;
  padding-top: 12px;
  align-items: center;
}

.account-welcome .account-welcome__inner .account-welcome__icon {
  margin-right: 12px;
}

.account-welcome .account-welcome__inner p {
  color: #212721;
  font-family: "Lato";
  font-size: 16px;
  letter-spacing: 0;
  line-height: 24px;
  margin: 18px 0;
}

@media screen and (max-width: 820px) {
  .account-nav {
    display: none;
  }

  .account-welcome {
    margin: 0 auto 12px;
  }
}

.custom-select-container {
  position: relative;
  box-sizing: border-box;
}

.custom-select-container * {
  box-sizing: border-box;
  margin: 0 auto;
}

.custom-select-container.is-disabled {
  opacity: 0.333;
}

.custom-select-opener {
  padding: 15px 24px;
  box-shadow: 0 1px 0 0 #E1E1E1;
  position: relative;
  display: block;
  width: 100%;
  cursor: pointer;
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  font-family: Sora, sans-serif;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 1px;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgba(22, 23, 24, var(--tw-text-opacity));
}

.custom-select-opener::after {
  content: " ";
  background-image: url(https://cdn.shopify.com/s/files/1/1153/7200/files/chevron.svg?v=1614313782);
  background-size: 16px 16px;
  background-position: center;
  background-repeat: no-repeat;
  height: 16px;
  width: 16px;
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translate(0, -50%);
  transform-origin: center center;
  transition: transform 300ms ease;
}

.custom-select-container.is-open .custom-select-opener {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

.custom-select-container.is-open .custom-select-opener::after {
  transform: translate(0, -50%) rotate(180deg);
}

.custom-select-container select {
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
}

.custom-select-panel {
  max-height: 0;
  transition: max-height 300ms ease-out;
  overflow: hidden;
  background-color: #e9e9e9;
  position: absolute;
  top: 100%;
  z-index: 1;
  width: 100%;
  left: 50%;
  right: 50%;
  transform: translate(-50%, 0);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(225, 225, 225, var(--tw-border-opacity));
}

.custom-select-container.is-open .custom-select-panel {
  max-height: 500px;
}

.custom-select-option {
  padding: 15px 24px;
  cursor: pointer;
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(225, 225, 225, var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  font-family: Sora, sans-serif;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 1px;
  font-weight: 500;
}

.custom-select-option.has-focus {
  --tw-bg-opacity: 1;
  background-color: rgba(248, 248, 248, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(76, 122, 89, var(--tw-text-opacity));
}

.custom-select-option.is-selected::before {
  padding-right: 0.5em;
  background-color: #fafafa;
}

.custom-select-optgroup > .custom-select-option {
  padding-left: 2em;
}

.custom-select-optgroup::before {
  content: attr(data-label);
  display: block;
  padding: 0.5em;
  color: #888;
}

.order-history__inner {
  border: 1px solid #eaeaea;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.05);
}

.order-history__order {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 40px;
  border-bottom: 1px solid #e5e5e5;
}

.order-history__order:last-of-type {
  border-bottom: none;
}

.order-history__order span {
  font-family: "Montserrat";
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 15px;
}

.order-history__order p,
.order-history__order a {
  display: block;
  color: #212721;
  font-family: "Lato";
  font-size: 16px;
  letter-spacing: 0;
  line-height: 24px;
  margin-bottom: 0;
}

.order-history__order a {
  display: block;
  color: #007cba;
  text-decoration: none;
}

.order-history__order a:hover {
  text-decoration: underline;
}

.order-history__order a:visited {
  color: #0562a1;
}

.order-history__order .order-history__order--image {
  width: 60px;
  height: 60px;
  -o-object-fit: contain;
     object-fit: contain;
  padding-right: 4px;
}

.order-history__order .order-history__order--more-images {
  margin-left: 10px;
  color: #212721;
  font-family: "Lato";
  font-size: 13px;
  letter-spacing: 0;
  line-height: 21px;
  height: 17px;
}

.order-history__order .order-history__order--chevron {
  width: 12px;
  height: 12px;
  transform: rotate(-90deg);
  margin-left: 16px;
}

.order-history__order .col-sm {
  width: 15%;
  display: flex;
  flex-direction: column;
}

.order-history__order .col-lg {
  width: 30%;
  display: flex;
  align-items: center;
}

.order-history__order .order-history__order--details {
  margin-left: auto;
}

.order-history__order
  .order-history__order--details
  .order-history__order--details-mobile {
  display: none;
}

.order-card {
  padding: 86px 122px;
  border: 1px solid #eaeaea;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.05);
}

.order-card .divider {
  width: 100%;
  border-bottom: 1px solid #e0e0e0;
  margin: 50px 0;
}

.order-card .small-divider {
  width: 100%;
  border-bottom: 1px solid #e0e0e0;
}

.info-group {
  width: 100%;
  margin-right: 40px;
}

.info-group span {
  display: block;
  color: #212721;
  font-family: Montserrat;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 15px;
  margin-bottom: 16px;
}

.info-group p {
  color: #212721;
  font-family: Lato;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 24px;
  margin: 0;
}

.info-group a {
  display: block;
  color: #007cba;
  font-family: Lato;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 24px;
  text-decoration: none;
}

.info-group a:hover {
  text-decoration: underline;
}

.order-summary__line-item {
  display: flex;
  justify-content: space-between;
}

.order-summary__line-item p {
  font-size: 16px;
  letter-spacing: 0;
  line-height: 43px;
}

.order-summary__line-item.bold p {
  font-weight: bold;
}

.order-summary__order--chevron {
  width: 12px;
  height: 12px;
  transform: rotate(-90deg);
  margin-right: 8px;
}

.chevron-left {
  transform: rotate(90deg);
}

.order-card__info-row {
  display: flex;
  justify-content: space-between;
}

.col-lg-50 {
  width: 50%;
  display: flex;
}

.col-lg-33 {
  width: 33.33%;
  display: flex;
}

.order-card__line-item {
  display: flex;
  justify-content: space-between;
}

.order-card__line-item-left {
  display: flex;
}

.order-card__line-item-image {
  width: 20%;
  max-width: 120px;
  margin-right: 60px;
}

.order-card__line-item-image img {
  width: 100%;
}

.order-card__line-item-info
  span:not(.order-card__line-item-final-price-mobile) {
  display: block;
  color: #212721;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 24px;
  max-width: 500px;
  margin-right: 16px;
}

.order-card__line-item-info p {
  color: #212721;
  font-family: Lato;
  font-size: 13px;
  letter-spacing: 0;
  line-height: 21px;
  margin: 0;
}

.order-card__line-item-final-price {
  color: #212721;
  font-family: Montserrat;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 27px;
  text-align: right;
  white-space: nowrap;
}

.order-card__line-item-final-price-mobile {
  color: #212721;
  font-family: Lato;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 19px;
  display: none;
}

.order-back {
  margin-top: 16px;
  display: flex;
  align-items: center;
  color: #007cba;
  font-family: Lato;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 24px;
  text-decoration: none;
}

.order-back:hover {
  text-decoration: underline;
}

.addresses-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 48px;
}

.address-card {
  margin-bottom: 1.5rem;
  width: 100%;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

@media (min-width: 640px) {

  .address-card {
    width: 50%;
  }
}

@media (min-width: 1024px) {

  .address-card {
    width: 40%;
  }
}

.address-card .address-card__copy h3 {
  font-family: Montserrat;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 27px;
}

.address-card .address-card__copy p {
  margin: 0;
  font-family: Lato;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 24px;
}

.address-card .address-card__is-default {
  color: #045720;
  font-family: Lato;
  font-size: 16px;
  font-style: italic;
  letter-spacing: 0;
  line-height: 24px;
  margin-top: 12px;
}

.address-card .address-card__menu {
  margin-top: 28px;
}

.address-card .address-card__menu .address-card__button {
  border: 2px solid #212721;
  border-radius: 4px;
  background-color: #fff;
  padding: 9px 22px;
  color: #212721;
  font-family: Montserrat;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1.5px;
  line-height: 18px;
  text-align: center;
  cursor: pointer;
  text-transform: uppercase;
  min-width: 102px;
  transition: background-color 300ms ease, border-color 300ms ease;
}

.address-card .address-card__menu .address-card__button.edit {
  color: #212721;
  margin-right: 16px;
}

.address-card .address-card__menu .address-card__button.edit:hover {
  background-color: #f4f5f5;
}

.address-card .address-card__menu .address-card__button.delete {
  color: #d64123;
  border-color: #d64123;
}

.address-card .address-card__menu .address-card__button.delete:hover {
  background-color: #f4f5f5;
}

.address-card.add-address {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #007cba;
  font-family: Montserrat;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 3px;
  line-height: 18px;
  text-align: center;
  transition: background-color 300ms ease, border-color 300ms ease;
  cursor: pointer;
}

.address-card.add-address img {
  margin-bottom: 40px;
}

.addresses-disclaimer {
  border: 1px solid #007cba;
  border-radius: 4px;
  background-color: #fcfcfc;
  box-shadow: 0 0 5px 0 rgba(0, 124, 186, 0.2);
  padding: 10px 22px;
  margin-bottom: 30px;
}

.addresses-disclaimer p {
  margin: 0;
  color: #212721;
  font-family: Lato;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 24px;
}

@media screen and (max-width: 1280px) {
  .addresses-wrapper {
    gap: 28px;
  }
}

@media screen and (max-width: 1200) {
  .address-card {
    padding: 35px;
  }
}

@media screen and (max-width: 1024px) {
  .order-card {
    padding: 60px;
  }

  .order-card .divider {
    margin: 20px 0 30px;
  }

  .col-lg-50 {
    width: 66.66%;
    margin-bottom: 16px;
  }

  .col-lg-33 {
    width: 33.33%;
    margin-bottom: 16px;
  }

  .order-history__order span {
    font-size: 8px;
  }

  .info-group span {
    margin-bottom: 6px;
  }

  .info-group a {
    font-size: 15px;
    letter-spacing: 0;
    line-height: 21px;
  }

  .order-summary .info-group {
    margin-right: 0;
  }

  .order-summary__line-item p {
    line-height: 43px;
  }

  .order-card__line-item-info span {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 16px;
  }

  .address-card {
    width: calc(50% - 14px);
  }
}

@media screen and (max-width: 820px) {
  .order-history__order {
    flex-wrap: wrap;
  }

  .order-history__order .order-history__order--images {
    order: -1;
    width: 100%;
    margin-bottom: 20px;
  }

  .order-history__order .order-history__order--details {
    width: 100%;
  }

  .order-history__order
    .order-history__order--details
    .order-history__order--details-desktop {
    display: none;
  }

  .order-history__order
    .order-history__order--details
    .order-history__order--details-mobile {
    display: block;
    width: 100%;
    padding: 12px 40px;
    border: 1px solid #bcc3c0;
    border-radius: 4px;
    background-color: #fff;
    font-family: "Montserrat";
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1.5px;
    line-height: 18px;
    text-align: center;
  }

  .order-history__order .col-sm {
    width: calc(25% - 20px);
    margin-bottom: 20px;
    margin-right: 20px;
  }

  .col-lg-50 {
    width: 100%;
    margin-bottom: 16px;
  }

  .col-lg-33 {
    width: 100%;
    margin-bottom: 16px;
    margin-top: 16px;
  }

  .order-card__info-row {
    flex-direction: column;
  }
}

@media screen and (max-width: 767px) {
  .pagination--next {
    margin-left: 0;
  }

  .addresses-wrapper {
    gap: initial;
  }

  .order-card {
    padding: 30px;
  }

  .order-history__order span {
    font-size: 10px;
  }

  .order-history__order p,
  .order-history__order a {
    margin-top: 2px;
  }

  .order-history__order .col-sm {
    width: calc(50% - 20px);
    margin-bottom: 20px;
    margin-right: 20px;
  }

  .addresses {
    display: flex;
    flex-direction: column;
  }

  .addresses .info-group.address {
    margin-bottom: 34px;
  }

  .order-card__line-item-final-price {
    display: none;
  }

  .order-card__line-item-final-price-mobile {
    display: block;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 17px;
  }

  .order-card__line-item-image {
    width: 100%;
    margin: 0;
    padding-right: 30px;
  }

  .order-card__line-item-info {
    width: 50%;
  }

  .order-card__line-item-info
    span:not(.order-card__line-item-final-price-mobile) {
    margin-right: 0;
    font-size: 14px;
    line-height: 21px;
  }

  .col-lg-50 {
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 0;
  }

  .col-lg-50 .info-group {
    width: 50%;
    margin-bottom: 16px;
    margin-right: 0;
  }

  .address-card {
    width: calc(100%);
    padding: 40px;
  }

  .address-card h3 {
    margin: 0;
  }
}

.billing_info_container {
  margin-bottom: 200px;
}

@media screen and (max-width: 820px) {
  .billing_info_container {
    margin-bottom: 20px;
  }
  .billing_info_container .account-page-title {
    margin-bottom: 10px;
  }
}

.billing_info_container .info_container {
  display: flex;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.05);
  border: 1px solid #eaeaea;
}

@media screen and (max-width: 820px) {
  .billing_info_container .info_container {
    flex-direction: column;
  }
}

.billing_info_container .rc_element_wrapper.card_info,
.billing_info_container .rc_element_wrapper.billing_info {
  flex: 1;
  padding: 50px 60px;
}

@media screen and (max-width: 820px) {
  .billing_info_container .rc_element_wrapper.card_info,
  .billing_info_container .rc_element_wrapper.billing_info {
    padding: 30px 25px;
  }
}

.billing_info_container .rc_element_wrapper.card_info {
  border-right: 1px solid #e0e0e0;
}

@media screen and (max-width: 820px) {
  .billing_info_container .rc_element_wrapper.card_info {
    border-bottom: 1px solid #e0e0e0;
    border-right: 0;
    border-right: initial;
  }
}

.billing_info_container .rc_element_wrapper .label {
  color: #212721;
  font-family: Montserrat;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 13px;
  text-transform: uppercase;
  margin: 0 0 15px;
  padding-top: 0;
}

.billing_info_container .rc_element_wrapper p {
  color: #000;
  font-family: Lato;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 24px;
  margin: 0;
}

.form-field-select-wrapper {
  position: relative;
}

.form-field-select-wrapper svg {
  position: absolute;
  top: 50%;
  right: 0.625rem;
  margin-top: -3px;
  pointer-events: none;
  color: #4d4d4d;
}

@media screen and (max-width: 820px) {
  .billing_info_container .rc_element_wrapper p {
    font-size: 15px;
    letter-spacing: 0;
    line-height: 21px;
  }
}

.billing_info_container .rc_element_wrapper .edit_btn {
  width: 100%;
  max-width: 150px;
  display: block;
  border: 2px solid #212721;
  border-radius: 4px;
  background-color: #ffffff;
  color: #212721;
  font-family: Montserrat;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1.5px;
  line-height: 18px;
  text-align: center;
  padding: 12px;
  text-decoration: none;
  text-decoration: initial;
  transition: background-color 300ms ease;
}

@media screen and (max-width: 820px) {
  .billing_info_container .rc_element_wrapper .edit_btn {
    font-size: 11px;
    letter-spacing: 1.83px;
    line-height: 13px;
    max-width: none;
    max-width: initial;
  }
}

.billing_info_container .rc_element_wrapper > div {
  margin-bottom: 30px;
}

.billing_info_container .rc_element_wrapper .card_icon {
  margin-bottom: 15px;
}

@media screen and (max-width: 820px) {
  .edit_info_container > .wrap {
    padding: 0;
  }
  .edit_info_container > .wrap .custom-select-container {
    margin-bottom: 20px;
  }
}

.edit_info_container .info_container {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.05);
  border: 1px solid #eaeaea;
  padding: 110px 125px 150px;
  margin-bottom: 200px;
}

@media screen and (max-width: 820px) {
  .edit_info_container .info_container {
    padding: 30px;
    margin-bottom: 70px;
  }
}

.edit_info_container form {
  width: 100%;
  max-width: 700px;
}

@media screen and (max-width: 820px) {
  .edit_info_container form {
    max-width: none;
    max-width: initial;
  }
}

.edit_info_container .subs-link--all {
  margin: 25px 0;
}

.edit_info_container .subs-link--all a {
  display: flex;
  align-items: center;
  color: #0562a1;
  font-family: Montserrat;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 19px;
  text-decoration: none;
  text-decoration: initial;
}

.edit_info_container .subs-link--all a span {
  margin-right: 10px;
}

.edit_info_container .account-page-title {
  margin-top: 0;
}

.edit_info_container .form-fields-columns {
  margin-right: -15px;
  margin-left: -15px;
  margin-bottom: 18px;
}

@media screen and (max-width: 820px) {
  .edit_info_container .form-fields-columns {
    margin: 0;
  }
}

.edit_info_container .form-fields-columns .form-field--half {
  width: calc(50% - 30px);
  margin-right: 15px;
  margin-left: 15px;
}

@media screen and (max-width: 820px) {
  .edit_info_container .form-fields-columns .form-field--half {
    width: 100%;
    margin: 0 0 15px;
  }
}

.edit_info_container .form-field-input {
  border-radius: 4px;
}

.edit_info_container .form-field-input:not(:-moz-placeholder-shown) + label {
  top: rem(8px);
  font-size: rem(11px);
  transition-delay: 0s;
}

.edit_info_container .form-field-input:not(:placeholder-shown) + label {
  top: rem(8px);
  font-size: rem(11px);
  transition-delay: 0s;
}

.edit_info_container .form-field-input:focus {
  border-color: #212721;
}

.edit_info_container .form-field-select-wrapper .form-field-select {
  box-shadow: 1px 1px 1px 0 rgba(220, 220, 220, 0.5);
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
}

.edit_info_container .form-field-select-wrapper svg {
  transform: rotate(270deg);
  right: 23px;
}

.edit_info_container .form-field-select-wrapper svg path {
  fill: #212721;
}

.edit_info_container.edit_credit_card .btn_container {
  max-width: 700px;
  margin-top: 10px;
}

.edit_info_container.edit_credit_card #customer-card-form {
  height: 290px;
}

@media screen and (max-width: 1112px) {
  .edit_info_container.edit_credit_card #customer-card-form {
    height: 500px;
  }
}

@media screen and (max-width: 820px) {
  .edit_info_container.edit_credit_card #customer-card-form {
    height: 500px;
  }
}

.edit_info_container .form-field-checkbox {
  margin-top: 35px;
  margin-bottom: 30px;
}

@media screen and (max-width: 820px) {
  .edit_info_container .form-field-checkbox {
    margin-top: 5px;
    margin-bottom: 0;
  }
}

.edit_info_container .form-field-checkbox .form-icon--checkbox {
  margin-top: 0;
  width: 15px;
  height: 15px;
  border-radius: 4px;
}

.edit_info_container .form-field-title--inline {
  color: #4f4f4f;
  font-family: Lato;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 19px;
}

.btn_container button:first-child {
  border-radius: 4px;
  background-color: #212721;
  color: #ffffff;
  font-family: Montserrat;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1.5px;
  line-height: 18px;
  text-align: center;
  border: medium none currentColor;
  border: initial;
  width: 100%;
  padding: 15px 17px;
  margin: 27px 0 25px;
  text-transform: uppercase;
  cursor: pointer;
  transition: background-color 300ms ease;
}

.btn_container button:first-child:hover {
  background-color: #515855;
}

@media screen and (max-width: 820px) {
  .btn_container button:first-child {
    padding: 15px;
    margin: 27px 0 18px;
  }
}

.btn_container a,
.btn_container .back-btn {
  border: 2px solid #212721;
  border-radius: 4px;
  background-color: #ffffff;
  color: #212721;
  font-family: Montserrat;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1.5px;
  line-height: 18px;
  text-align: center;
  display: block;
  width: 100%;
  padding: 13px 17px;
  text-decoration: none;
  text-decoration: initial;
  text-transform: uppercase;
  transition: background-color 300ms ease;
}

.btn_container a:hover,
.btn_container .back-btn:hover {
  background-color: #f4f5f5;
}

@media screen and (max-width: 820px) {
  .btn_container a,
  .btn_container .back-btn {
    padding: 13px;
  }
}

.btn_container .back-btn {
  cursor: pointer;
}

.cart-item[data-cartitem-id="{{ settings.free_gift_variant_id }}"]
  .cart-item--quantity,
.cart-item[data-cartitem-id="{{ settings.free_gift_variant_id }}"]
  .cart-item--remove-link {
  display: none;
}

.free-gift--label {
  color: #00754a;
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.5px;
  line-height: 18px;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.delete--actions p {
  color: #d64123;
  font-family: Lato;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 24px;
  margin: 0;
}

.delete--actions .buttons {
  margin-top: 25px;
}

.delete--actions .buttons .btn-yes,
.delete--actions .buttons .btn-no {
  border-radius: 4px;
  border: 2px solid #212721;
  outline: medium none invert;
  outline: initial;
  font-family: Lato;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1.5px;
  line-height: 18px;
  text-align: center;
  width: 100%;
  max-width: 95px;
  padding: 9px;
  cursor: pointer;
  transition: background-color 300ms ease;
}

.delete--actions .buttons .btn-yes {
  background-color: #212721;
  color: #fff;
  margin-right: 15px;
}

.delete--actions .buttons .btn-yes:hover {
  background-color: #515855;
  border-color: #515855;
}

.delete--actions .buttons .btn-no {
  background-color: #fff;
  color: #212721;
}

.delete--actions .buttons .btn-no:hover {
  background-color: #f4f5f5;
}

.form-field {
  position: relative;
}

.form-fields-columns + .form-field {
  clear: left;
}

.form-field-checkbox {
  position: relative;
  display: block;
  margin-top: 0.9375rem;
  cursor: pointer;
}

.edit_info_container .form-field-checkbox {
  margin-top: 35px;
  margin-bottom: 30px;
}

.form-field-checkbox input {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  cursor: pointer;
  opacity: 0;
}

.form-field-checkbox .form-icon--checkbox,
.filter-item .filter-icon--checkbox {
  display: inline-block;
  width: 13px;
  height: 13px;
  color: white;
  vertical-align: middle;
}

.edit_info_container .form-field-checkbox .form-icon--checkbox {
  margin-top: 0;
  width: 15px;
  height: 15px;
  border-radius: 4px;
}

.form-field-checkbox .form-icon--checkbox svg,
.filter-item .filter-icon--checkbox svg {
  display: block;
  width: 100%;
  height: 100%;
  background-color: white;
  border: 1px solid #dddddd;
  border-radius: 2px;
  fill: currentColor;
}

.form-field-title--inline {
  display: inline-block;
  margin-left: 0.625rem;
  vertical-align: middle;
}

.edit_info_container .form-field-title--inline {
  color: #4f4f4f;
  font-family: Lato;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 19px;
}

.form-field-checkbox input:checked ~ .form-icon--checkbox,
.filter-item--active a .filter-icon--checkbox {
  color: #0662a1;
}

.form-field-checkbox input:checked ~ .form-icon--checkbox svg,
.filter-item--active a .filter-icon--checkbox svg {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  fill: currentColor;
}

.product-grid.one-time .product-card__overlay {
  flex-direction: column;
}

.product-grid.one-time .add_onetime__label {
  color: #000;
  font-family: Montserrat;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 19px;
  text-align: center;
  margin: 15px 0 0;
  padding: 0;
}

.radio {
  margin-bottom: 20px;
}

.radio input[type="radio"] {
  position: absolute;
  opacity: 0;
}

.radio input[type="radio"] + .radio-label:before {
  content: "";
  background: #fff;
  border-radius: 100%;
  border: 1px solid #b4b4b4;
  display: inline-block;
  width: 19px;
  height: 19px;
  position: relative;
  top: 0;
  margin-right: 13px;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  transition: all 250ms ease;
}

.radio input[type="radio"]:checked + .radio-label:before {
  background-color: #0562a1;
  box-shadow: inset 0 0 0 3.5px #fff;
}

.radio input[type="radio"]:focus + .radio-label:before {
  outline: none;
  border-color: #4f4f4f;
}

.radio input[type="radio"]:disabled + .radio-label:before {
  box-shadow: inset 0 0 0 4px #f4f4f4;
  border-color: #b4b4b4;
  background: #b4b4b4;
}

.radio input[type="radio"] + .radio-label:empty:before {
  margin-right: 0;
}

.radio .radio-label {
  color: #000;
  font-family: Lato;
  font-size: 15px;
  letter-spacing: 0;
  line-height: 18px;
  cursor: pointer;
}

@media screen and (max-width: 880px) {
  .radio .radio-label {
    font-size: 14px;
  }
}

.pagination--active {
  color: #50514f;
  font-family: Lato;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 19px;
}

.pagination--active .pagination--item {
  font-weight: 400;
}

.swap-modal__container {
  display: none;
}

.swap-modal__container.is-active {
  display: block;
  position: fixed;
  z-index: 99999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  margin: 0;
}

@media only screen and (min-width: 768px) {
  .swap-modal__container.is-active {
    padding-bottom: 300px;
  }
}

.swap-modal__container.is-active .swap-modal-bg {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 101;
  width: 100%;
  height: 100%;
  overflow: auto;
  padding-bottom: 300px;
  margin: 0;
}

.swap-modal__container.is-active.swap_modal .swap-modal-bg {
  background-color: rgba(0, 0, 0, 0.4);
}

.swap-modal__container.is-active.discount_modal .swap-modal-bg {
  opacity: 0.7;
  background-color: #252f3d;
}

.swap-modal {
  background: #fafafa;
  margin: 0 auto;
  position: relative;
  z-index: 102;
}

.discount_modal .swap-modal {
  border: 1px solid #eaeaea;
  border-radius: 10px;
  background-color: #fafafa;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.05);
  max-width: 1200px;
}

@media (max-width: 768px) {
  .discount_modal .swap-modal {
    border-radius: 0;
  }
}

.swap_modal .swap-modal {
  max-width: 1300px;
}

@media only screen and (max-width: 767px) {
  .swap-modal {
    top: 0;
  }
}

@media only screen and (min-width: 768px) {
  .swap-modal {
    top: 100px;
  }
}

.swap-modal__container {
  display: none;
}

.swap-modal__container.is-active {
  display: block;
  position: fixed;
  z-index: 99999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  margin: 0;
}

@media only screen and (min-width: 768px) {
  .swap-modal__container.is-active {
    padding-bottom: 300px;
  }
}

.swap-modal-prod__container {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
}

.discount_modal .swap-modal-prod__container {
  margin-top: 0;
}

.swap-modal__text {
  color: #252f3d;
  font-family: Lato;
  font-size: 22px;
  letter-spacing: 0;
  line-height: 24px;
  margin: 0 0 30px;
}

.swap-modal .exit-btn {
  position: absolute;
  cursor: pointer;
}

.swap_modal .swap-modal .exit-btn {
  top: 70px;
  right: 60px;
}

@media (max-width: 768px) {
  .swap_modal .swap-modal .exit-btn {
    top: 20px;
    right: 20px;
  }
}

.discount_modal .swap-modal .exit-btn {
  top: 38px;
  right: 38px;
}

@media (max-width: 768px) {
  .discount_modal .swap-modal .exit-btn {
    top: 20px;
    right: 20px;
  }
}

.swap-modal h4 {
  color: #000;
  font-family: Montserrat;
  font-size: 36px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 44px;
  margin: 0 0 30px;
}

.swap-modal .product-card h3 {
  margin: 10px 0;
}

.swap-modal .product-card__prices .savings {
  margin-top: 10px;
  display: block;
}

@media only screen and (max-width: 767px) {
  .swap-modal__grid {
    padding: 20px;
  }

  .swap_modal .swap-modal .exit-btn,
  .discount_modal .swap-modal .exit-btn {
    top: 20px;
    right: 20px;
  }

  .swap_modal .swap-modal .exit-btn svg,
  .discount_modal .swap-modal .exit-btn svg {
    width: 18px;
    height: 18px;
  }

  .swap-modal h4 {
    font-size: 21px;
    line-height: 25px;
    margin: 0 0 15px;
  }

  .swap-modal__text {
    font-size: 18px;
    line-height: 22px;
  }
}

@media only screen and (min-width: 1024px) {
  .discount_modal .swap-modal__grid {
    padding: 100px 125px 175px;
  }
}

@media only screen and (max-width: 1024px) {
  .discount_modal .swap-modal__grid {
    padding: 50px 75px 90px;
    padding: 20px;
  }
}

@media only screen and (min-width: 768px) {
  .swap_modal .swap-modal__grid {
    padding: 60px;
  }
}

.swap-modal .product-card {
  cursor: auto;
}

.discount_modal .acct-discount-modal-container {
  width: 100%;
}

.discount_modal .acct-discount-address {
  display: flex;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.05);
  align-items: center;
  padding: 25px 40px;
  flex-wrap: nowrap;
  width: 100%;
  margin-bottom: 15px;
}

@media (max-width: 768px) {
  .discount_modal .acct-discount-address {
    padding: 25px 20px;
    flex-direction: column;
    flex-wrap: wrap;
  }
}

.discount_modal .acct-discount-info {
  flex: calc(100% - 35%);
}

@media (max-width: 768px) {
  .discount_modal .acct-discount-info {
    margin-bottom: 20px;
    width: 100%;
  }
}

.discount_modal .acct-discount-info label {
  color: #4f4f4f;
  font-family: Montserrat;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 1.5px;
  line-height: 13px;
  text-transform: uppercase;
  margin-bottom: 5px;
  display: block;
}

@media (max-width: 768px) {
  .discount_modal .acct-discount-info label {
    font-size: 14px;
    letter-spacing: 0;
    line-height: 17px;
    text-transform: inherit;
  }
}

.discount_modal .acct-discount-info label span {
  color: #007649;
}

.discount_modal .acct-discount-info h3 {
  color: #000;
  font-family: Montserrat;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 22px;
  margin: 0;
}

@media (max-width: 768px) {
  .discount_modal .acct-discount-info h3 {
    font-size: 16px;
  }
}

.discount_modal .acct-discount-edit {
  flex: 35%;
  display: flex;
}

@media (max-width: 768px) {
  .discount_modal .acct-discount-edit {
    flex: 1;
    width: 100%;
  }
}

.discount_modal .acct-discount-edit form {
  width: 100%;
}

.discount_modal .acct-discount-edit_remove {
  display: flex;
  flex-direction: column;
  flex: 35%;
  padding-right: 90px;
}

@media (max-width: 768px) {
  .discount_modal .acct-discount-edit_remove {
    flex: 1;
    padding-right: 0;
    width: 100%;
  }
}

.discount_modal .acct-discount-edit_remove .applied_text {
  color: #4f4f4f;
  font-family: Montserrat;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 1.5px;
  line-height: 13px;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.discount_modal .acct-discount-edit_remove .remove_discount_form {
  display: flex;
  align-items: center;
  border: 1px solid #ddd;
  border-radius: 4px;
  background-color: #fff;
  flex-wrap: nowrap;
}

.discount_modal .acct-discount-edit_remove .remove_discount_form h3 {
  color: #00754a;
  font-family: Lato;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 1.5px;
  line-height: 15px;
  margin: 0;
  width: 100%;
  padding: 10px 0 10px 10px;
}

.discount_modal .acct-discount-edit_remove .remove_discount_form button {
  background: transparent none repeat 0 0 / auto auto padding-box border-box scroll;
  background: initial;
  border: medium none currentColor;
  border: initial;
  border-left: 1px solid #e5e5e5;
  outline: medium none invert;
  outline: initial;
  cursor: pointer;
  padding: 10px 13px;
}

.discount_modal .acct-discount-code {
  display: flex;
  flex-wrap: nowrap;
}

.discount_modal .acct-discount-code.form-field--half {
  width: 100%;
}

.discount_modal
  .acct-discount-code
  .form-field-input:not(:-moz-placeholder-shown)
  + label {
  top: 0.5rem;
  font-size: 0.6875rem;
  transition-delay: 0s;
}

.discount_modal
  .acct-discount-code
  .form-field-input:not(:placeholder-shown)
  + label {
  top: 0.5rem;
  font-size: 0.6875rem;
  transition-delay: 0s;
}

.discount_modal .acct-discount-code input {
  border: 1px solid #ddd;
  border-radius: 4px;
  background-color: #fff;
  color: #757575;
  font-family: Lato;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 19px;
  border-right: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  width: 100%;
}

@media (max-width: 880px) {
  .discount_modal .acct-discount-code input {
    font-size: 15px;
    padding-left: 8px;
  }
}

.discount_modal .acct-discount-code button {
  border-radius: 0 4px 4px 0;
  background-color: #0562a1;
  color: #fff;
  font-family: Lato;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 15px;
  text-align: center;
  border: medium none currentColor;
  border: initial;
  max-width: -moz-fit-content;
  max-width: fit-content;
  text-transform: uppercase;
  width: 100%;
  padding: 17px 25px;
  cursor: pointer;
}

.discount_modal .acct-discount-code button:hover {
  background: #000;
}

/* Pagination  */

.pagination--container {
  max-width: 1400px;
  padding-right: 10px;
  padding-left: 10px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2.5rem;
  margin-bottom: 50px;
}

@media (min-width: 1024px) {

  .pagination--container {
    margin-top: 6rem;
  }
}

@media (min-width: 720px) {
  .pagination--container {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 1024px) {
  .pagination--container {
    padding-right: 25px;
    padding-left: 25px;
  }
}

#shopify-section-static-blog .pagination--container {
  margin-top: 0;
}

.pagination--inner {
  padding-left: 0;
  margin-right: -1 * rem(9px);
  margin-left: -1 * rem(9px);
  font-size: 0;
  color: black;
  text-align: center;
}

.pagination--inner li:not(.pagination--previous):not(.pagination--next) {
  display: inline-block;
  color: #212721;
  font-family: "Lato";
  font-size: 16px;
  letter-spacing: 0;
  line-height: 24px;
  text-align: center;
}

.pagination--inner li:not(:last-child) {
  margin-right: 16px;
}

.pagination--inner a {
  color: black;
  text-decoration: none;
  transition: color 0.1s ease;
}

.pagination--active .pagination--item {
  border: 1px solid #007cba;
  border-radius: 4px;
  background-color: #ffffff;
  color: #007cba;
}

.pagination--active .pagination--item:hover {
  color: currentColor;
}

.pagination--chevron-right,
.pagination--chevron-left {
  display: inline-block;
  margin-left: 0.3125rem;
  vertical-align: middle;
}

.pagination--chevron-left {
  margin-left: 0;
}

.form-field-input,
.product-reviews--content .spr-form .spr-form-input-text,
.product-reviews--content .spr-form .spr-form-input-email,
.product-reviews--content .spr-form .spr-form-input-textarea {
  width: 100%;
}

.form-field-input,
.form-field-select,
.productgrid--sidebar-item-grid .filter-item:not(.filter-item--toggle-more),
.product-reviews--content .spr-form .spr-form-input-text,
.product-reviews--content .spr-form .spr-form-input-email,
.product-reviews--content .spr-form .spr-form-input-textarea,
.option-value-input + .option-value-name {
  color: #515855;
  font-family: Lato;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 24px;
  z-index: 1;
  width: 100%;
  padding: 1.5rem 0.625rem 0.375rem;
  background-color: white;
  border: 1px solid #bcc3c0;
  border-radius: 4px;
}

.form-field-title {
  position: absolute;
  top: 1.0625rem;
  left: 0.625rem;
  z-index: 2;
  pointer-events: none;
  transition: 0.12s;
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.form-field {
  position: relative;
}

@media screen and (min-width: 720px) {
  .form-fields-columns .form-field {
    float: left;
    margin-right: 10px;
    margin-left: 10px;
  }
}

.edit_info_container .form-field-input:not(:-moz-placeholder-shown) + label {
  top: 0.5rem;
  font-size: 0.6875rem;
  transition-delay: 0s;
}

.edit_info_container .form-field-input:not(:placeholder-shown) + label {
  top: 0.5rem;
  font-size: 0.6875rem;
  transition-delay: 0s;
}

.form-fields-columns::before,
.site-header-main::before,
.site-footer-information::before,
.article--pagination::before,
.listcollections--inner::before,
.collection-list--inner::before,
.account-page--two-column::before,
.site-navigation-wrapper::before,
.productgrid--outer::before,
.productgrid--footer::before,
.product-reviews--content .spr-content .spr-reviews::before,
.form-fields-columns::after,
.site-header-main::after,
.site-footer-information::after,
.article--pagination::after,
.listcollections--inner::after,
.collection-list--inner::after,
.account-page--two-column::after,
.site-navigation-wrapper::after,
.productgrid--outer::after,
.productgrid--footer::after,
.product-reviews--content .spr-content .spr-reviews::after {
  display: table;
  content: "";
  clear: both;
}

.no-js .form-field-input + .form-field-title,
.no-js
  .product-reviews--content
  .spr-form
  .spr-form-input-text
  + .form-field-title,
.product-reviews--content
  .spr-form
  .no-js
  .spr-form-input-text
  + .form-field-title,
.no-js
  .product-reviews--content
  .spr-form
  .spr-form-input-email
  + .form-field-title,
.product-reviews--content
  .spr-form
  .no-js
  .spr-form-input-email
  + .form-field-title,
.no-js
  .product-reviews--content
  .spr-form
  .spr-form-input-textarea
  + .form-field-title,
.product-reviews--content
  .spr-form
  .no-js
  .spr-form-input-textarea
  + .form-field-title,
.form-field-input:focus + .form-field-title,
.product-reviews--content
  .spr-form
  .spr-form-input-text:focus
  + .form-field-title,
.product-reviews--content
  .spr-form
  .spr-form-input-email:focus
  + .form-field-title,
.product-reviews--content
  .spr-form
  .spr-form-input-textarea:focus
  + .form-field-title,
.form-field-filled.form-field-input + .form-field-title,
.product-reviews--content
  .spr-form
  .form-field-filled.spr-form-input-text
  + .form-field-title,
.product-reviews--content
  .spr-form
  .form-field-filled.spr-form-input-email
  + .form-field-title,
.product-reviews--content
  .spr-form
  .form-field-filled.spr-form-input-textarea
  + .form-field-title {
  top: 0.5rem;
  font-size: 0.8125rem;
  transition-delay: 0s;
}

@media (min-width: 1024px) {

  .recover-message-desktop.active {
    display: block;
  }
}

.recover-message-mobile.active {
  display: block;
}

@media (min-width: 1024px) {

  .recover-message-mobile.active {
    display: none;
  }
}

/* .general-content-main {
  .container {
    @media screen and (max-width: 1024px) {
      max-width: 920px;
    }

    @media screen and (max-width: 768px) {
      max-width: 728px;
    }
  }
} */

.general-content-template ol,
  .general-content-template ul {
  margin-bottom: 3rem;
}

.general-content-template ol,
  .general-content-template ul {
  padding-left: 1rem;
}

.general-content-template ol,
  .general-content-template ul {
  font-family: Sora, sans-serif;
}

.general-content-template ol,
  .general-content-template ul {
  font-size: 16px;
  line-height: 24px;
}

.general-content-template ol li, .general-content-template ul li {
  position: relative;
}

.general-content-template ol li, .general-content-template ul li {
  margin-bottom: 1.5rem;
}

.general-content-template ol li, .general-content-template ul li {
  padding-left: 22px;
}

.general-content-template ol li::marker, .general-content-template ul li::marker {
  position: absolute;
}

.general-content-template ol li::marker, .general-content-template ul li::marker {
  top: 0px;
}

.general-content-template ol li::marker, .general-content-template ul li::marker {
  left: 0px;
}

.general-content-template ol li::marker, .general-content-template ul li::marker {
  font-family: Sora, sans-serif;
}

.general-content-template ol {
  list-style-type: decimal;
}

.general-content-template ul {
  list-style-type: disc;
}

.general-content-template ul {
  padding-left: 1.25rem;
}

.general-content-template table::-webkit-scrollbar {
    width: 4px;
    height: 4px;
  }

/* Track */

.general-content-template table::-webkit-scrollbar-track {
    background: transparent;
  }

/* Handle */

.general-content-template table::-webkit-scrollbar-thumb {
    background: #bfbfbf;
    border-radius: 100px;
  }

/* Handle on hover */

.general-content-template table::-webkit-scrollbar-thumb:hover {
    background: #bfbfbf;
  }

.general-content-template p {
  margin-bottom: 72px;
}

.general-content-template .accordion-group {
  margin-bottom: 72px;
}

.general-content-template .accordion-group p {
  margin-bottom: 0px;
}

@media screen and (min-width: 1024px) {
    .general-content-template blockquote {
    margin-left: 0px;
  }
    .general-content-template blockquote {
    margin-right: 0px;
  }
    .general-content-template blockquote {
    font-size: 1.5rem;
    line-height: 2rem;
  }
    .general-content-template blockquote::before {
    top: 1.25rem;
  }
    .general-content-template blockquote::before {
    left: 0px;
  }
    .general-content-template blockquote::before {
    height: 100%;
  }
    .general-content-template blockquote::after {
      width: 92px;
      height: 85px;
    }
    .general-content-template blockquote::after {
    top: -2rem;
  }
    .general-content-template blockquote::after {
    right: 0px;
  }
    .general-content-template footer {
    bottom: -56px;
  }
  }

.general-content-template blockquote {
  position: relative;
}

.general-content-template blockquote {
  z-index: 0;
}

.general-content-template blockquote {
  margin-bottom: 7rem;
}

.general-content-template blockquote {
  margin-left: -1.5rem;
}

.general-content-template blockquote {
  margin-right: -1.5rem;
}

.general-content-template blockquote {
  padding-top: 0px;
}

.general-content-template blockquote {
  padding-left: 1.5rem;
}

.general-content-template blockquote {
  padding-right: 92px;
}

.general-content-template blockquote {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.general-content-template blockquote {
  text-transform: uppercase;
}

.general-content-template blockquote {
  letter-spacing: 1px;
}

.general-content-template blockquote {
  --tw-text-opacity: 1;
  color: rgba(22, 23, 24, var(--tw-text-opacity));
}

.general-content-template blockquote footer {
  position: absolute;
}

.general-content-template blockquote footer {
  bottom: -2.5rem;
}

.general-content-template blockquote footer {
  left: 1.5rem;
}

.general-content-template blockquote footer {
  font-family: Sora, sans-serif;
}

.general-content-template blockquote footer {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 1px;
}

.general-content-template blockquote footer {
  font-weight: 400;
}

.general-content-template blockquote footer {
  text-transform: uppercase;
}

.general-content-template blockquote footer {
  letter-spacing: 1px;
}

.general-content-template blockquote:before {
      content: "";
      z-index: -1;
      height: calc(100% - 24px);
    }

.general-content-template blockquote:before {
  position: absolute;
}

.general-content-template blockquote:before {
  top: 0.75rem;
}

.general-content-template blockquote:before {
  left: 0px;
}

.general-content-template blockquote:before {
  width: 100%;
}

.general-content-template blockquote:before {
  background-color: rgba(252, 249, 245, 0.8);
}

.general-content-template blockquote:after {
      content: "";
      /* //background-image: url(https://cdn.shopify.com/s/files/1/0518/9405/9179/files/svg-quote.svg?v=1621375433); */
      background-image: url(https://cdn.shopify.com/s/files/1/0518/9405/9179/files/Shape.svg?v=1625161528);
      background-size: contain;
      background-repeat: no-repeat;
    }

.general-content-template blockquote:after {
  position: absolute;
}

.general-content-template blockquote:after {
  top: -1.5rem;
}

.general-content-template blockquote:after {
  right: 1.5rem;
}

.general-content-template blockquote:after {
      width: 64px;
      height: 60px;
    }

@media screen and (min-width: 1025px) {
    .general-content-template .quick-link-item a:hover::before {
    --tw-bg-opacity: 1;
    background-color: rgba(76, 122, 89, var(--tw-bg-opacity));
  }
    .general-content-template .quick-link-item a:hover::after {
    --tw-border-opacity: 1;
    border-color: rgba(76, 122, 89, var(--tw-border-opacity));
  }
  }

.general-content-template .quick-link-item a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.general-content-template .quick-link-item a {
  width: 87vw;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.general-content-template .quick-link-item a:before {
      content: "";
      right: 13px;
      top: 21px;
    }

.general-content-template .quick-link-item a:before {
  position: absolute;
}

.general-content-template .quick-link-item a:before {
  display: block;
}

.general-content-template .quick-link-item a:before {
  height: 15px;
}

.general-content-template .quick-link-item a:before {
  width: 1px;
}

.general-content-template .quick-link-item a:before {
  --tw-bg-opacity: 1;
  background-color: rgba(22, 23, 24, var(--tw-bg-opacity));
}

.general-content-template .quick-link-item a:after {
      content: "";
      right: 9px;
    }

.general-content-template .quick-link-item a:after {
  position: absolute;
}

.general-content-template .quick-link-item a:after {
  top: 50%;
}

.general-content-template .quick-link-item a:after {
  display: block;
}

.general-content-template .quick-link-item a:after {
  height: 8px;
}

.general-content-template .quick-link-item a:after {
  width: 8px;
}

.general-content-template .quick-link-item a:after {
  --tw-rotate: 45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.general-content-template .quick-link-item a:after {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.general-content-template .quick-link-item a:after {
  border-width: 1px;
}

.general-content-template .quick-link-item a:after {
  border-top-width: 0;
}

.general-content-template .quick-link-item a:after {
  border-left-width: 0;
}

.general-content-template .quick-link-item a:after {
  --tw-border-opacity: 1;
  border-color: rgba(22, 23, 24, var(--tw-border-opacity));
}

@media screen and (min-width: 600px) {
    .general-content-template .button {
    margin-left: 1rem;
  }
    .general-content-template .button {
    display: inline-block;
  }
    .general-content-template .button + .button {
    margin-top: 2rem;
  }
  }

@media screen and (min-width: 1024px) {
    .general-content-template .button {
    margin-top: 2.5rem;
  }
    .general-content-template .button + .button {
    margin-top: 2.5rem;
  }
  }

.general-content-template .button {
  margin-top: 2rem;
}

.general-content-template .button {
  display: block;
}

.general-content-template .button {
  min-width: 250px;
}

.general-content-template .button:first-of-type {
      margin-left: 0;
    }

.general-content-template .button + .button {
  margin-top: 1rem;
}

.general-content-template h1, .general-content-template h2, .general-content-template h3 {
    text-transform: uppercase;
  }

@media screen and (min-width: 1025px) {
  .play-video-btn:hover svg path {
    fill: #949494;
  }
}

.play-video-btn:hover svg path {
    stroke: #949494;
  }

.cat-filter-container {
  scroll-snap-type: x mandatory;
  scroll-padding: 0 10px;
  overflow-x: scroll;
}

@media screen and (min-width: 1280px) {
  .cat-filter-container {
    scroll-snap-type: none;
    overflow-x: visible;
    overflow-x: initial;
  }
}

.cat-filter-child {
  position: relative;
  scroll-snap-align: center;
  flex-shrink: 0;
  font-weight: bold;
  font-size: 17px;
}

.cat-filter-child.selected {
  color: #FFFFFF;
}

.cat-filter-child:hover::after,
.cat-filter-child.selected::after {
  content: '';
  position: absolute;
  bottom: -4px;
  left: 50%;
  transform: translateX(-50%);
  width: 44px;
  height: 4px;
  background: #BFD157;
}

.category-filter-section {
  position: sticky;
  top: 80px;
  z-index: 10;
}

.category-filter-section:before {
  background-color: #262B2C;
  border-bottom: 1px solid #262B2C;
  border-right: 1px solid #262B2C;
  content: "";
  height: 25px;
  left: 50%;
  position: absolute;
  top: 93px;
  transform: translate(-50%) rotate(45deg);
  width: 25px;
}

@media screen and (max-width: 1023px) {
  .category-filter-section {
    top: 0;
  }
  .category-filter-section:before {
    top: 61px;
  }
}

@media screen and (max-width: 768px) {
  .cat-filter-child:last-of-type {
    padding-right: 20px;
  }
  .cat-filter-child:last-of-type.selected::after {
    left: calc(50% - 10px);
  }
}

.collection-categories {
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 1.75rem;
  width: 100%;
  overflow-x: auto;
  padding-bottom: 1rem;
  padding-top: 8px;
}

.collection-categories .category-item {
    width: calc(16.66% - 2px);
    min-width: 110px;
    margin: 0 1px;
  }

.collection-categories.collection-categories--active .category-item .category-item__img {
        opacity: 0.65;
      }

.collection-categories.collection-categories--active .category-item.active .category-item__img {
  opacity: 1;
}

@media (min-width: 1024px) {
  .collection-categories {
    margin-left: 2px;
    margin-right: 2px;
    width: auto;
    padding-bottom: 2rem;
  }
    .collection-categories .category-item {
      width: calc(16.66% - 4px);
    }
    .collection-categories .category-item {
    margin-left: 2px;
    margin-right: 2px;
  }
    .collection-categories .category-item {
    min-width: 235px;
  }
}

.collection-categories--inner {
  display: flex;
  justify-content: center;
}

.category-item__img {
  position: relative;
  height: 0px;
  width: 100%;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity));
}

 {
    transform: translateX(-50%);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
    min-width: 155px;
  }

@media (min-width: 1024px) {

 {
      top: calc(100% + 15px)
  }
    }

 input:checked + .checkmark.category-item__img {
  --tw-border-opacity: 1;
  border-color: rgba(22, 23, 24, var(--tw-border-opacity));
}

 input:checked + .checkmark.category-item__img {
        }

 {
    transform: translateX(-50%);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
    min-width: 155px;
  }

@media (min-width: 1024px) {

 {
      top: calc(100% + 15px)
  }
    }

 input:checked + .checkmark.category-item__img {
  --tw-border-opacity: 1;
  border-color: rgba(22, 23, 24, var(--tw-border-opacity));
}

 input:checked + .checkmark.category-item__img {
        }

 input:checked + .checkmark.category-item__img {
  --tw-border-opacity: 1;
  border-color: rgba(22, 23, 24, var(--tw-border-opacity));
}

 input:checked + .checkmark.category-item__img {
        }

 {

 {
    }
  }

 input:checked + .checkmark.category-item__img {
  --tw-border-opacity: 1;
  border-color: rgba(22, 23, 24, var(--tw-border-opacity));
}

 input:checked + .checkmark.category-item__img {
        }

 {

 {

 {
      }
    }
  }

 {

 {
      }
    }

 input:checked + .checkmark.category-item__img {
  --tw-border-opacity: 1;
  border-color: rgba(22, 23, 24, var(--tw-border-opacity));
}

 {

 {

 {
      }
    }
  }

 {

 {
      }
    }

 input:checked + .checkmark.category-item__img {
        }

.category-item__img {
  padding-top: 120%;
  margin-bottom: 9px;
}

.collection-filter-sort {
  border-bottom-width: 1px;
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(234, 234, 234, var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgba(248, 248, 248, var(--tw-bg-opacity));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

@media (min-width: 1024px) {

  .collection-filter-sort {
    padding-left: 90px;
    padding-right: 90px;
    padding-top: 26px;
    padding-bottom: 26px;
  }
}

.collection-filter-sort--inner {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  width: 100%;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: center;
  justify-content: space-between;
  grid-gap: 1rem;
  gap: 1rem;
}

@media (min-width: 1024px) {

  .collection-filter-sort--inner {
    display: block;
  }
}

@media (min-width: 1280px) {

  .collection-filter-sort--inner {
    display: flex;
  }
}

.collection-sort--header {
  position: relative;
  left: 0px;
  margin-bottom: 0px;
  display: flex;
  width: auto;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(234, 234, 234, var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

@media (min-width: 1024px) {

  .collection-sort--header {
    position: absolute;
    top: 100%;
    margin-top: 8rem;
    margin-bottom: 1.25rem;
    width: 100%;
    cursor: auto;
    justify-content: space-between;
    border-style: none;
    background-color: rgba(255,255,255,0);
  }
}

@media (min-width: 1280px) {

  .collection-sort--header {
    position: relative;
    top: auto;
    left: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    width: auto;
  }
}

.collection-sort--header .collection-count {
  display: none;
}

@media (min-width: 1024px) {

  .collection-sort--header .collection-count {
    margin-top: 0px;
    margin-bottom: 0px;
  }
}

@media (min-width: 1024px) {

  .collection-sort--header .collection-count {
    display: flex;
  }
}

@media (min-width: 1024px) {

  .collection-sort--header .collection-count {
    padding-left: 0px;
    padding-right: 0px;
  }
}

@media (min-width: 1280px) {

  .collection-sort--header .collection-count {
    display: none;
  }
}

.collection-filter--header {
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(234, 234, 234, var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

@media (min-width: 1024px) {

  .collection-filter--header {
    display: flow-root;
    cursor: auto;
    border-style: none;
    background-color: rgba(255,255,255,0);
  }
}

@media (min-width: 1280px) {

  .collection-filter--header {
    display: flex;
    align-items: center;
  }
}

.collection-filter--group,
.collection-sort--wrapper {
  position: fixed;
  top: 0px;
  height: 100%;
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  padding-bottom: 3rem;
  transition-property: left;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@media (min-width: 1024px) {

  .collection-filter--group,
.collection-sort--wrapper {
    position: relative;
    top: auto;
    height: auto;
    padding-bottom: 0px;
  }
}

.collection-filter--group,
.collection-sort--wrapper {
  left: calc(100% + 45px);
}

.collection-filter--group.active, .collection-sort--wrapper.active {
  left: 45px;
}

.collection-filter--group.active, .collection-sort--wrapper.active {
  z-index: 20;
}

.collection-filter--group.active, .collection-sort--wrapper.active {
  transition-property: left;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.collection-filter--group.active, .collection-sort--wrapper.active {
  transition-duration: 300ms;
}

.collection-filter--group.active, .collection-sort--wrapper.active {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@media (min-width: 1024px) {

  .collection-filter--group.active, .collection-sort--wrapper.active {
    left: auto;
  }
}

.collection-filter--group.active .collection-filter--group__close, .collection-sort--wrapper.active .collection-filter--group__close {
  left: 0px;
}

.collection-filter--group.active .collection-filter--group__close, .collection-sort--wrapper.active .collection-filter--group__close {
  transition-property: left;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.collection-filter--group.active .collection-filter--group__close, .collection-sort--wrapper.active .collection-filter--group__close {
  transition-duration: 300ms;
}

.collection-filter--group.active .collection-filter--group__close, .collection-sort--wrapper.active .collection-filter--group__close {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@media (min-width: 1024px) {
  .collection-filter--group,
  .collection-sort--wrapper {
    left: auto;
  }
}

.collection-filter--group__inner {
  height: calc(100% - 45px);
  overflow-y: auto;
}

@media (min-width: 1024px) {

.collection-filter--group__inner {
    height: auto;
    height: initial;
    overflow-y: visible;
    overflow-y: initial
}
  }

.collection-filter--group {
  float: left;
  display: block;
}

@media (min-width: 1024px) {

  .collection-filter--group {
    display: contents;
  }
}

.collection-filter--group__header {
  position: relative;
  display: flex;
  height: 45px;
  align-items: center;
  justify-content: center;
  border-width: 1px;
  border-left-width: 0;
  border-right-width: 0;
  border-top-width: 0;
  --tw-border-opacity: 1;
  border-color: rgba(235, 235, 235, var(--tw-border-opacity));
  font-size: 18px;
  line-height: 27px;
  font-weight: 600;
}

@media (min-width: 1024px) {

  .collection-filter--group__header {
    display: none;
  }
}

.collection-filter--group__close {
  position: fixed;
  left: 100%;
  top: 0px;
  z-index: 20;
  display: flex;
  height: 45px;
  width: 45px;
  align-items: center;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgba(234, 234, 234, var(--tw-bg-opacity));
  transition-property: left;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.collection-sort--item__selected--details {
  display: block;
  width: 100%;
  font-size: 14px;
  line-height: 20px;
  text-transform: none;
  --tw-text-opacity: 1;
  color: rgba(130, 130, 130, var(--tw-text-opacity));
}

.collection-sort--item__selected--details.text-p-xxs.ng-binding {
  --tw-text-opacity: 1 !important;
  color: rgba(77, 77, 77, var(--tw-text-opacity)) !important;
}

@media (min-width: 1024px) {

  .collection-sort--item__selected--details {
    display: none;
  }
}

#collection-filter--btn,
#collection-sort--btn {
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: 1;
  display: flex;
  height: 3rem;
  width: 100%;
  align-items: center;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgba(191, 209, 87, var(--tw-bg-opacity));
  font-family: Sora, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgba(22, 23, 24, var(--tw-text-opacity));
}

@media (min-width: 1024px) {

  #collection-filter--btn,
#collection-sort--btn {
    display: none;
  }
}

#collection-filter--btn,
#collection-sort--btn {
  letter-spacing: 1.45px;
}

.collection-filter-cta {
  float: left;
  margin-right: 0px;
  display: inline-flex;
  height: 38px;
  align-items: center;
  justify-content: center;
  font-family: Sora, sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  letter-spacing: 1px;
}

@media (min-width: 1024px) {

  .collection-filter-cta {
    margin-right: 13px;
  }
}

.collection-sort-cta {
  margin-right: 0px;
  display: flex;
  height: 38px;
  align-items: center;
  justify-content: center;
  font-family: Sora, sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  letter-spacing: 1px;
}

@media (min-width: 1024px) {

  .collection-sort-cta {
    margin-right: 13px;
  }
}

[data-filter-count] {
  margin-left: 8px;
  display: none;
  height: 1.5rem;
  width: 1.5rem;
  align-items: center;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgba(77, 77, 77, var(--tw-bg-opacity));
  font-family: Sora, sans-serif;
  font-size: 12px;
  line-height: 18px;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.collection-content__description[data-filter-count] p {
  color: #fff;
}

@media (min-width: 1024px) {

  [data-filter-count] {
    display: flex;
  }
}

[data-filter-count] {
  border-radius: 100px;
}

.collection-count {
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
  margin-bottom: 17px;
  display: flex;
  height: 1.25rem;
  width: 100%;
  align-items: center;
  justify-content: flex-start;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-size: 14px;
  line-height: 20px;
  font-weight: 300;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgba(22, 23, 24, var(--tw-text-opacity));
}

@media (min-width: 1024px) {

  .collection-count {
    margin-top: 104px;
    margin-bottom: 1.25rem;
    display: none;
    height: 38px;
    padding-left: 90px;
    padding-right: 90px;
    line-height: 38px;
  }
}

@media (min-width: 1280px) {

  .collection-count {
    display: flex;
  }
}

.collection-filter--item,
.collection-sort--item {
  padding-left: 15.5px;
  padding-right: 28.5px;
  position: relative;
  margin-right: 15px;
  display: inline-block;
  height: 2.5rem;
  cursor: pointer;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(234, 234, 234, var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1)
}

.collection-filter--item:hover,
.collection-sort--item:hover {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(237, 255, 0, var(--tw-border-opacity));
}

.collection-filter--item:hover, .collection-sort--item:hover {
    box-shadow: 0 0 5px #e0f000;
  }

.collection-filter--item:hover, .collection-sort--item:hover {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.collection-filter--item:hover, .collection-sort--item:hover {
  transition-duration: 300ms;
}

.collection-filter--item:hover, .collection-sort--item:hover {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.collection-filter--item .collection-sort--item__selected, .collection-sort--item .collection-sort--item__selected {
  display: block;
}

.collection-filter--item .collection-sort--item__selected, .collection-sort--item .collection-sort--item__selected {
  height: 100%;
}

.collection-filter--item .collection-sort--item__selected, .collection-sort--item .collection-sort--item__selected {
  align-items: center;
}

.collection-filter--item .collection-sort--item__selected, .collection-sort--item .collection-sort--item__selected {
  padding-right: 0.625rem;
}

.collection-filter--item .collection-sort--item__selected, .collection-sort--item .collection-sort--item__selected {
  font-family: Sora, sans-serif;
}

.collection-filter--item .collection-sort--item__selected, .collection-sort--item .collection-sort--item__selected {
  font-size: 16px;
  line-height: 24px;
}

.collection-filter--item .collection-sort--item__selected, .collection-sort--item .collection-sort--item__selected {
  font-weight: 600;
}

.collection-filter--item .collection-sort--item__selected, .collection-sort--item .collection-sort--item__selected {
  text-transform: uppercase;
}

.collection-filter--item .collection-sort--item__selected, .collection-sort--item .collection-sort--item__selected {
  --tw-text-opacity: 1;
  color: rgba(22, 23, 24, var(--tw-text-opacity));
}

@media (min-width: 1024px) {

  .collection-filter--item .collection-sort--item__selected, .collection-sort--item .collection-sort--item__selected {
    display: flex;
  }
}

@media (min-width: 1024px) {

  .collection-filter--item .collection-sort--item__selected, .collection-sort--item .collection-sort--item__selected {
    font-family: Sora, sans-serif;
  }
}

@media (min-width: 1024px) {

  .collection-filter--item .collection-sort--item__selected, .collection-sort--item .collection-sort--item__selected {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 1024px) {

  .collection-filter--item .collection-sort--item__selected, .collection-sort--item .collection-sort--item__selected {
    font-weight: 300;
  }
}

@media (min-width: 1024px) {

  .collection-filter--item .collection-sort--item__selected, .collection-sort--item .collection-sort--item__selected {
    text-transform: none;
  }
}

.collection-filter--item .collection-sort--item__selected, .collection-sort--item .collection-sort--item__selected {
    letter-spacing: 1.45px;
  }

@media (min-width: 1024px) {

.collection-filter--item .collection-sort--item__selected, .collection-sort--item .collection-sort--item__selected {
      letter-spacing: normal
  }
    }

.collection-filter--item svg, .collection-sort--item svg {
  position: absolute;
}

.collection-filter--item svg, .collection-sort--item svg {
  top: 2rem;
}

.collection-filter--item svg, .collection-sort--item svg {
  right: 2rem;
}

.collection-filter--item svg, .collection-sort--item svg {
  height: 1rem;
}

.collection-filter--item svg, .collection-sort--item svg {
  width: 1rem;
}

.collection-filter--item svg, .collection-sort--item svg {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.collection-filter--item svg, .collection-sort--item svg {
  --tw-rotate: -90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.collection-filter--item svg, .collection-sort--item svg {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

@media (min-width: 1024px) {

  .collection-filter--item svg, .collection-sort--item svg {
    top: 50%;
  }
}

@media (min-width: 1024px) {

  .collection-filter--item svg, .collection-sort--item svg {
    right: 1rem;
  }
}

@media (min-width: 1024px) {

  .collection-filter--item svg, .collection-sort--item svg {
    height: 0.375rem;
  }
}

@media (min-width: 1024px) {

  .collection-filter--item svg, .collection-sort--item svg {
    width: 8px;
  }
}

@media (min-width: 1024px) {

  .collection-filter--item svg, .collection-sort--item svg {
    --tw-rotate: 0deg;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
}

.collection-filter--item svg polyline, .collection-sort--item svg polyline {
      stroke-width: 1px;
    }

.collection-filter--item ul.filter-dropdown,
  .collection-filter--item ul.sort-dropdown,
  .collection-sort--item ul.filter-dropdown,
  .collection-sort--item ul.sort-dropdown {
  position: absolute;
}

.collection-filter--item ul.filter-dropdown,
  .collection-filter--item ul.sort-dropdown,
  .collection-sort--item ul.filter-dropdown,
  .collection-sort--item ul.sort-dropdown {
  left: 50%;
}

.collection-filter--item ul.filter-dropdown,
  .collection-filter--item ul.sort-dropdown,
  .collection-sort--item ul.filter-dropdown,
  .collection-sort--item ul.sort-dropdown {
  top: 0px;
}

.collection-filter--item ul.filter-dropdown,
  .collection-filter--item ul.sort-dropdown,
  .collection-sort--item ul.filter-dropdown,
  .collection-sort--item ul.sort-dropdown {
  z-index: 1;
}

.collection-filter--item ul.filter-dropdown,
  .collection-filter--item ul.sort-dropdown,
  .collection-sort--item ul.filter-dropdown,
  .collection-sort--item ul.sort-dropdown {
  display: none;
}

.collection-filter--item ul.filter-dropdown,
  .collection-filter--item ul.sort-dropdown,
  .collection-sort--item ul.filter-dropdown,
  .collection-sort--item ul.sort-dropdown {
  height: 100%;
}

.collection-filter--item ul.filter-dropdown,
  .collection-filter--item ul.sort-dropdown,
  .collection-sort--item ul.filter-dropdown,
  .collection-sort--item ul.sort-dropdown {
  width: 100%;
}

.collection-filter--item ul.filter-dropdown,
  .collection-filter--item ul.sort-dropdown,
  .collection-sort--item ul.filter-dropdown,
  .collection-sort--item ul.sort-dropdown {
  list-style-type: none;
}

.collection-filter--item ul.filter-dropdown,
  .collection-filter--item ul.sort-dropdown,
  .collection-sort--item ul.filter-dropdown,
  .collection-sort--item ul.sort-dropdown {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.collection-filter--item ul.filter-dropdown,
  .collection-filter--item ul.sort-dropdown,
  .collection-sort--item ul.filter-dropdown,
  .collection-sort--item ul.sort-dropdown {
  padding: 26px;
}

.collection-filter--item ul.filter-dropdown,
  .collection-filter--item ul.sort-dropdown,
  .collection-sort--item ul.filter-dropdown,
  .collection-sort--item ul.sort-dropdown {
  transition-property: height;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.collection-filter--item ul.filter-dropdown,
  .collection-filter--item ul.sort-dropdown,
  .collection-sort--item ul.filter-dropdown,
  .collection-sort--item ul.sort-dropdown {
  transition-duration: 300ms;
}

.collection-filter--item ul.filter-dropdown,
  .collection-filter--item ul.sort-dropdown,
  .collection-sort--item ul.filter-dropdown,
  .collection-sort--item ul.sort-dropdown {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@media (min-width: 1024px) {

  .collection-filter--item ul.filter-dropdown,
  .collection-filter--item ul.sort-dropdown,
  .collection-sort--item ul.filter-dropdown,
  .collection-sort--item ul.sort-dropdown {
    height: 0px;
  }
}

@media (min-width: 1024px) {

  .collection-filter--item ul.filter-dropdown,
  .collection-filter--item ul.sort-dropdown,
  .collection-sort--item ul.filter-dropdown,
  .collection-sort--item ul.sort-dropdown {
    padding: 1.25rem;
  }
}

.collection-filter--item ul.filter-dropdown,
  .collection-filter--item ul.sort-dropdown,
  .collection-sort--item ul.filter-dropdown,
  .collection-sort--item ul.sort-dropdown {
    transform: translateX(-50%);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
    min-width: 155px;
  }

.collection-filter--item ul.filter-dropdown li, .collection-filter--item ul.sort-dropdown li, .collection-sort--item ul.filter-dropdown li, .collection-sort--item ul.sort-dropdown li {
  text-align: left;
}

.collection-filter--item ul.filter-dropdown li, .collection-filter--item ul.sort-dropdown li, .collection-sort--item ul.filter-dropdown li, .collection-sort--item ul.sort-dropdown li {
  font-size: 12px;
  line-height: 18px;
}

.collection-filter--item ul.filter-dropdown li, .collection-filter--item ul.sort-dropdown li, .collection-sort--item ul.filter-dropdown li, .collection-sort--item ul.sort-dropdown li {
  line-height: 40px;
}

@media (min-width: 1024px) {

  .collection-filter--item ul.filter-dropdown li, .collection-filter--item ul.sort-dropdown li, .collection-sort--item ul.filter-dropdown li, .collection-sort--item ul.sort-dropdown li {
    line-height: 30px;
  }
}

.collection-filter--item ul.filter-dropdown .custom-checkbox, .collection-filter--item ul.sort-dropdown .custom-checkbox, .collection-sort--item ul.filter-dropdown .custom-checkbox, .collection-sort--item ul.sort-dropdown .custom-checkbox {
  font-size: 14px;
  line-height: 20px;
}

.collection-filter--item ul.filter-dropdown .custom-checkbox, .collection-filter--item ul.sort-dropdown .custom-checkbox, .collection-sort--item ul.filter-dropdown .custom-checkbox, .collection-sort--item ul.sort-dropdown .custom-checkbox {
  line-height: 40px;
}

@media (min-width: 1024px) {

  .collection-filter--item ul.filter-dropdown .custom-checkbox, .collection-filter--item ul.sort-dropdown .custom-checkbox, .collection-sort--item ul.filter-dropdown .custom-checkbox, .collection-sort--item ul.sort-dropdown .custom-checkbox {
    font-size: 12px;
    line-height: 18px;
  }
}

@media (min-width: 1024px) {

  .collection-filter--item ul.filter-dropdown .custom-checkbox, .collection-filter--item ul.sort-dropdown .custom-checkbox, .collection-sort--item ul.filter-dropdown .custom-checkbox, .collection-sort--item ul.sort-dropdown .custom-checkbox {
    line-height: 30px;
  }
}

.collection-filter--item ul.filter-dropdown .custom-checkbox .checkmark, .collection-filter--item ul.sort-dropdown .custom-checkbox .checkmark, .collection-sort--item ul.filter-dropdown .custom-checkbox .checkmark, .collection-sort--item ul.sort-dropdown .custom-checkbox .checkmark {
  top: 0.75rem;
}

@media (min-width: 1024px) {

  .collection-filter--item ul.filter-dropdown .custom-checkbox .checkmark, .collection-filter--item ul.sort-dropdown .custom-checkbox .checkmark, .collection-sort--item ul.filter-dropdown .custom-checkbox .checkmark, .collection-sort--item ul.sort-dropdown .custom-checkbox .checkmark {
    top: 8px;
  }
}

@media (min-width: 1024px) {

.collection-filter--item ul.filter-dropdown,
  .collection-filter--item ul.sort-dropdown,
  .collection-sort--item ul.filter-dropdown,
  .collection-sort--item ul.sort-dropdown {
      top: calc(100% + 15px)
  }
    }

.collection-filter--item ul.filter-dropdown:before, .collection-filter--item ul.sort-dropdown:before, .collection-sort--item ul.filter-dropdown:before, .collection-sort--item ul.sort-dropdown:before {
  position: absolute;
}

.collection-filter--item ul.filter-dropdown:before, .collection-filter--item ul.sort-dropdown:before, .collection-sort--item ul.filter-dropdown:before, .collection-sort--item ul.sort-dropdown:before {
  left: 50%;
}

.collection-filter--item ul.filter-dropdown:before, .collection-filter--item ul.sort-dropdown:before, .collection-sort--item ul.filter-dropdown:before, .collection-sort--item ul.sort-dropdown:before {
  height: 0.75rem;
}

.collection-filter--item ul.filter-dropdown:before, .collection-filter--item ul.sort-dropdown:before, .collection-sort--item ul.filter-dropdown:before, .collection-sort--item ul.sort-dropdown:before {
  width: 0.75rem;
}

.collection-filter--item ul.filter-dropdown:before, .collection-filter--item ul.sort-dropdown:before, .collection-sort--item ul.filter-dropdown:before, .collection-sort--item ul.sort-dropdown:before {
      transform: translateX(-50%) rotate(45deg);
      content: '';
      top: -6px;
      box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
      z-index: -1;
    }

.collection-filter--item ul.filter-dropdown:after, .collection-filter--item ul.sort-dropdown:after, .collection-sort--item ul.filter-dropdown:after, .collection-sort--item ul.sort-dropdown:after {
      content: '';
    }

.collection-filter--item ul.filter-dropdown:after, .collection-filter--item ul.sort-dropdown:after, .collection-sort--item ul.filter-dropdown:after, .collection-sort--item ul.sort-dropdown:after {
  position: absolute;
}

.collection-filter--item ul.filter-dropdown:after, .collection-filter--item ul.sort-dropdown:after, .collection-sort--item ul.filter-dropdown:after, .collection-sort--item ul.sort-dropdown:after {
  left: 50%;
}

.collection-filter--item ul.filter-dropdown:after, .collection-filter--item ul.sort-dropdown:after, .collection-sort--item ul.filter-dropdown:after, .collection-sort--item ul.sort-dropdown:after {
  z-index: 1;
}

.collection-filter--item ul.filter-dropdown:after, .collection-filter--item ul.sort-dropdown:after, .collection-sort--item ul.filter-dropdown:after, .collection-sort--item ul.sort-dropdown:after {
  height: 1rem;
}

.collection-filter--item ul.filter-dropdown:after, .collection-filter--item ul.sort-dropdown:after, .collection-sort--item ul.filter-dropdown:after, .collection-sort--item ul.sort-dropdown:after {
  width: 1rem;
}

.collection-filter--item ul.filter-dropdown:after, .collection-filter--item ul.sort-dropdown:after, .collection-sort--item ul.filter-dropdown:after, .collection-sort--item ul.sort-dropdown:after {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.collection-filter--item ul.filter-dropdown:after, .collection-filter--item ul.sort-dropdown:after, .collection-sort--item ul.filter-dropdown:after, .collection-sort--item ul.sort-dropdown:after {
      transform: translateX(-50%) rotate(45deg);
      top: -5px;
    }

.collection-filter--item ul.filter-dropdown [data-apply], .collection-filter--item ul.sort-dropdown [data-apply], .collection-sort--item ul.filter-dropdown [data-apply], .collection-sort--item ul.sort-dropdown [data-apply] {
  margin-top: 0.75rem;
}

.collection-filter--item ul.filter-dropdown [data-filter-option], .collection-filter--item ul.sort-dropdown [data-filter-option], .collection-sort--item ul.filter-dropdown [data-filter-option], .collection-sort--item ul.sort-dropdown [data-filter-option] {
  display: flex;
}

.collection-filter--item ul.filter-dropdown [data-filter-option], .collection-filter--item ul.sort-dropdown [data-filter-option], .collection-sort--item ul.filter-dropdown [data-filter-option], .collection-sort--item ul.sort-dropdown [data-filter-option] {
  height: 33px;
}

.collection-filter--item ul.filter-dropdown [data-filter-option], .collection-filter--item ul.sort-dropdown [data-filter-option], .collection-sort--item ul.filter-dropdown [data-filter-option], .collection-sort--item ul.sort-dropdown [data-filter-option] {
  width: 6rem;
}

.collection-filter--item ul.filter-dropdown [data-filter-option], .collection-filter--item ul.sort-dropdown [data-filter-option], .collection-sort--item ul.filter-dropdown [data-filter-option], .collection-sort--item ul.sort-dropdown [data-filter-option] {
  align-items: center;
}

.collection-filter--item ul.filter-dropdown [data-filter-option], .collection-filter--item ul.sort-dropdown [data-filter-option], .collection-sort--item ul.filter-dropdown [data-filter-option], .collection-sort--item ul.sort-dropdown [data-filter-option] {
  justify-content: center;
}

.collection-filter--item ul.filter-dropdown [data-filter-option], .collection-filter--item ul.sort-dropdown [data-filter-option], .collection-sort--item ul.filter-dropdown [data-filter-option], .collection-sort--item ul.sort-dropdown [data-filter-option] {
  border-width: 2px;
}

.collection-filter--item ul.filter-dropdown [data-filter-option], .collection-filter--item ul.sort-dropdown [data-filter-option], .collection-sort--item ul.filter-dropdown [data-filter-option], .collection-sort--item ul.sort-dropdown [data-filter-option] {
  --tw-border-opacity: 1;
  border-color: rgba(22, 23, 24, var(--tw-border-opacity));
}

.collection-filter--item ul.filter-dropdown [data-filter-option], .collection-filter--item ul.sort-dropdown [data-filter-option], .collection-sort--item ul.filter-dropdown [data-filter-option], .collection-sort--item ul.sort-dropdown [data-filter-option] {
  font-family: Sora, sans-serif;
}

.collection-filter--item ul.filter-dropdown [data-filter-option], .collection-filter--item ul.sort-dropdown [data-filter-option], .collection-sort--item ul.filter-dropdown [data-filter-option], .collection-sort--item ul.sort-dropdown [data-filter-option] {
  font-size: 14px;
  line-height: 20px;
}

.collection-filter--item ul.filter-dropdown [data-filter-option], .collection-filter--item ul.sort-dropdown [data-filter-option], .collection-sort--item ul.filter-dropdown [data-filter-option], .collection-sort--item ul.sort-dropdown [data-filter-option] {
  font-weight: 600;
}

.collection-filter--item ul.filter-dropdown [data-filter-option], .collection-filter--item ul.sort-dropdown [data-filter-option], .collection-sort--item ul.filter-dropdown [data-filter-option], .collection-sort--item ul.sort-dropdown [data-filter-option] {
  text-transform: uppercase;
}

.collection-filter--item ul.filter-dropdown [data-filter-option], .collection-filter--item ul.sort-dropdown [data-filter-option], .collection-sort--item ul.filter-dropdown [data-filter-option], .collection-sort--item ul.sort-dropdown [data-filter-option] {
  letter-spacing: 1px;
}

.collection-filter--item ul.filter-dropdown [data-filter-option], .collection-filter--item ul.sort-dropdown [data-filter-option], .collection-sort--item ul.filter-dropdown [data-filter-option], .collection-sort--item ul.sort-dropdown [data-filter-option] {
  --tw-text-opacity: 1;
  color: rgba(22, 23, 24, var(--tw-text-opacity));
}

.collection-filter--item ul.filter-dropdown [data-filter-option], .collection-filter--item ul.sort-dropdown [data-filter-option], .collection-sort--item ul.filter-dropdown [data-filter-option], .collection-sort--item ul.sort-dropdown [data-filter-option] {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.collection-filter--item ul.filter-dropdown [data-filter-option], .collection-filter--item ul.sort-dropdown [data-filter-option], .collection-sort--item ul.filter-dropdown [data-filter-option], .collection-sort--item ul.sort-dropdown [data-filter-option] {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.collection-filter--item ul.filter-dropdown [data-filter-option], .collection-filter--item ul.sort-dropdown [data-filter-option], .collection-sort--item ul.filter-dropdown [data-filter-option], .collection-sort--item ul.sort-dropdown [data-filter-option] {
  transition-duration: 300ms;
}

.collection-filter--item ul.filter-dropdown [data-filter-option], .collection-filter--item ul.sort-dropdown [data-filter-option], .collection-sort--item ul.filter-dropdown [data-filter-option], .collection-sort--item ul.sort-dropdown [data-filter-option] {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.collection-filter--item ul.filter-dropdown [data-filter-option]:hover, .collection-filter--item ul.sort-dropdown [data-filter-option]:hover, .collection-sort--item ul.filter-dropdown [data-filter-option]:hover, .collection-sort--item ul.sort-dropdown [data-filter-option]:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(22, 23, 24, var(--tw-bg-opacity));
}

.collection-filter--item ul.filter-dropdown [data-filter-option]:hover, .collection-filter--item ul.sort-dropdown [data-filter-option]:hover, .collection-sort--item ul.filter-dropdown [data-filter-option]:hover, .collection-sort--item ul.sort-dropdown [data-filter-option]:hover {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.collection-filter--item ul.filter-dropdown.multi-lines,
    .collection-filter--item ul.filter-dropdown.color-lines,
    .collection-filter--item ul.sort-dropdown.multi-lines,
    .collection-filter--item ul.sort-dropdown.color-lines,
    .collection-sort--item ul.filter-dropdown.multi-lines,
    .collection-sort--item ul.filter-dropdown.color-lines,
    .collection-sort--item ul.sort-dropdown.multi-lines,
    .collection-sort--item ul.sort-dropdown.color-lines {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.collection-filter--item ul.filter-dropdown.multi-lines,
    .collection-filter--item ul.filter-dropdown.color-lines,
    .collection-filter--item ul.sort-dropdown.multi-lines,
    .collection-filter--item ul.sort-dropdown.color-lines,
    .collection-sort--item ul.filter-dropdown.multi-lines,
    .collection-sort--item ul.filter-dropdown.color-lines,
    .collection-sort--item ul.sort-dropdown.multi-lines,
    .collection-sort--item ul.sort-dropdown.color-lines {
  gap: 0px;
}

.collection-filter--item ul.filter-dropdown.multi-lines,
    .collection-filter--item ul.filter-dropdown.color-lines,
    .collection-filter--item ul.sort-dropdown.multi-lines,
    .collection-filter--item ul.sort-dropdown.color-lines,
    .collection-sort--item ul.filter-dropdown.multi-lines,
    .collection-sort--item ul.filter-dropdown.color-lines,
    .collection-sort--item ul.sort-dropdown.multi-lines,
    .collection-sort--item ul.sort-dropdown.color-lines {
      min-width: 206px;
      grid-auto-rows: min-content;
    }

.collection-filter--item ul.filter-dropdown.multi-lines li, .collection-filter--item ul.filter-dropdown.color-lines li, .collection-filter--item ul.sort-dropdown.multi-lines li, .collection-filter--item ul.sort-dropdown.color-lines li, .collection-sort--item ul.filter-dropdown.multi-lines li, .collection-sort--item ul.filter-dropdown.color-lines li, .collection-sort--item ul.sort-dropdown.multi-lines li, .collection-sort--item ul.sort-dropdown.color-lines li {
  padding-right: 1.25rem;
}

.collection-filter--item ul.filter-dropdown.multi-lines [data-apply], .collection-filter--item ul.filter-dropdown.color-lines [data-apply], .collection-filter--item ul.sort-dropdown.multi-lines [data-apply], .collection-filter--item ul.sort-dropdown.color-lines [data-apply], .collection-sort--item ul.filter-dropdown.multi-lines [data-apply], .collection-sort--item ul.filter-dropdown.color-lines [data-apply], .collection-sort--item ul.sort-dropdown.multi-lines [data-apply], .collection-sort--item ul.sort-dropdown.color-lines [data-apply] {
  grid-column: span 3 / span 3;
}

.collection-filter--item ul.filter-dropdown.multi-lines [data-apply], .collection-filter--item ul.filter-dropdown.color-lines [data-apply], .collection-filter--item ul.sort-dropdown.multi-lines [data-apply], .collection-filter--item ul.sort-dropdown.color-lines [data-apply], .collection-sort--item ul.filter-dropdown.multi-lines [data-apply], .collection-sort--item ul.filter-dropdown.color-lines [data-apply], .collection-sort--item ul.sort-dropdown.multi-lines [data-apply], .collection-sort--item ul.sort-dropdown.color-lines [data-apply] {
  margin-bottom: 0px;
}

.collection-filter--item ul.filter-dropdown.color-lines, .collection-filter--item ul.sort-dropdown.color-lines, .collection-sort--item ul.filter-dropdown.color-lines, .collection-sort--item ul.sort-dropdown.color-lines {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.collection-filter--item ul.filter-dropdown.color-lines, .collection-filter--item ul.sort-dropdown.color-lines, .collection-sort--item ul.filter-dropdown.color-lines, .collection-sort--item ul.sort-dropdown.color-lines {
  gap: 0px;
}

.collection-filter--item ul.filter-dropdown.color-lines [data-apply], .collection-filter--item ul.sort-dropdown.color-lines [data-apply], .collection-sort--item ul.filter-dropdown.color-lines [data-apply], .collection-sort--item ul.sort-dropdown.color-lines [data-apply] {
  grid-column: span 4 / span 4;
}

.collection-filter--item ul.filter-dropdown.color-lines li, .collection-filter--item ul.sort-dropdown.color-lines li, .collection-sort--item ul.filter-dropdown.color-lines li, .collection-sort--item ul.sort-dropdown.color-lines li {
  margin-bottom: 1.25rem;
}

.collection-filter--item ul.filter-dropdown.color-lines li input, .collection-filter--item ul.sort-dropdown.color-lines li input, .collection-sort--item ul.filter-dropdown.color-lines li input, .collection-sort--item ul.sort-dropdown.color-lines li input {
          display: none;
        }

.collection-filter--item ul.filter-dropdown.color-lines li label .checkmark, .collection-filter--item ul.sort-dropdown.color-lines li label .checkmark, .collection-sort--item ul.filter-dropdown.color-lines li label .checkmark, .collection-sort--item ul.sort-dropdown.color-lines li label .checkmark {
  display: flex;
}

.collection-filter--item ul.filter-dropdown.color-lines li label .checkmark, .collection-filter--item ul.sort-dropdown.color-lines li label .checkmark, .collection-sort--item ul.filter-dropdown.color-lines li label .checkmark, .collection-sort--item ul.sort-dropdown.color-lines li label .checkmark {
  height: 2.5rem;
}

.collection-filter--item ul.filter-dropdown.color-lines li label .checkmark, .collection-filter--item ul.sort-dropdown.color-lines li label .checkmark, .collection-sort--item ul.filter-dropdown.color-lines li label .checkmark, .collection-sort--item ul.sort-dropdown.color-lines li label .checkmark {
  width: 2.5rem;
}

.collection-filter--item ul.filter-dropdown.color-lines li label .checkmark, .collection-filter--item ul.sort-dropdown.color-lines li label .checkmark, .collection-sort--item ul.filter-dropdown.color-lines li label .checkmark, .collection-sort--item ul.sort-dropdown.color-lines li label .checkmark {
  cursor: pointer;
}

.collection-filter--item ul.filter-dropdown.color-lines li label .checkmark, .collection-filter--item ul.sort-dropdown.color-lines li label .checkmark, .collection-sort--item ul.filter-dropdown.color-lines li label .checkmark, .collection-sort--item ul.sort-dropdown.color-lines li label .checkmark {
  align-items: center;
}

.collection-filter--item ul.filter-dropdown.color-lines li label .checkmark, .collection-filter--item ul.sort-dropdown.color-lines li label .checkmark, .collection-sort--item ul.filter-dropdown.color-lines li label .checkmark, .collection-sort--item ul.sort-dropdown.color-lines li label .checkmark {
  justify-content: center;
}

.collection-filter--item ul.filter-dropdown.color-lines li label .checkmark, .collection-filter--item ul.sort-dropdown.color-lines li label .checkmark, .collection-sort--item ul.filter-dropdown.color-lines li label .checkmark, .collection-sort--item ul.sort-dropdown.color-lines li label .checkmark {
  border-width: 1px;
}

.collection-filter--item ul.filter-dropdown.color-lines li label .checkmark, .collection-filter--item ul.sort-dropdown.color-lines li label .checkmark, .collection-sort--item ul.filter-dropdown.color-lines li label .checkmark, .collection-sort--item ul.sort-dropdown.color-lines li label .checkmark {
  --tw-border-opacity: 1;
  border-color: rgba(22, 23, 24, var(--tw-border-opacity));
}

@media (min-width: 1024px) {

  .collection-filter--item ul.filter-dropdown.color-lines li label .checkmark, .collection-filter--item ul.sort-dropdown.color-lines li label .checkmark, .collection-sort--item ul.filter-dropdown.color-lines li label .checkmark, .collection-sort--item ul.sort-dropdown.color-lines li label .checkmark {
    height: 1.5rem;
  }
}

@media (min-width: 1024px) {

  .collection-filter--item ul.filter-dropdown.color-lines li label .checkmark, .collection-filter--item ul.sort-dropdown.color-lines li label .checkmark, .collection-sort--item ul.filter-dropdown.color-lines li label .checkmark, .collection-sort--item ul.sort-dropdown.color-lines li label .checkmark {
    width: 1.5rem;
  }
}

.collection-filter--item ul.filter-dropdown.color-lines li label .checkmark, .collection-filter--item ul.sort-dropdown.color-lines li label .checkmark, .collection-sort--item ul.filter-dropdown.color-lines li label .checkmark, .collection-sort--item ul.sort-dropdown.color-lines li label .checkmark {
          border-radius: 100px;
        }

.collection-filter--item ul.filter-dropdown.color-lines li label .checkmark .checkmark-inner, .collection-filter--item ul.sort-dropdown.color-lines li label .checkmark .checkmark-inner, .collection-sort--item ul.filter-dropdown.color-lines li label .checkmark .checkmark-inner, .collection-sort--item ul.sort-dropdown.color-lines li label .checkmark .checkmark-inner {
  height: 2rem;
}

.collection-filter--item ul.filter-dropdown.color-lines li label .checkmark .checkmark-inner, .collection-filter--item ul.sort-dropdown.color-lines li label .checkmark .checkmark-inner, .collection-sort--item ul.filter-dropdown.color-lines li label .checkmark .checkmark-inner, .collection-sort--item ul.sort-dropdown.color-lines li label .checkmark .checkmark-inner {
  width: 2rem;
}

@media (min-width: 1024px) {

  .collection-filter--item ul.filter-dropdown.color-lines li label .checkmark .checkmark-inner, .collection-filter--item ul.sort-dropdown.color-lines li label .checkmark .checkmark-inner, .collection-sort--item ul.filter-dropdown.color-lines li label .checkmark .checkmark-inner, .collection-sort--item ul.sort-dropdown.color-lines li label .checkmark .checkmark-inner {
    height: 1rem;
  }
}

@media (min-width: 1024px) {

  .collection-filter--item ul.filter-dropdown.color-lines li label .checkmark .checkmark-inner, .collection-filter--item ul.sort-dropdown.color-lines li label .checkmark .checkmark-inner, .collection-sort--item ul.filter-dropdown.color-lines li label .checkmark .checkmark-inner, .collection-sort--item ul.sort-dropdown.color-lines li label .checkmark .checkmark-inner {
    width: 1rem;
  }
}

.collection-filter--item ul.filter-dropdown.color-lines li label .checkmark .checkmark-inner, .collection-filter--item ul.sort-dropdown.color-lines li label .checkmark .checkmark-inner, .collection-sort--item ul.filter-dropdown.color-lines li label .checkmark .checkmark-inner, .collection-sort--item ul.sort-dropdown.color-lines li label .checkmark .checkmark-inner {
            border-radius: 100px;
          }

.collection-filter--item ul.filter-dropdown.color-lines li input:checked + .checkmark.border-white, .collection-filter--item ul.sort-dropdown.color-lines li input:checked + .checkmark.border-white, .collection-sort--item ul.filter-dropdown.color-lines li input:checked + .checkmark.border-white, .collection-sort--item ul.sort-dropdown.color-lines li input:checked + .checkmark.border-white {
  --tw-border-opacity: 1;
  border-color: rgba(22, 23, 24, var(--tw-border-opacity));
}

.collection-filter--item ul.filter-dropdown.color-lines li input:checked + .checkmark.border-white .checkmark-inner, .collection-filter--item ul.sort-dropdown.color-lines li input:checked + .checkmark.border-white .checkmark-inner, .collection-sort--item ul.filter-dropdown.color-lines li input:checked + .checkmark.border-white .checkmark-inner, .collection-sort--item ul.sort-dropdown.color-lines li input:checked + .checkmark.border-white .checkmark-inner {
  border-width: 1px;
}

.collection-filter--item ul.filter-dropdown.color-lines li input:checked + .checkmark.border-white .checkmark-inner, .collection-filter--item ul.sort-dropdown.color-lines li input:checked + .checkmark.border-white .checkmark-inner, .collection-sort--item ul.filter-dropdown.color-lines li input:checked + .checkmark.border-white .checkmark-inner, .collection-sort--item ul.sort-dropdown.color-lines li input:checked + .checkmark.border-white .checkmark-inner {
  --tw-border-opacity: 1;
  border-color: rgba(22, 23, 24, var(--tw-border-opacity));
}

.collection-filter--item ul.filter-dropdown.color-lines li input:not(:checked) + .checkmark, .collection-filter--item ul.sort-dropdown.color-lines li input:not(:checked) + .checkmark, .collection-sort--item ul.filter-dropdown.color-lines li input:not(:checked) + .checkmark, .collection-sort--item ul.sort-dropdown.color-lines li input:not(:checked) + .checkmark {
          border-color: #e2e2e2;
        }

.collection-filter--item .collection-filter--clear, .collection-sort--item .collection-filter--clear {
  display: none;
}

.collection-filter--item.active, .collection-sort--item.active {
  position: absolute;
}

.collection-filter--item.active, .collection-sort--item.active {
  top: 0px;
}

.collection-filter--item.active, .collection-sort--item.active {
  left: 0px;
}

.collection-filter--item.active, .collection-sort--item.active {
  height: 45px;
}

.collection-filter--item.active, .collection-sort--item.active {
  --tw-border-opacity: 1;
  border-color: rgba(130, 130, 130, var(--tw-border-opacity));
}

.collection-filter--item.active, .collection-sort--item.active {
  padding-top: 0px;
  padding-bottom: 0px;
}

.collection-filter--item.active, .collection-sort--item.active {
  padding-top: 0px;
  padding-bottom: 0px;
}

.collection-filter--item.active, .collection-sort--item.active {
  padding-left: 0px;
  padding-right: 0px;
}

.collection-filter--item.active, .collection-sort--item.active {
  text-align: center;
}

@media (min-width: 1024px) {

  .collection-filter--item.active, .collection-sort--item.active {
    position: relative;
  }
}

@media (min-width: 1024px) {

  .collection-filter--item.active, .collection-sort--item.active {
    height: 2.5rem;
  }
}

@media (min-width: 1024px) {

  .collection-filter--item.active, .collection-sort--item.active {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}

@media (min-width: 1024px) {

  .collection-filter--item.active, .collection-sort--item.active {
    padding-left: 15px;
  }
}

@media (min-width: 1024px) {

  .collection-filter--item.active, .collection-sort--item.active {
    padding-right: 1.75rem;
  }
}

@media (min-width: 1024px) {

  .collection-filter--item.active, .collection-sort--item.active {
    text-align: left;
  }
}

.collection-filter--item.active, .collection-sort--item.active {
    box-shadow: 0 0 5px rgba(197, 197, 197, 0.6);
  }

.collection-filter--item.active ul.filter-dropdown,
    .collection-filter--item.active ul.sort-dropdown,
    .collection-sort--item.active ul.filter-dropdown,
    .collection-sort--item.active ul.sort-dropdown {
  position: fixed;
}

.collection-filter--item.active ul.filter-dropdown,
    .collection-filter--item.active ul.sort-dropdown,
    .collection-sort--item.active ul.filter-dropdown,
    .collection-sort--item.active ul.sort-dropdown {
  left: 45px;
}

.collection-filter--item.active ul.filter-dropdown,
    .collection-filter--item.active ul.sort-dropdown,
    .collection-sort--item.active ul.filter-dropdown,
    .collection-sort--item.active ul.sort-dropdown {
  top: 45px;
}

.collection-filter--item.active ul.filter-dropdown,
    .collection-filter--item.active ul.sort-dropdown,
    .collection-sort--item.active ul.filter-dropdown,
    .collection-sort--item.active ul.sort-dropdown {
  display: block;
}

.collection-filter--item.active ul.filter-dropdown,
    .collection-filter--item.active ul.sort-dropdown,
    .collection-sort--item.active ul.filter-dropdown,
    .collection-sort--item.active ul.sort-dropdown {
  transition-property: height;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.collection-filter--item.active ul.filter-dropdown,
    .collection-filter--item.active ul.sort-dropdown,
    .collection-sort--item.active ul.filter-dropdown,
    .collection-sort--item.active ul.sort-dropdown {
  transition-duration: 300ms;
}

.collection-filter--item.active ul.filter-dropdown,
    .collection-filter--item.active ul.sort-dropdown,
    .collection-sort--item.active ul.filter-dropdown,
    .collection-sort--item.active ul.sort-dropdown {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.collection-filter--item.active ul.filter-dropdown,
    .collection-filter--item.active ul.sort-dropdown,
    .collection-sort--item.active ul.filter-dropdown,
    .collection-sort--item.active ul.sort-dropdown {
      height: calc(100vh - 93px);
      width: calc(100% - 45px);
      transform: none;
      overflow-y: auto;
    }

.collection-filter--item.active ul.filter-dropdown.multi-lines,
      .collection-filter--item.active ul.filter-dropdown.color-lines,
      .collection-filter--item.active ul.sort-dropdown.multi-lines,
      .collection-filter--item.active ul.sort-dropdown.color-lines,
      .collection-sort--item.active ul.filter-dropdown.multi-lines,
      .collection-sort--item.active ul.filter-dropdown.color-lines,
      .collection-sort--item.active ul.sort-dropdown.multi-lines,
      .collection-sort--item.active ul.sort-dropdown.color-lines {
  display: grid;
}

.collection-filter--item.active ul.filter-dropdown [data-apply], .collection-filter--item.active ul.sort-dropdown [data-apply], .collection-sort--item.active ul.filter-dropdown [data-apply], .collection-sort--item.active ul.sort-dropdown [data-apply] {
  display: none;
}

@media (min-width: 1024px) {

  .collection-filter--item.active ul.filter-dropdown [data-apply], .collection-filter--item.active ul.sort-dropdown [data-apply], .collection-sort--item.active ul.filter-dropdown [data-apply], .collection-sort--item.active ul.sort-dropdown [data-apply] {
    display: block;
  }
}

.collection-filter--item.active ul.filter-dropdown:before,
      .collection-filter--item.active ul.filter-dropdown:after,
      .collection-filter--item.active ul.sort-dropdown:before,
      .collection-filter--item.active ul.sort-dropdown:after,
      .collection-sort--item.active ul.filter-dropdown:before,
      .collection-sort--item.active ul.filter-dropdown:after,
      .collection-sort--item.active ul.sort-dropdown:before,
      .collection-sort--item.active ul.sort-dropdown:after {
  display: none;
}

@media (min-width: 1024px) {

.collection-filter--item.active ul.filter-dropdown,
    .collection-filter--item.active ul.sort-dropdown,
    .collection-sort--item.active ul.filter-dropdown,
    .collection-sort--item.active ul.sort-dropdown {
        position: absolute;
        width: 100%;
        left: 50%;
        top: calc(100% + 15px);
        height: auto;
        height: initial;
        transform: translateX(-50%);
        overflow-y: visible;
        overflow-y: initial
    }
        .collection-filter--item.active ul.filter-dropdown:before,
        .collection-filter--item.active ul.filter-dropdown:after,
        .collection-filter--item.active ul.sort-dropdown:before,
        .collection-filter--item.active ul.sort-dropdown:after,
        .collection-sort--item.active ul.filter-dropdown:before,
        .collection-sort--item.active ul.filter-dropdown:after,
        .collection-sort--item.active ul.sort-dropdown:before,
        .collection-sort--item.active ul.sort-dropdown:after {
          display: block;
        }
      }

.collection-filter--item.active .collection-sort--item__selected--details, .collection-sort--item.active .collection-sort--item__selected--details {
  display: none;
}

.collection-filter--item.active .collection-sort--item__selected, .collection-sort--item.active .collection-sort--item__selected {
  display: flex;
}

.collection-filter--item.active .collection-sort--item__selected, .collection-sort--item.active .collection-sort--item__selected {
  align-items: center;
}

.collection-filter--item.active .collection-sort--item__selected, .collection-sort--item.active .collection-sort--item__selected {
  justify-content: center;
}

.collection-filter--item.active .collection-filter--clear, .collection-sort--item.active .collection-filter--clear {
  position: absolute;
}

.collection-filter--item.active .collection-filter--clear, .collection-sort--item.active .collection-filter--clear {
  top: 50%;
}

.collection-filter--item.active .collection-filter--clear, .collection-sort--item.active .collection-filter--clear {
  right: 0.875rem;
}

.collection-filter--item.active .collection-filter--clear, .collection-sort--item.active .collection-filter--clear {
  display: flex;
}

.collection-filter--item.active .collection-filter--clear, .collection-sort--item.active .collection-filter--clear {
  height: 1.25rem;
}

.collection-filter--item.active .collection-filter--clear, .collection-sort--item.active .collection-filter--clear {
  width: 56px;
}

.collection-filter--item.active .collection-filter--clear, .collection-sort--item.active .collection-filter--clear {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.collection-filter--item.active .collection-filter--clear, .collection-sort--item.active .collection-filter--clear {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.collection-filter--item.active .collection-filter--clear, .collection-sort--item.active .collection-filter--clear {
  cursor: pointer;
}

.collection-filter--item.active .collection-filter--clear, .collection-sort--item.active .collection-filter--clear {
  align-items: center;
}

.collection-filter--item.active .collection-filter--clear, .collection-sort--item.active .collection-filter--clear {
  justify-content: center;
}

.collection-filter--item.active .collection-filter--clear, .collection-sort--item.active .collection-filter--clear {
  font-size: 12px;
  line-height: 18px;
}

.collection-filter--item.active .collection-filter--clear, .collection-sort--item.active .collection-filter--clear {
  --tw-text-opacity: 1;
  color: rgba(22, 23, 24, var(--tw-text-opacity));
}

@media (min-width: 1024px) {

  .collection-filter--item.active .collection-filter--clear, .collection-sort--item.active .collection-filter--clear {
    display: none;
  }
}

.collection-filter--item.active svg, .collection-sort--item.active svg {
  top: 50%;
}

.collection-filter--item.active svg, .collection-sort--item.active svg {
  left: 2rem;
}

.collection-filter--item.active svg, .collection-sort--item.active svg {
  right: auto;
}

.collection-filter--item.active svg, .collection-sort--item.active svg {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.collection-filter--item.active svg, .collection-sort--item.active svg {
  --tw-rotate: 90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.collection-filter--item.active svg, .collection-sort--item.active svg {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

@media (min-width: 1024px) {

.collection-filter--item.active svg, .collection-sort--item.active svg {
        top: 50%;
        left: auto;
        right: 1rem;
        transform: rotate(0)
    }
      }

.collection-filter--item.active:hover, .collection-sort--item.active:hover {
  --tw-border-opacity: 1;
  border-color: rgba(130, 130, 130, var(--tw-border-opacity));
}

.collection-filter--item.active:hover, .collection-sort--item.active:hover {
    box-shadow: 0 0 5px rgba(197, 197, 197, 0.6);
  }

.collection-sort--wrapper ul.sort-dropdown {
  position: absolute;
}

.collection-sort--wrapper ul.sort-dropdown {
  left: 0px;
}

.collection-sort--wrapper ul.sort-dropdown {
  width: 100%;
}

@media (min-width: 1024px) {

  .collection-sort--wrapper ul.sort-dropdown {
    left: 50%;
  }
}

.collection-sort--wrapper ul.sort-dropdown {
    width: calc(100vw - 45px);
    box-shadow: none;
  }

.collection-sort--wrapper ul.sort-dropdown:hover {
      box-shadow: none;
    }

@media (min-width: 1024px) {

.collection-sort--wrapper ul.sort-dropdown {
      width: 100%;
      box-shadow: 0 0 5px rgba(197, 197, 197, 0.6)
  }

      .collection-sort--wrapper ul.sort-dropdown:hover {
        box-shadow: 0 0 5px rgba(197, 197, 197, 0.6);
      }
    }

.collection-sort--wrapper .collection-sort--item__selected {
  display: none;
}

@media (min-width: 1024px) {

  .collection-sort--wrapper .collection-sort--item__selected {
    display: flex;
  }
}

@media (min-width: 1024px) {

  .collection-sort--wrapper .collection-sort--item__selected {
    white-space: nowrap;
  }
}

.collection-sort--wrapper .collection-sort--item__selected + svg {
  display: none;
}

@media (min-width: 1024px) {

  .collection-sort--wrapper .collection-sort--item__selected + svg {
    display: block;
  }
}

.collection-sort--wrapper {
  width: calc(100% - 45px);
}

@media (min-width: 1024px) {

.collection-sort--wrapper {
    width: 100%
}
  }

.collection-sort--wrapper .collection-sort--item {
  --tw-border-opacity: 1;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity));
}

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

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

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

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

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

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

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

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

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

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

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

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

 {
    transform: translateX(-50%);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
    min-width: 155px;
  }

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

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

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

@media (min-width: 1024px) {

 {
      top: calc(100% + 15px)
  }
    }

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

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

 input:checked + .checkmark.collection-sort--item {
  --tw-border-opacity: 1;
  border-color: rgba(22, 23, 24, var(--tw-border-opacity));
}

 input:checked + .checkmark.collection-sort--item {
  --tw-border-opacity: 1;
  border-color: rgba(22, 23, 24, var(--tw-border-opacity));
}

 input:checked + .checkmark.collection-sort--item {
        }

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

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

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

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

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

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

 {
    transform: translateX(-50%);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
    min-width: 155px;
  }

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

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

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

@media (min-width: 1024px) {

 {
      top: calc(100% + 15px)
  }
    }

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

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

 input:checked + .checkmark.collection-sort--item {
  --tw-border-opacity: 1;
  border-color: rgba(22, 23, 24, var(--tw-border-opacity));
}

 input:checked + .checkmark.collection-sort--item {
  --tw-border-opacity: 1;
  border-color: rgba(22, 23, 24, var(--tw-border-opacity));
}

 input:checked + .checkmark.collection-sort--item {
        }

 {

 {
  }
}

@media (min-width: 1024px) {

       {
      }
}

@media (min-width: 1024px) {

       {
      }
}

 input:checked + .checkmark.collection-sort--item {
  --tw-border-opacity: 1;
  border-color: rgba(22, 23, 24, var(--tw-border-opacity));
}

 input:checked + .checkmark.collection-sort--item {
  --tw-border-opacity: 1;
  border-color: rgba(22, 23, 24, var(--tw-border-opacity));
}

 input:checked + .checkmark.collection-sort--item {
        }

 {

 {

 {
    }
  }
}

 {

 {
    }
  }

@media (min-width: 1024px) {

       {
      }
}

@media (min-width: 1024px) {

       {
      }
}

 input:checked + .checkmark.collection-sort--item {
  --tw-border-opacity: 1;
  border-color: rgba(22, 23, 24, var(--tw-border-opacity));
}

 input:checked + .checkmark.collection-sort--item {
  --tw-border-opacity: 1;
  border-color: rgba(22, 23, 24, var(--tw-border-opacity));
}

 input:checked + .checkmark.collection-sort--item {
        }

 {

 {

 {

 {
      }
    }
  }
}

 {

 {

 {
      }
    }
  }

 {

 {
      }
    }

 input:checked + .checkmark.collection-sort--item {
  --tw-border-opacity: 1;
  border-color: rgba(22, 23, 24, var(--tw-border-opacity));
}

 {

 {

 {

 {
      }
    }
  }
}

 {

 {

 {
      }
    }
  }

 {

 {
      }
    }

 input:checked + .checkmark.collection-sort--item {
        }

@media (min-width: 1024px) {

  .collection-sort--wrapper .collection-sort--item {
    border-width: 1px;
  }
}

@media (min-width: 1024px) {

  .collection-sort--wrapper .collection-sort--item {
    --tw-border-opacity: 1;
    border-color: rgba(234, 234, 234, var(--tw-border-opacity));
  }
}

.collection-sort--wrapper .collection-sort--item:hover {
  --tw-border-opacity: 1;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity));
}

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

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

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

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

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

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

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

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

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

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

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

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

 {
    transform: translateX(-50%);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
    min-width: 155px;
  }

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

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

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

@media (min-width: 1024px) {

 {
      top: calc(100% + 15px)
  }
    }

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

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

input:checked + .checkmark:hover {
  --tw-border-opacity: 1;
  border-color: rgba(22, 23, 24, var(--tw-border-opacity));
}

input:checked + .checkmark:hover {
  --tw-border-opacity: 1;
  border-color: rgba(22, 23, 24, var(--tw-border-opacity));
}

input:checked + .checkmark:hover {
        }

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

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

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

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

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

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

 {
    transform: translateX(-50%);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
    min-width: 155px;
  }

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

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

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

@media (min-width: 1024px) {

 {
      top: calc(100% + 15px)
  }
    }

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

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

input:checked + .checkmark:hover {
  --tw-border-opacity: 1;
  border-color: rgba(22, 23, 24, var(--tw-border-opacity));
}

input:checked + .checkmark:hover {
  --tw-border-opacity: 1;
  border-color: rgba(22, 23, 24, var(--tw-border-opacity));
}

input:checked + .checkmark:hover {
        }

 {

 {
  }
}

@media (min-width: 1024px) {

       {
      }
}

@media (min-width: 1024px) {

       {
      }
}

input:checked + .checkmark:hover {
  --tw-border-opacity: 1;
  border-color: rgba(22, 23, 24, var(--tw-border-opacity));
}

input:checked + .checkmark:hover {
  --tw-border-opacity: 1;
  border-color: rgba(22, 23, 24, var(--tw-border-opacity));
}

input:checked + .checkmark:hover {
        }

 {

 {

 {
    }
  }
}

 {

 {
    }
  }

@media (min-width: 1024px) {

       {
      }
}

@media (min-width: 1024px) {

       {
      }
}

input:checked + .checkmark:hover {
  --tw-border-opacity: 1;
  border-color: rgba(22, 23, 24, var(--tw-border-opacity));
}

input:checked + .checkmark:hover {
  --tw-border-opacity: 1;
  border-color: rgba(22, 23, 24, var(--tw-border-opacity));
}

input:checked + .checkmark:hover {
        }

 {

 {

 {

 {
      }
    }
  }
}

 {

 {

 {
      }
    }
  }

 {

 {
      }
    }

input:checked + .checkmark:hover {
  --tw-border-opacity: 1;
  border-color: rgba(22, 23, 24, var(--tw-border-opacity));
}

 {

 {

 {

 {
      }
    }
  }
}

 {

 {

 {
      }
    }
  }

 {

 {
      }
    }

input:checked + .checkmark:hover {
        }

@media (min-width: 1024px) {

  .collection-sort--wrapper .collection-sort--item:hover {
    border-width: 1px;
  }
}

@media (min-width: 1024px) {

  .collection-sort--wrapper .collection-sort--item:hover {
    --tw-border-opacity: 1;
    border-color: rgba(237, 255, 0, var(--tw-border-opacity));
  }
}

.collection-sort--wrapper.active .collection-sort--item__selected {
  display: none;
}

@media (min-width: 1024px) {

  .collection-sort--wrapper.active .collection-sort--item__selected {
    display: flex;
  }
}

.collection-sort--wrapper.active .collection-sort--item__selected + svg {
  display: none;
}

@media (min-width: 1024px) {

  .collection-sort--wrapper.active .collection-sort--item__selected + svg {
    display: block;
  }
}

.collection-sort--wrapper.active ul.sort-dropdown {
  position: absolute;
}

.collection-sort--wrapper.active ul.sort-dropdown {
  width: 100%;
}

@media (min-width: 1024px) {

  .collection-sort--wrapper.active ul.sort-dropdown {
    left: 50%;
  }
}

.collection-sort--wrapper.active ul.sort-dropdown {
      left: 0;
      width: calc(100vw - 45px);
    }

.collection-sort--wrapper.active .collection-sort--item {
  --tw-border-opacity: 1;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity));
}

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

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

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

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

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

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

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

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

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

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

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

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

 {
    transform: translateX(-50%);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
    min-width: 155px;
  }

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

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

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

@media (min-width: 1024px) {

 {
      top: calc(100% + 15px)
  }
    }

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

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

 input:checked + .checkmark.collection-sort--item {
  --tw-border-opacity: 1;
  border-color: rgba(22, 23, 24, var(--tw-border-opacity));
}

 input:checked + .checkmark.collection-sort--item {
  --tw-border-opacity: 1;
  border-color: rgba(22, 23, 24, var(--tw-border-opacity));
}

 input:checked + .checkmark.collection-sort--item {
        }

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

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

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

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

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

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

 {
    transform: translateX(-50%);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
    min-width: 155px;
  }

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

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

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

@media (min-width: 1024px) {

 {
      top: calc(100% + 15px)
  }
    }

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

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

 input:checked + .checkmark.collection-sort--item {
  --tw-border-opacity: 1;
  border-color: rgba(22, 23, 24, var(--tw-border-opacity));
}

 input:checked + .checkmark.collection-sort--item {
  --tw-border-opacity: 1;
  border-color: rgba(22, 23, 24, var(--tw-border-opacity));
}

 input:checked + .checkmark.collection-sort--item {
        }

 {

 {
  }
}

@media (min-width: 1024px) {

       {
      }
}

@media (min-width: 1024px) {

       {
      }
}

 input:checked + .checkmark.collection-sort--item {
  --tw-border-opacity: 1;
  border-color: rgba(22, 23, 24, var(--tw-border-opacity));
}

 input:checked + .checkmark.collection-sort--item {
  --tw-border-opacity: 1;
  border-color: rgba(22, 23, 24, var(--tw-border-opacity));
}

 input:checked + .checkmark.collection-sort--item {
        }

 {

 {

 {
    }
  }
}

 {

 {
    }
  }

@media (min-width: 1024px) {

       {
      }
}

@media (min-width: 1024px) {

       {
      }
}

 input:checked + .checkmark.collection-sort--item {
  --tw-border-opacity: 1;
  border-color: rgba(22, 23, 24, var(--tw-border-opacity));
}

 input:checked + .checkmark.collection-sort--item {
  --tw-border-opacity: 1;
  border-color: rgba(22, 23, 24, var(--tw-border-opacity));
}

 input:checked + .checkmark.collection-sort--item {
        }

 {

 {

 {

 {
      }
    }
  }
}

 {

 {

 {
      }
    }
  }

 {

 {
      }
    }

 input:checked + .checkmark.collection-sort--item {
  --tw-border-opacity: 1;
  border-color: rgba(22, 23, 24, var(--tw-border-opacity));
}

 {

 {

 {

 {
      }
    }
  }
}

 {

 {

 {
      }
    }
  }

 {

 {
      }
    }

 input:checked + .checkmark.collection-sort--item {
        }

@media (min-width: 1024px) {

  .collection-sort--wrapper.active .collection-sort--item {
    border-width: 1px;
  }
}

@media (min-width: 1024px) {

  .collection-sort--wrapper.active .collection-sort--item {
    --tw-border-opacity: 1;
    border-color: rgba(130, 130, 130, var(--tw-border-opacity));
  }
}

.collection-sort--wrapper .custom-radio {
  padding-left: 1.5rem;
}

.collection-sort--wrapper .custom-radio {
  font-size: 14px;
  line-height: 20px;
}

.collection-sort--wrapper .custom-radio {
  line-height: 40px;
}

@media (min-width: 1024px) {

  .collection-sort--wrapper .custom-radio {
    padding-left: 0px;
  }
}

@media (min-width: 1024px) {

  .collection-sort--wrapper .custom-radio {
    font-size: 12px;
    line-height: 18px;
  }
}

@media (min-width: 1024px) {

  .collection-sort--wrapper .custom-radio {
    line-height: 30px;
  }
}

.collection-sort--wrapper .custom-radio .checkmark {
  top: 0.75rem;
}

.collection-sort--wrapper .custom-radio .checkmark {
  display: block;
}

@media (min-width: 1024px) {

  .collection-sort--wrapper .custom-radio .checkmark {
    top: 8px;
  }
}

@media (min-width: 1024px) {

  .collection-sort--wrapper .custom-radio .checkmark {
    display: none;
  }
}

.collection-filter--item {
  float: left;
  margin-bottom: 0px;
  margin-right: 0px;
  height: auto;
  width: 100%;
  border-width: 1px;
  border-top-width: 0;
  border-left-width: 0;
  border-right-width: 0;
  --tw-border-opacity: 1;
  border-color: rgba(235, 235, 235, var(--tw-border-opacity));
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  padding-left: 1.75rem;
  padding-right: 50px;
}

@media (min-width: 1024px) {

  .collection-filter--item {
    margin-right: 15px;
    height: 2.5rem;
    width: auto;
    border-top-width: 1px;
    border-left-width: 1px;
    border-right-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgba(234, 234, 234, var(--tw-border-opacity));
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 15px;
    padding-right: 1.75rem;
  }
}

@media (min-width: 1280px) {

  .collection-filter--item {
    margin-bottom: 0px;
  }
}

.collection-filter--item:last-of-type {
    margin-right: 0;
  }

.collection-filter--item:hover {
    box-shadow: none;
  }

.collection-filter--item:hover {
  border-top-width: 0;
}

.collection-filter--item:hover {
  border-left-width: 0;
}

.collection-filter--item:hover {
  border-right-width: 0;
}

.collection-filter--item:hover {
  --tw-border-opacity: 1;
  border-color: rgba(235, 235, 235, var(--tw-border-opacity));
}

@media (min-width: 1024px) {
  .collection-filter--item:hover {
    box-shadow: 0 0 5px #e0f000;
    --tw-border-opacity: 1;
    border-color: rgba(237, 255, 0, var(--tw-border-opacity));
  }
  @media (min-width: 1024px) {

    .collection-filter--item:hover {
      border-top-width: 1px;
      border-left-width: 1px;
      border-right-width: 1px;
    }
  }
}

.collection-sort--item {
  margin-right: 0px;
}

.collection-filter--selected {
  position: absolute;
  top: 88px;
  left: 0px;
  display: none;
  width: 100%;
}

@media (min-width: 1024px) {

  .collection-filter--selected {
    top: 144px;
    display: flow-root;
  }
}

.collection-filter--selected__heading {
  float: left;
  margin-right: 30px;
  margin-bottom: 0.625rem;
  display: inline-block;
  height: 2rem;
  font-family: Sora, sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  line-height: 2rem;
  letter-spacing: 1px;
}

.collection-filter--selected__item {
  float: left;
  margin-right: 18px;
  margin-bottom: 0.625rem;
  display: inline-flex;
  height: 2rem;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(234, 234, 234, var(--tw-border-opacity));
  padding-left: 15px;
  padding-right: 15px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgba(22, 23, 24, var(--tw-text-opacity));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.collection-filter--selected__item:hover {
  --tw-border-opacity: 1;
  border-color: rgba(197, 197, 197, var(--tw-border-opacity));
}

.collection-filter--selected__item .close {
  margin-left: 8px;
}

.collection-filter--selected__item .close {
  cursor: pointer;
}

.collection-filter--selected__item .close {
  --tw-text-opacity: 1;
  color: rgba(130, 130, 130, var(--tw-text-opacity));
}

.collection-filter--selected__item .close.text-p-xxs.ng-binding {
  --tw-text-opacity: 1 !important;
  color: rgba(77, 77, 77, var(--tw-text-opacity)) !important;
}

.collection-filter--selected__item .close svg line {
      stroke-width: 2px;
    }

.collection-filter--selected__item:hover {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.collection-filter--selected__item:hover {
  transition-duration: 300ms;
}

.collection-filter--selected__item:hover {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.collection-filter--selected__item:hover .close svg line {
      stroke: #161718;
    }

.collection-filter--selected__clear {
  float: left;
  height: 2rem;
  cursor: pointer;
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  line-height: 2rem;
  --tw-text-opacity: 1;
  color: rgba(76, 122, 89, var(--tw-text-opacity));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.collection-filter--selected__clear:hover {
  --tw-text-opacity: 1;
  color: rgba(60, 106, 73, var(--tw-text-opacity));
  text-decoration-line: underline;
}

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

@media (min-width: 1024px) {

  .collection-grid {
    margin-top: 162px;
    padding-left: 90px;
    padding-right: 90px;
  }
}

@media (min-width: 1280px) {

  .collection-grid {
    margin-top: 0px;
  }
}

.collection-grid--inner {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
  display: flex;
  flex-wrap: wrap;
}

.collection-grid-load {
  grid-column: span 2 / span 2;
  text-align: center;
}

@media (min-width: 1280px) {

  .collection-grid-load {
    grid-column: span 3 / span 3;
  }
}

.collection-grid__viewmore {
  grid-column-start: 2;
  margin-left: auto;
  margin-right: auto;
  margin-top: 34px;
  margin-bottom: 90px;
  width: 100%;
  max-width: 100%;
}

@media (min-width: 640px) {

  .collection-grid__viewmore {
    margin-top: 70px;
    margin-bottom: 180px;
  }
}

.collection-content__description.text-white p {
  color: #fff;
}

.collection-hero {
  width: 100dvw;
}

/* International PLP/Search Tile Overrides */

/* Hide Quickview on International */

[data-storefront='INT'] .product-item__quickview {
    display: none !important;
  }

/* Remove margin space that was used to support quickview button */

[data-storefront='INT'] .product-item__info {
    margin-bottom: 20px;
  }

/* Remove tile pricing on International */

[data-storefront='INT'] .product-item__price {
    display: none !important;
  }

/* Hide Badges on International */

[data-storefront='INT'] .product-item__image-wrapper .product-badge {
    display: none !important;
  }

/* Hide Autocomplete prices */

[data-storefront='INT'] .ss-ac-item-price {
    display: none !important;
  }

/* Canada PLP/Search Tile Overrides - French site */

[data-storefront='CA'][data-language='fr'] .product-item__meta {
    display: none !important;
  }

.product-badge__coming-soon {
  --tw-border-opacity: 1 !important;
  border-left-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
  border-left-color: #000000 !important;
}

/* Global overrides - Hide non-OOS badges from Pros */

[data-is-pro='true'] .product-badge:not(.product-badge__out-of-stock) {
    /* display: none !important; */
  }

/* Hide Promo Text from Pros on PLP -- helps prevent clashing sitewide discount messaging */

[data-is-pro='true'] .product-item__meta + .product-item__meta {
    display: none !important;
  }

.product-item__meta {
  font-size: 12.75px;
}

.product-item__image-wrapper .product-badge {
  height: auto !important;
}

.text-light-stone.text-p-xxs.ng-binding {
  --tw-text-opacity: 1 !important;
  color: rgba(77, 77, 77, var(--tw-text-opacity)) !important;
}

.product-item .yotpo-sr-bottom-line-new-review {
  display: none !important;
}

.product-carousel .glide__arrows {
  display: none;
}

.product-carousel .skeleton-box {
  display: inline-block;
  position: relative;
  overflow: hidden;
  background-color: #f8f8f8;
}

.product-carousel .skeleton-box::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform: translateX(-100%);
  background: linear-gradient(90deg, rgba(130, 130, 130, 0) 0, rgba(130, 130, 130, 0.2) 20%, rgba(130, 130, 130, 0.5) 60%, rgba(130, 130, 130, 0));
  animation: shimmer 3s infinite;
  content: '';
}

@keyframes shimmer {
  100% {
    transform: translateX(100%);
  }
}

.product-item {
  opacity: 1;
}

.product-item.load-hide {
  opacity: 0;
  transition: opacity ease-in-out 0.3s;
}

.product-item {
  position: relative;
  margin-bottom: 1rem;
  width: 50%;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  padding: 0.75rem;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

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

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

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

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

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

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

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

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

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

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

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

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

 {
    transform: translateX(-50%);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
    min-width: 155px;
  }

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

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

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

@media (min-width: 1024px) {

 {
      top: calc(100% + 15px)
  }
    }

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

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

 input:checked + .checkmark.product-item {
  --tw-border-opacity: 1;
  border-color: rgba(22, 23, 24, var(--tw-border-opacity));
}

 input:checked + .checkmark.product-item {
  --tw-border-opacity: 1;
  border-color: rgba(22, 23, 24, var(--tw-border-opacity));
}

 input:checked + .checkmark.product-item {
        }

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

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

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

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

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

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

 {
    transform: translateX(-50%);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
    min-width: 155px;
  }

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

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

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

@media (min-width: 1024px) {

 {
      top: calc(100% + 15px)
  }
    }

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

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

 input:checked + .checkmark.product-item {
  --tw-border-opacity: 1;
  border-color: rgba(22, 23, 24, var(--tw-border-opacity));
}

 input:checked + .checkmark.product-item {
  --tw-border-opacity: 1;
  border-color: rgba(22, 23, 24, var(--tw-border-opacity));
}

 input:checked + .checkmark.product-item {
        }

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

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

 input:checked + .checkmark.product-item {
  --tw-border-opacity: 1;
  border-color: rgba(22, 23, 24, var(--tw-border-opacity));
}

 input:checked + .checkmark.product-item {
  --tw-border-opacity: 1;
  border-color: rgba(22, 23, 24, var(--tw-border-opacity));
}

 input:checked + .checkmark.product-item {
        }

 {

 {
    }
  }

@media (min-width: 1024px) {

       {
      }
}

@media (min-width: 1024px) {

       {
      }
}

 input:checked + .checkmark.product-item {
  --tw-border-opacity: 1;
  border-color: rgba(22, 23, 24, var(--tw-border-opacity));
}

 input:checked + .checkmark.product-item {
  --tw-border-opacity: 1;
  border-color: rgba(22, 23, 24, var(--tw-border-opacity));
}

 input:checked + .checkmark.product-item {
        }

 {

 {

 {
      }
    }
  }

 {

 {
      }
    }

 input:checked + .checkmark.product-item {
  --tw-border-opacity: 1;
  border-color: rgba(22, 23, 24, var(--tw-border-opacity));
}

 {

 {

 {
      }
    }
  }

 {

 {
      }
    }

 input:checked + .checkmark.product-item {
        }

@media (min-width: 640px) {

  .product-item {
    margin-bottom: 1.25rem;
  }
}

@media (min-width: 1024px) {

  .product-item {
    width: 33.333333%;
  }
}

@media (min-width: 1280px) {

  .product-item {
    width: 25%;
  }
}

.product-item:hover {
  border-width: 1px;
}

.product-item:hover {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.product-item:hover {
  transition-duration: 300ms;
}

.product-item:hover {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@media (min-width: 1024px) {

  .product-item:hover {
    --tw-border-opacity: 1;
    border-color: rgba(22, 23, 24, var(--tw-border-opacity));
  }
}

@media (min-width: 1024px) {

.product-item:hover {
      box-shadow: 0 0 3px #262B2C
  }
    }

.product-item:hover .product-item__quickview {
  border-width: 1px;
}

.product-item:hover .product-item__quickview {
  border-left-width: 0;
}

.product-item:hover .product-item__quickview {
  border-right-width: 0;
}

.product-item:hover .product-item__quickview {
  border-bottom-width: 0;
}

.product-item:hover .product-item__quickview {
  --tw-border-opacity: 1;
  border-color: rgba(22, 23, 24, var(--tw-border-opacity));
}

.product-item:hover .product-item__quickview {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.product-item:hover .product-item__quickview {
  transition-duration: 300ms;
}

.product-item:hover .product-item__quickview {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.product-item:hover .product-item__quickview-btn {
  display: block;
}

.product-item__image-wrapper {
  position: relative;
  height: 0px;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgba(248, 248, 248, var(--tw-bg-opacity));
  padding-top: 100%;
}

.product-item__primary-image, .product-item__secondary-image {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.product-item__secondary-image {
  display: none;
}

.product-item__image {
  margin-bottom: 3rem;
  display: block;
}

@media (min-width: 768px) {

  .product-item__image {
    margin-bottom: 1.25rem;
  }
}

.product-item__image:hover .product-item__primary-image {
  display: none;
}

.product-item__image:hover .product-item__secondary-image {
  display: block;
}

.product-item__info {
  position: relative;
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
}

@media (min-width: 640px) {

  .product-item__info {
    padding-right: 25%;
  }
}

@media (min-width: 1024px) {

  .product-item__info {
    padding-right: 28.57%;
  }
}

@media (min-width: 1280px) {

  .product-item__info {
    margin-bottom: 60px;
  }
}

.product-item__info .yotpo.bottomLine .yotpo-bottomline .star-clickable, .product-item__info .yotpo.bottomLine .yotpo-bottomline .star-clickable {
  margin-bottom: 0.25rem;
}

.product-item__info .yotpo.bottomLine .yotpo-bottomline .star-clickable, .product-item__info .yotpo.bottomLine .yotpo-bottomline .star-clickable {
  align-items: center;
}

.product-item__info .yotpo.bottomLine .yotpo-bottomline .yotpo-icon-star,
      .product-item__info .yotpo.bottomLine .yotpo-bottomline .yotpo-icon-half-star,
      .product-item__info .yotpo.bottomLine .yotpo-bottomline .yotpo-icon-empty-star,
      .product-item__info .yotpo.bottomLine .yotpo-bottomline .yotpo-icon-star,
      .product-item__info .yotpo.bottomLine .yotpo-bottomline .yotpo-icon-half-star,
      .product-item__info .yotpo.bottomLine .yotpo-bottomline .yotpo-icon-empty-star {
  font-size: 11px;
  line-height: 18px;
}

.product-item__info .yotpo.bottomLine .yotpo-bottomline .yotpo-icon-star,
      .product-item__info .yotpo.bottomLine .yotpo-bottomline .yotpo-icon-half-star,
      .product-item__info .yotpo.bottomLine .yotpo-bottomline .yotpo-icon-empty-star,
      .product-item__info .yotpo.bottomLine .yotpo-bottomline .yotpo-icon-star,
      .product-item__info .yotpo.bottomLine .yotpo-bottomline .yotpo-icon-half-star,
      .product-item__info .yotpo.bottomLine .yotpo-bottomline .yotpo-icon-empty-star {
  --tw-text-opacity: 1;
  color: rgba(77, 77, 77, var(--tw-text-opacity));
}

.product-item__info .yotpo.bottomLine .yotpo-bottomline .text-light-stone.yotpo-icon-star.ng-binding,.product-item__info .yotpo.bottomLine .yotpo-bottomline .text-light-stone
      .yotpo-icon-half-star.ng-binding,.product-item__info .yotpo.bottomLine .yotpo-bottomline .text-light-stone
      .yotpo-icon-empty-star.ng-binding,.product-item__info .yotpo.bottomLine .yotpo-bottomline .text-light-stone.yotpo-icon-star.ng-binding,.product-item__info .yotpo.bottomLine .yotpo-bottomline .text-light-stone
      .yotpo-icon-half-star.ng-binding,.product-item__info .yotpo.bottomLine .yotpo-bottomline .text-light-stone
      .yotpo-icon-empty-star.ng-binding {
  --tw-text-opacity: 1 !important;
  color: rgba(77, 77, 77, var(--tw-text-opacity)) !important;
}

.product-item__info .yotpo.bottomLine .yotpo-bottomline a.text-m, .product-item__info .yotpo.bottomLine .yotpo-bottomline a.text-m {
  font-size: 12px !important;
  line-height: 18px !important;
}

.product-item__info .yotpo.bottomLine .yotpo-bottomline a.text-m, .product-item__info .yotpo.bottomLine .yotpo-bottomline a.text-m {
  --tw-text-opacity: 1 !important;
  color: rgba(77, 77, 77, var(--tw-text-opacity)) !important;
}

.product-item__info .yotpo.bottomLine .yotpo-bottomline a.text-m:hover, .product-item__info .yotpo.bottomLine .yotpo-bottomline a.text-m:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(76, 122, 89, var(--tw-text-opacity)) !important;
}

.product-item__info .yotpo.bottomLine .yotpo-bottomline a.text-m:hover, .product-item__info .yotpo.bottomLine .yotpo-bottomline a.text-m:hover {
  text-decoration-line: underline !important;
}

@media (min-width: 768px) {

  .product-item__info .yotpo.bottomLine .yotpo-bottomline a.text-m, .product-item__info .yotpo.bottomLine .yotpo-bottomline a.text-m {
    font-size: 11px !important;
    line-height: 18px !important;
  }
}

.product-item__title {
  width: 100%;
  font-size: 12px;
  line-height: 18px;
  font-weight: 600;
  line-height: 1rem;
}

@media (min-width: 640px) {

  .product-item__title {
    font-size: 14px;
    line-height: 20px;
  }
}

.product-item__title span {
  display: none;
}

.product-item__meta {
  display: none;
  font-size: 12px;
  line-height: 18px;
  font-weight: 300;
}

@media (min-width: 1024px) {

  .product-item__meta {
    display: block;
  }
}

.product-item__price {
  margin-top: 0.625rem;
  width: 25%;
  white-space: nowrap;
  text-align: right;
  font-family: Sora, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgba(77, 77, 77, var(--tw-text-opacity));
}

@media (min-width: 640px) {

  .product-item__price {
    position: absolute;
    top: 0px;
    right: 0px;
    margin-top: 0px;
  }
}

@media (min-width: 768px) {

  .product-item__price {
    width: 33.333333%;
  }
}

@media (min-width: 1024px) {

  .product-item__price {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 640px) {

  .product-item__price span {
    display: block;
  }
}

.product-item__price .text-red {
  --tw-text-opacity: 1 !important;
  color: rgba(76, 122, 89, var(--tw-text-opacity)) !important;
}

.product-item__price.carousel-item-price {
  width: 100%;
}

@media (min-width: 768px) {

  .product-item__price.carousel-item-price {
    width: 33.333333%;
  }
}

.product-item__variants {
  margin-top: 5px;
  font-size: 11px;
  line-height: 18px;
  font-weight: 300;
  --tw-text-opacity: 1;
  color: rgba(22, 23, 24, var(--tw-text-opacity));
}

.text-light-stone.product-item__variants.ng-binding {
  --tw-text-opacity: 1 !important;
  color: rgba(77, 77, 77, var(--tw-text-opacity)) !important;
}

.product-item__quickview {
  position: absolute;
  left: 0px;
  bottom: 0px;
  height: 50px;
  width: 100%;
  border-width: 1px;
  border-left-width: 0;
  border-right-width: 0;
  border-bottom-width: 0;
  --tw-border-opacity: 1;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

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

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

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

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

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

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

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

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

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

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

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

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

 {
    transform: translateX(-50%);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
    min-width: 155px;
  }

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

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

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

@media (min-width: 1024px) {

 {
      top: calc(100% + 15px)
  }
    }

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

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

 input:checked + .checkmark.product-item__quickview {
  --tw-border-opacity: 1;
  border-color: rgba(22, 23, 24, var(--tw-border-opacity));
}

 input:checked + .checkmark.product-item__quickview {
  --tw-border-opacity: 1;
  border-color: rgba(22, 23, 24, var(--tw-border-opacity));
}

 input:checked + .checkmark.product-item__quickview {
        }

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

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

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

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

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

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

 {
    transform: translateX(-50%);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
    min-width: 155px;
  }

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

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

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

@media (min-width: 1024px) {

 {
      top: calc(100% + 15px)
  }
    }

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

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

 input:checked + .checkmark.product-item__quickview {
  --tw-border-opacity: 1;
  border-color: rgba(22, 23, 24, var(--tw-border-opacity));
}

 input:checked + .checkmark.product-item__quickview {
  --tw-border-opacity: 1;
  border-color: rgba(22, 23, 24, var(--tw-border-opacity));
}

 input:checked + .checkmark.product-item__quickview {
        }

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

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

 input:checked + .checkmark.product-item__quickview {
  --tw-border-opacity: 1;
  border-color: rgba(22, 23, 24, var(--tw-border-opacity));
}

 input:checked + .checkmark.product-item__quickview {
  --tw-border-opacity: 1;
  border-color: rgba(22, 23, 24, var(--tw-border-opacity));
}

 input:checked + .checkmark.product-item__quickview {
        }

 {

 {
    }
  }

@media (min-width: 1024px) {

       {
      }
}

@media (min-width: 1024px) {

       {
      }
}

 input:checked + .checkmark.product-item__quickview {
  --tw-border-opacity: 1;
  border-color: rgba(22, 23, 24, var(--tw-border-opacity));
}

 input:checked + .checkmark.product-item__quickview {
  --tw-border-opacity: 1;
  border-color: rgba(22, 23, 24, var(--tw-border-opacity));
}

 input:checked + .checkmark.product-item__quickview {
        }

 {

 {

 {
      }
    }
  }

 {

 {
      }
    }

 input:checked + .checkmark.product-item__quickview {
  --tw-border-opacity: 1;
  border-color: rgba(22, 23, 24, var(--tw-border-opacity));
}

 {

 {

 {
      }
    }
  }

 {

 {
      }
    }

 input:checked + .checkmark.product-item__quickview {
        }

.product-item__quickview {
  display: none !important;
}

@media (min-width: 1280px) {

.product-item__quickview {
    display: block !important
}
  }

.product-item__quickview-btn {
  display: none;
  height: 50px;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgba(22, 23, 24, var(--tw-bg-opacity));
  text-align: center;
  font-family: Sora, sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  letter-spacing: 1px;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  outline: 2px solid transparent;
  outline-offset: 2px;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.collection-content__description.product-item__quickview-btn p {
  color: #fff;
}

.product-item__quickview-btn:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(77, 77, 77, var(--tw-bg-opacity));
}

.product-item__quickview-btn:hover {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.product-item__quickview-btn:hover {
  transition-duration: 300ms;
}

.product-item__quickview-btn:hover {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.plp-cta-item {
  position: relative;
  width: 50%;
  padding: 0.75rem;
}

@media (min-width: 1024px) {

  .plp-cta-item {
    width: 33.333333%;
  }
}

.content-item__excerpt {
  display: none;
}

@media (min-width: 1024px) {

.content-item__excerpt {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}
  }

.frequent-product-item .standalone-bottomline, .product-item .standalone-bottomline {
  display: flex;
  justify-content: flex-start;
}

/* .blog__header {
    height: 280px;
}

@media screen and (max-width: 1024px) {
    .blog__header {
        height: 500px;
    }
} */

.blog-menu-mobile__header svg {
    transition: 0.3s;
}

.blog-menu-mobile__header.active svg {
    transform: rotate(180deg)
}

.blog-menu-mobile__items.active {
    display: block;
}

.blog-author__bio p {
  margin-bottom: 1.5rem;
}

.blog-author__bio p {
  font-weight: 300;
}

.blog-category-landing__header h1 {
        display: inline-block;
        position: relative;
    }

.blog-category-landing__header h1:before {
            content: "";
            position: absolute;
            width: 80%;
            left: 10%;
            height: 4px;
            background: #4c7a59;
            bottom: -6px;
        }

@media screen and (max-width: 768px) {
        .blog-category-landing__header h1:before {
            width: 100px;
            left: 50%;
            transform: translateX(-50%);
        }
    }

.clp-slider .glide__track {
  overflow: visible;
}

.glide__slides {
    scroll-snap-type: x mandatory;
  }

.glide__slides {
  white-space: normal;
}

.glide__slide {
    scroll-snap-align: start;
  }

.glide__slide {
  margin-right: -0.25rem;
}

.glide__slide {
  display: inline-block;
}

.glide__slide {
  white-space: normal;
}

.glide__slide {
  vertical-align: top;
}

.glide__bullet {
    padding: 1px;
  }

.glide__arrow[disabled] {
  pointer-events: none;
}

.glide__arrow[disabled] {
  opacity: 0.5;
}

.product-carousel .glide__arrow[disabled] {
  opacity: 0;
}

.full-cta-reversible__image {
  padding-top: 135.6%;
}

.image-content-slider__image {
  height: 800px;
}

@media screen and (max-width: 767.98px) {

.image-content-slider__image {
    padding-top: 130.84%;
    height: auto
}
  }

.image-gallery-slider__image {
  padding-top: 55.56%;
}

@media screen and (max-width: 767.98px) {

.image-gallery-slider__image {
    padding-top: 130.84%
}
  }

@media screen and (max-width: 1023px) {
  .ss-checkbox {
    height: 1.5rem !important;
    width: 1.5rem !important;
  }
  .ss-targeted .ss-checkbox:before {
    height: 1.5rem !important;
    width: 1.5rem !important;
  }
  .ss-targeted .ss-active .ss-checkbox:before {
    background-size: 16px auto !important;
  }
  .ss-hierarchy .ss-hierarchy-option label, .ss-list .ss-list-option label {
    font-size: 15px !important;
  }
}

#productTemplate .yotpo.bottomLine .yotpo-bottomline .yotpo-icon-star,
  #productTemplate .yotpo.bottomLine .yotpo-bottomline .yotpo-icon-half-star,
  #productTemplate .yotpo.bottomLine .yotpo-bottomline .yotpo-icon-empty-star,
  #productTemplate .yotpo.bottomline .yotpo-bottomline .yotpo-icon-star,
  #productTemplate .yotpo.bottomline .yotpo-bottomline .yotpo-icon-half-star,
  #productTemplate .yotpo.bottomline .yotpo-bottomline .yotpo-icon-empty-star,
  #productTemplate .yotpo .yotpo-modal-bottom-line .yotpo-bottomline .yotpo-icon-star,
  #productTemplate .yotpo .yotpo-modal-bottom-line .yotpo-bottomline .yotpo-icon-half-star,
  #productTemplate .yotpo .yotpo-modal-bottom-line .yotpo-bottomline .yotpo-icon-empty-star {
  font-size: 14px;
  line-height: 20px;
}

#productTemplate .yotpo.bottomLine .yotpo-bottomline .yotpo-icon-star,
  #productTemplate .yotpo.bottomLine .yotpo-bottomline .yotpo-icon-half-star,
  #productTemplate .yotpo.bottomLine .yotpo-bottomline .yotpo-icon-empty-star,
  #productTemplate .yotpo.bottomline .yotpo-bottomline .yotpo-icon-star,
  #productTemplate .yotpo.bottomline .yotpo-bottomline .yotpo-icon-half-star,
  #productTemplate .yotpo.bottomline .yotpo-bottomline .yotpo-icon-empty-star,
  #productTemplate .yotpo .yotpo-modal-bottom-line .yotpo-bottomline .yotpo-icon-star,
  #productTemplate .yotpo .yotpo-modal-bottom-line .yotpo-bottomline .yotpo-icon-half-star,
  #productTemplate .yotpo .yotpo-modal-bottom-line .yotpo-bottomline .yotpo-icon-empty-star {
  line-height: 1rem;
}

#productTemplate .yotpo.yotpo-main-widget .yotpo-bottomline .yotpo-icon-star,
  #productTemplate .yotpo.yotpo-main-widget .yotpo-bottomline .yotpo-icon-half-star,
  #productTemplate .yotpo.yotpo-main-widget .yotpo-bottomline .yotpo-icon-empty-star,
  #productTemplate .yotpo .yotpo-modal-dialog .yotpo-bottomline .yotpo-icon-star,
  #productTemplate .yotpo .yotpo-modal-dialog .yotpo-bottomline .yotpo-icon-half-star,
  #productTemplate .yotpo .yotpo-modal-dialog .yotpo-bottomline .yotpo-icon-empty-star {
    font-size: 17.5px;
    margin-right: 2.5px
  }

#productTemplate .yotpo.yotpo-main-widget .yotpo-bottomline .yotpo-icon-star,
  #productTemplate .yotpo.yotpo-main-widget .yotpo-bottomline .yotpo-icon-half-star,
  #productTemplate .yotpo.yotpo-main-widget .yotpo-bottomline .yotpo-icon-empty-star,
  #productTemplate .yotpo .yotpo-modal-dialog .yotpo-bottomline .yotpo-icon-star,
  #productTemplate .yotpo .yotpo-modal-dialog .yotpo-bottomline .yotpo-icon-half-star,
  #productTemplate .yotpo .yotpo-modal-dialog .yotpo-bottomline .yotpo-icon-empty-star {
  line-height: 1;
}

#productTemplate .yotpo.yotpo-main-widget .yotpo-bottomline .yotpo-icon-star,
  #productTemplate .yotpo.yotpo-main-widget .yotpo-bottomline .yotpo-icon-half-star,
  #productTemplate .yotpo.yotpo-main-widget .yotpo-bottomline .yotpo-icon-empty-star,
  #productTemplate .yotpo .yotpo-modal-dialog .yotpo-bottomline .yotpo-icon-star,
  #productTemplate .yotpo .yotpo-modal-dialog .yotpo-bottomline .yotpo-icon-half-star,
  #productTemplate .yotpo .yotpo-modal-dialog .yotpo-bottomline .yotpo-icon-empty-star {
  --tw-text-opacity: 1;
  color: rgba(76, 122, 89, var(--tw-text-opacity));
}

@media (min-width: 1024px) {

#productTemplate .yotpo.yotpo-main-widget .yotpo-bottomline .yotpo-icon-star,
  #productTemplate .yotpo.yotpo-main-widget .yotpo-bottomline .yotpo-icon-half-star,
  #productTemplate .yotpo.yotpo-main-widget .yotpo-bottomline .yotpo-icon-empty-star,
  #productTemplate .yotpo .yotpo-modal-dialog .yotpo-bottomline .yotpo-icon-star,
  #productTemplate .yotpo .yotpo-modal-dialog .yotpo-bottomline .yotpo-icon-half-star,
  #productTemplate .yotpo .yotpo-modal-dialog .yotpo-bottomline .yotpo-icon-empty-star {
      font-size: 21px;
      margin-right: 3px
  }
    }

#productTemplate .yotpo.bottomLine .yotpo-bottomline .yotpo-stars,
  #productTemplate .yotpo.bottomline .yotpo-bottomline .yotpo-stars,
  #productTemplate .yotpo .yotpo-modal-bottom-line .yotpo-bottomline .yotpo-stars {
  margin-right: 8px;
}

#productTemplate .yotpo.bottomLine .yotpo-bottomline .yotpo-stars,
  #productTemplate .yotpo.bottomline .yotpo-bottomline .yotpo-stars,
  #productTemplate .yotpo .yotpo-modal-bottom-line .yotpo-bottomline .yotpo-stars {
  line-height: 1rem;
}

#productTemplate .yotpo div,
  #productTemplate .yotpo span,
  #productTemplate .yotpo p,
  #productTemplate .yotpo a,
  #productTemplate .yotpo img,
  #productTemplate .yotpo i,
  #productTemplate .yotpo strong,
  #productTemplate .yotpo sup,
  #productTemplate .yotpo ul,
  #productTemplate .yotpo li,
  #productTemplate .yotpo form,
  #productTemplate .yotpo label,
  #productTemplate .yotpo input,
  #productTemplate .yotpo .y-input {
  font-family: Sora, sans-serif;
}

#productTemplate .yotpo.bottomLine .yotpo-bottomline a {
  font-size: 12px !important;
  line-height: 18px !important;
}

#productTemplate .yotpo.bottomLine .yotpo-bottomline a {
  font-weight: 400 !important;
}

#productTemplate .yotpo.bottomLine .yotpo-bottomline a {
  line-height: 1rem !important;
}

#productTemplate .yotpo.bottomLine .yotpo-bottomline a {
  --tw-text-opacity: 1 !important;
  color: rgba(22, 23, 24, var(--tw-text-opacity)) !important;
}

#productTemplate .yotpo.bottomLine .yotpo-bottomline a:hover {
  text-decoration-line: underline !important;
}

#productTemplate .yotpo.bottomLine .yotpo-bottomline a::before {
      content: "(";
    }

#productTemplate .yotpo.bottomLine .yotpo-bottomline a::after {
      content: ")";
    }

#productTemplate .yotpo-label-container {
  display: none;
}

#productTemplate .yotpo .main-widget {
  border-width: 0;
}

#productTemplate .yotpo .main-widget {
  border-top-width: 1px;
}

#productTemplate .yotpo .main-widget {
  border-style: solid;
}

#productTemplate .yotpo .main-widget {
  --tw-border-opacity: 1;
  border-color: rgba(234, 234, 234, var(--tw-border-opacity));
}

#productTemplate .yotpo .main-widget {
  padding-top: 1rem;
}

@media (min-width: 768px) {

  #productTemplate .yotpo .main-widget {
    display: flex;
  }
}

@media (min-width: 768px) {

  #productTemplate .yotpo .main-widget {
    flex-wrap: wrap;
  }
}

@media (min-width: 768px) {

  #productTemplate .yotpo .main-widget {
    align-items: center;
  }
}

@media (min-width: 768px) {

  #productTemplate .yotpo .main-widget {
    justify-content: space-between;
  }
}

@media (min-width: 768px) {

  #productTemplate .yotpo .main-widget {
    padding-top: 1.5rem;
  }
}

@media (min-width: 1024px) {

  #productTemplate .yotpo .main-widget {
    padding-top: 2.5rem;
  }
}

@media (min-width: 768px) {

  #productTemplate .yotpo .main-widget .yotpo-display-wrapper {
    flex-grow: 1;
  }
}

#productTemplate .yotpo .main-widget .yotpo-regular-box {
  margin: 0px;
}

#productTemplate .yotpo .main-widget .yotpo-regular-box {
  padding: 0px;
}

#productTemplate .yotpo .main-widget .yotpo-regular-box.yotpo-bottomline {
  display: flex;
}

#productTemplate .yotpo .main-widget .yotpo-regular-box.yotpo-bottomline {
  align-items: flex-end;
}

#productTemplate .yotpo .main-widget .yotpo-regular-box.yotpo-bottomline {
  justify-content: space-between;
}

@media (min-width: 768px) {

  #productTemplate .yotpo .main-widget .yotpo-regular-box.yotpo-bottomline {
    align-items: center;
  }
}

@media (min-width: 768px) {

  #productTemplate .yotpo .main-widget .yotpo-regular-box.yotpo-bottomline {
    justify-content: flex-start;
  }
}

#productTemplate .yotpo .main-widget .yotpo-regular-box .bottom-line-items {
  margin-bottom: 1.75rem;
}

#productTemplate .yotpo .main-widget .yotpo-regular-box .bottom-line-items {
  display: flex;
}

#productTemplate .yotpo .main-widget .yotpo-regular-box .bottom-line-items {
  flex-direction: column;
}

@media (min-width: 768px) {

  #productTemplate .yotpo .main-widget .yotpo-regular-box .bottom-line-items {
    margin-bottom: 0px;
  }
}

@media (min-width: 768px) {

  #productTemplate .yotpo .main-widget .yotpo-regular-box .bottom-line-items {
    margin-right: 4rem;
  }
}

@media (min-width: 768px) {

  #productTemplate .yotpo .main-widget .yotpo-regular-box .bottom-line-items {
    padding-right: 4rem;
  }
}

@media (min-width: 1024px) {

  #productTemplate .yotpo .main-widget .yotpo-regular-box .bottom-line-items {
    border-width: 0;
  }
}

@media (min-width: 1024px) {

  #productTemplate .yotpo .main-widget .yotpo-regular-box .bottom-line-items {
    border-right-width: 1px;
  }
}

@media (min-width: 1024px) {

  #productTemplate .yotpo .main-widget .yotpo-regular-box .bottom-line-items {
    border-style: solid;
  }
}

@media (min-width: 1024px) {

  #productTemplate .yotpo .main-widget .yotpo-regular-box .bottom-line-items {
    --tw-border-opacity: 1;
    border-color: rgba(234, 234, 234, var(--tw-border-opacity));
  }
}

#productTemplate .yotpo .main-widget .yotpo-regular-box .bottom-line-items .avg-score {
  margin-bottom: 0.25rem;
}

#productTemplate .yotpo .main-widget .yotpo-regular-box .bottom-line-items .avg-score {
  height: auto;
}

#productTemplate .yotpo .main-widget .yotpo-regular-box .bottom-line-items .avg-score {
  padding: 0px;
}

#productTemplate .yotpo .main-widget .yotpo-regular-box .bottom-line-items .avg-score {
  font-size: 26px;
  line-height: 34px;
  letter-spacing: 1px;
}

#productTemplate .yotpo .main-widget .yotpo-regular-box .bottom-line-items .avg-score {
  --tw-text-opacity: 1;
  color: rgba(22, 23, 24, var(--tw-text-opacity));
}

@media (min-width: 1024px) {

  #productTemplate .yotpo .main-widget .yotpo-regular-box .bottom-line-items .avg-score {
    margin-bottom: 8px;
  }
}

@media (min-width: 1024px) {

  #productTemplate .yotpo .main-widget .yotpo-regular-box .bottom-line-items .avg-score {
    font-size: 42px;
    line-height: 54px;
    letter-spacing: 1.2px;
  }
}

#productTemplate .yotpo .main-widget .yotpo-regular-box .bottom-line-items .yotpo-filter-stars {
  margin: 0px;
}

#productTemplate .yotpo .main-widget .yotpo-regular-box .bottom-line-items .yotpo-filter-stars {
  margin-bottom: 8px;
}

@media (min-width: 1024px) {

  #productTemplate .yotpo .main-widget .yotpo-regular-box .bottom-line-items .yotpo-filter-stars {
    height: 1.25rem;
  }
}

#productTemplate .yotpo .main-widget .yotpo-regular-box .bottom-line-items .reviews-qa-labels-container {
  position: relative;
}

#productTemplate .yotpo .main-widget .yotpo-regular-box .bottom-line-items .reviews-qa-labels-container {
  margin: 0px;
}

#productTemplate .yotpo .main-widget .yotpo-regular-box .bottom-line-items .reviews-qa-labels-container {
  display: block;
}

#productTemplate .yotpo .main-widget .yotpo-regular-box .bottom-line-items .reviews-qa-labels-container {
  height: 1.25rem;
}

#productTemplate .yotpo .main-widget .yotpo-regular-box .bottom-line-items .reviews-qa-labels-container {
  padding: 0px;
}

#productTemplate .yotpo .main-widget .yotpo-regular-box .bottom-line-items .reviews-qa-labels-container {
  text-align: left;
}

#productTemplate .yotpo .main-widget .yotpo-regular-box .bottom-line-items .reviews-qa-labels-container {
  font-size: 14px;
  line-height: 20px;
}

#productTemplate .yotpo .main-widget .yotpo-regular-box .bottom-line-items .reviews-qa-labels-container {
  font-weight: 400;
}

#productTemplate .yotpo .main-widget .yotpo-regular-box .bottom-line-items .reviews-qa-labels-container .reviews-qa-label {
  --tw-text-opacity: 1;
  color: rgba(77, 77, 77, var(--tw-text-opacity));
}

#productTemplate .yotpo .main-widget .yotpo-regular-box > * {
  margin-bottom: 1.75rem;
}

#productTemplate .yotpo .main-widget .yotpo-regular-box > * {
  padding-top: 0px;
  padding-bottom: 0px;
}

@media (min-width: 768px) {

  #productTemplate .yotpo .main-widget .yotpo-regular-box > * {
    margin-bottom: 0px;
  }
}

#productTemplate .yotpo .main-widget .yotpo-regular-box .product-related-fields-item {
  display: flex;
}

#productTemplate .yotpo .main-widget .yotpo-regular-box .product-related-fields-item {
  align-items: center;
}

#productTemplate .yotpo .main-widget .yotpo-regular-box .product-related-fields-item {
  justify-content: flex-end;
}

#productTemplate .yotpo .main-widget .yotpo-regular-box .product-related-fields-item {
  text-transform: uppercase;
}

@media (min-width: 1024px) {

  #productTemplate .yotpo .main-widget .yotpo-regular-box .product-related-fields-item {
    justify-content: flex-start;
  }
}

#productTemplate .yotpo .main-widget .yotpo-regular-box .product-related-fields-item .product-related-fields-item-title {
  margin: 0px;
}

#productTemplate .yotpo .main-widget .yotpo-regular-box .product-related-fields-item .product-related-fields-item-title {
  margin-right: 1rem;
}

#productTemplate .yotpo .main-widget .yotpo-regular-box .product-related-fields-item .product-related-fields-item-title {
  width: auto;
}

#productTemplate .yotpo .main-widget .yotpo-regular-box .product-related-fields-item .product-related-fields-item-title {
  padding: 0px;
}

#productTemplate .yotpo .main-widget .yotpo-regular-box .product-related-fields-item .product-related-fields-item-title {
  font-family: Sora, sans-serif;
}

#productTemplate .yotpo .main-widget .yotpo-regular-box .product-related-fields-item .product-related-fields-item-title {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 1px;
}

#productTemplate .yotpo .main-widget .yotpo-regular-box .product-related-fields-item .product-related-fields-item-title {
  font-weight: 600;
}

#productTemplate .yotpo .main-widget .yotpo-regular-box .product-related-fields-item .product-related-fields-item-title {
  --tw-text-opacity: 1;
  color: rgba(77, 77, 77, var(--tw-text-opacity));
}

#productTemplate .yotpo .main-widget .yotpo-regular-box .product-related-fields-item .product-related-fields-item-value {
  width: auto;
}

#productTemplate .yotpo .main-widget .yotpo-regular-box .product-related-fields-item .product-related-fields-item-value {
  padding: 0px;
}

#productTemplate .yotpo .main-widget .yotpo-regular-box .product-related-fields-item .product-related-fields-item-value {
  font-family: Sora, sans-serif;
}

#productTemplate .yotpo .main-widget .yotpo-regular-box .product-related-fields-item .product-related-fields-item-value {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 1px;
}

#productTemplate .yotpo .main-widget .yotpo-regular-box .product-related-fields-item .product-related-fields-item-value {
  font-weight: 600;
}

#productTemplate .yotpo .main-widget .yotpo-regular-box .product-related-fields-item .product-related-fields-item-value {
  --tw-text-opacity: 1;
  color: rgba(76, 122, 89, var(--tw-text-opacity));
}

@media (min-width: 768px) {

  #productTemplate .yotpo .main-widget .write-question-review-buttons-container {
    padding: 0px !important;
  }
}

#productTemplate .yotpo .main-widget .write-question-review-buttons-container .write-question-review-button {
  margin-left: 0px;
  margin-right: 0px;
}

#productTemplate .yotpo .main-widget .write-question-review-buttons-container .write-question-review-button {
  margin-bottom: 1rem;
}

#productTemplate .yotpo .main-widget .write-question-review-buttons-container .write-question-review-button {
  display: block;
}

#productTemplate .yotpo .main-widget .write-question-review-buttons-container .write-question-review-button {
  height: 2.5rem;
}

#productTemplate .yotpo .main-widget .write-question-review-buttons-container .write-question-review-button {
  width: 100%;
}

#productTemplate .yotpo .main-widget .write-question-review-buttons-container .write-question-review-button {
  border-radius: 0px;
}

#productTemplate .yotpo .main-widget .write-question-review-buttons-container .write-question-review-button {
  border-width: 2px;
}

#productTemplate .yotpo .main-widget .write-question-review-buttons-container .write-question-review-button {
  --tw-border-opacity: 1;
  border-color: rgba(38, 43, 44, var(--tw-border-opacity));
}

#productTemplate .yotpo .main-widget .write-question-review-buttons-container .write-question-review-button {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

#productTemplate .yotpo .main-widget .write-question-review-buttons-container .write-question-review-button {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

#productTemplate .yotpo .main-widget .write-question-review-buttons-container .write-question-review-button {
  text-align: center;
}

#productTemplate .yotpo .main-widget .write-question-review-buttons-container .write-question-review-button {
  text-transform: uppercase;
}

#productTemplate .yotpo .main-widget .write-question-review-buttons-container .write-question-review-button {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

#productTemplate .yotpo .main-widget .write-question-review-buttons-container .write-question-review-button {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

#productTemplate .yotpo .main-widget .write-question-review-buttons-container .write-question-review-button {
  transition-duration: 300ms;
}

#productTemplate .yotpo .main-widget .write-question-review-buttons-container .write-question-review-button {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

#productTemplate .yotpo .main-widget .write-question-review-buttons-container .write-question-review-button:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(38, 43, 44, var(--tw-bg-opacity));
}

#productTemplate .yotpo .main-widget .write-question-review-buttons-container .write-question-review-button:hover {
  --tw-shadow: 0 0 6px 0 rgba(102,102,102,0.30);
  --tw-shadow-colored: 0 0 6px 0 var(--tw-shadow-color);
  box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
}

@media (min-width: 1024px) {

  #productTemplate .yotpo .main-widget .write-question-review-buttons-container .write-question-review-button {
    width: 220px;
  }
}

@media (min-width: 768px) {

  #productTemplate .yotpo .main-widget .write-question-review-buttons-container .write-question-review-button.write-question-button {
    margin-bottom: 0px;
  }
}

#productTemplate .yotpo .main-widget .write-question-review-buttons-container .write-question-review-button .write-question-review-button-icon {
  display: none;
}

#productTemplate .yotpo .main-widget .write-question-review-buttons-container .write-question-review-button .write-question-review-button-text {
  font-family: Sora, sans-serif;
}

#productTemplate .yotpo .main-widget .write-question-review-buttons-container .write-question-review-button .write-question-review-button-text {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 1px;
}

#productTemplate .yotpo .main-widget .write-question-review-buttons-container .write-question-review-button .write-question-review-button-text {
  font-weight: 600;
}

#productTemplate .yotpo .main-widget .write-question-review-buttons-container .write-question-review-button .write-question-review-button-text {
  line-height: 1rem;
}

#productTemplate .yotpo .main-widget .write-question-review-buttons-container .write-question-review-button .write-question-review-button-text {
  --tw-text-opacity: 1;
  color: rgba(22, 23, 24, var(--tw-text-opacity));
}

#productTemplate .yotpo .main-widget .write-question-review-buttons-container .write-question-review-button.mL5 {
  margin-left: 0px !important;
}

#productTemplate .yotpo .main-widget form {
  width: 100%;
}

#productTemplate .yotpo .main-widget .new-yotpo-small-box {
  margin: 0px;
}

#productTemplate .yotpo .main-widget .new-yotpo-small-box {
  border-style: none;
}

#productTemplate .yotpo .main-widget .new-yotpo-small-box {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

@media (min-width: 768px) {

  #productTemplate .yotpo .main-widget .new-yotpo-small-box {
    margin-top: 1.5rem;
  }
}

@media (min-width: 768px) {

  #productTemplate .yotpo .main-widget .new-yotpo-small-box {
    width: 100%;
  }
}

@media (min-width: 768px) {

  #productTemplate .yotpo .main-widget .new-yotpo-small-box {
    border-top-width: 1px;
  }
}

@media (min-width: 768px) {

  #productTemplate .yotpo .main-widget .new-yotpo-small-box {
    --tw-border-opacity: 1;
    border-color: rgba(234, 234, 234, var(--tw-border-opacity));
  }
}

@media (min-width: 768px) {

  #productTemplate .yotpo .main-widget .new-yotpo-small-box {
    padding-top: 2.5rem;
  }
}

@media (min-width: 1024px) {

  #productTemplate .yotpo .main-widget .new-yotpo-small-box {
    margin-top: 2.5rem;
  }
}

@media (min-width: 1024px) {

  #productTemplate .yotpo .main-widget .new-yotpo-small-box {
    border-width: 0;
  }
}

@media (min-width: 1024px) {

  #productTemplate .yotpo .main-widget .new-yotpo-small-box {
    border-top-width: 1px;
  }
}

@media (min-width: 1024px) {

  #productTemplate .yotpo .main-widget .new-yotpo-small-box {
    border-style: solid;
  }
}

@media (min-width: 1024px) {

  #productTemplate .yotpo .main-widget .new-yotpo-small-box {
    --tw-border-opacity: 1;
    border-color: rgba(234, 234, 234, var(--tw-border-opacity));
  }
}

@media (min-width: 768px) {

  #productTemplate .yotpo .main-widget .yotpo-nav-primary {
    width: 220px;
  }
}

#productTemplate .yotpo .main-widget .yotpo-nav-primary ul {
  width: 100% !important;
}

#productTemplate .yotpo .main-widget .yotpo-nav-primary ul li {
  margin: 0px;
}

#productTemplate .yotpo .main-widget .yotpo-nav-primary ul li {
  width: 50%;
}

#productTemplate .yotpo .main-widget .yotpo-nav-primary ul li {
  text-align: center;
}

#productTemplate .yotpo .main-widget .yotpo-nav-primary ul li .yotpo-nav-wrapper {
  max-width: 100%;
}

#productTemplate .yotpo .main-widget .yotpo-nav-primary ul li .yotpo-nav-wrapper {
  border-bottom-width: 2px;
}

#productTemplate .yotpo .main-widget .yotpo-nav-primary ul li .yotpo-nav-wrapper {
  --tw-text-opacity: 1;
  color: rgba(77, 77, 77, var(--tw-text-opacity));
}

#productTemplate .yotpo .main-widget .yotpo-nav-primary ul li .yotpo-nav-wrapper span {
  font-family: Sora, sans-serif;
}

#productTemplate .yotpo .main-widget .yotpo-nav-primary ul li .yotpo-nav-wrapper span {
  font-size: 18px;
  line-height: 27px;
  letter-spacing: 1.7px;
}

#productTemplate .yotpo .main-widget .yotpo-nav-primary ul li .yotpo-nav-wrapper span {
  font-weight: 600;
}

#productTemplate .yotpo .main-widget .yotpo-nav-primary ul li:not(.yotpo-active) .yotpo-nav-wrapper {
  border-width: 0;
}

#productTemplate .yotpo .main-widget .yotpo-nav-primary ul li:not(.yotpo-active) .yotpo-nav-wrapper {
  border-bottom-width: 2px;
}

#productTemplate .yotpo .main-widget .yotpo-nav-primary ul li:not(.yotpo-active) .yotpo-nav-wrapper {
  border-style: solid;
}

#productTemplate .yotpo .main-widget .yotpo-nav-primary ul li:not(.yotpo-active) .yotpo-nav-wrapper {
  --tw-border-opacity: 1;
  border-color: rgba(234, 234, 234, var(--tw-border-opacity));
}

#productTemplate .yotpo .main-widget .yotpo-nav-primary ul li.yotpo-active .yotpo-nav-wrapper {
  --tw-border-opacity: 1;
  border-color: rgba(76, 122, 89, var(--tw-border-opacity));
}

#productTemplate .yotpo .main-widget .yotpo-nav-primary ul li.yotpo-active .yotpo-nav-wrapper span {
  --tw-text-opacity: 1;
  color: rgba(76, 122, 89, var(--tw-text-opacity));
}

#productTemplate .yotpo .main-widget .yotpo-nav-primary .mobile-clear-filters-btn {
  display: none;
}

#productTemplate .yotpo .main-widget .yotpo-nav-content {
  position: relative;
}

#productTemplate .yotpo .main-widget .yotpo-nav-content {
  display: flex;
}

#productTemplate .yotpo .main-widget .yotpo-nav-content {
  flex-direction: column;
}

@media (min-width: 1024px) {

  #productTemplate .yotpo .main-widget .yotpo-nav-content {
    width: 100%;
  }
}

#productTemplate .yotpo .main-widget .yotpo-nav-content .yotpo-reviews-filters {
  margin: 0px;
}

#productTemplate .yotpo .main-widget .yotpo-nav-content .yotpo-reviews-filters {
  margin-bottom: 1.5rem;
}

#productTemplate .yotpo .main-widget .yotpo-nav-content .yotpo-reviews-filters {
  border-width: 0;
}

#productTemplate .yotpo .main-widget .yotpo-nav-content .yotpo-reviews-filters {
  border-bottom-width: 2px;
}

#productTemplate .yotpo .main-widget .yotpo-nav-content .yotpo-reviews-filters {
  border-style: solid;
}

#productTemplate .yotpo .main-widget .yotpo-nav-content .yotpo-reviews-filters {
  --tw-border-opacity: 1;
  border-color: rgba(234, 234, 234, var(--tw-border-opacity));
}

#productTemplate .yotpo .main-widget .yotpo-nav-content .yotpo-reviews-filters {
  padding: 0px;
}

#productTemplate .yotpo .main-widget .yotpo-nav-content .yotpo-reviews-filters {
  padding-bottom: 1.5rem;
}

@media (min-width: 1024px) {

  #productTemplate .yotpo .main-widget .yotpo-nav-content .yotpo-reviews-filters {
    margin-bottom: 1rem;
  }
}

@media (min-width: 1024px) {

  #productTemplate .yotpo .main-widget .yotpo-nav-content .yotpo-reviews-filters {
    border-style: none;
  }
}

#productTemplate .yotpo .main-widget .yotpo-nav-content .yotpo-reviews-filters .filters-container .magnifying-glass-icon {
  top: 18px;
}

#productTemplate .yotpo .main-widget .yotpo-nav-content .yotpo-reviews-filters .filters-container .magnifying-glass-icon {
  left: 0.625rem;
}

#productTemplate .yotpo .main-widget .yotpo-nav-content .yotpo-reviews-filters .filters-container .filters-container-title {
  padding: 0px;
}

#productTemplate .yotpo .main-widget .yotpo-nav-content .yotpo-reviews-filters .filters-container .filters-container-title {
  font-family: Sora, sans-serif;
}

#productTemplate .yotpo .main-widget .yotpo-nav-content .yotpo-reviews-filters .filters-container .filters-container-title {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 1px;
}

#productTemplate .yotpo .main-widget .yotpo-nav-content .yotpo-reviews-filters .filters-container .filters-container-title {
  font-weight: 600;
}

#productTemplate .yotpo .main-widget .yotpo-nav-content .yotpo-reviews-filters .filters-container .filters-container-title {
  text-transform: uppercase;
}

#productTemplate .yotpo .main-widget .yotpo-nav-content .yotpo-reviews-filters .filters-container .filters-container-title {
  --tw-text-opacity: 1;
  color: rgba(22, 23, 24, var(--tw-text-opacity));
}

#productTemplate .yotpo .main-widget .yotpo-nav-content .yotpo-reviews-filters .filters-container .free-text-search-input {
  margin-top: 8px;
}

#productTemplate .yotpo .main-widget .yotpo-nav-content .yotpo-reviews-filters .filters-container .free-text-search-input {
  margin-bottom: 1rem;
}

#productTemplate .yotpo .main-widget .yotpo-nav-content .yotpo-reviews-filters .filters-container .free-text-search-input {
  height: 35px;
}

#productTemplate .yotpo .main-widget .yotpo-nav-content .yotpo-reviews-filters .filters-container .free-text-search-input {
  width: 100%;
}

#productTemplate .yotpo .main-widget .yotpo-nav-content .yotpo-reviews-filters .filters-container .free-text-search-input {
  max-width: 306px;
}

#productTemplate .yotpo .main-widget .yotpo-nav-content .yotpo-reviews-filters .filters-container .free-text-search-input {
  border-radius: 0px;
}

#productTemplate .yotpo .main-widget .yotpo-nav-content .yotpo-reviews-filters .filters-container .free-text-search-input {
  --tw-border-opacity: 1;
  border-color: rgba(130, 130, 130, var(--tw-border-opacity));
}

#productTemplate .yotpo .main-widget .yotpo-nav-content .yotpo-reviews-filters .filters-container .free-text-search-input {
  --tw-text-opacity: 1;
  color: rgba(22, 23, 24, var(--tw-text-opacity));
}

#productTemplate .yotpo .main-widget .yotpo-nav-content .yotpo-reviews-filters .filters-container .free-text-search-input::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(148, 148, 148, var(--tw-placeholder-opacity));
}

#productTemplate .yotpo .main-widget .yotpo-nav-content .yotpo-reviews-filters .filters-container .free-text-search-input::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(148, 148, 148, var(--tw-placeholder-opacity));
}

#productTemplate .yotpo .main-widget .yotpo-nav-content .yotpo-reviews-filters .filters-container .more-filters-btn {
  border-radius: 0px !important;
}

#productTemplate .yotpo .main-widget .yotpo-nav-content .yotpo-reviews-filters .filters-container .more-filters-btn {
  --tw-border-opacity: 1 !important;
  border-color: rgba(234, 234, 234, var(--tw-border-opacity)) !important;
}

#productTemplate .yotpo .main-widget .yotpo-nav-content .yotpo-reviews-header {
          order: -1
        }

#productTemplate .yotpo .main-widget .yotpo-nav-content .yotpo-reviews-header {
  margin-left: 0px;
  margin-right: 0px;
}

#productTemplate .yotpo .main-widget .yotpo-nav-content .yotpo-reviews-header {
  padding-top: 0px;
}

@media (min-width: 768px) {

  #productTemplate .yotpo .main-widget .yotpo-nav-content .yotpo-reviews-header {
    position: absolute;
  }
}

@media (min-width: 768px) {

  #productTemplate .yotpo .main-widget .yotpo-nav-content .yotpo-reviews-header {
    right: 0px;
  }
}

@media (min-width: 768px) {

  #productTemplate .yotpo .main-widget .yotpo-nav-content .yotpo-reviews-header {
    margin: 0px;
  }
}

@media (min-width: 768px) {

  #productTemplate .yotpo .main-widget .yotpo-nav-content .yotpo-reviews-header {
    margin-top: -64px;
  }
}

@media (min-width: 768px) {

  #productTemplate .yotpo .main-widget .yotpo-nav-content .yotpo-reviews-header {
    display: inline-block;
  }
}

@media (min-width: 768px) {

  #productTemplate .yotpo .main-widget .yotpo-nav-content .yotpo-reviews-header {
    width: 200px;
  }
}

@media (min-width: 768px) {

  #productTemplate .yotpo .main-widget .yotpo-nav-content .yotpo-reviews-header {
    border-style: none;
  }
}

@media (min-width: 768px) {

  #productTemplate .yotpo .main-widget .yotpo-nav-content .yotpo-reviews-header {
    padding: 0px;
  }
}

#productTemplate .yotpo .main-widget .yotpo-nav-content .yotpo-reviews-header .reviews-amount {
  display: none;
}

@media (min-width: 1024px) {

  #productTemplate .yotpo .main-widget .yotpo-nav-content .yotpo-reviews,
        #productTemplate .yotpo .main-widget .yotpo-nav-content .yotpo-questions {
    border-width: 0;
  }
}

@media (min-width: 1024px) {

  #productTemplate .yotpo .main-widget .yotpo-nav-content .yotpo-reviews,
        #productTemplate .yotpo .main-widget .yotpo-nav-content .yotpo-questions {
    border-top-width: 1px;
  }
}

@media (min-width: 1024px) {

  #productTemplate .yotpo .main-widget .yotpo-nav-content .yotpo-reviews,
        #productTemplate .yotpo .main-widget .yotpo-nav-content .yotpo-questions {
    border-style: solid;
  }
}

@media (min-width: 1024px) {

  #productTemplate .yotpo .main-widget .yotpo-nav-content .yotpo-reviews,
        #productTemplate .yotpo .main-widget .yotpo-nav-content .yotpo-questions {
    --tw-border-opacity: 1;
    border-color: rgba(234, 234, 234, var(--tw-border-opacity));
  }
}

#productTemplate .yotpo .main-widget .yotpo-nav-dropdown {
  float: none;
}

#productTemplate .yotpo .main-widget .yotpo-nav-dropdown {
  width: 100%;
}

#productTemplate .yotpo .main-widget .yotpo-nav-dropdown .yotpo-dropdown-button {
  display: flex;
}

#productTemplate .yotpo .main-widget .yotpo-nav-dropdown .yotpo-dropdown-button {
  align-items: center;
}

#productTemplate .yotpo .main-widget .yotpo-nav-dropdown .yotpo-dropdown-button::before {
            content: "";
            background-image: url(https://cdn.shopify.com/s/files/1/0518/9405/9179/files/sort.svg?v=1626068652);
          }

#productTemplate .yotpo .main-widget .yotpo-nav-dropdown .yotpo-dropdown-button::before {
  margin-right: 0.75rem;
}

#productTemplate .yotpo .main-widget .yotpo-nav-dropdown .yotpo-dropdown-button::before {
  display: block;
}

#productTemplate .yotpo .main-widget .yotpo-nav-dropdown .yotpo-dropdown-button::before {
  height: 0.75rem;
}

#productTemplate .yotpo .main-widget .yotpo-nav-dropdown .yotpo-dropdown-button::before {
  width: 0.75rem;
}

#productTemplate .yotpo .main-widget .yotpo-nav-dropdown .yotpo-dropdown-button span {
  padding: 0px;
}

#productTemplate .yotpo .main-widget .yotpo-nav-dropdown .yotpo-dropdown-button span {
  font-family: Sora, sans-serif;
}

#productTemplate .yotpo .main-widget .yotpo-nav-dropdown .yotpo-dropdown-button span {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 1px;
}

#productTemplate .yotpo .main-widget .yotpo-nav-dropdown .yotpo-dropdown-button span {
  font-weight: 600;
}

#productTemplate .yotpo .main-widget .yotpo-nav-dropdown .yotpo-dropdown-button span {
  text-transform: uppercase;
}

#productTemplate .yotpo .main-widget .yotpo-nav-dropdown .yotpo-dropdown-button span {
  --tw-text-opacity: 1;
  color: rgba(22, 23, 24, var(--tw-text-opacity));
}

#productTemplate .yotpo .main-widget .yotpo-nav-dropdown .yotpo-dropdown-button span:first-child {
  width: 2.25rem;
}

#productTemplate .yotpo .main-widget .yotpo-nav-dropdown .yotpo-dropdown-button span.selected {
  position: relative !important;
}

#productTemplate .yotpo .main-widget .yotpo-nav-dropdown .yotpo-dropdown-button span.selected {
  margin-left: 0.75rem !important;
}

#productTemplate .yotpo .main-widget .yotpo-nav-dropdown .yotpo-dropdown-button span.selected {
  height: 2.5rem !important;
}

#productTemplate .yotpo .main-widget .yotpo-nav-dropdown .yotpo-dropdown-button span.selected {
  width: 100% !important;
}

#productTemplate .yotpo .main-widget .yotpo-nav-dropdown .yotpo-dropdown-button span.selected {
  max-width: 240px !important;
}

#productTemplate .yotpo .main-widget .yotpo-nav-dropdown .yotpo-dropdown-button span.selected {
  border-width: 1px !important;
}

#productTemplate .yotpo .main-widget .yotpo-nav-dropdown .yotpo-dropdown-button span.selected {
  border-style: solid !important;
}

#productTemplate .yotpo .main-widget .yotpo-nav-dropdown .yotpo-dropdown-button span.selected {
  --tw-border-opacity: 1 !important;
  border-color: rgba(234, 234, 234, var(--tw-border-opacity)) !important;
}

#productTemplate .yotpo .main-widget .yotpo-nav-dropdown .yotpo-dropdown-button span.selected {
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}

#productTemplate .yotpo .main-widget .yotpo-nav-dropdown .yotpo-dropdown-button span.selected {
  padding-left: 1rem !important;
}

#productTemplate .yotpo .main-widget .yotpo-nav-dropdown .yotpo-dropdown-button span.selected {
  padding-right: 2.5rem !important;
}

#productTemplate .yotpo .main-widget .yotpo-nav-dropdown .yotpo-dropdown-button span.selected {
  font-family: Sora, sans-serif !important;
}

#productTemplate .yotpo .main-widget .yotpo-nav-dropdown .yotpo-dropdown-button span.selected {
  font-size: 14px !important;
  line-height: 20px !important;
}

#productTemplate .yotpo .main-widget .yotpo-nav-dropdown .yotpo-dropdown-button span.selected {
  text-transform: none !important;
}

#productTemplate .yotpo .main-widget .yotpo-nav-dropdown .yotpo-dropdown-button span.selected {
  --tw-text-opacity: 1 !important;
  color: rgba(22, 23, 24, var(--tw-text-opacity)) !important;
}

@media (min-width: 1024px) {

  #productTemplate .yotpo .main-widget .yotpo-nav-dropdown .yotpo-dropdown-button span.selected {
    width: 8rem !important;
  }
}

#productTemplate .yotpo .main-widget .yotpo-nav-dropdown .yotpo-dropdown-button span.selected::after {
                content: "";
                background-image: url(https://cdn.shopify.com/s/files/1/0518/9405/9179/files/arrow-down.svg?v=1626068652);
              }

#productTemplate .yotpo .main-widget .yotpo-nav-dropdown .yotpo-dropdown-button span.selected::after {
  position: absolute;
}

#productTemplate .yotpo .main-widget .yotpo-nav-dropdown .yotpo-dropdown-button span.selected::after {
  right: 1rem;
}

#productTemplate .yotpo .main-widget .yotpo-nav-dropdown .yotpo-dropdown-button span.selected::after {
  top: 50%;
}

#productTemplate .yotpo .main-widget .yotpo-nav-dropdown .yotpo-dropdown-button span.selected::after {
  display: block;
}

#productTemplate .yotpo .main-widget .yotpo-nav-dropdown .yotpo-dropdown-button span.selected::after {
  height: 0.375rem;
}

#productTemplate .yotpo .main-widget .yotpo-nav-dropdown .yotpo-dropdown-button span.selected::after {
  width: 8px;
}

#productTemplate .yotpo .main-widget .yotpo-nav-dropdown .yotpo-dropdown-button span.selected::after {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

#productTemplate .yotpo .main-widget .yotpo-nav-dropdown .yotpo-dropdown-button span.selected::after {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

#productTemplate .yotpo .main-widget .yotpo-nav-dropdown .yotpo-dropdown-button span.yotpo-icon {
  display: none !important;
}

#productTemplate .yotpo .main-widget .yotpo-nav-dropdown .yotpo-dropdown {
  left: 72px;
}

#productTemplate .yotpo .main-widget .yotpo-nav-dropdown .yotpo-dropdown {
  right: auto;
}

#productTemplate .yotpo .main-widget .yotpo-nav-dropdown .yotpo-dropdown {
  top: 2.5rem;
}

#productTemplate .yotpo .main-widget .yotpo-nav-dropdown .yotpo-dropdown {
  width: 15rem;
}

#productTemplate .yotpo .main-widget .yotpo-nav-dropdown .yotpo-dropdown {
  border-radius: 0px;
}

@media (min-width: 1024px) {

  #productTemplate .yotpo .main-widget .yotpo-nav-dropdown .yotpo-dropdown {
    width: 8rem;
  }
}

@media (min-width: 1024px) {

  #productTemplate .yotpo .main-widget .yotpo-nav-dropdown .yotpo-dropdown {
    min-width: 0px;
  }
}

#productTemplate .yotpo .main-widget .yotpo-review .yotpo-header .yotpo-icon-profile, #productTemplate .yotpo .main-widget .yotpo-comment .yotpo-header .yotpo-icon-profile, #productTemplate .yotpo .main-widget .yotpo-question .yotpo-header .yotpo-icon-profile, #productTemplate .yotpo .main-widget .yotpo-onsite-upload .yotpo-header .yotpo-icon-profile {
  margin-right: 1rem;
}

#productTemplate .yotpo .main-widget .yotpo-review .yotpo-header .yotpo-icon-profile, #productTemplate .yotpo .main-widget .yotpo-comment .yotpo-header .yotpo-icon-profile, #productTemplate .yotpo .main-widget .yotpo-question .yotpo-header .yotpo-icon-profile, #productTemplate .yotpo .main-widget .yotpo-onsite-upload .yotpo-header .yotpo-icon-profile {
  height: 2.5rem;
}

#productTemplate .yotpo .main-widget .yotpo-review .yotpo-header .yotpo-icon-profile, #productTemplate .yotpo .main-widget .yotpo-comment .yotpo-header .yotpo-icon-profile, #productTemplate .yotpo .main-widget .yotpo-question .yotpo-header .yotpo-icon-profile, #productTemplate .yotpo .main-widget .yotpo-onsite-upload .yotpo-header .yotpo-icon-profile {
  width: 2.5rem;
}

#productTemplate .yotpo .main-widget .yotpo-review .yotpo-header .yotpo-icon-profile, #productTemplate .yotpo .main-widget .yotpo-comment .yotpo-header .yotpo-icon-profile, #productTemplate .yotpo .main-widget .yotpo-question .yotpo-header .yotpo-icon-profile, #productTemplate .yotpo .main-widget .yotpo-onsite-upload .yotpo-header .yotpo-icon-profile {
  --tw-bg-opacity: 1;
  background-color: rgba(76, 122, 89, var(--tw-bg-opacity));
}

#productTemplate .yotpo .main-widget .yotpo-review .yotpo-header .yotpo-icon-profile .yotpo-icon-circle-checkmark, #productTemplate .yotpo .main-widget .yotpo-comment .yotpo-header .yotpo-icon-profile .yotpo-icon-circle-checkmark, #productTemplate .yotpo .main-widget .yotpo-question .yotpo-header .yotpo-icon-profile .yotpo-icon-circle-checkmark, #productTemplate .yotpo .main-widget .yotpo-onsite-upload .yotpo-header .yotpo-icon-profile .yotpo-icon-circle-checkmark {
              left: 26px;
              top: 24px;
            }

#productTemplate .yotpo .main-widget .yotpo-review .yotpo-header .yotpo-header-element, #productTemplate .yotpo .main-widget .yotpo-comment .yotpo-header .yotpo-header-element, #productTemplate .yotpo .main-widget .yotpo-question .yotpo-header .yotpo-header-element, #productTemplate .yotpo .main-widget .yotpo-onsite-upload .yotpo-header .yotpo-header-element {
  display: inline;
}

@media (min-width: 1024px) {

  #productTemplate .yotpo .main-widget .yotpo-review .yotpo-header .yotpo-header-element, #productTemplate .yotpo .main-widget .yotpo-comment .yotpo-header .yotpo-header-element, #productTemplate .yotpo .main-widget .yotpo-question .yotpo-header .yotpo-header-element, #productTemplate .yotpo .main-widget .yotpo-onsite-upload .yotpo-header .yotpo-header-element {
    display: flex;
  }
}

@media (min-width: 1024px) {

  #productTemplate .yotpo .main-widget .yotpo-review .yotpo-header .yotpo-header-element, #productTemplate .yotpo .main-widget .yotpo-comment .yotpo-header .yotpo-header-element, #productTemplate .yotpo .main-widget .yotpo-question .yotpo-header .yotpo-header-element, #productTemplate .yotpo .main-widget .yotpo-onsite-upload .yotpo-header .yotpo-header-element {
    height: 2.5rem;
  }
}

@media (min-width: 1024px) {

  #productTemplate .yotpo .main-widget .yotpo-review .yotpo-header .yotpo-header-element, #productTemplate .yotpo .main-widget .yotpo-comment .yotpo-header .yotpo-header-element, #productTemplate .yotpo .main-widget .yotpo-question .yotpo-header .yotpo-header-element, #productTemplate .yotpo .main-widget .yotpo-onsite-upload .yotpo-header .yotpo-header-element {
    flex-wrap: wrap;
  }
}

@media (min-width: 1024px) {

  #productTemplate .yotpo .main-widget .yotpo-review .yotpo-header .yotpo-header-element, #productTemplate .yotpo .main-widget .yotpo-comment .yotpo-header .yotpo-header-element, #productTemplate .yotpo .main-widget .yotpo-question .yotpo-header .yotpo-header-element, #productTemplate .yotpo .main-widget .yotpo-onsite-upload .yotpo-header .yotpo-header-element {
    align-items: center;
  }
}

@media (min-width: 1024px) {

  #productTemplate .yotpo .main-widget .yotpo-review .yotpo-header .yotpo-header-element, #productTemplate .yotpo .main-widget .yotpo-comment .yotpo-header .yotpo-header-element, #productTemplate .yotpo .main-widget .yotpo-question .yotpo-header .yotpo-header-element, #productTemplate .yotpo .main-widget .yotpo-onsite-upload .yotpo-header .yotpo-header-element {
    justify-content: flex-start;
  }
}

@media (min-width: 1024px) {

  #productTemplate .yotpo .main-widget .yotpo-review .yotpo-header .yotpo-header-element, #productTemplate .yotpo .main-widget .yotpo-comment .yotpo-header .yotpo-header-element, #productTemplate .yotpo .main-widget .yotpo-question .yotpo-header .yotpo-header-element, #productTemplate .yotpo .main-widget .yotpo-onsite-upload .yotpo-header .yotpo-header-element {
    padding: 0px;
  }
}

#productTemplate .yotpo .main-widget .yotpo-review .yotpo-header .yotpo-header-element .yotpo-user-name, #productTemplate .yotpo .main-widget .yotpo-comment .yotpo-header .yotpo-header-element .yotpo-user-name, #productTemplate .yotpo .main-widget .yotpo-question .yotpo-header .yotpo-header-element .yotpo-user-name, #productTemplate .yotpo .main-widget .yotpo-onsite-upload .yotpo-header .yotpo-header-element .yotpo-user-name {
  font-family: Sora, sans-serif;
}

#productTemplate .yotpo .main-widget .yotpo-review .yotpo-header .yotpo-header-element .yotpo-user-name, #productTemplate .yotpo .main-widget .yotpo-comment .yotpo-header .yotpo-header-element .yotpo-user-name, #productTemplate .yotpo .main-widget .yotpo-question .yotpo-header .yotpo-header-element .yotpo-user-name, #productTemplate .yotpo .main-widget .yotpo-onsite-upload .yotpo-header .yotpo-header-element .yotpo-user-name {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 1.45px;
}

#productTemplate .yotpo .main-widget .yotpo-review .yotpo-header .yotpo-header-element .yotpo-user-name, #productTemplate .yotpo .main-widget .yotpo-comment .yotpo-header .yotpo-header-element .yotpo-user-name, #productTemplate .yotpo .main-widget .yotpo-question .yotpo-header .yotpo-header-element .yotpo-user-name, #productTemplate .yotpo .main-widget .yotpo-onsite-upload .yotpo-header .yotpo-header-element .yotpo-user-name {
  font-weight: 600;
}

#productTemplate .yotpo .main-widget .yotpo-review .yotpo-header .yotpo-header-element .yotpo-user-name, #productTemplate .yotpo .main-widget .yotpo-comment .yotpo-header .yotpo-header-element .yotpo-user-name, #productTemplate .yotpo .main-widget .yotpo-question .yotpo-header .yotpo-header-element .yotpo-user-name, #productTemplate .yotpo .main-widget .yotpo-onsite-upload .yotpo-header .yotpo-header-element .yotpo-user-name {
  text-transform: uppercase;
}

#productTemplate .yotpo .main-widget .yotpo-review .yotpo-header .yotpo-header-element .yotpo-user-name, #productTemplate .yotpo .main-widget .yotpo-comment .yotpo-header .yotpo-header-element .yotpo-user-name, #productTemplate .yotpo .main-widget .yotpo-question .yotpo-header .yotpo-header-element .yotpo-user-name, #productTemplate .yotpo .main-widget .yotpo-onsite-upload .yotpo-header .yotpo-header-element .yotpo-user-name {
  line-height: 2.5rem;
}

#productTemplate .yotpo .main-widget .yotpo-review .yotpo-header .yotpo-header-element .yotpo-user-name, #productTemplate .yotpo .main-widget .yotpo-comment .yotpo-header .yotpo-header-element .yotpo-user-name, #productTemplate .yotpo .main-widget .yotpo-question .yotpo-header .yotpo-header-element .yotpo-user-name, #productTemplate .yotpo .main-widget .yotpo-onsite-upload .yotpo-header .yotpo-header-element .yotpo-user-name {
  --tw-text-opacity: 1;
  color: rgba(22, 23, 24, var(--tw-text-opacity));
}

@media (min-width: 1024px) {

  #productTemplate .yotpo .main-widget .yotpo-review .yotpo-header .yotpo-header-element .yotpo-user-name, #productTemplate .yotpo .main-widget .yotpo-comment .yotpo-header .yotpo-header-element .yotpo-user-name, #productTemplate .yotpo .main-widget .yotpo-question .yotpo-header .yotpo-header-element .yotpo-user-name, #productTemplate .yotpo .main-widget .yotpo-onsite-upload .yotpo-header .yotpo-header-element .yotpo-user-name {
    line-height: 1.5rem;
  }
}

#productTemplate .yotpo .main-widget .yotpo-review .yotpo-header .yotpo-header-element .yotpo-user-title, #productTemplate .yotpo .main-widget .yotpo-comment .yotpo-header .yotpo-header-element .yotpo-user-title, #productTemplate .yotpo .main-widget .yotpo-question .yotpo-header .yotpo-header-element .yotpo-user-title, #productTemplate .yotpo .main-widget .yotpo-onsite-upload .yotpo-header .yotpo-header-element .yotpo-user-title {
  font-size: 12px;
  line-height: 18px;
}

#productTemplate .yotpo .main-widget .yotpo-review .yotpo-header .yotpo-header-element .yotpo-user-title, #productTemplate .yotpo .main-widget .yotpo-comment .yotpo-header .yotpo-header-element .yotpo-user-title, #productTemplate .yotpo .main-widget .yotpo-question .yotpo-header .yotpo-header-element .yotpo-user-title, #productTemplate .yotpo .main-widget .yotpo-onsite-upload .yotpo-header .yotpo-header-element .yotpo-user-title {
  line-height: 2.5rem;
}

#productTemplate .yotpo .main-widget .yotpo-review .yotpo-header .yotpo-header-element .yotpo-user-title, #productTemplate .yotpo .main-widget .yotpo-comment .yotpo-header .yotpo-header-element .yotpo-user-title, #productTemplate .yotpo .main-widget .yotpo-question .yotpo-header .yotpo-header-element .yotpo-user-title, #productTemplate .yotpo .main-widget .yotpo-onsite-upload .yotpo-header .yotpo-header-element .yotpo-user-title {
  --tw-text-opacity: 1;
  color: rgba(76, 122, 89, var(--tw-text-opacity));
}

@media (min-width: 1024px) {

  #productTemplate .yotpo .main-widget .yotpo-review .yotpo-header .yotpo-header-element .yotpo-user-title, #productTemplate .yotpo .main-widget .yotpo-comment .yotpo-header .yotpo-header-element .yotpo-user-title, #productTemplate .yotpo .main-widget .yotpo-question .yotpo-header .yotpo-header-element .yotpo-user-title, #productTemplate .yotpo .main-widget .yotpo-onsite-upload .yotpo-header .yotpo-header-element .yotpo-user-title {
    line-height: 1rem;
  }
}

#productTemplate .yotpo .main-widget .yotpo-review .yotpo-header .yotpo-header-element .yotpo-review-date, #productTemplate .yotpo .main-widget .yotpo-comment .yotpo-header .yotpo-header-element .yotpo-review-date, #productTemplate .yotpo .main-widget .yotpo-question .yotpo-header .yotpo-header-element .yotpo-review-date, #productTemplate .yotpo .main-widget .yotpo-onsite-upload .yotpo-header .yotpo-header-element .yotpo-review-date {
  font-family: Sora, sans-serif;
}

#productTemplate .yotpo .main-widget .yotpo-review .yotpo-header .yotpo-header-element .yotpo-review-date, #productTemplate .yotpo .main-widget .yotpo-comment .yotpo-header .yotpo-header-element .yotpo-review-date, #productTemplate .yotpo .main-widget .yotpo-question .yotpo-header .yotpo-header-element .yotpo-review-date, #productTemplate .yotpo .main-widget .yotpo-onsite-upload .yotpo-header .yotpo-header-element .yotpo-review-date {
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.85px;
}

#productTemplate .yotpo .main-widget .yotpo-review .yotpo-header .yotpo-header-element .yotpo-review-date, #productTemplate .yotpo .main-widget .yotpo-comment .yotpo-header .yotpo-header-element .yotpo-review-date, #productTemplate .yotpo .main-widget .yotpo-question .yotpo-header .yotpo-header-element .yotpo-review-date, #productTemplate .yotpo .main-widget .yotpo-onsite-upload .yotpo-header .yotpo-header-element .yotpo-review-date {
  font-weight: 600;
}

#productTemplate .yotpo .main-widget .yotpo-review .yotpo-header .yotpo-header-element .yotpo-review-date, #productTemplate .yotpo .main-widget .yotpo-comment .yotpo-header .yotpo-header-element .yotpo-review-date, #productTemplate .yotpo .main-widget .yotpo-question .yotpo-header .yotpo-header-element .yotpo-review-date, #productTemplate .yotpo .main-widget .yotpo-onsite-upload .yotpo-header .yotpo-header-element .yotpo-review-date {
  --tw-text-opacity: 1;
  color: rgba(77, 77, 77, var(--tw-text-opacity));
}

#productTemplate .yotpo .main-widget .yotpo-review .yotpo-header .yotpo-header-element.yotpo-header-actions, #productTemplate .yotpo .main-widget .yotpo-comment .yotpo-header .yotpo-header-element.yotpo-header-actions, #productTemplate .yotpo .main-widget .yotpo-question .yotpo-header .yotpo-header-element.yotpo-header-actions, #productTemplate .yotpo .main-widget .yotpo-onsite-upload .yotpo-header .yotpo-header-element.yotpo-header-actions {
  --tw-translate-y: -100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

#productTemplate .yotpo .main-widget .yotpo-review .yotpo-header .yotpo-header-element.yotpo-header-actions, #productTemplate .yotpo .main-widget .yotpo-comment .yotpo-header .yotpo-header-element.yotpo-header-actions, #productTemplate .yotpo .main-widget .yotpo-question .yotpo-header .yotpo-header-element.yotpo-header-actions, #productTemplate .yotpo .main-widget .yotpo-onsite-upload .yotpo-header .yotpo-header-element.yotpo-header-actions {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

@media (min-width: 1024px) {

  #productTemplate .yotpo .main-widget .yotpo-review .yotpo-header .yotpo-header-element.yotpo-header-actions, #productTemplate .yotpo .main-widget .yotpo-comment .yotpo-header .yotpo-header-element.yotpo-header-actions, #productTemplate .yotpo .main-widget .yotpo-question .yotpo-header .yotpo-header-element.yotpo-header-actions, #productTemplate .yotpo .main-widget .yotpo-onsite-upload .yotpo-header .yotpo-header-element.yotpo-header-actions {
    position: absolute;
  }
}

@media (min-width: 1024px) {

  #productTemplate .yotpo .main-widget .yotpo-review .yotpo-header .yotpo-header-element.yotpo-header-actions, #productTemplate .yotpo .main-widget .yotpo-comment .yotpo-header .yotpo-header-element.yotpo-header-actions, #productTemplate .yotpo .main-widget .yotpo-question .yotpo-header .yotpo-header-element.yotpo-header-actions, #productTemplate .yotpo .main-widget .yotpo-onsite-upload .yotpo-header .yotpo-header-element.yotpo-header-actions {
    right: 0px;
  }
}

@media (min-width: 1024px) {

  #productTemplate .yotpo .main-widget .yotpo-review .yotpo-header .yotpo-header-element.yotpo-header-actions, #productTemplate .yotpo .main-widget .yotpo-comment .yotpo-header .yotpo-header-element.yotpo-header-actions, #productTemplate .yotpo .main-widget .yotpo-question .yotpo-header .yotpo-header-element.yotpo-header-actions, #productTemplate .yotpo .main-widget .yotpo-onsite-upload .yotpo-header .yotpo-header-element.yotpo-header-actions {
    top: 2.5rem;
  }
}

@media (min-width: 1024px) {

  #productTemplate .yotpo .main-widget .yotpo-review .yotpo-header .yotpo-header-element.yotpo-header-actions, #productTemplate .yotpo .main-widget .yotpo-comment .yotpo-header .yotpo-header-element.yotpo-header-actions, #productTemplate .yotpo .main-widget .yotpo-question .yotpo-header .yotpo-header-element.yotpo-header-actions, #productTemplate .yotpo .main-widget .yotpo-onsite-upload .yotpo-header .yotpo-header-element.yotpo-header-actions {
    transform: none;
  }
}

@media (min-width: 1024px) {

  #productTemplate .yotpo .main-widget .yotpo-review .yotpo-header .yotpo-header-element.yotpo-header-actions, #productTemplate .yotpo .main-widget .yotpo-comment .yotpo-header .yotpo-header-element.yotpo-header-actions, #productTemplate .yotpo .main-widget .yotpo-question .yotpo-header .yotpo-header-element.yotpo-header-actions, #productTemplate .yotpo .main-widget .yotpo-onsite-upload .yotpo-header .yotpo-header-element.yotpo-header-actions {
    padding: 0px;
  }
}

#productTemplate .yotpo .main-widget .yotpo-review .yotpo-main, #productTemplate .yotpo .main-widget .yotpo-comment .yotpo-main, #productTemplate .yotpo .main-widget .yotpo-question .yotpo-main, #productTemplate .yotpo .main-widget .yotpo-onsite-upload .yotpo-main {
  margin-top: 8px;
}

#productTemplate .yotpo .main-widget .yotpo-review .yotpo-main, #productTemplate .yotpo .main-widget .yotpo-comment .yotpo-main, #productTemplate .yotpo .main-widget .yotpo-question .yotpo-main, #productTemplate .yotpo .main-widget .yotpo-onsite-upload .yotpo-main {
  margin-bottom: 1.5rem;
}

#productTemplate .yotpo .main-widget .yotpo-review .yotpo-main, #productTemplate .yotpo .main-widget .yotpo-comment .yotpo-main, #productTemplate .yotpo .main-widget .yotpo-question .yotpo-main, #productTemplate .yotpo .main-widget .yotpo-onsite-upload .yotpo-main {
  margin-left: 0px;
}

#productTemplate .yotpo .main-widget .yotpo-review .yotpo-main .yotpo-multiple-rating-fields .yotpo-user-related-fields, #productTemplate .yotpo .main-widget .yotpo-comment .yotpo-main .yotpo-multiple-rating-fields .yotpo-user-related-fields, #productTemplate .yotpo .main-widget .yotpo-question .yotpo-main .yotpo-multiple-rating-fields .yotpo-user-related-fields, #productTemplate .yotpo .main-widget .yotpo-onsite-upload .yotpo-main .yotpo-multiple-rating-fields .yotpo-user-related-fields {
  display: block;
}

#productTemplate .yotpo .main-widget .yotpo-review .yotpo-main .content-title, #productTemplate .yotpo .main-widget .yotpo-comment .yotpo-main .content-title, #productTemplate .yotpo .main-widget .yotpo-question .yotpo-main .content-title, #productTemplate .yotpo .main-widget .yotpo-onsite-upload .yotpo-main .content-title {
  margin-bottom: 1rem;
}

#productTemplate .yotpo .main-widget .yotpo-review .yotpo-main .content-title, #productTemplate .yotpo .main-widget .yotpo-comment .yotpo-main .content-title, #productTemplate .yotpo .main-widget .yotpo-question .yotpo-main .content-title, #productTemplate .yotpo .main-widget .yotpo-onsite-upload .yotpo-main .content-title {
  padding: 0px;
}

#productTemplate .yotpo .main-widget .yotpo-review .yotpo-main .content-title, #productTemplate .yotpo .main-widget .yotpo-comment .yotpo-main .content-title, #productTemplate .yotpo .main-widget .yotpo-question .yotpo-main .content-title, #productTemplate .yotpo .main-widget .yotpo-onsite-upload .yotpo-main .content-title {
  font-family: Sora, sans-serif;
}

#productTemplate .yotpo .main-widget .yotpo-review .yotpo-main .content-title, #productTemplate .yotpo .main-widget .yotpo-comment .yotpo-main .content-title, #productTemplate .yotpo .main-widget .yotpo-question .yotpo-main .content-title, #productTemplate .yotpo .main-widget .yotpo-onsite-upload .yotpo-main .content-title {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 1px;
}

#productTemplate .yotpo .main-widget .yotpo-review .yotpo-main .content-title, #productTemplate .yotpo .main-widget .yotpo-comment .yotpo-main .content-title, #productTemplate .yotpo .main-widget .yotpo-question .yotpo-main .content-title, #productTemplate .yotpo .main-widget .yotpo-onsite-upload .yotpo-main .content-title {
  font-weight: 600;
}

#productTemplate .yotpo .main-widget .yotpo-review .yotpo-main .content-title, #productTemplate .yotpo .main-widget .yotpo-comment .yotpo-main .content-title, #productTemplate .yotpo .main-widget .yotpo-question .yotpo-main .content-title, #productTemplate .yotpo .main-widget .yotpo-onsite-upload .yotpo-main .content-title {
  text-transform: uppercase;
}

#productTemplate .yotpo .main-widget .yotpo-review .yotpo-main .content-title, #productTemplate .yotpo .main-widget .yotpo-comment .yotpo-main .content-title, #productTemplate .yotpo .main-widget .yotpo-question .yotpo-main .content-title, #productTemplate .yotpo .main-widget .yotpo-onsite-upload .yotpo-main .content-title {
  --tw-text-opacity: 1;
  color: rgba(22, 23, 24, var(--tw-text-opacity));
}

@media (min-width: 1024px) {

  #productTemplate .yotpo .main-widget .yotpo-review .yotpo-main .content-title, #productTemplate .yotpo .main-widget .yotpo-comment .yotpo-main .content-title, #productTemplate .yotpo .main-widget .yotpo-question .yotpo-main .content-title, #productTemplate .yotpo .main-widget .yotpo-onsite-upload .yotpo-main .content-title {
    margin-bottom: 0.75rem;
  }
}

@media (min-width: 1024px) {

  #productTemplate .yotpo .main-widget .yotpo-review .yotpo-main .content-title, #productTemplate .yotpo .main-widget .yotpo-comment .yotpo-main .content-title, #productTemplate .yotpo .main-widget .yotpo-question .yotpo-main .content-title, #productTemplate .yotpo .main-widget .yotpo-onsite-upload .yotpo-main .content-title {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 1.45px;
  }
}

#productTemplate .yotpo .main-widget .yotpo-review .yotpo-main .content-review, #productTemplate .yotpo .main-widget .yotpo-comment .yotpo-main .content-review, #productTemplate .yotpo .main-widget .yotpo-question .yotpo-main .content-review, #productTemplate .yotpo .main-widget .yotpo-onsite-upload .yotpo-main .content-review {
  font-size: 14px;
  line-height: 20px;
}

#productTemplate .yotpo .main-widget .yotpo-review .yotpo-main .content-review, #productTemplate .yotpo .main-widget .yotpo-comment .yotpo-main .content-review, #productTemplate .yotpo .main-widget .yotpo-question .yotpo-main .content-review, #productTemplate .yotpo .main-widget .yotpo-onsite-upload .yotpo-main .content-review {
  font-weight: 400;
}

#productTemplate .yotpo .main-widget .yotpo-review .yotpo-main .content-review, #productTemplate .yotpo .main-widget .yotpo-comment .yotpo-main .content-review, #productTemplate .yotpo .main-widget .yotpo-question .yotpo-main .content-review, #productTemplate .yotpo .main-widget .yotpo-onsite-upload .yotpo-main .content-review {
  --tw-text-opacity: 1;
  color: rgba(22, 23, 24, var(--tw-text-opacity));
}

@media (min-width: 1024px) {

  #productTemplate .yotpo .main-widget .yotpo-review .yotpo-main .content-review, #productTemplate .yotpo .main-widget .yotpo-comment .yotpo-main .content-review, #productTemplate .yotpo .main-widget .yotpo-question .yotpo-main .content-review, #productTemplate .yotpo .main-widget .yotpo-onsite-upload .yotpo-main .content-review {
    font-size: 16px;
    line-height: 24px;
  }
}

#productTemplate .yotpo .main-widget .yotpo-review .yotpo-footer, #productTemplate .yotpo .main-widget .yotpo-comment .yotpo-footer, #productTemplate .yotpo .main-widget .yotpo-question .yotpo-footer, #productTemplate .yotpo .main-widget .yotpo-onsite-upload .yotpo-footer {
  margin-left: 0px;
}

#productTemplate .yotpo .main-widget .yotpo-review .yotpo-footer, #productTemplate .yotpo .main-widget .yotpo-comment .yotpo-footer, #productTemplate .yotpo .main-widget .yotpo-question .yotpo-footer, #productTemplate .yotpo .main-widget .yotpo-onsite-upload .yotpo-footer {
  display: flex;
}

#productTemplate .yotpo .main-widget .yotpo-review .yotpo-footer, #productTemplate .yotpo .main-widget .yotpo-comment .yotpo-footer, #productTemplate .yotpo .main-widget .yotpo-question .yotpo-footer, #productTemplate .yotpo .main-widget .yotpo-onsite-upload .yotpo-footer {
  align-items: center;
}

#productTemplate .yotpo .main-widget .yotpo-review .yotpo-footer, #productTemplate .yotpo .main-widget .yotpo-comment .yotpo-footer, #productTemplate .yotpo .main-widget .yotpo-question .yotpo-footer, #productTemplate .yotpo .main-widget .yotpo-onsite-upload .yotpo-footer {
  justify-content: space-between;
}

#productTemplate .yotpo .main-widget .yotpo-review .yotpo-footer, #productTemplate .yotpo .main-widget .yotpo-comment .yotpo-footer, #productTemplate .yotpo .main-widget .yotpo-question .yotpo-footer, #productTemplate .yotpo .main-widget .yotpo-onsite-upload .yotpo-footer {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

#productTemplate .yotpo .main-widget .yotpo-review .yotpo-footer .yotpo-action, #productTemplate .yotpo .main-widget .yotpo-comment .yotpo-footer .yotpo-action, #productTemplate .yotpo .main-widget .yotpo-question .yotpo-footer .yotpo-action, #productTemplate .yotpo .main-widget .yotpo-onsite-upload .yotpo-footer .yotpo-action {
  --tw-text-opacity: 1;
  color: rgba(22, 23, 24, var(--tw-text-opacity));
}

#productTemplate .yotpo .main-widget .yotpo-review .yotpo-footer .yotpo-action:hover, #productTemplate .yotpo .main-widget .yotpo-comment .yotpo-footer .yotpo-action:hover, #productTemplate .yotpo .main-widget .yotpo-question .yotpo-footer .yotpo-action:hover, #productTemplate .yotpo .main-widget .yotpo-onsite-upload .yotpo-footer .yotpo-action:hover {
  --tw-text-opacity: 1;
  color: rgba(76, 122, 89, var(--tw-text-opacity));
}

#productTemplate .yotpo .main-widget .yotpo-review .yotpo-footer .footer-actions, #productTemplate .yotpo .main-widget .yotpo-comment .yotpo-footer .footer-actions, #productTemplate .yotpo .main-widget .yotpo-question .yotpo-footer .footer-actions, #productTemplate .yotpo .main-widget .yotpo-onsite-upload .yotpo-footer .footer-actions {
  margin-bottom: 0px;
}

#productTemplate .yotpo .main-widget .yotpo-review .yotpo-footer .footer-actions .y-label:not(.yotpo-icon), #productTemplate .yotpo .main-widget .yotpo-comment .yotpo-footer .footer-actions .y-label:not(.yotpo-icon), #productTemplate .yotpo .main-widget .yotpo-question .yotpo-footer .footer-actions .y-label:not(.yotpo-icon), #productTemplate .yotpo .main-widget .yotpo-onsite-upload .yotpo-footer .footer-actions .y-label:not(.yotpo-icon) {
  font-size: 14px;
  line-height: 20px;
}

#productTemplate .yotpo .main-widget .yotpo-review .yotpo-footer .footer-actions .y-label:not(.yotpo-icon), #productTemplate .yotpo .main-widget .yotpo-comment .yotpo-footer .footer-actions .y-label:not(.yotpo-icon), #productTemplate .yotpo .main-widget .yotpo-question .yotpo-footer .footer-actions .y-label:not(.yotpo-icon), #productTemplate .yotpo .main-widget .yotpo-onsite-upload .yotpo-footer .footer-actions .y-label:not(.yotpo-icon) {
  --tw-text-opacity: 1;
  color: rgba(22, 23, 24, var(--tw-text-opacity));
}

#productTemplate .yotpo .main-widget .yotpo-review .yotpo-footer .footer-actions .y-label:not(.yotpo-icon), #productTemplate .yotpo .main-widget .yotpo-comment .yotpo-footer .footer-actions .y-label:not(.yotpo-icon), #productTemplate .yotpo .main-widget .yotpo-question .yotpo-footer .footer-actions .y-label:not(.yotpo-icon), #productTemplate .yotpo .main-widget .yotpo-onsite-upload .yotpo-footer .footer-actions .y-label:not(.yotpo-icon) {
  text-decoration-line: underline;
}

#productTemplate .yotpo .main-widget .yotpo-review .yotpo-footer .footer-actions .y-label:not(.yotpo-icon):hover, #productTemplate .yotpo .main-widget .yotpo-comment .yotpo-footer .footer-actions .y-label:not(.yotpo-icon):hover, #productTemplate .yotpo .main-widget .yotpo-question .yotpo-footer .footer-actions .y-label:not(.yotpo-icon):hover, #productTemplate .yotpo .main-widget .yotpo-onsite-upload .yotpo-footer .footer-actions .y-label:not(.yotpo-icon):hover {
  --tw-text-opacity: 1;
  color: rgba(76, 122, 89, var(--tw-text-opacity));
}

#productTemplate .yotpo .main-widget .yotpo-review .yotpo-footer .footer-actions .yotpo-icon-seperator, #productTemplate .yotpo .main-widget .yotpo-comment .yotpo-footer .footer-actions .yotpo-icon-seperator, #productTemplate .yotpo .main-widget .yotpo-question .yotpo-footer .footer-actions .yotpo-icon-seperator, #productTemplate .yotpo .main-widget .yotpo-onsite-upload .yotpo-footer .footer-actions .yotpo-icon-seperator {
  display: none;
}

#productTemplate .yotpo .main-widget .yotpo-review .yotpo-footer .yotpo-review-date,
          #productTemplate .yotpo .main-widget .yotpo-review .yotpo-footer .yotpo-clr,
          #productTemplate .yotpo .main-widget .yotpo-comment .yotpo-footer .yotpo-review-date,
          #productTemplate .yotpo .main-widget .yotpo-comment .yotpo-footer .yotpo-clr,
          #productTemplate .yotpo .main-widget .yotpo-question .yotpo-footer .yotpo-review-date,
          #productTemplate .yotpo .main-widget .yotpo-question .yotpo-footer .yotpo-clr,
          #productTemplate .yotpo .main-widget .yotpo-onsite-upload .yotpo-footer .yotpo-review-date,
          #productTemplate .yotpo .main-widget .yotpo-onsite-upload .yotpo-footer .yotpo-clr {
  display: none;
}

#productTemplate .yotpo .main-widget .yotpo-review,
      #productTemplate .yotpo .main-widget .yotpo-question {
  margin: 0px;
}

#productTemplate .yotpo .main-widget .yotpo-review,
      #productTemplate .yotpo .main-widget .yotpo-question {
  margin-bottom: 1.5rem;
}

#productTemplate .yotpo .main-widget .yotpo-review,
      #productTemplate .yotpo .main-widget .yotpo-question {
  border-width: 0;
}

#productTemplate .yotpo .main-widget .yotpo-review,
      #productTemplate .yotpo .main-widget .yotpo-question {
  border-bottom-width: 2px;
}

#productTemplate .yotpo .main-widget .yotpo-review,
      #productTemplate .yotpo .main-widget .yotpo-question {
  border-style: solid;
}

#productTemplate .yotpo .main-widget .yotpo-review,
      #productTemplate .yotpo .main-widget .yotpo-question {
  --tw-border-opacity: 1;
  border-color: rgba(234, 234, 234, var(--tw-border-opacity));
}

#productTemplate .yotpo .main-widget .yotpo-review,
      #productTemplate .yotpo .main-widget .yotpo-question {
  padding: 0px;
}

#productTemplate .yotpo .main-widget .yotpo-review,
      #productTemplate .yotpo .main-widget .yotpo-question {
  padding-bottom: 1.5rem;
}

@media (min-width: 1024px) {

  #productTemplate .yotpo .main-widget .yotpo-review,
      #productTemplate .yotpo .main-widget .yotpo-question {
    margin: 0px;
  }
}

@media (min-width: 1024px) {

  #productTemplate .yotpo .main-widget .yotpo-review,
      #productTemplate .yotpo .main-widget .yotpo-question {
    border-bottom-width: 1px;
  }
}

@media (min-width: 1024px) {

  #productTemplate .yotpo .main-widget .yotpo-review,
      #productTemplate .yotpo .main-widget .yotpo-question {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}

@media (min-width: 1024px) {

  #productTemplate .yotpo .main-widget .yotpo-review {
    position: relative;
  }
}

@media (min-width: 1024px) {

  #productTemplate .yotpo .main-widget .yotpo-review {
    display: flex;
  }
}

@media (min-width: 1024px) {

  #productTemplate .yotpo .main-widget .yotpo-review {
    flex-wrap: wrap;
  }
}

@media (min-width: 1024px) {

  #productTemplate .yotpo .main-widget .yotpo-review .yotpo-header {
    position: static;
  }
}

@media (min-width: 1024px) {

  #productTemplate .yotpo .main-widget .yotpo-review .yotpo-header {
    width: 25%;
  }
}

@media (min-width: 1024px) {

  #productTemplate .yotpo .main-widget .yotpo-review .yotpo-header .yotpo-review-stars {
    position: absolute;
  }
}

@media (min-width: 1024px) {

  #productTemplate .yotpo .main-widget .yotpo-review .yotpo-header .yotpo-review-stars {
    left: 25%;
  }
}

@media (min-width: 1024px) {

  #productTemplate .yotpo .main-widget .yotpo-review .yotpo-header .yotpo-review-stars {
    top: 2.5rem;
  }
}

@media (min-width: 1024px) {

  #productTemplate .yotpo .main-widget .yotpo-review .yotpo-header .yotpo-review-stars {
    margin: 0px;
  }
}

#productTemplate .yotpo .main-widget .yotpo-review .yotpo-header .yotpo-review-stars .yotpo-icon {
  --tw-text-opacity: 1;
  color: rgba(76, 122, 89, var(--tw-text-opacity));
}

#productTemplate .yotpo .main-widget .yotpo-review .yotpo-header .yotpo-review-stars .yotpo-user-related-fields {
  margin: 0px;
}

#productTemplate .yotpo .main-widget .yotpo-review .yotpo-header .yotpo-review-stars .yotpo-user-related-fields {
  display: none;
}

#productTemplate .yotpo .main-widget .yotpo-review .yotpo-header .yotpo-review-stars .yotpo-user-related-fields .yotpo-user-field .yotpo-user-field-description {
  margin-right: 1rem;
}

#productTemplate .yotpo .main-widget .yotpo-review .yotpo-header .yotpo-review-stars .yotpo-user-related-fields .yotpo-user-field .yotpo-user-field-description {
  font-family: Sora, sans-serif;
}

#productTemplate .yotpo .main-widget .yotpo-review .yotpo-header .yotpo-review-stars .yotpo-user-related-fields .yotpo-user-field .yotpo-user-field-description {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 1px;
}

#productTemplate .yotpo .main-widget .yotpo-review .yotpo-header .yotpo-review-stars .yotpo-user-related-fields .yotpo-user-field .yotpo-user-field-description {
  font-weight: 600;
}

#productTemplate .yotpo .main-widget .yotpo-review .yotpo-header .yotpo-review-stars .yotpo-user-related-fields .yotpo-user-field .yotpo-user-field-description {
  text-transform: uppercase;
}

#productTemplate .yotpo .main-widget .yotpo-review .yotpo-header .yotpo-review-stars .yotpo-user-related-fields .yotpo-user-field .yotpo-user-field-description {
  --tw-text-opacity: 1;
  color: rgba(77, 77, 77, var(--tw-text-opacity));
}

#productTemplate .yotpo .main-widget .yotpo-review .yotpo-header .yotpo-review-stars .yotpo-user-related-fields .yotpo-user-field .yotpo-user-field-description {
  font-style: normal !important;
}

#productTemplate .yotpo .main-widget .yotpo-review .yotpo-header .yotpo-review-stars .yotpo-user-related-fields .yotpo-user-field .yotpo-user-field-answer {
  font-family: Sora, sans-serif;
}

#productTemplate .yotpo .main-widget .yotpo-review .yotpo-header .yotpo-review-stars .yotpo-user-related-fields .yotpo-user-field .yotpo-user-field-answer {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 1px;
}

#productTemplate .yotpo .main-widget .yotpo-review .yotpo-header .yotpo-review-stars .yotpo-user-related-fields .yotpo-user-field .yotpo-user-field-answer {
  font-weight: 600;
}

#productTemplate .yotpo .main-widget .yotpo-review .yotpo-header .yotpo-review-stars .yotpo-user-related-fields .yotpo-user-field .yotpo-user-field-answer {
  text-transform: uppercase;
}

#productTemplate .yotpo .main-widget .yotpo-review .yotpo-header .yotpo-review-stars .yotpo-user-related-fields .yotpo-user-field .yotpo-user-field-answer {
  font-style: normal;
}

#productTemplate .yotpo .main-widget .yotpo-review .yotpo-header .yotpo-review-stars .yotpo-user-related-fields .yotpo-user-field .yotpo-user-field-answer {
  --tw-text-opacity: 1;
  color: rgba(76, 122, 89, var(--tw-text-opacity));
}

@media (min-width: 1024px) {

  #productTemplate .yotpo .main-widget .yotpo-review .yotpo-main {
    margin: 0px;
  }
}

@media (min-width: 1024px) {

  #productTemplate .yotpo .main-widget .yotpo-review .yotpo-main {
    margin-bottom: 2.25rem;
  }
}

@media (min-width: 1024px) {

  #productTemplate .yotpo .main-widget .yotpo-review .yotpo-main {
    width: 66.666667%;
  }
}

@media (min-width: 1024px) {

  #productTemplate .yotpo .main-widget .yotpo-review .yotpo-main {
    padding-top: 1.75rem;
  }
}

#productTemplate .yotpo .main-widget .yotpo-review .yotpo-main .yotpo-multiple-rating-fields {
  margin-top: 0px;
}

@media (min-width: 1024px) {

  #productTemplate .yotpo .main-widget .yotpo-review .yotpo-main .yotpo-multiple-rating-fields:first-child {
    position: absolute;
  }
}

@media (min-width: 1024px) {

  #productTemplate .yotpo .main-widget .yotpo-review .yotpo-main .yotpo-multiple-rating-fields:first-child {
    left: 0px;
  }
}

@media (min-width: 1024px) {

  #productTemplate .yotpo .main-widget .yotpo-review .yotpo-main .yotpo-multiple-rating-fields:first-child {
    top: 85px;
  }
}

@media (min-width: 1024px) {

  #productTemplate .yotpo .main-widget .yotpo-review .yotpo-main .yotpo-multiple-rating-fields:first-child {
    width: 25%;
  }
}

@media (min-width: 1024px) {

  #productTemplate .yotpo .main-widget .yotpo-review .yotpo-main .yotpo-multiple-rating-fields:first-child {
    padding-left: 56px;
  }
}

@media (min-width: 1024px) {

  #productTemplate .yotpo .main-widget .yotpo-review .yotpo-main .yotpo-multiple-rating-fields:first-child {
    padding-right: 1rem;
  }
}

#productTemplate .yotpo .main-widget .yotpo-review .yotpo-main .yotpo-multiple-rating-fields .yotpo-user-related-fields {
  margin: 0px;
}

#productTemplate .yotpo .main-widget .yotpo-review .yotpo-main .yotpo-multiple-rating-fields .yotpo-user-related-fields .yotpo-user-field .yotpo-user-field-description {
  margin-right: 1rem;
}

#productTemplate .yotpo .main-widget .yotpo-review .yotpo-main .yotpo-multiple-rating-fields .yotpo-user-related-fields .yotpo-user-field .yotpo-user-field-description {
  font-family: Sora, sans-serif;
}

#productTemplate .yotpo .main-widget .yotpo-review .yotpo-main .yotpo-multiple-rating-fields .yotpo-user-related-fields .yotpo-user-field .yotpo-user-field-description {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 1px;
}

#productTemplate .yotpo .main-widget .yotpo-review .yotpo-main .yotpo-multiple-rating-fields .yotpo-user-related-fields .yotpo-user-field .yotpo-user-field-description {
  font-weight: 600;
}

#productTemplate .yotpo .main-widget .yotpo-review .yotpo-main .yotpo-multiple-rating-fields .yotpo-user-related-fields .yotpo-user-field .yotpo-user-field-description {
  text-transform: uppercase;
}

#productTemplate .yotpo .main-widget .yotpo-review .yotpo-main .yotpo-multiple-rating-fields .yotpo-user-related-fields .yotpo-user-field .yotpo-user-field-description {
  --tw-text-opacity: 1;
  color: rgba(77, 77, 77, var(--tw-text-opacity));
}

#productTemplate .yotpo .main-widget .yotpo-review .yotpo-main .yotpo-multiple-rating-fields .yotpo-user-related-fields .yotpo-user-field .yotpo-user-field-description {
  font-style: normal !important;
}

#productTemplate .yotpo .main-widget .yotpo-review .yotpo-main .yotpo-multiple-rating-fields .yotpo-user-related-fields .yotpo-user-field .yotpo-user-field-answer {
  font-family: Sora, sans-serif;
}

#productTemplate .yotpo .main-widget .yotpo-review .yotpo-main .yotpo-multiple-rating-fields .yotpo-user-related-fields .yotpo-user-field .yotpo-user-field-answer {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 1px;
}

#productTemplate .yotpo .main-widget .yotpo-review .yotpo-main .yotpo-multiple-rating-fields .yotpo-user-related-fields .yotpo-user-field .yotpo-user-field-answer {
  font-weight: 600;
}

#productTemplate .yotpo .main-widget .yotpo-review .yotpo-main .yotpo-multiple-rating-fields .yotpo-user-related-fields .yotpo-user-field .yotpo-user-field-answer {
  text-transform: uppercase;
}

#productTemplate .yotpo .main-widget .yotpo-review .yotpo-main .yotpo-multiple-rating-fields .yotpo-user-related-fields .yotpo-user-field .yotpo-user-field-answer {
  font-style: normal;
}

#productTemplate .yotpo .main-widget .yotpo-review .yotpo-main .yotpo-multiple-rating-fields .yotpo-user-related-fields .yotpo-user-field .yotpo-user-field-answer {
  --tw-text-opacity: 1;
  color: rgba(76, 122, 89, var(--tw-text-opacity));
}

#productTemplate .yotpo .main-widget .yotpo-review .yotpo-main .yotpo-multiple-rating-fields .yotpo-product-custom-fields .product-related-fields-item-title {
  width: auto !important;
}

#productTemplate .yotpo .main-widget .yotpo-review .yotpo-main .yotpo-multiple-rating-fields .yotpo-product-custom-fields .product-related-fields-item-title::after {
                  content: ":";
                }

#productTemplate .yotpo .main-widget .yotpo-review .yotpo-main .yotpo-multiple-rating-fields .yotpo-question-field {
  display: flex;
}

#productTemplate .yotpo .main-widget .yotpo-review .yotpo-main .yotpo-multiple-rating-fields .yotpo-question-field .yotpo-question-field-description {
  margin-top: 0px;
}

#productTemplate .yotpo .main-widget .yotpo-review .yotpo-main .yotpo-multiple-rating-fields .yotpo-question-field .yotpo-question-field-description {
  margin-bottom: 0px;
}

#productTemplate .yotpo .main-widget .yotpo-review .yotpo-main .yotpo-multiple-rating-fields .yotpo-question-field .yotpo-question-field-description {
  margin-left: 0px;
}

@media (min-width: 1024px) {

  #productTemplate .yotpo .main-widget .yotpo-review .yotpo-footer {
    margin: 0px;
  }
}

@media (min-width: 1024px) {

  #productTemplate .yotpo .main-widget .yotpo-review .yotpo-footer {
    margin-left: 25%;
  }
}

@media (min-width: 1024px) {

  #productTemplate .yotpo .main-widget .yotpo-review .yotpo-footer {
    width: 75%;
  }
}

#productTemplate .yotpo .main-widget .yotpo-question .yotpo-header {
  margin-bottom: 0px;
}

#productTemplate .yotpo .main-widget .yotpo-question .yotpo-header .yotpo-header-element.yotpo-header-actions {
  margin-top: 8px;
}

#productTemplate .yotpo .main-widget .yotpo-question .yotpo-header .yotpo-header-element.yotpo-header-actions {
  transform: none;
}

#productTemplate .yotpo .main-widget .yotpo-question .yotpo-header .yotpo-header-element.yotpo-header-actions {
  padding: 0px;
}

@media (min-width: 1024px) {

  #productTemplate .yotpo .main-widget .yotpo-question .yotpo-header .yotpo-header-element.yotpo-header-actions {
    margin-top: 0.75rem;
  }
}

#productTemplate .yotpo .main-widget .yotpo-question .yotpo-header .yotpo-header-element.yotpo-header-actions .question-date {
  font-family: Sora, sans-serif;
}

#productTemplate .yotpo .main-widget .yotpo-question .yotpo-header .yotpo-header-element.yotpo-header-actions .question-date {
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.85px;
}

#productTemplate .yotpo .main-widget .yotpo-question .yotpo-header .yotpo-header-element.yotpo-header-actions .question-date {
  font-weight: 600;
}

#productTemplate .yotpo .main-widget .yotpo-question .yotpo-header .yotpo-header-element.yotpo-header-actions .question-date {
  line-height: 1.25rem;
}

#productTemplate .yotpo .main-widget .yotpo-question .yotpo-header .yotpo-header-element.yotpo-header-actions .question-date {
  --tw-text-opacity: 1;
  color: rgba(77, 77, 77, var(--tw-text-opacity));
}

#productTemplate .yotpo .main-widget .yotpo-question .yotpo-main {
  margin-bottom: 8px;
}

@media (min-width: 1024px) {

  #productTemplate .yotpo .main-widget .yotpo-question .yotpo-main {
    margin-left: 56px;
  }
}

@media (min-width: 1024px) {

  #productTemplate .yotpo .main-widget .yotpo-question .yotpo-main {
    margin-top: 0.75rem;
  }
}

#productTemplate .yotpo .main-widget .yotpo-question .yotpo-main .content-question {
  padding-right: 60px;
}

#productTemplate .yotpo .main-widget .yotpo-question .yotpo-main .content-question {
  font-family: Sora, sans-serif;
}

#productTemplate .yotpo .main-widget .yotpo-question .yotpo-main .content-question {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 1px;
}

#productTemplate .yotpo .main-widget .yotpo-question .yotpo-main .content-question {
  font-weight: 600;
}

#productTemplate .yotpo .main-widget .yotpo-question .yotpo-main .content-question {
  text-transform: uppercase;
}

#productTemplate .yotpo .main-widget .yotpo-question .yotpo-main .content-question {
  --tw-text-opacity: 1;
  color: rgba(22, 23, 24, var(--tw-text-opacity));
}

@media (min-width: 1024px) {

  #productTemplate .yotpo .main-widget .yotpo-question .yotpo-main .content-question {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 1.45px;
  }
}

#productTemplate .yotpo .main-widget .yotpo-question .yotpo-footer {
  margin-bottom: 1rem;
}

@media (min-width: 1024px) {

  #productTemplate .yotpo .main-widget .yotpo-question .yotpo-footer {
    margin-left: 56px;
  }
}

@media (min-width: 1024px) {

  #productTemplate .yotpo .main-widget .yotpo-question .yotpo-footer {
    margin-bottom: 1.75rem;
  }
}

#productTemplate .yotpo .main-widget .yotpo-question .yotpo-comments-box {
  margin: 0px;
}

#productTemplate .yotpo .main-widget .yotpo-question .yotpo-comments-box {
  border-style: none;
}

@media (min-width: 1024px) {

  #productTemplate .yotpo .main-widget .yotpo-question .yotpo-comments-box {
    margin-left: 56px;
  }
}

#productTemplate .yotpo .main-widget .yotpo-question .yotpo-comments-box .yotpo-comment-box {
  margin-left: 1rem;
}

#productTemplate .yotpo .main-widget .yotpo-question .yotpo-comments-box .yotpo-comment-box {
  padding: 0px;
}

@media (min-width: 1024px) {

  #productTemplate .yotpo .main-widget .yotpo-question .yotpo-comments-box .yotpo-comment-box {
    margin-left: 2.25rem;
  }
}

#productTemplate .yotpo .main-widget .yotpo-question .yotpo-comments-box .yotpo-comment-box .yotpo-header {
  display: flex;
}

#productTemplate .yotpo .main-widget .yotpo-question .yotpo-comments-box .yotpo-comment-box .yotpo-header {
  align-items: center;
}

#productTemplate .yotpo .main-widget .yotpo-question .yotpo-comments-box .yotpo-comment-box .yotpo-header .yotpo-header-element {
  flex-grow: 1;
}

#productTemplate .yotpo .main-widget .yotpo-question .yotpo-comments-box .yotpo-comment-box .yotpo-header .yotpo-header-element {
  padding: 0px;
}

#productTemplate .yotpo .main-widget .yotpo-question .yotpo-comments-box .yotpo-comment-box .yotpo-header .yotpo-header-element.yotpo-icon-profile {
  flex-grow: 0;
}

#productTemplate .yotpo .main-widget .yotpo-question .yotpo-comments-box .yotpo-comment-box .yotpo-header .yotpo-header-element.yotpo-header-actions {
  margin: 0px;
}

#productTemplate .yotpo .main-widget .yotpo-question .yotpo-comments-box .yotpo-comment-box .yotpo-header .yotpo-header-element.yotpo-header-actions {
  flex-grow: 0;
}

#productTemplate .yotpo .main-widget .yotpo-question .yotpo-comments-box .yotpo-comment-box .yotpo-header .yotpo-header-element.yotpo-header-actions {
  padding: 0px;
}

@media (min-width: 1024px) {

  #productTemplate .yotpo .main-widget .yotpo-question .yotpo-comments-box .yotpo-comment-box .yotpo-header .yotpo-header-element.yotpo-header-actions {
    position: relative;
  }
}

@media (min-width: 1024px) {

  #productTemplate .yotpo .main-widget .yotpo-question .yotpo-comments-box .yotpo-comment-box .yotpo-header .yotpo-header-element.yotpo-header-actions {
    top: 0px;
  }
}

#productTemplate .yotpo .main-widget .yotpo-question .yotpo-comments-box .yotpo-comment-box .yotpo-main {
  margin: 0px;
}

@media (min-width: 1024px) {

  #productTemplate .yotpo .main-widget .yotpo-question .yotpo-comments-box .yotpo-comment-box .yotpo-main {
    padding-left: 56px;
  }
}

#productTemplate .yotpo .main-widget .yotpo-question .yotpo-comments-box .yotpo-comment-box .yotpo-main .content-title {
  margin-bottom: 8px;
}

#productTemplate .yotpo .main-widget .yotpo-question .yotpo-comments-box .yotpo-comment-box .yotpo-main .content-question {
  clear: both;
}

#productTemplate .yotpo .main-widget .yotpo-question .yotpo-comments-box .yotpo-comment-box .yotpo-main .content-question {
  margin-bottom: 8px;
}

#productTemplate .yotpo .main-widget .yotpo-question .yotpo-comments-box .yotpo-comment-box .yotpo-main .content-question {
  padding-right: 0px;
}

#productTemplate .yotpo .main-widget .yotpo-question .yotpo-comments-box .yotpo-comment-box .yotpo-main .content-question {
  font-family: Sora, sans-serif;
}

#productTemplate .yotpo .main-widget .yotpo-question .yotpo-comments-box .yotpo-comment-box .yotpo-main .content-question {
  font-size: 14px;
  line-height: 20px;
}

#productTemplate .yotpo .main-widget .yotpo-question .yotpo-comments-box .yotpo-comment-box .yotpo-main .content-question {
  font-weight: 400;
}

#productTemplate .yotpo .main-widget .yotpo-question .yotpo-comments-box .yotpo-comment-box .yotpo-main .content-question {
  text-transform: none;
}

#productTemplate .yotpo .main-widget .yotpo-question .yotpo-comments-box .yotpo-comment-box .yotpo-main .content-question {
  letter-spacing: 0;
}

#productTemplate .yotpo .main-widget .yotpo-question .yotpo-comments-box .yotpo-comment-box .yotpo-main .content-question {
  --tw-text-opacity: 1;
  color: rgba(22, 23, 24, var(--tw-text-opacity));
}

@media (min-width: 1024px) {

  #productTemplate .yotpo .main-widget .yotpo-question .yotpo-comments-box .yotpo-comment-box .yotpo-main .content-question {
    max-width: 790px;
  }
}

@media (min-width: 1024px) {

  #productTemplate .yotpo .main-widget .yotpo-question .yotpo-comments-box .yotpo-comment-box .yotpo-main .content-question {
    font-size: 16px;
    line-height: 24px;
  }
}

#productTemplate .yotpo .main-widget .yotpo-question .yotpo-comments-box .yotpo-comment-box .yotpo-footer {
  margin-bottom: 0px;
}

#productTemplate .yotpo .main-widget .yotpo-question .yotpo-comments-box .yotpo-comment-box .yotpo-footer {
  align-items: flex-end;
}

#productTemplate .yotpo .main-widget .yotpo-question .yotpo-comments-box .yotpo-comment-box .yotpo-footer .footer-additional-actions {
  display: none;
}

#productTemplate .yotpo .main-widget .write-review-wrapper,
      #productTemplate .yotpo .main-widget .write-question-wrapper {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

@media (min-width: 1024px) {

  #productTemplate .yotpo .main-widget .write-review-wrapper,
      #productTemplate .yotpo .main-widget .write-question-wrapper {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
}

#productTemplate .yotpo .main-widget .write-review-wrapper .yotpo-header-title, #productTemplate .yotpo .main-widget .write-question-wrapper .yotpo-header-title {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

@media (min-width: 1024px) {

  #productTemplate .yotpo .main-widget .write-review-wrapper .yotpo-header-title, #productTemplate .yotpo .main-widget .write-question-wrapper .yotpo-header-title {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}

#productTemplate .yotpo .main-widget .write-review-wrapper .write-review .stars-wrapper {
  margin-bottom: 2rem;
}

#productTemplate .yotpo .main-widget .write-review-wrapper .write-review .stars-wrapper .review-star {
  --tw-text-opacity: 1;
  color: rgba(76, 122, 89, var(--tw-text-opacity));
}

.pdp-shop-the-look .product-item {
  padding: 0px;
}

@media (min-width: 1024px) {

  .pdp-shop-the-look .product-item {
    padding: 0.375rem;
  }
}

@media (min-width: 1024px) {

  .pdp-shop-the-look .product-item__info {
    padding-right: 0px;
  }
}

@media (min-width: 1024px) {

  .pdp-shop-the-look .product-item__price {
    position: relative;
  }
}

@media (min-width: 1024px) {

  .pdp-shop-the-look .product-item__price {
    top: auto;
  }
}

@media (min-width: 1024px) {

  .pdp-shop-the-look .product-item__price {
    right: auto;
  }
}

@media (min-width: 1024px) {

  .pdp-shop-the-look .product-item__price {
    margin-top: 0.625rem;
  }
}

@media (min-width: 1024px) {

  .pdp-shop-the-look .product-item__price {
    width: 100%;
  }
}

@media (min-width: 1024px) {

  .pdp-shop-the-look .product-item__price {
    text-align: left;
  }
}

@media (min-width: 1024px) {

  .pdp-shop-the-look .product-item__price span {
    display: flex;
  }
}

/* Global overrides - Hide non-OOS badges from Pros */

[data-is-pro="true"] .product-badge:not(.product-badge__out-of-stock) {
    /* display: none !important; */
  }

/* Bundle product styling */

[data-bundle-add-to-cart].disabled {
  cursor: not-allowed;
}

[data-bundle-add-to-cart].disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(148, 148, 148, var(--tw-bg-opacity));
}

.product-image[data-product-handle] img {
  opacity: 0.6;
}

.product-image[data-product-handle].glide__slide--active img {
  opacity: 1;
}

#productBackInStockListrak {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 50;
  height: 100%;
  width: 100%;
}

.bis-modal {
  position: absolute;
  top: 3rem;
  left: 0.625rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(197, 197, 197, var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

@media (min-width: 1024px) {

  .bis-modal {
    top: 8rem;
    left: 50%;
    max-width: 550px;
  }
}

.bis-modal {
  width: calc(100% - 20px);
}

@media screen and (min-width: 1024px) {

.bis-modal {
    transform: translateX(-50%)
}
  }

.notify-bar {
}

#txtEmailAddress.error {
  --tw-border-opacity: 1;
  border-color: rgba(219, 22, 47, var(--tw-border-opacity));
}

.checkbox-container {
  display: block;
  position: relative;
  padding-left: 25px;
  margin-bottom: 0;
  cursor: pointer;
  font-size: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.checkbox-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.l-checkmark {
  position: absolute;
  top: 4px;
  left: 0;
  height: 14px;
  width: 14px;
  border: 1px solid #828282;
}

.l-checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.checkbox-container input:checked ~ .l-checkmark:after {
  display: block;
}

.checkbox-container .l-checkmark:after {
  left: 4px;
  top: 1px;
  width: 4px;
  height: 8px;
  border: solid #828282;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

/* CSS Truncation */

.truncate {
  width: 87vw;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* Product Gallery */

.pdp-gallery [data-pg-thumb-slides] {
  display: none;
}

.pdp-gallery [data-pg-thumb-slides] {
  flex-direction: column;
}

.pdp-gallery [data-pg-thumb-slides] {
  gap: 1.25rem;
}

.pdp-gallery [data-pg-thumb-slides] {
  padding-right: 8px;
}

@media (min-width: 768px) {

  .pdp-gallery [data-pg-thumb-slides] {
    display: flex;
  }
}

.pdp-gallery [data-pg-thumb-slides] {

    max-height: 860px;
    scroll-snap-type: y mandatory;
    overflow-y: scroll;
  }

@media screen and (max-width: 1024px) {

.pdp-gallery [data-pg-thumb-slides] {
      max-height: 480px
  }
    }

.pdp-gallery [data-pg-thumb-slides] .thumbnail {
      width: 120px;
      height: 120px;
      flex-shrink: 0;
      scroll-snap-align: start;
    }

@media screen and (max-width: 1024px) {

.pdp-gallery [data-pg-thumb-slides] .thumbnail {
        width: 56px;
        height: 56px
    }
      }

.pdp-gallery [data-pg-thumb-slides] .thumbnail.active {
  border-width: 0;
}

.pdp-gallery [data-pg-thumb-slides] .thumbnail.active img {
  --tw-border-opacity: 1;
  border-color: rgba(197, 197, 197, var(--tw-border-opacity));
}

.pdp-gallery [data-pg-thumb-slides] image {
      width: 100%;
      height: 100%;
      -o-object-fit: contain;
         object-fit: contain;
    }

/* width */

.pdp-gallery [data-pg-thumb-slides]::-webkit-scrollbar {
      width: 3px;
    }

/* Track */

.pdp-gallery [data-pg-thumb-slides]::-webkit-scrollbar-track {
      background: #e9ecef;
    }

/* Handle */

.pdp-gallery [data-pg-thumb-slides]::-webkit-scrollbar-thumb {
      background: #a4a4a4;
    }

/* Handle on hover */

.pdp-gallery [data-pg-thumb-slides]::-webkit-scrollbar-thumb:hover {
      background: #a4a4a4;
    }

.pdp-gallery [data-pg-main-slides] {
  display: flex;
}

.pdp-gallery [data-pg-main-slides] {
  overflow-y: hidden;
}

.pdp-gallery [data-pg-main-slides] {
  overflow-x: scroll;
}

@media (min-width: 768px) {

  .pdp-gallery [data-pg-main-slides] {
    overflow-x: auto;
  }
}

.pdp-gallery [data-pg-main-slides] {
    scroll-snap-type: x mandatory;
  }

@media screen and (min-width: 768px) {

.pdp-gallery [data-pg-main-slides] {
      aspect-ratio: 1 / 1
  }
    }

.pdp-gallery [data-pg-main-slides] .product-image,
    .pdp-gallery [data-pg-main-slides] .product-video {
  z-index: -1;
}

.pdp-gallery [data-pg-main-slides] .product-image,
    .pdp-gallery [data-pg-main-slides] .product-video {
  flex-shrink: 0;
}

@media (min-width: 768px) {

  .pdp-gallery [data-pg-main-slides] .product-image,
    .pdp-gallery [data-pg-main-slides] .product-video {
    position: absolute;
  }
}

@media (min-width: 768px) {

  .pdp-gallery [data-pg-main-slides] .product-image,
    .pdp-gallery [data-pg-main-slides] .product-video {
    top: 0px;
  }
}

@media (min-width: 768px) {

  .pdp-gallery [data-pg-main-slides] .product-image,
    .pdp-gallery [data-pg-main-slides] .product-video {
    left: 0px;
  }
}

@media (min-width: 768px) {

  .pdp-gallery [data-pg-main-slides] .product-image,
    .pdp-gallery [data-pg-main-slides] .product-video {
    height: 100%;
  }
}

@media (min-width: 768px) {

  .pdp-gallery [data-pg-main-slides] .product-image,
    .pdp-gallery [data-pg-main-slides] .product-video {
    width: 100%;
  }
}

@media (min-width: 768px) {

  .pdp-gallery [data-pg-main-slides] .product-image,
    .pdp-gallery [data-pg-main-slides] .product-video {
    opacity: 0;
  }
}

.pdp-gallery [data-pg-main-slides] .product-image,
    .pdp-gallery [data-pg-main-slides] .product-video {
      scroll-snap-align: start;
    }

@media screen and (max-width: 767px) {

.pdp-gallery [data-pg-main-slides] .product-image,
    .pdp-gallery [data-pg-main-slides] .product-video {
        aspect-ratio: 1 / 1
    }
      }

.pdp-gallery [data-pg-main-slides] .product-image.active, .pdp-gallery [data-pg-main-slides] .product-video.active {
  z-index: 0;
}

.pdp-gallery [data-pg-main-slides] .product-image.active, .pdp-gallery [data-pg-main-slides] .product-video.active {
  opacity: 1;
}

/* width */

.pdp-gallery [data-pg-main-slides]::-webkit-scrollbar {
      height: 3px;
    }

/* Track */

.pdp-gallery [data-pg-main-slides]::-webkit-scrollbar-track {
      background: #e9ecef;
    }

/* Handle */

.pdp-gallery [data-pg-main-slides]::-webkit-scrollbar-thumb {
      background: #a4a4a4;
    }

/* Handle on hover */

.pdp-gallery [data-pg-main-slides]::-webkit-scrollbar-thumb:hover {
      background: #a4a4a4;
    }

.pdp-gallery[data-gift-pg] [data-pg-thumb-slides] .thumbnail {
  -o-object-fit: contain;
     object-fit: contain;
}

.pdp-gallery[data-gift-pg] [data-pg-main-slides] .product-image {
  display: flex;
}

.pdp-gallery[data-gift-pg] [data-pg-main-slides] .product-image {
  align-items: center;
}

.pdp-gallery[data-gift-pg] [data-pg-main-slides] .product-image {
  justify-content: center;
}

/* PDP Buy Locally */

.lcly-pl-widget-parent {
  display: flex;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

#lcly-button-buy {
  float: none !important;
  display: block !important;
  width: 100% !important;
  border-width: 2px !important;
  --tw-border-opacity: 1 !important;
  border-color: rgba(22, 23, 24, var(--tw-border-opacity)) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
  padding-left: 0.75rem !important;
  padding-right: 0.75rem !important;
  padding-top: 0.875rem !important;
  padding-bottom: 0.875rem !important;
  line-height: 48px !important;
  outline: 2px solid transparent !important;
  outline-offset: 2px !important;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter !important;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter !important;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter !important;
  transition-duration: 300ms !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
}

#lcly-button-buy:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(38, 43, 44, var(--tw-bg-opacity)) !important;
  --tw-shadow: 0 0 6px 0 rgba(102,102,102,0.30) !important;
  --tw-shadow-colored: 0 0 6px 0 var(--tw-shadow-color) !important;
  box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow) !important;
}

#lcly-button-buy span {
  height: auto !important;
}

#lcly-button-buy span {
  background-color: rgba(255,255,255,0) !important;
}

#lcly-button-buy span {
  text-align: center !important;
}

#lcly-button-buy span {
  font-family: Sora, sans-serif !important;
}

#lcly-button-buy span {
  font-size: 16px !important;
  line-height: 24px !important;
  letter-spacing: 1.45px !important;
}

#lcly-button-buy span {
  font-weight: 600 !important;
}

#lcly-button-buy span {
  text-transform: uppercase !important;
}

#lcly-button-buy span {
  --tw-text-opacity: 1 !important;
  color: rgba(22, 23, 24, var(--tw-text-opacity)) !important;
}

#lcly-button-buy:hover span {
  --tw-text-opacity: 1 !important;
  color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
}

#lcly-button-buy:hover span.collection-content__description p {
  color: #fff !important;
}

/* Product Details */

.product__features ul li::before {
    content: "•";
  }

.product__features ul li::before {
  position: absolute;
}

.product__features ul li::before {
  top: 0px;
}

.product__features ul li::before {
  left: 0px;
}

.tech-icon {
  display: inline-block;
  height: 3rem;
  width: 3rem;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

[data-expandable-content-toggler] {
  position: relative;
  cursor: pointer;
}

[data-expandable-content-toggler]:before {
  position: absolute;
}

[data-expandable-content-toggler]:before {
  bottom: 100%;
}

[data-expandable-content-toggler]:before {
  left: 0px;
}

[data-expandable-content-toggler]:before {
  margin-bottom: 1px;
}

[data-expandable-content-toggler]:before {
  height: 60px;
}

[data-expandable-content-toggler]:before {
  width: 100%;
}

[data-expandable-content-toggler]:before {
    content: "";
    background: linear-gradient(
      0deg,
      rgba(248, 248, 248, 1) 0%,
      rgba(248, 248, 248, 0.4) 100%
    );
  }

[data-expandable-content] [data-expandable-content-inner] {
  max-height: 360px;
}

[data-expandable-content] [data-expandable-content-inner] {
  overflow: hidden;
}

@media (min-width: 1024px) {

  [data-expandable-content] [data-expandable-content-inner] {
    max-height: none;
  }
}

[data-expandable-content] [data-expandable-content-inner].product-tech-specs {
  max-height: 220px;
}

@media (min-width: 1024px) {

  [data-expandable-content] [data-expandable-content-inner].product-tech-specs {
    max-height: none;
  }
}

[data-expandable-content].expanded [data-expandable-content-inner] {
  max-height: none;
}

[data-expandable-content].expanded [data-expandable-content-toggler]:before {
  display: none;
}

[data-expandable-content].expanded [data-expandable-content-toggler]:before {
  --tw-content: none;
  content: var(--tw-content);
}

.yotpo-reviews-star-ratings-widget {
  margin-bottom: 0 !important;
}

.yotpo-reviews-star-ratings-widget .yotpo-sr-bottom-line-summary {
    align-items: center !important;
  }

.yotpo-reviews-star-ratings-widget .yotpo-sr-bottom-line-summary .star-container {
      width: 12px !important;
    }

.yotpo-reviews-star-ratings-widget .yotpo-sr-bottom-line-right-panel .yotpo-sr-bottom-line-text {
      font-size: 11px !important;
      font-weight: 400 !important;
      line-height: 18px !important;
    }

/* PDP Sticky Add To Cart */

[data-pdp-sticky-atc] {
  display: none;
}

[data-pdp-sticky-atc].active {
  display: flex;
}

@media (min-width: 1024px) {

  body.pdp-sticky-bar-active [data-site-header-inner] {
    --tw-shadow: 0 0 rgba(0,0,0,0);
    --tw-shadow-colored: 0 0 rgba(0,0,0,0);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }
}

body.pdp-sticky-bar-active #backToTop {
  margin-bottom: 2rem;
}

@media (min-width: 1024px) {

  body.pdp-sticky-bar-active #backToTop {
    margin-bottom: 0px;
  }
}

.splash-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.3);
  z-index: 1;
}

.splash-box {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.splash-content p,
.splash-content a,
.splash-content span {
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.collection-content__description.splash-content p p,.collection-content__description
.splash-content a p,.collection-content__description
.splash-content span p {
  color: #fff;
}

@media (min-width: 1024px) {

  .splash-content p,
.splash-content a,
.splash-content span {
    font-size: 18px;
    line-height: 27px;
    line-height: 1.5rem;
  }
}

@media print {
  body > *:not(main) {
    display: none;
  }

  main > *:not(.gift-card__wrapper) {
    display: none;
  }

  .gift-card__wrapper .no-print {
    display: none;
  }
}

*,
*:focus,
*:hover {
  outline: none;
}

html {
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
  touch-action: manipulation;
  font-family: Sora, sans-serif;
  color: #161718;
  font-weight: 400;
}

.container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 0px) {

.container {
    max-width: 100%
}
  }

@media (min-width: 0px) {

  .wrap {
    padding-left: 42px;
    padding-right: 42px;
  }
}

@media (min-width: 768px) {

  .wrap {
    padding-left: 56px;
    padding-right: 56px;
  }
}

@media (min-width: 1024px) {

  .wrap {
    padding-left: 90px;
    padding-right: 90px;
  }
}

.noscroll {
  overflow-y: hidden;
}

body.noscroll [data-utility-bar] {
  z-index: 20;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Sora, sans-serif;
  font-weight: 600;
  letter-spacing: 0;
  --tw-text-opacity: 1;
  color: rgba(22, 23, 24, var(--tw-text-opacity));
}

p,
ul,
ol {
  font-weight: 300;
  letter-spacing: 0;
  --tw-text-opacity: 1;
  color: rgba(22, 23, 24, var(--tw-text-opacity));
}

h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 1.5rem;
}

h1,
.h1 {
  margin-bottom: 3rem;
  font-size: 32px;
  line-height: 40px;
  letter-spacing: 1.3px;
  font-weight: 600;
}

h2,
.h2 {
  font-size: 26px;
  line-height: 34px;
  letter-spacing: 1px;
  font-weight: 600;
}

h3,
.h3 {
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 1px;
  font-weight: 600;
}

h4,
.h4 {
  font-size: 22px;
  line-height: 30px;
  font-weight: 600;
}

h5,
.h5 {
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0.8px;
  font-weight: 600;
}

h6,
.h6 {
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0.8px;
  font-weight: 600;
}

h7,
.h7 {
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0px;
  font-weight: 600;
}

h8,
.h8 {
  font-size: 16px;
  line-height: 21px;
  letter-spacing: 2px;
  font-weight: 600;
}

@media screen and (min-width: 1024px) {
  h2,
  h3,
  h4,
  h5,
  h6 {
    margin-bottom: 2rem;
  }
  h1,
  .h1 {
    margin-bottom: 72px;
    font-size: 54px;
    line-height: 64px;
    letter-spacing: 1.3px;
    font-weight: 900;
  }

  h2,
  .h2 {
    font-size: 42px;
    line-height: 54px;
    letter-spacing: 1.2px;
  }

  h3,
  .h3 {
    font-size: 34px;
    line-height: 44px;
    letter-spacing: 1.2px;
  }

  h4,
  .h4 {
    font-size: 28px;
    line-height: 38px;
  }

  h5,
  .h5 {
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 1px;
  }

  h6,
  .h6 {
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 1px;
  }

  h7,
  .h7 {
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0px;
  }

  h8,
  .h8 {
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 2px;
  }
  blockquote {
    margin-bottom: 2.5rem;
    padding-top: 2.5rem;
    font-size: 22px;
    line-height: 32px;
    letter-spacing: 1px;
  }

  p {
    margin-bottom: 2rem;
  }
}

blockquote {
  margin-bottom: 1.75rem;
  padding-top: 1.75rem;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0.8px;
  font-weight: 600;
  letter-spacing: 0;
}

p {
  margin-bottom: 1.5rem;
  font-family: Sora, sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}

p a {
  --tw-text-opacity: 1;
  color: rgba(76, 122, 89, var(--tw-text-opacity));
}

p a:hover {
  text-decoration-line: underline;
}

ol,
p,
ul {
  font-weight: 400;
}

.p-s {
  font-size: 14px;
  line-height: 20px;
  --tw-text-opacity: 1;
  color: rgba(22, 23, 24, var(--tw-text-opacity));
}

.p-xs {
  font-size: 12px;
  line-height: 18px;
  --tw-text-opacity: 1;
  color: rgba(22, 23, 24, var(--tw-text-opacity));
}

.content-area ol {
  list-style-type: decimal;
}

.content-area ul {
  list-style-type: disc;
}

.content-area ol,
  .content-area ul {
  margin-bottom: 3rem;
}

.content-area ol,
  .content-area ul {
  padding-left: 1rem;
}

.content-area ol,
  .content-area ul {
  font-family: Sora, sans-serif;
}

.content-area ol,
  .content-area ul {
  font-size: 16px;
  line-height: 24px;
}

.content-area ol li, .content-area ul li {
  position: relative;
}

.content-area ol li, .content-area ul li {
  margin-bottom: 1.5rem;
}

.content-area ol li, .content-area ul li {
  padding-left: 22px;
}

.content-area ol li::marker, .content-area ul li::marker {
  position: absolute;
}

.content-area ol li::marker, .content-area ul li::marker {
  top: 0px;
}

.content-area ol li::marker, .content-area ul li::marker {
  left: 0px;
}

.content-area ol li::marker, .content-area ul li::marker {
  font-family: Sora, sans-serif;
}

@media screen and (min-width: 1024px) {
  .content-area ol li,
  .content-area ul li {
    margin-bottom: 1.5rem;
  }
  hr {
    margin-top: 72px;
    margin-bottom: 72px;
  }
}

hr {
  margin-top: 3rem;
  margin-bottom: 3rem;
  --tw-text-opacity: 1;
  color: rgba(77, 77, 77, var(--tw-text-opacity));
}

table {
  margin-bottom: 0px;
  display: block;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  overflow-x: scroll;
  border-width: 1px;
  border-top-width: 2px;
  border-left-width: 0;
  border-right-width: 0;
  border-bottom-width: 0;
  --tw-border-opacity: 1;
  border-color: rgba(76, 122, 89, var(--tw-border-opacity));
  padding-bottom: 1.25rem;
  text-align: left;
  font-family: Sora, sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

table th {
  white-space: nowrap;
}

table th {
  --tw-bg-opacity: 1;
  background-color: rgba(252, 249, 245, var(--tw-bg-opacity));
}

table th {
  padding-top: 15px;
  padding-bottom: 15px;
}

table th {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

table th {
  font-family: Sora, sans-serif;
}

table th {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 1px;
}

table th {
  font-weight: 600;
}

table th {
  font-weight: 400;
}

table th {
  text-transform: uppercase;
}

table th {
  --tw-text-opacity: 1;
  color: rgba(22, 23, 24, var(--tw-text-opacity));
}

table td {
  white-space: nowrap;
}

table td {
  border-bottom-width: 1px;
}

table td {
  --tw-border-opacity: 1;
  border-color: rgba(234, 234, 234, var(--tw-border-opacity));
}

table td {
  padding-top: 15px;
  padding-bottom: 15px;
}

table td {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

table td {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

table td {
  font-weight: 400;
}

table td {
  letter-spacing: 0;
}

table td {
  --tw-text-opacity: 1;
  color: rgba(22, 23, 24, var(--tw-text-opacity));
}

@media screen and (min-width: 768px) {
  table {
    margin-bottom: 72px;
    display: table;
    width: 100%;
    padding-bottom: 0px;
  }
  .slideshow .glide__bullet--active {
    --tw-bg-opacity: 1;
    background-color: rgba(246, 246, 246, var(--tw-bg-opacity));
  }
}

.slideshow .glide__bullet--active {
  border-style: none;
}

.slideshow .glide__bullet--active {
  --tw-bg-opacity: 1;
  background-color: rgba(237, 255, 0, var(--tw-bg-opacity));
}

.slideshow .glide__bullet--active {
  opacity: 1;
}

.slideshow-quotes .glide__bullet--active {
  border-style: none;
}

.slideshow-quotes .glide__bullet--active {
  --tw-bg-opacity: 1;
  background-color: rgba(237, 255, 0, var(--tw-bg-opacity));
}

.slideshow-quotes .glide__bullet--active {
  opacity: 1;
}

/* Buttons */

/* https://projects.invisionapp.com/d/main/#/console/21333052/451933828/preview */

/* regular size */

.button {
  height: 3rem;
  border-radius: 50px;
  font-weight: 500;
  line-height: 45px;
  text-decoration-line: none;
}

.button:hover {
  text-decoration-line: none;
}

.button-primary {
  display: block;
  height: 3rem;
  max-width: 250px;
  border-radius: 50px;
  border-style: none;
  --tw-bg-opacity: 1;
  background-color: rgba(22, 23, 24, var(--tw-bg-opacity));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  text-align: center;
  font-family: Sora, sans-serif;
  font-size: 16px;
  letter-spacing: 1.45px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 48px;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  outline: 2px solid transparent;
  outline-offset: 2px;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.collection-content__description.button-primary p {
  color: #fff;
}

.button-primary:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(77, 77, 77, var(--tw-bg-opacity));
  --tw-shadow: 0 0 6px 0 rgba(102,102,102,0.30);
  --tw-shadow-colored: 0 0 6px 0 var(--tw-shadow-color);
  box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
}

.button-secondary {
  display: block;
  height: 3rem;
  max-width: 250px;
  border-radius: 50px;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgba(77, 77, 77, var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgba(77, 77, 77, var(--tw-bg-opacity));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  text-align: center;
  font-family: Sora, sans-serif;
  font-size: 16px;
  letter-spacing: 1.45px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 45px;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  outline: 2px solid transparent;
  outline-offset: 2px;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.collection-content__description.button-secondary p {
  color: #fff;
}

.button-secondary:hover {
  --tw-border-opacity: 1;
  border-color: rgba(38, 43, 44, var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgba(38, 43, 44, var(--tw-bg-opacity));
  --tw-shadow: 0 0 6px 0 rgba(102,102,102,0.30);
  --tw-shadow-colored: 0 0 6px 0 var(--tw-shadow-color);
  box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
}

.button-outline {
  display: block;
  height: 3rem;
  max-width: 250px;
  border-radius: 50px;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgba(22, 23, 24, var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  text-align: center;
  font-family: Sora, sans-serif;
  font-size: 16px;
  letter-spacing: 1.45px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 45px;
  --tw-text-opacity: 1;
  color: rgba(22, 23, 24, var(--tw-text-opacity));
  outline: 2px solid transparent;
  outline-offset: 2px;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.button-outline:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(38, 43, 44, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  --tw-shadow: 0 0 6px 0 rgba(102,102,102,0.30);
  --tw-shadow-colored: 0 0 6px 0 var(--tw-shadow-color);
  box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
}

.button-slider-nav {
  display: block;
  height: 3rem;
  max-width: 250px;
  border-radius: 50px;
  border-width: 2px;
  border-style: none;
  --tw-bg-opacity: 1;
  background-color: rgba(248, 248, 248, var(--tw-bg-opacity));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  text-align: center;
  font-family: Sora, sans-serif;
  font-size: 16px;
  letter-spacing: 1.45px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 45px;
  --tw-text-opacity: 1;
  color: rgba(22, 23, 24, var(--tw-text-opacity));
  opacity: 0.7;
  outline: 2px solid transparent;
  outline-offset: 2px;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.button-slider-nav:hover {
  opacity: 0.9;
  --tw-shadow: 0 0 6px 0 rgba(102,102,102,0.30);
  --tw-shadow-colored: 0 0 6px 0 var(--tw-shadow-color);
  box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
}

.button-slider-nav-light {
  display: flex;
  height: 2.25rem;
  max-width: 250px;
  border-radius: 50px;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgba(22, 23, 24, var(--tw-border-opacity));
  background-color: rgba(255,255,255,0);
  text-align: center;
  font-family: Sora, sans-serif;
  font-size: 16px;
  letter-spacing: 1.45px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 45px;
  --tw-text-opacity: 1;
  color: rgba(22, 23, 24, var(--tw-text-opacity));
  outline: 2px solid transparent;
  outline-offset: 2px;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.button-slider-nav-light:hover {
  background-color: rgba(248, 248, 248, var(--tw-bg-opacity));
  --tw-bg-opacity: 0.5;
  --tw-shadow: 0 0 6px 0 rgba(102,102,102,0.30);
  --tw-shadow-colored: 0 0 6px 0 var(--tw-shadow-color);
  box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
}

@media (min-width: 768px) {

  .button-slider-nav-light {
    height: 50px;
    width: 50px;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}

.button-slider-nav-dark {
  display: flex;
  height: 2.25rem;
  max-width: 250px;
  border-radius: 50px;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  background-color: rgba(255,255,255,0);
  text-align: center;
  font-family: Sora, sans-serif;
  font-size: 16px;
  letter-spacing: 1.45px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 45px;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  outline: 2px solid transparent;
  outline-offset: 2px;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

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

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

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

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

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

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

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

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

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

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

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

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

 {
    transform: translateX(-50%);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
    min-width: 155px;
  }

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

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

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

@media (min-width: 1024px) {

 {
      top: calc(100% + 15px)
  }
    }

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

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

 input:checked + .checkmark.button-slider-nav-dark {
  --tw-border-opacity: 1;
  border-color: rgba(22, 23, 24, var(--tw-border-opacity));
}

 input:checked + .checkmark.button-slider-nav-dark {
  --tw-border-opacity: 1;
  border-color: rgba(22, 23, 24, var(--tw-border-opacity));
}

 input:checked + .checkmark.button-slider-nav-dark {
        }

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

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

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

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

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

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

 {
    transform: translateX(-50%);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
    min-width: 155px;
  }

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

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

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

@media (min-width: 1024px) {

 {
      top: calc(100% + 15px)
  }
    }

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

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

 input:checked + .checkmark.button-slider-nav-dark {
  --tw-border-opacity: 1;
  border-color: rgba(22, 23, 24, var(--tw-border-opacity));
}

 input:checked + .checkmark.button-slider-nav-dark {
  --tw-border-opacity: 1;
  border-color: rgba(22, 23, 24, var(--tw-border-opacity));
}

 input:checked + .checkmark.button-slider-nav-dark {
        }

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

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

 input:checked + .checkmark.button-slider-nav-dark {
  --tw-border-opacity: 1;
  border-color: rgba(22, 23, 24, var(--tw-border-opacity));
}

 input:checked + .checkmark.button-slider-nav-dark {
  --tw-border-opacity: 1;
  border-color: rgba(22, 23, 24, var(--tw-border-opacity));
}

 input:checked + .checkmark.button-slider-nav-dark {
        }

 {

 {
    }
  }

@media (min-width: 1024px) {

       {
      }
}

@media (min-width: 1024px) {

       {
      }
}

 input:checked + .checkmark.button-slider-nav-dark {
  --tw-border-opacity: 1;
  border-color: rgba(22, 23, 24, var(--tw-border-opacity));
}

 input:checked + .checkmark.button-slider-nav-dark {
  --tw-border-opacity: 1;
  border-color: rgba(22, 23, 24, var(--tw-border-opacity));
}

 input:checked + .checkmark.button-slider-nav-dark {
        }

 {

 {

 {
      }
    }
  }

 {

 {
      }
    }

 input:checked + .checkmark.button-slider-nav-dark {
  --tw-border-opacity: 1;
  border-color: rgba(22, 23, 24, var(--tw-border-opacity));
}

 {

 {

 {
      }
    }
  }

 {

 {
      }
    }

 input:checked + .checkmark.button-slider-nav-dark {
        }

.collection-content__description.button-slider-nav-dark p {
  color: #fff;
}

.button-slider-nav-dark:hover {
  background-color: rgba(22, 23, 24, var(--tw-bg-opacity));
  --tw-bg-opacity: 0.5;
  --tw-shadow: 0 0 6px 0 rgba(102,102,102,0.30);
  --tw-shadow-colored: 0 0 6px 0 var(--tw-shadow-color);
  box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
}

@media (min-width: 768px) {

  .button-slider-nav-dark {
    height: 50px;
    width: 50px;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}

.button-outline-stone {
  display: block;
  height: 3rem;
  max-width: 250px;
  border-radius: 50px;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgba(38, 43, 44, var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  text-align: center;
  font-family: Sora, sans-serif;
  font-size: 16px;
  letter-spacing: 1.45px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 45px;
  --tw-text-opacity: 1;
  color: rgba(22, 23, 24, var(--tw-text-opacity));
  outline: 2px solid transparent;
  outline-offset: 2px;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.button-outline-stone:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(38, 43, 44, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  --tw-shadow: 0 0 6px 0 rgba(102,102,102,0.30);
  --tw-shadow-colored: 0 0 6px 0 var(--tw-shadow-color);
  box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
}

.button-outline-light,
a.button-outline-light {
  height: 3rem;
  max-width: 250px;
  border-radius: 50px;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  background-color: rgba(255,255,255,0);
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  text-align: center;
  font-family: Sora, sans-serif;
  font-size: 16px;
  letter-spacing: 1.45px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 45px;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  outline: 2px solid transparent;
  outline-offset: 2px;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

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

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

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

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

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

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

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

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

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

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

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

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

 {
    transform: translateX(-50%);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
    min-width: 155px;
  }

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

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

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

@media (min-width: 1024px) {

 {
      top: calc(100% + 15px)
  }
    }

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

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

 input:checked + .checkmark.button-outline-light, input:checked + 
a.checkmark.button-outline-light {
  --tw-border-opacity: 1;
  border-color: rgba(22, 23, 24, var(--tw-border-opacity));
}

 input:checked + .checkmark.button-outline-light, input:checked + 
a.checkmark.button-outline-light {
  --tw-border-opacity: 1;
  border-color: rgba(22, 23, 24, var(--tw-border-opacity));
}

 input:checked + .checkmark.button-outline-light, input:checked + 
a.checkmark.button-outline-light {
        }

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

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

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

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

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

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

 {
    transform: translateX(-50%);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
    min-width: 155px;
  }

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

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

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

@media (min-width: 1024px) {

 {
      top: calc(100% + 15px)
  }
    }

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

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

 input:checked + .checkmark.button-outline-light, input:checked + 
a.checkmark.button-outline-light {
  --tw-border-opacity: 1;
  border-color: rgba(22, 23, 24, var(--tw-border-opacity));
}

 input:checked + .checkmark.button-outline-light, input:checked + 
a.checkmark.button-outline-light {
  --tw-border-opacity: 1;
  border-color: rgba(22, 23, 24, var(--tw-border-opacity));
}

 input:checked + .checkmark.button-outline-light, input:checked + 
a.checkmark.button-outline-light {
        }

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

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

 input:checked + .checkmark.button-outline-light, input:checked + 
a.checkmark.button-outline-light {
  --tw-border-opacity: 1;
  border-color: rgba(22, 23, 24, var(--tw-border-opacity));
}

 input:checked + .checkmark.button-outline-light, input:checked + 
a.checkmark.button-outline-light {
  --tw-border-opacity: 1;
  border-color: rgba(22, 23, 24, var(--tw-border-opacity));
}

 input:checked + .checkmark.button-outline-light, input:checked + 
a.checkmark.button-outline-light {
        }

 {

 {
    }
  }

@media (min-width: 1024px) {

       {
      }
}

@media (min-width: 1024px) {

       {
      }
}

 input:checked + .checkmark.button-outline-light, input:checked + 
a.checkmark.button-outline-light {
  --tw-border-opacity: 1;
  border-color: rgba(22, 23, 24, var(--tw-border-opacity));
}

 input:checked + .checkmark.button-outline-light, input:checked + 
a.checkmark.button-outline-light {
  --tw-border-opacity: 1;
  border-color: rgba(22, 23, 24, var(--tw-border-opacity));
}

 input:checked + .checkmark.button-outline-light, input:checked + 
a.checkmark.button-outline-light {
        }

 {

 {

 {
      }
    }
  }

 {

 {
      }
    }

 input:checked + .checkmark.button-outline-light, input:checked + 
a.checkmark.button-outline-light {
  --tw-border-opacity: 1;
  border-color: rgba(22, 23, 24, var(--tw-border-opacity));
}

 {

 {

 {
      }
    }
  }

 {

 {
      }
    }

 input:checked + .checkmark.button-outline-light, input:checked + 
a.checkmark.button-outline-light {
        }

.collection-content__description.button-outline-light p,
a.collection-content__description.button-outline-light p {
  color: #fff;
}

.button-outline-light:hover,
a.button-outline-light:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(22, 23, 24, var(--tw-text-opacity));
  --tw-shadow: 0 0 6px 0 rgba(102,102,102,0.30);
  --tw-shadow-colored: 0 0 6px 0 var(--tw-shadow-color);
  box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
}

.button-outline-dark,
a.button-outline-dark {
  height: 3rem;
  max-width: 250px;
  border-radius: 50px;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgba(22, 23, 24, var(--tw-border-opacity));
  background-color: rgba(255,255,255,0);
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  text-align: center;
  font-family: Sora, sans-serif;
  font-size: 16px;
  letter-spacing: 1.45px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 45px;
  --tw-text-opacity: 1;
  color: rgba(22, 23, 24, var(--tw-text-opacity));
  outline: 2px solid transparent;
  outline-offset: 2px;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.button-outline-dark:hover,
a.button-outline-dark:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(22, 23, 24, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  --tw-shadow: 0 0 6px 0 rgba(102,102,102,0.30);
  --tw-shadow-colored: 0 0 6px 0 var(--tw-shadow-color);
  box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
}

.button-outline-alert {
  display: block;
  height: 3rem;
  max-width: 250px;
  border-radius: 50px;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgba(219, 22, 47, var(--tw-border-opacity));
  background-color: rgba(255,255,255,0);
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  text-align: center;
  font-family: Sora, sans-serif;
  font-size: 16px;
  letter-spacing: 1.45px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 45px;
  --tw-text-opacity: 1;
  color: rgba(219, 22, 47, var(--tw-text-opacity));
  outline: 2px solid transparent;
  outline-offset: 2px;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

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

 .button-outline-alert {
  --tw-text-opacity: 1 !important;
  color: rgba(76, 122, 89, var(--tw-text-opacity)) !important;
}

 .button-outline-alert {
  --tw-text-opacity: 1;
  color: rgba(76, 122, 89, var(--tw-text-opacity));
}

 .button-outline-alert {
  --tw-text-opacity: 1 !important;
  color: rgba(76, 122, 89, var(--tw-text-opacity)) !important;
}

.button-outline-alert:hover {
  --tw-shadow: 0 0 6px 0 rgba(102,102,102,0.30);
  --tw-shadow-colored: 0 0 6px 0 var(--tw-shadow-color);
  box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
}

.button-outline-alert:hover {
    background-color: rgba(219, 22, 47, 0.05);
  }

.button-cart {
  display: block;
  height: 3rem;
  max-width: 20rem;
  border-radius: 50px;
  --tw-bg-opacity: 1;
  background-color: rgba(22, 23, 24, var(--tw-bg-opacity));
  padding: 0.75rem;
  text-align: center;
  font-family: Sora, sans-serif;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 1.45px;
  font-weight: 600;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  outline: 2px solid transparent;
  outline-offset: 2px;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.collection-content__description.button-cart p {
  color: #fff;
}

.button-cart:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(77, 77, 77, var(--tw-bg-opacity));
  --tw-shadow: 0 0 6px 0 rgba(130,130,130,0.30);
  --tw-shadow-colored: 0 0 6px 0 var(--tw-shadow-color);
  box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
}

/* large versions */

.button-primary-lg {
  display: block;
  max-width: 392px;
  border-radius: 50px;
  border-style: none;
  --tw-bg-opacity: 1;
  background-color: rgba(22, 23, 24, var(--tw-bg-opacity));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
  text-align: center;
  font-family: Sora, sans-serif;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 1.45px;
  font-weight: 600;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  outline: 2px solid transparent;
  outline-offset: 2px;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.collection-content__description.button-primary-lg p {
  color: #fff;
}

.button-primary-lg:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(77, 77, 77, var(--tw-bg-opacity));
  --tw-shadow: 0 0 6px 0 rgba(102,102,102,0.30);
  --tw-shadow-colored: 0 0 6px 0 var(--tw-shadow-color);
  box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
}

.button-secondary-lg {
  display: block;
  max-width: 392px;
  border-radius: 50px;
  border-style: none;
  --tw-bg-opacity: 1;
  background-color: rgba(77, 77, 77, var(--tw-bg-opacity));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
  text-align: center;
  font-family: Sora, sans-serif;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 1.45px;
  font-weight: 400;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  outline: 2px solid transparent;
  outline-offset: 2px;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.collection-content__description.button-secondary-lg p {
  color: #fff;
}

.button-secondary-lg:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(38, 43, 44, var(--tw-bg-opacity));
  --tw-shadow: 0 0 6px 0 rgba(102,102,102,0.30);
  --tw-shadow-colored: 0 0 6px 0 var(--tw-shadow-color);
  box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
}

.button-outline-lg {
  display: block;
  max-width: 392px;
  border-radius: 50px;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgba(22, 23, 24, var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
  text-align: center;
  font-family: Sora, sans-serif;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 1.45px;
  font-weight: 600;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgba(22, 23, 24, var(--tw-text-opacity));
  outline: 2px solid transparent;
  outline-offset: 2px;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.button-outline-lg:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(38, 43, 44, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  --tw-shadow: 0 0 6px 0 rgba(102,102,102,0.30);
  --tw-shadow-colored: 0 0 6px 0 var(--tw-shadow-color);
  box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
}

.button-outline-dark-lg {
  display: block;
  max-width: 392px;
  border-radius: 50px;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  background-color: rgba(255,255,255,0);
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
  text-align: center;
  font-family: Sora, sans-serif;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 1.45px;
  font-weight: 600;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  outline: 2px solid transparent;
  outline-offset: 2px;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

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

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

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

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

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

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

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

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

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

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

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

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

 {
    transform: translateX(-50%);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
    min-width: 155px;
  }

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

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

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

@media (min-width: 1024px) {

 {
      top: calc(100% + 15px)
  }
    }

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

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

 input:checked + .checkmark.button-outline-dark-lg {
  --tw-border-opacity: 1;
  border-color: rgba(22, 23, 24, var(--tw-border-opacity));
}

 input:checked + .checkmark.button-outline-dark-lg {
  --tw-border-opacity: 1;
  border-color: rgba(22, 23, 24, var(--tw-border-opacity));
}

 input:checked + .checkmark.button-outline-dark-lg {
        }

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

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

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

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

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

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

 {
    transform: translateX(-50%);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
    min-width: 155px;
  }

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

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

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

@media (min-width: 1024px) {

 {
      top: calc(100% + 15px)
  }
    }

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

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

 input:checked + .checkmark.button-outline-dark-lg {
  --tw-border-opacity: 1;
  border-color: rgba(22, 23, 24, var(--tw-border-opacity));
}

 input:checked + .checkmark.button-outline-dark-lg {
  --tw-border-opacity: 1;
  border-color: rgba(22, 23, 24, var(--tw-border-opacity));
}

 input:checked + .checkmark.button-outline-dark-lg {
        }

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

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

 input:checked + .checkmark.button-outline-dark-lg {
  --tw-border-opacity: 1;
  border-color: rgba(22, 23, 24, var(--tw-border-opacity));
}

 input:checked + .checkmark.button-outline-dark-lg {
  --tw-border-opacity: 1;
  border-color: rgba(22, 23, 24, var(--tw-border-opacity));
}

 input:checked + .checkmark.button-outline-dark-lg {
        }

 {

 {
    }
  }

@media (min-width: 1024px) {

       {
      }
}

@media (min-width: 1024px) {

       {
      }
}

 input:checked + .checkmark.button-outline-dark-lg {
  --tw-border-opacity: 1;
  border-color: rgba(22, 23, 24, var(--tw-border-opacity));
}

 input:checked + .checkmark.button-outline-dark-lg {
  --tw-border-opacity: 1;
  border-color: rgba(22, 23, 24, var(--tw-border-opacity));
}

 input:checked + .checkmark.button-outline-dark-lg {
        }

 {

 {

 {
      }
    }
  }

 {

 {
      }
    }

 input:checked + .checkmark.button-outline-dark-lg {
  --tw-border-opacity: 1;
  border-color: rgba(22, 23, 24, var(--tw-border-opacity));
}

 {

 {

 {
      }
    }
  }

 {

 {
      }
    }

 input:checked + .checkmark.button-outline-dark-lg {
        }

.collection-content__description.button-outline-dark-lg p {
  color: #fff;
}

.button-outline-dark-lg:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(22, 23, 24, var(--tw-text-opacity));
  --tw-shadow: 0 0 6px 0 rgba(102,102,102,0.30);
  --tw-shadow-colored: 0 0 6px 0 var(--tw-shadow-color);
  box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
}

.button-outline-alert-lg {
  display: block;
  max-width: 392px;
  border-radius: 50px;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgba(219, 22, 47, var(--tw-border-opacity));
  background-color: rgba(255,255,255,0);
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
  text-align: center;
  font-family: Sora, sans-serif;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 1.45px;
  font-weight: 600;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgba(219, 22, 47, var(--tw-text-opacity));
  outline: 2px solid transparent;
  outline-offset: 2px;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

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

 .button-outline-alert-lg {
  --tw-text-opacity: 1 !important;
  color: rgba(76, 122, 89, var(--tw-text-opacity)) !important;
}

 .button-outline-alert-lg {
  --tw-text-opacity: 1;
  color: rgba(76, 122, 89, var(--tw-text-opacity));
}

 .button-outline-alert-lg {
  --tw-text-opacity: 1 !important;
  color: rgba(76, 122, 89, var(--tw-text-opacity)) !important;
}

.button-outline-alert-lg:hover {
  --tw-shadow: 0 0 6px 0 rgba(102,102,102,0.30);
  --tw-shadow-colored: 0 0 6px 0 var(--tw-shadow-color);
  box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
}

.button-outline-alert-lg:hover {
    background-color: rgba(219, 22, 47, 0.05);
  }

.shg-btn,
.shg-btn:hover {
  border-radius: 50px !important;
}

/* disabled button class */

.button-disabled {
  cursor: not-allowed !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgba(197, 197, 197, var(--tw-bg-opacity)) !important;
  --tw-text-opacity: 1 !important;
  color: rgba(22, 23, 24, var(--tw-text-opacity)) !important;
}

.button-disabled:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(197, 197, 197, var(--tw-bg-opacity)) !important;
}

/* UI Elements */

.nav-accordion .close {
  display: none;
}

.nav-accordion.active .open {
  display: none;
}

.nav-accordion.active .close {
  display: block;
}

.accordion > *,
.footer_accordion > * {
  pointer-events: none;
}

.accordion:not(.footer_accordion) svg {
  transform: none;
}

.accordion:not(.footer_accordion) svg {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.accordion:not(.footer_accordion) svg {
  transition-duration: 300ms;
}

.accordion:not(.footer_accordion) svg {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.accordion:not(.footer_accordion) svg path:last-child {
  fill: #161718;
}

.accordion:not(.footer_accordion) svg path:last-child {
  stroke: none;
}

.accordion:not(.footer_accordion) svg path:last-child {
  stroke: inherit;
}

.accordion:not(.footer_accordion).active:hover svg {
  fill: #4C7A59;
}

/* & + div {
			@apply lg:border-0 border-b border-black;
		} */

.accordion:not(.footer_accordion).active svg {
  --tw-rotate: 45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.accordion:not(.footer_accordion).active svg {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.accordion:not(.footer_accordion).active h5 {
  --tw-text-opacity: 1;
  color: rgba(76, 122, 89, var(--tw-text-opacity));
}

.accordion:not(.footer_accordion) p {
    margin-bottom: 0;
  }

.product-accordion .accordion .collapsed,
    .product-accordion .accordion.active .opened {
  display: block;
}

.product-accordion .accordion .opened,
    .product-accordion .accordion.active .collapsed {
  display: none;
}

.product-accordion .accordion.active svg {
  transform: none;
}

.product-accordion .accordion:focus {
    outline: none !important;
  }

.product-accordion ul li::before {
    content: "•";
  }

.product-accordion ul li::before {
  position: absolute;
}

.product-accordion ul li::before {
  top: 0px;
}

.product-accordion ul li::before {
  left: 0px;
}

@media screen and (min-width: 1025px) {
      .accordion:not(.footer_accordion):hover svg line {
    stroke: #4C7A59;
  }
    .product-accordion .accordion:hover svg line {
    stroke: #161718;
  }
}

.footer_accordion .open {
  display: block;
}

.footer_accordion .close {
  display: none;
}

.footer_accordion.active .open {
  display: none;
}

.footer_accordion.active .close {
  display: block;
}

.footer_accordion.active h4 {
      border: none;
    }

.footer_accordion.active + div {
  border-bottom-width: 1px;
}

.footer_accordion.active + div {
  --tw-border-opacity: 1;
  border-color: rgba(22, 23, 24, var(--tw-border-opacity));
}

@media (min-width: 1024px) {

  .footer_accordion.active + div {
    border-width: 0;
  }
}

.footer a:hover {
  --tw-text-opacity: 1;
  color: rgba(237, 255, 0, var(--tw-text-opacity));
  --tw-border-opacity: 1;
  border-color: rgba(237, 255, 0, var(--tw-border-opacity));
  text-decoration-line: underline;
}

.footer a:hover svg,
.footer a:hover path {
  fill: #edff00;
}

.footer .cta a:hover {
  text-decoration-line: none;
}

.footer input:-webkit-autofill,
.footer input:-webkit-autofill:hover,
.footer input:-webkit-autofill:focus,
.footer input:-webkit-autofill:active {
  -webkit-text-fill-color: #ffffff !important;
}

.footer input:-webkit-autofill,
.footer input:-webkit-autofill:hover,
.footer input:-webkit-autofill:focus,
.footer input:-webkit-autofill:active {
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}

.mobile__nav .sidebar_nav {
    z-index: -1;
    position: absolute;
    top: 52px;
    left: 0;
    width: 100%
  }

.mobile__nav .sidebar_nav {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.mobile__nav .sidebar_nav ul {
      box-shadow: 0 4px 2px -2px #828282;
    }

.mobile__nav svg {
  height: 8px;
}

.mobile__nav svg {
  width: 1rem;
}

.mobile__nav.active .sidebar_nav {
      z-index: 1;
    }

.mobile__nav.active svg {
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.mobile__nav > a {
  font-family: Sora, sans-serif;
}

.mobile__nav > a {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.mobile__nav > a {
  font-weight: 500;
}

.mobile__nav > a {
  text-transform: uppercase;
}

.mobile__nav > a {
  --tw-text-opacity: 1;
  color: rgba(22, 23, 24, var(--tw-text-opacity));
}

/* Global mobile navigation */

#mobile-nav-overlay.active, #siteOverlay.active, #searchOverlay.active {
    opacity: 0.5;
  }

#mobile-nav-main *:focus {
  outline: 2px solid transparent !important;
  outline-offset: 2px !important;
}

div[id*="mobile-nav-"] {
  pointer-events: none;
}

div[id*="mobile-nav-"].active {
  pointer-events: auto;
}

div[id*="mobile-nav-"].active {
  --tw-translate-x: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

div[id*="mobile-nav-"].active {
  opacity: 1;
}

.gender-tab-nav {
  width: 50%;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgba(248, 248, 248, var(--tw-bg-opacity));
}

.gender-tab-nav.active {
  --tw-bg-opacity: 1;
  background-color: rgba(22, 23, 24, var(--tw-bg-opacity));
}

.gender-tab-nav.active span {
  --tw-text-opacity: 1 !important;
  color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
}

.gender-tab-nav.active span {
  text-decoration-line: underline;
}

.gender-tab-nav .open, .gender-tab-nav .close {
  display: none !important;
}

/* PDP */

.thumbnail.active {
  border-width: 2px;
}

.thumbnail.active {
  --tw-border-opacity: 1;
  border-color: rgba(197, 197, 197, var(--tw-border-opacity));
}

.dot.active {
  height: 8px;
}

.dot.active {
  width: 8px;
}

.dot.active {
  --tw-bg-opacity: 1;
  background-color: rgba(237, 255, 0, var(--tw-bg-opacity));
}

@media (min-width: 768px) {

  .dot.active {
    height: 0.75rem;
  }
}

@media (min-width: 768px) {

  .dot.active {
    width: 0.75rem;
  }
}

#thumb-prev:disabled,
#thumb-next:disabled {
  visibility: hidden;
  opacity: 0;
}

.carousel .glide__bullet--active {
  border-style: none;
}

.carousel .glide__bullet--active {
  --tw-bg-opacity: 1;
  background-color: rgba(237, 255, 0, var(--tw-bg-opacity));
}

.carousel .glide__bullet--active {
  opacity: 1;
}

@media screen and (max-width: 1024px) {
  .icon_inner svg {
    height: 60px;
    width: 60px;
  }
}

.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.custom-checkbox {
  position: relative;
  margin-bottom: 0px;
  display: block;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  padding-left: 1.5rem;
  text-align: left;
  font-size: 12px;
  line-height: 30px;
}

.custom-date {
  padding-left: 0;
}

/* Hide the browser's default checkbox */

.custom-checkbox input {
  display: none;
}

/* Create a custom checkbox */

.custom-checkbox .checkmark {
  position: absolute;
  top: 8px;
  left: 0px;
  height: 0.875rem;
  width: 0.875rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(197, 197, 197, var(--tw-border-opacity));
}

/* On mouse-over, add a grey background color */

.custom-checkbox:hover input ~ .checkmark {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(130, 130, 130, var(--tw-border-opacity));
}

/* Create the checkmark/indicator (hidden when not checked) */

.custom-checkbox .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */

.custom-checkbox input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */

.custom-checkbox .checkmark:after {
  height: 8px;
  width: 0.25rem;
  --tw-rotate: 45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  left: 4px;
  top: 2px;
  border: solid #828282;
  border-width: 0 2px 2px 0;
}

.custom-radio {
  position: relative;
  margin-bottom: 0px;
  display: block;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  padding-left: 1.5rem;
  text-align: left;
  font-size: 12px;
  line-height: 30px;
}

/* Hide the browser's default checkbox */

.custom-radio input {
  display: none;
}

/* Create a custom checkbox */

.custom-radio .checkmark {
  position: absolute;
  top: 8px;
  left: 0px;
  height: 0.875rem;
  width: 0.875rem;
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(197, 197, 197, var(--tw-border-opacity));
}

/* On mouse-over, add a grey background color */

.custom-radio:hover input ~ .checkmark {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(130, 130, 130, var(--tw-border-opacity));
}

/* Create the checkmark/indicator (hidden when not checked) */

.custom-radio .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */

.custom-radio input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */

.custom-radio .checkmark:after {
  left: 50%;
  top: 50%;
  height: 8px;
  width: 8px;
  --tw-translate-x: -50%;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgba(130, 130, 130, var(--tw-bg-opacity));
}

.border-spacing-0 {
  border-spacing: 0;
}

.border-b-stone {
  border-bottom-color: #4d4d4d;
}

.border-r-stone {
  border-right-color: #4d4d4d;
}

.border-l-stone {
  border-left-color: #4d4d4d;
}

.border-l-none {
  border-left-color: currentColor;
  border-left-color: initial;
}

.border-r-none {
  border-left-color: currentColor;
  border-left-color: initial;
}

.border-b-none {
  border-bottom-color: currentColor;
  border-bottom-color: initial;
}

.stroke-none {
  stroke: inherit;
}

.inset-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* Header */

/* Search Btn Hover - fix for TW group-hover nesting issue */

.nav-search-btn g#Search {
  transition: stroke 300ms ease-in-out;
}

.nav-search-btn:hover g#Search {
  stroke: #4C7A59;
}

/* Desktop Sticky Header */

#shopify-section-header,
.shopify-section-group-header-group {
  z-index: 101;
}

@media (min-width: 1024px) {

  #shopify-section-header,
.shopify-section-group-header-group {
    position: sticky;
    top: 0px;
  }
}

[data-mobile-lang-selector] {
  background-image: url(https://cdn.shopify.com/s/files/1/0518/9405/9179/files/arrow-down.svg?v=1626068652);
  background-size: 12px;
  background-repeat: no-repeat;
  background-position: calc(100% - 20px) center;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
}

/* End Header */

/* Hover Lines */

.hover-line {
  position: relative;
  overflow: hidden;
}

.hover-line .hover-content {
    padding-right: 14px;
    transition: 0.3s transform ease-in-out;
  }

.hover-line::before {
    content: "";
    position: absolute;
  }

.hover-line::before {
  --tw-bg-opacity: 1;
  background-color: rgba(237, 255, 0, var(--tw-bg-opacity));
}

.hover-line::before {
    height: 100%;
    width: 5px;
    left: -1px;
    transform: translateY(-100%);
    transition: transform 0.3s ease-in-out;
  }

.hover-line:hover::before {
      transform: translateY(0);
    }

.hover-line:hover .hover-content {
      transform: translateX(14px);
    }

/* Meganav Scrim */

[data-scrim] {
  transition: opacity 0.25s, visibility 0s linear 0.25s;
}

[data-scrim].active {
    opacity: 1;
    visibility: visible;
    transition: opacity 0.8s ease, visibility 0s;
  }

/* Meganav Animation */

/* [data-dropdown-content] {
  transition: opacity 0.4s 0.2s ease;
}
[data-meganav-toplink].active {
  [data-dropdown-content] {
    opacity: 1;
  }
} */

/* Global Modal Styling Overrides */

.global-modal-inner {
  width: calc(100vw - 24px);
  max-height: calc(100vh - 24px);
}

@media screen and (min-width: 768px) {
  .global-modal-inner {
    width: calc(100vw - 88px);
  }
}

@media screen and (min-width: 1024px) {
  .global-modal-inner {
    width: calc(100vw - 126px);
  }
}

/* End Global Modal Styling Overrides */

/* Hide Disabled Glide Arrows */

.glide__arrow:disabled {
  display: none;
}

.glide__arrow svg {
    margin: 0 auto; /* center these */
  }

.glide__arrow--left svg {
  /* margin-right: auto; */
}

.glide__arrow--right svg {
  /* margin-left: auto; */
}

/* GlideJS */

.glide__bullet span {
  --tw-bg-opacity: 1;
  background-color: rgba(234, 234, 234, var(--tw-bg-opacity));
}

.glide__bullet--active {
  border-style: none;
  --tw-bg-opacity: 1;
  background-color: rgba(237, 255, 0, var(--tw-bg-opacity));
  opacity: 1;
}

.glide__bullet--active span {
  --tw-bg-opacity: 1;
  background-color: rgba(237, 255, 0, var(--tw-bg-opacity));
}

/* Fixes flicker */

/* https://github.com/glidejs/glide/issues/269#issuecomment-428260124 */

.glide__slide--active {
  z-index: 1 !important;
}

.glide__slide {
  /* Fix for flashing background image on slide */
  transform: translate3d(0, 0, 0);
}

/* Fixes scroll issues in iOS & allow pinch zoom */

.glide__slides,
.glide__slide {
  touch-action: auto;
}

/* Product Template */

/* .option-wrapper:nth-child(5n) {
  padding-right: 0;
} */

.product-item__swatches .option-swatch {
  padding: 1px;
  width: 22px;
  height: 22px;
}

.option-swatch.active,
.option.active {
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgba(22, 23, 24, var(--tw-border-opacity));
}

/* disabled option states */

.option-swatch.disabled,
.option-swatch.permanently-disabled,
.option-swatch:disabled {
  position: relative;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(234, 234, 234, var(--tw-border-opacity));
  opacity: 0.6;
}

.option-swatch.disabled:not(.unavailable)::after, .option-swatch.permanently-disabled:not(.unavailable)::after, .option-swatch:disabled:not(.unavailable)::after {
    content: "";
    left: 50%;
    top: 50%;
    height: 2px;
    width: 100%;
    transform: translate(-50%, -50%) rotate(-45deg);
  }

.option-swatch.disabled:not(.unavailable)::after, .option-swatch.permanently-disabled:not(.unavailable)::after, .option-swatch:disabled:not(.unavailable)::after {
  position: absolute;
}

.option-swatch.disabled:not(.unavailable)::after, .option-swatch.permanently-disabled:not(.unavailable)::after, .option-swatch:disabled:not(.unavailable)::after {
  border-bottom-width: 1px;
}

.option-swatch.disabled:not(.unavailable)::after, .option-swatch.permanently-disabled:not(.unavailable)::after, .option-swatch:disabled:not(.unavailable)::after {
  --tw-border-opacity: 1;
  border-color: rgba(197, 197, 197, var(--tw-border-opacity));
}

.option-swatch.disabled:not(.unavailable)::after, .option-swatch.permanently-disabled:not(.unavailable)::after, .option-swatch:disabled:not(.unavailable)::after {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.option-swatch.disabled.active, .option-swatch.permanently-disabled.active, .option-swatch:disabled.active {
  --tw-border-opacity: 1;
  border-color: rgba(22, 23, 24, var(--tw-border-opacity));
}

.option-swatch.disabled.active::after, .option-swatch.permanently-disabled.active::after, .option-swatch:disabled.active::after {
  --tw-border-opacity: 1;
  border-color: rgba(22, 23, 24, var(--tw-border-opacity));
}

/* Swatch count containers */

@media (min-width: 768px) {
  .swatch-count-container--mobile {
    display: none;
  }
}

@media (min-width: 980px) and (max-width: 1469px) {
  .swatch-count-container--mobile {
    display: block;
  }
}

.swatch-count-container--tablet {
  display: none;
}

@media (min-width: 768px) and (max-width: 979px) {
  .swatch-count-container--tablet {
    display: block;
  }
}

.swatch-count-container--small-desktop {
  display: none;
}

@media (min-width: 1470px) and (max-width: 1919px) {
  .swatch-count-container--small-desktop {
    display: block;
  }
}

.swatch-count-container--desktop {
  display: none;
}

@media (min-width: 1920px) and (max-width: 2159px) {
  .swatch-count-container--desktop {
    display: block;
  }
}

.swatch-count-container--large-desktop {
  display: none;
}

@media (min-width: 2160px) {
  .swatch-count-container--large-desktop {
    display: block;
  }
}

.swatch-3,
.swatch-4 {
  display: none;
}

@media (min-width: 1470px) {
  .swatch-3,
  .swatch-4 {
    display: flex;
  }
}

.swatch-5 {
  display: none;
}

@media (min-width: 1920px) {
  .swatch-5 {
    display: flex;
  }
}

.swatch-6,
.swatch-overflow {
  display: none;
}

@media (min-width: 2160px) {
  .swatch-6,
  .swatch-overflow {
    display: flex;
  }
}

@media (min-width: 768px) and (max-width: 979px) {
  .swatch-2,
  .swatch-3,
  .swatch-4,
  .swatch-5,
  .swatch-6,
  .swatch-overflow {
    display: none;
  }
}

/* International Storefront has no "Out of Stock" state because there is no inventory */

[data-storefront="INT"] .option-swatch.disabled,
[data-storefront="INT"] .option-swatch:disabled {
  position: relative;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(197, 197, 197, var(--tw-border-opacity));
  opacity: 1;
}

[data-storefront="INT"] .option-swatch.disabled:not(.unavailable)::after, [data-storefront="INT"] .option-swatch:disabled:not(.unavailable)::after {
    display: none;
  }

[data-storefront="INT"] .option-swatch.disabled.active, [data-storefront="INT"] .option-swatch:disabled.active {
  border-width: 1px;
}

[data-storefront="INT"] .option-swatch.disabled.active, [data-storefront="INT"] .option-swatch:disabled.active {
  --tw-border-opacity: 1;
  border-color: rgba(22, 23, 24, var(--tw-border-opacity));
}

.option-swatch.unavailable {
  opacity: 0.6;
}

.option.disabled:not(.unavailable), .option:disabled:not(.unavailable) {
    background: linear-gradient(
      to top left,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 0) calc(50% - 0.8px),
      rgba(197, 197, 197, 1) 50%,
      rgba(0, 0, 0, 0) calc(50% + 0.8px),
      rgba(0, 0, 0, 0) 100%
    );
  }

.option.disabled.active, .option:disabled.active {
    background: linear-gradient(
      to top left,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 0) calc(50% - 0.8px),
      rgba(22, 23, 24, 1) 50%,
      rgba(0, 0, 0, 0) calc(50% + 0.8px),
      rgba(0, 0, 0, 0) 100%
    );
  }

.option.disabled.active, .option:disabled.active {
  --tw-text-opacity: 1;
  color: rgba(22, 23, 24, var(--tw-text-opacity));
}

.option.disabled,
.option:disabled {

  --tw-text-opacity: 1;

  color: rgba(130, 130, 130, var(--tw-text-opacity));
}

.option.disabled.text-p-xxs.ng-binding,
.option:disabled.text-p-xxs.ng-binding {
  --tw-text-opacity: 1 !important;
  color: rgba(77, 77, 77, var(--tw-text-opacity)) !important;
}

/* International Storefront has no "Out of Stock" state because there is no inventory */

[data-storefront="INT"] .option.disabled:not(.unavailable), [data-storefront="INT"] .option:disabled:not(.unavailable) {
    background: white;
  }

[data-storefront="INT"] .option.disabled.active, [data-storefront="INT"] .option:disabled.active {
    background: white;
  }

[data-storefront="INT"] .option.disabled.active, [data-storefront="INT"] .option:disabled.active {
  --tw-text-opacity: 1;
  color: rgba(22, 23, 24, var(--tw-text-opacity));
}

[data-storefront="INT"] .option.disabled,
[data-storefront="INT"] .option:disabled {

  --tw-text-opacity: 1;

  color: rgba(22, 23, 24, var(--tw-text-opacity));
}

.option.unavailable {
  cursor: not-allowed;
  --tw-border-opacity: 1;
  border-color: rgba(234, 234, 234, var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgba(248, 248, 248, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(130, 130, 130, var(--tw-text-opacity));
}

.option.unavailable.text-p-xxs.ng-binding {
  --tw-text-opacity: 1 !important;
  color: rgba(77, 77, 77, var(--tw-text-opacity)) !important;
}

[data-add-to-cart]:disabled {
  cursor: not-allowed;
  --tw-bg-opacity: 1;
  background-color: rgba(197, 197, 197, var(--tw-bg-opacity));
}

.rte:not(.general-content-template) h1,
  .rte:not(.general-content-template) h2,
  .rte:not(.general-content-template) h3,
  .rte:not(.general-content-template) h4,
  .rte:not(.general-content-template) h5,
  .rte:not(.general-content-template) h6 {
    color: inherit;
  }

.rte:not(.general-content-template) h1,
  .rte:not(.general-content-template) h2,
  .rte:not(.general-content-template) h3,
  .rte:not(.general-content-template) h4,
  .rte:not(.general-content-template) h5,
  .rte:not(.general-content-template) h6 {
  margin-bottom: 1.5rem;
}

.rte:not(.general-content-template) h1,
  .rte:not(.general-content-template) h2,
  .rte:not(.general-content-template) h3,
  .rte:not(.general-content-template) h4,
  .rte:not(.general-content-template) h5,
  .rte:not(.general-content-template) h6 {
  text-transform: uppercase;
}

@media (min-width: 768px) {

  .rte:not(.general-content-template) h1,
  .rte:not(.general-content-template) h2,
  .rte:not(.general-content-template) h3,
  .rte:not(.general-content-template) h4,
  .rte:not(.general-content-template) h5,
  .rte:not(.general-content-template) h6 {
    margin-bottom: 2rem;
  }
}

.rte:not(.general-content-template) p {
    color: inherit
  }

.rte:not(.general-content-template) p {
  margin-bottom: 1.5rem;
}

.rte:not(.general-content-template) p {
  font-size: 18px;
  line-height: 27px;
}

.rte:not(.general-content-template) p:last-child {
  margin-bottom: 0px;
}

.clp-slider .glide__track {
  overflow: visible;
}

.glide__slides {
    scroll-snap-type: x mandatory;
  }

.glide__slide {
    scroll-snap-align: start;
  }

.glide__slide {
  margin-right: -0.25rem;
}

.glide__slide {
  display: inline-block;
}

.glide__slide {
  white-space: normal;
}

.glide__slide {
  vertical-align: top;
}

.glide__bullet {
    padding: 1px;
  }

.glide__arrow[disabled] {
  pointer-events: none;
}

.glide__arrow[disabled] {
  opacity: 0.5;
}

.product-carousel .glide__arrow[disabled] {
  opacity: 0;
}

.full-cta-reversible__image {
  padding-top: 135.6%;
}

.image-content-slider__image {
  height: 800px;
}

@media screen and (max-width: 767.98px) {

.image-content-slider__image {
    padding-top: 130.84%;
    height: auto
}
  }

.image-gallery-slider__image {
  padding-top: 55.56%;
}

@media screen and (max-width: 767.98px) {

.image-gallery-slider__image {
    padding-top: 130.84%
}
  }

.blog-share-icon:hover svg {
      fill: #4c7a59;
    }

.blog__header--content .blog__header--line:before {
      background: #f5e5d6;
    }

.blog__header--line {
  position: relative;
}

.blog__header--line.blog__header--green-line:before {
      background: #4c7a59;
    }

.blog__header--line:before {
    content: "";
    position: absolute;
    width: 80%;
    left: 10%;
    height: 3px;
    background: #4c7a59;
    bottom: -6px;
  }

@media screen and (min-width: 1024px) {
    .blog__header--line:before {
      height: 4px;
    }
  }

/* Hide Yotpo Gallery heading since we use title from section settings */

.yotpo-pictures-gallery-header-wrapper {
  display: none;
}

/* Customize Yotpo Instagram Gallery */

.yotpo-pictures-widget .yotpo-icon-insta,
.yotpo .yotpo-single-image-container .yotpo-stars.yotpo-hover-icon {
  display: none;
}

.yotpo-pictures-widget .y-arrows .yotpo-icon {
    top: 50% !important;
    transform: translateY(-50%) !important;
    border-radius: 100px !important;
    background-color: transparent !important;
    border: 2px solid black !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    background-color: rgba(248, 248, 248, 0.3) !important;
  }

.yotpo-pictures-widget .y-arrows .yotpo-icon:hover {
      background-color: rgba(248, 248, 248, 0.7) !important;
    }

.yotpo-pictures-widget .y-arrows .yotpo-icon-left-arrow-light:before {
      content: "" !important;
      width: 14px !important;
      height: 10px !important;
      top: auto !important;
      top: initial !important;
      right: auto !important;
      right: initial !important;
      transform: none !important;
      margin: auto !important;
    }

.yotpo-pictures-widget .y-arrows .yotpo-icon-left-arrow-light:before {
      background-image: url(https://cdn.shopify.com/s/files/1/0518/9405/9179/files/arrow-left.svg?v=1625771463);
      background-position: center;
      background-repeat: no-repeat;
      background-size: 100%;
    }

@media screen and (min-width: 640px) {

.yotpo-pictures-widget .y-arrows .yotpo-icon-left-arrow-light:before {
        width: 27px !important;
        height: 18px !important
    }
      }

.yotpo-pictures-widget .y-arrows .yotpo-icon-right-arrow-light:before {
      content: "" !important;
      width: 14px !important;
      height: 10px !important;
      top: auto !important;
      top: initial !important;
      left: auto !important;
      left: initial !important;
      transform: none !important;
      margin: auto !important;
    }

.yotpo-pictures-widget .y-arrows .yotpo-icon-right-arrow-light:before {
      background-image: url(https://cdn.shopify.com/s/files/1/0518/9405/9179/files/arrow-right.svg?v=1625771463);
      background-position: center;
      background-repeat: no-repeat;
      background-size: 100%;
    }

@media screen and (min-width: 640px) {

.yotpo-pictures-widget .y-arrows .yotpo-icon-right-arrow-light:before {
        width: 27px !important;
        height: 18px !important
    }
      }

.yotpo.yotpo-pictures-widget .yotpo-display-wrapper .y-arrows .yotpo-icon-right-arrow-light,
    .yotpo.yotpo-pictures-widget .yotpo-display-wrapper .y-arrows .yotpo-icon-left-arrow-light {
      width: 24px !important;
      height: 24px !important;
    }

@media screen and (min-width: 640px) {

.yotpo.yotpo-pictures-widget .yotpo-display-wrapper .y-arrows .yotpo-icon-right-arrow-light,
    .yotpo.yotpo-pictures-widget .yotpo-display-wrapper .y-arrows .yotpo-icon-left-arrow-light {
        width: 50px !important;
        height: 50px !important
    }
      }

.yotpo-slider
  .yotpo-display-wrapper
  .y-slider-container
  .yotpo-single-image-container
  .y-image-wrapper:hover, .yotpo-visual-carousel
  .yotpo-display-wrapper
  .y-slider-container
  .yotpo-single-image-container
  .y-image-wrapper:hover, .yotpo-pictures-widget
  .yotpo-display-wrapper
  .y-slider-container
  .yotpo-single-image-container
  .y-image-wrapper:hover {
    background: rgba(76, 122, 89, 0.5) !important;
  }

.yotpo-pictures-widget
  .yotpo-hover-enable
  .y-image-wrapper:hover
  .y-image-overlay,
.yotpo-pictures-widget .yotpo-hover-enable .hover-preview .y-image-overlay {
  background: rgba(76, 122, 89, 0.5) !important;
  opacity: 1 !important;
}

.yotpo-slider
  .yotpo-display-wrapper
  .y-slider-container
  .yotpo-single-image-container
  .yotpo-image,
.yotpo-visual-carousel
  .yotpo-display-wrapper
  .y-slider-container
  .yotpo-single-image-container
  .yotpo-image,
.yotpo-pictures-widget
  .yotpo-display-wrapper
  .y-slider-container
  .yotpo-single-image-container
  .yotpo-image {
  border-radius: 0px !important;
}

.yotpo-pictures-gallery
  .yotpo-hover-enable
  .yotpo-single-image-container
  .y-media-hover
  .y-hover-elements,
.yotpo-pictures-widget
  .yotpo-hover-enable
  .yotpo-single-image-container
  .y-media-hover
  .y-hover-elements {
  display: none;
}

@media (min-width: 1024px) {

  .yotpo-pictures-gallery
  .yotpo-hover-enable
  .yotpo-single-image-container
  .y-media-hover
  .y-hover-elements,
.yotpo-pictures-widget
  .yotpo-hover-enable
  .yotpo-single-image-container
  .y-media-hover
  .y-hover-elements {
    display: block;
  }
}

.yotpo-pictures-gallery
  .yotpo-hover-enable
  .yotpo-single-image-container
  .y-media-hover
  .y-hover-elements .yotpo-hover-cta, .yotpo-pictures-widget
  .yotpo-hover-enable
  .yotpo-single-image-container
  .y-media-hover
  .y-hover-elements .yotpo-hover-cta {
  margin-top: 0px !important;
}

.yotpo-pictures-gallery
  .yotpo-hover-enable
  .yotpo-single-image-container
  .y-media-hover
  .y-hover-elements .yotpo-hover-cta, .yotpo-pictures-widget
  .yotpo-hover-enable
  .yotpo-single-image-container
  .y-media-hover
  .y-hover-elements .yotpo-hover-cta {
  display: flex !important;
}

.yotpo-pictures-gallery
  .yotpo-hover-enable
  .yotpo-single-image-container
  .y-media-hover
  .y-hover-elements .yotpo-hover-cta, .yotpo-pictures-widget
  .yotpo-hover-enable
  .yotpo-single-image-container
  .y-media-hover
  .y-hover-elements .yotpo-hover-cta {
  height: 38px !important;
}

.yotpo-pictures-gallery
  .yotpo-hover-enable
  .yotpo-single-image-container
  .y-media-hover
  .y-hover-elements .yotpo-hover-cta, .yotpo-pictures-widget
  .yotpo-hover-enable
  .yotpo-single-image-container
  .y-media-hover
  .y-hover-elements .yotpo-hover-cta {
  width: auto !important;
}

.yotpo-pictures-gallery
  .yotpo-hover-enable
  .yotpo-single-image-container
  .y-media-hover
  .y-hover-elements .yotpo-hover-cta, .yotpo-pictures-widget
  .yotpo-hover-enable
  .yotpo-single-image-container
  .y-media-hover
  .y-hover-elements .yotpo-hover-cta {
  align-items: center !important;
}

.yotpo-pictures-gallery
  .yotpo-hover-enable
  .yotpo-single-image-container
  .y-media-hover
  .y-hover-elements .yotpo-hover-cta, .yotpo-pictures-widget
  .yotpo-hover-enable
  .yotpo-single-image-container
  .y-media-hover
  .y-hover-elements .yotpo-hover-cta {
  justify-content: center !important;
}

.yotpo-pictures-gallery
  .yotpo-hover-enable
  .yotpo-single-image-container
  .y-media-hover
  .y-hover-elements .yotpo-hover-cta, .yotpo-pictures-widget
  .yotpo-hover-enable
  .yotpo-single-image-container
  .y-media-hover
  .y-hover-elements .yotpo-hover-cta {
  border-radius: 0px !important;
}

.yotpo-pictures-gallery
  .yotpo-hover-enable
  .yotpo-single-image-container
  .y-media-hover
  .y-hover-elements .yotpo-hover-cta, .yotpo-pictures-widget
  .yotpo-hover-enable
  .yotpo-single-image-container
  .y-media-hover
  .y-hover-elements .yotpo-hover-cta {
  border-width: 2px !important;
}

.yotpo-pictures-gallery
  .yotpo-hover-enable
  .yotpo-single-image-container
  .y-media-hover
  .y-hover-elements .yotpo-hover-cta, .yotpo-pictures-widget
  .yotpo-hover-enable
  .yotpo-single-image-container
  .y-media-hover
  .y-hover-elements .yotpo-hover-cta {
  border-style: solid !important;
}

.yotpo-pictures-gallery
  .yotpo-hover-enable
  .yotpo-single-image-container
  .y-media-hover
  .y-hover-elements .yotpo-hover-cta, .yotpo-pictures-widget
  .yotpo-hover-enable
  .yotpo-single-image-container
  .y-media-hover
  .y-hover-elements .yotpo-hover-cta {
  --tw-border-opacity: 1 !important;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
}

.yotpo-pictures-gallery
  .yotpo-hover-enable
  .yotpo-single-image-container
  .y-media-hover
  .y-hover-elements .yotpo-hover-cta, .yotpo-pictures-widget
  .yotpo-hover-enable
  .yotpo-single-image-container
  .y-media-hover
  .y-hover-elements .yotpo-hover-cta {
  background-color: rgba(255,255,255,0) !important;
}

.yotpo-pictures-gallery
  .yotpo-hover-enable
  .yotpo-single-image-container
  .y-media-hover
  .y-hover-elements .yotpo-hover-cta, .yotpo-pictures-widget
  .yotpo-hover-enable
  .yotpo-single-image-container
  .y-media-hover
  .y-hover-elements .yotpo-hover-cta {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.yotpo-pictures-gallery
  .yotpo-hover-enable
  .yotpo-single-image-container
  .y-media-hover
  .y-hover-elements .yotpo-hover-cta, .yotpo-pictures-widget
  .yotpo-hover-enable
  .yotpo-single-image-container
  .y-media-hover
  .y-hover-elements .yotpo-hover-cta {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}

.yotpo-pictures-gallery
  .yotpo-hover-enable
  .yotpo-single-image-container
  .y-media-hover
  .y-hover-elements .yotpo-hover-cta, .yotpo-pictures-widget
  .yotpo-hover-enable
  .yotpo-single-image-container
  .y-media-hover
  .y-hover-elements .yotpo-hover-cta {
  font-family: Sora, sans-serif !important;
}

.yotpo-pictures-gallery
  .yotpo-hover-enable
  .yotpo-single-image-container
  .y-media-hover
  .y-hover-elements .yotpo-hover-cta, .yotpo-pictures-widget
  .yotpo-hover-enable
  .yotpo-single-image-container
  .y-media-hover
  .y-hover-elements .yotpo-hover-cta {
  font-size: 16px !important;
  line-height: 24px !important;
  letter-spacing: 1.45px !important;
}

.yotpo-pictures-gallery
  .yotpo-hover-enable
  .yotpo-single-image-container
  .y-media-hover
  .y-hover-elements .yotpo-hover-cta, .yotpo-pictures-widget
  .yotpo-hover-enable
  .yotpo-single-image-container
  .y-media-hover
  .y-hover-elements .yotpo-hover-cta {
  font-weight: 400 !important;
}

.yotpo-pictures-gallery
  .yotpo-hover-enable
  .yotpo-single-image-container
  .y-media-hover
  .y-hover-elements .yotpo-hover-cta, .yotpo-pictures-widget
  .yotpo-hover-enable
  .yotpo-single-image-container
  .y-media-hover
  .y-hover-elements .yotpo-hover-cta {
  --tw-text-opacity: 1 !important;
  color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
}

.yotpo-pictures-gallery
  .yotpo-hover-enable
  .yotpo-single-image-container
  .y-media-hover
  .y-hover-elements .yotpo-hover-cta, .yotpo-pictures-widget
  .yotpo-hover-enable
  .yotpo-single-image-container
  .y-media-hover
  .y-hover-elements .yotpo-hover-cta {
  outline: 2px solid transparent !important;
  outline-offset: 2px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

 {
    transform: translateX(-50%) !important;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.25) !important;
    min-width: 155px !important;
  }

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

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

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

@media (min-width: 1024px) {

 {
      top: calc(100% + 15px) !important
  }
    }

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

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

 input:checked + .checkmark.yotpo-hover-cta {
  --tw-border-opacity: 1;
  border-color: rgba(22, 23, 24, var(--tw-border-opacity));
}

 input:checked + .checkmark.yotpo-hover-cta {
  --tw-border-opacity: 1 !important;
  border-color: rgba(22, 23, 24, var(--tw-border-opacity)) !important;
}

 input:checked + .checkmark.yotpo-hover-cta {
        }

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

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

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

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

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

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

 {
    transform: translateX(-50%) !important;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.25) !important;
    min-width: 155px !important;
  }

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

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

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

@media (min-width: 1024px) {

 {
      top: calc(100% + 15px) !important
  }
    }

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

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

 input:checked + .checkmark.yotpo-hover-cta {
  --tw-border-opacity: 1;
  border-color: rgba(22, 23, 24, var(--tw-border-opacity));
}

 input:checked + .checkmark.yotpo-hover-cta {
  --tw-border-opacity: 1 !important;
  border-color: rgba(22, 23, 24, var(--tw-border-opacity)) !important;
}

 input:checked + .checkmark.yotpo-hover-cta {
        }

 {

 {
  }
}

@media (min-width: 1024px) {

       {
      }
}

@media (min-width: 1024px) {

       {
      }
}

 input:checked + .checkmark.yotpo-hover-cta {
  --tw-border-opacity: 1;
  border-color: rgba(22, 23, 24, var(--tw-border-opacity));
}

 input:checked + .checkmark.yotpo-hover-cta {
  --tw-border-opacity: 1 !important;
  border-color: rgba(22, 23, 24, var(--tw-border-opacity)) !important;
}

 input:checked + .checkmark.yotpo-hover-cta {
        }

 {

 {

 {
    }
  }
}

 {

 {
    }
  }

@media (min-width: 1024px) {

       {
      }
}

@media (min-width: 1024px) {

       {
      }
}

 input:checked + .checkmark.yotpo-hover-cta {
  --tw-border-opacity: 1;
  border-color: rgba(22, 23, 24, var(--tw-border-opacity));
}

 input:checked + .checkmark.yotpo-hover-cta {
  --tw-border-opacity: 1 !important;
  border-color: rgba(22, 23, 24, var(--tw-border-opacity)) !important;
}

 input:checked + .checkmark.yotpo-hover-cta {
        }

 {

 {

 {

 {
      }
    }
  }
}

 {

 {

 {
      }
    }
  }

 {

 {
      }
    }

 input:checked + .checkmark.yotpo-hover-cta {
  --tw-border-opacity: 1;
  border-color: rgba(22, 23, 24, var(--tw-border-opacity));
}

 {

 {

 {

 {
      }
    }
  }
}

 {

 {

 {
      }
    }
  }

 {

 {
      }
    }

 input:checked + .checkmark.yotpo-hover-cta {
        }

.yotpo-pictures-gallery
  .yotpo-hover-enable
  .yotpo-single-image-container
  .y-media-hover
  .y-hover-elements .collection-content__description.yotpo-hover-cta p, .yotpo-pictures-widget
  .yotpo-hover-enable
  .yotpo-single-image-container
  .y-media-hover
  .y-hover-elements .collection-content__description.yotpo-hover-cta p {
  color: #fff !important;
}

@media (min-width: 1024px) {

  .yotpo-pictures-gallery
  .yotpo-hover-enable
  .yotpo-single-image-container
  .y-media-hover
  .y-hover-elements:hover .yotpo-hover-cta, .yotpo-pictures-widget
  .yotpo-hover-enable
  .yotpo-single-image-container
  .y-media-hover
  .y-hover-elements:hover .yotpo-hover-cta {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
  }
}

@media (min-width: 1024px) {

  .yotpo-pictures-gallery
  .yotpo-hover-enable
  .yotpo-single-image-container
  .y-media-hover
  .y-hover-elements:hover .yotpo-hover-cta, .yotpo-pictures-widget
  .yotpo-hover-enable
  .yotpo-single-image-container
  .y-media-hover
  .y-hover-elements:hover .yotpo-hover-cta {
    --tw-text-opacity: 1 !important;
    color: rgba(22, 23, 24, var(--tw-text-opacity)) !important;
  }
}

.yotpo-slider .yotpo-display-wrapper .y-arrows .arrows-wrapper-left,
.yotpo-visual-carousel .yotpo-display-wrapper .y-arrows .arrows-wrapper-left,
.yotpo-pictures-widget .yotpo-display-wrapper .y-arrows .arrows-wrapper-left {
  left: 12px !important;
}

.yotpo-slider .yotpo-display-wrapper .y-arrows .arrows-wrapper-right,
.yotpo-visual-carousel .yotpo-display-wrapper .y-arrows .arrows-wrapper-right,
.yotpo-pictures-widget .yotpo-display-wrapper .y-arrows .arrows-wrapper-right {
  right: 12px !important;
}

.yotpo-lightbox.yotpo-lightbox-new.yotpo
  .yotpo-modal
  .yotpo-close-modal
  .yotpo-icon.yotpo-icon-cross {
  width: 32px !important;
  opacity: 1 !important;
  font-size: 16px !important;
  color: #161718 !important;
}

.yotpo-lightbox.yotpo-lightbox-new.yotpo
  .yotpo-modal
  .yotpo-close-modal
  .yotpo-icon.yotpo-icon-cross {
  height: 32px;
  border-radius: 100px;
  background-color: rgba(255, 255, 255, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
}

.yotpo-lightbox.yotpo-lightbox-new.yotpo
  .yotpo-modal
  .yotpo-lightbox-arrows
  .yotpo-icon {
  width: 30px !important;
  height: 30px !important;
  border-radius: 100px !important;
  background-color: rgba(252, 252, 252, 0.7) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.yotpo .yotpo-icon-left-arrow-thin:before {
  content: "" !important;
}

.yotpo .yotpo-icon-left-arrow-thin:before {
  background-image: url(https://cdn.shopify.com/s/files/1/0518/9405/9179/files/arrow-left.svg?v=1625771463);
  width: 16.5px;
  height: 12px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.yotpo .yotpo-icon-right-arrow-thin:before {
  content: "" !important;
}

.yotpo .yotpo-icon-right-arrow-thin:before {
  background-image: url(https://cdn.shopify.com/s/files/1/0518/9405/9179/files/arrow-right.svg?v=1625771463);
  width: 16.5px;
  height: 12px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.yotpo-lightbox.yotpo-lightbox-new.yotpo
  .yotpo-modal.yotpo-modal-active
  .yotpo-lightbox-container
  .yotpo-lightbox-products-container
  .yotpo-lightbox-product
  .yotpo-lightbox-product-main-image {
  background-color: #f8f8f8 !important;
  border-color: #f8f8f8 !important;
  border-radius: 0 !important;
}

.yotpo-lightbox.yotpo
  .yotpo-modal.yotpo-modal-active
  .yotpo-lightbox-content-container
  .yotpo-lightbox-products-container
  .yotpo-lightbox-product
  .yotpo-lightbox-product-button,
.yotpo-lightbox.yotpo
  .yotpo-modal.yotpo-modal-active
  .yotpo-lightbox-mobile-content
  .yotpo-lightbox-products-container
  .yotpo-lightbox-product
  .yotpo-lightbox-product-button {
  height: 28px !important;
  border: 2px solid #161718 !important;
  border-radius: 0 !important;
  background-color: transparent !important;
  font-family: din-2014-narrow, Arial, sans-serif !important;
  text-transform: uppercase !important;
  color: #161718 !important;
  font-size: 12px !important;
  letter-spacing: 0.85px !important;
  font-weight: bold !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  line-height: normal !important;
}

.yotpo-lightbox.yotpo
  .yotpo-modal.yotpo-modal-active
  .yotpo-lightbox-content-container
  .yotpo-lightbox-products-container
  .yotpo-lightbox-product
  .yotpo-lightbox-product-button:hover, .yotpo-lightbox.yotpo
  .yotpo-modal.yotpo-modal-active
  .yotpo-lightbox-mobile-content
  .yotpo-lightbox-products-container
  .yotpo-lightbox-product
  .yotpo-lightbox-product-button:hover {
    border: 2px solid #bfd157 !important;
    background-color: #bfd157 !important;
  }

.yotpo-lightbox.yotpo-lightbox-new.yotpo
  .yotpo-modal.yotpo-modal-active
  .yotpo-lightbox-container
  .yotpo-lightbox-products-container .yotpo-lightbox-product {
  margin-bottom: 0.75rem !important;
}

.yotpo-lightbox.yotpo-lightbox-new.yotpo
  .yotpo-modal.yotpo-modal-active
  .yotpo-lightbox-container
  .yotpo-lightbox-products-container .yotpo-lightbox-product {
  display: block !important;
}

.yotpo-lightbox.yotpo-lightbox-new.yotpo
  .yotpo-modal.yotpo-modal-active
  .yotpo-lightbox-container
  .yotpo-lightbox-products-container .yotpo-lightbox-product .yotpo-lightbox-product-name {
      font-family: din-2014, Arial, sans-serif !important;
      font-size: 14px !important;
      line-height: 20px !important;
      font-weight: normal !important;
    }

@media screen and (min-width: 1024px) {

.yotpo-lightbox.yotpo-lightbox-new.yotpo
  .yotpo-modal.yotpo-modal-active
  .yotpo-lightbox-container
  .yotpo-lightbox-products-container .yotpo-lightbox-product .yotpo-lightbox-product-name {
        font-size: 16px !important;
        line-height: 24px !important
    }
      }

.yotpo-lightbox.yotpo-lightbox-new.yotpo
  .yotpo-modal.yotpo-modal-active
  .yotpo-lightbox-container
  .yotpo-lightbox-products-container .yotpo-lightbox-products-footer {
  display: none;
}

.yotpo.yotpo-variants-popup .yotpo-modal-base .yotpo-modal-dialog .yotpo-variants-product-image, .yotpo.yotpo-variants-popup .yotpo-modal .yotpo-modal-dialog .yotpo-variants-product-image {
  margin-left: auto;
  margin-right: auto;
}

.yotpo-reviews-main-widget .yotpo-modal * {
  max-width: 100%;
}

.yotpo-reviews-main-widget .yotpo-modal .yotpo-input-wrapper input,
  .yotpo-reviews-main-widget .yotpo-modal .yotpo-input-wrapper textarea {
    min-width: 100%;
  }

.yotpo-review-form-modal .yotpo-modal {
  max-width: 95%;
  border-radius: 10px;
}

.yotpo-device-mobile .yotpo-review-form[data-v-2c18621a],
.yotpo-device-tablet .yotpo-review-form[data-v-2c18621a] {
    min-width: 100%;
}

.yotpo-name-email-wrapper {
  width: 100% !important;
}

.yotpo-new-review-headline {
  min-width: 100%;
}

.yotpo-terms-and-conditions-container {
  padding: 0;
}

.yotpo-terms-and-conditions-container .yotpo-checkbox-label:after {
    content: ' Terms & Conditions';

  }

.yotpo-terms-and-conditions-container .yotpo-checkbox-link {
    display: none;
  }

.yotpo-review-form .form-footer[data-v-2c18621a] {
  position: static !important;
}

.yotpo-reviews-main-widget .yotpo-modal .modal-close-btn-wrapper[data-v-e2a8b986] {
  width: 42px;
  height: 42px;
}

.yotpo-reviews-main-widget .yotpo-modal textarea {
  border: 1px solid var(--yotpo-form-border-black);
}

.yotpo-reviews-main-widget .yotpo-modal .yotpo-name-email-wrapper {
  flex-wrap: wrap;
}

.shopify-challenge__container {
  padding: 3rem;
}

.shopify-challenge__button {
  display: block;
  height: 3rem;
  max-width: 250px;
  border-radius: 50px;
  border-style: none;
  --tw-bg-opacity: 1;
  background-color: rgba(22, 23, 24, var(--tw-bg-opacity));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  text-align: center;
  font-family: Sora, sans-serif;
  font-size: 16px;
  letter-spacing: 1.45px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 48px;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  outline: 2px solid transparent;
  outline-offset: 2px;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.collection-content__description.shopify-challenge__button p {
  color: #fff;
}

.shopify-challenge__button:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(77, 77, 77, var(--tw-bg-opacity));
  --tw-shadow: 0 0 6px 0 rgba(102,102,102,0.30);
  --tw-shadow-colored: 0 0 6px 0 var(--tw-shadow-color);
  box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
}

.locksmith-passcode-container {
  margin-left: auto !important;
  margin-right: auto !important;
  width: 100% !important;
  max-width: 840px !important;
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}

@media (min-width: 768px) {

  .locksmith-passcode-container {
    padding-left: 2.75rem !important;
    padding-right: 2.75rem !important;
  }
}

@media (min-width: 1024px) {

  .locksmith-passcode-container {
    padding-left: 62px !important;
    padding-right: 62px !important;
  }
}

@media (min-width: 1280px) {

  .locksmith-passcode-container {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}

#locksmith-passcode-form {
  margin-top: 80px;
  margin-bottom: 400px;
}

.locksmith-authorization-failed::after {
  content: "Access code invalid.";
  font-size: 16px;
  line-height: 24px;
  --tw-text-opacity: 1;
  color: rgba(219, 22, 47, var(--tw-text-opacity));
}

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

 .locksmith-authorization-failed::after {
  --tw-text-opacity: 1 !important;
  color: rgba(76, 122, 89, var(--tw-text-opacity)) !important;
}

 .locksmith-authorization-failed::after {
  --tw-text-opacity: 1;
  color: rgba(76, 122, 89, var(--tw-text-opacity));
}

 .locksmith-authorization-failed::after {
  --tw-text-opacity: 1 !important;
  color: rgba(76, 122, 89, var(--tw-text-opacity)) !important;
}

.locksmith-passcode.field {
  height: 3rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(197, 197, 197, var(--tw-border-opacity));
}

.locksmith-passcode.field:hover {
  --tw-border-opacity: 1;
  border-color: rgba(77, 77, 77, var(--tw-border-opacity));
}

.locksmith-passcode.field:focus {
  --tw-border-opacity: 1;
  border-color: rgba(77, 77, 77, var(--tw-border-opacity));
}

#locksmith_passcode_submit {
  padding: 0 24px;
}

.stores-table p {
  margin-bottom: 0px;
}

/* Donate widgets */

.dk-round-up-static,
.dk-backend-static,
.dk-client-static,
.dk-flat-static {
  max-width: 300px;
  margin: 0 auto;
}

.dk-client-static,
.dk-flat-static {
  margin-top: 10px;
}

button,
input,
optgroup,
select,
textarea {
  border-radius: 0px;
}

/* Custom css Langify */

.ly-switcher-wrapper {
  display: none !important;
}

.ly-custom-dropdown-current {
  display: flex !important;
  background-color: transparent !important;
  color: #fff !important;
}

.ly-custom-dropdown-current {
  align-items: center;
}

.ly-flag-icon {
  width: 16px;
  height: 12px;
}

.ly-arrow {
  width: 12px !important;
  height: 12px !important;
}

.ly-arrow svg {
    width: 100%;
    height: 100%;
  }

.ly-arrow svg path {
      stroke: #fff !important;
    }

.ly-custom-dropdown-list {
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.5);
}

.ly-custom-dropdown-list-element {
  display: flex !important;
  align-items: center !important;
}

/* Badges */

.product-badge {
  display: inline-block;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(197, 197, 197, var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  font-size: 11px;
  line-height: 18px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  --tw-text-opacity: 1;
  color: rgba(76, 122, 89, var(--tw-text-opacity));
}

.text-light-stone.product-badge.ng-binding {
  --tw-text-opacity: 1 !important;
  color: rgba(77, 77, 77, var(--tw-text-opacity)) !important;
}

@media (min-width: 1024px) {

  .product-badge {
    padding-top: 9px;
    padding-bottom: 9px;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    font-size: 13px;
    line-height: 20px;
  }
}

.product-badge.product-badge--sale,
  .product-badge.product-badge--final-sale {
  --tw-text-opacity: 1;
  color: rgba(221, 42, 17, var(--tw-text-opacity));
}

.product-badge.product-badge--out-of-stock {
  --tw-text-opacity: 1;
  color: rgba(77, 77, 77, var(--tw-text-opacity));
}

/* PLP CTA video */

.ss-inline-banner {
  position: relative;
  height: 0px;
  width: 100%;
  padding-top: 75%;
}

.ss-inline-banner iframe {
  position: absolute;
}

.ss-inline-banner iframe {
  top: 50%;
}

.ss-inline-banner iframe {
  left: 50%;
}

.ss-inline-banner iframe {
  height: 100%;
}

.ss-inline-banner iframe {
  width: 100%;
}

.ss-inline-banner iframe {
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.ss-inline-banner iframe {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.ss-inline-banner iframe {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.ss-inline-banner iframe {
  -o-object-fit: contain;
     object-fit: contain;
}

/* Breadcrumbs - lower letter spacing for a tighter, but legible fit */

nav.breadcrumb {
  letter-spacing: -0.3px !important;
}

/* Enable KEYBOARD focus for all appropriate elements */

*:focus {
  outline: #4c7a59 solid 2px !important;
}

*:focus {
  z-index: 1;
}

#ss-profile-customers-also-viewed {
  margin-bottom: 0px;
  padding-top: 1rem;
}

@media screen and (max-width: 768px) {
  #yotpo-reviews-main-widget .yotpo-head {
    margin-top: 0px;
  }
  #yotpo-reviews-main-widget .yotpo-headline {
    margin-top: 0px;
  }
}

.cta.right-border {
  position: relative;
}

.cta.right-border::after {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  display: none;
  width: 1px;
  --tw-bg-opacity: 1;
  background-color: rgba(234, 234, 234, var(--tw-bg-opacity));
}

@media (min-width: 1280px) {

  .cta.right-border::after {
    display: block;
  }
}

.cta.right-border::after {
  height: calc(100% - 20px);
}

.scroll-bar {
  height: 5px; /* Set the height of the scroll bar */
  background-color: #f9f9f9; /* Set the background color of the scroll bar */
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10px;
}

.scroll-thumb {
  height: 100%;
  width: 2%;
  background-color: #c5c5c5; /* Set the color of the scroll thumb */
  cursor: pointer;
}

#shopify-section-cart-drawer {
  position: absolute;
  width: 100%;
  top: 0;
  right: 0;
  z-index: 999;
}

[data-cart-drawer-overlay] {
  transition: transform 0.4s ease-in-out;
  visibility: hidden;
}

[data-cart-drawer-overlay].cart-drawer--open {
  visibility: visible;
  width: 100%;
}

[data-cart-drawer] {
  transform: translateX(100%);
  visibility: hidden;
  transition: all 0.4s ease-in-out;
}

[data-cart-drawer-overlay].cart-drawer--open [data-cart-drawer] {
  transform: translateX(0);
  visibility: visible;
}

[data-cart-container] .lineDetailsWrapper {
  flex-direction: column;
  gap: 10px;
}

[data-cart-container],
[data-cart-footer],
[data-freeshipping-block] {
  display: none;
}

[data-cart-container] .lineDetailsWrapper .lineActions,
[data-cart-container] .lineDetailsWrapper .linePrice {
  width: 100% !important;
}

[data-cart-container] .lineDetailsWrapper .linePrice {
  align-items: center !important;
}

[data-cart-container] .lineDetailsWrapper .lineDetailsRemove {
  position: absolute;
  left: 10px;
  bottom: 0;
}

.has-items [data-cart-empty] {
  display: none;
}

.has-items .lineItemElement {
  padding: 0;
  padding-bottom: 32px;
}

.has-items .lineImage {
  width: 100px;
}

.has-items [data-line-block] {
  flex-direction: column-reverse;
}

.has-items [data-compare-at-line-price] {
  font-size: 13px;
}

.has-items [data-cart-footer],
.has-items [data-freeshipping-block] {
  display: block;
}

.has-items [data-cart-container] {
  display: flex;
}

.has-items [data-cart-container] [data-line-item] {
  padding: 1.5rem !important;
  opacity: 1 !important;
}

.has-items [data-item-price] {
  display: none;
}

[data-freeshipping-block] {
  background: #f8f8f8;
  background: var(--Utility-Cloud, #f8f8f8);
}

[data-freeshipping-block] [data-free-shipping-widget] {
  padding: 0;
}

[data-freeshipping-block] [data-shipping-progress-bar] {
  max-width: 75%;
}

@media (max-width: 900px) {
  [data-cart-drawer] {
    transform: translateX(0);
  }

  [data-cart-drawer-overlay].cart-drawer--open [data-cart-drawer] {
    height: 100vh;
    height: var(--app-height);
  }
}

[data-cart-container] {
  border: 1px solid #e5e5e5;
}

#remark-chat-app,
#ltkPopupButtonTriggerContainer {
  z-index: 50 !important;
  position: fixed !important;
}

.loop-returns-activated [data-cart-drawer-overlay] {
    height: calc(100% - 70px);
  }

.loop-returns-activated [data-cart-drawer-overlay] [data-cart-drawer] {
      height: 100%;
    }

@media screen and (min-width: 768px) {
    .loop-returns-activated [data-cart-drawer-overlay] {
      height: calc(100% - 74px);
    }
      .loop-returns-activated [data-cart-drawer-overlay] [data-cart-drawer] {
        height: 100%;
      }
}

.sub-nav-accordion + div {
  border-bottom-width: 1px;
}

.sub-nav-accordion + div {
  --tw-border-opacity: 1;
  border-color: rgba(235, 235, 235, var(--tw-border-opacity));
}

.sub-nav-accordion + div {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.sub-nav-accordion + div {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.sub-nav-accordion + div:last-child {
  border-bottom-width: 0;
}

.sub-nav-accordion + div a {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.sub-nav-accordion + div a {
  padding-left: 1rem;
  padding-right: 1rem;
}

.main-nav-accrodion {
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(235, 235, 235, var(--tw-border-opacity));
}

.main-nav-accrodion + div {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.main-nav-accrodion + div {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.main-nav-accrodion + div .sub-nav-accordion:first-child {
  border-top-width: 1px;
}

.main-nav-accrodion + div .sub-nav-accordion:first-child {
  --tw-border-opacity: 1;
  border-color: rgba(235, 235, 235, var(--tw-border-opacity));
}

.main-nav-accrodion + div .sub-nav-accordion {
  padding-left: 1rem;
  padding-right: 1rem;
}

.main-nav-accrodion + div .sub-nav-accordion span {
  font-size: 13px;
}

.main-nav-accrodion + div .sub-nav-accordion + div {
  padding-left: 0px;
  padding-right: 0px;
}

.input-error {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(219, 22, 47, var(--tw-border-opacity));
}

@media (min-width: 640px) {

  .sm\:container {
    width: 100%;
  }

  @media (min-width: 0px) {

    .sm\:container {
      max-width: 0px;
    }
  }

  @media (min-width: 340px) {

    .sm\:container {
      max-width: 340px;
    }
  }

  @media (min-width: 475px) {

    .sm\:container {
      max-width: 475px;
    }
  }

  @media (min-width: 640px) {

    .sm\:container {
      max-width: 640px;
    }
  }

  @media (min-width: 768px) {

    .sm\:container {
      max-width: 768px;
    }
  }

  @media (min-width: 1024px) {

    .sm\:container {
      max-width: 1024px;
    }
  }

  @media (min-width: 1280px) {

    .sm\:container {
      max-width: 1280px;
    }
  }

  @media (min-width: 1380px) {

    .sm\:container {
      max-width: 1380px;
    }
  }

  @media (min-width: 1440px) {

    .sm\:container {
      max-width: 1440px;
    }
  }

  @media (min-width: 1536px) {

    .sm\:container {
      max-width: 1536px;
    }
  }
}

@media (min-width: 1024px) {

  .lg\:aspect-h-1 {
    --tw-aspect-h: 1;
  }

  .lg\:aspect-h-2 {
    --tw-aspect-h: 2;
  }

  .lg\:aspect-w-3 {
    position: relative;
    padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
    --tw-aspect-w: 3;
  }

  .lg\:aspect-w-3 > * {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
}

.last\:mb-0:last-child {
  margin-bottom: 0px;
}

.last\:mb-2:last-child {
  margin-bottom: 8px;
}

.last\:hidden:last-child {
  display: none;
}

.last\:pb-8:last-child {
  padding-bottom: 2rem;
}

.visited\:text-black:visited {
  color: rgb(22, 23, 24 );
}

.visited\:no-underline:visited {
  text-decoration-line: none;
}

.hover\:border:hover {
  border-width: 1px;
}

.hover\:border-b-2:hover {
  border-bottom-width: 2px;
}

.hover\:border-l-0:hover {
  border-left-width: 0;
}

.hover\:border-r-0:hover {
  border-right-width: 0;
}

.hover\:border-t-0:hover {
  border-top-width: 0;
}

.hover\:border-black:hover {
  --tw-border-opacity: 1;
  border-color: rgba(22, 23, 24, var(--tw-border-opacity));
}

.hover\:border-bright-yellow:hover {
  --tw-border-opacity: 1;
  border-color: rgba(237, 255, 0, var(--tw-border-opacity));
}

.hover\:border-dark-green:hover {
  --tw-border-opacity: 1;
  border-color: rgba(60, 106, 73, var(--tw-border-opacity));
}

.hover\:border-pine:hover {
  --tw-border-opacity: 1;
  border-color: rgba(76, 122, 89, var(--tw-border-opacity));
}

.hover\:border-silver:hover {
  --tw-border-opacity: 1;
  border-color: rgba(197, 197, 197, var(--tw-border-opacity));
}

.hover\:border-white:hover {
  --tw-border-opacity: 1;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity));
}

.hover\:bg-\[faded-bright-yellow\]:hover {
  background-color: faded-bright-yellow;
}

.hover\:bg-back-to-top-hover:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(197, 197, 197, var(--tw-bg-opacity));
}

.hover\:bg-black:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(22, 23, 24, var(--tw-bg-opacity));
}

.hover\:bg-dark-green:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(60, 106, 73, var(--tw-bg-opacity));
}

.hover\:bg-dark-stone:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(38, 43, 44, var(--tw-bg-opacity));
}

.hover\:bg-faint-cloud:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(248, 248, 248, var(--tw-bg-opacity));
}

.hover\:bg-light-grey:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(234, 234, 234, var(--tw-bg-opacity));
}

.hover\:bg-light-lush:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(212, 226, 127, var(--tw-bg-opacity));
}

.hover\:bg-transparent:hover {
  background-color: rgba(255,255,255,0);
}

.hover\:bg-white:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.hover\:bg-opacity-100:hover {
  --tw-bg-opacity: 1;
}

.hover\:fill-lush:hover {
  fill: #BFD157;
}

.hover\:stroke-lush:hover {
  stroke: #BFD157;
}

.hover\:stroke-pine:hover {
  stroke: #4C7A59;
}

.hover\:text-black:hover {
  --tw-text-opacity: 1;
  color: rgba(22, 23, 24, var(--tw-text-opacity));
}

.hover\:text-bright-yellow:hover {
  --tw-text-opacity: 1;
  color: rgba(237, 255, 0, var(--tw-text-opacity));
}

.hover\:text-dark-green:hover {
  --tw-text-opacity: 1;
  color: rgba(60, 106, 73, var(--tw-text-opacity));
}

.hover\:text-pine:hover {
  --tw-text-opacity: 1;
  color: rgba(76, 122, 89, var(--tw-text-opacity));
}

.hover\:underline:hover {
  text-decoration-line: underline;
}

.hover\:shadow-qty:hover {
  --tw-shadow: 0 0 6px 0 #EAEAEA;
  --tw-shadow-colored: 0 0 6px 0 var(--tw-shadow-color);
  box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
}

.hover\:shadow-sm:hover {
  --tw-shadow: 0 0 6px 0 rgba(102,102,102,0.30);
  --tw-shadow-colored: 0 0 6px 0 var(--tw-shadow-color);
  box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
}

.focus\:border-black:focus {
  --tw-border-opacity: 1;
  border-color: rgba(22, 23, 24, var(--tw-border-opacity));
}

.focus\:border-dark-stone:focus {
  --tw-border-opacity: 1;
  border-color: rgba(38, 43, 44, var(--tw-border-opacity));
}

.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.focus\:outline-lush:focus {
  outline-color: #BFD157;
}

.focus\:outline-pine:focus {
  outline-color: #4C7A59;
}

.active\:text-black:active {
  --tw-text-opacity: 1;
  color: rgba(22, 23, 24, var(--tw-text-opacity));
}

.active\:no-underline:active {
  text-decoration-line: none;
}

.active\:outline-pine:active {
  outline-color: #4C7A59;
}

.group:hover .group-hover\:left-0 {
  left: 0px;
}

.group:hover .group-hover\:top-0 {
  top: 0px;
}

.group:hover .group-hover\:\!block {
  display: block !important;
}

.group:hover .group-hover\:border-pine {
  --tw-border-opacity: 1;
  border-color: rgba(76, 122, 89, var(--tw-border-opacity));
}

.group:hover .group-hover\:bg-\[faded-bright-yellow\] {
  background-color: faded-bright-yellow;
}

.group:hover .group-hover\:bg-light-lush {
  --tw-bg-opacity: 1;
  background-color: rgba(212, 226, 127, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-search-input-hover {
  --tw-bg-opacity: 1;
  background-color: rgba(252, 252, 252, var(--tw-bg-opacity));
}

.group:hover .group-hover\:fill-lush {
  fill: #BFD157;
}

.group:hover .group-hover\:fill-pine {
  fill: #4C7A59;
}

.group:hover .group-hover\:stroke-lush {
  stroke: #BFD157;
}

.group:hover .group-hover\:stroke-pine {
  stroke: #4C7A59;
}

.group:hover .group-hover\:text-bright-yellow {
  --tw-text-opacity: 1;
  color: rgba(237, 255, 0, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-pine {
  --tw-text-opacity: 1;
  color: rgba(76, 122, 89, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-white {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.group:hover .group-hover\:opacity-100 {
  opacity: 1;
}

.group:focus .group-focus\:border-pine {
  --tw-border-opacity: 1;
  border-color: rgba(76, 122, 89, var(--tw-border-opacity));
}

@media (min-width: 0px) {

  .mobile\:hidden {
    display: none;
  }

  .mobile\:w-full {
    width: 100%;
  }

  .mobile\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

@media (min-width: 340px) {

  .xs\:mb-0 {
    margin-bottom: 0px;
  }

  .xs\:mb-4 {
    margin-bottom: 1rem;
  }

  .xs\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

@media (min-width: 640px) {

  .sm\:-left-20 {
    left: -5rem;
  }

  .sm\:-right-20 {
    right: -5rem;
  }

  .sm\:top-20 {
    top: 5rem;
  }

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

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

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

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

  .sm\:mb-5 {
    margin-bottom: 1.25rem;
  }

  .sm\:mb-6 {
    margin-bottom: 1.5rem;
  }

  .sm\:mb-7 {
    margin-bottom: 1.75rem;
  }

  .sm\:mb-7\.5 {
    margin-bottom: 30px;
  }

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

  .sm\:ml-10 {
    margin-left: 2.5rem;
  }

  .sm\:mr-10 {
    margin-right: 2.5rem;
  }

  .sm\:block {
    display: block;
  }

  .sm\:flex {
    display: flex;
  }

  .sm\:h-auto {
    height: auto;
  }

  .sm\:h-full {
    height: 100%;
  }

  .sm\:max-h-450 {
    max-height: 450px;
  }

  .sm\:w-1\/2 {
    width: 50%;
  }

  .sm\:w-1\/3 {
    width: 33.333333%;
  }

  .sm\:w-1\/4 {
    width: 25%;
  }

  .sm\:w-20 {
    width: 5rem;
  }

  .sm\:w-270 {
    width: 270px;
  }

  .sm\:w-637 {
    width: 637px;
  }

  .sm\:w-full {
    width: 100%;
  }

  .sm\:w-results {
    width: calc( 100% - 270px );
  }

  .sm\:max-w-btn {
    max-width: 250px;
  }

  .sm\:max-w-footer-input {
    max-width: 440px;
  }

  .sm\:max-w-xl {
    max-width: 36rem;
  }

  .sm\:flex-row {
    flex-direction: row;
  }

  .sm\:flex-col {
    flex-direction: column;
  }

  .sm\:items-center {
    align-items: center;
  }

  .sm\:justify-end {
    justify-content: flex-end;
  }

  .sm\:justify-between {
    justify-content: space-between;
  }

  .sm\:overflow-visible {
    overflow: visible;
  }

  .sm\:p-10 {
    padding: 2.5rem;
  }

  .sm\:p-8 {
    padding: 2rem;
  }

  .sm\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .sm\:px-14 {
    padding-left: 56px;
    padding-right: 56px;
  }

  .sm\:px-2 {
    padding-left: 8px;
    padding-right: 8px;
  }

  .sm\:px-2\.5 {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }

  .sm\:px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .sm\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .sm\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .sm\:pb-8 {
    padding-bottom: 2rem;
  }

  .sm\:pt-6 {
    padding-top: 1.5rem;
  }

  .sm\:text-p {
    font-size: 16px;
    line-height: 24px;
  }

  .sm\:text-p-lg {
    font-size: 18px;
    line-height: 27px;
  }

  .sm\:text-special {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 1.45px;
  }

  .sm\:hover\:border-pine:hover {
    --tw-border-opacity: 1;
    border-color: rgba(76, 122, 89, var(--tw-border-opacity));
  }

  .sm\:hover\:text-pine:hover {
    --tw-text-opacity: 1;
    color: rgba(76, 122, 89, var(--tw-text-opacity));
  }

  .sm\:hover\:underline:hover {
    text-decoration-line: underline;
  }
}

@media (min-width: 768px) {

  .md\:static {
    position: static;
  }

  .md\:absolute {
    position: absolute;
  }

  .md\:relative {
    position: relative;
  }

  .md\:-left-25 {
    left: -6.25rem;
  }

  .md\:-right-25 {
    right: -6.25rem;
  }

  .md\:-top-1\/10 {
    top: -10%;
  }

  .md\:bottom-0 {
    bottom: 0px;
  }

  .md\:bottom-14 {
    bottom: 56px;
  }

  .md\:bottom-6 {
    bottom: 1.5rem;
  }

  .md\:bottom-auto {
    bottom: auto;
  }

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

  .md\:left-7 {
    left: 1.75rem;
  }

  .md\:left-7\.5 {
    left: 30px;
  }

  .md\:left-auto {
    left: auto;
  }

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

  .md\:right-14 {
    right: 56px;
  }

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

  .md\:top-48 {
    top: 12rem;
  }

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

  .md\:top-8 {
    top: 2rem;
  }

  .md\:top-auto {
    top: auto;
  }

  .md\:order-1 {
    order: 1;
  }

  .md\:order-2 {
    order: 2;
  }

  .md\:order-none {
    order: 0;
  }

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

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

  .md\:m-0 {
    margin: 0px;
  }

  .md\:-mx-2 {
    margin-left: -8px;
    margin-right: -8px;
  }

  .md\:-mx-2\.5 {
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }

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

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

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

  .md\:mb-0 {
    margin-bottom: 0px;
  }

  .md\:mb-1 {
    margin-bottom: 0.25rem;
  }

  .md\:mb-1\.5 {
    margin-bottom: 0.375rem;
  }

  .md\:mb-10 {
    margin-bottom: 2.5rem;
  }

  .md\:mb-12 {
    margin-bottom: 3rem;
  }

  .md\:mb-14 {
    margin-bottom: 56px;
  }

  .md\:mb-16 {
    margin-bottom: 4rem;
  }

  .md\:mb-18 {
    margin-bottom: 72px;
  }

  .md\:mb-2 {
    margin-bottom: 8px;
  }

  .md\:mb-20 {
    margin-bottom: 5rem;
  }

  .md\:mb-21 {
    margin-bottom: 84px;
  }

  .md\:mb-25 {
    margin-bottom: 100px;
  }

  .md\:mb-3 {
    margin-bottom: 0.75rem;
  }

  .md\:mb-4 {
    margin-bottom: 1rem;
  }

  .md\:mb-40 {
    margin-bottom: 160px;
  }

  .md\:mb-5 {
    margin-bottom: 1.25rem;
  }

  .md\:mb-6 {
    margin-bottom: 1.5rem;
  }

  .md\:mb-7 {
    margin-bottom: 1.75rem;
  }

  .md\:mb-7\.25 {
    margin-bottom: 29px;
  }

  .md\:mb-8 {
    margin-bottom: 2rem;
  }

  .md\:mb-8\.5 {
    margin-bottom: 34px;
  }

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

  .md\:ml-7 {
    margin-left: 1.75rem;
  }

  .md\:ml-7\.5 {
    margin-left: 30px;
  }

  .md\:mr-0 {
    margin-right: 0px;
  }

  .md\:mr-3 {
    margin-right: 0.75rem;
  }

  .md\:mr-5 {
    margin-right: 1.25rem;
  }

  .md\:mr-5\.5 {
    margin-right: 22px;
  }

  .md\:mr-9 {
    margin-right: 2.25rem;
  }

  .md\:mt-0 {
    margin-top: 0px;
  }

  .md\:mt-1 {
    margin-top: 0.25rem;
  }

  .md\:mt-10 {
    margin-top: 2.5rem;
  }

  .md\:mt-20 {
    margin-top: 5rem;
  }

  .md\:mt-3 {
    margin-top: 0.75rem;
  }

  .md\:mt-6 {
    margin-top: 1.5rem;
  }

  .md\:mt-8 {
    margin-top: 2rem;
  }

  .md\:block {
    display: block;
  }

  .md\:inline-block {
    display: inline-block;
  }

  .md\:inline {
    display: inline;
  }

  .md\:flex {
    display: flex;
  }

  .md\:grid {
    display: grid;
  }

  .md\:hidden {
    display: none;
  }

  .md\:h-1 {
    height: 0.25rem;
  }

  .md\:h-11 {
    height: 2.75rem;
  }

  .md\:h-12 {
    height: 3rem;
  }

  .md\:h-12\.5 {
    height: 50px;
  }

  .md\:h-15 {
    height: 60px;
  }

  .md\:h-2 {
    height: 8px;
  }

  .md\:h-2\.5 {
    height: 0.625rem;
  }

  .md\:h-21 {
    height: 84px;
  }

  .md\:h-21\.5 {
    height: 86px;
  }

  .md\:h-27 {
    height: 108px;
  }

  .md\:h-3 {
    height: 0.75rem;
  }

  .md\:h-330 {
    height: 330px;
  }

  .md\:h-350 {
    height: 350px;
  }

  .md\:h-500 {
    height: 500px;
  }

  .md\:h-8 {
    height: 2rem;
  }

  .md\:h-9 {
    height: 2.25rem;
  }

  .md\:h-auto {
    height: auto;
  }

  .md\:h-bar {
    height: calc( 100% - 40px );
  }

  .md\:max-h-800 {
    max-height: 800px;
  }

  .md\:min-h-258 {
    min-height: 258px;
  }

  .md\:w-1\/2 {
    width: 50%;
  }

  .md\:w-1\/3 {
    width: 33.333333%;
  }

  .md\:w-1\/4 {
    width: 25%;
  }

  .md\:w-1\/5 {
    width: 20%;
  }

  .md\:w-112\.5 {
    width: 450px;
  }

  .md\:w-12 {
    width: 3rem;
  }

  .md\:w-12\.5 {
    width: 50px;
  }

  .md\:w-17 {
    width: 64px;
  }

  .md\:w-17\.5 {
    width: 70px;
  }

  .md\:w-2 {
    width: 8px;
  }

  .md\:w-2\.5 {
    width: 0.625rem;
  }

  .md\:w-2\/3 {
    width: 66.666667%;
  }

  .md\:w-2\/5 {
    width: 40%;
  }

  .md\:w-2\/7 {
    width: 28.57%;
  }

  .md\:w-27 {
    width: 108px;
  }

  .md\:w-3 {
    width: 0.75rem;
  }

  .md\:w-3\/10 {
    width: 30%;
  }

  .md\:w-3\/4 {
    width: 75%;
  }

  .md\:w-3\/7 {
    width: 42.86%;
  }

  .md\:w-350 {
    width: 350px;
  }

  .md\:w-4\/5 {
    width: 80%;
  }

  .md\:w-5\/6 {
    width: 83.333333%;
  }

  .md\:w-7\/10 {
    width: 70%;
  }

  .md\:w-8 {
    width: 2rem;
  }

  .md\:w-auto {
    width: auto;
  }

  .md\:w-full {
    width: 100%;
  }

  .md\:w-minicart-tablet {
    width: calc( 100% - 260px );
  }

  .md\:max-w-1\/2 {
    max-width: 50%;
  }

  .md\:max-w-1\/3 {
    max-width: 33.33%;
  }

  .md\:max-w-1200 {
    max-width: 1200px;
  }

  .md\:max-w-387 {
    max-width: 387px;
  }

  .md\:max-w-45 {
    max-width: 180px;
  }

  .md\:max-w-52\.5 {
    max-width: 210px;
  }

  .md\:max-w-550 {
    max-width: 550px;
  }

  .md\:max-w-60 {
    max-width: 240px;
  }

  .md\:max-w-629 {
    max-width: 629px;
  }

  .md\:max-w-65 {
    max-width: 260px;
  }

  .md\:max-w-65\% {
    max-width: 65%;
  }

  .md\:max-w-680 {
    max-width: 680px;
  }

  .md\:max-w-722 {
    max-width: 722px;
  }

  .md\:max-w-83\% {
    max-width: 83%;
  }

  .md\:max-w-btn {
    max-width: 250px;
  }

  .md\:max-w-full {
    max-width: 100%;
  }

  .md\:max-w-hero-content {
    max-width: 690px;
  }

  .md\:max-w-product-gallery-desktop {
    max-width: 988px;
  }

  .md\:max-w-slider {
    max-width: calc( 100% - 340px );
  }

  .md\:flex-1 {
    flex: 1 1 0%;
  }

  .md\:-translate-x-1\/2 {
    --tw-translate-x: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .md\:-translate-y-1\/2 {
    --tw-translate-y: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .md\:transform {
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .md\:transform-none {
    transform: none;
  }

  .md\:grid-flow-col {
    grid-auto-flow: column;
  }

  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .md\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .md\:flex-row {
    flex-direction: row;
  }

  .md\:flex-row-reverse {
    flex-direction: row-reverse;
  }

  .md\:flex-col {
    flex-direction: column;
  }

  .md\:flex-wrap {
    flex-wrap: wrap;
  }

  .md\:items-start {
    align-items: flex-start;
  }

  .md\:items-center {
    align-items: center;
  }

  .md\:justify-start {
    justify-content: flex-start;
  }

  .md\:justify-center {
    justify-content: center;
  }

  .md\:gap-11 {
    gap: 2.75rem;
  }

  .md\:gap-2 {
    gap: 8px;
  }

  .md\:gap-5 {
    gap: 1.25rem;
  }

  .md\:gap-6 {
    gap: 1.5rem;
  }

  .md\:gap-y-18 {
    row-gap: 72px;
  }

  .md\:gap-y-20 {
    row-gap: 5rem;
  }

  .md\:rounded-sm {
    border-radius: 4px;
  }

  .md\:border-2 {
    border-width: 2px;
  }

  .md\:border-b {
    border-bottom-width: 1px;
  }

  .md\:border-l {
    border-left-width: 1px;
  }

  .md\:border-l-8 {
    border-left-width: 8px;
  }

  .md\:border-r-0 {
    border-right-width: 0;
  }

  .md\:border-t-0 {
    border-top-width: 0;
  }

  .md\:border-none {
    border-style: none;
  }

  .md\:border-silver {
    --tw-border-opacity: 1;
    border-color: rgba(197, 197, 197, var(--tw-border-opacity));
  }

  .md\:border-white {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .md\:bg-black {
    --tw-bg-opacity: 1;
    background-color: rgba(22, 23, 24, var(--tw-bg-opacity));
  }

  .md\:bg-dark-stone-overlay {
    background-color: rgba(38,43,44,.5);
  }

  .md\:bg-faint-cloud {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 248, 248, var(--tw-bg-opacity));
  }

  .md\:bg-pine {
    --tw-bg-opacity: 1;
    background-color: rgba(76, 122, 89, var(--tw-bg-opacity));
  }

  .md\:bg-sand {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 229, 214, var(--tw-bg-opacity));
  }

  .md\:bg-transparent {
    background-color: rgba(255,255,255,0);
  }

  .md\:bg-opacity-100 {
    --tw-bg-opacity: 1;
  }

  .md\:bg-opacity-60 {
    --tw-bg-opacity: 0.6;
  }

  .md\:object-none {
    -o-object-fit: none;
       object-fit: none;
  }

  .md\:p-10 {
    padding: 2.5rem;
  }

  .md\:p-15 {
    padding: 60px;
  }

  .md\:p-2 {
    padding: 8px;
  }

  .md\:p-25 {
    padding: 100px;
  }

  .md\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .md\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .md\:px-11 {
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }

  .md\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .md\:px-12\.5 {
    padding-left: 50px;
    padding-right: 50px;
  }

  .md\:px-14 {
    padding-left: 56px;
    padding-right: 56px;
  }

  .md\:px-15 {
    padding-left: 60px;
    padding-right: 60px;
  }

  .md\:px-17 {
    padding-left: 64px;
    padding-right: 64px;
  }

  .md\:px-18 {
    padding-left: 72px;
    padding-right: 72px;
  }

  .md\:px-2 {
    padding-left: 8px;
    padding-right: 8px;
  }

  .md\:px-2\.5 {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }

  .md\:px-28 {
    padding-left: 7rem;
    padding-right: 7rem;
  }

  .md\:px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .md\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .md\:px-45 {
    padding-left: 180px;
    padding-right: 180px;
  }

  .md\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .md\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .md\:px-7 {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .md\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .md\:px-9 {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .md\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .md\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .md\:py-15 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .md\:py-2 {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .md\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .md\:py-21 {
    padding-top: 84px;
    padding-bottom: 84px;
  }

  .md\:py-30 {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .md\:py-40 {
    padding-top: 160px;
    padding-bottom: 160px;
  }

  .md\:py-55 {
    padding-top: 220px;
    padding-bottom: 220px;
  }

  .md\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .md\:py-7 {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  .md\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .md\:pb-0 {
    padding-bottom: 0px;
  }

  .md\:pb-10 {
    padding-bottom: 2.5rem;
  }

  .md\:pb-10\.5 {
    padding-bottom: 42px;
  }

  .md\:pb-12 {
    padding-bottom: 3rem;
  }

  .md\:pb-12\.5 {
    padding-bottom: 50px;
  }

  .md\:pb-17 {
    padding-bottom: 64px;
  }

  .md\:pb-17\.5 {
    padding-bottom: 70px;
  }

  .md\:pb-18 {
    padding-bottom: 72px;
  }

  .md\:pb-30 {
    padding-bottom: 120px;
  }

  .md\:pb-40 {
    padding-bottom: 160px;
  }

  .md\:pb-5 {
    padding-bottom: 1.25rem;
  }

  .md\:pb-50 {
    padding-bottom: 200px;
  }

  .md\:pb-6 {
    padding-bottom: 1.5rem;
  }

  .md\:pb-8 {
    padding-bottom: 2rem;
  }

  .md\:pb-8\.5 {
    padding-bottom: 34px;
  }

  .md\:pb-92\.25 {
    padding-bottom: 369px;
  }

  .md\:pl-12 {
    padding-left: 3rem;
  }

  .md\:pl-12\.5 {
    padding-left: 50px;
  }

  .md\:pl-15 {
    padding-left: 60px;
  }

  .md\:pl-20 {
    padding-left: 5rem;
  }

  .md\:pl-25 {
    padding-left: 100px;
  }

  .md\:pl-27 {
    padding-left: 108px;
  }

  .md\:pl-27\.5 {
    padding-left: 110px;
  }

  .md\:pl-4 {
    padding-left: 1rem;
  }

  .md\:pl-6 {
    padding-left: 1.5rem;
  }

  .md\:pl-8 {
    padding-left: 2rem;
  }

  .md\:pr-15 {
    padding-right: 60px;
  }

  .md\:pr-2 {
    padding-right: 8px;
  }

  .md\:pr-20 {
    padding-right: 5rem;
  }

  .md\:pr-3 {
    padding-right: 0.75rem;
  }

  .md\:pr-4 {
    padding-right: 1rem;
  }

  .md\:pr-6 {
    padding-right: 1.5rem;
  }

  .md\:pt-0 {
    padding-top: 0px;
  }

  .md\:pt-12 {
    padding-top: 3rem;
  }

  .md\:pt-12\.5 {
    padding-top: 50px;
  }

  .md\:pt-122percent {
    padding-top: 122%;
  }

  .md\:pt-15 {
    padding-top: 60px;
  }

  .md\:pt-20 {
    padding-top: 5rem;
  }

  .md\:pt-21 {
    padding-top: 84px;
  }

  .md\:pt-21\.5 {
    padding-top: 85px;
  }

  .md\:pt-27 {
    padding-top: 108px;
  }

  .md\:pt-27\.5 {
    padding-top: 110px;
  }

  .md\:pt-40 {
    padding-top: 160px;
  }

  .md\:pt-6 {
    padding-top: 1.5rem;
  }

  .md\:pt-61\.5 {
    padding-top: 246px;
  }

  .md\:pt-8 {
    padding-top: 2rem;
  }

  .md\:pt-9 {
    padding-top: 2.25rem;
  }

  .md\:pt-9\.5 {
    padding-top: 38px;
  }

  .md\:pt-\[100\%\] {
    padding-top: 100%;
  }

  .md\:pt-\[56\.25\%\] {
    padding-top: 56.25%;
  }

  .md\:text-left {
    text-align: left;
  }

  .md\:text-right {
    text-align: right;
  }

  .md\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .md\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .md\:text-h1 {
    font-size: 54px;
    line-height: 64px;
    letter-spacing: 1.3px;
  }

  .md\:text-h2 {
    font-size: 42px;
    line-height: 54px;
    letter-spacing: 1.2px;
  }

  .md\:text-h3 {
    font-size: 34px;
    line-height: 44px;
    letter-spacing: 1.2px;
  }

  .md\:text-h5 {
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 1px;
  }

  .md\:text-h5-m {
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0.8px;
  }

  .md\:text-h6 {
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 1px;
  }

  .md\:text-h6-m {
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0.8px;
  }

  .md\:text-h7 {
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0px;
  }

  .md\:text-h7-m {
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0px;
  }

  .md\:text-h8 {
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 2px;
  }

  .md\:text-h8-m {
    font-size: 16px;
    line-height: 21px;
    letter-spacing: 2px;
  }

  .md\:text-p-lg {
    font-size: 18px;
    line-height: 27px;
  }

  .md\:text-p-s {
    font-size: 14px;
    line-height: 20px;
  }

  .md\:text-special {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 1.45px;
  }

  .md\:text-special-lg {
    font-size: 18px;
    line-height: 27px;
    letter-spacing: 1.7px;
  }

  .md\:font-bold {
    font-weight: 700;
  }

  .md\:capitalize {
    text-transform: capitalize;
  }

  .md\:leading-28 {
    line-height: 28px;
  }

  .md\:leading-38 {
    line-height: 38px;
  }

  .md\:leading-40 {
    line-height: 40px;
  }

  .md\:leading-8 {
    line-height: 2rem;
  }

  .md\:tracking-1 {
    letter-spacing: 1px;
  }

  .md\:tracking-1\.7 {
    letter-spacing: 1.7px;
  }

  .md\:tracking-normal {
    letter-spacing: 0;
  }

  .md\:text-black {
    --tw-text-opacity: 1;
    color: rgba(22, 23, 24, var(--tw-text-opacity));
  }

  .md\:text-white {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .md\:opacity-0 {
    opacity: 0;
  }

  .md\:opacity-70 {
    opacity: 0.7;
  }

  .md\:focus-within\:shadow-sm:focus-within {
    --tw-shadow: 0 0 6px 0 rgba(102,102,102,0.30);
    --tw-shadow-colored: 0 0 6px 0 var(--tw-shadow-color);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .md\:hover\:border-bright-yellow:hover {
    --tw-border-opacity: 1;
    border-color: rgba(237, 255, 0, var(--tw-border-opacity));
  }

  .md\:hover\:border-pine:hover {
    --tw-border-opacity: 1;
    border-color: rgba(76, 122, 89, var(--tw-border-opacity));
  }

  .md\:hover\:bg-dark-stone-overlay-hover:hover {
    background-color: rgba(38,43,44,.7);
  }

  .md\:hover\:text-bright-yellow:hover {
    --tw-text-opacity: 1;
    color: rgba(237, 255, 0, var(--tw-text-opacity));
  }

  .md\:hover\:text-pine:hover {
    --tw-text-opacity: 1;
    color: rgba(76, 122, 89, var(--tw-text-opacity));
  }

  .md\:hover\:underline:hover {
    text-decoration-line: underline;
  }

  .md\:hover\:opacity-90:hover {
    opacity: 0.9;
  }

  .md\:hover\:shadow-sm:hover {
    --tw-shadow: 0 0 6px 0 rgba(102,102,102,0.30);
    --tw-shadow-colored: 0 0 6px 0 var(--tw-shadow-color);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .group:hover .md\:group-hover\:opacity-100 {
    opacity: 1;
  }
}

@media (min-width: 1024px) {

  .lg\:visible {
    visibility: visible;
  }

  .lg\:absolute {
    position: absolute;
  }

  .lg\:relative {
    position: relative;
  }

  .lg\:sticky {
    position: sticky;
  }

  .lg\:-bottom-4 {
    bottom: -1rem;
  }

  .lg\:-left-full {
    left: -100%;
  }

  .lg\:-top-11 {
    top: -2.75rem;
  }

  .lg\:bottom-12 {
    bottom: 3rem;
  }

  .lg\:bottom-24 {
    bottom: 6rem;
  }

  .lg\:bottom-auto {
    bottom: auto;
  }

  .lg\:left-0 {
    left: 0px;
  }

  .lg\:left-1 {
    left: 0.25rem;
  }

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

  .lg\:left-20 {
    left: 5rem;
  }

  .lg\:left-5 {
    left: 1.25rem;
  }

  .lg\:left-7 {
    left: 1.75rem;
  }

  .lg\:left-7\.5 {
    left: 30px;
  }

  .lg\:right-5 {
    right: 1.25rem;
  }

  .lg\:right-8 {
    right: 2rem;
  }

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

  .lg\:top-20 {
    top: 5rem;
  }

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

  .lg\:order-2 {
    order: 2;
  }

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

  .lg\:float-right {
    float: right;
  }

  .lg\:m-0 {
    margin: 0px;
  }

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

  .lg\:-mx-10 {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .lg\:-mx-2 {
    margin-left: -8px;
    margin-right: -8px;
  }

  .lg\:-mx-2\.5 {
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }

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

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

  .lg\:mx-0\.5 {
    margin-left: 2px;
    margin-right: 2px;
  }

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

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

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

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

  .lg\:mb-0 {
    margin-bottom: 0px;
  }

  .lg\:mb-1 {
    margin-bottom: 0.25rem;
  }

  .lg\:mb-1\.5 {
    margin-bottom: 0.375rem;
  }

  .lg\:mb-10 {
    margin-bottom: 2.5rem;
  }

  .lg\:mb-11 {
    margin-bottom: 2.75rem;
  }

  .lg\:mb-12 {
    margin-bottom: 3rem;
  }

  .lg\:mb-12\.5 {
    margin-bottom: 50px;
  }

  .lg\:mb-14 {
    margin-bottom: 56px;
  }

  .lg\:mb-16 {
    margin-bottom: 4rem;
  }

  .lg\:mb-18 {
    margin-bottom: 72px;
  }

  .lg\:mb-2 {
    margin-bottom: 8px;
  }

  .lg\:mb-2\.5 {
    margin-bottom: 0.625rem;
  }

  .lg\:mb-20 {
    margin-bottom: 5rem;
  }

  .lg\:mb-3 {
    margin-bottom: 0.75rem;
  }

  .lg\:mb-3\.5 {
    margin-bottom: 0.875rem;
  }

  .lg\:mb-30 {
    margin-bottom: 120px;
  }

  .lg\:mb-35 {
    margin-bottom: 140px;
  }

  .lg\:mb-4 {
    margin-bottom: 1rem;
  }

  .lg\:mb-5 {
    margin-bottom: 1.25rem;
  }

  .lg\:mb-6 {
    margin-bottom: 1.5rem;
  }

  .lg\:mb-7 {
    margin-bottom: 1.75rem;
  }

  .lg\:mb-8 {
    margin-bottom: 2rem;
  }

  .lg\:mb-9 {
    margin-bottom: 2.25rem;
  }

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

  .lg\:ml-2 {
    margin-left: 8px;
  }

  .lg\:ml-2\.5 {
    margin-left: 0.625rem;
  }

  .lg\:ml-21 {
    margin-left: 84px;
  }

  .lg\:ml-21\.5 {
    margin-left: 85px;
  }

  .lg\:ml-30 {
    margin-left: 120px;
  }

  .lg\:ml-32 {
    margin-left: 8rem;
  }

  .lg\:ml-7 {
    margin-left: 1.75rem;
  }

  .lg\:ml-7\.5 {
    margin-left: 30px;
  }

  .lg\:ml-8 {
    margin-left: 2rem;
  }

  .lg\:ml-auto {
    margin-left: auto;
  }

  .lg\:mr-0 {
    margin-right: 0px;
  }

  .lg\:mr-10 {
    margin-right: 2.5rem;
  }

  .lg\:mr-21 {
    margin-right: 84px;
  }

  .lg\:mr-21\.5 {
    margin-right: 85px;
  }

  .lg\:mr-3 {
    margin-right: 0.75rem;
  }

  .lg\:mr-32 {
    margin-right: 8rem;
  }

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

  .lg\:mr-5 {
    margin-right: 1.25rem;
  }

  .lg\:mr-5\.5 {
    margin-right: 22px;
  }

  .lg\:mr-6 {
    margin-right: 1.5rem;
  }

  .lg\:mr-7 {
    margin-right: 1.75rem;
  }

  .lg\:mr-7\.5 {
    margin-right: 30px;
  }

  .lg\:mr-8 {
    margin-right: 2rem;
  }

  .lg\:mr-auto {
    margin-right: auto;
  }

  .lg\:mt-0 {
    margin-top: 0px;
  }

  .lg\:mt-10 {
    margin-top: 2.5rem;
  }

  .lg\:mt-12 {
    margin-top: 3rem;
  }

  .lg\:mt-18 {
    margin-top: 72px;
  }

  .lg\:mt-20 {
    margin-top: 5rem;
  }

  .lg\:mt-4 {
    margin-top: 1rem;
  }

  .lg\:mt-40 {
    margin-top: 160px;
  }

  .lg\:mt-40\.5 {
    margin-top: 162px;
  }

  .lg\:mt-7 {
    margin-top: 1.75rem;
  }

  .lg\:mt-8 {
    margin-top: 2rem;
  }

  .lg\:block {
    display: block;
  }

  .lg\:inline-block {
    display: inline-block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:grid {
    display: grid;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:h-12 {
    height: 3rem;
  }

  .lg\:h-13 {
    height: 52px;
  }

  .lg\:h-130 {
    height: 520px;
  }

  .lg\:h-14 {
    height: 56px;
  }

  .lg\:h-23 {
    height: 92px;
  }

  .lg\:h-23\.5 {
    height: 94px;
  }

  .lg\:h-27 {
    height: 108px;
  }

  .lg\:h-3 {
    height: 0.75rem;
  }

  .lg\:h-330 {
    height: 330px;
  }

  .lg\:h-40 {
    height: 160px;
  }

  .lg\:h-45 {
    height: 180px;
  }

  .lg\:h-480 {
    height: 480px;
  }

  .lg\:h-5 {
    height: 1.25rem;
  }

  .lg\:h-5\.25 {
    height: 21px;
  }

  .lg\:h-5\.5 {
    height: 22px;
  }

  .lg\:h-500 {
    height: 500px;
  }

  .lg\:h-8 {
    height: 2rem;
  }

  .lg\:h-auto {
    height: auto;
  }

  .lg\:h-bar-blog {
    height: calc( 100% + 24px );
  }

  .lg\:h-full {
    height: 100%;
  }

  .lg\:h-screen {
    height: 100vh;
  }

  .lg\:max-h-720 {
    max-height: 720px;
  }

  .lg\:max-h-800 {
    max-height: 800px;
  }

  .lg\:max-h-none {
    max-height: none;
  }

  .lg\:max-h-unset {
    max-height: none;
    max-height: initial;
  }

  .lg\:min-h-240 {
    min-height: 240px;
  }

  .lg\:min-h-560 {
    min-height: 560px;
  }

  .lg\:w-1\/2 {
    width: 50%;
  }

  .lg\:w-1\/3 {
    width: 33.333333%;
  }

  .lg\:w-1\/4 {
    width: 25%;
  }

  .lg\:w-1\/6 {
    width: 16.666667%;
  }

  .lg\:w-13 {
    width: 52px;
  }

  .lg\:w-15 {
    width: 60px;
  }

  .lg\:w-18 {
    width: 72px;
  }

  .lg\:w-2\/3 {
    width: 66.666667%;
  }

  .lg\:w-2\/5 {
    width: 40%;
  }

  .lg\:w-23 {
    width: 92px;
  }

  .lg\:w-23\.5 {
    width: 94px;
  }

  .lg\:w-27 {
    width: 108px;
  }

  .lg\:w-3\/10 {
    width: 30%;
  }

  .lg\:w-3\/5 {
    width: 60%;
  }

  .lg\:w-329 {
    width: 329px;
  }

  .lg\:w-4\/5 {
    width: 80%;
  }

  .lg\:w-4\/9 {
    width: 44.44%;
  }

  .lg\:w-40 {
    width: 160px;
  }

  .lg\:w-45 {
    width: 180px;
  }

  .lg\:w-47\% {
    width: 47%;
  }

  .lg\:w-480 {
    width: 480px;
  }

  .lg\:w-5 {
    width: 1.25rem;
  }

  .lg\:w-5\.25 {
    width: 21px;
  }

  .lg\:w-5\.5 {
    width: 22px;
  }

  .lg\:w-5\/12 {
    width: 41.666667%;
  }

  .lg\:w-5\/6 {
    width: 83.333333%;
  }

  .lg\:w-63\% {
    width: 63%;
  }

  .lg\:w-7\/12 {
    width: 58.333333%;
  }

  .lg\:w-780 {
    width: 780px;
  }

  .lg\:w-8 {
    width: 2rem;
  }

  .lg\:w-\[442px\] {
    width: 442px;
  }

  .lg\:w-auto {
    width: auto;
  }

  .lg\:w-full {
    width: 100%;
  }

  .lg\:w-minicart-desktop {
    width: calc( 100% - 329px );
  }

  .lg\:w-minicart-tablet {
    width: calc( 100% - 260px );
  }

  .lg\:w-underline-desktop {
    width: calc( 100% + 360px );
  }

  .lg\:w-underline-sp-desktop {
    width: calc( 100% + 200px );
  }

  .lg\:min-w-430 {
    min-width: 430px;
  }

  .lg\:max-w-1\/3 {
    max-width: 33.33%;
  }

  .lg\:max-w-112 {
    max-width: 448px;
  }

  .lg\:max-w-1200 {
    max-width: 1200px;
  }

  .lg\:max-w-122 {
    max-width: 488px;
  }

  .lg\:max-w-1320 {
    max-width: 1320px;
  }

  .lg\:max-w-370 {
    max-width: 370px;
  }

  .lg\:max-w-387 {
    max-width: 387px;
  }

  .lg\:max-w-500 {
    max-width: 500px;
  }

  .lg\:max-w-550 {
    max-width: 550px;
  }

  .lg\:max-w-60 {
    max-width: 240px;
  }

  .lg\:max-w-65 {
    max-width: 260px;
  }

  .lg\:max-w-680 {
    max-width: 680px;
  }

  .lg\:max-w-722 {
    max-width: 722px;
  }

  .lg\:max-w-840 {
    max-width: 840px;
  }

  .lg\:max-w-85\% {
    max-width: 85%;
  }

  .lg\:max-w-894 {
    max-width: 894px;
  }

  .lg\:max-w-920 {
    max-width: 920px;
  }

  .lg\:max-w-accordion-content {
    max-width: 900px;
  }

  .lg\:max-w-btn-lg {
    max-width: 392px;
  }

  .lg\:max-w-full {
    max-width: 100%;
  }

  .lg\:max-w-full-width-content {
    max-width: 790px;
  }

  .lg\:max-w-hero-content {
    max-width: 690px;
  }

  .lg\:max-w-max {
    max-width: -moz-max-content;
    max-width: max-content;
  }

  .lg\:max-w-product-gallery-desktop {
    max-width: 988px;
  }

  .lg\:-translate-x-0 {
    --tw-translate-x: -0px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .lg\:-translate-x-1\/2 {
    --tw-translate-x: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .lg\:-translate-y-1\/2 {
    --tw-translate-y: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .lg\:transform {
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .lg\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .lg\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .lg\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .lg\:grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .lg\:flex-row {
    flex-direction: row;
  }

  .lg\:flex-col {
    flex-direction: column;
  }

  .lg\:flex-wrap {
    flex-wrap: wrap;
  }

  .lg\:flex-nowrap {
    flex-wrap: nowrap;
  }

  .lg\:items-end {
    align-items: flex-end;
  }

  .lg\:items-center {
    align-items: center;
  }

  .lg\:justify-start {
    justify-content: flex-start;
  }

  .lg\:justify-center {
    justify-content: center;
  }

  .lg\:justify-between {
    justify-content: space-between;
  }

  .lg\:justify-around {
    justify-content: space-around;
  }

  .lg\:gap-12 {
    gap: 3rem;
  }

  .lg\:gap-4 {
    gap: 1rem;
  }

  .lg\:gap-5 {
    gap: 1.25rem;
  }

  .lg\:gap-6 {
    gap: 1.5rem;
  }

  .lg\:gap-x-6 {
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }

  .lg\:gap-y-16 {
    row-gap: 4rem;
  }

  .lg\:overflow-visible {
    overflow: visible;
  }

  .lg\:overflow-y-auto {
    overflow-y: auto;
  }

  .lg\:rounded {
    border-radius: 0.25rem;
  }

  .lg\:border {
    border-width: 1px;
  }

  .lg\:border-0 {
    border-width: 0;
  }

  .lg\:border-2 {
    border-width: 2px;
  }

  .lg\:border-b-0 {
    border-bottom-width: 0;
  }

  .lg\:border-b-1 {
    border-bottom-width: 1px;
  }

  .lg\:border-b-1\.5 {
    border-bottom-width: 1.5px;
  }

  .lg\:border-l-0 {
    border-left-width: 0;
  }

  .lg\:border-r {
    border-right-width: 1px;
  }

  .lg\:border-r-0 {
    border-right-width: 0;
  }

  .lg\:border-t {
    border-top-width: 1px;
  }

  .lg\:border-solid {
    border-style: solid;
  }

  .lg\:border-none {
    border-style: none;
  }

  .lg\:border-black {
    --tw-border-opacity: 1;
    border-color: rgba(22, 23, 24, var(--tw-border-opacity));
  }

  .lg\:border-silver {
    --tw-border-opacity: 1;
    border-color: rgba(197, 197, 197, var(--tw-border-opacity));
  }

  .lg\:border-soft-grey {
    --tw-border-opacity: 1;
    border-color: rgba(225, 225, 225, var(--tw-border-opacity));
  }

  .lg\:bg-dark-stone-overlay {
    background-color: rgba(38,43,44,.5);
  }

  .lg\:bg-faint-cloud {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 248, 248, var(--tw-bg-opacity));
  }

  .lg\:bg-ice-grey {
    --tw-bg-opacity: 1;
    background-color: rgba(246, 246, 246, var(--tw-bg-opacity));
  }

  .lg\:bg-transparent {
    background-color: rgba(255,255,255,0);
  }

  .lg\:p-0 {
    padding: 0px;
  }

  .lg\:p-2 {
    padding: 8px;
  }

  .lg\:p-2\.5 {
    padding: 0.625rem;
  }

  .lg\:p-20 {
    padding: 5rem;
  }

  .lg\:p-4 {
    padding: 1rem;
  }

  .lg\:p-5 {
    padding: 1.25rem;
  }

  .lg\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .lg\:px-1 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .lg\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .lg\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .lg\:px-12\.75 {
    padding-left: 51px;
    padding-right: 51px;
  }

  .lg\:px-13 {
    padding-left: 52px;
    padding-right: 52px;
  }

  .lg\:px-14 {
    padding-left: 56px;
    padding-right: 56px;
  }

  .lg\:px-14\.5 {
    padding-left: 58px;
    padding-right: 58px;
  }

  .lg\:px-15 {
    padding-left: 60px;
    padding-right: 60px;
  }

  .lg\:px-15\.5 {
    padding-left: 62px;
    padding-right: 62px;
  }

  .lg\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .lg\:px-17 {
    padding-left: 64px;
    padding-right: 64px;
  }

  .lg\:px-19\.5 {
    padding-left: 78px;
    padding-right: 78px;
  }

  .lg\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .lg\:px-22 {
    padding-left: 88px;
    padding-right: 88px;
  }

  .lg\:px-22\.5 {
    padding-left: 90px;
    padding-right: 90px;
  }

  .lg\:px-24 {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .lg\:px-25 {
    padding-left: 100px;
    padding-right: 100px;
  }

  .lg\:px-26 {
    padding-left: 104px;
    padding-right: 104px;
  }

  .lg\:px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .lg\:px-30 {
    padding-left: 120px;
    padding-right: 120px;
  }

  .lg\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .lg\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .lg\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .lg\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .lg\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .lg\:py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .lg\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .lg\:py-13 {
    padding-top: 52px;
    padding-bottom: 52px;
  }

  .lg\:py-17 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .lg\:py-17\.5 {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .lg\:py-18 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .lg\:py-2 {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .lg\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .lg\:py-23 {
    padding-top: 92px;
    padding-bottom: 92px;
  }

  .lg\:py-30 {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .lg\:py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .lg\:py-35 {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .lg\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .lg\:py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .lg\:py-50 {
    padding-top: 200px;
    padding-bottom: 200px;
  }

  .lg\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .lg\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .lg\:py-8\.25 {
    padding-top: 33px;
    padding-bottom: 33px;
  }

  .lg\:pb-0 {
    padding-bottom: 0px;
  }

  .lg\:pb-10 {
    padding-bottom: 2.5rem;
  }

  .lg\:pb-12 {
    padding-bottom: 3rem;
  }

  .lg\:pb-13 {
    padding-bottom: 52px;
  }

  .lg\:pb-18 {
    padding-bottom: 72px;
  }

  .lg\:pb-20 {
    padding-bottom: 5rem;
  }

  .lg\:pb-21 {
    padding-bottom: 84px;
  }

  .lg\:pb-21\.5 {
    padding-bottom: 85px;
  }

  .lg\:pb-25 {
    padding-bottom: 100px;
  }

  .lg\:pb-30 {
    padding-bottom: 120px;
  }

  .lg\:pb-33 {
    padding-bottom: 132px;
  }

  .lg\:pb-35 {
    padding-bottom: 140px;
  }

  .lg\:pb-36 {
    padding-bottom: 9rem;
  }

  .lg\:pb-4 {
    padding-bottom: 1rem;
  }

  .lg\:pb-50 {
    padding-bottom: 200px;
  }

  .lg\:pb-7 {
    padding-bottom: 1.75rem;
  }

  .lg\:pb-7\.5 {
    padding-bottom: 30px;
  }

  .lg\:pb-75 {
    padding-bottom: 300px;
  }

  .lg\:pb-8 {
    padding-bottom: 2rem;
  }

  .lg\:pl-0 {
    padding-left: 0px;
  }

  .lg\:pl-12 {
    padding-left: 3rem;
  }

  .lg\:pl-13 {
    padding-left: 52px;
  }

  .lg\:pl-25 {
    padding-left: 100px;
  }

  .lg\:pl-3 {
    padding-left: 0.75rem;
  }

  .lg\:pl-4 {
    padding-left: 1rem;
  }

  .lg\:pl-4\.25 {
    padding-left: 17px;
  }

  .lg\:pl-7 {
    padding-left: 1.75rem;
  }

  .lg\:pl-7\.5 {
    padding-left: 30px;
  }

  .lg\:pl-8 {
    padding-left: 2rem;
  }

  .lg\:pl-9 {
    padding-left: 2.25rem;
  }

  .lg\:pr-0 {
    padding-right: 0px;
  }

  .lg\:pr-12 {
    padding-right: 3rem;
  }

  .lg\:pr-16 {
    padding-right: 4rem;
  }

  .lg\:pr-18 {
    padding-right: 72px;
  }

  .lg\:pr-3 {
    padding-right: 0.75rem;
  }

  .lg\:pr-4 {
    padding-right: 1rem;
  }

  .lg\:pr-4\.5 {
    padding-right: 18px;
  }

  .lg\:pr-5 {
    padding-right: 1.25rem;
  }

  .lg\:pr-5\.5 {
    padding-right: 22px;
  }

  .lg\:pr-7 {
    padding-right: 1.75rem;
  }

  .lg\:pr-7\.5 {
    padding-right: 30px;
  }

  .lg\:pr-8 {
    padding-right: 2rem;
  }

  .lg\:pt-0 {
    padding-top: 0px;
  }

  .lg\:pt-10 {
    padding-top: 2.5rem;
  }

  .lg\:pt-12 {
    padding-top: 3rem;
  }

  .lg\:pt-16 {
    padding-top: 4rem;
  }

  .lg\:pt-17 {
    padding-top: 64px;
  }

  .lg\:pt-17\.5 {
    padding-top: 70px;
  }

  .lg\:pt-18 {
    padding-top: 72px;
  }

  .lg\:pt-24 {
    padding-top: 6rem;
  }

  .lg\:pt-25 {
    padding-top: 100px;
  }

  .lg\:pt-27 {
    padding-top: 108px;
  }

  .lg\:pt-27\.5 {
    padding-top: 110px;
  }

  .lg\:pt-30 {
    padding-top: 120px;
  }

  .lg\:pt-33 {
    padding-top: 132px;
  }

  .lg\:pt-4 {
    padding-top: 1rem;
  }

  .lg\:pt-6 {
    padding-top: 1.5rem;
  }

  .lg\:pt-7 {
    padding-top: 1.75rem;
  }

  .lg\:pt-8 {
    padding-top: 2rem;
  }

  .lg\:pt-9 {
    padding-top: 2.25rem;
  }

  .lg\:pt-9\.5 {
    padding-top: 38px;
  }

  .lg\:pt-\[100\%\] {
    padding-top: 100%;
  }

  .lg\:text-left {
    text-align: left;
  }

  .lg\:text-center {
    text-align: center;
  }

  .lg\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .lg\:text-\[15px\] {
    font-size: 15px;
  }

  .lg\:text-h1 {
    font-size: 54px;
    line-height: 64px;
    letter-spacing: 1.3px;
  }

  .lg\:text-h2 {
    font-size: 42px;
    line-height: 54px;
    letter-spacing: 1.2px;
  }

  .lg\:text-h3 {
    font-size: 34px;
    line-height: 44px;
    letter-spacing: 1.2px;
  }

  .lg\:text-h4 {
    font-size: 28px;
    line-height: 38px;
  }

  .lg\:text-h4-m {
    font-size: 22px;
    line-height: 30px;
  }

  .lg\:text-h5 {
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 1px;
  }

  .lg\:text-h6 {
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 1px;
  }

  .lg\:text-h7 {
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0px;
  }

  .lg\:text-h7-m {
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0px;
  }

  .lg\:text-h8 {
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 2px;
  }

  .lg\:text-h8-m {
    font-size: 16px;
    line-height: 21px;
    letter-spacing: 2px;
  }

  .lg\:text-p {
    font-size: 16px;
    line-height: 24px;
  }

  .lg\:text-p-lg {
    font-size: 18px;
    line-height: 27px;
  }

  .lg\:text-p-s {
    font-size: 14px;
    line-height: 20px;
  }

  .lg\:text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .lg\:text-special {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 1.45px;
  }

  .lg\:text-special-ms {
    font-size: 13px;
    line-height: 20px;
    letter-spacing: 1px;
  }

  .lg\:text-special-s {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 1px;
  }

  .lg\:font-bold {
    font-weight: 700;
  }

  .lg\:font-semibold {
    font-weight: 600;
  }

  .lg\:leading-48 {
    line-height: 48px;
  }

  .lg\:leading-56 {
    line-height: 56px;
  }

  .lg\:tracking-normal {
    letter-spacing: 0;
  }

  .lg\:text-stone {
    --tw-text-opacity: 1;
    color: rgba(77, 77, 77, var(--tw-text-opacity));
  }

  .lg\:text-white {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .lg\:no-underline {
    text-decoration-line: none;
  }

  .lg\:opacity-0 {
    opacity: 0;
  }

  .lg\:opacity-100 {
    opacity: 1;
  }

  .lg\:opacity-70 {
    opacity: 0.7;
  }

  .lg\:shadow-none {
    --tw-shadow: 0 0 rgba(0,0,0,0);
    --tw-shadow-colored: 0 0 rgba(0,0,0,0);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .lg\:hover\:border-bright-yellow:hover {
    --tw-border-opacity: 1;
    border-color: rgba(237, 255, 0, var(--tw-border-opacity));
  }

  .lg\:hover\:border-pine:hover {
    --tw-border-opacity: 1;
    border-color: rgba(76, 122, 89, var(--tw-border-opacity));
  }

  .lg\:hover\:border-silver:hover {
    --tw-border-opacity: 1;
    border-color: rgba(197, 197, 197, var(--tw-border-opacity));
  }

  .lg\:hover\:bg-dark-stone-overlay-hover:hover {
    background-color: rgba(38,43,44,.7);
  }

  .lg\:hover\:bg-light-sand:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 249, 245, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-lush:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(191, 209, 87, var(--tw-bg-opacity));
  }

  .lg\:hover\:text-bright-yellow:hover {
    --tw-text-opacity: 1;
    color: rgba(237, 255, 0, var(--tw-text-opacity));
  }

  .lg\:hover\:text-pine:hover {
    --tw-text-opacity: 1;
    color: rgba(76, 122, 89, var(--tw-text-opacity));
  }

  .lg\:hover\:underline:hover {
    text-decoration-line: underline;
  }

  .lg\:hover\:opacity-90:hover {
    opacity: 0.9;
  }

  .group:hover .lg\:group-hover\:block {
    display: block;
  }

  .group:hover .lg\:group-hover\:border-b-0 {
    border-bottom-width: 0;
  }

  .group:hover .lg\:group-hover\:border-l-0 {
    border-left-width: 0;
  }

  .group:hover .lg\:group-hover\:border-r-0 {
    border-right-width: 0;
  }

  .group:hover .lg\:group-hover\:border-bright-yellow {
    --tw-border-opacity: 1;
    border-color: rgba(237, 255, 0, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:text-pine {
    --tw-text-opacity: 1;
    color: rgba(76, 122, 89, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:opacity-100 {
    opacity: 1;
  }
}

@media (min-width: 1280px) {

  .xl\:bottom-full {
    bottom: 100%;
  }

  .xl\:left-full {
    left: 100%;
  }

  .xl\:right-auto {
    right: auto;
  }

  .xl\:top-14 {
    top: 56px;
  }

  .xl\:top-auto {
    top: auto;
  }

  .xl\:z-auto {
    z-index: auto;
  }

  .xl\:m-0 {
    margin: 0px;
  }

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

  .xl\:-mx-0\.5 {
    margin-left: -2px;
    margin-right: -2px;
  }

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

  .xl\:-mx-1\.5 {
    margin-left: -0.375rem;
    margin-right: -0.375rem;
  }

  .xl\:-mx-2 {
    margin-left: -8px;
    margin-right: -8px;
  }

  .xl\:-mx-2\.5 {
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }

  .xl\:mx-2 {
    margin-left: 8px;
    margin-right: 8px;
  }

  .xl\:mx-2\.5 {
    margin-left: 0.625rem;
    margin-right: 0.625rem;
  }

  .xl\:mb-14 {
    margin-bottom: 56px;
  }

  .xl\:mb-2 {
    margin-bottom: 8px;
  }

  .xl\:mb-3 {
    margin-bottom: 0.75rem;
  }

  .xl\:mb-8 {
    margin-bottom: 2rem;
  }

  .xl\:mb-9 {
    margin-bottom: 2.25rem;
  }

  .xl\:mb-9\.5 {
    margin-bottom: 38px;
  }

  .xl\:ml-2 {
    margin-left: 8px;
  }

  .xl\:mr-2 {
    margin-right: 8px;
  }

  .xl\:mr-24 {
    margin-right: 6rem;
  }

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

  .xl\:mt-0 {
    margin-top: 0px;
  }

  .xl\:block {
    display: block;
  }

  .xl\:inline-block {
    display: inline-block;
  }

  .xl\:flex {
    display: flex;
  }

  .xl\:hidden {
    display: none;
  }

  .xl\:h-52 {
    height: 13rem;
  }

  .xl\:h-52\.5 {
    height: 210px;
  }

  .xl\:h-auto {
    height: auto;
  }

  .xl\:w-1\/2 {
    width: 50%;
  }

  .xl\:w-1\/3 {
    width: 33.333333%;
  }

  .xl\:w-1\/4 {
    width: 25%;
  }

  .xl\:w-1\/6 {
    width: 16.666667%;
  }

  .xl\:w-2\/3 {
    width: 66.666667%;
  }

  .xl\:w-52 {
    width: 13rem;
  }

  .xl\:w-52\.5 {
    width: 210px;
  }

  .xl\:w-full {
    width: 100%;
  }

  .xl\:max-w-1200 {
    max-width: 1200px;
  }

  .xl\:max-w-btn-sm {
    max-width: 200px;
  }

  .xl\:max-w-full {
    max-width: 100%;
  }

  .xl\:max-w-none {
    max-width: none;
  }

  .xl\:translate-x-33 {
    --tw-translate-x: 132px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .xl\:translate-x-33\.75 {
    --tw-translate-x: 135px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .xl\:grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .xl\:flex-row {
    flex-direction: row;
  }

  .xl\:items-center {
    align-items: center;
  }

  .xl\:gap-30 {
    gap: 120px;
  }

  .xl\:gap-x-8 {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }

  .xl\:gap-y-2 {
    row-gap: 8px;
  }

  .xl\:overflow-x-visible {
    overflow-x: visible;
  }

  .xl\:border {
    border-width: 1px;
  }

  .xl\:border-solid {
    border-style: solid;
  }

  .xl\:p-1 {
    padding: 0.25rem;
  }

  .xl\:p-1\.5 {
    padding: 0.375rem;
  }

  .xl\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .xl\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .xl\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .xl\:px-22 {
    padding-left: 88px;
    padding-right: 88px;
  }

  .xl\:px-22\.5 {
    padding-left: 90px;
    padding-right: 90px;
  }

  .xl\:px-25 {
    padding-left: 100px;
    padding-right: 100px;
  }

  .xl\:px-30 {
    padding-left: 120px;
    padding-right: 120px;
  }

  .xl\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .xl\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .xl\:px-6\.5 {
    padding-left: 26px;
    padding-right: 26px;
  }

  .xl\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .xl\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .xl\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .xl\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .xl\:pb-0 {
    padding-bottom: 0px;
  }

  .xl\:pb-33 {
    padding-bottom: 132px;
  }

  .xl\:pl-16 {
    padding-left: 4rem;
  }

  .xl\:pl-32 {
    padding-left: 8rem;
  }

  .xl\:pl-4 {
    padding-left: 1rem;
  }

  .xl\:pr-0 {
    padding-right: 0px;
  }

  .xl\:pr-32 {
    padding-right: 8rem;
  }

  .xl\:pt-25 {
    padding-top: 100px;
  }

  .xl\:text-h4 {
    font-size: 28px;
    line-height: 38px;
  }

  .xl\:text-h5 {
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 1px;
  }

  .xl\:text-h7 {
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0px;
  }

  .xl\:text-h7-m {
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0px;
  }

  .xl\:text-h8 {
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 2px;
  }

  .xl\:text-h8-m {
    font-size: 16px;
    line-height: 21px;
    letter-spacing: 2px;
  }

  .xl\:text-p-lg {
    font-size: 18px;
    line-height: 27px;
  }

  .xl\:text-p-ms {
    font-size: 13px;
    line-height: 20px;
  }

  .xl\:text-p-s {
    font-size: 14px;
    line-height: 20px;
  }

  .xl\:text-p-xs {
    font-size: 12px;
    line-height: 18px;
  }

  .xl\:opacity-0 {
    opacity: 0;
  }

  .xl\:shadow-none {
    --tw-shadow: 0 0 rgba(0,0,0,0);
    --tw-shadow-colored: 0 0 rgba(0,0,0,0);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .xl\:shadow-search-auto {
    --tw-shadow: 0 0 6px rgba(0,0,0,0.25);
    --tw-shadow-colored: 0 0 6px var(--tw-shadow-color);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .xl\:focus-within\:opacity-100:focus-within {
    opacity: 1;
  }

  .xl\:hover\:text-pine:hover {
    --tw-text-opacity: 1;
    color: rgba(76, 122, 89, var(--tw-text-opacity));
  }

  .xl\:hover\:underline:hover {
    text-decoration-line: underline;
  }

  .group:hover .xl\:group-hover\:opacity-100 {
    opacity: 1;
  }

  .group:focus .xl\:group-focus\:opacity-100 {
    opacity: 1;
  }
}

@media (min-width: 1380px) {

  .bxl\:sticky {
    position: sticky;
  }

  .bxl\:top-8 {
    top: 2rem;
  }

  .bxl\:float-right {
    float: right;
  }

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

  .bxl\:mb-16 {
    margin-bottom: 4rem;
  }

  .bxl\:mb-2 {
    margin-bottom: 8px;
  }

  .bxl\:mb-20 {
    margin-bottom: 5rem;
  }

  .bxl\:mb-3 {
    margin-bottom: 0.75rem;
  }

  .bxl\:mb-3\.5 {
    margin-bottom: 0.875rem;
  }

  .bxl\:mb-4 {
    margin-bottom: 1rem;
  }

  .bxl\:mb-8 {
    margin-bottom: 2rem;
  }

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

  .bxl\:mt-6 {
    margin-top: 1.5rem;
  }

  .bxl\:block {
    display: block;
  }

  .bxl\:flex {
    display: flex;
  }

  .bxl\:grid {
    display: grid;
  }

  .bxl\:hidden {
    display: none;
  }

  .bxl\:h-0 {
    height: 0px;
  }

  .bxl\:h-100 {
    height: 400px;
  }

  .bxl\:h-8 {
    height: 2rem;
  }

  .bxl\:h-9 {
    height: 2.25rem;
  }

  .bxl\:max-h-unset {
    max-height: none;
    max-height: initial;
  }

  .bxl\:w-0 {
    width: 0px;
  }

  .bxl\:w-1\/2 {
    width: 50%;
  }

  .bxl\:w-15 {
    width: 60px;
  }

  .bxl\:w-37\% {
    width: 37%;
  }

  .bxl\:w-63\% {
    width: 63%;
  }

  .bxl\:w-9 {
    width: 2.25rem;
  }

  .bxl\:w-full {
    width: 100%;
  }

  .bxl\:max-w-1\/2 {
    max-width: 50%;
  }

  .bxl\:max-w-112 {
    max-width: 448px;
  }

  .bxl\:max-w-product-gallery-desktop {
    max-width: 988px;
  }

  .bxl\:translate-x-5 {
    --tw-translate-x: 1.25rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .bxl\:transform {
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .bxl\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .bxl\:flex-row {
    flex-direction: row;
  }

  .bxl\:flex-nowrap {
    flex-wrap: nowrap;
  }

  .bxl\:items-start {
    align-items: flex-start;
  }

  .bxl\:items-center {
    align-items: center;
  }

  .bxl\:justify-end {
    justify-content: flex-end;
  }

  .bxl\:justify-between {
    justify-content: space-between;
  }

  .bxl\:gap-2 {
    gap: 8px;
  }

  .bxl\:border-b {
    border-bottom-width: 1px;
  }

  .bxl\:border-b-0 {
    border-bottom-width: 0;
  }

  .bxl\:border-l-0 {
    border-left-width: 0;
  }

  .bxl\:border-r-0 {
    border-right-width: 0;
  }

  .bxl\:border-t {
    border-top-width: 1px;
  }

  .bxl\:border-t-2 {
    border-top-width: 2px;
  }

  .bxl\:border-stone {
    --tw-border-opacity: 1;
    border-color: rgba(77, 77, 77, var(--tw-border-opacity));
  }

  .bxl\:border-white {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .bxl\:bg-faint-cloud {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 248, 248, var(--tw-bg-opacity));
  }

  .bxl\:p-0 {
    padding: 0px;
  }

  .bxl\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .bxl\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .bxl\:px-12\.75 {
    padding-left: 51px;
    padding-right: 51px;
  }

  .bxl\:px-18 {
    padding-left: 72px;
    padding-right: 72px;
  }

  .bxl\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .bxl\:px-22 {
    padding-left: 88px;
    padding-right: 88px;
  }

  .bxl\:px-22\.5 {
    padding-left: 90px;
    padding-right: 90px;
  }

  .bxl\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .bxl\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .bxl\:py-15 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .bxl\:py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .bxl\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .bxl\:py-8\.25 {
    padding-top: 33px;
    padding-bottom: 33px;
  }

  .bxl\:pb-3 {
    padding-bottom: 0.75rem;
  }

  .bxl\:pb-3\.5 {
    padding-bottom: 0.875rem;
  }

  .bxl\:pb-8 {
    padding-bottom: 2rem;
  }

  .bxl\:pl-0 {
    padding-left: 0px;
  }

  .bxl\:pl-10 {
    padding-left: 2.5rem;
  }

  .bxl\:pl-32 {
    padding-left: 8rem;
  }

  .bxl\:pr-0 {
    padding-right: 0px;
  }

  .bxl\:pr-32 {
    padding-right: 8rem;
  }

  .bxl\:pt-0 {
    padding-top: 0px;
  }

  .bxl\:pt-18 {
    padding-top: 72px;
  }

  .bxl\:pt-5 {
    padding-top: 1.25rem;
  }

  .bxl\:pt-5\.5 {
    padding-top: 22px;
  }

  .bxl\:pt-8 {
    padding-top: 2rem;
  }

  .bxl\:text-left {
    text-align: left;
  }

  .bxl\:text-h2 {
    font-size: 42px;
    line-height: 54px;
    letter-spacing: 1.2px;
  }

  .bxl\:text-h4 {
    font-size: 28px;
    line-height: 38px;
  }

  .bxl\:text-h5-m {
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0.8px;
  }

  .bxl\:text-p {
    font-size: 16px;
    line-height: 24px;
  }

  .bxl\:text-p-xs {
    font-size: 12px;
    line-height: 18px;
  }
}

@media (min-width: 1440px) {

  .\31\.5xl\:max-w-1200 {
    max-width: 1200px;
  }

  .\31\.5xl\:max-w-75 {
    max-width: 300px;
  }

  .\31\.5xl\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .\31\.5xl\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .\31\.5xl\:last\:block:last-child {
    display: block;
  }
}

@media (min-width: 1536px) {

  .\32xl\:text-h7 {
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0px;
  }

  .\32xl\:text-h7-m {
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0px;
  }

  .\32xl\:text-h8 {
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 2px;
  }

  .\32xl\:text-h8-m {
    font-size: 16px;
    line-height: 21px;
    letter-spacing: 2px;
  }
}

