@import url('https://use.typekit.net/xqi0iov.css');

/* Load site styles */

@tailwind components;

:root {
  /********************************* Global ***********************************/
  --color-danger: 208 51 31;
  /****************************** Purchase Form *******************************/
  /* Colors */
  --color-form-text-primary: 0 0 0;
  --color-form-accent-primary: 120 120 255;
  --color-form-accent-secondary: 255 120 120;
  --color-form-bg-primary: 255 255 255;
  --color-form-bg-secondary: 200 200 200;
  --color-form-border: 168 168 168;
  /* Padding */
  --form-pad-h: 16px;
  --form-pad-v: 16px;
  /********************************** Price ***********************************/
  /* Colors */
  --color-price-text: var(--color-primary);
  --color-price-compare: var(--color-primary);
  --color-price-strike: 255 0 0;
  /********************************** Cards ***********************************/
  /* Padding */
  --card-pad: 40px;
  /* --gutter: 32px; */
  /******************************** Carousel **********************************/
  /* Color */
  --color-carousel-dot-border: 31 31 31;
  --color-carousel-dot-active: 31 31 31;
  --color-carousel-dot-inactive: 255 255 255;
  --color-carousel-arrow-border: 31 31 31;
  --color-carousel-arrow: 31 31 31;
  /******************************* Collections *********************************/
  --desktop-filters-breakpoint: 767px;
  /* Spacing */
  --plp-grid-gap: 30px;
  --plp-filters-padding: 30px;
}

/* Typekit for Museo-Slab & Professor fonts */

@font-face {
  font-family: 'Superclarendon';

  src:
    url('/fonts/SuperclarendonKindersRg-Regular.woff2') format('woff2'),
    url('/fonts/SuperclarendonKindersRg-Regular.woff') format('woff');

  font-weight: normal;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: 'Oregon';

  src:
    url('/fonts/Oregon.woff2') format('woff2'),
    url('/fonts/Oregon.woff') format('woff');

  font-weight: normal;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: 'Eveleth';

  src:
    url('/fonts/EvelethRegular.woff2') format('woff2'),
    url('/fonts/EvelethRegular.woff') format('woff');

  font-weight: normal;

  font-style: normal;

  font-display: swap;
}

/************************************* Card Carousel - Peek Image *************************************/

@media (max-width: 768px) {
  .mobile-peek-card {
    grid-auto-columns: 300px !important;
    gap: 32px !important;
  }
}

/* .card-image {
  @apply relative flex items-center justify-center overflow-clip rounded-none !border-none;

  &::before {
    content: ' ';
    @apply absolute inset-0 z-10 block rounded-none pointer-events-none !border-none shadow-none;
  }

  img {
    @apply aspect-[inherit] w-full object-cover !border-none;
  }
} */

.card-image,
.card-image::before,
.card-image img {
  border: none !important;
  box-shadow: none !important;
  background-color: transparent !important;
}

/************************************* DotButton *************************************/

.DotButton__red-circle {
  stroke-dasharray: 500;
  stroke-dashoffset: 500;
  animation: dash 2s ease-in-out forwards;
}

@keyframes dash {
  to {
    stroke-dashoffset: 0;
  }
}

/* ========== Component-Specific Arrow Positioning - CardCarousel in RecommendedProducts ========== */

[data-carousel-type='recommended-products']
  button[aria-label='Go To Previous Page'],
[data-carousel-type='recommended-products']
  button[aria-label='Go To Next Page'] {
  top: 50% !important;
  transform: translateY(-50%) !important;
}

[data-carousel-type='recommended-products']
  button[aria-label='Go To Next Page'] {
  right: -30px !important;
}

[data-carousel-type='recommended-products']
  button[aria-label='Go To Previous Page'] {
  left: -30px !important;
}

/* ************************************* Bazaarvoice ************************************* */

/* #bv_components_histogram
  .bv_histogram_component_container
  .bv_histogram_row_prefix {
  display: flex !important;
  align-items: center;
}

#bv_components_histogram .bv_histogram_component_container {
  margin-bottom: 8px;
}

[data-bv-show='rating_summary'] .bv_main_container {
  gap: 8px;
  padding-right: 0px !important;
}

[data-bv-show='rating_summary'] .bv_main_container .bv_main_container_row_flex {
  display: inline-flex !important;
  align-items: center !important;
  padding-right: 0px !important;
}

[data-bv-show='rating_summary']
  .bv_main_container
  .bv_stars_component_container {
  display: flex !important;
  align-items: center !important;
  overflow: hidden !important;
  white-space: nowrap !important;
  padding-right: 0px !important;
}

[data-bv-show='rating_summary'] .bv_main_container .bv_main_container_row_flex {
  display: none !important;
  align-items: center !important;
  padding-right: 0px !important;
} */

/************************************* Destini Locator *************************************/

.destini-locator-class {
  width: 100%;
}

.destini-locator-class > iframe .chakra-button {
  width: 100% !important;
}

*, ::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:  ;
}

/* ! tailwindcss v3.4.17 | 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: #e5e7eb;
  /* 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.
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: Helvetica Neue, ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif;
  /* 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]:where(:not([hidden="until-found"])) {
  display: none;
}

[type='text'],input:where(:not([type])),[type='email'],[type='url'],[type='password'],[type='number'],[type='date'],[type='datetime-local'],[type='month'],[type='search'],[type='tel'],[type='time'],[type='week'],[multiple],textarea,select{
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  border-radius: 0px;
  padding-top: 0.5rem;
  padding-right: 0.75rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-shadow: 0 0 rgba(0,0,0,0);
}

[type='text']:focus, input:where(:not([type])):focus, [type='email']:focus, [type='url']:focus, [type='password']:focus, [type='number']:focus, [type='date']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='week']:focus, [multiple]:focus, textarea:focus, select:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: /*!*/ /*!*/ 0 0 0 0px #fff, /*!*/ /*!*/ 0 0 0 calc(1px + 0px) #2563eb, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  border-color: #2563eb;
}

input::-moz-placeholder, textarea::-moz-placeholder{
  color: #6b7280;
  opacity: 1;
}

input::placeholder,textarea::placeholder{
  color: #6b7280;
  opacity: 1;
}

::-webkit-datetime-edit-fields-wrapper{
  padding: 0;
}

::-webkit-date-and-time-value{
  min-height: 1.5em;
  text-align: inherit;
}

::-webkit-datetime-edit{
  display: inline-flex;
}

::-webkit-datetime-edit,::-webkit-datetime-edit-year-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-meridiem-field{
  padding-top: 0;
  padding-bottom: 0;
}

select{
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  padding-right: 2.5rem;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
}

[multiple],[size]:where(select:not([size="1"])){
  background-image: none;
  background-image: initial;
  background-position: 0 0;
  background-position: initial;
  background-repeat: repeat;
  background-repeat: initial;
  background-size: auto auto;
  background-size: initial;
  padding-right: 0.75rem;
  -webkit-print-color-adjust: inherit;
          print-color-adjust: inherit;
}

[type='checkbox'],[type='radio']{
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  flex-shrink: 0;
  height: 1rem;
  width: 1rem;
  color: #2563eb;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  --tw-shadow: 0 0 rgba(0,0,0,0);
}

[type='checkbox']{
  border-radius: 0px;
}

[type='radio']{
  border-radius: 100%;
}

[type='checkbox']:focus,[type='radio']:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 2px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: /*!*/ /*!*/ 0 0 0 0px #fff, /*!*/ /*!*/ 0 0 0 calc(2px + 2px) #2563eb, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}

[type='checkbox']:checked,[type='radio']:checked{
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

[type='checkbox']:checked{
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
}

@media (forced-colors: active) {
  [type='checkbox']:checked{
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}

[type='radio']:checked{
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
}

@media (forced-colors: active) {
  [type='radio']:checked{
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}

[type='checkbox']:checked:hover,[type='checkbox']:checked:focus,[type='radio']:checked:hover,[type='radio']:checked:focus{
  border-color: transparent;
  background-color: currentColor;
}

[type='checkbox']:indeterminate{
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

@media (forced-colors: active) {
  [type='checkbox']:indeterminate{
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}

[type='checkbox']:indeterminate:hover,[type='checkbox']:indeterminate:focus{
  border-color: transparent;
  background-color: currentColor;
}

[type='file']{
  background: transparent none repeat 0 0 / auto auto padding-box border-box scroll;
  background: initial;
  border-color: inherit;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-size: inherit;
  line-height: inherit;
}

[type='file']:focus{
  outline: 1px solid ButtonText;
  outline: 1px auto -webkit-focus-ring-color;
}

/* name + weight / size / letter-spacing / line-height */

/* Eveleth regular / 60px - 80px / -3% / 110% */

/* Eveleth regular / 48px - 60px / -3% / 110% */

h1,
  .text-style-h1{
  font-family: Eveleth, sans-serif;
  font-size: max(44px, min(calc(38.36619718309859px + 1.5023474178403755vw), 60px));
  text-transform: uppercase;
  line-height: 1.1;
  letter-spacing: -0.03em;
}

/* Eveleth regular / 40px - 48px / -3% / 110% */

h2,
  .text-style-h2{
  font-family: Eveleth, sans-serif;
  font-size: max(40px, min(calc(37.183098591549296px + 0.7511737089201878vw), 48px));
  text-transform: uppercase;
  line-height: 1.1;
  letter-spacing: -0.03em;
}

/* Superclarendon regular / 18px - 20px / 10% / 100% */

h3,
  .text-style-h3{
  font-family: Superclarendon, serif;
  font-size: max(18px, min(calc(17.295774647887324px + 0.18779342723004694vw), 20px));
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 0.1em;
}

/* Oregon regular / 24px - 32px / 0% / 110% */

h4,
  .text-style-h4{
  font-family: Oregon, sans-serif;
  font-size: max(24px, min(calc(21.183098591549296px + 0.7511737089201878vw), 32px));
  line-height: 1.1;
  letter-spacing: 0;
}

/* Superclarendon regular / 24px - 32px / 0% / 110% */

h5,
  .text-style-h5{
  font-family: Superclarendon, serif;
  font-size: max(24px, min(calc(21.183098591549296px + 0.7511737089201878vw), 32px));
  line-height: 1.1;
  letter-spacing: 0;
}

/* Professor regular / 40px / 2% / 80% */

h6,
  .text-style-script{
  font-family: Professor, sans-serif;
  font-size: 40px;
  line-height: 0.8;
  letter-spacing: 0.02em;
}

/* Museo Slab 300 / 16px - 20px / 0% / 130% */

p,
  .text-style-body{
  font-family: Museo-Slab, serif;
  font-size: max(16px, min(calc(14.591549295774648px + 0.3755868544600939vw), 20px));
  font-weight: 300;
  line-height: 1.3;
  letter-spacing: 0;
}

/* Museo Slab 500 / 28px - 32px / 0% / 130% */

/* Oregon regular / 16px / 10% / 100% */

.text-style-label-primary{
  font-family: Oregon, sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 0.1em;
}

/* Oregon regular / 14px / 10% / 100% */

/* Superclarendon regular / 16px / 0% / 100% */

/* Superclarendon regular / 24px / 0% / 110% */

/* Oregon regular / 20px / 0% / 100% */

* {
  font-feature-settings: none;
  font-variant-ligatures: none;
  font-family: Museo-Slab, serif;
  font-weight: 300;
}

body{
  border-color: rgba(45, 41, 38, 0.1);
  border-color: rgb(var(--color-primary) / 0.1);
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, 1);
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity, 1));
  color: rgba(45, 41, 38, 0.9);
  color: rgb(var(--color-primary) / 0.9);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html {
  scroll-padding-top: 10rem;
  scroll-behavior: smooth;
}

model-viewer::part(default-progress-mask) {
  display: none;
}

model-viewer::part(default-progress-bar) {
  display: none;
}

input[type='search']::-webkit-search-decoration,
  input[type='search']::-webkit-search-cancel-button,
  input[type='search']::-webkit-search-results-button,
  input[type='search']::-webkit-search-results-decoration {
  -webkit-appearance: none;
}

input[type='number']::-webkit-outer-spin-button,
  input[type='number']::-webkit-inner-spin-button {
  -webkit-appearnce: none;
  -moz-appearance: none;
  -webkit-appearance: none;
          appearance: none;
  margin: 0;
}

input[type='number'] {
  -moz-appearance: textfield;
}

.prose h1:first-child, .prose h2:first-child, .prose h3:first-child, .prose h4:first-child, .prose h5:first-child, .prose h6:first-child{
  margin-top: 0px;
}

@keyframes loadingAnimation {
  0% {
    transform: scale(0, 1) translateX(0%);
  }

  33% {
    transform: scale(1, 1) translateX(0%);
  }

  67% {
    transform: scale(1, 1) translateX(100%);
  }

  100% {
    transform: scale(1, 1) translateX(100%);
  }
}

body{
  --tw-bg-opacity: 1;
  background-color: rgba(242, 238, 233, 1);
  background-color: rgb(var(--color-contrast) / var(--tw-bg-opacity, 1));
}

.container{
  width: 100%;
}

@media (min-width: 32em){
  .container{
    max-width: 32em;
  }
}

@media (min-width: 48em){
  .container{
    max-width: 48em;
  }
}

@media (min-width: 64em){
  .container{
    max-width: 64em;
  }
}

@media (min-width: 80em){
  .container{
    max-width: 80em;
  }
}

@media (min-width: 96em){
  .container{
    max-width: 96em;
  }
}

@media (min-width: 1000px){
  .container{
    max-width: 1000px;
  }
}

/* This is the embed for the /policies/cookie-policy route */

/* Use the body text color of the surrounding page */

#ot-sdk-cookie-policy h4,
    #ot-sdk-cookie-policy p {
  color: inherit !important;
}

/* This table expects to be on a light background, so forcing that */

#ot-sdk-cookie-policy table {
  background: white !important;
}

/******************************** Collections *********************************/

/********************************** Buttons ***********************************/

/* CSS var configurable button values */

.button {
  background-color: var(--background_color);
  border-color: var(--border_color);
  color: var(--color);
}

@media (max-width: calc(48em - 1px)) {
  .button {
    background-color: var(--mobile_background_color, var(--background_color));
    border-color: var(--mobile_border_color, var(--border_color));
    color: var(--mobile_color, var(--color))
  }
}

.button:hover {
  background-color: rgba(255, 255, 255, 0.2);
  background-color: var(--hover_background_color, rgba(255, 255, 255, 0.2));
  border-color: var(--hover_border_color);
  color: var(--hover_color);
}

@media (max-width: 48rem) {
  .button:hover {
    background-color: var(
          --mobile_hover_background_color,
          var(--hover_background_color)
        );
    border-color: var(
          --mobile_hover_border_color,
          var(--hover_border_color)
        );
    color: var(--mobile_hover_color, var(--hover_color))
  }
}

.button[disabled],
    .button[disabled]:hover {
  cursor: default;
  background: var(--disabled_background_color);
  border-color: var(--disabled_border_color);
  color: var(--disabled_color);
}

@media (max-width: calc(48em - 1px)) {
  .button[disabled],
    .button[disabled]:hover {
    background-color: var(
          --disabled_mobile_background_color,
          var(--disabled_background_color)
        );
    border-color: var(
          --disabled_mobile_border_color,
          var(--disabled_border_color)
        );
    color: var(--disabled_mobile_color, var(--disabled_color))
  }
}

/* The base button classes */

/* Button Height Classes */

/******************************* Number Stepper *******************************/

/************************************ Cart ************************************/

/************************************ Cart ************************************/

/************************************* Button *************************************/

/* Button Height Classes */

/************************************* CTA With Icon *************************************/

/************************************* Purchase Form *************************************/

.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;
}

.absolute{
  position: absolute;
}

.relative{
  position: relative;
}

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

.top-0{
  top: 0px;
}

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

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

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

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

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

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

.flex{
  display: flex;
}

.hidden{
  display: none;
}

.h-full{
  height: 100%;
}

.h-nav{
  height: 115px;
  height: var(--height-nav);
}

.w-full{
  width: 100%;
}

.max-w-lg{
  max-width: 1400px;
}

.-translate-x-1\/2{
  --tw-translate-x: -50%;
  transform: translate(-50%, 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: 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));
}

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

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

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

.gap-16{
  gap: 4rem;
}

.space-y-4 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * (1 - 0));
  margin-top: calc(1rem * (1 - var(--tw-space-y-reverse)));
  margin-top: calc(1rem * calc(1 - 0));
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * 0);
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}

.space-y-6 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * (1 - 0));
  margin-top: calc(1.5rem * (1 - var(--tw-space-y-reverse)));
  margin-top: calc(1.5rem * calc(1 - 0));
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * 0);
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}

.overflow-hidden{
  overflow: hidden;
}

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

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

.px-gutter{
  padding-left: max(20px, min(calc(12.95774647887324px + 1.8779342723004695vw), 40px));
  padding-left: var(--gutter, max(20px, min(calc(12.95774647887324px + 1.8779342723004695vw), 40px)));
  padding-right: max(20px, min(calc(12.95774647887324px + 1.8779342723004695vw), 40px));
  padding-right: var(--gutter, max(20px, min(calc(12.95774647887324px + 1.8779342723004695vw), 40px)));
}

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

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

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

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

.ring{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: /*!*/ /*!*/ 0 0 0 0px #fff, var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
}

/* Apply inline to an element and all children */

/* Classes to mainly make cards clickable links but still have accessible
  buttons nested within. */

/* WebKit browsers (Chrome, Safari, Opera) */

/* Tokens */

:root {
  --color-primary: 45 41 38;
  /* Text, buttons, etc. */
  --color-contrast: 242 238 233;
  /* Backgrounds, borders, etc. */
  /* --color-accent: 191 72 0; Labels like "On sale" */
  --color-brand-red: 171 35 40;
  --font-size-fine: 0.75rem;
  /* text-xs */
  --font-size-copy: 1rem;
  /* text-base */
  --font-size-lead: 1.125rem;
  /* text-lg */
  --font-size-heading: 2rem;
  /* text-2xl */
  --font-size-display: 3rem;
  /* text-4xl */
  --color-shop-pay: #5a31f4;
  --shop-pay-button--width: 100%;
  /* Sets the width for the shop-pay-button web component */
  --height-nav: 115px;
  --screen-height: 100vh;
  --screen-height-dynamic: 100vh;
}

/* Desktop */

@media (min-width: 64em) {
  :root {
    --height-nav: 115px;
    --font-size-heading: 2.25rem;
    /* text-4xl */
    --font-size-display: 3.75rem
    /* text-6xl */
  }
}

@supports (height: 100svh) {
  :root {
    --screen-height: 100svh
  }
}

@supports (height: 100dvh) {
  :root {
    --screen-height-dynamic: 100dvh
  }
}

@keyframes fadeInAnimation {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

shop-pay-button {
  width: 100%;
  height: 3rem;
  display: table;
}

/* Load fonts Shopify assets becaused I had issues deploying Zendesk assets */

@font-face {
  font-family: 'Superclarendon';

  src:
    url('https://cdn.shopify.com/s/files/1/0200/4672/files/SuperclarendonKindersRg-Regular_8e03fb1b-0a1f-452e-8d05-a0972c00ba64.woff2?v=1758391692') format('woff2'),
    url('https://cdn.shopify.com/s/files/1/0200/4672/files/SuperclarendonKindersRg-Regular_2642ce00-c920-4590-b3a9-c6796d13c05e.woff?v=1758391692') format('woff');

  font-weight: normal;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: 'Oregon';

  src:
    url('https://cdn.shopify.com/s/files/1/0200/4672/files/Oregon_dd0c25da-dc0a-42e4-a12d-d014cb846c39.woff2?v=1758391692') format('woff2'),
    url('https://cdn.shopify.com/s/files/1/0200/4672/files/Oregon_f42f03d9-a28e-4a78-b0bc-f832ba10953f.woff?v=1758391692') format('woff');

  font-weight: normal;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: 'Eveleth';

  src:
    url('https://cdn.shopify.com/s/files/1/0200/4672/files/EvelethRegular_b09a7f0c-7b20-4877-95c5-fb158f0cfaf5.woff2?v=1758391693') format('woff2'),
    url('https://cdn.shopify.com/s/files/1/0200/4672/files/EvelethRegular_9a13160a-b6c7-4a53-9204-981eb512bd7e.woff?v=1758391692') format('woff');

  font-weight: normal;

  font-style: normal;

  font-display: swap;
}

/* Make the main bg off-white */

@media (min-width: 48em){
  .md\:mt-0{
    margin-top: 0px;
  }

  .md\:grid{
    display: grid;
  }
}
