* { box-sizing: border-box; margin: 0; padding: 0; }
body { font-family: 'Inter', sans-serif; color: #2c2c2a; background: #fff; overflow-x: hidden; }
a { text-decoration: none; color: inherit; }
.wrap { max-width: 1100px; margin: 0 auto; padding: 0 24px; }

.util-bar { background: #fdf2f6; font-size: 12px; color: #72243e; padding: 8px 0; }
.util-bar .wrap { display: flex; justify-content: center; gap: 20px; flex-wrap: wrap; text-align: center; }
.util-bar i { margin-right: 4px; }

header.site-header { padding: 18px 0; }
header.site-header .wrap { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 24px; text-align: center; }
.logo { display: flex; align-items: center; gap: 8px; }
.logo-word { font-family: 'Pacifico', cursive; font-size: 30px; color: #d4537e; }
.header-icons { display: flex; gap: 18px; font-size: 20px; color: #5f5e5a; }
.header-icons a { position: relative; }
.cart-count { position: absolute; top: -8px; right: -10px; background: #d4537e; color: #fff; font-size: 10px; width: 16px; height: 16px; border-radius: 50%; display: flex; align-items: center; justify-content: center; }

nav.menu { border-top: 1px solid #eee; border-bottom: 1px solid #eee; }
nav.menu .wrap { display: flex; justify-content: center; gap: 28px; padding: 12px 0; font-size: 14px; flex-wrap: wrap; text-align: center; }
nav.menu a.active { font-weight: 600; color: #d4537e; }
nav.menu a.sale { color: #d85a30; font-weight: 600; }

.trust-strip { background: #f7f5ee; }
.trust-strip .wrap { display: flex; justify-content: center; gap: 10px; padding: 10px 0; font-size: 13px; color: #5f5e5a; align-items: center; flex-wrap: wrap; text-align: center; }

.page-banner { text-align: center; padding: 40px 24px; background: #fcebee; }
.page-banner h1 { font-size: 28px; font-weight: 600; margin-bottom: 6px; }
.page-banner p { font-size: 14px; color: #72243e; }
.breadcrumb { font-size: 13px; color: #5f5e5a; margin-top: 10px; }
.breadcrumb a { color: #d4537e; }

.hero { text-align: center; padding: 60px 24px; background: #fcebee; }
.hero .eyebrow { font-size: 14px; letter-spacing: .5px; color: #72243e; margin-bottom: 10px; }
.hero h1 { font-size: 34px; font-weight: 600; margin-bottom: 12px; max-width: 640px; margin-left: auto; margin-right: auto; }
.hero p.sub { font-size: 15px; color: #5f5e5a; margin-bottom: 26px; }

.btn-row { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; row-gap: 10px; }
.btn { padding: 12px 28px; border-radius: 8px; font-size: 14px; font-weight: 500; cursor: pointer; border: 1px solid #d4537e; display: inline-block; background: transparent; }
.btn.primary { background: #d4537e; color: #fff; border: none; }
.btn.secondary { background: transparent; color: #d4537e; }
.btn.block { width: 100%; text-align: center; }
.btn[disabled] { opacity: .5; cursor: not-allowed; }

.deal-banner { display: flex; align-items: center; justify-content: center; max-width: 1052px; margin: 24px auto 0; background: #fbeaf0; border-radius: 10px; padding: 14px 24px; font-size: 14px; flex-wrap: wrap; gap: 16px; text-align: center; }
.deal-banner span.label { font-weight: 600; color: #72243e; }

.section { padding: 50px 0 10px; text-align: center; }
.section h2 { font-size: 22px; font-weight: 600; margin-bottom: 20px; }

.filter-pills { display: flex; justify-content: center; gap: 10px; flex-wrap: wrap; margin-bottom: 30px; }
.pill { font-size: 13px; padding: 8px 16px; border-radius: 999px; border: 1px solid #eee; background: #fff; }
.pill.active { background: #d4537e; color: #fff; border-color: #d4537e; }

.cat-select-row { display: flex; align-items: center; justify-content: center; gap: 12px; margin-bottom: 24px; flex-wrap: wrap; }
.cat-select-row label { font-size: 13px; font-weight: 600; color: #5f5e5a; }
.cat-select-row select { font-size: 14px; padding: 10px 14px; border-radius: 8px; border: 1px solid #eee; background: #fff; max-width: 280px; color: #2c2c2a; }

.grid-categories { display: grid; grid-template-columns: repeat(6, 1fr); gap: 14px; }
.cat-card { border: 1px solid #eee; border-radius: 12px; padding: 18px 10px; text-align: center; }
.cat-card i { font-size: 26px; }
.cat-card p.t { font-size: 14px; font-weight: 500; margin: 10px 0 2px; }
.cat-card p.s { font-size: 12px; color: #888780; }

.grid-products { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.prod-card { background: #f7f5ee; border-radius: 10px; padding: 16px; text-align: center; }
.prod-card .img { height: 120px; border-radius: 8px; background: #f0d8e1; margin-bottom: 12px; display: flex; align-items: center; justify-content: center; color: #d4537e; font-size: 28px; overflow: hidden; }
.prod-card .img img { width: 100%; height: 100%; object-fit: cover; border-radius: 8px; }
.prod-card p.name { font-size: 13px; color: #5f5e5a; margin-bottom: 6px; }
.prod-row { display: flex; align-items: center; justify-content: space-between; }
.prod-row .price { font-size: 18px; font-weight: 600; }
.add-btn { width: 30px; height: 30px; border-radius: 8px; background: #fbeaf0; color: #72243e; border: none; display: inline-flex; align-items: center; justify-content: center; text-decoration: none; flex-shrink: 0; }
.load-more-row { text-align: center; margin-top: 24px; }

.story { margin: 50px 0; background: #eaf3de; border-radius: 14px; padding: 30px 36px; text-align: center; }
.story p { font-size: 14px; color: #444441; line-height: 1.7; margin-bottom: 18px; max-width: 640px; margin-left: auto; margin-right: auto; }

footer.site-footer { border-top: 1px solid #eee; margin-top: 40px; }
footer.site-footer .wrap { display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 24px 0 40px; gap: 14px; text-align: center; }
footer.site-footer .links { display: flex; justify-content: center; gap: 18px; font-size: 13px; color: #5f5e5a; flex-wrap: wrap; }
footer.site-footer .social { display: flex; justify-content: center; gap: 14px; font-size: 18px; color: #5f5e5a; }

.content-page { max-width: 720px; margin: 0 auto; padding: 40px 24px 60px; text-align: center; }
.content-page h2 { font-size: 18px; font-weight: 600; margin: 28px 0 10px; }
.content-page p, .content-page li { font-size: 14px; color: #444441; line-height: 1.8; }
.content-page ul { list-style: none; }

.product-detail { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; padding: 50px 24px; max-width: 1100px; margin: 0 auto; text-align: left; }
.product-detail .img-large { height: 340px; border-radius: 14px; background: #f0d8e1; display: flex; align-items: center; justify-content: center; color: #d4537e; font-size: 48px; overflow: hidden; }
.product-detail .img-large img { width: 100%; height: 100%; object-fit: cover; border-radius: 14px; }
.product-detail h1 { font-size: 26px; font-weight: 600; margin-bottom: 8px; }
.product-detail .price { font-size: 22px; font-weight: 600; color: #d4537e; margin-bottom: 16px; }
.product-detail p.desc { font-size: 14px; color: #5f5e5a; line-height: 1.7; margin-bottom: 20px; }
.qty-row { display: flex; align-items: center; gap: 10px; margin-bottom: 20px; }
.qty-row button { width: 32px; height: 32px; border-radius: 8px; border: 1px solid #eee; background: #fff; }
.qty-row span { width: 30px; text-align: center; font-weight: 500; }

.cart-table { width: 100%; text-align: left; border-collapse: collapse; margin-bottom: 24px; }
.cart-table th { font-size: 12px; color: #888780; text-align: left; padding-bottom: 10px; border-bottom: 1px solid #eee; }
.cart-table td { padding: 14px 0; border-bottom: 1px solid #f3f1ea; font-size: 14px; }
.cart-item-name { display: flex; align-items: center; gap: 12px; }
.cart-item-name .thumb { width: 46px; height: 46px; border-radius: 8px; background: #f0d8e1; display: flex; align-items: center; justify-content: center; color: #d4537e; }
.cart-summary { max-width: 360px; margin-left: auto; background: #f7f5ee; border-radius: 10px; padding: 20px; }
.cart-summary .row { display: flex; justify-content: space-between; font-size: 14px; margin-bottom: 10px; }
.cart-summary .row.total { font-weight: 600; font-size: 16px; border-top: 1px solid #eee; padding-top: 10px; }

.account-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; max-width: 800px; margin: 0 auto; padding: 50px 24px; text-align: left; }
.account-grid h2 { font-size: 18px; margin-bottom: 16px; }
.field { margin-bottom: 14px; }
.field label { display: block; font-size: 13px; color: #5f5e5a; margin-bottom: 6px; }
.field input { width: 100%; padding: 10px 12px; border: 1px solid #ddd; border-radius: 8px; font-size: 14px; }

@media (max-width: 1024px) {
  .grid-categories { grid-template-columns: repeat(4, 1fr); }
}
@media (max-width: 800px) {
  .grid-categories { grid-template-columns: repeat(3, 1fr); }
  .grid-products { grid-template-columns: repeat(2, 1fr); }
  .product-detail, .account-grid { grid-template-columns: 1fr; }
}
@media (max-width: 480px) {
  .grid-categories { grid-template-columns: repeat(2, 1fr); }
  .hero h1 { font-size: 26px; }
}
