@charset "UTF-8";
/*
 * Theme definitions
 */
/*
 * Implementation of themes
 */
@font-face {
  font-family: 'bluu_nextbold';
  src: url('bluunext-bold-webfont.woff2') format('woff2'),
       url('bluunext-bold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'platform';
  src: url('platform_al_font-webfont.woff2') format('woff2'),
    url('platform_al_font-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
    font-family: 'constantineregular';
    src: url('constantine-webfont.woff2') format('woff2'),
         url('constantine-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'fette_unz_frakturregular';
    src: url('fetteunzfraktur-webfont.woff2') format('woff2'),
         url('fetteunzfraktur-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
*,
*:before,
*:after {
  padding: 0;
  margin: 0;
  box-sizing: border-box; }

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

html {
  scroll-behavior: smooth;
  tap-highlight-color: rgba(0, 0, 0, 0); }

body {
  font-family: 'Crimson Text', serif;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  color: #fcf5e7;
  transition: color 250ms ease;
  overflow-x: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
      -ms-text-size-adjust: none;
          text-size-adjust: none; }

body.menu-open, body.overlay {
  overflow: hidden; }
body.loading {
  opacity: 0; }

img,
iframe,
video,
audio,
object {
  max-width: 100%; }

img,
iframe {
  border: 0 none; }

img {
  height: auto;
  display: inline-block;
  vertical-align: middle; }

b,
strong {
  font-weight: bold; }

address {
  font-style: normal; }

svg:not(:root) {
  overflow: hidden; }

a,
button,
input[type="submit"],
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="image"],
label[for] {
  cursor: pointer; }

a[href^="tel"],
button[disabled],
input[disabled],
textarea[disabled],
select[disabled] {
  cursor: default; }
  button[disabled], button[disabled]:hover, div.btn.disabled, div.btn.disabled:hover {
    cursor: not-allowed;
  	background-color: #555; }
  button[disabled]::before, div.btn.disabled::before {
    border-right: 19px solid #555; }
  button[disabled]::after, div.btn.disabled::after {
    border-left: 19px solid #555; }
  button[disabled] .btn--border, div.btn.disabled .btn--border {
    border-top: 2px solid #555;
    border-bottom: 2px solid #555; }
  button[disabled] .btn--border .square::before, div.btn.disabled .btn--border .square::before {
    border: 2px solid #555; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0; }

input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
input[type="color"],
textarea,
a[href^="tel"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

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

textarea {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch; }

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased; }

button,
select {
  text-transform: none; }

select {
  background: none;
  border: none;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0; }

nav ul,
nav ol {
  list-style: none outside none; }

a {
  position: relative;
  color: inherit; }

h1, h2, h3, h4, h5, .btn {
  font-family: 'bluu_nextbold', 'Crimson Text', serif; }

h1 {
  font-size: 38px;
  line-height: 45px;
  font-weight: 700;
  color: #fcf5e7; }

h2 {
  font-size: 28px;
  line-height: 34px;
  font-weight: 700; }
h2 a {
  text-decoration: none; }
h3 {
  font-size: 21px;
  line-height: 30px;
  font-weight: 700;
  color: #fcf5e7; }
h3 a {
  text-decoration: none;
}
h4 {
  font-size: 18px;
  line-height: 26px;
  font-weight: 700;
  color: #fcf5e7; }

h5 {
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  margin: 0; }

@media (max-width: 550px) {
  h1 {
    font-size: 32px;
    line-height: 40px; }
  h2 {
    font-size: 24px;
    line-height: 30px; }
  h3 {
    font-size: 18px;
    line-height: 26px; } }

@media (max-width: 359px) {
  h1 {
    font-size: 28px;
    line-height: 36px; } }

.btn {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  background-color: #a85;
  text-transform: uppercase;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
  color: #fcf5e7; }
  .theme-hufflepuff .btn {
    background-color: #f4b223;
    color: #343534; }
  .theme-ravenclaw .btn {
    background-color: #002a3a; }
  .theme-slytherin .btn {
    background-color: #124734; }
  .theme-gryffindor .btn {
    background-color: #79242f; }
  .btn:hover {
    color: #fcf5e7 !important;
    background-color: #4a2b10 !important; }
    .btn:hover::before {
      border-right-color: #4a2b10 !important; }
    .btn:hover::after {
      border-left-color: #4a2b10 !important; }
	.btn[disabled]:hover, div.btn.disabled:hover {
      background-color: #555 !important; }
      .btn[disabled]:hover::before, div.btn.disabled:hover::before {
        border-right-color: #555 !important; }
      .btn[disabled]:hover::after, div.btn.disabled:hover::after {
        border-left-color: #555 !important; }
  .btn::before {
    content: '';
    position: absolute;
    right: 100%;
    bottom: 0;
    top: 0; }
  .btn::after {
    content: '';
    position: absolute;
    left: 100%;
    bottom: 0;
    top: 0; }
  .btn--lines {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
    .btn--lines::before {
      content: '';
      position: absolute;
      top: 50%;
      transform: translate3d(0, -50%, 0);
      right: 100%;
      margin-right: 33px;
      width: 100px;
      height: 3px;
      background-image: url("gold-line.svg");
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center; }
    .btn--lines::after {
      content: '';
      position: absolute;
      top: 50%;
      transform: translate3d(0, -50%, 0);
      left: 100%;
      margin-left: 33px;
      width: 100px;
      height: 3px;
      background-image: url("gold-line.svg");
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center; }
  .btn--border {
    position: absolute;
    top: -5px;
    bottom: -5px;
    left: -1px;
    right: -1px;
    border-top: 2px solid #a85;
    border-bottom: 2px solid #a85; }
    .theme-hufflepuff .btn--border {
      border-top-color: #f4b223;
      border-bottom-color: #f4b223; }
    .theme-ravenclaw .btn--border {
      border-top-color: #002a3a;
      border-bottom-color: #002a3a; }
    .theme-slytherin .btn--border {
      border-top-color: #124734;
      border-bottom-color: #124734; }
    .theme-gryffindor .btn--border {
      border-top-color: #79242f;
      border-bottom-color: #79242f; }
    .btn--border .left {
      position: absolute;
      top: -2px;
      bottom: -2px;
      overflow: hidden; }
    .btn--border .right {
      position: absolute;
      top: -2px;
      bottom: -2px;
      overflow: hidden; }
    .btn--border .square {
      position: absolute;
      top: 5px;
      bottom: 5px; }
      .btn--border .square::before {
        display: block;
        content: '';
        border: 2px solid #a85;
        transform: rotate(45deg);
        transform-origin: 50% 50%; }
        .theme-hufflepuff .btn--border .square::before {
          border-color: #f4b223; }
        .theme-ravenclaw .btn--border .square::before {
          border-color: #002a3a; }
        .theme-slytherin .btn--border .square::before {
          border-color: #124734; }
        .theme-gryffindor .btn--border .square::before {
          border-color: #79242f; }
  .btn--13 {
    font-size: 13px;
    border: none;
    line-height: 1.2em;
    padding: 5px 10px; }
    .btn--13::before {
      border-top: 13px solid transparent;
      border-right: 13px solid #a85;
      border-bottom: 13px solid transparent; }
      .theme-hufflepuff .btn--13::before {
        border-right-color: #f4b223; }
      .theme-ravenclaw .btn--13::before {
        border-right-color: #002a3a; }
      .theme-slytherin .btn--13::before {
        border-right-color: #124734; }
      .theme-gryffindor .btn--13::before {
        border-right-color: #79242f; }
    .btn--13::after {
      border-top: 13px solid transparent;
      border-left: 13px solid #a85;
      border-bottom: 13px solid transparent; }
      .theme-hufflepuff .btn--13::after {
        border-left-color: #f4b223; }
      .theme-ravenclaw .btn--13::after {
        border-left-color: #002a3a; }
      .theme-slytherin .btn--13::after {
        border-left-color: #124734; }
      .theme-gryffindor .btn--13::after {
        border-left-color: #79242f; }
    .btn--13 .left {
      left: -18px;
      width: 18px; }
      .btn--13 .left .square {
        left: 5px; }
    .btn--13 .right {
      right: -18px;
      width: 18px; }
      .btn--13 .right .square {
        right: 18px; }
    .btn--13 .square {
      width: 13px; }
      .btn--13 .square::before {
        width: 26px;
        height: 26px; }
  .btn--19 {
    font-size: 19px;
    line-height: 22px;
    padding: 9px 7px 7px 7px;
    min-width: 134px;
    margin: 0 30px 20px 30px;
    border: 0; }
    .btn--19.alignleft, .btn--19.alignright {
      margin-left: 25px;
      margin-right: 25px; }
    .btn--19.alignright {
      float: right; }
    .btn--19::before {
      border-top: 19px solid transparent;
      border-right: 19px solid #a85;
      border-bottom: 19px solid transparent; }
      .theme-hufflepuff .btn--19::before {
        border-right-color: #f4b223; }
      .theme-ravenclaw .btn--19::before {
        border-right-color: #002a3a; }
      .theme-slytherin .btn--19::before {
        border-right-color: #124734; }
      .theme-gryffindor .btn--19::before {
        border-right-color: #79242f; }
    .btn--19::after {
      border-top: 19px solid transparent;
      border-left: 19px solid #a85;
      border-bottom: 19px solid transparent; }
      .theme-hufflepuff .btn--19::after {
        border-left-color: #f4b223; }
      .theme-ravenclaw .btn--19::after {
        border-left-color: #002a3a; }
      .theme-slytherin .btn--19::after {
        border-left-color: #124734; }
      .theme-gryffindor .btn--19::after {
        border-left-color: #79242f; }
    .btn--19 .left {
      left: -24px;
      width: 24px; }
      .btn--19 .left .square {
        left: 7px; }
    .btn--19 .right {
      right: -24px;
      width: 24px; }
      .btn--19 .right .square {
        right: 18px; }
    .btn--19 .square {
      width: 27px; }
      .btn--19 .square::before {
        width: 38px;
        height: 38px; }
    .btn--19 i {
      margin: -4px 8px -4px 0; }
  .btn--transparent {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border: 0;
    background: transparent;
    display: block;
    margin: 0 auto; }
  @media (max-width: 550px) {
    .btn--lines {
      display: none; } }
  @media (max-width: 499px) {
    .btn--19:not(.btn--add) {
      display: block;
      margin-left: 25px;
      margin-right: 25px;
      width: calc(100% - 50px); } }
  @media (max-width: 374px) {
    .btn--19 {
      padding-left: 0;
      padding-right: 0; }
      .btn--19 i {
        display: none; } }

@keyframes spinner {
  to {transform: rotate(360deg);}
}
.spinner {
  display: none; }
  .spinner.show {
    display: inline-block; }
  .spinner:before {
    content: '';
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    margin-left: -10px;
    border-radius: 50%;
    border-top: 2px solid #a85;
    border-right: 2px solid transparent;
    animation: spinner .6s linear infinite; }

.fieldset {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: flex-end;
  align-items: flex-end; }
.fieldset .btn {
  margin: 0 0 5px 28px; }

.icon {
  display: inline-block;
  vertical-align: middle; }
  .icon--arrow {
    width: 38px;
    height: 38px;
    background-image: url("arrow.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain; }
  .icon--broom {
    width: 36px;
    height: 30px;
    -webkit-mask-image: url("broom.svg");
            mask-image: url("broom.svg");
    -webkit-mask-position: center;
            mask-position: center;
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-size: contain;
            mask-size: contain;
    background-color: #fcf5e7; }
  .icon--burger {
    width: 46px;
    height: 46px;
    background-image: url("burger.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain; }
    .icon--burger.close {
      background-image: url("burger-close.svg");
      width: 46px;
      height: 46px;
      position: relative;
      right: auto;
      top: auto;
      background-color: #000;}
  .icon--cart {
    width: 36px;
    height: 24px;
    -webkit-mask-image: url("cart.svg");
            mask-image: url("cart.svg");
    -webkit-mask-position: center;
            mask-position: center;
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-size: contain;
            mask-size: contain;
    background-color: #fcf5e7;
    transition: color 250ms ease; }
  .icon--chevron {
    width: 12px;
    height: 21px;
    -webkit-mask-image: url("arrow-head.svg");
            mask-image: url("arrow-head.svg");
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-position: center;
            mask-position: center;
    -webkit-mask-size: contain;
            mask-size: contain;
    background-color: #fcf5e7; }
    .icon--chevron.left {
      transform: scaleX(-1); }
	.icon--chevron.up {
      margin-right: 5px;
      margin-bottom: 3px;
      transform-origin: 50% 50%;
      transform: rotate(-135deg); }
  .icon--close {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0) rotate(-45deg);
    width: 20px;
    height: 20px;
    -webkit-mask-image: url("close.svg");
            mask-image: url("close.svg");
    -webkit-mask-position: center;
            mask-position: center;
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-size: contain;
            mask-size: contain;
    background-color: #a85; }
  .icon--crest {
    width: 140px;
    height: 115px;
    background-image: url("hogwarts-crest-dark.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain; }
  .icon--diamond {
    width: 23px;
    height: 35px;
    background-image: url("diamond.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain; }
  .icon--divider {
    width: 336px;
    height: 20px;
    background-image: url("divider.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain; }
    .icon--divider.invert {
      transform: scaleX(-1); }
  .icon--exchange {
    width: 34px;
    height: 30px;
    -webkit-mask-image: url("exchange.svg");
            mask-image: url("exchange.svg");
    -webkit-mask-position: center;
            mask-position: center;
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-size: contain;
            mask-size: contain;
    background-color: #fcf5e7; }
  .icon--feather {
    width: 23px;
    height: 23px;
    -webkit-mask-image: url("feather.svg");
            mask-image: url("feather.svg");
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-position: center;
            mask-position: center;
    -webkit-mask-size: contain;
            mask-size: contain;
    background-color: #fcf5e7; }
  .icon--gold {
    width: 40px;
    height: 40px;
    margin-right: 8px;
    vertical-align: middle;
    -webkit-mask-image: url("ww-gold.svg");
            mask-image: url("ww-gold.svg");
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-position: center;
            mask-position: center;
    -webkit-mask-size: contain;
            mask-size: contain;
    background-color: #a85; }
  .icon--heart {
    width: 20px;
    height: 17px;
    margin-right: 6px;
    -webkit-mask-image: url("heart_outline.svg");
            mask-image: url("heart_outline.svg");
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-position: center;
            mask-position: center;
    -webkit-mask-size: contain;
            mask-size: contain;
    background-color: #a85; }
  .icon--heart-on {
    width: 20px;
    height: 17px;
    margin-right: 6px;
    -webkit-mask-image: url("heart.svg");
            mask-image: url("heart.svg");
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-position: center;
            mask-position: center;
    -webkit-mask-size: contain;
            mask-size: contain;
    background-color: #fcf5e7; }
  .icon--hp {
    width: 149px;
    height: 100px;
    -webkit-mask-image: url("harry-potter-shop.svg");
            mask-image: url("harry-potter-shop.svg");
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-position: center;
            mask-position: center;
    -webkit-mask-size: contain;
            mask-size: contain;
    background-color: #a85;
    transition: color 250ms ease; }
  .icon--hpu {
    width: 150px;
    height: 92px;
    -webkit-mask-image: url("logo_hpshop.svg");
            mask-image: url("logo_hpshop.svg");
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-position: center;
            mask-position: center;
    -webkit-mask-size: contain;
            mask-size: contain;
    background-color: #a85;
    transition: color 250ms ease; }
  .icon--hpny {
    width: 149px;
    height: 100px;
    -webkit-mask-image: url("hp-ny-logo.svg");
            mask-image: url("hp-ny-logo.svg");
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-position: center;
            mask-position: center;
    -webkit-mask-size: contain;
            mask-size: contain;
    background-color: #a85;
    transition: color 250ms ease; }
  .icon--ww {
    width: 135px;
    height: 102px;
    -webkit-mask-image: url("ww-logo.svg");
            mask-image: url("ww-logo.svg");
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-position: center;
            mask-position: center;
    -webkit-mask-size: contain;
            mask-size: contain;
    background-color: #fcf5e7;
    transition: color 250ms ease; }
  .icon--mastercard {
    width: 38px;
    height: 23px;
    background-image: url("mastercard.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain; }
  .icon--moon {
    width: 30px;
    height: 30px;
    background-image: url("sun_2x.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain; }
    .icon--moon.large {
      width: 42px;
      height: 42px; }
  .icon--nyc {
    width: 246px;
    height: 166px;
    background-image: url("hpny_logo2.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain; }
  .icon--p934 {
    width: 92px;
    height: 96px;
    background-image: url("logo_platform934.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain; }
  .icon--hpol {
    width: 359px;
    height: 100px;
    -webkit-mask-image: url("logo_hpol.svg");
            mask-image: url("logo_hpol.svg");
    -webkit-mask-position: center;
            mask-position: center;
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-size: contain;
            mask-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
  	background-color: #fcf5e7; }
  .icon--wbst {
    width: 203px;
    height: 149px;
    -webkit-mask-image: url("logo_mohp_stacked.svg");
            mask-image: url("logo_mohp_stacked.svg");
    -webkit-mask-position: center;
            mask-position: center;
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-size: contain;
            mask-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
  	background-color: #fcf5e7; }
  .icon--paypal {
    width: 37px;
    height: 23px;
    background-image: url("paypal.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain; }
  .icon--ribbon {
    width: 27px;
    height: 27px;
    background-image: url("ribbon.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain; }
  .icon--search {
    width: 23px;
    height: 24px;
    -webkit-mask-image: url("search.svg");
            mask-image: url("search.svg");
    -webkit-mask-position: center;
            mask-position: center;
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-size: contain;
            mask-size: contain;
    background-color: #fcf5e7;
    transition: color 250ms ease; }
  .icon--star {
    width: 17px;
    height: 17px;
    background-image: url("star.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain; }
    .icon--star.filled {
      background-image: url("star-filled.svg"); }
    .icon--star.l {
      width: 26px;
      height: 26px; }
    .icon--star.xl {
      width: 45px;
      height: 45px; }
  .icon--trash {
    width: 13px;
    height: 17px;
    -webkit-mask-image: url("trash.svg");
            mask-image: url("trash.svg");
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-position: center;
            mask-position: center;
    -webkit-mask-size: contain;
            mask-size: contain;
    background-color: #fcf5e7; }
  .icon--visa {
    width: 37px;
    height: 23px;
    background-image: url("visa.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain; }
  .icon--wb {
    width: 52px;
    height: 66px;
    -webkit-mask-image: url("wb-logo.svg");
            mask-image: url("wb-logo.svg");
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-position: center;
            mask-position: center;
    -webkit-mask-size: contain;
            mask-size: contain;
    background-color: #a85;
    transition: color 250ms ease; }
  .icon--wishlist {
    width: 23px;
    height: 20px;
    -webkit-mask-image: url("wishlist.svg");
            mask-image: url("wishlist.svg");
    -webkit-mask-position: center;
            mask-position: center;
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-size: contain;
            mask-size: contain;
    background-color: #fcf5e7;
    transition: color 250ms ease; }
  .icon--360 {
    width: 37px;
    height: 28px;
    background-image: url("360.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain; }
  @media (max-width: 550px) {
    .icon--chevron {
      width: 10px;
      height: 18px; } }
  @media (max-width: 499px) {
    .icon--diamond {
      width: 17px;
      height: 27px; }
    .icon--crest {
      width: 100px;
      height: 82px; }
    .icon--p934 {
      width: 75px;
      height: 75px; }
    .icon--star.xl {
      width: 35px;
      height: 35px; } }

.gold__access {
  margin-bottom: 10px;
  font-size: 18px;
  color: #a85; }

body {
  background-color: #00020a;
  min-width: 320px;
  transition: background-color 250ms ease; }

.group::after {
  visibility: hidden;
  display: block;
  content: '';
  clear: both;
  height: 0; }

.group .row {
  margin-bottom: 1em; }

.group .col {
  float: left;
  position: relative; }

  @media (max-width: 638px) {
  	.product .product__panel .group .col {
      float: none;
      margin: auto; } }

.col--1 {
  width: 100%; }

.col--2 {
  width: 50%; }

.col--3 {
  width: 33.33333%; }

.col--4 {
  width: 25%; }

.col--5 {
  width: 20%; }

.shopify-section {
  position: relative; }

@media (max-width: 1111px) {
  body {
    padding-top: 174px; } }

@media (max-width: 991px) {
  .col--4 {
    width: 50%; } }
@media (max-width: 833px) {
  body {
    padding-top: 185px; } }

@media (max-width: 638px) {
  body {
    padding-top: 160px; } }

@media (max-width: 550px) {
  body {
    padding-top: 128px; }
  .col--2, .col--3, .col--4, .col--5 {
    width: 100%; } }

#particles-js {
  opacity: 1;
  position: fixed;
  top: 0;
  bottom: 0;
  width: 100vw;
  height: 100vh;
  z-index: 0; }

.gold__banner {
  background: #a85;
  padding: 1px 0;
  text-align: center; }
  .gold__banner .gold__banner__wrapper, .gold__banner .gold__banner__wrapper a {
    font-size: .9em;
    color: #000;
    text-decoration: none; }
  .gold__banner .gold__banner__wrapper a:hover {
    text-decoration: underline; }


.navigation {
  position: relative;
  z-index: 10;
  min-width: 320px; }
  .navigation.with-filters-open {
    z-index: 10; }
  .navigation .navigation__smoke {
    display: block;
    content: '';
    position: absolute;
    top: 45px;
    left: 0;
    right: 0;
    height: 230px;
    opacity: .65;
    background-color: #00020a;
    background-image: url("smoke.jpg");
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
    mix-blend-mode: screen; }
  .navigation .navigation__wrapper {
    position: relative;
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 40px; }
  .navigation .navigation__preheader {
/*     height: 45px; */
    position: relative;
    background-color: #0d141e;
    border-bottom: 5px solid #a85;
    color: #fcf5e7;
    padding: 9px 0;
    text-align: center;
    transition: background-color 250ms ease; }
    .theme-hufflepuff .navigation .navigation__preheader {
      border-bottom-color: #f4b223; }
    .theme-ravenclaw .navigation .navigation__preheader {
      border-bottom-color: #002a3a; }
    .theme-slytherin .navigation .navigation__preheader {
      border-bottom-color: #124734; }
    .theme-gryffindor .navigation .navigation__preheader {
      border-bottom-color: #79242f; }
	@media (min-width: 551px) {
      .navigation .navigation__preheader .navigation__wrapper {
        height: 22px; } }
  .navigation .navigation__currency {
    position: absolute;
    left: 40px; }
  .navigation .navigation__tagline {
    display: block;
    max-width: 350px;
    margin: auto;
    position: relative; }
    .navigation .navigation__tagline .owl-item, .tagline__slide {
      background-color: #0d141e; }
    .navigation .navigation__tagline .tagline__navigation {
      position: absolute;
      z-index: 2;
      left: 0;
      right: 0; }
    .navigation .navigation__tagline .tagline__prev {
      position: absolute;
      left: 0; }
    .navigation .navigation__tagline .tagline__next {
      position: absolute;
      right: 0; }
    .navigation .navigation__tagline .icon--chevron {
      width: 10px;
      height: 16px; }
  .navigation .navigation__account {
    position: absolute;
    right: 40px;
    list-style: none;
    margin: 0;
    padding: 0;
    top: 50%;
    transform: translate3d(0, -50%, 0); }
    .navigation .navigation__account li {
      display: inline-block;
      vertical-align: middle; }
      .navigation .navigation__account li + li {
        margin-left: 10px; }
      .navigation .navigation__account li:last-child {
        margin-left: 25px; }
  .navigation .navigation__logo {
    display: inline-block;
    margin: 0 auto;
    text-align: center;
    margin-left: 50%;
    transform: translateX(-50%);}
  .navigation .navigation__main {
    position: relative;
    margin: 15px 0 20px; }
  .navigation .navigation__wblogo {
    position: absolute;
    left: 40px;
    top: 50%;
    transform: translate3d(0, -50%, 0); }
  .navigation .navigation__toggle {
    display: none;
    position: absolute;
    left: 40px;
    top: 50%;
    transform: translate3d(0, -50%, 0); }
  .navigation .navigation__links {
    position: absolute;
    right: 40px;
    top: 50%;
    transform: translate3d(0, -50%, 0);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    line-height: 19px;
    list-style: none; }
    .navigation .navigation__links li + li {
      margin-left: 40px; }
    .navigation .navigation__links i {
      margin-right: 10px; }
    .navigation .navigation__links a {
      text-decoration: none; }
  .navigation .navigation__search {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center; }
  .navigation .navigation__wishlist {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center; }
  .navigation .navigation__cart {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center; }
  .navigation .navigation__menu {
    font-family: 'bluu_nextbold', 'Crimson Text', serif;
    position: relative;
    margin: 25px 0 0;
/*     padding-bottom: 25px; */
    text-align: center;
    font-size: 18px;
    line-height: 24px;
    overflow: hidden; }
    .navigation .navigation__menu .navigation__wrapper {
      max-width: 648px;
      margin: 0 auto;
      padding: 20px;
      height: 100%; }
    .navigation .navigation__menu .icon--divider {
      position: absolute;
      top: 50%;
      margin-top: -10px;
      right: 100%; }
      .navigation .navigation__menu .icon--divider.invert {
        left: 100%;
        right: auto; }
    .navigation .navigation__menu ul {
      display: -ms-flexbox;
      display: flex;
      list-style: none;
      margin: 0 auto;
      font-weight: 700; }
    .navigation .navigation__menu li {
      position: relative;
      width: 50%;
      padding-top: 4px; }
      .navigation .navigation__menu li:nth-child(1):nth-last-child(1) {
        width: 100%; }
      .navigation .navigation__menu li:nth-child(1):nth-last-child(2), .navigation .navigation__menu li:nth-child(2):nth-last-child(1) {
        width: 50%; }
      @media (min-width: 1112px) {
        .navigation .navigation__main {
          margin: 30px 0 40px; }
        .navigation .navigation__menu li.nav-wishlist {
          display: none; }
        /*.navigation .navigation__menu li:nth-child(1):nth-last-child(3), .navigation .navigation__menu li:nth-child(2):nth-last-child(2), .navigation .navigation__menu li:nth-child(3):nth-last-child(1) {
                width: 33.33333%; }*/ }
      .navigation .navigation__menu li + li::before {
        content: '';
        position: absolute;
        left: 0;
        top: 50%;
        transform: translate3d(-50%, -50%, 0);
        width: 10px;
        height: 10px;
        background-image: url("dot.svg");
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain; }
      .navigation .navigation__menu li a {
        position: relative;
        text-decoration: none; }
        .navigation .navigation__menu li a::after {
          content: '';
          position: absolute;
          top: 100%;
          left: 0;
          right: 0;
          width: 100%;
          height: 2px;
          -webkit-mask-image: url("brown-line.svg");
                  mask-image: url("brown-line.svg");
          -webkit-mask-repeat: no-repeat;
                  mask-repeat: no-repeat;
          -webkit-mask-position: 75% 50%;
                  mask-position: 75% 50%;
          -webkit-mask-size: cover;
                  mask-size: cover;
          opacity: 0;
          background-color: #fcf5e7; }
        .navigation .navigation__menu li a:hover::after {
          opacity: 1; }
	.navigation .navigation__menu .theme-toggle {
      text-align: center;
      margin-top: 10px;
    }
	@media (min-width: 1112px) {
      .navigation .navigation__menu .theme-toggle {
        display: none;
      }
      .navigation .navigation__menu .wishlist {
        display: none; } }
    .navigation .navigation__menu .icon--wishlist {
      margin-top: -5px;
      background-color: #fff; }
  .navigation .navigation__footer {
    display: none;
    position: sticky;
    height: 170px;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 20px;
    text-align: center;
    padding-top: 1em;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(mobile_menu_gold_membership_bg.jpg); }
    .navigation .navigation__footer .cta {
      margin-top: 1em; }
    .navigation .navigation__footer .btn {
      width: calc(100% - 50px);
      margin-top: 20px; }
    .navigation .navigation__footer i {
      background-color: #fcf5e7;
      margin-right: 10px; }
  .navigation .navigation__form {
    display: none;
    margin-bottom: 30px; }
  .navigation .navigation__form .field__label {
    color: #fcf5e7; }
  @media (max-width: 1440px) {
    .navigation::before {
      background-size: 1440px 180px; } }
  @media (max-width: 1279px) {
    .navigation .navigation__links li + li {
      margin-left: 25px; } }
  @media (max-width: 1111px) {
    .navigation {
      position: fixed;
      z-index: 10;
      top: 0;
      left: 0;
      right: 0;
      box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
      background-color: #00020a; }
      .navigation .navigation__smoke {
        display: none; }
      .navigation .navigation__form {
        display: block; }
      .navigation .navigation__overlay {
        display: none;
        position: fixed;
        top: 215px;
        bottom: 0;
        width: 100vw;
        left: 0;
        right: 0;
        background-color: #000;
        opacity: .5;
        cursor: pointer; }
      .navigation .navigation__menu {
        position: fixed;
        overflow-y: auto;
        top: 215px;
        transform: translate3d(-100%, 0, 0);
        bottom: 0;
        background-image: url("menu-dark.png");
        background-position: center;
        background-size: cover;
        width: 410px;
        margin: 0;
        padding: 0;
        font-size: 21px;
        line-height: 30px;
        text-align: left;
        color: #fcf5e7;
        transition: 500ms ease-in-out;
        min-width: 320px; }
        .navigation .navigation__menu.active {
          transform: translate3d(0, 0, 0); }
        .navigation .navigation__menu ul {
          display: block; }
        .navigation .navigation__menu li {
          width: 100% !important;
          padding-top: 0; }
          .navigation .navigation__menu li + li {
            margin-top: 10px; }
            .navigation .navigation__menu li + li::before {
              display: none; }
          .navigation .navigation__menu li a {
            display: block;
            padding: 12px 0; }
            .navigation .navigation__menu li a::before {
              content: '';
              position: absolute;
              right: 0;
              top: 50%;
              transform: translate3d(0, -50%, 0);
              content: '';
              width: 12px;
              height: 21px;
              -webkit-mask-image: url("arrow-head.svg");
                      mask-image: url("arrow-head.svg");
              -webkit-mask-repeat: no-repeat;
                      mask-repeat: no-repeat;
              -webkit-mask-position: center;
                      mask-position: center;
              -webkit-mask-size: contain;
                      mask-size: contain;
              background-color: #a85; }
            .navigation .navigation__menu li a::after {
              opacity: 1; }
      .navigation .navigation__wblogo {
        display: none; }
      .navigation .navigation__toggle {
        display: block; }
      .navigation .navigation__footer {
        display: block; }
      .navigation .icon--divider {
        display: none; } }
  @media (max-width: 1023px) {
    .navigation .navigation__account li:last-child {
      margin-left: 15px; }
    .navigation .navigation__links li + li {
      margin-left: 20px; }
    .navigation .navigation__links .label {
      display: none; }
    .navigation .navigation__links br {
      display: none; }
    .navigation .navigation__account .logo {
      display: none; } }
  @media (max-width: 833px) {
    .navigation .navigation__main {
      margin: 20px 0; }
    .navigation .navigation__menu {
      top: 177px; }
    .navigation .navigation__overlay {
      top: 177px; } }
  @media (max-width: 767px) {
    .navigation .navigation__wrapper {
      padding: 0 25px; }
    .navigation .navigation__links {
      right: 25px; }
    .navigation .navigation__toggle {
      left: 25px; }
    .navigation .navigation__currency {
      display: none; }
    .navigation .navigation__account {
      display: none; }
    .navigation .navigation__tagline {
      padding: 0; }
    .navigation .navigation__menu {
      width: 380px; }
    .navigation .navigation__menu .navigation__wrapper {
      padding: 10px 25px 25px 25px; }
    .navigation .navigation__footer {
      padding-left: 25px;
      padding-right: 25px; } }
  @media (max-width: 638px) {
    .navigation .navigation__logo i {
      width: 120px;
      height: 80px; }
    .navigation .navigation__logo img {
      height: 80px; }
    .navigation .navigation__main {
      margin: 15px 0 20px; }
    .navigation .navigation__links li + li {
      margin-left: 15px; }
    .navigation .navigation__menu {
      top: 160px; }
    .navigation .navigation__overlay {
      top: 160px; } }
  @media (max-width: 550px) {
    .navigation .navigation__preheader {
      padding: 5px 0;
      border-bottom: 3px solid #a85; }
    .navigation .navigation__tagline {
      font-size: 13px;
      line-height: 18px; }
    .navigation .navigation__logo i {
      width: 100px;
      height: 67px; }
    .navigation .navigation__main {
      margin: 15px 0; }
    .navigation .navigation__links li {
      display: none; }
      .navigation .navigation__links li:last-child {
        display: block; }
    .navigation .navigation__menu {
      padding-top: 8px;
      top: 128px;
      font-size: 18px;
      line-height: 26px; }
    .navigation .navigation__overlay {
      top: 128px; } }
  @media (max-width: 499px) {
    .navigation .navigation__wrapper {
      padding: 0 20px; }
    .navigation .navigation__links {
      right: 20px; }
    .navigation .navigation__toggle {
      left: 20px; }
    .navigation .navigation__menu .navigation__wrapper {
      padding: 0 20px 20px 20px; }
    .navigation .navigation__footer {
      padding-left: 20px;
      padding-right: 20px; } }
  @media (max-width: 437px) {
    .navigation .navigation__menu {
      width: 100%; } }
  @media (max-width: 413px) {
    .navigation .navigation__wrapper {
      padding: 0 15px; }
    .navigation .navigation__links {
      right: 15px; }
    .navigation .navigation__toggle {
      left: 15px; }
    .navigation .navigation__menu .navigation__wrapper {
      padding: 0 15px 15px 15px; }
    .navigation .navigation__footer {
      padding: 15px; } }
  @media (max-width: 359px) {
    .navigation .navigation__tagline {
      font-size: 12px; } }

.menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  color: #fcf5e7;
  font-size: 21px;
  line-height: 30px;
  font-weight: 700;
  min-width: 320px;
  font-family: 'bluu_nextbold', 'Crimson Text', serif; }
  .menu.active {
    display: block; }
  .menu .menu__back {
    display: none;
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding: 25px 40px 20px;
    background-color: #211001;
    text-align: center; }
  .menu .menu__dropdown {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: none;
    background-image: url("menu-dark.png");
    background-position: center;
    background-size: cover;
    padding: 50px 0 25px;
    border-bottom: 8px solid #a85;
    z-index: 1; }
    .menu .menu__dropdown.active {
      display: block; }
  .menu .menu__overlay {
    position: absolute;
    top: 0;
    height: 100vh;
    left: 0;
    right: 0;
    background-color: #000;
    opacity: .5; }
  .menu .menu__wrapper {
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 40px; }
  .menu .menu__container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
        align-items: flex-start;
    margin-bottom: 25px; }
  .menu .menu__collections {
    width: calc(100% - 50px);
    padding-right: 50px; }
    .menu .menu__collections ul {
      list-style: none;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      margin: 0 5px -15px -15px; }
    .menu .menu__collections li {
      max-width: 310px;
      padding: 0 15px 10px;
      position: relative; }
      .menu .menu__collections li.kids .subcats, .menu .menu__collections li.toys-games .subcats {
        display: none; }
      .menu .menu__collections li a {
        display: block; }
      .menu .menu__collections li:hover a {
        text-decoration: none; }
      .menu .menu__collections li .icon {
        display: none; }
      .menu .menu__collections li:hover .icon {
        display: inline-block; }
	  .menu .menu__collections li .subcats {
        display: none; }
	  .menu .menu__collections li .subcats li {
        padding: 0 0 0 35px; }
	  .menu .menu__collections li .subcats li a {
        padding-left: 10px; }
	  .menu .menu__collections li .subcats .links {
        margin-right: 0;
        margin-top: 10px; }
	  .menu .menu__collections li .subcats .links ul {
        margin-right: 0; }
      @media (min-width: 1112px) {
        .menu .menu__collections.with__cards {
          width: 34.67742%; } 
        .menu .menu__dropdown.four-cards .menu__collections.with__cards {
          width: 34.67742%; }
        .menu .menu__collections li {
          padding: 0 15px 10px;
          width: 25%; }
        .menu .menu__collections li a {
          display: inline-block; }
        .menu .menu__collections li:hover a {
          color: #a85; }
        .menu .menu__collections li .subcats {
          display: none;
          position: absolute;
          top: -7px;
          left: 85%;
          z-index: 5;
          min-width: 250px;
          border-bottom: 1px solid #a85; }
        .menu .menu__collections li .subcats.up {
          top: auto;
          transform: translateY(-100%);
          border-bottom: none; }
        .menu .menu__collections li .subcats .links {
          background: rgba(3, 5, 16, .9);
          padding: 15px 10px 15px 15px;
          position: relative;
/*           margin-right: 35px; */
          margin-right: 1px;
          margin-top: 0;
          z-index: 40;
          border-top: 1px solid #a85; }
        .menu .menu__collections li .subcats.up .links {
          border-bottom: 1px solid #a85; }
        .menu .menu__collections li:hover .subcats {
          display: block; }
        .menu .menu__collections li.kids:hover .subcats, .menu .menu__collections li.toys-games:hover .subcats {
          display: none; }
        .menu .menu__collections li .subcats .tab {
          width: 18px;
          left: -12px;
          top: 5px;
          width: 24px;
          height: 24px;
          z-index: 10;
          position: absolute;
          transform: rotate(45deg);
          transform-origin: 50% 50%;
          background-color: rgba(3, 5, 16, .9);}
        .menu .menu__collections li .subcats.up .tab {
          bottom: 8px;
          top: auto; }
        .menu .menu__collections li .subcats .tab .square {
          width: 13px;
          left: 5px; }
        .menu .menu__collections li .subcats .tab .square::before {
          display: block;
          content: '';
          border-bottom: 1px solid #a85;
          border-left: 1px solid #a85;
          width: 26px;
          height: 26px; }
        .menu .menu__collections li .subcats .line {
          position: absolute; }
        .menu .menu__collections li .subcats .line.right {
          right: 0;
/*           top: 35px; */
          top: 0;
          background: rgba(3, 5, 16, .9);
/*           height: calc(100% - 35px); */
          height: 100%;
          border-right: 1px solid #a85;
          width: 35px; }
        /*       	.menu .menu__collections li .subcats .line.right:before {
                width: 1px;
                height: 24px;
                background: #a85;
                transform: rotate(45deg);
                transform-origin: 50% 50%; } */
        .menu .menu__collections li .subcats.up .line.right {
          top: 0;
          border-top: 1px solid #a85; }
        .menu .menu__collections li .subcats .line.left {
          left: 0;
          top: 36px;
          background: #a85;
          height: calc(100% - 36px);
          z-index: 50;
          width: 1px; }
        .menu .menu__collections li .subcats.up .line.left {
          top: 0; }
        .menu .menu__collections li .subcats .corner {
          display: none;
          position: absolute;
          transform-origin: 50% 50%;
          display: block;
          width: 52px;
          height: 52px;
          background: rgba(3, 5, 16, .9);
          transform: rotate(45deg); }
        .menu .menu__collections li .subcats .corner.tr {
          display: none;
          top: 10px;
          right: 10px;
          border-top: 1px solid #a85; }
        .menu .menu__collections li .subcats.up .corner.tr {
          top: auto;
          bottom: 10px;
          border-top: none;
          border-right: 1px solid #a85; }
        .menu .menu__collections li .subcats .corner.tr .solid {
          width: 0;
          height: 0;
          /*             border-top: 24px solid transparent;
                  border-bottom: 24px solid transparent;
                  border-left: 24px solid #030510; */
          transform-origin: 50% 50%;
          transform: rotate(45deg); }
        .menu .menu__collections li .subcats .corner.bl {
          bottom: -24px;
          left: -24px;
          border-top: 1px solid #a85; }
        .menu .menu__collections li .subcats .corner.br {
          bottom: -24px;
          right: -24px;
          border-left: 1px solid #a85;}
        .menu .menu__collections li .subcats li {
          line-height: 1.2em;
          max-width: none;
          padding: 0 0 10px 20px;
          width: 100%; }
        .menu .menu__collections li .subcats li a {
          padding-left: 0; }
        .menu .menu__collections li .subcats li a:hover {
          color: #fff; }
        .menu .menu__collections.with__cards li {
          width: 50%;}
      	.menu .menu__dropdown.four-cards .menu__collections.with__cards li {
          width: 100%;} }
      .menu .menu__collections li:nth-child(1):nth-last-child(3), .menu .menu__collections li:nth-child(2):nth-last-child(2), .menu .menu__collections li:nth-child(3):nth-last-child(1) {
        width: 100%; }

  .menu .menu__cards {
    display: -ms-flexbox;
    display: flex;
    width: 65.32258%;
    margin: 0 -6px; }
    .menu .menu__cards .col {
      padding: 0 6px;
      width: 33.33333%; }
      .menu .menu__cards .col:nth-child(1):nth-last-child(4), .menu .menu__cards .col:nth-child(2):nth-last-child(3), .menu .menu__cards .col:nth-child(3):nth-last-child(2), .menu .menu__cards .col:nth-child(4):nth-last-child(1) {
        width: 25%; }
  .menu .menu__card {
    display: block;
    position: relative;
    padding: 20px; }
  .menu .menu__image {
    position: relative;
    height: 256px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    overflow: hidden; }
    .menu .menu__image img {
      height: 100%;
      width: auto;
      max-width: none; }
  .menu .menu__gradient {
    position: absolute;
    top: 20px;
    left: 20px;
    right: 20px;
    bottom: 20px;
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%); }
  .menu .menu__title {
    position: absolute;
    left: 32px;
    right: 32px;
    bottom: 45px;
    text-align: center;
    color: #fcf5e7;
    margin: 0 6px; }
  .menu .menu__line {
    height: 3px;
    margin: 50px 0 25px;
    background-image: url("white-line.svg");
    background-size: contain;
    border: 0; }
  .menu .menu__link i {
    margin-right: 22px; }
  .menu .menu__frame {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
    .menu .menu__frame .square {
      position: absolute;
      border: 1px solid #a85;
      width: 16px;
      height: 16px; }
      .menu .menu__frame .square.tl {
        top: 12px;
        left: 12px; }
      .menu .menu__frame .square.tr {
        top: 12px;
        right: 12px; }
      .menu .menu__frame .square.bl {
        bottom: 12px;
        left: 12px; }
      .menu .menu__frame .square.br {
        bottom: 12px;
        right: 12px; }
    .menu .menu__frame .line {
      position: absolute;
      background-color: #a85; }
      .menu .menu__frame .line::before, .menu .menu__frame .line::after {
        content: '';
        position: absolute;
        background-color: #a85; }
      .menu .menu__frame .line.top {
        top: 0;
        left: 20px;
        right: 20px;
        height: 1px; }
        .menu .menu__frame .line.top::before {
          top: 0;
          left: 0;
          height: 21px;
          width: 1px; }
        .menu .menu__frame .line.top::after {
          top: 0;
          right: 0;
          height: 21px;
          width: 1px; }
      .menu .menu__frame .line.left {
        top: 20px;
        left: 0;
        bottom: 20px;
        width: 1px; }
        .menu .menu__frame .line.left::before {
          bottom: 0;
          left: 0;
          width: 21px;
          height: 1px; }
        .menu .menu__frame .line.left::after {
          top: 0;
          left: 0;
          width: 21px;
          height: 1px; }
      .menu .menu__frame .line.right {
        top: 20px;
        right: 0;
        bottom: 20px;
        width: 1px; }
        .menu .menu__frame .line.right::before {
          bottom: 0;
          right: 0;
          width: 21px;
          height: 1px; }
        .menu .menu__frame .line.right::after {
          top: 0;
          right: 0;
          width: 21px;
          height: 1px; }
      .menu .menu__frame .line.bottom {
        bottom: 0;
        left: 20px;
        right: 20px;
        height: 1px; }
        .menu .menu__frame .line.bottom::before {
          bottom: 0;
          left: 0;
          height: 21px;
          width: 1px; }
        .menu .menu__frame .line.bottom::after {
          bottom: 0;
          right: 0;
          height: 21px;
          width: 1px; }
  .menu a {
    text-decoration: none; }
    .menu a:hover {
      text-decoration: underline; }
  @media (min-width: 1112px) and (max-width: 1279px) {
    .menu .menu__collections {
      padding-right: 25px; }
    .menu .menu__dropdown:not(.four-cards) .menu__cards .col {
      width: 33.33333% !important; } 
    .menu .menu__dropdown:not(.four-cards) .menu__cards .col:nth-child(n+4) {
      display: none; } }
  @media (min-width: 1112px) {
    .menu .menu__collections.with__cards {
      width: 38%; }
    .menu .menu__dropdown.four-cards .menu__collections.with__cards {
      width: 25%; }
    .menu .menu__cards {
      width: 62%; }
  	.menu .menu__dropdown.four-cards .menu__cards {
      width: 75%; } }
  @media (max-width: 1111px) {
    .menu {
      display: block;
      position: fixed;
      top: 215px;
      bottom: 0;
      width: 410px;
      margin: 0;
      transform: translate3d(-100%, 0, 0);
      transition: 500ms ease-in-out; }
      .navigation.with-gold-banner .menu {
        top: 255px; }
      .menu.active {
        transform: translate3d(0, 0, 0); }
      .menu .menu__back {
        display: block; }
        .menu .menu__back::before {
          content: '';
          position: absolute;
          left: 40px;
          top: 50%;
          transform: scaleX(-1) translate3d(0, -50%, 0);
          content: '';
          width: 12px;
          height: 21px;
          -webkit-mask-image: url("arrow-head.svg");
                  mask-image: url("arrow-head.svg");
          -webkit-mask-repeat: no-repeat;
                  mask-repeat: no-repeat;
          -webkit-mask-position: center;
                  mask-position: center;
          -webkit-mask-size: contain;
                  mask-size: contain;
          background-color: #a85; }
      .menu .menu__wrapper {
        padding: 0; }
      .menu .menu__dropdown {
        padding: 90px 40px 45px;
        border: 0;
        bottom: 0;
        overflow: auto; }
      .menu .menu__container {
        display: block;
        margin-bottom: 0; }
      .menu .menu__collections {
        width: 100%;
        padding-right: 0;
        padding-bottom: 10px; }
        .menu .menu__collections li {
          width: 100%;
          max-width: none; }
        .menu .menu__collections a {
          position: relative;
          display: block;
          padding: 12px 25px 12px 0; }
          .menu .menu__collections a::before {
            content: '';
            position: absolute;
            right: 0;
            top: 50%;
            transform: translate3d(0, -50%, 0);
            content: '';
            width: 12px;
            height: 21px;
            -webkit-mask-image: url("arrow-head.svg");
                    mask-image: url("arrow-head.svg");
            -webkit-mask-repeat: no-repeat;
                    mask-repeat: no-repeat;
            -webkit-mask-position: center;
                    mask-position: center;
            -webkit-mask-size: contain;
                    mask-size: contain;
            background-color: #a85; }
    		.menu .menu__collections a.parent.active {
              padding-bottom: 0 }
              .menu .menu__collections a.parent.active::after {
                height: 0;
                -webkit-mask-image: none;
                        mask-image: none; }
    		.menu .menu__collections a.parent::before {
              width: 18px;
              height: 20px;
              -webkit-mask-image: url("arrow-double.svg");
              		  mask-image: url("arrow-double.svg"); }
    		.menu .menu__collections a.parent.active::before {
              top: 65%;
              width: 20px;
              height: 11px;
              -webkit-mask-image: url("arrow-down.svg");
              		  mask-image: url("arrow-down.svg"); }
          .menu .menu__collections > ul > li > a::after, .menu .menu__collections li .subcats::after {
            content: '';
            position: absolute;
            top: 100%;
            left: 0;
            right: 0;
            width: 100%;
            height: 2px;
            -webkit-mask-image: url("brown-line.svg");
                    mask-image: url("brown-line.svg");
            -webkit-mask-repeat: no-repeat;
                    mask-repeat: no-repeat;
            -webkit-mask-position: 75% 50%;
                    mask-position: 75% 50%;
            -webkit-mask-size: cover;
                    mask-size: cover;
            opacity: 1;
            background-color: #fcf5e7; }
    		.menu .menu__collections li .subcats::after {
              width: calc(100% - 30px);
              left: 15px;
              right: 15px; }
      .menu .menu__collections li .subcats {
        margin-bottom: 15px; }
      .menu .menu__cards {
        display: block;
        width: 100%;
        margin: 20px 0 0; }
        .menu .menu__cards .col {
          width: 100% !important;
          padding: 0; }
          .menu .menu__cards .col + .col {
            margin-top: 20px; }
      .menu .menu__line {
        display: none; }
      .menu .menu__link {
        display: none; }
      .menu .menu__image {
        display: block; }
        .menu .menu__image img {
          width: 100%;
          height: auto;
          position: absolute;
          top: 50%;
          left: 0;
          right: 0;
          transform: translate3d(0, -50%, 0); } }
  @media (max-width: 833px) {
    .menu {
      top: 185px; }
    .navigation.with-gold-banner .menu {
      top: 225px; } }
  @media (max-width: 767px) {
    .menu .menu__back {
      padding-left: 25px;
      padding-right: 25px; }
      .menu .menu__back::before {
        left: 25px; }
    .menu .menu__dropdown {
      padding-left: 25px;
      padding-right: 25px; } }
  @media (max-width: 638px) {
    .menu {
      top: 160px; }
    .navigation.with-gold-banner .menu {
      top: 200px; } }
  @media (max-width: 550px) {
    .menu {
      top: 128px;
      font-size: 18px;
      line-height: 26px; }
    .navigation.with-gold-banner .menu {
      top: 168px; } }
  @media (max-width: 499px) {
    .menu .menu__back {
      padding-left: 20px;
      padding-right: 20px; }
      .menu .menu__back::before {
        left: 20px; }
    .menu .menu__dropdown {
      padding-left: 20px;
      padding-right: 20px; } }
  @media (max-width: 437px) {
    .menu {
      width: 100%; } }
  @media (max-width: 413px) {
    .menu .menu__back {
      padding-left: 15px;
      padding-right: 15px; }
      .menu .menu__back::before {
        left: 15px; }
    .menu .menu__dropdown {
      padding-left: 15px;
      padding-right: 15px; } }

.hero {
  position: relative;
  height: 612px;
  color: #fcf5e7;
  min-height: 530px; }
  .hero .hero__image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 612px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover; }
  @media(max-width: 767px) {
    .hero {
      height: auto; }
    .hero .hero__image {
      position: relative;
      height: 550px; }
    .hero .hero__image.right {
      background-position: 5% center; }
	.hero .hero__image.left {
      background-position: 95% center; } }
  @media(max-width: 650px) {
    .hero {
      height: auto; }
    .hero .hero__image {
      height: 500px; }
    .hero .hero__image.right {
      background-position: 15% center; }
	.hero .hero__image.left {
      background-position: 85% center; } }
  @media(max-width: 550px) {
    .hero {
      height: auto; }
    .hero .hero__image {
      height: 450px; }
    .hero .hero__image.right {
      background-position: 10% center; }
	.hero .hero__image.left {
      background-position: 75% center; } }
  @media(max-width: 480px) {
    .hero {
      height: auto; }
    .hero .hero__image {
      height: 400px; } }
  .hero .hero__carousel {
    display: block;
    width: 100%;
/*     height: 612px; */
    position: relative; }
	.hero .hero__carousel .hero__image {
      width: 100%;
      z-index: 1;
      position: relative; }
/*     .hero .hero__carousel .owl-item {
      background-color: #0d141e; } */
    .hero .hero__carousel .owl-nav {
      position: absolute;
      width: 100%;
      top: 50%;
      transform: translateY(-50%);
      z-index: 2;
      left: 0;
      right: 0; }
	  @media (max-width: 550px) {
        .hero .hero__carousel .owl-nav, .hero__navigation, .hero__prev, .hero__next {
          display: none; } }
	.hero .hero__navigation {
      display: none;
      transition: all .5s ease-out; }
	  .hero:hover .hero__navigation {
        display: block; }
    .hero .hero__carousel .hero__prev {
      position: absolute;
      left: 30px;
      top: 50%;
      z-index: 10;
      transform: translateY(-50%); }
    .hero .hero__carousel .hero__next {
      position: absolute;
      right: 30px;
      top: 50%;
      z-index: 10;
      transform: translateY(-50%);}
    .hero .hero__carousel .icon--chevron {
      width: 25px;
      height: 46px; }
  .hero .hero__video {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    overflow: hidden; }
    .hero .hero__video video {
      min-height: 100%;
      min-width: 100%; }
  .hero .hero__overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000;
    opacity: .3;
  	z-index: 5; }
	@media (min-width: 768px) {
      .hero .hero__overlay {
        opacity: .3; } }
  .hero .hero__border {
    position: absolute;
    top: 20px;
    left: 20px;
    right: 20px;
    bottom: 20px;
  	z-index: 5; }
    .hero .hero__border .top {
      position: absolute;
      left: 40px;
      right: 40px;
      top: 0;
      border-top: 1px solid #fcf5e7; }
    .hero .hero__border .left {
      position: absolute;
      top: 40px;
      bottom: 40px;
      left: 0;
      border-left: 1px solid #fcf5e7; }
    .hero .hero__border .right {
      position: absolute;
      top: 40px;
      bottom: 40px;
      right: 0;
      border-right: 1px solid #fcf5e7; }
    .hero .hero__border .bottom {
      position: absolute;
      left: 40px;
      right: 40px;
      bottom: 0;
      border-bottom: 1px solid #fcf5e7; }
    .hero .hero__border .icon--ribbon {
      position: absolute; }
      .hero .hero__border .icon--ribbon::before {
        content: '';
        position: absolute;
        left: 40px;
        top: 0;
        height: 40px;
        width: 1px;
        background-color: #fff; }
      .hero .hero__border .icon--ribbon::after {
        content: '';
        position: absolute;
        left: 0;
        top: 40px;
        height: 1px;
        width: 40px;
        background-color: #fff; }
      .hero .hero__border .icon--ribbon.tl {
        left: 0;
        top: 0; }
      .hero .hero__border .icon--ribbon.tr {
        right: 0;
        top: 0;
        transform: rotate(90deg); }
      .hero .hero__border .icon--ribbon.bl {
        left: 0;
        bottom: 0;
        transform: rotate(270deg); }
      .hero .hero__border .icon--ribbon.br {
        right: 0;
        bottom: 0;
        transform: rotate(180deg); }
  .hero .hero__wrapper {
    position: relative;
    text-align: center;
    width: 80%;
    margin: 20px 10%;
  	z-index: 5; }
/* 	@media (max-width: 550px) {
      .hero .hero__wrapper {
        padding: 0 40px; }} */
    @media (min-width: 768px) {
      .hero .hero__wrapper {
        position: absolute;
        margin: 0 10%;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
            align-items: center;
        flex-direction: column;
        top: 50%;
        transform: translate3d(0, -50%, 0); } 
      .hero .hero__wrapper.left {
        text-align: left;
        left: 60px;
        width: 35%;
        margin: 0;
        -ms-flex-align: flex-start;
        align-items: flex-start; } }
    @media (min-width: 1024px) {
      .hero .hero__wrapper.left {
        left: 60px; } }
	@media (min-width: 768px) {
      .hero .hero__wrapper.right {
        text-align: right;
        right: 60px;
        width: 35%;
        margin: 0;
        -ms-flex-align: flex-end;
        align-items: flex-end; } }
	@media (min-width: 1024px) {
      .hero .hero__wrapper.right {
        right: 60px; } }
    .hero .hero__wrapper i {
      margin-bottom: 15px; }
	.hero .hero__wrapper.left .btn--lines, .hero .hero__wrapper.right .btn--lines {
        display: none; }
  .hero .hero__title {
    font-size: 4.5vw;
    line-height: 1.2em;
    font-weight: 700;
    color: #fcf5e7; }
	@media (min-width: 1400px) {
	  body.the-making-of-harry-potter-shop .hero .hero__title {
        margin: 0 1.5em 20px 1.5em; } }
	@media (min-width: 639px) {
	  .hero .hero__wrapper.left .hero__title, .hero .hero__wrapper.right .hero__title {
        font-size: 4vw; } }
	@media (min-width: 768px) {
      .hero .hero__wrapper.right .hero__title {
      text-align: right; } }
  .hero .hero__subtitle {
    margin-bottom: 5px; }
  .hero .hero__actions {
    margin-top: 13px;
    left: 40px;
    right: 40px; }
  .hero p {
    text-align: center;
    font-size: 21px;
    line-height: 30px;
    font-weight: 700;
    max-width: 810px;
    margin: 20px auto; }
/* 	@media (min-width: 768px) {
      .hero .hero__wrapper.left p {
        text-align: left; } } */
	@media (min-width: 639px) {
      .hero .hero__wrapper.right p {
      	text-align: right; }
      .hero .hero__wrapper.left p {
        text-align: left;
        margin: 20px 0; }
      .hero .hero__wrapper.right p {
        margin: 20px 0; } }
    .hero p:last-child {
      margin-bottom: 0; }
/*   @media (max-width: 1440px) {
    .hero {
      height: 0;
      padding-bottom: 42.5%; } } */
  @media (max-width: 992px) and (orientation: portrait) {
    .hero {
/*       height: calc(100vh - 215px); */
      max-height: 920px; }
      .hero .hero__video video {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 50%;
        transform: translate3d(-50%, 0, 0);
        max-width: none; } }
  @media (max-width: 767px) {
/*     .hero {
      height: calc(100vh - 195px); } */
      .hero .hero__video video {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 50%;
        transform: translate3d(-50%, 0, 0);
        max-width: none; }
      .hero .hero__actions {
        position: relative;
        left: 0;
        right: 0;
/*         max-width: 320px; */
        margin-left: auto;
        margin-right: auto; }
        .hero .hero__actions .btn {
          width: auto;
    	  display: inline-block;
          margin-left: 25px;
          margin-right: 25px; }
          .hero .hero__actions .btn + .btn {
            margin-left: 25px; }
          .hero .hero__actions .btn--lines {
            display: none; } }
  @media (max-width: 638px) {
/*     .hero {
      height: calc(100vh - 160px); } */
      .hero .hero__border {
        top: 15px;
        left: 15px;
        right: 15px;
        bottom: 15px; }
      .hero .hero__title {
        font-size: 32px;
        line-height: 1.2em; }
      .hero p {
        font-size: 18px;
        line-height: 26px; } }
  @media (max-width: 550px) {
    .hero {
       /*height: calc(100vh - 260px); calc(100vh - 128px) */
      min-height: 0; }
      .hero.small {
        height: 320px;
        min-height: 0; }
      .hero.homepage {
        min-height: 450px; }
      .hero .hero__title {
        font-size: 28px;
        margin-bottom: 0; }
      .hero .hero__actions {
        margin-top: 25px; }
      .hero p {
        line-height: 1.4em; } }
  @media (max-width: 413px) {
/*     .hero .hero__wrapper {
      padding: 0 30px; } */
    .hero .hero__border {
      top: 10px;
      left: 10px;
      right: 10px;
      bottom: 10px; } }

.tertiary {
  position: relative;
  margin: 40px 0 150px; }
  .tertiary .tertiary__wrapper {
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 40px; }
  .tertiary .tertiary__narrow {
    max-width: 810px;
    margin: 0 auto; }
    .tertiary .tertiary__narrow.centre {
      text-align: center; }
  .tertiary .tertiary__form {
    margin-top: 50px; }
    .tertiary .tertiary__form:first-child {
      margin-top: 0; }
    .tertiary .tertiary__form.narrow {
      max-width: 600px;
      margin: 0 auto; }
  .tertiary .tertiary__container {
    margin: 0 -25px -60px; }
  .tertiary .tertiary__links {
    display: -ms-flexbox;
    display: flex;
    font-size: 18px;
    line-height: 28px;
    list-style: none;
    margin-top: 60px;
    font-weight: 700; }
    .tertiary .tertiary__links li {
      position: relative;
      padding-left: 20px; }
      .tertiary .tertiary__links li::before {
        content: '';
        position: absolute;
        left: 0;
        top: 50%;
        transform: translate3d(0, -50%, 0);
        width: 10px;
        height: 10px;
        background-image: url("dot.svg");
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain; }
      .tertiary .tertiary__links li + li {
        margin-left: 30px; }
  .tertiary p {
    font-size: 21px;
    line-height: 30px;
    margin: 30px 0; }
    .tertiary p:first-child {
      margin-top: 0; }
    .tertiary p:last-child {
      margin-bottom: 0; }
    .tertiary p.small {
      font-size: 16px;
      line-height: 22px; }
  .tertiary .capital {
    font-size: 120px;
    float: left;
    width: 180px;
    height: 180px;
    padding-top: 22px;
    line-height: 158px;
    margin-top: 6px;
    margin-right: 30px;
    text-align: center;
    border: 6px solid #a85;
    color: #a85; }
  .tertiary .col {
    padding: 0 25px 60px; }
  .tertiary .collection {
    margin: 0; }
  #departments.collection {
    margin: 40px 0; }
  @media (max-width: 1169px) {
    .tertiary {
      margin-bottom: 120px; } }
  @media (max-width: 1169px) and (min-width: 993px) {
    .tertiary .tertiary__links {
      display: block; }
      .tertiary .tertiary__links li + li {
        margin-left: 0;
        margin-top: 20px; } }
  @media (max-width: 992px) {
    .tertiary {
      margin-bottom: 100px; }
      .tertiary .tertiary__container {
        margin: 0 0 -50px; }
      .tertiary .tertiary__links {
        margin-top: 40px; }
      .tertiary .capital {
        font-size: 105px;
        float: left;
        width: 155px;
        height: 155px;
        padding-top: 15px;
        line-height: 140px;
        margin-right: 20px;
        margin-top: 4px; }
      .tertiary .col {
        padding: 0 0 50px; }
        .tertiary .col--2 {
          width: 100%; } }
  @media (max-width: 767px) {
    .tertiary {
      margin-bottom: 80px; }
      .tertiary .tertiary__wrapper {
        padding: 0 25px; }
      .tertiary .tertiary__container {
        margin: 0 0 -40px; }
      .tertiary .tertiary__form {
        margin-top: 40px; }
      .tertiary .col {
        padding: 0 0 40px; } }
  @media (max-width: 638px) {
    .tertiary .tertiary__links {
      display: block; }
      .tertiary .tertiary__links li + li {
        margin-left: 0;
        margin-top: 20px; }
    .tertiary .capital {
      font-size: 90px;
      float: left;
      width: 130px;
      height: 130px;
      padding-top: 12px;
      line-height: 120px;
      margin-right: 15px;
      margin-top: 3px; }
    .tertiary p {
      font-size: 18px;
      line-height: 26px;
      margin: 26px 0; } }
  @media (max-width: 499px) {
    .tertiary .tertiary__wrapper {
      padding: 0 20px; }
    .tertiary .capital {
      font-size: 66px;
      float: left;
      width: 100px;
      height: 100px;
      padding-top: 8px;
      line-height: 90px;
      margin-right: 15px;
      margin-top: 3px;
      border: 4px solid #a85; } }
  @media (max-width: 413px) {
    .tertiary .tertiary__wrapper {
      padding: 0 15px; } }

#product-grid {
  z-index: 9; }
.collection {
  margin: 40px 0 150px; }
  .collection .collection__wrapper {
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 40px; }
  .collection .collection__main {
    display: -ms-flexbox;
    display: flex; }
  .collection .collection__row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center;
    margin: 10px 0; }
  .collection .collection__title {
    font-size: 28px;
    line-height: 34px;
    color: #fcf5e7;
    margin: 50px 0; }
    /*.collection .collection__title:first-child {*/
    /*  margin: 0; }*/
    .collection .collection__title span {
      color: #a85; }
  .collection .collection__total {
    font-weight: 700;
    margin-left: auto; }
  .collection .collection__products {
    width: 75%; }
    .collection .collection__products:first-child {
      width: 100%; }
	.collection .collection__main.loading .collection__products {
      opacity: 0; }
  .collection .collection__container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -20px -40px;
    overflow: hidden; }
	.collection .collection__container h2 {
      margin-top: 1em; }
  .collection .collection__loading {
    display: block; }
    .collection .collection__loading + .collection__empty {
      display: none; }
  .collection .collection__empty {
    width: 100%;
/*     text-align: center; */
    font-size: 21px;
    line-height: 30px; }
 	.collection .collection__empty ul {
      padding: 0 20px; }
    .collection .collection__empty p {
      margin: 30px 0; }
      .collection .collection__empty p:last-child {
        margin-bottom: 0; }
    .collection .collection__empty + .collection__main {
      display: none; }
  .collection .collection__narrow {
    max-width: 810px;
    margin: 0 auto; }
    .collection .collection__narrow.centre {
      text-align: center; }
  .collection .col {
    padding: 0 20px 40px; }
  .collection .toggle--filters {
    display: none; }
  @media (max-width: 1169px) {
    .collection {
      margin-bottom: 120px; }
      .collection .collection__products {
        width: 100%; }
      .collection .collection__row {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
      .collection .collection__title {
        width: 100%; }
      .collection .col--4 {
        width: 33.33333%; }
      .collection .toggle--filters {
        display: block;
        margin-top: 20px; }
    	.collection.results .toggle--filters {
          display: none; }
        .collection .toggle--filters:first-child {
          margin-top: 0; } }
  @media (max-width: 1111px) {
    .collection .collection__row {
      margin: 10px 0; } }
  @media (max-width: 992px) {
    .collection {
      margin-bottom: 100px; }
      .collection .col--3 {
        width: 50%; }
      .collection .col--4 {
        width: 50%; } }
  @media (max-width: 833px) {
    .collection .collection__container {
      margin: 0 -15px -30px; }
    .collection .col {
      padding: 0 15px 30px; } }
  @media (max-width: 767px) {
    .collection {
      margin-bottom: 80px; }
      .collection .collection__wrapper {
        padding: 0 25px; }
      .collection .collection__row {
        margin: 10px 0; } }
  @media (max-width: 677px) {
    .collection .collection__container {
      margin: 0 -10px -20px; }
    .collection .col {
      padding: 0 10px 20px; } }
  @media (max-width: 638px) {
    .collection .collection__empty {
      font-size: 18px;
      line-height: 26px; } }
  @media (max-width: 499px) {
    .collection .collection__wrapper {
      padding: 0 20px; }
    .collection .collection__row {
      display: block; }
    .collection .collection__total {
      text-align: center;
      display: block;
      margin-top: 20px; }
      .collection .collection__total:first-child {
        margin-top: 0; } }
  @media (max-width: 413px) {
    .collection .collection__wrapper {
      padding: 0 15px; }
    .collection .collection__container {
      margin: 0 -8px -16px; }
    .collection .col {
      padding: 0 8px 16px; } }
  @media (max-width: 359px) {
    .collection .col--3 {
      width: 100%; }
    .collection .col--4 {
      width: 100%; } }

/** Collections page **/
  .collection .collection__image {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 300px;
    display: block;
    position: relative;
    color: inherit;
    text-decoration: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    justify-content: center;
    color: #fff; }
  .collection .collection__overlay {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000;
    opacity: .3; }
  .collection h2 {
    z-index: 5;
    position: relative;
    text-decoration: none; }
  .collection .collection__item a {
    text-decoration: none; }
  .collection .collection__frame {
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px; }
    .collection .collection__frame .square {
      position: absolute;
      border: 1px solid #fcf5e7;
      width: 14px;
      height: 14px; }
      .collection .collection__frame .square.tl {
        top: 11px;
        left: 11px; }
      .collection .collection__frame .square.tr {
        top: 11px;
        right: 11px; }
      .collection .collection__frame .square.bl {
        bottom: 11px;
        left: 11px; }
      .collection .collection__frame .square.br {
        bottom: 11px;
        right: 11px; }
    .collection .collection__frame .line {
      position: absolute;
      background-color: #fcf5e7; }
      .collection .collection__frame .line::before, .collection .collection__frame .line::after {
        content: '';
        position: absolute;
        background-color: #fcf5e7; }
      .collection .collection__frame .line.top {
        top: 0;
        left: 18px;
        right: 18px;
        height: 1px; }
        .collection .collection__frame .line.top::before {
          top: 0;
          left: 0;
          height: 19px;
          width: 1px; }
        .collection .collection__frame .line.top::after {
          top: 0;
          right: 0;
          height: 19px;
          width: 1px; }
      .collection .collection__frame .line.left {
        top: 18px;
        left: 0;
        bottom: 18px;
        width: 1px; }
        .collection .collection__frame .line.left::before {
          bottom: 0;
          left: 0;
          width: 19px;
          height: 1px; }
        .collection .collection__frame .line.left::after {
          top: 0;
          left: 0;
          width: 19px;
          height: 1px; }
      .collection .collection__frame .line.right {
        top: 18px;
        right: 0;
        bottom: 18px;
        width: 1px; }
        .collection .collection__frame .line.right::before {
          bottom: 0;
          right: 0;
          width: 19px;
          height: 1px; }
        .collection .collection__frame .line.right::after {
          top: 0;
          right: 0;
          width: 19px;
          height: 1px; }
      .collection .collection__frame .line.bottom {
        bottom: 0;
        left: 18px;
        right: 18px;
        height: 1px; }
        .collection .collection__frame .line.bottom::before {
          bottom: 0;
          left: 0;
          height: 18px;
          width: 1px; }
        .collection .collection__frame .line.bottom::after {
          bottom: 0;
          right: 0;
          height: 18px;
          width: 1px; }


.filters {
  width: 25%; }
  .filters .filters__toggle {
    position: relative;
    display: none;
    cursor: pointer;
    display: none; }
  .filters .filters__close {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate3d(0, -50%, 0) rotate(45deg);
    width: 30px;
    height: 30px;
    border: 1px solid #fff;
    background-color: #00020a; }
    .filters .filters__close i {
      width: 15px;
      height: 15px; }
  .filters .filters__overlay {
    display: none; }
  .filters .filters__wrapper {
    max-width: 214px; }
  .filters .filters__title {
    margin-bottom: 20px; }
  .filters .filters__line {
    background-image: url("gold-line.svg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 3px;
    width: 100%;
    margin: 24px 0;
    border: 0; }
    .filters .filters__line:first-child {
      margin-top: 0; }
    .filters .filters__line:last-child {
      margin-bottom: 0; }
  .filters .field {
    margin-bottom: 15px; }
/*     .filters .field.disabled {
      opacity: .3; } */
  .filters a {
    text-decoration: none; }
  @media (max-width: 1169px) {
    .filters {
      display: block;
      position: fixed;
      width: 100%;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 1;
      transform: translate3d(-100%, 0, 0);
      transition: 0ms ease 500ms;
      z-index: 10; }
      .filters.active {
        transform: translate3d(0, 0, 0);
        transition: 0ms; }
        .filters.active .filters__wrapper {
          transform: translate3d(0, 0, 0); }
        .filters.active .filters__overlay {
          opacity: .5; }
      .filters .filters__toggle {
        display: block;
        margin: 20px 0; }
      .filters .filters__wrapper {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        overflow: auto;
        background-color: #00020a;
        width: 400px;
        max-width: 100%;
        min-width: 320px;
        padding: 40px;
        min-height: 100%;
        transition: 500ms ease;
        transform: translate3d(-400px, 0, 0); }
      .filters .filters__overlay {
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: #000;
        opacity: 0;
        cursor: pointer;
        transition: 500ms ease; } }
/*   @media (max-width: 1111px) {
    .filters {
      top: 215px; } } */
  @media (max-width: 767px) {
/*     .filters {
      top: 185px; } */
      .filters .filters__wrapper {
        padding-left: 25px;
        padding-right: 25px; } }
/*   @media (max-width: 638px) {
    .filters {
      top: 160px; } } */
/*   @media (max-width: 550px) {
    .filters {
      top: 128px; } } */
  @media (max-width: 499px) {
    .filters .filters__wrapper {
      padding-left: 20px;
      padding-right: 20px;
      width: 320px; } }

.breadcrumbs__wrapper {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 40px; }
  section.breadcrumbs__wrapper {
    margin-top: 20px; }
.breadcrumbs {
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px; }
  .breadcrumbs li::after {
    content: '/';
    padding: 0 5px; }
  .breadcrumbs li:last-child::after {
    display: none; }
  @media (max-width: 992px) {
    .breadcrumbs {
      margin-bottom: 40px; } }
  @media (max-width: 550px) {
    .breadcrumbs {
      margin-bottom: 30px;
      font-size: 14px;
      line-height: 20px; } }


  @media (min-width: 768px) {
    .store {
      margin: 40px 0; } }
  .store .store__wrapper {
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 40px; }
  .store .store__container {
    margin: 0 -20px -40px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: center;
        justify-content: center; }
  .store .store__image {
    display: block;
    position: relative;
    color: inherit;
    text-decoration: none; }
    .store .store__image img {
      width: 100%; }
  .store .store__overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000;
    opacity: .5; }
  .store .store__frame {
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px; }
	@media (max-width: 550px) {
      .store.locations .store__frame {
        display: none; } }
    .store .store__frame .square {
      position: absolute;
      border: 1px solid #fcf5e7;
      width: 14px;
      height: 14px; }
      .store .store__frame .square.tl {
        top: 11px;
        left: 11px; }
      .store .store__frame .square.tr {
        top: 11px;
        right: 11px; }
      .store .store__frame .square.bl {
        bottom: 11px;
        left: 11px; }
      .store .store__frame .square.br {
        bottom: 11px;
        right: 11px; }
    .store .store__frame .line {
      position: absolute;
      background-color: #fcf5e7; }
      .store .store__frame .line::before, .store .store__frame .line::after {
        content: '';
        position: absolute;
        background-color: #fcf5e7; }
      .store .store__frame .line.top {
        top: 0;
        left: 18px;
        right: 18px;
        height: 1px; }
        .store .store__frame .line.top::before {
          top: 0;
          left: 0;
          height: 19px;
          width: 1px; }
        .store .store__frame .line.top::after {
          top: 0;
          right: 0;
          height: 19px;
          width: 1px; }
      .store .store__frame .line.left {
        top: 18px;
        left: 0;
        bottom: 18px;
        width: 1px; }
        .store .store__frame .line.left::before {
          bottom: 0;
          left: 0;
          width: 19px;
          height: 1px; }
        .store .store__frame .line.left::after {
          top: 0;
          left: 0;
          width: 19px;
          height: 1px; }
      .store .store__frame .line.right {
        top: 18px;
        right: 0;
        bottom: 18px;
        width: 1px; }
        .store .store__frame .line.right::before {
          bottom: 0;
          right: 0;
          width: 19px;
          height: 1px; }
        .store .store__frame .line.right::after {
          top: 0;
          right: 0;
          width: 19px;
          height: 1px; }
      .store .store__frame .line.bottom {
        bottom: 0;
        left: 18px;
        right: 18px;
        height: 1px; }
        .store .store__frame .line.bottom::before {
          bottom: 0;
          left: 0;
          height: 18px;
          width: 1px; }
        .store .store__frame .line.bottom::after {
          bottom: 0;
          right: 0;
          height: 18px;
          width: 1px; }
  .store .store__line {
    display: block;
    height: 12px;
    border: 0;
    background-image: url("store-line.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin: 12px 0; }
  .store.locations .store__line {
    display: none; }
  .store .store__snippet {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translate3d(0, -50%, 0);
    max-width: 240px;
    margin: 0 auto;
    width: 80%;
    text-align: center; }
  .store .store__title {
    font-size: 18px;
    line-height: 24px;
    color: #fcf5e7;
    margin-bottom: -3px; }
  .store .col {
    padding: 0 20px 40px; }
  @media (max-width: 1279px) and (min-width: 993px) {
    .store .col {
      padding: 0 15px 40px; }
    .store .store__snippet {
      max-width: 320px; }
    .store .store__line {
      display: none;
      height: 16px;
      margin: 16px 0; } }
/*   @media (max-width: 1279px) {
    .store .col--3 {
      width: 50%; } } */
  @media (max-width: 991px) {
/*     .store.locations .store__line {
      display: block; } */
    .store .col--4 {
      width: 50%;
      padding: 0 8px 25px; } }
  @media (max-width: 991px) and (min-width: 677px) {
    .store .store__title {
      font-size: 28px;
      line-height: 34px; } }
  @media (max-width: 767px) {
    .store .col {
      padding: 0 8px 30px; }
    .store .store__line {
      display: none; } }
  @media (max-width: 677px) {
    .store .col {
      padding: 0 15px 30px; }
    .store .col--3 {
      width: 100%; }
  	.store .col--4 {
	  padding: 0 10px 30px;
      width: 50%; } }
  @media (max-width: 677px) and (min-width: 439px) {
	.store .col {
      padding: 0 10px 30px; }
    .store .store__snippet {
      max-width: 320px; }
    .store .store__line {
      height: 16px;
      margin: 16px 0; } }
  @media (max-width: 499px) {
    .store .store__wrapper {
      margin: 0 10px;
      padding: 0 20px; }
    .store .store__title {
      font-size: 21px;
      line-height: 24px; }
    .store .col {
      padding: 0 5px 10px; } }

.houses {
  text-align: center;
  margin: 40px 0; }
  .houses .houses__wrapper {
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 40px; }
  .houses .houses__container {
    margin: 0 -20px -40px; }
  .houses .houses__crest {
    margin: 0 auto;
    max-width: 140px; }
  .houses .houses__title {
    position: relative;
    text-align: center;
    margin: 30px auto 50px; }
    .houses .houses__title::before, .houses .houses__title::after {
      content: '';
      position: absolute;
      width: calc(50% - 140px);
      top: 50%;
      transform: translate3d(0, -50%, 0);
      height: 3px;
      -webkit-mask-image: url("brown-line.svg");
              mask-image: url("brown-line.svg");
      -webkit-mask-repeat: no-repeat;
              mask-repeat: no-repeat;
      -webkit-mask-size: cover;
              mask-size: cover;
      background-color: #fcf5e7; }
    .houses .houses__title::before {
      left: 0; }
    .houses .houses__title::after {
      right: 0; }
  .houses .col {
    padding: 0 20px 40px; }
  @media (max-width: 1169px) {
    .houses {
      margin: 80px 0; } }
  @media (max-width: 991px) {
    .houses .col--4 {
      width: 50%; } }
  @media (max-width: 767px) {
    .houses {
      margin: 60px 0; }
      .houses .houses__wrapper {
        padding: 0 25px; }
      .houses .houses__title {
        margin-bottom: 40px; }
        .houses .houses__title::before, .houses .houses__title::after {
          width: calc(50% - 5.5em); }
      .houses .houses__container {
        margin: 0 -15px -30px; }
      .houses .col {
        padding: 0 15px 30px; } }
  @media (max-width: 677px) {
    .houses .houses__container {
      margin: 0 -10px -20px; }
    .houses .col {
      padding: 0 10px 20px; } }
  @media (max-width: 550px) {
    .houses .houses__title {
      margin-left: -25px;
      margin-right: -25px; } }
  @media (max-width: 499px) {
    .houses {
      margin: 50px 0; }
      .houses .houses__wrapper {
        padding: 0 20px; }
      .houses .houses__title {
        margin-left: -20px;
        margin-right: -20px; }
      .houses .houses__crest {
        max-width: 100px; } }
  @media (max-width: 413px) {
    .houses .houses__wrapper {
      padding: 0 15px; }
    .houses .houses__title {
      margin-left: -15px;
      margin-right: -15px; }
    .houses .houses__container {
      margin: 0 -8px -16px; }
    .houses .col {
      padding: 0 8px 16px; } }
/*   @media (max-width: 359px) {
    .houses .col--4 {
      width: 100%; } } */

.house {
  display: block;
  position: relative;
  height: 0;
  border-radius: 10px;
  overflow: hidden;
  color: #fcf5e7;
  min-height: 400px; }
  .house .house__background {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; }
	.house .house__background.loaded.standard {
      background-image: url("house-background.png"); }
	  .house.active .house__background.loaded.standard, .houses.on .house .house__background.loaded.standard {
        display: none; }
    .house .house__background.loaded.gryffindor {
      background-image: url("gryffindor-card.png");
      opacity: 0; }
	  .house:hover .house__background.loaded.gryffindor, .house.active .house__background.loaded.gryffindor, .houses.on .house .house__background.loaded.gryffindor {
        opacity: 1; }
    .house .house__background.loaded.ravenclaw {
      background-image: url("ravenclaw-card.png");
      opacity: 0; }
	  .house:hover .house__background.loaded.ravenclaw, .house.active .house__background.loaded.ravenclaw, .houses.on .house .house__background.loaded.ravenclaw {
        opacity: 1; }
    .house .house__background.loaded.hufflepuff {
      background-image: url("hufflepuff-card.png");
      opacity: 0; }
	  .house:hover .house__background.loaded.hufflepuff, .house.active .house__background.loaded.hufflepuff, .houses.on .house .house__background.loaded.hufflepuff {
        opacity: 1; }
    .house .house__background.loaded.slytherin {
      background-image: url("slytherin-card.png");
      opacity: 0; }
	  .house:hover .house__background.loaded.slytherin, .house.active .house__background.loaded.slytherin, .houses.on .house .house__background.loaded.slytherin {
        opacity: 1; }
  .house .house__gradient {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.85) 100%); }
  .house .house__border {
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    border-radius: 10px;
    border: 2px solid #fcf5e7; }
  .house .house__crest {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 82px;
    max-height: 265px;
    max-width: 90.69767%;
    margin: 0 auto; }
  .house .house__title {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 30px; }
  .house .house__background.standard {
    opacity: 1; }
/*   .house:hover .house__background.standard, .house.active .house__background.standard {
    opacity: 0; } */
  .house:hover .house__gradient, .house.active .house__gradient {
    opacity: .5; }
  @media (min-width: 992px) {
    .house {
      min-height: 330px; } }
  @media (min-width: 1112px) {
    .house {
      min-height: 360px;
      padding-bottom: 146.42857%; } }
  @media (max-width: 1111px) {
/*     .house {
      height: 410px; } */
      .house .col--4 {
        width: 50%; } }
  @media (max-width: 638px) {
    .house {
      height: 0;
      padding-bottom: 146.875%;
      min-height: 235px; }
      .house .house__crest {
        max-width: 85%;
        bottom: 26%; }
      .house .house__title {
        bottom: 7.5%; } }

.bordered__title {
  text-align: center;
  position: relative;
  margin-bottom: 1em; }
  .bordered__title::before, .bordered__title::after {
    content: '';
    position: absolute;
    width: calc(50% - 140px);
    top: 50%;
    transform: translate3d(0, -50%, 0);
    height: 3px;
    -webkit-mask-image: url("brown-line.svg");
    mask-image: url("brown-line.svg");
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: cover;
    mask-size: cover;
    background-color: #fcf5e7; }
  .bordered__title::before {
    left: 0; }
  .bordered__title::after {
    right: 0; }

.popular {
  position: relative;
  overflow: hidden;
  text-align: center;
  margin: 60px 0; }
  .popular .popular__wrapper {
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 40px; }
  .popular .popular__container {
    position: relative;
    margin: 0 -20px -40px; }
  .popular .popular__title {
    position: relative;
    text-align: center;
    margin: 0 auto 50px; }
    .popular .popular__title::before, .popular .popular__title::after {
      content: '';
      position: absolute;
      width: calc(50% - 140px);
      top: 50%;
      transform: translate3d(0, -50%, 0);
      height: 3px;
      -webkit-mask-image: url("brown-line.svg");
              mask-image: url("brown-line.svg");
      -webkit-mask-repeat: no-repeat;
              mask-repeat: no-repeat;
      -webkit-mask-size: cover;
              mask-size: cover;
      background-color: #fcf5e7; }
    .popular .popular__title.long::before, .popular .popular__title.long::after {
      width: calc(50% - 9em); }
    .popular .popular__title::before {
      left: 0; }
    .popular .popular__title::after {
      right: 0; }
  .popular .popular__navigation {
    position: absolute;
    left: -50px;
    right: -50px;
    top: 173px;
    margin-top: -20px;
    z-index: 2; }
/* 	.recommendations .popular__navigation {
      display: none; } */
  .popular .next, .popular .prev, .popular .popular__next, .popular .popular__prev {
    position: absolute;
    width: 40px;
    height: 40px;
    border: 1px solid #fff;
    transform: rotate(45deg);
    background-color: #00020a; }
    .popular .next i, .popular .prev i, .popular .popular__next i, .popular .popular__prev i {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate3d(-50%, -50%, 0) rotate(-46deg);
      transform-origin: center; }
  .popular .next, .popular .popular__next {
    right: 0; }
    .popular .next i, .popular .popular__next i {
      transform: translate3d(-50%, -50%, 0) rotate(-46deg);
      margin-left: 3px;
      margin-top: -2px; }
  .popular .prev, .popular .popular__prev {
    left: 0; }
    .popular .prev i, .popular .popular__prev i {
      transform: translate3d(-50%, -50%, 0) rotate(-46deg) scaleX(-1);
      margin-left: -3px;
      margin-top: 2px; }
  .popular .owl-carousel {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .popular .owl-carousel > .col {
      width: 25%; }
  .popular .col {
    width: 100%;
    padding: 0 20px 40px; }
    .popular .col:nth-child(n+5) {
      display: none; }
	.popular .col .inner {
      display: -ms-flexbox;
      display: flex;
      flex-direction: column;
      -ms-flex-pack: space-between;
      justify-content: space-between; }
  @media (max-width: 1439px) {
    .popular .popular__navigation {
      display: none; } }
  @media (max-width: 1169px) {
    .popular {
      margin: 80px 0; } }
  @media (max-width: 1169px) and (min-width: 993px) {
    .popular .owl-carousel > .col {
      width: 33.33333%; }
    .popular .col:nth-child(n+4) {
      display: none; } }
  @media (max-width: 992px) {
    .popular .owl-carousel > .col {
      width: 50%; }
    .popular .col:nth-child(n+5) {
      display: none; } }
  @media (max-width: 833px) {
    .popular .popular__container {
      margin: 0 -15px -30px; }
    .popular .col {
      padding: 0 15px 30px; } }
  @media (max-width: 767px) {
    .popular {
      margin: 60px 0; }
      .popular .popular__wrapper {
        padding: 0 25px; }
      .popular .popular__title {
        margin-bottom: 40px; }
        .popular .popular__title::before, .popular .popular__title::after {
          width: calc(50% - 5.5em); } }
  @media (max-width: 677px) {
    .popular .popular__container {
      margin: 0 -10px -20px; }
    .popular .col {
      padding: 0 10px 20px; } }
  @media (max-width: 550px) {
    .popular .popular__title {
      margin-left: -25px;
      margin-right: -25px; } }
  @media (max-width: 499px) {
    .popular {
      margin: 50px 0; }
      .popular .popular__wrapper {
        padding: 0 20px; }
      .popular .popular__title {
        margin-left: -20px;
        margin-right: -20px; } }
  @media (max-width: 413px) {
    .popular .popular__wrapper {
      padding: 0 15px; }
    .popular .popular__container {
      margin: 0 -8px -16px; }
    .popular .popular__title {
      margin-left: -15px;
      margin-right: -15px; }
    .popular .col {
      padding: 0 8px 16px; } }
  @media (max-width: 359px) {
    .popular .owl-carousel > .col {
      width: 100%; }
    .popular .col:nth-child(n+3) {
      display: none; } }

.grid {
  text-align: center;
  text-decoration: none;
  color: inherit; }
  .grid .grid__frame {
    position: relative;
    padding: 28px; }
    .grid .grid__frame .icon--diamond {
      background-color: #00020a;
      position: absolute;
      top: 50%;
      transform: translate3d(0, -50%, 0); }
      .grid .grid__frame .icon--diamond.left {
        left: 1px; }
      .grid .grid__frame .icon--diamond.right {
        right: 1px; }
    .grid .grid__frame .square {
      position: absolute;
      width: 15px;
      height: 15px;
      background-color: #00020a;
      border: 1px solid #a85; }
      .grid .grid__frame .square::after {
        content: '';
        position: absolute;
        top: -6px;
        left: -6px;
        right: -6px;
        bottom: -6px;
        border: 1px solid #a85; }
      .grid .grid__frame .square.tl {
        left: 5px;
        top: 5px; }
      .grid .grid__frame .square.tr {
        right: 5px;
        top: 5px; }
      .grid .grid__frame .square.bl {
        left: 5px;
        bottom: 5px; }
      .grid .grid__frame .square.br {
        right: 5px;
        bottom: 5px; }
  .grid .grid__border {
    position: absolute;
    top: 12px;
    left: 12px;
    right: 12px;
    bottom: 12px;
    border: 1px solid #a85; }
  .grid .grid__image {
    position: relative;
    border-radius: 10px;
/*     background-color: #0f141c; */
    overflow: hidden;
    height: 290px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center; }
/*   .grid .grid__scale {
    margin-left: -25px;
    margin-right: -25px; } */
  .grid .grid__reviews {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    margin: 13px 0; }
    .grid .grid__reviews i {
      margin-right: 5px; }
  .grid .grid__title {
    margin: 18px 0 13px; }
  .grid .promo-text {
    color: #a85; }
  .grid .grid__price {
    position: relative;
    display: block;
    font-size: 21px;
    line-height: 30px;
    font-weight: 700;
    color: #a85; }
	.grid .grid__price del {
      position: absolute;
      margin-left: 1em;
      font-size: .7em; }
	.grid .grid__price .smaller {
      font-size: .8em; }
    .grid .grid__price .strike {
        height: 25px;
        position: absolute;
        margin-left: 6px;
        vertical-align: top;
        display: inline-block; }
      .grid .grid__price .strike.center {
        position: relative; }
      .grid .grid__price .strike .through {
        position: absolute;
        top: 50%;
        height: 2px;
        background-color: #a85;
        width: 100%;
        transform: rotate(-15deg); }
  .grid .grid__tag {
    position: absolute;
    left: 0;
    right: 0;
    background-color: #fcf5e7;
    bottom: 15%;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 21px;
    line-height: 30px;
    border: 1px solid #a85;
    color: #a85; }
	.grid .grid__tag.alt {
      bottom: auto;
      top: 20px;
      border: none;
      background-color: transparent; }
    .grid .grid__tag .tag {
      position: relative;
      display: inline-block;
      vertical-align: top;
      padding: 8px 12px 4px;
      background-color: #fcf5e7; }
    .grid .grid__tag .line {
      position: absolute;
      left: 6px;
      right: 6px;
      background-color: #a85;
      height: 1px; }
	  .grid .grid__tag.alt .line {
        display: none; }
      .grid .grid__tag .line:nth-child(1) {
        top: 6px; }
      .grid .grid__tag .line:nth-child(2) {
        top: 50%;
        transform: translate3d(0, -50%, 0);
        max-width: 80%;
        margin: 0 auto; }
      .grid .grid__tag .line:nth-child(3) {
        bottom: 6px; }
	.grid__wishlist {
      text-align: center;
      margin-bottom: 20px; }
	.icon__wishlist {
      position: absolute;
      top: 40px;
      right: 60px;
      z-index: 5; }
  @media (max-width: 650px) {
    .grid .grid__image {
      height: 0;
      padding-bottom: 127.7533%; }
    .grid .grid__scale {
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
          justify-content: center;
      -ms-flex-align: center;
          align-items: center; } }
  @media (max-width: 550px) {
    .grid .grid__tag {
      font-size: 18px;
      line-height: 26px; }
      .grid .grid__tag .tag {
        padding: 6px 8px 3px; } }
  @media (max-width: 499px) {
    .grid .grid__frame {
      padding: 22px; }
      .grid .grid__frame .square {
        width: 11px;
        height: 11px; }
      .grid .grid__frame .icon--diamond.right {
        right: 2px; }
      .grid .grid__frame .icon--diamond.left {
        left: 2px; }
    .grid .grid__border {
      top: 10px;
      left: 10px;
      right: 10px;
      bottom: 10px; }
    .grid .grid__reviews {
      margin: 10px 0; }
    .grid .grid__title {
      margin: 13px 0 10px; }
    .grid .grid__tag {
      display: none; } }
  @media (max-width: 499px) and (min-width: 360px) {
    .grid .grid__reviews i {
      margin-right: 3px; }
    .grid .icon--star {
      width: 12px;
      height: 12px; } }
  @media (max-width: 359px) {
    .grid .grid__title {
      font-size: 21px;
      line-height: 30px; } }

.product {
  margin: 40px 0 50px;
  overflow: hidden; }
  .product .product__wrapper {
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 40px; }
  .product .product__container {
    display: -ms-flexbox;
    display: flex;
    margin: 0 -20px; }
  .product .product__carousel {
    width: 745px;
    padding: 0 20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse; }
  .product .product__images {
    width: calc(100% - 106px); }
    .product .product__images .owl-carousel {
      display: block; }
  .product .product__thumbnails {
    width: 76px;
    margin-right: 30px; }
  .product .product__thumbnail {
    position: relative;
    margin-left: 11px;
    margin-bottom: 20px;
    height: 65px;
    cursor: pointer;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center; }
    .product .product__thumbnail.active::before {
      content: '';
      position: absolute;
      top: 0;
      left: -11px;
      bottom: 0;
      width: 3px;
      -webkit-mask-image: url("thumbnail-line.png");
              mask-image: url("thumbnail-line.png");
      -webkit-mask-repeat: no-repeat;
              mask-repeat: no-repeat;
      -webkit-mask-size: contain;
              mask-size: contain;
      background-color: #fcf5e7; }

  .product .description {
    text-align: left;
    position: relative;
    margin-bottom: 3rem;
    max-height: 1500px;
    transition: all 1s ease-out;
  	overflow: hidden; }
    .product .description.shorten {
      line-height: 30px;
      max-height: 180px; }
	.product .description .more-desc {
      cursor: pointer;
      position: relative;
      color: #fff; }
	  .product .description .more-desc:hover {
        color: #a85; }
	.product .description p:first-child {
      margin-top: 0; }
  .product .read-more {
      position: absolute; 
      bottom: 0; 
      left: 0;
      width: 100%; 
      text-align: right; 
      margin: 0; 
      padding-top: 30px;
      background-image: linear-gradient(to bottom, transparent, #00020a); }

  .product .product__slide {
    position: relative;
    display: none;
    background-image: url("product-background.png");
    background-repeat: no-repeat;
    background-size: contain;
    height: 0;
    padding-bottom: 105%;
    overflow: hidden; }
    .product .product__slide:first-child {
      display: block; }
    .product .product__slide img {
      position: absolute;
      left: 0;
      right: 0;
      top: 50%;
      transform: translate3d(0, -50%, 0);
      width: 100%; }
  .product .product__panel {
    width: 535px;
    padding: 0 20px; }
    .product .product__panel p, .product .product__panel ul {
      font-size: 21px;
      line-height: 30px;
      margin: 30px 0; }
	  .product .product__panel p.small, .product .product__panel div.small p {
        font-size: 13px;
        line-height: 18px; }
	.product .product__panel ul:not(.select__dropdown), .product .product__panel ul.select__dropdown li {
      padding-left: 25px; }
	.product .product__panel .description li {
      position: relative;
      list-style:none; }
	  @media (min-width: 993px) {
        .product .product__panel .description li:before {
          content: '';
          height: .4em;
          width: .4em;
          display: block;
          position: absolute;
          transform: rotate(45deg);
          top: .5em;
          left: -1em; }
        .product .product__panel .description a {
          text-decoration: none; }
          .product .product__panel .description a:hover {
            color: #a85; }
          .product .product__panel .description a::after {
            content: '';
            position: absolute;
            top: 100%;
            left: 0;
            right: 0;
            width: 100%;
            height: 2px;
            -webkit-mask-image: url("brown-line.svg");
                    mask-image: url("brown-line.svg");
            -webkit-mask-repeat: no-repeat;
                    mask-repeat: no-repeat;
            -webkit-mask-position: 75% 50%;
                    mask-position: 75% 50%;
            -webkit-mask-size: cover;
                    mask-size: cover;
            background-color: #fcf5e7; }
          .product .product__panel .description a:hover::after {
            opacity: 0; }
      }
	  .product .product__panel li:hover:before {
        background: #a85; }

  .product .product__rating {
    margin: 20px 0 30px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center; }
    .product .product__rating i {
      margin-right: 5px;
      top: 0; }
      .product .product__rating i:nth-child(5) {
        margin-right: 8px; }
  .product .product__hr {
    margin: 20px 0;
    height: 3px;
    -webkit-mask-image: url("brown-line.svg");
            mask-image: url("brown-line.svg");
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-size: cover;
            mask-size: cover;
    background-color: #a85;
    border: 0; }
	.product.chosen .product__hr {
      margin: 0; }
	.product.chosen .product__hr:first-child {
      display: none; }
  .product .product__price {
    display: -ms-flexbox;
    display: flex;
    padding-top: 10px;
    font-size: 51px;
    line-height: 50px;
    font-weight: 700;
    color: #fcf5e7;
  	justify-content: space-between;  }
	.product .product__price .prices {
      display: -ms-flexbox;
      display: flex;
      align-items: flex-start; }
	  @media (max-width: 992px) {
        .product .product__price .prices {
          margin: auto; } }
	  .prices .discount-price, .prices .pride-price, .prices .member-price, .prices .regular-price, 
	  .grid .discount-price, .grid .pride-price, .grid .member-price, .grid .regular-price {
        display: none; }
		.prices .discount-price.show, .prices .pride-price.show, .prices .member-price.show, .prices .regular-price.show, 
		.grid .discount-price.show, .grid .pride-price.show, .grid .member-price.show, .grid .regular-price.show {
          display: block; }
	.product .product__price a {
    	text-decoration: none; }
    .product .product__price del {
      margin-right: 5px;
      opacity: .5; }
	.product .product__price sup {
      font-size: .5em;
      margin-top: -.5em; }
	.product .product__price .smaller {
      line-height: 1;
      margin-left: .5em;
      font-size: .5em; }
	.product .product__price .strike {
      height: 35px;
      position: relative;
      vertical-align: top;
      display: inline-block; }
	  .product .product__price .strike.small {
        height: 25px; }
      .product .product__price .strike .through {
        position: absolute;
        bottom: 0;
        right: 0;
        height: 3px;
        background-color: #fcf5e7;
        width: 85%;
        transform: rotate(-12deg); }
	  .product .product__price .strike.small .through {
        height: 1px; }
	.product .product__price .discount-price .text, .product .product__price .pride-price .text, .product .product__price .member-price .text {
      line-height: 1;
      font-size: 16px; }
	  .product .product__price .discount-price .text a, .product .product__price .pride-price .text a, .product .product__price .member-price .text a {
        text-decoration: underline; }
		.product .product__price .discount-price .text a:hover, .product .product__price .pride-price .text a:hover, .product .product__price .member-price .text a:hover {
          text-decoration: none; }
  .product .product__link {
    margin-top: -5px;
    margin-left: 50px;
    text-decoration: none;
    display: -ms-flexbox;
    display: flex; }
    .product .product__link i {
      margin-right: 10px;
      margin-top: -2px; }
  .product .product__gold-label {
    display: block;
    font-size: 13px;
    line-height: 18px;
    font-weight: 400; }
  .product .product__gold-price {
    display: block;
    font-size: 28px;
    line-height: 35px; }
  .product .product__actions {
    display: -ms-flexbox;
    display: flex; }
  .product .product__wishlist {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    text-decoration: underline; }
	@media (max-width: 992px) {
      .product .product__wishlist {
        justify-content: center; } }
	.product .form .product__wishlist {
      margin-left: 1em; }
    .product .product__wishlist i {
      margin-top: -2px;
      margin-right: 10px; }
  .product .product__reviews {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    text-decoration: underline;
    margin-left: 50px; }
    .product .product__reviews i {
      margin-top: -2px;
      margin-right: 10px; }
  .product .form {
    margin: 30px 0 35px;
    text-align: left; }
  .product .btn + .btn {
    margin-left: 50px; }
  .product a.fan-club {
    text-decoration: none; }
  .product .product__fanclub {
    margin-top: -5px;
    text-align: left;
    text-decoration: none;
    display: -ms-flexbox;
    display: flex; }
    .product .product__fanclub .logo {
      -webkit-mask-image: url("logo_hp_fan_club.svg");
              mask-image: url("logo_hp_fan_club.svg");
      -webkit-mask-size: cover;
              mask-size: cover;
      background-color: #fff ;
      margin-bottom: 10px;
      width: 104px;
      height: 47px;
      margin-right: 10px; }
	.product .product__fanclub .product__gold-label, .product .product__fanclub .product__gold-price {
      text-decoration: none; }
    .product .product__gold-label {
      display: block;
      font-size: 13px;
      line-height: 18px;
      font-weight: 400; }
    .product .product__gold-price {
      display: block;
      font-size: 32px;
      line-height: 1em; }
	.product .product__upgrade-text, .product .product__member-text {
      position: relative;
      font-size: 14px;
      font-weight: normal;
      line-height: 1em; }
	.product .product__upgrade-text {
      padding-left: 14px; }
    .product .product__upgrade-text:before {
      content: '';
      position: absolute;
      top: 2px;
      left: 0;
      width: 9px;
      height: 10px;
      -webkit-mask-image: url("icon_external_link.svg");
              mask-image: url("icon_external_link.svg");
      -webkit-mask-size: cover;
              mask-size: cover;
      background-color: #fff; }
    .product .product__upgrade-text img {
      vertical-align: bottom;
      margin-right: 5px; }
  .product .product__gold_banner {
    background-image: url('hpny_gold_banner_bg.png');
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff;
    width: 400px;
    height: 120px;
    position: relative;
    font-weight: bold;
    line-height: 1em;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-around;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 1.5em; }
    .product .product__gold_banner .logo {
      width: 130px;
      height: 59px;
      margin: 0 10px 0 15px; }
    .product .product__gold_banner .logo img {
      width: 100%; }
    .product .product__gold_banner .cta {
      margin-top: 5px;
      display: block;
      font-size: 15px;
      font-weight: normal; }
    .product .product__gold_banner p {
      font-size: 18px;
      max-width: 75%;
      margin: 0 10px 0 8px;
      line-height: 1em; }

	.product .form__container {
        margin: 1em 0; }

	.product .form__actions {
      margin: 1em 0; }

    @media (max-width: 1023px) {
      .product .product__gold_banner {
        text-align: left;
        margin: 1em auto;}
      .product .product__gold_banner .cta {
        font-size: 16px; } 
      .product .product__gold_banner .logo {
        
        width: 115px;
        height: 52px;
        margin: 0 8px 0 12px; } 
      .product .product__gold_banner p {
        font-size: 20px; } }  
    @media (max-width: 833px) {
      .product .product__gold_banner {
        width: 350px;
        height: 105px;
        font-size: 15px; } 
      .product .product__gold_banner .cta {
        font-size: 12px; } 
      .product .product__gold_banner p {
        font-size: 15px; } }
    @media (max-width: 638px) {
      .product .product__gold_banner {
        background-image: url('hp_fan_club_banner_bg_mobile.jpg');
        background-size: cover;
        justify-content: center;
        width: 100%;
        height: 200px;
        background-size: 100% 100%;
        text-align: center;
        flex-direction: column; }
        .product .product__gold_banner .logo {
          width: 159px;
          height: 72px;
          margin: 0 0 15px 0; }
        .product .product__gold_banner .cta {
          margin-top: 0;
          font-size: 20px; }
        .product .product__gold_banner p {
          font-size: 21px;
          max-width: 90%;
          margin: 0; } }
    @media (max-width: 499px) {
      .product .product__fanclub .logo {
        display: none; }}
  @media (max-width: 1365px) {
    .product .product__carousel {
      width: 55%; }
    .product .product__panel {
      width: 45%; } }
  @media (max-width: 1169px) {
    .product {
      margin-bottom: 40px; }
      .product .product__carousel {
        display: block; }
      .product .product__images {
        width: 100%; }
      .product .product__thumbnails {
        margin-right: 0;
        display: -ms-flexbox;
        display: flex;
        margin: 15px -5px 0;
        width: calc(100% + 10px); }
      .product .product__thumbnail {
        width: calc(20% - 10px);
        height: 0;
        padding: 0 0 20%;
        margin: 0 5px 15px; }
        .product .product__thumbnail.active::before {
          left: 0;
          right: 0;
          top: auto;
          bottom: -15px;
          width: auto;
          height: 3px;
          -webkit-mask-image: url("brown-line.svg");
                  mask-image: url("brown-line.svg");
          -webkit-mask-size: cover;
                  mask-size: cover; }
      .product .btn + .btn {
        margin-left: 30px; } }
  @media (max-width: 992px) {
    .product {
      margin-bottom: 100px; }
      .product .product__container {
        display: block; }
      .product .product__carousel {
        width: 100%;
        margin-bottom: 60px; }
      .product .product__images {
        max-width: 690px;
        margin: 0 auto; }
      .product .product__thumbnails {
        max-width: 700px;
        margin-left: auto;
        margin-right: auto; }
      .product .product__thumbnail {
        width: calc(16.66667% - 10px);
        padding-bottom: 16.66667%; }
      .product .product__panel {
        width: 100%;
        text-align: center; }
      .product .product__panel ul, .product .product__panel li {
        list-style: none; }
      .product .product__rating {
        -ms-flex-pack: center;
            justify-content: center; }
      .product .product__price {
        margin: 0 10px; }
      .product .product__actions {
        -ms-flex-pack: center;
            justify-content: center; }
      .product .form .col:first-child:last-child {
        margin: 0 auto;
        float: none; }
      .product .form__actions {
        text-align: center; }
      .product .form__container.singular .col {
        margin: auto; }
      .product .product__price {
        align-items: center; }}
  @media (max-width: 767px) {
    .product {
      margin-bottom: 80px; }
      .product .product__wrapper {
        padding: 0 25px; }
      .product .product__carousel {
        margin-bottom: 50px; } }
  @media (max-width: 740px) {
    .product .product__thumbnails {
      margin-left: -5px;
      margin-right: -5px; } }
  @media (max-width: 638px) {
    .product .product__carousel {
      margin-bottom: 40px; }
    .product .product__panel p {
      font-size: 18px;
      line-height: 26px;
      margin: 26px 0; }
    .product .product__price {
      font-size: 44px; }
    .product .product__thumbnail {
      width: calc(20% - 10px);
      padding-bottom: 20%; }
	.product .product__gold_banner {
      background-image: url('hp_fan_club_banner_bg_mobile.png');
      background-size: cover;
      justify-content: center;
      width: 100%;
      height: 200px;
      background-size: 100% 100%;
      text-align: center;
      flex-direction: column; }
      .product .product__gold_banner .logo {
        width: 159px;
        height: 72px;
      	margin: 0 0 15px 0; }
      .product .product__gold_banner .cta {
      	margin-top: 0;
        font-size: 20px; }
      .product .product__gold_banner p {
        font-size: 21px;
        max-width: 90%;
        margin: 0; } }
  @media (max-width: 499px) {
    .product .product__wrapper {
      padding: 0 20px; }
    .product .product__thumbnail {
      width: calc(25% - 10px);
      padding-bottom: 25%; } }
/*     .product .btn + .btn {
      margin-left: 25px;
      margin-top: 25px !important; } } */
  @media (max-width: 437px) {
    .product .product__price {
      font-size: 38px; } }
  @media (max-width: 413px) {
    .product .product__wrapper {
      padding: 0 15px; } }
  @media (max-width: 399px) {
    .product .product__actions {
      -ms-flex-pack: justify;
          justify-content: space-between; }
    .product .product__reviews {
      margin-left: 0; } }
  @media (max-width: 374px) {
    .product .product__panel p {
      font-size: 18px;
      line-height: 26px; }
    .product .product__actions {
      display: block; }
    .product .product__reviews {
      margin-top: 15px; } }
  @media (max-width: 359px) {
    .product .product__panel p {
      font-size: 16px;
      line-height: 24px; } }

.banner {
  position: relative;
  margin: 60px 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; }
  .banner:last-child {
    margin-bottom: 0; }
  .banner .banner__wrapper {
    max-width: 1104px;
    margin: 0 auto;
    padding: 0 40px; }
  .banner .banner__panel {
    width: 385px;
    padding: 60px 30px;
    background-color: #4a2b10;
    color: #fcf5e7; }
    .theme-hufflepuff .banner .banner__panel {
      background-color: rgba(244, 178, 35, 0.7);
      color: #343534; }
    .theme-ravenclaw .banner .banner__panel {
      background-color: rgba(0, 42, 58, 0.7); }
    .theme-slytherin .banner .banner__panel {
      background-color: rgba(18, 71, 52, 0.7); }
    .theme-gryffindor .banner .banner__panel {
      background-color: rgba(121, 36, 47, 0.7); }
  .banner .banner__title {
    font-size: 51px;
    line-height: 60px;
    margin-bottom: 20px; }
  .banner p {
    font-size: 21px;
    line-height: 30px; }
  .banner .btn {
    margin-top: 50px; }
    .theme-hufflepuff .banner .btn {
      background-color: #343534;
      color: #f4b223; }
    .theme-ravenclaw .banner .btn {
      background-color: #936b2d;
      color: #002a3a; }
    .theme-slytherin .banner .btn {
      background-color: #cbcccd;
      color: #124734; }
    .theme-gryffindor .banner .btn {
      background-color: #df9d0a;
      color: #79242f; }
    .theme-hufflepuff .banner .btn--border {
      border-top-color: #343534;
      border-bottom-color: #343534; }
    .theme-ravenclaw .banner .btn--border {
      border-top-color: #936b2d;
      border-bottom-color: #936b2d; }
    .theme-slytherin .banner .btn--border {
      border-top-color: #cbcccd;
      border-bottom-color: #cbcccd; }
    .theme-gryffindor .banner .btn--border {
      border-top-color: #df9d0a;
      border-bottom-color: #df9d0a; }
    .theme-hufflepuff .banner .btn--border .square::before {
      border-color: #343534; }
    .theme-ravenclaw .banner .btn--border .square::before {
      border-color: #936b2d; }
    .theme-slytherin .banner .btn--border .square::before {
      border-color: #cbcccd; }
    .theme-gryffindor .banner .btn--border .square::before {
      border-color: #df9d0a; }
    .theme-hufflepuff .banner .btn--19::before {
      border-right-color: #343534; }
    .theme-ravenclaw .banner .btn--19::before {
      border-right-color: #936b2d; }
    .theme-slytherin .banner .btn--19::before {
      border-right-color: #cbcccd; }
    .theme-gryffindor .banner .btn--19::before {
      border-right-color: #df9d0a; }
    .theme-hufflepuff .banner .btn--19::after {
      border-left-color: #343534; }
    .theme-ravenclaw .banner .btn--19::after {
      border-left-color: #936b2d; }
    .theme-slytherin .banner .btn--19::after {
      border-left-color: #cbcccd; }
    .theme-gryffindor .banner .btn--19::after {
      border-left-color: #df9d0a; }
  @media (max-width: 1169px) {
    .banner {
      margin: 100px 0; } }
  @media (max-width: 992px) {
    .banner {
      margin: 80px 0; } }
  @media (max-width: 767px) {
    .banner {
      margin: 60px 0; }
      .banner .banner__wrapper {
        padding: 0 25px; } }
  @media (max-width: 638px) {
    .banner {
      position: relative;
      height: 550px; }
      .banner .banner__wrapper {
        position: absolute;
        top: 50%;
        left: 0;
        right: 0;
        transform: translate3d(0, -50%, 0);
        padding: 0; }
      .banner .banner__panel {
        width: 100%;
        padding-left: 25px;
        padding-right: 25px;
        text-align: center;
      	background-color: rgba(74, 43, 16, .8); }
      .banner .banner__title {
        font-size: 44px;
        line-height: 50px; }
      .banner .btn {
        margin-top: 40px; }
      .banner p {
        font-size: 18px;
        line-height: 26px; } }
  @media (max-width: 499px) {
    .banner {
      margin: 50px 0; }
      .banner .banner__panel {
        padding: 50px 20px; } }
  @media (max-width: 437px) {
    .banner .banner__title {
      font-size: 38px;
      line-height: 44px; } }
  @media (max-width: 413px) {
    .banner .banner__panel {
      padding: 40px 15px; } }

.spotlight {
  position: relative;
  height: 640px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  max-height: 100vh; }
  .spotlight .spotlight__wrapper {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translate3d(0, -50%, 0);
    max-width: 650px;
    margin: 0 auto;
    padding: 0 25px; }
  .spotlight .spotlight__panel {
    background-color: rgba(252, 245, 231, 0.9);
    border-top: 10px solid #a85;
    padding: 55px 33px 65px;
    text-align: center; }
    .theme-hufflepuff .spotlight .spotlight__panel {
      border-top: 10px solid #f4b223; }
    .theme-ravenclaw .spotlight .spotlight__panel {
      border-top: 10px solid #002a3a; }
    .theme-slytherin .spotlight .spotlight__panel {
      border-top: 10px solid #124734; }
    .theme-gryffindor .spotlight .spotlight__panel {
      border-top: 10px solid #79242f; }
  .spotlight .spotlight__title {
    font-size: 38px;
    line-height: 45px;
    color: #4a2b10; }
  .spotlight p {
    margin: 28px 0 33px;
    font-size: 21px;
    line-height: 30px;
    color: #3c3c3c; }
  @media (max-width: 638px) {
    .spotlight p {
      font-size: 18px;
      line-height: 26px;
      margin: 18px 0 28px; } }
  @media (max-width: 550px) {
    .spotlight .spotlight__title {
      font-size: 32px;
      line-height: 40px; } }
  @media (max-width: 499px) {
    .spotlight .spotlight__wrapper {
      padding: 0 20px; }
    .spotlight .spotlight__panel {
      padding: 50px 20px 55px; } }
  @media (max-width: 413px) {
    .spotlight .spotlight__wrapper {
      padding: 0 15px; }
    .spotlight .spotlight__panel {
      padding: 40px 15px 45px; } }

.personalise {
  color: inherit;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  height: 100%;
  width: 100%;
  background-color: transparent;
  border: 0;
  overflow: auto;
  min-width: 320px; }
  .personalise.show {
    display: block; }
  .personalise .personalise__overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,.9);
    cursor: pointer; }
  .personalise .personalise__preview {
  	position: relative;
    width: 380px;
    margin: 0 auto 20px auto; }
  @media (min-width: 1030px) {
    .personalise .personalise__preview {
      top: 20px;
      right: auto;
      left: 30%;
      position: absolute;
      transform: translate3d(-70%, 0, 0); } }
  @media (min-width: 1240px) {
    .personalise .personalise__preview {
      right: calc(60% + 40px);
      left: auto;
      transform: translate3d(0, 0, 0); } }
  @media (min-width: 1400px) {
    .personalise .personalise__preview {
      right: calc(60% + 40px);
      left: auto; } }
  .personalise .personalise__panel {
    position: relative;
    top: 10px;
    bottom: auto;
    left: 3%;
    right: 3%;
    width: 94%;
    margin: 0 auto;
    border-top: 10px solid #a85;
    padding: 55px 40px 50px;
    text-align: center; }
	@media (min-width: 1030px) {
      .personalise .personalise__panel {
        position: fixed;
        bottom: 0;
        overflow-y: auto;
        width: 600px;
        left: auto;
        right: 10px; } }
/*       	top: 50%;
      	transform: translate3d(0, -50%, 0); } } */
	@media (max-width: 1029px) {
      .mobile-hide {
        display: none; }}
/* 	@media (min-width: 1130px) { */
/*       .personalise .personalise__panel::before {
        content: '';
        width: 0; 
        height: 0; 
        border-left: 400px solid transparent;
        border-right: 400px solid transparent;
  		border-bottom: 400px solid #cbcbcb;
        position: absolute;
        bottom: -5px;
        left: -100px; } */
/*         transform: translate3d(-50%, -50%, 0) rotate(45deg); } */
/*       .personalise .personalise__panel::after {
        content: '';
        position: absolute;
        top: 100%;
        left: -100px;
        right: -100px;
        height: 100px;
        background-color: #fcf5e7;
        border-radius: 10px 10px 0 0;
        margin-top: -1px; } } */
    @media (min-width: 1240px) {
      .personalise .personalise__panel {
        right: 110px;
        width: 600px;
        padding: 55px 40px 50px; } }
    @media (min-width: 1400px) {
      .personalise .personalise__panel {
        width: 765px;
        padding: 55px 75px 50px; }
/*       .personalise .personalise__panel::before {
        width: 0; 
        height: 0; 
        border-left: 482px solid transparent;
        border-right: 482px solid transparent;
  		border-bottom: 482px solid #cbcbcb; } */
    }
  .personalise .personalise__background {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #00020a; }
  .personalise .personalise__content {
    position: relative; }
  .personalise .personalise__title {
    font-size: 38px;
    line-height: 45px;
    margin-bottom: 40px; }
  .personalise .personalise__close {
    position: absolute;
    top: 30px;
    right: 32px;
    width: 30px;
    height: 30px;
    border: 1px solid #fff;
    transform: rotate(45deg);
    z-index: 10;
    background-color: #00020a; }
    .personalise .personalise__close i {
      width: 15px;
      height: 15px; }
  .personalise .personalise__error {
    color: #f00; }
  .personalise p {
    margin: 30px 0; }
    .personalise p:first-child {
      margin-top: 0; }
  @media (max-width: 850px) {
    .personalise .personalise__panel {
      left: 40px;
      right: 40px;
      width: auto; } }
  @media (max-width: 767px) {
    .personalise .personalise__panel {
      left: 25px;
      right: 25px;
      padding-left: 40px;
      padding-right: 40px; } }
  @media (max-width: 677px) {
    .personalise .personalise__panel {
      padding-left: 25px;
      padding-right: 25px; }
    .personalise .personalise__close {
      right: 25px; } }
  @media (max-width: 638px) and (max-height: 1023px) {
    .personalise {
      overflow: auto;
      padding-left: 25px;
      padding-right: 25px; }
      .personalise .personalise__panel {
        position: relative;
        top: 0;
        left: 0;
        right: 0;
        transform: none;
        margin-top: 50px; }
        .personalise .personalise__panel::before, .personalise .personalise__panel::after {
          display: none; } }
  @media (max-width: 550px) {
    .personalise .personalise__title {
      font-size: 32px;
      line-height: 40px;
      margin-bottom: 30px; } }
  @media (max-width: 499px) and (max-height: 1023px) {
    .personalise {
      padding-left: 0;
      padding-right: 0; } }
  @media (max-width: 499px) {
    .personalise .personalise__panel {
      left: 0;
      right: 0;
      padding-left: 20px;
      padding-right: 20px; } }
  @media (max-width: 413px) {
    .personalise .personalise__close {
      top: 20px;
      right: 20px; }
    .personalise .personalise__panel {
      left: 0;
      right: 0;
      padding-left: 15px;
      padding-right: 15px; } }

.gallery {
  margin: 60px 0 40px 0; }
  .gallery .gallery__container {
    position: relative;
    margin: 0 -20px -40px; }
  .gallery .gallery__image {
    float: left;
    width: 33.33333%;
    padding: 0 20px 40px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    overflow: hidden; }
    .gallery .gallery__image:nth-child(1) {
      width: 66.66667%; }
    .gallery .gallery__image:nth-child(2) {
      position: absolute;
      top: 0;
      right: 0;
      height: 50%; }
      .gallery .gallery__image:nth-child(2) img {
        height: 100%;
        max-width: none; }
    .gallery .gallery__image:nth-child(3) {
      position: absolute;
      bottom: 0;
      right: 0;
      height: 50%; }
      .gallery .gallery__image:nth-child(3) img {
        height: 100%;
        max-width: none; }
	.gallery .gallery__image.full {
      width: 100%; }
	  .gallery .gallery__image.full img {
        width: 100%; }
  @media (max-width: 1169px) {
    .gallery {
      margin: 60px 0; } }
  @media (max-width: 992px) {
    .gallery {
      margin: 60px 0; }
      .gallery .gallery__container {
        margin: 0 -10px -20px; }
      .gallery .gallery__image {
        padding: 0 10px 20px; } }
  @media (max-width: 767px) {
    .gallery {
      margin: 50px 0; } }
  @media (max-width: 638px) {
    .gallery .gallery__image {
      position: relative !important;
      width: 100% !important;
      height: auto !important; }
      .gallery .gallery__image img {
        height: auto !important;
        width: 100%; } }
  @media (max-width: 499px) {
    .gallery {
      margin: 50px 0; } }

.newsletter .newsletter__container {
  margin: 0 -20px -40px; }

.newsletter .newsletter__title {
  margin-bottom: 50px; }

.newsletter .form {
  text-align: left; }

.newsletter .col {
  padding: 0 20px 40px; }

@media (max-width: 992px) {
  .newsletter {
    text-align: center; }
    .newsletter .col--2 {
      width: 100%; }
      .newsletter .col--2:first-child {
        display: none; }
    .newsletter .form__actions {
      text-align: center; } }

@media (max-width: 767px) {
  .newsletter .newsletter__title {
    margin-bottom: 40px; } }

@media (max-width: 550px) {
  .newsletter .newsletter__title {
    margin-bottom: 30px; } }

.pagination {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  font-size: 13px;
  color: #fcf5e7;
  margin-top: 100px;
  text-transform: uppercase; }
  .pagination .pagination__container {
    display: -ms-flexbox;
    display: flex; }
  .pagination .page,
  .pagination .deco {
    padding: 7px 12px; }
  .pagination .prev,
  .pagination .next {
    padding: 7px 12px;
    background-color: #a85; }
  .pagination span {
    border: 1px solid #a85;
    min-width: 32px; }
    .pagination span + span {
      border-left: 0; }
  .pagination .current {
    background-color: #a85;
    color: #fcf5e7; }
  .pagination a {
    text-decoration: none; }
  .pagination i {
    margin-top: -2px; }
    .pagination i.left {
      margin-left: -2px; }
    .pagination i.right {
      margin-right: -2px; }
  @media (max-width: 1169px) {
    .pagination {
      margin-top: 80px; } }
  @media (max-width: 992px) {
    .pagination {
      margin-top: 60px; } }
  @media (max-width: 767px) {
    .pagination {
      margin-top: 50px; } }

.information {
  position: relative;
  margin: 40px 0 0 0;
  overflow: hidden; }
  .information .information__wrapper {
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 40px; }
  .information .information__subtitle {
    position: relative;
    text-align: center;
    margin: 0 auto 50px; }
    .information .information__subtitle::before, .information .information__subtitle::after {
      content: '';
      position: absolute;
      width: calc(50% - 140px);
      top: 50%;
      transform: translate3d(0, -50%, 0);
      height: 3px;
      -webkit-mask-image: url("brown-line.svg");
              mask-image: url("brown-line.svg");
      -webkit-mask-repeat: no-repeat;
              mask-repeat: no-repeat;
      -webkit-mask-size: cover;
              mask-size: cover;
      background-color: #fcf5e7; }
    .information .information__subtitle::before {
      left: 0; }
    .information .information__subtitle::after {
      right: 0; }
  .information .information__title {
    font-size: 38px;
    line-height: 45px;
    font-weight: 700;
    color: #fcf5e7; }
  .information .information__container {
    margin: 0 -60px -60px; }
  .information .information__image {
    position: relative;
    min-height: 400px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center; }
    .information .information__image img {
      width: 100%; }
  .information .information__hr {
    margin: 20px 0;
    height: 3px;
    -webkit-mask-image: url("brown-line.svg");
            mask-image: url("brown-line.svg");
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-size: cover;
            mask-size: cover;
    background-color: #a85;
    border: 0; }
  .information .information__tabs ul {
    display: -ms-flexbox;
    display: flex;
    list-style: none; }
  .information .information__tabs li {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center; }
    .information .information__tabs li + li {
      margin-left: 35px; }
  .information .information__tabs i {
    margin-top: -2px;
    margin-right: 14px; }
  .information .information__tabs a {
    display: -ms-flexbox;
    display: flex; }
  .information .information__accordion {
    display: none; }
  .information .col {
    padding: 0 60px 60px; }
  .information p {
    font-size: 21px;
    line-height: 30px;
    margin: 30px 0; }
  @media (max-width: 1279px) {
    .information .information__container {
      margin: 0 -20px -60px; }
    .information .col {
      padding: 0 20px 60px; } }
/*   @media (max-width: 1169px) {
    .information {
      margin-bottom: 80px; } } */
  @media (max-width: 992px) {
    .information {
      text-align: center;
      margin-bottom: 60px; }
      .information .information__image {
        max-width: 690px;
        margin: 0 auto;
        min-height: 0; }
      .information .information__tabs ul {
        -ms-flex-pack: center;
            justify-content: center; }
      .information .col--2 {
        width: 100%; } }
  @media (max-width: 767px) {
    .information {
      margin-bottom: 50px; }
      .information .information__wrapper {
        padding: 0 25px; }
      .information .information__container {
        margin: 0 -20px -50px; }
      .information .information__subtitle {
        margin-bottom: 40px; }
        .information .information__subtitle::before, .information .information__subtitle::after {
          width: calc(50% - 5.5em); }
      .information .col {
        padding: 0 20px 50px; } }
  @media (max-width: 638px) {
    .information p {
      font-size: 18px;
      line-height: 26px;
      margin: 26px 0; } }
  @media (max-width: 550px) {
    .information .information__title {
      font-size: 32px;
      line-height: 40px; }
    .information .information__subtitle {
      margin-left: -25px;
      margin-right: -25px; } }
  @media (max-width: 499px) {
    .information .information__wrapper {
      padding: 0 20px; }
    .information .information__subtitle {
      margin-left: -20px;
      margin-right: -20px; }
    .information .information__tabs ul {
      display: block; }
    .information .information__tabs li {
      width: 100%; }
      .information .information__tabs li + li {
        margin-left: 0;
        margin-top: 20px; } }
  @media (max-width: 413px) {
    .information .information__wrapper {
      padding: 0 15px; }
    .information .information__subtitle {
      margin-left: -15px;
      margin-right: -15px; } }
  @media (max-width: 359px) {
    .information p {
      font-size: 16px;
      line-height: 24px;
      margin: 24px 0; } }

.reviews {
  position: relative;
  margin: 100px 0;
  text-align: center; }
  .reviews .reviews__wrapper {
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 40px; }
  .reviews .field {
    margin: 0 0 20px !important; }
  .reviews #shopify-product-reviews {
    margin: 0; }
  .reviews .spr-container {
    padding: 0;
    border: 0; }
  .reviews .spr-header-title {
    position: relative;
    text-align: center;
    margin: 0 auto 50px; }
    .reviews .spr-header-title::before, .reviews .spr-header-title::after {
      content: '';
      position: absolute;
      width: calc(50% - 140px);
      top: 50%;
      transform: translate3d(0, -50%, 0);
      height: 3px;
      -webkit-mask-image: url("brown-line.svg");
              mask-image: url("brown-line.svg");
      -webkit-mask-repeat: no-repeat;
              mask-repeat: no-repeat;
      -webkit-mask-size: cover;
              mask-size: cover;
      background-color: #fcf5e7; }
    .reviews .spr-header-title::before {
      left: 0; }
    .reviews .spr-header-title::after {
      right: 0; }
  .reviews .spr-summary-starrating {
    margin: 0; }
  .reviews .spr-starrating i + i {
    margin-left: 12px; }
  .reviews .spr-starrating a {
    width: 26px;
    height: 26px;
    background-size: 26px; }
    .reviews .spr-starrating a + a {
      margin-left: 9px; }
  .reviews .spr-icon-star {
    display: inline-block;
    vertical-align: middle;
    width: 45px;
    height: 45px;
    background-image: url("star-filled.svg");
    background-position: 0 50%;
    background-repeat: no-repeat;
    background-size: 45px; }
    .reviews .spr-icon-star::before {
      display: none; }
    .reviews .spr-icon-star-half-alt {
      display: inline-block;
      vertical-align: middle;
      width: 22.5px;
      height: 45px;
      background-image: url("star-filled.svg");
      background-position: 0 50%;
      background-repeat: no-repeat;
      background-size: 45px; }
      .reviews .spr-icon-star-half-alt::before {
        display: none; }
    .reviews .spr-icon-star-empty {
      display: inline-block;
      vertical-align: middle;
      width: 45px;
      height: 45px;
      background-image: url("star.svg");
      background-position: 0 50%;
      background-repeat: no-repeat;
      background-size: 45px;
      opacity: 1 !important; }
      .reviews .spr-icon-star-empty::before {
        display: none; }
  .reviews .spr-summary-caption {
    display: block;
    margin: 20px 0;
    font-size: 21px;
    line-height: 30px; }
  .reviews .spr-summary-actions-newreview {
    float: none; }
  .reviews .spr-form {
    max-width: 810px;
    margin: 0 auto;
    padding: 0 0 5px;
    border: 0; }
    .reviews .spr-form form {
      padding-top: 50px;
      text-align: left; }
    .reviews .spr-form-title {
      display: none; }
    .reviews .spr-form-actions {
      margin-top: 15px;
      text-align: center; }
    .reviews .spr-form .btn {
      margin-top: 0; }
  .reviews .spr-button-primary {
    float: none; }
  .reviews .spr-reviews {
    margin: 100px -20px -35px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .reviews .spr-review {
    padding: 0 20px 35px;
    margin: 0 !important;
    border: 0;
    width: 50%;
    text-align: left; }
    .reviews .spr-review-header-starratings {
      margin: 0; }
      .reviews .spr-review-header-starratings i {
        width: 17px;
        height: 17px;
        background-size: 17px; }
        .reviews .spr-review-header-starratings i + i {
          margin-left: 5px; }
    .reviews .spr-review-header-title {
      font-size: 28px;
      line-height: 34px;
      margin: 12px 0; }
    .reviews .spr-review-header-byline {
      display: none;
      font-style: normal;
      margin: 0;
      font-size: 13px;
      line-height: 18px;
      color: #fcf5e7; }
      .reviews .spr-review-header-byline:first-child {
        display: block; }
    .reviews .spr-review-content {
      margin: 26px 0 0; }
      .reviews .spr-review-content-body {
        font-size: 21px;
        line-height: 30px; }
    .reviews .spr-review-reportreview {
      display: none; }
  @media (max-width: 1169px) {
    .reviews {
      margin: 80px 0; }
      .reviews .spr-form {
        max-width: 600px; }
      .reviews .spr-reviews {
        margin-top: 80px; } }
  @media (max-width: 992px) {
    .reviews {
      margin: 60px 0; }
      .reviews .spr-form form {
        padding-top: 40px; }
      .reviews .spr-reviews {
        margin-top: 60px; } }
  @media (max-width: 833px) {
    .reviews .spr-review {
      width: 100%; } }
  @media (max-width: 767px) {
    .reviews {
      margin: 50px 0; }
      .reviews .reviews__wrapper {
        padding: 0 25px; }
      .reviews .spr-reviews {
        margin-top: 50px; }
      .reviews .spr-header-title {
        margin-bottom: 40px; }
        .reviews .spr-header-title::before, .reviews .spr-header-title::after {
          width: calc(50% - 5.5em); } }
  @media (max-width: 638px) {
    .reviews .spr-summary-caption {
      font-size: 18px;
      line-height: 26px; }
    .reviews .spr-review-content-body {
      font-size: 18px;
      line-height: 26px; } }
  @media (max-width: 550px) {
    .reviews .spr-header-title {
      margin-bottom: 40px;
      margin-left: -25px;
      margin-right: -25px; } }
  @media (max-width: 499px) {
    .reviews .reviews__wrapper {
      padding: 0 20px; }
    .reviews .spr-header-title {
      margin-left: -20px;
      margin-right: -20px; }
    .reviews .spr-button-primary {
      margin-left: 25px;
      margin-right: 25px;
      width: calc(100% - 50px); }
    .reviews .spr-icon-star {
      width: 35px;
      height: 35px;
      background-size: 35px; }
      .reviews .spr-icon-star-empty {
        width: 35px;
        height: 35px;
        background-size: 35px; } }
  @media (max-width: 413px) {
    .reviews .reviews__wrapper {
      padding: 0 15px; }
    .reviews .spr-header-title {
      margin-left: -15px;
      margin-right: -15px; } }
  @media (max-width: 359px) {
    .reviews .spr-summary-caption {
      font-size: 16px;
      line-height: 24px; }
    .reviews .spr-review-content-body {
      font-size: 16px;
      line-height: 24px; } }

.product .spr-badge,
.grid .spr-badge {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center; }
  .product .spr-badge-caption,
  .grid .spr-badge-caption {
    line-height: 17px; }
  .product .spr-badge-starrating,
  .grid .spr-badge-starrating {
    margin: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center; }

.product .spr-icon-star,
.grid .spr-icon-star {
  display: inline-block;
  vertical-align: middle;
  width: 17px;
  height: 17px;
  background-image: url("star-filled.svg");
  background-position: 0 50%;
  background-repeat: no-repeat;
  background-size: 17px; }
  .product .spr-icon-star::before,
  .grid .spr-icon-star::before {
    display: none; }
  .product .spr-icon-star-half-alt,
  .grid .spr-icon-star-half-alt {
    display: inline-block;
    vertical-align: middle;
    width: 8.5px;
    height: 17px;
    background-image: url("star-filled.svg");
    background-position: 0 50%;
    background-repeat: no-repeat;
    background-size: 17px; }
    .product .spr-icon-star-half-alt::before,
    .grid .spr-icon-star-half-alt::before {
      display: none; }
  .product .spr-icon-star-empty,
  .grid .spr-icon-star-empty {
    display: inline-block;
    vertical-align: middle;
    width: 17px;
    height: 17px;
    background-image: url("star.svg");
    background-position: 0 50%;
    background-repeat: no-repeat;
    background-size: 17px;
    opacity: 1 !important; }
    .product .spr-icon-star-empty::before,
    .grid .spr-icon-star-empty::before {
      display: none; }

.cart {
  position: relative;
  margin: 40px 0 0; }
  .cart .cart__wrapper {
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 40px; }
  .cart .cart__narrow {
    max-width: 810px;
    margin: 0 auto; }
    .cart .cart__narrow.centre {
      text-align: center; }
  .cart .cart__header {
    margin-bottom: 50px;
    position: relative; }
    .cart .cart__header .btn {
      position: absolute;
      right: 0;
      bottom: 5px;
      margin-right: 25px; }
  	.cart .cart__header .cart__subtitle a {
      text-decoration: none;
  	  display: inline-block;
      padding-bottom: 5px;
      border-bottom: 1px solid #ccc; }
	.cart .cart__header .cart__subtitle a:hover {
      border-bottom: 1px solid transparent; }
  .cart .cart__product {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
  	justify-content: space-around; }
  .cart .cart__frame {
    position: relative;
    padding: 28px;
    max-width: 280px;
    text-align: center; }
    .cart .cart__frame .icon--diamond {
      background-color: #00020a;
      position: absolute;
      top: 50%;
      transform: translate3d(0, -50%, 0); }
      .cart .cart__frame .icon--diamond.left {
        left: 1px; }
      .cart .cart__frame .icon--diamond.right {
        right: 1px; }
    .cart .cart__frame .square {
      position: absolute;
      width: 15px;
      height: 15px;
      background-color: #00020a;
      border: 1px solid #a85; }
      .cart .cart__frame .square::after {
        content: '';
        position: absolute;
        top: -6px;
        left: -6px;
        right: -6px;
        bottom: -6px;
        border: 1px solid #a85; }
      .cart .cart__frame .square.tl {
        left: 5px;
        top: 5px; }
      .cart .cart__frame .square.tr {
        right: 5px;
        top: 5px; }
      .cart .cart__frame .square.bl {
        left: 5px;
        bottom: 5px; }
      .cart .cart__frame .square.br {
        right: 5px;
        bottom: 5px; }
  .cart .cart__border {
    position: absolute;
    top: 12px;
    left: 12px;
    right: 12px;
    bottom: 12px;
    border: 1px solid #a85; }
  .cart .cart__image {
    position: relative;
    border-radius: 10px;
    background-color: #0f141c;
    overflow: hidden;
    height: 224px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center; }
	.cart .cart__image img {
/*       margin-left: -10px;
      margin-right: -10px; */
/* 	  max-height: 100%; 
      max-width: 179px; */
    }
	.cart .cart__scale {
/*     margin-left: -25px;
    margin-right: -25px; */
    height: 100%; }
  .cart .cart__scale a {
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center; }
  .cart .cart__title {
    margin-top: 5px; }
  .cart .cart__subtitle {
    font-size: 1.25em; }
  .cart .cart__info {
    position: relative;
    padding-left: 40px;
    width: calc(100% - 280px); }
	.cart .cart__info .strike {
      height: 20px;
      position: absolute;
      margin-left: 6px;
      vertical-align: top;
      display: inline-block; }
	.cart .cart__info .strike.center {
      position: relative; }
    .cart .cart__info .strike .through {
      position: absolute;
      top: 50%;
      height: 1px;
      background-color: #fcf5e7;
      width: 100%;
      transform: rotate(-15deg); }
  .cart .cart__sku {
    margin: 10px 0; }
  .cart .cart__hr {
    margin: 30px 0;
    height: 3px;
    -webkit-mask-image: url("brown-line.svg");
            mask-image: url("brown-line.svg");
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-size: cover;
            mask-size: cover;
    -webkit-mask-position: center;
            mask-position: center;
    background-color: #fcf5e7;
    border: 0; }
  .cart .cart__wishlist {
    display: inline-block;
/*     display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center; */
    margin-top: 40px;
    text-decoration: underline; }
    .cart .cart__wishlist i {
      margin-top: -2px;
      margin-right: 10px; }
  .cart .cart__price {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate3d(0, -50%, 0);
    font-weight: 700;
    font-size: 28px;
    line-height: 32px;
    text-align: right;
    color: #fcf5e7; }
    .cart .cart__price del {
      display: inline-block;
      margin-right: 10px;
      opacity: .5; }
    .cart .cart__price i {
      position: absolute;
      right: 100%;
      margin-right: 15px;
      top: 50%;
      transform: translate3d(0, -50%, 0);
      margin-top: -3px; }
	.cart .cart__price .cart__savings, .cart .cart__total_savings {
      display: inline-block;
      background: #0f141c;
      color: #fff;
      padding: 3px 5px;
      line-height: 1em;
      font-weight: normal;
      font-size: 13px;}
	.cart .cart__total_savings {
      margin-top: 1em;
      padding: 8px;
      text-align: center;
      width: 100%; }
  .cart .cart__actions {
    margin-top: 20px; }
	.cart .cart__actions .cart__quantity {
      display: -ms-flexbox;
      display: flex;
      align-items: center; }
    .cart .cart__actions .cart__quantity .qtyField {
      display: -ms-flexbox;
      display: flex;
      max-width: 80px; }
    .cart .cart__actions .cart__quantity .btn {
      min-width: none;
      margin-left: 25px; }
  .cart .cart__remove {
    position: absolute;
    right: 10px;
    bottom: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    text-decoration: underline; }
    .cart .cart__remove i {
      margin-top: -2px;
      margin-right: 10px; }
  .cart .cart__footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    margin-top: 50px;
    -ms-flex-align: start;
        align-items: flex-start; }
  .cart .cart__gold {
    background-image: url('hpny_gold_banner_bg.png');
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff;
    width: 400px;
    height: 120px;
    font-size: 20px;
    position: absolute;
    right: 0;
    top: -20px;
    font-weight: bold;
    line-height: 1em;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-around;
    -ms-flex-align: center;
        align-items: center; }
    .cart .cart__gold i {
      position: absolute;
      left: 0;
      top: 50%;
      transform: translate3d(0, -50%, 0);
      width: 45px;
      height: 45px; }
	.cart .cart__gold .logo {
      width: 130px;
      height: 59px;
      margin: 0px 10px 0 15px; }
  	.cart .cart__gold .logo img {
      width: 100%; }
	.cart .cart__gold .cta {
      display: inline-block;
      font-size: 16px;
      font-weight: normal; }
	.cart .cart__gold .cta.first {
      margin-right: 30px; }
	.cart .cart__gold p {
      max-width: 75%;
      margin: 5px 10px 0 8px; }
  .cart .cart__checkout .btn {
    margin: 40px 25px 0; }
  .cart .cart__subtotal {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between; }
  .cart .cart__total {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: end;
        align-items: flex-end; }
    .cart .cart__total span:last-child {
      font-size: 28px;
      line-height: 32px;
      font-weight: 700; }
  .cart .cart__separator {
    margin: 10px 0;
    height: 3px;
    -webkit-mask-image: url("brown-line.svg");
            mask-image: url("brown-line.svg");
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-size: cover;
            mask-size: cover;
    -webkit-mask-position: 25% 50%;
            mask-position: 25% 50%;
    background-color: #fcf5e7;
    border: 0; }
  .cart .cart__empty p {
    font-size: 21px;
    line-height: 30px;
    margin: 30px 0; }
  .cart .field {
    max-width: 280px; }
	@media (max-width: 833px) {
      .cart .field {
        margin-bottom: 20px; } }
  @media (max-width: 1023px) {
    .cart .cart__frame {
      max-width: 260px; }
    .cart .cart__info {
      padding-left: 30px;
      width: calc(100% - 260px); }
    .cart .cart__gold {
      width: 350px;
      height: 105px;
      font-size: 17px; }
  	.cart .cart__gold .cta {
      font-size: 14px; } 
  	.cart .cart__gold .logo {
      width: 115px;
      height: 52px;
      margin: 0 8px 0 12px; } }
  @media (max-width: 833px) {
    .cart .cart__product {
      -ms-flex-align: start;
      align-items: flex-start; }
    .cart .cart__price {
      position: relative;
      margin-top: 40px;
      transform: none; }
      .cart .cart__price del {
        display: inline;
      	margin-right: 10px; }
      .cart .cart__price i {
        position: relative;
        transform: none;
        top: 0;
        right: 0; }
    .cart .cart__wishlist {
      display: block;
      margin-top: 20px; } }
  @media (max-width: 767px) {
    .cart .cart__wrapper {
      padding: 0 25px; }
    .cart .cart__header {
      text-align: center;
      margin-bottom: 40px; }
      .cart .cart__header .btn {
        position: relative;
        margin-left: 25px;
        margin-top: 30px; }
    .cart .cart__gold {
      text-align: left;
	  position: relative;
      margin: 1em auto; }
    .cart .cart__footer {
      margin-top: 40px; } }
  @media (max-width: 677px) {
    .cart .cart__footer {
      display: block;
      text-align: center; }
      .cart .cart__gold i {
        top: 0;
        left: 50%;
        transform: translate3d(-50%, 0, 0); }
    .cart .cart__total {
      text-align: left; }
    .cart .cart__checkout {
      margin-top: 30px; } }
  @media (max-width: 638px) {
    .cart .cart__gold {
      background-image: url('hp_fan_club_banner_bg_mobile.png');
      background-size: cover;
      justify-content: center;
      width: 100%;
      height: 200px;
      margin-top: 2em;
      background-size: 100% 100%;
      text-align: center;
      flex-direction: column;
      font-size: 21px; }
      .cart .cart__gold .logo {
        width: 159px;
        height: 72px;
      	margin: 0 0 15px 0; }
      .cart .cart__gold .cta {
      	margin-top: 0;
        font-size: 20px; }
      .cart .cart__gold p {
        max-width: 90%;
        margin: 0; }
    .cart .cart__product {
      margin: 0 -10px; }
    .cart .cart__frame {
      width: calc(50% - 20px);
      margin: 0 10px; }
    .cart .cart__info {
      width: calc(50% - 20px);
      margin: 0 10px;
      padding: 0; }
    .cart .cart__image {
      height: 0;
      padding-bottom: 127.7533%; }
    .cart .cart__scale {
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
          justify-content: center;
      -ms-flex-align: center;
          align-items: center; }
    .cart .cart__empty p {
      font-size: 18px;
      line-height: 26px;
      margin: 26px 0; } }
  @media (max-width: 599px) {
    .cart .cart__product {
      -ms-flex-align: start;
          align-items: flex-start;
      padding-bottom: 100px; }
    .cart .cart__frame {
      margin-bottom: 15px; }
    .cart .cart__info {
      position: static;
      padding-top: 20px; }
    .cart .cart__actions {
      left: 10px;
      right: 10px;
      bottom: 0; }
    .cart .cart__price {
      text-align: center; }
    .cart .field {
      max-width: 100%; } }
  @media (max-width: 499px) {
    .cart .cart__product {
      display: block;
      margin: 0;
      padding-bottom: 0; }
    .cart .cart__wrapper {
      padding: 0 20px; }
    .cart .cart__frame {
      max-width: none;
      margin: auto;
      width: 90%;
      padding: 22px; }
      .cart .cart__frame .square {
        width: 11px;
        height: 11px; }
      .cart .cart__frame .icon--diamond.right {
        right: 2px; }
      .cart .cart__frame .icon--diamond.left {
        left: 2px; }
    .cart .cart__info {
      width: calc(100% - 20px);
      margin: 0 20px; }
    .cart .cart__actions {
      position: relative; }
    .cart .cart__border {
      top: 10px;
      left: 10px;
      right: 10px;
      bottom: 10px; } }
  @media (max-width: 413px) {
    .cart .cart__wrapper {
      padding: 0 15px; } }
  @media (max-width: 374px) {
    .cart .cart__product {
      display: block;
      margin: 0;
      padding-bottom: 0; }
    .cart .cart__frame {
      max-width: none;
      margin: 0;
      width: 100%; }
    .cart .cart__subtitle {
      font-size: 21px;
      line-height: 30px; }
    .cart .cart__actions {
      position: relative;
      left: 0;
      right: 0; } }

.form {
  text-align: center; }
  .form .form__container {
    margin: 0 -5px -20px; }
	@media (max-width: 767px) {
      .form .form__container {
        margin: 0 20px; } }
  .form .form__actions {
    margin-top: 35px; }
	.form .form__actions.form__container {
      -ms-display: flex;
      display: flex;
      align-items: flex-end; }
	@media (max-width: 992px) {
      .form .form__actions.form__container {
        max-width: 450px;
      	margin: auto; } }
	.form__actions.form__container .btn {
      margin-bottom: 5px; }
	@media (max-width: 520px) {
      .btn--19 {
        font-size: 16px; } }
	@media (max-width: 410px) {
      .form .form__actions.frog {
        margin: auto;
        -ms-display: flex;
        display: flex;
        align-items: center;
        justify-content: center;
        white-space: nowrap; }
      	.btn--19 {
          min-width: none;
          padding: 9px 0 7px 0; } }
  .form .form__actions.with-wishlist {
  	display: -ms-flexbox;
    display: flex;
  	justify-content: space-between; }
    .form .form__actions .btn {
      margin-top: 0; }
	.form .form__actions .btn[disabled='disabled'], .form .form__actions .btn[disabled='disabled']:hover {
      cursor: not-allowed;
      background-color: #777 !important;
      color: #343534 !important; }
	.form .form__actions .btn[disabled='disabled']::before {
      border-right-color: #777 !important; }
	.form .form__actions .btn[disabled='disabled']::after {
      border-left-color: #777 !important; }
  .form .col {
    position: relative;
    padding: 0 5px 20px; }
    .form .col--2 {
      width: 50%; }
    .form .col.active {
      z-index: 1; }
  @media (max-width: 638px) {
    .form .col--3 {
      width: 100%; }
    .form .col--2 {
      width: 100%; } }
  @media (max-width: 992px) {
    .form .form__actions.with-wishlist {
      justify-content: center; } }

.field {
  display: block;
  text-align: left; }
  .field__label {
    display: block;
    font-size: 13px;
    line-height: 18px;
    padding: 0 25px 3px;
    color: #fcf5e7; }
	.field__label .note {
      font-size: .8em; }
	.field__label .note.red {
      color: #f00; }
	.field__label .options {
      float: right;
      white-space: nowrap; }
/* 	  @media (min-width: 992px) and (max-width: 1200px) {
      	.field__label .options {
      	  float: none; } } */
  .field__border {
    position: relative;
    display: block;
    margin-left: 25px;
    margin-right: 25px;
    border-top: 2px solid #a85;
    border-bottom: 2px solid #a85;
    padding: 0 7px;
    height: 48px;
    display: -ms-flexbox;
    display: flex;
    align-items: center; }
    .field__border .left {
      position: absolute;
      top: -2px;
      bottom: -2px;
      left: -24px;
      width: 24px;
      overflow: hidden; }
      .field__border .left .square {
        left: 7px; }
    .field__border .right {
      position: absolute;
      top: -2px;
      bottom: -2px;
      right: -24px;
      width: 24px;
      overflow: hidden; }
      .field__border .right .square {
        right: 18px; }
    .field__border .square {
      position: absolute;
      top: 5px;
      bottom: 5px;
      width: 27px; }
      .field__border .square::before {
        display: block;
        width: 38px;
        height: 38px;
        content: '';
        border: 2px solid #a85;
        transform: rotate(45deg);
        transform-origin: 50% 50%; }
  .field__outline {
    position: relative;
    display: block;
    padding: 11px 32px;
    overflow: hidden; }
    .field__outline .border {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      border: 2px solid #a85; }
    .field__outline::before, .field__outline::after {
      position: absolute;
      display: block;
      width: 38px;
      height: 38px;
      content: '';
      border: 2px solid #a85;
      transform-origin: 50% 50%;
      background-color: #00020a;
      top: -19px;
      z-index: 1; }
    .field__outline::before {
      left: -19px;
      transform: rotate(45deg); }
    .field__outline::after {
      right: -19px;
      transform: rotate(-45deg); }
  .field__rating {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    margin: 9px 25px 0 !important; }
    .field__rating i {
      cursor: pointer; }
      .field__rating i + i {
        margin-left: 9px; }
  .field__error {
    font-size: 13px;
    line-height: 18px;
    padding: 0 25px;
    color: #f00; }
  .field input, .field textarea {
    outline: 0;
    position: relative;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    display: block;
    width: 100%;
    border: 0;
    font-size: 16px;
    line-height: 22px;
    background: transparent; }
  .field input[type=file] {
    font-size: 14px; }
  .field textarea {
    resize: none; }
  .field.is-error .field__label {
    color: #f00; }
  input:-webkit-autofill,
  input:-webkit-autofill:hover, 
  input:-webkit-autofill:focus, 
  input:-webkit-autofill:active {
    -webkit-transition: "color 9999s ease-out, background-color 9999s ease-out";
    -webkit-transition-delay: 9999s; }

.checkbox.is-error {
  color: #f00; }

.checkbox__label {
  float: left;
  padding-top: 2px;
  padding-left: 8px;
  font-weight: 400;
  max-width: calc(100% - 35px); }
  .checkbox__label a {
    font-weight: inherit;
    color: inherit; }

.checkbox__wrapper {
  width: 27px;
  height: 27px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  float: left; }
  .checkbox__wrapper label, .checkbox__wrapper .box {
    transform: rotate(45deg);
    border: 2px solid #a85;
    width: 21px;
    height: 21px;
    cursor: pointer;
    position: absolute;
    top: 3px;
    left: 3px;
    margin: 0; }
    .checkbox__wrapper label::after, .checkbox__wrapper .box::after {
      content: '';
      position: absolute;
      top: 3px;
      left: 3px;
      right: 3px;
      bottom: 3px;
      background-color: #a85;
      opacity: 0; }
	  .small .checkbox__wrapper label::after, .small .checkbox__wrapper .box::after {
        top: 2px;
      	left: 2px;
      	right: 2px;
        bottom: 2px; }
  .small .checkbox__wrapper {
    width: 20px;
    height: 20px;
  	margin-top: -2px;
    margin-right: 5px; }
	.small .checkbox__wrapper label:not(.nocustom):not(.nocustom2) {
      top: 8px; }
	.small .checkbox__wrapper label, .small .checkbox__wrapper .box {
      width: 14px;
      height: 14px; }

.checkbox input[type='checkbox'], .checkbox input[type='radio'] {
  visibility: hidden;
  margin: 0; }

.checkbox input[type='checkbox']:hover + label::after, .checkbox input[type='checkbox']:hover + .box::after, 
  .checkbox input[type='radio']:hover + label::after, .checkbox input[type='radio']:hover + .box::after{
  opacity: .5; }

.checkbox input[type='checkbox']:checked + label::after, .checkbox input[type='checkbox']:checked + .box::after,
  .checkbox input[type='radio']:checked + label::after, .checkbox input[type='radio']:checked + .box::after {
  opacity: 1; }

.select {
  display: block;
  cursor: pointer; }
  .select .select__field {
    width: 100%; }
/*   .select select {
    display: none; } */
  .select .select__value {
    position: relative;
    display: block; }
    .select .select__value::after {
      content: '';
      width: 12px;
      height: 21px;
      position: absolute;
      top: 50%;
      right: 0;
      transform: translate3d(0, -50%, 0) rotate(90deg);
      margin-top: 2px;
      margin-right: 5px;
      transform-origin: center;
      -webkit-mask-image: url("arrow-head.svg");
              mask-image: url("arrow-head.svg");
      -webkit-mask-repeat: no-repeat;
              mask-repeat: no-repeat;
      -webkit-mask-position: center;
              mask-position: center;
      -webkit-mask-size: contain;
              mask-size: contain;
      background-color: #fcf5e7; }
  .select .select__dropdown {
    position: absolute;
    display: none;
    top: 100%;
    left: 0;
    right: 0;
    list-style: none;
    background-color: #a85;
    color: #fcf5e7; }
    .select .select__dropdown li {
      display: block;
      padding: 11px 7px; }
      .select .select__dropdown li:hover {
        background-color: #00020a; }
      .select .select__dropdown li.disabled {
        text-decoration: line-through; }
        .select .select__dropdown li.disabled:hover {
          background-color: #a85; }
  .select.active .select__value::after {
    transform: translate3d(0, -50%, 0) rotate(-90deg); }
  .select.active .select__dropdown {
    display: block; }

.selectButton {
  background: none;
  width: 100%;
  border: none;
  padding: 0;
  color: #000; }

.radio {
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex: 1;
      flex: 1; }
  .radio .radio__label {
    text-transform: capitalize;
    display: inline-block;
    vertical-align: top;
    padding-left: 10px;
    width: calc(100% - 26px);
    padding-top: 3px; }
  .radio .radio__wrapper {
    width: 26px;
    height: 26px;
    position: relative;
    display: inline-block;
    vertical-align: top;
    line-height: 23px; }
    .radio .radio__wrapper .radio-ui {
      position: absolute;
      top: 0;
      left: 0;
      display: block;
      width: 26px;
      height: 26px;
      border: 1px solid #fcf5e7;
      cursor: pointer;
      border-radius: 13px; }
      .radio .radio__wrapper .radio-ui::after {
        content: '';
        width: 12px;
        height: 12px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate3d(-50%, -50%, 0);
        background-color: #a85;
        opacity: 0;
        border-radius: 6px; }
  .radio:hover .radio-ui::after {
    opacity: .5; }
  .radio.active .radio-ui::after {
    opacity: 1; }
  .radio.is-error .radio__label {
    color: #f00;
    opacity: 1; }

.footer {
  position: relative;
  background-image: url("footer-dark.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-top: 10px solid #a85;
  padding: 100px 0 40px;
  color: #fcf5e7;
  overflow: hidden; }
  .theme-hufflepuff .footer {
    border-top-color: #f4b223; }
  .theme-ravenclaw .footer {
    border-top-color: #002a3a; }
  .theme-slytherin .footer {
    border-top-color: #124734; }
  .theme-gryffindor .footer {
    border-top-color: #79242f; }
  .footer .footer__wrapper {
    position: relative;
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 40px; }
  .footer .footer__logo i {
    width: 218px;
    background-color: #fff; }
    .footer .footer__logo i.icon--hp {
      height: 146px; }
    .footer .footer__logo i.icon--hpny {
      height: 149px; }
  .footer .footer__menu {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    padding-right: 10%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .footer .footer__menu ul {
      list-style: none;
      font-size: 13px;
      line-height: 18px; }
    .footer .footer__menu li + li {
      margin-top: 14px; }
    .footer .footer__menu a {
      text-decoration: none; }
      .footer .footer__menu a:hover {
        text-decoration: underline; }
  .footer .footer__title {
    margin-bottom: 20px; }
  .footer .footer__newsletter {
    margin: 20px 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center; }
    .footer .footer__newsletter .btn {
      margin-left: 30px;
      margin-right: 20px; }
  .footer .footer__line {
    border: 0;
    margin: 45px 0 40px;
    border-top: 1px solid #fcf5e7;
    opacity: .15; }
  .footer .footer__copyright {
    max-width: 460px;
    margin: 0 auto;
    text-align: center; }
    .footer .footer__copyright p {
      font-size: 12px;
      line-height: 18px; }
  .footer .footer__payments {
    margin-bottom: 20px; }
    .footer .footer__payments i + i {
      margin-left: 20px; }
  @media (max-width: 1169px) {
    .footer {
      padding-top: 80px; } }
  @media (max-width: 1023px) {
    .footer .footer__menu {
      padding-right: 0; }
    .footer .footer__logo i {
      width: 149px;
      background-color: #fff; }
      .footer .footer__logo i.icon--hp {
        height: 100px; }
      .footer .footer__logo i.icon--hpny {
        height: 102px; } }
  @media (max-width: 767px) {
    .footer {
      padding-top: 60px; }
      .footer .footer__wrapper {
        padding: 0 25px; }
      .footer .footer__line {
        margin: 35px 0 30px; } }
  @media (max-width: 638px) {
    .footer .footer__menu {
      text-align: center;
      margin: 0 -20px 10px; }
    .footer .footer__logo {
      width: 100%;
      margin-bottom: 40px;
      padding: 0 20px; }
      .footer .footer__logo i {
        display: block;
        max-width: 200px;
        margin: 0 auto; }
    .footer .col {
      width: 33.33333%;
      padding: 0 20px 30px; } }
  @media (max-width: 550px) {
    .footer .col {
      width: 100%; } }
  @media (max-width: 499px) {
    .footer {
      padding-top: 50px; }
      .footer .footer__wrapper {
        padding: 0 20px; } }
  @media (max-width: 437px) {
    .footer .footer__newsletter {
      display: block;
      text-align: center; }
      .footer .footer__newsletter .btn {
        margin: 20px 40px 0; } }
  @media (max-width: 413px) {
    .footer .footer__wrapper {
      padding: 0 15px; } }

label.hidden {
  opacity: 0;
  position: absolute; }

.search {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  border: 0;
  width: 100%;
  text-align: center;
  color: #fcf5e7;
  z-index: 1; }
  .search .search__wrapper {
    position: relative;
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 40px; }
  .search .search__overlay {
    position: absolute;
    top: 0;
    height: 100vh;
    left: 0;
    right: 0;
    background-color: #000;
    opacity: .5; }
  .search .search__dropdown {
    position: relative;
    background-image: url("menu-dark.png");
    background-position: center;
    background-size: cover;
    border-bottom: 8px solid #a85;
    padding: 60px 0 50px; }
  .search .search__title {
    font-size: 28px;
    line-height: 34px;
    font-weight: 700;
    background-color: transparent;
    border: 0;
    outline: none;
    text-align: center;
    width: 100%;
    margin-top: 6px; }
  .search .search__line {
    height: 3px;
    margin: 30px 0;
    background-image: url("white-line.svg");
    background-size: cover;
    border: 0;
    display: none; }
  .search .search__all {
    display: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background-color: transparent;
    outline: none;
    border: 0;
    position: absolute;
    right: 40px;
    margin-top: -15px; }
    .search .search__all:hover {
      text-decoration: underline; }
  .search .search__results {
    display: none;
    margin-top: 50px;
    margin-bottom: 25px; }
  .search .search__result {
    display: -ms-flexbox;
    display: flex;
    text-align: left;
    -ms-flex-align: center;
        align-items: center;
    padding-bottom: 25px;
    text-decoration: none; }
  .search .search__image {
    width: 100px;
    margin-right: 20px; }
  .search .search__snippet {
    width: 75.80645%; }
  .search .search__subtitle {
    color: #a85;
    font-weight: 700; }
  .search .search__price {
    text-align: right;
    width: 100px;
    font-size: 21px;
    font-weight: 700;
    margin-left: auto;
    padding-left: 20px; }
  .search .search__close {
    position: absolute;
    top: 0;
    right: 40px;
    width: 30px;
    height: 30px;
    border: 1px solid #fff;
    transform: rotate(45deg);
    background-color: #00020a; }
    .search .search__close i {
      width: 15px;
      height: 15px; }
  .search .btn {
    display: none; }
  @media (max-width: 992px) {
    .search .search__dropdown {
      padding-top: 50px; } }
  @media (max-width: 767px) {
    .search .search__wrapper {
      padding: 0 25px; } }

main.featured {
  margin-top: 20px; }
.featured {
  overflow: hidden; }
  .featured .featured__wrapper {
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 40px; }
  .featured .featured__carousel {
    position: relative; }
  .featured .featured__slides {
    max-width: 1060px;
    padding-bottom: 88px; }
    .featured .featured__slides:nth-child(2) {
      display: none; }
  .featured .featured__slide {
    background-repeat: no-repeat;
    display: none;
    height: 535px; }
    .featured .featured__slide.active {
      display: block; }
  .featured .featured__panel {
    position: absolute;
    bottom: 0;
    background-color: #0d141e;
    width: 492px;
    max-width: 100%;
    padding: 66px 60px;
    color: #fcf5e7; }
  .featured .featured__frame {
    position: absolute;
    top: 20px;
    left: 20px;
    right: 20px;
    bottom: 20px; }
    .featured .featured__frame .square {
      position: absolute;
      border: 1px solid #a85;
      width: 16px;
      height: 16px; }
      .featured .featured__frame .square.tl {
        top: 12px;
        left: 12px; }
      .featured .featured__frame .square.tr {
        top: 12px;
        right: 12px; }
      .featured .featured__frame .square.bl {
        bottom: 12px;
        left: 12px; }
      .featured .featured__frame .square.br {
        bottom: 12px;
        right: 12px; }
    .featured .featured__frame .line {
      position: absolute;
      background-color: #a85; }
      .featured .featured__frame .line::before, .featured .featured__frame .line::after {
        content: '';
        position: absolute;
        background-color: #a85; }
      .featured .featured__frame .line.top {
        top: 0;
        left: 20px;
        right: 20px;
        height: 1px; }
        .featured .featured__frame .line.top::before {
          top: 0;
          left: 0;
          height: 21px;
          width: 1px; }
        .featured .featured__frame .line.top::after {
          top: 0;
          right: 0;
          height: 21px;
          width: 1px; }
      .featured .featured__frame .line.left {
        top: 20px;
        left: 0;
        bottom: 20px;
        width: 1px; }
        .featured .featured__frame .line.left::before {
          bottom: 0;
          left: 0;
          width: 21px;
          height: 1px; }
        .featured .featured__frame .line.left::after {
          top: 0;
          left: 0;
          width: 21px;
          height: 1px; }
      .featured .featured__frame .line.right {
        top: 20px;
        right: 0;
        bottom: 20px;
        width: 1px; }
        .featured .featured__frame .line.right::before {
          bottom: 0;
          right: 0;
          width: 21px;
          height: 1px; }
        .featured .featured__frame .line.right::after {
          top: 0;
          right: 0;
          width: 21px;
          height: 1px; }
      .featured .featured__frame .line.bottom {
        bottom: 0;
        left: 20px;
        right: 20px;
        height: 1px; }
        .featured .featured__frame .line.bottom::before {
          bottom: 0;
          left: 0;
          height: 21px;
          width: 1px; }
        .featured .featured__frame .line.bottom::after {
          bottom: 0;
          right: 0;
          height: 21px;
          width: 1px; }
  .featured .featured__title {
    font-size: 45px;
    line-height: 1.1em; }
  .featured .featured__numbers {
    position: absolute;
    top: 0;
    font-size: 51px;
    line-height: 50px;
    font-weight: 700;
    color: #fcf5e7;
    text-align: center;
    list-style: none; }
    .featured .featured__numbers li {
      position: relative;
      padding-top: 10px;
      display: none;
      cursor: pointer; }
	  .featured .featured__numbers li.active {
        display: block; }
      .featured .featured__numbers li:nth-child(2) span {
        opacity: .45; }
      .featured .featured__numbers li:nth-child(3) span {
        opacity: .15; }
      .featured .featured__numbers li.active::before {
        content: '';
        position: absolute;
        right: 100%;
        top: 50%;
        transform: translate3d(0, -50%, 0);
        height: 3px;
        width: 50px;
        -webkit-mask-image: url("brown-line.svg");
                mask-image: url("brown-line.svg");
        -webkit-mask-repeat: no-repeat;
                mask-repeat: no-repeat;
        -webkit-mask-size: cover;
                mask-size: cover;
        -webkit-mask-position: 75% 50%;
                mask-position: 75% 50%;
        background-color: #fcf5e7;
        border: 0; }
  .featured .featured__navigation {
    position: absolute;
    bottom: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    width: 130px;
    padding: 8px; }
  .featured .featured__next, .featured .featured__prev {
    display: inline-block;
    vertical-align: top;
    position: relative;
    width: 40px;
    height: 40px;
    transform: rotate(45deg);
    background-color: #00020a; }
    .featured .featured__next i, .featured .featured__prev i {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate3d(-50%, -50%, 0) rotate(-46deg);
      transform-origin: center; }
  .featured .featured__next i {
    transform: translate3d(-50%, -50%, 0) rotate(-46deg);
    margin-left: 3px;
    margin-top: -2px; }
  .featured .featured__prev i {
    transform: translate3d(-50%, -50%, 0) rotate(-46deg) scaleX(-1);
    margin-left: -3px;
    margin-top: 2px; }
  .featured .featured__line {
    position: absolute;
    bottom: 26px;
    height: 3px;
    -webkit-mask-image: url("brown-line.svg");
            mask-image: url("brown-line.svg");
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-size: cover;
            mask-size: cover;
    background-color: #fcf5e7; }
  .featured .ltr .featured__slides {
    margin-left: auto;
    padding-left: 140px; }
  .featured .ltr .featured__panel {
    left: 0; }
  .featured .ltr .featured__numbers {
    right: 920px;
    margin-right: 23px; }
    .featured .ltr .featured__numbers li {
      padding-left: 15px; }
      .featured .ltr .featured__numbers li.active::before {
        right: 100%; }
  .featured .ltr .featured__line {
    left: 542px;
    right: 180px; }
  .featured .ltr .featured__navigation {
    right: 0; }
  .featured .rtl .featured__slides {
    margin-right: auto;
    padding-right: 140px; }
  .featured .rtl .featured__panel {
    right: 0; }
  .featured .rtl .featured__numbers {
    left: 920px;
    margin-left: 23px; }
    .featured .rtl .featured__numbers li {
      padding-right: 15px; }
      .featured .rtl .featured__numbers li.active::before {
        left: 100%; }
  .featured .rtl .featured__navigation {
    left: 0; }
  .featured .rtl .featured__line {
    right: 542px;
    left: 180px; }
  .featured p {
    font-size: 21px;
    line-height: 30px;
    margin: 20px 0; }
  .featured .btn {
    margin-top: 10px; }
  @media (max-width: 1169px) {
/*     .featured {
      padding-bottom: 120px; } */
      .featured .ltr .featured__numbers {
        right: auto;
        left: 50px; }
      .featured .rtl .featured__numbers {
        left: auto;
        right: 50px; } }
  @media (max-width: 992px) {
/*     .featured {
      padding-bottom: 100px; } */
      .featured .featured__panel {
        width: 50%; }
      .featured .featured__slide {
        background-position: 60% center; }
      .featured .featured__title {
        font-size: 38px; }
      .featured p {
        font-size: 18px;
        line-height: 26px; } }
  @media (max-width: 899px) {
    .featured .featured__title {
        font-size: 28px; }
    .featured .featured__line {
      display: none; } }
  @media (max-width: 767px) {
    .featured {
      padding-bottom: 0; }
      .featured .ltr .featured__slides {
        padding-bottom: 0;
        margin-left: 0;
        padding-left: 0; }
      .featured .featured__slide {
        background-position: 80% center;
        height: 400px; }
      .featured .featured__wrapper {
        padding: 0 25px; }
      .featured .featured__panel {
        position: relative;
        padding: 50px 60px 30px;
      	margin: -80px 40px 0 40px;
    	width: calc(100% - 80px); }
      .featured .ltr .featured__numbers {
        display: none; }
      .featured .featured__navigation, .featured .ltr .featured__navigation {
        bottom: auto;
        top: 460px;
        right: 10px;
        width: 120px; } }
  @media (max-width: 699px) {
    .featured .featured__slides {
      position: relative;
      top: 0;
      left: 0;
      right: 0;
      bottom: 190px;
      padding-bottom: 0; }
      .featured .featured__slides:nth-child(2) {
        display: block;
        top: 190px;
        bottom: 0; } }
  @media (max-width: 638px) {
    .featured .featured__panel {
      padding: 55px 50px 30px; }
    .featured .featured__frame {
      top: 15px;
      left: 15px;
      right: 15px;
      bottom: 15px; }
    .featured .featured__title {
      font-size: 24px; }
    .featured .featured__numbers {
      font-size: 44px;
      line-height: 44px; }
    .featured .featured__panel {
        position: relative;
      	margin: -40px 20px 0 20px;
    	width: calc(100% - 40px); }
    .featured p {
      font-size: 18px;
      line-height: 26px; } }
  @media (max-width: 550px) {
    .featured .featured__navigation {
      padding: 6px;
      width: 90px; }
    .featured .featured__next, .featured .featured__prev {
      width: 30px;
      height: 30px; }
    .featured .featured__next i {
      margin-left: 2px;
      margin-top: -2px; }
    .featured .featured__prev i {
      margin-left: -2px;
      margin-top: 2px; } }
  @media (max-width: 499px) {
    .featured .featured__wrapper {
      padding: 0 20px; } }
  @media (max-width: 437px) {
/*     .featured .featured__title {
      font-size: 38px;
      line-height: 44px; } */
    .featured .featured__numbers {
      font-size: 38px;
      line-height: 38px; }
    .featured .featured__numbers li {
      position: relative;
      padding-top: 10px;
      cursor: pointer; }
      .featured .featured__numbers li.active::before {
        width: 35px; }
    .featured .ltr .featured__numbers {
      left: 35px; } }
  @media (max-width: 413px) {
    .featured .featured__wrapper {
      padding: 0 15px; }
    .featured .featured__frame {
      top: 10px;
      left: 10px;
      right: 10px;
      bottom: 10px; }
    .featured .featured__panel {
      padding: 40px 40px 30px; } }

.chosen {
  margin: 60px 0; }
  .chosen .chosen__wrapper {
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 40px; }
  .chosen .chosen__title {
    position: relative;
    text-align: center;
    margin: 0 auto 50px; }
    .chosen .chosen__title::before, .chosen .chosen__title::after {
      content: '';
      position: absolute;
      width: calc(50% - 140px);
      top: 50%;
      transform: translate3d(0, -50%, 0);
      height: 3px;
      -webkit-mask-image: url("brown-line.svg");
              mask-image: url("brown-line.svg");
      -webkit-mask-repeat: no-repeat;
              mask-repeat: no-repeat;
      -webkit-mask-size: cover;
              mask-size: cover;
      background-color: #fcf5e7; }
    .chosen .chosen__title::before {
      left: 0; }
    .chosen .chosen__title::after {
      right: 0; }
  .chosen .chosen__container {
    margin: 0 -20px -40px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
	.chosen.product .chosen__container {
      margin-top: -2px; }
  .chosen .chosen__slide {
    display: none; }
    .chosen .chosen__slide:first-child {
      display: block; }
  .chosen .chosen__price {
    color: #a85;
    font-weight: 700;
    margin: 10px 0; }
  .chosen .chosen__snippet {
    max-width: 400px;
    margin: 0 auto;
    padding-bottom: 5px; }
  .chosen .chosen__carousel {
    position: relative;
    padding: 0 40px; }
  .chosen .chosen__navigation {
    position: absolute;
    left: -50px;
    right: -50px;
    top: 50%;
    margin-top: -20px;
    z-index: 2; }
  .chosen .chosen__next, .chosen .chosen__prev {
    position: absolute;
    width: 40px;
    height: 40px;
    border: 1px solid #fff;
    transform: rotate(45deg);
    background-color: #00020a; }
    .chosen .chosen__next i, .chosen .chosen__prev i {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate3d(-50%, -50%, 0) rotate(-46deg);
      transform-origin: center; }
  .chosen .chosen__next {
    right: 0; }
    .chosen .chosen__next i {
      transform: translate3d(-50%, -50%, 0) rotate(-46deg);
      margin-left: 3px;
      margin-top: -2px; }
  .chosen .chosen__prev {
    left: 0; }
    .chosen .chosen__prev i {
      transform: translate3d(-50%, -50%, 0) rotate(-46deg) scaleX(-1);
      margin-left: -3px;
      margin-top: 2px; }
  .chosen .owl-carousel {
    display: block; }
  .chosen .col {
    padding: 0 20px 40px; }
  .chosen p {
    font-size: 21px;
    line-height: 30px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical; }
  .chosen .btn {
    margin-top: 35px; }
  @media (max-width: 1439px) {
    .chosen .chosen__navigation {
      left: -20px;
      right: -20px; } }
  @media (max-width: 1365px) {
    .chosen .chosen__carousel {
      padding: 0 60px; }
    .chosen .chosen__navigation {
      left: 8px;
      right: 8px; } }
  @media (max-width: 1169px) {
    .chosen {
      margin: 100px 0; } }
  @media (max-width: 992px) {
    .chosen {
      text-align: center; }
      .chosen .col--2 {
        width: 100%; } }
  @media (max-width: 767px) {
    .chosen {
      margin: 80px 0; }
      .chosen .chosen__wrapper {
        padding: 0 25px; }
      .chosen .chosen__title {
        margin-bottom: 40px; }
        .chosen .chosen__title::before, .chosen .chosen__title::after {
          width: calc(50% - 5.5em); }
      .chosen .chosen__snippet {
        max-width: none; } }
  @media (max-width: 638px) {
    .chosen {
      margin: 60px 0; }
      .chosen p {
        font-size: 18px;
        line-height: 26px; } }
  @media (max-width: 550px) {
    .chosen .chosen__title {
      margin-left: -25px;
      margin-right: -25px; }
    .chosen .chosen__carousel {
      padding: 0; }
    .chosen .chosen__navigation {
      display: none; }
    .chosen .chosen__next, .chosen .chosen__prev {
      width: 30px;
      height: 30px; }
    .chosen .chosen__next i {
      margin-left: 2px;
      margin-top: -2px; }
    .chosen .chosen__prev i {
      margin-left: -2px;
      margin-top: 2px; } }
  @media (max-width: 499px) {
    .chosen .chosen__wrapper {
      padding: 0 20px; }
    .chosen .chosen__title {
      margin-left: -20px;
      margin-right: -20px; } }
  @media (max-width: 413px) {
    .chosen .chosen__wrapper {
      padding: 0 15px; }
    .chosen .chosen__title {
      margin-left: -15px;
      margin-right: -15px; } }

.product-large {
  margin: 60px 0; }
  .product-large .product-large__wrapper {
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 40px; }
  .product-large .product-large__container {
    margin: 0 -20px -40px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  
  .product-large .product-large__image {
    padding: 0 20% 2em 20%; }

  .product-large .product-large__price {
    color: #a85;
    font-weight: 700;
    margin: 10px 0; }
  .product-large .product-large__snippet {
    max-width: 400px;
    margin: 0 auto;
    padding-bottom: 5px; }
  .product-large .col {
    padding: 0 20px 40px; }
  .product-large p {
    font-size: 21px;
    line-height: 30px; }
  .product-large .btn {
    margin-top: 35px; }
  @media (max-width: 992px) {
    .product-large {
      text-align: center; }
      .product-large .col--2 {
        width: 100%; } }
  @media (max-width: 767px) {
    .product-large {
      margin: 40px 0; }
      .product-large .product-large__wrapper {
        padding: 0 25px; }
      .product-large .product-large__snippet {
        max-width: none; } }
  @media (max-width: 638px) {
    .product-large {
      margin: 60px 0; }
      .product-large p {
        font-size: 18px;
        line-height: 26px; } }
  @media (max-width: 499px) {
    .product-large .product-large__wrapper {
      padding: 0 20px; } }
  @media (max-width: 413px) {
    .product-large .product-large__wrapper {
      padding: 0 15px; } }

.faqs {
  margin: 0 0 150px; }
  .faqs .faqs__wrapper {
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 40px; }
  .faqs .faqs__container {
    display: -ms-flexbox;
    display: flex; }
  .faqs .faqs__sidebar {
    width: 35%;
    font-size: 21px;
    line-height: 30px; }
    .faqs .faqs__sidebar ul {
      font-weight: 700;
      list-style: none; }
    .faqs .faqs__sidebar li.active::before {
      content: '–';
      margin-right: 10px; }
    .faqs .faqs__sidebar li + li {
      margin-top: 20px; }
    .faqs .faqs__sidebar a {
      text-decoration: none; }
  .faqs .faqs__content {
    width: 65%; }
  .faqs .faqs__tab {
    display: none;
    max-width: 705px; }
    .faqs .faqs__tab.active {
      display: block; }
  .faqs .faqs__title {
    padding-top: 5px;
    position: relative;
    display: none; }
  .faqs .faqs__line {
    display: none;
    margin: 20px 0 40px;
    height: 3px;
    -webkit-mask-image: url("brown-line.svg");
            mask-image: url("brown-line.svg");
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-size: cover;
            mask-size: cover;
    -webkit-mask-position: center;
            mask-position: center;
    border: 0;
    background-color: #fcf5e7; }
  .faqs .faqs__close {
    position: absolute;
    top: 0;
    right: 6px;
    width: 30px;
    height: 30px;
    border: 1px solid #fcf5e7;
    transform: rotate(45deg);
    background-color: #00020a; }
    .faqs .faqs__close i {
      position: absolute;
      top: 50%;
      right: 0;
      transform: translate3d(-50%, -50%, 0);
      width: 15px;
      height: 15px;
      background-color: #fcf5e7; }
  .faqs h3 {
    margin-top: 50px; }
    .faqs h3:first-child {
      margin-top: 0; }
  .faqs p {
    font-size: 21px;
    line-height: 30px;
    margin: 30px 0; }
    .faqs p:first-child {
      margin-top: 0; }
    .faqs p:last-child {
      margin-bottom: 0; }
  @media (max-width: 1169px) {
    .faqs {
      margin-bottom: 120px; } }
  @media (max-width: 992px) {
    .faqs {
      margin-bottom: 100px; }
      .faqs .faqs__sidebar {
        display: none; }
      .faqs .faqs__content {
        width: 100%; }
      .faqs .faqs__tab {
        display: block;
        max-width: none; }
        .faqs .faqs__tab.active .faqs__answer {
          display: block; }
      .faqs .faqs__title {
        display: block;
        cursor: pointer; }
      .faqs .faqs__line {
        display: block; }
      .faqs .faqs__answer {
        display: none;
        margin: 40px 0; } }
  @media (max-width: 767px) {
    .faqs {
      margin-bottom: 80px; }
      .faqs .faqs__wrapper {
        padding: 0 25px; }
      .faqs .faqs__line {
        margin: 20px 0 30px; }
      .faqs .faqs__answer {
        margin: 30px 0 40px; }
      .faqs h3 {
        margin-top: 40px; } }
  @media (max-width: 638px) {
    .faqs p {
      font-size: 18px;
      line-height: 26px;
      margin: 26px 0; } }
  @media (max-width: 550px) {
    .faqs {
      margin-bottom: 60px; } }
  @media (max-width: 499px) {
    .faqs .faqs__wrapper {
      padding: 0 20px; } }
  @media (max-width: 413px) {
    .faqs .faqs__wrapper {
      padding: 0 15px; } }
  @media (max-width: 359px) {
    .faqs p {
      font-size: 16px;
      line-height: 24px;
      margin: 24px 0; } }

.specials {
  margin: 150px 0; }
  .specials .specials__wrapper {
    max-width: 1440px;
    margin: 0 auto; }
  .specials .specials__container {
    margin: 0 -8px -16px; }
  .specials .col {
    padding: 0 8px 16px; }
  @media (max-width: 1169px) {
    .specials {
      margin: 120px 0; } }
  @media (max-width: 1111px) {
    .specials .specials__wrapper {
      padding: 0 40px; }
    .specials .specials__container {
      margin: 0 -15px -30px; }
    .specials .col {
      padding: 0 15px 30px; }
      .specials .col--4 {
        width: 50%; } }
  @media (max-width: 992px) {
    .specials {
      margin: 100px 0; } }
  @media (max-width: 767px) {
    .specials {
      margin: 80px 0; }
      .specials .specials__wrapper {
        padding: 0 25px; } }
  @media (max-width: 677px) {
    .specials .specials__container {
      margin: 0 -10px -20px; }
    .specials .col {
      padding: 0 10px 20px; } }
  @media (max-width: 638px) {
    .specials {
      margin: 60px 0; } }
  @media (max-width: 550px) {
    .specials {
      padding-left: 25px;
      padding-right: 25px; }
      .specials .specials__wrapper {
        overflow: auto;
        margin-left: -25px;
        margin-right: -25px;
        padding-left: 25px;
        padding-right: 25px;
        -ms-overflow-style: none;
        /* IE and Edge */
        scrollbar-width: none; }
        .specials .specials__wrapper::-webkit-scrollbar {
          display: none; }
      .specials .specials__container {
        width: 1135px; }
      .specials .col--4 {
        width: 280px; } }
  @media (max-width: 499px) {
    .specials {
      padding-left: 20px;
      padding-right: 20px; }
      .specials .specials__wrapper {
        overflow: auto;
        margin-left: -20px;
        margin-right: -20px;
        padding-left: 20px;
        padding-right: 20px; }
      .specials .specials__container {
        width: 1130px;
        margin-bottom: 0; }
      .specials .col {
        padding-bottom: 0; } }
  @media (max-width: 413px) {
    .specials {
      padding-left: 15px;
      padding-right: 15px; }
      .specials .specials__wrapper {
        overflow: auto;
        margin-left: -15px;
        margin-right: -15px;
        padding-left: 15px;
        padding-right: 15px; }
      .specials .specials__container {
        width: 1125px; } }

.special {
  display: block;
  position: relative;
  color: #fcf5e7; }
  .special .special__image img {
    width: 100%; }
  .special .special__gradient {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.91) 100%); }
  .special .special__snippet {
    position: absolute;
    bottom: 60px;
    left: 40px;
    right: 40px;
    text-align: center; }
  .special .special__title {
    margin: 0 0 10px; }
  .special .special__frame {
    position: absolute;
    top: 20px;
    left: 20px;
    right: 20px;
    bottom: 20px; }
    .special .special__frame .square {
      position: absolute;
      border: 1px solid #fcf5e7;
      width: 16px;
      height: 16px; }
      .special .special__frame .square.tl {
        top: 12px;
        left: 12px; }
      .special .special__frame .square.tr {
        top: 12px;
        right: 12px; }
      .special .special__frame .square.bl {
        bottom: 12px;
        left: 12px; }
      .special .special__frame .square.br {
        bottom: 12px;
        right: 12px; }
    .special .special__frame .line {
      position: absolute;
      background-color: #fcf5e7; }
      .special .special__frame .line::before, .special .special__frame .line::after {
        content: '';
        position: absolute;
        background-color: #fcf5e7; }
      .special .special__frame .line.top {
        top: 0;
        left: 20px;
        right: 20px;
        height: 1px; }
        .special .special__frame .line.top::before {
          top: 0;
          left: 0;
          height: 21px;
          width: 1px; }
        .special .special__frame .line.top::after {
          top: 0;
          right: 0;
          height: 21px;
          width: 1px; }
      .special .special__frame .line.left {
        top: 20px;
        left: 0;
        bottom: 20px;
        width: 1px; }
        .special .special__frame .line.left::before {
          bottom: 0;
          left: 0;
          width: 21px;
          height: 1px; }
        .special .special__frame .line.left::after {
          top: 0;
          left: 0;
          width: 21px;
          height: 1px; }
      .special .special__frame .line.right {
        top: 20px;
        right: 0;
        bottom: 20px;
        width: 1px; }
        .special .special__frame .line.right::before {
          bottom: 0;
          right: 0;
          width: 21px;
          height: 1px; }
        .special .special__frame .line.right::after {
          top: 0;
          right: 0;
          width: 21px;
          height: 1px; }
      .special .special__frame .line.bottom {
        bottom: 0;
        left: 20px;
        right: 20px;
        height: 1px; }
        .special .special__frame .line.bottom::before {
          bottom: 0;
          left: 0;
          height: 21px;
          width: 1px; }
        .special .special__frame .line.bottom::after {
          bottom: 0;
          right: 0;
          height: 21px;
          width: 1px; }
  .special p {
    margin: 0;
    font-size: 16px;
    line-height: 22px; }
  @media (max-width: 638px) {
    .special .special__frame {
      top: 15px;
      left: 15px;
      right: 15px;
      bottom: 15px; }
    .special .special__snippet {
      left: 30px;
      right: 30px; } }

.shop {
  max-width: 490px;
  margin-left: auto;
  margin-bottom: 65px; }
  .shop .shop__row {
    position: relative;
    padding: 32px 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: start;
        align-items: flex-start; }
    .shop .shop__row:nth-child(2) {
      padding-right: 195px; }
	.shop .shop__row p:last-child {
      text-align: right; }
	.shop .shop__row .social-icons li {
      margin: 0 5px;
      display: inline-block; }
	  .shop .shop__row .social-icons li:hover {
        opacity: .8; }
  .shop .shop__row.hours {
    display: block; }
	.shop .shop__row.hours p:last-child {
      text-align: left; }
  .shop .shop__line {
    height: 3px;
    background-image: url("shop-line.png");
    background-repeat: no-repeat;
    background-size: cover;
    border: 0; }
  .shop ul {
    list-style: none;
    text-align: right; }
    .shop ul li + li {
      margin-top: 5px; }
  .shop p {
    font-size: 16px;
    line-height: 22px;
    margin: 0; }
  .shop .btn {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate3d(0, -50%, 0); }
  @media (max-width: 992px) {
    .shop {
      max-width: none;
      margin-bottom: 55px; } }
  @media (max-width: 767px) {
    .shop {
      margin-bottom: 45px; } }
  @media (max-width: 437px) {
    .shop .shop__row {
      padding: 25px 0; }
      .shop .shop__row:nth-child(2) {
        display: block;
        padding-right: 0; }
    .shop .btn {
      position: relative;
      transform: none;
      top: 0;
      float: none;
      margin-top: 20px; } }
  .shop .video {
    margin-top: 2em; }

.account {
  position: relative;
  text-align: center;
  max-width: 1440px;
  margin: 0 auto;
  overflow: hidden; }
  .account .account__close {
    position: absolute;
    top: 50px;
    right: 50px;
    width: 40px;
    height: 40px;
    border: 1px solid #fff;
    transform: rotate(45deg);
    background-color: #00020a;
    z-index: 1; }
  .account .account__wrapper {
    position: relative;
    max-width: 720px;
    margin: 0 auto;
    min-height: 100vh;
    padding: 100px 60px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center; }
  .account .account__container {
    width: 100%; }
  .account .account__panel {
    position: relative;
    background-color: #00020a;
    padding-bottom: 100px;
    border: 1px solid rgba(252, 245, 231, 0.3); }
  .account .account__border {
    position: absolute;
    top: 50%;
    height: 300px;
    transform: translate3d(0, -50%, 0);
    left: -42px;
    right: -42px; }
    .account .account__border .line {
      position: absolute;
      top: 0;
      bottom: 0;
      width: 1px;
      background-color: #a85; }
      .account .account__border .line.left {
        left: 11px; }
      .account .account__border .line.right {
        right: 11px; }
    .account .account__border .icon--diamond {
      background-color: #00020a;
      position: absolute;
      top: 50%;
      transform: translate3d(0, -50%, 0); }
      .account .account__border .icon--diamond.left {
        left: 0; }
      .account .account__border .icon--diamond.right {
        right: 0; }
  .account .account__title {
    max-width: 10.52632em;
    margin: 0 auto 60px; }
  .account .account__tabs {
    margin-top: -1px;
    margin-left: -1px;
    margin-right: -1px;
    display: -ms-flexbox;
    display: flex;
    font-size: 21px;
    line-height: 30px;
    font-weight: 700;
    list-style: none; }
    .account .account__tabs li {
      width: 50%;
      line-height: 80px; }
    .account .account__tabs a {
      display: block;
      width: 100%;
      text-decoration: none;
      background-color: #a85;
      color: #fcf5e7; }
      .theme-hufflepuff .account .account__tabs a {
        background-color: #f4b223;
        color: #343534; }
      .theme-ravenclaw .account .account__tabs a {
        background-color: #002a3a; }
      .theme-slytherin .account .account__tabs a {
        background-color: #124734; }
      .theme-gryffindor .account .account__tabs a {
        background-color: #79242f; }
  .account .account__form {
    position: relative;
    padding: 100px 60px 0; }
  .account .account__actions {
    margin-top: 35px; }
    .account .account__actions .btn {
      margin-bottom: 25px; }
      .account .account__actions .btn:last-child {
        margin-bottom: 0; }
      .account .account__actions .btn + p {
        margin-top: 20px; }
    .account .account__actions p {
      margin-top: 6px; }
  .account .col--2:nth-child(odd) {
    text-align: left; }
  .account .col--2:nth-child(even) {
    text-align: right; }
  .account--forgot {
    display: none; }
  @media (max-width: 1279px) {
    .account .account__close {
      top: 40px;
      right: 40px; } }
  @media (max-width: 992px) {
    .account .account__title {
      margin-bottom: 50px; } }
  @media (max-width: 767px) {
    .account .account__close {
      top: 25px;
      right: 25px; }
    .account .account__title {
      margin-bottom: 40px; }
    .account .account__panel {
      padding-bottom: 80px; }
    .account .account__form {
      padding: 80px 40px 0; } }
  @media (max-width: 550px) {
    .account .account__close {
      width: 30px;
      height: 30px; }
      .account .account__close i {
        width: 15px;
        height: 15px; } }
  @media (max-width: 499px) {
    .account .account__tabs {
      font-size: 18px; }
      .account .account__tabs li {
        line-height: 60px; }
    .account .account__wrapper {
      padding: 80px 40px; }
    .account .account__panel {
      padding-bottom: 60px; }
    .account .account__title {
      margin-bottom: 30px; }
    .account .account__border .icon--diamond.left {
      left: 12px; }
    .account .account__border .icon--diamond.right {
      right: 12px; }
    .account .account__border .line.left {
      left: 20px; }
    .account .account__border .line.right {
      right: 20px; }
    .account .account__form {
      padding: 60px 20px 0; } }
  @media (max-width: 413px) {
    .account .account__close {
      right: 20px; }
    .account .account__wrapper {
      padding: 80px 15px; }
    .account .account__border {
      display: none; }
    .account .account__form {
      padding: 40px 15px 0; }
    .account .account__panel {
      padding-bottom: 40px; } }

.dashboard {
  position: relative;
  padding: 40px 0 150px;
  overflow: hidden; }
  .dashboard .dashboard__wrapper {
    max-width: 1320px;
    padding: 0 40px;
    margin: 0 auto; }
  .dashboard .dashboard__container {
    display: -ms-flexbox;
    display: flex;
    margin: 0 -20px; }
  .dashboard .dashboard__sidebar {
    width: 34%;
    padding: 0 20px; }
    .dashboard .dashboard__sidebar .btn + .btn {
      margin-top: 30px; }
    .dashboard .dashboard__sidebar .col + .col {
      margin-top: 50px; }
    .dashboard .dashboard__sidebar i {
      margin-top: -10px;
      margin-right: 10px; }
  .dashboard .dashboard__content {
    width: 66%;
    padding: 0 20px; }
  .dashboard .dashboard__content.guest {
    width: 100%; }
  .dashboard .dashboard__title {
    margin: 50px 0 20px;
    color: #fcf5e7; }
    .dashboard .dashboard__title:first-child {
      margin-top: 0; }
  .dashboard .dashboard__addresses {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -20px -40px; }
    .dashboard .dashboard__addresses .col {
      padding: 0 20px 40px; }
  .dashboard .dashboard__separator {
    margin: 0 10px; }
  .dashboard .dashboard__form {
    margin-top: 60px;
    display: none; }
    .dashboard .dashboard__form .form {
      text-align: left; }
  .dashboard p {
    font-size: 21px;
    line-height: 30px;
    margin: 22px 0; }
    .dashboard p:first-child {
      margin-top: 0; }
    .dashboard p:last-child {
      margin-bottom: 0; }
  @media (max-width: 1279px) {
    .dashboard .dashboard__sidebar {
      width: 28%; }
    .dashboard .dashboard__content {
      width: 72%; }
    .dashboard.addresses .dashboard__container {
      display: block; }
    .dashboard.addresses .dashboard__sidebar {
      width: 100%;
      max-width: 400px;
      margin-bottom: 40px; }
    .dashboard.addresses .dashboard__content {
      width: 100%; }
    .dashboard .hide {
      display: none; } }
  @media (max-width: 1169px) {
    .dashboard {
      padding-bottom: 120px; }
      .dashboard p {
        font-size: 18px;
        line-height: 26px; } }
  @media (max-width: 1023px) {
    .dashboard .dashboard__container {
      display: block; }
    .dashboard .dashboard__sidebar {
      width: 100%;
      margin-bottom: 40px; }
      .dashboard .dashboard__sidebar .col {
        width: 50%; }
        .dashboard .dashboard__sidebar .col + .col {
          margin-top: 0; }
    .dashboard .dashboard__content {
      width: 100%; }
    .dashboard .dashboard__title {
      margin-top: 40px; }
    .dashboard .dashboard__form {
      margin-top: 50px; } }
  @media (max-width: 992px) {
    .dashboard {
      padding-bottom: 100px; } }
  @media (max-width: 767px) {
    .dashboard {
      padding-bottom: 80px; }
      .dashboard .dashboard__wrapper {
        padding: 0 25px; } }
  @media (max-width: 599px) {
    .dashboard .dashboard__sidebar {
      margin-bottom: 30px; }
      .dashboard .dashboard__sidebar .col {
        width: 100%; }
        .dashboard .dashboard__sidebar .col + .col {
          margin-top: 30px; }
    .dashboard .dashboard__title {
      margin-top: 30px; } }
  @media (max-width: 550px) {
    .dashboard .dashboard__title {
      font-size: 32px;
      line-height: 40px; } }
  @media (max-width: 499px) {
    .dashboard.addresses .dashboard__sidebar {
      max-width: 320px; }
    .dashboard .dashboard__wrapper {
      padding: 0 20px; } }
  @media (max-width: 413px) {
    .dashboard .dashboard__wrapper {
      padding: 0 15px; } }
  @media (max-width: 359px) {
    .dashboard .dashboard__panel p {
      font-size: 16px;
      line-height: 24px; } }

.table {
  text-align: left;
  font-size: 21px;
  line-height: 30px;
  margin-top: 40px; }
  .table a {
    text-decoration: none; }
  .table th {
    border: 1px solid #a85;
    padding: 12px 18px;
    background-color: #a85;
    color: #fcf5e7; }
    .theme-hufflepuff .table th {
      background-color: #f4b223;
      border-color: #f4b223;
      color: #343534; }
    .theme-ravenclaw .table th {
      background-color: #002a3a;
      border-color: #002a3a; }
    .theme-slytherin .table th {
      background-color: #124734;
      border-color: #124734; }
    .theme-gryffindor .table th {
      background-color: #79242f;
      border-color: #79242f; }
  .table td {
    border: 1px solid #a85;
    padding: 18px; }
    .theme-hufflepuff .table td {
      border-color: #f4b223; }
    .theme-ravenclaw .table td {
      border-color: #002a3a; }
    .theme-slytherin .table td {
      border-color: #124734; }
    .theme-gryffindor .table td {
      border-color: #79242f; }
  @media (max-width: 1169px) {
    .table {
      font-size: 18px;
      line-height: 26px; } }
  @media (max-width: 1023px) {
    .table {
      margin-top: 30px; } }
  @media (max-width: 767px) {
    .table {
      font-size: 16px;
      line-height: 24px; }
      .table th {
        padding: 12px; }
      .table td {
        padding: 12px; } }
  @media (max-width: 600px) {
    .table {
      margin-left: -25px;
      margin-right: -25px;
      padding-left: 25px;
      padding-right: 25px;
      overflow: auto;
      -ms-overflow-style: none;
      /* IE and Edge */
      scrollbar-width: none; }
      .table::-webkit-scrollbar {
        display: none; }
      .table .table__wrapper {
        width: 575px;
        padding-right: 25px; } }
  @media (max-width: 499px) {
    .table {
      margin-left: -20px;
      margin-right: -20px;
      padding-left: 20px;
      padding-right: 20px; }
      .table .table__wrapper {
        width: 570px;
        padding-right: 20px; } }

main {
  position: relative;
  z-index: 1; }

.shopify-challenge__container {
  position: relative;
  margin: 50px auto; }

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel, .owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative; }

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1; }

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden; }

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0); }

.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0); }

.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none; }

.owl-carousel .owl-item img {
  display: block;
  height: auto;
  max-height: 100%;
  width: auto;
  max-width: 100%;}
.owl-carousel .owl-item .product__slide img {
  left: 50%;
  transform: translate(-50%,-50%); }

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
  display: none; }

.no-js .owl-carousel, .owl-carousel.owl-loaded {
  display: block; }

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit; }

.owl-carousel.owl-loading {
  opacity: 0;
  display: block; }

.owl-carousel.owl-hidden {
  opacity: 0; }

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden; }

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab; }

.owl-carousel.owl-rtl {
  direction: rtl; }

.owl-carousel.owl-rtl .owl-item {
  float: right; }

.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

.owl-height {
  transition: height .5s ease-in-out; }

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity .4s ease; }

.owl-carousel .owl-item .owl-lazy:not([src]), .owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0; }

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d; }

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform .1s ease; }

.owl-carousel .owl-video-play-icon:hover {
  transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity .4s ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

@media (min-width: 1024px) {
  .desktop-hide {
    display: none;
  }
}
.text-center {
  text-align: center;
}

.dashboard .dashboard__hr, .page__hr {
  margin: 20px 0;
  height: 3px;
  -webkit-mask-image: url("brown-line.svg");
  mask-image: url("brown-line.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  mask-size: cover;
  background-color: #a85;
  border: 0; }

.transition (@time: .5s, @range: all, @ease: ease-out) {
	-moz-transition: @range @time @ease;
	-webkit-transition: @range @time @ease;
	-o-transition: @range @time @ease;
	transition: @range @time @ease;
}
.transition-delay (@time: .4s) {
	-webkit-transition-delay: @time;
	-moz-transition-delay: @time;
	-o-transition-delay: @time;
	-transition-delay: @time;
}
.border-radius(@radius) {
	-moz-border-radius:@radius;
	-webkit-border-radius:@radius;
	border-radius: @radius;
}
.gradient (@coler1: #fff, @coler2: #ccc) {
	background: @coler1;
	background: -moz-linear-gradient(@coler1, @coler2);
	background: -webkit-linear-gradient(@coler1, @coler2);
	background: -o-linear-gradient(@coler1, @coler2);
}
.box-shadow(@dims:0 0 10px, @color:#000) {
	box-shadow: @dims @color;
	// Opera, FFX4-moz-box-shadow:@dims @color;
	// FFX3.5-webkit-box-shadow:@dims @color;
	// Safari/Chrome/WebKit.ie7 {
		filter: e(%("progid:DXImageTransform.Microsoft.Shadow(color='%d', Direction=135, Strength=3)", @color));
	}
}
.inset(@dims:1px 1px 1px, @color:#fff) {
	box-shadow: @dims @color;
	// Opera, FFX4-moz-box-shadow:@dims @color;
	// FFX3.5-webkit-box-shadow:@dims @color;
	// Safari/Chrome/WebKit
}
/* .button {
	margin: 40px auto;
	font-size: 19px;
  	line-height: 22px;
	text-decoration: none;
	font-weight: 700;
	color: #fff;
	border: 1px solid #ccc;
	cursor: pointer;
	padding: 10px 7px 6px;
	position: relative;
	top: 50px;
	background: #eee;
	width: 300px;
	display: block;
	text-align: center; }
	.button:hover{
		color: #333;
		background: #eeffff; } */
/* button {
  outline: 0; } */

@keyframes fadeUp {
  from {
    opacity: 0;
    top: 10%;
  }
  to {
    opacity: 1;
    top: 0;
  }
}

.modalbg {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0,0,0,.9);
  z-index: 99999;
  display: none;
  overflow-y: auto; }
  .modalbg.show {
    display: block; }
  @media (min-width: 1024px) {
    .modalbg.show {
      align-items: center;
      display: -ms-flexbox;
      display: flex; } }

  .modalbg .dialog {
    width: calc(100% - 40px);
    position: relative;
    margin: 20px;
    padding: 40px 20px;
    background-color: #4A2B10;
    background-repeat: no-repeat;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    text-align: center;
    color: #D8D8D8;
    animation: fadeUp 500ms ease;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    justify-content: space-around;
    flex-direction: column; }
	.modalbg .dialog.stacked {
      padding: 10px 40px 40px 40px; }
  @media (min-width: 768px) {
    .modalbg .dialog {
      width: 90%;
      max-width: 800px;
      margin: 40px auto;
      padding: 40px; } }
  @media (min-width: 992px) {
    .modalbg .dialog {
      width: 75%; } }
  .modalbg .dialog h2{
    margin-top: 20px;
    text-align: center; }
  .modalbg .dialog .line__frame {
    z-index: 1; }
  .modalbg .dialog .btn {
    z-index: 5; }
  @media (max-width: 600px) {
    .modalbg .dialog {
      background-position: 20% center; }
    .modalbg .dialog .btn {
      font-size: .9em;
      white-space: nowrap;  } }
	.modalbg .dialog .darken {
      background: rgba(0,0,0,0.5);
      width: 100%;
      height: 100%;
      position: absolute; }
  .modalbg .dialog .content {
    display: -ms-flexbox;
    display: flex;
    align-items: flex-end;
    min-height: 500px;
    z-index: 10; }
/* 	@media (min-width: 768px) {
  	  .modalbg .dialog .content {
        align-items: flex-end; } } */
  .modalbg .dialog.columns .content {
    display: -ms-flexbox;
    display: flex; }

#newsletter-form .dialog {
  background-color: #FCF5E7;
  max-width: 800px; }

  #newsletter-form iframe {
    height: 500px;
    max-height: 90%;
    width: 100%;
    z-index: 5; }

.modalText {
  margin: 1.5em;
  margin-bottom: 0;
  z-index: 5;
  font-size: 16px; }
  @media (max-width: 600px) {
    .modalText {
      margin: 1em .5em;
      line-height: 1.2em; } }
  @media (min-width: 768px) {
    .modalText {
      font-size: 18px; }}
  @media (min-width: 1280px) {
    .modalText {
      font-size: 21px; }}
  .modalText p {
    margin-bottom: 1em; }
.modalClose {
  position: absolute;
  z-index: 5;
  display: block;
  right: 30px;
  top: 30px;
  width: 54px;
  height: 54px;
  z-index: 11;
  cursor: pointer;
  background: url("icon_close.svg");
  transition: all .5s ease-in-out; }
  .modalClose:hover {
    opacity: .8; }
  @media (min-width: 992px) {
    .modalClose {
      right: -60px;
      top: -60px; }}
.cancel {
  margin-top: 1em; }

.fineprint {
  font-style: italic;
  font-size: 10px;
  color: #646;
}

.line__frame {
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px; }
  .line__frame .square {
    position: absolute;
    border: 1px solid #AA8855 ;
    width: 14px;
    height: 14px; }
  .line__frame .square.tl {
    top: 11px;
    left: 11px; }
  .line__frame .square.tr {
    top: 11px;
    right: 11px; }
  .line__frame .square.bl {
    bottom: 11px;
    left: 11px; }
  .line__frame .square.br {
    bottom: 11px;
    right: 11px; }
  .line__frame .line {
    position: absolute;
    background-color: #AA8855 ; }
  .line__frame .line::before, .line__frame .line::after {
    content: '';
    position: absolute;
    background-color: #AA8855 ; }
  .line__frame .line.top {
    top: 0;
    left: 18px;
    right: 18px;
    height: 1px; }
  .line__frame .line.top::before {
    top: 0;
    left: 0;
    height: 19px;
    width: 1px; }
  .line__frame .line.top::after {
    top: 0;
    right: 0;
    height: 19px;
    width: 1px; }
  .line__frame .line.left {
    top: 18px;
    left: 0;
    bottom: 18px;
    width: 1px; }
  .line__frame .line.left::before {
    bottom: 0;
    left: 0;
    width: 19px;
    height: 1px; }
  .line__frame .line.left::after {
    top: 0;
    left: 0;
    width: 19px;
    height: 1px; }
  .line__frame .line.right {
    top: 18px;
    right: 0;
    bottom: 18px;
    width: 1px; }
  .line__frame .line.right::before {
    bottom: 0;
    right: 0;
    width: 19px;
    height: 1px; }
  .line__frame .line.right::after {
    top: 0;
    right: 0;
    width: 19px;
    height: 1px; }
  .line__frame .line.bottom {
    bottom: 0;
    left: 18px;
    right: 18px;
    height: 1px; }
  .line__frame .line.bottom::before {
    bottom: 0;
    left: 0;
    height: 18px;
    width: 1px; }
  .line__frame .line.bottom::after {
    bottom: 0;
    right: 0;
    height: 18px;
    width: 1px; }

.spr-container {
  visibility:hidden; display: none;
}

.social-links {
  margin: 0;
  padding: 40px 0 0 0;
  margin: auto;
  text-align: center;
  list-style: none; }
  .social-links li {
    display: inline-block;
    list-style: none;
    margin: 0 10px;
    padding: 0; }
  .social-links .btn--social:hover {
      opacity: .8; }
  
.btn--social {
  width: 31px;
  height: 31px;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: cover; }
  .btn--social.social-twitter {
    background-color: transparent;
    background-image: url('icon_twitter.svg'); }
  .btn--social.social-instagram {
    background-color: transparent;
    background-image: url('icon_instagram.svg'); }
  .btn--social.social-facebook {
    background-color: transparent;
    background-image: url('icon_facebook.svg'); }
  .btn--social.social-youtube {
    background-color: transparent;
    background-image: url('icon_youtube.svg'); }
   .btn--social.social-tripadvisor {
    background-color: transparent;
    background-image: url('icon_tripadvisor.svg'); }


#AjaxinatePagination {
  margin-top: 40px; }



.loading_anim {
  display: none;
  position: fixed;
  z-index: 1000;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .5);
  background-image: url("loading_white.gif");
  background-repeat: no-repeat;
  background-position: center center; }
.loading_anim.show {
  display: -ms-flexbox;
  display: flex; }

.scrollToTop {
  display: none;
  position: fixed;
  z-index: 10;
  bottom: 40px;
  right: 40px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: rotate(45deg);
  cursor: pointer;
  border: 2px solid #fcf5e7; }
  .scrollToTop:hover {
    border: 2px solid #a85; }
  	.scrollToTop:hover .icon {
      background-color: #a85; }

.nowrap {
  white-space: nowrap; }

.qtyNote {
  position: absolute;
  margin-left: 25px;
  font-size: 14px; }

.disnone {
 display: none; 
}

.lazy-bg {
  opacity: 0;
  transition: opacity 400ms; }
.lazy-bg.loaded {
  opacity: 1; }

.lazy-loading {
  transform: translateY(40px);
  opacity: 0;
  transition: all 400ms; }
.lazy-loading.loaded {
  transform: translateY(0);
  opacity: 1; }

.previewBtn {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  background-color: #a85;
  text-transform: uppercase;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
  color: #fcf5e7;
  padding: 5px 15px;
  border: none;
  margin-left: 20px;
  margin-top: 10px; }
.cart__properties {
  width: 70%;
  max-width: 400px; }

#frogModal { top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,.8); z-index: 100; }
#frogModal .dialog { background: none; padding: 0; }
#frogModal iframe { width: 725px; height: 560px; border: 0; margin: auto; }
#modaldarkbg { position: fixed; z-index: 5; left: 0; top: 0; width: 100%; height: 100%; overflow: hidden; background-color: rgba(0,0,0,.75); display: none; }
#frogModal .uiGuide { position: absolute; bottom: 10px; left: 50%; transform: translateX(-50%); }
@media (min-width: 420px) {
  #frogModal .uiGuide {
    display: none; } }

.shippingUpsell {
  display: none; }
.shippingUpsell.show {
  display: inline-block; }

.xmasPrice .promo-text, .stockingSetPrice .promo-text, .giftTrunkPrice .promo-text, 
  .xmasPrice .text, .stockingSetPrice .text, .giftTrunkPrice .text, 
  .grid .xmasPrice .grid__price .strike, .grid .stockingSetPrice .grid__price .strike, .grid .giftTrunkPrice .grid__price .strike, 
  .product .product__price .xmasPrice .strike, .product .product__price .stockingSetPrice .strike, .product .product__price .giftTrunkPrice .strike {
  display: none; }
  .xmasPrice.show .promo-text, .stockingSetPrice.show .promo-text, .giftTrunkPrice.show .promo-text, 
	.xmasPrice.show .text, .stockingSetPrice.show .text, .giftTrunkPrice.show .text {
    display: block; }
    .grid .xmasPrice.show .grid__price .strike, .grid .stockingSetPrice.show .grid__price .strike, .grid .giftTrunkPrice.show .grid__price .strike, 
	.product .product__price .xmasPrice.show .strike, .product .product__price .stockingSetPrice.show .strike, .product .product__price .giftTrunkPrice.show .strike{
      display: inline-block; }
.grid__price.regular.hide, .price__text.regular.hide {
  display: none; }

.mobile.subheading {
  display: none;
  padding: 30px;
  position: relative; }
  @media (min-width: 551px) {
    .mobile.subheading {
      display: none; } }

#showNotify, #allowPersonalise {
  display: none; }

#showNotify.show, #allowPersonalise.show {
  display: block; }

@media (max-width: 767px) {
  .owl-dots {
    display: none; } }
  
.one-line {
  align-items: baseline;
  display: -ms-flexbox;
  display: flex; }