* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

html {
	overflow-x: hidden;
	scroll-behavior: smooth;
}

body {
	font-family: 'Montserrat', sans-serif;
	line-height: 1.6;
	color: #333;
	overflow-x: hidden;
}

/* Remove any potential horizontal overflow */
body,
html {
	max-width: 100%;
}

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

@font-face {
	font-family: "TOP_LUXURY-Regular";
	src: url("../fonts/TOPLUXURY.otf") format("opentype");
}

/* HERO SECTION*/

.hero-section-prod {
	background: #FFFFFF;
	/* background: linear-gradient(145deg, rgba(255, 255, 255, 0.4) 31%, rgba(255, 240, 238, 0.7) 100%); */
	padding: 40px 0;
	min-height: 80vh;
	width: 100vw;
	margin-left: 50%;
	transform: translateX(-50%);
}

.hero-container-prod {
	display: grid;
	grid-template-columns: 2fr 1fr;
	gap: 60px;
	max-width: var(--container-max-width);
	margin: 0 auto;
	padding: 50px 0 20px;
}


/* Product Information */
.product-info {
	padding: 20px 20px;
	font-family: 'Montserrat', sans-serif;
	max-width: 360px;
}

.breadcrumb {
	font-size: 12px;
	color: var(--secondary-color);
	margin-bottom: 15px;
	font-weight: 500;
}

.breadcrumb span {
	margin: 0 5px;
}

.product-title {
	font-size: 24px;
	line-height: 28px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	margin-bottom: 32px;
	line-height: 1.2;
	max-width: 90vw;
}

.price-section {
	margin-bottom: 36px;
}

.no-price-product .price,
.no-price-product .add_to_cart_button,
.no-price-product .product_meta,
.no-price-product .price-section {
	display: none !important;
}

.no-price-product {
	display: inline-block !important;
}

.prod-price {
	font-size: 20px;
	font-weight: 600;
	color: #000000;
	display: block;
	margin-bottom: 5px;
}

.price-note {
	font-size: 0.9rem;
	color: #313032;
	display: block;
	line-height: 1.4;
}

.product-description {
	font-size: 1rem;
	color: var(--dark-gray);
	margin-bottom: 56px;
	line-height: 1.6;
	font-weight: 500;
}

/* Action Buttons */
.action-buttons {
	display: flex;
	flex-direction: column;
	gap: 15px;
	margin-bottom: 15px;
}

.btn-primary,
.btn-secondary {
	padding: 8px 12px;
	border: none;
	border-radius: var(--border-radius);
	font-family: 'Montserrat', sans-serif;
	font-size: 15px;
	font-weight: 400;
	cursor: pointer;
	transition: var(--transition);
	text-transform: uppercase;
}

.btn-primary {
	background: #313032;
	display: flex;
	justify-content: center;
	color: white;
	width: 17.2rem;
	max-width: 18rem;
	transition-duration: 0.6s;
}

.btn-primary:hover {
	background: gray;
	transition-duration: 0.6s;
}

.btn-secondary {
	background: transparent;
	color: var(--secondary-color);
	border: 1px solid black;
	max-width: 18rem;
	width: 17.2rem;
	transition-duration: 0.6s;
}

.btn-secondary:hover {
	background: gray;
	color: white;
	transition-duration: 0.6s;
}

/* Product Highlights Badges Row */
.product-badges-row {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 8px;
	margin-top: 24px;
	margin-bottom: 8px;
	width: 100%;
	max-width: 18rem;
}

.product-badges-row .badge-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	flex: 1;
	text-align: center;
}

.product-badges-row .badge-item img {
	width: 30px;
	height: 30px;
	object-fit: contain;
	margin-bottom: 6px;
}

.product-badges-row .badge-item span {
	font-family: 'Montserrat', sans-serif;
	font-size: 7px;
	font-weight: 500;
	color: #313032;
	line-height: 1.3;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

/* Additional Actions */
.additional-actions {
	display: flex;
	flex-direction: column;
	gap: 15px;
	margin-top: 32px;
}

.action-chat {
	margin-bottom: 12px;
	font-weight: 500;
}

.action-link {
	display: flex;
	align-items: center;
	gap: 10px;
	color: #000000;
	text-decoration: underline;
	text-underline-offset: 2px;
	font-size: 0.9rem;
	transition: var(--transition);
}

.action-link:hover {
	color: var(--accent-color);
}

.action-link img {
	width: 20px;
	height: 20px;
	color: #313032;
}

/* service-prodS SECTION*/

.service-section-prod {
	padding: 80px 0;
	display: flex;
	justify-content: center;
	background: var(--white);
	font-family: 'Montserrat', sans-serif;
}

.prod-container {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 40px;
}

.service-prod-card {
	display: flex;
	background: #F4F4F4;
	border-radius: 0px;
	overflow: hidden;
	/* transition-duration: 0.6s; */
	height: 320px;
	width: 640px;
}

/* .service-prod-card:hover {
	transform: translateY(-10px);
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
	transition-duration: 0.6s;
} */

.service-prod-image {
	width: 50%;
	height: 320px;
	object-fit: cover;
}

.service-prod-content {
	padding: 30px;
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.service-prod-content h3 {
	font-size: 1.3rem;
	font-weight: 500;
	margin-bottom: 15px;
}

.service-prod-content p {
	color: var(--secondary-color);
	margin-bottom: 20px;
	line-height: 1.6;
}

.service-prod-link {
	color: var(--primary-color);
	text-decoration: underline;
	font-weight: 500;
	transition: var(--transition);
}

.service-prod-link:hover {
	color: var(--accent-color);
}

/* Image grid section */

.image-grid h1 {
	font-size: 2.5rem;
	font-family: 'TOP_LUXURY-Regular', sans-serif;
	font-weight: 500;
	margin-bottom: 50px;
	line-height: 1.2;
	text-transform: uppercase;
	justify-self: center;
}

.jewelry-grid-prod {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 32px;
	max-width: 1200px;
	margin: 0 auto;
	padding: 32px 16px;
	box-sizing: border-box;
	width: 100%;
}

.double-space-prod {
	grid-column: span 2;
	height: 270px;
	width: 568px;
}

.double-space-prod img {
	width: 100%;
	height: auto;
	display: block;
	object-fit: cover;
	max-height: 268px;
}

.grid-item-prod {
	background: #f9f6f6;
	border-radius: 16px;
	box-shadow: 0 4px 18px rgba(96, 96, 111, 0.06);
	aspect-ratio: 1 / 1;
	display: flex;
	align-items: center;
	justify-content: center;
	object-fit: cover;
}

/* WooCommerce Product Gallery Carousel Styling */
.woocommerce-product-gallery {
	position: relative;
	width: 100%;
	/* max-width: 420px; */
	margin: 0 auto 18px auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	overflow: hidden;
}

.woocommerce-product-gallery__wrapper {
	width: 100%;
	position: relative;
}

.woocommerce-product-gallery__image {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.woocommerce-product-gallery__image img {
	width: 100%;
	max-width: 420px;
	border-radius: 8px;
	display: block;
	object-fit: contain;
}

.woocommerce-product-gallery .carousel-btn {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background: #f5dfdb;
	border: none;
	border-radius: 50%;
	width: 38px;
	height: 38px;
	cursor: pointer;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: background 0.2s;
}

.woocommerce-product-gallery .carousel-btn img {
	width: 22px;
	height: 22px;
}

.woocommerce-product-gallery .prev-btn {
	left: -18px;
}

.woocommerce-product-gallery .next-btn {
	right: -18px;
}

.woocommerce-product-gallery .carousel-btn:hover {
	background: #e5e5e5;
}

/* Thumbnails below main image */
.woocommerce-product-gallery__wrapper .flex-control-thumbs {
	display: flex !important;
	gap: 10px;
	justify-content: center;
	margin-top: 12px;
	flex-wrap: wrap;
}

.woocommerce-product-gallery__wrapper .flex-control-thumbs img {
	width: 54px;
	height: 54px;
	border-radius: 6px;
	object-fit: cover;
	cursor: pointer;
	border: 2px solid transparent;
	transition: border 0.2s;
	background: #f4f4f4;
}

.woocommerce-product-gallery__wrapper .flex-control-thumbs img.flex-active {
	border: 2px solid #313032;
}

/* ************** Cart Text ***************** */
.wc-block-components-sidebar-layout.wc-block-cart,
.wc-block-grid__products,
.wc-block-cart__empty-cart__title,
.wp-block-woocommerce-checkout,
.woocommerce-message,
.has-text-align-center {
	font-family: 'Montserrat';
}

.woocommerce-message a {
	text-decoration: underline;
	text-underline-offset: 1px;
	color: #f7b44f;
}

.wp-block-button__link {
	border-radius: 0;
}

.wc-block-grid__product-title {
	font-size: 16px !important;
	font-weight: 500 !important;
}

.wc-block-cart__empty-cart__title.with-empty-cart-icon:before {
	mask-image: url('../images/cart-empty.svg') !important;
}

/* Responsive styles */
@media (max-width: 900px) {
	.woocommerce-product-gallery {
		max-width: 680px;
	}

	.woocommerce-product-gallery__image img {
		max-width: 680px;
	}

	/* Override Owl Gallery defaults (woo-styles.css) to allow larger images */
	.owl-gallery {
		padding: 0 16px;
	}

	.owl-gallery .woocommerce-product-gallery__image img {
		width: 100%;
		max-width: 100%;
		max-height: none;
	}

	.woocommerce-product-gallery__wrapper .flex-control-thumbs img {
		width: 44px;
		height: 44px;
	}

	.service-prod-card {
		width: unset;
		height: unset;
	}
}

@media (max-width: 600px) {
	.woocommerce-product-gallery {
		max-width: 100vw;
	}

	.woocommerce-product-gallery__image img {
		max-width: 100vw;
	}

	/* Full-bleed centered carousel on mobile */
	.owl-gallery {
		padding: 0;
	}

	.owl-gallery .woocommerce-product-gallery__image img {
		width: 100%;
		max-width: 100%;
		max-height: none;
	}

	.woocommerce-product-gallery__wrapper .flex-control-thumbs {
		gap: 7px;
	}

	.woocommerce-product-gallery__wrapper .flex-control-thumbs img {
		width: 36px;
		height: 36px;
	}

	.woocommerce-product-gallery .carousel-btn {
		width: 32px;
		height: 32px;
	}

	.woocommerce-product-gallery .carousel-btn img {
		width: 16px;
		height: 16px;
	}

	.woocommerce-product-gallery .prev-btn {
		left: -10px;
	}

	.woocommerce-product-gallery .next-btn {
		right: -10px;
	}
}

@media (max-width: 1100px) {
	.hero-container-prod {
		gap: 30px;
		padding: 0 10px;
	}

	.prod-container {
		gap: 20px;
		padding: 0 10px;
		max-width: 100vw;
	}
}

@media (max-width: 900px) {
	.jewelry-grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 24px;
		padding: 24px;
	}

	.hero-container-prod {
		grid-template-columns: 1fr;
		gap: 40px;
		padding: 0 10px;
		justify-items: center;
	}

	.product-info {
		padding: 0 32px;
		max-width: 100vw;
	}

	.prod-container {
		grid-template-columns: 1fr;
		gap: 30px;
		padding: 0 10px;
	}

	.service-prod-card {
		flex-direction: column;
		align-items: stretch;
	}

	.service-prod-image {
		width: 100%;
		height: 220px;
		object-fit: cover;
	}

	.service-prod-content {
		padding: 20px;
	}

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

@media (max-width: 600px) {
	.jewelry-grid {
		grid-template-columns: 1fr;
		gap: 16px;
		padding: 16px;
	}

	.hero-section-prod {
		padding: 20px 0 40px;
		min-height: unset;
	}

	.hero-container-prod {
		gap: 20px;
		padding: 0;
	}

	.product-info {
		padding: 0 16px;
		min-width: 100vw;
	}

	.price-section, .product-description {
		margin-bottom: 16px;
	}

	.product-title {
		font-size: 20px;
		margin-bottom: 16px;
	}

	.prod-price {
		font-size: 16px;
	}

	.price-note,
	.price-option {
		font-size: 12px;
	}

	.btn-primary,
	.btn-secondary {
		width: 100%;
		max-width: 100%;
		font-size: 0.95rem;
		padding: 10px 0;
	}

	.additional-actions {
		margin-top: 30px;
		gap: 10px;
	}

	.service-section-prod {
		padding: 40px 0;
	}

	.service-prod-content h3 {
		font-size: 1.1rem;
	}

	.category-grid {
		grid-template-columns: 1fr;
		gap: 0.75rem;
	}

	.category-item {
		aspect-ratio: 1/1;
	}
}

.enquire-modal {
	position: fixed;
	inset: 0;
	z-index: 9999;
	display: none;
}

.enquire-modal__overlay {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.6);
}

.enquire-modal__dialog {
	position: relative;
	max-width: 720px;
	margin: 6% auto;
	font-family: "Montserrat", sans-serif;
	background: linear-gradient(130deg, rgba(255, 255, 255, 1) 0%, rgba(247, 236, 234, 1) 100%);
	/* background: #fff; */
	z-index: 2;
	border-radius: 6px;
	padding: 20px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, .3);
}

.enquire-modal__close {
	position: absolute;
	top: 8px;
	right: 10px;
	background: transparent;
	border: 0;
	font-size: 28px;
	line-height: 1;
	cursor: pointer;
}

.share-modal {
	position: fixed;
	inset: 0;
	z-index: 9999;
	display: none;
}

.share-modal__overlay {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.6);
}

.share-modal__dialog {
	position: relative;
	max-width: 520px;
	margin: 10% auto;
	font-family: "Montserrat", sans-serif;
	background: #fff;
	z-index: 2;
	border-radius: 6px;
	padding: 20px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, .3);
}

.share-modal__close {
	position: absolute;
	top: 8px;
	right: 10px;
	background: transparent;
	border: 0;
	font-size: 28px;
	line-height: 1;
	cursor: pointer;
}

.share-modal__content h2{
	margin: 6px 0 6px;
	font-size: 20px;
}

.share-modal__subtitle{
	margin: 0 0 14px;
	color: #555;
	font-size: 13px;
}

.share-modal__actions{
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 10px;
	margin-bottom: 14px;
}

.share-modal__action{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding: 12px 10px;
	border: 1px solid #ddd;
	border-radius: 6px;
	background: transparent;
	text-decoration: none;
	color: #000;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: .8px;
	cursor: pointer;
	appearance: none;
}

.share-modal__action:hover{
	border-color: #000;
}

.share-modal__action svg{
	width: 20px;
	height: 20px;
}

.share-modal__row{
	display: flex;
	gap: 10px;
	align-items: center;
}

.share-modal__url{
	flex: 1;
	border: 1px solid #ddd;
	border-radius: 6px;
	padding: 10px 12px;
	font-size: 13px;
}

.share-modal__copy{
	border: 1px solid #000;
	background: transparent;
	border-radius: 6px;
	padding: 10px 12px;
	cursor: pointer;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: .8px;
}

.share-modal__status{
	margin-top: 10px;
	font-size: 12px;
	color: #0a7a3b;
	opacity: 0;
	transition: opacity .2s ease;
}

.share-modal__status.is-visible{
	opacity: 1;
}

.pd-outer {
  /* background: linear-gradient(35deg, rgba(255, 255, 255, 0.4) 31%, rgba(255, 240, 238, 0.7) 100%); */
  background: #FFFFFF;
  width: 100%;
  padding: 48px 0;
}

.pd-section {
  --pd-bg:           transparent;
  --pd-text:         #1a1a1a;
  --pd-text-muted:   #555;
  --pd-accent:       #E6A791;
  --pd-border:       #ddd;
  --pd-font-sans:    'Montserrat',sans-serif;
  --pd-font-strong:  'Montserrat',sans-serif;
  --pd-radius:       4px;
  --pd-transition:   0.3s ease;
 
  font-family:    var(--pd-font-sans);
  color:          var(--pd-text);
  background:     var(--pd-bg);
  max-width:      820px;
  margin:         0 auto;
  padding:        48px 32px;
  box-sizing:     border-box;
}
 
/* ── Shared heading ── */
.pd-heading {
  display:      flex;
  align-items:  center;
  gap:          14px;
  font-family:  var(--pd-font-strong);
  font-size:    1.3rem;
  font-weight:  500;
  letter-spacing: 0.01em;
  margin:       0 0 20px;
  color:        var(--pd-text);
}
 
.pd-heading-line {
  display:      block;
  flex:         1;
  height:       1.5px;
  background:   var(--pd-text);
  max-width:    40px;
}
 
/* ── Description block ── */
.pd-description-block {
  margin-bottom: 48px;
}
 
.pd-description-text {
  font-size:    0.97rem;
  line-height:  1.75;
  color:        var(--pd-text-muted);
  overflow:     hidden;
  transition:   max-height var(--pd-transition);
  max-height:   2000px; /* expanded */
}
 
.pd-description-text--collapsed {
  max-height:   80px;   /* collapsed — ~3 lines */
}
 
/* Show-more / Show-less button */
.pd-toggle-btn {
  display:          inline-block;
  margin-top:       10px;
  padding:          4px 10px;
  background:       transparent;
  border:           1.5px solid var(--pd-accent);
  border-radius:    var(--pd-radius);
  color:            var(--pd-text);
  font-family:      var(--pd-font-sans);
  font-size:        0.85rem;
  cursor:           pointer;
  transition:       background var(--pd-transition), color var(--pd-transition);
}
 
.pd-toggle-btn:hover {
  background: var(--pd-accent);
  color:      #fff;
}
 
 
.pd-heading--details {
  margin-bottom: 24px;
}
 
/* 2-column auto grid */
.pd-details-grid {
  display:               grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap:                   18px 32px;
}
 
/* Single detail row */
.pd-detail-item {
  display:     flex;
  align-items: center;
  gap:         10px;
  font-size:   0.93rem;
  color:       var(--pd-text-muted);
}
 
.pd-detail-icon {
  flex-shrink: 0;
  width:       22px;
  height:      22px;
  color:       var(--pd-text);
  display:     flex;
  align-items: center;
  justify-content: center;
}
 
.pd-detail-icon svg {
  width:  100%;
  height: 100%;
}
 
.pd-detail-label strong {
  font-weight: 500;
  color:       var(--pd-text);
}
 
/* ── Responsive ── */
@media (max-width: 540px) {
  .pd-section {
    padding: 32px 18px;
  }
 
  .pd-details-grid {
    grid-template-columns: 1fr;
  }
}
