/*
Theme Name: Denles · Tienda
Version: 1.0.0
*/
:root{--paper:#f6f7ef;--ink:#253a2b;--pink:#e73783;--line:#d5dfcf}*{box-sizing:border-box}body{margin:0;background:var(--paper);color:var(--ink);font:16px/1.6 system-ui,-apple-system,sans-serif}a{color:inherit}button,input,select,textarea{font:inherit}button,a,input{touch-action:manipulation}a:focus-visible,button:focus-visible{outline:3px solid var(--pink);outline-offset:4px}.store-wrap{width:min(1160px,calc(100% - 40px));margin:auto}.store-header{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:22px 0;border-bottom:1px solid var(--line)}.store-brand{display:flex;gap:12px;align-items:center;text-decoration:none;font-weight:750;line-height:1.2}.store-brand img{width:54px;height:54px;object-fit:contain;border-radius:50%}.store-brand small{display:block;font-size:11px;letter-spacing:.16em;text-transform:uppercase;margin-bottom:5px}.store-actions{display:flex;align-items:center;gap:12px}.store-pill,.woocommerce a.button,.woocommerce button.button,.woocommerce input.button{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:46px;padding:12px 20px;border:1px solid var(--line);border-radius:999px;background:white;color:var(--ink);text-decoration:none;font-weight:600;line-height:1.25;white-space:normal}.store-actions details{position:relative}.store-actions summary{cursor:pointer;list-style:none}.store-actions nav{position:absolute;right:0;top:60px;width:260px;background:#f9fbf2f5;backdrop-filter:blur(20px);border:1px solid var(--line);border-radius:22px;padding:15px;box-shadow:0 18px 70px #20322526;z-index:20}.store-actions nav a{display:block;padding:10px 15px;text-decoration:none;border-radius:12px}.store-actions nav a:hover{background:#e8efdf}.store-hero{padding:80px 0 55px;max-width:780px}.store-eyebrow{text-transform:uppercase;letter-spacing:.15em;font-size:12px;font-weight:700}.store-hero h1{font-size:clamp(42px,7vw,86px);letter-spacing:-.06em;line-height:1.04;margin:20px 0}.store-hero h1 em{font-style:normal;color:var(--pink)}.store-hero p{max-width:580px;font-size:19px;color:#596951}.store-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:26px}.store-book{border:1px solid var(--line);border-radius:28px;background:white;padding:24px;display:flex;flex-direction:column;gap:14px}.store-book> a:first-child{display:block;background:#edf2e3;border-radius:18px;padding:24px;text-align:center}.store-book img{height:260px;width:100%;object-fit:contain;filter:drop-shadow(6px 14px 12px #253a2b20)}.store-book h2{font-size:23px;line-height:1.2;letter-spacing:-.03em;margin:8px 0}.store-book h2 a{text-decoration:none}.store-book .price{font-weight:700;font-size:20px}.store-book .store-pill{margin-top:auto;background:var(--ink);color:white}.store-info{margin:55px 0;display:grid;grid-template-columns:repeat(3,1fr);gap:24px;padding:30px;background:#e9efdf;border-radius:26px}.store-info h3{margin:0 0 8px;font-size:17px}.store-info p{margin:0;font-size:14px;color:#5d6a54}.store-main{min-height:60vh;padding:45px 0}.store-main h1{font-size:clamp(30px,5vw,52px);letter-spacing:-.04em;line-height:1.2}.store-footer{margin-top:50px;padding:38px 0;border-top:1px solid var(--line);display:flex;justify-content:space-between;flex-wrap:wrap;gap:20px;font-size:13px}.store-footer nav{display:flex;gap:20px}.woocommerce form .form-row input.input-text,.woocommerce form .form-row textarea,.woocommerce form .form-row select{border:1px solid #c9d6c2;border-radius:12px;background:white;padding:14px;min-height:48px;width:100%}.woocommerce form.login,.woocommerce form.register{border:1px solid var(--line);border-radius:24px;background:white;padding:25px}.woocommerce form .form-row{margin:0 0 18px}.woocommerce .woocommerce-MyAccount-navigation{border:1px solid var(--line);border-radius:22px;background:white;padding:12px}.woocommerce-MyAccount-navigation ul{padding:0;list-style:none}.woocommerce-MyAccount-navigation a{display:block;padding:10px;text-decoration:none}.woocommerce-MyAccount-navigation .is-active a{background:#e7eddf;border-radius:12px}.woocommerce .woocommerce-MyAccount-content{padding:25px;background:white;border:1px solid var(--line);border-radius:22px}.woocommerce table.shop_table{border-color:var(--line);border-radius:18px;background:white}.woocommerce table.shop_table td,.woocommerce table.shop_table th{padding:16px}.woocommerce #payment{background:#eaf0e2;border-radius:22px}.woocommerce button.button.alt,.woocommerce a.button.alt{background:var(--ink);color:white}.woocommerce ul.products li.product a img{height:270px;object-fit:contain}.woocommerce div.product .product_title{font-size:40px;letter-spacing:-.04em}.woocommerce div.product form.cart .button{min-height:48px}.woocommerce .quantity input.qty{padding:10px;border:1px solid var(--line);border-radius:10px;width:80px}.woocommerce-error,.woocommerce-info,.woocommerce-message{border-radius:16px;background:white}.store-empty{padding:40px;background:white;border:1px solid var(--line);border-radius:24px}.store-empty h2{margin-top:0}@media(max-width:700px){.store-wrap{width:calc(100% - 28px)}.store-header{gap:10px}.store-brand{font-size:13px}.store-brand img{width:40px;height:40px}.store-actions{gap:6px}.store-actions>.store-pill{padding:10px;font-size:12px}.store-actions summary{padding:10px}.store-hero{padding:44px 0 32px}.store-hero p{font-size:16px}.store-grid{grid-template-columns:1fr}.store-info{grid-template-columns:1fr;padding:24px}.store-main{padding:24px 0}.woocommerce .woocommerce-MyAccount-navigation,.woocommerce .woocommerce-MyAccount-content{float:none;width:100%;margin-bottom:20px}.woocommerce-MyAccount-navigation ul{display:flex;flex-wrap:wrap;gap:5px}.woocommerce-MyAccount-navigation a{font-size:13px}.woocommerce table.shop_table td{padding:10px}.store-footer{margin-top:25px}.store-actions nav{max-width:calc(100vw - 30px)}}
