/*
 * Podil Food desktop system, v2 — 2026-09-03.
 *
 * The approved mobile implementation remains the source of truth. Every rule
 * in this file is limited to viewports from 768px, so the mobile experience is
 * left untouched.
 */

@media (min-width: 768px) {
  :root {
    --pfd-ink: #171717;
    --pfd-copy: #45413f;
    --pfd-muted: #7b7774;
    --pfd-surface: #ffffff;
    --pfd-canvas: #fffaf1;
    --pfd-cream: #f2e6c9;
    --pfd-cream-soft: #fbf4e4;
    --pfd-cream-line: #d8c8a8;
    --pfd-line: rgba(62, 60, 60, 0.14);
    --pfd-red: #bc2722;
    --pfd-red-dark: #981e1a;
    --pfd-orange: #f7931e;
    --pfd-orange-dark: #df7900;
    --pfd-green: #418833;
    --pfd-shadow-sm: 0 8px 24px rgba(43, 35, 25, 0.07);
    --pfd-shadow-md: 0 18px 48px rgba(43, 35, 25, 0.1);
    --pfd-radius-sm: 12px;
    --pfd-radius: 18px;
    --pfd-radius-lg: 24px;
    --pfd-container: 1240px;
  }

  html {
    min-width: 768px;
    background: var(--pfd-canvas);
    scroll-behavior: smooth;
  }

  body {
    min-width: 768px;
    background: var(--pfd-canvas);
    color: var(--pfd-copy);
    font-family: Roboto, Arial, sans-serif;
    font-size: 15px;
    line-height: 1.5;
  }

  body ::selection {
    background: rgba(247, 147, 30, 0.28);
    color: var(--pfd-ink);
  }

  body > .container,
  body .container {
    width: calc(100% - 48px) !important;
    max-width: var(--pfd-container);
  }

  body a {
    transition: color 0.16s ease, border-color 0.16s ease, background-color 0.16s ease, opacity 0.16s ease;
  }

  body img {
    max-width: 100%;
  }

  body .alert {
    border: 0;
    border-radius: var(--pfd-radius-sm);
    box-shadow: var(--pfd-shadow-sm);
  }

  body .alert-success {
    background: #eaf6e7;
    color: #2f7025;
  }

  body .alert-danger,
  body .alert-warning {
    background: #fff0ec;
    color: #a32a23;
  }

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

  /* Header */
  body > header.header {
    position: sticky;
    top: 0;
    z-index: 210;
    width: 100%;
    border-bottom: 1px solid var(--pfd-line);
    background: var(--pfd-surface);
    box-shadow: 0 8px 28px rgba(29, 24, 20, 0.07);
  }

  body > header.header .header__top {
    min-height: 70px;
    background: var(--pfd-surface);
  }

  body > header.header .header__top > .container {
    display: flex;
    align-items: center;
    min-height: 70px;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  body > header.header .menu_icon_m,
  body > .pf-side-menu-overlay,
  body > header.header .logo-mob,
  body > .nav-bar {
    display: none !important;
  }

  body > header.header #logo {
    display: flex;
    flex: 0 0 auto;
    align-items: center;
    margin: 0;
  }

  body > header.header #logo a {
    display: inline-flex;
    align-items: center;
  }

  body > header.header #logo .logo-pc {
    display: block !important;
    width: auto;
    max-width: 220px;
    height: 42px;
    object-fit: contain;
  }

  body > header.header .top-menu {
    margin-left: auto;
  }

  body > header.header .top-menu ul {
    display: flex;
    gap: 10px;
    align-items: center;
    margin: 0;
    padding: 0;
    list-style: none;
  }

  body > header.header .top-menu a {
    display: inline-flex;
    min-height: 38px;
    align-items: center;
    padding: 8px 13px;
    border-radius: 999px;
    color: var(--pfd-copy);
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
  }

  body > header.header .top-menu a:hover,
  body > header.header .top-menu a:focus {
    background: var(--pfd-cream-soft);
    color: var(--pfd-red);
    text-decoration: none;
  }

  body > header.header .header__bottom {
    min-height: 76px;
    padding: 12px 0;
    background: var(--pfd-ink);
  }

  body > header.header #menu_block,
  body > header.header #menu_block > .container {
    min-height: 52px;
  }

  body > header.header #menu_block > .container {
    display: grid !important;
    grid-template-columns: minmax(205px, 238px) minmax(280px, 1fr) auto;
    gap: 12px;
    align-items: center;
  }

  body > header.header .menu-header-box,
  body > header.header .menu-header-box .row,
  body > header.header .menu-header-box .menu-box,
  body > header.header #menu-vertical {
    width: 100%;
    height: 52px;
    margin: 0;
    padding: 0;
  }

  body > header.header .menu-header-box .row {
    margin: 0;
  }

  body > header.header .menu-header-box .menu-box {
    float: none;
  }

  body > header.header #menu-vertical > button.hidden-xs.hidden-sm {
    display: flex !important;
    width: 100%;
    height: 52px;
    align-items: center;
    justify-content: space-between;
    margin: 0;
    padding: 0 18px;
    border: 1px solid #f3c27b;
    border-radius: 13px;
    background: var(--pfd-orange);
    color: var(--pfd-surface);
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    box-shadow: none;
  }

  body > header.header #menu-vertical > button.hidden-xs.hidden-sm:hover,
  body > header.header #menu-vertical > button.hidden-xs.hidden-sm:focus {
    border-color: #ffd08b;
    background: var(--pfd-orange-dark);
    color: var(--pfd-surface);
  }

  body > header.header #menu-vertical-list {
    top: calc(100% + 8px);
    width: 100%;
    min-width: 238px;
    padding: 8px;
    overflow: hidden;
    border: 1px solid var(--pfd-line);
    border-radius: 14px;
    background: var(--pfd-surface);
    box-shadow: var(--pfd-shadow-md);
  }

  body > header.header #menu-vertical-list > li > a {
    display: flex;
    min-height: 42px;
    align-items: center;
    padding: 9px 11px;
    border-radius: 9px;
    color: var(--pfd-copy);
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
  }

  body > header.header #menu-vertical-list > li > a:hover,
  body > header.header #menu-vertical-list > li > a:focus {
    background: var(--pfd-cream-soft);
    color: var(--pfd-red);
  }

  body > header.header #search {
    position: relative;
    display: flex;
    width: 100%;
    height: 52px;
    align-items: center;
    margin: 0;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 13px;
    background: var(--pfd-surface);
    box-shadow: none;
  }

  body > header.header #search input[name="search"] {
    width: 100%;
    height: 50px;
    padding: 0 54px 0 18px;
    border: 0;
    border-radius: 13px;
    outline: 0;
    background: transparent;
    color: var(--pfd-ink);
    font-size: 14px;
    font-weight: 500;
  }

  body > header.header #search input[name="search"]::placeholder {
    color: #8b8784;
    opacity: 1;
  }

  body > header.header #search > .btn {
    position: absolute;
    z-index: 2;
    top: 5px;
    right: 5px;
    display: grid;
    width: 42px;
    height: 42px;
    place-items: center;
    padding: 0;
    border: 0;
    border-radius: 10px;
    background: var(--pfd-cream);
    color: var(--pfd-red);
  }

  body > header.header #search > .btn:hover,
  body > header.header #search > .btn:focus {
    background: #e7d6b2;
  }

  body > header.header #search .live-search,
  body > header.header #search > .dropdown-menu {
    top: calc(100% + 8px);
    width: 100%;
    overflow: hidden;
    border: 1px solid var(--pfd-line);
    border-radius: 14px;
    background: var(--pfd-surface);
    box-shadow: var(--pfd-shadow-md);
  }

  body > header.header .wish-cart-block {
    display: flex !important;
    width: auto;
    gap: 8px;
    align-items: center;
    justify-content: flex-end;
    margin: 0;
  }

  body > header.header #wishlist,
  body > header.header #cart,
  body > header.header .account_block {
    flex: 0 0 auto;
    width: auto;
    margin: 0;
  }

  body > header.header #wishlist > .btn,
  body > header.header #cart > .btn,
  body > header.header .account_block__link {
    position: relative;
    display: inline-flex;
    width: 52px;
    height: 52px;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 13px;
    background: var(--pfd-surface);
    color: var(--pfd-ink);
    box-shadow: none;
    text-decoration: none;
  }

  body > header.header #wishlist > .btn:hover,
  body > header.header #cart > .btn:hover,
  body > header.header .account_block__link:hover {
    border-color: var(--pfd-cream-line);
    background: var(--pfd-cream);
    color: var(--pfd-red);
  }

  body > header.header #wishlist-count,
  body > header.header #cart-count {
    position: absolute;
    top: -7px;
    right: -5px;
    display: grid;
    min-width: 23px;
    height: 23px;
    place-items: center;
    padding: 0 5px;
    border: 2px solid var(--pfd-ink);
    border-radius: 999px;
    background: var(--pfd-orange);
    color: var(--pfd-surface);
    font-size: 10px;
    font-weight: 900;
    line-height: 1;
  }

  body > header.header #cart-total,
  body > header.header .account_block__text {
    display: none !important;
  }

  body > header.header #wishlist .dropdown-menu,
  body > header.header #cart .dropdown-menu,
  body > header.header .pf06-cart-menu {
    top: calc(100% + 12px);
    right: 0;
    left: auto;
    width: min(430px, calc(100vw - 48px));
    max-height: calc(100vh - 180px);
    overflow: auto;
    border: 1px solid var(--pfd-line);
    border-radius: 18px;
    background: var(--pfd-surface);
    box-shadow: var(--pfd-shadow-md);
  }

  /* Breadcrumbs and common page surfaces */
  body .breadcrumb_bg {
    margin: 0;
    border-bottom: 1px solid var(--pfd-line);
    background: var(--pfd-surface);
  }

  body .breadcrumb_bg > .container {
    min-height: 56px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  body .breadcrumbs,
  body .breadcrumb {
    display: flex;
    min-height: 36px;
    flex-wrap: wrap;
    gap: 6px 10px;
    align-items: center;
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
    color: var(--pfd-muted);
    font-size: 12px;
    font-weight: 600;
  }

  body .breadcrumbs a,
  body .breadcrumb a {
    color: var(--pfd-muted);
    text-decoration: none;
  }

  body .breadcrumbs a:hover,
  body .breadcrumb a:hover {
    color: var(--pfd-red);
  }

  body #content > h1,
  body #content > h2,
  body main > h1,
  body main > h2 {
    color: var(--pfd-ink);
    font-weight: 900;
    letter-spacing: -0.025em;
  }

  /* Home: the mobile content model expanded for desktop. */
  body.common-home #common-home {
    max-width: var(--pfd-container);
    padding-top: 30px;
  }

  body.common-home #common-home > .row {
    display: block;
    margin: 0;
  }

  body.common-home #common-home #column-left {
    display: none !important;
  }

  body.common-home #common-home #content {
    width: 100% !important;
    min-width: 0;
    float: none !important;
    padding: 0;
  }

  body.common-home .heading,
  html.pf-home-tiles-ready body.common-home #category_top {
    display: none !important;
  }

  body.common-home .pf-kitchen-tiles {
    display: grid !important;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 14px;
    width: 100%;
    margin: 0 0 28px;
    padding: 0;
  }

  body.common-home .pf-kitchen-tile {
    display: flex;
    min-width: 0;
    flex-direction: column;
    align-items: center;
    padding: 14px 12px 12px;
    border: 1px solid var(--pfd-line);
    border-radius: 18px;
    background: var(--pfd-surface);
    color: var(--pfd-ink);
    box-shadow: 0 6px 18px rgba(43, 35, 25, 0.045);
    text-align: center;
    text-decoration: none;
    transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
  }

  body.common-home .pf-kitchen-tile:hover,
  body.common-home .pf-kitchen-tile:focus {
    border-color: var(--pfd-cream-line);
    color: var(--pfd-red);
    box-shadow: var(--pfd-shadow-sm);
    text-decoration: none;
    transform: translateY(-3px);
  }

  body.common-home .pf-kitchen-tile__image {
    display: block;
    width: 108px;
    max-width: 100%;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    border: 1px solid var(--pfd-cream-line);
    border-radius: 50%;
    background: var(--pfd-cream-soft);
  }

  body.common-home .pf-kitchen-tile__image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  body.common-home .pf-kitchen-tile__title {
    display: block;
    margin-top: 10px;
    overflow: hidden;
    color: inherit;
    font-size: 13px;
    font-weight: 900;
    line-height: 18px;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  body.common-home .pf-home-slider-slot {
    width: 100%;
    margin: 0 0 38px;
  }

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

  body.common-home .pf-home-slider-slot .slideshow-bg > .col-sm-3,
  body.common-home .pf-home-slider-slot .menu-header-box--dubl,
  body.common-home .pf-home-slider-slot .account-block-top {
    display: none !important;
  }

  body.common-home .pf-home-slider-slot .slideshow-bg > .col-sm-12,
  body.common-home .pf-home-slider-slot .slideshow-bg > .col-lg-9,
  body.common-home .pf-home-slider-slot .slideshow,
  body.common-home .pf-home-slider-slot .main-banner {
    width: 100% !important;
    float: none !important;
    padding: 0;
  }

  body.common-home .pf-home-slider-slot .main-banner,
  body.common-home .pf-home-slider-slot .slick-list,
  body.common-home .pf-home-slider-slot .slick-slide,
  body.common-home .pf-home-slider-slot .slick-slide > div,
  body.common-home .pf-home-slider-slot .text-center {
    border-radius: var(--pfd-radius-lg);
  }

  body.common-home .pf-home-slider-slot .slick-list {
    height: auto !important;
    overflow: hidden;
    box-shadow: var(--pfd-shadow-md);
  }

  body.common-home .pf-home-slider-slot .slick-slide img {
    display: block;
    width: 100%;
    aspect-ratio: 12 / 4.75;
    border-radius: var(--pfd-radius-lg);
    object-fit: cover;
  }

  body.common-home .pf-home-slider-slot .slick-dots {
    display: flex !important;
    gap: 7px;
    justify-content: center;
    margin: 14px 0 0;
    padding: 0;
    list-style: none;
  }

  body.common-home .pf-home-slider-slot .slick-dots button {
    width: 8px;
    height: 8px;
    overflow: hidden;
    padding: 0;
    border: 0;
    border-radius: 999px;
    background: #ded7ca;
    color: transparent;
    font-size: 0;
  }

  body.common-home .pf-home-slider-slot .slick-dots .slick-active button {
    width: 28px;
    background: var(--pfd-orange);
  }

  body.common-home .pf-home-sections {
    display: block !important;
    width: 100%;
    margin: 0;
    padding: 0;
  }

  body.common-home .pf-menu-section {
    width: 100%;
    margin: 0 0 44px;
    padding: 0;
  }

  body.common-home .pf-menu-section__head {
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 18px;
  }

  body.common-home .pf-menu-section__title {
    margin: 0;
    color: var(--pfd-ink);
    font-size: 28px;
    font-weight: 900;
    line-height: 34px;
    letter-spacing: -0.035em;
  }

  body.common-home .pf-menu-section__all {
    display: inline-flex;
    min-height: 40px;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    padding: 9px 14px;
    border: 1px solid var(--pfd-cream-line);
    border-radius: 999px;
    background: var(--pfd-cream-soft);
    color: var(--pfd-red);
    font-size: 12px;
    font-weight: 900;
    line-height: 18px;
    text-decoration: none;
  }

  body.common-home .pf-menu-section__all:hover,
  body.common-home .pf-menu-section__all:focus {
    border-color: var(--pfd-red);
    background: var(--pfd-red);
    color: var(--pfd-surface);
    text-decoration: none;
  }

  body.common-home .pf-product-track {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 14px;
    width: 100%;
    margin: 0;
    padding: 0;
  }

  body.common-home .pf-product-card {
    position: relative;
    display: flex;
    min-width: 0;
    min-height: 310px;
    overflow: hidden;
    flex-direction: column;
    border: 1px solid var(--pfd-line);
    border-radius: var(--pfd-radius);
    background: var(--pfd-surface);
    box-shadow: 0 7px 22px rgba(43, 35, 25, 0.055);
    transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
  }

  body.common-home .pf-product-card:hover {
    border-color: var(--pfd-cream-line);
    box-shadow: var(--pfd-shadow-sm);
    transform: translateY(-3px);
  }

  body.common-home .pf-product-card__media {
    position: relative;
    width: 100%;
    aspect-ratio: 3 / 2;
    overflow: hidden;
    background: linear-gradient(145deg, #ffffff, var(--pfd-cream-soft));
  }

  body.common-home .pf-product-card__image,
  body.common-home .pf-product-card__image img {
    display: block;
    width: 100%;
    height: 100%;
  }

  body.common-home .pf-product-card__image img {
    object-fit: cover;
    transition: transform 0.28s ease;
  }

  body.common-home .pf-product-card:hover .pf-product-card__image img {
    transform: scale(1.035);
  }

  body.common-home .pf-product-card__favorite {
    position: absolute;
    z-index: 3;
    top: 10px;
    right: 10px;
    display: grid;
    width: 38px;
    height: 38px;
    place-items: center;
    margin: 0;
    padding: 0;
    border: 1px solid rgba(62, 60, 60, 0.14);
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.94);
    color: var(--pfd-red);
    box-shadow: 0 4px 12px rgba(43, 35, 25, 0.08);
  }

  body.common-home .pf-product-card__favorite:hover,
  body.common-home .pf-product-card__favorite:focus {
    border-color: var(--pfd-red);
    background: var(--pfd-red);
    color: var(--pfd-surface);
  }

  body.common-home .pf-product-card__discount,
  body.common-home .pf-product-card__stock {
    position: absolute;
    z-index: 2;
    left: 10px;
    display: inline-flex;
    max-width: calc(100% - 64px);
    align-items: center;
    padding: 5px 9px;
    overflow: hidden;
    border-radius: 999px;
    color: var(--pfd-surface);
    font-size: 10px;
    font-weight: 900;
    line-height: 14px;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  body.common-home .pf-product-card__discount {
    top: 10px;
    background: #ff2448;
  }

  body.common-home .pf-product-card__stock {
    bottom: 10px;
    background: rgba(23, 23, 23, 0.84);
  }

  body.common-home .pf-product-card__body {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    min-width: 0;
    padding: 14px;
  }

  body.common-home .pf-product-card__name {
    display: -webkit-box;
    min-height: 42px;
    overflow: hidden;
    color: var(--pfd-ink);
    font-size: 15px;
    font-weight: 900;
    line-height: 20px;
    text-decoration: none;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  body.common-home .pf-product-card__name:hover {
    color: var(--pfd-red);
  }

  body.common-home .pf-product-card__meta {
    margin-top: 5px;
    color: var(--pfd-green);
    font-size: 11px;
    font-weight: 700;
    line-height: 16px;
  }

  body.common-home .pf-product-card--unavailable .pf-product-card__meta {
    color: var(--pfd-muted);
  }

  body.common-home .pf-product-card__bottom {
    display: flex;
    gap: 10px;
    align-items: flex-end;
    justify-content: space-between;
    margin-top: auto;
    padding-top: 14px;
  }

  body.common-home .pf-product-card__price {
    display: flex;
    min-width: 0;
    flex-direction: column;
    color: var(--pfd-ink);
    font-size: 18px;
    font-weight: 900;
    line-height: 21px;
  }

  body.common-home .pf-product-card__old-price {
    color: var(--pfd-muted);
    font-size: 11px;
    font-weight: 600;
    line-height: 14px;
    text-decoration: line-through;
  }

  body.common-home .pf-product-card__new-price {
    color: var(--pfd-red);
  }

  body.common-home .pf-product-card__cart {
    display: grid;
    flex: 0 0 42px;
    width: 42px;
    height: 42px;
    place-items: center;
    margin: 0;
    padding: 0;
    border: 1px solid var(--pfd-cream-line);
    border-radius: 50%;
    background: var(--pfd-cream);
    color: var(--pfd-red);
  }

  body.common-home .pf-product-card__cart:hover,
  body.common-home .pf-product-card__cart:focus {
    border-color: var(--pfd-red);
    background: var(--pfd-red);
    color: var(--pfd-surface);
  }

  body.common-home .pf-product-card__cart--disabled {
    border-color: var(--pfd-line);
    background: #efeeec;
    color: #aaa6a2;
    cursor: not-allowed;
  }

  body.common-home .pf-product-card--unavailable .pf-product-card__image img {
    opacity: 0.55;
    filter: grayscale(0.3);
  }

  body.common-home .pf-menu-section__empty {
    padding: 30px;
    border: 1px dashed var(--pfd-cream-line);
    border-radius: var(--pfd-radius);
    background: var(--pfd-cream-soft);
    color: var(--pfd-muted);
    font-weight: 700;
    text-align: center;
  }

  body.common-home .home_bottom {
    display: none;
  }

  /* Category and search result grids. */
  body[class*="product-category-"] .pf-category-page {
    padding-bottom: 10px;
  }

  body[class*="product-category-"] .pf-category-sticky {
    position: relative !important;
    top: auto !important;
    z-index: 1;
    border-bottom: 1px solid var(--pfd-line);
    background: var(--pfd-surface);
    box-shadow: none;
  }

  body[class*="product-category-"] .pf-category-sticky > .container {
    padding-top: 18px;
    padding-bottom: 14px;
  }

  body[class*="product-category-"] .pf-category-head {
    display: flex;
    gap: 14px;
    align-items: center;
    margin-bottom: 12px;
  }

  body[class*="product-category-"] .pf-category-head h1,
  body[class*="product-category-"] .pf-category-sticky h1 {
    margin: 0;
    color: var(--pfd-ink);
    font-size: 28px;
    font-weight: 900;
    line-height: 34px;
    letter-spacing: -0.03em;
  }

  body[class*="product-category-"] .pf-category-back {
    display: grid;
    width: 42px;
    height: 42px;
    flex: 0 0 42px;
    place-items: center;
    border: 1px solid var(--pfd-cream-line);
    border-radius: 12px;
    background: var(--pfd-cream);
    color: var(--pfd-red);
  }

  body[class*="product-category-"] .pf-category-tabs {
    display: flex;
    gap: 8px;
    align-items: center;
    padding: 0 0 2px;
    overflow-x: auto;
    scrollbar-width: thin;
  }

  body[class*="product-category-"] .pf-category-tabs a {
    display: inline-flex;
    min-height: 38px;
    flex: 0 0 auto;
    align-items: center;
    padding: 8px 14px;
    border: 1px solid transparent;
    border-radius: 999px;
    background: #f4f2ef;
    color: var(--pfd-ink);
    font-size: 12px;
    font-weight: 800;
    text-decoration: none;
  }

  body[class*="product-category-"] .pf-category-tabs a:hover,
  body[class*="product-category-"] .pf-category-tabs a.is-active,
  body[class*="product-category-"] .pf-category-tabs a.active {
    border-color: var(--pfd-red);
    background: var(--pfd-red);
    color: var(--pfd-surface);
  }

  body[class*="product-category-"] .pf-category-layout {
    display: grid !important;
    grid-template-columns: 248px minmax(0, 1fr) !important;
    gap: 28px !important;
    align-items: start;
    padding-top: 28px;
    padding-bottom: 34px;
  }

  body[class*="product-category-"] .pf-category-layout > #column-left {
    grid-column: 1 !important;
    grid-row: 1 !important;
    display: block !important;
    width: auto !important;
    min-width: 0;
    float: none !important;
    margin: 0;
    padding: 0 !important;
  }

  body[class*="product-category-"] .pf-category-layout > #content,
  body[class*="product-category-"] #content.pf-category-content {
    grid-column: 2 !important;
    grid-row: 1 !important;
    width: auto !important;
    min-width: 0;
    float: none !important;
    margin: 0;
    padding: 0 !important;
  }

  body[class*="product-category-"] #column-left > * {
    margin-bottom: 16px;
  }

  body[class*="product-category-"] #column-left .panel,
  body[class*="product-category-"] #column-left .filter,
  body[class*="product-category-"] #column-left .ocfilter,
  body[class*="product-category-"] #column-left [class*="filter"] {
    overflow: hidden;
    border: 1px solid var(--pfd-line);
    border-radius: var(--pfd-radius);
    background: var(--pfd-surface);
    box-shadow: 0 6px 20px rgba(43, 35, 25, 0.045);
  }

  body[class*="product-category-"] #column-left .panel-heading,
  body[class*="product-category-"] #column-left .filter-title,
  body[class*="product-category-"] #column-left h3,
  body[class*="product-category-"] #column-left h4 {
    margin: 0;
    color: var(--pfd-ink);
    font-weight: 900;
  }

  body[class*="product-category-"] #column-left .panel-body,
  body[class*="product-category-"] #column-left .list-group,
  body[class*="product-category-"] #column-left .filter-content {
    padding: 16px;
  }

  body[class*="product-category-"] #column-left input[type="text"],
  body[class*="product-category-"] #column-left input[type="number"],
  body[class*="product-category-"] #column-left select {
    min-height: 42px;
    border: 1px solid var(--pfd-line);
    border-radius: 10px;
    background: var(--pfd-surface);
  }

  body[class*="product-category-"] .pf-category-tools {
    display: flex;
    gap: 12px;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 24px;
    padding: 0;
  }

  body[class*="product-category-"] .pf-category-tools select,
  body[class*="product-category-"] .pf-category-tools button,
  body[class*="product-category-"] .pf-category-tools .btn {
    min-height: 42px;
    border: 1px solid var(--pfd-line);
    border-radius: 11px;
    background: var(--pfd-surface);
    color: var(--pfd-ink);
    font-size: 12px;
    font-weight: 800;
    box-shadow: none;
  }

  body[class*="product-category-"] .pf-product-sections {
    display: grid;
    gap: 36px;
    width: 100%;
  }

  body[class*="product-category-"] .pf-product-section {
    min-width: 0;
    margin: 0;
  }

  body[class*="product-category-"] .pf-subcategory-heading {
    margin: 0 0 16px;
    padding: 0;
    border: 0;
    color: var(--pfd-ink);
    font-size: 23px;
    font-weight: 900;
    line-height: 29px;
    letter-spacing: -0.025em;
  }

  body[class*="product-category-"] .pf-product-grid,
  body.product-search .product-layout,
  body.product-special .product-layout {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 14px !important;
    width: 100% !important;
  }

  body[class*="product-category-"] .pf-catalog-product {
    position: relative;
    display: flex;
    min-width: 0;
    min-height: 326px;
    overflow: hidden;
    flex-direction: column;
    border: 1px solid var(--pfd-line);
    border-radius: var(--pfd-radius);
    background: var(--pfd-surface);
    box-shadow: 0 7px 22px rgba(43, 35, 25, 0.05);
    transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
  }

  body[class*="product-category-"] .pf-catalog-product:hover {
    border-color: var(--pfd-cream-line);
    box-shadow: var(--pfd-shadow-sm);
    transform: translateY(-3px);
  }

  body[class*="product-category-"] .pf-catalog-product__media {
    position: relative;
    width: 100%;
    aspect-ratio: 3 / 2;
    overflow: hidden;
    background: linear-gradient(145deg, #ffffff, var(--pfd-cream-soft));
  }

  body[class*="product-category-"] .pf-catalog-product__image,
  body[class*="product-category-"] .pf-catalog-product__image img {
    display: block;
    width: 100%;
    height: 100%;
  }

  body[class*="product-category-"] .pf-catalog-product__image img {
    object-fit: cover;
    transition: transform 0.28s ease;
  }

  body[class*="product-category-"] .pf-catalog-product:hover .pf-catalog-product__image img {
    transform: scale(1.035);
  }

  body[class*="product-category-"] .pf-catalog-product__favorite {
    position: absolute;
    z-index: 3;
    top: 10px;
    right: 10px;
    display: grid;
    width: 38px;
    height: 38px;
    place-items: center;
    margin: 0;
    padding: 0;
    border: 1px solid var(--pfd-line);
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.95);
    color: var(--pfd-red);
    box-shadow: 0 4px 12px rgba(43, 35, 25, 0.08);
  }

  body[class*="product-category-"] .pf-catalog-product__favorite:hover,
  body[class*="product-category-"] .pf-catalog-product__favorite:focus {
    border-color: var(--pfd-red);
    background: var(--pfd-red);
    color: var(--pfd-surface);
  }

  body[class*="product-category-"] .pf-catalog-product__stock {
    position: absolute;
    z-index: 2;
    right: 10px;
    bottom: 10px;
    left: 10px;
    width: max-content;
    max-width: calc(100% - 20px);
    padding: 5px 9px;
    overflow: hidden;
    border-radius: 999px;
    background: rgba(23, 23, 23, 0.84);
    color: var(--pfd-surface);
    font-size: 10px;
    font-weight: 900;
    line-height: 14px;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  body[class*="product-category-"] .pf-catalog-product__body {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    min-width: 0;
    padding: 14px;
  }

  body[class*="product-category-"] .pf-catalog-product__name {
    display: -webkit-box;
    min-height: 42px;
    overflow: hidden;
    color: var(--pfd-ink);
    font-size: 15px;
    font-weight: 900;
    line-height: 20px;
    text-decoration: none;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  body[class*="product-category-"] .pf-catalog-product__name:hover {
    color: var(--pfd-red);
  }

  body[class*="product-category-"] .pf-catalog-product__meta {
    margin-top: 5px;
    color: var(--pfd-green);
    font-size: 11px;
    font-weight: 700;
    line-height: 16px;
  }

  body[class*="product-category-"] .pf-catalog-product__meta.is-unavailable,
  body[class*="product-category-"] .pf-catalog-product--unavailable .pf-catalog-product__meta {
    color: var(--pfd-muted);
  }

  body[class*="product-category-"] .pf-catalog-product__bottom {
    display: flex;
    gap: 10px;
    align-items: flex-end;
    justify-content: space-between;
    margin-top: auto;
    padding-top: 14px;
  }

  body[class*="product-category-"] .pf-catalog-product__price {
    color: var(--pfd-ink);
    font-size: 18px;
    font-weight: 900;
    line-height: 22px;
  }

  body[class*="product-category-"] .pf-catalog-product__cart {
    display: grid;
    width: 42px;
    height: 42px;
    flex: 0 0 42px;
    place-items: center;
    margin: 0;
    padding: 0;
    border: 1px solid var(--pfd-cream-line);
    border-radius: 50%;
    background: var(--pfd-cream);
    color: var(--pfd-red);
  }

  body[class*="product-category-"] .pf-catalog-product__cart:hover,
  body[class*="product-category-"] .pf-catalog-product__cart:focus {
    border-color: var(--pfd-red);
    background: var(--pfd-red);
    color: var(--pfd-surface);
  }

  body[class*="product-category-"] .pf-catalog-product__cart.is-disabled,
  body[class*="product-category-"] .pf-catalog-product__cart:disabled {
    border-color: var(--pfd-line);
    background: #efeeec;
    color: #aaa6a2;
    cursor: not-allowed;
  }

  body[class*="product-category-"] .pf-catalog-product--unavailable .pf-catalog-product__image img {
    opacity: 0.55;
    filter: grayscale(0.3);
  }

  body[class*="product-category-"] .pf-category-pagination {
    display: flex;
    justify-content: center;
    margin-top: 32px;
  }

  body[class*="product-category-"] .pf-category-pagination .btn,
  body[class*="product-category-"] #button-show-more {
    min-width: 210px;
    min-height: 48px;
    border: 0;
    border-radius: 12px;
    background: var(--pfd-orange);
    color: var(--pfd-surface);
    font-size: 13px;
    font-weight: 900;
  }

  /* Product detail */
  body[class*="product-product-"] #product-product > .container:last-of-type {
    padding-top: 34px;
    padding-bottom: 40px;
  }

  body[class*="product-product-"] #product-product #content {
    width: 100%;
    float: none;
  }

  body[class*="product-product-"] .title_block_mobile,
  body[class*="product-product-"] .product-cart__body > .hidden-xs,
  body[class*="product-product-"] .product-cart__list,
  body[class*="product-product-"] .product-cart__prise .price-cont,
  body[class*="product-product-"] .product-cart__prise > .text-price {
    display: none !important;
  }

  body[class*="product-product-"] .pf05-product-actions {
    display: flex !important;
    gap: 10px;
    justify-content: flex-end;
    margin: 0 0 14px;
  }

  body[class*="product-product-"] .pf05-product-back,
  body[class*="product-product-"] .pf05-product-favorite {
    display: grid;
    width: 44px;
    height: 44px;
    place-items: center;
    margin: 0;
    padding: 0;
    border: 1px solid var(--pfd-cream-line);
    border-radius: 12px;
    background: var(--pfd-cream);
    color: var(--pfd-red);
  }

  body[class*="product-product-"] .pf05-product-favorite:hover,
  body[class*="product-product-"] .pf05-product-back:hover {
    border-color: var(--pfd-red);
    background: var(--pfd-red);
    color: var(--pfd-surface);
  }

  body[class*="product-product-"] .product-cart {
    display: grid !important;
    grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr);
    gap: 36px;
    align-items: stretch;
    width: 100%;
    margin: 0;
    padding: 0;
  }

  body[class*="product-product-"] .product-cart__image {
    position: relative;
    display: grid;
    width: 100% !important;
    min-height: 440px;
    place-items: center;
    overflow: hidden;
    border: 1px solid var(--pfd-line);
    border-radius: var(--pfd-radius-lg);
    background: linear-gradient(145deg, #ffffff, var(--pfd-cream-soft));
    box-shadow: var(--pfd-shadow-sm);
  }

  body[class*="product-product-"] .product-cart__image:empty::before {
    width: 150px;
    height: 150px;
    background: url('/image/cache/catalog/content/logo/podil-transparent-100x100.png') center / contain no-repeat;
    content: '';
    opacity: 0.82;
  }

  body[class*="product-product-"] .product-cart__image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  body[class*="product-product-"] .product-cart__body {
    display: flex;
    min-width: 0;
    flex-direction: column;
    justify-content: center;
    padding: 34px;
    border: 1px solid var(--pfd-line);
    border-radius: var(--pfd-radius-lg);
    background: var(--pfd-surface);
    box-shadow: var(--pfd-shadow-sm);
  }

  body[class*="product-product-"] .pf05-product-summary {
    display: block !important;
    width: 100%;
  }

  body[class*="product-product-"] .pf05-product-heading h1 {
    margin: 0;
    color: var(--pfd-ink);
    font-size: 34px;
    font-weight: 900;
    line-height: 40px;
    letter-spacing: -0.04em;
  }

  body[class*="product-product-"] .pf05-product-price {
    margin-top: 22px;
    color: var(--pfd-ink);
    font-size: 28px;
    font-weight: 900;
    line-height: 34px;
  }

  body[class*="product-product-"] .pf05-product-meta {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    margin-top: 12px;
    color: var(--pfd-green);
    font-size: 13px;
    font-weight: 800;
  }

  body[class*="product-product-"] .pf05-product-description {
    margin-top: 18px;
    color: var(--pfd-copy);
    font-size: 14px;
    line-height: 21px;
  }

  body[class*="product-product-"] .product-cart__prise {
    margin-top: 24px;
  }

  body[class*="product-product-"] #buy-container {
    display: grid;
    grid-template-columns: auto minmax(220px, 1fr) 48px;
    gap: 12px;
    align-items: center;
    margin: 0;
  }

  body[class*="product-product-"] #buy-container > br,
  body[class*="product-product-"] #buy-container > .price-cont {
    display: none !important;
  }

  body[class*="product-product-"] .size-block {
    margin: 0;
  }

  body[class*="product-product-"] .quantity-block {
    display: grid;
    grid-template-columns: 40px 54px 40px;
    min-height: 48px;
    overflow: hidden;
    border: 1px solid var(--pfd-line);
    border-radius: 12px;
    background: #faf9f7;
  }

  body[class*="product-product-"] .quantity-block .btn,
  body[class*="product-product-"] .quantity-block input {
    width: 100%;
    height: 46px;
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
    color: var(--pfd-ink);
    font-weight: 900;
    text-align: center;
    box-shadow: none;
  }

  body[class*="product-product-"] #button-cart {
    display: inline-flex;
    width: 100%;
    min-height: 50px;
    gap: 8px;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 12px 18px;
    border: 0;
    border-radius: 12px;
    background: var(--pfd-orange);
    color: var(--pfd-surface);
    font-size: 14px;
    font-weight: 900;
    box-shadow: none;
  }

  body[class*="product-product-"] #button-cart:hover,
  body[class*="product-product-"] #button-cart:focus {
    background: var(--pfd-orange-dark);
  }

  body[class*="product-product-"] #button-cart svg {
    width: 21px;
    height: 21px;
  }

  body[class*="product-product-"] .product-item__button.button--heart {
    display: grid;
    width: 48px;
    height: 48px;
    place-items: center;
    margin: 0;
    padding: 0;
    border: 1px solid var(--pfd-cream-line);
    border-radius: 50%;
    background: var(--pfd-cream);
  }

  body[class*="product-product-"] #content > .col-sm-12.row {
    width: 100%;
    float: none;
    margin: 30px 0 0;
    padding: 0;
    border: 1px solid var(--pfd-line);
    border-radius: var(--pfd-radius);
    background: var(--pfd-surface);
    box-shadow: var(--pfd-shadow-sm);
  }

  body[class*="product-product-"] .nav-tabs {
    margin: 0;
    padding: 0 22px;
    border-color: var(--pfd-line);
  }

  body[class*="product-product-"] .nav-tabs > li > a {
    margin: 0;
    padding: 16px 4px 13px;
    border: 0;
    border-bottom: 3px solid transparent;
    background: transparent;
    color: var(--pfd-muted);
    font-weight: 800;
  }

  body[class*="product-product-"] .nav-tabs > li.active > a {
    border: 0;
    border-bottom: 3px solid var(--pfd-orange);
    color: var(--pfd-ink);
  }

  body[class*="product-product-"] .tab-content {
    min-height: 90px;
    padding: 22px;
  }

  /* Checkout, cart and standard forms. */
  body.checkout-simplecheckout .simple-content,
  body.checkout-cart #checkout-cart,
  body[class^="account-"] > .container,
  body[class^="information-"] > .container,
  body.pf-account-redesign > .container {
    padding-top: 34px;
    padding-bottom: 42px;
  }

  body.checkout-simplecheckout #content > h1,
  body.checkout-cart #content > h1,
  body[class^="account-"] #content > h1,
  body[class^="information-"] #content > h1 {
    margin: 0 0 22px;
    color: var(--pfd-ink);
    font-size: 32px;
    font-weight: 900;
    line-height: 39px;
    letter-spacing: -0.035em;
  }

  body.checkout-simplecheckout #content,
  body.checkout-cart #content,
  body[class^="account-"] #content,
  body[class^="information-"] #content,
  body.pf-account-redesign #content {
    min-width: 0;
  }

  body.checkout-simplecheckout .simplecheckout,
  body.checkout-simplecheckout .simplecheckout-page,
  body.checkout-simplecheckout .pf09-simplecheckout-page {
    width: 100%;
    max-width: 100%;
  }

  body.checkout-simplecheckout .simplecheckout-block,
  body.checkout-simplecheckout [id^="simplecheckout_"] > .simplecheckout-block,
  body.checkout-simplecheckout .simplecheckout-cart,
  body.checkout-simplecheckout .simplecheckout-customer,
  body.checkout-simplecheckout .simplecheckout-shipping,
  body.checkout-simplecheckout .simplecheckout-payment,
  body.checkout-simplecheckout .simplecheckout-comment,
  body.checkout-simplecheckout #simplecheckout_form_customer,
  body.checkout-cart #content > form,
  body.checkout-cart #content > .panel,
  body.checkout-cart #content > .table-responsive {
    overflow: hidden;
    margin-bottom: 18px;
    padding: 22px;
    border: 1px solid var(--pfd-line);
    border-radius: var(--pfd-radius);
    background: var(--pfd-surface);
    box-shadow: var(--pfd-shadow-sm);
  }

  body.checkout-simplecheckout .simplecheckout-block-heading,
  body.checkout-simplecheckout .checkout-heading,
  body.checkout-simplecheckout [class*="simplecheckout"] h3,
  body.checkout-simplecheckout [class*="simplecheckout"] h4 {
    margin: 0 0 16px;
    color: var(--pfd-ink);
    font-size: 18px;
    font-weight: 900;
    line-height: 24px;
  }

  body.checkout-simplecheckout .form-control,
  body.checkout-simplecheckout input[type="text"],
  body.checkout-simplecheckout input[type="email"],
  body.checkout-simplecheckout input[type="tel"],
  body.checkout-simplecheckout textarea,
  body.checkout-simplecheckout select,
  body.checkout-cart .form-control,
  body[class^="account-"] .form-control,
  body[class^="information-"] .form-control,
  body.pf-account-redesign .form-control {
    width: 100%;
    min-height: 48px;
    padding: 11px 14px;
    border: 1px solid var(--pfd-line);
    border-radius: 11px;
    outline: 0;
    background: #fcfbf9;
    color: var(--pfd-ink);
    font-size: 14px;
    box-shadow: none;
  }

  body.checkout-simplecheckout textarea,
  body[class^="account-"] textarea.form-control,
  body[class^="information-"] textarea.form-control {
    min-height: 110px;
    resize: vertical;
  }

  body.checkout-simplecheckout .form-control:focus,
  body.checkout-simplecheckout input:focus,
  body.checkout-simplecheckout select:focus,
  body.checkout-simplecheckout textarea:focus,
  body.checkout-cart .form-control:focus,
  body[class^="account-"] .form-control:focus,
  body[class^="information-"] .form-control:focus,
  body.pf-account-redesign .form-control:focus {
    border-color: var(--pfd-orange);
    background: var(--pfd-surface);
    box-shadow: 0 0 0 3px rgba(247, 147, 30, 0.13);
  }

  body.checkout-simplecheckout label,
  body.checkout-cart label,
  body[class^="account-"] label,
  body[class^="information-"] label,
  body.pf-account-redesign label {
    color: var(--pfd-copy);
    font-size: 13px;
    font-weight: 700;
  }

  body.checkout-simplecheckout .btn-primary,
  body.checkout-simplecheckout #simplecheckout_button_confirm,
  body.checkout-cart .btn-primary,
  body[class^="account-"] .btn-primary,
  body[class^="account-"] input[type="submit"],
  body[class^="information-"] .btn-primary,
  body.pf-account-redesign .btn-primary,
  body.pf-account-redesign input[type="submit"] {
    display: inline-flex;
    min-height: 48px;
    align-items: center;
    justify-content: center;
    padding: 12px 22px;
    border: 0;
    border-radius: 11px;
    background: var(--pfd-orange);
    color: var(--pfd-surface);
    font-size: 13px;
    font-weight: 900;
    box-shadow: none;
    text-decoration: none;
  }

  body.checkout-simplecheckout .btn-primary:hover,
  body.checkout-simplecheckout #simplecheckout_button_confirm:hover,
  body.checkout-cart .btn-primary:hover,
  body[class^="account-"] .btn-primary:hover,
  body[class^="information-"] .btn-primary:hover,
  body.pf-account-redesign .btn-primary:hover {
    background: var(--pfd-orange-dark);
    color: var(--pfd-surface);
  }

  body.checkout-simplecheckout .simplecheckout-button-block,
  body.checkout-cart .buttons,
  body[class^="account-"] .buttons,
  body[class^="information-"] .buttons,
  body.pf-account-redesign .buttons {
    display: flex;
    gap: 12px;
    align-items: center;
    justify-content: flex-end;
    margin-top: 20px;
  }

  body.checkout-simplecheckout table,
  body.checkout-cart table,
  body.pf-account-redesign table,
  body[class^="account-"] table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    overflow: hidden;
    border: 1px solid var(--pfd-line);
    border-radius: 14px;
    background: var(--pfd-surface);
  }

  body.checkout-simplecheckout table th,
  body.checkout-cart table th,
  body.pf-account-redesign table th,
  body[class^="account-"] table th {
    padding: 13px 14px;
    border-color: var(--pfd-line);
    background: var(--pfd-cream-soft);
    color: var(--pfd-ink);
    font-size: 12px;
    font-weight: 900;
  }

  body.checkout-simplecheckout table td,
  body.checkout-cart table td,
  body.pf-account-redesign table td,
  body[class^="account-"] table td {
    padding: 14px;
    border-color: var(--pfd-line);
    color: var(--pfd-copy);
    vertical-align: middle;
  }

  body.checkout-simplecheckout #content > p,
  body.checkout-simplecheckout #content > p + .simplecheckout-button-block {
    max-width: 760px;
  }

  /* Account, wishlist, orders and informational pages. */
  body[class^="account-"] #content,
  body.pf-account-redesign #content,
  body[class^="information-"] #content {
    padding: 28px 30px;
    border: 1px solid var(--pfd-line);
    border-radius: var(--pfd-radius-lg);
    background: var(--pfd-surface);
    box-shadow: var(--pfd-shadow-sm);
  }

  body[class^="account-"] #column-left,
  body.pf-account-redesign #column-left {
    padding-right: 18px;
  }

  body[class^="account-"] #column-left .list-group,
  body.pf-account-redesign #column-left .list-group,
  body.pf-account-redesign .pf-account-nav {
    overflow: hidden;
    border: 1px solid var(--pfd-line);
    border-radius: var(--pfd-radius);
    background: var(--pfd-surface);
    box-shadow: var(--pfd-shadow-sm);
  }

  body[class^="account-"] #column-left .list-group-item,
  body.pf-account-redesign #column-left .list-group-item,
  body.pf-account-redesign .pf-account-nav__item {
    display: flex;
    min-height: 46px;
    align-items: center;
    padding: 11px 14px;
    border: 0;
    border-bottom: 1px solid var(--pfd-line);
    background: var(--pfd-surface);
    color: var(--pfd-copy);
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
  }

  body[class^="account-"] #column-left .list-group-item:hover,
  body.pf-account-redesign #column-left .list-group-item:hover,
  body.pf-account-redesign .pf-account-nav__item:hover,
  body.pf-account-redesign .pf-account-nav__item.is-active {
    background: var(--pfd-cream-soft);
    color: var(--pfd-red);
  }

  body[class^="account-"] fieldset,
  body.pf-account-redesign fieldset,
  body[class^="information-"] fieldset {
    margin: 0 0 24px;
    padding: 0;
    border: 0;
  }

  body[class^="account-"] legend,
  body.pf-account-redesign legend,
  body[class^="information-"] legend {
    margin: 0 0 18px;
    padding: 0 0 10px;
    border-bottom: 1px solid var(--pfd-line);
    color: var(--pfd-ink);
    font-size: 20px;
    font-weight: 900;
  }

  body[class^="account-"] .form-horizontal .control-label,
  body.pf-account-redesign .form-horizontal .control-label,
  body[class^="information-"] .form-horizontal .control-label {
    padding-top: 13px;
    text-align: left;
  }

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

  body.pf-page-wishlist .product-item {
    display: flex;
    min-width: 0;
    overflow: hidden;
    flex-direction: column;
    border: 1px solid var(--pfd-line);
    border-radius: var(--pfd-radius);
    background: var(--pfd-surface);
    box-shadow: 0 7px 22px rgba(43, 35, 25, 0.05);
  }

  body.pf-page-wishlist .product-item__image {
    width: 100%;
    aspect-ratio: 3 / 2;
    overflow: hidden;
  }

  body.pf-page-wishlist .product-item__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  body.pf-page-wishlist .product-item__body {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    padding: 14px;
  }

  body.pf-page-wishlist .product-item__name,
  body.pf-page-wishlist .product-item__name a {
    color: var(--pfd-ink);
    font-size: 15px;
    font-weight: 900;
    line-height: 20px;
  }

  body.pf-page-wishlist .product-item__bottom {
    margin-top: auto;
    padding-top: 14px;
  }

  body.pf-page-orders .pf-order-list,
  body.pf-page-orders .order-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }

  body.pf-page-orders .pf-order-card,
  body.pf-page-orders .order-list > div {
    border: 1px solid var(--pfd-line);
    border-radius: var(--pfd-radius);
    background: var(--pfd-surface);
    box-shadow: var(--pfd-shadow-sm);
  }

  body.pf-page-contact .pf-contact-grid {
    gap: 16px;
  }

  body.pf-page-contact .pf-contact-card {
    border-color: var(--pfd-line);
    background: var(--pfd-surface);
    box-shadow: var(--pfd-shadow-sm);
  }

  body.pf-page-contact .pf-contact-map {
    overflow: hidden;
    border: 1px solid var(--pfd-line);
    border-radius: var(--pfd-radius-lg);
    box-shadow: var(--pfd-shadow-sm);
  }

  /* Login and system modals. */
  body .modal-backdrop.in {
    opacity: 0.48;
  }

  body .modal .modal-dialog {
    width: min(520px, calc(100vw - 48px));
    margin: 72px auto 30px;
  }

  body .modal .modal-content {
    overflow: hidden;
    border: 1px solid var(--pfd-line);
    border-radius: var(--pfd-radius-lg);
    background: var(--pfd-surface);
    box-shadow: 0 24px 80px rgba(23, 23, 23, 0.22);
  }

  body .modal .modal-header,
  body .modal .form-title {
    padding: 22px 24px 16px;
    border-color: var(--pfd-line);
    color: var(--pfd-ink);
    font-size: 24px;
    font-weight: 900;
    line-height: 30px;
  }

  body .modal .modal-body,
  body #loginModel .login-form,
  body #loginModel .forget-form,
  body #loginModel .register-form {
    padding: 22px 24px 24px;
  }

  body .modal .form-control,
  body #loginModel input {
    width: 100%;
    min-height: 48px;
    padding: 11px 14px;
    border: 1px solid var(--pfd-line);
    border-radius: 11px;
    background: #fcfbf9;
    box-shadow: none;
  }

  body .modal .btn-primary,
  body #loginModel .form-actions .btn {
    min-height: 48px;
    padding: 11px 20px;
    border: 0;
    border-radius: 11px;
    background: var(--pfd-orange);
    color: var(--pfd-surface);
    font-weight: 900;
  }

  /* Kitchen chooser on desktop. */
  body .pf-kitchens-panel {
    padding: 32px;
    backdrop-filter: blur(5px);
  }

  body .pf-kitchens-panel__surface {
    width: min(100%, 760px);
    height: auto;
    max-height: min(820px, calc(100vh - 64px));
    border: 1px solid var(--pfd-line);
    border-radius: var(--pfd-radius-lg);
  }

  body .pf-kitchens-panel__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    padding: 18px 18px 24px;
  }

  body .pf-kitchen-card {
    min-width: 0;
  }

  /* Footer and success page finish the common desktop frame. */
  body .pf-footer {
    width: calc(100% - 48px);
    max-width: var(--pfd-container);
    margin: 28px auto 30px;
  }

  body .pf-footer__card {
    grid-template-columns: minmax(360px, 1.5fr) minmax(260px, 1fr) auto;
    gap: 28px;
    padding: 24px 26px;
    border: 1px solid var(--pfd-cream-line);
    border-radius: var(--pfd-radius-lg);
    background: linear-gradient(135deg, #f4e8c9 0%, #f8efd9 100%);
    box-shadow: 0 10px 28px rgba(43, 35, 25, 0.06);
  }

  body .pf-footer__brand {
    font-size: 14px;
    line-height: 19px;
  }

  body .pf-footer__meta {
    max-width: 640px;
    font-size: 12px;
    line-height: 18px;
  }

  body .pf-footer__links {
    justify-content: flex-start;
  }

  body .pf-footer__links a {
    display: inline-flex;
    min-height: 34px;
    align-items: center;
    padding: 7px 10px;
    border-radius: 999px;
  }

  body .pf-footer__links a:hover,
  body .pf-footer__links a:focus {
    background: rgba(188, 39, 34, 0.08);
    text-decoration: none;
  }

  body.checkout-success .pf-success-page__container {
    padding-top: 52px;
    padding-bottom: 18px;
  }

  body.checkout-success .pf-success-card {
    max-width: 760px;
    padding: 48px 54px 50px;
    border-radius: 26px;
    box-shadow: var(--pfd-shadow-md);
  }
}

/*
 * v2 corrective layer.
 *
 * The first desktop release exposed a few old theme declarations with higher
 * specificity.  These rules intentionally live at the end of the stylesheet
 * and remain desktop-only, so they win without changing the approved mobile
 * shell.
 */
@media (min-width: 768px) {
  body {
    padding-top: 0 !important;
  }

  body > header.header {
    position: sticky !important;
    top: 0 !important;
  }

  body > header.header .header__top {
    display: block !important;
    height: 70px !important;
    min-height: 70px !important;
    padding: 0 !important;
  }

  body > header.header .header__top > .container {
    height: 70px !important;
    min-height: 70px !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  body > header.header .header__bottom {
    height: 76px !important;
    min-height: 76px !important;
    padding: 12px 0 !important;
  }

  body > header.header #menu_block,
  body > header.header #menu_block > .container {
    height: 52px !important;
    min-height: 52px !important;
  }

  body > header.header #menu_block {
    margin: 0 !important;
    padding: 0 !important;
  }

  body > header.header #menu-vertical {
    top: auto !important;
    right: auto !important;
    left: auto !important;
    margin: 0 !important;
    transform: none !important;
  }

  body > header.header #menu-vertical > button.hidden-xs.hidden-sm {
    position: relative !important;
    top: auto !important;
    right: auto !important;
    left: auto !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    margin: 0 !important;
    transform: none !important;
    box-sizing: border-box;
  }

  body > header.header #search > .btn {
    right: 5px !important;
    left: auto !important;
  }

  body > header.header #search > .btn::before {
    width: 15px;
    height: 15px;
    border: 2px solid currentColor;
    border-radius: 50%;
    content: '';
    box-sizing: border-box;
  }

  body > header.header #search > .btn::after {
    position: absolute;
    width: 7px;
    height: 2px;
    margin: 11px 0 0 12px;
    border-radius: 2px;
    background: currentColor;
    content: '';
    transform: rotate(45deg);
    transform-origin: left center;
  }

  /* The cart component is a fixed drawer.  Keeping a dropdown-style top value
     moved the whole drawer below the viewport. */
  body > header.header #cart .pf06-cart-menu,
  body > header.header #cart > .dropdown-menu {
    position: fixed !important;
    inset: 0 0 0 auto !important;
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    left: auto !important;
    width: min(430px, 100vw) !important;
    height: 100vh !important;
    height: 100dvh !important;
    max-height: none !important;
    margin: 0 !important;
    overflow-x: hidden !important;
    overflow-y: auto !important;
    border-radius: 20px 0 0 20px !important;
  }

  /* Brainy Filter: only the outer wrapper is a card.  The v1 compatibility
     selector also caught nested class names containing "filter". */
  body[class*="product-category-"] #column-left .bf-panel-wrapper {
    padding: 20px !important;
    overflow: visible !important;
    border: 1px solid var(--pfd-line) !important;
    border-radius: var(--pfd-radius) !important;
    background: var(--pfd-surface) !important;
    box-shadow: 0 6px 20px rgba(43, 35, 25, 0.045) !important;
  }

  body[class*="product-category-"] #column-left .bf-panel-wrapper .brainyfilter-panel,
  body[class*="product-category-"] #column-left .bf-panel-wrapper .bf-attr-filter,
  body[class*="product-category-"] #column-left .bf-panel-wrapper .bf-price-filter {
    overflow: visible !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  body[class*="product-category-"] #column-left .bf-panel-wrapper .bf-attr-block {
    padding-top: 16px !important;
  }

  body[class*="product-category-"] #column-left .bf-panel-wrapper .bf-form,
  body[class*="product-category-"] #column-left .bf-panel-wrapper .bf-attr-block-cont {
    display: block !important;
    width: 100% !important;
    height: auto !important;
    max-height: none !important;
  }

  body[class*="product-category-"] #column-left .bf-panel-wrapper .bf-attr-header {
    padding-bottom: 8px !important;
  }

  body[class*="product-category-"] #column-left .bf-panel-wrapper .bf-sliding-cont {
    padding-bottom: 8px !important;
  }

  body[class*="product-category-"] #column-left .bf-panel-wrapper .bf-sliding {
    height: auto !important;
    max-height: none !important;
    overflow: visible !important;
  }

  body[class*="product-category-"] #column-left .bf-panel-wrapper .bf-price-filter {
    height: auto !important;
  }

  body[class*="product-category-"] #column-left .bf-panel-wrapper .bf-price-container {
    height: auto !important;
    padding: 4px 0 0 !important;
  }

  body[class*="product-category-"] #column-left .bf-panel-wrapper .bf-cur-symb {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
    gap: 8px;
    align-items: center;
    width: 100% !important;
    height: auto !important;
    padding: 0 0 16px !important;
  }

  body[class*="product-category-"] #column-left .bf-panel-wrapper .bf-price-left,
  body[class*="product-category-"] #column-left .bf-panel-wrapper .bf-price-right {
    display: flex !important;
    gap: 4px;
    align-items: center;
    width: auto !important;
    min-width: 0;
    padding: 0 !important;
  }

  body[class*="product-category-"] #column-left .bf-panel-wrapper .bf-range-min,
  body[class*="product-category-"] #column-left .bf-panel-wrapper .bf-range-max {
    width: 48px !important;
    min-width: 0 !important;
    height: 40px !important;
    flex: 1 1 auto;
  }

  body[class*="product-category-"] #column-left .bf-panel-wrapper .ndash {
    margin: 0 !important;
  }

  body[class*="product-category-"] #column-left .bf-panel-wrapper .bf-price-slider-container {
    width: 100% !important;
    margin-top: 0 !important;
  }

  body[class*="product-category-"] #column-left .bf-panel-wrapper .bf-buttonclear-box {
    height: auto !important;
    padding-top: 18px !important;
  }

  body[class*="product-category-"] #column-left .bf-panel-wrapper .bf-buttonclear {
    width: 100% !important;
    height: 46px !important;
  }

  /* Product purchase row.  The legacy grid was wider than the information
     card and the unavailable button uses a different id. */
  body[class*="product-product-"] .product-cart {
    align-items: stretch !important;
  }

  body[class*="product-product-"] .product-cart__body {
    justify-content: flex-start !important;
  }

  body[class*="product-product-"] .product-cart__prise,
  body[class*="product-product-"] .product-cart__prise #product {
    display: block !important;
    width: 100% !important;
  }

  body[class*="product-product-"] .product-cart__prise {
    margin: 24px 0 0 !important;
  }

  body[class*="product-product-"] #buy-container {
    width: 100% !important;
    grid-template-columns: auto minmax(190px, 1fr) 48px !important;
  }

  body[class*="product-product-"] #button-cart,
  body[class*="product-product-"] #button-cart-disabled,
  body[class*="product-product-"] #buy-container .buy-button {
    display: inline-flex !important;
    width: 100% !important;
    min-height: 50px !important;
    gap: 8px;
    align-items: center;
    justify-content: center;
    margin: 0 !important;
    padding: 12px 18px !important;
    border: 0 !important;
    border-radius: 12px !important;
    font-size: 14px !important;
    font-weight: 900 !important;
    box-shadow: none !important;
  }

  body[class*="product-product-"] #button-cart-disabled,
  body[class*="product-product-"] #buy-container .btn-disabled {
    background: #deddda !important;
    color: #ffffff !important;
    cursor: not-allowed !important;
    opacity: 1 !important;
    pointer-events: none;
  }

  body[class*="product-product-"] #buy-container.is-unavailable,
  body[class*="product-product-"] #buy-container:has(#button-cart-disabled) {
    grid-template-columns: minmax(0, 1fr) 48px !important;
  }

  body[class*="product-product-"] #buy-container.is-unavailable .size-block,
  body[class*="product-product-"] #buy-container:has(#button-cart-disabled) .size-block {
    display: none !important;
  }

  body[class*="product-product-"] #buy-container.is-unavailable #button-cart-disabled,
  body[class*="product-product-"] #buy-container:has(#button-cart-disabled) #button-cart-disabled {
    grid-column: 1;
  }

  body[class*="product-product-"] #buy-container.is-unavailable .product-item__button.button--heart,
  body[class*="product-product-"] #buy-container:has(#button-cart-disabled) .product-item__button.button--heart {
    grid-column: 2;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  body .container,
  body > .container {
    width: calc(100% - 32px) !important;
  }

  body > header.header #menu_block > .container {
    grid-template-columns: 180px minmax(220px, 1fr) auto;
    gap: 8px;
  }

  body > header.header .account_block {
    display: none;
  }

  body.common-home .pf-kitchen-tiles {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  body.common-home .pf-product-track {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  body[class*="product-category-"] .pf-category-layout {
    grid-template-columns: 210px minmax(0, 1fr) !important;
    gap: 20px !important;
  }

  body[class*="product-category-"] .pf-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  body[class*="product-product-"] .product-cart {
    grid-template-columns: minmax(0, 0.9fr) minmax(360px, 1.1fr);
    gap: 20px;
  }

  body[class*="product-product-"] .product-cart__image {
    min-height: 380px;
  }

  body[class*="product-product-"] .product-cart__body {
    padding: 24px;
  }

  body.pf-page-wishlist .product-items__content {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  body .pf-footer {
    width: calc(100% - 32px);
  }

  body .pf-footer__card {
    grid-template-columns: minmax(0, 1fr) auto;
  }

  body .pf-footer__links {
    justify-content: flex-end;
  }

  body .pf-footer__legal {
    grid-column: 1 / -1;
    text-align: left;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  body.common-home .pf-product-track {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  body.pf-page-wishlist .product-items__content {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 768px) and (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  body *,
  body *::before,
  body *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}
