/*
Theme Name: Lumen Peptides WooCommerce
Author: OpenAI
Description: Readdy-to-WordPress conversion for Lumen Peptides with WooCommerce products, cart, account and checkout.
Version: 1.3.0
Text Domain: lumen-peptides
Requires at least: 6.4
Requires PHP: 8.0
*/
@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700;800&family=Playfair+Display:wght@500;600;700&display=swap');
:root{--cream:#fffdf8;--cream2:#fbf6ea;--cream3:#efe5d1;--ink:#2d2924;--muted:#746d64;--amber:#cf7728;--amber2:#b7631e;--amber-soft:#fff1df;--teal:#3c8073;--teal-soft:#eaf6f2;--border:#e9dfcd;--font-heading:'Playfair Display',serif;--font-body:'Plus Jakarta Sans',sans-serif}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:var(--font-body);background:var(--cream);color:var(--ink);-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}button,input,textarea,select{font:inherit}.site{min-height:100vh;display:flex;flex-direction:column}.site-main{flex:1}.container{width:min(1152px,calc(100% - 32px));margin:auto}.container-narrow{width:min(768px,calc(100% - 32px));margin:auto}.header{position:sticky;top:0;z-index:40;border-bottom:1px solid var(--border);background:rgba(255,253,248,.92);backdrop-filter:blur(12px)}.header-inner{height:64px;display:flex;align-items:center;justify-content:space-between}.brand{display:flex;align-items:center;gap:8px;white-space:nowrap}.brand-icon{width:32px;height:32px;border-radius:8px;background:var(--amber);color:#fff;display:grid;place-items:center}.brand-name{font-family:var(--font-heading);font-size:18px;font-weight:600}.trust-mini{display:flex;gap:8px;align-items:center;color:var(--muted);font-size:13px}.trust-mini i{color:var(--teal)}.footer{border-top:1px solid var(--border);background:var(--cream2)}.footer-main{padding:40px 0;display:flex;justify-content:space-between;gap:32px}.footer-copy{max-width:380px;color:var(--muted);font-size:14px;line-height:1.65;margin-top:12px}.footer-links{display:flex;gap:48px;flex-wrap:wrap}.footer-links h4{text-transform:uppercase;letter-spacing:.08em;font-size:11px;color:var(--muted);margin:0 0 10px}.footer-links a{display:block;font-size:14px;margin:8px 0}.footer-bottom{border-top:1px solid var(--border);padding:22px 0;display:flex;justify-content:space-between;gap:16px;color:var(--muted);font-size:12px}.hero{position:relative;overflow:hidden;min-height:560px;display:grid;place-items:center;text-align:center}.hero-bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.hero-overlay{position:absolute;inset:0;background:linear-gradient(rgba(0,0,0,.3),rgba(0,0,0,.2),rgba(0,0,0,.3))}.hero-content{position:relative;z-index:1;color:#fff;max-width:900px;padding:80px 16px}.badge{display:inline-block;border-radius:999px;padding:7px 16px;background:rgba(255,255,255,.18);font-size:14px;backdrop-filter:blur(8px)}h1,h2,h3{font-family:var(--font-heading)}.hero h1{font-size:50px;line-height:1.12;margin:16px 0}.hero p{font-size:18px;line-height:1.7;max-width:620px;margin:0 auto}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;border:0;border-radius:9px;padding:14px 24px;font-weight:700;cursor:pointer}.btn-primary{background:var(--amber);color:#fff}.btn-primary:hover{background:var(--amber2)}.hero .btn{margin-top:28px;padding:16px 30px}.section{padding:72px 0}.section-head{text-align:center;margin-bottom:30px}.section-head h2{font-size:30px;margin:0}.section-head p{font-size:14px;color:var(--muted)}.product-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}.product-card{border:1px solid var(--border);border-radius:16px;overflow:hidden;background:#fff;transition:.25s;display:flex;flex-direction:column}.product-card:hover{border-color:#dfb079}.product-image-wrap{height:256px;position:relative;overflow:hidden;background:var(--cream2)}.product-image-wrap img{width:100%;height:100%;object-fit:cover;object-position:top;transition:transform .5s}.product-card:hover img{transform:scale(1.05)}.pill{position:absolute;top:16px;border-radius:999px;padding:5px 11px;font-size:12px;font-weight:700}.pill-left{left:16px;background:var(--amber);color:#fff}.pill-right{right:16px;background:rgba(255,255,255,.92)}.product-body{padding:20px;display:flex;flex-direction:column;gap:8px;flex:1}.product-body h3{font-size:18px;margin:0}.muted{color:var(--muted)}.small{font-size:14px;line-height:1.6}.price-row{margin-top:auto;padding-top:8px;display:flex;align-items:baseline;gap:8px}.price{font-family:var(--font-heading);font-size:22px;font-weight:700}.old-price{text-decoration:line-through;color:#aaa}.card-cta{margin-top:8px;background:var(--amber-soft);color:#9c5318;padding:11px;border-radius:7px;text-align:center;font-weight:700;font-size:14px}.product-card:hover .card-cta{background:var(--amber);color:#fff}.value-strip{background:var(--cream2);padding:56px 0}.value-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.value{text-align:center}.round-icon{width:56px;height:56px;border-radius:50%;background:#f9e6cc;display:grid;place-items:center;color:var(--amber);font-size:24px;margin:0 auto 12px}.value h3{font-size:18px;margin:0 0 8px}.value p{font-size:14px;line-height:1.65;color:var(--muted);margin:0}.product-page{padding:48px 0}.product-top{display:grid;grid-template-columns:1fr 1fr;gap:64px}.main-image{height:480px;border-radius:16px;overflow:hidden;background:var(--cream2);position:relative}.main-image img{width:100%;height:100%;object-fit:cover;object-position:top}.thumbs{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-top:16px}.thumb{border:2px solid transparent;border-radius:8px;overflow:hidden;padding:0;background:none;cursor:pointer}.thumb.active{border-color:var(--amber)}.thumb img{height:96px;width:100%;object-fit:cover;object-position:top}.purchase{display:flex;flex-direction:column;gap:18px}.purchase h1{font-size:32px;line-height:1.2;margin:0}.rating{display:flex;gap:8px;align-items:center;font-size:14px;color:var(--muted)}.stars{color:var(--amber)}.big-price{font-family:var(--font-heading);font-size:38px;font-weight:700}.save{background:var(--amber-soft);color:#9c5318;border-radius:6px;padding:4px 8px;font-size:13px;font-weight:700}.selling{padding:0;margin:0;list-style:none}.selling li{display:flex;gap:10px;margin:10px 0;font-size:14px;line-height:1.5}.selling i{color:var(--teal)}.variant-title{font-size:14px;font-weight:600;margin-bottom:8px}.variants{display:flex;gap:8px;flex-wrap:wrap}.variant{border:1px solid #d8cbb6;border-radius:8px;background:#fff;padding:9px 16px;cursor:pointer}.variant.active{border-color:var(--amber);background:var(--amber-soft);color:#9c5318}.variant strong,.variant span{display:block;text-align:center}.variant span{font-size:12px;color:var(--muted);margin-top:3px}.qty-stock{display:flex;align-items:center;gap:16px}.qty{border:1px solid #d8cbb6;border-radius:8px;display:flex;align-items:center}.qty button{width:42px;height:42px;border:0;background:none;cursor:pointer}.qty input{width:42px;border:0;background:none;text-align:center;font-weight:700}.buy-form .btn{width:100%;padding:16px}.trust-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.trust-box{text-align:center;background:var(--cream2);border-radius:8px;padding:12px;font-size:12px;color:var(--muted)}.trust-box i{display:block;color:var(--teal);font-size:18px;margin-bottom:5px}.specs{border:1px solid var(--border);border-radius:8px;overflow:hidden}.spec-head{background:var(--cream2);padding:11px 16px;font-weight:700;font-size:14px;border-bottom:1px solid var(--border)}.spec-row{display:flex;justify-content:space-between;gap:20px;padding:10px 16px;border-bottom:1px solid #f4eee3;font-size:14px}.spec-row:last-child{border:0}.spec-row span:first-child{color:var(--muted)}.spec-row span:last-child{text-align:right;font-weight:600}.content-sections{max-width:768px;margin:56px auto 0;display:flex;flex-direction:column;gap:40px}.content-sections h2{font-size:24px;margin:0 0 14px}.content-sections p{line-height:1.75}.notice{border:1px solid #b9ddd5;background:var(--teal-soft);border-radius:8px;padding:20px;display:flex;gap:12px}.review{border:1px solid var(--border);border-radius:8px;padding:16px;margin:12px 0}.review-head{display:flex;justify-content:space-between}.avatar{width:36px;height:36px;border-radius:50%;background:#dcefe9;color:#28685d;display:grid;place-items:center;font-weight:700}.faq-item{border:1px solid var(--border);border-radius:8px;overflow:hidden;margin:10px 0}.faq-q{width:100%;padding:14px 16px;border:0;background:#fff;display:flex;justify-content:space-between;text-align:left;font-weight:600;cursor:pointer}.faq-a{padding:14px 16px;border-top:1px solid var(--border);color:var(--muted);font-size:14px;line-height:1.7}.policy-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.policy{background:var(--cream2);border-radius:8px;padding:20px}.policy i{font-size:24px;color:var(--teal)}.legal{padding:72px 0}.legal h1{font-size:32px;margin:0}.legal-section{margin-top:30px}.contact{padding:72px 0}.contact-head{text-align:center}.form{display:flex;flex-direction:column;gap:20px;margin-top:36px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}.field label{display:block;font-size:14px;font-weight:600;margin-bottom:7px}.field input,.field textarea,.field select,.woocommerce form .form-row input.input-text,.woocommerce form .form-row textarea,.woocommerce form .form-row select{width:100%;border:1px solid #d8cbb6;background:#fff;border-radius:7px;padding:11px 12px;outline:none}.field input:focus,.field textarea:focus{border-color:var(--amber);box-shadow:0 0 0 2px #f8dfbd}.message{padding:12px 16px;border-radius:7px;font-size:14px}.message.success{background:var(--teal-soft);color:#28685d}.message.error{background:var(--amber-soft);color:#9c5318}.woocommerce-wrap{padding:48px 0;min-height:500px}.woocommerce .button,.woocommerce button.button,.woocommerce input.button,.wc-block-components-button{background:var(--amber)!important;color:#fff!important;border-radius:8px!important}.woocommerce .button:hover,.woocommerce button.button:hover{background:var(--amber2)!important;color:#fff!important}.woocommerce-checkout h3,.woocommerce-account h2,.woocommerce-cart h2{font-family:var(--font-heading)}.woocommerce form.checkout{display:grid;grid-template-columns:minmax(0,1fr) minmax(360px,.8fr);gap:36px}.woocommerce-checkout #customer_details,.woocommerce-checkout #order_review_heading,.woocommerce-checkout #order_review{width:auto!important;float:none!important}.woocommerce-checkout #order_review_heading{grid-column:2;grid-row:1;margin:0}.woocommerce-checkout #order_review{grid-column:2;grid-row:1;margin-top:48px}.woocommerce-checkout #customer_details{grid-column:1;grid-row:1}.woocommerce-checkout-review-order{border:1px solid var(--border);border-radius:14px;padding:20px}.woocommerce table.shop_table{border-color:var(--border);border-radius:10px}.woocommerce-error,.woocommerce-info,.woocommerce-message{border-top-color:var(--amber)}.woocommerce-account .woocommerce{display:grid;grid-template-columns:240px 1fr;gap:28px}.woocommerce-MyAccount-navigation ul{list-style:none;margin:0;padding:0;border:1px solid var(--border);border-radius:10px;overflow:hidden}.woocommerce-MyAccount-navigation a{display:block;padding:12px 14px;border-bottom:1px solid var(--border)}.woocommerce-MyAccount-content{float:none!important;width:auto!important}.woocommerce-MyAccount-navigation{float:none!important;width:auto!important}.notfound{height:calc(100vh - 64px);display:grid;place-items:center;text-align:center;position:relative;overflow:hidden}.notfound .num{position:absolute;bottom:-20px;font-size:190px;font-weight:900;color:#faf8f3;z-index:0}.notfound .inner{z-index:1}.alt-field{position:absolute!important;left:-9999px!important;width:1px;height:1px;overflow:hidden}

.cart-link{position:relative;margin-left:4px;width:40px;height:40px;border-radius:9px;display:grid;place-items:center;font-size:20px;color:var(--ink);transition:.2s}.cart-link:hover{background:var(--cream2)}.cart-count{position:absolute;right:-2px;top:-2px;height:20px;min-width:20px;border-radius:999px;padding:0 5px;display:flex;align-items:center;justify-content:center;background:var(--amber);color:#fff;font-size:11px;font-weight:700;line-height:1}.header-actions{display:flex;align-items:center;gap:8px}.btn-secondary{background:#fff;border:1px solid #d8cbb6;color:#4c463f}.btn-secondary:hover{background:var(--cream2)}.buy-form{display:flex;flex-direction:column;gap:10px}.buy-form .btn-secondary{width:100%;padding:15px 24px}.cart-page{padding:48px 0 64px}.cart-page h1{font-size:30px;margin:0}.cart-list{display:flex;flex-direction:column;gap:16px;margin-top:24px}.cart-item{display:flex;gap:16px;align-items:center;border:1px solid var(--border);border-radius:16px;background:#fff;padding:16px 20px}.cart-thumb{width:80px;height:80px;flex:0 0 80px;border-radius:9px;overflow:hidden;background:var(--cream2)}.cart-thumb img{width:100%;height:100%;object-fit:cover;object-position:top}.cart-item-main{min-width:0;flex:1}.cart-item-main h3{font-family:var(--font-body);font-size:15px;margin:0 0 4px;font-weight:600}.cart-item-meta{font-size:13px;color:var(--muted);line-height:1.55}.cart-item-actions{display:flex;align-items:center;gap:16px;margin-top:12px}.cart-inline-form{display:flex;align-items:center;margin:0}.cart-qty{display:flex;align-items:center;border:1px solid #d8cbb6;border-radius:8px;overflow:hidden}.cart-qty button{width:36px;height:36px;border:0;background:#fff;cursor:pointer;color:var(--muted)}.cart-qty span{width:36px;text-align:center;font-size:13px;font-weight:700}.cart-remove{border:0;background:none;padding:0;color:var(--muted);cursor:pointer;font-size:13px}.cart-remove:hover{color:var(--amber)}.cart-item-side{display:flex;flex-direction:column;gap:12px;align-items:flex-end}.cart-line-price{font-family:var(--font-heading);font-size:20px;font-weight:700}.cart-checkout{padding:10px 16px;font-size:13px}.cart-summary{margin-top:24px;border:1px solid var(--border);background:var(--cream2);border-radius:16px;padding:20px 24px;display:flex;align-items:center;justify-content:space-between;gap:24px}.cart-summary-label{font-size:13px;color:var(--muted)}.cart-summary-total{font-family:var(--font-heading);font-size:28px;font-weight:700;margin-top:2px}.cart-summary-note{font-size:12px;color:var(--muted);margin-top:5px}.cart-summary-actions{display:flex;gap:10px;align-items:center;flex-wrap:wrap}.cart-empty{margin-top:40px;border:1px solid var(--border);border-radius:16px;background:#fff;padding:64px 24px;text-align:center}.cart-empty-icon{width:64px;height:64px;border-radius:50%;background:var(--cream2);display:grid;place-items:center;margin:0 auto;font-size:30px;color:#9d9488}.cart-empty h2{font-size:19px;margin:18px 0 5px}.cart-empty p{font-size:14px;color:var(--muted);margin:0}.toast{position:fixed;z-index:99;left:50%;bottom:24px;transform:translateX(-50%);border-radius:999px;background:#2d2924;color:#fff;padding:12px 20px;font-size:14px;font-weight:600;box-shadow:0 10px 30px rgba(0,0,0,.18);display:flex;gap:8px;align-items:center}.toast i{color:#8bc5ba}.woocommerce-wrap>.woocommerce{max-width:100%}.woocommerce-cart-form,.cart_totals{font-family:var(--font-body)}

@media(max-width:900px){.hero{min-height:460px}.hero h1{font-size:40px}.product-top{grid-template-columns:1fr;gap:36px}.woocommerce form.checkout{display:block}.woocommerce-checkout #order_review_heading{margin-top:30px}.woocommerce-account .woocommerce{display:block}.woocommerce-MyAccount-navigation{margin-bottom:20px}}
@media(max-width:700px){.cart-item{align-items:flex-start;flex-wrap:wrap}.cart-item-main{min-width:calc(100% - 96px)}.cart-item-side{width:100%;flex-direction:row;align-items:center;justify-content:space-between}.cart-summary{align-items:flex-start;flex-direction:column}.cart-summary-actions{width:100%}.cart-summary-actions .btn{flex:1}.header-actions{gap:4px}}
@media(max-width:640px){.container,.container-narrow{width:min(100% - 24px,1152px)}.hero{min-height:420px}.hero h1{font-size:32px}.hero p{font-size:16px}.product-grid,.value-grid,.policy-grid,.form-grid{grid-template-columns:1fr}.footer-main,.footer-bottom{flex-direction:column}.trust-mini span.label{display:none}.main-image{height:340px}.purchase h1{font-size:28px}.section{padding:54px 0}}
