
@charset "UTF-8";

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
}

html {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

caption,
th,
td {
    text-align: left;
    font-weight: normal;
    vertical-align: middle;
}

q,
blockquote {
    quotes: none;
}

q:before,
q:after,
blockquote:before,
blockquote:after {
    content: "";
    content: none;
}

a {
    text-decoration: none;
    color: inherit;
}

a:hover {
    cursor: pointer;
}

a img {
    border: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
    display: block;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

* {
    box-sizing: border-box
}

:root {
    --venia-anim-bounce: cubic-bezier(0.5, 1.8, 0.9, 0.8);
    --venia-anim-in: cubic-bezier(0, 0, 0.2, 1);
    --venia-anim-out: cubic-bezier(0.4, 0, 1, 1);
    --venia-anim-standard: cubic-bezier(0.4, 0, 0.2, 1);
    --venia-background-color: 255, 255, 255;
    --venia-border: var(--app-black);
    --venia-error: 220, 20, 60;
    --venia-error-alt: 255, 226, 234;
    --venia-font: -apple-system, BlinkMacSystemFont, sans-serif;
    --venia-grey: 246, 246, 246;
    --venia-grey-dark: 209, 209, 209;
    --venia-grey-darker: 112, 112, 112;
    --venia-orange: 241, 99, 33;
    --venia-teal: 0, 115, 120;
    --venia-teal-alt: 224, 240, 241;
    --venia-teal-dark: 0, 104, 108;
    --venia-teal-light: 212, 243, 238;
    --venia-text: 33, 33, 33;
    --venia-text-alt: var(--venia-grey-darker);
    --venia-text-hint: 158, 158, 158;
    --venia-text-spot: 255, 99, 51;
    --venia-warning-dark: 249, 93, 94;
    --venia-warning-light: 254, 229, 232;
    --app-body-text: v.$secondary-grey;
    --app-text-links: v.$secondary-brown;
    --app-primary: #aa9668;
    --app-product-card-main: var(--app-primary);
    --app-primary-active: #887853;
    --app-transition-time: 0.25s;
    --app-black: #1d1d1b;
    --app-border-color: v.$border-color;
    --app-border-hover: v.$secondary-grey;
    --app-mobile-action-bar-height: 50px;
    --app-narrow-font: -apple-system, BlinkMacSystemFont, sans-serif;
    --app-light-background: #f1f1f1;
    --app-lines-and-borders: #e7e7e7
}

html {
    background-color: #fff;
    font-size: 100%;
    font-weight: 400;
    line-height: 1;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased
}

body {
    font-family: adobe-garamond-pro, serif, -apple-system, BlinkMacSystemFont
}

body[data-fonts-loaded=true] {
    font-family: adobe-garamond-pro, serif, -apple-system, BlinkMacSystemFont
}

body[data-fonts-loaded=true] body,
body[data-fonts-loaded=true] input,
body[data-fonts-loaded=true] select,
body[data-fonts-loaded=true] textarea,
body[data-fonts-loaded=true] button {
    font-family: adobe-garamond-pro, serif, -apple-system, BlinkMacSystemFont
}

body[data-fonts-loaded=true] h1,
body[data-fonts-loaded=true] h2,
body[data-fonts-loaded=true] h3,
body[data-fonts-loaded=true] h4,
body[data-fonts-loaded=true] h5,
body[data-fonts-loaded=true] h6 {
    font-family: franklin-gothic-condensed, sans-serif, -apple-system, BlinkMacSystemFont
}

body {
    background-color: #fff;
    color: var(--venia-text);
    margin: 0;
    padding: 0
}

html[data-scroll-lock=true],
html[data-scroll-lock=true] body {
    height: 100%;
    overflow: hidden;
    position: fixed;
    width: 100%
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
    margin: 0
}

h1 {
    font-size: 2rem
}

h2 {
    font-size: 1.875rem
}

h3 {
    font-size: 1.5rem
}

h4 {
    font-size: 1.25rem
}

h5 {
    font-size: 1rem
}

a {
    color: currentColor;
    text-decoration: none
}

p {
    font-size: 16px;
    font-weight: 400;
}

dl,
ol,
ul {
    list-style-type: none;
    margin: 0;
    padding: 0
}

dd,
dt {
    margin: 0
}

img {
    max-width: 100%
}

p {
    font-weight: 400
}

button {
    background: none;
    border: 0;
    cursor: pointer;
    font-size: 100%;
    padding: 0;
    touch-action: manipulation;
    user-select: none;
    -webkit-appearance: none
}

button:disabled {
    cursor: default;
    touch-action: none
}

@media screen and (max-device-width: 480px) {
    body {
        -webkit-text-size-adjust: none
    }
}

table {
    width: 100%;
    text-align: left;
    border-collapse: collapse;
    margin-bottom: 2rem
}

table tr {
    border-bottom: 1px solid #e7e7e7
}

table th,
table td {
    padding: 12px 0
}

div[data-oembed-type=video]>div {
    width: 100%;
    height: 0;
    padding-top: 56.25%;
    position: relative
}

div[data-oembed-type=video]>div iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}