/*!
Theme Name: tprint
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: tprint
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

tprint is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
	scroll-behavior: smooth;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
	padding-top: 0 !important; /* Override admin bar padding if needed */
	overflow-x: hidden;
}

body.admin-bar .site-header {
	top: 32px;
}

@media screen and (max-width: 782px) {
	body.admin-bar .site-header {
		top: 46px;
	}
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

a:visited {
	color: #800080;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation - Legacy styles overridden by custom header
--------------------------------------------- */
.main-navigation-legacy {
	display: block;
	width: 100%;
}

.main-navigation-legacy ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

/*--------------------------------------------------------------
# Custom Header Styles
--------------------------------------------------------------*/

/* Header Container */
.site-header {
	background: #ffffff;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
	position: sticky;
	top: 0;
	z-index: 1000;
	transition: all 0.3s ease;
}

.header-container {
	max-width: 1400px;
	margin: 0 auto;
	padding: 0;
}

/* Header Top Section */
.header-top {
	background: #f8f9fa;
	border-bottom: 1px solid #e9ecef;
	font-size: 0.875rem;
}

.header-top-content {
	max-width: 1400px;
	margin: 0 auto;
	padding: 0.75rem 2rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.header-contacts {
	display: flex;
	gap: 2rem;
	align-items: center;
}

.header-phone,
.header-email,
.header-link {
	display: flex;
	align-items: center;
	gap: 0.5rem;
	color: #495057;
	text-decoration: none;
	transition: color 0.3s ease;
}

.header-phone:hover,
.header-email:hover,
.header-link:hover {
	color: #0066cc;
}

.header-phone svg,
.header-email svg,
.header-link svg {
	flex-shrink: 0;
}

.header-account {
	display: flex;
	gap: 1rem;
	align-items: center;
}

/* Header Main Section */
.header-main {
	background: #ffffff;
}

.header-main-content {
	max-width: 1400px;
	margin: 0 auto;
	padding: 1rem 2rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 2rem;
}

/* Site Branding */
.site-branding {
	flex-shrink: 0;
}

.site-branding .custom-logo-link {
	display: block;
	line-height: 0;
}

.site-branding .custom-logo {
	height: 50px;
	width: auto;
	max-width: 200px;
}

.site-title {
	margin: 0;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.2;
}

.site-title a {
	color: #212529;
	text-decoration: none;
	transition: color 0.3s ease;
}

.site-title a:hover {
	color: #0066cc;
}

/* Main Navigation */
.main-navigation {
	flex: 1;
	display: flex;
	justify-content: center;
}

.main-navigation .primary-menu-container {
	display: flex;
	justify-content: center;
}

.main-navigation ul {
	display: flex;
	list-style: none;
	margin: 0;
	padding: 0;
	gap: 0.5rem;
}

.main-navigation li {
	position: relative;
	margin: 0;
}

.main-navigation a {
	display: block;
	padding: 0.75rem 1.25rem;
	color: #212529;
	text-decoration: none;
	font-weight: 500;
	border-radius: 6px;
	transition: all 0.3s ease;
	white-space: nowrap;
}

.main-navigation a:hover,
.main-navigation a:focus {
	color: #0066cc;
	background: #f8f9fa;
}

.main-navigation .current-menu-item > a,
.main-navigation .current_page_item > a {
	color: #0066cc;
	background: #e7f3ff;
}

/* Submenu Dropdown */
.main-navigation ul ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	min-width: 220px;
	background: #ffffff;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
	border-radius: 8px;
	padding: 0.5rem;
	margin-top: 0.5rem;
	z-index: 1000;
	flex-direction: column;
	gap: 0;
}

.main-navigation ul ul a {
	padding: 0.625rem 1rem;
	font-weight: 400;
}

.main-navigation li:hover > ul,
.main-navigation li.focus > ul {
	display: flex;
}

.main-navigation ul ul ul {
	left: 100%;
	top: 0;
	margin-top: 0;
	margin-left: 0.5rem;
}

/* Mobile Menu Toggle */
.menu-toggle {
	display: none;
	background: none;
	border: 1px solid #dee2e6;
	padding: 0.625rem 1rem;
	cursor: pointer;
	border-radius: 6px;
	align-items: center;
	gap: 0.5rem;
	color: #212529;
	font-weight: 500;
	transition: all 0.3s ease;
}

.menu-toggle:hover {
	background: #f8f9fa;
	border-color: #adb5bd;
}

.menu-toggle-icon {
	display: flex;
	flex-direction: column;
	gap: 3px;
	width: 20px;
}

.menu-toggle-icon span {
	display: block;
	height: 2px;
	background: #212529;
	border-radius: 2px;
	transition: all 0.3s ease;
}

/* Header Actions */
.header-actions {
	display: flex;
	align-items: center;
	gap: 1rem;
	flex-shrink: 0;
}

.header-cart {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	color: #495057;
	text-decoration: none;
	border-radius: 6px;
	transition: all 0.3s ease;
}

.header-cart:hover {
	background: #f8f9fa;
	color: #0066cc;
}

.header-cart .cart-count {
	position: absolute;
	top: -4px;
	right: -4px;
	background: #dc3545;
	color: #ffffff;
	font-size: 0.75rem;
	font-weight: 700;
	min-width: 20px;
	height: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 10px;
	padding: 0 0.375rem;
}

.header-cart .cart-count:empty {
	display: none;
}

.header-cta-button {
	background: #0066cc;
	color: #ffffff;
	padding: 0.75rem 1.5rem;
	border-radius: 6px;
	text-decoration: none;
	font-weight: 600;
	transition: all 0.3s ease;
	white-space: nowrap;
}

.header-cta-button:hover {
	background: #0052a3;
	transform: translateY(-1px);
	box-shadow: 0 4px 12px rgba(0, 102, 204, 0.3);
}

/* Responsive Design for Header */
@media screen and (max-width: 1024px) {
	.header-main-content {
		padding: 1rem 1.5rem;
	}

	.header-top-content {
		padding: 0.75rem 1.5rem;
	}

	.main-navigation ul {
		gap: 0.25rem;
	}

	.main-navigation a {
		padding: 0.625rem 1rem;
		font-size: 0.9375rem;
	}
}

@media screen and (max-width: 900px) {
	.header-top {
		display: none;
	}

	.menu-toggle {
		display: flex;
	}

	.main-navigation {
		position: fixed;
		top: 0;
		left: -100%;
		width: 320px;
		height: 100vh;
		background: #ffffff;
		box-shadow: 4px 0 12px rgba(0, 0, 0, 0.15);
		transition: left 0.3s ease;
		z-index: 1001;
		overflow-y: auto;
	}

	.main-navigation.toggled {
		left: 0;
	}

	.main-navigation.toggled::before {
		content: '';
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		background: rgba(0, 0, 0, 0.5);
		z-index: -1;
		animation: fadeIn 0.3s ease;
	}

	@keyframes fadeIn {
		from {
			opacity: 0;
		}
		to {
			opacity: 1;
		}
	}

	.main-navigation .primary-menu-container {
		width: 100%;
		padding: 1.5rem;
	}

	.main-navigation ul {
		flex-direction: column;
		width: 100%;
		gap: 0;
	}

	.main-navigation a {
		padding: 0.875rem 1rem;
		border-radius: 4px;
	}

	.main-navigation ul ul {
		position: static;
		box-shadow: none;
		border-radius: 0;
		padding: 0 0 0 1rem;
		margin: 0;
		background: transparent;
	}

	.main-navigation ul ul a {
		padding: 0.625rem 1rem;
		font-size: 0.9375rem;
	}

	.header-cta-button {
		display: none;
	}
}

@media screen and (max-width: 600px) {
	.header-main-content {
		padding: 0.875rem 1rem;
	}

	.site-branding .custom-logo {
		height: 40px;
	}

	.site-title {
		font-size: 1.25rem;
	}

	.header-cart {
		width: 40px;
		height: 40px;
	}

	.header-contacts {
		gap: 1rem;
		flex-wrap: wrap;
	}

	.header-email {
		display: none;
	}
}

/*--------------------------------------------------------------
# Custom Footer Styles
--------------------------------------------------------------*/

/* Footer Main */
.site-footer {
	background: #1a1d29;
	color: #cbd5e1;
	font-size: 0.9375rem;
	margin-top: 4rem;
}

.footer-container {
	max-width: 1400px;
	margin: 0 auto;
}

.footer-main {
	padding: 4rem 2rem 3rem;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-widgets {
	display: grid;
	grid-template-columns: 2fr 1fr 1fr 1.5fr;
	gap: 3rem;
}

/* Footer Widget Common Styles */
.footer-widget {
	display: flex;
	flex-direction: column;
	gap: 1.25rem;
}

.footer-widget-title {
	color: #ffffff;
	font-size: 1.125rem;
	font-weight: 600;
	margin: 0 0 0.5rem 0;
}

/* Footer About Section */
.footer-logo .custom-logo-link {
	display: block;
	line-height: 0;
	margin-bottom: 1rem;
}

.footer-logo .custom-logo {
	height: 45px;
	width: auto;
	max-width: 180px;
	filter: brightness(0) invert(1);
}

.footer-site-title {
	font-size: 1.5rem;
	font-weight: 700;
	margin: 0 0 1rem 0;
}

.footer-site-title a {
	color: #ffffff;
	text-decoration: none;
}

.footer-description {
	color: #94a3b8;
	line-height: 1.6;
	margin: 0;
}

.footer-social {
	display: flex;
	gap: 0.75rem;
	margin-top: 0.5rem;
}

.social-link {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	background: rgba(255, 255, 255, 0.1);
	color: #cbd5e1;
	border-radius: 8px;
	text-decoration: none;
	transition: all 0.3s ease;
}

.social-link:hover {
	background: #0066cc;
	color: #ffffff;
	transform: translateY(-2px);
}

/* Footer Menu Lists */
.footer-widget ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 0.75rem;
}

.footer-widget ul li {
	margin: 0;
}

.footer-widget ul a {
	color: #94a3b8;
	text-decoration: none;
	transition: all 0.3s ease;
	display: inline-block;
}

.footer-widget ul a:hover {
	color: #ffffff;
	padding-left: 0.5rem;
}

/* Footer Contact List */
.footer-contact-list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

.footer-contact-item {
	display: flex;
	gap: 0.75rem;
	align-items: flex-start;
	color: #94a3b8;
	line-height: 1.6;
}

.footer-contact-item svg {
	flex-shrink: 0;
	margin-top: 2px;
	opacity: 0.7;
}

.footer-contact-item a {
	color: #94a3b8;
	text-decoration: none;
	transition: color 0.3s ease;
}

.footer-contact-item a:hover {
	color: #ffffff;
}

/* Footer Bottom */
.footer-bottom {
	padding: 1.5rem 2rem;
	background: rgba(0, 0, 0, 0.2);
}

.footer-bottom-content {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	gap: 1.5rem;
}

.footer-copyright p {
	margin: 0;
	color: #94a3b8;
	font-size: 0.875rem;
}

.footer-legal {
	display: flex;
	gap: 1.5rem;
	align-items: center;
	flex-wrap: wrap;
}

.footer-legal a {
	color: #94a3b8;
	text-decoration: none;
	font-size: 0.875rem;
	transition: color 0.3s ease;
}

.footer-legal a:hover {
	color: #ffffff;
}

.footer-payment {
	display: flex;
	align-items: center;
	gap: 0.75rem;
}

.footer-payment-text {
	color: #94a3b8;
	font-size: 0.875rem;
}

.payment-icons {
	display: flex;
	gap: 0.5rem;
	align-items: center;
}

/* Responsive Design for Footer */
@media screen and (max-width: 1024px) {
	.footer-widgets {
		grid-template-columns: repeat(2, 1fr);
		gap: 2.5rem;
	}

	.footer-about {
		grid-column: 1 / -1;
	}
}

@media screen and (max-width: 768px) {
	.footer-main {
		padding: 3rem 1.5rem 2rem;
	}

	.footer-widgets {
		grid-template-columns: 1fr;
		gap: 2rem;
	}

	.footer-bottom {
		padding: 1.5rem 1.5rem;
	}

	.footer-bottom-content {
		flex-direction: column;
		text-align: center;
		gap: 1rem;
	}

	.footer-legal {
		flex-direction: column;
		gap: 0.75rem;
	}

	.footer-payment {
		flex-direction: column;
		gap: 0.5rem;
	}
}

@media screen and (max-width: 480px) {
	.footer-main {
		padding: 2rem 1rem 1.5rem;
	}

	.footer-bottom {
		padding: 1.25rem 1rem;
	}

	.footer-social {
		justify-content: flex-start;
	}

	.social-link {
		width: 36px;
		height: 36px;
	}
}

/*--------------------------------------------------------------
# WooCommerce Product Archive Styles
--------------------------------------------------------------*/

/* Page Title Section with Background */
.haru-page-title-section {
	background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
	position: relative;
	overflow: hidden;
	margin-top: -1px;
}

.haru-page-title-section::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: url('data:image/svg+xml,<svg width="100" height="100" xmlns="http://www.w3.org/2000/svg"><defs><pattern id="grid" width="40" height="40" patternUnits="userSpaceOnUse"><path d="M 40 0 L 0 0 0 40" fill="none" stroke="rgba(255,255,255,0.1)" stroke-width="1"/></pattern></defs><rect width="100" height="100" fill="url(%23grid)"/></svg>');
	opacity: 0.3;
}

.haru-page-title-wrapper {
	padding: 4rem 0;
	position: relative;
	z-index: 1;
}

.page-title-inner {
	text-align: center;
}

.page-title-inner .page-title {
	color: #ffffff;
	font-size: 3rem;
	font-weight: 700;
	margin: 0;
	text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
	line-height: 1.2;
}

/* Breadcrumbs Wrapper */
.custom-breadcrumbs {
	background: #f8f9fa;
	border-bottom: 1px solid #e9ecef;
	padding: 1rem 0;
}

.haru-breadcrumb-wrapper .container {
	max-width: 1400px;
	margin: 0 auto;
	padding: 0 2rem;
}

/* Shop Container */
.tprint-shop-container {
	max-width: 1400px;
	margin: 0 auto;
	padding: 3rem 2rem;
}

.shop-content-wrapper {
	width: 100%;
}

/* Category Description */
.category-description {
	background: #ffffff;
	padding: 2rem;
	border-radius: 12px;
	margin-bottom: 2.5rem;
	border: 1px solid #e9ecef;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.category-description p {
	color: #495057;
	font-size: 1rem;
	line-height: 1.8;
	margin: 0;
}

.term-description {
	color: #495057;
	font-size: 1rem;
	line-height: 1.8;
}

/* Breadcrumbs */
.woocommerce-breadcrumb {
	padding: 1.25rem 0;
	font-size: 0.875rem;
	color: #6c757d;
	margin-bottom: 0;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 0.5rem;
}

.woocommerce-breadcrumb a {
	color: #0066cc;
	text-decoration: none;
	transition: color 0.3s ease;
	position: relative;
}

.woocommerce-breadcrumb a:hover {
	color: #0052a3;
}

.woocommerce-breadcrumb a::after {
	content: '/';
	margin-left: 0.5rem;
	color: #adb5bd;
	font-weight: 400;
}

.woocommerce-breadcrumb a:last-of-type::after {
	content: '';
}

/* Breadcrumb Container */
.woocommerce-breadcrumb-wrapper {
	background: #f8f9fa;
	padding: 1rem 0;
	margin-bottom: 2rem;
	border-bottom: 1px solid #e9ecef;
}

/* Products Grid */
.tprint-products-wrapper {
	width: 100%;
}

.products.columns-4 {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 2rem;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}

.products {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 2rem;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}

/* Product Item */
.tprint-product-item {
	position: relative;
	background: #ffffff;
	border-radius: 12px;
	overflow: hidden;
	transition: all 0.3s ease;
	border: 1px solid #e9ecef;
	width: 100%;
	min-width: 0;
}

.tprint-product-item:hover {
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
	transform: translateY(-4px);
	border-color: #dee2e6;
}

.product-inner {
	display: flex;
	flex-direction: column;
	height: 100%;
}

/* Product Thumbnail */
.product-thumbnail {
	position: relative;
	overflow: hidden;
	background: #f8f9fa;
	aspect-ratio: 1;
}

.product-thumbnail a {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
}

.product-thumb-primary,
.product-thumb-secondary {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition: opacity 0.4s ease;
}

.product-thumb-primary img,
.product-thumb-secondary img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.product-thumb-secondary {
	opacity: 0;
}

.tprint-product-item:hover .product-thumb-secondary {
	opacity: 1;
}

.tprint-product-item:hover .product-thumb-primary {
	opacity: 0;
}

/* Product Labels */
.product-labels {
	position: absolute;
	top: 12px;
	left: 12px;
	z-index: 10;
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
}

.product-label {
	display: inline-block;
	padding: 0.375rem 0.875rem;
	border-radius: 6px;
	font-size: 0.75rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	color: #ffffff;
}

.product-label-sale {
	background: #dc3545;
}

.product-label-featured {
	background: #ffc107;
	color: #212529;
}

.product-label-new {
	background: #28a745;
}

/* Product Info */
.product-info {
	padding: 1.25rem;
	display: flex;
	flex-direction: column;
	gap: 0.75rem;
	flex-grow: 1;
}

.product-info-title {
	margin-bottom: 0.5rem;
}

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

.product-info-title a:hover {
	color: #0066cc;
}

.woocommerce-loop-product__title {
	font-size: 1rem;
	font-weight: 600;
	line-height: 1.4;
	margin: 0;
	color: inherit;
}

/* Product Price */
.product-price {
	display: flex;
	align-items: baseline;
	gap: 0.5rem;
	margin: auto 0 0.75rem 0;
}

.price-label {
	font-size: 0.875rem;
	color: #6c757d;
	font-weight: 400;
}

.product-price .price {
	font-size: 1.375rem;
	font-weight: 700;
	color: #0066cc;
}

.product-price .price del {
	font-size: 1rem;
	color: #adb5bd;
	margin-right: 0.5rem;
}

.product-price .price ins {
	text-decoration: none;
	color: #dc3545;
}

/* Product Actions */
.product-actions {
	display: flex;
	gap: 0.5rem;
}

.product-button {
	flex: 1;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0.75rem 1.25rem;
	background: #0066cc;
	color: #ffffff;
	text-decoration: none;
	border-radius: 8px;
	font-weight: 600;
	font-size: 0.9375rem;
	transition: all 0.3s ease;
	border: none;
	cursor: pointer;
}

.product-button:hover {
	background: #0052a3;
	transform: translateY(-1px);
	box-shadow: 0 4px 12px rgba(0, 102, 204, 0.3);
	color: #ffffff;
}

/* Shop Toolbar */
.woocommerce-notices-wrapper {
	margin-bottom: 2rem;
}

.woocommerce-result-count {
	color: #6c757d;
	font-size: 0.9375rem;
	margin-bottom: 1.5rem;
}

.woocommerce-ordering {
	margin-bottom: 1.5rem;
}

.woocommerce-ordering select {
	padding: 0.625rem 2.5rem 0.625rem 1rem;
	border: 1px solid #dee2e6;
	border-radius: 8px;
	background: #ffffff;
	color: #495057;
	font-size: 0.9375rem;
	cursor: pointer;
	transition: all 0.3s ease;
	appearance: none;
	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='%23495057' d='M6 9L1 4h10z'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 1rem center;
}

.woocommerce-ordering select:hover,
.woocommerce-ordering select:focus {
	border-color: #0066cc;
	outline: none;
}

/* Pagination */
.woocommerce-pagination {
	margin-top: 3rem;
	display: flex;
	justify-content: center;
}

.woocommerce-pagination ul {
	display: flex;
	gap: 0.5rem;
	list-style: none;
	margin: 0;
	padding: 0;
}

.woocommerce-pagination li {
	margin: 0;
}

.woocommerce-pagination a,
.woocommerce-pagination span {
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 44px;
	height: 44px;
	padding: 0 1rem;
	border: 1px solid #dee2e6;
	border-radius: 8px;
	color: #495057;
	text-decoration: none;
	font-weight: 500;
	transition: all 0.3s ease;
}

.woocommerce-pagination a:hover {
	background: #0066cc;
	border-color: #0066cc;
	color: #ffffff;
}

.woocommerce-pagination .current {
	background: #0066cc;
	border-color: #0066cc;
	color: #ffffff;
}

/* No Products Found */
.woocommerce-info,
.woocommerce-no-products-found {
	padding: 2rem;
	background: #f8f9fa;
	border-radius: 12px;
	text-align: center;
	color: #6c757d;
	font-size: 1.125rem;
}

/* Responsive Design for Products */
@media screen and (max-width: 1200px) {
	.products {
		grid-template-columns: repeat(3, 1fr);
		gap: 1.5rem;
	}

	.tprint-shop-container {
		padding: 2.5rem 1.5rem;
	}
}

@media screen and (max-width: 900px) {
	.products {
		grid-template-columns: repeat(2, 1fr);
		gap: 1.25rem;
	}

	.woocommerce-products-header__title {
		font-size: 2rem;
	}

	.shop-header {
		margin-bottom: 2rem;
	}
}

@media screen and (max-width: 900px) {
	.haru-page-title-wrapper {
		padding: 3rem 0;
	}

	.page-title-inner .page-title {
		font-size: 2.25rem;
	}

	.haru-breadcrumb-wrapper .container {
		padding: 0 1.5rem;
	}
}

@media screen and (max-width: 600px) {
	.products {
		grid-template-columns: 1fr;
		gap: 1rem;
	}

	.tprint-shop-container {
		padding: 2rem 1rem;
	}

	.haru-page-title-wrapper {
		padding: 2.5rem 0;
	}

	.page-title-inner .page-title {
		font-size: 1.75rem;
	}

	.product-info {
		padding: 1rem;
	}

	.product-price .price {
		font-size: 1.25rem;
	}

	.category-description {
		padding: 1.5rem;
		margin-bottom: 2rem;
	}

	.haru-breadcrumb-wrapper .container {
		padding: 0 1rem;
	}
}

/* Product Categories Grid */
.product-categories {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 2rem;
	list-style: none;
	margin: 0 0 3rem 0;
	padding: 0;
}

.product-category {
	background: #ffffff;
	border: 1px solid #e9ecef;
	border-radius: 12px;
	overflow: hidden;
	transition: all 0.3s ease;
}

.product-category:hover {
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
	transform: translateY(-4px);
	border-color: #dee2e6;
}

.product-category .product-thumbnail {
	aspect-ratio: 1;
}

.product-category .woocommerce-loop-category__title {
	padding: 1.25rem;
	margin: 0;
	font-size: 1rem;
	font-weight: 600;
	text-align: center;
	color: #212529;
}

.product-category a {
	text-decoration: none;
	color: inherit;
}

.product-category a:hover .woocommerce-loop-category__title {
	color: #0066cc;
}

@media screen and (max-width: 1200px) {
	.product-categories {
		grid-template-columns: repeat(3, 1fr);
	}
}

@media screen and (max-width: 900px) {
	.product-categories {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media screen and (max-width: 600px) {
	.product-categories {
		grid-template-columns: 1fr;
	}
}

/* Container */
.container {
	max-width: 1400px;
	margin: 0 auto;
	padding: 0 2rem;
}

/* Product Tags */
.products__tags {
	margin-bottom: 2rem;
	padding: 1.5rem 0;
	border-bottom: 1px solid #e9ecef;
}

.products__tags.container {
	padding-top: 1.5rem;
}

.products__tags-list {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
	list-style: none;
	margin: 0;
	padding: 0;
}

.products__tags-item {
	margin: 0;
}

.products__tags-item a {
	display: inline-block;
	padding: 0.5rem 1.25rem;
	background: #f8f9fa;
	color: #495057;
	text-decoration: none;
	border-radius: 20px;
	font-size: 0.875rem;
	font-weight: 500;
	transition: all 0.3s ease;
	border: 1px solid #e9ecef;
}

.products__tags-item a:hover,
.products__tags-item a.active {
	background: #0066cc;
	color: #ffffff;
	border-color: #0066cc;
	transform: translateY(-1px);
	box-shadow: 0 2px 8px rgba(0, 102, 204, 0.3);
}

/* Shop Sidebar (if using) */
.woocommerce-sidebar {
	background: #f8f9fa;
	padding: 2rem;
	border-radius: 12px;
	margin-top: 2rem;
}

.woocommerce-sidebar .widget {
	margin-bottom: 2rem;
}

.woocommerce-sidebar .widget:last-child {
	margin-bottom: 0;
}

.woocommerce-sidebar .widget-title {
	font-size: 1.125rem;
	font-weight: 600;
	margin-bottom: 1rem;
	color: #212529;
}

/* Price Filter Widget */
.widget_price_filter .price_slider_wrapper {
	padding: 1rem 0;
}

.widget_price_filter .ui-slider {
	height: 4px;
	background: #e9ecef;
	border: none;
	border-radius: 2px;
}

.widget_price_filter .ui-slider-handle {
	width: 16px;
	height: 16px;
	background: #0066cc;
	border: 2px solid #ffffff;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
	border-radius: 50%;
	cursor: pointer;
	top: -6px;
}

.widget_price_filter .ui-slider-range {
	background: #0066cc;
}

.widget_price_filter button {
	background: #0066cc;
	color: #ffffff;
	border: none;
	padding: 0.625rem 1.25rem;
	border-radius: 8px;
	font-weight: 600;
	cursor: pointer;
	transition: all 0.3s ease;
	margin-top: 1rem;
}

.widget_price_filter button:hover {
	background: #0052a3;
}

/* Layered Nav Widget */
.widget_layered_nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.widget_layered_nav li {
	margin-bottom: 0.75rem;
}

.widget_layered_nav li:last-child {
	margin-bottom: 0;
}

.widget_layered_nav a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: #495057;
	text-decoration: none;
	padding: 0.5rem;
	border-radius: 6px;
	transition: all 0.3s ease;
}

.widget_layered_nav a:hover {
	background: #ffffff;
	color: #0066cc;
}

.widget_layered_nav .count {
	font-size: 0.875rem;
	color: #6c757d;
	background: #ffffff;
	padding: 0.25rem 0.625rem;
	border-radius: 12px;
}

/* Active Filters */
.widget_layered_nav_filters ul {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	list-style: none;
	margin: 0;
	padding: 0;
}

.widget_layered_nav_filters li {
	margin: 0;
}

.widget_layered_nav_filters a {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	padding: 0.5rem 1rem;
	background: #0066cc;
	color: #ffffff;
	text-decoration: none;
	border-radius: 20px;
	font-size: 0.875rem;
	font-weight: 500;
	transition: all 0.3s ease;
}

.widget_layered_nav_filters a:hover {
	background: #0052a3;
}

/* Sale Badge on Archive */
.onsale {
	position: absolute;
	top: 12px;
	right: 12px;
	background: #dc3545;
	color: #ffffff;
	padding: 0.375rem 0.875rem;
	border-radius: 6px;
	font-size: 0.75rem;
	font-weight: 700;
	text-transform: uppercase;
	z-index: 10;
}

/* Out of Stock Badge */
.outofstock-badge {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: rgba(33, 37, 41, 0.9);
	color: #ffffff;
	padding: 0.75rem 1.5rem;
	border-radius: 8px;
	font-weight: 600;
	z-index: 10;
}

/* Loading Spinner */
.woocommerce-loading {
	position: relative;
}

.woocommerce-loading::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 40px;
	height: 40px;
	border: 4px solid #f8f9fa;
	border-top: 4px solid #0066cc;
	border-radius: 50%;
	animation: spin 1s linear infinite;
}

@keyframes spin {
	0% { transform: translate(-50%, -50%) rotate(0deg); }
	100% { transform: translate(-50%, -50%) rotate(360deg); }
}

/* Product Archive Messages */
.woocommerce-message,
.woocommerce-error,
.woocommerce-info {
	padding: 1rem 1.25rem;
	border-radius: 8px;
	margin-bottom: 1.5rem;
	display: flex;
	align-items: center;
	gap: 0.75rem;
}

.woocommerce-message {
	background: #d4edda;
	border-left: 4px solid #28a745;
	color: #155724;
}

.woocommerce-error {
	background: #f8d7da;
	border-left: 4px solid #dc3545;
	color: #721c24;
}

.woocommerce-info {
	background: #d1ecf1;
	border-left: 4px solid #0c5460;
	color: #0c5460;
}

.woocommerce-message a,
.woocommerce-error a,
.woocommerce-info a {
	color: inherit;
	font-weight: 600;
	text-decoration: underline;
}

/* Quick View Button (if plugin installed) */
.quick-view-button {
	position: absolute;
	bottom: 1rem;
	left: 50%;
	transform: translateX(-50%);
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease;
	background: #ffffff;
	color: #212529;
	padding: 0.625rem 1.25rem;
	border-radius: 8px;
	font-weight: 600;
	font-size: 0.875rem;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
	z-index: 10;
}

.tprint-product-item:hover .quick-view-button {
	opacity: 1;
	visibility: visible;
	bottom: 1.5rem;
}

/*--------------------------------------------------------------
# Single Product Page Styles
--------------------------------------------------------------*/

.haru-single-product {
	padding: 3rem 0;
}

.haru-single-product .container {
	max-width: 1400px;
	margin: 0 auto;
	padding: 0 2rem;
}

.single-product-content {
	width: 100%;
}

/* Single Product Top - Images + Summary */
.single-product-top {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 4rem;
	margin-bottom: 4rem;
}

/* Product Images Section */
.single-product-images {
	position: relative;
}

.woocommerce-product-gallery {
	position: relative;
}

.woocommerce-product-gallery__wrapper {
	margin: 0;
	padding: 0;
}

.woocommerce-product-gallery__image {
	width: 100%;
	margin: 0;
}

.woocommerce-product-gallery__image img {
	width: 100%;
	height: auto;
	display: block;
	border-radius: 12px;
}

/* Product Gallery Lightbox Trigger */
.woocommerce-product-gallery__trigger {
	position: absolute;
	top: 1rem;
	right: 1rem;
	z-index: 10;
	width: 44px;
	height: 44px;
	background: #ffffff;
	border-radius: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
	cursor: pointer;
	transition: all 0.3s ease;
}

.woocommerce-product-gallery__trigger:hover {
	background: #0066cc;
	color: #ffffff;
}

/* Product Summary Section */
.single-product-summary {
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
}

.product_title {
	font-size: 2.5rem;
	font-weight: 700;
	color: #212529;
	margin: 0;
	line-height: 1.2;
}

/* Product Price */
.single-product-summary .price {
	font-size: 2rem;
	font-weight: 700;
	color: #0066cc;
	margin: 0;
}

.single-product-summary .price del {
	font-size: 1.5rem;
	color: #adb5bd;
	margin-right: 1rem;
}

.single-product-summary .price ins {
	text-decoration: none;
	color: #dc3545;
}

/* Short Description */
.woocommerce-product-details__short-description {
	color: #495057;
	font-size: 1.125rem;
	line-height: 1.8;
	margin: 0;
}

.woocommerce-product-details__short-description p {
	margin-bottom: 1rem;
}

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

/* Add to Cart Form */
form.cart {
	display: flex;
	flex-direction: column;
	gap: 1rem;
	padding: 2rem;
	background: #f8f9fa;
	border-radius: 12px;
	border: 1px solid #e9ecef;
}

.cart .quantity {
	display: flex;
	align-items: center;
	gap: 1rem;
}

.cart .quantity input.qty {
	width: 80px;
	height: 50px;
	text-align: center;
	border: 1px solid #dee2e6;
	border-radius: 8px;
	font-size: 1.125rem;
	font-weight: 600;
}

.cart button.single_add_to_cart_button {
	background: #0066cc;
	color: #ffffff;
	border: none;
	padding: 1rem 2rem;
	border-radius: 8px;
	font-size: 1.125rem;
	font-weight: 600;
	cursor: pointer;
	transition: all 0.3s ease;
}

.cart button.single_add_to_cart_button:hover {
	background: #0052a3;
	transform: translateY(-2px);
	box-shadow: 0 4px 12px rgba(0, 102, 204, 0.3);
}

/* Product Meta */
.product_meta {
	padding: 1.5rem 0;
	border-top: 1px solid #e9ecef;
	border-bottom: 1px solid #e9ecef;
	display: flex;
	flex-direction: column;
	gap: 0.75rem;
	font-size: 0.9375rem;
	color: #6c757d;
}

.product_meta > span {
	display: flex;
	gap: 0.5rem;
}

.product_meta a {
	color: #0066cc;
	text-decoration: none;
	transition: color 0.3s ease;
}

.product_meta a:hover {
	color: #0052a3;
	text-decoration: underline;
}

/* Product Tabs */
.woocommerce-tabs {
	margin-top: 3rem;
}

.woocommerce-tabs .tabs {
	display: flex;
	gap: 0.5rem;
	border-bottom: 2px solid #e9ecef;
	margin: 0;
	padding: 0;
	list-style: none;
}

.woocommerce-tabs .tabs li {
	margin: 0;
}

.woocommerce-tabs .tabs li a {
	display: block;
	padding: 1rem 1.5rem;
	color: #6c757d;
	text-decoration: none;
	font-weight: 600;
	border-radius: 8px 8px 0 0;
	transition: all 0.3s ease;
}

.woocommerce-tabs .tabs li a:hover {
	color: #0066cc;
	background: #f8f9fa;
}

.woocommerce-tabs .tabs li.active a {
	color: #0066cc;
	background: #ffffff;
	border-bottom: 3px solid #0066cc;
	margin-bottom: -2px;
}

.woocommerce-tabs .panel {
	padding: 2rem 0;
}

.woocommerce-tabs .panel h2 {
	font-size: 1.5rem;
	font-weight: 700;
	color: #212529;
	margin: 0 0 1.5rem 0;
}

/* Related Products */
.related.products,
.upsells.products {
	margin-top: 4rem;
	padding-top: 3rem;
	border-top: 2px solid #e9ecef;
}

.related.products h2,
.upsells.products h2 {
	font-size: 2rem;
	font-weight: 700;
	color: #212529;
	margin: 0 0 2rem 0;
}

.related.products ul.products,
.upsells.products ul.products {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 2rem;
	list-style: none;
	margin: 0;
	padding: 0;
}

/* Sale Badge */
.single-product-images .onsale {
	position: absolute;
	top: 1rem;
	left: 1rem;
	background: #dc3545;
	color: #ffffff;
	padding: 0.5rem 1rem;
	border-radius: 8px;
	font-size: 0.875rem;
	font-weight: 700;
	text-transform: uppercase;
	z-index: 10;
}

/* Stock Status */
.stock {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	padding: 0.5rem 1rem;
	border-radius: 6px;
	font-weight: 600;
	font-size: 0.9375rem;
}

.stock.in-stock {
	background: #d4edda;
	color: #155724;
}

.stock.out-of-stock {
	background: #f8d7da;
	color: #721c24;
}

/* Responsive Single Product */
@media screen and (max-width: 1024px) {
	.single-product-top {
		gap: 3rem;
	}

	.product_title {
		font-size: 2rem;
	}

	.single-product-summary .price {
		font-size: 1.75rem;
	}
}

@media screen and (max-width: 768px) {
	.single-product-top {
		grid-template-columns: 1fr;
		gap: 2rem;
	}

	.product_title {
		font-size: 1.75rem;
	}

	.single-product-summary .price {
		font-size: 1.5rem;
	}

	form.cart {
		padding: 1.5rem;
	}

	.related.products ul.products,
	.upsells.products ul.products {
		grid-template-columns: repeat(2, 1fr);
		gap: 1.5rem;
	}

	.haru-single-product {
		padding: 2rem 0;
	}

	.haru-single-product .container {
		padding: 0 1rem;
	}
}

@media screen and (max-width: 600px) {
	.related.products ul.products,
	.upsells.products ul.products {
		grid-template-columns: 1fr;
	}

	.woocommerce-tabs .tabs {
		flex-direction: column;
		border-bottom: none;
	}

	.woocommerce-tabs .tabs li a {
		border-radius: 8px;
		border: 1px solid #e9ecef;
	}
}
