/* 
    Need a full path when running locally so that when viewed in TCB the request will find its way to this app. When deployed the
    url needs to be /category-pages/ which router converts into a CDN url.  Would like to pull "/category-pages" from StaticContentOptions
    but can't do this easily.
    IMPORTANT:  All images referenced in this file should use this baseimageurl.
*/
/* General styles start */
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
/* This file is auto-generated by the build Target SetSassEnv in the csproj.  It should not be checked into git. */
/* Font size(s) */
/* */
/* Breakpoints */
/* */
/* Functions to convert font sizes in px to rem */
/* */
/* Overrides */
html {
  font-size: 15px;
}

body, html {
  margin: 0;
  padding: 0;
  background: #E9EAEB;
}

h1, h2 {
  border-bottom: none;
  padding: 0;
  margin: 0;
  line-height: unset;
}

p {
  margin: 0;
}

/* */
/* Colours */
/* see colours.scss */
/* */
/* Fonts */
/* */
/* Generic styles end */
/* Mixins */
/* Wrapper start */
.content-wrapper {
  color: #4d4d4d;
  font-family: Open Sans, Arial, sans-serif;
  font-weight: 400;
  margin: 0 auto;
  max-width: 1050px;
  padding: 39px 25px 50px;
}
@media (max-width: 767px) {
  .content-wrapper {
    padding: 30px 0px;
  }
}

/* Wrapper end */
.alert {
  margin-bottom: 44px;
  border: 0;
  padding: 8px 10px 8px 40px;
  background-position: 11px 11px;
  background-repeat: no-repeat;
  list-style-type: none;
  border-radius: 0;
  display: block;
  border-left: 3px solid #0c96bb;
  background-color: #ebfafe;
  color: #097795;
  background-image: url(/category-pages/images/tcb-alert-info-icon.svg);
  background-size: 20px 20px;
}

/* Heading start */
.header {
  font-family: Montserrat, Open Sans, Arial, sans-serif;
  font-size: 2.1333333333rem;
  font-weight: 600;
  text-align: center;
}
@media (max-width: 767px) {
  .header {
    font-size: 1.4rem;
    text-align: left;
    padding: 0 20px;
  }
}

.margin-bottom-header {
  margin-bottom: 44px;
}

/* Heading end */
/* Category description start */
.cat-desc {
  color: #6D6D6D;
  font-size: 1.0666666667rem;
  line-height: 1.4666666667rem;
  margin: 14px auto 44px;
  max-width: 860px;
  position: relative;
  text-align: center;
  padding: 0 20px;
}
.cat-desc--hidden {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cat-desc {
    margin: 12px auto 29px;
    text-align: left;
  }
}
.cat-desc__text {
  hyphens: auto;
  word-break: break-word;
}
.cat-desc__read-more-wrap {
  align-items: flex-end;
  display: flex;
  float: right;
  height: 44px;
  margin-left: 8px;
  margin-right: 1px;
  shape-outside: inset(calc(100% - 22px) 0 0);
}
.cat-desc__read-more-wrap--open {
  left: 50%;
  margin: 0;
  position: absolute;
  top: 100%;
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .cat-desc__read-more-wrap--open {
    left: 40px;
  }
}
.cat-desc__read-more-wrap--hidden {
  display: none;
}
.cat-desc__read-more {
  align-self: flex-end;
  display: inline;
  text-decoration: underline;
  user-select: none;
}
.cat-desc__read-more:hover {
  cursor: pointer;
}

/* Category description end */
/* Breadcrumbs start */
.breadcrumbs {
  color: #6D6D6D;
  font-size: 1.0666666667rem;
  margin: 26px 0 19px;
  padding: 2px;
}
.breadcrumbs__crumb {
  display: inline-block;
  font-weight: 600;
  padding: 0 9px 0 21px;
  position: relative;
}
.breadcrumbs__crumb::before {
  background-image: url(/category-pages/images/chevron-right.svg);
  background-size: auto;
  background-position: 50%;
  background-repeat: no-repeat;
  content: "";
  height: 12px;
  left: 0;
  position: absolute;
  transform: translate(0, -50%);
  top: 50%;
  width: 8px;
}
.breadcrumbs__crumb:first-child {
  padding-left: 0;
}
.breadcrumbs__crumb:first-child::before {
  display: none;
}
.breadcrumbs__crumb--link {
  font-weight: 400;
  padding-right: 9px;
}
.breadcrumbs__crumb--link a {
  color: #4d4d4d !important;
}
.breadcrumbs__crumb--link:hover {
  text-decoration: underline !important;
}
.breadcrumbs__empty {
  height: 17.6px;
}
@media (max-width: 767px) {
  .breadcrumbs {
    padding: 0 22px;
  }
}

/* Breadcrumbs end */
/* Carousel start */
.cat-carousel {
  background-color: transparent;
  height: 350px;
  user-select: none;
  border-radius: 12px;
}
@media (max-width: 767px) {
  .cat-carousel {
    height: 271px;
    padding: 0 20px;
  }
}
.cat-carousel__logo {
  border-radius: 5px;
  display: block;
  max-width: 180px;
  border: 1px solid #ABABAB;
}
@media (max-width: 767px) {
  .cat-carousel__logo {
    max-width: 150px;
  }
}
.cat-carousel__desc {
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  color: #4d4d4d;
  display: -webkit-box;
  font-size: 18px;
  line-height: 21px;
  margin-top: 26.5px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cat-carousel__desc {
    -webkit-line-clamp: 4;
    font-size: 16px;
    line-height: 20px;
    margin-top: 14.5px;
    min-height: 82px;
  }
}
.cat-carousel__controls-wrap {
  align-items: center;
  background-color: #ffffff;
  border: 1px solid #D4D4D4;
  border-bottom: 0;
  border-radius: 12px 12px 0 0;
  bottom: 0;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  display: flex;
  height: 42px;
  justify-content: center;
  left: 50%;
  padding: 0 48px;
  position: absolute;
  top: unset;
  transform: translate(-50%, 0);
  width: unset;
  z-index: 10;
}
@media (max-width: 767px) {
  .cat-carousel__controls-wrap {
    background-color: transparent;
    border: none;
    box-shadow: none;
    padding: 0;
  }
}
.cat-carousel__details {
  margin-top: auto;
  padding-top: 11px;
}
.cat-carousel__tag {
  color: #008755;
  display: block;
  font-size: 0.9333333333rem;
  font-weight: 600;
  height: 18px;
}
.cat-carousel__tag--mega {
  color: #E51D5A;
}
.cat-carousel__tag--flash {
  display: inline-block;
}
.cat-carousel__tag--flash::after {
  background-image: url(/category-pages/images/flash-rate-icon.svg);
  background-size: cover;
  content: "";
  display: inline-block;
  height: 11.2px;
  margin-left: 5px;
  width: 6.5px;
}
@media (max-width: 768px) {
  .cat-carousel__tag--flash::after {
    height: 7.7px;
    margin-left: 2px;
    width: 4.5px;
  }
}
@media (max-width: 767px) {
  .cat-carousel__tag {
    font-size: 0.6666666667rem;
    height: 14px;
  }
}
.cat-carousel__rate {
  color: #4d4d4d;
  display: block;
  font-size: 1.5rem;
  font-weight: 600;
}
.cat-carousel__rate span {
  display: inline-block;
  font-weight: 600;
}
@media (max-width: 767px) {
  .cat-carousel__rate {
    font-size: 1.0666666667rem;
  }
}
.cat-carousel .swiper-wrapper {
  background-color: transparent;
}
.cat-carousel .swiper-slide {
  background-color: #ffffff;
  border-radius: 12px;
  height: 100%;
}
.cat-carousel .swiper-pagination {
  display: flex;
  position: unset;
}
.cat-carousel .swiper-pagination-bullet {
  background-color: #D4D4D4;
  height: 12px;
  margin: 0 3px !important;
  opacity: 1 !important;
  top: 50%;
  width: 12px;
}
.cat-carousel .swiper-button-prev {
  background-image: url(/category-pages/images/cat-top-caro-arrow-prev.svg);
  left: 14px;
}
.cat-carousel .swiper-button-next {
  background-image: url(/category-pages/images/cat-top-caro-arrow-next.svg);
  right: 14px;
}
.cat-carousel .swiper-button-prev, .cat-carousel .swiper-button-next {
  background-size: auto;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  bottom: 8.5px;
  height: 24px;
  flex-shrink: 0;
  top: unset;
  width: 24px;
}
.cat-carousel .swiper-button-prev::after, .cat-carousel .swiper-button-next::after {
  display: none;
}
@media (max-width: 767px) {
  .cat-carousel .swiper-button-prev, .cat-carousel .swiper-button-next {
    display: none;
  }
}
.cat-carousel .swiper-pagination-bullet-active {
  background-color: #707070;
}

.cat-carousel-slide {
  display: flex;
  padding: 23px;
}
@media (max-width: 767px) {
  .cat-carousel-slide {
    padding: 15.5px;
  }
}
.cat-carousel-slide__text {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 30px 0 41px 20px;
}
@media (max-width: 767px) {
  .cat-carousel-slide__text {
    padding: 9px 0 28.7px 1px;
    width: 50%;
  }
}
.cat-carousel-slide__image {
  background-position: 50%;
  background-size: cover;
  border-radius: 10px;
  width: 100%;
  margin: 0 0 41px 36px;
  max-width: 570px;
}
@media (max-width: 767px) {
  .cat-carousel-slide__image {
    border-radius: 7px;
  }
}
@media (max-width: 767px) {
  .cat-carousel-slide__image {
    margin: 5px 0 44px 25px;
    max-height: 192px;
    width: 50%;
  }
}

/* Carousel end */
/* Listing results container start */
.cat-results {
  margin-top: 35px;
}
.cat-results__header {
  align-items: center;
  display: flex;
}
.cat-results__header span:last-child {
  margin-left: auto;
}
@media (max-width: 767px) {
  .cat-results__header {
    padding: 0 22px;
  }
}
.cat-results__container {
  margin-top: 20px;
}

/* Listing results container end */
/* Results total span start */
.cat-results-total {
  font-size: 1.2rem;
  font-weight: 400;
}
@media (max-width: 767px) {
  .cat-results-total {
    font-size: 0.9333333333rem;
  }
}

/* Results total span end */
/* Order by menu start (Most of the style is done thorugh jQuery UI) */
.order-by-wrapper {
  display: inline-block;
  text-align: left;
}

.order-by-label {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #444;
  margin-bottom: 4px;
  padding-left: 10px;
  display: block;
}

@media (max-width: 767px) {
  .ui-selectmenu-button {
    left: 0px !important;
    position: relative !important;
    margin-left: auto;
  }
}

.ui-button .ui-icon.top-sort-icon {
  background-image: url(/category-pages/images/icon-sort-rw.svg) !important;
  width: 16px;
  height: 16px;
  margin-right: -9.5px;
  z-index: 99;
  margin-top: 4px;
}

#orderBy-button .ui-icon {
  background-image: url(/category-pages/images/down-2.svg);
}

.ui-icon-triangle-1-s {
  background-position: 0 !important;
  transform: scaleY(1);
  top: 3px;
  left: 9px;
  opacity: 0.6;
}

.ui-icon-triangle-1-n {
  background-position: 0 !important;
  transform: scaleY(-1);
  top: 3px;
  left: 9px;
  opacity: 0.6;
}

.top-sort-icon.ui-icon-triangle-1-n {
  background-position: 0 !important;
  transform: scaleY(1);
  top: 0;
  left: 0;
  opacity: 1;
}

.ui-corner-all {
  border-radius: 30px !important;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  border: 0 solid #f6f6f6 !important;
  background: #f6f6f6 !important;
  color: #158760 !important;
  font-weight: 600 !important;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  background: #fff !important;
}

.ui-corner-bottom {
  border-bottom-left-radius: 15px !important;
  border-bottom-right-radius: 15px !important;
}

.ui-corner-top {
  border-top-left-radius: 15px !important;
  border-top-right-radius: 15px !important;
}

.ui-widget {
  border: 1px solid #d8d8d8 !important;
  font-family: "Open Sans" !important;
  font-size: 15px;
  color: #4d4d4d;
  cursor: pointer;
}

.ui-menu .ui-menu-item-wrapper {
  padding: 10px 5px 10px 18px !important;
  color: #4d4d4d;
}

.ui-button {
  padding: 9px 18px 9px 18px !important;
  font-weight: 600 !important;
}

.ui-selectmenu-open {
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}

.ui-selectmenu-menu {
  transform-origin: top;
  transition: transform cubic-bezier(0.175, 0.885, 0.4, 1.1) 180ms;
}

.ui-selectmenu-text {
  color: #4d4d4d;
  font-family: "Open Sans" !important;
  font-size: 15px;
}

.ui-button:active {
  background-color: #fff !important;
  border: 1px solid #d8d8d8 !important;
}

/* Order by menu end*/
/* Merchant row from listing start */
.cat-result {
  background-color: #ffffff;
  border: 1px solid #ffffff;
  border-bottom: 1px solid #E9EAEB;
  color: #4d4d4d !important;
  display: flex;
  flex-wrap: nowrap;
  padding: 24px 55px 24px 22px;
  position: relative;
  transition: 0.25s;
  user-select: none;
  text-decoration: none;
}
@media (max-width: 767px) {
  .cat-result {
    padding: 15px 55px 15px 22px;
  }
}
.cat-result:first-child {
  border-radius: 10px 10px 0 0;
}
@media (max-width: 767px) {
  .cat-result:first-child {
    border-radius: 0;
  }
}
.cat-result:last-child {
  border-radius: 0 0 10px 10px;
}
@media (max-width: 767px) {
  .cat-result:last-child {
    border-radius: 0;
  }
}
.cat-result__logo-wrap {
  align-items: center;
  background-color: #ffffff;
  border: 1px solid #D4D4D4;
  border-radius: 10px;
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.11);
  display: flex;
  flex-shrink: 0;
  height: 107px;
  width: 107px;
  min-height: 50px;
  min-width: 50px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cat-result__logo-wrap {
    height: 80px;
    width: 80px;
  }
}
.cat-result__chevron {
  position: absolute;
  right: 32px;
  top: 50%;
  transform: translate(-50%, -50%);
  background-image: url(/category-pages/images/cat-chevron.svg) !important;
  background-size: contain;
  background-repeat: no-repeat;
  width: 7px;
  height: 13px;
}
.cat-result:hover {
  background-color: #F6F6F6;
}

/* Merchant row from listing end */
/* Result listing merchant info start */
.cat-result-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 33px;
  max-width: 716px;
}
@media (max-width: 767px) {
  .cat-result-info {
    margin-left: 15px;
  }
}
.cat-result-info__main-details {
  align-items: center;
  flex-wrap: nowrap;
  display: block;
}
.cat-result-info__name {
  font-size: 1.2rem;
  font-weight: 600;
  margin-right: 6px;
}
@media (max-width: 767px) {
  .cat-result-info__name {
    font-size: 1rem;
  }
}
.cat-result-info__tag {
  align-items: center;
  border-radius: 6px;
  display: inline-flex;
  flex-shrink: 0;
  flex-wrap: nowrap;
  font-size: 0.7333333333rem;
  height: 19.85px;
  margin-left: 0;
  padding: 1.4px 7px;
  text-align: center;
  bottom: 1px;
  position: relative;
}
.cat-result-info__tag span {
  font-weight: 600;
}
.cat-result-info__tag img {
  display: none;
  flex-shrink: 0;
  margin-left: 4px;
}
.cat-result-info__tag--new {
  background-color: #D6F2EA;
  color: #007454;
}
.cat-result-info__tag--default {
  background-color: #EBEAEA;
  color: #4d4d4d;
}
.cat-result-info__tag--exclusive {
  background-color: #D6F2EA;
  color: #007454;
}
.cat-result-info__tag--record {
  background-color: #F2D6EB;
  color: #AD238C;
}
.cat-result-info__desc {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  color: #707070;
  display: -webkit-box;
  font-size: 16px;
  margin-top: 6px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cat-result-info__desc {
    margin-top: 8px;
  }
}
.cat-result-info__rate {
  color: #4d4d4d;
  display: block;
  font-size: 1.2rem;
  font-weight: 600;
  margin-top: 17px;
}
@media (max-width: 767px) {
  .cat-result-info__rate {
    font-size: 1rem;
    margin-top: 5px;
  }
}

/* Result listing merchant info end */
/* Pagination start */
.pager-search-wrp {
  display: flex;
}
@media (max-width: 767px) {
  .pager-search-wrp {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.pager-search-wrp a {
  text-decoration: none;
}

.pager, .pager-active, .pager-arrow {
  border-radius: 5px;
  border: 1px solid #D8D8D8;
  color: #707070 !important;
  font-weight: 600;
  margin: 0 3.5px !important;
}
@media (max-width: 767px) {
  .pager, .pager-active, .pager-arrow {
    margin: 0 0.5vw !important;
  }
}
.pager:nth-child(2), .pager-active:nth-child(2), .pager-arrow:nth-child(2) {
  margin-left: 0 !important;
}
.pager:last-child, .pager-active:last-child, .pager-arrow:last-child {
  margin-right: 0 !important;
}

.pager, .pager-active {
  box-shadow: none !important;
  display: inline-block !important;
  padding: 5px 12px !important;
}

.pager {
  background-color: #ffffff !important;
  border: none !important;
}

.pager-active {
  background-color: #008755 !important;
  color: #ffffff !important;
}

.pager-arrow {
  background-color: #ffffff !important;
  background-position: 50% !important;
  padding: 6.4075px 16px !important;
  position: static !important;
}

.left-pager-arrow {
  background-image: url(/category-pages/images/pager-left.svg) !important;
}
@media (max-width: 767px) {
  .left-pager-arrow {
    margin-right: auto !important;
  }
}

.right-pager-arrow {
  background-image: url(/category-pages/images/pager-right.svg) !important;
}
@media (max-width: 767px) {
  .right-pager-arrow {
    margin-left: auto !important;
  }
}

.pager-sep {
  display: inline-block !important;
  margin: 0 13px !important;
  position: relative;
  top: 20px;
  background-image: url(/category-pages/images/pager-sep.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 13px;
  height: 3px;
}
@media (max-width: 411px) {
  .pager-sep {
    margin: 0 3px !important;
  }
}

.pager-current {
  align-self: center;
  margin-left: 18px !important;
}
@media (max-width: 767px) {
  .pager-current {
    margin: 25px 0 0 !important;
    width: 100%;
  }
}

.pager-search-wrp {
  margin: 38px 0 0 !important;
}
@media (max-width: 767px) {
  .pager-search-wrp {
    margin: 30px 0 0 !important;
  }
}

.pager-arrow.disabled {
  opacity: 0.4;
  cursor: not-allowed;
}

.pager:hover, .pager-arrow:not(.disabled):hover {
  background-color: #F2F2F2 !important;
  outline: 1px solid #A0A0A0 !important;
}

/* Hero category banner starts */
.cat-green-cb {
  border-radius: 10px;
  margin: 34px 0 41px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cat-green-cb {
    border-radius: 0;
  }
}
.cat-green-cb__img {
  position: relative;
  background-size: cover;
  height: 300px;
}
@media (max-width: 767px) {
  .cat-green-cb__img {
    background-position: 45% 50%;
    height: 171px;
  }
}
.cat-green-cb__subheader-wrap {
  background-color: rgba(24, 163, 102, 0.87);
  bottom: 37px;
  left: 0;
  max-width: 425px;
  padding: 31px 36px 30px;
  position: absolute;
}
@media (max-width: 767px) {
  .cat-green-cb__subheader-wrap {
    bottom: 17px;
    max-width: 248px;
    padding: 13px 11px;
  }
}
.cat-green-cb__subheader {
  color: #ffffff;
  font-family: Montserrat, Open Sans, Arial, sans-serif;
  font-size: 1.5333333333rem;
  font-weight: 600;
  line-height: 1.8666666667rem !important;
}
@media (max-width: 767px) {
  .cat-green-cb__subheader {
    font-size: 0.9333333333rem;
    line-height: 1.2rem !important;
  }
}
.cat-green-cb__desc-wrap {
  background-color: #ffffff;
  padding: 32.5px 36px;
}
@media (max-width: 767px) {
  .cat-green-cb__desc-wrap {
    padding: 18px;
  }
}
.cat-green-cb__desc-wrap .cat-desc__read-more-wrap--open {
  margin-top: 20px;
}
.cat-green-cb__desc {
  color: #6D6D6D;
  font-size: 1.0666666667rem;
  font-weight: 400;
  hyphens: auto;
  line-height: 1.4666666667rem !important;
  margin-top: 22px;
  overflow: hidden;
  word-break: break-word;
}
@media (max-width: 767px) {
  .cat-green-cb__desc {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
  }
}
.cat-green-cb__desc a {
  color: #6D6D6D;
  text-decoration: underline;
}
.cat-green-cb__desc a:hover {
  text-decoration: none;
}
.cat-green-cb__desc:first-child, .cat-green-cb__desc:nth-child(2) {
  margin-top: 0;
}
.cat-green-cb__read-more-wrap {
  float: unset;
  height: unset;
  margin: 0;
  position: unset;
  transform: unset;
}

.desk-green-read-more {
  display: inline-block;
}
.desk-green-read-more.visible {
  display: inline-block;
}
@media (max-width: 767px) {
  .desk-green-read-more {
    display: none;
    margin: 5px 0 10px;
  }
  .desk-green-read-more.visible {
    display: inline-block;
  }
}

.mob-green-read-more {
  display: none;
}
@media (max-width: 588px) {
  .mob-green-read-more {
    display: block;
  }
}

/* Hero category banner ends */
/* Cat highlight start */
.cat-highlight-slide {
  padding: 16.5px 13px 16px 22px;
}
@media (max-width: 767px) {
  .cat-highlight-slide {
    padding: 15px 0 13px 21px;
  }
}

.cat-highlight-wrap {
  margin-top: 27.4px;
}
.cat-highlight-wrap__header-content {
  display: flex;
}
.cat-highlight-wrap__header {
  color: #4d4d4d;
  font-size: 0.9333333333rem;
  margin-left: 6px;
  width: unset;
  font-weight: 600 !important;
}
@media (max-width: 767px) {
  .cat-highlight-wrap__header {
    padding: 0 0 0 14px;
  }
}
.cat-highlight-wrap .swiper-button-prev, .cat-highlight-wrap .swiper-button-next {
  background-size: auto;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  border: 1px solid #6D6D6D;
  border-radius: 999px;
  bottom: unset;
  height: 18px;
  flex-shrink: 0;
  margin-top: 0;
  position: unset;
  top: unset;
  width: 18px;
}
.cat-highlight-wrap .swiper-button-prev::after, .cat-highlight-wrap .swiper-button-next::after {
  display: none;
}
.cat-highlight-wrap .swiper-button-prev {
  background-image: url(/category-pages/images/cat-highlight-prev-arrow.svg);
}
.cat-highlight-wrap .swiper-button-next {
  background-image: url(/category-pages/images/cat-highlight-next-arrow.svg);
}
.cat-highlight-wrap .swiper-wrapper {
  height: unset;
}

.hidden {
  display: none !important;
}

.cat-highlight {
  display: flex;
  min-height: 170px;
  margin: 15.6px 0 28px;
  max-width: 1000px;
  width: 100%;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .cat-highlight {
    min-height: 167px;
    margin: 11px 0 21px;
    border-radius: 0px;
  }
}
.cat-highlight__text {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-right: 20px;
  max-width: 600px;
}
@media (max-width: 767px) {
  .cat-highlight__text {
    padding: 9px 0 28.7px 1px;
    width: 50%;
  }
}
.cat-highlight__text em {
  color: #E51D5A;
  font-style: normal;
  text-decoration: underline;
}
.cat-highlight__text em:hover {
  text-decoration: none;
}
@media (max-width: 767px) {
  .cat-highlight__text {
    padding: 0;
    width: 100%;
  }
}
.cat-highlight__image {
  flex-shrink: 2;
  margin-left: auto;
  max-width: 298px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 767px) {
  .cat-highlight__image {
    align-self: center;
    border-radius: 10px 0 0 10px;
    flex-shrink: 0;
    height: 125px;
    max-width: 161px;
  }
}
@media (max-width: 450px) {
  .cat-highlight__image {
    max-width: 161px;
  }
}
.cat-highlight__header-wrap {
  align-items: center;
  display: flex;
  margin-top: 7px;
}
@media (max-width: 767px) {
  .cat-highlight__header-wrap {
    margin-top: 0;
  }
}
.cat-highlight__header {
  color: #4d4d4d !important;
  font-size: 1.2rem;
  font-weight: 600 !important;
}
@media (max-width: 767px) {
  .cat-highlight__header {
    font-size: 1rem;
  }
}
.cat-highlight__desc {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  color: #6D6D6D;
  display: -webkit-box;
  font-size: 16px;
  margin-top: 16px;
  overflow: hidden;
}
.cat-highlight__desc--green {
  -webkit-line-clamp: 10;
}
@media (max-width: 767px) {
  .cat-highlight__desc {
    -webkit-line-clamp: 4;
    line-height: 1.2666666667rem;
    margin-top: 8px;
  }
}
.cat-highlight__details {
  margin-top: auto;
  padding-top: 11px;
  margin-bottom: 7px;
  padding-top: 10px;
}
.cat-highlight__tag {
  align-items: center;
  border-radius: 6px;
  display: inline-flex;
  flex-shrink: 0;
  flex-wrap: nowrap;
  font-size: 0.7333333333rem;
  height: 19.85px;
  margin-left: 0;
  padding: 1.4px 7px;
  text-align: center;
  bottom: 1px;
  position: relative;
}
.cat-highlight__tag span {
  font-weight: 600;
}
.cat-highlight__tag img {
  display: none;
  flex-shrink: 0;
  margin-left: 4px;
}
.cat-highlight__tag--new {
  background-color: #D6F2EA;
  color: #007454;
}
.cat-highlight__tag--default {
  background-color: #EBEAEA;
  color: #4d4d4d;
}
.cat-highlight__tag--exclusive {
  background-color: #D6F2EA;
  color: #007454;
}
.cat-highlight__tag--record {
  background-color: #F2D6EB;
  color: #AD238C;
}
.cat-highlight__rate {
  color: #4d4d4d;
  font-size: 1.2rem;
  font-weight: 600 !important;
}
@media (max-width: 767px) {
  .cat-highlight__rate {
    font-size: 1rem;
  }
}
.cat-highlight__rate span {
  font-weight: 600 !important;
}
.cat-highlight__logo {
  border-radius: 5px;
  bottom: 8.2px;
  box-shadow: 0 5px 6px rgba(0, 0, 0, 0.56);
  height: 43px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 124px;
}
@media (max-width: 767px) {
  .cat-highlight__logo {
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.32);
    height: 30px;
    width: 88px;
  }
}
.cat-highlight__controls-wrap {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-left: 14.5px;
  position: relative;
  width: 43px;
}

.cat-highlight-slide {
  align-self: center;
  background-color: #ffffff;
  border-radius: 10px;
  display: flex;
  user-select: none;
}
@media (max-width: 767px) {
  .cat-highlight-slide {
    border-radius: 0;
  }
}

.cat-highlight__image {
  background-position: 50%;
  background-size: cover;
  border-radius: 10px;
  width: 100%;
}
@media (max-width: 767px) {
  .cat-highlight__image {
    border-radius: 7px;
  }
}

/* Cat highlight end */
.link-section a:hover {
  color: #5D5D5D;
}
