@font-face {
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url('../fonts/playfair-display-500.woff2') format('woff2');
}
@font-face {
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('../fonts/playfair-display-700.woff2') format('woff2');
}
@font-face {
    font-family: 'Plus Jakarta Sans';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url('../fonts/plus-jakarta-sans-500.woff2') format('woff2');
}
@font-face {
    font-family: 'Plus Jakarta Sans';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('../fonts/plus-jakarta-sans-700.woff2') format('woff2');
}

:root {
    --bg: #040811;
    --bg2: #07111f;
    --surface: #0a1627;
    --surface2: #0e1d31;
    --gold: #e5bd55;
    --gold2: #f8df91;
    --blue: #397bff;
    --blue2: #65a0ff;
    --emerald: #20c997;
    --ruby: #ed4c68;
    --amethyst: #a477ff;
    --text: #f8fafc;
    --muted: #98a7bd;
    --line: rgba(255, 255, 255, .09);
    --ease: cubic-bezier(.16, 1, .3, 1);
    --shadow: 0 25px 70px rgba(0, 0, 0, .45);
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}
html {
    scroll-behavior: smooth
}
body {
    font-family: 'Plus Jakarta Sans', sans-serif;
    background: var(--bg);
    color: var(--text);
    overflow-x: hidden
}
body:before {
    content: "";
    position: fixed;
    inset: 0;
    pointer-events: none;
    z-index: -1;
    background: radial-gradient(circle at 8% 18%, rgba(57, 123, 255, .08), transparent 25%), radial-gradient(circle at 90% 35%, rgba(164, 119, 255, .07), transparent 24%), radial-gradient(circle at 45% 90%, rgba(32, 201, 151, .045), transparent 25%)
}
h1,
h2,
h3,
h4,
h5,
.serif-font {
    font-family: 'Playfair Display', serif
}
a {
    color: inherit
}
button {
    font-family: inherit
}
::-webkit-scrollbar {
    width: 8px
}
::-webkit-scrollbar-track {
    background: #030711
}
::-webkit-scrollbar-thumb {
    background: linear-gradient(90deg, var(--gold), var(--gold2));
    border-radius: 20px
}
#page-loader {
    position: fixed;
    inset: 0;
    background: #030711;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    transition: .7s ease
}
.loaded #page-loader {
    opacity: 0;
    visibility: hidden
}
.loader-content {
    text-align: center
}
.loader-gem {
    font-size: 64px;
    color: var(--gold);
    filter: drop-shadow(0 0 25px rgba(229, 189, 85, .7));
    animation: gemSpin 2s linear infinite
}
.loader-text {
    margin-top: 16px;
    color: var(--gold2);
    font-family: 'Playfair Display', serif;
    letter-spacing: 5px;
    font-size: 15px
}
@keyframes gemSpin {
    to {
        transform: perspective(500px) rotateY(360deg)
    }
}
header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    background: rgba(4, 8, 17, .72);
    backdrop-filter: blur(20px);
    border-bottom: 1px solid rgba(229, 189, 85, .14);
    transition: .5s var(--ease)
}
header.scrolled {
    background: rgba(4, 8, 17, .96);
    box-shadow: 0 15px 50px rgba(0, 0, 0, .4)
}
header.scrolled .top-bar {
    height: 0;
    padding-top: 0;
    padding-bottom: 0;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    border: 0
}
.top-bar {
    max-width: 1500px;
    height: 40px;
    margin: auto;
    padding: 8px 35px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid rgb(255 255 255 / 10%);
    transition: .45s var(--ease)
}
.top-contact,
.top-socials {
    display: flex;
    align-items: center;
    gap: 22px
}
.top-contact a,
.top-socials a {
    font-size: 15px;
    color: #aeb9ca;
    text-decoration: none;
    transition: .3s
}
.top-contact a:hover,
.top-socials a:hover {
    color: var(--gold2)
}
.top-contact i {
    color: var(--gold);
    margin-right: 5px
}
.main-nav {
    max-width: 1500px;
    margin: auto;
    padding: 15px 35px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 25px
}
.logo-wrapper {
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none
}
.logo-circle {
    width: 48px;
    height: 48px;
    /* border: 1px solid var(--gold); */
    border-radius: 50%;
    display: grid;
    place-items: center;
    /* background: radial-gradient(circle, rgba(229, 189, 85, .2), rgba(7, 17, 31, .95) 68%); */
    /* box-shadow: 0 0 28px rgba(229, 189, 85, .18); */
    position: relative;
    transition: .5s var(--ease);

    background: var(--text);
    padding: 5px;
}
.logo-circle:after {
    content: "";
    position: absolute;
    inset: 5px;
    /* border: 1px solid rgba(229, 189, 85, .25); */
    border-radius: 50%
}
.logo-circle span {
    font-family: 'Playfair Display', serif;
    font-size: 17px;
    font-weight: 700;
    color: var(--gold);
    z-index: 1
}
.logo-circle img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.logo-wrapper:hover .logo-circle {
    transform: rotate(12deg) scale(1.05);
    box-shadow: 0 0 35px rgba(229, 189, 85, .3)
}
.logo-text {
    font-family: 'Playfair Display', serif;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: .5px
}
.logo-text span {
    color: var(--gold)
}
.nav-links {
    display: flex;
    align-items: center;
    gap: 30px;
    list-style: none
}
.nav-links a {
    text-decoration: none;
    font-size: 15px;
    font-weight: 700;
    color: #d9e1ed;
    position: relative;
    padding: 9px 0;
    transition: .3s
}
.nav-links a:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 0;
    height: 1px;
    background: linear-gradient(90deg, var(--gold), var(--gold2));
    transform: translateX(-50%);
    transition: .4s var(--ease)
}
.nav-links a:hover,
.nav-links a.active, .mobile-links a.active {
    color: var(--gold2)
}
.nav-links a:hover:after,
.nav-links a.active:after {
    width: 100%
}
.nav-actions {
    display: flex;
    align-items: center;
    gap: 18px
}
.action-icon {
    color: #dce4ef;
    font-size: 17px;
    text-decoration: none;
    transition: .35s var(--ease)
}
.action-icon:hover {
    color: var(--gold2);
    transform: translateY(-3px) scale(1.08)
}
.btn-gold {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 11px 23px;
    border-radius: 30px;
    text-decoration: none;
    color: #111827;
    font-size: 15px;
    font-weight: 700;
    background: linear-gradient(135deg, #f8df91, #d8a937, #f5cf68);
    box-shadow: 0 10px 28px rgba(229, 189, 85, .2);
    overflow: hidden;
    transition: .45s var(--ease)
}
.btn-gold:before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(110deg, transparent 25%, rgba(255, 255, 255, .6), transparent 65%);
    transform: translateX(-130%);
    transition: .8s
}
.btn-gold:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 40px rgba(229, 189, 85, .35)
}
.btn-gold:hover:before {
    transform: translateX(130%)
}
.btn-outline {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 10px 23px;
    border: 1px solid rgba(255, 255, 255, .55);
    border-radius: 30px;
    text-decoration: none;
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    backdrop-filter: blur(8px);
    transition: .45s var(--ease)
}
.btn-outline:hover {
    border-color: var(--gold);
    background: rgba(229, 189, 85, .07);
    color: var(--gold2);
    transform: translateY(-4px);
    box-shadow: 0 10px 30px rgba(229, 189, 85, .12)
}
.menu-toggler {
    display: none;
    background: none;
    border: 0;
    color: #fff;
    font-size: 22px;
    cursor: pointer
}
.hero-carousel {
    height: 100vh;
    min-height: 680px;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center
}
.carousel-slide {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    opacity: 0;
    transform: scale(1.08);
    transition: opacity 1.2s ease, transform 7s ease;
    display: flex;
    align-items: center;
    justify-content: center
}
.carousel-slide.active {
    opacity: 1;
    transform: scale(1);
    z-index: 3
}
.carousel-slide:before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(2, 7, 17, .85), rgba(2, 7, 17, .3), rgba(2, 7, 17, .85)), linear-gradient(0deg, rgba(2, 7, 17, .9), transparent 55%, rgba(2, 7, 17, .5))
}
.carousel-slide:after {
    content: "";
    position: absolute;
    width: 500px;
    height: 500px;
    border-radius: 50%;
    background: rgba(57, 123, 255, .09);
    filter: blur(100px);
    left: -250px;
    top: 25%
}
.carousel-content {
    position: relative;
    z-index: 3;
    max-width: 950px;
    padding: 120px 25px 40px
}
.carousel-content>* {
    opacity: 0;
    transform: translateY(35px)
}
.carousel-slide.active .carousel-content>* {
    animation: heroIn .9s var(--ease) forwards
}
.carousel-slide.active .ceylon-badge {
    animation-delay: .1s
}
.carousel-slide.active h1 {
    animation-delay: .2s
}
.carousel-slide.active p {
    animation-delay: .3s
}
.carousel-slide.active .hero-buttons {
    animation-delay: .4s
}
@keyframes heroIn {
    to {
        opacity: 1;
        transform: translateY(0)
    }
}
.ceylon-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 18px;
    border: 1px solid rgba(229, 189, 85, .65);
    border-radius: 30px;
    background: rgba(229, 189, 85, .08);
    color: var(--gold2);
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    box-shadow: 0 0 35px rgba(229, 189, 85, .08)
}
.hero-carousel h1 {
    font-size: 85px;
    font-weight: 700;
    line-height: 1.08;
    margin: 25px 0 22px;
    text-shadow: 0 15px 40px rgba(0, 0, 0, .5)
}
.hero-carousel h1 span {
    color: var(--gold2);
    font-style: italic
}
.hero-carousel p {
    max-width: 760px;
    margin: auto;
    color: #c2cbd8;
    font-size: 17px;
    line-height: 1.8
}
.hero-buttons {
    display: flex;
    justify-content: center;
    gap: 14px;
    margin-top: 32px
}
.section {
    max-width: 1500px;
    margin: auto;
    padding: 115px 40px;
    opacity: 0;
    transform: translateY(75px);
    transition: opacity 1s var(--ease), transform 1s var(--ease)
}
.section.visible {
    opacity: 1;
    transform: translateY(0)
}
.section-header {
    text-align: center;
    max-width: 780px;
    margin: 0 auto 55px
}
.section-header:before {
    content: "";
    display: block;
    width: 55px;
    height: 2px;
    margin: 0 auto 18px;
    background: linear-gradient(90deg, var(--gold), var(--gold2));
    box-shadow: 0 0 15px rgba(229, 189, 85, .35)
}
.section-header h2 {
    font-size: 50px;
    font-weight: 500;
    margin-bottom: 14px
}
.section-header p {
    color: var(--muted);
    font-size: 15px;
    line-height: 1.75
}
.categories-grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 16px
}
.category-card {
    height: 300px;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    text-decoration: none;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: flex-end;
    box-shadow: var(--shadow);
    opacity: 0;
    transform: translateY(55px);
    transition: .6s var(--ease);
    isolation: isolate
}
.visible .category-card {
    animation: itemUp .85s var(--ease) forwards
}
.visible .category-card:nth-child(1) {
    animation-delay: .05s
}
.visible .category-card:nth-child(2) {
    animation-delay: .12s
}
.visible .category-card:nth-child(3) {
    animation-delay: .19s
}
.visible .category-card:nth-child(4) {
    animation-delay: .26s
}
.visible .category-card:nth-child(5) {
    animation-delay: .33s
}
.visible .category-card:nth-child(6) {
    animation-delay: .4s
}
@keyframes itemUp {
    to {
        opacity: 1;
        transform: translateY(0)
    }
}
.category-card:before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(0deg, rgba(2, 7, 17, .96), rgba(2, 7, 17, .12) 72%);
    transition: .5s
}
.category-card:after {
    content: "";
    position: absolute;
    inset: 0;
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 20px;
    box-shadow: inset 0 0 0 rgba(229, 189, 85, 0);
    transition: .5s
}
.category-card:hover {
    transform: translateY(-12px) scale(1.02);
    box-shadow: 0 30px 65px rgba(0, 0, 0, .65), 0 0 35px rgba(57, 123, 255, .12)
}
.category-card:hover:before {
    background: linear-gradient(0deg, rgba(2, 7, 17, .98), rgba(57, 123, 255, .16) 70%)
}
.category-card:hover:after {
    border-color: rgba(229, 189, 85, .7);
    box-shadow: inset 0 0 35px rgba(229, 189, 85, .1)
}
.category-content {
    position: relative;
    z-index: 2;
    width: 100%;
    padding: 24px 18px
}
.category-content h3 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 8px
}
.category-content span {
    display: flex;
    align-items: center;
    gap: 7px;
    color: var(--gold2);
    font-size: 15px;
    font-weight: 700
}
.category-content span i {
    transition: .35s
}
.category-card:hover .category-content span i {
    transform: translateX(7px)
}
.shape-section {
    position: relative;
    padding: 90px 40px;
    background: linear-gradient(110deg, rgba(57, 123, 255, .045), rgba(164, 119, 255, .045), rgba(32, 201, 151, .035));
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
    overflow: hidden
}
.shape-section:before,
.shape-section:after {
    content: "";
    position: absolute;
    border-radius: 50%;
    filter: blur(90px);
    pointer-events: none
}
.shape-section:before {
    width: 450px;
    height: 450px;
    background: rgba(57, 123, 255, .07);
    left: -220px;
    top: -220px
}
.shape-section:after {
    width: 400px;
    height: 400px;
    background: rgba(164, 119, 255, .05);
    right: -200px;
    bottom: -200px
}
.shape-grid {
    max-width: 1100px;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 14px;
    position: relative;
    z-index: 2
}
.shape-item {
    padding: 27px 10px;
    text-align: center;
    text-decoration: none;
    border: 1px solid var(--line);
    border-radius: 17px;
    background: rgba(255, 255, 255, .025);
    opacity: 0;
    transform: translateY(45px);
    transition: .5s var(--ease)
}
.shape-section.visible .shape-item {
    animation: itemUp 1.5s var(--ease) forwards
}
.shape-section.visible .shape-item:nth-child(1) {
    animation-delay: .06s
}
.shape-section.visible .shape-item:nth-child(2) {
    animation-delay: .14s
}
.shape-section.visible .shape-item:nth-child(3) {
    animation-delay: .22s
}
.shape-section.visible .shape-item:nth-child(4) {
    animation-delay: .30s
}
.shape-section.visible .shape-item:nth-child(5) {
    animation-delay: .38s
}
.shape-section.visible .shape-item:nth-child(6) {
    animation-delay: .46s
}
.shape-item svg{
    transition: .5s
}
.shape-item:hover svg{
    transform: scale(1.2) rotate(7deg);
}
.shape-item svg path, .shape-item svg rect, .shape-item svg line, .shape-item svg polyline, .shape-item svg polygon, .shape-item svg circle, .shape-item svg ellipse {
   stroke-width: 2;
   stroke: #0F1320;
   transition: .3s
}
.shape-item:hover svg{
    filter: hue-rotate(95deg) invert(1);
}
.shape-item p {
    margin-top: 13px;
    color: #d8e0ec;
    font-size: 15px;
    font-weight: 700
}
.shape-item:hover {
    transform: translateY(-9px);
    border-color: rgba(229, 189, 85, .7);
    background: linear-gradient(145deg, rgba(229, 189, 85, .08), rgba(57, 123, 255, .05));
    box-shadow: 0 18px 40px rgba(0, 0, 0, .35), 0 0 25px rgba(229, 189, 85, .08)
}
.shape-item:hover img {
    transform: scale(1.18) rotate(7deg)
}
.product-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 22px
}
.product-card {
    position: relative;
    background: linear-gradient(145deg, rgba(14, 29, 49, .92), rgba(7, 17, 31, .95));
    border: 1px solid var(--line);
    border-radius: 19px;
    overflow: hidden;
    text-decoration: none;
    opacity: 0;
    transform: translateY(50px);
    transition: .55s var(--ease)
}
.visible .product-card {
    animation: itemUp .85s var(--ease) forwards
}
.visible .product-card:nth-child(1) {
    animation-delay: .05s
}
.visible .product-card:nth-child(2) {
    animation-delay: .13s
}
.visible .product-card:nth-child(3) {
    animation-delay: .21s
}
.visible .product-card:nth-child(4) {
    animation-delay: .29s
}
.product-card:hover {
    transform: translateY(-11px);
    border-color: rgba(229, 189, 85, .6);
    box-shadow: 0 30px 60px rgba(0, 0, 0, .55), 0 0 30px rgba(57, 123, 255, .08)
}
.product-img-box {
    height: 290px;
    position: relative;
    overflow: hidden;
    background: #02050b
}
.stock-badge{
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    min-height: 28px;
    padding: 0 10px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 700;
    backdrop-filter: blur(8px);
}
.stock-badge i {
    font-size: 7px;
}
.stock-badge.in-stock {
    border: 1px solid rgba(98,210,149,.3);
    background: rgba(8,35,25,.86);
    color: #7be0aa;
}
.stock-badge.out-of-stock {
    border: 1px solid rgba(230,92,92,.3);
    background: rgba(55,15,18,.88);
    color: #ff8b8b;
}
.product-img-box:after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(115deg, transparent 30%, rgba(255, 255, 255, .16), transparent 50%);
    transform: translateX(-130%);
    transition: .9s
}
.product-card:hover .product-img-box:after {
    transform: translateX(130%)
}
.product-img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .8s var(--ease)
}
.product-card:hover .product-img-box img {
    transform: scale(1.1)
}
.ceylon-tag {
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 3;
    padding: 6px 10px;
    border-radius: 7px;
    color: var(--gold2);
    font-size: 15px;
    font-weight: 700;
    background: rgba(4, 8, 17, .8);
    border: 1px solid rgba(229, 189, 85, .5);
    backdrop-filter: blur(8px)
}
.product-details {
    padding: 20px
}
.product-title {
    font-family: 'Playfair Display', serif;
    font-size: 18px;
    line-height: 1.45;
    margin-bottom: 12px;    
    letter-spacing: 0.5px;
}
.product-meta {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    color: var(--muted);
    font-size: 14px
}
.product-price-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 18px;
    padding-top: 15px;
    border-top: 1px solid var(--line);    
    letter-spacing: 0.5px;
}
.price-val {
    display: block;
    color: var(--gold2);
    font-family: 'Playfair Display', serif;
    font-size: 22px;
    font-weight: 700
}
.per-carat {
    display: block;
    margin-top: 2px;
    color: #7f8da3;
    font-size: 14px
}
.product-price-box i {
    transition: .35s
}
.product-card:hover .product-price-box i {
    transform: translateX(5px)
}
.dual-explore-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px
}
.explore-block {
    height: 430px;
    border-radius: 22px;
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: flex-end;
    padding: 42px;
    text-decoration: none;
    background-size: cover;
    background-position: center;
    opacity: 0;
    transform: translateY(55px);
    transition: .6s var(--ease);
    box-shadow: var(--shadow);
}
.visible .explore-block {
    animation: itemUp .9s var(--ease) forwards
}
.visible .explore-block:nth-child(2) {
    animation-delay: .15s
}
.explore-block:before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(0deg, rgba(2, 7, 17, .97), rgba(2, 7, 17, .12) 72%);
    transition: .5s
}
.explore-block:after {
    content: "";
    position: absolute;
    inset: 14px;
    border: 1px solid rgba(255, 255, 255, .13);
    border-radius: 16px;
    transition: .5s
}
.explore-block:hover {
    transform: translateY(-12px);
    box-shadow: 0 30px 70px rgba(0, 0, 0, .6), 0 0 35px rgba(229, 189, 85, .1)
}
.explore-block:hover:before {
    background: linear-gradient(0deg, rgba(2, 7, 17, .98), rgba(57, 123, 255, .14) 72%)
}
.explore-block:hover:after {
    border-color: rgba(229, 189, 85, .55)
}
.explore-content {
    position: relative;
    z-index: 2;
    max-width: 520px
}
.explore-content h3 {
    font-size: 38px;
    font-weight: 500;
    margin-bottom: 12px
}
.explore-content p {
    color: #aeb9ca;
    font-size: 15px;
    line-height: 1.75;
    margin-bottom: 20px
}
.explore-content span {
    color: var(--gold2) !important;
    font-size: 15px;
    font-weight: 700
}
.explore-content span i {
    transition: .35s
}
.explore-block:hover .explore-content span i {
    transform: translateX(7px)
}
.trust-banner-container{
    max-width: 1500px;
    margin: 0px auto 0px;
    opacity: 0;
    transform: translateY(60px);
    transition: opacity 1s var(--ease), transform 1s var(--ease);
    padding-top: 0px;
}
.trust-banner {
    padding: 55px 40px;
    border: 1px solid rgba(229, 189, 85, .2);
    border-radius: 24px;
    background: radial-gradient(circle at 15% 50%, rgba(57, 123, 255, .08), transparent 32%), radial-gradient(circle at 85% 50%, rgba(164, 119, 255, .08), transparent 32%), rgba(10, 20, 36, .75);
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 35px;
    position: relative;
    overflow: hidden;
}
.trust-banner-container.visible {
    opacity: 1;
    transform: translateY(0)
}
.trust-item {
    text-align: center;
    padding: 10px;
    opacity: 0;
    transform: translateY(40px)
}
.trust-banner-container.visible .trust-item {
    animation: itemUp .8s var(--ease) forwards
}
.trust-banner-container.visible .trust-item:nth-child(1) {
    animation-delay: .05s
}
.trust-banner-container.visible .trust-item:nth-child(2) {
    animation-delay: .15s
}
.trust-banner-container.visible .trust-item:nth-child(3) {
    animation-delay: .25s
}
.trust-item i {
    font-size: 32px;
    color: var(--gold);
    margin-bottom: 18px;
    transition: .4s
}
.trust-item:nth-child(2) i {
    color: var(--blue2)
}
.trust-item:nth-child(3) i {
    color: var(--emerald)
}
.trust-item:hover i {
    transform: scale(1.18) rotate(-6deg);
    filter: drop-shadow(0 0 12px currentColor)
}
.trust-item h4 {
    font-size: 18px;
    margin-bottom: 9px
}
.trust-item p {
    max-width: 310px;
    margin: auto;
    color: var(--muted);
    font-size: 15px;
    line-height: 1.75
}
footer {
    background: #02050b;
    border-top: 1px solid rgba(229, 189, 85, .16);
    padding: 80px 40px 25px
}
.footer-grid {
    max-width: 1450px;
    margin: 0 auto 60px;
    display: grid;
    grid-template-columns: 1.2fr 1fr 1fr 1.2fr;
    gap: 50px
}
.footer-col h5 {
    font-size: 18px;
    color: var(--gold2);
    margin-bottom: 20px
}
.footer-col p,
.footer-col li,
.footer-col a {
    font-size: 15px;
    line-height: 1.8;
    color: #8f9bae
}
.footer-col ul {
    list-style: none
}
.footer-col li {
    margin-bottom: 8px
}
.footer-col a {
    text-decoration: none;
    transition: .3s
}
.footer-col a:hover {
    color: #fff;
    padding-left: 4px
}
.footer-col li i {
    color: var(--gold);
    margin-right: 7px
}
.footer-socials {
    display: flex;
    gap: 12px;
    margin-top: 18px
}
.footer-socials a {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: rgba(255, 255, 255, .07);
    border: 1px solid rgba(255, 255, 255, .1);
    color: #fff !important;
    padding: 0 !important;
    transition: .35s
}
.footer-socials a:hover {
    background: var(--gold);
    border-color: var(--gold);
    color: #030711 !important;
    transform: translateY(-5px) rotate(4deg);
    box-shadow: 0 10px 25px rgba(229, 189, 85, .25)
}
.footer-bottom {
    max-width: 1450px;
    margin: auto;
    padding-top: 25px;
    border-top: 1px solid rgba(255, 255, 255, .08);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    color: #8995a8;
    font-size: 14px
}
.footer-bottom p {
    margin: 0
}
.footer-bottom a {
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    transition: .3s
}
.footer-bottom a:hover{
    color: var(--gold);
}
.mobile-drawer {
    position: fixed;
    top: 0;
    right: -100%;
    width: min(380px, 88%);
    height: 100vh;
    background: linear-gradient(160deg, #0c1a2e, #030711);
    z-index: 3000;
    padding: 30px;
    box-shadow: -20px 0 60px rgba(0, 0, 0, .65);
    border-left: 1px solid rgba(229, 189, 85, .2);
    transition: .55s var(--ease)
}
.mobile-drawer.open {
    right: 0
}
.drawer-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 55px
}
.close-drawer {
    background: none;
    border: 0;
    color: #fff;
    font-size: 23px;
    cursor: pointer;
    transition: .3s
}
.close-drawer:hover {
    color: var(--gold);
    transform: rotate(90deg)
}
.mobile-links {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 23px;
    margin-bottom: 40px
}
.mobile-links a {
    display: block;
    text-decoration: none;
    font-family: 'Playfair Display', serif;
    font-size: 22px;
    color: #e8edf5;
    transition: .35s
}
.mobile-links a:hover {
    color: var(--gold2);
    padding-left: 9px
}
.drawer-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, .78);
    backdrop-filter: blur(4px);
    z-index: 2500;
    opacity: 0;
    visibility: hidden;
    transition: .4s
}
.drawer-overlay.active {
    opacity: 1;
    visibility: visible
}
@media(max-width:1250px) {
    .categories-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr))
    }
    .product-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr))
    }
    .shape-grid {
        grid-template-columns: repeat(3, 1fr)
    }
    .nav-links {
        gap: 20px
    }
}
@media(max-width:992px) {
    .top-bar {
        display: none
    }
    .nav-links {
        display: none
    }
    .menu-toggler {
        display: block
    }
    .nav-actions .btn-gold {
        display: none
    }
    .main-nav {
        padding: 14px 25px
    }
    .hero-carousel h1 {
        font-size: 50px
    }
    .footer-grid {
        grid-template-columns: repeat(2, 1fr)
    }
    .product-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr))
    }
    .trust-banner{
        margin: 20px 25px 110px;
    }
}
@media(max-width:600px) {
    .main-nav {
        padding: 13px 10px
    }
    .logo-circle {
        width: 42px;
        height: 42px
    }
    .logo-text {
        font-size: 21px
    }
    .nav-actions {
        gap: 15px
    }
    .hero-carousel {
        min-height: 620px
    }
    .carousel-content {
        padding: 100px 20px 40px
    }
    .hero-carousel h1 {
        font-size: 38px
    }
    .hero-carousel p {
        font-size: 14px
    }
    .hero-buttons {
        flex-direction: column;
        align-items: center
    }
    .hero-buttons a {
        width: 200px
    }
    .section {
        padding: 80px 10px
    }
    .section-header {
        margin-bottom: 38px
    }
    .section-header h2 {
        font-size: 32px
    }
    .categories-grid {
        grid-template-columns: 1fr 1fr;
        justify-items: center;
        gap: 18px
    }
    .category-card {
        width: 100%;
        height: 250px
    }
    .shape-section {
        padding: 70px 10px
    }
    .shape-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px
    }
    .shape-item {
        padding: 22px 8px
    }
    .ceylon-badge{
        font-size: 12px;
    }
    .btn-gold, .btn-outline {
        font-size: 13px
    }
    .category-content h3{
        font-size: 18px;
    }
    .category-content span{
        font-size: 14px;
    }
    .product-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .product-img-box {
        height: 200px
    }
    .ceylon-tag{
        font-size: 10px;
        padding: 2px 8px;
        border-radius: 6px;
    }
    .product-title{
        font-size: 16px;
    }
    .product-meta{
        font-size: 12px;
    }
    .price-val{
        font-size: 20px;
    }
    .per-carat{
        font-size: 12px;
    }
    .dual-explore-grid {
        grid-template-columns: 1fr
    }
    .explore-block {
        height: 360px;
        padding: 30px
    }
    .explore-content h3 {
        font-size: 32px
    }
    .trust-banner {
        grid-template-columns: 1fr;
        margin: 0 10px 80px;
        padding: 45px 10px
    }
    .footer-grid {
        grid-template-columns: 1fr;
        gap: 35px;
        margin-bottom: 40px
    }
    .footer-bottom {
        flex-direction: column;
        justify-content: center;
        text-align: center;
        gap: 8px
    }
    .footer-bottom p {
        width: 100%;
        text-align: center
    }
    .mobile-drawer {
        padding: 25px
    }
    .drawer-header {
        margin-bottom: 45px
    }
}
@media(prefers-reduced-motion:reduce) {
    *,
    *:before,
    *:after {
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
        scroll-behavior: auto !important;
        transition-duration: .01ms !important
    }
}





/* privacy policy */
.privacy {
    overflow: hidden;
    background: var(--bg);
    color: var(--text);
}
.privacy-hero {
    position: relative;
    padding: 160px 40px 40px;
    text-align: center;
    background: radial-gradient(circle at 50% 45%, rgba(229, 189, 85, .06), transparent 38%);
}
.privacy-hero-content {
    position: relative;
    z-index: 1;
    max-width: 850px;
    margin: 0 auto;
}
.section-label {
    display: inline-block;
    margin-bottom: 18px;
    color: var(--gold);
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1.8px;
}
.privacy-hero h1 {
    margin: 0 0 20px;
    font-family: 'Playfair Display', serif;
    font-size: 58px;
    font-weight: 700;
    line-height: 1.1;
}
.privacy-hero p {
    max-width: 700px;
    margin: 0 auto;
    color: var(--muted);
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 16px;
    line-height: 1.8;
}
.privacy-content {
    max-width: 1050px;
    margin: 0 auto;
    padding: 0 20px 100px;
}
.privacy-card {
    padding: 45px;
    border: 1px solid var(--line);
    border-radius: 20px;
    background: var(--surface);
    box-shadow: var(--shadow);
}
.privacy-intro {
    margin-bottom: 45px;
    padding-bottom: 35px;
    border-bottom: 1px solid var(--line);
}
.privacy-intro p {
    margin: 0;
    color: var(--muted);
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 15px;
    line-height: 1.85;
}
.privacy-section {
    margin-bottom: 42px;
}
.privacy-section:last-child {
    margin-bottom: 0;
}
.privacy-section h2 {
    margin: 0 0 18px;
    color: var(--text);
    font-family: 'Playfair Display', serif;
    font-size: 27px;
    font-weight: 700;
    line-height: 1.3;
}
.privacy-section p {
    margin: 0 0 15px;
    color: var(--muted);
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 14px;
    line-height: 1.85;
}
.privacy-section p:last-child {
    margin-bottom: 0;
}
.privacy-section ul {
    margin: 15px 0 0;
    padding-left: 22px;
}
.privacy-section li {
    margin-bottom: 10px;
    color: var(--muted);
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 14px;
    line-height: 1.8;
}
.privacy-section li:last-child {
    margin-bottom: 0;
}
.privacy-section strong {
    color: var(--text);
    font-weight: 700;
}
.privacy-contact {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
    margin-top: 22px;
}
.privacy-contact-item {
    padding: 20px;
    border: 1px solid var(--line);
    border-radius: 14px;
    background: var(--surface2);
}
.privacy-contact-item span {
    display: block;
    margin-bottom: 7px;
    color: var(--gold);
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.privacy-contact-item a,
.privacy-contact-item p {
    margin: 0;
    color: var(--text);
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 14px;
    line-height: 1.7;
    text-decoration: none;
}
.privacy-contact-item a:hover {
    color: var(--gold);
}
.privacy-bottom {
    max-width: 1050px;
    margin: 0 auto;
    padding: 0 20px 100px;
}
.privacy-bottom-card {
    padding: 55px 35px;
    border: 1px solid rgba(229, 189, 85, .18);
    border-radius: 20px;
    background:
        radial-gradient(circle at 50% 0%, rgba(229, 189, 85, .08), transparent 45%),
        var(--surface);
    text-align: center;
}
.privacy-bottom-card h2 {
    margin: 0 0 15px;
    font-family: 'Playfair Display', serif;
    font-size: 34px;
    font-weight: 700;
}
.privacy-bottom-card p {
    max-width: 650px;
    margin: 0 auto 25px;
    color: var(--muted);
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 14px;
    line-height: 1.8;
}
.privacy-bottom .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 11px 25px;
    border-radius: 30px;
    background: linear-gradient(135deg, #f8df91, #d8a937, #f5cf68);
    color: #111827;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    box-shadow: 0 10px 28px rgba(229, 189, 85, .2);
    transition: .45s var(--ease);
}

.privacy-bottom .btn:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 40px rgba(229, 189, 85, .35);
}
@media (max-width: 768px) {
    .privacy-hero {
        padding: 100px 20px 65px;
    }
    .privacy-hero h1 {
        font-size: 42px;
    }
    .privacy-card {
        padding: 30px 22px;
    }
    .privacy-section h2 {
        font-size: 24px;
    }
    .privacy-contact {
        grid-template-columns: 1fr;
    }
    .privacy-bottom {
        padding-bottom: 70px;
    }
    .privacy-bottom-card {
        padding: 40px 22px;
    }
    .privacy-bottom-card h2 {
        font-size: 29px;
    }
}
@media (max-width: 480px) {
    .privacy-hero h1 {
        font-size: 36px;
    }
    .privacy-hero p {
        font-size: 14px;
    }
}
















/* product pages */
.products{
    margin-top: 30px;
}
.product-header {
    max-width: 850px;
    margin: 0 auto 42px;
    text-align: center;
}

.product-header h1 {
    margin: 0 0 12px;
    color: var(--gold);
    font-family: "Playfair Display", serif;
    font-size: clamp(36px, 5vw, 62px);
    line-height: 1.1;
}

.product-header p {
    margin: 0;
    color: rgba(255,255,255,.68);
    font-size: 15px;
    line-height: 1.8;
}

.product-category-carousel {
    position: relative;
    margin-bottom: 42px;
}

.product-category-track-wrapper {
    overflow: hidden;
    margin: 0 42px;
}

.product-category-track {
    display: flex;
    gap: 18px;
    overflow-x: auto;
    scroll-behavior: smooth;
    scrollbar-width: none;
    padding: 4px 2px 8px;
}

.product-category-track::-webkit-scrollbar {
    display: none;
}

.product-category-card {
    position: relative;
    flex: 0 0 calc((100% - 89px) / 6);
    min-height: 165px;
    overflow: hidden;
    border: 1px solid rgba(229,189,85,.13);
    border-radius: 18px;
    background: var(--surface);
    text-decoration: none;
    transition: transform .25s ease, border-color .25s ease;
}

.product-category-card:hover,
.product-category-card.active {
    border-color: rgba(229,189,85,.6);
}

.product-category-card:hover {
    transform: translateY(-4px);
}

.product-category-card img {
    display: block;
    width: 100%;
    height: 165px;
    object-fit: cover;
    transition: transform .35s ease;
}

.product-category-card:hover img {
    transform: scale(1.06);
}

.product-category-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: flex-end;
    padding: 18px;
    background: linear-gradient(
        to top,
        rgba(4,8,17,.94),
        rgba(4,8,17,.08) 72%
    );
}

.product-category-overlay span {
    color: #fff;
    font-family: "Playfair Display", serif;
    font-size: 19px;
    font-weight: 600;
}

.product-category-arrow {
    position: absolute;
    top: 50%;
    z-index: 3;
    width: 38px;
    height: 38px;
    transform: translateY(-50%);
    border: 1px solid rgba(229,189,85,.25);
    border-radius: 50%;
    background: rgba(7,17,31,.9);
    color: var(--gold);
    cursor: pointer;
    transition: .2s ease;
}

.product-category-arrow:hover {
    border-color: rgba(229,189,85,.7);
    background: rgba(229,189,85,.08);
}

.product-category-arrow.left {
    left: 0;
}

.product-category-arrow.right {
    right: 0;
}

.product-toolbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 25px;
}

.product-filter-buttons {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

.product-filter-button {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 42px;
    padding: 0 16px;
    border: 1px solid rgba(229,189,85,.2);
    border-radius: 999px;
    background: rgba(10,22,39,.7);
    color: rgba(255,255,255,.8);
    font-family: inherit;
    font-size: 13px;
    cursor: pointer;
    transition: .2s ease;
}

.product-filter-button:hover,
.product-filter-button.active {
    border-color: rgba(229,189,85,.6);
    background: rgba(229,189,85,.08);
    color: var(--gold);
}

.product-sort {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
}

.product-sort-label {
    color: rgba(255,255,255,.55);
    font-size: 12px;
    white-space: nowrap;
}

.product-sort-select {
    min-height: 42px;
    padding: 0 13px;
    border: 1px solid rgba(229,189,85,.2);
    border-radius: 10px;
    outline: none;
    background: rgba(10,22,39,.7);
    color: rgba(255,255,255,.82);
    font-family: inherit;
    font-size: 13px;
}

.product-sort-select option {
    background: var(--bg2);
    color: #fff;
}

.product-result-count {
    color: rgba(255,255,255,.5);
    font-size: 15px;
    white-space: nowrap;
}

.product-filter-backdrop {
    position: fixed;
    inset: 0;
    z-index: 1000;
    visibility: hidden;
    background: rgba(0,0,0,.55);
    opacity: 0;
    transition: .3s ease;
}

.product-filter-backdrop.open {
    visibility: visible;
    opacity: 1;
}

.product-filter-panel {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1001;
    width: min(460px,100%);
    height: 100vh;
    overflow-y: auto;
    padding: 28px;
    border-left: 1px solid rgba(229,189,85,.16);
    background: var(--bg2);
    box-shadow: -20px 0 50px rgba(0,0,0,.35);
    transform: translateX(100%);
    transition: transform .3s ease;
}

.product-filter-panel.open {
    transform: translateX(0);
}

.product-filter-panel-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    margin-bottom: 26px;
}

.product-filter-panel-header h2 {
    margin: 0;
    color: #fff;
    font-family: "Playfair Display", serif;
    font-size: 27px;
}

.product-filter-close {
    width: 40px;
    height: 40px;
    border: 1px solid rgba(255,255,255,.1);
    border-radius: 50%;
    background: transparent;
    color: #fff;
    cursor: pointer;
}

.product-filter-group {
    padding: 22px 0;
    border-top: 1px solid rgba(255,255,255,.08);
}

.product-filter-group:first-of-type {
    padding-top: 0;
    border-top: 0;
}

.product-filter-group-title {
    display: block;
    margin-bottom: 14px;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
}

.product-filter-options {
    display: grid;
    grid-template-columns: repeat(2,minmax(0,1fr));
    gap: 9px;
}

.product-filter-check {
    display: flex;
    align-items: flex-start;
    gap: 9px;
    padding: 9px 11px;
    border: 1px solid rgba(255,255,255,.07);
    border-radius: 10px;
    background: rgba(255,255,255,.025);
    color: rgba(255,255,255,.72);
    font-size: 13px;
    line-height: 1.45;
    cursor: pointer;
}

.product-filter-check:hover {
    border-color: rgba(229,189,85,.3);
}

.product-filter-check input {
    margin-top: 2px;
    accent-color: var(--gold);
}

.product-filter-range {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

.product-filter-range label {
    display: block;
    margin-bottom: 6px;
    color: rgba(255,255,255,.5);
    font-size: 13px;
}

.product-filter-input {
    width: 100%;
    min-height: 44px;
    box-sizing: border-box;
    padding: 0 13px;
    border: 1px solid rgba(255,255,255,.1);
    border-radius: 10px;
    outline: none;
    background: rgba(255,255,255,.035);
    color: #fff;
    font-family: inherit;
}

.product-filter-input:focus {
    border-color: rgba(229,189,85,.65);
}

.product-filter-panel-actions {
    position: sticky;
    bottom: -28px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin: 26px -28px -28px;
    padding: 18px 28px;
    background: linear-gradient(
        to top,
        var(--bg2) 70%,
        rgba(7,17,31,0)
    );
}

.product-filter-apply,
.product-filter-clear {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    border-radius: 10px;
    font-family: inherit;
    font-weight: 700;
    cursor: pointer;
}

.product-filter-apply {
    border: 0;
    background: var(--gold);
    color: #05080e;
}

.product-filter-clear {
    border: 1px solid rgba(255,255,255,.1);
    background: transparent;
    color: rgba(255,255,255,.75);
    text-decoration: none;
}

.product-gallery-empty {
    padding: 70px 25px;
    border: 1px solid rgba(229,189,85,.1);
    border-radius: 18px;
    background: rgba(10,22,39,.5);
    text-align: center;
}

.product-gallery-empty i {
    margin-bottom: 18px;
    color: var(--gold);
    font-size: 35px;
}

.product-gallery-empty h2 {
    margin: 0 0 8px;
    color: #fff;
    font-family: "Playfair Display", serif;
}

.product-gallery-empty p {
    margin: 0;
    color: rgba(255,255,255,.55);
}

.product-category-banners {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
    margin-bottom: 45px;
}

.product-category-banner {
    position: relative;
    min-height: 300px;
    overflow: hidden;
    border: 1px solid rgba(229,189,85,.15);
    border-radius: 20px;
    background: var(--surface);
    text-decoration: none;
    transition: transform .3s ease, border-color .3s ease;
}

.product-category-banner:hover {
    transform: translateY(-5px);
    border-color: rgba(229,189,85,.55);
}

.product-category-banner img {
    display: block;
    width: 100%;
    height: 300px;
    object-fit: cover;
    transition: transform .45s ease;
}

.product-category-banner:hover img {
    transform: scale(1.06);
}

.product-category-banner.active {
    border-color: rgba(229,189,85,.75);
}

.product-category-banner-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 20px;
    padding: 30px;
    background: linear-gradient(
        to top,
        rgba(4,8,17,.95),
        rgba(4,8,17,.15) 75%
    );
}

.product-category-banner-overlay div {
    min-width: 0;
}

.product-category-banner-overlay span {
    display: block;
    margin-bottom: 7px;
    color: var(--gold);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.product-category-banner-overlay h2 {
    margin: 0;
    color: #fff;
    font-family: "Playfair Display", serif;
    font-size: clamp(28px, 4vw, 42px);
    line-height: 1.1;
}

.product-category-banner-overlay i {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 46px;
    height: 46px;
    border: 1px solid rgba(229,189,85,.4);
    border-radius: 50%;
    color: var(--gold);
    background: rgba(4,8,17,.55);
    transition: transform .3s ease, background .3s ease;
}

.product-category-banner:hover .product-category-banner-overlay i {
    transform: translateX(4px);
    background: rgba(229,189,85,.1);
}

@media (max-width: 700px) {
    .product-category-banners {
        grid-template-columns: 1fr;
        gap: 16px;
        margin-bottom: 35px;
    }

    .product-category-banner,
    .product-category-banner img {
        min-height: 230px;
        height: 230px;
    }

    .product-category-banner-overlay {
        padding: 22px;
    }
}

@media (max-width: 1100px) {
    .product-category-card {
        flex-basis: calc((100% - 72px) / 5);
    }
}
@media (max-width: 1000px) {
    .products{
        margin-top: 10px;
    }
}

@media (max-width: 850px) {
    .product-toolbar {
        align-items: flex-start;
        flex-direction: column;
    }

    .product-sort {
        width: 100%;
    }

    .product-sort-select {
        flex: 1;
    }

    .product-category-card {
        flex-basis: calc((100% - 56px) / 4);
    }
}

@media (max-width: 600px) {

    .product-category-track-wrapper {
        margin: 0 34px;
    }

    .product-category-card {
        flex-basis: calc((100% - 18px) / 2);
        min-height: 145px;
    }

    .product-category-card img {
        height: 145px;
    }

    .product-category-overlay {
        padding: 14px;
    }

    .product-category-overlay span {
        font-size: 17px;
    }

    .product-filter-panel {
        padding: 22px;
    }

    .product-filter-options,
    .product-filter-range {
        grid-template-columns: 1fr;
    }

    .product-filter-panel-actions {
        margin: 26px -22px -22px;
        padding: 16px 22px;
    }
}
