/* Deals */
@media screen and (max-width: 767px) {
  .wrapper + .section {
    padding: 0;
  }
}

.btn-round {
  color: #3c8edf;
  font-size: 18px;
  cursor: pointer;
  margin: 10px 5px;
  padding: 5px 25px;
  border: 2px solid #3c8edf;
  border-radius: 25px;
  -webkit-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  transition: all ease 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-align: center;
}
.btn-round--active,
.btn-round:focus,
.btn-round:hover {
  color: #fff;
  background-color: #3c8edf;
  border: 2px solid #3c8edf;
}
.latest-deals__container {
  text-align: center;
}
.latest-deals__tab-container {
  white-space: nowrap;
  overflow-x: auto;
  padding-bottom: 18px;
}
.latest-deals__tab-container:after {
  content: "";
  display: inline-block;
  position: relative;
  width: 7px;
  height: 1px;
}
@media screen and (min-width: 768px) {
  .latest-deals__tab-container:after {
    display: none;
  }
}
.latest-deals__tab {
  font-size: 18px;
  display: inline-block;
  margin-bottom: 0;
}
.latest-deals__tab:first-of-type {
  margin-left: 12px;
}
.latest-deals__btn-container {
  display: none;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .latest-deals__tab:first-of-type {
    margin-left: 5px;
  }
}
.ruled-list {
  display: none;
}
.deals-list {
  list-style: none;
  overflow-x: scroll;
  height: 212px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 0;
  margin-bottom: 12px;
}
@media screen and (min-width: 768px) {
  .deals-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
    height: auto;
  }
}
.deals-list__item {
  text-align: center;
  margin: 9px 0 9px 18px;
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
}
@media screen and (max-width: 767px) {
  .deals-list__item:last-child {
    margin: 9px 18px;
  }
}

@media screen and (min-width: 768px) {
  .deals-list__item {
    margin: 0.75em 0;
    flex-basis: 33%;
  }
}
@media screen and (min-width: 925px) {
  .deals-list__item {
    flex-basis: 25%;
  }
}
.deals-list__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.deals-list__item a:hover .deals-list__image {
  -webkit-filter: brightness(90%);
  filter: brightness(90%);
  -webkit-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  transition: all ease 0.2s;
}
.deals-list__image {
  width: 80px;
  height: 80px;
  background-color: #d5d5d5;
  background-size: cover;
  background-position: center;
  border-radius: 50%;
  margin-bottom: 5px;
  flex-shrink: 0;
}
.deals-list__container {
  text-align: left;
  margin: 0 16px;
}
.deals-list__title {
  color: #444;
  font-size: 16px;
}
.deals-list__cta {
  color: #444;
  font-size: 16px;
  font-weight: 700;
  text-decoration: underline;
}

.latest-deals-active .latest-deals__btn-container {
  display: table;
}

@media screen and (max-width: 767px) {
  .latest-deals-active .latest-deals__btn-container {
    display: block;
    padding: 0 12px;
  }

  .latest-deals-active .latest-deals__btn-container .btn-round {
    width: 100%;
    display: block;
    padding: 10px;
    margin: 0;
  }
}

/* Deals and inspiration */
.home-v2 .wrapper section-head__wrapper {
  display: flex;
  justify-content: center;
}

.home-v2 .section-head__title section-head {
  text-align: center;
}

.home-v2 .lazyloaded + .promo-card-copy--gradient {
  background-image: none;
}

.home-v2 .site-content .promo-card-wrapper {
  width: 100%;
  align-items: flex-start;
}
.home-v2 .promo-card-item {
  border-radius: 5%;
}

.home-v2 .site-content .promo-card-item {
  flex: 0 1 100%;
  margin-right: 1em;
  overflow: visible;
}

.home-v2 .brand-label {
  background: 0 0;
}

.home-v2 .brand-label__text {
  overflow: hidden;
  border-top-left-radius: 10px;
}

.home-v2 .promo-card-copy {
  position: relative;
  color: #444;
  font-weight: 500;
}

.home-v2 .promo-card-copy__line1,
.home-v2 .promo-card-copy__line2 {
  font-size: 14px;
}

.home-v2 .site-content .promo-card-item__img {
  border-radius: 10px;
  min-height: 140px;
  max-height: 264px;
  height: 18vw;
}

@media (max-width: 767px) {
  .home-v2 .content-scrollable[data-scrollable="true"] {
    background-color: #fff;
    border: none;
    overflow-y: hidden;
  }

  .home-v2 .site-content .promo-card-wrapper {
    margin: 0;
    padding: 0 12px;
  }

  .home-v2 .content-scrollable[data-scrollable="true"] .promo-card-item {
    margin-right: 12px;
  }

  .content-scrollable[data-scrollable="true"] .promo-card-item {
    min-width: 140px !important;
  }

  .home-v2 .promo-card-copy {
    font-size: 18px;
  }

  .home-v2 .brand-label__text {
    padding: 8px 4px;
    font-size: 12px;
  }
}

@media (min-width: 1024px) {
  .home-v2 .site-content .promo-card-wrapper {
    padding: 12px 0 24px;
  }

  .home-v2 .promo-card-copy__line1,
  .home-v2 .promo-card-copy__line2 {
    font-size: 18px;
  }
}

.promo-card-item:hover .promo-card-item__img {
  transform: scale(1);
}

.home-v2 .site-content .deals-list__item .deals-list__image,
.home-v2 .site-content .promo-card-item__img {
  -webkit-box-shadow: 0 3px 10px 0 rgb(0 0 0 / 15%);
  box-shadow: 0 3px 10px 0 rgb(0 0 0 / 15%);
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
}

.home-v2 .deals-list__item a:hover .deals-list__image,
.promo-card-item:hover .promo-card-item__img {
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
  filter: none;
  -webkit-box-shadow: 0 7px 15px 0 rgb(0 0 0 / 17%);
  box-shadow: 0 7px 15px 0 rgb(0 0 0 / 17%);
  transform: none;
}

.home-v2 .site-content .promo-card-item:last-child {
  margin-right: 0;
}

/* KSP */
.home-v2 .ksp {
  overflow: hidden;
  border-top: 2px solid #203240;
  border-bottom: 2px solid #203240;
  padding-bottom: 12px;
}

.home-v2 .ksp-link:before {
  height: 2px;
}

.home-v2 .ksp-link:before {
  background-color: #203240;
}

.home-v2 .ksp-link__text,
.home-v2 .ksp__label {
  color: #203240;
}

.home-v2 .ksp-link__text {
  font-size: 22px;
  font-weight: 600;
}

@media (min-width: 768px) {
  .home-v2 .ksp-link__text {
    font-size: 24px;
  }
}

.home-v2 .ksp__item {
  color: #203240;
  padding: 5px 0 2px;
}

.home-v2 .ksp__heading {
  color: #203240;
}

.home-v2 .ksp__button {
  color: #203240;
}

@media (min-width: 768px) {
  .home-v2 .ksp.is-wide {
    padding: 20px;
  }

  .home-v2 .ksp__label {
    max-width: 120px;
  }
}

@media (max-width: 767px) {
  .home-v2 .ksp__button {
    display: none !important;
  }

  .home-v2 .ksp__inner {
    padding: 0 !important;
  }

  .home-v2 .ksp .slick-list,
  .home-v2 .ksp .slick-slider {
    display: block;
    position: relative;
    min-width: 400px;
  }

  .home-v2 .ksp__overview {
    text-align: left;
    display: inline-block;
    max-width: 120px;
  }

  .home-v2 .ksp__img {
    display: inline-block;
    margin: 0 auto 6px;
  }

  .home-v2 .ksp__heading {
    line-height: 2;
    margin-left: 10px;
  }

  .home-v2 .ksp__label {
    font-size: 14px;
    line-height: 14px;
    margin: 0 0 0 10px !important;
  }
}

.home-v2 .ksp {
  overflow: hidden;
  border-top: none;
}

.home-v2 .ksp:after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #203240;
  bottom: -15px;
  left: 0;
  position: absolute;
}

.home-v2 .ksp-link {
  position: relative;
  bottom: 117px;
}

@media screen and (min-width: 768px) {
  .home-v2 .ksp-link {
    bottom: 140px;
  }

  .home-v2 .ksp-link a {
    font-size: 24px;
    font-weight: 600;
  }
}

/* Info banner */
.info-banner {
  min-height: 400px;
  position: relative;
  height: 100%;
}

.info-banner__image {
  position: absolute;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  min-height: 400px;
  margin: 0;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (max-width: 767px) {
  .info-banner__image {
    opacity: 80%;
  }
}

.info-banner__wrapper {
  position: relative;
  padding: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

@media (max-width: 767px) {
  .info-banner__wrapper {
    padding: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -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;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-item-align: center;
    align-self: center;
  }
}

.info-banner__title {
  font-family: Oswald, sans-serif;
  margin: 0;
  font-size: 50px;
  text-transform: uppercase;
  color: #203240;
  line-height: 0.5;
  letter-spacing: -2.1px;
}

@media (max-width: 767px) {
  .info-banner__title {
    font-size: 30px;
    text-align: center;
    line-height: 1;
    display: inline-block;
  }
}

.info-banner__sub-title {
  font-family: Oswald, sans-serif;
  margin: 0;
  text-transform: uppercase;
  font-size: 48px;
  font-weight: 600;
  color: #d72113;
  -webkit-text-stroke: 0.5px #fff;
}

.info-banner__sub-title span {
  font-size: 55px;
}

@media (max-width: 767px) {
  .info-banner__sub-title {
    font-size: 40px;
    line-height: 1;
    text-align: center;
    display: inline-block;
  }

  .info-banner__sub-title span {
    font-size: 40px;
  }
}

.info-banner__text-description {
  font-weight: 600;
  width: 50%;
  padding: 15px 0;
  color: #444;
}

@media (max-width: 767px) {
  .info-banner__text-description {
    padding: 20px;
    width: 100%;
    text-align: center;
  }
}

.info-banner__list-cta {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 569px;
  gap: 4%;
  width: 100%;
}

@media (max-width: 767px) {
  .info-banner__list-cta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -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;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.info-banner__btn-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #203240;
  font-weight: 600;
  cursor: pointer;
  margin: 10px 5px;
  padding: 5px;
  border: 2px solid #203240;
  border-radius: 25px;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
  text-align: center;
  margin-left: 0;
  background-color: transparent;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33%;
  flex: 0 0 33%;
  margin: 5px;
  max-width: 210px;
}

.info-banner__btn-item:hover {
  background-color: #203240;
  color: #fff;
}

@media (max-width: 767px) {
  .info-banner__btn-item {
    margin: 3px;
    width: 100%;
  }
}

.search-panel--fixed [data-tooltip="destinationToolTip"] {
    top: 106.6094px !important;
}

.search-panel--fixed .component-tooltip:before {
    bottom: 80px !important;
    -webkit-transform: rotate(180deg) !important;
        -ms-transform: rotate(180deg) !important;
            transform: rotate(180deg) !important;
}


.latest-deals-active {
  margin-bottom:  24px;
}


[data-channel-name="tradesite"] .search-box-buttons, [data-channel-name="tradesite_preview"] .search-box-buttons, [data-channel-name="tradegroups"] .search-box-buttons, [data-channel-name="tradegroups_preview"] .search-box-buttons {
  margin-top: -171px;
      z-index: 21;
    position: relative;
}
[data-channel-name="tradesite"] .search-box-buttons__list, [data-channel-name="tradesite_preview"] .search-box-buttons__list, [data-channel-name="tradegroups"] .search-box-buttons__list, [data-channel-name="tradegroups_preview"] .search-box-buttons__list {
  display: flex;
  max-width: 1400px;
    margin: 0 auto;
}

[data-channel-name="tradesite"] .search-box-buttons__item, [data-channel-name="tradesite_preview"] .search-box-buttons__item, [data-channel-name="tradegroups"] .search-box-buttons__item, [data-channel-name="tradegroups_preview"] .search-box-buttons__item {
  flex: auto;
  z-index: 1;
}
[data-channel-name="tradesite"] .search-box-buttons__item:not(:last-child), [data-channel-name="tradesite_preview"] .search-box-buttons__item:not(:last-child), [data-channel-name="tradegroups"] .search-box-buttons__item:not(:last-child), [data-channel-name="tradegroups_preview"] .search-box-buttons__item:not(:last-child)  {
  border: none;
}

@media (min-width: 1025px) {
  [data-channel-name="tradesite"]  .search-box-buttons__link,  [data-channel-name="tradesite_preview"] .search-box-buttons__link, [data-channel-name="tradegroups"]  .search-box-buttons__link,  [data-channel-name="tradegroups_preview"]  .search-box-buttons__link {
    padding: 12px 20px 12px 36px;
      text-align: center;
  }
}

.shortlists-nav-page-body .social-login, .shortlists-nav-page-body .form-divide, .shortlists-nav-page-content .form-divide {display: none;}