@font-face{font-family:OpenSansLocal;src:url(./open-sans.woff2) format("woff2");font-display:swap;font-weight:400}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--text);font-family:OpenSansLocal,Open Sans,Arial,sans-serif;font-size:14px;line-height:1.45;background:#fff}[hidden]{display:none!important}img{display:block;max-width:100%;height:auto}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}.container{width:min(calc(100% - 40px),var(--page-width));margin-inline:auto}.skip-link{position:fixed;z-index:9999;top:10px;left:10px;padding:10px 14px;background:#fff;transform:translateY(-150%);box-shadow:0 2px 15px #0003}.skip-link:focus{transform:none}.section{padding:42px 0}.section--tight{padding:28px 0}.section--soft{background:var(--surface)}.section-heading{display:flex;align-items:center;justify-content:space-between;gap:20px;margin:0 0 20px}.section-heading h2{font-size:25px;line-height:1.2;font-weight:500;margin:0}.section-heading a{color:var(--brand);font-weight:600}.button{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:10px 24px;border:1px solid var(--brand);border-radius:5px;background:var(--brand);color:#fff;font-weight:600;cursor:pointer;transition:.2s}.button:hover{background:var(--brand-dark)}.button--outline{background:#fff;color:var(--brand)}.button--small{min-height:36px;padding:7px 16px;font-size:12px}.field{width:100%;min-height:46px;border:1px solid #d9d9d9;border-radius:4px;background:#fff;padding:10px 14px}.rte{font-size:15px;line-height:1.7}.rte a{text-decoration:underline;color:var(--brand)}.site-header{position:relative;z-index:50}.header-main{background:var(--brand);color:#fff}.header-main__inner{height:108px;display:grid;grid-template-columns:150px 160px minmax(260px,1fr) auto;align-items:center;gap:25px}.site-logo{display:flex;align-items:center}.site-logo img{width:auto;max-height:82px;max-width:138px}.site-logo__text{font-size:22px;font-weight:700}.header-phone{font-size:12px;line-height:1.4}.header-phone strong{display:block;font-size:15px}.header-search{display:flex;max-width:610px;background:#fff;border-radius:28px;padding:4px;color:#333}.header-search input{border:0;outline:0;width:100%;padding:9px 15px;background:transparent}.header-search button{width:42px;height:42px;border:0;border-radius:50%;background:#e84955;color:#fff;font-size:0;cursor:pointer}.header-search button:before{content:"\2315";font-size:25px;line-height:1}.header-actions{display:flex;align-items:center;gap:22px;white-space:nowrap;font-size:13px}.header-action{display:flex;align-items:center;gap:6px}.cart-pill{background:#e95950;border-radius:5px;padding:10px 14px}.cart-count{display:inline-grid;place-items:center;min-width:20px;height:20px;padding:0 5px;border-radius:20px;background:#2743c0;font-size:11px}.header-nav{border-bottom:1px solid #e8e8e8;background:#fff}.header-nav__inner{height:58px;display:flex;align-items:center;justify-content:center}.nav-list{display:flex;align-items:center;gap:49px;margin:0;padding:0;list-style:none}.nav-list a{display:block;padding:20px 0;font-size:13px}.nav-list a:hover{color:var(--brand)}.mobile-toggle,.mobile-search{display:none;background:transparent;border:0;color:#fff;font-size:24px}.mobile-panel{display:none}.hero{display:block;position:relative;overflow:hidden}.hero-track{display:flex;width:100%;transition:transform .55s ease}.hero-slide{position:relative;flex:0 0 100%;min-width:0;max-width:100%;background:#0a1c4c}.hero-slide a{display:block}.hero-slide img{width:100%;height:clamp(210px,18.4vw,355px);object-fit:cover}.hero-placeholder{height:355px;display:grid;place-items:center;background:linear-gradient(135deg,#0b1848,#035084);color:#fff;text-align:center}.hero-placeholder h2{font-size:48px;margin:0}.hero-arrow{position:absolute;z-index:2;top:50%;transform:translateY(-50%);display:grid;place-items:center;width:38px;height:38px;border:0;border-radius:50%;background:#fff9;cursor:pointer}.hero-arrow--prev{left:18px}.hero-arrow--next{right:18px}.hero-dots{position:absolute;z-index:2;left:50%;bottom:12px;display:flex;gap:7px;transform:translate(-50%)}.hero-dot{width:8px;height:8px;border:1px solid #fff;border-radius:50%;background:transparent}.hero-dot.is-active{background:#fff}.category-strip{padding:58px 0 48px;overflow:hidden}.category-track{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(120px,1fr);gap:62px;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none}.category-track::-webkit-scrollbar{display:none}.category-item{min-width:0;text-align:center;scroll-snap-align:start}.category-image{width:119px;height:119px;margin:0 auto 13px;border-radius:50%;object-fit:cover;box-shadow:0 0 0 2px #c9aa58}.category-item span{display:block;font-size:14px}.product-grid{display:grid;grid-template-columns:repeat(var(--columns,5),minmax(0,1fr));gap:18px}.product-scroll{display:flex;gap:24px;overflow-x:auto;scroll-snap-type:x mandatory;padding:2px 2px 14px;scrollbar-width:thin}.product-scroll .product-card{flex:0 0 calc((100% - 72px)/4);scroll-snap-align:start}.product-card{position:relative;min-width:0;border:1px solid #eee;border-radius:var(--radius);background:#fff;padding:14px;transition:box-shadow .2s,transform .2s}.product-card:hover{box-shadow:0 8px 28px #00000012;transform:translateY(-2px)}.product-card__image{position:relative;display:block;overflow:hidden;background:#f7f7f7;aspect-ratio:4/5}.image-ratio-square .product-card__image{aspect-ratio:1}.image-ratio-adapt .product-card__image{aspect-ratio:auto;min-height:220px}.product-card__image img{width:100%;height:100%;object-fit:contain;transition:transform .35s}.product-card:hover .product-card__image img{transform:scale(1.025)}.product-card__placeholder{display:grid;place-items:center;height:100%;min-height:250px;color:#999;font-size:18px}.badge{position:absolute;z-index:1;top:8px;left:8px;padding:5px 8px;border-radius:3px;background:var(--accent);color:#fff;font-size:11px;font-weight:700}.badge--sold{background:#555}.product-card__body{padding-top:13px}.product-vendor{margin-bottom:5px;color:#888;font-size:11px}.product-price{display:flex;align-items:center;gap:7px;min-height:23px;font-size:13px;font-weight:600}.product-price s{color:#888;font-size:11px;font-weight:400}.product-title{display:-webkit-box;overflow:hidden;margin:5px 0 4px;min-height:40px;font-size:12px;line-height:1.45;-webkit-line-clamp:2;-webkit-box-orient:vertical}.stars{color:#ffc400;letter-spacing:1px;font-size:13px}.stars span{color:#777;letter-spacing:0}.quick-add{width:100%;margin-top:12px;opacity:1}.quick-add .button,.quick-add-button{width:100%;margin-top:12px;background:#f15a29;border-color:#f15a29;color:#fff}.quick-add .button:hover,.quick-add-button:hover{background:#d9471c;border-color:#d9471c}.quick-add-button[disabled]{background:#b7b7b7;border-color:#b7b7b7;cursor:not-allowed;opacity:1}.product-form>.button{background:#f15a29;border-color:#f15a29}.product-form>.button:hover{background:#d9471c;border-color:#d9471c}.load-more-wrap{text-align:center;margin-top:34px}.collection-banner{margin-bottom:30px}.collection-banner img{width:100%;max-height:440px;object-fit:cover}.empty-state{padding:60px 20px;text-align:center;background:#f7f7f7}.text-section{text-align:center}.text-section h2{font-size:26px;font-weight:500}.text-section__body{max-width:970px;margin:auto}.faq-wrap{max-width:1375px}.faq-wrap h2{text-align:center;font-size:26px;font-weight:500;margin-bottom:30px}.faq-item{border-bottom:1px solid #e7e7e7}.faq-item summary{display:flex;justify-content:space-between;gap:20px;padding:16px 0;font-weight:600;cursor:pointer;list-style:none}.faq-item summary:after{content:"+";font-size:18px}.faq-item[open] summary:after{content:"\2212"}.faq-answer{padding:0 0 18px;color:#666;line-height:1.65}.trust-strip{border-top:1px solid #e8e8e8;background:#fff;padding:28px 0}.trust-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:0}.trust-item{display:flex;align-items:center;justify-content:center;gap:15px;min-width:0;padding:8px 24px;border-right:1px solid #e6e6e6}.trust-item:last-child{border-right:0}.trust-icon{display:grid;place-items:center;flex:0 0 46px;width:46px;height:46px;border-radius:50%;background:#f2f4ff;color:var(--brand)}.trust-icon svg{width:27px;height:27px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.trust-item h2{margin:0 0 3px;font-size:15px;font-weight:700}.trust-item p{margin:0;color:#777;font-size:11px;line-height:1.45}.site-footer{border-top:1px solid #e8e8e8;margin-top:0}.footer-main{display:grid;grid-template-columns:1fr .85fr 1.35fr;gap:80px;padding:42px 0}.footer-title{font-size:18px;font-weight:500;margin:0 0 17px}.footer-note,.footer-address{color:#777;font-size:12px;line-height:1.7}.footer-phone{display:block;margin:12px 0;color:var(--brand);font-size:20px}.footer-menu{margin:0;padding:0;list-style:none}.footer-menu li+li{margin-top:9px}.newsletter-form{display:flex;gap:10px;margin-top:16px}.newsletter-form .field,.newsletter-form .button{border-radius:25px}.social-list{display:flex;gap:12px;margin-top:16px}.social-list a{display:grid;place-items:center;width:36px;height:36px;border-radius:50%;background:var(--brand);color:#fff;font-weight:700}.footer-bottom{border-top:1px solid #e9e9e9;padding:18px 0;color:#888;font-size:11px}.footer-bottom__inner{display:flex;justify-content:space-between;gap:20px}.payment-icons{display:flex;gap:8px;flex-wrap:wrap}.payment-chip{padding:3px 7px;border:1px solid #ddd;border-radius:3px;background:#fff;color:#555}.whatsapp-float{position:fixed;z-index:40;right:25px;bottom:32px;display:flex;flex-direction:column;align-items:center;gap:2px}.whatsapp-icon{display:grid;place-items:center;width:52px;height:52px;border-radius:50%;background:#48b853;color:#fff;font-size:27px;box-shadow:0 5px 18px #0002}.whatsapp-label{padding:4px 10px;border:1px solid #ddd;border-radius:6px;background:#fff;font-size:11px;box-shadow:0 3px 12px #0001}.breadcrumbs{padding:22px 0;color:#777;font-size:12px}.product-page{display:grid;grid-template-columns:minmax(0,1fr) minmax(360px,.9fr);gap:60px;padding-bottom:60px}.product-gallery__main{background:#f7f7f7}.product-gallery__main img{width:100%;max-height:680px;object-fit:contain}.product-thumbs{display:flex;gap:10px;margin-top:12px;overflow-x:auto}.product-thumb{width:74px;height:90px;border:1px solid #ddd;background:#fff;padding:4px}.product-thumb img{width:100%;height:100%;object-fit:contain}.product-info h1{font-size:28px;line-height:1.3;font-weight:500;margin:0 0 13px}.product-page__price{font-size:24px;margin:15px 0}.product-form label{display:block;margin:17px 0 7px;font-weight:600}.product-form select,.product-form input[type=number]{max-width:220px}.product-form .button{width:100%;margin-top:20px;min-height:52px}.product-description{margin-top:28px;border-top:1px solid #eee;padding-top:24px}.collection-head{text-align:center;padding:25px 0 38px}.collection-head h1,.page-title{font-size:32px;font-weight:500}.collection-toolbar{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:20px}.sort-form{display:flex;align-items:center;gap:10px}.sort-form select{min-height:40px;border:1px solid #ddd;padding:7px 10px}.pagination{display:flex;justify-content:center;gap:8px;margin-top:40px}.pagination a,.pagination span{display:grid;place-items:center;min-width:38px;height:38px;border:1px solid #ddd;border-radius:3px}.pagination .current{background:var(--brand);border-color:var(--brand);color:#fff}.cart-table{width:100%;border-collapse:collapse}.cart-table th,.cart-table td{padding:15px;border-bottom:1px solid #eee;text-align:left}.cart-product{display:flex;align-items:center;gap:15px}.cart-product img{width:80px;height:100px;object-fit:contain}.cart-summary{display:flex;justify-content:flex-end;margin-top:30px}.cart-summary__inner{width:min(100%,420px);text-align:right}.cart-total{font-size:22px;margin-bottom:18px}.page-shell{padding:30px 0 70px;min-height:55vh}.page-shell--narrow{max-width:850px}.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.contact-grid .full{grid-column:1/-1}.errors{padding:12px;background:#ffeaea;color:#8c1d1d}.success{padding:12px;background:#e5f7e8;color:#1e6b2a}.search-form-page{display:flex;gap:10px;max-width:700px;margin:0 auto 35px}.article-meta{color:#777;margin-bottom:25px}@media(max-width:1100px){.header-main__inner{grid-template-columns:135px 1fr auto}.header-phone{display:none}.nav-list{gap:25px}.product-grid{--columns:4!important}.trust-grid{grid-template-columns:repeat(2,minmax(0,1fr));row-gap:18px}.trust-item:nth-child(2){border-right:0}.footer-main{gap:35px}.product-scroll .product-card{flex-basis:calc((100% - 48px)/3)}}@media(max-width:780px){.container{width:min(calc(100% - 28px),var(--page-width))}.section{padding:30px 0}.header-main__inner{height:76px;grid-template-columns:auto 1fr auto;gap:12px}.mobile-toggle,.mobile-search{display:block}.site-logo{justify-self:center}.site-logo img{max-height:61px;max-width:96px}.header-search,.header-actions,.header-nav{display:none}.mobile-panel{display:block;max-height:0;overflow:hidden;background:#fff;transition:max-height .3s}.mobile-panel.is-open{max-height:70vh;overflow-y:auto;border-bottom:1px solid #ddd}.mobile-panel .nav-list{display:block;padding:10px 18px}.mobile-panel .nav-list li{border-bottom:1px solid #eee}.mobile-panel .nav-list a{padding:14px 4px}.mobile-search-form{display:flex;padding:14px}.mobile-search-form input{border-radius:24px 0 0 24px}.mobile-search-form button{border-radius:0 24px 24px 0}.hero-slide img{height:190px}.hero-arrow{width:32px;height:32px}.category-strip{padding:34px 0}.category-track{grid-auto-columns:105px;gap:22px}.category-image{width:92px;height:92px}.section-heading h2{font-size:21px}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.product-card{padding:9px}.product-card__placeholder{min-height:190px}.product-scroll{gap:12px}.product-scroll .product-card{flex-basis:72vw}.quick-add{opacity:1}.trust-strip{padding:22px 0}.trust-grid{grid-template-columns:1fr;gap:0}.trust-item{justify-content:flex-start;padding:13px 6px;border-right:0;border-bottom:1px solid #eee}.trust-item:last-child{border-bottom:0}.trust-icon{flex-basis:42px;width:42px;height:42px}.footer-main{grid-template-columns:1fr;gap:28px}.newsletter-form,.footer-bottom__inner{flex-direction:column}.product-page{grid-template-columns:1fr;gap:28px}.collection-toolbar{align-items:flex-start;flex-direction:column}.cart-table thead{display:none}.cart-table,.cart-table tbody,.cart-table tr,.cart-table td{display:block}.cart-table tr{border-bottom:1px solid #ddd;padding:15px 0}.cart-table td{border:0;padding:7px}.contact-grid{grid-template-columns:1fr}.contact-grid .full{grid-column:auto}.whatsapp-float{right:14px;bottom:16px}}body{color:#182238;background:#fff}.announcement-bar{background:#111c4e;color:#fff;font-size:12px}.announcement-bar__inner{min-height:36px;display:flex;align-items:center;justify-content:space-between;gap:24px}.announcement-bar__primary{font-weight:600}.announcement-bar__item{display:inline-flex;align-items:center;gap:7px;color:#e7eaff}.announcement-bar__item span{display:inline-grid;place-items:center;width:18px;height:18px;border:1px solid #7886cc;border-radius:50%;font-size:10px}.site-header{box-shadow:0 4px 20px #15245a14}.header-main__inner{height:96px}.site-logo img{border-radius:7px}.header-search{border:1px solid #ffffff66;box-shadow:0 7px 20px #08133c30}.header-actions{font-weight:600}.header-action{transition:opacity .2s}.header-action:hover{opacity:.78}.cart-pill{background:#f15a29;box-shadow:0 5px 14px #151a4b40}.header-nav__inner{height:52px}.nav-list a{position:relative;padding:17px 0;font-weight:600}.nav-list a:after{content:"";position:absolute;left:0;right:100%;bottom:11px;height:2px;background:#f15a29;transition:right .2s}.nav-list a:hover:after{right:0}.section{padding:52px 0}.section-heading{margin-bottom:25px}.section-heading h2{position:relative;color:#17214f;font-size:26px;font-weight:750;letter-spacing:-.02em}.section-heading h2:after{content:"";display:block;width:42px;height:3px;margin-top:9px;border-radius:3px;background:#f15a29}.section-heading a{display:inline-flex;align-items:center;gap:6px}.category-strip{background:linear-gradient(180deg,#fff,#fafbff);border-bottom:1px solid #edf0f7}.category-item{font-weight:600;color:#2f3952}.category-image{border:3px solid #fff;box-shadow:0 0 0 2px #d9b35b,0 7px 22px #1e2f6b17;transition:transform .25s,box-shadow .25s}.category-item:hover .category-image{transform:translateY(-4px);box-shadow:0 0 0 2px #d9b35b,0 12px 28px #1e2f6b2b}.product-grid{gap:22px}.product-scroll{gap:22px;padding:4px 4px 20px}.product-card{display:flex;flex-direction:column;border:1px solid #e5e9f2;border-radius:11px;padding:12px;box-shadow:0 4px 16px #17214f0a;transition:box-shadow .25s,transform .25s,border-color .25s}.product-card:hover{border-color:#cad2e8;box-shadow:0 14px 34px #17214f1b;transform:translateY(-4px)}.product-card__image{border-radius:7px;background:#f7f8fb}.product-card__body{display:flex;flex:1;flex-direction:column;padding:15px 2px 2px}.product-vendor{margin-bottom:6px;color:#65708a;font-size:10px;font-weight:700;letter-spacing:.07em;text-transform:uppercase}.product-price{font-size:15px;font-weight:750;color:#111a30}.product-price s{font-size:12px}.product-title{min-height:43px;margin:7px 0 10px;color:#263149;font-size:13px;font-weight:600;line-height:1.5}.badge{top:10px;left:10px;border-radius:20px;padding:6px 10px;box-shadow:0 3px 10px #0002}.quick-add{margin-top:auto;padding-top:5px}.quick-add .button,.quick-add-button{min-height:42px;margin-top:auto;border-radius:7px;font-size:12px;font-weight:750;box-shadow:0 5px 13px #f15a2930}.quick-add .button{margin-top:0}.quick-add-button[disabled]{box-shadow:none}.product-card__trust{display:flex;align-items:center;justify-content:center;gap:5px;margin-top:9px;color:#63708b;font-size:10.5px;font-weight:600}.product-card__trust span{display:inline-grid;place-items:center;width:15px;height:15px;border-radius:50%;background:#eaf7ef;color:#168348;font-size:9px}.load-more-wrap .button{border-color:#cdd4e7;background:#fff;color:var(--brand);box-shadow:0 4px 12px #1423540f}.load-more-wrap .button:hover{border-color:var(--brand);background:#f5f7ff}.confidence-section{position:relative;overflow:hidden;padding:76px 0;background:linear-gradient(135deg,#111c4e,#2639a3);color:#fff}.confidence-section:before{content:"";position:absolute;width:360px;height:360px;right:-120px;top:-160px;border:70px solid #ffffff0a;border-radius:50%}.confidence-header{position:relative;max-width:760px;margin:0 auto 38px;text-align:center}.confidence-eyebrow{display:inline-block;margin-bottom:10px;color:#ffb28f;font-size:11px;font-weight:800;letter-spacing:.18em}.confidence-header h2{margin:0 0 13px;font-size:34px;line-height:1.2;letter-spacing:-.025em}.confidence-header p{margin:0;color:#e0e5ff;font-size:15px;line-height:1.7}.confidence-grid{position:relative;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:17px}.confidence-card{padding:25px 22px;border:1px solid #ffffff24;border-radius:12px;background:#ffffff0d;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.confidence-card__icon{display:grid;place-items:center;width:46px;height:46px;margin-bottom:17px;border-radius:12px;background:#fff;color:#2939ad}.confidence-card__icon svg{width:26px;height:26px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.confidence-card h3{margin:0 0 8px;font-size:16px}.confidence-card p{margin:0;color:#dfe4ff;font-size:12px;line-height:1.65}.confidence-contact{position:relative;display:flex;align-items:center;justify-content:space-between;gap:30px;margin-top:25px;padding:22px 25px;border-radius:12px;background:#fff;color:#17214f}.confidence-contact strong,.confidence-contact span{display:block}.confidence-contact strong{font-size:16px}.confidence-contact span{margin-top:4px;color:#66708a;font-size:12px}.confidence-contact__button{flex:0 0 auto;border-color:#f15a29;background:#f15a29}.confidence-contact__button:hover{border-color:#d9471c;background:#d9471c}.text-section{position:relative;background:#f6f8fd;color:#27324b}.text-section h2{color:#17214f;font-size:30px;font-weight:750;letter-spacing:-.02em}.text-section__body{max-width:850px;color:#566078}.faq-wrap{max-width:1000px}.faq-wrap h2{color:#17214f;font-size:30px;font-weight:750;letter-spacing:-.02em}.faq-item{margin-bottom:10px;border:1px solid #e2e7f1;border-radius:9px;background:#fff;box-shadow:0 3px 12px #1423540a}.faq-item summary{padding:18px 20px}.faq-answer{padding:0 20px 19px}.trust-strip{border:0;background:#f7f8fc;padding:34px 0}.trust-grid{gap:12px}.trust-item{justify-content:flex-start;min-height:90px;padding:15px 20px;border:1px solid #e5e9f3!important;border-radius:10px;background:#fff}.trust-icon{background:#edf0ff}.trust-item h2{color:#17214f;font-size:14px}.trust-item p{color:#69738b;font-size:11px}.site-footer{border:0;background:#10183c;color:#fff}.footer-main{padding:55px 0}.footer-title{font-size:17px;font-weight:750}.footer-note,.footer-address{color:#b9c1de}.footer-phone{color:#ff966e;font-weight:700}.footer-menu a{color:#dce2f7}.footer-menu a:hover{color:#fff;text-decoration:underline}.newsletter-form .field{border-color:#ffffff25;background:#ffffff0d;color:#fff}.newsletter-form .field::placeholder{color:#aeb7d4}.newsletter-form .button{border-color:#f15a29;background:#f15a29}.social-list a{background:#2c3b85}.footer-bottom{border-color:#ffffff17;color:#aeb7d4}.payment-chip{border-color:#ffffff26;background:#fff;color:#34405c}.product-purchase-assurance{display:grid;grid-template-columns:1fr;gap:9px;margin-top:17px;padding:15px;border:1px solid #dfe5f1;border-radius:9px;background:#f7f9fd;color:#4f5b74;font-size:12px}.product-purchase-assurance span:First-letter{color:#168348}@media(max-width:1100px){.announcement-bar__inner{justify-content:center}.announcement-bar__primary{margin-right:auto}.confidence-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.product-grid{gap:16px}}@media(max-width:780px){.announcement-bar__inner{min-height:34px;justify-content:center}.announcement-bar__primary{margin:0;text-align:center;font-size:10px}.announcement-bar__item{display:none}.header-main__inner{height:78px}.section{padding:38px 0}.section-heading h2{font-size:22px}.product-grid{gap:11px}.product-card{padding:9px;border-radius:9px}.product-card__body{padding-top:11px}.product-title{min-height:58px;font-size:11.5px}.product-price{font-size:13px}.quick-add .button,.quick-add-button{min-height:39px;padding-inline:7px}.product-card__trust{font-size:9px}.confidence-section{padding:52px 0}.confidence-header{margin-bottom:27px}.confidence-header h2{font-size:27px}.confidence-grid{grid-template-columns:1fr;gap:11px}.confidence-card{padding:20px;display:grid;grid-template-columns:45px 1fr;column-gap:14px}.confidence-card__icon{grid-row:1/3;margin:0}.confidence-card h3{align-self:end}.confidence-contact{align-items:stretch;flex-direction:column}.confidence-contact__button{width:100%}.text-section h2,.faq-wrap h2{font-size:25px}.trust-grid{grid-template-columns:1fr}.trust-item{min-height:0}.footer-main{padding:43px 0}.footer-bottom__inner{align-items:flex-start}}.predictive-search{position:relative;display:block;min-width:0}.predictive-search .header-search{position:relative;width:100%;max-width:610px}.predictive-search__panel{position:absolute;z-index:80;top:calc(100% + 10px);left:0;right:0;display:none;overflow:hidden;border:1px solid #dfe4ef;border-radius:12px;background:#fff;color:#182238;box-shadow:0 18px 48px #0d17453d}.predictive-search.is-open .predictive-search__panel{display:block}.predictive-results__heading{display:flex;justify-content:space-between;padding:12px 15px;border-bottom:1px solid #edf0f6;background:#f7f8fc;color:#69738a;font-size:10px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.predictive-results__list{max-height:430px;margin:0;padding:0;overflow:auto;list-style:none}.predictive-result{display:grid;grid-template-columns:58px minmax(0,1fr) auto;align-items:center;gap:12px;padding:11px 14px;border-bottom:1px solid #edf0f6;transition:background .15s}.predictive-result:hover,.predictive-result:focus{background:#f6f8ff;outline:none}.predictive-result__image{display:block;width:52px;height:64px;overflow:hidden;border-radius:5px;background:#f3f4f7}.predictive-result__image img{width:100%;height:100%;object-fit:contain}.predictive-result__content{display:flex;min-width:0;flex-direction:column}.predictive-result__content strong{overflow:hidden;color:#17214f;font-size:12px;line-height:1.35;text-overflow:ellipsis;white-space:nowrap}.predictive-result__content mark{background:#fff0d9;color:inherit}.predictive-result__author,.predictive-result__isbn{overflow:hidden;margin-top:3px;color:#6c7589;font-size:10px;text-overflow:ellipsis;white-space:nowrap}.predictive-result__isbn{font-weight:700}.predictive-result__price{color:#17214f;font-size:12px;font-weight:800}.predictive-results__all{display:block;padding:13px 15px;background:#111c4e;color:#fff;text-align:center;font-size:11px;font-weight:750}.predictive-results__empty,.predictive-results__loading{margin:0;padding:22px;text-align:center;color:#677188;font-size:12px}.predictive-search--mobile{display:none}.mobile-search-form{position:relative}@media(max-width:780px){.predictive-search--mobile{display:block}.predictive-search--mobile .predictive-search__panel{top:58px;left:14px;right:14px}.predictive-result{grid-template-columns:48px minmax(0,1fr) auto;padding:9px}.predictive-result__image{width:44px;height:56px}.predictive-result__content strong{font-size:11px}}.collection-layout{display:grid;grid-template-columns:260px minmax(0,1fr);gap:32px;align-items:start}.collection-layout--full{grid-template-columns:1fr}.collection-facets{position:sticky;top:18px}.facets-form{overflow:hidden;border:1px solid #e0e5ef;border-radius:12px;background:#fff;box-shadow:0 5px 18px #1423540b}.facets-header{display:flex;align-items:center;justify-content:space-between;padding:17px 18px;background:#111c4e;color:#fff}.facets-header h2{margin:0;font-size:16px}.facets-header a{font-size:10px;text-decoration:underline}.active-filters{display:flex;flex-wrap:wrap;gap:6px;padding:12px;border-bottom:1px solid #e8ebf2}.active-filter{display:inline-flex;align-items:center;gap:5px;padding:6px 8px;border-radius:18px;background:#eef1ff;color:#2939ad;font-size:10px;font-weight:700}.facet{border-bottom:1px solid #e8ebf2}.facet summary{display:flex;align-items:center;justify-content:space-between;padding:14px 17px;color:#263149;font-size:12px;font-weight:800;cursor:pointer;list-style:none}.facet summary::-webkit-details-marker{display:none}.facet summary span{font-size:17px;transition:transform .2s}.facet[open] summary span{transform:rotate(45deg)}.facet__content{padding:0 17px 15px}.facet-values{max-height:220px;margin:0;padding:0;overflow:auto;list-style:none}.facet-values li+li{margin-top:9px}.facet-values label{display:grid;grid-template-columns:17px 1fr auto;align-items:center;gap:8px;color:#505b72;font-size:11px;cursor:pointer}.facet-values input{width:16px;height:16px;margin:0;accent-color:#2939ad}.facet-values input:disabled+span{opacity:.45}.facet-values small{color:#8b93a7}.facet-price{display:grid;grid-template-columns:1fr 1fr;gap:8px}.facet-price label>span:first-child{display:block;margin-bottom:5px;color:#6a748a;font-size:9px;font-weight:700;text-transform:uppercase}.price-input{display:flex;align-items:center;min-height:39px;border:1px solid #d8deea;border-radius:6px;padding:0 8px}.price-input>span{color:#687188;font-size:11px}.price-input input{width:100%;min-width:0;border:0;outline:0;padding:7px 4px}.facets-apply{width:calc(100% - 28px);margin:14px;min-height:42px;background:#f15a29;border-color:#f15a29}.facets-apply:hover{background:#d9471c;border-color:#d9471c}.collection-results{min-width:0}.collection-results .collection-toolbar{padding:12px 15px;border:1px solid #e2e6ef;border-radius:9px;background:#f8f9fc}.collection-results .product-grid{grid-template-columns:repeat(var(--columns,3),minmax(0,1fr))}@media(max-width:900px){.collection-layout{grid-template-columns:1fr}.collection-facets{position:static}.facets-form{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.facets-header,.active-filters,.facets-apply{grid-column:1/-1}.facet:nth-of-type(odd){border-right:1px solid #e8ebf2}}@media(max-width:600px){.facets-form{display:block}.collection-results .collection-toolbar{align-items:stretch}.collection-results .product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.facet-price{grid-template-columns:1fr 1fr}}.product-badges{position:absolute;z-index:2;top:10px;left:10px;right:10px;display:flex;align-items:flex-start;flex-wrap:wrap;gap:5px;pointer-events:none}.product-badges .badge{position:static;padding:5px 8px;border:1px solid #ffffff80;border-radius:20px;box-shadow:0 3px 10px #10183c2e;font-size:9px;letter-spacing:.02em}.badge--stock{background:#168348}.badge--limited{background:#c46a08}.badge--featured{background:#2939ad}.badge--sale{background:#f15a29}.badge--sold{background:#565e70}.book-facts{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin:18px 0;padding:14px;border:1px solid #dfe5f0;border-radius:10px;background:#f8f9fc}.book-facts div{min-width:0;padding:8px;border-radius:7px;background:#fff}.book-facts span,.book-facts strong{display:block}.book-facts span{margin-bottom:3px;color:#748096;font-size:9px;font-weight:750;letter-spacing:.06em;text-transform:uppercase}.book-facts strong{overflow-wrap:anywhere;color:#263149;font-size:11px}.product-card__trust{white-space:normal;text-align:center}@media(max-width:600px){.product-badges{top:7px;left:7px;right:7px}.product-badges .badge{padding:4px 6px;font-size:8px}.book-facts{grid-template-columns:1fr 1fr}}.site-logo img{max-width:170px}@media(min-width:1101px){.header-main__inner{grid-template-columns:180px 160px minmax(260px,1fr) auto}}@media(min-width:781px)and (max-width:1100px){.site-logo img{max-width:135px}}@media(max-width:780px){.site-logo img{max-width:150px;max-height:52px}}
/*# sourceMappingURL=/cdn/shop/t/8/assets/theme.css.map */
