:root {
  --pf17-ink: #151515;
  --pf17-copy: #403d3d;
  --pf17-muted: #777777;
  --pf17-line: rgba(62, 60, 60, 0.2);
  --pf17-cream: #f2e6c9;
  --pf17-cream-line: #d1bf9c;
  --pf17-red: #bc2722;
  --pf17-red-dark: #a91f1b;
  --pf17-green: #418833;
  --pf17-white: #ffffff;
}

/* Compact footer used on every storefront page. */
.pf-footer {
  width: calc(100% - 32px);
  max-width: 1180px;
  margin: 32px auto 28px;
  color: var(--pf17-ink);
  font-family: inherit;
}

.pf-footer__card {
  display: grid;
  grid-template-columns: minmax(240px, 1.4fr) minmax(220px, 1fr) auto;
  gap: 20px;
  align-items: center;
  padding: 18px 20px;
  border: 1px solid var(--pf17-cream-line);
  border-radius: 16px;
  background: var(--pf17-cream);
}

.pf-footer__brand {
  margin: 0 0 6px;
  color: var(--pf17-ink);
  font-size: 15px;
  font-weight: 900;
  line-height: 19px;
}

.pf-footer__meta,
.pf-footer__copy {
  margin: 0;
  color: var(--pf17-copy);
  font-size: 13px;
  font-weight: 400;
  line-height: 18px;
}

.pf-footer__meta a {
  color: inherit;
  text-decoration: none;
}

.pf-footer__meta a[href^="tel:"] {
  display: inline-block;
  font-size: inherit;
  line-height: inherit;
  white-space: nowrap;
  word-break: keep-all;
  overflow-wrap: normal;
}

.pf-footer__meta a:hover,
.pf-footer__meta a:focus {
  color: var(--pf17-red);
  text-decoration: underline;
}

.pf-footer__links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
  align-items: center;
  justify-content: center;
}

.pf-footer__links a {
  color: var(--pf17-red);
  font-size: 12px;
  font-weight: 800;
  line-height: 16px;
  text-decoration: none;
}

.pf-footer__links a:hover,
.pf-footer__links a:focus {
  color: var(--pf17-red-dark);
  text-decoration: underline;
}

.pf-footer__legal {
  text-align: right;
}

.pf-footer__copy {
  color: #6b6661;
  font-size: 11px;
  line-height: 15px;
}

/* Checkout success page. */
body.checkout-success .pf-success-page__container {
  padding-top: 34px;
  padding-bottom: 10px;
}

body.checkout-success .pf-success-page #content {
  float: none;
}

body.checkout-success .pf-success-card {
  width: 100%;
  max-width: 680px;
  margin: 0 auto;
  padding: 38px 42px 40px;
  border: 1px solid var(--pf17-cream-line);
  border-radius: 22px;
  background: linear-gradient(180deg, #fffdf8 0%, #fffaf0 100%);
  box-shadow: 0 16px 40px rgba(43, 35, 25, 0.08);
  color: var(--pf17-ink);
  text-align: center;
}

body.checkout-success .pf-success-card__icon {
  display: grid;
  place-items: center;
  width: 68px;
  height: 68px;
  margin: 0 auto 18px;
  border-radius: 50%;
  background: #f98f03;
  color: var(--pf17-white);
  box-shadow: 0 9px 22px rgba(249, 143, 3, 0.24);
}

body.checkout-success .pf-success-card__eyebrow {
  margin: 0 0 7px;
  color: var(--pf17-red);
  font-size: 12px;
  font-weight: 900;
  line-height: 16px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body.checkout-success .pf-success-card__title {
  margin: 0;
  color: var(--pf17-ink);
  font-size: 32px;
  font-weight: 900;
  line-height: 38px;
  letter-spacing: -0.035em;
}

body.checkout-success .pf-success-card__message {
  max-width: 520px;
  margin: 18px auto 0;
  color: var(--pf17-copy);
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
}

body.checkout-success .pf-success-card__message p {
  margin: 0 0 8px;
}

body.checkout-success .pf-success-card__message p:last-child {
  margin-bottom: 0;
}

body.checkout-success .pf-success-card__message a {
  color: var(--pf17-red);
  font-weight: 800;
  text-decoration: none;
}

body.checkout-success .pf-success-card__message a:hover,
body.checkout-success .pf-success-card__message a:focus {
  color: var(--pf17-red-dark);
  text-decoration: underline;
}

body.checkout-success .pf-success-card__button {
  display: inline-flex;
  min-width: 220px;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  margin-top: 24px;
  padding: 13px 24px;
  border: 0;
  border-radius: 10px;
  background: #f98f03;
  color: var(--pf17-white);
  font-size: 15px;
  font-weight: 900;
  line-height: 20px;
  text-decoration: none;
  transition: background-color 0.18s ease, transform 0.18s ease;
}

body.checkout-success .pf-success-card__button:hover,
body.checkout-success .pf-success-card__button:focus {
  background: #df7900;
  color: var(--pf17-white);
  text-decoration: none;
  transform: translateY(-1px);
}

/* Shared page heading used by account and contact screens. */
.pf-mobile-page-head {
  display: none;
}

.pf-order-tabs {
  display: none;
}

/* Kitchen picker opened from the second button in the fixed mobile navigation. */
body.pf-kitchens-open {
  overflow: hidden !important;
}

.pf-kitchens-panel {
  position: fixed;
  inset: 0;
  z-index: 260;
  display: flex;
  justify-content: center;
  padding: 24px;
  visibility: hidden;
  overflow: hidden;
  background: rgba(20, 18, 16, 0.42);
  opacity: 0;
  pointer-events: none;
  transition: visibility 0s linear 0.2s, opacity 0.2s ease;
}

.pf-kitchens-panel.is-open {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
  transition-delay: 0s;
}

.pf-kitchens-panel__surface {
  width: min(100%, 430px);
  height: min(100%, 760px);
  margin: auto;
  overflow: auto;
  overscroll-behavior: contain;
  border-radius: 20px;
  background: var(--pf17-white);
  box-shadow: 0 18px 60px rgba(20, 18, 16, 0.22);
  transform: translateY(14px);
  transition: transform 0.2s ease;
}

.pf-kitchens-panel.is-open .pf-kitchens-panel__surface {
  transform: translateY(0);
}

.pf-kitchens-panel__header {
  position: sticky;
  top: 0;
  z-index: 2;
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  min-height: 76px;
  padding: 12px 16px;
  border-bottom: 1px solid rgba(62, 60, 60, 0.12);
  background: var(--pf17-white);
}

.pf-kitchens-panel__back {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  margin: 0;
  padding: 0 0 3px;
  border: 1px solid var(--pf17-line);
  border-radius: 12px;
  outline: 0;
  background: var(--pf17-cream);
  color: var(--pf17-red);
  font-size: 27px;
  font-weight: 800;
  line-height: 1;
}

.pf-kitchens-panel__back:focus-visible {
  outline: 3px solid rgba(188, 39, 34, 0.22);
  outline-offset: 2px;
}

.pf-kitchens-panel__title {
  margin: 0;
  color: var(--pf17-ink);
  font-size: 21px;
  font-weight: 900;
  line-height: 27px;
}

.pf-kitchens-panel__subtitle {
  margin: 2px 0 0;
  color: var(--pf17-muted);
  font-size: 12px;
  line-height: 17px;
}

.pf-kitchens-panel__list {
  display: grid;
  gap: 10px;
  padding: 16px 16px 28px;
}

.pf-kitchen-card {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  min-height: 88px;
  padding: 14px;
  border: 1px solid var(--pf17-line);
  border-radius: 14px;
  background: var(--pf17-white);
  color: var(--pf17-ink);
  text-decoration: none !important;
  transition: border-color 0.16s ease, background-color 0.16s ease, transform 0.16s ease;
}

.pf-kitchen-card:hover,
.pf-kitchen-card:focus {
  border-color: var(--pf17-cream-line);
  background: #fffdf8;
  color: var(--pf17-ink);
  text-decoration: none;
  transform: translateY(-1px);
}

.pf-kitchen-card:focus-visible {
  outline: 3px solid rgba(188, 39, 34, 0.2);
  outline-offset: 2px;
}

.pf-kitchen-card__mark {
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  border: 1px solid var(--pf17-cream-line);
  border-radius: 14px;
  background: var(--pf17-cream);
  color: var(--pf17-red);
  font-size: 22px;
  font-weight: 900;
  line-height: 1;
}

.pf-kitchen-card__copy {
  display: grid;
  gap: 4px;
  min-width: 0;
}

.pf-kitchen-card__copy strong {
  color: var(--pf17-ink);
  font-size: 15px;
  font-weight: 900;
  line-height: 20px;
}

.pf-kitchen-card__copy small {
  color: var(--pf17-copy);
  font-size: 12px;
  font-weight: 400;
  line-height: 17px;
}

.pf-kitchen-card__action {
  color: var(--pf17-red);
  font-size: 11px;
  font-weight: 900;
  line-height: 16px;
  white-space: nowrap;
}

/* Keep only the selected OpenCart Slideshow module visible on the home page. */
body.common-home .carousel-advertising {
  display: none !important;
}

body.common-home .slideshow-bg {
  position: relative;
  z-index: 1;
}

body.pf-page-contact .pf-contact-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

body.pf-page-contact .pf-contact-card {
  position: relative;
  min-width: 0;
  min-height: 126px;
  padding: 18px 16px 16px 62px;
  border: 1px solid #d1d1d1;
  border-radius: 16px;
  background: var(--pf17-white);
}

body.pf-page-contact .pf-contact-card__icon {
  position: absolute;
  top: 16px;
  left: 14px;
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border-radius: 10px;
  background: var(--pf17-cream);
  color: var(--pf17-red);
  font-size: 17px;
  line-height: 1;
}

body.pf-page-contact .pf-contact-card__title {
  margin: 0 0 10px;
  color: var(--pf17-ink);
  font-size: 14px;
  font-weight: 900;
  line-height: 19px;
}

body.pf-page-contact .pf-contact-card__value,
body.pf-page-contact .pf-contact-card__value a {
  margin: 0;
  overflow-wrap: anywhere;
  color: var(--pf17-copy);
  font-size: 12px;
  line-height: 17px;
  text-decoration: none;
}

body.pf-page-contact .pf-contact-map {
  width: 100%;
  height: 420px;
  margin: 24px 0 0;
  overflow: hidden;
  border: 1px solid var(--pf17-cream-line);
  border-radius: 16px;
  background: var(--pf17-cream);
}

body.pf-page-contact .pf-contact-map iframe {
  display: block;
  width: 100% !important;
  height: 100% !important;
  border: 0 !important;
}

body.common-home .pf-product-card[data-product-id] .pf-product-card__cart {
  transition: border-color 0.18s ease, background-color 0.18s ease, color 0.18s ease, transform 0.18s ease;
}

body.common-home .pf-product-card.pf-product-card--added .pf-product-card__cart {
  border-color: var(--pf17-red) !important;
  background: var(--pf17-red) !important;
  color: var(--pf17-white) !important;
  transform: scale(1.04);
}

body.common-home .pf-product-card.pf-product-card--added .pf-product-card__cart svg {
  display: none;
}

body.common-home .pf-product-card.pf-product-card--added .pf-product-card__cart::before {
  content: "✓";
  font-size: 19px;
  font-weight: 900;
  line-height: 1;
}

@media (max-width: 767.98px) {
  .pf-footer {
    width: auto;
    margin: 24px 16px calc(96px + env(safe-area-inset-bottom));
  }

  .pf-footer__card {
    display: flex;
    flex-direction: column;
    gap: 7px;
    align-items: flex-start;
    padding: 16px;
  }

  .pf-footer__links {
    gap: 6px 12px;
    justify-content: flex-start;
  }

  .pf-footer__legal {
    text-align: left;
  }

  body.checkout-success .pf-success-page__container {
    padding-top: 22px;
    padding-bottom: 0;
  }

  body.checkout-success .pf-success-page #content {
    padding-right: 15px;
    padding-left: 15px;
  }

  body.checkout-success .pf-success-card {
    padding: 26px 18px 24px;
    border-radius: 18px;
    box-shadow: 0 10px 26px rgba(43, 35, 25, 0.07);
  }

  body.checkout-success .pf-success-card__icon {
    width: 58px;
    height: 58px;
    margin-bottom: 16px;
  }

  body.checkout-success .pf-success-card__icon svg {
    width: 30px;
    height: 30px;
  }

  body.checkout-success .pf-success-card__eyebrow {
    font-size: 10px;
    line-height: 14px;
  }

  body.checkout-success .pf-success-card__title {
    font-size: 25px;
    line-height: 30px;
  }

  body.checkout-success .pf-success-card__message {
    margin-top: 15px;
    font-size: 14px;
    line-height: 20px;
  }

  body.checkout-success .pf-success-card__button {
    width: 100%;
    min-width: 0;
    margin-top: 21px;
  }

  /* These screens use their own page heading instead of the generic site header. */
  body.pf-account-redesign {
    min-width: 0;
    padding-top: 0 !important;
    background: var(--pf17-white);
  }

  body.pf-account-redesign > header.header {
    display: none !important;
  }

  body.pf-account-redesign .pf-mobile-page-head {
    position: sticky;
    top: 0;
    z-index: 70;
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 64px;
    margin: 0 0 18px;
    padding: 12px 16px 12px 64px;
    border-bottom: 1px solid rgba(62, 60, 60, 0.12);
    background: var(--pf17-white);
  }

  body.pf-account-redesign .pf-mobile-page-head__back {
    position: absolute;
    top: 12px;
    left: 12px;
    display: grid;
    place-items: center;
    width: 40px;
    height: 40px;
    margin: 0;
    padding: 0 0 3px;
    border: 1px solid var(--pf17-line);
    border-radius: 12px;
    outline: 0;
    background: var(--pf17-cream);
    color: var(--pf17-red);
    font-size: 27px;
    font-weight: 800;
    line-height: 1;
    text-decoration: none;
  }

  body.pf-account-redesign .pf-mobile-page-head__back:focus-visible {
    outline: 3px solid rgba(188, 39, 34, 0.22);
    outline-offset: 2px;
  }

  body.pf-account-redesign .pf-mobile-page-head__title {
    min-width: 0;
    margin: 0;
    color: var(--pf17-ink);
    font-size: 21px;
    font-weight: 900;
    line-height: 28px;
  }

  body.pf-account-redesign .breadcrumb_bg,
  body.pf-account-redesign .breadcrumb_bg > .container,
  body.pf-account-redesign .simple-content,
  body.pf-account-redesign #content,
  body.pf-account-redesign #content.col-sm-9,
  body.pf-account-redesign #content.col-sm-12 {
    width: 100% !important;
    max-width: none !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    float: none !important;
  }

  body.pf-account-redesign .breadcrumb_bg .breadcrumbs,
  body.pf-account-redesign .user_name_m,
  body.pf-account-redesign #content > h1,
  body.pf-account-redesign #column-left,
  body.pf-account-redesign #content > .account-menu-mobile,
  body.pf-account-redesign #content > .account-menu,
  body.pf-account-redesign #content > .profile-menu,
  body.pf-account-redesign #content > .profile-menu-mobile,
  body.pf-account-redesign #content > .spollers,
  body.pf-account-redesign #content .menu-account-mobile,
  body.pf-account-redesign #content .menu-account {
    display: none !important;
  }

  body.pf-account-redesign > .container,
  body.pf-account-redesign #account-order > .container,
  body.pf-account-redesign #account-password > .container,
  body.pf-account-redesign #account-wishlist > .container,
  body.pf-account-redesign #information-contact > .container {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  body.pf-account-redesign .row {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  body.pf-account-redesign .pf-page-content {
    width: 100%;
    max-width: 680px;
    margin: 0 auto;
    padding: 0 16px;
  }

  body.pf-account-redesign .alert {
    border-radius: 12px;
  }

  body.pf-account-redesign .nav-bar__item:first-child .nav-bar__link--active {
    color: inherit;
  }

  body.pf-account-redesign .nav-bar__item:nth-child(4) > a {
    color: var(--pf17-red);
  }

  /* Registration and editable account forms. */
  body.pf-account-redesign .simpleregister,
  body.pf-account-redesign .password_block,
  body.pf-account-redesign .profile-body,
  body.pf-account-redesign .profile-body__column {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  body.pf-account-redesign .simpleregister-have-account {
    margin: 0 0 16px;
    color: var(--pf17-copy);
    font-size: 13px;
    line-height: 18px;
    text-align: center;
  }

  body.pf-account-redesign .simpleregister-have-account a {
    color: var(--pf17-red);
    font-weight: 800;
  }

  .pf-google-auth {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    width: 100%;
    min-height: 48px;
    margin: 0;
    padding: 11px 18px;
    border: 1px solid #ccc7bd;
    border-radius: 14px;
    background: var(--pf17-white);
    color: #1a1a1a;
    font-size: 14px;
    font-weight: 800;
    line-height: 20px;
  }

  .pf-google-auth__mark {
    color: #3d75e3;
    font-size: 16px;
    font-weight: 900;
  }

  .pf-auth-divider {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 12px 0 16px;
    color: #615e59;
    font-size: 12px;
    font-weight: 700;
    line-height: 18px;
  }

  .pf-auth-divider::before,
  .pf-auth-divider::after {
    content: "";
    flex: 1 1 auto;
    height: 1px;
    background: rgba(62, 60, 60, 0.14);
  }

  body.pf-account-redesign .simpleregister-block-content {
    display: block !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  body.pf-account-redesign .simpleregister-block-content .form-group,
  body.pf-account-redesign .password_block .form-group {
    display: block !important;
    width: 100% !important;
    margin: 0 0 14px !important;
    padding: 0 !important;
  }

  body.pf-account-redesign .simpleregister-block-content .control-label,
  body.pf-account-redesign .password_block .control-label {
    display: block !important;
    width: 100% !important;
    margin: 0 0 7px !important;
    padding: 0 !important;
    color: var(--pf17-ink) !important;
    font-size: 13px !important;
    font-weight: 800 !important;
    line-height: 18px !important;
    text-align: left !important;
    float: none !important;
  }

  body.pf-account-redesign .simpleregister-block-content .form-group > div,
  body.pf-account-redesign .password_block .form-group > div {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    float: none !important;
  }

  body.pf-account-redesign .form-control {
    width: 100% !important;
    min-height: 50px !important;
    padding: 12px 14px !important;
    border: 1px solid #d6d6d6 !important;
    border-radius: 14px !important;
    background: var(--pf17-white) !important;
    color: var(--pf17-ink) !important;
    font-size: 15px !important;
    line-height: 22px !important;
    box-shadow: none !important;
  }

  body.pf-account-redesign .form-control:focus {
    border-color: var(--pf17-red) !important;
    box-shadow: 0 0 0 3px rgba(188, 39, 34, 0.12) !important;
  }

  body.pf-account-redesign textarea.form-control {
    min-height: 110px !important;
  }

  body.pf-account-redesign .simplecheckout-error-text,
  body.pf-account-redesign .text-danger {
    margin-top: 5px;
    color: var(--pf17-red) !important;
    font-size: 12px;
    font-weight: 700;
  }

  body.pf-account-redesign .simplecheckout-tooltip {
    margin-top: 5px;
    color: var(--pf17-muted);
    font-size: 12px;
    line-height: 17px;
  }

  body.pf-account-redesign .simpleregister-button-block,
  body.pf-account-redesign .simpleregister-button-right,
  body.pf-account-redesign .password_block .buttons {
    width: 100% !important;
    margin: 18px 0 0 !important;
    padding: 0 !important;
    float: none !important;
  }

  body.pf-account-redesign #agreement_checkbox {
    display: block;
    margin: 6px 0 18px;
  }

  body.pf-account-redesign #agreement_checkbox .checkbox {
    margin: 0 0 8px;
  }

  body.pf-account-redesign #agreement_checkbox label {
    color: var(--pf17-muted);
    font-size: 12px;
    font-weight: 400;
    line-height: 17px;
  }

  body.pf-account-redesign #simpleregister_button_confirm,
  body.pf-account-redesign .password_block input[type="submit"] {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    min-height: 50px !important;
    margin: 0 !important;
    padding: 13px 18px !important;
    border: 0 !important;
    border-radius: 14px !important;
    background: var(--pf17-red) !important;
    color: var(--pf17-white) !important;
    font-size: 15px !important;
    font-weight: 900 !important;
    line-height: 22px !important;
    text-align: center !important;
    box-shadow: none !important;
    float: none !important;
  }

  body.pf-account-redesign #simpleregister_button_confirm:hover,
  body.pf-account-redesign #simpleregister_button_confirm:focus,
  body.pf-account-redesign .password_block input[type="submit"]:hover,
  body.pf-account-redesign .password_block input[type="submit"]:focus {
    background: var(--pf17-red-dark) !important;
  }

  .pf-password-help {
    margin: 24px 0 0;
    color: var(--pf17-muted);
    font-size: 12px;
    line-height: 18px;
  }

  /* Wishlist cards. */
  body.pf-page-wishlist #content > .menu-profile-mobile,
  body.pf-page-wishlist #content > .profile_menu_mobile,
  body.pf-page-wishlist #content > .menu-mobile-profile {
    display: none !important;
  }

  body.pf-page-wishlist .product-items__content {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 6px !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  body.pf-page-wishlist .product-item {
    position: relative !important;
    display: flex !important;
    flex-direction: column !important;
    min-width: 0 !important;
    min-height: 226px !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    border: 1px solid var(--pf17-line) !important;
    border-radius: 12px !important;
    background: var(--pf17-white) !important;
    box-shadow: none !important;
  }

  body.pf-page-wishlist .product-item__image {
    display: block !important;
    flex: 0 0 112px !important;
    width: 100% !important;
    height: 112px !important;
    margin: 0 !important;
    overflow: hidden !important;
    background: linear-gradient(180deg, #ffffff 0%, #f7f7f7 100%) !important;
  }

  body.pf-page-wishlist .product-item__image img {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    margin: 0 !important;
    object-fit: contain !important;
  }

  body.pf-page-wishlist .product-item__body {
    display: flex !important;
    flex: 1 1 auto !important;
    flex-direction: column !important;
    min-width: 0 !important;
    padding: 10px 8px 9px !important;
  }

  body.pf-page-wishlist .product-item__stock-status,
  body.pf-page-wishlist .product-item__cod,
  body.pf-page-wishlist .supplier_title,
  body.pf-page-wishlist .supplier-switch,
  body.pf-page-wishlist .product-item__quantity {
    display: none !important;
  }

  body.pf-page-wishlist .supplier-price {
    display: contents !important;
  }

  body.pf-page-wishlist .product-item__name {
    display: -webkit-box !important;
    min-height: 32px !important;
    margin: 0 0 7px !important;
    overflow: hidden !important;
    color: var(--pf17-ink) !important;
    font-size: 12px !important;
    font-weight: 900 !important;
    line-height: 16px !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 2 !important;
  }

  body.pf-page-wishlist .product-item__name a {
    color: inherit !important;
    text-decoration: none !important;
  }

  body.pf-page-wishlist .product-item__price {
    margin: auto 42px 0 0 !important;
    color: var(--pf17-ink) !important;
    font-size: 17px !important;
    font-weight: 900 !important;
    line-height: 22px !important;
  }

  body.pf-page-wishlist .product-item__price .price-old {
    display: block;
    color: var(--pf17-muted) !important;
    font-size: 10px !important;
    line-height: 13px !important;
    text-decoration: line-through;
  }

  body.pf-page-wishlist .product-item__price .price-new {
    color: var(--pf17-red) !important;
  }

  body.pf-page-wishlist .product-item__bottom {
    position: static !important;
    display: block !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  body.pf-page-wishlist .product-item__buy {
    position: absolute !important;
    right: 8px !important;
    bottom: 8px !important;
  }

  body.pf-page-wishlist .product-item__button.button--cart {
    display: grid !important;
    place-items: center !important;
    width: 34px !important;
    height: 34px !important;
    min-height: 34px !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 1px solid var(--pf17-cream-line) !important;
    border-radius: 50% !important;
    background: var(--pf17-cream) !important;
    color: var(--pf17-red) !important;
    box-shadow: none !important;
  }

  body.pf-page-wishlist .product-item__button.button--cart svg {
    width: 18px !important;
    height: 18px !important;
  }

  body.pf-page-wishlist .product-item--added .product-item__button.button--cart {
    border-color: var(--pf17-red) !important;
    background: var(--pf17-red) !important;
  }

  body.pf-page-wishlist .product-item--added .product-item__button.button--cart svg {
    display: none !important;
  }

  body.pf-page-wishlist .product-item--added .product-item__button.button--cart::before {
    content: "✓";
    color: var(--pf17-white);
    font-size: 18px;
    font-weight: 900;
  }

  body.pf-page-wishlist .product-item__button.button--heart {
    position: absolute !important;
    top: 8px !important;
    right: 8px !important;
    z-index: 4 !important;
    display: grid !important;
    place-items: center !important;
    width: 30px !important;
    height: 30px !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 50% !important;
    background: rgba(188, 39, 34, 0.95) !important;
    color: var(--pf17-white) !important;
    box-shadow: none !important;
  }

  body.pf-page-wishlist .product-item__button.button--heart svg {
    display: none !important;
  }

  body.pf-page-wishlist .product-item__button.button--heart::before {
    content: "♥";
    font-size: 16px;
    line-height: 1;
  }

  body.pf-page-wishlist .product-item__sale {
    top: 7px !important;
    left: 7px !important;
    z-index: 4 !important;
  }

  .pf-empty-state {
    display: grid;
    justify-items: center;
    width: 100%;
    min-height: 250px;
    padding: 34px 24px;
    border: 1px solid var(--pf17-line);
    border-radius: 16px;
    background: #fffdf8;
    text-align: center;
  }

  .pf-empty-state__icon {
    display: grid;
    place-items: center;
    width: 58px;
    height: 58px;
    margin: 0 0 16px;
    border: 1px solid var(--pf17-cream-line);
    border-radius: 50%;
    background: var(--pf17-cream);
    color: var(--pf17-red);
    font-size: 27px;
    font-weight: 900;
    line-height: 1;
  }

  .pf-empty-state__title {
    margin: 0 0 8px;
    color: var(--pf17-ink);
    font-size: 18px;
    font-weight: 900;
    line-height: 24px;
  }

  .pf-empty-state__copy {
    max-width: 290px;
    margin: 0 0 20px;
    color: var(--pf17-muted);
    font-size: 13px;
    line-height: 19px;
  }

  .pf-empty-state__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 185px;
    min-height: 48px;
    padding: 12px 20px;
    border: 0;
    border-radius: 14px;
    background: var(--pf17-red);
    color: var(--pf17-white) !important;
    font-size: 14px;
    font-weight: 900;
    line-height: 20px;
    text-decoration: none !important;
  }

  /* Password form. */
  body.pf-page-password .password_block form {
    width: 100%;
    margin: 0;
  }

  body.pf-page-password .password-input {
    position: relative;
  }

  body.pf-page-password .form-icon-password {
    display: none !important;
  }

  /* Order history. */
  body.pf-page-orders .pf-order-tabs {
    display: flex;
    gap: 8px;
    margin: 0 0 18px;
  }

  body.pf-page-orders .pf-order-tab {
    min-height: 38px;
    padding: 9px 18px;
    border: 0;
    border-radius: 999px;
    background: var(--pf17-cream);
    color: var(--pf17-ink);
    font-size: 12px;
    font-weight: 900;
    line-height: 18px;
  }

  body.pf-page-orders .pf-order-tab.is-active {
    background: var(--pf17-red);
    color: var(--pf17-white);
  }

  body.pf-page-orders .table-order-head,
  body.pf-page-orders .table-order-body {
    display: none !important;
  }

  body.pf-page-orders .table-order,
  body.pf-page-orders .table-order-body_m {
    display: block !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  body.pf-page-orders .pf-order-card {
    display: block;
    width: 100%;
    margin: 0 0 14px;
    padding: 14px 12px 12px;
    border: 1px solid var(--pf17-line);
    border-radius: 14px;
    background: var(--pf17-white);
  }

  body.pf-page-orders .pf-order-card[hidden] {
    display: none !important;
  }

  body.pf-page-orders .pf-order-card__head,
  body.pf-page-orders .pf-order-card__bottom,
  body.pf-page-orders .pf-order-card__actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
  }

  body.pf-page-orders .pf-order-card__number {
    color: var(--pf17-ink);
    font-size: 14px;
    font-weight: 900;
    line-height: 19px;
  }

  body.pf-page-orders .pf-order-card__status {
    color: var(--pf17-red);
    font-size: 11px;
    font-weight: 900;
    line-height: 16px;
    text-align: right;
  }

  body.pf-page-orders .pf-order-card[data-status="Closed"] .pf-order-card__status {
    color: var(--pf17-green);
  }

  body.pf-page-orders .pf-order-card[data-status="Cancelled"] .pf-order-card__status {
    color: var(--pf17-muted);
  }

  body.pf-page-orders .pf-order-card__date {
    margin: 10px 0 0;
    color: var(--pf17-muted);
    font-size: 11px;
    font-weight: 800;
    line-height: 16px;
  }

  body.pf-page-orders .pf-order-card__products {
    margin: 11px 0 14px;
    color: var(--pf17-copy);
    font-size: 12px;
    font-weight: 800;
    line-height: 17px;
  }

  body.pf-page-orders .pf-order-card__total {
    color: var(--pf17-ink);
    font-size: 17px;
    font-weight: 900;
    line-height: 22px;
  }

  body.pf-page-orders .pf-order-card__actions {
    justify-content: flex-end;
  }

  body.pf-page-orders .pf-order-card__link {
    display: inline-flex;
    min-height: 44px;
    align-items: center;
    padding: 10px 0 10px 12px;
    color: var(--pf17-red);
    font-size: 11px;
    font-weight: 900;
    line-height: 16px;
    text-decoration: none;
  }

  body.pf-page-orders .pf-order-card__link--repeat {
    color: var(--pf17-copy);
  }

  /* Contact information cards and preserved map. */
  body.pf-page-contact .pf-contact-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  body.pf-page-contact .pf-contact-card {
    min-width: 0;
    min-height: 108px;
    padding: 12px 12px 12px 56px;
    position: relative;
    border: 1px solid #d1d1d1;
    border-radius: 16px;
    background: var(--pf17-white);
  }

  body.pf-page-contact .pf-contact-card__icon {
    position: absolute;
    top: 11px;
    left: 11px;
    display: grid;
    place-items: center;
    width: 36px;
    height: 36px;
    border-radius: 10px;
    background: var(--pf17-cream);
    color: var(--pf17-red);
    font-size: 17px;
    line-height: 1;
  }

  body.pf-page-contact .pf-contact-card__title {
    margin: 2px 0 10px;
    color: var(--pf17-ink);
    font-size: 13px;
    font-weight: 900;
    line-height: 17px;
  }

  body.pf-page-contact .pf-contact-card__value,
  body.pf-page-contact .pf-contact-card__value a {
    margin: 0;
    overflow-wrap: anywhere;
    color: var(--pf17-copy);
    font-size: 11px;
    font-weight: 400;
    line-height: 16px;
    text-decoration: none;
  }

  body.pf-page-contact .pf-contact-map {
    width: 100%;
    height: 220px;
    margin: 20px 0 0;
    overflow: hidden;
    border: 1px solid var(--pf17-cream-line);
    border-radius: 16px;
    background: var(--pf17-cream);
  }

  body.pf-page-contact .pf-contact-map iframe {
    display: block;
    width: 100% !important;
    height: 100% !important;
    border: 0 !important;
  }

  body.pf-page-contact .pf-contact-socials {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 18px;
    justify-content: center;
    margin: 18px 0 0;
  }

  body.pf-page-contact .pf-contact-socials a {
    color: var(--pf17-red);
    font-size: 13px;
    font-weight: 900;
    line-height: 18px;
    text-decoration: none;
  }

  body.pf-page-contact .pf-contact-locations {
    margin-top: 22px;
  }

  /* Slideshow module selected instead of the home carousel. */
  body.common-home .slideshow-bg {
    margin: 0 0 14px !important;
  }

  body.common-home .slideshow-bg > .col-sm-3 {
    display: none !important;
  }

  body.common-home .slideshow-bg > .col-sm-12 {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  body.common-home .slideshow,
  body.common-home .main-banner,
  body.common-home .main-banner .slick-list,
  body.common-home .main-banner .slick-track,
  body.common-home .main-banner .slick-slide,
  body.common-home .main-banner .text-center {
    border-radius: 12px !important;
  }

  body.common-home .main-banner {
    overflow: hidden !important;
    background: var(--pf17-cream);
  }

  body.common-home .main-banner .slick-slide img {
    display: block !important;
    width: 100% !important;
    height: auto !important;
    min-height: 120px !important;
    max-height: 180px !important;
    object-fit: cover !important;
  }

  body.common-home .main-banner .slick-dots {
    display: flex !important;
    gap: 7px !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 8px 0 0 !important;
    padding: 0 !important;
    list-style: none !important;
  }

  body.common-home .main-banner .slick-dots button {
    width: 7px !important;
    height: 7px !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    border: 0 !important;
    border-radius: 50% !important;
    background: #d2d2d2 !important;
    color: transparent !important;
    font-size: 0 !important;
  }

  body.common-home .main-banner .slick-dots .slick-active button {
    background: var(--pf17-red) !important;
  }

  .pf-kitchens-panel {
    padding: 0;
    background: var(--pf17-white);
  }

  .pf-kitchens-panel__surface {
    width: 100%;
    height: 100%;
    max-height: none;
    margin: 0;
    padding-bottom: calc(86px + env(safe-area-inset-bottom));
    border-radius: 0;
    box-shadow: none;
  }
}

@media (max-width: 359.98px) {
  body.pf-page-contact .pf-contact-grid {
    grid-template-columns: 1fr;
  }

  body.pf-page-wishlist .product-items__content {
    gap: 4px !important;
  }
}

/* Podil Food v19: home recovery, larger navigation and account wayfinding. */
.pf-account-nav {
  display: none;
}

.pf-home-slider-slot {
  width: 100%;
}

@media (max-width: 767.98px) {
  /* A slightly larger bottom navigation keeps the original 4 + centre layout. */
  .nav-bar {
    padding: 7px 4px calc(7px + env(safe-area-inset-bottom)) !important;
  }

  .nav-bar .nav-bar__list {
    min-height: 54px !important;
  }

  .nav-bar .nav-bar__item:not(.nav-bar__item--qr-code) {
    flex-basis: 58px !important;
  }

  .nav-bar .nav-bar__item:not(.nav-bar__item--qr-code) > a,
  .nav-bar .nav-bar__item:not(.nav-bar__item--qr-code) > button {
    width: 52px !important;
    min-width: 52px !important;
    height: 52px !important;
    border-radius: 14px !important;
  }

  .nav-bar .nav-bar__item:not(.nav-bar__item--qr-code) .nav-bar__icon {
    width: 24px !important;
    height: 24px !important;
  }

  .nav-bar .nav-bar__item--qr-code {
    width: 66px !important;
    min-width: 66px !important;
  }

  .nav-bar .nav-bar__item--qr-code .nav-bar__icon img {
    width: 54px !important;
    height: 54px !important;
  }

  /* Make the horizontal kitchen row larger and leave the next tile clipped. */
  body.common-home .pf-kitchen-tiles {
    gap: 10px !important;
    padding-right: 16px !important;
  }

  body.common-home .pf-kitchen-tile {
    flex: 0 0 88px !important;
    width: 88px !important;
    min-width: 88px !important;
  }

  body.common-home .pf-kitchen-tile__image {
    border-radius: 14px !important;
  }

  body.common-home .pf-kitchen-tile__title {
    min-height: 24px !important;
    margin-top: 7px !important;
    font-size: 11px !important;
    line-height: 12px !important;
  }

  /* Restore the selected slideshow after the kitchen row. */
  body.common-home .pf-home-slider-slot {
    display: block;
    width: 100%;
    margin: 4px 0 16px;
  }

  body.common-home .pf-home-slider-slot:empty {
    display: none;
  }

  body.common-home .pf-home-slider-slot.is-empty {
    display: none;
  }

  body.common-home .pf-home-slider-slot .slideshow-bg {
    width: 100% !important;
    margin: 0 !important;
  }

  body.common-home .pf-home-slider-slot .menu-header-box--dubl {
    display: none !important;
  }

  body.common-home .carousel-advertising.pf-home-banner-fallback {
    display: block !important;
    width: 100% !important;
    margin: 0 !important;
  }

  /* Larger typography in the left hamburger menu. */
  .mobile-menu .mobile-menu-top {
    padding: 18px 20px !important;
  }

  .mobile-menu .mobile-menu-top .mobile-menu-title {
    font-size: 26px !important;
    font-weight: 800 !important;
    line-height: 32px !important;
  }

  .mobile-menu .mobile-menu-ul li,
  .mobile-menu .phone-block li {
    padding: 13px 20px !important;
  }

  .mobile-menu .mobile-menu-ul li a,
  .mobile-menu .mobile-menu-ul li button,
  .mobile-menu .phone-block li a,
  .mobile-menu .callback .btn {
    font-size: 18px !important;
    font-weight: 700 !important;
    line-height: 24px !important;
  }

  .mobile-menu .time_work {
    font-size: 15px !important;
    line-height: 21px !important;
  }

  /* The account pages now expose all primary destinations instead of hiding them. */
  body.pf-account-redesign .pf-account-nav {
    display: block;
    width: 100%;
    margin: 0 0 20px;
    padding: 0;
  }

  body.pf-account-redesign .pf-account-nav__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px;
  }

  body.pf-account-redesign .pf-account-nav__item {
    display: flex;
    min-width: 0;
    min-height: 76px;
    flex-direction: column;
    justify-content: center;
    padding: 12px;
    border: 1px solid var(--pf17-line);
    border-radius: 14px;
    background: var(--pf17-white);
    color: var(--pf17-ink);
    text-decoration: none !important;
  }

  body.pf-account-redesign .pf-account-nav__item strong {
    display: block;
    color: inherit;
    font-size: 14px;
    font-weight: 900;
    line-height: 18px;
  }

  body.pf-account-redesign .pf-account-nav__item small {
    display: block;
    margin-top: 3px;
    color: var(--pf17-muted);
    font-size: 11px;
    font-weight: 500;
    line-height: 15px;
  }

  body.pf-account-redesign .pf-account-nav__item.is-active {
    border-color: var(--pf17-red);
    background: #fff8f7;
    color: var(--pf17-red);
  }

  body.pf-account-redesign .pf-account-nav__logout {
    display: inline-flex;
    gap: 7px;
    align-items: center;
    margin: 11px 2px 0;
    color: var(--pf17-red);
    font-size: 13px;
    font-weight: 900;
    line-height: 18px;
    text-decoration: none !important;
  }

  body.pf-account-redesign .nav-bar__item:nth-child(4) > .nav-bar__link {
    border-color: var(--pf17-red) !important;
    background: #fff8f7 !important;
  }
}

@media (max-width: 359.98px) {
  .nav-bar .nav-bar__item:not(.nav-bar__item--qr-code) {
    flex-basis: 49px !important;
  }

  .nav-bar .nav-bar__item:not(.nav-bar__item--qr-code) > a,
  .nav-bar .nav-bar__item:not(.nav-bar__item--qr-code) > button {
    width: 46px !important;
    min-width: 46px !important;
    height: 46px !important;
  }

  .nav-bar .nav-bar__item--qr-code {
    width: 60px !important;
    min-width: 60px !important;
  }

  body.common-home .pf-kitchen-tile {
    flex-basis: 82px !important;
    width: 82px !important;
    min-width: 82px !important;
  }
}
