/** Shopify CDN: Minification failed

Line 1165:16 Expected identifier but found whitespace
Line 1165:17 Unexpected "8px"
Line 1177:3 Unexpected "/"

**/
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");
/* Reset */
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: "Open Sans", sans-serif;
}

/* =====================
   TEXT BANNER
===================== */
.text-banner {
  background: linear-gradient(90deg, #f5f5f5 60%, #ffffff 100%);
  padding: 60px 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right center;
}

.text-banner__container {
  max-width: 1748px;
  margin: 0 auto;
  padding: 0 54px;
}

.text-banner__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.text-banner__content {
  max-width: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 15.625vw;
}

.text-banner__title {
  font-size: 34px;
  line-height: 131%;
  margin-bottom: 10px;
}

.text-banner__description {
  font-size: 16px;
  line-height: 1.5;
}

.text-banner__image img {
  max-width: 300px;
}

/* =====================
  COMPARISON SECTION
===================== */
.comparison-section {
 padding: 95px 0 60px;
}

.comparison-section__container {
  max-width: 1748px;
  margin: 0 auto;
  padding: 0 54px;
}

.comparison-section__wrapper {
  display: flex;
}

.comparison-section__features {
  min-width: 275px;
  position: sticky;
  top: 20px;
  padding-right: 52px;
  background: #ffffff;
  z-index: 1;
}

.comparison-section__feature {
  padding: 20px 0;
  border-bottom: 1px solid #c7c7c7;
  display: flex;
  align-items: flex-start;
}

.comparison-section__feature:nth-child(4) {
  border-top: 1px solid #c7c7c7;
}

.comparison-section__feature p {
  font-size: 16px;
  font-weight: 700;
  line-height: 137%;
  text-transform: uppercase;
  color: #939393;
  margin-bottom:0;
}

.comparison-section__feature:not(:has(p)) {
  border-color: transparent;
}

.comparison-section__feature:has(p):first-child {
  border-top: 1px solid #c7c7c7;
}

.comparison-section__feature.comparison-section__feature--cta {
  border-bottom: 1px solid #c7c7c7;
}

.comparison-section__products {
  display: flex;
  gap: 39px;
  overflow-x: auto;
  padding-bottom: 5px;
}

.comparison-section__products::-webkit-scrollbar {
  height: 6px;
  width: 6px;
}

.comparison-section__products::-webkit-scrollbar-thumb {
  background: #ccc;
  width: 6px;
  border-radius: 10px;
}

.comparison__product-card {
  min-width: 312px;
  width: 100%;
  display: flex;
  flex-direction: column;
}

.comparison__product-card--inner {
  min-width: 260px;
  background: #fff;
  border: 1px solid #c7c7c7;
  border-radius: 24px;
  height: 100%;
  overflow: hidden;
  margin-bottom: 15px;
}

.comparison__product-card--inner > div:not(.comparison__product-card__image) {
  padding: 20px 30px;
}

.comparison__product-card--inner > div.comparison__product-card__remove {
  padding: 15px;
}

.comparison__product-card__remove {
  border-bottom: 1px solid #c7c7c7;
}

.comparison__product-card__remove p {
  text-align: center;
  font-size: 14px;
  text-transform: uppercase;
  color: #999;
  margin-bottom: 0;
  cursor: pointer;
}

.comparison__product-card__image img {
  width: 100%;
  max-width: 100%;
  max-height: 250px;
  object-fit: cover;
}

.comparison__product-card__title h3 {
  font-size: 16px !important;
  font-weight: 700;
  line-height: 137%;
  color: #414042;
  margin-bottom: 0;
}

.comparison__product-card__value {
  padding: 20px 0;
  border-top: 1px solid #c7c7c7;
  font-size: 14px;
}
.comparison__product-card__value:nth-child(2), .comparison__product-card__value:nth-child(3), .comparison__product-card__value:nth-child(4){
    display: flex;
  align-items: center;
}

.comparison__product-card__remove,
.comparison__product-card__title,
.comparison__product-card__value {
  background-color: #ffffff;
}

.comparison__product-card--inner:has(.comparison__product-card--empty) {
  border: unset;
  overflow: visible;
}

.comparison__product-card--empty {
  padding: 0 !important;
  background: #fff;
  border: 1px solid #c7c7c7;
  border-radius: 24px;
  height: auto;
  overflow: hidden;
}

.comparison__product-card--empty .comparison__product-card__remove {
  padding: 15px;
}

.comparison__product-card__add {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #999;
  padding: 40px;
  min-height: 250px;
  background: #f2f2f2;
}

.comparison__product-card__add img {
  width: 40px;
  height: 40px;
  display: block;
  object-fit: contain;
}

.comparison__product-card__value p,
.comparison__product-card__value li {
  font-size: 16px;
  font-weight: 500;
  line-height: 137%;
  color: #414042;
  margin-bottom:0;
}

.comparison__product-card__value ul {
  list-style: none;
  margin: 0;
}

.comparison__product-card__value li:not(:last-child),
.comparison__product-card__value p:not(:last-child) {
  margin-bottom: 15px;
}

.comparison__product-card__value img {
  height: 20px;
  margin-left: 5px;
}

.comparison__product-card__value li:has(.product-color),
.comparison__product-card__value p:has(.product-color) {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.comparison__product-card__value .product-color {
  width: 20px;
  height: 20px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  display: inline-block;
}

.comparison__product-card__value .product-color.red {
  background-color: #da2128;
}

.comparison__product-card__value .product-color.grey {
  background-color: #0092d7;
}

.comparison__product-card__cta {
  margin-top: auto;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.comparison__product-card__cta .btn {
  padding: 11px 20px;
  border-radius: 20px;
  font-size: 12px;
  line-height: 106%;
  font-weight: 700;
  text-transform: uppercase;
  color: #ffffff;
  text-decoration: none;
  text-align: center;
}

.comparison__product-card__cta .btn--secondary {
  background-color: #939393;
}

.comparison__product-card__cta .btn--primary {
  background-color: #cc2229;
}

.comparison__product-card__cta .btn.disable {
  color: #c7c7c7;
  border: 1px solid #c7c7c7;
  margin-top: auto;
  background-color: #ffffff;
}

.comparison__product-card--inner ~ .comparison__product-card__value {
  border-top: 0;
  padding: 0;
  margin-bottom: 25px;
}

/* empoty card css update */
.comparison__product-card.empty .comparison__product-card--inner {
  border: none;
}

.comparison__product-card.empty
  .comparison__product-card--inner
  .comparison__product-card__remove {
  border: 1px solid #c7c7c7;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
}

.comparison__product-card.empty
  .comparison__product-card--inner
  .comparison__product-card__add {
  border: 1px solid #c7c7c7;
  border-top: 0;
  border-bottom-left-radius: 24px;
  border-bottom-right-radius: 24px;
}

.comparison-filters.is-disabled .filter-item {
  opacity: 0.5;
}
.comparison-filters.is-disabled .filter-item:has(input:not([disabled])) {
    opacity: 1;
    font-weight:600;
}
.comparison-loading {
  padding: 16px;
}

.loader-image {
  width: 100%;
  height: 160px;
  border-radius: 8px;
  margin-bottom: 12px;
}

.loader-line {
  height: 14px;
  border-radius: 6px;
  margin-bottom: 10px;
  width: 100%;
}

.shimmer {
  background: linear-gradient(90deg, #eeeeee 25%, #f5f5f5 37%, #eeeeee 63%);
  background-size: 400% 100%;
  animation: shimmer 1.2s infinite;
}

@keyframes shimmer {
  0% {
    background-position: 100% 0;
  }
  100% {
    background-position: -100% 0;
  }
}

.comparison-slot.empty .comparison-loading {
  display: block;
}
 
/* comparison popup */
.comparison-modal {
  position: fixed;
  inset: 0;
  background-color: #00000042;
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  padding: 0 10px;
}

.comparison-modal.active {
  display: flex;
}

.comparison-variants {
  display: grid;
  gap: 12px;
  width:100%;
}

.comparison-variant label {
  font-weight: 600;
  display: block;
  margin-bottom: 4px;
}

.comparison-variant select {
  width: 100%;
background-image: url("data:image/svg+xml;base64,PCFET0NUWVBFIHN2ZyBQVUJMSUMgIi0vL1czQy8vRFREIFNWRyAxLjEvL0VOIiAiaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkIj4KDTwhLS0gVXBsb2FkZWQgdG86IFNWRyBSZXBvLCB3d3cuc3ZncmVwby5jb20sIFRyYW5zZm9ybWVkIGJ5OiBTVkcgUmVwbyBNaXhlciBUb29scyAtLT4KPHN2ZyB3aWR0aD0iNjRweCIgaGVpZ2h0PSI2NHB4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+Cg08ZyBpZD0iU1ZHUmVwb19iZ0NhcnJpZXIiIHN0cm9rZS13aWR0aD0iMCIvPgoNPGcgaWQ9IlNWR1JlcG9fdHJhY2VyQ2FycmllciIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cg08ZyBpZD0iU1ZHUmVwb19pY29uQ2FycmllciI+IDxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMTIuNzA3MSAxNC43MDcxQzEyLjMxNjYgMTUuMDk3NiAxMS42ODM0IDE1LjA5NzYgMTEuMjkyOSAxNC43MDcxTDYuMjkyODkgOS43MDcxMUM1LjkwMjM3IDkuMzE2NTggNS45MDIzNyA4LjY4MzQyIDYuMjkyODkgOC4yOTI4OUM2LjY4MzQyIDcuOTAyMzcgNy4zMTY1OCA3LjkwMjM3IDcuNzA3MTEgOC4yOTI4OUwxMiAxMi41ODU4TDE2LjI5MjkgOC4yOTI4OUMxNi42ODM0IDcuOTAyMzcgMTcuMzE2NiA3LjkwMjM3IDE3LjcwNzEgOC4yOTI4OUMxOC4wOTc2IDguNjgzNDIgMTguMDk3NiA5LjMxNjU4IDE3LjcwNzEgOS43MDcxMUwxMi43MDcxIDE0LjcwNzFaIiBmaWxsPSIjNDE0MDQyIi8+IDwvZz4KDTwvc3ZnPg==");
    background-repeat: no-repeat;
    background-position: right 5px center;
    background-size: 25px;
    border-radius:24px;
}
.comparison-variants .comparison-variant:nth-child(2) {
    display: none !important;
}
.comparison-modal {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}
.comparison-modal .filter-title{
  color:#414042;
  font-weight:700;
}

.comparison-modal.active {
  display: flex;
}

.modal-content {
  background: #fff;
  max-width: 900px;
  width: 100%;
  padding: 28px;
  border-radius: 16px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.25);
  border: 1px solid #c7c7c7;
}

.comparison-modal__layout {
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: 24px;
  min-height: 420px;
  overflow-y: hidden;
}

.comparison-filters {
  background: #efefef;
  padding: 20px;
  border-radius: 12px;
  overflow-y: auto;
}

.filter-title {
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  color: #414042;
  margin-bottom: 16px;
}
.filter-item.is-primary-selected span, .filter-item.is-primary-selected em {
  /* font-weight: 700; */
   color: #000;
}
/* label.filter-item.is-primary-selected{
  border:1px solid #CC2229;
  border-radius:4px;
  padding: 6px 4px;
} */
.filter-item {
  display: grid;
  grid-template-columns: 18px 1fr auto;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  padding: 6px 4px;
  cursor: pointer;
  color: #414042;
}

.filter-item input {
  accent-color: #414042;
  cursor: pointer;
  width: 15px;
  height: 15px;
}

.filter-item span {
  line-height: 1.2;
}

.filter-item em {
  font-style: normal;
  font-size: 13px;
  opacity: 0.6;
}

.comparison-results {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.comparison-search {
  width: 100%;
  padding: 12px 14px;
  border-radius: 10px;
  border: 1px solid #ddd;
  font-size: 14px;
}

.comparison-search:focus {
    outline: none;
}

.search-results {
  border-radius: 12px;
  overflow-y: auto;
  padding-right: 17px;
  flex: 1;
}

.search-item {
  display: grid;
  grid-template-columns: 44px 1fr 82px;
  align-items: center;
  gap: 14px;
  padding: 10px;
  position: relative;
  border-radius: 8px;
  margin: 10px 0;
  border: 1px solid transparent;
}

.search-item::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -10px;
  height: 1px;
  width: 100%;
  background-color: #c7c7c7;
}

.search-item:last-child::before {
  content: unset;
}

.search-item:hover {
  background: #EFEFEF;
}

.search-item img {
  width: 44px;
  height: 44px;
  object-fit: cover;
  border-radius: 8px;
}

.search-info {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.search-info small {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #939393;
}

.search-info span {
  font-size: 14px;
  line-height: 1.3;
  font-weight:700;
}
.support-level .label{
  color:#939393;
  font-size:8px;
  line-height:22px;
  font-weight:400;
  padding-left:0;
}
.support-level .support-text{
  font-size:10px;
  color:#414042;
  font-weight: 700;
  text-transform: capitalize;
  margin-left: 5px;
}
.support-level {
    display: flex;
    align-items: center;
}
.search-info .product-type-compression .support-level .support-circle{
  border: 1px solid #007ace;
}
.search-info .product-type-sport .support-level .support-circle{
  border: 1px solid #939393;
}
.support-level .support-circle{
    display: flex;
    justify-content:center;
    align-items:center;
    font-size: 10px;
    width: 18px;
    height: 18px;
    border: 1px solid #CC2229;
    text-align: center;
    border-radius: 100%;
    line-height: 18px;
    border-radius: 100%;
    padding-left: 1px;
    font-weight:600;
}
.add-btn {
  background: #fff;
  font-size: 12px;
  line-height: 137%;
  cursor: pointer;
  transition: all 0.2s ease;
  max-width: 100px;
  width: 100%;
  border-radius: 0;
  border: 0;
  padding: 5px 16px;
  padding-right: 5px;
  border-radius: 16px;
  gap: 15px;
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
  color: #939393;
}

.add-btn > span {
  width: 24px;
  height: 24px;
  display: flex;
  background-color: #c7c7c7;
  aspect-ratio: 1/1;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}

.add-btn > span > svg {
  width: 15px;
  height: 15px;
}

.add-btn:hover {
  background: #01aeee;
  color: #ffffff;
}

.add-btn:hover > span {
    background-color: #ffffff;
}

.add-btn:hover svg path {
    fill: #01aeee;
    stroke: #01aeee;
}

.search-empty {
  padding: 40px;
  text-align: center;
  font-size: 14px;
  color: #888;
}

.modal-content {
  max-height: 85vh;
  display: flex;
  flex-direction: column;
  position: relative;
}

.modal-close {
  padding: 2px;
  color: #ffffff;
  border: none;
  cursor: pointer;
  font-size: 12px;
  position: absolute;
  max-width: 25px;
  height: 25px;
  border-radius: 50%;
  background-color: #c7c7c7;
  right: 26px;
  top: 20px;
  margin-top: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.heading-modal h4 {
  color: #414042;
  font-size: 22px;
  line-height: 42px;
  font-weight: 700;
  margin-bottom: 35px;
}

.comparison-modal__layout {
  flex: 1;
  min-height: 0;
}

.comparison-filters {
  max-height: 629px;
  overflow-y: auto;
}

.search-results {
  max-height: 565px;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
}

.comparison-filters::-webkit-scrollbar,
.search-results::-webkit-scrollbar {
  width: 6px;
}

.comparison-filters::-webkit-scrollbar-thumb,
.search-results::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 4px;
}

.search-info .product-type-thermal {
  color: #d9000d;
}

.search-info .product-type-compression {
  color: #007ace;
}

/* product type comparison effect */
.search-item:has(.product-type-thermal):has(.add-btn:hover) {
    border-color: #d9000d;
    background-color: #ffffff;
}

.search-item:has(.product-type-thermal) .add-btn:hover {
    background-color: #d9000d;
}

.search-item:has(.product-type-thermal) .add-btn:hover svg path {
    fill: #d9000d;
    stroke: #d9000d;
}

/* compression */
.search-item:has(.product-type-compression):has(.add-btn:hover) {
    border-color: #01aeee;
    background-color: #ffffff;
}

.search-item:has(.product-type-compression) .add-btn:hover {
    background-color: #01aeee;
}

.search-item:has(.product-type-compression) .add-btn:hover svg path {
    fill: #01aeee;
    stroke: #01aeee;
}

/* sports */
.search-item:has(.product-type-sport):has(.add-btn:hover) {
    border-color: #414042;
    background-color: #ffffff;
}

.search-item:has(.product-type-sport) .add-btn:hover {
    background-color: #414042;
}

.search-item:has(.product-type-sport) .add-btn:hover svg path {
    fill: #414042;
    stroke: #414042;
}


.comparison-variant select:focus {
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iNjRweCIgaGVpZ2h0PSI2NHB4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxnIHRyYW5zZm9ybT0icm90YXRlKDE4MCAxMiAxMikiPgo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTEyLjcwNzEgMTQuNzA3MUMxMi4zMTY2IDE1LjA5NzYgMTEuNjgzNCAxNS4wOTc2IDExLjI5MjkgMTQuNzA3MUw2LjI5Mjg5IDkuNzA3MTFDNS45MDIzNyA5LjMxNjU4IDUuOTAyMzcgOC42ODM0MiA2LjI5Mjg5IDguMjkyODlDNi42ODM0MiA3LjkwMjM3IDcuMzE2NTggNy45MDIzNyA3LjcwNzExIDguMjkyODlMMTIgMTIuNTg1OEwxNi4yOTI5IDguMjkyODlDMTYuNjgzNCA3LjkwMjM3IDE3LjMxNjYgNy45MDIzNyAxNy43MDcxIDguMjkyODlDMTguMDk3NiA4LjY4MzQyIDE4LjA5NzYgOS4zMTY1OCAxNy43MDcxIDkuNzA3MTFMMTIuNzA3MSAxNC43MDcxWiIgZmlsbD0iIzQxNDA0MiIvPgo8L2c+Cjwvc3ZnPg==");
}

.text-banner__title {
    font-size: 24px;
    margin-bottom: 10px;
}
@media (max-width:1450px){
  .support-level .support-circle{
    padding-left:0;
  }
}

@media (max-width: 1399px) {
  .comparison-section__products {
    gap: 37px;
  }

  .comparison__product-card {
    min-width: 303px;
  }

  .comparison-section__container {
    padding-right: 0;
  }

  .comparison-section__products {
    padding-right: 54px;
  }

  .comparison-section__features {
    min-width: 232px;
    padding-right: 34px;
  }
}

@media (max-width: 991px) {

  .text-banner {
    background-position: left;
  }

  .text-banner__content {
    min-height: 300px;
  }

  .comparison__product-card {
    min-width: 300px;
  }

  .comparison-section__container {
    padding-left: 40px;
    padding-right: 0;
  }

  .text-banner__container {
    padding: 0 40px;
  }

  .comparison-section__features {
    min-width: 180px;
    padding-right: 30px;
  }

  .comparison-section__products {
    padding-right: 30px;
  }
}

@media (max-width: 768px) {

  .comparison-section {
    padding: 50px 0 40px;
  }

  .comparison__product-card, .comparison__product-card--inner {
    min-width: 210px;
  }  
 
  .comparison-section__products {
    gap: 30px;
  }

  .comparison__product-card--inner~.comparison__product-card__value {
    margin-bottom: 15px;
  }
    
  .comparison__product-card__title h3 {
    line-height: normal !important;
  }
}

@media (max-width: 767px) {
  .support-level {
    display: flex;
    align-items: center;
    flex-direction: row;
}
.support-level .label{
  flex:1;
}
.support-level .support-circle{
  width:18px;
}
.support-level .support-text {
    margin-left: 5px;
    margin-top: 0px;
    flex:1;
}
  .text-banner__content {
    min-height: 200px;
  }
  .comparison-section__container {
    padding-left: 24px;
  }
  
  .text-banner__container {
    padding: 0 24px;
  }

  .comparison-section__features {
    min-width: 100px;
    padding-right: 18px;
  }

  .comparison-section__feature {
    padding: 10px 10px 10px 0;
    display:flex;
    align-items:center;
  }

  .comparison-section__feature p {
    font-size: 12px;
    margin-bottom: 0;
  }

  .comparison__product-card__value p,
  .comparison__product-card__value li,
  .comparison__product-card__remove p {
    font-size: 12px;
  }

  .comparison__product-card__value img {
    height: 15px;
  }

  .comparison__product-card--inner > div:not(.comparison__product-card__image) {
    padding: 10px 12px;
  }

  .comparison__product-card__image img {
    max-height: 135px;
  }

  .comparison__product-card__add {
    min-height: 135px;
    padding: 20px;
  }

  .comparison__product-card--empty .comparison__product-card__remove {
    padding: 10px;
  }

  .comparison__product-card__add img {
    width: 25px;
    height: 25px;
  }

  .comparison-section__products {
    gap: 18px;
  }

  .comparison__product-card,
  .comparison__product-card--inner {
    min-width: 143px;
  }

  .comparison__product-card--inner, .comparison__product-card--empty {
    border-radius: 8px;
  }

  /* comparison popup */
  .comparison-modal__layout {
    grid-template-columns: 220px 1fr;
  }

  .heading-modal h4 {
    margin-bottom: 15px;
    font-size: 18px;
    line-height: 1.3;
  }

  .search-results {
    padding-right: 10px;
  }

  .comparison-variant select {
        padding: 8px 10px;
        padding-right: 15px;
        background-size: 20px;
        font-size: 12px;
        line-height: normal;
    }

    .comparison-variants {
      gap: 10px;
    }

    .comparison__product-card__cta .btn--secondary {
      margin-top: 5px;
    }

    .comparison__product-card.empty .comparison__product-card--inner .comparison__product-card__remove {
      border-top-left-radius: 8px;
      border-top-right-radius: 8px;
    }

    .comparison__product-card.empty .comparison__product-card--inner .comparison__product-card__add {
      border-bottom-left-radius: 8px;
      border-bottom-right-radius: 8px;
    }

    .text-banner__title {
      font-size: 24px;
      margin-bottom: 10px;
    }

    .text-banner__description {
      font-size: 14px;
    }

    .comparison-variant label {
      font-size: 12px;
    }
}

@media (max-width: 576px) {
  .support-level .label{
    flex:none;
  }
  .add-btn{
    padding: 5px 8px;
  }
  .search-item {
    gap:10px;
  }
  .comparison-modal__layout {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .comparison-filters {
    min-height: 16vh;
    max-height: 216px;
  }
  .comparison-filters {

  /* Firefox */
  scrollbar-width: thin;
  scrollbar-color: #CC2229 #f1f1f1;
}

/* Chrome, Edge, Safari */
.comparison-filters::-webkit-scrollbar {
  width: 8px;
}

.comparison-filters::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}

.comparison-filters::-webkit-scrollbar-thumb {
  background: #CC2229;
  border-radius: 10px;
}

.comparison-filters::-webkit-scrollbar-thumb:hover {
  background: #a81b21; /* darker red on hover */
}
  .modal-content {
    padding: 20px;
  }

  .search-info span {
    font-size: 12px;
  }
}

@media (max-width: 450px) {
  .support-level .support-circle{
        display: flex !important;
        align-items: center;
        justify-content: center;
        padding-left: 0;
  }
    .comparison__product-card__cta .btn {
        font-size: 8px;
        line-height: 11px;
        padding: 6px;
    }

    .comparison__product-card--inner~.comparison__product-card__value {
        margin-bottom: 7px;
    }

    .comparison__product-card__cta .btn--secondary {
        margin-top: 0;
    } 

    .comparison__product-card__cta {
        gap: 6px;
    }

    .comparison__product-card--inner {
        margin-bottom: 7px;
    }

    .comparison-variant select {
        padding: 8px 20px 8px 10px;
        background-size: 18px;
    }
}

.search-loading {
  text-align: center;
  padding: 20px;
  font-weight: 600;
}


/* Red Border Styling  */
/* .filter-item {
  position: relative;
  transition: background 0.25s ease, box-shadow 0.25s ease;
}

.filter-item.is-primary-selected {
  background: #fff5f5;              /* soft red background */
  border-radius: 8px;
}

.filter-item.is-primary-selected::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  bottom: 8px;
  width: 4px;
  background: #e10600;              /* brand red */
  border-radius: 4px;
} */


/* add see more and see less */

 .comparison-clamp {
  overflow: hidden;
  transition: max-height 0.3s ease;
}
.comparison-clamp.collapsed {
  max-height: 100px;
  overflow:hidden;
  transition:all 0.3s linear;
}
.comparison-clamp.expanded {
  max-height: 600px;
}
.comparison-see-more {
  background: none;
  border: none;
  padding: 0;
  font-size: 13px;
  color: #0073e6;
  cursor: pointer;
  margin-top: 4px;
  display:none;
}