body {
  main {
    .vendors-section-wrapper {
      .header__inline-vendors-menu details[open] > .header__menu-item {
        text-decoration: none;
      }

      .header__inline-vendors-menu .header__menu-item:hover span {
        text-decoration: none;
      }
      .header__inline-vendors-menu {
        border-top: 1px solid #a8a1a1bf;
        border-bottom: 1px solid #a8a1a1bf;
        padding: 20px 0 0 0;
        margin: 0;
        position: sticky;
        top: 0;
        background-color: #ffffff;

        @media (max-width: 989px) {
          display: block !important;
        }

        .header__menu-item {
          padding: 0;
        }

        .list-menu--inline {
          width: 100%;
          flex-wrap: nowrap;
          justify-content: space-between;

          @media (max-width: 989px) {
            display: flex;
            overflow-x: auto;
            overflow-y: hidden;
            -webkit-overflow-scrolling: touch;
            gap: 8px;
            scrollbar-width: none;
          }

          @media (max-width: 989px) {
            &::-webkit-scrollbar {
              display: none;
            }
          }

          li {
            padding-bottom: 20px;
            border-bottom: 2px solid transparent;
            min-width: 10px;

            @media (max-width: 989px) {
              flex: 0 0 auto;
              white-space: nowrap;
            }

            &.is-active {
              border-bottom: 2px solid #373535;
            }

            .list-menu__item {
              justify-content: center;
            }
          }

          .letter-link {
            text-decoration: none;
            color: #373535;
            white-space: nowrap;
          }
        }
      }

      .vendors-block-list {
        display: flex;
        flex-wrap: wrap;
      }

      .vendor-item-wrapper {
        flex-basis: calc(100% / 4);
        display: flex;
        align-items: center;
        gap: 10px;
        padding-bottom: 10px;

        @media (max-width: 1000px) {
          flex-basis: calc(100% / 3);
        }

        @media (max-width: 768px) {
          flex-basis: calc(100% / 2);
        }

        .vendor-item {
          font-size: 14px;
          text-decoration: none;
          color: #373535bf;

          &:hover,
          &:visited {
            text-decoration: none;
            color: #373535bf;
          }
        }
      }

      .vendors-block-title {
        font-size: 18px;
        padding-block: 70px 25px;
        margin: -40px 0 0 0;
      }

      .vendors-additional-content {
        display: flex;
      }
    }
  }
}

body {
  .caption-with-letter-spacing-collection {
    margin-bottom: 5px;
  }
}

.shopify-section {
  .collection {
    .slider-buttons {
      position: absolute;
      z-index: 100;
      right: 0;
      top: -11.5rem;
    }
  }
}

cart-drawer .upsell-carousel-wrapper {
  margin: 10px;
}
cart-drawer .splide-image-wrapper,
cart-drawer .splide-content-wrapper,
cart-drawer .upsell-product {
  padding: 10px;

  @media (max-width: 640px) {
    padding: 6px;
  }
}
cart-drawer .splide-content-wrapper {
  flex-basis: 52%;
}

cart-drawer .upsell-product .product-from__input {
  display: none;
}

.cart-upsell {
  margin: 10px;
}

.cart-upsell .splide__slide {
  display: flex;
  align-items: center;
  background-color: #f9f9f9;
}
.cart-upsell .splide-image-wrapper {
  flex-basis: 30%;
}

.cart-upsell img {
  height: 100%;
  object-fit: cover;
  max-width: 100%;
  border: 0.05em solid #aba4a4;
}

.cart-upsell .splide__arrows .splide__arrow--prev {
  left: -2em;
}
.cart-upsell .splide__arrows .splide__arrow--next {
  right: -2em;
}

cart-drawer .cart-upsell .splide__arrow {
  background-color: transparent;
  height: 10px;
  width: 10px;
}

.cart-upsell .vendor {
  margin: 0;
}
.cart-upsell .title {
  margin-block: 5px;
}

.cart-upsell .price,
.cart-upsell .title {
  font-size: 13px;

  @media (max-width: 640px) {
    font-size: 11px;
  }
}

.cart-upsell .product-form__buttons .upsell-add-to-cart {
  min-height: 2em;
  height: 2em;
  min-width: 2em;
  width: 2em;
  border-radius: 50%;
  background-color: #373535;
  padding: 0;

  &::after {
    box-shadow: none !important;
  }

  span {
    font-size: 1em;
    line-height: 1em;
    color: #ffffff;
  }
}
cart-drawer .cart-upsell .splide__pagination {
  bottom: -1em;

  .splide__pagination__page.is-active {
    background-color: #393737;
    transform: none;
  }
}

cart-drawer .cart-upsell .splide__arrow svg {
  fill: #393737;
}

cart-drawer quantity-input {
  --inputs-radius: 50px;
}

cart-drawer .drawer__footer .summary__title {
  font-size: 13px;
}

cart-drawer .drawer__footer #Details-CartDrawer {
  margin-top: 5px;
}
cart-drawer .upsell-carousel-title {
  text-align: center;
  margin-block: 5px;
  @media (max-width: 640px) {
    font-size: 14px;
    margin-block: 0;
  }
}

cart-drawer .cart-drawer__footer .totals {
  color: #373535;
}

.drawer__contents {
  .drawer__cart-items-wrapper {
    .cart-items {
      .cart-item__totals {
        flex-direction: column;
        justify-content: space-between;
        flex-wrap: nowrap;
        gap: 20px;
        align-items: center;

        .cart-item__quantity {
          padding-left: 20px;

          cart-remove-button {
            margin: 0;
          }

          .cart-item__quantity-wrapper {
            flex-direction: column-reverse;
            flex-wrap: wrap;
            align-items: center;
            justify-content: center;
            pointer-events: all;

            quantity-input {
              width: 110px;
              padding: 0;
              min-height: 36px;
              height: 36px;

              .quantity__button {
                width: 40px;
              }
            }
          }
        }
      }
      .cart-item__details {
        .product-option {
          font-size: 1.1rem;
        }
      }
    }
  }
}
body cart-drawer .cart-drawer .drawer__footer,
body cart-drawer .cart-drawer .cart-drawer__footer {
  padding-top: 5px;
}
cart-drawer .cart-drawer__footer .tax-note {
  font-size: 11px;
  @media (max-width: 640px) {
    margin: 1rem 0 1rem auto;
  }
}
cart-drawer .cart-drawer__footer .totals {
  .totals__total {
    @media (max-width: 640px) {
      font-size: 14px;
    }
  }
  .totals__total-value {
    @media (max-width: 640px) {
      font-size: 16px;
    }
  }
}
cart-drawer {
  .drawer__contents {
    .cart-items {
      .cart-item {
        .cart-item__name {
          @media (max-width: 640px) {
            font-size: 14px;
          }
        }
        .price {
          @media (max-width: 640px) {
            font-size: 15px;
          }
        }
        quantity-input {
          @media (max-width: 640px) {
            width: 100px !important;
          }
          .quantity__input {
            @media (max-width: 640px) {
              font-size: 14px;
            }
          }
        }
      }
    }
  }
}

body cart-drawer .cart-drawer cart-drawer-items .cart-items th {
  border-bottom: 0.1rem solid rgba(var(--color-foreground), 0.2);
}

.upsell-aspect-ratio {
  display: block;
  width: 100%;
  aspect-ratio: 7/10;
}