/** Shopify CDN: Minification failed

Line 52:3 Unexpected "behavior"

**/
:root {
  --bg-strip: url("/cdn/shop/t/19/assets/bg-strip.png?12008");
  --shops-badge: url("/cdn/shop/t/19/assets/shops-badge.png?v=112886801805399720251642510752");
  --footer-logo: url("/cdn/shop/t/19/assets/footer-logo.png?v=138861409072288161621642510752");
  --logo-2: url("/cdn/shop/t/19/assets/logo-2.png?v=93809181640119964781642510747");
  --shop-arrow: url("/cdn/shop/t/19/assets/shop-arrow-01.png?v=22102143100979275401642510751");
  --basket-ico: url("/cdn/shop/t/19/assets/basket-ico-01.png?v=61596691284554976471642510752");
  --user-ico: url("/cdn/shop/t/19/assets/user-ico.png?v=155836555073431583361642510752");
  --search-ico: url("/cdn/shop/t/19/assets/search-ico.png?v=55058192496635692981642510752");
  --add-to-basket-ico: url("/cdn/shop/t/19/assets/add-to-basket-ico.png?v=78812577082768114041642510751");
  --tick: url("/cdn/shop/t/19/assets/tick.png?v=20824477996399323691642510752");
  --new_arrivals_badge: url("/cdn/shop/t/19/assets/new_arrivals_badge.png?v=136693550854078924121642510751");
  --catpanel-1: url("/cdn/shop/t/19/assets/catpanel-1.jpg?12008");
  --add-to-basket: url("/cdn/shop/t/19/assets/add-to-basket.png?v=135926091977157171451642510751");
  --tags-gradient: url("/cdn/shop/t/19/assets/tags-gradient.png?v=165128482642900205431642510751");
  --tag-end: url("/cdn/shop/t/19/assets/tag-end.png?v=68608752444443061751642510751");
  --add-to-basket: url("/cdn/shop/t/19/assets/add-to-basket.png?v=135926091977157171451642510751");
  --not-available: url("/cdn/shop/t/19/assets/not-available.png?v=26857574947851950431642510752");
  --checkout: url("/cdn/shop/t/19/assets/checkout.png?v=76817719020354588361642510751");
  --zoom-img: url("/cdn/shop/t/19/assets/zoom-img.png?v=104814186303955687411642510752");
  --sale-circle: url("/cdn/shop/t/19/assets/Bauble-Big.png?v=172040047910810179141642510751");
  --dark-grey: #353531;
  --medium-grey: #4d4d4d;
  --medium-grey-01: #666666;
  --light-grey: #bfbfb8;
  --light-grey-01: #afafa8;
  --light-grey-02: #afb0a9;
  --light-grey-03: #afafa7;
  --light-yellow: #f9f0c5;
  --light-yellow-01: #f2de57;
  --light-beige: #e6e6de;
  --light-beige-01: #eee;
  --light-beige-02: #cecec6;
  --off-white: #f2f2ef;
  --off-white-01: #f2f2f0;
  --white: #ffffff;
  --red: #d71e1e;
  --medium-red: #8e0d1c;
  --dark-red: #5d081e;
  --green: #009943;
  --black: #000000; }

* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  *behavior: url(/static/js/boxsizing.htc); }

html,
body {
  margin: 0;
  padding: 0;
  min-height: 100%;
  width: 100%; }

body {
  font-size: 14px;
  font-family: "karla", sans-serif;
  color: var(--dark-grey);
  background: var(--light-beige);
  height: 100%;
  min-height: 100%; }

button {
  border-radius: 0 !important; }

input::placeholder,
textarea::placeholder {
  color: var(--medium-grey);
  font-family: 'Karla', sans-serif; }

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: var(--medium-grey);
  font-family: 'Karla', sans-serif; }

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: var(--medium-grey);
  font-family: 'Karla', sans-serif; }

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: var(--medium-grey);
  font-family: 'Karla', sans-serif; }

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: var(--medium-grey);
  font-family: 'Karla', sans-serif; }

a {
  outline: 0 none;
  text-decoration: none;
  color: var(--red); }

a:hover,
a:visited,
a:active,
a:focus {
  color: var(--red); }

.cat-heading {
  display: block;
  width: 100%;
  text-align: center;
  font-style: italic;
  color: #333333;
  background: var(--light-yellow-01);
  font-size: 18px;
  line-height: 30px;
  height: 30px;
  margin-top: 30px; }
  .cat-heading a {
    color: var(--black); }

.clear {
  clear: both;
  float: none; }

@keyframes rotating {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }

.arw {
  font-size: 0.7em;
  padding-bottom: 0.15em;
  line-height: inherit;
  padding-left: 5px;
  transition: padding-left 0.2s;
  border: none; }

*:hover > .arw {
  padding-left: 10px; }

.arw-left {
  font-size: inherit;
  transition: all 0.2s;
  position: absolute;
  left: -15px; }

*:hover > .arw-left {
  left: -20px; }

.btn {
  background: var(--green);
  border: 0 none;
  color: var(--white);
  font-size: 14px;
  line-height: 30px;
  padding: 5px 8px;
  display: inline-block; }
  .btn--newsletter {
    display: block;
    margin-left: auto;
    margin-top: 10px; }

.close {
  content: '';
  position: absolute;
  top: 5px;
  right: 5px;
  display: block;
  height: 40px;
  width: 40px;
  cursor: pointer; }
  .close::before, .close::after {
    display: block;
    content: "";
    width: 2px;
    height: 20px;
    background-color: var(--medium-grey);
    position: absolute; }
  .close::before {
    transform: translate(19px, 50%) rotate(45deg); }
  .close::after {
    transform: translate(19px, 50%) rotate(-45deg); }

.acc-sep {
  color: var(--light-grey); }

.bg-strip {
  width: 100%;
  height: 320px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--light-beige); }

.top-bg-strip {
  height: 60px;
  background-color: var(--light-beige);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%; }
  .top-bg-strip.large-strip {
    height: 200px; }
  .top-bg-strip.super-large-strip {
    height: 330px; }

.pagination {
  margin-top: 20px; }

.pagination,
.results-per-page {
  width: 100%;
  height: 20px;
  line-height: 28px;
  font-size: 16px;
  height: 28px;
  text-align: center;
  background: var(--off-white);
  grid-column: 1 / -1; }
  @media only screen and (max-width: 1024px) {
    .pagination,
    .results-per-page {
      width: calc(100% - 6vw);
      margin: 20px auto 0; } }
  .pagination span,
  .results-per-page span {
    margin: 0 5px; }

.featured-products,
.related {
  padding-bottom: 20px; }
  .featured-products .row,
  .related .row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 20px; }
    @media screen and (max-width: 1024px) {
      .featured-products .row,
      .related .row {
        padding: 0 3vw; } }
    @media screen and (max-width: 800px) {
      .featured-products .row,
      .related .row {
        grid-template-columns: repeat(2, 1fr); } }
    @media screen and (max-width: 500px) {
      .featured-products .row,
      .related .row {
        grid-template-columns: 1fr;
        padding: 0 calc((100vw - 240px) / 2); } }
  .featured-products .featured-prod,
  .related .featured-prod {
    position: relative; }
    .featured-products .featured-prod .product-loop-add,
    .related .featured-prod .product-loop-add {
      right: 0;
      top: 213px; }
  .featured-products .search-result,
  .related .search-result {
    width: 220px; }
  .featured-products .featured-prod .prod-img,
  .featured-products .search-result .prod-img,
  .related .featured-prod .prod-img,
  .related .search-result .prod-img {
    padding: 20px 0;
    height: 204px;
    margin: 20px 0;
    overflow: hidden;
    padding-bottom: 0;
    background: var(--white);
    position: relative; }
    .featured-products .featured-prod .prod-img a,
    .featured-products .search-result .prod-img a,
    .related .featured-prod .prod-img a,
    .related .search-result .prod-img a {
      display: block;
      width: 100%;
      height: 100%;
      text-align: center; }
      .featured-products .featured-prod .prod-img a img,
      .featured-products .search-result .prod-img a img,
      .related .featured-prod .prod-img a img,
      .related .search-result .prod-img a img {
        max-width: 100%;
        max-height: 100%;
        margin: 0 auto;
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
  .featured-products .featured-prod .prod-status,
  .featured-products .search-result .prod-status,
  .related .featured-prod .prod-status,
  .related .search-result .prod-status {
    font-size: 22px;
    color: var(--medium-red);
    font-style: italic; }
  .featured-products .featured-prod .prod-title,
  .featured-products .search-result .prod-title,
  .related .featured-prod .prod-title,
  .related .search-result .prod-title {
    padding: 0;
    margin: 5px 0;
    font-size: 22px; }
    .featured-products .featured-prod .prod-title a,
    .featured-products .featured-prod .prod-title a:visited,
    .featured-products .search-result .prod-title a,
    .featured-products .search-result .prod-title a:visited,
    .related .featured-prod .prod-title a,
    .related .featured-prod .prod-title a:visited,
    .related .search-result .prod-title a,
    .related .search-result .prod-title a:visited {
      color: var(--black); }
  .featured-products .featured-prod .prod-shop-link,
  .featured-products .search-result .prod-shop-link,
  .related .featured-prod .prod-shop-link,
  .related .search-result .prod-shop-link {
    color: var(--red);
    font-size: 18px;
    line-height: 24px; }
    .featured-products .featured-prod .prod-shop-link .arw,
    .featured-products .search-result .prod-shop-link .arw,
    .related .featured-prod .prod-shop-link .arw,
    .related .search-result .prod-shop-link .arw {
      display: inline-block;
      height: 24px; }
    .featured-products .featured-prod .prod-shop-link:hover, .featured-products .featured-prod .prod-shop-link:visited, .featured-products .featured-prod .prod-shop-link:active, .featured-products .featured-prod .prod-shop-link:focus, .featured-products .featured-prod .prod-shop-link:hover, .featured-products .featured-prod .prod-shop-link:visited, .featured-products .featured-prod .prod-shop-link:active, .featured-products .featured-prod .prod-shop-link:focus,
    .featured-products .search-result .prod-shop-link:hover,
    .featured-products .search-result .prod-shop-link:visited,
    .featured-products .search-result .prod-shop-link:active,
    .featured-products .search-result .prod-shop-link:focus,
    .featured-products .search-result .prod-shop-link:hover,
    .featured-products .search-result .prod-shop-link:visited,
    .featured-products .search-result .prod-shop-link:active,
    .featured-products .search-result .prod-shop-link:focus,
    .related .featured-prod .prod-shop-link:hover,
    .related .featured-prod .prod-shop-link:visited,
    .related .featured-prod .prod-shop-link:active,
    .related .featured-prod .prod-shop-link:focus,
    .related .featured-prod .prod-shop-link:hover,
    .related .featured-prod .prod-shop-link:visited,
    .related .featured-prod .prod-shop-link:active,
    .related .featured-prod .prod-shop-link:focus,
    .related .search-result .prod-shop-link:hover,
    .related .search-result .prod-shop-link:visited,
    .related .search-result .prod-shop-link:active,
    .related .search-result .prod-shop-link:focus,
    .related .search-result .prod-shop-link:hover,
    .related .search-result .prod-shop-link:visited,
    .related .search-result .prod-shop-link:active,
    .related .search-result .prod-shop-link:focus {
      color: var(--red); }
  .featured-products .featured-prod .price,
  .featured-products .search-result .price,
  .related .featured-prod .price,
  .related .search-result .price {
    display: inline-block;
    margin: 0 5px;
    position: relative;
    bottom: -3px; }
    .featured-products .featured-prod .price__from,
    .featured-products .search-result .price__from,
    .related .featured-prod .price__from,
    .related .search-result .price__from {
      float: left;
      margin-right: 5px; }
  .featured-products .featured-prod .total-price,
  .featured-products .featured-prod .percentage-off,
  .featured-products .featured-prod .original-price,
  .featured-products .search-result .total-price,
  .featured-products .search-result .percentage-off,
  .featured-products .search-result .original-price,
  .related .featured-prod .total-price,
  .related .featured-prod .percentage-off,
  .related .featured-prod .original-price,
  .related .search-result .total-price,
  .related .search-result .percentage-off,
  .related .search-result .original-price {
    line-height: 18px;
    height: 18px;
    letter-spacing: 0;
    font-size: 15px;
    min-width: 0;
    left: 0;
    float: left;
    padding: 0 5px;
    display: inline-block;
    background: var(--light-yellow-01); }
  .featured-products .featured-prod .original-price,
  .featured-products .search-result .original-price,
  .related .featured-prod .original-price,
  .related .search-result .original-price {
    background: var(--light-grey);
    color: #54544a; }
  .featured-products .featured-prod .percentage-off,
  .featured-products .search-result .percentage-off,
  .related .featured-prod .percentage-off,
  .related .search-result .percentage-off {
    background: var(--red);
    color: var(--white);
    min-width: 0; }
  .featured-products .featured-prod .reduced,
  .featured-products .search-result .reduced,
  .related .featured-prod .reduced,
  .related .search-result .reduced {
    color: var(--red); }

.product-loop-add {
  width: 41px;
  height: 41px;
  position: absolute; }
  .product-loop-add input {
    width: 41px;
    height: 41px;
    border: 0;
    text-indent: -9001px;
    background: url("add-to-basket-ico.png") center center no-repeat;
    background-size: cover; }

a.product-loop-add {
  border: 0;
  text-indent: -9001px;
  background: url("add-to-basket-ico.png") center center no-repeat;
  background-size: cover; }

.cart-animation,
.cart-animation-loop {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  padding-left: 4px;
  position: absolute;
  display: block;
  z-index: 15;
  text-align: center;
  line-height: 35px;
  color: var(--white) !important;
  font-weight: bold;
  border: 3px solid var(--red);
  font-size: 16px;
  margin: 3px 0 0 3px;
  background: url('/cdn/shop/t/19/assets/tick.png?v=20824477996399323691642510752') center center no-repeat var(--red); }

.cart-animation {
  bottom: 13px; }

.prod-info {
  margin-bottom: 15px; }

.tags-list a {
  color: var(--red); }
  .tags-list a:hover, .tags-list a:visited, .tags-list a:active, .tags-list a:focus {
    color: var(--red); }

.tags-list ul {
  margin: 0;
  padding: 16px 0;
  overflow: hidden; }
  .tags-list ul li {
    margin: 0;
    padding: 0;
    display: inline-block;
    list-style: none;
    margin: 4px 1px;
    padding-right: 13px;
    background: url('/cdn/shop/t/19/assets/tag-end.png?v=68608752444443061751642510751') right top no-repeat;
    height: 24px;
    line-height: 24px; }
    .tags-list ul li a {
      white-space: nowrap;
      display: block;
      line-height: 24px;
      width: 100%;
      height: 100%;
      color: var(--white);
      font-weight: bold;
      background: var(--medium-grey-01);
      padding: 0 6px; }
      .tags-list ul li a:hover, .tags-list ul li a:visited, .tags-list ul li a:active, .tags-list ul li a:focus {
        color: var(--white); }

.page-wrap {
  position: relative;
  padding-bottom: 20px;
  padding-top: 60px;
  background: var(--white);
  overflow: hidden; }

#collection {
  padding: 20px 0 40px; }

.error {
  margin-left: 140px;
  min-height: 200px; }
  @media only screen and (max-width: 365px) {
    .error {
      margin-left: 70px;
      padding-top: 70px; } }
  .error__subtext {
    padding: 0; }

header {
  width: 100vw;
  margin: 0 auto;
  position: fixed;
  top: 0;
  left: 0;
  overflow: visible;
  height: 60px;
  z-index: 9001; }
  header .wrapper {
    width: 940px; }
    @media only screen and (max-width: 1023px) {
      header .wrapper {
        width: 100vw;
        margin: 0 auto;
        position: fixed;
        top: 0;
        left: 0;
        overflow: visible;
        height: 60px;
        z-index: 9001; } }
    header .wrapper .logo {
      width: 120px;
      height: 120px;
      text-align: center;
      background: var(--red);
      display: inline-block;
      position: absolute;
      top: 0px;
      left: -10px; }
      @media only screen and (max-width: 1024px) {
        header .wrapper .logo {
          left: 0; } }
      header .wrapper .logo a {
        display: block;
        width: 100%;
        height: 100%;
        background: var(--logo-2) center center no-repeat; }
    header .wrapper nav {
      top: 0;
      width: 100%;
      display: inline-block;
      position: absolute;
      left: 140px; }
      header .wrapper nav ul.main-nav {
        width: 100%;
        margin: 0;
        padding: 0;
        height: 40px;
        position: absolute;
        top: 0;
        left: 0; }
        @media only screen and (max-width: 600px) {
          header .wrapper nav ul.main-nav {
            width: 40px; } }
        header .wrapper nav ul.main-nav .shop-down {
          display: none;
          position: absolute;
          top: 40px;
          left: 0px;
          background: var(--light-yellow);
          padding: 10px;
          width: 400px; }
          @media only screen and (max-width: 600px) {
            header .wrapper nav ul.main-nav .shop-down {
              top: 0px;
              left: 40px; } }
          @media only screen and (max-width: 500px) {
            header .wrapper nav ul.main-nav .shop-down {
              width: calc(100vw - 41px); } }
          header .wrapper nav ul.main-nav .shop-down:hover {
            display: block; }
          header .wrapper nav ul.main-nav .shop-down ul {
            margin: 0;
            padding: 0;
            float: left;
            width: 100%; }
            header .wrapper nav ul.main-nav .shop-down ul li {
              color: var(--red);
              background: transparent;
              padding: 0;
              margin: 0;
              line-height: 20px;
              height: 20px;
              width: 180px; }
              header .wrapper nav ul.main-nav .shop-down ul li a {
                color: var(--red); }
                header .wrapper nav ul.main-nav .shop-down ul li a:visited {
                  color: var(--red); }
                header .wrapper nav ul.main-nav .shop-down ul li a:hover, header .wrapper nav ul.main-nav .shop-down ul li a:active, header .wrapper nav ul.main-nav .shop-down ul li a:focus {
                  color: var(--dark-red); }
            header .wrapper nav ul.main-nav .shop-down ul .shop-down-sub-heading {
              color: var(--black);
              font-style: italic;
              height: 25px;
              padding-bottom: 0px; }
            header .wrapper nav ul.main-nav .shop-down ul .last-item {
              height: 30px;
              padding-top: 10px; }
          header .wrapper nav ul.main-nav .shop-down .shop-down-list {
            padding-bottom: 10px; }
          header .wrapper nav ul.main-nav .shop-down .shop-down-left,
          header .wrapper nav ul.main-nav .shop-down .shop-down-right {
            float: left;
            width: 190px; }
            @media only screen and (max-width: 500px) {
              header .wrapper nav ul.main-nav .shop-down .shop-down-left,
              header .wrapper nav ul.main-nav .shop-down .shop-down-right {
                width: calc((100vw - 60px) / 2);
                max-width: 180px;
                min-width: 124px; } }
          header .wrapper nav ul.main-nav .shop-down__close {
            content: '';
            position: absolute;
            top: 5px;
            right: 5px;
            display: block;
            height: 40px;
            width: 40px; }
            header .wrapper nav ul.main-nav .shop-down__close::before, header .wrapper nav ul.main-nav .shop-down__close::after {
              display: block;
              content: "";
              width: 2px;
              height: 20px;
              background-color: var(--medium-grey);
              position: absolute; }
            header .wrapper nav ul.main-nav .shop-down__close::before {
              transform: translate(19px, 50%) rotate(45deg); }
            header .wrapper nav ul.main-nav .shop-down__close::after {
              transform: translate(19px, 50%) rotate(-45deg); }
        header .wrapper nav ul.main-nav li {
          width: 180px;
          height: 40px;
          float: left;
          list-style: none;
          padding: 0;
          margin: 0;
          position: relative;
          background: var(--off-white);
          padding-left: 50px; }
          @media only screen and (max-width: 1024px) {
            header .wrapper nav ul.main-nav li {
              width: 40px;
              padding-left: 0; } }
          header .wrapper nav ul.main-nav li:hover .nav-link-ico .hover {
            opacity: 1; }
          header .wrapper nav ul.main-nav li a {
            color: var(--red); }
            header .wrapper nav ul.main-nav li a:hover, header .wrapper nav ul.main-nav li a:visited, header .wrapper nav ul.main-nav li a:active, header .wrapper nav ul.main-nav li a:focus {
              color: var(--red); }
            header .wrapper nav ul.main-nav li a img {
              border: none; }
          header .wrapper nav ul.main-nav li a.nav-link {
            font-size: 14px;
            font-weight: bold;
            color: var(--black);
            line-height: 20px; }
            header .wrapper nav ul.main-nav li a.nav-link:hover {
              color: var(--red); }
          @media only screen and (max-width: 1024px) {
            header .wrapper nav ul.main-nav li .nav-link-text {
              display: none; } }
          header .wrapper nav ul.main-nav li a.nav-link.shop-link {
            font-size: 18px;
            line-height: 40px; }
          header .wrapper nav ul.main-nav li a.nav-link-ico {
            height: 40px;
            width: 40px;
            display: block;
            position: absolute;
            left: 0;
            top: 0;
            background-position: center top;
            background-repeat: no-repeat; }
            header .wrapper nav ul.main-nav li a.nav-link-ico .hover {
              position: absolute;
              display: block;
              width: 100%;
              height: 100%;
              top: 0;
              left: 0;
              background-position: center bottom;
              transition: opacity 0.2s;
              opacity: 0; }
              header .wrapper nav ul.main-nav li a.nav-link-ico .hover:hover {
                opacity: 1; }
          header .wrapper nav ul.main-nav li a.nav-link-ico.shop {
            background-image: url('/cdn/shop/t/19/assets/shop-arrow-01.png?v=22102143100979275401642510751'); }
            @media only screen and (max-width: 600px) {
              header .wrapper nav ul.main-nav li a.nav-link-ico.shop {
                background-image: url('/cdn/shop/t/19/assets/shop-arrow-web.png?v=2254061854517588101642510752'); } }
            header .wrapper nav ul.main-nav li a.nav-link-ico.shop .hover {
              background-image: url('/cdn/shop/t/19/assets/shop-arrow-01.png?v=22102143100979275401642510751'); }
              @media only screen and (max-width: 600px) {
                header .wrapper nav ul.main-nav li a.nav-link-ico.shop .hover {
                  background-image: url('/cdn/shop/t/19/assets/shop-arrow-web.png?v=2254061854517588101642510752'); } }
          header .wrapper nav ul.main-nav li a.nav-link-ico.shop:hover ~ .shop-down {
            display: block; }
          header .wrapper nav ul.main-nav li a.nav-link-ico.basket {
            background-image: url('/cdn/shop/t/19/assets/basket-ico.png?v=95879920334185443051642510751'); }
            header .wrapper nav ul.main-nav li a.nav-link-ico.basket .hover {
              background-image: url('/cdn/shop/t/19/assets/basket-ico.png?v=95879920334185443051642510751'); }
          header .wrapper nav ul.main-nav li a.nav-link-ico.account {
            background-image: url('/cdn/shop/t/19/assets/user-ico.png?v=155836555073431583361642510752'); }
            header .wrapper nav ul.main-nav li a.nav-link-ico.account .hover {
              background-image: url('/cdn/shop/t/19/assets/user-ico.png?v=155836555073431583361642510752'); }
        header .wrapper nav ul.main-nav li.shop-nav-item:hover > .shop-down {
          display: block; }
        header .wrapper nav ul.main-nav li.basket-li .cart-count {
          color: var(--dark-grey); }
          @media only screen and (max-width: 1024px) {
            header .wrapper nav ul.main-nav li.basket-li .cart-count {
              position: absolute;
              left: 50%;
              transform: translate(-50%, 18px);
              color: white;
              font-weight: bold;
              font-size: 10px; } }
        @media only screen and (max-width: 1024px) {
          header .wrapper nav ul.main-nav li.basket-li:hover .cart-count {
            color: var(--dark-red); } }
    header .wrapper nav.mobile {
      top: 0; }
      @media only screen and (max-width: 600px) {
        header .wrapper nav.mobile {
          top: 120px;
          left: 0; } }
  header .search {
    position: absolute;
    right: 0px;
    top: 0;
    width: 230px;
    height: 40px; }
    @media only screen and (max-width: 365px) {
      header .search {
        width: calc(100vw - 0px - 120px); } }
    header .search #search {
      width: 190px;
      position: absolute;
      right: 0px;
      height: 40px;
      line-height: 40px;
      font-size: 18px;
      color: var(--medium-grey);
      padding: 0 10px;
      border: none;
      font-family: "Karla", sans-serif; }
      @media only screen and (max-width: 365px) {
        header .search #search {
          width: calc(100vw - 0px - 160px); } }
    header .search button {
      width: 40px;
      height: 40px;
      background-image: url('/cdn/shop/t/19/assets/search-ico.png?v=55058192496635692981642510752');
      background-position: center top;
      background-repeat: no-repeat;
      position: absolute;
      left: 0;
      top: 0;
      border: none;
      background-color: transparent;
      text-indent: -90000px; }
      header .search button .hover {
        background-image: url('/cdn/shop/t/19/assets/search-ico.png?v=55058192496635692981642510752');
        position: absolute;
        display: block;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background-position: center bottom;
        transition: opacity 0.2s;
        opacity: 0; }
        header .search button .hover:hover {
          opacity: 1; }

@media only screen and (min-width: 521px) {
  .mobtopbutton {
    display: none; } }

/*-----------------------------------------------------TO THE TOP BUTTON
    ----------------------------------------------------------*/
#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  width: 40px;
  height: 40px;
  border: none;
  outline: none;
  background-color: var(--red);
  background-image: url('/cdn/shop/t/19/assets/shop-arrow.png?v=4694345925558395041642510751');
  background-position: center bottom;
  transform: rotate(180deg);
  cursor: pointer;
  border-radius: 0px;
  font-size: 18px;
  opacity: 70%; }
  #myBtn:hover {
    opacity: 100%; }

.wrapper {
  margin: 0 auto;
  width: 940px;
  position: relative; }

@media only screen and (max-width: 1024px) {
  .wrapper {
    width: 100%; } }

footer {
  height: 226px;
  background: var(--light-beige);
  padding: 20px calc((100vw - 940px) / 2) 0 calc((100vw - 940px) / 2);
  display: grid;
  grid-template-columns: repeat(4, 1fr); }
  @media only screen and (max-width: 1024px) {
    footer {
      padding: 20px 3vw; } }
  @media only screen and (max-width: 700px) {
    footer {
      grid-template-columns: repeat(2, 1fr); } }
  footer ul {
    margin: 0;
    padding: 0; }
    footer ul li {
      margin: 0;
      padding: 0;
      list-style: none;
      color: var(--medium-grey-01);
      font-size: 16px;
      line-height: 24px; }
      @media only screen and (max-width: 800px) {
        footer ul li {
          font-size: 14px; } }
      footer ul li a {
        color: var(--medium-grey-01); }
        footer ul li a:hover, footer ul li a:visited, footer ul li a:active, footer ul li a:focus {
          color: var(--medium-grey-01); }
      footer ul li hr {
        width: 100px;
        margin: 15px 0px 10px;
        float: left;
        size: 1px;
        color: #ccccc4;
        border-style: solid; }
        @media only screen and (min-width: 700px) {
          footer ul li hr {
            display: none; } }

/****************************************************************** NEWSLETTER SECTION
****************************************************************/
.newsletter {
  overflow: hidden;
  height: 2px; }

.newsletter-label {
  cursor: pointer; }

#newsletter {
  display: none; }

input#newsletter:checked ~ .newsletter {
  height: auto; }

.subscribe__label {
  font-weight: bold;
  margin-top: 4px;
  display: block; }

.subscribe__btn {
  margin: 10px 0;
  display: block;
  margin-left: auto; }

.subscribe input {
  font-family: 'Karla', sans-serif; }
  .subscribe input::placeholder {
    font-family: 'Karla', sans-serif;
    opacity: 0.6; }

.subscribe__input {
  width: 100%; }

.content_page {
  width: 880px;
  background: var(--off-white-01);
  padding: 0 20px 30px;
  position: relative;
  overflow: hidden;
  margin: 20px auto; }
  @media screen and (max-width: 1024px) {
    .content_page .content_page {
      width: 100%; } }
  .content_page h1.title {
    color: var(--medium-red);
    font-size: 32px;
    margin: 45px 0 15px 400px; }
  .content_page h1.titleW {
    color: var(--medium-red);
    font-size: 32px; }
  .content_page p.pcenter {
    text-align: center; }
  .content_page .image_col {
    float: left;
    width: 400px;
    margin-top: -82px; }
    .content_page .image_col img {
      margin-bottom: 15px; }
  .content_page .copy_col p {
    line-height: 19px; }

/************************* When the screen is less than 1024px ......................... */
@media only screen and (max-width: 1024px) {
  .content_page {
    width: calc(100% - 80px);
    margin-left: 40px;
    margin-right: 40px; }
    .content_page .image_col {
      width: 100%;
      margin-top: 20px; }
    .content_page h1.title {
      margin: 45px 0 15px 40px; }
    .content_page .copy_col table {
      width: 100%; } }

/************************* When the screen is less than 600px ......................... */
@media only screen and (max-width: 640px) {
  .content_page {
    width: calc(100% - 80px);
    min-width: 340px;
    margin-left: 40px;
    margin-right: 40px; }
    .content_page .image_col {
      width: 350px;
      margin-top: 20px; }
    .content_page .image_col img {
      width: 300px;
      height: 200px; }
    .content_page h1.titleW {
      margin-top: 50px; } }

.customer_area {
  width: 860px;
  background: var(--off-white-01);
  padding: 30px 30px 30px 100px;
  position: relative;
  overflow: hidden;
  margin: 0 auto 50px; }
  @media only screen and (max-width: 1024px) {
    .customer_area {
      width: calc(100% - 40px - 3vw);
      margin: 0 3vw 50px 40px; } }
  @media only screen and (max-width: 600px) {
    .customer_area {
      padding: 30px; } }
  @media only screen and (max-width: 500px) {
    .customer_area {
      padding: 30px; } }
  .customer_area__cta {
    margin: 20px 0;
    display: block;
    position: relative;
    margin-left: 20px;
    display: inline-block; }
  .customer_area__cta-group {
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap; }
    .customer_area__cta-group .btn {
      margin-right: 10px;
      margin-top: 10px; }

.divider {
  content: "";
  height: 1px;
  width: 100%;
  background-color: var(--light-beige-02);
  display: block;
  margin-top: 20px; }

.customer_area h1.title {
  line-height: 32px;
  color: var(--medium-red);
  font-weight: normal;
  font-style: italic;
  font-size: 32px;
  padding-bottom: 10px; }
  @media only screen and (max-width: 600px) {
    .customer_area h1.title {
      padding-left: 80px; } }

.customer_area .subtitle {
  text-align: center; }

.customer_area .btn {
  background: var(--green);
  border: 0 none;
  color: var(--white);
  font-size: 14px;
  line-height: 30px;
  padding: 5px 8px;
  display: inline-block; }
  .customer_area .btn.red {
    background: var(--red); }

.customer_area .register {
  grid-column: 2 / 3; }
  @media only screen and (max-width: 600px) {
    .customer_area .register {
      grid-column: 1 / -1; } }

.customer_area .login_box,
.customer_area .frgt_pswd_box {
  display: flex;
  justify-content: center; }
  @media only screen and (max-width: 600px) {
    .customer_area .login_box,
    .customer_area .frgt_pswd_box {
      max-width: 350px;
      margin: 0 auto; } }
  .customer_area .login_box form,
  .customer_area .frgt_pswd_box form {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 5px;
    margin-left: -50px; }
    @media only screen and (max-width: 600px) {
      .customer_area .login_box form,
      .customer_area .frgt_pswd_box form {
        margin-left: 0;
        grid-template-columns: 1fr;
        width: 100%;
        grid-gap: 0px; } }
    .customer_area .login_box form#create_customer,
    .customer_area .frgt_pswd_box form#create_customer {
      width: 500px; }
    .customer_area .login_box form .errors,
    .customer_area .frgt_pswd_box form .errors {
      grid-column: span 3; }
  .customer_area .login_box label,
  .customer_area .frgt_pswd_box label {
    display: block;
    font-size: 18px;
    font-weight: bold;
    margin: 8px 0; }
  .customer_area .login_box input,
  .customer_area .frgt_pswd_box input {
    font-family: "Karla", sans-serif; }
    .customer_area .login_box input:-webkit-autofill::first-line,
    .customer_area .frgt_pswd_box input:-webkit-autofill::first-line {
      font-family: "Karla", sans-serif; }
  .customer_area .login_box input[type="text"],
  .customer_area .login_box input[type="password"],
  .customer_area .login_box input[type="email"],
  .customer_area .frgt_pswd_box input[type="text"],
  .customer_area .frgt_pswd_box input[type="password"],
  .customer_area .frgt_pswd_box input[type="email"] {
    grid-column: span 2;
    padding: 3px 5px;
    margin: 5px 0;
    font-family: "Karla", sans-serif;
    align-self: start; }
    .customer_area .login_box input[type="text"]::placeholder,
    .customer_area .login_box input[type="password"]::placeholder,
    .customer_area .login_box input[type="email"]::placeholder,
    .customer_area .frgt_pswd_box input[type="text"]::placeholder,
    .customer_area .frgt_pswd_box input[type="password"]::placeholder,
    .customer_area .frgt_pswd_box input[type="email"]::placeholder {
      font-family: "Karla", sans-serif; }
  .customer_area .login_box .frgt_pswd,
  .customer_area .frgt_pswd_box .frgt_pswd {
    grid-column: 2 / 3; }
    @media only screen and (max-width: 600px) {
      .customer_area .login_box .frgt_pswd,
      .customer_area .frgt_pswd_box .frgt_pswd {
        grid-column: 1 / -1; } }
  .customer_area .login_box .action_bottom,
  .customer_area .frgt_pswd_box .action_bottom {
    justify-self: flex-end;
    grid-column: 1 / -1; }
    .customer_area .login_box .action_bottom__register,
    .customer_area .frgt_pswd_box .action_bottom__register {
      grid-column: 2 / -1; }
      @media only screen and (max-width: 600px) {
        .customer_area .login_box .action_bottom__register,
        .customer_area .frgt_pswd_box .action_bottom__register {
          grid-column: 1 / -1;
          display: flex;
          flex-direction: column;
          margin-top: 20px; }
          .customer_area .login_box .action_bottom__register .note,
          .customer_area .frgt_pswd_box .action_bottom__register .note {
            margin-top: 10px; } }
    .customer_area .login_box .action_bottom__password,
    .customer_area .frgt_pswd_box .action_bottom__password {
      grid-column: 2 / -1; }
      @media only screen and (max-width: 600px) {
        .customer_area .login_box .action_bottom__password,
        .customer_area .frgt_pswd_box .action_bottom__password {
          grid-column: 1 / -1; } }
    @media only screen and (max-width: 600px) {
      .customer_area .login_box .action_bottom__reset,
      .customer_area .frgt_pswd_box .action_bottom__reset {
        margin-top: 20px; } }

.customer_area .frgt_pswd_box {
  justify-content: stretch;
  max-width: 450px;
  margin: 0 auto; }
  .customer_area .frgt_pswd_box form {
    width: 100%; }

.customer_area .forgot-paragraph {
  text-align: center;
  margin-bottom: 25px; }

.customer_area .forgot_box {
  max-width: 500px;
  margin: 0 auto; }
  .customer_area .forgot_box form {
    grid-gap: 10px;
    grid-template-columns: 1fr 1fr 0.2fr; }
    @media only screen and (max-width: 600px) {
      .customer_area .forgot_box form {
        grid-template-columns: 1fr;
        width: 100%;
        grid-gap: 0px; } }

.customer_area #customer_orders .order-table,
.customer_area #customer-order .order-table {
  display: flex;
  flex-direction: column;
  text-align: center;
  border: 2px solid var(--light-grey-03);
  background-color: var(--white); }
  .customer_area #customer_orders .order-table__row,
  .customer_area #customer-order .order-table__row {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    height: 37px;
    align-items: center; }
    @media only screen and (max-width: 600px) {
      .customer_area #customer_orders .order-table__row,
      .customer_area #customer-order .order-table__row {
        grid-template-columns: minmax(max-content, 1fr) minmax(max-content, 2fr);
        grid-template-rows: repeat(5, 1fr);
        height: auto;
        grid-auto-flow: column;
        row-gap: 5px;
        column-gap: 10px;
        padding: 10px; } }
    .customer_area #customer_orders .order-table__row__header,
    .customer_area #customer-order .order-table__row__header {
      display: none; }
      @media only screen and (max-width: 600px) {
        .customer_area #customer_orders .order-table__row__header,
        .customer_area #customer-order .order-table__row__header {
          display: block;
          text-align: right;
          font-weight: bold; } }
    @media only screen and (max-width: 600px) {
      .customer_area #customer_orders .order-table__row__field a,
      .customer_area #customer-order .order-table__row__field a {
        text-align: left; } }
    @media only screen and (max-width: 600px) {
      .customer_area #customer_orders .order-table__row__field,
      .customer_area #customer-order .order-table__row__field {
        text-align: left; } }
  .customer_area #customer_orders .order-table__heading,
  .customer_area #customer-order .order-table__heading {
    background: var(--light-grey-03);
    font-weight: bold; }
    @media only screen and (max-width: 600px) {
      .customer_area #customer_orders .order-table__heading,
      .customer_area #customer-order .order-table__heading {
        display: none; } }
  .customer_area #customer_orders .order-table__even,
  .customer_area #customer-order .order-table__even {
    background: var(--light-beige); }
  .customer_area #customer_orders .order-table--details__row,
  .customer_area #customer-order .order-table--details__row {
    display: grid;
    grid-template-columns: 3fr 1fr 1fr 1fr;
    padding: 10px 5px; }
    @media only screen and (max-width: 600px) {
      .customer_area #customer_orders .order-table--details__row,
      .customer_area #customer-order .order-table--details__row {
        grid-template-columns: minmax(min-content, 1fr) minmax(min-content, 3fr);
        grid-template-rows: repeat(4, min-content);
        grid-auto-flow: column;
        row-gap: 5px;
        align-items: center; } }
    .customer_area #customer_orders .order-table--details__row--even,
    .customer_area #customer-order .order-table--details__row--even {
      background-color: var(--light-beige-01); }
    .customer_area #customer_orders .order-table--details__row__header,
    .customer_area #customer-order .order-table--details__row__header {
      display: none; }
      @media only screen and (max-width: 600px) {
        .customer_area #customer_orders .order-table--details__row__header,
        .customer_area #customer-order .order-table--details__row__header {
          display: block; } }
    @media only screen and (max-width: 600px) {
      .customer_area #customer_orders .order-table--details__row__field,
      .customer_area #customer-order .order-table--details__row__field {
        text-align: left; } }
  .customer_area #customer_orders .order-table--details__heading,
  .customer_area #customer-order .order-table--details__heading {
    background-color: var(--medium-grey);
    color: var(--white); }
    @media only screen and (max-width: 600px) {
      .customer_area #customer_orders .order-table--details__heading,
      .customer_area #customer-order .order-table--details__heading {
        display: none; } }
  .customer_area #customer_orders .order-table--details .item__field,
  .customer_area #customer-order .order-table--details .item__field {
    text-align: left; }
  .customer_area #customer_orders .order-table--details .order-summary,
  .customer_area #customer-order .order-table--details .order-summary {
    display: grid;
    grid-template-columns: 5fr 1fr;
    grid-gap: 10px;
    padding: 10px; }
    .customer_area #customer_orders .order-table--details .order-summary__heading,
    .customer_area #customer-order .order-table--details .order-summary__heading {
      text-align: right;
      font-weight: bold; }
    .customer_area #customer_orders .order-table--details .order-summary__total,
    .customer_area #customer-order .order-table--details .order-summary__total {
      font-weight: bold;
      padding: 20px 0px;
      font-size: 15px; }
  .customer_area #customer_orders .order-table .cancelled_order,
  .customer_area #customer-order .order-table .cancelled_order {
    color: var(--red); }
  .customer_area #customer_orders .order-table .payment-status,
  .customer_area #customer-order .order-table .payment-status {
    text-transform: capitalize; }
    .customer_area #customer_orders .order-table .payment-status__authorized,
    .customer_area #customer-order .order-table .payment-status__authorized {
      color: var(--green); }
    .customer_area #customer_orders .order-table .payment-status__paid,
    .customer_area #customer-order .order-table .payment-status__paid {
      color: var(--green);
      font-weight: bold;
      text-transform: uppercase; }
    .customer_area #customer_orders .order-table .payment-status__refunded,
    .customer_area #customer-order .order-table .payment-status__refunded {
      text-transform: uppercase;
      font-weight: bold; }
    .customer_area #customer_orders .order-table .payment-status__partially_paid, .customer_area #customer_orders .order-table .payment-status__partially_refunded, .customer_area #customer_orders .order-table .payment-status__pending,
    .customer_area #customer-order .order-table .payment-status__partially_paid,
    .customer_area #customer-order .order-table .payment-status__partially_refunded,
    .customer_area #customer-order .order-table .payment-status__pending {
      font-style: italic; }
    .customer_area #customer_orders .order-table .payment-status__voided,
    .customer_area #customer-order .order-table .payment-status__voided {
      color: var(--red);
      font-weight: bold; }
  .customer_area #customer_orders .order-table .fulfillment-status,
  .customer_area #customer-order .order-table .fulfillment-status {
    text-transform: capitalize; }
    .customer_area #customer_orders .order-table .fulfillment-status__fulfilled,
    .customer_area #customer-order .order-table .fulfillment-status__fulfilled {
      font-weight: bold; }

.customer_area #customer_orders .order-details,
.customer_area #customer-order .order-details {
  background-color: var(--white);
  margin-top: 20px;
  padding: 20px;
  border: 2px solid var(--medium-grey); }

.customer_area #customer_orders .table_wrap,
.customer_area #customer-order .table_wrap {
  background: var(--light-grey-03);
  float: left;
  margin-bottom: 20px;
  padding: 2px;
  width: auto; }

.customer_area #customer-order .order-table {
  border: none; }

.customer_area #customer-order .order-payment__status {
  text-transform: capitalize; }
  .customer_area #customer-order .order-payment__status__authorized {
    color: var(--green); }
  .customer_area #customer-order .order-payment__status__paid {
    color: var(--green);
    font-weight: bold;
    text-transform: uppercase; }
  .customer_area #customer-order .order-payment__status__refunded {
    text-transform: uppercase;
    font-weight: bold; }
  .customer_area #customer-order .order-payment__status__partially_paid, .customer_area #customer-order .order-payment__status__partially_refunded, .customer_area #customer-order .order-payment__status__pending {
    font-style: italic; }
  .customer_area #customer-order .order-payment__status__voided {
    color: var(--red);
    font-weight: bold; }

.customer_area #customer-order .order-shipping__status {
  text-transform: capitalize; }
  .customer_area #customer-order .order-shipping__status__fulfilled {
    font-weight: bold; }

.customer_area .address {
  background: var(--white);
  max-width: 400px;
  padding: 10px 20px 30px; }

.customer_area .address_form_wrap {
  display: flex;
  padding: 20px;
  padding-right: 0; }
  @media only screen and (max-width: 600px) {
    .customer_area .address_form_wrap {
      padding: 0; } }
  .customer_area .address_form_wrap .address_form {
    display: grid;
    grid-template-columns: minmax(max-content, 100px) max-content max-content;
    column-gap: 5px;
    row-gap: 10px; }
    @media only screen and (max-width: 600px) {
      .customer_area .address_form_wrap .address_form {
        grid-template-columns: 1fr;
        row-gap: 0px; } }
    .customer_area .address_form_wrap .address_form input {
      font-family: "Karla", sans-serif; }
    .customer_area .address_form_wrap .address_form__label {
      font-weight: bold;
      margin: 5px 0; }
      @media only screen and (max-width: 600px) {
        .customer_area .address_form_wrap .address_form__label {
          margin: 10px 0 5px; } }
    .customer_area .address_form_wrap .address_form__input {
      grid-column: span 2;
      padding: 3px 5px;
      width: 100%; }
      @media only screen and (max-width: 600px) {
        .customer_area .address_form_wrap .address_form__input {
          grid-column: span 1; } }
    .customer_area .address_form_wrap .address_form__select {
      grid-column: span 2;
      font-family: "Karla", sans-serif;
      padding: 3px 5px;
      width: 100%; }
      @media only screen and (max-width: 600px) {
        .customer_area .address_form_wrap .address_form__select {
          grid-column: span 1; } }
    .customer_area .address_form_wrap .address_form__group {
      grid-column: span 3;
      grid-template-columns: 100px repeat(2, 1fr);
      display: grid;
      grid-gap: 5px; }
      @media only screen and (max-width: 600px) {
        .customer_area .address_form_wrap .address_form__group {
          grid-column: span 1;
          grid-template-columns: 1fr;
          grid-gap: 0px; } }
    .customer_area .address_form_wrap .address_form__tick {
      grid-column: 2 / -1;
      display: flex;
      align-items: center; }
      @media only screen and (max-width: 600px) {
        .customer_area .address_form_wrap .address_form__tick {
          grid-column: 1 / -1;
          margin: 10px 0; } }
      .customer_area .address_form_wrap .address_form__tick input {
        margin-right: 5px; }
    .customer_area .address_form_wrap .address_form .action_bottom {
      grid-column: 2 /-1;
      justify-self: flex-end; }
      @media only screen and (max-width: 600px) {
        .customer_area .address_form_wrap .address_form .action_bottom {
          grid-column: 1 / -1;
          margin-top: 10px; } }

#blog {
  max-width: 860px;
  background: var(--off-white-01);
  padding: 0 40px 30px;
  position: relative;
  overflow: hidden;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px; }
  @media only screen and (max-width: 1024px) {
    #blog {
      width: calc(100% - 40px);
      margin: 0px 20px 50px 20px;
      padding: 0 20px 30px; }
      #blog .row h1.title {
        margin-left: 100px; } }
  #blog .row h1.title {
    line-height: 36px;
    margin-top: 30px;
    color: var(--medium-red);
    font-weight: normal;
    font-style: italic;
    font-size: 32px;
    margin-left: 60px; }
    @media only screen and (max-width: 1024px) {
      #blog .row h1.title {
        margin-left: 100px; } }
  #blog .row .articles {
    padding-left: 20px;
    padding-right: 20px; }

.tags-page-wrap {
  border-bottom: 0;
  padding-bottom: 40px; }
  .tags-page-wrap .tags-title {
    line-height: 36px;
    margin-top: 22px;
    color: var(--medium-red);
    font-weight: normal;
    font-style: italic;
    font-size: 32px;
    padding-bottom: 20px;
    padding-left: 145px; }
  .tags-page-wrap .tags-list {
    width: 100%;
    margin-left: 2%;
    margin-right: 2%;
    height: auto;
    padding: 10px;
    margin-bottom: 20px;
    font-size: 16px;
    display: grid;
    grid-template-columns: 1fr 5fr;
    grid-column-gap: 10px; }
    @media screen and (max-width: 1024px) {
      .tags-page-wrap .tags-list {
        width: 94vw; } }
    @media screen and (max-width: 565px) {
      .tags-page-wrap .tags-list {
        margin-left: 10%;
        width: 85vw; } }
    .tags-page-wrap .tags-list--popular {
      color: var(--medium-red);
      background: #efd5d6; }
    .tags-page-wrap .tags-list--subject {
      background: rgba(242, 222, 87, 0.4); }
    .tags-page-wrap .tags-list--lifestyle {
      background: rgba(255, 112, 10, 0.25); }
    .tags-page-wrap .tags-list--interest {
      background: rgba(7, 81, 240, 0.2); }
    .tags-page-wrap .tags-list--type {
      background: rgba(34, 191, 10, 0.2); }
    .tags-page-wrap .tags-list__heading {
      font-weight: bold; }
    .tags-page-wrap .tags-list__container ul {
      padding: 0;
      height: auto; }

.checkout-container {
  background: var(--off-white);
  padding: 30px;
  position: relative;
  margin: 0 70px 70px 70px; }
  @media screen and (max-width: 600px) {
    .checkout-container {
      margin: 0 3vw 70px 40px;
      padding-bottom: 70px; } }
  .checkout-container h1.basket-title {
    color: var(--medium-red);
    font-weight: normal;
    padding-left: 50px; }
    @media screen and (max-width: 600px) {
      .checkout-container h1.basket-title {
        padding-left: 80px; } }
  .checkout-container .price-add {
    position: absolute;
    top: 20px;
    right: -60px;
    width: 140px;
    min-height: 64px;
    z-index: 2; }
    @media screen and (max-width: 600px) {
      .checkout-container .price-add {
        display: none; } }
    .checkout-container .price-add * {
      display: block; }
    .checkout-container .price-add .price {
      display: block; }
      .checkout-container .price-add .price .total-price,
      .checkout-container .price-add .price .original-price,
      .checkout-container .price-add .price .percentage-off {
        background: var(--light-yellow-01);
        padding: 2px 5px;
        letter-spacing: 0;
        line-height: 20px;
        font-size: 20px;
        display: inline-block;
        font-weight: bold;
        min-width: 80px;
        float: left;
        text-align: center; }
      .checkout-container .price-add .price .subtotal {
        font-weight: normal;
        font-size: 13px;
        padding-right: 5px; }
      .checkout-container .price-add .price .original-price {
        background: var(--light-grey);
        color: #54544a; }
      .checkout-container .price-add .price .percentage-off {
        background: var(--red);
        color: var(--white);
        min-width: 0; }
      .checkout-container .price-add .price .reduced {
        color: var(--red); }
    .checkout-container .price-add .checkout-btn-lrg {
      height: 40px;
      width: 140px;
      display: block;
      background: url('/cdn/shop/t/19/assets/checkout.png?v=76817719020354588361642510751') left top no-repeat;
      text-indent: -9000px;
      border: none;
      margin-bottom: 10px;
      line-height: 30px; }
      .checkout-container .price-add .checkout-btn-lrg.disabled {
        background: url('/cdn/shop/t/19/assets/not-available.png?v=26857574947851950431642510752') left top no-repeat; }
  .checkout-container .basket-list {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    padding-bottom: 20px;
    grid-gap: 20px; }
    @media only screen and (max-width: 800px) {
      .checkout-container .basket-list {
        grid-template-columns: repeat(5, 1fr); } }
    @media only screen and (max-width: 600px) {
      .checkout-container .basket-list {
        grid-template-columns: 1fr 1fr 0.5fr; } }
    .checkout-container .basket-list__header {
      content: "";
      color: var(--medium-grey);
      justify-self: center;
      margin-bottom: -10px;
      font-weight: bold; }
      @media only screen and (max-width: 600px) {
        .checkout-container .basket-list__header {
          display: none; } }
    .checkout-container .basket-list__divider {
      content: "";
      height: 1px;
      width: 100%;
      background-color: var(--light-beige-02);
      grid-column: 1 / -1; }
    .checkout-container .basket-list .cart-product-info {
      vertical-align: top;
      grid-column: span 2; }
      .checkout-container .basket-list .cart-product-info h3 {
        font-weight: bold;
        font-size: 18px;
        margin: 0; }
        .checkout-container .basket-list .cart-product-info h3 a {
          color: var(--black); }
      .checkout-container .basket-list .cart-product-info .remove-prod {
        line-height: 30px; }
      .checkout-container .basket-list .cart-product-info .variant-title {
        margin-top: 5px; }
    @media only screen and (max-width: 800px) {
      .checkout-container .basket-list .cart-product-img {
        display: none; } }
    .checkout-container .basket-list .cart-product-img img {
      width: 100%;
      max-height: 200px;
      object-fit: contain; }
    .checkout-container .basket-list .cart-product-price,
    .checkout-container .basket-list .cart-product-qty,
    .checkout-container .basket-list .cart-qty-update {
      text-align: center;
      vertical-align: top; }
    @media only screen and (max-width: 600px) {
      .checkout-container .basket-list .cart-product-price {
        grid-column: 3 / -1; } }
    .checkout-container .basket-list .cart-product-price span {
      background: var(--light-yellow-01);
      font-size: 13px;
      height: 22px;
      line-height: 22px;
      font-weight: bold;
      padding: 0 5px; }
    @media only screen and (max-width: 600px) {
      .checkout-container .basket-list .cart-product-qty {
        margin-top: -20px;
        grid-column: 3 / -1; } }
    .checkout-container .basket-list .cart-product-qty input {
      width: 60px;
      text-align: center;
      font-weight: bold; }
      @media only screen and (max-width: 365px) {
        .checkout-container .basket-list .cart-product-qty input {
          width: 40px; } }
    @media only screen and (max-width: 600px) {
      .checkout-container .basket-list .cart-qty-update {
        margin-top: -40px;
        grid-column: 2 / 3;
        justify-self: flex-end; } }
    .checkout-container .basket-list .cart-qty-update .update-qty {
      color: var(--red);
      background: transparent;
      border: none;
      font-family: "Karla", sans-serif; }
      @media only screen and (max-width: 600px) {
        .checkout-container .basket-list .cart-qty-update .update-qty {
          padding: 0;
          text-align: right; } }
    .checkout-container .basket-list .cart-product-info-label {
      grid-column: 4 / 5; }
      @media only screen and (max-width: 800px) {
        .checkout-container .basket-list .cart-product-info-label {
          grid-column: 3 / 4; } }
      @media only screen and (max-width: 600px) {
        .checkout-container .basket-list .cart-product-info-label {
          grid-column: 1 / 2; } }
    .checkout-container .basket-list .cart-product-info-input {
      grid-column: 5 / -1;
      font-family: "Karla", sans-serif; }
      @media only screen and (max-width: 800px) {
        .checkout-container .basket-list .cart-product-info-input {
          grid-column: 4 / -1; } }
      @media only screen and (max-width: 600px) {
        .checkout-container .basket-list .cart-product-info-input {
          grid-column: 2 / -1;
          margin-bottom: 20px; } }
    .checkout-container .basket-list textarea {
      resize: vertical; }
  .checkout-container .checkout-btn {
    padding: 0;
    font-size: 13px; }
  .checkout-container .total-checkout {
    color: var(--medium-grey);
    font-size: 18px;
    position: absolute;
    bottom: -30px;
    right: 20px;
    display: flex;
    flex-direction: column; }
    .checkout-container .total-checkout .price {
      background: var(--light-yellow-01);
      font-weight: bold;
      margin: 0 5px;
      padding: 0 8px;
      color: var(--black); }
    .checkout-container .total-checkout .total-checkout-btn {
      font-size: 14px;
      color: var(--white);
      background: var(--green);
      padding: 2px 8px;
      border: none;
      font-family: "Karla", sans-serif;
      display: inline-block;
      line-height: 30px; }
      @media only screen and (max-width: 600px) {
        .checkout-container .total-checkout .total-checkout-btn {
          height: 40px; } }
      .checkout-container .total-checkout .total-checkout-btn:hover, .checkout-container .total-checkout .total-checkout-btn:active, .checkout-container .total-checkout .total-checkout-btn:visited, .checkout-container .total-checkout .total-checkout-btn:focus {
        color: var(--white); }
  .checkout-container .empty-cart__cta-group {
    margin: 30px 0;
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap; }
    @media only screen and (max-width: 443px) {
      .checkout-container .empty-cart__cta-group {
        justify-content: center; } }
    .checkout-container .empty-cart__cta-group .btn {
      background: var(--green);
      border: 0 none;
      color: var(--white);
      font-size: 14px;
      line-height: 30px;
      padding: 5px 8px;
      margin-left: 10px;
      margin-top: 10px; }
      .checkout-container .empty-cart__cta-group .btn.red {
        background: var(--red); }

.collection-details-container {
  min-height: 420px;
  padding-bottom: 20px;
  position: relative;
  margin-bottom: 20px;
  margin-top: -20px; }
  @media screen and (max-width: 1024px) {
    .collection-details-container {
      min-height: calc((100vw - 110px)/ 2); } }
  .collection-details-container:after {
    position: absolute;
    bottom: 0;
    display: block;
    content: "";
    margin: 20px 10px 20px 10px;
    height: 1px;
    width: 100%;
    background: var(--light-beige); }
    @media screen and (max-width: 1024px) {
      .collection-details-container:after {
        width: calc(100vw - 60px);
        margin: 20px; } }
    @media screen and (max-width: 700px) {
      .collection-details-container:after {
        display: none; } }
  .collection-details-container .collection-details {
    color: var(--white);
    background: #333333;
    position: relative;
    width: 830px;
    margin-left: 80px;
    padding: 0 20px 20px 20px;
    display: grid;
    grid-template-columns: 380px auto;
    grid-template-rows: repeat(3, min-content);
    grid-column-gap: 20px;
    min-height: 220px; }
    @media screen and (max-width: 1024px) {
      .collection-details-container .collection-details {
        grid-template-columns: 1fr 1fr;
        width: calc(100vw - 80px - 40px); } }
    @media screen and (max-width: 700px) {
      .collection-details-container .collection-details {
        grid-template-columns: 1fr; } }
    @media only screen and (max-width: 500px) {
      .collection-details-container .collection-details {
        width: calc(100vw - 49px - 25px);
        margin-left: 49px;
        margin-top: 10px; } }
    .collection-details-container .collection-details .collection-img {
      grid-row: 1 / -1;
      grid-column: 1 / 2;
      position: relative; }
      @media screen and (max-width: 700px) {
        .collection-details-container .collection-details .collection-img {
          justify-self: center; } }
      .collection-details-container .collection-details .collection-img img {
        object-fit: cover;
        width: 380px;
        height: 380px;
        position: absolute; }
        @media screen and (max-width: 1024px) {
          .collection-details-container .collection-details .collection-img img {
            width: calc((100vw - 80px - 110px) / 2);
            height: calc((100vw - 80px - 110px) / 2); } }
        @media screen and (max-width: 700px) {
          .collection-details-container .collection-details .collection-img img {
            position: relative;
            width: calc(100vw - 250px);
            height: calc(100vw - 250px); } }
        @media screen and (max-width: 600px) {
          .collection-details-container .collection-details .collection-img img {
            position: relative;
            width: calc(100vw - 80px - 80px);
            height: calc(100vw - 80px - 80px); } }
    .collection-details-container .collection-details h1 {
      color: var(--white);
      font-style: normal;
      font-size: 45px;
      line-height: 45px;
      margin: 15px 0 20px 0; }
      @media only screen and (max-width: 600px) {
        .collection-details-container .collection-details h1 {
          font-size: 40px;
          line-height: 40px; } }
    .collection-details-container .collection-details h2 {
      margin-top: 2px; }
    .collection-details-container .collection-details .description {
      color: var(--light-grey);
      font-size: 18px; }
      @media only screen and (max-width: 600px) {
        .collection-details-container .collection-details .description {
          font-size: 16px; } }
      .collection-details-container .collection-details .description__subheading {
        text-align: center;
        margin-top: 15px; }
        .collection-details-container .collection-details .description__subheading a {
          font-weight: bolder;
          font-size: 26px;
          color: #ffa953; }
          @media screen and (max-width: 1024px) {
            .collection-details-container .collection-details .description__subheading a {
              font-weight: bolder;
              font-size: 20px;
              color: #ffa953; } }
          @media only screen and (max-width: 600px) {
            .collection-details-container .collection-details .description__subheading a {
              font-size: 18px; } }

.categories {
  width: 100%;
  font-size: 16px;
  position: relative;
  display: flex;
  justify-content: center; }
  @media only screen and (max-width: 1024px) {
    .categories {
      width: calc(100% - 6vw);
      margin: 0 auto; } }
  @media only screen and (max-width: 1024px) {
    .categories--pricelist {
      width: calc(100% - 6vw - 40px);
      margin: 0 3vw 0 calc(40px + 3vw); } }
  .categories__fade {
    content: '';
    height: 24px;
    width: 10%;
    position: absolute;
    top: 0;
    z-index: 1;
    pointer-events: none; }
    .categories__fade--left {
      left: 0;
      background: linear-gradient(90deg, white 0%, rgba(255, 255, 255, 0) 100%);
      display: none; }
      .categories__fade--left--pricelist {
        background: linear-gradient(90deg, #ededef 0%, rgba(237, 237, 239, 0) 100%); }
    .categories__fade--right {
      right: 0;
      background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, white 100%); }
      .categories__fade--right--pricelist {
        background: linear-gradient(90deg, rgba(237, 237, 239, 0) 0%, #ededef 100%); }
  .categories ul {
    padding: 0; }
  .categories__list {
    list-style: none;
    padding: 0;
    position: relative;
    margin-top: 0; }
    .categories__list__child {
      list-style: none;
      font-size: 18px;
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: center;
      align-content: space-between;
      column-gap: 30px;
      row-gap: 15px; }
    .categories__list__item {
      list-style: none;
      display: inline-block;
      padding: 0 10px;
      white-space: nowrap; }
      .categories__list__item--active {
        font-weight: bold;
        text-decoration: underline;
        text-decoration-color: var(--red); }
      .categories__list__item:hover {
        text-decoration: underline;
        text-decoration-color: var(--red); }
      .categories__list__item--cta {
        width: 170px; }
        .categories__list__item--cta .categories__list__link {
          color: black; }
        .categories__list__item--cta:hover {
          text-decoration: none; }

.breadcrumbs {
  font-size: 18px;
  padding: 10px 0;
  border-bottom: 1px solid var(--light-grey); }
  @media only screen and (max-width: 1024px) {
    .breadcrumbs {
      width: calc(100% - 6vw);
      margin: 0 auto; } }

.contact_page {
  width: 860px;
  background: var(--off-white-01);
  padding: 20px 20px 30px;
  position: relative;
  overflow: hidden;
  margin-top: 0;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 50px; }
  .contact_page h1 {
    color: var(--medium-red);
    font-size: 32px;
    margin: 0 0 25px 0;
    padding-left: 90px;
    font-weight: 400; }
  .contact_page .address {
    border-top: 1px solid #cdcec6;
    padding: 20px 0;
    width: 100%;
    float: left; }
    .contact_page .address .details {
      float: left;
      line-height: 20px;
      width: 100%; }
      .contact_page .address .details h4 {
        font-size: 14px; }
      .contact_page .address .details a {
        margin: 10px 0;
        display: block;
        float: left;
        width: 100%; }
      .contact_page .address .details .details-info-col {
        float: left;
        width: 420px; }
        .contact_page .address .details .details-info-col img {
          margin-right: 20px; }
        .contact_page .address .details .details-info-col a {
          width: auto;
          float: none; }
        .contact_page .address .details .details-info-col h4 {
          margin-top: 0;
          font-size: 18px; }
      .contact_page .address .details .details-img-col {
        float: left;
        width: 380px;
        margin-right: 20px; }
        .contact_page .address .details .details-img-col img {
          width: 380px;
          min-height: 278px;
          margin-right: 0;
          float: left;
          background: #ccc; }
          .contact_page .address .details .details-img-col img:first-of-type {
            margin-bottom: 20px; }

/************************* When the screen is less than 1024px ......................... */
@media only screen and (max-width: 1023px) {
  .contact_page {
    width: 600px; }
    .contact_page .details-img-col {
      width: 100%; }
    .contact_page .subpic {
      display: none; } }

/************************* When the screen is less than 600px ......................... */
@media only screen and (max-width: 640px) {
  .contact_page {
    width: 400px; }
    .contact_page h1 {
      margin-left: 20px; }
    .contact_page .address .details .details-img-col img {
      width: 360px;
      min-height: 238px; }
    .contact_page .address .details .details-info-col {
      width: 360px;
      text-align: center; } }

.home-offer {
  height: 380px;
  margin-bottom: 20px; }
  @media screen and (max-width: 900px) {
    .home-offer {
      height: auto;
      margin-bottom: 50px; } }
  @media screen and (max-width: 800px) {
    .home-offer {
      margin-bottom: 0px; } }
  .home-offer .wrapper {
    width: 940px; }
    @media screen and (max-width: 900px) {
      .home-offer .wrapper {
        width: 100%; } }
    .home-offer .wrapper .offer-container {
      margin-left: 150px;
      background: #333333;
      color: var(--white);
      padding: 20px 20px 30px 20px;
      position: relative;
      width: 760px;
      display: grid;
      grid-template-columns: auto 380px;
      grid-template-rows: repeat(3, min-content);
      grid-column-gap: 20px; }
      @media screen and (max-width: 1024px) {
        .home-offer .wrapper .offer-container {
          margin-left: 140px; } }
      @media screen and (max-width: 900px) {
        .home-offer .wrapper .offer-container {
          grid-template-columns: 1fr 1fr;
          padding: 20px 20px 40px 20px;
          width: calc(100% - 140px - 15px); } }
      @media screen and (max-width: 700px) {
        .home-offer .wrapper .offer-container {
          grid-template-columns: 1fr;
          grid-template-rows: repeat(4, min-content); } }
      @media screen and (max-width: 600px) {
        .home-offer .wrapper .offer-container {
          margin-left: 130px;
          width: calc(100vw - 155px); } }
      @media screen and (max-width: 500px) {
        .home-offer .wrapper .offer-container {
          margin-left: 49px;
          width: calc(100vw - 49px - 25px);
          margin-top: 10px;
          padding-top: 64px; } }
      .home-offer .wrapper .offer-container h1 {
        grid-column: 1 / 2;
        font-weight: bold;
        font-size: 45px;
        line-height: 45px;
        margin: 0;
        padding: 0; }
        @media only screen and (max-width: 500px) {
          .home-offer .wrapper .offer-container h1 {
            font-size: 35px;
            line-height: 35px; } }
      .home-offer .wrapper .offer-container .offer-sub-heading {
        grid-column: 1 / 2;
        grid-row: 2 / 3;
        font-size: 18px;
        color: var(--light-grey-01); }
      .home-offer .wrapper .offer-container .offer-sub-heading2 {
        grid-column: 1 / 2;
        font-size: 18px;
        color: var(--light-grey-01);
        width: 100%; }
      .home-offer .wrapper .offer-container .offer-cta {
        grid-column: 1 / 2;
        grid-row: 3 / 4;
        color: var(--white);
        font-size: 18px;
        margin-bottom: 10px; }
        @media screen and (max-width: 700px) {
          .home-offer .wrapper .offer-container .offer-cta {
            grid-row: 4 / -1;
            margin-top: 10px; } }
      .home-offer .wrapper .offer-container .offer-cta:hover,
      .home-offer .wrapper .offer-container .offer-cta:visited,
      .home-offer .wrapper .offer-container .offer-cta:active,
      .home-offer .wrapper .offer-container .offer-cta:focus {
        color: var(--white); }
      .home-offer .wrapper .offer-container .offer-img {
        grid-row: 1 / -1;
        grid-column: 2 / -1;
        text-align: center;
        position: relative; }
        @media screen and (max-width: 700px) {
          .home-offer .wrapper .offer-container .offer-img {
            grid-row: 3 / 4;
            grid-column: 1 / -1; } }
        .home-offer .wrapper .offer-container .offer-img img {
          object-fit: cover;
          width: 380px;
          height: 380px;
          position: absolute;
          top: -20px;
          left: 0; }
          @media screen and (max-width: 900px) {
            .home-offer .wrapper .offer-container .offer-img img {
              width: 35vw;
              height: auto;
              object-fit: cover; } }
          @media screen and (max-width: 700px) {
            .home-offer .wrapper .offer-container .offer-img img {
              width: 100%;
              height: 100%;
              object-fit: cover;
              position: relative;
              top: 0; } }
      .home-offer .wrapper .offer-container .offer-sticker {
        position: absolute;
        right: 0;
        height: 120px;
        width: 120px;
        background: #aee39d;
        border-radius: 60px;
        -moz-border-radius: 60px;
        padding: 32px 0 0 0;
        color: var(--black);
        font-size: 14px;
        text-align: center; }
        .home-offer .wrapper .offer-container .offer-sticker.our-shops-sticker {
          left: 0;
          top: 75px;
          background: var(--shops-badge) center center no-repeat; }
        .home-offer .wrapper .offer-container .offer-sticker.our-shops-sticker2 {
          left: 0;
          top: 75px;
          background: var(--new_arrivals_badge) center center no-repeat; }
        .home-offer .wrapper .offer-container .offer-sticker span {
          font-style: oblique;
          font-weight: bold;
          font-size: 16px; }

.bottom-border:after {
  display: block;
  content: "";
  margin-left: 10px;
  padding: 30px 0 0 0;
  border-bottom: solid 1px var(--light-beige); }

@media only screen and (max-width: 1024px) {
  .featured-categories {
    padding: 0 3vw; } }

.featured-categories .feature-panels {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: 1fr 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px; }
  @media only screen and (max-width: 800px) {
    .featured-categories .feature-panels {
      grid-column-gap: 10px;
      grid-row-gap: 10px; } }
  @media only screen and (max-width: 700px) {
    .featured-categories .feature-panels {
      grid-template-columns: repeat(2, 1fr);
      grid-template-rows: 1fr 1fr 1fr;
      grid-column-gap: 20px;
      grid-row-gap: 20px; } }
  @media only screen and (max-width: 600px) {
    .featured-categories .feature-panels {
      grid-column-gap: 10px;
      grid-row-gap: 10px; } }
  .featured-categories .feature-panels .panel {
    position: relative; }
    .featured-categories .feature-panels .panel--2 {
      grid-column: span 2; }
      @media only screen and (max-width: 700px) {
        .featured-categories .feature-panels .panel--2 {
          grid-column: 1 / -1;
          grid-row: 1 / 2; } }
    .featured-categories .feature-panels .panel--3 {
      grid-column: span 2; }
    @media only screen and (max-width: 700px) {
      .featured-categories .feature-panels .panel--4 {
        grid-row: 3 / 4; } }
    .featured-categories .feature-panels .panel--5 {
      grid-row: 1 /3;
      grid-column: 4 / 5; }
      @media only screen and (max-width: 700px) {
        .featured-categories .feature-panels .panel--5 {
          grid-column: 2 / -1;
          grid-row: 2 / 4; } }
    .featured-categories .feature-panels .panel img {
      object-fit: cover;
      width: 100%;
      height: 100%; }
    .featured-categories .feature-panels .panel a .link-name {
      display: block;
      font-weight: bold; }
    .featured-categories .feature-panels .panel a:hover, .featured-categories .feature-panels .panel a:visited, .featured-categories .feature-panels .panel a:active, .featured-categories .feature-panels .panel a:focus {
      color: var(--white); }

.popup {
  background-color: var(--light-yellow);
  position: fixed;
  display: block;
  padding: 25px;
  top: 50vh;
  left: 50vw;
  transform: translate(-50%, -50%); }
  .popup__heading {
    text-align: center; }
  .popup__paragraph {
    text-align: center; }
  .popup__circle {
    width: 120px;
    height: 120px;
    background-image: var(--sale-circle);
    background-size: cover;
    margin-left: auto;
    margin-right: auto;
    transform: rotate(0deg);
    animation: rotating 2s ease-in-out 3; }

.popup2 {
  position: fixed;
  top: calc((100vh - 200px) / 2);
  display: block;
  width: 600px;
  left: calc((100vw - 600px) / 2);
  padding: 20px; }
  .popup2__heading {
    text-align: center; }
  .popup2__paragraph {
    text-align: center; }
  .popup2__circle {
    position: absolute;
    top: 1px;
    z-index: -1;
    width: 600px;
    height: 600px;
    background-image: var(--sale-circle);
    background-size: cover;
    margin-left: auto;
    margin-right: auto;
    transform: rotate(0deg);
    animation: rotating 20s linear infinite; }

.product-container {
  width: 100%;
  position: relative;
  margin-bottom: 20px; }
  .product-container .product-panel {
    margin-left: 70px;
    margin-right: 70px;
    background: var(--off-white);
    padding: 20px;
    padding-right: 90px;
    position: relative;
    display: grid;
    grid-template-columns: 380px auto;
    column-gap: 20px;
    row-gap: 20px; }
    @media screen and (max-width: 1024px) {
      .product-container .product-panel {
        grid-template-columns: 1fr 1fr;
        width: calc(100vw - 160px); } }
    @media screen and (max-width: 800px) {
      .product-container .product-panel {
        grid-template-columns: 1fr;
        padding-right: 20px; } }
    @media screen and (max-width: 600px) {
      .product-container .product-panel {
        width: calc(100vw - 110px);
        padding-bottom: 125px; } }
    .product-container .product-panel .price-add {
      position: absolute;
      top: 20px;
      right: -60px;
      width: 140px;
      min-height: 64px;
      z-index: 2; }
      @media screen and (max-width: 600px) {
        .product-container .product-panel .price-add {
          bottom: 10px;
          right: 10px;
          top: auto; } }
      .product-container .product-panel .price-add * {
        display: block; }
      .product-container .product-panel .price-add .price {
        display: block; }
        .product-container .product-panel .price-add .price .total-price,
        .product-container .product-panel .price-add .price .original-price,
        .product-container .product-panel .price-add .price .percentage-off {
          background: var(--light-yellow-01);
          padding: 2px 5px;
          letter-spacing: 0;
          line-height: 20px;
          font-size: 20px;
          display: inline-block;
          font-weight: bold;
          min-width: 80px;
          float: left;
          text-align: center; }
        .product-container .product-panel .price-add .price .original-price {
          background: var(--light-grey);
          color: #54544a; }
        .product-container .product-panel .price-add .price .percentage-off {
          background: var(--red);
          color: var(--white);
          min-width: 0; }
        .product-container .product-panel .price-add .price .reduced {
          color: var(--red); }
      .product-container .product-panel .price-add .add-to-basket {
        height: 40px;
        width: 140px;
        display: block;
        background: url('/cdn/shop/t/19/assets/add-to-basket.png?v=135926091977157171451642510751') left top no-repeat;
        text-indent: -9000px;
        border: none;
        margin-bottom: 10px; }
        .product-container .product-panel .price-add .add-to-basket.disabled {
          background: url('/cdn/shop/t/19/assets/not-available.png?v=26857574947851950431642510752') left top no-repeat; }
      .product-container .product-panel .price-add .product-select {
        font-family: "Karla", sans-serif; }
        .product-container .product-panel .price-add .product-select option {
          font-family: "Karla", sans-serif; }
    .product-container .product-panel .product-gallery-container {
      position: relative; }
      .product-container .product-panel .product-gallery-container .product-gallery {
        position: absolute;
        top: 0; }
        @media screen and (max-width: 800px) {
          .product-container .product-panel .product-gallery-container .product-gallery {
            position: relative; } }
        .product-container .product-panel .product-gallery-container .product-gallery .product-img {
          position: relative;
          overflow: hidden;
          text-align: center;
          background: var(--white); }
          @media screen and (max-width: 800px) {
            .product-container .product-panel .product-gallery-container .product-gallery .product-img {
              width: 100%; } }
          .product-container .product-panel .product-gallery-container .product-gallery .product-img .main-prod-link {
            position: absolute;
            display: block;
            height: 100%;
            width: 100%;
            top: 0;
            left: 0; }
          .product-container .product-panel .product-gallery-container .product-gallery .product-img img {
            object-fit: contain;
            width: 380px;
            height: 380px; }
            @media screen and (max-width: 1024px) {
              .product-container .product-panel .product-gallery-container .product-gallery .product-img img {
                width: calc((100vw - 160px - 40px - 90px) / 2);
                height: calc((100vw - 160px - 40px - 90px) / 2); } }
            @media screen and (max-width: 800px) {
              .product-container .product-panel .product-gallery-container .product-gallery .product-img img {
                width: 100%;
                height: auto;
                max-height: 500px; } }
            @media screen and (max-width: 600px) {
              .product-container .product-panel .product-gallery-container .product-gallery .product-img img {
                height: 400px;
                width: 100%; } }
            @media screen and (max-width: 500px) {
              .product-container .product-panel .product-gallery-container .product-gallery .product-img img {
                height: 300px; } }
          .product-container .product-panel .product-gallery-container .product-gallery .product-img .zoom-icon {
            display: block;
            height: 18px;
            width: 18px;
            position: absolute;
            bottom: 10px;
            right: 10px;
            background: url('/cdn/shop/t/19/assets/zoom-img.png?v=104814186303955687411642510752') left top no-repeat; }
        .product-container .product-panel .product-gallery-container .product-gallery .thumbs {
          padding-top: 10px;
          height: 60px;
          overflow: hidden; }
          .product-container .product-panel .product-gallery-container .product-gallery .thumbs .thumb {
            display: inline-block;
            margin-right: 10px;
            width: 60px; }
          .product-container .product-panel .product-gallery-container .product-gallery .thumbs a {
            display: inline-block;
            float: left;
            height: 60px; }
    .product-container .product-panel .product-info .prod-title {
      margin: 0;
      padding: 0;
      font-size: 40px; }
      @media only screen and (max-width: 600px) {
        .product-container .product-panel .product-info .prod-title {
          font-size: 30px; } }
    .product-container .product-panel .product-info .author {
      color: var(--medium-grey-01);
      font-size: 16px; }
      .product-container .product-panel .product-info .author strong {
        color: var(--black); }
    .product-container .product-panel .product-info .prod-description {
      font-size: 14px;
      line-height: 20px;
      margin-top: 20px; }
      .product-container .product-panel .product-info .prod-description iframe {
        max-width: 100%;
        margin: 20px auto 30px;
        display: block; }
    .product-container .product-panel .product-info .prod-small-details {
      font-size: 12px; }

.prod-pg-cont .product-panel {
  min-height: 500px; }

.selector-wrapper label {
  display: none; }
  .selector-wrapper label select {
    width: 140px; }

.single-option-selector {
  width: 100%;
  border: 0;
  margin-top: 1px;
  font-family: "Karla", sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold; }

.no_results {
  background: var(--off-white-01);
  padding: 20px;
  margin: 30px 10px 30px 10px;
  text-align: center; }

.related {
  display: grid;
  grid-template-columns: 3fr minmax(240px, 1fr);
  column-gap: 20px; }
  @media only screen and (max-width: 1024px) {
    .related {
      margin: 0 3vw; } }
  @media only screen and (max-width: 800px) {
    .related {
      grid-template-columns: 1fr; } }
  .related__products__row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 20px; }
    @media only screen and (max-width: 600px) {
      .related__products__row {
        grid-template-columns: 280px;
        justify-content: center;
        row-gap: 20px; } }
  .related__tags__group {
    background-color: var(--light-beige);
    margin-top: 20px;
    padding: 10px 10px 40px;
    font-size: 16px;
    position: relative; }
    @media only screen and (max-width: 800px) {
      .related__tags__group {
        min-height: auto; } }
    .related__tags__group .more-tags-container {
      position: absolute;
      bottom: 10px;
      left: 10px;
      width: 100%; }
  .related__tags--collections {
    padding: 10px 10px; }
    .related__tags--collections ul, .related__tags--collections li {
      list-style: none; }
    .related__tags--collections__list {
      padding: 0; }
      .related__tags--collections__list__item {
        margin-bottom: 5px; }

/************************* END When the screen is less than 1024 pixels wide, PRODUCT-SEPERATOR disappears*/
.search-results {
  padding-left: 10px; }
  @media only screen and (max-width: 1024px) {
    .search-results {
      padding-left: 0px; } }
  .search-results h1.title {
    width: 100%;
    line-height: 36px;
    margin-top: 10px;
    color: var(--medium-red);
    font-weight: normal;
    font-style: italic;
    font-size: 32px;
    padding: 0 5px 20px 130px; }
  .search-results .results-list {
    padding-bottom: 0;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    justify-content: space-around;
    width: 100%;
    margin: auto;
    grid-column-gap: 20px; }
    @media screen and (max-width: 1024px) {
      .search-results .results-list {
        grid-template-columns: repeat(3, 220px);
        padding: 0 50px; } }
    @media screen and (max-width: 800px) {
      .search-results .results-list {
        grid-template-columns: repeat(2, 220px); } }
    @media screen and (max-width: 565px) {
      .search-results .results-list {
        grid-template-columns: 1fr;
        justify-items: center; } }
    .search-results .results-list:after {
      display: none;
      content: "";
      width: auto;
      margin-left: 10px;
      padding: 30px 0 0 0;
      border-bottom: solid 1px var(--light-beige); }
    .search-results .results-list .search-result {
      overflow: hidden;
      position: relative; }
      .search-results .results-list .search-result .prod-title {
        font-size: 18px; }
      .search-results .results-list .search-result .product-loop-add {
        right: 0;
        top: 183px; }
      .search-results .results-list .search-result .search-field {
        margin: 30px auto 0px;
        width: 300px;
        height: 100px;
        line-height: 40px;
        font-size: 18px;
        border: none; }
        .search-results .results-list .search-result .search-field #sepsearch {
          width: 90%;
          padding: 5px; }

.product-seperator,
.product-seperator-medium,
.product-seperator-small,
.product-seperator-mini {
  margin: 20px 10px 20px 10px;
  height: 1px;
  width: 100%;
  background: var(--light-beige);
  grid-column: 1 / -1; }

@media screen and (max-width: 1024px) {
  .product-seperator {
    display: none; } }

@media screen and (min-width: 1024px) {
  .product-seperator-medium {
    display: none; } }

@media screen and (max-width: 800px) {
  .product-seperator-medium {
    display: none; } }

@media screen and (min-width: 800px) {
  .product-seperator-small {
    display: none; } }

@media screen and (max-width: 565px) {
  .product-seperator-small {
    display: none; } }

.subtext {
  padding: 0 50px 0 40px; }

.narrow_page {
  width: 660px;
  background: var(--off-white-01);
  padding: 0 20px 30px;
  position: relative;
  overflow: hidden;
  margin: 20px auto;
  line-height: 19px; }
  .narrow_page h1 {
    color: var(--medium-red);
    font-size: 32px;
    margin: 30px 0 15px 0;
    line-height: 32px;
    font-style: bold; }
  .narrow_page h4 {
    color: var(--medium-red); }

/************************* When the screen is less than 1024px ......................... */
@media only screen and (max-width: 1024px) {
  .narrow_page {
    width: calc(100% - 290px);
    margin-left: 140px;
    margin-right: 150px; } }

/************************* When the screen is less than 600px ......................... */
@media only screen and (max-width: 640px) {
  .narrow_page {
    width: calc(100% - 160px);
    min-width: 300px;
    margin-left: 60px;
    margin-right: 60px; }
    .narrow_page h1 {
      margin-top: 60px;
      line-height: 30px; } }

/*PASSWORD STUFF*/
.passbox {
  margin-left: 200px; }

.hidden {
  display: none; }
