.miniCart-carousel-component {
  padding-left: 1rem;
  padding-right: 1rem;
}
.miniCart-carousel-component .module-title {
  font-family: "Hamilton";
}
.miniCart-carousel-component .product-tile-component-figure {
  margin-left: 0px;
  margin-right: 0px;
}
.miniCart-carousel-component .swiper-button-next {
  right: 10px;
}
.miniCart-carousel-component .swiper-button-prev {
  left: 10px;
}
.miniCart-carousel-component .product {
  position: relative;
  padding: 0.5rem;
  border-color: #e4e3e2;
}
.miniCart-carousel-component .swiper-button-prev,
.miniCart-carousel-component .swiper-button-next {
  position: static !important;
  background: none;
  margin-top: 0px;
  height: auto;
  width: auto;
}
.miniCart-carousel-component .product-minicart-recommend .product {
  border-width: 2px;
  border-radius: 3px;
}
.miniCart-carousel-component .product-minicart-recommend .product .value {
  font-size: 22px;
  font-weight: 600;
}
@media (min-width: 320px) and (max-width: 767px) {
  .miniCart-carousel-component .product-minicart-recommend .product .value {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
.miniCart-carousel-component .product-minicart-recommend .product .value {
  font-family: Hamilton, Arial, Helvetica, sans-serif;
  color: var(--text-secondary-color);
}
.miniCart-carousel-component .product-tile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
}
@media (min-width: 768px) {
  .miniCart-carousel-component .product-tile {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.miniCart-carousel-component .product-tile .tile-body-footer {
  display: none;
}
.miniCart-carousel-component .product-tile .image-container {
  min-height: 75px;
  width: 75px;
}
@media (min-width: 320px) and (max-width: 767px) {
  .miniCart-carousel-component .product-tile .image-container {
    margin-top: 10px;
  }
}
.miniCart-carousel-component .product-tile .tile-body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0%;
          flex: 1 1 0%;
}
.miniCart-carousel-component .product-tile .quickview {
  position: absolute;
  right: 10px;
  bottom: 0px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 32px;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 1rem;
  line-height: 1.5rem;
}
@media (min-width: 320px) and (max-width: 767px) {
  .miniCart-carousel-component .product-tile .quickview {
    width: 36%;
  }
}
.miniCart-carousel-component .swiper-slide {
  width: 85% !important;
}
@media screen and (max-width: 768px) {
  .miniCart-carousel-component .swiper-slide {
    width: 90% !important;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1680px) {
  .miniCart-carousel-component .swiper-button-next {
    right: -25px !important;
  }
  .miniCart-carousel-component .swiper-button-prev {
    left: -25px !important;
  }
}
.miniCart-carousel-component .product-name {
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 600;
}
@media (min-width: 320px) {
  .miniCart-carousel-component .product-name {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 1024px) {
  .miniCart-carousel-component .product-name {
    font-size: 20px;
  }
}
.miniCart-carousel-component .product-name {
  height: 2em;
  line-height: 1.1;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  color: #75391c;
  -webkit-box-orient: vertical;
}
.miniCart-carousel-component .price + .tw-mt-4 {
  margin-top: 0;
}

.minicart-content .freeShippingPrice {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
  color: var(--text-secondary-color);
}

p {
  margin: 0;
}
