@charset "UTF-8";
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
/* line 9, app/assets/stylesheets/normalize.scss */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
/* line 19, app/assets/stylesheets/normalize.scss */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
/* line 32, app/assets/stylesheets/normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
/* line 52, app/assets/stylesheets/normalize.scss */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
/* line 65, app/assets/stylesheets/normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
/* line 75, app/assets/stylesheets/normalize.scss */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
/* line 87, app/assets/stylesheets/normalize.scss */
a {
  background: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
/* line 95, app/assets/stylesheets/normalize.scss */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
/* line 107, app/assets/stylesheets/normalize.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
/* line 115, app/assets/stylesheets/normalize.scss */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
/* line 124, app/assets/stylesheets/normalize.scss */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
/* line 133, app/assets/stylesheets/normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
/* line 142, app/assets/stylesheets/normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
/* line 151, app/assets/stylesheets/normalize.scss */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
/* line 159, app/assets/stylesheets/normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 167, app/assets/stylesheets/normalize.scss */
sup {
  top: -0.5em;
}

/* line 171, app/assets/stylesheets/normalize.scss */
sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
/* line 182, app/assets/stylesheets/normalize.scss */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
/* line 190, app/assets/stylesheets/normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
/* line 201, app/assets/stylesheets/normalize.scss */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
/* line 209, app/assets/stylesheets/normalize.scss */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
/* line 219, app/assets/stylesheets/normalize.scss */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
/* line 227, app/assets/stylesheets/normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
/* line 250, app/assets/stylesheets/normalize.scss */
button,
input,
optgroup,
select,
.filter.free-text input,
.filter div,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
/* line 264, app/assets/stylesheets/normalize.scss */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
/* line 275, app/assets/stylesheets/normalize.scss */
button,
select,
.filter.free-text input,
.filter div {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
/* line 288, app/assets/stylesheets/normalize.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
/* line 300, app/assets/stylesheets/normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
/* line 309, app/assets/stylesheets/normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
/* line 320, app/assets/stylesheets/normalize.scss */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
/* line 332, app/assets/stylesheets/normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
/* line 344, app/assets/stylesheets/normalize.scss */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
/* line 355, app/assets/stylesheets/normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
/* line 368, app/assets/stylesheets/normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
/* line 377, app/assets/stylesheets/normalize.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
/* line 388, app/assets/stylesheets/normalize.scss */
legend, .filter.free-text label {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
/* line 397, app/assets/stylesheets/normalize.scss */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
/* line 406, app/assets/stylesheets/normalize.scss */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
/* line 417, app/assets/stylesheets/normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 422, app/assets/stylesheets/normalize.scss */
td,
th {
  padding: 0;
}

/* line 1, app/assets/stylesheets/base/root.scss */
html {
  color: #333;
}

/* line 5, app/assets/stylesheets/base/root.scss */
body {
  background: #fff;
}

/* line 9, app/assets/stylesheets/base/root.scss */
.n {
  background: #fff;
}

/* line 13, app/assets/stylesheets/base/root.scss */
.n img {
  max-width: 100%;
}

/* line 1, app/assets/stylesheets/base/typography.scss */
.n {
  color: #4e5a64;
}

/* line 8, app/assets/stylesheets/base/typography.scss */
.n h1,
.n h2,
.n .details-sidebar .line-item-form p,
.details-sidebar .line-item-form .n p,
.n h3,
.n h4,
.n h5,
.n h6 {
  margin: 0;
}

/* line 17, app/assets/stylesheets/base/typography.scss */
.n a {
  text-decoration: underline;
  color: blue;
}

/* line 21, app/assets/stylesheets/base/typography.scss */
.n a:hover {
  cursor: pointer;
}

/* line 26, app/assets/stylesheets/base/typography.scss */
.n p,
.n ul,
.n ol,
.n dl,
.n blockquote {
  margin: 0;
  padding: 0;
}

/* line 35, app/assets/stylesheets/base/typography.scss */
.n ul,
.n ol {
  list-style: none;
}

/* line 42, app/assets/stylesheets/base/typography.scss */
.heading-1 {
  font-family: "adobe-caslon-pro", serif;
  font-size: var(--heading-1-font-size);
  line-height: 1.15em;
  font-weight: 400;
  font-style: italic;
}

/* line 42, app/assets/stylesheets/base/typography.scss */
.heading-2 {
  font-family: "adobe-caslon-pro", serif;
  font-size: var(--heading-2-font-size);
  line-height: 1.15em;
  font-weight: 400;
}

/* line 42, app/assets/stylesheets/base/typography.scss */
.heading-sans-2 {
  font-family: "futura-pt", sans-serif;
  font-size: var(--heading-sans-2-font-size);
  line-height: 1.15em;
  font-weight: 500;
}

/* line 42, app/assets/stylesheets/base/typography.scss */
.heading-3 {
  font-family: "futura-pt", sans-serif;
  font-size: var(--heading-3-font-size);
  line-height: 1.15em;
  font-weight: 500;
}

/* line 42, app/assets/stylesheets/base/typography.scss */
.deck {
  font-family: "futura-pt", sans-serif;
  font-size: var(--deck-font-size);
  line-height: 1.25em;
  font-weight: 300;
}

/* line 42, app/assets/stylesheets/base/typography.scss */
.kicker {
  font-family: "futura-pt", sans-serif;
  font-size: var(--kicker-font-size);
  line-height: 1.4em;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05rem;
}

/* line 42, app/assets/stylesheets/base/typography.scss */
.body-standard {
  font-family: "futura-pt", sans-serif;
  font-size: var(--body-standard-font-size);
  line-height: 1.333em;
  font-weight: 400;
}

/* line 42, app/assets/stylesheets/base/typography.scss */
.functional-standard {
  font-family: "futura-pt", sans-serif;
  font-size: var(--functional-font-size);
  line-height: 1.25em;
  font-weight: 700;
}

/* line 42, app/assets/stylesheets/base/typography.scss */
.blockquote {
  font-family: "adobe-caslon-pro", serif;
  font-size: var(--blockquote-font-size);
  line-height: 1.15em;
  font-weight: 400;
}

/* line 42, app/assets/stylesheets/base/typography.scss */
.meta {
  font-family: "futura-pt", sans-serif;
  font-size: var(--meta-font-size);
  line-height: 1.25em;
  font-weight: 400;
}

/* line 1, app/assets/stylesheets/base/size-scales.scss */
:root {
  --spacing-xxs: 0.296rem;
  --spacing-xs: 0.444rem;
  --spacing-s: 0.666rem;
  --spacing-m: 1rem;
  --spacing-l: 1.5rem;
  --spacing-xl: 2.25rem;
  --spacing-xxl: 3.375rem;
  --heading-1-font-size: 2rem;
  --heading-2-font-size: 1.625rem;
  --heading-sans-2-font-size: 1.75rem;
  --heading-3-font-size: 1.375rem;
  --deck-font-size: 1.25rem;
  --kicker-font-size: 0.875rem;
  --body-standard-font-size: 1.125rem;
  --functional-font-size: 1.125rem;
  --blockquote-font-size: 1.375rem;
  --meta-font-size: 1rem;
}

@media screen and (min-width: 25em) {
  /* line 1, app/assets/stylesheets/base/size-scales.scss */
  :root {
    --spacing-xxs: 0.3108rem;
    --spacing-xs: 0.4662rem;
    --spacing-s: 0.6993rem;
    --spacing-m: 1.05rem;
    --spacing-l: 1.575rem;
    --spacing-xl: 2.3625rem;
    --spacing-xxl: 3.54375rem;
    --heading-1-font-size: 2.1rem;
    --heading-2-font-size: 1.69rem;
    --heading-sans-2-font-size: 1.81125rem;
    --heading-3-font-size: 1.4025rem;
    --deck-font-size: 1.275rem;
    --kicker-font-size: 0.8925rem;
    --body-standard-font-size: 1.1475rem;
    --functional-font-size: 1.13625rem;
    --blockquote-font-size: 1.4025rem;
    --meta-font-size: 1.01rem;
  }
}

@media screen and (min-width: 37.5em) {
  /* line 1, app/assets/stylesheets/base/size-scales.scss */
  :root {
    --spacing-xxs: 0.342657rem;
    --spacing-xs: 0.5139855rem;
    --spacing-s: 0.77097825rem;
    --spacing-m: 1.157625rem;
    --spacing-l: 1.7364375rem;
    --spacing-xl: 2.60465625rem;
    --spacing-xxl: 3.906984375rem;
    --heading-1-font-size: 2.31525rem;
    --heading-2-font-size: 1.827904rem;
    --heading-sans-2-font-size: 1.9402562812rem;
    --heading-3-font-size: 1.459161rem;
    --deck-font-size: 1.32651rem;
    --kicker-font-size: 0.928557rem;
    --body-standard-font-size: 1.193859rem;
    --functional-font-size: 1.159088625rem;
    --blockquote-font-size: 1.459161rem;
    --meta-font-size: 1.030301rem;
  }
}

@media screen and (min-width: 50em) {
  /* line 1, app/assets/stylesheets/base/size-scales.scss */
  :root {
    --spacing-xxs: 0.3777793425rem;
    --spacing-xs: 0.5666690138rem;
    --spacing-s: 0.8500035206rem;
    --spacing-m: 1.2762815625rem;
    --spacing-l: 1.9144223438rem;
    --spacing-xl: 2.8716335156rem;
    --spacing-xxl: 4.3074502734rem;
    --heading-1-font-size: 2.552563125rem;
    --heading-2-font-size: 1.9770609664rem;
    --heading-sans-2-font-size: 2.0784510349rem;
    --heading-3-font-size: 1.5181111044rem;
    --deck-font-size: 1.380101004rem;
    --kicker-font-size: 0.9660707028rem;
    --body-standard-font-size: 1.2420909036rem;
    --functional-font-size: 1.1823863064rem;
    --blockquote-font-size: 1.5181111044rem;
    --meta-font-size: 1.0510100501rem;
  }
}

@media screen and (min-width: 62.5em) {
  /* line 1, app/assets/stylesheets/base/size-scales.scss */
  :root {
    --spacing-xxs: 0.4165017251rem;
    --spacing-xs: 0.6247525877rem;
    --spacing-s: 0.9371288815rem;
    --spacing-m: 1.4071004227rem;
    --spacing-l: 2.110650634rem;
    --spacing-xl: 3.165975951rem;
    --spacing-xxl: 4.7489639265rem;
    --heading-1-font-size: 2.8142008453rem;
    --heading-2-font-size: 2.1383891413rem;
    --heading-sans-2-font-size: 2.2264887098rem;
    --heading-3-font-size: 1.579442793rem;
    --deck-font-size: 1.4358570846rem;
    --kicker-font-size: 1.0050999592rem;
    --body-standard-font-size: 1.2922713761rem;
    --functional-font-size: 1.2061522711rem;
    --blockquote-font-size: 1.579442793rem;
    --meta-font-size: 1.0721353521rem;
  }
}

@media screen and (min-width: 75em) {
  /* line 1, app/assets/stylesheets/base/size-scales.scss */
  :root {
    --spacing-xxs: 0.4591931519rem;
    --spacing-xs: 0.6887897279rem;
    --spacing-s: 1.0331845918rem;
    --spacing-m: 1.551328216rem;
    --spacing-l: 2.326992324rem;
    --spacing-xl: 3.490488486rem;
    --spacing-xxl: 5.2357327289rem;
    --heading-1-font-size: 3.102656432rem;
    --heading-2-font-size: 2.3128816952rem;
    --heading-sans-2-font-size: 2.3850703682rem;
    --heading-3-font-size: 1.6432522819rem;
    --deck-font-size: 1.4938657108rem;
    --kicker-font-size: 1.0457059975rem;
    --body-standard-font-size: 1.3444791397rem;
    --functional-font-size: 1.2303959318rem;
    --blockquote-font-size: 1.6432522819rem;
    --meta-font-size: 1.0936852727rem;
  }
}

@media screen and (min-width: 87.5em) {
  /* line 1, app/assets/stylesheets/base/size-scales.scss */
  :root {
    --spacing-xxs: 0.50626045rem;
    --spacing-xs: 0.759390675rem;
    --spacing-s: 1.1390860125rem;
    --spacing-m: 1.7103393581rem;
    --spacing-l: 2.5655090372rem;
    --spacing-xl: 3.8482635558rem;
    --spacing-xxl: 5.7723953336rem;
    --heading-1-font-size: 3.4206787162rem;
    --heading-2-font-size: 2.5016128415rem;
    --heading-sans-2-font-size: 2.5549470052rem;
    --heading-3-font-size: 1.709639674rem;
    --deck-font-size: 1.5542178855rem;
    --kicker-font-size: 1.0879525198rem;
    --body-standard-font-size: 1.3987960969rem;
    --functional-font-size: 1.25512689rem;
    --blockquote-font-size: 1.709639674rem;
    --meta-font-size: 1.1156683467rem;
  }
}

/* line 4, app/assets/stylesheets/components/button.scss */
.Button {
  display: inline-block;
  padding: .8em 1.25em;
  border: 1px solid #e0e0e0;
  font-family: "futura-pt", sans-serif;
  font-size: var(--functional-font-size);
  line-height: 1.25em;
  font-weight: 700;
  text-decoration: none !important;
  color: #283238 !important;
}

/* line 14, app/assets/stylesheets/components/button.scss */
.Button:hover {
  border-color: #283238;
}

/* line 18, app/assets/stylesheets/components/button.scss */
.Button--solid {
  background: #212325;
  color: #fff !important;
  border-color: #212325;
}

/* line 23, app/assets/stylesheets/components/button.scss */
.Button--solid:hover {
  background-color: #333;
  border-color: #333;
}

/* line 1, app/assets/stylesheets/components/divider.scss */
.Divider {
  margin: 0;
  border: none;
  border-top: 1px solid #e0e0e0;
}

/* line 4, app/assets/stylesheets/components/footer.scss */
.Footer {
  background: #BD8B41;
  color: #fdfcfa;
  margin-top: var(--spacing-xxl);
  padding-top: var(--spacing-xl);
  padding-bottom: var(--spacing-l);
  text-align: center;
}

/* line 16, app/assets/stylesheets/components/footer.scss */
.Footer-inspirationalQuote {
  margin: var(--spacing-xl) 0 0 0;
}

/* line 20, app/assets/stylesheets/components/footer.scss */
.Footer-inspirationalQuoteText {
  font-family: "adobe-caslon-pro", serif;
  font-size: var(--blockquote-font-size);
  line-height: 1.15em;
  font-weight: 400;
}

/* line 24, app/assets/stylesheets/components/footer.scss */
.Footer-inspirationalQuoteAuthor {
  margin-top: var(--spacing-xxs);
  color: #ead9c1;
}

/* line 29, app/assets/stylesheets/components/footer.scss */
.Footer-logotype {
  margin: var(--spacing-xl) auto 0 auto;
}

/* line 33, app/assets/stylesheets/components/footer.scss */
.Footer-miscLinks {
  margin-top: var(--spacing-xxl);
  color: #ead9c1;
}

/* line 4, app/assets/stylesheets/components/grid.scss */
.Grid {
  display: flex;
  flex-wrap: wrap;
}

/* line 8, app/assets/stylesheets/components/grid.scss */
.Grid-item {
  width: 100%;
}

/* line 12, app/assets/stylesheets/components/grid.scss */
.Grid-item--1 {
  width: 4.1666666667%;
}

/* line 13, app/assets/stylesheets/components/grid.scss */
.Grid-item--push-1 {
  margin-left: 4.1666666667%;
}

/* line 14, app/assets/stylesheets/components/grid.scss */
.Grid-item--pull-1 {
  margin-right: 4.1666666667%;
}

/* line 12, app/assets/stylesheets/components/grid.scss */
.Grid-item--2 {
  width: 8.3333333333%;
}

/* line 13, app/assets/stylesheets/components/grid.scss */
.Grid-item--push-2 {
  margin-left: 8.3333333333%;
}

/* line 14, app/assets/stylesheets/components/grid.scss */
.Grid-item--pull-2 {
  margin-right: 8.3333333333%;
}

/* line 12, app/assets/stylesheets/components/grid.scss */
.Grid-item--3 {
  width: 12.5%;
}

/* line 13, app/assets/stylesheets/components/grid.scss */
.Grid-item--push-3 {
  margin-left: 12.5%;
}

/* line 14, app/assets/stylesheets/components/grid.scss */
.Grid-item--pull-3 {
  margin-right: 12.5%;
}

/* line 12, app/assets/stylesheets/components/grid.scss */
.Grid-item--4 {
  width: 16.6666666667%;
}

/* line 13, app/assets/stylesheets/components/grid.scss */
.Grid-item--push-4 {
  margin-left: 16.6666666667%;
}

/* line 14, app/assets/stylesheets/components/grid.scss */
.Grid-item--pull-4 {
  margin-right: 16.6666666667%;
}

/* line 12, app/assets/stylesheets/components/grid.scss */
.Grid-item--5 {
  width: 20.8333333333%;
}

/* line 13, app/assets/stylesheets/components/grid.scss */
.Grid-item--push-5 {
  margin-left: 20.8333333333%;
}

/* line 14, app/assets/stylesheets/components/grid.scss */
.Grid-item--pull-5 {
  margin-right: 20.8333333333%;
}

/* line 12, app/assets/stylesheets/components/grid.scss */
.Grid-item--6 {
  width: 25%;
}

/* line 13, app/assets/stylesheets/components/grid.scss */
.Grid-item--push-6 {
  margin-left: 25%;
}

/* line 14, app/assets/stylesheets/components/grid.scss */
.Grid-item--pull-6 {
  margin-right: 25%;
}

/* line 12, app/assets/stylesheets/components/grid.scss */
.Grid-item--7 {
  width: 29.1666666667%;
}

/* line 13, app/assets/stylesheets/components/grid.scss */
.Grid-item--push-7 {
  margin-left: 29.1666666667%;
}

/* line 14, app/assets/stylesheets/components/grid.scss */
.Grid-item--pull-7 {
  margin-right: 29.1666666667%;
}

/* line 12, app/assets/stylesheets/components/grid.scss */
.Grid-item--8 {
  width: 33.3333333333%;
}

/* line 13, app/assets/stylesheets/components/grid.scss */
.Grid-item--push-8 {
  margin-left: 33.3333333333%;
}

/* line 14, app/assets/stylesheets/components/grid.scss */
.Grid-item--pull-8 {
  margin-right: 33.3333333333%;
}

/* line 12, app/assets/stylesheets/components/grid.scss */
.Grid-item--9 {
  width: 37.5%;
}

/* line 13, app/assets/stylesheets/components/grid.scss */
.Grid-item--push-9 {
  margin-left: 37.5%;
}

/* line 14, app/assets/stylesheets/components/grid.scss */
.Grid-item--pull-9 {
  margin-right: 37.5%;
}

/* line 12, app/assets/stylesheets/components/grid.scss */
.Grid-item--10 {
  width: 41.6666666667%;
}

/* line 13, app/assets/stylesheets/components/grid.scss */
.Grid-item--push-10 {
  margin-left: 41.6666666667%;
}

/* line 14, app/assets/stylesheets/components/grid.scss */
.Grid-item--pull-10 {
  margin-right: 41.6666666667%;
}

/* line 12, app/assets/stylesheets/components/grid.scss */
.Grid-item--11 {
  width: 45.8333333333%;
}

/* line 13, app/assets/stylesheets/components/grid.scss */
.Grid-item--push-11 {
  margin-left: 45.8333333333%;
}

/* line 14, app/assets/stylesheets/components/grid.scss */
.Grid-item--pull-11 {
  margin-right: 45.8333333333%;
}

/* line 12, app/assets/stylesheets/components/grid.scss */
.Grid-item--12 {
  width: 50%;
}

/* line 13, app/assets/stylesheets/components/grid.scss */
.Grid-item--push-12 {
  margin-left: 50%;
}

/* line 14, app/assets/stylesheets/components/grid.scss */
.Grid-item--pull-12 {
  margin-right: 50%;
}

/* line 12, app/assets/stylesheets/components/grid.scss */
.Grid-item--13 {
  width: 54.1666666667%;
}

/* line 13, app/assets/stylesheets/components/grid.scss */
.Grid-item--push-13 {
  margin-left: 54.1666666667%;
}

/* line 14, app/assets/stylesheets/components/grid.scss */
.Grid-item--pull-13 {
  margin-right: 54.1666666667%;
}

/* line 12, app/assets/stylesheets/components/grid.scss */
.Grid-item--14 {
  width: 58.3333333333%;
}

/* line 13, app/assets/stylesheets/components/grid.scss */
.Grid-item--push-14 {
  margin-left: 58.3333333333%;
}

/* line 14, app/assets/stylesheets/components/grid.scss */
.Grid-item--pull-14 {
  margin-right: 58.3333333333%;
}

/* line 12, app/assets/stylesheets/components/grid.scss */
.Grid-item--15 {
  width: 62.5%;
}

/* line 13, app/assets/stylesheets/components/grid.scss */
.Grid-item--push-15 {
  margin-left: 62.5%;
}

/* line 14, app/assets/stylesheets/components/grid.scss */
.Grid-item--pull-15 {
  margin-right: 62.5%;
}

/* line 12, app/assets/stylesheets/components/grid.scss */
.Grid-item--16 {
  width: 66.6666666667%;
}

/* line 13, app/assets/stylesheets/components/grid.scss */
.Grid-item--push-16 {
  margin-left: 66.6666666667%;
}

/* line 14, app/assets/stylesheets/components/grid.scss */
.Grid-item--pull-16 {
  margin-right: 66.6666666667%;
}

/* line 12, app/assets/stylesheets/components/grid.scss */
.Grid-item--17 {
  width: 70.8333333333%;
}

/* line 13, app/assets/stylesheets/components/grid.scss */
.Grid-item--push-17 {
  margin-left: 70.8333333333%;
}

/* line 14, app/assets/stylesheets/components/grid.scss */
.Grid-item--pull-17 {
  margin-right: 70.8333333333%;
}

/* line 12, app/assets/stylesheets/components/grid.scss */
.Grid-item--18 {
  width: 75%;
}

/* line 13, app/assets/stylesheets/components/grid.scss */
.Grid-item--push-18 {
  margin-left: 75%;
}

/* line 14, app/assets/stylesheets/components/grid.scss */
.Grid-item--pull-18 {
  margin-right: 75%;
}

/* line 12, app/assets/stylesheets/components/grid.scss */
.Grid-item--19 {
  width: 79.1666666667%;
}

/* line 13, app/assets/stylesheets/components/grid.scss */
.Grid-item--push-19 {
  margin-left: 79.1666666667%;
}

/* line 14, app/assets/stylesheets/components/grid.scss */
.Grid-item--pull-19 {
  margin-right: 79.1666666667%;
}

/* line 12, app/assets/stylesheets/components/grid.scss */
.Grid-item--20 {
  width: 83.3333333333%;
}

/* line 13, app/assets/stylesheets/components/grid.scss */
.Grid-item--push-20 {
  margin-left: 83.3333333333%;
}

/* line 14, app/assets/stylesheets/components/grid.scss */
.Grid-item--pull-20 {
  margin-right: 83.3333333333%;
}

/* line 12, app/assets/stylesheets/components/grid.scss */
.Grid-item--21 {
  width: 87.5%;
}

/* line 13, app/assets/stylesheets/components/grid.scss */
.Grid-item--push-21 {
  margin-left: 87.5%;
}

/* line 14, app/assets/stylesheets/components/grid.scss */
.Grid-item--pull-21 {
  margin-right: 87.5%;
}

/* line 12, app/assets/stylesheets/components/grid.scss */
.Grid-item--22 {
  width: 91.6666666667%;
}

/* line 13, app/assets/stylesheets/components/grid.scss */
.Grid-item--push-22 {
  margin-left: 91.6666666667%;
}

/* line 14, app/assets/stylesheets/components/grid.scss */
.Grid-item--pull-22 {
  margin-right: 91.6666666667%;
}

/* line 12, app/assets/stylesheets/components/grid.scss */
.Grid-item--23 {
  width: 95.8333333333%;
}

/* line 13, app/assets/stylesheets/components/grid.scss */
.Grid-item--push-23 {
  margin-left: 95.8333333333%;
}

/* line 14, app/assets/stylesheets/components/grid.scss */
.Grid-item--pull-23 {
  margin-right: 95.8333333333%;
}

@media screen and (min-width: 25em) {
  /* line 20, app/assets/stylesheets/components/grid.scss */
  .Grid-item--xs-1 {
    width: 4.1666666667%;
  }
  /* line 21, app/assets/stylesheets/components/grid.scss */
  .Grid-item--xs-push-1 {
    margin-left: 4.1666666667%;
  }
  /* line 22, app/assets/stylesheets/components/grid.scss */
  .Grid-item--xs-pull-1 {
    margin-right: 4.1666666667%;
  }
  /* line 20, app/assets/stylesheets/components/grid.scss */
  .Grid-item--xs-2 {
    width: 8.3333333333%;
  }
  /* line 21, app/assets/stylesheets/components/grid.scss */
  .Grid-item--xs-push-2 {
    margin-left: 8.3333333333%;
  }
  /* line 22, app/assets/stylesheets/components/grid.scss */
  .Grid-item--xs-pull-2 {
    margin-right: 8.3333333333%;
  }
  /* line 20, app/assets/stylesheets/components/grid.scss */
  .Grid-item--xs-3 {
    width: 12.5%;
  }
  /* line 21, app/assets/stylesheets/components/grid.scss */
  .Grid-item--xs-push-3 {
    margin-left: 12.5%;
  }
  /* line 22, app/assets/stylesheets/components/grid.scss */
  .Grid-item--xs-pull-3 {
    margin-right: 12.5%;
  }
  /* line 20, app/assets/stylesheets/components/grid.scss */
  .Grid-item--xs-4 {
    width: 16.6666666667%;
  }
  /* line 21, app/assets/stylesheets/components/grid.scss */
  .Grid-item--xs-push-4 {
    margin-left: 16.6666666667%;
  }
  /* line 22, app/assets/stylesheets/components/grid.scss */
  .Grid-item--xs-pull-4 {
    margin-right: 16.6666666667%;
  }
  /* line 20, app/assets/stylesheets/components/grid.scss */
  .Grid-item--xs-5 {
    width: 20.8333333333%;
  }
  /* line 21, app/assets/stylesheets/components/grid.scss */
  .Grid-item--xs-push-5 {
    margin-left: 20.8333333333%;
  }
  /* line 22, app/assets/stylesheets/components/grid.scss */
  .Grid-item--xs-pull-5 {
    margin-right: 20.8333333333%;
  }
  /* line 20, app/assets/stylesheets/components/grid.scss */
  .Grid-item--xs-6 {
    width: 25%;
  }
  /* line 21, app/assets/stylesheets/components/grid.scss */
  .Grid-item--xs-push-6 {
    margin-left: 25%;
  }
  /* line 22, app/assets/stylesheets/components/grid.scss */
  .Grid-item--xs-pull-6 {
    margin-right: 25%;
  }
  /* line 20, app/assets/stylesheets/components/grid.scss */
  .Grid-item--xs-7 {
    width: 29.1666666667%;
  }
  /* line 21, app/assets/stylesheets/components/grid.scss */
  .Grid-item--xs-push-7 {
    margin-left: 29.1666666667%;
  }
  /* line 22, app/assets/stylesheets/components/grid.scss */
  .Grid-item--xs-pull-7 {
    margin-right: 29.1666666667%;
  }
  /* line 20, app/assets/stylesheets/components/grid.scss */
  .Grid-item--xs-8 {
    width: 33.3333333333%;
  }
  /* line 21, app/assets/stylesheets/components/grid.scss */
  .Grid-item--xs-push-8 {
    margin-left: 33.3333333333%;
  }
  /* line 22, app/assets/stylesheets/components/grid.scss */
  .Grid-item--xs-pull-8 {
    margin-right: 33.3333333333%;
  }
  /* line 20, app/assets/stylesheets/components/grid.scss */
  .Grid-item--xs-9 {
    width: 37.5%;
  }
  /* line 21, app/assets/stylesheets/components/grid.scss */
  .Grid-item--xs-push-9 {
    margin-left: 37.5%;
  }
  /* line 22, app/assets/stylesheets/components/grid.scss */
  .Grid-item--xs-pull-9 {
    margin-right: 37.5%;
  }
  /* line 20, app/assets/stylesheets/components/grid.scss */
  .Grid-item--xs-10 {
    width: 41.6666666667%;
  }
  /* line 21, app/assets/stylesheets/components/grid.scss */
  .Grid-item--xs-push-10 {
    margin-left: 41.6666666667%;
  }
  /* line 22, app/assets/stylesheets/components/grid.scss */
  .Grid-item--xs-pull-10 {
    margin-right: 41.6666666667%;
  }
  /* line 20, app/assets/stylesheets/components/grid.scss */
  .Grid-item--xs-11 {
    width: 45.8333333333%;
  }
  /* line 21, app/assets/stylesheets/components/grid.scss */
  .Grid-item--xs-push-11 {
    margin-left: 45.8333333333%;
  }
  /* line 22, app/assets/stylesheets/components/grid.scss */
  .Grid-item--xs-pull-11 {
    margin-right: 45.8333333333%;
  }
  /* line 20, app/assets/stylesheets/components/grid.scss */
  .Grid-item--xs-12 {
    width: 50%;
  }
  /* line 21, app/assets/stylesheets/components/grid.scss */
  .Grid-item--xs-push-12 {
    margin-left: 50%;
  }
  /* line 22, app/assets/stylesheets/components/grid.scss */
  .Grid-item--xs-pull-12 {
    margin-right: 50%;
  }
  /* line 20, app/assets/stylesheets/components/grid.scss */
  .Grid-item--xs-13 {
    width: 54.1666666667%;
  }
  /* line 21, app/assets/stylesheets/components/grid.scss */
  .Grid-item--xs-push-13 {
    margin-left: 54.1666666667%;
  }
  /* line 22, app/assets/stylesheets/components/grid.scss */
  .Grid-item--xs-pull-13 {
    margin-right: 54.1666666667%;
  }
  /* line 20, app/assets/stylesheets/components/grid.scss */
  .Grid-item--xs-14 {
    width: 58.3333333333%;
  }
  /* line 21, app/assets/stylesheets/components/grid.scss */
  .Grid-item--xs-push-14 {
    margin-left: 58.3333333333%;
  }
  /* line 22, app/assets/stylesheets/components/grid.scss */
  .Grid-item--xs-pull-14 {
    margin-right: 58.3333333333%;
  }
  /* line 20, app/assets/stylesheets/components/grid.scss */
  .Grid-item--xs-15 {
    width: 62.5%;
  }
  /* line 21, app/assets/stylesheets/components/grid.scss */
  .Grid-item--xs-push-15 {
    margin-left: 62.5%;
  }
  /* line 22, app/assets/stylesheets/components/grid.scss */
  .Grid-item--xs-pull-15 {
    margin-right: 62.5%;
  }
  /* line 20, app/assets/stylesheets/components/grid.scss */
  .Grid-item--xs-16 {
    width: 66.6666666667%;
  }
  /* line 21, app/assets/stylesheets/components/grid.scss */
  .Grid-item--xs-push-16 {
    margin-left: 66.6666666667%;
  }
  /* line 22, app/assets/stylesheets/components/grid.scss */
  .Grid-item--xs-pull-16 {
    margin-right: 66.6666666667%;
  }
  /* line 20, app/assets/stylesheets/components/grid.scss */
  .Grid-item--xs-17 {
    width: 70.8333333333%;
  }
  /* line 21, app/assets/stylesheets/components/grid.scss */
  .Grid-item--xs-push-17 {
    margin-left: 70.8333333333%;
  }
  /* line 22, app/assets/stylesheets/components/grid.scss */
  .Grid-item--xs-pull-17 {
    margin-right: 70.8333333333%;
  }
  /* line 20, app/assets/stylesheets/components/grid.scss */
  .Grid-item--xs-18 {
    width: 75%;
  }
  /* line 21, app/assets/stylesheets/components/grid.scss */
  .Grid-item--xs-push-18 {
    margin-left: 75%;
  }
  /* line 22, app/assets/stylesheets/components/grid.scss */
  .Grid-item--xs-pull-18 {
    margin-right: 75%;
  }
  /* line 20, app/assets/stylesheets/components/grid.scss */
  .Grid-item--xs-19 {
    width: 79.1666666667%;
  }
  /* line 21, app/assets/stylesheets/components/grid.scss */
  .Grid-item--xs-push-19 {
    margin-left: 79.1666666667%;
  }
  /* line 22, app/assets/stylesheets/components/grid.scss */
  .Grid-item--xs-pull-19 {
    margin-right: 79.1666666667%;
  }
  /* line 20, app/assets/stylesheets/components/grid.scss */
  .Grid-item--xs-20 {
    width: 83.3333333333%;
  }
  /* line 21, app/assets/stylesheets/components/grid.scss */
  .Grid-item--xs-push-20 {
    margin-left: 83.3333333333%;
  }
  /* line 22, app/assets/stylesheets/components/grid.scss */
  .Grid-item--xs-pull-20 {
    margin-right: 83.3333333333%;
  }
  /* line 20, app/assets/stylesheets/components/grid.scss */
  .Grid-item--xs-21 {
    width: 87.5%;
  }
  /* line 21, app/assets/stylesheets/components/grid.scss */
  .Grid-item--xs-push-21 {
    margin-left: 87.5%;
  }
  /* line 22, app/assets/stylesheets/components/grid.scss */
  .Grid-item--xs-pull-21 {
    margin-right: 87.5%;
  }
  /* line 20, app/assets/stylesheets/components/grid.scss */
  .Grid-item--xs-22 {
    width: 91.6666666667%;
  }
  /* line 21, app/assets/stylesheets/components/grid.scss */
  .Grid-item--xs-push-22 {
    margin-left: 91.6666666667%;
  }
  /* line 22, app/assets/stylesheets/components/grid.scss */
  .Grid-item--xs-pull-22 {
    margin-right: 91.6666666667%;
  }
  /* line 20, app/assets/stylesheets/components/grid.scss */
  .Grid-item--xs-23 {
    width: 95.8333333333%;
  }
  /* line 21, app/assets/stylesheets/components/grid.scss */
  .Grid-item--xs-push-23 {
    margin-left: 95.8333333333%;
  }
  /* line 22, app/assets/stylesheets/components/grid.scss */
  .Grid-item--xs-pull-23 {
    margin-right: 95.8333333333%;
  }
}

@media screen and (min-width: 37.5em) {
  /* line 20, app/assets/stylesheets/components/grid.scss */
  .Grid-item--s-1 {
    width: 4.1666666667%;
  }
  /* line 21, app/assets/stylesheets/components/grid.scss */
  .Grid-item--s-push-1 {
    margin-left: 4.1666666667%;
  }
  /* line 22, app/assets/stylesheets/components/grid.scss */
  .Grid-item--s-pull-1 {
    margin-right: 4.1666666667%;
  }
  /* line 20, app/assets/stylesheets/components/grid.scss */
  .Grid-item--s-2 {
    width: 8.3333333333%;
  }
  /* line 21, app/assets/stylesheets/components/grid.scss */
  .Grid-item--s-push-2 {
    margin-left: 8.3333333333%;
  }
  /* line 22, app/assets/stylesheets/components/grid.scss */
  .Grid-item--s-pull-2 {
    margin-right: 8.3333333333%;
  }
  /* line 20, app/assets/stylesheets/components/grid.scss */
  .Grid-item--s-3 {
    width: 12.5%;
  }
  /* line 21, app/assets/stylesheets/components/grid.scss */
  .Grid-item--s-push-3 {
    margin-left: 12.5%;
  }
  /* line 22, app/assets/stylesheets/components/grid.scss */
  .Grid-item--s-pull-3 {
    margin-right: 12.5%;
  }
  /* line 20, app/assets/stylesheets/components/grid.scss */
  .Grid-item--s-4 {
    width: 16.6666666667%;
  }
  /* line 21, app/assets/stylesheets/components/grid.scss */
  .Grid-item--s-push-4 {
    margin-left: 16.6666666667%;
  }
  /* line 22, app/assets/stylesheets/components/grid.scss */
  .Grid-item--s-pull-4 {
    margin-right: 16.6666666667%;
  }
  /* line 20, app/assets/stylesheets/components/grid.scss */
  .Grid-item--s-5 {
    width: 20.8333333333%;
  }
  /* line 21, app/assets/stylesheets/components/grid.scss */
  .Grid-item--s-push-5 {
    margin-left: 20.8333333333%;
  }
  /* line 22, app/assets/stylesheets/components/grid.scss */
  .Grid-item--s-pull-5 {
    margin-right: 20.8333333333%;
  }
  /* line 20, app/assets/stylesheets/components/grid.scss */
  .Grid-item--s-6 {
    width: 25%;
  }
  /* line 21, app/assets/stylesheets/components/grid.scss */
  .Grid-item--s-push-6 {
    margin-left: 25%;
  }
  /* line 22, app/assets/stylesheets/components/grid.scss */
  .Grid-item--s-pull-6 {
    margin-right: 25%;
  }
  /* line 20, app/assets/stylesheets/components/grid.scss */
  .Grid-item--s-7 {
    width: 29.1666666667%;
  }
  /* line 21, app/assets/stylesheets/components/grid.scss */
  .Grid-item--s-push-7 {
    margin-left: 29.1666666667%;
  }
  /* line 22, app/assets/stylesheets/components/grid.scss */
  .Grid-item--s-pull-7 {
    margin-right: 29.1666666667%;
  }
  /* line 20, app/assets/stylesheets/components/grid.scss */
  .Grid-item--s-8 {
    width: 33.3333333333%;
  }
  /* line 21, app/assets/stylesheets/components/grid.scss */
  .Grid-item--s-push-8 {
    margin-left: 33.3333333333%;
  }
  /* line 22, app/assets/stylesheets/components/grid.scss */
  .Grid-item--s-pull-8 {
    margin-right: 33.3333333333%;
  }
  /* line 20, app/assets/stylesheets/components/grid.scss */
  .Grid-item--s-9 {
    width: 37.5%;
  }
  /* line 21, app/assets/stylesheets/components/grid.scss */
  .Grid-item--s-push-9 {
    margin-left: 37.5%;
  }
  /* line 22, app/assets/stylesheets/components/grid.scss */
  .Grid-item--s-pull-9 {
    margin-right: 37.5%;
  }
  /* line 20, app/assets/stylesheets/components/grid.scss */
  .Grid-item--s-10 {
    width: 41.6666666667%;
  }
  /* line 21, app/assets/stylesheets/components/grid.scss */
  .Grid-item--s-push-10 {
    margin-left: 41.6666666667%;
  }
  /* line 22, app/assets/stylesheets/components/grid.scss */
  .Grid-item--s-pull-10 {
    margin-right: 41.6666666667%;
  }
  /* line 20, app/assets/stylesheets/components/grid.scss */
  .Grid-item--s-11 {
    width: 45.8333333333%;
  }
  /* line 21, app/assets/stylesheets/components/grid.scss */
  .Grid-item--s-push-11 {
    margin-left: 45.8333333333%;
  }
  /* line 22, app/assets/stylesheets/components/grid.scss */
  .Grid-item--s-pull-11 {
    margin-right: 45.8333333333%;
  }
  /* line 20, app/assets/stylesheets/components/grid.scss */
  .Grid-item--s-12 {
    width: 50%;
  }
  /* line 21, app/assets/stylesheets/components/grid.scss */
  .Grid-item--s-push-12 {
    margin-left: 50%;
  }
  /* line 22, app/assets/stylesheets/components/grid.scss */
  .Grid-item--s-pull-12 {
    margin-right: 50%;
  }
  /* line 20, app/assets/stylesheets/components/grid.scss */
  .Grid-item--s-13 {
    width: 54.1666666667%;
  }
  /* line 21, app/assets/stylesheets/components/grid.scss */
  .Grid-item--s-push-13 {
    margin-left: 54.1666666667%;
  }
  /* line 22, app/assets/stylesheets/components/grid.scss */
  .Grid-item--s-pull-13 {
    margin-right: 54.1666666667%;
  }
  /* line 20, app/assets/stylesheets/components/grid.scss */
  .Grid-item--s-14 {
    width: 58.3333333333%;
  }
  /* line 21, app/assets/stylesheets/components/grid.scss */
  .Grid-item--s-push-14 {
    margin-left: 58.3333333333%;
  }
  /* line 22, app/assets/stylesheets/components/grid.scss */
  .Grid-item--s-pull-14 {
    margin-right: 58.3333333333%;
  }
  /* line 20, app/assets/stylesheets/components/grid.scss */
  .Grid-item--s-15 {
    width: 62.5%;
  }
  /* line 21, app/assets/stylesheets/components/grid.scss */
  .Grid-item--s-push-15 {
    margin-left: 62.5%;
  }
  /* line 22, app/assets/stylesheets/components/grid.scss */
  .Grid-item--s-pull-15 {
    margin-right: 62.5%;
  }
  /* line 20, app/assets/stylesheets/components/grid.scss */
  .Grid-item--s-16 {
    width: 66.6666666667%;
  }
  /* line 21, app/assets/stylesheets/components/grid.scss */
  .Grid-item--s-push-16 {
    margin-left: 66.6666666667%;
  }
  /* line 22, app/assets/stylesheets/components/grid.scss */
  .Grid-item--s-pull-16 {
    margin-right: 66.6666666667%;
  }
  /* line 20, app/assets/stylesheets/components/grid.scss */
  .Grid-item--s-17 {
    width: 70.8333333333%;
  }
  /* line 21, app/assets/stylesheets/components/grid.scss */
  .Grid-item--s-push-17 {
    margin-left: 70.8333333333%;
  }
  /* line 22, app/assets/stylesheets/components/grid.scss */
  .Grid-item--s-pull-17 {
    margin-right: 70.8333333333%;
  }
  /* line 20, app/assets/stylesheets/components/grid.scss */
  .Grid-item--s-18 {
    width: 75%;
  }
  /* line 21, app/assets/stylesheets/components/grid.scss */
  .Grid-item--s-push-18 {
    margin-left: 75%;
  }
  /* line 22, app/assets/stylesheets/components/grid.scss */
  .Grid-item--s-pull-18 {
    margin-right: 75%;
  }
  /* line 20, app/assets/stylesheets/components/grid.scss */
  .Grid-item--s-19 {
    width: 79.1666666667%;
  }
  /* line 21, app/assets/stylesheets/components/grid.scss */
  .Grid-item--s-push-19 {
    margin-left: 79.1666666667%;
  }
  /* line 22, app/assets/stylesheets/components/grid.scss */
  .Grid-item--s-pull-19 {
    margin-right: 79.1666666667%;
  }
  /* line 20, app/assets/stylesheets/components/grid.scss */
  .Grid-item--s-20 {
    width: 83.3333333333%;
  }
  /* line 21, app/assets/stylesheets/components/grid.scss */
  .Grid-item--s-push-20 {
    margin-left: 83.3333333333%;
  }
  /* line 22, app/assets/stylesheets/components/grid.scss */
  .Grid-item--s-pull-20 {
    margin-right: 83.3333333333%;
  }
  /* line 20, app/assets/stylesheets/components/grid.scss */
  .Grid-item--s-21 {
    width: 87.5%;
  }
  /* line 21, app/assets/stylesheets/components/grid.scss */
  .Grid-item--s-push-21 {
    margin-left: 87.5%;
  }
  /* line 22, app/assets/stylesheets/components/grid.scss */
  .Grid-item--s-pull-21 {
    margin-right: 87.5%;
  }
  /* line 20, app/assets/stylesheets/components/grid.scss */
  .Grid-item--s-22 {
    width: 91.6666666667%;
  }
  /* line 21, app/assets/stylesheets/components/grid.scss */
  .Grid-item--s-push-22 {
    margin-left: 91.6666666667%;
  }
  /* line 22, app/assets/stylesheets/components/grid.scss */
  .Grid-item--s-pull-22 {
    margin-right: 91.6666666667%;
  }
  /* line 20, app/assets/stylesheets/components/grid.scss */
  .Grid-item--s-23 {
    width: 95.8333333333%;
  }
  /* line 21, app/assets/stylesheets/components/grid.scss */
  .Grid-item--s-push-23 {
    margin-left: 95.8333333333%;
  }
  /* line 22, app/assets/stylesheets/components/grid.scss */
  .Grid-item--s-pull-23 {
    margin-right: 95.8333333333%;
  }
}

@media screen and (min-width: 50em) {
  /* line 20, app/assets/stylesheets/components/grid.scss */
  .Grid-item--m-1 {
    width: 4.1666666667%;
  }
  /* line 21, app/assets/stylesheets/components/grid.scss */
  .Grid-item--m-push-1 {
    margin-left: 4.1666666667%;
  }
  /* line 22, app/assets/stylesheets/components/grid.scss */
  .Grid-item--m-pull-1 {
    margin-right: 4.1666666667%;
  }
  /* line 20, app/assets/stylesheets/components/grid.scss */
  .Grid-item--m-2 {
    width: 8.3333333333%;
  }
  /* line 21, app/assets/stylesheets/components/grid.scss */
  .Grid-item--m-push-2 {
    margin-left: 8.3333333333%;
  }
  /* line 22, app/assets/stylesheets/components/grid.scss */
  .Grid-item--m-pull-2 {
    margin-right: 8.3333333333%;
  }
  /* line 20, app/assets/stylesheets/components/grid.scss */
  .Grid-item--m-3 {
    width: 12.5%;
  }
  /* line 21, app/assets/stylesheets/components/grid.scss */
  .Grid-item--m-push-3 {
    margin-left: 12.5%;
  }
  /* line 22, app/assets/stylesheets/components/grid.scss */
  .Grid-item--m-pull-3 {
    margin-right: 12.5%;
  }
  /* line 20, app/assets/stylesheets/components/grid.scss */
  .Grid-item--m-4 {
    width: 16.6666666667%;
  }
  /* line 21, app/assets/stylesheets/components/grid.scss */
  .Grid-item--m-push-4 {
    margin-left: 16.6666666667%;
  }
  /* line 22, app/assets/stylesheets/components/grid.scss */
  .Grid-item--m-pull-4 {
    margin-right: 16.6666666667%;
  }
  /* line 20, app/assets/stylesheets/components/grid.scss */
  .Grid-item--m-5 {
    width: 20.8333333333%;
  }
  /* line 21, app/assets/stylesheets/components/grid.scss */
  .Grid-item--m-push-5 {
    margin-left: 20.8333333333%;
  }
  /* line 22, app/assets/stylesheets/components/grid.scss */
  .Grid-item--m-pull-5 {
    margin-right: 20.8333333333%;
  }
  /* line 20, app/assets/stylesheets/components/grid.scss */
  .Grid-item--m-6 {
    width: 25%;
  }
  /* line 21, app/assets/stylesheets/components/grid.scss */
  .Grid-item--m-push-6 {
    margin-left: 25%;
  }
  /* line 22, app/assets/stylesheets/components/grid.scss */
  .Grid-item--m-pull-6 {
    margin-right: 25%;
  }
  /* line 20, app/assets/stylesheets/components/grid.scss */
  .Grid-item--m-7 {
    width: 29.1666666667%;
  }
  /* line 21, app/assets/stylesheets/components/grid.scss */
  .Grid-item--m-push-7 {
    margin-left: 29.1666666667%;
  }
  /* line 22, app/assets/stylesheets/components/grid.scss */
  .Grid-item--m-pull-7 {
    margin-right: 29.1666666667%;
  }
  /* line 20, app/assets/stylesheets/components/grid.scss */
  .Grid-item--m-8 {
    width: 33.3333333333%;
  }
  /* line 21, app/assets/stylesheets/components/grid.scss */
  .Grid-item--m-push-8 {
    margin-left: 33.3333333333%;
  }
  /* line 22, app/assets/stylesheets/components/grid.scss */
  .Grid-item--m-pull-8 {
    margin-right: 33.3333333333%;
  }
  /* line 20, app/assets/stylesheets/components/grid.scss */
  .Grid-item--m-9 {
    width: 37.5%;
  }
  /* line 21, app/assets/stylesheets/components/grid.scss */
  .Grid-item--m-push-9 {
    margin-left: 37.5%;
  }
  /* line 22, app/assets/stylesheets/components/grid.scss */
  .Grid-item--m-pull-9 {
    margin-right: 37.5%;
  }
  /* line 20, app/assets/stylesheets/components/grid.scss */
  .Grid-item--m-10 {
    width: 41.6666666667%;
  }
  /* line 21, app/assets/stylesheets/components/grid.scss */
  .Grid-item--m-push-10 {
    margin-left: 41.6666666667%;
  }
  /* line 22, app/assets/stylesheets/components/grid.scss */
  .Grid-item--m-pull-10 {
    margin-right: 41.6666666667%;
  }
  /* line 20, app/assets/stylesheets/components/grid.scss */
  .Grid-item--m-11 {
    width: 45.8333333333%;
  }
  /* line 21, app/assets/stylesheets/components/grid.scss */
  .Grid-item--m-push-11 {
    margin-left: 45.8333333333%;
  }
  /* line 22, app/assets/stylesheets/components/grid.scss */
  .Grid-item--m-pull-11 {
    margin-right: 45.8333333333%;
  }
  /* line 20, app/assets/stylesheets/components/grid.scss */
  .Grid-item--m-12 {
    width: 50%;
  }
  /* line 21, app/assets/stylesheets/components/grid.scss */
  .Grid-item--m-push-12 {
    margin-left: 50%;
  }
  /* line 22, app/assets/stylesheets/components/grid.scss */
  .Grid-item--m-pull-12 {
    margin-right: 50%;
  }
  /* line 20, app/assets/stylesheets/components/grid.scss */
  .Grid-item--m-13 {
    width: 54.1666666667%;
  }
  /* line 21, app/assets/stylesheets/components/grid.scss */
  .Grid-item--m-push-13 {
    margin-left: 54.1666666667%;
  }
  /* line 22, app/assets/stylesheets/components/grid.scss */
  .Grid-item--m-pull-13 {
    margin-right: 54.1666666667%;
  }
  /* line 20, app/assets/stylesheets/components/grid.scss */
  .Grid-item--m-14 {
    width: 58.3333333333%;
  }
  /* line 21, app/assets/stylesheets/components/grid.scss */
  .Grid-item--m-push-14 {
    margin-left: 58.3333333333%;
  }
  /* line 22, app/assets/stylesheets/components/grid.scss */
  .Grid-item--m-pull-14 {
    margin-right: 58.3333333333%;
  }
  /* line 20, app/assets/stylesheets/components/grid.scss */
  .Grid-item--m-15 {
    width: 62.5%;
  }
  /* line 21, app/assets/stylesheets/components/grid.scss */
  .Grid-item--m-push-15 {
    margin-left: 62.5%;
  }
  /* line 22, app/assets/stylesheets/components/grid.scss */
  .Grid-item--m-pull-15 {
    margin-right: 62.5%;
  }
  /* line 20, app/assets/stylesheets/components/grid.scss */
  .Grid-item--m-16 {
    width: 66.6666666667%;
  }
  /* line 21, app/assets/stylesheets/components/grid.scss */
  .Grid-item--m-push-16 {
    margin-left: 66.6666666667%;
  }
  /* line 22, app/assets/stylesheets/components/grid.scss */
  .Grid-item--m-pull-16 {
    margin-right: 66.6666666667%;
  }
  /* line 20, app/assets/stylesheets/components/grid.scss */
  .Grid-item--m-17 {
    width: 70.8333333333%;
  }
  /* line 21, app/assets/stylesheets/components/grid.scss */
  .Grid-item--m-push-17 {
    margin-left: 70.8333333333%;
  }
  /* line 22, app/assets/stylesheets/components/grid.scss */
  .Grid-item--m-pull-17 {
    margin-right: 70.8333333333%;
  }
  /* line 20, app/assets/stylesheets/components/grid.scss */
  .Grid-item--m-18 {
    width: 75%;
  }
  /* line 21, app/assets/stylesheets/components/grid.scss */
  .Grid-item--m-push-18 {
    margin-left: 75%;
  }
  /* line 22, app/assets/stylesheets/components/grid.scss */
  .Grid-item--m-pull-18 {
    margin-right: 75%;
  }
  /* line 20, app/assets/stylesheets/components/grid.scss */
  .Grid-item--m-19 {
    width: 79.1666666667%;
  }
  /* line 21, app/assets/stylesheets/components/grid.scss */
  .Grid-item--m-push-19 {
    margin-left: 79.1666666667%;
  }
  /* line 22, app/assets/stylesheets/components/grid.scss */
  .Grid-item--m-pull-19 {
    margin-right: 79.1666666667%;
  }
  /* line 20, app/assets/stylesheets/components/grid.scss */
  .Grid-item--m-20 {
    width: 83.3333333333%;
  }
  /* line 21, app/assets/stylesheets/components/grid.scss */
  .Grid-item--m-push-20 {
    margin-left: 83.3333333333%;
  }
  /* line 22, app/assets/stylesheets/components/grid.scss */
  .Grid-item--m-pull-20 {
    margin-right: 83.3333333333%;
  }
  /* line 20, app/assets/stylesheets/components/grid.scss */
  .Grid-item--m-21 {
    width: 87.5%;
  }
  /* line 21, app/assets/stylesheets/components/grid.scss */
  .Grid-item--m-push-21 {
    margin-left: 87.5%;
  }
  /* line 22, app/assets/stylesheets/components/grid.scss */
  .Grid-item--m-pull-21 {
    margin-right: 87.5%;
  }
  /* line 20, app/assets/stylesheets/components/grid.scss */
  .Grid-item--m-22 {
    width: 91.6666666667%;
  }
  /* line 21, app/assets/stylesheets/components/grid.scss */
  .Grid-item--m-push-22 {
    margin-left: 91.6666666667%;
  }
  /* line 22, app/assets/stylesheets/components/grid.scss */
  .Grid-item--m-pull-22 {
    margin-right: 91.6666666667%;
  }
  /* line 20, app/assets/stylesheets/components/grid.scss */
  .Grid-item--m-23 {
    width: 95.8333333333%;
  }
  /* line 21, app/assets/stylesheets/components/grid.scss */
  .Grid-item--m-push-23 {
    margin-left: 95.8333333333%;
  }
  /* line 22, app/assets/stylesheets/components/grid.scss */
  .Grid-item--m-pull-23 {
    margin-right: 95.8333333333%;
  }
}

@media screen and (min-width: 62.5em) {
  /* line 20, app/assets/stylesheets/components/grid.scss */
  .Grid-item--l-1 {
    width: 4.1666666667%;
  }
  /* line 21, app/assets/stylesheets/components/grid.scss */
  .Grid-item--l-push-1 {
    margin-left: 4.1666666667%;
  }
  /* line 22, app/assets/stylesheets/components/grid.scss */
  .Grid-item--l-pull-1 {
    margin-right: 4.1666666667%;
  }
  /* line 20, app/assets/stylesheets/components/grid.scss */
  .Grid-item--l-2 {
    width: 8.3333333333%;
  }
  /* line 21, app/assets/stylesheets/components/grid.scss */
  .Grid-item--l-push-2 {
    margin-left: 8.3333333333%;
  }
  /* line 22, app/assets/stylesheets/components/grid.scss */
  .Grid-item--l-pull-2 {
    margin-right: 8.3333333333%;
  }
  /* line 20, app/assets/stylesheets/components/grid.scss */
  .Grid-item--l-3 {
    width: 12.5%;
  }
  /* line 21, app/assets/stylesheets/components/grid.scss */
  .Grid-item--l-push-3 {
    margin-left: 12.5%;
  }
  /* line 22, app/assets/stylesheets/components/grid.scss */
  .Grid-item--l-pull-3 {
    margin-right: 12.5%;
  }
  /* line 20, app/assets/stylesheets/components/grid.scss */
  .Grid-item--l-4 {
    width: 16.6666666667%;
  }
  /* line 21, app/assets/stylesheets/components/grid.scss */
  .Grid-item--l-push-4 {
    margin-left: 16.6666666667%;
  }
  /* line 22, app/assets/stylesheets/components/grid.scss */
  .Grid-item--l-pull-4 {
    margin-right: 16.6666666667%;
  }
  /* line 20, app/assets/stylesheets/components/grid.scss */
  .Grid-item--l-5 {
    width: 20.8333333333%;
  }
  /* line 21, app/assets/stylesheets/components/grid.scss */
  .Grid-item--l-push-5 {
    margin-left: 20.8333333333%;
  }
  /* line 22, app/assets/stylesheets/components/grid.scss */
  .Grid-item--l-pull-5 {
    margin-right: 20.8333333333%;
  }
  /* line 20, app/assets/stylesheets/components/grid.scss */
  .Grid-item--l-6 {
    width: 25%;
  }
  /* line 21, app/assets/stylesheets/components/grid.scss */
  .Grid-item--l-push-6 {
    margin-left: 25%;
  }
  /* line 22, app/assets/stylesheets/components/grid.scss */
  .Grid-item--l-pull-6 {
    margin-right: 25%;
  }
  /* line 20, app/assets/stylesheets/components/grid.scss */
  .Grid-item--l-7 {
    width: 29.1666666667%;
  }
  /* line 21, app/assets/stylesheets/components/grid.scss */
  .Grid-item--l-push-7 {
    margin-left: 29.1666666667%;
  }
  /* line 22, app/assets/stylesheets/components/grid.scss */
  .Grid-item--l-pull-7 {
    margin-right: 29.1666666667%;
  }
  /* line 20, app/assets/stylesheets/components/grid.scss */
  .Grid-item--l-8 {
    width: 33.3333333333%;
  }
  /* line 21, app/assets/stylesheets/components/grid.scss */
  .Grid-item--l-push-8 {
    margin-left: 33.3333333333%;
  }
  /* line 22, app/assets/stylesheets/components/grid.scss */
  .Grid-item--l-pull-8 {
    margin-right: 33.3333333333%;
  }
  /* line 20, app/assets/stylesheets/components/grid.scss */
  .Grid-item--l-9 {
    width: 37.5%;
  }
  /* line 21, app/assets/stylesheets/components/grid.scss */
  .Grid-item--l-push-9 {
    margin-left: 37.5%;
  }
  /* line 22, app/assets/stylesheets/components/grid.scss */
  .Grid-item--l-pull-9 {
    margin-right: 37.5%;
  }
  /* line 20, app/assets/stylesheets/components/grid.scss */
  .Grid-item--l-10 {
    width: 41.6666666667%;
  }
  /* line 21, app/assets/stylesheets/components/grid.scss */
  .Grid-item--l-push-10 {
    margin-left: 41.6666666667%;
  }
  /* line 22, app/assets/stylesheets/components/grid.scss */
  .Grid-item--l-pull-10 {
    margin-right: 41.6666666667%;
  }
  /* line 20, app/assets/stylesheets/components/grid.scss */
  .Grid-item--l-11 {
    width: 45.8333333333%;
  }
  /* line 21, app/assets/stylesheets/components/grid.scss */
  .Grid-item--l-push-11 {
    margin-left: 45.8333333333%;
  }
  /* line 22, app/assets/stylesheets/components/grid.scss */
  .Grid-item--l-pull-11 {
    margin-right: 45.8333333333%;
  }
  /* line 20, app/assets/stylesheets/components/grid.scss */
  .Grid-item--l-12 {
    width: 50%;
  }
  /* line 21, app/assets/stylesheets/components/grid.scss */
  .Grid-item--l-push-12 {
    margin-left: 50%;
  }
  /* line 22, app/assets/stylesheets/components/grid.scss */
  .Grid-item--l-pull-12 {
    margin-right: 50%;
  }
  /* line 20, app/assets/stylesheets/components/grid.scss */
  .Grid-item--l-13 {
    width: 54.1666666667%;
  }
  /* line 21, app/assets/stylesheets/components/grid.scss */
  .Grid-item--l-push-13 {
    margin-left: 54.1666666667%;
  }
  /* line 22, app/assets/stylesheets/components/grid.scss */
  .Grid-item--l-pull-13 {
    margin-right: 54.1666666667%;
  }
  /* line 20, app/assets/stylesheets/components/grid.scss */
  .Grid-item--l-14 {
    width: 58.3333333333%;
  }
  /* line 21, app/assets/stylesheets/components/grid.scss */
  .Grid-item--l-push-14 {
    margin-left: 58.3333333333%;
  }
  /* line 22, app/assets/stylesheets/components/grid.scss */
  .Grid-item--l-pull-14 {
    margin-right: 58.3333333333%;
  }
  /* line 20, app/assets/stylesheets/components/grid.scss */
  .Grid-item--l-15 {
    width: 62.5%;
  }
  /* line 21, app/assets/stylesheets/components/grid.scss */
  .Grid-item--l-push-15 {
    margin-left: 62.5%;
  }
  /* line 22, app/assets/stylesheets/components/grid.scss */
  .Grid-item--l-pull-15 {
    margin-right: 62.5%;
  }
  /* line 20, app/assets/stylesheets/components/grid.scss */
  .Grid-item--l-16 {
    width: 66.6666666667%;
  }
  /* line 21, app/assets/stylesheets/components/grid.scss */
  .Grid-item--l-push-16 {
    margin-left: 66.6666666667%;
  }
  /* line 22, app/assets/stylesheets/components/grid.scss */
  .Grid-item--l-pull-16 {
    margin-right: 66.6666666667%;
  }
  /* line 20, app/assets/stylesheets/components/grid.scss */
  .Grid-item--l-17 {
    width: 70.8333333333%;
  }
  /* line 21, app/assets/stylesheets/components/grid.scss */
  .Grid-item--l-push-17 {
    margin-left: 70.8333333333%;
  }
  /* line 22, app/assets/stylesheets/components/grid.scss */
  .Grid-item--l-pull-17 {
    margin-right: 70.8333333333%;
  }
  /* line 20, app/assets/stylesheets/components/grid.scss */
  .Grid-item--l-18 {
    width: 75%;
  }
  /* line 21, app/assets/stylesheets/components/grid.scss */
  .Grid-item--l-push-18 {
    margin-left: 75%;
  }
  /* line 22, app/assets/stylesheets/components/grid.scss */
  .Grid-item--l-pull-18 {
    margin-right: 75%;
  }
  /* line 20, app/assets/stylesheets/components/grid.scss */
  .Grid-item--l-19 {
    width: 79.1666666667%;
  }
  /* line 21, app/assets/stylesheets/components/grid.scss */
  .Grid-item--l-push-19 {
    margin-left: 79.1666666667%;
  }
  /* line 22, app/assets/stylesheets/components/grid.scss */
  .Grid-item--l-pull-19 {
    margin-right: 79.1666666667%;
  }
  /* line 20, app/assets/stylesheets/components/grid.scss */
  .Grid-item--l-20 {
    width: 83.3333333333%;
  }
  /* line 21, app/assets/stylesheets/components/grid.scss */
  .Grid-item--l-push-20 {
    margin-left: 83.3333333333%;
  }
  /* line 22, app/assets/stylesheets/components/grid.scss */
  .Grid-item--l-pull-20 {
    margin-right: 83.3333333333%;
  }
  /* line 20, app/assets/stylesheets/components/grid.scss */
  .Grid-item--l-21 {
    width: 87.5%;
  }
  /* line 21, app/assets/stylesheets/components/grid.scss */
  .Grid-item--l-push-21 {
    margin-left: 87.5%;
  }
  /* line 22, app/assets/stylesheets/components/grid.scss */
  .Grid-item--l-pull-21 {
    margin-right: 87.5%;
  }
  /* line 20, app/assets/stylesheets/components/grid.scss */
  .Grid-item--l-22 {
    width: 91.6666666667%;
  }
  /* line 21, app/assets/stylesheets/components/grid.scss */
  .Grid-item--l-push-22 {
    margin-left: 91.6666666667%;
  }
  /* line 22, app/assets/stylesheets/components/grid.scss */
  .Grid-item--l-pull-22 {
    margin-right: 91.6666666667%;
  }
  /* line 20, app/assets/stylesheets/components/grid.scss */
  .Grid-item--l-23 {
    width: 95.8333333333%;
  }
  /* line 21, app/assets/stylesheets/components/grid.scss */
  .Grid-item--l-push-23 {
    margin-left: 95.8333333333%;
  }
  /* line 22, app/assets/stylesheets/components/grid.scss */
  .Grid-item--l-pull-23 {
    margin-right: 95.8333333333%;
  }
}

@media screen and (min-width: 75em) {
  /* line 20, app/assets/stylesheets/components/grid.scss */
  .Grid-item--xl-1 {
    width: 4.1666666667%;
  }
  /* line 21, app/assets/stylesheets/components/grid.scss */
  .Grid-item--xl-push-1 {
    margin-left: 4.1666666667%;
  }
  /* line 22, app/assets/stylesheets/components/grid.scss */
  .Grid-item--xl-pull-1 {
    margin-right: 4.1666666667%;
  }
  /* line 20, app/assets/stylesheets/components/grid.scss */
  .Grid-item--xl-2 {
    width: 8.3333333333%;
  }
  /* line 21, app/assets/stylesheets/components/grid.scss */
  .Grid-item--xl-push-2 {
    margin-left: 8.3333333333%;
  }
  /* line 22, app/assets/stylesheets/components/grid.scss */
  .Grid-item--xl-pull-2 {
    margin-right: 8.3333333333%;
  }
  /* line 20, app/assets/stylesheets/components/grid.scss */
  .Grid-item--xl-3 {
    width: 12.5%;
  }
  /* line 21, app/assets/stylesheets/components/grid.scss */
  .Grid-item--xl-push-3 {
    margin-left: 12.5%;
  }
  /* line 22, app/assets/stylesheets/components/grid.scss */
  .Grid-item--xl-pull-3 {
    margin-right: 12.5%;
  }
  /* line 20, app/assets/stylesheets/components/grid.scss */
  .Grid-item--xl-4 {
    width: 16.6666666667%;
  }
  /* line 21, app/assets/stylesheets/components/grid.scss */
  .Grid-item--xl-push-4 {
    margin-left: 16.6666666667%;
  }
  /* line 22, app/assets/stylesheets/components/grid.scss */
  .Grid-item--xl-pull-4 {
    margin-right: 16.6666666667%;
  }
  /* line 20, app/assets/stylesheets/components/grid.scss */
  .Grid-item--xl-5 {
    width: 20.8333333333%;
  }
  /* line 21, app/assets/stylesheets/components/grid.scss */
  .Grid-item--xl-push-5 {
    margin-left: 20.8333333333%;
  }
  /* line 22, app/assets/stylesheets/components/grid.scss */
  .Grid-item--xl-pull-5 {
    margin-right: 20.8333333333%;
  }
  /* line 20, app/assets/stylesheets/components/grid.scss */
  .Grid-item--xl-6 {
    width: 25%;
  }
  /* line 21, app/assets/stylesheets/components/grid.scss */
  .Grid-item--xl-push-6 {
    margin-left: 25%;
  }
  /* line 22, app/assets/stylesheets/components/grid.scss */
  .Grid-item--xl-pull-6 {
    margin-right: 25%;
  }
  /* line 20, app/assets/stylesheets/components/grid.scss */
  .Grid-item--xl-7 {
    width: 29.1666666667%;
  }
  /* line 21, app/assets/stylesheets/components/grid.scss */
  .Grid-item--xl-push-7 {
    margin-left: 29.1666666667%;
  }
  /* line 22, app/assets/stylesheets/components/grid.scss */
  .Grid-item--xl-pull-7 {
    margin-right: 29.1666666667%;
  }
  /* line 20, app/assets/stylesheets/components/grid.scss */
  .Grid-item--xl-8 {
    width: 33.3333333333%;
  }
  /* line 21, app/assets/stylesheets/components/grid.scss */
  .Grid-item--xl-push-8 {
    margin-left: 33.3333333333%;
  }
  /* line 22, app/assets/stylesheets/components/grid.scss */
  .Grid-item--xl-pull-8 {
    margin-right: 33.3333333333%;
  }
  /* line 20, app/assets/stylesheets/components/grid.scss */
  .Grid-item--xl-9 {
    width: 37.5%;
  }
  /* line 21, app/assets/stylesheets/components/grid.scss */
  .Grid-item--xl-push-9 {
    margin-left: 37.5%;
  }
  /* line 22, app/assets/stylesheets/components/grid.scss */
  .Grid-item--xl-pull-9 {
    margin-right: 37.5%;
  }
  /* line 20, app/assets/stylesheets/components/grid.scss */
  .Grid-item--xl-10 {
    width: 41.6666666667%;
  }
  /* line 21, app/assets/stylesheets/components/grid.scss */
  .Grid-item--xl-push-10 {
    margin-left: 41.6666666667%;
  }
  /* line 22, app/assets/stylesheets/components/grid.scss */
  .Grid-item--xl-pull-10 {
    margin-right: 41.6666666667%;
  }
  /* line 20, app/assets/stylesheets/components/grid.scss */
  .Grid-item--xl-11 {
    width: 45.8333333333%;
  }
  /* line 21, app/assets/stylesheets/components/grid.scss */
  .Grid-item--xl-push-11 {
    margin-left: 45.8333333333%;
  }
  /* line 22, app/assets/stylesheets/components/grid.scss */
  .Grid-item--xl-pull-11 {
    margin-right: 45.8333333333%;
  }
  /* line 20, app/assets/stylesheets/components/grid.scss */
  .Grid-item--xl-12 {
    width: 50%;
  }
  /* line 21, app/assets/stylesheets/components/grid.scss */
  .Grid-item--xl-push-12 {
    margin-left: 50%;
  }
  /* line 22, app/assets/stylesheets/components/grid.scss */
  .Grid-item--xl-pull-12 {
    margin-right: 50%;
  }
  /* line 20, app/assets/stylesheets/components/grid.scss */
  .Grid-item--xl-13 {
    width: 54.1666666667%;
  }
  /* line 21, app/assets/stylesheets/components/grid.scss */
  .Grid-item--xl-push-13 {
    margin-left: 54.1666666667%;
  }
  /* line 22, app/assets/stylesheets/components/grid.scss */
  .Grid-item--xl-pull-13 {
    margin-right: 54.1666666667%;
  }
  /* line 20, app/assets/stylesheets/components/grid.scss */
  .Grid-item--xl-14 {
    width: 58.3333333333%;
  }
  /* line 21, app/assets/stylesheets/components/grid.scss */
  .Grid-item--xl-push-14 {
    margin-left: 58.3333333333%;
  }
  /* line 22, app/assets/stylesheets/components/grid.scss */
  .Grid-item--xl-pull-14 {
    margin-right: 58.3333333333%;
  }
  /* line 20, app/assets/stylesheets/components/grid.scss */
  .Grid-item--xl-15 {
    width: 62.5%;
  }
  /* line 21, app/assets/stylesheets/components/grid.scss */
  .Grid-item--xl-push-15 {
    margin-left: 62.5%;
  }
  /* line 22, app/assets/stylesheets/components/grid.scss */
  .Grid-item--xl-pull-15 {
    margin-right: 62.5%;
  }
  /* line 20, app/assets/stylesheets/components/grid.scss */
  .Grid-item--xl-16 {
    width: 66.6666666667%;
  }
  /* line 21, app/assets/stylesheets/components/grid.scss */
  .Grid-item--xl-push-16 {
    margin-left: 66.6666666667%;
  }
  /* line 22, app/assets/stylesheets/components/grid.scss */
  .Grid-item--xl-pull-16 {
    margin-right: 66.6666666667%;
  }
  /* line 20, app/assets/stylesheets/components/grid.scss */
  .Grid-item--xl-17 {
    width: 70.8333333333%;
  }
  /* line 21, app/assets/stylesheets/components/grid.scss */
  .Grid-item--xl-push-17 {
    margin-left: 70.8333333333%;
  }
  /* line 22, app/assets/stylesheets/components/grid.scss */
  .Grid-item--xl-pull-17 {
    margin-right: 70.8333333333%;
  }
  /* line 20, app/assets/stylesheets/components/grid.scss */
  .Grid-item--xl-18 {
    width: 75%;
  }
  /* line 21, app/assets/stylesheets/components/grid.scss */
  .Grid-item--xl-push-18 {
    margin-left: 75%;
  }
  /* line 22, app/assets/stylesheets/components/grid.scss */
  .Grid-item--xl-pull-18 {
    margin-right: 75%;
  }
  /* line 20, app/assets/stylesheets/components/grid.scss */
  .Grid-item--xl-19 {
    width: 79.1666666667%;
  }
  /* line 21, app/assets/stylesheets/components/grid.scss */
  .Grid-item--xl-push-19 {
    margin-left: 79.1666666667%;
  }
  /* line 22, app/assets/stylesheets/components/grid.scss */
  .Grid-item--xl-pull-19 {
    margin-right: 79.1666666667%;
  }
  /* line 20, app/assets/stylesheets/components/grid.scss */
  .Grid-item--xl-20 {
    width: 83.3333333333%;
  }
  /* line 21, app/assets/stylesheets/components/grid.scss */
  .Grid-item--xl-push-20 {
    margin-left: 83.3333333333%;
  }
  /* line 22, app/assets/stylesheets/components/grid.scss */
  .Grid-item--xl-pull-20 {
    margin-right: 83.3333333333%;
  }
  /* line 20, app/assets/stylesheets/components/grid.scss */
  .Grid-item--xl-21 {
    width: 87.5%;
  }
  /* line 21, app/assets/stylesheets/components/grid.scss */
  .Grid-item--xl-push-21 {
    margin-left: 87.5%;
  }
  /* line 22, app/assets/stylesheets/components/grid.scss */
  .Grid-item--xl-pull-21 {
    margin-right: 87.5%;
  }
  /* line 20, app/assets/stylesheets/components/grid.scss */
  .Grid-item--xl-22 {
    width: 91.6666666667%;
  }
  /* line 21, app/assets/stylesheets/components/grid.scss */
  .Grid-item--xl-push-22 {
    margin-left: 91.6666666667%;
  }
  /* line 22, app/assets/stylesheets/components/grid.scss */
  .Grid-item--xl-pull-22 {
    margin-right: 91.6666666667%;
  }
  /* line 20, app/assets/stylesheets/components/grid.scss */
  .Grid-item--xl-23 {
    width: 95.8333333333%;
  }
  /* line 21, app/assets/stylesheets/components/grid.scss */
  .Grid-item--xl-push-23 {
    margin-left: 95.8333333333%;
  }
  /* line 22, app/assets/stylesheets/components/grid.scss */
  .Grid-item--xl-pull-23 {
    margin-right: 95.8333333333%;
  }
}

@media screen and (min-width: 87.5em) {
  /* line 20, app/assets/stylesheets/components/grid.scss */
  .Grid-item--xxl-1 {
    width: 4.1666666667%;
  }
  /* line 21, app/assets/stylesheets/components/grid.scss */
  .Grid-item--xxl-push-1 {
    margin-left: 4.1666666667%;
  }
  /* line 22, app/assets/stylesheets/components/grid.scss */
  .Grid-item--xxl-pull-1 {
    margin-right: 4.1666666667%;
  }
  /* line 20, app/assets/stylesheets/components/grid.scss */
  .Grid-item--xxl-2 {
    width: 8.3333333333%;
  }
  /* line 21, app/assets/stylesheets/components/grid.scss */
  .Grid-item--xxl-push-2 {
    margin-left: 8.3333333333%;
  }
  /* line 22, app/assets/stylesheets/components/grid.scss */
  .Grid-item--xxl-pull-2 {
    margin-right: 8.3333333333%;
  }
  /* line 20, app/assets/stylesheets/components/grid.scss */
  .Grid-item--xxl-3 {
    width: 12.5%;
  }
  /* line 21, app/assets/stylesheets/components/grid.scss */
  .Grid-item--xxl-push-3 {
    margin-left: 12.5%;
  }
  /* line 22, app/assets/stylesheets/components/grid.scss */
  .Grid-item--xxl-pull-3 {
    margin-right: 12.5%;
  }
  /* line 20, app/assets/stylesheets/components/grid.scss */
  .Grid-item--xxl-4 {
    width: 16.6666666667%;
  }
  /* line 21, app/assets/stylesheets/components/grid.scss */
  .Grid-item--xxl-push-4 {
    margin-left: 16.6666666667%;
  }
  /* line 22, app/assets/stylesheets/components/grid.scss */
  .Grid-item--xxl-pull-4 {
    margin-right: 16.6666666667%;
  }
  /* line 20, app/assets/stylesheets/components/grid.scss */
  .Grid-item--xxl-5 {
    width: 20.8333333333%;
  }
  /* line 21, app/assets/stylesheets/components/grid.scss */
  .Grid-item--xxl-push-5 {
    margin-left: 20.8333333333%;
  }
  /* line 22, app/assets/stylesheets/components/grid.scss */
  .Grid-item--xxl-pull-5 {
    margin-right: 20.8333333333%;
  }
  /* line 20, app/assets/stylesheets/components/grid.scss */
  .Grid-item--xxl-6 {
    width: 25%;
  }
  /* line 21, app/assets/stylesheets/components/grid.scss */
  .Grid-item--xxl-push-6 {
    margin-left: 25%;
  }
  /* line 22, app/assets/stylesheets/components/grid.scss */
  .Grid-item--xxl-pull-6 {
    margin-right: 25%;
  }
  /* line 20, app/assets/stylesheets/components/grid.scss */
  .Grid-item--xxl-7 {
    width: 29.1666666667%;
  }
  /* line 21, app/assets/stylesheets/components/grid.scss */
  .Grid-item--xxl-push-7 {
    margin-left: 29.1666666667%;
  }
  /* line 22, app/assets/stylesheets/components/grid.scss */
  .Grid-item--xxl-pull-7 {
    margin-right: 29.1666666667%;
  }
  /* line 20, app/assets/stylesheets/components/grid.scss */
  .Grid-item--xxl-8 {
    width: 33.3333333333%;
  }
  /* line 21, app/assets/stylesheets/components/grid.scss */
  .Grid-item--xxl-push-8 {
    margin-left: 33.3333333333%;
  }
  /* line 22, app/assets/stylesheets/components/grid.scss */
  .Grid-item--xxl-pull-8 {
    margin-right: 33.3333333333%;
  }
  /* line 20, app/assets/stylesheets/components/grid.scss */
  .Grid-item--xxl-9 {
    width: 37.5%;
  }
  /* line 21, app/assets/stylesheets/components/grid.scss */
  .Grid-item--xxl-push-9 {
    margin-left: 37.5%;
  }
  /* line 22, app/assets/stylesheets/components/grid.scss */
  .Grid-item--xxl-pull-9 {
    margin-right: 37.5%;
  }
  /* line 20, app/assets/stylesheets/components/grid.scss */
  .Grid-item--xxl-10 {
    width: 41.6666666667%;
  }
  /* line 21, app/assets/stylesheets/components/grid.scss */
  .Grid-item--xxl-push-10 {
    margin-left: 41.6666666667%;
  }
  /* line 22, app/assets/stylesheets/components/grid.scss */
  .Grid-item--xxl-pull-10 {
    margin-right: 41.6666666667%;
  }
  /* line 20, app/assets/stylesheets/components/grid.scss */
  .Grid-item--xxl-11 {
    width: 45.8333333333%;
  }
  /* line 21, app/assets/stylesheets/components/grid.scss */
  .Grid-item--xxl-push-11 {
    margin-left: 45.8333333333%;
  }
  /* line 22, app/assets/stylesheets/components/grid.scss */
  .Grid-item--xxl-pull-11 {
    margin-right: 45.8333333333%;
  }
  /* line 20, app/assets/stylesheets/components/grid.scss */
  .Grid-item--xxl-12 {
    width: 50%;
  }
  /* line 21, app/assets/stylesheets/components/grid.scss */
  .Grid-item--xxl-push-12 {
    margin-left: 50%;
  }
  /* line 22, app/assets/stylesheets/components/grid.scss */
  .Grid-item--xxl-pull-12 {
    margin-right: 50%;
  }
  /* line 20, app/assets/stylesheets/components/grid.scss */
  .Grid-item--xxl-13 {
    width: 54.1666666667%;
  }
  /* line 21, app/assets/stylesheets/components/grid.scss */
  .Grid-item--xxl-push-13 {
    margin-left: 54.1666666667%;
  }
  /* line 22, app/assets/stylesheets/components/grid.scss */
  .Grid-item--xxl-pull-13 {
    margin-right: 54.1666666667%;
  }
  /* line 20, app/assets/stylesheets/components/grid.scss */
  .Grid-item--xxl-14 {
    width: 58.3333333333%;
  }
  /* line 21, app/assets/stylesheets/components/grid.scss */
  .Grid-item--xxl-push-14 {
    margin-left: 58.3333333333%;
  }
  /* line 22, app/assets/stylesheets/components/grid.scss */
  .Grid-item--xxl-pull-14 {
    margin-right: 58.3333333333%;
  }
  /* line 20, app/assets/stylesheets/components/grid.scss */
  .Grid-item--xxl-15 {
    width: 62.5%;
  }
  /* line 21, app/assets/stylesheets/components/grid.scss */
  .Grid-item--xxl-push-15 {
    margin-left: 62.5%;
  }
  /* line 22, app/assets/stylesheets/components/grid.scss */
  .Grid-item--xxl-pull-15 {
    margin-right: 62.5%;
  }
  /* line 20, app/assets/stylesheets/components/grid.scss */
  .Grid-item--xxl-16 {
    width: 66.6666666667%;
  }
  /* line 21, app/assets/stylesheets/components/grid.scss */
  .Grid-item--xxl-push-16 {
    margin-left: 66.6666666667%;
  }
  /* line 22, app/assets/stylesheets/components/grid.scss */
  .Grid-item--xxl-pull-16 {
    margin-right: 66.6666666667%;
  }
  /* line 20, app/assets/stylesheets/components/grid.scss */
  .Grid-item--xxl-17 {
    width: 70.8333333333%;
  }
  /* line 21, app/assets/stylesheets/components/grid.scss */
  .Grid-item--xxl-push-17 {
    margin-left: 70.8333333333%;
  }
  /* line 22, app/assets/stylesheets/components/grid.scss */
  .Grid-item--xxl-pull-17 {
    margin-right: 70.8333333333%;
  }
  /* line 20, app/assets/stylesheets/components/grid.scss */
  .Grid-item--xxl-18 {
    width: 75%;
  }
  /* line 21, app/assets/stylesheets/components/grid.scss */
  .Grid-item--xxl-push-18 {
    margin-left: 75%;
  }
  /* line 22, app/assets/stylesheets/components/grid.scss */
  .Grid-item--xxl-pull-18 {
    margin-right: 75%;
  }
  /* line 20, app/assets/stylesheets/components/grid.scss */
  .Grid-item--xxl-19 {
    width: 79.1666666667%;
  }
  /* line 21, app/assets/stylesheets/components/grid.scss */
  .Grid-item--xxl-push-19 {
    margin-left: 79.1666666667%;
  }
  /* line 22, app/assets/stylesheets/components/grid.scss */
  .Grid-item--xxl-pull-19 {
    margin-right: 79.1666666667%;
  }
  /* line 20, app/assets/stylesheets/components/grid.scss */
  .Grid-item--xxl-20 {
    width: 83.3333333333%;
  }
  /* line 21, app/assets/stylesheets/components/grid.scss */
  .Grid-item--xxl-push-20 {
    margin-left: 83.3333333333%;
  }
  /* line 22, app/assets/stylesheets/components/grid.scss */
  .Grid-item--xxl-pull-20 {
    margin-right: 83.3333333333%;
  }
  /* line 20, app/assets/stylesheets/components/grid.scss */
  .Grid-item--xxl-21 {
    width: 87.5%;
  }
  /* line 21, app/assets/stylesheets/components/grid.scss */
  .Grid-item--xxl-push-21 {
    margin-left: 87.5%;
  }
  /* line 22, app/assets/stylesheets/components/grid.scss */
  .Grid-item--xxl-pull-21 {
    margin-right: 87.5%;
  }
  /* line 20, app/assets/stylesheets/components/grid.scss */
  .Grid-item--xxl-22 {
    width: 91.6666666667%;
  }
  /* line 21, app/assets/stylesheets/components/grid.scss */
  .Grid-item--xxl-push-22 {
    margin-left: 91.6666666667%;
  }
  /* line 22, app/assets/stylesheets/components/grid.scss */
  .Grid-item--xxl-pull-22 {
    margin-right: 91.6666666667%;
  }
  /* line 20, app/assets/stylesheets/components/grid.scss */
  .Grid-item--xxl-23 {
    width: 95.8333333333%;
  }
  /* line 21, app/assets/stylesheets/components/grid.scss */
  .Grid-item--xxl-push-23 {
    margin-left: 95.8333333333%;
  }
  /* line 22, app/assets/stylesheets/components/grid.scss */
  .Grid-item--xxl-pull-23 {
    margin-right: 95.8333333333%;
  }
}

/* line 28, app/assets/stylesheets/components/grid.scss */
.Grid--padded {
  margin: -0.625rem;
}

/* line 30, app/assets/stylesheets/components/grid.scss */
.Grid--padded > .Grid-item {
  padding: 0.625rem;
}

@media screen and (min-width: 37.5em) {
  /* line 28, app/assets/stylesheets/components/grid.scss */
  .Grid--padded {
    margin: -0.8125rem;
  }
  /* line 34, app/assets/stylesheets/components/grid.scss */
  .Grid--padded > .Grid-item {
    padding: 0.8125rem;
  }
}

@media screen and (min-width: 50em) {
  /* line 28, app/assets/stylesheets/components/grid.scss */
  .Grid--padded {
    margin: -1rem;
  }
  /* line 39, app/assets/stylesheets/components/grid.scss */
  .Grid--padded > .Grid-item {
    padding: 1rem;
  }
}

/* line 43, app/assets/stylesheets/components/grid.scss */
.Grid--centered {
  justify-content: center;
}

/* line 4, app/assets/stylesheets/components/logotype.scss */
.Logotype {
  width: 88px;
}

/* line 7, app/assets/stylesheets/components/logotype.scss */
.Logotype-link {
  display: block;
  color: inherit !important;
}

/* line 11, app/assets/stylesheets/components/logotype.scss */
.Logotype-link path {
  fill: currentColor;
}

/* line 16, app/assets/stylesheets/components/logotype.scss */
.Logotype-asset {
  max-width: 100%;
  display: block;
}

/* line 4, app/assets/stylesheets/components/masthead.scss */
.Masthead {
  color: #BD8B41;
}

/* line 7, app/assets/stylesheets/components/masthead.scss */
.hasHero .Masthead {
  color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 900;
}

/* line 16, app/assets/stylesheets/components/masthead.scss */
.Masthead-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

/* line 24, app/assets/stylesheets/components/masthead.scss */
.Masthead-logotype {
  flex: 0 0 88px;
  margin-right: var(--spacing-xxl);
}

/* line 29, app/assets/stylesheets/components/masthead.scss */
.Masthead-menuToggle {
  background: none;
  border: 0;
}

/* line 34, app/assets/stylesheets/components/masthead.scss */
.Masthead-menuToggleIcon path {
  fill: currentColor;
}

/* line 38, app/assets/stylesheets/components/masthead.scss */
.Masthead-nav {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-m);
}

@media not all and (min-width: 1000px) {
  /* line 45, app/assets/stylesheets/components/masthead.scss */
  .Masthead-inner {
    justify-content: space-between;
  }
  /* line 49, app/assets/stylesheets/components/masthead.scss */
  .Masthead-nav {
    flex: 0 0 100%;
    margin-top: 2rem;
  }
  /* line 55, app/assets/stylesheets/components/masthead.scss */
  body:not(.is-mastheadMenuOpen) .Masthead .Masthead-closeMenuLabel,
body:not(.is-mastheadMenuOpen) .Masthead .Masthead-nav {
    display: none;
  }
  /* line 60, app/assets/stylesheets/components/masthead.scss */
  body.is-mastheadMenuOpen {
    overflow: hidden;
  }
  /* line 64, app/assets/stylesheets/components/masthead.scss */
  body.is-mastheadMenuOpen .Masthead {
    background: #000;
    color: #fff;
    position: absolute;
    inset: 0;
    overflow-y: auto;
  }
  /* line 71, app/assets/stylesheets/components/masthead.scss */
  body.is-mastheadMenuOpen .Masthead .Masthead-openMenuLabel {
    display: none;
  }
}

@media (min-width: 1000px) {
  /* line 78, app/assets/stylesheets/components/masthead.scss */
  .Masthead-menuToggle {
    display: none;
  }
  /* line 82, app/assets/stylesheets/components/masthead.scss */
  .Masthead-nav {
    flex-direction: row;
    justify-content: space-between;
    flex: 1;
  }
}

/* line 32, app/assets/stylesheets/components/media.scss */
.Media {
  margin-top: var(--spacing-xl);
  margin-bottom: var(--spacing-xl);
  margin-left: 0;
  margin-right: 0;
}

/* line 38, app/assets/stylesheets/components/media.scss */
.Media:first-child {
  margin-top: 0;
}

/* line 49, app/assets/stylesheets/components/media.scss */
.Media-media {
  display: block;
  width: 100%;
}

/* line 55, app/assets/stylesheets/components/media.scss */
.Media-embedContainer {
  position: relative;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

/* line 61, app/assets/stylesheets/components/media.scss */
.Media-embedItem {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 65, app/assets/stylesheets/components/media.scss */
.Media-caption {
  margin-top: var(--spacing-xs);
  font-family: "futura-pt", sans-serif;
  font-size: var(--meta-font-size);
  line-height: 1.25em;
  font-weight: 400;
}

/* line 5, app/assets/stylesheets/components/navigation.scss */
.Navigation-list {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-m);
}

/* line 10, app/assets/stylesheets/components/navigation.scss */
.Navigation--centered .Navigation-list {
  justify-content: center;
}

/* line 16, app/assets/stylesheets/components/navigation.scss */
.Navigation--main .Navigation-item {
  font-family: "futura-pt", sans-serif;
  font-size: var(--functional-font-size);
  line-height: 1.25em;
  font-weight: 700;
}

/* line 20, app/assets/stylesheets/components/navigation.scss */
.Navigation--user .Navigation-item {
  position: relative;
  font-family: "futura-pt", sans-serif;
  font-size: var(--meta-font-size);
  line-height: 1.25em;
  font-weight: 400;
}

/* line 26, app/assets/stylesheets/components/navigation.scss */
.Navigation-link {
  display: block;
  text-decoration: none !important;
  color: currentColor !important;
}

@media (min-width: 1000px) {
  /* line 26, app/assets/stylesheets/components/navigation.scss */
  .Navigation-link {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}

/* line 37, app/assets/stylesheets/components/navigation.scss */
.Navigation-icon path {
  fill: currentColor;
}

/* line 41, app/assets/stylesheets/components/navigation.scss */
.Navigation-subNav {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-m);
}

@media not all and (min-width: 1000px) {
  /* line 48, app/assets/stylesheets/components/navigation.scss */
  .Navigation-linkWithSubNav {
    display: none;
  }
}

@media (min-width: 1000px) {
  /* line 54, app/assets/stylesheets/components/navigation.scss */
  .Navigation-list {
    flex-direction: row;
  }
  /* line 58, app/assets/stylesheets/components/navigation.scss */
  .Navigation--user .Navigation-subNav {
    gap: 0;
    right: 0.75em;
    position: absolute;
    text-align: right;
  }
  /* line 65, app/assets/stylesheets/components/navigation.scss */
  .Navigation-item:not(.is-open) .Navigation-subNav {
    display: none;
  }
}

/* line 4, app/assets/stylesheets/components/teaser.scss */
.Teaser {
  position: relative;
}

/* line 8, app/assets/stylesheets/components/teaser.scss */
.Teaser--bordered {
  border: 1px solid #e0e0e0;
}

/* line 18, app/assets/stylesheets/components/teaser.scss */
.Teaser--hero {
  overflow: hidden;
  padding-top: 30%;
}

@media (min-width: 1000px) {
  /* line 18, app/assets/stylesheets/components/teaser.scss */
  .Teaser--hero {
    padding-top: 0;
  }
}

/* line 35, app/assets/stylesheets/components/teaser.scss */
.Teaser--solidBg {
  background: #ddd;
}

/* line 39, app/assets/stylesheets/components/teaser.scss */
.Teaser-link {
  text-decoration: none !important;
  color: #283238 !important;
}

/* line 44, app/assets/stylesheets/components/teaser.scss */
.Teaser-link:hover .Teaser-button {
  border-color: #000;
}

@media (min-width: 1000px) {
  /* line 51, app/assets/stylesheets/components/teaser.scss */
  .Teaser--fullWidth .Teaser-inner {
    display: flex;
    flex-wrap: wrap;
  }
  /* line 56, app/assets/stylesheets/components/teaser.scss */
  .Teaser--fullWidth .Teaser-inner .Wrapper {
    flex-grow: 1;
  }
}

/* line 62, app/assets/stylesheets/components/teaser.scss */
.Teaser--centered .Teaser-inner {
  align-items: center;
}

/* line 66, app/assets/stylesheets/components/teaser.scss */
.Teaser--rightAlign .Teaser-inner {
  flex-direction: row-reverse;
}

/* line 72, app/assets/stylesheets/components/teaser.scss */
.Teaser--fullWidth .Teaser-media {
  overflow: hidden;
}

@media (min-width: 1000px) {
  /* line 77, app/assets/stylesheets/components/teaser.scss */
  .Teaser--fullWidth .Teaser-media {
    width: 50%;
  }
  /* line 81, app/assets/stylesheets/components/teaser.scss */
  .Teaser--fullWidth.Teaser--smallImage .Teaser-media {
    width: 33%;
  }
}

/* line 86, app/assets/stylesheets/components/teaser.scss */
.Teaser--hero .Teaser-media {
  position: absolute;
  inset: 0;
  width: auto;
  z-index: 10;
}

/* line 94, app/assets/stylesheets/components/teaser.scss */
.Teaser-mediaAsset {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

/* line 102, app/assets/stylesheets/components/teaser.scss */
.Teaser--fullWidth .Teaser-body {
  padding: var(--spacing-l) 30px;
}

@media (min-width: 1000px) {
  /* line 107, app/assets/stylesheets/components/teaser.scss */
  .Teaser--fullWidth .Teaser-body {
    width: 50%;
    padding: var(--spacing-xl) 70px;
  }
  /* line 113, app/assets/stylesheets/components/teaser.scss */
  .Teaser--fullWidth.Teaser--smallImage .Teaser-body {
    width: 67%;
  }
}

/* line 118, app/assets/stylesheets/components/teaser.scss */
.Teaser--hero .Teaser-body {
  background: #fff;
  position: relative;
  z-index: 100;
}

/* line 124, app/assets/stylesheets/components/teaser.scss */
.Teaser--hero:not(.Teaser--rightAlign) .Teaser-body {
  margin-left: auto;
}

/* line 129, app/assets/stylesheets/components/teaser.scss */
.Teaser-kicker {
  margin-bottom: var(--spacing-s);
  font-family: "futura-pt", sans-serif;
  font-size: var(--kicker-font-size);
  line-height: 1.4em;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05rem;
  color: #283238;
}

/* line 135, app/assets/stylesheets/components/teaser.scss */
.Teaser-heading {
  margin-top: var(--spacing-xs) !important;
  font-family: "futura-pt", sans-serif;
  font-size: var(--heading-3-font-size);
  line-height: 1.15em;
  font-weight: 500;
  color: #283238;
}

/* line 140, app/assets/stylesheets/components/teaser.scss */
.Teaser--fullWidth .Teaser-heading {
  margin-top: 0 !important;
}

/* line 144, app/assets/stylesheets/components/teaser.scss */
.Teaser--serif .Teaser-heading {
  font-family: "adobe-caslon-pro", serif;
  font-size: var(--heading-2-font-size);
  line-height: 1.15em;
  font-weight: 400;
}

/* line 148, app/assets/stylesheets/components/teaser.scss */
.Teaser--product .Teaser-heading {
  font-family: "futura-pt", sans-serif;
  font-size: var(--heading-sans-2-font-size);
  line-height: 1.15em;
  font-weight: 500;
}

/* line 152, app/assets/stylesheets/components/teaser.scss */
.Teaser-heading a {
  color: inherit;
  text-decoration: inherit;
}

/* line 158, app/assets/stylesheets/components/teaser.scss */
.Teaser-text {
  margin-top: var(--spacing-xxs);
  font-family: "futura-pt", sans-serif;
  font-size: var(--body-standard-font-size);
  line-height: 1.333em;
  font-weight: 400;
}

/* line 162, app/assets/stylesheets/components/teaser.scss */
.Teaser--product .Teaser-text {
  margin-top: var(--spacing-xs);
}

/* line 167, app/assets/stylesheets/components/teaser.scss */
.Teaser-cta {
  margin-top: var(--spacing-m);
}

/* line 170, app/assets/stylesheets/components/teaser.scss */
.Teaser--fullWidth .Teaser-cta {
  margin-top: var(--spacing-m);
}

/* line 175, app/assets/stylesheets/components/teaser.scss */
.Teaser-stretchedLink::after {
  content: "";
  position: absolute;
  inset: 0;
}

/* line 5, app/assets/stylesheets/components/text.scss */
.Text h1 {
  color: #283238;
}

/* line 9, app/assets/stylesheets/components/text.scss */
.Text h2, .Text .details-sidebar .line-item-form p, .details-sidebar .line-item-form .Text p {
  margin-top: 2.5rem;
  margin-bottom: 1rem;
  font-family: "adobe-caslon-pro", serif;
  font-size: var(--heading-2-font-size);
  line-height: 1.15em;
  font-weight: 400;
  color: #283238;
}

/* line 15, app/assets/stylesheets/components/text.scss */
.Text h2:first-child, .Text .details-sidebar .line-item-form p:first-child, .details-sidebar .line-item-form .Text p:first-child {
  margin-top: 0;
}

/* line 20, app/assets/stylesheets/components/text.scss */
.Text h3 {
  margin-top: 1rem;
  margin-bottom: .25rem;
  font-family: "futura-pt", sans-serif;
  font-size: var(--heading-3-font-size);
  line-height: 1.15em;
  font-weight: 500;
  color: #283238;
}

/* line 27, app/assets/stylesheets/components/text.scss */
.Text h4,
.Text h5,
.Text h6 {
  margin-top: 1rem;
  color: #283238;
  font: inherit;
}

/* line 36, app/assets/stylesheets/components/text.scss */
.Text p {
  margin-bottom: 1.5rem;
  font-family: "futura-pt", sans-serif;
  font-size: var(--body-standard-font-size);
  line-height: 1.333em;
  font-weight: 400;
}

/* line 41, app/assets/stylesheets/components/text.scss */
.Text ul, .Text ol {
  margin-bottom: 1.5rem;
  margin-left: 1.75rem;
  font-family: "futura-pt", sans-serif;
  font-size: var(--body-standard-font-size);
  line-height: 1.333em;
  font-weight: 400;
}

/* line 47, app/assets/stylesheets/components/text.scss */
.Text ul {
  list-style: disc;
}

/* line 51, app/assets/stylesheets/components/text.scss */
.Text ol {
  list-style: roman;
}

/* line 55, app/assets/stylesheets/components/text.scss */
.Text-kicker {
  margin-bottom: .5rem;
  font-family: "futura-pt", sans-serif;
  font-size: var(--kicker-font-size);
  line-height: 1.4em;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05rem;
  color: #283238;
}

/* line 4, app/assets/stylesheets/components/section.scss */
.Section {
  position: relative;
}

/* line 9, app/assets/stylesheets/components/section.scss */
.Section--inverted {
  color: #fff;
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}

/* line 18, app/assets/stylesheets/components/section.scss */
.Section--bordered {
  border: 1px solid #e0e0e0;
  padding: var(--spacing-xl) 30px;
}

@media (min-width: 1000px) {
  /* line 18, app/assets/stylesheets/components/section.scss */
  .Section--bordered {
    padding-left: 70px;
    padding-right: 70px;
  }
}

/* line 28, app/assets/stylesheets/components/section.scss */
.Section--heroImage {
  padding-top: 70px;
  padding-bottom: 70px;
  height: 90vh;
  min-height: 700px;
}

/* line 39, app/assets/stylesheets/components/section.scss */
.Section-link {
  color: inherit !important;
}

/* line 42, app/assets/stylesheets/components/section.scss */
.Section-link:hover {
  color: inherit !important;
  text-decoration: none !important;
}

/* line 46, app/assets/stylesheets/components/section.scss */
.Section-link:hover .Section-button {
  background: #fff;
  color: #000 !important;
}

/* line 53, app/assets/stylesheets/components/section.scss */
.Section-imageWrapper {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  overflow: hidden;
}

/* line 61, app/assets/stylesheets/components/section.scss */
.Section-imageWrapper:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(transparent 40%, rgba(0, 0, 0, 0.6) 100%);
  background-blend-mode: multiply;
}

/* line 73, app/assets/stylesheets/components/section.scss */
.Section-imageFigure {
  width: 100%;
  height: 100%;
  margin: 0;
}

/* line 82, app/assets/stylesheets/components/section.scss */
.Section-imageObject {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 80%;
}

/* line 91, app/assets/stylesheets/components/section.scss */
.Section--heroImage .Section-content {
  position: absolute;
  top: 70%;
  transform: translateY(-70%);
  width: 100%;
}

@media (min-width: 1000px) {
  /* line 100, app/assets/stylesheets/components/section.scss */
  .Section--leftAlign .Section-contentInner {
    width: 50%;
  }
}

/* line 107, app/assets/stylesheets/components/section.scss */
.Section-kicker {
  margin-bottom: var(--spacing-s);
  font-family: "futura-pt", sans-serif;
  font-size: var(--kicker-font-size);
  line-height: 1.4em;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05rem;
  color: #283238;
}

/* line 112, app/assets/stylesheets/components/section.scss */
.Section--inverted .Section-kicker {
  color: #fff;
}

/* line 116, app/assets/stylesheets/components/section.scss */
.Section--l .Section-kicker {
  margin-bottom: var(--spacing-m);
}

/* line 121, app/assets/stylesheets/components/section.scss */
.Section-heading {
  font-family: "adobe-caslon-pro", serif;
  font-size: var(--heading-2-font-size);
  line-height: 1.15em;
  font-weight: 400;
  color: #283238;
}

/* line 125, app/assets/stylesheets/components/section.scss */
.Section--inverted .Section-heading {
  color: #fff;
}

/* line 129, app/assets/stylesheets/components/section.scss */
.Section--l .Section-heading {
  font-family: "adobe-caslon-pro", serif;
  font-size: var(--heading-1-font-size);
  line-height: 1.15em;
  font-weight: 400;
  font-style: italic;
}

/* line 133, app/assets/stylesheets/components/section.scss */
.Section-heading br {
  display: none;
}

@media (min-width: 1000px) {
  /* line 133, app/assets/stylesheets/components/section.scss */
  .Section-heading br {
    display: inline;
  }
}

/* line 142, app/assets/stylesheets/components/section.scss */
.Section-body {
  margin-top: var(--spacing-xxs);
}

/* line 145, app/assets/stylesheets/components/section.scss */
.Section--l .Section-body {
  margin-top: var(--spacing-xs);
}

@media (min-width: 1000px) {
  /* line 149, app/assets/stylesheets/components/section.scss */
  .Section--rightAlignCta .Section-body {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
  }
}

/* line 160, app/assets/stylesheets/components/section.scss */
.Section-lead {
  font-family: "futura-pt", sans-serif;
  font-size: var(--deck-font-size);
  line-height: 1.25em;
  font-weight: 300;
}

@media (min-width: 1000px) {
  /* line 163, app/assets/stylesheets/components/section.scss */
  .Section--rightAlignCta .Section-lead {
    margin-top: 0;
  }
}

/* line 170, app/assets/stylesheets/components/section.scss */
.Section-cta {
  margin-top: var(--spacing-m);
}

/* line 173, app/assets/stylesheets/components/section.scss */
.Section--l .Section-cta {
  margin-top: var(--spacing-l);
}

@media (min-width: 1000px) {
  /* line 177, app/assets/stylesheets/components/section.scss */
  .Section--rightAlignCta .Section-cta {
    flex-shrink: 0;
    margin-top: 0;
  }
}

/* line 186, app/assets/stylesheets/components/section.scss */
.Section--inverted .Section-button {
  color: #fff !important;
  border-color: #fff;
}

/* line 4, app/assets/stylesheets/components/side-by-side.scss */
.SideBySide {
  display: flex;
  flex-wrap: wrap;
}

@media (min-width: 1000px) {
  /* line 4, app/assets/stylesheets/components/side-by-side.scss */
  .SideBySide {
    gap: var(--spacing-xl);
  }
  /* line 11, app/assets/stylesheets/components/side-by-side.scss */
  .SideBySide--rightAlign {
    flex-direction: row-reverse;
  }
}

@media (min-width: 1000px) {
  /* line 16, app/assets/stylesheets/components/side-by-side.scss */
  .SideBySide-text, .SideBySide-media {
    flex-basis: calc(50% - var(--spacing-xl) / 2);
  }
}

@media (min-width: 1000px) {
  /* line 23, app/assets/stylesheets/components/side-by-side.scss */
  .SideBySide-text {
    padding-top: var(--spacing-xl);
  }
}

@media (max-width: 1000px) {
  /* line 29, app/assets/stylesheets/components/side-by-side.scss */
  .SideBySide .SideBySide-media + .SideBySide-text,
.SideBySide .SideBySide-text + .SideBySide-media {
    margin-top: var(--spacing-m);
  }
}

/* line 7, app/assets/stylesheets/components/wrapper.scss */
.Wrapper {
  max-width: calc(1440px + (12.5%));
  padding-left: 6.25%;
  padding-right: 6.25%;
  margin-left: auto;
  margin-right: auto;
}

/* line 1, app/assets/stylesheets/utilities/spacing.scss */
.u-spacingTopXl {
  margin-top: var(--spacing-xl);
}

/* Slider */
/* line 2, vendor/bundle/ruby/3.4.0/gems/jquery-slick-rails-1.10.0/app/assets/stylesheets/slick.css */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

/* line 21, vendor/bundle/ruby/3.4.0/gems/jquery-slick-rails-1.10.0/app/assets/stylesheets/slick.css */
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

/* line 31, vendor/bundle/ruby/3.4.0/gems/jquery-slick-rails-1.10.0/app/assets/stylesheets/slick.css */
.slick-list:focus {
  outline: none;
}

/* line 35, vendor/bundle/ruby/3.4.0/gems/jquery-slick-rails-1.10.0/app/assets/stylesheets/slick.css */
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

/* line 41, vendor/bundle/ruby/3.4.0/gems/jquery-slick-rails-1.10.0/app/assets/stylesheets/slick.css */
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* line 51, vendor/bundle/ruby/3.4.0/gems/jquery-slick-rails-1.10.0/app/assets/stylesheets/slick.css */
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* line 61, vendor/bundle/ruby/3.4.0/gems/jquery-slick-rails-1.10.0/app/assets/stylesheets/slick.css */
.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

/* line 68, vendor/bundle/ruby/3.4.0/gems/jquery-slick-rails-1.10.0/app/assets/stylesheets/slick.css */
.slick-track:after {
  clear: both;
}

/* line 72, vendor/bundle/ruby/3.4.0/gems/jquery-slick-rails-1.10.0/app/assets/stylesheets/slick.css */
.slick-loading .slick-track {
  visibility: hidden;
}

/* line 77, vendor/bundle/ruby/3.4.0/gems/jquery-slick-rails-1.10.0/app/assets/stylesheets/slick.css */
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

/* line 85, vendor/bundle/ruby/3.4.0/gems/jquery-slick-rails-1.10.0/app/assets/stylesheets/slick.css */
[dir='rtl'] .slick-slide {
  float: right;
}

/* line 89, vendor/bundle/ruby/3.4.0/gems/jquery-slick-rails-1.10.0/app/assets/stylesheets/slick.css */
.slick-slide img {
  display: block;
}

/* line 93, vendor/bundle/ruby/3.4.0/gems/jquery-slick-rails-1.10.0/app/assets/stylesheets/slick.css */
.slick-slide.slick-loading img {
  display: none;
}

/* line 97, vendor/bundle/ruby/3.4.0/gems/jquery-slick-rails-1.10.0/app/assets/stylesheets/slick.css */
.slick-slide.dragging img {
  pointer-events: none;
}

/* line 101, vendor/bundle/ruby/3.4.0/gems/jquery-slick-rails-1.10.0/app/assets/stylesheets/slick.css */
.slick-initialized .slick-slide {
  display: block;
}

/* line 105, vendor/bundle/ruby/3.4.0/gems/jquery-slick-rails-1.10.0/app/assets/stylesheets/slick.css */
.slick-loading .slick-slide {
  visibility: hidden;
}

/* line 109, vendor/bundle/ruby/3.4.0/gems/jquery-slick-rails-1.10.0/app/assets/stylesheets/slick.css */
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

/* line 117, vendor/bundle/ruby/3.4.0/gems/jquery-slick-rails-1.10.0/app/assets/stylesheets/slick.css */
.slick-arrow.slick-hidden {
  display: none;
}

/* line 2, vendor/bundle/ruby/3.4.0/gems/neat-1.6.0/app/assets/stylesheets/grid/_grid.scss */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

@font-face {
  font-family: 'century-gothic';
  src: url(/assets/century-gothic-e521dcb2a8bbb40315a2cda76ce10d5a001c539b5258a5fa9c6a2a5ddecad33b.eot);
  src: url(/assets/century-gothic-e521dcb2a8bbb40315a2cda76ce10d5a001c539b5258a5fa9c6a2a5ddecad33b.eot?#iefix) format("embedded-opentype"), url(/assets/century-gothic-a91636a94663d80ae61c7ce75034d04c7124340326302e2efd2a54779404a82c.woff2) format("woff2"), url(/assets/century-gothic-a3b66fe7312a9df4dfe96ce8f24dde42fcf6b873ad4b91ec5215d9dab31e21d2.woff) format("woff"), url(/assets/century-gothic-6cbbec5467bc9ef0b0ac4c49585612c38f7551128bb32e767261b4eb403eb650.ttf) format("truetype");
}

@font-face {
  font-family: 'edwardian-script';
  src: url(/assets/edwardian-script-865af43a40b2688954bfaf704fea1fa30e7f06846f0c92d798d71821405d1c92.eot);
  src: url(/assets/edwardian-script-865af43a40b2688954bfaf704fea1fa30e7f06846f0c92d798d71821405d1c92.eot?#iefix) format("embedded-opentype"), url(/assets/edwardian-script-e232994ae945b6c7b1951a226acaf8d9efa47dd866c10cb7fca94712a5c00f40.woff2) format("woff2"), url(/assets/edwardian-script-a06fd30cd9b182b2e7328ef13410fc1113c05715d626bf15e72ee42257f24fc3.woff) format("woff"), url(/assets/edwardian-script-5f0750afcff7323e9169fc067b055700ed5c5e9572875b6fa0a8a9e663a2718d.ttf) format("truetype");
}

/* line 2, app/assets/stylesheets/bitters/_typography.scss */
.l h1, .l h2, .l .details-sidebar .line-item-form p, .details-sidebar .line-item-form .l p, .l h3, .l h4, .l h5, .l h6 {
  font-family: "adobe-caslon-pro";
  line-height: 1.25em;
  margin: 0;
  text-rendering: optimizeLegibility;
}

/* line 9, app/assets/stylesheets/bitters/_typography.scss */
.l h1 {
  font-size: 2.25em;
  margin-bottom: .6em;
}

/* line 14, app/assets/stylesheets/bitters/_typography.scss */
.l h2, .l .details-sidebar .line-item-form p, .details-sidebar .line-item-form .l p {
  font-size: 2em;
  margin-bottom: 1em;
}

/* line 19, app/assets/stylesheets/bitters/_typography.scss */
.l h3 {
  font-size: 1.75em;
}

/* line 23, app/assets/stylesheets/bitters/_typography.scss */
.l h4 {
  font-size: 1.5em;
}

/* line 27, app/assets/stylesheets/bitters/_typography.scss */
.l h5 {
  font-size: 1.25em;
}

/* line 31, app/assets/stylesheets/bitters/_typography.scss */
.l h6 {
  font-size: 1em;
}

/* line 35, app/assets/stylesheets/bitters/_typography.scss */
.l p {
  font-size: 1.1em;
  line-height: 1.4em;
  margin: 0 0 0.75em;
}

/* line 41, app/assets/stylesheets/bitters/_typography.scss */
.l a {
  color: #c2924c;
  text-decoration: none;
  -webkit-transition: color 0.1s linear;
  -moz-transition: color 0.1s linear;
  transition: color 0.1s linear;
}

/* line 46, app/assets/stylesheets/bitters/_typography.scss */
.l a:hover {
  color: #a07537;
}

/* line 50, app/assets/stylesheets/bitters/_typography.scss */
.l a:active, .l a:focus {
  color: #a07537;
  outline: none;
}

/* line 58, app/assets/stylesheets/bitters/_typography.scss */
.l .small-header, .l .accounts .accounts-header .label, .accounts .accounts-header .l .label, .l .tabs .tab, .tabs .l .tab, .l .breadcrumbs li, .l .form h4, .l .small-paragraph-header, .l .js-expander h5.expander-toggle, .l .customizer h4, .customizer .l h4 {
  color: #AAA;
  width: 100%;
  font-family: "futura-pt";
  font-weight: 800;
  line-height: 1.2em;
  text-transform: uppercase;
  font-size: .8em;
  padding-bottom: 3px;
  display: inline-block;
  margin-bottom: 2em;
}

/* line 74, app/assets/stylesheets/bitters/_typography.scss */
.l .small-paragraph-header, .l .js-expander h5.expander-toggle, .l .customizer h4, .customizer .l h4 {
  color: #454540;
  border-bottom: none;
  font-size: .7em;
  font-weight: 500;
  display: inline;
  padding-right: .7em;
}

/* line 84, app/assets/stylesheets/bitters/_typography.scss */
.l .side-note, .l .accounts .accounts-header .id, .accounts .accounts-header .l .id, .l .table-with-image .custom-print, .table-with-image .l .custom-print, .l .table-with-image .engraving, .table-with-image .l .engraving, .l .table-with-image .note, .table-with-image .l .note, .l .catalogs .no-presentation-text, .catalogs .l .no-presentation-text,
.l .catalog_favorites .no-presentation-text,
.catalog_favorites .l .no-presentation-text, .l .admin-list .controls p, .admin-list .controls .l p, .l .admin-list .description, .admin-list .l .description, .l .admin-list .name span.category, .admin-list .name .l span.category, .l .catalogs .no-search-tools p, .catalogs .no-search-tools .l p,
.l .catalog_favorites .no-search-tools p,
.catalog_favorites .no-search-tools .l p {
  display: block;
  font-size: 1em;
  font-weight: normal;
  font-family: "adobe-caslon-pro";
  font-style: italic;
  color: #b3b3b3;
}

/* line 93, app/assets/stylesheets/bitters/_typography.scss */
.l .news-header, .l .dashboards .right-aside p, .dashboards .right-aside .l p {
  color: #454540;
  font-family: "futura-pt";
  font-size: 1em;
  font-weight: 700;
  margin-bottom: 0.2em;
}

/* line 101, app/assets/stylesheets/bitters/_typography.scss */
.l .anchor-side-list, .l .dashboards .right-aside li, .dashboards .right-aside .l li, .l .background-sheet-with-aside aside li, .background-sheet-with-aside aside .l li {
  border-bottom: 1px solid #E4E4E4;
  color: #454540;
  font-weight: 600;
  display: block;
  font-family: "futura-pt";
  padding: .5em 0;
}

/* line 109, app/assets/stylesheets/bitters/_typography.scss */
.l .anchor-side-list a, .l .dashboards .right-aside li a, .dashboards .right-aside .l li a, .l .background-sheet-with-aside aside li a, .background-sheet-with-aside aside .l li a {
  color: #454540;
  font-weight: normal;
}

/* line 113, app/assets/stylesheets/bitters/_typography.scss */
.l .anchor-side-list a:hover, .l .dashboards .right-aside li a:hover, .dashboards .right-aside .l li a:hover, .l .background-sheet-with-aside aside li a:hover, .background-sheet-with-aside aside .l li a:hover, .l .anchor-side-list a:focus, .l .dashboards .right-aside li a:focus, .dashboards .right-aside .l li a:focus, .l .background-sheet-with-aside aside li a:focus, .background-sheet-with-aside aside .l li a:focus {
  color: #BE8B41;
}

/* line 118, app/assets/stylesheets/bitters/_typography.scss */
.l .anchor-side-list:first-child, .l .dashboards .right-aside li:first-child, .dashboards .right-aside .l li:first-child, .l .background-sheet-with-aside aside li:first-child, .background-sheet-with-aside aside .l li:first-child {
  border-top: 1px solid #E4E4E4;
}

/* line 123, app/assets/stylesheets/bitters/_typography.scss */
.l .hover-state, .l .footer li a, .footer li .l a,
.l .footer li input[type="submit"],
.footer li .l input[type="submit"], .l .category-nav ul a, .category-nav ul .l a, .l header.navigation ul li a, header.navigation ul li .l a, .l header.navigation ul li input[type="submit"], header.navigation ul li .l input[type="submit"], .l header.navigation .navigation-menu-button, header.navigation .l .navigation-menu-button, .l .js-expander h5.expander-toggle, .l .tree a, .tree .l a, .l .breadcrumbs li a {
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}

/* line 126, app/assets/stylesheets/bitters/_typography.scss */
.l .hover-state:hover, .l .footer li a:hover, .footer li .l a:hover,
.l .footer li input[type="submit"]:hover,
.footer li .l input[type="submit"]:hover, .l .category-nav ul a:hover, .category-nav ul .l a:hover, .l header.navigation ul li a:hover, header.navigation ul li .l a:hover, .l header.navigation ul li input[type="submit"]:hover, header.navigation ul li .l input[type="submit"]:hover, .l header.navigation .navigation-menu-button:hover, header.navigation .l .navigation-menu-button:hover, .l .js-expander h5.expander-toggle:hover, .l .tree a:hover, .tree .l a:hover, .l .breadcrumbs li a:hover, .l .hover-state:focus, .l .footer li a:focus, .footer li .l a:focus,
.l .footer li input[type="submit"]:focus,
.footer li .l input[type="submit"]:focus, .l .category-nav ul a:focus, .category-nav ul .l a:focus, .l header.navigation ul li a:focus, header.navigation ul li .l a:focus, .l header.navigation ul li input[type="submit"]:focus, header.navigation ul li .l input[type="submit"]:focus, .l header.navigation .navigation-menu-button:focus, header.navigation .l .navigation-menu-button:focus, .l .js-expander h5.expander-toggle:focus, .l .tree a:focus, .tree .l a:focus, .l .breadcrumbs li a:focus {
  color: #cda365;
}

/* line 132, app/assets/stylesheets/bitters/_typography.scss */
.l hr {
  border-bottom: 1px solid #DDD;
  border-left: none;
  border-right: none;
  border-top: none;
  margin: 1.5em 0;
}

/* line 140, app/assets/stylesheets/bitters/_typography.scss */
.l img {
  margin: 0;
  max-width: 100%;
}

/* line 145, app/assets/stylesheets/bitters/_typography.scss */
.l abbr, .l acronym {
  border-bottom: 1px dotted #DDD;
  cursor: help;
}

/* line 150, app/assets/stylesheets/bitters/_typography.scss */
.l address {
  display: block;
  margin: 0 0 0.75em;
}

/* line 155, app/assets/stylesheets/bitters/_typography.scss */
.l hgroup {
  margin-bottom: 0.75em;
}

/* line 159, app/assets/stylesheets/bitters/_typography.scss */
.l del {
  color: #6c6c65;
}

/* line 163, app/assets/stylesheets/bitters/_typography.scss */
.l blockquote {
  border-left: 2px solid #DDD;
  color: #6c6c65;
  margin: 1.5em 0;
  padding-left: 0.75em;
}

/* line 170, app/assets/stylesheets/bitters/_typography.scss */
.l cite {
  color: #86867e;
  font-style: italic;
}

/* line 174, app/assets/stylesheets/bitters/_typography.scss */
.l cite:before {
  content: '\2014 \00A0';
}

/* line 2, app/assets/stylesheets/bitters/_forms.scss */
.l .form h1 a {
  font-weight: 100;
}

/* line 10, app/assets/stylesheets/bitters/_forms.scss */
.l form .type {
  font-style: italic;
  padding-bottom: .3em;
  border-bottom: 1px solid #E4E4E4;
}

/* line 15, vendor/bundle/ruby/3.4.0/gems/bourbon-3.2.4/app/assets/stylesheets/addons/_clearfix.scss */
.l form:after {
  content: "";
  display: table;
  clear: both;
}

/* line 20, app/assets/stylesheets/bitters/_forms.scss */
.l fieldset button {
  width: 100%;
}

/* line 25, app/assets/stylesheets/bitters/_forms.scss */
.l fieldset .button-secondary, .l fieldset .category-nav .presentation, .category-nav .l fieldset .presentation, .l fieldset .ordering input[type="submit"], .ordering .l fieldset input[type="submit"], .l fieldset .image-list input[name="commit"], .image-list .l fieldset input[name="commit"], .l fieldset .button-disabled, .l fieldset .catalogs-show.presentation-mode .catalog.slick-slider .slick-arrow.slick-disabled, .catalogs-show.presentation-mode .catalog.slick-slider .l fieldset .slick-arrow.slick-disabled,
.l fieldset .catalog_favorites-index.presentation-mode .catalog.slick-slider .slick-arrow.slick-disabled,
.catalog_favorites-index.presentation-mode .catalog.slick-slider .l fieldset .slick-arrow.slick-disabled, .l fieldset .button-table, .l fieldset button {
  width: 100%;
}

/* line 29, app/assets/stylesheets/bitters/_forms.scss */
.l fieldset input {
  margin-bottom: 1em;
}

/* line 33, app/assets/stylesheets/bitters/_forms.scss */
.l fieldset select, .l fieldset .filter.free-text input, .filter.free-text .l fieldset input, .l fieldset .filter div, .filter .l fieldset div {
  margin-bottom: .8em;
}

/* line 37, app/assets/stylesheets/bitters/_forms.scss */
.l fieldset {
  padding: 0;
}

/* line 41, app/assets/stylesheets/bitters/_forms.scss */
.l input,
.l label,
.l legend,
.l .filter.free-text label,
.filter.free-text .l label {
  display: block;
  font-family: "futura-pt";
  font-size: 1em;
}

/* line 49, app/assets/stylesheets/bitters/_forms.scss */
.l legend, .l .filter.free-text label, .filter.free-text .l label {
  font-weight: 700;
}

/* line 53, app/assets/stylesheets/bitters/_forms.scss */
.l label {
  font-weight: 500;
  margin-bottom: 0.375em;
}

/* line 57, app/assets/stylesheets/bitters/_forms.scss */
.l label.required:after {
  content: "*";
}

/* line 61, app/assets/stylesheets/bitters/_forms.scss */
.l label abbr {
  display: none;
}

/* line 66, app/assets/stylesheets/bitters/_forms.scss */
.l textarea,
.l input[type="email"], .l input[type="number"], .l input[type="password"], .l input[type="search"], .l input[type="tel"], .l input[type="text"], .l input[type="url"], .l input[type="color"], .l input[type="date"], .l input[type="datetime"], .l input[type="datetime-local"], .l input[type="month"], .l input[type="time"], .l input[type="week"],
.l select[multiple=multiple],
.l .filter.free-text input,
.filter.free-text .l input,
.l .filter div,
.filter .l div,
.l input[type="file"],
.l .sorting > div {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: border-color;
  -moz-transition: border-color;
  transition: border-color;
  background-color: #fcfcfc;
  border: 1px solid #DDD;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  font-family: "futura-pt";
  font-size: 1em;
  margin-bottom: 1.2em;
  padding: 0.55em 0.5em;
  width: 100%;
}

/* line 82, app/assets/stylesheets/bitters/_forms.scss */
.l textarea:hover,
.l input[type="email"]:hover, .l input[type="number"]:hover, .l input[type="password"]:hover, .l input[type="search"]:hover, .l input[type="tel"]:hover, .l input[type="text"]:hover, .l input[type="url"]:hover, .l input[type="color"]:hover, .l input[type="date"]:hover, .l input[type="datetime"]:hover, .l input[type="datetime-local"]:hover, .l input[type="month"]:hover, .l input[type="time"]:hover, .l input[type="week"]:hover,
.l select[multiple=multiple]:hover,
.l .filter.free-text input:hover,
.filter.free-text .l input:hover,
.l .filter div:hover,
.filter .l div:hover,
.l input[type="file"]:hover,
.l .sorting > div:hover {
  border-color: #c4c4c4;
}

/* line 86, app/assets/stylesheets/bitters/_forms.scss */
.l textarea:focus,
.l input[type="email"]:focus, .l input[type="number"]:focus, .l input[type="password"]:focus, .l input[type="search"]:focus, .l input[type="tel"]:focus, .l input[type="text"]:focus, .l input[type="url"]:focus, .l input[type="color"]:focus, .l input[type="date"]:focus, .l input[type="datetime"]:focus, .l input[type="datetime-local"]:focus, .l input[type="month"]:focus, .l input[type="time"]:focus, .l input[type="week"]:focus,
.l select[multiple=multiple]:focus,
.l .filter.free-text input:focus,
.filter.free-text .l input:focus,
.l .filter div:focus,
.filter .l div:focus,
.l input[type="file"]:focus,
.l .sorting > div:focus {
  border-color: #BE8B41;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(171, 125, 59, 0.7);
  outline: none;
}

/* line 92, app/assets/stylesheets/bitters/_forms.scss */
.l textarea + .hint,
.l input[type="email"] + .hint, .l input[type="number"] + .hint, .l input[type="password"] + .hint, .l input[type="search"] + .hint, .l input[type="tel"] + .hint, .l input[type="text"] + .hint, .l input[type="url"] + .hint, .l input[type="color"] + .hint, .l input[type="date"] + .hint, .l input[type="datetime"] + .hint, .l input[type="datetime-local"] + .hint, .l input[type="month"] + .hint, .l input[type="time"] + .hint, .l input[type="week"] + .hint,
.l select[multiple=multiple] + .hint,
.l .filter.free-text input + .hint,
.filter.free-text .l input + .hint,
.l .filter div + .hint,
.filter .l div + .hint,
.l input[type="file"] + .hint,
.l .sorting > div + .hint {
  display: block;
  color: rgba(69, 69, 64, 0.6);
  margin-top: -1em;
  margin-bottom: 1.2em;
  font-style: italic;
}

/* line 101, app/assets/stylesheets/bitters/_forms.scss */
.l textarea {
  resize: vertical;
}

/* line 105, app/assets/stylesheets/bitters/_forms.scss */
.l .input.file {
  margin-bottom: 3em;
}

/* line 109, app/assets/stylesheets/bitters/_forms.scss */
.l input.type {
  border: 0;
  font-family: "adobe-caslon-pro";
  border-bottom: 1px solid #E4E4E4;
  margin-bottom: 1em;
  width: 100%;
}

/* line 117, app/assets/stylesheets/bitters/_forms.scss */
.l input[type="search"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}

/* line 121, app/assets/stylesheets/bitters/_forms.scss */
.l input[type="checkbox"], .l input[type="radio"] {
  display: inline;
  margin-top: .2em;
  margin-right: 0.375em;
  margin-bottom: 0;
}

/* line 128, app/assets/stylesheets/bitters/_forms.scss */
.l input[type="checkbox"] {
  float: left;
}

/* line 132, app/assets/stylesheets/bitters/_forms.scss */
.l input[type="checkbox"] + label {
  font-family: "adobe-caslon-pro";
  font-style: italic;
}

/* line 137, app/assets/stylesheets/bitters/_forms.scss */
.l input.disabled[type="checkbox"] {
  opacity: 0.5;
}

/* line 141, app/assets/stylesheets/bitters/_forms.scss */
.l input[type="file"] {
  cursor: pointer;
  width: 100%;
}

/* line 147, app/assets/stylesheets/bitters/_forms.scss */
.error {
  background: tomato;
  color: white;
  border-radius: 0.1875em;
  font-size: .8em;
  font-weight: 700;
  padding: .3em .5em;
  font-family: "futura-pt";
  position: relative;
}

/* line 157, app/assets/stylesheets/bitters/_forms.scss */
.error:after {
  position: absolute;
  left: 50%;
  margin-left: -6px;
  border: 6px solid transparent;
  border-bottom-color: tomato;
  content: '';
  pointer-events: none;
  bottom: 22px;
}

/* line 170, app/assets/stylesheets/bitters/_forms.scss */
.simple_form .check_boxes span.checkbox {
  display: block;
  margin-bottom: 1em;
}

/* line 175, app/assets/stylesheets/bitters/_forms.scss */
.simple_form .check_boxes label {
  display: inline;
}

/* line 180, app/assets/stylesheets/bitters/_forms.scss */
.collection-checkboxes span {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 31.7615656014%;
}

/* line 38, vendor/bundle/ruby/3.4.0/gems/neat-1.6.0/app/assets/stylesheets/grid/_span-columns.scss */
.collection-checkboxes span:last-child {
  margin-right: 0;
}

/* line 52, vendor/bundle/ruby/3.4.0/gems/neat-1.6.0/app/assets/stylesheets/grid/_omega.scss */
.collection-checkboxes span:nth-child(3n) {
  margin-right: 0;
}

/* line 57, vendor/bundle/ruby/3.4.0/gems/neat-1.6.0/app/assets/stylesheets/grid/_omega.scss */
.collection-checkboxes span:nth-child(3n+1) {
  clear: left;
}

/* line 2, app/assets/stylesheets/bitters/_selects.scss */
.l select[multiple=multiple], .l .filter.free-text input, .filter.free-text .l input, .l .filter div, .filter .l div {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: border-color;
  -moz-transition: border-color;
  transition: border-color;
  background-color: white;
  border: 1px solid #DDD;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  font-family: "futura-pt";
  font-size: 1em;
  margin-bottom: 1.2em;
  padding: 0.5em 0.5em;
  width: 100%;
}

/* line 14, app/assets/stylesheets/bitters/_selects.scss */
.l select[multiple=multiple]:hover, .l .filter.free-text input:hover, .filter.free-text .l input:hover, .l .filter div:hover, .filter .l div:hover {
  border-color: #c4c4c4;
}

/* line 18, app/assets/stylesheets/bitters/_selects.scss */
.l select[multiple=multiple]:focus, .l .filter.free-text input:focus, .filter.free-text .l input:focus, .l .filter div:focus, .filter .l div:focus {
  border-color: #BE8B41;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(171, 125, 59, 0.7);
  outline: none;
}

/* line 25, app/assets/stylesheets/bitters/_selects.scss */
.l select, .l .filter.free-text input, .filter.free-text .l input, .l .filter div, .filter .l div {
  display: block;
  font-family: "futura-pt";
  font-size: 1em;
  width: auto;
  width: 100%;
  margin-bottom: 1.5em;
}

/* line 15, vendor/bundle/ruby/3.4.0/gems/bourbon-3.2.4/app/assets/stylesheets/addons/_clearfix.scss */
.l select:after, .l .filter.free-text input:after, .filter.free-text .l input:after, .l .filter div:after, .filter .l div:after {
  content: "";
  display: table;
  clear: both;
}

/* line 15, vendor/bundle/ruby/3.4.0/gems/bourbon-3.2.4/app/assets/stylesheets/addons/_clearfix.scss */
.select-and-add:after {
  content: "";
  display: table;
  clear: both;
}

/* line 40, app/assets/stylesheets/bitters/_selects.scss */
.select-that-has-add {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 65.8807828007%;
}

/* line 38, vendor/bundle/ruby/3.4.0/gems/neat-1.6.0/app/assets/stylesheets/grid/_span-columns.scss */
.select-that-has-add:last-child {
  margin-right: 0;
}

/* line 42, app/assets/stylesheets/bitters/_selects.scss */
.select-that-has-add select, .select-that-has-add .filter.free-text input, .filter.free-text .select-that-has-add input, .select-that-has-add .filter div, .filter .select-that-has-add div {
  width: 100%;
}

/* line 47, app/assets/stylesheets/bitters/_selects.scss */
.admin .select-add-button {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 31.7615656014%;
  margin-right: 0;
  text-align: right;
}

/* line 38, vendor/bundle/ruby/3.4.0/gems/neat-1.6.0/app/assets/stylesheets/grid/_span-columns.scss */
.admin .select-add-button:last-child {
  margin-right: 0;
}

/* line 52, app/assets/stylesheets/bitters/_selects.scss */
.admin .select-add-button a {
  width: 100%;
  margin-top: 2.68em;
  padding: .4em .9em;
  font-size: .7em;
}

/* line 7, app/assets/stylesheets/bitters/_buttons.scss */
.l .button, .l .admin .button-secondary, .l .admin .ordering input[type="submit"], .ordering .l .admin input[type="submit"], .l .admin .button-disabled, .l .admin .button-table, .l .admin fieldset button, .l fieldset .admin button,
.l .button-secondary-light,
.l .line-item-form a,
.line-item-form .l a, .l .button-secondary, .l .category-nav .presentation, .category-nav .l .presentation, .l .image-list input[name="commit"], .image-list .l input[name="commit"], .l .button-disabled, .l .catalogs-show.presentation-mode .catalog.slick-slider .slick-arrow.slick-disabled, .catalogs-show.presentation-mode .catalog.slick-slider .l .slick-arrow.slick-disabled,
.l .catalog_favorites-index.presentation-mode .catalog.slick-slider .slick-arrow.slick-disabled,
.catalog_favorites-index.presentation-mode .catalog.slick-slider .l .slick-arrow.slick-disabled, .l .button-table, .l fieldset button, .l .button-primary, .l .details-sidebar form.new_line_item input.button-secondary-light, .details-sidebar form.new_line_item .l input.button-secondary-light,
.l button,
.l input[type="submit"] {
  padding: .8em 1em;
  border-radius: 0;
  font-family: "futura-pt";
  text-align: center;
  outline: none;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  font-size: 0.9em;
  font-weight: bold;
  line-height: 1em;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  cursor: pointer;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap;
}

/* line 27, app/assets/stylesheets/bitters/_buttons.scss */
.l .button-primary, .l .details-sidebar form.new_line_item input.button-secondary-light, .details-sidebar form.new_line_item .l input.button-secondary-light {
  background-color: #d7b37e;
  background-image: -webkit-linear-gradient(#d7b37e, #cfa363);
  background-image: linear-gradient(#d7b37e, #cfa363);
  border-bottom: 1px solid #c8954c;
  border-top: 1px solid #cea15f;
  border-left: 1px solid #cea15f;
  border-right: 1px solid #cea15f;
  color: white;
  text-shadow: 0 1px 1px #c99c59;
}

/* line 39, app/assets/stylesheets/bitters/_buttons.scss */
.l .button-primary:hover, .l .details-sidebar form.new_line_item input.button-secondary-light:hover, .details-sidebar form.new_line_item .l input.button-secondary-light:hover, .l .button-primary:focus, .l .details-sidebar form.new_line_item input.button-secondary-light:focus, .details-sidebar form.new_line_item .l input.button-secondary-light:focus {
  background-color: #ddb67e;
  background-image: -webkit-linear-gradient(#ddb67e, #d6b380);
  background-image: linear-gradient(#ddb67e, #d6b380);
  color: white;
}

/* line 44, app/assets/stylesheets/bitters/_buttons.scss */
.l .button-primary:active, .l .details-sidebar form.new_line_item input.button-secondary-light:active, .details-sidebar form.new_line_item .l input.button-secondary-light:active {
  background-color: #d9ad6d;
  background-image: -webkit-linear-gradient(#d9ad6d, #cda365);
  background-image: linear-gradient(#d9ad6d, #cda365);
  color: white;
  box-shadow: inset 0 1px 4px #BE8B41;
  border-bottom: 1px solid transparent;
}

/* line 52, app/assets/stylesheets/bitters/_buttons.scss */
.l .button-secondary, .l .category-nav .presentation, .category-nav .l .presentation, .l .ordering input[type="submit"], .ordering .l input[type="submit"], .l .image-list input[name="commit"], .image-list .l input[name="commit"], .l .button-disabled, .l .catalogs-show.presentation-mode .catalog.slick-slider .slick-arrow.slick-disabled, .catalogs-show.presentation-mode .catalog.slick-slider .l .slick-arrow.slick-disabled,
.l .catalog_favorites-index.presentation-mode .catalog.slick-slider .slick-arrow.slick-disabled,
.catalog_favorites-index.presentation-mode .catalog.slick-slider .l .slick-arrow.slick-disabled, .l .button-table, .l fieldset button {
  background-color: #faf8f5;
  background-image: -webkit-linear-gradient(#faf8f5, #faf8f5);
  background-image: linear-gradient(#faf8f5, #faf8f5);
  color: #919191;
  text-shadow: none;
  box-shadow: none;
  border: 1px solid #dfdfdf;
}

/* line 60, app/assets/stylesheets/bitters/_buttons.scss */
.l .button-secondary:hover, .l .category-nav .presentation:hover, .category-nav .l .presentation:hover, .l .ordering input[type="submit"]:hover, .ordering .l input[type="submit"]:hover, .l .image-list input[name="commit"]:hover, .image-list .l input[name="commit"]:hover, .l .button-disabled:hover, .l .catalogs-show.presentation-mode .catalog.slick-slider .slick-arrow.slick-disabled:hover, .catalogs-show.presentation-mode .catalog.slick-slider .l .slick-arrow.slick-disabled:hover,
.l .catalog_favorites-index.presentation-mode .catalog.slick-slider .slick-arrow.slick-disabled:hover,
.catalog_favorites-index.presentation-mode .catalog.slick-slider .l .slick-arrow.slick-disabled:hover, .l .button-table:hover, .l fieldset button:hover, .l .button-secondary:focus, .l .category-nav .presentation:focus, .category-nav .l .presentation:focus, .l .ordering input[type="submit"]:focus, .ordering .l input[type="submit"]:focus, .l .image-list input[name="commit"]:focus, .image-list .l input[name="commit"]:focus, .l .button-disabled:focus, .l .catalogs-show.presentation-mode .catalog.slick-slider .slick-arrow.slick-disabled:focus, .catalogs-show.presentation-mode .catalog.slick-slider .l .slick-arrow.slick-disabled:focus,
.l .catalog_favorites-index.presentation-mode .catalog.slick-slider .slick-arrow.slick-disabled:focus,
.catalog_favorites-index.presentation-mode .catalog.slick-slider .l .slick-arrow.slick-disabled:focus, .l .button-table:focus, .l fieldset button:focus {
  background-color: #fdfdfc;
  background-image: -webkit-linear-gradient(#fdfdfc, #fdfdfc);
  background-image: linear-gradient(#fdfdfc, #fdfdfc);
  color: #919191;
}

/* line 65, app/assets/stylesheets/bitters/_buttons.scss */
.l .button-secondary:active, .l .category-nav .presentation:active, .category-nav .l .presentation:active, .l .ordering input[type="submit"]:active, .ordering .l input[type="submit"]:active, .l .image-list input[name="commit"]:active, .image-list .l input[name="commit"]:active, .l .button-disabled:active, .l .catalogs-show.presentation-mode .catalog.slick-slider .slick-arrow.slick-disabled:active, .catalogs-show.presentation-mode .catalog.slick-slider .l .slick-arrow.slick-disabled:active,
.l .catalog_favorites-index.presentation-mode .catalog.slick-slider .slick-arrow.slick-disabled:active,
.catalog_favorites-index.presentation-mode .catalog.slick-slider .l .slick-arrow.slick-disabled:active, .l .button-table:active, .l fieldset button:active {
  background-color: #f6f3ee;
  background-image: -webkit-linear-gradient(#f6f3ee, #f6f3ee);
  background-image: linear-gradient(#f6f3ee, #f6f3ee);
  color: #919191;
  box-shadow: inset 0 1px 3px #e8e0d4;
}

/* line 72, app/assets/stylesheets/bitters/_buttons.scss */
.l .admin .button-secondary, .l .admin .category-nav .presentation, .category-nav .l .admin .presentation, .l .admin .ordering input[type="submit"], .ordering .l .admin input[type="submit"], .l .admin .image-list input[name="commit"], .image-list .l .admin input[name="commit"], .l .admin .button-disabled, .l .admin .catalogs-show.presentation-mode .catalog.slick-slider .slick-arrow.slick-disabled, .catalogs-show.presentation-mode .catalog.slick-slider .l .admin .slick-arrow.slick-disabled,
.l .admin .catalog_favorites-index.presentation-mode .catalog.slick-slider .slick-arrow.slick-disabled,
.catalog_favorites-index.presentation-mode .catalog.slick-slider .l .admin .slick-arrow.slick-disabled, .l .admin .button-table, .l .admin fieldset button, .l fieldset .admin button,
.l .button-secondary-light,
.l .line-item-form a,
.line-item-form .l a {
  background-color: #f8f5f2;
  background-image: -webkit-linear-gradient(#f8f5f2, #f4f1eb);
  background-image: linear-gradient(#f8f5f2, #f4f1eb);
  color: #7d7d7d;
  text-shadow: 0 1px 0px rgba(255, 255, 255, 0.7);
  border: 1px solid #dfdfdf;
}

/* line 82, app/assets/stylesheets/bitters/_buttons.scss */
.l .admin .button-secondary:hover, .l .admin .category-nav .presentation:hover, .category-nav .l .admin .presentation:hover, .l .admin .ordering input[type="submit"]:hover, .ordering .l .admin input[type="submit"]:hover, .l .admin .image-list input[name="commit"]:hover, .image-list .l .admin input[name="commit"]:hover, .l .admin .button-disabled:hover, .l .admin .catalogs-show.presentation-mode .catalog.slick-slider .slick-arrow.slick-disabled:hover, .catalogs-show.presentation-mode .catalog.slick-slider .l .admin .slick-arrow.slick-disabled:hover,
.l .admin .catalog_favorites-index.presentation-mode .catalog.slick-slider .slick-arrow.slick-disabled:hover,
.catalog_favorites-index.presentation-mode .catalog.slick-slider .l .admin .slick-arrow.slick-disabled:hover, .l .admin .button-table:hover, .l .admin fieldset button:hover, .l fieldset .admin button:hover, .l .admin .button-secondary:focus, .l .admin .category-nav .presentation:focus, .category-nav .l .admin .presentation:focus, .l .admin .ordering input[type="submit"]:focus, .ordering .l .admin input[type="submit"]:focus, .l .admin .image-list input[name="commit"]:focus, .image-list .l .admin input[name="commit"]:focus, .l .admin .button-disabled:focus, .l .admin .catalogs-show.presentation-mode .catalog.slick-slider .slick-arrow.slick-disabled:focus, .catalogs-show.presentation-mode .catalog.slick-slider .l .admin .slick-arrow.slick-disabled:focus,
.l .admin .catalog_favorites-index.presentation-mode .catalog.slick-slider .slick-arrow.slick-disabled:focus,
.catalog_favorites-index.presentation-mode .catalog.slick-slider .l .admin .slick-arrow.slick-disabled:focus, .l .admin .button-table:focus, .l .admin fieldset button:focus, .l fieldset .admin button:focus,
.l .button-secondary-light:hover,
.l .line-item-form a:hover,
.line-item-form .l a:hover,
.l .button-secondary-light:focus,
.l .line-item-form a:focus,
.line-item-form .l a:focus {
  background-color: #fbfaf8;
  background-image: -webkit-linear-gradient(#fbfaf8, #f8f5f2);
  background-image: linear-gradient(#fbfaf8, #f8f5f2);
  color: #9e9e9e;
}

/* line 87, app/assets/stylesheets/bitters/_buttons.scss */
.l .admin .button-secondary:active, .l .admin .category-nav .presentation:active, .category-nav .l .admin .presentation:active, .l .admin .ordering input[type="submit"]:active, .ordering .l .admin input[type="submit"]:active, .l .admin .image-list input[name="commit"]:active, .image-list .l .admin input[name="commit"]:active, .l .admin .button-disabled:active, .l .admin .catalogs-show.presentation-mode .catalog.slick-slider .slick-arrow.slick-disabled:active, .catalogs-show.presentation-mode .catalog.slick-slider .l .admin .slick-arrow.slick-disabled:active,
.l .admin .catalog_favorites-index.presentation-mode .catalog.slick-slider .slick-arrow.slick-disabled:active,
.catalog_favorites-index.presentation-mode .catalog.slick-slider .l .admin .slick-arrow.slick-disabled:active, .l .admin .button-table:active, .l .admin fieldset button:active, .l fieldset .admin button:active,
.l .button-secondary-light:active,
.l .line-item-form a:active,
.line-item-form .l a:active {
  background-color: #f4f1eb;
  background-image: -webkit-linear-gradient(#f4f1eb, #f1ece4);
  background-image: linear-gradient(#f4f1eb, #f1ece4);
  color: #a5a5a5;
  border-bottom: 1px solid #ced4c9;
  box-shadow: inset 0 1px 3px #d8d8d8;
}

/* line 95, app/assets/stylesheets/bitters/_buttons.scss */
.l .button-table {
  background-color: white;
  background-image: -webkit-linear-gradient(white, white);
  background-image: linear-gradient(white, white);
}

/* line 100, app/assets/stylesheets/bitters/_buttons.scss */
.l .button-disabled, .l .catalogs-show.presentation-mode .catalog.slick-slider .slick-arrow.slick-disabled, .catalogs-show.presentation-mode .catalog.slick-slider .l .slick-arrow.slick-disabled,
.l .catalog_favorites-index.presentation-mode .catalog.slick-slider .slick-arrow.slick-disabled,
.catalog_favorites-index.presentation-mode .catalog.slick-slider .l .slick-arrow.slick-disabled {
  color: #d8d8d8;
}

/* line 104, app/assets/stylesheets/bitters/_buttons.scss */
.l .button-disabled:hover, .l .catalogs-show.presentation-mode .catalog.slick-slider .slick-arrow.slick-disabled:hover, .catalogs-show.presentation-mode .catalog.slick-slider .l .slick-arrow.slick-disabled:hover,
.l .catalog_favorites-index.presentation-mode .catalog.slick-slider .slick-arrow.slick-disabled:hover,
.catalog_favorites-index.presentation-mode .catalog.slick-slider .l .slick-arrow.slick-disabled:hover, .l .button-disabled:focus, .l .catalogs-show.presentation-mode .catalog.slick-slider .slick-arrow.slick-disabled:focus, .catalogs-show.presentation-mode .catalog.slick-slider .l .slick-arrow.slick-disabled:focus,
.l .catalog_favorites-index.presentation-mode .catalog.slick-slider .slick-arrow.slick-disabled:focus,
.catalog_favorites-index.presentation-mode .catalog.slick-slider .l .slick-arrow.slick-disabled:focus {
  color: #d8d8d8;
}

/* line 108, app/assets/stylesheets/bitters/_buttons.scss */
.l .button-disabled:active, .l .catalogs-show.presentation-mode .catalog.slick-slider .slick-arrow.slick-disabled:active, .catalogs-show.presentation-mode .catalog.slick-slider .l .slick-arrow.slick-disabled:active,
.l .catalog_favorites-index.presentation-mode .catalog.slick-slider .slick-arrow.slick-disabled:active,
.catalog_favorites-index.presentation-mode .catalog.slick-slider .l .slick-arrow.slick-disabled:active {
  color: #d8d8d8;
  box-shadow: none;
}

/* line 114, app/assets/stylesheets/bitters/_buttons.scss */
.l .button-outlined-light, .l .button-admin-header,
.l input.button-admin-header[type="submit"],
.l .admin-header-inner .button-secondary,
.l .admin-header-inner .category-nav .presentation,
.category-nav .l .admin-header-inner .presentation,
.l .admin-header-inner .ordering input[type="submit"],
.ordering .l .admin-header-inner input[type="submit"],
.l .admin-header-inner .image-list input[name="commit"],
.image-list .l .admin-header-inner input[name="commit"],
.l .admin-header-inner fieldset button,
.l fieldset .admin-header-inner button,
.l .admin-header-inner .button-table,
.l .admin-header-inner .button-disabled,
.l .admin-header-inner .catalogs-show.presentation-mode .catalog.slick-slider .slick-arrow.slick-disabled,
.catalogs-show.presentation-mode .catalog.slick-slider .l .admin-header-inner .slick-arrow.slick-disabled,
.l .admin-header-inner .catalog_favorites-index.presentation-mode .catalog.slick-slider .slick-arrow.slick-disabled,
.catalog_favorites-index.presentation-mode .catalog.slick-slider .l .admin-header-inner .slick-arrow.slick-disabled, .l .button-outlined-dark {
  background: transparent;
  border: 2px solid rgba(255, 255, 255, 0.8);
  padding: 1em 2.5em;
  font-family: "futura-pt";
  box-shadow: none;
  font-weight: 700;
  text-shadow: none;
  color: white;
}

/* line 124, app/assets/stylesheets/bitters/_buttons.scss */
.l .button-outlined-light:hover, .l .button-admin-header:hover,
.l input.button-admin-header[type="submit"]:hover,
.l .admin-header-inner .button-secondary:hover,
.l .admin-header-inner .category-nav .presentation:hover,
.category-nav .l .admin-header-inner .presentation:hover,
.l .admin-header-inner .ordering input[type="submit"]:hover,
.ordering .l .admin-header-inner input[type="submit"]:hover,
.l .admin-header-inner .image-list input[name="commit"]:hover,
.image-list .l .admin-header-inner input[name="commit"]:hover,
.l .admin-header-inner fieldset button:hover,
.l fieldset .admin-header-inner button:hover,
.l .admin-header-inner .button-table:hover,
.l .admin-header-inner .button-disabled:hover,
.l .admin-header-inner .catalogs-show.presentation-mode .catalog.slick-slider .slick-arrow.slick-disabled:hover,
.catalogs-show.presentation-mode .catalog.slick-slider .l .admin-header-inner .slick-arrow.slick-disabled:hover,
.l .admin-header-inner .catalog_favorites-index.presentation-mode .catalog.slick-slider .slick-arrow.slick-disabled:hover,
.catalog_favorites-index.presentation-mode .catalog.slick-slider .l .admin-header-inner .slick-arrow.slick-disabled:hover, .l .button-outlined-dark:hover, .l .button-outlined-light:focus, .l .button-admin-header:focus,
.l input.button-admin-header[type="submit"]:focus,
.l .admin-header-inner .button-secondary:focus,
.l .admin-header-inner .category-nav .presentation:focus,
.category-nav .l .admin-header-inner .presentation:focus,
.l .admin-header-inner .ordering input[type="submit"]:focus,
.ordering .l .admin-header-inner input[type="submit"]:focus,
.l .admin-header-inner .image-list input[name="commit"]:focus,
.image-list .l .admin-header-inner input[name="commit"]:focus,
.l .admin-header-inner fieldset button:focus,
.l fieldset .admin-header-inner button:focus,
.l .admin-header-inner .button-table:focus,
.l .admin-header-inner .button-disabled:focus,
.l .admin-header-inner .catalogs-show.presentation-mode .catalog.slick-slider .slick-arrow.slick-disabled:focus,
.catalogs-show.presentation-mode .catalog.slick-slider .l .admin-header-inner .slick-arrow.slick-disabled:focus,
.l .admin-header-inner .catalog_favorites-index.presentation-mode .catalog.slick-slider .slick-arrow.slick-disabled:focus,
.catalog_favorites-index.presentation-mode .catalog.slick-slider .l .admin-header-inner .slick-arrow.slick-disabled:focus, .l .button-outlined-dark:focus {
  background-color: rgba(255, 255, 255, 0.1);
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1));
  background-image: linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1));
  color: white;
}

/* line 130, app/assets/stylesheets/bitters/_buttons.scss */
.l .button-outlined-dark {
  color: #333;
  border: 2px solid rgba(51, 51, 51, 0.8);
}

/* line 135, app/assets/stylesheets/bitters/_buttons.scss */
.l .button-outlined-dark:hover, .l .button-outlined-dark:focus {
  background-color: rgba(255, 255, 255, 0.1);
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1));
  background-image: linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1));
  color: #333;
}

/* line 141, app/assets/stylesheets/bitters/_buttons.scss */
.l .button-admin-header,
.l input.button-admin-header[type="submit"],
.l .admin-header-inner .button-secondary,
.l .admin-header-inner .category-nav .presentation,
.category-nav .l .admin-header-inner .presentation,
.l .admin-header-inner .ordering input[type="submit"],
.ordering .l .admin-header-inner input[type="submit"],
.l .admin-header-inner .image-list input[name="commit"],
.image-list .l .admin-header-inner input[name="commit"],
.l .admin-header-inner fieldset button,
.l fieldset .admin-header-inner button,
.l .admin-header-inner .button-table,
.l .admin-header-inner .button-disabled,
.l .admin-header-inner .catalogs-show.presentation-mode .catalog.slick-slider .slick-arrow.slick-disabled,
.catalogs-show.presentation-mode .catalog.slick-slider .l .admin-header-inner .slick-arrow.slick-disabled,
.l .admin-header-inner .catalog_favorites-index.presentation-mode .catalog.slick-slider .slick-arrow.slick-disabled,
.catalog_favorites-index.presentation-mode .catalog.slick-slider .l .admin-header-inner .slick-arrow.slick-disabled {
  text-align: center;
  font-size: .9em;
  line-height: 1em;
}

/* line 150, app/assets/stylesheets/bitters/_buttons.scss */
.l .button-warning {
  color: #F87760;
}

/* line 153, app/assets/stylesheets/bitters/_buttons.scss */
.l .button-warning:hover, .l .button-warning:active, .l .button-warning:focus {
  color: #F87760;
}

/* line 158, app/assets/stylesheets/bitters/_buttons.scss */
.l .button-delete,
.l input.button-delete[type=submit] {
  position: absolute;
  top: 0;
  color: #efefef;
  right: 0;
  background: none;
  padding: 0 10px 0;
  font-size: 2em;
  border: 0;
}

/* line 169, app/assets/stylesheets/bitters/_buttons.scss */
.l .button-delete:hover, .l .button-delete:focus,
.l input.button-delete[type=submit]:hover,
.l input.button-delete[type=submit]:focus {
  color: #BE8B41;
}

/* line 2, app/assets/stylesheets/bitters/_tables.scss */
.l table {
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
}

/* line 8, app/assets/stylesheets/bitters/_tables.scss */
.l th {
  border-bottom: 1px solid #DDD;
  font-weight: bold;
  padding: 0.75em 0;
  text-align: left;
}

/* line 15, app/assets/stylesheets/bitters/_tables.scss */
.l td {
  border-bottom: 1px solid #DDD;
  padding: 0.75em 0;
}

/* line 20, app/assets/stylesheets/bitters/_tables.scss */
.l tr, .l td, .l th {
  vertical-align: middle;
}

/* line 2, app/assets/stylesheets/bitters/_lists.scss */
.l ul, .l ol {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

/* line 20, app/assets/stylesheets/bitters/_lists.scss */
.l dl {
  line-height: 1.5em;
  margin-bottom: 0.75em;
}

/* line 24, app/assets/stylesheets/bitters/_lists.scss */
.l dl dt {
  font-weight: bold;
  margin-top: 0.75em;
}

/* line 29, app/assets/stylesheets/bitters/_lists.scss */
.l dl dd {
  margin: 0;
}

/* line 1, app/assets/stylesheets/_shared.scss */
html {
  height: 100%;
}

/* line 5, app/assets/stylesheets/_shared.scss */
.body-l {
  min-width: 320px;
  background: #edefeb;
  height: 100%;
}

/* line 11, app/assets/stylesheets/_shared.scss */
.l section {
  margin-bottom: 3em;
}

/* line 15, vendor/bundle/ruby/3.4.0/gems/bourbon-3.2.4/app/assets/stylesheets/addons/_clearfix.scss */
.l section:after {
  content: "";
  display: table;
  clear: both;
}

/* line 15, vendor/bundle/ruby/3.4.0/gems/bourbon-3.2.4/app/assets/stylesheets/addons/_clearfix.scss */
.clear:after {
  content: "";
  display: table;
  clear: both;
}

/* line 20, app/assets/stylesheets/_shared.scss */
.presentation-mode-logo {
  display: none;
  width: 6em;
}

/* line 25, app/assets/stylesheets/_shared.scss */
.wrapper, .location-page .catalog-wrapper {
  max-width: 68em;
  margin-left: auto;
  margin-right: auto;
  padding: 1em;
}

/* line 15, vendor/bundle/ruby/3.4.0/gems/bourbon-3.2.4/app/assets/stylesheets/addons/_clearfix.scss */
.wrapper:after, .location-page .catalog-wrapper:after {
  content: "";
  display: table;
  clear: both;
}

/* line 31, app/assets/stylesheets/_shared.scss */
.thin p:last-of-type, .authentication-box p:last-of-type {
  margin-bottom: 1.5em;
}

@media screen and (min-width: 53.75em) {
  /* line 30, app/assets/stylesheets/_shared.scss */
  .thin, .authentication-box {
    max-width: 50em;
  }
}

/* line 40, app/assets/stylesheets/_shared.scss */
.no-js {
  display: inline !important;
}

/* line 71, app/assets/stylesheets/_shared.scss */
.form-box, .details-sidebar .line-item-form {
  width: 100%;
  background: rgba(255, 255, 255, 0.5);
  border: 1px solid #D9D9D9;
  padding: 1.25em;
}

/* line 84, app/assets/stylesheets/_shared.scss */
.variant-edit .image p, .product-edit .image p, .ordering .background-sheet-inner > p, .background-sheet .title-area p, .details-page .title-area p, .tabs .tab .title-area p {
  font-family: "futura-pt";
  color: #a7a7a7;
  font-size: 1em;
}

/* line 90, app/assets/stylesheets/_shared.scss */
.side-note, .accounts .accounts-header .id, .table-with-image .custom-print, .table-with-image .engraving, .table-with-image .note, .catalogs .no-presentation-text,
.catalog_favorites .no-presentation-text, .admin-list .controls p, .admin-list .description, .admin-list .name span.category, .catalogs .no-search-tools p,
.catalog_favorites .no-search-tools p {
  font-style: italic;
  color: #b3b3b3;
}

/* line 1, app/assets/stylesheets/bitters/_flashes.scss */
#flash {
  position: absolute;
  margin-top: 2em;
  right: 20%;
  width: 60%;
}

@media screen and (min-width: 53.75em) {
  /* line 1, app/assets/stylesheets/bitters/_flashes.scss */
  #flash {
    left: 35%;
    width: 30%;
  }
}

/* line 31, app/assets/stylesheets/bitters/_flashes.scss */
#flash_notice,
#flash_cart {
  background: rgba(255, 250, 228, 0.9);
  color: #7e6700;
  font-family: "futura-pt";
  border-radius: 0.1875em;
  font-weight: bold;
  padding: 1em;
  text-align: center;
}

/* line 22, app/assets/stylesheets/bitters/_flashes.scss */
#flash_notice a,
#flash_cart a {
  color: #7e6700;
}

/* line 25, app/assets/stylesheets/bitters/_flashes.scss */
#flash_notice a:hover,
#flash_cart a:hover {
  color: #181400;
}

/* line 36, app/assets/stylesheets/bitters/_flashes.scss */
#flash_error {
  background: rgba(255, 99, 71, 0.9);
  color: black;
  font-family: "futura-pt";
  border-radius: 0.1875em;
  font-weight: bold;
  padding: 1em;
  text-align: center;
}

/* line 22, app/assets/stylesheets/bitters/_flashes.scss */
#flash_error a {
  color: black;
}

/* line 25, app/assets/stylesheets/bitters/_flashes.scss */
#flash_error a:hover {
  color: black;
}

/* line 40, app/assets/stylesheets/bitters/_flashes.scss */
#flash_success {
  background: rgba(230, 239, 194, 0.9);
  color: #333c10;
  font-family: "futura-pt";
  border-radius: 0.1875em;
  font-weight: bold;
  padding: 1em;
  text-align: center;
}

/* line 22, app/assets/stylesheets/bitters/_flashes.scss */
#flash_success a {
  color: #333c10;
}

/* line 25, app/assets/stylesheets/bitters/_flashes.scss */
#flash_success a:hover {
  color: black;
}

/* line 1, app/assets/stylesheets/_l.scss */
.l {
  color: #454540;
  font-family: "adobe-caslon-pro";
  font-size: 1em;
  -webkit-font-smoothing: antialiased;
  line-height: 1.5em;
}

/* line 1, app/assets/stylesheets/_search-bar.scss */
.search-bar {
  position: relative;
  display: inline-block;
  width: 100%;
}

/* line 10, app/assets/stylesheets/_search-bar.scss */
.search-bar input {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
}

/* line 15, app/assets/stylesheets/_search-bar.scss */
.search-bar input[type=search] {
  background: white;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  width: 100%;
  padding: .8em .9em;
  font-size: 1em;
  font-style: italic;
  margin: 0;
}

/* line 25, app/assets/stylesheets/_search-bar.scss */
.search-bar div.search-and-submit {
  position: relative;
}

/* line 28, app/assets/stylesheets/_search-bar.scss */
.search-bar div.search-and-submit button[type=submit] {
  position: absolute;
  top: 0.5em;
  right: 0.3em;
  bottom: 0.3em;
  outline: none;
  padding: 5px 10px;
  background-color: transparent;
  border: none;
}

/* line 35, app/assets/stylesheets/_search-bar.scss */
.search-bar div.search-and-submit button[type=submit] span {
  position: absolute;
  left: -9999px;
}

/* line 40, app/assets/stylesheets/_search-bar.scss */
.search-bar div.search-and-submit button[type=submit] .icon {
  padding: 1px;
  height: 15px;
  width: 15px;
  fill: #BE8B41;
}

/* line 8, app/assets/stylesheets/_box.scss */
.box {
  text-align: center;
  background-color: rgba(255, 255, 255, 0.95);
  padding: .5em;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2), inset 0 2px 1px rgba(255, 255, 255, 0.2);
  margin-bottom: 3em;
}

/* line 15, vendor/bundle/ruby/3.4.0/gems/bourbon-3.2.4/app/assets/stylesheets/addons/_clearfix.scss */
.box:after {
  content: "";
  display: table;
  clear: both;
}

/* line 16, app/assets/stylesheets/_box.scss */
.box .box-inner {
  padding: 1em;
  background: #edefeb;
}

/* line 15, vendor/bundle/ruby/3.4.0/gems/bourbon-3.2.4/app/assets/stylesheets/addons/_clearfix.scss */
.box .box-inner:after {
  content: "";
  display: table;
  clear: both;
}

@media screen and (min-width: 53.75em) {
  /* line 16, app/assets/stylesheets/_box.scss */
  .box .box-inner {
    padding: 2em;
  }
}

/* line 26, app/assets/stylesheets/_box.scss */
.box label {
  color: #454540;
}

/* line 30, app/assets/stylesheets/_box.scss */
.box h3 {
  color: #454540;
  font-size: 1.1em;
  font-style: italic;
  margin-bottom: .5em;
}

/* line 37, app/assets/stylesheets/_box.scss */
.box h2, .box .details-sidebar .line-item-form p, .details-sidebar .line-item-form .box p {
  color: #454540;
}

/* line 41, app/assets/stylesheets/_box.scss */
.box p {
  margin: auto;
  margin-bottom: 1.3em;
  font-weight: 200;
  color: #454540;
}

@media screen and (min-width: 53.75em) {
  /* line 41, app/assets/stylesheets/_box.scss */
  .box p {
    font-size: 1.5em;
  }
}

/* line 52, app/assets/stylesheets/_box.scss */
.box .box-columns {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 2em;
}

/* line 59, app/assets/stylesheets/_box.scss */
.box .box-columns p {
  margin-bottom: 0;
}

/* line 63, app/assets/stylesheets/_box.scss */
.box .box-column {
  margin: 0 1.618em;
}

/* line 67, app/assets/stylesheets/_box.scss */
.box .adr {
  margin-bottom: 1.5em;
}

/* line 71, app/assets/stylesheets/_box.scss */
.box hr {
  width: 20%;
  margin: 0 auto 1.5em;
}

/* line 76, app/assets/stylesheets/_box.scss */
.box .note {
  font-size: 1.2em;
  font-style: italic;
}

/* line 83, app/assets/stylesheets/_box.scss */
.find-reseller-page .box {
  margin-bottom: 0;
}

/* line 1, app/assets/stylesheets/_modal.scss */
.modal {
  display: inline;
}

/* line 10, app/assets/stylesheets/_modal.scss */
.modal h3 {
  margin-bottom: 1.5em;
}

/* line 14, app/assets/stylesheets/_modal.scss */
.modal label img {
  border-radius: 150px;
  display: block;
  max-width: 300px;
}

/* line 21, app/assets/stylesheets/_modal.scss */
.modal .modal-open {
  overflow: hidden;
}

/* line 25, app/assets/stylesheets/_modal.scss */
.modal .modal-window {
  -webkit-transition: opacity 0.25s ease;
  -moz-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  background: rgba(0, 0, 0, 0.65);
  opacity: 1;
  text-align: left;
  visibility: visible;
  z-index: 99999999999;
}

/* line 34, app/assets/stylesheets/_modal.scss */
.modal .modal-window .modal-bg {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  cursor: pointer;
}

/* line 40, app/assets/stylesheets/_modal.scss */
.modal .modal-close {
  text-indent: -99999px;
  position: absolute;
  top: 1.5em;
  right: 1.5em;
  width: 1.5em;
  height: 1.5em;
  cursor: pointer;
  background: white;
}

/* line 47, app/assets/stylesheets/_modal.scss */
.modal .modal-close:after, .modal .modal-close:before {
  position: absolute;
  top: 3px;
  right: 3px;
  left: 50%;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 0.15em;
  height: 1.5em;
  background: #DDD;
  content: '';
  display: block;
  margin: -3px 0 0 -1px;
}

/* line 58, app/assets/stylesheets/_modal.scss */
.modal .modal-close:hover:after, .modal .modal-close:hover:before {
  background: #c4c4c4;
}

/* line 63, app/assets/stylesheets/_modal.scss */
.modal .modal-close:before {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* line 68, app/assets/stylesheets/_modal.scss */
.modal .modal-inner {
  -webkit-transition: opacity 0.25s ease;
  -moz-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
  border-radius: 0.1875em;
  background: white;
  margin: auto;
  max-height: 95%;
  min-width: 320px;
  position: relative;
  overflow: auto;
  width: 95%;
  padding: 1.5em;
  margin-top: 1em;
  margin-bottom: 4em;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.3);
}

/* line 83, app/assets/stylesheets/_modal.scss */
.modal .modal-inner .outer-aspect-ratio-wrapper {
  margin-top: 3em;
}

@media screen and (min-width: 53.75em) {
  /* line 68, app/assets/stylesheets/_modal.scss */
  .modal .modal-inner {
    width: 50%;
    margin-top: 2em;
  }
}

/* line 93, app/assets/stylesheets/_modal.scss */
.modal .boolean {
  margin-bottom: 1em;
}

/* line 15, vendor/bundle/ruby/3.4.0/gems/bourbon-3.2.4/app/assets/stylesheets/addons/_clearfix.scss */
.modal .boolean:after {
  content: "";
  display: table;
  clear: both;
}

/* line 98, app/assets/stylesheets/_modal.scss */
.modal .button-secondary, .modal .category-nav .presentation, .category-nav .modal .presentation, .modal .ordering input[type="submit"], .ordering .modal input[type="submit"], .modal .image-list input[name="commit"], .image-list .modal input[name="commit"], .modal .l fieldset button, .l fieldset .modal button, .modal .l .button-table, .l .modal .button-table, .modal .l .button-disabled, .modal .l .catalogs-show.presentation-mode .catalog.slick-slider .slick-arrow.slick-disabled, .catalogs-show.presentation-mode .catalog.slick-slider .modal .l .slick-arrow.slick-disabled,
.modal .l .catalog_favorites-index.presentation-mode .catalog.slick-slider .slick-arrow.slick-disabled,
.catalog_favorites-index.presentation-mode .catalog.slick-slider .modal .l .slick-arrow.slick-disabled, .l .modal .button-disabled, .l .modal .catalogs-show.presentation-mode .catalog.slick-slider .slick-arrow.slick-disabled, .catalogs-show.presentation-mode .catalog.slick-slider .l .modal .slick-arrow.slick-disabled,
.l .modal .catalog_favorites-index.presentation-mode .catalog.slick-slider .slick-arrow.slick-disabled,
.catalog_favorites-index.presentation-mode .catalog.slick-slider .l .modal .slick-arrow.slick-disabled {
  width: 100%;
  margin-top: 1em;
}

/* line 103, app/assets/stylesheets/_modal.scss */
.modal form .button-primary, .modal .details-sidebar form.new_line_item input.button-secondary-light, .details-sidebar .modal form.new_line_item input.button-secondary-light {
  width: 100%;
}

/* line 109, app/assets/stylesheets/_modal.scss */
.modal .engraving_born_on,
.modal .engraving_died_on {
  margin-right: -1.1%;
  margin-left: -1.1%;
}

/* line 114, app/assets/stylesheets/_modal.scss */
.modal .engraving_born_on label,
.modal .engraving_died_on label {
  margin-right: 1.1%;
  margin-left: 1.1%;
}

/* line 15, vendor/bundle/ruby/3.4.0/gems/bourbon-3.2.4/app/assets/stylesheets/addons/_clearfix.scss */
.modal .engraving_born_on .select-boxes:after,
.modal .engraving_died_on .select-boxes:after {
  content: "";
  display: table;
  clear: both;
}

/* line 123, app/assets/stylesheets/_modal.scss */
.modal .engraving_born_on select, .modal .engraving_born_on .filter.free-text input, .filter.free-text .modal .engraving_born_on input, .modal .engraving_born_on .filter div, .filter .modal .engraving_born_on div,
.modal .engraving_died_on select,
.modal .engraving_died_on .filter.free-text input,
.filter.free-text .modal .engraving_died_on input,
.modal .engraving_died_on .filter div,
.filter .modal .engraving_died_on div {
  float: left;
  width: 31%;
  margin: 0 1.1% 1em;
}

/* line 131, app/assets/stylesheets/_modal.scss */
.large-modal .modal-inner {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  width: 90%;
  text-align: center;
  height: 80vh;
}

/* line 139, app/assets/stylesheets/_modal.scss */
.large-modal .modal-inner .outer-aspect-ratio-wrapper {
  width: 100%;
  max-width: calc((80vh - 2 * 1.5em - 3em) * 16 / 9);
}

@media screen and (min-width: 53.75em) {
  /* line 131, app/assets/stylesheets/_modal.scss */
  .large-modal .modal-inner {
    padding: 5em;
  }
  /* line 147, app/assets/stylesheets/_modal.scss */
  .large-modal .modal-inner .outer-aspect-ratio-wrapper {
    margin-top: 0;
    max-width: calc((80vh - 2 * 5em) * 16 / 9);
  }
}

/* line 154, app/assets/stylesheets/_modal.scss */
.large-modal .modal-inner img {
  max-height: 45em;
}

/* line 10, app/assets/stylesheets/_breadcrumbs.scss */
.l .breadcrumbs li {
  border-bottom: none;
  font-size: .7em;
  font-weight: 500;
  display: inline;
}

/* line 13, app/assets/stylesheets/_breadcrumbs.scss */
.l .breadcrumbs li:after {
  margin-left: 0.8em;
  margin-right: 0.5em;
  content: '/';
}

/* line 19, app/assets/stylesheets/_breadcrumbs.scss */
.l .breadcrumbs li:last-child:after {
  content: '';
}

/* line 28, app/assets/stylesheets/_breadcrumbs.scss */
.l .breadcrumbs li:last-child {
  color: #32322f;
}

/* line 1, app/assets/stylesheets/_background-sheet.scss */
.background-sheet, .details-page, .tabs .tab {
  background: white;
  margin-bottom: 3em;
}

/* line 15, vendor/bundle/ruby/3.4.0/gems/bourbon-3.2.4/app/assets/stylesheets/addons/_clearfix.scss */
.background-sheet:after, .details-page:after, .tabs .tab:after {
  content: "";
  display: table;
  clear: both;
}

/* line 7, app/assets/stylesheets/_background-sheet.scss */
.background-sheet .title-area, .details-page .title-area, .tabs .tab .title-area {
  margin-bottom: 1.8em;
}

/* line 11, app/assets/stylesheets/_background-sheet.scss */
.background-sheet .title-area h3, .details-page .title-area h3, .tabs .tab .title-area h3 {
  margin-bottom: .4em;
  font-size: 1.5em;
  font-weight: normal;
  padding-bottom: .5em;
  border-bottom: 1px solid #E4E4E4;
  box-shadow: 0 1px 1px white;
}

/* line 26, app/assets/stylesheets/_background-sheet.scss */
.background-sheet-inner {
  padding: 1em;
}

/* line 15, vendor/bundle/ruby/3.4.0/gems/bourbon-3.2.4/app/assets/stylesheets/addons/_clearfix.scss */
.background-sheet-inner:after {
  content: "";
  display: table;
  clear: both;
}

@media screen and (max-width: 39.9375em) {
  /* line 26, app/assets/stylesheets/_background-sheet.scss */
  .background-sheet-inner {
    padding: 1em;
  }
}

/* line 35, app/assets/stylesheets/_background-sheet.scss */
.background-sheet .empty, .details-page .empty, .tabs .tab .empty {
  text-align: center;
  color: silver;
  margin: 0;
}

/* line 43, app/assets/stylesheets/_background-sheet.scss */
.background-sheet-with-aside aside {
  margin-bottom: 3em;
}

@media screen and (min-width: 53.75em) {
  /* line 43, app/assets/stylesheets/_background-sheet.scss */
  .background-sheet-with-aside aside {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 23.2317613015%;
    margin-bottom: 0;
  }
  /* line 38, vendor/bundle/ruby/3.4.0/gems/neat-1.6.0/app/assets/stylesheets/grid/_span-columns.scss */
  .background-sheet-with-aside aside:last-child {
    margin-right: 0;
  }
}

@media screen and (min-width: 53.75em) {
  /* line 56, app/assets/stylesheets/_background-sheet.scss */
  .background-sheet-with-aside .background-sheet, .background-sheet-with-aside .details-page, .background-sheet-with-aside .tabs .tab, .tabs .background-sheet-with-aside .tab {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 74.4105871005%;
    margin-right: 0;
  }
  /* line 38, vendor/bundle/ruby/3.4.0/gems/neat-1.6.0/app/assets/stylesheets/grid/_span-columns.scss */
  .background-sheet-with-aside .background-sheet:last-child, .background-sheet-with-aside .details-page:last-child, .background-sheet-with-aside .tabs .tab:last-child, .tabs .background-sheet-with-aside .tab:last-child {
    margin-right: 0;
  }
}

/* line 63, app/assets/stylesheets/_background-sheet.scss */
.background-sheet-with-aside .background-sheet textarea, .background-sheet-with-aside .details-page textarea, .background-sheet-with-aside .tabs .tab textarea, .tabs .background-sheet-with-aside .tab textarea {
  min-height: 10em;
}

/* line 3, app/assets/stylesheets/_image-wrapper.scss */
.image-wrapper {
  background: white;
  border: 1px solid #E4E4E4;
  height: 4em;
  position: relative;
  width: 100%;
}

/* line 11, app/assets/stylesheets/_image-wrapper.scss */
.centered {
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  left: 50%;
  position: absolute;
  top: 50%;
}

@media screen and (max-width: 39.9375em) {
  /* line 20, app/assets/stylesheets/_image-wrapper.scss */
  .image-wrapper-large-image {
    max-height: 184px;
    max-width: 170px;
  }
}

@media screen and (min-width: 40em) and (max-width: 53.6875em) {
  /* line 20, app/assets/stylesheets/_image-wrapper.scss */
  .image-wrapper-large-image {
    max-height: 304px;
    max-width: 450px;
  }
}

@media screen and (min-width: 53.75em) {
  /* line 20, app/assets/stylesheets/_image-wrapper.scss */
  .image-wrapper-large-image {
    max-height: 384px;
    max-width: 570px;
  }
}

/* line 37, app/assets/stylesheets/_image-wrapper.scss */
.image-wrapper-medium-image {
  max-width: 246px;
  max-height: 150px;
}

@media screen and (max-width: 39.9375em) {
  /* line 44, app/assets/stylesheets/_image-wrapper.scss */
  .image-wrapper-medium-large-image, .variant-edit .image-wrapper img, .product-edit .image-wrapper img {
    max-height: 184px;
    max-width: 170px;
  }
}

@media screen and (min-width: 40em) and (max-width: 53.6875em) {
  /* line 44, app/assets/stylesheets/_image-wrapper.scss */
  .image-wrapper-medium-large-image, .variant-edit .image-wrapper img, .product-edit .image-wrapper img {
    max-height: 304px;
    max-width: 450px;
  }
}

@media screen and (min-width: 53.75em) {
  /* line 44, app/assets/stylesheets/_image-wrapper.scss */
  .image-wrapper-medium-large-image, .variant-edit .image-wrapper img, .product-edit .image-wrapper img {
    max-height: 304px;
    max-width: 450px;
  }
}

/* line 61, app/assets/stylesheets/_image-wrapper.scss */
.image-wrapper-small-image, .admin-list-image .image-wrapper img, .image-list li .image-wrapper img {
  max-height: 64px;
  max-width: 90px;
}

/* line 15, vendor/bundle/ruby/3.4.0/gems/bourbon-3.2.4/app/assets/stylesheets/addons/_clearfix.scss */
.image-list:after {
  content: "";
  display: table;
  clear: both;
}

/* line 7, app/assets/stylesheets/_image-list.scss */
.image-list li:first-of-type .image-wrapper {
  position: relative;
}

/* line 11, app/assets/stylesheets/_image-list.scss */
.image-list .default .image-wrapper,
.image-list.image-list-cover li:first-of-type .image-wrapper {
  border: 2px solid #cda365;
  position: relative;
}

/* line 16, app/assets/stylesheets/_image-list.scss */
.image-list .default .image-wrapper:after,
.image-list.image-list-cover li:first-of-type .image-wrapper:after {
  font-family: "futura-pt";
  font-weight: 700;
  text-shadow: none;
  font-size: .7em;
  border-top-left-radius: 0.1875em;
  text-align: center;
  padding: 0 8px;
  line-height: 18px;
  position: absolute;
  background: #cda365;
  color: white;
  bottom: 0px;
  right: 0;
}

/* line 32, app/assets/stylesheets/_image-list.scss */
.image-list .default .image-wrapper:hover,
.image-list.image-list-cover li:first-of-type .image-wrapper:hover {
  border: 2px solid #cba267;
}

/* line 35, app/assets/stylesheets/_image-list.scss */
.image-list .default .image-wrapper:hover:after,
.image-list.image-list-cover li:first-of-type .image-wrapper:hover:after {
  background: #cba267;
}

/* line 41, app/assets/stylesheets/_image-list.scss */
.image-list input[name="commit"] {
  margin-bottom: .5em;
  margin-top: -.5em;
  float: right;
}

/* line 48, app/assets/stylesheets/_image-list.scss */
.image-list li {
  position: relative;
  cursor: move;
  line-height: 1.1em;
  word-wrap: break-word;
}

/* line 55, app/assets/stylesheets/_image-list.scss */
.image-list li .add {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background: #fafafa;
  text-align: center;
  position: relative;
  cursor: pointer;
  margin-bottom: .5em;
  border-radius: 0.1875em;
  height: 7em;
  border: 1px solid #E4E4E4;
}

/* line 66, app/assets/stylesheets/_image-list.scss */
.image-list li .add:hover {
  background: white;
}

/* line 70, app/assets/stylesheets/_image-list.scss */
.image-list li .add .plus {
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  left: 50%;
  position: absolute;
  top: 50%;
  color: #DDD;
  text-shadow: 0 1px 1px white;
  font-size: 3em;
}

/* line 81, app/assets/stylesheets/_image-list.scss */
.image-list li .image-wrapper {
  height: 7em;
  border-radius: 0.1875em;
  background: white;
  margin-bottom: .5em;
}

/* line 91, app/assets/stylesheets/_image-list.scss */
.image-list li .image-wrapper:hover {
  border: 1px solid #cbcbcb;
}

/* line 96, app/assets/stylesheets/_image-list.scss */
.image-list li a {
  color: #454540;
  font-family: "futura-pt";
  font-size: .9em;
}

/* line 3, app/assets/stylesheets/_tree.scss */
.tree {
  text-align: center;
  padding-bottom: 3em;
}

@media screen and (min-width: 53.75em) {
  /* line 3, app/assets/stylesheets/_tree.scss */
  .tree {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 23.2317613015%;
    padding-bottom: 2em;
    text-align: left;
  }
  /* line 38, vendor/bundle/ruby/3.4.0/gems/neat-1.6.0/app/assets/stylesheets/grid/_span-columns.scss */
  .tree:last-child {
    margin-right: 0;
  }
}

/* line 14, app/assets/stylesheets/_tree.scss */
.tree ul > li:first-child {
  border-top: 1px solid silver;
}

/* line 18, app/assets/stylesheets/_tree.scss */
.tree ul > li {
  padding: 0.7142857143em 1em 0.5em 0;
  border-bottom: 1px solid silver;
}

/* line 23, app/assets/stylesheets/_tree.scss */
.tree .selected a {
  color: #BE8B41;
}

/* line 27, app/assets/stylesheets/_tree.scss */
.tree a {
  font-weight: normal;
  color: #454540;
}

/* line 1, app/assets/stylesheets/_inset-area.scss */
.inset-area {
  background: #e8e8e8;
  border: 1px solid #E2E2E2;
  box-shadow: inset 0 1px 4px #dededd;
}

/* line 1, app/assets/stylesheets/_search-tools.scss */
.search-tools-wrapper {
  max-width: 68em;
  margin-left: auto;
  margin-right: auto;
  padding: 0 1em;
  border-bottom: 1px solid #f1f1f1;
}

/* line 15, vendor/bundle/ruby/3.4.0/gems/bourbon-3.2.4/app/assets/stylesheets/addons/_clearfix.scss */
.search-tools-wrapper:after {
  content: "";
  display: table;
  clear: both;
}

/* line 7, app/assets/stylesheets/_search-tools.scss */
.search-tools {
  background: white;
  padding: 1em;
}

/* line 12, app/assets/stylesheets/_search-tools.scss */
.search-tools-controls {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}

/* line 15, app/assets/stylesheets/_search-tools.scss */
.search-tools-controls > * {
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  -ms-flex-positive: 1;
  margin-left: 0.5em;
}

/* line 19, app/assets/stylesheets/_search-tools.scss */
.search-tools-controls > *:first-child {
  margin-left: 0;
}

/* line 25, app/assets/stylesheets/_search-tools.scss */
.catalogs .no-search-tools p,
.catalog_favorites .no-search-tools p {
  background-color: white;
  text-align: center;
  padding: 2em 0;
  margin: 0;
  color: rgba(69, 69, 64, 0.6);
}

@media screen and (min-width: 30em) {
  /* line 36, app/assets/stylesheets/_search-tools.scss */
  .search-tools-controls {
    -webkit-box-pack: end;
    -moz-box-pack: end;
    box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    -o-justify-content: flex-end;
    justify-content: flex-end;
    -ms-flex-pack: end;
  }
  /* line 39, app/assets/stylesheets/_search-tools.scss */
  .search-tools-controls > * {
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    flex-grow: 0;
    -ms-flex-positive: 0;
  }
}

@media screen and (min-width: 53.75em) {
  /* line 46, app/assets/stylesheets/_search-tools.scss */
  .search-tools form {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -moz-box-align: start;
    box-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -o-align-items: flex-start;
    align-items: flex-start;
    -ms-flex-align: start;
  }
  /* line 51, app/assets/stylesheets/_search-tools.scss */
  .search-tools-controls {
    margin-top: 32px;
  }
}

/* line 1, app/assets/stylesheets/_switch.scss */
.switch-container {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: inline-block;
  vertical-align: baseline;
  zoom: 1;
  *display: inline;
  *vertical-align: auto;
  position: relative;
  width: 4em;
}

/* line 14, app/assets/stylesheets/_switch.scss */
.switch-container input.switch-checkbox {
  display: none;
}

/* line 17, app/assets/stylesheets/_switch.scss */
.switch-container input.switch-checkbox:checked + .switch-label .switch-inner {
  margin-left: 0;
}

/* line 21, app/assets/stylesheets/_switch.scss */
.switch-container input.switch-checkbox:checked + .switch-label .switch-toggle-switch {
  right: 0;
}

/* line 26, app/assets/stylesheets/_switch.scss */
.switch-container label.switch-label {
  border-radius: 21px;
  cursor: pointer;
  display: block;
  overflow: hidden;
}

/* line 32, app/assets/stylesheets/_switch.scss */
.switch-container label.switch-label .switch-inner {
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  margin-left: -100%;
  width: 200%;
}

/* line 37, app/assets/stylesheets/_switch.scss */
.switch-container label.switch-label .switch-inner:before, .switch-container label.switch-label .switch-inner:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  height: 2em;
  padding: 0;
  width: 50%;
}

/* line 45, app/assets/stylesheets/_switch.scss */
.switch-container label.switch-label .switch-inner:before {
  content: '';
  background: #cda365;
}

/* line 50, app/assets/stylesheets/_switch.scss */
.switch-container label.switch-label .switch-inner:after {
  content: '';
  background: #DDD;
}

/* line 56, app/assets/stylesheets/_switch.scss */
.switch-container label.switch-label .switch-toggle-switch {
  position: absolute;
  top: 0px;
  right: 1.9em;
  bottom: 0px;
  -webkit-transition: all 0.3s ease-in 0s;
  -moz-transition: all 0.3s ease-in 0s;
  transition: all 0.3s ease-in 0s;
  height: 1.4em;
  width: 1.4em;
  border-radius: 63px;
  margin: 0.3em;
  background: white;
  box-shadow: 0 0 1px 2px rgba(0, 0, 0, 0.1);
}

/* line 1, app/assets/stylesheets/_tabs.scss */
.tabs .tab {
  color: #454540;
  padding: 2em 2em;
  border-bottom: 0;
  box-shadow: none;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  margin-bottom: -2px;
  display: inline-block;
  width: auto;
}

/* line 7, app/assets/stylesheets/_tool-tip.scss */
.tooltip-item {
  color: #454540;
  line-height: 1.7em;
  position: relative;
}

/* line 12, app/assets/stylesheets/_tool-tip.scss */
.tooltip-item:hover .tooltip {
  opacity: 1;
  visibility: visible;
}

/* line 17, app/assets/stylesheets/_tool-tip.scss */
.tooltip-item .tooltip {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  left: 50%;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background-color: white;
  border-radius: 0.1875em;
  bottom: 130%;
  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.3);
  color: #454540;
  font-family: "futura-pt";
  line-height: 1.2em;
  margin-left: -4.5em;
  opacity: 0;
  padding: .5em .3em;
  text-align: center;
  visibility: hidden;
  width: 9em;
  z-index: 10;
}

/* line 36, app/assets/stylesheets/_tool-tip.scss */
.tooltip-item .tooltip:after {
  position: absolute;
  left: 50%;
  margin-left: -8px;
  border-top-color: white;
  content: '▼';
  color: white;
  text-shadow: 0 2px 1px rgba(0, 0, 0, 0.3);
  pointer-events: none;
  bottom: -15.2px;
  z-index: 99;
}

/* line 48, app/assets/stylesheets/_tool-tip.scss */
.tooltip-item .tooltip span {
  word-wrap: break-word;
}

/* line 53, app/assets/stylesheets/_tool-tip.scss */
.tooltip-item .unavailable .tooltip {
  background: tomato;
  color: white;
}

/* line 57, app/assets/stylesheets/_tool-tip.scss */
.tooltip-item .unavailable .tooltip:after {
  color: tomato;
}

/* line 63, app/assets/stylesheets/_tool-tip.scss */
.tooltip-item.tooltip-edit .tooltip:after {
  color: transparent;
  text-shadow: none;
}

/* line 70, app/assets/stylesheets/_tool-tip.scss */
.tooltip-edit {
  border: 1px dashed #DDD;
  padding: .2em .4em;
  border-radius: 0.1875em;
  margin-left: .6em;
  margin-bottom: 1.5em;
}

/* line 77, app/assets/stylesheets/_tool-tip.scss */
.tooltip-edit:before {
  content: '✎';
}

/* line 1, app/assets/stylesheets/_ordering.scss */
.ordering ol {
  background-color: #e8e8e8;
  border: 1px solid #E2E2E2;
  box-shadow: inset 0 0px 1px #d6d7d6, 0 2px 1px rgba(255, 255, 255, 0.4);
  text-shadow: 0 1px 0px white;
  background: #F5F6F7;
  padding: .4em;
}

/* line 7, app/assets/stylesheets/_ordering.scss */
.ordering .disabled {
  opacity: 0.3;
}

/* line 11, app/assets/stylesheets/_ordering.scss */
.ordering form input[type="submit"] {
  max-width: 12em;
}

/* line 15, app/assets/stylesheets/_ordering.scss */
.ordering .background-sheet-inner > p {
  margin-bottom: 0;
}

/* line 19, app/assets/stylesheets/_ordering.scss */
.ordering .background-sheet-inner > p:last-of-type {
  margin-bottom: 1.5em;
}

/* line 24, app/assets/stylesheets/_ordering.scss */
.ordering li {
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  background: white;
  border: 1px solid #E4E4E4;
  padding: .5em .5em .5em 1em;
  cursor: move;
  margin-bottom: .5em;
}

/* line 15, vendor/bundle/ruby/3.4.0/gems/bourbon-3.2.4/app/assets/stylesheets/addons/_clearfix.scss */
.ordering li:after {
  content: "";
  display: table;
  clear: both;
}

/* line 34, app/assets/stylesheets/_ordering.scss */
.ordering li p,
.ordering li a {
  float: left;
  font-family: "futura-pt";
  font-size: 1em;
  line-height: 2em;
  margin-bottom: 0;
}

/* line 43, app/assets/stylesheets/_ordering.scss */
.ordering li:last-child {
  margin-bottom: 0;
}

/* line 47, app/assets/stylesheets/_ordering.scss */
.ordering input[type="submit"] {
  margin-left: .5em;
  float: right;
}

/* line 53, app/assets/stylesheets/_ordering.scss */
.ordering.feature-list ol li:first-child {
  background: #fdfaf7;
}

/* line 57, app/assets/stylesheets/_ordering.scss */
.ordering .description {
  line-height: 2em;
}

/* line 1, app/assets/stylesheets/_customizer.scss */
.customizer {
  background: rgba(255, 255, 255, 0.5);
  border: 1px solid #D9D9D9;
  clear: both;
  padding: 1.25em 1.25em 1.6666666667em;
  width: 100%;
}

/* line 9, app/assets/stylesheets/_customizer.scss */
.customizer h4 {
  display: block;
  margin-bottom: .5em;
}

/* line 15, app/assets/stylesheets/_customizer.scss */
.customizer ul {
  margin-bottom: 1em;
}

/* line 15, vendor/bundle/ruby/3.4.0/gems/bourbon-3.2.4/app/assets/stylesheets/addons/_clearfix.scss */
.customizer ul:after {
  content: "";
  display: table;
  clear: both;
}

/* line 20, app/assets/stylesheets/_customizer.scss */
.customizer ul:last-child {
  margin-bottom: 0;
}

/* line 24, app/assets/stylesheets/_customizer.scss */
.customizer li {
  float: left;
  margin-right: .6em;
}

/* line 29, app/assets/stylesheets/_customizer.scss */
.customizer a {
  color: #454540;
  font-family: "futura-pt";
}

/* line 34, app/assets/stylesheets/_customizer.scss */
.customizer li:last-child a {
  margin-right: 0;
}

/* line 38, app/assets/stylesheets/_customizer.scss */
.customizer .customizer-img-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  border-radius: 0.3em;
  box-shadow: 0 1px 2px rgba(51, 51, 51, 0.5);
  height: 2.4em;
  width: 2.4em;
}

/* line 47, app/assets/stylesheets/_customizer.scss */
.customizer img {
  border-radius: 2px;
  margin: auto;
  max-height: 2.1em;
  max-width: 2em;
  object-fit: contain;
}

/* line 55, app/assets/stylesheets/_customizer.scss */
.customizer .selected .customizer-img-wrap {
  border: 2px solid #cda365;
  box-shadow: none;
  position: relative;
}

/* line 60, app/assets/stylesheets/_customizer.scss */
.customizer .selected .customizer-img-wrap::after {
  border: 1px solid white;
  border-radius: 2px;
  content: '';
  height: 2em;
  left: 0;
  position: absolute;
  top: 0;
  width: 2em;
}

/* line 6, app/assets/stylesheets/_expander.scss */
.l .js-expander h5.expander-toggle {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-bottom: 1px solid #DDD;
  cursor: pointer;
  display: block;
  font-size: 0.8em;
  margin-bottom: 0.8em;
  padding-bottom: 0.2em;
}

/* line 17, app/assets/stylesheets/_expander.scss */
.l .js-expander h5.expander-toggle:before {
  content: '\25BA';
  font-size: 0.6em;
  margin-right: 1em;
}

/* line 24, app/assets/stylesheets/_expander.scss */
.l .js-expander.expanded .expander-toggle:before {
  content: '\25BC';
  margin-right: .95em;
}

/* line 1, app/assets/stylesheets/_loading-indicator.scss */
.loading-indicator {
  background: #000 url(/assets/loading-indicator-5bac03138c012edc5d3468f4e1b9b33d8268c2308c63ddaa42fbff1ec240dc4f.gif) 50% 50% no-repeat;
  border-radius: 0.1875em;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.50;
  overflow: hidden;
  position: absolute;
  text-indent: -9999px;
  top: 50%;
  width: 50px;
}

/* line 1, app/assets/stylesheets/_engravings.scss */
span.radio {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}

/* line 5, app/assets/stylesheets/_engravings.scss */
.new_engraving span.radio,
.edit_engraving span.radio,
.new_custom_print span.radio,
.edit_custom_print span.radio,
.admin-engraving_settings-edit .edit_tenant span,
.admin-print_settings-edit .edit_tenant span {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  font-size: .9em;
  height: 7em;
  padding: .7em;
  display: block;
  border: 1px solid silver;
  color: #797971;
  background: #f7f7f7;
  margin-bottom: .5em;
}

@media screen and (min-width: 53.75em) {
  /* line 5, app/assets/stylesheets/_engravings.scss */
  .new_engraving span.radio,
.edit_engraving span.radio,
.new_custom_print span.radio,
.edit_custom_print span.radio,
.admin-engraving_settings-edit .edit_tenant span,
.admin-print_settings-edit .edit_tenant span {
    float: left;
    display: inline;
    width: 49%;
    margin-left: .5%;
    margin-right: .5%;
  }
}

/* line 29, app/assets/stylesheets/_engravings.scss */
.new_engraving span.radio:hover,
.edit_engraving span.radio:hover,
.new_custom_print span.radio:hover,
.edit_custom_print span.radio:hover,
.admin-engraving_settings-edit .edit_tenant span:hover,
.admin-print_settings-edit .edit_tenant span:hover {
  background: white;
}

/* line 33, app/assets/stylesheets/_engravings.scss */
.new_engraving span.radio:last-of-type,
.edit_engraving span.radio:last-of-type,
.new_custom_print span.radio:last-of-type,
.edit_custom_print span.radio:last-of-type,
.admin-engraving_settings-edit .edit_tenant span:last-of-type,
.admin-print_settings-edit .edit_tenant span:last-of-type {
  margin-bottom: 2em;
}

/* line 37, app/assets/stylesheets/_engravings.scss */
.new_engraving span.radio input[type="radio"],
.edit_engraving span.radio input[type="radio"],
.new_custom_print span.radio input[type="radio"],
.edit_custom_print span.radio input[type="radio"],
.admin-engraving_settings-edit .edit_tenant span input[type="radio"],
.admin-print_settings-edit .edit_tenant span input[type="radio"] {
  float: left;
}

/* line 41, app/assets/stylesheets/_engravings.scss */
.new_engraving span.radio input[type="radio"]:checked + label,
.edit_engraving span.radio input[type="radio"]:checked + label,
.new_custom_print span.radio input[type="radio"]:checked + label,
.edit_custom_print span.radio input[type="radio"]:checked + label,
.admin-engraving_settings-edit .edit_tenant span input[type="radio"]:checked + label,
.admin-print_settings-edit .edit_tenant span input[type="radio"]:checked + label {
  color: #cda365;
  text-shadow: 0 2px 0 white;
}

/* line 46, app/assets/stylesheets/_engravings.scss */
.new_engraving span.radio p,
.edit_engraving span.radio p,
.new_custom_print span.radio p,
.edit_custom_print span.radio p,
.admin-engraving_settings-edit .edit_tenant span p,
.admin-print_settings-edit .edit_tenant span p {
  cursor: pointer;
  font-family: "adobe-caslon-pro";
  font-style: normal;
  text-align: center;
}

/* line 53, app/assets/stylesheets/_engravings.scss */
.new_engraving span.radio p:first-line,
.edit_engraving span.radio p:first-line,
.new_custom_print span.radio p:first-line,
.edit_custom_print span.radio p:first-line,
.admin-engraving_settings-edit .edit_tenant span p:first-line,
.admin-print_settings-edit .edit_tenant span p:first-line {
  font-weight: 800;
  line-height: 1.9em;
}

/* line 58, app/assets/stylesheets/_engravings.scss */
.new_engraving span.radio .century-gothic p,
.edit_engraving span.radio .century-gothic p,
.new_custom_print span.radio .century-gothic p,
.edit_custom_print span.radio .century-gothic p,
.admin-engraving_settings-edit .edit_tenant span .century-gothic p,
.admin-print_settings-edit .edit_tenant span .century-gothic p {
  font-family: 'century-gothic', sans-serif;
}

/* line 62, app/assets/stylesheets/_engravings.scss */
.new_engraving span.radio .edwardian-script p,
.edit_engraving span.radio .edwardian-script p,
.new_custom_print span.radio .edwardian-script p,
.edit_custom_print span.radio .edwardian-script p,
.admin-engraving_settings-edit .edit_tenant span .edwardian-script p,
.admin-print_settings-edit .edit_tenant span .edwardian-script p {
  font-family: 'edwardian-script', serif;
  font-size: 2em;
}

/* line 67, app/assets/stylesheets/_engravings.scss */
.new_engraving span.radio .century-gothic p:first-line,
.new_engraving span.radio .edwardian-script p:first-line,
.edit_engraving span.radio .century-gothic p:first-line,
.edit_engraving span.radio .edwardian-script p:first-line,
.new_custom_print span.radio .century-gothic p:first-line,
.new_custom_print span.radio .edwardian-script p:first-line,
.edit_custom_print span.radio .century-gothic p:first-line,
.edit_custom_print span.radio .edwardian-script p:first-line,
.admin-engraving_settings-edit .edit_tenant span .century-gothic p:first-line,
.admin-engraving_settings-edit .edit_tenant span .edwardian-script p:first-line,
.admin-print_settings-edit .edit_tenant span .century-gothic p:first-line,
.admin-print_settings-edit .edit_tenant span .edwardian-script p:first-line {
  font-weight: normal;
}

/* line 72, app/assets/stylesheets/_engravings.scss */
.new_engraving span.radio .century-gothic p:first-line,
.edit_engraving span.radio .century-gothic p:first-line,
.new_custom_print span.radio .century-gothic p:first-line,
.edit_custom_print span.radio .century-gothic p:first-line,
.admin-engraving_settings-edit .edit_tenant span .century-gothic p:first-line,
.admin-print_settings-edit .edit_tenant span .century-gothic p:first-line {
  line-height: 1.6em;
}

/* line 76, app/assets/stylesheets/_engravings.scss */
.new_engraving span.radio .edwardian-script p:first-line,
.edit_engraving span.radio .edwardian-script p:first-line,
.new_custom_print span.radio .edwardian-script p:first-line,
.edit_custom_print span.radio .edwardian-script p:first-line,
.admin-engraving_settings-edit .edit_tenant span .edwardian-script p:first-line,
.admin-print_settings-edit .edit_tenant span .edwardian-script p:first-line {
  line-height: 1.2em;
}

/* line 81, app/assets/stylesheets/_engravings.scss */
.engraving_died_on {
  margin-bottom: 3em;
}

/* line 15, vendor/bundle/ruby/3.4.0/gems/bourbon-3.2.4/app/assets/stylesheets/addons/_clearfix.scss */
.engraving_died_on:after {
  content: "";
  display: table;
  clear: both;
}

/* line 1, app/assets/stylesheets/_dashboards.scss */
.dashboards .button-secondary, .dashboards .category-nav .presentation, .category-nav .dashboards .presentation, .dashboards .l fieldset button, .l fieldset .dashboards button, .dashboards .l .button-table, .l .dashboards .button-table, .dashboards .l .button-disabled, .dashboards .l .catalogs-show.presentation-mode .catalog.slick-slider .slick-arrow.slick-disabled, .catalogs-show.presentation-mode .catalog.slick-slider .dashboards .l .slick-arrow.slick-disabled,
.dashboards .l .catalog_favorites-index.presentation-mode .catalog.slick-slider .slick-arrow.slick-disabled,
.catalog_favorites-index.presentation-mode .catalog.slick-slider .dashboards .l .slick-arrow.slick-disabled, .l .dashboards .button-disabled, .l .dashboards .catalogs-show.presentation-mode .catalog.slick-slider .slick-arrow.slick-disabled, .catalogs-show.presentation-mode .catalog.slick-slider .l .dashboards .slick-arrow.slick-disabled,
.l .dashboards .catalog_favorites-index.presentation-mode .catalog.slick-slider .slick-arrow.slick-disabled,
.catalog_favorites-index.presentation-mode .catalog.slick-slider .l .dashboards .slick-arrow.slick-disabled, .dashboards .image-list input[name="commit"], .image-list .dashboards input[name="commit"], .dashboards .ordering input[type="submit"], .ordering .dashboards input[type="submit"] {
  width: 100%;
}

/* line 5, app/assets/stylesheets/_dashboards.scss */
.dashboards section .background-sheet, .dashboards section .details-page, .dashboards section .tabs .tab, .tabs .dashboards section .tab {
  border-top: 4px solid #cda365;
  margin-bottom: 0;
}

/* line 10, app/assets/stylesheets/_dashboards.scss */
.dashboards .side-note, .dashboards .accounts .accounts-header .id, .accounts .accounts-header .dashboards .id, .dashboards .table-with-image .custom-print, .table-with-image .dashboards .custom-print, .dashboards .table-with-image .engraving, .table-with-image .dashboards .engraving, .dashboards .table-with-image .note, .table-with-image .dashboards .note, .dashboards .catalogs .no-presentation-text, .catalogs .dashboards .no-presentation-text,
.dashboards .catalog_favorites .no-presentation-text,
.catalog_favorites .dashboards .no-presentation-text, .dashboards .admin-list .controls p, .admin-list .controls .dashboards p, .dashboards .admin-list .description, .admin-list .dashboards .description, .dashboards .admin-list .name span.category, .admin-list .name .dashboards span.category, .dashboards .catalogs .no-search-tools p, .catalogs .no-search-tools .dashboards p,
.dashboards .catalog_favorites .no-search-tools p,
.catalog_favorites .no-search-tools .dashboards p {
  display: table-cell;
  text-align: center;
}

/* line 15, app/assets/stylesheets/_dashboards.scss */
.dashboards h2, .dashboards .details-sidebar .line-item-form p, .details-sidebar .line-item-form .dashboards p {
  font-family: "futura-pt";
  font-size: 1.2em;
  border-top-right-radius: 0.1875em;
  margin-bottom: 0;
}

/* line 24, app/assets/stylesheets/_dashboards.scss */
.dashboards .right-aside .background-sheet, .dashboards .right-aside .details-page, .dashboards .right-aside .tabs .tab, .tabs .dashboards .right-aside .tab {
  border-top-color: #cccba8;
  padding: 1em;
}

/* line 29, app/assets/stylesheets/_dashboards.scss */
.dashboards .right-aside .side-note, .dashboards .right-aside .accounts .accounts-header .id, .accounts .accounts-header .dashboards .right-aside .id, .dashboards .right-aside .table-with-image .custom-print, .table-with-image .dashboards .right-aside .custom-print, .dashboards .right-aside .table-with-image .engraving, .table-with-image .dashboards .right-aside .engraving, .dashboards .right-aside .table-with-image .note, .table-with-image .dashboards .right-aside .note, .dashboards .right-aside .catalogs .no-presentation-text, .catalogs .dashboards .right-aside .no-presentation-text,
.dashboards .right-aside .catalog_favorites .no-presentation-text,
.catalog_favorites .dashboards .right-aside .no-presentation-text, .dashboards .right-aside .admin-list .controls p, .admin-list .controls .dashboards .right-aside p, .dashboards .right-aside .admin-list .description, .admin-list .dashboards .right-aside .description, .dashboards .right-aside .admin-list .name span.category, .admin-list .name .dashboards .right-aside span.category, .dashboards .right-aside .catalogs .no-search-tools p, .catalogs .no-search-tools .dashboards .right-aside p,
.dashboards .right-aside .catalog_favorites .no-search-tools p,
.catalog_favorites .no-search-tools .dashboards .right-aside p {
  text-align: left;
  display: block;
  margin-bottom: 1em;
}

/* line 35, app/assets/stylesheets/_dashboards.scss */
.dashboards .right-aside p {
  margin-bottom: 1em;
}

/* line 40, app/assets/stylesheets/_dashboards.scss */
.dashboards .right-aside ul {
  margin-bottom: 1em;
}

/* line 44, app/assets/stylesheets/_dashboards.scss */
.dashboards .right-aside li {
  font-size: 0.9em;
}

/* line 49, app/assets/stylesheets/_dashboards.scss */
.dashboards .right-aside .button-secondary, .dashboards .right-aside .category-nav .presentation, .category-nav .dashboards .right-aside .presentation, .dashboards .right-aside .l fieldset button, .l fieldset .dashboards .right-aside button, .dashboards .right-aside .l .button-table, .l .dashboards .right-aside .button-table, .dashboards .right-aside .l .button-disabled, .dashboards .right-aside .l .catalogs-show.presentation-mode .catalog.slick-slider .slick-arrow.slick-disabled, .catalogs-show.presentation-mode .catalog.slick-slider .dashboards .right-aside .l .slick-arrow.slick-disabled,
.dashboards .right-aside .l .catalog_favorites-index.presentation-mode .catalog.slick-slider .slick-arrow.slick-disabled,
.catalog_favorites-index.presentation-mode .catalog.slick-slider .dashboards .right-aside .l .slick-arrow.slick-disabled, .l .dashboards .right-aside .button-disabled, .l .dashboards .right-aside .catalogs-show.presentation-mode .catalog.slick-slider .slick-arrow.slick-disabled, .catalogs-show.presentation-mode .catalog.slick-slider .l .dashboards .right-aside .slick-arrow.slick-disabled,
.l .dashboards .right-aside .catalog_favorites-index.presentation-mode .catalog.slick-slider .slick-arrow.slick-disabled,
.catalog_favorites-index.presentation-mode .catalog.slick-slider .l .dashboards .right-aside .slick-arrow.slick-disabled, .dashboards .right-aside .image-list input[name="commit"], .image-list .dashboards .right-aside input[name="commit"], .dashboards .right-aside .ordering input[type="submit"], .ordering .dashboards .right-aside input[type="submit"] {
  width: 100%;
}

/* line 53, app/assets/stylesheets/_dashboards.scss */
.dashboards .right-aside input[type="text"] {
  margin-bottom: 0.5em;
  padding: 0.35em 0.5em;
}

/* line 60, app/assets/stylesheets/_dashboards.scss */
.right-aside-no-background {
  padding: 1em;
}

/* line 64, app/assets/stylesheets/_dashboards.scss */
.right-aside-no-background .right-aside-inner li,
.right-aside-no-background .right-aside-inner li:first-child {
  border-color: #c4c4c4;
}

@media screen and (min-width: 53.75em) {
  /* line 71, app/assets/stylesheets/_dashboards.scss */
  .dashboards-left {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 74.4105871005%;
  }
  /* line 38, vendor/bundle/ruby/3.4.0/gems/neat-1.6.0/app/assets/stylesheets/grid/_span-columns.scss */
  .dashboards-left:last-child {
    margin-right: 0;
  }
}

/* line 77, app/assets/stylesheets/_dashboards.scss */
.dashboards-right {
  margin-bottom: 3em;
}

@media screen and (min-width: 53.75em) {
  /* line 77, app/assets/stylesheets/_dashboards.scss */
  .dashboards-right {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 23.2317613015%;
    margin-right: 0;
    margin-bottom: 0;
  }
  /* line 38, vendor/bundle/ruby/3.4.0/gems/neat-1.6.0/app/assets/stylesheets/grid/_span-columns.scss */
  .dashboards-right:last-child {
    margin-right: 0;
  }
}

/* line 87, app/assets/stylesheets/_dashboards.scss */
.dashboards-right .background-sheet, .dashboards-right .details-page, .dashboards-right .tabs .tab, .tabs .dashboards-right .tab {
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
}

/* line 1, app/assets/stylesheets/_admin.scss */
body.admin {
  background: #edefeb;
}

/* line 4, app/assets/stylesheets/_admin.scss */
body.admin .button-primary, body.admin .details-sidebar form.new_line_item input.button-secondary-light, .details-sidebar form.new_line_item body.admin input.button-secondary-light {
  float: right;
}

/* line 10, app/assets/stylesheets/_admin.scss */
.admin.dashboards .admin-header {
  background: url(/assets/details-4c1bcc9d811e59e3f5d37f8393a6a4466b143d3fd640acdfcd951d3c63882b6a.png);
  background-color: #558a88;
  background-position: center;
  background-size: cover;
}

/* line 19, app/assets/stylesheets/_admin.scss */
.admin.placed_orders .admin-header {
  background: url(/assets/details-4c1bcc9d811e59e3f5d37f8393a6a4466b143d3fd640acdfcd951d3c63882b6a.png);
  background-color: #a5865b;
  background-position: center;
  background-size: cover;
}

/* line 28, app/assets/stylesheets/_admin.scss */
.admin.admin-exportable_orders .admin-header {
  background: url(/assets/decoration-d41e6a90f37b281e8bec4744b20bb25a31a1352cad2c3678c4affdd1a797e10f.png);
  background-color: #538066;
  background-position: center;
  background-size: cover;
}

/* line 38, app/assets/stylesheets/_admin.scss */
.admin.admin-tenants .admin-header,
.admin.admin-content_snippet_pages .admin-header {
  background: url(/assets/thread-4f7b8bdbea18930998bd1b354b3a03d9fd393bdb346ab818ee8892e7fb610d05.png);
  background-color: #538066;
  background-position: top;
  background-size: cover;
}

/* line 49, app/assets/stylesheets/_admin.scss */
.admin.admin-products .admin-header,
.admin.admin-variants .admin-header,
.admin.admin-engraving_settings .admin-header {
  background: url(/assets/woodwork-b7ba2bc1b7b88f889b84e8679c5b236392394beebc966a07025fcd2ba971abe5.png);
  background-color: #807453;
  background-position: center;
  background-size: cover;
}

/* line 59, app/assets/stylesheets/_admin.scss */
.admin.admin-categories .admin-header,
.admin.admin-custom_catalogs .admin-header {
  background: url(/assets/woodwork-b7ba2bc1b7b88f889b84e8679c5b236392394beebc966a07025fcd2ba971abe5.png);
  background-color: #535880;
  background-position: center;
  background-size: cover;
}

/* line 68, app/assets/stylesheets/_admin.scss */
.admin.admin-features .admin-header,
.admin.admin-options .admin-header {
  background: url(/assets/woodwork-b7ba2bc1b7b88f889b84e8679c5b236392394beebc966a07025fcd2ba971abe5.png);
  background-color: #6f5380;
  background-position: center;
  background-size: cover;
}

/* line 77, app/assets/stylesheets/_admin.scss */
.admin.admin-print_settings .admin-header {
  background: url(/assets/woodwork-b7ba2bc1b7b88f889b84e8679c5b236392394beebc966a07025fcd2ba971abe5.png);
  background-color: #538066;
  background-position: center;
  background-size: cover;
}

/* line 90, app/assets/stylesheets/_admin.scss */
.admin.admin-accounts .admin-header,
.admin.admin-api_credentials .admin-header,
.admin.admin-users .admin-header,
.admin.admin-invitations .admin-header,
.admin.admin-delivery_addresses .admin-header {
  background: url(/assets/coffins-b6ebdec568eddde6bacb49d30625c305f6d3adcf3f686329fa61c69b7aa6e7ef.png);
  background-color: #807c3d;
  background-position: center;
  background-size: cover;
}

/* line 100, app/assets/stylesheets/_admin.scss */
.admin.admin-locations .admin-header,
.admin.admin-accounts-locations .admin-header {
  background: url(/assets/textile-8689387609696d889b8d66e7041446f650a3a2644ac6b4642101d7c97581d2e4.png);
  background-color: #3d6980;
  background-position: center;
  background-size: cover;
}

/* line 110, app/assets/stylesheets/_admin.scss */
.line_items-create .admin-header,
.admin.pending_orders .admin-header {
  background: url(/assets/decoration-d41e6a90f37b281e8bec4744b20bb25a31a1352cad2c3678c4affdd1a797e10f.png);
  background-color: #3d6980;
  background-position: top;
  background-size: cover;
}

/* line 120, app/assets/stylesheets/_admin.scss */
.admin.documents .admin-header,
.admin.admin-documents .admin-header {
  background: url(/assets/decoration-d41e6a90f37b281e8bec4744b20bb25a31a1352cad2c3678c4affdd1a797e10f.png);
  background-color: #a6a468;
  background-position: top;
  background-size: cover;
}

/* line 1, app/assets/stylesheets/_navigation.scss */
.main-logo {
  display: block;
  margin: auto;
  max-height: 100px;
  margin-top: 3em;
  margin-bottom: 1em;
}

/* line 9, app/assets/stylesheets/_navigation.scss */
.main-logo img {
  display: block;
  margin: auto;
  max-height: 110px;
  max-width: 230px;
}

@media screen and (min-width: 53.75em) {
  /* line 9, app/assets/stylesheets/_navigation.scss */
  .main-logo img {
    margin-bottom: 2em;
    margin-top: 4em;
  }
}

/* line 21, app/assets/stylesheets/_navigation.scss */
header.navigation {
  background-color: #edefeb;
  width: 100%;
  z-index: 999;
}

/* line 38, app/assets/stylesheets/_navigation.scss */
header.navigation .menu-wrapper {
  margin-inline: 2rem;
  position: relative;
  z-index: 999;
  margin-bottom: 1.5em;
}

/* line 15, vendor/bundle/ruby/3.4.0/gems/bourbon-3.2.4/app/assets/stylesheets/addons/_clearfix.scss */
header.navigation .menu-wrapper:after {
  content: "";
  display: table;
  clear: both;
}

@media screen and (min-width: 53.75em) {
  /* line 38, app/assets/stylesheets/_navigation.scss */
  header.navigation .menu-wrapper {
    margin-bottom: 3em;
  }
}

/* line 50, app/assets/stylesheets/_navigation.scss */
header.navigation .navigation-menu-button {
  color: #454540;
  cursor: pointer;
  display: block;
  text-align: center;
  font-family: "futura-pt";
  font-weight: 700;
  line-height: 60px;
  margin: 0;
  text-transform: uppercase;
}

@media screen and (min-width: 53.75em) {
  /* line 50, app/assets/stylesheets/_navigation.scss */
  header.navigation .navigation-menu-button {
    display: none;
  }
}

@media screen and (min-width: 53.75em) {
  /* line 69, app/assets/stylesheets/_navigation.scss */
  header.navigation .nav {
    width: 100%;
    text-align: center;
    float: left;
  }
}

/* line 77, app/assets/stylesheets/_navigation.scss */
header.navigation ul.navigation-menu {
  clear: both;
  -webkit-transform-style: preserve-3d;
  display: none;
  margin: 0 auto;
  overflow: visible;
  padding: 0;
  width: 100%;
  z-index: 9999;
}

@media screen and (min-width: 53.75em) {
  /* line 77, app/assets/stylesheets/_navigation.scss */
  header.navigation ul.navigation-menu {
    display: inline;
    margin: 0;
    padding: 0;
  }
}

@media screen and (min-width: 53.75em) {
  /* line 94, app/assets/stylesheets/_navigation.scss */
  header.navigation ul.left-nav {
    float: left;
  }
}

@media screen and (min-width: 53.75em) {
  /* line 100, app/assets/stylesheets/_navigation.scss */
  header.navigation ul.right-nav {
    float: right;
  }
}

/* line 106, app/assets/stylesheets/_navigation.scss */
header.navigation ul li {
  background: #edefeb;
  display: block;
  line-height: 60px;
  overflow: hidden;
  text-align: center;
  width: 100%;
  z-index: 9999;
}

@media screen and (min-width: 53.75em) {
  /* line 106, app/assets/stylesheets/_navigation.scss */
  header.navigation ul li {
    background: transparent;
    display: inline;
    line-height: 60px;
    padding: 0 1em;
    text-decoration: none;
    width: auto;
  }
}

/* line 124, app/assets/stylesheets/_navigation.scss */
header.navigation ul li a, header.navigation ul li input[type="submit"] {
  background: transparent;
  border: none;
  font-size: 1em;
  font-family: "adobe-caslon-pro";
  text-transform: uppercase;
  letter-spacing: .4px;
  font-weight: 500;
  color: #454540;
  padding: 0;
  line-height: inherit;
  vertical-align: inherit;
}

/* line 140, app/assets/stylesheets/_navigation.scss */
header.navigation a.active {
  padding-bottom: 3px;
  border-bottom: 1px solid silver;
}

/* line 145, app/assets/stylesheets/_navigation.scss */
header.navigation li.more {
  padding-right: 0;
}

/* line 148, app/assets/stylesheets/_navigation.scss */
header.navigation li.more:hover .submenu {
  display: block;
}

@media screen and (min-width: 53.75em) {
  /* line 145, app/assets/stylesheets/_navigation.scss */
  header.navigation li.more {
    position: relative;
    padding-right: .8em;
  }
}

/* line 158, app/assets/stylesheets/_navigation.scss */
header.navigation li.more a {
  padding-right: .8em;
}

/* line 162, app/assets/stylesheets/_navigation.scss */
header.navigation .submenu {
  display: none;
}

@media screen and (min-width: 53.75em) {
  /* line 162, app/assets/stylesheets/_navigation.scss */
  header.navigation .submenu {
    position: absolute;
    top: 1em;
    left: -1em;
  }
}

/* line 171, app/assets/stylesheets/_navigation.scss */
header.navigation .submenu li {
  display: block;
  padding-right: 0;
}

@media screen and (min-width: 53.75em) {
  /* line 171, app/assets/stylesheets/_navigation.scss */
  header.navigation .submenu li {
    line-height: 46.1538461538px;
  }
  /* line 178, app/assets/stylesheets/_navigation.scss */
  header.navigation .submenu li:first-child a {
    padding-top: 1em;
  }
  /* line 181, app/assets/stylesheets/_navigation.scss */
  header.navigation .submenu li:last-child a {
    border-bottom-left-radius: 0.1875em;
    border-bottom-right-radius: 0.1875em;
    padding-bottom: .7em;
  }
}

/* line 188, app/assets/stylesheets/_navigation.scss */
header.navigation .submenu li a {
  text-align: right;
  background-color: #e5e8e3;
  width: 100%;
  display: inline-block;
}

@media screen and (min-width: 53.75em) {
  /* line 188, app/assets/stylesheets/_navigation.scss */
  header.navigation .submenu li a {
    width: 12em;
    background-color: #edefeb;
    text-align: left;
    padding-left: 1em;
  }
}

/* line 204, app/assets/stylesheets/_navigation.scss */
header.navigation .navigation-tools {
  padding-right: 1em;
  float: right;
}

/* line 209, app/assets/stylesheets/_navigation.scss */
header.navigation .sign-up {
  display: inline;
}

@media screen and (min-width: 53.75em) {
  /* line 212, app/assets/stylesheets/_navigation.scss */
  header.navigation .sign-up a {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    background: #BE8B41;
    border-radius: 0.1875em;
    color: white;
    font-size: .8em;
    font-weight: 800;
    padding: .6em 1em;
    text-transform: uppercase;
  }
  /* line 223, app/assets/stylesheets/_navigation.scss */
  header.navigation .sign-up a:hover {
    background: #cba267;
  }
}

/* line 1, app/assets/stylesheets/_user-navigation.scss */
header.user-navigation {
  background-color: #ffdfae;
  border-bottom: 1px solid #f5d199;
  font-family: "futura-pt";
  width: 100%;
  z-index: 999;
  font-size: 1em;
}

/* line 24, app/assets/stylesheets/_user-navigation.scss */
header.user-navigation .menu-wrapper {
  max-width: 68em;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 9999;
}

/* line 15, vendor/bundle/ruby/3.4.0/gems/bourbon-3.2.4/app/assets/stylesheets/addons/_clearfix.scss */
header.user-navigation .menu-wrapper:after {
  content: "";
  display: table;
  clear: both;
}

/* line 30, app/assets/stylesheets/_user-navigation.scss */
header.user-navigation .user-logo {
  float: left;
  max-height: 60px;
  padding-left: 1em;
  padding-right: 2em;
}

/* line 36, app/assets/stylesheets/_user-navigation.scss */
header.user-navigation .user-logo img {
  max-height: 60px;
  padding: .8em 0;
}

/* line 42, app/assets/stylesheets/_user-navigation.scss */
header.user-navigation .navigation-menu-button {
  color: #454540;
  cursor: pointer;
  display: block;
  float: right;
  font-family: "futura-pt";
  font-weight: 700;
  line-height: 60px;
  margin: 0;
  padding-right: 1em;
  text-transform: uppercase;
}

@media screen and (min-width: 53.75em) {
  /* line 42, app/assets/stylesheets/_user-navigation.scss */
  header.user-navigation .navigation-menu-button {
    display: none;
  }
}

/* line 58, app/assets/stylesheets/_user-navigation.scss */
header.user-navigation .navigation-menu-button:hover {
  color: #5f5f58;
}

@media screen and (min-width: 53.75em) {
  /* line 65, app/assets/stylesheets/_user-navigation.scss */
  header.user-navigation .nav {
    float: left;
  }
}

/* line 71, app/assets/stylesheets/_user-navigation.scss */
header.user-navigation ul.navigation-menu {
  clear: both;
  -webkit-transform-style: preserve-3d;
  display: none;
  margin: 0 auto;
  overflow: visible;
  padding: 0;
  width: 100%;
  z-index: 9999;
}

@media screen and (min-width: 53.75em) {
  /* line 71, app/assets/stylesheets/_user-navigation.scss */
  header.user-navigation ul.navigation-menu {
    display: inline;
    margin: 0;
    padding: 0;
  }
}

/* line 88, app/assets/stylesheets/_user-navigation.scss */
header.user-navigation ul li {
  background: #ffdfae;
  display: block;
  line-height: 60px;
  overflow: hidden;
  padding-right: .8em;
  text-align: right;
  width: 100%;
  z-index: 9999;
}

@media screen and (min-width: 53.75em) {
  /* line 88, app/assets/stylesheets/_user-navigation.scss */
  header.user-navigation ul li {
    background: transparent;
    display: inline;
    line-height: 60px;
    padding-right: 2em;
    text-decoration: none;
    width: auto;
  }
}

/* line 107, app/assets/stylesheets/_user-navigation.scss */
header.user-navigation ul li a, header.user-navigation ul li span, header.user-navigation ul li input[type="submit"] {
  font-weight: 400;
  border: none;
  background: transparent;
  font-style: 1em;
  padding: 0;
  padding-bottom: 1em;
  font-size: 1em;
  color: #454540;
  cursor: pointer;
}

/* line 118, app/assets/stylesheets/_user-navigation.scss */
header.user-navigation ul li a:hover, header.user-navigation ul li span:hover, header.user-navigation ul li input[type="submit"]:hover {
  color: #5f5f58;
}

/* line 124, app/assets/stylesheets/_user-navigation.scss */
header.user-navigation .active-nav-item a {
  padding-bottom: 3px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

/* line 131, app/assets/stylesheets/_user-navigation.scss */
header.user-navigation li.more {
  padding-right: 0;
}

/* line 134, app/assets/stylesheets/_user-navigation.scss */
header.user-navigation li.more:hover .submenu {
  display: block;
}

@media screen and (min-width: 53.75em) {
  /* line 138, app/assets/stylesheets/_user-navigation.scss */
  header.user-navigation li.more:after {
    content: "▾";
    font-style: normal;
  }
}

@media screen and (min-width: 53.75em) {
  /* line 131, app/assets/stylesheets/_user-navigation.scss */
  header.user-navigation li.more {
    position: relative;
    padding-right: 1.2em;
  }
}

/* line 150, app/assets/stylesheets/_user-navigation.scss */
header.user-navigation li.more span, header.user-navigation li.more a, header.user-navigation li.more input[type="submit"] {
  padding-right: 0;
  margin-right: .8em;
}

@media screen and (min-width: 53.75em) {
  /* line 150, app/assets/stylesheets/_user-navigation.scss */
  header.user-navigation li.more span, header.user-navigation li.more a, header.user-navigation li.more input[type="submit"] {
    padding-right: .2em;
    margin-right: 0;
  }
}

/* line 161, app/assets/stylesheets/_user-navigation.scss */
header.user-navigation .submenu {
  display: none;
}

@media screen and (min-width: 53.75em) {
  /* line 161, app/assets/stylesheets/_user-navigation.scss */
  header.user-navigation .submenu {
    position: absolute;
    top: 1.5em;
    left: -1em;
  }
}

/* line 171, app/assets/stylesheets/_user-navigation.scss */
header.user-navigation .submenu li {
  display: block;
  padding-right: 0;
}

@media screen and (min-width: 53.75em) {
  /* line 171, app/assets/stylesheets/_user-navigation.scss */
  header.user-navigation .submenu li {
    line-height: 40px;
  }
  /* line 178, app/assets/stylesheets/_user-navigation.scss */
  header.user-navigation .submenu li:first-child a {
    padding-top: 1em;
  }
  /* line 181, app/assets/stylesheets/_user-navigation.scss */
  header.user-navigation .submenu li:last-child a {
    border-bottom-left-radius: 0.1875em;
    border-bottom-right-radius: 0.1875em;
    border-bottom: 1px solid #ffcb7b;
    padding-bottom: .7em;
  }
}

/* line 189, app/assets/stylesheets/_user-navigation.scss */
header.user-navigation .submenu li a, header.user-navigation .submenu li span, header.user-navigation .submenu li input[type="submit"] {
  text-align: right;
  font-style: normal;
  border: none;
  background-color: #ffd99f;
  width: 100%;
  display: inline-block;
  padding-right: .8em;
  padding-bottom: 0;
}

@media screen and (min-width: 53.75em) {
  /* line 189, app/assets/stylesheets/_user-navigation.scss */
  header.user-navigation .submenu li a, header.user-navigation .submenu li span, header.user-navigation .submenu li input[type="submit"] {
    width: 12em;
    background-color: #ffdfae;
    text-align: left;
    padding-left: 1em;
  }
}

/* line 207, app/assets/stylesheets/_user-navigation.scss */
header.user-navigation .submenu li input[type="submit"] {
  padding-top: 1em;
  padding-bottom: 1em;
}

@media screen and (min-width: 53.75em) {
  /* line 207, app/assets/stylesheets/_user-navigation.scss */
  header.user-navigation .submenu li input[type="submit"] {
    padding-top: 2em;
  }
}

@media screen and (min-width: 53.75em) {
  /* line 217, app/assets/stylesheets/_user-navigation.scss */
  header.user-navigation .user-menu {
    float: right;
  }
}

/* line 223, app/assets/stylesheets/_user-navigation.scss */
header.user-navigation .user-name {
  font-family: "adobe-caslon-pro";
  font-style: italic;
}

/* line 229, app/assets/stylesheets/_user-navigation.scss */
.dashboards .dashboards-link,
.admin-tenants .admin-tenants-link,
.admin-products .admin-products-link,
.admin-categories .admin-products-link,
.admin-features .admin-products-link,
.admin-engraving_settings .admin-products-link,
.admin-locations .admin-accounts-link,
.admin-accounts .admin-accounts-link,
.pending_orders .pending_orders-link,
.catalogs .catalogs-link,
.admin-accounts-locations .admin-accounts-locations-link {
  font-weight: 500;
}

/* line 1, app/assets/stylesheets/_admin-list.scss */
.admin-list > li {
  font-family: "futura-pt";
  border-bottom: 1px solid #E4E4E4;
}

/* line 15, vendor/bundle/ruby/3.4.0/gems/bourbon-3.2.4/app/assets/stylesheets/addons/_clearfix.scss */
.admin-list > li:after {
  content: "";
  display: table;
  clear: both;
}

/* line 6, app/assets/stylesheets/_admin-list.scss */
.admin-list > li:last-child {
  border-bottom: none;
}

@media screen and (max-width: 39.9375em) {
  /* line 13, app/assets/stylesheets/_admin-list.scss */
  .admin-list-image {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 100%;
    margin-bottom: 1em;
  }
  /* line 38, vendor/bundle/ruby/3.4.0/gems/neat-1.6.0/app/assets/stylesheets/grid/_span-columns.scss */
  .admin-list-image:last-child {
    margin-right: 0;
  }
}

@media screen and (min-width: 40em) and (max-width: 53.6875em) {
  /* line 13, app/assets/stylesheets/_admin-list.scss */
  .admin-list-image {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 100%;
    margin-bottom: 1em;
  }
  /* line 38, vendor/bundle/ruby/3.4.0/gems/neat-1.6.0/app/assets/stylesheets/grid/_span-columns.scss */
  .admin-list-image:last-child {
    margin-right: 0;
  }
}

@media screen and (min-width: 53.75em) {
  /* line 13, app/assets/stylesheets/_admin-list.scss */
  .admin-list-image {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 10.4370548518%;
  }
  /* line 38, vendor/bundle/ruby/3.4.0/gems/neat-1.6.0/app/assets/stylesheets/grid/_span-columns.scss */
  .admin-list-image:last-child {
    margin-right: 0;
  }
}

/* line 29, app/assets/stylesheets/_admin-list.scss */
.admin-list-image .image-wrapper {
  height: 6.5em;
  border: none;
}

@media screen and (min-width: 40em) and (max-width: 53.6875em) {
  /* line 40, app/assets/stylesheets/_admin-list.scss */
  .admin-list .content {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 100%;
  }
  /* line 38, vendor/bundle/ruby/3.4.0/gems/neat-1.6.0/app/assets/stylesheets/grid/_span-columns.scss */
  .admin-list .content:last-child {
    margin-right: 0;
  }
}

@media screen and (min-width: 53.75em) {
  /* line 40, app/assets/stylesheets/_admin-list.scss */
  .admin-list .content {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 87.2052935503%;
    margin-right: 0;
  }
  /* line 38, vendor/bundle/ruby/3.4.0/gems/neat-1.6.0/app/assets/stylesheets/grid/_span-columns.scss */
  .admin-list .content:last-child {
    margin-right: 0;
  }
  /* line 15, vendor/bundle/ruby/3.4.0/gems/bourbon-3.2.4/app/assets/stylesheets/addons/_clearfix.scss */
  .admin-list .content:after {
    content: "";
    display: table;
    clear: both;
  }
}

@media screen and (max-width: 39.9375em) {
  /* line 54, app/assets/stylesheets/_admin-list.scss */
  .admin-list-information {
    float: left;
  }
}

@media screen and (min-width: 40em) and (max-width: 53.6875em) {
  /* line 54, app/assets/stylesheets/_admin-list.scss */
  .admin-list-information {
    float: left;
  }
}

/* line 66, app/assets/stylesheets/_admin-list.scss */
.admin-list .name {
  font-weight: 600;
  font-size: 1em;
}

@media screen and (max-width: 39.9375em) {
  /* line 66, app/assets/stylesheets/_admin-list.scss */
  .admin-list .name {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 40em) and (max-width: 53.6875em) {
  /* line 66, app/assets/stylesheets/_admin-list.scss */
  .admin-list .name {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 53.75em) {
  /* line 66, app/assets/stylesheets/_admin-list.scss */
  .admin-list .name {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 23.2317613015%;
    display: inline;
  }
  /* line 38, vendor/bundle/ruby/3.4.0/gems/neat-1.6.0/app/assets/stylesheets/grid/_span-columns.scss */
  .admin-list .name:last-child {
    margin-right: 0;
  }
}

/* line 84, app/assets/stylesheets/_admin-list.scss */
.admin-list .name a {
  padding-right: 1em;
}

/* line 88, app/assets/stylesheets/_admin-list.scss */
.admin-list .name span.category {
  margin-bottom: 1em;
}

@media screen and (min-width: 53.75em) {
  /* line 88, app/assets/stylesheets/_admin-list.scss */
  .admin-list .name span.category {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 53.75em) {
  /* line 99, app/assets/stylesheets/_admin-list.scss */
  .admin-list .description {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 48.821174201%;
  }
  /* line 38, vendor/bundle/ruby/3.4.0/gems/neat-1.6.0/app/assets/stylesheets/grid/_span-columns.scss */
  .admin-list .description:last-child {
    margin-right: 0;
  }
}

@media screen and (max-width: 39.9375em) {
  /* line 109, app/assets/stylesheets/_admin-list.scss */
  .admin-list .controls {
    display: none;
    float: right;
  }
}

@media screen and (min-width: 40em) and (max-width: 53.6875em) {
  /* line 109, app/assets/stylesheets/_admin-list.scss */
  .admin-list .controls {
    float: right;
  }
}

@media screen and (min-width: 53.75em) {
  /* line 109, app/assets/stylesheets/_admin-list.scss */
  .admin-list .controls {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 14.7019570017%;
    margin-right: 0;
    width: auto;
    float: right;
  }
  /* line 38, vendor/bundle/ruby/3.4.0/gems/neat-1.6.0/app/assets/stylesheets/grid/_span-columns.scss */
  .admin-list .controls:last-child {
    margin-right: 0;
  }
}

/* line 127, app/assets/stylesheets/_admin-list.scss */
.admin-list .controls form div input {
  width: 100%;
  display: inline-block;
  padding: .5em .8em;
}

@media screen and (min-width: 40em) and (max-width: 53.6875em) {
  /* line 133, app/assets/stylesheets/_admin-list.scss */
  .admin-list .controls .button-secondary, .admin-list .controls .category-nav .presentation, .category-nav .admin-list .controls .presentation, .admin-list .controls .l fieldset button, .l fieldset .admin-list .controls button, .admin-list .controls .l .button-table, .l .admin-list .controls .button-table, .admin-list .controls .l .button-disabled, .admin-list .controls .l .catalogs-show.presentation-mode .catalog.slick-slider .slick-arrow.slick-disabled, .catalogs-show.presentation-mode .catalog.slick-slider .admin-list .controls .l .slick-arrow.slick-disabled,
.admin-list .controls .l .catalog_favorites-index.presentation-mode .catalog.slick-slider .slick-arrow.slick-disabled,
.catalog_favorites-index.presentation-mode .catalog.slick-slider .admin-list .controls .l .slick-arrow.slick-disabled, .l .admin-list .controls .button-disabled, .l .admin-list .controls .catalogs-show.presentation-mode .catalog.slick-slider .slick-arrow.slick-disabled, .catalogs-show.presentation-mode .catalog.slick-slider .l .admin-list .controls .slick-arrow.slick-disabled,
.l .admin-list .controls .catalog_favorites-index.presentation-mode .catalog.slick-slider .slick-arrow.slick-disabled,
.catalog_favorites-index.presentation-mode .catalog.slick-slider .l .admin-list .controls .slick-arrow.slick-disabled, .admin-list .controls .image-list input[name="commit"], .image-list .admin-list .controls input[name="commit"], .admin-list .controls .ordering input[type="submit"], .ordering .admin-list .controls input[type="submit"] {
    margin-bottom: 1em;
  }
}

@media screen and (min-width: 53.75em) {
  /* line 133, app/assets/stylesheets/_admin-list.scss */
  .admin-list .controls .button-secondary, .admin-list .controls .category-nav .presentation, .category-nav .admin-list .controls .presentation, .admin-list .controls .l fieldset button, .l fieldset .admin-list .controls button, .admin-list .controls .l .button-table, .l .admin-list .controls .button-table, .admin-list .controls .l .button-disabled, .admin-list .controls .l .catalogs-show.presentation-mode .catalog.slick-slider .slick-arrow.slick-disabled, .catalogs-show.presentation-mode .catalog.slick-slider .admin-list .controls .l .slick-arrow.slick-disabled,
.admin-list .controls .l .catalog_favorites-index.presentation-mode .catalog.slick-slider .slick-arrow.slick-disabled,
.catalog_favorites-index.presentation-mode .catalog.slick-slider .admin-list .controls .l .slick-arrow.slick-disabled, .l .admin-list .controls .button-disabled, .l .admin-list .controls .catalogs-show.presentation-mode .catalog.slick-slider .slick-arrow.slick-disabled, .catalogs-show.presentation-mode .catalog.slick-slider .l .admin-list .controls .slick-arrow.slick-disabled,
.l .admin-list .controls .catalog_favorites-index.presentation-mode .catalog.slick-slider .slick-arrow.slick-disabled,
.catalog_favorites-index.presentation-mode .catalog.slick-slider .l .admin-list .controls .slick-arrow.slick-disabled, .admin-list .controls .image-list input[name="commit"], .image-list .admin-list .controls input[name="commit"], .admin-list .controls .ordering input[type="submit"], .ordering .admin-list .controls input[type="submit"] {
    margin-bottom: 0;
  }
}

/* line 142, app/assets/stylesheets/_admin-list.scss */
.admin-list .controls .switch-container {
  float: right;
}

/* line 146, app/assets/stylesheets/_admin-list.scss */
.admin-list .controls p {
  margin: .4em .8em 0 0;
  float: right;
}

/* line 152, app/assets/stylesheets/_admin-list.scss */
.admin-list li:first-child .move-up,
.admin-list li:last-child .move-down {
  display: none;
}

/* line 1, app/assets/stylesheets/_admin-pagination.scss */
.pagination {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  margin: 0.5em;
  font-family: "futura-pt";
}

/* line 7, app/assets/stylesheets/_admin-pagination.scss */
.pagination > * {
  margin: 0.5em;
}

/* line 2, app/assets/stylesheets/_admin-header.scss */
.l .admin-header {
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
  margin-bottom: 2em;
}

/* line 15, vendor/bundle/ruby/3.4.0/gems/bourbon-3.2.4/app/assets/stylesheets/addons/_clearfix.scss */
.l .admin-header:after {
  content: "";
  display: table;
  clear: both;
}

/* line 11, app/assets/stylesheets/_admin-header.scss */
.l .admin-header .admin-header-inner {
  max-width: 68em;
  margin-left: auto;
  margin-right: auto;
  padding: 2em 1.5em 2.5em;
  text-align: left;
  color: white;
}

/* line 15, vendor/bundle/ruby/3.4.0/gems/bourbon-3.2.4/app/assets/stylesheets/addons/_clearfix.scss */
.l .admin-header .admin-header-inner:after {
  content: "";
  display: table;
  clear: both;
}

/* line 15, vendor/bundle/ruby/3.4.0/gems/bourbon-3.2.4/app/assets/stylesheets/addons/_clearfix.scss */
.l .admin-header .admin-header-inner:after {
  content: "";
  display: table;
  clear: both;
}

/* line 18, app/assets/stylesheets/_admin-header.scss */
.l .admin-header .admin-header-inner button {
  background: transparent;
  border: 1px solid white;
  font-size: 1em;
  outline: none;
}

@media screen and (min-width: 53.75em) {
  /* line 18, app/assets/stylesheets/_admin-header.scss */
  .l .admin-header .admin-header-inner button {
    float: right;
  }
}

@media screen and (min-width: 53.75em) {
  /* line 29, app/assets/stylesheets/_admin-header.scss */
  .l .admin-header .admin-header-inner .admin-header-copy {
    float: left;
  }
}

/* line 34, app/assets/stylesheets/_admin-header.scss */
.l .admin-header .admin-header-inner .admin-header-copy h1 {
  font-size: 1.6em;
  margin-bottom: .5em;
}

@media screen and (min-width: 53.75em) {
  /* line 34, app/assets/stylesheets/_admin-header.scss */
  .l .admin-header .admin-header-inner .admin-header-copy h1 {
    font-size: 2.3em;
    margin-bottom: 0;
    margin-top: .1em;
  }
}

/* line 45, app/assets/stylesheets/_admin-header.scss */
.l .admin-header .admin-header-inner .admin-header-copy p {
  font-family: "futura-pt";
  font-weight: 200;
  line-height: 1.4em;
}

@media screen and (min-width: 53.75em) {
  /* line 45, app/assets/stylesheets/_admin-header.scss */
  .l .admin-header .admin-header-inner .admin-header-copy p {
    font-size: 1.1em;
  }
}

/* line 54, app/assets/stylesheets/_admin-header.scss */
.l .admin-header .admin-header-inner .admin-header-copy p a {
  color: white;
  text-decoration: underline;
}

/* line 61, app/assets/stylesheets/_admin-header.scss */
.l .admin-header .admin-header-inner .button-admin-header,
.l .admin-header .admin-header-inner .button-secondary,
.l .admin-header .admin-header-inner .category-nav .presentation,
.category-nav .l .admin-header .admin-header-inner .presentation,
.l .admin-header .admin-header-inner fieldset button,
.l fieldset .admin-header .admin-header-inner button,
.l .admin-header .admin-header-inner .button-table,
.l .admin-header .admin-header-inner .button-disabled,
.l .admin-header .admin-header-inner .catalogs-show.presentation-mode .catalog.slick-slider .slick-arrow.slick-disabled,
.catalogs-show.presentation-mode .catalog.slick-slider .l .admin-header .admin-header-inner .slick-arrow.slick-disabled,
.l .admin-header .admin-header-inner .catalog_favorites-index.presentation-mode .catalog.slick-slider .slick-arrow.slick-disabled,
.catalog_favorites-index.presentation-mode .catalog.slick-slider .l .admin-header .admin-header-inner .slick-arrow.slick-disabled,
.l .admin-header .admin-header-inner .image-list input[name="commit"],
.image-list .l .admin-header .admin-header-inner input[name="commit"],
.l .admin-header .admin-header-inner .ordering input[type="submit"],
.ordering .l .admin-header .admin-header-inner input[type="submit"] {
  width: 100%;
  margin-top: 1em;
}

@media screen and (min-width: 53.75em) {
  /* line 61, app/assets/stylesheets/_admin-header.scss */
  .l .admin-header .admin-header-inner .button-admin-header,
.l .admin-header .admin-header-inner .button-secondary,
.l .admin-header .admin-header-inner .category-nav .presentation,
.category-nav .l .admin-header .admin-header-inner .presentation,
.l .admin-header .admin-header-inner fieldset button,
.l fieldset .admin-header .admin-header-inner button,
.l .admin-header .admin-header-inner .button-table,
.l .admin-header .admin-header-inner .button-disabled,
.l .admin-header .admin-header-inner .catalogs-show.presentation-mode .catalog.slick-slider .slick-arrow.slick-disabled,
.catalogs-show.presentation-mode .catalog.slick-slider .l .admin-header .admin-header-inner .slick-arrow.slick-disabled,
.l .admin-header .admin-header-inner .catalog_favorites-index.presentation-mode .catalog.slick-slider .slick-arrow.slick-disabled,
.catalog_favorites-index.presentation-mode .catalog.slick-slider .l .admin-header .admin-header-inner .slick-arrow.slick-disabled,
.l .admin-header .admin-header-inner .image-list input[name="commit"],
.image-list .l .admin-header .admin-header-inner input[name="commit"],
.l .admin-header .admin-header-inner .ordering input[type="submit"],
.ordering .l .admin-header .admin-header-inner input[type="submit"] {
    width: auto;
  }
}

/* line 72, app/assets/stylesheets/_admin-header.scss */
.l .admin-header .breadcrumbs li a {
  color: rgba(255, 255, 255, 0.5);
}

/* line 76, app/assets/stylesheets/_admin-header.scss */
.l .admin-header .breadcrumbs li:last-child {
  color: white;
}

/* line 81, app/assets/stylesheets/_admin-header.scss */
.l .admin-header-inner form {
  float: none;
}

@media screen and (min-width: 53.75em) {
  /* line 81, app/assets/stylesheets/_admin-header.scss */
  .l .admin-header-inner form {
    float: right;
  }
}

/* line 89, app/assets/stylesheets/_admin-header.scss */
.l .admin-header-inner h3 {
  margin-bottom: .5em;
}

/* line 93, app/assets/stylesheets/_admin-header.scss */
.l .admin-header-inner .button-primary, .l .admin-header-inner .details-sidebar form.new_line_item input.button-secondary-light, .details-sidebar form.new_line_item .l .admin-header-inner input.button-secondary-light,
.l .admin-header-inner .button-secondary,
.l .admin-header-inner .category-nav .presentation,
.category-nav .l .admin-header-inner .presentation,
.l .admin-header-inner fieldset button,
.l fieldset .admin-header-inner button,
.l .admin-header-inner .button-table,
.l .admin-header-inner .button-disabled,
.l .admin-header-inner .catalogs-show.presentation-mode .catalog.slick-slider .slick-arrow.slick-disabled,
.catalogs-show.presentation-mode .catalog.slick-slider .l .admin-header-inner .slick-arrow.slick-disabled,
.l .admin-header-inner .catalog_favorites-index.presentation-mode .catalog.slick-slider .slick-arrow.slick-disabled,
.catalog_favorites-index.presentation-mode .catalog.slick-slider .l .admin-header-inner .slick-arrow.slick-disabled,
.l .admin-header-inner .image-list input[name="commit"],
.image-list .l .admin-header-inner input[name="commit"],
.l .admin-header-inner .ordering input[type="submit"],
.ordering .l .admin-header-inner input[type="submit"],
.l .admin-header-inner .button-outlined-light,
.l .admin-header-inner .button-outlined-dark,
.l .admin-header-inner .button-admin-header,
.l .admin-header-inner input.button-admin-header[type="submit"] {
  float: right;
  margin-left: 1em;
}

/* line 1, app/assets/stylesheets/_product-edit.scss */
.product-edit .image .image-wrapper {
  border: none;
}

/* line 9, app/assets/stylesheets/_product-edit.scss */
.product-edit .image p {
  margin-bottom: 1.618em;
}

/* line 14, app/assets/stylesheets/_product-edit.scss */
.product-edit .background-sheet-inner {
  padding: 1em;
}

@media screen and (min-width: 53.75em) {
  /* line 14, app/assets/stylesheets/_product-edit.scss */
  .product-edit .background-sheet-inner {
    padding: 2em;
  }
}

/* line 15, vendor/bundle/ruby/3.4.0/gems/bourbon-3.2.4/app/assets/stylesheets/addons/_clearfix.scss */
.product-edit .l label:after {
  content: "";
  display: table;
  clear: both;
}

/* line 27, app/assets/stylesheets/_product-edit.scss */
.product-edit .plaques {
  margin-bottom: 1em;
}

@media screen and (min-width: 53.75em) {
  /* line 33, app/assets/stylesheets/_product-edit.scss */
  .product-edit-images {
    display: table;
    width: 100%;
    table-layout: fixed;
  }
  /* line 15, vendor/bundle/ruby/3.4.0/gems/bourbon-3.2.4/app/assets/stylesheets/addons/_clearfix.scss */
  .product-edit-images:after {
    content: "";
    display: table;
    clear: both;
  }
}

/* line 38, app/assets/stylesheets/_product-edit.scss */
.product-edit-images .product-variant-list {
  background: #fafaf9;
  box-shadow: inset 1px 2px 0 white;
  border-top-left-radius: 0.1875em;
  border-top-right-radius: 0.1875em;
  padding: 1em 1em 3em 1em;
}

@media screen and (min-width: 53.75em) {
  /* line 38, app/assets/stylesheets/_product-edit.scss */
  .product-edit-images .product-variant-list {
    display: table-cell;
    width: 66.6666666667%;
    border-bottom-left-radius: 0.1875em;
    border-top-right-radius: 0;
    border-bottom: none;
    border-right: 1px solid #E4E4E4;
    padding: 2em;
  }
}

/* line 54, app/assets/stylesheets/_product-edit.scss */
.product-edit-images .general-product-images {
  border-top: 1px solid #E4E4E4;
}

@media screen and (min-width: 53.75em) {
  /* line 54, app/assets/stylesheets/_product-edit.scss */
  .product-edit-images .general-product-images {
    display: table-cell;
    width: 33.3333333333%;
    border-top: none;
    padding: 2em;
  }
}

/* line 63, app/assets/stylesheets/_product-edit.scss */
.product-edit-images .general-product-images input[type="file"] {
  background: white;
}

/* line 72, app/assets/stylesheets/_product-edit.scss */
.product-variant-list .button-secondary, .product-variant-list .category-nav .presentation, .category-nav .product-variant-list .presentation, .product-variant-list .l fieldset button, .l fieldset .product-variant-list button, .product-variant-list .l .button-table, .l .product-variant-list .button-table, .product-variant-list .l .button-disabled, .product-variant-list .l .catalogs-show.presentation-mode .catalog.slick-slider .slick-arrow.slick-disabled, .catalogs-show.presentation-mode .catalog.slick-slider .product-variant-list .l .slick-arrow.slick-disabled,
.product-variant-list .l .catalog_favorites-index.presentation-mode .catalog.slick-slider .slick-arrow.slick-disabled,
.catalog_favorites-index.presentation-mode .catalog.slick-slider .product-variant-list .l .slick-arrow.slick-disabled, .l .product-variant-list .button-disabled, .l .product-variant-list .catalogs-show.presentation-mode .catalog.slick-slider .slick-arrow.slick-disabled, .catalogs-show.presentation-mode .catalog.slick-slider .l .product-variant-list .slick-arrow.slick-disabled,
.l .product-variant-list .catalog_favorites-index.presentation-mode .catalog.slick-slider .slick-arrow.slick-disabled,
.catalog_favorites-index.presentation-mode .catalog.slick-slider .l .product-variant-list .slick-arrow.slick-disabled, .product-variant-list .image-list input[name="commit"], .image-list .product-variant-list input[name="commit"], .product-variant-list .ordering input[type="submit"], .ordering .product-variant-list input[type="submit"] {
  font-weight: 200;
  font-size: .8em;
  padding: .3em .6em;
  position: absolute;
  top: 103px;
  width: 9em;
  right: 6px;
}

/* line 82, app/assets/stylesheets/_product-edit.scss */
.product-variant-list.image-list li {
  position: relative;
}

/* line 86, app/assets/stylesheets/_product-edit.scss */
.product-variant-list.image-list li .add {
  height: 9em;
}

/* line 90, app/assets/stylesheets/_product-edit.scss */
.product-variant-list.image-list li {
  margin-bottom: 2em;
}

@media screen and (max-width: 39.9375em) {
  /* line 90, app/assets/stylesheets/_product-edit.scss */
  .product-variant-list.image-list li {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 48.821174201%;
  }
  /* line 38, vendor/bundle/ruby/3.4.0/gems/neat-1.6.0/app/assets/stylesheets/grid/_span-columns.scss */
  .product-variant-list.image-list li:last-child {
    margin-right: 0;
  }
  /* line 52, vendor/bundle/ruby/3.4.0/gems/neat-1.6.0/app/assets/stylesheets/grid/_omega.scss */
  .product-variant-list.image-list li:nth-child(2n) {
    margin-right: 0;
  }
  /* line 57, vendor/bundle/ruby/3.4.0/gems/neat-1.6.0/app/assets/stylesheets/grid/_omega.scss */
  .product-variant-list.image-list li:nth-child(2n+1) {
    clear: left;
  }
}

@media screen and (min-width: 40em) and (max-width: 53.6875em) {
  /* line 90, app/assets/stylesheets/_product-edit.scss */
  .product-variant-list.image-list li {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 48.821174201%;
  }
  /* line 38, vendor/bundle/ruby/3.4.0/gems/neat-1.6.0/app/assets/stylesheets/grid/_span-columns.scss */
  .product-variant-list.image-list li:last-child {
    margin-right: 0;
  }
  /* line 52, vendor/bundle/ruby/3.4.0/gems/neat-1.6.0/app/assets/stylesheets/grid/_omega.scss */
  .product-variant-list.image-list li:nth-child(2n) {
    margin-right: 0;
  }
  /* line 57, vendor/bundle/ruby/3.4.0/gems/neat-1.6.0/app/assets/stylesheets/grid/_omega.scss */
  .product-variant-list.image-list li:nth-child(2n+1) {
    clear: left;
  }
}

@media screen and (min-width: 53.75em) {
  /* line 90, app/assets/stylesheets/_product-edit.scss */
  .product-variant-list.image-list li {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 31.7615656014%;
  }
  /* line 38, vendor/bundle/ruby/3.4.0/gems/neat-1.6.0/app/assets/stylesheets/grid/_span-columns.scss */
  .product-variant-list.image-list li:last-child {
    margin-right: 0;
  }
  /* line 52, vendor/bundle/ruby/3.4.0/gems/neat-1.6.0/app/assets/stylesheets/grid/_omega.scss */
  .product-variant-list.image-list li:nth-child(3n) {
    margin-right: 0;
  }
  /* line 57, vendor/bundle/ruby/3.4.0/gems/neat-1.6.0/app/assets/stylesheets/grid/_omega.scss */
  .product-variant-list.image-list li:nth-child(3n+1) {
    clear: left;
  }
}

/* line 109, app/assets/stylesheets/_product-edit.scss */
.product-variant-list.image-list li .button-secondary, .product-variant-list.image-list li .category-nav .presentation, .category-nav .product-variant-list.image-list li .presentation, .product-variant-list.image-list li .l fieldset button, .l fieldset .product-variant-list.image-list li button, .product-variant-list.image-list li .l .button-table, .l .product-variant-list.image-list li .button-table, .product-variant-list.image-list li .l .button-disabled, .product-variant-list.image-list li .l .catalogs-show.presentation-mode .catalog.slick-slider .slick-arrow.slick-disabled, .catalogs-show.presentation-mode .catalog.slick-slider .product-variant-list.image-list li .l .slick-arrow.slick-disabled,
.product-variant-list.image-list li .l .catalog_favorites-index.presentation-mode .catalog.slick-slider .slick-arrow.slick-disabled,
.catalog_favorites-index.presentation-mode .catalog.slick-slider .product-variant-list.image-list li .l .slick-arrow.slick-disabled, .l .product-variant-list.image-list li .button-disabled, .l .product-variant-list.image-list li .catalogs-show.presentation-mode .catalog.slick-slider .slick-arrow.slick-disabled, .catalogs-show.presentation-mode .catalog.slick-slider .l .product-variant-list.image-list li .slick-arrow.slick-disabled,
.l .product-variant-list.image-list li .catalog_favorites-index.presentation-mode .catalog.slick-slider .slick-arrow.slick-disabled,
.catalog_favorites-index.presentation-mode .catalog.slick-slider .l .product-variant-list.image-list li .slick-arrow.slick-disabled, .product-variant-list.image-list li input[name="commit"], .product-variant-list.image-list li .ordering input[type="submit"], .ordering .product-variant-list.image-list li input[type="submit"] {
  background-color: white;
  background-image: -webkit-linear-gradient(white, white);
  background-image: linear-gradient(white, white);
  color: rgba(69, 69, 64, 0.7);
}

@media screen and (min-width: 53.75em) {
  /* line 1, app/assets/stylesheets/_variant-edit.scss */
  .variant-edit .background-sheet, .variant-edit .details-page, .variant-edit .tabs .tab, .tabs .variant-edit .tab {
    display: table;
    width: 100%;
    table-layout: fixed;
  }
  /* line 15, vendor/bundle/ruby/3.4.0/gems/bourbon-3.2.4/app/assets/stylesheets/addons/_clearfix.scss */
  .variant-edit .background-sheet:after, .variant-edit .details-page:after, .variant-edit .tabs .tab:after, .tabs .variant-edit .tab:after {
    content: "";
    display: table;
    clear: both;
  }
}

/* line 6, app/assets/stylesheets/_variant-edit.scss */
.variant-edit .background-sheet .image, .variant-edit .details-page .image, .variant-edit .tabs .tab .image, .tabs .variant-edit .tab .image {
  background: #fafaf9;
  box-shadow: inset 1px 2px 0 white;
  border-top-left-radius: 0.1875em;
  border-top-right-radius: 0.1875em;
  padding: 1em 1em 3em 1em;
}

@media screen and (min-width: 53.75em) {
  /* line 6, app/assets/stylesheets/_variant-edit.scss */
  .variant-edit .background-sheet .image, .variant-edit .details-page .image, .variant-edit .tabs .tab .image, .tabs .variant-edit .tab .image {
    display: table-cell;
    width: 66.6666666667%;
    border-bottom-left-radius: 0.1875em;
    border-top-right-radius: 0;
    border-bottom: none;
    border-right: 1px solid #E4E4E4;
    padding: 2em;
  }
}

/* line 22, app/assets/stylesheets/_variant-edit.scss */
.variant-edit .background-sheet .form, .variant-edit .details-page .form, .variant-edit .tabs .tab .form, .tabs .variant-edit .tab .form {
  border-top: 1px solid #E4E4E4;
  vertical-align: top;
  padding: 1em;
}

@media screen and (min-width: 53.75em) {
  /* line 22, app/assets/stylesheets/_variant-edit.scss */
  .variant-edit .background-sheet .form, .variant-edit .details-page .form, .variant-edit .tabs .tab .form, .tabs .variant-edit .tab .form {
    display: table-cell;
    width: 33.3333333333%;
    padding: 2em;
    border-top: none;
  }
}

/* line 33, app/assets/stylesheets/_variant-edit.scss */
.variant-edit .background-sheet .form input[type="file"], .variant-edit .details-page .form input[type="file"], .variant-edit .tabs .tab .form input[type="file"], .tabs .variant-edit .tab .form input[type="file"] {
  background: white;
}

/* line 41, app/assets/stylesheets/_variant-edit.scss */
.variant-edit .image-wrapper {
  margin-bottom: 1em;
}

/* line 49, app/assets/stylesheets/_variant-edit.scss */
.variant-edit .image p {
  margin-bottom: 1.618em;
}

/* line 54, app/assets/stylesheets/_variant-edit.scss */
.variant-edit .image .add-images div.file {
  float: left;
  display: block;
  margin-right: 4.8291579146%;
  width: 65.0569473618%;
}

/* line 38, vendor/bundle/ruby/3.4.0/gems/neat-1.6.0/app/assets/stylesheets/grid/_span-columns.scss */
.variant-edit .image .add-images div.file:last-child {
  margin-right: 0;
}

/* line 58, app/assets/stylesheets/_variant-edit.scss */
.variant-edit .image .add-images input[type="submit"] {
  float: left;
  display: block;
  margin-right: 4.8291579146%;
  width: 30.1138947236%;
  margin-bottom: 0;
  margin-top: 2.15em;
}

/* line 38, vendor/bundle/ruby/3.4.0/gems/neat-1.6.0/app/assets/stylesheets/grid/_span-columns.scss */
.variant-edit .image .add-images input[type="submit"]:last-child {
  margin-right: 0;
}

/* line 64, app/assets/stylesheets/_variant-edit.scss */
.variant-edit .image-list li .add {
  height: 9em;
}

@media screen and (max-width: 39.9375em) {
  /* line 68, app/assets/stylesheets/_variant-edit.scss */
  .variant-edit .image-list li {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 48.821174201%;
  }
  /* line 38, vendor/bundle/ruby/3.4.0/gems/neat-1.6.0/app/assets/stylesheets/grid/_span-columns.scss */
  .variant-edit .image-list li:last-child {
    margin-right: 0;
  }
  /* line 52, vendor/bundle/ruby/3.4.0/gems/neat-1.6.0/app/assets/stylesheets/grid/_omega.scss */
  .variant-edit .image-list li:nth-child(2n) {
    margin-right: 0;
  }
  /* line 57, vendor/bundle/ruby/3.4.0/gems/neat-1.6.0/app/assets/stylesheets/grid/_omega.scss */
  .variant-edit .image-list li:nth-child(2n+1) {
    clear: left;
  }
}

@media screen and (min-width: 40em) and (max-width: 53.6875em) {
  /* line 68, app/assets/stylesheets/_variant-edit.scss */
  .variant-edit .image-list li {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 48.821174201%;
  }
  /* line 38, vendor/bundle/ruby/3.4.0/gems/neat-1.6.0/app/assets/stylesheets/grid/_span-columns.scss */
  .variant-edit .image-list li:last-child {
    margin-right: 0;
  }
  /* line 52, vendor/bundle/ruby/3.4.0/gems/neat-1.6.0/app/assets/stylesheets/grid/_omega.scss */
  .variant-edit .image-list li:nth-child(2n) {
    margin-right: 0;
  }
  /* line 57, vendor/bundle/ruby/3.4.0/gems/neat-1.6.0/app/assets/stylesheets/grid/_omega.scss */
  .variant-edit .image-list li:nth-child(2n+1) {
    clear: left;
  }
}

@media screen and (min-width: 53.75em) {
  /* line 68, app/assets/stylesheets/_variant-edit.scss */
  .variant-edit .image-list li {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 31.7615656014%;
  }
  /* line 38, vendor/bundle/ruby/3.4.0/gems/neat-1.6.0/app/assets/stylesheets/grid/_span-columns.scss */
  .variant-edit .image-list li:last-child {
    margin-right: 0;
  }
  /* line 52, vendor/bundle/ruby/3.4.0/gems/neat-1.6.0/app/assets/stylesheets/grid/_omega.scss */
  .variant-edit .image-list li:nth-child(3n) {
    margin-right: 0;
  }
  /* line 57, vendor/bundle/ruby/3.4.0/gems/neat-1.6.0/app/assets/stylesheets/grid/_omega.scss */
  .variant-edit .image-list li:nth-child(3n+1) {
    clear: left;
  }
}

/* line 86, app/assets/stylesheets/_variant-edit.scss */
.variant-edit .button-primary, .variant-edit .details-sidebar form.new_line_item input.button-secondary-light, .details-sidebar form.new_line_item .variant-edit input.button-secondary-light {
  width: 100%;
}

/* line 90, app/assets/stylesheets/_variant-edit.scss */
.variant-edit h1 a {
  color: white;
}

/* line 92, app/assets/stylesheets/_variant-edit.scss */
.variant-edit h1 a:hover {
  color: rgba(255, 255, 255, 0.8);
}

/* line 98, app/assets/stylesheets/_variant-edit.scss */
.variant-edit .units-and-quantities label {
  position: absolute;
  left: -9999px;
}

/* line 103, app/assets/stylesheets/_variant-edit.scss */
.variant-edit .units-and-quantities div.input,
.variant-edit .units-and-quantities input {
  display: inline;
}

/* line 108, app/assets/stylesheets/_variant-edit.scss */
.variant-edit .units-and-quantities input {
  width: 30%;
}

/* line 1, app/assets/stylesheets/_general-product-images.scss */
.general-product-images {
  padding: 1em;
}

@media screen and (min-width: 53.75em) {
  /* line 1, app/assets/stylesheets/_general-product-images.scss */
  .general-product-images {
    padding: 2em;
  }
}

/* line 9, app/assets/stylesheets/_general-product-images.scss */
.general-product-images .add-images {
  margin-bottom: 1.618em;
}

/* line 13, app/assets/stylesheets/_general-product-images.scss */
.general-product-images .image-list li {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 48.821174201%;
}

/* line 15, vendor/bundle/ruby/3.4.0/gems/bourbon-3.2.4/app/assets/stylesheets/addons/_clearfix.scss */
.general-product-images .image-list li:after {
  content: "";
  display: table;
  clear: both;
}

/* line 38, vendor/bundle/ruby/3.4.0/gems/neat-1.6.0/app/assets/stylesheets/grid/_span-columns.scss */
.general-product-images .image-list li:last-child {
  margin-right: 0;
}

/* line 52, vendor/bundle/ruby/3.4.0/gems/neat-1.6.0/app/assets/stylesheets/grid/_omega.scss */
.general-product-images .image-list li:nth-child(2n) {
  margin-right: 0;
}

/* line 57, vendor/bundle/ruby/3.4.0/gems/neat-1.6.0/app/assets/stylesheets/grid/_omega.scss */
.general-product-images .image-list li:nth-child(2n+1) {
  clear: left;
}

/* line 19, app/assets/stylesheets/_general-product-images.scss */
.general-product-images .image-list li .image-wrapper {
  height: 9em;
}

/* line 23, app/assets/stylesheets/_general-product-images.scss */
.general-product-images .image-list {
  clear: both;
}

/* line 29, app/assets/stylesheets/_general-product-images.scss */
.general-product-images div.file,
.general-product-images div.file input {
  margin-bottom: 0.809em;
}

/* line 34, app/assets/stylesheets/_general-product-images.scss */
.general-product-images .button-secondary, .general-product-images .category-nav .presentation, .category-nav .general-product-images .presentation, .general-product-images .l fieldset button, .l fieldset .general-product-images button, .general-product-images .l .button-table, .l .general-product-images .button-table, .general-product-images .l .button-disabled, .general-product-images .l .catalogs-show.presentation-mode .catalog.slick-slider .slick-arrow.slick-disabled, .catalogs-show.presentation-mode .catalog.slick-slider .general-product-images .l .slick-arrow.slick-disabled,
.general-product-images .l .catalog_favorites-index.presentation-mode .catalog.slick-slider .slick-arrow.slick-disabled,
.catalog_favorites-index.presentation-mode .catalog.slick-slider .general-product-images .l .slick-arrow.slick-disabled, .l .general-product-images .button-disabled, .l .general-product-images .catalogs-show.presentation-mode .catalog.slick-slider .slick-arrow.slick-disabled, .catalogs-show.presentation-mode .catalog.slick-slider .l .general-product-images .slick-arrow.slick-disabled,
.l .general-product-images .catalog_favorites-index.presentation-mode .catalog.slick-slider .slick-arrow.slick-disabled,
.catalog_favorites-index.presentation-mode .catalog.slick-slider .l .general-product-images .slick-arrow.slick-disabled, .general-product-images .image-list input[name="commit"], .image-list .general-product-images input[name="commit"], .general-product-images .ordering input[type="submit"], .ordering .general-product-images input[type="submit"] {
  width: 100%;
}

/* line 1, app/assets/stylesheets/_copy-to-clipboard.scss */
.copy-to-clipboard {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  border: 1px solid silver;
  border-radius: 0.1875em;
  margin-bottom: 2em;
}

/* line 10, app/assets/stylesheets/_copy-to-clipboard.scss */
.copy-to-clipboard a {
  font-family: "futura-pt";
}

/* line 14, app/assets/stylesheets/_copy-to-clipboard.scss */
.copy-to-clipboard .content {
  margin: 0 1em 0 0;
  padding: 1em;
  overflow-x: auto;
  max-width: 100%;
}

@media screen and (min-width: 53.75em) {
  /* line 1, app/assets/stylesheets/_copy-to-clipboard.scss */
  .copy-to-clipboard {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
    -ms-flex-direction: row;
  }
  /* line 24, app/assets/stylesheets/_copy-to-clipboard.scss */
  .copy-to-clipboard .content {
    max-width: 25rem;
  }
}

/* line 29, app/assets/stylesheets/_copy-to-clipboard.scss */
.copy-to-clipboard button {
  -webkit-align-self: stretch;
  -moz-align-self: stretch;
  align-self: stretch;
  -ms-flex-item-align: stretch;
  font-size: 0.7em;
  color: #333;
  text-transform: uppercase;
  background-color: transparent;
  border: none;
  padding: 1em 2em;
  border-left: none;
  border-top: 1px solid silver;
}

@media screen and (min-width: 53.75em) {
  /* line 29, app/assets/stylesheets/_copy-to-clipboard.scss */
  .copy-to-clipboard button {
    border-left: 1px solid silver;
    border-top: none;
  }
}

/* line 1, app/assets/stylesheets/_intro.scss */
.intro {
  margin-bottom: 3em;
  padding: 0 1em;
}

@media screen and (min-width: 53.75em) {
  /* line 1, app/assets/stylesheets/_intro.scss */
  .intro {
    margin-bottom: 6em;
  }
}

/* line 9, app/assets/stylesheets/_intro.scss */
.intro h2, .intro .details-sidebar .line-item-form p, .details-sidebar .line-item-form .intro p {
  font-family: "adobe-caslon-pro";
  font-weight: 400;
  font-style: italic;
  color: #454540;
  text-align: center;
  font-size: 1.5em;
  margin-bottom: 0;
}

@media screen and (min-width: 40em) and (max-width: 53.6875em) {
  /* line 9, app/assets/stylesheets/_intro.scss */
  .intro h2, .intro .details-sidebar .line-item-form p, .details-sidebar .line-item-form .intro p {
    font-size: 2.2em;
  }
}

@media screen and (min-width: 53.75em) {
  /* line 9, app/assets/stylesheets/_intro.scss */
  .intro h2, .intro .details-sidebar .line-item-form p, .details-sidebar .line-item-form .intro p {
    font-size: 2.2em;
    padding: 0 3em;
  }
}

/* line 28, app/assets/stylesheets/_intro.scss */
.intro p {
  font-weight: normal;
  text-align: left;
  font-size: 1.2em;
  color: #454540;
}

@media screen and (min-width: 40em) and (max-width: 53.6875em) {
  /* line 28, app/assets/stylesheets/_intro.scss */
  .intro p {
    font-size: 1.5em;
    margin: 0 auto 1.6em;
    padding: 0 2.5em;
    max-width: none;
  }
}

@media screen and (min-width: 53.75em) {
  /* line 28, app/assets/stylesheets/_intro.scss */
  .intro p {
    font-size: 1.5em;
    margin: 0 auto 1.6em;
    padding: 0 5em;
    max-width: 36em;
  }
}

/* line 50, app/assets/stylesheets/_intro.scss */
.intro-address h2, .intro-address .details-sidebar .line-item-form p, .details-sidebar .line-item-form .intro-address p {
  margin-bottom: 0;
}

/* line 1, app/assets/stylesheets/_presentation.scss */
.presentation {
  font-family: "adobe-caslon-pro";
}

/* line 4, app/assets/stylesheets/_presentation.scss */
.presentation .images img {
  border-radius: 0.2em;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  max-height: 14em;
  margin: 0 .5em;
}

@media screen and (max-width: 68.125em) {
  /* line 4, app/assets/stylesheets/_presentation.scss */
  .presentation .images img {
    max-height: none;
    max-width: none;
    width: 100%;
  }
  /* line 15, app/assets/stylesheets/_presentation.scss */
  .presentation .images img:first-child, .presentation .images img:nth-child(3) {
    display: none;
  }
}

/* line 22, app/assets/stylesheets/_presentation.scss */
.presentation h2, .presentation .details-sidebar .line-item-form p, .details-sidebar .line-item-form .presentation p {
  font-size: 1.6em;
  font-family: "futura-pt";
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #BE8B41;
  font-weight: 500;
}

/* line 31, app/assets/stylesheets/_presentation.scss */
.presentation-inner {
  max-width: 68em;
  margin-left: auto;
  margin-right: auto;
  margin: auto;
  padding: 4.5em 1em 3em;
  text-align: center;
  color: #454540;
}

/* line 15, vendor/bundle/ruby/3.4.0/gems/bourbon-3.2.4/app/assets/stylesheets/addons/_clearfix.scss */
.presentation-inner:after {
  content: "";
  display: table;
  clear: both;
}

/* line 15, vendor/bundle/ruby/3.4.0/gems/bourbon-3.2.4/app/assets/stylesheets/addons/_clearfix.scss */
.presentation-inner:after {
  content: "";
  display: table;
  clear: both;
}

@media screen and (min-width: 53.75em) {
  /* line 31, app/assets/stylesheets/_presentation.scss */
  .presentation-inner {
    padding: 6em 1em 6em;
  }
}

/* line 43, app/assets/stylesheets/_presentation.scss */
.presentation-inner .presentation-copy {
  margin-bottom: 4.5em;
}

/* line 46, app/assets/stylesheets/_presentation.scss */
.presentation-inner .presentation-copy p {
  font-size: 1.45em;
  font-family: "adobe-caslon-pro";
  color: #454540;
  font-weight: 500;
  margin-bottom: 1em;
  line-height: 1.5;
}

@media screen and (min-width: 53.75em) {
  /* line 43, app/assets/stylesheets/_presentation.scss */
  .presentation-inner .presentation-copy {
    padding: 0 9em;
  }
}

/* line 63, app/assets/stylesheets/_presentation.scss */
.find-reseller {
  background: url(/assets/fog-island-2bb51aa7a37377bed89d84339617616e2f10e22712d3e9373420011c018c1ee8.jpg);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
  border-top: 0.5em solid white;
  border-bottom: 0.5em solid white;
}

@media screen and (min-width: 53.75em) {
  /* line 72, app/assets/stylesheets/_presentation.scss */
  .find-reseller .presentation-inner .box {
    margin-right: 10em;
    margin-left: 10em;
  }
}

/* line 79, app/assets/stylesheets/_presentation.scss */
.find-reseller .presentation-copy p:first-of-type {
  color: #454540;
}

/* line 85, app/assets/stylesheets/_presentation.scss */
.before-the-funeral {
  background: url(/assets/gold-field-7c86e06c8596cc8e67fcbffa175a6054a3d6852c1f841bc61bcd08adf4f27a02.jpg);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
  border-top: 0.5em solid white;
  border-bottom: 0.5em solid white;
}

@media screen and (min-width: 53.75em) {
  /* line 94, app/assets/stylesheets/_presentation.scss */
  .before-the-funeral .presentation-inner .box {
    margin-right: 10em;
    margin-left: 10em;
  }
}

/* line 101, app/assets/stylesheets/_presentation.scss */
.before-the-funeral .presentation-copy p:first-of-type {
  color: #454540;
}

/* line 107, app/assets/stylesheets/_presentation.scss */
.authentication {
  background: url(/assets/field_sky-c0d9281223b91a9737c36e84470272967c96c0490ba19ee71f540a30fb3ad392.jpg);
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  border-top: 0.5em solid white;
  border-bottom: 0.5em solid white;
}

@media screen and (min-width: 53.75em) {
  /* line 116, app/assets/stylesheets/_presentation.scss */
  .authentication .presentation-inner .box {
    margin-right: 15em;
    margin-left: 15em;
  }
}

/* line 125, app/assets/stylesheets/_presentation.scss */
.contact {
  background: url(/assets/leaf2-f3a54798b42873a464133e2a9c74b1988d52aabfc616affb90a0fad90c902c42.jpg);
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  border-top: 0.5em solid white;
  border-bottom: 0.5em solid white;
}

/* line 134, app/assets/stylesheets/_presentation.scss */
.contact .presentation-inner {
  max-width: 50em;
}

/* line 140, app/assets/stylesheets/_presentation.scss */
.tradition {
  margin-bottom: 3em;
}

/* line 144, app/assets/stylesheets/_presentation.scss */
.tradition h2, .tradition .details-sidebar .line-item-form p, .details-sidebar .line-item-form .tradition p {
  color: #454540;
}

/* line 148, app/assets/stylesheets/_presentation.scss */
.tradition p {
  color: #454540;
}

/* line 154, app/assets/stylesheets/_presentation.scss */
.environment {
  background: url(/assets/road-light-d90f3d5df657d0368e65aee7bc8169e4f5d9d3974da50536f5593289e4e9a9f9.jpg);
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  padding-bottom: 3em;
  border-top: 0.5em solid white;
  border-bottom: 0.5em solid white;
}

/* line 164, app/assets/stylesheets/_presentation.scss */
.environment .presentation-inner {
  margin: auto;
  padding: 4.5em 1em 6em;
}

@media screen and (min-width: 53.75em) {
  /* line 164, app/assets/stylesheets/_presentation.scss */
  .environment .presentation-inner {
    padding: 9em 0;
  }
}

/* line 175, app/assets/stylesheets/_presentation.scss */
.presentation.certification {
  background: url(/assets/wood-blur-46127653c79512085665b2acc8e073217f9a58cd182c7da2bac543926db3ece7.png);
  background-repeat: no-repeat;
  background-position: left;
  background-size: cover;
}

/* line 181, app/assets/stylesheets/_presentation.scss */
.presentation.certification .presentation-inner {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

@media screen and (max-width: 68.125em) {
  /* line 181, app/assets/stylesheets/_presentation.scss */
  .presentation.certification .presentation-inner {
    flex-direction: column;
  }
}

/* line 190, app/assets/stylesheets/_presentation.scss */
.presentation.certification .presentation-inner .presentation-copy {
  padding: 0 1em;
  max-width: 40em;
  margin: 0 auto;
}

@media screen and (max-width: 68.125em) {
  /* line 190, app/assets/stylesheets/_presentation.scss */
  .presentation.certification .presentation-inner .presentation-copy {
    margin: 0 auto 3em;
  }
}

/* line 199, app/assets/stylesheets/_presentation.scss */
.presentation.certification .presentation-inner .presentation-copy img {
  max-height: 6em;
  margin-bottom: 3em;
}

/* line 204, app/assets/stylesheets/_presentation.scss */
.presentation.certification .presentation-inner .presentation-copy p, .presentation.certification .presentation-inner .presentation-copy h2 {
  color: white;
  text-shadow: 0 6px 9px rgba(0, 0, 0, 0.7);
}

/* line 214, app/assets/stylesheets/_presentation.scss */
.craft h2, .craft .details-sidebar .line-item-form p, .details-sidebar .line-item-form .craft p {
  color: #454540;
}

/* line 218, app/assets/stylesheets/_presentation.scss */
.craft p {
  color: #454540;
}

/* line 222, app/assets/stylesheets/_presentation.scss */
.craft .presentation {
  margin-bottom: .5em;
}

/* line 226, app/assets/stylesheets/_presentation.scss */
.craft .presentation-inner {
  margin: auto;
}

/* line 1, app/assets/stylesheets/_authentication.scss */
.authentication h2, .authentication .details-sidebar .line-item-form p, .details-sidebar .line-item-form .authentication p,
.password-reset h2,
.password-reset .details-sidebar .line-item-form p,
.details-sidebar .line-item-form .password-reset p {
  margin-bottom: 1em;
  font-weight: 400;
}

/* line 7, app/assets/stylesheets/_authentication.scss */
.authentication-box {
  margin: auto;
}

/* line 12, app/assets/stylesheets/_authentication.scss */
.authentication form,
.password-reset form {
  text-align: left;
  font-weight: 400;
}

/* line 18, app/assets/stylesheets/_authentication.scss */
.submit-field {
  clear: both;
}

/* line 22, app/assets/stylesheets/_authentication.scss */
.submit-field input[type=submit] {
  width: 100%;
}

/* line 28, app/assets/stylesheets/_authentication.scss */
.password-field {
  margin-bottom: 4em;
}

/* line 32, app/assets/stylesheets/_authentication.scss */
.password-field a {
  font-style: italic;
  float: right;
}

/* line 37, app/assets/stylesheets/_authentication.scss */
.other-links {
  text-align: left;
  font-family: "futura-pt";
  line-height: 2em;
}

/* line 15, vendor/bundle/ruby/3.4.0/gems/bourbon-3.2.4/app/assets/stylesheets/addons/_clearfix.scss */
.other-links:after {
  content: "";
  display: table;
  clear: both;
}

/* line 4, app/assets/stylesheets/_article-page.scss */
.article-page {
  padding: 0 1em;
  margin-bottom: 5em;
}

@media screen and (min-width: 53.75em) {
  /* line 4, app/assets/stylesheets/_article-page.scss */
  .article-page {
    padding: 0 5em;
  }
}

/* line 13, app/assets/stylesheets/_article-page.scss */
.article-page aside ul {
  margin-bottom: 1.5em;
  padding-right: 1em;
}

@media screen and (min-width: 53.75em) {
  /* line 20, app/assets/stylesheets/_article-page.scss */
  .article-page article {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 65.8807828007%;
    margin-left: 17.0596085997%;
  }
  /* line 38, vendor/bundle/ruby/3.4.0/gems/neat-1.6.0/app/assets/stylesheets/grid/_span-columns.scss */
  .article-page article:last-child {
    margin-right: 0;
  }
  /* line 25, app/assets/stylesheets/_article-page.scss */
  .article-page aside + article {
    margin-left: 0%;
  }
}

/* line 30, app/assets/stylesheets/_article-page.scss */
.article-page h1 {
  clear: both;
  color: #454540;
}

/* line 35, app/assets/stylesheets/_article-page.scss */
.article-page article h2, .article-page article .details-sidebar .line-item-form p, .details-sidebar .line-item-form .article-page article p {
  color: #454540;
  font-size: 1.5em;
  font-weight: 400;
  margin-bottom: 1em;
}

/* line 42, app/assets/stylesheets/_article-page.scss */
.article-page article p {
  color: #454540;
  font-size: 1.2em;
  line-height: 1.5;
}

/* line 48, app/assets/stylesheets/_article-page.scss */
.article-page article h3 {
  font-size: 1em;
  font-style: italic;
  font-weight: 600;
  margin-bottom: 1em;
}

/* line 55, app/assets/stylesheets/_article-page.scss */
.article-page article p:last-of-type {
  margin-bottom: 1.5em;
}

/* line 59, app/assets/stylesheets/_article-page.scss */
.article-page button {
  display: inline;
  margin-right: .5em;
}

/* line 64, app/assets/stylesheets/_article-page.scss */
.article-page img {
  display: block;
  border: 0.3em solid white;
}

/* line 1, app/assets/stylesheets/_find-reseller-page.scss */
.find-reseller-page-presentation {
  background: url(/assets/fog-island-2bb51aa7a37377bed89d84339617616e2f10e22712d3e9373420011c018c1ee8.jpg);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
  position: relative;
  border-top: 0.5em solid white;
  border-bottom: 0.5em solid white;
}

/* line 11, app/assets/stylesheets/_find-reseller-page.scss */
.find-reseller-page .presentation {
  margin-bottom: 3em;
}

/* line 15, app/assets/stylesheets/_find-reseller-page.scss */
.find-reseller-page .presentation-inner {
  padding: 7em 1em 8em;
}

/* line 1, app/assets/stylesheets/_home-hero.scss */
.home-hero {
  margin-bottom: 3em;
  padding: 0 1em;
  text-align: center;
}

/* line 6, app/assets/stylesheets/_home-hero.scss */
.home-hero h1 {
  font-family: "adobe-caslon-pro";
  font-weight: 700;
  font-size: 1.5em;
  margin-bottom: 2rem;
}

@media screen and (min-width: 40em) and (max-width: 53.6875em) {
  /* line 6, app/assets/stylesheets/_home-hero.scss */
  .home-hero h1 {
    font-size: 1.8em;
  }
}

@media screen and (min-width: 53.75em) {
  /* line 6, app/assets/stylesheets/_home-hero.scss */
  .home-hero h1 {
    font-size: 1.8em;
    padding: 0 3em;
  }
}

/* line 22, app/assets/stylesheets/_home-hero.scss */
.home-hero h2, .home-hero .details-sidebar .line-item-form p, .details-sidebar .line-item-form .home-hero p {
  font-family: "adobe-caslon-pro";
  font-weight: 400;
  font-style: italic;
  font-size: 1.5em;
  margin-bottom: 0;
}

@media screen and (min-width: 40em) and (max-width: 53.6875em) {
  /* line 22, app/assets/stylesheets/_home-hero.scss */
  .home-hero h2, .home-hero .details-sidebar .line-item-form p, .details-sidebar .line-item-form .home-hero p {
    font-size: 1.8em;
  }
}

@media screen and (min-width: 53.75em) {
  /* line 22, app/assets/stylesheets/_home-hero.scss */
  .home-hero h2, .home-hero .details-sidebar .line-item-form p, .details-sidebar .line-item-form .home-hero p {
    font-size: 1.8em;
    padding: 0 3em;
  }
}

/* line 1, app/assets/stylesheets/_edit-page.scss */
.edit-page .image-list .image-wrapper {
  height: 9em;
}

@media screen and (max-width: 39.9375em) {
  /* line 5, app/assets/stylesheets/_edit-page.scss */
  .edit-page .image > .image-wrapper {
    height: 15em;
  }
}

@media screen and (min-width: 40em) and (max-width: 53.6875em) {
  /* line 5, app/assets/stylesheets/_edit-page.scss */
  .edit-page .image > .image-wrapper {
    height: 24em;
  }
}

@media screen and (min-width: 53.75em) {
  /* line 5, app/assets/stylesheets/_edit-page.scss */
  .edit-page .image > .image-wrapper {
    height: 24em;
  }
}

@media screen and (min-width: 53.75em) {
  /* line 20, app/assets/stylesheets/_edit-page.scss */
  .edit-page .form-left {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 48.821174201%;
  }
  /* line 38, vendor/bundle/ruby/3.4.0/gems/neat-1.6.0/app/assets/stylesheets/grid/_span-columns.scss */
  .edit-page .form-left:last-child {
    margin-right: 0;
  }
}

@media screen and (min-width: 53.75em) {
  /* line 26, app/assets/stylesheets/_edit-page.scss */
  .edit-page .form-right {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 48.821174201%;
    margin-right: 0;
  }
  /* line 38, vendor/bundle/ruby/3.4.0/gems/neat-1.6.0/app/assets/stylesheets/grid/_span-columns.scss */
  .edit-page .form-right:last-child {
    margin-right: 0;
  }
}

/* line 1, app/assets/stylesheets/_details-page.scss */
.details .wrapper, .details .location-page .catalog-wrapper, .location-page .details .catalog-wrapper {
  padding-top: 0;
}

/* line 5, app/assets/stylesheets/_details-page.scss */
.details-page {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
}

@media screen and (min-width: 53.75em) {
  /* line 5, app/assets/stylesheets/_details-page.scss */
  .details-page {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
    -ms-flex-direction: row;
  }
}

/* line 14, app/assets/stylesheets/_details-page.scss */
.details-page .images-wrapper {
  min-height: 39em;
  padding: 2em;
  width: 100%;
  position: relative;
}

@media screen and (max-width: 39.9375em) {
  /* line 14, app/assets/stylesheets/_details-page.scss */
  .details-page .images-wrapper {
    min-height: 32em;
  }
}

@media screen and (min-width: 53.75em) {
  /* line 14, app/assets/stylesheets/_details-page.scss */
  .details-page .images-wrapper {
    -webkit-flex-basis: 60em;
    -moz-flex-basis: 60em;
    flex-basis: 60em;
    -ms-flex-preferred-size: 60em;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
    -ms-flex-positive: 1;
  }
}

/* line 31, app/assets/stylesheets/_details-page.scss */
.details-page .breadcrumbs {
  margin-bottom: 1.618em;
}

/* line 35, app/assets/stylesheets/_details-page.scss */
.details-page .selected-image img {
  margin-top: 8em;
  max-height: 16em;
  border-radius: 0.1875em;
}

@media screen and (max-width: 39.9375em) {
  /* line 35, app/assets/stylesheets/_details-page.scss */
  .details-page .selected-image img {
    margin-top: 6em;
    max-height: 12em;
  }
}

@media screen and (min-width: 53.75em) {
  /* line 35, app/assets/stylesheets/_details-page.scss */
  .details-page .selected-image img {
    margin-top: 15em;
    max-height: 25em;
  }
}

/* line 51, app/assets/stylesheets/_details-page.scss */
.details-page .selected-image {
  float: left;
  display: block;
  margin-right: 3.5786636068%;
  width: 100%;
  border: none;
}

/* line 38, vendor/bundle/ruby/3.4.0/gems/neat-1.6.0/app/assets/stylesheets/grid/_span-columns.scss */
.details-page .selected-image:last-child {
  margin-right: 0;
}

/* line 56, app/assets/stylesheets/_details-page.scss */
.details-page .images li.image-wrapper {
  border: none;
  width: 80px;
  height: 80px;
  margin-right: 0.85em;
  margin-bottom: 0.85em;
  float: left;
}

@media screen and (max-width: 39.9375em) {
  /* line 56, app/assets/stylesheets/_details-page.scss */
  .details-page .images li.image-wrapper {
    max-height: 60px;
    max-width: 60px;
  }
}

/* line 69, app/assets/stylesheets/_details-page.scss */
.details-page .images li.image-wrapper.selected {
  border: 1px solid #cda365;
  border-radius: 0.1875em;
}

/* line 75, app/assets/stylesheets/_details-page.scss */
.image-wrapper-thumbnail-image, .details-page .images li.image-wrapper img {
  max-height: 70px;
  max-width: 70px;
  border-radius: 0.1875em;
}

@media screen and (max-width: 39.9375em) {
  /* line 75, app/assets/stylesheets/_details-page.scss */
  .image-wrapper-thumbnail-image, .details-page .images li.image-wrapper img {
    max-height: 50px;
    max-width: 50px;
  }
}

/* line 90, app/assets/stylesheets/_details-page.scss */
.details-page article {
  margin-bottom: 3em;
}

/* line 95, app/assets/stylesheets/_details-page.scss */
.details-page .flash-link #flash_cart {
  background: rgba(255, 250, 228, 0.9);
  color: #7e6700;
  font-family: "futura-pt";
  border-radius: 0.1875em;
  font-weight: bold;
  padding: 1em;
  text-align: center;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  border-radius: 0;
  border: 1px solid #D9D9D9;
  position: relative;
  margin-top: -1px;
}

/* line 22, app/assets/stylesheets/bitters/_flashes.scss */
.details-page .flash-link #flash_cart a {
  color: #7e6700;
}

/* line 25, app/assets/stylesheets/bitters/_flashes.scss */
.details-page .flash-link #flash_cart a:hover {
  color: #181400;
}

/* line 103, app/assets/stylesheets/_details-page.scss */
.details-page .flash-link #flash_cart:hover {
  background: #fffffe;
}

/* line 1, app/assets/stylesheets/_details-page-presentation-mode.scss */
.details-show.presentation-mode {
  background-color: white !important;
}

/* line 4, app/assets/stylesheets/_details-page-presentation-mode.scss */
.details-show.presentation-mode:before {
  content: none;
}

/* line 8, app/assets/stylesheets/_details-page-presentation-mode.scss */
.details-show.presentation-mode .catalog-wrapper {
  display: block;
  height: 100%;
  max-width: none;
  box-shadow: none;
  margin: 0;
}

/* line 16, app/assets/stylesheets/_details-page-presentation-mode.scss */
.details-show.presentation-mode .location-wrapper {
  display: none !important;
}

/* line 20, app/assets/stylesheets/_details-page-presentation-mode.scss */
.details-show.presentation-mode .details-page {
  margin-bottom: 0;
  width: 100%;
}

/* line 24, app/assets/stylesheets/_details-page-presentation-mode.scss */
.details-show.presentation-mode .details-page .images-wrapper {
  padding: 0;
}

/* line 28, app/assets/stylesheets/_details-page-presentation-mode.scss */
.details-show.presentation-mode .details-page .breadcrumbs {
  padding: 2.3em 0;
  margin-bottom: 1em;
}

/* line 33, app/assets/stylesheets/_details-page-presentation-mode.scss */
.details-show.presentation-mode .details-page .thumbnails {
  padding: 0 1em;
}

/* line 37, app/assets/stylesheets/_details-page-presentation-mode.scss */
.details-show.presentation-mode .details-page .selected-image img {
  padding: 1em;
}

/* line 42, app/assets/stylesheets/_details-page-presentation-mode.scss */
.details-show.presentation-mode .details-sidebar {
  height: 100%;
  background-color: white;
}

@media screen and (min-width: 53.75em) {
  /* line 42, app/assets/stylesheets/_details-page-presentation-mode.scss */
  .details-show.presentation-mode .details-sidebar {
    background-color: rgba(250, 250, 249, 0.2);
    min-height: auto;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }
}

/* line 54, app/assets/stylesheets/_details-page-presentation-mode.scss */
.details-show.presentation-mode .main-content-sticky-footer,
.details-show.presentation-mode .location-page-outer-container {
  height: 100% !important;
  padding: 0;
}

@media screen and (min-width: 53.75em) {
  /* line 54, app/assets/stylesheets/_details-page-presentation-mode.scss */
  .details-show.presentation-mode .main-content-sticky-footer,
.details-show.presentation-mode .location-page-outer-container {
    position: fixed;
    width: 100%;
  }
}

@media screen and (min-width: 40em) {
  /* line 64, app/assets/stylesheets/_details-page-presentation-mode.scss */
  .details-show.presentation-mode .main-content-sticky-footer:after,
.details-show.presentation-mode .location-page-outer-container:after {
    height: 0em;
  }
}

/* line 71, app/assets/stylesheets/_details-page-presentation-mode.scss */
.details-show.presentation-mode .presentation-mode-logo {
  display: block;
  float: left;
  padding: 1em;
}

/* line 77, app/assets/stylesheets/_details-page-presentation-mode.scss */
.details-show.presentation-mode .main-logo {
  display: none;
}

/* line 81, app/assets/stylesheets/_details-page-presentation-mode.scss */
.details-show.presentation-mode .wrapper, .details-show.presentation-mode .location-page .catalog-wrapper, .location-page .details-show.presentation-mode .catalog-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  min-width: 100%;
  padding: 0;
}

/* line 88, app/assets/stylesheets/_details-page-presentation-mode.scss */
.details-show.presentation-mode .menu-wrapper,
.details-show.presentation-mode header.navigation {
  display: none;
}

/* line 93, app/assets/stylesheets/_details-page-presentation-mode.scss */
.details-show.presentation-mode .footer {
  display: none;
}

/* line 1, app/assets/stylesheets/_details-sidebar.scss */
.details-sidebar {
  background: #fafaf9;
  box-shadow: inset 1px 2px 0 white;
  border-top: 1px solid #E4E4E4;
  clear: both;
  display: block;
  width: 100%;
}

@media screen and (min-width: 53.75em) {
  /* line 1, app/assets/stylesheets/_details-sidebar.scss */
  .details-sidebar {
    -webkit-flex-basis: 21em;
    -moz-flex-basis: 21em;
    flex-basis: 21em;
    -ms-flex-preferred-size: 21em;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    flex-shrink: 0;
    -ms-flex-negative: 0;
    background-color: rgba(250, 250, 249, 0.6);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: 100%;
    border-left: 1px solid #E4E4E4;
    border-top: none;
    min-height: 49em;
  }
}

/* line 21, app/assets/stylesheets/_details-sidebar.scss */
.details-sidebar .line-item-form a {
  display: block;
  margin-bottom: 1em;
}

/* line 26, app/assets/stylesheets/_details-sidebar.scss */
.details-sidebar .line-item-form {
  clear: both;
  margin-top: -1px;
}

/* line 32, app/assets/stylesheets/_details-sidebar.scss */
.details-sidebar .line-item-form p {
  margin-bottom: .3em;
}

/* line 37, app/assets/stylesheets/_details-sidebar.scss */
.details-sidebar .line-item-form p.purchase-unit {
  color: rgba(69, 69, 64, 0.6);
  font-size: 1em;
  margin-bottom: 1em;
  padding-bottom: .5em;
}

/* line 44, app/assets/stylesheets/_details-sidebar.scss */
.details-sidebar form:last-of-type {
  border-bottom-left-radius: 0.1875em;
  border-bottom-right-radius: 0.1875em;
}

/* line 49, app/assets/stylesheets/_details-sidebar.scss */
.details-sidebar form input {
  margin-bottom: 0.5em;
}

/* line 53, app/assets/stylesheets/_details-sidebar.scss */
.details-sidebar .line-item-forms input.button-secondary-light[type="submit"], .details-sidebar .line-item-forms .line-item-form a[type="submit"], .line-item-form .details-sidebar .line-item-forms a[type="submit"] {
  width: 70%;
}

/* line 57, app/assets/stylesheets/_details-sidebar.scss */
.details-sidebar h2, .details-sidebar .line-item-form p {
  font-size: 1.6em;
}

/* line 61, app/assets/stylesheets/_details-sidebar.scss */
.details-sidebar form .line_item_quantity input {
  float: left;
  margin-right: 5%;
  width: 25%;
}

/* line 72, app/assets/stylesheets/_details-sidebar.scss */
.details-sidebar .location-price-and-favorite-button .location-price-and-favorite-button-inner {
  background: rgba(255, 255, 255, 0.5);
  border: 1px solid #D9D9D9;
  border-top: none;
  margin: -1px 0 0;
  overflow: hidden;
}

/* line 80, app/assets/stylesheets/_details-sidebar.scss */
.details-sidebar .location-price-and-favorite-button .location-info {
  padding: 1em 0;
  text-align: center;
  font-family: "adobe-caslon-pro";
  font-weight: bold;
  border-top: 1px solid #D9D9D9;
  border-bottom: 1px solid #D9D9D9;
  background: #fff1b1;
  color: #b19000;
}

/* line 91, app/assets/stylesheets/_details-sidebar.scss */
.details-sidebar .location-price-and-favorite-button p {
  font-size: 1.6em;
  margin: 1rem 1rem 0.25rem;
}

/* line 96, app/assets/stylesheets/_details-sidebar.scss */
.details-sidebar .location-price-and-favorite-button .favorite-button-form {
  margin: 1rem 1rem 0.875rem;
}

/* line 100, app/assets/stylesheets/_details-sidebar.scss */
.details-sidebar .location-price-and-favorite-button p + .favorite-button-form {
  margin-top: 0;
}

/* line 104, app/assets/stylesheets/_details-sidebar.scss */
.details-sidebar .location-price-and-favorite-button input {
  margin: 0;
  width: 100%;
}

/* line 1, app/assets/stylesheets/_details-content.scss */
.details-content {
  padding: 1em;
}

@media screen and (min-width: 53.75em) {
  /* line 1, app/assets/stylesheets/_details-content.scss */
  .details-content {
    padding: 1.5em;
  }
}

/* line 9, app/assets/stylesheets/_details-content.scss */
.details-content h1 {
  margin-bottom: 0;
  font-family: "futura-pt";
  text-transform: uppercase;
  font-size: 1.4em;
  font-weight: 500;
  display: flex;
  justify-content: space-between;
}

/* line 22, app/assets/stylesheets/_details-content.scss */
.details-page.country-se .details-content h1::after,
.details-page.country-dk .details-content h1::after,
.details-page.country-no .details-content h1::after {
  content: '';
  width: 3.1rem;
  height: 1.75rem;
  flex-shrink: 0;
  margin-left: 0.5rem;
}

/* line 31, app/assets/stylesheets/_details-content.scss */
.details-page.country-se .details-content h1::after {
  background: url(/assets/flag-se-ca737ec30ee0d091c7516edcb1dc1019885d6f567ae7d00d410482deb27c3ac8.svg) no-repeat top left/contain;
}

/* line 35, app/assets/stylesheets/_details-content.scss */
.details-page.country-dk .details-content h1::after {
  background: url(/assets/flag-dk-c372e78741353d47587ce84d74b7ac5ee9ec482f9577a603e79690bec004ef21.svg) no-repeat top left/contain;
}

/* line 39, app/assets/stylesheets/_details-content.scss */
.details-page.country-no .details-content h1::after {
  background: url(/assets/flag-no-a157ca2092f776e16f86539136332d0ad7fbcf103f2fe36eb0c51475c7adc9b9.svg) no-repeat top left/contain;
}

/* line 43, app/assets/stylesheets/_details-content.scss */
.l .details-content-number {
  font-family: "futura-pt";
  font-size: 0.85em;
  color: rgba(69, 69, 64, 0.7);
  margin-bottom: 0;
  margin-top: 0.75em;
}

/* line 51, app/assets/stylesheets/_details-content.scss */
.details-content article {
  margin-top: 1.5em;
}

/* line 55, app/assets/stylesheets/_details-content.scss */
.details-content .certifications {
  margin-top: 3.5rem;
}

/* line 59, app/assets/stylesheets/_details-content.scss */
.details-content .certification {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}

/* line 65, app/assets/stylesheets/_details-content.scss */
.details-content .certification:not(:first-child) {
  margin-top: 1rem;
  border-top: 1px solid #E4E4E4;
  padding-top: 1.5rem;
}

/* line 72, app/assets/stylesheets/_details-content.scss */
.details-content .certification-logo {
  max-height: 5rem;
}

/* line 1, app/assets/stylesheets/_details-notifications.scss */
.notifications {
  background: #ecdcc6;
  color: #454540;
  text-align: center;
  font-family: "futura-pt";
  font-weight: 600;
}

/* line 9, app/assets/stylesheets/_details-notifications.scss */
.notifications div {
  padding: 1em 0;
}

/* line 1, app/assets/stylesheets/_location.scss */
.location .information {
  padding: 1em;
  border-bottom: 1px solid #E4E4E4;
}

/* line 15, vendor/bundle/ruby/3.4.0/gems/bourbon-3.2.4/app/assets/stylesheets/addons/_clearfix.scss */
.location .information:after {
  content: "";
  display: table;
  clear: both;
}

@media screen and (min-width: 53.75em) {
  /* line 7, app/assets/stylesheets/_location.scss */
  .location .information form li {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 48.821174201%;
  }
  /* line 38, vendor/bundle/ruby/3.4.0/gems/neat-1.6.0/app/assets/stylesheets/grid/_span-columns.scss */
  .location .information form li:last-child {
    margin-right: 0;
  }
  /* line 52, vendor/bundle/ruby/3.4.0/gems/neat-1.6.0/app/assets/stylesheets/grid/_omega.scss */
  .location .information form li:nth-child(2n) {
    margin-right: 0;
  }
  /* line 57, vendor/bundle/ruby/3.4.0/gems/neat-1.6.0/app/assets/stylesheets/grid/_omega.scss */
  .location .information form li:nth-child(2n+1) {
    clear: left;
  }
}

/* line 14, app/assets/stylesheets/_location.scss */
.location .address {
  margin-bottom: 1.5em;
}

/* line 18, app/assets/stylesheets/_location.scss */
.location .address .side-note, .location .address .accounts .accounts-header .id, .accounts .accounts-header .location .address .id, .location .address .table-with-image .custom-print, .table-with-image .location .address .custom-print, .location .address .table-with-image .engraving, .table-with-image .location .address .engraving, .location .address .table-with-image .note, .table-with-image .location .address .note, .location .address .catalogs .no-presentation-text, .catalogs .location .address .no-presentation-text,
.location .address .catalog_favorites .no-presentation-text,
.catalog_favorites .location .address .no-presentation-text, .location .address .catalogs .no-search-tools p, .catalogs .no-search-tools .location .address p,
.location .address .catalog_favorites .no-search-tools p,
.catalog_favorites .no-search-tools .location .address p, .location .address .admin-list .name span.category, .admin-list .name .location .address span.category, .location .address .admin-list .description, .admin-list .location .address .description, .location .address .admin-list .controls p, .admin-list .controls .location .address p {
  padding: .7em 1em;
  text-align: center;
  border-radius: 0.1875em;
  border: 1px dashed silver;
}

/* line 25, app/assets/stylesheets/_location.scss */
.location .address textarea {
  -webkit-font-smoothing: antialiased;
  background: none;
  border: none;
  box-shadow: none;
  color: #454540;
  font-family: inherit;
  font-size: 1.1em;
  height: auto;
  padding: 0;
  resize: none;
}

/* line 38, app/assets/stylesheets/_location.scss */
.location .map {
  height: 12em;
  margin: -1em;
  margin-bottom: 1em;
}

/* line 44, app/assets/stylesheets/_location.scss */
.location.background-sheet, .tabs .location.tab, .location.details-page {
  margin-bottom: 0;
}

/* line 48, app/assets/stylesheets/_location.scss */
.location-catalog-admin-header {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
  -webkit-box-align: baseline;
  -moz-box-align: baseline;
  box-align: baseline;
  -webkit-align-items: baseline;
  -moz-align-items: baseline;
  -ms-align-items: baseline;
  -o-align-items: baseline;
  align-items: baseline;
  -ms-flex-align: baseline;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
}

/* line 54, app/assets/stylesheets/_location.scss */
.location-catalog-admin-header h1 {
  margin-bottom: 0;
}

/* line 58, app/assets/stylesheets/_location.scss */
.location-catalog-admin-header a {
  margin-bottom: 2em;
}

@media screen and (min-width: 40em) {
  /* line 48, app/assets/stylesheets/_location.scss */
  .location-catalog-admin-header {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
    -ms-flex-direction: row;
  }
}

/* line 67, app/assets/stylesheets/_location.scss */
.location-catalog-admin-information {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
}

/* line 71, app/assets/stylesheets/_location.scss */
.location-catalog-admin-information .description {
  margin-bottom: 2em;
}

@media screen and (min-width: 53.75em) {
  /* line 67, app/assets/stylesheets/_location.scss */
  .location-catalog-admin-information {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
    -ms-flex-direction: row;
  }
  /* line 78, app/assets/stylesheets/_location.scss */
  .location-catalog-admin-information p {
    margin-right: 2em;
  }
}

/* line 84, app/assets/stylesheets/_location.scss */
.location_catalog_published {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
  -webkit-box-align: baseline;
  -moz-box-align: baseline;
  box-align: baseline;
  -webkit-align-items: baseline;
  -moz-align-items: baseline;
  -ms-align-items: baseline;
  -o-align-items: baseline;
  align-items: baseline;
  -ms-flex-align: baseline;
  background-color: #ecdcc5;
  border-radius: 0.1875em;
  padding: 1em;
  margin-bottom: 2em;
}

/* line 93, app/assets/stylesheets/_location.scss */
.location_catalog_published .radio {
  background: none;
  border: none;
}

/* line 98, app/assets/stylesheets/_location.scss */
.location_catalog_published label {
  font-family: "futura-pt";
  font-style: normal;
  margin-bottom: 0;
}

/* line 1, app/assets/stylesheets/_location_page.scss */
.location-page {
  background-color: #f7f8f9 !important;
}

/* line 4, app/assets/stylesheets/_location_page.scss */
.location-page .location-page-outer-container {
  padding: 0 1em;
}

/* line 8, app/assets/stylesheets/_location_page.scss */
.location-page:before {
  content: ' ';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 32%;
  z-index: -1;
  opacity: 0.4;
  box-shadow: inset 0 -270px 360px #f7f8f9;
  background-image: url(/assets/field_sky-c0d9281223b91a9737c36e84470272967c96c0490ba19ee71f540a30fb3ad392.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

/* line 25, app/assets/stylesheets/_location_page.scss */
.location-page .catalog-wrapper {
  box-shadow: 0 2px 39px rgba(0, 0, 0, 0.07);
}

/* line 30, app/assets/stylesheets/_location_page.scss */
.location-page .catalog-not-published {
  background: #fff1b1;
  color: #b19000;
  border-bottom: 1px solid #f7e79f;
  text-align: center;
  font-weight: bold;
  padding: 1em 1em 0.6em;
}

/* line 39, app/assets/stylesheets/_location_page.scss */
.location-page header {
  display: flex;
  justify-content: space-between;
  padding: 2em;
  flex-direction: column;
}

@media screen and (min-width: 53.75em) {
  /* line 39, app/assets/stylesheets/_location_page.scss */
  .location-page header {
    padding: 1em;
    margin: 3em 0 2em;
    flex-direction: row;
  }
}

/* line 51, app/assets/stylesheets/_location_page.scss */
.location-page header h1 {
  font-weight: 100;
  font-size: 1.7em;
  margin-bottom: .3em;
}

@media screen and (min-width: 53.75em) {
  /* line 51, app/assets/stylesheets/_location_page.scss */
  .location-page header h1 {
    font-size: 2em;
  }
}

/* line 61, app/assets/stylesheets/_location_page.scss */
.location-page header h2, .location-page header .details-sidebar .line-item-form p, .details-sidebar .line-item-form .location-page header p {
  font-size: 1.1em;
  font-family: "futura-pt";
  font-weight: 400;
}

/* line 67, app/assets/stylesheets/_location_page.scss */
.location-page header aside {
  flex-basis: 2em;
}

@media screen and (min-width: 53.75em) {
  /* line 67, app/assets/stylesheets/_location_page.scss */
  .location-page header aside {
    flex-basis: 22em;
  }
}

/* line 74, app/assets/stylesheets/_location_page.scss */
.location-page header aside p {
  font-family: "futura-pt";
  text-align: left;
  color: #3b6e86;
}

/* line 79, app/assets/stylesheets/_location_page.scss */
.location-page header aside p a {
  color: currentColor;
  text-decoration: underline;
}

@media screen and (min-width: 53.75em) {
  /* line 74, app/assets/stylesheets/_location_page.scss */
  .location-page header aside p {
    text-align: right;
  }
}

/* line 91, app/assets/stylesheets/_location_page.scss */
.location-page .category-header {
  padding: 1rem;
}

@media screen and (min-width: 40em) {
  /* line 91, app/assets/stylesheets/_location_page.scss */
  .location-page .category-header {
    padding: 0;
  }
  /* line 97, app/assets/stylesheets/_location_page.scss */
  .location-page .category-header > .category-name {
    padding: 1rem;
  }
  /* line 101, app/assets/stylesheets/_location_page.scss */
  .location-page .category-header .category-intro {
    padding: 1rem 1rem 1rem 0;
  }
}

/* line 107, app/assets/stylesheets/_location_page.scss */
.location-page .search-tools-wrapper {
  background-color: white;
  border-radius: 0.1875em;
}

/* line 112, app/assets/stylesheets/_location_page.scss */
.location-page .search-tools {
  padding: 1em 0;
}

/* line 116, app/assets/stylesheets/_location_page.scss */
.location-page .background-sheet, .location-page .tabs .tab, .tabs .location-page .tab, .location-page .details-page {
  margin-bottom: 0;
  border-radius: 0.1875em;
}

/* line 121, app/assets/stylesheets/_location_page.scss */
.location-page .wrapper, .location-page .catalog-wrapper {
  padding: 0;
}

/* line 125, app/assets/stylesheets/_location_page.scss */
.location-page .details-sidebar {
  border-top-right-radius: 5px;
  background-image: none;
}

/* line 130, app/assets/stylesheets/_location_page.scss */
.location-page .category-footer {
  padding: 1rem 1rem 0 1rem;
}

/* line 135, app/assets/stylesheets/_location_page.scss */
.location-page.iframed {
  height: auto;
  background-color: transparent !important;
}

/* line 139, app/assets/stylesheets/_location_page.scss */
.location-page.iframed .location-page-outer-container {
  padding: 0;
}

/* line 143, app/assets/stylesheets/_location_page.scss */
.location-page.iframed:before {
  content: none;
}

/* line 147, app/assets/stylesheets/_location_page.scss */
.location-page.iframed .catalog-wrapper {
  box-shadow: none;
}

/* line 151, app/assets/stylesheets/_location_page.scss */
.location-page.iframed header, .location-page.iframed .favorites-link, .location-page.iframed .favorite-button-form {
  display: none;
}

/* line 1, app/assets/stylesheets/_location-catalog.scss */
.location-catalog {
  padding-bottom: 4.4375em;
}

@media screen and (min-width: 40em) {
  /* line 1, app/assets/stylesheets/_location-catalog.scss */
  .location-catalog {
    padding-bottom: 6.4375em;
  }
}

/* line 8, app/assets/stylesheets/_location-catalog.scss */
.location-catalog .location-catalog-header {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: top;
  -moz-box-align: top;
  box-align: top;
  -webkit-align-items: top;
  -moz-align-items: top;
  -ms-align-items: top;
  -o-align-items: top;
  align-items: top;
  -ms-flex-align: top;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
}

@media screen and (min-width: 40em) {
  /* line 8, app/assets/stylesheets/_location-catalog.scss */
  .location-catalog .location-catalog-header {
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
    -ms-flex-direction: row;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
  }
}

/* line 20, app/assets/stylesheets/_location-catalog.scss */
.location-catalog .location-catalog-header-title {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  margin-bottom: .4em;
}

@media screen and (min-width: 40em) {
  /* line 20, app/assets/stylesheets/_location-catalog.scss */
  .location-catalog .location-catalog-header-title {
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
    margin: 0;
  }
}

/* line 31, app/assets/stylesheets/_location-catalog.scss */
.location-catalog .background-sheet:after, .location-catalog .tabs .tab:after, .tabs .location-catalog .tab:after, .location-catalog .details-page:after,
.location-catalog .background-sheet-inner:after {
  content: none;
}

/* line 36, app/assets/stylesheets/_location-catalog.scss */
.location-catalog header.background-sheet, .location-catalog .tabs header.tab, .tabs .location-catalog header.tab, .location-catalog header.details-page {
  border-top: 4px solid #cda365;
  margin: 0;
  border-bottom: 1px solid #DDD;
}

/* line 41, app/assets/stylesheets/_location-catalog.scss */
.location-catalog header.background-sheet h4, .location-catalog .tabs header.tab h4, .tabs .location-catalog header.tab h4, .location-catalog header.details-page h4 {
  font-family: "futura-pt";
  font-size: 1.3em;
  white-space: nowrap;
}

/* line 47, app/assets/stylesheets/_location-catalog.scss */
.location-catalog header.background-sheet p, .location-catalog .tabs header.tab p, .tabs .location-catalog header.tab p, .location-catalog header.details-page p {
  font-size: 0.9em;
  margin: 0;
  padding: 0;
}

@media screen and (min-width: 40em) {
  /* line 47, app/assets/stylesheets/_location-catalog.scss */
  .location-catalog header.background-sheet p, .location-catalog .tabs header.tab p, .tabs .location-catalog header.tab p, .location-catalog header.details-page p {
    text-align: right;
    margin-left: 1em;
    max-width: 50em;
  }
}

/* line 60, app/assets/stylesheets/_location-catalog.scss */
.location-catalog .background-sheet, .location-catalog .tabs .tab, .tabs .location-catalog .tab, .location-catalog .details-page {
  margin: 0;
}

/* line 64, app/assets/stylesheets/_location-catalog.scss */
.location-catalog .location-catalog-product {
  margin-bottom: 1em;
}

/* line 68, app/assets/stylesheets/_location-catalog.scss */
.location-catalog .location-catalog-image-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  width: 7em;
  height: 7em;
  margin-right: 1em;
}

/* line 76, app/assets/stylesheets/_location-catalog.scss */
.location-catalog .location-catalog-image-wrapper img {
  max-width: 100%;
  max-height: 80%;
}

/* line 82, app/assets/stylesheets/_location-catalog.scss */
.location-catalog .location-catalog-item {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
  -webkit-box-align: top;
  -moz-box-align: top;
  box-align: top;
  -webkit-align-items: top;
  -moz-align-items: top;
  -ms-align-items: top;
  -o-align-items: top;
  align-items: top;
  -ms-flex-align: top;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
}

@media screen and (min-width: 40em) {
  /* line 82, app/assets/stylesheets/_location-catalog.scss */
  .location-catalog .location-catalog-item {
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
    -ms-flex-direction: row;
  }
}

/* line 94, app/assets/stylesheets/_location-catalog.scss */
.location-catalog .location-catalog-info {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: start;
}

@media screen and (min-width: 40em) {
  /* line 94, app/assets/stylesheets/_location-catalog.scss */
  .location-catalog .location-catalog-info {
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
  }
}

/* line 104, app/assets/stylesheets/_location-catalog.scss */
.location-catalog input[type=checkbox] {
  margin: 0 1em 0 0;
}

/* line 108, app/assets/stylesheets/_location-catalog.scss */
.location-catalog .fields {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
}

/* line 113, app/assets/stylesheets/_location-catalog.scss */
.location-catalog .info {
  margin-right: 1em;
}

/* line 116, app/assets/stylesheets/_location-catalog.scss */
.location-catalog .info input {
  margin: 0;
}

/* line 121, app/assets/stylesheets/_location-catalog.scss */
.location-catalog .price {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: end;
  -moz-box-pack: end;
  box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -o-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: end;
  margin: 0;
}

@media screen and (min-width: 40em) {
  /* line 121, app/assets/stylesheets/_location-catalog.scss */
  .location-catalog .price {
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
  }
}

/* line 131, app/assets/stylesheets/_location-catalog.scss */
.location-catalog .price input {
  margin: 0 0.5em 0 0;
}

/* line 135, app/assets/stylesheets/_location-catalog.scss */
.location-catalog .price p {
  margin: 0;
}

/* line 140, app/assets/stylesheets/_location-catalog.scss */
.location-catalog input.string {
  text-align: right;
  width: 5em;
}

/* line 145, app/assets/stylesheets/_location-catalog.scss */
.location-catalog .name {
  margin: 0;
}

/* line 148, app/assets/stylesheets/_location-catalog.scss */
.location-catalog .name label {
  font-weight: inherit;
  margin-bottom: 0;
}

@media screen and (min-width: 40em) {
  /* line 145, app/assets/stylesheets/_location-catalog.scss */
  .location-catalog .name {
    min-width: 15em;
  }
}

/* line 159, app/assets/stylesheets/_location-catalog.scss */
.location-catalog-prompt {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -moz-box-align: baseline;
  box-align: baseline;
  -webkit-align-items: baseline;
  -moz-align-items: baseline;
  -ms-align-items: baseline;
  -o-align-items: baseline;
  align-items: baseline;
  -ms-flex-align: baseline;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  position: fixed;
  bottom: 0;
  width: 100%;
  padding: 1em;
  background-color: white;
  box-shadow: 0 -2px 25px rgba(0, 0, 0, 0.15);
}

@media screen and (min-width: 40em) {
  /* line 159, app/assets/stylesheets/_location-catalog.scss */
  .location-catalog-prompt {
    padding: 2em 1em;
  }
}

/* line 174, app/assets/stylesheets/_location-catalog.scss */
.location-catalog-prompt input, .location-catalog-prompt a {
  -webkit-flex-basis: 14em;
  -moz-flex-basis: 14em;
  flex-basis: 14em;
  -ms-flex-preferred-size: 14em;
  margin: 0 0.5em;
}

/* line 1, app/assets/stylesheets/_category-header.scss */
.category-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem 2rem;
}

@media screen and (min-width: 40em) {
  /* line 1, app/assets/stylesheets/_category-header.scss */
  .category-header {
    flex-direction: row;
  }
}

/* line 11, app/assets/stylesheets/_category-header.scss */
.category-header img {
  width: 250px;
  height: 140px;
  flex-shrink: 0;
}

/* line 17, app/assets/stylesheets/_category-header.scss */
.category-header > .category-name {
  font-family: "futura-pt";
  font-size: 1.25rem;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
  width: 100%;
  margin: 0;
  letter-spacing: 0.08em;
}

/* line 28, app/assets/stylesheets/_category-header.scss */
.category-header .category-intro {
  font-family: "futura-pt";
  font-size: 1.25rem;
  line-height: 1.5;
}

/* line 33, app/assets/stylesheets/_category-header.scss */
.category-header .category-intro .category-name {
  display: inline;
  font: inherit;
  font-weight: 600;
}

/* line 38, app/assets/stylesheets/_category-header.scss */
.category-header .category-intro .category-name::after {
  font-weight: 400;
  content: ' – ';
}

/* line 1, app/assets/stylesheets/_category-footer.scss */
.category-footer {
  font-family: "futura-pt";
  margin: 0 auto;
  max-width: 50rem;
}

/* line 1, app/assets/stylesheets/_catalog-message.scss */
.catalog-message-wrapper {
  max-width: 68em;
  margin-left: auto;
  margin-right: auto;
  padding: 0 1em;
}

/* line 15, vendor/bundle/ruby/3.4.0/gems/bourbon-3.2.4/app/assets/stylesheets/addons/_clearfix.scss */
.catalog-message-wrapper:after {
  content: "";
  display: table;
  clear: both;
}

/* line 6, app/assets/stylesheets/_catalog-message.scss */
.catalog-message {
  padding: 0.8125rem 1rem 0.4375rem;
  background: #efe5d3;
  text-align: center;
  font-weight: 600;
  font-style: italic;
  font-size: 0.9375rem;
}

/* line 1, app/assets/stylesheets/_category-nav.scss */
.category-nav {
  margin-bottom: 3rem;
}

@media screen and (min-width: 53.75em) {
  /* line 1, app/assets/stylesheets/_category-nav.scss */
  .category-nav {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 17.6873885067%;
    margin-bottom: 1rem;
  }
  /* line 38, vendor/bundle/ruby/3.4.0/gems/neat-1.6.0/app/assets/stylesheets/grid/_span-columns.scss */
  .category-nav:last-child {
    margin-right: 0;
  }
}

/* line 10, app/assets/stylesheets/_category-nav.scss */
.category-nav ul a {
  display: block;
  color: #454540;
}

/* line 16, app/assets/stylesheets/_category-nav.scss */
.category-nav > ul {
  margin-bottom: 2rem;
}

/* line 19, app/assets/stylesheets/_category-nav.scss */
.category-nav > ul > li {
  border-bottom: 1px solid silver;
}

/* line 22, app/assets/stylesheets/_category-nav.scss */
.category-nav > ul > li:first-child {
  border-top: 1px solid silver;
}

/* line 26, app/assets/stylesheets/_category-nav.scss */
.category-nav > ul > li > a {
  font-family: "futura-pt";
  font-weight: 500;
  padding: 0.75rem 0;
}

/* line 32, app/assets/stylesheets/_category-nav.scss */
.category-nav > ul > li ul {
  display: none;
  margin-bottom: 0.75rem;
}

/* line 36, app/assets/stylesheets/_category-nav.scss */
.category-nav > ul > li ul li {
  padding-left: 0.6rem;
}

/* line 39, app/assets/stylesheets/_category-nav.scss */
.category-nav > ul > li ul li a {
  font-style: italic;
}

/* line 45, app/assets/stylesheets/_category-nav.scss */
.category-nav > ul > li.selected ul {
  display: block;
}

/* line 50, app/assets/stylesheets/_category-nav.scss */
.category-nav > ul li.selected:not(:has(.selected)) > a {
  font-weight: 600;
}

/* line 55, app/assets/stylesheets/_category-nav.scss */
.category-nav .presentation {
  width: 100%;
  font-size: 0.7em;
}

@media (hover: hover) {
  /* line 65, app/assets/stylesheets/_category-nav.scss */
  .catalogs-show:not(.presentation-mode) .category-nav > ul > li:hover ul,
.catalog_favorites-index:not(.presentation-mode) .category-nav > ul > li:hover ul {
    display: block;
  }
}

/* line 1, app/assets/stylesheets/_category-grid.scss */
.category-grid {
  width: 100%;
  display: grid;
  gap: 1rem;
}

@media screen and (min-width: 40em) {
  /* line 1, app/assets/stylesheets/_category-grid.scss */
  .category-grid {
    grid-template-columns: 1fr 1fr;
  }
  /* line 9, app/assets/stylesheets/_category-grid.scss */
  .category-grid .category:first-child {
    grid-column: span 2;
  }
}

/* line 14, app/assets/stylesheets/_category-grid.scss */
.category-grid .category-image {
  display: block;
  width: 100%;
}

/* line 19, app/assets/stylesheets/_category-grid.scss */
.category-grid .category-name {
  background: #1a1d1e;
  color: #fff;
  font-family: "futura-pt";
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 0.08em;
  padding: 0.75rem;
}

/* line 8, app/assets/stylesheets/_catalog.scss */
.catalogs .no-presentation-text,
.catalog_favorites .no-presentation-text {
  font-family: "futura-pt";
  font-style: normal;
  border: 1px dashed silver;
  margin-top: 3em;
  padding: 0.8em 0.9em 1em;
  background-color: #f9f9f9;
  font-size: .8em;
  color: #9a9a9a;
}

/* line 20, app/assets/stylesheets/_catalog.scss */
.catalogs .wrapper, .catalogs .location-page .catalog-wrapper, .location-page .catalogs .catalog-wrapper,
.catalog_favorites .wrapper,
.catalog_favorites .location-page .catalog-wrapper,
.location-page .catalog_favorites .catalog-wrapper {
  padding-top: 0;
}

/* line 23, app/assets/stylesheets/_catalog.scss */
.catalogs .wrapper .background-sheet, .catalogs .location-page .catalog-wrapper .background-sheet, .location-page .catalogs .catalog-wrapper .background-sheet, .catalogs .wrapper .tabs .tab, .tabs .catalogs .wrapper .tab, .catalogs .location-page .catalog-wrapper .tabs .tab, .tabs .catalogs .location-page .catalog-wrapper .tab, .location-page .catalogs .catalog-wrapper .tabs .tab, .tabs .location-page .catalogs .catalog-wrapper .tab, .catalogs .wrapper .details-page, .catalogs .location-page .catalog-wrapper .details-page, .location-page .catalogs .catalog-wrapper .details-page,
.catalog_favorites .wrapper .background-sheet,
.catalog_favorites .location-page .catalog-wrapper .background-sheet,
.location-page .catalog_favorites .catalog-wrapper .background-sheet,
.catalog_favorites .wrapper .tabs .tab,
.tabs .catalog_favorites .wrapper .tab,
.catalog_favorites .location-page .catalog-wrapper .tabs .tab,
.tabs .catalog_favorites .location-page .catalog-wrapper .tab,
.location-page .catalog_favorites .catalog-wrapper .tabs .tab,
.tabs .location-page .catalog_favorites .catalog-wrapper .tab,
.catalog_favorites .wrapper .details-page,
.catalog_favorites .location-page .catalog-wrapper .details-page,
.location-page .catalog_favorites .catalog-wrapper .details-page {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-top: 0;
  padding: 2em 1em 1em;
}

/* line 32, app/assets/stylesheets/_catalog.scss */
.catalog-favorites-clear-button {
  margin-top: 1em;
}

/* line 35, app/assets/stylesheets/_catalog.scss */
.catalog-favorites-clear-button .button-secondary, .catalog-favorites-clear-button .l fieldset button, .l fieldset .catalog-favorites-clear-button button, .catalog-favorites-clear-button .l .button-table, .l .catalog-favorites-clear-button .button-table, .catalog-favorites-clear-button .l .button-disabled, .catalog-favorites-clear-button .l .catalogs-show.presentation-mode .catalog.slick-slider .slick-arrow.slick-disabled, .catalogs-show.presentation-mode .catalog.slick-slider .catalog-favorites-clear-button .l .slick-arrow.slick-disabled,
.catalog-favorites-clear-button .l .catalog_favorites-index.presentation-mode .catalog.slick-slider .slick-arrow.slick-disabled,
.catalog_favorites-index.presentation-mode .catalog.slick-slider .catalog-favorites-clear-button .l .slick-arrow.slick-disabled, .l .catalog-favorites-clear-button .button-disabled, .l .catalog-favorites-clear-button .catalogs-show.presentation-mode .catalog.slick-slider .slick-arrow.slick-disabled, .catalogs-show.presentation-mode .catalog.slick-slider .l .catalog-favorites-clear-button .slick-arrow.slick-disabled,
.l .catalog-favorites-clear-button .catalog_favorites-index.presentation-mode .catalog.slick-slider .slick-arrow.slick-disabled,
.catalog_favorites-index.presentation-mode .catalog.slick-slider .l .catalog-favorites-clear-button .slick-arrow.slick-disabled, .catalog-favorites-clear-button .image-list input[name="commit"], .image-list .catalog-favorites-clear-button input[name="commit"], .catalog-favorites-clear-button .ordering input[type="submit"], .ordering .catalog-favorites-clear-button input[type="submit"], .catalog-favorites-clear-button .category-nav .presentation, .category-nav .catalog-favorites-clear-button .presentation {
  font-size: 0.7em;
  width: 100%;
}

/* line 41, app/assets/stylesheets/_catalog.scss */
.catalog {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: start;
  margin-bottom: 1rem;
}

/* line 48, app/assets/stylesheets/_catalog.scss */
.catalog-item {
  -webkit-flex-basis: 17em;
  -moz-flex-basis: 17em;
  flex-basis: 17em;
  -ms-flex-preferred-size: 17em;
  margin-bottom: 2em;
  overflow: hidden;
}

/* line 54, app/assets/stylesheets/_catalog.scss */
.catalog-item a {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
  height: 100%;
}

/* line 61, app/assets/stylesheets/_catalog.scss */
.catalog-item h2, .catalog-item .details-sidebar .line-item-form p, .details-sidebar .line-item-form .catalog-item p {
  font-family: "futura-pt";
  font-weight: 500;
  font-size: 1.2em;
  color: #454540;
  padding: 1rem 0;
  margin: 0 2rem 0.4rem;
  border-top: 1px solid silver;
  border-bottom: 1px solid silver;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

/* line 75, app/assets/stylesheets/_catalog.scss */
.catalog .image-wrapper {
  border-radius: 0.1875em;
  border: 0;
  box-shadow: none;
  height: 17em;
  position: relative;
}

/* line 82, app/assets/stylesheets/_catalog.scss */
.catalog .image-wrapper .discontinued-label {
  position: absolute;
  top: 0;
  right: 2rem;
  color: #BE8B41;
  font-family: "futura-pt";
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.0625rem;
  font-size: 0.875rem;
}

/* line 98, app/assets/stylesheets/_catalog.scss */
.catalog-item.country-se .image-wrapper::before,
.catalog-item.country-dk .image-wrapper::before,
.catalog-item.country-no .image-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 2rem;
  width: 13rem;
  height: 2rem;
}

/* line 108, app/assets/stylesheets/_catalog.scss */
.catalog-item.country-se .image-wrapper::before {
  background: url(/assets/flag-se-ca737ec30ee0d091c7516edcb1dc1019885d6f567ae7d00d410482deb27c3ac8.svg) no-repeat top left/contain;
}

/* line 112, app/assets/stylesheets/_catalog.scss */
.catalog-item.country-dk .image-wrapper::before {
  background: url(/assets/flag-dk-c372e78741353d47587ce84d74b7ac5ee9ec482f9577a603e79690bec004ef21.svg) no-repeat top left/contain;
}

/* line 116, app/assets/stylesheets/_catalog.scss */
.catalog-item.country-no .image-wrapper::before {
  background: url(/assets/flag-no-a157ca2092f776e16f86539136332d0ad7fbcf103f2fe36eb0c51475c7adc9b9.svg) no-repeat top left/contain;
}

/* line 120, app/assets/stylesheets/_catalog.scss */
.catalog-item.fsc-certified .image-wrapper::after,
.catalog-item.gtn-certified .image-wrapper::after {
  content: '';
  position: absolute;
  bottom: 1rem;
  right: 2rem;
  width: 13rem;
  height: 3.5rem;
}

/* line 130, app/assets/stylesheets/_catalog.scss */
.catalog-item.fsc-certified .image-wrapper::after {
  background: url(/assets/fsc-09ac2f26e637d73173534999ef14a030e8670b7968c0c4cabf4428640b08f50b.svg) no-repeat bottom left/contain;
}

/* line 134, app/assets/stylesheets/_catalog.scss */
.catalog-item.gtn-certified .image-wrapper::after {
  background: url(/assets/gtn-8bc27f20a2da065c5545e63b7bb53dca1613b3706f38964cef797adbc6c1165c.svg) no-repeat bottom right/contain;
}

/* line 138, app/assets/stylesheets/_catalog.scss */
.catalog-item.fsc-certified.gtn-certified .image-wrapper::after {
  background: url(/assets/fsc-09ac2f26e637d73173534999ef14a030e8670b7968c0c4cabf4428640b08f50b.svg) no-repeat bottom left/contain, url(/assets/gtn-8bc27f20a2da065c5545e63b7bb53dca1613b3706f38964cef797adbc6c1165c.svg) no-repeat bottom right/contain;
}

/* line 143, app/assets/stylesheets/_catalog.scss */
.catalog .image-wrapper img {
  max-height: 150px;
  max-width: 214px;
}

/* line 148, app/assets/stylesheets/_catalog.scss */
.catalog-item .product-options {
  display: flex;
  flex-wrap: wrap;
  margin: 0 2rem;
  padding: 0 0 0.9rem;
}

/* line 154, app/assets/stylesheets/_catalog.scss */
.catalog-item .product-options .img-wrap {
  border-radius: 0.3em;
  box-shadow: 0 1px 2px rgba(51, 51, 51, 0.5);
  height: 1.5em;
  width: 1.5em;
  padding: 0.1em;
  margin: 0.1em 0.15em;
}

/* line 163, app/assets/stylesheets/_catalog.scss */
.catalog-item .product-options img {
  border-radius: 2px;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* line 171, app/assets/stylesheets/_catalog.scss */
.catalog-empty {
  text-align: center;
  font-size: 2em !important;
  margin-top: 1em !important;
  color: rgba(69, 69, 64, 0.5);
  font-style: italic;
}

/* line 1, app/assets/stylesheets/_catalog-presentation-mode.scss */
.catalogs-show.presentation-mode,
.catalog_favorites-index.presentation-mode {
  background-color: white !important;
}

/* line 5, app/assets/stylesheets/_catalog-presentation-mode.scss */
.catalogs-show.presentation-mode:before,
.catalog_favorites-index.presentation-mode:before {
  content: none;
}

/* line 9, app/assets/stylesheets/_catalog-presentation-mode.scss */
.catalogs-show.presentation-mode .catalog-wrapper,
.catalog_favorites-index.presentation-mode .catalog-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  -ms-flex-positive: 1;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  max-width: none;
  box-shadow: none;
  margin: 0;
}

/* line 18, app/assets/stylesheets/_catalog-presentation-mode.scss */
.catalogs-show.presentation-mode .location-wrapper,
.catalog_favorites-index.presentation-mode .location-wrapper {
  display: none !important;
}

/* line 22, app/assets/stylesheets/_catalog-presentation-mode.scss */
.catalogs-show.presentation-mode .wrapper, .catalogs-show.presentation-mode .location-page .catalog-wrapper, .location-page .catalogs-show.presentation-mode .catalog-wrapper,
.catalog_favorites-index.presentation-mode .wrapper,
.catalog_favorites-index.presentation-mode .location-page .catalog-wrapper,
.location-page .catalog_favorites-index.presentation-mode .catalog-wrapper {
  padding: 0;
}

/* line 26, app/assets/stylesheets/_catalog-presentation-mode.scss */
.catalogs-show.presentation-mode .background-sheet, .catalogs-show.presentation-mode .tabs .tab, .tabs .catalogs-show.presentation-mode .tab, .catalogs-show.presentation-mode .details-page,
.catalog_favorites-index.presentation-mode .background-sheet,
.catalog_favorites-index.presentation-mode .tabs .tab,
.tabs .catalog_favorites-index.presentation-mode .tab,
.catalog_favorites-index.presentation-mode .details-page {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  padding: 0 !important;
  margin: 0;
  width: 100%;
  position: relative;
}

/* line 35, app/assets/stylesheets/_catalog-presentation-mode.scss */
.catalogs-show.presentation-mode .main-content-sticky-footer,
.catalogs-show.presentation-mode .location-page-outer-container,
.catalog_favorites-index.presentation-mode .main-content-sticky-footer,
.catalog_favorites-index.presentation-mode .location-page-outer-container {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  position: fixed;
  width: 100%;
  height: 100% !important;
  padding: 0;
}

/* line 44, app/assets/stylesheets/_catalog-presentation-mode.scss */
.catalogs-show.presentation-mode .main-content-sticky-footer:after,
.catalogs-show.presentation-mode .location-page-outer-container:after,
.catalog_favorites-index.presentation-mode .main-content-sticky-footer:after,
.catalog_favorites-index.presentation-mode .location-page-outer-container:after {
  height: 0em;
}

/* line 49, app/assets/stylesheets/_catalog-presentation-mode.scss */
.catalogs-show.presentation-mode header, .catalogs-show.presentation-mode .wrapper.category-header-wrapper, .catalogs-show.presentation-mode .location-page .category-header-wrapper.catalog-wrapper, .location-page .catalogs-show.presentation-mode .category-header-wrapper.catalog-wrapper, .catalogs-show.presentation-mode .category-footer,
.catalog_favorites-index.presentation-mode header,
.catalog_favorites-index.presentation-mode .wrapper.category-header-wrapper,
.catalog_favorites-index.presentation-mode .location-page .category-header-wrapper.catalog-wrapper,
.location-page .catalog_favorites-index.presentation-mode .category-header-wrapper.catalog-wrapper,
.catalog_favorites-index.presentation-mode .category-footer {
  display: none;
}

/* line 53, app/assets/stylesheets/_catalog-presentation-mode.scss */
.catalogs-show.presentation-mode .search-tools-wrapper,
.catalog_favorites-index.presentation-mode .search-tools-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
  -ms-flex-negative: 0;
  max-width: none;
  width: 100%;
  padding: 0;
}

@media screen and (min-width: 40em) {
  /* line 53, app/assets/stylesheets/_catalog-presentation-mode.scss */
  .catalogs-show.presentation-mode .search-tools-wrapper,
.catalog_favorites-index.presentation-mode .search-tools-wrapper {
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
  }
}

/* line 65, app/assets/stylesheets/_catalog-presentation-mode.scss */
.catalogs-show.presentation-mode .search-tools-wrapper .no-search-tools,
.catalog_favorites-index.presentation-mode .search-tools-wrapper .no-search-tools {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
}

/* line 69, app/assets/stylesheets/_catalog-presentation-mode.scss */
.catalogs-show.presentation-mode .search-tools-wrapper .no-search-tools p,
.catalog_favorites-index.presentation-mode .search-tools-wrapper .no-search-tools p {
  background-color: transparent;
  padding: 1.5em 1em 1em;
}

/* line 75, app/assets/stylesheets/_catalog-presentation-mode.scss */
.catalogs-show.presentation-mode .search-tools-wrapper .filter,
.catalog_favorites-index.presentation-mode .search-tools-wrapper .filter {
  min-height: 61px;
}

/* line 78, app/assets/stylesheets/_catalog-presentation-mode.scss */
.catalogs-show.presentation-mode .search-tools-wrapper .filter legend, .catalogs-show.presentation-mode .search-tools-wrapper .filter.free-text label,
.catalog_favorites-index.presentation-mode .search-tools-wrapper .filter legend,
.catalog_favorites-index.presentation-mode .search-tools-wrapper .filter.free-text label {
  margin-bottom: 0.2em;
}

/* line 83, app/assets/stylesheets/_catalog-presentation-mode.scss */
.catalogs-show.presentation-mode .search-tools-wrapper .search-tools,
.catalog_favorites-index.presentation-mode .search-tools-wrapper .search-tools {
  -webkit-flex-basis: 70em;
  -moz-flex-basis: 70em;
  flex-basis: 70em;
  -ms-flex-preferred-size: 70em;
  -webkit-flex-shrink: 1;
  -moz-flex-shrink: 1;
  flex-shrink: 1;
  -ms-flex-negative: 1;
  margin-bottom: 0;
  padding: 1em;
}

@media screen and (min-width: 53.75em) {
  /* line 91, app/assets/stylesheets/_catalog-presentation-mode.scss */
  .catalogs-show.presentation-mode .search-tools-wrapper .search-tools-controls,
.catalog_favorites-index.presentation-mode .search-tools-wrapper .search-tools-controls {
    margin-top: 20px;
  }
}

/* line 96, app/assets/stylesheets/_catalog-presentation-mode.scss */
.catalogs-show.presentation-mode .search-tools-wrapper::after,
.catalog_favorites-index.presentation-mode .search-tools-wrapper::after {
  content: none;
}

/* line 101, app/assets/stylesheets/_catalog-presentation-mode.scss */
.catalogs-show.presentation-mode .presentation-mode-logo,
.catalog_favorites-index.presentation-mode .presentation-mode-logo {
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
  -ms-flex-negative: 0;
  display: block;
  margin-top: 0;
}

@media screen and (max-width: 39.9375em) {
  /* line 101, app/assets/stylesheets/_catalog-presentation-mode.scss */
  .catalogs-show.presentation-mode .presentation-mode-logo,
.catalog_favorites-index.presentation-mode .presentation-mode-logo {
    display: none;
  }
}

/* line 110, app/assets/stylesheets/_catalog-presentation-mode.scss */
.catalogs-show.presentation-mode .presentation-mode-logo img,
.catalog_favorites-index.presentation-mode .presentation-mode-logo img {
  display: block;
  margin: initial;
  padding: 1em;
}

/* line 117, app/assets/stylesheets/_catalog-presentation-mode.scss */
.catalogs-show.presentation-mode .menu-wrapper,
.catalogs-show.presentation-mode .main-logo,
.catalogs-show.presentation-mode header.navigation,
.catalog_favorites-index.presentation-mode .menu-wrapper,
.catalog_favorites-index.presentation-mode .main-logo,
.catalog_favorites-index.presentation-mode header.navigation {
  display: none;
}

/* line 123, app/assets/stylesheets/_catalog-presentation-mode.scss */
.catalogs-show.presentation-mode .view-selection,
.catalog_favorites-index.presentation-mode .view-selection {
  position: absolute;
  display: flex;
  margin: 0.75rem 0 0 1rem;
}

/* line 128, app/assets/stylesheets/_catalog-presentation-mode.scss */
.catalogs-show.presentation-mode .view-selection label,
.catalog_favorites-index.presentation-mode .view-selection label {
  margin: 0;
}

/* line 132, app/assets/stylesheets/_catalog-presentation-mode.scss */
.catalogs-show.presentation-mode .view-selection input[type=radio],
.catalog_favorites-index.presentation-mode .view-selection input[type=radio] {
  display: none;
}

/* line 136, app/assets/stylesheets/_catalog-presentation-mode.scss */
.catalogs-show.presentation-mode .view-selection span,
.catalog_favorites-index.presentation-mode .view-selection span {
  display: inline-block;
  padding: 0 0.25rem;
  font-size: 0.9em;
  line-height: 1em;
  cursor: pointer;
  background-color: #faf8f5;
  background-image: -webkit-linear-gradient(#faf8f5, #faf8f5);
  background-image: linear-gradient(#faf8f5, #faf8f5);
  border: 1px solid #dfdfdf;
}

/* line 146, app/assets/stylesheets/_catalog-presentation-mode.scss */
.catalogs-show.presentation-mode .view-selection input[type=radio]:not(:checked) ~ span,
.catalog_favorites-index.presentation-mode .view-selection input[type=radio]:not(:checked) ~ span {
  opacity: 0.5;
}

/* line 150, app/assets/stylesheets/_catalog-presentation-mode.scss */
.catalogs-show.presentation-mode .view-selection svg,
.catalog_favorites-index.presentation-mode .view-selection svg {
  fill: #7d7d7d;
  display: inline-block;
  vertical-align: middle;
}

/* line 157, app/assets/stylesheets/_catalog-presentation-mode.scss */
.catalogs-show.presentation-mode .category-nav,
.catalog_favorites-index.presentation-mode .category-nav {
  float: none;
  margin: 0 clamp(1em, clamp(0rem, max(calc(15vw - 6.2rem), 0rem) * 999999, 15vw), 15rem) 0 clamp(6.2rem, 15vw, 15rem);
  width: auto;
  font-size: 1.2rem;
}

/* line 163, app/assets/stylesheets/_catalog-presentation-mode.scss */
.catalogs-show.presentation-mode .category-nav > ul,
.catalog_favorites-index.presentation-mode .category-nav > ul {
  overflow-x: auto;
  white-space: nowrap;
  margin: 0;
  display: flex;
  align-items: baseline;
}

/* line 171, app/assets/stylesheets/_catalog-presentation-mode.scss */
.catalogs-show.presentation-mode .category-nav ul,
.catalog_favorites-index.presentation-mode .category-nav ul {
  margin: 0;
}

/* line 175, app/assets/stylesheets/_catalog-presentation-mode.scss */
.catalogs-show.presentation-mode .category-nav li,
.catalog_favorites-index.presentation-mode .category-nav li {
  padding: 0;
  border: none;
  display: flex;
  align-items: baseline;
}

/* line 182, app/assets/stylesheets/_catalog-presentation-mode.scss */
.catalogs-show.presentation-mode .category-nav a,
.catalog_favorites-index.presentation-mode .category-nav a {
  display: inline-block;
  padding: 1.0625rem 0.8rem;
}

/* line 188, app/assets/stylesheets/_catalog-presentation-mode.scss */
.catalogs-show.presentation-mode .category-nav li li a,
.catalog_favorites-index.presentation-mode .category-nav li li a {
  padding-left: 0.3rem;
  padding-right: 0.3rem;
  font-size: 1rem;
}

/* line 194, app/assets/stylesheets/_catalog-presentation-mode.scss */
.catalogs-show.presentation-mode .category-nav li li::before,
.catalog_favorites-index.presentation-mode .category-nav li li::before {
  content: '-';
}

/* line 200, app/assets/stylesheets/_catalog-presentation-mode.scss */
.catalogs-show.presentation-mode .category-nav li.selected ul,
.catalog_favorites-index.presentation-mode .category-nav li.selected ul {
  display: flex;
  margin-left: -0.5rem;
}

/* line 205, app/assets/stylesheets/_catalog-presentation-mode.scss */
.catalogs-show.presentation-mode .category-nav li.selected:not(:has(.selected)) > a,
.catalog_favorites-index.presentation-mode .category-nav li.selected:not(:has(.selected)) > a {
  color: #BE8B41;
  font-weight: 500;
}

/* line 211, app/assets/stylesheets/_catalog-presentation-mode.scss */
.catalogs-show.presentation-mode .category-nav .favorites-link,
.catalog_favorites-index.presentation-mode .category-nav .favorites-link {
  margin-left: auto;
}

/* line 215, app/assets/stylesheets/_catalog-presentation-mode.scss */
.catalogs-show.presentation-mode .category-nav .catalog-favorites-clear-button,
.catalog_favorites-index.presentation-mode .category-nav .catalog-favorites-clear-button {
  position: absolute;
  right: 0;
  top: 0;
  margin: 0.75rem 1rem 0 0;
}

/* line 221, app/assets/stylesheets/_catalog-presentation-mode.scss */
.catalogs-show.presentation-mode .category-nav .catalog-favorites-clear-button .button-secondary, .catalogs-show.presentation-mode .category-nav .catalog-favorites-clear-button .l fieldset button, .l fieldset .catalogs-show.presentation-mode .category-nav .catalog-favorites-clear-button button, .catalogs-show.presentation-mode .category-nav .catalog-favorites-clear-button .l .button-table, .l .catalogs-show.presentation-mode .category-nav .catalog-favorites-clear-button .button-table, .catalogs-show.presentation-mode .category-nav .catalog-favorites-clear-button .l .button-disabled, .catalogs-show.presentation-mode .category-nav .catalog-favorites-clear-button .l .catalog.slick-slider .slick-arrow.slick-disabled, .catalogs-show.presentation-mode .catalog.slick-slider .category-nav .catalog-favorites-clear-button .l .slick-arrow.slick-disabled, .l .catalogs-show.presentation-mode .category-nav .catalog-favorites-clear-button .button-disabled, .l .catalogs-show.presentation-mode .category-nav .catalog-favorites-clear-button .catalog.slick-slider .slick-arrow.slick-disabled, .l .catalogs-show.presentation-mode .catalog.slick-slider .category-nav .catalog-favorites-clear-button .slick-arrow.slick-disabled,
.catalog_favorites-index.presentation-mode .catalog.slick-slider .l .catalogs-show.presentation-mode .category-nav .catalog-favorites-clear-button .slick-arrow.slick-disabled, .catalogs-show.presentation-mode .category-nav .catalog-favorites-clear-button .image-list input[name="commit"], .image-list .catalogs-show.presentation-mode .category-nav .catalog-favorites-clear-button input[name="commit"], .catalogs-show.presentation-mode .category-nav .catalog-favorites-clear-button .ordering input[type="submit"], .ordering .catalogs-show.presentation-mode .category-nav .catalog-favorites-clear-button input[type="submit"], .catalogs-show.presentation-mode .category-nav .catalog-favorites-clear-button .presentation,
.catalog_favorites-index.presentation-mode .category-nav .catalog-favorites-clear-button .button-secondary,
.catalog_favorites-index.presentation-mode .category-nav .catalog-favorites-clear-button .l fieldset button,
.l fieldset .catalog_favorites-index.presentation-mode .category-nav .catalog-favorites-clear-button button,
.catalog_favorites-index.presentation-mode .category-nav .catalog-favorites-clear-button .l .button-table,
.l .catalog_favorites-index.presentation-mode .category-nav .catalog-favorites-clear-button .button-table,
.catalog_favorites-index.presentation-mode .category-nav .catalog-favorites-clear-button .l .button-disabled,
.catalog_favorites-index.presentation-mode .category-nav .catalog-favorites-clear-button .l .catalog.slick-slider .slick-arrow.slick-disabled,
.catalog_favorites-index.presentation-mode .catalog.slick-slider .category-nav .catalog-favorites-clear-button .l .slick-arrow.slick-disabled,
.l .catalog_favorites-index.presentation-mode .category-nav .catalog-favorites-clear-button .button-disabled,
.catalogs-show.presentation-mode .catalog.slick-slider .l .catalog_favorites-index.presentation-mode .category-nav .catalog-favorites-clear-button .slick-arrow.slick-disabled,
.l .catalog_favorites-index.presentation-mode .category-nav .catalog-favorites-clear-button .catalog.slick-slider .slick-arrow.slick-disabled,
.l .catalog_favorites-index.presentation-mode .catalog.slick-slider .category-nav .catalog-favorites-clear-button .slick-arrow.slick-disabled,
.catalog_favorites-index.presentation-mode .category-nav .catalog-favorites-clear-button .image-list input[name="commit"],
.image-list .catalog_favorites-index.presentation-mode .category-nav .catalog-favorites-clear-button input[name="commit"],
.catalog_favorites-index.presentation-mode .category-nav .catalog-favorites-clear-button .ordering input[type="submit"],
.ordering .catalog_favorites-index.presentation-mode .category-nav .catalog-favorites-clear-button input[type="submit"],
.catalog_favorites-index.presentation-mode .category-nav .catalog-favorites-clear-button .presentation {
  font-size: 0.77rem;
}

/* line 227, app/assets/stylesheets/_catalog-presentation-mode.scss */
.catalogs-show.presentation-mode .wrapper, .catalogs-show.presentation-mode .location-page .catalog-wrapper, .location-page .catalogs-show.presentation-mode .catalog-wrapper,
.catalog_favorites-index.presentation-mode .wrapper,
.catalog_favorites-index.presentation-mode .location-page .catalog-wrapper,
.location-page .catalog_favorites-index.presentation-mode .catalog-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  -ms-flex-positive: 1;
  min-width: 100%;
  margin: 0;
}

/* line 234, app/assets/stylesheets/_catalog-presentation-mode.scss */
.catalogs-show.presentation-mode .catalog:not([data-active-view]),
.catalog_favorites-index.presentation-mode .catalog:not([data-active-view]) {
  display: none;
}

/* line 238, app/assets/stylesheets/_catalog-presentation-mode.scss */
.catalogs-show.presentation-mode .catalog,
.catalog_favorites-index.presentation-mode .catalog {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  margin: 0 clamp(1em, clamp(0rem, max(calc(15vw - 6.2rem), 0rem) * 999999, 15vw + 0.8rem), 15rem + 0.8rem);
  flex-grow: 1;
  flex-basis: 0;
  gap: 1rem;
  -webkit-align-content: start;
  -moz-align-content: start;
  align-content: start;
  -ms-flex-line-pack: start;
}

/* line 248, app/assets/stylesheets/_catalog-presentation-mode.scss */
.catalogs-show.presentation-mode .catalog-item,
.catalog_favorites-index.presentation-mode .catalog-item {
  flex-basis: 100%;
}

/* line 251, app/assets/stylesheets/_catalog-presentation-mode.scss */
.catalogs-show.presentation-mode .catalog-item .product-options, .catalogs-show.presentation-mode .catalog-item h2, .catalogs-show.presentation-mode .catalog-item .details-sidebar .line-item-form p, .details-sidebar .line-item-form .catalogs-show.presentation-mode .catalog-item p,
.catalog_favorites-index.presentation-mode .catalog-item .product-options,
.catalog_favorites-index.presentation-mode .catalog-item h2,
.catalog_favorites-index.presentation-mode .catalog-item .details-sidebar .line-item-form p,
.details-sidebar .line-item-form .catalog_favorites-index.presentation-mode .catalog-item p {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

/* line 257, app/assets/stylesheets/_catalog-presentation-mode.scss */
.catalogs-show.presentation-mode .catalog-item .image-wrapper::before, .catalogs-show.presentation-mode .catalog-item .image-wrapper::after,
.catalog_favorites-index.presentation-mode .catalog-item .image-wrapper::before,
.catalog_favorites-index.presentation-mode .catalog-item .image-wrapper::after {
  width: 100%;
  z-index: 1;
}

/* line 262, app/assets/stylesheets/_catalog-presentation-mode.scss */
.catalogs-show.presentation-mode .catalog-item .image-wrapper::before,
.catalog_favorites-index.presentation-mode .catalog-item .image-wrapper::before {
  left: 0;
}

/* line 266, app/assets/stylesheets/_catalog-presentation-mode.scss */
.catalogs-show.presentation-mode .catalog-item .image-wrapper::after,
.catalog_favorites-index.presentation-mode .catalog-item .image-wrapper::after {
  right: 0;
}

@media screen and (min-width: 40em) {
  /* line 248, app/assets/stylesheets/_catalog-presentation-mode.scss */
  .catalogs-show.presentation-mode .catalog-item,
.catalog_favorites-index.presentation-mode .catalog-item {
    flex-basis: calc(50% - 0.5rem);
  }
}

@media screen and (min-width: 53.75em) {
  /* line 248, app/assets/stylesheets/_catalog-presentation-mode.scss */
  .catalogs-show.presentation-mode .catalog-item,
.catalog_favorites-index.presentation-mode .catalog-item {
    flex-basis: calc(33% - 0.33rem);
  }
}

/* line 279, app/assets/stylesheets/_catalog-presentation-mode.scss */
.catalogs-show.presentation-mode .catalog.slick-slider,
.catalog_favorites-index.presentation-mode .catalog.slick-slider {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: block;
  margin: 0;
}

/* line 284, app/assets/stylesheets/_catalog-presentation-mode.scss */
.catalogs-show.presentation-mode .catalog.slick-slider .image-wrapper img,
.catalog_favorites-index.presentation-mode .catalog.slick-slider .image-wrapper img {
  max-height: 90%;
  max-width: calc(100% - 7rem);
}

/* line 289, app/assets/stylesheets/_catalog-presentation-mode.scss */
.catalogs-show.presentation-mode .catalog.slick-slider .slick-arrow,
.catalog_favorites-index.presentation-mode .catalog.slick-slider .slick-arrow {
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  z-index: 1;
}

/* line 295, app/assets/stylesheets/_catalog-presentation-mode.scss */
.catalogs-show.presentation-mode .catalog.slick-slider .slick-arrow.slick-prev,
.catalog_favorites-index.presentation-mode .catalog.slick-slider .slick-arrow.slick-prev {
  left: 1em;
}

/* line 299, app/assets/stylesheets/_catalog-presentation-mode.scss */
.catalogs-show.presentation-mode .catalog.slick-slider .slick-arrow.slick-next,
.catalog_favorites-index.presentation-mode .catalog.slick-slider .slick-arrow.slick-next {
  right: 1em;
}

/* line 308, app/assets/stylesheets/_catalog-presentation-mode.scss */
.catalogs-show.presentation-mode .catalog.slick-slider .slick-list,
.catalog_favorites-index.presentation-mode .catalog.slick-slider .slick-list {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

/* line 316, app/assets/stylesheets/_catalog-presentation-mode.scss */
.catalogs-show.presentation-mode .catalog.slick-slider .catalog-item,
.catalog_favorites-index.presentation-mode .catalog.slick-slider .catalog-item {
  width: 100%;
  margin: 0;
  padding: 0 clamp(1em, clamp(0rem, max(calc(15vw - 6.2rem), 0rem) * 999999, 15vw + 0.8rem), 15rem + 0.8rem);
  height: 100%;
}

/* line 322, app/assets/stylesheets/_catalog-presentation-mode.scss */
.catalogs-show.presentation-mode .catalog.slick-slider .catalog-item .product-options, .catalogs-show.presentation-mode .catalog.slick-slider .catalog-item h2, .catalogs-show.presentation-mode .catalog.slick-slider .catalog-item .details-sidebar .line-item-form p, .details-sidebar .line-item-form .catalogs-show.presentation-mode .catalog.slick-slider .catalog-item p,
.catalog_favorites-index.presentation-mode .catalog.slick-slider .catalog-item .product-options,
.catalog_favorites-index.presentation-mode .catalog.slick-slider .catalog-item h2,
.catalog_favorites-index.presentation-mode .catalog.slick-slider .catalog-item .details-sidebar .line-item-form p,
.details-sidebar .line-item-form .catalog_favorites-index.presentation-mode .catalog.slick-slider .catalog-item p {
  max-width: none;
}

/* line 326, app/assets/stylesheets/_catalog-presentation-mode.scss */
.catalogs-show.presentation-mode .catalog.slick-slider .catalog-item h2, .catalogs-show.presentation-mode .catalog.slick-slider .catalog-item .details-sidebar .line-item-form p, .details-sidebar .line-item-form .catalogs-show.presentation-mode .catalog.slick-slider .catalog-item p,
.catalog_favorites-index.presentation-mode .catalog.slick-slider .catalog-item h2,
.catalog_favorites-index.presentation-mode .catalog.slick-slider .catalog-item .details-sidebar .line-item-form p,
.details-sidebar .line-item-form .catalog_favorites-index.presentation-mode .catalog.slick-slider .catalog-item p {
  font-size: 1.4em;
}

@media (min-height: 550px) {
  /* line 326, app/assets/stylesheets/_catalog-presentation-mode.scss */
  .catalogs-show.presentation-mode .catalog.slick-slider .catalog-item h2, .catalogs-show.presentation-mode .catalog.slick-slider .catalog-item .details-sidebar .line-item-form p, .details-sidebar .line-item-form .catalogs-show.presentation-mode .catalog.slick-slider .catalog-item p,
.catalog_favorites-index.presentation-mode .catalog.slick-slider .catalog-item h2,
.catalog_favorites-index.presentation-mode .catalog.slick-slider .catalog-item .details-sidebar .line-item-form p,
.details-sidebar .line-item-form .catalog_favorites-index.presentation-mode .catalog.slick-slider .catalog-item p {
    margin-bottom: 3em;
  }
}

/* line 335, app/assets/stylesheets/_catalog-presentation-mode.scss */
.catalogs-show.presentation-mode .catalog.slick-slider .slick-track,
.catalogs-show.presentation-mode .catalog.slick-slider .slick-slide,
.catalogs-show.presentation-mode .catalog.slick-slider .slick-slide > div,
.catalogs-show.presentation-mode .catalog.slick-slider .image-wrapper,
.catalog_favorites-index.presentation-mode .catalog.slick-slider .slick-track,
.catalog_favorites-index.presentation-mode .catalog.slick-slider .slick-slide,
.catalog_favorites-index.presentation-mode .catalog.slick-slider .slick-slide > div,
.catalog_favorites-index.presentation-mode .catalog.slick-slider .image-wrapper {
  height: 100% !important;
}

/* line 343, app/assets/stylesheets/_catalog-presentation-mode.scss */
.catalogs-show.presentation-mode .footer,
.catalog_favorites-index.presentation-mode .footer {
  display: none;
}

/* line 349, app/assets/stylesheets/_catalog-presentation-mode.scss */
.catalog_favorites-index.presentation-mode .category-nav {
  margin-right: clamp(8rem, 15vw, 15rem);
}

/* line 1, app/assets/stylesheets/_filters.scss */
.filters fieldset,
.filter.free-text {
  margin: 0 0 1em;
}

/* line 6, app/assets/stylesheets/_filters.scss */
.filter {
  border: 0;
  position: relative;
  min-height: 73px;
}

/* line 11, app/assets/stylesheets/_filters.scss */
.filter legend, .filter.free-text label {
  font-size: 0.9em !important;
  line-height: 1rem;
  margin-bottom: 0.9rem;
  color: #95958d;
}

/* line 18, app/assets/stylesheets/_filters.scss */
.filter button {
  width: auto;
}

/* line 22, app/assets/stylesheets/_filters.scss */
.filter div {
  font-weight: 800;
  margin-bottom: 0;
  min-height: 42px;
}

/* line 29, app/assets/stylesheets/_filters.scss */
.filter ol {
  margin-bottom: 0;
}

/* line 32, app/assets/stylesheets/_filters.scss */
.filter ol li:last-child label {
  margin-bottom: 0;
}

/* line 37, app/assets/stylesheets/_filters.scss */
.filter input {
  margin-bottom: 0 !important;
}

/* line 46, app/assets/stylesheets/_filters.scss */
.filter.free-text input {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  border-radius: 0;
  font-weight: 500;
  line-height: 1.5rem;
  margin-bottom: 0 !important;
}

/* line 58, app/assets/stylesheets/_filters.scss */
body.with-js .filter div {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -moz-box-align: baseline;
  box-align: baseline;
  -webkit-align-items: baseline;
  -moz-align-items: baseline;
  -ms-align-items: baseline;
  -o-align-items: baseline;
  align-items: baseline;
  -ms-flex-align: baseline;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

/* line 65, app/assets/stylesheets/_filters.scss */
body.with-js .filter .summary {
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  -ms-flex-positive: 1;
  word-wrap: break-word;
  margin-bottom: 0;
}

/* line 71, app/assets/stylesheets/_filters.scss */
body.with-js .filter button {
  padding: 0;
  background: transparent;
  border: none;
  color: #BE8B41;
  font-family: "adobe-caslon-pro";
  line-height: 1.5rem;
}

/* line 80, app/assets/stylesheets/_filters.scss */
body.with-js .filter ol {
  margin: 0.5em 0 0;
  width: 100%;
}

/* line 87, app/assets/stylesheets/_filters.scss */
body.with-js .filter:not(.js-feature-filter) ol {
  display: none;
}

/* line 93, app/assets/stylesheets/_filters.scss */
body.with-js .filter.js-feature-filter div {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10;
}

/* line 99, app/assets/stylesheets/_filters.scss */
body.with-js .filter.js-feature-filter div .summary {
  cursor: pointer;
  display: block;
  margin: 0;
}

/* line 105, app/assets/stylesheets/_filters.scss */
body.with-js .filter.js-feature-filter div.hide-options {
  z-index: 1;
}

/* line 108, app/assets/stylesheets/_filters.scss */
body.with-js .filter.js-feature-filter div.hide-options ol,
body.with-js .filter.js-feature-filter div.hide-options button {
  display: none;
}

@media screen and (min-width: 30em) {
  /* line 117, app/assets/stylesheets/_filters.scss */
  .filters {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
  }
  /* line 120, app/assets/stylesheets/_filters.scss */
  .filters .filter {
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
    -ms-flex-positive: 1;
    margin-left: 0.5em;
  }
  /* line 124, app/assets/stylesheets/_filters.scss */
  .filters .filter:first-child {
    margin-left: 0;
  }
}

@media screen and (min-width: 53.75em) {
  /* line 132, app/assets/stylesheets/_filters.scss */
  .filters {
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
    -ms-flex-positive: 1;
    margin-right: 0.5em;
  }
  /* line 137, app/assets/stylesheets/_filters.scss */
  .filters fieldset,
.filter.free-text {
    margin-bottom: 0;
  }
}

/* line 5, app/assets/stylesheets/_reseller-location.scss */
.reseller-location {
  min-height: 12.5em;
}

@media screen and (min-width: 40em) and (max-width: 53.6875em) {
  /* line 5, app/assets/stylesheets/_reseller-location.scss */
  .reseller-location {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 48.821174201%;
  }
  /* line 38, vendor/bundle/ruby/3.4.0/gems/neat-1.6.0/app/assets/stylesheets/grid/_span-columns.scss */
  .reseller-location:last-child {
    margin-right: 0;
  }
  /* line 52, vendor/bundle/ruby/3.4.0/gems/neat-1.6.0/app/assets/stylesheets/grid/_omega.scss */
  .reseller-location:nth-child(2n) {
    margin-right: 0;
  }
  /* line 57, vendor/bundle/ruby/3.4.0/gems/neat-1.6.0/app/assets/stylesheets/grid/_omega.scss */
  .reseller-location:nth-child(2n+1) {
    clear: left;
  }
}

@media screen and (min-width: 53.75em) {
  /* line 5, app/assets/stylesheets/_reseller-location.scss */
  .reseller-location {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 31.7615656014%;
  }
  /* line 38, vendor/bundle/ruby/3.4.0/gems/neat-1.6.0/app/assets/stylesheets/grid/_span-columns.scss */
  .reseller-location:last-child {
    margin-right: 0;
  }
  /* line 52, vendor/bundle/ruby/3.4.0/gems/neat-1.6.0/app/assets/stylesheets/grid/_omega.scss */
  .reseller-location:nth-child(3n) {
    margin-right: 0;
  }
  /* line 57, vendor/bundle/ruby/3.4.0/gems/neat-1.6.0/app/assets/stylesheets/grid/_omega.scss */
  .reseller-location:nth-child(3n+1) {
    clear: left;
  }
}

/* line 19, app/assets/stylesheets/_reseller-location.scss */
.background-sheet.reseller-location, .tabs .reseller-location.tab, .reseller-location.details-page {
  position: relative;
  background: white;
  border-color: #dadada;
  margin-bottom: 1.618em;
  min-height: 28em;
  box-shadow: 0 2px 40px rgba(0, 0, 0, 0.078);
  color: #454540;
}

/* line 29, app/assets/stylesheets/_reseller-location.scss */
.reseller-location .map {
  border-top-right-radius: 0.1875em;
  border-top-left-radius: 0.1875em;
}

/* line 34, app/assets/stylesheets/_reseller-location.scss */
.reseller-location a.url {
  margin-bottom: .4em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

/* line 43, app/assets/stylesheets/_reseller-location.scss */
.reseller-location .name {
  font-family: "futura-pt";
  margin-bottom: .5em;
  font-weight: 500;
  line-height: 1.4em;
}

/* line 50, app/assets/stylesheets/_reseller-location.scss */
.reseller-location .address {
  margin-bottom: 1.618em;
}

/* line 54, app/assets/stylesheets/_reseller-location.scss */
.reseller-location.background-sheet, .tabs .reseller-location.tab, .reseller-location.details-page {
  clear: none;
}

/* line 58, app/assets/stylesheets/_reseller-location.scss */
.reseller-location .background-sheet-inner {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
}

/* line 64, app/assets/stylesheets/_reseller-location.scss */
body.with-js .reseller-location .map {
  height: 225px;
  margin: -1em -1em 1em -1em;
}

/* line 70, app/assets/stylesheets/_reseller-location.scss */
.reseller-location .contact-controls {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: start;
  margin-left: -0.2em;
}

/* line 75, app/assets/stylesheets/_reseller-location.scss */
.reseller-location .contact-controls a {
  padding: .6em .7em;
}

/* line 80, app/assets/stylesheets/_reseller-location.scss */
.reseller-location a {
  font-weight: 500;
  margin: 0.2em;
}

@media screen and (max-width: 39.9375em) {
  /* line 1, app/assets/stylesheets/_table-with-image.scss */
  .table-with-image input {
    font-size: .7em;
  }
}

/* line 7, app/assets/stylesheets/_table-with-image.scss */
.table-with-image h2, .table-with-image .details-sidebar .line-item-form p, .details-sidebar .line-item-form .table-with-image p {
  float: left;
}

/* line 11, app/assets/stylesheets/_table-with-image.scss */
.table-with-image td:first-child {
  padding-left: 1em;
}

/* line 15, app/assets/stylesheets/_table-with-image.scss */
.table-with-image td a {
  font-family: "futura-pt";
  font-weight: 500;
}

/* line 20, app/assets/stylesheets/_table-with-image.scss */
.table-with-image td:last-child {
  padding-right: 1em;
}

/* line 24, app/assets/stylesheets/_table-with-image.scss */
.table-with-image td:last-child input {
  width: 100%;
}

/* line 28, app/assets/stylesheets/_table-with-image.scss */
.table-with-image .image {
  width: 0%;
}

@media screen and (min-width: 40em) and (max-width: 53.6875em) {
  /* line 28, app/assets/stylesheets/_table-with-image.scss */
  .table-with-image .image {
    width: 20%;
  }
}

@media screen and (min-width: 53.75em) {
  /* line 28, app/assets/stylesheets/_table-with-image.scss */
  .table-with-image .image {
    width: 15%;
  }
}

/* line 40, app/assets/stylesheets/_table-with-image.scss */
.table-with-image .image-wrapper {
  height: auto;
  border: none;
}

/* line 45, app/assets/stylesheets/_table-with-image.scss */
.table-with-image .image-wrapper img {
  height: auto;
  display: none;
}

@media screen and (min-width: 40em) and (max-width: 53.6875em) {
  /* line 45, app/assets/stylesheets/_table-with-image.scss */
  .table-with-image .image-wrapper img {
    display: inline;
  }
}

@media screen and (min-width: 53.75em) {
  /* line 45, app/assets/stylesheets/_table-with-image.scss */
  .table-with-image .image-wrapper img {
    display: inline;
  }
}

/* line 64, app/assets/stylesheets/_table-with-image.scss */
.table-with-image .number {
  width: 5em;
}

/* line 68, app/assets/stylesheets/_table-with-image.scss */
.table-with-image th,
.table-with-image td {
  padding: 1em;
}

/* line 73, app/assets/stylesheets/_table-with-image.scss */
.table-with-image td a {
  display: block;
}

/* line 77, app/assets/stylesheets/_table-with-image.scss */
.table-with-image .error-row {
  background: #ffe5e0;
}

/* line 80, app/assets/stylesheets/_table-with-image.scss */
.table-with-image .error-row a {
  color: tomato;
}

/* line 83, app/assets/stylesheets/_table-with-image.scss */
.table-with-image .error-row a:hover, .table-with-image .error-row a:active, .table-with-image .error-row a:focus {
  color: #ff401e;
}

/* line 89, app/assets/stylesheets/_table-with-image.scss */
.table-with-image .delivery-address,
.table-with-image .notes {
  text-align: center;
  font-size: 1.3em;
  color: silver;
  background: #fafaf9;
  padding: 1em;
  border-bottom: 1px solid #E4E4E4;
  border-top-right-radius: 0.1875em;
  border-top-left-radius: 0.1875em;
}

/* line 100, app/assets/stylesheets/_table-with-image.scss */
.table-with-image .delivery-address:first-child,
.table-with-image .notes:first-child {
  border-top: 4px solid #cda365;
  font-weight: 700;
  color: #454540;
}

/* line 108, app/assets/stylesheets/_table-with-image.scss */
.table-with-image .order-details > td {
  padding: 0;
  border-bottom: none;
}

/* line 113, app/assets/stylesheets/_table-with-image.scss */
.table-with-image .order-details .delivery-address:first-child {
  border-top: none;
}

/* line 118, app/assets/stylesheets/_table-with-image.scss */
.table-with-image .price-footer {
  background: #faf6f0;
}

/* line 122, app/assets/stylesheets/_table-with-image.scss */
.table-with-image .price-footer td:last-child {
  font-size: 1.3em;
  font-weight: 800;
  text-align: right;
}

/* line 128, app/assets/stylesheets/_table-with-image.scss */
.table-with-image .price {
  text-align: right;
  display: inline;
}

@media screen and (min-width: 53.75em) {
  /* line 128, app/assets/stylesheets/_table-with-image.scss */
  .table-with-image .price {
    width: 10%;
  }
}

/* line 136, app/assets/stylesheets/_table-with-image.scss */
.table-with-image .price span {
  margin-bottom: 0;
  display: block;
  font-size: .9em;
}

@media screen and (min-width: 53.75em) {
  /* line 136, app/assets/stylesheets/_table-with-image.scss */
  .table-with-image .price span {
    font-size: 1em;
  }
}

/* line 145, app/assets/stylesheets/_table-with-image.scss */
.table-with-image .price span:first-child {
  color: silver;
}

/* line 155, app/assets/stylesheets/_table-with-image.scss */
.table-with-image .toggle-wrapper {
  display: flex;
}

/* line 159, app/assets/stylesheets/_table-with-image.scss */
.table-with-image .toggle {
  width: 1.5rem;
  height: 1.5rem;
  padding: 0;
  border: none;
  margin: 0;
  background: none;
  -webkit-appearance: none;
}

/* line 168, app/assets/stylesheets/_table-with-image.scss */
.table-with-image .toggle:before {
  content: '\25BA';
}

/* line 174, app/assets/stylesheets/_table-with-image.scss */
.table-with-image .expanded .toggle:before {
  content: '\25BC';
}

/* line 179, app/assets/stylesheets/_table-with-image.scss */
.table-with-image .order-details {
  display: none;
}

/* line 183, app/assets/stylesheets/_table-with-image.scss */
.table-with-image .expanded + .order-details {
  display: table-row;
}

/* line 187, app/assets/stylesheets/_table-with-image.scss */
.table-with-image .api-label {
  display: inline-block;
  background: #e8e8e8;
  color: #686a67;
  border-radius: 0.125rem;
  font-family: "futura-pt";
  font-weight: 600;
  padding: 0 0.25em;
}

/* line 1, app/assets/stylesheets/_recent-orders.scss */
.recent-orders table {
  table-layout: auto;
}

/* line 1, app/assets/stylesheets/_table-checkout-area.scss */
.table-checkout-area {
  background: #fafaf9;
  box-shadow: inset 1px 2px 0 white;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  border-bottom-left-radius: 0.1875em;
  border-bottom-right-radius: 0.1875em;
  padding: 1em;
}

@media screen and (min-width: 40em) {
  /* line 1, app/assets/stylesheets/_table-checkout-area.scss */
  .table-checkout-area {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
    -ms-flex-direction: row;
    padding: 2em;
  }
}

/* line 20, app/assets/stylesheets/_table-checkout-area.scss */
.table-checkout-area .placed_order_delivery_address select, .table-checkout-area .placed_order_delivery_address .filter div, .filter .table-checkout-area .placed_order_delivery_address div, .table-checkout-area .placed_order_delivery_address .filter.free-text input, .filter.free-text .table-checkout-area .placed_order_delivery_address input {
  margin-top: .8em;
}

/* line 25, app/assets/stylesheets/_table-checkout-area.scss */
.table-checkout-area .checkout-options {
  border-radius: 0.1875em;
  border: 1px solid #E4E4E4;
  padding: 1em 1em 0em 1em;
  margin-bottom: 1em;
}

/* line 15, vendor/bundle/ruby/3.4.0/gems/bourbon-3.2.4/app/assets/stylesheets/addons/_clearfix.scss */
.table-checkout-area .checkout-options:after {
  content: "";
  display: table;
  clear: both;
}

@media screen and (min-width: 40em) {
  /* line 25, app/assets/stylesheets/_table-checkout-area.scss */
  .table-checkout-area .checkout-options {
    -webkit-flex-basis: 47em;
    -moz-flex-basis: 47em;
    flex-basis: 47em;
    -ms-flex-preferred-size: 47em;
    margin-bottom: 0;
    margin-right: 1em;
  }
}

/* line 38, app/assets/stylesheets/_table-checkout-area.scss */
.table-checkout-area .checkout-options textarea {
  height: 2.8em;
}

/* line 43, app/assets/stylesheets/_table-checkout-area.scss */
.table-checkout-area .checkout-submit {
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  -ms-flex-positive: 1;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  background-color: #e8e8e8;
  border: 1px solid #E2E2E2;
  box-shadow: inset 0 0px 1px #d6d7d6, 0 2px 1px rgba(255, 255, 255, 0.4);
  text-shadow: 0 1px 0px white;
  background-color: #f1f1f1;
  padding: 1em;
}

/* line 15, vendor/bundle/ruby/3.4.0/gems/bourbon-3.2.4/app/assets/stylesheets/addons/_clearfix.scss */
.table-checkout-area .checkout-submit:after {
  content: "";
  display: table;
  clear: both;
}

/* line 53, app/assets/stylesheets/_table-checkout-area.scss */
.table-checkout-area .checkout-submit input {
  width: 100%;
}

/* line 58, app/assets/stylesheets/_table-checkout-area.scss */
.table-checkout-area .checkout-submit input[type="submit"] {
  padding: 1.5em 2.5em;
}

/* line 1, app/assets/stylesheets/_table-row-controls.scss */
.table-row-controls {
  width: 45%;
}

@media screen and (min-width: 53.75em) {
  /* line 1, app/assets/stylesheets/_table-row-controls.scss */
  .table-row-controls {
    width: 45%;
  }
}

/* line 9, app/assets/stylesheets/_table-row-controls.scss */
.table-row-controls label {
  position: absolute;
  left: -9999px;
}

/* line 14, app/assets/stylesheets/_table-row-controls.scss */
.table-row-controls input {
  width: 100%;
}

/* line 20, app/assets/stylesheets/_table-row-controls.scss */
.table-row-controls .amount {
  margin-bottom: .5em;
}

@media screen and (min-width: 53.75em) {
  /* line 20, app/assets/stylesheets/_table-row-controls.scss */
  .table-row-controls .amount {
    width: 50%;
    float: left;
  }
}

@media screen and (min-width: 53.75em) {
  /* line 29, app/assets/stylesheets/_table-row-controls.scss */
  .table-row-controls .amount .line_item_quantity {
    width: 30%;
    margin-right: 5%;
    float: left;
  }
}

/* line 37, app/assets/stylesheets/_table-row-controls.scss */
.table-row-controls .amount .line_item_quantity input {
  margin-bottom: .5em;
}

/* line 41, app/assets/stylesheets/_table-row-controls.scss */
.table-row-controls .amount input[type="submit"] {
  width: 100%;
}

@media screen and (min-width: 53.75em) {
  /* line 41, app/assets/stylesheets/_table-row-controls.scss */
  .table-row-controls .amount input[type="submit"] {
    width: 60%;
    margin-right: 5%;
    float: left;
  }
}

/* line 53, app/assets/stylesheets/_table-row-controls.scss */
.table-row-controls .delete {
  width: 100%;
  margin-bottom: .5em;
}

@media screen and (min-width: 53.75em) {
  /* line 53, app/assets/stylesheets/_table-row-controls.scss */
  .table-row-controls .delete {
    width: 20%;
    float: left;
  }
}

/* line 1, app/assets/stylesheets/_table-header-controls.scss */
.table-header-controls {
  float: right;
}

/* line 5, app/assets/stylesheets/_table-header-controls.scss */
.table-header-controls .button-secondary, .table-header-controls .l fieldset button, .l fieldset .table-header-controls button, .table-header-controls .l .button-table, .l .table-header-controls .button-table, .table-header-controls .l .button-disabled, .l .table-header-controls .button-disabled, .table-header-controls .image-list input[name="commit"], .image-list .table-header-controls input[name="commit"], .table-header-controls .ordering input[type="submit"], .ordering .table-header-controls input[type="submit"], .table-header-controls .category-nav .presentation, .category-nav .table-header-controls .presentation, .table-header-controls .l .catalogs-show.presentation-mode .catalog.slick-slider .slick-arrow.slick-disabled, .l .catalogs-show.presentation-mode .catalog.slick-slider .table-header-controls .slick-arrow.slick-disabled, .table-header-controls .catalogs-show.presentation-mode .catalog.slick-slider .l .slick-arrow.slick-disabled, .catalogs-show.presentation-mode .catalog.slick-slider .l .table-header-controls .slick-arrow.slick-disabled,
.table-header-controls .l .catalog_favorites-index.presentation-mode .catalog.slick-slider .slick-arrow.slick-disabled,
.l .catalog_favorites-index.presentation-mode .catalog.slick-slider .table-header-controls .slick-arrow.slick-disabled,
.table-header-controls .catalog_favorites-index.presentation-mode .catalog.slick-slider .l .slick-arrow.slick-disabled,
.catalog_favorites-index.presentation-mode .catalog.slick-slider .l .table-header-controls .slick-arrow.slick-disabled {
  padding: .5em .8em;
}

/* line 9, app/assets/stylesheets/_table-header-controls.scss */
.other {
  background: rgba(205, 163, 101, 0.05);
}

/* line 1, app/assets/stylesheets/_placed-orders.scss */
.placed_orders .item-price {
  width: 10em;
}

/* line 1, app/assets/stylesheets/_pending-orders.scss */
.pending_orders .table-with-image .name a {
  color: #454540;
  font-weight: 800;
}

/* line 5, app/assets/stylesheets/_pending-orders.scss */
.pending_orders .table-with-image .name a:hover {
  color: #BE8B41;
}

@media screen and (min-width: 40em) and (max-width: 53.6875em) {
  /* line 1, app/assets/stylesheets/_option-list.scss */
  .option-list.table-with-image td:first-child {
    width: 10%;
  }
}

@media screen and (min-width: 53.75em) {
  /* line 1, app/assets/stylesheets/_option-list.scss */
  .option-list.table-with-image td:first-child {
    width: 7%;
  }
}

/* line 11, app/assets/stylesheets/_option-list.scss */
.option-list.table-with-image td:last-child {
  width: 50%;
}

@media screen and (min-width: 40em) and (max-width: 53.6875em) {
  /* line 11, app/assets/stylesheets/_option-list.scss */
  .option-list.table-with-image td:last-child {
    width: 30%;
  }
}

@media screen and (min-width: 53.75em) {
  /* line 11, app/assets/stylesheets/_option-list.scss */
  .option-list.table-with-image td:last-child {
    width: 20%;
  }
}

/* line 23, app/assets/stylesheets/_option-list.scss */
.option-list.table-with-image .image-wrapper img {
  border-radius: 0.1875em;
  height: 2.5em;
  width: 2.5em;
}

/* line 6, app/assets/stylesheets/_footer.scss */
.footer {
  background: #edefeb;
  padding: 3em 1.618em;
  width: 100%;
  height: 43em;
}

@media screen and (min-width: 53.75em) {
  /* line 6, app/assets/stylesheets/_footer.scss */
  .footer {
    height: 27em;
  }
}

/* line 16, app/assets/stylesheets/_footer.scss */
.footer .footer-logo {
  text-align: center;
  margin-bottom: 2em;
}

/* line 20, app/assets/stylesheets/_footer.scss */
.footer .footer-logo img {
  max-height: 4em;
  max-width: 8em;
}

/* line 26, app/assets/stylesheets/_footer.scss */
.footer .footer-links {
  margin-bottom: 1.5em;
}

/* line 15, vendor/bundle/ruby/3.4.0/gems/bourbon-3.2.4/app/assets/stylesheets/addons/_clearfix.scss */
.footer .footer-links:after {
  content: "";
  display: table;
  clear: both;
}

/* line 31, app/assets/stylesheets/_footer.scss */
.footer .footer-columns {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}

/* line 37, app/assets/stylesheets/_footer.scss */
.footer ul {
  -webkit-flex-basis: 11em;
  -moz-flex-basis: 11em;
  flex-basis: 11em;
  -ms-flex-preferred-size: 11em;
  margin: 0 0.809em 3em;
}

/* line 42, app/assets/stylesheets/_footer.scss */
.footer li {
  text-align: center;
}

/* line 46, app/assets/stylesheets/_footer.scss */
.footer li a,
.footer li input[type="submit"] {
  border: 0;
  font-family: "adobe-caslon-pro";
  font-weight: normal;
  font-size: 1.1em;
  padding: 2px;
  color: rgba(69, 69, 64, 0.6);
  background: none;
}

/* line 58, app/assets/stylesheets/_footer.scss */
.footer li h3 {
  color: #454540;
  font-size: 1.1em;
  font-weight: 800;
  margin-bottom: .4em;
}

/* line 65, app/assets/stylesheets/_footer.scss */
.footer p {
  color: rgba(69, 69, 64, 0.6);
  font-size: .9em;
  line-height: 1.5em;
  margin: auto;
  max-width: 55em;
  text-align: center;
}

/* line 75, app/assets/stylesheets/_footer.scss */
.main-content-sticky-footer {
  min-height: 80%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -7em;
}

/* line 82, app/assets/stylesheets/_footer.scss */
.main-content-sticky-footer:after {
  content: "";
  display: block;
}

/* line 87, app/assets/stylesheets/_footer.scss */
.main-content-sticky-footer:after {
  height: 7em;
}

@media screen and (min-width: 53.75em) {
  /* line 87, app/assets/stylesheets/_footer.scss */
  .main-content-sticky-footer:after {
    height: 7em;
  }
}

/* line 1, app/assets/stylesheets/_accounts.scss */
.accounts .accounts-header {
  margin-bottom: 1em;
}

@media screen and (min-width: 40em) and (max-width: 53.6875em) {
  /* line 1, app/assets/stylesheets/_accounts.scss */
  .accounts .accounts-header {
    float: left;
  }
}

@media screen and (min-width: 53.75em) {
  /* line 1, app/assets/stylesheets/_accounts.scss */
  .accounts .accounts-header {
    float: left;
  }
}

/* line 13, app/assets/stylesheets/_accounts.scss */
.accounts .accounts-header .label {
  border-bottom: 1px solid #E4E4E4;
  margin-bottom: 1em;
}

/* line 19, app/assets/stylesheets/_accounts.scss */
.accounts .accounts-header h1 {
  margin-bottom: .17em;
  line-height: 1em;
}

/* line 28, app/assets/stylesheets/_accounts.scss */
.accounts .actions {
  margin-bottom: 2em;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

@media screen and (min-width: 40em) and (max-width: 53.6875em) {
  /* line 28, app/assets/stylesheets/_accounts.scss */
  .accounts .actions {
    float: right;
    margin-bottom: 0;
  }
}

@media screen and (min-width: 53.75em) {
  /* line 28, app/assets/stylesheets/_accounts.scss */
  .accounts .actions {
    float: right;
    margin-bottom: 0;
  }
}

/* line 45, app/assets/stylesheets/_accounts.scss */
.accounts ul {
  clear: both;
  border: 1px solid #E4E4E4;
  border-radius: 0.1875em;
}

/* line 51, app/assets/stylesheets/_accounts.scss */
.accounts ul li {
  padding: 1em;
  display: block;
  border-bottom: 1px solid #E4E4E4;
}

/* line 1, app/assets/stylesheets/_admin-accounts.scss */
.admin-accounts .edit_account .button-secondary, .admin-accounts .edit_account .l fieldset button, .l fieldset .admin-accounts .edit_account button, .admin-accounts .edit_account .l .button-table, .l .admin-accounts .edit_account .button-table, .admin-accounts .edit_account .l .button-disabled, .l .admin-accounts .edit_account .button-disabled, .admin-accounts .edit_account .image-list input[name="commit"], .image-list .admin-accounts .edit_account input[name="commit"], .admin-accounts .edit_account .ordering input[type="submit"], .ordering .admin-accounts .edit_account input[type="submit"], .admin-accounts .edit_account .category-nav .presentation, .category-nav .admin-accounts .edit_account .presentation, .admin-accounts .edit_account .l .catalogs-show.presentation-mode .catalog.slick-slider .slick-arrow.slick-disabled, .l .catalogs-show.presentation-mode .catalog.slick-slider .admin-accounts .edit_account .slick-arrow.slick-disabled, .admin-accounts .edit_account .catalogs-show.presentation-mode .catalog.slick-slider .l .slick-arrow.slick-disabled, .catalogs-show.presentation-mode .catalog.slick-slider .l .admin-accounts .edit_account .slick-arrow.slick-disabled,
.admin-accounts .edit_account .l .catalog_favorites-index.presentation-mode .catalog.slick-slider .slick-arrow.slick-disabled,
.l .catalog_favorites-index.presentation-mode .catalog.slick-slider .admin-accounts .edit_account .slick-arrow.slick-disabled,
.admin-accounts .edit_account .catalog_favorites-index.presentation-mode .catalog.slick-slider .l .slick-arrow.slick-disabled,
.catalog_favorites-index.presentation-mode .catalog.slick-slider .l .admin-accounts .edit_account .slick-arrow.slick-disabled {
  margin-bottom: 1em;
}

/* line 5, app/assets/stylesheets/_admin-accounts.scss */
.wrapper.thin .button-secondary, .location-page .thin.catalog-wrapper .button-secondary, .wrapper.authentication-box .button-secondary, .location-page .catalog-wrapper.authentication-box .button-secondary, .wrapper.thin .l fieldset button, .l fieldset .wrapper.thin button, .location-page .thin.catalog-wrapper .l fieldset button, .l fieldset .location-page .thin.catalog-wrapper button, .wrapper.authentication-box .l fieldset button, .l fieldset .wrapper.authentication-box button, .location-page .catalog-wrapper.authentication-box .l fieldset button, .l fieldset .location-page .catalog-wrapper.authentication-box button, .wrapper.thin .l .button-table, .l .wrapper.thin .button-table, .location-page .thin.catalog-wrapper .l .button-table, .l .location-page .thin.catalog-wrapper .button-table, .wrapper.authentication-box .l .button-table, .l .wrapper.authentication-box .button-table, .location-page .catalog-wrapper.authentication-box .l .button-table, .l .location-page .catalog-wrapper.authentication-box .button-table, .wrapper.thin .l .button-disabled, .l .wrapper.thin .button-disabled, .location-page .thin.catalog-wrapper .l .button-disabled, .l .location-page .thin.catalog-wrapper .button-disabled, .wrapper.authentication-box .l .button-disabled, .l .wrapper.authentication-box .button-disabled, .location-page .catalog-wrapper.authentication-box .l .button-disabled, .l .location-page .catalog-wrapper.authentication-box .button-disabled, .wrapper.thin .image-list input[name="commit"], .image-list .wrapper.thin input[name="commit"], .location-page .thin.catalog-wrapper .image-list input[name="commit"], .image-list .location-page .thin.catalog-wrapper input[name="commit"], .wrapper.authentication-box .image-list input[name="commit"], .image-list .wrapper.authentication-box input[name="commit"], .location-page .catalog-wrapper.authentication-box .image-list input[name="commit"], .image-list .location-page .catalog-wrapper.authentication-box input[name="commit"], .wrapper.thin .ordering input[type="submit"], .ordering .wrapper.thin input[type="submit"], .location-page .thin.catalog-wrapper .ordering input[type="submit"], .ordering .location-page .thin.catalog-wrapper input[type="submit"], .wrapper.authentication-box .ordering input[type="submit"], .ordering .wrapper.authentication-box input[type="submit"], .location-page .catalog-wrapper.authentication-box .ordering input[type="submit"], .ordering .location-page .catalog-wrapper.authentication-box input[type="submit"], .wrapper.thin .category-nav .presentation, .category-nav .wrapper.thin .presentation, .location-page .thin.catalog-wrapper .category-nav .presentation, .category-nav .location-page .thin.catalog-wrapper .presentation, .wrapper.authentication-box .category-nav .presentation, .category-nav .wrapper.authentication-box .presentation, .location-page .catalog-wrapper.authentication-box .category-nav .presentation, .category-nav .location-page .catalog-wrapper.authentication-box .presentation, .wrapper.thin .l .catalogs-show.presentation-mode .catalog.slick-slider .slick-arrow.slick-disabled, .l .catalogs-show.presentation-mode .catalog.slick-slider .wrapper.thin .slick-arrow.slick-disabled, .location-page .thin.catalog-wrapper .l .catalogs-show.presentation-mode .catalog.slick-slider .slick-arrow.slick-disabled, .l .catalogs-show.presentation-mode .catalog.slick-slider .location-page .thin.catalog-wrapper .slick-arrow.slick-disabled, .wrapper.authentication-box .l .catalogs-show.presentation-mode .catalog.slick-slider .slick-arrow.slick-disabled, .l .catalogs-show.presentation-mode .catalog.slick-slider .wrapper.authentication-box .slick-arrow.slick-disabled, .location-page .catalog-wrapper.authentication-box .l .catalogs-show.presentation-mode .catalog.slick-slider .slick-arrow.slick-disabled, .l .catalogs-show.presentation-mode .catalog.slick-slider .location-page .catalog-wrapper.authentication-box .slick-arrow.slick-disabled, .wrapper.thin .catalogs-show.presentation-mode .catalog.slick-slider .l .slick-arrow.slick-disabled, .catalogs-show.presentation-mode .catalog.slick-slider .l .wrapper.thin .slick-arrow.slick-disabled, .location-page .thin.catalog-wrapper .catalogs-show.presentation-mode .catalog.slick-slider .l .slick-arrow.slick-disabled, .catalogs-show.presentation-mode .catalog.slick-slider .l .location-page .thin.catalog-wrapper .slick-arrow.slick-disabled, .wrapper.authentication-box .catalogs-show.presentation-mode .catalog.slick-slider .l .slick-arrow.slick-disabled, .catalogs-show.presentation-mode .catalog.slick-slider .l .wrapper.authentication-box .slick-arrow.slick-disabled, .location-page .catalog-wrapper.authentication-box .catalogs-show.presentation-mode .catalog.slick-slider .l .slick-arrow.slick-disabled, .catalogs-show.presentation-mode .catalog.slick-slider .l .location-page .catalog-wrapper.authentication-box .slick-arrow.slick-disabled,
.wrapper.thin .l .catalog_favorites-index.presentation-mode .catalog.slick-slider .slick-arrow.slick-disabled,
.l .catalog_favorites-index.presentation-mode .catalog.slick-slider .wrapper.thin .slick-arrow.slick-disabled,
.location-page .thin.catalog-wrapper .l .catalog_favorites-index.presentation-mode .catalog.slick-slider .slick-arrow.slick-disabled,
.l .catalog_favorites-index.presentation-mode .catalog.slick-slider .location-page .thin.catalog-wrapper .slick-arrow.slick-disabled,
.wrapper.authentication-box .l .catalog_favorites-index.presentation-mode .catalog.slick-slider .slick-arrow.slick-disabled,
.l .catalog_favorites-index.presentation-mode .catalog.slick-slider .wrapper.authentication-box .slick-arrow.slick-disabled,
.location-page .catalog-wrapper.authentication-box .l .catalog_favorites-index.presentation-mode .catalog.slick-slider .slick-arrow.slick-disabled,
.l .catalog_favorites-index.presentation-mode .catalog.slick-slider .location-page .catalog-wrapper.authentication-box .slick-arrow.slick-disabled,
.wrapper.thin .catalog_favorites-index.presentation-mode .catalog.slick-slider .l .slick-arrow.slick-disabled,
.catalog_favorites-index.presentation-mode .catalog.slick-slider .l .wrapper.thin .slick-arrow.slick-disabled,
.location-page .thin.catalog-wrapper .catalog_favorites-index.presentation-mode .catalog.slick-slider .l .slick-arrow.slick-disabled,
.catalog_favorites-index.presentation-mode .catalog.slick-slider .l .location-page .thin.catalog-wrapper .slick-arrow.slick-disabled,
.wrapper.authentication-box .catalog_favorites-index.presentation-mode .catalog.slick-slider .l .slick-arrow.slick-disabled,
.catalog_favorites-index.presentation-mode .catalog.slick-slider .l .wrapper.authentication-box .slick-arrow.slick-disabled,
.location-page .catalog-wrapper.authentication-box .catalog_favorites-index.presentation-mode .catalog.slick-slider .l .slick-arrow.slick-disabled,
.catalog_favorites-index.presentation-mode .catalog.slick-slider .l .location-page .catalog-wrapper.authentication-box .slick-arrow.slick-disabled {
  float: left;
}

/* line 2, app/assets/stylesheets/_frame-fieldset.scss */
.l .frame-fieldset {
  margin: 0 0 1.618em 0;
  border: 1px solid #E4E4E4;
  padding: 1em;
  border-radius: 0.1875em;
  box-shadow: 0 1px 0px rgba(0, 0, 0, 0.1);
}

/* line 10, app/assets/stylesheets/_frame-fieldset.scss */
.l .frame-fieldset legend, .l .frame-fieldset .filter.free-text label, .filter.free-text .l .frame-fieldset label {
  box-shadow: 0 1px 0px rgba(0, 0, 0, 0.1);
  border: 1px solid #E4E4E4;
  padding: .2em .5em;
  border-radius: 0.1875em;
}

/* line 1, app/assets/stylesheets/_line-item-form.scss */
.line-item-form a {
  text-overflow: ellipsis;
  overflow: hidden;
}

@media screen and (min-width: 53.75em) {
  /* line 1, app/assets/stylesheets/_address.scss */
  .address .city {
    margin-right: 5%;
    float: left;
  }
}

@media screen and (min-width: 53.75em) {
  /* line 8, app/assets/stylesheets/_address.scss */
  .address .postal-code {
    float: left;
    margin-right: 0.3em;
  }
}

/* line 13, app/assets/stylesheets/application-fredahl.css.scss */
.environment .presentation-inner .presentation-copy p {
  color: #333;
}

/* line 17, app/assets/stylesheets/application-fredahl.css.scss */
.environment .presentation-copy h2, .environment .presentation-copy .details-sidebar .line-item-form p, .details-sidebar .line-item-form .environment .presentation-copy p {
  color: #454540;
}
