@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-size: 100%;
  font: inherit;
  vertical-align: baseline; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

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-size: 100%;
  font: inherit;
  vertical-align: baseline; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block; }

blockquote,
q {
  quotes: none; }

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

* {
  box-sizing: border-box; }

*:before,
*:after {
  box-sizing: border-box; }

.visually-hidden {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap; }

.hidden {
  display: none !important; }

textarea,
input,
button,
select {
  font-family: inherit;
  font-size: inherit;
  text-align: inherit;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none; }

input,
textarea,
input::placeholder,
textarea::placeholder {
  background: inherit;
  color: inherit;
  border: none;
  padding: 0;
  outline: inherit;
  opacity: 1; }

textarea {
  resize: none; }

input:not([type="submit"]),
textarea {
  display: block;
  width: 100%;
  border-radius: 0; }

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; }

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

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

select {
  background: none;
  width: 100%;
  cursor: pointer;
  border: none;
  outline: none;
  border-radius: 0;
  color: var(--fg);
  margin: 0;
  padding: 0; }

select option {
  color: var(--fg);
  margin: 0;
  padding: 0;
  background: var(--bg); }

select:focus {
  outline: none; }

ul,
li {
  text-decoration: none;
  list-style: none; }

/* Input Elements */
button,
input[type="submit"],
input[type="reset"],
div[role="button"] {
  background: none;
  color: inherit;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  outline: inherit;
  -webkit-appearance: none;
  border-radius: 0; }

input[type="button"],
input[type="button"]:focus {
  outline: none; }

a:link,
a:visited,
a:link span,
a:visited span {
  cursor: pointer;
  text-decoration: none; }

@font-face {
  font-family: 'Futura PT Web';
  src: url("../fonts/FuturaPTWeb-Medium.woff2") format("woff2"), url("../fonts/FuturaPTWeb-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Futura PT Web Book';
  src: url("../fonts/FuturaPTWeb-Book.woff2") format("woff2"), url("../fonts/FuturaPTWeb-Book.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Tilda';
  src: url("../fonts/Tilda-Grande.woff2") format("woff2"), url("../fonts/Tilda-Grande.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

.visually-hidden {
  visibility: hidden;
  position: absolute;
  z-index: -10;
  display: none; }

.absolute-full {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.outline {
  border: 2px solid green; }

.fade50 {
  opacity: 50%; }

.fade40 {
  opacity: 40%; }

.writer__styling strong {
  font-weight: 600; }

.writer__styling em {
  font-style: italic; }

.writer__styling u {
  text-underline-offset: 2px;
  text-decoration-thickness: 1px;
  text-decoration: underline; }

.writer__styling a {
  color: var(--fg);
  transition: all .3s ease-in-out; }
  .writer__styling a:hover {
    opacity: 0.5; }

.writer__styling ul {
  padding-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 6px; }
  .writer__styling ul li {
    position: relative;
    padding-left: 20px;
    line-height: 1.26em; }
    .writer__styling ul li::before {
      color: black;
      content: '•';
      position: absolute !important;
      top: -0.08em;
      left: 0;
      font-size: 25px;
      display: block; }

.writer__styling p:not(:last-child) {
  padding-bottom: 1em; }

.noSelect {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Old versions of Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently supported by Chrome, Edge, Opera and Firefox */ }

.pt-1 {
  padding-top: 10px; }

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

.pt-3 {
  padding-top: 30px; }

.sc {
  text-transform: none !important; }

.uc {
  text-transform: uppercase; }

.link {
  transition: opacity .2s ease-out; }
  .link:hover {
    opacity: 0.6; }

.btn-1 a, .btn-1 button {
  background-color: transparent;
  border: 1px solid var(--black);
  padding: 8px 20px;
  border-radius: 36px;
  text-decoration: none !important;
  font-family: "Rhymes Text Trial";
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  transition: var(--transitionPrimary) !important; }
  .btn-1 a:hover, .btn-1 button:hover {
    background-color: #2C64C8 !important;
    color: var(--white);
    opacity: 1 !important;
    border-color: transparent !important; }

#main-menu {
  padding-top: 10px;
  column-gap: 16px;
  position: fixed;
  top: 20px;
  left: 0;
  z-index: 10; }
  #main-menu .left-menu {
    grid-column: 1 / 5;
    /* Shifted slightly right to balance spacing */
    grid-row: 1; }
    #main-menu .left-menu a {
      color: var(--fg); }
  #main-menu .site-logo {
    grid-column: 11 / span 4;
    /* Centered in the 24-column grid */
    grid-row: 1;
    display: flex;
    justify-content: center;
    align-items: center; }
    #main-menu .site-logo .aspectholder {
      display: flex;
      justify-content: center; }
      #main-menu .site-logo .aspectholder svg path {
        fill: var(--fg); }
  #main-menu .dbl-line {
    grid-row: 1;
    border-top: 1px solid var(--fg);
    border-bottom: 1px solid var(--fg);
    height: 4px;
    flex: 1; }
  #main-menu .line-wrap {
    display: flex;
    align-items: center; }
    #main-menu .line-wrap.left {
      grid-column: 5 / 12;
      /* Adjusted to make space for centered logo */
      grid-row: 1;
      padding-right: 27px; }
    #main-menu .line-wrap.right {
      grid-column: 14 / 21;
      grid-row: 1;
      padding-left: 30px; }
  #main-menu .menu-snippet {
    display: flex;
    align-items: center;
    gap: 16px; }
    #main-menu .menu-snippet.left-menu a:hover, #main-menu .menu-snippet.left-menu a.is-open {
      font-family: 'Tilda';
      font-size: 26px;
      line-height: 1;
      margin-top: -4px; }
  #main-menu .right-menu {
    grid-column: 21 / 25;
    /* Shifted left to maintain balance */
    display: flex;
    justify-content: flex-end;
    grid-row: 1;
    gap: 4px; }
  #main-menu .mobile-row {
    display: none; }
    #main-menu .mobile-row a:active, #main-menu .mobile-row a:hover, #main-menu .mobile-row button:active, #main-menu .mobile-row button:hover {
      background-color: transparent !important; }
    #main-menu .mobile-row .menu-snippet {
      gap: 13px; }
    #main-menu .mobile-row .btns a {
      padding: 8px 12px; }
  #main-menu .mobile-overlay {
    display: none; }

.scrolling-header-banner {
  display: flex;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%; }
  .scrolling-header-banner .inner {
    width: 400px;
    overflow: hidden; }
    .scrolling-header-banner .inner .text-wrap {
      display: flex;
      flex-wrap: nowrap;
      gap: 40px;
      animation: move linear infinite;
      animation-delay: 0.9s;
      width: max-content; }
    .scrolling-header-banner .inner .text {
      white-space: nowrap; }

@keyframes move {
  from {
    transform: translateX(0); }
  to {
    transform: translate(calc(-50% - 20px)); } }

#mainFooter .writer__styling {
  grid-column: 1/ span 5; }

#mainFooter .aspectholder {
  grid-column: 8 / span 8; }
  #mainFooter .aspectholder svg g path {
    fill: var(--fg); }

#mainFooter .hours {
  grid-column: 19/24; }
  #mainFooter .hours .line {
    display: flex;
    justify-content: space-between; }
    #mainFooter .hours .line .right {
      min-width: 68px; }

@media (max-width: 960px) {
  #main-menu {
    row-gap: 21px; }
    #main-menu .left-menu, #main-menu .line-wrap, #main-menu .right-menu {
      display: none; }
    #main-menu .site-logo {
      grid-column: 1/-1;
      z-index: 15; }
    #main-menu .mobile-row {
      display: block;
      grid-column: 1/-1; }
    #main-menu .mobile-row {
      display: flex;
      justify-content: space-between;
      z-index: 15; }
      #main-menu .mobile-row .mob-open {
        display: flex;
        flex-direction: column;
        color: var(--fg) !important; }
    #main-menu .mobile-overlay {
      position: fixed;
      pointer-events: none;
      opacity: 0;
      top: 0;
      left: 0;
      height: 100vh;
      width: 100vw;
      background-color: var(--bg);
      display: flex;
      flex-direction: column;
      gap: 16px;
      z-index: 10;
      padding-top: 180px;
      transition: all .1s ease-in-out; }
      #main-menu .mobile-overlay a.is-open {
        text-decoration: underline;
        text-decoration-thickness: 1px;
        text-underline-offset: 7px; }
      #main-menu .mobile-overlay.active {
        opacity: 1;
        pointer-events: all; }
      #main-menu .mobile-overlay .menu-snippet {
        flex-direction: column;
        align-items: flex-start; }
  #mainFooter .writer__styling {
    grid-column: 1/-1;
    grid-row: 2; }
  #mainFooter .hours {
    grid-column: 1/-1;
    grid-row: 1; }
  #mainFooter .aspectholder {
    grid-row: 3;
    grid-column: 1/-1; }
    #mainFooter .aspectholder svg {
      width: 100%;
      height: auto; } }

/* Root Elements */
:root {
  --black: #000;
  --white: #ffffff;
  --dark-brown: #1A1214;
  --burgundy: #500E08;
  --burgundy-50: rgba(80, 14, 8, 0.5);
  --burgundy-25: rgba(80, 14, 8, 0.25);
  --pink: #E099C5;
  --pink-50: rgba(224, 153, 197, 0.5);
  --pink-25: rgba(224, 153, 197, 0.25);
  --gold: #9D7E4E;
  --gold-50: rgba(157, 126, 78, 0.5);
  --gold-25: rgba(157, 126, 78, 0.25);
  --cream: #FAF4ED;
  --cream-50: rgba(250, 244, 237, 0.5);
  --cream-25: rgba(250, 244, 237, 0.25);
  --cream-2: #E8DED5;
  --cream-50-2: rgba(232, 222, 213, 0.5);
  --cream-25-2: rgba(232, 222, 213, 0.25);
  --text-1: var(--burgundy);
  --background-1: var(--cream);
  --hoverColourAccent: var(--gold);
  --fg: var(--text-1);
  --bg: var(--background-1);
  --pm: 24px;
  --pmNeg: -24px;
  --padding-xs: 10px;
  --padding-s: 20px;
  --padding-m: 48px;
  --padding-l: 120px;
  --padding-xl: 180px;
  --sm: 13px;
  --sm2: 28px;
  --top: 120px;
  --p: 15px;
  --h5: 32px;
  --h4: 52px;
  --h3: 65px;
  --h2: 96px;
  --h1: 120px; }

@media (max-width: 960px) {
  :root {
    --top: 165px;
    --pm: 15px;
    --pmNeg: -15px;
    --sm: 13px;
    --sm2: 23px;
    --p: 15px;
    --h5: 32px;
    --h4: 42px;
    --h3: 50px;
    --h2: 86px;
    --h1: 110px;
    --padding-xs: 10px;
    --padding-s: 20px;
    --padding-m: 48px;
    --padding-l: 80px;
    --padding-xl: 110px; } }

.fsm, details summary, .btn__background-clear, #main-menu .mobile-row a, #main-menu .mobile-row button, .btn__background-solid, #main-menu .right-menu a {
  font-size: var(--sm);
  line-height: 16px;
  font-family: 'Futura PT Web';
  color: var(--fg); }

.fsm2 {
  font-size: var(--sm2); }

.fp {
  font-size: var(--p);
  font-weight: 500;
  line-height: 20px;
  font-family: 'Futura PT Web';
  color: var(--fg); }

.fh5 {
  font-size: var(--h5);
  font-family: 'Tilda';
  line-height: 28px;
  color: var(--fg); }

.fh4, #main-menu .mobile-overlay a {
  font-size: var(--h4);
  font-family: 'Tilda';
  font-weight: 400;
  line-height: 44px;
  color: var(--fg); }

.fh3 {
  font-size: var(--h3);
  font-family: 'Tilda';
  line-height: 64px;
  color: var(--fg); }

.fh2 {
  font-size: var(--h2);
  line-height: 86px;
  color: var(--fg); }

.fh1 {
  font-size: var(--h1);
  line-height: 120px;
  color: var(--fg); }

.px {
  padding-left: var(--pm);
  padding-right: var(--pm); }

.py {
  padding-top: var(--pm);
  padding-bottom: var(--pm); }

html {
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: 0;
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: Helvetica, sans-serif;
  overflow-x: hidden;
  height: auto; }

body {
  background-color: var(--bg); }

body.no-scroll {
  height: 100vh;
  overflow: hidden; }

main {
  min-height: 100vh; }
  @media (max-width: 960px) {
    main > section:first-of-type {
      padding-top: var(--top); } }
.block {
  background-color: var(--bg); }

.aspectholder img, .aspectholder video {
  width: 100%;
  object-fit: cover; }

.btn__background-solid, #main-menu .right-menu a {
  border-radius: 18px;
  font-family: 'Futura PT Web';
  padding: 8px 20px;
  background-color: var(--fg);
  color: var(--bg);
  transition: all .15s ease-in-out;
  display: inline-block; }
  .btn__background-solid:hover, #main-menu .right-menu a:hover {
    background-color: var(--hoverColourAccent); }

.btn__background-clear, #main-menu .mobile-row a, #main-menu .mobile-row button {
  border-radius: 18px;
  font-family: 'Futura PT Web';
  padding: 8px 20px;
  border: 1px solid var(--fg);
  transition: all .15s ease-in-out;
  color: var(--fg); }
  .btn__background-clear:hover, #main-menu .mobile-row a:hover, #main-menu .mobile-row button:hover {
    background-color: var(--fg);
    color: var(--bg); }

.padding_t-xs {
  padding-top: var(--padding-xs); }

.padding_t-s {
  padding-top: var(--padding-s); }

.padding_t-m {
  padding-top: var(--padding-m); }

.padding_t-l {
  padding-top: var(--padding-l); }

.padding_t-xl {
  padding-top: var(--padding-xl); }

.padding_b-xs {
  padding-bottom: var(--padding-xs); }

.padding_b-s {
  padding-bottom: var(--padding-s); }

.padding_b-m {
  padding-bottom: var(--padding-m); }

.padding_b-l {
  padding-bottom: var(--padding-l); }

.padding_b-xl {
  padding-bottom: var(--padding-xl); }

/* Image/Video Elements */
.aspectholder > * {
  display: block; }

.vsc-controller {
  height: 0 !important;
  width: 0 !important;
  object-fit: unset !important; }

.grid-primary {
  display: grid;
  grid-template-columns: repeat(24, 1fr);
  grid-auto-rows: minmax(min-content, max-content);
  column-gap: var(--pm);
  row-gap: var(--pm);
  width: 100%; }
  @media (max-width: 960px) {
    .grid-primary {
      grid-template-columns: repeat(12, 1fr); } }
#snipcart .snipcart-modal__container .snipcart-modal, #snipcart .snipcart-modal__container .snipcart-cart-header, #snipcart .snipcart-modal__container .snipcart-cart__content {
  background-color: var(--cream); }

#snipcart .snipcart-modal__container h1, #snipcart .snipcart-modal__container h2, #snipcart .snipcart-modal__container h3, #snipcart .snipcart-modal__container h4, #snipcart .snipcart-modal__container h5, #snipcart .snipcart-modal__container h6, #snipcart .snipcart-modal__container p, #snipcart .snipcart-modal__container .snipcart__font--std {
  font-family: 'Futura PT Web' !important; }

.template__single-product {
  padding-top: var(--top); }
  .template__single-product .top {
    padding-bottom: 128px; }
    .template__single-product .top .left {
      grid-column: 1/ 15;
      display: flex;
      flex-direction: row-reverse;
      align-items: center;
      justify-content: space-between; }
      .template__single-product .top .left .main-swiper {
        width: 65%;
        margin: 0; }
      .template__single-product .top .left .thumb-swiper {
        max-width: calc(30% - 30px);
        overflow: hidden;
        padding-right: 30px;
        height: fit-content; }
        .template__single-product .top .left .thumb-swiper .swiper-slide {
          width: auto;
          opacity: 0.5;
          cursor: pointer; }
        .template__single-product .top .left .thumb-swiper .swiper-slide-thumb-active {
          opacity: 1; }
    .template__single-product .top .right {
      grid-column: 16/ 24;
      display: flex;
      flex-direction: column;
      justify-content: flex-end;
      padding-bottom: 150px; }
      .template__single-product .top .right .title {
        padding-bottom: 4px; }
      .template__single-product .top .right .btns-wrap {
        width: 100%;
        padding-top: 32px;
        display: flex;
        align-items: center;
        gap: 4px; }
        .template__single-product .top .right .btns-wrap .snipcart-add-item {
          flex-grow: 2;
          display: flex;
          justify-content: space-between;
          align-items: center; }
        .template__single-product .top .right .btns-wrap .quantity-selector {
          flex-grow: 0;
          display: flex;
          gap: 12px;
          border-radius: 18px;
          font-family: 'Futura PT Web';
          padding: 8px 20px;
          border: 1px solid var(--fg);
          transition: all .15s ease-in-out;
          color: var(--fg); }
          .template__single-product .top .right .btns-wrap .quantity-selector input {
            width: 9px;
            display: flex;
            justify-content: center;
            align-items: center; }
      .template__single-product .top .right .accordions {
        padding-top: 60px; }
  .template__single-product .related-products {
    padding-bottom: 200px; }
    .template__single-product .related-products .title {
      grid-column: 12 /15;
      text-align: right; }
    .template__single-product .related-products a:first-of-type {
      grid-column: 17/span 4; }
    .template__single-product .related-products a {
      grid-column: span 4; }
      .template__single-product .related-products a .name {
        padding-top: 12px; }
      .template__single-product .related-products a p.price {
        opacity: 0;
        transition: all .2s ease-in-out; }
      .template__single-product .related-products a:hover .price {
        opacity: 1; }

details {
  border-bottom: 1px solid var(--Inactive, rgba(80, 14, 8, 0.25)); }
  details summary {
    position: relative;
    cursor: pointer;
    padding: 0.75rem 0;
    list-style: none; }
    details summary::marker {
      display: none; }
    details summary::after {
      content: "+";
      position: absolute;
      right: 0;
      top: 50%;
      transform: translateY(-50%);
      font-size: 1.25rem;
      transition: content 0.2s ease; }
  details[open] summary::after {
    content: "−"; }
  details .accordion-content {
    overflow: hidden;
    max-height: 0;
    transition: all .5s ease;
    padding: 15px 0; }
  details.open .accordion-content {
    max-height: 500px; }
