/* Product view page specific styles extracted from view.phtml */

.adsense-sidebar {
	width: 251px !important;
	height: 512px;
}

.product-column-container > .products-slider-subsection {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.similar-products.one-line .product-column-arrows {
	margin: 0;
	top: -130px;
}

.data-info iframe {
	max-width: 100%;
}

.mkt-loader-cmnt {
	position: relative;
}

.mkt-loader-cmnt form {
	z-index: 2;
}

.mkt-loader-cmnt form textarea {
	background: transparent;
}

.mkt-loader-cmnt .mkt-comment-loader {
	top: 20px;
	height: auto;
	z-index: 1;
}

.see-more {
	margin-top: 10px;
	margin-left: 6px;
}

#see-more-button {
	padding: 6px 12px;
	background-color: #007bff;
	color: #fff;
	border: none;
	border-radius: 20px;
	cursor: pointer;
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	transition: background-color 0.2s ease, box-shadow 0.2s ease;
	box-shadow: 0 4px 8px rgba(0, 123, 255, 0.3);
}

#see-more-button:hover {
	background-color: #0056b3;
	box-shadow: 0 6px 12px rgba(0, 123, 255, 0.4);
}

#see-more-button:active {
	background-color: #004085;
	box-shadow: 0 2px 4px rgba(0, 123, 255, 0.2);
}

#see-more-button:focus {
	outline: none;
	border: 2px solid #0056b3;
}

/* Slider layering for hero area */
.product-main-item-photo.product-main-item-photo-slider {
	position: relative;
	overflow: hidden;
}

.product-main-item-photo.product-main-item-photo-slider .threejs-viewer-wrapper,
.product-main-item-photo.product-main-item-photo-slider .product-main-item-video,
.product-main-item-photo.product-main-item-photo-slider .slide-pane {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
}

.product-main-item-photo.product-main-item-photo-slider .threejs-loading-overlay {
	display: none;
	align-items: center;
	justify-content: center;
	flex-direction: row;
	gap: 8px;
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	transform: none;
	z-index: 100;
	pointer-events: none;
	background: transparent;
	font-weight: 700;
	color: #1d5ca7;
}

.product-main-item-photo.product-main-item-photo-slider .threejs-viewer-wrapper.is-3d-loading {
	z-index: 3;
}

.product-main-item-photo.product-main-item-photo-slider .slide-pane {
	background-size: cover;
	background-position: center center;
	will-change: transform;
}

.product-main-item-photo.product-main-item-photo-slider .media-stage {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
}

.product-main-item-photo.product-main-item-photo-slider .threejs-viewer-kb-hint {
	position: absolute;
	top: 12px;
	left: 50%;
	transform: translateX(-50%) translateY(-4px);
	z-index: 2;
	max-width: calc(100% - 32px);
	padding: 8px 12px;
	border-radius: 10px;
	background: rgba(31, 125, 205, 0.92);
	border: 1px solid rgba(194, 229, 255, 0.95);
	color: #ffffff;
	font-size: 12px;
	line-height: 1.35;
	box-shadow: 0 6px 16px rgba(8, 38, 68, 0.28);
	pointer-events: none;
	opacity: 0;
	transition: opacity 140ms ease-out, transform 140ms ease-out;
}

.product-main-item-photo.product-main-item-photo-slider .product-3d-canvas:focus-visible + .threejs-viewer-kb-hint {
	opacity: 1;
	transform: translateX(-50%) translateY(0);
}

/* Keyboard focus visibility for media thumbnails (image / youtube / 3d) */
.product-view-media li:focus-visible {
	outline: 3px solid #ffb700;
	outline-offset: 2px;
	border-radius: 8px;
}

.product-view .product-main-item-photo .product-description-type-badge {
	position: absolute;
	top: 7px;
	right: 10px;
	z-index: 8;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	min-width: 88px;
	max-width: 180px;
	height: 26px;
	padding: 0 10px;
	border-radius: 14px;
	font-size: 12px;
	font-weight: 700;
	color: #ffffff;
	letter-spacing: 0.2px;
	text-transform: uppercase;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
}

.product-view .product-main-item-photo .product-description-type-badge .product-description-type-badge-label {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.product-view .product-main-item-photo .product-description-type-badge .product-description-type-badge-icon {
	display: inline-flex;
	width: 14px;
	height: 14px;
	flex: 0 0 14px;
}

.product-view .product-main-item-photo .product-description-type-badge .product-description-type-badge-icon svg {
	width: 100%;
	height: 100%;
}

.product-view .product-main-item-photo .product-description-type-badge--invention {
	background: linear-gradient(135deg, #3498db 0%, #2980b9 100%);
}

.product-view .product-main-item-photo .product-description-type-badge--upgrade {
	background: linear-gradient(135deg, #e67e22 0%, #f39c12 100%);
}

.product-view .product-main-item-photo .product-description-type-badge--tools {
	background: linear-gradient(135deg, #2ecc71 0%, #27ae60 100%);
}

.product-view .product-main-item-photo .product-description-type-badge--part {
	background: linear-gradient(135deg, #8d6e63 0%, #6d4c41 100%);
}

.product-view .product-main-item-photo .product-description-type-badge--art {
	background: linear-gradient(135deg, #9b59b6 0%, #8e44ad 100%);
}

.product-view .product-main-item-photo .product-description-type-badge--default {
	background: linear-gradient(135deg, #607d8b 0%, #455a64 100%);
}

.product-view .product-main-item-photo .product-description-type-vote-popover {
	width: 198px;
	top: 36px;
	padding: 8px;
	border-radius: 8px;
}

.product-view .product-main-item-photo .product-description-type-vote-head {
	margin-bottom: 4px;
	gap: 6px;
}

.product-view .product-main-item-photo .product-description-type-vote-title {
	font-size: 11px;
	margin-bottom: 5px;
	z-index: 10;
}

.product-view .product-main-item-photo .product-description-type-vote-total {
	font-size: 11px;
	margin-bottom: 0;
}

.product-view .product-main-item-photo .product-description-type-vote-total-icon {
	width: 11px;
	height: 11px;
	flex: 0 0 11px;
}

.product-view .product-main-item-photo .product-description-type-vote-options {
	gap: 4px;
}

.product-view .product-main-item-photo .product-description-type-vote-option {
	height: 26px;
	font-size: 10px;
	padding: 0 6px;
	gap: 5px;
	border-radius: 20px;
}

.product-view .product-main-item-photo .product-description-type-vote-option-percent {
	font-size: 9px;
	min-width: 16px;
	height: 16px;
	line-height: 16px;
	border-radius: 8px;
}

.product-view .product-main-item-photo .product-description-type-vote-option .product-description-type-badge-icon {
	width: 11px;
	height: 11px;
	flex: 0 0 11px;
}

.product-view .product-main-item-photo .product-description-type-vote-note {
	margin-top: 6px;
	font-size: 9px;
}

/* Remixes tab layout & scroll */
#tab-remixes {
	text-align: center;
}

#tab-remixes .product-main-item {
	float: none;
	display: inline-block;
	vertical-align: top;
}

#tab-remixes.scrollable {
	max-height: 576px;
	overflow-y: auto;
	padding-right: 6px;
}

#tab-remixes.scrollable::-webkit-scrollbar {
	width: 8px;
}

#tab-remixes.scrollable::-webkit-scrollbar-thumb {
	background: #c2dced;
	border-radius: 6px;
}

#tab-remixes.scrollable::-webkit-scrollbar,
#tab-remixes.scrollable::-webkit-scrollbar-thumb,
#tab-remixes.scrollable::-webkit-scrollbar-track {
	cursor: pointer;
}

.tabs-title .remix-help-tab {
	display: inline-block;
	width: 16px;
	height: 16px;
	line-height: 16px;
	text-align: center;
	border-radius: 50%;
	background: #b3b9c7;
	color: #ffffff;
	font-weight: bold;
	font-size: 10px;
	position: relative;
	vertical-align: middle;
	right: -13px;
}

.tabs-title li.selected-tab .remix-help-tab {
	background: #5aa4d6;
	color: #ffffff;
}

.tabs-title .remix-help-tab .remix-help-tooltip {
	display: none;
	position: absolute;
	top: 33px;
	left: -8px;
	background: #e8f3ff;
	border: 1px solid #b6d6ff;
	color: #0b3d78;
	padding: 6px 8px;
	border-radius: 6px;
	font-size: 16px;
	white-space: normal;
	width: 240px;
	text-align: left;
	box-shadow: 0 4px 12px rgba(2, 84, 164, 0.15);
	z-index: 999;
}

.tabs-title .remix-help-tab .remix-help-tooltip:before {
	content: '';
	position: absolute;
	top: -15px;
	left: 10px;
	border-width: 6px 6px 0 6px;
	border-style: solid;
	border-color: #b6d6ff transparent transparent transparent;
}

.tabs-title .remix-help-tab .remix-help-tooltip:after {
	content: '';
	position: absolute;
	top: -15px;
	left: 10px;
	border-width: 5px 5px 0 5px;
	border-style: solid;
	border-color: #e8f3ff transparent transparent transparent;
}

.tabs-title .remix-help-tab:hover .remix-help-tooltip,
.tabs-title .remix-help-tab:focus .remix-help-tooltip {
	display: block;
}

/* Download-all overlay popup */
#overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	justify-content: center;
	align-items: center;
	z-index: 999;
}

#custom-popup {
	display: none;
	background-color: #fff;
	padding: 20px 25px;
	border-radius: 18px;
	text-align: center;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	z-index: 1000;
}

#custom-popup p {
	margin-bottom: 0;
}

#custom-popup button {
	background-color: #2098b3;
	color: #fff;
	border: none;
	padding: 10px 20px;
	border-radius: 5px;
	cursor: pointer;
	font-size: 16px;
	transition: background-color 0.1s ease;
}

#custom-popup button.cancel {
	border-radius: 15px;
	background-color: #5e7687;
	display: block;
	margin-left: auto;
	padding: 3px 8px;
	font-weight: bold;
	transition: background-color 0.1s ease;
	margin-bottom: 15px;
	margin-right: -15px;
	margin-top: -10px;
}

#custom-popup button.cancel:hover {
	background-color: #789aa3;
}

#custom-popup button:hover {
	background-color: #20abcb;
}

/* Product-view small cards: fixed dark base + bright fill by --vote-pct */
.product-view .product-main-item-photo .product-description-type-info-popover .product-description-type-info-list {
	align-items: stretch;
}

.product-view .product-main-item-photo .product-description-type-info-popover .product-description-type-info-row {
	position: relative;
	display: flex;
	align-self: flex-start;
	width: var(--vote-vis, 100%);
	max-width: 100%;
	overflow: hidden;
}

.product-view .product-main-item-photo .product-description-type-info-popover .product-description-type-info-row:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: var(--vote-pct, 0%);
	background: linear-gradient(135deg, var(--vote-light, #87a1ad) 0%, var(--vote-strong, #526a74) 100%);
	border-top-right-radius: 25px;
	border-bottom-right-radius: 25px;
	pointer-events: none;
}

.product-view .product-main-item-photo .product-description-type-info-popover .product-description-type-info-row.product-description-type-badge--invention {
	--vote-strong: #2b8ecf;
	--vote-light: #73bce8;
	background: #154a6f;
}

.product-view .product-main-item-photo .product-description-type-info-popover .product-description-type-info-row.product-description-type-badge--upgrade {
	--vote-strong: #d97f14;
	--vote-light: #f3b461;
	background: #6f3e0a;
}

.product-view .product-main-item-photo .product-description-type-info-popover .product-description-type-info-row.product-description-type-badge--tools {
	--vote-strong: #24a761;
	--vote-light: #63d699;
	background: #125432;
}

.product-view .product-main-item-photo .product-description-type-info-popover .product-description-type-info-row.product-description-type-badge--part {
	--vote-strong: #735448;
	--vote-light: #a78879;
	background: #392922;
}

.product-view .product-main-item-photo .product-description-type-info-popover .product-description-type-info-row.product-description-type-badge--art {
	--vote-strong: #8442a6;
	--vote-light: #b27acb;
	background: #432255;
}

.product-view .product-main-item-photo .product-description-type-info-popover .product-description-type-info-row.product-description-type-badge--default {
	--vote-strong: #526a74;
	--vote-light: #87a1ad;
	background: #2a373d;
}

/* Product index page specific styles extracted from index.phtml */
.homepage-promotion {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: auto auto;
	min-height: 510px;
	background-color: #ccc;
	max-width: 1140px;
	margin: 0 auto;
	background-color: #4394cb5c;
	margin-top: 48px;
}

#home_promo:not(.homepage-promotion) .owl-carousel {
	opacity: 1 !important;
}

#home_promo {
	position: relative;
}

.homepage-promotion-content {
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	z-index: 2;
	content: "";
	width: 400px;
}

.product-type-filter {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	margin: 8px 0 12px;
}

.product-column-wrapper.section-new {
	margin-top: 15px;
}

.product-column-wrapper > h3 {
	position: relative;
	margin-bottom: 18px;
}

.product-column-wrapper > h3 .product-type-filter {
	position: absolute;
	left: 50%;
	bottom: -13px;
	transform: translateX(-50%);
	margin: 0;
	padding: 0 8px;
	background: #fff;
	border-radius: 999px;
	z-index: 2;
}

.product-type-filter-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	border: 0;
	border-radius: 999px;
	height: 26px;
	padding: 0 10px;
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	color: #fff;
	background: #5f6d77;
	cursor: pointer;
	opacity: 0.9;
}

.product-type-filter-btn:hover {
	opacity: 1;
}

.product-type-filter-btn.is-active {
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.5);
	opacity: 1;
}

.product-type-filter-btn[data-filter="all"] {
	background: #526a74cc;
}

.product-type-filter-btn[data-filter="invention"] {
	background: #2b8ecfcc;
}

.product-type-filter-btn[data-filter="upgrade"] {
	background: #d97f14cc;
}

.product-type-filter-btn[data-filter="tool"] {
	background: #24a761cc;
}

.product-type-filter-btn[data-filter="part"] {
	background: #735448cc;
}

.product-type-filter-btn[data-filter="art"] {
	background: #8442a6cc;
}

.product-type-filter-btn.is-active[data-filter="all"] {
	background: #526a74;
}

.product-type-filter-btn.is-active[data-filter="invention"] {
	background: #2b8ecf;
}

.product-type-filter-btn.is-active[data-filter="upgrade"] {
	background: #d97f14;
}

.product-type-filter-btn.is-active[data-filter="tool"] {
	background: #24a761;
}

.product-type-filter-btn.is-active[data-filter="part"] {
	background: #735448;
}

.product-type-filter-btn.is-active[data-filter="art"] {
	background: #8442a6;
}

.product-type-filter-icon {
	display: inline-flex;
	width: 12px;
	height: 12px;
	flex: 0 0 12px;
}

.product-type-filter-icon svg {
	width: 100%;
	height: 100%;
}

/* Keep filtered/partial pages centered */
.product-column-wrapper .product-column-container > .products-slider-subsection {
	justify-content: center;
}

.product-type-empty-state {
	display: none;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: 0;
	padding: 18px 16px;
	border: 0;
	background: transparent;
	color: #2a5f86;
	font-size: 17px;
	font-weight: 700;
	line-height: 1.4;
	text-align: center;
	align-items: flex-start;
	justify-content: center;
	min-height: 80px;
	padding-top: 126px;
	width: 100%;
	box-sizing: border-box;
	z-index: 2;
	pointer-events: none;
}

.product-type-empty-state.is-visible {
	display: flex;
}

.product-type-empty-state strong {
	color: inherit;
}

.products-slider-wrapper-box {
	position: relative;
}

.products-slider-wrapper-box.is-empty {
	min-height: 86px;
}

html.home-products-pending .product-column-wrapper .product-column-container,
html.home-products-pending .product-column-wrapper .product-column-arrows,
html.home-products-pending .product-column-wrapper .product-column-slider {
	visibility: hidden;
}

html.home-products-pending
	.product-column-wrapper
	.products-slider-wrapper-box
	.home-filter-loading-layer {
	display: block;
}

.home-filter-loading-layer {
	display: none;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 3;
	background: rgba(255, 255, 255, 0.92);
	pointer-events: none;
}

.home-filter-loading-layer.is-visible {
	display: block;
}

.home-filter-skeleton-grid {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding: 0;
}

.home-filter-skeleton-card {
	position: relative;
	pointer-events: none;
	opacity: 0.96;
	float: none;
}

.home-filter-skeleton-card-title {
	display: block;
	height: 18px;
	margin: 0 auto;
	max-width: 92%;
}

.home-filter-skeleton-card-photo {
	background: #d8ecff;
}

.home-filter-skeleton-card-photo .skeleton-chip {
	width: 86px;
	height: 24px;
	position: absolute;
	top: 12px;
	left: 12px;
	border-radius: 999px;
}

.home-filter-skeleton-card-photo .home-filter-skeleton-meta {
	position: absolute;
	left: 12px;
	right: 12px;
	bottom: 12px;
}

.home-filter-skeleton-card-photo .skeleton-line {
	height: 12px;
	margin-top: 8px;
}

.home-filter-skeleton-card-photo .skeleton-line-short {
	width: 62%;
}

.home-filter-skeleton-card .skeleton {
	display: block;
	border-radius: 8px;
	background: linear-gradient(90deg, #cce7ff 0%, #e7f4ff 48%, #cce7ff 100%);
	background-size: 220% 100%;
	animation: homeSkeletonShimmer 1.1s linear infinite;
}

.home-filter-skeleton-card .skeleton-title {
	height: 18px;
}

@keyframes homeSkeletonShimmer {
	0% {
		background-position: 220% 0;
	}
	100% {
		background-position: -220% 0;
	}
}

/* Product listing page styles extracted from products.phtml */
#products-holder {
	min-height: 640px;
}

.products-type-filter {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 6px;
	width: fit-content;
	max-width: 100%;
	margin: 10px auto 6px;
	padding: 0 8px;
	background: #fff;
	border-radius: 999px;
	position: relative;
	z-index: 2;
}

.products-type-filter-holder {
	clear: both;
	width: 100%;
}

.product-main-list-holder-category .product-main-list-wrapper,
.product-main-list-holder-search .product-main-list-wrapper {
	position: relative;
	padding-top: 50px;
}

/* Keep the original post-filter vertical gap on products page.
   This selector intentionally outranks generic theme rules. */
.reset-profile-header.product-main-list-holder-category .product-main-list-wrapper,
.reset-profile-header.product-main-list-holder-search .product-main-list-wrapper {
	padding-top: 58px;
}

.product-main-list-holder-category .products-type-filter-holder,
.product-main-list-holder-search .products-type-filter-holder {
	position: absolute;
	top: 26px;
	left: 0;
	right: 0;
	z-index: 3;
	clear: none;
	pointer-events: none;
}

.product-main-list-holder-category .products-type-filter-holder .products-type-filter,
.product-main-list-holder-search .products-type-filter-holder .products-type-filter {
	margin: 0 auto;
	pointer-events: auto;
}

.products-type-filter-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	border: 0;
	border-radius: 999px;
	height: 26px;
	padding: 0 10px;
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	color: #fff;
	cursor: pointer;
	opacity: 0.9;
}

.products-type-filter-btn:hover {
	opacity: 1;
}

.products-type-filter-btn.is-active {
	box-shadow: inset 0 0 0 1px rgba(255,255,255,0.5);
	opacity: 1;
}

.products-type-filter-btn[data-filter="all"] { background: #526a74cc; }
.products-type-filter-btn[data-filter="invention"] { background: #2b8ecfcc; }
.products-type-filter-btn[data-filter="upgrade"] { background: #d97f14cc; }
.products-type-filter-btn[data-filter="tool"] { background: #24a761cc; }
.products-type-filter-btn[data-filter="part"] { background: #735448cc; }
.products-type-filter-btn[data-filter="art"] { background: #8442a6cc; }

.products-type-filter-btn.is-active[data-filter="all"] { background: #526a74; }
.products-type-filter-btn.is-active[data-filter="invention"] { background: #2b8ecf; }
.products-type-filter-btn.is-active[data-filter="upgrade"] { background: #d97f14; }
.products-type-filter-btn.is-active[data-filter="tool"] { background: #24a761; }
.products-type-filter-btn.is-active[data-filter="part"] { background: #735448; }
.products-type-filter-btn.is-active[data-filter="art"] { background: #8442a6; }

.products-type-filter-icon {
	display: inline-flex;
	width: 12px;
	height: 12px;
	flex: 0 0 12px;
}

.products-type-filter-icon svg {
	width: 100%;
	height: 100%;
}

.products-type-empty-state {
	display: none;
	clear: both;
	width: 100%;
	text-align: center;
	font-weight: 700;
	font-size: 16px;
	line-height: 1.4;
	color: #2a5f86;
	padding: 18px 10px 6px;
	box-sizing: border-box;
}

.product-main-list-holder-category .products-type-empty-state,
.product-main-list-holder-search .products-type-empty-state {
	padding-top: 54px;
}

.products-type-empty-state.is-visible {
	display: block;
}

.initial-entry-skeleton-layer {
	display: none;
	position: absolute;
	top: 58px;
	right: 0;
	left: 0;
	bottom: 0;
	background: #fff;
	z-index: 4;
	pointer-events: none;
	overflow: hidden;
}

.product-main-list-wrapper.is-initial-entry-loading .initial-entry-skeleton-layer {
	display: block;
}

.initial-entry-skeleton-grid {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding-top: 4px;
}

.product-main-list-wrapper.is-initial-entry-loading .product-main-item.product:not(.js-initial-entry-skeleton-card) {
	visibility: hidden;
}

@keyframes spin {
	to { transform: rotate(360deg); }
}

.tab-loading {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 640px;
}

.tab-loading .spinner {
	width: 30px;
	height: 30px;
	border: 3px solid #ddd;
	border-top-color: #3b82f6;
	border-radius: 50%;
	animation: spin .8s linear infinite;
}

.search-infinite-loading {
	display: none;
	text-align: center;
	padding: 12px 8px 18px;
	color: #5b6a74;
	font-weight: 700;
}

.search-infinite-loading.is-visible {
	display: block;
}

.product-skeleton-card {
	pointer-events: none;
	opacity: .96;
}

.product-skeleton-card .product-main-item-photo {
	position: relative;
	background: #d8ecff !important;
	overflow: hidden;
}

.product-skeleton-card .skeleton {
	display: block;
	border-radius: 8px;
	background: linear-gradient(90deg,#cce7ff 0%,#e7f4ff 48%,#cce7ff 100%);
	background-size: 200% 100%;
	animation: skeletonShimmer 1.1s linear infinite;
}

.product-skeleton-card .skeleton-title {
	height: 18px;
}

.product-skeleton-card .product-skeleton-card-title {
	display: block;
	height: 18px;
	margin: 0 auto;
	max-width: 92%;
}

.product-skeleton-card .skeleton-chip {
	width: 86px;
	height: 24px;
	position: absolute;
	top: 12px;
	left: 12px;
	border-radius: 999px;
}

.product-skeleton-card .product-skeleton-meta {
	position: absolute;
	left: 12px;
	right: 12px;
	bottom: 12px;
}

.product-skeleton-card .skeleton-line {
	height: 12px;
	margin-top: 8px;
}

.product-skeleton-card .skeleton-line-short {
	width: 62%;
}

@keyframes skeletonShimmer {
	0% { background-position: 200% 0; }
	100% { background-position: -200% 0; }
}

