@media (max-width: 1199px) {
  [data-theme='lookfantastic'] .override-site-header-nav {
    visibility: hidden;
    display: none;
  }
}

[data-theme='lookfantastic'] .override-border {
  border: none;
}

[data-theme='lookfantastic'] .override-title-font {
  font-weight: 400;
}

[data-theme='lookfantastic'] .strip-banner.topStripBannerStyle {
  background-color: #8100ff;
  border: none;
  font-weight: 500;
  padding-top: 6px;
}

[data-theme='lookfantastic'] .newsletter-bar {
  background-color: #f1eee4;
}

[data-theme='lookfantastic'] .signup-style {
  color: #333333;
}

[data-theme='lookfantastic'] .social-style {
  color: #333333;
}

[data-theme='lookfantastic'] .footer-item-title-style {
  font-family: 'Inter';
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
}

[data-theme='lookfantastic'] .delivery-order {
  order: 1;
}

[data-theme='lookfantastic'] .rewardPoints-order {
  order: 2;
}

[data-theme='lookfantastic'] .quality-order {
  order: 3;
}

[data-theme='lookfantastic'] .countDown-order {
  order: 4;
}

[data-theme='lookfantastic'] .call-order {
  order: 5;
}

[data-theme='lookfantastic'] .checkmark-order {
  order: 6;
}

[data-theme='lookfantastic'] .footer-style {
  background: #fcfcfa;
}

[data-theme='lookfantastic'] #review-wrapper .text-success {
  color: #007831;
}

[data-theme='lookfantastic'] .categories a {
  background-color: transparent;
}

[data-theme='lookfantastic'] #frequently-bought-together .container-gradient {
  background: linear-gradient(rgb(255, 255, 255) 50%, #f8f7f2 50%);
}

[data-theme='lookfantastic'] .override-bg {
  background: #f8f7f2;
}

.product-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  margin-top: 12px;
}

.product-details {
  display: flex;
  flex-direction: column;
}

.product-review {
  display: flex;
}

.total-reviews {
  font-size: 14px;
  margin-left: 4px;
}

.product-title {
  text-decoration: none;
  margin-bottom: 8px;
  letter-spacing: 0.05em;
  line-height: 1.5rem;
}

.product-price {
  margin-bottom: 16px;
  margin-top: 4px;
  display: flex;
}

.rrp-price {
  margin-bottom: 4px;
  margin-right: 4px;
  font-weight: 700;
  font-size: 16px;
}

.rrp-price-text {
  display: none;
}

.sponsored-ads-price {
  font-weight: 700;
  display: block;
  line-height: 1.4;
}

.title-container {
  gap: 16px;
}

.title-container h2 {
  margin-bottom: 0;
}

.title-container p {
  margin-bottom: 32px;
}

[data-theme='lookfantastic'] .promo-product-slider-list {
  padding-top: 0;
  padding-bottom: 0;
}

[data-theme='lookfantastic'] .inline-ratings {
  min-height: 20px;
}

[data-theme='lookfantastic'] #ratingSummary {
  min-height: 16px;
}

[data-theme='lookfantastic'] .product-item-wishlist-btn {
  right: 2px;
  top: 2px;
}