.rato-woo-hero{
	background:#f6f8fb;
	border-bottom:1px solid #e6edf6;
	padding:34px 0;
}
.rato-woo-hero-inner{
	max-width:1200px;
	margin:0 auto;
	padding:0 20px;
}
.rato-woo-hero-title{
	margin:0;
	font-size:34px;
	font-weight:800;
	letter-spacing:.6px;
	color:#1b1f24;
}

body.rato-has-shop-hero.woocommerce-shop .product-archive-hero-section .entry-hero-container-inner,
body.rato-has-shop-hero.tax-product_cat .product-archive-hero-section .entry-hero-container-inner{
	background-image:var(--rato-shop-hero-image);
	background-repeat:no-repeat;
	background-position:center;
	background-size:cover;
	background-color:#f6f8fb;
}
body.rato-has-shop-hero.woocommerce-shop .product-archive-hero-section .hero-section-overlay,
body.rato-has-shop-hero.tax-product_cat .product-archive-hero-section .hero-section-overlay{
	background:transparent !important;
}
body.rato-has-shop-hero.woocommerce-shop .product-archive-hero-section .entry-header,
body.rato-has-shop-hero.tax-product_cat .product-archive-hero-section .entry-header{
	min-height:clamp(160px,14vw,220px);
	display:flex;
	align-items:center;
	justify-content:center;
	padding:0 !important;
}
body.rato-has-shop-hero.woocommerce-shop .product-archive-hero-section .entry-title,
body.rato-has-shop-hero.tax-product_cat .product-archive-hero-section .entry-title,
body.rato-has-shop-hero.woocommerce-shop .product-archive-hero-section .product-archive-title h1,
body.rato-has-shop-hero.tax-product_cat .product-archive-hero-section .product-archive-title h1,
body.rato-has-shop-hero.woocommerce-shop .product-archive-hero-section .entry-header h1,
body.rato-has-shop-hero.tax-product_cat .product-archive-hero-section .entry-header h1,
body.rato-has-shop-hero.woocommerce-shop .product-archive-hero-section .archive-description,
body.rato-has-shop-hero.tax-product_cat .product-archive-hero-section .archive-description,
body.rato-has-shop-hero.woocommerce-shop .product-archive-hero-section .kadence-breadcrumbs,
body.rato-has-shop-hero.tax-product_cat .product-archive-hero-section .kadence-breadcrumbs{
	display:none !important;
}

.rato-woo-wrap .content-container.site-container{max-width:1200px}
.rato-woo-wrap #main.site-main{width:100%}

.rato-shop-archive{padding:24px 0 60px;--rato-shop-accent:#c21d23}
.rato-shop-layout{max-width:1200px;margin:0 auto;padding:0 20px;display:grid;grid-template-columns:280px 1fr;gap:28px;align-items:start}
.rato-woo-wrap.rato-shop-archive .rato-shop-layout{display:grid !important;grid-template-columns:280px 1fr !important}
.rato-shop-sidebar{grid-column:1}
.rato-shop-main{grid-column:2}
.rato-woo-wrap.rato-shop-archive .rato-shop-sidebar{grid-column:1 !important;order:1 !important}
.rato-woo-wrap.rato-shop-archive .rato-shop-main{grid-column:2 !important;order:2 !important}
.rato-shop-head{display:flex;align-items:flex-end;justify-content:space-between;gap:18px;margin:0 0 12px}
.rato-shop-title{margin:0;font-size:18px;font-weight:800;color:#1b1f24;position:relative;padding-left:12px}
.rato-shop-title::before{content:"";position:absolute;left:0;top:2px;bottom:2px;width:3px;background:var(--rato-shop-accent)}

.rato-shop-searchbar{margin:10px 0 14px;display:flex;gap:8px;padding:12px;background:var(--rato-shop-accent)}
.rato-shop-searchbar-input{flex:1;height:34px;border:0;padding:0 12px;outline:none;font-size:12px}
.rato-shop-searchbar-btn{width:44px;height:34px;border:0;background:#0b0f14;color:#fff;cursor:pointer;display:inline-flex;align-items:center;justify-content:center}
.rato-shop-searchbar-btn svg{width:16px;height:16px;display:block}
.rato-shop-searchbar-btn:hover{filter:brightness(1.06)}

.rato-shop-pagination .woocommerce-pagination{margin:0}
.rato-shop-pagination .woocommerce-pagination ul.page-numbers{display:flex;gap:6px;list-style:none;margin:0;padding:0;align-items:center}
.rato-shop-pagination .woocommerce-pagination ul.page-numbers li{margin:0}
.rato-shop-pagination .woocommerce-pagination a,
.rato-shop-pagination .woocommerce-pagination span{display:inline-flex;min-width:28px;height:28px;align-items:center;justify-content:center;padding:0 8px;border:1px solid #d9e2ee;background:#fff;color:#2b2f35;text-decoration:none;font-size:12px}
.rato-shop-pagination .woocommerce-pagination span.current{background:var(--rato-shop-accent);border-color:var(--rato-shop-accent);color:#fff}

.rato-shop-products{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}
.rato-shop-card{display:flex;flex-direction:column;gap:12px;align-items:stretch;background:#fff;border:1px solid #edf2f7;padding:14px 14px;box-shadow:0 1px 0 rgba(0,0,0,.02)}
.rato-shop-card-media{display:flex;align-items:center;justify-content:center;background:#f6f8fb;height:210px;text-decoration:none}
.rato-shop-card-media img{max-height:190px;width:auto;height:auto;object-fit:contain}
.rato-shop-card-body{min-width:0}
.rato-shop-card-title{display:inline-block;font-size:14px;font-weight:800;color:#1b1f24;text-decoration:none;line-height:1.25}
.rato-shop-card-title:hover{color:var(--rato-shop-accent)}
.rato-shop-card-desc{margin-top:8px;font-size:11px;line-height:1.6;color:#7a7f86;max-width:520px}
.rato-shop-card-btn{margin-top:12px;display:inline-flex;align-items:center;justify-content:center;height:34px;padding:0 14px;background:var(--rato-shop-accent);color:#fff;text-decoration:none;font-size:11px;font-weight:800;letter-spacing:.2px}
.rato-shop-card-btn:hover{filter:brightness(1.06)}

.rato-shop-sidebar{position:relative}
.rato-shop-widget{background:#fff;border:1px solid #edf2f7}
.rato-shop-widget-title{background:var(--rato-shop-accent);color:#fff;font-weight:800;font-size:13px;padding:10px 12px}
.rato-shop-widget-body{padding:10px 12px}

.rato-shop-cat-root,.rato-shop-cat-children{list-style:none;margin:0;padding:0}
.rato-shop-cat-item{border-top:1px solid #edf2f7;padding:8px 0}
.rato-shop-cat-item:first-child{border-top:0}
.rato-shop-cat-link{color:#3a3f46;text-decoration:none;font-size:12px;display:inline-flex;align-items:center;gap:8px}
.rato-shop-cat-link:hover{color:var(--rato-shop-accent)}
.rato-shop-cat-item.is-active>.rato-shop-cat-link{color:var(--rato-shop-accent);font-weight:800}
.rato-shop-cat-group{border:0}
.rato-shop-cat-summary{display:flex;align-items:center;justify-content:space-between;gap:12px;cursor:pointer;list-style:none;color:#3a3f46;font-size:12px}
.rato-shop-cat-summary::-webkit-details-marker{display:none}
.rato-shop-cat-arrow{color:#7a7f86;font-size:12px}
.rato-shop-cat-children{margin:8px 0 0;padding:0 0 0 14px}

.rato-shop-contact-body{font-size:12px;color:#3a3f46}
.rato-shop-contact-body p{margin:0 0 8px}
.rato-shop-contact-body p:last-child{margin-bottom:0}

.rato-single-product{padding:24px 0 60px;--rato-shop-accent:#c21d23;--rato-single-gray:#f6f8fb}
.rato-single-product-layout{max-width:1200px;margin:0 auto;padding:0 20px;display:grid;grid-template-columns:280px 1fr;gap:28px;align-items:start}
.rato-single-product-sidebar{grid-column:1}
.rato-single-product-content{grid-column:2;min-width:0}

.rato-woo-wrap.rato-single-product div.product{background:#fff;border:1px solid #edf2f7;padding:18px}
.rato-woo-wrap.rato-single-product div.product .woocommerce-product-gallery{background:var(--rato-single-gray);padding:12px}
.rato-woo-wrap.rato-single-product div.product .summary .product_title{font-weight:800}
.rato-woo-wrap.rato-single-product div.product .summary .single_add_to_cart_button{background:var(--rato-shop-accent);border-color:var(--rato-shop-accent)}

.rato-inquire-btn{margin-top:12px;display:inline-flex;align-items:center;justify-content:center;gap:8px;height:38px;padding:0 16px;width:100%;background:var(--rato-shop-accent);color:#fff;text-decoration:none;font-size:12px;font-weight:800;letter-spacing:.2px}
.rato-inquire-btn:hover{filter:brightness(1.06)}
.rato-inquire-ic svg{width:16px;height:16px;display:block}

.rato-product-inquiry{margin-top:26px}
.rato-product-inquiry-inner{background:#fff;border:1px solid #edf2f7;padding:18px}
.rato-product-inquiry-title{margin:0 0 12px;font-size:16px;font-weight:800;color:#1b1f24;position:relative;padding-left:12px}
.rato-product-inquiry-title::before{content:"";position:absolute;left:0;top:2px;bottom:2px;width:3px;background:var(--rato-shop-accent)}
.rato-product-inquiry-msg{margin:0 0 12px;padding:10px 12px;border:1px solid #edf2f7;background:var(--rato-single-gray);font-size:12px}
.rato-product-inquiry-msg.is-success{border-color:#b6e2c0;background:#effaf2;color:#0f5132}
.rato-product-inquiry-msg.is-error{border-color:#f1c6c6;background:#fff1f1;color:#842029}
.rato-product-inquiry-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
.rato-product-inquiry-field{display:flex;flex-direction:column;gap:6px}
.rato-product-inquiry-field.is-full{grid-column:1 / -1}
.rato-product-inquiry-label{font-size:12px;font-weight:700;color:#3a3f46}
.rato-product-inquiry-input,.rato-product-inquiry-textarea{width:100%;border:1px solid #d9e2ee;background:#fff;padding:8px 10px;font-size:12px;outline:none}
.rato-product-inquiry-input:focus,.rato-product-inquiry-textarea:focus{border-color:var(--rato-shop-accent);box-shadow:0 0 0 2px rgba(194,29,35,.12)}
.rato-product-inquiry-submit{margin-top:12px;display:inline-flex;align-items:center;justify-content:center;gap:8px;height:40px;padding:0 16px;width:100%;background:var(--rato-shop-accent);color:#fff;border:0;cursor:pointer;font-size:12px;font-weight:800;letter-spacing:.2px}
.rato-product-inquiry-submit:hover{filter:brightness(1.06)}

@media (max-width: 1024px){
	.rato-shop-layout{grid-template-columns:1fr}
	.rato-shop-sidebar,.rato-shop-main{grid-column:auto}
	.rato-woo-wrap.rato-shop-archive .rato-shop-layout{grid-template-columns:1fr !important}
	.rato-woo-wrap.rato-shop-archive .rato-shop-sidebar,
	.rato-woo-wrap.rato-shop-archive .rato-shop-main{grid-column:auto !important}
	.rato-shop-main{order:1}
	.rato-shop-sidebar{order:2}
	.rato-shop-products{grid-template-columns:repeat(2,minmax(0,1fr))}

	.rato-single-product-layout{grid-template-columns:1fr}
	.rato-single-product-sidebar,.rato-single-product-content{grid-column:auto}
	.rato-single-product-content{order:1}
	.rato-single-product-sidebar{order:2}
	.rato-product-inquiry-grid{grid-template-columns:1fr}
}
@media (max-width: 640px){
	.rato-shop-products{grid-template-columns:1fr}
	.rato-shop-card-media{height:200px}
	.rato-shop-head{flex-direction:column;align-items:flex-start}
}
