.products-list-header-container {
  background-color: #091B34;
}

.products-list-header-container .products-list-header {
  padding-top: 10px;
  padding-bottom: 50px;
}

.products-list-header-container .products-list-header .header-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}

.products-list-header-container .products-list-header .header-wrapper .product-category {
  font-size: 14px;
  line-height: 21.715px;
  font-weight: 500;
  color: white;
  margin: 0;
}

@media (min-width: 360px) {
  .products-list-header-container .products-list-header .header-wrapper .product-category {
    font-size: calc(0vw + 14px);
  }
}

@media (min-width: 1024px) {
  .products-list-header-container .products-list-header .header-wrapper .product-category {
    font-size: 14px;
  }
}

@media (min-width: 360px) {
  .products-list-header-container .products-list-header .header-wrapper .product-category {
    line-height: calc(0vw + 21.715px);
  }
}

@media (min-width: 1024px) {
  .products-list-header-container .products-list-header .header-wrapper .product-category {
    line-height: 21.715px;
  }
}

.products-list-header-container .products-list-header .products-list-heading {
  color: white;
  margin: 0;
  font-size: 24px;
  line-height: 34px;
  letter-spacing: 0.24px;
  font-weight: 500;
}

@media (min-width: 360px) {
  .products-list-header-container .products-list-header .products-list-heading {
    font-size: calc(0.90361446vw + 20.74698795px);
  }
}

@media (min-width: 1024px) {
  .products-list-header-container .products-list-header .products-list-heading {
    font-size: 30px;
  }
}

@media (min-width: 360px) {
  .products-list-header-container .products-list-header .products-list-heading {
    line-height: calc(0.90361446vw + 30.74698795px);
  }
}

@media (min-width: 1024px) {
  .products-list-header-container .products-list-header .products-list-heading {
    line-height: 40px;
  }
}

.products-list-header-container .products-list-header .nav-link {
  border: 0.5px solid #74DEF6;
  border-radius: 50px;
  min-height: 50px;
  padding: 10px 30px;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  color: white;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media (hover: hover) and (pointer: fine) {
  .products-list-header-container .products-list-header .nav-link:hover {
    background-color: #2EB4FF;
    border-color: transparent;
  }
}

.products-list-header-container .products-list-header .nav {
  padding: 0;
  gap: 20px;
  margin-top: 40px;
}

.products-list-header-container .products-list-header .nav .nav-item .active {
  background-color: #2EB4FF;
  border-color: transparent;
}

.tab-pane {
  margin-top: -4rem;
}

.products-list-content {
  margin: 100px auto;
}

.products-list-content .product-wrapper:first-of-type {
  margin-top: 160px;
}

.products-list-content .product-wrapper:not(:last-of-type) {
  margin-bottom: 100px;
}

.products-list-content .sub-category-heading {
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  color: #091B34;
  margin-bottom: 50px;
}

@media (min-width: 360px) {
  .products-list-content .sub-category-heading {
    font-size: calc(0.75301205vw + 17.28915663px);
  }
}

@media (min-width: 1024px) {
  .products-list-content .sub-category-heading {
    font-size: 25px;
  }
}

@media (min-width: 576px) {
  .products-list-content .sub-category-heading {
    line-height: calc(1.11607143vw + 23.57142857px);
  }
}

@media (min-width: 1024px) {
  .products-list-content .sub-category-heading {
    line-height: 35px;
  }
}

.products-list-content .products-container .gap-50-8 {
  row-gap: 50px;
}

.products-list-content .products-container .rir-product .product-img-container {
  overflow: hidden;
  margin-bottom: 20px;
}

.products-list-content .products-container .rir-product .product-img-container .rir-product-img {
  width: 100%;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  border-radius: 10px;
  max-height: 221px;
}

.products-list-content .products-container .rir-product .product-img-container .rir-product-img:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.products-list-content .products-container .rir-product .rir-product-heading {
  font-size: 18px;
  color: #151515;
  font-weight: 500;
  line-height: normal;
  margin: 0;
  margin-bottom: 12px;
}

.products-list-content .products-container .rir-product .rir-product-view {
  font-size: 16px;
  line-height: 26px;
  color: #001A3B;
  margin: 0;
  font-weight: 600;
}

.products-list-content .products-container .rir-product .link-with-arrow {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
}

.products-list-content .products-container .rir-product .arrow-wrapper {
  width: 20px;
  height: 20px;
  position: relative;
  overflow: hidden;
}

.products-list-content .products-container .rir-product .arrow-wrapper .first,
.products-list-content .products-container .rir-product .arrow-wrapper .second {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}

.products-list-content .products-container .rir-product .arrow-wrapper .second {
  -webkit-transform: translate(-200%, -50%);
          transform: translate(-200%, -50%);
}

.products-list-content .products-container .rir-product .link-with-arrow:hover .arrow-wrapper .first {
  -webkit-animation: arrowout 0.4s ease forwards;
          animation: arrowout 0.4s ease forwards;
}

.products-list-content .products-container .rir-product .link-with-arrow:hover .arrow-wrapper .second {
  -webkit-animation: arrowin 0.4s ease forwards;
          animation: arrowin 0.4s ease forwards;
}

@-webkit-keyframes arrowout {
  from {
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
  to {
    -webkit-transform: translate(200%, -50%);
            transform: translate(200%, -50%);
  }
}

@keyframes arrowout {
  from {
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
  to {
    -webkit-transform: translate(200%, -50%);
            transform: translate(200%, -50%);
  }
}

@-webkit-keyframes arrowin {
  from {
    -webkit-transform: translate(-200%, -50%);
            transform: translate(-200%, -50%);
  }
  to {
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
}

@keyframes arrowin {
  from {
    -webkit-transform: translate(-200%, -50%);
            transform: translate(-200%, -50%);
  }
  to {
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
}

.products-list-content .equipments-container {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  row-gap: 60px;
  -webkit-column-gap: 24px;
     -moz-column-gap: 24px;
          column-gap: 24px;
  margin-top: 160px;
}

@media screen and (min-width: 768px) {
  .products-list-header-container .products-list-header {
    padding-top: 30px;
    padding-bottom: 60px;
  }
  .products-list-header-container .products-list-header .products-list-heading {
    letter-spacing: 0.30px;
  }
  .products-list-header-container .products-list-header .nav {
    gap: 30px;
    margin-top: 30px;
  }
  .products-list-content .product-wrapper:not(:last-of-type) {
    margin-bottom: 150px;
  }
  .products-list-content .sub-category-heading {
    margin-bottom: 30px;
  }
  .products-list-content .products-container .rir-product .product-img-container {
    margin-bottom: 40px;
  }
  .products-list-content .products-container .rir-product .product-img-container .rir-product-img {
    max-height: 240px;
  }
}

.hover-underline-animation {
  display: inline-block;
  position: relative;
  color: #0087ca;
}

.hover-underline-animation:after {
  content: '';
  position: absolute;
  width: 100%;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #525252;
  -webkit-transform-origin: bottom right;
          transform-origin: bottom right;
  -webkit-transition: -webkit-transform 0.25s ease-out;
  transition: -webkit-transform 0.25s ease-out;
  transition: transform 0.25s ease-out;
  transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out;
}

.hover-underline-animation:hover:after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
}

.link-with-arrow:hover .rir-product-view.hover-underline-animation::after {
  width: 100%;
}
