/*
Theme Name: Baby Pony Shop
Theme URI: https://babyponyshop.com
Author: Baby Pony Shop
Description: Giao diện WooCommerce nhẹ, sáng và vui cho cửa hàng đồ chơi trẻ em. Không dùng page builder, không jQuery, tối ưu tốc độ cho khách xem bằng điện thoại.
Version: 1.0.1
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: babypony
Tags: e-commerce, custom-logo, custom-menu, featured-images, translation-ready, right-sidebar
WC requires at least: 7.0
WC tested up to: 9.9
*/

/* ==========================================================================
   1. Tokens
   ========================================================================== */
:root {
	--ink: #241833;
	--ink-2: #6b5b79;
	--ink-3: #7d6c8b;
	--cream: #fff9f5;
	--pink-bg: #fff1f7;
	--white: #fff;
	--rose: #e11d74;
	--rose-dk: #af1159;
	--rose-l: #ffdcec;
	--rose-xl: #fff0f6;
	--yel: #ffc02e;
	--yel-l: #fff2ce;
	--yel-t: #8a5a00;
	--mint: #0fbe9b;
	--mint-t: #087a63;
	--mint-l: #d8f7f0;
	--sky: #2fb0ff;
	--sky-l: #e0f2ff;
	--sky-t: #0b7cbf;
	--vio: #7c5cff;
	--vio-l: #ece6ff;
	--line: #f2e4ec;

	--sh-s: 0 2px 8px rgba(36, 24, 51, .06);
	--sh: 0 8px 24px rgba(225, 29, 116, .10);
	--sh-l: 0 18px 44px rgba(225, 29, 116, .16);

	--r-card: 22px;
	--r-box: 26px;
	--r-img: 18px;
	--r-input: 14px;

	--wrap: 1240px;
	--gut: 16px;

	--font-display: "Baloo 2", "Segoe UI", system-ui, sans-serif;
	--font-body: "Be Vietnam Pro", "Segoe UI", system-ui, -apple-system, sans-serif;
}

/* ==========================================================================
   2. Base
   ========================================================================== */
*, *::before, *::after { box-sizing: border-box; }

html { -webkit-text-size-adjust: 100%; }

body {
	margin: 0;
	background: var(--cream);
	color: var(--ink);
	font-family: var(--font-body);
	font-size: 15px;
	line-height: 1.6;
	-webkit-font-smoothing: antialiased;
	overflow-x: hidden;
}

img, svg, video { max-width: 100%; height: auto; display: block; }

a { color: var(--rose); text-decoration: none; }
a:hover { color: var(--rose-dk); }

h1, h2, h3, h4 { font-family: var(--font-display); font-weight: 800; line-height: 1.15; margin: 0 0 .4em; }

p { margin: 0 0 1em; }
p:last-child { margin-bottom: 0; }

ul, ol { margin: 0; padding: 0; }
.bp-header ul, .bp-foot ul, .bp-grid, .bp-tabbar ul { list-style: none; }

button { font: inherit; cursor: pointer; }

:focus-visible { outline: 3px solid var(--rose); outline-offset: 2px; border-radius: 6px; }

.screen-reader-text {
	position: absolute !important;
	width: 1px; height: 1px; padding: 0; margin: -1px;
	overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0;
}

.bp-skip {
	position: absolute; left: -9999px; top: 0; z-index: 100;
	background: var(--rose); color: #fff; padding: 12px 20px; border-radius: 0 0 12px 0;
}
.bp-skip:focus { left: 0; color: #fff; }

.bp-wrap { width: 100%; max-width: var(--wrap); margin: 0 auto; padding-inline: var(--gut); }
.bp-sec { padding-block: 40px 0; }
.bp-sec__more { display: flex; justify-content: center; margin-top: 28px; }
.bp-main { display: block; }

.bp-i { flex: none; }
.bp-i--mint { color: var(--mint-t); }
.bp-i--sky { color: var(--sky-t); }
.bp-i--vio { color: var(--vio); }

/* ==========================================================================
   3. Buttons, tags, stars
   ========================================================================== */
.bp-btn {
	display: inline-flex; align-items: center; justify-content: center; gap: 8px;
	min-height: 46px; padding: 12px 22px;
	border: 2px solid transparent; border-radius: 999px;
	font-family: var(--font-display); font-weight: 700; font-size: 15px; line-height: 1;
	text-align: center; transition: transform .12s ease, background-color .15s ease, box-shadow .15s ease;
}
.bp-btn:active { transform: translateY(1px); }
.bp-btn--lg { min-height: 54px; padding: 16px 32px; font-size: 17px; }
.bp-btn--primary { background: var(--rose); color: #fff; box-shadow: 0 6px 16px rgba(225, 29, 116, .28); }
.bp-btn--primary:hover { background: var(--rose-dk); color: #fff; }
.bp-btn--ghost { background: var(--white); color: var(--rose); border-color: var(--rose-l); }
.bp-btn--ghost:hover { background: var(--rose-xl); color: var(--rose-dk); border-color: var(--rose); }
.bp-btn--yellow { background: var(--yel); color: #5a3b00; }
.bp-btn--dark { background: var(--ink); color: #fff; }
.bp-btn--dark:hover { color: #fff; opacity: .92; }

.bp-tag {
	display: inline-flex; align-items: center; gap: 5px;
	padding: 5px 11px; border-radius: 999px;
	font-size: 11.5px; font-weight: 700; line-height: 1.25; white-space: nowrap;
	margin: 0;
}
.bp-tag--lg { font-size: 14px; padding: 8px 16px; }
.bp-tag--rose { background: var(--rose); color: #fff; }
.bp-tag--mint { background: var(--mint-t); color: #fff; }
.bp-tag--yel { background: var(--yel-l); color: var(--yel-t); }
.bp-tag--vio { background: var(--vio); color: #fff; }
.bp-tag--white { background: var(--white); color: var(--ink); }
.bp-tag--grey { background: #efe7ee; color: var(--ink-2); }

.bp-stars { display: inline-flex; gap: 1px; vertical-align: middle; }
.bp-star { fill: #e9dfe8; }
.bp-star.is-on { fill: var(--yel); }
.bp-stars__count { font-size: 12.5px; color: var(--ink-3); margin-left: 6px; }

.bp-badge {
	position: absolute; top: -4px; right: -6px;
	min-width: 21px; height: 21px; padding: 0 5px;
	display: flex; align-items: center; justify-content: center;
	background: var(--yel); color: #5a3b00; border: 2px solid #fff; border-radius: 999px;
	font-size: 12px; font-weight: 700; line-height: 1;
}
.bp-badge--sm { min-width: 18px; height: 18px; font-size: 11px; background: var(--rose); color: #fff; }

/* ==========================================================================
   4. Header
   ========================================================================== */
.bp-header { background: var(--white); position: relative; z-index: 30; }

.bp-bar { background: var(--rose); color: #fff; }
.bp-bar__in { display: flex; align-items: center; justify-content: space-between; min-height: 44px; }
.bp-bar__list { display: flex; gap: 28px; }
.bp-bar__list li { display: flex; align-items: center; gap: 8px; font-size: 13.5px; font-weight: 500; }
.bp-bar__tel { display: flex; align-items: center; gap: 8px; color: #fff; font-size: 13.5px; font-weight: 600; }
.bp-bar__tel:hover { color: #fff; text-decoration: underline; }

.bp-head { border-bottom: 1px solid var(--line); }
.bp-head__in { display: flex; align-items: center; gap: 24px; min-height: 84px; }
.bp-head__logo { flex: none; }
.bp-head__logo img, .custom-logo { max-height: 56px; width: auto; }
.bp-logo--text { display: flex; flex-direction: column; line-height: .9; }
.bp-logo__a { font-family: var(--font-display); font-weight: 800; font-size: 30px; color: var(--rose); letter-spacing: -.5px; }
.bp-logo__b { font-family: var(--font-display); font-weight: 600; font-size: 17px; color: var(--rose-l); }

.bp-head__search { flex: 1; }
.bp-head__searchm { display: none; padding: 0 var(--gut) 12px; }
.bp-burger {
	display: none; width: 44px; height: 44px; align-items: center; justify-content: center;
	background: var(--cream); border: 0; border-radius: 14px; color: var(--ink);
}

.bp-search {
	display: flex; align-items: center; gap: 10px;
	background: var(--rose-xl); border: 2px solid var(--rose-l); border-radius: 999px;
	padding: 5px 5px 5px 18px;
}
.bp-search__ico { color: var(--rose); }
.bp-search__input {
	flex: 1; min-width: 0; height: 40px; border: 0; background: none;
	font: inherit; font-size: 15px; color: var(--ink);
}
.bp-search__input::placeholder { color: var(--ink-3); }
.bp-search__input:focus { outline: none; }
.bp-search__btn {
	border: 0; background: var(--rose); color: #fff; border-radius: 999px;
	min-height: 40px; padding: 0 24px;
	font-family: var(--font-display); font-weight: 700; font-size: 15px;
}
.bp-search__btn:hover { background: var(--rose-dk); }

.bp-head__tools { display: flex; align-items: center; gap: 16px; flex: none; }
.bp-tool { display: flex; align-items: center; gap: 9px; color: var(--ink); }
.bp-tool:hover { color: var(--rose); }
.bp-tool__ico {
	position: relative; width: 42px; height: 42px; flex: none;
	display: flex; align-items: center; justify-content: center;
	background: var(--rose-xl); color: var(--rose); border-radius: 50%;
}
.bp-tool__ico--rose { background: var(--rose); color: #fff; }
.bp-tool__txt { display: flex; flex-direction: column; line-height: 1.25; }
.bp-tool__txt small { font-size: 11.5px; color: var(--ink-3); }
.bp-tool__txt strong { font-size: 14px; font-weight: 600; }
.bp-tool--cart .bp-tool__txt strong { color: var(--rose); font-weight: 700; }
.bp-tool--cart .bp-tool__txt strong .woocommerce-Price-amount { font-weight: 700; }

.bp-nav { border-top: 1px solid var(--line); }
.bp-nav__in { display: flex; align-items: center; gap: 20px; min-height: 54px; flex-wrap: nowrap; overflow-x: auto; scrollbar-width: none; }
.bp-nav__in::-webkit-scrollbar { display: none; }
.bp-nav__cat { position: relative; flex: none; }
.bp-nav__catbtn {
	display: flex; align-items: center; gap: 9px;
	background: var(--ink); color: #fff; border: 0; border-radius: 999px;
	min-height: 42px; padding: 0 20px;
	font-family: var(--font-display); font-weight: 700; font-size: 15px;
}
.bp-nav__catlist {
	position: absolute; top: calc(100% + 8px); left: 0; z-index: 40;
	min-width: 280px; padding: 10px; margin: 0;
	background: var(--white); border: 1px solid var(--line); border-radius: 20px;
	box-shadow: var(--sh-l); list-style: none;
	display: none;
}
.bp-nav__cat.is-open .bp-nav__catlist { display: block; }
.bp-nav__catlist li a { display: block; padding: 10px 14px; border-radius: 12px; color: var(--ink); font-size: 14.5px; }
.bp-nav__catlist li a:hover { background: var(--rose-xl); color: var(--rose); }

.bp-nav__list { display: flex; align-items: center; gap: 22px; list-style: none; flex-wrap: nowrap; }
.bp-nav__list > li { white-space: nowrap; }
.bp-nav__list > li > a {
	display: block; padding: 6px 2px; border-bottom: 3px solid transparent;
	font-family: var(--font-display); font-weight: 600; font-size: 16px; color: var(--ink);
}
.bp-nav__list > li > a:hover,
.bp-nav__list > li.current-menu-item > a {
	color: var(--rose); border-bottom-color: var(--rose); font-weight: 700;
}
.bp-nav__list .sub-menu { display: none; }
.bp-nav__track { margin-left: auto; white-space: nowrap; display: flex; align-items: center; gap: 7px; color: var(--mint-t); font-size: 14px; font-weight: 600; }

/* Drawer (mobile) */
.bp-drawer {
	position: fixed; inset: 0 30% 0 0; z-index: 90;
	background: var(--white); padding: 18px; overflow-y: auto;
	box-shadow: var(--sh-l);
	transform: translateX(-102%); transition: transform .22s ease;
}
.bp-drawer[hidden] { display: block; visibility: hidden; }
.bp-drawer.is-open { transform: none; visibility: visible; }
.bp-drawer__head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 14px; }
.bp-drawer__close { width: 44px; height: 44px; border: 0; background: var(--cream); border-radius: 14px; display: flex; align-items: center; justify-content: center; }
.bp-drawer__list { list-style: none; }
.bp-drawer__list li a { display: block; padding: 13px 8px; border-bottom: 1px solid var(--line); color: var(--ink); font-weight: 500; }
.bp-drawer__list .sub-menu { padding-left: 14px; }
.bp-drawer__tel { margin-top: 18px; width: 100%; }
.bp-scrimmed { overflow: hidden; }
.bp-scrim { position: fixed; inset: 0; background: rgba(36, 24, 51, .45); z-index: 80; border: 0; }

/* ==========================================================================
   5. Breadcrumbs & section heads
   ========================================================================== */
.bp-crumbs .bp-wrap { display: flex; align-items: center; gap: 8px; padding-block: 16px; flex-wrap: wrap; }
.bp-crumbs a { font-size: 13.5px; color: var(--ink-3); }
.bp-crumbs a:hover { color: var(--rose); }
.bp-crumbs__cur { font-size: 13.5px; font-weight: 600; }
.bp-crumbs__sep { color: var(--ink-3); }

.bp-sechead { display: flex; align-items: flex-end; justify-content: space-between; gap: 16px; margin-bottom: 20px; }
.bp-sechead__title { font-size: clamp(23px, 3.2vw, 34px); margin: 0; }
.bp-sechead__sub { font-size: 15px; color: var(--ink-2); margin: 6px 0 0; }
.bp-sechead__link { display: inline-flex; align-items: center; gap: 5px; font-weight: 600; font-size: 14.5px; flex: none; }

/* ==========================================================================
   6. Hero
   ========================================================================== */
.bp-hero { background: linear-gradient(180deg, var(--pink-bg), var(--cream)); padding-block: 36px 44px; }
.bp-hero__in { display: flex; align-items: center; gap: 32px; }
.bp-hero__text { flex: 1; min-width: 0; }
.bp-hero__tag { margin-bottom: 14px; }
.bp-hero__title { font-size: clamp(34px, 4.6vw, 56px); letter-spacing: -1px; margin: 0 0 14px; max-width: 16ch; }
.bp-hero__lead { font-size: clamp(15px, 1.4vw, 18px); color: var(--ink-2); max-width: 46ch; margin-bottom: 22px; }
.bp-hero__cta { display: flex; flex-wrap: wrap; gap: 12px; }
.bp-hero__chips { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 22px; list-style: none; }
.bp-hero__chips li {
	display: flex; align-items: center; gap: 8px;
	background: var(--white); border: 1px solid var(--line); border-radius: 999px;
	padding: 9px 16px; font-size: 13.5px; font-weight: 600; box-shadow: var(--sh-s);
}

.bp-hero__art { position: relative; width: 560px; height: 430px; flex: none; }
.bp-hero__blob {
	position: absolute; inset: 20px 40px 30px 60px; border-radius: 50%;
	background: radial-gradient(circle at 40% 35%, var(--rose-l), var(--pink-bg) 62%, rgba(255, 241, 247, 0) 72%);
}
.bp-hero__rainbow { position: absolute; left: 0; bottom: 0; width: 100%; height: auto; }
.bp-hero__card {
	position: absolute; width: 210px; padding: 10px;
	background: var(--white); border-radius: 20px; box-shadow: var(--sh-l);
	color: var(--ink);
}
.bp-hero__card img { border-radius: 14px; aspect-ratio: 1/1; object-fit: cover; width: 100%; }
.bp-hero__card-name { display: block; font-size: 12.5px; line-height: 1.35; margin: 8px 4px 2px; }
.bp-hero__card-price { display: block; margin: 0 4px; font-family: var(--font-display); font-weight: 800; font-size: 17px; color: var(--rose); }
.bp-hero__card-price del { display: none; }
.bp-hero__card--1 { top: 6px; left: 10px; transform: rotate(-5deg); }
.bp-hero__card--2 { top: 140px; right: 10px; transform: rotate(5deg); }

/* ==========================================================================
   7. Trust strip
   ========================================================================== */
.bp-trust {
	display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 24px;
	background: var(--white); border: 1px solid var(--line); border-radius: var(--r-box);
	box-shadow: var(--sh); padding: 24px 28px;
	position: relative; z-index: 2; margin-top: -30px;
	max-width: var(--wrap);
}
.bp-trust__item { display: flex; gap: 14px; align-items: flex-start; }
.bp-trust__ico { width: 52px; height: 52px; flex: none; display: flex; align-items: center; justify-content: center; border-radius: 18px; }
.bp-trust__ico--mint { background: var(--mint-l); color: var(--mint-t); }
.bp-trust__ico--sky { background: var(--sky-l); color: var(--sky-t); }
.bp-trust__ico--yel { background: var(--yel-l); color: var(--yel-t); }
.bp-trust__ico--vio { background: var(--vio-l); color: var(--vio); }
.bp-trust__item h3 { font-size: 17px; margin: 0 0 3px; }
.bp-trust__item p { font-size: 13.5px; color: var(--ink-2); margin: 0; line-height: 1.5; }

/* ==========================================================================
   8. Ages & categories
   ========================================================================== */
.bp-ages { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 16px; }
.bp-age {
	display: flex; flex-direction: column; align-items: center; text-align: center;
	padding: 20px 14px; border-radius: 24px; color: var(--ink);
	border: 1.5px solid rgba(0, 0, 0, .03);
	transition: transform .14s ease;
}
.bp-age:hover { transform: translateY(-3px); color: var(--ink); }
.bp-age__ico { width: 60px; height: 60px; display: flex; align-items: center; justify-content: center; background: var(--white); border-radius: 50%; box-shadow: var(--sh-s); margin-bottom: 10px; }
.bp-age__label { font-family: var(--font-display); font-weight: 700; font-size: 17px; }
.bp-age__sub { font-size: 12.5px; color: var(--ink-2); }
.bp-age--rose { background: var(--rose-xl); } .bp-age--rose .bp-age__ico { color: var(--rose); }
.bp-age--sky  { background: var(--sky-l); }  .bp-age--sky .bp-age__ico  { color: var(--sky-t); }
.bp-age--yel  { background: var(--yel-l); }  .bp-age--yel .bp-age__ico  { color: var(--yel-t); }
.bp-age--mint { background: var(--mint-l); } .bp-age--mint .bp-age__ico { color: var(--mint-t); }
.bp-age--vio  { background: var(--vio-l); }  .bp-age--vio .bp-age__ico  { color: var(--vio); }

.bp-cats { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 16px; }
.bp-cat {
	display: flex; flex-direction: column; align-items: center; gap: 10px; text-align: center;
	background: var(--white); border: 1px solid var(--line); border-radius: var(--r-card);
	padding: 14px 12px; color: var(--ink); box-shadow: var(--sh-s);
	transition: transform .14s ease, box-shadow .14s ease;
}
.bp-cat:hover { transform: translateY(-3px); box-shadow: var(--sh); color: var(--rose); }
.bp-cat__img {
	width: 88px; height: 88px; border-radius: 50%; overflow: hidden;
	display: flex; align-items: center; justify-content: center; color: var(--rose);
}
.bp-cat__img img { width: 100%; height: 100%; object-fit: cover; }
.bp-cat__name { font-size: 14px; font-weight: 600; line-height: 1.35; }
.bp-cat--t0 .bp-cat__img { background: var(--rose-xl); }
.bp-cat--t1 .bp-cat__img { background: var(--sky-l); }
.bp-cat--t2 .bp-cat__img { background: var(--yel-l); }
.bp-cat--t3 .bp-cat__img { background: var(--mint-l); }
.bp-cat--t4 .bp-cat__img { background: var(--vio-l); }
.bp-cat--t5 .bp-cat__img { background: #fff3ec; }

/* ==========================================================================
   9. Product grid & card
   ========================================================================== */
.bp-grid {
	display: grid; gap: 18px; list-style: none; margin: 0; padding: 0;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}
.bp-grid--flash { grid-template-columns: repeat(4, minmax(0, 1fr)); }

.bp-card {
	display: flex; flex-direction: column; gap: 10px;
	background: var(--white); border: 1px solid var(--line); border-radius: var(--r-card);
	padding: 10px; box-shadow: var(--sh-s);
	transition: transform .14s ease, box-shadow .14s ease;
}
.bp-card:hover { transform: translateY(-4px); box-shadow: var(--sh); }
.bp-card__media { position: relative; }
.bp-card__link { display: block; border-radius: var(--r-img); overflow: hidden; background: var(--rose-xl); }
.bp-card__link img, .bp-card__img { width: 100%; aspect-ratio: 1/1; object-fit: cover; }
.bp-card__tags { position: absolute; top: 10px; left: 10px; display: flex; flex-direction: column; align-items: flex-start; gap: 6px; }
.bp-card__body { display: flex; flex-direction: column; gap: 7px; padding: 0 4px 2px; flex: 1; }
.bp-card__title { font-family: var(--font-body); font-size: 14.5px; font-weight: 500; line-height: 1.35; margin: 0; }
.bp-card__title a { color: var(--ink); display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.bp-card__title a:hover { color: var(--rose); }
.bp-card__meta { display: flex; align-items: center; gap: 7px; flex-wrap: wrap; }
.bp-card__sold { font-size: 12px; color: var(--ink-3); }
.bp-card__price {
	display: flex; align-items: baseline; gap: 8px; flex-wrap: wrap; margin-top: auto;
	font-family: var(--font-display); font-weight: 800; font-size: 20px; color: var(--rose);
}
.bp-card__price ins { order: 1; text-decoration: none; background: none; color: inherit; }
.bp-card__price del { order: 2; font-family: var(--font-body); font-size: 13px; font-weight: 400; color: var(--ink-3); }
.bp-card__price .amount { white-space: nowrap; }
.bp-card__price .woocommerce-Price-currencySymbol { font-size: .8em; }
.bp-card__btn { width: 100%; min-height: 44px; font-size: 14px; padding: 10px 12px; }
.bp-card .added_to_cart { display: none; }

/* ==========================================================================
   10. Flash sale
   ========================================================================== */
.bp-flash { background: var(--rose); padding-block: 32px 36px; margin-top: 44px; }
.bp-flash__head { display: flex; align-items: center; gap: 18px; flex-wrap: wrap; margin-bottom: 20px; }
.bp-flash__title { color: #fff; font-size: clamp(24px, 3.4vw, 36px); margin: 0; }
.bp-flash__all { margin-left: auto; display: inline-flex; align-items: center; gap: 6px; color: #fff; background: rgba(255, 255, 255, .16); border-radius: 999px; padding: 10px 18px; font-weight: 600; font-size: 14.5px; }
.bp-flash__all:hover { color: #fff; background: rgba(255, 255, 255, .26); }
.bp-count { display: flex; gap: 8px; }
.bp-count span { text-align: center; }
.bp-count b { display: flex; align-items: center; justify-content: center; width: 54px; height: 54px; background: #fff; border-radius: 16px; font-family: var(--font-display); font-size: 24px; color: var(--rose); }
.bp-count small { display: block; font-size: 12px; color: #fff; margin-top: 4px; }

/* ==========================================================================
   11. Promos & reviews
   ========================================================================== */
.bp-promos { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.bp-promo { display: flex; align-items: center; gap: 16px; border-radius: 28px; padding: 26px 28px; }
.bp-promo--yel { background: var(--yel-l); }
.bp-promo--sky { background: var(--sky-l); }
.bp-promo__body { flex: 1; }
.bp-promo__body h3 { font-size: clamp(20px, 2.4vw, 28px); margin: 10px 0 8px; }
.bp-promo__text { font-size: 14.5px; color: var(--ink-2); margin-bottom: 14px; }
.bp-promo__ico { flex: none; color: rgba(36, 24, 51, .18); }
.bp-promo--yel .bp-promo__ico { color: rgba(138, 90, 0, .28); }
.bp-promo--sky .bp-promo__ico { color: rgba(11, 124, 191, .26); }

.bp-reviews { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.bp-review { background: var(--white); border: 1px solid var(--line); border-radius: 24px; padding: 22px; box-shadow: var(--sh-s); }
.bp-review__text { font-size: 14.5px; line-height: 1.7; color: var(--ink-2); margin: 12px 0 14px; }
.bp-review__by { display: flex; align-items: center; gap: 11px; }
.bp-review__av { width: 42px; height: 42px; flex: none; display: flex; align-items: center; justify-content: center; background: var(--rose-xl); color: var(--rose); border-radius: 50%; }
.bp-review__by strong { display: block; font-size: 14.5px; }
.bp-review__by small { font-size: 12.5px; color: var(--ink-3); }

/* ==========================================================================
   12. Simple pages
   ========================================================================== */
.bp-page { padding-block: 28px 56px; }
.bp-page__title { font-size: clamp(28px, 4vw, 42px); }
.bp-page__meta { color: var(--ink-3); font-size: 13.5px; }
.bp-page__thumb { border-radius: var(--r-box); margin-bottom: 20px; }
.bp-prose { max-width: 760px; }
.bp-prose h2 { font-size: 26px; margin-top: 1.4em; }
.bp-prose h3 { font-size: 21px; margin-top: 1.2em; }
.bp-prose ul, .bp-prose ol { padding-left: 1.3em; margin-bottom: 1em; list-style: revert; }
.bp-prose img { border-radius: var(--r-img); }

.bp-404 { padding-block: 60px 80px; text-align: center; max-width: 620px; }
.bp-404 .bp-search { margin: 22px 0; }

.bp-posts { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.bp-postcard { background: var(--white); border: 1px solid var(--line); border-radius: var(--r-card); overflow: hidden; box-shadow: var(--sh-s); }
.bp-postcard__thumb img { aspect-ratio: 16/10; object-fit: cover; width: 100%; }
.bp-postcard__body { padding: 16px 18px 20px; }
.bp-postcard__title { font-size: 18px; margin-bottom: 6px; }
.bp-postcard__title a { color: var(--ink); }
.bp-postcard__ex { font-size: 14px; color: var(--ink-2); margin: 0; }

/* ==========================================================================
   13. Footer, floating buttons, tab bar
   ========================================================================== */
.bp-foot { background: var(--ink); color: #c9bbd4; margin-top: 56px; padding-top: 44px; }
.bp-foot__grid { display: grid; grid-template-columns: 1.3fr 1fr 1fr 1.1fr; gap: 40px; }
.bp-foot h3 { color: #fff; font-size: 17px; margin-bottom: 12px; }
.bp-foot__logo .bp-logo__a { color: #fff; }
.bp-foot__logo .bp-logo__b { color: #ffd0e4; }
.bp-foot__logo img { filter: brightness(0) invert(1); opacity: .95; }
.bp-foot__desc { font-size: 14px; line-height: 1.7; margin: 14px 0; }
.bp-foot__social { display: flex; gap: 10px; }
.bp-foot__social a { width: 40px; height: 40px; display: flex; align-items: center; justify-content: center; background: rgba(255, 255, 255, .1); border-radius: 14px; color: #ffb8d8; }
.bp-foot__social a:hover { background: rgba(255, 255, 255, .18); color: #fff; }
.bp-foot__list { list-style: none; }
.bp-foot__list li a { display: block; padding: 5px 0; font-size: 14px; color: #c9bbd4; }
.bp-foot__list li a:hover { color: #fff; }
.bp-foot__contact p { display: flex; gap: 9px; font-size: 14px; line-height: 1.7; margin-bottom: 12px; }
.bp-foot__contact .bp-i { color: #ffb8d8; margin-top: 3px; }
.bp-foot__base { display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap; margin-top: 36px; padding-block: 20px 24px; border-top: 1px solid rgba(255, 255, 255, .12); }
.bp-foot__pay { display: flex; gap: 10px; flex-wrap: wrap; list-style: none; }
.bp-foot__pay li { background: rgba(255, 255, 255, .12); border-radius: 9px; padding: 7px 14px; font-size: 12.5px; font-weight: 600; color: #e6dcec; }
.bp-foot__copy { font-size: 13px; color: #8f7e9c; margin: 0; }

.bp-fabs { position: fixed; right: 18px; bottom: 22px; z-index: 60; display: flex; flex-direction: column; gap: 12px; }
.bp-fab { width: 54px; height: 54px; border-radius: 50%; display: flex; align-items: center; justify-content: center; color: #fff; box-shadow: var(--sh-l); }
.bp-fab:hover { color: #fff; transform: translateY(-2px); }
.bp-fab--sky { background: var(--sky); }
.bp-fab--mint { background: var(--mint); }
.bp-fab--vio { background: var(--vio); }

.bp-tabbar { display: none; }

/* ==========================================================================
   14. Responsive
   ========================================================================== */
@media (max-width: 1240px) {
	.bp-nav__list { gap: 16px; }
	.bp-nav__list > li > a { font-size: 15px; }
}

@media (max-width: 1100px) {
	.bp-hero__art { width: 400px; height: 340px; }
	.bp-hero__card { width: 168px; }
	.bp-hero__card--2 { top: 120px; }
	.bp-trust { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.bp-cats, .bp-ages { grid-template-columns: repeat(4, minmax(0, 1fr)); }
	.bp-grid, .bp-grid--flash { grid-template-columns: repeat(3, minmax(0, 1fr)); }
	.bp-foot__grid { grid-template-columns: 1fr 1fr; gap: 30px; }
	.bp-posts { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 860px) {
	.bp-bar__in { justify-content: center; gap: 14px; }
	.bp-bar__list { display: none; }
	.bp-bar__tel { font-size: 13px; }
	.bp-head__in { min-height: 64px; gap: 12px; }
	.bp-head__search { display: none; }
	.bp-head__searchm { display: block; }
	.bp-burger { display: flex; }
	.bp-head__logo { margin-right: auto; }
	.bp-logo__a { font-size: 23px; }
	.bp-logo__b { font-size: 14px; }
	.bp-tool__txt { display: none; }
	.bp-nav { display: none; }

	.bp-hero { padding-block: 22px 26px; }
	.bp-hero__in { flex-direction: column; align-items: stretch; gap: 20px; }
	.bp-hero__cta { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
	.bp-hero__cta .bp-btn { width: 100%; padding-inline: 10px; font-size: 15px; }
	.bp-hero__chips { gap: 8px; }
	.bp-hero__chips li { font-size: 12px; padding: 7px 12px; }

	/* Flat two-up product cards read better than the floating collage here. */
	.bp-hero__art { position: static; width: 100%; height: auto; display: grid; grid-template-columns: 1fr 1fr; gap: 11px; }
	.bp-hero__blob, .bp-hero__rainbow { display: none; }
	.bp-hero__card { position: static; width: auto; transform: none; box-shadow: var(--sh-s); border: 1px solid var(--line); }
	.bp-hero__card--2 { display: block; }

	.bp-ages { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; }
	.bp-age { padding: 14px 8px; border-radius: 20px; }
	.bp-age__ico { width: 46px; height: 46px; margin-bottom: 7px; }
	.bp-age__label { font-size: 14px; }
	.bp-age__sub { font-size: 11.5px; }
	.bp-card__btn { white-space: nowrap; font-size: 13px; padding: 11px 6px; }

	.bp-trust { margin-top: 0; padding: 18px; gap: 14px; border-radius: 22px; }
	.bp-trust__ico { width: 44px; height: 44px; border-radius: 15px; }
	.bp-trust__item h3 { font-size: 15px; }
	.bp-trust__item p { font-size: 12.5px; }

	.bp-cats { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
	.bp-cat__img { width: 66px; height: 66px; }
	.bp-cat__name { font-size: 12.5px; }

	.bp-grid, .bp-grid--flash { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
	.bp-card__btn { font-size: 13.5px; padding: 10px 6px; }

	.bp-promos { grid-template-columns: 1fr; }
	.bp-reviews { grid-template-columns: 1fr; }
	.bp-posts { grid-template-columns: 1fr; }

	.bp-foot { margin-top: 36px; }
	.bp-foot__grid { grid-template-columns: 1fr; gap: 26px; }
	.bp-foot__base { flex-direction: column; align-items: flex-start; }

	.bp-fabs { bottom: 84px; right: 12px; }
	.bp-fab { width: 48px; height: 48px; }

	.bp-tabbar {
		position: fixed; left: 0; right: 0; bottom: 0; z-index: 70;
		display: flex; background: var(--white); border-top: 1px solid var(--line);
		padding: 8px 4px calc(8px + env(safe-area-inset-bottom));
		box-shadow: 0 -6px 20px rgba(36, 24, 51, .07);
	}
	.bp-tabbar a { flex: 1; min-height: 48px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 3px; color: var(--ink-3); }
	.bp-tabbar a.is-on { color: var(--rose); }
	.bp-tabbar a span:last-child { font-size: 11.5px; font-weight: 600; }
	.bp-tabbar__ico { position: relative; }
	body.bp-has-mobile-bar { padding-bottom: 72px; }
}

@media (max-width: 380px) {
	.bp-cats { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (prefers-reduced-motion: reduce) {
	* { animation-duration: .01ms !important; transition-duration: .01ms !important; }
}

/* ==========================================================================
   15. Bọc thép chống CSS cũ
   --------------------------------------------------------------------------
   Site đang còn CSS của theme cũ / page builder (WPBakery, Slider Revolution)
   nằm trong bộ nhớ đệm hoặc do plugin nạp. Những stylesheet đó bắt vào các
   selector chung như `li.menu-item a` hay khung `width` cố định và bóp méo
   giao diện này. Khối dưới đây chỉ khoá lại KÍCH THƯỚC và NỀN của các khối
   thuộc theme — không đụng tới phần nội dung do plugin khác sinh ra.
   ========================================================================== */

html, body { background: var(--cream) !important; }

.bp-header,
.bp-bar,
.bp-head,
.bp-nav,
.bp-main,
.bp-hero,
.bp-flash,
.bp-foot,
.bp-archhead {
	width: 100% !important;
	max-width: none !important;
	min-width: 0 !important;
	float: none !important;
	margin-inline: 0 !important;
	padding-inline: 0 !important;
	position: relative;
	left: auto; right: auto;
}

.bp-wrap {
	max-width: var(--wrap) !important;
	float: none !important;
	padding-inline: var(--gut) !important;
}

.bp-main > *, .bp-header > *, .bp-foot > * { float: none; }

/* Menu: WordPress gắn sẵn class .menu-item nên CSS theme cũ bắt trúng. */
.bp-nav__list li,
.bp-nav__list li a,
.bp-nav__catlist li,
.bp-nav__catlist li a,
.bp-drawer__list li,
.bp-drawer__list li a,
.bp-foot__list li,
.bp-foot__list li a {
	background: none !important;
	box-shadow: none !important;
	text-shadow: none !important;
	float: none !important;
	width: auto !important;
	min-width: 0 !important;
	text-transform: none !important;
	letter-spacing: normal !important;
	line-height: inherit;
}
.bp-nav__list > li > a {
	border: 0 !important;
	border-bottom: 3px solid transparent !important;
	border-radius: 0 !important;
	color: var(--ink) !important;
	padding: 6px 2px !important;
}
.bp-nav__list > li > a:hover,
.bp-nav__list > li.current-menu-item > a,
.bp-nav__list > li.current_page_item > a {
	color: var(--rose) !important;
	border-bottom-color: var(--rose) !important;
}
.bp-nav__catlist li a { color: var(--ink) !important; padding: 10px 14px !important; }
.bp-nav__catlist li a:hover { background: var(--rose-xl) !important; color: var(--rose) !important; }
.bp-drawer__list li a { color: var(--ink) !important; padding: 13px 8px !important; }
.bp-foot__list li a { color: #c9bbd4 !important; padding: 5px 0 !important; }
.bp-foot__list li a:hover { color: #fff !important; }

/* Hero không bao giờ được để phần chữ bị bóp còn một từ mỗi dòng. */
.bp-hero__in { flex-wrap: wrap; }
.bp-hero__text { flex: 1 1 400px; min-width: 0; }
.bp-hero__art { flex: 0 1 560px; max-width: 52%; }
.bp-hero__title { overflow-wrap: break-word; }

.bp-head__in { flex-wrap: wrap; }
.bp-head__search { min-width: 220px; }
