
#site-loader[data-v-0de65e8f] {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: white;
  z-index: 9999999999999999999;
  visibility: visible;
  opacity: 1;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}
#site-loader .loader[data-v-0de65e8f] {
    position: absolute;
    top: calc(50% - 100px);
    left: calc(50% - 100px);
    bottom: 0;
    width: 200px;
    height: 200px;
    background-image: url("/images/logo.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-animation: loader_fade-data-v-0de65e8f infinite 1s;
            animation: loader_fade-data-v-0de65e8f infinite 1s;
}
#site-loader.hide[data-v-0de65e8f] {
  visibility: hidden;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  opacity: 0;
}
#site-loader.no-loader[data-v-0de65e8f] {
  display: none;
}
@-webkit-keyframes loader_fade-data-v-0de65e8f {
0% {
    opacity: 1;
}
50% {
    opacity: 0.5;
}
100% {
    opacity: 1;
}
}
@keyframes loader_fade-data-v-0de65e8f {
0% {
    opacity: 1;
}
50% {
    opacity: 0.5;
}
100% {
    opacity: 1;
}
}


/*********************************************
:: Variables                      
********************************************/
/*******************************************/
/*******************************************/
/*******************************************/
/*******************************************/
.site-header[data-v-72144409] {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  background-color: white;
}
@media (min-width: 1024px) {
.site-header[data-v-72144409] {
      position: static;
}
}
.site-header .content-max-width[data-v-72144409] {
    height: 68px;
}
@media (min-width: 1024px) {
.site-header .content-max-width[data-v-72144409] {
        height: 212px;
}
}
@media (min-width: 1024px) {
.site-header .content-max-width[data-v-72144409]:after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 20px;
        display: block;
        width: calc(100% - 40px);
        height: 3px;
        background: transparent url("/images/header-bg.png") repeat left top;
}
}
.site-header .mega-menus[data-v-72144409] {
    margin: 127px 0 0;
}
.site-header .mega-menus .subscription-cover[data-v-72144409] {
      position: relative;
      width: 100%;
}
.site-header .mega-menus .subscription[data-v-72144409] {
      position: absolute;
      left: 100%;
      bottom: 30px;
      font-size: 16px;
      line-height: 30px;
      font-weight: 700;
      white-space: nowrap;
      text-transform: uppercase;
      color: #231f20;
}
.site-header .menu-option:hover > .title[data-v-72144409]:before {
    content: "";
}
.site-header .menu-option:hover > .title[data-v-72144409]:after {
    content: "";
    position: absolute;
    bottom: 3px;
    right: 52px;
    display: block;
    border-bottom: 24px solid #231f20;
    border-right: 27px solid transparent;
}
.site-header .menu-option:hover > ul[data-v-72144409] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.site-header .menu-option .title[data-v-72144409] {
    position: relative;
    padding: 0 34px 30px 0;
    font-size: 16px;
    line-height: 30px;
    font-weight: 700;
    text-transform: uppercase;
}
.site-header .menu-option .title[data-v-72144409]:before {
      content: none;
      position: absolute;
      bottom: 0;
      left: 0;
      display: block;
      width: calc(100% - 34px);
      height: 44px;
      background: #ffd900;
}
.site-header .menu-option .title span[data-v-72144409] {
      position: relative;
}
.site-header .menu-option .title [class^="icon-"][data-v-72144409] {
      font-size: 8px;
      font-weight: 900;
}
.site-header .menu-option ul[data-v-72144409] {
    position: absolute;
    top: calc(100% - 32px);
    left: 27px;
    z-index: 99;
    display: none;
    width: calc(100% - 47px);
    padding: 50px 88px 35px;
    margin: 0;
    background: #231f20;
}
.site-header .menu-option li[data-v-72144409] {
    width: 24%;
    padding: 0 20px 0 0;
    margin: 0 0 12px;
}
.site-header .menu-option a[data-v-72144409] {
    font-family: chainprinter, sans-serif;
    font-size: 14px;
    line-height: 17px;
    font-weight: 400;
    letter-spacing: -0.47px;
    text-transform: uppercase;
    color: white;
}
.site-header .menu-option a.selected[data-v-72144409] {
      color: #ffd900;
}
.site-header .logo[data-v-72144409] {
    width: 164px;
    margin: 24px 0 0;
    -webkit-transition: none;
    transition: none;
}
@media (min-width: 1024px) {
.site-header .logo[data-v-72144409] {
        width: 253px;
        margin: 30px 20px 0 0;
}
}
@media (min-width: 1024px) {
.site-header .site-menu[data-v-72144409] {
      width: 344px;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
}
}
.site-header .search[data-v-72144409] {
    margin: 28px 0 0;
}
@media (min-width: 1024px) {
.site-header .search[data-v-72144409] {
        -webkit-box-ordinal-group: 4;
            -ms-flex-order: 3;
                order: 3;
        width: 100%;
        margin: 35px 0 0;
}
}
.site-header .search.open[data-v-72144409] {
      position: absolute;
      right: 0;
      top: 0;
      width: 100%;
      height: 68px;
      margin: 0;
      background: white;
}
@media (min-width: 1024px) {
.site-header .search.open[data-v-72144409] {
          position: static;
}
}
.site-header .search.open .search-trigger[data-v-72144409] {
        margin: 27px 28px 0 13px;
        font-size: 24px;
}
.site-header .search.open .search-field[data-v-72144409] {
        display: block;
}
.site-header .search .search-trigger[data-v-72144409] {
      font-size: 16px;
}
@media (min-width: 1024px) {
.site-header .search .search-trigger[data-v-72144409] {
          display: none;
}
}
.site-header .search .search-field[data-v-72144409] {
      display: none;
      width: 290px;
      padding: 10px 20px 10px 0;
      background: transparent url("/images/search-bg.svg") no-repeat right bottom;
}
@media (min-width: 1024px) {
.site-header .search .search-field[data-v-72144409] {
          position: relative;
          left: 1px;
          display: block;
          width: 100%;
          padding: 0 10px 10px 0;
          background: none;
}
}
@media (min-width: 1024px) {
.site-header .search .search-field[data-v-72144409]:before {
          content: "";
          position: absolute;
          bottom: 1px;
          right: 0;
          display: block;
          width: calc(100% - 12px);
          height: 39px;
          border: 1px solid #ffd900;
}
}
.site-header .search input[data-v-72144409] {
      position: relative;
      width: 100%;
      height: 41px;
      padding: 0 10px;
      font-family: titillium-web, sans-serif;
      font-size: 16px;
      line-height: 39px;
      background-color: white;
      border: 1px solid #231f20;
}
@media (min-width: 1024px) {
.site-header .search input[data-v-72144409] {
          padding: 0 54px 1px 39px;
          background-image: url("/images/search-grey.png");
          background-position: top 12px left 14px;
          background-size: 16px 16px;
          background-repeat: no-repeat;
}
}
.site-header .search input[data-v-72144409]::-webkit-input-placeholder {
        font-family: titillium-web, sans-serif;
        color: #cccccf;
}
.site-header .search input[data-v-72144409]::-moz-placeholder {
        font-family: titillium-web, sans-serif;
        color: #cccccf;
}
.site-header .search input[data-v-72144409]::-ms-input-placeholder {
        font-family: titillium-web, sans-serif;
        color: #cccccf;
}
.site-header .search input[data-v-72144409]::placeholder {
        font-family: titillium-web, sans-serif;
        color: #cccccf;
}
.site-header .search button[data-v-72144409] {
      display: none;
}
@media (min-width: 1024px) {
.site-header .search button[data-v-72144409] {
          position: absolute;
          top: -1px;
          right: 10px;
          display: block;
          width: 64px;
          height: 41px;
          padding: 0 0 0 9px;
          font-size: 14px;
          line-height: 41px;
          font-weight: 700;
          text-align: left;
          background: transparent;
          cursor: pointer;
}
}
.site-header .sticky-search-form .search-field[data-v-72144409] {
    left: -270px;
}
@media (min-width: 1024px) {
.site-header .sticky-search-form .search-field[data-v-72144409]:before {
        content: "";
        position: absolute;
        bottom: 0;
        right: -7px;
        display: block;
        width: 100%;
        height: 39px;
        border: none;
        background: url("/images/search-bg.svg") !important;
        background-repeat: no-repeat !important;
        background-size: contain !important;
}
}
.site-header .sticky-search-form input[data-v-72144409] {
    font-size: 12px;
}
.site-header .cart[data-v-72144409] {
    margin: 25px 12px 0 22px;
}
@media (min-width: 1024px) {
.site-header .cart[data-v-72144409] {
        width: 60px;
        margin: 0;
        text-align: right;
}
}
.site-header .cart a[data-v-72144409] {
      font-size: 16px;
      color: #231f20;
}
@media (min-width: 1024px) {
.site-header .cart a[data-v-72144409] {
          font-size: 14px;
}
}
@media (min-width: 1024px) {
.site-header .cart [class^="icon-"][data-v-72144409] {
        margin: 0 2px 0 0;
        font-size: 20px;
}
}
@media (min-width: 1024px) {
.site-header .cart .amount[data-v-72144409] {
        position: relative;
        top: -3px;
}
}
.site-header nav[data-v-72144409] {
    position: fixed;
    top: 68px;
    right: -375px;
    width: 100%;
    max-width: 375px;
    height: calc(100% - 68px);
    padding: 34px 0 40px;
    text-align: left;
    overflow-y: scroll;
    background: #231f20;
    -webkit-transition: right 0.25s ease-in-out;
    transition: right 0.25s ease-in-out;
}
@media (min-width: 1024px) {
.site-header nav[data-v-72144409] {
        position: static;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end;
        width: calc(100% - 60px);
        padding: 0;
        overflow-y: hidden;
        background: transparent;
}
}
.site-header nav ul[data-v-72144409] {
      width: 100%;
      padding: 0 20px;
      margin: 0;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
}
@media (min-width: 1024px) {
.site-header nav ul[data-v-72144409] {
          padding: 0;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
              -ms-flex-direction: row;
                  flex-direction: row;
          -webkit-box-pack: end;
              -ms-flex-pack: end;
                  justify-content: flex-end;
}
}
.site-header nav li[data-v-72144409] {
      display: block;
      width: 100%;
      margin: 0 0 21px;
      line-height: 22px;
}
@media (min-width: 1024px) {
.site-header nav li[data-v-72144409] {
          width: auto;
          margin: 0 0 0 21px;
}
}
.site-header nav a[data-v-72144409],
    .site-header nav .anchor[data-v-72144409] {
      font-family: chainprinter, sans-serif;
      font-size: 18px;
      line-height: 22px;
      font-weight: 400;
      letter-spacing: -0.6px;
      text-transform: uppercase;
      color: white;
}
@media (min-width: 1024px) {
.site-header nav a[data-v-72144409],
        .site-header nav .anchor[data-v-72144409] {
          font-family: titillium-web, sans-serif;
          font-size: 14px;
          text-transform: lowercase;
          color: #231f20;
}
}
.site-header nav .phone[data-v-72144409] {
      -ms-flex-item-align: center;
          align-self: center;
      margin: 10px auto 0;
}
.site-header .select-cover[data-v-72144409] {
    position: relative;
    width: calc(100% + 20px);
    height: 46px;
    margin: 10px -10px 0;
    background: black;
}
.site-header .select-cover[data-v-72144409]:before {
      content: "";
      position: absolute;
      top: 21px;
      right: 15px;
      display: block;
      border-left: 6px solid transparent;
      border-right: 6px solid transparent;
      border-top: 7px solid #ffd900;
}
.site-header .select-cover select[data-v-72144409] {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      padding: 10px 40px 10px 15px;
      font-size: 16px;
      line-height: 26px;
      font-weight: 400;
      color: white;
      background: transparent;
      border: none;
      -webkit-appearance: none;
         -moz-appearance: none;
              appearance: none;
}
@media (min-width: 1024px) {
.site-header .tel[data-v-72144409] {
      margin: 26px 0 12px;
      font-family: chainprinter, sans-serif;
      font-size: 18px;
      line-height: 22px;
      font-weight: 400;
      color: #231f20;
}
}
.site-header .hamburger[data-v-72144409] {
    width: 60px;
    height: 58px;
    margin: 10px -10px 0 0;
    font-size: 24px;
    line-height: 24px;
    text-align: center;
    -webkit-transition: right 0.25s ease-in-out;
    transition: right 0.25s ease-in-out;
}
.site-header .sticky-header[data-v-72144409] {
    position: fixed;
    top: -80px;
    left: 0;
    z-index: 99;
    width: 100%;
    height: 80px;
    background-color: rgba(255, 255, 255, 0.95);
    -webkit-transition: top 0.5s ease-in-out;
    transition: top 0.5s ease-in-out;
}
.site-header .sticky-header.show[data-v-72144409] {
      top: 0;
}
.site-header .sticky-header .content-max-width[data-v-72144409] {
      height: 80px;
}
.site-header .sticky-header .mega-menus[data-v-72144409] {
      margin: 20px 0 0;
}
.site-header .sticky-header nav[data-v-72144409] {
      width: auto;
      max-width: none;
      height: 80px;
      overflow: visible;
}
.site-header .sticky-header nav ul[data-v-72144409] {
        margin: 28px 0 0;
}
.site-header .sticky-header .search[data-v-72144409] {
      -webkit-box-ordinal-group: 1;
          -ms-flex-order: 0;
              order: 0;
      width: auto;
      margin: 0 0 0 41px;
      background: transparent;
}
.site-header .sticky-header .search.open[data-v-72144409] {
        position: relative;
        height: auto;
}
.site-header .sticky-header .search.open .search-field[data-v-72144409] {
          display: block;
}
.site-header .sticky-header .search.open .search-trigger[data-v-72144409] {
          margin: 0;
}
.site-header .sticky-header .search .search-field[data-v-72144409] {
        position: absolute;
        bottom: -10px;
        right: calc(100% + 10px);
        display: none;
        width: 260px;
}
.site-header .sticky-header .search .search-field[data-v-72144409]:before {
          background: white;
}
.site-header .sticky-header .search .search-trigger[data-v-72144409] {
        display: block;
        font-size: 18px;
        line-height: 25px;
}
.site-header .sticky-header .tel[data-v-72144409] {
      margin: 26px 25px 12px 0;
}
@media (max-width: 1023px) {
.site-header.open nav[data-v-72144409] {
    right: 0;
}
}
.site-header.open .hamburger[data-v-72144409] {
  background-color: #ffd900;
}


/*********************************************
:: Variables                      
********************************************/
/*******************************************/
/*******************************************/
/*******************************************/
/*******************************************/
.product-list-component[data-v-46efb761] {
  width: 100%;
}
.product[data-v-46efb761] {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 50%;
  padding: 0 10px 44px;
}
@media (min-width: 600px) {
.product[data-v-46efb761] {
      width: 33.333%;
}
}
@media (min-width: 768px) {
.product[data-v-46efb761] {
      width: 25%;
}
}
@media (min-width: 1024px) {
.product[data-v-46efb761] {
      width: 20%;
}
}
.product a[data-v-46efb761] {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    text-align: center;
    color: #231f20;
}
.product a:hover > span[data-v-46efb761]:before {
      background-color: #ffd900;
}
.product span[data-v-46efb761] {
    position: relative;
}
.product span[data-v-46efb761]:before {
      content: '';
      position: absolute;
      bottom: 4px;
      left: 0;
      z-index: -1;
      display: block;
      width: 100%;
      height: 7px;
}
.product img[data-v-46efb761] {
    max-width: 175px;
    width: 100%;
    max-height: 230px;
    margin: 0 0 11px;
}
.button-cover[data-v-46efb761] {
  width: 100%;
  margin: 0 0 100px;
}


/*********************************************
:: Variables                      
********************************************/
/*******************************************/
/*******************************************/
/*******************************************/
/*******************************************/
.site-footer[data-v-50e1e017] {
  position: relative;
  width: 100%;
  background: #ffd900;
}
.site-footer[data-v-50e1e017]:before {
    content: "\E90A";
    position: absolute;
    top: 40px;
    left: 27px;
    display: block;
    height: 28px;
    font-family: "icomoon";
    font-size: 28px;
    line-height: 28px;
    color: #231f20;
}
.site-footer[data-v-50e1e017]:after {
    content: '';
    position: absolute;
    top: 52px;
    left: 71px;
    display: block;
    width: calc(100% - 71px);
    height: 3px;
    background: transparent url("/images/footer-bg.png") repeat left top;
}
.content-max-width[data-v-50e1e017] {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 402px;
  padding: 92px 20px 22px;
}
@media (min-width: 1024px) {
.content-max-width[data-v-50e1e017] {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -ms-flex-line-pack: justify;
          align-content: space-between;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      min-height: 276px;
      padding: 92px 12px 22px;
}
}
@media (min-width: 1024px) {
.footer-signup[data-v-50e1e017] {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin: 0 0 0 4px;
}
}
.footer-signup label[data-v-50e1e017] {
  margin: 0 0 10px;
  font-family: chainprinter, sans-serif;
  letter-spacing: -0.6px;
}
.search-field[data-v-50e1e017] {
  position: relative;
  display: block;
  width: 100%;
  max-width: 344px;
  padding: 0 10px 10px 0;
}
.search-field[data-v-50e1e017]:before {
    content: '';
    position: absolute;
    bottom: 1px;
    right: 0;
    display: block;
    width: calc(100% - 12px);
    height: 39px;
    border: 1px solid #231f20;
}
.search-field input[data-v-50e1e017] {
    position: relative;
    width: 100%;
    height: 41px;
    padding: 0 72px 2px 14px;
    font-family: titillium-web, sans-serif;
    font-size: 14px;
    line-height: 39px;
    background-color: white;
    border: 1px solid #231f20;
}
.search-field input.error[data-v-50e1e017] {
      border: 1px solid red;
}
.search-field input[data-v-50e1e017]::-webkit-input-placeholder {
      font-family: titillium-web, sans-serif;
      color: #cccccf;
}
.search-field input[data-v-50e1e017]::-moz-placeholder {
      font-family: titillium-web, sans-serif;
      color: #cccccf;
}
.search-field input[data-v-50e1e017]::-ms-input-placeholder {
      font-family: titillium-web, sans-serif;
      color: #cccccf;
}
.search-field input[data-v-50e1e017]::placeholder {
      font-family: titillium-web, sans-serif;
      color: #cccccf;
}
.search-field button[data-v-50e1e017] {
    position: absolute;
    top: -2px;
    right: 10px;
    display: block;
    width: 72px;
    height: 41px;
    padding: 0 0 0 10px;
    font-size: 14px;
    line-height: 41px;
    font-weight: 700;
    text-align: left;
    background: transparent;
    cursor: pointer;
}
.subscribe-response[data-v-50e1e017] {
  position: relative;
  display: block;
  width: 100%;
  max-width: 344px;
  padding: 0 10px 10px 0;
}
.footer-links[data-v-50e1e017] {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin: 0 0 10px;
}
@media (min-width: 1024px) {
.footer-links[data-v-50e1e017] {
      -webkit-box-ordinal-group: 1;
          -ms-flex-order: 0;
              order: 0;
      -ms-flex-line-pack: start;
          align-content: flex-start;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      width: auto;
      margin: 0 0 10px 90px;
}
}
.footer-links a[data-v-50e1e017] {
    font-size: 14px;
    line-height: 21px;
    font-weight: 400;
    color: #231f20;
}
@media (min-width: 1024px) {
.footer-links a[data-v-50e1e017] {
        font-size: 16px;
        line-height: 25px;
}
}
.footer-social[data-v-50e1e017] {
  width: 100%;
  margin: 30px 0;
}
@media (min-width: 1024px) {
.footer-social[data-v-50e1e017] {
      width: auto;
      margin: 12px 0 0;
}
}
.footer-social a[data-v-50e1e017] {
    margin: 10px 25px;
    font-size: 20px;
    line-height: 20px;
    color: #231f20;
}
@media (min-width: 1024px) {
.footer-social a[data-v-50e1e017] {
        margin: 0 0 0 47px;
}
}
.footer-legal[data-v-50e1e017] {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
@media (min-width: 1024px) {
.footer-legal[data-v-50e1e017] {
      padding: 0 0 0 2px;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
}
}
.footer-legal a[data-v-50e1e017],
  .footer-legal p[data-v-50e1e017] {
    margin: 0;
    font-size: 12px;
    line-height: 19px;
    font-weight: 400;
    color: rgba(35, 31, 32, 0.5);
}




























































/* Styling in sass/modules/_gallery-module.scss scss */


.zoom-on-hover[data-v-0ff054f9]{position:relative;overflow:hidden}.zoom-on-hover .normal[data-v-0ff054f9]{width:100%}.zoom-on-hover .zoom[data-v-0ff054f9]{position:absolute;opacity:0;transform-origin:top left}.zoom-on-hover.zoomed .zoom[data-v-0ff054f9]{opacity:1}.zoom-on-hover.zoomed .normal[data-v-0ff054f9]{opacity:0}

/* Makings responsive header gate (breakpoint per original) */
@media (max-width: 1023px){.mn-hdr-desktop{display:none!important}}
@media (min-width: 1024px){.mn-hdr-mobile{display:none!important}}

/* Makings additions: PDP thumbnail strip (slick-equivalent), checkout minimal structure */
.mn-thumbs{gap:8px;margin-top:12px;justify-content:center}
.mn-thumb{border:1px solid #e5e5e5;background:#fff;padding:2px;cursor:pointer;width:72px}
.mn-thumb.active{border-color:#000}
.mn-thumb img{width:100%;display:block}
.page-checkout .checkout-forms{flex:1;max-width:640px}
.page-checkout article{border:1px solid #eee;margin-bottom:16px;padding:20px}
.page-checkout article legend{font-weight:700;text-transform:uppercase;letter-spacing:.06em;margin-bottom:12px;display:block}
.page-checkout .form-field{margin-bottom:12px}
.page-checkout .form-field label{display:block;font-size:12px;margin-bottom:4px}
.page-checkout .form-field input,.page-checkout .form-field select{width:100%;padding:10px;border:1px solid #ddd}
.page-checkout .cart-summary{width:320px;border:1px solid #eee;padding:20px;align-self:flex-start}
.page-checkout .cart-summary .row{padding:8px 0;border-bottom:1px solid #f2f2f2}
.cart-item{gap:16px;align-items:center;padding:16px 0;border-bottom:1px solid #eee}
.cart-item .image img{width:72px}
.cart-item .info{flex:1}
.cart-item .quantity{display:flex;flex-direction:column;align-items:center}
.cart-item .quantity input{width:56px;text-align:center;padding:6px;border:1px solid #ddd}
.cart-item .remove{background:none;border:none;cursor:pointer;font-size:14px}
.cart-footer{margin-top:20px;align-items:center}
.popup-wrap{position:fixed;inset:0;background:rgba(0,0,0,.55);display:flex;align-items:center;justify-content:center;z-index:9999}
.popup{background:#fff;padding:32px;max-width:420px;width:90%;position:relative;text-align:center}
.popup .exit{position:absolute;top:10px;right:14px;font-size:18px}
.popup .exit:before{content:'\2715'}
.popup .buttons{gap:12px;justify-content:center;margin-top:18px}

/* Makings: book slider — scroll-snap behaviour on frozen slick markup */
.book-container .slick-list{overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch}
.book-container .slick-track{display:flex;width:auto!important;transform:none!important}
.book-container .slick-slide{scroll-snap-align:start;flex-shrink:0}

/* Makings: text wordmark replacing the Mag Nation logo image (no real Village Books logo asset yet) */
.mn-wordmark{display:flex;align-items:center;font-weight:700;font-size:1.05rem;line-height:1.2;color:#000;text-decoration:none;max-width:220px}
@media (min-width: 1024px){.mn-wordmark{font-size:1.3rem;max-width:280px}}
