@font-face {
  font-family: 'Bath Sans';
  font-style: normal;
  font-weight: 400;
  src: url("bathsenseredesign/resources/fonts/BathSans-Regular.ttf"); }

@font-face {
  font-family: 'Bath Sans Extra Light';
  font-style: normal;
  font-weight: 400;
  src: url("bathsenseredesign/resources/fonts/BathSans-ExtraLight.ttf"); }

@font-face {
  font-family: 'Mulish ExtraBold';
  font-style: normal;
  font-weight: 400;
  src: url("bathsenseredesign/resources/fonts/Mulish-ExtraBold.ttf"); }

@font-face {
  font-family: 'Mulish Bold';
  font-style: normal;
  font-weight: 400;
  src: url("bathsenseredesign/resources/fonts/Mulish-Bold.ttf"); }

@font-face {
  font-family: 'Mulish SemiBold';
  font-style: normal;
  font-weight: 400;
  src: url("bathsenseredesign/resources/fonts/Mulish-SemiBold.ttf"); }

@font-face {
  font-family: 'Mulish Regular';
  font-style: normal;
  font-weight: 400;
  src: url("bathsenseredesign/resources/fonts/Mulish-Regular.ttf"); }

@font-face {
  font-family: 'Mulish Light';
  font-style: normal;
  font-weight: 400;
  src: url("bathsenseredesign/resources/fonts/Mulish-Light.ttf"); }

/* --------------- mixins for responsive windows start ----------------------*/
/* --------------- mixins for responsive windows end ----------------------*/
.catalogues-card-v2 {
  padding: 15px 16px; }
  @media (min-width: 768px) {
    .catalogues-card-v2 {
      padding: 25px 180px; } }
  .catalogues-card-v2__tabs-wrapper {
    display: flex;
    flex-direction: column; }
 /* .catalogues-card-v2__radio {
    display: none; }*/
  .catalogues-card-v2__tabs {
    display: flex;
    overflow-x: auto;
    column-gap: 16px;
    padding-bottom: 20px; }
    @media (min-width: 768px) {
      .catalogues-card-v2__tabs {
        column-gap: 48px; } }
    .catalogues-card-v2__tabs::-webkit-scrollbar {
      display: none; }
  .catalogues-card-v2__tab {
    cursor: pointer;
    font-family: "Mulish Regular", sans-serif;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #59636a;
    white-space: nowrap;
    position: relative; }
    .catalogues-card-v2__tab::after {
      position: absolute;
      left: 0;
      bottom: 0;
      content: '';
      height: 2px;
      width: 0%;
      background: #f5821e;
      transition: all 300ms ease-in-out; }
    @media (min-width: 768px) {
      .catalogues-card-v2__tab {
        font-size: 20px;
        line-height: 28px; } }
  .catalogues-card-v2__panel {
   /* display: none;*/
    animation: fadeIn 1.8s ease-in; }
  .catalogues-card-v2__content-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 16px; }
    @media (min-width: 768px) {
      .catalogues-card-v2__content-wrapper {
        display: grid;
        grid-template-columns: repeat(3, 1fr); } }
    @media (min-width: 768px) and (max-width: 1024px) {
      .catalogues-card-v2__content-wrapper {
        grid-template-columns: repeat(2, 1fr); } }
  .catalogues-card-v2__card-container {
    width: 100%;
    height: 100%;
    position: relative; }
    .catalogues-card-v2__card-container::after {
      position: absolute;
      content: '';
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background: linear-gradient(176.44deg, rgba(0, 0, 0, 0) 29.93%, rgba(0, 0, 0, 0.6) 69.7%);
      z-index: 1; }
  .catalogues-card-v2__image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .catalogues-card-v2__card-content {
    position: absolute;
    bottom: 16px;
    left: 16px;
    right: 16px;
    z-index: 2; }
    @media (min-width: 768px) {
      .catalogues-card-v2__card-content {
        bottom: 20px;
        left: 20px;
        right: 20px; } }
    .catalogues-card-v2__card-content__title {
      display: block;
      font-family: "Mulish Regular", sans-serif;
      font-size: 20px;
      line-height: 24px;
      color: #ffffff;
      padding-bottom: 10px; }
    .catalogues-card-v2__card-content__sub-section {
      display: flex;
      justify-content: space-between;
      align-items: center; }
    .catalogues-card-v2__card-content__icons-wrapper {
      display: flex;
      column-gap: 24px; }
      .catalogues-card-v2__card-content__icons-wrapper svg {
        height: 24px;
        width: 24px;
        color: #ffffff;
        cursor: pointer; }
      @media (min-width: 768px) {
        .catalogues-card-v2__card-content__icons-wrapper {
          column-gap: 16px; }
          .catalogues-card-v2__card-content__icons-wrapper svg {
            height: 32px;
            width: 32px; } }
    .catalogues-card-v2__card-content__date {
      font-family: "Mulish Regular", sans-serif;
      font-weight: 400;
      font-size: 14px;
      line-height: 24px;
      color: #ffffff;
      opacity: 0.8; }
      @media (min-width: 768px) {
        .catalogues-card-v2__card-content__date {
          font-weight: 500;
          font-size: 16px; } }
  .catalogues-card-v2__share {
    background-color: transparent; }
  .catalogues-card-v2__popup-backdrop {
    position: fixed;
    width: 100%;
    height: 100vh;
    z-index: 10;
    backdrop-filter: brightness(60%);
    top: 0;
    left: 0; }
  .catalogues-card-v2__popup-container {
    position: fixed;
    background-color: #ffffff;
    border-radius: 8px;
    padding: 24px;
    width: calc(100% - 48px);
    top: auto;
    bottom: 40px;
    left: 24px; }
    @media (min-width: 768px) {
      .catalogues-card-v2__popup-container {
        width: auto;
        bottom: auto;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        padding: 30px 24px; } }
  .catalogues-card-v2__popup-title {
    font-family: "Mulish Regular", sans-serif;
    font-weight: 400;
    color: rgba(89, 99, 106, 0.4);
    margin-bottom: 30px;
    display: block;
    font-size: 18px;
    line-height: 22px;
    color: #59636a; }
    @media (min-width: 768px) {
      .catalogues-card-v2__popup-title {
        font-size: 20px;
        line-height: 24px; } }
  .catalogues-card-v2__close-btn-box {
    display: flex;
    position: absolute;
    top: 24px;
    right: 14px; }
  .catalogues-card-v2__close-btn {
    height: 20px;
    width: 20px; }
    @media (min-width: 768px) {
      .catalogues-card-v2__close-btn {
        height: 40px;
        width: 40px; } }
  .catalogues-card-v2__links-list {
    display: flex;
    flex-direction: column; }
    @media (min-width: 768px) {
      .catalogues-card-v2__links-list {
        flex-direction: row; } }
  .catalogues-card-v2__link-item:not(:last-child) {
    margin-bottom: 16px; }
  @media (min-width: 768px) {
    .catalogues-card-v2__link-item:not(:last-child) {
      margin-right: 36px;
      margin-bottom: 0; } }
  .catalogues-card-v2__link {
    display: flex;
    align-items: center;
    cursor: pointer;
    background-color: transparent;
    text-decoration: none;
    color: #59636a; }
    @media (min-width: 768px) {
      .catalogues-card-v2__link {
        flex-direction: column; } }
  .catalogues-card-v2__link-icon-box {
    display: flex;
    margin-right: 16px; }
    @media (min-width: 768px) {
      .catalogues-card-v2__link-icon-box {
        margin-right: 0; } }
  .catalogues-card-v2__link-icon {
    height: 48px;
    width: 48px; }
    @media (min-width: 768px) {
      .catalogues-card-v2__link-icon {
        height: 80px;
        width: 80px; } }
  .catalogues-card-v2__link-text {
    margin-top: 8px;
    font-size: 14px;
    line-height: 18px; }
    @media (min-width: 768px) {
      .catalogues-card-v2__link-text {
        font-size: "Mulish Regular", sans-serif;
        font-size: 16px;
        line-height: 20px;
        font-weight: 400;
        color: #59636a; } }

#allProduct:checked ~ #allProductContent,
#luxuryRanges:checked ~ #luxuryRangesContent,
#canvasRange:checked ~ #canvasRangeContent,
#forProfessionals:checked ~ #forProfessionalsContent,
#bespokeCatalogue:checked ~ #bespokeCatalogueContent {
  display: block; }

#allProduct:checked ~ .catalogues-card-v2__tabs #first-tab,
#luxuryRanges:checked ~ .catalogues-card-v2__tabs #second-tab,
#canvasRange:checked ~ .catalogues-card-v2__tabs #third-tab,
#forProfessionals:checked ~ .catalogues-card-v2__tabs #fourth-tab,
#bespokeCatalogue:checked ~ .catalogues-card-v2__tabs #fifth-tab {
  color: #f5821e; }
  #allProduct:checked ~ .catalogues-card-v2__tabs #first-tab::after,
  #luxuryRanges:checked ~ .catalogues-card-v2__tabs #second-tab::after,
  #canvasRange:checked ~ .catalogues-card-v2__tabs #third-tab::after,
  #forProfessionals:checked ~ .catalogues-card-v2__tabs #fourth-tab::after,
  #bespokeCatalogue:checked ~ .catalogues-card-v2__tabs #fifth-tab::after {
    width: 100%; }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
