.site-header{padding:16px 20px;display:flex;align-items:center;justify-content:center}.site-header .logo{display:flex;flex-direction:column;align-items:center;gap:4px}.site-header .logo a{text-align:center}.site-header .logo a img{width:30vh}.site-header .logo span{font-family:"Quicksand",system-ui;font-weight:500;font-size:16px;color:#666}.breadcrumbs{display:flex;flex-wrap:wrap;align-items:center;gap:8px;padding:12px 16px;margin:0 0 20px 0;background:#f8f9fa;border-radius:8px;font-size:14px;line-height:1.5}.breadcrumbs a{color:var(--inanhIO--color-primary);text-decoration:none;transition:all .2s ease;display:inline-flex;align-items:center;gap:4px}.breadcrumbs a:hover{color:var(--inanhIO--color-hover);text-decoration:underline}.breadcrumbs a:hover::before{transform:translateX(-2px)}.breadcrumbs a:focus-visible{outline:2px solid var(--inanhIO--color-primary);outline-offset:2px;border-radius:4px}.breadcrumbs .breadcrumb-separator{color:#6c757d;font-size:12px;user-select:none}.breadcrumbs .breadcrumb-separator:before{content:"/"}.breadcrumbs .breadcrumb-current{color:#495057;font-weight:600}.breadcrumbs .breadcrumb-current:last-child{font-weight:700;color:#1e1e1e}.breadcrumbs .home-icon{display:inline-flex;align-items:center}.breadcrumbs .home-icon .dashicons{font-size:16px;width:16px;height:16px}.breadcrumbs.compact{padding:8px 12px;font-size:12px;gap:6px}.breadcrumbs.compact .breadcrumb-separator{font-size:10px}.breadcrumbs.large{padding:16px 24px;font-size:16px;gap:10px;border-radius:12px}.breadcrumbs.large .breadcrumb-separator{font-size:14px}.breadcrumbs.transparent{background:transparent;padding:0 0 16px 0}.breadcrumbs.dark{background:#2c3338}.breadcrumbs.dark a{color:var(--inanhIO--color-primary)}.breadcrumbs.dark a:hover{color:#99d9ff}.breadcrumbs.dark .breadcrumb-separator{color:#9ea3a8}.breadcrumbs.dark .breadcrumb-current{color:#e0e0e0}.breadcrumbs.centered{justify-content:center;text-align:center}.breadcrumbs.right-aligned{justify-content:flex-end}.breadcrumbs.bordered{background:transparent;border:1px solid #dee2e6}.breadcrumbs.shadow{box-shadow:0 2px 8px rgba(0,0,0,0.05)}.breadcrumbs[itemscope] .breadcrumb-current[itemprop="item"]{font-weight:600}@media (max-width:768px){.breadcrumbs{padding:10px 12px;font-size:13px;gap:6px;margin-bottom:16px}.breadcrumbs.large{padding:12px 20px;font-size:14px}}@media (max-width:480px){.breadcrumbs{padding:8px 12px;font-size:12px;gap:5px;overflow-x:auto;white-space:nowrap;flex-wrap:nowrap}.breadcrumbs::-webkit-scrollbar{height:2px}.breadcrumbs::-webkit-scrollbar-track{background:#f1f1f1}.breadcrumbs::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:3px}.breadcrumbs a,.breadcrumbs span{flex-shrink:0}.breadcrumbs.wrap-on-mobile{flex-wrap:wrap;white-space:normal;overflow-x:visible}.breadcrumbs.compact{padding:6px 10px;font-size:11px;width:90%;margin:0 auto 12px auto}}.breadcrumbs.animate{animation:breadcrumbFadeIn .3s ease-in-out}@keyframes breadcrumbFadeIn{from{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.breadcrumbs.arrow-separator .breadcrumb-separator:before{content:"→"}.breadcrumbs.double-arrow-separator .breadcrumb-separator:before{content:"»";font-weight:bold}.breadcrumbs.bullet-separator .breadcrumb-separator:before{content:"•";font-size:16px;font-weight:bold}.breadcrumbs.no-separator .breadcrumb-separator{display:none}.breadcrumbs.no-separator a,.breadcrumbs.no-separator .breadcrumb-current{margin-right:8px}.breadcrumbs.with-icons a{display:inline-flex;align-items:center;gap:6px}.breadcrumbs.with-icons a:first-child:before{content:"🏠";font-size:14px}.breadcrumbs.with-icons a:not(:first-child):not(:last-child):before{content:"📁";font-size:12px;opacity:.7}@media print{.breadcrumbs{background:none;padding:0;margin:0 0 10px 0;border:none}.breadcrumbs a{color:#000;text-decoration:underline}.breadcrumbs .breadcrumb-separator{color:#000}}.WrapperDesktop{max-width:90%;margin:0 auto;padding:40px 0;display:flex;gap:30px}.WrapperDesktop>.sidebar{flex:0 0 280px}.WrapperDesktop .product-wrapper{flex:1}.WrapperDesktop .product-category{margin-bottom:50px}.WrapperDesktop .product-category .product-category-title{margin-bottom:24px;padding-bottom:12px;border-bottom:2px solid #e0e0e0}.WrapperDesktop .product-category .product-category-title h2{font-size:24px;font-weight:600;margin:0;color:#1e1e1e;display:inline-block;position:relative}.WrapperDesktop .product-category .product-category-title h2::after{content:"";position:absolute;bottom:-14px;left:0;width:60px;height:3px;background:#007cba}@media screen and (min-width:600px){.WrapperDesktop .product-category .product-category-title{padding-left:0px}}.WrapperDesktop .products-grid{display:grid;grid-template-columns:repeat(4, 1fr);gap:24px}.WrapperDesktop .product-item{background:#fff;border-radius:12px;overflow:hidden;transition:all .3s ease;box-shadow:0 2px 8px rgba(0,0,0,0.05)}.WrapperDesktop .product-item:hover{transform:translateY(-4px);box-shadow:0 12px 24px rgba(0,0,0,0.1)}.WrapperDesktop .product-item:hover .product-image img{transform:scale(1.05)}.WrapperDesktop .product-item .product-image{aspect-ratio:1/1;overflow:hidden}.WrapperDesktop .product-item .product-image img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.WrapperDesktop .product-item .product-info{padding:16px}.WrapperDesktop .product-item .product-info .product-name{font-size:15px;font-weight:600;margin:0 0 8px 0;color:#1e1e1e}.WrapperDesktop .product-item .product-info .product-name a{color:inherit;text-decoration:none}.WrapperDesktop .product-item .product-info .product-name a:hover{color:#007cba}.WrapperDesktop .product-item .product-info .product-price{font-size:16px;font-weight:700;color:#d44950;margin:0}.product-category{margin-top:20px}.product-category .product-category-title{padding:5px}.product-category .product-category-title h2{margin:0;font-size:1rem;font-family:"Quicksand",system-ui}.CategoriesWrapper{display:flex;flex-wrap:wrap;gap:15px;padding:10px}.CategoriesWrapper .CategoriesWrapper__item{flex:1 1 calc(100%)}.CategoriesWrapper .CategoriesWrapper__item .cateLink{transition:background-color .3s ease;display:grid;flex-wrap:revert-layer;text-decoration:none;gap:10px;border-radius:5px;padding:10px;color:#fff;background-image:linear-gradient(157deg, #fe5391b3 0%, #fdd46794 100%)}.CategoriesWrapper .CategoriesWrapper__item .cateLink .title{font-size:1.2rem;text-transform:uppercase;border-bottom:1px solid rgba(253,251,251,0.637);padding-bottom:10px}.CategoriesWrapper .CategoriesWrapper__item .cateLink .description{font-size:.9rem;color:#333;line-height:20px}.CategoriesWrapper .CategoriesWrapper__item .cateLink:hover{background-color:#e0e0e0}@media screen and (min-width:600px){.product-category{margin-top:30px}.product-category .product-category-title{padding:10px}.product-category .product-category-title h2{font-size:1.25rem}}.taxonomy-archive.desktop-container{width:90%;margin:0 auto}.footer{background:#1a1a1a;color:#999;margin-top:60px}.footer .footer-widgets{padding:60px 0 40px;border-bottom:1px solid #2a2a2a}.footer .container{max-width:1200px;margin:0 auto;padding:0 20px}.footer .footer-grid{display:grid;grid-template-columns:repeat(4, 1fr);gap:40px}@media (max-width:992px){.footer .footer-grid{grid-template-columns:repeat(2, 1fr);gap:30px}}@media (max-width:576px){.footer .footer-grid{grid-template-columns:1fr;gap:30px;background:transparent}}.footer .footer-col .footer-title{color:#fff;font-size:18px;font-weight:600;margin:0 0 20px 0;position:relative;padding-bottom:12px}.footer .footer-col .footer-title::after{content:"";position:absolute;bottom:0;left:0;width:40px;height:2px;background:#007cba}.footer .footer-col .footer-content p{line-height:1.6;margin:0 0 15px 0}.footer .footer-col .footer-social{display:flex;gap:12px;margin-top:20px}.footer .footer-col .footer-social a{display:flex;align-items:center;justify-content:center;width:36px;height:36px;background:#2a2a2a;color:#fff;border-radius:50%;transition:all .3s ease}.footer .footer-col .footer-social a:hover{background:#007cba;transform:translateY(-3px)}.footer .footer-col .footer-links{list-style:none;padding:0;margin:0}.footer .footer-col .footer-links li{margin-bottom:12px}.footer .footer-col .footer-links li a{color:#999;text-decoration:none;transition:all .2s ease}.footer .footer-col .footer-links li a:hover{color:#007cba;padding-left:5px}.footer .footer-col .footer-contact .contact-item{display:flex;align-items:flex-start;gap:10px;margin-bottom:15px;font-size:14px;line-height:1.5}.footer .footer-col .footer-contact .contact-item .contact-icon{font-size:18px;flex-shrink:0}.footer .footer-col .footer-contact .contact-item a{color:#999;text-decoration:none}.footer .footer-col .footer-contact .contact-item a:hover{color:#007cba}.footer .footer-bottom{padding:20px 0;background:#111}.footer .footer-bottom .footer-bottom-inner{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:15px}@media (max-width:768px){.footer .footer-bottom .footer-bottom-inner{flex-direction:column;text-align:center}}.footer .footer-bottom p{margin:0;font-size:13px;color:#666}.footer .footer-bottom .footer-payment img{height:30px;opacity:.7;transition:opacity .3s}.footer .footer-bottom .footer-payment img:hover{opacity:1}.footer .footer-bottom .footer-license{font-size:12px}.footer .footer-bottom .footer-license a{color:#666;text-decoration:none}.footer .footer-bottom .footer-license a:hover{color:#007cba}@media (max-width:768px){.footer{background:transparent}.footer .footer-widgets{padding:40px 0 30px}.footer .footer-col .footer-title{font-size:16px;margin-bottom:15px}.footer .footer-bottom{background:transparent;text-align:center;line-height:20px}.footer .footer-bottom .footer-bottom-inner{gap:10px}}.products-archive{display:grid;grid-template-columns:repeat(auto-fill, minmax(280px, 1fr));gap:24px;padding:0px;margin:0 auto;max-width:1400px}.products-archive .product-item{background:#fff;border-radius:10px;overflow:hidden;transition:all .3s cubic-bezier(.4, 0, .2, 1);box-shadow:0 2px 8px rgba(0,0,0,0.05)}.products-archive .product-item:hover{transform:translateY(-4px);box-shadow:0 12px 24px rgba(0,0,0,0.1)}.products-archive .product-item:hover .product-image img{transform:scale(1.05)}.products-archive .product-item:hover .product-name{color:#007cba}.products-archive .product-item .product-row-inner{display:flex;flex-direction:column;height:100%}.products-archive .product-item .product-image{position:relative;overflow:hidden;background:#f8f9fa;aspect-ratio:1 / 1}.products-archive .product-item .product-image img{width:100%;height:100%;object-fit:cover;transition:transform .4s cubic-bezier(.4, 0, .2, 1);display:block}.products-archive .product-item .product-image::after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(to bottom, transparent 0%, rgba(0,0,0,0.1) 100%);opacity:0;transition:opacity .3s ease;pointer-events:none}.products-archive .product-item .product-image:hover::after{opacity:1}.products-archive .product-item .product-info{padding:16px;background:#fff;flex:1;display:flex;flex-direction:column;gap:8px}.products-archive .product-item .product-info .product-name{font-size:1rem;font-weight:600;line-height:1.4;margin:0 0 8px 0;color:#1e1e1e;transition:color .2s ease;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.products-archive .product-item .product-info .product-name:has(+ .product-price){margin-bottom:4px}.products-archive .product-item .product-info .product-price{font-size:1.125rem;font-weight:700;color:#d44950;margin:0}.products-archive .product-item .product-info .product-price strong,.products-archive .product-item .product-info .product-price b{font-size:1.25rem}.products-archive .product-item .product-info .product-badge{position:absolute;top:12px;left:12px;background:#d44950;color:white;padding:4px 10px;border-radius:20px;font-size:.75rem;font-weight:600;z-index:1}@media (max-width:1024px){.products-archive{grid-template-columns:repeat(auto-fill, minmax(240px, 1fr));gap:20px;padding:16px}.products-archive .product-item .product-info{padding:12px}.products-archive .product-item .product-info .product-name{font-size:.9375rem}.products-archive .product-item .product-info .product-price{font-size:1rem}}@media (max-width:767px){.products-archive{grid-template-columns:repeat(auto-fill, minmax(160px, 1fr));gap:12px;padding:12px}.products-archive .product-item{border-radius:5px}.products-archive .product-item .product-info{padding:10px;gap:5px}.products-archive .product-item .product-info .product-name{font-size:.875rem;margin-bottom:4px}.products-archive .product-item .product-info .product-price{font-size:.9375rem}}@media (max-width:480px){.products-archive{grid-template-columns:repeat(auto-fill, minmax(140px, 1fr));gap:10px;padding:10px}.products-archive .product-item .product-info{padding:8px}.products-archive .product-item .product-info .product-name{font-size:.8125rem}.products-archive .product-item .product-info .product-price{font-size:.875rem}}.products-archive.loading .product-item{opacity:.6;pointer-events:none;animation:pulse 1.5s ease-in-out infinite}.products-archive.empty{text-align:center;padding:60px 20px;background:#f8f9fa;border-radius:16px;color:#6c757d}.products-archive.empty p{font-size:1rem;margin:0}@keyframes pulse{0%,100%{opacity:.6}50%{opacity:.8}}.products-archive.grid-cols-2{grid-template-columns:repeat(2, 1fr)}.products-archive.grid-cols-3{grid-template-columns:repeat(3, 1fr)}.products-archive.grid-cols-4{grid-template-columns:repeat(4, 1fr)}.products-archive.grid-cols-5{grid-template-columns:repeat(5, 1fr)}.products-archive.grid-cols-6{grid-template-columns:repeat(6, 1fr)}.products-archive.compact{gap:12px}.products-archive.compact .product-item .product-info{padding:10px}.products-archive.featured-first .product-item:first-child{grid-column:span 2;grid-row:span 2}.products-archive.featured-first .product-item:first-child .product-image{aspect-ratio:16/9}@media (max-width:768px){.products-archive.featured-first .product-item:first-child{grid-column:span 1;grid-row:span 1}}.sidebar .widget-categories{background:#fff;border-radius:8px;padding:20px;box-shadow:0 1px 3px rgba(0,0,0,0.05)}.sidebar .widget-categories .widget-title{font-size:16px;font-weight:600;margin:0 0 16px 0;padding-bottom:10px;color:#1e1e1e;border-bottom:2px solid #007cba}.sidebar .widget-categories .category-list{list-style:none;padding:0;margin:0}.sidebar .widget-categories .category-list li{margin-bottom:10px}.sidebar .widget-categories .category-list li:last-child{margin-bottom:0}.sidebar .widget-categories .category-list li a{display:block;padding:6px 0;color:#495057;text-decoration:none;font-size:14px;transition:all .2s ease}.sidebar .widget-categories .category-list li a:hover{color:#007cba;padding-left:8px}@media (max-width:768px){.sidebar .widget-categories{padding:16px}.sidebar .widget-categories .widget-title{font-size:15px;margin-bottom:12px}.sidebar .widget-categories .category-list li a{font-size:13px;padding:5px 0}}body{font-family:"Open Sans",sans-serif;color:var(--wp--preset--color--black);margin:0;padding:0;--inanhIO--color-primary:oklab(.68 .22 .01);--inanhIO--color-hover:lab(55 82.08 23.96)}.product-wrapper{margin:0 auto}@media screen and (min-width:600px){.product-wrapper{max-width:70%}}