body {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #666;
	font-size: 12px;
	line-height: 20px;
	width: 100%;
}
h1, h2, h3, h4, h5, h6 {
	color: #444;
}
/* default font size */
.fa {
	font-size: 14px;
}
/* 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 {
    background: linear-gradient(135deg,#2c3e50,#34495e);
    border: none;
    border-radius: 12px;
    height: 46px;
    color: #fff;
    font-weight: 600;
}
#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;
}
#product-category #content, #product-product #tab-description, #information-information #content {
	font-size: 13px;
}
/* footer */
footer {
	margin-top: 30px;
	padding-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;
}
.alert > .close {
	position: relative;
	top: -2px;
	right: 0px;
	color: inherit;
}
/* 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);
}
html[dir=rtl] .breadcrumb > li::after {
  top: -3px;
  left: -5px;
  width: 26px;
  height: 26px;
  border-left: 1px solid #DDD;
  border-top: 1px solid #DDD;
  right: unset;
  border-right: unset;
  border-bottom:unset;

}
.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: 6px;
}
.rating .fa-stack {
	font-size: 8px;
}
.rating .fa-star,
.rating .fa-star-o {
	font-size: 11px !important;
	line-height: 1 !important;
}
.rating .fa-star {
	color: #FC0;
}
.rating .fa-star-o {
	color: #999;
}
.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;
}
html[dir=rtl] .checkbox input[type="checkbox"],
html[dir=rtl] .checkbox-inline input[type="checkbox"],
html[dir=rtl] .radio input[type="radio"],
html[dir=rtl] .radio-inline input[type="radio"] {
    position: absolute;
    margin-top: 4px\9;
    margin-right: -20px;
      margin-left: unset;
}
html[dir=rtl] .input-group-btn:last-child > .btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
html[dir=rtl] .input-group .form-control:first-child {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-left-radius: unset;
    border-bottom-left-radius: unset;
}
html[dir=rtl] .container .row:first-child  .col-sm-4, html[dir=rtl] .container .row:first-child  .col-sm-5 {
  float: right;

}
html[dir=rtl] #cart .dropdown-menu {
  left: 0;
  right: auto;

}
@media (min-width: 768px) {
   
    html[dir=rtl] .navbar-nav {
        float: right;
        margin: 0;
    }
    
    html[dir=rtl] .navbar-nav > li {
        float: right;
    }
   
}

/* =========================================================
   JOYOFFICE FINAL CLEAN STYLE
   ========================================================= */

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800;900&display=swap');

:root {
    --joy-navy:#172536;
    --joy-dark:#10233d;
    --joy-text:#1f2d3d;
    --joy-muted:#6b7280;
    --joy-border:#e5edf3;
    --joy-bg:#f4f7fa;
    --joy-cyan:#00b8c8;
    --joy-cyan-dark:#0097a7;
    --joy-orange:#ff6b00;
}

body {
    font-family:'Montserrat','Open Sans',Arial,sans-serif;
    background:var(--joy-bg);
    color:var(--joy-text);
}

a { transition:all .2s ease; }

/* TOP BAR */

#top {
    background:#fff !important;
    border-bottom:1px solid #eef2f6 !important;
    margin:0 !important;
    min-height:34px !important;
    padding:0 !important;
}

#top .container {
    min-height:34px !important;
    display:flex;
    align-items:center;
}

#top .container::before {
    content:none !important;
    display:none !important;
}

.joy-top-message {
    font-size:13px;
    font-weight:700;
    color:#5f6f82;
    line-height:34px;
    white-space:nowrap;
}

/* HEADER DESKTOP */

.joy-site-header,
header {
    background:#fff;
    padding:18px 0 !important;
    border-bottom:1px solid #f0f3f6;
}

.joy-header-row {
    display:flex;
    align-items:center;
    gap:22px;
}

.joy-header-logo {
    flex:0 0 270px;
    margin:0 !important;
}

.joy-header-logo img,
#logo img {
    max-height:62px !important;
    width:auto;
}

.joy-header-search { flex:1; }

.joy-header-search #search,
#search {
    margin:0 !important;
    padding:0 !important;
}

#search .input-lg {
    height:48px !important;
    border-radius:10px 0 0 10px;
    border:1px solid #dfe6e9;
    box-shadow:none;
    font-size:14px;
    font-weight:500;
}

#search .form-control:focus {
    border-color:var(--joy-cyan);
    box-shadow:0 0 0 .15rem rgba(0,184,200,.15);
}

#search .btn-lg {
    height:48px !important;
    width:64px;
    padding:0;
    border-radius:0 10px 10px 0;
    background:var(--joy-cyan);
    border-color:var(--joy-cyan);
    color:#fff;
    text-shadow:none;
}

#search .btn-lg:hover {
    background:var(--joy-cyan-dark);
    border-color:var(--joy-cyan-dark);
}

.joy-header-icons {
    flex:0 0 auto;
    display:flex;
    align-items:center;
    gap:18px;
}

.joy-header-icons a {
    color:var(--joy-navy) !important;
    font-size:22px !important;
    padding:0 2px;
    text-decoration:none;
}

.joy-header-icons a:hover { color:var(--joy-cyan) !important; }

.joy-header-icons .dropdown-menu {
    min-width:180px !important;
    padding:6px 0 !important;
    border:1px solid #e8eef4;
    border-radius:10px;
    box-shadow:0 12px 30px rgba(23,37,54,.10);
}

.joy-header-icons .dropdown-menu > li > a {
    font-size:12px !important;
    font-weight:600 !important;
    padding:10px 15px !important;
    line-height:1.4 !important;
    color:#2c3e50 !important;
}

.joy-header-icons .dropdown-menu > li > a:hover {
    background:#f5f8fb !important;
    color:var(--joy-cyan) !important;
}

.joy-header-cart { flex:0 0 auto; }

.joy-header-cart #cart {
    margin:0 !important;
    position:relative !important;
    width:auto !important;
}

#cart > .btn {
    height:48px !important;
    min-width:170px !important;
    padding:0 18px !important;
    border-radius:10px !important;
    background:#fff !important;
    border:1px solid #dfe6e9 !important;
    color:#2c3e50 !important;
    font-weight:800;
    text-shadow:none !important;
    box-shadow:none !important;
}

#cart > .btn:hover,
#cart.open > .btn {
    background:#f8fafc !important;
    color:var(--joy-navy) !important;
}

#cart .dropdown-menu {
    top:100% !important;
    right:0 !important;
    left:auto !important;
    z-index:9999 !important;
    min-width:340px !important;
    border:1px solid #e8eef4;
    border-radius:12px;
    box-shadow:0 16px 40px rgba(23,37,54,.14);
    background:#fff !important;
}

#cart .dropdown-menu li > div { min-width:100% !important; }

.joy-cart-actions {
    display:flex;
    gap:10px;
    justify-content:flex-end;
}

/* DESKTOP MENU */

#menu {
    background:#fff !important;
    border:none !important;
    border-bottom:1px solid #ececec !important;
    border-radius:0 !important;
    box-shadow:none !important;
    margin-bottom:22px !important;
    min-height:auto;
}

#menu .navbar-header { display:none; }

#menu .navbar-collapse {
    padding-left:0;
    padding-right:0;
}

#menu .nav {
    display:flex;
    justify-content:center;
    align-items:center;
    width:100%;
}

#menu .nav > li {
    float:none;
    position:relative;
}

#menu .nav > li > a {
    background:transparent !important;
    border:none !important;
    color:#111 !important;
    font-family:'Montserrat',Arial,sans-serif;
    font-size:12px;
    font-weight:800;
    text-transform:uppercase;
    letter-spacing:.35px;
    padding:18px 20px !important;
    line-height:1;
    text-shadow:none !important;
    position:relative;
}

#menu .nav > li:not(:last-child)::after {
    content:"";
    position:absolute;
    right:0;
    top:50%;
    transform:translateY(-50%);
    width:1px;
    height:18px;
    background:#d8d8d8;
}

#menu .nav > li > a:hover,
#menu .nav > li.open > a {
    background:transparent !important;
    color:var(--joy-cyan) !important;
}

#menu .dropdown-menu {
    border-radius:0 0 12px 12px;
    border:1px solid #ececec;
    box-shadow:0 12px 28px rgba(0,0,0,.08);
}

/* HOME */

.common-home .container {
    background:transparent !important;
    border-radius:0 !important;
    padding-left:15px;
    padding-right:15px;
}

.swiper-viewport {
    border:1px solid #e6edf3 !important;
    border-radius:12px !important;
    overflow:hidden !important;
    box-shadow:0 10px 28px rgba(31,45,61,.06) !important;
    margin-bottom:12px !important;
    background:#fff !important;
}

#common-home .swiper-viewport,
#common-home #slideshow0,
#common-home #slideshow0 .swiper-container,
#common-home #slideshow0 .swiper-wrapper,
#common-home #slideshow0 .swiper-slide {
    width:100% !important;
    max-width:100% !important;
    height:auto !important;
    min-height:0 !important;
}

#common-home #slideshow0 img,
.swiper-viewport img {
    width:100% !important;
    height:auto !important;
    max-height:none !important;
    object-fit:contain !important;
    display:block !important;
}

.swiper-pagination { bottom:8px !important; }
.swiper-pagination-bullet-active { background:var(--joy-cyan) !important; }

/* MINI TRUST */

.joy-mini-trust {
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:12px;
    margin:12px 0 18px;
}

.joy-mini-trust div,
.joy-whatsapp-box {
    background:#fff;
    border:1px solid var(--joy-border);
    border-radius:12px;
    padding:14px 12px;
    text-align:center;
    color:var(--joy-dark) !important;
    font-weight:800;
    box-shadow:0 8px 20px rgba(23,37,54,.04);
    text-decoration:none !important;
    display:block;
    transition:all .25s ease;
}

.joy-mini-trust i,
.joy-whatsapp-box i {
    color:var(--joy-cyan);
    margin-right:8px;
}

.joy-whatsapp-box i { color:#25D366; }

/* CATEGORY BLOCKS */

.joy-home-categories {
    margin:12px 0 34px !important;
    padding-top:0 !important;
    border-top:none !important;
}

.joy-home-title { display:none !important; }

.joy-category-grid {
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:18px;
}

.joy-category-box {
    background:#fff;
    border:1px solid #e7edf3;
    border-radius:18px;
    padding:26px 24px;
    text-align:center;
    transition:all .25s ease;
    text-decoration:none !important;
    position:relative;
    overflow:hidden;
    display:flex;
    flex-direction:column;
    height:100%;
}

.joy-category-box:hover {
    transform:translateY(-6px);
    box-shadow:0 18px 40px rgba(23,37,54,.08);
    border-color:var(--joy-cyan);
}

.joy-category-icon {
    width:100%;
    height:180px;
    border-radius:16px;
    overflow:hidden;
    margin:0 auto 20px;
    background:#f7f8fa;
}

.joy-category-icon img {
    width:100%;
    height:100%;
    object-fit:cover;
    transition:all .3s ease;
}

.joy-category-box:hover .joy-category-icon img { transform:scale(1.04); }

.joy-category-box h3 {
    font-size:21px;
    font-weight:800;
    color:var(--joy-navy);
    margin:0 0 10px;
    line-height:1.3;
}

.joy-category-box p {
    color:var(--joy-muted);
    font-size:14px;
    line-height:1.7;
    margin:0;
}

.joy-category-box:last-child {
    background:#071b3b;
    border:none;
}

.joy-category-box:last-child h3,
.joy-category-box:last-child p { color:#fff; }

/* PRODUCT CARDS */

.product-layout { overflow:visible !important; }

.product-thumb {
    background:#fff !important;
    border:1px solid #e5e7eb !important;
    border-radius:16px !important;
    overflow:hidden !important;
    box-shadow:none !important;
    transition:all .2s ease !important;
    margin-bottom:20px !important;
    height:auto !important;
    min-height:0 !important;
}

.product-thumb:hover {
    border-color:var(--joy-orange) !important;
    box-shadow:0 8px 22px rgba(15,23,42,.08) !important;
    transform:translateY(-2px);
}

.product-thumb .image {
    padding:18px 18px 6px !important;
    text-align:center !important;
    background:#fff !important;
    float:none !important;
}

.product-thumb .image img {
    max-height:170px !important;
    width:auto !important;
    margin:0 auto !important;
    object-fit:contain !important;
}

.product-thumb .caption {
    padding:8px 20px 0 !important;
    margin:0 !important;
    min-height:0 !important;
    height:auto !important;
}

.product-list .product-thumb .caption { margin-left:0 !important; }
.product-thumb h4 { margin:0 0 10px !important; line-height:1.3 !important; }

.product-thumb h4 a {
    color:#071326 !important;
    font-size:16px !important;
    line-height:1.3 !important;
    font-weight:800 !important;
}

.product-thumb h4 a:hover { color:var(--joy-orange) !important; }

.product-thumb .caption p {
    color:#5f6f82 !important;
    font-size:13px !important;
    line-height:1.55 !important;
    margin:0 0 10px !important;
}

.product-thumb .price {
    color:var(--joy-orange) !important;
    font-size:17px !important;
    font-weight:800 !important;
    line-height:1.15 !important;
    margin:0 !important;
}

.product-thumb .price-old {
    color:#8a8f98 !important;
    text-decoration:line-through !important;
    margin-left:8px !important;
    font-size:13px !important;
}

.product-thumb .price-tax {
    display:block !important;
    color:var(--joy-orange) !important;
    font-size:12px !important;
    font-weight:400 !important;
    margin:2px 0 8px !important;
}

.product-thumb .button-group {
    display:flex !important;
    align-items:center !important;
    gap:8px !important;
    padding:0 20px 20px !important;
    margin:0 !important;
    border:0 !important;
    background:transparent !important;
    overflow:hidden !important;
}

.product-thumb .button-group button {
    float:none !important;
    display:inline-flex !important;
    align-items:center !important;
    justify-content:center !important;
    height:40px !important;
    line-height:40px !important;
    border-radius:9px !important;
    border:1px solid #e5e7eb !important;
    background:#f8fafc !important;
    color:#6b7280 !important;
    box-shadow:none !important;
    text-shadow:none !important;
    padding:0 10px !important;
    margin:0 !important;
    text-transform:uppercase !important;
}

.product-thumb .button-group button:first-child {
    flex:1 1 auto !important;
    width:auto !important;
    background:var(--joy-orange) !important;
    border-color:var(--joy-orange) !important;
    color:#fff !important;
    font-size:12px !important;
    font-weight:800 !important;
    white-space:nowrap !important;
}

.product-thumb .button-group button:first-child:hover {
    background:#e65f00 !important;
    border-color:#e65f00 !important;
}

.product-thumb .button-group button + button {
    flex:0 0 40px !important;
    width:40px !important;
    min-width:40px !important;
    max-width:40px !important;
    padding:0 !important;
}

.product-thumb .button-group button + button:hover {
    background:#fff3e8 !important;
    border-color:var(--joy-orange) !important;
    color:var(--joy-orange) !important;
}

/* FLASH PRODUCTS */

.joy-flash-section {
    background:linear-gradient(135deg,#ff6b00,#f59e0b);
    border-radius:20px;
    padding:28px;
    margin:36px 0;
}

.joy-flash-head {
    display:flex;
    align-items:center;
    justify-content:space-between;
    margin-bottom:24px;
}

.joy-flash-title {
    background:#fff;
    color:#172536;
    font-size:20px;
    font-weight:900;
    padding:10px 22px;
    border-radius:999px;
}

.joy-flash-all {
    color:#fff !important;
    font-weight:800;
}

.joy-flash-grid {
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:22px;
}

.joy-flash-card {
    background:#fff;
    border-radius:16px;
    padding:18px;
    position:relative;
}

.joy-flash-badge {
    position:absolute;
    top:14px;
    left:14px;
    background:var(--joy-orange);
    color:#fff;
    font-size:11px;
    font-weight:900;
    padding:6px 10px;
    border-radius:999px;
}

.joy-flash-card img {
    width:100%;
    height:190px;
    object-fit:contain;
    margin-bottom:14px;
}

.joy-flash-card h4 a {
    color:#172536;
    font-size:14px;
    font-weight:800;
}

.joy-flash-price del {
    display:block;
    color:#9ca3af;
    font-size:13px;
}

.joy-flash-price strong {
    color:var(--joy-orange);
    font-size:18px;
    font-weight:900;
}

.joy-flash-card button {
    width:100%;
    height:42px;
    border:none;
    border-radius:10px;
    background:var(--joy-orange);
    color:#fff;
    font-weight:900;
    margin-top:12px;
}

/* FOOTER */

footer,
.joy-footer {
    background:var(--joy-navy) !important;
    color:#d7e0ea !important;
    margin-top:45px;
    padding:0 !important;
    border:none !important;
}

.joy-footer-trust {
    background:#fff;
    color:#4b5563;
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:0;
    border-top:1px solid #edf1f5;
    border-bottom:1px solid #edf1f5;
    padding:18px 70px;
    font-size:14px;
    font-weight:700;
}

.joy-footer-trust div { text-align:center; }
.joy-footer-trust i { color:var(--joy-cyan); font-size:20px; margin-right:8px; }

.joy-footer-main {
    display:grid;
    grid-template-columns:1.1fr 1.1fr 1.2fr 1fr 1.4fr;
    gap:48px;
    padding:38px 0 32px;
}

.joy-footer-col h5 {
    color:#fff;
    font-size:16px;
    font-weight:800;
    margin:0 0 18px;
}

.joy-footer-col a {
    display:block;
    color:#c9d3df;
    font-size:14px;
    line-height:1.9;
    text-decoration:none;
}

.joy-footer-col a:hover { color:var(--joy-cyan); }

.joy-footer-social {
    border-left:1px solid rgba(255,255,255,.12);
    padding-left:36px;
}

.joy-socials {
    display:flex;
    gap:10px;
    margin-bottom:22px;
}

.joy-socials a {
    width:42px;
    height:42px;
    border-radius:50%;
    background:rgba(255,255,255,.10);
    display:flex;
    align-items:center;
    justify-content:center;
    color:#fff;
}

.joy-socials a:hover {
    background:var(--joy-cyan);
    color:#fff;
}

.joy-payments {
    display:flex;
    gap:10px;
    align-items:center;
    flex-wrap:wrap;
    margin-top:8px;
}

.joy-payments strong {
    background:#fff;
    color:var(--joy-navy) !important;
    font-size:13px;
    line-height:1;
    padding:8px 12px;
    border-radius:6px;
    font-weight:800;
}

.joy-footer-bottom {
    border-top:1px solid rgba(255,255,255,.12);
    padding:18px 0;
    display:flex;
    justify-content:space-between;
    color:#b7c3cf;
    font-size:13px;
}

footer hr,
footer .list-unstyled { display:none !important; }

/* PRODUCT DETAIL MOBILE */

@media (max-width:768px) {
    #product-product { padding:0 10px; }
    #product-product .breadcrumb { font-size:12px; padding:10px 12px; overflow-x:auto; white-space:nowrap; }
    #product-product .row { display:block; }
    #product-product .col-sm-8,
    #product-product .col-sm-4 { width:100%; float:none; }
    #product-product .thumbnails { padding:10px; margin-bottom:16px; }
    #product-product .thumbnails img { max-height:360px; width:auto; margin:0 auto; }
    #product-product h1 { font-size:24px !important; line-height:1.25; margin:14px 0; }
    #product-product h2 { font-size:28px !important; }
    #product-product #input-quantity,
    #product-product #button-cart { height:48px; border-radius:10px; }
    #product-product #button-cart { font-size:16px; background:var(--joy-orange); border-color:var(--joy-orange); }
    #product-product .nav-tabs { display:flex; overflow-x:auto; white-space:nowrap; border-bottom:0; gap:6px; margin-top:20px; }
    #product-product .nav-tabs > li { float:none; display:inline-block; }
    #product-product .nav-tabs > li > a { border-radius:10px; padding:10px 14px; font-size:13px; }
    #product-product .tab-content { padding:16px; font-size:14px; line-height:1.7; }
}

/* TABLET */

@media (max-width:991px) {
    .joy-category-grid { grid-template-columns:repeat(2,1fr); gap:16px; }
    .joy-category-icon { height:170px; }
    .joy-mini-trust { grid-template-columns:repeat(2,1fr); }
    .joy-flash-grid { grid-template-columns:repeat(2,1fr); }
    .joy-footer-trust,
    .joy-footer-main { grid-template-columns:repeat(2,1fr); }
    .joy-footer-social { border-left:none; padding-left:0; }
}

/* MOBILE FINAL */

@media (max-width:767px) {
    body.joy-menu-open,
    body.joy-cart-open { overflow:hidden; }

    #top { display:none !important; }

    .joy-site-header,
    header {
        position:sticky;
        top:0;
        z-index:1000;
        padding:10px 0 !important;
        background:#fff;
        border-bottom:1px solid #edf1f5;
    }

    .joy-header-row {
        display:grid !important;
        grid-template-columns:48px 1fr 48px !important;
        grid-template-rows:auto auto !important;
        align-items:center;
        gap:10px;
    }

    .joy-header-logo {
        grid-column:1 / 4 !important;
        grid-row:1 !important;
        flex:none;
        width:100% !important;
        text-align:center !important;
        margin:0 !important;
    }

    .joy-header-logo img,
    #logo img {
        max-height:42px !important;
        width:auto !important;
        margin:0 auto;
    }

    .joy-mobile-menu-open,
    .joy-mobile-cart-open {
        display:flex !important;
        align-items:center;
        justify-content:center;
        width:48px !important;
        height:48px !important;
        border:none;
        border-radius:12px;
        background:var(--joy-navy);
        color:#fff;
        font-size:20px;
        padding:0;
        position:static !important;
    }

    .joy-mobile-menu-open {
        grid-column:1 !important;
        grid-row:2 !important;
    }

    .joy-mobile-cart-open {
        grid-column:3 !important;
        grid-row:2 !important;
    }

    .joy-header-search {
        grid-column:2 !important;
        grid-row:2 !important;
        width:100% !important;
        margin:0 !important;
        padding:0 !important;
    }

    .joy-header-search #search {
        margin:0 !important;
        padding:0 !important;
    }

    .joy-header-search #search .input-group {
        width:100% !important;
    }

    .joy-header-search #search .input-lg,
    .joy-header-search #search .btn-lg {
        height:48px !important;
    }

    .joy-header-search #search .input-lg {
        font-size:13px;
        border-radius:12px 0 0 12px !important;
    }

    .joy-header-search #search .btn-lg {
        width:50px;
        border-radius:0 12px 12px 0 !important;
    }

    .joy-header-icons,
    .joy-header-cart {
        display:none !important;
    }

    .joy-mobile-overlay {
        position:fixed;
        inset:0;
        background:rgba(0,0,0,.45);
        z-index:1998;
        opacity:0;
        visibility:hidden;
        transition:.25s ease;
    }

    body.joy-menu-open .joy-mobile-overlay,
    body.joy-cart-open .joy-mobile-overlay {
        opacity:1;
        visibility:visible;
    }

    .joy-menu-container {
        width:100%;
        padding:0;
    }

    #menu {
        margin:0 !important;
        border:none !important;
        background:transparent !important;
    }

    #menu .navbar-header { display:none !important; }

    #menu .navbar-collapse,
    #menu .joy-mobile-drawer {
        position:fixed !important;
        top:0;
        left:-86%;
        width:86%;
        max-width:350px;
        height:100vh !important;
        background:#fff;
        z-index:1999;
        display:block !important;
        overflow-y:auto;
        padding:0 !important;
        box-shadow:18px 0 45px rgba(0,0,0,.18);
        transition:left .25s ease;
        margin:0 !important;
        border:0 !important;
    }

    body.joy-menu-open #menu .navbar-collapse,
    body.joy-menu-open #menu .joy-mobile-drawer {
        left:0;
    }

    .joy-drawer-head {
        height:60px;
        display:flex;
        align-items:center;
        justify-content:space-between;
        padding:0 18px;
        border-bottom:1px solid #edf1f5;
        color:var(--joy-navy);
        font-size:18px;
        font-weight:900;
    }

    .joy-drawer-close {
        width:36px;
        height:36px;
        border:none;
        border-radius:10px;
        background:#f3f6f9;
        color:var(--joy-navy);
        font-size:16px;
    }

    .joy-mobile-account {
        background:#f8fafc;
        border-bottom:1px solid #edf2f7;
        padding:12px;
    }

    .joy-mobile-account a {
        display:block;
        padding:12px 14px;
        margin-bottom:8px;
        background:#fff;
        border:1px solid #edf1f5;
        border-radius:10px;
        color:var(--joy-navy) !important;
        font-size:14px;
        font-weight:800;
        text-decoration:none;
    }

    .joy-mobile-account a:last-child { margin-bottom:0; }
    .joy-mobile-account i { width:20px; color:var(--joy-cyan); }

    #menu .nav {
        display:block !important;
        width:100%;
        margin:0;
    }

    #menu .nav > li {
        display:block;
        width:100%;
        float:none;
    }

    #menu .nav > li::after { display:none !important; }

    #menu .nav > li > a {
        display:block;
        padding:15px 20px !important;
        font-size:15px !important;
        font-weight:800 !important;
        color:var(--joy-navy) !important;
        border-bottom:1px solid #edf1f5 !important;
        text-transform:none !important;
        letter-spacing:0;
        position:relative;
    }

    #menu .dropdown-menu {
        display:none !important;
        position:static !important;
        float:none !important;
        width:100% !important;
        border:none !important;
        box-shadow:none !important;
        background:#f8fafc !important;
        padding:0 !important;
        margin:0 !important;
    }

    #menu .dropdown.open > .dropdown-menu {
        display:block !important;
    }

    #menu .dropdown > a:after {
        content:"+";
        position:absolute;
        right:20px;
        top:50%;
        transform:translateY(-50%);
        font-size:20px;
        font-weight:800;
        color:var(--joy-cyan);
    }

    #menu .dropdown.open > a:after {
        content:"−";
    }

    #menu .dropdown-inner,
    #menu .dropdown-inner ul {
        display:block !important;
        width:100%;
    }

    #menu .dropdown-inner a,
    #menu .see-all {
        display:block;
        padding:12px 35px !important;
        color:#5f6f82 !important;
        font-size:13px !important;
        border-bottom:1px solid #edf1f5;
    }

    .joy-mobile-cart-panel {
        position:fixed !important;
        top:0;
        right:-88%;
        width:88%;
        max-width:370px;
        height:100vh;
        background:#fff;
        z-index:1999;
        display:block !important;
        box-shadow:-18px 0 45px rgba(0,0,0,.18);
        transition:right .25s ease;
        overflow-y:auto;
    }

    body.joy-cart-open .joy-mobile-cart-panel {
        right:0;
    }

    .joy-mobile-cart-panel #cart {
        display:block !important;
        position:static !important;
        width:100% !important;
        margin:0 !important;
        padding:14px;
    }

    .joy-mobile-cart-panel #cart > .btn {
        width:100% !important;
        min-width:100% !important;
        height:48px !important;
        margin-bottom:12px;
        background:var(--joy-navy) !important;
        color:#fff !important;
        border:none !important;
        border-radius:12px !important;
        font-size:14px !important;
    }

    .joy-mobile-cart-panel #cart .dropdown-menu {
        display:block !important;
        position:static !important;
        float:none !important;
        width:100% !important;
        min-width:100% !important;
        max-height:none !important;
        box-shadow:none !important;
        border:none !important;
        background:#fff !important;
        padding:0 !important;
    }

    .joy-mobile-cart-panel #cart .dropdown-menu li > div {
        min-width:100% !important;
        padding:0 !important;
    }

    .joy-mobile-cart-panel .table { font-size:12px; }

    .joy-cart-actions {
        flex-direction:column;
        gap:8px;
        text-align:center;
    }

    .joy-cart-actions a {
        display:block;
        padding:10px;
        border-radius:10px;
        background:#f3f6f9;
        color:var(--joy-navy);
    }

    .swiper-viewport { display:none !important; }

    .joy-mini-trust {
        display:flex !important;
        flex-wrap:nowrap !important;
        overflow-x:auto !important;
        overflow-y:hidden !important;
        gap:10px !important;
        padding-bottom:8px !important;
        -webkit-overflow-scrolling:touch;
        scrollbar-width:none;
        margin:12px 0 14px;
    }

    .joy-mini-trust::-webkit-scrollbar { display:none; }

    .joy-mini-trust > div,
    .joy-mini-trust > a,
    .joy-whatsapp-box {
        flex:0 0 220px !important;
        min-width:220px !important;
        border-radius:14px !important;
        padding:16px 14px !important;
        background:#fff !important;
        border:1px solid #e8edf3 !important;
        box-shadow:0 4px 12px rgba(0,0,0,.05);
        font-size:12px;
    }

    .joy-mini-trust i,
    .joy-whatsapp-box i {
        font-size:18px !important;
        margin-right:8px !important;
    }

    .joy-home-categories {
        margin-top:12px !important;
        margin-bottom:26px !important;
    }

    .joy-home-categories::before {
        content:"Kategoriler";
        display:flex;
        align-items:center;
        justify-content:space-between;
        font-size:18px;
        font-weight:900;
        color:var(--joy-navy);
        margin:6px 0 12px;
    }

    .joy-home-categories::after {
        content:"Tümünü Gör";
        display:block;
        text-align:right;
        font-size:12px;
        font-weight:800;
        color:var(--joy-cyan);
        margin-top:10px;
    }

    .joy-category-grid {
        grid-template-columns:1fr;
        gap:14px;
    }

    .joy-category-box {
        padding:16px !important;
        border-radius:14px;
    }

    .joy-category-icon {
        height:auto !important;
        margin-bottom:14px;
        background:#fff !important;
    }

    .joy-category-icon img {
        width:100% !important;
        height:auto !important;
        object-fit:contain !important;
        display:block !important;
    }

    .joy-category-box h3 {
        font-size:20px;
        margin-bottom:6px;
    }

    .joy-category-box p { font-size:13px; }

    .product-thumb .image img { max-height:150px !important; }

    .joy-flash-section { padding:18px; }
    .joy-flash-head { flex-direction:column; gap:12px; }
    .joy-flash-grid { grid-template-columns:1fr; }

    .joy-footer-trust,
    .joy-footer-main { grid-template-columns:1fr; }

    .joy-footer-trust {
        padding:18px 20px;
        gap:14px;
    }

    .joy-footer-bottom {
        flex-direction:column;
        gap:8px;
        text-align:center;
    }

    body {
        padding-bottom:70px !important;
    }

    .joy-mobile-bottom-menu {
        position:fixed;
        left:0;
        right:0;
        bottom:0;
        height:65px;
        background:#fff;
        border-top:1px solid #e8edf3;
        display:flex !important;
        z-index:9999;
        box-shadow:0 -5px 20px rgba(0,0,0,.08);
    }

    .joy-mobile-bottom-menu a {
        flex:1;
        display:flex;
        flex-direction:column;
        align-items:center;
        justify-content:center;
        text-decoration:none;
        color:#5f6f82;
        font-size:10px;
        font-weight:700;
    }

    .joy-mobile-bottom-menu a i {
        font-size:20px;
        margin-bottom:4px;
    }

    .joy-mobile-bottom-menu a:hover,
    .joy-mobile-bottom-menu a:focus {
        color:var(--joy-cyan);
    }
}
@media(max-width:767px){

    .joy-account-menu{
        display:none;
        padding-top:8px;
    }

    .joy-mobile-account.open .joy-account-menu{
        display:block;
    }

    .joy-account-toggle{
        position:relative;
    }

    .joy-account-toggle:after{
        content:"+";
        position:absolute;
        right:14px;
        font-size:20px;
        font-weight:800;
        color:#00b8c8;
    }

    .joy-mobile-account.open .joy-account-toggle:after{
        content:"−";
    }

    .joy-account-menu a{
        margin-left:12px;
        background:#f8fafc !important;
    }
}
/* DESKTOP SLIDER PREMIUM FIX */

@media (min-width:768px){

    #common-home .swiper-viewport{
        max-width:100% !important;
        width:100% !important;
        margin:0 auto 18px !important;
        border-radius:14px !important;
        background:#fff !important;
    }

    #common-home #slideshow0 img{
        width:100% !important;
        height:auto !important;
        object-fit:contain !important;
    }

    #common-home #slideshow0,
    #common-home #slideshow0 .swiper-wrapper,
    #common-home #slideshow0 .swiper-slide{
        height:auto !important;
    }
}
/* PRODUCT DETAIL PREMIUM */

#product-product .row {
    align-items: flex-start;
}

#product-product .thumbnails {
    background: #fff;
    border: 1px solid #e5edf3;
    border-radius: 16px;
    padding: 18px;
}

#product-product .thumbnails img {
    max-height: 520px;
    object-fit: contain;
}

#product-product h1 {
    font-size: 30px;
    font-weight: 900;
    color: #172536;
    line-height: 1.25;
    margin-bottom: 18px;
}

#product-product .list-unstyled {
    background: #fff;
    border: 1px solid #e5edf3;
    border-radius: 14px;
    padding: 18px 20px;
    margin-bottom: 16px;
}

#product-product h2 {
    font-size: 32px;
    font-weight: 900;
    color: #ff6b00;
}

#product-product #input-quantity {
    height: 44px;
    border-radius: 10px;
}

#product-product #button-cart {
    height: 52px;
    border-radius: 12px;
    background: #ff6b00;
    border-color: #ff6b00;
    font-weight: 900;
}

#product-product #button-cart:hover {
    background: #e65f00;
}

#product-product .nav-tabs {
    margin-top: 28px;
    border-bottom: 0;
}

#product-product .nav-tabs > li > a {
    border-radius: 10px;
    font-weight: 800;
}

#product-product .tab-content {
    background: #fff;
    border: 1px solid #e5edf3;
    border-radius: 14px;
    padding: 22px;
    font-size: 14px;
    line-height: 1.8;
}

/* MOBILE PRODUCT DETAIL */

@media(max-width:767px){

    #product-product h1 {
        font-size: 22px !important;
    }

    #product-product h2 {
        font-size: 26px !important;
    }

    #product-product .thumbnails {
        padding: 12px;
    }

    #product-product .thumbnails img {
        max-height: 320px;
    }

    #product-product #button-cart {
        width: 100%;
    }
}
.joy-buy-row{
    display:flex;
    gap:12px;
    align-items:center;
    margin-top:15px;
}

.joy-buy-row .joy-qty-wrap{
    flex:0 0 120px;
    width:120px;
    margin:0;
}

.joy-buy-row #button-cart{
    flex:1;
    width:auto;
    height:56px;
    font-size:22px;
    font-weight:800;
}

.joy-buy-row #button-cart{
    flex:1;
    margin:0;
    height:48px;
}

@media(max-width:768px){

    .joy-buy-row{
        flex-direction:column;
    }

    .joy-buy-row .joy-qty-wrap{
        width:100%;
        flex:none;
    }

    .joy-buy-row #button-cart{
        width:100%;
    }
}

/* JOYOFFICE RATING SIZE FIX */
.joy-rating,
.rating {
    line-height: 1 !important;
}

.joy-rating i,
.rating .fa {
    font-size: 11px !important;
    line-height: 1 !important;
}

.joy-rating-count {
    font-size: 11px !important;
    color: #888 !important;
    font-weight: 400 !important;
}
/* CATEGORY TOOLBAR FIX */
#product-category .joy-cat-toolbar{
    display:flex !important;
    align-items:center !important;
    justify-content:space-between !important;
    gap:12px !important;
    margin-bottom:18px !important;
}

#product-category .joy-cat-toolbar-left,
#product-category .joy-cat-toolbar-right{
    display:flex !important;
    align-items:center !important;
    gap:8px !important;
}

#product-category .joy-cat-toolbar-right{
    margin-left:auto !important;
}

#product-category .joy-cat-select{
    width:auto !important;
    min-width:180px !important;
    max-width:220px !important;
}

#product-category .joy-cat-limit{
    min-width:90px !important;
    max-width:100px !important;
}

/* CATEGORY CARD FIX */
#product-category .product-thumb{
    max-width:260px !important;
}

#product-category .btn-cart{
    background:#ff6b00 !important;
    color:#fff !important;
    border-color:#ff6b00 !important;
}
#product-category .joy-cat-toolbar{
    display:flex;
    justify-content:space-between;
    align-items:center;
    background:#fff;
    border:1px solid #e8edf2;
    border-radius:10px;
    padding:12px 15px;
    margin-bottom:20px;
}

#product-category .joy-cat-select{
    width:180px;
}

#product-category .product-thumb{
    background:#fff;
    border:1px solid #e8edf2;
    border-radius:14px;
    padding:16px;
    text-align:center;
    min-height:360px;
}

#product-category .product-thumb .image{
    height:160px;
    display:flex;
    align-items:center;
    justify-content:center;
}

#product-category .product-thumb .image img{
    max-height:150px;
    width:auto;
}

#product-category .product-thumb h4{
    font-size:15px;
    line-height:1.4;
    font-weight:700;
    min-height:45px;
}

#product-category .button-group{
    display:flex;
    gap:8px;
    justify-content:center;
    border:0;
    background:transparent;
}

#product-category .btn-cart{
    background:#00aec7;
    color:#fff;
    border:0;
    border-radius:8px;
    padding:8px 14px;
    font-weight:700;
}

#product-category .btn-wishlist{
    display:none;
}
/* JoyOffice - Tüm ürün kartlarını aynı yap */
.product-thumb {
    background: #fff !important;
    border: 1px solid #dfe8ef !important;
    border-radius: 14px !important;
    padding: 18px !important;
    box-shadow: none !important;
    text-align: left !important;
    overflow: hidden !important;
}

.product-thumb .image {
    height: 230px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin-bottom: 12px !important;
}

.product-thumb .image img {
    max-height: 220px !important;
    width: auto !important;
    margin: 0 auto !important;
}

.product-thumb .caption {
    padding: 0 !important;
    text-align: left !important;
}

.product-thumb .joy-product-meta-row {
    display: flex !important;
    align-items: center !important;
    gap: 6px !important;
    margin-bottom: 8px !important;
    font-size: 14px !important;
    color: #7b8794 !important;
}

.product-thumb .joy-product-rating {
    color: #f5a400 !important;
    white-space: nowrap !important;
}

.product-thumb .joy-product-rating .fa {
    color: #f5a400 !important;
}

.product-thumb h4 {
    min-height: 52px !important;
    margin: 0 0 12px !important;
    text-align: left !important;
}

.product-thumb h4 a {
    color: #001f3f !important;
    font-size: 18px !important;
    font-weight: 800 !important;
    line-height: 1.35 !important;
    text-decoration: none !important;
}

.product-thumb .price {
    color: #ff5a00 !important;
    font-size: 23px !important;
    font-weight: 900 !important;
    margin: 10px 0 18px !important;
}

.product-thumb .price-tax {
    display: inline-block !important;
    color: #ff5a00 !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    margin-left: 4px !important;
}

.product-thumb .button-group {
    display: flex !important;
    align-items: center !important;
    gap: 7px !important;
    background: transparent !important;
    border: 0 !important;
    padding: 0 !important;
}

.product-thumb .joy-qty-select {
    width: 64px !important;
    height: 43px !important;
    border: 1px solid #cfd9e3 !important;
    border-radius: 6px !important;
    padding: 0 8px !important;
    background: #fff !important;
    color: #001f3f !important;
    font-size: 16px !important;
}

.product-thumb .btn-cart {
    flex: 1 !important;
    height: 43px !important;
    background: #ff6900 !important;
    color: #fff !important;
    border: 0 !important;
    border-radius: 6px !important;
    font-size: 16px !important;
    font-weight: 800 !important;
    text-transform: none !important;
}

.product-thumb .btn-cart:hover {
    background: #e85f00 !important;
}

.product-thumb .btn-wishlist {
    width: 50px !important;
    height: 43px !important;
    background: #fff !important;
    color: #7b8794 !important;
    border: 1px solid #cfd9e3 !important;
    border-radius: 6px !important;
    font-size: 20px !important;
}

.product-thumb .btn-wishlist:hover {
    color: #ff6900 !important;
    border-color: #ff6900 !important;
}

/* Kategori sayfası grid */
#product-category .product-layout {
    margin-bottom: 25px !important;
}

#product-category .product-layout.product-grid {
    width: 33.333% !important;
}

@media (max-width: 991px) {
    #product-category .product-layout.product-grid {
        width: 50% !important;
    }
}

@media (max-width: 575px) {
    #product-category .product-layout.product-grid {
        width: 100% !important;
    }
}
/* JoyOffice - Sepete Ekle buton düzeltme */
.product-thumb .button-group{
    height:auto !important;
    min-height:44px !important;
    display:flex !important;
    align-items:center !important;
    gap:8px !important;
    overflow:visible !important;
}

.product-thumb .button-group button{
    height:44px !important;
    line-height:44px !important;
    padding:0 16px !important;
    overflow:visible !important;
    white-space:nowrap !important;
}

.product-thumb .btn-cart{
    min-width:130px !important;
    height:44px !important;
    line-height:44px !important;
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
}

.product-thumb .joy-qty-select{
    height:44px !important;
    min-width:72px !important;
}

.product-thumb .btn-wishlist{
    height:44px !important;
    min-width:50px !important;
}
/* =========================================================
   JOYOFFICE PREMIUM CONTACT PAGE
   ========================================================= */
#information-contact .breadcrumb{
    margin-bottom:22px !important;
}

.joy-contact-hero{
    text-align:center;
    margin:0 0 22px;
}

.joy-contact-hero h1{
    margin:0 0 8px;
    color:#172536;
    font-size:34px;
    font-weight:600;
    line-height:1.25;
}

.joy-contact-hero p{
    max-width:720px;
    margin:0 auto;
    color:#667085;
    font-size:14px;
    line-height:1.7;
    font-weight:400;
}

.joy-contact-map{
    background:#fff;
    border:1px solid #e5e7eb;
    border-radius:14px;
    overflow:hidden;
    margin-bottom:26px;
    box-shadow:0 8px 22px rgba(15,23,42,.04);
}

.joy-contact-map iframe{
    display:block;
    width:100%;
}

.joy-contact-layout{
    display:grid;
    grid-template-columns:310px minmax(0,1fr);
    gap:26px;
    align-items:start;
}

.joy-contact-info{
    display:flex;
    flex-direction:column;
    gap:12px;
}

.joy-contact-box{
    background:#fff;
    border:1px solid #e5e7eb;
    border-radius:12px;
    padding:17px 18px;
    display:flex;
    gap:14px;
    align-items:flex-start;
    box-shadow:0 6px 16px rgba(15,23,42,.035);
}

.joy-contact-icon{
    width:36px;
    height:36px;
    min-width:36px;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    background:#fff4ec;
    color:#ff6b00;
    font-size:16px;
}

.joy-contact-box h4{
    margin:0 0 5px;
    color:#172536;
    font-size:14px;
    font-weight:600;
    line-height:1.35;
}

.joy-contact-box p,
.joy-contact-box a{
    margin:0;
    color:#667085;
    font-size:13px;
    line-height:1.55;
    font-weight:400;
    text-decoration:none !important;
}

.joy-contact-box a:hover{
    color:#ff6b00;
}

.joy-contact-form-card{
    background:#fff;
    border:1px solid #e5e7eb;
    border-radius:14px;
    padding:26px;
    box-shadow:0 8px 22px rgba(15,23,42,.04);
}

.joy-contact-form-card h2{
    margin:0 0 7px;
    color:#172536;
    font-size:24px;
    font-weight:600;
    line-height:1.3;
}

.joy-contact-form-desc{
    margin:0 0 20px;
    color:#667085;
    font-size:13px;
    line-height:1.6;
    font-weight:400;
}

.joy-contact-form .form-group{
    margin-bottom:15px;
}

.joy-contact-form label{
    display:block;
    color:#344054;
    font-size:13px;
    font-weight:500;
    margin-bottom:7px;
}

.joy-contact-form .form-control{
    height:44px;
    border:1px solid #dfe6ee;
    border-radius:9px;
    box-shadow:none !important;
    color:#172536;
    font-size:13px;
    font-weight:400;
    padding:10px 12px;
}

.joy-contact-form textarea.form-control{
    height:auto;
    min-height:150px;
    resize:vertical;
}

.joy-contact-form .form-control:focus{
    border-color:#ff6b00;
    box-shadow:0 0 0 3px rgba(255,107,0,.10) !important;
}

.joy-contact-submit{
    width:100%;
    height:46px;
    border:0;
    border-radius:10px;
    background:#ff6b00;
    color:#fff;
    font-size:14px;
    font-weight:600;
    text-transform:uppercase;
    transition:.2s ease;
}

.joy-contact-submit:hover{
    background:#e85f00;
}

@media(max-width:991px){
    .joy-contact-layout{
        grid-template-columns:1fr;
    }
}

@media(max-width:767px){
    .joy-contact-hero h1{
        font-size:26px;
    }

    .joy-contact-map iframe{
        height:280px;
    }

    .joy-contact-form-card{
        padding:20px;
    }
}
.joy-status.status-complete {
  background: #eafaf0;
  color: #15803d;
  border: 1px solid #b7ebc6;
}

.joy-status.status-shipped {
  background: #f1ebff;
  color: #6d28d9;
  border: 1px solid #d8c7ff;
}

.joy-status.status-pending {
  background: #fff8e1;
  color: #b26a00;
  border: 1px solid #ffe08a;
}

.joy-status.status-cancelled {
  background: #feecec;
  color: #c62828;
  border: 1px solid #ffc9c9;
}

.joy-status.status-processing {
  background: #e8f3ff;
  color: #0b63c9;
  border: 1px solid #b8d7ff;
}
.joy-smart-sort{
    position:relative;
    display:flex;
    justify-content:flex-end;
    margin-bottom:20px;
}

.joy-smart-sort-btn{
    height:38px;
    padding:0 14px !important;
    line-height:38px;
    font-size:14px;
    font-weight:500;
}

.joy-smart-sort-menu{
    position:absolute;
    top:100%;
    right:0;
    min-width:220px;
    background:#fff;
    border:1px solid #e5e7eb;
    border-radius:8px;
    display:none;
    z-index:999;
    box-shadow:0 8px 20px rgba(0,0,0,.08);
}

.joy-smart-sort:hover .joy-smart-sort-menu{
    display:block;
}

.joy-smart-sort-menu a{
    display:block;
    padding:12px 15px;
    color:#333;
    text-decoration:none;
}

.joy-smart-sort-menu a:hover{
    background:#f5f7fa;
}
.joy-smart-sort-wrap{
    display:flex;
    align-items:center;
    justify-content:space-between;

    min-height:48px !important;
    padding:6px 18px !important;

    background:#fff;
    border:1px solid #e5e7eb;
    border-radius:10px;
}

.joy-product-count{
    font-size:14px;
    line-height:1.2;
    margin:0;
}

.joy-product-count strong{
    color:#111;
    font-weight:600;
}

.joy-smart-sort-btn{
    background:#fff;
    border:1px solid #dcdfe4;
    border-radius:10px;
    padding:12px 18px;
    color:#111;
    font-size:15px;
    font-weight:500;
}

.joy-smart-sort-btn:hover{
    background:#fafafa;
}
#product-category .joy-smart-sort-wrap{
    height:44px !important;
    min-height:44px !important;
    max-height:44px !important;

    padding:0 16px !important;
    margin:0 0 12px 0 !important;

    display:flex !important;
    align-items:center !important;
    justify-content:space-between !important;

    background:#fff !important;
    border:1px solid #e5e7eb !important;
    border-radius:8px !important;
    box-shadow:none !important;
}

#product-category .joy-product-count{
    margin:0 !important;
    padding:0 !important;
    line-height:44px !important;

    font-size:14px !important;
    font-weight:400 !important;
    color:#111 !important;
}

#product-category .joy-smart-sort{
    margin:0 !important;
    padding:0 !important;
    height:34px !important;
    position:relative !important;
}

#product-category .joy-smart-sort-btn{
    height:34px !important;
    min-height:34px !important;
    line-height:34px !important;

    padding:0 12px !important;
    margin:0 !important;

    background:#fff !important;
    border:1px solid #dcdfe4 !important;
    border-radius:8px !important;

    font-size:14px !important;
    font-weight:500 !important;
    color:#111 !important;
}
#column-left .list-group,
#column-right .list-group{
    background:#fff;
    border:1px solid #e5e7eb;
    border-radius:16px;
    overflow:hidden;
    box-shadow:0 10px 28px rgba(15,23,42,.06);
}

#column-left .list-group a,
#column-right .list-group a{
    border:0 !important;
    border-bottom:1px solid #eef2f6 !important;
    padding:14px 16px;
    color:#263445;
    font-size:14px;
    font-weight:500;
    background:#fff;
}

#column-left .list-group a:last-child,
#column-right .list-group a:last-child{
    border-bottom:0 !important;
}

#column-left .list-group a:hover,
#column-right .list-group a:hover{
    background:#f6fbff;
    color:#1687c9;
}

#column-left .list-group a.active,
#column-right .list-group a.active{
    background:linear-gradient(135deg,#1687c9,#10b8c8);
    color:#fff !important;
    font-weight:700;
}

#column-left .list-group a.active + a,
#column-right .list-group a.active + a{
    background:#f8fafc;
}

#column-left .list-group a.child,
#column-right .list-group a.child{
    padding-left:28px;
    color:#6b7280;
    font-size:13px;
}
/* Premium Filter */

.joy-filter-card{
    background:#fff;
    border:1px solid #edf0f4;
    border-radius:12px;
    padding:18px;
    margin-bottom:20px;
}

.joy-filter-title{
    font-size:15px;
    font-weight:600;
    color:#2c3e50;
    margin-bottom:15px;
}

.joy-filter-group{
    border-top:1px solid #f1f3f6;
    padding:12px 0;
}

.joy-filter-group:first-child{
    border-top:none;
}

.joy-filter-group-title{
    display:flex;
    justify-content:space-between;
    align-items:center;
    cursor:pointer;
    font-size:13px;
    font-weight:500;
    color:#4a5568;
}

.joy-filter-options{
    margin-top:10px;
}

.joy-filter-options label{
    display:block;
    font-size:12px;
    color:#6b7280;
    font-weight:400;
    margin-bottom:8px;
}

.joy-filter-options input{
    margin-right:8px;
}

.joy-filter-btn{
    width:100%;
    height:42px;
    border:none;
    border-radius:8px;
    background:#ff6b00;
    color:#fff;
    font-size:13px;
    font-weight:600;
}