/* Page shell — breadcrumb bar + aligned cards */
.aryarama-single-product-page {
	background: #f3f5f8;
}

.aryarama-single-product-page .grid-container {
	max-width: 1280px;
	padding-left: 24px;
	padding-right: 24px;
}

.aryarama-single-product-page .site-content {
	display: block;
	padding-top: 16px;
	padding-bottom: 32px;
}

.aryarama-product-page-shell {
	width: 100%;
}

.aryarama-product-page-breadcrumb {
	margin-bottom: 20px;
	padding: 18px 28px;
	border: 1px solid #cfe0ef;
	border-left: 4px solid #03427e;
	border-radius: 10px;
	background: #eef6fc;
	box-shadow: 0 1px 2px rgba(3, 66, 126, 0.06);
}

.aryarama-product-breadcrumb {
	margin: 0;
	color: #475569;
	font-size: 15px;
	font-weight: 500;
	line-height: 1.65;
	letter-spacing: 0.01em;
}

.aryarama-product-breadcrumb__item {
	display: inline;
}

.aryarama-product-breadcrumb__item a {
	color: #03427e;
	font-weight: 600;
	text-decoration: none;
	transition: color 0.15s ease;
}

.aryarama-product-breadcrumb__item a:hover,
.aryarama-product-breadcrumb__item a:focus {
	color: #022f5c;
	text-decoration: underline;
}

.aryarama-product-breadcrumb__item:last-child {
	color: #111827;
	font-weight: 700;
}

.aryarama-product-breadcrumb__sep {
	display: inline-block;
	margin: 0 10px;
	color: #64748b;
	font-size: 14px;
	font-weight: 600;
	line-height: 1;
	vertical-align: middle;
}

.aryarama-product-breadcrumb__sep::before,
.aryarama-product-breadcrumb__sep::after {
	content: none !important;
	display: none !important;
}

.aryarama-product-page-columns {
	display: flex;
	gap: 24px;
	align-items: flex-start;
}

.aryarama-product-page-columns #primary.content-area,
.aryarama-product-page-columns #right-sidebar.widget-area,
.aryarama-product-page-columns #left-sidebar.widget-area {
	align-self: flex-start;
	margin: 0 !important;
	padding: 0 !important;
	float: none !important;
}

.aryarama-product-page-columns #primary {
	flex: 1 1 0;
	min-width: 0;
	width: auto !important;
}

.aryarama-product-page-columns #primary #main.site-main,
.aryarama-product-page-columns #primary article,
.aryarama-product-page-columns #primary .inside-article,
.aryarama-product-page-columns #primary .entry-content:not(.woocommerce-Tabs-panel) {
	margin: 0 !important;
	padding: 0 !important;
	background: transparent;
	box-shadow: none;
}

.aryarama-single-product-page .woocommerce-notices-wrapper {
	margin: 0 0 16px;
}

.aryarama-single-product-page .woocommerce-notices-wrapper:empty {
	display: none;
	margin: 0;
	padding: 0;
}

.aryarama-single-product-page.separate-containers .site-main {
	margin: 0 !important;
}

.aryarama-single-product-page.separate-containers .site-main > article {
	background: transparent;
}

.aryarama-single-product-page.separate-containers .inside-article {
	padding: 0;
	background: transparent;
}

.aryarama-product-page-columns #right-sidebar,
.aryarama-product-page-columns #left-sidebar {
	flex: 0 0 300px;
	width: 300px !important;
	max-width: 300px;
}

.aryarama-single-product-page.separate-containers #right-sidebar .inside-right-sidebar,
.aryarama-single-product-page.separate-containers #left-sidebar .inside-left-sidebar {
	margin: 0 !important;
	padding: 0 !important;
}

/* Sticky sidebar on product pages */
.aryarama-single-product-page .aryarama-product-page-columns {
	overflow: visible;
}

.aryarama-single-product-page #right-sidebar.widget-area,
.aryarama-single-product-page #left-sidebar.widget-area {
	position: sticky;
	top: 90px; /* leaves space for header/top bar */
	height: fit-content;
	align-self: flex-start;
}

/* If WP admin bar is visible, add extra offset */
.admin-bar.aryarama-single-product-page #right-sidebar.widget-area,
.admin-bar.aryarama-single-product-page #left-sidebar.widget-area {
	top: 122px;
}

/* Disable sticky on smaller screens */
@media (max-width: 992px) {
	.aryarama-single-product-page #right-sidebar.widget-area,
	.aryarama-single-product-page #left-sidebar.widget-area {
		position: static !important;
		top: auto;
	}
}

/* Product box */
.aryarama-single-product-page div.product {
	display: grid;
	grid-template-columns: minmax(0, 340px) minmax(0, 1fr);
	gap: 36px;
	align-items: start;
	margin-bottom: 0;
	padding: 32px;
	border: 1px solid #e2e8f0;
	border-radius: 14px 10px 10px 14px;
	background: #ffffff;
	box-shadow: 0 1px 3px rgba(15, 23, 42, 0.05);
}

.aryarama-single-product-page div.product div.images,
.aryarama-single-product-page div.product div.summary {
	float: none;
	width: 100%;
	min-width: 0;
	margin: 0;
}

.aryarama-single-product-page div.product > .aryarama-product-gallery {
	grid-column: 1;
	grid-row: 1;
}

.aryarama-single-product-page div.product > .summary.entry-summary {
	grid-column: 2;
	grid-row: 1;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	align-self: stretch;
	justify-self: stretch;
	width: 100%;
	min-width: 0;
	max-width: 100%;
}

.aryarama-single-product-page div.product .summary.entry-summary > * {
	width: 100%;
	max-width: 100%;
}

/* Tabs span full product card width (below gallery + summary) */
.aryarama-single-product-page div.product > .woocommerce-tabs,
.aryarama-single-product-page div.product > .related.products,
.aryarama-single-product-page div.product > .up-sells.products {
	grid-column: 1 / -1;
	width: 100%;
	min-width: 0;
}

.aryarama-single-product-page div.product > .woocommerce-tabs {
	margin-top: 36px;
	padding-top: 4px;
}

/* WooCommerce tabs — single-row connected bar */
.aryarama-single-product-page.woocommerce div.product .woocommerce-tabs,
.aryarama-single-product-page .woocommerce-tabs {
	margin-top: 0;
	border: none;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
	overflow: visible;
}

.aryarama-single-product-page.woocommerce div.product .woocommerce-tabs ul.tabs,
.aryarama-single-product-page.woocommerce div.product .woocommerce-tabs ul.tabs.wc-tabs,
.aryarama-single-product-page .woocommerce-tabs ul.tabs,
.aryarama-single-product-page .woocommerce-tabs ul.tabs.wc-tabs {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: nowrap;
	align-items: flex-end;
	gap: 10px;
	overflow: visible;
	position: relative;
	background: transparent;
	border: none;
}

.aryarama-single-product-page.woocommerce div.product .woocommerce-tabs ul.tabs::before,
.aryarama-single-product-page.woocommerce div.product .woocommerce-tabs ul.tabs::after,
.aryarama-single-product-page .woocommerce-tabs ul.tabs::before,
.aryarama-single-product-page .woocommerce-tabs ul.tabs::after {
	display: none;
}

.aryarama-single-product-page.woocommerce div.product .woocommerce-tabs ul.tabs li,
.aryarama-single-product-page .woocommerce-tabs ul.tabs li {
	float: none;
	display: block;
	flex: 0 0 auto;
	margin: 0;
	padding: 0;
	border: none;
	border-radius: 0;
	background: transparent;
}

.aryarama-single-product-page.woocommerce div.product .woocommerce-tabs ul.tabs li a,
.aryarama-single-product-page .woocommerce-tabs ul.tabs li a {
	display: block;
	padding: 16px 36px;
	margin: 0;
	border: 1px solid #d8dee6;
	border-radius: 8px 8px 0 0;
	background: #f3f4f6;
	color: #5a6575 !important;
	font-size: 15px;
	font-weight: 600;
	text-decoration: none;
	line-height: 1.4;
	letter-spacing: 0.01em;
	white-space: nowrap;
	transition: background-color 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}

.aryarama-single-product-page.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover,
.aryarama-single-product-page.woocommerce div.product .woocommerce-tabs ul.tabs li a:focus,
.aryarama-single-product-page .woocommerce-tabs ul.tabs li a:hover,
.aryarama-single-product-page .woocommerce-tabs ul.tabs li a:focus {
	color: #03427e !important;
	background: #ffffff;
}

.aryarama-single-product-page.woocommerce div.product .woocommerce-tabs ul.tabs li.active,
.aryarama-single-product-page .woocommerce-tabs ul.tabs li.active {
	position: relative;
	z-index: 3;
	background: transparent;
	border-bottom-color: transparent;
}

.aryarama-single-product-page.woocommerce div.product .woocommerce-tabs ul.tabs li.active a,
.aryarama-single-product-page.woocommerce div.product .woocommerce-tabs ul.tabs li.active a:hover,
.aryarama-single-product-page.woocommerce div.product .woocommerce-tabs ul.tabs li.active a:focus,
.aryarama-single-product-page .woocommerce-tabs ul.tabs li.active a,
.aryarama-single-product-page .woocommerce-tabs ul.tabs li.active a:hover,
.aryarama-single-product-page .woocommerce-tabs ul.tabs li.active a:focus {
	padding-bottom: 17px;
	margin-bottom: -1px;
	border-color: #03427e;
	border-bottom: none;
	background: #03427e;
	color: #ffffff !important;
	font-weight: 700;
}

.aryarama-single-product-page.woocommerce div.product .woocommerce-tabs .panel,
.aryarama-single-product-page .woocommerce-tabs .panel,
.aryarama-single-product-page .woocommerce-tabs .woocommerce-Tabs-panel,
.aryarama-product-page-columns #primary .woocommerce-tabs .woocommerce-Tabs-panel.entry-content {
	margin: 0;
	padding: 48px 56px !important;
	border: 1px solid #d8dee6;
	border-radius: 0 12px 12px 12px;
	background: #ffffff;
	color: #4a5568;
	font-size: 15px;
	line-height: 1.8;
	position: relative;
	z-index: 1;
	box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04);
	box-sizing: border-box;
}

/* Description tab — match inner spacing of other tabs */
.aryarama-single-product-page .woocommerce-tabs .woocommerce-Tabs-panel--description {
	padding: 48px 56px !important;
}

.aryarama-single-product-page .woocommerce-tabs .woocommerce-Tabs-panel--description > *:first-child {
	margin-top: 0;
}

.aryarama-single-product-page .woocommerce-tabs .woocommerce-Tabs-panel--description > *:last-child {
	margin-bottom: 0;
}

.aryarama-single-product-page .woocommerce-tabs .panel h2 {
	display: none;
}

.aryarama-single-product-page .woocommerce-tabs .panel p {
	margin: 0 0 1em;
}

.aryarama-single-product-page .woocommerce-tabs .panel p:last-child {
	margin-bottom: 0;
}

.aryarama-single-product-page .woocommerce-tabs .panel h3,
.aryarama-single-product-page .woocommerce-tabs .panel h4,
.aryarama-single-product-page .woocommerce-tabs .panel strong {
	color: #1f2937;
}

.aryarama-single-product-page .woocommerce-tabs .panel h3,
.aryarama-single-product-page .woocommerce-tabs .panel h4 {
	margin: 0 0 12px;
	padding-bottom: 10px;
	border-bottom: 1px solid #e8edf2;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.aryarama-single-product-page .woocommerce-tabs .panel h3:not(:first-child),
.aryarama-single-product-page .woocommerce-tabs .panel h4:not(:first-child) {
	margin-top: 24px;
}

.aryarama-single-product-page .woocommerce-tabs .panel ul,
.aryarama-single-product-page .woocommerce-tabs .panel ol {
	margin: 0 0 1em;
	padding-left: 1.25em;
}

.aryarama-single-product-page .woocommerce-tabs .panel li {
	margin: 0.35em 0;
}

.aryarama-wc-tab-content {
	max-width: 100%;
	width: 100%;
	padding: 8px 12px;
	box-sizing: border-box;
}

/* Product Specifications — features grid */
.aryarama-product-features {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 24px;
}

.aryarama-product-features__item {
	padding: 26px 28px;
	border: 1px solid #dbe8f3;
	border-radius: 10px;
	background: #fafbfc;
}

.aryarama-product-features__label {
	display: block;
	margin: 0 0 10px;
	color: #03427e;
	font-size: 15px;
	font-weight: 800;
	line-height: 1.35;
	letter-spacing: 0.01em;
	overflow-wrap: anywhere;
	word-break: break-word;
}

.aryarama-product-features__value {
	display: block;
	padding-top: 0;
	color: #03427e;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.4;
	overflow-wrap: anywhere;
	word-break: break-word;
}

/* Product Analysis — rich text / tables from admin editor */
.aryarama-analysis-content {
	width: 100%;
	max-width: 100%;
	overflow-x: visible;
}

.aryarama-analysis-content table {
	width: 100%;
	max-width: 100%;
	border-collapse: collapse;
	margin: 0;
	border: 1px solid #e2e8f0;
	border-radius: 10px;
	overflow: hidden;
	table-layout: auto;
}

.aryarama-analysis-content thead th {
	background: #eef6fc;
	color: #03427e;
	font-weight: 800;
}

.aryarama-analysis-content th,
.aryarama-analysis-content td {
	padding: 18px 24px;
	border: 1px solid #e8edf2;
	vertical-align: middle;
	font-size: 14px;
	line-height: 1.65;
	text-align: center;
}

.aryarama-analysis-content th:first-child,
.aryarama-analysis-content td:first-child {
	text-align: left;
}

.aryarama-analysis-content tbody tr:nth-child(even) {
	background: #f8fbfe;
}

.aryarama-analysis-content tbody tr:hover {
	background: #eef6fc;
}

.aryarama-analysis-content p {
	margin: 0 0 1.25em;
}

.aryarama-analysis-content p:last-child {
	margin-bottom: 0;
}

.aryarama-analysis-content td {
	color: #334155;
}

.aryarama-product-info-table {
	width: 100%;
	border-collapse: collapse;
}

.aryarama-product-info-table th,
.aryarama-product-info-table td {
	padding: 12px 10px;
	border-bottom: 1px solid #edf2f7;
	vertical-align: top;
	font-size: 14px;
	line-height: 1.6;
}

.aryarama-product-info-table th {
	width: 36%;
	color: #111111;
	font-weight: 700;
}

.aryarama-product-info-table td {
	color: #4a5568;
}

.aryarama-product-info-list {
	margin: 0;
	padding-left: 18px;
	color: #4a5568;
	font-size: 14px;
	line-height: 1.75;
}

.aryarama-product-info-list li {
	margin: 6px 0;
}

.aryarama-product-info__empty {
	margin: 0;
	color: #64748b;
	font-size: 14px;
	line-height: 1.7;
}

/* Gallery */
.aryarama-product-gallery__main {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 360px;
	margin-bottom: 16px;
	border-radius: 12px;
	background: #ffffff;
}

.aryarama-product-gallery__main-image {
	display: block;
	width: 100%;
	max-width: 100%;
	height: auto;
	max-height: 460px;
	object-fit: contain;
}

.aryarama-product-gallery__thumbs {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.aryarama-product-gallery__thumb {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 84px;
	height: 84px;
	padding: 0;
	border: 2px solid transparent;
	border-radius: 10px;
	background: #ffffff;
	cursor: pointer;
	overflow: hidden;
}

.aryarama-product-gallery__thumb.is-active {
	border-color: #03427e;
}

.aryarama-product-gallery__thumb img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

/* Category trail */
.aryarama-product-categories-trail {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px;
	margin-bottom: 16px;
}

.aryarama-product-categories-trail__pill {
	display: inline-flex;
	align-items: center;
	padding: 7px 14px;
	border-radius: 999px;
	background: #fef3e8;
	color: #03427e;
	font-size: 14px;
	font-weight: 600;
	text-decoration: none;
}

.aryarama-product-categories-trail__sep {
	color: #03427e;
	font-size: 14px;
	font-weight: 700;
}

/* Title + description */
.aryarama-single-product-page .product_title.entry-title {
	margin: 0 0 18px;
	color: #03427e;
	font-size: clamp(22px, 1.6vw, 26px);
	font-weight: 700;
	line-height: 1.25;
	word-break: normal;
	overflow-wrap: normal;
	hyphens: none;
	white-space: nowrap;
	width: 100%;
	max-width: 100%;
}

.aryarama-single-product-page .woocommerce-product-details__short-description,
.aryarama-single-product-page .aryarama-product-description,
.aryarama-single-product-page .aryarama-product-description.woocommerce-product-details__short-description {
	display: block;
	box-sizing: border-box;
	align-self: stretch;
	flex: 0 1 auto;
	width: 100%;
	max-width: 100%;
	min-width: 0;
	margin-bottom: 22px;
	color: #4a5568;
	font-size: 15px;
	line-height: 1.5;
	text-align: inherit;
}

.aryarama-single-product-page .aryarama-product-description.woocommerce-product-details__short-description p,
.aryarama-single-product-page .woocommerce-product-details__short-description p,
.aryarama-single-product-page .aryarama-product-description p {
	display: block;
	width: 100%;
	max-width: 100%;
	margin: 0 0 1em;
	word-break: normal;
	overflow-wrap: normal;
	white-space: normal;
}

/* Sizes, share, order */
.aryarama-product-sizes,
.aryarama-product-share,
.aryarama-product-order {
	margin-top: 22px;
}

.aryarama-product-sizes {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.aryarama-product-sizes__label,
.aryarama-product-share__label {
	display: block;
	margin-bottom: 10px;
	color: #111111;
	font-size: 15px;
	font-weight: 700;
}

.aryarama-product-sizes__list {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	flex-wrap: nowrap;
	gap: 10px;
}

.aryarama-product-sizes__item {
	padding: 9px 18px;
	border: none;
	border-radius: 8px;
	background: #eef6fc;
	color: #03427e;
	font-size: 14px;
	font-weight: 600;
	cursor: pointer;
}

.aryarama-product-sizes__item.is-active {
	background: #03427e;
	color: #ffffff;
}

.aryarama-product-share__list {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.aryarama-product-share__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	color: #ffffff;
	text-decoration: none;
}

.aryarama-product-share__button svg {
	display: block;
	width: 18px;
	height: 18px;
}

.aryarama-product-share__button.is-facebook {
	background: #1877f2;
}

.aryarama-product-share__button.is-email {
	background: #6b7280;
}

.aryarama-product-share__button.is-whatsapp {
	background: #25d366;
}

.aryarama-product-share__button.is-telegram {
	background: #229ed9;
}

.aryarama-product-order__button {
	display: inline-block;
	width: auto;
	max-width: 100%;
	padding: 12px 28px;
	border: none;
	border-radius: 8px;
	background: #03427e;
	color: #ffffff;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.2;
	white-space: nowrap;
	text-align: center;
	text-decoration: none;
	transition: background-color 0.2s ease;
}

.aryarama-product-order__button:hover,
.aryarama-product-order__button:focus {
	background: #023665;
	color: #ffffff;
}

/* Hide WordPress default sidebar widgets on product pages */
.aryarama-single-product-page #left-sidebar .widget_archive,
.aryarama-single-product-page #left-sidebar .widget_categories,
.aryarama-single-product-page #left-sidebar .widget_search,
.aryarama-single-product-page #right-sidebar .widget_archive,
.aryarama-single-product-page #right-sidebar .widget_categories,
.aryarama-single-product-page #right-sidebar .widget_search {
	display: none !important;
}

/* Category sidebar card */
.aryarama-product-sidebar-card {
	padding: 24px 20px;
	border: 1px solid #dbe8f3;
	border-radius: 14px;
	background: #ffffff;
	box-shadow: 0 1px 3px rgba(15, 23, 42, 0.05);
}

.aryarama-product-sidebar-card + .aryarama-product-sidebar-card {
	margin-top: 16px;
}

.aryarama-product-sidebar-card__title {
	margin: 0 0 18px;
	padding-bottom: 12px;
	border-bottom: 2px solid #03427e;
	color: #03427e;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.3;
}

.aryarama-product-sidebar-card__body {
	min-height: 0;
}

.aryarama-product-sidebar-categories {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.aryarama-product-sidebar-categories__item {
	margin: 0;
	padding: 0;
}

.aryarama-product-sidebar-categories__link {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 12px 14px;
	border: 1px solid #e2e8f0;
	border-radius: 10px;
	background: #ffffff;
	color: #03427e;
	text-decoration: none;
	transition: border-color 0.15s ease, box-shadow 0.15s ease, background-color 0.15s ease;
}

.aryarama-product-sidebar-categories__link:hover,
.aryarama-product-sidebar-categories__link:focus {
	border-color: #b9d4ea;
	background: #f8fbfe;
	box-shadow: 0 2px 6px rgba(3, 66, 126, 0.08);
	color: #03427e;
}

.aryarama-product-sidebar-categories__icon {
	flex: 0 0 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border-radius: 8px;
	overflow: hidden;
	background: #f1f5f9;
}

.aryarama-product-sidebar-categories__icon img {
	display: block;
	width: 40px;
	height: 40px;
	object-fit: cover;
}

.aryarama-product-sidebar-categories__icon-fallback {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border-radius: 8px;
	background: #eef6fc;
	color: #03427e;
	font-size: 15px;
	font-weight: 700;
	line-height: 1;
}

.aryarama-product-sidebar-categories__name {
	flex: 1 1 auto;
	min-width: 0;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.4;
}

.aryarama-product-sidebar-categories__count {
	flex: 0 0 auto;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 30px;
	height: 30px;
	padding: 0 8px;
	border-radius: 999px;
	background: #eef6fc;
	color: #03427e;
	font-size: 13px;
	font-weight: 700;
	line-height: 1;
}

.aryarama-product-sidebar-categories__empty {
	margin: 0;
	color: #64748b;
	font-size: 14px;
	line-height: 1.6;
}

/* Latest products sidebar list */
.aryarama-product-sidebar-latest {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.aryarama-product-sidebar-latest__item {
	margin: 0;
	padding: 0;
}

.aryarama-product-sidebar-latest__link {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 12px 14px;
	border: 1px solid #e2e8f0;
	border-radius: 10px;
	background: #ffffff;
	color: #03427e;
	text-decoration: none;
	transition: border-color 0.15s ease, box-shadow 0.15s ease, background-color 0.15s ease;
}

.aryarama-product-sidebar-latest__link:hover,
.aryarama-product-sidebar-latest__link:focus {
	border-color: #b9d4ea;
	background: #f8fbfe;
	box-shadow: 0 2px 6px rgba(3, 66, 126, 0.08);
	color: #03427e;
}

.aryarama-product-sidebar-latest__thumb {
	flex: 0 0 44px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	border-radius: 10px;
	overflow: hidden;
	background: #f8fbfe;
}

.aryarama-product-sidebar-latest__thumb img {
	display: block;
	width: 44px;
	height: 44px;
	object-fit: contain;
}

.aryarama-product-sidebar-latest__name {
	flex: 1 1 auto;
	min-width: 0;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.35;
}

@media (max-width: 1200px) {
	.aryarama-single-product-page div.product {
		grid-template-columns: minmax(0, 360px) minmax(0, 1fr);
		gap: 32px;
		padding: 28px;
	}
}

@media (max-width: 991px) {
	.aryarama-product-features {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.aryarama-product-page-columns {
		flex-direction: column !important;
		flex-wrap: nowrap;
		gap: 20px;
	}

	.aryarama-product-page-columns #primary {
		order: 1;
		flex: 1 1 auto;
		width: 100% !important;
		max-width: 100%;
		min-width: 0;
	}

	.aryarama-product-page-columns #right-sidebar,
	.aryarama-product-page-columns #left-sidebar {
		order: 2;
		flex: 0 0 auto;
		width: 100% !important;
		max-width: none;
	}

	.aryarama-single-product-page div.product > .woocommerce-tabs,
	.aryarama-single-product-page div.product > .related.products {
		grid-column: 1 !important;
		width: 100%;
		max-width: 100%;
	}

	.aryarama-single-product-page div.product {
		grid-template-columns: 1fr;
		gap: 28px;
		border-radius: 14px;
		max-width: 100%;
		overflow-x: hidden;
		align-items: stretch;
	}

	.aryarama-single-product-page div.product > .aryarama-product-gallery {
		grid-column: 1;
		grid-row: 1;
		width: 100%;
	}

	.aryarama-single-product-page div.product > .summary.entry-summary {
		grid-column: 1;
		grid-row: 2;
		width: 100%;
		max-width: 100%;
		align-self: stretch;
		align-items: stretch;
		margin-left: 0;
		margin-right: 0;
	}

	.aryarama-product-page-shell,
	.aryarama-product-page-columns,
	.aryarama-product-page-columns #primary {
		max-width: 100%;
		overflow-x: hidden;
	}

	.aryarama-product-sidebar-card {
		min-height: 0;
	}

	.aryarama-product-sidebar-card__body {
		min-height: 0;
	}

	.aryarama-product-gallery__main {
		min-height: 300px;
	}
}

@media (max-width: 767px) {
	.aryarama-product-features {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 12px;
	}

	.aryarama-single-product-page .grid-container {
		padding-left: 16px;
		padding-right: 16px;
	}

	.aryarama-product-page-breadcrumb {
		padding: 14px 18px;
	}

	.aryarama-product-breadcrumb {
		font-size: 14px;
		line-height: 1.6;
	}

	.aryarama-product-breadcrumb__sep {
		margin: 0 8px;
		font-size: 13px;
	}

	.aryarama-single-product-page div.product {
		padding: 16px;
	}

	.aryarama-single-product-page div.product > .woocommerce-tabs {
		margin-left: -16px;
		margin-right: -16px;
		width: calc(100% + 32px);
	}

	/* Mobile tabs (ChaltaFarm-like stacked buttons) */
	.aryarama-single-product-page .woocommerce-tabs ul.tabs,
	.aryarama-single-product-page .woocommerce-tabs ul.tabs.wc-tabs {
		display: flex;
		flex-direction: column;
		gap: 8px;
		margin: 0 16px;
		padding: 8px;
		border-radius: 14px;
		background: #f1f5f9;
		overflow: visible;
		box-sizing: border-box;
	}

	.aryarama-single-product-page .woocommerce-tabs ul.tabs li {
		flex: 0 0 auto;
		width: 100%;
		min-width: 0;
	}

	.aryarama-single-product-page .woocommerce-tabs ul.tabs li a {
		width: 100%;
		padding: 10px 12px;
		border: none;
		border-radius: 12px;
		background: transparent;
		color: #64748b !important;
		font-size: 13px;
		font-weight: 700;
		text-align: center;
		letter-spacing: 0.01em;
	}

	.aryarama-single-product-page .woocommerce-tabs ul.tabs li a:hover,
	.aryarama-single-product-page .woocommerce-tabs ul.tabs li a:focus {
		background: rgba(3, 66, 126, 0.08);
		color: #03427e !important;
	}

	.aryarama-single-product-page .woocommerce-tabs ul.tabs li.active a,
	.aryarama-single-product-page .woocommerce-tabs ul.tabs li.active a:hover,
	.aryarama-single-product-page .woocommerce-tabs ul.tabs li.active a:focus {
		background: #03427e;
		color: #ffffff !important;
	}

	/* Keep active tab flush with the stack */
	.aryarama-single-product-page .woocommerce-tabs ul.tabs li.active {
		margin-bottom: 0;
	}

	.aryarama-single-product-page .woocommerce-tabs .woocommerce-Tabs-panel {
		margin-left: 16px;
		margin-right: 16px;
		width: calc(100% - 32px);
	}

	.aryarama-single-product-page .woocommerce-tabs .panel,
	.aryarama-single-product-page .woocommerce-tabs .woocommerce-Tabs-panel,
	.aryarama-single-product-page .woocommerce-tabs .woocommerce-Tabs-panel.entry-content,
	.aryarama-single-product-page .woocommerce-tabs .woocommerce-Tabs-panel--description,
	.aryarama-single-product-page .woocommerce-tabs .woocommerce-Tabs-panel--aryarama_specs,
	.aryarama-single-product-page .woocommerce-tabs .woocommerce-Tabs-panel--aryarama_analysis {
		max-width: none !important;
		padding: 14px 12px !important;
		border-radius: 12px;
		box-sizing: border-box;
	}

	.aryarama-single-product-page .woocommerce-tabs .aryarama-wc-tab-content,
	.aryarama-single-product-page .woocommerce-tabs .woocommerce-Tabs-panel--aryarama_analysis .aryarama-wc-tab-content,
	.aryarama-single-product-page .woocommerce-tabs .woocommerce-Tabs-panel--aryarama_specs .aryarama-wc-tab-content {
		width: 100%;
		max-width: 100%;
		margin: 0;
		padding: 0 !important;
		box-sizing: border-box;
	}

	.aryarama-single-product-page .woocommerce-tabs .panel p,
	.aryarama-single-product-page .woocommerce-tabs .woocommerce-Tabs-panel--description p {
		max-width: none;
	}

	.aryarama-product-features__item {
		display: flex;
		flex-direction: column;
		justify-content: center;
		gap: 8px;
		padding: 12px 10px;
		aspect-ratio: 1 / 1;
		border-radius: 12px;
	}

	.aryarama-product-features__label,
	.aryarama-product-features__value {
		text-align: center;
		margin: 0;
	}

	.aryarama-product-features__label {
		font-size: 13px;
		line-height: 1.25;
	}

	.aryarama-product-features__value {
		font-size: 14px;
		line-height: 1.25;
	}

	/* ----- Analysis Table – bigger & fits inside the tab ----- */
	.aryarama-analysis-content {
		margin: 0;
		padding: 0;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}

	/*
	 * table-layout: fixed (not auto) is required here. With "auto", the
	 * browser computes each column's minimum width from its content; combined
	 * with aggressive word-breaking that minimum collapses to almost nothing,
	 * which is what caused the columns to shrink and chop text like
	 * "Ac ce pt abl e". Fixed layout guarantees each column a fair, stable
	 * share of the available width regardless of content.
	 */
	.aryarama-analysis-content table,
	.aryarama-analysis-content table[width],
	.aryarama-single-product-page .woocommerce-tabs .aryarama-product-info-table {
		table-layout: fixed !important;
		width: 100% !important;
		max-width: 100% !important;
		min-width: 0 !important;
		border-collapse: collapse;
	}

	.aryarama-analysis-content col,
	.aryarama-analysis-content th[width],
	.aryarama-analysis-content td[width] {
		width: auto !important;
	}

	.aryarama-analysis-content th,
	.aryarama-analysis-content td {
		padding: 12px 8px;
		font-size: 14px;
		line-height: 1.4;
		white-space: normal;
		overflow-wrap: break-word;
		word-break: normal;
		text-align: center;
	}

	.aryarama-analysis-content th:first-child,
	.aryarama-analysis-content td:first-child {
		text-align: left;
	}

	.aryarama-analysis-content thead th {
		font-size: 13px;
		letter-spacing: 0.01em;
		font-weight: 700;
	}

	/* Analysis table colors (match AryaRama palette) */
	.aryarama-analysis-content thead th {
		background: #eef6fc;
		color: #03427e;
		font-weight: 800;
	}

	.aryarama-analysis-content th,
	.aryarama-analysis-content td {
		border-color: #dbe8f3;
	}

	.aryarama-analysis-content tbody tr:nth-child(even) {
		background: #f8fbfe;
	}

	.aryarama-analysis-content tbody tr:hover {
		background: #eef6fc;
	}

	.aryarama-analysis-content td {
		color: #334155;
	}

	.aryarama-product-gallery__thumb {
		width: 72px;
		height: 72px;
	}

	.aryarama-single-product-page .product_title.entry-title {
		font-size: 22px;
	}

	.aryarama-product-order__button {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		padding: 8px 14px;
		border-radius: 10px;
		font-size: 13px;
		font-weight: 700;
		white-space: nowrap;
		width: auto;
		max-width: 100%;
	}
}

/* ========================================
   WooCommerce related products slider
   ======================================== */
.aryarama-single-product-page .related.products,
.single-product .related.products {
	margin-top: 36px;
	padding: 28px 24px 20px;
	border: 1px solid #e2e8f0;
	border-radius: 14px;
	background: #ffffff;
	box-shadow: 0 1px 3px rgba(15, 23, 42, 0.05);
	box-sizing: border-box;
	clear: both;
	width: 100%;
}

.aryarama-single-product-page .related.products > h2,
.single-product .related.products > h2 {
	margin: 0 0 24px;
	color: #111827;
	font-size: 26px;
	font-weight: 800;
	line-height: 1.25;
}

.aryarama-single-product-page .related.products > h2::after,
.single-product .related.products > h2::after {
	content: '';
	display: block;
	width: 56px;
	height: 3px;
	margin-top: 10px;
	background: #03427e;
	border-radius: 2px;
}

.aryarama-related-slider {
	position: relative;
	padding: 0 28px;
}

.aryarama-related-slider__viewport {
	overflow-x: auto;
	overflow-y: hidden;
	scroll-snap-type: x mandatory;
	scroll-behavior: smooth;
	-webkit-overflow-scrolling: touch;
	scrollbar-width: none;
	padding-bottom: 4px;
	width: 100%;
	max-width: 100%;
}

.aryarama-related-slider__viewport::-webkit-scrollbar {
	display: none;
}

.aryarama-single-product-page .related.products ul.products,
.aryarama-single-product-page .related.products ul.products[class*="columns-"],
.single-product .related.products ul.products,
.single-product .related.products ul.products[class*="columns-"],
.aryarama-related-slider__viewport ul.products,
.aryarama-related-slider__viewport ul.products[class*="columns-"] {
	display: flex !important;
	flex-direction: row !important;
	flex-wrap: nowrap !important;
	align-items: stretch !important;
	gap: 20px !important;
	margin: 0 !important;
	padding: 0 !important;
	list-style: none !important;
	width: max-content !important;
	max-width: none !important;
	min-width: 0 !important;
	float: none !important;
}

.aryarama-single-product-page .related.products ul.products::before,
.aryarama-single-product-page .related.products ul.products::after,
.single-product .related.products ul.products::before,
.single-product .related.products ul.products::after,
.aryarama-related-slider__viewport ul.products::before,
.aryarama-related-slider__viewport ul.products::after {
	display: none !important;
	content: none !important;
}

.aryarama-single-product-page .related.products ul.products li.product,
.aryarama-single-product-page .related.products ul.products[class*="columns-"] li.product,
.single-product .related.products ul.products li.product,
.single-product .related.products ul.products[class*="columns-"] li.product,
.aryarama-related-slider__viewport ul.products li.product,
.aryarama-related-slider__viewport ul.products[class*="columns-"] li.product {
	display: flex !important;
	flex-direction: column !important;
	flex: 0 0 250px !important;
	width: 250px !important;
	max-width: 250px !important;
	min-width: 250px !important;
	scroll-snap-align: start;
	scroll-snap-stop: always;
	margin: 0 !important;
	padding: 0 !important;
	float: none !important;
	clear: none !important;
	border: 1px solid #e2e8f0;
	border-radius: 12px;
	background: #ffffff;
	overflow: hidden;
	box-sizing: border-box !important;
	transition: border-color 0.15s ease, box-shadow 0.15s ease, transform 0.15s ease;
}

.aryarama-single-product-page .related.products ul.products li.product:hover,
.single-product .related.products ul.products li.product:hover {
	border-color: #b9d4ea;
	box-shadow: 0 8px 20px rgba(3, 66, 126, 0.08);
	transform: translateY(-2px);
}

.aryarama-single-product-page .related.products ul.products li.product a img,
.single-product .related.products ul.products li.product a img {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 1 / 1;
	object-fit: contain;
	padding: 14px;
	background: #f8fbfe;
	margin: 0 !important;
}

.aryarama-single-product-page .related.products ul.products li.product .woocommerce-loop-product__title,
.single-product .related.products ul.products li.product .woocommerce-loop-product__title {
	margin: 0;
	padding: 12px 14px 0;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.35;
	color: #03427e;
	text-align: center;
	overflow-wrap: break-word;
	word-break: normal;
}

.aryarama-single-product-page .related.products ul.products li.product .price,
.aryarama-single-product-page .related.products ul.products li.product .star-rating,
.aryarama-single-product-page .related.products ul.products li.product .onsale,
.single-product .related.products ul.products li.product .price,
.single-product .related.products ul.products li.product .star-rating,
.single-product .related.products ul.products li.product .onsale {
	display: none !important;
}

.aryarama-single-product-page .related.products ul.products li.product .button,
.aryarama-single-product-page .related.products ul.products li.product .add_to_cart_button,
.single-product .related.products ul.products li.product .button,
.single-product .related.products ul.products li.product .add_to_cart_button {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	margin: auto 14px 16px 14px !important;
	padding: 10px 14px !important;
	border-radius: 8px !important;
	background: #03427e !important;
	color: #ffffff !important;
	font-size: 13px !important;
	font-weight: 700 !important;
	line-height: 1.2 !important;
	text-decoration: none !important;
	border: none !important;
	width: calc(100% - 28px) !important;
}

.aryarama-single-product-page .related.products ul.products li.product .button:hover,
.aryarama-single-product-page .related.products ul.products li.product .add_to_cart_button:hover,
.single-product .related.products ul.products li.product .button:hover,
.single-product .related.products ul.products li.product .add_to_cart_button:hover {
	background: #023665 !important;
	color: #ffffff !important;
}

.aryarama-related-slider__nav {
	position: absolute;
	top: 50%;
	z-index: 2;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	border: 1px solid #dbe8f3;
	border-radius: 999px;
	background: #ffffff;
	color: #03427e;
	font-size: 24px;
	line-height: 1;
	cursor: pointer;
	box-shadow: 0 6px 16px rgba(2, 47, 92, 0.12);
	transition: border-color 0.15s ease, box-shadow 0.15s ease, transform 0.15s ease;
}

.aryarama-related-slider__nav:hover,
.aryarama-related-slider__nav:focus {
	border-color: #b9d4ea;
	box-shadow: 0 10px 22px rgba(2, 47, 92, 0.16);
	outline: none;
	transform: translateY(-1px);
}

.aryarama-related-slider__nav.is-disabled,
.aryarama-related-slider__nav:disabled {
	opacity: 0.35;
	cursor: default;
	pointer-events: none;
}

.aryarama-related-slider__nav--prev {
	left: 0;
}

.aryarama-related-slider__nav--next {
	right: 0;
}

@media (max-width: 1200px) {
	.aryarama-related-slider__viewport ul.products li.product {
		flex: 0 0 230px !important;
		width: 230px !important;
		min-width: 230px !important;
		max-width: 230px !important;
	}
}

@media (max-width: 991px) {
	.aryarama-related-slider__viewport ul.products li.product {
		flex: 0 0 220px !important;
		width: 220px !important;
		min-width: 220px !important;
		max-width: 220px !important;
	}
}

/* One slide per view on phones / narrow tablets */
@media (max-width: 767px) {
	.aryarama-single-product-page .related.products,
	.single-product .related.products {
		padding: 20px 14px 16px;
		margin-top: 22px;
		overflow: hidden;
	}

	.aryarama-single-product-page .related.products > h2,
	.single-product .related.products > h2 {
		font-size: 22px;
		margin-bottom: 18px;
	}

	.aryarama-related-slider {
		padding: 0 40px;
	}

	.aryarama-related-slider__viewport {
		overflow-x: auto !important;
		overflow-y: hidden !important;
	}

	.aryarama-related-slider__viewport ul.products,
	.aryarama-related-slider__viewport ul.products[class*="columns-"] {
		display: flex !important;
		flex-direction: row !important;
		flex-wrap: nowrap !important;
		gap: 16px !important;
	}

	.aryarama-related-slider__viewport ul.products li.product,
	.aryarama-related-slider__viewport ul.products[class*="columns-"] li.product {
		flex: 0 0 100% !important;
		width: 100% !important;
		min-width: 100% !important;
		max-width: 100% !important;
	}

	.aryarama-related-slider__nav {
		width: 36px;
		height: 36px;
		margin-top: -18px;
		font-size: 22px;
	}

	.aryarama-related-slider__nav--prev {
		left: 0;
	}

	.aryarama-related-slider__nav--next {
		right: 0;
	}
}

