.fp-navbar__actions { justify-self: end; display: flex; align-items: stretch; gap: 8px; }
.fp-cart-button { position: relative; display: inline-flex; min-height: 42px; align-items: center; gap: 9px; padding: 0 14px; border: 1px solid var(--line); color: var(--ivory); font-size: .64rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.fp-cart-button svg { width: 25px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.5; }
.fp-cart-count { display: grid; min-width: 18px; height: 18px; padding: 0 4px; place-items: center; border-radius: 99px; background: var(--gold); color: var(--ink); font: 700 .61rem/1 Arial, sans-serif; }
.fp-menu__item--cart { margin-top: 14px; }
.fp-menu__item--cart strong { font-size: clamp(1.65rem, 4vw, 3rem); }
.about { padding: 110px 0; border-top: 1px solid var(--line); }
.about__layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(40px, 9vw, 130px); align-items: start; }
.about h2 { margin: 12px 0 0; font-size: clamp(2.8rem, 5vw, 5rem); }
.about p { margin: 8px 0 0; color: #c8c0b3; font: clamp(1rem, 1.45vw, 1.25rem)/1.8 Georgia, serif; }

.catalog-shell { min-height: 100svh; padding: 150px 0 90px; background: #f6f6f3; color: #151515; }
.catalog-head { display: flex; justify-content: space-between; gap: 32px; align-items: end; margin-bottom: 42px; }
.catalog-head h1 { margin: 8px 0 0; color: #151515; font: 400 clamp(3rem, 7vw, 6rem)/.95 Georgia, serif; letter-spacing: -.045em; }
.catalog-head p { max-width: 540px; margin: 0; color: #686862; }
.catalog-head .kicker { color: #80662f; }
.product-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.product-card { position: relative; min-width: 0; }
.product-card__link { display: block; color: inherit; }
.product-card__image { position: relative; aspect-ratio: 1/1.18; overflow: hidden; border: 1px solid #deded8; border-radius: 18px; background: #ecece8; }
.product-card__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.product-card:hover .product-card__image img { transform: scale(1.025); }
.product-card__info { display: flex; justify-content: space-between; gap: 14px; align-items: start; padding: 13px 3px 0; }
.product-card h2 { margin: 0; font: 600 .88rem/1.3 Arial, sans-serif; }
.product-card p { margin: 4px 0 0; color: #777772; font-size: .76rem; line-height: 1.35; }
.product-card__price { flex: none; padding: 6px 9px; border-radius: 8px; background: #151515; color: white; font-size: .7rem; white-space: nowrap; }
.product-card__add { position: absolute; right: 12px; bottom: 12px; display: grid; width: 38px; height: 38px; place-items: center; border: 0; border-radius: 50%; background: #151515; color: white; cursor: pointer; font-size: 1.3rem; box-shadow: 0 4px 18px #0003; }
.product-card__add:hover { background: #80662f; }
.product-card__add:disabled { cursor: not-allowed; opacity: .45; }
.product-card__details { display: inline-flex; align-items: center; gap: 8px; margin: 13px 3px 0; color: #554728; font-size: .7rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.product-card__details svg { width: 19px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.6; transition: transform .25s ease; }
.product-card__link:hover .product-card__details svg { transform: translateX(4px); }
.product-card__link:focus-visible { border-radius: 18px; outline: 3px solid #80662f; outline-offset: 5px; }
.product-card__image-empty { display: block; width: 100%; height: 100%; background: linear-gradient(135deg, #e5e2da, #f4f2ed); }
.pagination { display: flex; justify-content: center; gap: 8px; margin-top: 54px; }
.pagination a { display: grid; min-width: 42px; height: 42px; padding: 0 12px; place-items: center; border: 1px solid #d6d6d0; border-radius: 9px; background: white; font-size: .78rem; }
.pagination a[aria-current="page"] { border-color: #151515; background: #151515; color: white; }
.catalog-status { grid-column: 1/-1; padding: 70px 20px; text-align: center; color: #686862; }

.cart-layout { display: grid; grid-template-columns: 1.4fr .6fr; gap: 48px; }
.cart-list { display: grid; gap: 14px; }
.cart-item { display: grid; grid-template-columns: 112px 1fr auto; gap: 18px; align-items: center; padding: 12px; border: 1px solid #deded8; border-radius: 16px; background: white; }
.cart-item img { width: 112px; height: 112px; border-radius: 10px; object-fit: cover; }
.cart-item h2 { margin: 0; font: 400 1.2rem/1.2 Georgia, serif; }
.cart-item p { margin: 5px 0 0; color: #777772; font-size: .78rem; }
.cart-item button { border: 0; background: none; color: #6b5940; cursor: pointer; text-decoration: underline; }
.cart-quantity { display: inline-flex; align-items: center; gap: 10px; margin-top: 10px; }
.cart-quantity button { display: grid; width: 28px; height: 28px; place-items: center; border: 1px solid #cfc9bd; border-radius: 50%; text-decoration: none; }
.cart-summary { align-self: start; padding: 25px; border-radius: 16px; background: #151515; color: white; }
.cart-summary h2 { margin: 0 0 10px; font: 400 1.6rem Georgia, serif; }
.cart-summary p { color: #bdbdb7; }
.cart-summary .button { width: 100%; margin-top: 10px; }
.cart-summary strong { display: block; margin-bottom: 20px; color: var(--gold); font: 400 1.7rem Georgia, serif; }
.checkout-form { margin-top: 30px; padding: clamp(22px, 4vw, 38px); border: 1px solid #deded8; border-radius: 16px; background: white; }
.checkout-form h2 { margin: 0 0 24px; font: 400 1.65rem Georgia, serif; }
.checkout-fields { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.checkout-fields label { display: grid; gap: 7px; color: #615d55; font-size: .75rem; font-weight: 700; }
.checkout-fields .is-wide { grid-column: 1 / -1; }
.checkout-fields input, .checkout-fields select { min-height: 46px; padding: 10px 12px; border: 1px solid #cbc7be; border-radius: 8px; background: #fff; color: #171713; font: inherit; }
.checkout-fields .checkout-whatsapp { display: flex; align-items: center; gap: 10px; cursor: pointer; line-height: 1.5; }
.checkout-fields .checkout-whatsapp input { width: 18px; min-height: 18px; margin: 0; padding: 0; accent-color: #1f6d42; }
.payment-element { margin-top: 26px; padding-top: 24px; border-top: 1px solid #deded8; }
.checkout-submit { width: 100%; margin-top: 16px; }
.checkout-message { min-height: 1.4em; margin: 18px 0 0; color: #725426; font-size: .8rem; }
.checkout-security { color: #777269; font-size: .7rem; line-height: 1.5; }
.checkout-result { max-width: 720px; margin: 60px auto; padding: 50px; border-radius: 18px; background: white; text-align: center; }
.receipt-preview { margin: 32px 0 22px; padding: clamp(20px, 4vw, 32px); border: 1px solid #d9d3c7; border-radius: 14px; background: #faf8f3; text-align: left; }
.receipt-preview header { display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; padding-bottom: 18px; border-bottom: 1px solid #ddd6c8; }
.receipt-preview header span, .receipt-preview__sale { color: #777066; font-size: .72rem; letter-spacing: .08em; text-transform: uppercase; }
.receipt-preview header h2 { margin: 5px 0 0; font: 400 1.35rem Georgia, serif; }
.receipt-preview header > strong { color: #2d7149; font-size: .78rem; letter-spacing: .08em; text-transform: uppercase; }
.receipt-preview--informative header > strong { color: #8a6428; }
.receipt-preview__notice { margin: 16px 0 4px; padding: 11px 13px; border-left: 3px solid #cfa85c; background: #f4ecdc; color: #665a47; font-size: .76rem; line-height: 1.5; }
.receipt-preview__sale { margin: 16px 0 0; }
.receipt-preview__items { display: grid; margin-top: 12px; }
.receipt-preview__items > div { display: flex; justify-content: space-between; gap: 24px; padding: 14px 0; border-bottom: 1px solid #e5dfd4; }
.receipt-preview__items span { display: grid; gap: 5px; }
.receipt-preview__items b { font-size: .9rem; }
.receipt-preview__items small { color: #716b62; }
.receipt-preview dl { display: grid; gap: 8px; margin: 20px 0 0 auto; width: min(100%, 310px); }
.receipt-preview dl div { display: flex; justify-content: space-between; gap: 20px; }
.receipt-preview dt, .receipt-preview dd { margin: 0; }
.receipt-preview__total { margin-top: 7px; padding-top: 12px; border-top: 1px solid #27251f; font-weight: 700; }
.checkout-result__actions { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.checkout-result__actions .button { width: 100%; margin: 0; }
.checkout-result__download-status { min-height: 1.4em; color: #6d665b; font-size: .75rem; }
.checkout-result__home { margin-top: 12px; }
.checkout-result--error { border-top: 4px solid #9f493f; }
.checkout-payment-help { margin: 24px 0; padding: clamp(20px, 4vw, 28px); border-radius: 14px; background: #f8f1ef; text-align: left; }
.checkout-payment-help h2 { margin: 0 0 16px; font: 400 1.35rem Georgia, serif; }
.checkout-payment-help ol { display: grid; gap: 12px; margin: 0 0 22px; padding-left: 1.35rem; color: #514b43; line-height: 1.55; }
.checkout-payment-help li::marker { color: #9f493f; font-weight: 700; }

@media print {
    body { background: white !important; }
    body > :not(#storeContent), .checkout-result > .kicker, .checkout-result > h1, .checkout-result > p, .checkout-result__actions, .checkout-result__home { display: none !important; }
    #storeContent, .catalog-shell, .checkout-confirmation, .checkout-confirmation .wrap, .checkout-result { display: block !important; min-height: 0; margin: 0; padding: 0; background: white; box-shadow: none; }
    .receipt-preview { margin: 0; border: 0; }
}

body:not([data-route="home"]) .site-header { background: #0b0c0af2; border-color: var(--line); }
body:not([data-route="home"]) .footer { background: var(--ink); }

.product-detail-shell, .product-detail { min-height: 100svh; background: #f4f1ea; color: #171713; }
.product-detail { position: relative; overflow: clip; padding: 125px 0 100px; }
.product-detail__parallax { position: absolute; top: -12vw; right: -10vw; width: min(55vw, 800px); aspect-ratio: 1; border-radius: 50%; background: radial-gradient(circle, #b6944a2b 0, #b6944a0a 48%, transparent 70%); pointer-events: none; will-change: transform; }
.product-breadcrumb { position: relative; z-index: 1; display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 35px; color: #6d685f; font-size: .72rem; letter-spacing: .06em; }
.product-breadcrumb a { color: #3b3529; text-decoration: underline; text-underline-offset: 3px; }
.product-detail__hero { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1.12fr) minmax(340px, .88fr); gap: clamp(40px, 7vw, 100px); align-items: start; }
.product-gallery__main { aspect-ratio: 1/1.05; overflow: hidden; border-radius: 26px; background: #e3ded2; box-shadow: 0 25px 70px #3a2b1318; }
.product-gallery__main img { width: 100%; height: 112%; object-fit: cover; will-change: transform; }
.product-gallery__thumbs { display: grid; grid-template-columns: repeat(5, 1fr); gap: 10px; margin-top: 12px; }
.product-gallery__thumbs button { aspect-ratio: 1; overflow: hidden; padding: 0; border: 2px solid transparent; border-radius: 10px; background: #ddd8cc; cursor: pointer; opacity: .62; }
.product-gallery__thumbs button.is-active { border-color: #80662f; opacity: 1; }
.product-gallery__thumbs img { width: 100%; height: 100%; object-fit: cover; }
.product-detail__summary { position: sticky; top: 112px; padding-top: clamp(8px, 3vw, 42px); }
.product-detail__category { margin: 0; color: #80662f; font-size: .7rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.product-detail__summary h1 { max-width: 700px; margin: 13px 0 20px; font: 400 clamp(3rem, 5.5vw, 6.2rem)/.9 Georgia, serif; letter-spacing: -.055em; }
.product-detail__intro { max-width: 590px; margin: 0; color: #625e55; font: 1.05rem/1.7 Georgia, serif; }
.product-detail__price { margin: 28px 0 12px; font: 600 1.25rem/1 Arial, sans-serif; }
.product-shipping { margin: 18px 0 20px; padding: 16px; border: 1px solid #d8d1c4; border-radius: 12px; background: #faf8f3; }
.product-shipping > div:first-child { display: grid; gap: 4px; margin-bottom: 13px; }
.product-shipping strong { font-size: .84rem; }
.product-shipping small { color: #777168; font-size: .69rem; }
.product-shipping__fields { display: grid; grid-template-columns: 1fr 1fr auto; gap: 9px; align-items: end; }
.product-shipping label { display: grid; gap: 6px; color: #615d55; font-size: .68rem; font-weight: 700; }
.product-shipping input, .product-shipping select { width: 100%; min-height: 44px; padding: 8px 10px; border: 1px solid #cbc7be; border-radius: 8px; background: white; color: #171713; font: inherit; }
.product-shipping input:focus, .product-shipping select:focus { border-color: #80662f; outline: 3px solid #80662f20; }
.product-shipping .button { min-height: 44px; border: 0; cursor: pointer; }
.product-shipping__result { min-height: 1.3em; margin: 11px 0 0; color: #396848; font-size: .72rem; line-height: 1.45; }
.product-shipping__result.is-error { color: #9f493f; }
.product-detail__stock { display: flex; align-items: center; gap: 8px; margin: 0 0 24px; color: #555149; font-size: .76rem; }
.product-detail__stock span { width: 8px; height: 8px; border-radius: 50%; background: #a67925; }
.product-detail__stock.is-in span { background: #3b824c; }
.product-detail__stock.is-out span { background: #a14336; }
.product-purchase { display: grid; grid-template-columns: auto 1fr; gap: 10px; align-items: end; padding-top: 22px; border-top: 1px solid #d8d1c4; }
.product-purchase > label { grid-column: 1/-1; font-size: .7rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.quantity-control { display: grid; grid-template-columns: 36px 48px 36px; height: 52px; border: 1px solid #cfc7b7; border-radius: 8px; background: white; }
.quantity-control button, .quantity-control input { min-width: 0; border: 0; background: transparent; text-align: center; }
.quantity-control button { cursor: pointer; font-size: 1.2rem; }
.quantity-control input { width: 48px; appearance: textfield; font-weight: 700; }
.product-add-button { min-height: 52px; border: 0; cursor: pointer; }
.product-whatsapp-button { grid-column: 1/-1; min-height: 52px; border: 1px solid #1f6d42; background: #1f6d42; color: white; }
.product-whatsapp-button .whatsapp-icon { width: 19px; height: 19px; }
.product-cart-button { grid-column: 1/-1; min-height: 52px; margin-top: 30px; }
.product-cart-button svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.7; }
.product-detail__notice { color: #777168; font-size: .71rem; line-height: 1.55; }
.product-detail__content { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr 1fr; gap: clamp(45px, 10vw, 150px); margin-top: 100px; padding: 80px 0 0; border-top: 1px solid #d8d1c4; }
.product-detail__content h2 { margin: 10px 0 20px; font: 400 clamp(2.5rem, 4vw, 4.2rem)/1 Georgia, serif; }
.product-detail__content p { color: #5f5a51; font: 1rem/1.8 Georgia, serif; }
.product-specs { margin: 0; }
.product-specs div { display: grid; grid-template-columns: minmax(110px, .36fr) 1fr; gap: 20px; padding: 18px 0; border-bottom: 1px solid #d8d1c4; }
.product-specs dt { color: #71654d; font-size: .7rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.product-specs dd { margin: 0; line-height: 1.55; }
.product-tags { display: flex; flex-wrap: wrap; gap: 8px; margin: 50px 0 0; padding: 0; list-style: none; }
.product-tags li { padding: 8px 12px; border: 1px solid #d5ccbc; border-radius: 99px; color: #716b60; font-size: .69rem; }
.product-error { max-width: 750px; margin: 100px auto; text-align: center; }
.product-error h1 { font: 400 clamp(2.5rem, 6vw, 5rem)/1 Georgia, serif; }

@media (prefers-reduced-motion: reduce) {
    .product-gallery__main img, .product-detail__parallax { transform: none !important; }
}

@media (max-width: 1000px) { .product-grid { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 760px) {
    .fp-navbar__actions { gap: 10px; }
    .catalog-shell { padding: 112px 0 65px; }
    .catalog-head, .about__layout, .cart-layout { display: block; }
    .catalog-head p { margin-top: 18px; }
    .product-grid { grid-template-columns: repeat(2, 1fr); gap: 22px 10px; }
    .product-card__info { display: block; }
    .product-card__price { display: inline-block; margin-top: 8px; }
    .cart-summary { margin-top: 30px; }
    .about { padding: 75px 0; }
    .product-detail { padding: 105px 0 70px; }
    .product-detail__hero, .product-detail__content { grid-template-columns: 1fr; }
    .product-detail__summary { position: static; padding-top: 10px; }
    .product-detail__content { gap: 35px; margin-top: 65px; padding-top: 55px; }
    .product-gallery__thumbs { grid-template-columns: repeat(4, 1fr); }
    .product-shipping__fields { grid-template-columns: 1fr 1fr; }
    .product-shipping .button { grid-column: 1 / -1; }
}
@media (max-width: 460px) {
    .fp-menu-button span { display: none; }
    .product-grid { grid-template-columns: 1fr; }
    .cart-item { grid-template-columns: 84px 1fr; }
    .cart-item img { width: 84px; height: 84px; }
    .cart-item button { grid-column: 2; justify-self: start; }
    .checkout-fields { grid-template-columns: 1fr; }
    .checkout-fields .is-wide { grid-column: auto; }
    .checkout-result__actions { grid-template-columns: 1fr; }
    .product-shipping__fields { grid-template-columns: 1fr; }
    .product-shipping .button { grid-column: auto; width: 100%; }
}
