:root {
    --ink: #181813;
    --muted: #777064;
    --cream: #f4efe5;
    --paper: #fbfaf7;
    --gold: #b98849;
    --olive: #3d4538;
    --line: #ddd5c8;
    --serif: "Playfair Display", Georgia, serif;
    --sans: "DM Sans", Arial, sans-serif
}

* {
    box-sizing: border-box
}

html {
    scroll-behavior: smooth
}

body {
    margin: 0;
    background: var(--paper);
    color: var(--ink);
    font: 15px/1.65 var(--sans)
}

body.lock {
    overflow: hidden
}

button,
input {
    font: inherit
}

button {
    cursor: pointer
}

a {
    color: inherit;
    text-decoration: none
}

a:hover {
    color: var(--gold)
}

.container {
    width: min(1160px, calc(100% - 48px));
    margin: auto
}

.announcement {
    background: var(--ink);
    color: #eee4d3;
    text-align: center;
    padding: 9px;
    font-size: 10px;
    letter-spacing: .15em;
    text-transform: uppercase;
    /* padding-left: 20%; */
}

.announcement span {
    color: var(--gold);
    padding: 0 10px
}

.site-header {
    height: 83px;
    background: var(--paper);
    border-bottom: 1px solid var(--line);
    position: sticky;
    top: 0;
    z-index: 20
}

.nav-wrap {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 35px
}

.brand {
    display: flex;
    align-items: center;
    gap: 10px;
    font: 600 19px var(--serif);
    letter-spacing: .15em;
    white-space: nowrap
}

.brand b {
    font-weight: 400;
    color: var(--gold)
}

.brand small {
    display: block;
    font: 9px var(--sans);
    letter-spacing: .42em;
    color: var(--muted);
    text-align: center;
    margin-top: -4px
}

.arabic {
    font: 29px var(--serif);
    color: var(--gold);
    letter-spacing: 0
}

.main-nav {
    display: flex;
    gap: 34px;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: .13em;
    margin-left: auto
}

.nav-actions {
    display: flex;
    align-items: center;
    gap: 19px
}

.icon-button,
.bag-button,
.menu-toggle {
    border: 0;
    background: none;
    color: var(--ink)
}

.icon-button {
    font-size: 25px;
    line-height: 1
}

.bag-button {
    font-size: 11px;
    letter-spacing: .12em;
    text-transform: uppercase;
    border-left: 1px solid var(--line);
    padding-left: 18px
}

.bag-count {
    color: var(--gold)
}

.menu-toggle {
    display: none;
    font-size: 21px
}

.hero {
    min-height: 585px;
    background: var(--olive);
    color: #f9f2e4;
    display: grid;
    grid-template-columns: 1fr 1fr;
    overflow: hidden
}

.hero-copy {
    padding: 90px max(24px, calc((100vw - 1160px)/2)) 90px 8%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column
}

.eyebrow {
    font-size: 10px;
    letter-spacing: .25em;
    text-transform: uppercase;
    color: var(--gold);
    font-weight: 600;
    margin: 0
}

.hero h1 {
    font: 500 clamp(48px, 6vw, 82px)/1.03 var(--serif);
    margin: 20px 0
}

.hero h1 em {
    font-weight: 400;
    color: #e0c28f
}

.hero-text {
    color: #d9d4c9;
    font-size: 16px;
    max-width: 390px;
    margin: 0 0 32px
}

.button {
    display: inline-flex;
    gap: 20px;
    align-items: center;
    justify-content: center;
    border: 1px solid transparent;
    padding: 13px 23px;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: .15em;
    font-weight: 700;
    transition: .25s
}

.button-gold {
    background: var(--gold);
    color: #fff
}

.button-gold:hover {
    background: transparent;
    border-color: var(--gold);
    color: var(--gold)
}

.hero .button-gold:hover {
    color: #fff;
    border-color: #fff
}

.hero-art {
    min-height: 585px;
    background: radial-gradient(circle at 53% 45%, #927953 0, #5c664f 25%, #3d4538 68%);
    position: relative
}

.hero-art:after {
    content: "";
    position: absolute;
    inset: 0;
    background: repeating-linear-gradient(115deg, transparent 0 70px, rgba(255, 255, 255, .025) 71px 72px)
}

.bottle {
    position: absolute;
    width: 250px;
    height: 335px;
    left: 50%;
    top: 51%;
    transform: translate(-50%, -45%) rotate(7deg);
    border-radius: 42% 42% 9% 9%;
    background: linear-gradient(100deg, #28291d, #a78a57 48%, #323426 88%);
    box-shadow: 35px 40px 70px #20261c;
    z-index: 1
}

.bottle:before {
    content: "";
    position: absolute;
    width: 100px;
    height: 56px;
    left: 75px;
    top: -47px;
    background: #21251c;
    border-radius: 10px 10px 4px 4px;
    box-shadow: inset 13px 0 18px #a28659
}

.bottle:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 12px;
    top: -7px;
    left: 0;
    background: #d1a96f
}

.bottle-cap {
    position: absolute;
    width: 80px;
    height: 13px;
    top: -58px;
    left: 85px;
    background: #b99052;
    border-radius: 50%;
    box-shadow: 0 3px 2px #25291f
}

.bottle-label {
    position: absolute;
    left: 37px;
    right: 37px;
    top: 116px;
    padding: 22px 6px;
    border: 1px solid #d5b176;
    text-align: center;
    font: 24px/1.1 var(--serif);
    letter-spacing: .11em;
    color: #e8c993
}

.bottle-label i {
    font-size: 14px;
    letter-spacing: .18em
}

.art-note {
    position: absolute;
    color: #d6bd91;
    font-size: 10px;
    letter-spacing: .2em;
    text-transform: uppercase;
    z-index: 2
}

.note-one {
    top: 80px;
    right: 18%
}

.note-two {
    bottom: 77px;
    left: 14%;
    line-height: 1.8
}

.section {
    padding: 92px 0
}

.section-heading {
    display: flex;
    justify-content: space-between;
    align-items: end;
    margin-bottom: 38px;
    gap: 30px
}

.section h2 {
    font: 500 43px/1.1 var(--serif);
    margin: 8px 0 0
}

.section-heading>p {
    color: var(--muted);
    max-width: 420px;
    margin: 0
}

.category-row {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line)
}

.category {
    border: 0;
    border-right: 1px solid var(--line);
    background: transparent;
    text-align: left;
    padding: 21px 15px 22px;
    min-height: 143px;
    color: var(--muted);
    transition: .2s
}

.category:last-child {
    border: 0
}

.category:hover,
.category.active {
    background: var(--cream);
    color: var(--ink)
}

.category-symbol {
    display: block;
    font: 34px var(--serif);
    color: var(--gold);
    margin-bottom: 12px
}

.category strong {
    display: block;
    font: 16px var(--serif);
    font-weight: 500
}

.category small {
    display: block;
    font-size: 10px;
    margin-top: 3px;
    white-space: nowrap
}

.shop-toolbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 32px 0 22px;
    color: var(--muted);
    font-size: 11px;
    letter-spacing: .08em;
    text-transform: uppercase
}

.shop-toolbar p {
    margin: 0
}

.sort-button {
    background: none;
    border: 0;
    color: var(--ink);
    font-size: 11px;
    letter-spacing: .08em;
    text-transform: uppercase
}

.sort-button span {
    color: var(--gold);
    font-size: 18px;
    margin-left: 8px
}

.product-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 26px
}

.product-card {
    position: relative;
    animation: fadeIn .35s ease both
}

.product-image {
    height: 310px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, #d8c298, #7f6a4d)
}

.product-card:nth-child(2n) .product-image {
    background: linear-gradient(135deg, #a99d7d, #4c5544)
}

.product-card:nth-child(3n) .product-image {
    background: linear-gradient(135deg, #d4ad78, #714c35)
}

.product-image:before {
    content: "";
    position: absolute;
    width: 135px;
    height: 190px;
    border-radius: 40% 40% 10% 10%;
    background: linear-gradient(100deg, #2e3024, #a48a5a 47%, #25291f);
    box-shadow: 20px 25px 35px #413c2d80;
    transform: rotate(5deg)
}

.product-card:nth-child(2n) .product-image:before {
    height: 170px;
    width: 100px;
    border-radius: 8px 8px 20px 20px
}

.product-card:nth-child(3n) .product-image:before {
    width: 180px;
    height: 85px;
    border-radius: 50%;
    background: linear-gradient(100deg, #592f22, #b77f4a, #4a281d)
}

.product-image:after {
    content: "OM";
    position: absolute;
    font: 18px var(--serif);
    color: #e4c382;
    z-index: 1;
    transform: rotate(5deg)
}

.product-card:nth-child(3n) .product-image:after {
    transform: none
}

.product-tag {
    position: absolute;
    top: 14px;
    left: 14px;
    z-index: 2;
    padding: 4px 8px;
    color: #fff;
    background: var(--ink);
    font-size: 9px;
    letter-spacing: .13em;
    text-transform: uppercase
}

.quick-button {
    position: absolute;
    bottom: 14px;
    right: 14px;
    z-index: 2;
    border: 0;
    background: #fff;
    color: var(--ink);
    padding: 9px 12px;
    font-size: 10px;
    letter-spacing: .1em;
    text-transform: uppercase;
    opacity: 0;
    transform: translateY(8px);
    transition: .2s
}

.product-image:hover .quick-button {
    opacity: 1;
    transform: none
}

.product-meta {
    padding: 15px 2px
}

.product-meta h3 {
    font: 20px var(--serif);
    margin: 0 0 2px
}

.product-meta p {
    margin: 0;
    color: var(--muted);
    font-size: 11px
}

.product-meta-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 7px
}

.product-price {
    color: var(--gold);
    font-weight: 600;
    font-size: 13px
}

.add-button {
    background: none;
    border: 0;
    border-bottom: 1px solid var(--gold);
    color: var(--ink);
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: .12em;
    padding: 0 0 2px
}

.story {
    background: var(--cream)
}

.story-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 95px;
    align-items: center
}

.story-visual {
    min-height: 435px;
    position: relative;
    background: linear-gradient(135deg, #c1a16c, #454d3d);
    display: grid;
    place-items: center;
    color: #f2dbb0
}

.story-visual>span {
    font: italic 56px/1.2 var(--serif);
    text-align: center
}

.story-visual .seal {
    position: absolute;
    bottom: 22px;
    right: 24px;
    border: 1px solid #e2c891;
    border-radius: 50%;
    height: 72px;
    width: 72px;
    display: grid;
    place-content: center;
    text-align: center;
    font: 17px var(--serif);
    line-height: 1.1
}

.seal small {
    font: 6px var(--sans);
    letter-spacing: .1em
}

.story-copy h2 {
    font: 43px/1.1 var(--serif);
    font-weight: 500;
    margin: 12px 0 22px
}

.story-copy p:not(.eyebrow) {
    max-width: 455px;
    color: var(--muted)
}

.text-link {
    display: inline-flex;
    gap: 12px;
    margin-top: 15px;
    border-bottom: 1px solid var(--gold);
    padding-bottom: 4px;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: .13em
}

.text-link span {
    color: var(--gold)
}

.rituals {
    background: var(--olive);
    color: #f8f0e1;
    text-align: center
}

.ritual-inner {
    display: flex;
    align-items: center;
    flex-direction: column
}

.rituals h2 {
    font-size: 48px;
    margin: 13px 0
}

.rituals p:not(.eyebrow) {
    color: #d6d2c8;
    max-width: 430px;
    margin: 0 0 27px
}

.button-outline {
    border-color: #a89f8e;
    color: #fff
}

.button-outline:hover {
    background: #fff;
    color: var(--olive)
}

.footer {
    background: var(--ink);
    color: #eee4d3;
    padding: 62px 0 24px
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.4fr .8fr .9fr 1.3fr;
    gap: 35px
}

.footer-brand {
    color: #fff;
    font-size: 18px
}

.footer p {
    color: #aaa69a;
    font-size: 12px
}

.footer h3 {
    font: 19px var(--serif);
    margin: 0 0 16px;
    color: #fff
}

.footer-grid>div>a:not(.brand) {
    display: block;
    color: #aaa69a;
    font-size: 12px;
    margin: 7px 0
}

.footer-grid>div>a:hover {
    color: var(--gold)
}

.newsletter {
    display: flex;
    margin-top: 15px;
    border-bottom: 1px solid #68645b
}

.newsletter input {
    flex: 1;
    background: transparent;
    border: 0;
    color: #fff;
    padding: 9px 0;
    outline: 0;
    font-size: 12px
}

.newsletter button {
    background: none;
    border: 0;
    color: var(--gold);
    font-size: 20px
}

.footer-bottom {
    border-top: 1px solid #3d3c36;
    margin-top: 44px;
    padding-top: 18px;
    display: flex;
    justify-content: space-between;
    color: #858279;
    font-size: 10px;
    letter-spacing: .08em;
    text-transform: uppercase
}

.overlay {
    position: fixed;
    inset: 0;
    background: #0008;
    opacity: 0;
    pointer-events: none;
    transition: .25s;
    z-index: 30
}

.overlay.open {
    opacity: 1;
    pointer-events: auto
}

.cart-drawer {
    position: fixed;
    right: -420px;
    top: 0;
    bottom: 0;
    width: min(420px, 100%);
    background: var(--paper);
    z-index: 31;
    padding: 30px;
    transition: .3s;
    display: flex;
    flex-direction: column
}

.cart-drawer.open {
    right: 0
}

.drawer-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid var(--line);
    padding-bottom: 18px
}

.drawer-head h2 {
    font: 30px var(--serif);
    margin: 0
}

.drawer-close,
.quick-close {
    border: 0;
    background: none;
    font-size: 28px;
    color: var(--muted)
}

.cart-items {
    overflow: auto
}

.cart-item {
    display: flex;
    gap: 14px;
    padding: 18px 0;
    border-bottom: 1px solid var(--line)
}

.cart-thumb {
    width: 72px;
    height: 82px;
    background: linear-gradient(135deg, #c6a674, #54604b);
    flex-shrink: 0
}

.cart-item h4 {
    font: 17px var(--serif);
    margin: 0
}

.cart-item p {
    font-size: 11px;
    color: var(--muted);
    margin: 2px 0
}

.remove-item {
    border: 0;
    background: none;
    color: var(--gold);
    padding: 0;
    font-size: 10px;
    text-transform: uppercase
}

.cart-empty {
    color: var(--muted);
    font: italic 18px var(--serif);
    text-align: center;
    margin: auto
}

.cart-footer {
    border-top: 1px solid var(--line);
    padding-top: 19px
}

.cart-footer>div {
    display: flex;
    justify-content: space-between;
    margin-bottom: 18px
}

.cart-total {
    font: 20px var(--serif)
}

.cart-footer .button {
    width: 100%
}

.quick-view {
    position: fixed;
    z-index: 40;
    background: var(--paper);
    width: min(760px, calc(100% - 32px));
    left: 50%;
    top: 50%;
    transform: translate(-50%, -46%);
    opacity: 0;
    pointer-events: none;
    transition: .25s;
    display: grid;
    grid-template-columns: 1fr 1fr
}

.quick-view.open {
    opacity: 1;
    pointer-events: auto;
    transform: translate(-50%, -50%)
}

.quick-close {
    position: absolute;
    right: 14px;
    top: 9px;
    z-index: 1
}

.quick-art {
    min-height: 420px;
    background: linear-gradient(135deg, #c9aa78, #515b47);
    position: relative
}

.quick-art:after {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font: 30px var(--serif);
    color: #e6c48a
}

.quick-info {
    padding: 55px 40px;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.quick-title {
    font: 35px var(--serif);
    margin: 9px 0
}

.quick-description {
    color: var(--muted);
    font-size: 13px
}

.quick-price {
    color: var(--gold);
    margin: 15px 0 25px
}

.quick-add {
    align-self: flex-start
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(8px)
    }

    to {
        opacity: 1;
        transform: none
    }
}

@media(max-width:850px) {
    .main-nav {
        gap: 16px
    }

    .category-row {
        grid-template-columns: repeat(3, 1fr)
    }

    .category {
        border-bottom: 1px solid var(--line)
    }

    .product-grid {
        grid-template-columns: repeat(2, 1fr)
    }

    .story-grid {
        gap: 40px
    }

    .footer-grid {
        grid-template-columns: 1fr 1fr
    }

    .hero-copy {
        padding-left: 7%
    }
}

@media(max-width:620px) {
    .container {
        width: calc(100% - 32px)
    }

    .announcement {
        font-size: 8px
    }

    .announcement span {
        padding: 0 4px
    }

    .site-header {
        height: 70px
    }

    .menu-toggle {
        display: block
    }

    .main-nav {
        display: none;
        position: absolute;
        top: 70px;
        left: 0;
        right: 0;
        background: var(--paper);
        border-bottom: 1px solid var(--line);
        padding: 20px 24px;
        flex-direction: column;
        gap: 15px
    }

    .main-nav.open {
        display: flex
    }

    .brand {
        font-size: 16px;
        letter-spacing: .1em
    }

    .brand small {
        font-size: 7px
    }

    .main-nav a {
        font-size: 11px
    }

    .hero {
        grid-template-columns: 1fr
    }

    .hero-copy {
        padding: 70px 24px
    }

    .hero h1 {
        font-size: 58px
    }

    .hero-art {
        min-height: 370px
    }

    .section {
        padding: 64px 0
    }

    .section-heading {
        display: block
    }

    .section-heading>p {
        margin-top: 18px
    }

    .category-row {
        grid-template-columns: repeat(2, 1fr)
    }

    .category {
        min-height: 125px
    }

    .product-grid {
        grid-template-columns: 1fr 1fr;
        gap: 15px
    }

    .product-image {
        height: 210px
    }

    .product-meta h3 {
        font-size: 17px
    }

    .story-grid {
        grid-template-columns: 1fr
    }

    .story-visual {
        min-height: 310px
    }

    .story-copy h2,
    .rituals h2 {
        font-size: 38px
    }

    .footer-grid {
        grid-template-columns: 1fr 1fr
    }

    .footer-grid>div:first-child,
    .footer-grid>div:last-child {
        grid-column: 1/-1
    }

    .quick-view {
        grid-template-columns: 1fr
    }

    .quick-art {
        min-height: 220px
    }

    .quick-info {
        padding: 25px 25px 30px
    }

    .footer-bottom {
        display: block
    }

    .footer-bottom span {
        display: block;
        margin-top: 8px
    }
}

.shop-hero {
    background: var(--olive);
    color: #f8f0e1;
    padding: 78px 0 84px;
    position: relative;
    overflow: hidden
}

.shop-hero:after {
    content: "ع";
    position: absolute;
    right: 13%;
    top: -48px;
    color: #ffffff0d;
    font: 270px var(--serif)
}

.shop-hero h1 {
    font: 500 clamp(48px, 6vw, 76px)/1.03 var(--serif);
    margin: 14px 0 15px;
    position: relative;
    z-index: 1
}

.shop-hero h1 em {
    color: #dfbf88;
    font-weight: 400
}

.shop-hero p:last-child {
    color: #d7d1c4;
    margin: 0;
    position: relative;
    z-index: 1
}

.product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .4s ease
}

.product-image:hover img {
    transform: scale(1.04)
}

.product-image:before,
.product-image:after {
    display: none
}

.quick-art {
    background-size: cover;
    background-position: center
}

.enquire-nav {
    font-size: 11px;
    letter-spacing: .12em;
    text-transform: uppercase;
    border-bottom: 1px solid var(--gold);
    padding-bottom: 4px
}

.enquire-nav span {
    color: var(--gold);
    margin-left: 7px
}

.add-button {
    display: inline-block
}

.product-notes {
    font-size: 10px !important;
    color: var(--muted);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%
}

.quick-description small {
    font-size: 11px;
    line-height: 1.8
}

.quick-description small strong {
    color: var(--ink)
}

.contact-hero {
    background: var(--cream);
    padding: 90px 0
}

.contact-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 100px;
    align-items: start
}

.contact-hero h1 {
    font: 500 clamp(48px, 6vw, 76px)/1.03 var(--serif);
    margin: 15px 0 22px
}

.contact-hero h1 em {
    color: var(--gold);
    font-weight: 400
}

.contact-hero>div>p:not(.eyebrow) {
    color: var(--muted);
    max-width: 410px
}

.contact-details {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px 30px;
    margin-top: 42px;
    color: var(--muted);
    font-size: 12px
}

.contact-details p:last-child {
    grid-column: 1/-1
}

.contact-details strong {
    color: var(--ink);
    font: 18px var(--serif)
}

.enquiry-form {
    background: var(--paper);
    padding: 35px 38px;
    box-shadow: 0 18px 50px #66553b12
}

.enquiry-form label {
    display: block;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: .12em;
    margin-bottom: 18px
}

.enquiry-form input,
.enquiry-form select,
.enquiry-form textarea {
    display: block;
    width: 100%;
    margin-top: 7px;
    border: 0;
    border-bottom: 1px solid var(--line);
    background: transparent;
    padding: 10px 0;
    color: var(--ink);
    outline: 0;
    resize: vertical;
    font-size: 13px
}

.enquiry-form input:focus,
.enquiry-form select:focus,
.enquiry-form textarea:focus {
    border-color: var(--gold)
}

.enquiry-form .button {
    margin-top: 6px
}

.form-note {
    font-size: 10px;
    color: var(--muted);
    margin: 14px 0 0
}

.success-message {
    font: 25px var(--serif);
    color: var(--olive);
    padding: 45px 0;
    text-align: center
}

.footer {
    position: relative
}

@media(max-width:620px) {
    .contact-hero {
        padding: 65px 0
    }

    .contact-grid {
        grid-template-columns: 1fr;
        gap: 45px
    }

    .contact-details {
        margin-top: 30px
    }

    .enquiry-form {
        padding: 26px 22px
    }
}

.pricing-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px; /* Space between the bottle icon and the text */
  color: #d4af37; /* Matches your gold accent color */
  font-family: inherit;
  font-size: 13px;
  /* letter-spacing: 0.5px; */
  /* float: right; */
  margin-right: 10px;
}

.ittar-bottle {
  position: relative;
  display: inline-block;
  width: 10px;
  height: 16px;
  background-color: #d4af37; /* Bottle body */
  border-radius: 1px 1px 2px 2px;
}

/* The bottle neck */
.ittar-bottle::before {
  content: '';
  position: absolute;
  top: -3px;
  left: 50%;
  transform: translateX(-50%);
  width: 4px;
  height: 3px;
  background-color: #d4af37;
}

/* The bottle cap / pump */
.ittar-bottle::after {
  content: '';
  position: absolute;
  top: -5px;
  left: 50%;
  transform: translateX(-50%);
  width: 6px;
  height: 2px;
  background-color: #ffffff; /* White or lighter gold highlight */
  border-radius: 1px;
}