@font-face {
  font-family: "Museo Sans";
  src: url("../../fonts/fonnts.com-Museo_Sans_100.otf") format("opentype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Museo Sans";
  src: url("../../fonts/fonnts.com-Museo_Sans_100_Italic.otf") format("opentype");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Museo Sans";
  src: url("../../fonts/fonnts.com-Museo_Sans_300.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Museo Sans";
  src: url("../../fonts/fonnts.com-Museo_Sans_300_Italic.otf") format("opentype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Museo Sans";
  src: url("../../fonts/fonnts.com-Museo_Sans_500.otf") format("opentype");
  font-weight: 400 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Museo Sans";
  src: url("../../fonts/fonnts.com-Museo_Sans_500_Italic.otf") format("opentype");
  font-weight: 400 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Museo Sans";
  src: url("../../fonts/fonnts.com-Museo_Sans_700.otf") format("opentype");
  font-weight: 600 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Museo Sans";
  src: url("../../fonts/fonnts.com-Museo_Sans_700_Italic.otf") format("opentype");
  font-weight: 600 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Museo Sans";
  src: url("../../fonts/fonnts.com-Museo_Sans_900.otf") format("opentype");
  font-weight: 800 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Museo Sans";
  src: url("../../fonts/fonnts.com-Museo_Sans_900_Italic.otf") format("opentype");
  font-weight: 800 900;
  font-style: italic;
  font-display: swap;
}

:root {
  --ll-font-sans: "Museo Sans", "MuseoSans", "Instrument Sans", Arial, sans-serif;
  /* Ambiance-style display serif (Playfair Display, weight 400, tight tracking). */
  --ll-font-display: "Playfair Display", Georgia, "Times New Roman", serif;
  --ll-body-size: 17px;
  --ll-body-weight: 300;
  --ll-body-line-height: 1.5;
  --ll-nav-size: 15px;
  --ll-nav-weight: 300;
  /* Ambiance product cards: title and price share the body size and light weight. */
  --ll-product-title-size: 18px;
  --ll-product-title-weight: 300;
  --ll-product-price-size: 17px;
  --ll-product-price-weight: 300;
  --ll-card-image-ratio: 1 / 1;
  --ll-card-title-size: 18px;
  --ll-card-price-size: 18px;
  --ll-heading-weight: 400;
  --ll-heading-tracking: -0.01em;
  --ll-ink: #111111;
  --ll-footer-newsletter-bg: #151515;
  --ll-footer-main-bg: #050505;
  --ll-footer-text: rgba(255, 255, 255, .78);
  --ll-footer-muted: rgba(255, 255, 255, .66);
  --ll-footer-heading: #ffffff;
  --body-font: var(--ll-font-sans);
  --heading-font: var(--ll-font-sans);
}

html {
  font-size: 16px;
}

body {
  font-family: var(--ll-font-sans) !important;
  font-size: var(--ll-body-size);
  font-weight: var(--ll-body-weight);
  line-height: var(--ll-body-line-height);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

button,
input,
select,
textarea {
  font-family: var(--ll-font-sans) !important;
}

.ll-nav a,
.navbar .nav-link,
.main-navigation .navbar .nav-link,
.header .navbar .nav-link {
  font-family: var(--ll-font-sans) !important;
  font-size: var(--ll-nav-size) !important;
  font-weight: var(--ll-nav-weight) !important;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.product-title,
.product-title a,
.ll-product-title,
.ll-card-title,
.shop-single-title,
.quickview-title {
  font-family: var(--ll-font-sans) !important;
}

.product-item .product-title,
.product-item .product-title a {
  font-size: var(--ll-product-title-size) !important;
  font-weight: var(--ll-product-title-weight) !important;
  line-height: 1.35 !important;
  letter-spacing: 0;
}

.product-item .product-price,
.product-item .product-price span {
  font-size: var(--ll-product-price-size) !important;
  font-weight: var(--ll-product-price-weight) !important;
  letter-spacing: 0;
}

.product-item.ll-standard-product-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  overflow: visible;
}

.product-item.ll-standard-product-card:hover {
  transform: none;
  border-color: transparent;
  box-shadow: none;
}

.ll-standard-product-card .product-img {
  width: 100%;
  height: auto !important;
  min-height: 0 !important;
  aspect-ratio: var(--ll-card-image-ratio);
  padding: 0 !important;
  background: #ffffff !important;
  border: 0;
  border-radius: 0;
  overflow: hidden;
}

.ll-standard-product-card .product-img > a {
  display: block;
  width: 100%;
  height: 100%;
  background: #ffffff;
}

.ll-standard-product-card .product-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform .45s ease;
}

.ll-standard-product-card .product-img.product-img-empty {
  border: 1px solid #e6e0d6;
}

.ll-standard-product-card .product-img.product-img-empty > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px;
}

.ll-standard-product-card .product-img.product-img-empty img {
  width: min(78%, 230px);
  height: auto;
  max-height: 180px;
  object-fit: contain;
}

.product-item.ll-standard-product-card .product-img.product-img-empty .product-action-wrap {
  display: none;
}

.ll-standard-product-card .product-content {
  flex: 0 0 auto;
  display: block;
  align-items: start;
  min-height: 0;
  margin-top: 0;
  padding: 22px 8px 0;
  background: transparent;
}

.ll-standard-product-card .product-info {
  display: flex;
  min-height: 0;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  min-width: 0;
  text-align: center;
}

.ll-standard-product-card .product-title {
  min-height: 0;
  margin: 0 0 5px;
}

.ll-standard-product-card .product-title a {
  display: block;
  overflow: visible;
  color: #111111;
  font-size: var(--ll-card-title-size) !important;
  font-weight: 300 !important;
  line-height: 1.35 !important;
  text-overflow: clip;
}

.ll-standard-product-card .product-title a:hover {
  color: #111111;
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-thickness: 1px;
}

.ll-standard-product-card .product-rate {
  display: none;
}

.ll-standard-product-card .product-price {
  margin: 0;
  line-height: 1.35;
}

.ll-standard-product-card .product-price span {
  color: #111111;
  font-size: var(--ll-card-price-size) !important;
  font-weight: 300 !important;
}

.ll-standard-product-card .product-cart-btn {
  align-self: center;
  width: auto;
  height: auto;
  min-width: 0;
  margin: 0;
  padding: 6px 14px;
  border: 1px solid #111111;
  border-radius: 0;
  color: #111111;
  background: transparent;
  box-shadow: none;
  font-size: 0;
}

.ll-standard-product-card .product-cart-btn::after {
  content: "Quick View";
  font-size: 13px;
  font-weight: 300;
  letter-spacing: .1px;
}

.ll-standard-product-card .product-cart-btn i {
  display: none;
}

.ll-standard-product-card .product-cart-btn:hover {
  color: #ffffff;
  background: #111111;
}

.ll-standard-product-card .product-cart-btn:focus {
  outline: none;
}

.ll-standard-product-card .product-cart-btn:focus-visible {
  outline: 1px solid #111111;
  outline-offset: 3px;
}

.product-item.ll-standard-product-card .product-img .type {
  position: absolute !important;
  top: 8px !important;
  left: 8px !important;
  right: auto !important;
  bottom: auto !important;
  z-index: 5;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  height: auto;
  padding: 4px 10px;
  border-radius: 0;
  background: #111111 !important;
  color: #ffffff;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: normal;
  line-height: 1.5;
  text-transform: none;
}

.product-item.ll-standard-product-card .product-action-wrap,
.product-item.ll-standard-product-card:hover .product-action-wrap {
  display: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

@media (max-width: 767px) {
  .product-item.ll-standard-product-card {
    min-height: 0;
  }

  .ll-standard-product-card .product-content {
    min-height: 0;
    padding: 16px 4px 0;
  }

  .ll-standard-product-card .product-title {
    margin-bottom: 5px;
  }

  .ll-standard-product-card .product-title a {
    font-size: var(--ll-card-title-size) !important;
  }

  .ll-standard-product-card .product-price span {
    font-size: var(--ll-card-price-size) !important;
  }

  .ll-standard-product-card .product-cart-btn {
    min-width: 0;
    padding: 6px 14px;
  }

  .ll-standard-product-card .product-cart-btn::after {
    font-size: 14px;
  }
}

.theme-btn,
.theme-btn2,
.ll-add,
.ll-quickview-add,
.product-cart-btn,
.ll-filter-toggle,
.ll-sort-toggle,
.ll-signup button {
  font-family: var(--ll-font-sans) !important;
  font-weight: 300;
}

.ll-section-title,
.ll-collection-title,
.ll-product-detail-title,
.ll-related-heading h2,
.ll-community h2,
.ll-newsletter h3,
.ll-footer h4 {
  font-weight: 400;
}

.ll-footer-signup,
.ll-newsletter {
  background: var(--ll-footer-newsletter-bg) !important;
  color: var(--ll-footer-heading) !important;
}

.ll-footer,
.ll-footer-main {
  background: var(--ll-footer-main-bg) !important;
  color: var(--ll-footer-text) !important;
}

.ll-footer h3,
.ll-footer h4,
.ll-newsletter h2,
.ll-newsletter h3,
.ll-footer-signup h2 {
  color: var(--ll-footer-heading) !important;
}

.ll-footer p,
.ll-footer a,
.ll-footer li,
.ll-footer-bottom,
.ll-newsletter p,
.ll-newsletter small,
.ll-footer-signup p {
  color: var(--ll-footer-text) !important;
}

body.ll-search-open {
  overflow: hidden;
}

.ll-search,
.ambiance-desktop-search,
.search-box-outer {
  color: #111111;
  text-decoration: none;
}

.ll-search i,
.ambiance-desktop-search i,
.search-box-outer i {
  display: block;
  line-height: 1;
}

.ll-search-backdrop {
  position: fixed;
  inset: 0;
  z-index: 3000;
  background: rgba(0, 0, 0, .68);
  opacity: 0;
  transition: opacity .24s ease;
}

.ll-search-backdrop.is-visible {
  opacity: 1;
}

.ll-search-drawer {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 3001;
  width: min(600px, 100vw);
  padding: 72px 36px 36px;
  overflow-y: auto;
  background: #f4f4f4;
  box-shadow: 20px 0 60px rgba(0, 0, 0, .18);
  transform: translateX(-102%);
  transition: transform .28s ease;
}

.ll-search-drawer.is-open {
  transform: translateX(0);
}

.ll-search-close {
  position: absolute;
  top: 34px;
  right: 34px;
  display: inline-flex;
  width: 36px;
  height: 36px;
  align-items: center;
  justify-content: center;
  border: 0;
  color: #111111;
  background: transparent;
  font-size: 25px;
  line-height: 1;
  cursor: pointer;
}

.ll-search-form {
  margin: 0;
}

.ll-search-input-row {
  display: grid;
  grid-template-columns: 34px 1fr;
  align-items: center;
  gap: 12px;
  width: 100%;
  padding-bottom: 16px;
  border-bottom: 2px solid #111111;
  color: #111111;
}

.ll-search-submit {
  display: inline-flex;
  width: 34px;
  height: 34px;
  align-items: center;
  justify-content: center;
  border: 0;
  padding: 0;
  color: #111111;
  background: transparent;
  cursor: pointer;
}

.ll-search-submit i {
  font-size: 25px;
  line-height: 1;
}

.ll-search-input-row input {
  width: 100%;
  border: 0;
  outline: 0;
  color: #111111;
  background: transparent;
  font-family: var(--ll-font-sans);
  font-size: 20px;
  font-weight: 300;
  letter-spacing: .01em;
}

.ll-search-input-row input::placeholder {
  color: #777777;
  opacity: 1;
}

.ll-search-suggestion-wrap {
  margin-top: 28px;
}

.ll-search-helper {
  margin: 0 0 18px;
  color: #555555;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.ll-search-results {
  display: grid;
  gap: 14px;
}

.ll-search-result {
  display: grid;
  grid-template-columns: 74px 1fr;
  align-items: center;
  gap: 16px;
  padding: 12px;
  color: #111111;
  background: #ffffff;
  transition: background .18s ease, opacity .18s ease;
}

.ll-search-result:hover {
  color: #111111;
  background: #eeeeee;
}

.ll-search-result-media {
  display: flex;
  width: 74px;
  height: 74px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: #f9f9f9;
}

.ll-search-result-media:empty::before {
  content: "";
  display: block;
  width: 38px;
  height: 38px;
  border: 1px solid #cccccc;
}

.ll-search-result-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ll-search-result-body {
  display: grid;
  gap: 6px;
  min-width: 0;
}

.ll-search-result-title {
  color: #111111;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.35;
}

.ll-search-result-price {
  color: #444444;
  font-size: 14px;
  font-weight: 300;
}

.ll-search-all {
  display: none;
  width: max-content;
  margin-top: 24px;
  border-bottom: 2px solid #111111;
  color: #111111;
  font-size: 15px;
  font-weight: 300;
  letter-spacing: .08em;
  line-height: 1.4;
  text-transform: uppercase;
}

.ll-search-all.is-visible {
  display: inline-block;
}

.ll-search-all:hover {
  color: #111111;
  opacity: .65;
}

@media (max-width: 767px) {
  .ll-search-drawer {
    width: 100vw;
    padding: 68px 24px 32px;
  }

  .ll-search-close {
    top: 26px;
    right: 24px;
  }

  .ll-search-input-row input {
    font-size: 18px;
  }
}

.ll-announcement,
.header-top {
  background: #000000 !important;
  overflow: hidden !important;
}

.header-top .container,
.header-top-wrapper {
  max-width: 100% !important;
}

.header-top-wrapper {
  justify-content: center !important;
}

.ll-announcement,
.ambiance-announcement {
  position: relative;
  z-index: 20;
  display: flex !important;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  padding: 0 24px !important;
  overflow: hidden !important;
  color: #ffffff !important;
  font-family: var(--ll-font-sans) !important;
  font-size: 12px !important;
  font-weight: 300 !important;
  line-height: 1 !important;
  letter-spacing: .26em !important;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
}

.ll-announcement__inner,
.ambiance-announcement__inner {
  display: inline-flex;
  max-width: min(100%, 1120px);
  align-items: center;
  justify-content: center;
  gap: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ll-announcement__inner span:first-child,
.ll-announcement__inner span:last-child,
.ambiance-announcement__inner span:first-child,
.ambiance-announcement__inner span:last-child {
  overflow: hidden;
  text-overflow: ellipsis;
}

.ll-announcement__divider,
.ambiance-announcement__divider {
  flex: 0 0 auto;
  opacity: .65;
}

.header-top:has(.header-top-left) .header-top-left,
.header-top:has(.header-top-right) .header-top-right {
  display: none !important;
}

.header-top:has(.header-top-left) .header-top-wrapper::before {
  content: "SECURE PAYSTACK CHECKOUT \00B7  THOUGHTFUL GIFTS PREPARED WITH CARE";
  display: block;
  width: 100%;
  overflow: hidden;
  color: #ffffff;
  font-family: var(--ll-font-sans);
  font-size: 12px;
  font-weight: 300;
  letter-spacing: .26em;
  line-height: 44px;
  text-align: center;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

@media (max-width: 767.98px) {
  .ll-announcement,
  .ambiance-announcement {
    min-height: 36px;
    padding: 0 14px !important;
    font-size: 10px !important;
    letter-spacing: .18em !important;
  }

  .ll-announcement__inner,
  .ambiance-announcement__inner {
    gap: 8px;
  }

  .ll-announcement__inner span:last-child,
  .ambiance-announcement__inner span:last-child {
    display: none;
  }

  .header-top:has(.header-top-left) .header-top-wrapper::before {
    font-size: 10px;
    letter-spacing: .18em;
    line-height: 36px;
  }
}

/* Cart, checkout, and order pages */
.ll-cart-shell,
.ll-checkout-shell,
.ll-order-success-shell {
  background: #e9e9e9;
  color: #111111;
  font-family: var(--ll-font-sans, "MuseoSans", Arial, sans-serif);
  padding: 72px 0 92px;
}

.ll-cart-inner {
  margin: 0 auto;
  width: min(100% - 48px, 1740px);
}

.ll-kicker {
  color: #555555;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: .24em;
  margin: 0 0 12px;
  text-transform: uppercase;
}

.ll-cart-heading,
.ll-checkout-heading {
  align-items: end;
  border-bottom: 1px solid #c8c8c8;
  display: flex;
  gap: 24px;
  justify-content: space-between;
  margin-bottom: 38px;
  padding-bottom: 28px;
}

.ll-cart-heading h1,
.ll-checkout-heading h1,
.ll-order-success-card h1,
.ll-cart-empty h1 {
  color: #050505;
  font-family: var(--ll-font-serif, Georgia, serif);
  font-size: clamp(42px, 5vw, 76px);
  font-weight: 400;
  line-height: .98;
  margin: 0;
}

.ll-cart-count {
  color: #222222;
  font-size: 18px;
  font-weight: 300;
}

.ll-cart-layout {
  align-items: start;
  display: grid;
  gap: 48px;
  grid-template-columns: minmax(0, 1fr) 430px;
}

.ll-cart-list {
  display: grid;
}

.ll-cart-item {
  border-bottom: 1px solid #c8c8c8;
  display: grid;
  gap: 28px;
  grid-template-columns: 150px minmax(0, 1fr);
  padding: 32px 0;
}

.ll-cart-item:first-child {
  padding-top: 0;
}

.ll-cart-item__image {
  aspect-ratio: 1;
  background: #ffffff;
  display: block;
  overflow: hidden;
}

.ll-cart-item__image img,
.ll-summary-item img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.ll-cart-item__main {
  display: grid;
  gap: 20px;
  grid-template-columns: minmax(0, 1fr) auto;
}

.ll-cart-item__title {
  color: #111111;
  display: inline-block;
  font-size: 19px;
  font-weight: 300;
  line-height: 1.35;
  margin-bottom: 8px;
}

.ll-cart-item__title:hover {
  color: #111111;
  text-decoration: underline;
}

.ll-cart-item__meta,
.ll-cart-item__warning,
.ll-summary-note {
  color: #777777;
  font-size: 14px;
  line-height: 1.6;
  margin: 0;
}

.ll-cart-item__warning {
  color: #9b6a00;
}

.ll-cart-item__price {
  color: #111111;
  font-size: 18px;
  font-weight: 300;
  white-space: nowrap;
}

.ll-cart-item__controls {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.ll-quantity-control {
  align-items: center;
  border: 1px solid #c8c8c8;
  display: inline-flex;
  height: 46px;
}

.ll-quantity-control button,
.ll-quantity-control input {
  background: transparent;
  border: 0;
  color: #111111;
  font: inherit;
  height: 44px;
  text-align: center;
  width: 46px;
}

.ll-quantity-control input {
  -moz-appearance: textfield;
}

.ll-quantity-control input::-webkit-outer-spin-button,
.ll-quantity-control input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.ll-link-button {
  background: transparent;
  border: 0;
  border-bottom: 1px solid currentColor;
  color: #555555;
  cursor: pointer;
  font: inherit;
  padding: 0;
}

.ll-cart-summary,
.ll-checkout-panel,
.ll-order-success-card {
  background: #f2f2f2;
  padding: 34px;
}

.ll-cart-summary {
  position: sticky;
  top: 132px;
}

.ll-progress {
  background: #c7c7c7;
  height: 5px;
  overflow: hidden;
}

.ll-progress span {
  background: #050505;
  display: block;
  height: 100%;
  min-width: 24px;
}

.ll-cart-notes {
  border-bottom: 1px solid #c8c8c8;
  display: grid;
  gap: 14px;
  margin-bottom: 24px;
  padding-bottom: 24px;
}

.ll-cart-notes label,
.ll-form-grid label {
  color: #111111;
  display: grid;
  font-size: 13px;
  gap: 10px;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.ll-required-marker {
  color: #b42318;
  font-weight: 700;
  margin-left: 2px;
}

.ll-required-marker[hidden] {
  display: none;
}

.ll-cart-notes textarea,
.ll-form-grid input,
.ll-form-grid select,
.ll-form-grid textarea {
  background: #ffffff;
  border: 1px solid #c8c8c8;
  border-radius: 0;
  color: #111111;
  font: inherit;
  letter-spacing: 0;
  min-height: 50px;
  padding: 13px 15px;
  text-transform: none;
  width: 100%;
}

.ll-cart-notes textarea:focus,
.ll-form-grid input:focus,
.ll-form-grid select:focus,
.ll-form-grid textarea:focus {
  border-color: #111111;
  outline: 0;
}

.ll-summary-total {
  align-items: center;
  display: flex;
  font-size: 21px;
  justify-content: space-between;
  margin-bottom: 8px;
}

.ll-summary-total strong {
  font-weight: 400;
}

.ll-black-button,
.ll-outline-button {
  align-items: center;
  border: 1px solid #050505;
  display: inline-flex;
  font-size: 15px;
  justify-content: center;
  letter-spacing: .04em;
  min-height: 56px;
  padding: 13px 24px;
  text-align: center;
  transition: background .2s ease, color .2s ease;
}

.ll-black-button {
  background: #050505;
  color: #ffffff;
}

.ll-black-button:hover {
  background: transparent;
  color: #050505;
}

.ll-outline-button {
  background: transparent;
  color: #050505;
}

.ll-outline-button:hover {
  background: #050505;
  color: #ffffff;
}

.ll-cart-summary .ll-black-button,
.ll-cart-summary .ll-outline-button {
  margin-top: 18px;
  width: 100%;
}

.ll-express-payments {
  display: grid;
  gap: 10px;
  margin-top: 12px;
}

.ll-express-payments span {
  align-items: center;
  background: #050505;
  color: #ffffff;
  display: flex;
  font-size: 15px;
  justify-content: center;
  min-height: 48px;
}

.ll-express-payments span:nth-child(2) {
  background: #f3bd2e;
  color: #002f6c;
}

.ll-express-payments span:nth-child(3) {
  background: #ffffff;
  border: 1px solid #050505;
  color: #050505;
}

.ll-cart-recommendations,
.ll-empty-recommendations {
  margin-top: 82px;
}

.ll-cart-recommendations__head {
  align-items: end;
  display: flex;
  gap: 24px;
  justify-content: space-between;
  margin-bottom: 28px;
}

.ll-cart-recommendations h2,
.ll-empty-recommendations h2,
.ll-checkout-section-title h2,
.ll-order-box h2,
.ll-cart-empty h2 {
  color: #050505;
  font-family: var(--ll-font-serif, Georgia, serif);
  font-size: clamp(28px, 3vw, 44px);
  font-weight: 400;
  line-height: 1.1;
  margin: 0;
}

.ll-cart-recommendations__grid {
  display: grid;
  gap: 36px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.ll-cart-empty {
  background: #ffffff;
  padding: 64px;
  text-align: center;
}

.ll-cart-empty p {
  color: #777777;
  margin: 14px auto 28px;
  max-width: 520px;
}

.ll-checkout-grid {
  align-items: start;
  display: grid;
  gap: 38px;
  grid-template-columns: minmax(0, 1fr) 460px;
}

.ll-checkout-section-title {
  align-items: center;
  border-bottom: 1px solid #c8c8c8;
  display: flex;
  gap: 14px;
  margin-bottom: 28px;
  padding-bottom: 20px;
}

.ll-checkout-section-title span {
  color: #777777;
  font-size: 12px;
  letter-spacing: .2em;
}

.ll-form-grid {
  display: grid;
  gap: 22px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.ll-form-wide {
  grid-column: 1 / -1;
}

.ll-checkout-section-title--nested {
  margin: 14px 0 0;
}

.ll-recipient-copy {
  align-items: center;
  display: flex !important;
  gap: 10px;
  letter-spacing: 0 !important;
  text-transform: none !important;
}

.ll-recipient-copy input {
  min-height: 0 !important;
  padding: 0 !important;
  width: auto !important;
}

.ll-checkout-help {
  background: #f7f3ee;
  border-left: 3px solid #9c4401;
  color: #555;
  font-size: 14px;
  line-height: 1.6;
  margin: 0;
  padding: 14px 16px;
}

.ll-checkout-help a {
  color: #713100;
  font-weight: 500;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.ll-form-grid small {
  color: #9f1d1d;
  letter-spacing: 0;
  text-transform: none;
}

.ll-payment-methods {
  display: grid;
  gap: 12px;
}

.ll-payment-label {
  color: #111111;
  font-size: 13px;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.ll-payment-option {
  align-items: flex-start;
  background: #ffffff;
  border: 1px solid #d6d2cc;
  cursor: pointer;
  display: grid !important;
  gap: 14px !important;
  grid-template-columns: auto minmax(0, 1fr);
  letter-spacing: 0 !important;
  padding: 16px;
  text-transform: none !important;
}

.ll-payment-option input {
  min-height: 0;
  margin-top: 5px;
  padding: 0;
  width: auto;
}

.ll-payment-option__mark {
  align-items: center;
  background: #f3efeb;
  border-radius: 50%;
  color: #713100;
  display: inline-flex;
  height: 34px;
  justify-content: center;
  width: 34px;
}

.ll-payment-option strong {
  display: block;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: none;
}

.ll-payment-option small {
  color: #777777;
  display: block;
  font-size: 13px;
  line-height: 1.5;
  margin-top: 3px;
}

.ll-payment-option:has(input:checked) {
  border-color: #111111;
  box-shadow: inset 0 0 0 1px #111111;
}

.ll-payment-option.is-disabled {
  color: #888888;
  cursor: not-allowed;
  opacity: .68;
}

.ll-checkout-service-notice,
.ll-order-status-notice {
  background: #f7f1ea;
  border-left: 4px solid #9c4401;
  margin-top: 24px;
  padding: 18px 20px;
}

.ll-checkout-service-notice strong,
.ll-order-status-notice strong {
  color: #241f1b;
  display: block;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 5px;
}

.ll-checkout-service-notice p,
.ll-order-status-notice p {
  color: #625a53;
  line-height: 1.55;
  margin: 0;
}

.ll-checkout-service-notice--success {
  margin: 0 0 28px;
}

.ll-order-status-notice {
  margin: 0 0 28px;
}

.ll-order-status-notice--paid {
  background: #edf5ee;
  border-left-color: #317347;
}

.ll-checkout-actions {
  align-items: center;
  display: flex;
  gap: 20px;
  justify-content: space-between;
  margin-top: 30px;
}

.ll-checkout-actions > a:not(.ll-black-button) {
  border-bottom: 1px solid currentColor;
  color: #333333;
}

.ll-summary-items {
  display: grid;
  gap: 18px;
}

.ll-summary-item {
  align-items: center;
  display: grid;
  gap: 16px;
  grid-template-columns: 72px minmax(0, 1fr) auto;
}

.ll-summary-item img {
  aspect-ratio: 1;
  background: #ffffff;
}

.ll-summary-item strong {
  color: #111111;
  display: block;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.35;
}

.ll-summary-item span {
  color: #777777;
  display: block;
  font-size: 13px;
  line-height: 1.45;
}

.ll-summary-item b {
  color: #111111;
  font-size: 14px;
  font-weight: 400;
  white-space: nowrap;
}

.ll-order-summary .ll-summary-total,
.ll-order-box .ll-summary-total {
  border-top: 1px solid #c8c8c8;
  margin-top: 24px;
  padding-top: 20px;
}

.ll-order-success-card {
  margin: 0 auto;
  max-width: 1180px;
}

.ll-order-reference {
  color: #555555;
  font-size: 18px;
  margin: 18px 0 34px;
}

.ll-order-success-grid {
  display: grid;
  gap: 28px;
  grid-template-columns: .8fr 1.2fr;
}

.ll-order-box {
  background: #ffffff;
  padding: 28px;
}

.ll-order-box h2 {
  font-size: 30px;
  margin-bottom: 18px;
}

.ll-order-box p {
  color: #555555;
  margin: 0 0 8px;
}

.site-footer,
.ll-site-footer,
.footer-area,
.footer-widget-wrapper,
.footer-top,
.footer-bottom,
.main-footer {
  background: #050505 !important;
}

.ll-footer-newsletter,
.footer-newsletter {
  background: #111111 !important;
}

@media (max-width: 1199.98px) {
  .ll-cart-layout,
  .ll-checkout-grid {
    grid-template-columns: 1fr;
  }

  .ll-cart-summary {
    position: static;
  }

  .ll-cart-recommendations__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767.98px) {
  .ll-cart-shell,
  .ll-checkout-shell,
  .ll-order-success-shell {
    padding: 46px 0 64px;
  }

  .ll-cart-inner {
    width: min(100% - 28px, 1740px);
  }

  .ll-cart-heading,
  .ll-checkout-heading,
  .ll-cart-item__main,
  .ll-checkout-actions {
    align-items: start;
    display: grid;
  }

  .ll-cart-item {
    grid-template-columns: 96px minmax(0, 1fr);
  }

  .ll-cart-item__price {
    white-space: normal;
  }

  .ll-cart-summary,
  .ll-checkout-panel,
  .ll-order-success-card,
  .ll-cart-empty {
    padding: 24px;
  }

  .ll-form-grid,
  .ll-order-success-grid,
  .ll-cart-recommendations__grid {
    grid-template-columns: 1fr;
  }

  .ll-summary-item {
    grid-template-columns: 60px minmax(0, 1fr);
  }

  .ll-summary-item b {
    grid-column: 2;
  }

}
/* Shared Lush & Lilies storefront chrome */
.ll-site-header {
    background: #fff;
    border-bottom: 1px solid #111;
    position: sticky;
    top: 0;
    z-index: 1040;
}

.ll-announcement {
    background: #050505 !important;
    color: #fff !important;
    min-height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--ll-font-sans, var(--ll-sans, "Museo Sans", Arial, sans-serif));
    font-size: 13px;
    letter-spacing: .28em;
    text-transform: uppercase;
    padding: 0 20px !important;
    overflow: hidden;
}

.ll-announcement__inner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    white-space: nowrap;
}

.ll-header-logo-row {
    min-height: 112px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
}

.ll-header-logo img {
    width: 170px;
    max-height: 86px;
    object-fit: contain;
}

.ll-nav-row {
    display: grid;
    grid-template-columns: 160px minmax(0, 1fr) 160px;
    min-height: 82px;
    align-items: center;
    padding: 0 clamp(24px, 7vw, 128px);
    background: #fff;
}

.ll-main-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: clamp(22px, 2.8vw, 44px);
    white-space: nowrap;
}

.ll-main-nav .nav-link {
    color: #111;
    text-transform: uppercase;
    font-family: var(--ll-font-sans, var(--ll-sans, "Museo Sans", Arial, sans-serif));
    font-weight: 300;
    font-size: 15px;
    line-height: 1;
    letter-spacing: .16em;
    padding: 0;
}

.ll-main-nav .nav-link:hover,
.ll-main-nav .nav-link.active {
    color: #777;
}

.ll-nav-icon,
.ll-header-action {
    border: 0;
    background: transparent;
    color: #050505;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    line-height: 1;
    text-decoration: none;
    padding: 0;
}

.ll-header-actions {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 24px;
}

.ll-cart-action {
    position: relative;
}

.ll-cart-count-badge {
    position: absolute;
    right: -9px;
    top: -10px;
    background: #050505;
    color: #fff;
    min-width: 22px;
    height: 22px;
    border-radius: 50%;
    font-size: 12px;
    display: grid;
    place-items: center;
    font-weight: 600;
    letter-spacing: 0;
}

/* Ambiance-style footer: richer brand panel + structured shopping directory. */
.ll-site-footer {
    background: var(--ll-footer-main-bg, #050505) !important;
    color: var(--ll-footer-text, rgba(255, 255, 255, .78));
    padding: clamp(58px, 7vw, 96px) clamp(28px, 5vw, 84px) 34px;
}

.ll-footer-main {
    display: grid;
    grid-template-columns: minmax(280px, .72fr) minmax(0, 1.8fr);
    gap: clamp(38px, 4vw, 72px);
    padding-bottom: clamp(44px, 6vw, 72px);
}

.ll-footer-brand-panel {
    max-width: 640px;
}

.ll-footer-directory {
    display: grid;
    grid-template-columns: .8fr .9fr .9fr minmax(230px, 1.35fr);
    gap: clamp(22px, 2.2vw, 36px);
    align-items: start;
}

.ll-footer-kicker {
    color: rgba(255, 255, 255, .48);
    font-size: 11px;
    font-weight: 400;
    letter-spacing: .2em;
    line-height: 1.4;
    margin: 0 0 18px;
    text-transform: uppercase;
}

.ll-footer-brand {
    color: #fff;
    font-family: var(--ll-font-display, Georgia, serif);
    font-size: clamp(24px, 2.4vw, 34px);
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.05;
    margin: 0 0 22px;
}

.ll-footer-heading {
    color: var(--ll-footer-heading, #fff);
    text-transform: uppercase;
    letter-spacing: .14em;
    font-size: 11px;
    font-weight: 400;
    line-height: 1.4;
    margin: 0 0 22px;
}

.ll-footer-heading--brand {
    font-family: var(--ll-font-display, Georgia, serif);
    text-transform: none;
    letter-spacing: .02em;
    font-size: 21px;
}

.ll-footer-heading--toggle {
    display: none;
}

.ll-footer-story,
.ll-footer-signup-note {
    color: var(--ll-footer-muted, rgba(255, 255, 255, .66));
    font-size: 14px;
    font-weight: 300;
    line-height: 1.75;
    margin: 0;
}

.ll-footer-story {
    max-width: 42ch;
}

.ll-footer-signup-note {
    max-width: 30ch;
    margin-bottom: 24px;
}

.ll-footer-service-strip {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px 20px;
    border-top: 1px solid rgba(255, 255, 255, .14);
    border-bottom: 1px solid rgba(255, 255, 255, .14);
    margin: 34px 0 28px;
    padding: 18px 0;
}

.ll-footer-service-strip > div {
    padding: 0;
}

.ll-footer-service-strip > div:last-child {
    grid-column: 1 / -1;
}

.ll-footer-service-strip strong,
.ll-footer-service-strip span {
    display: block;
}

.ll-footer-service-strip strong {
    color: #fff;
    font-size: 11px;
    font-weight: 400;
    letter-spacing: .08em;
    line-height: 1.4;
    margin-bottom: 7px;
    text-transform: uppercase;
}

.ll-footer-service-strip span {
    color: rgba(255, 255, 255, .52);
    font-size: 12px;
    font-weight: 300;
    line-height: 1.55;
}

.ll-footer-social {
    display: flex;
    gap: 10px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.ll-footer-social a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 50%;
    color: var(--ll-footer-muted, rgba(255, 255, 255, .66));
    font-size: 14px;
    text-decoration: none;
    transition: border-color .18s ease, color .18s ease, background .18s ease;
}

.ll-footer-social a:hover {
    background: rgba(255, 255, 255, .08);
    border-color: rgba(255, 255, 255, .45);
    color: #fff;
}

.ll-footer-links {
    display: grid;
    gap: 10px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.ll-footer-links a {
    color: var(--ll-footer-muted, rgba(255, 255, 255, .66));
    display: inline-flex;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.55;
    text-decoration: none;
    transition: color .18s ease;
}

.ll-footer-links a:hover {
    color: #fff;
}

.ll-footer-newsletter {
    display: flex;
    align-items: center;
    gap: 10px;
    border: 1px solid rgba(255, 255, 255, .18);
    min-height: 48px;
    max-width: 360px;
    padding: 0 12px 0 16px;
    transition: border-color .18s ease, background .18s ease;
}

.ll-footer-newsletter:focus-within {
    background: rgba(255, 255, 255, .04);
    border-color: rgba(255, 255, 255, .42);
}

.ll-footer-newsletter input {
    flex: 1;
    min-width: 0;
    border: 0;
    background: transparent;
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    padding: 0;
    outline: none;
}

.ll-footer-newsletter input::placeholder {
    color: var(--ll-footer-muted, rgba(255, 255, 255, .5));
}

.ll-footer-newsletter button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    border: 0;
    padding: 0;
    background: transparent;
    color: var(--ll-footer-muted, rgba(255, 255, 255, .66));
    cursor: pointer;
    transition: color .18s ease;
}

.ll-footer-newsletter button:hover {
    color: #fff;
}

.ll-footer-contact-list {
    display: grid;
    gap: 14px;
    margin: 24px 0 0;
}

.ll-footer-contact-list div {
    min-width: 0;
}

.ll-footer-contact-list dt {
    color: rgba(255, 255, 255, .42);
    font-size: 10px;
    font-weight: 400;
    letter-spacing: .14em;
    line-height: 1.4;
    margin: 0 0 5px;
    text-transform: uppercase;
}

.ll-footer-contact-list dd {
    color: var(--ll-footer-muted, rgba(255, 255, 255, .66));
    font-size: 14px;
    font-weight: 300;
    line-height: 1.55;
    margin: 0;
}

.ll-footer-contact-list a {
    color: inherit;
    text-decoration: none;
}

.ll-footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 28px;
    flex-wrap: wrap;
    border-top: 1px solid rgba(255, 255, 255, .12);
    padding-top: 24px;
}

.ll-footer-bottom-left {
    display: flex;
    align-items: center;
    gap: 22px;
    flex-wrap: wrap;
}

.ll-footer-bottom-right {
    display: flex;
    align-items: center;
    gap: 18px;
    flex-wrap: wrap;
}

.ll-footer-locale {
    display: inline-flex;
    align-items: center;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: var(--ll-footer-text, rgba(255, 255, 255, .78));
    white-space: nowrap;
}

.ll-footer-credits {
    margin: 0;
    font-size: 12px;
    font-weight: 300;
    color: var(--ll-footer-muted, rgba(255, 255, 255, .55));
}

.ll-footer-credits a {
    color: inherit;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.ll-footer-credits a:hover {
    color: #fff;
}

.ll-footer-legal,
.ll-footer-payments {
    display: flex;
    gap: 8px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.ll-footer-legal {
    gap: 16px;
}

.ll-footer-legal a {
    color: var(--ll-footer-muted, rgba(255, 255, 255, .58));
    font-size: 12px;
    font-weight: 300;
    line-height: 1.4;
    text-decoration: none;
}

.ll-footer-legal a:hover {
    color: #fff;
}

.ll-footer-legal .ll-footer-admin-link {
    color: var(--ll-accent, #b24d00);
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 4px;
}

.ll-footer-legal .ll-footer-admin-link:hover {
    color: #fff;
}

.ll-footer-payments li {
    font-size: 10px;
    font-weight: 300;
    letter-spacing: .06em;
    text-transform: uppercase;
    color: var(--ll-footer-muted, rgba(255, 255, 255, .6));
    border: 1px solid rgba(255, 255, 255, .22);
    border-radius: 3px;
    padding: 5px 9px;
    white-space: nowrap;
}

.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
    border: 0;
}

.ll-cart-item__body {
    min-width: 0;
    flex: 1;
}

.ll-cart-item__top {
    display: flex;
    justify-content: space-between;
    gap: 24px;
    align-items: flex-start;
}

.ll-cart-item__top h2 {
    margin: 0 0 10px;
    font-family: var(--ll-font-sans, var(--ll-sans, Arial, sans-serif));
    font-size: 20px;
    line-height: 1.35;
    font-weight: 400;
}

.ll-cart-item__top h2 a {
    color: #111;
    text-decoration: none;
}

.ll-cart-item__top p {
    color: #555;
    margin: 0 0 6px;
}

.ll-cart-item__top strong {
    white-space: nowrap;
    font-size: 18px;
    font-weight: 400;
}

.ll-cart-actions {
    margin-top: 26px;
    display: flex;
    align-items: center;
    gap: 28px;
    flex-wrap: wrap;
}

.ll-cart-qty-form {
    display: inline-flex;
    align-items: center;
    height: 46px;
    border: 1px solid #c8c8c8;
}

.ll-cart-qty-form button {
    width: 44px;
    height: 44px;
    border: 0;
    background: transparent;
    font-size: 22px;
}

.ll-cart-qty-form input {
    min-width: 34px;
    width: 56px;
    border: 0;
    background: transparent;
    text-align: center;
    font-size: 18px;
    appearance: textfield;
}

.ll-cart-qty-form input::-webkit-inner-spin-button,
.ll-cart-qty-form input::-webkit-outer-spin-button {
    margin: 0;
    appearance: none;
}

.ll-cart-checkout-btn,
.ll-black-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 56px;
    padding: 0 28px;
    background: #000;
    color: #fff !important;
    text-decoration: none;
    border: 1px solid #000;
}

.ll-cart-checkout-btn:hover,
.ll-black-btn:hover {
    background: #222;
    color: #fff !important;
}

.ll-express-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
    margin: 12px 0 20px;
}

.ll-express-grid span {
    background: #151515;
    color: #fff;
    min-height: 44px;
    display: grid;
    place-items: center;
    font-size: 13px;
    text-align: center;
}

.ll-clear-cart {
    border: 0;
    background: transparent;
    color: #555;
    text-decoration: underline;
    padding: 0;
}

@media (max-width: 1199.98px) {
    .ll-nav-row {
        grid-template-columns: 70px minmax(0, 1fr) 90px;
        padding: 0 26px;
    }

    .ll-main-nav {
        gap: 20px;
        overflow-x: auto;
        justify-content: flex-start;
    }

    .ll-header-logo-row {
        min-height: 94px;
    }

    .ll-footer-main {
        grid-template-columns: 1fr;
    }

    .ll-footer-brand-panel {
        max-width: none;
    }

    .ll-footer-directory {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

@media (max-width: 991.98px) {
    .ll-footer-directory {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .ll-footer-service-strip {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .ll-footer-service-strip > div {
        padding: 14px 0;
    }

    .ll-footer-service-strip > div + div {
        border-left: 0;
        border-top: 1px solid rgba(255, 255, 255, .1);
        padding-left: 0;
    }
}

@media (max-width: 767.98px) {
    .ll-announcement {
        font-size: 11px;
        letter-spacing: .18em;
    }

    .ll-header-logo-row {
        min-height: 82px;
    }

    .ll-nav-row {
        grid-template-columns: 48px minmax(0, 1fr) 70px;
        min-height: 68px;
        padding: 0 16px;
    }

    .ll-main-nav .nav-link {
        font-size: 12px;
    }

    .ll-nav-icon,
    .ll-header-action {
        font-size: 25px;
    }

    .ll-site-footer {
        padding: 44px 22px 26px;
    }

    .ll-footer-main {
        grid-template-columns: 1fr;
        gap: 0;
        padding-bottom: 36px;
    }

    .ll-footer-brand-panel {
        padding-bottom: 34px;
    }

    .ll-footer-brand {
        font-size: 28px;
    }

    .ll-footer-service-strip {
        margin: 26px 0 24px;
    }

    .ll-footer-directory {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .ll-footer-group--signup {
        padding-top: 32px;
    }

    .ll-footer-newsletter {
        max-width: none;
    }

    /* Link groups collapse into ambiance-style accordions. */
    .ll-footer-group--links {
        border-top: 1px solid rgba(255, 255, 255, .12);
    }

    .ll-footer-group--links .ll-footer-heading--static {
        display: none;
    }

    .ll-footer-heading--toggle {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        border: 0;
        background: transparent;
        padding: 18px 0;
        margin: 0;
        cursor: pointer;
    }

    .ll-footer-chevron {
        width: 11px;
        height: 11px;
        transition: transform .2s ease;
    }

    .ll-footer-group--links.is-open .ll-footer-chevron {
        transform: rotate(180deg);
    }

    .ll-footer-group--links .ll-footer-group-content {
        display: none;
        padding-bottom: 20px;
    }

    .ll-footer-group--links.is-open .ll-footer-group-content {
        display: block;
    }

    .ll-footer-bottom {
        flex-direction: column;
        align-items: flex-start;
        gap: 18px;
    }

    .ll-footer-bottom-left,
    .ll-footer-bottom-right,
    .ll-footer-legal,
    .ll-footer-payments {
        align-items: flex-start;
        max-width: 100%;
        width: 100%;
    }

    .ll-footer-bottom-right {
        flex-direction: column;
    }

    .ll-footer-legal,
    .ll-footer-payments {
        flex-wrap: wrap;
    }

    body.ll-shared-chrome #scroll-top {
        display: none !important;
    }

    .ll-cart-item__top {
        display: grid;
    }

    .ll-express-grid {
        grid-template-columns: 1fr;
    }
}

/* Shared chrome compatibility for standalone storefront templates. */
body.ll-shared-chrome > .ll-announcement,
body.ll-shared-chrome > .ll-header,
body.ll-shared-chrome > header.header,
body.ll-shared-chrome > footer.ll-footer,
body.ll-shared-chrome > footer.footer-area,
body.ll-shared-chrome > .preloader,
body.ll-shared-chrome main > .ll-community,
body.ll-shared-chrome main > .ll-footer-signup {
    display: none !important;
}

body.ll-shared-chrome .ll-site-header {
    display: block;
}

body.ll-shared-chrome .ll-site-footer {
    display: block;
}

/* Shared Lush & Lilies storefront chrome. Geometry mirrors the
   ambiancebytalata.com header (logo-center-nav-below layout):
   34px announcement bar, 12px header padding, centered 50px logo,
   44px nav row (16px/300 uppercase links, 24px gaps, 10px carets),
   28px stroke icons, and a sticky header with a negative top offset
   so only the 68px nav row stays pinned on scroll. */
:root {
    --ll-chrome-announce-h: 34px;
    --ll-chrome-pad: 12px;
    --ll-chrome-logo-block: 75px; /* 24px gap + ~51px logo */
    --ll-chrome-nav-h: 68px;      /* 12 + 44 + 12 */
    --ll-chrome-gutter: 40px;
}

body.ll-shared-chrome > header:not(.ll-site-header),
body.ll-shared-chrome > .header,
body.ll-shared-chrome > .navbar-area,
body.ll-shared-chrome > footer:not(.ll-site-footer),
body.ll-shared-chrome footer.footer-area,
body.ll-shared-chrome footer.ll-footer:not(.ll-site-footer),
body.ll-shared-chrome main footer,
body.ll-shared-chrome main .ll-footer,
body.ll-shared-chrome main .footer-area {
    display: none !important;
}

.ll-site-header {
    position: sticky;
    top: calc(-1 * (var(--ll-chrome-announce-h) + var(--ll-chrome-pad) + var(--ll-chrome-logo-block)));
    z-index: 2000;
    width: 100%;
    background: #fff;
    color: #000;
    font-family: var(--ll-font-sans, "Museo Sans", Arial, sans-serif);
}

/* Announcement bar: one message at a time with prev/next arrows. */
.ll-site-header .ll-announcement {
    height: var(--ll-chrome-announce-h);
    min-height: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    background: #000;
    color: #fff;
    padding: 0 24px;
}

.ll-site-header .ll-announcement__viewport {
    display: grid;
    place-items: center;
    min-width: 0;
}

.ll-site-header .ll-announcement__message {
    grid-area: 1 / 1;
    font-size: 18px;
    font-weight: 300;
    line-height: 27px;
    letter-spacing: normal;
    text-transform: uppercase;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
    opacity: 0;
    visibility: hidden;
    transition: opacity .3s ease;
}

.ll-site-header .ll-announcement__message.is-active {
    opacity: 1;
    visibility: visible;
}

.ll-site-header .ll-announcement__arrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    padding: 0;
    border: 0;
    background: transparent;
    color: #fff;
    cursor: pointer;
}

.ll-site-header .ll-announcement__arrow svg {
    width: 10px;
    height: 10px;
}

/* White header area. */
.ll-site-header .ll-chrome-inner {
    position: relative;
    padding-top: var(--ll-chrome-pad);
    background: #fff;
}

.ll-site-header .ll-header-utility {
    position: absolute;
    top: var(--ll-chrome-pad);
    right: var(--ll-chrome-gutter);
    height: 32px;
    display: flex;
    align-items: center;
}

.ll-site-header .ll-header-locale {
    font-size: 14px;
    font-weight: 300;
    color: #000;
    white-space: nowrap;
}

.ll-site-header .ll-header-locale__flag {
    font-size: 16px;
    margin-right: 4px;
}

.ll-site-header .ll-header-logo-row {
    min-height: 0;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    height: var(--ll-chrome-logo-block);
    background: #fff;
}

.ll-site-header .ll-header-logo img {
    height: 51px;
    width: auto;
    max-height: none;
    display: block;
}

/* Nav row: search left, menu center, account/cart right. */
.ll-site-header .ll-nav-row {
    min-height: var(--ll-chrome-nav-h);
    display: grid;
    grid-template-columns: minmax(70px, 1fr) auto minmax(70px, 1fr);
    align-items: center;
    gap: 24px;
    padding: 12px var(--ll-chrome-gutter);
    background: #fff;
    border-bottom: 0;
}

.ll-site-header .ll-nav-tools-left {
    justify-self: start;
    display: flex;
    align-items: center;
}

.ll-site-header .ll-mobile-sticky-logo {
    display: none;
}

.ll-site-header .ll-nav-tools-right {
    justify-self: end;
    display: flex;
    align-items: center;
    gap: 14px;
}

.ll-site-header .ll-main-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
    white-space: nowrap;
}

.ll-site-header .ll-main-nav .nav-link {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 0;
    color: #000;
    text-transform: uppercase;
    font-family: var(--ll-font-sans, "Museo Sans", Arial, sans-serif);
    font-weight: 300;
    font-size: 16px;
    letter-spacing: normal;
    line-height: 24px;
    text-decoration: none;
    text-underline-offset: 6px;
}

.ll-site-header .ll-main-nav .nav-link:hover,
.ll-site-header .ll-main-nav .nav-link.active {
    color: #000;
    text-decoration: underline;
    text-decoration-thickness: 1px;
}

.ll-site-header .ll-nav-caret {
    width: 10px;
    height: 10px;
    flex: none;
}

.ll-site-header .ll-nav-icon,
.ll-site-header .ll-header-action {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border: 0;
    background: transparent;
    color: #000;
    padding: 0;
    cursor: pointer;
    line-height: 1;
    text-decoration: none;
}

.ll-site-header .ll-nav-icon svg,
.ll-site-header .ll-header-action svg {
    width: 28px;
    height: 28px;
}

.ll-site-header .ll-cart-action {
    position: relative;
}

.ll-site-header .ll-cart-count-badge {
    position: absolute;
    right: 0;
    bottom: -2px;
    top: auto;
    min-width: 18px;
    height: 18px;
    padding: 0 4px;
    border-radius: 999px;
    background: #000;
    color: #fff;
    font-size: 11px;
    font-weight: 400;
    letter-spacing: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}

/* Footer chrome. */
.ll-site-footer a {
    color: inherit;
}

.ll-site-footer a:hover {
    color: #fff;
}

@media (max-width: 1199.98px) {
    :root {
        --ll-chrome-gutter: 24px;
    }

    .ll-site-header .ll-main-nav {
        overflow-x: auto;
        justify-content: flex-start;
        gap: 20px;
        scrollbar-width: none;
    }

    .ll-site-header .ll-main-nav::-webkit-scrollbar {
        display: none;
    }
}

@media (max-width: 991.98px) {
    :root {
        --ll-chrome-announce-h: 30px;
        --ll-chrome-logo-block: 60px; /* 16px gap + 44px logo */
        --ll-chrome-nav-h: 60px;      /* 8 + 44 + 8 */
        --ll-chrome-gutter: 16px;
    }

    .ll-site-header .ll-announcement__message {
        font-size: 13px;
        line-height: 20px;
    }

    .ll-site-header .ll-header-utility {
        display: none;
    }

    .ll-site-header .ll-header-logo img {
        height: 44px;
    }

    .ll-site-header .ll-nav-row {
        grid-template-columns: auto minmax(0, 1fr) auto;
        gap: 12px;
        padding: 8px var(--ll-chrome-gutter);
    }

    .ll-site-header .ll-main-nav .nav-link {
        font-size: 14px;
    }

    .ll-site-header .ll-nav-icon svg,
    .ll-site-header .ll-header-action svg {
        width: 24px;
        height: 24px;
    }

    .ll-site-header .ll-nav-icon,
    .ll-site-header .ll-header-action {
        width: 38px;
        height: 38px;
    }
}

/* ============================================================
   AMBIANCE DESIGN PASS — typography + product cards, all pages.
   Modeled on ambiancebytalata.com: Playfair Display 400 headings
   with -1% tracking, 17px/300 body everywhere (titles, prices,
   labels, breadcrumbs), square product imagery with centered
   title+price, square-cornered black buttons.
   Loads after style.css; page css is stacked later, hence the
   deliberate !important on contested typographic properties.
   ============================================================ */

/* ---- Headings: serif, weight 400, tight tracking, never bold. ---- */
.main h1,
.main h2,
.main h3,
.hero-title,
.site-title,
.ambiance-title,
.blog-title,
.ll-section-title,
.ll-collection-title,
.ll-product-detail-title,
.ll-product-title,
.ll-cart-heading,
.ll-checkout-heading,
.ll-checkout-section-title,
.ll-detail-hero h1,
.ll-hero h1,
.ll-discover-head h2,
.ll-collection-content h2,
.ll-collection-content h3,
.ll-related-heading h2 {
    font-family: var(--ll-font-display) !important;
    font-weight: var(--ll-heading-weight, 400) !important;
    letter-spacing: var(--ll-heading-tracking, -0.01em) !important;
    text-transform: none !important;
    color: var(--ll-ink, #111) !important;
}

/* Ambiance scale: page h1 ~32-42, section h2 ~26-32. */
.main h1,
.hero-title,
.ll-detail-hero h1,
.ll-hero h1 {
    font-size: clamp(30px, 3.2vw, 42px) !important;
    line-height: 1.12 !important;
}

.main h2,
.site-title,
.ambiance-title,
.ll-section-title,
.ll-cart-heading,
.ll-checkout-heading,
.ll-discover-head h2,
.ll-related-heading h2 {
    font-size: clamp(25px, 2.5vw, 32px) !important;
    line-height: 1.15 !important;
}

.site-title-tagline,
.hero-sub-title {
    font-family: var(--ll-font-sans) !important;
    font-size: 13px !important;
    font-weight: 300 !important;
    letter-spacing: .16em !important;
    text-transform: uppercase !important;
    color: #6f6f6f !important;
}

/* ---- Product cards (all grids: home, shop, collections, related). ---- */
.product-item,
.ll-standard-product-card,
.ll-product-card {
    text-align: center;
    background: transparent;
    border: 0;
    box-shadow: none !important;
    border-radius: 0 !important;
}

.product-item .product-img,
.ll-standard-product-card .product-img,
.ll-product-card .product-img {
    aspect-ratio: var(--ll-card-image-ratio, 1 / 1);
    border-radius: 0 !important;
    overflow: hidden;
}

.product-item .product-img img,
.ll-standard-product-card .product-img img,
.ll-product-card .product-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .45s ease;
}

.product-item:hover .product-img img,
.ll-standard-product-card:hover .product-img img,
.ll-product-card:hover .product-img img {
    transform: scale(1.025);
}

/* Ambiance cards carry no star ratings. */
.product-item .product-rate,
.ll-standard-product-card .product-rate,
.ll-product-card .product-rate {
    display: none !important;
}

.product-item .product-title,
.product-item .product-title a,
.ll-standard-product-card .product-title,
.ll-standard-product-card .product-title a,
.ll-product-card .product-title,
.ll-product-card .product-title a {
    font-family: var(--ll-font-sans) !important;
    font-size: var(--ll-card-title-size, 17px) !important;
    font-weight: 300 !important;
    letter-spacing: normal !important;
    text-transform: none !important;
    color: var(--ll-ink, #111) !important;
}

.product-item .product-price,
.product-item .product-price span,
.ll-standard-product-card .product-price,
.ll-standard-product-card .product-price span,
.ll-product-card .product-price,
.ll-product-card .product-price span {
    font-family: var(--ll-font-sans) !important;
    font-size: var(--ll-card-price-size, 17px) !important;
    font-weight: 300 !important;
    color: var(--ll-ink, #111) !important;
    justify-content: center;
}

/* Keep storefront product listings compact and consistent on phones. */
@media (max-width: 767px) {
    .ll-product-grid,
    .ambiance-product-grid,
    .ll-more-gifts__grid,
    .ll-tab-product-grid,
    .ll-cart-product-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 0 !important;
        border-top: 1px solid var(--ll-line, #d8d3cf);
        border-left: 1px solid var(--ll-line, #d8d3cf);
    }

    .ll-tab-product-grid,
    .ll-cart-product-grid {
        display: grid !important;
        margin: 0 !important;
    }

    .ll-product-grid > .ll-product-card,
    .ambiance-product-grid > .product-item,
    .ll-more-gifts__grid > .product-item,
    .ll-tab-product-grid > .ll-tab-product-cell,
    .ll-cart-product-grid > .ll-cart-product-cell {
        min-width: 0;
        padding: 10px;
        border-right: 1px solid var(--ll-line, #d8d3cf);
        border-bottom: 1px solid var(--ll-line, #d8d3cf);
    }

    .ll-tab-product-grid > .ll-tab-product-cell,
    .ll-cart-product-grid > .ll-cart-product-cell {
        width: auto;
        max-width: none;
    }

    .ll-product-grid > .ll-product-card > .product-item {
        width: 100%;
        height: 100%;
    }
}

/* Badges: quiet uppercase chips, monochrome. */
.product-item .product-img .type,
.ll-standard-product-card .product-img .type {
    font-size: 14px !important;
    font-weight: 300 !important;
    letter-spacing: normal !important;
    text-transform: none !important;
    background: #111 !important;
    color: #fff !important;
    border-radius: 0 !important;
    padding: 4px 10px !important;
}

/* Quick view: keep the hairline chip (icon hidden via font-size: 0 + ::after
   label upstream) but reveal it on hover, Ambiance quick-add style. */
.ll-standard-product-card .product-cart-btn {
    opacity: 0;
    transition: opacity .2s ease, background .18s ease, color .18s ease;
}

.ll-standard-product-card:hover .product-cart-btn,
.ll-standard-product-card .product-cart-btn:focus-visible {
    opacity: 1;
}

.ll-standard-product-card .product-cart-btn:hover {
    background: #111;
    color: #fff;
}

@media (hover: none) {
    .ll-standard-product-card .product-cart-btn {
        opacity: 1;
    }
}

/* ---- Product detail page. ---- */
.ll-product-title {
    font-size: clamp(26px, 2.8vw, 34px) !important;
    line-height: 1.15 !important;
    margin-bottom: 14px;
}

.ll-price,
.ll-price span {
    font-family: var(--ll-font-sans) !important;
    font-size: 18px !important;
    font-weight: 300 !important;
    color: var(--ll-ink, #111) !important;
}

.ll-breadcrumb,
.ll-breadcrumb a,
.ll-brand {
    font-size: 13px !important;
    font-weight: 300 !important;
    letter-spacing: .04em;
    color: #757575 !important;
    text-decoration: none;
}

.ll-description,
.ll-description p {
    font-size: 17px !important;
    font-weight: 300 !important;
    line-height: 1.8 !important;
    color: #2c2c2c !important;
}

.ll-field label,
.ll-form-row label {
    font-size: 13px !important;
    font-weight: 300 !important;
    letter-spacing: .12em !important;
    text-transform: uppercase !important;
    color: var(--ll-ink, #111) !important;
}

/* Add to Bag: square, black, calm. */
.ll-add,
.ll-black-btn,
.ll-black-button,
.ll-cart-checkout-btn {
    background: #111 !important;
    color: #fff !important;
    border: 1px solid #111 !important;
    border-radius: 0 !important;
    min-height: 52px;
    padding: 0 34px !important;
    font-family: var(--ll-font-sans) !important;
    font-size: 16px !important;
    font-weight: 300 !important;
    letter-spacing: .02em !important;
    text-transform: none !important;
    transition: background .18s ease;
}

.ll-add:hover,
.ll-black-btn:hover,
.ll-black-button:hover,
.ll-cart-checkout-btn:hover {
    background: #2b2b2b !important;
    color: #fff !important;
}

/* Quantity + inputs: 48px, hairline border, square. */
.ll-field input,
.ll-field select,
.ll-form-row input,
.ll-form-row select,
.ll-quantity input {
    min-height: 48px;
    border: 1px solid #bdbfbf !important;
    border-radius: 0 !important;
    font-size: 17px !important;
    font-weight: 300 !important;
    color: var(--ll-ink, #111);
    background: #fff;
}

/* ---- Cart + checkout. ---- */
.ll-cart-item__body,
.ll-cart-item__body a,
.ll-cart-item__top,
.ll-checkout-panel,
.ll-checkout-panel p,
.ll-checkout-panel span {
    font-size: 17px;
    font-weight: 300;
    color: var(--ll-ink, #111);
}

.ll-cart-item__body a {
    text-decoration: none;
}

.ll-cart-item__body a:hover {
    text-decoration: underline;
    text-underline-offset: 4px;
}

.ll-cart-item__image img {
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border-radius: 0 !important;
    background: #f7f6f4;
}

/* ---- Collection cards + heroes: serene, centered. ---- */
.ll-collection-card {
    border-radius: 0 !important;
    box-shadow: none !important;
}

.ll-collection-media img {
    border-radius: 0 !important;
}

.ll-detail-hero,
.ll-hero {
    text-align: center;
}

/* ---- Pagination + filters: light, spaced. ---- */
.ll-pagination,
.ll-pagination a,
.ll-page-link,
.ll-filter-trigger,
.ll-filter-choice,
.ll-filter-chip {
    font-size: 14px !important;
    font-weight: 300 !important;
    letter-spacing: .04em;
    border-radius: 0 !important;
}

/* Collection cards: titles sit on photography / colour panels — keep them white
   (the ambiance heading pass above paints headings ink; overlays are the exception). */
.ll-collection-content h2,
.ll-collection-content h3,
.ll-collection-content .ll-arrow,
.ll-collection-panel h2,
.ll-collection-panel p,
.ll-collection-panel span {
    color: #ffffff !important;
}

/* ============================================================
   AMBIANCE-STYLE MEGA MENU (Gifts) — full-width dropdown panel:
   feature image card left, divided link columns right, each item
   an uppercase heading with a one-line description. Desktop only;
   CSS-driven (hover + focus-within).
   ============================================================ */
.ll-nav-item.ll-has-mega {
    display: inline-flex;
    align-items: center;
}

.ll-mega {
    display: none;
}

@media (min-width: 992px) {
    .ll-mega {
        display: block;
        position: absolute;
        top: 100%;
        left: clamp(16px, 4vw, 76px);
        right: clamp(16px, 4vw, 76px);
        z-index: 1050;
        opacity: 0;
        visibility: hidden;
        transform: translateY(6px);
        transition: opacity .22s ease, transform .22s ease, visibility 0s linear .22s;
        box-shadow: 0 30px 60px rgba(0, 0, 0, .18);
        white-space: normal;
    }

    /* Invisible strip bridging the gap between the nav link and the panel,
       so the pointer never leaves the hover area. */
    .ll-mega::before {
        content: "";
        position: absolute;
        top: -28px;
        left: 0;
        right: 0;
        height: 28px;
    }

    .ll-has-mega:hover .ll-mega,
    .ll-has-mega:focus-within .ll-mega {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
        transition: opacity .22s ease, transform .22s ease, visibility 0s;
    }

    .ll-mega__inner {
        display: grid;
        grid-template-columns: minmax(280px, 34%) minmax(0, 1fr);
        background: #efeeec;
        max-height: min(560px, calc(100vh - 160px));
    }

    /* Feature image card. */
    .ll-mega__feature {
        position: relative;
        display: block;
        overflow: hidden;
        text-decoration: none;
        min-height: 380px;
    }

    .ll-mega__feature img {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform .5s ease;
    }

    .ll-mega__feature:hover img {
        transform: scale(1.04);
    }

    .ll-mega__feature-overlay {
        position: absolute;
        inset: 0;
        z-index: 1;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        align-items: flex-start;
        gap: 14px;
        padding: 28px;
        background: linear-gradient(to top, rgba(0, 0, 0, .45), rgba(0, 0, 0, 0) 55%);
    }

    .ll-mega__feature-eyebrow {
        font-size: 11px;
        font-weight: 300;
        letter-spacing: .2em;
        text-transform: uppercase;
        color: rgba(255, 255, 255, .85);
    }

    .ll-mega__feature-title {
        font-family: var(--ll-font-display);
        font-size: 30px;
        font-weight: 400;
        letter-spacing: -0.01em;
        line-height: 1.1;
        color: #fff;
    }

    .ll-mega__feature-btn {
        display: inline-block;
        padding: 10px 18px;
        border: 1px solid rgba(255, 255, 255, .85);
        color: #fff;
        font-size: 13px;
        font-weight: 300;
        letter-spacing: .04em;
        transition: background .18s ease, color .18s ease;
    }

    .ll-mega__feature:hover .ll-mega__feature-btn {
        background: #fff;
        color: #111;
    }

    /* Link columns with hairline dividers. */
    .ll-mega__cols {
        display: grid;
        grid-template-columns: repeat(3, minmax(190px, 1fr));
        padding: 38px clamp(18px, 2.4vw, 38px);
        gap: 0;
        overflow-y: auto;
        min-width: 0;
    }

    .ll-mega__col {
        display: flex;
        flex-direction: column;
        gap: 30px;
        min-width: 0;
        padding: 0 clamp(18px, 1.8vw, 28px);
    }

    .ll-mega__col + .ll-mega__col {
        border-left: 1px solid rgba(0, 0, 0, .12);
    }

    .ll-mega__item {
        display: block;
        min-width: 0;
        text-decoration: none;
    }

    .ll-mega__item-title {
        display: block;
        margin-bottom: 8px;
        font-family: var(--ll-font-sans);
        font-size: 14px;
        font-weight: 300;
        letter-spacing: .12em;
        line-height: 1.35;
        text-transform: uppercase;
        color: var(--ll-ink, #111);
        transition: opacity .18s ease;
        overflow-wrap: anywhere;
        white-space: normal;
    }

    .ll-mega__item-desc {
        display: block;
        font-size: 14px;
        font-weight: 300;
        line-height: 1.5;
        color: #4c4c4c;
        overflow-wrap: break-word;
        white-space: normal;
    }

    .ll-mega__item:hover .ll-mega__item-title {
        opacity: .55;
    }
}

/* ---- Upgraded cart: editorial bag layout + stronger order summary. ---- */
.ll-cart-shell--upgraded {
    background: #e9e9e9;
    color: var(--ll-ink, #111);
    padding: clamp(54px, 4.5vw, 78px) 0 clamp(70px, 6vw, 104px);
}

.ll-cart-shell--upgraded .ll-cart-inner {
    width: min(100% - clamp(28px, 4vw, 72px), 1860px);
}

.ll-cart-shell--upgraded .ll-cart-heading {
    align-items: flex-end;
    border-bottom: 1px solid rgba(17, 17, 17, .16);
    gap: 28px;
    margin-bottom: clamp(30px, 3vw, 46px);
    padding-bottom: clamp(24px, 2.6vw, 34px);
}

.ll-cart-shell--upgraded .ll-cart-heading h1 {
    font-family: var(--ll-font-display, Georgia, "Times New Roman", serif);
    font-size: clamp(45px, 5vw, 78px);
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1;
}

.ll-cart-heading__meta {
    display: grid;
    justify-items: end;
    gap: 10px;
    color: #111;
}

.ll-cart-heading__meta strong {
    font-family: var(--ll-font-display, Georgia, "Times New Roman", serif);
    font-size: clamp(28px, 3vw, 46px);
    font-weight: 400;
    line-height: 1;
}

.ll-cart-heading__meta a,
.ll-cart-summary__footer a,
.ll-cart-recommendations__head a {
    color: #444;
    font-size: 14px;
    font-weight: 300;
    text-decoration: underline;
    text-underline-offset: 4px;
}

.ll-cart-shell--upgraded .ll-cart-layout {
    align-items: start;
    display: grid;
    gap: clamp(38px, 4vw, 68px);
    grid-template-columns: minmax(0, 1fr) minmax(390px, 520px);
}

.ll-cart-shell--upgraded .ll-cart-list {
    display: grid;
}

.ll-cart-shell--upgraded .ll-cart-item {
    display: grid;
    gap: clamp(22px, 2.4vw, 36px);
    grid-template-columns: clamp(124px, 10vw, 170px) minmax(0, 1fr);
    border-bottom: 1px solid rgba(17, 17, 17, .16);
    padding: clamp(28px, 3vw, 42px) 0;
}

.ll-cart-shell--upgraded .ll-cart-item:first-child {
    padding-top: 0;
}

.ll-cart-shell--upgraded .ll-cart-item__image {
    aspect-ratio: 1;
    background: #f8f8f7;
    display: block;
    overflow: hidden;
}

.ll-cart-shell--upgraded .ll-cart-item__image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    background: #f8f8f7;
}

.ll-cart-shell--upgraded .ll-cart-item__body {
    min-width: 0;
}

.ll-cart-shell--upgraded .ll-cart-item__top {
    align-items: flex-start;
    display: grid;
    gap: 28px;
    grid-template-columns: minmax(0, 1fr) auto;
}

.ll-cart-shell--upgraded .ll-cart-item__details {
    min-width: 0;
}

.ll-cart-shell--upgraded .ll-cart-item__top h2 {
    margin: 0 0 12px;
    color: #111;
    font-family: var(--ll-font-sans, Arial, sans-serif);
    font-size: clamp(18px, 1.35vw, 23px);
    font-weight: 300;
    line-height: 1.35;
}

.ll-cart-shell--upgraded .ll-cart-item__top h2 a {
    color: inherit;
    text-decoration: none;
}

.ll-cart-shell--upgraded .ll-cart-item__top h2 a:hover {
    text-decoration: underline;
    text-underline-offset: 4px;
}

.ll-cart-item__meta-list {
    display: grid;
    gap: 4px;
    color: #6a6a6a;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.55;
}

.ll-cart-item__calculation {
    width: min(100%, 520px);
    margin-top: 18px;
    border-top: 1px solid var(--ll-border, #ddd6cf);
    border-bottom: 1px solid var(--ll-border, #ddd6cf);
    padding: 10px 0;
}

.ll-cart-item__calculation-row,
.ll-cart-item__calculation-total {
    display: grid;
    grid-template-columns: minmax(120px, 1fr) auto minmax(92px, auto);
    align-items: baseline;
    gap: 18px;
    padding: 7px 0;
    color: #625d58;
    font-size: 14px;
}

.ll-cart-item__calculation-row > :nth-child(2) {
    color: #8b857f;
    font-variant-numeric: tabular-nums;
}

.ll-cart-item__calculation-row strong,
.ll-cart-item__calculation-total strong {
    color: #2b2724;
    font-weight: 500;
    text-align: right;
    font-variant-numeric: tabular-nums;
}

.ll-cart-item__calculation-row--service > :first-child::before {
    content: "+";
    display: inline-block;
    width: 18px;
    color: var(--ll-accent, #aa4700);
}

/* Promotional pricing rows */
.ll-cart-item__calculation-row--discount > :first-child,
.ll-cart-item__calculation-row--discount > :nth-child(2),
.ll-cart-item__calculation-row--discount strong {
    color: #9c1a1a;
}

.ll-cart-item__calculation-row del,
.ll-summary-item__discount del {
    color: #6b655f;
    text-decoration: line-through;
}

.ll-summary-item__discount {
    color: #9c1a1a;
}

.ll-summary-row--discount,
.ll-summary-row--discount strong,
.ll-summary-total--discount,
.ll-summary-total--discount strong {
    color: #9c1a1a;
}

.ll-summary-total--muted,
.ll-summary-total--muted strong {
    color: #6d6862;
    font-size: 17px;
}

.ll-cart-item__calculation-total {
    margin-top: 5px;
    border-top: 1px solid var(--ll-border, #ddd6cf);
    grid-template-columns: 1fr auto;
    color: #2b2724;
    font-size: 15px;
}

.ll-cart-item__calculation-total strong {
    font-size: 17px;
}

@media (max-width: 575px) {
    .ll-cart-item__calculation {
        margin-top: 14px;
    }

    .ll-cart-item__calculation-row {
        grid-template-columns: 1fr auto;
        gap: 4px 12px;
    }

    .ll-cart-item__calculation-row > :nth-child(2) {
        grid-column: 1;
        font-size: 12px;
    }

    .ll-cart-item__calculation-row > strong {
        grid-column: 2;
        grid-row: 1 / span 2;
        align-self: center;
    }
}

.ll-cart-shell--upgraded .ll-cart-warning {
    display: inline-block;
    margin-top: 12px;
    color: #9b6a00;
    font-size: 14px;
    font-weight: 300;
}

.ll-cart-item__line-total {
    color: #111;
    font-size: clamp(17px, 1.25vw, 21px);
    font-weight: 300;
    line-height: 1.35;
    white-space: nowrap;
}

.ll-cart-shell--upgraded .ll-cart-actions {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 18px 22px;
    margin-top: clamp(22px, 2.4vw, 34px);
}

.ll-cart-shell--upgraded .ll-cart-qty-form {
    align-items: center;
    background: transparent;
    border: 1px solid #c8c8c8;
    display: inline-flex;
    height: 48px;
}

.ll-cart-shell--upgraded .ll-cart-qty-form button,
.ll-cart-shell--upgraded .ll-cart-qty-form input {
    align-items: center;
    background: transparent;
    border: 0;
    color: #111;
    display: inline-flex;
    height: 46px;
    justify-content: center;
    min-width: 46px;
    padding: 0;
}

.ll-cart-shell--upgraded .ll-cart-qty-form button {
    cursor: pointer;
    font-size: 24px;
    font-weight: 300;
}

.ll-cart-shell--upgraded .ll-cart-qty-form input {
    width: 58px;
    font-size: 18px;
    font-weight: 300;
    text-align: center;
}

.ll-cart-shell--upgraded .ll-cart-qty-form .ll-cart-qty-update {
    width: auto;
    padding: 0 13px;
    border-left: 1px solid #c8c8c8;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.ll-cart-item__calculation-row--discount small {
    display: block;
    margin-top: 3px;
    font-size: 11px;
    letter-spacing: .02em;
}

.ll-cart-remove {
    align-items: center;
    background: transparent;
    border: 1px solid #111;
    color: #111;
    cursor: pointer;
    display: inline-flex;
    font: inherit;
    font-size: 16px;
    font-weight: 300;
    min-height: 42px;
    padding: 0 16px;
}

.ll-cart-remove:hover {
    background: #111;
    color: #fff;
}

.ll-cart-shell--upgraded .ll-cart-summary {
    background: #f4f4f4;
    padding: 0;
    position: sticky;
    top: 132px;
}

.ll-cart-progress {
    background: #dfdfdf;
    padding: 24px clamp(22px, 2.2vw, 32px);
}

.ll-cart-progress__copy {
    display: grid;
    gap: 6px;
    margin-bottom: 18px;
    text-align: center;
}

.ll-cart-progress__copy span,
.ll-cart-notes__head label,
.ll-cart-notes__head span {
    color: #555;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: .22em;
    line-height: 1.4;
    text-transform: uppercase;
}

.ll-cart-progress__copy p {
    color: #111;
    font-size: clamp(17px, 1.4vw, 22px);
    font-weight: 300;
    line-height: 1.35;
    margin: 0;
}

.ll-cart-progress__copy strong {
    font-weight: 500;
}

.ll-cart-progress__bar {
    background: #c6c6c6;
    display: block;
    height: 5px;
    overflow: hidden;
}

.ll-cart-progress__bar i {
    background: #050505;
    display: block;
    height: 100%;
    min-width: 18px;
}

.ll-cart-progress__meta {
    color: #686868;
    display: flex;
    font-size: 12px;
    font-weight: 300;
    justify-content: space-between;
    margin-top: 10px;
}

.ll-cart-shell--upgraded .ll-cart-notes {
    border-bottom: 1px solid rgba(17, 17, 17, .14);
    display: grid;
    gap: 14px;
    margin: 0 clamp(22px, 2.2vw, 32px);
    padding: 30px 0 30px;
}

.ll-cart-notes__head {
    align-items: baseline;
    display: flex;
    justify-content: space-between;
    gap: 16px;
}

.ll-cart-shell--upgraded .ll-cart-notes textarea {
    background: #fff;
    border: 1px solid #c7c7c7;
    border-radius: 0;
    color: #111;
    font-family: var(--ll-font-sans, Arial, sans-serif);
    font-size: 16px;
    font-weight: 300;
    line-height: 1.55;
    min-height: 144px;
    padding: 16px 18px;
    resize: vertical;
    width: 100%;
}

.ll-cart-shell--upgraded .ll-cart-notes textarea:focus {
    border-color: #111;
    outline: 0;
}

.ll-cart-shell--upgraded .ll-cart-notes button {
    align-items: center;
    background: transparent;
    border: 1px solid #111;
    color: #111;
    cursor: pointer;
    display: inline-flex;
    font-family: var(--ll-font-sans, Arial, sans-serif);
    font-size: 16px;
    font-weight: 300;
    justify-content: center;
    min-height: 44px;
    padding: 0 18px;
}

.ll-cart-shell--upgraded .ll-cart-notes button:hover {
    background: #111;
    color: #fff;
}

.ll-cart-summary__totals {
    display: grid;
    gap: 10px;
    margin: 30px clamp(22px, 2.2vw, 32px) 0;
}

.ll-summary-row {
    align-items: baseline;
    display: flex;
    gap: 18px;
    justify-content: space-between;
    color: #111;
    font-size: clamp(20px, 1.6vw, 28px);
    font-weight: 300;
    line-height: 1.2;
}

.ll-summary-row strong {
    font-weight: 300;
    white-space: nowrap;
}

.ll-cart-tax-note {
    color: #555;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.45;
    margin: 0;
}

.ll-cart-shell--upgraded .ll-cart-checkout-btn {
    margin: 26px clamp(22px, 2.2vw, 32px) 0;
    width: auto;
}

.ll-cart-summary__trust {
    display: grid;
    gap: 8px;
    margin: 18px clamp(22px, 2.2vw, 32px) 0;
}

.ll-cart-summary__trust span {
    color: #555;
    font-size: 13px;
    font-weight: 300;
    line-height: 1.35;
}

.ll-cart-summary__trust span::before {
    content: "";
    display: inline-block;
    width: 7px;
    height: 7px;
    border: 1px solid currentColor;
    margin-right: 9px;
    transform: translateY(-1px);
}

.ll-cart-shell--upgraded .ll-express-grid {
    display: grid;
    gap: 10px;
    grid-template-columns: 1fr;
    margin: 22px clamp(22px, 2.2vw, 32px) 0;
}

.ll-cart-shell--upgraded .ll-express-grid span {
    align-items: center;
    background: #111;
    color: #fff;
    display: flex;
    font-size: 15px;
    font-weight: 300;
    justify-content: center;
    min-height: 48px;
    text-align: center;
}

.ll-cart-shell--upgraded .ll-express-grid span:nth-child(2) {
    background: #efe6d3;
    color: #111;
    border: 1px solid rgba(17, 17, 17, .14);
}

.ll-cart-shell--upgraded .ll-express-grid span:nth-child(3) {
    background: #fff;
    color: #111;
    border: 1px solid rgba(17, 17, 17, .2);
}

.ll-cart-summary__footer {
    align-items: center;
    border-top: 1px solid rgba(17, 17, 17, .14);
    display: flex;
    gap: 16px;
    justify-content: space-between;
    margin: 28px clamp(22px, 2.2vw, 32px) 0;
    padding: 20px 0 28px;
}

.ll-cart-shell--upgraded .ll-clear-cart {
    background: transparent;
    border: 0;
    color: #555;
    cursor: pointer;
    font: inherit;
    font-size: 14px;
    font-weight: 300;
    padding: 0;
    text-decoration: underline;
    text-underline-offset: 4px;
}

.ll-cart-shell--upgraded .ll-cart-recommendations {
    margin-top: clamp(64px, 6vw, 100px);
}

.ll-cart-shell--upgraded .ll-cart-recommendations__head {
    align-items: end;
    display: flex;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 30px;
}

.ll-cart-shell--upgraded .ll-cart-recommendations h2 {
    font-family: var(--ll-font-display, Georgia, "Times New Roman", serif);
    font-size: clamp(31px, 3.2vw, 52px);
    font-weight: 400;
    line-height: 1.08;
    margin: 0;
}

.ll-cart-shell--upgraded .ll-cart-empty {
    background: #f4f4f4;
    padding: clamp(44px, 5vw, 76px);
    text-align: center;
}

.ll-cart-shell--upgraded .ll-cart-empty h2 {
    font-family: var(--ll-font-display, Georgia, "Times New Roman", serif);
    font-size: clamp(31px, 3.2vw, 52px);
    font-weight: 400;
    line-height: 1.08;
}

@media (max-width: 1199.98px) {
    .ll-cart-shell--upgraded .ll-cart-layout {
        grid-template-columns: 1fr;
    }

    .ll-cart-shell--upgraded .ll-cart-summary {
        position: static;
    }
}

@media (max-width: 767.98px) {
    .ll-site-header .ll-nav-row {
        position: relative;
    }

    .ll-site-header .ll-mobile-sticky-logo {
        position: absolute;
        left: 50%;
        top: 50%;
        z-index: 1;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 92px;
        height: 44px;
        transform: translate(-50%, -50%);
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transition: opacity .2s ease, visibility .2s ease;
    }

    .ll-site-header.is-mobile-compact .ll-mobile-sticky-logo {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
    }

    .ll-site-header .ll-mobile-sticky-logo img {
        display: block;
        width: auto;
        height: 34px;
        max-width: 92px;
        object-fit: contain;
    }

    .ll-site-header .ll-main-nav {
        visibility: hidden;
        pointer-events: none;
    }

    .ll-site-header .ll-nav-tools-left,
    .ll-site-header .ll-nav-tools-right {
        position: relative;
        z-index: 2;
    }

    .ll-cart-shell--upgraded .ll-cart-heading {
        align-items: start;
        display: grid;
    }

    .ll-cart-heading__meta {
        justify-items: start;
    }

    .ll-cart-shell--upgraded .ll-cart-item {
        grid-template-columns: 96px minmax(0, 1fr);
    }

    .ll-cart-shell--upgraded .ll-cart-item__top {
        gap: 14px;
        grid-template-columns: 1fr;
    }

    .ll-cart-item__line-total {
        white-space: normal;
    }

    .ll-cart-summary__footer {
        align-items: start;
        display: grid;
    }
}

@media (max-width: 480px) {
    .ll-cart-shell--upgraded .ll-cart-item {
        grid-template-columns: 1fr;
    }

    .ll-cart-shell--upgraded .ll-cart-item__image {
        max-width: 180px;
    }
}

/* Post-add decision dialog shared by product detail and quick-view forms. */
.ll-cart-added-dialog {
    align-items: center;
    background: rgba(24, 19, 16, .58);
    backdrop-filter: blur(3px);
    color: #28231f;
    display: flex;
    inset: 0;
    justify-content: center;
    padding: 20px;
    position: fixed;
    z-index: 10050;
}

.ll-cart-added-dialog[hidden] {
    display: none;
}

body.ll-modal-open {
    overflow: hidden;
}

.ll-cart-added-dialog__content {
    background: #fffdfa;
    border-top: 3px solid var(--ll-accent, #ad4d00);
    padding: clamp(30px, 5vw, 48px);
    text-align: center;
    width: min(100%, 520px);
}

.ll-cart-added-dialog__icon {
    align-items: center;
    background: #f4ece4;
    border-radius: 50%;
    color: var(--ll-accent, #ad4d00);
    display: inline-flex;
    font-size: 20px;
    height: 52px;
    justify-content: center;
    margin-bottom: 20px;
    width: 52px;
}

.ll-cart-added-dialog .ll-kicker {
    color: var(--ll-accent, #ad4d00);
    margin: 0 0 10px;
}

.ll-cart-added-dialog h2 {
    font-family: var(--ll-font-display, Georgia, "Times New Roman", serif);
    font-size: clamp(31px, 4vw, 44px);
    font-weight: 400;
    line-height: 1.08;
    margin: 0 0 14px;
}

.ll-cart-added-dialog p:not(.ll-kicker) {
    color: #6b645f;
    line-height: 1.65;
    margin: 0 auto;
    max-width: 390px;
}

.ll-cart-added-dialog__actions {
    display: grid;
    gap: 12px;
    grid-template-columns: 1fr 1fr;
    margin-top: 30px;
}

.ll-cart-added-dialog__actions .ll-outline-button,
.ll-cart-added-dialog__actions .ll-black-button {
    align-items: center;
    display: inline-flex;
    justify-content: center;
    min-height: 54px;
    text-decoration: none;
    width: 100%;
}

@media (max-width: 520px) {
    .ll-cart-added-dialog__actions {
        grid-template-columns: 1fr;
    }
}
.ll-skip-link {
  background: #111;
  color: #fff;
  left: 16px;
  padding: 12px 18px;
  position: fixed;
  top: 12px;
  transform: translateY(-160%);
  transition: transform .15s ease;
  z-index: 100000;
}

.ll-skip-link:focus {
  color: #fff;
  outline: 3px solid #fff;
  outline-offset: 2px;
  transform: translateY(0);
}
