:root {
    --nt-cream: #f6efe0;
    --nt-paper: #fbf6eb;
    --nt-sand: #ead8b3;
    --nt-gold: #e1a22f;
    --nt-gold-deep: #e1a22f;
    --nt-ink: #1a1410;
    --nt-wood: #5a3b28;
    --nt-ajvar: #8e2a1b;
    --nt-leaf: #4a6b3a;
    --nt-text: #2b2118;
    --nt-muted: #6d5c4a;
    --nt-footer-shade: linear-gradient(180deg, rgb(12 9 7) 0%, rgb(0 0 0 / 71%) 36%, rgb(0 0 0 / 92%) 72%, rgb(3 1 3) 100%);
    --nt-header-shade: linear-gradient(180deg, rgb(12 9 7) 0%, rgb(0 0 0 / 52%) 36%, rgb(0 0 0 / 29%) 72%, rgb(2 2 2 / 31%) 100%);
}

.nt-header-gradient {
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    background: var(--nt-header-shade);
}

body,
button,
input,
textarea,
select {
    font-family: "Cinzel", "Times New Roman", serif;
    color: var(--nt-text);
    background: #fff;
}

body:has(.nt-hero) {
    background: #fff;
}

body *:not(i):not(.fa):not(.lnr):not([class^="fa-"]):not([class*=" fa-"]):not([class^="lnr-"]):not([class*=" lnr-"]) {
    font-family: "Cinzel", "Times New Roman", serif !important;
}

h1, h2, h3, h4, h5,
.section-title h2,
.section-title h2 span,
.product-name h4,
.bb-product-spec-title,
.search-title h1 {
    font-family: "Cinzel", "Times New Roman", serif;
    letter-spacing: 3px;
}

header.header-pos,
header.nt-header {
    background: #fff !important;
    border-bottom: 1px solid rgba(225, 162, 47, 0.18);
    backdrop-filter: none;
}

.header-middle.home-header2,
.header-middle.theme-bg,
.header-middle.sticky,
.header-top-menu.sticker.sticky {
    background: #fff !important;
}

.header-middle.sticky {
    box-shadow: 0 2px 12px rgba(26, 20, 16, 0.12);
}

.header-top-menu.menu-style2,
.header-top-menu.menu-style2.sticker,
.header-top-menu.sticker.sticky {
    background: #fff !important;
    border-top: 0;
}

.header-middle .logo {
    width: 260px;
}

.header-middle .logo img {
    max-width: 240px;
    height: auto;
}

.header-middle .header-middle-inner {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.nt-header-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0;
    width: 100%;
}

.nt-header-nav a {
    position: relative;
    color: var(--nt-ink);
    font-size: 20px;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    padding: 8px 25px;
    text-decoration: none;
}

.nt-header-nav a + a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 18px;
    height: 1px;
    background: var(--nt-gold);
    transform: translate(-50%, -50%);
}

.nt-header-nav a:hover,
.nt-header-nav a.is-active {
    color: var(--nt-gold);
}

.home-header2 .mini-cart-option .count,
.mini-cart-option .count {
    background: #e1a22f !important;
    color: var(--nt-ink) !important;
}

.header-middle .row {
    align-items: center;
}

.header-middle .col-lg-3.order-lg-last {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.mini-cart-option {
    float: none;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    height: 100%;
}

.mini-cart-option > ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: nowrap;
    gap: 18px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.mini-cart-option > ul > li {
    display: flex;
    align-items: center;
    margin: 0;
    vertical-align: middle;
}

.mini-cart-option li.nt-lang-switch {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: nowrap;
    gap: 6px;
    margin: 0;
    font-size: 20px;
    font-weight: 800;
    letter-spacing: 0.14em;
    line-height: 1;
    text-transform: uppercase;
    white-space: nowrap;
    vertical-align: middle;
}

.mini-cart-option li.nt-lang-switch a,
.home-header2 .mini-cart-option li.nt-lang-switch a,
.home-header2 .mini-cart-option li.nt-lang-switch:hover a {
    display: inline;
    max-width: none;
    margin: 0;
    padding: 0;
    font-family: "Cinzel", "Times New Roman", serif;
    font-size: 20px;
    font-weight: 800;
    letter-spacing: 0.14em;
    line-height: 1;
    color: var(--nt-muted) !important;
    text-decoration: none;
    text-transform: uppercase;
    opacity: 1;
    white-space: nowrap;
}

.mini-cart-option li.nt-lang-switch > span {
    display: inline;
    color: var(--nt-gold);
    opacity: 1;
    line-height: 1;
    flex-shrink: 0;
    font-weight: 800;
    letter-spacing: 0;
}

.mini-cart-option li.nt-lang-switch a.is-active,
.mini-cart-option li.nt-lang-switch a:hover,
.home-header2 .mini-cart-option li.nt-lang-switch a.is-active,
.home-header2 .mini-cart-option li.nt-lang-switch a:hover {
    color: #e1a22f !important;
    opacity: 1;
}

.mini-cart-option li a {
    color: var(--nt-ink) !important;
}

.mini-cart-option li.my-cart > a.haa-toggle img {
    filter: brightness(0);
}

.mini-cart-option li.my-cart {
    position: relative;
}

.mini-cart-option li.my-cart > a.haa-toggle,
.home-header2 .mini-cart-option li.my-cart > a.haa-toggle,
.home-header2 .mini-cart-option li.my-cart:hover > a.haa-toggle {
    display: flex;
    align-items: center;
    max-width: 90px;
    margin: 0 10px 0 0;
    padding: 0;
    font-size: 16px;
    font-weight: 700;
    line-height: 16px;
    letter-spacing: 0;
    text-transform: none;
    white-space: normal;
    color: var(--nt-ink) !important;
}

.mini-cart-option li.my-cart .w-50 {
    width: 50px !important;
    height: auto !important;
    max-width: 50px !important;
    margin-right: 10px;
    flex-shrink: 0;
}

.mini-cart-option li.my-cart .count {
    left: 25px;
    bottom: -15px;
    width: 25px;
    height: 25px;
    font-size: 13px;
    line-height: 24px;
}

.home-header2 .bb-header-search .top-search-btn {
    background: var(--nt-ajvar) !important;
}

.home-header2 .bb-header-search .top-search-btn:hover {
    background: #6f1f14 !important;
}

input.top-cat-field {
    background: var(--nt-paper);
    box-shadow: none;
    border: 1px solid var(--nt-sand);
}

.main-menu nav > ul > li > a {
    color: var(--nt-ink) !important;
    font-weight: 500;
}

.main-menu nav > ul > li > a:hover {
    color: var(--nt-gold) !important;
}

.main-menu .dropdown,
.main-menu nav ul li ul.dropdown {
    background: #fff8ea !important;
    border: 1px solid rgba(225, 162, 47, 0.25);
}

.main-menu .dropdown a {
    color: var(--nt-ink) !important;
}

@media (min-width: 992px) {
    .bb-menu-sticky-holder {
        display: none !important;
    }
}

@media (max-width: 991px) {
    .nt-header-nav {
        display: none;
    }

    .header-middle .col-lg-3.order-lg-last,
    .mini-cart-option,
    .mini-cart-option > ul {
        justify-content: center;
    }
}

.bb-shop-toolbar-card,
.bb-shop-filters-panel {
    display: none !important;
}

.bb-shop-filters-bar {
    margin-bottom: 0 !important;
}

.bb-home-seo,
.bb-home-section {
    background: #fff;
}

.nt-hero {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 70vh;
    min-height: 70vh;
    max-height: 70vh;
    display: flex;
    align-items: flex-end;
    background: #120e0b;
    color: #f6efe0;
    margin: 0 0 56px;
}

.nt-hero__bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center center;
    transform: none;
}

.nt-hero__shade {
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    background: var(--nt-header-shade);
}

.nt-hero--products .nt-hero__bg {
    background-position: center center;
    filter: none;
    transform: none;
}

.nt-hero--products .nt-hero__shade {
    background: var(--nt-header-shade);
}

.nt-hero__inner {
    position: relative;
    z-index: 2;
    padding: 0 0 72px;
    /* max-width: 760px; */
}

.nt-kicker {
    display: inline-block;
    color: var(--nt-gold);
    font-size: 18px;
    letter-spacing: 0.28em;
    text-transform: uppercase;
    margin-bottom: 14px;
    font-weight: 800;
}

.nt-hero h1 {
    font-size: 72px;
    line-height: 0.95;
    margin-bottom: 18px;
    color: #fff;
    font-weight: 800;
}

.nt-hero p {
    max-width: 560px;
    font-size: 18px;
    line-height: 1.65;
    color: #fff;
    margin-bottom: 28px;
    font-weight: 600;
}

.nt-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.nt-btn,
.bb-about-btn,
.btn-cart,
.newsletter-btn,
.bb-auth-submit,
.bb-age-btn,
.cart-button.hm2 {
    background: var(--nt-ajvar) !important;
    border: 1px solid var(--nt-ajvar) !important;
    color: #fff !important;
    border-radius: 999px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    padding: 12px 24px;
    font-weight: 600;
}

.nt-btn:hover,
.bb-about-btn:hover,
.btn-cart:hover,
.cart-button.hm2:hover {
    background: #6f1f14 !important;
    border-color: #6f1f14 !important;
    color: #fff !important;
}

.nt-btn--ghost,
.bb-about-btn--ghost {
    background: transparent !important;
    color: #fff8ea !important;
    border-color: rgba(255,248,234,0.55) !important;
}

.nt-home-group {
    padding-bottom: 60px;
    padding-top: 60px;
    display: block;
    position: relative;
}

.nt-home-group .home-section-title {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 10px;
}

.nt-home-group .home-section-title h2,
.nt-home-group .home-section-title h2 span {
    text-align: center;
    width: 100%;
}

.nt-home-group__more {
    color: var(--nt-ajvar);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    font-size: 13px;
}

.nt-home-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 36px 28px;
}

.nt-home-grid .product-item {
    width: calc((100% - 56px) / 3);
    max-width: calc((100% - 56px) / 3);
    flex: 0 1 calc((100% - 56px) / 3);
    margin: 0;
}

.nt-home-group .shop-product-wrap.grid.row,
.nt-home-group .row {
    justify-content: center;
}

.nt-offer-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}

.nt-offer-card {
    display: block;
    background: var(--nt-paper);
    border: 1px solid transparent;
    border-radius: 20px;
    text-decoration: none;
    color: inherit;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(26, 20, 16, 0.08);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.nt-offer-card img {
    width: 100%;
    height: 240px;
    object-fit: contain;
    background: #111;
    padding: 18px;
}

.nt-offer-card span {
    display: block;
    padding: 16px 18px 18px;
    font-family: "Cinzel", serif;
    font-size: 26px;
    color: var(--nt-ink);
}

.nt-offer-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 36px rgba(26, 20, 16, 0.14);
    border-color: var(--nt-gold);
}

.section-title.home-section-title h2 span,
.section-title h2 span {
    color: var(--nt-ink);
}

.product-item {
    background: transparent !important;
    border: none !important;
    border-radius: 0 !important;
    overflow: visible !important;
    padding: 0 0 6px !important;
    box-shadow: none !important;
}

.product-item:hover {
    transform: none;
    box-shadow: none !important;
    border-color: transparent !important;
}

.product-thumb,
.product-item .product-thumb {
    background: transparent !important;
    padding: 0 !important;
    overflow: hidden;
}

.product-item .product-thumb a {
    aspect-ratio: 1 / 1 !important;
    min-height: 220px;
    background: transparent !important;
    border: none !important;
    border-radius: 0 !important;
    padding: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    box-shadow: none !important;
}

.product-item .product-thumb a img.pri-img,
.product-item .product-thumb a img.sec-img,
.shop-product-wrap.grid .product-item .product-thumb a img,
.owl-carousel .product-item .product-thumb a img,
.owl-carousel .owl-item .product-item .product-thumb a img {
    width: 100% !important;
    max-width: 100% !important;
    height: 100% !important;
    max-height: 100% !important;
    object-fit: contain;
    object-position: center;
    display: block;
}

.product-item .product-thumb a img.pri-img {
    position: relative;
    z-index: 1;
    visibility: visible !important;
    opacity: 1 !important;
}

.product-item .product-thumb a img.sec-img,
.product-item .sec-img,
.sinrato-thumb .sec-img,
.sinrato-list-item .sec-img {
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
}

.product-item:hover .product-thumb a img.sec-img,
.product-item:hover .sec-img,
.sinrato-list-item:hover .sec-img {
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
}

.product-item:hover .pri-img,
.sinrato-list-item:hover .pri-img {
    opacity: 1 !important;
    visibility: visible !important;
}

.product-thumb img {
    object-fit: contain;
}

.product-item .action-links,
.product-item .product-caption .action-links {
    display: none !important;
}

.product-item .product-caption {
    padding: 10px 4px 0 !important;
    gap: 0;
}

.product-item .manufacture-product {
    display: none !important;
}

.product-item .product-name {
    margin-bottom: 4px;
}

.product-item .product-name h4 {
    font-size: 25px;
    font-weight: 800;
    letter-spacing: 1px;
    font-style: normal !important;
    line-height: 1.25;
    color: var(--nt-ink);
    height: auto;
    min-height: 0;
    padding: 0;
}

.product-item .product-name h4 a,
.product-item .product-name h4:hover a {
    color: var(--nt-ink) !important;
    font-style: normal !important;
}

.product-item .product-name h4 a:hover {
    color: var(--nt-ajvar) !important;
}

.product-item .regular-price,
.product-item .price-box .regular-price {
    color: var(--nt-ajvar) !important;
    font-style: normal !important;
}

.product-item .old-price,
.product-item .old-price del {
    color: var(--nt-muted) !important;
}

.product-item .product-price-row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    width: 100%;
    margin-top: 6px;
}

.product-item .product-price-row .price-box {
    margin: 0;
    min-height: 0;
    flex: 0 0 auto;
    min-width: 0;
    text-align: center;
}

.product-item .product-price-row .btn-cart,
.product-item .btn-cart {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    min-width: 48px;
    max-width: 48px;
    margin-top: 0;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    color: transparent !important;
    font-size: 0;
    line-height: 0;
    letter-spacing: 0;
    text-transform: none;
    box-shadow: none !important;
    isolation: isolate;
    transform: none;
    flex-shrink: 0;
    cursor: pointer;
    transition: transform 0.2s ease;
}

.product-item .product-price-row .btn-cart .nt-cart-icon,
.product-item .btn-cart .nt-cart-icon {
    width: 48px;
    height: 48px;
    flex-shrink: 0;
    display: block;
    object-fit: contain;
    filter: brightness(0);
    transition: filter 0.2s ease;
}

.product-item .btn-cart .lnr-cart {
    display: none;
}

.product-item .product-price-row .btn-cart:hover,
.product-item .btn-cart:hover {
    background: transparent !important;
    border: 0 !important;
    color: transparent !important;
    transform: none;
    box-shadow: none !important;
}

.product-item .product-price-row .btn-cart:hover .nt-cart-icon,
.product-item .btn-cart:hover .nt-cart-icon {
    /* filter: invert(68%) sepia(67%) saturate(505%) hue-rotate(4deg) brightness(93%) contrast(91%); */
    /* background: red; */
}

.product-item .product-price-row .btn-cart:disabled,
.product-item .btn-cart:disabled {
    background: transparent !important;
    box-shadow: none !important;
    opacity: 0.35;
    cursor: default;
}

.product-item .btn-cart.bb-fav-remove-btn {
    width: auto;
    max-width: 100%;
    height: auto;
    min-width: 0;
    margin-top: 10px;
    padding: 8px 16px !important;
    font-size: 12px;
    line-height: 1.3;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: var(--nt-ink) !important;
    background: #fff !important;
    box-shadow: inset 0 0 0 1px #000 !important;
    border-radius: 999px !important;
}

.shop-product-wrap.grid.row {
    margin-left: -18px;
    margin-right: -18px;
}

.shop-product-wrap.grid.row > [class*="col-"] {
    padding-left: 18px !important;
    padding-right: 18px !important;
    margin-bottom: 36px;
}

.bb-product-card-bg {
    background: #fff !important;
    border: 1px solid var(--nt-sand) !important;
    box-shadow: none !important;
}

.bb-product-gallery--single .pro-large-img img,
.bb-product-main-slider .pro-large-img img,
.product-details-main-wrapper .pro-large-img img {
    width: 100% !important;
    max-width: 620px !important;
    max-height: none !important;
}

.price-box .regular-price,
.special-price {
    color: var(--nt-ajvar) !important;
}

.label-product.label_new span,
.label-product.label_sale span {
    background: var(--nt-gold) !important;
    color: var(--nt-ink) !important;
}

.bb-footer,
footer.bb-footer {
    position: relative;
    isolation: isolate;
    background-color: #120e0b;
    background-image: url("../img-more/footer.jpg");
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    color: #ead8b3;
}

.bb-footer::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    background: var(--nt-footer-shade);
}

.bb-footer > * {
    position: relative;
    z-index: 1;
}

.nt-footer-visual {
    display: none;
}

.newsletter-group.bb-newsletter,
.bb-newsletter {
    background: linear-gradient(180deg, #0a0705 0%, #0a0806 48%, #0c0906 100%) !important;
    border-top: 0px solid var(--nt-gold) !important;
    border-bottom: 0px solid rgba(225, 162, 47, 0.28) !important;
    color: var(--nt-cream);
}

.bb-newsletter::before {
    display: block;
    background: radial-gradient(circle, rgba(225, 162, 47, 0.14) 0%, transparent 70%);
}

.bb-newsletter-badge {
    color: var(--nt-gold) !important;
}

.bb-newsletter h3,
.bb-newsletter .newsletter-title > h3 {
    color: var(--nt-cream) !important;
}

.bb-newsletter .newsletter-title > p {
    color: rgba(246, 239, 224, 0.74) !important;
}

.bb-newsletter .newsletter-btn {
    background: var(--nt-gold) !important;
    color: var(--nt-ink) !important;
}

.bb-newsletter .newsletter-btn:hover {
    background: var(--nt-gold-deep) !important;
}

.bb-newsletter .email-box {
    background: var(--nt-paper) !important;
    color: var(--nt-text) !important;
}

.bb-newsletter .email-box:focus {
    border-color: var(--nt-gold) !important;
    box-shadow: 0 0 0 4px rgba(225, 162, 47, 0.22);
}

.bb-newsletter #response_newsletter {
    color: rgba(246, 239, 224, 0.9) !important;
}

.bb-footer .footer-top,
.bb-footer .bb-footer-main,
.bb-footer .footer-bottom {
    background: transparent !important;
    border-color: rgba(225, 162, 47, 0.18) !important;
}

.bb-footer .footer-top.pt-50,
.bb-footer .footer-top.pb-50 {
    padding-top: 120px !important;
    padding-bottom: 120px !important;
}

.footer-single-widget .widget-title h4,
.footer-copyright,
.footer-copyright a,
.bb-footer a,
.bb-footer .footer-copyright p {
    color: #fff !important;
}

.bb-footer a:hover,
.bb-footer .footer-copyright a:hover {
    color: var(--nt-gold) !important;
}

.bb-footer .widget-title:has(+ .bb-footer-legal) h4 {
    margin-bottom: 10px;
}

.bb-footer .bb-footer-legal {
    margin: 0 0 16px;
    /* max-width: 280px; */
    text-align: left;
    font-family: "Cinzel", "Times New Roman", serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.015em;
    text-transform: none;
    color: #fff;
}

.bb-footer .bb-footer-email {
    display: inline-flex;
    align-self: flex-start;
    width: max-content;
    max-width: 100%;
    padding: 0;
    background: transparent !important;
    border: none !important;
    border-radius: 0;
    box-shadow: none !important;
}

.bb-footer .bb-footer-email-icon,
.bb-footer .bb-footer-email-icon i {
    width: 40px;
    height: 40px;
    background: #e1a22f;
    color: #000000 !important;
    font-size: 20px;
    font-style: normal !important;
    box-shadow: 0 0 0 1.5px #e1a22f;
}

.bb-footer .bb-footer-email-icon i {
    width: auto;
    height: auto;
    background: none;
    box-shadow: none;
}

.bb-footer .footer-useful-link li.bb-footer-email a,
.bb-footer .bb-footer-email a,
.bb-footer .bb-footer-email a .bb-footer-email-content,
.bb-footer .bb-footer-email-content,
.bb-footer .bb-footer-email-label {
    color: #fff !important;
    background: none !important;
    border: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
}

.bb-footer .bb-footer-email-label,
.bb-footer .bb-footer-email a {
    font-family: "Cinzel", "Times New Roman", serif;
    font-style: normal !important;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.02em;
    text-transform: none !important;
}

.bb-footer .bb-footer-email a {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 0 !important;
    margin: 0 !important;
    border-radius: 0;
}

.bb-footer .bb-footer-email a:hover,
.bb-footer .footer-useful-link li.bb-footer-email:hover a,
.bb-footer .footer-useful-link li.bb-footer-email:hover a .bb-footer-email-content,
.bb-footer .bb-footer-email a:hover .bb-footer-email-content {
    color: var(--nt-gold) !important;
    background: none !important;
    padding-left: 0 !important;
    margin-left: 0 !important;
}

.footer-top .widget-title img {
    max-width: 240px;
    height: auto;
    margin-bottom: 30px;
}

.bb-product-details,
.bb-product-spec-section,
.breadcrumb-area,
.bb-about-page {
    background: var(--nt-cream);
}

.bb-product-card-bg,
.bb-product-spec,
.bb-about-intro {
    background: var(--nt-paper);
    border: 1px solid var(--nt-sand);
}

.nt-nutrition {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin: 18px 0 8px;
}

.nt-nutrition a {
    display: inline-block;
    padding: 10px 16px;
    border: 1px solid var(--nt-gold);
    color: var(--nt-wood);
    text-decoration: none;
    font-weight: 600;
}

.nt-nutrition a:hover {
    background: var(--nt-gold);
    color: var(--nt-ink);
}

.nt-claims {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 6px 18px;
    padding-left: 18px;
    margin: 16px 0;
}

.bb-age-popup {
    display: none !important;
}

.scroll-top {
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    line-height: 1;
    background: #1a1410 !important;
    color: #e8d5a8;
    border: 0 !important;
    border-radius: 12px;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.32);
    outline: none;
    transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease, box-shadow 0.2s ease, opacity 0.3s ease, visibility 0.3s ease;
}

.scroll-top i {
    color: #e8d5a8;
    font-size: 22px;
    line-height: 1;
    font-weight: 400;
}

.scroll-top:hover,
.scroll-top:focus {
    background: var(--nt-gold) !important;
    color: #1a1410;
    border: 0 !important;
    transform: translateY(-2px);
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.28);
}

.scroll-top:hover i,
.scroll-top:focus i {
    color: #1a1410;
}

.scroll-top.not-visible {
    pointer-events: none;
}

.breadcrumb-area {
    display: none !important;
}

body:has(.nt-page-hero) header.header-pos,
body:has(.nt-page-hero) header.nt-header {
    margin-bottom: 0 !important;
}

.nt-page-hero--product {
    background-image: url("../img-more/header-suma.png");
}

.nt-page-hero {
    min-height: 260px;
    display: flex;
    align-items: flex-end;
    margin: 0 0 36px;
    padding: 80px 0 36px;
    background-image: url("../img-more/header-livada.png");
    background-size: cover;
    background-position: center center;
    position: relative;
    color: #fff8ea;
}

.nt-page-hero::before {
    display: none;
}

.nt-page-hero.nt-page-hero--full,
.nt-page-hero.nt-page-hero--ajvar,
.nt-page-hero.nt-page-hero--dzemovi,
.nt-page-hero.nt-page-hero--slatko,
.nt-page-hero.nt-page-hero--kontakt,
.nt-page-hero.nt-page-hero--onama {
    min-height: 0;
    width: 100%;
    height: 70vh;
    max-height: 70vh;
    margin: 0;
    padding: 0;
    display: block;
    overflow: hidden;
    background-image: none !important;
    background-color: #120e0b;
}

.nt-page-hero--full .nt-page-hero__bg,
.nt-page-hero--ajvar .nt-page-hero__bg,
.nt-page-hero--dzemovi .nt-page-hero__bg,
.nt-page-hero--slatko .nt-page-hero__bg,
.nt-page-hero--kontakt .nt-page-hero__bg,
.nt-page-hero--onama .nt-page-hero__bg {
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    background-repeat: no-repeat;
    background-size: cover !important;
    background-position: center center !important;
}

.nt-page-hero--full::before,
.nt-page-hero--ajvar::before,
.nt-page-hero--dzemovi::before,
.nt-page-hero--slatko::before,
.nt-page-hero--kontakt::before,
.nt-page-hero--onama::before {
    display: none;
}

.nt-page-hero--full .container,
.nt-page-hero--ajvar .container,
.nt-page-hero--dzemovi .container,
.nt-page-hero--slatko .container,
.nt-page-hero--kontakt .container,
.nt-page-hero--onama .container,
.nt-page-hero--full .nt-page-hero__full,
.nt-page-hero--full .nt-page-hero__jars,
.nt-page-hero--full .nt-page-hero__still,
.nt-page-hero--ajvar .nt-page-hero__full,
.nt-page-hero--dzemovi .nt-page-hero__full,
.nt-page-hero--slatko .nt-page-hero__full,
.nt-page-hero--kontakt .nt-page-hero__full,
.nt-page-hero--onama .nt-page-hero__full,
.nt-page-hero--ajvar .nt-page-hero__jars,
.nt-page-hero--dzemovi .nt-page-hero__jars,
.nt-page-hero--slatko .nt-page-hero__jars,
.nt-page-hero--kontakt .nt-page-hero__jars,
.nt-page-hero--onama .nt-page-hero__jars,
.nt-page-hero--ajvar .nt-page-hero__still,
.nt-page-hero--dzemovi .nt-page-hero__still,
.nt-page-hero--slatko .nt-page-hero__still,
.nt-page-hero--kontakt .nt-page-hero__still,
.nt-page-hero--onama .nt-page-hero__still {
    display: none !important;
}

.nt-page-hero.nt-page-hero--pdp {
    height: 50vh;
    max-height: 450px;
    min-height: 160px;
}

body:has(.nt-page-hero--pdp) .bb-product-details.nt-pdp {
    padding-top: 60px !important;
}

.nt-page-heading {
    text-align: center;
    padding: 48px 16px 8px;
    margin: 0 0 8px;
}

.nt-page-heading h1 {
    font-family: "Cinzel", "Times New Roman", serif;
    font-size: 45px;
    font-weight: 800;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: var(--nt-ink);
    line-height: 1.15;
    margin: 0;
}

.nt-page-heading__kicker {
    display: block;
    margin: 12px 0 0;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: #e1a22f;
}

.nt-page-heading__intro {
    max-width: 760px;
    margin: 18px auto 0;
    padding: 0 12px;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.02em;
    line-height: 1.7;
    text-transform: none;
    color: var(--nt-ink);
}

body:has(.nt-page-heading) .main-wrapper {
    padding-top: 28px;
}

body:has(.nt-page-heading) .bb-contact-page {
    padding-top: 60px;
}

body:has(.nt-page-heading) .bb-about-info-page {
    padding-top: 16px;
}

.nt-page-hero .container {
    position: relative;
    z-index: 1;
}

.nt-page-hero__kicker {
    letter-spacing: 0.22em;
    text-transform: uppercase;
    font-size: 12px;
    color: var(--nt-gold);
    margin-bottom: 8px;
}

.nt-page-hero__title,
.nt-page-hero h1 {
    font-family: "Cinzel", serif;
    font-size: 42px;
    line-height: 1.1;
    margin: 0;
    color: #fff8ea;
}

@media (max-width: 767px) {
    .nt-page-heading {
        padding: 36px 16px 4px;
    }
    .nt-page-heading h1 {
        font-size: 28px;
        letter-spacing: 2px;
    }
    .nt-page-heading__kicker {
        font-size: 11px;
    }
    .nt-page-heading__intro {
        font-size: 14px;
        line-height: 1.65;
        margin-top: 14px;
    }
}

.bb-about-btn--ghost {
    color: var(--nt-ink) !important;
    border-color: var(--nt-ink) !important;
}

.input.top-cat-field,
input.top-cat-field {
    border-radius: 999px;
}

.home2-main-wrapper {
    background: #fff;
}

@media (max-width: 991px) {
    .nt-hero { min-height: 70vh; height: 70vh; max-height: 70vh; }
    .nt-hero h1 { font-size: 42px; }
    .nt-offer-grid { grid-template-columns: repeat(2, 1fr); }
    .nt-home-grid .product-item {
        width: calc((100% - 28px) / 2);
        max-width: calc((100% - 28px) / 2);
        flex-basis: calc((100% - 28px) / 2);
    }
    .product-item .product-thumb a { min-height: 180px; }
}

@media (max-width: 767px) {
    .nt-hero {
        margin-bottom: 20px;
    }

    .nt-hero .nt-hero__inner {
        padding-left: 20px;
        padding-right: 20px;
    }

    .nt-home-group {
        padding-top: 16px;
        padding-bottom: 16px;
    }

    .nt-home-group .home-section-title,
    .home-section-title {
        margin-bottom: 12px;
    }

    .bb-home-section {
        margin-bottom: 0;
    }

    .bb-home-section:last-of-type {
        padding-bottom: 40px;
    }
}

@media (max-width: 575px) {
    .nt-offer-grid { grid-template-columns: 1fr; }
    .nt-home-grid { gap: 20px 0; }
    .nt-home-grid .product-item {
        width: 100%;
        max-width: 100%;
        flex-basis: 100%;
    }
    .product-item .product-thumb a { min-height: 200px; }
    .nt-home-group .home-section-title {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
}

.bb-about-info-page {
    padding-top: 40px;
    padding-bottom: 24px;
}

.bb-about-values {
    width: 100%;
    background: #fff;
    color: var(--nt-ink);
    padding: 20px 20px 72px;
}

.nt-values {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
    gap: 8px;
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0;
}

.nt-values__item {
    flex: 1 1 0;
    min-width: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.nt-values__icon {
    display: block;
    width: 112px;
    height: 112px;
    object-fit: contain;
}

.nt-values__label {
    margin: 12px 0 0;
    min-height: 2.8em;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.12em;
    line-height: 1.4;
    text-transform: uppercase;
    color: #0b9444;
}

.nt-pdp .nt-values {
    margin: 0 0 32px;
}

.nt-pdp .nt-values__icon {
    width: 88px;
    height: 88px;
}

.nt-pdp .nt-values__label {
    font-size: 11px;
    min-height: 2.7em;
}

@media (max-width: 1100px) and (min-width: 768px) {
    .nt-values__icon {
        width: 96px;
        height: 96px;
    }
}

@media (max-width: 767px) {
    .bb-about-values {
        padding: 12px 16px 56px;
    }

    .nt-values {
        flex-wrap: wrap;
        gap: 20px 8px;
    }

    .nt-values__item {
        flex: 1 1 calc(33.33% - 8px);
    }

    .nt-values__icon {
        width: 88px;
        height: 88px;
    }

    .nt-pdp .nt-values__icon {
        width: 72px;
        height: 72px;
    }
}

@media (max-width: 420px) {
    .nt-values__item {
        flex: 1 1 calc(50% - 6px);
    }
}

/* Contact page — no hero, unified two-column + map */
body:has(.bb-contact-page) {
    background: #fff;
}

body:has(.bb-contact-page) header.header-pos,
body:has(.bb-contact-page) header.nt-header {
    background: #fff !important;
    margin-bottom: 0 !important;
}

.bb-contact-page {
    background: #fff;
    padding: 48px 0 0;
    color: var(--nt-ink);
}

.bb-contact-page .bb-contact-sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.bb-contact-page .bb-contact-lead,
.bb-contact-lead {
    display: none;
}

.bb-contact-page .bb-contact-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 48px 72px;
    align-items: start;
}

.bb-contact-page .bb-contact-col-title,
.bb-contact-page .bb-contact-form-head h2,
.bb-contact-page .bb-contact-aside h2 {
    margin: 0 0 50px;
    padding: 0;
    border: 0;
    color: #111;
    font-family: "Cinzel", "Times New Roman", serif;
    font-size: 26px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 0.04em;
    line-height: 1.2;
    text-transform: uppercase;
}

.bb-contact-page .bb-contact-form-head {
    display: none;
}

.bb-contact-page .bb-contact-aside {
    display: block;
}

.bb-contact-page .bb-contact-list {
    display: flex;
    flex-direction: column;
    gap: 26px;
}

.bb-contact-page .bb-contact-item {
    display: flex;
    align-items: flex-start;
    gap: 16px;
}

.bb-contact-page .bb-contact-item__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 52px;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: #f1f1f1;
    color: #4a4a4a;
}

.bb-contact-page .bb-contact-item__icon svg {
    display: block;
    width: 22px;
    height: 22px;
}

.bb-contact-page .bb-contact-item__body {
    display: flex;
    flex-direction: column;
    min-width: 0;
    padding-top: 2px;
}

.bb-contact-page .bb-contact-item__label {
    color: #111;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-bottom: 4px;
}

.bb-contact-page .bb-contact-item__value,
.bb-contact-page a.bb-contact-item__value {
    display: block;
    color: #333;
    font-size: 18px;
    font-weight: 500;
    font-style: normal;
    line-height: 1.55;
    word-break: break-word;
    text-decoration: none;
}

.bb-contact-page a.bb-contact-item__value:hover,
.bb-contact-page a.bb-contact-item__value:focus {
    color: var(--nt-gold);
}

.bb-contact-page .bb-contact-form-card,
.bb-contact-page .bb-contact-card {
    padding: 0;
    border: 0;
    border-radius: 0;
    background: #fff;
    box-shadow: none;
}

.bb-contact-page .bb-contact-fields {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px 16px;
}

.bb-contact-page .bb-field--full {
    grid-column: 1 / -1;
}

.bb-contact-page .bb-field {
    position: relative;
}

.bb-contact-page .bb-field > label:not(.error) {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.bb-contact-page .bb-contact-form input[type="text"],
.bb-contact-page .bb-contact-form input[type="email"],
.bb-contact-page .bb-contact-form input[type="tel"],
.bb-contact-page .bb-contact-form textarea {
    width: 100%;
    padding: 13px 16px 13px 46px;
    border: 1px solid #dcdcdc;
    border-radius: 4px;
    background: #fff;
    color: var(--nt-ink);
    font-size: 14px;
    font-style: normal;
    line-height: 1.5;
    box-shadow: none;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.bb-contact-page .bb-contact-form textarea {
    min-height: 150px;
    padding-top: 14px;
    resize: vertical;
}

.bb-contact-page .bb-contact-form input::placeholder,
.bb-contact-page .bb-contact-form textarea::placeholder {
    color: #9a9a9a;
}

.bb-contact-page .bb-contact-form input:hover,
.bb-contact-page .bb-contact-form textarea:hover {
    border-color: #111;
}

.bb-contact-page .bb-contact-form input:focus,
.bb-contact-page .bb-contact-form textarea:focus {
    outline: none;
    border-color: var(--nt-gold);
    background: #fff;
    box-shadow: 0 0 0 3px rgba(225, 162, 47, 0.18);
}

.bb-contact-page .bb-field-icon {
    position: absolute;
    left: 14px;
    top: 50%;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    color: #8a8a8a;
    pointer-events: none;
    transform: translateY(-50%);
}

.bb-contact-page .bb-field--message .bb-field-icon {
    top: 16px;
    transform: none;
}

.bb-contact-page .bb-field-icon svg {
    display: block;
    width: 18px;
    height: 18px;
}

.bb-contact-page .bb-field--captcha .bb-captcha-q,
.bb-contact-page #bb-captcha-math {
    display: block;
    position: static;
    width: auto;
    height: auto;
    margin: 4px 0 10px;
    padding: 0;
    clip: auto;
    overflow: visible;
    white-space: normal;
    color: #111;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0;
    text-transform: none;
    background: none;
    border: 0;
    min-width: 0;
}

.bb-contact-page .bb-captcha-row {
    position: relative;
    display: block;
    max-width: none;
}

.bb-contact-page .bb-field--captcha .bb-captcha-row .bb-field-icon {
    top: 50%;
    left: 14px;
    transform: translateY(-50%);
}

.bb-contact-page .bb-captcha-row input[type="text"] {
    max-width: none;
    width: 100%;
}

.bb-contact-page .bb-contact-form label.error {
    position: static;
    display: block;
    margin: 7px 0 0;
    color: #8e2a1b;
    font-size: 12.5px;
    font-weight: 600;
    letter-spacing: 0;
    text-transform: none;
    clip: auto;
    width: auto;
    height: auto;
    overflow: visible;
    white-space: normal;
}

.bb-contact-page .bb-contact-actions {
    margin-top: 18px;
}

.bb-contact-page .bb-contact-submit,
.bb-contact-page .bb-contact-submit.btn,
.bb-contact-page .bb-contact-submit.btn-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: -1px 42px;
    border: none;
    border-radius: 50px;
    background: #000;
    color: #fff;
    font-family: "Cinzel", "Times New Roman", serif;
    font-size: 18px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    box-shadow: none;
    margin-top: 30px;
}

.bb-contact-page .bb-contact-submit:hover,
.bb-contact-page .bb-contact-submit:focus,
.bb-contact-page .bb-contact-submit.btn:hover,
.bb-contact-page .bb-contact-submit.btn-secondary:hover {
    background: var(--nt-gold);
    color: #111;
    transform: none;
    box-shadow: none;
}

.bb-contact-page .bb-contact-map {
    margin-top: 56px;
    width: 100%;
    height: 400px;
    background: #f4f4f4;
}

.bb-contact-page .bb-contact-map iframe {
    display: block;
    width: 100%;
    height: 100%;
    border: 0;
}

@media (max-width: 991px) {
    .bb-contact-page {
        padding-top: 36px;
    }

    .bb-contact-page .bb-contact-grid {
        grid-template-columns: minmax(0, 1fr);
        gap: 32px;
    }

    .bb-contact-page .bb-contact-form-card,
    .bb-contact-page .bb-contact-card {
        padding: 0;
        border: 0;
    }

    .bb-contact-page .bb-contact-map {
        height: 320px;
        margin-top: 44px;
    }
}

@media (max-width: 575px) {
    .bb-contact-page {
        padding-top: 28px;
    }

    .bb-contact-page .bb-contact-fields {
        grid-template-columns: minmax(0, 1fr);
    }

    .bb-contact-page .bb-contact-submit,
    .bb-contact-page .bb-contact-submit.btn {
        width: 100%;
    }

    .bb-contact-page .bb-captcha-row {
        max-width: none;
    }

    .bb-contact-page .bb-contact-map {
        height: 260px;
    }
}

.bb-product-details.nt-pdp {
    background: #fff !important;
    padding: 12px 0 88px !important;
    overflow: visible;
}

.nt-pdp-wrap {
    /* max-width: 1180px; */
    overflow: visible;
}

/* clip (not hidden) so the PDP image can stick while scrolling the right column */
html:has(.nt-pdp),
body:has(.nt-pdp) {
    overflow-x: clip;
}

.nt-pdp-crumb {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
    margin: 0 0 48px;
    font-size: 11px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--nt-muted);
}

.nt-pdp-crumb a {
    color: var(--nt-ink);
    text-decoration: none;
}

.nt-pdp-crumb a:hover {
    color: var(--nt-gold);
}

.nt-pdp-stage {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    grid-template-areas:
        "media title"
        "media buy";
    column-gap: 56px;
    row-gap: 0;
    align-items: start;
    overflow: visible;
}

.nt-pdp-buy {
    grid-area: buy;
    min-width: 0;
    padding: 0;
    border: 0;
}

.nt-pdp-heading {
    grid-area: title;
}

.nt-pdp-title {
    margin-bottom: 8px;
}

.nt-pdp-media {
    grid-area: media;
    position: sticky;
    top: 112px;
    align-self: start;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 0;
    padding: 0;
    background: transparent;
    border: 0;
}

.nt-pdp-media .pro-large-img {
    position: relative;
    width: 100%;
    text-align: center;
}

.nt-pdp-media .pro-large-img img,
.nt-pdp .bb-product-gallery--single .pro-large-img img,
.nt-pdp .pro-large-img img,
.nt-pdp .product-details-main-wrapper .pro-large-img img {
    width: auto !important;
    max-width: 100% !important;
    /* max-height: 68vh !important; */
    height: auto !important;
    margin: 0 auto;
    object-fit: contain;
    background: transparent;
}

.nt-pdp-media .img-view.bb-product-zoom {
    position: absolute;
    left: auto;
    right: 0;
    top: auto;
    bottom: 0;
    width: auto;
    opacity: 1;
    visibility: visible;
    transform: none;
    z-index: 2;
}

.nt-pdp-media .bb-product-zoom-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #111;
    color: #fff !important;
    text-decoration: none;
    font-size: 13px;
}

.nt-pdp-media .bb-product-zoom-btn:hover {
    background: var(--nt-gold);
    color: #111 !important;
}

.mfp-bg {
    background: #fff !important;
    opacity: 1 !important;
}

.mfp-figure:after {
    background: #fff !important;
    box-shadow: none !important;
    border: 0 !important;
}

.mfp-close,
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    color: #111 !important;
}

.nt-pdp-buy {
    position: static;
    padding-top: 0;
}

.nt-pdp-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
    margin: 0 0 14px;
}

.nt-pdp-kicker {
    margin: 0;
    font-size: 12px;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--nt-gold);
    font-weight: 700;
}

.nt-pdp-weight {
    display: inline-flex;
    align-items: center;
    padding: 4px 12px;
    border: 1px solid var(--nt-gold);
    border-radius: 50px;
    font-size: 11px;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    font-weight: 700;
    color: var(--nt-ink);
    line-height: 1.4;
}

.nt-pdp-title {
    margin: 0 0 8px;
    font-size: 50px;
    font-weight: 800;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    line-height: 1.1;
    color: var(--nt-ink);
}

.nt-pdp-heading .nt-pdp-lead {
    margin: 10px 0 20px;
}

.nt-pdp-lead {
    margin: 0 0 28px;
    padding: 0;
    border: 0;
    font-size: 18px;
    line-height: 1.7;
    color: var(--nt-text);
    font-weight: 500;
}

.nt-pdp-shop {
    margin: 0 0 28px;
}

.nt-pdp-price {
    margin: 0 0 16px !important;
    padding: 0;
    border: 0;
}

.nt-pdp-price .special-price {
    font-size: 32px !important;
    letter-spacing: 0.01em;
    color: var(--nt-ink) !important;
    font-weight: 800;
}

.nt-pdp-price .old-price {
    display: block;
    margin-bottom: 4px;
    color: var(--nt-muted);
}

.nt-pdp-price .usteda {
    display: block;
    margin-bottom: 6px;
    font-size: 13px;
    color: var(--nt-gold);
}

.nt-pdp-actions {
    margin: 0 !important;
    align-items: stretch;
    flex-direction: row;
    gap: 10px;
}

.nt-pdp .bb-product-actions .bb-product-qty {
    width: auto;
    min-width: 128px;
    max-width: 148px;
    height: 54px;
    border: 0;
    box-shadow: inset 0 0 0 1px #111;
    border-radius: 50px;
    background: #fff;
}

.nt-pdp .bb-product-actions .bb-product-qty input {
    font-size: 16px;
}

.nt-pdp .bb-product-actions .bb-product-qty span.qtybtn {
    background: transparent;
    color: #111;
}

.nt-pdp .bb-product-actions .bb-product-qty span.dec,
.nt-pdp .bb-product-actions .bb-product-qty span.inc {
    border-color: rgba(17, 17, 17, 0.12);
}

.nt-pdp .bb-product-actions .bb-product-qty span.qtybtn:hover {
    background: #111;
    color: #fff;
}

.nt-pdp-buy .bb-product-cart-btn {
    width: auto;
    flex: 1;
    min-height: 54px;
    padding: 0 28px;
    border-radius: 50px;
    background: #111 !important;
    color: #fff !important;
    border: 0 !important;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    font-weight: 800;
    box-shadow: none !important;
}

.nt-pdp-buy .bb-product-cart-btn:hover:not(:disabled) {
    background: var(--nt-gold) !important;
    color: #111 !important;
}

.nt-pdp-highlight {
    padding: 20px 0 0;
    border-top: 1px solid rgba(26, 20, 16, 0.08);
}

.nt-pdp-highlight-title {
    margin: 0 0 8px;
    font-size: 15px;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--nt-ink);
}

.nt-pdp-highlight-text {
    margin: 0;
    max-width: 32em;
    font-size: 15px;
    line-height: 1.6;
    color: var(--nt-text);
}

.nt-pdp-code {
    margin: 18px 0 0;
    font-size: 12px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--nt-muted);
}

.nt-pdp-buy .nt-pdp-story {
    margin: 0 0 24px;
}

.nt-pdp-buy .nt-pdp-ings {
    margin: 0 0 28px;
    padding: 0;
    border: 0;
}

.nt-pdp-story h2,
.nt-pdp-ings h2,
.nt-pdp-nutrition h2 {
    margin: 0 0 12px;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--nt-gold);
}

.nt-pdp-related .home-section-title h2 span {
    margin: 0 0 22px;
    font-size: clamp(18px, 2vw, 24px);
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--nt-ink);
}

.nt-pdp-story p,
.nt-pdp-story-body p {
    margin: 0 0 14px;
    font-size: 18px;
    line-height: 1.8;
    color: var(--nt-text);
    font-weight: 500;
}

.nt-pdp-story p:last-child,
.nt-pdp-story-body p:last-child {
    margin-bottom: 0;
}

.nt-pdp-facts {
    padding: 0;
    background: transparent;
    border: 0;
}

.nt-pdp-ings-line {
    margin: 0;
    font-size: 18px;
    line-height: 1.7;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: var(--nt-text);
    font-weight: 500;
}

.nt-pdp-ings ul {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.nt-pdp-ings li {
    padding: 0;
    background: transparent;
    border: 0;
    border-radius: 0;
    font-size: 13px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    font-weight: 400;
    color: var(--nt-text);
}

.nt-pdp-nutrition {
    margin: 0;
    padding: 0;
    border: 0;
}

.nt-pdp-nutrition-note {
    display: none;
}

.nt-pdp-nutrition-scroll {
    width: 100%;
    margin: 0 0 16px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.nt-pdp-nutrition-table {
    width: 100%;
    min-width: 0;
    border-collapse: separate;
    border-spacing: 0;
    background: #fff;
    border: 1px solid rgba(26, 20, 16, 0.1);
    border-radius: 14px;
    overflow: hidden;
}

.nt-pdp-nutrition-table caption {
    caption-side: bottom;
    padding: 10px 4px 0;
    text-align: left;
    font-size: 11px;
    letter-spacing: 0.02em;
    line-height: 1.5;
    color: var(--nt-muted);
}

.nt-pdp-nutrition-table thead th {
    padding: 12px 16px;
    background: #1a1410;
    color: #fff8ea;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    text-align: left;
    border: 0;
}

.nt-pdp-nutrition-table thead th:last-child {
    text-align: right;
    color: var(--nt-gold);
}

.nt-pdp-nutrition-table tbody th,
.nt-pdp-nutrition-table tbody td {
    padding: 11px 16px;
    border: 0;
    border-top: 1px solid rgba(26, 20, 16, 0.08);
    vertical-align: middle;
}

.nt-pdp-nutrition-table tbody tr:nth-child(even) th,
.nt-pdp-nutrition-table tbody tr:nth-child(even) td {
    background: #fbf6eb;
}

.nt-pdp-nutrition-table tbody th {
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.02em;
    color: var(--nt-ink);
    text-align: left;
}

.nt-pdp-nutrition-table tbody td {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.02em;
    color: var(--nt-ink);
    text-align: right;
    white-space: nowrap;
}

.nt-pdp-nutrition-table tbody tr.is-sub th {
    padding-left: 28px;
    font-size: 15px;
    font-weight: 400;
    color: #1a1410;
    font-weight: 500;
}

.nt-pdp-nutrition-table tbody tr.is-sub td {
    font-weight: 600;
    color: var(--nt-text);
}

.nt-pdp-nutrition-link {
    display: inline-block;
    padding: 0;
    border: 0;
    border-radius: 0;
    color: var(--nt-ink);
    text-decoration: none;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 12px;
    box-shadow: 0 1px 0 var(--nt-gold);
}

.nt-pdp-nutrition-link:hover {
    background: transparent;
    color: var(--nt-gold);
    box-shadow: 0 1px 0 var(--nt-gold);
}

.nt-pdp-disclaimer {
    display: block;
    width: 100%;
    max-width: none;
    margin: 40px 0 0;
    padding: 18px 20px;
    background: #fbf6eb;
    border: 0;
    /* border-left: 3px solid var(--nt-gold); */
    border-radius: 15px;
    text-align: left;
}

.nt-pdp-disclaimer p {
    margin: 0;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.01em;
    line-height: 1.7;
    text-transform: none;
    color: var(--nt-text);
}

.nt-pdp-disclaimer a {
    color: var(--nt-ink);
    font-weight: 700;
    letter-spacing: 0.02em;
    text-transform: none;
    text-decoration: none;
    box-shadow: 0 1px 0 var(--nt-gold);
}

.nt-pdp-disclaimer a:hover {
    color: var(--nt-gold);
}

.nt-pdp-related {
    background: #fff !important;
    margin-top: 0 !important;
    padding: 56px 0 80px;
    border: 0;
    isolation: auto;
}

.nt-pdp-related .home-section-title {
    margin-bottom: 28px;
    text-align: left;
}

.nt-pdp-related .container-fluid {
    padding-left: 0;
    padding-right: 0;
}

@media (max-width: 991px) {
    .nt-pdp-stage {
        grid-template-columns: 1fr;
        grid-template-areas:
            "title"
            "media"
            "buy";
        gap: 20px;
    }

    .nt-pdp-heading {
        margin-bottom: 0;
    }

    .nt-pdp-title {
        margin-bottom: 6px;
        font-size: 32px;
    }

    .nt-pdp-media,
    .nt-pdp-buy {
        position: static;
        padding: 0;
        border: 0;
    }

    .nt-pdp-media {
        min-height: 0;
        max-width: 420px;
        margin: 0 auto;
    }

    .nt-pdp-media .pro-large-img img,
    .nt-pdp .pro-large-img img {
        max-height: none !important;
    }

    .nt-pdp-facts {
        padding: 24px 20px;
    }

    .nt-pdp-actions {
        flex-direction: column;
        align-items: stretch !important;
    }

    .nt-pdp .bb-product-actions .bb-product-qty,
    .nt-pdp-buy .bb-product-cart-btn {
        width: 100%;
        max-width: none;
    }

    .nt-pdp-nutrition-table thead th,
    .nt-pdp-nutrition-table tbody th,
    .nt-pdp-nutrition-table tbody td {
        padding: 10px 12px;
    }

    .nt-pdp-nutrition-table tbody tr.is-sub th {
        padding-left: 20px;
    }

    .nt-pdp-nutrition-table tbody td {
        white-space: normal;
    }

    .nt-pdp-disclaimer {
        padding: 16px;
    }
}
