/*
Theme Name: Danesan Shop & Boutique
Theme URI: https://danesan.com
Author: Danesan
Description: Tema mobile-first para Danesan Shop & Boutique, preparado para WooCommerce.
Version: 2.0.0
Text Domain: danesan-shop
*/

:root{
  --pink:#e889a3;
  --pink-dark:#d96f8d;
  --black:#111111;
  --soft:#faf7f5;
  --line:#ece7e8;
  --text:#171717;
  --muted:#777;
  --white:#fff;
  --radius:14px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:#fff;color:var(--text);font-family:Arial,Helvetica,sans-serif;line-height:1.45}
a{color:inherit;text-decoration:none}
img{max-width:100%;height:auto}
button,input,select,textarea{font:inherit}
.site{min-height:100vh;padding-bottom:74px}
.danesan-topbar{background:#0c0c0c;color:#fff;font-size:12px;padding:9px 14px;display:flex;justify-content:space-between;gap:10px}
.danesan-header{background:#fff;border-bottom:1px solid var(--line);position:sticky;top:0;z-index:50}
.danesan-nav{height:66px;display:flex;align-items:center;gap:12px;padding:0 14px}
.danesan-menu-btn,.danesan-icon-btn{border:0;background:transparent;padding:8px;cursor:pointer;font-size:24px;line-height:1}
.danesan-logo{display:flex;align-items:center;gap:9px;flex:1;min-width:0}
.danesan-mark{width:38px;height:38px;border-radius:50%;display:grid;place-items:center;font-family:Georgia,serif;font-size:28px;font-weight:700;color:var(--pink);border:1px solid #eee}
.danesan-logo-main{font-size:18px;letter-spacing:4px;line-height:1}
.danesan-logo-sub{font-size:7px;letter-spacing:2px;color:var(--pink);margin-top:4px}
.danesan-actions{display:flex;align-items:center;gap:2px}
.cart-count{background:var(--pink);color:#fff;border-radius:99px;font-size:9px;padding:2px 5px;position:relative;top:-13px;left:-7px}
.desktop-menu{display:none}
.hero{background:#181818;color:#fff;min-height:440px;position:relative;overflow:hidden;display:flex;align-items:center}
.hero:after{content:"";position:absolute;right:-90px;top:-60px;width:58%;height:115%;background:linear-gradient(145deg,#777,#ddd 45%,#999);opacity:.35;transform:skewX(-8deg)}
.hero-inner{width:100%;padding:42px 24px;position:relative;z-index:2}
.hero-kicker{font-size:11px;letter-spacing:1.8px;font-weight:700;margin-bottom:13px}
.hero h1{font-size:42px;line-height:.98;margin:0 0 10px;font-weight:800;letter-spacing:-1px}
.hero h1 span{color:var(--pink)}
.hero-price{font-size:35px;font-weight:800;margin:0 0 16px}
.hero-copy{font-size:14px;color:#eee;max-width:290px;margin:0 0 24px}
.hero-copy strong{color:#fff}
.btn-pink{display:inline-flex;align-items:center;justify-content:center;background:var(--pink);color:#fff;border:0;border-radius:7px;padding:13px 18px;font-weight:700;min-height:46px}
.btn-pink:hover{background:var(--pink-dark);color:#fff}
.hero-bags{position:absolute;right:8px;bottom:18px;width:42%;height:170px;z-index:1;opacity:.95}
.hero-bag{position:absolute;width:82px;height:105px;background:#eee;border-radius:5px;box-shadow:0 7px 16px #0005;display:flex;align-items:center;justify-content:center;color:#222;font-family:Georgia,serif;font-size:23px}
.hero-bag:nth-child(1){right:5px;bottom:0;transform:rotate(3deg)}
.hero-bag:nth-child(2){right:68px;bottom:38px;transform:rotate(-5deg);background:#f5f1ef}
.hero-bag:nth-child(3){right:128px;bottom:5px;transform:rotate(2deg);background:#ddd}
.hero-dots{text-align:center;margin-top:22px;letter-spacing:7px;color:#999}.hero-dots b{color:var(--pink)}
.benefits{display:grid;grid-template-columns:repeat(2,1fr);border-bottom:1px solid var(--line);background:#fff}
.benefit{padding:18px 8px;text-align:center;border-right:1px solid var(--line);border-bottom:1px solid var(--line);font-size:10px;font-weight:700}
.benefit-icon{display:block;color:var(--pink);font-size:25px;margin-bottom:6px}
.section{padding:34px 15px}
.section-kicker{text-align:center;color:var(--pink);font-size:11px;font-weight:800;letter-spacing:2px}
.section-title{text-align:center;font-family:Georgia,serif;font-size:28px;margin:5px 0 24px}
.section-title:after{content:"";display:block;width:42px;height:2px;background:var(--pink);margin:9px auto 0}
.products-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
.product-card{border:1px solid #eee;border-radius:var(--radius);overflow:hidden;background:#fff;position:relative}
.product-card .thumb{background:#f5f3f3;aspect-ratio:1/1.06;display:flex;align-items:center;justify-content:center;overflow:hidden}
.product-card .thumb img{width:100%;height:100%;object-fit:cover}
.product-card .thumb .placeholder{font-size:42px;color:#bbb}
.product-info{padding:10px 10px 12px}
.product-name{font-size:13px;font-weight:600;margin:0 0 5px}
.price{font-size:14px;font-weight:800}
.product-heart{position:absolute;right:8px;bottom:9px;font-size:20px}
.center-btn{text-align:center;margin-top:22px}
.page-wrap{max-width:1180px;margin:0 auto;padding:24px 15px}
.page-title{font-family:Georgia,serif;font-size:32px;margin:10px 0 24px}
.woocommerce .woocommerce-breadcrumb{font-size:12px;color:#777;margin:8px 0 20px}
.woocommerce ul.products{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin:0!important;padding:0!important}
.woocommerce ul.products li.product{width:auto!important;margin:0!important;padding:0!important;border:1px solid #eee;border-radius:var(--radius);overflow:hidden;background:#fff}
.woocommerce ul.products li.product a img{margin:0!important;width:100%!important;aspect-ratio:1/1.06;object-fit:cover}
.woocommerce ul.products li.product .woocommerce-loop-product__title{font-size:13px!important;padding:10px 10px 2px!important}
.woocommerce ul.products li.product .price{padding:0 10px 12px!important;font-size:14px!important;color:#111!important}
.woocommerce ul.products li.product .button{margin:0 10px 12px!important;width:calc(100% - 20px);background:var(--pink)!important;color:#fff!important;border-radius:7px!important;text-align:center}
.single-product div.product{padding-bottom:30px}
.woocommerce div.product div.images img{border-radius:12px;background:#f5f3f3}
.woocommerce div.product .product_title{font-family:Georgia,serif;font-size:30px}
.woocommerce div.product p.price,.woocommerce div.product span.price{color:#111;font-size:22px;font-weight:800}
.woocommerce button.button,.woocommerce a.button,.woocommerce input.button{background:var(--pink)!important;color:#fff!important;border-radius:8px!important;border:0!important;padding:12px 17px!important}
.woocommerce .quantity .qty{padding:10px;border:1px solid #ddd;border-radius:7px}
.woocommerce-message,.woocommerce-info{border-top-color:var(--pink)!important}
.woocommerce-message:before,.woocommerce-info:before{color:var(--pink)!important}
.woocommerce-cart-form,.cart_totals,.woocommerce-checkout-review-order,.woocommerce-checkout-payment{border-radius:12px}
.woocommerce table.shop_table{border:1px solid #eee;border-radius:12px;overflow:hidden}
.danesan-bottom{position:fixed;left:0;right:0;bottom:0;height:68px;background:#fff;border-top:1px solid #ddd;z-index:100;display:grid;grid-template-columns:repeat(4,1fr);box-shadow:0 -5px 20px #0000000d}
.bottom-item{text-align:center;font-size:10px;color:#555;padding-top:9px}
.bottom-item strong{display:block;font-size:21px;line-height:22px;font-weight:400}
.bottom-item.active{color:var(--pink)}
.footer{background:#111;color:#fff;padding:30px 18px;text-align:center;font-size:12px}
.mobile-drawer{display:none;position:fixed;inset:0;background:#fff;z-index:200;padding:18px}
.mobile-drawer.open{display:block}
.drawer-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}
.drawer-links a{display:block;padding:15px 5px;border-bottom:1px solid #eee;font-weight:700}
@media(min-width:768px){
  .site{padding-bottom:0}
  .danesan-topbar{padding:9px 5%;font-size:13px}
  .danesan-nav{height:82px;padding:0 5%;max-width:1400px;margin:auto}
  .danesan-logo-main{font-size:24px}
  .danesan-logo-sub{font-size:8px}
  .desktop-menu{display:flex;gap:24px;margin-left:30px;font-size:12px;font-weight:700}
  .desktop-menu a:hover{color:var(--pink)}
  .danesan-menu-btn{display:none}
  .hero{min-height:530px}
  .hero-inner{max-width:1200px;margin:auto;padding:70px 7%}
  .hero h1{font-size:64px}
  .hero-price{font-size:45px}
  .hero-copy{font-size:17px}
  .hero-bags{right:8%;width:40%;height:280px}
  .hero-bag{width:130px;height:170px;font-size:35px}
  .benefits{grid-template-columns:repeat(4,1fr)}
  .benefit{border-bottom:0}
  .section{max-width:1200px;margin:auto;padding:55px 25px}
  .products-grid,.woocommerce ul.products{grid-template-columns:repeat(4,minmax(0,1fr))!important}
  .page-wrap{padding:45px 25px}
  .danesan-bottom{display:none}
}
