@charset "UTF-8";
/**
 * @file
 * Variables.
 */
:root {
  /*
   * Typography.
   */
  --font-family: BlinkMacSystemFont, -apple-system, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  --line-height: 1.5;
  --line-height-body: 1.5;
  --line-height-heading: 1.3;
  --letter-spacing-body: 0rem;
  --line-height-form-label: calc(18rem / 16); /* 18px */
  --font-size-base: 1rem; /* 1rem = 16px if font root is 100% ands browser defaults are used. */
  --font-size-xl: 2.25rem; /* ~36px */
  --font-size-h1: 2.027rem; /* ~32px */
  --font-size-h2: 1.802rem; /* ~29px */
  --font-size-h3: 1.602rem; /* ~26px */
  --font-size-h4: 1.424rem; /* ~23px */
  --font-size-h5: 1.266rem; /* ~20px */
  --font-size-h6: 1.125rem; /* 18px */
  --font-size-xl: 1.4rem; /* ~22px */
  --font-size-l: 1.125rem; /* ~18px */
  --font-size-m: 1rem; /* ~16px */
  --font-size-s: 0.889rem; /* ~14px */
  --font-size-xs: 0.79rem; /* ~13px */
  --font-size-xxs: 0.702rem; /* ~11px */
  --font-size-label: var(--font-size-s);
  --font-size-description: var(--font-size-xs);
}

/**
 * @file
 * Mixins.
 */
/**
 * @file
 * Styles for alignment.
 */
.align-left, .pull-left {
  float: left;
  padding: 15px 15px 15px 1px;
}

.align-right, .pull-right {
  float: right;
  padding: 15px 1px 15px 15px;
}

.align-center {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding: 20px;
}

.visually-hidden {
  padding: 0;
}

@font-face {
  font-family: "outfitbold";
  src: url("../assets/fonts/outfit-bold-webfont.woff2") format("woff2"), url("../assets/fonts/outfit-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "outfitmedium";
  src: url("../assets/fonts/outfit-medium-webfont.woff2") format("woff2"), url("../assets/fonts/outfit-medium-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "outfitregular";
  src: url("../assets/fonts/outfit-regular-webfont.woff2") format("woff2"), url("../assets/fonts/outfit-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "outfitsemibold";
  src: url("../assets/fonts/outfit-semibold-webfont.woff2") format("woff2"), url("../assets/fonts/outfit-semibold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
.grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-gap: 30px;
  gap: 30px;
}

.col-1 {
  grid-column-end: span 1;
}

.col-offset-1 {
  grid-column-start: 2;
}

.row-1 {
  grid-row-end: span 1;
}

.row-offset-1 {
  grid-row-start: 2;
}

.col-2 {
  grid-column-end: span 2;
}

.col-offset-2 {
  grid-column-start: 3;
}

.row-2 {
  grid-row-end: span 2;
}

.row-offset-2 {
  grid-row-start: 3;
}

.col-3 {
  grid-column-end: span 3;
}

.col-offset-3 {
  grid-column-start: 4;
}

.row-3 {
  grid-row-end: span 3;
}

.row-offset-3 {
  grid-row-start: 4;
}

.col-4 {
  grid-column-end: span 4;
}

.col-offset-4 {
  grid-column-start: 5;
}

.row-4 {
  grid-row-end: span 4;
}

.row-offset-4 {
  grid-row-start: 5;
}

.col-5 {
  grid-column-end: span 5;
}

.col-offset-5 {
  grid-column-start: 6;
}

.row-5 {
  grid-row-end: span 5;
}

.row-offset-5 {
  grid-row-start: 6;
}

.col-6 {
  grid-column-end: span 6;
}

.col-offset-6 {
  grid-column-start: 7;
}

.row-6 {
  grid-row-end: span 6;
}

.row-offset-6 {
  grid-row-start: 7;
}

.col-7 {
  grid-column-end: span 7;
}

.col-offset-7 {
  grid-column-start: 8;
}

.row-7 {
  grid-row-end: span 7;
}

.row-offset-7 {
  grid-row-start: 8;
}

.col-8 {
  grid-column-end: span 8;
}

.col-offset-8 {
  grid-column-start: 9;
}

.row-8 {
  grid-row-end: span 8;
}

.row-offset-8 {
  grid-row-start: 9;
}

.col-9 {
  grid-column-end: span 9;
}

.col-offset-9 {
  grid-column-start: 10;
}

.row-9 {
  grid-row-end: span 9;
}

.row-offset-9 {
  grid-row-start: 10;
}

.col-10 {
  grid-column-end: span 10;
}

.col-offset-10 {
  grid-column-start: 11;
}

.row-10 {
  grid-row-end: span 10;
}

.row-offset-10 {
  grid-row-start: 11;
}

.col-11 {
  grid-column-end: span 11;
}

.col-offset-11 {
  grid-column-start: 12;
}

.row-11 {
  grid-row-end: span 11;
}

.row-offset-11 {
  grid-row-start: 12;
}

.col-12 {
  grid-column-end: span 12;
}

.col-offset-12 {
  grid-column-start: 13;
}

.row-12 {
  grid-row-end: span 12;
}

.row-offset-12 {
  grid-row-start: 13;
}

@media (min-width: 480px) {
  .col-xs-1 {
    grid-column-end: span 1;
  }
  .col-offset-xs-1 {
    grid-column-start: 2;
  }
  .row-xs-1 {
    grid-row-end: span 1;
  }
  .row-offset-xs-1 {
    grid-row-start: 2;
  }
  .col-xs-2 {
    grid-column-end: span 2;
  }
  .col-offset-xs-2 {
    grid-column-start: 3;
  }
  .row-xs-2 {
    grid-row-end: span 2;
  }
  .row-offset-xs-2 {
    grid-row-start: 3;
  }
  .col-xs-3 {
    grid-column-end: span 3;
  }
  .col-offset-xs-3 {
    grid-column-start: 4;
  }
  .row-xs-3 {
    grid-row-end: span 3;
  }
  .row-offset-xs-3 {
    grid-row-start: 4;
  }
  .col-xs-4 {
    grid-column-end: span 4;
  }
  .col-offset-xs-4 {
    grid-column-start: 5;
  }
  .row-xs-4 {
    grid-row-end: span 4;
  }
  .row-offset-xs-4 {
    grid-row-start: 5;
  }
  .col-xs-5 {
    grid-column-end: span 5;
  }
  .col-offset-xs-5 {
    grid-column-start: 6;
  }
  .row-xs-5 {
    grid-row-end: span 5;
  }
  .row-offset-xs-5 {
    grid-row-start: 6;
  }
  .col-xs-6 {
    grid-column-end: span 6;
  }
  .col-offset-xs-6 {
    grid-column-start: 7;
  }
  .row-xs-6 {
    grid-row-end: span 6;
  }
  .row-offset-xs-6 {
    grid-row-start: 7;
  }
  .col-xs-7 {
    grid-column-end: span 7;
  }
  .col-offset-xs-7 {
    grid-column-start: 8;
  }
  .row-xs-7 {
    grid-row-end: span 7;
  }
  .row-offset-xs-7 {
    grid-row-start: 8;
  }
  .col-xs-8 {
    grid-column-end: span 8;
  }
  .col-offset-xs-8 {
    grid-column-start: 9;
  }
  .row-xs-8 {
    grid-row-end: span 8;
  }
  .row-offset-xs-8 {
    grid-row-start: 9;
  }
  .col-xs-9 {
    grid-column-end: span 9;
  }
  .col-offset-xs-9 {
    grid-column-start: 10;
  }
  .row-xs-9 {
    grid-row-end: span 9;
  }
  .row-offset-xs-9 {
    grid-row-start: 10;
  }
  .col-xs-10 {
    grid-column-end: span 10;
  }
  .col-offset-xs-10 {
    grid-column-start: 11;
  }
  .row-xs-10 {
    grid-row-end: span 10;
  }
  .row-offset-xs-10 {
    grid-row-start: 11;
  }
  .col-xs-11 {
    grid-column-end: span 11;
  }
  .col-offset-xs-11 {
    grid-column-start: 12;
  }
  .row-xs-11 {
    grid-row-end: span 11;
  }
  .row-offset-xs-11 {
    grid-row-start: 12;
  }
  .col-xs-12 {
    grid-column-end: span 12;
  }
  .col-offset-xs-12 {
    grid-column-start: 13;
  }
  .row-xs-12 {
    grid-row-end: span 12;
  }
  .row-offset-xs-12 {
    grid-row-start: 13;
  }
}
@media (min-width: 768px) {
  .col-sm-1 {
    grid-column-end: span 1;
  }
  .col-offset-sm-1 {
    grid-column-start: 2;
  }
  .row-sm-1 {
    grid-row-end: span 1;
  }
  .row-offset-sm-1 {
    grid-row-start: 2;
  }
  .col-sm-2 {
    grid-column-end: span 2;
  }
  .col-offset-sm-2 {
    grid-column-start: 3;
  }
  .row-sm-2 {
    grid-row-end: span 2;
  }
  .row-offset-sm-2 {
    grid-row-start: 3;
  }
  .col-sm-3 {
    grid-column-end: span 3;
  }
  .col-offset-sm-3 {
    grid-column-start: 4;
  }
  .row-sm-3 {
    grid-row-end: span 3;
  }
  .row-offset-sm-3 {
    grid-row-start: 4;
  }
  .col-sm-4 {
    grid-column-end: span 4;
  }
  .col-offset-sm-4 {
    grid-column-start: 5;
  }
  .row-sm-4 {
    grid-row-end: span 4;
  }
  .row-offset-sm-4 {
    grid-row-start: 5;
  }
  .col-sm-5 {
    grid-column-end: span 5;
  }
  .col-offset-sm-5 {
    grid-column-start: 6;
  }
  .row-sm-5 {
    grid-row-end: span 5;
  }
  .row-offset-sm-5 {
    grid-row-start: 6;
  }
  .col-sm-6 {
    grid-column-end: span 6;
  }
  .col-offset-sm-6 {
    grid-column-start: 7;
  }
  .row-sm-6 {
    grid-row-end: span 6;
  }
  .row-offset-sm-6 {
    grid-row-start: 7;
  }
  .col-sm-7 {
    grid-column-end: span 7;
  }
  .col-offset-sm-7 {
    grid-column-start: 8;
  }
  .row-sm-7 {
    grid-row-end: span 7;
  }
  .row-offset-sm-7 {
    grid-row-start: 8;
  }
  .col-sm-8 {
    grid-column-end: span 8;
  }
  .col-offset-sm-8 {
    grid-column-start: 9;
  }
  .row-sm-8 {
    grid-row-end: span 8;
  }
  .row-offset-sm-8 {
    grid-row-start: 9;
  }
  .col-sm-9 {
    grid-column-end: span 9;
  }
  .col-offset-sm-9 {
    grid-column-start: 10;
  }
  .row-sm-9 {
    grid-row-end: span 9;
  }
  .row-offset-sm-9 {
    grid-row-start: 10;
  }
  .col-sm-10 {
    grid-column-end: span 10;
  }
  .col-offset-sm-10 {
    grid-column-start: 11;
  }
  .row-sm-10 {
    grid-row-end: span 10;
  }
  .row-offset-sm-10 {
    grid-row-start: 11;
  }
  .col-sm-11 {
    grid-column-end: span 11;
  }
  .col-offset-sm-11 {
    grid-column-start: 12;
  }
  .row-sm-11 {
    grid-row-end: span 11;
  }
  .row-offset-sm-11 {
    grid-row-start: 12;
  }
  .col-sm-12 {
    grid-column-end: span 12;
  }
  .col-offset-sm-12 {
    grid-column-start: 13;
  }
  .row-sm-12 {
    grid-row-end: span 12;
  }
  .row-offset-sm-12 {
    grid-row-start: 13;
  }
}
@media (min-width: 960px) {
  .col-md-1 {
    grid-column-end: span 1;
  }
  .col-offset-md-1 {
    grid-column-start: 2;
  }
  .row-md-1 {
    grid-row-end: span 1;
  }
  .row-offset-md-1 {
    grid-row-start: 2;
  }
  .col-md-2 {
    grid-column-end: span 2;
  }
  .col-offset-md-2 {
    grid-column-start: 3;
  }
  .row-md-2 {
    grid-row-end: span 2;
  }
  .row-offset-md-2 {
    grid-row-start: 3;
  }
  .col-md-3 {
    grid-column-end: span 3;
  }
  .col-offset-md-3 {
    grid-column-start: 4;
  }
  .row-md-3 {
    grid-row-end: span 3;
  }
  .row-offset-md-3 {
    grid-row-start: 4;
  }
  .col-md-4 {
    grid-column-end: span 4;
  }
  .col-offset-md-4 {
    grid-column-start: 5;
  }
  .row-md-4 {
    grid-row-end: span 4;
  }
  .row-offset-md-4 {
    grid-row-start: 5;
  }
  .col-md-5 {
    grid-column-end: span 5;
  }
  .col-offset-md-5 {
    grid-column-start: 6;
  }
  .row-md-5 {
    grid-row-end: span 5;
  }
  .row-offset-md-5 {
    grid-row-start: 6;
  }
  .col-md-6 {
    grid-column-end: span 6;
  }
  .col-offset-md-6 {
    grid-column-start: 7;
  }
  .row-md-6 {
    grid-row-end: span 6;
  }
  .row-offset-md-6 {
    grid-row-start: 7;
  }
  .col-md-7 {
    grid-column-end: span 7;
  }
  .col-offset-md-7 {
    grid-column-start: 8;
  }
  .row-md-7 {
    grid-row-end: span 7;
  }
  .row-offset-md-7 {
    grid-row-start: 8;
  }
  .col-md-8 {
    grid-column-end: span 8;
  }
  .col-offset-md-8 {
    grid-column-start: 9;
  }
  .row-md-8 {
    grid-row-end: span 8;
  }
  .row-offset-md-8 {
    grid-row-start: 9;
  }
  .col-md-9 {
    grid-column-end: span 9;
  }
  .col-offset-md-9 {
    grid-column-start: 10;
  }
  .row-md-9 {
    grid-row-end: span 9;
  }
  .row-offset-md-9 {
    grid-row-start: 10;
  }
  .col-md-10 {
    grid-column-end: span 10;
  }
  .col-offset-md-10 {
    grid-column-start: 11;
  }
  .row-md-10 {
    grid-row-end: span 10;
  }
  .row-offset-md-10 {
    grid-row-start: 11;
  }
  .col-md-11 {
    grid-column-end: span 11;
  }
  .col-offset-md-11 {
    grid-column-start: 12;
  }
  .row-md-11 {
    grid-row-end: span 11;
  }
  .row-offset-md-11 {
    grid-row-start: 12;
  }
  .col-md-12 {
    grid-column-end: span 12;
  }
  .col-offset-md-12 {
    grid-column-start: 13;
  }
  .row-md-12 {
    grid-row-end: span 12;
  }
  .row-offset-md-12 {
    grid-row-start: 13;
  }
}
@media (min-width: 1170px) {
  .col-lg-1 {
    grid-column-end: span 1;
  }
  .col-offset-lg-1 {
    grid-column-start: 2;
  }
  .row-lg-1 {
    grid-row-end: span 1;
  }
  .row-offset-lg-1 {
    grid-row-start: 2;
  }
  .col-lg-2 {
    grid-column-end: span 2;
  }
  .col-offset-lg-2 {
    grid-column-start: 3;
  }
  .row-lg-2 {
    grid-row-end: span 2;
  }
  .row-offset-lg-2 {
    grid-row-start: 3;
  }
  .col-lg-3 {
    grid-column-end: span 3;
  }
  .col-offset-lg-3 {
    grid-column-start: 4;
  }
  .row-lg-3 {
    grid-row-end: span 3;
  }
  .row-offset-lg-3 {
    grid-row-start: 4;
  }
  .col-lg-4 {
    grid-column-end: span 4;
  }
  .col-offset-lg-4 {
    grid-column-start: 5;
  }
  .row-lg-4 {
    grid-row-end: span 4;
  }
  .row-offset-lg-4 {
    grid-row-start: 5;
  }
  .col-lg-5 {
    grid-column-end: span 5;
  }
  .col-offset-lg-5 {
    grid-column-start: 6;
  }
  .row-lg-5 {
    grid-row-end: span 5;
  }
  .row-offset-lg-5 {
    grid-row-start: 6;
  }
  .col-lg-6 {
    grid-column-end: span 6;
  }
  .col-offset-lg-6 {
    grid-column-start: 7;
  }
  .row-lg-6 {
    grid-row-end: span 6;
  }
  .row-offset-lg-6 {
    grid-row-start: 7;
  }
  .col-lg-7 {
    grid-column-end: span 7;
  }
  .col-offset-lg-7 {
    grid-column-start: 8;
  }
  .row-lg-7 {
    grid-row-end: span 7;
  }
  .row-offset-lg-7 {
    grid-row-start: 8;
  }
  .col-lg-8 {
    grid-column-end: span 8;
  }
  .col-offset-lg-8 {
    grid-column-start: 9;
  }
  .row-lg-8 {
    grid-row-end: span 8;
  }
  .row-offset-lg-8 {
    grid-row-start: 9;
  }
  .col-lg-9 {
    grid-column-end: span 9;
  }
  .col-offset-lg-9 {
    grid-column-start: 10;
  }
  .row-lg-9 {
    grid-row-end: span 9;
  }
  .row-offset-lg-9 {
    grid-row-start: 10;
  }
  .col-lg-10 {
    grid-column-end: span 10;
  }
  .col-offset-lg-10 {
    grid-column-start: 11;
  }
  .row-lg-10 {
    grid-row-end: span 10;
  }
  .row-offset-lg-10 {
    grid-row-start: 11;
  }
  .col-lg-11 {
    grid-column-end: span 11;
  }
  .col-offset-lg-11 {
    grid-column-start: 12;
  }
  .row-lg-11 {
    grid-row-end: span 11;
  }
  .row-offset-lg-11 {
    grid-row-start: 12;
  }
  .col-lg-12 {
    grid-column-end: span 12;
  }
  .col-offset-lg-12 {
    grid-column-start: 13;
  }
  .row-lg-12 {
    grid-row-end: span 12;
  }
  .row-offset-lg-12 {
    grid-row-start: 13;
  }
}
@media (min-width: 1280px) {
  .col-xl-1 {
    grid-column-end: span 1;
  }
  .col-offset-xl-1 {
    grid-column-start: 2;
  }
  .row-xl-1 {
    grid-row-end: span 1;
  }
  .row-offset-xl-1 {
    grid-row-start: 2;
  }
  .col-xl-2 {
    grid-column-end: span 2;
  }
  .col-offset-xl-2 {
    grid-column-start: 3;
  }
  .row-xl-2 {
    grid-row-end: span 2;
  }
  .row-offset-xl-2 {
    grid-row-start: 3;
  }
  .col-xl-3 {
    grid-column-end: span 3;
  }
  .col-offset-xl-3 {
    grid-column-start: 4;
  }
  .row-xl-3 {
    grid-row-end: span 3;
  }
  .row-offset-xl-3 {
    grid-row-start: 4;
  }
  .col-xl-4 {
    grid-column-end: span 4;
  }
  .col-offset-xl-4 {
    grid-column-start: 5;
  }
  .row-xl-4 {
    grid-row-end: span 4;
  }
  .row-offset-xl-4 {
    grid-row-start: 5;
  }
  .col-xl-5 {
    grid-column-end: span 5;
  }
  .col-offset-xl-5 {
    grid-column-start: 6;
  }
  .row-xl-5 {
    grid-row-end: span 5;
  }
  .row-offset-xl-5 {
    grid-row-start: 6;
  }
  .col-xl-6 {
    grid-column-end: span 6;
  }
  .col-offset-xl-6 {
    grid-column-start: 7;
  }
  .row-xl-6 {
    grid-row-end: span 6;
  }
  .row-offset-xl-6 {
    grid-row-start: 7;
  }
  .col-xl-7 {
    grid-column-end: span 7;
  }
  .col-offset-xl-7 {
    grid-column-start: 8;
  }
  .row-xl-7 {
    grid-row-end: span 7;
  }
  .row-offset-xl-7 {
    grid-row-start: 8;
  }
  .col-xl-8 {
    grid-column-end: span 8;
  }
  .col-offset-xl-8 {
    grid-column-start: 9;
  }
  .row-xl-8 {
    grid-row-end: span 8;
  }
  .row-offset-xl-8 {
    grid-row-start: 9;
  }
  .col-xl-9 {
    grid-column-end: span 9;
  }
  .col-offset-xl-9 {
    grid-column-start: 10;
  }
  .row-xl-9 {
    grid-row-end: span 9;
  }
  .row-offset-xl-9 {
    grid-row-start: 10;
  }
  .col-xl-10 {
    grid-column-end: span 10;
  }
  .col-offset-xl-10 {
    grid-column-start: 11;
  }
  .row-xl-10 {
    grid-row-end: span 10;
  }
  .row-offset-xl-10 {
    grid-row-start: 11;
  }
  .col-xl-11 {
    grid-column-end: span 11;
  }
  .col-offset-xl-11 {
    grid-column-start: 12;
  }
  .row-xl-11 {
    grid-row-end: span 11;
  }
  .row-offset-xl-11 {
    grid-row-start: 12;
  }
  .col-xl-12 {
    grid-column-end: span 12;
  }
  .col-offset-xl-12 {
    grid-column-start: 13;
  }
  .row-xl-12 {
    grid-row-end: span 12;
  }
  .row-offset-xl-12 {
    grid-row-start: 13;
  }
}
/**
 * @file
 * Reset styles.
 */
html {
  font-family: var(--font-family);
  font-size: var(--font-size-base);
  line-height: var(--line-height-body);
  letter-spacing: var(--letter-spacing-body);
  color: #454350;
}

h0,
h1,
h2,
h3,
h4,
h5 {
  line-height: var(--line-height-heading);
  letter-spacing: var(--letter-spacing-heading-major);
}

h0 {
  font-size: var(--font-size-xl);
}

h1 {
  font-size: var(--font-size-h1);
}

h2 {
  font-size: var(--font-size-h2);
}

h3 {
  font-size: var(--font-size-h3);
}

h4 {
  font-size: var(--font-size-h4);
}

h5 {
  font-size: var(--font-size-h5);
}

img {
  max-width: 100%;
  height: auto;
}

a {
  color: #252B2F;
  text-decoration: none;
}

p {
  font-size: var(--font-size-base);
  font-weight: normal;
}
p.emphasis {
  color: #AC9191;
}

hr {
  color: #DCDCDC;
}

/**
 * @file
 * Styles for sidebar user blocks.
 */
.layout-sidebar .block h2 {
  padding-left: var(--font-size-h2);
  background-image: url(../assets/images/cart.svg);
  background-repeat: no-repeat;
  background-clip: border-box;
  background-position-y: center;
  background-size: var(--font-size-h4);
  margin: 1rem 0;
}

.layout-sidebar .block.block-mauriceharry-commerce-cart h2 {
  background-image: url(../assets/images/cart.svg);
}
.layout-sidebar .block.block-mauriceharry-commerce-cart .cart-block {
  border-top: 1px solid #DCDCDC;
}
.layout-sidebar .block.block-mauriceharry-commerce-cart table {
  width: 100%;
}
.layout-sidebar .block.block-mauriceharry-commerce-cart table .views-field-total-price__number {
  text-align: right;
}

.layout-sidebar .block.block-commerce-referrals.block-referral-points-block h2 {
  background-image: url(../assets/images/points.svg);
}

.layout-sidebar .block.block-mauriceharry-commerce.block-subscription-block h2 {
  background-image: url(../assets/images/calendar.svg);
}
.layout-sidebar .block.block-mauriceharry-commerce.block-subscription-block .subscription-title {
  margin-bottom: 0.2rem;
}
.layout-sidebar .block.block-mauriceharry-commerce.block-subscription-block .subscription-active,
.layout-sidebar .block.block-mauriceharry-commerce.block-subscription-block .subscription-canceled {
  font-size: var(--font-size-m);
  border-radius: var(--font-size-m);
  padding: 0.5rem 1rem 0.5rem 1.5rem;
  background-image: url(../assets/images/active.svg);
  background-color: #59BA70;
  color: #FFF;
  background-repeat: no-repeat;
  background-clip: border-box;
  background-position-x: 0.5rem;
  background-position-y: center;
  background-size: var(--font-size-s);
}
.layout-sidebar .block.block-mauriceharry-commerce.block-subscription-block .subscription-canceled {
  background-color: #F29C1F;
  color: #FFF;
}
.layout-sidebar .block.block-mauriceharry-commerce.block-subscription-block .button {
  margin-top: 1rem;
}

.layout-sidebar .block.block-mauriceharry-commerce.block-my-boxes-block h2 {
  background-image: url(../assets/images/gift.svg);
}
.layout-sidebar .block.block-mauriceharry-commerce.block-my-boxes-block details {
  border: none;
}
.layout-sidebar .block.block-mauriceharry-commerce.block-my-boxes-block details summary {
  cursor: pointer;
  font-weight: bolder;
}
.layout-sidebar .block.block-mauriceharry-commerce.block-my-boxes-block details summary::-webkit-details-marker {
  display: none;
}

/**
 * @file
 * Styles for blockquote.
 */
blockquote {
  border-radius: 3px;
  position: relative;
  font-style: italic;
  text-align: center;
  padding: 1rem 1.2rem;
  width: 80%; /* create space for the quotes */
  color: #4a4a4a;
  margin: 1rem auto 2rem;
  background: #E8E8E8;
}

/* -- create the quotation marks -- */
blockquote:before,
blockquote:after {
  position: absolute;
  /* -- inside the relative position of blockquote -- */
  top: 13px;
  color: #E8E8E8;
  font-size: 90px;
}

blockquote:before {
  content: "“";
  margin-right: 13px;
  right: 100%;
}

blockquote:after {
  content: "“";
  margin-left: 13px;
  left: 100%;
  top: -35px;
  bottom: 13px;
}

/**
 * @file
 * Styles for breadcrumbs.
 */
.region-breadcrumb {
  width: 75%;
  margin-left: auto;
  margin-right: auto;
}
.region-breadcrumb .breadcrumb {
  margin: 1rem 2rem 1rem 1rem;
}

/**
 * @file
 * Styles for code.
 */
pre code {
  display: block;
  padding: 0.5rem 0 0.5rem 1rem;
  margin: 1rem 0;
  border: 0.1rem solid #ccc;
  font-size: 1rem;
  background-color: #f8f8f8;
  overflow-y: hidden;
  overflow-x: auto;
}

/**
 * @file
 * Styles for Checkout journey.
 */
.layout-region-checkout-main,
.layout-region-checkout-secondary,
.layout-region-checkout-footer {
  width: 100%;
}

@media screen and (min-width: 1050px) {
  .layout-checkout-form:has(.layout-region-checkout-secondary) {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 1rem;
    grid-template-areas: "main main main main main main main main side side side side" "footer footer footer footer footer footer footer footer side side side side";
  }
  .layout-checkout-form:has(.layout-region-checkout-secondary) .layout-region-checkout-main {
    grid-area: main;
  }
  .layout-checkout-form:has(.layout-region-checkout-secondary) .layout-region-checkout-secondary {
    grid-area: side;
  }
  .layout-checkout-form:has(.layout-region-checkout-secondary) .layout-region-checkout-footer {
    grid-area: footer;
  }
}
body.path-cart div.cart-form {
  background-color: #FFF;
  border-radius: 1rem;
  padding: 1rem 2rem;
  margin-bottom: 1rem;
}
body.path-cart div.cart-form h2 {
  margin-top: 0;
}
body.path-cart div.cart-form table {
  width: 100%;
}
body.path-cart div.cart-form table .views-field-total-price__number {
  text-align: right;
}

body.path-checkout .layout-region-checkout-footer {
  width: 100%;
  padding: 0;
  margin: 0;
}
body.path-checkout .layout-region-checkout-main,
body.path-checkout .layout-region-checkout-secondary {
  background-color: #FFF;
  border-radius: 1rem;
  padding: 1rem 2rem;
  margin-bottom: 1rem;
}
body.path-checkout .layout-region-checkout-main h2,
body.path-checkout .layout-region-checkout-secondary h2 {
  margin-top: 0;
}
body.path-checkout .layout-region-checkout-main table,
body.path-checkout .layout-region-checkout-secondary table {
  width: 100%;
}
body.path-checkout .layout-region-checkout-main table .views-field-total-price__number,
body.path-checkout .layout-region-checkout-secondary table .views-field-total-price__number {
  text-align: right;
}
body.path-checkout a.link--previous {
  display: block;
  text-align: center;
  margin: 1rem;
  color: #AC9191;
}

/**
 * @file
 * Styles for comment.
 */
.comment {
  border-top: 1px solid;
  box-sizing: border-box;
  border-color: #e2e8f0;
}
.comment .comment__submitted {
  font-style: italic;
  background-color: #ebebeb;
  width: 50%;
}
.comment .comment__permalink {
  display: none;
}

/**
 * @file
 * Styles for footer.
 */
footer {
  padding: 1rem;
  color: #AC9191;
  text-align: center;
}
footer .social,
footer .legal {
  border-bottom: 1px solid;
}
footer a {
  color: #AC9191;
  margin: 1rem 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}
footer .copyright p {
  font-size: var(--font-size-s);
}
@media screen and (min-width: 768px) {
  footer {
    display: grid;
    grid-template-areas: "legal social" "copyright copyright";
  }
  footer .social,
  footer .legal {
    border: none;
    display: flex;
    justify-content: left;
    gap: 2rem;
  }
  footer .social {
    grid-area: social;
    justify-content: right;
  }
  footer .legal {
    grid-area: legal;
  }
  footer .copyright {
    grid-area: copyright;
  }
}

/**
 * @file
 * Styles for forms.
 */
input[type=email],
input[type=number],
input[type=search],
input[type=text],
input[type=tel],
input[type=url],
input[type=password],
input[type=submit],
textarea,
.button,
select {
  height: 38px;
  padding: 6px 10px; /* The 6px vertically centers text on FF, ignored by Webkit */
  background-color: #fff;
  border: 1px solid #AC9191;
  border-radius: 8px;
  box-shadow: none;
  box-sizing: border-box;
  width: 100%;
}

/* Removes awkward default styles on some inputs for iOS */
input[type=email],
input[type=number],
input[type=search],
input[type=text],
input[type=tel],
input[type=url],
input[type=password],
input[type=submit],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

textarea {
  min-height: 65px;
  padding-top: 6px;
  padding-bottom: 6px;
  height: 100%;
}

input[type=email]:focus,
input[type=number]:focus,
input[type=search]:focus,
input[type=text]:focus,
input[type=tel]:focus,
input[type=url]:focus,
input[type=password]:focus,
textarea:focus,
select:focus {
  border: 1px solid #33C3F0;
  outline: 0;
}

select[multiple] {
  height: auto;
  width: 10rem;
}

label,
legend {
  display: block;
  margin-bottom: 0.5rem;
  font-weight: 600;
}

fieldset {
  padding: 0;
  border-width: 0;
}

input[type=checkbox],
input[type=radio] {
  display: inline;
}

label > .label-body {
  display: inline-block;
  margin-left: 0.5rem;
  font-weight: normal;
}

.button,
.image-button {
  margin-right: 1rem;
  margin-left: 0;
  padding: 0.5rem;
  font-weight: bold;
}

.button:first-child,
.image-button:first-child {
  margin-right: 0;
  margin-left: 0;
}

input[type=submit],
.button {
  display: block;
  color: #FFF;
  background-color: #454350;
  border: 1px solid #454350;
  border-radius: 1rem;
  width: 100%;
  text-align: center;
  cursor: pointer;
}
input[type=submit].button--secondary,
.button.button--secondary {
  display: block;
  color: #FFF;
  background-color: #454350;
  border: 1px solid #454350;
  border-radius: 1rem;
  width: 100%;
  text-align: center;
  cursor: pointer;
  background-color: transparent;
  color: #AC9191;
  border-color: #AC9191;
}

/**
 * @file
 * Styles for header.
 */
header.onboarding {
  text-align: center;
}
header.onboarding img {
  padding: 1rem;
  max-width: 90%;
}
header.onboarded {
  padding: 0.5rem 1rem;
}
header.onboarded .logo-desktop {
  display: none;
}
header.onboarded #menu-opener,
header.onboarded #menu-closer {
  position: absolute;
  top: 2rem;
  right: 1rem;
  cursor: pointer;
}
header.onboarded nav {
  position: absolute;
  left: -999em;
  overflow: hidden;
}
header.onboarded .menu {
  padding: 0;
  list-style: none outside;
}
@media screen and (min-width: 1050px) {
  header.onboarded {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  header.onboarded .logo-desktop {
    display: block;
  }
  header.onboarded .logo-mobile {
    display: none;
  }
  header.onboarded .menu-item {
    padding: 0;
  }
  header.onboarded #menu-opener,
  header.onboarded #menu-closer {
    display: none;
  }
  header.onboarded nav {
    position: initial;
    background-color: #ECDFD3;
    border-radius: 40px;
  }
  header.onboarded nav a {
    color: #454350;
    border-radius: 40px;
    padding: 1rem;
  }
  header.onboarded nav a:hover, header.onboarded nav a.is-active {
    background-color: #FFF7EF;
  }
  header.onboarded nav li.is-active a {
    background-color: #FFF7EF;
  }
  header.onboarded nav > .menu {
    display: flex;
    gap: 0.3rem;
    padding: 0 0.3rem;
  }
  header.onboarded nav > .menu .menu {
    display: none;
  }
}
header#menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #F2CB8E;
  z-index: 1;
}
header#menu-overlay.is-active {
  display: block;
}
header#menu-overlay nav {
  position: relative;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  overflow: auto;
}
header#menu-overlay nav a {
  color: #765726;
  font-size: var(--font-size-h3);
  padding: 0 1rem;
}

/**
 * @file
 * Styles for layout.
 */
html {
  scroll-behavior: smooth;
}

body {
  font-family: "outfitregular", helvetica, sans-serif;
  background-color: #F2E8DE;
  background-image: url(../assets/images/bkg.jpg);
  background-image: linear-gradient(to bottom, rgba(242, 232, 222, 0.9), rgb(242, 232, 222)), url(../assets/images/bkg.jpg);
  background-size: cover;
}
body .dialog-off-canvas-main-canvas {
  max-width: 1300px;
  margin: 0 auto;
}
body .layout-content,
body .layout-sidebar {
  padding: 1rem;
}
body .layout-sidebar .block {
  background-color: #FFF;
  border-radius: 1rem;
  padding: 1rem 2rem;
  margin-bottom: 1rem;
}
body .layout-sidebar .block h2 {
  margin-top: 0;
}
@media screen and (min-width: 1050px) {
  body main:has(.layout-sidebar) {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-template-areas: "main main main main main main main main side side side side";
  }
  body main:has(.layout-sidebar) .layout-content {
    grid-area: main;
  }
  body main:has(.layout-sidebar) .layout-sidebar {
    grid-area: side;
  }
}
body:not(.user-logged-in) .region-content {
  background-color: #FFF;
  max-width: 498px;
  margin: 0 auto;
  padding: 1rem;
  border-radius: 1rem;
}

/**
 * @file
 * Styles for Messages/dialog.
 */
dialog {
  padding: 3rem;
  border: none;
  border-radius: 1rem;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.2);
  background-color: #59BA70;
  color: #FFF;
  outline: none;
  font-size: var(--font-size-l);
}
dialog::backdrop {
  background: rgba(0, 0, 0, 0.7);
}
dialog:has(.messages--warning) {
  background-color: #F29C1F;
  color: #FFF;
}
dialog:has(.messages--error) {
  background-color: #E03C3C;
  color: #FFF;
}
dialog:has(.messages--custom) {
  background-color: #ECDFD3;
  color: #AC9191;
}

/**
 * @file
 * Styles for nodes.
 */
.node--view-mode-minimal {
  box-shadow: 0 4px 2px -2px rgba(0, 0, 0, 0.06);
  min-height: 10rem;
  padding-bottom: 1rem;
}
.node--view-mode-minimal h2 a {
  font-size: 1.5rem;
  text-decoration: none;
}
.node--view-mode-minimal .article-meta {
  font-size: 0.75rem;
}
.node--view-mode-minimal .field--name-field-tags a {
  font-size: 0.75rem;
}

/**
 * @file
 * Styles for Views pager.
 */
nav.pager {
  margin-top: 2rem;
}
nav.pager .pager__items {
  padding: 0;
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  text-align: center;
}
nav.pager .pager__items .pager__item {
  list-style: none;
  color: #AC9191;
  border: 2px solid #AC9191;
  border-radius: 0.5rem;
  font-weight: bold;
}
nav.pager .pager__items .pager__item a {
  display: block;
  color: #AC9191;
  padding: 1rem;
  height: 1rem;
  line-height: 1rem;
  width: 1rem;
}
nav.pager .pager__items .pager__item.is-active {
  background-color: #AC9191;
}
nav.pager .pager__items .pager__item.is-active a {
  color: #FFF;
}

/**
 * @file
 * Styles for search.
 */
.block-search {
  position: relative;
}
.block-search .form-text {
  box-sizing: border-box;
  border-style: solid;
  margin: 0;
  outline-offset: -2px;
  background-color: #fff;
  border-color: #e2e8f0;
  border-radius: 0.5rem;
  border-width: 2px;
  height: 2.5rem;
  padding-left: 0.5rem;
  padding-right: 2rem;
  font-size: 0.875rem;
}
.block-search button {
  border: none;
  overflow: visible;
  background-color: transparent;
  background-image: none;
  position: absolute;
  top: 1.2rem;
  right: 0.5rem;
}
.block-search svg {
  font-size: 100%;
  cursor: pointer;
  height: 1rem;
  fill: currentColor;
  color: #718096;
  width: 1rem;
}
@media all and (max-width: 768px) {
  .block-search {
    margin: 0;
  }
}
@media all and (max-width: 368px) {
  .block-search {
    margin: 0;
  }
  .block-search input#edit-search {
    width: 75vw;
  }
}

.view-content-search .views-row {
  margin-bottom: 1.5rem;
}

/**
 * @file
 * Styles for Subscription product.
 */
article.subscription--card {
  background-color: #FFF;
  border-radius: 1rem;
  padding: 1rem 2rem;
  margin-bottom: 1rem;
}
article.subscription--card h2 {
  margin-top: 0;
}
article.subscription--card h2 {
  display: flex;
  height: 2rem;
  line-height: 2rem;
  gap: 0.5rem;
  border-bottom: 1px solid #DCDCDC;
  padding-bottom: 1rem;
}
article.subscription--card h2 img {
  height: 1.8rem;
  width: 1.8rem;
}
article.subscription--card .buy {
  margin-top: 1rem;
  display: flex;
  justify-content: right;
  align-items: center;
  gap: 1rem;
}
article.subscription--card .buy .field--name-price {
  font-size: var(--font-size-xl);
  font-family: "outfitmedium", helvetica, sans-serif;
}

/**
 * @file
 * Styles for table.
 */
table {
  margin-top: 1.1rem;
  margin-bottom: 1.1rem;
  width: 100%;
}
table th {
  font-weight: 600;
  text-align: left;
  background-color: rgb(229.5, 229.5, 229.5);
  padding: 4px 5px;
}
table td {
  border: 0;
  outline: none;
  padding: 4px 5px;
}
table thead {
  border: 1px solid rgb(247.35, 247.35, 247.35);
  border-bottom: 0;
}
table tbody {
  border: 1px solid rgb(247.35, 247.35, 247.35);
}
table tbody tr:nth-child(even) {
  background-color: rgb(247.35, 247.35, 247.35);
  border-top: 1px solid rgb(247.35, 247.35, 247.35);
  border-bottom: 1px solid rgb(247.35, 247.35, 247.35);
}

/**
 * @file
 * Styles for user.
 */
.user-view-profile-page .featured-box h3 {
  font-size: var(--font-size-m);
  text-transform: uppercase;
  color: #AC9191;
}
.user-view-profile-page .featured-box .field--name-title {
  font-size: var(--font-size-h2);
}
.user-view-profile-page .featured-box .field--name-field-box-date {
  font-size: var(--font-size-h4);
}
.user-view-profile-page #block-mauriceharry-theme-myreferralpoints label {
  background-color: #454350;
  color: #FFF;
}

.user-account-block {
  background-color: #FFF;
  border-radius: 1rem;
  padding: 1rem 2rem;
  margin-bottom: 1rem;
}
.user-account-block h2 {
  margin-top: 0;
}
.user-account-block#user-account-block--account span {
  display: block;
}
.user-account-block#user-account-block--account .label {
  font-weight: normal;
  text-transform: uppercase;
  color: #AC9191;
  margin-right: 0.5rem;
}
.user-account-block #user-account-block--billing a,
.user-account-block .address-book__profile {
  margin-bottom: 1rem;
}
.user-account-block #user-account-block--billing a:not(:first-of-type),
.user-account-block .address-book__profile:not(:first-of-type) {
  border-top: 1px solid #DCDCDC;
  padding-top: 1rem;
}
.user-account-block .user-account-block__logout-button {
  margin-top: 1rem;
}
.user-account-block#user-account-block--subscriptions table {
  width: 100%;
}
.user-account-block#user-account-block--subscriptions table th,
.user-account-block#user-account-block--subscriptions table tbody tr {
  background-color: transparent;
}
.user-account-block#user-account-block--subscriptions table a {
  border-radius: 1rem;
  background-color: transparent;
  color: #AC9191;
  border-color: #AC9191;
}

.address-book__container--customer .address-book__add-link,
.address-book__container--customer .address-book__edit-link,
.address-book__container--customer .address-book__delete-link,
.address-book__container--customer .address-book__set-default-link {
  display: block;
  color: #FFF;
  background-color: #454350;
  border: 1px solid #454350;
  border-radius: 1rem;
  width: 100%;
  text-align: center;
  cursor: pointer;
  line-height: 2rem;
  margin: 0;
  width: 100%;
}
.address-book__container--customer .address-book__add-link {
  width: 80%;
  margin: 1.5rem auto;
}
.address-book__container--customer .address-book__edit-link {
  grid-area: edit;
  display: block;
  color: #FFF;
  background-color: #454350;
  border: 1px solid #454350;
  border-radius: 1rem;
  width: 100%;
  text-align: center;
  cursor: pointer;
  background-color: transparent;
  color: #AC9191;
  border-color: #AC9191;
}
.address-book__container--customer .address-book__delete-link {
  grid-area: delete;
}
.address-book__container--customer .address-book__profiles {
  display: block;
  margin: 0;
}
.address-book__container--customer .address-book__profile {
  background-color: #FFF;
  border-radius: 1rem;
  padding: 1rem 2rem;
  margin-bottom: 1rem;
}
.address-book__container--customer .address-book__profile h2 {
  margin-top: 0;
}
.address-book__container--customer .address-book__set-default-link {
  grid-area: setDefault;
  display: block;
  color: #FFF;
  background-color: #454350;
  border: 1px solid #454350;
  border-radius: 1rem;
  width: 100%;
  text-align: center;
  cursor: pointer;
  background-color: transparent;
  color: #AC9191;
  border-color: #AC9191;
}
.address-book__container--customer .address-book__operations {
  display: grid;
  grid-template-areas: "setDefault setDefault" "edit delete";
  gap: 0.5rem;
}

.profile-customer-address-book-delete-form a {
  display: block;
  color: #FFF;
  background-color: #454350;
  border: 1px solid #454350;
  border-radius: 1rem;
  width: 100%;
  text-align: center;
  cursor: pointer;
  background-color: transparent;
  color: #AC9191;
  border-color: #AC9191;
}

.profile-customer-address-book-edit-form a {
  display: none;
}

.profile-customer-address-book-delete-form input.button,
.profile-customer-address-book-delete-form a,
.profile-customer-address-book-edit-form input.button,
.profile-customer-address-book-edit-form a {
  margin: 1.5rem auto;
}

/**
 * @file
 * Styles for views.
 */
.more-link {
  margin-top: 1rem;
}

/**
 * @file
 * Styles for Box.
 */
.box--wine--list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

@media screen and (min-width: 902px) {
  .box--wine--list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
}
.box--prev-next {
  text-align: center;
}
.box--prev-next .previous-box {
  padding-right: 10%;
}
/**
 * @file
 * Styles for Wine/Vin.
 */
@media screen and (min-width: 768px) {
  .view-our-wines .view-content {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 1rem;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 1050px) {
  .view-our-wines .view-content {
    grid-template-columns: repeat(3, 1fr);
  }
}

article.vin--card {
  margin-top: 2.5rem;
  margin-bottom: 1rem;
}
article.vin--card span.ellipsis {
  font-weight: bold;
  color: #AC9191;
}
article.vin--card .vin--card--wrapper {
  background-color: #FFF;
  border-radius: 1rem;
  padding: 1rem 2rem;
  margin-bottom: 1rem;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
article.vin--card .vin--card--wrapper h2 {
  margin-top: 0;
}
article.vin--card .field--name-field-wine-photo {
  margin-top: -1.75rem;
}

.drinkability {
  display: flex;
  gap: 0.25rem;
  margin-bottom: 0.5rem;
}
.drinkability .drinkability-value {
  font-weight: bold;
}
.drinkability img {
  height: 1.2rem;
}

article.vin--full {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(4, 1fr);
  grid-template-areas: "banner banner banner img" "barometer barometer barometer img" "details details details details" "copy copy copy copy" "buy buy buy buy" "maker maker maker maker" "more more more more";
}
article.vin--full .wine-banner {
  grid-area: banner;
  align-self: center;
}
article.vin--full .vigneron {
  font-size: var(--font-size-h6);
  margin: 0;
}
article.vin--full h1,
article.vin--full h3 {
  margin: 0;
}
article.vin--full .year {
  margin: 0;
}
article.vin--full > .drinkability {
  grid-area: barometer;
}
article.vin--full .info {
  grid-area: details;
  border-top: 1px solid #AC9191;
  border-bottom: 1px solid #AC9191;
  padding-top: 1rem;
  padding-bottom: 1rem;
  margin-top: -1.25rem;
}
article.vin--full .info .field:not(:last-of-type) {
  margin-bottom: 1rem;
}
article.vin--full .info .field .field__label {
  font-weight: normal;
  text-transform: uppercase;
  color: #AC9191;
}
article.vin--full .info .field .field__items span:not(:last-of-type):after {
  content: " -";
}
article.vin--full .field--name-field-wine-photo {
  grid-area: img;
  align-self: end;
  justify-self: center;
  z-index: 1;
  margin-bottom: -1rem;
}
article.vin--full .copy {
  grid-area: copy;
  margin-top: 1rem;
}
article.vin--full .buy {
  grid-area: buy;
}
article.vin--full .field--name-field-vigneron {
  grid-area: maker;
}
article.vin--full .views-element-container {
  grid-area: more;
}
@media screen and (min-width: 768px) {
  article.vin--full .view-content {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 1050px) {
  article.vin--full .view-content {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 1050px) {
  article.vin--full {
    grid-template-columns: repeat(12, 1fr);
    grid-template-areas: "banner banner banner banner banner banner barometer barometer barometer barometer img img" "details details copy copy copy copy copy copy copy copy img img" "details details buy buy buy buy buy buy buy buy img img" "more more more more more more more more maker maker maker maker";
  }
  article.vin--full > .drinkability {
    justify-self: end;
    margin-top: 8rem;
    padding-right: 5rem;
  }
  article.vin--full .info {
    border: none;
    margin: 0;
  }
  article.vin--full .copy {
    padding: 0 2rem;
  }
  article.vin--full .field--name-field-wine-photo {
    align-self: first baseline;
    margin-bottom: 0;
  }
  article.vin--full .buy {
    padding: 0 2rem;
  }
}

/**
 * @file
 * Styles for Wine/Vigneron.
 */
.vigneron-teaser {
  background-color: #F2CB8E;
  border-radius: 1rem;
  padding: 0.5rem;
}
.vigneron-teaser img {
  border-radius: 1rem;
  width: 100%;
}
.vigneron-teaser .field__label {
  font-weight: normal;
  text-transform: uppercase;
  color: #AC9191;
}
.vigneron-teaser .field__item {
  font-weight: bold;
}
.vigneron-teaser .field--name-title {
  position: absolute;
  margin-top: -3rem;
  margin-left: 0.5rem;
  color: #F2CB8E;
  font-size: var(--font-size-h4);
}
.vigneron-teaser .vigneron-read-more {
  margin-top: 1rem;
  display: block;
  text-align: center;
  background-color: #765726;
  color: #F2CB8E;
  height: 2.5rem;
  border-radius: 2.5rem;
  line-height: 2.5rem;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .view-our-winemakers .view-content {
    display: grid;
    grid-gap: 1rem;
    grid-template-columns: repeat(2, 1fr);
  }
}

article.vigneron--card {
  margin-top: 2.5rem;
  margin-bottom: 1rem;
}
article.vigneron--card img {
  border-radius: 1rem;
  margin-top: 1rem;
}
article.vigneron--card .vigneron--card--wrapper {
  background-color: #FFF;
  border-radius: 1rem;
  padding: 1rem 2rem;
  margin-bottom: 1rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
}
article.vigneron--card .vigneron--card--wrapper h2 {
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  article.vigneron--card .vigneron--card--wrapper {
    flex-direction: row-reverse;
    gap: 1rem;
    padding-bottom: 1rem;
  }
}
article.vigneron--card .appellation {
  font-family: "outfitmedium", helvetica, sans-serif;
}

.vigneron--full {
  display: grid;
  gap: 1rem;
  grid-template-areas: "banner" "img" "details" "copy" "more";
}
.vigneron--full .banner {
  grid-area: banner;
}
.vigneron--full .banner h1 {
  margin-bottom: 0;
}
.vigneron--full .banner .appellation {
  font-family: "outfitmedium", helvetica, sans-serif;
}
.vigneron--full .details {
  grid-area: details;
  border-bottom: 1px solid #AC9191;
  padding-bottom: 1rem;
}
.vigneron--full .details .field__label {
  font-weight: normal;
  text-transform: uppercase;
  color: #AC9191;
}
.vigneron--full .details .field__item {
  font-weight: bold;
}
.vigneron--full .field--name-body {
  grid-area: copy;
}
.vigneron--full .field--name-field-vigneron-photos {
  grid-area: img;
  display: grid;
  grid-gap: 10px;
  grid-template-areas: "img1 img2" "img1 img3" "img4 img4";
  margin: 0;
  padding: 0;
}
.vigneron--full .field--name-field-vigneron-photos * {
  margin: 0;
  padding: 0;
}
.vigneron--full .field--name-field-vigneron-photos img {
  border-radius: 12px;
  width: 100%;
  height: 100%;
}
.vigneron--full .field--name-field-vigneron-photos .field__item:first-child {
  display: none;
}
.vigneron--full .field--name-field-vigneron-photos .field__item:nth-child(2) {
  grid-area: img1;
}
.vigneron--full .field--name-field-vigneron-photos .field__item:nth-child(3) {
  grid-area: img2;
}
.vigneron--full .field--name-field-vigneron-photos .field__item:nth-child(4) {
  grid-area: img3;
}
.vigneron--full .field--name-field-vigneron-photos .field__item:nth-child(5) {
  grid-area: img4;
}
.vigneron--full .field--name-field-vigneron-photos .field__item:nth-child(n+6) {
  display: none;
}
.vigneron--full .views-element-container {
  grid-area: more;
}
@media screen and (min-width: 768px) {
  .vigneron--full .view-content {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 1050px) {
  .vigneron--full .view-content {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 1050px) {
  .vigneron--full {
    grid-template-areas: "banner banner banner banner banner banner banner banner banner img img img" "details details copy copy copy copy copy copy copy img img img" "more more more more more more more more more more more more";
  }
  .vigneron--full .banner h1 {
    margin-top: 8rem;
  }
  .vigneron--full .details {
    border: none;
    margin: 0;
  }
  .vigneron--full .field--name-field-vigneron-photos {
    align-self: baseline;
    grid-template-areas: "img0 img0" "img1 img2" "img1 img3" "img4 img4";
  }
  .vigneron--full .field--name-field-vigneron-photos .field__item:first-child {
    display: block;
    grid-area: img0;
  }
}