.tnk-mobile-header{

background:#fff;

position:sticky;

top:0;

z-index:9999;

box-shadow:0 2px 12px rgba(0,0,0,.08);

}

.tnk-mobile-top{

height:62px;

display:flex;

align-items:center;

justify-content:space-between;

padding:0 15px;

}

.tnk-mobile-logo img{

max-height:34px;

}

.tnk-mobile-icons{

display:flex;

gap:18px;

}

.tnk-mobile-icon{

position:relative;

font-size:21px;

color:#222;

}

.tnk-mobile-icon span{

position:absolute;

top:-5px;

right:-8px;

width:18px;

height:18px;

border-radius:50%;

background:#005450;

color:#fff;

font-size:11px;

display:flex;

justify-content:center;

align-items:center;

}

.tnk-mobile-search{

padding:12px 15px;

}

.tnk-mobile-search-trigger{

height:46px;

display:flex;

align-items:center;

padding:0 16px;

background:#f4f4f4;

border-radius:30px;

color:#777;

text-decoration:none;

}

.tnk-mobile-search-trigger i{

margin-right:10px;

}

.tnk-mobile-location{

display:flex;

align-items:center;

gap:12px;

padding:12px 15px;

border-top:1px solid #eee;

}

.tnk-mobile-location i{

color:#005450;

font-size:18px;

}

.tnk-mobile-category-scroll{

display:flex;

overflow-x:auto;

gap:12px;

padding:12px 15px;

border-top:1px solid #eee;

}

.tnk-mobile-category-scroll a{

white-space:nowrap;

padding:8px 18px;

background:#fafafa;

border-radius:20px;

font-size:13px;

text-decoration:none;

color:#444;

}

.tnk-mobile-category-scroll::-webkit-scrollbar{

display:none;

}
.tnk-mobile-header{

background:#fff;

position:sticky;

top:0;

z-index:999;

box-shadow:0 2px 15px rgba(0,0,0,.08);

}

.tnk-mobile-top{

height:64px;

display:flex;

align-items:center;

justify-content:space-between;

padding:0 15px;

}

.tnk-mobile-logo img{

max-height:38px;

}

.tnk-mobile-right{

display:flex;

gap:18px;

}

.tnk-mobile-icon{

position:relative;

font-size:22px;

color:#222;

}

.tnk-mobile-icon span{

position:absolute;

top:-6px;

right:-8px;

width:18px;

height:18px;

background:#005450;

color:#fff;

border-radius:50%;

display:flex;

align-items:center;

justify-content:center;

font-size:11px;

}

.tnk-mobile-search{

padding:12px 15px;

}

.tnk-mobile-search-btn{

display:flex;

align-items:center;

height:46px;

border-radius:40px;

background:#f6f6f6;

padding:0 18px;

color:#888;

text-decoration:none;

}

.tnk-mobile-search-btn i{

margin-right:10px;

}

.tnk-mobile-delivery{

display:flex;

align-items:center;

gap:10px;

padding:12px 15px;

border-top:1px solid #eee;

}

.tnk-mobile-delivery i{

color:#005450;

font-size:20px;

}

.tnk-mobile-delivery small{

display:block;

font-size:11px;

color:#999;

}

.tnk-mobile-delivery strong{

font-size:13px;

}
@media(max-width:991px){

.tnk-mega-menu{

display:none;

}

}
.tnk-mega-menu{

height:58px;

background:#fff;

border-top:1px solid #eee;

border-bottom:1px solid #eee;

}

.tnk-menu-wrapper{

display:flex;

align-items:center;

justify-content:space-between;

height:58px;

}

.tnk-menu-wrapper ul{

display:flex;

gap:35px;

list-style:none;

margin:0;

padding:0;

}

.tnk-menu-wrapper ul li{

position:relative;

}

.tnk-menu-wrapper ul li:hover .tnk-submenu{

display:grid;

}

.tnk-submenu{

display:none;

position:absolute;

top:58px;

left:0;

width:700px;

grid-template-columns:repeat(4,1fr);

background:#fff;

padding:30px;

box-shadow:0 15px 45px rgba(0,0,0,.12);

border-radius:16px;

z-index:999;

}

.tnk-submenu a{

display:block;

padding:8px 0;

}

.tnk-menu-right{

display:flex;

gap:25px;

}
.tnk-header-actions{

display:flex;

align-items:center;

justify-content:flex-end;

gap:24px;

}

.tnk-action{

position:relative;

display:flex;

align-items:center;

gap:8px;

color:#222;

font-weight:500;

text-decoration:none;

transition:.3s;

}

.tnk-action:hover{

color:#005450;

}

.tnk-badge{

position:absolute;

top:-6px;

right:-10px;

width:18px;

height:18px;

background:#005450;

color:#fff;

border-radius:50%;

display:flex;

align-items:center;

justify-content:center;

font-size:11px;

font-weight:600;

}

.tnk-account{

position:relative;

}

.tnk-account-dropdown{

display:none;

position:absolute;

right:0;

top:48px;

width:250px;

background:#fff;

border-radius:12px;

box-shadow:0 12px 40px rgba(0,0,0,.12);

padding:20px;

z-index:999;

}

.tnk-account:hover .tnk-account-dropdown{

display:block;

}

.tnk-account-dropdown ul{

list-style:none;

margin:15px 0 0;

padding:0;

}

.tnk-account-dropdown li{

margin-bottom:12px;

}

.tnk-account-dropdown a{

color:#333;

text-decoration:none;

}

.tnk-cart{

position:relative;

}

.tnk-cart-dropdown{

display:none;

position:absolute;

right:0;

top:50px;

width:340px;

background:#fff;

box-shadow:0 15px 50px rgba(0,0,0,.12);

border-radius:14px;

z-index:999;

}

.tnk-cart:hover .tnk-cart-dropdown{

display:block;

}
.tnk-header-top{

background:#fff;

padding:14px 0;

border-bottom:1px solid #efefef;

}

.tnk-logo img{

max-height:52px;

}

.tnk-header-actions{

display:flex;

justify-content:flex-end;

align-items:center;

gap:22px;

}

.tnk-delivery-row{

height:52px;

display:flex;

align-items:center;

border-bottom:1px solid #eee;

background:#fff;

}

.tnk-delivery{

display:flex;

align-items:center;

gap:12px;

}

.tnk-delivery i{

font-size:22px;

color:#005450;

}

.tnk-delivery small{

display:block;

color:#999;

font-size:12px;

}

.tnk-delivery strong{

font-size:14px;

font-weight:600;

}

@media(max-width:991px){

.tnk-delivery-row{

display:none;

}

}
.tnk-search{

display:flex;

height:52px;

border:1px solid #ececec;

border-radius:40px;

overflow:hidden;

background:#fff;

}

.tnk-search-category{

width:180px;

border-right:1px solid #eee;

}

.tnk-search-category select{

height:52px;

border:none;

width:100%;

padding:0 18px;

background:transparent;

}

.tnk-search-input{

flex:1;

display:flex;

align-items:center;

padding:0 18px;

position:relative;

}

.tnk-search-input input{

border:none;

width:100%;

height:52px;

padding-left:12px;

outline:none;

}

.tnk-search-btn{

width:120px;

background:#005450;

color:#fff;

border:none;

font-weight:600;

}

.tnk-search-btn:hover{

background:#003B38;

}

.tnk-search-dropdown{

display:none;

position:absolute;

left:0;

right:0;

top:58px;

background:#fff;

border-radius:18px;

box-shadow:0 20px 60px rgba(0,0,0,.12);

z-index:999;

padding:24px;

}

.tnk-tags{

display:flex;

gap:10px;

flex-wrap:wrap;

}

.tnk-tags a{

background:#f6f6f6;

padding:8px 15px;

border-radius:30px;

}

.tnk-categories{

display:grid;

grid-template-columns:repeat(3,1fr);

gap:12px;

}

/* ============================================================
   GIVA-STYLE HEADER
   Premium jewellery e-commerce header inspired by GIVA
   ============================================================ */

/* --- Announcement Bar (Auto-sliding) --- */
.jewellery-announcement {
    background: #005450;
    color: #fff;
    font-size: 12px;
    text-align: center;
    padding: 0;
    font-family: var(--au-font-sans, 'Work Sans', sans-serif);
    letter-spacing: 0.3px;
    overflow: hidden;
    height: 40px;
    display: flex;
    align-items: center;
    position: relative;
}

.jewellery-announcement-slider {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.jewellery-announcement-track {
    display: flex;
    transition: transform 0.6s ease-in-out;
    will-change: transform;
}

.jewellery-announcement-group {
    flex: 0 0 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.jewellery-announcement-item {
    color: #fff;
    text-decoration: none;
    padding: 0 28px;
    white-space: nowrap;
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 0.5px;
    opacity: 0.9;
    transition: opacity 0.2s;
    display: inline-block;
    line-height: 40px;
}

.jewellery-announcement-item:hover {
    color: #fff;
    opacity: 1;
}

/* --- Main Header --- */
.jewellery-header {
    background: #fff;
    position: relative;
    width: 100%;
    z-index: 1000;
    font-family: var(--au-font-sans, 'Work Sans', sans-serif);
}

.jewellery-header[data-sticky="true"] {
    position: sticky;
    top: 0;
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
    z-index: 1000;
}

/* --- Top Row: Logo | Pincode | Search | Actions (GIVA-style alignment) --- */
.jewellery-header-main {
    border-bottom: 1px solid rgba(0,0,0,0.06);
}

.jewellery-header-row {
    display: grid;
    grid-template-columns: auto auto 1fr auto;
    grid-template-areas: "logo pincode search actions";
    align-items: center;
    height: 84px;
    gap: 0;
    padding: 0 60px;
}

/* --- Logo --- */
.jewellery-logo {
    grid-area: logo;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    margin-right: 0;
}

.jewellery-logo a {
    display: block;
    text-decoration: none;
}

.jewellery-logo img {
    max-height: 48px;
    width: auto;
    display: block;
}

/* --- Search --- */
.jewellery-search {
    grid-area: search;
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
    margin-left: 0;
    margin-right: 0;
    position: relative;
}

.jewellery-search-form {
    display: flex;
    align-items: center;
    border: 1px solid #e6e6e6;
    border-radius: 8px;
    overflow: hidden;
    background: #f7f7f7;
    transition: all 0.2s ease;
    height: 46px;
}

.jewellery-search-form:focus-within {
    border-color: var(--au-gold, #005450);
    background: #fff;
    box-shadow: 0 0 0 2px rgba(0,84,80,0.15);
}

.jewellery-search-dropdown {
    display: none;
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    right: 0;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 12px 40px rgba(0,0,0,.14);
    padding: 18px 20px;
    z-index: 1000;
}

.jewellery-search.is-active .jewellery-search-dropdown {
    display: block;
}

.jewellery-search-dropdown__title {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .06em;
    text-transform: uppercase;
    color: #999;
    margin-bottom: 12px;
}

.jewellery-search-dropdown__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.jewellery-search-chip {
    padding: 7px 16px;
    border: 1px solid #ddd;
    border-radius: 20px;
    font-size: 13px;
    color: #333;
    text-decoration: none;
    transition: all .2s ease;
}

.jewellery-search-chip:hover {
    border-color: var(--au-gold, #005450);
    background: var(--au-gold, #005450);
    color: #fff;
}

.jewellery-search-input {
    flex: 1;
    border: none;
    background: transparent;
    padding: 0 18px;
    font-size: 14px;
    color: #333;
    outline: none;
    font-family: var(--au-font-sans, 'Work Sans', sans-serif);
    min-width: 0;
    height: 46px;
}

.jewellery-search-input::placeholder {
    color: #9aa0a6;
    font-size: 13px;
}

.jewellery-search-btn {
    border: none;
    background: transparent;
    width: 44px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #666;
    font-size: 18px;
    transition: color 0.2s;
    flex-shrink: 0;
}

.jewellery-search-btn:hover {
    color: var(--au-gold, #005450);
}

/* --- Right Actions (Giva-style vertical) --- */
.jewellery-actions {
    grid-area: actions;
    display: flex;
    align-items: center;
    gap: 20px;
    flex-shrink: 0;
    margin-left: 0;
}

.jewellery-action-link {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2px;
    padding: 6px 10px;
    text-decoration: none;
    color: var(--au-dark, #071f1c);
    font-size: 12px;
    font-weight: 500;
    transition: all 0.2s ease;
    border-radius: 6px;
    position: relative;
    white-space: nowrap;
    cursor: pointer;
}

.jewellery-action-link:hover {
    color: var(--au-gold, #005450);
}

/* Icon wrapper */
.jewellery-action-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}

.jewellery-action-icon svg {
    display: block;
    color: currentColor;
}

/* Label below icon */
.jewellery-action-label {
    font-size: 10px;
    letter-spacing: 0.3px;
    text-transform: uppercase;
    line-height: 1.2;
}

/* Badge (count) on wishlist & cart */
.jewellery-badge {
    position: absolute;
    top: 2px;
    right: 2px;
    min-width: 17px;
    height: 17px;
    padding: 0 4px;
    border-radius: 50%;
    background: var(--au-gold, #005450);
    color: #fff;
    font-size: 9px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    font-family: var(--au-font-sans, 'Work Sans', sans-serif);
}

/* Account dropdown */
.jewellery-account {
    position: relative;
}

.jewellery-account > a {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2px;
    text-decoration: none;
    color: inherit;
}

/* --- Delivery Pincode (GIVA-style horizontal) --- */
.jewellery-action-pincode {
    grid-area: pincode;
    display: flex;
    align-items: center;
    cursor: pointer;
    flex-shrink: 0;
    margin-right: 12px;
}

.jewellery-pincode-box {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    padding: 6px 10px;
    border: none;
    border-radius: 6px;
    background: transparent;
    line-height: normal;
    transition: background-color 0.2s ease;
}

.jewellery-pincode-box:hover {
    background: rgba(0, 84, 80, 0.06);
}

.jewellery-pincode-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.jewellery-pincode-icon svg {
    display: block;
    color: var(--au-gold, #005450);
    width: 18px;
    height: 18px;
}

.jewellery-pincode-text {
    display: flex;
    flex-direction: column;
    gap: 1px;
}

.jewellery-pincode-bold {
    font-size: 13px;
    font-weight: 600;
    color: #000;
    white-space: nowrap;
    line-height: 1.3;
}

.jewellery-pincode-sub {
    display: flex;
    align-items: center;
    gap: 3px;
    font-size: 11px;
    color: #000;
    letter-spacing: normal;
    line-height: 1.3;
}

.jewellery-pincode-sub span {
    white-space: nowrap;
}

/* Hide the bold text on small screens */
@media (max-width: 1199.98px) {
    .jewellery-pincode-box {
        padding: 6px 8px;
        gap: 6px;
    }
    .jewellery-pincode-bold {
        display: none;
    }
    .jewellery-pincode-icon svg {
        width: 16px;
        height: 16px;
    }
    .jewellery-pincode-sub {
        font-size: 10px;
    }
}

@media (max-width: 767.98px) {
    .jewellery-action-pincode {
        display: none !important;
    }
}

/* --- Bottom Row: Navigation --- */
.jewellery-header-nav {
    background: #fff;
    border-bottom: 1px solid rgba(0,0,0,0.06);
}

.jewellery-header-nav-row {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    gap: 0;
}

/* --- Shop by Category Button (GIVA style — inside nav menu) --- */
.jewellery-nav-category {
    position: relative;
}

.jewellery-category-btn {
    display: flex !important;
    align-items: center;
    gap: 6px;
    height: 50px;
    padding: 0 20px !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    color: var(--au-dark, #071f1c) !important;
    text-decoration: none;
    letter-spacing: 0.4px;
    transition: color 0.2s ease;
    position: relative;
    white-space: nowrap;
    cursor: pointer;
}

.jewellery-category-btn:hover {
    color: var(--au-gold, #005450) !important;
}

.jewellery-category-caret {
    flex-shrink: 0;
    opacity: 0.5;
    transition: transform 0.2s ease;
}

.jewellery-nav-category:hover .jewellery-category-caret {
    transform: rotate(180deg);
}

/* Category Dropdown */
.jewellery-category-dropdown {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 260px;
    background: #fff;
    border: 1px solid rgba(0,0,0,0.06);
    border-top: 2px solid var(--au-gold, #005450);
    box-shadow: 0 8px 30px rgba(0,0,0,0.1);
    padding: 8px 0;
    list-style: none;
    margin: 0;
    z-index: 1001;
}

.jewellery-nav-category:hover .jewellery-category-dropdown {
    display: block;
}

.jewellery-category-dropdown li {
    margin: 0;
    padding: 0;
}

.jewellery-category-dropdown li a {
    display: block;
    padding: 10px 22px;
    font-size: 13px;
    color: var(--au-dark, #071f1c);
    text-decoration: none;
    transition: all 0.2s ease;
    font-weight: 400;
}

.jewellery-category-dropdown li a:hover {
    background: var(--au-cream, #fff8f0);
    color: var(--au-gold, #005450);
    padding-left: 28px;
}

/* Sub-menu inside category dropdown */
.jewellery-category-dropdown .sub-menu {
    display: none;
}

/* --- Main Navigation --- */
.jewellery-nav {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 8px;
}

.jewellery-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline-flex;
    align-items: center;
    gap: 0;
}

.jewellery-menu > li {
    position: relative;
    margin: 0;
    padding: 0;
}

.jewellery-menu > li > a {
    display: flex;
    align-items: center;
    height: 50px;
    padding: 0 19px;
    font-size: 14px;
    font-weight: 500;
    color: var(--au-dark, #071f1c);
    text-decoration: none;
    letter-spacing: 0.4px;
    transition: color 0.2s ease;
    position: relative;
}

.jewellery-menu > li:hover > a,
.jewellery-menu > li.current-menu-item > a {
    color: var(--au-gold, #005450);
}

/* Dropdown Arrow for nav items */
.jewellery-menu > li.menu-item-has-children > a::after {
    content: '▾';
    margin-left: 4px;
    font-size: 9px;
    opacity: 0.5;
}

/* Sub Menu for nav items */
.jewellery-menu .sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 220px;
    background: #fff;
    border: 1px solid rgba(0,0,0,0.06);
    border-top: 2px solid var(--au-gold, #005450);
    box-shadow: 0 8px 30px rgba(0,0,0,0.08);
    padding: 8px 0;
    list-style: none;
    margin: 0;
    opacity: 0;
    visibility: hidden;
    transform: translateY(6px);
    transition: all 0.25s ease;
    z-index: 1001;
}

.jewellery-menu > li:hover > .sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.jewellery-menu .sub-menu li {
    margin: 0;
    padding: 0;
}

.jewellery-menu .sub-menu li a {
    display: block;
    padding: 10px 22px;
    font-size: 13px;
    color: var(--au-dark, #071f1c);
    text-decoration: none;
    transition: all 0.2s ease;
    font-weight: 400;
}

.jewellery-menu .sub-menu li a:hover {
    background: var(--au-cream, #fff8f0);
    color: var(--au-gold, #005450);
    padding-left: 28px;
}

/* Sub-toggle (mobile) */
.jewellery-menu .sub-toggle {
    display: none;
}

/* --- Rendered menu items (after Shop by Category) --- */
.jewellery-menu__rest {
    display: flex;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 0;
}

.jewellery-menu__rest > li {
    position: relative;
    margin: 0;
    padding: 0;
}

.jewellery-menu__rest > li > a {
    display: flex;
    align-items: center;
    height: 50px;
    padding: 0 12px;
    font-size: 14px;
    font-weight: 500;
    color: var(--au-dark, #071f1c);
    text-decoration: none;
    letter-spacing: 0.4px;
    transition: color 0.2s ease;
    position: relative;
}

.jewellery-menu__rest > li:hover > a,
.jewellery-menu__rest > li.current-menu-item > a {
    color: var(--au-gold, #005450);
}

.jewellery-menu__rest > li.menu-item-has-children > a::after {
    content: '▾';
    margin-left: 4px;
    font-size: 9px;
    opacity: 0.5;
}

.jewellery-menu__rest .sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 220px;
    background: #fff;
    border: 1px solid rgba(0,0,0,0.06);
    border-top: 2px solid var(--au-gold, #005450);
    box-shadow: 0 8px 30px rgba(0,0,0,0.08);
    padding: 8px 0;
    list-style: none;
    margin: 0;
    opacity: 0;
    visibility: hidden;
    transform: translateY(6px);
    transition: all 0.25s ease;
    z-index: 1001;
}

.jewellery-menu__rest > li:hover > .sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.jewellery-menu__rest .sub-menu li {
    margin: 0;
    padding: 0;
}

.jewellery-menu__rest .sub-menu li a {
    display: block;
    padding: 10px 22px;
    font-size: 13px;
    color: var(--au-dark, #071f1c);
    text-decoration: none;
    transition: all 0.2s ease;
    font-weight: 400;
}

.jewellery-menu__rest .sub-menu li a:hover {
    background: var(--au-cream, #fff8f0);
    color: var(--au-gold, #005450);
    padding-left: 28px;
}

.jewellery-menu__rest .sub-toggle {
    display: none;
}

/* Hide "Home" from nav — Shop by Category replaces it */
.jewellery-menu__rest > li:first-child {
    display: none !important;
}

/* --- Nav Right --- */
.jewellery-nav-right {
    flex-shrink: 0;
}

.jewellery-track-order {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 0 16px;
    height: 50px;
    font-size: 14px;
    font-weight: 500;
    color: var(--au-dark, #071f1c);
    text-decoration: none;
    transition: color 0.2s;
    white-space: nowrap;
}

.jewellery-track-order:hover {
    color: var(--au-gold, #005450);
}

.jewellery-track-order svg {
    flex-shrink: 0;
}

/* --- Mega Menu Wrapper --- */
.jewellery-mega-wrapper {
}

/* ============================================================
   SHOP BY METAL ROW (GIVA-inspired, Gold & Green theme)
   ============================================================ */
.gv-shop-by-metal {
    background: #faf8f5;
    padding: 40px 0;
    font-family: var(--au-font-sans, 'Work Sans', sans-serif);
}

.gv-shop-by-metal-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.gv-shop-by-metal-title {
    font-size: 22px;
    font-weight: 600;
    color: #005450;
    text-align: center;
    margin: 0 0 32px 0;
    letter-spacing: 0.3px;
    position: relative;
    padding-bottom: 14px;
}

.gv-shop-by-metal-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 50px;
    height: 2px;
    background: linear-gradient(90deg, #F6E87E, #D4AF37, #F6E87E);
    border-radius: 2px;
}

.gv-shop-by-metal-row {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
}

.gv-metal-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    text-decoration: none;
    background: #fff;
    border: 1px solid #F6E87E;
    border-radius: 16px;
    padding: 28px 16px 20px;
    transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

.gv-metal-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #F6E87E, #D4AF37, #F6E87E);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.gv-metal-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 40px rgba(0, 84, 80, 0.12);
    border-color: #D4AF37;
}

.gv-metal-card:hover::before {
    opacity: 1;
}

.gv-metal-card__image {
    margin-bottom: 16px;
}

.gv-metal-card__image-wrapper {
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #F6E87E, #faf8f5);
    border-radius: 50%;
    transition: all 0.35s ease;
}

.gv-metal-card:hover .gv-metal-card__image-wrapper {
    background: linear-gradient(135deg, #005450, #0a7a6e);
    transform: scale(1.08);
}

.gv-metal-card:hover .gv-metal-card__image-wrapper svg {
    stroke: #fff !important;
}

.gv-metal-card__info {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
}

.gv-metal-card__title {
    font-size: 15px;
    font-weight: 600;
    color: #071f1c;
    margin: 0;
    line-height: 1.3;
    transition: color 0.3s ease;
}

.gv-metal-card:hover .gv-metal-card__title {
    color: #005450;
}

.gv-metal-card__subtitle {
    font-size: 11px;
    color: #999;
    font-weight: 400;
    letter-spacing: 0.2px;
    line-height: 1.3;
}

.gv-metal-card:hover .gv-metal-card__subtitle {
    color: #666;
}

@media (max-width: 991.98px) {
    .gv-shop-by-metal {
        padding: 30px 0;
    }
    .gv-shop-by-metal-title {
        font-size: 18px;
        margin-bottom: 24px;
    }
    .gv-shop-by-metal-row {
        grid-template-columns: repeat(3, 1fr);
        gap: 14px;
    }
    .gv-metal-card {
        padding: 20px 12px 16px;
    }
    .gv-metal-card__image-wrapper {
        width: 64px;
        height: 64px;
    }
    .gv-metal-card__image-wrapper svg {
        width: 36px;
        height: 36px;
    }
    .gv-metal-card__title {
        font-size: 13px;
    }
}

@media (max-width: 575.98px) {
    .gv-shop-by-metal-row {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }
    .gv-metal-card {
        padding: 16px 10px 14px;
        border-radius: 12px;
    }
    .gv-metal-card__image-wrapper {
        width: 56px;
        height: 56px;
    }
    .gv-metal-card__image-wrapper svg {
        width: 30px;
        height: 30px;
    }
}

/* =============================
   SHOP BY GENDER
============================= */
.gv-shop-by-gender {
    padding: 40px 0;
    background: #fff;
}

.gv-shop-by-gender-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.gv-shop-by-gender-title {
    font-family: var(--au-font-sans, 'Work Sans', sans-serif);
    font-size: 22px;
    font-weight: 600;
    color: var(--au-dark, #071f1c);
    text-align: center;
    margin: 0 0 30px 0;
    letter-spacing: 0.5px;
    position: relative;
}

.gv-shop-by-gender-title::after {
    content: '';
    display: block;
    width: 50px;
    height: 3px;
    background: var(--au-gold, #005450);
    margin: 10px auto 0;
    border-radius: 2px;
}

.gv-shop-by-gender-row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.gv-gender-card {
    position: relative;
    display: block;
    min-height: 320px;
    border-radius: 16px;
    overflow: hidden;
    text-decoration: none;
    color: #fff;
    transition: all 0.3s ease;
}

.gv-gender-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 30px rgba(0,0,0,0.15);
}

.gv-gender-card__image-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    overflow: hidden;
}

.gv-gender-card__image-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.gv-gender-card:hover .gv-gender-card__image-wrap img {
    transform: scale(1.08);
}

.gv-gender-card__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: linear-gradient(to top, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0.1) 50%, rgba(0,0,0,0.3) 100%);
}

.gv-gender-card--her {
    background: #f5f0eb;
}

.gv-gender-card--him {
    background: #e8edf2;
}

.gv-gender-card__content {
    position: absolute;
    bottom: 24px;
    right: 24px;
    z-index: 3;
    text-align: right;
}

.gv-gender-card__title {
    font-family: var(--au-font-sans, 'Work Sans', sans-serif);
    font-size: 28px;
    font-weight: 700;
    margin: 0 0 10px;
    color: #fff;
    text-shadow: 0 2px 12px rgba(0,0,0,0.4);
}

.gv-gender-card__btn {
    display: inline-block;
    padding: 12px 28px;
    background: rgba(255,255,255,0.25);
    border: 2px solid rgba(255,255,255,0.7);
    border-radius: 30px;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    transition: all 0.2s ease;
    backdrop-filter: blur(4px);
}

.gv-gender-card:hover .gv-gender-card__btn {
    background: #fff;
    color: #333;
    border-color: #fff;
}

@media (max-width: 767.98px) {
    .gv-shop-by-gender-row {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    .gv-gender-card {
        min-height: 200px;
    }
    .gv-gender-card__content {
        bottom: 16px;
        right: 16px;
    }
    .gv-gender-card__title {
        font-size: 22px;
    }
}

/* =============================
   SHOP BY COLOUR
============================= */
.gv-shop-by-colour {
    padding: 40px 0;
    background: #fafafa;
}

.gv-shop-by-colour-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.gv-shop-by-colour-title {
    font-family: var(--au-font-sans, 'Work Sans', sans-serif);
    font-size: 22px;
    font-weight: 600;
    color: var(--au-dark, #071f1c);
    text-align: center;
    margin: 0 0 30px 0;
    letter-spacing: 0.5px;
    position: relative;
}

.gv-shop-by-colour-title::after {
    content: '';
    display: block;
    width: 50px;
    height: 3px;
    background: var(--au-gold, #005450);
    margin: 10px auto 0;
    border-radius: 2px;
}

.gv-shop-by-colour-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px;
}

.gv-colour-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    color: #333;
    transition: all 0.2s ease;
    width: calc(25% - 12px);
    max-width: 280px;
}

.gv-colour-card:hover {
    transform: translateY(-3px);
}

.gv-colour-card__swatch {
    width: 100%;
    aspect-ratio: 1;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border: 2px solid #e8e8e8;
    transition: all 0.2s ease;
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
    background: #f8f8f8;
}

.gv-colour-card__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gv-colour-card__color {
    width: 100%;
    height: 100%;
    display: block;
}

.gv-colour-card:hover .gv-colour-card__swatch {
    border-color: #005450;
    box-shadow: 0 4px 16px rgba(0,84,80,0.25);
}

.gv-colour-card__label {
    font-size: 14px;
    font-weight: 500;
    color: #555;
    text-align: center;
    max-width: 100%;
}

@media (max-width: 991.98px) {
    .gv-colour-card {
        width: calc(33.333% - 11px);
    }
}

@media (max-width: 575.98px) {
    .gv-colour-card {
        width: calc(50% - 8px);
        max-width: 200px;
    }
    .gv-colour-card__label {
        font-size: 12px;
    }
}

/* ============================================================
   925 SILVER SHOWCASE
   ============================================================ */
.gv-silver-showcase {
    background: #ffffff;
    padding: 50px 0;
    font-family: var(--au-font-sans, 'Work Sans', sans-serif);
}

.gv-silver-showcase-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.gv-silver-showcase-title {
    font-size: 26px;
    font-weight: 700;
    color: #005450;
    text-align: center;
    margin: 0 0 6px 0;
    letter-spacing: 0.3px;
}

.gv-silver-showcase-subtitle {
    font-size: 14px;
    color: #888;
    text-align: center;
    margin: 0 0 32px 0;
    font-weight: 400;
}

.gv-silver-showcase-row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.gv-silver-card {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 16px;
    overflow: hidden;
    transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    position: relative;
    display: flex;
    flex-direction: column;
}

.gv-silver-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 48px rgba(0, 84, 80, 0.10);
    border-color: #F6E87E;
}

.gv-silver-card__badge {
    position: absolute;
    top: 12px;
    left: 12px;
    z-index: 2;
    background: linear-gradient(90deg, #D4AF37, #F6E87E);
    color: #071f1c;
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 4px 12px;
    border-radius: 20px;
}

.gv-silver-card__badge--green {
    background: linear-gradient(90deg, #005450, #0a7a6e);
    color: #fff;
}

.gv-silver-card__image {
    padding: 30px 20px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.gv-silver-card__image-wrapper {
    width: 120px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all 0.4s ease;
}

.gv-silver-card:hover .gv-silver-card__image-wrapper {
    transform: scale(1.1);
}

.gv-silver-card__info {
    padding: 0 20px 24px;
    text-align: center;
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.gv-silver-card__title {
    font-size: 16px;
    font-weight: 600;
    color: #071f1c;
    margin: 0 0 4px 0;
    line-height: 1.3;
}

.gv-silver-card__desc {
    font-size: 12px;
    color: #999;
    margin: 0 0 12px 0;
    line-height: 1.4;
}

.gv-silver-card__color-row {
    display: flex;
    gap: 8px;
    margin-bottom: 12px;
    justify-content: center;
}

.gv-silver-card__color-swatch {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 2px solid #fff;
    box-shadow: 0 0 0 1px #e0e0e0;
    display: block;
    cursor: pointer;
    transition: transform 0.2s ease;
}

.gv-silver-card__color-swatch:hover {
    transform: scale(1.25);
}

.gv-silver-card__price {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 12px;
}

.gv-silver-card__price-label {
    font-size: 10px;
    color: #aaa;
    text-transform: uppercase;
    letter-spacing: 0.3px;
}

.gv-silver-card__price-value {
    font-size: 18px;
    font-weight: 700;
    color: #005450;
    line-height: 1.2;
}

.gv-silver-card__btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 24px;
    background: linear-gradient(90deg, #005450, #0a7a6e);
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    text-decoration: none;
    border-radius: 25px;
    transition: all 0.3s ease;
    letter-spacing: 0.3px;
}

.gv-silver-card__btn:hover {
    background: linear-gradient(90deg, #0a7a6e, #005450);
    color: #fff;
    box-shadow: 0 4px 16px rgba(0, 84, 80, 0.25);
    transform: translateY(-2px);
}

.gv-silver-card__btn i {
    font-size: 12px;
    transition: transform 0.3s ease;
}

.gv-silver-card__btn:hover i {
    transform: translateX(3px);
}

@media (max-width: 991.98px) {
    .gv-silver-showcase {
        padding: 36px 0;
    }
    .gv-silver-showcase-title {
        font-size: 20px;
    }
    .gv-silver-showcase-row {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
    }
    .gv-silver-card__image-wrapper {
        width: 90px;
        height: 90px;
    }
    .gv-silver-card__image-wrapper svg {
        width: 48px;
        height: 48px;
    }
}

@media (max-width: 575.98px) {
    .gv-silver-showcase {
        padding: 28px 0;
    }
    .gv-silver-showcase-title {
        font-size: 18px;
    }
    .gv-silver-showcase-subtitle {
        font-size: 12px;
        margin-bottom: 20px;
    }
    .gv-silver-showcase-row {
        grid-template-columns: 1fr 1fr;
        gap: 12px;
    }
    .gv-silver-card__image {
        padding: 20px 12px 12px;
    }
    .gv-silver-card__image-wrapper {
        width: 72px;
        height: 72px;
    }
    .gv-silver-card__image-wrapper svg {
        width: 38px;
        height: 38px;
    }
    .gv-silver-card__info {
        padding: 0 12px 16px;
    }
    .gv-silver-card__title {
        font-size: 13px;
    }
    .gv-silver-card__price-value {
        font-size: 15px;
    }
    .gv-silver-card__btn {
        padding: 6px 18px;
        font-size: 11px;
    }
}

/* --- Responsive: Laptop / Tablet --- */
@media (max-width: 1199.98px) {
    .jewellery-header-row {
        height: 64px;
        gap: 12px;
        padding: 0 24px;
    }

    .jewellery-logo img {
        max-height: 34px;
    }

    .jewellery-search {
        max-width: 360px;
    }

    .jewellery-search-form {
        height: 42px;
    }

    .jewellery-search-input {
        padding: 0 14px;
        font-size: 13px;
        height: 42px;
    }

    .jewellery-search-btn {
        height: 42px;
        width: 40px;
    }

    .jewellery-actions {
        gap: 8px;
    }

    .jewellery-action-link {
        padding: 4px 6px;
    }

    .jewellery-action-label {
        display: none;
    }

    .jewellery-badge {
        top: 0px;
        right: 0px;
        min-width: 15px;
        height: 15px;
        font-size: 8px;
    }

    .jewellery-nav {
        display: flex !important;
        align-items: center;
        justify-content: center;
        gap: 0;
        width: 100%;
    }

    .jewellery-menu > li > a {
        height: 48px;
        padding: 0 19px;
        font-size: 13.5px;
        letter-spacing: 0.3px;
    }

    .jewellery-menu__rest > li > a {
        height: 48px;
        padding: 0 8px;
        font-size: 13.5px;
        letter-spacing: 0.3px;
    }

    .jewellery-nav-right {
        display: flex !important;
        margin-left: auto;
    }

    .jewellery-track-order {
        height: 48px;
        padding: 0 10px;
        font-size: 13.5px;
    }

    .jewellery-category-btn {
        height: 48px;
        padding: 0 16px !important;
        font-size: 13.5px !important;
    }
}

/* --- Responsive: Tablet (uses the same compact header as mobile below
   992px, but sized up for the extra width instead of the phone-sized
   header being stretched as-is) --- */
@media (min-width: 768px) and (max-width: 991.98px) {
    .jewellery-announcement {
        height: 38px;
    }

    .jewellery-announcement-item {
        padding: 0 24px;
        line-height: 38px;
    }

    .jewellery-announcement-group {
        min-height: 38px;
    }

    .tnk-mobile-top {
        height: 76px;
        padding: 0 32px;
    }

    .tnk-mobile-logo img {
        max-height: 44px;
    }

    .tnk-mobile-right {
        gap: 26px;
    }

    .tnk-mobile-icon {
        font-size: 24px;
    }

    .tnk-mobile-toggle {
        width: 40px;
        height: 40px;
    }
}

/* --- Responsive: Mobile --- */
@media (max-width: 767.98px) {
    .jewellery-announcement {
        height: 32px;
        font-size: 11px;
    }

    .jewellery-announcement-item {
        font-size: 11px;
        padding: 0 12px;
        line-height: 32px;
    }

    .jewellery-announcement-group {
        min-height: 32px;
    }

    .jewellery-header-row {
        height: 56px;
        gap: 8px;
        padding: 0 16px;
    }

    .jewellery-logo img {
        max-height: 30px;
    }

    .jewellery-search {
        max-width: 100%;
        flex: 1;
    }

    .jewellery-search-form {
        height: 38px;
    }

    .jewellery-search-input {
        padding: 0 12px;
        font-size: 12px;
        height: 38px;
    }

    .jewellery-search-btn {
        width: 36px;
        height: 38px;
    }

    .jewellery-search-btn svg {
        width: 16px;
        height: 16px;
    }

    .jewellery-actions {
        gap: 0;
    }

    .jewellery-action-link {
        padding: 4px 5px;
    }

    .jewellery-action-icon svg {
        width: 18px;
        height: 18px;
    }

    .jewellery-action-label {
        display: none;
    }

    .jewellery-badge {
        top: 0;
        right: 0;
        min-width: 14px;
        height: 14px;
        font-size: 8px;
    }
}

/* =============================
   MEGA MENU – Giva Style
============================= */
.jewellery-category-megamenu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 740px;
    background: #fff;
    border: 1px solid rgba(0,0,0,0.06);
    border-top: 2px solid var(--au-gold, #005450);
    box-shadow: 0 15px 45px rgba(0,0,0,0.1);
    padding: 24px 28px;
    z-index: 1001;
    gap: 28px;
    border-radius: 0 0 12px 12px;
}

.jewellery-nav-category:hover .jewellery-category-megamenu {
    display: flex;
}

/* Columns */
.jewellery-mega-column {
    flex: 1;
    min-width: 0;
}

.jewellery-mega-categories {
    flex: 0 0 280px;
    border-right: 1px solid rgba(0,0,0,0.06);
    padding-right: 24px;
}

/* Headings */
.jewellery-mega-heading {
    font-family: var(--au-font-sans, 'Work Sans', sans-serif);
    font-size: 13px;
    font-weight: 600;
    color: var(--au-dark, #071f1c);
    text-transform: uppercase;
    letter-spacing: 0.8px;
    margin: 0 0 16px 0;
    padding-bottom: 10px;
    border-bottom: 2px solid var(--au-gold, #005450);
}

/* Category list */
.jewellery-mega-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.jewellery-mega-list > li {
    position: relative;
    margin: 0;
    padding: 0;
}

.jewellery-mega-list > li > a {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 9px 12px;
    font-size: 13px;
    font-weight: 500;
    color: var(--au-dark, #071f1c);
    text-decoration: none;
    border-radius: 6px;
    transition: all 0.2s ease;
    font-family: var(--au-font-sans, 'Work Sans', sans-serif);
}

.jewellery-mega-list > li > a:hover {
    background: var(--au-cream, #fff8f0);
    color: var(--au-gold, #005450);
    padding-left: 16px;
}

.jewellery-mega-list > li > a i {
    font-size: 14px;
    color: var(--au-gold, #005450);
}

/* Indicator for categories with children */
.jewellery-mega-has-child > a::after {
    content: '\f105';
    font-family: 'FontAwesome';
    margin-left: auto;
    font-size: 13px;
    color: rgba(7,31,28,0.25);
    transition: color 0.2s ease, transform 0.2s ease;
}

.jewellery-mega-has-child > a:hover::after {
    color: var(--au-gold, #005450);
    transform: translateX(2px);
}

.jewellery-mega-all-link {
    font-weight: 600 !important;
    color: var(--au-gold, #005450) !important;
}

.jewellery-mega-all-link i {
    font-size: 14px !important;
    margin-right: 2px;
}

/* Submenu (children) */
.jewellery-mega-sub {
    display: none;
    position: absolute;
    left: 100%;
    top: 0;
    min-width: 220px;
    background: #fff;
    border: 1px solid rgba(0,0,0,0.06);
    border-left: 2px solid var(--au-gold, #005450);
    box-shadow: 4px 8px 24px rgba(0,0,0,0.08);
    padding: 12px 0;
    z-index: 1002;
    border-radius: 0 8px 8px 0;
}

.jewellery-mega-has-child:hover > .jewellery-mega-sub {
    display: block;
}

.jewellery-mega-sub a {
    display: block;
    padding: 8px 18px;
    font-size: 13px;
    font-weight: 400;
    color: rgba(7,31,28,0.75);
    text-decoration: none;
    transition: all 0.2s ease;
    white-space: nowrap;
    font-family: var(--au-font-sans, 'Work Sans', sans-serif);
}

.jewellery-mega-sub a:hover {
    background: var(--au-cream, #fff8f0);
    color: var(--au-gold, #005450);
    padding-left: 24px;
}

/* Filters Column */
.jewellery-mega-filters {
    flex: 1;
}

.jewellery-mega-filter-group {
    margin-bottom: 18px;
}

.jewellery-mega-filter-group:last-child {
    margin-bottom: 0;
}

.jewellery-mega-filter-title {
    font-family: var(--au-font-sans, 'Work Sans', sans-serif);
    font-size: 12px;
    font-weight: 600;
    color: rgba(7,31,28,0.5);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin: 0 0 8px 0;
}

.jewellery-mega-filter-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
}

.jewellery-mega-filter-list li {
    margin: 0;
    padding: 0;
}

.jewellery-mega-filter-list li a {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 14px;
    font-size: 13px;
    font-weight: 400;
    color: var(--au-dark, #071f1c);
    text-decoration: none;
    border: 1px solid rgba(0,0,0,0.08);
    border-radius: 20px;
    transition: all 0.2s ease;
    font-family: var(--au-font-sans, 'Work Sans', sans-serif);
    white-space: nowrap;
}

.jewellery-mega-filter-list li a:hover {
    border-color: var(--au-gold, #005450);
    background: var(--au-cream, #fff8f0);
    color: var(--au-gold, #005450);
}

/* Color swatch inside filter pills */
.jewellery-mega-swatch {
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 1px solid rgba(0,0,0,0.1);
    flex-shrink: 0;
}

/* Responsive: hide mega menu on small screens */
@media (max-width: 991.98px) {
    .jewellery-category-megamenu {
        display: none !important;
    }
}

/* ===================================================================
   RESPONSIVE: Hide desktop header on tablet/mobile, show mobile header
   =================================================================== */
@media (max-width: 991.98px) {
    .jewellery-header {
        display: none !important;
    }
    .tnk-mobile-header {
        display: block !important;
    }
}

@media (min-width: 992px) {
    .tnk-mobile-header {
        display: none !important;
    }
}

/* ===================================================================
   MOBILE HEADER ENHANCEMENTS
   =================================================================== */
.tnk-mobile-header {
    background: #fff;
    position: sticky;
    top: 0;
    z-index: 999;
    box-shadow: 0 2px 15px rgba(0,0,0,.08);
}

.tnk-mobile-toggle {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 4px;
    width: 34px;
    height: 34px;
    padding: 0;
    border: none;
    background: none;
    cursor: pointer;
    border-radius: 6px;
    transition: background 0.2s ease;
    flex-shrink: 0;
}

.tnk-mobile-toggle span {
    display: none;
}

.tnk-mobile-toggle:hover {
    background: rgba(0,0,0,0.04);
}

body.drawer-open {
    overflow: hidden;
}

.au-overlay {
    z-index: 9999;
}

.au-drawer {
    z-index: 10000;
}

/* ===================================================================
   CENTER NAVIGATION MENU
   =================================================================== */
.jewellery-menu {
    justify-content: center;
}

.jewellery-nav {
    padding: 0;
}

/* --- Always-visible Add to Cart / quick actions on product cards ---
   Scoped to the thumbnail-overlay actions only (product-item.blade.php
   grids) — a bare .ps-product__actions here was also matching the
   Deal of the Day cards' in-flow actions row (flash-sale-product.blade.php),
   shoving their Add to cart button sideways since translate(-50%) also
   applies outside the absolute-positioned thumbnail-overlay context. */
.ps-product__thumbnail .ps-product__actions {
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    gap: 8px;
    padding: 10px 0;
    margin: 0;
    list-style: none;
    background-color: #fff;
    transform: translate(-50%, 0) !important;
}

.ps-product__thumbnail .ps-product__actions li {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0;
}

.ps-product__add-to-cart {
    margin-top: 10px;
}

.ps-product__add-to-cart-btn {
    display: block;
    width: 100%;
    padding: 8px 16px !important;
    font-size: 12px !important;
    min-width: 0 !important;
    text-align: center;
}

.ps-product__add-to-cart-btn.ps-btn--disabled {
    background-color: #ccc !important;
    color: #777 !important;
    cursor: not-allowed;
    pointer-events: none;
}

/* --- SHOP BY BOND --- */
.gv-shop-by-bond {
    padding: 40px 0;
    background: #fafafa;
}

.gv-shop-by-bond-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.gv-shop-by-bond-title {
    font-family: var(--au-font-sans, 'Work Sans', sans-serif);
    font-size: 22px;
    font-weight: 600;
    color: var(--au-dark, #071f1c);
    text-align: center;
    margin: 0 0 30px 0;
    letter-spacing: 0.5px;
    position: relative;
}

.gv-shop-by-bond-title::after {
    content: '';
    display: block;
    width: 50px;
    height: 3px;
    background: var(--au-gold, #005450);
    margin: 10px auto 0;
    border-radius: 2px;
}

.gv-bond-slider-wrapper {
    position: relative;
}

.gv-bond-slider-track {
    display: flex;
    gap: 16px;
    overflow-x: auto;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    padding: 4px 0;
}

.gv-bond-slider-track::-webkit-scrollbar {
    display: none;
}

.gv-bond-slide {
    flex: 0 0 auto;
    width: calc(16.666% - 13.5px);
    min-width: 140px;
}

.gv-bond-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    color: #333;
    transition: all 0.2s ease;
    width: 100%;
}

.gv-bond-card:hover {
    transform: translateY(-3px);
}

.gv-bond-card__swatch {
    width: 100%;
    aspect-ratio: 1;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border: 2px solid #e8e8e8;
    transition: all 0.2s ease;
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
    background: #f8f8f8;
}

.gv-bond-card__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gv-bond-card__placeholder {
    font-size: 28px;
    font-weight: 600;
    color: #bbb;
    text-transform: uppercase;
}

.gv-bond-card:hover .gv-bond-card__swatch {
    border-color: #005450;
    box-shadow: 0 4px 16px rgba(0,84,80,0.25);
}

.gv-bond-card__label {
    font-size: 14px;
    font-weight: 500;
    color: #555;
    text-align: center;
    max-width: 100%;
}

@media (max-width: 991.98px) {
    .gv-bond-slide {
        width: calc(25% - 12px);
        min-width: 130px;
    }
}

@media (max-width: 575.98px) {
    .gv-bond-slide {
        width: calc(33.333% - 11px);
        min-width: 110px;
    }
    .gv-bond-card__label {
        font-size: 12px;
    }
}

/* --- Add to Cart / Buy Now always green, not black --- */
.ps-btn.ps-btn--black,
button.ps-btn.ps-btn--black {
    background-color: var(--color-1st, #005450) !important;
    border-color: var(--color-1st, #005450) !important;
}

/* =============================
   GIVA-STYLE SHOP BY CATEGORIES
============================= */
.gv-shop-categories {
    padding: 0 0 40px;
    background: #fff;
}

.gv-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.gv-categories-slider-wrapper {
    position: relative;
}

.gv-categories-grid {
    display: flex !important;
    gap: 12px;
    overflow-x: auto;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
}

/* When all categories fit on screen (no scroll needed), center the row
   instead of leaving it flush-left with dead space on the right */
.gv-categories-grid--fit {
    justify-content: center;
}

.gv-categories-grid::-webkit-scrollbar {
    display: none;
}

.gv-categories-grid .gv-category-item {
    flex: 0 0 auto;
    /* 9 columns on desktop; more categories slide in via the left/right arrows */
    width: calc(11.111% - 10.667px);
    min-width: 100px;
}

@media (max-width: 1199.98px) {
    .gv-categories-grid .gv-category-item {
        width: calc(16.666% - 10px);
    }
}

@media (max-width: 991.98px) {
    .gv-categories-grid .gv-category-item {
        width: calc(25% - 9px);
    }
}

@media (max-width: 575.98px) {
    .gv-categories-grid .gv-category-item {
        /* ~3.2 items visible, so the next card peeks in and hints scrollability */
        width: calc(31% - 8px);
        min-width: 96px;
    }
    .gv-categories-grid {
        gap: 8px;
    }
}

.gv-slider-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #fff;
    border: 1px solid #e0e0e0;
    color: #333;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    transition: all 0.2s ease;
    padding: 0;
}

.gv-slider-arrow:hover {
    background: #005450;
    color: #fff;
    border-color: #005450;
    box-shadow: 0 4px 12px rgba(0,84,80,0.3);
}

.gv-slider-arrow--left {
    left: -16px;
}

.gv-slider-arrow--right {
    right: -16px;
}

@media (max-width: 575.98px) {
    .gv-slider-arrow {
        width: 32px;
        height: 32px;
    }
    .gv-slider-arrow--left {
        left: -8px;
    }
    .gv-slider-arrow--right {
        right: -8px;
    }
}

.gv-category-item {
    position: relative;
}

.gv-category-card {
    display: block;
    text-decoration: none;
    color: inherit;
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.3s ease;
    background: #fff;
}

.gv-category-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.08);
}

.gv-category-card__image {
    position: relative;
    width: 100%;
    padding-bottom: 100%;
    overflow: hidden;
    background: #f8f8f8;
    border-radius: 12px;
    border: 1px solid rgba(0, 0, 0, 0.06);
}

.gv-category-card__image-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.gv-category-card__image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.gv-category-card:hover .gv-category-card__image-wrapper img {
    transform: scale(1.08);
}

.gv-category-card__info {
    padding: 10px 4px 4px;
    text-align: center;
}

.gv-category-card__title {
    font-family: var(--au-font-sans, 'Work Sans', sans-serif);
    font-size: 13px;
    font-weight: 500;
    color: var(--au-dark, #071f1c);
    margin: 0;
    line-height: 1.3;
    transition: color 0.2s ease;
}

.gv-category-card:hover .gv-category-card__title {
    color: var(--au-gold, #005450);
}

/* =============================
   TRENDING COLLECTIONS CAROUSEL
============================= */
.au-premium-trending {
    padding: 50px 0;
    background: linear-gradient(135deg, #faf8f5 0%, #f5f0eb 100%);
    overflow: hidden;
}

.au-premium-trending__header {
    text-align: center;
    max-width: 1200px;
    margin: 0 auto 35px;
    padding: 0 15px;
}

.au-premium-trending__title {
    font-family: var(--au-font-sans, 'Work Sans', sans-serif);
    font-size: 26px;
    font-weight: 700;
    color: var(--au-dark, #071f1c);
    margin: 0 0 6px;
    letter-spacing: 0.5px;
}

.au-premium-trending__subtitle {
    font-family: var(--au-font-sans, 'Work Sans', sans-serif);
    font-size: 14px;
    color: #777;
    margin: 0 0 20px;
}

.au-premium-trending__controls {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.au-premium-trending__nav {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #ddd;
    background: #fff;
    color: #333;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s ease;
    font-size: 18px;
}

.au-premium-trending__nav:hover {
    background: #005450;
    color: #fff;
    border-color: #005450;
}

.au-premium-trending__dots {
    display: flex;
    gap: 8px;
}

.au-premium-trending__dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: none;
    background: #ccc;
    cursor: pointer;
    padding: 0;
    transition: all 0.2s ease;
}

.au-premium-trending__dot.active {
    background: #005450;
    transform: scale(1.3);
}

.au-premium-trending__carousel {
    display: flex;
    transition: transform 0.5s ease-in-out;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.au-premium-trending__slide {
    flex: 0 0 100%;
    min-width: 0;
}

.au-premium-trending-card {
    display: flex;
    align-items: center;
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0,0,0,0.06);
}

.au-premium-trending-card__image {
    flex: 0 0 45%;
    position: relative;
    overflow: hidden;
    min-height: 350px;
}

.au-premium-trending-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}

.au-premium-trending-card__overlay {
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 2;
}

.au-premium-trending-card__badge {
    display: inline-block;
    padding: 4px 14px;
    border-radius: 20px;
    background: #005450;
    color: #fff;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.au-premium-trending-card__content {
    flex: 0 0 55%;
    padding: 40px 45px;
}

.au-premium-trending-card__title {
    font-family: var(--au-font-sans, 'Work Sans', sans-serif);
    font-size: 28px;
    font-weight: 700;
    color: var(--au-dark, #071f1c);
    margin: 0 0 12px;
}

.au-premium-trending-card__description {
    font-size: 15px;
    color: #666;
    line-height: 1.6;
    margin: 0 0 18px;
}

.au-premium-trending-card__meta {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 18px;
}

.au-premium-trending-card__price {
    font-size: 18px;
    font-weight: 600;
    color: #005450;
}

.au-premium-trending-card__rating {
    color: #f5a623;
    font-size: 14px;
    display: flex;
    gap: 2px;
}

.au-premium-trending-card__features {
    display: flex;
    gap: 20px;
    margin-bottom: 22px;
}

.au-premium-trending-card__feature {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    color: #555;
}

.au-premium-trending-card__feature i {
    font-size: 16px;
    color: #005450;
}

.au-premium-trending-card__btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 28px;
    background: #005450;
    color: #fff;
    text-decoration: none;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.2s ease;
}

.au-premium-trending-card__btn:hover {
    background: #003d3a;
    color: #fff;
    gap: 12px;
}

@media (max-width: 767.98px) {
    .au-premium-trending-card {
        flex-direction: column;
    }
    .au-premium-trending-card__image {
        flex: 0 0 200px;
        width: 100%;
        min-height: 200px;
    }
    .au-premium-trending-card__content {
        flex: 1;
        padding: 25px 20px;
    }
    .au-premium-trending-card__title {
        font-size: 22px;
    }
    .au-premium-trending__title {
        font-size: 22px;
    }
}

/* ============================================================
   PROMO BANNER - SPLIT INTO 4 CARDS
   ============================================================ */
.gv-usp-strip {
    padding: 24px 0;
    background: #fff;
    font-family: var(--au-font-sans, 'Work Sans', sans-serif);
}

.gv-usp-strip-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.gv-usp-strip-row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}

.gv-usp-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.gv-usp-item__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: var(--au-cream, #f7f3ee);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
    margin-bottom: 10px;
}

.gv-usp-item__icon i {
    font-size: 22px;
    color: var(--au-gold, #005450);
}

.gv-usp-item__label {
    font-size: 13px;
    font-weight: 600;
    line-height: 1.35;
    color: #000;
}

/* Responsive */
@media (max-width: 575.98px) {
    .gv-usp-strip {
        padding: 18px 0;
    }
    .gv-usp-strip-row {
        gap: 8px;
    }
    .gv-usp-item__icon {
        width: 46px;
        height: 46px;
    }
    .gv-usp-item__icon i {
        font-size: 18px;
    }
    .gv-usp-item__label {
        font-size: 11.5px;
    }
}
/* ==================== GIVA-style Collection Page (Gifts for Him / Gifts for Her category pages only) ==================== */
.gv-collection-page .ps-block--shop-features {
    position: relative;
    background: var(--gv-hero-bg, none), linear-gradient(135deg, var(--au-dark) 0%, var(--au-gold) 55%, var(--au-gold-dark) 100%) !important;
    background-size: cover, cover !important;
    background-position: center, center !important;
    background-repeat: no-repeat, no-repeat !important;
    border: none !important;
    border-radius: 0 !important;
    padding: 70px 20px !important;
    margin-bottom: 0 !important;
    text-align: center;
    overflow: hidden;
}
.gv-collection-page .ps-block--shop-features::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(7, 31, 28, .35) 0%, rgba(7, 31, 28, .65) 100%);
    z-index: 0;
}
.gv-collection-page .ps-block--shop-features .ps-block__header,
.gv-collection-page .ps-block--shop-features .ps-block__content {
    position: relative;
    z-index: 1;
}
.gv-collection-page .ps-block--shop-features .h1 {
    font-family: var(--au-font-heading) !important;
    color: var(--au-white) !important;
    font-size: 44px !important;
    text-transform: lowercase !important;
    letter-spacing: .02em;
    margin-bottom: 10px !important;
}
.gv-collection-page .ps-block--shop-features .ps-section__content,
.gv-collection-page .ps-block--shop-features .ps-section__content * {
    color: var(--au-cream) !important;
    font-family: var(--au-font-body) !important;
    font-size: 18px !important;
}
.gv-collection-page .ps-block--shop-features .ps-block__content {
    max-width: 620px;
    margin: 0 auto;
}

.gv-collection-page .products-found {
    font-family: var(--au-font-sans) !important;
    text-transform: uppercase;
    letter-spacing: .04em;
    font-size: 13px !important;
    color: var(--au-dark);
    opacity: .75;
}
.gv-collection-page .products-found strong {
    color: var(--au-gold);
}

.gv-collection-page .bb-shop-sidebar {
    background: var(--au-white) !important;
    border: 1px solid rgba(0, 84, 80, .12) !important;
    border-radius: 8px !important;
    padding: 24px !important;
}
.gv-collection-page .bb-product-filter {
    border-bottom: 1px solid rgba(0, 84, 80, .12) !important;
    padding-bottom: 18px !important;
    margin-bottom: 18px !important;
}
.gv-collection-page .bb-product-filter:last-child {
    border-bottom: none !important;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}
.gv-collection-page .bb-product-filter-title {
    font-family: var(--au-font-sans) !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    letter-spacing: .08em !important;
    color: var(--au-dark) !important;
    border: none !important;
    padding: 0 !important;
    margin-bottom: 14px !important;
}
.gv-collection-page .bb-product-filter-item {
    margin-bottom: 10px !important;
}
.gv-collection-page .bb-product-filter-item label,
.gv-collection-page .bb-product-filter-link {
    font-family: var(--au-font-body) !important;
    font-size: 16px !important;
    color: var(--au-dark) !important;
    opacity: .8;
    transition: color .2s, opacity .2s;
}
.gv-collection-page .bb-product-filter-link:hover,
.gv-collection-page .bb-product-filter-link.active {
    color: var(--au-gold) !important;
    opacity: 1;
    font-weight: 600 !important;
}
.gv-collection-page .filter-checkbox input[type="checkbox"],
.gv-collection-page #discounted_only {
    accent-color: var(--au-gold) !important;
    width: 16px;
    height: 16px;
}
.gv-collection-page .input-range-label {
    font-family: var(--au-font-sans) !important;
    font-size: 13px !important;
    color: var(--au-dark) !important;
}

.gv-collection-page .ps-shopping-product .ps-product {
    border-radius: 10px !important;
    overflow: hidden;
    transition: box-shadow .25s, transform .25s;
}
.gv-collection-page .ps-shopping-product .ps-product:hover {
    box-shadow: 0 10px 24px rgba(7, 31, 28, .12) !important;
    transform: translateY(-3px);
}

.gv-collection-page .ps-pagination {
    margin-top: 30px;
}
.gv-collection-page .ps-pagination .page-link {
    border: none !important;
    color: var(--au-dark) !important;
    font-family: var(--au-font-sans) !important;
}
.gv-collection-page .ps-pagination .page-item.active .page-link {
    background: var(--au-gold) !important;
    border-color: var(--au-gold) !important;
    color: var(--au-white) !important;
}

@media (max-width: 767px) {
    .gv-collection-page .ps-block--shop-features { padding: 40px 16px !important; }
    .gv-collection-page .ps-block--shop-features .h1 { font-size: 30px !important; }
    .gv-collection-page .ps-block--shop-features .ps-section__content,
    .gv-collection-page .ps-block--shop-features .ps-section__content * { font-size: 15px !important; }
    .gv-collection-page .bb-shop-sidebar { padding: 16px !important; }
}

/* GIVA-style collection page: full-bleed hero banner + sub-category facet counts */
.gv-collection-page .gv-hero-fullwidth {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    margin-bottom: 40px !important;
}
.gv-collection-page .bb-product-filter-count {
    font-size: 12px;
    opacity: .6;
    margin-left: 2px;
}

@media (max-width: 767px) {
    .gv-collection-page .gv-hero-fullwidth { margin-bottom: 24px !important; }
}

/* ==================== GIVA-style Landing Pages (Men's / Women's Jewellery) ==================== */
.gv-landing-page {
    font-family: var(--au-font-body);
}

.gv-landing-hero {
    position: relative;
    width: 100vw;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    min-height: 380px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--gv-hero-bg, none), linear-gradient(135deg, var(--au-dark) 0%, var(--au-gold) 55%, var(--au-gold-dark) 100%);
    background-size: cover, cover;
    background-position: center, center;
    background-repeat: no-repeat, no-repeat;
    overflow: hidden;
    margin-bottom: 50px;
}
.gv-landing-hero__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(7, 31, 28, .35) 0%, rgba(7, 31, 28, .68) 100%);
}
.gv-landing-hero__content {
    position: relative;
    z-index: 1;
    text-align: center;
    padding: 70px 15px;
}
.gv-landing-hero__eyebrow {
    font-family: var(--au-font-sans);
    text-transform: uppercase;
    letter-spacing: .2em;
    font-size: 13px;
    color: var(--au-cream);
    margin-bottom: 12px;
}
.gv-landing-hero__title {
    font-family: var(--au-font-heading);
    color: var(--au-white);
    font-size: 48px;
    margin-bottom: 20px;
}
.gv-landing-hero__cta {
    display: inline-block;
    font-family: var(--au-font-sans);
    text-transform: uppercase;
    letter-spacing: .08em;
    font-size: 13px;
    font-weight: 600;
    color: var(--au-dark);
    background: var(--au-white);
    padding: 14px 32px;
    border-radius: 2px;
    transition: opacity .2s;
}
.gv-landing-hero__cta:hover {
    opacity: .85;
    color: var(--au-dark);
}

.gv-landing-section {
    margin-bottom: 60px;
}
.gv-landing-section__title {
    font-family: var(--au-font-heading);
    color: var(--au-dark);
    font-size: 28px;
    text-align: center;
    margin-bottom: 30px;
}
.gv-landing-section__more {
    text-align: center;
    margin-top: 24px;
}
.gv-landing-section__more-link {
    font-family: var(--au-font-sans);
    text-transform: uppercase;
    letter-spacing: .08em;
    font-size: 13px;
    font-weight: 600;
    color: var(--au-gold);
}

.gv-landing-category-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 18px;
}
.gv-landing-category-card {
    text-align: center;
    display: block;
}
.gv-landing-category-card__image {
    border-radius: 8px;
    overflow: hidden;
    background: var(--au-cream);
    aspect-ratio: 1 / 1;
    margin-bottom: 12px;
    transition: box-shadow .25s, transform .25s;
}
.gv-landing-category-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.gv-landing-category-card:hover .gv-landing-category-card__image {
    box-shadow: 0 10px 24px rgba(7, 31, 28, .15);
    transform: translateY(-3px);
}
.gv-landing-category-card__title {
    font-family: var(--au-font-sans);
    font-size: 14px;
    font-weight: 600;
    color: var(--au-dark);
    text-transform: uppercase;
    letter-spacing: .04em;
}

.gv-landing-price-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 16px;
}
.gv-landing-price-card {
    position: relative;
    display: block;
    border-radius: 10px;
    overflow: hidden;
    aspect-ratio: 16 / 10;
    background: var(--au-cream);
}
.gv-landing-price-card__image {
    position: absolute;
    inset: 0;
}
.gv-landing-price-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.gv-landing-price-card__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(7, 31, 28, 0) 40%, rgba(7, 31, 28, .75) 100%);
}
.gv-landing-price-card__title {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 16px;
    z-index: 1;
    text-align: center;
    font-family: var(--au-font-heading);
    color: var(--au-white);
    font-size: 20px;
}

.gv-landing-relationship-row,
.gv-landing-occasion-row {
    display: flex;
    gap: 16px;
    overflow-x: auto;
    padding-bottom: 8px;
    scrollbar-width: thin;
}
.gv-landing-relationship-card {
    flex: 0 0 auto;
    width: 160px;
    text-align: center;
}
.gv-landing-relationship-card__image {
    width: 100%;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    overflow: hidden;
    background: var(--au-cream);
    margin-bottom: 10px;
}
.gv-landing-relationship-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.gv-landing-relationship-card__title {
    font-family: var(--au-font-sans);
    font-size: 13px;
    font-weight: 600;
    color: var(--au-dark);
    text-transform: uppercase;
    letter-spacing: .03em;
}

.gv-landing-occasion-card {
    flex: 0 0 auto;
    width: 110px;
    text-align: center;
}
.gv-landing-occasion-card__image {
    width: 80px;
    height: 80px;
    margin: 0 auto 8px;
    border-radius: 50%;
    overflow: hidden;
    background: var(--au-cream);
}
.gv-landing-occasion-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.gv-landing-occasion-card span {
    font-family: var(--au-font-sans);
    font-size: 12px;
    color: var(--au-dark);
    text-transform: uppercase;
    letter-spacing: .03em;
}

.gv-landing-personalise-banner {
    position: relative;
    display: block;
    width: 100vw;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    min-height: 260px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, var(--au-gold-dark) 0%, var(--au-dark) 100%);
    overflow: hidden;
    margin-bottom: 60px;
    text-align: center;
}
.gv-landing-personalise-banner__overlay {
    position: absolute;
    inset: 0;
    background: rgba(7, 31, 28, .2);
}
.gv-landing-personalise-banner__content {
    position: relative;
    z-index: 1;
    padding: 50px 15px;
}
.gv-landing-personalise-banner__content h2 {
    font-family: var(--au-font-heading);
    color: var(--au-white);
    font-size: 32px;
    margin-bottom: 10px;
}
.gv-landing-personalise-banner__content p {
    font-family: var(--au-font-body);
    color: var(--au-cream);
    font-size: 17px;
    margin-bottom: 16px;
}
.gv-landing-personalise-banner__cta {
    display: inline-block;
    font-family: var(--au-font-sans);
    text-transform: uppercase;
    letter-spacing: .08em;
    font-size: 13px;
    font-weight: 600;
    color: var(--au-white);
    border: 1px solid var(--au-white);
    padding: 12px 28px;
    border-radius: 2px;
}

@media (max-width: 767px) {
    .gv-landing-hero { min-height: 280px; margin-bottom: 34px; }
    .gv-landing-hero__title { font-size: 32px; }
    .gv-landing-section { margin-bottom: 40px; }
    .gv-landing-section__title { font-size: 22px; margin-bottom: 20px; }
    .gv-landing-category-grid { grid-template-columns: repeat(3, 1fr); gap: 12px; }
    .gv-landing-price-grid { grid-template-columns: repeat(2, 1fr); }
    .gv-landing-personalise-banner { min-height: 200px; margin-bottom: 40px; }
    .gv-landing-personalise-banner__content h2 { font-size: 24px; }
}

.gv-landing-guide-title {
    text-align: center;
    margin-bottom: 40px;
}
.gv-landing-guide-title h2 {
    font-family: var(--au-font-heading);
    color: var(--au-dark);
    font-size: 32px;
    position: relative;
    display: inline-block;
    padding-bottom: 16px;
}
.gv-landing-guide-title h2::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 60px;
    height: 2px;
    background: var(--au-gold);
}

.gv-landing-section__subtitle {
    text-align: center;
    font-family: var(--au-font-sans);
    color: var(--au-dark);
    opacity: .65;
    font-size: 15px;
    margin-top: -20px;
    margin-bottom: 26px;
}

.gv-landing-occasion-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
    gap: 16px;
}
.gv-landing-occasion-card--full {
    width: auto;
    position: relative;
    display: block;
    border-radius: 10px;
    overflow: hidden;
    aspect-ratio: 4 / 3;
    background: var(--au-cream);
}
.gv-landing-occasion-card__image--full {
    position: absolute;
    inset: 0;
    width: auto;
    height: auto;
    margin: 0;
    border-radius: 0;
}
.gv-landing-occasion-card__image--full img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.gv-landing-occasion-card__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(7, 31, 28, 0) 45%, rgba(7, 31, 28, .78) 100%);
}
.gv-landing-occasion-card--full span {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 14px;
    z-index: 1;
    text-align: center;
    font-family: var(--au-font-sans);
    color: var(--au-white);
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .04em;
}

.gv-lookbook__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}
.gv-lookbook__card {
    display: block;
    background: var(--au-white);
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 6px rgba(7, 31, 28, .05), 0 12px 28px rgba(7, 31, 28, .07);
    transition: transform .35s cubic-bezier(.25, .46, .45, .94), box-shadow .35s cubic-bezier(.25, .46, .45, .94);
}
.gv-lookbook__card:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 10px rgba(7, 31, 28, .06), 0 22px 44px rgba(7, 31, 28, .14);
}
.gv-lookbook__media {
    aspect-ratio: 3 / 4;
    overflow: hidden;
    background: var(--au-cream);
}
.gv-lookbook__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .45s cubic-bezier(.25, .46, .45, .94);
}
.gv-lookbook__card:hover .gv-lookbook__media img {
    transform: scale(1.06);
}
.gv-lookbook__info {
    padding: 18px 20px 22px;
}
.gv-lookbook__name {
    margin: 0 0 10px;
    font-family: var(--au-font-heading);
    font-size: 19px;
    font-weight: 600;
    line-height: 1.35;
    color: var(--au-dark);
}
.gv-lookbook__cta {
    font-family: var(--au-font-sans);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: var(--au-gold);
}
.gv-lookbook__card:hover .gv-lookbook__cta {
    color: var(--au-gold-dark);
}
.gv-lookbook__more {
    margin-top: 40px;
    text-align: center;
}

.gv-landing-view-more-btn {
    display: inline-block;
    font-family: var(--au-font-sans);
    text-transform: uppercase;
    letter-spacing: .08em;
    font-size: 13px;
    font-weight: 600;
    color: var(--au-dark);
    background: transparent;
    border: 1px solid var(--au-dark);
    padding: 12px 32px;
    border-radius: 2px;
    cursor: pointer;
    transition: background .2s, color .2s;
}
.gv-landing-view-more-btn:hover {
    background: var(--au-dark);
    color: var(--au-white);
}

@media (max-width: 1199px) {
    .gv-lookbook__grid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 767px) {
    .gv-landing-guide-title h2 { font-size: 24px; }
    .gv-landing-occasion-grid { grid-template-columns: repeat(2, 1fr); }
    .gv-lookbook__grid { grid-template-columns: repeat(2, 1fr); }
}
