/*!/wp-content/plugins/obsidian-research-material-explorer/assets/css/explorer.css*/body.ore-enabled{--ore-ink:#111827;--ore-muted:#5c6677;--ore-line:#dfe3e8;--ore-soft:#f6f7f9;--ore-red:#d31224;--ore-red-dark:#8f0714;--ore-black:#090a0d;--ore-white:#fff;--ore-radius:18px;--ore-shadow:0 20px 55px rgba(18, 24, 35, .12)}.ore-explorer,.ore-dialog,.ore-recent-section,.ore-account-saved,.ore-material-actions,.ore-toast{box-sizing:border-box}.ore-explorer *,.ore-dialog *,.ore-recent-section *,.ore-account-saved *,.ore-material-actions *{box-sizing:border-box}.ore-explorer{width:min(100%, 1500px);margin:0 auto 34px;color:var(--ore-ink);border:1px solid rgb(17 24 39 / .10);border-radius:24px;background:#fff;box-shadow:var(--ore-shadow);overflow:hidden;isolation:isolate}.ore-explorer__header{position:relative;display:flex;align-items:center;justify-content:space-between;gap:28px;min-height:190px;padding:34px clamp(24px, 4vw, 58px);color:#fff;background:radial-gradient(circle at 12% 25%,rgb(225 25 45 / .34) 0 2px,transparent 3px),radial-gradient(circle at 17% 41%,rgb(255 255 255 / .13) 0 2px,transparent 3px),radial-gradient(circle at 91% 17%,rgb(225 25 45 / .28),transparent 26%),linear-gradient(120deg,#08090c 0%,#17070a 50%,#48030a 100%)}.ore-explorer__header::before,.ore-explorer__header::after{content:"";position:absolute;pointer-events:none;opacity:.5}.ore-explorer__header::before{inset:0;background:linear-gradient(28deg,transparent 47%,rgb(255 255 255 / .10) 48% 48.6%,transparent 49.5%) 7% 31%/120px 90px no-repeat,linear-gradient(-22deg,transparent 47%,rgb(211 18 36 / .35) 48% 48.7%,transparent 49.6%) 19% 45%/145px 100px no-repeat}.ore-explorer__header::after{right:-56px;bottom:-100px;width:330px;height:330px;border:1px solid rgb(255 255 255 / .14);border-radius:50%;box-shadow:0 0 0 36px rgb(255 255 255 / .025),0 0 0 72px rgb(211 18 36 / .04)}.ore-explorer__header>*{position:relative;z-index:1}.ore-eyebrow{display:block;margin:0 0 7px;color:var(--ore-red);font-size:12px;font-weight:800;line-height:1.2;letter-spacing:.14em;text-transform:uppercase}.ore-explorer__header .ore-eyebrow{color:#ff5363}.ore-explorer h2,.ore-dialog h2,.ore-recent-section h2,.ore-account-saved h2{margin:0;color:inherit;font-size:clamp(28px, 3vw, 46px);font-weight:750;line-height:1.06;letter-spacing:-.035em}.ore-explorer__header p{max-width:660px;margin:13px 0 0;color:rgb(255 255 255 / .74);font-size:16px;line-height:1.65}.ore-explorer__utility{display:flex;gap:10px;flex:0 0 auto}.ore-utility-button{min-width:84px;padding:13px 14px!important;color:#fff!important;border:1px solid rgb(255 255 255 / .19)!important;border-radius:13px!important;background:rgb(255 255 255 / .075)!important;box-shadow:none!important;font-size:12px!important;font-weight:700!important;line-height:1.1!important;letter-spacing:.02em;text-align:center;backdrop-filter:blur(12px)}.ore-utility-button:hover{border-color:rgb(255 83 99 / .7)!important;background:rgb(255 255 255 / .13)!important;transform:translateY(-1px)}.ore-utility-button b{display:block;margin-top:7px;color:#ff5363;font-size:18px}.ore-filter-toggle{display:none}.ore-filter-panel{display:grid;grid-template-columns:minmax(210px,1.45fr) repeat(4,minmax(130px,1fr));gap:15px;align-items:end;padding:24px clamp(20px, 3vw, 42px) 20px;border-bottom:1px solid var(--ore-line);background:linear-gradient(180deg,#fff,#fbfbfc)}.ore-field{min-width:0}.ore-field--search{position:relative;z-index:8}.ore-field label,.ore-switch b{display:block;margin-bottom:8px;color:#313948;font-size:12px;font-weight:760;letter-spacing:.045em;text-transform:uppercase}.ore-field label{display:flex;align-items:center;gap:6px}.ore-field-icon{display:inline-flex;width:14px;height:14px;color:#d20b20}.ore-field-icon svg{width:100%;height:100%;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.ore-field input,.ore-field select{width:100%;min-height:47px;margin:0;padding:0 14px;color:var(--ore-ink);border:1px solid #cfd4dc;border-radius:11px;outline:none;background:#fff;font:inherit;font-size:14px;box-shadow:0 1px 1px rgb(17 24 39 / .02)}.ore-field input:focus,.ore-field select:focus{border-color:var(--ore-red);box-shadow:0 0 0 3px rgb(211 18 36 / .12)}.ore-suggestions[hidden]{display:none!important}.ore-suggestions{position:absolute;z-index:30;top:calc(100% + 7px);left:0;width:min(440px, 92vw);max-height:390px;padding:7px;overflow-y:auto;border:1px solid #d9dde3;border-radius:13px;background:#fff;box-shadow:0 20px 52px rgb(17 24 39 / .18)}.ore-suggestions button{display:flex;align-items:center;gap:11px;width:100%;min-height:58px;padding:7px 9px!important;color:var(--ore-ink)!important;border:0!important;border-radius:9px!important;background:transparent!important;box-shadow:none!important;text-align:left}.ore-suggestions button:hover,.ore-suggestions button:focus-visible{background:#fff2f3!important}.ore-suggestions img{width:44px;height:44px;flex:0 0 auto;object-fit:cover;border-radius:8px}.ore-suggestions span{display:flex;min-width:0;flex-direction:column;gap:2px}.ore-suggestions b{overflow:hidden;color:#202735;font-size:13px;line-height:1.25;text-overflow:ellipsis;white-space:nowrap}.ore-suggestions small{color:var(--ore-muted);font-size:10px}.ore-switch{display:flex;align-items:center;align-self:center;gap:10px;min-height:47px;margin-top:21px;cursor:pointer}.ore-switch input{position:absolute;opacity:0;pointer-events:none}.ore-switch span{position:relative;width:43px;height:24px;flex:0 0 auto;border-radius:999px;background:#b7bec8;transition:background .18s ease}.ore-switch span::after{content:"";position:absolute;top:3px;left:3px;width:18px;height:18px;border-radius:50%;background:#fff;box-shadow:0 2px 7px rgb(0 0 0 / .22);transition:transform .18s ease}.ore-switch input:checked+span{background:var(--ore-red)}.ore-switch input:checked+span::after{transform:translateX(19px)}.ore-switch input:focus-visible+span{box-shadow:0 0 0 3px rgb(211 18 36 / .18)}.ore-switch b{margin:0;text-transform:none;letter-spacing:0}.ore-filter-actions{display:flex;gap:9px;align-items:center;justify-content:flex-end}.ore-apply,.ore-reset,.ore-no-results button{min-height:43px;padding:0 18px!important;border-radius:10px!important;font-size:13px!important;font-weight:750!important;line-height:1!important}.ore-apply,.ore-no-results button{color:#fff!important;border:1px solid var(--ore-red)!important;background:linear-gradient(135deg,#ef1b30,#b40717)!important}.ore-reset{color:#4b5563!important;border:1px solid #d5d9df!important;background:#fff!important}.ore-results-meta{display:flex;align-items:center;justify-content:space-between;gap:18px;min-height:64px;padding:13px clamp(20px, 3vw, 42px);border-bottom:1px solid #edf0f3}.ore-results-meta p{margin:0;color:var(--ore-muted);font-size:13px;font-weight:650;white-space:nowrap}.ore-active-chips{display:flex;flex-wrap:wrap;gap:7px}.ore-active-chips span{padding:7px 10px;color:#7f111b;border:1px solid #f1c8cd;border-radius:999px;background:#fff4f5;font-size:11px;font-weight:700}.ore-results-grid,.ore-mini-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;padding:25px clamp(20px, 3vw, 42px) 31px}.ore-mini-grid{grid-template-columns:repeat(3,minmax(0,1fr));padding:4px 0}.ore-product-card{position:relative;display:flex;flex-direction:column;min-width:0;overflow:hidden;color:var(--ore-ink);border:1px solid #e0e3e8;border-radius:16px;background:#fff;box-shadow:0 9px 30px rgb(17 24 39 / .055);transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease}.ore-product-card:hover{transform:translateY(-4px);border-color:#d0d4da;box-shadow:0 17px 38px rgb(17 24 39 / .11)}.ore-product-card__image{position:relative;display:block;aspect-ratio:1 / 1;padding:12px;overflow:hidden;background:linear-gradient(145deg,#f7f7f8,#fff)}.ore-product-card__image img{display:block;width:100%;height:100%;object-fit:cover;border-radius:11px}.ore-product-card__stock{position:absolute;top:22px;right:22px;padding:6px 9px;color:#fff;border-radius:999px;background:rgb(9 10 13 / .84);font-size:10px;font-weight:800;letter-spacing:.05em;text-transform:uppercase}.ore-product-card__body{display:flex;flex:1;flex-direction:column;padding:17px}.ore-card__doc{display:inline-flex;align-items:center;align-self:flex-start;gap:6px;margin-bottom:10px;color:#31584a;font-size:10px;font-weight:780;line-height:1.25;letter-spacing:.025em}.ore-card__doc i{width:7px;height:7px;flex:0 0 auto;border-radius:50%;background:#24a66c;box-shadow:0 0 0 3px rgb(36 166 108 / .12)}.ore-card__doc--record{color:#6d5b30}.ore-card__doc--record i{background:#c79a2b;box-shadow:0 0 0 3px rgb(199 154 43 / .12)}.ore-product-card h3{margin:0 0 7px;font-size:16px;font-weight:780;line-height:1.28;letter-spacing:-.015em}.ore-product-card h3 a{color:var(--ore-ink);text-decoration:none}.ore-product-card__summary{margin:0 0 13px;color:var(--ore-muted);font-size:12px;line-height:1.55}.ore-product-card__price{margin-top:auto;padding-top:8px;color:#b40818;font-size:16px;font-weight:800}.ore-product-card__actions{display:grid;grid-template-columns:1.15fr 1fr 1fr;gap:7px;margin-top:14px}.ore-product-card__actions button{min-width:0;min-height:39px;padding:0 8px!important;border-radius:9px!important;font-size:11px!important;font-weight:730!important;line-height:1!important}.ore-card-primary{color:#fff!important;border:1px solid #101218!important;background:#101218!important}.ore-card-icon{color:#4f5868!important;border:1px solid #daddE3!important;background:#fff!important}.ore-card-icon.is-active{color:#a20918!important;border-color:#e4aab0!important;background:#fff4f5!important}.ore-product-card--mini .ore-product-card__body{padding:13px}.ore-product-card--mini h3{font-size:14px}.ore-product-card--mini .ore-product-card__actions{grid-template-columns:1fr}.ore-product-card--mini .ore-product-card__actions button:not(.ore-card-primary){display:none}.ore-loading[hidden],.ore-results-grid[hidden]{display:none!important}.ore-loading{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;padding:25px clamp(20px, 3vw, 42px) 31px}.ore-loading span:not(.screen-reader-text){display:block;aspect-ratio:.72;border-radius:16px;background:linear-gradient(90deg,#f3f4f5 25%,#fafafa 40%,#f3f4f5 65%);background-size:300% 100%;animation:ore-shimmer 1.3s infinite}@keyframes ore-shimmer{to{background-position:-100% 0}}.ore-no-results{grid-column:1 / -1;padding:60px 20px;text-align:center;border:1px dashed #d4d8df;border-radius:16px;background:#fafbfc}.ore-no-results h3{margin:0 0 8px;font-size:23px}.ore-no-results p{margin:0 0 18px;color:var(--ore-muted)}.ore-pagination{display:flex;justify-content:center;gap:7px;padding:0 20px 32px}.ore-pagination:empty{display:none}.ore-pagination button{min-width:40px;min-height:40px;padding:0 12px!important;color:#343b48!important;border:1px solid #d7dbe1!important;border-radius:9px!important;background:#fff!important;font-size:12px!important;font-weight:700!important}.ore-pagination button[aria-current="page"]{color:#fff!important;border-color:var(--ore-red)!important;background:var(--ore-red)!important}.ore-noscript{margin:0;padding:15px 24px;color:#6a4b00;background:#fff7d8;font-size:13px}body.ore-results-ready.woocommerce-shop .woocommerce-result-count,body.ore-results-ready.woocommerce-shop .woocommerce-ordering,body.ore-results-ready.woocommerce-shop .woocommerce-pagination,body.ore-results-ready.woocommerce-shop main ul.products,body.ore-results-ready.tax-product_cat .woocommerce-result-count,body.ore-results-ready.tax-product_cat .woocommerce-ordering,body.ore-results-ready.tax-product_cat .woocommerce-pagination,body.ore-results-ready.tax-product_cat main ul.products,body.ore-results-ready.tax-product_tag .woocommerce-result-count,body.ore-results-ready.tax-product_tag .woocommerce-ordering,body.ore-results-ready.tax-product_tag .woocommerce-pagination,body.ore-results-ready.tax-product_tag main ul.products{display:none!important}body.ore-results-ready .ore-results-grid--native ul.products.ore-native-product-loop{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr));width:100%!important;margin:0!important;padding:0!important}.ore-results-grid--native{display:block;padding:25px clamp(20px, 3vw, 42px) 31px}.ore-results-grid--native ul.products::before,.ore-results-grid--native ul.products::after{display:none!important}.ore-results-grid--native ul.products li.product{width:auto!important;margin:0!important}.ore-results-grid--native .woocommerce-LoopProduct-link,.ore-results-grid--native .woocommerce-loop-product__link{animation:none!important;background-color:transparent!important;background-image:none!important}.ore-material-actions{display:flex;flex-wrap:wrap;gap:7px;width:100%;margin:10px 0 4px}.ore-material-actions .ore-action{min-height:34px;padding:0 11px!important;color:#303846!important;border:1px solid #d9dde3!important;border-radius:8px!important;background:#fff!important;box-shadow:none!important;font-size:10px!important;font-weight:750!important;line-height:1!important}.ore-material-actions .ore-action--preview{color:#fff!important;border-color:#15171c!important;background:#15171c!important}.ore-material-actions .ore-action.is-active{color:#9f0918!important;border-color:#e5aeb4!important;background:#fff4f5!important}body.ore-enabled.woocommerce-shop ul.products li.product .woosq-btn,body.ore-enabled.woocommerce-shop ul.products li.product .woosc-btn,body.ore-enabled.woocommerce-shop ul.products li.product .woosw-btn,body.ore-enabled.tax-product_cat ul.products li.product .woosq-btn,body.ore-enabled.tax-product_cat ul.products li.product .woosc-btn,body.ore-enabled.tax-product_cat ul.products li.product .woosw-btn,body.ore-enabled.tax-product_tag ul.products li.product .woosq-btn,body.ore-enabled.tax-product_tag ul.products li.product .woosc-btn,body.ore-enabled.tax-product_tag ul.products li.product .woosw-btn{display:none!important}body.ore-enabled.woocommerce-shop .ast-shop-toolbar-container,body.ore-enabled.tax-product_cat .ast-shop-toolbar-container,body.ore-enabled.tax-product_tag .ast-shop-toolbar-container,body.ore-enabled.woocommerce-shop .ast-filter-wrap,body.ore-enabled.tax-product_cat .ast-filter-wrap,body.ore-enabled.tax-product_tag .ast-filter-wrap,body.ore-enabled.woocommerce-shop .wc-block-product-filters,body.ore-enabled.tax-product_cat .wc-block-product-filters,body.ore-enabled.tax-product_tag .wc-block-product-filters{display:none!important}body.ore-enabled.woocommerce-shop ul.products li.product,body.ore-enabled.tax-product_cat ul.products li.product,body.ore-enabled.tax-product_tag ul.products li.product{position:relative}body.ore-enabled.woocommerce-shop ul.products li.product .ore-stock-badge,body.ore-enabled.tax-product_cat ul.products li.product .ore-stock-badge,body.ore-enabled.tax-product_tag ul.products li.product .ore-stock-badge{position:absolute;z-index:8;top:12px;right:12px;display:inline-flex!important;align-items:center;min-height:27px;padding:0 10px;color:#fff!important;border:1px solid rgb(255 255 255 / .20);border-radius:999px;background:rgb(18 20 26 / .94);box-shadow:0 5px 15px rgb(0 0 0 / .26);font-size:10px;font-weight:800;letter-spacing:.045em;line-height:1;text-transform:uppercase;pointer-events:none}body.ore-enabled.woocommerce-shop ul.products li.product .ast-shop-product-out-of-stock,body.ore-enabled.tax-product_cat ul.products li.product .ast-shop-product-out-of-stock,body.ore-enabled.tax-product_tag ul.products li.product .ast-shop-product-out-of-stock{display:none!important}.ore-dialog[hidden],.ore-toast[hidden]{display:none!important}body.ore-dialog-open{overflow:hidden}.ore-dialog{position:fixed;z-index:999999;inset:0;display:grid;place-items:center;padding:22px}.ore-dialog__backdrop{position:absolute;inset:0;background:rgb(5 6 8 / .76);backdrop-filter:blur(7px)}.ore-dialog__panel{position:relative;width:min(1100px, 100%);max-height:min(88vh, 900px);overflow:auto;border:1px solid rgb(255 255 255 / .18);border-radius:22px;outline:none;background:#fff;box-shadow:0 40px 120px rgb(0 0 0 / .42)}.ore-dialog__header{position:sticky;z-index:3;top:0;display:flex;align-items:center;justify-content:space-between;gap:20px;padding:20px clamp(20px, 4vw, 36px);color:#fff;border-bottom:1px solid rgb(255 255 255 / .10);background:linear-gradient(115deg,#090a0d,#31050a 72%,#620612)}.ore-dialog h2{font-size:clamp(23px, 3vw, 34px)}.ore-dialog__close{width:42px;height:42px;padding:0!important;color:#fff!important;border:1px solid rgb(255 255 255 / .22)!important;border-radius:50%!important;background:rgb(255 255 255 / .08)!important;font-size:26px!important;line-height:1!important}.ore-dialog__content{padding:clamp(22px, 4vw, 40px)}.ore-dialog-loading{width:40px;height:40px;margin:40px auto;border:3px solid #eceef1;border-top-color:var(--ore-red);border-radius:50%;animation:ore-spin .8s linear infinite}@keyframes ore-spin{to{transform:rotate(360deg)}}.ore-preview{display:grid;grid-template-columns:minmax(260px,.8fr) minmax(0,1.2fr);gap:clamp(25px, 5vw, 58px)}.ore-preview__media{padding:15px;border:1px solid #e1e4e8;border-radius:17px;background:#f7f8f9}.ore-preview__media img{display:block;width:100%;aspect-ratio:1 / 1;object-fit:cover;border-radius:12px}.ore-preview__copy p{margin:0;color:var(--ore-muted);line-height:1.7}.ore-preview__copy p.is-collapsed{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:4}.ore-copy-toggle{margin:8px 0 0;padding:0!important;color:#a40817!important;border:0!important;background:transparent!important;box-shadow:none!important;font-size:12px!important;font-weight:780!important;line-height:1.4!important;text-decoration:underline;text-underline-offset:3px}.ore-preview__status{display:flex;flex-wrap:wrap;align-items:center;gap:13px;margin-bottom:17px}.ore-preview__status>span:first-child{padding:7px 10px;border-radius:999px;font-size:11px;font-weight:800}.ore-preview__status .is-stocked{color:#17613f;background:#eaf8f1}.ore-preview__status .is-out{color:#7c2630;background:#fbecef}.ore-preview__status .ore-card__doc{margin:0}.ore-technical-list{margin:23px 0;border-top:1px solid #e4e7eb}.ore-technical-list div{display:grid;grid-template-columns:minmax(125px,.38fr) minmax(0,1fr);gap:18px;padding:11px 0;border-bottom:1px solid #e4e7eb}.ore-technical-list dt{color:var(--ore-muted);font-size:12px;font-weight:720}.ore-technical-list dd{margin:0;overflow-wrap:anywhere;color:#1b2230;font-size:13px;font-weight:650}.ore-preview__notice{display:flex;flex-direction:column;gap:2px;padding:13px 15px;color:#fff;border-left:4px solid var(--ore-red);border-radius:9px;background:#14161b}.ore-preview__notice strong{font-size:12px;text-transform:uppercase;letter-spacing:.06em}.ore-preview__notice span{color:rgb(255 255 255 / .72);font-size:12px}.ore-preview__actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:18px}.ore-primary-link,.ore-secondary-link,.ore-empty-list a{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:0 17px;border-radius:10px;font-size:12px;font-weight:780;text-decoration:none!important}.ore-primary-link{color:#fff!important;background:linear-gradient(135deg,#ec1b2f,#a30615)}.ore-secondary-link{color:#303846!important;border:1px solid #d7dbe1;background:#fff}.ore-muted{color:var(--ore-muted)}.ore-compare-wrap{max-width:100%;overflow-x:auto;border:1px solid #e0e3e7;border-radius:14px}.ore-compare-table{width:100%;min-width:720px;margin:0!important;border-collapse:collapse}.ore-compare-table th,.ore-compare-table td{padding:13px 15px;border:0;border-right:1px solid #e4e7eb;border-bottom:1px solid #e4e7eb;text-align:left;vertical-align:top;font-size:12px;line-height:1.5}.ore-compare-table th{color:#323a48;background:#f7f8f9;font-weight:780}.ore-compare-table thead a{color:#9e0a18;text-decoration:none}.ore-compare-image{width:90px;height:90px;object-fit:cover;border-radius:10px}.ore-compare-notice{margin:15px 0 0;padding:12px 14px;color:#5c4a18;border-radius:9px;background:#fff7df;font-size:12px}.ore-empty-list{padding:34px;text-align:center;border:1px dashed #d5d9df;border-radius:14px;background:#fafbfc}.ore-empty-list h3{margin:0 0 8px;font-size:22px}.ore-empty-list p{color:var(--ore-muted)}.ore-empty-list a{color:#fff!important;background:#15171c}.ore-recent-section,.ore-account-saved{width:min(100%, 1400px);margin:38px auto;padding:clamp(22px, 4vw, 42px);border:1px solid #e1e4e8;border-radius:20px;background:linear-gradient(145deg,#fff,#f7f8f9);box-shadow:0 15px 44px rgb(17 24 39 / .07)}.ore-recent-section__head{margin-bottom:21px}.ore-recent-section h2,.ore-account-saved h2{font-size:clamp(25px, 3vw, 37px);color:var(--ore-ink)}.ore-account-saved>p{color:var(--ore-muted)}.ore-toast{position:fixed;z-index:1000000;right:24px;bottom:24px;max-width:min(380px, calc(100vw - 32px));padding:13px 17px;color:#fff;border:1px solid rgb(255 255 255 / .16);border-radius:11px;background:#14161b;box-shadow:0 17px 48px rgb(0 0 0 / .25);font-size:13px;font-weight:700}.ore-dialog button:focus-visible,.ore-explorer button:focus-visible,.ore-explorer a:focus-visible,.ore-material-actions button:focus-visible,.ore-recent-section a:focus-visible,.ore-account-saved a:focus-visible{outline:3px solid rgb(211 18 36 / .35)!important;outline-offset:2px}@media (max-width:1180px){.ore-filter-panel{grid-template-columns:repeat(3,minmax(0,1fr))}.ore-results-grid,.ore-loading{grid-template-columns:repeat(3,minmax(0,1fr))}.ore-mini-grid{grid-template-columns:repeat(2,minmax(0,1fr))}body.ore-results-ready .ore-results-grid--native ul.products.ore-native-product-loop{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:820px){.ore-explorer{border-radius:18px}.ore-explorer__header{align-items:flex-start;flex-direction:column;min-height:0;padding:27px 22px}.ore-explorer__utility{width:100%}.ore-utility-button{min-width:0;flex:1}.ore-filter-toggle{display:flex;align-items:center;justify-content:space-between;width:calc(100% - 36px);min-height:49px;margin:18px;padding:0 16px!important;color:#252c38!important;border:1px solid #d5d9df!important;border-radius:11px!important;background:#fff!important;font-size:13px!important;font-weight:780!important}.ore-filter-toggle i{width:9px;height:9px;border-right:2px solid;border-bottom:2px solid;transform:rotate(45deg) translateY(-2px);transition:transform .18s ease}.ore-filter-toggle[aria-expanded="true"] i{transform:rotate(225deg) translate(-2px,-2px)}.ore-filter-panel{display:none;grid-template-columns:1fr 1fr;padding:4px 18px 21px}.ore-filter-panel.is-open{display:grid}.ore-field--search{grid-column:1 / -1}.ore-results-grid,.ore-loading{grid-template-columns:repeat(2,minmax(0,1fr))}body.ore-results-ready .ore-results-grid--native ul.products.ore-native-product-loop{grid-template-columns:repeat(2,minmax(0,1fr))}.ore-preview{grid-template-columns:1fr}.ore-preview__media{max-width:430px;margin:auto}}@media (max-width:560px){.ore-explorer{width:100%;margin-bottom:24px;border-radius:14px}.ore-explorer__header{padding:24px 18px}.ore-explorer h2{font-size:30px}.ore-explorer__header p{font-size:14px}.ore-utility-button{padding:11px 7px!important}.ore-filter-panel{grid-template-columns:1fr}.ore-field--search{grid-column:auto}.ore-switch{margin-top:3px}.ore-filter-actions{justify-content:stretch}.ore-filter-actions button{flex:1}.ore-results-meta{align-items:flex-start;flex-direction:column-reverse;padding:13px 18px}.ore-results-grid,.ore-loading{grid-template-columns:1fr;padding:18px}body.ore-results-ready .ore-results-grid--native ul.products.ore-native-product-loop{grid-template-columns:1fr}.ore-results-grid--native{padding:18px}.ore-mini-grid{grid-template-columns:1fr}body.ore-enabled.woocommerce-shop ul.products li.product .ore-stock-badge,body.ore-enabled.tax-product_cat ul.products li.product .ore-stock-badge,body.ore-enabled.tax-product_tag ul.products li.product .ore-stock-badge{top:10px;right:10px;min-height:25px;padding:0 8px;font-size:9px}.ore-product-card__actions{grid-template-columns:1.1fr 1fr 1fr}body.ore-enabled.woocommerce-shop ul.products li.product .ore-material-actions,body.ore-enabled.tax-product_cat ul.products li.product .ore-material-actions,body.ore-enabled.tax-product_tag ul.products li.product .ore-material-actions{display:flex!important;position:relative!important;z-index:4;width:100%!important;margin:10px 0 4px!important;padding:0!important;opacity:1!important;visibility:visible!important}body.ore-enabled.woocommerce-shop ul.products li.product .ore-material-actions .ore-action,body.ore-enabled.tax-product_cat ul.products li.product .ore-material-actions .ore-action,body.ore-enabled.tax-product_tag ul.products li.product .ore-material-actions .ore-action{display:inline-flex!important;align-items:center;justify-content:center;flex:1 1 0%;min-width:0}.ore-dialog{padding:0;align-items:end}.ore-dialog__panel{width:100%;max-height:94vh;border-radius:19px 19px 0 0}.ore-dialog__header{padding:18px}.ore-dialog__content{padding:18px}.ore-technical-list div{grid-template-columns:1fr;gap:4px}.ore-preview__actions{flex-direction:column}.ore-primary-link,.ore-secondary-link{width:100%}.ore-recent-section,.ore-account-saved{margin:24px auto;padding:19px;border-radius:15px}.ore-toast{right:16px;bottom:calc(16px + env(safe-area-inset-bottom))}}@media (prefers-reduced-motion:reduce){.ore-explorer *,.ore-dialog *,.ore-product-card,.ore-material-actions *{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}