/* Catalogue, basket and checkout. Single-product styles live in product.css. */
.woocommerce{color:var(--nrve-ink)}
.nrve-shop{background:var(--nrve-paper);color:var(--nrve-ink);min-height:70vh}
.nrve-shop-hero{background:#071014;color:#fff}
.nrve-shop-hero h1{text-transform:uppercase}
.nrve-shop-layout{display:grid;grid-template-columns:220px 1fr;gap:34px;padding-block:38px}
.nrve-shop-sidebar{font-size:13px}
.nrve-shop-sidebar h3{text-transform:uppercase;font-size:12px;letter-spacing:.06em;margin:4px 0 14px}
.nrve-shop-sidebar>a{display:flex;justify-content:space-between;padding:9px 10px;border-left:3px solid transparent}
.nrve-shop-sidebar>a:hover{background:#e5e7e7;border-left-color:var(--nrve-yellow)}
.nrve-shop-trust{border-top:1px solid #d6dbdc;margin-top:20px;padding-top:20px;display:grid;gap:9px;color:#4c565a}
.nrve-shop-toolbar{display:flex;justify-content:space-between;gap:15px;margin-bottom:18px}
.nrve-shop-toolbar form{flex:1}
.nrve-shop-toolbar input[type=search],.nrve-shop-toolbar select{height:42px;border:1px solid #cfd5d7;background:#fff;padding:0 12px}
.nrve-shop-toolbar input[type=search]{width:100%}
.woocommerce ul.products{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin:0!important}
.woocommerce ul.products:before,.woocommerce ul.products:after{display:none!important}
.woocommerce ul.products li.product.nrve-product-card{float:none!important;width:auto!important;margin:0!important;background:#fff;border:1px solid #d7dcde;position:relative;overflow:hidden}
.nrve-product-card__image{display:block;background:#eef0f0;aspect-ratio:1;overflow:hidden}
.nrve-product-card__image img{width:100%!important;height:100%!important;object-fit:cover;margin:0!important}
.nrve-product-card .nrve-peptide-badge,.nrve-product-card .nrve-loop-colour{position:absolute;top:12px;left:12px;z-index:3;background:var(--nrve-accent);color:#101416;padding:5px 8px;font-size:9px;text-transform:uppercase;font-weight:900}
.nrve-product-card__body{padding:14px}
.nrve-product-card h2{font-size:18px!important;text-transform:none!important;margin:0 0 4px!important;line-height:1.1!important}
.nrve-product-card .price{font-size:14px!important;color:#111!important;font-weight:800!important;margin:5px 0 8px!important}
.nrve-card-research{display:block;color:#6a7478;font-size:10px;margin-bottom:10px}
.nrve-product-card .button{width:100%;text-align:center;background:#101416!important;color:#fff!important;border-radius:0!important;padding:10px!important;font-size:11px!important;font-weight:800!important}
.nrve-product-card:hover{border-color:var(--nrve-accent)!important;box-shadow:0 0 0 1px var(--nrve-accent)}
.woocommerce-message,.woocommerce-info,.woocommerce-error{border-top-color:var(--nrve-accent)!important;background:#fff!important;color:#111!important}
.woocommerce a.button,.woocommerce button.button,.woocommerce input.button{border-radius:0!important}
.woocommerce-cart,.woocommerce-checkout,.woocommerce-account{background:#f5f6f6;color:#111}
.woocommerce-cart .nrve-main,.woocommerce-checkout .nrve-main,.woocommerce-account .nrve-main{padding:40px 0}
.woocommerce table.shop_table{background:#fff;border-radius:0}
.woocommerce form .form-row input.input-text,.woocommerce form .form-row textarea,.woocommerce form .form-row select{padding:12px;border:1px solid #cbd1d3;background:#fff}
.woocommerce #payment{background:#e9eded;border-radius:0}
.woocommerce #respond input#submit.alt,.woocommerce a.button.alt,.woocommerce button.button.alt,.woocommerce input.button.alt{background:#101416;color:#fff}
@media(max-width:900px){
.nrve-shop-layout{grid-template-columns:1fr}
.nrve-shop-sidebar{display:flex;gap:8px;overflow:auto;padding-bottom:5px}
.nrve-shop-sidebar h3,.nrve-shop-trust{display:none}
.nrve-shop-sidebar>a{white-space:nowrap;background:#e5e8e9}
.woocommerce ul.products{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:560px){
.nrve-shop-toolbar{flex-direction:column}
.woocommerce ul.products{grid-template-columns:1fr 1fr;gap:8px}
.nrve-product-card__body{padding:10px}
.nrve-product-card h2{font-size:15px!important}
}
.nrve-shop-hero{min-height:155px;padding:34px 0;background:linear-gradient(90deg,#071014 0%,rgba(7,16,20,.78) 55%,rgba(7,16,20,.28)),url('../images/lab-vials.jpg') right center/55% auto no-repeat}
.nrve-shop-hero h1{font-size:42px;margin:6px 0}
.nrve-shop-hero p{margin:0;color:#d6dfe1}
.nrve-product-card .nrve-peptide-badge{font-size:0!important;width:10px;height:10px;padding:0!important;border-radius:50%;top:11px;left:11px;background:var(--nrve-accent)!important;box-shadow:0 0 0 3px #fff}
.nrve-product-card .nrve-peptide-badge__dot,.nrve-product-card .nrve-peptide-badge span:not(.nrve-peptide-badge__dot),.nrve-product-card .nrve-peptide-badge em{display:none!important}
.nrve-product-card__image{background:linear-gradient(180deg,#eceff0,#f9f9f9)}
.nrve-product-card .button{background:var(--nrve-accent)!important;color:#101416!important}
.nrve-shop-sidebar>a:before{content:"";width:7px;height:7px;border:2px solid #8f9a9e;border-radius:50%;margin:5px 8px 0 0;flex:0 0 auto}
.nrve-shop-sidebar>a{justify-content:flex-start}
.nrve-shop-sidebar>a span{margin-left:auto}
@media(max-width:900px){
.nrve-shop-layout{padding-top:18px}
.nrve-shop-sidebar{margin-inline:-18px;padding-inline:18px}
.nrve-shop-sidebar>a{border:1px solid #d6dcde;background:#fff;border-radius:2px}
}
@media(max-width:560px){
.nrve-shop-hero{min-height:130px;padding:24px 0;background-size:auto 100%}
.nrve-shop-hero h1{font-size:32px}
.nrve-shop-toolbar input[type=search],.nrve-shop-toolbar select{width:100%}
.woocommerce ul.products{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}
.nrve-product-card .button{font-size:10px!important;padding:9px 5px!important}
.nrve-product-card__image{aspect-ratio:.95}
}
.woocommerce-cart .nrve-single-product-wrap,.woocommerce-checkout .nrve-single-product-wrap{padding-block:35px}
.woocommerce-cart .woocommerce,.woocommerce-checkout .woocommerce,.woocommerce-order-received .woocommerce{width:min(1180px,calc(100% - 36px));margin:40px auto;background:#f5f6f6;color:#111;padding:28px}
.woocommerce-cart table.shop_table,.woocommerce-checkout table.shop_table{border-collapse:collapse;background:#fff;border:1px solid #d7dddf}
.woocommerce-cart table.shop_table th,.woocommerce-cart table.shop_table td,.woocommerce-checkout table.shop_table th,.woocommerce-checkout table.shop_table td{padding:14px;border-bottom:1px solid #e2e6e7}
.woocommerce-cart .cart_totals,.woocommerce-checkout #order_review{background:#fff;border:1px solid #d7dddf;padding:20px}
.woocommerce-cart .checkout-button,.woocommerce-checkout #place_order,.woocommerce-order-received .button{background:#071014!important;color:#fff!important;border-radius:0!important;font-weight:800!important}
.woocommerce-cart .quantity input,.woocommerce-checkout input,.woocommerce-checkout select,.woocommerce-checkout textarea{border-radius:0!important}
.woocommerce .cart-empty,.woocommerce .woocommerce-info{border-top-color:var(--nrve-accent)!important;background:#fff;color:#111}
.woocommerce .cart-empty:before,.woocommerce .woocommerce-info:before{color:var(--nrve-accent)!important}
.woocommerce-order-received .woocommerce-order{display:grid;gap:20px}
.woocommerce-order-received .woocommerce-thankyou-order-received{font-size:25px;font-weight:900;text-transform:uppercase}
.woocommerce-order-received ul.order_details{background:#fff;padding:20px!important;border:1px solid #d7dddf}
.wc-block-checkout,.wc-block-cart{--wp--preset--color--contrast:#101416}
.wc-block-checkout__main,.wc-block-checkout__sidebar,.wc-block-cart-items,.wc-block-components-sidebar{color:#101416}
.wc-block-components-checkbox__label{line-height:1.45}
@media(max-width:700px){
.woocommerce-cart .woocommerce,.woocommerce-checkout .woocommerce,.woocommerce-order-received .woocommerce{width:calc(100% - 20px);margin:14px auto;padding:14px}
.woocommerce-cart table.shop_table_responsive tr td{padding-left:42%!important}
.woocommerce-checkout .col2-set{display:block}
.wc-block-checkout{padding:0 4px}
}
