/* Theme Name: Notestores Theme URI: https://notestores.com/ Author: Notestores Author URI: https://notestores.com/ Description: A lightweight, SEO-optimised, WooCommerce-ready WordPress theme for student Q&A and academic resource marketplaces. Ask-a-question built in, comments styled as answers, and taxonomies for question type, subject and university. Version: 2.4.0 Requires at least: 6.0 Tested up to: 6.6 Requires PHP: 7.4 License: GNU General Public License v2 or later License URI: LICENSE Text Domain: notestores Tags: e-commerce, custom-menu, custom-colors, featured-images, threaded-comments, translation-ready, responsive-layout, blog Notestores WordPress Theme, (C) Notestores Notestores is distributed under the terms of the GNU GPL v2 or later. */ /* ========================================================= 1. Custom properties / reset ========================================================= */ :root{ --ink:#1E1B2E; --ink-soft:#4A4560; --muted:#726C89; --line:#E7E4F3; --line-soft:#F0EEF9; --bg:#F6F5FB; --surface:#FFFFFF; --primary:#6D5EF0; --primary-dark:#5548D9; --primary-light:#EFECFF; --accent:#FF7A59; --accent-light:#FFEDE6; --success:#17A673; --success-light:#E4F8F0; --gold:#F5A623; --radius-sm:10px; --radius-md:16px; --radius-lg:26px; --shadow:0 20px 50px rgba(30,27,46,.10); --shadow-sm:0 10px 25px rgba(30,27,46,.06); --serif:'Lora',Georgia,serif; --sans:'Inter',ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif; --wrap:1180px; } *{box-sizing:border-box} html{scroll-behavior:smooth} body{margin:0;font-family:var(--sans);color:var(--ink);background:var(--bg);line-height:1.6;-webkit-font-smoothing:antialiased} a{text-decoration:none;color:inherit} button,input,textarea,select{font:inherit} button{cursor:pointer} ul,ol{padding:0;margin:0;list-style:none} img{max-width:100%;height:auto;display:block} table{border-collapse:collapse;width:100%} .container{width:min(var(--wrap),92%);margin:auto} .screen-reader-text,.visually-hidden{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0;padding:0;margin:-1px} .skip-link{position:absolute;left:-999px;top:0;background:var(--ink);color:#fff;padding:12px 18px;border-radius:0 0 10px 0;z-index:999} .skip-link:focus{left:0} :focus-visible{outline:3px solid var(--primary);outline-offset:2px} .icon{width:20px;height:20px;stroke:currentColor;fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;flex-shrink:0} .alignwide{width:100%} .alignfull{width:100vw;margin-left:calc(50% - 50vw)} .wp-caption,figure{margin:0} /* ========================================================= 2. Buttons ========================================================= */ .btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;border-radius:12px;padding:13px 20px;font-weight:700;font-size:14.5px;border:0;white-space:nowrap;transition:.15s} .btn-primary{background:var(--primary);color:#fff} .btn-primary:hover{background:var(--primary-dark);color:#fff} .btn-outline{background:var(--surface);color:var(--ink);border:1.5px solid var(--line)} .btn-outline:hover{border-color:var(--primary);color:var(--primary)} .btn-accent{background:var(--accent);color:#fff} .btn-accent:hover{background:#f0653f;color:#fff} .btn-sm{padding:9px 14px;font-size:13px;border-radius:10px} .btn-block{width:100%} /* ========================================================= 3. Announcement bar + Header ========================================================= */ .topbar{background:var(--ink);color:#D9D5EE;font-size:12.5px} .topbar .container{height:38px;display:flex;align-items:center;justify-content:space-between;gap:16px} .topbar-links{display:flex;gap:22px;align-items:center;flex-wrap:wrap} .topbar-links span{display:flex;gap:6px;align-items:center;white-space:nowrap} .topbar-links .icon{width:14px;height:14px} .topbar-right a{display:flex;gap:5px;align-items:center;white-space:nowrap} .site-header{background:var(--surface);border-bottom:1px solid var(--line);position:sticky;top:0;z-index:80} .site-header .container{height:76px;display:flex;align-items:center;justify-content:space-between;gap:24px} .site-branding{display:flex;align-items:center;gap:10px;font-family:var(--serif);font-size:23px;font-weight:700;color:var(--ink)} .site-branding img{max-height:44px;width:auto} .logo-mark{width:38px;height:38px;border-radius:11px;background:linear-gradient(135deg,var(--primary),#8B7FF5);display:grid;place-items:center;flex-shrink:0} .logo-mark .icon{stroke:#fff;width:20px;height:20px} .accent-word{color:var(--primary)} .primary-menu{display:flex;align-items:center;gap:26px;font-size:14.5px;font-weight:600} .primary-menu ul{display:flex;align-items:center;gap:26px} .primary-menu li{position:relative} .primary-menu a{color:var(--ink-soft);display:block;padding:8px 0} .primary-menu li:hover>a,.primary-menu .current-menu-item>a{color:var(--primary)} .primary-menu .sub-menu{display:none;position:absolute;top:100%;left:0;background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-sm);box-shadow:var(--shadow-sm);padding:8px;min-width:220px;z-index:60} .primary-menu li:hover>.sub-menu{display:block} .primary-menu .sub-menu a{padding:9px 10px;border-radius:8px} .primary-menu .sub-menu a:hover{background:var(--bg)} .header-actions{display:flex;gap:10px;align-items:center} .icon-btn{border:1px solid var(--line);background:var(--surface);border-radius:11px;width:42px;height:42px;display:grid;place-items:center;color:var(--ink);transition:.15s} .icon-btn:hover{border-color:var(--primary);color:var(--primary)} .cart-btn{position:relative} .badge{position:absolute;right:-6px;top:-6px;background:var(--accent);color:#fff;border-radius:99px;min-width:18px;height:18px;padding:0 4px;font-size:10.5px;font-weight:700;display:grid;place-items:center;border:2px solid var(--surface)} .btn-ask-header{display:inline-flex} .mobile-toggle{display:none} @media(max-width:760px){ .btn-ask-header,.primary-menu{display:none} .mobile-toggle{display:grid} .site-header .container{height:66px} } .mobile-panel{position:fixed;inset:66px 0 0 0;background:var(--surface);z-index:70;padding:26px 0;transform:translateX(100%);transition:transform .25s ease;overflow-y:auto} .mobile-panel.open{transform:translateX(0)} .mobile-panel .container{display:flex;flex-direction:column;gap:4px} .mobile-panel a{display:block;padding:14px 0;font-size:16px;font-weight:600;border-bottom:1px solid var(--line-soft)} .mobile-panel .btn{margin-top:20px} /* ========================================================= 4. Hero (front page) ========================================================= */ .hero{padding:64px 0 74px;overflow:hidden} .hero .container{display:grid;grid-template-columns:1.05fr .95fr;gap:48px;align-items:center} .hero h1{font-family:var(--serif);font-weight:700;font-size:clamp(32px,4.6vw,53px);line-height:1.12;letter-spacing:-.01em;max-width:600px} .hero h1 em{font-style:italic;color:var(--primary)} .hero-sub{color:var(--ink-soft);max-width:520px;margin:20px 0 28px;font-size:16.5px} .hero-ctas{display:flex;gap:12px;flex-wrap:wrap;margin-bottom:26px} .search-bar{display:flex;background:var(--surface);border:1px solid var(--line);border-radius:13px;padding:5px;max-width:560px;box-shadow:var(--shadow-sm)} .search-bar input{flex:1;border:0;outline:0;padding:13px 14px;min-width:0;background:transparent;color:var(--ink)} .search-bar button{border:0;background:var(--ink);color:#fff;border-radius:9px;padding:0 18px;font-weight:700;display:flex;align-items:center;gap:7px} .hero-stats{display:flex;gap:30px;margin-top:30px;flex-wrap:wrap} .hero-stats div strong{display:block;font-family:var(--serif);font-size:24px;color:var(--ink)} .hero-stats div span{font-size:12.5px;color:var(--muted)} .hero-visual{position:relative;height:420px} .hv-card{position:absolute;background:var(--surface);border-radius:var(--radius-md);box-shadow:var(--shadow);padding:20px} .hv-chat{left:0;top:10px;width:78%;border:1px solid var(--line)} .hv-chat .q{display:flex;gap:10px;margin-bottom:14px} .hv-chat .avatar{width:34px;height:34px;border-radius:50%;background:var(--primary-light);color:var(--primary-dark);display:grid;place-items:center;font-weight:800;font-size:12.5px;flex-shrink:0} .hv-chat .bubble{background:var(--bg);border-radius:12px;padding:10px 13px;font-size:13px;color:var(--ink-soft)} .hv-chat .a .bubble{background:var(--primary-light);color:var(--ink)} .hv-chat .a{flex-direction:row-reverse} .hv-chat .a .avatar{background:var(--success-light);color:var(--success)} .hv-tag{position:absolute;left:0;bottom:20px;width:60%;background:linear-gradient(135deg,var(--ink),#332C57);color:#fff;transform:rotate(-3deg);z-index:2} .hv-tag strong{font-family:var(--serif);font-size:15px;display:block;margin-bottom:6px} .hv-tag span{font-size:11.5px;color:#C9C3EE} .hv-doc{right:0;top:60px;width:44%;transform:rotate(3deg);z-index:1;border:1px solid var(--line)} .hv-doc .doc-icon{width:34px;height:34px;border-radius:9px;background:var(--accent-light);color:var(--accent);display:grid;place-items:center;margin-bottom:10px} .hv-doc strong{font-size:12.5px;display:block;line-height:1.4} .hv-badge{position:absolute;right:6%;bottom:6px;background:var(--success);color:#fff;padding:9px 16px;border-radius:99px;font-size:12.5px;font-weight:700;display:flex;gap:7px;align-items:center;box-shadow:var(--shadow-sm);z-index:2} .hv-badge .icon{width:15px;height:15px;stroke:#fff} /* ========================================================= 5. Sections / generic ========================================================= */ .section{padding:70px 0} .section-alt{background:var(--surface);border-top:1px solid var(--line);border-bottom:1px solid var(--line)} .section-head{display:flex;justify-content:space-between;gap:20px;align-items:flex-end;margin-bottom:34px} .section-head h2{font-family:var(--serif);font-size:30px;font-weight:700;letter-spacing:-.01em;margin:0} .section-head p{color:var(--muted);max-width:520px;margin-top:8px;font-size:15px} .steps{display:grid;grid-template-columns:repeat(3,1fr);gap:22px} .step{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-md);padding:28px} .step-num{font-family:var(--serif);font-size:15px;font-weight:700;color:var(--primary);border:1.5px solid var(--primary-light);width:34px;height:34px;border-radius:50%;display:grid;place-items:center;margin-bottom:16px} .step h3{font-size:17px;margin:0 0 8px} .step p{color:var(--muted);font-size:14px;margin:0} /* ========================================================= 6. Question cards (front page + archive) ========================================================= */ .filter-tabs{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:26px} .filter-tab{border:1.5px solid var(--line);background:var(--surface);border-radius:99px;padding:8px 16px;font-size:13px;font-weight:600;color:var(--ink-soft);transition:.15s} .filter-tab:hover{border-color:var(--primary)} .filter-tab.active{background:var(--ink);color:#fff;border-color:var(--ink)} .question-list{display:grid;gap:14px} .question-card{display:flex;gap:18px;align-items:flex-start;background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-md);padding:22px;transition:.15s} .question-card:hover{border-color:#C9C1F5;box-shadow:var(--shadow-sm)} .q-votes{flex:0 0 60px;text-align:center;padding-top:2px} .q-votes strong{display:block;font-size:19px;font-family:var(--serif)} .q-votes span{font-size:10.5px;color:var(--muted)} .q-body{flex:1;min-width:0} .q-top{display:flex;gap:10px;align-items:center;flex-wrap:wrap;margin-bottom:8px} .q-subject{background:var(--primary-light);color:var(--primary-dark);font-size:11.5px;font-weight:700;padding:4px 10px;border-radius:99px} .q-subject.is-type{background:var(--bg);color:var(--ink-soft)} .q-subject.is-uni{background:var(--accent-light);color:#C34A24} .q-unanswered{background:var(--accent-light);color:#C34A24;font-size:11.5px;font-weight:700;padding:4px 10px;border-radius:99px} .q-body h2,.q-body h3{font-size:16.5px;line-height:1.4;margin:0 0 6px} .q-body h2 a:hover,.q-body h3 a:hover{color:var(--primary)} .q-excerpt{color:var(--muted);font-size:13.5px;margin:0 0 12px;max-width:640px} .q-meta{display:flex;gap:18px;flex-wrap:wrap;font-size:12.5px;color:var(--muted)} .q-meta span{display:flex;gap:5px;align-items:center} .q-meta .icon{width:14px;height:14px} .q-answers{flex:0 0 auto;align-self:center} .q-answers .btn{white-space:nowrap} .latest-actions{display:flex;justify-content:center;margin-top:26px} /* ========================================================= 7. Categories / Benefits / Products ========================================================= */ .categories{display:grid;grid-template-columns:repeat(7,1fr);gap:12px} .cat{border:1px solid var(--line);border-radius:var(--radius-md);padding:24px 12px;text-align:center;background:var(--surface);transition:.15s} .cat:hover{transform:translateY(-4px);box-shadow:var(--shadow-sm);border-color:#C9C1F5} .cat-icon{width:50px;height:50px;border-radius:50%;display:grid;place-items:center;margin:0 auto 13px;background:var(--primary-light);color:var(--primary-dark)} .cat span.count{display:block;font-size:11px;color:var(--muted);margin-top:4px} .cat strong{font-size:13px;display:block;line-height:1.35} .benefit-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:26px} .benefit{display:flex;gap:15px} .benefit-icon{width:46px;height:46px;flex:0 0 46px;background:var(--ink);color:#fff;border-radius:13px;display:grid;place-items:center} .benefit h3{font-size:15px;margin:0 0 5px} .benefit p{font-size:13px;color:var(--muted);margin:0} .products{display:grid;grid-template-columns:repeat(4,1fr);gap:18px} .product-card{border:1px solid var(--line);border-radius:var(--radius-md);overflow:hidden;background:var(--surface);transition:.15s} .product-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-sm);border-color:#C9C1F5} .product-card .thumb{height:150px;background:linear-gradient(135deg,var(--primary-light),#E1DBFB);display:grid;place-items:center;position:relative;overflow:hidden} .product-card .thumb img{width:100%;height:100%;object-fit:cover} .product-card .thumb .icon{width:38px;height:38px;stroke:var(--primary-dark)} .product-card .tag{position:absolute;top:11px;left:11px;background:var(--ink);color:#fff;border-radius:99px;padding:5px 11px;font-size:10px;font-weight:700} .product-body{padding:17px} .product-body h3{font-size:14.5px;line-height:1.4;min-height:41px;margin:0} .meta-row{display:flex;align-items:center;gap:5px;font-size:11.5px;color:var(--muted);margin:9px 0} .price{font-size:19px;font-weight:800;font-family:var(--serif);color:var(--ink);margin:6px 0 14px} .price del{font-size:12.5px;color:#A79FC8;font-weight:600;margin-right:6px} .price ins{text-decoration:none} .add{width:100%;background:var(--ink);color:#fff;border:0;border-radius:10px;padding:11px;font-weight:700;font-size:13.5px;display:flex;align-items:center;justify-content:center;gap:7px} .add:hover{background:#332C57;color:#fff} /* ========================================================= 8. Reviews / CTA / Footer ========================================================= */ .review-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px} .review{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-md);padding:26px} .person{display:flex;gap:12px;align-items:center} .avatar{width:44px;height:44px;border-radius:50%;background:var(--primary-light);display:grid;place-items:center;font-weight:800;color:var(--primary-dark);font-size:13px} .review p{font-size:13.5px;color:var(--ink-soft);margin:16px 0} .review .name{font-weight:700;font-size:13.5px} .review .role{font-size:11.5px;color:var(--muted)} .cta-box{background:linear-gradient(120deg,var(--ink),#332C57);color:#fff;border-radius:var(--radius-lg);padding:46px 50px;display:flex;align-items:center;justify-content:space-between;gap:26px} .cta-box h2{font-family:var(--serif);font-size:30px;max-width:480px;margin:0} .cta-box p{color:#C9C3EE;margin:8px 0 0} .cta-box .btn-group{display:flex;gap:12px;flex-shrink:0;flex-wrap:wrap} .site-footer{background:var(--ink);color:#C9C3EE} .footer-main{padding:60px 0 40px;display:grid;grid-template-columns:1.5fr 1fr 1fr 1.3fr;gap:44px} .footer-logo{color:#fff;font-family:var(--serif);font-size:21px;font-weight:700;display:flex;align-items:center;gap:9px} .footer p.tagline{font-size:13px;color:#ADA5D6;margin-top:14px;max-width:290px} .social-row{display:flex;gap:10px;margin-top:18px} .social-row a{width:36px;height:36px;border-radius:9px;background:rgba(255,255,255,.08);display:grid;place-items:center;color:#fff} .social-row a:hover{background:var(--primary)} .social-row .icon{width:16px;height:16px} .footer-col h4{color:#fff;font-size:13.5px;margin:0 0 16px} .footer-links{display:grid;gap:10px;font-size:13px} .footer-links a:hover{color:#fff} .newsletter{display:flex;margin-top:14px;background:#fff;border-radius:10px;padding:4px} .newsletter input{border:0;outline:0;min-width:0;flex:1;padding:10px 12px;font-size:13px} .newsletter button{border:0;background:var(--primary);color:#fff;border-radius:7px;padding:0 14px;font-weight:700} .payments{display:flex;gap:7px;margin-top:16px;flex-wrap:wrap} .pay{background:rgba(255,255,255,.08);color:#fff;padding:6px 10px;border-radius:6px;font-size:10.5px;font-weight:700} .footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding:20px 0;font-size:12px;color:#8F87B8;display:flex;justify-content:space-between;gap:15px;flex-wrap:wrap} .footer-bottom a:hover{color:#fff} /* ========================================================= 9. Breadcrumbs ========================================================= */ .breadcrumbs{font-size:12.5px;color:var(--muted);padding:16px 0} .breadcrumbs a:hover{color:var(--primary)} .breadcrumbs .sep{margin:0 6px;opacity:.6} /* ========================================================= 10. Single question page ========================================================= */ .question-header{padding:8px 0 30px} .question-header .q-badges{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:14px} .question-title{font-family:var(--serif);font-size:clamp(26px,3.6vw,40px);line-height:1.2;letter-spacing:-.01em;margin:0 0 14px} .question-subtitle{color:var(--ink-soft);font-size:16px;max-width:760px;margin:0 0 22px} .question-header .btn-row{display:flex;gap:12px;flex-wrap:wrap;align-items:center;margin-bottom:14px} .question-published{font-size:12.5px;color:var(--muted)} .info-table-wrap{overflow-x:auto;margin-bottom:26px;border:1px solid var(--line);border-radius:var(--radius-md);background:var(--surface)} table.info-table{width:100%;font-size:13.5px} table.info-table th,table.info-table td{padding:13px 16px;border-bottom:1px solid var(--line-soft);text-align:left} table.info-table tr:last-child th,table.info-table tr:last-child td{border-bottom:0} table.info-table th{width:220px;color:var(--muted);font-weight:700;background:var(--bg)} .question-content{max-width:100%;font-size:16px;color:var(--ink-soft)} .question-content h2{font-family:var(--serif);font-size:24px;color:var(--ink);margin:36px 0 14px} .question-content h3{font-size:19px;color:var(--ink);margin:28px 0 12px} .question-content p{margin:0 0 16px} .question-content ul,.question-content ol{margin:0 0 16px 22px;list-style:revert} .question-content li{margin-bottom:6px} .question-content table{margin:0 0 24px;border:1px solid var(--line);border-radius:12px;overflow:hidden;font-size:13.5px} .question-content table th,.question-content table td{border:1px solid var(--line-soft);padding:10px 12px;vertical-align:top} .question-content table th{background:var(--bg)} .question-content img{border-radius:var(--radius-md);margin:10px 0} .question-content blockquote{border-left:4px solid var(--primary);background:var(--primary-light);padding:14px 18px;border-radius:0 12px 12px 0;margin:0 0 16px;font-style:italic} .question-content a{color:var(--primary);text-decoration:underline} .expert-cta{background:linear-gradient(120deg,var(--ink),#332C57);color:#fff;border-radius:var(--radius-lg);padding:32px 36px;display:flex;justify-content:space-between;align-items:center;gap:20px;margin:34px 0;flex-wrap:wrap} .expert-cta h3{font-family:var(--serif);font-size:21px;margin:0 0 4px} .expert-cta p{color:#C9C3EE;margin:0;font-size:13.5px} .answer-gate{border:1px dashed #C9C1F5;background:var(--primary-light);border-radius:var(--radius-md);padding:30px;margin:30px 0;position:relative;overflow:hidden} .answer-gate.is-unlocked{border:1px solid var(--success);background:var(--success-light)} .answer-gate h3{font-family:var(--serif);font-size:20px;margin:0 0 10px} .answer-gate p{color:var(--ink-soft);margin:0 0 18px;font-size:14.5px} .answer-gate .blur-preview{filter:blur(5px);user-select:none;pointer-events:none;color:var(--ink-soft);font-size:14px;margin-bottom:18px} .answer-gate .gate-price{font-family:var(--serif);font-size:26px;font-weight:700;margin:0 0 16px} .answer-gate .gate-price del{font-size:15px;color:var(--muted);margin-right:8px} .share-row{display:flex;gap:10px;align-items:center;flex-wrap:wrap;margin:30px 0} .share-row span{font-size:13px;font-weight:700;color:var(--ink-soft)} .share-row a{width:38px;height:38px;border-radius:10px;background:var(--surface);border:1px solid var(--line);display:grid;place-items:center;color:var(--ink)} .share-row a:hover{border-color:var(--primary);color:var(--primary)} .ask-box{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-md);padding:28px;margin:30px 0;text-align:center} .ask-box h3{font-family:var(--serif);font-size:20px;margin:0 0 8px} .ask-box p{color:var(--muted);margin:0 0 18px;font-size:14px} .related-questions{margin-top:40px} .related-questions h3{font-family:var(--serif);font-size:21px;margin:0 0 18px} .related-pill-list{display:flex;flex-wrap:wrap;gap:10px} .related-pill-list a{border:1px solid var(--line);background:var(--surface);border-radius:99px;padding:9px 16px;font-size:13px;font-weight:600} .related-pill-list a:hover{border-color:var(--primary);color:var(--primary)} /* ========================================================= 11. Archive filter bar ========================================================= */ .archive-header{padding:36px 0 10px} .archive-header h1{font-family:var(--serif);font-size:clamp(28px,4vw,40px);margin:0 0 8px} .archive-header p{color:var(--muted);margin:0} .filter-bar{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-md);padding:18px;display:grid;grid-template-columns:repeat(3,1fr) auto;gap:12px;margin:26px 0 32px} .filter-bar select{border:1.5px solid var(--line);border-radius:10px;padding:12px 14px;background:var(--bg);color:var(--ink)} .filter-bar button{white-space:nowrap} .archive-layout{display:grid;grid-template-columns:1fr 300px;gap:32px;align-items:start} .pagination{display:flex;justify-content:center;gap:8px;margin-top:30px;flex-wrap:wrap} .pagination a,.pagination span{border:1px solid var(--line);border-radius:10px;padding:9px 15px;font-size:13.5px;font-weight:600;background:var(--surface)} .pagination .current{background:var(--ink);color:#fff;border-color:var(--ink)} .pagination a:hover{border-color:var(--primary);color:var(--primary)} /* ========================================================= 12. Sidebar widgets ========================================================= */ .widget{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-md);padding:22px;margin-bottom:20px} .widget h2,.widget h3{font-size:15px;margin:0 0 14px;font-family:var(--serif)} .widget ul{display:grid;gap:9px;font-size:13.5px} .widget ul a{color:var(--ink-soft)} .widget ul a:hover{color:var(--primary)} .widget select,.widget input{width:100%;border:1.5px solid var(--line);border-radius:10px;padding:10px 12px;background:var(--bg);margin-bottom:10px} /* ========================================================= 13. Comments as "Answers" ========================================================= */ .answers-section{margin-top:44px} .answers-section > h2{font-family:var(--serif);font-size:24px;margin:0 0 22px} .comment-list{display:grid;gap:16px;margin:0 0 34px} .comment-list .children{margin-top:16px;padding-left:26px;border-left:2px solid var(--line-soft)} .comment-body{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-md);padding:20px} .comment-author{display:flex;align-items:center;gap:12px;margin-bottom:10px} .comment-author img{border-radius:50%} .comment-author .fn{font-weight:700;font-size:13.5px} .comment-metadata{font-size:11.5px;color:var(--muted)} .comment-content p{margin:0 0 10px;font-size:14px;color:var(--ink-soft)} .reply a{font-size:12.5px;font-weight:700;color:var(--primary)} .comment-respond{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-md);padding:26px} .comment-respond h3{font-family:var(--serif);font-size:19px;margin:0 0 6px} .comment-respond .comment-notes{color:var(--muted);font-size:13px;margin:0 0 16px} .comment-form p{margin:0 0 14px} .comment-form label{display:block;font-size:13px;font-weight:700;margin-bottom:6px} .comment-form input,.comment-form textarea{width:100%;border:1.5px solid var(--line);border-radius:10px;padding:11px 13px;background:var(--bg)} .comment-form textarea{min-height:120px;resize:vertical} /* ========================================================= 14. Ask a Question page ========================================================= */ .ask-form-wrap{max-width:680px;margin:0 auto} .ask-form-wrap .field{margin-bottom:18px} .ask-form-wrap label{display:block;font-size:13.5px;font-weight:700;margin-bottom:7px} .ask-form-wrap input,.ask-form-wrap select,.ask-form-wrap textarea{width:100%;border:1.5px solid var(--line);border-radius:10px;padding:12px 14px;background:var(--surface)} .ask-form-wrap textarea{min-height:140px;resize:vertical} .form-success{background:var(--success-light);color:#0e6b4d;border:1px solid #b6ecd9;border-radius:var(--radius-md);padding:16px 20px;margin-bottom:24px;font-weight:600} .form-error{background:var(--accent-light);color:#a2401b;border:1px solid #ffc9b4;border-radius:var(--radius-md);padding:16px 20px;margin-bottom:24px;font-weight:600} /* ========================================================= 15. Generic page/404/search ========================================================= */ .page-content{font-size:16px;color:var(--ink-soft)} .page-title{font-family:var(--serif);font-size:clamp(28px,4vw,40px);margin:34px 0 20px} .no-results{background:var(--surface);border:1px dashed var(--line);border-radius:var(--radius-md);padding:40px;text-align:center} /* ========================================================= 16. Toast ========================================================= */ .toast{position:fixed;right:20px;bottom:20px;background:var(--ink);color:#fff;padding:14px 18px;border-radius:11px;box-shadow:var(--shadow);opacity:0;transform:translateY(15px);pointer-events:none;transition:.25s;z-index:200;display:flex;gap:10px;align-items:center;max-width:320px} .toast.show{opacity:1;transform:translateY(0)} .toast .icon{stroke:var(--success);width:18px;height:18px;flex-shrink:0} /* ========================================================= 17. WordPress core alignment helpers ========================================================= */ .wp-block-image{margin:0 0 20px} .gallery{display:grid;grid-template-columns:repeat(3,1fr);gap:10px} /* ========================================================= 18. Responsive ========================================================= */ @media(max-width:1050px){ .primary-menu ul{gap:16px} .categories{grid-template-columns:repeat(4,1fr)} .products{grid-template-columns:repeat(2,1fr)} .benefit-grid{grid-template-columns:1fr 1fr;gap:28px 20px} .archive-layout{grid-template-columns:1fr} .filter-bar{grid-template-columns:1fr 1fr} } @media(max-width:840px){ .hero .container{grid-template-columns:1fr} .hero-visual{height:340px;order:-1} .steps{grid-template-columns:1fr} .review-grid{grid-template-columns:1fr} .filter-bar{grid-template-columns:1fr} } @media(max-width:760px){ .topbar-links span:nth-child(3){display:none} .section{padding:52px 0} .section-head{flex-direction:column;align-items:flex-start} .categories{grid-template-columns:repeat(2,1fr)} .benefit-grid{grid-template-columns:1fr;gap:22px} .footer-main{grid-template-columns:1fr 1fr;gap:32px} .footer-bottom{flex-direction:column} .cta-box,.expert-cta{flex-direction:column;align-items:flex-start;padding:28px} .question-card{flex-wrap:wrap} .q-votes{flex-direction:row;display:flex;gap:6px;align-items:center} .q-answers{width:100%} .q-answers .btn{width:100%} table.info-table th{width:150px} } @media(max-width:480px){ .products{grid-template-columns:1fr} .footer-main{grid-template-columns:1fr} .hero-ctas .btn{flex:1} .search-bar button span{display:none} .cta-box .btn-group{width:100%} .cta-box .btn-group .btn{flex:1} } @media (prefers-reduced-motion:reduce){ html{scroll-behavior:auto} *{transition:none!important} } /* ========================================================= 19. Minimal WooCommerce re-skin (loaded only on WC pages) ========================================================= */ .woocommerce ul.products{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;list-style:none;padding:0;margin:0 0 30px} .woocommerce ul.products li.product{border:1px solid var(--line);border-radius:var(--radius-md);overflow:hidden;background:var(--surface);padding:0;transition:.15s;text-align:left} .woocommerce ul.products li.product:hover{transform:translateY(-4px);box-shadow:var(--shadow-sm);border-color:#C9C1F5} .woocommerce ul.products li.product a img{border-radius:0;margin:0} .woocommerce ul.products li.product .woocommerce-loop-product__title{font-size:14.5px;padding:14px 14px 0;display:block} .woocommerce ul.products li.product .price{padding:0 14px;display:block;font-family:var(--serif);font-weight:800;color:var(--ink)} .woocommerce ul.products li.product .button{margin:14px;width:calc(100% - 28px);background:var(--ink);color:#fff;border-radius:10px;padding:11px;font-weight:700;text-align:center} .woocommerce ul.products li.product .button:hover{background:#332C57} .woocommerce span.onsale{background:var(--accent);border-radius:99px;top:11px;left:11px;right:auto;min-height:auto;padding:5px 11px;font-size:10px;font-weight:700;line-height:1} .woocommerce nav.woocommerce-pagination ul{border:0;gap:8px;display:flex} .woocommerce nav.woocommerce-pagination ul li{border:0;margin:0} .woocommerce nav.woocommerce-pagination ul li a,.woocommerce nav.woocommerce-pagination ul li span{border:1px solid var(--line);border-radius:10px;padding:9px 15px} .woocommerce a.button,.woocommerce button.button,.woocommerce input.button,.woocommerce #respond input#submit{background:var(--primary);color:#fff;border-radius:10px;padding:12px 20px;font-weight:700;border:0} .woocommerce a.button:hover,.woocommerce button.button:hover,.woocommerce input.button:hover{background:var(--primary-dark);color:#fff} .woocommerce div.product .woocommerce-tabs ul.tabs li{border-radius:10px 10px 0 0} .woocommerce div.product p.price,.woocommerce div.product span.price{color:var(--ink);font-family:var(--serif);font-weight:800} .woocommerce table.shop_table{border:1px solid var(--line);border-radius:var(--radius-md);overflow:hidden} .woocommerce table.shop_table th{background:var(--bg)} .woocommerce #respond input#submit,.woocommerce a.checkout-button{background:var(--accent)} .woocommerce #respond input#submit:hover,.woocommerce a.checkout-button:hover{background:#f0653f} .woocommerce-message,.woocommerce-info,.woocommerce-error{border-top-color:var(--primary);border-radius:var(--radius-sm)} .woocommerce-message::before{color:var(--primary)} @media(max-width:1050px){.woocommerce ul.products{grid-template-columns:repeat(2,1fr)}} @media(max-width:480px){.woocommerce ul.products{grid-template-columns:1fr}} /* ========================================================= 20. NoteStore modern product + related-content redesign ========================================================= */ .woocommerce .site-main > .container{max-width:1100px} .woocommerce div.product{display:grid;grid-template-columns:minmax(250px,310px) minmax(0,1fr);gap:42px;align-items:start;margin:8px auto 0;max-width:1040px} .woocommerce div.product div.images{width:100%;margin:0;position:sticky;top:100px} .woocommerce div.product div.images .woocommerce-product-gallery__image, .woocommerce div.product div.images .woocommerce-product-gallery__wrapper{margin:0} .woocommerce div.product div.images img{width:100%;max-width:290px;max-height:360px;object-fit:contain;margin:0 auto;border:1px solid var(--line);border-radius:18px;background:#fff;padding:18px;box-shadow:0 10px 30px rgba(30,27,46,.06)} .woocommerce div.product div.images .flex-control-thumbs{display:flex;gap:8px;margin-top:10px} .woocommerce div.product div.images .flex-control-thumbs li{width:54px!important;float:none!important} .woocommerce div.product div.images .flex-control-thumbs img{max-height:54px;padding:4px;border-radius:9px;box-shadow:none} .woocommerce div.product div.summary{width:100%;margin:0} .woocommerce div.product .product_title{font-family:var(--serif);font-size:clamp(27px,3.2vw,39px);line-height:1.18;letter-spacing:-.02em;margin:0 0 14px;color:var(--ink)} .woocommerce div.product .price{font-size:25px!important;line-height:1.2;margin:8px 0 18px!important} .woocommerce div.product .woocommerce-product-details__short-description{font-size:15px;color:var(--ink-soft);line-height:1.75;padding:17px 0;border-top:1px solid var(--line-soft);border-bottom:1px solid var(--line-soft);margin-bottom:18px} .woocommerce div.product form.cart{display:flex;gap:10px;align-items:center;flex-wrap:wrap;margin:0 0 4px} .woocommerce div.product form.cart .quantity{margin:0!important} .woocommerce div.product form.cart .quantity .qty{height:47px;min-width:70px;border:1px solid var(--line);border-radius:11px;background:#fff;padding:0 10px} .woocommerce div.product form.cart .button{height:47px;padding:0 25px;border-radius:11px;background:var(--primary);font-size:14px} .woocommerce div.product form.cart .button:hover{background:var(--primary-dark)} .notestores-product-reassurance{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin:16px 0 18px;padding:13px;border:1px solid var(--line);border-radius:14px;background:linear-gradient(180deg,#fff,#faf9ff)} .notestores-product-reassurance div{display:flex;gap:8px;align-items:center;font-size:11.5px;color:var(--ink-soft);line-height:1.35} .notestores-product-reassurance strong{width:22px;height:22px;border-radius:50%;display:grid;place-items:center;background:var(--success-light);color:var(--success);flex:0 0 auto} .woocommerce div.product .product_meta{font-size:12.5px;color:var(--muted);border-top:1px solid var(--line-soft);padding-top:14px} .woocommerce div.product .product_meta a{color:var(--primary);font-weight:700} .woocommerce div.product .woocommerce-tabs{grid-column:1/-1;width:100%;margin-top:4px;border-top:1px solid var(--line)} .woocommerce div.product .woocommerce-tabs ul.tabs{padding:0!important;margin:0!important;display:flex;gap:4px;border-bottom:1px solid var(--line);flex-wrap:wrap} .woocommerce div.product .woocommerce-tabs ul.tabs:before{display:none} .woocommerce div.product .woocommerce-tabs ul.tabs li{background:transparent!important;border:0!important;margin:0!important;padding:14px 17px!important;border-radius:0!important} .woocommerce div.product .woocommerce-tabs ul.tabs li.active{color:var(--primary);box-shadow:inset 0 -2px 0 var(--primary)} .woocommerce div.product .woocommerce-tabs .panel{max-width:820px;margin:0 auto;padding:30px 0 10px;color:var(--ink-soft);font-size:15px;line-height:1.8} .woocommerce div.product .woocommerce-tabs .panel h2{font-family:var(--serif);font-size:25px;color:var(--ink)} .woocommerce div.product .woocommerce-tabs .panel table{border:1px solid var(--line);border-radius:12px;overflow:hidden} .woocommerce div.product .related.products{grid-column:1/-1;border-top:1px solid var(--line);padding-top:34px;margin-top:10px} .woocommerce div.product .related.products>h2{font-family:var(--serif);font-size:29px;margin:0 0 20px;text-align:left} .woocommerce div.product .related.products ul.products{grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;margin:0} .woocommerce div.product .related.products ul.products li.product{min-width:0;display:flex;flex-direction:column;height:100%;box-shadow:none} .woocommerce div.product .related.products ul.products li.product a.woocommerce-LoopProduct-link{display:block} .woocommerce div.product .related.products ul.products li.product a img{height:145px!important;max-height:145px!important;object-fit:contain!important;padding:12px!important;background:#fbfaff} .woocommerce div.product .related.products ul.products li.product .woocommerce-loop-product__title{font-size:14px;line-height:1.4;padding:13px 14px 4px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:53px} .woocommerce div.product .related.products ul.products li.product .price{font-size:18px!important;padding:0 14px;display:block;margin:3px 0!important} .woocommerce div.product .related.products ul.products li.product .button{margin:12px 14px 14px;width:calc(100% - 28px);margin-top:auto} .woocommerce div.product .related.products ul.products li.product .woocommerce-loop-category__title{padding:14px} /* Questions/blog single + related posts */ .single-post .site-main>.container{max-width:1080px} .question-header{max-width:920px;margin:0 auto 24px;padding:10px 0 4px} .question-title{font-family:var(--serif);font-size:clamp(30px,4vw,46px);line-height:1.14;letter-spacing:-.02em;max-width:900px} .question-content{max-width:850px;margin:0 auto;background:var(--surface);border:1px solid var(--line);border-radius:18px;padding:32px 36px;box-shadow:0 8px 30px rgba(30,27,46,.04);font-size:16px;line-height:1.85;color:var(--ink-soft)} .question-content h2,.question-content h3,.question-content h4{font-family:var(--serif);color:var(--ink);line-height:1.3;margin-top:30px} .answer-gate{max-width:850px;margin:26px auto;padding:30px;border:1px solid #ddd8f9;border-radius:18px;background:linear-gradient(135deg,#f5f2ff,#fff8f4);text-align:center;position:relative;overflow:hidden} .answer-gate .blur-preview{filter:blur(5px);user-select:none;max-width:720px;margin:12px auto 20px;opacity:.72;line-height:1.8} .share-row,.ask-box,.expert-cta{max-width:850px;margin-left:auto;margin-right:auto} .related-questions{max-width:1080px;margin:52px auto 0;padding-top:36px;border-top:1px solid var(--line)} .related-head{margin-bottom:20px} .related-head .eyebrow{font-size:11px;text-transform:uppercase;letter-spacing:.12em;font-weight:800;color:var(--primary)} .related-head h2{font-family:var(--serif);font-size:30px;margin:3px 0 5px} .related-head p{color:var(--muted);margin:0;font-size:14px} .related-post-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px} .related-post-card{background:var(--surface);border:1px solid var(--line);border-radius:16px;padding:18px;display:flex;flex-direction:column;min-height:220px;transition:.18s} .related-post-card:hover{transform:translateY(-3px);box-shadow:var(--shadow-sm);border-color:#cec8f5} .related-post-meta{display:flex;justify-content:space-between;gap:8px;color:var(--muted);font-size:10.5px;margin-bottom:10px} .related-post-meta span:first-child{color:var(--primary);font-weight:700} .related-post-card h3{font-size:15px;line-height:1.42;margin:0 0 9px;color:var(--ink)} .related-post-card h3 a:hover{color:var(--primary)} .related-post-card p{font-size:12.5px;line-height:1.6;color:var(--muted);margin:0 0 14px} .related-post-bottom{margin-top:auto;display:flex;align-items:center;justify-content:space-between;gap:8px;border-top:1px solid var(--line-soft);padding-top:11px;font-size:10.5px;color:var(--muted)} .related-read-link{font-weight:800;color:var(--primary);white-space:nowrap} @media(max-width:900px){ .woocommerce div.product{grid-template-columns:minmax(220px,280px) minmax(0,1fr);gap:28px} .woocommerce div.product .related.products ul.products{grid-template-columns:repeat(2,minmax(0,1fr))} .related-post-grid{grid-template-columns:repeat(2,minmax(0,1fr))} } @media(max-width:680px){ .woocommerce div.product{display:block;max-width:100%;margin-top:0} .woocommerce div.product div.images{position:static;margin:0 auto 22px;max-width:260px} .woocommerce div.product div.images img{max-width:240px;max-height:300px} .woocommerce div.product .product_title{font-size:29px} .notestores-product-reassurance{grid-template-columns:1fr} .woocommerce div.product .woocommerce-tabs .panel{padding:22px 0} .woocommerce div.product .related.products ul.products{grid-template-columns:1fr 1fr;gap:12px} .woocommerce div.product .related.products ul.products li.product a img{height:120px!important;max-height:120px!important} .question-content{padding:22px 18px;border-radius:14px} .related-post-grid{grid-template-columns:1fr} } @media(max-width:420px){ .woocommerce div.product .related.products ul.products{grid-template-columns:1fr} .woocommerce div.product form.cart{align-items:stretch} .woocommerce div.product form.cart .button{flex:1} } /* ========================================================= 21. NoteStore v1.4 — polished WooCommerce product page ========================================================= */ :root{--ns-blue:#0f67d9;--ns-blue-dark:#084b9e;--ns-blue-soft:#eef6ff;--ns-border:#dce8f4;--ns-text:#102c57;--ns-muted:#5f7897} .woocommerce .site-main>.container{max-width:1160px;width:calc(100% - 40px);margin-inline:auto} .woocommerce .notestores-single-product{max-width:1110px;margin:0 auto 64px;color:var(--ns-text)} .notestores-product-breadcrumbs{margin:0 0 14px} .notestores-product-breadcrumbs .woocommerce-breadcrumb{font-size:12px;color:#7890ad;margin:0;padding:0;line-height:1.6} .notestores-product-breadcrumbs .woocommerce-breadcrumb a{color:#41698f;text-decoration:none} .ns-breadcrumb-sep{display:inline-block;margin:0 8px;color:#a3b5c8} .ns-product-hero{display:grid;grid-template-columns:330px minmax(0,1fr) 270px;gap:26px;align-items:start} .ns-media-card{border:1px solid var(--ns-border);border-radius:8px;background:#f7fbff;padding:14px;min-height:430px;display:flex;align-items:center;justify-content:center} .ns-product-media .woocommerce-product-gallery{width:100%!important;float:none!important;margin:0!important} .ns-product-media .woocommerce-product-gallery__wrapper{margin:0!important} .ns-product-media .woocommerce-product-gallery__image{display:flex;justify-content:center;align-items:center} .ns-product-media .woocommerce-product-gallery__image img{width:auto!important;max-width:245px!important;max-height:330px!important;object-fit:contain!important;margin:auto!important;border:0!important;border-radius:3px!important;padding:0!important;box-shadow:0 9px 22px rgba(26,60,98,.13)!important;background:#fff} .ns-product-media .flex-control-thumbs{display:flex!important;gap:9px!important;justify-content:flex-start!important;margin:13px 0 0!important;padding:0!important;overflow:auto} .ns-product-media .flex-control-thumbs li{width:60px!important;float:none!important;flex:0 0 60px!important;margin:0!important} .ns-product-media .flex-control-thumbs img{width:60px!important;height:60px!important;object-fit:contain!important;padding:5px!important;border:1px solid var(--ns-border)!important;border-radius:5px!important;background:#fff!important;opacity:1!important} .ns-product-media .flex-control-thumbs .flex-active{border-color:var(--ns-blue)!important;box-shadow:0 0 0 1px var(--ns-blue)} .ns-product-summary{min-width:0;padding:0 2px} .ns-product-summary .ns-product-badge{display:inline-flex;align-items:center;padding:5px 10px;border-radius:999px;background:#e5f2ff;color:#0b68d5;font-size:10px;font-weight:800;letter-spacing:.03em;margin:0 0 9px} .ns-product-summary .product_title{font-family:Inter,Arial,sans-serif!important;color:#09295b!important;font-size:clamp(24px,2.35vw,32px)!important;line-height:1.18!important;letter-spacing:-.025em!important;margin:0 0 12px!important;font-weight:800!important} .ns-product-summary .woocommerce-product-rating{margin:4px 0 11px!important;font-size:12px!important} .ns-product-summary .star-rating{font-size:15px!important;margin-right:5px!important} .ns-product-summary .woocommerce-review-link{color:#547493!important} .ns-product-summary .price{font-family:Inter,Arial,sans-serif!important;color:#0867d8!important;font-size:28px!important;font-weight:800!important;margin:11px 0 4px!important} .ns-product-summary .price del{font-size:16px!important;color:#8999ab!important} .ns-product-summary .price ins{text-decoration:none} .ns-product-summary .woocommerce-product-details__short-description{font-size:13px!important;line-height:1.65!important;color:#506b89!important;border:0!important;padding:0!important;margin:0 0 15px!important} .ns-product-summary .woocommerce-product-details__short-description p{margin:0 0 8px} .ns-product-summary .woocommerce-variation-description{color:#506b89} .ns-product-summary form.cart{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin:14px 0 5px!important} .ns-product-summary form.cart .quantity{margin:0!important} .ns-product-summary form.cart .quantity .qty{height:43px!important;width:70px!important;border:1px solid #cdddec!important;border-radius:5px!important;background:#fff!important;color:#173b68!important} .ns-product-summary form.cart .button{height:43px!important;min-width:190px!important;border-radius:5px!important;background:var(--ns-blue)!important;font-size:14px!important;font-weight:700!important;padding:0 22px!important} .ns-product-summary form.cart .button:hover{background:var(--ns-blue-dark)!important} .ns-product-summary .product_meta{font-size:11px!important;line-height:1.7!important;color:#7087a0!important;border:0!important;padding:5px 0 0!important} .ns-product-summary .product_meta a{color:#1469c7!important} .notestores-product-reassurance{display:grid!important;grid-template-columns:repeat(3,1fr)!important;gap:7px!important;background:transparent!important;border:0!important;padding:8px 0!important;margin:7px 0 0!important} .notestores-product-reassurance div{font-size:10.5px!important;color:#55718f!important} .notestores-product-reassurance strong{width:20px!important;height:20px!important} .ns-product-sidebar{min-width:0} .ns-detail-card,.ns-benefit-card{border:1px solid var(--ns-border);border-radius:7px;background:#fff;overflow:hidden} .ns-detail-card{padding:4px 13px;margin-bottom:13px} .ns-detail-row{display:flex;gap:11px;align-items:center;padding:11px 0;border-bottom:1px solid #e5edf5} .ns-detail-row:last-child{border-bottom:0} .ns-detail-icon{width:25px;height:25px;display:grid;place-items:center;color:#0b4f9f;font-size:19px;flex:0 0 25px} .ns-detail-row div{min-width:0;display:flex;flex-direction:column;gap:2px} .ns-detail-row strong{font-size:11px;color:#173d6d;font-weight:800} .ns-detail-row div span{font-size:10.5px;color:#66819e;line-height:1.4} .ns-benefit-card{padding:15px 15px 12px;background:linear-gradient(180deg,#f3f8ff,#fff)} .ns-benefit-card h3{font-size:13px;color:#084c9f;margin:0 0 10px;font-weight:800} .ns-benefit-card h3 span{font-size:18px} .ns-benefit-card ul{list-style:none;margin:0;padding:0} .ns-benefit-card li{position:relative;padding:5px 0 5px 21px;font-size:10.5px;line-height:1.45;color:#486b90} .ns-benefit-card li:before{content:'✓';position:absolute;left:0;top:4px;color:#0b6cda;font-weight:800;font-size:13px} .ns-product-information{margin-top:25px} .ns-product-information .woocommerce-tabs{width:100%!important;margin:0!important;border:1px solid var(--ns-border)!important;border-radius:7px!important;background:#fff!important;overflow:hidden} .ns-product-information .woocommerce-tabs ul.tabs{display:flex!important;gap:0!important;flex-wrap:wrap!important;border-bottom:1px solid var(--ns-border)!important;padding:0 12px!important;margin:0!important;background:#fff!important} .ns-product-information .woocommerce-tabs ul.tabs:before,.ns-product-information .woocommerce-tabs ul.tabs:after{display:none!important} .ns-product-information .woocommerce-tabs ul.tabs li{background:transparent!important;border:0!important;border-radius:0!important;margin:0!important;padding:14px 17px!important;font-size:11px!important;font-weight:700!important;color:#4d6b8a!important} .ns-product-information .woocommerce-tabs ul.tabs li:before,.ns-product-information .woocommerce-tabs ul.tabs li:after{display:none!important} .ns-product-information .woocommerce-tabs ul.tabs li.active{color:var(--ns-blue)!important;box-shadow:inset 0 -2px 0 var(--ns-blue)!important} .ns-product-information .woocommerce-tabs .panel{max-width:none!important;margin:0!important;padding:23px 24px!important;color:#526e8d!important;font-size:13px!important;line-height:1.75!important} .ns-product-information .woocommerce-tabs .panel h2{font-family:Inter,Arial,sans-serif!important;color:#0b2f61!important;font-size:18px!important;margin:0 0 10px!important} .ns-product-information .woocommerce-tabs .panel p:last-child{margin-bottom:0} .ns-product-information .related.products{border-top:0!important;margin:28px 0 0!important;padding:0!important} .ns-product-information .related.products>h2{font-family:Inter,Arial,sans-serif!important;color:#092f62!important;font-size:24px!important;line-height:1.2!important;margin:0 0 4px!important;text-align:left!important} .ns-product-information .related.products>h2:after{content:'Related study materials and resources';display:block;font-family:Inter,Arial,sans-serif;font-size:11px;font-weight:500;color:#7188a1;margin-top:5px} .ns-product-information .related.products ul.products{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:15px!important;margin:17px 0 0!important;padding:0!important} .ns-product-information .related.products ul.products li.product{width:auto!important;float:none!important;display:flex!important;flex-direction:column!important;min-width:0!important;margin:0!important;border:1px solid var(--ns-border)!important;border-radius:7px!important;background:#fff!important;overflow:hidden!important;box-shadow:0 3px 14px rgba(27,69,110,.04)!important;transition:transform .18s ease,box-shadow .18s ease!important} .ns-product-information .related.products ul.products li.product:hover{transform:translateY(-3px)!important;box-shadow:0 9px 24px rgba(27,69,110,.09)!important} .ns-product-information .related.products ul.products li.product>a.woocommerce-LoopProduct-link{display:block!important} .ns-product-information .related.products ul.products li.product>a img{width:100%!important;height:150px!important;max-height:150px!important;object-fit:contain!important;padding:12px!important;margin:0!important;background:#f7fbff!important;border:0!important;border-radius:0!important} .ns-product-information .related.products ul.products li.product .woocommerce-loop-product__title{font-family:Inter,Arial,sans-serif!important;color:#123a6d!important;font-size:13px!important;line-height:1.4!important;font-weight:700!important;padding:10px 12px 2px!important;margin:0!important;min-height:48px!important;display:-webkit-box!important;-webkit-box-orient:vertical!important;-webkit-line-clamp:2!important;overflow:hidden!important} .ns-product-information .related.products ul.products li.product .price{font-family:Inter,Arial,sans-serif!important;color:#0969d7!important;font-size:18px!important;font-weight:800!important;padding:0 12px!important;margin:5px 0!important} .ns-product-information .related.products ul.products li.product .button{margin:auto 12px 12px!important;width:calc(100% - 24px)!important;min-height:38px!important;padding:9px 8px!important;border-radius:5px!important;background:var(--ns-blue)!important;color:#fff!important;font-size:11px!important;text-align:center!important} .ns-product-information .related.products ul.products li.product .button:hover{background:var(--ns-blue-dark)!important} .ns-product-information .related.products ul.products li.product .onsale{top:9px!important;left:9px!important;right:auto!important;background:#e9f4ff!important;color:#0b64c8!important;border-radius:999px!important;font-size:9px!important;min-height:auto!important;padding:5px 8px!important} /* Keep the single product compact rather than full-viewport wide. */ .woocommerce div.product div.images .woocommerce-product-gallery__trigger{right:7px!important;bottom:7px!important} @media(max-width:1000px){ .woocommerce .notestores-single-product{max-width:900px} .ns-product-hero{grid-template-columns:280px minmax(0,1fr);gap:24px} .ns-product-sidebar{grid-column:1/-1;display:grid;grid-template-columns:1fr 1fr;gap:14px} .ns-detail-card{margin:0} .ns-product-information .related.products ul.products{grid-template-columns:repeat(2,minmax(0,1fr))!important} } @media(max-width:700px){ .woocommerce .site-main>.container{width:calc(100% - 24px)} .woocommerce .notestores-single-product{max-width:100%;margin-bottom:40px} .ns-product-hero{display:block} .ns-product-media{margin-bottom:20px} .ns-media-card{min-height:0;padding:12px} .ns-product-media .woocommerce-product-gallery__image img{max-width:210px!important;max-height:280px!important} .ns-product-summary .product_title{font-size:25px!important} .ns-product-sidebar{display:block;margin-top:20px} .ns-detail-card{margin-bottom:12px} .ns-product-information{margin-top:20px} .ns-product-information .woocommerce-tabs ul.tabs{overflow-x:auto;flex-wrap:nowrap!important;white-space:nowrap} .ns-product-information .woocommerce-tabs ul.tabs li{padding:13px 12px!important} .ns-product-information .woocommerce-tabs .panel{padding:20px 16px!important} .ns-product-information .related.products ul.products{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important} .ns-product-information .related.products ul.products li.product>a img{height:120px!important;max-height:120px!important} } @media(max-width:430px){ .woocommerce .site-main>.container{width:calc(100% - 18px)} .ns-product-summary form.cart{align-items:stretch} .ns-product-summary form.cart .button{min-width:0!important;flex:1} .notestores-product-reassurance{grid-template-columns:1fr!important} .ns-product-information .related.products ul.products{grid-template-columns:1fr!important} } /* v1.4 structural overrides: the custom product template owns the layout. */ .woocommerce div.product.notestores-single-product{display:block!important;grid-template-columns:none!important;width:100%!important} .ns-product-media .woocommerce-product-gallery{position:static!important;top:auto!important} .ns-product-media .woocommerce-product-gallery .flex-viewport{margin:0!important} .ns-product-media .woocommerce-product-gallery__image a{display:flex;justify-content:center;align-items:center} /* ========================================================= 22. NoteStore v1.5 — product page final polish ========================================================= */ .ns-related-products{background:#f3f8ff;margin:34px calc(50% - 50vw) 0;padding:38px 0 44px;border-top:1px solid #e2edf8} .ns-related-inner{width:calc(100% - 40px);max-width:1110px;margin:0 auto} .ns-related-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:18px} .ns-related-heading h2{font-family:Inter,Arial,sans-serif!important;color:#092f62!important;font-size:28px!important;line-height:1.2!important;margin:0 0 4px!important;font-weight:800!important} .ns-related-heading p{margin:0;color:#6b829d;font-size:12px;line-height:1.5} .ns-related-filters{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:7px} .ns-related-filters a,.ns-related-filters span{display:inline-flex;align-items:center;justify-content:center;min-height:31px;padding:0 15px;border:1px solid #d4e2f0;border-radius:999px;background:#fff;color:#58728e;font-size:10.5px;font-weight:600;text-decoration:none;white-space:nowrap} .ns-related-filters .is-active{background:#0f67d9;border-color:#0f67d9;color:#fff} .ns-related-filters a:hover{border-color:#0f67d9;color:#0f67d9} .ns-related-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:15px} .ns-related-card{min-width:0;background:#fff;border:1px solid #dce8f4;border-radius:8px;overflow:hidden;display:flex;flex-direction:column;box-shadow:0 3px 14px rgba(25,70,110,.04);transition:transform .18s ease,box-shadow .18s ease} .ns-related-card:hover{transform:translateY(-3px);box-shadow:0 10px 28px rgba(25,70,110,.10)} .ns-related-image{height:145px;display:flex;align-items:center;justify-content:center;background:#f7fbff;border-bottom:1px solid #edf3f8;overflow:hidden;text-decoration:none} .ns-related-image img{width:100%!important;height:100%!important;max-height:none!important;object-fit:contain!important;padding:14px!important;margin:0!important;border:0!important;border-radius:0!important} .ns-related-card-body{padding:12px 13px 13px;display:flex;flex-direction:column;flex:1;min-width:0} .ns-related-category{align-self:flex-start;background:#e7f2ff;color:#0b68d5;border-radius:999px;padding:4px 8px;font-size:9px;font-weight:700;line-height:1.1;margin-bottom:8px;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap} .ns-related-card h3{font-family:Inter,Arial,sans-serif!important;font-size:13px!important;line-height:1.42!important;font-weight:750!important;color:#123a6d!important;margin:0 0 6px!important;min-height:37px!important;display:-webkit-box!important;-webkit-box-orient:vertical!important;-webkit-line-clamp:2!important;overflow:hidden!important} .ns-related-card h3 a{color:inherit;text-decoration:none} .ns-related-card h3 a:hover{color:#0f67d9} .ns-related-rating{display:flex;align-items:center;gap:5px;min-height:17px;margin-bottom:5px;font-size:10px} .ns-related-rating span{letter-spacing:1px;color:#f5a900;font-size:12px;line-height:1} .ns-related-rating em{font-style:normal;color:#7189a2;font-size:9.5px} .ns-related-card-bottom{margin-top:auto;display:flex;flex-direction:column;gap:9px} .ns-related-price{font-family:Inter,Arial,sans-serif!important;color:#0969d7!important;font-size:18px!important;font-weight:800!important;line-height:1.2} .ns-related-price del{font-size:11px;color:#93a2b1} .ns-related-price ins{text-decoration:none} .ns-related-cart{display:flex;align-items:center;justify-content:center;min-height:38px;padding:8px 10px;border-radius:5px;background:#0f67d9;color:#fff!important;font-size:11px;font-weight:700;text-decoration:none!important;text-align:center;transition:background .15s ease} .ns-related-cart:hover{background:#084b9e;color:#fff!important} .ns-product-information>.woocommerce-tabs{margin-bottom:0!important} /* Prevent old WooCommerce related styles from leaking into the custom cards. */ .ns-related-products ul,.ns-related-products li{list-style:none;margin:0;padding:0} @media(max-width:1000px){ .ns-related-heading{align-items:flex-start;flex-direction:column} .ns-related-filters{justify-content:flex-start} .ns-related-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:13px} } @media(max-width:700px){ .ns-related-products{margin-top:25px;padding:28px 0 34px} .ns-related-inner{width:calc(100% - 24px)} .ns-related-heading h2{font-size:24px!important} .ns-related-filters{flex-wrap:nowrap;overflow-x:auto;width:100%;padding-bottom:3px;justify-content:flex-start} .ns-related-filters a,.ns-related-filters span{flex:0 0 auto} .ns-related-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px} .ns-related-image{height:120px} .ns-related-image img{padding:10px!important} .ns-related-card-body{padding:10px} .ns-related-card h3{font-size:12px!important;min-height:34px!important} .ns-related-price{font-size:16px!important} .ns-related-cart{min-height:36px;font-size:10px} } @media(max-width:430px){ .ns-related-grid{grid-template-columns:1fr} .ns-related-image{height:150px} } /* ========================================================= 23. NoteStore v1.6 — complete WooCommerce archive redesign ========================================================= */ :root{ --ns-blue:#0f6fe5; --ns-blue-dark:#0756b7; --ns-blue-soft:#eaf4ff; --ns-blue-pale:#f5faff; --ns-navy:#092f62; --ns-text:#173b68; --ns-muted:#67809b; --ns-border:#dbe8f4; } .ns-shop-page{background:#fff;color:var(--ns-text);padding-bottom:0} .ns-shop-hero{position:relative;overflow:hidden;background:#edf7ff;min-height:252px;border-bottom:1px solid #e2eef8} .ns-shop-hero:after{content:"";position:absolute;inset:0;background-image:linear-gradient(90deg,#eef8ff 0%,rgba(239,248,255,.94) 43%,rgba(239,248,255,.45) 66%,rgba(239,248,255,.06) 100%),var(--ns-archive-hero);background-position:center,right center;background-size:auto,cover;background-repeat:no-repeat;pointer-events:none} .ns-shop-hero-inner{position:relative;z-index:1;min-height:252px;padding:30px 0 22px;display:flex;flex-direction:column;justify-content:center} .ns-shop-hero-copy{max-width:610px} .ns-eyebrow{display:block;color:#0870df;font-size:12px;font-weight:800;letter-spacing:.08em;margin-bottom:9px} .ns-shop-hero h1{font-family:Inter,Arial,sans-serif;color:#092f62;font-size:clamp(30px,3.1vw,43px);line-height:1.1;letter-spacing:-.035em;margin:0 0 12px;font-weight:800;max-width:610px} .ns-shop-hero p{font-size:14px;line-height:1.65;color:#456786;max-width:560px;margin:0} .ns-shop-benefits{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:0;max-width:800px;margin-top:24px} .ns-shop-benefits>div{display:flex;align-items:center;gap:9px;padding:0 18px;border-right:1px solid rgba(31,105,174,.15)} .ns-shop-benefits>div:first-child{padding-left:0}.ns-shop-benefits>div:last-child{border-right:0} .ns-benefit-icon{width:30px;height:30px;border:2px solid #0e6ee0;color:#0e6ee0;background:#fff;border-radius:50%;display:grid;place-items:center;font-size:15px;font-weight:800;flex:0 0 auto} .ns-shop-benefits strong{display:block;font-size:11px;line-height:1.2;color:#123c6e}.ns-shop-benefits small{display:block;color:#6b86a1;font-size:9px;line-height:1.3;margin-top:3px} .ns-shop-wrap{max-width:1180px!important;width:min(94%,1180px)!important;margin:0 auto} .ns-shop-breadcrumb{display:flex;align-items:center;gap:9px;padding:17px 0 16px;color:#7189a2;font-size:11px} .ns-shop-breadcrumb a{color:#176ac7}.ns-shop-breadcrumb span{color:#9aacc0} .ns-shop-layout{display:grid;grid-template-columns:minmax(0,1fr) 265px;gap:28px;align-items:start} .ns-results-head{margin-bottom:14px}.ns-results-title-row{display:flex;align-items:center;gap:12px}.ns-book-mark{display:grid;place-items:center;width:35px;height:35px;border-radius:8px;background:#0e6ee0;color:#fff;font-size:13px;letter-spacing:-4px;overflow:hidden}.ns-results-head h2{font-family:Inter,Arial,sans-serif;font-size:28px;line-height:1.2;color:#092f62;margin:0;font-weight:800;letter-spacing:-.025em}.ns-results-head p{font-size:12px;line-height:1.55;color:#5f7b98;margin:5px 0 8px;max-width:650px}.ns-results-count{font-size:11px;color:#647f9a;margin-top:7px} .ns-archive-toolbar{display:flex;align-items:center;justify-content:space-between;gap:15px;margin:14px 0 16px}.ns-category-pills{display:flex;gap:7px;flex-wrap:wrap;min-width:0}.ns-category-pills a{display:inline-flex;align-items:center;justify-content:center;min-height:31px;padding:0 14px;border:1px solid #cfe0ef;border-radius:999px;background:#fff;color:#355a7e;font-size:10px;font-weight:700;white-space:nowrap}.ns-category-pills a:hover,.ns-category-pills a.is-current{border-color:#0f6fe5;color:#0f6fe5}.ns-category-pills a:first-child{background:#0f6fe5;border-color:#0f6fe5;color:#fff}.ns-sort-form{display:flex;align-items:center;gap:7px;flex:0 0 auto}.ns-sort-form label{font-size:10px;color:#6b839c}.ns-sort-form select{height:36px;border:1px solid #cfe0ef;border-radius:7px;background:#fff;color:#254e75;font-size:10px;padding:0 28px 0 11px;min-width:145px} .ns-product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px} .ns-shop-product-card{min-width:0!important;width:auto!important;float:none!important;display:flex!important;flex-direction:column!important;margin:0!important;padding:0!important;background:#fff!important;border:1px solid #dbe8f4!important;border-radius:9px!important;overflow:hidden!important;box-shadow:0 3px 12px rgba(31,81,124,.035)!important;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease!important} .ns-shop-product-card:hover{transform:translateY(-3px);border-color:#bcd7ee!important;box-shadow:0 11px 28px rgba(24,83,132,.09)!important} .ns-card-image{height:145px;position:relative;display:flex;align-items:center;justify-content:center;background:#f6fbff;border-bottom:1px solid #edf3f8;overflow:hidden}.ns-card-image img{width:100%!important;height:100%!important;object-fit:cover!important;margin:0!important;padding:0!important;border:0!important;border-radius:0!important}.ns-card-image img[src*="placeholder"]{object-fit:contain!important;padding:26px!important;opacity:.75}.ns-card-badge{position:absolute;z-index:2;left:9px;top:9px;padding:5px 9px;background:#0f6fe5;color:#fff;border-radius:999px;font-size:9px;line-height:1;font-weight:800;max-width:75%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ns-card-heart{position:absolute;z-index:2;right:9px;top:9px;width:27px;height:27px;border:0;border-radius:50%;background:#fff;color:#0f6fe5;font-size:17px;line-height:27px;padding:0;text-align:center;box-shadow:0 2px 8px rgba(0,0,0,.08)} .ns-card-content{display:flex;flex-direction:column;flex:1;min-height:175px;padding:11px 12px 12px}.ns-card-content h3{font-family:Inter,Arial,sans-serif!important;color:#0c376b!important;font-size:13px!important;line-height:1.35!important;font-weight:800!important;margin:0 0 6px!important;min-height:35px!important;display:-webkit-box!important;-webkit-box-orient:vertical!important;-webkit-line-clamp:2!important;overflow:hidden!important}.ns-card-content h3 a{color:inherit!important}.ns-card-content h3 a:hover{color:#0f6fe5!important}.ns-card-meta{display:flex;align-items:center;flex-wrap:wrap;gap:0;color:#69829c;font-size:9.5px;line-height:1.35;min-height:17px;margin-bottom:5px}.ns-card-meta span+span:before{content:'•';margin:0 6px;color:#a6b6c6}.ns-card-rating{display:flex;align-items:center;gap:5px;min-height:18px;margin-bottom:7px}.ns-card-rating>span{color:#f5a000;letter-spacing:1px;font-size:12px;line-height:1}.ns-card-rating small{font-size:9px;color:#6d88a2}.ns-card-footer{margin-top:auto;display:flex;align-items:center;justify-content:space-between;gap:8px}.ns-card-price{font-size:18px;font-weight:800;color:#075fc6;line-height:1.1;white-space:nowrap}.ns-card-price del{font-size:10px;color:#91a2b3;margin-right:3px}.ns-card-price ins{text-decoration:none}.ns-card-cart{display:inline-flex!important;align-items:center;justify-content:center;min-height:37px;padding:0 12px;border-radius:5px;background:#0f6fe5!important;color:#fff!important;font-size:10px;font-weight:800;text-decoration:none!important;white-space:nowrap}.ns-card-cart:hover{background:#0756b7!important;color:#fff!important} .ns-empty-shop{padding:50px 20px;border:1px solid var(--ns-border);border-radius:10px;text-align:center}.ns-empty-shop h2{margin:0 0 8px;color:var(--ns-navy)}.ns-empty-shop p{color:var(--ns-muted);margin:0 0 18px} .ns-shop-sidebar{display:flex;flex-direction:column;gap:14px}.ns-sidebar-card{border:1px solid var(--ns-border);border-radius:9px;background:#fff;padding:14px}.ns-sidebar-card h2{font-family:Inter,Arial,sans-serif;font-size:14px;color:#0a356b;font-weight:800;margin:0 0 11px}.ns-sidebar-search{display:flex;border:1px solid #cfe0ef;border-radius:6px;overflow:hidden;height:38px}.ns-sidebar-search input{min-width:0;flex:1;border:0;padding:0 10px;font-size:9.5px;color:#335b80;outline:none}.ns-sidebar-search button{width:39px;border:0;background:#0f6fe5;color:#fff;display:grid;place-items:center}.ns-sidebar-search .icon{width:16px;height:16px} .ns-category-list{display:flex;flex-direction:column}.ns-category-list a{display:grid;grid-template-columns:26px 1fr auto 12px;align-items:center;gap:8px;min-height:40px;border-top:1px solid #edf3f8;color:#254e75;font-size:10.5px}.ns-category-list a:first-child{border-top:0}.ns-cat-icon{width:25px;height:25px;border-radius:6px;background:#eaf4ff;color:#0f6fe5;display:grid;place-items:center;font-size:10px}.ns-category-list b{background:#eef6fd;color:#5680a5;border-radius:999px;padding:3px 7px;font-size:8px}.ns-category-list i{font-size:19px;color:#0f6fe5;font-style:normal;text-align:right} .ns-filter-form{display:flex;flex-direction:column;gap:9px}.ns-filter-form select{width:100%;height:36px;border:1px solid #cfe0ef;border-radius:6px;background:#fff;color:#426583;font-size:9.5px;padding:0 9px}.ns-reset-filter{border:0;border-radius:6px;min-height:36px;background:#eaf4ff;color:#0b63c9;font-size:10px;font-weight:800}.ns-reset-filter:hover{background:#dceeff} .ns-support-card{border-radius:9px;padding:19px;background:linear-gradient(145deg,#0f83f0,#0961d1);color:#fff;box-shadow:0 8px 22px rgba(9,97,209,.16)}.ns-support-icon{width:37px;height:37px;background:#fff;color:#0f6fe5;border-radius:50%;display:grid;place-items:center;font-weight:800;margin-bottom:10px}.ns-support-card h2{font-size:15px;line-height:1.25;margin:0 0 8px;color:#fff}.ns-support-card p{font-size:10px;line-height:1.55;margin:0 0 13px;color:#eaf4ff}.ns-support-card a{display:flex;align-items:center;justify-content:center;gap:8px;min-height:35px;border-radius:5px;background:#fff;color:#0d63c9;font-size:10px;font-weight:800}.ns-support-card a span{font-size:14px}.ns-why-card ul{display:flex;flex-direction:column;gap:8px}.ns-why-card li{font-size:9.5px;line-height:1.35;color:#56728e;padding-left:17px;position:relative}.ns-why-card li:before{content:'✓';position:absolute;left:0;color:#11a765;font-weight:900} .ns-shop-page .woocommerce-pagination{margin:20px 0 40px;text-align:center}.ns-shop-page .woocommerce-pagination ul{display:flex!important;justify-content:center;gap:5px!important;border:0!important}.ns-shop-page .woocommerce-pagination li{border:0!important}.ns-shop-page .woocommerce-pagination a,.ns-shop-page .woocommerce-pagination span{display:grid!important;place-items:center;min-width:31px;height:31px;border:1px solid #cfe0ef!important;border-radius:7px!important;color:#315b80!important;font-size:10px!important;background:#fff}.ns-shop-page .woocommerce-pagination span.current{background:#0f6fe5!important;color:#fff!important;border-color:#0f6fe5!important} .ns-shop-page .woocommerce-result-count,.ns-shop-page .woocommerce-ordering,.ns-shop-page .woocommerce-notices-wrapper{display:none!important} .ns-shop-page .woocommerce-loop-product__link:focus-visible,.ns-shop-page a:focus-visible{outline:3px solid #79b8ff;outline-offset:2px} @media(max-width:1080px){.ns-shop-layout{grid-template-columns:minmax(0,1fr) 245px;gap:20px}.ns-product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.ns-shop-hero:after{background-image:linear-gradient(90deg,#edf7ff 0%,rgba(237,247,255,.95) 52%,rgba(237,247,255,.42) 76%,rgba(237,247,255,.15) 100%),var(--ns-archive-hero)}} @media(max-width:900px){.ns-shop-layout{grid-template-columns:1fr}.ns-shop-sidebar{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));align-items:start}.ns-support-card,.ns-why-card{height:100%}.ns-product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.ns-shop-hero-inner{padding-inline:0}.ns-shop-hero{min-height:290px}} @media(max-width:720px){.ns-shop-hero:after{background-image:linear-gradient(90deg,#edf7ff 0%,rgba(237,247,255,.94) 65%,rgba(237,247,255,.75) 100%),var(--ns-archive-hero);background-position:center,right center}.ns-shop-hero-inner{min-height:305px;padding:26px 0 20px}.ns-shop-hero h1{font-size:31px;max-width:500px}.ns-shop-hero p{font-size:12px;max-width:500px}.ns-shop-benefits{grid-template-columns:repeat(2,1fr);gap:12px;margin-top:19px;max-width:500px}.ns-shop-benefits>div{padding:0!important;border-right:0}.ns-shop-breadcrumb{padding:13px 0}.ns-archive-toolbar{align-items:flex-start;flex-direction:column}.ns-sort-form{width:100%;justify-content:space-between}.ns-sort-form select{flex:1}.ns-product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:11px}.ns-card-image{height:135px}.ns-card-content{min-height:172px;padding:10px}.ns-card-content h3{font-size:12px!important}.ns-card-footer{align-items:stretch;flex-direction:column;gap:7px}.ns-card-cart{width:100%}.ns-shop-sidebar{grid-template-columns:1fr}.ns-results-head h2{font-size:24px}} @media(max-width:430px){.ns-shop-wrap{width:calc(100% - 20px)!important}.ns-shop-hero-inner{padding-top:22px}.ns-shop-hero h1{font-size:27px}.ns-shop-benefits{grid-template-columns:1fr 1fr;gap:10px}.ns-shop-benefits strong{font-size:9px}.ns-shop-benefits small{font-size:8px}.ns-product-grid{grid-template-columns:1fr}.ns-card-image{height:180px}.ns-card-content{min-height:0}.ns-card-footer{flex-direction:row;align-items:center}.ns-card-cart{width:auto}.ns-category-pills{width:100%;flex-wrap:nowrap;overflow-x:auto;padding-bottom:3px}.ns-category-pills a{flex:0 0 auto}} /* ========================================================= NoteStore v1.7 — archive page reference-layout hardening This layer intentionally sits after the previous archive CSS so WooCommerce/theme defaults cannot flatten the custom layout. ========================================================= */ .ns-archive-v17{--arc-blue:#0d70e7;--arc-navy:#092f62;--arc-text:#1b4775;--arc-muted:#6685a3;--arc-line:#d9e8f5;--arc-soft:#f4f9fe;--arc-shadow:0 5px 18px rgba(28,86,135,.055)} body.post-type-archive-product .topbar,body.tax-product_cat .topbar,body.tax-product_tag .topbar,body.page-template-page-study-materials .topbar,body.page-template-page-e-books .topbar{display:none!important} body.post-type-archive-product .site-header,body.tax-product_cat .site-header,body.tax-product_tag .site-header,body.page-template-page-study-materials .site-header,body.page-template-page-e-books .site-header{position:relative!important} body.post-type-archive-product .site-header .container,body.tax-product_cat .site-header .container,body.tax-product_tag .site-header .container,body.page-template-page-study-materials .site-header .container,body.page-template-page-e-books .site-header .container{height:58px!important;max-width:1180px!important;width:calc(100% - 40px)!important;gap:18px!important} .archive-header-actions{gap:16px!important;flex:1 1 auto;justify-content:flex-end} .archive-header-actions .mobile-toggle{display:none} .ns-archive-header-search{height:36px;width:min(350px,32vw);display:flex;align-items:center;gap:9px;border:1px solid #d6e4f1;border-radius:8px;background:#fff;padding:0 11px;margin-left:auto} .ns-archive-header-search .icon{width:16px;height:16px;stroke:#4d7da8;flex:0 0 auto} .ns-archive-header-search input{width:100%;border:0;outline:0;background:transparent;color:#274f75;font:500 10px/1.2 Inter,Arial,sans-serif} .ns-archive-header-search input::placeholder{color:#8aa3bb} .ns-header-account,.ns-header-cart{position:relative;display:inline-flex;align-items:center;gap:6px;color:#173f6b!important;text-decoration:none!important;font-size:10px;font-weight:700;white-space:nowrap} .ns-header-account .icon,.ns-header-cart .icon{width:17px;height:17px;stroke:#0b3e76} .ns-header-cart{padding-right:7px} .ns-header-cart .badge{position:absolute;top:-9px;right:-3px;min-width:15px;height:15px;padding:0 4px;border-radius:999px;background:#0d70e7;color:#fff;font-size:8px;line-height:15px;text-align:center} .ns-archive-v17.ns-shop-page{background:#fff;overflow:clip} .ns-archive-v17 .ns-shop-hero{min-height:247px!important;border:0;background:#edf7ff} .ns-archive-v17 .ns-shop-hero:after{background-image:linear-gradient(90deg,#eff8ff 0%,rgba(239,248,255,.98) 38%,rgba(239,248,255,.74) 59%,rgba(239,248,255,.12) 83%,rgba(239,248,255,0) 100%),var(--ns-archive-hero)!important;background-position:center,right center!important;background-size:auto,cover!important} .ns-archive-v17 .ns-shop-hero-inner{min-height:247px!important;max-width:1180px!important;width:calc(100% - 40px)!important;padding:25px 0 20px!important;justify-content:center!important} .ns-archive-v17 .ns-shop-hero-copy{max-width:570px!important} .ns-archive-v17 .ns-eyebrow{font-size:11px!important;letter-spacing:.075em!important;margin-bottom:8px!important;color:#0870df!important} .ns-archive-v17 .ns-shop-hero h1{font-size:34px!important;line-height:1.08!important;max-width:520px!important;margin-bottom:10px!important;color:#0b3772!important} .ns-archive-v17 .ns-shop-hero p{font-size:12px!important;line-height:1.55!important;max-width:520px!important;color:#486d91!important} .ns-archive-v17 .ns-shop-benefits{max-width:720px!important;grid-template-columns:repeat(4,1fr)!important;margin-top:21px!important} .ns-archive-v17 .ns-shop-benefits>div{padding:0 14px!important;gap:8px!important;border-right:1px solid rgba(39,109,169,.14)!important} .ns-archive-v17 .ns-shop-benefits>div:first-child{padding-left:0!important} .ns-archive-v17 .ns-shop-benefits>div:last-child{padding-right:0!important;border-right:0!important} .ns-archive-v17 .ns-benefit-icon{width:31px!important;height:31px!important;flex:0 0 31px!important;color:#0d70e7!important;border:2px solid #d8eafe!important;background:#fff!important} .ns-archive-v17 .ns-benefit-icon .icon{width:17px;height:17px;stroke:#0d70e7} .ns-archive-v17 .ns-shop-benefits strong{font-size:9.5px!important;color:#173f6b!important} .ns-archive-v17 .ns-shop-benefits small{font-size:8px!important;color:#7892ab!important} .ns-archive-v17 .ns-shop-wrap{max-width:1180px!important;width:calc(100% - 40px)!important;margin:0 auto!important} .ns-archive-v17 .ns-shop-breadcrumb{height:46px;padding:0!important;display:flex;align-items:center;gap:8px;font-size:10px;color:#6c87a2} .ns-archive-v17 .ns-shop-breadcrumb a{color:#0d67ca;text-decoration:none} .ns-archive-v17 .ns-shop-layout{display:grid!important;grid-template-columns:minmax(0,1fr) 260px!important;gap:25px!important;align-items:start!important} .ns-archive-v17 .ns-results-head{display:block!important;margin:0!important;padding:0!important} .ns-archive-v17 .ns-results-title-row{display:flex;align-items:center;gap:10px} .ns-archive-v17 .ns-book-mark{display:grid;place-items:center;width:35px;height:35px;color:#0d70e7;flex:0 0 35px} .ns-archive-v17 .ns-book-mark .icon{width:35px;height:35px;stroke:#0d70e7} .ns-archive-v17 .ns-results-title-row h2{margin:0!important;color:#0a3772!important;font:800 27px/1.1 Inter,Arial,sans-serif!important;letter-spacing:-.025em!important} .ns-archive-v17 .ns-results-intro>p{margin:5px 0 0!important;max-width:620px;color:#5d7d9d!important;font-size:11px!important;line-height:1.55!important} .ns-archive-v17 .ns-results-summary-row{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-top:17px} .ns-archive-v17 .ns-results-count{font-size:10px;color:#547694} .ns-archive-v17 .ns-sort-form{margin:0!important;display:flex;align-items:center;gap:7px!important} .ns-archive-v17 .ns-sort-form label{font-size:9.5px;color:#6e89a2} .ns-archive-v17 .ns-sort-form select{height:31px!important;min-width:150px!important;border:1px solid #cfe0ef!important;border-radius:6px!important;font-size:9.5px!important;padding:0 28px 0 10px!important;color:#315a7f!important} .ns-archive-v17 .ns-category-pills{display:flex!important;gap:7px!important;flex-wrap:nowrap!important;overflow:auto!important;margin:10px 0 14px!important;padding:0 0 2px!important;scrollbar-width:none} .ns-archive-v17 .ns-category-pills::-webkit-scrollbar{display:none} .ns-archive-v17 .ns-category-pills a{height:29px!important;min-height:29px!important;padding:0 14px!important;border:1px solid #cfe1f1!important;border-radius:999px!important;background:#fff!important;color:#315a7f!important;font-size:9.5px!important;font-weight:700!important;text-decoration:none!important;white-space:nowrap!important;display:inline-flex!important;align-items:center!important} .ns-archive-v17 .ns-category-pills a.is-active{background:#0d70e7!important;border-color:#0d70e7!important;color:#fff!important} .ns-archive-v17 .ns-product-grid{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:14px!important;margin:0!important} .ns-archive-v17 .ns-shop-product-card{display:flex!important;flex-direction:column!important;min-width:0!important;width:auto!important;min-height:293px!important;background:#fff!important;border:1px solid #d9e8f4!important;border-radius:8px!important;box-shadow:var(--arc-shadow)!important;overflow:hidden!important;margin:0!important;padding:0!important} .ns-archive-v17 .ns-shop-product-card:hover{transform:translateY(-2px)!important;border-color:#bfd9ee!important;box-shadow:0 10px 25px rgba(24,82,133,.09)!important} .ns-archive-v17 .ns-card-image{height:112px!important;min-height:112px!important;position:relative!important;display:flex!important;align-items:center!important;justify-content:center!important;background:#f2f8fd!important;border-bottom:1px solid #e9f1f7!important;overflow:hidden!important;text-decoration:none!important} .ns-archive-v17 .ns-card-image img{display:block!important;width:100%!important;height:100%!important;object-fit:cover!important;margin:0!important;padding:0!important;border:0!important;border-radius:0!important} .ns-archive-v17 .ns-card-badge{top:8px!important;left:8px!important;padding:4px 8px!important;font-size:8px!important;line-height:1!important;background:#0d70e7!important;border-radius:999px!important} .ns-archive-v17 .ns-card-sale{position:absolute;z-index:3;right:8px;bottom:8px;padding:4px 7px;border-radius:999px;background:#ff6d00;color:#fff;font-size:8px;font-weight:800} .ns-archive-v17 .ns-card-heart{top:8px!important;right:8px!important;width:24px!important;height:24px!important;line-height:22px!important;border:1px solid #e1eaf2!important;box-shadow:none!important;font-size:15px!important;color:#246298!important;cursor:pointer} .ns-archive-v17 .ns-card-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:6px;color:#6d8ca9;background:linear-gradient(145deg,#f8fbfe,#eaf4fc);font-size:9px;font-weight:800;text-align:center;padding:12px} .ns-archive-v17 .ns-card-placeholder .icon{width:28px;height:28px;stroke:#5b89b4} .ns-archive-v17 .ns-card-content{min-height:181px!important;padding:10px 11px 11px!important;display:flex!important;flex-direction:column!important} .ns-archive-v17 .ns-card-content h3{font-size:11.5px!important;line-height:1.3!important;min-height:30px!important;margin:0 0 4px!important;color:#0b3974!important;font-weight:800!important} .ns-archive-v17 .ns-card-content h3 a{color:inherit!important;text-decoration:none!important} .ns-archive-v17 .ns-card-meta{min-height:15px!important;margin-bottom:4px!important;font-size:8px!important;color:#6e89a2!important;line-height:1.25!important} .ns-archive-v17 .ns-card-specs{display:flex;align-items:center;gap:10px;min-height:18px;margin-bottom:4px;font-size:8px;color:#5e7e9d} .ns-archive-v17 .ns-card-specs span{display:inline-flex;align-items:center;gap:4px;white-space:nowrap} .ns-archive-v17 .ns-card-specs .icon{width:12px;height:12px;stroke:#2168a7} .ns-archive-v17 .ns-card-rating{min-height:17px!important;margin-bottom:5px!important;display:flex;align-items:center;gap:4px!important} .ns-archive-v17 .ns-card-rating>span{font-size:11px!important;letter-spacing:0!important;color:#f59e00!important} .ns-archive-v17 .ns-card-rating small{font-size:8px!important;color:#6c88a2!important} .ns-archive-v17 .ns-card-footer{margin-top:auto!important;display:flex!important;align-items:center!important;justify-content:space-between!important;gap:7px!important} .ns-archive-v17 .ns-card-price{font-size:16px!important;font-weight:800!important;color:#075fc6!important} .ns-archive-v17 .ns-card-cart{min-height:31px!important;padding:0 11px!important;border-radius:5px!important;background:#0d70e7!important;color:#fff!important;font-size:8.5px!important;font-weight:800!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:5px!important;text-decoration:none!important} .ns-archive-v17 .ns-card-cart .icon{width:12px;height:12px;stroke:#fff} .ns-archive-v17 .ns-shop-sidebar{display:flex!important;flex-direction:column!important;gap:12px!important} .ns-archive-v17 .ns-sidebar-card{border:1px solid #d9e8f4!important;border-radius:8px!important;padding:13px!important;background:#fff!important;box-shadow:none!important} .ns-archive-v17 .ns-sidebar-card h2{font-size:13px!important;line-height:1.2!important;margin:0 0 10px!important;color:#0b3974!important;font-weight:800!important} .ns-archive-v17 .ns-sidebar-search{height:35px!important;border:1px solid #cfe1ef!important;border-radius:6px!important;background:#fff!important} .ns-archive-v17 .ns-sidebar-search input{font-size:8.5px!important;padding:0 9px!important} .ns-archive-v17 .ns-sidebar-search button{width:34px!important;background:#0d70e7!important} .ns-archive-v17 .ns-sidebar-search .icon{width:14px!important;height:14px!important;stroke:#fff!important} .ns-archive-v17 .ns-category-list a{grid-template-columns:25px 1fr auto 10px!important;gap:7px!important;min-height:39px!important;font-size:9.5px!important;text-decoration:none!important} .ns-archive-v17 .ns-cat-icon{width:25px!important;height:25px!important;border-radius:6px!important;display:grid!important;place-items:center!important} .ns-archive-v17 .ns-cat-icon .icon{width:13px;height:13px;stroke:#fff} .ns-archive-v17 .ns-cat-icon.blue{background:#0d70e7}.ns-archive-v17 .ns-cat-icon.purple{background:#8a45df}.ns-archive-v17 .ns-cat-icon.green{background:#16a66a}.ns-archive-v17 .ns-cat-icon.orange{background:#f39a10}.ns-archive-v17 .ns-cat-icon.red{background:#ef4c4c}.ns-archive-v17 .ns-cat-icon.teal{background:#0b9fa5} .ns-archive-v17 .ns-category-list b{font-size:8px!important;padding:3px 7px!important;background:#edf6fd!important;color:#5680a5!important} .ns-archive-v17 .ns-category-list i{font-size:17px!important;color:#0d70e7!important} .ns-archive-v17 .ns-filter-card .ns-sidebar-title-row{display:flex;align-items:center;justify-content:space-between} .ns-archive-v17 .ns-filter-card .ns-sidebar-title-row span{color:#0d70e7;font-size:13px} .ns-archive-v17 .ns-filter-form{gap:8px!important} .ns-archive-v17 .ns-filter-form select{height:34px!important;border:1px solid #cfe1ef!important;border-radius:6px!important;font-size:8.5px!important;color:#456883!important;background:#fff!important} .ns-archive-v17 .ns-reset-filter{height:34px!important;min-height:34px!important;border-radius:6px!important;background:#eaf5ff!important;color:#0b67ca!important;font-size:9px!important;display:flex!important;align-items:center!important;justify-content:center!important;gap:5px!important} .ns-archive-v17 .ns-reset-filter .icon{width:12px;height:12px;stroke:#0b67ca} .ns-archive-v17 .ns-support-card{border-radius:8px!important;padding:17px!important;background:linear-gradient(145deg,#0e83f4,#0763d8)!important;box-shadow:0 9px 24px rgba(10,102,211,.17)!important} .ns-archive-v17 .ns-support-icon{width:38px!important;height:38px!important;margin-bottom:9px!important;background:#fff!important;color:#0d70e7!important} .ns-archive-v17 .ns-support-icon .icon{width:19px;height:19px;stroke:#0d70e7} .ns-archive-v17 .ns-support-card h2{font-size:14px!important;line-height:1.2!important;margin-bottom:7px!important} .ns-archive-v17 .ns-support-card p{font-size:9px!important;line-height:1.5!important;margin-bottom:11px!important} .ns-archive-v17 .ns-support-card a{min-height:32px!important;border-radius:5px!important;font-size:9px!important;text-decoration:none!important} .ns-archive-v17 .ns-support-card a .icon{width:13px;height:13px;stroke:#0d70e7} .ns-archive-v17 .ns-why-card ul{gap:7px!important;margin:0!important;padding:0!important;list-style:none!important} .ns-archive-v17 .ns-why-card li{font-size:8.8px!important;line-height:1.35!important;padding-left:16px!important;color:#55718d!important} .ns-archive-v17 .ns-why-card li:before{font-size:12px!important;color:#13a86a!important} .ns-archive-v17 .woocommerce-pagination{margin:22px 0 38px!important;text-align:center!important} .ns-archive-v17 .woocommerce-pagination ul{gap:5px!important} .ns-archive-v17 .woocommerce-pagination a,.ns-archive-v17 .woocommerce-pagination span{min-width:29px!important;height:29px!important;border-radius:6px!important;font-size:9px!important} .ns-archive-v17 .ns-empty-shop{margin-top:10px} @media(max-width:1050px){ body.post-type-archive-product .site-header .container,body.tax-product_cat .site-header .container,body.tax-product_tag .site-header .container{width:calc(100% - 28px)!important} .ns-archive-v17 .ns-shop-wrap,.ns-archive-v17 .ns-shop-hero-inner{width:calc(100% - 28px)!important} .ns-archive-v17 .ns-shop-layout{grid-template-columns:minmax(0,1fr) 240px!important;gap:18px!important} .ns-archive-header-search{width:300px} } @media(max-width:900px){ .archive-header-actions .ns-archive-header-search{width:min(300px,42vw)} .ns-archive-v17 .ns-shop-layout{grid-template-columns:1fr!important} .ns-archive-v17 .ns-shop-sidebar{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;align-items:start!important} .ns-archive-v17 .ns-support-card,.ns-archive-v17 .ns-why-card{height:100%} } @media(max-width:720px){ body.post-type-archive-product .site-header .container,body.tax-product_cat .site-header .container,body.tax-product_tag .site-header .container{height:60px!important} .archive-header-actions .ns-archive-header-search{display:none} .ns-header-account span,.ns-header-cart span{display:none} .ns-archive-v17 .ns-shop-hero{min-height:315px!important} .ns-archive-v17 .ns-shop-hero:after{background-image:linear-gradient(90deg,#eff8ff 0%,rgba(239,248,255,.97) 60%,rgba(239,248,255,.75) 100%),var(--ns-archive-hero)!important;background-position:center,right center!important} .ns-archive-v17 .ns-shop-hero-inner{min-height:315px!important;padding:24px 0 18px!important} .ns-archive-v17 .ns-shop-hero h1{font-size:29px!important} .ns-archive-v17 .ns-shop-hero p{font-size:11px!important} .ns-archive-v17 .ns-shop-benefits{grid-template-columns:repeat(2,1fr)!important;gap:14px 0!important;max-width:450px!important;margin-top:18px!important} .ns-archive-v17 .ns-shop-benefits>div{padding:0 8px!important;border-right:0!important} .ns-archive-v17 .ns-shop-benefits>div:nth-child(odd){padding-left:0!important} .ns-archive-v17 .ns-shop-benefits strong{font-size:8.5px!important} .ns-archive-v17 .ns-shop-benefits small{font-size:7.5px!important} .ns-archive-v17 .ns-shop-wrap{width:calc(100% - 22px)!important} .ns-archive-v17 .ns-shop-breadcrumb{height:40px;font-size:9px} .ns-archive-v17 .ns-results-title-row h2{font-size:23px!important} .ns-archive-v17 .ns-results-intro>p{font-size:9.5px!important} .ns-archive-v17 .ns-results-summary-row{align-items:flex-start;flex-direction:column;gap:8px} .ns-archive-v17 .ns-sort-form{width:100%;justify-content:space-between} .ns-archive-v17 .ns-sort-form select{flex:1} .ns-archive-v17 .ns-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important} .ns-archive-v17 .ns-card-image{height:125px!important;min-height:125px!important} .ns-archive-v17 .ns-card-content{min-height:176px!important;padding:9px!important} .ns-archive-v17 .ns-card-content h3{font-size:10.5px!important} .ns-archive-v17 .ns-card-footer{align-items:stretch!important;flex-direction:column!important} .ns-archive-v17 .ns-card-cart{width:100%!important} .ns-archive-v17 .ns-shop-sidebar{grid-template-columns:1fr!important} } @media(max-width:430px){ .ns-archive-v17 .ns-product-grid{grid-template-columns:1fr!important} .ns-archive-v17 .ns-card-image{height:175px!important} .ns-archive-v17 .ns-card-content{min-height:0!important} .ns-archive-v17 .ns-card-footer{flex-direction:row!important;align-items:center!important} .ns-archive-v17 .ns-card-cart{width:auto!important} .ns-archive-v17 .ns-shop-hero h1{font-size:26px!important} } /* v1.8 — the Study Materials page is a real product archive, not a generic WP page */ body.page-template-page-study-materials .ns-archive-v17, body.page-template-page-e-books .ns-archive-v17{display:block!important} body.page-template-page-study-materials .ns-archive-v17 .ns-shop-wrap, body.page-template-page-e-books .ns-archive-v17 .ns-shop-wrap{max-width:1180px!important;width:calc(100% - 40px)!important} body.page-template-page-study-materials .ns-archive-v17 .ns-product-grid, body.page-template-page-e-books .ns-archive-v17 .ns-product-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important} body.page-template-page-study-materials .ns-archive-v17 .ns-shop-sidebar, body.page-template-page-e-books .ns-archive-v17 .ns-shop-sidebar{display:flex!important} body.page-template-page-study-materials .ns-archive-v17 .ns-card-image, body.page-template-page-e-books .ns-archive-v17 .ns-card-image{height:145px!important} body.page-template-page-study-materials .ns-archive-v17 .ns-card-content, body.page-template-page-e-books .ns-archive-v17 .ns-card-content{min-height:175px!important} body.page-template-page-study-materials .ns-desktop-break, body.page-template-page-e-books .ns-desktop-break{display:block} body.page-template-page-study-materials .ns-custom-pagination, body.page-template-page-e-books .ns-custom-pagination{margin:22px 0 38px!important} body.page-template-page-study-materials .ns-custom-pagination ul, body.page-template-page-e-books .ns-custom-pagination ul{margin:0!important;padding:0!important;list-style:none!important} body.page-template-page-study-materials .ns-custom-pagination li, body.page-template-page-e-books .ns-custom-pagination li{margin:0!important;padding:0!important} body.page-template-page-study-materials .ns-sidebar-card, body.page-template-page-e-books .ns-sidebar-card{box-shadow:none} @media(max-width:900px){ body.page-template-page-study-materials .ns-archive-v17 .ns-shop-layout, body.page-template-page-e-books .ns-archive-v17 .ns-shop-layout{grid-template-columns:1fr!important} body.page-template-page-study-materials .ns-archive-v17 .ns-shop-sidebar, body.page-template-page-e-books .ns-archive-v17 .ns-shop-sidebar{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important} } @media(max-width:720px){ body.page-template-page-study-materials .ns-archive-v17 .ns-product-grid, body.page-template-page-e-books .ns-archive-v17 .ns-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important} body.page-template-page-study-materials .ns-archive-v17 .ns-shop-sidebar, body.page-template-page-e-books .ns-archive-v17 .ns-shop-sidebar{grid-template-columns:1fr!important} body.page-template-page-study-materials .ns-desktop-break, body.page-template-page-e-books .ns-desktop-break{display:none} } @media(max-width:430px){ body.page-template-page-study-materials .ns-archive-v17 .ns-product-grid, body.page-template-page-e-books .ns-archive-v17 .ns-product-grid{grid-template-columns:1fr!important} } /* v1.9 — dedicated Online Courses product archive uses the same marketplace system */ body.page-template-page-online-courses .topbar{display:none!important} body.page-template-page-online-courses .site-header{position:relative!important} body.page-template-page-online-courses .site-header .container{height:58px!important;max-width:1180px!important;width:calc(100% - 40px)!important;gap:18px!important} body.page-template-page-online-courses .ns-archive-v17{display:block!important} body.page-template-page-online-courses .ns-archive-v17 .ns-shop-wrap{max-width:1180px!important;width:calc(100% - 40px)!important} body.page-template-page-online-courses .ns-archive-v17 .ns-product-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important} body.page-template-page-online-courses .ns-archive-v17 .ns-shop-sidebar{display:flex!important} body.page-template-page-online-courses .ns-archive-v17 .ns-card-image{height:145px!important} body.page-template-page-online-courses .ns-archive-v17 .ns-card-content{min-height:175px!important} body.page-template-page-online-courses .ns-desktop-break{display:block} body.page-template-page-online-courses .ns-custom-pagination{margin:22px 0 38px!important} body.page-template-page-online-courses .ns-custom-pagination ul{margin:0!important;padding:0!important;list-style:none!important} body.page-template-page-online-courses .ns-custom-pagination li{margin:0!important;padding:0!important} body.page-template-page-online-courses .ns-sidebar-card{box-shadow:none} @media(max-width:900px){ body.page-template-page-online-courses .ns-archive-v17 .ns-shop-layout{grid-template-columns:1fr!important} body.page-template-page-online-courses .ns-archive-v17 .ns-shop-sidebar{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important} } @media(max-width:720px){ body.page-template-page-online-courses .ns-archive-v17 .ns-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important} body.page-template-page-online-courses .ns-archive-v17 .ns-shop-sidebar{grid-template-columns:1fr!important} body.page-template-page-online-courses .ns-desktop-break{display:none} } @media(max-width:430px){ body.page-template-page-online-courses .ns-archive-v17 .ns-product-grid{grid-template-columns:1fr!important} } /* ========================================================= 22. NoteStore v2.0 — modern single question/post page ========================================================= */ .single-post .topbar{display:none} .ns-single-benefits{background:#eef7ff;border-top:1px solid #e4eff9;border-bottom:1px solid #e0edf8} .ns-benefit-inner{max-width:1110px!important;display:grid;grid-template-columns:repeat(3,1fr);gap:0;min-height:68px;align-items:center} .ns-benefit-inner>div{display:flex;align-items:center;justify-content:center;gap:10px;border-right:1px solid #d8e8f7;padding:9px 18px} .ns-benefit-inner>div:last-child{border-right:0} .ns-benefit-inner .icon{width:24px;height:24px;stroke:#0758c9;flex:0 0 auto} .ns-benefit-inner span{display:flex;flex-direction:column;gap:2px} .ns-benefit-inner strong{font-size:11px;color:#0b438f;line-height:1.2} .ns-benefit-inner small{font-size:9.5px;color:#6683a4;line-height:1.2} .ns-single-question-page{padding:8px 0 0;background:#fff} .ns-single-wrap{max-width:1110px!important} .ns-single-grid{display:grid;grid-template-columns:minmax(0,2.15fr) minmax(250px,.85fr);gap:14px;align-items:start} .ns-question-main,.ns-question-sidebar{min-width:0} .ns-question-card,.ns-details-card,.ns-requirements-card,.ns-sidebar-card{background:#fff;border:1px solid #d9e7f4;border-radius:8px;box-shadow:0 2px 10px rgba(19,71,118,.035)} .ns-question-card{padding:22px 24px 20px} .ns-post-badge-row{display:flex;gap:7px;flex-wrap:wrap;margin-bottom:9px} .ns-post-badge{display:inline-flex;align-items:center;min-height:24px;padding:0 10px;border-radius:999px;background:#e7f3ff;color:#0668d7;font-size:10px;font-weight:800} .ns-post-badge-soft{background:#f1f7ff;color:#4e759d} .ns-question-card h1{font-family:Inter,Arial,sans-serif;color:#103d83;font-size:clamp(28px,3vw,38px);line-height:1.15;letter-spacing:-.025em;margin:0 0 12px;font-weight:800} .ns-post-subtitle{color:#607b9b;font-size:14px;line-height:1.6;margin:0 0 11px} .ns-post-meta{display:flex;flex-wrap:wrap;gap:18px;color:#587492;font-size:10.5px;margin-bottom:17px} .ns-post-meta span{display:inline-flex;align-items:center;gap:5px} .ns-post-meta .icon{width:15px;height:15px;stroke:#0b58bf} .ns-question-box{display:grid;grid-template-columns:46px 1fr;gap:13px;align-items:start;background:#eef8ff;border-radius:9px;padding:17px 18px;margin-top:4px} .ns-icon-circle,.ns-help-icon{width:42px;height:42px;border-radius:50%;background:#d9efff;color:#0b68d7;display:grid;place-items:center} .ns-icon-circle .icon,.ns-help-icon .icon{width:23px;height:23px;stroke:#0968d7} .ns-question-box h2,.ns-details-card h2,.ns-requirements-card h2,.ns-info-sidebar h2{font-family:Inter,Arial,sans-serif;color:#0b3c82;font-size:18px;line-height:1.25;margin:0 0 7px;font-weight:800} .ns-question-box p{color:#0d4b97;font-size:13.5px;line-height:1.7;margin:0} .ns-details-card{padding:19px 24px 18px;margin-top:12px} .ns-detail-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px 22px} .ns-detail{display:grid;grid-template-columns:24px 1fr;gap:8px;align-items:start;min-width:0} .ns-detail>.icon{width:20px;height:20px;stroke:#064db0;margin-top:2px} .ns-detail span{display:block;font-size:10px;color:#65809f;margin-bottom:3px} .ns-detail strong{display:block;color:#0d4a96;font-size:11.5px;line-height:1.35;font-weight:600;overflow-wrap:anywhere} .ns-requirements-card{padding:19px 24px 18px;margin-top:12px} .ns-post-content{color:#194f92;font-size:13.5px;line-height:1.72} .ns-post-content p{margin:0 0 10px} .ns-post-content ul,.ns-post-content ol{margin:0 0 12px 19px;padding:0} .ns-post-content li{margin-bottom:6px} .ns-post-content h2,.ns-post-content h3,.ns-post-content h4{color:#0b3c82;font-size:16px;margin:18px 0 8px} .ns-post-content a{color:#0668d7;text-decoration:underline} .ns-post-content img{max-width:100%;height:auto;border-radius:7px} .ns-note-box{display:flex;gap:10px;align-items:center;background:#eef8ff;border-radius:8px;padding:12px 14px;margin-top:15px} .ns-note-box .icon{width:21px;height:21px;stroke:#0870e8;flex:0 0 auto} .ns-note-box p{margin:0;color:#15559d;font-size:10.5px;line-height:1.55} .ns-question-sidebar{display:flex;flex-direction:column;gap:12px} .ns-sidebar-card{padding:18px 18px 16px} .ns-info-sidebar h2{font-size:18px;padding-bottom:11px;border-bottom:1px solid #e3edf7;margin-bottom:3px} .ns-side-info-list{display:flex;flex-direction:column} .ns-side-info-list>div{display:grid;grid-template-columns:23px 1fr;gap:10px;padding:10px 0;border-bottom:1px solid #edf2f7} .ns-side-info-list>div:last-child{border-bottom:0} .ns-side-info-list .icon{width:19px;height:19px;stroke:#084da9;margin-top:1px} .ns-side-info-list span{display:block;color:#63809f;font-size:10.5px;line-height:1.3} .ns-side-info-list strong{display:block;color:#0b4b99;font-size:11.5px;font-weight:600;margin-top:3px;line-height:1.35} .ns-help-sidebar{border:1px solid #cfe5f8;border-radius:8px;background:#eef8ff;padding:18px;position:relative;overflow:hidden} .ns-help-sidebar:after{content:"";position:absolute;width:150px;height:150px;border-radius:50%;background:#d9efff;right:-85px;bottom:-90px;opacity:.65} .ns-help-icon{margin-bottom:10px;position:relative;z-index:1} .ns-help-sidebar h2{position:relative;z-index:1;color:#0b3c82;font-size:16px;line-height:1.3;margin:0 0 8px} .ns-help-sidebar p{position:relative;z-index:1;color:#4e7198;font-size:11.5px;line-height:1.6;margin:0 0 15px} .ns-sidebar-button,.ns-gate-button{position:relative;z-index:1;display:flex;align-items:center;justify-content:center;gap:8px;min-height:42px;border-radius:6px;background:#0d73ed;color:#fff!important;font-size:12px;font-weight:800;text-decoration:none!important;box-shadow:0 5px 12px rgba(13,115,237,.16);transition:.18s} .ns-sidebar-button:hover,.ns-gate-button:hover{background:#0759bd;transform:translateY(-1px)} .ns-answer-gate{position:relative;overflow:hidden;display:grid;grid-template-columns:1fr minmax(280px,520px) 1fr;align-items:center;gap:18px;min-height:215px;margin:22px 0 0;border:1px solid #cfe3f8;border-radius:8px;background:linear-gradient(120deg,#f3f9ff 0%,#eef8ff 50%,#f5faff 100%);text-align:center;padding:26px 28px} .ns-answer-gate:before,.ns-answer-gate:after{content:"";position:absolute;width:260px;height:260px;border-radius:50%;background:#dceeff;opacity:.55;z-index:0} .ns-answer-gate:before{left:-170px;bottom:-180px}.ns-answer-gate:after{right:-170px;top:-180px} .ns-gate-lock,.ns-gate-copy{position:relative;z-index:1} .ns-gate-lock{width:55px;height:55px;border-radius:50%;background:#dcefff;color:#0968d7;display:grid;place-items:center;justify-self:center} .ns-gate-lock .icon{width:26px;height:26px;stroke:#0968d7} .ns-gate-copy h2{color:#0b3c82;font-size:20px;margin:0 0 6px;font-weight:800} .ns-gate-copy>p{color:#46709a;font-size:11.5px;line-height:1.55;margin:0 auto 11px;max-width:470px} .ns-blurred-answer{filter:blur(5px);opacity:.55;max-width:500px;margin:8px auto 12px;color:#4f6e8e;font-size:11px;line-height:1.55;user-select:none;pointer-events:none} .ns-gate-button{max-width:240px;margin:0 auto;padding:0 18px} .ns-single-question-page .related-questions{max-width:none;margin-top:28px;padding-top:0;border-top:0} .ns-single-question-page .related-head{display:flex;align-items:flex-end;justify-content:space-between;gap:15px;margin-bottom:12px} .ns-single-question-page .related-head>div{min-width:0} .ns-single-question-page .related-head .eyebrow{display:none} .ns-single-question-page .related-head h2{display:flex;align-items:center;gap:8px;color:#0b3c82;font-family:Inter,Arial,sans-serif;font-size:22px;font-weight:800;margin:0 0 2px} .ns-single-question-page .related-head h2:before{content:"";width:19px;height:22px;display:inline-block;background:linear-gradient(#0c63d0,#0c63d0) center/100% 100% no-repeat;border-radius:3px;clip-path:polygon(0 0,78% 0,100% 18%,100% 100%,0 100%)} .ns-single-question-page .related-head p{color:#6a829e;font-size:10.5px;margin:0} .related-view-all{color:#0868d6;font-size:10.5px;font-weight:700;text-decoration:none;white-space:nowrap} .related-view-all:hover{color:#084b9e} .ns-single-question-page .related-post-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px} .ns-single-question-page .related-post-card{min-height:205px;border:1px solid #d8e6f3;border-radius:8px;padding:14px;box-shadow:0 2px 8px rgba(18,69,112,.025);background:#fff} .ns-single-question-page .related-post-card:hover{transform:translateY(-2px);border-color:#bdd8f3;box-shadow:0 8px 20px rgba(18,69,112,.08)} .ns-single-question-page .related-post-meta{justify-content:flex-start;gap:8px;align-items:center;font-size:9px;margin-bottom:8px} .ns-single-question-page .related-post-meta span:first-child{background:#e7f3ff;color:#0768d5;border-radius:999px;padding:4px 7px} .ns-single-question-page .related-post-meta span:nth-child(2){color:#6c849d;display:inline-flex;align-items:center;gap:3px} .ns-single-question-page .related-post-meta .icon{width:11px;height:11px;stroke:#0b5fc3} .ns-single-question-page .related-post-card h3{font-size:12.5px;line-height:1.4;color:#0b3c82;margin:0 0 7px;min-height:35px} .ns-single-question-page .related-post-card p{font-size:10.5px;line-height:1.55;color:#617b98;margin:0 0 10px} .ns-single-question-page .related-post-bottom{font-size:9.5px;border-top:1px solid #edf2f7;padding-top:9px} .ns-single-question-page .related-post-bottom>span{display:inline-flex;align-items:center;gap:3px} .ns-single-question-page .related-post-bottom .icon{width:11px;height:11px;stroke:#0b5fc3} .ns-single-question-page .related-read-link{color:#0868d6;font-size:10px} .ns-comments-section{max-width:none!important;margin-top:30px!important;padding-top:25px!important;border-top:1px solid #e1ebf4!important} .ns-comments-section>h2{font-family:Inter,Arial,sans-serif!important;color:#0b3c82!important;font-size:20px!important} @media(max-width:950px){ .ns-single-grid{grid-template-columns:1fr} .ns-question-sidebar{display:grid;grid-template-columns:1fr 1fr;align-items:start} .ns-detail-grid{grid-template-columns:repeat(2,1fr)} .ns-question-main{order:1}.ns-question-sidebar{order:2} .ns-answer-gate{grid-template-columns:1fr;gap:10px} .ns-gate-lock{justify-self:center} .ns-single-question-page .related-post-grid{grid-template-columns:repeat(2,minmax(0,1fr))} } @media(max-width:680px){ .ns-benefit-inner{grid-template-columns:repeat(2,1fr);padding:4px 0} .ns-benefit-inner>div{min-height:48px;padding:6px 9px} .ns-benefit-inner>div:nth-child(2){border-right:1px solid #d8e8f7} .ns-benefit-inner>div:nth-child(-n+2){border-bottom:1px solid #d8e8f7} .ns-question-card,.ns-details-card,.ns-requirements-card,.ns-sidebar-card{border-radius:7px} .ns-question-card{padding:17px 16px} .ns-question-card h1{font-size:27px} .ns-question-box{grid-template-columns:38px 1fr;padding:14px} .ns-icon-circle{width:38px;height:38px} .ns-question-box p{font-size:12.5px} .ns-detail-grid{grid-template-columns:1fr 1fr;gap:14px} .ns-details-card,.ns-requirements-card,.ns-sidebar-card{padding:16px} .ns-question-sidebar{display:block} .ns-help-sidebar{margin-top:12px} .ns-answer-gate{padding:24px 16px;min-height:0} .ns-single-question-page .related-head{align-items:flex-start} .ns-single-question-page .related-post-grid{grid-template-columns:1fr 1fr;gap:9px} .ns-single-question-page .related-post-card{padding:11px;min-height:190px} .ns-single-question-page .related-post-card h3{font-size:11.5px} .ns-single-question-page .related-post-card p{font-size:9.5px} } @media(max-width:430px){ .ns-benefit-inner{grid-template-columns:1fr 1fr} .ns-benefit-inner strong{font-size:9px}.ns-benefit-inner small{font-size:8px} .ns-post-meta{gap:10px;font-size:9.5px} .ns-detail-grid{grid-template-columns:1fr} .ns-single-question-page .related-post-grid{grid-template-columns:1fr} .ns-single-question-page .related-view-all{font-size:9px} } /* ========================================================= 24. Homepage category + featured material polish (v2.2) ========================================================= */ .ns-home-categories{overflow:hidden} .ns-category-head{align-items:flex-end} .ns-section-kicker{display:inline-block;margin-bottom:7px;color:var(--primary);font-size:11px;font-weight:800;letter-spacing:.08em;text-transform:uppercase} .ns-section-link{display:inline-flex;align-items:center;gap:7px;color:var(--primary);font-size:12px;font-weight:800;white-space:nowrap;text-decoration:none} .ns-section-link:hover{text-decoration:underline} .ns-home-category-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:16px} .ns-home-category-card{position:relative;display:flex;flex-direction:column;align-items:flex-start;min-height:166px;padding:22px 20px 18px!important;text-align:left!important;background:var(--surface);border:1px solid #dce9f5!important;border-radius:16px!important;box-shadow:0 5px 18px rgba(24,71,112,.045);text-decoration:none!important;overflow:hidden} .ns-home-category-card:before{content:"";position:absolute;right:-28px;top:-28px;width:90px;height:90px;border-radius:50%;background:var(--primary-light);opacity:.55;transition:.2s} .ns-home-category-card:hover{transform:translateY(-4px);border-color:#a9d0f7!important;box-shadow:0 12px 28px rgba(24,71,112,.09)!important} .ns-home-category-card:hover:before{transform:scale(1.18)} .ns-home-category-card .cat-icon{position:relative;z-index:1;width:48px;height:48px;margin:0 0 17px;border-radius:13px;background:#eaf4ff;color:#0f6fe5} .ns-home-category-card .cat-icon .icon{width:23px;height:23px} .ns-home-category-card .ns-cat-name{position:relative;z-index:1;display:block;color:var(--ink);font-size:14px;font-weight:800;line-height:1.35;max-width:90%;min-height:38px} .ns-home-category-card .count{position:relative;z-index:1;display:block;margin-top:5px;color:var(--muted);font-size:11px!important;line-height:1.35} .ns-home-category-card .ns-cat-arrow{position:absolute;right:17px;bottom:15px;color:var(--primary);font-size:19px;font-weight:800;line-height:1;transition:.18s} .ns-home-category-card:hover .ns-cat-arrow{transform:translateX(4px)} .ns-empty-category-state{grid-column:1/-1;display:flex;align-items:center;gap:16px;padding:22px;border:1px dashed #bcd5eb;border-radius:15px;background:#f7fbff;color:var(--ink-soft)} .ns-empty-category-state .cat-icon{flex:0 0 48px;margin:0} .ns-empty-category-state strong{display:block;font-size:14px;margin-bottom:4px} .ns-empty-category-state p{margin:0;color:var(--muted);font-size:12px} /* Eight-card featured product layout: four across on desktop, two on tablet. */ #materials .products{grid-template-columns:repeat(4,minmax(0,1fr));gap:18px} #materials .product-card{height:100%;display:flex;flex-direction:column} #materials .product-card .thumb{height:168px;flex:0 0 168px} #materials .product-body{display:flex;flex-direction:column;flex:1} #materials .product-body h3{min-height:58px} #materials .product-body .price{margin-top:auto;padding-top:10px} #materials .product-body .add{margin-top:0} @media(max-width:1050px){ .ns-home-category-grid{grid-template-columns:repeat(4,minmax(0,1fr))} #materials .products{grid-template-columns:repeat(2,minmax(0,1fr))} } @media(max-width:760px){ .ns-category-head{gap:12px} .ns-section-link{align-self:flex-start} .ns-home-category-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px} .ns-home-category-card{min-height:148px;padding:17px 15px 16px!important} .ns-home-category-card .cat-icon{margin-bottom:13px} .ns-home-category-card .ns-cat-name{font-size:13px;min-height:35px} #materials .products{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px} #materials .product-card .thumb{height:150px;flex-basis:150px} #materials .product-body{padding:14px} } @media(max-width:480px){ .ns-home-category-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px} .ns-home-category-card{min-height:140px;padding:15px 13px 14px!important;border-radius:13px!important} .ns-home-category-card .cat-icon{width:42px;height:42px;margin-bottom:11px;border-radius:11px} .ns-home-category-card .ns-cat-name{font-size:12px;min-height:33px} .ns-home-category-card .count{font-size:10px!important} .ns-home-category-card .ns-cat-arrow{right:12px;bottom:12px;font-size:17px} #materials .products{grid-template-columns:1fr} #materials .product-card .thumb{height:180px;flex-basis:180px} } /* ========================================================= 25. NoteStore v2.4 — single post reference match + resilient answer gate ========================================================= */ .ns-single-breadcrumbs{max-width:1110px!important;display:flex;align-items:center;gap:9px;padding:16px 0 12px;color:#6a83a0;font-size:11px;line-height:1.4} .ns-single-breadcrumbs a{color:#0a63c9;text-decoration:none} .ns-single-breadcrumbs a:hover{text-decoration:underline} .ns-single-breadcrumbs .current{color:#0b3f85;white-space:nowrap;overflow:hidden;text-overflow:ellipsis} .ns-answer-gate{position:relative;isolation:isolate;display:grid;grid-template-columns:minmax(0,1fr) minmax(310px,520px) minmax(0,1fr);align-items:stretch;gap:12px;min-height:258px;margin:24px 0 0;padding:22px 24px;border:1px solid #cde4f9;border-radius:9px;background:linear-gradient(135deg,#f5faff 0%,#eef8ff 48%,#f6fbff 100%);overflow:hidden;box-shadow:0 3px 14px rgba(24,89,145,.035)} .ns-answer-gate:before{content:"";position:absolute;left:-105px;bottom:-155px;width:330px;height:330px;border-radius:50%;background:#d9efff;opacity:.7;z-index:-1} .ns-answer-gate:after{content:"";position:absolute;right:-120px;bottom:-190px;width:390px;height:390px;border-radius:50%;background:#cfe9ff;opacity:.7;z-index:-1} .ns-gate-center{position:relative;z-index:3;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;min-width:0} .ns-gate-lock{width:58px;height:58px;border-radius:50%;background:#d8efff;color:#0869da;display:grid;place-items:center;margin:0 auto 10px;box-shadow:0 0 0 7px rgba(255,255,255,.6)} .ns-gate-lock .icon{width:28px;height:28px;stroke:#0869da;fill:none} .ns-gate-copy h2{font-family:Inter,Arial,sans-serif;color:#0a3d87;font-size:20px;line-height:1.25;margin:0 0 7px;font-weight:800} .ns-gate-copy>p{color:#4c7399;font-size:11.5px;line-height:1.6;margin:0 auto 14px;max-width:460px} .ns-gate-button{max-width:240px;width:100%;min-height:45px;margin:0 auto;padding:0 18px;border-radius:6px;background:#0877ef;color:#fff!important;font-size:12px;font-weight:800;text-decoration:none!important;box-shadow:0 6px 15px rgba(8,119,239,.18);display:flex;align-items:center;justify-content:center;gap:8px} .ns-gate-button:hover{background:#075ec4;transform:translateY(-1px)} .ns-gate-blur{position:relative;z-index:1;display:flex;flex-direction:column;justify-content:center;gap:10px;min-width:0;overflow:hidden;opacity:.65;mask-image:linear-gradient(to right,transparent 0,#000 18%,#000 82%,transparent 100%);-webkit-mask-image:linear-gradient(to right,transparent 0,#000 18%,#000 82%,transparent 100%)} .ns-gate-blur span{display:block;color:#5b7693;font-size:10px;line-height:1.75;text-align:left;filter:blur(4.5px);user-select:none;pointer-events:none} .ns-gate-blur-right span{text-align:right} @media(max-width:950px){ .ns-answer-gate{grid-template-columns:1fr;min-height:245px;padding:24px 18px} .ns-gate-blur{display:none} .ns-gate-center{min-height:195px} } @media(max-width:680px){ .ns-single-breadcrumbs{padding:12px 12px 10px;font-size:10px} .ns-benefit-inner{grid-template-columns:repeat(3,1fr)} .ns-benefit-inner>div{padding:6px 5px;gap:6px} .ns-benefit-inner .icon{width:20px;height:20px} .ns-benefit-inner strong{font-size:9px}.ns-benefit-inner small{font-size:8px} .ns-answer-gate{margin-top:18px;padding:22px 14px;min-height:235px} .ns-gate-lock{width:52px;height:52px} .ns-gate-copy h2{font-size:18px} .ns-gate-copy>p{font-size:10.5px;max-width:330px} .ns-gate-button{max-width:238px} } @media(max-width:430px){ .ns-benefit-inner{grid-template-columns:1fr 1fr 1fr} .ns-benefit-inner>div{border-right:1px solid #d8e8f7!important;border-bottom:0!important;min-height:50px} .ns-benefit-inner>div:last-child{border-right:0!important} .ns-benefit-inner strong{font-size:8px}.ns-benefit-inner small{display:none} .ns-single-breadcrumbs{padding-left:10px;padding-right:10px;gap:6px} .ns-answer-gate{min-height:225px} }