body.products-route-body {
    min-height: 100vh;
    overflow-x: hidden;
    background: #fffdf8;
    color: #241409;
}

.products-route-main {
    min-height: 100vh;
    background: transparent !important;
}

.products-route-body #navbar .navbarmain {
    flex-wrap: wrap;
    row-gap: 10px;
}

.products-route-body .navbarhelogmain {
    flex: 1 1 260px;
}

.products-route-body #navbarlinks {
    flex: 2 1 640px;
}

.products-route-body #navbarlinks nav ul {
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 10px;
}

.products-route-body .loglongu {
    flex: 0 1 auto;
}

.products-route-body #navbarlinks nav ul > li > a[href="products.html"] {
    color: #d26800;
}

.products-route-body #navbarlinks nav ul > li > a[href="products.html"]::after {
    width: 100%;
}

.products-route-page {
    width: min(1440px, calc(100% - clamp(24px, 3.4vw, 72px)));
    margin: 0 auto;
    padding: calc(clamp(84px, 6vw, 116px) + clamp(20px, 2vw, 34px)) 0 clamp(64px, 5vw, 92px);
    display: flex;
    flex-direction: column;
    gap: clamp(24px, 2.2vw, 34px);
}

.products-pill,
.products-section-tag {
    width: fit-content;
    min-height: 36px;
    padding: 0 16px;
    border-radius: 999px;
    background: rgba(255, 175, 78, 0.14);
    border: 1px solid rgba(210, 104, 0, 0.18);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font: 700 11px/1 'Poppins', sans-serif;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #9a4900;
}

.products-hero,
.products-search-panel,
.products-grid-section,
.products-assurance-section {
    border-radius: clamp(28px, 2.8vw, 40px);
    border: 1px solid rgba(210, 104, 0, 0.12);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 249, 239, 0.98) 100%);
    box-shadow: 0 18px 48px rgba(184, 118, 34, 0.1);
}

.products-hero {
    padding: clamp(24px, 2.8vw, 38px);
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 360px), 1fr));
    gap: 24px;
    align-items: stretch;
}

.products-hero-copy {
    display: flex;
    flex-direction: column;
    gap: 16px;
    justify-content: center;
}

.products-hero-copy h1,
.products-search-copy h2,
.products-section-head h2,
.products-assurance-card h3,
.products-product-card h3 {
    margin: 0;
    font-family: 'Cinzel', serif;
    color: #241409;
    text-wrap: balance;
}

.products-hero-copy h1 {
    font-size: clamp(34px, 3vw, 54px);
    line-height: 1.08;
}

.products-hero-copy p,
.products-search-copy p,
.products-empty-state p,
.products-assurance-card p,
.products-product-card p,
.products-product-status,
.products-search-status span {
    margin: 0;
    font: 500 clamp(14px, 1vw, 16px)/1.74 'Poppins', sans-serif;
    color: #594230;
}

.products-hero-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.products-hero-tags span,
.products-product-chip,
.products-visual-copy span {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 0 14px;
    border-radius: 999px;
    background: rgba(254, 175, 78, 0.14);
    border: 1px solid rgba(210, 104, 0, 0.14);
    font: 600 12px/1 'Poppins', sans-serif;
    color: #8a4a08;
}

.products-hero-visual {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
    gap: 16px;
    align-items: stretch;
}

.products-visual-card,
.products-visual-stat,
.products-search-shell,
.products-assurance-card,
.products-product-card,
.products-empty-state {
    border-radius: 28px;
    border: 1px solid rgba(36, 20, 9, 0.1);
    background: #fff;
    overflow: hidden;
}

.products-visual-card {
    min-height: clamp(240px, 28vw, 360px);
    position: relative;
}

.products-visual-card img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    background: linear-gradient(160deg, #fff4e1 0%, #ffd9ad 100%);
}

.products-visual-card-main {
    grid-row: span 2;
}

.products-visual-copy {
    position: absolute;
    left: 16px;
    right: 16px;
    bottom: 16px;
    padding: 16px;
    border-radius: 22px;
    background: rgba(30, 16, 8, 0.74);
    backdrop-filter: blur(8px);
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.products-visual-copy strong {
    color: #fff8f0;
    font: 600 clamp(18px, 1.5vw, 22px)/1.35 'Cinzel', serif;
}

.products-visual-copy span {
    width: fit-content;
    color: #fff2dc;
    background: rgba(255, 196, 129, 0.18);
    border-color: rgba(255, 224, 191, 0.2);
}

.products-visual-stat {
    padding: 22px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
    background: linear-gradient(160deg, #fff2db 0%, #ffe0b7 100%);
}

.products-visual-stat span,
.products-search-status strong,
.products-product-meta {
    font: 700 12px/1.4 'Poppins', sans-serif;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #9a4f10;
}

.products-visual-stat strong {
    font: 700 clamp(42px, 4vw, 64px)/1 'Cinzel', serif;
    color: #241409;
}

.products-visual-stat p {
    margin: 0;
    font: 500 14px/1.7 'Poppins', sans-serif;
    color: #624836;
}

.products-search-panel,
.products-grid-section {
    padding: clamp(24px, 2.8vw, 36px);
}

.products-search-panel {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 320px), 1fr));
    gap: 22px;
    align-items: center;
}

.products-search-copy {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.products-search-copy h2,
.products-section-head h2 {
    font-size: clamp(28px, 2.4vw, 42px);
    line-height: 1.16;
}

.products-search-shell {
    padding: clamp(20px, 2.4vw, 28px);
    display: grid;
    gap: 18px;
    background: linear-gradient(180deg, #fffdf9 0%, #fff6eb 100%);
}

.products-search-field {
    display: grid;
    gap: 10px;
}

.products-search-field span {
    font: 700 12px/1 'Poppins', sans-serif;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #7c4a18;
}

.products-search-field input {
    width: 100%;
    min-height: 58px;
    padding: 0 18px;
    border-radius: 18px;
    border: 1px solid rgba(124, 74, 24, 0.18);
    background: #fff;
    outline: none;
    font: 500 15px/1.4 'Poppins', sans-serif;
    color: #241409;
    transition: border-color 0.2s ease, background-color 0.2s ease;
    box-sizing: border-box;
}

.products-search-field input:focus {
    border-color: rgba(210, 104, 0, 0.48);
    background: #fffaf4;
}

.products-search-status {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 16px;
    align-items: center;
}

.products-grid-section {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.products-section-head {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    align-items: flex-start;
    justify-content: space-between;
}

.products-inline-link {
    text-decoration: none;
    font: 700 14px/1 'Poppins', sans-serif;
    color: #d26800;
}

.products-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 300px), 1fr));
    gap: 20px;
}

.products-product-card {
    display: flex;
    flex-direction: column;
    gap: 18px;
    padding: 18px;
    border-radius: 32px;
    background:
        radial-gradient(circle at top right, rgba(254, 175, 78, 0.24), transparent 34%),
        linear-gradient(180deg, #fffefb 0%, #fff7ed 100%);
    box-shadow: 0 16px 38px rgba(184, 118, 34, 0.09);
    cursor: pointer;
    transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.products-product-card:hover,
.products-product-card:focus-visible {
    transform: translateY(-4px);
    box-shadow: 0 22px 42px rgba(184, 118, 34, 0.14);
    border-color: rgba(210, 104, 0, 0.22);
    outline: none;
}

.products-product-gallery {
    position: relative;
    min-height: 260px;
    border-radius: 24px;
    overflow: hidden;
    background: linear-gradient(160deg, #fff5e7 0%, #ffe0b8 100%);
}

.products-product-track {
    display: flex;
    height: 100%;
    transition: transform 0.4s ease;
}

.products-product-image {
    min-width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.products-product-navs {
    position: absolute;
    top: 14px;
    left: 14px;
    right: 14px;
    display: flex;
    justify-content: space-between;
}

.products-product-nav,
.products-product-action {
    min-height: 40px;
    padding: 0 14px;
    border: 0;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.92);
    color: #241409;
    cursor: pointer;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font: 700 13px/1 'Poppins', sans-serif;
    transition: transform 0.2s ease, background-color 0.2s ease;
}

.products-product-nav:hover,
.products-product-action:hover,
.products-product-action:focus-visible,
.products-product-nav:focus-visible {
    transform: translateY(-1px);
    background: #fff7ec;
    outline: none;
}

.products-product-dots {
    position: absolute;
    left: 50%;
    bottom: 14px;
    transform: translateX(-50%);
    display: flex;
    gap: 8px;
}

.products-product-dot {
    width: 12px;
    height: 12px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.74);
    cursor: pointer;
}

.products-product-dot.is-active {
    background: #d26800;
}

.products-product-head {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 16px;
    align-items: flex-start;
    justify-content: space-between;
}

.products-product-content {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.products-product-topline {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 16px;
    align-items: center;
    justify-content: space-between;
}

.products-product-seller {
    min-height: 34px;
    padding: 0 14px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(254, 175, 78, 0.16);
    border: 1px solid rgba(210, 104, 0, 0.16);
    font: 700 11px/1 'Poppins', sans-serif;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #97520e;
}

.products-product-title-link {
    color: inherit;
    text-decoration: none;
}

.products-product-title-link:hover h3,
.products-product-title-link:focus-visible h3 {
    color: #b55f0b;
}

.products-product-card h3 {
    font-size: clamp(22px, 1.8vw, 28px);
    line-height: 1.18;
}

.products-product-copy {
    min-height: 72px;
}

.products-product-price {
    flex: 0 0 auto;
    padding: 10px 14px;
    border-radius: 18px;
    background: linear-gradient(135deg, #ffe4b7 0%, #ffca73 100%);
    font: 700 18px/1 'Cinzel', serif;
    color: #7f3b00;
}

.products-product-highlights {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.products-product-highlight {
    min-height: 32px;
    padding: 0 12px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border: 1px solid rgba(210, 104, 0, 0.12);
    font: 600 12px/1 'Poppins', sans-serif;
    color: #7f572e;
}

.products-product-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.products-product-open {
    margin-top: auto;
    font: 600 12px/1.5 'Poppins', sans-serif;
    color: #9b6a33;
}

.products-product-action.is-primary {
    background: linear-gradient(135deg, #ff9b33 0%, #ffb957 100%);
    color: #fffdf8;
}

.products-product-status {
    margin-top: auto;
    color: #8a5c2d;
}

.products-empty-state {
    padding: clamp(28px, 3vw, 40px);
    display: grid;
    gap: 10px;
    text-align: center;
    background: linear-gradient(180deg, #fffdf8 0%, #fff4e3 100%);
}

.products-empty-state strong {
    font: 700 clamp(26px, 2.2vw, 34px)/1.2 'Cinzel', serif;
    color: #241409;
}

.products-assurance-section {
    padding: clamp(24px, 2.8vw, 34px);
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 260px), 1fr));
    gap: 18px;
}

.products-assurance-card {
    padding: 22px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.products-assurance-card span {
    width: 48px;
    height: 48px;
    border-radius: 16px;
    background: linear-gradient(135deg, #ffe2b8 0%, #ffc873 100%);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font: 700 16px/1 'Cinzel', serif;
    color: #7a3d00;
}

body.product-detail-body {
    background: #fffdf8;
}

.product-detail-page {
    width: min(1440px, calc(100% - clamp(24px, 3.4vw, 72px)));
    margin: 0 auto;
    padding: calc(clamp(84px, 6vw, 116px) + clamp(20px, 2vw, 34px)) 0 clamp(64px, 5vw, 92px);
    display: flex;
    flex-direction: column;
    gap: clamp(24px, 2.4vw, 34px);
}

.product-detail-shell,
.product-detail-story,
.product-detail-help {
    border-radius: clamp(28px, 2.8vw, 40px);
    border: 1px solid rgba(210, 104, 0, 0.12);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.99) 0%, rgba(255, 249, 239, 0.99) 100%);
    box-shadow: 0 18px 48px rgba(184, 118, 34, 0.1);
}

.product-detail-shell {
    padding: clamp(24px, 2.8vw, 38px);
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 360px), 1fr));
    gap: clamp(20px, 2vw, 32px);
}

.product-detail-gallery {
    display: grid;
    gap: 16px;
}

.product-detail-main-image {
    min-height: clamp(320px, 42vw, 560px);
    border-radius: 28px;
    border: 1px solid rgba(36, 20, 9, 0.1);
    background: linear-gradient(160deg, #fff5e7 0%, #ffe0b8 100%);
    overflow: hidden;
}

.product-detail-main-image img,
.product-detail-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.product-detail-thumbs {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(84px, 1fr));
    gap: 12px;
}

.product-detail-thumb {
    min-height: 92px;
    border: 1px solid rgba(210, 104, 0, 0.12);
    border-radius: 20px;
    overflow: hidden;
    background: #fff;
    cursor: pointer;
    padding: 0;
    transition: transform 0.2s ease, border-color 0.2s ease;
}

.product-detail-thumb.is-active,
.product-detail-thumb:hover,
.product-detail-thumb:focus-visible {
    transform: translateY(-2px);
    border-color: rgba(210, 104, 0, 0.34);
    outline: none;
}

.product-detail-copy {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.product-detail-back {
    width: fit-content;
    text-decoration: none;
    min-height: 40px;
    padding: 0 16px;
    border-radius: 999px;
    border: 1px solid rgba(210, 104, 0, 0.16);
    background: rgba(255, 175, 78, 0.1);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font: 700 12px/1 'Poppins', sans-serif;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #9a4900;
}

.product-detail-topline {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 16px;
    align-items: center;
    justify-content: space-between;
}

.product-detail-seller {
    min-height: 36px;
    padding: 0 15px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(254, 175, 78, 0.16);
    border: 1px solid rgba(210, 104, 0, 0.16);
    font: 700 11px/1 'Poppins', sans-serif;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #97520e;
}

.product-detail-price {
    min-height: 52px;
    padding: 0 18px;
    border-radius: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #ffe4b7 0%, #ffca73 100%);
    font: 700 clamp(20px, 1.8vw, 26px)/1 'Cinzel', serif;
    color: #7f3b00;
}

.product-detail-copy h1,
.product-detail-story h2,
.product-detail-help h3 {
    margin: 0;
    font-family: 'Cinzel', serif;
    color: #241409;
    text-wrap: balance;
}

.product-detail-copy h1 {
    font-size: clamp(32px, 3vw, 52px);
    line-height: 1.08;
}

.product-detail-intro,
.product-detail-body,
.product-detail-empty-copy,
.product-detail-help p,
.product-detail-story li {
    margin: 0;
    font: 500 clamp(14px, 1vw, 16px)/1.78 'Poppins', sans-serif;
    color: #5f4734;
}

.product-detail-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.product-detail-action {
    min-height: 46px;
    padding: 0 18px;
    border-radius: 999px;
    border: 1px solid rgba(210, 104, 0, 0.12);
    background: #fff;
    color: #241409;
    text-decoration: none;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font: 700 13px/1 'Poppins', sans-serif;
    transition: transform 0.2s ease, background-color 0.2s ease;
}

.product-detail-action:hover,
.product-detail-action:focus-visible {
    transform: translateY(-1px);
    background: #fff7ec;
    outline: none;
}

.product-detail-action.is-primary {
    border: 0;
    background: linear-gradient(135deg, #ff9b33 0%, #ffb957 100%);
    color: #fffdf8;
}

.product-detail-highlights {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.product-detail-highlights span {
    min-height: 34px;
    padding: 0 14px;
    border-radius: 999px;
    background: #fff;
    border: 1px solid rgba(210, 104, 0, 0.12);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font: 600 12px/1 'Poppins', sans-serif;
    color: #7f572e;
}

.product-detail-story {
    padding: clamp(24px, 2.6vw, 34px);
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
    gap: clamp(18px, 2vw, 28px);
}

.product-detail-story-copy,
.product-detail-help {
    display: grid;
    gap: 18px;
}

.product-detail-help {
    padding: clamp(24px, 2.6vw, 34px);
}

.product-detail-list {
    margin: 0;
    padding-left: 20px;
    display: grid;
    gap: 10px;
}

.product-detail-list li::marker {
    color: #d26800;
}

.product-detail-empty,
.product-detail-loading {
    padding: clamp(40px, 6vw, 72px);
    border-radius: 32px;
    border: 1px solid rgba(210, 104, 0, 0.12);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.99) 0%, rgba(255, 249, 239, 0.99) 100%);
    text-align: center;
    display: grid;
    gap: 12px;
}

.product-detail-empty[hidden],
.product-detail-loading[hidden],
[data-product-detail][hidden] {
    display: none !important;
}

.product-detail-empty {
    width: fit-content;
    max-width: 100%;
    justify-self: center;
    padding: clamp(18px, 2vw, 24px);
}

.product-detail-empty strong,
.product-detail-loading strong {
    font: 700 clamp(28px, 2.4vw, 38px)/1.2 'Cinzel', serif;
    color: #241409;
}
