/*!************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./cartridges/app_custom_lavazza/cartridge/client/default/scss/search.scss ***!
  \************************************************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
:root {
  --white: #ffffff;
  --black: #000000;
  --black-75: rgba(0, 0, 0, 0.75);
  --black-50: rgba(0, 0, 0, 0.5);
  --black-25: rgba(0, 0, 0, 0.25);
  --black-05: rgba(0, 0, 0, 0.05);
  --white-75: rgba(255, 255, 255, 0.75);
  --white-50: rgba(255, 255, 255, 0.5);
  --white-25: rgba(255, 255, 255, 0.25);
  --white-05: rgba(255, 255, 255, 0.05);
  --grey-90: #191c1d;
  --grey-80: #363a3b;
  --grey-70: #5b5d5e;
  --grey-60: #757779;
  --grey-50: #8f9193;
  --grey-40: #a9abad;
  --grey-30: #c5c7c8;
  --grey-20: #e1e3e4;
  --grey-10: #eff1f2;
  --grey-surface-low: #f1f3f4;
  --grey-05: #fbfcfe;
  --grey-02: #f1f3f4;
  --lavazza-p-primary: #0a2d4b;
  --lavazza-p-90: #07182e;
  --lavazza-p-80: #0a2d4b;
  --lavazza-p-70: #194273;
  --lavazza-p-60: #1c5aa2;
  --lavazza-p-50: #2b76c4;
  --lavazza-p-40: #5397dd;
  --lavazza-p-30: #8fbbea;
  --lavazza-p-20: #c3d9f4;
  --lavazza-p-10: #e4edfa;
  --lavazza-p-05: #f2f7fd;
  --lavazza-s-90: #53452d;
  --lavazza-s-80: #6c5c3d;
  --lavazza-s-70: #85724e;
  --lavazza-s-60: #9f8960;
  --lavazza-s-50: #b8a073;
  --lavazza-s-40: #d2b887;
  --lavazza-s-30: #ebd09c;
  --lavazza-s-20: #f8deac;
  --lavazza-s-10: #ffefd2;
  --lavazza-s-05: #fffcf7;
  --lavazza-fuxia-90: #500323;
  --lavazza-fuxia-80: #910c44;
  --lavazza-fuxia-70: #d11666;
  --lavazza-fuxia-60: #f71c7a;
  --lavazza-fuxia-50: #fb578d;
  --lavazza-fuxia-40: #fb82a4;
  --lavazza-fuxia-30: #fca6bb;
  --lavazza-fuxia-20: #ffcdd9;
  --lavazza-fuxia-10: #f9efe3;
  --lavazza-fuxia-05: #fef7f9;
  --light-blue-90: #003f5c;
  --light-blue-80: #005a84;
  --light-blue-70: #0076ad;
  --light-blue-60: #0092d6;
  --light-blue-50: #12aff8;
  --light-blue-40: #40c2ff;
  --light-blue-30: #6acfff;
  --light-blue-20: #94ddff;
  --light-blue-10: #beeaff;
  --light-blue-05: #e7f7ff;
  --red-90: #590104;
  --red-80: #800006;
  --red-70: #ba1a1a;
  --red-60: #de3730;
  --red-50: #ef4d43;
  --red-40: #ff897d;
  --red-30: #ffb4ab;
  --red-20: #ffdad6;
  --red-10: #ffedea;
  --red-05: #fff8f7;
  --yellow-90: #662a0a;
  --yellow-80: #92400e;
  --yellow-70: #b45309;
  --yellow-60: #d97706;
  --yellow-50: #f59e0b;
  --yellow-30: #fcd34d;
  --yellow-20: #fde68a;
  --yellow-10: #fef3c7;
  --yellow-05: #fffbeb;
  --green-90: #064e3b;
  --green-80: #065f46;
  --green-70: #047857;
  --green-60: #059669;
  --green-50: #10b981;
  --green-40: #34d399;
  --green-30: #6ee7b7;
  --green-20: #a7f3d0;
  --green-10: #d1fae5;
  --green-05: #f7fffb;
  --color-text-default: #191c1d;
  --color-text-subtle: #757779;
  --color-text-disabled: #a9abad;
  --color-text-inverse: #ffffff;
  --color-text-brand: #194273;
  --color-text-link: #194273;
  --color-bg-default: #ffffff;
  --color-bg-subtle: #fbfcfe;
  --color-bg-brand: #0a2d4b;
  --color-border-default: #e1e3e4;
  --color-border-strong: #a9abad;
  --color-error: #de3730;
  --color-warning: #d97706;
  --color-success: #059669;
  --color-info: #0092d6;
}

.lvz-plp-header-banner {
  background-color: #e4edfa;
  padding: 24px 0 32px 0;
}
@media (min-width: 1025px) {
  .lvz-plp-header-banner {
    padding: 48px 105px;
  }
}

.lvz-plp-header-banner__inner {
  margin-inline: auto;
  width: 100%;
  max-width: 100%;
}

.lvz-plp-header-banner__grid-col {
  min-width: 0;
  width: 100%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.lvz-plp-header-banner__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  margin-inline: auto;
  max-width: 100%;
  width: 100%;
}
@media (min-width: 1025px) {
  .lvz-plp-header-banner__content {
    width: 760px;
    padding-inline: 0;
  }
}

.lvz-plp-header-banner__title {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin: 0;
  width: 100%;
  text-align: center;
  color: #191c1d;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  word-break: break-word;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.5;
}
@media (min-width: 1025px) {
  .lvz-plp-header-banner__title {
    font-size: 2rem !important;
  }
}

.lvz-plp-header-banner__description {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin-top: 8px;
  width: 100%;
  margin-inline: auto;
  text-align: center;
  color: #191c1d;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  word-break: break-word;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
}
@media (min-width: 1025px) {
  .lvz-plp-header-banner__description {
    font-size: 1.125rem !important;
    margin-top: 16px;
  }
}
.lvz-plp-header-banner__description p {
  margin: 0;
}

.lvz-plp-header-banner__countdown {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  width: 100%;
  margin-top: 16px;
  padding: 0;
  background: transparent;
}

.lvz-plp-header-banner__countdown-strip {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  overflow: hidden;
  border-bottom-right-radius: 42px;
  background-color: #db001c;
  gap: 8px;
  padding: 8px;
  padding-left: 8px;
}
@media (min-width: 1025px) {
  .lvz-plp-header-banner__countdown-strip {
    gap: 64px;
    padding: 12px;
    padding-left: 40px;
  }
}

.lvz-plp-header-banner__countdown-offer {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  color: #ffffff;
}

.lvz-plp-header-banner__countdown-offer-text {
  text-align: left;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.5;
}
@media (min-width: 1025px) {
  .lvz-plp-header-banner__countdown-offer-text {
    font-size: 1.25rem !important;
  }
}

.lvz-plp-header-banner__countdown-timer {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #ffffff;
  border: none;
  padding: 0 12px;
  border-bottom-right-radius: 24px;
}
@media (min-width: 1025px) {
  .lvz-plp-header-banner__countdown-timer {
    border-bottom-right-radius: 42px;
    padding: 8px 16px;
  }
}

.lvz-plp-header-banner__countdown-units {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.lvz-plp-header-banner__countdown-unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 4px 6px;
  gap: 0;
}
@media (min-width: 1025px) {
  .lvz-plp-header-banner__countdown-unit {
    gap: 6px;
  }
}

.lvz-plp-header-banner__countdown-value {
  font-variant-numeric: tabular-nums;
  color: #191c1d;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.25;
}
@media (min-width: 1025px) {
  .lvz-plp-header-banner__countdown-value {
    font-size: 1.5rem !important;
  }
}

.lvz-plp-header-banner__countdown-part-label {
  font-size: 0.625rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  color: #5b5d5e;
  line-height: 18px;
}
@media (min-width: 1025px) {
  .lvz-plp-header-banner__countdown-part-label {
    letter-spacing: 0.56px;
    font-size: 1.125rem !important;
  }
}

.lvz-plp-header-banner__countdown-sep {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.25;
  color: #191c1d;
  -ms-flex-item-align: center;
      align-self: center;
  height: 50px;
  width: 11px;
}

.lvz-plp-header-banner__subnav {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
  width: 100%;
  margin-top: 24px;
}
@media (min-width: 1025px) {
  .lvz-plp-header-banner__subnav {
    margin-top: 40px;
  }
}

.lvz-plp-header-banner__subcategories {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
  scrollbar-width: none;
  gap: 12px !important;
}
.lvz-plp-header-banner__subcategories::-webkit-scrollbar {
  display: none;
}
.lvz-plp-header-banner__subcategories {
  width: calc(100% + 16px);
}
@media (min-width: 1025px) {
  .lvz-plp-header-banner__subcategories {
    width: auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media (max-width: 768px), (min-width: 769px) and (max-width: 1024px) {
  .lvz-plp-header-banner__subcategory-item:first-child {
    margin-left: 16px;
  }
  .lvz-plp-header-banner__subcategory-item:last-child {
    margin-right: 16px;
  }
}

.lvz-plp-header-banner__subcategory-link {
  background-color: #ffffff;
  color: #07182e;
  border-radius: 80px;
  border: none;
  font-weight: 400;
  padding: 6px 12px;
}
@media (min-width: 1025px) {
  .lvz-plp-header-banner__subcategory-link {
    padding: 10px 16px;
  }
}

.lvz-plp-header-banner__subcategory-icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 24px;
  height: 24px;
  padding: 8px 4px;
  border: none;
}
.lvz-plp-header-banner__subcategory-icon img {
  display: block;
}

.lvz-plp-header-banner__subcategory-title {
  white-space: nowrap;
}

.lvz-title-text-banner {
  background-color: #e4edfa;
  padding: 40px 32px;
  width: calc(100% + 30px);
  max-width: calc(100% + 30px);
  margin-left: -15px;
}
@media (min-width: 1025px) {
  .lvz-title-text-banner {
    padding: 40px 160px;
    margin-left: -80px;
    width: calc(100% + 160px);
    max-width: calc(100% + 160px);
  }
}

.lvz-title-text-banner .container {
  max-width: 100%;
}

.lvz-title-text-banner__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0;
  margin-inline: auto;
  width: 100%;
}

.lvz-title-text-banner__title {
  margin: 0;
  color: #191c1d;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.25;
}
@media (min-width: 1025px) {
  .lvz-title-text-banner__title {
    font-size: 1.5rem !important;
  }
}

.lvz-title-text-banner__text-block {
  width: 100%;
  margin-top: 8px;
}
@media (min-width: 1025px) {
  .lvz-title-text-banner__text-block {
    margin-top: 16px;
  }
}

.lvz-title-text-banner__text-shell {
  overflow: hidden;
}
.lvz-title-text-banner__text-shell--animating {
  -webkit-transition: height 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  transition: height 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}
@media (prefers-reduced-motion: reduce) {
  .lvz-title-text-banner__text-shell--animating {
    -webkit-transition: none;
    transition: none;
  }
}

.lvz-title-text-banner__text {
  color: #191c1d;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  width: 100%;
}
.lvz-title-text-banner__text p {
  margin: 0;
  line-height: 1.5;
}
@media (min-width: 1025px) {
  .lvz-title-text-banner__text {
    font-size: 1rem !important;
  }
}

.lvz-title-text-banner:not(.lvz-title-text-banner--expanded) .lvz-title-text-banner__text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (max-width: 768px), (min-width: 769px) and (max-width: 1024px) {
  .lvz-title-text-banner:not(.lvz-title-text-banner--expanded) .lvz-title-text-banner__text {
    -webkit-line-clamp: 8;
  }
}
@media (min-width: 1025px) {
  .lvz-title-text-banner:not(.lvz-title-text-banner--expanded) .lvz-title-text-banner__text {
    -webkit-line-clamp: 3;
  }
}

.lvz-title-text-banner--expanded .lvz-title-text-banner__text {
  display: block;
  -webkit-line-clamp: unset;
  overflow: visible;
}

.lvz-title-text-banner__toggle {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  margin-top: 24px;
  padding: 0;
  border: none;
  background: none;
  cursor: pointer;
  color: #0a2d4b;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.5;
  text-decoration: none;
  font-family: inherit;
}
@media (min-width: 1025px) {
  .lvz-title-text-banner__toggle {
    margin-top: 32px;
    font-size: 1.125rem !important;
  }
}
.lvz-title-text-banner__toggle:focus-visible {
  outline: 2px solid #2b76c4;
  outline-offset: 2px;
  border-radius: 2px;
}
.lvz-title-text-banner__toggle[hidden] {
  display: none;
}

.lvz-title-text-banner__toggle-label--less {
  display: none;
}

.lvz-title-text-banner__toggle[aria-expanded=true] .lvz-title-text-banner__toggle-label--more {
  display: none;
}

.lvz-title-text-banner__toggle[aria-expanded=true] .lvz-title-text-banner__toggle-label--less {
  display: inline;
}

.lvz-title-text-banner__toggle-icon {
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  height: 24px;
  width: 24px;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}

.lvz-title-text-banner__toggle[aria-expanded=true] .lvz-title-text-banner__toggle-icon {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

/**
 * Category PLP disclaimers — Aurora legal text (Figma mobile 40021497:97964, desktop 40021521:91541).
 */
.category-disclaimers {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  background-color: #ffffff;
  color: #5b5d5e;
}
.category-disclaimers .container {
  max-width: 100%;
}

.category-disclaimers__inner {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  padding: 0 9px;
}
@media (min-width: 1025px) {
  .category-disclaimers__inner {
    padding: 0;
  }
}

.category-disclaimers__item {
  width: 100%;
}
.category-disclaimers__item:not(:last-child) {
  margin-bottom: 24px;
}

.category-disclaimers__prose {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 21px;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-style: italic;
  text-align: left;
  white-space: normal;
}
@media (min-width: 1025px) {
  .category-disclaimers__prose {
    font-size: 0.875rem !important;
    line-height: 24px !important;
  }
}
.category-disclaimers__prose :where(p) {
  margin: 0 0 16px;
}
.category-disclaimers__prose :where(p):last-child {
  margin-bottom: 0;
}
.category-disclaimers__prose :where(sup) {
  font-size: 0.645em;
  line-height: 0;
  vertical-align: super;
  font-style: italic;
}
.category-disclaimers__prose :where(ul, ol) {
  margin: 0 0 16px;
  padding-left: 1.25rem;
}
.category-disclaimers__prose :where(a) {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.375em;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: inherit;
  font-weight: 400;
  text-decoration: underline !important;
  text-decoration-thickness: 1px !important;
  text-underline-offset: 2px;
  color: #0a2d4b !important;
  cursor: pointer;
  -webkit-transition: color 0.2s ease-in-out, opacity 0.2s ease-in-out;
  transition: color 0.2s ease-in-out, opacity 0.2s ease-in-out;
}
.category-disclaimers__prose :where(a):hover {
  text-decoration: underline !important;
  text-decoration-thickness: 1px !important;
}
.category-disclaimers__prose :where(a):focus-visible {
  outline: 2px solid #1c5aa2;
  outline-offset: 2px;
  border-radius: 2px;
}
.category-disclaimers__prose :where(a):focus:not(:focus-visible) {
  outline: none;
}
.category-disclaimers__prose :where(a).is-disabled, .category-disclaimers__prose :where(a)[aria-disabled=true] {
  color: #a9abad !important;
  pointer-events: none;
  cursor: not-allowed;
  text-decoration: none;
  opacity: 0.5;
}

.product-tags__badges-online-only {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #005a84;
  border-radius: 1.75px 1.75px 36.83px 1.75px;
  border-top: 1px solid #ffffff;
  font-weight: 700;
}
.product-tags__badges-online-only-text {
  color: #ffffff;
}

.product-tile-shell {
  height: 100%;
  overflow: visible;
}

.product-tile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  background: #fff;
  /* Allow `.dd__menu` (absolute) to extend below the card; image clipping stays on `.product-tile__image-box` */
  overflow: visible;
}
.product-tile.product-tile--full .product-tile__body {
  height: 276px;
  min-height: 276px;
  padding-bottom: 24px;
}
.product-tile.product-tile--full .product-tile__body .product-tile__attribute {
  padding-left: 0;
}
.product-tile.product-tile--full .product-tile__image-box {
  padding-block: 22px;
}
@media (max-width: 768px), (min-width: 769px) and (max-width: 1024px) {
  .product-tile.product-tile--full .product-tile__image-box {
    height: 160px;
    width: 160px;
  }
}
@media (max-width: 768px), (min-width: 769px) and (max-width: 1024px) {
  .product-tile.product-tile--full .product-tile__commerce {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 16px;
  }
  .product-tile.product-tile--full .product-tile__commerce .product-tile__variation-attributes {
    width: 142px;
    min-width: 142px;
  }
}
.product-tile:not(.product-tile--full) .product-tile__attribute, .product-tile:not(.product-tile--listing) .product-tile__attribute {
  padding-left: 0;
}
@media (min-width: 1025px) {
  .product-tile:not(.product-tile--full) .product-tile__attribute, .product-tile:not(.product-tile--listing) .product-tile__attribute {
    padding-left: 5px;
  }
}
.product-tile.product-tile--full .product-tile__name-block, .product-tile.product-tile--listing .product-tile__name-block {
  margin-right: 0;
}
.product-tile.product-tile--full .product-tile__attribute:not(:has(.product-tile__swatches-row)), .product-tile.product-tile--listing .product-tile__attribute:not(:has(.product-tile__swatches-row)) {
  padding-left: 0;
}
.product-tile.product-tile--listing .product-tile__body {
  height: 390px;
  min-height: 390px;
  padding: 12px 12px 24px;
}
.product-tile.product-tile--listing .product-tile__image-box {
  padding-block: 22px;
}
@media (max-width: 768px), (min-width: 769px) and (max-width: 1024px) {
  .product-tile.product-tile--listing .product-tile__image-box {
    height: 212px;
    width: 160px;
  }
}
@media (max-width: 768px), (min-width: 769px) and (max-width: 1024px) {
  .product-tile.product-tile--listing .product-tile__commerce {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 16px;
  }
  .product-tile.product-tile--listing .product-tile__commerce .product-tile__variation-attributes {
    width: 142px;
    min-width: 142px;
  }
}

.product-tile__top-row {
  display: block;
  width: 100%;
  position: relative;
}
@media (max-width: 768px), (min-width: 769px) and (max-width: 1024px) {
  .product-tile__top-row {
    padding-right: 0px;
  }
}

.product-tile__media {
  position: relative;
}

.product-tile__image-box {
  position: relative;
  background: #ecf2f5;
  border-bottom-right-radius: 42px;
  padding-block: 48px;
  min-height: 180px;
  border: 0px solid transparent;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  aspect-ratio: 1;
}
@media (min-width: 1025px) {
  .product-tile__image-box {
    padding-block: 72px 40px;
  }
}

.product-tile__image-link {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.product-tile__image-link .tile-image {
  width: auto;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.product-tile__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.product-tile__image-placeholder {
  width: 100%;
  aspect-ratio: 1;
  background: #e8e6e1;
  border-radius: 8px;
}

.product-tile__online-only,
.product-tags__badges-online-only {
  height: 26px;
  padding: 2px 8px;
}
.product-tile__online-only .product-tags__badges-online-only,
.product-tags__badges-online-only .product-tags__badges-online-only {
  font-size: 0.75rem !important;
}
@media (min-width: 1025px) {
  .product-tile__online-only .product-tags__badges-online-only,
  .product-tags__badges-online-only .product-tags__badges-online-only {
    font-size: 0.875rem !important;
  }
}
@media (min-width: 1025px) {
  .product-tile__online-only,
  .product-tags__badges-online-only {
    height: 36px;
    font-size: 0.875rem !important;
  }
}

.product-tile__wishlist {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  top: 16px;
  right: 0;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 1px solid #c5c7c8;
  background: #fff;
}
@media (min-width: 1025px) {
  .product-tile__wishlist {
    right: 16px;
  }
}

.product-tile__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 12px;
  padding: 12px 0 50px 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: visible;
}
@media (min-width: 1025px) {
  .product-tile__body {
    height: 442px;
    min-height: 442px;
    padding: 12px 12px 62px;
  }
}

.product-tile__tag {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  color: #5b5d5e;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 0.625rem;
  font-weight: 500;
  line-height: 18px;
}
@media (min-width: 1025px) {
  .product-tile__tag {
    margin-bottom: 4px;
    font-size: 0.875rem !important;
    -webkit-line-clamp: 2;
    line-clamp: 2;
  }
}

.product-tile--full .product-tile__tag {
  -webkit-line-clamp: 2;
  line-clamp: 2;
}
@media (min-width: 1025px) {
  .product-tile--full .product-tile__tag {
    -webkit-line-clamp: 2;
    line-clamp: 2;
  }
}

.product-tile--listing .product-tile__tag {
  -webkit-line-clamp: 3;
  line-clamp: 3;
}
@media (min-width: 1025px) {
  .product-tile--listing .product-tile__tag {
    -webkit-line-clamp: 2;
    line-clamp: 2;
  }
}

.product-tile__name {
  color: #191c1d;
  margin: 0;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 21px;
}
@media (min-width: 1025px) {
  .product-tile__name {
    font-size: 1rem !important;
  }
}

.product-tile__intensity {
  padding-top: 4px;
  color: #191c1d;
  margin-bottom: 0;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
}
.product-tile__intensity b {
  font-weight: 700;
  padding-left: 8px;
}
@media (min-width: 1025px) {
  .product-tile__intensity {
    padding-top: 12px;
    font-size: 1rem !important;
  }
}

.product-tile__intensity-max::before {
  content: " / ";
  font-weight: 400;
}

.product-tile__name-link {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  color: inherit;
  text-decoration: none;
  text-align: left;
  width: 100%;
}
.product-tile__name-link:hover {
  text-decoration: underline;
}

.product-tile__bottom-block {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  overflow: visible;
}
@media (min-width: 1025px) {
  .product-tile__bottom-block {
    gap: 16px;
  }
}

.product-tile__price-row {
  height: 63px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.product-tile__price-row--mobile-tablet {
  display: none;
}

.product-tile__price-row--desktop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.product-tile__price-row .price {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}
@media (min-width: 1025px) {
  .product-tile__price-row .price {
    font-size: 1.125rem !important;
  }
}
.product-tile__price-row .price > span:first-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 4px;
}
.product-tile__price-row .price del:has(.strike-through.list) {
  font-size: 0.75rem;
}
@media (min-width: 1025px) {
  .product-tile__price-row .price del:has(.strike-through.list) {
    font-size: 0.875rem;
  }
}
.product-tile__price-row .price .list.strike-through {
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.5;
}
@media (min-width: 1025px) {
  .product-tile__price-row .price .list.strike-through {
    font-size: 0.875rem !important;
  }
}
.product-tile__price-row .price .sales.discount {
  color: #db001c;
}

.product-tile__commerce {
  width: 100%;
  margin-top: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
  overflow: visible;
}
@media (min-width: 1025px) {
  .product-tile__commerce {
    gap: 8px;
  }
}

.product-tile__variation-attributes {
  width: 100%;
  min-height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.product-tile__attribute {
  width: 100%;
  padding-left: 5px;
}

/* Swatches row (machine colors) — up to 4 visible, then +N per Figma */
.product-tile__swatches-row {
  width: 100%;
}

.product-tile__swatches {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  width: 100%;
}

.product-tile__swatches.is-collapsed:not(.is-expanded) .product-tile__swatch-btn--overflow {
  display: none;
}

.product-tile__swatch-btn {
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
  line-height: 0;
}
.product-tile__swatch-btn:focus-visible {
  outline: 2px solid #0a2d4b;
  outline-offset: 2px;
}
.product-tile__swatch-btn .swatch-circle {
  display: block;
  width: 34.5px;
  height: 34.5px;
  border-radius: 50%;
  background-size: cover;
  background-position: center;
  border: 0.5px solid #8f9193;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.product-tile__swatch-btn .swatch-circle.selected {
  -webkit-box-shadow: 0 0 0 2.5px #ffffff, 0 0 0 4.5px #191c1d;
          box-shadow: 0 0 0 2.5px #ffffff, 0 0 0 4.5px #191c1d;
}
.product-tile__swatch-btn .swatch-circle.unselectable {
  position: relative;
}
.product-tile__swatch-btn .swatch-circle.unselectable::after {
  content: "";
  position: absolute;
  top: calc(50% - 2px);
  left: 50%;
  width: 38px;
  height: 2px;
  background: #ffffff;
  -webkit-transform: translate(-50%, 50%) rotate(135deg);
          transform: translate(-50%, 50%) rotate(135deg);
}

.product-tile__swatches-more {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 0;
  border: none;
  background: transparent;
  margin-left: 4px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #191c1d;
  text-decoration: none;
  cursor: pointer;
  border-bottom: 1px solid #191c1d;
}
.product-tile__swatches-more:focus-visible {
  outline: 2px solid #0a2d4b;
  outline-offset: 2px;
}

.product-tile__quantity {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}

.product-tile__qty-atc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  position: relative;
}

.product-tile__messages-container {
  grid-column: span 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (min-width: 1025px) {
  .product-tile__messages-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8px;
    margin-top: -8px;
    height: 0;
  }
  .product-tile__messages-container > div:first-child {
    padding-top: 8px;
  }
}

.product-tile__scarcity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%;
  bottom: -100%;
  color: #b45309;
}
.product-tile__scarcity .product-scarcity {
  margin-bottom: 0;
}
.product-tile__scarcity .product-scarcity .product-scarcity__text {
  font-size: 0.875rem;
}
@media (min-width: 1025px) {
  .product-tile__scarcity {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.product-qty-wrap {
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
}
@media (min-width: 1025px) {
  .product-qty-wrap {
    width: 100%;
  }
}

.product-tile__add-to-cart {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: none;
  background: #0a2d4b;
  color: #fff;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
}
.product-tile__add-to-cart:disabled {
  opacity: 0.45;
  cursor: not-allowed;
}

.product-tile__buy-online-modal-wrapper {
  width: 100%;
}

.product-tile__listing-btn {
  grid-column: 1/-1;
  width: 100%;
  height: 44px;
  border-radius: 999px;
  padding: 16px 24px;
  border: none;
  background: #0a2d4b;
  color: #ffffff !important;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
}
.product-tile__listing-btn:disabled {
  opacity: 0.45;
  cursor: not-allowed;
}
.product-tile__listing-btn:not(.direct-link) {
  background: #ffffff;
  color: #0a2d4b !important;
  border: 2px solid #0a2d4b;
}
@media (min-width: 1025px) {
  .product-tile__listing-btn {
    height: 48px;
  }
}

.product-tile__btn-label {
  display: inline-block;
  font-size: 1rem;
  font-weight: 500;
  line-height: 27px;
}

.product-tile__add-label {
  display: none;
}

.product-tile__add-icon {
  width: 32px;
  height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 1024px) {
  .product-tile {
    position: relative;
    padding: 0;
    border: none;
  }
  .product-tile__top-row {
    width: 100%;
    display: grid;
    grid-template-columns: 160px minmax(0, 1fr);
    gap: 12px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
  .product-tile__image-box {
    width: 160px;
    height: 212px;
    border-bottom-right-radius: 32px;
    aspect-ratio: auto;
  }
  .product-tile__media {
    position: static;
    grid-column: 1/2;
  }
  .product-tile__wishlist {
    width: 30px;
    height: 30px;
    top: 5px;
    right: 0;
  }
  .product-tile__wishlist span {
    font-size: 20px !important;
  }
  .product-tile__body {
    display: contents;
  }
  .product-tile__name-block {
    grid-column: 2/3;
    padding-top: 0;
  }
}
@media (max-width: 1024px) and (max-width: 768px), (max-width: 1024px) and (min-width: 769px) and (max-width: 1024px) {
  .product-tile__name-block {
    margin-right: 48px;
  }
}
@media (max-width: 1024px) {
  .product-tile__name {
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 21px;
  }
  .product-tile__intensity {
    padding-top: 4px;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 21px;
  }
  .product-tile__price-row {
    height: auto;
  }
  .product-tile__price-row--desktop {
    display: none;
  }
  .product-tile__price-row--mobile-tablet {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 12px;
  }
  .product-tile__bottom-block {
    grid-column: 1/-1;
    margin-top: 0;
    gap: 16px;
    width: 100%;
    padding: 0;
    padding-left: 16px;
  }
  .product-tile__commerce {
    display: grid;
    grid-template-columns: minmax(0, 1fr) -webkit-min-content;
    grid-template-columns: minmax(0, 1fr) min-content;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
    row-gap: 12px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 0;
  }
}
@media (max-width: 1024px) and (min-width: 1025px) {
  .product-tile__commerce {
    grid-template-columns: minmax(0, 1fr) 128px;
    -webkit-column-gap: 16px;
       -moz-column-gap: 16px;
            column-gap: 16px;
    row-gap: 16px;
  }
}
@media (max-width: 1024px) {
  .product-tile__attribute {
    grid-column: 1/2;
  }
  .product-tile__qty-atc {
    display: contents;
  }
  .product-tile__swatches {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    gap: 12px;
  }
  .product-tile__swatch-btn .swatch-circle {
    width: 28px;
    height: 28px;
  }
  .product-tile__swatches-more {
    padding-left: 0;
    font-size: 0.875rem;
  }
  .product-tile__quantity {
    grid-column: 2/3;
  }
  .product-tile__add-to-cart {
    grid-column: 1/-1;
    width: 100%;
    height: 44px;
    border-radius: 999px;
    padding: 16px 24px;
  }
  .product-tile__add-label {
    display: inline-block;
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.5;
  }
  .product-tile__add-icon {
    display: none;
  }
}
.product-tile__attr-label {
  display: block;
  font-size: 0.75rem;
  margin-bottom: 16px;
  color: #5c5955;
}

.product-tile__ratings .tile-body-footer {
  margin: 0;
}

.product-tile__promo-announcement {
  line-height: 21px;
  padding-top: 4px;
}
@media (min-width: 1025px) {
  .product-tile__promo-announcement {
    padding-top: 12px;
  }
}
.product-tile__promo-announcement .product-tile__promo-announcement-text {
  color: #db001c;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.5;
}
@media (min-width: 1025px) {
  .product-tile__promo-announcement .product-tile__promo-announcement-text {
    font-size: 0.875rem !important;
  }
}

.plp-category-top .breadcrumb {
  padding: 8px 16px;
}
@media (min-width: 1025px) {
  .plp-category-top .breadcrumb {
    padding: 16px 64px;
  }
}

.product-multiple-purchase-disclaimer-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
}
@media (min-width: 1025px) {
  .product-multiple-purchase-disclaimer-container {
    margin-top: -8px;
  }
}
@media (min-width: 1025px) {
  .product-multiple-purchase-disclaimer-container .product-multiple-purchase-disclaimer {
    margin-top: 12px;
    position: relative;
  }
}

.product-tile__description-block {
  padding-top: 16px;
  padding-bottom: 8px;
}
.product-tile__description-block .product-tile__description {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  color: #191c1d;
  max-width: 100%;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-clamp: 3;
}
@media (min-width: 1025px) {
  .product-tile__description-block .product-tile__description {
    -webkit-line-clamp: 2;
    line-clamp: 2;
  }
}

.sa-product-features-drawer__html {
  padding-inline: 0;
}

/* Buy-online drawer only: floating close (learn-more uses sticky toolbar in _sweetalert.scss) */
.sa-buy-online-drawer .sa-right-panel-popup .swal2-close {
  top: 48px;
  right: 40px;
  width: 32px;
  height: 32px;
  color: #191c1d !important;
}
.sa-buy-online-drawer .sa-right-panel-popup .swal2-close .sa-right-panel__close-icon {
  font-size: 32px;
  width: 32px;
  height: 32px;
}

.product-tile__product-learn-more-panel[hidden] {
  display: none !important;
}

.sa-right-panel-html .product-tile__product-learn-more-panel {
  padding: 0 !important;
}
.sa-right-panel-html .product-tile__product-learn-more-panel .lvz-product-features {
  margin-left: -16px;
  width: calc(100% + 32px);
  max-width: calc(100% + 32px);
}
@media (max-width: 768px) {
  .sa-right-panel-html .product-tile__product-learn-more-panel .lvz-product-photo-gallery__shell {
    padding-inline: 0;
  }
}

/* Inside SweetAlert right drawer / bottom sheet: drop full-bleed PLP width hack */
.sa-right-panel-html .lvz-product-features {
  width: 100%;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 16px;
  padding-bottom: 32px;
  background: linear-gradient(to bottom, #ffffff 0 168px, rgba(210, 184, 135, 0.5) 168px 100%);
}
.sa-right-panel-html .lvz-product-features .lvz-product-features__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
.sa-right-panel-html .lvz-product-features .lvz-product-features__media {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.sa-right-panel-html .lvz-product-features .lvz-product-features__title {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin: 0 auto;
}
.sa-right-panel-html .lvz-product-features .lvz-product-features__description {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
@media (min-width: 1025px) {
  .sa-right-panel-html .lvz-product-features {
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 24px;
    padding-bottom: 48px;
    background: linear-gradient(to bottom, #ffffff 0 288px, rgba(210, 184, 135, 0.5) 288px 100%);
  }
  .sa-right-panel-html .lvz-product-features .lvz-product-features__header {
    gap: 24px;
  }
  .sa-right-panel-html .lvz-product-features .lvz-product-features__value--roast {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

.sa-right-panel-html .product-tile__product-learn-more-panel {
  display: block !important;
  height: 100%;
  min-height: 0;
}

.product-tile__learn-more-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0;
  padding-top: 16px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-inline: 16px;
}
.product-tile__learn-more-content .product-tile__title-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.product-tile__learn-more-content .product-tile__title-block .product-tile__name-link {
  font-size: 1.25rem !important;
}
.product-tile__learn-more-content .product-tile__description {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  max-width: 100%;
  padding-top: 12px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  text-align: left;
}
@media (min-width: 1025px) {
  .product-tile__learn-more-content .product-tile__description {
    -webkit-line-clamp: 2;
    line-clamp: 2;
  }
}
@media (min-width: 1025px) {
  .product-tile__learn-more-content {
    padding-inline: 40px;
    padding-top: 24px;
    padding-bottom: 8px;
  }
}
.product-tile__learn-more-content {
  /* No category tag: keep product name clear of toolbar without extra dead space */
}
.product-tile__learn-more-content .product-tile__title-block:not(:has(.product-tile__tag)) {
  padding-top: 0;
}

.product-tile__product-learn-more-button {
  font-size: 1rem;
  font-weight: 700;
  line-height: 160%;
  color: #0a2d4b;
  text-decoration: underline;
  padding-top: 8px;
}

/* Buy online confirmation (PLP): same desktop width as features; shorter bottom sheet on mobile */
@media (max-width: 767.98px) {
  .sa-right-panel-container.sa-buy-online-drawer {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    padding: 0;
  }
  .sa-right-panel-container.sa-buy-online-drawer .sa-right-panel-popup {
    width: 100%;
    max-width: 100%;
    height: auto;
    min-height: 0;
    max-height: min(420px, 50dvh);
    margin: 0;
    -ms-flex-item-align: end;
        align-self: flex-end;
    border-radius: 32px 32px 0 0;
  }
  .sa-right-panel-container.sa-buy-online-drawer .sa-right-panel-popup .swal2-header {
    padding-top: 16px;
  }
  .sa-right-panel-container.sa-buy-online-drawer .sa-right-panel-popup .sa-right-panel-html {
    padding: 32px 24px calc(32px + env(safe-area-inset-bottom, 0));
    overflow-y: auto;
  }
}
/* PLP buy online: hidden source until SweetAlert moves it */
.product-tile__buy-online-modal-panel[hidden] {
  display: none !important;
}

.product-tile__buy-online-modal-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  width: 100%;
  max-width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.product-tile__buy-online-modal-title {
  margin: 0;
  color: #191c1d;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: left;
}
@media (min-width: 1025px) {
  .product-tile__buy-online-modal-title {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.5;
  }
}

.product-tile__buy-online-modal-text {
  margin: 0;
  color: #191c1d;
  margin-top: 8px;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
}
@media (min-width: 1025px) {
  .product-tile__buy-online-modal-text {
    margin-top: 24px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
  }
}

.product-tile__buy-online-modal-proceed {
  margin-top: 32px;
  text-decoration: none;
}

.sa-right-panel-html .product-tile__buy-online-modal-panel {
  display: block !important;
  height: 100%;
  min-height: 0;
  padding-top: 40px;
}

.sa-right-panel-html .product-tile__buy-online-modal-content {
  height: 100%;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 0;
}
@media (min-width: 1025px) {
  .sa-right-panel-html .product-tile__buy-online-modal-content {
    padding-inline: 24px;
  }
}

.product-tile__photo-gallery-wrapper {
  overflow: hidden;
  margin: 24px;
  width: calc(100% - 48px);
}
@media (max-width: 768px), (min-width: 769px) and (max-width: 1024px) {
  .product-tile__photo-gallery-wrapper {
    margin-inline: 8px;
    width: calc(100% - 8px);
    overflow: visible;
  }
}
.product-tile__photo-gallery-wrapper .lvz-product-photo-gallery {
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: visible;
}
.product-tile__photo-gallery-wrapper .lvz-product-photo-gallery__slide {
  width: calc((100% - 16px) / 1.134);
  max-width: none;
  height: auto;
}
@media (min-width: 1025px) {
  .product-tile__photo-gallery-wrapper .lvz-product-photo-gallery__slide {
    width: calc((100% - 16px) / 1.519);
  }
}
.product-tile__photo-gallery-wrapper .lvz-product-photo-gallery__item {
  width: 100%;
  max-width: none;
  height: auto;
  aspect-ratio: 297/223;
}
@media (min-width: 1025px) {
  .product-tile__photo-gallery-wrapper .lvz-product-photo-gallery--has-desktop-static .lvz-product-photo-gallery__swiper .swiper-wrapper {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-transform: none !important;
            transform: none !important;
  }
}

.search-results.container {
  margin: 0;
  max-width: 100%;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.5;
  font-weight: 700;
}

#product-search-results.tab-pane.container {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.lvz-plp-product-grid {
  width: 100%;
  padding-inline: 0;
  row-gap: 40px;
  -webkit-column-gap: 16px;
     -moz-column-gap: 16px;
          column-gap: 16px;
  margin-inline: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 1025px) {
  .lvz-plp-product-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    row-gap: 48px;
  }
}
@media (max-width: 768px), (min-width: 769px) and (max-width: 1024px) {
  .lvz-plp-product-grid {
    margin-left: -16px;
    width: calc(100% + 16px);
  }
}

.plp-product-grid {
  padding: 0 80px;
}
@media (min-width: 1025px) {
  .plp-product-grid {
    padding: 0 80px;
  }
}
.plp-product-grid {
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
  row-gap: 40px;
}
@media (min-width: 1025px) {
  .plp-product-grid {
    -webkit-column-gap: 16px;
       -moz-column-gap: 16px;
            column-gap: 16px;
    row-gap: 48px;
  }
}

.col-plp {
  width: 100%;
  height: 100%;
  overflow: visible;
}
@media (min-width: 1025px) {
  .col-plp.lvz-plp-breaker-col {
    grid-column: span 2;
  }
}
.col-plp.lvz-plp-breaker-col, .col-plp.lvz-plp-breaker-row {
  padding-left: 24px;
  padding-right: 8px;
}
@media (min-width: 1025px) {
  .col-plp.lvz-plp-breaker-col, .col-plp.lvz-plp-breaker-row {
    grid-column: span 2;
    padding-left: 0;
    padding-right: 0;
  }
  .col-plp.lvz-plp-breaker-col .plpBreakerContainer, .col-plp.lvz-plp-breaker-row .plpBreakerContainer {
    height: 100%;
  }
}
@media (min-width: 1025px) {
  .col-plp.lvz-plp-breaker-row {
    grid-column: span 4;
  }
}

.lvz-breaker-card,
.lvz-breaker-row {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  overflow: hidden;
  border-radius: 0 0 42px 0;
}
@media (min-width: 1025px) {
  .lvz-breaker-card,
  .lvz-breaker-row {
    border-radius: 0 0 64px 0;
  }
}

.lvz-breaker-card {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 1025px) {
  .lvz-breaker-card {
    background-color: #e4edfa;
  }
}

.lvz-breaker-card__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-height: 0;
  width: 100%;
}

.lvz-breaker-row__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%;
  gap: 0;
}
@media (min-width: 1025px) {
  .lvz-breaker-row__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    min-height: 344px;
  }
}

.lvz-breaker-card__media {
  position: relative;
  width: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  aspect-ratio: 345/203;
  min-height: 0;
}
@media (min-width: 1025px) {
  .lvz-breaker-card__media .lvz-breaker-card__img {
    border-bottom-right-radius: 0;
  }
}
@media (min-width: 1025px) {
  .lvz-breaker-card__media {
    height: auto;
  }
}

.lvz-breaker-row__media {
  position: relative;
  width: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 203px;
}
@media (min-width: 1025px) {
  .lvz-breaker-row__media {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%;
    min-width: 0;
    width: 50%;
    height: 344px;
    -ms-flex-item-align: stretch;
        align-self: stretch;
  }
}

.lvz-breaker-card__picture,
.lvz-breaker-row__picture {
  display: block;
  width: 100%;
  height: 100%;
}

.lvz-breaker-card__img,
.lvz-breaker-row__img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.lvz-breaker-card__content,
.lvz-breaker-row__content {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0;
  padding: 24px;
  border-radius: 0 0 42px 0;
}

.lvz-breaker-card__content {
  background-color: #e4edfa;
}
@media (min-width: 1025px) {
  .lvz-breaker-card__content {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    padding: 40px;
    border-radius: 0 0 32px 0;
  }
}

.lvz-breaker-row__content {
  background-color: #0a2d4b;
  color: #ffffff;
}
@media (min-width: 1025px) {
  .lvz-breaker-row__content {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%;
    min-width: 0;
    width: 50%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 24px 48px;
    border-radius: 0 0 64px 0;
  }
}

.lvz-breaker-card__title,
.lvz-breaker-row__title {
  margin: 0 0 8px 0;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.875rem;
  max-width: 100%;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  line-clamp: 1;
}

.lvz-breaker-card__title {
  color: #191c1d;
}
@media (min-width: 1025px) {
  .lvz-breaker-card__title {
    margin-bottom: 16px;
    font-size: 1.75rem;
    font-weight: 500;
    line-height: 2.25rem;
  }
}

.lvz-breaker-row__title {
  color: #ffffff;
}
@media (min-width: 1025px) {
  .lvz-breaker-row__title {
    margin-bottom: 8px;
    font-size: 2rem;
    font-weight: 500;
    line-height: 3rem;
  }
}

.lvz-breaker-card__description,
.lvz-breaker-row__description {
  margin: 0;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.3125rem;
  max-width: 100%;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
@media (min-width: 1025px) {
  .lvz-breaker-card__description,
  .lvz-breaker-row__description {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5rem;
  }
}

.lvz-breaker-card__description {
  color: #191c1d;
  -webkit-line-clamp: 3;
  line-clamp: 3;
}

.lvz-breaker-row__description {
  color: #ffffff;
  -webkit-line-clamp: 3;
  line-clamp: 3;
}

.lvz-breaker-card__cta,
.lvz-breaker-row__cta {
  margin-top: 24px;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.3125rem;
  min-width: 0;
  max-width: 100%;
}
.lvz-breaker-card__cta > span,
.lvz-breaker-row__cta > span {
  min-width: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0%;
          flex: 1 1 0%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (min-width: 1025px) {
  .lvz-breaker-card__cta,
  .lvz-breaker-row__cta {
    margin-top: 32px;
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.6875rem;
  }
}
.lvz-breaker-card__cta:focus-visible,
.lvz-breaker-row__cta:focus-visible {
  outline-offset: 2px;
  border-radius: 4px;
}
.lvz-breaker-card__cta .icon-arrow-angle-right,
.lvz-breaker-card__cta .icon-arrow-right-thin,
.lvz-breaker-card__cta .icon-arrow-right-up1,
.lvz-breaker-row__cta .icon-arrow-angle-right,
.lvz-breaker-row__cta .icon-arrow-right-thin,
.lvz-breaker-row__cta .icon-arrow-right-up1 {
  font-size: 24px;
  width: 24px;
  height: 24px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  line-height: 1;
}

.lvz-breaker-card__cta {
  color: #0a2d4b !important;
}
@media (min-width: 1025px) {
  .lvz-breaker-card__cta {
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
}
.lvz-breaker-card__cta:hover {
  color: #194273;
}
.lvz-breaker-card__cta:focus-visible {
  outline: 2px solid #0a2d4b;
}

.lvz-breaker-row__cta {
  color: #ffffff;
}
.lvz-breaker-row__cta:hover {
  color: rgba(255, 255, 255, 0.88);
}
.lvz-breaker-row__cta:focus-visible {
  outline: 2px solid #ffffff;
}

.lvz-plp-product-grid .grid-footer {
  grid-column: span 4;
}
@media (max-width: 768px) {
  .lvz-plp-product-grid .grid-footer {
    grid-column: span 1;
  }
}

/* -------------------------------------------------------------------------- */
/* PLP grid footer — load more + progress (Aurora ProgressIndicator)          */
/* -------------------------------------------------------------------------- */
.lvz-plp-load-more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 8px 5.5px 0 21.5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (min-width: 1025px) {
  .lvz-plp-load-more {
    padding: 32px 40px 0;
  }
}

.lvz-plp-load-more__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  width: 100%;
}

.lvz-plp-load-more__label {
  margin: 0;
  width: 100%;
  text-align: center;
  color: #191c1d;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
}
@media (min-width: 1025px) {
  .lvz-plp-load-more__label {
    font-size: 1rem;
    line-height: 24px;
  }
}

.lvz-plp-load-more__progress {
  width: 100%;
  max-width: 320px;
}

.lvz-plp-load-more__track {
  display: block;
  width: 100%;
  height: 2px;
  background: #c5c7c8;
  border-radius: 1px;
  overflow: hidden;
}

.lvz-plp-load-more__fill {
  display: block;
  height: 100%;
  background: #191c1d;
  border-radius: 1px;
  max-width: 100%;
}

.lvz-plp-load-more .show-more {
  margin-top: 16px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 1025px) {
  .lvz-plp-load-more .show-more {
    margin-top: 24px;
  }
}

.lvz-plp-load-more__cta {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 44px;
  padding: 16px 40px;
  border: 2px solid #0a2d4b;
  border-radius: 999px;
  background: transparent;
  color: #0a2d4b;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.5;
  cursor: pointer;
  white-space: nowrap;
}
@media (min-width: 1025px) {
  .lvz-plp-load-more__cta {
    min-height: 48px;
    font-size: 1rem;
    line-height: 27px;
  }
}
.lvz-plp-load-more__cta:hover {
  background: rgba(10, 45, 75, 0.06);
}
.lvz-plp-load-more__cta:focus-visible {
  outline: 2px solid #0a2d4b;
  outline-offset: 2px;
}

.sa-product-features-drawer .lvz-product-photo-gallery {
  padding: 0;
  margin-top: 0;
  margin-bottom: 0;
}

/*# sourceMappingURL=search.css.map*/