/* ==========================================================================
   Help area (reference layouts): /help/, /track-order/, /gift-cards/,
   /size-guide/, /stores/ (search + radius row), /blogs/ (Community), 404.
   Page markup lives in the page content (WPBakery raw HTML, classes .yb-hp-*).
   ========================================================================== */

.yb-hp { --hp-ink: #323232; --hp-line: #D5D5D5; --hp-red: #D31334; max-width: 1322px; margin: 0 auto; padding-block: 0 64px; color: var(--hp-ink); font-size: 16px; line-height: 1.5; }
.yb .yb-hp h1, .yb .yb-hp h2, .yb .yb-hp h3 { color: var(--hp-ink); letter-spacing: 0; text-transform: none; }
.yb .yb-hp p { margin: 0; }
.yb .yb-hp a { color: inherit; }
.yb-hp img { display: block; width: 100%; max-width: 100%; }

/* No WoodMart title bar on these pages (the page content carries its own heading).
   Portable rule: keyed to the wrappers the page content itself carries (.yb-hp, .yb-locator),
   which is what every other rule in this file targets, so it works whatever the page IDs are. */
body.yb:has(.yb-hp) .page-title,
body.yb:has(.yb-locator) .page-title { display: none; }
/* SITE-SPECIFIC: these page IDs exist only on the site this area was built on. Kept as the
   fallback for browsers without :has() and for pages whose content lost the wrapper class;
   they match nothing on a fresh install. Update them per site, or delete them. */
.yb.page-id-91008 .page-title,
.yb.page-id-91036 .page-title,
.yb.page-id-91017 .page-title,
.yb.page-id-91013 .page-title,
.yb.page-id-91019 .page-title { display: none; }

/* Buttons used across the area */
.yb .yb-hp-btn { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 0 32px; border: 1px solid #000; border-radius: 4px; background: #000; color: #fff !important; font-size: 16px; font-weight: 600; letter-spacing: 1.2px; line-height: 1; text-transform: uppercase; text-decoration: none !important; white-space: nowrap; cursor: pointer; transition: background-color .2s, color .2s; }
.yb .yb-hp-btn:hover { background: #333; border-color: #333; }
.yb .yb-hp-btn--red { background: var(--hp-red); border-color: var(--hp-red); }
.yb .yb-hp-btn--red:hover { background: #B40B27; border-color: #B40B27; }
.yb .yb-hp-btn--outline { min-height: 55px; background: #fff; color: #000 !important; }
.yb .yb-hp-btn--outline:hover { background: #000; border-color: #000; color: #fff !important; }
.yb .yb-hp-link { font-weight: 600; text-decoration: underline !important; text-underline-offset: 3px; }

/* --------------------------------------------------------------------------
   Help landing
   -------------------------------------------------------------------------- */
.yb-hp-help__hero { height: 340px; margin: 0 0 40px; background: #E6E6E6; overflow: hidden; }
.yb-hp-help__hero img { height: 100%; object-fit: cover; object-position: center 35%; }
.yb .yb-hp-help h1 { margin: 0 0 16px; font-size: 36px; font-weight: 400; line-height: 44px; text-align: center; }
.yb .yb-hp-help__sub { font-size: 16px; text-align: center; }
.yb-hp-toplinks { display: flex; flex-wrap: wrap; justify-content: space-around; gap: 16px 24px; margin: 24px 0 48px; padding: 0 5%; }
.yb .yb-hp-toplinks a { padding-bottom: 4px; border-bottom: 1px solid var(--hp-line); font-size: 17px; letter-spacing: 1.2px; text-decoration: none; transition: border-color .2s; }
.yb .yb-hp-toplinks a:hover { border-color: #000; }

.yb-hp-cards { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 31px 20px; }
.yb .yb-hp-card { display: flex; flex-direction: column; min-height: 340px; padding: 64px 24px 32px; background: #fff; border-bottom: 1px solid var(--hp-line); color: var(--hp-ink); text-decoration: none !important; transition: border-color .2s; }
.yb a.yb-hp-card:hover { border-bottom-color: #000; }
.yb-hp-card__icon { display: block; width: 36px; height: 36px; margin: 0 auto 36px; }
.yb-hp-card__icon svg { width: 36px; height: 36px; fill: none; stroke: #000; stroke-width: 1.3; stroke-linecap: round; stroke-linejoin: round; }
.yb .yb-hp-card h2 { margin: 0 0 12px; font-size: 28px; font-weight: 600; line-height: 32px; text-align: left; }
.yb .yb-hp-card p { font-size: 19px; line-height: 24px; text-align: left; }
.yb .yb-hp-card p + p { margin-top: 12px; }
.yb .yb-hp-card a { font-weight: 600; text-decoration: underline; text-underline-offset: 3px; }

.yb .yb-hp-contact__title { margin: 72px 0 12px; font-size: 36px; font-weight: 600; line-height: 44px; text-align: center; }
.yb .yb-hp-contact__sub { margin: 0 0 40px !important; font-size: 19px; text-align: center; }
.yb .yb-hp-cards--contact .yb-hp-card { min-height: 0; padding-top: 48px; }

/* --------------------------------------------------------------------------
   Track order & return
   -------------------------------------------------------------------------- */
.yb-hp-track { max-width: 998px; margin: 40px auto 64px; padding: 48px 56px 56px; background: #fff; }
.yb .yb-hp-track h1 { margin: 0 0 48px; font-size: 40px; font-weight: 600; line-height: 1.15; text-align: center; }
.yb-hp-track__cols { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); }
.yb-hp-track__col { padding-right: 48px; }
.yb-hp-track__col + .yb-hp-track__col { padding: 0 0 0 48px; border-left: 1px solid #E6E6E6; }
.yb-hp-track__icon { display: block; width: 32px; height: 32px; margin-bottom: 16px; }
.yb-hp-track__icon svg { width: 32px; height: 32px; fill: none; stroke: #000; stroke-width: 1.4; stroke-linecap: round; stroke-linejoin: round; }
.yb .yb-hp-track h2 { margin: 0 0 16px; font-size: 30px; font-weight: 600; line-height: 36px; }
.yb .yb-hp-track p { font-size: 19px; line-height: 26px; }
.yb-hp-track__perks { margin: 20px 0 28px; padding: 0; list-style: none; font-size: 17px; }
.yb-hp-track__perks li { position: relative; margin: 0 0 8px; padding-left: 26px; }
.yb-hp-track__perks li::before { content: ""; position: absolute; left: 2px; top: 7px; width: 12px; height: 7px; border-left: 2px solid #000; border-bottom: 2px solid #000; transform: rotate(-45deg); }
.yb .yb-hp-track__col .yb-hp-btn { min-width: 197px; min-height: 53px; }
.yb-hp-track__note { margin-top: 28px !important; padding-top: 24px; border-top: 1px solid #E6E6E6; font-size: 17px !important; }
.yb-hp-track__returns { margin-top: 12px !important; font-size: 17px !important; }

/* WooCommerce [woocommerce_order_tracking] form, restyled */
.yb .yb-hp-track form.track_order { margin: 24px 0 0; padding: 0; border: 0; }
.yb .yb-hp-track form.track_order > p:first-child { display: none; }
.yb .yb-hp-track form.track_order .form-row { float: none; width: 100%; margin: 0 0 20px; padding: 0; }
.yb .yb-hp-track form.track_order label { display: block; margin: 0 0 8px; font-size: 18px; font-weight: 400; color: #000; }
.yb .yb-hp-track form.track_order input.input-text { width: 100%; height: 52px; padding: 14px 16px; border: 1px solid #000; border-radius: 4px; background: #fff; font-size: 18px; color: #000; box-shadow: none; }
.yb .yb-hp-track form.track_order input.input-text:focus { outline: 2px solid #000; outline-offset: 1px; }
.yb .yb-hp-track form.track_order input::placeholder { color: #8D9196; }
.yb .yb-hp-track form.track_order .clear { display: none; }
.yb .yb-hp-track form.track_order button[type="submit"] { width: auto; min-width: 197px; height: 53px; margin-top: 4px; padding: 0 32px; border: 1px solid #000; border-radius: 4px; background: #000; color: #fff; font-size: 16px; font-weight: 600; letter-spacing: 1.2px; text-transform: uppercase; }
.yb .yb-hp-track form.track_order button[type="submit"]:hover { background: #333; }
.yb .yb-hp-track .woocommerce-error,
.yb .yb-hp-track .woocommerce-info { margin: 0 0 20px; font-size: 16px; }
/* Result of a successful lookup: order details full width under the panel columns */
.yb .yb-hp-track .woocommerce-order-details,
.yb .yb-hp-track .woocommerce-customer-details { margin-top: 32px; }

/* --------------------------------------------------------------------------
   Gift cards
   -------------------------------------------------------------------------- */
.yb .yb-hp-gift h1 { max-width: 960px; margin: 48px auto 20px; font-size: 48px; font-weight: 600; line-height: 50px; text-align: center; }
.yb .yb-hp-gift__notice { max-width: 760px; margin: 0 auto 48px !important; font-size: 16px; text-align: center; }
.yb .yb-hp-gift__notice a { text-decoration: underline; }
.yb-hp-gift__duo { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
.yb-hp-gift__img { aspect-ratio: 651 / 777; max-width: 100%; overflow: hidden; background: #E6E6E6; }
.yb-hp-gift__img img { height: 100%; object-fit: cover; }
.yb .yb-hp-gift__duo h3 { margin: 28px 0 8px; font-size: 30px; font-weight: 600; line-height: 36px; }
.yb .yb-hp-gift__duo p { margin: 0 0 24px; font-size: 19px; line-height: 26px; }
.yb-hp-gift__balance { padding: 72px 16px; text-align: center; }
.yb .yb-hp-gift__balance h2 { margin: 0 0 12px; font-size: 36px; font-weight: 600; line-height: 44px; }
.yb .yb-hp-gift__balance p { margin: 0 0 12px; font-size: 19px; }
.yb-hp-gift__tiles { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.yb .yb-hp-gift__tile { display: block; color: #000; text-decoration: none !important; }
.yb-hp-gift__tile .yb-hp-gift__img { aspect-ratio: 427 / 507; }
.yb-hp-gift__tile .yb-hp-gift__img img { transition: transform .4s; }
.yb-hp-gift__tile:hover .yb-hp-gift__img img { transform: scale(1.03); }
.yb .yb-hp-gift__tile .yb-hp-btn { margin-top: 20px; }

/* --------------------------------------------------------------------------
   Size guide
   -------------------------------------------------------------------------- */
.yb-hp-sg { max-width: 760px; padding-block: 48px 72px; }
.yb .yb-hp-sg h1 { margin: 0 0 20px; font-size: 57px; font-weight: 600; line-height: 1.1; }
.yb-hp-sg__intro { margin: 0 0 24px !important; font-size: 17px; }
.yb-hp-sg__gender { display: flex; gap: 28px; margin: 0 0 24px; border-bottom: 1px solid var(--hp-line); }
.yb .yb-hp-sg__gender button { margin: 0 0 -1px; padding: 8px 0 10px; border: 0; border-bottom: 2px solid transparent; background: none; color: #000; font-size: 17px; font-weight: 400; letter-spacing: 0; text-transform: none; cursor: pointer; }
.yb .yb-hp-sg__gender button.is-active { font-weight: 600; border-bottom-color: #000; }

/* Category pills (reuses .yb-tabs switching from yb.js) */
.yb .yb-hp-sg .yb-tabs.yb-hp-pills { display: flex; flex-wrap: wrap; justify-content: flex-start; gap: 12px; margin: 0 0 40px; padding: 0; border: 0; }
.yb .yb-hp-sg .yb-hp-pills button { flex: 0 0 auto; width: auto; min-width: 0; height: 45px; margin: 0; padding: 0 16px; border: 1px solid var(--hp-line); border-radius: 4px; background: #fff; color: #57585B; font-size: 17px; font-weight: 400; letter-spacing: 0; line-height: 1; text-transform: none; cursor: pointer; transition: border-color .2s; }
.yb .yb-hp-sg .yb-hp-pills button:hover { border-color: #000; }
.yb .yb-hp-sg .yb-hp-pills button.is-active { border-color: var(--hp-red); background: var(--hp-red); color: #fff; }

.yb .yb-hp-sg h2 { margin: 0 0 16px; font-size: 40px; font-weight: 600; line-height: 1.15; }
.yb .yb-hp-sg h3 { margin: 0 0 8px; font-size: 30px; font-weight: 600; line-height: 36px; }
.yb-hp-sg__panel p { font-size: 17px; }
.yb-hp-sg__bar { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 12px; margin: 24px 0 16px; }
.yb-hp-units { display: inline-flex; align-items: center; gap: 10px; font-size: 17px; }
.yb .yb-hp-units__switch { position: relative; flex: 0 0 48px; box-sizing: border-box; width: 48px; height: 26px; min-height: 0; margin: 0; padding: 0; border: 1px solid #000; border-radius: 13px; background: #fff; line-height: 0; cursor: pointer; }
.yb .yb-hp-units__switch::after { content: ""; position: absolute; top: 3px; left: 3px; width: 18px; height: 18px; border-radius: 50%; background: #000; transition: transform .2s; }
.yb .yb-hp-units__switch[aria-checked="true"]::after { transform: translateX(22px); }
.yb-hp-units b { font-weight: 600; }

.yb-hp-table-wrap { overflow-x: auto; padding-bottom: 8px; scrollbar-width: thin; scrollbar-color: #C4C4C4 #F2F2F2; }
.yb-hp-table-wrap::-webkit-scrollbar { height: 8px; }
.yb-hp-table-wrap::-webkit-scrollbar-track { background: #F2F2F2; border-radius: 4px; }
.yb-hp-table-wrap::-webkit-scrollbar-thumb { background: #C4C4C4; border-radius: 4px; }
.yb .yb-hp-table { width: max-content; min-width: 100%; margin: 0; border-collapse: separate; border-spacing: 0; background: #fff; font-size: 17px; }
.yb .yb-hp-table th,
.yb .yb-hp-table td { min-width: 150px; height: 52px; padding: 12px 16px; border: 0; border-right: 1px solid #E6E6E6; border-bottom: 1px solid #E6E6E6; background: #fff; color: #000; font-size: 17px; font-weight: 400; text-align: center; text-transform: none; letter-spacing: 0; white-space: nowrap; }
.yb .yb-hp-table tr > :first-child { position: sticky; left: 0; z-index: 1; min-width: 170px; background: #E6E6E6; border-right: 1px solid #D5D5D5; border-bottom-color: #fff; font-weight: 500; text-align: left; }
.yb .yb-hp-table thead th { font-weight: 600; }

.yb .yb-hp-sizebtn { display: inline-flex; align-items: center; gap: 8px; margin: 24px 0 0; padding: 9px 12px; border: 1px solid var(--hp-line); border-radius: 4px; background: #fff; color: #000; font-size: 13px; font-weight: 600; letter-spacing: 1px; text-transform: uppercase; text-decoration: none !important; }
.yb .yb-hp-sizebtn:hover { border-color: #000; }
.yb-hp-sizebtn svg { width: 18px; height: 18px; }

.yb-hp-measure { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 40px; align-items: start; margin: 56px 0 0; }
.yb .yb-hp-measure h2 { font-size: 30px; line-height: 36px; }
.yb-hp-measure p { font-size: 17px; line-height: 24px; }
.yb-hp-measure ol { margin: 20px 0 0; padding: 0; list-style: none; font-size: 17px; line-height: 24px; }
.yb-hp-measure li { margin: 0 0 16px; }
.yb-hp-measure li b { display: block; font-weight: 600; }
.yb-hp-measure__fig { position: relative; aspect-ratio: 366 / 414; max-width: 100%; margin: 0; overflow: hidden; background: #BFC2C0; }
.yb-hp-measure__fig img { height: 100%; object-fit: cover; }
.yb-hp-mark { position: absolute; left: 20%; width: 56%; height: 16px; border: 2px solid #fff; border-radius: 50%; }
.yb-hp-mark span { position: absolute; top: 50%; right: -38px; display: flex; align-items: center; justify-content: center; width: 28px; height: 28px; border-radius: 50%; background: #fff; color: #000; font-size: 14px; font-weight: 600; transform: translateY(-50%); box-shadow: 0 1px 3px rgba(0, 0, 0, .25); }

.yb-hp-trio { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; margin: 56px 0 0; padding: 32px 0 0; border-top: 1px solid var(--hp-line); }
.yb .yb-hp-trio h3 { margin: 0 0 8px; font-size: 24px; line-height: 30px; }
.yb-hp-trio p { font-size: 17px; }
.yb .yb-hp-trio a { display: inline-block; margin-top: 8px; font-size: 17px; text-decoration: underline; text-underline-offset: 3px; }

/* --------------------------------------------------------------------------
   Store locator: red square button, red asterisk, radius row
   -------------------------------------------------------------------------- */
.yb .yb-locator h1 { font-size: 48px; font-weight: 400; }
.yb .yb-locator form { max-width: 320px; }
.yb .yb-locator label { font-size: 20px; color: #000; }
.yb-hp-req { color: #D22030; }
.yb .yb-locator input[type="search"] { height: 34px; border: 1px solid #E0E0E0; border-radius: 0; }
.yb .yb-locator .yb-btn { width: 100%; height: 44px; padding: 0 16px; border: 0; border-radius: 0; background: #D22030; color: #fff !important; font-size: 16px; font-weight: 600; letter-spacing: 1.6px; }
.yb .yb-locator .yb-btn:hover { background: #B40B27; }
.yb-hp-radius { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin: 32px -24px -24px; padding: 16px 24px 0; border-top: 1px solid #E0E0E0; text-align: left; }
.yb-hp-radius label { font-size: 17px; font-weight: 600; }
.yb .yb-hp-radius select { width: auto; min-width: 120px; height: 40px; padding: 0 32px 0 12px; border: 1px solid #E0E0E0; border-radius: 0; background-color: #fff; font-size: 16px; }

/* --------------------------------------------------------------------------
   Community (/blogs/ posts page)
   -------------------------------------------------------------------------- */
.yb.blog .yb-hp-community { margin: 32px 0 32px; font-size: 40px; font-weight: 600; line-height: 1.15; color: #323232; letter-spacing: 0; text-transform: none; }
.yb.blog:not(.yb-hp-has-h1) .site-content::before { content: "Community"; display: block; margin: 32px 0; font-size: 40px; font-weight: 600; line-height: 1.15; color: #323232; }
.yb .blog-post-loop .hovered-social-icons,
.yb .blog-post-loop .wd-social-icons { display: none !important; }
.yb .blog-post-loop .post-img-wrapp { aspect-ratio: 4 / 3; background: #EDEDED; overflow: hidden; }
.yb .blog-post-loop .post-img-wrapp img { height: 100%; object-fit: cover; }

/* --------------------------------------------------------------------------
   404 (theme 404.php markup, restyled)
   -------------------------------------------------------------------------- */
.yb.error404 .yb-404 { max-width: 1322px; margin: 0 auto; padding: 0 0 64px; }
/* SITE-SPECIFIC: the panel image is one site's upload path. The #6E7570 fill is the fallback,
   so a site without that file still gets the panel; point --yb-404-img at your own image. */
.yb.error404 .yb-404__panel { position: relative; min-height: 609px; padding: 24px; background: #6E7570 var(--yb-404-img, url("/wp-content/uploads/2026/09/gd-hero-home-v2.jpg")) center / cover no-repeat; border-radius: 0; color: #fff; }
.yb.error404 .yb-404__panel::before { content: ""; position: absolute; inset: 0; background: linear-gradient(160deg, rgba(0, 0, 0, .38) 0%, rgba(0, 0, 0, 0) 45%); pointer-events: none; }
.yb.error404 .yb-404__copy { position: relative; }
.yb.error404 .yb-404__title { margin: 0 0 8px; font-size: 36px; font-weight: 600; line-height: 44px; letter-spacing: 0; color: #fff; }
.yb.error404 .yb-404__text { margin: 0; font-size: 16px; font-weight: 400; color: #fff; }
.yb.error404 .yb-404__btn { position: absolute; right: 24px; bottom: 24px; display: inline-flex; align-items: center; justify-content: center; box-sizing: border-box; min-width: 157px; height: 48px; min-height: 0; padding: 0 8px; border: 1px solid #000; line-height: 1; border-radius: 0; background: #fff; color: #000 !important; font-size: 16px; font-weight: 600; letter-spacing: 1.6px; text-transform: uppercase; white-space: nowrap; }
.yb.error404 .yb-404__btn:hover { background: #000; color: #fff !important; }

/* --------------------------------------------------------------------------
   Responsive
   -------------------------------------------------------------------------- */
@media (max-width: 1024px) {
	.yb-hp-cards { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.yb .yb-hp-card { min-height: 280px; }
	.yb-hp-track { padding: 40px 32px; }
	.yb-hp-track__col { padding-right: 32px; }
	.yb-hp-track__col + .yb-hp-track__col { padding-left: 32px; }
	.yb.error404 .yb-404__panel { min-height: 480px; }
}
@media (max-width: 767px) {
	.yb-hp { padding-block: 0 48px; }
	.yb-hp-help__hero { height: 200px; margin-bottom: 28px; }
	.yb .yb-hp-help h1 { font-size: 30px; line-height: 36px; }
	.yb-hp-toplinks { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); justify-items: center; padding: 0; margin-bottom: 32px; }
	.yb-hp-cards, .yb-hp-gift__duo, .yb-hp-gift__tiles, .yb-hp-measure, .yb-hp-trio, .yb-hp-track__cols { grid-template-columns: minmax(0, 1fr); }
	.yb .yb-hp-card { min-height: 0; padding: 32px 20px 24px; }
	.yb-hp-card__icon { margin: 0 0 20px; }
	.yb .yb-hp-card h2 { font-size: 24px; line-height: 28px; }
	.yb .yb-hp-card p { font-size: 17px; }
	.yb .yb-hp-contact__title { margin-top: 48px; font-size: 28px; line-height: 34px; }
	.yb-hp-track { margin: 16px auto 40px; padding: 32px 20px; }
	.yb .yb-hp-track h1 { margin-bottom: 32px; font-size: 30px; }
	.yb .yb-hp-track h2 { font-size: 24px; line-height: 30px; }
	.yb-hp-track__col { padding: 0 0 32px; }
	.yb-hp-track__col + .yb-hp-track__col { padding: 32px 0 0; border-left: 0; border-top: 1px solid #E6E6E6; }
	.yb .yb-hp-gift h1 { margin-top: 32px; font-size: 32px; line-height: 38px; }
	.yb .yb-hp-gift__duo h3 { font-size: 24px; line-height: 30px; }
	.yb .yb-hp-gift__balance h2 { font-size: 28px; line-height: 34px; }
	.yb-hp-sg { padding-block: 32px 48px; }
	.yb .yb-hp-sg h1 { font-size: 40px; }
	.yb .yb-hp-sg h2 { font-size: 30px; }
	.yb .yb-hp-table th, .yb .yb-hp-table td { min-width: 110px; }
	.yb .yb-hp-table tr > :first-child { min-width: 130px; }
	.yb .yb-locator h1 { font-size: 36px; }
	.yb.error404 .yb-404__panel { min-height: 420px; }
	.yb.error404 .yb-404__title { font-size: 30px; }
}
