
		* {
			margin: 0; padding: 0; box-sizing: border-box;
		}
		body {
			font-family: "Lexend", sans-serif;
			font-optical-sizing: auto;
			font-style: normal;
			font-weight: 300;
			font-size: 14px;
			background: #fff;
		}

		h3 {
			font-size: 1.0rem;
		}

        /* Navbar saat di-scroll */
.navbar.navbar-scrolled {
    background: #fff !important;
    box-shadow: 0 6px 18px rgba(0,0,0,0.12);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1030;
    transition: all 0.3s ease;
}

.navbar.navbar-scrolled .nav-link,
.navbar.navbar-scrolled i {
    color: #000 !important;
}

.navbar.navbar-scrolled .navbar-brand img {
    filter: brightness(100%);
}


		/* Top bar (scrolls away) */
		.top-bar {
			font-size: 0.7rem;
			color: #000;
			background: #eaeaea;
			z-index: 1020; /* above regular content but below fixed navbar when fixed */
			transition: transform .18s ease;
		}

        body.homepage .top-bar {
    background: transparent !important;
    color: #fff; /* biar teksnya kelihatan di background gelap */
}

		#rotating-text {
			display: inline-block;
			opacity: 0;
			transition: opacity 0.6s ease-in-out; /* smooth fade */
		}

		#rotating-text.show {
			opacity: 1;
		}

		/* Full screen on small screens */
		.custom-offcanvas {
			width: 100% !important;
		}

		/* Navbar base (in normal flow) */
		.navbar {
			background: rgba(255,255,255,1.0) !important;
			transition: background 0.3s ease, box-shadow .2s ease, transform .18s ease;
			padding: 0.5rem 1rem;
			z-index: 1030;
			position: relative; /* keep it in flow initially */
			box-shadow: 0 6px 18px rgba(0,0,0,0.12);
		}

		/* Class applied when navbar becomes fixed */
		.navbar.is-fixed {
			position: fixed;
			top: 0;
			left: 0;
			right: 0;
			width: 100%;
			box-shadow: 0 6px 18px rgba(0,0,0,0.12);
			background: #fff !important;
			transform: translateY(0);
		}

		/* placeholder to avoid content jump (initially hidden) */
		#nav-placeholder {
			display: none;
			height: 0;
			width: 100%;
		}

.navbar-transparent {
    background: transparent !important;
    box-shadow: none !important;
    position: absolute;
    top: 30px; /* jarak navbar dari top */
    left: 0;
    width: 100%;
    z-index: 1030;
    transition: top 0.3s ease;
}

.navbar-transparent .nav-link,
.navbar-transparent i {
    color: white !important;
    transition: color 0.3s ease;
}

.navbar-transparent .navbar-brand img {
    filter: brightness(100%);
}

/* Logo saat navbar di-scroll */
.navbar.navbar-scrolled .navbar-brand img {
    filter: none !important; /* logo asli */
}

@media (max-width: 575.98px) {
    .navbar-transparent .navbar-brand img {
        height: 30px;
    }
}


		.accordion-button::after {
		  display: none; /* remove default Bootstrap arrow */
		}
		.accordion-button .custom-icon {
			margin-left: auto;
			transition: transform 0.3s ease;
		}
		.accordion-button:not(.collapsed) .custom-icon {
			transform: rotate(90deg); /* rotate when open */
		}

		/* Style for non-accordion link to match header */
		.accordion-link {
			display: flex;
			align-items: center;
			width: 100%;
			padding: 1rem;
			font-size: 0.9rem;
			font-weight: 400;
			background-color: #fff;
			border: none;
			text-decoration: none;
			color: inherit;                 /* keep text color same */
		}
		.accordion-link:hover {
			background-color: #f8f9fa;
			color: inherit;                 /* keep text color same */
		}
		/* Ensure padding left is consistent */
		.accordion-link, .accordion-button {
			padding-left: 1.5rem !important;
		}
		.accordion-body {
			padding-left: 2.5rem !important;
		}
		.accordion-body a {
			font-size: 0.9rem;
			color: inherit;
			text-decoration: none;
		}

		/* Style active link */
		.accordion-button.active,
		.accordion-link.active,
		.accordion-body a.active {
			background-color: #eaeaea;
			font-weight: bold;
			color: #000 !important; /* custom highlight color */
		}

		.accordion-button:focus {
			box-shadow: none;   /* remove glow */
			outline: none;      /* remove outline */
		}
		.accordion-button:not(.collapsed) {
			background-color: transparent;  /* keep it same */
			color: inherit;                 /* keep text color same */
			box-shadow: none;               /* no shadow */
		}

		/* small helpers */
		.text-justify { text-align: justify; }
		footer { font-size: 12px; }

		.social-icons i {
			font-size: 14px;  /* smaller than default, try 14px or 12px */
		}


		/* Fix invalid HTML CSS comment replacement (custom button styles) */
		/* Custom Button Styles */
		.btn-purple { background-color: #5a34a1; border-color: #5a34a1; color: #fff; }
		.btn-purple:hover { background-color: #2ba8e0; border-color: #2ba8e0; color: #fff; }

		@media (max-width: 575.98px) {
			.navbar-brand img { height: 36px; }
		}

		.homesection1-section {
			position: relative;
			justify-content: center;
			align-items: center;
			overflow: hidden;
			width: 100%;
			height: auto;
			display: block;
		}

		.homesection1-bg {
			width: 100%;
			height: 100%; /* let the image keep its natural height */
			display: block;
			object-fit: cover;
		}

		.homesection1-section .homesection1-content {
			position: absolute; /* overlay on top of image */
			z-index: 1;
			text-align: center;
			color: #fff;
			top: 40%;
			left: 50%;
			transform: translate(-50%, -50%);
			width: 90%;
		}

		.homesection1-section .overlay {
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
			background-color: rgba(0, 0, 0, 0.30); /* black with 60% opacity */
			z-index: 0;
		}

		.homesection1-content h2 {
			font-size: 3.5rem; /* default for large screens */
			margin-bottom: 1rem;
			font-weight: 600;
		}

		.homesection1-content h3 {
			font-size: 2.5rem; /* default for large screens */
			margin-bottom: 1rem;
			font-weight: 600;
		}

		.homesection1-content p {
			font-size: 1.2rem;
			margin-bottom: 1.5rem;
			color: #fff;
		}

		.homesection2-section {
			position: relative;
			justify-content: center;
			align-items: center;
			overflow: hidden;
			width: 100%;
			height: auto;
			display: block;
		}

		.homesection2-bg {
			width: 100%;
			height: 100%; /* let the image keep its natural height */
			display: block;
			object-fit: cover;
		}

		.homesection2-section .homesection2-content {
			position: absolute; /* overlay on top of image */
			z-index: 1;
			text-align: center;
			color: #fff;
			top: 40%;
			left: 50%;
			transform: translate(-50%, -50%);
		}

		.homesection2-section .overlay {
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
			background-color: rgba(0, 0, 0, 0.30); /* black with 60% opacity */
			z-index: 0;
		}

		.homesection2-content h2 {
			font-size: 3.5rem; /* default for large screens */
			margin-bottom: 1rem;
			font-weight: 600;
		}

		.homesection2-content p {
			font-size: 4rem;
			margin-bottom: 1.5rem;
			color: #fff;
			font-weight: 600;
		}

		/* Button style */
		.btn-view {
			display: inline-block;
			padding: 12px 30px;
			border: 1px solid #fff;
			color: #fff;
			text-decoration: none;
			font-size: 1rem;
			border-radius: 8px;
			transition: 0.3s ease-in-out;
		}

		.btn-view:hover {
			background: #fff;
			color: #000;
		}

		.homesection3-section {
			position: relative;
			width: 100%;
			overflow: hidden;
		}

		/* Image keeps its natural height */
		.homesection3-bg {
			width: 100%;
			height: auto;
			display: block;
		}

		/* Overlay covers whole section */
		.homesection3-section .overlay {
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
			background-color: rgba(0, 0, 0, 0.30);
			z-index: 1;
		}

		/* Content sits on top of image */
		.homesection3-content {
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
			z-index: 2;
			display: flex;
			align-items: center; /* vertical centering */
			color: #fff;
		}

		.homesection3-content h1 {
			font-size: 3rem;
			font-weight: 700;
		}

		.homesection3-content h5 {
			font-size: 1.5rem;
			font-weight: 400;
		}

		.homesection3-content p {
			font-size: 1.2rem;
			margin-bottom: 1.5rem;
			color: #fff;
		}

		.product-highlight-1 {
			position: relative;
			height: 100vh; /* full screen hero */
			overflow: hidden;
		}

		.product-highlight-1 .image-wrapper {
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
			z-index: 0;
			display: flex;
			justify-content: center; /* center horizontally */
			align-items: flex-end;   /* stick to bottom */
		}

		.product-highlight-1-bg {
			max-width: 100%;
			height: auto;
			object-fit: cover;
		}

		.product-highlight-1 .overlay {
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
			background: rgba(0,0,0,0.4);
			z-index: 1;
		}

		.product-highlight-1 .container {
			position: relative;
			z-index: 2; /* bring text above overlay */
		}

		.category-grid {
			display: grid;
			grid-template-columns: repeat(3, 1fr);
			gap: 5px;
			width: 100%;
			margin: 0 auto;
		}

		.grid-item {
			position: relative;
			overflow: hidden;
		}

		.grid-item img {
			width: 100%;
			height: auto;
			display: block;
			transition: transform 0.3s ease;
		}

		.grid-item:hover img {
			transform: scale(1.05);
		}

		.grid-item .overlay {
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
			background: rgba(0,0,0,0.2);
			color: #fff;
			display: flex;
			flex-direction: column;
			justify-content: flex-start;  /* push content to the top */
			align-items: flex-start;      /* align text to left */
			text-align: left;
			padding: 10px; /* space from edges */
		}

		.grid-item .overlay h3 {
			font-size: 1.8rem;
			line-height: 1.8rem;
			margin: 0 0 0.1rem 0;
		}

		.grid-item .overlay a {
			color: #fff;
			text-decoration: underline;
			font-size: 1rem;
			margin: 0 0 0.1rem 0;
		}

		.ecatalog-text {
			color: inherit;
		}

		.ecatalog-text a {
			color: inherit;
			text-decoration: underline;
		}

		.best-sellers .section-title {
			text-align: center;
			font-weight: bold;
			font-size: 1.1rem;
			margin-bottom: 2.5rem;
		}

		.best-seller-name {
			font-size: 1.0rem;
			line-height: 1.0rem;
			font-weight: 600;
			text-align: center;
			margin-top: 5px;
		}

		.best-seller-category {
			font-size: 0.8rem;
			line-height: 0.8rem;
			color: #555;
			text-align: center;
			margin-top: 3px;
		}

		.best-seller-price {
			font-size: 0.9rem;
			line-height: 0.9rem;
			font-weight: 500;
			color: #D4AF37;
			text-align: center;
			margin-top: 3px;
		}

		.video-segment {
			position: relative;
			min-height: 100vh; /* Full screen height */
			overflow: hidden;
		}

		.video-wrapper {
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
			z-index: 0;
			overflow: hidden;
		}

		.video-bg {
			width: 100%;
			height: 100%;
			object-fit: cover; /* Keep video cover style */
		}

		.video-segment .overlay {
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
			background: rgba(0,0,0,0.4); /* Dark overlay */
		}

		.video-segment .container {
			position: relative;
			z-index: 2;
		}

		.video-segment h1,
		.video-segment h5,
		.video-segment p {
			text-shadow: 0 2px 6px rgba(0,0,0,0.6);
		}

		.subscription-section {
			padding: 30px 15px;
			background: #fff;
		}

		.subscription-text {
			margin-bottom: 15px;
			font-size: 0.7rem;
			color: #333;
		}

		.subscription-form {
			display: flex;
			border: 1px solid #ccc;
			border-radius: 4px;
			overflow: hidden;
			max-width: 100%;
		}

		.subscription-input {
			flex: 1;
			padding: 10px;
			border: none;
			outline: none;
			font-size: 0.7rem;
		}

		.subscription-btn {
			padding: 10px 20px;
			border: none;
			background: #fff;
			color: #000;
			font-size: 0.7rem;
			font-weight: 500;
			cursor: pointer;
			transition: background 0.3s ease-in-out;
		}

		.subscription-btn:hover {
			background: #333;
			color: #fff;
		}

/*PAGE PRODUCT LIST */
        .product-card {
            border: none;
            text-align: center;
            padding: 3px;
            background: #fff;
			position: relative;
			margin-bottom: 20px;
        }
        .product-card img {
            width: 100%;
            height: auto;
        }

		.product-info {
			padding: 0px;
			position: relative;
		}

		.product-name {
			font-size: 1.0rem;
			line-height: 1.0rem;
			font-weight: 600;
			text-align: left;
			margin-top: 5px;
		}

		.product-type {
			font-size: 0.8rem;
			line-height: 0.8rem;
			color: #555;
			text-align: left;
			margin-top: 3px;
		}

		.product-labels {
			display: flex;
			justify-content: flex-start;
			align-items: center;
			gap: 8px;
			margin-top: 8px;

			/*
			position: absolute;
			top: 0px;
			right: 0px;
			display: flex;
			gap: 5px;
			align-items: center;
			*/
		}

		/* IN STOCK badge */
		.in-stock {
			display: inline-block;
			font-size: 0.75rem;
			font-weight: 400;
			padding: 3px 5px;
			border-radius: 0px;
			line-height: 1;
			background: #f3f4f5;
			color: #2fa84b;
			box-shadow: none;
			align-self: flex-start;
			/*
			background: #2fa84b;
			color: #ffffff;
			*/
		}

		.new-label {
			/*
			position: absolute;
			top: 4px;
			left: 5px;
			display: flex;
			z-index: 100;
			*/
			font-size: 0.75rem;
			font-weight: 400;
			padding: 3px 5px;
			border-radius: 0px;
			line-height: 1;
			background: #f3f4f5;
			color: #333;
			box-shadow: none;
			align-self: flex-start;
		}

		.from {
			font-size: 0.7rem;
			line-height: 0.7rem;
			color: #777;
			font-weight: 400;
			text-align: left;
			margin-top: 10px;
		}

		.price {
			font-size: 0.9rem;
			line-height: 0.9rem;
			font-weight: 500;
			color: #D4AF37;
			text-align: left;
			margin-top: 3px;
		}

		/* New price (after discount) */
		.price-after {
			font-size: 0.9rem;
			line-height: 0.9rem;
			font-weight: 500;
			color: #c90000;
			text-align: left;
			margin-top: 3px;
		}

		/* Old price (before discount) */
		.price-before {
			font-size: 0.7rem;
			line-height: 0.7rem;
			font-weight: 300;
			color: #999;
			text-decoration: line-through;
			text-align: left;
			margin-top: 2px;
		}

		.product-image-link,
		.product-info-link {
			display: block;
			text-decoration: none;
			color: inherit; /* keep text colors */
		}

		.product-info-link:hover .product-name {
			text-decoration: underline; /* highlight name on hover */
		}


		.image-wrapper-card {
			position: relative;
		}

		.wishlist-btn {
			position: absolute;
			top: 10px;
			right: 10px;
			border: none;
			padding: 0 0;
			cursor: pointer;
			z-index: 999;
			background: transparent;
		}

		.wishlist-btn:hover {
			color: #D4AF37;
			font-size: 16px;
		}

		.wishlist-btn i {
			color: #D4AF37;
			font-size: 16px;
		}

		.wishlist-btn.active i {
			color: #D4AF37;
		}


        /* Center dots below the image */
        .owl-dots {
            margin-top: 10px;
        }
		/* Position dots */
		.owl-dots {
			text-align: center;    /* center align */
			margin-top: 0px;      /* spacing below the carousel */
		}

		/* Default dot style */
		.owl-dot {
			display: inline-block;
			margin: 0 5px;
		}

		.owl-dot span {
			width: 6px;
			height: 6px;
			background: #ccc;
			border-radius: 50%;
			display: block;
			transition: all 0.3s ease;
		}

		/* Active dot */
		.owl-dot.active span {
			background: #333;   /* your theme color */
			transform: scale(1.2); /* make it larger */
		}
/*PAGE PRODUCT LIST */

/*PAGE PRODUCT DETAIL */

        .product-gallery img {
            width: 100%;
            border-radius: 6px;
        }
        /* Product Info */
        .detail-product-info {
            padding: 10px 0;
			position: relative;
        }

		.detail-wishlist-btn {
			position: absolute;
			top: 15px;
			right: 15px;
			background: transparent;
			border: none;
			padding: 10px;
			cursor: pointer;
			transition: all 0.2s ease-in-out;
			z-index: 4;
		}

		.detail-wishlist-btn:hover {
			background: transparent;
			transform: scale(1.1);
		}

		.detail-wishlist-btn i {
			color: #D4AF37;
			font-size: 18px;
		}

		.detail-wishlist-btn.active i {
			color: #D4AF37;
		}

        .detail-product-name {
            font-size: 1.1rem;
			line-height: 1.1rem;
            font-weight: 600;
            margin-bottom: 8px;
        }
        .detail-product-designer {
            font-size: 0.7rem;
			line-height: 0.7rem;
            color: #777;
            margin-bottom: 15px;
        }
        .designer-link {
			color: #D4AF37 !important;
			text-decoration: none !important;
        }
        .detail-product-type {
            font-size: 0.7rem;
			line-height: 0.7rem;
            color: #D4AF37;
            margin-bottom: 5px;
        }
		.detail-product-size {
			font-size: 0.7em;
			line-height: 0.7rem;
			color: #555;
			margin-bottom: 12px;
			font-style: italic;
		}
        .detail-product-price {
            display: flex;
            align-items: baseline;
            gap: 10px;
            margin-bottom: 15px;
        }
        .detail-product-price-ori {
			font-size: 1.1rem;
			line-height: 1.1rem;
			font-weight: 500;
			color: #D4AF37;
			text-align: left;
			margin-top: 3px;
        }
        .detail-product-price-after {
			font-size: 1.1rem;
			line-height: 1.1rem;
			font-weight: 500;
			color: #c90000;
			text-align: left;
			margin-top: 3px;
        }
        .detail-product-price-before {
			font-size: 0.8rem;
			line-height: 0.8rem;
			font-weight: 300;
			color: #9d9d9d;
			text-decoration: line-through;
			font-style: italic;
			text-align: left;
			margin-top: 2px;
			line-height: 1.4;
        }
        .detail-product-payment {
            display: flex;
            gap: 5px;
            align-items: center;
			text-align: center;
			font-size: 12px;
			max-width: 220px;
			padding: 0px 0px;
            margin-bottom: 15px;
        }
        .cicilan {
			font-size: 12px;
			font-weight: 800;
        }
        .detail-product-payment img {
            height: 20px;
        }
        .detail-product-labels {
            display: flex;
            align-items: center;
            gap: 15px;
            margin-bottom: 15px;
        }
        .detail-product-new-label {
			font-size: 0.65rem;
			font-weight: 400;
			padding: 3px 5px;
			border-radius: 0px;
			line-height: 1;
			background: #f3f4f5;
			color: #333;
			box-shadow: none;
			align-self: flex-start;
        }
        .detail-product-in-stock {
			display: inline-block;
			font-size: 0.65rem;
			font-weight: 400;
			padding: 3px 5px;
			border-radius: 0px;
			line-height: 1;
			background: #f3f4f5;
			color: #2fa84b;
			box-shadow: none;
			align-self: flex-start;
        }
   .detail-product-pdelivery {
    display: flex;
    align-items: center;
    gap: 7px;
    font-size: 0.7rem;
    color: #666;
    margin-top: 5px;
    margin-left: -5px;
}

        .detail-product-pdescription {
            font-size: 0.7rem;
            color: #444;
            line-height: 1.3rem;
			text-align: left;
        }


		.detail-product-variant-title {
			font-size: 0.9rem;
			font-weight: 400;
			color: #333;
			margin-bottom: 15px;
		}
		.detail-product-variant-item {
			padding: 12px 12px;
			color: inherit;
			transition: background 0.2s;
		}
		.detail-product-variant-item:hover {
			background: #fafafa;
		}
		.variant-border-all {
			border: 1px solid #eee;
		}
		.variant-border-bottom {
			border-bottom: 1px solid #eee;
		}
		.variant-name {
			font-size: 0.8rem;
			font-weight: 500;
			color: #333;
		}
		.variant-size {
			font-size: 0.7em;
			line-height: 0.7rem;
			color: #555;
			margin-bottom: 5px;
			font-style: italic;
		}
		.variant-from {
			font-size: 0.7rem;
			line-height: 0.7rem;
			color: #777;
			font-weight: 400;
			text-align: left;
			margin-top: 5px;
		}
		.variant-price {
			font-size: 0.8em;
			line-height: 0.8rem;
			font-weight: 600;
			color: #D4AF37;
			margin-top: 5px;
		}
		.variant-arrow {
			font-size: 1.5rem;
			color: #D4AF37;
			font-weight: bold;
		}

		.product-desc {
            font-size: 0.7rem;
            color: #444;
            line-height: 1.3rem;
			text-align: left;
			margin-left: -40px;
		}

		.product-dimesion {
            font-size: 0.7rem;
            color: #444;
            line-height: 1.3rem;
			text-align: left;
		}

		.detail-product-fabrics-title {
			font-size: 0.9rem;
			font-weight: 400;
			color: #333;
			margin-bottom: 15px;
		}
		.detail-product-fabrics-item {
			padding: 12px 12px;
			color: inherit;
			transition: background 0.2s;
		}
		.detail-product-fabrics-item:hover {
			background: #fafafa;
		}


		/* Full screen on small screens */
		.custom-offcanvas-bottom {
			height: 100% !important;
		}

		.thumb-item {
			text-align: center;
			margin-bottom: 20px;
		}
		.thumb-item img {
			width: 100%;
			height: auto;
			border-radius: 8px;
			object-fit: cover;
		}
		.thumb-title {
			margin-top: 8px;
			font-weight: 500;
		}
		.thumb-price {
			font-size: 14px;
			color: #666;
		}
/*PAGE PRODUCT DETAIL */

		/* Responsive font sizes */
		@media (max-width: 992px) { /* medium devices / tablets */
			.homesection1-content h2 {
				font-size: 2rem;
			}
			.homesection1-content h3 {
				font-size: 1.7rem;
				margin-bottom: 0.1rem;
			}
			.homesection1-content p {
				font-size: 1rem;
			}
			.homesection2-content h2 {
				font-size: 2rem;
			}
			.homesection2-content p {
				font-size: 2rem;
			}
			.homesection3-content h1 {
				font-size: 2rem;
			}
			.homesection3-content h1 {
				font-size: 1rem;
			}
			.homesection3-content p {
				font-size: 1rem;
			}
			.category-grid {
				grid-template-columns: repeat(3, 1fr);
			}
			.grid-item .overlay h3 {
				font-size: 1.5rem;
				line-height: 1.5rem;
				margin: 0 0 0.1rem 0;
			}
		}

		@media (max-width: 768px) {
			.product-highlight-1-bg {
				width: auto;
				height: 100%;
			}
		}

		/* Small screen adjustments */
		@media (max-width: 576px) { /* small devices / mobile */
			.homesection1-content h2 {
				font-size: 1.1rem;
				margin-bottom: 0.5rem;
			}
			.homesection1-content h3 {
				font-size: 0.9rem;
				margin-bottom: 0.1rem;
			}
			.homesection1-content p {
				font-size: 0.7rem;
				margin-bottom: 0.5rem;
			}
			.homesection2-content h2 {
				font-size: 1.1rem;
				margin-bottom: 0.1rem;
			}
			.homesection2-content p {
				font-size: 1.5rem;
				margin-bottom: 0.5rem;
			}
			.homesection3-content h1 {
				font-size: 1rem;
				margin-bottom: 0.1rem;
			}
			.homesection3-content h5 {
				font-size: 0.8rem;
				margin-bottom: 0.1rem;
			}
			.homesection3-content p {
				font-size: 0.7rem;
				margin-bottom: 0.5rem;
			}
			.btn-view {
				font-size: 0.8rem;
				padding: 5px 10px;
			}

			.features {
				display: grid;
				grid-template-columns: repeat(2, 1fr);
				gap: 20px 40px; /* row gap & column gap */
				width: 100%;
				margin: 0 auto;
				padding: 30px 20px;
				background: #f7f7f7; /* light background */
			}

			.feature-item {
				display: flex;
				align-items: center;
				font-size: 0.7rem;
				color: #333;
			}

			.feature-item img {
				max-width: 40px;
				margin-right: 10px;
				color: #444;
			}

			.category-grid {
				grid-template-columns: repeat(2, 1fr);
			}
			.grid-item .overlay h3 {
				font-size: 1.0rem;
				line-height: 1.0rem;
				margin: 0 0 0.1rem 0;
			}
			.grid-item .overlay a {
				font-size: 0.7rem;
				margin: 0 0 0.1rem 0;
				text-decoration: none;
			}
		}


		@media (min-width: 577px) { /* medium devices / tablets */

			.features {
				display: flex;
				justify-content: space-around;
				flex-wrap: wrap;
				gap: 20px;
				padding: 30px;
				text-align: center;
				background: #f7f7f7; /* light background */
			}

			.feature-item {
				display: flex;
				flex-direction: column; /* 👈 Icon on top, text below */
				align-items: center;
				justify-content: center;
				width: 120px; /* adjust as needed */
			}

			.feature-item img {
				max-width: 50px;
				margin-bottom: 8px; /* spacing between icon and text */
				color: #333; /* custom color */
			}

			.feature-item span {
				font-size: 0.8rem;
				font-weight: 300;
			}
		}


		@media (min-width: 768px) { /* medium devices / tablets */

			.custom-offcanvas {
				width: 50% !important;
			}

			.custom-offcanvas-bottom {
				height: 50% !important;
			}

		}

		.static-content p {
			color: #555;
			font-size: 0.8rem;
			line-height: 1.4rem;
			margin-bottom: 16px;
		}

		.static-content ul {
			color: #555;
			font-size: 0.8rem;
			line-height: 1.4rem;
			margin-bottom: 16px;
		}









/*PAGE BRAND HISTORY */
		.hero-section {
            position: relative;
            text-align: center;
            color: white;
        }
        .hero-section img {
            width: 100%;
            height: auto;
            object-fit: cover;
        }
        .hero-overlay {
            position: absolute;
            top: 40%;
            left: 50%;
            transform: translate(-50%, -50%);
            font-size: 1.5rem;
            font-weight: bold;
            text-shadow: 0 2px 6px rgba(0,0,0,0.6);
        }
        .history-section {
            padding: 10px 10px;
            text-align: center;
        }
        .history-section p {
			color: #555;
			font-size: 0.8rem;
			line-height: 1.4rem;
			margin-bottom: 16px;
        }
        .history-period {
            margin-bottom: 50px;
        }
        .history-period h4, .history-year {
            font-size: 0.7rem;
            font-weight: 700;
            margin-bottom: 5px;
        }
        .history-period h5, .history-title {
            font-size: 0.9rem;
            font-weight: 600;
            margin-bottom: 15px;
        }
        .btn-outline-gold {
            border: 1px solid #d4a017;
            color: #d4a017;
            border-radius: 50px;
            padding: 5px 10px;
            font-size: 0.7rem;
        }
        .btn-outline-gold:hover {
            background-color: #d4a017;
            color: #fff;
        }
/*PAGE BRAND HISTORY */

/*PAGE OUR VALUES */
		.values-section {
			padding: 20px 20px;
			text-align: center;
		}

		.values-section .quote-text {
			font-size: 1.0rem;
			font-style: italic;
			font-weight: 400;
			color: #333;
			margin-bottom: 10px;
		}

		.values-section .quote-name {
			font-size: 0.8rem;
			font-weight: 600;
			color: #777;
			margin-bottom: 40px;
		}

		.values-period {
			max-width: 600px;
			margin: 30px auto;
			text-align: center;
		}

		.values-period .value-image {
			width: 80px;
			height: 80px;
			object-fit: cover;
			margin-bottom: 20px;
		}

		.values-period h5 {
			font-size: 1.2rem;
			font-weight: 700;
			margin-bottom: 10px;
			color: #222;
		}

		.values-period p {
			color: #555;
			font-size: 0.8rem;
			line-height: 1.4rem;
			margin-bottom: 16px;
		}

		.btn-outline-gold {
			border: 1px solid #d4a017;
			color: #d4a017;
			border-radius: 50px;
			padding: 5px 10px;
			font-size: 0.7rem;
			transition: all 0.3s ease;
		}

		.btn-outline-gold:hover {
			background-color: #d4a017;
			color: #fff;
		}
/*PAGE BRAND VALUES */

/*PAGE STORE */
		.store-card {
			background: #fff;
			border: 1px solid #eee;
			border-radius: 8px;
			overflow: hidden;
			box-shadow: 0 3px 12px rgba(0,0,0,0.08);
			transition: transform 0.3s ease, box-shadow 0.3s ease;
			margin-bottom: 30px;
		}
		.store-card:hover {
			transform: translateY(-5px);
			box-shadow: 0 6px 18px rgba(0,0,0,0.12);
		}

		/* Store Image */
		.store-image img {
			width: 100%;
			height: auto;
			display: block;
			border-bottom: 1px solid #f1f1f1;
		}

		/* Store Details */
		.store-details {
			padding: 20px;
			font-size: 0.95rem;
			color: #444;
		}

		/* Store Title & Location */
		.store-name {
			font-size: 1.25rem;
			font-weight: 700;
			color: #222;
			margin-bottom: 0px;
			text-transform: uppercase;
		}
		.store-location {
			font-size: 1rem;
			font-weight: 500;
			color: #d4a017; /* gold accent */
			margin-bottom: 12px;
		}
		.store-address {
			font-size: 0.9rem;
			line-height: 1.5;
			margin-bottom: 15px;
			color: #555;
		}

		/* Google Map Iframe */
		.store-details iframe {
			width: 100%;
			height: 220px;
			border-radius: 6px;
			margin-bottom: 15px;
		}

		/* Store Opening Hours */
		.store-hours {
			background: #fafafa;
			border-left: 4px solid #d4a017; /* gold accent */
			padding: 12px 15px;
			margin: 15px 0;
			border-radius: 4px;
		}

		.store-hours .hours-title {
			font-weight: 600;
			color: #222;
			margin-bottom: 15px;
		}

		.store-hours .hours-detail {
			font-size: 0.9rem;
			color: #555;
			line-height: 1.5;
		}


		/* Links (WhatsApp, Phone, Email) */
		.store-links {
			margin-top: 12px;
		}
		.store-links a {
			display: block;
			font-size: 0.9rem;
			margin-bottom: 8px;
			color: #d4a017;
			text-decoration: none;
			transition: color 0.3s;
		}
		.store-links a i {
			margin-right: 8px;
		}
		.store-links a:hover {
			color: #b68a0d;
			text-decoration: underline;
		}

		/* Responsive */
		@media (max-width: 768px) {
			.store-card {
				margin: 15px auto;
			}
			.store-details iframe {
				height: 180px;
			}
		}
/*PAGE STORE */

/*PAGE DISTRIBUTOR */
		.distributorcontact-block {
			background: #fff;
			border: 1px solid #e0e0e0;
			border-radius: 10px;
			padding: 20px 25px;
			margin: 20px 0;
			box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
			transition: transform 0.2s ease, box-shadow 0.2s ease;
		}

		.distributorcontact-block:hover {
			transform: translateY(-3px);
			box-shadow: 0 6px 16px rgba(0, 0, 0, 0.1);
		}

		.distributorcontact-block h5 {
			font-weight: 700;
			font-size: 0.8rem;
			margin-bottom: 15px;
			color: #222;
		}

		.distributorcontact-item {
			font-size: 0.8rem;
			color: #444;
			line-height: 1.5rem;
		}

		.distributorcontact-item span {
			font-weight: 600;
			display: inline-block;
			margin-bottom: 5px;
		}

		.distributorcontact-item a {
			color: #d4a017; /* gold accent */
			font-weight: 500;
			text-decoration: none;
		}

		.distributorcontact-item a:hover {
			text-decoration: underline;
		}

		.distributorcontact-item i {
			color: #d4a017;
			margin-right: 8px;
			width: 18px; /* align icons neatly */
			text-align: center;
		}
/*PAGE DISTRIBUTOR */

/*PAGE CAREER */
		.career-section {
			padding: 20px 20px;
		}
		.career-title {
			font-size: 0.5rem;
			font-weight: 600;
			margin-bottom: 20px;
		}
		.career-card {
			background: #f9f9f9;
			border-radius: 8px;
			padding: 10px;
			margin-bottom: 20px;
			box-shadow: 0 2px 6px rgba(0,0,0,0.05);
			transition: transform 0.2s ease-in-out;
		}
		.career-card:hover {
		  transform: translateY(-3px);
		}
		.career-meta {
			font-size: 0.7rem;
			color: #555;
			margin-bottom: 3px;
		}
		.career-position {
			font-weight: 700;
			font-size: 0.9rem;
			margin-bottom: 10px;
		}
		.career-desc {
			font-size: 0.7rem;
			color: #666;
		}
/*PAGE CAREER */

/*PAGE FAQ */

		.faq-section {
			max-width: 800px;
			margin: auto;
			font-weight: 300;
		}
		.faq-category {
			font-size: 0.8rem;
			font-weight: 600;
			margin-top: 30px;
			margin-bottom: 15px;
		}
		.faq-question {
			font-size: 0.7rem;
		}
		.faq-icon {
			color: #d9a404;
			margin-right: 10px;
		}
		.faq-answer {
			font-size: 0.7rem;
		}
/*PAGE FAQ */

/*PAGE REQUEST PROJECT */

        .collaborate-section {
            background: #fff;
        }
        .collaborate-number {
            font-size: 64px;
            font-weight: 700;
            color: #000;
            min-width: 80px;
            text-align: center;
        }
        .collaborate-box {
            padding: 40px 25px;
            border-radius: 0;
        }
        .collaborate-title {
            font-weight: 600;
            margin-bottom: 8px;
            font-size: 18px;
        }
        .collaborate-text {
            font-size: 15px;
            color: #555;
        }
/*PAGE REQUEST PROJECT */

/*PAGE ARTICLE LIST */
		.article-card {
			background: #fff;
			overflow: hidden;
			margin-bottom: 15px;
			display: flex;
			flex-direction: column;
			height: 100%;
			border-bottom: thin solid #e1e1e1;
		}

		.article-image-wrapper img {
			width: 100%;
			height: auto;
			display: block;
		}

		.article-info {
			padding: 10px;
			display: flex;
			flex-direction: column;
			flex-grow: 1;
			justify-content: space-between; /* push read more to bottom */
		}

		.article-title {
			font-size: 1.1rem;
			font-weight: 300;
			margin-bottom: 10px;
			color: #333;
			line-height: 1.4em;
			flex-grow: 1; /* make title area stretch */
		}

		.article-title-link {
			text-decoration: none;
			color: inherit;
		}

		a.artikellink {
			text-decoration: none;
			color: #D4AF37;
		}

		.read-more {
			margin-top: auto; /* push to bottom */
			display: inline-block;
			font-size: 0.9rem;
			color: #D4AF37;
			text-decoration: none;
			font-weight: 300;
		}

		.read-more:hover {
			text-decoration: underline;
			font-weight: 500;
		}
/*PAGE ARTICLE LIST */

/*PAGE ARTICLE DETAIL */

		.article-meta {
			font-size: 0.8rem;
			color: #888;
			margin-bottom: 10px;
		}

		.article-title-detail {
			font-size: 1.6rem;
			font-weight: 400;
			margin-bottom: 15px;
			color: #222;
			line-height: 1.9rem;
		}

		.article-content {
			margin-bottom: 30px;
		}

		.article-content p {
			color: #555;
			font-size: 0.8rem;
			line-height: 1.4rem;
			text-align: justify;
			margin-bottom: 16px;
		}

		a.artikellink {
			text-decoration: none;
			color: #D4AF37;
		}

		.article-footer {
			font-size: 0.8rem;
			color: #666;
		}

		.article-footer .footer-info {
			margin-bottom: 6px;
		}

		.article-footer .footer-label {
			width: 120px; /* adjust width for alignment */
			font-weight: 400;
		}

		.article-footer .footer-value {
			flex: 1;
		}

		.other-articles-title {
			font-size: 16px;
			font-weight: 600;
			color: #D4AF37;
		}

		.article-other-item {
			align-items: flex-start;
			text-decoration: none;
			color: inherit;
			transition: background 0.2s ease;
			padding: 5px;
			border-radius: 6px;
		}

		.article-other-item:hover {
			background: #f9f9f9;
		}

		.article-thumb {
			width: 70px;
			height: 70px;
			object-fit: cover;
			border-radius: 6px;
			margin-right: 15px;
		}

		.article-other-title {
			font-size: 15px;
			font-weight: 600;
			color: #222;
			margin-bottom: 5px;
		}

		.article-other-item:hover .article-other-title {
			color: #d18a00;
		}

		.article-other-date {
			font-size: 13px;
			color: #888;
		}
/*PAGE ARTICLE DETAIL */

/*PAGE DESIGNER LIST */

/* Designer Card */
		.designer-card {
			position: relative;
			border-radius: 12px;
			overflow: hidden;
			background: #fff;
			transition: transform 0.3s ease, box-shadow 0.3s ease;
			box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
		}

		.designer-card:hover {
			transform: translateY(-5px);
			box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
		}

		/* Image wrapper */
		.designer-image-wrapper {
			position: relative;
			overflow: hidden;
			border-radius: 12px;
		}

		/* Image */
		.designer-image-wrapper img {
			width: 100%;
			height: auto;
			display: block;
			transition: transform 0.4s ease;
			border-radius: 12px;
		}

		.designer-card:hover .designer-image-wrapper img {
			transform: scale(1.08);
		}

		/* Gradient Overlay */
		.designer-image-wrapper::after {
			content: "";
			position: absolute;
			bottom: 0;
			left: 0;
			right: 0;
			height: 40%;
			background: linear-gradient(to top, rgba(0,0,0,0.7), rgba(0,0,0,0));
			transition: opacity 0.3s ease;
			opacity: 1;
			border-radius: 0 0 12px 12px;
		}

		/* Designer name */
		.designer-name {
			position: absolute;
			bottom: 12px;
			left: 50%;
			transform: translateX(-50%);
			color: #fff;
			font-size: 1.1rem;
			font-weight: 600;
			text-align: center;
			z-index: 2;
			padding: 4px 10px;
			white-space: nowrap;
		}

		/* Remove underline from link */
		.designer-image-link {
			display: block;
			text-decoration: none;
			color: inherit;
			position: relative;
		}
/*PAGE DESIGNER LIST */

/*PAGE DESIGNER DETAIL */
		/* Designer Profile */
		.designer-profile {
			max-width: 800px;
			margin: 0px auto;
			background: #fff;
			border-radius: 12px;
			overflow: hidden;
			box-shadow: 0 4px 16px rgba(0,0,0,0.1);
		}

		.designer-profile img {
			width: 100%;
			height: auto;
			display: block;
		}

		.designer-details {
			padding: 20px 25px;
		}

		.designer-details h2 {
			font-size: 1.5rem;
			font-weight: 700;
			margin-bottom: 15px;
		}

		.designer-details p {
			font-size: 0.8rem;
			line-height: 1.4;
			text-align: justify;
			color: #333;
			margin-bottom: 1rem;
		}

		/* Signature Products */
		.signature-products {
			max-width: 800px;
			margin: 50px auto;
		}

		.signature-products h3 {
			font-size: 1.4rem;
			font-weight: 700;
			border-bottom: 2px solid #bababa;
			display: block;         /* full width */
			padding-bottom: 6px;
			margin-bottom: 30px;
		}

		.product-card {
			text-align: center;
			margin-bottom: 30px;
		}

		.product-card img {
			width: 100%;
			border-radius: 12px;
			transition: transform 0.3s ease;
		}

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

		.product-name {
			font-weight: 450;
			margin-top: 12px;
			font-size: 1rem;
             color: #000 !important;
		}

		.product-type {
			font-size: 0.7rem;
			color: #666;
		}

		.product-card-link {
			display: block;               /* make the link fill the card */
			text-decoration: none;        /* remove underline */
			color: inherit;               /* use the same text color as parent */
			transition: transform 0.3s ease, box-shadow 0.3s ease;
		}

        body.product-detail-page {
    padding-top: 90px; /* sesuaikan dengan tinggi header/nav */
}




/*PAGE DESIGNER DETAIL */

/*PAGE STORE */
