body{background-color:#f5f5f5!important;}

.sco-shop-shell {
	position: relative;
	left: 50%;
	width: min(1320px, 100vw);
	max-width: none;
	margin: 0;
	padding: 18px 10px 32px 0;
	transform: translateX(-50%);
	box-sizing: border-box;
	color: #222;
}

.entry-title{color:#fff!important;font-size:1px!important;margin:0!important;padding:0!important;background:#fff!important}
.entry-title{margin:0!important;padding:0!important;font-size:1px;color:#fff;background:#fff;}

.entry-content a{text-decoration: none!important;}
.sco-card-region{background: #eee;color: #fff;padding: 3px 5px;border-radius: 0 5px 5px 0;}

.sco-card-location-line .sco-card-region{color:#777;}
.sco-card-location-line .sco-card-region i{padding:0 3px;}
.sco-order-form button{border-radius:5px!important;}
.sco-order-form button:hover{color:#fff!important;background: #fdad32;}
.sco-checkout-link{color:#fff!important;border-radius:5px!important;}
.sco-checkout-link:hover{color:#fff!important;background: #fdad32;}

.sco-card-edit{color:#fff!important;}

.sco-filter-shell {
	position: relative;
	z-index: 99;
	left: 50%;
	width: 100vw;
	box-sizing: border-box;
	padding: 0 ;
	transform: translateX(-50%);
	background:#fff;padding:50px 0 0 0;
}
.entry-content{margin-top:0!important;}
.sco-breadcrumb {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 0 0 18px;
	color: #777;
	font-size: 13px;
}

.sco-breadcrumb a {
	color: #777;
	text-decoration: none;
}

.sco-wrap {
	display: grid;
	grid-template-columns: 255px minmax(0, 1fr);
	gap: 28px;
	align-items: start;
}

.sco-sidebar {
	background: #fff;
}

.sco-filter-panel {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 16px;
	align-items: start;

	box-sizing: border-box;
	margin: 0 auto 24px auto;

	padding:16px 0;
	background: #fff;
	position: relative;
	z-index: 1000;
	width:1320px;max-width:100%;
}

.sco-filter-group {
	min-width: 0;
}

.sco-filter-panel .sco-filter-list {
	max-height: 180px;
	overflow: auto;
	margin-bottom: 0;
}

.sco-filter-panel .sco-dropdown-filter,
.sco-filter-panel .sco-price-filter {
	margin-bottom: 0;
}

.sco-price-clear-row {
	display: flex;
	align-items: flex-start;
	gap: 8px;
}

.sco-price-clear-row .sco-price-filter {
	flex: 1 1 auto;
	min-width: 0;
}

.sco-filter-home-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 50px;
	width: 50px;
	height: 50px;
	box-sizing: border-box;
	border: 1px solid #ddd;
	border-radius:17px;
	background: #fff;
    text-decoration: none;
}

.sco-filter-home-button:hover {
	border-color: #EDAD32;
	background: #EDAD32;
	color: #fff;
}

.sco-filter-home-icon {
	display: block;
	width: 20px;
	height: 20px;
	color: #999;
}

.sco-filter-home-button:hover .sco-filter-home-icon {
	color: #fff;
}

.sco-filter-close {
	display: none;
}

.sco-sidebar-title,
.sco-widget-title,
.sco-price-filter h3,
.sco-dropdown-filter h3 {
	margin: 0 0 14px;
	border-bottom: 1px solid #e7e7e7;
	padding-bottom: 9px;
	font-size: 16px;
	font-weight: 700;
}

.sco-filter-list {
	margin: 0 0 24px;
	padding: 0;
	list-style: none;
}

.sco-filter-list li {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	border-bottom: 1px solid #f0f0f0;
	padding: 7px 10px;
	color: #888;
	font-size: 14px;
	cursor: pointer;
}

.sco-filter-list a {
	color: #333;
	text-decoration: none;
}

.sco-filter-list a::after {
	content: "";
	position: absolute;
	inset: 0;
}

.sco-filter-list li:hover,
.sco-filter-list li.is-active {
	background: #EDAD32;
}

.sco-filter-list li:hover a,
.sco-filter-list li:hover span,
.sco-filter-list li.is-active a,
.sco-filter-list li.is-active span {
	color: #fff;
}

.sco-filter-list a:hover {
	color: #EDAD32;
}

.sco-price-filter,
.sco-dropdown-filter {
	margin-bottom: 26px;
	position: relative;
}

.sco-price-toggle,
.sco-dropdown-toggle {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	border: 1px solid #dddddd;
	border-radius: 20px;
	padding: 10px 20px;
	background: #fff;
	color: #222;
	font-weight:400;
	cursor: pointer;
}

.sco-price-toggle::after,
.sco-dropdown-toggle::after {
	content: "";
	width: 8px;
	height: 8px;
	border-right:1px solid #777;
	border-bottom:1px solid #777;
	transform: rotate(45deg) translateY(-2px);
}

.sco-price-filter.is-open .sco-price-toggle::after,
.sco-dropdown-filter.is-open .sco-dropdown-toggle::after {
	transform: rotate(225deg) translateY(-2px);
}

.sco-price-filter .sco-price-list,
.sco-dropdown-filter .sco-dropdown-list {
	display: none;
	margin-top: 8px;
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	z-index: 1001;
	border: 1px solid #e5e5e5;
	box-shadow: 0 10px 24px rgba(0, 0, 0, .12);
	padding: 8px 12px;
	background: #fff;
}

.sco-price-filter.is-open .sco-price-list,
.sco-dropdown-filter.is-open .sco-dropdown-list {
	display: block;
}

.sco-order-form label {
	display: block;
	margin-bottom: 10px;
	font-weight: 600;
}

.sco-required {

	margin-left: 3px;
}

.sco-order-form input,
.sco-order-form textarea,
.sco-resultbar select {
	width: 100%;
	box-sizing: border-box;
	margin-top: 6px;
	border: 1px solid #d9d9d9;
	border-radius: 2px;
	padding: 9px 10px;
	background: #fff;
}

.sco-order-form .sco-create-account {
	display: flex;
	align-items: center;
	gap: 8px;
	font-weight: 600;
}

.sco-order-form .sco-create-account input {
	width: auto;
	margin: 0;
}

.sco-turnstile-wrap {
	margin: 12px 0 14px;
	max-width: 100%;
	overflow-x: auto;
}

.sco-filter-toggle,
.sco-add,
.sco-checkout-link,
.sco-order-form button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border: 0;
	border-radius: 2px;
	padding: 10px 14px;
	background: #EDAD32;
	color: #fff;
	font-weight: 700;
	text-decoration: none;
	cursor: pointer;
}

.sco-order-form button {
	display: flex;
	margin-left: auto;
	width: max-content;
}

.sco-resultbar {
	display: none !important;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	margin-bottom: 10px;
}

.sco-resultbar p {
	margin: 0;
	color: #555;
	font-size: 14px;
}

.sco-shop-controls {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	margin-bottom: 18px;
}

.sco-filter-toggle {
	display: none;
}

.sco-per-page {
	color: #555;
	font-size: 14px;
}

.sco-per-page a {
	display: inline-flex;
	margin-left: 10px;
	color: #333;
	text-decoration: none;
}

.sco-per-page a.is-active {
	color: #EDAD32;
	font-weight: 700;
}

.sco-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 26px 18px;
}

.sco-load-status {
	min-height: 28px;
	margin: 28px 0 0;
	color: #777;
	font-size: 14px;
	text-align: center;
}

.sco-load-status.is-loading {
	color: #EDAD32;
}

.sco-load-status.is-finished {
	color: #888;
}

.sco-card {
	position: relative;
	border: 1px solid #eee;
	border-radius: 6px;
	background: #fff;
	box-sizing: border-box;
	overflow: hidden;
	text-align: left;
	perspective: 1200px;
	min-width: 0;
}

.sco-card-front {
	position: relative;
	z-index: 1;
	backface-visibility: hidden;
	transform: rotateY(0);
	transform-style: preserve-3d;
	transition: transform .62s ease, opacity .36s ease;
}

.sco-card.is-detail-open .sco-card-front {
	opacity: 0;
	pointer-events: none;
	transform: rotateY(-180deg);
}

.sco-card-edit {
	position: absolute;
	right: 8px;
	top: 8px;
	z-index: 6;
	width: 20px;
	height: 20px;
	border: 0;
	padding: 0;
	background: transparent;
	color: #fff;
	text-decoration: none;
}

.sco-card-edit:hover {
	color: #fff;
}

.sco-card-edit-icon {
	display: block;
	width: 13px;
	height:13px;
}


.sco-card-edit span {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(0 0 0 0);
	white-space: nowrap;
}

.sco-card-edit::before {
	content: "";
	position: absolute;
	left: 3px;
	top: 10px;
	width: 13px;
	height: 4px;
	border-radius: 1px;
	background: currentColor;
	transform: rotate(-42deg);
}

.sco-card-edit::after {
	content: "";
	position: absolute;
	left: 13px;
	top: 4px;
	width: 0;
	height: 0;
	border-left: 4px solid currentColor;
	border-top: 3px solid transparent;
	border-bottom: 3px solid transparent;
	transform: rotate(-42deg);
}

.sco-card-edit::before,
.sco-card-edit::after {
	display: none;
}

.sco-card-media {
	position: relative;
	overflow: hidden;
	aspect-ratio: 3 / 4;
	background: #f3f3f3;
	color: #999;
}

.sco-card-image-stage {
	position: absolute;
	inset: 0;
	display: block;
}

.sco-card-media img,
.sco-card-image-stage img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: transform .25s ease, opacity .25s ease;
}

.sco-card-media:hover .sco-card-image-stage img {
	transform: scale(1.04);
	opacity: .82;
}

.sco-placeholder {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.sco-badge {
	position: absolute;
	left: 8px;
	top: 8px;
	z-index: 2;
	padding: 3px 8px;
	background: #111;
	color: #fff;
	font-size: 12px;
}

.sco-card-thumbs {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 8px;
	margin-top: 8px;
}

.sco-card-thumb {border-radius:3px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: calc((100% - 24px) / 4);
	aspect-ratio: 1 / 1;
	border: 0;
	padding: 0;
	overflow: hidden;
	background: #f2f2f2;
	color: #666;
	font-size: 13px;
	font-weight: 700;
	cursor: pointer;
}

.sco-image-thumb {
	cursor: pointer;
}

.sco-card-thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;border-radius:3px; 
}

.sco-video-thumb {
	position: relative;
	background: #222;
	color: #fff;
}

.sco-video-thumb::before {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 2;
	width: 0;
	height: 0;
	border-top: 7px solid transparent;
	border-bottom: 7px solid transparent;
	border-left: 11px solid #fff;
	transform: translate(-35%, -50%);
}

.sco-video-thumb img {
	opacity: .72;
}

.sco-card-video-player {
	position: absolute;
	inset: 0;
	z-index: 4;
	margin-top: 0;
	background: #000;
}

.sco-card-video-player video {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
	background: #000;
}

.sco-card-body {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	padding: 5px 6px 6px 6px;
}

.sco-card-title-row {
	order: 2;
	flex: 0 0 100%;
	margin:10px 0 7px;
}
.sco-card-title-row h3{margin-bottom:0!important;}
.sco-card h3 {
	margin: 0;
	font-size: 15px;
	line-height: 1.45;
	font-weight: 400;
	overflow-wrap: anywhere;
}

.sco-card-title-text {font-size:21px;font-weight:400!important;color: #444;}

.sco-copy-title {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 16px;
	height: 16px;
	margin-left: 5px;
	border: 0;
	padding: 0;
	background: transparent;
	color: #555;
	vertical-align: -2px;
	cursor: pointer;
}

.sco-copy-title:hover,
.sco-copy-title.is-copied {
	color: #EDAD32;
}

.sco-copy-text {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(0 0 0 0);
	white-space: nowrap;
}

.sco-copy-icon {
	position: relative;
	width: 13px;
	height: 13px;
}

.sco-copy-icon::before,
.sco-copy-icon::after {
	content: "";
	position: absolute;
	width: 8px;
	height: 9px;
	border: 1px solid currentColor;
	background: #fff;
}

.sco-copy-icon::before {
	left: 1px;
	top: 3px;
}

.sco-copy-icon::after {
	left: 4px;
	top: 0;
}

.sco-copy-toast {
	position: fixed;
	inset: 0;
	z-index: 9999;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px;
	background: rgba(0, 0, 0, .42);
	opacity: 0;
	pointer-events: none;
	transition: opacity .18s ease;
}

.sco-copy-toast.is-visible {
	opacity: 1;
}

.sco-copy-toast-box {
	max-width: min(88vw, 360px);
	border-radius: 4px;
	padding: 16px 22px;
	background: #fff;
	color: #111;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.5;
	text-align: center;
	box-shadow: 0 12px 32px rgba(0, 0, 0, .22);
}

.sco-order-success-modal {
	position: fixed;
	inset: 0;
	z-index: 10000;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px;
	background: rgba(0, 0, 0, .45);
	opacity: 0;
	pointer-events: none;
	transition: opacity .12s ease;
}

.sco-order-success-modal.is-visible {
	opacity: 1;
	pointer-events: auto;
}

.sco-order-success-box {
	position: relative;
	width: min(88vw, 380px);
	border-radius: 6px;
	background: #fff;
	color: #111;
	padding: 26px 42px 24px 24px;
	box-shadow: 0 18px 46px rgba(0, 0, 0, .22);
	font-size: 16px;
	line-height: 1.55;
}

.sco-order-success-box p {
	margin: 0;
}

.sco-order-success-close {
	position: absolute;
	top: 8px;
	right: 8px;
	width: 28px;
	height: 28px;
	border: 0;
	background: transparent;
	color: #111;
	font-size: 24px;
	line-height: 1;
	cursor: pointer;
}

.sco-inline-notice {
	position: fixed;
	left: 50%;
	top: 50%;
	z-index: 10001;
	width: min(88vw, 360px);
	border: 1px solid #ddd;
	border-radius: 6px;
	padding: 16px 42px 16px 18px;
	background: #fff;
	color: #111;
	box-shadow: 0 14px 34px rgba(0, 0, 0, .2);
	opacity: 0;
	pointer-events: none;
	transform: translate(-50%, -50%) scale(.98);
	transition: opacity .12s ease, transform .12s ease;
}

.sco-inline-notice.is-visible {
	opacity: 1;
	pointer-events: auto;
	transform: translate(-50%, -50%) scale(1);
}

.sco-inline-notice p {
	margin: 0;
	line-height: 1.5;
}

.sco-inline-notice-close {
	position: absolute;
	top: 8px;
	right: 8px;
	width: 28px;
	height: 28px;
	border: 0;
	background: transparent;
	color: #111;
	font-size: 20px;
	line-height: 1;
	cursor: pointer;
}

.sco-inline-notice-close:hover {
	color: #EDAD32;
}

.sco-meta {
	margin-bottom: 7px;
	color: #777;
	font-size: 13px;
	line-height: 1.45;
}

.sco-meta a {
	color: #777;
	text-decoration: none;
}

.sco-card-top-line {
	display: contents;
	gap: 10px;
	margin-bottom: 7px;margin-top:7px;
}

.sco-card-top-line .sco-meta {
	margin-bottom: 0;
	min-width: 0;
}

.sco-card-location-line {
	order: 1;
	flex: 1 1 100%;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 0;
	margin-top:10px;
}

.sco-card-type {
	background: #EDAD32;
	color: #fff;
	padding: 3px 3px;
	border-radius: 5px 0 0 5px;
}

.sco-card-type a {
	color: #fff;
}

.sco-card-top-line .sco-add-icon-button {
	position: static;
	order: 5;
	flex: 0 0 auto;
	margin: 0 0 8px 0;
	border-radius: 5px;
}

.sco-card-info-line {
	order: 3;
	flex: 0 0 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	margin: 0 0 10px;
}

.sco-card-info-line .sco-meta {font-size: 14px;color: #666;
	margin-bottom: 0;
	min-width: 0;
}

.sco-card-info-line .sco-price {
	margin: 0;
	margin-left: auto;
	white-space: nowrap;
}

.sco-price {
	margin: 8px 0 10px;
	color: #EDAD32;
	font-size: 15px;
	font-weight:400;
}

.sco-card-detail-open {
	order: 4;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 5px 8px 0;
	border: 1px solid #d8d8d8;
	border-radius:5px;
	padding: 8px 9px 8px 12px;
	background: #fff;
	color: #999;
	font-size: 13px;
	font-weight: 700;
	line-height: 1;
	cursor: pointer;
}

.sco-card-detail-open:hover {
	border-color: #EDAD32;
	color: #EDAD32;
}

.sco-detail-arrow-icon {
	display: block;
	width: 12px;
	height: 12px;
	margin-left:3px;
	color: #888;
}

.sco-card-detail-panel {
	position: absolute;
	inset: 0;
	z-index: 12;
	display: flex;
	background: rgba(255, 255, 255, .98);
	box-shadow: inset 0 0 0 1px #eee;
	backface-visibility: hidden;
	opacity: 0;
	pointer-events: none;
	transform: rotateY(180deg);
	transform-style: preserve-3d;
	transition: transform .62s ease, opacity .36s ease, visibility .36s ease;
	visibility: hidden;
}

.sco-card.is-detail-open .sco-card-detail-panel {
	opacity: 1;
	pointer-events: auto;
	transform: rotateY(0);
	visibility: visible;
}

.sco-card-detail-inner {
	display: flex;
	flex-direction: column;
	width: 100%;
	min-height: 100%;
	box-sizing: border-box;
	padding: 16px;
	overflow: auto;
}

.inner-wrap{width:760px;max-width:100%!important;}



.sco-card-detail-title {
	margin-bottom: 14px;
	border-bottom: 1px solid #eee;
	padding-bottom: 10px;
}

.sco-card-detail-title h3 {
	font-size: 16px;
	line-height: 1.45;
}

.sco-card-detail-row {
	margin-bottom: 13px;
}

.sco-card-detail-row strong {
	display: block;
	margin-bottom: 5px;
	color: #222;
	font-size: 13px;
}

.sco-card-detail-row p {
	margin: 0;
	color: #666;
	font-size: 14px;
	line-height: 1.55;
	word-break: break-word;
}

.sco-card-detail-close {
	margin-top: auto;
	border: 0;
	border-radius: 2px;
	padding: 11px 14px;
	background: #333;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	cursor: pointer;border-radius:5px; 
}

.sco-card-detail-close:hover {
	background: #EDAD32;color:#fff!important;
}

.sco-add-link {
	width: auto;
	background: transparent;
	color: #EDAD32;
	padding: 0;
	font-size: 13px;
}

.sco-add-icon-button {
	position: relative;
	width:35px;
	height: 30px;
	border: 0;
	background: transparent;
	color: #999;
	text-decoration: none;margin-left: 10px;border: 1px solid #ddd;
}

.sco-add-icon-button .sco-cart-icon {
	display: block;
	width: 15px;
	height:15px;
}

.sco-add-icon-button.is-added {
	color: #1f8f45;
}

.sco-pagination {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 30px;
}

.sco-pagination a,
.sco-pagination span {
	min-width: 34px;
	border: 1px solid #ddd;
	padding: 7px 10px;
	text-align: center;
	text-decoration: none;
	color: #333;
}

.sco-pagination .current {
	background: #EDAD32;
	border-color: #EDAD32;
	color: #fff;
}

.sco-cart,
.sco-order-form {border-radius:5px ; 
	max-width: 760px;
	margin: 24px auto;
	border: 1px solid #e8e8e8;
	padding: 20px;
	background: #fff;
}

.sco-cart h2,
.sco-order-form h2 {
	margin: 0 0 16px;
	font-size: 20px;
}

.sco-cart-item {
	display: grid;
	grid-template-columns: 64px minmax(0, 1fr) auto;
	gap: 16px;
	align-items: center;
	border-bottom: 1px solid #eee;
	padding: 12px 0;
}

.sco-cart-item-image {
	width: 64px;
	height: 64px;
	overflow: hidden;
	background: #f5f5f5;
}

.sco-cart-item-image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;border-radius:5px; 
}

.sco-cart-item span {
	display: block;
	color: #EDAD32;
	font-weight: 700;
}

.sco-cart-item-info {
	min-width: 0;
	overflow-wrap: anywhere;
}

.hdfkfs_js {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-top: 12px;
}

.hdfkfs_js h5,
.hdfkfs_js p {
	margin: 0!important;
	font-size:11px;
}

.hdfkfs_js h5{font-size:12px!important;color:#888;}
.hdfkfs_js p {color:#888;}
.hdfkfs_required {color:#ff0000;}



.sco-cart-remove {
	border: 1px solid #d9d9d9;
	background: #fff;
	color: #333;
	border-radius: 4px;
	padding: 7px 12px;
	cursor: pointer;
}


.sco-floating-order {
	position: fixed;
	left: 18px;
	bottom: 86px;
	z-index: 9998;
	display: none;
}

.sco-floating-order.is-visible {
	display: block;
}

.sco-floating-order-button {
	border: 0;
	border-radius: 999px;
	padding: 10px 16px;
	background: #EDAD32;
	color: #fff;
	font-size: 14px;
	line-height: 1;
	cursor: pointer;
	box-shadow: 0 12px 28px rgba(0, 0, 0, .22);
}
.sco-floating-order-button:hover{color:#fff;background: #FDAD32;}
.sco-floating-order-panel {
	position: absolute;
	left: 0;
	bottom: calc(100% + 12px);
	width: min(360px, calc(100vw - 36px));
	max-height: min(560px, calc(100vh - 120px));
	overflow: auto;
	border: 1px solid #ddd;
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 18px 42px rgba(0, 0, 0, .24);
	padding: 18px;
}

.sco-floating-order-close {
	position: absolute;
	top: 8px;
	right: 8px;
	width: 28px;
	height: 28px;
	border: 0;
	background: transparent;
	color: #222;
	font-size: 20px;
	line-height: 1;
	cursor: pointer;
}

.sco-recent-order-detail h2 {
	margin: 0 32px 14px 0;
	font-size: 18px;
}

.sco-recent-order-detail h3 {
	margin: 14px 0 8px;
	font-size: 15px;
}

.sco-recent-order-detail p {
	margin: 0 0 7px;
	color: #444;
	font-size: 13px;
	line-height: 1.55;
}

.sco-recent-order-section {
	border-top: 1px solid #eee;
	margin-top: 12px;
	padding-top: 12px;
}

.sco-recent-order-item {
	display: grid;
	grid-template-columns: 52px minmax(0, 1fr);
	gap: 10px;
	align-items: center;
	padding: 8px 0;
	border-bottom: 1px solid #f1f1f1;
}

.sco-recent-order-thumb {
	width: 52px;
	height: 52px;
	overflow: hidden;
	border-radius: 5px;
	background: #f5f5f5;
}

.sco-recent-order-thumb img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.sco-recent-order-item strong,
.sco-recent-order-item span {
	display: block;
	font-size: 13px;
	line-height: 1.45;
}

.sco-recent-order-item span {
	color: #EDAD32;
}
.sco-floating-cart {
	position: fixed;
	left: 18px;
	bottom: 18px;
	z-index: 9998;
	display: none;
}

.sco-floating-cart.is-visible {
	display: block;
}

.sco-floating-cart-button {
	display: inline-flex;
	align-items: center;
	border: 0;
	border-radius: 999px;
	background: #111;
	color: #fff;
	width: 54px;
	height: 54px;
	padding: 0;
	font-size: 15px;
	font-weight: 700;
	box-shadow: 0 10px 24px rgba(0, 0, 0, .22);
	cursor: pointer;
	justify-content: center;
	position: relative;
}

.sco-floating-cart-icon {
	display: block;
	width: 26px;
	height: 26px;
}

.sco-floating-cart-count {
	position: absolute;
	right: -4px;
	top: -4px;
	min-width: 22px;
	height: 22px;
	border-radius: 999px;
	background: #EDAD32;
	color: #fff;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 13px;
	line-height: 1;
}

.sco-floating-cart-panel {
	position: absolute;
	left: 0;
	bottom: 58px;
	width: min(360px, calc(100vw - 36px));
	min-height: 213px;
	max-height: min(520px, calc(100vh - 110px));
	overflow: auto;
	border: 1px solid #ddd;
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 18px 42px rgba(0, 0, 0, .24);
	padding: 14px;
}

.sco-floating-cart-close {
	position: absolute;
	top: 8px;
	right: 8px;
	width: 28px;
	height: 28px;
	border: 0;
	background: transparent;
	color: #222;
	font-size: 24px;
	line-height: 1;
	cursor: pointer;
}

.sco-floating-cart-content .sco-cart {
	max-width: none;
	margin: 0;
	border: 0;
	padding: 0;
	box-shadow: none;
}

.sco-floating-cart-loading {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 160px;
	color: #777;
	font-size: 14px;
}

.sco-floating-order-loading {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 120px;
	color: #777;
	font-size: 14px;
}

.sco-floating-cart-content .sco-cart h2 {
	padding-right: 32px;
	font-size: 18px;
}

.sco-floating-cart-content .sco-cart-item {
	grid-template-columns: 56px minmax(0, 1fr) auto;
	gap: 10px;
	padding: 10px 0;
}

.sco-floating-cart-content .sco-cart-item-image {
	width: 56px;
	height: 56px;
}

.sco-checkout-link {
	margin-top: 16px;
}

.sco-floating-cart-content .sco-checkout-link {
	display: flex;
	margin-left: auto;
	width: max-content;
}

.sco-form-message {
	margin: 12px 0 0;
	font-weight: 700;
}

.sco-form-message.is-error {
	color: #b00020;
}

.sco-form-message.is-ok {
	color: #137333;
}

.sco-empty {
	color: #777;
}

.sco-product-detail {
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(320px, .95fr);
	gap: 34px;
	max-width: 1320px;
	margin: 22px auto;
	padding: 0 12px;
}

.sco-detail-media {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
}

.sco-detail-media img,
.sco-detail-media video,
.sco-detail-media iframe {
	width: 100%;
	background: #f3f3f3;
}

.sco-detail-media img {
	aspect-ratio: 3 / 4;
	object-fit: cover;
}

.sco-detail-summary {
	align-self: start;
	position: sticky;
	top: 24px;
	background: #fff;
}

.sco-detail-summary h1 {
	margin: 0 0 14px;
	font-size: 28px;
	line-height: 1.25;
}

.sco-detail-tax {
	margin: 14px 0 18px;
	color: #555;
	font-size: 14px;
	line-height: 1.7;
}

.sco-detail-tax p {
	margin: 5px 0;
}

.sco-detail-tax a {
	color: #555;
	text-decoration: none;
}

@media (max-width: 1024px) {
	.sco-filter-panel {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.sco-grid {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}
}

@media (max-width: 760px) {

.inner-wrap{padding:0!important;}


.sco-filter-home-button{width:50px;height:50px;}

.sco-filter-home-icon {width: 14px;height: 14px;color: #222;}
.sco-filter-home-button{height:42px;}

	.sco-shop-shell {
		left: auto;
		width: 100%;
		max-width: 100%;
		padding: 12px 8px 88px;
		transform: none;
	}

	.sco-wrap,
	.sco-product-detail {
		display: block;
	}

	.sco-sidebar {
		display: none;
		margin-bottom: 18px;
	}

	.sco-sidebar.is-open {
		display: block;
	}

	.sco-filter-close {
		display: inline-flex;
		margin-bottom: 14px;
		border: 0;
		background: transparent;
		color: #EDAD32;
		font-weight: 700;
	}

	.sco-resultbar {
		align-items: stretch;
		flex-direction: column;
	}

	.sco-filter-panel {
		grid-template-columns: 1fr;
		gap: 10px;
		padding: 12px;
	}

	.sco-filter-toggle {
		display: inline-flex;
	}

	.sco-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 18px 10px;
	}

	.sco-card-thumb {
		width: calc((100% - 24px) / 4);
	}

	.sco-card h3 {
		font-size: 14px;
	}

	.sco-add,
	.sco-card-detail-open {
		width: 100%;
		margin-right: 0;
		padding: 9px 8px;
	}

	.sco-card-top-line .sco-add-icon-button {
		width: 28px;
		height: 28px;
		padding: 0;
	}

	.sco-cart,
	.sco-order-form {
		margin: 16px 0;
		padding: 14px;
	}
	.sco-floating-order {
		left: 10px;
		bottom: 76px;
	}

	.sco-floating-order-panel {
		width: min(340px, calc(100vw - 20px));
		max-height: min(520px, calc(100vh - 96px));
	}


	
.sco-floating-cart {
		left: 10px;
		bottom: max(10px, env(safe-area-inset-bottom));
	}

	.sco-floating-cart-panel {
		width: min(340px, calc(100vw - 20px));
		max-height: min(520px, calc(100vh - 96px));
	}

	.sco-detail-summary {
		position: static;
		margin-top: 18px;
	}

	.sco-detail-summary h1 {
		font-size: 24px;
	}
}

@media (max-width: 420px) {
	.sco-detail-media {
		grid-template-columns: 1fr;
	}

	.sco-card-thumb {
		width: calc((100% - 18px) / 4);
	}

	.sco-card-thumbs {
		gap: 6px;
	}

	.sco-cart-item,
	.sco-floating-cart-content .sco-cart-item {
		grid-template-columns: 48px minmax(0, 1fr);
		gap: 10px;
	}



.sco-cart-remove {
		grid-column: 2;
		justify-self: start;
		padding: 6px 10px;
	}

	.sco-cart-item-image,
	.sco-floating-cart-content .sco-cart-item-image {
		width: 48px;
		height: 48px;
	}
}
/* Mobile catalog compatibility overrides. */
@media (max-width: 1024px) {
	.sco-shop-shell {
		width: 100%;
		padding: 16px 10px 32px;
	}

	.sco-filter-shell {
		padding-top: 18px;
	}

	.sco-filter-panel {
		width: 100%;
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 12px;
		padding: 12px 10px;
	}

	.sco-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 18px 12px;
	}
}

@media (max-width: 760px) {
.sco-order-form button {padding:10px 56px!important;font-size: 15px;}



.sco-floating-order-button {padding:6px!important;font-size: 12px!important;}
	.sco-shop-shell,
	.sco-filter-shell {
		left: auto !important;
		width: 100% !important;
		max-width: 100% !important;
		margin-left: 0;
		margin-right: 0;
		transform: none !important;
		box-sizing: border-box;
	}

	.sco-filter-shell {
		left: auto;
		width: 100%;
		transform: none;
		padding: 12px 8px 0;
	}

	.sco-filter-panel {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 10px;
		margin-bottom: 12px;
		padding: 8px 0;
	}

	.sco-price-toggle,
	.sco-dropdown-toggle {
		min-height: 40px;
		padding: 9px 14px;
		font-size: 13px;
	}

	.sco-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 14px 8px;
	}

	.sco-card-body {
		padding: 4px 5px 6px;
	}

	.sco-card-title-text {
		font-size: 16px;
		line-height: 1.35;
	}

	.sco-card-location-line {
		margin-top: 6px;
	}

	.sco-card-type,
	.sco-card-region {
		font-size: 12px;
		line-height: 1.3;
	}

	.sco-card-info-line {
		gap: 6px;
		margin-bottom: 8px;
	}

	.sco-card-info-line .sco-meta,
	.sco-price {
		font-size: 12px;
	}

	.sco-add,
	.sco-card-detail-open {
		width: auto;
	}

	.sco-card-detail-open {
		margin-right: 5px;
		padding: 8px 9px;
		font-size: 12px;
	}

	.sco-card-top-line .sco-add-icon-button {
		width: 30px;
		height: 30px;
		margin-bottom: 8px;
	}

	.sco-card-thumbs {
		gap: 6px;
		margin-top: 6px;
	}

	.sco-card-thumb {
		width: calc((100% - 18px) / 4);
	}

	.sco-floating-cart-button {
		width: 35px;
		height: 35px;
	}

	.sco-floating-cart-icon {
		width: 18px;
		height: 18px;
	}

	.sco-order-form button[type="submit"] {
		margin-left: auto;
		margin-right: auto;
	}
}

@media (max-width: 560px) {
	.sco-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 12px 8px;
	}

	.sco-card {
		max-width: none;
		width: 100%;
		margin: 0;
	}

	.sco-card-title-text {
		font-size: 15px;
	}
}

@media (max-width: 420px) {
	.sco-filter-panel {
		grid-template-columns: 1fr;
	}

	.sco-shop-shell {
		padding-left: 8px;
		padding-right: 8px;
	}
}
