:root{--om-yellow:#fed700;--om-ink:#333e48;--om-blue:#0062bd;--om-muted:#8a9298;--om-border:#e5e5e5;--om-soft:#f5f5f5;--om-paper:#fff;--om-body:#fff;--om-font:"Open Sans",Arial,Helvetica,sans-serif;scroll-behavior:smooth}
*{box-sizing:border-box}body.om-site{margin:0;background:var(--om-body);color:var(--om-ink);font:14px/1.5 var(--om-font);overflow-x:hidden}a{color:inherit;text-decoration:none}a:hover{color:var(--om-blue)}button,input,select,textarea{font:inherit}button,a,input,select{ -webkit-tap-highlight-color:transparent}button{cursor:pointer}button:disabled{cursor:default}button{color:inherit}img{max-width:100%;height:auto}svg{vertical-align:middle}button:focus-visible,a:focus-visible,input:focus-visible,summary:focus-visible,select:focus-visible{outline:2px solid var(--om-blue);outline-offset:4px}h1,h2,h3,p{margin-top:0}h1{font-size:30px;line-height:1.2;font-weight:400}h2{font-size:22px;font-weight:400}h3{font-size:15px}.screen-reader-text{position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.skip-link:focus{clip:auto;width:auto;height:auto;background:var(--om-yellow);padding:16px;z-index:99999;top:0;left:0}.om-icon{width:22px;height:22px;flex-shrink:0}.om-container{width:calc(100% - 48px);max-width:1170px;margin-inline:auto}.om-topbar{border-bottom:1px solid var(--om-border);font-size:11px;color:#65717a;background:var(--om-paper)}.om-topbar .om-container{min-height:34px;display:flex;align-items:center;justify-content:space-between;gap:20px}.om-topbar .om-container>div{display:flex;align-items:center}.om-topbar a{padding:0 13px;border-right:1px solid #ddd;white-space:nowrap}.om-topbar a:last-child{padding-right:0;border:0}.om-topbar .om-icon{height:12px;width:12px;margin-right:4px}.om-header{background:var(--om-paper);position:relative;z-index:30}.om-header-main{display:flex;align-items:center;gap:30px;height:104px}.om-brand{display:flex;align-items:center;flex:0 0 250px}.om-brand img{display:block;width:228px;height:92px;object-fit:contain}.om-search{display:flex;align-items:center;flex:1;min-width:0;height:44px;border:2px solid var(--om-yellow);border-radius:28px;overflow:hidden;background:var(--om-paper)}.om-search input{border:0;outline:0;background:transparent;color:var(--om-ink);width:100%;min-width:0;padding:11px 18px;font-size:13px}.om-search select{border:0;background:transparent;font-size:11px;color:var(--om-ink);max-width:150px;padding:8px 8px 8px 0;cursor:pointer}.om-search button{border:0;background:var(--om-yellow);align-self:stretch;flex:0 0 55px;color:#333e48}.om-search input:focus-visible{outline:0;box-shadow:inset 0 -2px var(--om-ink)}.om-header-actions{display:flex;gap:23px;align-items:center;margin-left:3px}.om-header-actions>a,.om-header-actions>button{border:0;background:none;position:relative;padding:5px;display:flex;align-items:center;justify-content:center}.om-header-actions .om-icon{width:24px;height:24px}.om-count{position:absolute;bottom:-3px;right:-4px;background:var(--om-yellow);color:#333e48;border-radius:50%;font-size:10px;min-width:17px;height:17px;display:grid;place-items:center;font-weight:700}.om-cart{gap:9px;white-space:nowrap;font-weight:700}.om-nav{background:var(--om-paper)}.om-nav-inner{display:flex;align-items:center;position:relative;height:48px}.om-departments{width:270px;flex:0 0 270px;position:relative;align-self:stretch}.om-departments>summary{background:var(--om-yellow);border-radius:8px 8px 0 0;color:#333e48;list-style:none;display:flex;align-items:center;gap:12px;padding:14px 18px;height:48px;cursor:pointer;font-size:14px}.om-departments>summary::-webkit-details-marker{display:none}.om-departments>summary .om-icon:first-child{width:16px;height:16px}.om-departments>summary .om-icon:last-child{width:13px;height:13px;margin-left:auto}.om-department-menu{position:absolute;top:100%;left:0;width:100%;background:var(--om-paper);border:1px solid var(--om-border);box-shadow:0 5px 12px #00000006;padding:5px 14px 7px}.om-department-menu ul{list-style:none;padding:0;margin:0}.om-department-menu li>a{display:flex;align-items:center;gap:8px;min-height:30px;line-height:1.1;border-bottom:1px solid var(--om-border);font-size:12px;padding:7px 0}.om-department-menu li:last-child>a{border-bottom:0}.om-department-menu li>a>svg:first-child{width:16px;height:16px;flex-shrink:0;color:#778087}.om-department-menu li>a>.om-icon:last-child{margin-left:auto;width:12px;height:12px}.om-department-menu li:hover>a{font-weight:700;color:var(--om-ink)}.om-department-menu li>a:hover>svg{color:var(--om-blue)}.om-megamenu{display:none;position:absolute;left:calc(100% - 1px);top:0;min-height:100%;width:min(780px,calc(100vw - 340px));background:var(--om-paper);padding:26px 32px;box-shadow:5px 7px 22px #0002;border-top:3px solid var(--om-yellow);z-index:50}.om-department-menu li:hover>.om-megamenu,.om-department-menu li:focus-within>.om-megamenu{display:block;animation:om-rise .18s ease-out}.om-mega-title{font-weight:700;font-size:18px;display:flex;gap:12px;margin-bottom:24px}.om-mega-title .om-icon{width:18px}.om-mega-columns{columns:3;column-gap:30px}.om-mega-columns>div{break-inside:avoid;margin-bottom:20px}.om-mega-columns a{display:block;font-size:13px;padding-block:5px}.om-mega-columns .om-mega-heading{font-weight:700}.om-main-nav{display:flex;gap:28px;align-items:center;padding-left:28px;font-size:12px;font-weight:700;white-space:nowrap}.om-main-nav .om-nav-accent{color:#e63340}.om-shipping-note{margin-left:auto;font-weight:700;font-size:11px;padding-left:12px;white-space:nowrap}.om-hero{background:linear-gradient(125deg,#f0f0f0 0%,#fafafa 45%,#eee 100%);overflow:hidden;isolation:isolate}.om-hero-container{min-height:459px;position:relative}.om-hero:before{content:"";position:absolute;pointer-events:none}.om-hero-slides{margin-left:292px;position:relative}.om-slide{display:flex;align-items:center;min-height:459px;position:relative}.om-slide[hidden]{display:none}.om-slide:after{content:"";position:absolute;z-index:-1;inset:45% -40% -110% -60%;transform:rotate(-18deg);background:repeating-linear-gradient(0deg,transparent 0 29px,#d6d6d636 30px 31px);pointer-events:none}.om-slide-copy{width:55%;position:relative;z-index:2;padding:24px 0}.om-eyebrow{font-size:12px;color:#16a5ce;font-weight:700;margin-bottom:13px}.om-slide h1,.om-slide h2{font-size:37px;line-height:1.03;font-weight:300;letter-spacing:-1.2px;color:#53616a;margin-bottom:16px}.om-slide h1 strong,.om-slide h2 strong{font-weight:700;color:#333e48}.om-slide-copy>p:not(.om-eyebrow){font-size:13px;color:#63717b;max-width:280px;margin-bottom:25px}.om-button{border:0;border-radius:9px;background:var(--om-yellow);color:#333e48;display:inline-flex;align-items:center;justify-content:center;gap:12px;padding:12px 26px;font-size:13px;font-weight:600;transition:background .2s,transform .2s}.om-button:hover{background:#e9c500;color:#17202a;transform:translateY(-1px)}.om-button .om-icon{width:17px;height:17px}.om-slide-image{position:absolute;right:-12px;top:16px;width:49%;height:419px;display:flex;align-items:center;justify-content:center;z-index:1;opacity:1;mix-blend-mode:normal}.om-slide-image img{height:100%;width:100%;object-fit:contain;filter:url(#om-hero-solid-alpha)}.om-hero-filter-defs{position:absolute;pointer-events:none}.om-slide.is-active .om-slide-copy{animation:om-slide-copy .5s ease-out}.om-slide.is-active .om-slide-image{animation:om-slide-image .65s ease-out}.om-slider-controls{position:absolute;left:0;bottom:18px;display:flex;gap:18px;align-items:center;z-index:5}.om-dots{display:flex;gap:8px;align-items:center}.om-dots button{border:0;padding:0;width:7px;height:7px;border-radius:6px;background:#b6bbbf;transition:width .25s,background .25s}.om-dots button[aria-pressed=true]{width:27px;background:var(--om-yellow)}.om-slider-pause{border:0;background:transparent;color:#818a90;font-size:12px;width:25px;height:22px}.om-home-catalog{font-size:11px;margin:10px 0 0;color:#7b858c;text-align:center}.om-home-catalog a,.om-catalog-note a{color:var(--om-blue);text-decoration:underline}.om-catalog-note{font-size:12px;background:var(--om-soft);padding:11px 18px;margin-top:14px;margin-bottom:10px;border-radius:3px}.om-promo-tiles{display:grid;grid-template-columns:repeat(3,1fr);gap:28px;margin:28px 0 34px}.om-promo-tile{background:var(--om-soft);min-height:140px;display:flex;align-items:center;gap:12px;padding:16px 20px;overflow:hidden;color:#626d74}.om-promo-tile img{width:46%;height:111px;object-fit:contain;mix-blend-mode:multiply;transition:transform .3s}.om-promo-tile:hover img{transform:scale(1.06)}.om-promo-tile p{font-size:15px;line-height:1.15;margin:0 0 8px;font-weight:400}.om-promo-tile strong{font-weight:700}.om-promo-tile span{display:flex;align-items:center;gap:8px;font-size:11px;font-weight:700;color:var(--om-ink)}.om-promo-tile i{display:grid;place-items:center;width:16px;height:16px;background:var(--om-yellow);border-radius:50%}.om-promo-tile i svg{width:10px;height:10px}.om-feature-section{display:grid;grid-template-columns:360px minmax(0,1fr);gap:28px;margin-bottom:28px}.om-special{border:2px solid var(--om-yellow);border-radius:20px;padding:25px 24px;text-align:center;display:flex;align-items:center;flex-direction:column;justify-content:flex-start}.om-special-heading{display:flex;align-items:center;justify-content:space-between;width:100%;text-align:left;gap:15px}.om-special h2{font-size:20px;max-width:175px;margin:0}.om-special-heading>span{width:73px;height:73px;background:var(--om-yellow);color:#333e48;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-direction:column;font-size:13px;line-height:1.2;flex-shrink:0}.om-special-heading strong{font-size:18px}.om-special>a:first-of-type{display:block;width:100%;margin-block:10px}.om-special img{width:100%;height:292px;object-fit:contain}.om-special h3{color:var(--om-blue);font-size:15px;margin:8px 0 12px}.om-special p{font-size:13px;max-width:265px;color:#737e85;margin-bottom:22px}.om-special .om-button{width:100%}.om-special small{font-size:11px;color:var(--om-muted);margin-top:14px}.om-feature-products{min-width:0}.om-tabs{display:flex;justify-content:center;gap:28px;border-bottom:1px solid var(--om-border);height:45px;margin-bottom:10px}.om-tabs button{background:none;border:0;position:relative;font-size:16px;padding:0 2px 12px;color:#77828b}.om-tabs button[aria-selected=true]{color:var(--om-ink);font-weight:700}.om-tabs button[aria-selected=true]:after{content:"";position:absolute;bottom:-1px;left:0;right:0;height:2px;background:var(--om-yellow)}.om-tabs button[aria-selected=true]:before{content:"";position:absolute;bottom:-7px;left:50%;border:3px solid transparent;border-top-color:var(--om-yellow)}[role=tabpanel][hidden]{display:none}.om-product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr))}.om-product{position:relative;min-width:0;background:var(--om-paper);padding:18px 20px 13px;display:grid;grid-template-columns:1fr;grid-template-rows:auto 170px minmax(58px,auto);border-right:1px solid var(--om-border);transition:box-shadow .18s,transform .18s;isolation:isolate}.om-product:nth-child(3n){border-right-color:transparent}.om-product:hover,.om-product:focus-within{box-shadow:0 0 12px #00000026;z-index:5}.om-product-category{display:block;font-size:10px;color:var(--om-muted);line-height:1.3;margin-bottom:7px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.om-product h3{font-size:12px;line-height:1.4;font-weight:700;color:var(--om-blue);height:50px;overflow:hidden;margin:0 0 8px}.om-product-image{height:100%;width:100%;display:flex;align-items:center;justify-content:center;padding:6px 0;overflow:hidden}.om-product-image img{width:100%;height:100%;object-fit:contain;transition:transform .3s}.om-product:hover .om-product-image img{transform:scale(1.035)}.om-product-bottom{display:flex;align-items:center;gap:8px;justify-content:space-between;align-self:end;min-height:42px}.om-product-price{font-size:18px;line-height:1.2;font-weight:400}.om-product-price del{font-size:10px;color:#9da4a9}.om-product-price ins{color:#ee3345;text-decoration:none}.om-product-price .woocommerce-Price-currencySymbol{font-size:.75em}.om-product-go{display:grid;place-items:center;border-radius:50%;background:#edf0f1;color:#fff;flex:0 0 31px;width:31px;height:31px;transition:background .2s,color .2s}.om-product-go svg{height:17px;width:17px}.om-product:hover .om-product-go,.om-product:focus-within .om-product-go{background:var(--om-yellow);color:#fff}.om-product-actions{position:absolute;left:0;right:0;top:100%;height:39px;display:flex;justify-content:center;gap:18px;background:var(--om-paper);opacity:0;pointer-events:none;transform:translateY(-4px);transition:opacity .18s,transform .18s;box-shadow:0 8px 12px #00000016;z-index:6}.om-product-actions:before{content:"";position:absolute;left:16px;right:16px;top:0;height:1px;background:var(--om-border)}.om-product:hover .om-product-actions,.om-product:focus-within .om-product-actions{opacity:1;pointer-events:auto;transform:translateY(0)}.om-product-actions button{border:0;background:none;font-size:10px;color:var(--om-muted);display:flex;align-items:center;gap:5px;white-space:nowrap;padding:7px 0}.om-product-actions svg{width:13px;height:13px}.om-product-actions button[aria-pressed=true]{color:var(--om-blue)}.om-product-actions button[aria-pressed=true] svg{fill:#fed70044}.om-showcase-wrap{background:var(--om-soft);padding:28px 0;margin:28px 0 40px}.om-showcase{display:grid;grid-template-columns:1fr 2fr 1fr;gap:1px;background:var(--om-border)}.om-showcase-side{display:grid;gap:1px}.om-showcase-side .om-product{padding:17px 20px;grid-template-rows:auto 170px minmax(58px,auto);border:0}.om-showcase-main{background:var(--om-paper);padding:25px 28px 22px;min-width:0;display:flex;flex-direction:column}.om-showcase-main h2{font-size:14px;font-weight:700;color:var(--om-blue);max-width:370px;line-height:1.4}.om-showcase-image{flex:1;min-height:350px;display:flex;align-items:center;justify-content:center}.om-showcase-image img{width:100%;height:380px;object-fit:contain}.om-gallery-thumbs{display:flex;gap:10px;margin-top:20px}.om-gallery-thumbs button{background:var(--om-paper);border:1px solid var(--om-border);padding:3px;width:62px;height:62px;transition:border .2s}.om-gallery-thumbs button[aria-pressed=true]{border-bottom:2px solid var(--om-yellow)}.om-gallery-thumbs img{width:100%;height:100%;object-fit:contain}.om-showcase-bottom{display:flex;align-items:center;justify-content:space-between;margin-top:28px;gap:15px}.om-showcase-bottom .om-button{border-radius:25px;padding:10px 18px;font-size:12px}.om-section{margin-block:32px 50px}.om-section-heading{display:flex;align-items:center;justify-content:space-between;gap:20px;border-bottom:1px solid var(--om-border);margin-bottom:22px;min-height:42px}.om-section-heading h2{font-size:22px;font-weight:400;position:relative;margin:0;padding-bottom:13px}.om-section-heading h2:after{content:"";position:absolute;bottom:-1px;left:0;background:var(--om-yellow);width:115px;height:2px}.om-section-heading>a{font-size:11px;border:1px solid var(--om-yellow);padding:3px 14px;border-radius:20px;margin-bottom:10px;white-space:nowrap}.om-section-heading>a svg{height:10px;width:10px}.om-compact-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px 20px}.om-product.compact{display:grid;grid-template-columns:95px minmax(0,1fr);grid-template-rows:auto auto;border:0;column-gap:14px;padding:8px;min-height:125px}.om-product.compact .om-product-image{grid-column:1;grid-row:1/3;height:115px}.om-product.compact .om-product-info{grid-column:2;grid-row:1}.om-product.compact .om-product-bottom{grid-column:2;grid-row:2;min-height:25px;align-self:start}.om-product.compact .om-product-go{display:none}.om-product.compact .om-product-price{font-size:16px}.om-product.compact h3{height:auto;max-height:49px;font-size:12px;margin-bottom:5px}.om-product.compact .om-product-category{margin-bottom:5px}.om-wide-promo{display:flex;align-items:center;background:var(--om-soft);min-height:110px;padding:18px 42px;gap:30px;position:relative;overflow:hidden;margin:40px 0 34px}.om-wide-promo>div{font-size:20px;color:#939aa0;flex:1}.om-wide-promo strong{color:#53616a}.om-wide-promo p{font-size:12px;margin:4px 0 0}.om-wide-promo>img{height:150px;width:140px;object-fit:contain;mix-blend-mode:multiply;margin-block:-40px}.om-wide-promo .om-button{white-space:nowrap;border-radius:6px}.om-carousel-controls{display:flex;gap:15px}.om-carousel-controls button{background:none;border:0;color:#a7afb6;padding:5px}.om-carousel-controls svg{width:15px;height:15px}.om-carousel-controls [data-om-prev] svg{transform:rotate(180deg)}.om-carousel-track{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;padding:4px 2px 43px;scroll-behavior:smooth}.om-carousel-track::-webkit-scrollbar{display:none}.om-carousel-track>.om-product{flex:0 0 calc(100% / 6);scroll-snap-align:start;border-right:1px solid var(--om-border);padding:12px;grid-template-rows:auto 150px minmax(58px,auto)}.om-carousel-track>.om-product:last-child{border-right:0}.om-carousel-track .om-product-price{font-size:16px}.om-carousel-track .om-product-go{width:26px;height:26px;flex-basis:26px}.om-carousel-dots{display:flex;justify-content:center;align-items:center;gap:9px;margin-top:-10px}.om-carousel-dots i{width:7px;height:7px;background:#bec4c9;border-radius:5px}.om-carousel-dots i.active{width:28px;background:var(--om-yellow)}.om-brands{display:flex;align-items:center;justify-content:space-between;gap:25px;border-block:1px solid var(--om-border);margin:20px 0 45px;padding:25px 18px;color:#b7c1d0}.om-brands a{font-size:27px;letter-spacing:1px;font-weight:800;transition:color .2s}.om-brands a:nth-child(2){font-size:34px;letter-spacing:-2px}.om-brands a:nth-child(4){font-style:italic}.om-brands a:hover{color:#6f7b87}.om-bottom-products{display:grid;grid-template-columns:1fr 1fr 1fr 270px;gap:25px;margin-bottom:50px}.om-bottom-products .om-section-heading h2{font-size:16px}.om-bottom-products .om-section-heading{margin-bottom:15px}.om-product.compact.mini{grid-template-columns:65px minmax(0,1fr);column-gap:12px;padding:6px 0;min-height:98px}.om-product.compact.mini .om-product-image{height:85px}.om-product.mini .om-product-category{display:none}.om-product.mini h3{font-size:11px;max-height:46px;margin-bottom:7px}.om-product.mini .om-product-price{font-size:14px}.om-product.mini .om-product-actions{display:none}.om-bottom-promo{background:var(--om-soft);padding:23px;display:flex;flex-direction:column;color:#8b959c;align-items:center;text-align:center}.om-bottom-promo>span{font-size:20px;line-height:1.15;font-weight:300}.om-bottom-promo strong{color:var(--om-ink)}.om-bottom-promo img{width:100%;height:205px;object-fit:contain;mix-blend-mode:multiply}.om-bottom-promo b{font-size:11px;color:var(--om-ink);display:flex;gap:10px;align-items:center}.om-bottom-promo .om-icon{width:15px;height:15px}.om-contact-strip{background:var(--om-yellow);color:#333e48;padding-block:16px}.om-contact-strip .om-container{display:flex;align-items:center;gap:24px}.om-contact-strip .om-container>div{display:flex;align-items:center;gap:16px;font-size:19px;white-space:nowrap}.om-contact-strip p{font-size:12px;margin:0;flex:1}.om-contact-strip a{display:flex;align-items:stretch;background:#fff;border-radius:25px;overflow:hidden;font-size:12px}.om-contact-strip a>span{padding:11px 25px;color:#899097;min-width:180px}.om-contact-strip b{background:#333e48;color:#fff;display:flex;align-items:center;gap:12px;padding:11px 22px;font-weight:400}.om-contact-strip b svg{width:16px;height:16px}.om-footer{background:#f8f8f8;color:#53616a}.om-footer-main{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:38px;padding-block:45px 48px}.om-footer .om-brand{margin-top:-20px;margin-left:-8px}.om-call-us{display:flex;align-items:center;gap:17px;margin:5px 0 30px}.om-call-us>.om-icon{width:44px;height:44px;color:#edc700}.om-call-us small{display:block;font-size:11px;color:#879097}.om-call-us a{font-size:23px;font-weight:400}.om-footer h3{font-size:12px;font-weight:700;margin:0 0 12px}.om-footer-company>p{font-size:11px;line-height:1.8;margin-bottom:10px}.om-footer-email{font-size:11px}.om-footer-links{display:flex;flex-direction:column;align-items:flex-start;gap:9px;font-size:11px;padding-top:15px}.om-footer-links h3{margin-bottom:16px}.om-footer-links button{border:0;background:none;padding:0;text-align:left;font-size:11px}.om-footer-links button:hover{color:var(--om-blue)}.om-footer-bottom{background:#eaeaea;padding:16px 0;font-size:11px}.om-footer-bottom .om-container{display:flex;justify-content:space-between;gap:20px}.om-back-top{position:fixed;right:28px;bottom:40px;width:36px;height:36px;border:0;border-radius:50%;display:grid;place-items:center;background:#a8afb4cc;color:#fff;z-index:70;transition:background .2s}.om-back-top:hover{background:#667580}.om-back-top[hidden]{display:none}.om-back-top svg{width:18px;height:18px}.om-theme-toggle{position:fixed;left:0;bottom:20%;z-index:60;border:1px solid #ddd;border-radius:0 12px 12px 0;background:#fff;color:#5b6771;padding:10px 5px;display:flex;flex-direction:column;gap:8px;align-items:center;box-shadow:1px 1px 8px #0001}.om-theme-toggle svg{width:16px;height:16px}.om-theme-toggle span{writing-mode:vertical-rl;font-size:10px}.om-dialog{border:0;border-radius:15px;padding:28px;width:min(960px,calc(100% - 32px));max-height:85vh;background:var(--om-paper);color:var(--om-ink);box-shadow:0 15px 70px #0003}.om-dialog::backdrop{background:#18222fb0;backdrop-filter:blur(2px)}.om-dialog-heading{display:flex;align-items:center;justify-content:space-between;gap:20px}.om-dialog-heading h2{margin:0}.om-dialog-heading button{border:0;background:none;padding:5px}.om-dialog-note{color:var(--om-muted);font-size:12px;margin:8px 0 24px}.om-saved-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}.om-saved-item img{width:100%;height:160px;object-fit:contain;background:#fff}.om-saved-item h3{font-size:13px;color:var(--om-blue);line-height:1.5;margin-block:10px}.om-saved-item button,.om-compare-table button{border:0;background:none;color:#777;text-decoration:underline;font-size:11px;padding:4px 0}.om-compare-wrap{overflow-x:auto}.om-compare-table{width:100%;border-collapse:collapse;min-width:500px;text-align:left}.om-compare-table td,.om-compare-table th{padding:15px;border:1px solid var(--om-border);vertical-align:top;font-size:12px}.om-compare-table th{font-weight:600;width:120px}.om-compare-table img{height:150px;max-width:180px;object-fit:contain;background:#fff;display:block;margin-bottom:15px}.om-compare-table a{color:var(--om-blue);display:block;line-height:1.4}.om-compare-table button{display:block;margin-top:15px}.om-toast{position:fixed;bottom:25px;left:50%;transform:translateX(-50%);z-index:1000;background:#333e48;color:#fff;padding:12px 22px;border-radius:8px;box-shadow:0 3px 20px #0003;font-size:13px;max-width:calc(100% - 40px)}.om-toast[hidden]{display:none}
/* Category and detail pages use the same compact storefront language. */
.om-page,.om-single,.om-archive{padding-top:26px;padding-bottom:65px;min-height:50vh}.woocommerce .woocommerce-breadcrumb,.woocommerce-breadcrumb{font-size:12px;color:#8b949b;margin-bottom:30px}.om-page>h1{border-bottom:1px solid var(--om-border);padding-bottom:22px}.om-page-content{max-width:900px;line-height:1.8}.om-page-content h2{font-size:23px;margin-top:32px}.om-page-content a:not(.button):not(.om-button){color:var(--om-blue)}.om-shop-layout{display:grid;grid-template-columns:250px minmax(0,1fr);gap:40px}.om-shop-sidebar h2{font-size:18px;border-bottom:2px solid var(--om-yellow);padding-bottom:13px;margin-bottom:14px}.om-shop-sidebar details{border-bottom:1px solid var(--om-border);padding:9px 0}.om-shop-sidebar summary{display:flex;align-items:center;gap:8px;list-style:none;font-size:12px;cursor:pointer}.om-shop-sidebar summary::-webkit-details-marker{display:none}.om-shop-sidebar summary>svg:first-child{width:18px;height:18px}.om-shop-sidebar summary>svg:last-child{width:12px;height:12px;margin-left:auto}.om-shop-sidebar details>a{display:flex;justify-content:space-between;gap:10px;font-size:11px;padding:6px 0 6px 25px}.om-shop-sidebar details>a:first-of-type{margin-top:10px}.om-shop-sidebar details>a.om-subcategory{padding-left:38px}.om-shop-sidebar a.is-current{font-weight:700;color:var(--om-blue)}.om-shop-sidebar small{color:#a2a9ae}.om-stock-filter{margin:30px 0;font-size:12px}.om-stock-filter strong,.om-stock-filter a{display:block;margin-bottom:10px}.om-sidebar-promo{display:flex;flex-direction:column;padding:28px;background:var(--om-yellow);border-radius:5px;gap:16px;color:#333e48}.om-sidebar-promo strong{font-size:26px;line-height:1.2}.om-sidebar-promo span{font-size:11px;display:flex;align-items:center;gap:8px}.om-sidebar-promo svg{width:15px;height:15px}.om-shop-results{min-width:0}.om-shop-results header h1{font-size:27px;margin-bottom:24px}.om-shop-results .term-description{font-size:13px;color:#7a858e}.om-shop-toolbar{background:var(--om-soft);padding:13px 17px;display:flex;align-items:center;justify-content:space-between;gap:15px;border-radius:8px;margin-bottom:20px}.woocommerce .om-shop-toolbar .woocommerce-result-count,.woocommerce .om-shop-toolbar .woocommerce-ordering{margin:0;float:none;font-size:12px}.om-shop-toolbar select{border:1px solid var(--om-border);border-radius:18px;padding:6px 25px 6px 12px;color:var(--om-ink);background:var(--om-paper);max-width:100%;font-size:12px}.om-shop-results ul.products{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px 0;list-style:none;padding:0;margin:0 0 35px}.om-shop-results ul.products:before,.om-shop-results ul.products:after{display:none!important}.woocommerce ul.products li.om-loop-product,.om-shop-results ul.products li.om-loop-product{float:none!important;width:auto!important;margin:0!important;padding:0!important;clear:none!important}.om-loop-product .om-product{height:100%;min-height:340px;grid-template-rows:auto 185px minmax(58px,auto);border-right:1px solid var(--om-border)}.om-loop-product:nth-child(3n) .om-product{border-right-color:transparent}.woocommerce ul.products li.product .om-product h3{font-size:12px;padding:0}.woocommerce ul.products li.product .om-product img{margin:0;box-shadow:none}.woocommerce nav.woocommerce-pagination ul{border:0;display:flex;gap:8px;justify-content:center}.woocommerce nav.woocommerce-pagination ul li{border:0}.woocommerce nav.woocommerce-pagination ul li a,.woocommerce nav.woocommerce-pagination ul li span{border:1px solid var(--om-border);border-radius:50%;width:38px;height:38px;display:grid;place-items:center;font-size:12px}.woocommerce nav.woocommerce-pagination ul li span.current{background:var(--om-yellow);border-color:var(--om-yellow);color:#333e48}.om-empty-results{padding:35px 0}.woocommerce div.product div.images{width:46%}.woocommerce div.product div.summary{width:49%}.woocommerce div.product .product_title{font-size:26px;line-height:1.3;margin-bottom:20px;font-weight:400}.woocommerce div.product p.price,.woocommerce div.product span.price{font-size:27px;color:var(--om-ink)}.woocommerce div.product .woocommerce-product-gallery img{max-height:520px;object-fit:contain;background:#fff}.woocommerce div.product .flex-control-thumbs{margin-top:15px!important;display:flex;gap:10px}.woocommerce div.product .flex-control-thumbs li{width:70px!important;border:1px solid var(--om-border)}.woocommerce div.product .flex-control-thumbs img{height:65px;object-fit:contain}.woocommerce div.product .woocommerce-tabs ul.tabs{border-bottom:1px solid var(--om-border);padding:0;text-align:center}.woocommerce div.product .woocommerce-tabs ul.tabs:before,.woocommerce div.product .woocommerce-tabs ul.tabs li:before,.woocommerce div.product .woocommerce-tabs ul.tabs li:after{display:none}.woocommerce div.product .woocommerce-tabs ul.tabs li{background:none;border:0;border-radius:0;margin:0 15px;padding:0 4px}.woocommerce div.product .woocommerce-tabs ul.tabs li.active{border-bottom:2px solid var(--om-yellow)}.woocommerce div.product .woocommerce-tabs ul.tabs li a{font-size:17px;font-weight:400;padding:15px 0}.woocommerce .woocommerce-tabs .panel{font-size:14px;line-height:1.8;padding:20px 25px;border:1px solid var(--om-border);border-radius:10px}.woocommerce .related>h2{font-size:22px;border-bottom:1px solid var(--om-border);padding-bottom:15px}.woocommerce .related ul.products{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:0}.woocommerce .related ul.products:before,.woocommerce .related ul.products:after{display:none}.om-site .woocommerce a.button,.om-site .woocommerce button.button,.om-site .dpc-product-details a.button,.om-site .woocommerce input.button{background:var(--om-yellow);color:#333e48;border-radius:22px;border:0;font-size:13px;padding:13px 24px;font-weight:600}.dpc-product-details{font-size:12px}.dpc-variants table{font-size:12px}.dpc-variants .price{font-size:14px!important}.woocommerce div.product .product_meta{font-size:12px;color:#89939a}.woocommerce .woocommerce-info,.woocommerce .woocommerce-message{border-top-color:var(--om-yellow);background:var(--om-soft)}.woocommerce form .form-row input.input-text,.woocommerce form .form-row textarea,.om-page-content input,.om-page-content textarea,.om-page-content select{border:1px solid var(--om-border);border-radius:5px;padding:10px;background:var(--om-paper);color:var(--om-ink)}.woocommerce table.shop_table{border-color:var(--om-border)}.woocommerce .woocommerce-MyAccount-navigation a{display:block;padding:10px;border-bottom:1px solid var(--om-border)}.woocommerce .woocommerce-MyAccount-navigation ul{list-style:none;padding:0}
/* Dark mode is optional and kept local to the visitor's browser. */
html.om-dark{--om-paper:#202a33;--om-body:#18212a;--om-ink:#e2e7ec;--om-muted:#a2aeb8;--om-border:#35414c;--om-soft:#26313b;--om-blue:#6caeef}html.om-dark .om-topbar,html.om-dark .om-footer{background:#202a33;color:#bdc7d0}html.om-dark .om-footer-bottom{background:#111a23}html.om-dark .om-brand img{background:#fff;border-radius:7px;padding:3px}html.om-dark .om-hero{background:#eaeaea}html.om-dark .om-product-image{background:#fff;border-radius:3px}html.om-dark .om-product-image img,html.om-dark .om-special img,html.om-dark .om-showcase-image img{background:#fff}html.om-dark .om-promo-tile img,html.om-dark .om-wide-promo>img,html.om-dark .om-bottom-promo img{mix-blend-mode:normal;background:#fff;border-radius:3px}html.om-dark .om-special{background:var(--om-paper)}html.om-dark .om-theme-toggle{background:#333e48;color:#fff;border-color:#56616a}
@keyframes om-rise{from{opacity:0;transform:translateY(7px)}to{opacity:1;transform:translateY(0)}}@keyframes om-slide-copy{from{opacity:0;transform:translateX(-20px)}to{opacity:1;transform:translateX(0)}}@keyframes om-slide-image{from{transform:translateX(32px)}to{transform:translateX(0)}}
@media(min-width:1100px){.om-header.is-sticky{position:sticky;top:0;box-shadow:0 3px 15px #00000014}.om-header.is-sticky .om-header-main{height:80px}.om-header.is-sticky .om-nav{display:none}.admin-bar .om-header.is-sticky{top:32px}}
@media(max-width:1190px){.om-container{width:calc(100% - 44px)}.om-header-main{gap:20px}.om-brand{flex-basis:225px}.om-search select{max-width:130px}.om-header-actions{gap:14px}.om-shipping-note{display:none}.om-main-nav{gap:25px}.om-departments{width:245px;flex-basis:245px}.om-hero-slides{margin-left:270px}.om-feature-section{grid-template-columns:310px minmax(0,1fr);gap:20px}.om-product{padding-inline:14px}.om-slide h1,.om-slide h2{font-size:32px}.om-special img{height:280px}.om-bottom-products{grid-template-columns:1fr 1fr 1fr 220px;gap:20px}.om-contact-strip .om-container{gap:20px}.om-contact-strip .om-container>div{font-size:17px}.om-contact-strip a>span{min-width:130px;padding-inline:15px}.om-footer-main{gap:25px}.om-carousel-track>.om-product{flex-basis:20%}}
@media(max-width:1000px){.om-header-main{height:95px;flex-wrap:wrap;gap:12px;position:relative}.om-brand{flex-basis:210px}.om-brand img{width:205px;height:82px}.om-search{flex:1;height:42px}.om-search select{display:none}.om-header-actions{gap:10px}.om-main-nav{font-size:11px;gap:20px}.om-departments{flex-basis:230px;width:230px}.om-hero-slides{margin-left:251px}.om-slide-image{width:48%;right:-20px}.om-slide-copy{width:61%}.om-slide h1,.om-slide h2{font-size:28px}.om-slide-copy>p:not(.om-eyebrow){max-width:230px;font-size:12px}.om-feature-section{grid-template-columns:265px minmax(0,1fr);gap:16px}.om-special{padding:20px 16px}.om-special img{height:270px}.om-special h2{font-size:17px}.om-special-heading>span{width:62px;height:62px;font-size:11px}.om-special-heading strong{font-size:15px}.om-product{padding-inline:10px;grid-template-rows:auto 145px minmax(58px,auto)}.om-product h3{font-size:11px}.om-product-price{font-size:16px}.om-product-go{width:27px;height:27px;flex-basis:27px}.om-tabs{gap:22px}.om-tabs button{font-size:14px}.om-promo-tiles{gap:15px}.om-promo-tile{padding:14px 12px;gap:7px}.om-promo-tile p{font-size:13px}.om-compact-grid{gap:15px;grid-template-columns:repeat(2,minmax(0,1fr))}.om-bottom-products{grid-template-columns:repeat(3,minmax(0,1fr));gap:25px}.om-bottom-promo{display:none}.om-carousel-track>.om-product{flex-basis:25%}.om-contact-strip p{display:none}.om-contact-strip .om-container{justify-content:space-between}.om-brands a{font-size:22px}.om-footer-main{grid-template-columns:1.5fr 1fr 1fr;gap:30px}.om-footer-company{grid-row:span 2}.om-footer-links:last-child{grid-column:2/4}.om-shop-layout{grid-template-columns:210px minmax(0,1fr);gap:25px}.om-loop-product .om-product{grid-template-rows:auto 150px minmax(58px,auto)}.om-shop-results ul.products{grid-template-columns:repeat(2,minmax(0,1fr))}.om-loop-product:nth-child(3n) .om-product{border-right-color:var(--om-border)}.om-loop-product:nth-child(2n) .om-product{border-right-color:transparent}}
@media(max-width:760px){.om-container{width:calc(100% - 30px)}.om-topbar{display:none}.om-header-main{height:128px;gap:0;align-content:flex-start;justify-content:space-between}.om-brand{flex:0 0 185px;height:72px}.om-brand img{width:183px;height:72px}.om-header-actions{height:72px;gap:13px}.om-header-actions .om-icon{height:22px;width:22px}.om-header-actions>.om-account-link{display:none}.om-cart-total{display:none}.om-search{order:3;flex:0 0 100%;height:43px;margin:0 0 13px}.om-search input{font-size:12px}.om-search button{flex-basis:50px}.om-search select{display:block;max-width:128px;font-size:10px}.om-nav-inner{height:43px}.om-departments{width:48px;flex-basis:48px}.om-departments>summary{height:43px;border-radius:6px 6px 0 0;justify-content:center;padding:10px}.om-departments>summary strong,.om-departments>summary>.om-icon:last-child{display:none}.om-departments>summary>.om-icon:first-child{width:20px;height:20px}.om-main-nav{padding-left:18px;gap:19px;overflow-x:auto;scrollbar-width:none;flex:1;min-width:0;font-size:11px;height:43px}.om-main-nav a:nth-child(2){display:none}.om-department-menu{position:absolute;left:0;width:min(340px,calc(100vw - 30px));max-height:75vh;overflow-y:auto;padding:8px 18px;box-shadow:0 10px 20px #0002}.om-department-menu li>a{min-height:38px;font-size:13px}.om-megamenu{position:static;box-shadow:none;border:0;width:100%;min-height:0;padding:10px 0 15px 20px}.om-mega-title{font-size:13px;margin-bottom:12px}.om-mega-columns{columns:1}.om-department-menu li:hover>.om-megamenu{display:none}.om-department-menu li:focus-within>.om-megamenu{display:block}.om-hero-container{min-height:345px}.om-hero-slides{margin-left:0}.om-slide{min-height:345px}.om-slide-copy{width:57%;padding:22px 0 40px}.om-eyebrow{font-size:9px;max-width:190px;margin-bottom:12px}.om-slide h1,.om-slide h2{font-size:29px;letter-spacing:-1px}.om-slide-copy>p:not(.om-eyebrow){font-size:11px;max-width:205px;margin-bottom:18px;line-height:1.4}.om-slide-image{width:48%;height:305px;right:-20px;top:10px}.om-slide .om-button{font-size:11px;padding:11px 16px}.om-slider-controls{bottom:12px}.om-home-catalog{font-size:10px;line-height:1.6;margin-top:9px}.om-promo-tiles{grid-template-columns:repeat(3,minmax(0,1fr));gap:9px;margin:20px 0}.om-promo-tile{padding:10px 8px;min-height:162px;flex-direction:column;text-align:center;gap:5px}.om-promo-tile img{height:72px;width:85%}.om-promo-tile p{font-size:10px;margin-bottom:6px;line-height:1.2}.om-promo-tile span{font-size:9px;gap:4px;justify-content:center}.om-promo-tile i{width:12px;height:12px}.om-feature-section{grid-template-columns:1fr;gap:23px}.om-feature-products{order:0}.om-special{order:1;display:grid;grid-template-columns:130px 1fr;padding:18px;column-gap:20px;text-align:left;border-radius:13px}.om-special-heading{grid-column:1/3;grid-row:1;margin-bottom:12px}.om-special h2{font-size:19px;max-width:none}.om-special-heading>span{width:53px;height:53px}.om-special-heading strong{font-size:14px}.om-special>a:first-of-type{grid-column:1;grid-row:2/6;margin:0}.om-special img{height:180px}.om-special h3{grid-column:2;grid-row:2;font-size:14px;margin:0}.om-special p{grid-column:2;grid-row:3;margin:5px 0 12px;font-size:11px}.om-special>.om-button{grid-column:2;grid-row:4;padding:10px;font-size:10px}.om-special small{grid-column:2;grid-row:5;font-size:9px;margin-top:7px}.om-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.om-product{padding:13px;grid-template-rows:auto 158px minmax(58px,auto)}.om-product:nth-child(3n){border-right-color:var(--om-border)}.om-product:nth-child(2n){border-right-color:transparent}.om-product h3{font-size:11px;height:47px}.om-product-category{font-size:9px}.om-product-price{font-size:16px}.om-tabs{margin-bottom:12px;gap:32px}.om-tabs button{font-size:15px}.om-product-actions{position:static;opacity:1;pointer-events:auto;transform:none;box-shadow:none;height:31px;grid-row:4;justify-content:space-between;gap:5px;border-top:1px solid var(--om-border);margin-top:5px}.om-product-actions:before{display:none}.om-product-actions button{font-size:9px}.om-product-actions svg{width:12px;height:12px}.om-product:hover,.om-product:focus-within{box-shadow:none}.om-showcase-wrap{padding:20px 0;margin-top:22px;margin-bottom:25px}.om-showcase{grid-template-columns:1fr 1fr}.om-showcase-main{grid-column:1/3;grid-row:1;padding:20px}.om-showcase-main h2{font-size:14px}.om-showcase-image{min-height:260px}.om-showcase-image img{height:280px}.om-showcase-side{display:contents}.om-showcase-side .om-product{grid-template-rows:auto 165px minmax(58px,auto);padding:13px}.om-showcase-side:first-child .om-product:nth-child(n+2),.om-showcase-side:last-child .om-product:nth-child(n+2){display:none}.om-showcase-bottom{margin-top:18px}.om-gallery-thumbs{margin-top:8px}.om-gallery-thumbs button{width:52px;height:52px}.om-section{margin:25px 0 34px}.om-section-heading h2{font-size:19px}.om-section-heading>a{font-size:10px;padding-inline:10px}.om-compact-grid{grid-template-columns:1fr 1fr;gap:18px 8px}.om-product.compact{grid-template-columns:65px minmax(0,1fr);gap:5px 8px;padding:3px;min-height:125px}.om-product.compact h3{font-size:10px;max-height:56px}.om-product.compact .om-product-image{height:93px}.om-product.compact .om-product-category{font-size:8px}.om-product.compact .om-product-price{font-size:13px}.om-product.compact .om-product-actions{grid-column:1/3;grid-row:3;margin:0;gap:10px;justify-content:center}.om-wide-promo{padding:20px 18px;gap:15px;margin:24px 0;min-height:110px}.om-wide-promo>div{font-size:15px;line-height:1.3}.om-wide-promo p{font-size:10px}.om-wide-promo .om-button{padding:10px;font-size:10px;gap:5px}.om-wide-promo .om-button svg{width:12px;height:12px}.om-wide-promo>img{display:none}.om-carousel-track>.om-product{flex-basis:50%;grid-template-rows:auto 155px minmax(58px,auto)}.om-carousel-track{padding-bottom:16px}.om-carousel-dots{margin-top:3px}.om-brands{gap:27px;overflow-x:auto;justify-content:flex-start;padding:22px 5px;margin:20px 0 25px;scrollbar-width:none}.om-brands a{font-size:24px;white-space:nowrap}.om-bottom-products{grid-template-columns:1fr 1fr;gap:20px;margin-bottom:30px}.om-bottom-products>div:nth-child(3){display:none}.om-product.compact.mini{grid-template-columns:57px minmax(0,1fr);gap:8px;min-height:95px}.om-bottom-products .om-section-heading h2{font-size:15px}.om-product.mini h3{font-size:10px}.om-product.mini .om-product-price{font-size:12px}.om-product.compact.mini .om-product-image{height:80px}.om-contact-strip .om-container{flex-direction:column;gap:12px}.om-contact-strip .om-container>div{font-size:18px;gap:12px}.om-contact-strip a{width:100%;max-width:400px;justify-content:space-between}.om-contact-strip a>span{flex:1}.om-footer-main{grid-template-columns:1fr 1fr;gap:25px;padding:30px 0}.om-footer-company{grid-column:1/3;grid-row:auto;text-align:center}.om-footer .om-brand{margin:0 auto;justify-content:center;width:230px}.om-call-us{justify-content:center;margin:6px 0 20px}.om-footer-links{padding-top:0;gap:9px}.om-footer-links h3{margin-bottom:7px}.om-footer-links:last-child{grid-column:auto}.om-footer-links:nth-child(3){display:none}.om-footer-bottom .om-container{flex-direction:column;align-items:center;text-align:center;gap:8px}.om-theme-toggle{display:none}.om-back-top{right:15px;bottom:20px;width:33px;height:33px}.om-dialog{padding:20px}.om-dialog-heading h2{font-size:20px}.om-saved-grid{grid-template-columns:1fr 1fr;gap:20px 12px}.om-saved-item img{height:125px}.om-saved-item h3{font-size:11px}.om-page,.om-single,.om-archive{padding-top:15px;padding-bottom:40px}.om-shop-layout{grid-template-columns:1fr;gap:15px}.om-shop-sidebar{display:none}.om-shop-results header h1{font-size:24px;margin-bottom:18px}.om-shop-toolbar{padding:10px;font-size:10px}.woocommerce .om-shop-toolbar .woocommerce-result-count{font-size:10px}.om-shop-toolbar select{max-width:180px;font-size:10px;padding:6px}.om-shop-results ul.products{gap:14px 0}.om-loop-product .om-product{grid-template-rows:auto 145px minmax(58px,auto);min-height:0}.om-single .woocommerce-breadcrumb,.om-archive .woocommerce-breadcrumb{font-size:10px;margin-bottom:20px}.woocommerce div.product div.images,.woocommerce div.product div.summary{width:100%;float:none}.woocommerce div.product .product_title{font-size:23px}.woocommerce div.product .woocommerce-tabs ul.tabs li{margin:0 8px}.woocommerce div.product .woocommerce-tabs ul.tabs li a{font-size:13px}.woocommerce .woocommerce-tabs .panel{padding:15px;font-size:13px}.woocommerce .related ul.products{grid-template-columns:repeat(2,minmax(0,1fr))}.woocommerce .related ul.products .om-product{grid-template-rows:auto 150px minmax(58px,auto)}.dpc-variants th,.dpc-variants td{font-size:11px}.woocommerce div.product .woocommerce-product-gallery img{max-height:410px}.om-page h1{font-size:26px}.om-page-content{font-size:13px}.om-page-content h2{font-size:21px}}
@media(prefers-reduced-motion:reduce){:root{scroll-behavior:auto}*,*:before,*:after{animation:none!important;transition:none!important;scroll-behavior:auto!important}}
@media(min-width:1100px){.om-header.is-sticky{position:fixed;left:0;right:0;width:100%;z-index:80}}

.om-submenu-toggle{display:none}
@media(max-width:760px){.om-department-menu>ul>li{position:relative}.om-department-menu li>a{padding-right:30px}.om-submenu-toggle{display:grid;place-items:center;position:absolute;top:3px;right:0;width:30px;height:32px;background:none;border:0}.om-submenu-toggle svg{width:13px;height:13px}.om-department-menu li>a>.om-icon:last-child{display:none}.om-department-menu li:focus-within>.om-megamenu{display:none}.om-department-menu li.is-open>.om-megamenu{display:block}.om-submenu-toggle[aria-expanded=true] svg{transform:rotate(180deg)}}

.om-menu-shortcut{border:0;background:none;padding:4px;flex:0 0 24px}.om-menu-shortcut .om-icon{width:19px;height:19px}.om-header-actions .om-catalog-link{gap:7px;font-size:12px;font-weight:700}.om-header-actions{gap:19px}
@media(min-width:1100px){.om-header.is-sticky.om-sticky-menu .om-nav{display:block}}
@media(max-width:1000px){.om-menu-shortcut{display:none}.om-header-actions .om-catalog-link{display:none}}

/* Gross is primary; net is the secondary catalogue price. */
.om-dual-price{display:inline-flex;flex-direction:column;gap:4px;max-width:100%;line-height:1.25;vertical-align:middle}
.om-price-gross{display:block}
.om-price-label{font-size:11px;font-weight:400;white-space:nowrap;color:var(--om-ink)}
.om-price-net{display:block;font-size:12px;font-weight:400;color:#68737c;line-height:1.4}
.om-price-net .woocommerce-Price-currencySymbol{font-size:inherit}
.om-product-price{min-width:0}
.om-product-bottom{min-height:54px}
.om-product.compact .om-price-net,.om-product.mini .om-price-net{font-size:11px}
.om-product.compact .om-price-label,.om-product.mini .om-price-label{font-size:10px}
.woocommerce div.product .summary>.price .om-price-net{font-size:15px}
.woocommerce div.product .summary>.price .om-price-label{font-size:12px}
.om-saved-item .om-dual-price{font-size:16px}
.om-compare-table .om-price-net{font-size:11px}
html.om-dark .om-price-net{color:#b5bec5}
@media(max-width:760px){.om-price-label{font-size:10px}.om-price-net{font-size:11px}.om-product.compact .om-price-net,.om-product.mini .om-price-net{font-size:10px}.om-product-bottom{gap:5px}.om-product.compact .om-price-label,.om-product.mini .om-price-label{font-size:9px}}

/* Category icons are available on every page, independently of the directory shortcode. */
.om-site .dpk-icon{--dpk-surface:var(--om-paper);width:18px;height:18px;flex:0 0 18px;display:inline-block;vertical-align:middle;fill:none;stroke:currentColor;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round;color:var(--om-muted)}
.om-mega-columns a{display:flex;align-items:flex-start;gap:9px}
.om-mega-columns a .dpk-icon{margin-top:1px}
.om-category-name{min-width:0;flex:1}
.om-mega-title{align-items:center}
.om-mega-title>.dpk-icon{width:22px;height:22px;flex-basis:22px}
.om-mega-columns a:hover>.dpk-icon,.om-mega-columns a:focus-visible>.dpk-icon,.om-shop-sidebar a:hover>.dpk-icon,.om-shop-sidebar a.is-current>.dpk-icon{color:var(--om-blue)}
.om-shop-sidebar details>a{align-items:flex-start;gap:8px}
.om-shop-sidebar details>a>.dpk-icon{width:16px;height:16px;flex-basis:16px}
.om-shop-sidebar details>a>small{margin-left:auto;padding-left:2px}

/* Product enquiry uses the same neutral cards and yellow actions as the shop. */
.om-site .dpz-callout{padding:20px 22px;border:1px solid var(--om-border);border-radius:12px;background:var(--om-paper);color:var(--om-ink);box-shadow:none;font-size:14px;line-height:1.6}
.om-site .dpz-callout h2{display:flex;align-items:center;gap:10px;margin:0 0 10px;color:var(--om-ink);font-size:17px;font-weight:650;line-height:1.4}
.om-site .dpz-callout h2::before{content:"";display:block;width:3px;height:18px;flex:0 0 3px;border-radius:2px;background:var(--om-yellow)}
.om-site .dpz-callout p{margin:0 0 16px;color:var(--om-ink);font-size:13px;line-height:1.65}
.om-site .dpz-callout a.dpz-button,.om-site .dpz-callout a.dpz-button:visited{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:44px;max-width:100%;box-sizing:border-box;padding:11px 18px;border:1px solid transparent;border-radius:9px;background:var(--om-yellow);color:#333e48!important;font-size:13px;font-weight:650;line-height:1.4;text-align:left;text-decoration:none;box-shadow:none;transition:background .18s}
.om-site .dpz-callout a.dpz-button::before{content:"";display:block;flex:0 0 20px;width:20px;height:20px;background:center/contain no-repeat url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2028%2028%22%20fill%3D%22none%22%20stroke%3D%22%23333e48%22%20stroke-width%3D%221.6%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpath%20d%3D%22m9%204-6%204%203%205%203-2v13h10V11l3%202%203-5-6-4c-1%204-9%204-10%200Z%22%2F%3E%3Cpath%20d%3D%22M15%2012h3v3h-3z%22%2F%3E%3C%2Fsvg%3E")}
.om-site .dpz-callout a.dpz-button::after{content:"";display:block;flex:0 0 16px;width:16px;height:16px;margin-left:4px;background:center/contain no-repeat url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22%23333e48%22%20stroke-width%3D%221.7%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpath%20d%3D%22M4%2012h16m-6-6%206%206-6%206%22%2F%3E%3C%2Fsvg%3E");transition:transform .18s}
.om-site .dpz-callout a.dpz-button:hover{background:#e9c500;color:#333e48!important;box-shadow:none;transform:none}
.om-site .dpz-callout a.dpz-button:hover::after{transform:translateX(3px)}
.om-site .dpz-callout a.dpz-button:focus-visible{outline:2px solid var(--om-blue);outline-offset:4px}
.om-site .dpz-callout a.dpz-button:active{background:#dfbd00}
@media(max-width:480px){.om-site .dpz-callout{padding:18px}.om-site .dpz-callout h2{font-size:16px}.om-site .dpz-callout a.dpz-button{width:100%;padding:11px 14px}.om-site .dpz-callout a.dpz-button::after{margin-left:auto}}
@media(prefers-reduced-motion:reduce){.om-site .dpz-callout a.dpz-button,.om-site .dpz-callout a.dpz-button::after{transition:none}.om-site .dpz-callout a.dpz-button:hover::after{transform:none}}

/* Shopping cart stays accessible on desktop and mobile. */
.om-cart-icon{position:relative;display:inline-flex}.om-cart-icon .om-count{right:-8px;bottom:-7px}.om-cart-total{margin-left:4px}
/* Subtle partner links between the copyright and footer tagline. */
.om-footer-bottom .om-container{align-items:center;gap:12px}
.om-footer-bottom .om-container>span{flex-shrink:0}
.om-footer-sites{flex:1;min-width:0}
.om-footer-sites ul{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:2px 0;list-style:none;padding:0;margin:0}
.om-footer-sites li{display:flex;align-items:center}
.om-footer-sites li+li::before{content:"·";margin:0 7px;color:#8b9298;font-size:10px}
.om-footer-sites a{display:inline-block;padding:3px 0;font-size:10px;line-height:1.5;font-weight:400;color:#636b72;white-space:nowrap}
.om-footer-sites a:hover{color:var(--om-ink);text-decoration:underline;text-underline-offset:3px}
html.om-dark .om-footer-sites a{color:#a5afb8}
html.om-dark .om-footer-sites a:hover{color:var(--om-ink)}
@media(max-width:760px){.om-footer-bottom .om-container{gap:5px}.om-footer-sites{flex:auto}.om-footer-sites a{padding-block:4px}}
.om-main-nav>a{display:inline-flex;align-items:center;gap:8px}.om-main-nav>a>.om-icon{width:16px;height:16px;flex:0 0 16px;opacity:.85}.om-main-nav>a:hover>.om-icon{opacity:1}
@media(max-width:760px){.om-main-nav>a{gap:6px}.om-main-nav>a>.om-icon{width:14px;height:14px;flex-basis:14px}}

/* Give product tab content real inner spacing after WooCommerce defaults. */
.woocommerce div.product .woocommerce-tabs .woocommerce-Tabs-panel.panel{padding:28px 32px;margin-bottom:30px}
.woocommerce div.product .woocommerce-tabs .woocommerce-Tabs-panel.panel>h2{margin:0 0 20px}
.woocommerce div.product .woocommerce-tabs .woocommerce-Tabs-panel.panel>:last-child{margin-bottom:0}
@media(max-width:760px){.woocommerce div.product .woocommerce-tabs .woocommerce-Tabs-panel.panel{padding:20px 18px}.woocommerce div.product .woocommerce-tabs .woocommerce-Tabs-panel.panel>h2{margin-bottom:16px}}

.om-catalog-filters{margin:0 0 22px;border:1px solid var(--om-border);border-radius:12px;background:var(--om-paper)}
.om-catalog-filters>summary{display:flex;align-items:center;gap:12px;list-style:none;padding:17px 20px;cursor:pointer;font-size:14px}.om-catalog-filters>summary::-webkit-details-marker{display:none}.om-catalog-filters>summary>.om-icon{width:18px;height:18px}.om-catalog-filters>summary>.om-icon:last-child{margin-left:auto}.om-catalog-filters[open]>summary>.om-icon:last-child{transform:rotate(180deg)}.om-catalog-filters>summary>span{color:var(--om-muted);font-size:11px}.om-catalog-filters form{padding:0 20px 20px}.om-filter-fields{display:grid;grid-template-columns:repeat(auto-fit,minmax(145px,1fr));gap:15px}.om-filter-fields label,.om-filter-price legend{display:block;font-size:12px;font-weight:600;margin:0 0 7px}.om-filter-fields select,.om-filter-fields input{display:block;width:100%;min-width:0;background:var(--om-paper);color:var(--om-ink);border:1px solid #ccd3d9;border-radius:6px;padding:9px 10px;margin-top:7px;height:42px}.om-filter-price{margin:0;padding:0;border:0;min-width:0;grid-column:span 2}.om-filter-price legend{padding:0}.om-filter-price>div{display:flex;align-items:center;gap:9px}.om-filter-price label{flex:1;min-width:0;margin:0}.om-filter-price input{margin:0}.om-filter-actions{display:flex;align-items:center;gap:16px;flex-wrap:wrap;margin-top:18px;font-size:12px}.om-filter-actions>label{display:flex;gap:9px;align-items:center;margin-right:auto}.om-filter-actions input{accent-color:#0062bd}.om-filter-actions>a{color:var(--om-muted);text-decoration:underline}.om-filter-actions .om-button{font-size:12px;padding:11px 17px}
@media(max-width:760px){.om-catalog-filters>summary{padding:14px}.om-catalog-filters>summary>span{display:none}.om-catalog-filters form{padding:0 14px 16px}.om-filter-fields{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.om-filter-fields input,.om-filter-fields select{font-size:16px}.om-filter-actions>label{width:100%;font-size:12px}.om-filter-actions{gap:15px}.om-filter-actions .om-button{flex:1}}

.om-description-content{max-width:100ch;font-size:14px;line-height:1.85}.om-description-content p{margin:0 0 18px}.om-product-features{padding-left:22px;margin:18px 0 24px}.om-product-features li{padding-left:5px;margin:0 0 10px}.om-product-features li::marker{color:#a58b00}.om-product-specs{margin:24px 0 0;border-top:1px solid var(--om-border)}.om-product-specs>div{display:grid;grid-template-columns:150px 1fr;gap:24px;padding:14px 0;border-bottom:1px solid var(--om-border)}.om-product-specs dt{font-weight:650}.om-product-specs dd{margin:0}
.om-size-guide{margin:20px 0;border:1px solid var(--om-border);border-radius:10px;background:var(--om-paper)}.om-size-guide>summary{display:flex;align-items:center;gap:10px;padding:14px 17px;list-style:none;font-size:13px;font-weight:650;cursor:pointer}.om-size-guide>summary::-webkit-details-marker{display:none}.om-size-guide>summary .om-icon{width:18px;height:18px}.om-size-guide>summary .om-icon:last-child{margin-left:auto}.om-size-guide[open]>summary .om-icon:last-child{transform:rotate(180deg)}.om-size-guide-content{padding:4px 18px 20px;font-size:12px;line-height:1.7}.om-size-guide-content p{margin:0 0 14px}.om-size-guide-content a{color:var(--om-blue)}.om-size-chart-image{overflow-x:auto;margin-bottom:12px;background:#fff}.om-size-chart-image img{display:block;min-width:800px;width:100%;max-width:none;height:auto}.om-size-guide-note{color:var(--om-muted)}.om-size-guide-contact{display:inline-flex;gap:8px;align-items:center;font-weight:600}.om-size-guide-contact svg{width:17px;height:17px}
@media(max-width:760px){.om-description-content{font-size:13px;line-height:1.85}.om-product-specs>div{grid-template-columns:100px 1fr;gap:14px}.om-size-guide-content{padding-inline:15px}}

.om-marking-links{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin:35px 0}.om-marking-links>a{display:flex;align-items:center;gap:12px;border:1px solid var(--om-border);border-radius:10px;padding:20px;font-size:14px;font-weight:650;background:var(--om-paper)}.om-marking-links>a .om-icon{width:20px;height:20px;flex-shrink:0}.om-marking-links>a .om-icon:last-child{margin-left:auto;width:16px}.om-marking-links>a:hover{border-color:#d1b100}.om-marking-products{margin:38px 0}.om-marking-products>p{font-size:13px;color:var(--om-muted);max-width:850px}.om-marking-collection-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:25px}.om-marking-lead{font-size:18px;line-height:1.7;max-width:900px}.om-marking-content{max-width:900px}.om-marking-content h2{margin-top:32px}.om-marking-content p,.om-marking-content li{line-height:1.8}.om-marking-cta{background:var(--om-soft);padding:28px;border-radius:12px;margin:30px 0}.om-marking-cta p{margin-bottom:18px}
@media(max-width:760px){.om-marking-links{grid-template-columns:1fr;gap:12px}.om-marking-links>a{padding:16px}.om-marking-lead{font-size:16px}.om-marking-cta{padding:22px}.om-marking-products .om-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}

/* Keep the full product inside every card, including WooCommerce archive defaults. */
.om-product .om-product-image{min-width:0;min-height:0;padding:8px}
.om-product .om-product-image>img,
.woocommerce ul.products li.product .om-product a.om-product-image>img{display:block;width:100%;height:100%;max-width:100%;max-height:100%;min-height:0;object-fit:contain;object-position:center;margin:0;flex:0 1 auto}
.om-product:hover .om-product-image>img{transform:scale(1.02)}

/* Continuous pointer area between category labels and the desktop flyout. */
@media(min-width:761px){
 .om-department-menu>ul>li{margin-inline:-14px;padding-inline:14px}
 .om-department-menu.om-hover-ready>ul>li>.om-megamenu{display:none;animation:none}
 .om-department-menu.om-hover-ready>ul>li.is-hovered>.om-megamenu{display:block}
 .om-department-menu.om-hover-ready>ul>li.is-hovered>a{font-weight:700;color:var(--om-ink)}
}

/* Fractional digits are slightly quieter; the complete monetary text remains accessible. */
.om-site .om-price-fraction{font-size:.8em;font-weight:inherit;line-height:inherit;vertical-align:baseline}

/* Search landing pages: readable content without enlarging product cards. */
.om-home-marking>p{max-width:760px;color:var(--om-muted)}.om-collection-intro{display:grid;grid-template-columns:minmax(0,1.5fr) minmax(230px,1fr);gap:28px;align-items:start;margin:24px 0 38px}.om-collection-intro .om-marking-cta{margin:0}.om-collection-faq{margin:35px 0;max-width:900px}.om-collection-faq details{border-bottom:1px solid var(--om-border);padding:17px 0}.om-collection-faq summary{cursor:pointer;font-weight:650}.om-collection-faq details p{margin:14px 0 0;line-height:1.8}.om-home-marking .om-marking-links{margin-bottom:0}@media(max-width:760px){.om-collection-intro{grid-template-columns:1fr;gap:12px}}
