@-webkit-keyframes bounce2 {
  0%,
  20%,
  53%,
  80%,
  100% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
            transform: translate3d(0, -30px, 0);
  }
  70% {
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
            transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
            transform: translate3d(0, -4px, 0);
  }
}
@keyframes bounce2 {
  0%,
  20%,
  53%,
  80%,
  100% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
            transform: translate3d(0, -30px, 0);
  }
  70% {
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
            transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
            transform: translate3d(0, -4px, 0);
  }
}
.bounce2 {
  -webkit-animation-name: bounce2;
          animation-name: bounce2;
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
}
/*
 * Sample HTML structure
 * <div class="select-option">
 * 	<div class="option-item">
 * 		<input class="option-input" type="radio" name="optname" /><span class="option-item-name">Option 1</span>
 * 	</div>
 * 	<div class="option-item">
 * 		<input class="option-input" type="radio" name="optname" /><span class="option-item-name">Option 2</span>
 * 	</div>
 * 	<i class="arrow glyphicon glyphicon-chevron"></i>
 * </div>
 */
.select-option {
  border: 1px solid #333333;
  color: #333333;
  display: block;
  font-size: 10px;
  line-height: 1.2;
  overflow: hidden;
  padding: 0;
  position: relative;
}
.select-option .option-item {
  position: relative;
}
.select-option .option-item .option-input {
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.select-option .option-item .option-name {
  position: relative;
  width: 100%;
}
.select-option .arrow {
  position: absolute;
  right: 10%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
select.form-control {
  padding: 8px 14px;
}
select.form-control + .fa-angle-right {
  display: block;
  color: #666666;
  font-size: 25px;
  position: absolute;
  top: 6px;
  right: 13px;
  pointer-events: none;
  z-index: 2;
  transition: -webkit-transform 400ms linear;
  transition: transform 400ms linear;
  transition: transform 400ms linear, -webkit-transform 400ms linear;
}
select.form-control:focus + .fa-angle-right {
  -webkit-transform: rotateZ(90deg);
          transform: rotateZ(90deg);
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.wcrumb:before,
.wcrumb:after {
  content: " ";
  display: table;
}
.wcrumb:after {
  clear: both;
}
.error-text {
  color: #a94442;
}
textarea::-webkit-input-placeholder {
  color: #333333;
  transition: color 200ms linear;
}
textarea::-moz-placeholder {
  color: #333333;
  transition: color 200ms linear;
}
textarea::-ms-input-placeholder {
  color: #333333;
  transition: color 200ms linear;
}
textarea::placeholder {
  color: #333333;
  transition: color 200ms linear;
}
textarea:focus {
  box-shadow: none;
}
.btn-white {
  background: #ffffff;
  border: 1px solid #999999;
  border-radius: 0;
  color: #333333;
  font-weight: 300;
}
.btn-white:focus,
.btn-white:hover {
  color: #333333;
}
.btn-black {
  background: #333333;
  border: 1px solid #333333;
  border-radius: 0;
  color: #ffffff;
  font-weight: 300;
}
.btn-black:focus,
.btn-black:hover {
  color: #ffffff;
}
.page-main .action.primary {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #444444;
  color: #ffffff;
  border: none;
  border-radius: 0;
  cursor: pointer;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-weight: 400;
  font-size: 12px;
  padding: 8px 14px;
  margin: 0 auto;
  text-transform: uppercase;
  vertical-align: baseline;
}
.page-main .action.primary:hover,
.page-main .action.primary:focus,
.page-main .action.primary:active {
  border: none;
  background: #333333;
  text-decoration: none;
}
@media only screen and (min-width: 992px) {
  .actions-toolbar .secondary .page-main .action.primary {
    margin-top: 0;
  }
}
.font-weight-300 {
  font-weight: 300 !important;
}
.font-weight-400 {
  font-weight: 400 !important;
}
.ves-widget,
.vesbuilder-block,
.block-product-link.widget,
.block-category-link.widget {
  margin-top: 60px;
}
.block-category-link.widget {
  margin-bottom: 0;
}
.block-category-link.widget .category-name {
  font-size: 14px;
  margin: 0;
  text-transform: uppercase;
}
.block-category-link.widget a {
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .block-category-link.widget {
    text-align: center;
  }
}
.ves-widget.widget-slider .block-title {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  text-transform: uppercase;
}
.ves-widget.widget-slider .slick-dots li {
  margin: 0;
}
.ves-widget.widget-slider .slick-dots li button:before {
  font-size: 24px;
}
.widget-images {
  margin-bottom: 0;
}
.widget-images .block-title {
  display: none;
}
.widget-images .image-description {
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 35px;
}
.widget-images .image-description h2,
.widget-images .image-description h3 {
  margin: 0;
}
.widget-images .image-description hr {
  margin: 25px 0;
  max-width: 100px;
  border-top-color: #999999;
}
.waterworks-newsletter-block > .block-title {
  display: none;
}
.scrollup {
  background-color: #333333 !important;
  border-radius: 0;
}
.scrollup .fa.fa-angle-up {
  color: #ffffff !important;
  font-size: 18px;
  line-height: 33px;
}
.scrollup .fa.fa-angle-up:before {
  content: "\e621";
  font-family: 'luma-icons';
  font-size: 18px !important;
  color: #ffffff !important;
}
.modal-popup .modal-inner-wrap {
  max-width: 320px;
}
.modal-popup .modal-inner-wrap .modal-content,
.modal-popup .modal-inner-wrap .modal-footer {
  padding: 15px;
}
.modal-popup .modal-inner-wrap .modal-content > button,
.modal-popup .modal-inner-wrap .modal-footer > button {
  width: 50%;
  float: left;
  text-transform: uppercase;
  font-size: 12px;
}
.modal-popup .modal-inner-wrap .modal-content > button:after,
.modal-popup .modal-inner-wrap .modal-footer > button:after {
  display: none !important;
}
.modal-popup .modal-inner-wrap .modal-content > button.action-dismiss,
.modal-popup .modal-inner-wrap .modal-footer > button.action-dismiss {
  background-color: transparent;
}
.modal-popup .modal-inner-wrap .modal-content > button.action-dismiss > span,
.modal-popup .modal-inner-wrap .modal-footer > button.action-dismiss > span {
  color: #333333;
}
.modal-popup .modal-inner-wrap .modal-content > button.action-accept > span,
.modal-popup .modal-inner-wrap .modal-footer > button.action-accept > span {
  color: #ffffff;
}
.modal-popup .modal-inner-wrap .modal-content > button:only-child,
.modal-popup .modal-inner-wrap .modal-footer > button:only-child {
  width: 100%;
}
.mt-150 {
  margin-top: 150px;
}
.mt-145 {
  margin-top: 145px;
}
.mt-140 {
  margin-top: 140px;
}
.mt-135 {
  margin-top: 135px;
}
.mt-130 {
  margin-top: 130px;
}
.mt-125 {
  margin-top: 125px;
}
.mt-120 {
  margin-top: 120px;
}
.mt-115 {
  margin-top: 115px;
}
.mt-110 {
  margin-top: 110px;
}
.mt-105 {
  margin-top: 105px;
}
.mt-100 {
  margin-top: 100px;
}
.mt-95 {
  margin-top: 95px;
}
.mt-90 {
  margin-top: 90px;
}
.mt-85 {
  margin-top: 85px;
}
.mt-80 {
  margin-top: 80px;
}
.mt-75 {
  margin-top: 75px;
}
.mt-70 {
  margin-top: 70px;
}
.mt-65 {
  margin-top: 65px;
}
.mt-60 {
  margin-top: 60px;
}
.mt-55 {
  margin-top: 55px;
}
.mt-50 {
  margin-top: 50px;
}
.mt-45 {
  margin-top: 45px;
}
.mt-40 {
  margin-top: 40px;
}
.mt-35 {
  margin-top: 35px;
}
.mt-30 {
  margin-top: 30px;
}
.mt-25 {
  margin-top: 25px;
}
.mt-20 {
  margin-top: 20px;
}
.mt-15 {
  margin-top: 15px;
}
.mt-10 {
  margin-top: 10px;
}
.mt-5 {
  margin-top: 5px;
}
.mt-0 {
  margin-top: 0px;
}
.mb-150 {
  margin-bottom: 150px;
}
.mb-145 {
  margin-bottom: 145px;
}
.mb-140 {
  margin-bottom: 140px;
}
.mb-135 {
  margin-bottom: 135px;
}
.mb-130 {
  margin-bottom: 130px;
}
.mb-125 {
  margin-bottom: 125px;
}
.mb-120 {
  margin-bottom: 120px;
}
.mb-115 {
  margin-bottom: 115px;
}
.mb-110 {
  margin-bottom: 110px;
}
.mb-105 {
  margin-bottom: 105px;
}
.mb-100 {
  margin-bottom: 100px;
}
.mb-95 {
  margin-bottom: 95px;
}
.mb-90 {
  margin-bottom: 90px;
}
.mb-85 {
  margin-bottom: 85px;
}
.mb-80 {
  margin-bottom: 80px;
}
.mb-75 {
  margin-bottom: 75px;
}
.mb-70 {
  margin-bottom: 70px;
}
.mb-65 {
  margin-bottom: 65px;
}
.mb-60 {
  margin-bottom: 60px;
}
.mb-55 {
  margin-bottom: 55px;
}
.mb-50 {
  margin-bottom: 50px;
}
.mb-45 {
  margin-bottom: 45px;
}
.mb-40 {
  margin-bottom: 40px;
}
.mb-35 {
  margin-bottom: 35px;
}
.mb-30 {
  margin-bottom: 30px;
}
.mb-25 {
  margin-bottom: 25px;
}
.mb-20 {
  margin-bottom: 20px;
}
.mb-15 {
  margin-bottom: 15px;
}
.mb-10 {
  margin-bottom: 10px;
}
.mb-5 {
  margin-bottom: 5px;
}
.mb-0 {
  margin-bottom: 0px;
}
.ml-150 {
  margin-left: 150px;
}
.ml-145 {
  margin-left: 145px;
}
.ml-140 {
  margin-left: 140px;
}
.ml-135 {
  margin-left: 135px;
}
.ml-130 {
  margin-left: 130px;
}
.ml-125 {
  margin-left: 125px;
}
.ml-120 {
  margin-left: 120px;
}
.ml-115 {
  margin-left: 115px;
}
.ml-110 {
  margin-left: 110px;
}
.ml-105 {
  margin-left: 105px;
}
.ml-100 {
  margin-left: 100px;
}
.ml-95 {
  margin-left: 95px;
}
.ml-90 {
  margin-left: 90px;
}
.ml-85 {
  margin-left: 85px;
}
.ml-80 {
  margin-left: 80px;
}
.ml-75 {
  margin-left: 75px;
}
.ml-70 {
  margin-left: 70px;
}
.ml-65 {
  margin-left: 65px;
}
.ml-60 {
  margin-left: 60px;
}
.ml-55 {
  margin-left: 55px;
}
.ml-50 {
  margin-left: 50px;
}
.ml-45 {
  margin-left: 45px;
}
.ml-40 {
  margin-left: 40px;
}
.ml-35 {
  margin-left: 35px;
}
.ml-30 {
  margin-left: 30px;
}
.ml-25 {
  margin-left: 25px;
}
.ml-20 {
  margin-left: 20px;
}
.ml-15 {
  margin-left: 15px;
}
.ml-10 {
  margin-left: 10px;
}
.ml-5 {
  margin-left: 5px;
}
.ml-0 {
  margin-left: 0px;
}
.mr-150 {
  margin-right: 150px;
}
.mr-145 {
  margin-right: 145px;
}
.mr-140 {
  margin-right: 140px;
}
.mr-135 {
  margin-right: 135px;
}
.mr-130 {
  margin-right: 130px;
}
.mr-125 {
  margin-right: 125px;
}
.mr-120 {
  margin-right: 120px;
}
.mr-115 {
  margin-right: 115px;
}
.mr-110 {
  margin-right: 110px;
}
.mr-105 {
  margin-right: 105px;
}
.mr-100 {
  margin-right: 100px;
}
.mr-95 {
  margin-right: 95px;
}
.mr-90 {
  margin-right: 90px;
}
.mr-85 {
  margin-right: 85px;
}
.mr-80 {
  margin-right: 80px;
}
.mr-75 {
  margin-right: 75px;
}
.mr-70 {
  margin-right: 70px;
}
.mr-65 {
  margin-right: 65px;
}
.mr-60 {
  margin-right: 60px;
}
.mr-55 {
  margin-right: 55px;
}
.mr-50 {
  margin-right: 50px;
}
.mr-45 {
  margin-right: 45px;
}
.mr-40 {
  margin-right: 40px;
}
.mr-35 {
  margin-right: 35px;
}
.mr-30 {
  margin-right: 30px;
}
.mr-25 {
  margin-right: 25px;
}
.mr-20 {
  margin-right: 20px;
}
.mr-15 {
  margin-right: 15px;
}
.mr-10 {
  margin-right: 10px;
}
.mr-5 {
  margin-right: 5px;
}
.mr-0 {
  margin-right: 0px;
}
/* ---------------------------------- Mixin --------------------------------------- */
.uppercase {
  text-transform: uppercase;
}
.capitalize {
  text-transform: capitalize;
}
.underline {
  text-decoration: underline;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-top {
  vertical-align: text-top;
}
.text-middle,
.v-middle {
  vertical-align: middle;
}
.v-bottom,
.text-bottom {
  vertical-align: bottom;
}
.v-top {
  vertical-align: top;
}
.v-super {
  vertical-align: super;
}
.f-left {
  float: left;
}
.f-right {
  float: right;
}
.f-none {
  float: none;
}
.hidden {
  display: none !important;
}
.full-width {
  width: 100%;
}
.no-margin-top {
  margin-top: 0 !important;
}
.no-margin-bottom {
  margin-bottom: 0 !important;
}
.no-margin-left {
  margin-left: 0 !important;
}
.no-margin-right {
  margin-right: 0 !important;
}
.font-alt1 {
  font-family: "Mercury Display A", "Mercury Display B", Georgia, serif !important;
}
.vat-label {
  font-size: 12px;
  line-height: 1.2;
}
/**
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    contenteditable attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that are clearfixed.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.cf:before,
.cf:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.cf:after {
  clear: both;
}
/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.cf {
  *zoom: 1;
}
body.page-layout-collection-landing .breadcrumbs .page-main {
  max-width: inherit !important;
}
body.page-layout-collection-landing .hero-banner-top {
  margin-top: 30px;
  margin-bottom: 10px;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  background: #000000;
  min-height: 265px;
}
@media (min-width: 768px) {
  body.page-layout-collection-landing .hero-banner-top {
    overflow-x: inherit;
    margin-top: 30px;
  }
}
body.page-layout-collection-landing .hero-banner-top .banner-block {
  margin: 0 5px;
  text-align: center;
  min-width: 95vw;
  max-width: 480px;
  flex-grow: 1;
  -ms-flex-positive: 1;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
}
@media (min-width: 768px) {
  body.page-layout-collection-landing .hero-banner-top .banner-block {
    min-width: inherit;
    max-width: inherit;
  }
}
body.page-layout-collection-landing .hero-banner-top .banner-block.banner-12col {
  max-width: 100%;
  width: 100%;
}
body.page-layout-collection-landing .hero-banner-top .banner-block:first-of-type {
  margin-left: 0;
}
body.page-layout-collection-landing .hero-banner-top .banner-block:last-of-type {
  margin-right: 0;
}
body.page-layout-collection-landing .hero-banner-top .banner-block.solo-text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  text-align: center;
  padding: 0 10px;
}
body.page-layout-collection-landing .hero-banner-top .banner-block.solo-text.bg-black {
  background: #000000;
  color: #ffffff;
}
body.page-layout-collection-landing .hero-banner-top .banner-block.solo-text.bg-black * {
  color: #ffffff;
}
body.page-layout-collection-landing .hero-banner-top .banner-block.solo-text .spot-content h1 {
  font-family: "Chronicle Display A", "Chronicle Display B", serif;
  font-weight: 200;
  font-size: 24px;
  line-height: 28px;
  text-transform: inherit;
  margin: 0 auto 20px auto;
  padding: 0;
}
body.page-layout-collection-landing .hero-banner-top .banner-block.solo-text .spot-content p {
  font-family: "Chronicle Display A", "Chronicle Display B", serif;
  font-weight: 200;
  font-size: 16px;
  line-height: 1.5em;
  margin: 0 auto 0 auto;
  text-align: center;
  max-width: 490px;
  width: 90%;
}
body.page-layout-collection-landing .hero-banner-top::after {
  content: '';
  display: block;
  clear: both;
}
body.page-layout-collection-landing .hero-banner-top .image-text-centered-container .image-body-container h1 {
  margin-bottom: 10px;
}
body.page-layout-collection-landing .collection-grid {
  margin: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
@media (min-width: 768px) {
  body.page-layout-collection-landing .collection-grid {
    margin: 0 -5px;
  }
}
body.page-layout-collection-landing .collection-grid li {
  width: 100%;
  height: inherit !important;
  margin-right: 10px;
  margin-left: 10px;
  margin-bottom: 50px;
  clear: inherit;
  padding: 0;
  float: left;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (min-width: 768px) {
  body.page-layout-collection-landing .collection-grid li {
    width: calc((100% - 20px) / 2);
    margin-right: 5px;
    margin-left: 5px;
  }
}
@media (min-width: 992px) {
  body.page-layout-collection-landing .collection-grid li {
    width: calc((100% - 30px) / 3);
    float: left;
  }
}
body.page-layout-collection-landing .collection-grid li .banner-content-wrapper {
  overflow: hidden;
}
body.page-layout-collection-landing .collection-grid li .banner-content-wrapper .banner-content {
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  text-align: center;
}
body.page-layout-collection-landing .collection-grid li .banner-content-wrapper .banner-content .image-text-centered-container {
  position: relative;
}
body.page-layout-collection-landing .collection-grid li .banner-content-wrapper .banner-content .image-text-centered-container .image-container img {
  width: 100%;
}
body.page-layout-collection-landing .collection-grid li .banner-content-wrapper .banner-content .image-text-centered-container .image-body-container {
  margin-bottom: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  margin-top: 0;
  padding: 0 10px;
}
body.page-layout-collection-landing .collection-grid li .banner-content-wrapper .banner-content .image-text-centered-container .image-body-container a.full-image-link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  margin-top: 0;
}
body.page-layout-collection-landing .collection-grid li .banner-content-wrapper .banner-content .image-text-centered-container .image-body-container .image-body {
  display: none;
  -ms-flex-direction: column;
      flex-direction: column;
  height: 100%;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  -ms-flex-positive: 1;
      flex-grow: 1;
  max-width: 680px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}
@media (min-width: 768px) {
  body.page-layout-collection-landing .collection-grid li .banner-content-wrapper .banner-content .image-text-centered-container .image-body-container .image-body {
    display: -ms-flexbox;
    display: flex;
  }
}
body.page-layout-collection-landing .collection-grid li .banner-content-wrapper .banner-content .image-text-centered-container .image-body-container h1 {
  font-family: "Chronicle Display A", "Chronicle Display B", serif;
  font-weight: 200;
  font-size: 24px;
  line-height: 28px;
  text-transform: inherit;
  margin: 0 auto 20px auto;
  padding: 0;
}
body.page-layout-collection-landing .collection-grid li .banner-content-wrapper .banner-content .image-text-centered-container .image-body-container h2 {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif !important;
  font-weight: 200;
  font-size: 12px;
  line-height: 12px;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
}
body.page-layout-collection-landing .collection-grid li .banner-content-wrapper .banner-content .image-text-centered-container .image-body-container h4 {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-weight: 200;
  font-size: 12px;
  line-height: 12px;
  text-transform: uppercase;
  margin: 0;
  padding: 0 0 20px 0;
}
@media only screen and (min-width: 768px) {
  body.page-layout-collection-landing .collection-grid li .banner-content-wrapper .banner-content .image-text-centered-container .image-body-container h4 {
    padding: 0;
  }
}
body.page-layout-collection-landing .collection-grid li .banner-content-wrapper .banner-content .image-text-centered-container .image-body-container p {
  font-family: "Chronicle Display A", "Chronicle Display B", serif;
  font-weight: 200;
  font-size: 16px;
  line-height: 1.5em;
  margin: 0 auto 30px auto;
  text-align: center;
  max-width: 370px;
}
body.page-layout-collection-landing .collection-grid li .banner-content-wrapper .banner-content .image-text-centered-container .image-body-container a.button {
  display: block;
  padding: 0;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 11px;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out 0s;
  -moz-appearance: inherit;
  -webkit-appearance: inherit;
  position: relative;
  margin: 0 auto 0 auto;
  max-width: 100%;
  width: 280px;
  height: 60px;
  line-height: 60px;
  text-decoration: none;
  text-align: center;
  font-weight: inherit;
}
body.page-layout-collection-landing .collection-grid li .banner-content-wrapper .banner-content .image-text-centered-container .image-body-container a.button.min-top-margin {
  margin-top: 20px;
}
body.page-layout-collection-landing .collection-grid li .banner-content-wrapper .banner-content .image-text-centered-container .image-body-container.text-white {
  color: #ffffff;
}
body.page-layout-collection-landing .collection-grid li .banner-content-wrapper .banner-content .image-text-centered-container .image-body-container.text-white a.button {
  background: #ffffff;
  color: #000000;
}
body.page-layout-collection-landing .collection-grid li .banner-content-wrapper .banner-content .image-text-centered-container .image-body-container.text-white a.button:hover {
  background: #000000;
  color: #ffffff;
}
body.page-layout-collection-landing .collection-grid li .banner-content-wrapper .banner-content .image-text-centered-container .image-body-container.text-black {
  color: #000000;
}
body.page-layout-collection-landing .collection-grid li .banner-content-wrapper .banner-content .image-text-centered-container .image-body-container.text-black a.button {
  background: #000000;
  color: #ffffff;
}
body.page-layout-collection-landing .collection-grid li .banner-content-wrapper .banner-content .image-text-centered-container .image-body-container.text-black a.button:hover {
  background: #ffffff;
  color: #000000;
}
body.page-layout-collection-landing .collection-grid li .banner-content-wrapper .banner-content .image-text-centered-container.hover-layer-dark {
  /* Landscape */
}
@media (min-width: 768px) {
  html:not(.ipad) body.page-layout-collection-landing .collection-grid li .banner-content-wrapper .banner-content .image-text-centered-container.hover-layer-dark {
    width: 100%;
  }
}
html.ipad.landscape body.page-layout-collection-landing .collection-grid li .banner-content-wrapper .banner-content .image-text-centered-container.hover-layer-dark {
  width: 100%;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.page-layout-collection-landing .collection-grid li .banner-content-wrapper .banner-content .image-text-centered-container.hover-layer-dark {
    width: 100%;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.page-layout-collection-landing .collection-grid li .banner-content-wrapper .banner-content .image-text-centered-container.hover-layer-dark {
    width: 100%;
  }
}
body.page-layout-collection-landing .collection-grid li .banner-content-wrapper .banner-content .image-text-centered-container.hover-layer-dark .image-body-container {
  background: transparent;
}
body.page-layout-collection-landing .collection-grid li .banner-content-wrapper .banner-content .image-text-centered-container.hover-layer-dark .image-body-container .image-body {
  visibility: initial;
  opacity: 1;
  transition: visibility 0.5s linear, opacity 0.5s linear;
}
@media (min-width: 768px) {
  body.page-layout-collection-landing .collection-grid li .banner-content-wrapper .banner-content .image-text-centered-container.hover-layer-dark .image-body-container .image-body {
    visibility: hidden;
    opacity: 0;
  }
}
body.page-layout-collection-landing .collection-grid li .banner-content-wrapper .banner-content .image-text-centered-container.hover-layer-dark .image-body-container:hover {
  background: transparent;
}
@media (min-width: 768px) {
}
body.page-layout-collection-landing .collection-grid li .banner-content-wrapper .banner-content .image-text-centered-container.hover-layer-dark .image-body-container:hover .image-body {
  visibility: initial;
  opacity: 1;
}
body.page-layout-collection-landing .collection-grid li .banner-content-wrapper .banner-content .image-text-centered-container a.button {
  background: #000000;
  color: #ffffff;
}
body.page-layout-collection-landing .collection-grid li .banner-content-wrapper .banner-content .image-text-centered-container a.button:hover {
  background: #ffffff;
  color: #000000;
}
body.page-layout-collection-landing .collection-grid li .banner-content-wrapper .banner-content .image-text-centered-container:last-of-type {
  margin-bottom: 0;
}
body.page-layout-collection-landing .collection-grid li .banner-content-wrapper .banner-content .image-text-centered-container .col-xs-6,
body.page-layout-collection-landing .collection-grid li .banner-content-wrapper .banner-content .image-text-centered-container .col-sm-6,
body.page-layout-collection-landing .collection-grid li .banner-content-wrapper .banner-content .image-text-centered-container .col-md-6,
body.page-layout-collection-landing .collection-grid li .banner-content-wrapper .banner-content .image-text-centered-container .col-lg-6 {
  padding-left: 5px;
  padding-right: 5px;
}
@media only screen and (min-width: 768px) {
  body.page-layout-collection-landing .collection-grid li .banner-content-wrapper .banner-content .image-text-centered-container .col-xs-6 .image-text-centered-container .image-body-container h1,
  body.page-layout-collection-landing .collection-grid li .banner-content-wrapper .banner-content .image-text-centered-container .col-sm-6 .image-text-centered-container .image-body-container h1,
  body.page-layout-collection-landing .collection-grid li .banner-content-wrapper .banner-content .image-text-centered-container .col-md-6 .image-text-centered-container .image-body-container h1,
  body.page-layout-collection-landing .collection-grid li .banner-content-wrapper .banner-content .image-text-centered-container .col-lg-6 .image-text-centered-container .image-body-container h1 {
    max-width: 300px;
  }
}
body.page-layout-collection-landing .collection-grid li .banner-content-wrapper.solo-text-spot {
  margin-left: -10px;
  margin-right: -10px;
  margin-top: 50px;
  margin-bottom: 50px;
  background: #000000;
  color: #ffffff;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  text-align: center;
  padding: 0 20px;
  display: -ms-flexbox;
  display: flex;
  min-height: 220px;
}
@media (min-width: 768px) {
  body.page-layout-collection-landing .collection-grid li .banner-content-wrapper.solo-text-spot {
    padding: 0;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-top: 0;
    height: calc(100% - 140px);
  }
}
body.page-layout-collection-landing .collection-grid li .banner-content-wrapper.solo-text-spot .spot-content * {
  color: #ffffff;
}
body.page-layout-collection-landing .collection-grid li .banner-content-wrapper.solo-text-spot .spot-content p {
  font-family: "Chronicle Display A", "Chronicle Display B", serif;
  font-weight: 100;
  font-size: 22px;
  line-height: 1.5em;
  margin: 0 auto 30px auto;
  text-align: center;
  max-width: 310px;
}
@media (max-width: 360px) {
  body.page-layout-collection-landing .collection-grid li .banner-content-wrapper.solo-text-spot .spot-content p {
    font-size: 16px;
  }
}
body.page-layout-collection-landing .collection-grid li .banner-content-wrapper.solo-text-spot .spot-content a {
  text-transform: uppercase;
  font-size: 11px;
  text-decoration: underline;
}
body.page-layout-collection-landing .collection-grid li .collection-copy {
  display: block;
  padding: 0 20px;
  color: #000000;
}
body.page-layout-collection-landing .collection-grid li .collection-copy h3 {
  text-transform: uppercase;
  font-size: 10px;
  font-weight: bold;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
}
body.page-layout-collection-landing .collection-grid li .collection-copy h3 a {
  text-decoration: none;
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 0% 1px;
  transition: background-size 0.3s;
}
body.page-layout-collection-landing .collection-grid li .collection-copy h3 a:hover {
  text-decoration: none;
  background-size: 100% 1px;
}
body.page-layout-collection-landing .collection-grid li .collection-copy p {
  line-height: 1.8;
  font-weight: 300;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 11px;
}
@media (min-width: 992px) {
  body.page-layout-collection-landing .collection-grid li .collection-copy p {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
  }
}
body.page-layout-collection-landing .collection-grid li .collection-copy a {
  margin-top: 10px;
  color: #000000;
  display: block;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: bold;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-decoration: none;
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 0% 1px;
  transition: background-size 0.3s;
}
body.page-layout-collection-landing .collection-grid li .collection-copy a:hover {
  text-decoration: none;
  background-size: 100% 1px;
}
body.page-layout-collection-landing .collection-grid li .collection-copy a:first-of-type {
  margin-top: 20px;
}
body.page-layout-collection-landing .collection-grid li .collection-copy a.mobile-only {
  display: block;
  text-decoration: none;
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 100% 1px;
  transition: background-size 0.3s;
}
@media (min-width: 992px) {
  body.page-layout-collection-landing .collection-grid li .collection-copy a.mobile-only {
    display: none;
  }
}
body.page-layout-collection-landing .collection-footer-wrapper {
  text-align: center;
  margin-top: 0;
  margin-bottom: 70px;
}
body.page-layout-collection-landing .collection-footer-wrapper .cta p {
  font-family: "Chronicle Display A", "Chronicle Display B", serif;
  font-weight: 100;
  color: #000000;
  font-size: 16px;
  line-height: 1.5em;
  margin: 0 auto 50px auto;
  text-align: center;
  max-width: 420px;
}
body.page-layout-collection-landing .collection-footer-wrapper .cta a {
  display: block;
  padding: 0;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 11px !important;
  font-weight: 400;
  transition: all 0.3s ease-in-out 0s;
  -moz-appearance: inherit;
  -webkit-appearance: inherit;
  appearance: inherit;
  position: relative;
  width: 280px;
  height: 60px;
  line-height: 60px;
  text-decoration: none;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  border-radius: 0;
  background: #000000 !important;
  color: #ffffff !important;
  border: 1px solid #ffffff;
  height: 58px;
  line-height: 58px;
  text-transform: uppercase;
  border-color: #000000;
}
@media only screen and (min-width: 768px) {
  body.page-layout-collection-landing .collection-footer-wrapper .cta a:hover {
    background: #ffffff !important;
    color: #000000 !important;
    border: 1px solid #000000;
    height: 58px;
    line-height: 58px;
  }
}
body.cms-explore-our-catalogs-new .hero-banner-top,
body.cms-explore-our-catalogs .hero-banner-top {
  margin-top: 0;
}
body.cms-explore-our-catalogs-new a.request-catalog,
body.cms-explore-our-catalogs a.request-catalog {
  display: block !important;
  margin-top: 10px !important;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
@media (max-width: 768px) {
  body.cms-explore-our-catalogs-new .collection-grid li,
  body.cms-explore-our-catalogs .collection-grid li {
    margin-left: 0;
    margin-right: 0;
  }
}
html.ipad.portrait body.cms-explore-our-catalogs-new .collection-grid li,
html.ipad.portrait body.cms-explore-our-catalogs .collection-grid li {
  margin-left: 0;
  margin-right: 0;
}
html.legacy-ipad body.cms-explore-our-catalogs-new .collection-grid li,
html.legacy-ipad body.cms-explore-our-catalogs .collection-grid li {
  margin-left: 0;
  margin-right: 0;
}

/*# sourceMappingURL=collection-landing.css.map */
