body {
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	color: #666;
	font-size: 12px;
	line-height: 20px;
	width: 100%;
	background-color: #F9F9F9;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #444;
}

/* default font size */
.fa {
	font-size: 20px;
}

/* Override the bootstrap defaults */
h1 {
	font-size: 33px;
}

h2 {
	font-size: 27px;
}

h3 {
	font-size: 21px;
}

h4 {
	font-size: 15px;
}

h5 {
	font-size: 12px;
}

h6 {
	font-size: 10.2px;
}

a {
	color: #23a1d1;
}

a:hover {
	text-decoration: none;
}

legend {
	font-size: 18px;
	padding: 7px 0px
}

label {
	font-size: 12px;
	font-weight: normal;
}

select.form-control,
textarea.form-control,
input[type="text"].form-control,
input[type="password"].form-control,
input[type="datetime"].form-control,
input[type="datetime-local"].form-control,
input[type="date"].form-control,
input[type="month"].form-control,
input[type="time"].form-control,
input[type="week"].form-control,
input[type="number"].form-control,
input[type="email"].form-control,
input[type="url"].form-control,
input[type="search"].form-control,
input[type="tel"].form-control,
input[type="color"].form-control {
	font-size: 12px;
}

.input-group input,
.input-group select,
.input-group .dropdown-menu,
.input-group .popover {
	font-size: 12px;
}

.input-group .input-group-addon {
	font-size: 12px;
	height: 30px;
}

/* Fix some bootstrap issues */
span.hidden-xs,
span.hidden-sm,
span.hidden-md,
span.hidden-lg {
	display: inline;
}

.nav-tabs {
	margin-bottom: 15px;
}

div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}

/* Gradent to all drop down menus */
.dropdown-menu li>a:hover {
	text-decoration: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}

/* top */
#top {
	background-color: #EEEEEE;
	border-bottom: 1px solid #e2e2e2;
	padding: 4px 0px 3px 0;
	margin: 0 0 20px 0;
	min-height: 40px;
}

#top .container {
	padding: 0 20px;
}

#top #form-currency .currency-select,
#top #form-language .language-select {
	text-align: left;
}

#top #form-currency .currency-select:hover,
#top #form-language .language-select:hover {
	text-shadow: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}

#top .btn-link,
#top-links li,
#top-links a {
	color: #888;
	text-shadow: 0 1px 0 #FFF;
	text-decoration: none;
}

#top .btn-link:hover,
#top-links a:hover {
	color: #444;
}

#top-links .dropdown-menu a {
	text-shadow: none;
}

#top-links .dropdown-menu a:hover {
	color: #FFF;
}

#top .btn-link strong {
	font-size: 14px;
	line-height: 14px;
}

#top-links {
	padding-top: 6px;
}

#top-links a+a {
	margin-left: 15px;
}

/* logo */
#logo {
	margin: 0 0 10px 0;
}

/* search */
#search {
	margin-bottom: 10px;
}

#search .input-lg {
	height: 40px;
	line-height: 20px;
	padding: 0 10px;
}

#search .btn-lg {
	font-size: 15px;
	line-height: 18px;
	padding: 10px 35px;
	text-shadow: 0 1px 0 #FFF;
}

/* cart */
#cart {
	margin-bottom: 10px;
}

#cart>.btn {
	font-size: 12px;
	line-height: 18px;
	color: #FFF;
}

#cart.open>.btn {
	background-image: none;
	background-color: #FFFFFF;
	border: 1px solid #E6E6E6;
	color: #666;
	box-shadow: none;
	text-shadow: none;
}

#cart.open>.btn:hover {
	color: #444;
}

#cart .dropdown-menu {
	background: #eee;
	z-index: 1001;
}

#cart .dropdown-menu {
	min-width: 100%;
	overflow-y: auto;
	max-height: 800px;
	scrollbar-width: thin;
	overflow-x: hidden;
}

@media (max-width: 478px) {
	#cart .dropdown-menu {
		width: 100%;
	}
}

#cart .dropdown-menu table {
	margin-bottom: 10px;
}

#cart .dropdown-menu li>div {
	min-width: 427px;
	padding: 0 10px;
}

@media (max-width: 478px) {
	#cart .dropdown-menu li>div {
		min-width: 100%;
	}
}

#cart .dropdown-menu li p {
	margin: 20px 0;
}

/* menu */
#menu {
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
	min-height: 40px;
}

#menu .nav>li>a {
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	padding: 10px 15px 10px 15px;
	min-height: 15px;
	background-color: transparent;
}

#menu .nav>li>a:hover,
#menu .nav>li.open>a {
	background-color: rgba(0, 0, 0, 0.1);
}

#menu .dropdown-menu {
	padding-bottom: 0;
}

#menu .dropdown-inner {
	display: table;
}

#menu .dropdown-inner ul {
	display: table-cell;
}

#menu .dropdown-inner a {
	min-width: 160px;
	display: block;
	padding: 3px 20px;
	clear: both;
	line-height: 20px;
	color: #333333;
	font-size: 12px;
}

#menu .dropdown-inner li a:hover {
	color: #FFFFFF;
}

#menu .see-all {
	display: block;
	margin-top: 0.5em;
	border-top: 1px solid #DDD;
	padding: 3px 20px;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 3px 3px;
	font-size: 12px;
}

#menu .see-all:hover,
#menu .see-all:focus {
	text-decoration: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}

#menu #category {
	float: left;
	padding-left: 15px;
	font-size: 16px;
	font-weight: 700;
	line-height: 40px;
	color: #fff;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}

#menu .btn-navbar {
	font-size: 15px;
	font-stretch: expanded;
	color: #FFF;
	padding: 2px 18px;
	float: right;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
}

#menu .btn-navbar:hover,
#menu .btn-navbar:focus,
#menu .btn-navbar:active,
#menu .btn-navbar.disabled,
#menu .btn-navbar[disabled] {
	color: #ffffff;
	background-color: #229ac8;
}

@media (min-width: 768px) {
	#menu .dropdown:hover .dropdown-menu {
		display: block;
	}
}

@media (max-width: 767px) {
	#menu {
		border-radius: 4px;
	}

	#menu div.dropdown-inner>ul.list-unstyled {
		display: block;
	}

	#menu div.dropdown-menu {
		margin-left: 0 !important;
		padding-bottom: 10px;
		background-color: rgba(0, 0, 0, 0.1);
	}

	#menu .dropdown-inner {
		display: block;
	}

	#menu .dropdown-inner a {
		width: 100%;
		color: #fff;
	}

	#menu .dropdown-menu a:hover,
	#menu .dropdown-menu ul li a:hover {
		background: rgba(0, 0, 0, 0.1);
	}

	#menu .see-all {
		margin-top: 0;
		border: none;
		border-radius: 0;
		color: #fff;
	}
}

/* content */
#content {
	min-height: 600px;
}

/* footer */
footer {
	margin-top: 30px;
	background-color: #303030;
	border-top: 1px solid #ddd;
	color: #e2e2e2;
}

footer hr {
	border-top: none;
	border-bottom: 1px solid #666;
}

footer a {
	color: #ccc;
}

footer a:hover {
	color: #fff;
}

footer h5 {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
}

/* alert */
.alert {
	padding: 8px 14px 8px 14px;
}

/* breadcrumb */
.breadcrumb {
	margin: 0 0 20px 0;
	padding: 8px 0;
	border: 1px solid #ddd;
}

.breadcrumb i {
	font-size: 15px;
}

.breadcrumb>li {
	text-shadow: 0 1px 0 #FFF;
	padding: 0 20px;
	position: relative;
	white-space: nowrap;
}

.breadcrumb>li+li:before {
	content: '';
	padding: 0;
}

.breadcrumb>li:after {
	content: '';
	display: block;
	position: absolute;
	top: -3px;
	right: -5px;
	width: 26px;
	height: 26px;
	border-right: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.pagination {
	margin: 0;
}

/* buttons */
.buttons {
	margin: 1em 0;
}

.btn {
	padding: 7.5px 12px;
	font-size: 12px;
	border: 1px solid #cccccc;
	border-radius: 4px;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
}

.btn-xs {
	font-size: 9px;
}

.btn-sm {
	font-size: 10.2px;
}

.btn-lg {
	padding: 10px 16px;
	font-size: 15px;
}

.btn-group>.btn,
.btn-group>.dropdown-menu,
.btn-group>.popover {
	font-size: 12px;
}

.btn-group>.btn-xs {
	font-size: 9px;
}

.btn-group>.btn-sm {
	font-size: 10.2px;
}

.btn-group>.btn-lg {
	font-size: 15px;
}

.btn-default {
	color: #777;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	background-color: #e7e7e7;
	background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
	background-repeat: repeat-x;
	border-color: #dddddd #dddddd #b3b3b3 #b7b7b7;
}

.btn-primary {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
	background-color: #1f90bb;
	background-position: 0 -15px;
}

.btn-warning {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #faa732;
	background-image: linear-gradient(to bottom, #fbb450, #f89406);
	background-repeat: repeat-x;
	border-color: #f89406 #f89406 #ad6704;
}

.btn-warning:hover,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}

.btn-danger {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #da4f49;
	background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
	background-repeat: repeat-x;
	border-color: #bd362f #bd362f #802420;
}

.btn-danger:hover,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}

.btn-success {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #5bb75b;
	background-image: linear-gradient(to bottom, #62c462, #51a351);
	background-repeat: repeat-x;
	border-color: #51a351 #51a351 #387038;
}

.btn-success:hover,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}

.btn-info {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #df5c39;
	background-image: linear-gradient(to bottom, #e06342, #dc512c);
	background-repeat: repeat-x;
	border-color: #dc512c #dc512c #a2371a;
}

.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
	background-image: none;
	background-color: #df5c39;
}

.btn-link {
	border-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	color: #23A1D1;
	border-radius: 0;
}

.btn-link,
.btn-link:active,
.btn-link[disabled] {
	background-color: rgba(0, 0, 0, 0);
	background-image: none;
	box-shadow: none;
}

.btn-inverse {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #363636;
	background-image: linear-gradient(to bottom, #444444, #222222);
	background-repeat: repeat-x;
	border-color: #222222 #222222 #000000;
}

.btn-inverse:hover,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
	background-color: #222222;
	background-image: linear-gradient(to bottom, #333333, #111111);
}

/* list group */
.list-group a {
	border: 1px solid #DDDDDD;
	color: #888888;
	padding: 8px 12px;
}

.list-group a.active,
.list-group a.active:hover,
.list-group a:hover {
	color: #444444;
	background: #eeeeee;
	border: 1px solid #DDDDDD;
	text-shadow: 0 1px 0 #FFF;
}

/* carousel */
.carousel-caption {
	color: #FFFFFF;
	text-shadow: 0 1px 0 #000000;
}

.carousel-control .icon-prev:before {
	content: '\f053';
	font-family: FontAwesome;
}

.carousel-control .icon-next:before {
	content: '\f054';
	font-family: FontAwesome;
}

/* product list */
.product-thumb {
	border: 1px solid #ddd;
	margin-bottom: 20px;
	overflow: auto;
}

.product-thumb .image {
	text-align: center;
}

.product-thumb .image a {
	display: block;
}

.product-thumb .image a:hover {
	opacity: 0.8;
}

.product-thumb .image img {
	margin-left: auto;
	margin-right: auto;
}

.product-grid .product-thumb .image {
	float: none;
}

@media (min-width: 767px) {
	.product-list .product-thumb .image {
		float: left;
		padding: 0 15px;
	}
}

.product-thumb h4 {
	font-weight: bold;
}

.product-thumb .caption {
	padding: 0 20px;
	min-height: 180px;
}

.product-list .product-thumb .caption {
	margin-left: 230px;
}

@media (max-width: 1200px) {
	.product-grid .product-thumb .caption {
		min-height: 210px;
		padding: 0 10px;
	}
}

@media (max-width: 767px) {
	.product-list .product-thumb .caption {
		min-height: 0;
		margin-left: 0;
		padding: 0 10px;
	}

	.product-grid .product-thumb .caption {
		min-height: 0;
	}
}

.product-thumb .rating {
	padding-bottom: 10px;
}

.rating .fa-stack {
	font-size: 8px;
}

.rating .fa-star-o {
	color: #999;
	font-size: 15px;
}

.rating .fa-star {
	color: #FC0;
	font-size: 15px;
}

.rating .fa-star+.fa-star-o {
	color: #E69500;
}

h2.price {
	margin: 0;
}

.product-thumb .price {
	color: #444;
}

.product-thumb .price-new {
	font-weight: 600;
}

.product-thumb .price-old {
	color: #999;
	text-decoration: line-through;
	margin-left: 10px;
}

.product-thumb .price-tax {
	color: #999;
	font-size: 12px;
	display: block;
}

.product-thumb .button-group {
	border-top: 1px solid #ddd;
	background-color: #eee;
	overflow: auto;
}

.product-list .product-thumb .button-group {
	border-left: 1px solid #ddd;
}

@media (max-width: 768px) {
	.product-list .product-thumb .button-group {
		border-left: none;
	}
}

.product-thumb .button-group button {
	width: 60%;
	border: none;
	display: inline-block;
	float: left;
	background-color: #eee;
	color: #888;
	line-height: 38px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}

.product-thumb .button-group button+button {
	width: 20%;
	border-left: 1px solid #ddd;
}

.product-thumb .button-group button:hover {
	color: #444;
	background-color: #ddd;
	text-decoration: none;
	cursor: pointer;
}

@media (max-width: 1200px) {

	.product-thumb .button-group button,
	.product-thumb .button-group button+button {
		width: 33.33%;
	}
}

@media (max-width: 767px) {

	.product-thumb .button-group button,
	.product-thumb .button-group button+button {
		width: 33.33%;
	}
}

.thumbnails {
	overflow: auto;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
}

.thumbnails>li {
	margin-left: 20px;
}

.thumbnails {
	margin-left: -20px;
}

.thumbnails>img {
	width: 100%;
}

.image-additional a {
	margin-bottom: 20px;
	padding: 5px;
	display: block;
	border: 1px solid #ddd;
}

.image-additional {
	max-width: 78px;
}

.thumbnails .image-additional {
	float: left;
	margin-left: 20px;
}

@media (min-width: 1200px) {

	#content .col-lg-2:nth-child(6n+1),
	#content .col-lg-3:nth-child(4n+1),
	#content .col-lg-4:nth-child(3n+1),
	#content .col-lg-6:nth-child(2n+1) {
		clear: left;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {

	#content .col-md-2:nth-child(6n+1),
	#content .col-md-3:nth-child(4n+1),
	#content .col-md-4:nth-child(3n+1),
	#content .col-md-6:nth-child(2n+1) {
		clear: left;
	}
}

@media (min-width: 768px) and (max-width: 991px) {

	#content .col-sm-2:nth-child(6n+1),
	#content .col-sm-3:nth-child(4n+1),
	#content .col-sm-4:nth-child(3n+1),
	#content .col-sm-6:nth-child(2n+1) {
		clear: left;
	}
}

/* fixed colum left + content + right*/
@media (min-width: 768px) {
	#column-left .product-layout .col-md-3 {
		width: 100%;
	}

	#column-left+#content .product-layout .col-md-3 {
		width: 50%;
	}

	#column-left+#content+#column-right .product-layout .col-md-3 {
		width: 100%;
	}

	#content+#column-right .product-layout .col-md-3 {
		width: 100%;
	}
}

/* fixed product layouts used in left and right columns */
#column-left .product-layout,
#column-right .product-layout {
	width: 100%;
}

/* fixed mobile cart quantity input */
.input-group .form-control[name^=quantity] {
	min-width: 50px;
}

/* Missing focus and border color to overwrite bootstrap */
.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
	background-image: none;
	background-color: #df5c39;
}

/* fix oclabs */
.alert-dismissable .close,
.alert-dismissible .close {
	right: -1px;
}





.garrett-header {
	font-family: Arial, sans-serif;
	width: 100%;
}

.garrett-header .container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 15px;
}


.top-bar {
	background-color: #2b2a27;
	color: #fff;
	font-size: 13px;
	padding: 8px 0;
}

.top-bar-inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.top-bar a {
	color: #fff;
	text-decoration: none;
}

.top-bar-right {
	display: flex;
	gap: 15px;
}


.main-header {
	background-color: #3e3a38;
	height: 100px;
}

.main-header-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 100%;
}


.logo .text-logo {
	color: #dcb841;
	font-weight: 900;
	font-size: 32px;
	text-decoration: none;
	font-family: 'Arial Black', sans-serif;
	letter-spacing: 1px;
}


.main-nav {
	display: flex;
	height: 100%;
	align-items: center;
	margin: 0 20px;
}

.nav-item {
	height: 100%;
	display: flex;
	align-items: center;

}

.nav-item a {
	color: #fff;
	text-decoration: none;
	font-size: 16px;
	position: relative;
	z-index: 2;
	transition: color 0.3s;
}

.nav-item:not(.active-angled):hover a {
	color: #dcb841;
}


.active-angled {
	position: relative;
	padding: 0 40px;
}

.active-angled a {
	color: #3e3a38;
	font-weight: bold;
}

.active-angled::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #ffffff;
	transform: skewX(-20deg);
	z-index: 1;
}


.header-actions {
	display: flex;
	align-items: center;
	gap: 20px;
}

.btn-action,
.btn-action-text {
	color: #fff;
	text-decoration: none;
	display: flex;
	align-items: center;
	gap: 8px;
}

.btn-action:hover,
.btn-action-text:hover {
	color: #dcb841;
}






.nav-item {
	display: inline-flex;
	align-items: center;
	height: 100%;


}


.dropdown-content {
	position: absolute;
	top: 160px;
	left: 0;
	width: 100%;
	background: #ffffff;

	display: none;
	z-index: 999;
	padding: 15px 0;

}


.dropdown-inner {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 15px;
}

.dropdown-inner ul {
	display: flex;
	flex-wrap: wrap;
	gap: 40px;
	list-style: none;
	margin: 0;
	padding: 0;
}


.nav-item:hover .dropdown-content {
	display: block;
}




.dropdown-inner ul li {
	position: relative;
	padding-bottom: 5px;
}

.dropdown-inner ul li a {
	color: #333;
	text-decoration: none;
	font-size: 16px;
	font-weight: 600;
	display: inline-block;
	position: relative;
	transition: color 0.3s ease;
}


.dropdown-inner ul li a::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -8px;
	width: 0;
	height: 4px;
	background-color: #dcb841;
	transition: width 0.3s ease;
}


.dropdown-inner ul li a:hover {
	color: #000;
}

.dropdown-inner ul li a:hover::after {
	width: 100%;
}




.main-nav {
	display: flex;
	background-color: #3e3a38;
	height: 100%;
}

.nav-item {
	display: flex;
	height: 100%;
}

.skew-link {
	display: inline-grid;
	align-items: center;
	justify-items: center;
	padding: 0 10px;
	text-decoration: none;
	height: 100%;
}

.skew-bg,
.skew-text {
	grid-area: 1 / 1;
}

.skew-bg {
	width: 100%;
	height: 100%;
	background-color: transparent;

	transform: skewX(-20deg);
	transition: background-color 0.2s ease;
}


.skew-text {
	position: relative;
	z-index: 2;
	color: #ffffff;
	font-size: 16px;
	font-weight: bold;
	white-space: nowrap;
	transition: color 0.2s ease;
}


.nav-item:hover .skew-bg {
	background-color: #ffffff;
}

.nav-item:hover .skew-text {
	color: #3e3a38;
}




.skew-link {
	display: inline-grid;
	align-items: center;
	justify-items: center;

	min-width: 220px;
	height: 100%;
	text-decoration: none;

}

.skew-bg,
.skew-content {
	grid-area: 1 / 1;
}

.skew-bg {

	width: 110%;
	height: 100%;
	background-color: transparent;

	transform: skewX(-25deg);
	transition: all 0.4s ease;
}

.skew-content {
	position: relative;
	z-index: 2;
	color: #ffffff;
	font-size: 16px;
	font-weight: 100;
	text-transform: uppercase;
	white-space: nowrap;

}


.nav-item:hover .skew-bg {
	background-color: #ffffff;
}

.nav-item:hover .skew-content {

	color: #000;
}


.header-left {
	padding: 0 40px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 100%;
	gap: 30px;
}

.header-right {
	padding: 0 40px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 100%;
}

.header-actions {
	gap: 50px;
}

.garrett-search {
	display: flex;
	align-items: center;
	border-bottom: 1px solid #ffffff;
	padding-bottom: 5px;
	width: 250px;
	background: none !important;
}

.garrett-search input {
	background: transparent !important;
	border: none !important;
	box-shadow: none !important;
	color: #ffffff !important;
	font-size: 18px !important;
	width: 100% !important;
	outline: none !important;
	padding: 0 !important;
	height: auto !important;
	line-height: normal !important;
}

.garrett-search input::placeholder {
	color: #ffffff !important;
	opacity: 1 !important;
}

.garrett-search button {
	background: transparent !important;
	border: none !important;
	color: #ffffff !important;
	cursor: pointer !important;
	font-size: 18px !important;
	padding: 0 0 0 10px !important;
	box-shadow: none !important;
}

.garrett-search {
	display: flex;
	align-items: center;
	border-bottom: 1px solid #ffffff;
	padding-bottom: 5px;
	width: 300px;
	background: transparent !important;
}

.garrett-search input {
	background: transparent !important;
	border: none !important;
	box-shadow: none !important;
	color: #ffffff !important;
	font-size: 18px !important;
	width: 100% !important;
	outline: none !important;
	padding: 0 !important;
}

.garrett-search button {
	background: transparent !important;
	border: none !important;
	color: #ffffff !important;
	padding: 0 0 0 10px !important;
	cursor: pointer !important;
}


.header-login-btn {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	padding: 8px 18px;
	border: 1px solid #ffffff;
	border-radius: 4px;
	background-color: transparent;
	color: #ffffff;
	text-decoration: none;
	font-family: 'Arial', sans-serif;
	font-size: 16px;
	font-weight: 400;
	transition: all 0.3s ease;
}

.header-login-btn i {
	font-size: 18px;
}

.header-login-btn:hover {
	background-color: #ffffff;
	color: #3e3a38;
}


.header-cart-btn {
	
	align-items: center;
	gap: 12px;
	padding: 8px 18px;
	border: 1px solid #ffffff;
	border-radius: 4px;
	background-color: transparent;
	color: #ffffff;
	text-decoration: none;
	font-family: 'Arial', sans-serif;
	font-size: 16px;
	font-weight: 400;
	transition: all 0.3s ease;
}

.header-cart-btn i {
	font-size: 18px;
}

.header-cart-btn:hover {
	background-color: #ffffff;
	color: #3e3a38;
}

.header-actions-group {
	display: flex;
	align-items: center;
	gap: 15px;
}


#form-currency .btn-group {
	display: inline-block;
	position: relative;
}

#form-currency .btn-link.dropdown-toggle {
	background: transparent !important;
	border: 1px solid #ffffff !important;
	border-radius: 4px !important;
	color: #ffffff !important;
	padding: 8px 35px 8px 15px !important;
	font-size: 16px !important;
	text-decoration: none !important;
	box-shadow: none !important;
	appearance: none;
	-webkit-appearance: none;
	position: relative;
	min-width: 100px;
	text-align: left;
}

#form-currency .btn-link.dropdown-toggle i.fa-caret-down {
	display: none !important;
}

#form-currency .btn-group::after {
	content: "\f107";
	font-family: "FontAwesome";
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
	color: #ffffff;
	pointer-events: none;
	font-size: 14px;
}

#form-currency .dropdown-menu {
	background-color: #3e3a38 !important;
	border: 1px solid #ffffff !important;
	border-radius: 4px !important;
	margin-top: 5px !important;
	padding: 0 !important;
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.5) !important;
}

#form-currency .dropdown-menu li {
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

#form-currency .dropdown-menu li:last-child {
	border-bottom: none;
}

#form-currency .currency-select {
	color: #ffffff !important;
	text-align: left !important;
	padding: 10px 15px !important;
	width: 100% !important;
	background: transparent !important;
	border: none !important;
	transition: background 0.2s !important;
}

#form-currency .currency-select:hover {
	background-color: #ffffff !important;
	color: #3e3a38 !important;
}

#form-currency .hidden-xs.hidden-sm.hidden-md {
	display: inline !important;
	font-weight: normal;
}




.top-bar-left a {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: #ffffff !important;
	text-decoration: none !important;
	font-size: 14px;
	font-weight: 400;
	padding: 5px 0;
	border-bottom: 1px solid transparent;
	transition: all 0.3s ease;
}

.top-bar-left a i {
	font-size: 14px;
	color: #ffffff;
}

.top-bar-left a:hover {
	color: #dcb841 !important;
	border-bottom-color: #dcb841;
}

.top-bar-left a:hover i {
	color: #dcb841;
}




.top-bar {
	background-color: #2b2928;
	padding: 10px 0;
}

.top-bar-content {
	display: flex;
	justify-content: flex-end;
}

.top-bar-right-group {
	display: flex;
	align-items: center;
	gap: 30px;
}

.top-bar-item {
	display: flex;
	align-items: center;
}



.consultation-link:hover {
	color: #dcb841 !important;
}

.header-currency {
	display: flex;
	align-items: center;
	margin-right: 40px;
}








.hero-video-section {
	margin-top: 154px;
	position: relative;
	width: 100%;
	height: 85vh;
	min-height: 500px;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: #ffffff;
}


.video-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.bg-video {
	width: 100%;
	height: 100%;
	object-fit: cover;/
}


.video-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.35);
}


.hero-content {
	position: relative;
	z-index: 2;
	width: 100%;
}

.hero-subtitle {
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 4px;
	margin-bottom: 15px;
	text-transform: uppercase;
}

.hero-title {
	color: #fff;
	font-size: 72px;
	font-weight: 900;
	line-height: 1;
	margin-bottom: 40px;
	text-transform: uppercase;
	letter-spacing: -1px;
}


.hero-buttons {
	display: flex;
	justify-content: center;
	gap: 20px;
}

.btn-hero {
	display: inline-block;
	background: #ffffff;
	color: #333 !important;
	padding: 15px 45px;
	font-size: 14px;
	font-weight: 800;
	text-decoration: none !important;
	border-radius: 4px;
	min-width: 220px;
	transition: transform 0.2s, background 0.3s;
}

.btn-hero:hover {
	background: #f4c522;
	transform: translateY(-3px);
}





@media (max-width: 768px) {
	.hero-title {
		font-size: 40px;
	}

	.hero-buttons {
		flex-direction: column;
		align-items: center;
	}

	.btn-hero {
		width: 80%;
	}
}




.video-control {
	position: absolute;
	bottom: 25px;
	right: 25px;
	z-index: 10;
	background: rgba(255, 255, 255, 0.1);
	border: 1px solid rgba(255, 255, 255, 0.5);
	color: white;
	width: 45px;
	height: 45px;
	border-radius: 50%;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.3s ease;
}

.video-control:hover {
	background: rgba(255, 255, 255, 0.3);
	transform: scale(1.1);
}

.video-control i {
	font-size: 16px;
}


.hero-buttons {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 15px;
	max-width: 1000px;
	margin: 0 auto;
}









.stack-layer {
	/* clip-path: polygon(0 10%, 5% 0, 100% 0, 100% 100%, 0 100%); */

	position: sticky;
	top: 0;
	height: 100vh;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background-size: cover;
	background-position: center;
	padding: 20px;
	box-sizing: border-box;
}


.block-frame {
	position: relative;
	width: 100%;
	height: 100%;
	border: 15px solid #fff;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	z-index: 2;
}


.layer-overlay {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	background: rgba(0, 0, 0, 0.4);
	z-index: 1;
}

.layer-container {
	position: relative;
	z-index: 5;
	padding: 60px;
	color: #fff;
	height: 100%;
	display: flex;
	flex-direction: column;
}


.layer-header {
	display: flex;
	align-items: center;
	gap: 20px;
	margin-bottom: auto;
}

.garrett-logo-mini {
	font-size: 32px;
	font-weight: 900;
}

.category-tag {
	padding: 8px 16px;
	font-size: 13px;
	font-weight: 800;
	border-radius: 4px;
	text-transform: uppercase;
}

.tag-security {
	background: #1eb4b4;
	color: #fff;
}

.tag-sport {
	background: #f4c522;
	color: #333;
}

.layer-title {
	color: #fff;
	font-size: 60px;
	font-weight: 900;
	line-height: 1;
	margin-bottom: 25px;
	max-width: 900px;
	text-transform: uppercase;
}

.layer-desc {
	font-size: 18px;
	margin-bottom: 40px;
	max-width: 650px;
}

.btn-layer-white {
	display: inline-flex;
	align-items: center;
	gap: 15px;
	padding: 18px 35px;
	background: #fff;
	color: #333 !important;
	text-decoration: none !important;
	font-weight: 800;
	border-radius: 4px;
	text-transform: uppercase;
}


.stack-layer:nth-child(1) {
	z-index: 1;
}

.stack-layer:nth-child(2) {
	z-index: 2;
}

.stack-layer:nth-child(3) {
	z-index: 3;
}


.grid-reverse {
	display: flex;
	justify-content: flex-end;
	text-align: left;
}



header {
	position: fixed;
	
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	
	transition: all 0.3s ease;
	
}










.containe1 {
	padding-left: 40px;
}







.main-footer {
	display: flex;
	background-color: #f7f7f7;
	font-family: 'Arial', sans-serif;
	margin-top: 50px;
	box-shadow: -10px 0 30px rgba(0, 0, 0, 0.1);
}


.footer-white-section {
	width: 65%;
	background-color: #ffffff;
	padding: 60px 0 20px 40px;
	position: relative;

	clip-path: polygon(0 0, 93% 0, 100% 15%, 100% 100%, 0 100%);
}


.footer-grid {
	margin-top: 65px;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	gap: 30px;
	align-items: start;
}


.footer-col h4 {
	font-size: 18px;
	font-weight: 600;
	text-transform: uppercase;
	color: #333;
	margin-bottom: 20px;
}


.footer-col ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.footer-col ul li {
	margin-bottom: 20px;
}

.footer-col ul li a {
	color: #555;
	text-decoration: none;
	font-size: 18px;
	font-weight: 400;
	transition: color 0.2s;
}

.footer-col ul li a:hover {
	color: #ffc20e;
}


.footer-signup-col {
	background-color: #f6f6f6;
	padding: 100px 40px;


	min-height: 450px;
	padding-bottom: 0px;
}

.signup-icon {
	width: 150px;
	height: 150px;



	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 30px;

}

.footer-signup-col h3 {
	font-size: 35px;
	font-weight: 900;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.footer-signup-col p {
	font-size: 22px;
	color: #666;
	margin-bottom: 25px;
}


.footer-form .form-row {
	display: flex;
	gap: 10px;
	margin-bottom: 15px;
}

.footer-form input {
	color: #000;
	width: 100%;
	padding: 12px;
	border: 1px solid #ddd;
	background: #fff;
	font-size: 14px;
}

.btn-signup {
	width: 100%;
	background-color: #ffc20e;

	color: #000;
	border: none;
	padding: 15px;
	font-weight: 400;
	font-size: 20px;
	text-transform: uppercase;
	cursor: pointer;
	transition: background 0.3s;
}

.btn-signup:hover {
	background-color: #e5ae0d;
}


.social-links {
	margin-top: 30px;
}

.social-links span {
	display: block;
	font-size: 18px;
	color: #000;
	font-weight: 600;
	margin-bottom: 15px;
	text-align: right;
}

.fa fa-youtube-play:hover,
.fa fa-facebook:hover,
.fa fa-instagram:hover {
	scale: 1.1;

}

.social-links .icons {
	display: flex;
	justify-content: flex-end;
	gap: 10px;
}

.social-links .icons a {
	width: 40px;
	height: 40px;
	background: #333;
	color: #fff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	font-size: 16px;
}


.footer-bottom {
	background-color: #333132;
	color: #aaa;
	padding: 20px 0;
	font-size: 12px;
}

.bottom-flex {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.legal-links p {
	margin: 0;
}

.developer {
	font-weight: bold;
}

.payment-methods img {
	max-width: 450px;
	margin-top: 10px;
}


.payment-methods {
	margin-top: 50px;
	display: grid;
	font-size: 22px;
	font-weight: 600;
	color: #000;
}

.icons a {
	transition: all 0.3s ease;
}

.icons a:hover {
	scale: 1.1;
}


.account-container {
	display: flex;
	gap: 40px;
	padding: 80px 0;
	align-items: flex-start;
}


.auth-box {
	flex: 1;
	background: #fff;
	padding: 60px 50px;
	position: relative;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
	
	
}

.auth-title {
	font-size: 36px;
	font-weight: 900;
	letter-spacing: -1px;
	margin-bottom: 40px;
	color: #333;
}


.form-control {
	border: 1px solid #000;
	border-radius: 0;
	height: 50px;
	padding: 10px 15px;
	font-size: 16px;
}

.form-group label {
	font-weight: 700;
	font-size: 14px;
	margin-bottom: 10px;
	display: block;
}


.btn-auth {
	border-radius: 5px;
	background: #333;
	color: #fff;
	border: none;
	padding: 15px 40px;
	font-weight: 800;
	text-transform: uppercase;
	cursor: pointer;
	transition: 0.3s;
}

.btn-auth:hover {
	background: #ffc20e;
	color: #000;
}

.form-footer {
	display: flex;
	align-items: center;
	gap: 20px;
	margin-bottom: 15px;
}

.lost-password {
	color: #333;
	font-weight: 700;
	text-decoration: underline;
	font-size: 14px;
}





.account-header-bg {
	background-color: #333132;
	background-image: url('/image/catalog/demo/banner-generic-background.png');

	background-size: cover;
	background-position: center;
	padding: 80px 0 120px;

	text-align: center;
}

.page-main-title {
	color: #fff;
	font-size: 64px;
	font-weight: 900;
	text-transform: uppercase;
	margin: 0;
	letter-spacing: -2px;
}


.account-white-section {
	background: #fff;
	margin-top: -60px;

	position: relative;
	z-index: 10;

	clip-path: polygon(0 40px, 80px 0, 100% 0, 100% 100%, 0 100%);
	padding-top: 40px;
}


.diagonal-pattern {
	height: 12px;
	width: 100%;
	max-width: 1200px;

	margin-bottom: 30px;
	background: repeating-linear-gradient(-45deg,
			#333,
			#333 2px,
			transparent 2px,
			transparent 8px);
	opacity: 0.8;
}


.account-container {
	padding-left: 20px;
	padding-right: 20px;
	display: flex;
	gap: 50px;
	padding-bottom: 80px;
}

@media (max-width: 768px) {
	.account-container {
		flex-direction: column;
	}

	.page-main-title {
		font-size: 40px;
	}
}

.account-login {
	background-color: #F9F9F9;

	padding-top: 150px;
}




.password-wrapper {
	position: relative;
	width: 100%;
}


.password-wrapper .form-control {
	padding-right: 45px !important;
	border: 1px solid #000;
	height: 50px;
	width: 100%;
	border-radius: 0;
}


.toggle-password {
	position: absolute;
	right: 15px;
	
	top: 50%;
	transform: translateY(-50%);
	
	cursor: pointer;
	color: #333;
	font-size: 18px;
	z-index: 10;
	display: flex;
	align-items: center;
	justify-content: center;
}

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



.form-control {
    width: 100%;
    height: 50px;
    border: 1px solid #000;
    
    border-radius: 5px !important; 
    
    padding: 10px 15px;
    font-size: 16px;
    background-color: #fff;
    transition: border-color 0.3s ease;
}


.password-wrapper .form-control {
    border-radius: 5px !important;
    padding-right: 45px; 
}


.remember-me-wrapper {
    margin: 15px 0;
}

.remember-me-label {
    display: flex;
    align-items: center;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    color: #333;
    user-select: none;
}


.remember-me-label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}


.custom-checkbox {
    height: 20px;
    width: 20px;
    background-color: #fff;
    border: 1px solid #000;
    border-radius: 4px; 
    margin-right: 10px;
    position: relative;
    transition: all 0.2s ease;
}


.remember-me-label:hover input ~ .custom-checkbox {
    border-color: #ffc20e;
}


.remember-me-label input:checked ~ .custom-checkbox {
    background-color: #333132;
    border-color: #333132;
}


.custom-checkbox:after {
    content: "";
    position: absolute;
    display: none;
    left: 6px;
    top: 2px;
    width: 6px;
    height: 11px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}


.remember-me-label input:checked ~ .custom-checkbox:after {
    display: block;
}






.product-page-container {
    padding: 40px 40px;
	padding-top: 170px;
}


.sku-label {
    font-size: 14px;
    color: #888;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

.product-title {
    font-size: 38px;
    font-weight: 900;
    color: #333;
    line-height: 1.1;
    margin-bottom: 20px;
    text-transform: none;
}

.product-description {
    font-size: 16px;
    line-height: 1.6;
    color: #555;
    margin-bottom: 30px;
}


.specs-table-wrapper {
    background: #fff;
    border: 1px solid #eee;
    padding: 20px;
    margin-bottom: 30px;
}

.specs-table {
    width: 100%;
    border-collapse: collapse;
}

.specs-table th {
    font-size: 14px;
    font-weight: 800;
    color: #333;
    padding-bottom: 15px;
    border-bottom: 2px solid #eee;
    text-align: left;
}

.specs-table td {
    padding: 15px 0;
    font-size: 15px;
    color: #444;
}


.contact-action-box {
    border-top: 5px solid #eee;
    padding-top: 25px;
}

.action-title {
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 2px;
    margin-bottom: 20px;
    color: #333;
}

.btn-contact-teal {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: #1e7d7d; 
    color: #fff;
    text-decoration: none;
    padding: 18px;
    font-weight: 800;
    font-size: 16px;
    transition: 0.3s;
}

.btn-contact-teal:hover {
    background: #166161;
}


.product-images {
    display: flex;
    gap: 20px;
	flex-direction: row-reverse;
}

.image-additional-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100px;
}

.thumbnail-item img {
    width: 100%;
    border: 1px solid #eee;
    cursor: pointer;
}

.main-image {
    flex: 1;
}

.main-image img {
    width: 100%;
    height: auto;
}




.thumbnail-item {
    border: 1px solid #eee;
    padding: 2px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.thumbnail-item:hover {
    border-color: #ffc20e; 
}

.thumbnail-item.active {
    border-color: #333;
    box-shadow: 0 0 5px rgba(0,0,0,0.1);
}


#main-product-image {
    transition: opacity 0.2s ease-in-out;
}






.breadcrumb-wrapper {
    padding: 20px 0;
    background: transparent;
}

.breadcrumb-custom {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    
}


.breadcrumb-back-arrow {
    margin-right: 15px;
}

.breadcrumb-back-arrow a {
    color: #333;
    font-size: 14px;
    text-decoration: none;
}


.breadcrumb-item-custom {
    display: flex;
    align-items: center;
    font-size: 18px; 
    color: #666;
    font-weight: 700;
}

.breadcrumb-item-custom a {
    color: #333;
    text-decoration: none;
    font-weight: 700; 
    transition: color 0.2s;
}

.breadcrumb-item-custom a:hover {
    text-decoration:underline;
	text-decoration-color: #ffc20e;
}


.breadcrumb-separator {
    margin: 0 8px;
    color: #ccc;
    font-weight: 400;
}


.breadcrumb-current {
    color: #888;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
   
}





.category-header-banner {
    background: #333132 url('/image/catalog/demo/category-banner.jpg') center/cover;
    padding: 100px 0 140px;
    text-align: center;
    color: #fff;
	padding-top: 260px;
}

.category-title {
	color: #fff;
    font-size: 56px;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 20px;
    letter-spacing: -1px;
}

.category-subtitle {
	color: #fff;
    font-size: 18px;
    opacity: 0.9;
    max-width: 700px;
    margin: 0 auto;
}


.category-main-content {
    background: #F9F9F9;
    margin-top: -60px; 
    position: relative;
    z-index: 10;
    clip-path: polygon(0 40px, 80px 0, 100% 0, 100% 100%, 0 100%);
    padding-top: 40px;
}



.filter-box {
    background: #fcfcfc;
    border: 1px solid #eee;
    padding: 30px;
	clip-path: polygon(0 40px, 80px 0, 100% 0, 100% 100%, 0 100%);
}

.filter-main-title {
    font-size: 28px;
    font-weight: 900;
    margin-bottom: 30px;
    color: #333;
}

.filter-group-title {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 15px;
    border-bottom: 2px solid #eee;
    padding-bottom: 5px;
}


.custom-check {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 15px;
}

.custom-check input { opacity: 0; position: absolute; }

.checkmark {
    position: absolute;
    top: 0; left: 0;
    height: 20px; width: 20px;
    border: 1px solid #333;
}

.custom-check input:checked ~ .checkmark { background: #333; }
.custom-check input:checked ~ .checkmark:after {
    content: ""; position: absolute; left: 6px; top: 2px;
    width: 5px; height: 10px; border: solid white;
    border-width: 0 2px 2px 0; transform: rotate(45deg);
}


.product-card-custom {
    margin-bottom: 40px;
}

.product-thumb-wrapper {
    background: #fff;
    clip-path: polygon(0 15%, 15% 0, 100% 0, 100% 100%, 0 100%); 
    border: 1px solid #eee;
    overflow: hidden;
}

.results-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
    margin-bottom: 30px;
}



.category-header-banner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5); 
    z-index: 1;
}


.category-header-banner .container {
    position: relative;
    z-index: 2;
}


.container-category{
	padding: 0 40px;
}


.results-count{
	font-size: 26px;
	font-weight: 600;
	color: #000;
}






.btn-garrett-apply {
    width: 100%;
    background-color: #333132;
    color: #ffffff;
    border: none;
    padding: 15px 20px;
    font-size: 14px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all 0.3s ease;
    cursor: pointer;
    margin-top: 25px;
    border-radius: 4px; 
}

.btn-garrett-apply:hover {
    background-color: #ffc20e; 
    color: #000;
}

.btn-garrett-apply i {
    font-size: 10px;
}


.btn-reset-filter {
    display: block;
    text-align: center;
    margin-top: 15px;
    color: #888;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    text-decoration: none;
    transition: color 0.2s;
}

.btn-reset-filter:hover {
    color: #d9534f;
}


.custom-check .checkmark {
    border: 2px solid #ddd;
    transition: all 0.2s;
}

.custom-check input:checked ~ .checkmark {
    border-color: #333;
    background-color: #333;
}

.custom-check.active .cat-name {
    color: #333;
    font-weight: 800;
}






.category-tree, .child-categories {
    list-style: none !important;
    padding-left: 0 !important;
    margin: 0;
}


.parent-category {
    position: relative;
    border-bottom: 1px solid #f0f0f0;
    padding: 10px 0;
}


.child-categories {
    display: none; 
    padding-left: 25px !important; 
    margin-top: 10px;
}


.toggle-children {
    cursor: pointer;
    float: right;
    transition: transform 0.3s ease;
}

.parent-category.open .toggle-children {
    transform: rotate(180deg);
}


.cat-name {
    cursor: pointer;
    font-weight: 500;
}




.category-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.category-row .custom-check {
    flex-grow: 1; 
    margin-bottom: 0;
    cursor: pointer;
}


.toggle-btn {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background 0.2s;
    z-index: 5;
}

.toggle-btn:hover {
    background: #f5f5f5;
    border-radius: 50%;
}

.toggle-btn i {
    transition: transform 0.3s ease;
    pointer-events: none; 
}


.parent-category.open .toggle-btn i {
    transform: rotate(180deg);
}

.child-categories {
    list-style: none !important;
    padding-left: 25px !important;
    display: none;
}





.results-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 15px;
    margin-bottom: 30px;
    border-bottom: 1px solid #eeeeee; 
}

.results-count {
    font-size: 18px;
    font-weight: 900;
    color: #333132;
    text-transform: uppercase;
}


.sort-wrapper {
    display: flex;
    align-items: center;
    gap: 15px;
}

.sort-wrapper label {
    font-size: 14px;
    font-weight: 700;
    color: #333132;
    margin-bottom: 0;
}


.sort-select {
    appearance: none; 
    -webkit-appearance: none;
    background-color: #ffffff;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23333' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 16px;
    border: 1px solid #d1d1d1;
    border-radius: 4px; 
    padding: 8px 40px 8px 15px;
    font-size: 14px;
    font-weight: 600;
    color: #333132;
    cursor: pointer;
    transition: border-color 0.2s, box-shadow 0.2s;
    min-width: 160px;
}

.sort-select:focus {
    outline: none;
    border-color: #333132;
    box-shadow: 0 0 0 2px rgba(51, 49, 50, 0.1);
}

.sort-select:hover {
    border-color: #999;
}


@media (max-width: 768px) {
    .results-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
    }
    
    .sort-wrapper {
        width: 100%;
        justify-content: space-between;
    }
    
    .sort-select {
        flex-grow: 1;
    }
}




.pagination-section {
    margin-top: 50px;
    padding-top: 30px;
    border-top: 1px solid #eee;
}

.custom-pagination {
    display: inline-block;
    margin-bottom: 15px;
}


.custom-pagination ul {
    display: flex;
    list-style: none;
    padding: 0;
    gap: 8px;
    justify-content: center;
}

.custom-pagination ul li a, 
.custom-pagination ul li span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    border: 2px solid #333132; 
    background: #fff;
    color: #333132;
    font-size: 16px;
    font-weight: 800;
    text-decoration: none;
    transition: all 0.2s ease;

}


.custom-pagination ul li.active span {
    background: #333132;
    color: #ffc20e; 
}


.custom-pagination ul li a:hover {
    background: #ffc20e;
    border-color: #ffc20e;
    color: #333132;
}


.pagination-results {
    font-size: 13px;
    font-weight: 600;
    color: #888;
    text-transform: uppercase;
    margin-top: 10px;
}


.custom-pagination ul li a[aria-label="Next"],
.custom-pagination ul li a[aria-label="Last"],
.custom-pagination ul li a[aria-label="Previous"],
.custom-pagination ul li a[aria-label="First"] {
    font-family: "FontAwesome";
    font-size: 18px;
}




.product-thumb-garrett {
	
    background: #fff;
    border: 1px solid #e1e1e1;
    margin-bottom: 20px;
    transition: all 0.3s ease-in-out;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}


.product-thumb-garrett:hover {
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    border-color: #333;
}


.product-thumb-garrett .image-wrapper {
    position: relative;
    overflow: hidden; 
    padding: 20px;
    text-align: center;
    background: #fff;
    flex-grow: 1; 
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-thumb-garrett .main-image {
    transition: transform 0.8s ease; 
    max-width: 100%;
    height: auto;
    transform: scale(1);
}


.product-thumb-garrett:hover .main-image {
    transform: scale(1.15); 
}


.product-thumb-garrett .caption-garrett {
    padding: 15px 20px;
    text-align: left;
    border-top: 1px solid #f0f0f0;
}

.product-thumb-garrett .product-name {
    margin: 0 0 10px 0;
    height: 44px; 
    overflow: hidden;
}

.product-thumb-garrett .product-name a {
    font-size: 16px;
    font-weight: 700;
    color: #333132;
    text-decoration: none;
    line-height: 1.3;
    display: -webkit-box;
    -webkit-line-clamp: 2; 
    -webkit-box-orient: vertical;
}

.product-thumb-garrett .product-name a:hover {
    color: #0056b3; 
}


.product-thumb-garrett .price-garrett {
    font-size: 24px;
    font-weight: 900; 
    color: #333132;
}

.product-thumb-garrett .price-old {
    color: #999;
    text-decoration: line-through;
    font-size: 14px;
    margin-left: 10px;
    font-weight: 400;
}

.product-thumb-garrett .price-new {
    color: #d9534f; 
}


.product-thumb-garrett .button-group-garrett {
    padding: 0 20px 20px 20px;
}

.product-thumb-garrett .btn-add-to-cart {
    width: 100%;
    background-color: #333132; 
    color: #fff;
    border: none;
    padding: 12px;
    font-size: 14px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border-radius: 2px;
}

.product-thumb-garrett .btn-add-to-cart i {
    font-size: 16px;
}


.product-thumb-garrett .btn-add-to-cart:hover {
    background-color: #ffc20e; 
}




.product-thumb-garrett .product-name {
    min-height: 44px; 
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 10px;
}


.product-layout {
    display: flex;
    margin-bottom: 30px;
}

.product-thumb-garrett {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
}

.caption-garrett {
    flex-grow: 1; 
}



#content .row {
    display: flex;
    flex-wrap: wrap;
}


#content .row:before, 
#content .row:after {
    display: none;
}


.product-layout {
    display: flex;
}

.product-thumb-garrett {



    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%; 
}


.caption-garrett {
    flex-grow: 1; 
    display: flex;
    flex-direction: column;
}


.product-name {
    min-height: 44px;
}


.price-garrett {
    min-height: 45px; 
    margin-top: auto; 
}



.product-name:hover{
	color:  #ffc20e;
}











.side-cart {
    position: fixed;
    top: 0;
    right: -850px; 
    width: 400px;
    height: 100%;
    background: #fff;
    z-index: 20;
    box-shadow: -5px 0 15px rgba(0,0,0,0.1);
    transition: right 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    display: flex;
    flex-direction: column;
}



.cart-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    display: none;
    z-index: 9998;
}

.cart-overlay.open {
    display: block;
}


.item-qty-control {
    display: flex;
    align-items: center;
    border: 1px solid #ddd;
    width: fit-content;
    margin: 10px 0;
}

.item-qty-control button {
    background: #eee;
    border: none;
    padding: 5px 10px;
    cursor: pointer;
}

.item-qty-control input {
    width: 40px;
    text-align: center;
    border: none;
}


.btn-checkout {
    display: block;
    background: #333132;
    color: #ffc20e;
    text-align: center;
    padding: 15px;
    font-weight: 800;
    text-decoration: none;
    margin-top: 10px;
}

.btn-checkout:hover {
    background: #ffc20e;
    color: #333;
}







.side-cart.open {
    right: 0;
}


.cart-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(51, 49, 50, 0.8); 
    backdrop-filter: blur(4px); 
    display: none;
    z-index: 9999;
}

.cart-overlay.open {
    display: block;
}






.side-cart-header {
	width: 100%;
    padding: 25px;
    background: #333132;
    color: #ffffff;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.side-cart-header h3 {
    font-size: 20px;
    font-weight: 900;
    margin: 0;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.close-btn {
    background: transparent;
    border: 2px solid #ffffff;
    color: #ffffff;
    width: 35px;
    height: 35px;
    font-size: 24px;
    line-height: 1;
    cursor: pointer;
    transition: all 0.3s;
}

.close-btn:hover {
    background: #ffc20e; 
    border-color: #ffc20e;
    color: #333132;
}


.side-cart-footer {
    padding: 25px;
    background: #f9f9f9;
    border-top: 1px solid #eeeeee;
}

.cart-total-line {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    font-size: 16px;
}

.cart-total-line strong {
    font-size: 22px;
    font-weight: 900;
    color: #333132;
}






.cart-items-list {
    list-style: none;
    padding: 0;
    margin: 0;
    flex-grow: 1;
    overflow-y: auto;
}

.cart-item {
    display: flex;
    padding: 20px;
    border-bottom: 1px solid #f0f0f0;
    position: relative;
    transition: background 0.2s;
}

.cart-item:hover {
    background: #fcfcfc;
}

.item-img img {
    width: 90px;
    height: 90px;
    object-fit: contain;
    border: 1px solid #eee;
    margin-right: 15px;
}

.item-details {
    flex-grow: 1;
}

.item-name {
    font-weight: 700;
    color: #333132;
    text-decoration: none;
    font-size: 15px;
    display: block;
    margin-bottom: 8px;
    line-height: 1.2;
}


.item-qty-control {
    display: inline-flex;
    align-items: center;
    border: 2px solid #333132;
    border-radius: 0;
}

.item-qty-control button {
    background: #fff;
    border: none;
    width: 30px;
    height: 30px;
    font-weight: bold;
    cursor: pointer;
    transition: background 0.2s;
}

.item-qty-control button:hover {
    background: #ffc20e;
}

.item-qty-control input {
    width: 40px;
    text-align: center;
    border: none;
    font-weight: 700;
    font-size: 14px;
}


.remove-btn {
    background: transparent;
    border: none;
    color: #ccc;
    cursor: pointer;
    font-size: 18px;
    padding: 5px;
    transition: color 0.2s;
}

.remove-btn:hover {
    color: #d9534f;
}




.cart-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
    margin-top: 20px;
}

.btn-checkout {
    background: #333132;
    color: #ffc20e; 
    text-transform: uppercase;
    text-align: center;
    padding: 18px;
    font-size: 16px;
    font-weight: 900;
    letter-spacing: 2px;
    text-decoration: none;
    transition: all 0.3s;
}

.btn-checkout:hover {
    background: #ffc20e;
    color: #333132;
}

.btn-view-cart {
    background: #ffffff;
    color: #333132;
    text-transform: uppercase;
    text-align: center;
    padding: 14px;
    font-size: 14px;
    font-weight: 700;
    border: 2px solid #333132;
    text-decoration: none;
    transition: all 0.3s;
}

.btn-view-cart:hover {
    background: #333132;
    color: #ffffff;
}




.side-cart {
    width: 850px;
    font-family: 'Inter', 'Helvetica', sans-serif;
}


.side-cart-header {
    padding: 30px 40px;
    border-bottom: 1px solid #eee;
    background: #fff;
    color: #333;
}

.cart-title {
    font-size: 24px;
    font-weight: 800;
    letter-spacing: -0.5px;
}

.close-btn {
	color: #000;
    font-size: 25px;
    font-weight: 100;
    text-transform: none;
    gap: 10px;
    border: 1px solid #eee;
    border-radius: 20px;

}


.empty-cart-msg {
    padding: 60px 40px;
    font-size: 28px;
    font-weight: 800;
    color: #444;
    letter-spacing: -1px;
}


.side-cart-footer {
	position: absolute;
	bottom: 0px;
	width: 100%;
    border-top: 1px solid #eee;
}

.final-price {
    font-size: 32px;
    font-weight: 900;
    color: #333;
    line-height: 1;
}

.tax-info {
    font-size: 13px;
    color: #888;
    margin-bottom: 30px;
}


.cart-actions {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.btn-review-cart {
    background: #44403f; 
    color: #fff;
    text-align: center;
    padding: 16px;
    font-weight: 700;
    text-decoration: none;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    font-size: 14px;
	transition: all 0.3s ease;
}

.btn-checkout-now {
    background: #ffc20e; 
    color: #333;
    text-align: center;
    padding: 16px;
    font-weight: 700;
    text-decoration: none;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    font-size: 14px;
}

.btn-review-cart:hover{
	background: #ffc20e;
	color: #333;
}

.btn-checkout-now i, .btn-review-cart i {
    font-size: 12px;
}

.btn-checkout-now:hover {
    background: #44403f;
	color: fff;
}





/* Контейнер для центрування */
.success-wrapper {
    display: flex;
    justify-content: center;
    padding: 80px 0;
    background: #fcfcfc;
}

/* Картка успіху */
.success-card {
    background: #fff;
    padding: 60px 40px;
    max-width: 600px;
    width: 100%;
    text-align: center;
    box-shadow: 0 15px 45px rgba(0,0,0,0.05);
    border-top: 4px solid #ffc20e; /* Жовта лінія Garrett вгорі */
}

/* Велика іконка галочки */
.success-icon {
    font-size: 80px;
    color: #ffc20e; /* Жовтий колір для іконки */
    margin-bottom: 30px;
    animation: scaleUp 0.5s ease-out;
}

.success-content h2 {
    font-size: 32px;
    font-weight: 900;
    text-transform: uppercase;
    color: #333132;
    margin-bottom: 20px;
    letter-spacing: -1px;
}

.success-text {
    font-size: 16px;
    line-height: 1.6;
    color: #666;
    margin-bottom: 40px;
}

.success-text p {
    margin-bottom: 15px;
}

/* Кнопка Продовжити */
.btn-continue {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 250px;
    height: 55px;
    background: #333132;
    color: #fff;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 14px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.btn-continue:hover {
    background: #ffc20e;
    color: #333132;
    transform: translateY(-2px);
}

/* Анімація появи */
@keyframes scaleUp {
    0% { transform: scale(0); opacity: 0; }
    80% { transform: scale(1.1); }
    100% { transform: scale(1); opacity: 1; }
}

/* Адаптивність */
@media (max-width: 768px) {
    .success-card {
        padding: 40px 20px;
        margin: 0 15px;
    }
}




.cart-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); 
    z-index: 9998; 
    display: none;
    backdrop-filter: blur(2px); 
}

.cart-overlay.open {
    display: block;
}


.side-cart-body {
    flex-grow: 1;

    flex-direction: column;
    justify-content: center; 
    align-items: center;     
    padding: 40px;
    text-align: center;
}

.empty-cart-msg {
    font-size: 24px;
    font-weight: 800;
    line-height: 1.2;
    color: #333;
    text-transform: uppercase;
}






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


.cart-item {
    display: flex;
    align-items: center;
    padding: 20px;
    border-bottom: 1px solid #f1f1f1;
    transition: background 0.3s ease;
    position: relative;
    gap: 15px;
}

.cart-item:hover {
    background: #fafafa;
}


.item-image {
    width: 80px;
    height: 80px;
    flex-shrink: 0;
    padding: 5px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.item-image img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}


.item-details {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.item-name {
    font-size: 14px;
    font-weight: 700;
    color: #333132;
    text-decoration: none;
    line-height: 1.3;
    padding-right: 25px; 
    transition: color 0.2s;
}

.item-name:hover {
    color: #000;
}



.item-price-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
}


.cart-qty {
    display: flex;
    align-items: center;
    height: 34px;
    background: #fff;
}

.cart-item:hover{
	background-color: #fff;
}
.qty-btn {
    width: 34px;
    height: 30px; 
    border: none;
    background: #fff;
    color: #333132;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
}

.qty-btn:hover {
    background: #ffc20e; 
    color: #000;
}

.qty-btn:active {
    background: #e5ae0d;
}

.qty-value {
    min-width: 35px;
    text-align: center;
    font-size: 14px;
    font-weight: 800;
    color: #333132;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
}


.item-total {
    font-size: 16px;
    font-weight: 900;
    color: #333132;
    letter-spacing: -0.5px;
}


.remove-btn {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 24px;
    height: 24px;
    background: #f1f1f1;
    border: none;
    border-radius: 50%;
    color: #999;
    font-size: 18px;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

.remove-btn:hover {
    background: #333132;
    color: #ffc20e; 
}

.item-image {
    width: 120px; 
    height: 120px;
    flex-shrink: 0;
    border: 1px solid #eee;
    padding: 5px; 
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden; 
}


.item-image img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}


.side-cart .item-image img {
    width: 120px;
    height: 120px;
    object-fit: cover;
}


.account-success{
	padding-top: 150px;
}





/* Сітка дашборду */
.dashboard-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    padding: 60px 0;
}



.dashboard-subtitle {
    font-size: 20px;
    font-weight: 900;
    text-transform: uppercase;
    color: #333132;
    margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: 2px solid #ffc20e; /* Жовта лінія під назвою секції */
    display: flex;
    align-items: center;
    gap: 12px;
}

.dashboard-subtitle i {
    color: #ffc20e;
}

/* Картки посилань */
.dashboard-links {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
}

.dash-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 30px 20px;
    background: #f9f9f9;
    border: 1px solid #eee;
    text-decoration: none;
    transition: all 0.3s ease;
    text-align: center;
}

.dash-card .dash-icon {
    font-size: 28px;
    color: #333132;
    margin-bottom: 15px;
    transition: transform 0.3s ease;
}

.dash-card .dash-text {
    font-size: 14px;
    font-weight: 700;
    color: #333132;
    text-transform: uppercase;
}

/* Ховер ефекти */
.dash-card:hover {
    background: #333132;
    border-color: #333132;
}

.dash-card:hover .dash-icon,
.dash-card:hover .dash-text {
    color: #ffc20e;
}

.dash-card:hover .dash-icon {
    transform: translateY(-5px);
}

/* Спеціальні картки */
.dash-card.wide {
    grid-column: span 2;
    flex-direction: row;
    gap: 20px;
}

.dash-card.highlight {
    background: #fffbe6; /* Легкий жовтий відтінок для замовлень */
    border-color: #ffc20e;
}

/* Кнопка виходу */
.account-logout-wrapper {
    text-align: center;
    margin-bottom: 80px;
}

.btn-logout {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 15px 40px;
    border: 2px solid #d9534f;
    color: #d9534f;
    text-transform: uppercase;
    font-weight: 800;
    text-decoration: none;
    transition: all 0.3s;
}

.btn-logout:hover {
    background: #d9534f;
    color: #fff;
}

/* Адаптивність */
@media (max-width: 991px) {
    .dashboard-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 480px) {
    .dashboard-links {
        grid-template-columns: 1fr;
    }
    .dash-card.wide {
        grid-column: span 1;
    }
}



.account-dashboard{
	padding-top: 150px;
}





.account-edit-page {
	padding-top: 150px;
    padding-bottom: 80px;
}


.account-edit-page .account-container {

    display: flex;
    gap: 30px;
    margin-top: 50px;
}

.edit-section {
    flex: 2; 
}

.info-section {
    flex: 1; 
}


.form-footer-actions {
	gap: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid #eee;
}

.btn-back {
    color: #333132;
    text-transform: uppercase;
    font-weight: 700;
    text-decoration: none;
    font-size: 14px;
    transition: color 0.3s;
}

.btn-back:hover {
    color: #ffc20e;
}


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

.side-account-menu li {
    margin-bottom: 10px;
}

.side-account-menu a {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 12px 15px;
    background: #f9f9f9;
    color: #333132;
    text-decoration: none;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 13px;
    border-left: 3px solid transparent;
    transition: all 0.3s;
}

.side-account-menu a:hover {
    background: #fffbe6;
    border-left-color: #ffc20e;
    padding-left: 20px;
}

.support-note {
    margin-top: 30px;
    padding: 20px;
    background: #333132;
    color: #fff;
    font-size: 13px;
    line-height: 1.5;
}


@media (max-width: 991px) {
    .account-edit-page .account-container {
        flex-direction: column;
    }
}


.account-password-page{
	padding-top: 150px;
}





.account-address-page{
	padding-top: 150px;
}
.address-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 30px;
}

.address-card {
    background: #f9f9f9;
    border: 1px solid #eee;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: border-color 0.3s;
}

.address-card:hover {
    border-color: #ffc20e;
}

.address-details {
    font-size: 14px;
    line-height: 1.6;
    color: #333132;
    margin-bottom: 20px;
}


.address-actions {
    display: flex;
    gap: 15px;
    border-top: 1px solid #eee;
    padding-top: 15px;
}

.btn-edit-address, .btn-delete-address {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 5px;
}

.btn-edit-address {
    color: #333132;
}

.btn-edit-address:hover {
    color: #ffc20e;
}

.btn-delete-address {
    color: #d9534f;
}

.btn-delete-address:hover {
    color: #b52b27;
}


@media (max-width: 600px) {
    .address-grid {
        grid-template-columns: 1fr;
    }
}



.form-row {
    display: flex;
    gap: 20px;
}
.col-md-6 {
    flex: 1;
}

.custom-checkbox.radio {
    border-radius: 50%;
}
@media (max-width: 768px) {
    .form-row {
        flex-direction: column;
        gap: 0;
    }
}

.account-address-form-page{
	padding-top: 150px;
}



/* Основний контейнер форми */
.account-address-form-page .auth-box {
    background: #ffffff;
    border: 1px solid #eeeeee;
    padding: 40px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.03);
}

/* Групування полів у рядок (для Ім'я/Прізвище та Місто/Індекс) */
.form-row {
    display: flex;
    gap: 20px;
    margin-bottom: 5px;
}

.form-group.col-md-6 {
    flex: 1;
    margin-bottom: 20px;
}

/* Стилізація текстових полів та селектів */
.account-address-form-page .form-control {
    height: 50px;
    background: #fcfcfc;
    border: 2px solid #f0f0f0;
    border-radius: 0; /* Чіткі кути у стилі Garrett */
    padding: 10px 15px;
    font-size: 14px;
    color: #333;
    transition: all 0.3s ease;
}

.account-address-form-page .form-control:focus {
    border-color: #ffc20e; /* Фірмовий жовтий при фокусі */
    background: #fff;
    box-shadow: none;
    outline: none;
}

/* Заголовки полів */
.account-address-form-page label {
    font-weight: 800;
    text-transform: uppercase;
    font-size: 12px;
    color: #333132;
    margin-bottom: 8px;
    display: block;
}

.required {
    color: #ffc20e;
    margin-left: 3px;
}

/* Радіо-кнопки (Вибір за замовчуванням) */
.remember-me-wrapper {
    display: flex;
    gap: 25px;
    margin-top: 10px;
}

.remember-me-label {
    cursor: pointer;
    display: flex;
    align-items: center;
    font-weight: 700 !important;
    text-transform: none !important;
}

/* Спеціальний стиль для селекту (випадаючого списку) */
select.form-control {
    appearance: none;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-size: 15px;
    cursor: pointer;
}

/* Кнопки внизу форми */
.form-footer-actions {
    margin-top: 30px;
    padding-top: 25px;
    border-top: 1px solid #eeeeee;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.btn-back {
    color: #888;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 13px;
    text-decoration: none;
    transition: color 0.3s;
}

.btn-back:hover {
    color: #333;
}

/* Адаптивність для мобільних пристроїв */
@media (max-width: 768px) {
    .form-row {
        flex-direction: column;
        gap: 0;
    }
    
    .account-address-form-page .auth-box {
        padding: 25px 20px;
    }
}




.wishlist-grid {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-bottom: 30px;
}

.wishlist-item {
    display: flex;
    align-items: center;
    background: #fff;
    border: 1px solid #eee;
    padding: 15px;
    transition: all 0.3s;
}

.wishlist-item:hover {
    border-color: #ffc20e;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}


.wish-image {
    width: 100px;
    flex-shrink: 0;
}

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


.wish-details {
    flex-grow: 1;
    padding-left: 25px;
}

.wish-name {
    font-size: 16px;
    font-weight: 800;
    color: #333132;
    text-decoration: none;
    text-transform: uppercase;
    display: block;
    margin-bottom: 5px;
}

.wish-model {
    font-size: 12px;
    color: #888;
    margin-bottom: 5px;
}

.wish-stock {
    font-size: 12px;
    color: #449d44;
    font-weight: 700;
}


.wish-price {
    margin-top: 10px;
}

.wish-price .price-new {
    font-size: 18px;
    font-weight: 900;
    color: #333132;
}

.wish-price .price-old {
    font-size: 14px;
    color: #999;
    text-decoration: line-through;
    margin-right: 10px;
}


.wish-actions {
    display: flex;
    align-items: center;
    gap: 15px;
}

.btn-wish-cart {
    background: #333132;
    color: #fff;
    border: none;
    padding: 12px 20px;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 12px;
    transition: all 0.3s;
    display: flex;
    align-items: center;
    gap: 8px;
}

.btn-wish-cart:hover {
    background: #ffc20e;
    color: #333132;
}

.btn-remove-wish {
    color: #ccc;
    font-size: 18px;
    transition: color 0.3s;
}

.btn-remove-wish:hover {
    color: #d9534f;
}


@media (max-width: 768px) {
    .wishlist-item {
        flex-wrap: wrap;
        text-align: center;
        justify-content: center;
    }
    .wish-image {
        width: 150px;
        margin-bottom: 15px;
    }
    .wish-details {
        width: 100%;
        padding-left: 0;
        margin-bottom: 15px;
    }
    .wish-actions {
        width: 100%;
        justify-content: center;
    }
}



.account-wishlist-page{
	padding-top: 150px;
}



.button-group-garrett {
    display: flex;
    gap: 10px;
    padding: 15px;
    background: #fff;
}

.btn-add-to-cart {
    flex-grow: 1; 
    height: 45px;
    background: #333132;
    color: #fff;
    border: none;
    text-transform: uppercase;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    transition: all 0.3s;
}

.btn-add-to-cart:hover {
    background: #ffc20e;
    color: #333132;
}


.btn-wishlist-toggle {
    width: 45px;
    height: 45px;
    background: #f5f5f5;
    border: 1px solid #eee;
    color: #333132;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
    cursor: pointer;
}

.btn-wishlist-toggle:hover {
    background: #eee;
}


.btn-wishlist-toggle.active {
    background: #ffc20e; 
    border-color: #ffc20e;
    color: #333132;
}

.btn-wishlist-toggle.active i {
    color: #333132;
}





.order-list-wrapper {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 30px;
}


.order-card {
    background: #fff;
    border: 2px solid #f0f0f0;
    transition: border-color 0.3s ease;
}

.order-card:hover {
    border-color: #ffc20e;
}


.order-card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 20px;
    background: #333132;
    color: #fff;
}

.order-id .label-text {
    font-size: 11px;
    text-transform: uppercase;
    color: #aaa;
    display: block;
}

.order-id .number {
    font-size: 18px;
    font-weight: 900;
}


.order-status {
    padding: 5px 12px;
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    background: #444;
    border-radius: 2px;
}


.status-complete, .status-shipped { background: #449d44; }
.status-pending { background: #ffc20e; color: #333132; }
.status-canceled { background: #d9534f; }


.order-card-body {
    padding: 20px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 15px;
    border-bottom: 1px solid #f0f0f0;
}

.order-info-item {
    font-size: 13px;
    color: #666;
}

.order-info-item i {
    color: #ffc20e;
    margin-right: 8px;
    width: 15px;
}

.order-total-price {
    font-size: 20px;
    font-weight: 900;
    color: #333132;
    text-align: right;
}


.order-card-actions {
    padding: 15px 20px;
    display: flex;
    justify-content: flex-end;
}

.btn-order-view {
    background: #f5f5f5;
    color: #333132;
    padding: 10px 20px;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    text-decoration: none;
    transition: all 0.3s;
    border: 1px solid #ddd;
}

.btn-order-view:hover {
    background: #ffc20e;
    border-color: #ffc20e;
}


.empty-orders {
    text-align: center;
    padding: 50px 0;
}

.empty-orders i {
    font-size: 60px;
    color: #eee;
    margin-bottom: 20px;
}

@media (max-width: 768px) {
    .order-card-header { flex-direction: column; align-items: flex-start; gap: 10px; }
    .order-total-price { text-align: left; border-top: 1px solid #eee; padding-top: 10px; }
}

.account-order-page{
	padding-top: 150px;
}




/* Блок уточнення пошуку */
.search-refine-box {
    background: #f9f9f9;
    padding: 25px;
    border: 2px solid #eee;
    margin-bottom: 40px;
}

.custom-input, .custom-select {
    height: 45px;
    border-radius: 0;
    border: 2px solid #ddd;
    box-shadow: none !important;
}

.custom-input:focus {
    border-color: #ffc20e;
}

.checkbox-row {
    margin-top: 15px;
    padding-left: 5px;
}

/* Заголовок результатів */
.search-results-title {
    font-size: 24px;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 30px;
    border-left: 5px solid #ffc20e;
    padding-left: 15px;
}

/* Картки товарів */
.product-thumb-custom {
    border: 1px solid #eee;
    padding: 15px;
    transition: 0.3s;
    background: #fff;
    margin-bottom: 30px;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.product-thumb-custom:hover {
    box-shadow: 0 10px 20px rgba(0,0,0,0.05);
    border-color: #ffc20e;
}

.product-thumb-custom .caption h4 a {
    color: #333;
    font-weight: 700;
    font-size: 15px;
    text-decoration: none;
}

.product-thumb-custom .price {
    font-size: 18px;
    font-weight: 900;
    color: #333132;
    margin-top: 10px;
}

.btn-cart-custom {
    background: #333132;
    color: #ffc20e;
    border: none;
    padding: 10px 15px;
    font-weight: 800;
    text-transform: uppercase;
    width: 80%;
    transition: 0.3s;
}

.btn-cart-custom:hover {
    background: #000;
}

.btn-wishlist-custom {
    background: #f5f5f5;
    border: none;
    padding: 10px;
    width: 18%;
    margin-left: 2%;
}



.contact-main-content {
    padding: 60px 0;
    background: #fff;
}

/* Контактна панель зліва */
.contact-details-box {
    background: #333132;
    color: #fff;
    padding: 30px;
}

.contact-details-box .filter-main-title {
    color: #ffc20e;
    border-color: #ffc20e;
    margin-bottom: 30px;
}

.contact-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 25px;
}

.contact-item .icon-box {
    min-width: 40px;
    font-size: 20px;
    color: #ffc20e;
}

.contact-item .text-box strong {
    display: block;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
    margin-bottom: 5px;
    color: #aaa;
}

.contact-item .text-box span {
    font-size: 15px;
    line-height: 1.5;
}

/* Форма справа */
.garrett-input {
    border: 2px solid #f0f0f0;
    border-radius: 0;
    padding: 12px 15px;
    transition: border-color 0.3s;
}

.garrett-input:focus {
    border-color: #ffc20e;
    box-shadow: none;
}

.contact-form-column .auth-box {
    padding: 0 0 40px 40px;
}

@media (max-width: 991px) {
    .contact-form-column .auth-box { padding: 40px 10px 0 10px; }
}

.contact-main-pg{
	padding-top: 150px;
}



/* Контейнер контенту */
.info-main-container {
    padding: 60px 0;
}

.info-article-content {

    line-height: 1.8;
    font-size: 16px;
    color: #444;
}

/* Стилізація тексту з адмінки */
.article-body h2 {
    font-weight: 900;
    text-transform: uppercase;
    color: #333132;
    margin: 40px 0 20px;
    font-size: 28px;
    border-left: 6px solid #ffc20e;
    padding-left: 20px;
}

.article-body h3 {
    font-weight: 800;
    margin: 30px 0 15px;
    color: #333;
}

.article-body p {
    margin-bottom: 20px;
}

/* Списки */
.article-body ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 30px;
}

.article-body ul li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 12px;
}

.article-body ul li::before {
    content: "\f0da"; /* Іконка стрілочки FontAwesome */
    font-family: FontAwesome;
    position: absolute;
    left: 0;
    color: #ffc20e;
    font-size: 18px;
}

/* Зображення в тексті */
.article-body img {
    max-width: 100%;
    height: auto;
    margin: 30px 0;
    border: 1px solid #eee;
}

/* Хлібні крихти всередині банера */
.info-breadcrumb .breadcrumb {
    background: transparent;
    padding: 0;
    margin: 10px 0 0;
}

.info-breadcrumb .breadcrumb li a {
    color: #ffc20e;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
}

.info-breadcrumb .breadcrumb > li + li:before {
    color: #fff;
}



.info-page-wrapper{
	padding-top: 150px;
}




.cart-main-container {
    padding: 60px 0;
}

/* Таблиця */
.garrett-cart-table {
    border-collapse: separate;
    border-spacing: 0 15px;
    border: none;
}

.garrett-cart-table thead td {
    background: #333132;
    color: #fff;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 13px;
    padding: 15px !important;
    border: none !important;
}

.garrett-cart-table tbody tr {
    background: #fff;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}

.garrett-cart-table tbody td {
    padding: 20px !important;
    vertical-align: middle !important;
    border-top: 1px solid #eee !important;
    border-bottom: 1px solid #eee !important;
}

.product-name-link {
    color: #333;
    font-weight: 800;
    font-size: 16px;
    text-decoration: none;
}

/* Управління кількістю */
.cart-qty-control {
    max-width: 150px;
    display: flex;
}

.qty-input {
    border-radius: 0;
    border: 2px solid #eee;
	background: #f9f9f9;
    text-align: center;
    box-shadow: none !important;
}

.btn-update, .btn-remove {
    border-radius: 0;
    height: 40px;
    background: #f5f5f5;
    border: 1px solid #eee;
    color: #333;
    transition: 0.3s;
}

.btn-update:hover { background: #ffc20e; border-color: #ffc20e; }
.btn-remove:hover { background: #ff4444; color: #fff; border-color: #ff4444; }

/* Блок Totals */
.totals-box {
    background: #f9f9f9;
    padding: 30px;
}

.total-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    font-size: 16px;
}

.grand-total {
    border-top: 2px solid #ddd;
    padding-top: 15px;
    margin-top: 15px;
    font-size: 24px;
    font-weight: 900;
    color: #333132;
}

.btn-garrett-checkout {
    display: block;
    background: #ffc20e;
    color: #333132;
    text-align: center;
    padding: 18px;
    font-weight: 900;
    text-transform: uppercase;
    margin-top: 25px;
    font-size: 18px;
    transition: 0.3s;
    text-decoration: none;
}

.btn-garrett-checkout:hover {
    background: #333132;
    color: #ffc20e;
}

.btn-continue-shopping {
    display: inline-block;
    color: #333;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 13px;
    padding: 10px 0;
    text-decoration: none;
    border-bottom: 2px solid #ffc20e;
}

@media (max-width: 768px) {
    .garrett-cart-table thead { display: none; }
    .garrett-cart-table td { display: block; text-align: center !important; }
    .model-cell { display: none; }
}



.cart-page-wrapper{
	padding-top: 150px;
}


.cart-empty-wrapper {
    padding: 100px 0;
    text-align: center;
    background: #fff;
}

.empty-state-content {
    max-width: 500px;
    margin: 0 auto;
}

.empty-icon {
    font-size: 80px;
    color: #eee;
    margin-bottom: 20px;
}

.empty-title {
    font-weight: 900;
    text-transform: uppercase;
    color: #333132;
    margin-bottom: 15px;
}

.empty-text {
    font-size: 16px;
    color: #888;
    margin-bottom: 35px;
}

.empty-actions .btn-garrett-checkout {
    display: inline-flex;
    align-items: center;
    gap: 15px;
    padding: 15px 40px;
    text-decoration: none;
}




/* Також перевірте головний контейнер */
#common-home {
    overflow: hidden;
}
/* Основні стилі для мобільного хедера */
@media (max-width: 767px) {


	

	.header-search{
		display: none;
	}
    .main-header {
        background: #333132; /* Темний фон як на скріншоті */
        padding: 10px 15px;
    }

    .main-header-inner {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        width: 100%;
    }

    .header-left {
        flex: 0;
    }

    .logo img {
        max-height: 30px !important; /* Робимо логотип компактнішим */
    }

    .header-right {
        flex: 0 0 auto;
    }

    .header-actions {
        display: flex;
        align-items: center;
        gap: 20px; /* Відстань між іконками */
    }

    /* Стиль іконок */
    .header-action-item i, 
    .mobile-menu-toggle i {
        color: #fff; /* Білі іконки */
        font-size: 22px;
    }

    /* Ховаємо текст на мобільних */
    .desktop-only, .header-search.mobile-hide, .main-nav {
        display: none !important;
    }

    /* Кнопка бургер */
    .mobile-menu-toggle {
        background: none;
        border: none;
        padding: 0;
        display: block;
    }

    /* Логотип Garrett жовтого кольору */
    .text-logo {
        color: #ffc20e !important;
        font-size: 24px;
        font-weight: 900;
        text-decoration: none;
    }
}

/* Для десктопа кнопку бургер ховаємо */
@media (min-width: 768px) {
    .mobile-menu-toggle {
        display: none;
    }
}




@media (max-width: 767px) {
	.container1{
		padding: 0 30px;
	}
    /* Перебудова порядку: Форма підписки тепер зверху */
    .main-footer {
        display: flex;
        flex-direction: column;
    }

    .footer-signup-col {
        order: -1; /* Виносить блок підписки в самий верх */
        padding: 40px 20px;
        background: #f9f9f9;
        text-align: center;
    }

    .footer-white-section {
		width: 100%;
        padding: 20px 0;
    }

    /* Логотип по центру */
    .logo {
        text-align: center;
        margin-bottom: 30px;
    }

    /* Перетворення сітки на акордеон */
    .footer-grid {
        display: block; /* Відміняємо Grid */
    }

    .footer-col {
        border-bottom: 1px solid #eee;
        padding: 0;
    }

    /* Стиль заголовків як кнопок акордеона */
    .footer-col h4 {
        margin: 0;
        padding: 15px 0;
        font-size: 16px;
        text-transform: uppercase;
        font-weight: 800;
        display: flex;
        justify-content: space-between;
        align-items: center;
        cursor: pointer;
    }

    /* Додаємо іконку стрілочки через CSS */
    .footer-col h4::after {
        content: '\f107'; /* FontAwesome Down Arrow */
        font-family: FontAwesome;
        transition: transform 0.3s;
    }

    .footer-col.active h4::after {
        transform: rotate(180deg);
    }

    /* Приховуємо списки за замовчуванням */
    .footer-col ul {
        display: none;
        padding-bottom: 15px;
    }

    /* Форма підписки */
    .form-row {
        display: block; /* Інпути один під одним */
    }

    .footer-form input {
        width: 100%;
        margin-bottom: 10px;
        border: 1px solid #ccc;
        height: 45px;
        padding: 0 15px;
    }

    .btn-signup {
        width: 100%;
        background: #ffc20e;
        color: #333;
        font-weight: 900;
        height: 50px;
        border: none;
    }

    /* Платіжні методи */
    .footer-middle {
        text-align: center;
        padding: 30px 0;
    }

    .payment-methods img {
        max-width: 100%;
        height: auto;
        margin-top: 10px;
    }

    /* Соцмережі */
    .social-links {
        margin-top: 30px;
    }

    .social-links .icons {
        display: flex;
        justify-content: center;
        gap: 20px;
        margin-top: 10px;
    }

	.layer-title{
		font-size: 40px;
	}

	.side-cart{
		width: 100%;
	}

	.header-login-btn,
	.header-cart-btn{
		border: none;
		border-radius: 0px;
		padding: 0;
	}
}



.mobile-nav-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #333132; 
    z-index: 9999;
    display: none; 
    flex-direction: column;
}

/* Шапка меню */
.mobile-nav-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 20px;
    border-bottom: 1px solid #444;
}

.mobile-nav-tools {
    display: flex;
    gap: 20px;
    align-items: center;
}

.mobile-nav-tools i { color: #fff; font-size: 20px; }
.btn-close-menu { background: none; border: none; padding: 0; }


.mobile-search-box {
    background: #fff;
    padding: 15px 20px;
    position: relative;
}

.mobile-search-input {
    width: 100%;
    border: none;
    border-bottom: 1px solid #333;
    font-size: 18px;
    padding: 5px 30px 5px 0;
    outline: none;
}

.mobile-search-box i {
    position: absolute;
    right: 30px;
    top: 25px;
    color: #333;
}


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

.mobile-category-list li {
    border-bottom: 1px solid #444;
}

.mobile-category-list li a {
    display: flex;
    justify-content: space-between;
    padding: 20px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 800;
    text-decoration: none;
}

.mobile-category-list li a i { color: #fff; }


.mobile-nav-footer {
    margin-top: auto;
    padding: 30px 20px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.btn-dealer-find {
    border: 1px solid #fff;
    color: #fff;
    text-align: center;
    padding: 15px;
    text-decoration: none;
    font-weight: 700;
}

.btn-location-select {
    background: #444;
    border: 1px solid #fff;
    color: #fff;
    padding: 10px;
    width: fit-content;
    min-width: 120px;
}

/* Стиль заголовка категорії з кнопкою */
.mobile-cat-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #444;
}

.mobile-cat-header a {
    flex-grow: 1;
    padding: 20px !important;
    border-bottom: none !important;
}

.toggle-submenu {
    background: none;
    border: none;
    color: #fff;
    padding: 20px;
    font-size: 14px;
    cursor: pointer;
    border-left: 1px solid #444;
}

.static-arrow {
    padding-right: 20px;
    color: #888;
}

/* Підкатегорії */
.mobile-submenu {
    display: none; /* Сховано за замовчуванням */
    list-style: none;
    padding: 0;
    background: #2a2829; /* Трохи темніший фон для виділення вкладеності */
}

.mobile-submenu li a {
    padding: 15px 40px !important; /* Відступ зліва для ієрархії */
    font-size: 14px;
    font-weight: 400;
    text-transform: none;
    border-bottom: 1px solid #3d3b3c !important;
}

/* Анімація повороту стрілки */
.toggle-submenu.active i {
    transform: rotate(180deg);
    transition: 0.3s;
}




/* Контейнер всього меню */
.mobile-nav-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #333132; /* Фірмовий темно-сірий */
    z-index: 99999;
    display: none;
    flex-direction: column;
    font-family: 'Inter', sans-serif; /* Або ваш основний шрифт */
}

/* Шапка меню з лого та іконками */
.mobile-nav-header {
    background: #252324;
    padding: 15px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 2px solid #ffc20e; /* Золота лінія Garrett */
}

.mobile-nav-tools {
    display: flex;
    gap: 25px;
    align-items: center;
}

.mobile-nav-tools i {
    color: #fff;
    font-size: 22px;
    transition: color 0.3s;
}

.btn-close-menu {
    background: none;
    border: none;
    padding: 0;
    color: #fff;
    font-size: 26px;
}

/* Блок пошуку */
.mobile-search-box {
    background: #fff;
    padding: 20px;
    position: relative;
}

.mobile-search-input {
    width: 100%;
    border: none;
    border-bottom: 2px solid #333;
    font-size: 16px;
    font-weight: 600;
    padding: 10px 40px 10px 0;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.mobile-search-box i {
    position: absolute;
    right: 30px;
    top: 32px;
    font-size: 18px;
    color: #333;
}

/* Список категорій */
.mobile-category-list {
    list-style: none;
    padding: 0;
    margin: 0;
    overflow-y: auto; /* Щоб меню можна було скролити */
}

.mobile-cat-item {
    border-bottom: 1px solid #444;
}

.mobile-cat-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.mobile-cat-header a {
    flex-grow: 1;
    padding: 22px 20px;
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: background 0.3s;
}

.mobile-cat-header a:active {
    background: #444;
    color: #ffc20e;
}

.toggle-submenu {
    background: rgba(255, 255, 255, 0.03);
    border: none;
    border-left: 1px solid #444;
    color: #fff;
    padding: 22px;
    font-size: 16px;
}

.toggle-submenu.active {
    background: #ffc20e;
    color: #333;
}

/* Підкатегорії */
.mobile-submenu {
    display: none;
    list-style: none;
    padding: 0;
    background: #252324;
}

.mobile-submenu li a {
    display: block;
    padding: 15px 40px;
    color: #bbb;
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
    border-bottom: 1px solid #333;
}

.mobile-submenu li:last-child a {
    border-bottom: none;
}

/* Нижні кнопки (Dealer & Location) */
.mobile-nav-footer {
    padding: 30px 20px;
    background: #333132;
    margin-top: auto;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.btn-dealer-find {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border: 1px solid #fff;
    color: #fff;
    padding: 15px;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 14px;
    text-decoration: none;
    transition: all 0.3s;
}

.btn-dealer-find:hover {
    background: #fff;
    color: #333;
}

.btn-location-select {
    background: none;
    border: 1px solid #666;
    color: #fff;
    padding: 10px 20px;
    width: fit-content;
    font-weight: 700;
    font-size: 14px;
}



.checkout-page-wrapper {
	padding-top: 150px;
    background: #fdfdfd;
    padding-bottom: 80px;
}

.checkout-main-container {
    margin-top: 30px;
}

.checkout-section {
    background: #fff;
    padding: 40px;
    border: 1px solid #eee;
    box-shadow: 0 5px 15px rgba(0,0,0,0.03);
}

.checkout-step-title {
    font-weight: 900;
    text-transform: uppercase;
    font-size: 20px;
    color: #333132;
    margin-bottom: 25px;
    border-left: 4px solid #ffc20e;
    padding-left: 15px;
}

/* Стилізація полів введення */
.garrett-input {
    height: 55px;
    border: 2px solid #f0f0f0;
    border-radius: 0;
    font-weight: 600;
    padding: 10px 20px;
    transition: all 0.3s;
}

.garrett-input:focus {
    border-color: #ffc20e;
    box-shadow: none;
    outline: none;
}

.form-group label {
    font-weight: 800;
    text-transform: uppercase;
    font-size: 12px;
    color: #888;
    margin-bottom: 8px;
    display: block;
}

/* Бокова панель підсумку */
.order-summary-sidebar {
    background: #333132;
    color: #fff;
    padding: 30px;
    position: sticky;
    top: 20px;
}

.summary-title {
    font-weight: 900;
    text-transform: uppercase;
    color: #ffc20e;
    margin-bottom: 25px;
    border-bottom: 1px solid #444;
    padding-bottom: 15px;
}

.grand-total {
    display: flex;
    justify-content: space-between;
    font-size: 22px;
    font-weight: 900;
    margin: 20px 0;
    color: #fff;
}

.btn-garrett-confirm {
    width: 100%;
    background: #ffc20e;
    color: #333132;
    border: none;
    padding: 20px;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 16px;
    transition: all 0.3s;
}

.btn-garrett-confirm:hover {
    background: #e5af0d;
    transform: translateY(-2px);
}





/* Ціна */
.product-price-box {
    margin: 20px 0;
}
.price-regular, .price-special {
    font-size: 24px;
    font-weight: 900;
    color: #333132;
}
.price-old {
    text-decoration: line-through;
    color: #888;
    font-size: 18px;
    margin-right: 10px;
}

/* Кнопка купити та Кількість */
.buy-action-wrapper {
    display: flex;
    gap: 15px;
    margin: 30px 0;
}
.quantity-control {
    display: flex;
    
    height: 55px;
}
.btn-qty {
    background: none;
    border: none;
    width: 40px;
    font-weight: bold;
    font-size: 20px;
}
.qty-input {
    width: 50px;
    text-align: center;
    border: none !important;
    font-weight: 800;
    box-shadow: none !important;
}
.btn-garrett-cart {
    flex-grow: 1;
    background: #ffc20e;
    border: none;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 16px;
    transition: 0.3s;
}
.btn-garrett-cart:hover { background: #333132; color: #ffc20e; }

/* Таби */
.product-info-tabs { margin-top: 60px; }
.custom-tabs { border-bottom: 2px solid #333132; }
.custom-tabs li a {
    border-radius: 0 !important;
    font-weight: 800;
    text-transform: uppercase;
    color: #333;
    border: none !important;
}
.custom-tabs li.active a { background: #333132 !important; color: #ffc20e !important; }

/* Картки схожих товарів */
.related-products { margin-top: 80px; }
.product-card {
    text-align: center;
    padding: 15px;
    border: 1px solid #eee;
    transition: 0.3s;
}
.product-card:hover { box-shadow: 0 10px 20px rgba(0,0,0,0.1); }
.btn-related-add {
    width: 100%;
    background: #333132;
    color: #fff;
    border: none;
    padding: 10px;
    font-weight: 700;
    text-transform: uppercase;
}



/* Контейнер секції */
.related-products {
    margin-top: 80px;
    padding-top: 40px;
    border-top: 1px solid #eee;
}

.related-products .section-title {
    font-weight: 900;
    text-transform: uppercase;
    font-size: 24px;
    color: #333132;
    margin-bottom: 30px;
    letter-spacing: 1px;
}

/* Сама картка товару */
.product-card {
    background: #fff;
    border: 1px solid #e1e1e1;
    padding: 0; /* Прибираємо внутрішні відступи для картинки */
    margin-bottom: 30px;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.product-card:hover {
    box-shadow: 0 15px 30px rgba(0,0,0,0.1);
    border-color: #ffc20e;
    transform: translateY(-5px);
}

/* Блок з фото */
.product-card .image {
    padding: 20px;

    position: relative;
    overflow: hidden;
}

.product-card .image img {
    transition: transform 0.5s ease;
    margin: 0 auto;
}

.product-card:hover .image img {
    transform: scale(1.05);
}

/* Інформаційна частина */
.product-card .caption {
    padding: 20px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    text-align: center;
}

.product-card .caption h4 {
    margin: 0 0 10px 0;
    height: 44px; /* Обмежуємо висоту для рівності карток */
    overflow: hidden;
}

.product-card .caption h4 a {
    color: #333132;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 15px;
    text-decoration: none;
    transition: color 0.3s;
    line-height: 1.2;
}

.product-card:hover .caption h4 a {
    color: #ffc20e;
}

/* Ціна */
.product-card .price {
    font-size: 20px;
    font-weight: 900;
    color: #333132;
    margin: 10px 0 20px 0;
}

/* Кнопка "В кошик" */
.btn-related-add {
    background: #333132;
    color: #fff;
    border: none;
    padding: 14px;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 1px;
    margin-top: auto; /* Притискаємо до низу */
    transition: all 0.3s;
    cursor: pointer;
}

.btn-related-add:hover {
    background: #ffc20e;
    color: #333132;
}

/* Адаптація для мобільних */
@media (max-width: 767px) {
    .related-products .section-title {
        font-size: 20px;
        text-align: center;
    }
}



.product-sidebar-description {
    margin-top: 40px;
    padding-top: 30px;

}

.sidebar-desc-title {
    font-weight: 900;
    text-transform: uppercase;
    font-size: 18px;
    color: #333132;
    margin-bottom: 15px;
    letter-spacing: 0.5px;
}

.description-content {
    font-size: 15px;
    line-height: 1.6;
    color: #555;
}

.description-content p {
    margin-bottom: 15px;
}

/* Якщо в описі будуть списки (ul/li), теж їх стилізуємо */
.description-content ul {
    padding-left: 20px;
    list-style-type: square;
}

.description-content li {
    margin-bottom: 8px;
}


@media (max-width: 767px) {
    .breadcrumb-wrapper {
        padding: 10px 0;
        background: #fdfdfd;
        border-bottom: 1px solid #eee;
        overflow: hidden; /* Ховаємо те, що вилазить */
    }

    .breadcrumb-custom {
        display: flex;
        flex-wrap: nowrap; /* Забороняємо перенос рядків */
        overflow-x: auto; /* Дозволяємо прокрутку вправо-вліво */
        -webkit-overflow-scrolling: touch; /* Плавний скрол на iPhone */
        padding: 5px 15px;
        margin: 0;
        list-style: none;
        align-items: center;
    }

    /* Приховуємо смугу прокрутки, щоб виглядало акуратно */
    .breadcrumb-custom::-webkit-scrollbar {
        display: none;
    }

    .breadcrumb-item-custom {
        white-space: nowrap; /* Текст не переноситься на новий рядок */
        font-size: 13px; /* Трохи менший шрифт для мобільних */
        display: flex;
        align-items: center;
    }

    .breadcrumb-item-custom a, 
    .breadcrumb-current {
        font-weight: 700;
        text-transform: uppercase;
        color: #333132;
        letter-spacing: 0.5px;
    }

    .breadcrumb-current {
        color: #888; /* Остання крихта (назва товару) зазвичай світліша */
        padding-right: 20px; /* Відступ в кінці, щоб текст не прилипав до краю */
    }

    .breadcrumb-separator {
        padding: 0 8px;
        color: #ccc;
    }

    .breadcrumb-back-arrow {
        position: sticky; /* Стрілка "Назад" завжди зліва при скролі */
        left: 0;
        background: #fdfdfd;
        padding-right: 15px;
        z-index: 2;
    }
}