/*!
Theme Name: srj
Theme URI: https://github.com/webexpert/best-theme-for-jewellers
Author: webexpert
Author URI: http://webexpert.kunalvishal.in
Description: Jewelery Worlds Fastest Theme!
Version: 1.0.1
Tested up to: 6.6
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: best-theme-for-jewellers
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready, woocommerce, e-commerce, jewelry

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

srj is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

a:visited {
	color: #800080;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

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

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

/* Shri Ram Jewellers design system */
:root {
	--srj-gold: #8a6a35;
	--srj-black: #fdf1cd;
	--srj-white: #111111;
	--srj-muted: #5f5b53;
	--srj-bg-soft: #fff7e1;
	--srj-border: rgba(189, 154, 95, 0.35);
	--srj-grad-1: #e1cb9a;
	--srj-grad-2: #bd9a5f;
	--srj-radius: 16px;
}

body {
	font-family: "Poppins", sans-serif;
	color: #1f1f1f;
	background: var(--srj-black);
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Playfair Display", serif;
	color: #111111;
}

a {
	color: var(--srj-gold);
}

.site {
	background: radial-gradient(circle at top right, rgba(255, 255, 255, 0.65), transparent 35%), #fdf1cd;
}

.site-header {
	padding: 0 24px;
	border-bottom: 0;
	background: var(--srj-header-bg, rgba(253, 241, 205, 0.96));
	color: var(--srj-header-text, #1f1f1f);
	text-align: var(--srj-header-content-align, left);
	backdrop-filter: blur(8px);
}

.site-header,
.site-header *:not(a):not(.srj-header-cta):not(.srj-header-whatsapp) {
	color: var(--srj-header-text, #1f1f1f) !important;
}

.site-header a,
.site-header .srj-nav-bar a,
.site-header .srj-header-icons a,
.site-header .srj-header-whatsapp,
.site-header .srj-header-cta {
	color: var(--srj-header-link, #aa7f4e) !important;
}

.site-header--sticky-upper {
	z-index: 1200;
}

/* Menu bar should never be sticky */

/* Reliable "fixed" sticky behavior (controlled by JS) */
.site-header--sticky-upper .srj-header-topbar.srj-is-stuck {
	position: fixed;
	top: var(--srj-adminbar-h, 0px);
	left: 0;
	right: 0;
	width: 100%;
	padding-left: 24px;
	padding-right: 24px;
	background: rgba(253, 241, 205, 0.98);
	backdrop-filter: blur(8px);
	z-index: 1200;
}

.site-header--sticky-upper.srj-topbar-stuck {
	/* Keep menu bar in normal flow, pushed down */
	padding-top: var(--srj-sticky-topbar-h, 0px);
}

/* Prevent layout jump when fixed header/menu activates */
.site {
	padding-top: 0;
}

.site-title a,
.main-navigation a {
	color: #111111;
}

.srj-container {
	width: min(var(--srj-layout-max, 1140px), 92%);
	margin: 0 auto;
}

.srj-chip {
	display: inline-block;
	color: #2b2b2b;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	font-size: 0.76rem;
	margin-bottom: 8px;
}

.srj-section {
	padding: 48px 0;
}

.srj-hero {
	padding: 96px 0 72px;
	border-bottom: 1px solid var(--srj-border);
	position: relative;
	overflow: hidden;
}

.srj-hero::before,
.srj-hero::after {
	content: "";
	position: absolute;
	border-radius: 999px;
	pointer-events: none;
}

.srj-hero::before {
	width: 380px;
	height: 380px;
	background: radial-gradient(circle, rgba(255, 255, 255, 0.72), transparent 65%);
	top: -180px;
	right: -90px;
}

.srj-hero::after {
	width: 280px;
	height: 280px;
	background: radial-gradient(circle, rgba(225, 203, 154, 0.45), transparent 70%);
	bottom: -140px;
	left: -80px;
}

.srj-hero-layout {
	display: grid;
	grid-template-columns: 1.5fr 1fr;
	gap: 28px;
	align-items: center;
}

.srj-hero h1 {
	font-size: clamp(2rem, 5vw, 3.2rem);
	margin: 0 0 12px;
	max-width: 16ch;
}

.srj-hero p {
	color: #3d3d3d;
	max-width: 720px;
}

.srj-hero-badges {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 16px;
}

.srj-hero-badges span {
	background: rgba(255, 255, 255, 0.6);
	border: 1px solid var(--srj-border);
	border-radius: 999px;
	padding: 7px 12px;
	font-size: 0.78rem;
	font-weight: 600;
}

.srj-hero-cta {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin-top: 26px;
}

.srj-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 12px 22px;
	text-decoration: none;
	border-radius: 999px;
	font-weight: 600;
	border: 1px solid #8a6a35;
	transition: transform 0.25s ease, box-shadow 0.25s ease, background-color 0.25s ease, color 0.25s ease;
}

.srj-btn-primary {
	background: linear-gradient(135deg, var(--srj-grad-1), var(--srj-grad-2));
	color: #2f210c;
	border-color: #b08d53;
}

.srj-btn-outline {
	background: #fff7e6;
	color: #1c1d21;
	border-color: #9b7a45;
}

.srj-btn:hover {
	transform: translateY(-2px);
	box-shadow: 0 10px 22px rgba(189, 154, 95, 0.32);
}

.srj-btn-primary:hover {
	background: linear-gradient(135deg, #ecd9ac, #caa86f);
	color: #2f210c;
}

.srj-btn-outline:hover {
	background: #f5e8cc;
	color: #4d3716;
}

.srj-section-head {
	margin-bottom: 20px;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	gap: 16px;
	flex-wrap: wrap;
}

.srj-section-head h2 {
	margin: 0;
}

.srj-highlight-card {
	background: #fff7e1;
	border: 1px solid var(--srj-border);
	border-radius: var(--srj-radius);
	padding: 22px;
}

.srj-highlight-card h3 {
	margin-top: 0;
	margin-bottom: 14px;
}

.srj-highlight-card ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.srj-highlight-card li {
	display: flex;
	justify-content: space-between;
	gap: 12px;
	padding: 10px 0;
	border-bottom: 1px dashed rgba(189, 154, 95, 0.4);
}

.srj-highlight-card li:last-child {
	border-bottom: 0;
}

.srj-highlight-card span {
	color: var(--srj-muted);
}

.srj-highlight-card strong {
	color: #111;
}

.srj-pricing-panel {
	padding: 28px;
	border-radius: var(--srj-radius);
	background: linear-gradient(160deg, rgba(255, 255, 255, 0.45), rgba(225, 203, 154, 0.2));
	border: 1px solid var(--srj-border);
	box-shadow: 0 18px 30px rgba(189, 154, 95, 0.2);
	margin: 40px 0;
}

.srj-pricing-grid {
	display: grid;
	grid-template-columns: repeat(5, minmax(210px, 1fr));
	gap: 16px;
	overflow-x: auto;
	padding-bottom: 6px;
}

.srj-price-card {
	background: #f6efcf;
	border: 1px solid rgba(189, 154, 95, 0.35);
	border-radius: 12px;
	padding: 12px 14px;
	min-width: 210px;
	box-shadow: none;
	position: relative;
	overflow: hidden;
}

.srj-price-card::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(
		120deg,
		rgba(255, 255, 255, 0.34) 0%,
		rgba(255, 255, 255, 0.08) 40%,
		rgba(255, 255, 255, 0) 75%
	);
	pointer-events: none;
}

.srj-price-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 8px;
	margin-bottom: 8px;
}

.srj-rate-label {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	margin: 0;
	font-size: 0.65rem;
	font-weight: 700;
	letter-spacing: 0.03em;
	color: #8a6a35;
	text-transform: uppercase;
}

.srj-rate-label.is-silver {
	color: #6a6f7d;
}

.srj-rate-dot {
	width: 10px;
	height: 10px;
	border-radius: 999px;
	background: #d4af37;
	box-shadow: inset 0 0 0 1px rgba(90, 67, 29, 0.2);
}

.srj-rate-label.is-silver .srj-rate-dot {
	background: #adb4c2;
}

.srj-price-value {
	font-size: 1.35rem;
	font-weight: 700;
	margin: 0;
	color: #141414;
}

.srj-price-value span {
	font-size: 0.75rem;
	margin-left: 5px;
	color: var(--srj-muted);
}

.srj-price-change {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 3px 8px;
	border-radius: 999px;
	font-size: 0.7rem;
	font-weight: 700;
	margin: 0;
	line-height: 1.2;
}

.srj-price-up {
	color: #1f8a55;
	background: rgba(80, 196, 132, 0.16);
}

.srj-price-down {
	color: #c6465b;
	background: rgba(235, 98, 121, 0.16);
}

.srj-price-flat {
	color: #6b655b;
	background: rgba(130, 122, 110, 0.15);
}

.srj-updated-time {
	margin: 14px 0 0;
	font-size: 0.9rem;
	color: var(--srj-muted);
}

.srj-categories-grid,
.srj-products-grid,
.srj-trust-grid,
.srj-testimonial-grid {
	display: grid;
	gap: 16px;
}

.srj-categories-grid {
	grid-template-columns: repeat(4, minmax(180px, 1fr));
}

.srj-category-card,
.srj-product-card,
.srj-trust-card,
.srj-testimonial-grid blockquote {
	background: #fff7e1;
	border: 1px solid var(--srj-border);
	border-radius: 14px;
	padding: 18px;
	text-decoration: none;
	color: #1f1f1f;
	transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.srj-category-card:hover,
.srj-product-card:hover,
.srj-trust-card:hover,
.srj-testimonial-grid blockquote:hover {
	transform: translateY(-4px);
	box-shadow: 0 12px 24px rgba(189, 154, 95, 0.22);
}

.srj-products-grid {
	grid-template-columns: repeat(4, minmax(190px, 1fr));
}

.srj-product-card h3 a {
	color: #1f1f1f;
	text-decoration: none;
}

.srj-product-card img {
	width: 100%;
	aspect-ratio: 1 / 1;
	object-fit: cover;
	border-radius: 10px;
	margin-bottom: 12px;
	transition: transform 0.35s ease;
}

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

.srj-product-card h3 {
	margin-top: 0;
	margin-bottom: 8px;
	font-size: 1.05rem;
}

.srj-product-price {
	color: #1f1f1f;
	font-weight: 700;
}

.srj-bridal-banner {
	display: flex;
	justify-content: space-between;
	gap: 16px;
	align-items: center;
	background: linear-gradient(120deg, #f8edd1, #e7d0a2);
	color: #2d220f;
	border: 1px solid var(--srj-border);
	border-radius: var(--srj-radius);
	padding: 28px;
}

.srj-trust-grid {
	grid-template-columns: repeat(3, minmax(200px, 1fr));
}

.srj-testimonial-grid {
	grid-template-columns: repeat(2, minmax(220px, 1fr));
}

.srj-testimonial-grid blockquote {
	position: relative;
	padding-top: 28px;
}

.srj-testimonial-grid blockquote::before {
	content: "\201C";
	position: absolute;
	top: 2px;
	left: 14px;
	font-size: 2rem;
	line-height: 1;
	color: rgba(189, 154, 95, 0.52);
}

.srj-testimonial-grid cite {
	display: block;
	font-style: normal;
	font-weight: 600;
	margin-top: 10px;
}

.srj-final-cta {
	text-align: center;
	background: #fff7e1;
	border: 1px solid var(--srj-border);
	border-radius: var(--srj-radius);
	margin-bottom: 54px;
	padding: 42px 24px;
	box-shadow: 0 15px 24px rgba(189, 154, 95, 0.2);
}

.srj-section-cta {
	margin-top: 18px;
	display: flex;
	justify-content: center;
}

.srj-whatsapp-btn {
	background: linear-gradient(135deg, #ead9b3, #cfab70);
	color: #33240f;
	border-color: #c69d5e;
}

.srj-product-meta {
	display: flex;
	flex-direction: column;
	font-size: 0.88rem;
	color: #d8d8d8;
	margin: 6px 0 12px;
}

.srj-header-shell {
	border-bottom: 0;
}

.srj-header-topbar {
	display: grid;
	grid-template-columns: auto 1fr auto;
	align-items: center;
	gap: 18px;
	padding: var(--srj-header-pad-y, 20px) 0 12px;
}

.srj-mobile-menu-toggle {
	display: none;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	border-radius: 999px;
	border: 1px solid rgba(189, 154, 95, 0.6);
	background: rgba(255, 248, 232, 0.75);
	color: #3a2a10;
	cursor: pointer;
}

.srj-mobile-menu-toggle span {
	font-size: 20px;
	line-height: 1;
}

.site-branding {
	margin: 0;
}

.site-title,
.site-title a {
	margin: 0;
	text-decoration: none;
	font-size: 1.3rem;
	letter-spacing: 0.01em;
}

.site-description {
	display: none;
}

.srj-header-brand .site-title,
.srj-header-brand .site-title a {
	font-size: 1.05rem;
}

.srj-header-search {
	display: flex;
	align-items: center;
	background: #fff8e8;
	border: 1px solid rgba(189, 154, 95, 0.5);
	border-radius: 999px;
	padding: 6px 8px 6px 14px;
	max-width: 560px;
	margin: 0 auto;
	width: 100%;
}

.srj-header-search input[type="search"] {
	flex: 1;
	border: 0;
	background: transparent;
	color: #3f2f13;
	font-size: 0.95rem;
	padding: 4px 0;
}

.srj-header-search input[type="search"]:focus {
	outline: none;
}

.srj-header-search button {
	border: 0;
	background: #f2dfba;
	color: #3a2810;
	border-radius: 999px;
	width: 34px;
	height: 34px;
	cursor: pointer;
}

.srj-header-icons {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 8px;
}

.srj-header-icons a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	padding: 0;
	border-radius: 999px;
	text-decoration: none;
	color: #3a2a10;
	border: 1px solid rgba(189, 154, 95, 0.6);
	background: rgba(255, 248, 232, 0.75);
	font-size: 1rem;
	transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.srj-header-icons i {
	font-size: 1rem;
	line-height: 1;
}

.srj-header-icons a:hover {
	transform: translateY(-1px);
	box-shadow: 0 10px 18px rgba(189, 154, 95, 0.22);
	background: #fff3d4;
}

/* WhatsApp pill (filled) */
.srj-header-icons a.srj-header-whatsapp {
	width: auto;
	min-width: 0;
	padding: 0 14px;
	gap: 8px;
	font-weight: 700;
	background: #fff0cf;
	border-color: rgba(189, 154, 95, 0.7);
	color: #2f210c;
}

.srj-header-icons a.srj-header-whatsapp:hover {
	background: #f7e2b7;
}

/* Shop Now pill (outline) - appears only if enabled */
.srj-header-icons a.srj-header-cta {
	width: auto;
	min-width: 0;
	padding: 0 14px;
	font-weight: 700;
	background: transparent;
	border-color: rgba(189, 154, 95, 0.75);
	color: #2f210c;
}

.srj-header-icons a.srj-header-cta:hover {
	background: #fff3d4;
}
.srj-header-whatsapp {
	padding: 0 14px !important;
	background: #fff0cf !important;
	border: 1px solid rgba(189, 154, 95, 0.7) !important;
	color: #2f210c !important;
	font-weight: 700 !important;
}

.srj-header-brand {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 10px;
	min-width: 220px;
}

.srj-header-brand .custom-logo-link {
	display: inline-flex;
	justify-content: center;
	margin-bottom: 0;
}

.srj-header-brand .custom-logo {
	height: var(--srj-header-logo-h, 42px);
	width: var(--srj-header-logo-w, 110px);
	max-width: none;
	object-fit: contain;
}

.srj-header-brand .site-title,
.srj-header-brand .site-title a {
	display: inline-block;
	color: #2f210c;
	font-weight: 800;
	white-space: nowrap;
}

.srj-brand-mark {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 2px;
}

.srj-brand-mark svg {
	height: auto;
	max-height: var(--srj-header-logo-h, 34px);
	width: auto;
}

.srj-nav-bar {
	padding: 6px 0 8px;
	border-top: 0;
	border-bottom: 0;
	position: relative;
}

/* full-width (edge-to-edge) divider lines for menu strip */
.srj-nav-bar::before,
.srj-nav-bar::after {
	content: "";
	position: absolute;
	left: 50%;
	width: 100vw;
	transform: translateX(-50%);
	height: 1px;
	background: rgba(189, 154, 95, 0.35);
}

.srj-nav-bar::before {
	top: 0;
}

.srj-nav-bar::after {
	bottom: 0;
}

.srj-nav-inner {
	display: flex;
	align-items: center;
	gap: 12px;
	position: relative;
	z-index: 1;
}

.srj-nav-bar ul {
	display: none;
	flex-wrap: wrap;
	gap: 10px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.srj-nav-bar.toggled ul {
	display: flex;
	position: absolute;
	left: 0;
	right: 0;
	top: calc(100% + 8px);
	width: auto;
	padding: 14px;
	gap: 10px;
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
	background: rgba(253, 241, 205, 0.98);
	border: 1px solid rgba(189, 154, 95, 0.35);
	border-radius: 16px;
	box-shadow: 0 16px 30px rgba(45, 27, 7, 0.12);
	z-index: 1300;
}

.srj-nav-bar .menu-toggle {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: #fff7e1;
	border: 1px solid var(--srj-border);
	border-radius: 999px;
	padding: 10px 14px;
	font-weight: 800;
	cursor: pointer;
}

.srj-nav-bar a {
	padding: 8px 12px;
	border-radius: 999px;
	text-decoration: none;
	font-weight: 600;
	color: #2a2a2a;
	background: rgba(255, 255, 255, 0.56);
	border: 1px solid rgba(189, 154, 95, 0.35);
	font-size: 0.92rem;
}

.srj-nav-bar a:hover {
	background: rgba(225, 203, 154, 0.55);
}

@media (min-width: 900px) {
	.srj-nav-bar .menu-toggle {
		display: none;
	}

	.srj-nav-bar ul {
		display: flex;
		justify-content: center;
		width: 100%;
	}

	.srj-nav-inner {
		justify-content: center;
	}
}

.site-footer {
	background: var(--srj-footer-bg, linear-gradient(145deg, #f5e8c7, #e6cf9f));
	color: var(--srj-footer-text, #3d3d3d);
	text-align: var(--srj-footer-content-align, left);
	padding: 28px 0 28px;
	border-top: 1px solid var(--srj-border);
}

.site-footer, .site-footer *:not(a):not(.srj-footer-links a) {
	color: var(--srj-footer-text, #3d3d3d) !important;
}

.srj-footer-grid {
	display: grid;
	grid-template-columns: 1.4fr 1fr 1fr 1fr;
	gap: 22px;
	padding-bottom: 10px;
}

.srj-footer-grid h3,
.srj-footer-grid h4 {
	margin-top: 0;
	margin-bottom: 10px;
}

.srj-footer-grid p {
	margin: 0;
	color: #4c4637;
}

.srj-footer-logo {
	margin-bottom: 12px;
}

.srj-footer-logo .custom-logo {
	max-height: var(--srj-footer-logo-h, 54px);
	width: auto;
}

.srj-footer-logo .custom-logo-link {
	display: inline-flex;
}

.srj-footer-links {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	gap: 8px;
}

.srj-footer-links a,
.site-footer a {
	color: var(--srj-footer-link-color, var(--srj-footer-text, #3d3d3d)) !important;
	text-decoration: none;
}

.srj-footer-grid.srj-footer-cols-3 {
	grid-template-columns: 1.4fr 1fr 1fr;
}

.site-info {
	border-top: 1px solid var(--srj-border);
	padding-top: 14px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 14px;
	flex-wrap: wrap;
}

.site-info p {
	margin: 0;
	font-size: 0.9rem;
}

.srj-footer-branding {
	display: inline-flex;
	align-items: center;
	justify-content: flex-end;
	text-decoration: none;
}

.srj-footer-branding img {
	max-width: 220px;
	width: 100%;
	height: auto;
	border-radius: 0;
	border: 0;
	box-shadow: none;
	background: transparent;
}

.srj-mobile-sticky-bar {
	display: none;
}

@media (max-width: 991px) {
	/* Use same header layout for tablet + phone */
	.srj-mobile-menu-toggle {
		display: inline-flex;
	}

	.srj-header-topbar {
		grid-template-columns: auto 1fr auto;
		grid-template-areas:
			"menu brand icons"
			"search search search";
		gap: 10px;
		padding: var(--srj-header-pad-y-mobile, var(--srj-header-pad-y, 20px)) 0 10px;
	}

	.srj-mobile-menu-toggle {
		grid-area: menu;
	}

	.srj-header-brand {
		grid-area: brand;
		justify-content: center;
		min-width: 0;
	}

	.srj-header-search {
		grid-area: search;
		max-width: 100%;
		margin: 0;
	}

	.srj-header-icons {
		grid-area: icons;
		justify-content: flex-end;
		flex-wrap: wrap;
	}

	/* Hide old nav button on tablet/phone; topbar toggle is used */
	.srj-nav-bar .menu-toggle {
		display: none !important;
	}

	/* Keep menu collapsed; open only when toggled */
	.srj-nav-bar ul {
		display: none;
		width: 100%;
	}

	/* Open menu in document flow — do not absolutely position over the hero */
	.srj-nav-bar.toggled .srj-nav-inner {
		flex-direction: column;
		align-items: stretch;
	}

	.srj-nav-bar.toggled ul {
		display: flex;
		position: static;
		top: auto;
		left: auto;
		right: auto;
		width: 100%;
		max-width: 100%;
		margin-top: 10px;
		z-index: auto;
		box-shadow: 0 6px 20px rgba(45, 27, 7, 0.08);
	}

	.srj-header-topbar {
		padding: var(--srj-header-pad-y-mobile, var(--srj-header-pad-y, 20px)) 0 10px;
	}

	.srj-categories-grid {
		grid-template-columns: repeat(2, minmax(150px, 1fr));
	}

	.srj-products-grid {
		grid-template-columns: repeat(2, minmax(150px, 1fr));
	}

	.srj-trust-grid,
	.srj-testimonial-grid {
		grid-template-columns: 1fr;
	}

	.srj-hero-layout {
		grid-template-columns: 1fr;
	}

	.srj-hero {
		padding: 72px 0 52px;
	}

	.srj-bridal-banner {
		flex-direction: column;
		align-items: flex-start;
	}

	.srj-header-topbar {
		grid-template-columns: auto 1fr auto;
		gap: 10px;
	}

	.srj-header-brand {
		text-align: left;
	}

	.srj-header-icons {
		justify-content: flex-end;
		flex-wrap: wrap;
	}

	.srj-header-search {
		max-width: 100%;
		margin: 0;
	}

	/* prevent horizontal overflow in search */
	.srj-header-search input[type="search"] {
		min-width: 0;
	}

	.srj-nav-inner {
		justify-content: flex-start;
	}

	/* mobile dropdown: stack items */
	.srj-nav-bar.toggled ul {
		flex-direction: column;
		align-items: flex-start;
		gap: 8px;
	}

	.srj-nav-bar a {
		width: auto;
	}

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

@media (max-width: 767px) {
	/* Keep site title hidden on phones only (logo-only header) */
	.srj-header-brand .site-title,
	.srj-header-brand .site-title a {
		display: none;
	}

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

	.site-info {
		flex-direction: column;
		align-items: flex-start;
	}

	.srj-pricing-grid {
		grid-template-columns: 1fr;
		overflow-x: visible;
	}

	.srj-price-card {
		min-width: 0;
	}

	.srj-mobile-sticky-bar {
		position: fixed;
		display: grid;
		grid-template-columns: repeat(2, minmax(120px, 1fr));
		bottom: 0;
		left: 0;
		right: 0;
		z-index: 9999;
	}

	.srj-mobile-sticky-bar a {
		background: linear-gradient(135deg, #ecdcb8, #d4b077);
		color: #2e210e;
		padding: 14px 10px;
		text-align: center;
		font-weight: 700;
		text-decoration: none;
		border-right: 1px solid rgba(189, 154, 95, 0.35);
	}

	.srj-header-icons {
		width: 100%;
	}

	.srj-header-icons a.srj-header-whatsapp {
		padding: 0 10px;
	}

	/* make menu tap targets easier */
	.srj-nav-bar.toggled ul {
		align-items: stretch;
	}

	.srj-nav-bar.toggled ul a {
		width: 100%;
		text-align: center;
	}
}
