@media (min-width: 1024px) {
  .filter-menu__link {
    margin-left: 32px;
  }
}
.filter-menu__header {
  font-size: 14px;
  line-height: 17px;
  margin-bottom: 12px;
  color: #000;
}
@media (min-width: 1024px) {
  .filter-menu__header {
    font-size: 16px;
    line-height: 19px;
  }
}
.filter-menu__option {
  display: inline-block;
  white-space: nowrap;
  font-size: 13px;
  line-height: 16px;
  background-color: #EEEEF5;
  border: 1px solid transparent;
  padding: 3px 10px;
  border-radius: 90px;
  color: #000;
  text-decoration: none !important;
  margin-right: 8px;
  margin-bottom: 16px;
}
@media (min-width: 1024px) {
  .filter-menu__option {
    font-size: 16px;
    line-height: 19px;
  }
}
.filter-menu__option--selected {
  color: #6D47B8 !important;
  border: 1px solid #6D47B8;
}
.filter-menu__option--selected .filter-menu__option__icon {
  display: inline-block;
}
.filter-menu__clear {
  font-size: 13px;
  line-height: 16px;
  white-space: nowrap;
  font-weight: 500;
  color: #000;
}
@media (min-width: 1024px) {
  .filter-menu__clear {
    font-size: 14px;
    line-height: 17px;
  }
}

.category-filter {
  font-size: 16px;
  line-height: 19px;
  color: #000;
}
@media (max-width: 1023.98px) {
  .category-filter {
    margin-top: 24px;
    margin-bottom: 16px;
    border-top: 0.25px solid #464646;
    padding-top: 16px;
    font-size: 14px;
    line-height: 16px;
  }
}

@media (min-width: 1024px) {
  .top-ruler {
    border: 0;
    border-top: 0.25px solid #464646;
    margin: 25px 0;
  }
}

@media (max-width: 1023.98px) {
  .bottom-ruler {
    border: 0;
    border-top: 0.25px solid #464646;
    margin: 25px 0 18px;
  }
}

.product-marketing-flag-block {
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 1;
}
.product-marketing-flag-block .product-marketing-flag-inner {
  background-color: #fff;
  padding: 0px 0.375rem;
  height: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.product-marketing-flag-block .product-marketing-flag-inner.automat {
  background-color: #6D47B8;
}
.product-marketing-flag-block .product-marketing-flag-inner.automat .product-marketing-flag {
  color: #fff;
}

.product-list-v2 .header-standard h1 {
  font-weight: 100;
}

.product-list-unit-v2.vsa-block-content .vsa-img-block img {
  min-height: 100% !important;
}

.product-list-unit-v2.vsa-block-content .vsa-heading {
  font-size: 18px !important;
}

.product-list-unit-v2.vsa-block-content .vsa-cta-block {
  min-height: 34px;
}

@media (max-width: 767px) {
  .product-list-unit-v2.vsa-block-content {
    height: 100%;
  }
}
@media (max-width: 767.98px) {
  .product-list-unit-v2.vsa-block-content .vsa-cta-block {
    bottom: 40px;
  }
}
@media (max-width: 768px) {
  .product-list-unit-v2 .product-inventory-flag-block {
    padding-bottom: 12px;
  }
}
.product-list-unit-v2 .product-price-variant-block {
  margin: 4px 0;
}

.product-list-view-options .product-count {
  margin-top: 17px;
  margin-right: 16px;
  font-size: 14px;
  color: #464646;
  font-weight: 500;
}
@media (min-width: 1024px) {
  .product-list-view-options .product-count {
    font-weight: 300;
  }
}

.search-content {
  margin-top: 2rem;
}

.article-tiles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}
@media (max-width: 767.98px) {
  .article-tiles {
    margin: 0 -15px;
  }
}
.article-tile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  width: 100%;
  padding: 0 15px 25px;
  color: #000;
}
@media (min-width: 1024px) {
  .article-tile {
    width: 33.3333333333%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    padding-bottom: 84px;
  }
}
.article-tile__img {
  width: 58%;
}
@media (min-width: 1024px) {
  .article-tile__img {
    width: 100%;
  }
}
.article-tile__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 42%;
}
@media (max-width: 1023.98px) {
  .article-tile__content {
    padding-left: 1rem;
  }
}
@media (min-width: 1024px) {
  .article-tile__content {
    width: 100%;
  }
}
.article-tile__category {
  font-size: 10px;
  line-height: 20px;
  font-weight: 500;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.5);
}
@media (min-width: 1024px) {
  .article-tile__category {
    margin-top: 0.75rem;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 1px;
  }
}
.article-tile__title {
  font-size: 18px;
  line-height: 24px;
  margin-top: 8px;
}
@media (min-width: 1024px) {
  .article-tile__title {
    line-height: 28px;
    font-size: 24px;
    margin-bottom: 1.375rem;
  }
}
.article-tile__link {
  font-size: 10px;
  line-height: 20px;
  font-weight: 500;
  text-transform: uppercase;
  text-decoration: underline;
  color: inherit !important;
  margin-top: auto;
  margin-bottom: 16px;
}
@media (min-width: 1024px) {
  .article-tile__link {
    font-size: 0.875rem;
    line-height: 24px;
    margin-bottom: 0;
    letter-spacing: 1px;
  }
}

.product-list-v2 .product-hit-tile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
.product-list-v2 .product-list-unit-v2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  width: 100%;
}
.product-list-v2 .product-tile__footer {
  margin-top: auto;
}

@media (min-width: 1280px) {
  .category-page .container {
    max-width: 1260px;
  }
}
@media (min-width: 1600px) {
  .category-page .container {
    max-width: 1300px;
  }
}
.category-page .container.demo-auto {
  margin-top: 16px;
}
@media (max-width: 1023.98px) {
  .category-page .container.demo-auto h3, .category-page .container.demo-auto .h3 {
    margin-top: 16px;
  }
  .category-page .container.demo-auto .wd100 {
    max-width: 100%;
  }
}
@media (max-width: 767.98px) {
  .category-page .wd100 {
    max-width: 100%;
  }
}

.btn-wishlist.wishlist-active .fa-layers {
  color: #6D47B8;
}

.product-list-v2 .product-list-promo-banner .promo-img img {
  margin: 0.25rem auto 0 auto;
}
.product-list-v2 .promo-img img {
  margin: 0.25rem auto 0 auto;
}
.product-list-v2 .header-standard {
  height: 8rem;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  color: #fff;
  text-align: center;
  display: table;
  width: 100%;
}
@media (min-width: 768px) {
  .product-list-v2 .header-standard {
    height: 10rem;
  }
}
.product-list-v2 .header-standard .container {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.product-list-v2 .header-standard h1 {
  font-size: 1.25rem;
  font-family: "Victor Serif", Garamond, serif;
  line-height: 1.5rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding-bottom: 0.25rem;
}
@media (min-width: 768px) {
  .product-list-v2 .header-standard h1 {
    font-size: 2.25rem;
    font-family: "Victor Serif", Garamond, serif;
    line-height: 48px;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding-bottom: 0.25rem;
  }
}
.product-list-v2 .header-standard p {
  font-weight: 200;
  line-height: 1.25;
  font-size: 0.75rem;
}
@media (min-width: 768px) {
  .product-list-v2 .header-standard p {
    font-size: 1rem;
  }
}
.product-list-v2 .vsa-video {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .product-list-v2 .vsa-video {
    margin-bottom: 0px;
  }
}

.product-list-unit-v2 {
  background-color: #fff;
  position: relative;
  text-align: center;
  margin-top: 6px;
  margin-bottom: 32px;
}
.product-list-unit-v2.vsa-block-content {
  overflow: hidden;
  background-color: #f4f2f7;
}
.product-list-unit-v2.vsa-block-content .vsa-img-block {
  width: 100%;
  max-width: none;
}
.product-list-unit-v2.vsa-block-content .vsa-img-block img {
  min-height: 0;
  width: 100%;
}
.product-list-unit-v2.vsa-block-content .vsa-heading {
  color: #222222;
  line-height: 1.4;
  margin-top: 32px;
  padding: 0 3.5rem;
  overflow: hidden;
  width: 100%;
}
@media (max-width: 767.98px) {
  .product-list-unit-v2.vsa-block-content .vsa-heading {
    margin-top: 1.25rem;
    padding: 0 1.25rem;
  }
}
.product-list-unit-v2.vsa-block-content .vsa-heading .vsa-subtitle {
  display: block;
}
@media (min-width: 768px) {
  .product-list-unit-v2.vsa-block-content .vsa-heading .vsa-subtitle {
    margin-top: 14px;
  }
}
.product-list-unit-v2.vsa-block-content .vsa-cta-block {
  padding-bottom: 16px;
  min-height: 64px;
  margin-top: 21px;
}
.product-list-unit-v2.vsa-block-content .vsa-cta-block .vsa-cta {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
@media (max-width: 767.98px) {
  .product-list-unit-v2.vsa-block-content .vsa-cta-block {
    width: 100%;
  }
}
.product-list-unit-v2 .product-view-link {
  display: block;
  color: #222222;
  text-decoration: none;
  text-transform: none;
}
.product-list-unit-v2 .color-variant {
  padding-bottom: 18px;
  position: relative;
}
.product-list-unit-v2 .color-variant input[type=radio]:focus + .color-img {
  outline: 3px solid rgb(0, 95, 204);
}
.product-list-unit-v2 .color-variant .color-img {
  border-radius: 50%;
  padding: 1px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.product-list-unit-v2 .color-variant .color-img.selected {
  border: 1px solid black;
}
@media (min-width: 768px) {
  .product-list-unit-v2 .color-variant .color-img {
    padding: 2px;
  }
}
.product-list-unit-v2 .color-variant img {
  width: 15px;
  height: 15px;
  border-radius: 50%;
}
@media (min-width: 768px) {
  .product-list-unit-v2 .color-variant img {
    width: 20px;
    height: 20px;
  }
}
.product-list-unit-v2 .color-variant .color-attribute-name {
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 12px;
  line-height: 14px;
}
.product-list-unit-v2 .product-variant-container .size-form {
  width: 100%;
  font-size: 0.875rem;
  padding: 0.4rem 0.75rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-align: center;
}
@media (max-width: 767.98px) {
  .product-list-unit-v2 .product-variant-container .size-form {
    padding: 0.2rem 0.75rem;
    height: 32px;
  }
}
.product-list-unit-v2 .product-variant-container .product-variant button {
  text-align: left;
  text-transform: unset;
}
.product-list-unit-v2 .product-variant-container .product-variant button:after {
  float: right;
  margin-top: 5px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.product-list-unit-v2 .product-list-unit-tools .wishlist-block {
  float: right;
  position: absolute;
  left: 8px;
  top: 3px;
  z-index: 1;
}
.product-list-unit-v2 .product-list-unit-tools .wishlist-block .btn-wishlist {
  padding: 0;
  color: #222222;
  font-size: 12px;
  display: inline-block;
}
.product-list-unit-v2 .product-list-unit-tools .wishlist-block .btn-wishlist:focus {
  -webkit-box-shadow: 0 0 0 4px rgb(0, 95, 204);
          box-shadow: 0 0 0 4px rgb(0, 95, 204);
  outline: 2px solid #fff;
}
.product-list-unit-v2 .product-list-unit-tools .wishlist-block .btn-wishlist:active {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.product-list-unit-v2 .product-lifestyle-img {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.product-list-unit-v2 .product-img-block {
  position: relative;
  margin: 0 auto;
  width: 100%;
  aspect-ratio: 1/1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}
.product-list-unit-v2 .product-img-block:hover .product-lifestyle-img,
.product-list-unit-v2 .product-marketing-flag-block:hover ~ div .product-lifestyle-img,
.product-list-unit-v2 .product-list-unit-tools:hover ~ .thumb-link .product-lifestyle-img {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: opacity 0.2s linear, visibility 0.2s linear, -webkit-transform 0.25s linear;
  transition: opacity 0.2s linear, visibility 0.2s linear, -webkit-transform 0.25s linear;
  transition: opacity 0.2s linear, visibility 0.2s linear, transform 0.25s linear;
  transition: opacity 0.2s linear, visibility 0.2s linear, transform 0.25s linear, -webkit-transform 0.25s linear;
}
.product-list-unit-v2 .product-name {
  font-size: 0.75rem;
  font-weight: 500;
  text-transform: none;
  margin: 2px 0 5px;
  text-align: left;
  overflow: hidden;
  margin-top: 1rem;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .product-list-unit-v2 .product-name {
    line-height: 1.25rem;
  }
}
.product-list-unit-v2 .product-name .product-subtitle {
  font-weight: 300;
  letter-spacing: normal;
  margin-top: 0.25rem;
  display: block;
}
@media (min-width: 768px) {
  .product-list-unit-v2 .product-name .product-subtitle {
    margin-top: 0.5rem;
  }
}
@media (min-width: 768px) {
  .product-list-unit-v2 .product-name, .product-list-unit-v2 .product-name .product-subtitle {
    font-size: 0.875rem;
  }
}
.product-list-unit-v2 .product-price-variant-block {
  margin: 8px 0;
  text-align: left;
  font-size: 14px;
  font-weight: 500;
}
.product-list-unit-v2 .product-price-variant-block .product-price-value {
  font-weight: 300;
}
.product-list-unit-v2 .product-price-variant-block .separator {
  padding: 0 4px;
}
.product-list-unit-v2 .product-price-variant-block a {
  color: #464646;
  text-decoration: underline;
}
.product-list-unit-v2 .product-price-variant-block a:hover {
  color: #262b2d;
  text-decoration: underline;
}
.product-list-unit-v2 .reviews-ratings-link {
  height: 35px;
  font-size: 0.75rem;
}
@media (min-width: 768px) {
  .product-list-unit-v2 .reviews-ratings-link {
    font-size: 0.875rem;
  }
}
.product-list-unit-v2 .variant-option .color-variant, .product-list-unit-v2 .variant-option .product-variant-container {
  margin: 0 auto;
  text-align: left;
}
.product-list-unit-v2 .variant-option .specialPrice {
  padding-bottom: 0.34375rem;
}
@media (min-width: 480px) {
  .product-list-unit-v2 .variant-option .specialPrice {
    padding-bottom: 0.5625rem;
  }
}
.product-list-unit-v2 .product-cta-block {
  padding-bottom: 16px;
  width: 100%;
  margin: 0.75rem auto 0;
}
@media (min-width: 768px) {
  .product-list-unit-v2 {
    margin-top: 32px;
    margin-bottom: 0px;
  }
  .product-list-unit-v2 .product-img-block {
    width: 100%;
  }
  .product-list-unit-v2 .product-list-unit-tools {
    min-height: 0px;
  }
  .product-list-unit-v2 .product-price-variant-block {
    min-height: 19px;
  }
  .product-list-unit-v2 .product-inventory-flag-block {
    min-height: 22px;
  }
}
.product-list-unit-v2.product-list-unit-promo {
  overflow: hidden;
  height: auto;
}
.product-list-unit-v2.product-list-unit-promo .vsa-main-block {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  width: 100%;
}
@media (min-width: 768px) {
  .product-list-unit-v2.product-list-unit-promo {
    margin-top: 32px;
  }
}
@media (min-width: 1280px) {
  .product-list-unit-v2.product-list-unit-promo {
    height: 500px;
  }
}
.product-list-unit-v2.product-list-unit-promo img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
  width: 100%;
}

.category-page .vsa-video video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 1280px) {
  .category-page .vsa-video video {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
.category-page .vsa-block-content {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.category-page .vsa-heading .vsa-subtitle {
  font-size: 14px;
}
@media (min-width: 1024px) {
  .category-page .vsa-heading .vsa-subtitle {
    font-size: 16px;
  }
}
.category-page .video-play-pause {
  color: #000;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  position: absolute;
  right: 0;
  margin: 1rem 1rem;
  cursor: pointer;
  bottom: 0;
}
.category-page .video-play-pause.play {
  background: #fff;
  font-size: 14px;
}
.category-page .video-play-pause.play:hover {
  background: #6D47B8;
  color: #fff;
}
.category-page .video-play-pause.play .icon-play {
  display: block;
}
.category-page .video-play-pause.play .icon-pause {
  display: none;
}
.category-page .video-play-pause.pause {
  background: #fff;
  font-size: 14px;
}
.category-page .video-play-pause.pause:hover {
  background: #6D47B8;
  color: #fff;
}
.category-page .video-play-pause.pause .icon-play {
  display: none;
}
.category-page .video-play-pause.pause .icon-pause {
  display: block;
}

.compare-section {
  overflow-x: auto;
}
.compare-section .container {
  padding-left: 0;
}
.compare-section .product-name {
  font-size: 1rem;
  font-weight: 500;
  margin-top: 8px;
  height: 40px;
  width: 183px;
  color: #000;
}
.compare-section .product-name a, .compare-section .product-name a:hover {
  text-decoration: none;
  color: #222222;
}
.compare-section .comapare-product-img {
  height: auto;
  width: 183px;
}
@media (min-width: 768px) {
  .compare-section .comapare-product-img {
    height: auto;
    width: 183px;
  }
}
@media (min-width: 1600px) {
  .compare-section .comapare-product-img {
    height: auto;
    width: 183px;
  }
}
.compare-section .row-heading th {
  border-top: 1px solid #000;
  font-size: 12px;
  padding-bottom: 0rem;
  padding-top: 0.5rem;
  text-transform: uppercase;
  font-weight: 500;
}
@media (min-width: 768px) {
  .compare-section .row-heading th {
    font-size: 14px;
  }
}
.compare-section table.compare-table {
  table-layout: fixed;
  margin: 0 auto;
}
.compare-section table.compare-table .color-variant {
  height: 0;
}
.compare-section table.compare-table .color-variant .color-img {
  border-radius: 50%;
  padding: 2px;
  cursor: pointer;
}
.compare-section table.compare-table .color-variant .color-img.selected img {
  border: 1px solid black;
  padding: 1px;
}
.compare-section table.compare-table .color-variant img {
  width: 27px;
  height: 27px;
  border-radius: 50%;
}
.compare-section table.compare-table .main-row th, .compare-section table.compare-table .action-row th {
  padding-bottom: 1.5rem;
}
.compare-section table.compare-table .main-row a:hover, .compare-section table.compare-table .action-row a:hover {
  text-decoration: none;
}
.compare-section table.compare-table th .sticky-container {
  width: 100%;
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
}
.compare-section table.compare-table th .sticky-container .sticky-element {
  position: sticky;
  left: 0px;
  overflow: hidden;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: end;
  -webkit-box-align: end;
          align-items: flex-end;
}
.compare-section table.compare-table td, .compare-section table.compare-table th {
  min-width: 215px;
  width: 215px;
  padding: 0.5rem 1rem;
  font-size: 13px;
  vertical-align: top;
}
@media (min-width: 768px) {
  .compare-section table.compare-table td, .compare-section table.compare-table th {
    font-size: 14px;
  }
}
.compare-section table.compare-table td ul, .compare-section table.compare-table th ul {
  padding-left: 1.5rem;
}
.compare-section table.compare-table td:first-of-type, .compare-section table.compare-table th:first-of-type {
  padding-left: 0;
}

@media (max-width: 767.98px) {
  .product-list-row--2up .product-list-unit-v2 {
    margin-top: 0px;
    margin-bottom: 24px;
  }
  .product-list-row--2up .product-list-unit-v2 .selected-size-value {
    color: #000000;
    font-size: 0.8125rem;
  }
  .product-list-row--2up .product-list-unit-v2 .specialPrice {
    text-align: left;
    padding-top: 2px;
  }
  .product-list-row--2up .product-list-unit-v2 .specialPrice span {
    color: #000000;
  }
  .product-list-row--2up .product-list-unit-v2 .product-cta-block {
    padding: 0;
  }
  .product-list-row--2up .product-list-unit-v2 .product-cta .btn-outline-dark {
    padding: 0.438rem 0;
  }
}
@media (max-width: 767.98px) and (max-width: 400px) {
  .product-list-row--2up .product-list-unit-v2 .product-cta .btn-outline-dark {
    font-size: 11px;
    line-height: 1.5;
  }
}
@media (max-width: 767.98px) {
  .product-list-row--2up .product-list-unit-v2 .size-form {
    font-size: 0.75rem !important;
    line-height: 1.25rem !important;
  }
  .product-list-row--2up .product-list-unit-v2 .product-not-available-msg {
    font-size: 0.75rem;
    line-height: 1rem;
  }
  .product-list-row--2up .product-list-col.odd {
    padding-left: 0;
    padding-right: 6px;
  }
}
@media (max-width: 767.98px) and (max-width: 479.98px) {
  .product-list-row--2up .product-list-col.odd .product-tile__footer, .product-list-row--2up .product-list-col.odd .product-name, .product-list-row--2up .product-list-col.odd .product-rating-summary {
    padding-left: 12px;
  }
}
@media (max-width: 767.98px) {
  .product-list-row--2up .product-list-col.even {
    padding-left: 6px;
    padding-right: 0;
  }
  .product-list-row--2up .product-list-col.even .product-tile__footer, .product-list-row--2up .product-list-col.even .product-name {
    padding-right: 12px;
  }
  .product-list-row--2up .product-variant {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .product-list-row--2up .vsa-block {
    padding-left: 0;
    padding-right: 0;
  }
  .product-list-row--2up .product-list-unit-v2 .product-name {
    text-align: left;
    padding: 0;
  }
  .product-list-row--2up .yotpo .star-clickable .text-m {
    font-size: 0.75rem;
  }
}
@media (max-width: 767.98px) and (max-width: 374px) {
  .product-list-row--2up .yotpo .text-m {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .product-list-row--2up .yotpo-bottomline .yotpo-icon-empty-star,
  .product-list-row--2up .yotpo-bottomline .yotpo-icon-half-star,
  .product-list-row--2up .yotpo-bottomline .yotpo-icon-star {
    font-size: 1rem !important;
  }
}

.view-option-group .dropdown {
  border: 1px solid #495257;
  border-radius: 4px;
}
@media (min-width: 768px) {
  .view-option-group .dropdown {
    min-width: 140px;
  }
}

.view-filters {
  position: relative;
}
.view-filters::after {
  content: "";
  background: transparent;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  display: none;
}
.view-filters.loading::after {
  display: block;
}
.view-filters.loading .filter-menu__option, .view-filters.loading .filter-menu__clear {
  opacity: 0.5;
}

.categoryProducts .product-marketing-flag, .categoryProducts .product-inventory-flag {
  font-size: 12px;
  font-weight: 300;
  text-transform: uppercase;
  color: #222222;
}

.header-browser-spec {
  border-bottom: none;
}

.title-browser-spec {
  padding-top: 45px;
  text-transform: uppercase;
  font-size: 18px;
  letter-spacing: 2px;
  margin: 0 auto;
  font-weight: 500;
}

.title-browser-inner-spec {
  padding: 0px 8px 0 8px;
}

.body-browser-spec {
  margin: 0 auto;
  font-size: 16px;
}
.body-browser-spec .body-browser-inner-spec {
  padding: 0 15px 0 15px;
}

.dialog-browser-spec {
  max-width: 550px;
}

.icons-browser-spec {
  width: 279px;
  margin: 0 auto;
  padding: 25px 0 40px 0;
}

.close-spec {
  color: #222222;
}

.chrome-asset-spec {
  height: 70px;
}

.safari-asset-spec {
  height: 74px;
}

.firefox-asset-spec {
  height: 75px;
}

.search-promo-container {
  width: 100%;
  padding-bottom: 10px;
}
.search-promo-container h2 {
  margin-top: 4rem;
  text-align: center;
  font-size: 18px;
  font-weight: 300;
}
@media (max-width: 767.98px) {
  .search-promo-container h2 {
    margin-top: 75px;
  }
}
.search-promo-container .vsa-subtitle {
  color: #222222;
  display: block;
  margin-top: 14px;
  text-transform: none;
  text-align: center;
}
.search-promo-container .vsa-block-content {
  margin-top: 17px !important;
  position: relative;
  border: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  background-color: white !important;
  margin-bottom: 20px !important;
}
.search-promo-container .vsa-block-content .promo-container {
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  border: 1px solid #f7f9fa;
}
.search-promo-container .vsa-block-content .vsa-main-block .vsa-heading {
  margin-top: 2rem !important;
  padding: 0 2rem;
}
@media (max-width: 767.98px) {
  .search-promo-container .vsa-block-content .vsa-main-block .vsa-heading {
    margin-top: 1.25rem !important;
    padding: 0 1.25rem;
  }
}
.search-promo-container .vsa-block-content .vsa-main-block .vsa-cta-block {
  padding-bottom: 16px;
  min-height: 64px;
  margin-top: 21px;
}
.search-promo-container .vsa-block-content .vsa-main-block .vsa-cta-block .vsa-cta {
  text-align: center;
}
.search-promo-container .vsa-block-content .vsa-main-block h2 {
  margin-top: 0;
}

@media (min-width: 1280px) {
  .nohits-main .container {
    max-width: 1260px;
  }
}
@media (min-width: 1600px) {
  .nohits-main .container {
    max-width: 1300px;
  }
}
.nohits-main .vsa-block-content {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-bottom: 20px;
}
@media (max-width: 767.98px) {
  .nohits-main .vsa-block-content img {
    border-radius: 8px;
  }
}
.nohits-main .vsa-block-content .vsa-main-block {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  width: 100%;
  padding: 0 15px 0 15px;
}
.nohits-main .vsa-block-content .vsa-main-block .vsa-heading h2 {
  font-size: 17px;
  letter-spacing: 1px;
  font-weight: 300;
  margin-top: 20px;
  font-family: "Victor Serif", Garamond, serif;
}
@media (min-width: 1024px) {
  .nohits-main .vsa-block-content .vsa-main-block .vsa-heading h2 {
    font-size: 24px;
  }
}
.nohits-main .vsa-block-content .vsa-main-block .vsa-heading .vsa-subtitle {
  font-size: 14px;
}
@media (min-width: 1024px) {
  .nohits-main .vsa-block-content .vsa-main-block .vsa-heading .vsa-subtitle {
    font-size: 16px;
  }
}
.nohits-main .vsa-block-content .vsa-main-block .vsa-cta-block button {
  font-size: 12px;
}

.search-tabs .search-promo-container {
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 767.98px) {
  .search-tabs .search-promo-container h2 {
    margin-top: 2rem;
  }
}

.search-tabs .tab-section-anchor {
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
  font-size: 18px;
}
@media (max-width: 767px) {
  .search-tabs .tab-section-anchor {
    font-size: 16px;
  }
}
.search-tabs .tab-section-anchor a.active:after {
  content: "";
  display: block;
  height: 1px;
  width: auto;
  margin: 5px auto 30px;
  background-color: #4D186E;
}
.search-tabs .nav-tabs-anchored {
  border: none;
}
.search-tabs .nav-tabs-anchored a {
  color: #495257;
  display: block;
}
.search-tabs .nav-tabs-anchored a.active {
  border: none;
  background-color: transparent;
  color: #4D186E;
}
.search-tabs .nav-tabs-anchored li {
  float: none;
  display: inline-block;
  zoom: 1;
}
.search-tabs .nav-tabs-anchored li a {
  text-decoration: none !important;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 1px;
  color: #000;
}
.search-tabs .nav-tabs-anchored li > a, .search-tabs .nav-tabs-anchored li > a:hover {
  padding: 0 15px;
  margin: 0;
}

.lead-search {
  margin-bottom: 30px;
  line-height: 24px;
  margin-top: 29px;
  font-family: "Victor Serif", Garamond, serif;
  font-size: 1.25rem;
  color: #000;
  text-align: center;
}
@media (min-width: 1024px) {
  .lead-search {
    margin-top: 68px;
    line-height: 20px;
    font-size: 26px;
  }
}
.lead-search strong {
  font-weight: 500;
}

/**
* Search nohit page
*/
.no-hits-content {
  margin-top: 15px;
}

.nohits-main {
  padding-bottom: 24px;
  min-height: 480px;
}
.nohits-main .header-standard .container h1 {
  margin: 24px 0;
  font-weight: 200;
  text-align: center;
  color: #FFFFFF;
  font-size: 1.25rem;
  line-height: 1.5rem;
}
@media (min-width: 768px) {
  .nohits-main .header-standard .container h1 {
    margin: 40px 0 40px;
  }
}
@media (min-width: 768px) {
  .nohits-main .header-standard .container h1 {
    font-size: 2rem;
  }
}
.nohits-main .header-standard .container:after, .nohits-main .header-standard .container:before {
  display: table;
  content: " ";
}
.nohits-main .search-message {
  text-align: center;
  margin: 0;
}
.nohits-main .search-message .lead {
  margin-bottom: 22px;
  font-size: 18px;
  line-height: 1.4;
  text-transform: none;
  font-family: "Victor Serif", Garamond, serif;
  margin-top: 34px;
}
@media (min-width: 768px) {
  .nohits-main .search-message .lead {
    font-size: 26px;
    margin-top: 2rem;
  }
}
.nohits-main .search-again .input-group-addon {
  position: absolute;
  top: 4px;
  left: -8px;
  border: none;
  background-color: transparent;
  z-index: 4;
  padding: 12px 24px;
  font-size: 20px;
  line-height: 1.33333;
  color: #495257;
}
.nohits-main .search-again input {
  padding-left: 48px;
}
.nohits-main .no-hits-content .content-asset {
  font-weight: 400;
}
.nohits-main .no-hits-content .content-asset p {
  line-height: 1.6em;
  margin: 1em 0;
}
.nohits-main #noResultsControl .category-list {
  margin-top: 4rem;
}
.nohits-main #noResultsControl .category-list h2 {
  margin-bottom: 2rem;
  font-weight: 200;
  text-transform: none;
  font-size: 28px;
}
.nohits-main #noResultsControl .category-list .category-block a {
  display: block;
  color: #000;
}
.nohits-main #noResultsControl .category-list .category-block .category-img-container {
  margin: 0 auto;
}
.nohits-main #noResultsControl .category-list .category-block .category-img-container a {
  text-align: center;
}
.nohits-main #noResultsControl .category-list .category-block .category-name {
  text-align: center;
  font-size: 18px;
  margin-top: 11px;
  margin-bottom: 11px;
}

.category-seo-container {
  max-width: 600px;
}
.category-seo-container .footer-seo {
  color: #000;
}
@media (max-width: 1023.98px) {
  .category-seo-container .footer-seo {
    font-size: 14px;
  }
}
.category-seo-container .footer-seo__toggle-link.btn {
  color: #4D186E;
  letter-spacing: 0px;
  text-underline-offset: 1px;
  font-size: 0.875rem;
}
@media (min-width: 768px) {
  .category-seo-container .footer-seo__toggle-link.btn {
    font-size: 1rem;
  }
}
.category-seo-container .footer-seo__more, .category-seo-container .footer-seo__toggle-link, .category-seo-container .footer-seo__toggle-less {
  display: none;
}
.category-seo-container .footer-seo__toggle-more {
  display: block;
}
.category-seo-container .footer-seo--show-all .footer-seo__less, .category-seo-container .footer-seo--show-all .footer-seo__toggle-more {
  display: none;
}
.category-seo-container .footer-seo--show-all .footer-seo__more, .category-seo-container .footer-seo--show-all .footer-seo__toggle-less {
  display: block;
}
.category-seo-container .footer-seo--toggle-active .footer-seo__toggle-link {
  display: inline-block;
}

.category-footnote {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.category-footnote-container {
  max-width: 760px;
  text-align: center;
  margin: 80px auto;
}
.category-footnote .footnote-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 12px;
  line-height: 16px;
}

.modal-tatcha-auto-delivery .out-of-stock-close {
  font-weight: 500 !important;
  top: 25px;
  right: 38px;
}
.modal-tatcha-auto-delivery .out-of-stock-footer {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: inherit;
      flex-wrap: inherit;
}
.modal-tatcha-auto-delivery .modal-content {
  padding: 10px;
}
.modal-tatcha-auto-delivery .modal-content .close {
  color: black;
  font-weight: 300 !important;
  opacity: 0.7;
  top: 15px;
  right: 15px;
  margin: 0;
  padding: 0;
}
.modal-tatcha-auto-delivery .has-error .float-label {
  width: auto;
  max-height: none;
  margin: 0;
}
.modal-tatcha-auto-delivery .modal-header {
  border-bottom: unset;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 14.52px;
  letter-spacing: 1px;
}
.modal-tatcha-auto-delivery .modal-body {
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 16.94px;
}
.modal-tatcha-auto-delivery ::-webkit-input-placeholder {
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 16.94px;
  color: black;
  font-style: normal;
}
.modal-tatcha-auto-delivery :-moz-placeholder {
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 16.94px;
  color: black;
  font-style: normal;
}
.modal-tatcha-auto-delivery ::-moz-placeholder {
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 16.94px;
  color: black;
  font-style: normal;
}
.modal-tatcha-auto-delivery :-ms-input-placeholder {
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 16.94px;
  color: black;
  font-style: normal;
}
.modal-tatcha-auto-delivery .success-msg {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 16.94px;
}
.modal-tatcha-auto-delivery .help-block, .modal-tatcha-auto-delivery .help-email-spell-checker {
  padding-top: 4px !important;
}

.product-list-slider {
  padding-bottom: 30px;
}
@media (min-width: 1024px) {
  .product-list-slider {
    max-width: 802px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1280px) {
  .product-list-slider {
    max-width: 1076px;
    padding-bottom: 0;
  }
}
@media (min-width: 1600px) {
  .product-list-slider {
    max-width: 1350px;
  }
}
.product-list-slider__min-height-wrapper {
  min-height: 445px;
}
.product-list-slider__min-height-wrapper--account {
  min-height: 430px;
}
.product-list-slider__sec-title {
  font-family: "Victor Serif", Garamond, serif;
  margin: 1rem 20px;
  font-size: 1.25rem;
  text-transform: capitalize;
}
@media (min-width: 768px) {
  .product-list-slider__sec-title {
    margin: 2rem 0 2rem;
    font-size: 1.75rem;
    text-align: center;
  }
}
.product-list-slider__sec-title--mx-0 {
  margin-left: 0;
  margin-right: 0;
}
.product-list-slider__cell {
  position: relative;
  width: 254px;
  padding: 2px 2px 4px 20px;
}
@media (min-width: 1024px) {
  .product-list-slider__cell {
    margin-right: 20px;
    padding: 4px;
  }
}
.product-list-slider__image {
  aspect-ratio: 1/1;
}
.product-list-slider__link {
  color: #000;
  display: block;
}
.product-list-slider__link:hover {
  text-decoration: none;
  color: #000;
}
@media (max-width: 767.98px) {
  .product-list-slider__link {
    outline: 0;
  }
}
.product-list-slider__header {
  font-size: 1rem;
  margin-top: 0.5rem;
  margin-bottom: 0;
  min-height: 43px;
}
.product-list-slider__title {
  display: block;
  line-height: 18px;
  font-size: 0.875rem;
  font-weight: 500;
}
@media (min-width: 480px) {
  .product-list-slider__title {
    font-size: 0.9375rem;
    line-height: 20px;
  }
}
.product-list-slider__subtitle {
  display: block;
  line-height: 18px;
  margin-top: 3px;
  min-height: 20px;
  font-size: 0.875rem;
  font-weight: 300;
}
@media (min-width: 480px) {
  .product-list-slider__subtitle {
    font-size: 0.875rem;
    line-height: 20px;
  }
}
.product-list-slider__title, .product-list-slider__subtitle {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.product-list-slider__cta a {
  text-decoration: none;
}
.product-list-slider__review, .product-list-slider .reviews-ratings-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0.8rem;
  margin-bottom: 1rem;
  height: 20px;
}
.product-list-slider__review .yotpo-star-rating-reviews-summary-link, .product-list-slider .reviews-ratings-link .yotpo-star-rating-reviews-summary-link {
  display: none !important;
}
.product-list-slider__frequency {
  min-height: 39.5px;
}
.product-list-slider__frequency-recommended {
  font-size: 14px;
  line-height: 20px;
}
.product-list-slider .wishlist-block {
  position: absolute;
  top: 2px;
  width: 20px;
  left: 10px;
  z-index: 1;
  color: #000;
}
.product-list-slider .btn-wishlist {
  padding: 0;
}
@media (max-width: 1023.98px) {
  .product-list-slider--3-column {
    margin-left: 0;
  }
}
@media (max-width: 1279.98px) {
  .product-list-slider--3-column {
    padding-bottom: 30px;
  }
}
@media (min-width: 1024px) and (max-width: 1279.98px) {
  .product-list-slider--3-column {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 1280px) {
  .product-list-slider--3-column {
    max-width: 802px;
  }
}
@media (min-width: 1600px) {
  .product-list-slider--3-column {
    max-width: 1040px;
  }
}
.product-list-slider--3-column .product-list-slider__cell {
  width: 207px;
}
@media (min-width: 1024px) {
  .product-list-slider--3-column .product-list-slider__cell {
    margin-right: 40px;
  }
}
@media (min-width: 768px) {
  .product-list-slider--3-column .product-list-slider__cell {
    margin-right: 20px;
    padding: 2px;
  }
}
.product-list-slider--3-column .product-list-slider__image {
  margin: 0 auto;
}
.product-list-slider .glide__bullets {
  bottom: -30px;
}
.product-list-slider .glide__arrow {
  width: 44px;
  height: 44px;
}
.product-list-slider .glide__arrow svg {
  width: 26px;
  height: 26px;
}
@media (min-width: 768px) {
  .product-list-slider .glide__arrow--left {
    left: -60px;
  }
  .blog-page .product-list-slider .glide__arrow--left {
    left: -42px;
  }
  .product-list-slider .glide__arrow--right {
    right: -60px;
  }
  .blog-page .product-list-slider .glide__arrow--right {
    right: -42px;
  }
}

.sk-fading-circle {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-left: -20px;
  margin-top: -20px;
  width: 40px;
  height: 40px;
  z-index: 1001;
}
.sk-fading-circle .sk-circle {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.sk-fading-circle .sk-circle:before {
  content: "";
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #333;
  border-radius: 100%;
  -webkit-animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
          animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
}
.sk-fading-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}
.sk-fading-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
          transform: rotate(60deg);
}
.sk-fading-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.sk-fading-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
          transform: rotate(120deg);
}
.sk-fading-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
          transform: rotate(150deg);
}
.sk-fading-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.sk-fading-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
          transform: rotate(210deg);
}
.sk-fading-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
          transform: rotate(240deg);
}
.sk-fading-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
}
.sk-fading-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
          transform: rotate(300deg);
}
.sk-fading-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
          transform: rotate(330deg);
}
.sk-fading-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
          animation-delay: -1.1s;
}
.sk-fading-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
          animation-delay: -1s;
}
.sk-fading-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
          animation-delay: -0.9s;
}
.sk-fading-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
          animation-delay: -0.8s;
}
.sk-fading-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
          animation-delay: -0.7s;
}
.sk-fading-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
          animation-delay: -0.6s;
}
.sk-fading-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
          animation-delay: -0.5s;
}
.sk-fading-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
          animation-delay: -0.4s;
}
.sk-fading-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
          animation-delay: -0.3s;
}
.sk-fading-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
          animation-delay: -0.2s;
}
.sk-fading-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
          animation-delay: -0.1s;
}

@-webkit-keyframes sk-circleFadeDelay {
  0%, 39%, 100% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
}

@keyframes sk-circleFadeDelay {
  0%, 39%, 100% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
}
.overlay {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  opacity: 0.4;
}

.startAnimation .giftBoxTop {
  left: 0px;
  right: 0px;
  -webkit-animation-name: slideGiftBoxTop;
          animation-name: slideGiftBoxTop;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-timing-function: ease-in;
          animation-timing-function: ease-in;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

@-webkit-keyframes slideGiftBoxTop {
  from {
    left: 0px;
    right: 0px;
  }
  to {
    left: 300%;
    right: -300%;
    display: none;
  }
}

@keyframes slideGiftBoxTop {
  from {
    left: 0px;
    right: 0px;
  }
  to {
    left: 300%;
    right: -300%;
    display: none;
  }
}
.startAnimation .giftBoxUBorder {
  -webkit-animation-name: changeUBorderZIndex;
          animation-name: changeUBorderZIndex;
  -webkit-animation-duration: 0s;
          animation-duration: 0s;
  -webkit-animation-timing-function: ease-in;
          animation-timing-function: ease-in;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

@-webkit-keyframes changeUBorderZIndex {
  100% {
    z-index: 1;
  }
}

@keyframes changeUBorderZIndex {
  100% {
    z-index: 1;
  }
}
@media (min-width: 1900px) {
  .startAnimation .cards {
    -webkit-animation: zoomInCard 0.5s ease-in 2s forwards;
            animation: zoomInCard 0.5s ease-in 2s forwards;
  }
  @-webkit-keyframes zoomInCard {
    0% {
      width: 80%;
    }
    100% {
      top: 2%;
      -webkit-transform: scale(2, 2);
              transform: scale(2, 2);
    }
  }
  @keyframes zoomInCard {
    0% {
      width: 80%;
    }
    100% {
      top: 2%;
      -webkit-transform: scale(2, 2);
              transform: scale(2, 2);
    }
  }
}
@media only screen and (min-width: 768px) {
  .startAnimation .cards {
    -webkit-animation: zoomInCard 0.5s ease-in 2s forwards;
            animation: zoomInCard 0.5s ease-in 2s forwards;
  }
  @-webkit-keyframes zoomInCard {
    0% {
      width: 80%;
    }
    100% {
      top: -5%;
      -webkit-transform: scale(1.5, 1.5);
              transform: scale(1.5, 1.5);
    }
  }
  @keyframes zoomInCard {
    0% {
      width: 80%;
    }
    100% {
      top: -5%;
      -webkit-transform: scale(1.5, 1.5);
              transform: scale(1.5, 1.5);
    }
  }
}
@media only screen and (max-width: 768px) {
  .startAnimation .cards {
    -webkit-animation: zoomInCard 0.5s ease-in 2s forwards;
            animation: zoomInCard 0.5s ease-in 2s forwards;
  }
  @-webkit-keyframes zoomInCard {
    0% {
      width: 80%;
    }
    100% {
      top: -5%;
      -webkit-transform: scale(1.4, 1.4);
              transform: scale(1.4, 1.4);
    }
  }
  @keyframes zoomInCard {
    0% {
      width: 80%;
    }
    100% {
      top: -5%;
      -webkit-transform: scale(1.4, 1.4);
              transform: scale(1.4, 1.4);
    }
  }
  .eventBox {
    width: 75%;
    position: relative;
    margin: auto;
    margin-top: 100px;
  }
  .gift-card-amount {
    font-size: 18px;
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .card-top .card-contents {
    top: 8px;
  }
  .gift-card-cta a {
    padding: 8px 24px;
  }
  .gift-card-message {
    margin: 15px auto;
  }
}
/*
html,
body {
  margin: 0;
  padding: 0;
} */
.giftbox-section-wrap {
  background-size: cover;
  background-repeat: no-repeat;
  height: 100vh;
  overflow-x: hidden;
  font-family: "Lato", sans-serif;
  background-position: center;
  background-color: rgba(181, 131, 254, 0.4) !important;
}

.eventWrapper {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow-x: hidden;
}

.eventBox {
  width: 500px;
  position: relative;
  margin: auto;
  margin-top: 100px;
}

.eventBox img {
  width: 100%;
  display: block;
}

.giftBoxTop {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 6;
}

.giftBoxBottom > img {
  -webkit-box-shadow: 10px 11px 45px -4px rgba(0, 0, 0, 0.75);
  box-shadow: 10px 11px 45px -4px rgba(0, 0, 0, 0.75);
}

.giftBoxUBorder {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 7;
}

.cards {
  position: absolute;
  top: 10%;
  left: 10%;
  width: 85%;
  height: auto;
  z-index: 5;
}

/*.card {
  display: block;
  position: relative;
  -webkit-perspective: 900px;
  cursor: pointer;
}
*/
@media only screen and (min-width: 768px) {
  .front-view {
    visibility: visible;
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 365px;
    top: -5%;
    -webkit-animation: hideFrontView 0.5s ease-in 3s forwards;
            animation: hideFrontView 0.5s ease-in 3s forwards;
    background-position: center;
    background-size: cover;
  }
  .back-view {
    visibility: hidden;
    background-position: center;
    background-size: cover;
    position: absolute;
    width: 100%;
    height: 430px;
    top: 0;
    -webkit-animation: showBackView 0.5s ease-in 3.5s forwards, flipMsgCard 0.5s ease-in 3.5s forwards;
            animation: showBackView 0.5s ease-in 3.5s forwards, flipMsgCard 0.5s ease-in 3.5s forwards;
  }
}
@-webkit-keyframes hideFrontView {
  0% {
    visibility: visible;
  }
  100% {
    visibility: hidden;
  }
}
@keyframes hideFrontView {
  0% {
    visibility: visible;
  }
  100% {
    visibility: hidden;
  }
}
@-webkit-keyframes showBackView {
  0% {
    visibility: hidden;
  }
  100% {
    -webkit-box-shadow: -9px 10px 26px -4px rgba(0, 0, 0, 0.75);
    box-shadow: -9px 10px 26px -4px rgba(0, 0, 0, 0.75);
    visibility: visible;
  }
}
@keyframes showBackView {
  0% {
    visibility: hidden;
  }
  100% {
    -webkit-box-shadow: -9px 10px 26px -4px rgba(0, 0, 0, 0.75);
    box-shadow: -9px 10px 26px -4px rgba(0, 0, 0, 0.75);
    visibility: visible;
  }
}
@-webkit-keyframes flipMsgCard {
  0% {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
  50% {
    -webkit-transform: rotateY(90deg);
            transform: rotateY(90deg);
  }
  100% {
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
  }
}
@keyframes flipMsgCard {
  0% {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
  50% {
    -webkit-transform: rotateY(90deg);
            transform: rotateY(90deg);
  }
  100% {
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
  }
}
.card:hover .face {
  -webkit-transition: all 0.3s ease-out;
}

.gift-message-wrap {
  word-break: break-word;
}

/**** Card contents ****/
.card-content-wrapper {
  position: relative;
}

.eventBox img.gift-card-image {
  width: 36%;
  display: block;
  margin: auto;
  border-radius: 14px;
  height: 24%;
}

.gift-card-amount {
  font-size: 16px;
  font-weight: 700;
  margin-top: 10px;
  margin-bottom: 10px;
  color: #222222;
}

.gift-card-name {
  font-weight: 200;
  color: #222222;
  font-size: 1.4rem;
}

.gift-card-message {
  color: #222222;
  width: 95%;
  max-width: 500px;
  margin: 1rem auto;
  font-size: 14px;
}

.gift-card-cta a {
  visibility: hidden;
  display: inline-block;
  padding: 6px 29px;
  font-weight: 200;
  background-color: #4D186E;
  border: 1px solid #4D186E;
  text-transform: uppercase;
  font-size: 14px;
  color: #fff;
  text-decoration: none;
  -webkit-animation: showGiftData 0.5s ease-in 3.7s forwards;
          animation: showGiftData 0.5s ease-in 3.7s forwards;
}

.card-contents {
  top: 0;
  visibility: hidden;
  padding: 2rem 1rem;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
  text-align: center;
  -webkit-animation: showGiftData 0.5s ease-in 3.7s forwards;
          animation: showGiftData 0.5s ease-in 3.7s forwards;
}

@-webkit-keyframes showGiftData {
  0% {
    visibility: hidden;
    z-index: 0;
  }
  100% {
    visibility: visible;
    z-index: 4;
  }
}

@keyframes showGiftData {
  0% {
    visibility: hidden;
    z-index: 0;
  }
  100% {
    visibility: visible;
    z-index: 4;
  }
}
/**** Card contents ****/
@media (max-width: 768px) {
  .eventBox {
    width: 300px;
  }
  .eventBox img.gift-card-image {
    width: 40%;
    display: block;
    margin: auto;
    border-radius: 14px;
    height: 25%;
  }
  .front-view {
    visibility: visible;
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 238px;
    top: 0;
    left: -2%;
    -webkit-animation: hideFrontView 0.5s ease-in 3s forwards;
            animation: hideFrontView 0.5s ease-in 3s forwards;
    background-position: center;
    background-size: cover;
  }
  .back-view {
    visibility: hidden;
    position: absolute;
    width: 100%;
    height: 310px;
    top: 0;
    left: -2%;
    background-position: center;
    background-size: cover;
    -webkit-animation: showBackView 0.5s ease-in 3.5s forwards, flipMsgCard 0.5s ease-in 3.5s forwards;
            animation: showBackView 0.5s ease-in 3.5s forwards, flipMsgCard 0.5s ease-in 3.5s forwards;
  }
  .gift-card-amount {
    font-size: 12px;
    margin-top: 5px;
    margin-bottom: 3px;
  }
  .gift-card-name {
    font-size: 1.1rem;
  }
  .card-top .card-contents {
    top: 8px;
  }
  .gift-card-cta a {
    padding: 5px 20px;
    font-size: 10px;
  }
  .gift-card-message {
    color: #000;
    width: 100%;
    max-width: 500px;
    margin: 6px auto 7px;
    font-size: 10px;
  }
  .card-contents {
    padding: 1rem 1rem;
  }
}
@media (min-width: 1900px) {
  .eventBox {
    width: 625px;
    margin-top: 125px;
  }
  .eventBox .gift-card-image {
    width: 40%;
    display: block;
    margin: auto;
    border-radius: 14px;
    height: 26%;
  }
  .front-view {
    visibility: visible;
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 480px;
    -webkit-animation: hideFrontView 0.5s ease-in 3s forwards;
            animation: hideFrontView 0.5s ease-in 3s forwards;
    background-position: center;
    background-size: cover;
  }
  .back-view {
    visibility: hidden;
    position: absolute;
    width: 100%;
    height: 480px;
    top: 0;
    background-position: center;
    background-size: cover;
    -webkit-animation: showBackView 0.5s ease-in 3.5s forwards, flipMsgCard 0.5s ease-in 3.5s forwards;
            animation: showBackView 0.5s ease-in 3.5s forwards, flipMsgCard 0.5s ease-in 3.5s forwards;
  }
  .gift-card-amount {
    font-size: 22px;
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .gift-card-name {
    font-size: 2rem;
  }
  .gift-card-message {
    color: #000;
    width: 100%;
    max-width: 500px;
    font-size: 18px;
    text-align: center;
    margin: 0 auto;
    padding: 2rem 1rem;
    font-size: 20px;
  }
}
@media only screen and (min-width: 769px) {
  .gift-cert-img-new {
    padding: 1rem !important;
    height: 80px;
    width: auto;
  }
}
.gift-cert-product-img {
  height: 100px;
  width: auto;
}

@media only screen and (max-width: 768px) {
  .gift-cert-img-new {
    height: 40px;
    width: auto;
    margin: 8px 1px;
  }
}
#giftcardMessage {
  height: 100px;
}

#SubscribeForm .input-group {
  z-index: 1;
}

#greetingModal {
  z-index: 9999;
}
