/*
Theme Name: JAP Social Store
Theme URI: https://justanotherpanel.com
Author: Codex Studio
Description: Tema WooCommerce para vender seguidores, likes, vistas y servicios sociales con cierre por WhatsApp.
Version: 1.0.0
Author URI: https://justanotherpanel.com
Text Domain: legion-pets
*/

.glass-morphism {
	background: rgba(255, 255, 255, 0.05);
	backdrop-filter: blur(10px);
	border: 1px solid rgba(255, 255, 255, 0.1);
}

.text-gradient {
	background-clip: text;
	-webkit-background-clip: text;
	color: transparent;
	background-image: linear-gradient(to right, #a3e635, #ffffff);
}

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

.menu a {
	text-decoration: none;
}

body.admin-bar #navbar {
	top: 32px;
}

@media (max-width: 782px) {
	body.admin-bar #navbar {
		top: 46px;
	}
}

#navbar {
	background: rgba(10, 25, 47, 0.96);
	backdrop-filter: blur(14px);
	-webkit-backdrop-filter: blur(14px);
}

#navbar a,
#navbar button,
#navbar span,
#navbar i {
	color: #ffffff;
}

#navbar .bg-legion-lime,
#navbar .bg-legion-lime i,
#navbar .bg-legion-lime span {
	color: #0a192f !important;
}

.legion-woo-shell .woocommerce-notices-wrapper {
	margin-bottom: 1.5rem;
}

.legion-woo-shell .woocommerce-result-count,
.legion-woo-shell .woocommerce-breadcrumb,
.legion-woo-shell .woocommerce-product-details__short-description,
.legion-woo-shell .product_meta,
.legion-woo-shell .woocommerce-tabs {
	color: #64748b;
}

.legion-woo-shell ul.products {
	list-style: none;
	margin: 2rem 0 0;
	padding: 0;
	display: grid;
	grid-template-columns: repeat(1, minmax(0, 1fr));
	width: 100%;
	justify-items: stretch;
	align-items: stretch;
	gap: 2rem;
}

.legion-woo-shell ul.products::before,
.legion-woo-shell ul.products::after,
.legion-woo-shell .related ul.products::before,
.legion-woo-shell .related ul.products::after {
	content: none !important;
	display: none !important;
}

.legion-woo-shell ul.products li.product,
.legion-woo-shell .related ul.products li.product {
	float: none !important;
	clear: none !important;
	display: block !important;
	width: 100% !important;
	max-width: 100% !important;
	justify-self: start;
	margin: 0 !important;
}

@media (min-width: 640px) {
	.legion-woo-shell ul.products {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

.legion-woo-shell ul.products.columns-2,
.legion-woo-shell ul.products.columns-3,
.legion-woo-shell ul.products.columns-4 {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 1200px) {
	.legion-woo-shell ul.products,
	.legion-woo-shell ul.products.columns-2,
	.legion-woo-shell ul.products.columns-3,
	.legion-woo-shell ul.products.columns-4 {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

.legion-woo-shell ul.products li.product a {
	color: #0f172a;
	text-decoration: none;
}

.legion-woo-shell ul.products li.product .price,
.legion-woo-shell div.product p.price,
.legion-woo-shell div.product span.price {
	color: #65a30d;
	font-weight: 800;
}

.legion-woo-shell div.product .woocommerce-product-gallery,
.legion-woo-shell div.product .summary {
	margin-bottom: 2rem;
}

.legion-woo-shell div.product {
	color: #0f172a;
}

.legion-woo-shell div.product .product_title {
	color: #0f172a;
	font-size: 2.5rem;
	line-height: 1;
	text-transform: uppercase;
}

.legion-woo-shell form.cart {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
	align-items: center;
	margin-top: 1.5rem;
}

.legion-woo-shell .quantity .qty,
.legion-woo-shell form .input-text,
.legion-woo-shell form select,
.legion-woo-shell form textarea {
	background: #ffffff;
	border: 1px solid #cbd5e1;
	border-radius: 0.85rem;
	color: #0f172a;
	padding: 0.85rem 1rem;
}

.legion-woo-shell button.button,
.legion-woo-shell a.button,
.legion-woo-shell button.alt,
.legion-woo-shell a.checkout-button,
.legion-woo-shell #respond input#submit.alt,
.legion-woo-shell .single_add_to_cart_button {
	background: #a3e635 !important;
	border: 0 !important;
	border-radius: 999px !important;
	color: #0a192f !important;
	font-weight: 800 !important;
	padding: 0.9rem 1.4rem !important;
}

.legion-woo-shell table.shop_table {
	border-color: #e2e8f0;
}

.legion-woo-shell table.shop_table th,
.legion-woo-shell table.shop_table td {
	color: #0f172a;
	border-color: #e2e8f0;
}

.legion-woo-shell .woocommerce-message,
.legion-woo-shell .woocommerce-info,
.legion-woo-shell .woocommerce-error {
	background: #f8fafc;
	color: #0f172a;
	border-top-color: #a3e635;
}

.legion-woo-shell .woocommerce-message::before,
.legion-woo-shell .woocommerce-info::before,
.legion-woo-shell .woocommerce-error::before {
	color: #a3e635;
}

.legion-woo-shell .select2-container--default .select2-selection--single {
	background: #ffffff;
	border: 1px solid #cbd5e1;
	border-radius: 0.85rem;
	height: auto;
	padding: 0.55rem 0.75rem;
}

.legion-woo-shell .select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #0f172a;
}

.legion-woo-shell .select2-dropdown {
	background: #ffffff;
	border-color: #cbd5e1;
}

.legion-woo-shell .select2-search__field {
	background: #ffffff;
	color: #0f172a;
}

.shop-layout {
	display: grid;
	grid-template-columns: minmax(260px, 300px) minmax(0, 1fr);
	align-items: start;
}

.shop-sidebar {
	position: sticky;
	top: 7rem;
}

.shop-sidebar-panel {
	width: 100%;
}

.shop-sidebar-panel .shop-sidebar > div {
	background: rgba(255, 255, 255, 0.06);
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 1.75rem;
	color: #ffffff;
}

.shop-sidebar-panel a,
.shop-sidebar-panel label,
.shop-sidebar-panel span,
.shop-sidebar-panel strong {
	color: #ffffff;
}

.shop-sidebar-panel input,
.shop-sidebar-panel select,
.shop-sidebar-panel .input-text,
.shop-sidebar-panel .price-filter__field {
	background: rgba(255, 255, 255, 0.08) !important;
	border: 1px solid rgba(255, 255, 255, 0.12) !important;
	color: #ffffff !important;
	box-shadow: none !important;
}

.shop-sidebar-panel input::placeholder,
.shop-sidebar-panel select::placeholder {
	color: rgba(255, 255, 255, 0.45);
}

.shop-content-shell .woocommerce-ordering,
.shop-content-shell .woocommerce-result-count {
	margin-bottom: 1.25rem;
}

.shop-toolbar {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
}

.shop-toolbar__meta {
	display: grid;
	gap: 0.35rem;
}

.shop-toolbar__sort {
	min-width: 280px;
}

.shop-content-shell .woocommerce-ordering select {
	background: rgba(255, 255, 255, 0.06);
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 1rem;
	color: #ffffff;
	padding: 0.75rem 1rem;
}

.shop-content-shell .woocommerce-products-header {
	margin-bottom: 1rem;
}

.shop-content-shell .woocommerce nav.woocommerce-pagination ul {
	border: 0;
	display: flex;
	gap: 0.5rem;
}

.shop-content-shell .woocommerce nav.woocommerce-pagination ul li {
	border: 0;
}

.shop-content-shell .woocommerce nav.woocommerce-pagination ul li span,
.shop-content-shell .woocommerce nav.woocommerce-pagination ul li a {
	background: rgba(255, 255, 255, 0.06);
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 999px;
	color: #ffffff;
	padding: 0.7rem 1rem;
}

.shop-content-shell .woocommerce nav.woocommerce-pagination ul li .current {
	background: #59b8ff;
	color: #23174a;
	font-weight: 800;
}

.shop-content-shell--viral {
	background: rgba(10, 9, 30, 0.72);
	backdrop-filter: blur(18px);
	-webkit-backdrop-filter: blur(18px);
}

.shop-content-shell--viral .woocommerce-notices-wrapper,
.shop-content-shell--viral .woocommerce-result-count,
.shop-content-shell--viral .woocommerce-breadcrumb {
	color: rgba(255, 255, 255, 0.68);
}

.shop-content-shell--viral .woocommerce-ordering {
	margin-bottom: 0;
}

.shop-content-shell--viral .woocommerce nav.woocommerce-pagination {
	margin-top: 2rem;
}

.product-card-clean,
.product-card-viral {
	list-style: none;
	width: 100%;
}

.product-card-viral__inner {
	display: flex;
	flex-direction: column;
	height: 100%;
	width: 100%;
	max-width: 100%;
	position: relative;
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 2.2rem;
	background: linear-gradient(180deg, rgba(15, 17, 43, 0.95) 0%, rgba(13, 15, 37, 0.98) 100%);
	overflow: hidden;
	padding: 1.15rem;
	transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.03);
	cursor: pointer;
}

.product-card-viral__linkwrap {
	display: block;
	text-decoration: none;
	color: inherit !important;
}

.product-card-viral__inner:hover {
	transform: translateY(-4px);
	border-color: rgba(255, 91, 189, 0.32);
	box-shadow: 0 28px 70px rgba(2, 6, 23, 0.42);
}

.product-card-viral__topline {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 4px;
	background: linear-gradient(90deg, #59b8ff 0%, #ff5bbd 58%, #ffd45c 100%);
}

.product-card-viral__head {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 1rem;
}

.product-card-viral__head--stacked {
	display: block;
	margin-top: 0.8rem;
}

.product-card-viral__category {
	margin: 0;
	color: #59b8ff;
	font-size: 0.62rem;
	font-weight: 900;
	letter-spacing: 0.34em;
	text-transform: uppercase;
}

.product-card-viral__title {
	margin: 0.45rem 0 0;
	min-height: 2.4rem;
	font-size: clamp(1rem, 0.95vw, 1.18rem);
	font-weight: 900;
	line-height: 1.06;
	text-transform: uppercase;
}

.product-card-viral__title a,
.product-card-viral__title a:hover,
.product-card-viral__title a:focus {
	color: #ffffff !important;
}

.product-card-viral__badges {
	display: flex;
	flex-wrap: wrap;
	gap: 0.55rem;
	margin-top: 0.75rem;
}

.product-card-viral-media {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 180px;
	margin-top: 0;
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 1.4rem;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.04) 0%, rgba(89, 184, 255, 0.03) 100%);
	padding: 0.55rem;
	overflow: hidden;
}

.product-card-viral-media__image {
	width: 100%;
	max-width: 100%;
	height: 170px;
	object-fit: contain;
	filter: drop-shadow(0 8px 20px rgba(0, 0, 0, 0.2));
}

.product-card-viral-media__placeholder {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	min-height: 170px;
	border-radius: 1rem;
	background: radial-gradient(circle at center, rgba(89, 184, 255, 0.14), rgba(255, 91, 189, 0.06));
	color: #59b8ff;
	font-size: 1.75rem;
}

.product-card-viral__badge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 30px;
	padding: 0.35rem 0.8rem;
	border-radius: 999px;
	border: 1px solid rgba(255, 91, 189, 0.4);
	background: rgba(255, 91, 189, 0.1);
	color: #fff3fa;
	font-size: 0.62rem;
	font-weight: 900;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.product-card-viral__pricing {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.8rem;
	margin-top: 0.8rem;
}

.product-card-viral__pricing-label {
	margin: 0 0 0.2rem;
	color: #94a3b8;
	font-size: 0.62rem;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}

.product-card-viral__price-stack {
	display: flex;
	flex-direction: column;
	gap: 0.15rem;
}

.product-card-viral__price-old,
.product-card-viral__price-old .woocommerce-Price-amount,
.product-card-viral__price-old bdi {
	color: rgba(255, 255, 255, 0.42) !important;
	font-size: 0.68rem;
	font-weight: 600;
	text-decoration: line-through;
}

.product-card-viral__price-new,
.product-card-viral__price-new .woocommerce-Price-amount,
.product-card-viral__price-new bdi {
	color: #ffffff !important;
	font-size: 0.95rem;
	font-weight: 900;
	line-height: 1;
	text-decoration: none;
}

.product-card-viral-price del,
.product-card-viral-price del .woocommerce-Price-amount,
.product-card-viral-price del bdi {
	color: rgba(255, 255, 255, 0.42) !important;
	font-size: 0.8rem;
	font-weight: 700;
}

.product-card-viral-price ins,
.product-card-viral-price ins .woocommerce-Price-amount,
.product-card-viral-price ins bdi,
.product-card-viral-price > .woocommerce-Price-amount,
.product-card-viral-price > .woocommerce-Price-amount bdi {
	color: #ffffff !important;
	font-size: 1.8rem;
	font-weight: 900;
	text-decoration: underline;
	text-decoration-thickness: 3px;
	text-underline-offset: 5px;
}

.product-card-viral__delivery {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 34px;
	padding: 0.45rem 0.65rem;
	border-radius: 999px;
	border: 1px solid rgba(255, 212, 92, 0.28);
	background: rgba(255, 212, 92, 0.08);
	color: #ffd45c;
	font-size: 0.55rem;
	font-weight: 900;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	max-width: 84px;
	text-align: center;
}

.product-card-viral__actions {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 0.85rem;
	margin-top: 0.8rem;
}

.product-card-viral__primary,
.product-card-viral__secondary {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 42px;
	padding: 0.55rem 0.7rem;
	border-radius: 999px;
	font-size: 0.56rem;
	font-weight: 900;
	text-align: center;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	line-height: 1.1;
}

.product-card-viral--home .product-card-viral__inner {
	height: 100%;
}

.product-card-viral--home .product-card-viral__title {
	font-size: clamp(1.05rem, 1vw, 1.28rem);
}

.product-card-viral__primary {
	background: linear-gradient(180deg, #69bfff 0%, #4ea7ef 100%);
	border: 1px solid rgba(89, 184, 255, 0.35);
	color: #23174a !important;
	box-shadow: inset 0 -10px 24px rgba(30, 87, 153, 0.15);
}

.product-card-viral__secondary {
	background: rgba(255, 255, 255, 0.02);
	border: 1px solid rgba(255, 255, 255, 0.13);
	color: #ffffff !important;
}

.product-card-viral__primary:hover {
	background: linear-gradient(180deg, #7bc8ff 0%, #5cb5fb 100%);
}

.product-card-viral__secondary:hover {
	border-color: rgba(255, 91, 189, 0.45);
	color: #ff8dd4 !important;
}

.product-card-clean__primary i,
.product-card-clean__secondary i {
	font-size: 1rem;
}

.product-detail-shell div.product {
	display: grid;
	grid-template-columns: minmax(0, 1.5fr) minmax(320px, 0.72fr);
	gap: 1.25rem;
	align-items: start;
}

.product-detail-shell div.product .woocommerce-product-gallery {
	background: rgba(255, 255, 255, 0.02);
	border: 1px solid rgba(255, 255, 255, 0.06);
	border-radius: 2rem;
	padding: 0.85rem;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.product-detail-shell div.product .woocommerce-product-gallery img {
	width: 100%;
	height: auto;
	object-fit: contain;
	max-height: 820px;
}

.product-detail-shell .woocommerce-product-gallery__image {
	border-radius: 1.4rem;
	overflow: hidden;
}

.product-detail-shell div.product .summary {
	background: linear-gradient(180deg, rgba(15, 17, 43, 0.92) 0%, rgba(13, 15, 37, 0.98) 100%);
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 2rem;
	padding: 1rem 1.05rem;
	color: #ffffff;
	box-shadow: 0 24px 60px rgba(15, 23, 42, 0.22);
	position: sticky;
	top: 7.5rem;
}

.product-detail-shell div.product .summary .product_title + p.price,
.product-detail-shell div.product .summary .product_title + span.price {
	margin-top: 0.35rem;
}

.product-detail-shell div.product .summary > *:first-child {
	margin-top: 0;
}

.product-detail-shell div.product .product_title,
.product-detail-shell div.product .summary .product_title,
.product-detail-shell .summary .product_title {
	color: #ffffff !important;
	font-size: 1.8rem;
	line-height: 1.02;
	text-transform: uppercase;
	margin-bottom: 0.55rem;
}

.product-detail-shell div.product p.price,
.product-detail-shell div.product span.price,
.product-detail-shell .summary p.price,
.product-detail-shell .summary span.price {
	color: #ffffff !important;
	font-size: 1.35rem;
	margin-bottom: 0.55rem;
}

.product-detail-shell div.product .price bdi,
.product-detail-shell .summary .price bdi {
	color: #ffffff !important;
}

.product-detail-shell .summary .price del,
.product-detail-shell .summary .price del .woocommerce-Price-amount,
.product-detail-shell .summary .price del bdi {
	color: rgba(255, 255, 255, 0.36) !important;
	font-size: 0.78rem;
	font-weight: 600;
}

.product-detail-shell .summary .price ins,
.product-detail-shell .summary .price ins .woocommerce-Price-amount,
.product-detail-shell .summary .price ins bdi {
	color: #ffffff !important;
	font-size: 1.35rem;
	font-weight: 900;
	text-decoration: none;
}

.product-detail-shell .woocommerce-product-details__short-description,
.product-detail-shell .product_meta,
.product-detail-shell .woocommerce-tabs {
	color: rgba(255, 255, 255, 0.78);
}

.product-detail-shell div.product .summary p,
.product-detail-shell div.product .summary span,
.product-detail-shell div.product .summary a,
.product-detail-shell div.product .summary div {
	color: inherit;
}

.product-detail-shell .woocommerce-product-details__short-description {
	margin-bottom: 0.9rem;
	font-size: 0.95rem;
	line-height: 1.5;
}

.product-detail-shell .summary .woocommerce-product-details__short-description p {
	margin-bottom: 0;
}

.product-detail-shell .summary .stock,
.product-detail-shell .summary .sku_wrapper,
.product-detail-shell .summary .posted_in,
.product-detail-shell .summary .tagged_as {
	font-size: 0.82rem;
	line-height: 1.4;
}

.product-detail-shell .quantity {
	margin-right: 0.5rem;
}

.product-detail-shell form.cart {
	margin-bottom: 1.5rem;
}

.product-detail-shell .quantity .qty {
	background: rgba(255, 255, 255, 0.08);
	border-color: rgba(255, 255, 255, 0.14);
	color: #ffffff;
	min-height: 46px;
	border-radius: 0.9rem;
}

.product-detail-shell .single_add_to_cart_button {
	min-height: 46px;
	padding-left: 1.1rem !important;
	padding-right: 1.1rem !important;
	font-size: 0.88rem !important;
	border-radius: 999px !important;
}

.product-detail-shell .summary .single_add_to_cart_button {
	width: 100%;
}

.product-detail-shell .product_meta a {
	color: #59b8ff !important;
}

.product-detail-shell .woocommerce-product-gallery__wrapper {
	margin: 0;
}

.product-detail-shell .woocommerce-product-gallery__trigger {
	display: none !important;
}

.product-detail-shell .flex-control-thumbs {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(74px, 1fr));
	gap: 0.75rem;
	margin-top: 1rem !important;
}

.product-detail-shell .flex-control-thumbs li {
	list-style: none;
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 1rem;
	overflow: hidden;
}

.product-detail-shell .woocommerce-tabs {
	grid-column: 1 / -1;
	margin-top: 1.4rem;
	background: rgba(255, 255, 255, 0.04);
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 2rem;
	padding: 1.5rem;
	color: rgba(255, 255, 255, 0.82);
}

.product-detail-shell .woocommerce-tabs ul.tabs {
	margin-bottom: 1.5rem !important;
}

.product-detail-shell .woocommerce-tabs ul.tabs li {
	background: rgba(255, 255, 255, 0.06) !important;
	border: 1px solid rgba(255, 255, 255, 0.1) !important;
	border-radius: 999px !important;
}

.product-detail-shell .woocommerce-tabs ul.tabs li a {
	color: #ffffff !important;
}

.product-detail-shell section.related {
	grid-column: 1 / -1;
	margin-top: 1.4rem;
}

.product-detail-shell section.related > h2 {
	font-size: 1.45rem;
	font-weight: 900;
	text-transform: uppercase;
	color: #ffffff;
	margin-bottom: 1rem;
}

.product-detail-shell section.related ul.products {
	grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
	gap: 1rem;
}

.product-detail-shell section.related .product-card-viral__inner {
	padding: 1rem;
	border-radius: 1.6rem;
}

.product-detail-shell section.related .product-card-viral-media {
	min-height: 150px;
	border-radius: 1.2rem;
}

.product-detail-shell section.related .product-card-viral-media__image {
	height: 145px;
}

.product-detail-shell section.related .product-card-viral-media__placeholder {
	min-height: 145px;
	font-size: 1.8rem;
}

.product-detail-shell section.related .product-card-viral__title {
	min-height: auto;
	font-size: 0.98rem;
}

.product-detail-shell section.related .product-card-viral__category {
	font-size: 0.58rem;
}

.product-detail-shell section.related .product-card-viral__badge {
	min-height: 28px;
	padding: 0.35rem 0.7rem;
	font-size: 0.6rem;
}

.product-detail-shell section.related .product-card-viral__price-old,
.product-detail-shell section.related .product-card-viral__price-old .woocommerce-Price-amount,
.product-detail-shell section.related .product-card-viral__price-old bdi {
	font-size: 0.65rem;
}

.product-detail-shell section.related .product-card-viral__price-new,
.product-detail-shell section.related .product-card-viral__price-new .woocommerce-Price-amount,
.product-detail-shell section.related .product-card-viral__price-new bdi {
	font-size: 0.95rem;
}

.product-detail-shell section.related .product-card-viral__delivery {
	min-height: 34px;
	font-size: 0.56rem;
	max-width: 82px;
}

.product-detail-shell section.related .product-card-viral__primary,
.product-detail-shell section.related .product-card-viral__secondary {
	min-height: 40px;
	font-size: 0.56rem;
}

@media (max-width: 1023px) {
	.shop-layout {
		grid-template-columns: 1fr;
		gap: 1.25rem;
	}

	.shop-sidebar {
		position: static;
	}

	.shop-sidebar-panel.hidden {
		display: none;
	}

	.shop-sidebar-panel {
		margin-bottom: 1.25rem;
	}

	.product-detail-shell div.product {
		grid-template-columns: 1fr;
	}

	.product-detail-shell div.product .summary {
		position: static;
	}

	.product-detail-shell section.related ul.products {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}

	.shop-content-shell {
		padding: 1.25rem;
	}
}

@media (max-width: 767px) {
	#navbar .max-w-7xl {
		padding-left: 1rem;
		padding-right: 1rem;
	}

	.legion-woo-shell ul.products,
	.related ul.products {
		display: grid;
		grid-template-columns: 1fr;
		gap: 1rem;
	}

	.product-detail-shell section.related ul.products {
		grid-template-columns: 1fr !important;
	}

	.shop-toolbar {
		flex-direction: column;
		align-items: stretch;
	}

	.shop-toolbar__meta h2 {
		font-size: 1.45rem;
	}

	.legion-woo-shell div.product form.cart {
		flex-direction: column;
		align-items: stretch;
	}

	.product-card-viral__inner {
		padding: 1.2rem;
		border-radius: 1.7rem;
	}

	.product-card-viral__icon {
		width: 62px;
		height: 62px;
		font-size: 1.6rem;
	}

	.product-card-viral__title {
		min-height: auto;
		font-size: 1.25rem;
	}

	.product-card-viral-media {
		min-height: 180px;
	}

	.product-card-viral-media__image {
		max-width: 100%;
		max-height: 160px;
	}

	.product-card-viral__pricing {
		flex-direction: column;
		align-items: flex-start;
	}

	.product-card-viral__price-old,
	.product-card-viral__price-old .woocommerce-Price-amount,
	.product-card-viral__price-old bdi {
		font-size: 0.72rem;
	}

	.product-card-viral__price-new,
	.product-card-viral__price-new .woocommerce-Price-amount,
	.product-card-viral__price-new bdi {
		font-size: 1.2rem;
	}

	.product-card-viral__actions {
		grid-template-columns: 1fr 1fr;
		gap: 0.8rem;
	}

	.product-card-viral__primary,
	.product-card-viral__secondary {
		min-height: 48px;
		font-size: 0.68rem;
	}

	.legion-woo-shell div.product .product_title {
		font-size: 2rem;
	}

	.shop-toolbar__sort {
		min-width: 100%;
	}

	.product-detail-shell div.product .summary,
	.product-detail-shell div.product .woocommerce-product-gallery,
	.product-detail-shell .woocommerce-tabs {
		padding: 1.25rem;
		border-radius: 1.5rem;
	}

	.product-detail-shell div.product .summary {
		padding: 1.35rem;
	}

	.product-detail-shell div.product .product_title {
		font-size: 1.55rem;
		line-height: 1.05;
	}

	.product-detail-shell div.product p.price,
	.product-detail-shell div.product span.price {
		font-size: 1.2rem;
	}
}

@media (max-width: 480px) {
	.shop-sidebar-panel .shop-sidebar > div,
	.shop-content-shell {
		border-radius: 1.35rem;
	}

	.shop-sidebar-panel input,
	.shop-sidebar-panel select,
	.shop-sidebar-panel .input-text,
	.shop-sidebar-panel .price-filter__field,
	.shop-content-shell .woocommerce-ordering select {
		min-height: 50px;
	}

	.product-card-viral__badge {
		font-size: 0.72rem;
		letter-spacing: 0.16em;
	}

	.product-card-viral__primary,
	.product-card-viral__secondary {
		min-height: 74px;
		padding: 0.85rem;
	}
}
