/** Shopify CDN: Minification failed

Line 27:8 Expected ":"

**/
/*
! tailwindcss v3.4.3 | 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: '';
}
.border-gray-medium.button__variant{
  border
}


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

html,
:host {
  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, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}

/*
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;
          text-decoration: underline dotted;
}

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

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

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

a {
  color: 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 */
  letter-spacing: 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,
input:where([type='button']),
input:where([type='reset']),
input:where([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:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::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:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}.heading-xl {
  font-size: 64px;
  line-height: 120%;
  letter-spacing: -0.64px;
  font-weight: 400;
}.heading-xl-bold {
  font-size: 64px;
  line-height: 120%;
  letter-spacing: -0.64px;
  font-weight: 700;
}.heading-lg {
  font-size: 40px;
  line-height: 113%;
  letter-spacing: -0.4px;
  font-weight: 400;
}.heading-lg-bold {
  font-size: 40px;
  line-height: 113%;
  letter-spacing: -0.4px;
  font-weight: 700;
}.heading-md {
  font-size: 32px;
  line-height: 120%;
  letter-spacing: -0.32px;
  font-weight: 400;
}.heading-md-bold {
  font-size: 32px;
  line-height: 120%;
  letter-spacing: -0.32px;
  font-weight: 700;
}.heading-sm {
  font-size: 24px;
  line-height: 120%;
  letter-spacing: -0.24px;
  font-weight: 400;
}.heading-sm-bold {
  font-size: 24px;
  line-height: 120%;
  letter-spacing: -0.24px;
  font-weight: 700;
}.heading-xs {
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0.36px;
  font-weight: 400;
}.heading-xs-bold {
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0.36px;
  font-weight: 700;
}.para-lg {
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0.32px;
  font-weight: 400;
}.para-sm {
  font-size: 14px;
  line-height: 120%;
  letter-spacing: 0.28px;
  font-weight: 400;
}.button {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);display:flex;justify-content:center;align-items:center;height:49px;border-radius:4px;font-size:16px;font-style:normal;font-weight:600;line-height:normal;letter-spacing:.32px;padding:0 30px;border:2px solid;
}@media (min-width: 1024px){.button{height:63px;padding:0 60px}}.button.dark {
  --tw-border-opacity: 1;
  border-color: rgba(0, 0, 0, 1);
  border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgba(0, 0, 0, 1);
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, 1);
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}.button.dark:hover {
  --tw-text-opacity: 1;
  color: rgba(181, 135, 82, 1);
  color: rgba(181, 135, 82, var(--tw-text-opacity));
}.button.dark:disabled {
  --tw-border-opacity: 1;
  border-color: rgba(204, 204, 204, 1);
  border-color: rgba(204, 204, 204, var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgba(204, 204, 204, 1);
  background-color: rgba(204, 204, 204, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(247, 247, 244, 1);
  color: rgba(247, 247, 244, var(--tw-text-opacity));
}.button.light {
  --tw-border-opacity: 1;
  border-color: rgba(0, 0, 0, 1);
  border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, 1);
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, 1);
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}.button.light:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(0, 0, 0, 1);
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, 1);
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}.button.light:disabled {
  --tw-border-opacity: 1;
  border-color: rgba(204, 204, 204, 1);
  border-color: rgba(204, 204, 204, var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, 1);
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(204, 204, 204, 1);
  color: rgba(204, 204, 204, var(--tw-text-opacity));
}.button.small{font-size:14px;font-style:normal;font-weight:600;line-height:normal;letter-spacing:.28px;height:37px;border-width:1px;padding:0 15px}@media (min-width: 1024px){.button.small{border-width:2px;padding:0 30px;height:56px}}.button.small-fixed{font-size:14px;font-style:normal;font-weight:600;line-height:normal;letter-spacing:.28px;height:37px;border-width:1px}@media (min-width: 1024px){.button.small-fixed{border-width:2px}}.link {
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, 1);
  color: rgba(0, 0, 0, var(--tw-text-opacity));
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);font-size:16px;font-style:normal;font-weight:400;line-height:150%;letter-spacing:.32px;text-decoration-line:underline;text-underline-offset:2px;
}.link:hover {
  --tw-text-opacity: 1;
  color: rgba(181, 135, 82, 1);
  color: rgba(181, 135, 82, var(--tw-text-opacity));
}.link:disabled {
  opacity: 0.35;
}.button__variant{display:flex;justify-content:center;align-items:center;min-width:30px;height:30px;padding:0 ;font-size:12px;font-style:normal;font-weight:500;line-height:normal;letter-spacing:.48px;text-transform:uppercase;border-width:1px;border-radius:4px;transition:all 200ms ease-in-out;position:relative}.button__variant:hover{border-color:#000}.button__variant:disabled{border-color:#ccc;background:#fff;color:#ccc !important;pointer-events:none}.button__variant:disabled::after{content:"";position:absolute;top:12px;right:-9.5px;background-color:#f2f2f2;height:2px;width:154%;transform:rotate(-42deg)}.section-p-b.small{padding-bottom:48px}@media (min-width: 768px){.section-p-b.small{padding-bottom:80px}}.section-p-b.medium{padding-bottom:80px}@media (min-width: 768px){.section-p-b.medium{padding-bottom:120px}}.section-p-b.large{padding-bottom:100px}@media (min-width: 768px){.section-p-b.large{padding-bottom:180px}}.section-p-b.none{padding-bottom:0}.pointer-events-none {
  pointer-events: none;
}
.button__variant.bg-black{
  border-width:2px;
}
.visible {
  visibility: visible;
}.collapse {
  visibility: collapse;
}.static {
  position: static;
}.fixed {
  position: fixed;
}.absolute {
  position: absolute;
}.relative {
  position: relative;
}.sticky {
  position: sticky;
}.inset-0 {
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}.bottom-0 {
  bottom: 0px;
}.bottom-2 {
  bottom: 0.5rem;
}.bottom-2\.5 {
  bottom: 0.625rem;
}.bottom-5 {
  bottom: 1.25rem;
}.bottom-6 {
  bottom: 1.5rem;
}.bottom-\[0\%\] {
  bottom: 0%;
}.bottom-\[30px\] {
  bottom: 30px;
}.left-0 {
  left: 0px;
}.left-16 {
  left: 4rem;
}.left-2 {
  left: 0.5rem;
}.left-2\.5 {
  left: 0.625rem;
}.left-3 {
  left: 0.75rem;
}.left-5 {
  left: 1.25rem;
}.left-\[20\%\] {
  left: 20%;
}.left-\[30px\] {
  left: 30px;
}.left-\[34vw\] {
  left: 34vw;
}.right-0 {
  right: 0px;
}.right-2 {
  right: 0.5rem;
}.right-\[10vw\] {
  right: 10vw;
}.right-\[27\.5vw\] {
  right: 27.5vw;
}.right-\[30px\] {
  right: 30px;
}.top-0 {
  top: 0px;
}.top-5 {
  top: 1.25rem;
}.top-\[13\%\] {
  top: 13%;
}.top-\[35vw\] {
  top: 35vw;
}.top-\[48vw\] {
  top: 48vw;
}.top-\[49vw\] {
  top: 49vw;
}.top-\[51vw\] {
  top: 51vw;
}.top-\[7\%\] {
  top: 7%;
}.z-10 {
  z-index: 10;
}.col-span-1 {
  grid-column: span 1 / span 1;
}.col-span-10 {
  grid-column: span 10 / span 10;
}.col-span-12 {
  grid-column: span 12 / span 12;
}.col-span-2 {
  grid-column: span 2 / span 2;
}.col-span-3 {
  grid-column: span 3 / span 3;
}.col-span-6 {
  grid-column: span 6 / span 6;
}.col-start-1 {
  grid-column-start: 1;
}.col-start-11 {
  grid-column-start: 11;
}.col-start-5 {
  grid-column-start: 5;
}.m-0 {
  margin: 0px;
}.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}.mx-auto {
  margin-left: auto;
  margin-right: auto;
}.my-5 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}.my-auto {
  margin-top: auto;
  margin-bottom: auto;
}.mb-0 {
  margin-bottom: 0px;
}.mb-2 {
  margin-bottom: 0.5rem;
}.mb-20 {
  margin-bottom: 5rem;
}.mb-4 {
  margin-bottom: 1rem;
}.mb-8 {
  margin-bottom: 2rem;
}.ml-\[1\.5\%\] {
  margin-left: 1.5%;
}.ml-\[2\%\] {
  margin-left: 2%;
}.ml-\[20\%\] {
  margin-left: 20%;
}.ml-\[27\.3\%\] {
  margin-left: 27.3%;
}.ml-\[5\%\] {
  margin-left: 5%;
}.ml-\[51\.5\%\] {
  margin-left: 51.5%;
}.mr-2 {
  margin-right: 0.5rem;
}.mr-2\.5 {
  margin-right: 0.625rem;
}.mr-\[1\.5\%\] {
  margin-right: 1.5%;
}.mr-\[20\%\] {
  margin-right: 20%;
}.mr-\[5\%\] {
  margin-right: 5%;
}.mt-1 {
  margin-top: 0.25rem;
}.mt-2 {
  margin-top: 0.5rem;
}.mt-2\.5 {
  margin-top: 0.625rem;
}.mt-4 {
  margin-top: 1rem;
}.mt-\[13\%\] {
  margin-top: 13%;
}.mt-\[130\%\] {
  margin-top: 130%;
}.mt-\[133\%\] {
  margin-top: 133%;
}.mt-\[15\%\] {
  margin-top: 15%;
}.mt-\[25\%\] {
  margin-top: 25%;
}.mt-\[27\%\] {
  margin-top: 27%;
}.mt-\[3\%\] {
  margin-top: 3%;
}.mt-\[30\%\] {
  margin-top: 30%;
}.mt-\[4\%\] {
  margin-top: 4%;
}.mt-\[5\.5\%\] {
  margin-top: 5.5%;
}.mt-\[8\%\] {
  margin-top: 8%;
}.mt-auto {
  margin-top: auto;
}.block {
  display: block;
}.inline {
  display: inline;
}.flex {
  display: flex;
}.table {
  display: table;
}.grid {
  display: grid;
}.hidden {
  display: none;
}.aspect-\[0\.8\] {
  aspect-ratio: 0.8;
}.h-8 {
  height: 2rem;
}.h-\[117px\] {
  height: 117px;
}.h-\[126vw\] {
  height: 126vw;
}.h-\[160vw\] {
  height: 160vw;
}.h-\[179px\] {
  height: 179px;
}.h-\[17px\] {
  height: 17px;
}.h-\[26px\] {
  height: 26px;
}.h-\[271px\] {
  height: 271px;
}.h-\[30px\] {
  height: 30px;
}.h-\[36px\] {
  height: 36px;
}.h-\[37px\] {
  height: 37px;
}.h-\[56px\] {
  height: 56px;
}.h-\[86px\] {
  height: 86px;
}.h-auto {
  height: auto;
}.h-fit {
  height: -moz-fit-content;
  height: fit-content;
}.h-full {
  height: 100%;
}.max-h-\[145px\] {
  max-height: 145px;
}.max-h-\[26px\] {
  max-height: 26px;
}.max-h-\[86px\] {
  max-height: 86px;
}.min-h-\[156vw\] {
  min-height: 156vw;
}.min-h-\[30px\] {
  min-height: 30px;
}.min-h-\[36px\] {
  min-height: 36px;
}.min-h-\[76px\] {
  min-height: 76px;
}.w-64 {
  width: 16rem;
}.w-\[120px\] {
  width: 120px;
}.w-\[131px\] {
  width: 131px;
}.w-\[132px\] {
  width: 132px;
}.w-\[164px\] {
  width: 164px;
}.w-\[17px\] {
  width: 17px;
}.w-\[217px\] {
  width: 217px;
}.w-\[25\.5vw\] {
  width: 25.5vw;
}.w-\[26px\] {
  width: 26px;
}.w-\[30px\] {
  width: 30px;
}.w-\[32vw\] {
  width: 32vw;
}.w-\[36px\] {
  width: 36px;
}.w-\[420px\] {
  width: 420px;
}.w-\[73px\] {
  width: 73px;
}.w-\[87px\] {
  width: 87px;
}.w-\[92\%\] {
  width: 92%;
}.w-\[calc\(100\%-20px\)\] {
  width: calc(100% - 20px);
}.w-\[calc\(100\%-40px\)\] {
  width: calc(100% - 40px);
}.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}.w-full {
  width: 100%;
}.w-max {
  width: -moz-max-content;
  width: max-content;
}.w-min {
  width: -moz-min-content;
  width: min-content;
}.min-w-\[120px\] {
  min-width: 120px;
}.min-w-\[17px\] {
  min-width: 17px;
}.min-w-\[25\.5vw\] {
  min-width: 25.5vw;
}.min-w-\[32vw\] {
  min-width: 32vw;
}.min-w-\[36px\] {
  min-width: 36px;
}.min-w-\[94px\] {
  min-width: 94px;
}.min-w-\[99px\] {
  min-width: 99px;
}.min-w-max {
  min-width: -moz-max-content;
  min-width: max-content;
}.max-w-\[100vw\] {
  max-width: 100vw;
}.max-w-\[201px\] {
  max-width: 201px;
}.max-w-\[263px\] {
  max-width: 263px;
}.max-w-\[453px\] {
  max-width: 453px;
}.max-w-\[64vw\] {
  max-width: 64vw;
}.flex-grow {
  flex-grow: 1;
}.-translate-y-full {
  --tw-translate-y: -100%;
  transform: translate(var(--tw-translate-x), -100%) 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: 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-\[80px\] {
  --tw-translate-y: 80px;
  transform: translate(var(--tw-translate-x), 80px) 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: 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-0 {
  --tw-rotate: 0deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(0deg) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  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(180deg) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  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-x-100 {
  --tw-scale-x: -1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(-1) scaleY(var(--tw-scale-y));
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}@keyframes fadeIn {

  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}.animate-fade-in-500 {
  animation: fadeIn 500ms ease-in-out forwards;
}.cursor-grab {
  cursor: grab;
}.cursor-pointer {
  cursor: pointer;
}.grid-cols-12 {
  grid-template-columns: repeat(12, minmax(0, 1fr));
}.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}.flex-row {
  flex-direction: row;
}.flex-row-reverse {
  flex-direction: row-reverse;
}.flex-col {
  flex-direction: column;
}.flex-col-reverse {
  flex-direction: column-reverse;
}.flex-wrap {
  flex-wrap: wrap;
}.items-start {
  align-items: flex-start;
}.items-end {
  align-items: flex-end;
}.items-center {
  align-items: center;
}.justify-start {
  justify-content: flex-start;
}.justify-end {
  justify-content: flex-end;
}.justify-center {
  justify-content: center;
}.justify-between {
  justify-content: space-between;
}.gap-1 {
  gap: 0.25rem;
}.gap-10 {
  gap: 2.5rem;
}.gap-2 {
  gap: 0.5rem;
}.gap-2\.5 {
  gap: 0.625rem;
}.gap-3 {
  gap: 0.75rem;
}.gap-4 {
  gap: 1rem;
}.gap-5 {
  gap: 1.25rem;
}.gap-\[5px\] {
  gap: 5px;
}.gap-\[6px\] {
  gap: 6px;
}.gap-x-2 {
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}.gap-x-2\.5 {
  -moz-column-gap: 0.625rem;
       column-gap: 0.625rem;
}.gap-y-6 {
  row-gap: 1.5rem;
}.gap-y-\[10px\] {
  row-gap: 10px;
}.gap-y-\[20px\] {
  row-gap: 20px;
}.gap-y-\[5px\] {
  row-gap: 5px;
}.space-x-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * 0);
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * (1 - 0));
  margin-left: calc(0.5rem * (1 - var(--tw-space-x-reverse)));
  margin-left: calc(0.5rem * calc(1 - 0));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}.self-stretch {
  align-self: stretch;
}.overflow-hidden {
  overflow: hidden;
}.overflow-x-auto {
  overflow-x: auto;
}.overflow-x-hidden {
  overflow-x: hidden;
}.overflow-y-hidden {
  overflow-y: hidden;
}.overflow-x-scroll {
  overflow-x: scroll;
}.overflow-y-scroll {
  overflow-y: scroll;
}.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}.whitespace-nowrap {
  white-space: nowrap;
}.rounded-2 {
  border-radius: 2px;
}.rounded-4 {
  border-radius: 4px;
}.rounded-full {
  border-radius: 9999px;
}.rounded-lg {
  border-radius: 0.5rem;
}.border {
  border-width: 1px;
}.border-2 {
  border-width: 2px;
}.border-\[2px\] {
  border-width: 2px;
}.border-b {
  border-bottom-width: 1px;
}.border-l {
  border-left-width: 1px;
}.border-r {
  border-right-width: 1px;
}.border-t {
  border-top-width: 1px;
}.border-solid {
  border-style: solid;
}.border-black {
  --tw-border-opacity: 1;
  border-color: rgba(0, 0, 0, 1);
  border-color: rgba(0, 0, 0, var(--tw-border-opacity));
}.border-gold {
  --tw-border-opacity: 1;
  border-color: rgba(181, 135, 82, 1);
  border-color: rgba(181, 135, 82, var(--tw-border-opacity));
}.border-gray-medium {
  --tw-border-opacity: 1;
  border-color: rgba(204, 204, 204, 1);
  border-color: rgba(204, 204, 204, var(--tw-border-opacity));
}.border-white {
  --tw-border-opacity: 1;
  border-color: rgba(255, 255, 255, 1);
  border-color: rgba(255, 255, 255, var(--tw-border-opacity));
}.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgba(0, 0, 0, 1);
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
}.bg-gold {
  --tw-bg-opacity: 1;
  background-color: rgba(181, 135, 82, 1);
  background-color: rgba(181, 135, 82, var(--tw-bg-opacity));
}.bg-gray-light {
  --tw-bg-opacity: 1;
  background-color: rgba(247, 247, 244, 1);
  background-color: rgba(247, 247, 244, var(--tw-bg-opacity));
}.bg-gray-medium {
  --tw-bg-opacity: 1;
  background-color: rgba(204, 204, 204, 1);
  background-color: rgba(204, 204, 204, var(--tw-bg-opacity));
}.bg-transparent {
  background-color: transparent;
}.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, 1);
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}.p-2 {
  padding: 0.5rem;
}.p-2\.5 {
  padding: 0.625rem;
}.p-3 {
  padding: 0.75rem;
}.p-\[22px\] {
  padding: 22px;
}.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}.px-2\.5 {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}.px-\[5px\] {
  padding-left: 5px;
  padding-right: 5px;
}.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}.py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}.py-\[100px\] {
  padding-top: 100px;
  padding-bottom: 100px;
}.py-\[19px\] {
  padding-top: 19px;
  padding-bottom: 19px;
}.py-\[20px\] {
  padding-top: 20px;
  padding-bottom: 20px;
}.py-\[80px\] {
  padding-top: 80px;
  padding-bottom: 80px;
}.pb-0 {
  padding-bottom: 0px;
}.pb-0\.5 {
  padding-bottom: 0.125rem;
}.pb-1 {
  padding-bottom: 0.25rem;
}.pb-10 {
  padding-bottom: 2.5rem;
}.pb-12 {
  padding-bottom: 3rem;
}.pb-2 {
  padding-bottom: 0.5rem;
}.pb-2\.5 {
  padding-bottom: 0.625rem;
}.pb-20 {
  padding-bottom: 5rem;
}.pb-3 {
  padding-bottom: 0.75rem;
}.pb-4 {
  padding-bottom: 1rem;
}.pb-5 {
  padding-bottom: 1.25rem;
}.pb-6 {
  padding-bottom: 1.5rem;
}.pb-8 {
  padding-bottom: 2rem;
}.pb-\[142px\] {
  padding-bottom: 142px;
}.pb-\[150\%\] {
  padding-bottom: 150%;
}.pb-\[2px\] {
  padding-bottom: 2px;
}.pb-\[3px\] {
  padding-bottom: 3px;
}.pb-\[66\.66\%\] {
  padding-bottom: 66.66%;
}.pl-2 {
  padding-left: 0.5rem;
}.pl-2\.5 {
  padding-left: 0.625rem;
}.pl-4 {
  padding-left: 1rem;
}.pl-5 {
  padding-left: 1.25rem;
}.pl-\[3px\] {
  padding-left: 3px;
}.pl-\[5px\] {
  padding-left: 5px;
}.pr-16 {
  padding-right: 4rem;
}.pr-2 {
  padding-right: 0.5rem;
}.pr-2\.5 {
  padding-right: 0.625rem;
}.pr-4 {
  padding-right: 1rem;
}.pr-5 {
  padding-right: 1.25rem;
}.pt-1 {
  padding-top: 0.25rem;
}.pt-1\.5 {
  padding-top: 0.375rem;
}.pt-10 {
  padding-top: 2.5rem;
}.pt-2 {
  padding-top: 0.5rem;
}.pt-2\.5 {
  padding-top: 0.625rem;
}.pt-3 {
  padding-top: 0.75rem;
}.pt-4 {
  padding-top: 1rem;
}.pt-5 {
  padding-top: 1.25rem;
}.pt-8 {
  padding-top: 2rem;
}.pt-\[125\%\] {
  padding-top: 125%;
}.pt-\[2px\] {
  padding-top: 2px;
}.pt-\[40px\] {
  padding-top: 40px;
}.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;
}.align-bottom {
  vertical-align: bottom;
}.text-12 {
  font-size: 12px;
}.text-\[12px\] {
  font-size: 12px;
}.text-\[20px\] {
  font-size: 20px;
}.text-\[24px\] {
  font-size: 24px;
}.text-heading-lg {
  font-size: 40px;
  line-height: 113%;
  letter-spacing: -0.4px;
}.text-heading-md {
  font-size: 32px;
  line-height: 120%;
  letter-spacing: -0.32px;
}.text-heading-sm {
  font-size: 24px;
  line-height: 120%;
  letter-spacing: -0.24px;
}.text-heading-xl {
  font-size: 64px;
  line-height: 120%;
  letter-spacing: -0.64px;
}.text-heading-xs {
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0.36px;
}.text-para-lg {
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0.32px;
}.text-para-sm {
  font-size: 14px;
  line-height: 120%;
  letter-spacing: 0.28px;
}.font-400 {
  font-weight: 400;
}.font-600 {
  font-weight: 600;
}.font-700 {
  font-weight: 700;
}.uppercase {
  text-transform: uppercase;
}.capitalize {
  text-transform: capitalize;
}.italic {
  font-style: italic;
}.leading-\[120\%\] {
  line-height: 120%;
}.leading-\[12px\] {
  line-height: 12px;
}.tracking-3pc {
  letter-spacing: 0.03em;
}.text-black {
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, 1);
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}.text-gray-medium {
  --tw-text-opacity: 1;
  color: rgba(204, 204, 204, 1);
  color: rgba(204, 204, 204, var(--tw-text-opacity));
}.text-gray-warm {
  --tw-text-opacity: 1;
  color: rgba(153, 139, 127, 1);
  color: rgba(153, 139, 127, var(--tw-text-opacity));
}.text-red {
  --tw-text-opacity: 1;
  color: rgba(228, 55, 0, 1);
  color: rgba(228, 55, 0, var(--tw-text-opacity));
}.text-white {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, 1);
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}.underline {
  text-decoration-line: underline;
}.line-through {
  text-decoration-line: line-through;
}.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}.opacity-0 {
  opacity: 0;
}.opacity-10 {
  opacity: 0.1;
}.opacity-100 {
  opacity: 1;
}.opacity-50 {
  opacity: 0.5;
}.opacity-60 {
  opacity: 0.6;
}.opacity-65 {
  opacity: 0.65;
}.opacity-75 {
  opacity: 0.75;
}.shadow {
  --tw-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.05);
  --tw-shadow-colored: 0px 2px 0px 0px var(--tw-shadow-color);
  box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), 0px 2px 0px 0px rgba(0, 0, 0, 0.05);
  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);
}.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}.outline {
  outline-style: solid;
}.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-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}.transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}.delay-100 {
  transition-delay: 100ms;
}.delay-200 {
  transition-delay: 200ms;
}.duration-100 {
  transition-duration: 100ms;
}.duration-150 {
  transition-duration: 150ms;
}.duration-200 {
  transition-duration: 200ms;
}.duration-300 {
  transition-duration: 300ms;
}.duration-500 {
  transition-duration: 500ms;
}.duration-\[400ms\] {
  transition-duration: 400ms;
}.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}.ease-linear {
  transition-timing-function: linear;
}.will-change-transform {
  will-change: transform;
}.visually-hidden{position:absolute !important;word-wrap:normal !important}.visually-hidden{overflow:hidden;width:1px;height:1px;margin:-1px;padding:0;border:0;clip:rect(0 0 0 0)}[x-cloak]{display:none !important}.section{overflow-x:hidden}.collapse{visibility:hidden}.collapse.in{visibility:visible !important}.section-p-b.small{padding-bottom:80px}@media (min-width: 1024px){.section-p-b.small{padding-bottom:8vw}}.section-p-b.large{padding-bottom:100px}@media (min-width: 1024px){.section-p-b.large{padding-bottom:14vw}}.keen-slider__slide{min-width:calc(100% + 0px);max-width:calc(100% + 0px);transform:translate3d(0, 0, 0)}@media (min-width: 1280px){.keen-slider__slide{min-width:auto;max-width:auto}}.dot {
  --tw-bg-opacity: 1;
  background-color: rgba(0, 0, 0, 1);
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity));display:flex;width:11px;height:11px;opacity:.15;min-width:11px;min-height:11px;border-radius:100%;transition:opacity 200ms ease-in-out;
}.dot.active{opacity:1}.slider-button:disabled{pointer-events:none}.slider-button:disabled rect,.slider-button:disabled path{stroke:#ccc}.rte.product-description {font-size:14px;font-style:normal;font-weight:400;line-height:130%;letter-spacing:.28px;
}@media (min-width: 1024px){.rte.product-description {font-size:16px;font-style:normal;font-weight:400;line-height:140%;letter-spacing:.32px;
  }}.rte a{-webkit-text-decoration:underline;text-decoration:underline}.velaQty .velaQtyAdjust{border:2px solid #000;width:36px;height:36px;border-radius:4px}.velaQty .velaQtyNum{height:36px}.velaQty{border:none}.rebuy-cart__flyout-item-property-value {
  --tw-text-opacity: 1;
  color: rgba(228, 55, 0, 1);
  color: rgba(228, 55, 0, var(--tw-text-opacity));
}.rebuy-cart__flyout-item-property-name,.rebuy-cart__flyout-item-property-separator{display:none}.color-swatch{height:28px;width:28px;min-width:28px;display:inline-block;border-radius:50%;position:relative;outline:none;vertical-align:middle;transform:rotate(45deg)}.color-swatch:focus:active,.color-swatch:focus{outline:none}.color-swatch.active{box-sizing:content-box;border:none}.color-swatch.active:before{content:"";width:36px;height:36px;border-radius:50%;border:2px solid #000;display:inline-block;position:absolute;top:-4px;left:-4px}.color-swatch--white {
  --tw-border-opacity: 1;
  border-color: rgba(204, 204, 204, 1);
  border-color: rgba(204, 204, 204, var(--tw-border-opacity));
}.color-swatch--white.active{border-color:rgba(0,0,0,0)}.color-swatch.small{height:16px;width:16px;min-width:16px}.color-swatch.small.active:before{content:"";width:22px;height:22px;border-radius:50%;border:2px solid #000;display:inline-block;position:absolute;top:-3px;left:-3px}.color-swatch.medium{height:20px;width:20px;min-width:20px}.color-swatch.medium.active:before{content:"";width:24px;height:24px;border-radius:50%;border:2px solid #000;display:inline-block;position:absolute;top:-2px;left:-2px}.color-swatch.pdp{width:30px;height:30px;min-width:30px;min-height:30px;max-width:30px;max-height:30px}.color-swatch.pdp.active:before{content:"";width:40px;height:40px;border-radius:50%;border:2px solid #000;display:inline-block;position:absolute;top:-4px;left:-4px}.color-swatch.pdp.active{width:30px;height:30px;min-width:30px;min-height:30px;max-width:30px;max-height:30px}@media (min-width: 768px) {.md\:heading-lg {
    font-size: 40px;
    line-height: 113%;
    letter-spacing: -0.4px;
    font-weight: 400;
  }.md\:heading-md {
    font-size: 32px;
    line-height: 120%;
    letter-spacing: -0.32px;
    font-weight: 400;
  }
}@media (min-width: 1024px) {.lg\:heading-xl {
    font-size: 64px;
    line-height: 120%;
    letter-spacing: -0.64px;
    font-weight: 400;
  }.lg\:heading-lg {
    font-size: 40px;
    line-height: 113%;
    letter-spacing: -0.4px;
    font-weight: 400;
  }.lg\:heading-md {
    font-size: 32px;
    line-height: 120%;
    letter-spacing: -0.32px;
    font-weight: 400;
  }.lg\:heading-sm {
    font-size: 24px;
    line-height: 120%;
    letter-spacing: -0.24px;
    font-weight: 400;
  }.lg\:heading-xs {
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0.36px;
    font-weight: 400;
  }.lg\:para-lg {
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0.32px;
    font-weight: 400;
  }.lg\:para-sm {
    font-size: 14px;
    line-height: 120%;
    letter-spacing: 0.28px;
    font-weight: 400;
  }
}@media (min-width: 1280px) {.xl\:heading-xl {
    font-size: 64px;
    line-height: 120%;
    letter-spacing: -0.64px;
    font-weight: 400;
  }.xl\:heading-lg {
    font-size: 40px;
    line-height: 113%;
    letter-spacing: -0.4px;
    font-weight: 400;
  }.xl\:heading-sm {
    font-size: 24px;
    line-height: 120%;
    letter-spacing: -0.24px;
    font-weight: 400;
  }
}.hover\:cursor-pointer:hover {
  cursor: pointer;
}.group:hover .group-hover\:stroke-black {
  stroke: #000000;
}.group:active .group-active\:fill-black {
  fill: #000000;
}.group:active .group-active\:stroke-white {
  stroke: #FFFFFF;
}@media (min-width: 768px) {

  .md\:bottom-14 {
    bottom: 3.5rem;
  }

  .md\:left-14 {
    left: 3.5rem;
  }

  .md\:left-5 {
    left: 1.25rem;
  }

  .md\:left-auto {
    left: auto;
  }

  .md\:right-5 {
    right: 1.25rem;
  }

  .md\:right-\[10vw\] {
    right: 10vw;
  }

  .md\:right-\[40\%\] {
    right: 40%;
  }

  .md\:right-auto {
    right: auto;
  }

  .md\:top-\[13\%\] {
    top: 13%;
  }

  .md\:top-\[15\%\] {
    top: 15%;
  }

  .md\:col-span-10 {
    grid-column: span 10 / span 10;
  }

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

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

  .md\:col-span-5 {
    grid-column: span 5 / span 5;
  }

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

  .md\:col-start-1 {
    grid-column-start: 1;
  }

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

  .md\:block {
    display: block;
  }

  .md\:flex {
    display: flex;
  }

  .md\:grid {
    display: grid;
  }

  .md\:hidden {
    display: none;
  }

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

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

  .md\:h-\[72vw\] {
    height: 72vw;
  }

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

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

  .md\:w-\[14\.7vw\] {
    width: 14.7vw;
  }

  .md\:w-\[15\.4vw\] {
    width: 15.4vw;
  }

  .md\:w-\[15vw\] {
    width: 15vw;
  }

  .md\:w-\[18\.9vw\] {
    width: 18.9vw;
  }

  .md\:w-\[23\.5vw\] {
    width: 23.5vw;
  }

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

  .md\:w-auto {
    width: auto;
  }

  .md\:w-full {
    width: 100%;
  }

  .md\:min-w-\[80vw\] {
    min-width: 80vw;
  }

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

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

  .md\:max-w-\[58vw\] {
    max-width: 58vw;
  }

  .md\:max-w-\[86vw\] {
    max-width: 86vw;
  }

  .md\:cursor-grab {
    cursor: grab;
  }

  .md\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .md\:flex-row-reverse {
    flex-direction: row-reverse;
  }

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

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

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

  .md\:rounded-2 {
    border-radius: 2px;
  }

  .md\:p-0 {
    padding: 0px;
  }

  .md\:p-12 {
    padding: 3rem;
  }

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

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

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

  .md\:px-\[30px\] {
    padding-left: 30px;
    padding-right: 30px;
  }

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

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

  .md\:pb-\[100px\] {
    padding-bottom: 100px;
  }

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

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

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

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

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

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

  .md\:font-700 {
    font-weight: 700;
  }
}@media (min-width: 1024px) {

  .lg\:relative {
    position: relative;
  }

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

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

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

  .lg\:col-span-5 {
    grid-column: span 5 / span 5;
  }

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

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

  .lg\:col-start-8 {
    grid-column-start: 8;
  }

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

  .lg\:ml-\[26\.5\%\] {
    margin-left: 26.5%;
  }

  .lg\:mr-\[26\.5\%\] {
    margin-right: 26.5%;
  }

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

  .lg\:flex {
    display: flex;
  }

  .lg\:grid {
    display: grid;
  }

  .lg\:hidden {
    display: none;
  }

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

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

  .lg\:h-auto {
    height: auto;
  }

  .lg\:max-h-\[100vh\] {
    max-height: 100vh;
  }

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

  .lg\:min-h-\[47\.2vw\] {
    min-height: 47.2vw;
  }

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

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

  .lg\:w-auto {
    width: auto;
  }

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

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

  .lg\:grid-cols-12 {
    grid-template-columns: repeat(12, 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\:flex-col {
    flex-direction: column;
  }

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

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

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

  .lg\:gap-1 {
    gap: 0.25rem;
  }

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

  .lg\:gap-2 {
    gap: 0.5rem;
  }

  .lg\:gap-2\.5 {
    gap: 0.625rem;
  }

  .lg\:gap-3 {
    gap: 0.75rem;
  }

  .lg\:gap-4 {
    gap: 1rem;
  }

  .lg\:gap-5 {
    gap: 1.25rem;
  }

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

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

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

  .lg\:border-black {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, 1);
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .lg\:p-16 {
    padding: 4rem;
  }

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

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

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

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

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

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

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

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

  .lg\:pb-14 {
    padding-bottom: 3.5rem;
  }

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

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

  .lg\:pb-\[160px\] {
    padding-bottom: 160px;
  }

  .lg\:pb-\[200px\] {
    padding-bottom: 200px;
  }

  .lg\:pb-\[30px\] {
    padding-bottom: 30px;
  }

  .lg\:pb-\[5px\] {
    padding-bottom: 5px;
  }

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

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

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

  .lg\:pl-\[5px\] {
    padding-left: 5px;
  }

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

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

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

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

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

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

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

  .lg\:text-\[40px\] {
    font-size: 40px;
  }
}@media (min-width: 1280px) {

  .xl\:bottom-16 {
    bottom: 4rem;
  }

  .xl\:col-span-5 {
    grid-column: span 5 / span 5;
  }

  .xl\:col-span-7 {
    grid-column: span 7 / span 7;
  }

  .xl\:flex {
    display: flex;
  }

  .xl\:grid {
    display: grid;
  }

  .xl\:h-\[52vw\] {
    height: 52vw;
  }

  .xl\:h-\[60vw\] {
    height: 60vw;
  }

  .xl\:h-\[calc\(100vh-156px\)\] {
    height: calc(100vh - 156px);
  }

  .xl\:max-h-\[calc\(100vh-156px\)\] {
    max-height: calc(100vh - 156px);
  }

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

  .xl\:max-w-\[64vw\] {
    max-width: 64vw;
  }

  .xl\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

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

  .xl\:gap-3 {
    gap: 0.75rem;
  }

  .xl\:gap-5 {
    gap: 1.25rem;
  }

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

  .xl\:px-\[8\.9vw\] {
    padding-left: 8.9vw;
    padding-right: 8.9vw;
  }

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

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

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

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

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

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

  .xl\:pr-0 {
    padding-right: 0px;
  }
}@media (min-width: 1440px) {

  .\32xl\:col-auto {
    grid-column: auto;
  }

  .\32xl\:flex {
    display: flex;
  }

  .\32xl\:min-w-\[200px\] {
    min-width: 200px;
  }

  .\32xl\:min-w-\[338px\] {
    min-width: 338px;
  }

  .\32xl\:max-w-\[338px\] {
    max-width: 338px;
  }

  .\32xl\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
.round-none{
  border-radius:0 !important;
} 
#shopify-section-product__hero .heading-sm{
  margin-top: 0;
}
.keen-slider__slide img {
    border-radius: 0 !important;
}
/* Sold out styling */
.color-swatch.sold-out {
    /* background-color: transparent !important; */
    border-color:  rgba(204, 204, 204) !important;
    position: relative;
}

.color-swatch.sold-out:before {
    display: none;
}

.color-swatch.sold-out:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 2px;
    height: 100%;
    background-color:rgba(204, 204, 204) !important;
    transform: translate(-50%, -50%) rotate(180deg);
    z-index: 1;
}
button:has(.color-swatch.sold-out ){
    cursor:not-allowed;
}
.color-swatch.sold-out {
    opacity: 0.7;
    filter: grayscale(50%);
    pointer-events:none;

}

span.labelSale.lowStock {
    background: #b58652;
    right: 55px;
    padding: 4px 10px;
    font-size: 6px;
}

span.labelSale.lowStock:after {
    border-left-color:#b58652;
    border-right-color: #b58652;
}
.flex.flex-col.w-full {
    margin-bottom: 30px;
}

.button__variant ,.button.dark,.button.light{
    border-radius: 0;
}
/* button.button__variant.bg-white.border-gray-medium.text-black{
  border:1px solid #000 !important;
} */

.button__variant:disabled:after {
    background-color: #ccc;
    height: 1px;
    transform: rotate(-43deg);
}

.flex.flex-wrap.justify-center.lg\:justify-start.gap-3.w-full {
    gap: 5px;
}

.color-swatch.pdp.active:before {
    border-color: #afafaf;
}
.collView {
    display: none;
}

.velaSwatchProduct>li>label {
    border-radius: 0px;
}

.bann__con{
  padding:0 40px;
}

span.para-lg.w-max.uppercase {
    font-size: 12px;
    font-weight: 700;
}
.hidden.lg\:flex.flex-wrap.justify-start.gap-\[5px\]>div,.flex.flex-wrap.justify-start.gap-\[5px\].w-full>div{
  overflow:hidden;
}

.color-swatch.color-swatch--white.pdp.active {
    border-color: transparent;
}

.color-swatch.active:before {
    width: 30px !important;
    height: 30px !important;
    top: 0px !important;
    left: 0px !important;
}

.rte.product-description.pb-8.xl\:pb-12 {
    padding-bottom: 30px;
}
.swat__box .flex.flex-col.w-full {
    margin-bottom: 0;
}


.top-nav-ar .flex.flex-col.w-full{
  margin-bottom:0;
}

.top-nav-ar{
  margin-top:12px
}