/** Shopify CDN: Minification failed

Line 1239:0 Expected "}" to go with "{"

**/
/* Use this file to add custom css to the theme. */
.floating-down {
  animation-name: floating-down;
  animation-duration: 1s;
  /* animation-iteration-count: infinite; */
  animation-timing-function: ease-in-out;
}
.floating-up {
  animation-name: floating-up;
  animation-duration: 1s;
  /* animation-iteration-count: infinite; */
  animation-timing-function: ease-in-out;
}
.floating-element.pause {
  animation-play-state: paused;
}

@keyframes floating-down {
  from {
    transform: translate(0, 0px);
  }
  35% {
    transform: translate(0, 25px);
  }
  to {
    transform: translate(0, 0px);
  }
}

@keyframes floating-up {
  from {
    transform: translate(0, 0px);
  }
  35% {
    transform: translate(0, -25px);
  }
  to {
    transform: translate(0, 0px);
  }
}

.carousel-navigation__next-button,
.carousel-navigation__previous-button {
  top: unset !important;
  bottom: 60px !important;
}

.header__scroll-status-bar,
.product-carousel__scroll-status {
  display: flex;
  height: 2px;
  background-color: #2f2f2f;
  transition: 0.3s;
}

.a-underline a {
  text-decoration: underline;
}

.product-details--box {
  border-radius: 12px;
  padding-bottom: 20px;
  margin-bottom: 3.2rem;
}
.product-details--box > * {
  margin-left: 18px;
  margin-right: 18px;
}
.product-founder-container {
  margin-left: 24px;
  margin-right: 24px;
}
.product-founder-container .subheading-xs {
  font-size: 18px !important;
}
.box_seperator {
  margin: 0 !important;
  width: 100%;
  height: 1px;
  display: flex !important;
}
.product__media-benefit__container {
  padding-top: 8px;
  padding-bottom: 8px;
}
.product__media-benefit__image {
  width: 20px;
  height: 20px;
}
.product-details__founder-avatar {
  width: 88px !important;
  height: 60px !important;
  border-radius: 4px;
}
.product-details__feature-element .icon {
  width: 2rem !important;
  height: 2rem !important;
}
.product-details__feature-element {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
}
.product-details__feature-element .klarna-feature span {
  width: 34px !important;
  height: auto !important;
}
.product__title {
  margin-top: 25px;
  line-height: 1;
  text-transform: capitalize;
}
.product__media-benefit__text {
  font-family: var(--font-redHat);
  font-size: 12px;
  font-weight: 400;
}
.founder-description {
  margin-top: 12px;
}
.founder-sign-img {
  width: 52px;
  height: 52px;
}

.custom-testimonials__block {
  display: none;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  margin-top: 40px;
}
.custom-testimonials__block.active {
  display: flex;
}
.custom-testimonials__block > .bg-image {
  display: flex !important;
  width: 100%;
  aspect-ratio: 1.2 / 1;
  border-radius: 8px;
  overflow: hidden;
}
.custom-testimonials__avatars {
  list-style: none;
  padding: 0;
  margin: 0;
  position: absolute;
  width: 100%;
  bottom: 20px;
  display: flex;
  justify-content: center;
  gap: 7px;
}
.custom-testimonials__avatars li {
  position: relative;
  border-radius: 100%;
  width: 51px;
  height: 51px;
  opacity: 0.8;
  cursor: pointer;
  transition: 0.3s;
}
.custom-testimonials__avatars li.active,
.custom-testimonials__avatars li:hover {
  opacity: 1;
  border: 2px solid #f46a00;
}
.custom-testimonials__avatars li .mask {
  display: flex;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 100%;
  background-color: #00000080;
  opacity: 0;
}
.custom-testimonials__avatars li.active .mask,
.custom-testimonials__avatars li .mask:hover {
  background-color: transparent;
}

.section__custom-video__container > video {
  width: 100%;
  height: 440px;
  object-fit: cover;
  border-radius: 8px;
}
.section__custom-video__container > .custom-video__play-pause svg {
  color: #f1f1f1;
}
.section__custom-video__container > .custom-video__play-pause {
  position: absolute;
  bottom: 25px;
  right: 50px;
  width: 32px;
  height: 32px;
  background: rgba(255, 255, 255, 0.2);
  color: #f1f1f1;
  border-radius: 100%;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  backdrop-filter: blur(3px);
}

.section__custom-big-founder__container {
  position: relative;
  overflow: hidden;
}
.section__custom-big-founder__container .bg-image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
}
.section__custom-big-founder__container .text-container {
  display: grid;
  grid-template-rows: repeat(2, 1fr);
  grid-template-columns: unset;
  padding-top: 40px;
  padding-bottom: 40px;
}
.section__custom-big-founder__container .text-container > div {
  padding: 40px 18px;
}
.section__custom-big-founder__container .mask::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  background-color: #2f2f2f4d;
  backdrop-filter: blur(50px);
  z-index: 0;
}
.section__custom-big-founder__container .heading-large-2,
.section__custom-big-founder__container .paragraph-s {
  text-align: left;
}

.section__custom-benefits__container > ul > li {
  min-width: calc(50% - 15px);
  width: calc(50% - 15px);
}
.section__custom-benefits__container .arrow-button {
  border-radius: 100%;
  background-color: #2f2f2f1a;
  color: #2f2f2f;
  opacity: 1;
}
.section__custom-benefits__container .arrow-button.disabled {
  opacity: 0.5;
}
.section__custom-benefits__container .arrow-button .icon-button,
.section__custom-benefits__container .arrow-button .icon-button__icon {
  width: 24px;
  height: 24px;
}
.section__custom-benefits__container .all-fit-height svg {
  height: 16px !important;
}

.variant-size--icon span {
  width: fit-content;
  height: fit-content;
}
.variant-size--icon svg {
  width: 16px;
  height: 16px;
  color: #7b7b7b;
}

.product__media {
  position: relative;
}
.product__media-container {
  margin-bottom: -95px;
}
.product__media-item img,
.product__media-slide img {
  object-fit: contain !important;
  /*border-radius: 20px;*/
  /*padding: 20px;*/
}
.product__media-container .image__reveal-container {
  /*border-radius: 20px !important;*/
  margin-bottom: 20px;
}
.product__media .product__media-item:first-of-type img,
.flickity-slider .product__media-slide:first-of-type img {
  filter: drop-shadow(15px 20px 10px rgba(22, 21, 19, 0.2));
}
.desktop-carousel--buttons {
  display: none;
}

.new-modal--shooter {
  background-color: #f5f5f5;
  padding: 14px 15px 14px 30px;
  border-radius: 100px;
  margin-bottom: 20px;
  cursor: pointer;
}
.new-modal--shooter span {
  height: fit-content;
}
.new-modal--shooter svg {
  width: 27px;
  height: 27px;
}
.new-modal--container {
  display: flex;
  /* transform:scale(0); */
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9999;
  visibility: hidden;
  overflow-y: scroll;
  scroll-behavior: smooth;
}

.new-modal--container.open {
  visibility: visible;
}
.new-modal--container .scroll-container {
  max-height: 145px;
  overflow-y: auto;
  padding-right: 10px;
  -webkit-overflow-scrolling: touch; /* Smooth scrolling for iOS */
  scrollbar-width: thin; /* Fallback for Firefox */
  scrollbar-color: #7B7B7B #2f2f2f08; /* Fallback for Firefox */
}

.new-modal--container .scroll-container::-webkit-scrollbar {
  background: #2f2f2f08;
  border-radius: 100px;
  width: 5px;
}

.new-modal--container .scroll-container::-webkit-scrollbar-thumb {
  background: #7B7B7B;
  border-radius: 100px;
}



.new-modal--container .mask {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #2f2f2f33;
  backdrop-filter: blur(0) opacity(0);
  cursor: pointer;
  transition: backdrop-filter 0.5s;
}
.new-modal--container.open .mask {
  backdrop-filter: blur(20px) opacity(1);
}
.new-modal--body {
  border-radius: 12px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  background-color: #f5f5f5;
  width: 340px;
  position: absolute;
  top: 150%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.5s;
}
.new-modal--container.open .new-modal--body {
  top: 50%;
}
.new-modal--body.over {
  top: 100%;
  transform: translateX(-50%);
}
.new-modal--container.open .new-modal--body.over {
  top: 50px;
}
.new-modal--body div[js-close] {
  cursor: pointer;
}
.new-modal--body img,
.new-modal--body-img {
  border-radius: 8px;
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover !important;
}

.footer__button-text a {
  min-width: 210px;
  font-size: 16px !important;
  font-weight: 400 !important;
}
.footer__button-text .h1 {
  font-family: var(--font-bee);
  font-weight: 700 !important;
  font-size: 100px;
  color: #f5f5f5;
  text-align: left !important;
  margin-top: 60px;
  line-height: 0.8;
}
.footer__links-item .paragraph-s {
  color: #f1f1f1 !important;
}
.footer__bottom-right .paragraph-xs {
  color: #d7d7d7 !important;
  font-size: 12px !important;
}
.footer__group--button {
  width: 100%;
}
.footer__group--links {
  width: 50%;
}
.footer__bottom {
  padding-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
  flex-direction: column;
}

.header__logo-icon span,
.header__logo-icon svg {
  width: 80px;
  color: #f5f5f5;
  display: flex !important;
  justify-content: center;
  align-items: center;
}
.quick-cart__container .header__logo-link svg path {
  fill: #f5f5f5 !important;
}
.quick-cart__close span {
  justify-content: flex-end !important;
}

.quick-cart__container .header__menu-icon {
  visibility: hidden;
}

.header__menu-icon span,
.quick-cart__close span {
  height: fit-content !important;
}
.quick-cart__close svg {
  width: 30px !important;
}
.quick-cart__item {
  border: 1px solid #f1f1f1;
  border-radius: 8px;
  max-height: none !important;
}
.quick-cart__title {
  line-height: 1;
  margin-bottom: -3px;
  color: #f5f5f5 !important;
}
.quick-cart__item .paragraph-xs {
  color: #d7d7d7;
}
.quick-cart__item .icon {
  width: 9px !important;
}
.quick-cart__item .icon svg {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.quick-cart__item .quick-cart__control {
  width: fit-content !important;
  border: 1px solid #d7d7d7;
  border-radius: 100px;
}
.quick-cart__upsell {
  display: flex;
  gap: 8px;
  align-items: center;
  background-color: #7b7b7b;
  border-radius: 8px;
  padding: 12px 8px;
  margin-top: 12px;
}
.quick-cart__upsell .subheading-xxs {
  color: #f1f1f1 !important;
}
.quick-cart__upsell .upsell_image {
  width: 68px !important;
  height: 68px !important;
  min-width: 68px !important;
  padding: 0 !important;
}
.quick-cart__upsell .paragraph-xs {
  color: #d7d7d7 !important;
  line-height: 1.3;
}
.quick-cart__shipping {
  display: flex;
  justify-content: space-between;
}
.quick-cart__shipping .subheading-xs,
.quick-cart__total .subheading-xs {
  color: #f5f5f5 !important;
}
.quick-cart__buy-now {
  color: #2f2f2f !important;
}
.quick-cart__shipping .paragraph-s,
.quick-cart__total .paragraph-s {
  color: #d7d7d7 !important;
}
.quick-cart__payment-icons {
  padding-left: 16px;
  padding-right: 16px;
  margin-top: 8px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
}
.quick-cart__payment-icon,
.quick-cart__payment-icon svg {
  height: 22px;
}
.quick-cart__founder img {
  object-fit: cover !important;
  border: 1px solid #d7d7d7;
  border-radius: 100%;
  width: 40px;
  min-width: 40px;
  height: 40px;
}
.quick-cart__founder .paragraph-s {
  color: #d7d7d7 !important;
  text-align: left !important;
}
.quick-cart__item .flex-column {
  gap: 8px;
}

.collection-benefits {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
  gap: 10px;
}
.collection-benefits .collection-benefit--icon {
  width: 14px;
  min-width: 14px;
  height: 14px;
}
.custom-products-grid {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.custom-product-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  padding: 30px 10px !important;
  border: 1px solid #b8b8b8;
  border-radius: 12px;
}
.custom-product-card > div {
  align-content: center;
  width: 100%;
}
.custom-product-card > div:first-of-type {
  width: 80%;
}
.custom-product-card > div:first-of-type img {
  filter: drop-shadow(15px 11px 10px rgba(22, 21, 19, 0.2));
}
.custom-product-card .product__title {
  text-transform: capitalize !important;
  display: flex;
  justify-content: center;
}
.custom-product-card .product-form__cart-submit {
  max-width: 280px;
  min-height: 45px;
  max-height: 45px;
  margin: auto;
  padding-top: 12px !important;
  padding-bottom: 12px !important;
}
.product__chip.selected {
  background: transparent !important;
}
.product__color-chips {
  max-width: 380px;
  margin: auto;
}
.section__custom-testimonials__container > h1 {
  line-height: 0.8;
}
.section__collection-title-benefits__container > h1 {
  text-transform: uppercase;
  line-height: 1;
}

.paragraph-s[data-add-to-cart-text] {
  color: #f5f5f5 !important;
}
.variant-picker--container {
  margin-bottom: 36px;
}

.product__color-chips {
  gap: 8px 12px;
}
.product__price.product__block {
  gap: 8px;
}
.product-info__price {
  min-width: fit-content;
}
.product-info__price.has__compare-price {
  color: #f46a00;
}
.collection-product-price-container {
  margin-bottom: 20px;
  margin-top: 20px;
}
.collection-variant-picker--container {
  margin-bottom: 20px;
}

.product__media-slider__container:not(.active) {
  display: none;
}
.product__media-slider__container.initial {
  visibility: hidden;
}
/* .product__media-slider__container.active {
  visibility: visible;
} */

/*Lisa CSS*/
.slick-slide img  {
  height: 380px;
  object-fit: cover;
}

/* Media query tablet and landscape mode */

@media (min-width: 45em) {
  .variant-picker--container {
    margin-bottom: 40px;
  }

  .product__color-chips {
    gap: 16px 16px;
  }
  .collection-product-price-container {
    margin-bottom: 28px;
    margin-top: 28px;
  }
  .collection-variant-picker--container {
    margin-bottom: 28px;
  }
  .product-details--box {
    border-radius: 20px;
  }
  .product-details--box > *,
  .product-founder-container {
    margin-left: 28px;
    margin-right: 28px;
  }
  .product-founder-container .subheading-xs {
    font-size: 20px !important;
  }
  .product__media-benefit__container {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .product__media-benefit__image {
    width: 25px;
    height: 25px;
  }
  .product__media-benefit__text {
    font-size: 14px;
  }
  .founder-description {
    margin-top: 20px;
  }
  .product-details__founder-avatar {
    width: 108px !important;
    height: 74px !important;
  }

  .custom-testimonials__block {
    flex-direction: row;
    gap: 60px;
    margin-top: 80px;
  }
  .custom-testimonials__block > .bg-image {
    min-width: calc(50% - 30px);
    width: calc(50% - 30px);
    border-radius: 16px;
  }
  .custom-testimonials__avatars {
    gap: 15px;
    bottom: 30px;
  }
  .product-details__feature-element {
    flex-direction: row;
    gap: 12px;
  }
  .product-details__feature-element .paragraph-s {
    text-align: left;
  }
  .section__custom-video__container > video {
    height: 700px;
    border-radius: 12px;
  }
  .section__custom-video__container > .custom-video__play-pause {
    bottom: 50px;
    right: 120px;
    width: 60px;
    height: 60px;
  }
  .new-modal--body {
    width: 680px;
  }
  .new-modal--body img,
  .new-modal--body-img {
    height: 300px;
  }
  .new-modal--container .scroll-container {
    max-height: 200px;
  }
}

/* Media query desktop */

@media (min-width: 60em) {
  .product__media-item img,
  .product__media-slide img {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

  .product__media-container .image__reveal-container {
    border-radius: 20px 20px 0 0;
    margin-bottom: 0;
    -webkit-border-radius: 20px 20px 0 0;
    -moz-border-radius: 20px 20px 0 0;
    -ms-border-radius: 20px 20px 0 0;
    -o-border-radius: 20px 20px 0 0;
}

  .product__media.active .desktop-carousel--buttons {
    display: flex;
    justify-content: center;
    margin-top: 20px;
    margin-bottom: 20px;
    gap: 20px;
    position: absolute;
    bottom: 15px;
    left: calc(50% - 15px);
    transform: translateX(-50%);
  }
  .desktop-carousel--buttons > span {
    width: 32px;
    height: 32px;
    border-radius: 100%;
    border: 1px solid #b8b8b8;
    color: #b8b8b8;
    cursor: pointer;
    transition: 0.3s;
    background: var(--Primary-Fill-Color, #f5f5f5);
  }
  .desktop-carousel--buttons > span:hover {
    opacity: 0.8;
  }
  .desktop-carousel--buttons span {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .desktop-carousel--buttons > span.disabled {
    opacity: 0.5;
  }
  .section__custom-big-founder__container .text-container {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: unset;
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .section__custom-big-founder__container .text-container > div {
    padding: 80px 50px;
  }
  .section__custom-big-founder__container .heading-large-2,
  .section__custom-big-founder__container .paragraph-s {
    text-align: center;
  }

  .quick-cart__item {
    border-radius: 12px;
  }
  .quick-cart__buy-now {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }
  .quick-cart__founder img {
    width: 52px;
    min-width: 52px;
    height: 52px;
  }
  .quick-cart__payment-icon,
  .quick-cart__payment-icon svg {
    height: 25px;
  }

  .product__media-container {
    padding-right: 30px;
  }

  .section__custom-benefits__container > ul > li {
    width: 200px;
    min-width: 200px;
  }

  .footer__button-text a {
    min-width: 270px;
  }
  .footer__button-text .h1 {
    font-size: 160px;
    /*text-align: center !important;*/
    margin-top: 0;
    max-width: 500px;
  }
  .footer__group--button,
  .footer__group--links {
    width: fit-content;
  }
  .footer {
    padding-bottom: 0 !important;
  }
  .footer__bottom {
    padding-top: 100px;
    flex-direction: row;
  }
  .footer__bottom-right .paragraph-xs {
    font-size: 16px !important;
  }
  .collection-benefits {
    flex-direction: row;
    gap: 56px;
    margin-top: 30px;
  }
  .collection-benefits .collection-benefit--icon {
    width: 16px;
    min-width: 16px;
    height: 16px;
  }
  .custom-products-grid {
    gap: 80px;
  }
  .custom-product-card {
    padding: 50px 10px !important;
  }
  .custom-product-card.left {
    flex-direction: row;
  }
  .custom-product-card.right {
    flex-direction: row-reverse;
  }
  .custom-product-card > div {
    min-width: calc(50% - 70px);
    align-content: center;
    padding: 20px 30px;
  }
  .custom-product-card .product-form__cart-submit {
    max-width: 360px;
    min-height: 58px;
    max-height: 58px;
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }
  .quick-cart__upsell {
    border-radius: 12px;
    padding: 16px 60px 16px 12px;
  }
  .quick-cart__upsell .upsell_image {
    min-width: 72px !important;
    width: 72px !important;
    height: 72px !important;
  }

  .slick-slide img  {
    height: 100%;
  }
}

/*footprint styling*/
.fkHmkZ {
  color: #7b7b7b !important;
  border-radius: 4px !important;
  box-shadow: none !important;
  background-color: #f1f1f1 !important;
  font-family: RedHatDisplay !important;
  /* border: 1px solid #7b7b7b !important; */
  padding: 0 20px !important;
  width: fit-content !important;
  margin: 8px auto 20px !important;
}

.hfojrP {
  border-radius: 12px !important;
  background-color: #f1f1f1 !important;
  box-shadow: none !important;
  border: 1px solid #7b7b7b !important;
  color: #7b7b7b !important;
  font-family: "RedHatDisplay" !important;
}

.jrtASz {
  color: #7b7b7b !important;
  font-family: "RedHatDisplay" !important;
}

.ifsYdZ {
  background-color: #2f2f2f !important;
  color: #f5f5f5 !important;
  border-radius: 30px !important;
  font-family: "RedHatDisplay" !important;
}

/* Custom CSS Christa */

.header {
  padding-top: 32px;
  padding-bottom: 32px;
}

.header__inner {
  max-width: 1180px;
  margin: auto;
  
}

.drawer-menu.visible .drawer-menu__overlay {
  opacity: 1;
}

.drawer-menu.visible .drawer-menu__panel {
  transform: translateY(0);
  top: calc(var(--size-icon-touch) + 28px);
}

.drawer-menu__bottom .drawer-menu__main {
  overflow-y: scroll;
}

.drawer-menu__panel {
  transform: translateY(-100%);
  padding: 28px 20px;
}

.drawer-menu__close-wrapper {
  width: 100%;
}

.drawer-menu__close-wrapper {
  justify-content: space-between;
  align-items: center;
}

.drawer-menu__close-icon .icon-button .icon,
.drawer-menu__close-wrapper .icon-button {
  width: 24px !important;
  height: 24px !important;
}

.bd-menu-drawer-items {
  font-size: 16px;
  font-family: inherit;
  font-weight: 400;
}

.bd-menu-drawer-menu li {
  padding: 24px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.8);
}

.bd-menu-desktop-item {
  font-family: var(--font-redHat);
}

.bd-menu-drawer-menu li a {
  font-family: var(--font-redHat);
  color: var(--color-text-header);
  font-size: 16px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.bd-menu-drawer-item-strong {
  color: var(--color-text-header-bd-left);
  font-weight: 500;
}

.bd-menu-drawer-menu li:last-child {
  border-bottom: none;
}

.bd-menu-drawer-item span {
  color: var(--color-text-header-bd-left);
}

.drawer-menu__panel {
  height: unset;
}

.bd-menu-desktop {
  display: flex;
  gap: 40px;
}

.bd-menu-desktop a {
  transition: background-color 0.25s ease-in-out;
  color: var(--color-text-header-bd-left);
}

li.bd-menu-desktop-list {
  list-style: none;
}

.quick-cart__cart.visible {
  margin-top: 28px !important;
}

@media screen and (max-width: 959px) {
  .bd-menu-desktop {
    display: none;
  }

  .bd-custom-cart-icon {
    width: 20px;
    height: auto;
  }

  .product__media-container {
    width: 100vw !important;
    margin-left: calc(-1 * var(--space-outer));
  }
  .product__media-item img,
  .product__media-slide img {
    padding: 0;
  }
}

@media screen and (min-width: 960px) {
  .bd-custom-cart-icon {
    width: 24px;
    height: auto;
  }
  .product__media-item {
    aspect-ratio: 1 / 1 !important;
   /* margin-bottom: 2rem;*/
  }
}

.insole-pack-card {
  position: absolute;
  top: 4px;
  right: 17px;
  padding: 8px 6px;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  align-items: center;
  background: #F5F5F5;
  z-index: 999;
  cursor: pointer;
  transition: 0.3s;
}
.insole-pack-card:hover {
  background: #E5E5E5;
}
.insole-pack-card .info-icon {
  position: absolute;
  z-index: 9;
  top: 6px;
  right: 7px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  border-radius: 100px;
  padding: 5px 7px;
  border: 0.8px solid #7B7B7B;
  color: #7B7B7B;
  text-align: center;
  font-family: "Red Hat Display", sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 12px */
  letter-spacing: 0.1px;
}
.insole-pack-card .image {
  width: 52px;
  height: 52px;
}
.insole-pack-card .heading * {
  color: #2F2F2F;
  font-family: "Red Hat Display", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: 0.12px;
  margin: 0;
}
.insole-pack-card .heading strong {
  color: #F46A00;
}
.insole-pack-card .subheading * {
  color: #2F2F2F;
  text-align: center;
  font-family: "Red Hat Display", sans-serif;
  font-size: 8px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 9.6px */
  letter-spacing: 0.08px;
  margin: 0;
}
.insole-pack.hidden {
  display: none;
}
.insole-pack .new-modal--body {
  padding: 16px 24px;
}
.insole-pack .new-modal--body .icon-button,
.insole-pack .new-modal--body .icon-button * {
  width: 20px;
  height: 20px;
}
.insole-pack .new-modal--body .image {
  border-radius: 8px;
  background: #9B9B9B14;
  height: 260px;
}
.insole-pack .new-modal--body img {
  object-fit: contain !important;
  object-position: center center !important;
  height: 260px !important;
}
.insole-pack .new-modal--container .scroll-container {
  margin-top: -8px;
}
@media screen and (min-width: 960px) {
  .insole-pack-card {
    padding: 16px;
    top: 0;
    right: 28px;
    gap: 8px;
  }
  .insole-pack-card .info-icon {
    top: 8px;
    right: 10px;
    width: 22px;
    height: 22px;
    font-size: 11px;
    letter-spacing: 0.11px;
  }
  .insole-pack-card .image {
    width: 92px;
    height: 92px;
  }
  .insole-pack-card .heading * {
    font-size: 16px;
    line-height: 110%;
    letter-spacing: 0.16px;
  }
  .insole-pack-card .subheading * {
    font-size: 12px;
    letter-spacing: 0.12px;
  }
  .insole-pack .new-modal--body {
    padding: 28px 32px;
    gap: 28px;
  }
  .insole-pack .new-modal--body .icon-button,
  .insole-pack .new-modal--body .icon-button * {
    width: 24px;
    height: 24px;
  }
  .insole-pack .new-modal--body .image {
    border-radius: 12px;
    background: #EEE;
  }
  .insole-pack .new-modal--container .scroll-container {
    margin-top: -13px;
  }


.ruk_rating_snippet {
    display: flex;
    justify-content: center;
}
