/* =========================================================
   Source: product-custom-top.css
   Kept in original loading order to preserve functionality
   ========================================================= */
.product-page-details .image-box {
		/* overflow-x: scroll; */
		/* overflow-y: hidden; */
		/* height: 60px; */
		/* white-space:nowrap; */
		flex-wrap: wrap;
	}
	.metal-circle {
		background-size: contain;
		background-repeat: no-repeat;
		background-size: cover;
		font-size: 10px;
		line-height: 10px;
		letter-spacing: 0.8px;
	}
	.metal-circle.GL_9K_W,
	.metal-circle.GL_14K_W,
	.metal-circle.GL_18K_W,
	.metal-circle.PL_950_W,
	.metal-circle.SL_950_W {
		/* background-image: url('/catalog/view/theme/default/img/metal/white-gold.png'); */
		--metal-star: #D9D9D9;
		--metal-middle: white;
		--metal-end: #D9D9D9;
		cursor: pointer;
		border-radius: 9999px;
		background-image: linear-gradient(-30deg, var(--metal-star) 0%, var(--metal-middle) 50%, var(--metal-end) 100%);
		outline-style: solid;
		outline-width: 1px;
		outline-offset: 1px;
		outline-color: transparent;

	}
	.metal-circle.GL_9K_Y,
	.metal-circle.GL_14K_Y,
	.metal-circle.GL_18K_Y {
		/* background-image: url('/catalog/view/theme/default/img/metal/yellow-gold.png'); */

		--metal-star: #FFDD80;
		--metal-middle: #FFF2CD;
		--metal-end: #FFDD80;

		cursor: pointer;
		border-radius: 9999px;
		background-image: linear-gradient(-30deg, var(--metal-star) 0%, var(--metal-middle) 50%, var(--metal-end) 100%);
		outline-style: solid;
		outline-width: 1px;
		outline-offset: 1px;
		outline-color: transparent;
	}
	.metal-circle.GL_9K_R,
	.metal-circle.GL_14K_R,
	.metal-circle.GL_18K_R {
		/* background-image: url('/catalog/view/theme/default/img/metal/rose-gold.png'); */

		--metal-star: #FFB380;
		--metal-middle: #FFE6D6;
		--metal-end: #FFB380;
		cursor: pointer;
		border-radius: 9999px;
		background-image: linear-gradient(-30deg, var(--metal-star) 0%, var(--metal-middle) 50%, var(--metal-end) 100%);
		outline-style: solid;
		outline-width: 1px;
		outline-offset: 1px;
		outline-color: transparent;


	}
	#faq .card {
		border: 0;
	}
	#faq .card-header {
		background-color: transparent;
	}

	/* Custom Accordion Styles to match Brilliant Earth design */
	.product-accordion {
		border: none;
		margin-bottom: 1rem;
	}

	.product-accordion .accordion-item {
		border: 1px solid #e0e0e0;
		border-radius: 8px;
		margin-bottom: 0.5rem;
		background: #fff;
		box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	}

	.product-accordion .accordion-item:not(:last-child) {
		border-bottom: 1px solid #e0e0e0;
	}

	.product-accordion .accordion-button {
		background: #fff;
		border: none;
		padding: 1.25rem 1.5rem;
		font-size: 1rem;
		font-weight: 600;
		color: #333;
		border-radius: 8px;
		transition: all 0.3s ease;
		position: relative;
	}

	.product-accordion .accordion-button:not(.collapsed) {
		background: #f8f9fa;
		color: #333;
		box-shadow: none;
		border-bottom-left-radius: 0;
		border-bottom-right-radius: 0;
	}

	.product-accordion .accordion-button:hover {
		background: #f8f9fa;
		color: #333;
	}

	.product-accordion .accordion-button:focus {
		box-shadow: none;
		border-color: #e0e0e0;
	}

	.product-accordion .accordion-button::after {
		background-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23333'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
		transition: transform 0.3s ease;
	}

	.product-accordion .accordion-button:not(.collapsed)::after {
		background-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23333'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
		transform: rotate(-180deg);
	}

	.product-accordion .accordion-body {
		padding: 1.5rem;
		background: #fff;
		border-top: 1px solid #e0e0e0;
	}

	.product-accordion .accordion-collapse {
		border: none;
	}

	/* Product Details Styling */
	.product-details-grid {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 2rem;
	}

	.product-details-section h4 {
		font-size: 1.1rem;
		font-weight: 600;
		color: #333;
		margin-bottom: 1rem;
		padding-bottom: 0.5rem;
		border-bottom: 2px solid #f0f0f0;
	}

	.product-details-list {
		list-style: none;
		padding: 0;
		margin: 0;
	}

	.product-details-list li {
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding: 0.75rem 0;
		border-bottom: 1px solid #f5f5f5;
	}

	.product-details-list li:last-child {
		border-bottom: none;
	}

	.product-details-list .label {
		font-weight: 500;
		color: #666;
		min-width: 120px;
	}

	.product-details-list .value {
		font-weight: 600;
		color: #333;
		text-align: right;
	}

	/* Responsive Design */
	@media(max-width: 768px) {
		.product-details-grid {
			grid-template-columns: 1fr;
			gap: 1rem;
		}

		.product-accordion .accordion-button {
			padding: 1rem 1.25rem;
			font-size: 0.95rem;
		}

		.product-accordion .accordion-body {
			padding: 1.25rem;
		}

		.product-details-list li {
			flex-direction: column;
			align-items: flex-start;
			gap: 0.25rem;
		}

		.product-details-list .value {
			text-align: left;
		}

		.product-page-details .sub-title {
			-webkit-box-pack: left !important;
			justify-content: left !important;
		}

		.product-page-details .price-text {
			text-align: left !important;
		}

		.product-page-details .product-rating {
			-webkit-box-pack: left !important;
			-ms-flex-pack: left !important;
			justify-content: left !important;
		}

		.product-page-details .main-title {
			text-align: left !important;
		}

		.product-page-details .price-text h3 {
			-webkit-box-pack: left !important;
			-ms-flex-pack: left !important;
			justify-content: left !important;
		}
	}

	/* Financing Section Styling */
	.financing-content {
		background: #f8f9fa;
		padding: 1.5rem;
		border-radius: 8px;
		margin-bottom: 1rem;
	}

	.financing-options {
		display: grid;
		grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
		gap: 1rem;
		margin-top: 1rem;
	}

	.financing-option {
		background: #fff;
		padding: 1rem;
		border-radius: 6px;
		border: 1px solid #e0e0e0;
	}

	.financing-option h5 {
		font-size: 1rem;
		font-weight: 600;
		color: #333;
		margin-bottom: 0.5rem;
	}

	.financing-option p {
		font-size: 0.9rem;
		color: #666;
		margin-bottom: 0.5rem;
	}

	.financing-option .rate {
		font-weight: 600;
		color: #28a745;
	}

	/* Wedding Bands Section */
	.wedding-bands-grid {
		display: grid;
		grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
		gap: 1rem;
		margin-top: 1rem;
	}

	.wedding-band-item {
		text-align: center;
		padding: 1rem;
		border: 1px solid #e0e0e0;
		border-radius: 8px;
		transition: all 0.3s ease;
	}

	.wedding-band-item:hover {
		box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
		transform: translateY(-2px);
	}

	.wedding-band-item img {
		width: 100%;
		height: 150px;
		object-fit: cover;
		border-radius: 6px;
		margin-bottom: 0.75rem;
	}

	.wedding-band-item h5 {
		font-size: 0.9rem;
		font-weight: 600;
		color: #333;
		margin-bottom: 0.5rem;
	}

	.wedding-band-item .price {
		font-weight: 600;
		color: #28a745;
		font-size: 0.9rem;
	}

	.product-m {
		display: flex;
		gap: 20px;
		overflow-x: auto;
		padding: 10px 0;
		scroll-snap-type: x mandatory; /* smooth snapping */
	}

	.product-m::-webkit-scrollbar {
		height: 6px; /* scrollbar height */
	}

	.product-m::-webkit-scrollbar-thumb {
		background: #ccc;
		border-radius: 4px;
	}

	.basic-product {
		flex: 0 0 auto; /* prevent shrinking */
		width: 200px; /* fixed card width */
		scroll-snap-align: start;
		text-align: center;
	}
	.basic-product img {
		border-radius: 8px;
		transition: transform 0.3s ease;
	}
	.basic-product img:hover {
		transform: scale(1.05);
	}
	.total-diamond-highlight {
		background: #ec8951;
		padding: 4px 8px;
		border-radius: 6px;
		display: inline-block;
		font-weight: 500;
		color: #ffffff;
		font-size: 18px;
	}

	.diamond-weight-box p {
		font-size: 14px;
		color: #2e2e2e;
		margin-bottom: 10px;
	}
	.price-label {
		font-size: 14px;
		color: #555;
		margin-right: 5px;
	}

	.rrp {
		font-size: 16px;
		color: #777;
		text-decoration: line-through;
		margin-right: 10px;
	}

	.final_original_price {
		font-size: 17px;
		color: #777;
		text-decoration: line-through;
		margin-right: 10px;
	}

	.final_original_price:empty {
		display: none;
	}

	.final_prod_price {
		color: #ec8951 !important;		
		margin: 0 10px;
		display: inline-block;
		font-size: 28px;
		font-weight: 700;
	}

	.final_discounted_price {
		display: inline-block;
		font-size: 28px;
		font-weight: 700;
		margin-left: 10px;
	}

	.final_discounted_price small {
		display: block;
		font-size: 12px;
		font-weight: 400;
	}

	.divider {
		margin: 0 10px;
		color: #999;
	}
	.product-page-details .price-text h3 {
		margin-block: 7px 4px !important;
	}
	
	/* Sticky Bar Main */
	/* ── Sticky Bar ── */
	.topstickbar-product {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		z-index: 9999;
		height: 100px;
		background: #fff;
		display: none;
		border-bottom: 1px solid #e8e8e8;
		box-shadow: 0 2px 8px rgba(0, 0, 0, 0.07);
	}

	/* Full-width flex row that fills the bar */
	.sticky-inner {
		display: flex;
		align-items: center;
		height: 100%;
		width: 100%;
		padding: 0 24px;
		gap: 0;
	}

	/* Each section stretches equally to fill space */
	.sticky-section {
		flex: 1 1 0;
		display: flex;
		flex-direction: column;
		justify-content: center;
		padding: 0 16px;
		min-width: 0;
	}

	/* Label section is narrower */
	.sticky-label-section {
		flex: 0 0 auto;
		padding: 0 16px 0 0;
	}

	/* Buttons section: row layout, flex-end aligned */
	.sticky-btn-section {
		flex-direction: row;
		align-items: center;
		justify-content: flex-end;
		gap: 10px;
		flex: 1 1 auto;
	}

	/* Price section centered */
	.sticky-price-section {
		align-items: flex-start;
		flex: 0 0 auto;
		min-width: 110px;
	}

	/* Vertical divider */
	.sticky-divider {
		width: 1px;
		height: 40px;
		background: #e0e0e0;
		flex-shrink: 0;
	}

	/* Orange "Product Information" label */
	.sticky-product-label {
		color: #c8922a;
		font-weight: 700;
		font-size: 13px;
		line-height: 1.4;
	}

	/* Key–value rows */
	.sticky-row span {
		font-size: 14px;
		line-height: 20px;
		white-space: nowrap;
	}
	.sticky-key {
		color: #555;
		font-weight: 400;
	}
	.sticky-val {
		color: #111;
		font-weight: 600;
	}

	/* "Our price" muted label */
	.sticky-our-price {
		font-size: 11.5px;
		color: #888;
		margin-bottom: 1px;
	}

	/* Price row */
	.sticky-price-row {
		display: flex;
		align-items: baseline;
		gap: 6px;
	}

	/* Strikethrough RRP */
	.sticky-rrp {
		font-size: 13px;
		color: #aaa;
		font-weight: 400;
		text-decoration: line-through;
	}

	/* Bold main price */
	.sticky-price {
		font-size: 22px;
		font-weight: 700;
		color: #111;
		line-height: 1;
	}

	/* Add to Cart — filled amber pill */
	.sticky-btn-cart {
		background: #f5a623;
		color: #fff !important;
		border: none;
		border-radius: 4px;
		padding: 10px 24px;
		font-size: 13.5px;
		font-weight: 600;
		white-space: nowrap;
		background-image: none !important;
		display: inline-flex;
		align-items: center;
		gap: 6px;
		transition: background 0.2s;
	}
	.sticky-btn-cart:hover {
		background: var(--theme-color-hover);
	}

	/* Book Showroom — outlined pill */
	.sticky-btn-outline {
		background: transparent;
		color: #222;
		border: 1.5px solid #ccc;
		border-radius: 4px;
		padding: 9px 20px;
		font-size: 13px;
		font-weight: 500;
		white-space: nowrap;
		display: inline-flex;
		align-items: center;
		transition: border-color 0.2s, background 0.2s;
	}
	.sticky-btn-outline:hover {
		border-color: #999;
		background: #f7f7f7;
	}

	/* ============================================ */
	/* MOBILE ONLY STYLES - SAME HORIZONTAL LAYOUT */
	/* ============================================ */

	/* Tablets and below - keep horizontal layout */
	@media(max-width: 991px) {
		.topstickbar-product {
			height: auto;
			padding: 4px 0;
		}

		.sticky-inner {
			flex-wrap: nowrap;
			overflow-x: auto;
			overflow-y: hidden ;
			-webkit-overflow-scrolling: touch;
			padding: 0 6px;
			gap: 2px;
		}

		/* Hide scrollbar but keep functionality */
		.sticky-inner::-webkit-scrollbar {
			display: none;
		}

		.topstickbar-product {
			-ms-overflow-style: none;
			scrollbar-width: none;
		}

		.sticky-section {
			flex: 0 0 auto;
			padding: 0 2px;
		}

		.sticky-label-section {
			padding: 0 2px 0 0;
		}

		.sticky-divider {
			height: 22px;
			width: 1px;
		}

		.sticky-product-label {
			font-size: 8px;
			line-height: 1.1;
		}

		.sticky-row span {
			font-size: 10px;
			line-height: 14px;
			white-space: nowrap;
		}

		.sticky-our-price {
			font-size: 6px;
			margin-bottom: 1px;
		}

		.sticky-price {
			font-size: 10px;
		}

		.sticky-rrp {
			font-size: 7px;
		}

		.sticky-price-row {
			gap: 2px;
		}

		.sticky-btn-cart {
			padding: 3px 5px;
			font-size: 7px;
			gap: 2px;
		}

		.sticky-btn-cart i {
			font-size: 8px;
		}

		.sticky-btn-outline {
			padding: 3px 4px;
			font-size: 6px;
		}

		.sticky-btn-section {
			gap: 2px;
		}
	}

	/* Mobile (max-width: 767px) */
	/*
@media (max-width: 767px) {
    .topstickbar-product {
        padding: 3px 0;
    }
    
    .sticky-inner {
        padding: 0 4px;
        gap: 1px;
    }
    
    .sticky-section {
        padding: 0 1px;
    }
    
    .sticky-label-section {
        padding: 0 1px 0 0;
    }
    
    .sticky-divider {
        height: 18px;
    }
    
    .sticky-product-label {
        font-size: 7px;
    }
    
    .sticky-row {
        font-size: 6px;
    }
    
    .sticky-key {
        font-size: 5px;
    }
    
    .sticky-val {
        font-size: 6px;
    }
    
    .sticky-our-price {
        font-size: 5px;
    }
    
    .sticky-price {
        font-size: 9px;
    }
    
    .sticky-rrp {
        font-size: 6px;
    }
    
    .sticky-btn-cart {
        padding: 2px 4px;
        font-size: 6px;
    }
    
    .sticky-btn-cart i {
        font-size: 7px;
    }
    
    .sticky-btn-outline {
        padding: 2px 3px;
        font-size: 5px;
    }
}
*/


	/* Alternative: If you want NO SCROLLBAR at all */
	@media(max-width: 991px) {
		.sticky-inner {
			overflow-x: auto;
			scrollbar-width: none;
			-ms-overflow-style: none;
		}

		.sticky-inner::-webkit-scrollbar {
			display: none;
		}
	}
	#diamond_weight_box {
		margin-top: 28px;
		margin-bottom: 24px;
	}

	#diamond_weight_box .diamond-weight-title {
		font-size: 22px;
		line-height: 1.3;
		font-weight: 500;
		color: #222;
		margin-bottom: 12px;
	}

	#diamond_weight_box .diamond-total-highlight {
		display: inline-block;
		background: #e88347;
		color: #ffffff;
		padding: 8px 12px;
		border-radius: 5px;
		font-size: 20px;
		line-height: 1.3;
		font-weight: 600;
		margin-bottom: 18px;
	}

	#diamond_weight_box .diamond-total-highlight strong {
		color: #ffffff;
		font-weight: 700;
	}

	#diamond_weight_box .diamond-weight-line {
		font-size: 15px;
		line-height: 1.5;
		color: #222;
		margin: 8px 0;
	}

	#diamond_weight_box .diamond-weight-line strong {
		font-weight: 700;
		color: #222;
	}

	@media(max-width: 767px) {
		#diamond_weight_box .diamond-weight-title {
			font-size: 20px;
		}

		#diamond_weight_box .diamond-total-highlight {
			font-size: 16px;
			padding: 7px 10px;
		}

		#diamond_weight_box .diamond-weight-line {
			font-size: 14px;
		}
	}

	#diamond_weight_box {
		margin-top: 28px;
		margin-bottom: 24px;
	}

	#diamond_weight_box .diamond-weight-title {
		font-size: 22px;
		line-height: 1.3;
		font-weight: 500;
		color: #222;
		margin-bottom: 12px;
	}

	#diamond_weight_box .diamond-total-highlight {
		display: inline-block;
		background: #e88347;
		color: #ffffff;
		padding: 8px 12px;
		border-radius: 5px;
		font-size: 20px;
		line-height: 1.3;
		font-weight: 600;
		margin-bottom: 18px;
	}

	#diamond_weight_box .diamond-total-highlight strong {
		color: #ffffff;
		font-weight: 700;
	}

	#diamond_weight_box .diamond-weight-line {
		font-size: 15px;
		line-height: 1.5;
		color: #222;
		margin: 8px 0;
	}

	#diamond_weight_box .diamond-weight-line strong {
		font-weight: 700;
		color: #222;
	}

	@media(max-width: 767px) {
		#diamond_weight_box .diamond-weight-title {
			font-size: 20px;
		}

		#diamond_weight_box .diamond-total-highlight {
			font-size: 16px;
			padding: 7px 10px;
		}

		#diamond_weight_box .diamond-weight-line {
			font-size: 14px;
		}
	}

	@media (max-width: 767px) {
    .difference-card {
        flex: unset !important; /* removes the flex property */
    }
}
	/* .related-products-section {
    background-color: transparent; /* Remove background */


.section-title {
    font-weight: 600;
    font-size: 24px;
    color: #333;
}

.related-product-card {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    overflow: hidden;
    width: 220px;      /* fixed width */
    height: 220px;     /* same as width to make it square */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    margin: auto;
}

.related-product-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}

.card-image-wrapper {
    padding: 15px;
    text-align: center;
}

.card-image-wrapper img {
    width: 80%;       /* adjust image to fit square nicely */
    height: auto;
    object-fit: contain;
}

.card-details {
    padding: 15px;
}

.product-model {
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 5px;
    color: #333;
}

.product-price {
    color: #ff6b6b;
    font-weight: 600;
    font-size: 14px;
}

/* Carousel arrows black */
.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-color: black !important;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    background-size: 20px 20px;
}

/* Optional: carousel indicators style */
.carousel-indicators button {
    background-color: #000;
    opacity: 0.6;
}

.carousel-indicators .active {
    opacity: 1;
}
.related-products-section .section-title {
    margin-top: 100px !important;  /* increase space above */
    margin-bottom: 30px !important;
}
.related-products-section {
    padding-top: 50px;  /* adds extra space above everything */
} */

.product-buttons {
    display: block !important;
    width: 100% !important;
}

.product-buttons .button-cart {
    display: block !important;
    width: 100% !important;
    opacity: 1 !important;
    visibility: visible !important;
}

.ring-size-label-wrap {
    display: flex !important;
    align-items: center !important;
    gap: 8px;
    white-space: nowrap;
}

.ring-size-label-wrap .sub-title {
    margin: 0 !important;
    line-height: 1;
}

.ring-size-guide-link {
    font-size: 12px;
    color: #ec8951;
    font-weight: 500;
    text-decoration: underline; 
    line-height: 1;
    white-space: nowrap;
}

#div_ring_size .col-lg-10 {
    display: flex;
    align-items: center;
}

#ring_size_select {
    max-width: 160px;
}

@media(max-width:767px){
  #div_ring_size .col-lg-2{
    display:flex !important;
    align-items:center !important;
    gap:8px;
    width:100%;
    margin-bottom:6px;
  }

  #div_ring_size .col-lg-10{
    width:100%;
  }

  #ring_size_select{
    width:130px;
    max-width:130px;
  }

  .ring-size-guide-link{
    font-size:12px;
    color:#ec8951;
    text-decoration:underline;
    white-space:nowrap;
  }
}

.bracelet-length-guide-link {
    display: block;
    margin-top: 4px;
    font-size: 11px;
    color: #ec8951;
    font-weight: 600;
    text-decoration: underline;
    white-space: nowrap;
}

.cta-trust-box{
    margin-top:18px;
    border:1px solid #e5e5e5;
    background:#fafafa;
    border-radius:8px;
    padding:14px;
	 width:100%;
}

.cta-trust-box .trust-item{
    font-size:14px;
    color:#222;
    font-weight:500;
    padding:7px 0;
    border-bottom:1px solid #eee;
    display:flex;
    align-items:center;
    gap:10px;
}

.cta-trust-box .trust-item:last-child{
    border-bottom:none;
}

@media(max-width:767px){
    .cta-trust-box{
        padding:10px;
    }

    .cta-trust-box .trust-item{
        font-size:13px;
        padding:5px 0;
    }
}
.secure-payment-box {
    margin-top: 14px;
    padding: 14px;
    border: 1px solid #e8e8e8;
    border-radius: 8px;
    background: #fff;
    width: 100%;
    text-align: center;
}

.secure-payment-header {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-size: 14px;
    font-weight: 600;
    color: #222;
    margin-bottom: 12px;
    text-align: center;
}

.secure-payment-icons {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
}

.payment-item {
    height: 42px;
    min-width: 72px;
    border: 1px solid #ececec;
    border-radius: 8px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 6px 12px;
}

.payment-item img {
    max-width: 65px;
    max-height: 24px;
    object-fit: contain;
}

.secure-payment-note {
    margin-top: 12px;
    font-size: 13px;
    color: #666;
    line-height: 20px;
    text-align: center;
}
/* Bigger secure payment icons */
.secure-payment-box {
    padding: 20px;
}

.secure-payment-icons {
    gap: 14px;
}

.payment-item {
    height: 56px;
    min-width: 96px;
    padding: 10px 16px;
}

.payment-item img {
    max-width: 82px;
    max-height: 34px;
}
.secure-payment-icons {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    gap: 8px;
}

.payment-item {
    height: 46px;
    min-width: 78px;
    padding: 8px 10px;
}

.payment-item img {
    max-width: 66px;
    max-height: 26px;
}

@media(max-width:767px){
    .secure-payment-icons {
        flex-wrap: wrap;
    }
}
@media (max-width: 767px) {
  .secure-payment-icons {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr);
    gap: 8px;
  }

  .payment-item {
    width: 100% !important;
    min-width: 0 !important;
    height: 38px !important;
    padding: 5px !important;
  }

  .payment-item img {
    max-width: 52px !important;
    max-height: 22px !important;
  }

  .payment-item.applepay {
    grid-column: auto !important;
    max-width: none !important;
  }
}

@media (max-width: 767px) {

  .secure-payment-icons {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
    gap: 8px !important;
  }

  .secure-payment-icons .payment-item {
    width: calc(25% - 8px) !important;
    max-width: 70px !important;
    min-width: 60px !important;
    height: 40px !important;

    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    padding: 6px !important;
    border-radius: 8px !important;
  }

  .secure-payment-icons .payment-item img {
    max-width: 52px !important;
    max-height: 22px !important;
    object-fit: contain !important;
  }

  /* Apple Pay center */
  .secure-payment-icons .payment-item.applepay {
    margin: 0 auto !important;
  }
}
@media (max-width: 767px) {

  .product-product-page .container-fluid {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .product-product-page .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  #product-images-section {
    width: 100% !important;
    max-width: 100% !important;
  }

  #product-images-section .row.position-relative {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 6px !important;
  }

  #product-images-section .col-6 {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 !important;
  }

  #product-images-section img {
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }

  .product-page-details {
    padding: 12px !important;
  }

  .product-page-details .main-title {
    font-size: 20px !important;
    line-height: 1.35 !important;
  }

  .product-accordion .accordion-button {
    padding: 12px 14px !important;
    font-size: 14px !important;
  }

  .product-accordion .accordion-body {
    padding: 12px !important;
  }

  .product-details-grid {
    grid-template-columns: 1fr !important;
    gap: 12px !important;
  }

  html,
  body {
    overflow-x: hidden !important;
  }
}

@media (max-width: 767px) {

  /* option buttons mobile grid */
  .product-option-block ul.image-box,
  .quantity-variant {
    display: grid !important;
    grid-template-columns: repeat(5, 1fr) !important;
    gap: 8px !important;
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
  }

  .product-option-block ul.image-box li,
  .quantity-variant li {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
  }

  .product-option-block .option_square,
  .quantity-variant li a,
  .quantity-variant li span {
    width: 100% !important;
    min-width: 0 !important;
    height: 42px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 12px !important;
    padding: 6px !important;
  }

  /* metal circles should not stretch */
  .quantity-variant.round.color {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 8px !important;
  }

  .quantity-variant.round.color li,
  .quantity-variant.round.color .metal-circle {
    width: 42px !important;
    height: 42px !important;
    flex: 0 0 42px !important;
  }
}

@media (max-width: 767px) {

  #div_stone_type .image-box {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 8px !important;
  }

  #div_stone_type .optvaluer {
    width: auto !important;
  }

  #div_stone_type .option_square {
    min-width: 115px !important;
    height: auto !important;
    padding: 9px 10px !important;
    white-space: normal !important;
    line-height: 1.3 !important;
    text-align: center !important;
  }

  #div_carat .image-box {
    grid-template-columns: repeat(5, 1fr) !important;
  }
}

@media (max-width: 380px) {
  #div_carat .image-box {
    grid-template-columns: repeat(4, 1fr) !important;
    gap: 6px !important;
  }

  #div_carat .option_square {
    font-size: 11px !important;
    height: 38px !important;
    padding: 4px !important;
  }
}

@media (max-width: 767px) {
  .whatsapp,
  .whatsapp-icon,
  .back-to-top,
  #back-to-top {
    right: 8px !important;
  }
}

@media (max-width: 991px) {
  .topstickbar-product {
    height: auto !important;
    padding: 6px 0 !important;
  }

  .sticky-inner {
    display: grid !important;
    grid-template-columns: 1fr 1fr auto !important;
    align-items: center !important;
    overflow-x: hidden !important;
    padding: 6px 8px !important;
    gap: 6px !important;
  }

  .sticky-divider,
  .sticky-details-col:nth-of-type(4) {
    display: none !important;
  }

  .sticky-section {
    padding: 0 !important;
    min-width: 0 !important;
  }

  .sticky-price-section {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    min-width: 95px !important;
  }

  .sticky-our-price {
    display: block !important;
    font-size: 11px !important;
    color: #666 !important;
    line-height: 1.2 !important;
  }

  .sticky-price-row {
    display: flex !important;
    align-items: center !important;
    gap: 4px !important;
  }

  .sticky-price {
    display: inline-block !important;
    font-size: 15px !important;
    color: #111 !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
  }

  .sticky-rrp {
    font-size: 10px !important;
  }

  .sticky-btn-cart {
    font-size: 11px !important;
    padding: 7px 10px !important;
  }
}
@media (max-width: 767px) {
  .topstickbar-product {
    height: auto !important;
    padding: 6px 0 !important;
  }

  .sticky-inner {
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: center !important;
    justify-content: space-between !important;
    overflow-x: hidden !important;
    padding: 6px 10px !important;
    gap: 6px !important;
  }

  .sticky-details-col {
    width: calc(50% - 6px) !important;
    flex: 0 0 calc(50% - 6px) !important;
  }

  .sticky-price-section {
    width: calc(50% - 6px) !important;
    flex: 0 0 calc(50% - 6px) !important;
    align-items: flex-start !important;
  }

  .sticky-btn-section {
    width: calc(50% - 6px) !important;
    flex: 0 0 calc(50% - 6px) !important;
    justify-content: flex-end !important;
  }

  .sticky-divider,
  .sticky-label-section {
    display: none !important;
  }

  .sticky-price {
    font-size: 16px !important;
  }

  .sticky-our-price {
    font-size: 11px !important;
  }

  .sticky-btn-cart {
    font-size: 0 !important;
    width: 54px !important;
    height: 42px !important;
    padding: 0 !important;
  }

  .sticky-btn-cart i {
    font-size: 22px !important;
    margin: 0 !important;
  }
}

@media (max-width: 767px) {

    .product-details-list li {
        display: flex !important;
        flex-direction: row !important;
        justify-content: space-between !important;
        align-items: center !important;
        gap: 10px !important;
        padding: 10px 0 !important;
    }

    .product-details-list li strong,
    .product-details-list li .label {
        width: 45% !important;
        min-width: 45% !important;
        display: inline-block !important;
        margin: 0 !important;
    }

    .product-details-list li span,
    .product-details-list li .value {
        width: 55% !important;
        text-align: right !important;
        display: inline-block !important;
        margin: 0 !important;
    }

}

@media (max-width: 767px) {
  .product-details-list li {
    display: flex !important;
    flex-direction: row !important;
    justify-content: flex-start !important;
    align-items: center !important;
    gap: 4px !important;
    padding: 8px 0 !important;
  }

  .product-details-list li .label {
    flex: 0 0 auto !important;
    min-width: 0 !important;
    width: auto !important;
    margin: 0 !important;
    white-space: nowrap !important;
  }

  .product-details-list li span:not(.label),
  .product-details-list li .value {
    flex: 0 0 auto !important;
    width: auto !important;
    text-align: left !important;
    margin: 0 !important;
    white-space: nowrap !important;
  }
}

@media (max-width: 767px) {
  .product-details-list li {
    display: grid !important;
    grid-template-columns: 130px 1fr !important;
    column-gap: 4px !important;
    align-items: center !important;
    padding: 8px 0 !important;
  }

  .product-details-list .label {
    min-width: 0 !important;
    width: 130px !important;
    white-space: nowrap !important;
  }

  .product-details-list li span:not(.label),
  .product-details-list .value {
    width: auto !important;
    text-align: left !important;
    white-space: nowrap !important;
  }
}
@media (max-width: 767px) {
  .product-details-section,
  .product-details-section ul,
  .product-details-section li {
    text-align: left !important;
  }

  .product-details-list li {
    display: flex !important;
    flex-direction: row !important;
    justify-content: flex-start !important;
    align-items: baseline !important;
    gap: 4px !important;
    padding: 8px 0 !important;
  }

  .product-details-list li .label {
    display: inline !important;
    width: auto !important;
    min-width: 0 !important;
    flex: 0 0 auto !important;
    text-align: left !important;
    margin: 0 !important;
  }

  .product-details-list li span:not(.label),
  .product-details-list li .value {
    display: inline !important;
    width: auto !important;
    flex: 0 0 auto !important;
    text-align: left !important;
    margin: 0 !important;
  }
}
@media (max-width: 767px) {
  .secure-payment-icons {
    display: grid !important;
    grid-template-columns: repeat(4, 62px) !important;
    justify-content: center !important;
    gap: 8px !important;
  }

  .secure-payment-icons .payment-item {
    width: 62px !important;
    min-width: 62px !important;
    height: 40px !important;
  }

  
}
@media (max-width: 767px) {
  .secure-payment-icons {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
    gap: 8px !important;
  }

  .secure-payment-icons .payment-item {
    flex: 0 0 64px !important;
    width: 64px !important;
    min-width: 64px !important;
    height: 40px !important;
    margin: 0 !important;
  }

  .secure-payment-icons .payment-item.applepay {
    margin: 0 !important;
  }
}
 /* Override all-caps styling from theme */
    .showroom-title {
        text-transform: none !important;  /* disables uppercase */
        font-weight: 600;
        font-size: 2rem; /* adjust size if needed */
    }

	/* Store Section Styling */
    .store-section {
        background-color: #f8f8f8;
        border-radius: 16px;
    }

    .store-section .store-title {
        font-size: 2rem;
        font-weight: 600;
        text-transform: none; /* keep sentence case */
        color: #222;
    }

    .store-section .store-description {
        font-size: 1rem;
        color: #555;
    }

    .store-section .btn-outline-primary {
        border-color: #ec8951;
        color: #ec8951;
        padding: 10px 25px;
        font-size: 1rem;
        font-weight: 600;
        border-radius: 8px;
        transition: all 0.3s ease;
    }

    .store-section .btn-outline-primary:hover {
        background-color: #ec8951;
        color: #fff;
        text-decoration: none;
    }

    @media(max-width: 767px) {
        .store-section .store-title {
            font-size: 1.5rem;
        }
        .store-section .store-description {
            font-size: 0.95rem;
        }
        .store-section .btn-outline-primary {
            font-size: 0.95rem;
            padding: 8px 20px;
        }
    }

	.related-carousel-wrap {
		position: relative;
		width: 100%;
		padding: 0 38px;
	}

	.product-m.related-slider {
		display: flex !important;
		gap: 18px;
		overflow-x: auto !important;
		overflow-y: hidden !important;
		scroll-behavior: smooth;
		scroll-snap-type: x mandatory;
		scrollbar-width: none;
		width: 100%;
		padding: 15px 0;
	}

	.product-m.related-slider::-webkit-scrollbar {
		display: none;
	}

	.related-slider .basic-product {
		flex: 0 0 170px !important;
		width: 170px !important;
		scroll-snap-align: start;
		text-align: center;
	}

	.related-slider .img-wrapper {
		width: 100%;
		background: #fff;
		border-radius: 8px;
		overflow: hidden;
	}

	.related-slider .img-wrapper img {
		width: 100%;
		height: 175px;
		object-fit: contain;
		border-radius: 8px;
		transition: transform 0.3s ease;
	}

	.related-slider .img-wrapper img:hover {
		transform: scale(1.05);
	}

	.related-slider .product-detail h6 {
		font-size: 13px;
		line-height: 1.35;
		color: #222;
		white-space: normal;
	}

	.related-arrow {
		position: absolute;
		top: 45%;
		transform: translateY(-50%);
		width: 32px;
		height: 32px;
		border: 1px solid #ddd;
		background: #fff;
		color: #111;
		border-radius: 50%;
		z-index: 9;
		font-size: 26px;
		line-height: 26px;
		cursor: pointer;
		display: flex;
		align-items: center;
		justify-content: center;
		box-shadow: 0 2px 8px rgba(0,0,0,0.08);
	}

	.related-prev {
		left: 0;
	}

	.related-next {
		right: 0;
	}

	@media(max-width: 767px) {
		.related-carousel-wrap {
			padding: 0 28px;
		}

		.related-slider .basic-product {
			flex: 0 0 145px !important;
			width: 145px !important;
		}

		.related-slider .img-wrapper img {
			height: 150px;
		}

		.related-arrow {
			width: 28px;
			height: 28px;
			font-size: 22px;
			line-height: 22px;
		}
	}

	.ring-size-guide-box{
    background:#D9D9D9;
    border:1px solid #D9D9D9;
    border-radius:6px;
    padding:10px 12px;
    margin-top:10px;
    margin-bottom:12px;
    display:flex;
    align-items:center;
    gap:8px;
    font-size:14px;
    line-height:20px;
}

.ring-size-help,
.ring-size-help a {
    color: #000000 !important;
}

.ring-size-help a {
    text-decoration: underline;
}

.ring-size-guide-box a{
    color:#ec8951;
    font-weight:700;
    text-decoration:underline;
}

.guide-icon{
    font-size:18px;
    flex-shrink:0;
}

/* Bracelet length guide beside length option buttons - no extra div added */
#div_length .col-lg-10,
#div_bracelet_length .col-lg-10 {
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
    flex-wrap: nowrap !important;
}

#div_length .image-box,
#div_bracelet_length .image-box {
    display: inline-flex !important;
    width: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    flex-wrap: nowrap !important;
}

#div_length .image-box li,
#div_bracelet_length .image-box li {
    flex: 0 0 auto !important;
}

.bracelet-guide-box {
    display: inline-flex !important;
    align-items: center !important;
    width: auto !important;
    max-width: 390px !important;
    margin: 0 0 0 12px !important;
    white-space: nowrap !important;
    flex: 0 0 auto !important;
}

/* Mobile fix: prevent bracelet guide from cutting outside screen */
@media (max-width: 767px) {
    #div_length .col-lg-10,
    #div_bracelet_length .col-lg-10 {
        display: flex !important;
        align-items: center !important;
        gap: 8px !important;
        flex-wrap: wrap !important;
        width: 100% !important;
    }

    #div_length .image-box,
    #div_bracelet_length .image-box {
        display: flex !important;
        flex-wrap: nowrap !important;
        width: auto !important;
        max-width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
        gap: 8px !important;
    }

    #div_length .image-box li,
    #div_bracelet_length .image-box li {
        width: auto !important;
        max-width: none !important;
        flex: 0 0 auto !important;
        padding: 0 !important;
        margin: 0 !important;
    }

    #div_length .option_square,
    #div_bracelet_length .option_square {
        min-width: 60px !important;
        width: auto !important;
        height: 44px !important;
        padding: 8px 14px !important;
    }

    .bracelet-guide-box {
        width: 100% !important;
        max-width: 100% !important;
        margin: 8px 0 0 0 !important;
        padding: 9px 10px !important;
        white-space: normal !important;
        justify-content: center !important;
        font-size: 13px !important;
        line-height: 18px !important;
        box-sizing: border-box !important;
    }

    .bracelet-guide-box .ring-size-help,
    .bracelet-guide-box .ring-size-help a {
        white-space: normal !important;
        text-align: center !important;
    }
}



.related-products-band { padding: 30px 0; }
.related-band-title {
	font-size: 2rem;
	font-weight: 600;
	color: #222;
	margin-bottom: 20px;
}
@media (max-width: 767px) {
	.related-band-title { font-size: 1.5rem; }
}
.sd-trustpilot-static {
    max-width: 1380px;
    margin: 36px auto;
    padding: 16px;
    text-align: center;
}
.sd-trustpilot-static .tp-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
    text-decoration: none;
    color: #191919;
    font-family: inherit;
}
.sd-trustpilot-static .tp-rating-text {
    font-size: 16px;
    font-weight: 700;
    color: #191919;
}
.sd-trustpilot-static .tp-stars {
    display: inline-flex;
    gap: 3px;
}
.sd-trustpilot-static .tp-stars i {
    width: 24px;
    height: 24px;
    background: #00b67a;
    display: inline-block;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 .587l3.668 7.568L24 9.306l-6 5.93L19.336 24 12 19.897 4.664 24 6 15.236 0 9.306l8.332-1.151z'/%3E%3C/svg%3E") no-repeat center / contain;
            mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 .587l3.668 7.568L24 9.306l-6 5.93L19.336 24 12 19.897 4.664 24 6 15.236 0 9.306l8.332-1.151z'/%3E%3C/svg%3E") no-repeat center / contain;
}
.sd-trustpilot-static .tp-logo-img {
    height: 22px;
    width: auto;
}
.sd-trustpilot-static .tp-count {
    font-size: 13px;
    color: #666;
}

@media (max-width: 575px) {
    .sd-trustpilot-static .tp-link { gap: 6px; }
    .sd-trustpilot-static .tp-stars i { width: 20px; height: 20px; }
    .sd-trustpilot-static .tp-rating-text { font-size: 14px; }
    .sd-trustpilot-static .tp-logo-img { height: 18px; }
    .sd-trustpilot-static .tp-count { width: 100%; }
}

.sd-trustpilot-collector-inline {
    margin: 12px 0 4px;
}
.sd-trustpilot-collector-inline .tp-collector-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #fff;
    border: 1.5px solid #00b67a;
    border-radius: 6px;
    padding: 8px 16px;
    text-decoration: none;
    transition: box-shadow 0.2s ease, transform 0.2s ease;
}
.sd-trustpilot-collector-inline .tp-collector-btn:hover {
    box-shadow: 0 3px 10px rgba(0, 182, 122, 0.25);
    transform: translateY(-1px);
}
.sd-trustpilot-collector-inline .tp-collector-text {
    font-size: 14px;
    font-weight: 700;
    color: #191919;
}
.sd-trustpilot-collector-inline .tp-collector-logo {
    height: 18px;
    width: auto;
}
.trustpilot{
	color:#00b67a;
}

.product-trustpilot-wrap {
    width: 100%;
  }

  .product-trustpilot-badge {
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    max-width: 440px;
    min-height: 72px;
    padding: 18px 26px;
    border-radius: 6px;
    box-shadow: 0 3px 14px rgba(0, 0, 0, 0.10);
    color: #111111;
    text-decoration: none;
    font-family: Arial, sans-serif;
    font-size: 17px;
    line-height: 1;
  }

  .product-trustpilot-badge:hover {
    color: #111111;
    text-decoration: none;
  }

  .product-trustpilot-rating,
  .product-trustpilot-name {
    font-weight: 700;
  }

  .product-trustpilot-badge span {
    white-space: nowrap;
  }

  .product-trustpilot-star {
    color: #00b67a;
    font-size: 25px;
    line-height: 1;
    transform: translateY(-1px);
  }

  @media screen and (max-width: 749px) {
    .product-trustpilot-badge {
      max-width: 100%;
      min-height: 56px;
      padding: 14px 15px;
      gap: 6px;
      font-size: 13px;
    }

    .product-trustpilot-star {
      font-size: 19px;
    }
  }

  .product-trustpilot-wrap {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    padding: 0 !important;
}

.product-trustpilot-badge {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    padding: 0 !important;
}
.product-trustpilot-rating {
    font-size: 16px !important;
}

.product-trustpilot-score {
    font-size: 15px !important;
}

.product-trustpilot-star {
    font-size: 17px !important;
}

.product-trustpilot-name {
    font-size: 15px !important;
}

.product-trustpilot-wrap{
    width:100%;
    display:block;
    margin:10px 0;
}

/* FORCE FULL ROW */
.tp-fullrow{
    width:100%;
    display:block;
}

/* STOP COMPRESSION */
.tp-fullrow .trustpilot-widget{
    width:100% !important;
    min-height:28px !important;
    overflow:visible !important;
}

/* iframe fix */
.tp-fullrow iframe{
    width:100% !important;
    min-height:28px !important;
}


/* Sunshine Diamonds offer price card with countdown timer */
.sd-price-card{
    width:100%;
    max-width:520px;
    border:1px solid #e5e5e5;
    border-radius:0 0 10px 10px;
    overflow:hidden;
    background:#fff;
    box-shadow:0 8px 20px rgba(0,0,0,0.08);
    margin:16px 0;
}
.sd-sale-head{
    background:linear-gradient(90deg,#3e3e46 0%,#4a4a52 45%,#ec8951 100%);
    color:#fff;
    font-size:14px;
    font-weight:700;
    padding:10px 14px;
    letter-spacing:.3px;
    display:flex;
    align-items:center;
    gap:8px;
    flex-wrap:wrap;
}
.sd-sale-head .sd-star{
    color:#fff;
    font-size:15px;
}
.sd-offer-timer{
    display:flex;
    gap:8px;
    padding:10px 14px;
    background:#4a4a52;
}
.sd-time-box{
    min-width:42px;
    height:44px;
    border:1px solid rgba(255,255,255,0.16);
    border-radius:4px;
    background:rgba(255,255,255,0.06);
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    color:#fff;
}
.sd-time-box strong{
    display:block;
    font-size:15px;
    line-height:16px;
    font-weight:700;
    color:#fff;
}
.sd-time-box span{
    display:block;
    font-size:8px;
    line-height:10px;
    color:#d9d9d9;
    text-transform:uppercase;
}
.sd-price-main{
    display:flex;
    justify-content:space-between;
    align-items:flex-end;
    gap:12px;
    padding:14px 16px 10px;
    border-bottom:1px solid #eee;
}
.sd-price-rrp-wrap{
    display:flex;
    gap:18px;
}
.sd-price-label{
    display:block;
    font-size:12px;
    color:#777;
    text-transform:uppercase;
    margin-bottom:2px;
}
.sd-rrp{
    font-size:17px;
    color:#999;
    text-decoration:line-through;
}
.sd-sale-price{
    display:flex;
    align-items:center;
    gap:8px;
    white-space:nowrap;
	color:#ec8951;
}
.sd-sale-price span{
    font-size:12px;
    font-weight:700;
    letter-spacing:1px;
    color:#ec8951;
}
.sd-sale-price strong{
    font-size:34px;
    font-weight:700;
    margin:0 !important;
    line-height:1;
}
.sd-save-badge{
    background:#666b76;
    color:#fff;
    border-radius:12px;
    font-size:11px;
    font-weight:700;
    padding:4px 8px;
    white-space:nowrap;
}
.sd-code-row{
    display:flex;
    align-items:center;
    gap:8px;
    padding:10px 16px;
    font-size:14px;
    color:#666;
    flex-wrap:wrap;
}
.sd-code-row strong{
    color:#ec8951;
    border:1px dashed #ec8951;
    padding:3px 9px;
    border-radius:4px;
    background:#fff7f2;
}
.sd-code-row button{
    background:#333;
    color:#fff;
    border:0;
    border-radius:5px;
    padding:6px 12px;
    font-size:12px;
    font-weight:700;
    cursor:pointer;
}
.sd-price-icons{
    display:flex;
    justify-content:center;
    align-items:center;
    gap:18px;
    padding:0 16px 14px;
    font-size:13px;
    color:#666;
    flex-wrap:wrap;
    text-align:center;
}
.sd-copy-msg{
    display:none;
    color:#28a745;
    font-size:12px;
    font-weight:600;
}
@media(max-width:767px){
    .sd-price-card{
        max-width:100%;
        margin:14px 0;
    }
    .sd-sale-head{
        font-size:12px;
        padding:9px 10px;
    }
    .sd-offer-timer{
        padding:8px 10px;
        gap:6px;
    }
    .sd-time-box{
        min-width:38px;
        height:40px;
    }
    .sd-price-main{
        padding:12px 12px 9px;
        align-items:flex-end;
    }
    .sd-price-rrp-wrap{
        gap:12px;
    }
    .sd-sale-price strong{
        font-size:28px;
    }
    .sd-save-badge{
        display:none;
    }
    .sd-code-row{
        padding:9px 12px;
        font-size:13px;
    }
    .sd-price-icons{
        gap:10px;
        padding:0 12px 12px;
        font-size:12px;
    }
}

/* PDP Trust + Showroom section above wishlist/share */
.sd-pdp-assurance {
    width: 100%;
    margin: 16px 0 14px;
    font-family: inherit;
}

.sd-showroom-btn {
    width: 100%;
    min-height: 54px;
    border: 1px solid #222;
    border-radius: 4px;
    background: #ffffff;
    color: #111111;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    text-decoration: none;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    transition: all 0.25s ease;
}

.sd-showroom-btn:hover {
    background: #111111;
    color: #ffffff;
    text-decoration: none;
}

.sd-contact-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    margin-top: 22px;
	
}

.sd-contact-card {
    min-height: 82px;
    border: 1px solid #e2e2e2;
    border-radius: 6px;
    background: #ffffff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    text-decoration: none;
    color: #222222;
    font-size: 13px;
    transition: all 0.25s ease;
	background-color: #f8f8f8 !important;
}

.sd-contact-card i {
    font-size: 22px;
    color: #a98545;
    line-height: 1;
}

.sd-contact-card:hover {
    border-color: #a98545;
    color: #222222;
    text-decoration: none;
    box-shadow: 0 4px 14px rgba(0,0,0,0.07);
}

.sd-benefit-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin-top: 22px;
    border: 1px solid #dedede;
    border-radius: 6px;
    overflow: hidden;
    background: #ffffff;
}

.sd-benefit-item {
    min-height: 92px;
    padding: 13px 8px;
    text-align: center;
    border-right: 1px solid #dedede;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 6px;
	background-color: #f8f8f8;
}

.sd-benefit-item:last-child {
    border-right: none;
}

.sd-benefit-item i {
    font-size: 25px;
    color: #a98545;
    line-height: 1;
}

.sd-benefit-item strong {
    display: block;
    font-size: 13px;
    font-weight: 700;
    color: #111111;
    line-height: 1.2;
}

.sd-benefit-item span {
    display: block;
    font-size: 10px;
    color: #777777;
    text-transform: uppercase;
    letter-spacing: 0.7px;
    line-height: 1.2;
}

.sd-moneyback-box {
    margin-top: 22px;
    border: 1px solid #ded3bf;
    border-radius: 5px;
    background: #f5efe3;
    padding: 18px 20px;
    display: flex;
    align-items: center;
    gap: 16px;
	background-color: #f8f8f8;
}

.sd-moneyback-box i {
    font-size: 36px;
    color: #a98545;
    flex-shrink: 0;
}

.sd-moneyback-text strong {
    display: block;
    font-size: 17px;
    font-weight: 600;
    color: #111111;
    line-height: 1.2;
}

.sd-moneyback-text span {
    display: block;
    margin-top: 3px;
    font-size: 14px;
    color: #444444;
    line-height: 1.4;
}

@media (max-width: 767px) {
    .sd-showroom-btn {
        min-height: 48px;
        font-size: 12px;
        letter-spacing: 1.5px;
    }

    .sd-contact-grid {
        gap: 8px;
        margin-top: 16px;
    }

    .sd-contact-card {
        min-height: 70px;
        font-size: 11px;
        gap: 6px;
        padding: 8px 4px;
    }

    .sd-contact-card i {
        font-size: 19px;
    }

    .sd-benefit-grid {
        margin-top: 16px;
        grid-template-columns: repeat(4, 1fr);
    }

    .sd-benefit-item {
        min-height: 78px;
        padding: 10px 4px;
    }

    .sd-benefit-item i {
        font-size: 20px;
    }

    .sd-benefit-item strong {
        font-size: 11px;
    }

    .sd-benefit-item span {
        font-size: 8px;
        letter-spacing: 0.4px;
    }

    .sd-moneyback-box {
        margin-top: 16px;
        padding: 14px 12px;
        gap: 10px;
    }

    .sd-moneyback-box i {
        font-size: 30px;
    }

    .sd-moneyback-text strong {
        font-size: 14px;
    }

    .sd-moneyback-text span {
        font-size: 12px;
    }
}


/* MOBILE STICKY ADD TO CART TEXT FIX */
@media (max-width: 767px) {
    .topstickbar-product .sticky-btn-section {
        width: calc(50% - 6px) !important;
        flex: 0 0 calc(50% - 6px) !important;
        justify-content: flex-end !important;
    }

    .topstickbar-product .sticky-btn-cart {
        width: 135px !important;
        min-width: 135px !important;
        height: 42px !important;
        padding: 0 12px !important;
        font-size: 12px !important;
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        gap: 6px !important;
        overflow: visible !important;
        white-space: nowrap !important;
        text-indent: 0 !important;
        color: #ffffff !important;
    }

    .topstickbar-product .sticky-btn-cart i {
        font-size: 18px !important;
        color: #ffffff !important;
        margin: 0 !important;
        line-height: 1 !important;
        display: inline-flex !important;
    }

    .topstickbar-product .sticky-btn-cart .sticky-cart-text {
        display: inline-block !important;
        visibility: visible !important;
        opacity: 1 !important;
        color: #ffffff !important;
        font-size: 12px !important;
        line-height: 1 !important;
    }
}

@media (max-width: 380px) {
    .topstickbar-product .sticky-btn-cart {
        width: 122px !important;
        min-width: 122px !important;
        padding: 0 8px !important;
        font-size: 11px !important;
    }

    .topstickbar-product .sticky-btn-cart .sticky-cart-text {
        font-size: 11px !important;
    }
}




/* =========================================================
   FINAL FIX: Mobile top sticky Add To Cart layout
   Put this at the END of the first <style> block.
   ========================================================= */
@media (max-width: 767px) {
  .topstickbar-product {
    top: 0 !important;
    height: auto !important;
    max-height: none !important;
    padding: 8px 0 !important;
    background: #ffffff !important;
    overflow: visible !important;
  }

  .topstickbar-product .sticky-inner {
    width: 100% !important;
    max-width: 100% !important;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
    gap: 8px 12px !important;
    align-items: start !important;
    padding: 10px 14px !important;
    overflow: visible !important;
    box-sizing: border-box !important;
  }

  .topstickbar-product .sticky-label-section,
  .topstickbar-product .sticky-divider,
  .topstickbar-product .sticky-btn-outline {
    display: none !important;
  }

  .topstickbar-product .sticky-section,
  .topstickbar-product .sticky-details-col,
  .topstickbar-product .sticky-price-section,
  .topstickbar-product .sticky-btn-section {
    width: auto !important;
    max-width: 100% !important;
    min-width: 0 !important;
    flex: unset !important;
    padding: 0 !important;
    margin: 0 !important;
  }

  .topstickbar-product .sticky-row {
    display: flex !important;
    align-items: baseline !important;
    gap: 4px !important;
    margin: 0 0 5px 0 !important;
    min-width: 0 !important;
  }

  .topstickbar-product .sticky-row span,
  .topstickbar-product .sticky-key,
  .topstickbar-product .sticky-val {
    font-size: 13px !important;
    line-height: 18px !important;
    letter-spacing: 0.5px !important;
  }

  .topstickbar-product .sticky-key {
    color: #666666 !important;
    font-weight: 400 !important;
    flex: 0 0 auto !important;
  }

  .topstickbar-product .sticky-val {
    color: #111111 !important;
    font-weight: 700 !important;
    min-width: 0 !important;
    overflow-wrap: anywhere !important;
    white-space: normal !important;
  }

  .topstickbar-product .sticky-price-section {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    justify-content: center !important;
    grid-column: 1 / 2 !important;
  }

  .topstickbar-product .sticky-our-price {
    display: block !important;
    font-size: 13px !important;
    line-height: 18px !important;
    color: #666666 !important;
    margin: 0 0 3px 0 !important;
  }

  .topstickbar-product .sticky-price-row {
    display: flex !important;
    align-items: baseline !important;
    gap: 10px !important;
    margin: 0 !important;
  }

  .topstickbar-product .sticky-rrp {
    font-size: 13px !important;
    line-height: 18px !important;
    color: #999999 !important;
  }

  .topstickbar-product .sticky-price {
    font-size: 22px !important;
    line-height: 26px !important;
    font-weight: 700 !important;
    color: #111111 !important;
  }

  .topstickbar-product .sticky-btn-section {
    display: flex !important;
    align-items: center !important;
    justify-content: stretch !important;
    grid-column: 2 / 3 !important;
  }

  .topstickbar-product .sticky-btn-section .button-cart,
  .topstickbar-product .sticky-btn-cart {
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    height: 46px !important;
    padding: 0 10px !important;
    border-radius: 6px !important;
    background: #ec8951 !important;
    background-image: none !important;
    border: 1px solid #ec8951 !important;
    color: #ffffff !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 5px !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    line-height: 1 !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-indent: 0 !important;
    opacity: 1 !important;
    visibility: visible !important;
  }

  .topstickbar-product .sticky-btn-section .button-cart i,
  .topstickbar-product .sticky-btn-cart i {
    display: inline-flex !important;
    font-size: 18px !important;
    line-height: 1 !important;
    margin: 0 !important;
    color: #ffffff !important;
    flex: 0 0 auto !important;
  }

  .topstickbar-product .sticky-cart-text,
  .topstickbar-product .sticky-btn-cart span {
    display: inline-block !important;
    max-width: 100% !important;
    font-size: 13px !important;
    line-height: 1 !important;
    color: #ffffff !important;
    opacity: 1 !important;
    visibility: visible !important;
    white-space: nowrap !important;
    overflow: visible !important;
    text-indent: 0 !important;
  }
}

@media (max-width: 380px) {
  .topstickbar-product .sticky-inner {
    padding: 8px 10px !important;
    gap: 6px 8px !important;
  }

  .topstickbar-product .sticky-row span,
  .topstickbar-product .sticky-key,
  .topstickbar-product .sticky-val {
    font-size: 12px !important;
    line-height: 17px !important;
  }

  .topstickbar-product .sticky-price {
    font-size: 20px !important;
  }

  .topstickbar-product .sticky-btn-section .button-cart,
  .topstickbar-product .sticky-btn-cart {
    height: 44px !important;
    padding: 0 6px !important;
    gap: 4px !important;
    font-size: 12px !important;
  }

  .topstickbar-product .sticky-cart-text,
  .topstickbar-product .sticky-btn-cart span {
    font-size: 12px !important;
  }

  .topstickbar-product .sticky-btn-section .button-cart i,
  .topstickbar-product .sticky-btn-cart i {
    font-size: 17px !important;
  }
}

@media (max-width: 767px) {

  .topstickbar-product .sticky-row {
    display: flex !important;
    align-items: baseline !important;
    gap: 3px !important;
    flex-wrap: nowrap !important;
    white-space: nowrap !important;
  }

  .topstickbar-product .sticky-row span {
    white-space: nowrap !important;
    line-height: 1.25 !important;
    letter-spacing: 0 !important;
  }

  /* Make Stone Type shorter on mobile */
  .topstickbar-product .li_stone_type .sticky-key {
    font-size: 0 !important;
  }

  .topstickbar-product .li_stone_type .sticky-key::before {
    content: "Stone:";
    font-size: 13px !important;
    color: #555 !important;
    font-weight: 400 !important;
  }

  .topstickbar-product .li_stone_type .sticky-val {
    font-size: 13px !important;
    white-space: nowrap !important;
  }
}



/* AJAX ONLY PRICE FIX - prevents first wrong price such as £194 */
.sd-price-empty {
    display: none !important;
}

.final_prod_price.sd-ajax-only-price:empty {
    display: none !important;
}

.final_prod_price[data-price-loading="1"],
.final_prod_price.sd-price-skeleton {
    background: none !important;
    animation: none !important;
}

.sd-price-card .sd-our-price-value {
    display: none !important;
}

.sd-price-card .sd-sale-price strong.final_prod_price,
.topstickbar-product .sticky-price.final_prod_price,
.final_prod_price {
    color: #ec8951 !important;
}

/* =========================================================
   LAZYLOAD IMAGE VISIBILITY FIX
   Prevents blank images when lazyload library does not add .lazyloaded
   ========================================================= */
img.lazyload,
img.lazyloading,
img.lazyloaded,
img.lazy-load {
    opacity: 1 !important;
    visibility: visible !important;
}

img[data-src] {
    opacity: 1 !important;
    visibility: visible !important;
}

/* =========================================================
   FINAL FIX: Mobile sticky bar one-line Stone Type
   Lab-Created Diamond stays in one line
   ========================================================= */
@media (max-width: 767px) {

  .topstickbar-product,
  .topstickbar-product * {
    box-sizing: border-box !important;
  }

  .topstickbar-product {
    height: auto !important;
    max-height: none !important;
    overflow: visible !important;
    background: #ffffff !important;
  }

  .topstickbar-product .sticky-inner {
    display: grid !important;
    grid-template-columns: 49% 49% !important;
    column-gap: 2% !important;
    row-gap: 8px !important;
    width: 100% !important;
    max-width: 100% !important;
    padding: 10px 12px !important;
    overflow: visible !important;
  }

  .topstickbar-product .sticky-label-section,
  .topstickbar-product .sticky-divider,
  .topstickbar-product .sticky-btn-outline {
    display: none !important;
  }

  .topstickbar-product .sticky-section,
  .topstickbar-product .sticky-details-col,
  .topstickbar-product .sticky-price-section,
  .topstickbar-product .sticky-btn-section {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    flex: unset !important;
    padding: 0 !important;
    margin: 0 !important;
  }

  .topstickbar-product .sticky-row {
    display: flex !important;
    align-items: baseline !important;
    gap: 4px !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin: 0 0 5px 0 !important;
    overflow: visible !important;
    white-space: nowrap !important;
  }

  .topstickbar-product .sticky-key {
    flex: 0 0 auto !important;
    font-size: 12px !important;
    line-height: 16px !important;
    color: #666666 !important;
    font-weight: 400 !important;
    white-space: nowrap !important;
    letter-spacing: 0 !important;
  }

  .topstickbar-product .sticky-val {
    flex: 0 1 auto !important;
    min-width: 0 !important;
    max-width: 100% !important;
    font-size: 12px !important;
    line-height: 16px !important;
    color: #111111 !important;
    font-weight: 700 !important;
    white-space: nowrap !important;
    overflow: visible !important;
    text-overflow: unset !important;
    letter-spacing: 0 !important;
  }

  /* Stone Type one line */
  .topstickbar-product .li_stone_type {
    white-space: nowrap !important;
    overflow: visible !important;
  }

  .topstickbar-product .li_stone_type .sticky-key {
    font-size: 0 !important;
  }

  .topstickbar-product .li_stone_type .sticky-key::before {
    content: "Stone:" !important;
    font-size: 12px !important;
    line-height: 16px !important;
    color: #666666 !important;
    font-weight: 400 !important;
    white-space: nowrap !important;
  }

  .topstickbar-product .li_stone_type .sticky-val,
  .topstickbar-product .stone_s_stone_type {
    font-size: 12px !important;
    line-height: 16px !important;
    white-space: nowrap !important;
    overflow: visible !important;
    word-break: keep-all !important;
    overflow-wrap: normal !important;
  }

  .topstickbar-product .li_total_carat .sticky-key {
    font-size: 0 !important;
  }

  .topstickbar-product .li_total_carat .sticky-key::before {
    content: "Total Carat:" !important;
    font-size: 12px !important;
    line-height: 16px !important;
    color: #666666 !important;
    font-weight: 400 !important;
    white-space: nowrap !important;
  }

  .topstickbar-product .sticky-price-section {
    grid-column: 1 / 2 !important;
  }

  .topstickbar-product .sticky-btn-section {
    grid-column: 2 / 3 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: stretch !important;
  }

  .topstickbar-product .sticky-our-price {
    font-size: 12px !important;
    line-height: 16px !important;
    color: #666666 !important;
    margin-bottom: 4px !important;
  }

  .topstickbar-product .sticky-price-row {
    display: flex !important;
    align-items: baseline !important;
    gap: 8px !important;
    flex-wrap: nowrap !important;
    white-space: nowrap !important;
  }

  .topstickbar-product .sticky-rrp.final_original_price {
    font-size: 13px !important;
    line-height: 18px !important;
    margin: 0 !important;
    white-space: nowrap !important;
  }

  .topstickbar-product .sticky-price.final_prod_price {
    font-size: 24px !important;
    line-height: 28px !important;
    margin: 0 !important;
    color: #ec8951 !important;
    white-space: nowrap !important;
  }

  .topstickbar-product .sticky-btn-cart {
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    height: 46px !important;
    padding: 0 8px !important;
    font-size: 13px !important;
    white-space: nowrap !important;
    background: #ec8951 !important;
    border: 1px solid #ec8951 !important;
    color: #ffffff !important;
  }

  .topstickbar-product .sticky-cart-text {
    display: inline-block !important;
    font-size: 13px !important;
    white-space: nowrap !important;
    color: #ffffff !important;
  }
}

@media (max-width: 380px) {
  .topstickbar-product .sticky-inner {
    padding: 8px 8px !important;
  }

  .topstickbar-product .sticky-key,
  .topstickbar-product .sticky-val,
  .topstickbar-product .li_stone_type .sticky-key::before,
  .topstickbar-product .li_total_carat .sticky-key::before,
  .topstickbar-product .li_stone_type .sticky-val,
  .topstickbar-product .stone_s_stone_type {
    font-size: 11px !important;
    line-height: 15px !important;
  }

  .topstickbar-product .sticky-price.final_prod_price {
    font-size: 22px !important;
  }

  .topstickbar-product .sticky-btn-cart,
  .topstickbar-product .sticky-cart-text {
    font-size: 12px !important;
  }
}

/* =========================================================
   FINAL FIX: PDP Call Expert / Live Chat / Book Viewing mobile
   ========================================================= */

.sd-pdp-assurance,
.sd-pdp-assurance * {
    box-sizing: border-box !important;
}

.sd-contact-grid {
    width: 100% !important;
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 10px !important;
}

.sd-contact-card {
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    text-align: center !important;
    overflow: hidden !important;
}

.sd-contact-card span {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    font-size: 14px !important;
    line-height: 18px !important;
    font-weight: 400 !important;
    letter-spacing: 0 !important;
    text-transform: none !important;
    color: #222 !important;
    text-align: center !important;
    white-space: normal !important;
    word-break: normal !important;
}

.sd-contact-card i {
    display: block !important;
    font-size: 22px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
}

@media (max-width: 767px) {
    .sd-contact-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
        gap: 8px !important;
        margin-top: 16px !important;
    }

    .sd-contact-card {
        min-height: 86px !important;
        padding: 10px 6px !important;
        border-radius: 8px !important;
        justify-content: center !important;
    }

    .sd-contact-card span {
        font-size: 13px !important;
        line-height: 16px !important;
    }

    .sd-contact-card i {
        font-size: 21px !important;
        margin-bottom: 5px !important;
    }
}

@media (max-width: 380px) {
    .sd-contact-grid {
        gap: 6px !important;
    }

    .sd-contact-card {
        min-height: 82px !important;
        padding: 9px 4px !important;
    }

    .sd-contact-card span {
        font-size: 12px !important;
        line-height: 15px !important;
    }

    .sd-contact-card i {
        font-size: 20px !important;
    }
}

/* =========================================================
   FINAL FIX: Secure Payment Options - 2 lines on mobile
   Shows 4 logos first row + 3 logos second row centered
   ========================================================= */

@media (max-width: 767px) {

    .secure-payment-box {
        padding: 16px 10px !important;
        margin-top: 14px !important;
        width: 100% !important;
        box-sizing: border-box !important;
    }

    .secure-payment-header {
        font-size: 18px !important;
        line-height: 24px !important;
        margin-bottom: 14px !important;
        gap: 8px !important;
        white-space: nowrap !important;
    }

    .secure-payment-icons {
        display: flex !important;
        flex-wrap: wrap !important;
        justify-content: center !important;
        align-items: center !important;
        column-gap: 8px !important;
        row-gap: 10px !important;
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 auto !important;
    }

    .secure-payment-icons .payment-item {
        flex: 0 0 calc((100% - 24px) / 4) !important;
        width: calc((100% - 24px) / 4) !important;
        max-width: calc((100% - 24px) / 4) !important;
        min-width: 0 !important;
        height: 44px !important;
        padding: 6px 4px !important;
        margin: 0 !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        border-radius: 9px !important;
        box-sizing: border-box !important;
    }

    .secure-payment-icons .payment-item img {
        max-width: 54px !important;
        max-height: 24px !important;
        width: auto !important;
        height: auto !important;
        object-fit: contain !important;
    }

    .secure-payment-note {
        margin-top: 16px !important;
        font-size: 15px !important;
        line-height: 22px !important;
        max-width: 320px !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }
}

@media (max-width: 380px) {

    .secure-payment-box {
        padding: 14px 8px !important;
    }

    .secure-payment-icons {
        column-gap: 6px !important;
        row-gap: 8px !important;
    }

    .secure-payment-icons .payment-item {
        flex-basis: calc((100% - 18px) / 4) !important;
        width: calc((100% - 18px) / 4) !important;
        max-width: calc((100% - 18px) / 4) !important;
        height: 40px !important;
        padding: 5px 3px !important;
    }

    .secure-payment-icons .payment-item img {
        max-width: 48px !important;
        max-height: 21px !important;
    }

    .secure-payment-header {
        font-size: 16px !important;
    }

    .secure-payment-note {
        font-size: 14px !important;
        line-height: 21px !important;
    }
}

/* =========================================================
   FINAL FIX: Certificate section mobile responsive
   ========================================================= */

#div_certificate,
#div_Certificate {
    width: 100% !important;
    margin-top: 18px !important;
    margin-bottom: 18px !important;
    align-items: flex-start !important;
}

#div_certificate .col-lg-2,
#div_Certificate .col-lg-2 {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
    margin-bottom: 10px !important;
}

#div_certificate .sub-title,
#div_Certificate .sub-title {
    font-size: 16px !important;
    line-height: 22px !important;
    font-weight: 700 !important;
    text-align: left !important;
    justify-content: flex-start !important;
}

#div_certificate .col-lg-10,
#div_Certificate .col-lg-10 {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
}

#div_certificate ul.image-box,
#div_Certificate ul.image-box {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 10px !important;
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
}

#div_certificate ul.image-box li,
#div_Certificate ul.image-box li {
    width: auto !important;
    max-width: none !important;
    padding: 0 !important;
    margin: 0 !important;
    flex: 0 0 auto !important;
}

#div_certificate .option_square,
#div_Certificate .option_square {
    min-width: 105px !important;
    height: 48px !important;
    padding: 10px 14px !important;
    border-radius: 4px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    line-height: 18px !important;
    text-align: center !important;
    white-space: nowrap !important;
}

/* Mobile only */
@media (max-width: 767px) {
    #div_certificate,
    #div_Certificate {
        display: block !important;
        width: 100% !important;
        margin-top: 16px !important;
        margin-bottom: 18px !important;
    }

    #div_certificate .col-lg-2,
    #div_Certificate .col-lg-2,
    #div_certificate .col-lg-10,
    #div_Certificate .col-lg-10 {
        width: 100% !important;
        max-width: 100% !important;
        flex: 0 0 100% !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    #div_certificate .sub-title,
    #div_Certificate .sub-title {
        font-size: 15px !important;
        margin-bottom: 8px !important;
        text-align: left !important;
    }

    #div_certificate ul.image-box,
    #div_Certificate ul.image-box {
        display: flex !important;
        flex-wrap: wrap !important;
        justify-content: flex-start !important;
        gap: 8px !important;
    }

    #div_certificate .option_square,
    #div_Certificate .option_square {
        min-width: 95px !important;
        height: 46px !important;
        padding: 9px 12px !important;
        font-size: 12px !important;
        white-space: nowrap !important;
    }
}

.zoom-container.zoom-active {
    touch-action: none;
    -webkit-user-select: none;
    user-select: none;
    overflow: hidden;
}
.zoom-container.zoom-active img {
    will-change: transform;
}

/* =========================================================
   PDP VIDEO 4TH POSITION FIX - CSS ONLY
   No JS, no page break
   ========================================================= */

#product-images-section .row.position-relative > .col-6 {
    order: 10 !important;
}

#product-images-section .row.position-relative > .col-6:nth-child(1) {
    order: 1 !important;
}

#product-images-section .row.position-relative > .col-6:nth-child(2) {
    order: 2 !important;
}

#product-images-section .row.position-relative > .col-6:nth-child(3) {
    order: 3 !important;
}

#product-images-section .row.position-relative > .col-6:has(video) {
    order: 4 !important;
}

#product-images-section video {
    width: 100% !important;
    height: auto !important;
    display: block !important;
}

/* =========================================================
   FINAL FIX: Description only 2 lines + Read More
   ========================================================= */

.product-page-details .sd-description-content {
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;

    max-height: none !important;
    overflow: hidden !important;

    font-size: 15px !important;
    line-height: 1.45 !important;
    color: #555 !important;

    margin: 0 !important;
    padding: 0 !important;
}

.product-page-details .sd-description-content p {
    margin: 0 !important;
    padding: 0 !important;
    display: inline !important;
}

.product-page-details .sd-description-content::after {
    display: none !important;
}

.product-page-details .sd-description-content.is-expanded {
    display: block !important;
    -webkit-line-clamp: unset !important;
    overflow: visible !important;
}

.product-page-details .sd-description-content.is-expanded p {
    display: block !important;
    margin: 0 0 10px 0 !important;
}

.product-page-details .sd-readmore-btn {
    margin-top: 10px !important;
    margin-bottom: 16px !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    color: #ec8951 !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    line-height: 20px !important;
    text-decoration: underline !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 4px !important;
    cursor: pointer !important;
}

.product-page-details .sd-description-box {
    padding-bottom: 14px !important;
    margin-bottom: 16px !important;
    border-bottom: 1px solid #eeeeee !important;
}

.product-page-details .sd-description-box + .product-accordion {
    margin-top: 14px !important;
}

@media (max-width: 767px) {
    .product-page-details .sd-description-content {
        font-size: 14px !important;
        line-height: 1.45 !important;
    }

    .product-page-details .sd-readmore-btn {
        font-size: 13px !important;
        margin-bottom: 14px !important;
    }
}

.product-page-details .sd-readmore-btn.is-hidden {
    display: none !important;
}

.product-page-details .sd-description-content.is-short {
    display: block !important;
    -webkit-line-clamp: unset !important;
    -webkit-box-orient: initial !important;
    overflow: visible !important;
    max-height: none !important;
}

/* Microsoft Clarity image visibility fix */
#product-images-section,
#product-images-section * {
    visibility: visible !important;
}

#product-images-section img {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
}

/* Hide Stone Quality row when value is blank - no JS needed */
.div_quality:has(.span_stone_quality:empty),
.li_gemstone_quality:has(.stone_s_gemstone_quality:empty) {
    display: none !important;
}
.sd-product-sku {
    display: block;
    margin: 8px 0 14px;
    padding: 0 !important;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    color: #000000 !important;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    text-align: left;
}

/* =========================================================
   Source: product-order-details.css
   Kept in original loading order to preserve functionality
   ========================================================= */
/* Order Details Section Styles */

	.background-f8f8f8 {
		background-color: #f8f8f8;
	}
	.border-radius-24 {
		border-radius: 24px;
	}
	.accordion-button:focus {
		box-shadow: none;
	}

	.order-details-title {
		font-size: 32px;
		line-height: 40px;
		font-weight: 400;
		color: #000;
		margin-bottom: 16px;
	}

	.order-details-content .accordion {
		border: none;
	}

	.order-details-content .accordion-item {
		border: none;
		background-color: transparent;
	}

	.order-details-content .accordion-button {
		background: transparent;
		border: none;
		padding: 15px 0;
		font-size: 16px;
		line-height: 24px;
		font-weight: 400;
		color: #000;
		text-align: left;
		box-shadow: none;
	}

	.order-details-content .accordion-button:not(.collapsed) {
		background: transparent;
		color: #000;
		box-shadow: none;
	}


	.order-details-list {
		list-style: none;
		padding: 0;
		margin: 0 0 0 15px;
		display: flex;
		flex-direction: column;
	}

	.order-details-list li {
		padding: 8px 0;
		color: #000;
		font-size: 16px;
		line-height: 24px;
	}

	.product-image-container {
		padding: 16px 0;
		text-align: center;
	}

	.product-image {
		width: 100%;
		max-width: 500px;
		height: auto;
		border-radius: 16px;
		box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
	}

	/* Responsive Design */
	@media(max-width: 991.98px) {
		.order-details-content {
			padding: 15px 0;
		}

		.order-details-title {
			font-size: 24px;
			line-height: 32px;
			margin-bottom: 15px;
		}
	}

	@media(max-width: 767.98px) {
		.order-details-title {
			font-size: 17.5px;
			line-height: 25px;
			margin-bottom: 12.5px;
		}

		.product-image {
			max-width: 100%;
			border-radius: 7.5px;
		}
	}

	@media(max-width: 575.98px) {
		.order-details-content {
			padding: 16px 0;
		}

		.order-details-title {
			font-size: 15px;
			line-height: 22.5px;
			margin-bottom: 10px;
		}
	}

/* =========================================================
   Source: product-related.css
   Kept in original loading order to preserve functionality
   ========================================================= */
.product-4 {
	display: none;
}
#product-loader {
	display: block;
	padding: 30px;
}

.custom-loader-wrapper {
	padding: 40px;
	text-align: center;
}

.custom-spinner {
	border: 6px solid #f3f3f3;
	border-top: 6px solid #ec8951; /* your theme color */
	border-radius: 50%;
	width: 40px;
	height: 40px;
	animation: spin 0.8s linear infinite;
	margin: auto;
}

@keyframes spin {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}
.difference-section {
	width: 100%;
	max-width: 100%;
	overflow-x: hidden;
	box-sizing: border-box;
	padding-left: 15px;
	padding-right: 15px;
}
.difference-section * {
	box-sizing: border-box;
}

.difference-title {
	font-size: 2.2rem;
	font-weight: 600;
	margin-bottom: 24px;
	color: #222;
}

.difference-cards-row {
	display: flex;
	flex-wrap: wrap;
	gap: 24px;
	justify-content: center;
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
	overflow: hidden;
}

.difference-card {
	flex: 0 1 calc(33.333% - 16px);
	max-width: calc(33.333% - 16px);
	min-width: 0;
	box-sizing: border-box;
	border-radius: 16px;
	overflow: hidden;
	color: #fff;
	display: flex;
	flex-direction: column;
	position: relative;
	box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
}

.difference-card-image {
	width: 100%;
	height: 180px;
	background-size: cover;
	background-position: center;
}

.difference-card-content {
	padding: 24px 20px 20px;
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}

.difference-card-title {
	font-size: 1.1rem;
	font-weight: 700;
	margin-bottom: 8px;
	letter-spacing: 0.5px;
}

.difference-card-desc {
	font-size: 1rem;
	font-weight: 400;
	color: #e0e0e0;
	overflow-wrap: break-word;
}

/* Tablet */
@media (max-width: 991px) {
	.difference-card {
		flex: 0 1 calc(50% - 12px);
		max-width: calc(50% - 12px);
	}
}

/* Mobile */
@media (max-width: 575px) {
	.difference-section {
		padding-left: 12px;
		padding-right: 12px;
	}

	.difference-title {
		font-size: 1.6rem;
		margin-bottom: 18px;
	}

	.difference-cards-row {
		gap: 16px;
	}

	.difference-card {
		flex: 0 1 100%;
		max-width: 100%;
		min-width: 0;
	}

	.difference-card-content {
		padding: 18px 16px;
	}

	.difference-card-image {
		height: 160px;
	}
}
 .sd-product-google-review-wrap {
  max-width: 1380px;
  margin: 40px auto 20px;
  padding: 0 15px;
}

.sd-testimonial-section {
  padding: 45px 0;
  background: #ffffff;
  text-align: center;
  clear: both;
}

.sd-testimonial-heading {
  margin-bottom: 25px;
}

.sd-testimonial-heading > span {
  display: inline-block;
  background: #4b63d9;
  color: #ffffff;
  font-size: 30px;
  font-weight: 700;
  padding: 5px 12px;
  line-height: 1.2;
}

.sd-google-logo {
  font-size: 42px;
  font-weight: 500;
  letter-spacing: -2px;
  line-height: 1.1;
  margin-top: 5px;
}

.g-blue {
  color: #4285f4 !important;
  background: none !important;
  padding: 0 !important;
}

.g-red {
  color: #db4437 !important;
  background: none !important;
  padding: 0 !important;
}

.g-yellow {
  color: #f4b400 !important;
  background: none !important;
  padding: 0 !important;
}

.g-green {
  color: #0f9d58 !important;
  background: none !important;
  padding: 0 !important;
}

.sd-testimonial-heading p {
  margin: 5px 0 0;
  font-size: 16px;
  color: #222222;
}

.sd-testimonial-slider {
  display: flex;
  gap: 28px;
  overflow-x: auto;
  scroll-behavior: smooth;
  padding: 10px 20px 25px;
}

.sd-testimonial-slider::-webkit-scrollbar {
  height: 8px;
}

.sd-testimonial-slider::-webkit-scrollbar-track {
  background: #eeeeee;
}

.sd-testimonial-slider::-webkit-scrollbar-thumb {
  background: #999999;
  border-radius: 10px;
}

.sd-review-card {
  min-width: 285px;
  max-width: 285px;
  background: #ffffff;
  border: 1px solid #d0d0d0;
  border-radius: 7px;
  box-shadow: 0 0 5px rgba(0,0,0,0.18);
  padding: 18px;
  text-align: left;
  flex-shrink: 0;
}

.sd-review-name {
  font-size: 16px;
  color: #222222;
  text-decoration: underline;
  margin-bottom: 3px;
}

.sd-verified {
  color: #008f39;
  font-size: 13px;
  text-decoration: none;
}

.sd-review-time {
  font-size: 12px;
  color: #999999;
  margin-bottom: 8px;
}

.sd-stars {
  color: #f6a800;
  font-size: 22px;
  letter-spacing: 1px;
  margin-bottom: 10px;
  line-height: 1;
}

.sd-review-text {
  font-size: 14px;
  color: #555555;
  line-height: 1.45;
  min-height: 95px;
  max-height: 100px;
  overflow: hidden;
  margin-bottom: 8px;
}

.sd-read-more {
  font-size: 13px;
  color: #222222;
  text-decoration: underline;
  display: inline-block;
  margin-bottom: 8px;
}

.sd-google-small {
  font-size: 21px;
  font-weight: 500;
  letter-spacing: -1px;
  margin-top: 5px;
}

@media (max-width: 768px) {
  .sd-product-google-review-wrap {
    margin: 25px auto 10px;
    padding: 0 10px;
  }

  .sd-testimonial-section {
    padding: 35px 0;
  }

  .sd-testimonial-heading > span {
    font-size: 24px;
  }

  .sd-google-logo {
    font-size: 34px;
  }

  .sd-review-card {
    min-width: 260px;
    max-width: 260px;
  }

  .sd-testimonial-slider {
    gap: 18px;
    padding: 10px 10px 20px;
  }
}

.sd-trustpilot-collector {
    max-width: 1380px;
    margin: 24px auto;
    padding: 10px 16px;
    text-align: center;
}
.sd-trustpilot-collector .tp-collector-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #fff;
    border: 1.5px solid #00b67a;
    border-radius: 6px;
    padding: 11px 20px;
    text-decoration: none;
    transition: box-shadow 0.2s ease, transform 0.2s ease;
}
.sd-trustpilot-collector .tp-collector-btn:hover {
    box-shadow: 0 3px 10px rgba(0, 182, 122, 0.25);
    transform: translateY(-1px);
}
.sd-trustpilot-collector .tp-collector-text {
    font-size: 16px;
    font-weight: 700;
    color: #191919;
}
.sd-trustpilot-collector .tp-collector-logo {
    height: 20px;
    width: auto;
}

@media (max-width: 575px) {
    .sd-trustpilot-collector .tp-collector-text { font-size: 14px; }
    .sd-trustpilot-collector .tp-collector-logo { height: 17px; }
}
