/* ========================================
   Fix horizontal scroll
   ======================================== */

html {
	overflow-x: hidden !important;
	width: 100%;
}

/* Screen-reader only (Bootstrap-compatible); theme bundle may omit utility */
.visually-hidden {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

header .mobilemenu {
	overflow: hidden;
	max-width: 100%;
}

header .container-fluid {
	max-width: 100%;
}

/* ========================================
   Nav Auth Items (inside .mamnu menu)
   ======================================== */

.nav-auth-item a i {
	margin-right: 5px;
	font-size: 13px;
}

/* ========================================
   Language Switcher (inside menu)
   ======================================== */

.nav-lang-item > a > i {
	margin-right: 5px;
}

/* Hide Polylang's default language switcher (we use our own in the menu) */
.widget_polylang,
#polylang-2,
.pll-switcher {
	display: none !important;
}

/* ========================================
   Auth Modals
   ======================================== */

.auth-modal .modal-content {
	background: #111;
	border: 1px solid #333;
	border-radius: 0;
	box-shadow: 0 15px 50px rgba(0, 0, 0, 0.6);
	overflow: hidden;
}

.auth-modal .modal-header {
	background: linear-gradient(135deg, #1a1a1a 0%, #222 100%);
	border-bottom: 2px solid #878244;
	padding: 20px 30px;
	position: relative;
}

.auth-modal .modal-header::after {
	content: '';
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 60px;
	height: 2px;
	background: #fff;
}

.auth-modal .modal-title {
	color: #fff;
	font-family: "Audiowide", cursive;
	font-size: 20px;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.auth-modal .modal-title i {
	color: #878244;
	margin-right: 10px;
}

.auth-modal .btn-close {
	opacity: 1;
	transition: all 0.3s ease;
	filter: invert(1) grayscale(100%) brightness(200%);
}

.auth-modal .btn-close:hover {
	transform: rotate(90deg);
}

.auth-modal .modal-body {
	padding: 30px;
}

/* Form Styles */
.auth-modal .form-group {
	margin-bottom: 20px;
}

.auth-modal .form-group label {
	color: #aaa;
	font-size: 13px;
	font-weight: 400;
	margin-bottom: 8px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	display: block;
}

.auth-modal .form-group label i {
	color: #878244;
	margin-right: 6px;
	width: 16px;
	text-align: center;
}

.auth-modal .form-control {
	background: #1a1a1a;
	border: 1px solid #333;
	border-radius: 0;
	color: #fff;
	padding: 12px 16px;
	font-size: 15px;
	height: auto;
	transition: all 0.3s ease;
}

.auth-modal .form-control:focus {
	background: #1a1a1a;
	border-color: #878244;
	box-shadow: 0 0 0 2px rgba(135, 130, 68, 0.15);
	color: #fff;
	outline: none;
}

.auth-modal .form-control::placeholder {
	color: #555;
}

.auth-modal .form-control.error {
	border-color: #d82e2e;
}

/* Password field with toggle */
.password-field {
	position: relative;
}

.password-field .form-control,
.password-field .ap-form-control {
	padding-right: 45px;
}

.toggle-password {
	position: absolute;
	right: 12px;
	top: 50%;
	transform: translateY(-50%);
	background: transparent;
	border: none;
	color: #555;
	cursor: pointer;
	padding: 5px;
	transition: color 0.3s ease;
	z-index: 2;
}

.toggle-password:hover {
	color: #878244;
}

/* Password strength indicator */
.password-strength {
	margin-top: 8px;
	height: 3px;
	background: #333;
	border-radius: 0;
	overflow: hidden;
}

.password-strength .strength-bar {
	height: 100%;
	width: 0;
	transition: all 0.3s ease;
	border-radius: 0;
}

.password-strength .strength-bar.weak {
	width: 33%;
	background: #d82e2e;
}

.password-strength .strength-bar.medium {
	width: 66%;
	background: #f0ad4e;
}

.password-strength .strength-bar.strong {
	width: 100%;
	background: #5cb85c;
}

.password-strength-text {
	font-size: 11px;
	margin-top: 4px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

.password-strength-text.weak {
	color: #d82e2e;
}

.password-strength-text.medium {
	color: #f0ad4e;
}

.password-strength-text.strong {
	color: #5cb85c;
}

/* Custom Checkbox */
.form-check-group {
	margin-bottom: 15px;
}

.custom-checkbox {
	display: flex;
	align-items: center;
	cursor: pointer;
	color: #aaa;
	font-size: 14px;
	user-select: none;
	margin: 0;
}

.custom-checkbox input {
	display: none;
}

.custom-checkbox .checkmark {
	width: 18px;
	height: 18px;
	border: 2px solid #444;
	margin-right: 10px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	transition: all 0.3s ease;
	flex-shrink: 0;
}

.custom-checkbox input:checked + .checkmark {
	background: #878244;
	border-color: #878244;
}

.custom-checkbox input:checked + .checkmark::after {
	content: '\f00c';
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	font-size: 10px;
	color: #fff;
}

/* Submit button */
.auth-submit-btn {
	display: block;
	width: 100%;
	background: #878244;
	border: none;
	color: #fff;
	padding: 14px 30px;
	font-size: 15px;
	font-family: "Audiowide", cursive;
	text-transform: uppercase;
	letter-spacing: 2px;
	cursor: pointer;
	transition: all 0.3s ease;
	-webkit-clip-path: polygon(3% 0%, 100% 0, 97% 100%, 0% 100%);
	clip-path: polygon(3% 0%, 100% 0, 97% 100%, 0% 100%);
	position: relative;
	overflow: hidden;
}

.auth-submit-btn:hover {
	background: #6e6a37;
}

.auth-submit-btn:active {
	transform: scale(0.98);
}

.auth-submit-btn .btn-loader {
	font-size: 16px;
}

/* Auth Alert Messages */
.auth-alert {
	display: none;
	padding: 12px 16px;
	margin-bottom: 20px;
	font-size: 14px;
	border-left: 3px solid;
}

.auth-alert.alert-success {
	display: block;
	background: rgba(92, 184, 92, 0.1);
	border-color: #5cb85c;
	color: #5cb85c;
}

.auth-alert.alert-error {
	display: block;
	background: rgba(216, 46, 46, 0.1);
	border-color: #d82e2e;
	color: #d82e2e;
}

/* Auth Footer */
.auth-footer {
	text-align: center;
	margin-top: 25px;
	padding-top: 20px;
	border-top: 1px solid #222;
}

.auth-footer p {
	color: #777;
	font-size: 14px;
	margin-bottom: 8px;
}

.auth-footer a {
	color: #878244;
	font-weight: 600;
	text-decoration: none;
	transition: color 0.3s ease;
}

.auth-footer a:hover {
	color: #b5ae5c;
	text-decoration: underline;
}

.forgot-password-link {
	font-size: 13px !important;
}

/* Modal backdrop */
.auth-modal.show {
	background: rgba(0, 0, 0, 0.7);
}

/* Modal z-index — must be above all page elements */
.auth-modal {
	z-index: 10000000 !important;
}

.modal-backdrop {
	z-index: 9999999 !important;
}

/* Modal animation */
.auth-modal .modal-dialog {
	transform: scale(0.95) translateY(-20px);
	transition: all 0.3s ease;
}

.auth-modal.show .modal-dialog {
	transform: scale(1) translateY(0);
}

/* ========================================
   Responsive
   ======================================== */

@media only screen and (max-width: 1600px) {
	.auth-btn {
		padding: 7px 18px;
		font-size: 13px;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.auth-btn {
		padding: 6px 14px;
		font-size: 12px;
		margin-left: 5px;
	}
	.auth-user-btn {
		padding: 6px 14px;
		font-size: 12px;
	}
}

@media only screen and (max-width: 991px) {
	.auth-head {
		display: none;
	}
}

@media only screen and (max-width: 576px) {
	.auth-modal .modal-body {
		padding: 20px;
	}
	.auth-modal .modal-title {
		font-size: 16px;
	}
	.auth-submit-btn {
		-webkit-clip-path: none;
		clip-path: none;
	}
}

/* ========================================
   Add Product Page
   ======================================== */

.page-title-heading {
	color: #fff;
	font-family: "Audiowide", cursive;
	font-size: 32px;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-bottom: 10px;
}

.page-title-sub {
	color: #888;
	font-size: 15px;
}

.add-product-area {
	background: #0d0d0d;
	padding: 60px 0 80px;
}

.add-product-form-wrapper {
	background: #111;
	border: 1px solid #222;
	padding: 40px;
	position: relative;
}

.add-product-form-wrapper::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 80px;
	height: 3px;
	background: #878244;
}

/* Form Groups */
.ap-form-group {
	margin-bottom: 24px;
}

.ap-form-group label {
	display: block;
	color: #aaa;
	font-size: 13px;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	margin-bottom: 10px;
}

.ap-form-group label i {
	color: #878244;
	margin-right: 8px;
	width: 16px;
	text-align: center;
}

.ap-form-group label .required {
	color: #d82e2e;
	font-weight: 700;
}

.ap-form-group label small {
	color: #666;
	text-transform: none;
	font-size: 12px;
	margin-left: 4px;
}

.ap-form-control {
	display: block;
	width: 100%;
	background: #1a1a1a;
	border: 1px solid #333;
	border-radius: 0;
	color: #fff;
	padding: 12px 16px;
	font-size: 15px;
	transition: all 0.3s ease;
	outline: none;
	-webkit-appearance: none;
}

.ap-form-control:focus {
	border-color: #878244;
	box-shadow: 0 0 0 2px rgba(135, 130, 68, 0.15);
}

.ap-form-control::placeholder {
	color: #555;
}

.ap-form-control.error {
	border-color: #d82e2e;
}

textarea.ap-form-control {
	resize: vertical;
	min-height: 120px;
}

select.ap-form-control {
	cursor: pointer;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23878244' d='M6 8L1 3h10z'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 16px center;
	padding-right: 40px;
}

/* File Upload */
.ap-file-upload {
	position: relative;
	border: 2px dashed #333;
	background: #1a1a1a;
	transition: all 0.3s ease;
	min-height: 180px;
}

.ap-file-upload:hover,
.ap-file-upload.dragover {
	border-color: #878244;
	background: rgba(135, 130, 68, 0.05);
}

.ap-file-input {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	cursor: pointer;
	z-index: 2;
}

.ap-file-placeholder {
	text-align: center;
	padding: 40px 20px;
	pointer-events: none;
}

.ap-file-placeholder i {
	font-size: 40px;
	color: #444;
	margin-bottom: 12px;
	display: block;
}

.ap-file-placeholder p {
	color: #888;
	font-size: 15px;
	margin-bottom: 6px;
}

.ap-file-placeholder span {
	color: #555;
	font-size: 12px;
}

/* Image Preview */
.ap-file-preview {
	position: relative;
	padding: 15px;
	text-align: center;
}

.ap-file-preview img {
	max-width: 100%;
	max-height: 250px;
	object-fit: contain;
	border: 1px solid #333;
}

.ap-remove-image {
	position: absolute;
	top: 10px;
	right: 10px;
	background: #d82e2e;
	border: none;
	color: #fff;
	width: 30px;
	height: 30px;
	font-size: 14px;
	cursor: pointer;
	z-index: 5;
	transition: background 0.3s ease;
	display: flex;
	align-items: center;
	justify-content: center;
}

.ap-remove-image:hover {
	background: #b02020;
}

/* Gallery Preview */
.ap-gallery-preview {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	padding: 15px;
}

.ap-gallery-preview .gallery-thumb {
	position: relative;
	width: 100px;
	height: 100px;
}

.ap-gallery-preview .gallery-thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border: 1px solid #333;
}

.ap-gallery-preview .gallery-thumb .ap-remove-image {
	top: -5px;
	right: -5px;
	width: 22px;
	height: 22px;
	font-size: 10px;
}

/* Submit Button */
.ap-submit-btn {
	display: block;
	width: 100%;
	background: #878244;
	border: none;
	color: #fff;
	padding: 16px 30px;
	font-size: 16px;
	font-family: "Audiowide", cursive;
	text-transform: uppercase;
	letter-spacing: 2px;
	cursor: pointer;
	transition: all 0.3s ease;
	-webkit-clip-path: polygon(2% 0%, 100% 0, 98% 100%, 0% 100%);
	clip-path: polygon(2% 0%, 100% 0, 98% 100%, 0% 100%);
	margin-top: 10px;
}

.ap-submit-btn:hover {
	background: #6e6a37;
}

.ap-submit-btn:active {
	transform: scale(0.98);
}

.ap-submit-btn:disabled {
	opacity: 0.6;
	cursor: not-allowed;
}

.ap-submit-btn i {
	margin-right: 8px;
}

/* Alert Messages */
.ap-alert {
	display: none;
	padding: 16px 20px;
	margin-bottom: 25px;
	font-size: 15px;
	border-left: 3px solid;
}

.ap-alert.alert-success {
	display: block;
	background: rgba(92, 184, 92, 0.1);
	border-color: #5cb85c;
	color: #5cb85c;
}

.ap-alert.alert-error {
	display: block;
	background: rgba(216, 46, 46, 0.1);
	border-color: #d82e2e;
	color: #d82e2e;
}

/* ========================================
   Add Product Responsive
   ======================================== */

@media only screen and (max-width: 768px) {
	.add-product-form-wrapper {
		padding: 25px 20px;
	}
	.page-title-heading {
		font-size: 24px;
	}
	.ap-submit-btn {
		-webkit-clip-path: none;
		clip-path: none;
	}
	.ap-gallery-preview .gallery-thumb {
		width: 80px;
		height: 80px;
	}
}

/* ========================================
   Profile Page
   ======================================== */

.profile-card {
	padding: 30px 40px;
}

.profile-header {
	display: flex;
	align-items: center;
	gap: 25px;
}

.profile-avatar img {
	width: 100px;
	height: 100px;
	border-radius: 50%;
	border: 3px solid #878244;
	object-fit: cover;
}

.profile-meta {
	flex: 1;
}

.profile-name {
	color: #fff;
	font-family: "Audiowide", cursive;
	font-size: 22px;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 8px;
}

.profile-email,
.profile-date {
	color: #888;
	font-size: 14px;
	margin-bottom: 4px;
}

.profile-email i,
.profile-date i {
	color: #878244;
	width: 18px;
	margin-right: 8px;
	text-align: center;
}

.profile-section-title {
	color: #fff;
	font-family: "Audiowide", cursive;
	font-size: 18px;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 25px;
	padding-bottom: 15px;
	border-bottom: 1px solid #222;
}

.profile-section-title i {
	color: #878244;
	margin-right: 10px;
}

.profile-section-title .product-count {
	color: #878244;
	font-size: 14px;
	margin-left: 5px;
}

/* My Products List */
.my-products-list {
	display: flex;
	flex-direction: column;
	gap: 15px;
}

.my-product-item {
	display: flex;
	align-items: center;
	gap: 15px;
	background: #1a1a1a;
	border: 1px solid #222;
	padding: 15px;
	transition: border-color 0.3s ease;
}

.my-product-item:hover {
	border-color: #878244;
}

.my-product-thumb {
	width: 80px;
	height: 80px;
	flex-shrink: 0;
	overflow: hidden;
}

.my-product-thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.my-product-thumb .no-thumb {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #222;
	color: #444;
	font-size: 24px;
}

.my-product-info {
	flex: 1;
	min-width: 0;
}

.my-product-title {
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 8px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.my-product-title a {
	color: #fff;
	text-decoration: none;
	transition: color 0.3s ease;
}

.my-product-title a:hover {
	color: #878244;
}

.my-product-meta {
	display: flex;
	align-items: center;
	gap: 12px;
	flex-wrap: wrap;
}

.my-product-price {
	color: #878244;
	font-family: "Audiowide", cursive;
	font-size: 16px;
	font-weight: 600;
}

.my-product-status {
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	padding: 3px 10px;
}

.my-product-status.status-publish {
	background: rgba(92, 184, 92, 0.15);
	color: #5cb85c;
}

.my-product-status.status-pending {
	background: rgba(240, 173, 78, 0.15);
	color: #f0ad4e;
}

.my-product-status.status-draft {
	background: rgba(100, 100, 100, 0.15);
	color: #888;
}

.my-product-condition {
	font-size: 12px;
	color: #888;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

.my-product-actions {
	display: flex;
	gap: 8px;
	flex-shrink: 0;
}

.my-product-action-btn {
	width: 36px;
	height: 36px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: transparent;
	border: 1px solid #333;
	color: #888;
	font-size: 14px;
	text-decoration: none;
	transition: all 0.3s ease;
}

.my-product-action-btn:hover {
	border-color: #878244;
	color: #878244;
}

/* No Products Message */
.no-products-msg {
	text-align: center;
	padding: 40px 20px;
}

.no-products-msg > i {
	font-size: 50px;
	color: #333;
	margin-bottom: 15px;
	display: block;
}

.no-products-msg p {
	color: #888;
	font-size: 16px;
	margin-bottom: 20px;
}

/* Profile Responsive */
@media only screen and (max-width: 768px) {
	.profile-header {
		flex-direction: column;
		text-align: center;
	}

	.profile-card {
		padding: 25px 20px;
	}

	.my-product-item {
		flex-direction: column;
		text-align: center;
	}

	.my-product-meta {
		justify-content: center;
	}
}

/* ========================================
   Mobile Menu Auth Items
   ======================================== */

/* Force hide mobile menu on desktop */
@media (min-width: 992px) {
	.mobilemenu .mobile-menu {
		display: none !important;
	}
}

/* Auth items inside mobile menu */
.mobile-auth-item {
	border-top: 1px solid #333;
}

.mobile-auth-item a {
	color: #878244 !important;
}

.mobile-auth-item a i {
	margin-right: 8px;
	width: 18px;
	text-align: center;
}

/* ========================================
   News Listing Page
   ======================================== */

.news-area {
	background: #0d0d0d;
	padding: 60px 0 80px;
}

.news-grid {
	display: flex;
	flex-wrap: wrap;
}

.news-grid > [class*="col-"] {
	margin-bottom: 30px;
}

.news-card {
	background: #111;
	border: 1px solid #222;
	overflow: hidden;
	transition: all 0.4s ease;
	height: 100%;
	display: flex;
	flex-direction: column;
}

.news-card:hover {
	border-color: #878244;
	transform: translateY(-5px);
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.news-card-thumb {
	position: relative;
	overflow: hidden;
	height: 220px;
}

.news-card-thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.5s ease;
}

.news-card:hover .news-card-thumb img {
	transform: scale(1.08);
}

.news-no-thumb {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #1a1a1a;
	color: #333;
	font-size: 50px;
}

.news-card-cat {
	position: absolute;
	bottom: 12px;
	left: 12px;
	background: #878244;
	color: #fff;
	font-size: 11px;
	font-family: "Audiowide", cursive;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 4px 12px;
	-webkit-clip-path: polygon(6% 0%, 100% 0, 94% 100%, 0% 100%);
	clip-path: polygon(6% 0%, 100% 0, 94% 100%, 0% 100%);
}

.news-card-body {
	padding: 20px;
	flex: 1;
	display: flex;
	flex-direction: column;
}

.news-card-date {
	color: #666;
	font-size: 13px;
	margin-bottom: 12px;
}

.news-card-date i {
	color: #878244;
	margin-right: 5px;
}

.news-card-author {
	margin-left: 15px;
}

.news-card-author i {
	color: #878244;
	margin-right: 5px;
}

.news-card-title {
	font-family: "Audiowide", cursive;
	font-size: 18px;
	margin-bottom: 12px;
	line-height: 1.4;
}

.news-card-title a {
	color: #fff;
	text-decoration: none;
	transition: color 0.3s ease;
}

.news-card-title a:hover {
	color: #878244;
}

.news-card-excerpt {
	color: #888;
	font-size: 14px;
	line-height: 1.6;
	margin-bottom: 15px;
	flex: 1;
}

.news-card-link {
	color: #878244;
	font-size: 14px;
	font-family: "Audiowide", cursive;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	transition: all 0.3s ease;
	display: inline-block;
}

.news-card-link:hover {
	color: #b5ae5c;
	letter-spacing: 2px;
}

.news-card-link i {
	margin-left: 6px;
	font-size: 12px;
	transition: margin-left 0.3s ease;
}

.news-card-link:hover i {
	margin-left: 12px;
}

/* Pagination */
.news-pagination {
	text-align: center;
	margin-top: 40px;
}

.news-pagination .page-numbers {
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #888;
	font-size: 14px;
	border: 1px solid #333;
	margin: 0 3px;
	text-decoration: none;
	transition: all 0.3s ease;
}

.news-pagination .page-numbers:hover,
.news-pagination .page-numbers.current {
	background: #878244;
	border-color: #878244;
	color: #fff;
}

.news-pagination .page-numbers.prev,
.news-pagination .page-numbers.next {
	font-size: 12px;
}

/* No News */
.no-news-msg {
	text-align: center;
	padding: 60px 20px;
}

.no-news-msg > i {
	font-size: 60px;
	color: #333;
	margin-bottom: 20px;
	display: block;
}

.no-news-msg p {
	color: #888;
	font-size: 18px;
}

/* ========================================
   Single News Page
   ======================================== */

.news-single-hero {
	position: relative;
	min-height: 350px;
	display: flex;
	align-items: flex-end;
	overflow: hidden;
}

.news-single-hero-bg {
	position: absolute;
	inset: 0;
	background-size: cover;
	background-position: center;
	z-index: 0;
}

.news-single-hero-overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(to top, rgba(0, 0, 0, 0.95) 0%, rgba(0, 0, 0, 0.4) 100%);
	z-index: 1;
}

.news-single-hero-content {
	position: relative;
	z-index: 2;
	padding: 50px 0 40px;
	width: 100%;
}

.news-single-breadcrumb {
	margin-bottom: 15px;
	font-size: 13px;
}

.news-single-breadcrumb a {
	color: #878244;
	text-decoration: none;
	transition: color 0.3s ease;
}

.news-single-breadcrumb a:hover {
	color: #b5ae5c;
}

.news-single-breadcrumb span {
	color: #666;
	margin: 0 6px;
}

.news-single-breadcrumb .current {
	color: #888;
	margin: 0;
}

.news-single-cat {
	display: inline-block;
	background: #878244;
	color: #fff;
	font-size: 11px;
	font-family: "Audiowide", cursive;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 4px 14px;
	margin-bottom: 15px;
	-webkit-clip-path: polygon(6% 0%, 100% 0, 94% 100%, 0% 100%);
	clip-path: polygon(6% 0%, 100% 0, 94% 100%, 0% 100%);
}

.news-single-title {
	color: #fff;
	font-family: "Audiowide", cursive;
	font-size: 32px;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 15px;
	line-height: 1.3;
}

.news-single-meta {
	display: flex;
	gap: 20px;
	flex-wrap: wrap;
	color: #888;
	font-size: 14px;
}

.news-single-meta i {
	color: #878244;
	margin-right: 6px;
}

/* News Content */
.news-single-content {
	background: #0d0d0d;
	padding: 60px 0 80px;
}

.news-single-article {
	background: #111;
	border: 1px solid #222;
	position: relative;
}

.news-single-article::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 80px;
	height: 3px;
	background: #878244;
}

.news-single-body {
	padding: 40px;
	color: #ccc;
	font-size: 16px;
	line-height: 1.8;
}

.news-single-body h2,
.news-single-body h3,
.news-single-body h4 {
	color: #fff;
	font-family: "Audiowide", cursive;
	margin: 30px 0 15px;
}

.news-single-body h2 { font-size: 24px; }
.news-single-body h3 { font-size: 20px; }
.news-single-body h4 { font-size: 18px; }

.news-single-body p {
	margin-bottom: 18px;
}

.news-single-body img {
	max-width: 100%;
	height: auto;
	margin: 20px 0;
	border: 1px solid #222;
}

.news-single-body a {
	color: #878244;
	text-decoration: underline;
}

.news-single-body a:hover {
	color: #b5ae5c;
}

.news-single-body blockquote {
	border-left: 3px solid #878244;
	padding: 15px 25px;
	margin: 25px 0;
	background: #1a1a1a;
	color: #aaa;
	font-style: italic;
}

.news-single-body ul, .news-single-body ol {
	padding-left: 20px;
	margin-bottom: 18px;
}

.news-single-body li {
	margin-bottom: 8px;
}

/* Share */
.news-single-share {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 20px 40px 25px;
	border-top: 1px solid #222;
}

.share-label {
	color: #888;
	font-size: 14px;
	font-family: "Audiowide", cursive;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-right: 5px;
}

.share-btn {
	width: 36px;
	height: 36px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #333;
	color: #888;
	font-size: 14px;
	text-decoration: none;
	transition: all 0.3s ease;
}

.share-btn:hover {
	color: #fff;
}

.share-fb:hover {
	background: #3b5998;
	border-color: #3b5998;
}

.share-tw:hover {
	background: #1da1f2;
	border-color: #1da1f2;
}

.share-li:hover {
	background: #0077b5;
	border-color: #0077b5;
}

/* Post Navigation */
.news-single-nav {
	display: flex;
	border-top: 1px solid #222;
}

.news-nav-item {
	flex: 1;
	padding: 20px;
}

.news-nav-item + .news-nav-item {
	border-left: 1px solid #222;
}

.news-nav-prev a { text-align: left; }
.news-nav-next a { text-align: right; }

.news-nav-item a {
	display: block;
	text-decoration: none;
	transition: all 0.3s ease;
}

.news-nav-item a:hover .news-nav-title {
	color: #878244;
}

.news-nav-label {
	display: block;
	color: #878244;
	font-size: 12px;
	font-family: "Audiowide", cursive;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 6px;
}

.news-nav-title {
	display: block;
	color: #ccc;
	font-size: 14px;
	transition: color 0.3s ease;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

/* Related News */
.news-related {
	margin-top: 40px;
}

.news-related-title {
	color: #fff;
	font-family: "Audiowide", cursive;
	font-size: 20px;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 25px;
	padding-bottom: 15px;
	border-bottom: 1px solid #222;
}

.news-related-card {
	background: #111;
	border: 1px solid #222;
	overflow: hidden;
	transition: border-color 0.3s ease;
}

.news-related-card:hover {
	border-color: #878244;
}

.news-related-thumb {
	display: block;
	height: 160px;
	overflow: hidden;
}

.news-related-thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.4s ease;
}

.news-related-card:hover .news-related-thumb img {
	transform: scale(1.05);
}

.news-no-thumb-sm {
	height: 160px;
	font-size: 30px;
}

.news-related-info {
	padding: 15px;
}

.news-related-date {
	color: #666;
	font-size: 12px;
	display: block;
	margin-bottom: 8px;
}

.news-related-date i {
	color: #878244;
	margin-right: 5px;
}

.news-related-info h4 {
	font-size: 14px;
	line-height: 1.4;
	margin: 0;
}

.news-related-info h4 a {
	color: #fff;
	text-decoration: none;
	transition: color 0.3s ease;
}

.news-related-info h4 a:hover {
	color: #878244;
}

/* ========================================
   News Responsive
   ======================================== */

@media only screen and (max-width: 768px) {
	.news-single-title {
		font-size: 22px;
	}

	.news-single-body {
		padding: 25px 20px;
	}

	.news-single-share {
		padding: 15px 20px;
	}

	.news-single-nav {
		flex-direction: column;
	}

	.news-nav-item + .news-nav-item {
		border-left: none;
		border-top: 1px solid #222;
	}

	.news-card-thumb {
		height: 180px;
	}
}

/* ========================================
   Single Product Page
   ======================================== */

/* Top offset: header is position:absolute (~135px); extra when WP admin bar */
.product-single-area {
	background: #0a0a0a;
	padding: 185px 0 80px;
}

body.admin-bar .product-single-area {
	padding-top: 210px;
}

@media screen and (max-width: 782px) {
	body.admin-bar .product-single-area {
		padding-top: 228px;
	}
}

.product-single-wrap {
	max-width: 1140px;
	margin: 0 auto;
}

/* Two columns 50/50 from md; <768px stacked (Bootstrap row + col-md-6) */
.product-single-top-row > [class*='col-'] {
	min-width: 0;
}

/* Title + meta above gallery; with specs: two columns (gallery stack | specs) */
.product-single-main-grid {
	position: relative;
	z-index: 2;
}

.product-single-main-grid--split {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	grid-template-rows: auto minmax(280px, min(52vh, 560px));
	column-gap: 28px;
	row-gap: 20px;
	align-items: start;
}

.product-single-main-grid--split .product-single-head {
	grid-column: 1;
	grid-row: 1;
}

.product-single-main-grid--split .product-single-media-wrap {
	grid-column: 1;
	grid-row: 2;
	min-width: 0;
}

.product-single-main-grid--split .product-single-specs-col {
	grid-column: 2;
	grid-row: 1 / -1;
	min-width: 0;
}

@media only screen and (max-width: 991px) {
	.product-single-main-grid--split {
		grid-template-columns: 1fr;
		grid-template-rows: auto auto auto;
	}

	.product-single-main-grid--split .product-single-head {
		grid-column: 1;
		grid-row: 1;
	}

	.product-single-main-grid--split .product-single-media-wrap {
		grid-column: 1;
		grid-row: 2;
	}

	.product-single-main-grid--split .product-single-specs-col {
		grid-column: 1;
		grid-row: 3;
	}
}

.product-single-head {
	margin: 0 0 20px;
	padding: 16px 18px 18px;
	background: rgba(10, 10, 10, 0.92);
	border: 1px solid #2a2a2a;
	border-radius: 10px;
	position: relative;
	z-index: 2;
}

.product-single-media-wrap {
	position: relative;
	z-index: 1;
	min-width: 0;
}

/* One frame: slider + image share this box (no inner “second” frame) */
.product-single-media {
	background: #0a0a0a;
	border: 1px solid #2a2a2a;
	border-radius: 10px;
	padding: 0;
	box-shadow: 0 12px 40px rgba(0, 0, 0, 0.35);
	overflow: hidden;
	position: relative;
}

.product-single-main-image a.product-single-lightbox {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
}

.product-single-slide a.product-single-lightbox {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
}

.product-single-main-image img {
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
	object-fit: contain;
	display: block;
	border: 1px solid #2a2a2a;
}

.product-single-main-image {
	height: 520px;
	background: #0a0a0a;
	display: flex;
	align-items: center;
	justify-content: center;
}

.product-single-media-gallery .product-single-main-image,
.product-single-media-gallery .product-single-slider .product-single-slide {
	min-height: 280px;
	height: min(52vh, 560px);
	max-height: 560px;
}

.product-single-media-gallery .owl-wrapper-outer,
.product-single-media-gallery .owl-height {
	overflow: hidden;
}

.product-single-slider .product-single-slide {
	background: #0a0a0a;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
}

.product-single-slider .product-single-slide img {
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
	object-fit: contain;
	display: block;
	border: none;
	vertical-align: middle;
}

/* Slider chrome sits inside the image frame */
.product-single-media-gallery .owl-controls {
	margin-top: 0 !important;
	position: static;
}

.product-single-media-gallery .owl-buttons {
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	padding: 0 6px;
	pointer-events: none;
	z-index: 3;
}

.product-single-media-gallery .owl-buttons div {
	pointer-events: auto;
	background: rgba(197, 160, 89, 0.92);
	color: #0a0a0a;
	border-radius: 4px;
	opacity: 1;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 18px;
}

.product-single-media-gallery .owl-buttons div:hover {
	background: #d4b56e;
	color: #0a0a0a;
}

.product-single-media-gallery .owl-pagination {
	position: absolute;
	bottom: 10px;
	left: 0;
	right: 0;
	text-align: center;
	pointer-events: auto;
	z-index: 3;
}

@media only screen and (min-width: 992px) {
	.product-single-specs-col {
		display: flex;
		flex-direction: column;
	}

	.product-single-specs-col .product-single-specs {
		margin-top: 0;
		margin-bottom: 0;
		flex: 1;
	}
}

.woocommerce-Tabs-panel h2 {
	display: none !important;
}

/* WooCommerce single product: gallery full width (core uses ~48% + float) */
.woocommerce div.product div.images,
.woocommerce #content div.product div.images,
.woocommerce-page div.product div.images,
.woocommerce-page #content div.product div.images {
	width: 100% !important;
	max-width: 100%;
	float: none !important;
	margin-right: 0;
	margin-bottom: 1.5em;
}

.product-single-title {
	color: #fff;
	font-family: "Audiowide", cursive;
	font-size: 30px;
	margin: 0 0 14px;
}

.product-single-price {
	font-size: 28px;
	font-family: "Audiowide", cursive;
	color: #c5a059;
	margin-bottom: 10px;
}

.product-single-category {
	color: #aaa;
	font-size: 15px;
	margin-bottom: 16px;
}

.product-single-category strong {
	color: #ddd;
	margin-right: 6px;
}

.product-single-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 16px;
	margin-bottom: 0;
}

.product-single-meta span {
	color: #aaa;
	font-size: 14px;
}

.product-single-meta i {
	color: #c5a059;
	margin-right: 6px;
}

.product-single-description-section {
	margin-top: 36px;
	padding: 28px 32px;
	background: #141414;
	border: 1px solid #2a2a2a;
	border-radius: 10px;
}

.product-single-description-heading {
	font-size: 20px;
	margin: 0 0 18px;
	padding-bottom: 14px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.12);
	color: #fff;
	font-family: "Audiowide", cursive;
	letter-spacing: 0.02em;
}

.product-single-description {
	color: #c4c4c4;
	line-height: 1.85;
	font-size: 15px;
	padding-top: 0;
	border-top: none;
}

.product-single-description p:last-child {
	margin-bottom: 0;
}

.product-single-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 28px;
	margin-left: 0;
}

.product-single-actions .btn1,
.product-single-actions .btn2 {
	padding: 0 28px;
}

.product-single-actions .btn2 {
	margin-left: 0;
	min-width: 210px;
	text-align: center;
	line-height: 48px;
}

.product-single-actions .btn2:after {
	display: none;
}

.product-single-related-row {
	margin-top: 48px;
	padding-top: 8px;
	border-top: 1px solid #222;
}

.product-related-card {
	margin-top: 25px;
}

.product-related-card .contents h3 a {
	color: #fff;
	text-decoration: none;
}

.product-related-card .contents h3 a:hover {
	color: #878244;
}

@media only screen and (max-width: 768px) {
	.product-single-area {
		padding-top: 165px;
	}

	.product-single-title {
		font-size: 24px;
	}

	.product-single-price {
		font-size: 22px;
	}

	.product-single-media-gallery .product-single-main-image,
	.product-single-media-gallery .product-single-slider .product-single-slide {
		min-height: 280px;
		height: 42vh;
		max-height: 400px;
	}

	.product-single-description-section {
		margin-top: 28px;
		padding: 22px 18px;
	}
}


/* Shop sidebar filters (base) */
.mygun-shop-sidebar .mygun-filter-optics,
.mygun-shop-sidebar .mygun-filter-stock-included {
	margin-top: 12px;
}

.mygun-pill-row {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 8px;
}

.mygun-pill {
	display: inline-flex;
	align-items: center;
	cursor: pointer;
	margin: 0;
}

.mygun-pill input {
	position: absolute;
	opacity: 0;
	pointer-events: none;
}

.mygun-pill span {
	display: inline-block;
	padding: 6px 14px;
	border-radius: 999px;
	border: 1px solid #ccc;
	background: #f5f5f5;
	font-size: 13px;
	transition: background 0.15s, border-color 0.15s;
}

.mygun-pill input:checked + span,
.mygun-pill input:focus-visible + span {
	background: #878244;
	border-color: #878244;
	color: #fff;
}

.mygun-filter-block {
	margin-top: 10px;
	border: 1px solid #e8e8e8;
	border-radius: 6px;
	padding: 0 10px 10px;
	background: #fafafa;
}

.mygun-filter-block summary {
	cursor: pointer;
	font-weight: 600;
	padding: 10px 4px;
	list-style: none;
}

.mygun-filter-block summary::-webkit-details-marker {
	display: none;
}

.mygun-filter-checklist {
	display: flex;
	flex-direction: column;
	gap: 6px;
	max-height: 220px;
	overflow-y: auto;
	padding-right: 4px;
}

.mygun-check {
	display: flex;
	align-items: flex-start;
	gap: 8px;
	font-size: 13px;
	margin: 0;
	cursor: pointer;
}

.mygun-check input {
	margin-top: 3px;
}

.mygun-range-row {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 8px;
	margin-top: 8px;
}

.mygun-range-row input {
	width: 100%;
	padding: 8px 10px;
	border-radius: 6px;
	border: 1px solid #ddd;
}

.mygun-filter-price {
	margin-top: 12px;
}

.mygun-filter-submit-wrap {
	margin-top: 16px;
}

.mygun-filter-submit-wrap .btn1 {
	width: 100%;
}

.mygun-filter-clear {
	display: block;
	margin-top: 10px;
	text-align: center;
	font-size: 13px;
	color: #878244;
	text-decoration: none;
}

.mygun-filter-clear:hover {
	text-decoration: underline;
}

.mygun-filter-select-label {
	display: block;
	font-weight: 600;
	margin-bottom: 6px;
	font-size: 14px;
}

.mygun-filter-select-wrap {
	margin-top: 10px;
}

.mygun-filter-select {
	width: 100%;
	max-width: 100%;
	padding: 8px 10px;
	border-radius: 6px;
	border: 1px solid #ddd;
	background: #fff;
	font-size: 13px;
}

/*
 * Shop toolbar: flex row (no float collapse), toolbar above product grid
 */
.shop-page .filter-area.mygun-shop-filter-bar {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 12px 18px;
	position: relative;
	z-index: 20;
	overflow: visible;
	margin-bottom: 28px;
}

.shop-page .filter-area.mygun-shop-filter-bar .showpro {
	float: none;
	margin: 0;
	margin-left: auto;
}

.shop-page .filter-area.mygun-shop-filter-bar .list-grid {
	margin-top: 0;
}

.shop-page .filter-area.mygun-shop-filter-bar .mygun-shop-order-select {
	flex: 0 1 260px;
	max-width: 100%;
}

.shop-page .mygun-shop-grid {
	position: relative;
	z-index: 1;
}

@media only screen and (max-width: 576px) {
	.shop-page .filter-area.mygun-shop-filter-bar .showpro {
		margin-left: 0;
		width: 100%;
		flex-basis: 100%;
		order: 10;
	}
}

/*
 * Shop page sidebar: compact rhythm (12px), white copy, stacked label + control, dark UI
 */
.shop-page .sibebar .wighet {
	margin-bottom: 12px !important;
}

.shop-page .sibebar .wighet:last-child {
	margin-bottom: 0 !important;
}

.shop-page .mygun-shop-sidebar .wighet h3 {
	padding-bottom: 7px;
	font-size: 15px;
	line-height: 1.25;
	color: #fff;
}

.shop-page .mygun-shop-sidebar .wighet h3 span {
	color: #fff;
}

.shop-page .mygun-shop-sidebar .wighet h3:after {
	height: 4px;
	width: 40px;
	bottom: 0;
}

.shop-page .mygun-shop-sidebar .categories ul li {
	padding: 2px 0;
}

.shop-page .mygun-shop-sidebar .mygun-shop-filters label,
.shop-page .mygun-shop-sidebar .mygun-filter-select-label {
	color: #fff !important;
}

.shop-page .mygun-shop-sidebar .mygun-filter-optics,
.shop-page .mygun-shop-sidebar .mygun-filter-stock-included,
.shop-page .mygun-shop-sidebar .mygun-filter-select-wrap {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	width: 100%;
	margin-top: 4px;
	float: none;
	clear: both;
}

.shop-page .mygun-shop-sidebar .mygun-filter-optics .mygun-filter-select-label,
.shop-page .mygun-shop-sidebar .mygun-filter-stock-included .mygun-filter-select-label,
.shop-page .mygun-shop-sidebar .mygun-filter-select-wrap .mygun-filter-select-label {
	display: block;
	width: 100%;
	max-width: 100%;
	margin-bottom: 4px;
	font-size: 13px;
	font-weight: 600;
	line-height: 1.3;
	float: none;
}

.shop-page .mygun-shop-sidebar .mygun-filter-optics .mygun-filter-select,
.shop-page .mygun-shop-sidebar .mygun-filter-stock-included .mygun-filter-select,
.shop-page .mygun-shop-sidebar .mygun-filter-select-wrap .mygun-filter-select {
	width: 100%;
	max-width: 100%;
	margin-top: 0;
	flex: 0 0 auto;
}

.shop-page .mygun-shop-sidebar .mygun-filter-select {
	padding: 5px 28px 5px 8px;
	font-size: 13px;
	color: #fff;
	border: 1px solid #3a3a3a;
	border-radius: 4px;
	background-color: #1a1a1a;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='%23bbbbbb'%3E%3Cpath d='M7 10l5 5 5-5H7z'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 10px center;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.shop-page .mygun-shop-sidebar .mygun-filter-select:focus {
	border-color: #878244;
	outline: none;
}

.shop-page .mygun-shop-sidebar .mygun-filter-block {
	margin-top: 4px;
	padding: 0 8px 4px;
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 4px;
	background: rgba(255, 255, 255, 0.03);
}

.shop-page .mygun-shop-sidebar .mygun-filter-block summary {
	color: #fff;
	padding: 4px 2px 4px 0;
	font-size: 13px;
	font-weight: 600;
	list-style: disclosure-closed;
	list-style-position: outside;
	margin-left: 0.35rem;
}

.shop-page .mygun-shop-sidebar .mygun-filter-block[open] > summary {
	list-style: disclosure-open;
}

.shop-page .mygun-shop-sidebar .mygun-filter-block summary::-webkit-details-marker {
	display: inline-block;
}

.shop-page .mygun-shop-sidebar .mygun-range-row {
	gap: 4px;
	margin-top: 3px;
}

.shop-page .mygun-shop-sidebar .mygun-range-row input {
	padding: 5px 8px;
	font-size: 13px;
	background: #1a1a1a;
	color: #fff;
	border: 1px solid #3a3a3a;
	border-radius: 4px;
}

.shop-page .mygun-shop-sidebar .mygun-range-row input::placeholder {
	color: rgba(255, 255, 255, 0.4);
}

.shop-page .mygun-shop-sidebar .mygun-filter-price {
	margin-top: 4px;
}

.shop-page .mygun-shop-sidebar .mygun-filter-submit-wrap {
	margin-top: 6px;
}

.shop-page .mygun-shop-sidebar .mygun-filter-clear {
	margin-top: 4px;
	color: #fff;
	opacity: 0.85;
	font-size: 12px;
}

.shop-page .mygun-shop-sidebar .mygun-filter-clear:hover {
	color: #fff;
	opacity: 1;
}

/* Shop product grid: equal-height cards, fixed image area */
@media only screen and (min-width: 768px) {
	.shop-page .mygun-shop-grid {
		display: flex;
		flex-wrap: wrap;
	}

	.shop-page .mygun-shop-grid > [class*='col-'] {
		display: flex;
	}

	/* List view: one product per row */
	.shop-page .mygun-shop-grid:has(.products.list-item) > [class*='col-'] {
		flex: 0 0 100%;
		max-width: 100%;
	}
}

/* Same element has .col-sm-4 — do not set width/flex here or it overrides the column (3-per-row breaks). */
.shop-page .mygun-shop-grid .products:not(.list-item) {
	display: flex;
	flex-direction: column;
	min-height: 100%;
}

.shop-page .mygun-shop-grid .products:not(.list-item) figure {
	height: 240px;
	flex-shrink: 0;
	margin: 0;
	overflow: hidden;
}

.shop-page .mygun-shop-grid .products:not(.list-item) figure a {
	display: block;
	height: 100%;
}

.shop-page .mygun-shop-grid .products:not(.list-item) figure img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.shop-page .mygun-shop-grid .products:not(.list-item) .contents {
	flex: 1 1 auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
	box-sizing: border-box;
}

.shop-page .mygun-shop-grid .products:not(.list-item) .contents .btn4 {
	margin-top: auto;
}

@media only screen and (max-width: 767px) {
	.shop-page .mygun-shop-grid .products:not(.list-item) figure {
		height: 200px;
	}
}

/* Shop list view: same fixed image height as grid + object-fit (no uneven rows) */
.shop-page .mygun-shop-grid .products.list-item {
	display: flex;
	flex-direction: row;
	align-items: stretch;
	flex-wrap: nowrap;
}

.shop-page .mygun-shop-grid .products.list-item figure {
	float: none;
	width: 30%;
	min-width: 160px;
	max-width: 360px;
	flex: 0 0 30%;
	height: 200px;
	margin: 0;
	overflow: hidden;
}

.shop-page .mygun-shop-grid .products.list-item figure a {
	display: block;
	height: 100%;
}

.shop-page .mygun-shop-grid .products.list-item figure img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.shop-page .mygun-shop-grid .products.list-item .contents {
	float: none;
	flex: 1 1 auto;
	width: auto !important;
	min-width: 0;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	text-align: left;
	padding: 21px 30px 21px;
}

@media only screen and (min-width: 768px) {
	.shop-page .mygun-shop-grid .products.list-item figure {
		height: 240px;
	}
}

@media only screen and (max-width: 575px) {
	.shop-page .mygun-shop-grid .products.list-item {
		flex-direction: column;
	}

	.shop-page .mygun-shop-grid .products.list-item figure {
		width: 100%;
		max-width: none;
		flex: 0 0 auto;
		height: 200px;
	}

	.shop-page .mygun-shop-grid .products.list-item .contents {
		width: 100% !important;
		padding: 16px 0 0;
	}
}

/* Single product specifications */
.product-single-specs {
	margin: 28px 0 24px;
	padding: 22px 24px;
	background: #1a1a1a;
	border: 1px solid #2a2a2a;
	border-radius: 10px;
}

.product-single-specs-title {
	font-size: 20px;
	margin: 0 0 16px;
	padding-bottom: 12px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.15);
	color: #fff;
	font-family: "Audiowide", cursive;
}

.product-single-specs-list {
	margin: 0;
	padding: 0;
}

.product-single-specs-row {
	display: grid;
	grid-template-columns: minmax(140px, 38%) 1fr;
	gap: 10px 20px;
	padding: 10px 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
	align-items: start;
}

.product-single-specs-row:last-child {
	border-bottom: 0;
	padding-bottom: 0;
}

.product-single-specs dt {
	margin: 0;
	font-weight: 600;
	font-size: 14px;
	color: rgba(255, 255, 255, 0.85);
}

.product-single-specs dd {
	margin: 0;
	font-size: 14px;
	color: rgba(255, 255, 255, 0.75);
	line-height: 1.45;
}

@media only screen and (max-width: 576px) {
	.product-single-specs-row {
		grid-template-columns: 1fr;
		gap: 4px;
	}
}

/* Homepage: training / booking — coming soon */
.mygun-training-soon-banner {
	text-align: center;
	margin: 0 0 28px;
	padding: 14px 22px;
	font-family: "Audiowide", cursive;
	font-size: 20px;
	letter-spacing: 0.04em;
	color: #878244;
	border: 1px solid rgba(135, 130, 68, 0.45);
	border-radius: 6px;
	background: rgba(0, 0, 0, 0.4);
}

@media only screen and (max-width: 768px) {
	.mygun-training-soon-banner {
		font-size: 17px;
		margin-bottom: 22px;
		padding: 12px 16px;
	}
}

.training-area .mygun-training-form-disabled {
	opacity: 0.72;
	cursor: not-allowed;
}

/* Homepage: latest products slider — equal card heights */
.products-area .pro-sliders.mygun-home-latest-products .owl-item {
	display: flex;
	align-items: stretch;
}

.products-area .pro-sliders.mygun-home-latest-products .owl-item > .col-sm-12 {
	display: flex;
	width: 100%;
	align-items: stretch;
	min-height: 100%;
}

.products-area .pro-sliders.mygun-home-latest-products .products.mygun-home-product-card {
	flex: 1 1 auto;
	display: flex;
	flex-direction: column;
	width: 100%;
	height: 100%;
	min-height: 308px;
	text-align: center;
	box-sizing: border-box;
}

.products-area .pro-sliders.mygun-home-latest-products .mygun-home-product-thumb-link {
	display: block;
	flex-shrink: 0;
	color: inherit;
}

.products-area .pro-sliders.mygun-home-latest-products .products figure {
	height: 250px;
	margin: 0;
	overflow: hidden;
}

.products-area .pro-sliders.mygun-home-latest-products .products figure img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.products-area .pro-sliders.mygun-home-latest-products .products .contents {
	flex: 1 1 auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	padding: 14px 10px 18px;
	min-height: 0;
}

.products-area .pro-sliders.mygun-home-latest-products .products .contents h3 {
	margin: 0 0 6px;
	padding: 0 4px;
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
	font-family: Poppins, sans-serif;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.35;
	height: calc(1.35em * 2);
	min-height: calc(1.35em * 2);
	max-height: calc(1.35em * 2);
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	word-break: break-word;
	hyphens: auto;
	color: #878244;
}

.products-area .pro-sliders.mygun-home-latest-products .products .contents .btn4 {
	margin-top: auto;
}

.products-area .pro-sliders.mygun-home-latest-products .products .contents h3 a,
.products-area .pro-sliders.mygun-home-latest-products .products .contents h3 a:visited {
	color: #878244;
	text-decoration: none;
	transition: color 0.2s ease;
}

.products-area .pro-sliders.mygun-home-latest-products .products .contents h3 a:hover {
	color: #a4a060;
}

@media only screen and (max-width: 768px) {
	.products-area .pro-sliders.mygun-home-latest-products .products figure {
		height: 120px;
	}

	.products-area .pro-sliders.mygun-home-latest-products .products.mygun-home-product-card {
		min-height: 278px;
	}

	.products-area .pro-sliders.mygun-home-latest-products .products .contents h3 {
		font-size: 10px;
		height: calc(1.35em * 2);
		min-height: calc(1.35em * 2);
		max-height: calc(1.35em * 2);
	}
}

.products-area .mygun-home-no-products {
	color: rgba(255, 255, 255, 0.75);
	padding: 24px 16px;
	margin: 0;
}

/* Homepage category cards: product count */
.products-area .mygun-home-cat-count {
	display: block;
	margin-top: 6px;
	font-family: "Audiowide", cursive;
	font-size: 16px;
	font-weight: 600;
	color: #878244;
}

/* Footer: shop column title is a link to the shop page */
footer .footer-top h2 a {
	color: inherit;
	text-decoration: none;
}
footer .footer-top h2 a:hover {
	color: inherit;
	opacity: 0.9;
}
