/* =========================================================================
   OOH LA LA BOUTIQUE — main.css
   Elegant feminine boutique design system.
   Type: Cormorant Garamond (display serif) + Jost (clean sans).
   Cream/black/white base, blush/rose-gold accent (--oll-accent, injected).
   ========================================================================= */

:root {
	--oll-bg:        #faf7f4;  /* warm cream            */
	--oll-bg-2:      #f3ece6;  /* soft champagne tint   */
	--oll-surface:   #ffffff;  /* card surface          */
	--oll-ink:       #211c1a;  /* near-black warm ink   */
	--oll-ink-soft:  #5d534e;  /* muted body            */
	--oll-ink-faint: #9a8f88;  /* faint meta            */
	--oll-line:      #e7ded6;  /* hairline              */
	--oll-line-2:    #d8ccc1;
	--oll-accent:    #c89b8c;  /* blush / rose (overridden by Customizer) */
	--oll-dark:      #1c1714;  /* dark band background  */
	--oll-sale:      #b23a48;

	--oll-radius:    4px;       /* boutique = crisp, minimal rounding */
	--oll-radius-lg: 8px;
	--oll-shell:     1240px;
	--oll-gap:       28px;

	--oll-shadow:    0 18px 50px rgba(33,28,26,.10);
	--oll-shadow-sm: 0 8px 24px rgba(33,28,26,.08);

	--oll-ff-display: "Cormorant Garamond", Georgia, "Times New Roman", serif;
	--oll-ff-body:    "Jost", ui-sans-serif, system-ui, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }

body.oll-body {
	margin: 0;
	background: var(--oll-bg);
	color: var(--oll-ink);
	font-family: var(--oll-ff-body);
	font-size: 16px;
	font-weight: 400;
	line-height: 1.7;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}

img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; transition: color .2s ease; }
a:hover { color: var(--oll-accent); }

h1, h2, h3, h4 { font-family: var(--oll-ff-display); font-weight: 500; line-height: 1.12; margin: 0 0 .4em; letter-spacing: .005em; }

.oll-shell { width: 100%; max-width: var(--oll-shell); margin: 0 auto; padding: 0 26px; }

.screen-reader-text { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); border: 0; }
.skip-link { position: absolute; left: -9999px; }
.skip-link:focus { left: 16px; top: 16px; z-index: 1000; background: var(--oll-ink); color: #fff; padding: 10px 16px; }

.oll-eyebrow {
	display: inline-block; font-family: var(--oll-ff-body);
	font-size: .72rem; font-weight: 500; letter-spacing: .28em; text-transform: uppercase;
	color: var(--oll-accent); margin-bottom: 14px;
}
.oll-eyebrow--light { color: rgba(255,255,255,.75); }
.oll-eyebrow--sale { color: var(--oll-sale); }

/* ---- Buttons ------------------------------------------------------------ */
.oll-btn {
	display: inline-flex; align-items: center; gap: 9px;
	font-family: var(--oll-ff-body); font-weight: 500; font-size: .8rem;
	letter-spacing: .14em; text-transform: uppercase;
	padding: 15px 30px; border-radius: var(--oll-radius);
	border: 1px solid var(--oll-ink); background: transparent; color: var(--oll-ink);
	cursor: pointer; transition: all .22s ease; white-space: nowrap;
}
.oll-btn:hover { background: var(--oll-ink); color: #fff; }
.oll-btn--primary { background: var(--oll-ink); color: #fff; border-color: var(--oll-ink); }
.oll-btn--primary:hover { background: var(--oll-accent); border-color: var(--oll-accent); color: #fff; }
.oll-btn--outline { background: transparent; }
.oll-btn--outline-light { border-color: rgba(255,255,255,.6); color: #fff; }
.oll-btn--outline-light:hover { background: #fff; color: var(--oll-ink); }
.oll-btn--ghost { border-color: var(--oll-line-2); }
.oll-btn--wa { background: #25d366; border-color: #25d366; color: #04210f; }
.oll-btn--wa:hover { background: #1ebe5d; border-color: #1ebe5d; color: #04210f; }
.oll-icon { flex: none; }

/* ---- Announcement bar --------------------------------------------------- */
.oll-announce { background: var(--oll-ink); color: #fff; text-align: center; }
.oll-announce p { margin: 0; padding: 9px 0; font-size: .74rem; letter-spacing: .14em; text-transform: uppercase; }

/* ---- Header ------------------------------------------------------------- */
.oll-header { position: sticky; top: 0; z-index: 100; background: color-mix(in srgb, var(--oll-bg) 94%, transparent); backdrop-filter: blur(10px); border-bottom: 1px solid var(--oll-line); }
.oll-header__inner { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; min-height: 80px; gap: 20px; }

.oll-burger { display: none; background: none; border: 0; flex-direction: column; gap: 5px; padding: 8px; cursor: pointer; justify-self: start; }
.oll-burger span { width: 24px; height: 1.5px; background: var(--oll-ink); transition: .2s; }

.oll-header__brand { justify-self: center; text-align: center; }
.oll-logo-text { display: inline-flex; flex-direction: column; align-items: center; line-height: 1; color: var(--oll-ink); }
.oll-logo-text__a { font-family: var(--oll-ff-display); font-size: 1.85rem; font-weight: 600; letter-spacing: .04em; }
.oll-logo-text__b { font-family: var(--oll-ff-body); font-size: .62rem; letter-spacing: .42em; text-transform: uppercase; color: var(--oll-ink-soft); margin-top: 3px; }
.oll-header__brand img { max-height: 58px; width: auto; margin: 0 auto; }

/* Primary nav (centered, under or inline) */
.oll-nav { justify-self: center; grid-column: 1 / -1; order: 3; border-top: 1px solid var(--oll-line); width: 100%; }
.oll-nav__menu { display: flex; justify-content: center; gap: 6px; list-style: none; margin: 0; padding: 0; flex-wrap: wrap; }
.oll-nav__menu li { position: relative; }
.oll-nav__menu a { display: block; padding: 14px 16px; font-size: .76rem; font-weight: 500; letter-spacing: .16em; text-transform: uppercase; color: var(--oll-ink-soft); }
.oll-nav__menu > li > a:hover, .oll-nav__menu > li.current-menu-item > a { color: var(--oll-ink); }
.oll-nav__menu > li > a::after { content: ""; display: block; height: 1px; margin-top: 6px; background: var(--oll-accent); transform: scaleX(0); transform-origin: center; transition: transform .25s ease; }
.oll-nav__menu > li:hover > a::after, .oll-nav__menu > li.current-menu-item > a::after { transform: scaleX(1); }
.oll-nav__menu ul.sub-menu { position: absolute; top: 100%; left: 50%; transform: translateX(-50%) translateY(8px); min-width: 210px; background: var(--oll-surface); border: 1px solid var(--oll-line); padding: 8px; list-style: none; margin: 0; box-shadow: var(--oll-shadow-sm); opacity: 0; visibility: hidden; transition: .2s; z-index: 50; }
.oll-nav__menu li:hover > ul.sub-menu { opacity: 1; visibility: visible; transform: translateX(-50%) translateY(0); }
.oll-nav__menu ul.sub-menu a { padding: 9px 12px; text-align: center; }

.oll-header__actions { justify-self: end; display: flex; align-items: center; gap: 16px; }
.oll-search-toggle { background: none; border: 0; cursor: pointer; color: var(--oll-ink); padding: 4px; display: inline-flex; }
.oll-cart-link { position: relative; display: inline-flex; align-items: center; color: var(--oll-ink); padding: 4px; }
.oll-cart-count { position: absolute; top: -6px; right: -8px; background: var(--oll-accent); color: #fff; font-size: .62rem; font-weight: 600; min-width: 17px; height: 17px; padding: 0 4px; border-radius: 999px; display: inline-flex; align-items: center; justify-content: center; }

.oll-searchbar { border-top: 1px solid var(--oll-line); background: var(--oll-surface); padding: 16px 0; }
.oll-searchbar form { display: flex; max-width: 640px; margin: 0 auto; position: relative; }
.oll-searchbar input[type="search"], .oll-searchbar input.search-field { width: 100%; padding: 13px 16px; border: 1px solid var(--oll-line-2); background: var(--oll-bg); font-family: var(--oll-ff-body); font-size: .95rem; border-radius: var(--oll-radius); }
.oll-searchbar input:focus { outline: none; border-color: var(--oll-accent); }
.oll-searchbar button { position: absolute; right: 5px; top: 50%; transform: translateY(-50%); background: var(--oll-ink); color: #fff; border: 0; padding: 9px 18px; border-radius: var(--oll-radius); cursor: pointer; font-size: .75rem; letter-spacing: .12em; text-transform: uppercase; }

/* ---- Section primitives ------------------------------------------------- */
.oll-section { padding: 80px 0; }
.oll-section__head { display: flex; align-items: flex-end; justify-content: space-between; margin-bottom: 40px; gap: 16px; }
.oll-section__head--center { flex-direction: column; align-items: center; text-align: center; }
.oll-section__title { font-size: clamp(1.9rem, 4vw, 2.9rem); margin: 0; font-weight: 500; }
.oll-section__sub { color: var(--oll-ink-soft); margin: 10px 0 0; max-width: 560px; }
.oll-section__link { font-family: var(--oll-ff-body); font-size: .76rem; letter-spacing: .14em; text-transform: uppercase; color: var(--oll-ink); border-bottom: 1px solid var(--oll-accent); padding-bottom: 3px; }
.oll-section__cta { text-align: center; margin-top: 40px; }

/* ---- Hero --------------------------------------------------------------- */
.oll-hero { position: relative; background: linear-gradient(135deg, var(--oll-bg-2), var(--oll-bg)); background-size: cover; background-position: center; border-bottom: 1px solid var(--oll-line); }
.oll-hero.has-image { color: #fff; }
.oll-hero__inner { padding: clamp(80px, 13vw, 170px) 0; }
.oll-hero__content { max-width: 660px; }
.oll-hero.has-image .oll-hero__content { color: #fff; }
.oll-hero.has-image .oll-eyebrow { color: rgba(255,255,255,.85); }
.oll-hero.has-image .oll-hero__subtitle { color: rgba(255,255,255,.9); }
.oll-hero__title { font-size: clamp(2.6rem, 6.5vw, 5rem); font-weight: 500; font-style: italic; line-height: 1.04; margin-bottom: 22px; }
.oll-hero__subtitle { font-size: clamp(1rem, 2vw, 1.22rem); color: var(--oll-ink-soft); margin-bottom: 34px; max-width: 540px; }
.oll-hero__actions { display: flex; flex-wrap: wrap; gap: 14px; }

/* ---- Category grid ------------------------------------------------------ */
.oll-cats__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--oll-gap); }
.oll-cat-tile { position: relative; display: block; overflow: hidden; border-radius: var(--oll-radius); aspect-ratio: 3/4; background: var(--oll-bg-2); }
.oll-cat-tile__media { position: absolute; inset: 0; }
.oll-cat-tile__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s cubic-bezier(.2,.7,.2,1); }
.oll-cat-tile:hover .oll-cat-tile__media img { transform: scale(1.06); }
.oll-cat-tile__placeholder { position: absolute; inset: 0; background: linear-gradient(135deg, var(--oll-bg-2), var(--oll-line)); }
.oll-cat-tile__overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(28,23,20,.62) 0%, rgba(28,23,20,.05) 55%); }
.oll-cat-tile__label { position: absolute; left: 0; right: 0; bottom: 26px; text-align: center; color: #fff; z-index: 2; }
.oll-cat-tile__name { display: block; font-family: var(--oll-ff-display); font-size: 1.7rem; font-weight: 500; }
.oll-cat-tile__shop { display: inline-block; margin-top: 6px; font-size: .68rem; letter-spacing: .22em; text-transform: uppercase; border-bottom: 1px solid rgba(255,255,255,.6); padding-bottom: 2px; opacity: .9; }

/* ---- Focus / sale / new section spacing -------------------------------- */
.oll-focus { background: var(--oll-bg-2); }

/* ---- CTA band ----------------------------------------------------------- */
.oll-cta-band { background: var(--oll-dark); color: #fff; }
.oll-cta-band__inner { display: flex; align-items: center; justify-content: space-between; gap: 36px; padding: 70px 26px; flex-wrap: wrap; }
.oll-cta-band__copy h2 { color: #fff; font-size: clamp(1.8rem, 3.6vw, 2.6rem); margin: 0 0 8px; }
.oll-cta-band__copy p { margin: 0; color: rgba(255,255,255,.75); max-width: 460px; }
.oll-cta-band__actions { display: flex; gap: 12px; flex-wrap: wrap; }

/* ---- Trust strip -------------------------------------------------------- */
.oll-trust { background: var(--oll-surface); border-top: 1px solid var(--oll-line); border-bottom: 1px solid var(--oll-line); }
.oll-trust__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: var(--oll-gap); }
.oll-trust__item { text-align: center; }
.oll-trust__rule { display: inline-block; width: 36px; height: 1px; background: var(--oll-accent); margin-bottom: 18px; }
.oll-trust__item h3 { font-size: 1.35rem; margin: 0 0 8px; }
.oll-trust__item p { margin: 0; color: var(--oll-ink-soft); font-size: .92rem; }
.oll-trust__contact { text-align: center; margin: 44px 0 0; color: var(--oll-ink-soft); font-size: .95rem; }
.oll-trust__contact a { color: var(--oll-accent); border-bottom: 1px solid var(--oll-accent); padding-bottom: 1px; }

/* ---- Newsletter --------------------------------------------------------- */
.oll-newsletter { background: var(--oll-bg-2); text-align: center; }
.oll-newsletter__inner { max-width: 640px; margin: 0 auto; }
.oll-newsletter__title { font-size: clamp(2rem, 4vw, 3rem); font-style: italic; margin: 0 0 12px; }
.oll-newsletter__sub { color: var(--oll-ink-soft); margin: 0 0 30px; }
.oll-newsletter__form { display: flex; gap: 10px; max-width: 480px; margin: 0 auto; }
.oll-newsletter__form input { flex: 1; padding: 14px 16px; border: 1px solid var(--oll-line-2); background: #fff; font-family: var(--oll-ff-body); border-radius: var(--oll-radius); }
.oll-newsletter__form input:focus { outline: none; border-color: var(--oll-accent); }
.oll-newsletter__note { margin: 14px 0 0; font-size: .76rem; color: var(--oll-ink-faint); }

/* ---- Floating WhatsApp -------------------------------------------------- */
.oll-wa-float { position: fixed; right: 18px; bottom: 18px; z-index: 200; display: inline-flex; align-items: center; gap: 8px; background: #25d366; color: #04210f; font-family: var(--oll-ff-body); font-weight: 500; font-size: .78rem; letter-spacing: .1em; text-transform: uppercase; padding: 13px 18px; border-radius: 999px; box-shadow: 0 10px 28px rgba(37,211,102,.4); }
.oll-wa-float:hover { transform: translateY(-3px); color: #04210f; }

/* ---- Content / pages ---------------------------------------------------- */
.oll-content-area { padding: 60px 26px 90px; }
.oll-page-head { margin-bottom: 34px; }
.oll-page-head--center { text-align: center; }
.oll-page-title { font-size: clamp(2rem, 4.5vw, 3.2rem); font-weight: 500; }
.oll-page__content { max-width: 780px; margin: 0 auto; color: var(--oll-ink); }
.oll-page__content a { color: var(--oll-accent); }

.oll-post-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--oll-gap); }
.oll-post-card { background: var(--oll-surface); border: 1px solid var(--oll-line); border-radius: var(--oll-radius); overflow: hidden; }
.oll-post-card__thumb img { aspect-ratio: 4/3; object-fit: cover; width: 100%; }
.oll-post-card__body { padding: 22px; }
.oll-post-card__title { font-size: 1.4rem; margin: 0 0 8px; }
.oll-post-card__excerpt { color: var(--oll-ink-soft); font-size: .92rem; margin-bottom: 16px; }

/* ---- 404 ---------------------------------------------------------------- */
.oll-404__inner { text-align: center; max-width: 560px; margin: 50px auto; }
.oll-404__code { font-family: var(--oll-ff-display); font-size: 6rem; font-style: italic; color: var(--oll-accent); display: block; line-height: 1; }
.oll-404__search { max-width: 420px; margin: 26px auto; }
.oll-404__actions { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }

/* ---- Footer ------------------------------------------------------------- */
.oll-footer-widgets { background: var(--oll-dark); color: rgba(255,255,255,.8); padding: 70px 0 46px; }
.oll-footer-widgets__grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1.1fr; gap: 44px; }
.oll-footer-col .widget-title { font-family: var(--oll-ff-display); font-size: 1.3rem; color: #fff; margin-bottom: 18px; font-weight: 500; }
.oll-footer-col ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 11px; }
.oll-footer-col a { color: rgba(255,255,255,.72); font-size: .9rem; }
.oll-footer-col a:hover { color: #fff; }
.oll-footer-col p { color: rgba(255,255,255,.72); font-size: .92rem; }
.oll-socials { display: flex; gap: 16px; margin-top: 18px; }
.oll-socials a { font-size: .76rem; letter-spacing: .1em; text-transform: uppercase; border-bottom: 1px solid var(--oll-accent); padding-bottom: 2px; }

.oll-footer { background: var(--oll-dark); border-top: 1px solid rgba(255,255,255,.08); }
.oll-footer__bar { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 24px 26px; flex-wrap: wrap; }
.oll-footer__copy { margin: 0; color: rgba(255,255,255,.55); font-size: .8rem; }
.oll-footer__menu { display: flex; gap: 18px; list-style: none; margin: 0; padding: 0; }
.oll-footer__menu a { color: rgba(255,255,255,.7); font-size: .8rem; }
.oll-footer__credit { margin: 0; color: rgba(255,255,255,.4); font-size: .76rem; letter-spacing: .08em; }

/* ---- Pagination --------------------------------------------------------- */
.woocommerce-pagination ul, .pagination .nav-links { display: flex; gap: 8px; justify-content: center; list-style: none; padding: 0; margin: 44px 0 0; flex-wrap: wrap; }
.woocommerce-pagination a, .woocommerce-pagination span, .pagination a, .pagination span { display: inline-grid; place-items: center; min-width: 44px; height: 44px; padding: 0 12px; background: var(--oll-surface); border: 1px solid var(--oll-line-2); color: var(--oll-ink); font-size: .85rem; }
.woocommerce-pagination .current, .pagination .current { background: var(--oll-ink); color: #fff; border-color: var(--oll-ink); }

/* =========================================================================
   v1.1.0 quality fixes — overlays, enquiry CTA, contact form, spacing
   ========================================================================= */

/* #3 Hero background image overlay (readability when text sits on image) */
.oll-hero.has-image::before {
	content: ""; position: absolute; inset: 0; pointer-events: none;
	background: linear-gradient(90deg, rgba(20,16,16,.62) 0%, rgba(20,16,16,.30) 45%, rgba(20,16,16,.08) 100%);
}
.oll-hero.has-image .oll-hero__inner { position: relative; z-index: 2; }

/* #3 Category tile vignette for premium feel + label legibility */
.oll-cat-tile__overlay {
	position: absolute; inset: 0; pointer-events: none;
	background: linear-gradient(180deg, rgba(20,16,16,0) 40%, rgba(20,16,16,.55) 100%);
}
.oll-cat-tile__media img { width: 100%; height: 100%; object-fit: cover; }

/* #4 Enquiry CTA (replaces newsletter) */
.oll-enquiry { background: var(--oll-bg-2); text-align: center; }
.oll-enquiry__inner { max-width: 680px; margin: 0 auto; }
.oll-enquiry__title { font-size: clamp(1.9rem, 4vw, 2.8rem); font-style: italic; margin: 0 0 12px; }
.oll-enquiry__sub { color: var(--oll-ink-soft); margin: 0 0 28px; }
.oll-enquiry__actions { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }

/* #6 Contact form styling (Contact Form 7 / WPForms / Gravity) */
.oll-page__content .wpcf7 input[type="text"],
.oll-page__content .wpcf7 input[type="email"],
.oll-page__content .wpcf7 input[type="tel"],
.oll-page__content .wpcf7 input[type="url"],
.oll-page__content .wpcf7 textarea,
.oll-page__content .wpcf7 select,
.oll-page__content .wpforms-field input,
.oll-page__content .wpforms-field textarea,
.oll-page__content form input[type="text"],
.oll-page__content form input[type="email"],
.oll-page__content form input[type="tel"],
.oll-page__content form textarea {
	width: 100%; padding: 14px 16px; margin: 6px 0 16px;
	border: 1px solid var(--oll-line-2); border-radius: var(--oll-radius);
	background: var(--oll-surface); color: var(--oll-ink);
	font-family: var(--oll-ff-body); font-size: 1rem; line-height: 1.5;
	box-sizing: border-box; transition: border-color .2s ease, box-shadow .2s ease;
}
.oll-page__content .wpcf7 input:focus,
.oll-page__content .wpcf7 textarea:focus,
.oll-page__content form input:focus,
.oll-page__content form textarea:focus {
	outline: none; border-color: var(--oll-accent);
	box-shadow: 0 0 0 3px color-mix(in srgb, var(--oll-accent) 22%, transparent);
}
.oll-page__content .wpcf7 textarea,
.oll-page__content form textarea { min-height: 150px; resize: vertical; }
.oll-page__content .wpcf7 label,
.oll-page__content form label { display: block; font-size: .82rem; letter-spacing: .1em; text-transform: uppercase; color: var(--oll-ink-soft); margin-top: 8px; }
.oll-page__content .wpcf7 input[type="submit"],
.oll-page__content .wpforms-submit,
.oll-page__content form input[type="submit"],
.oll-page__content form button[type="submit"] {
	width: auto; cursor: pointer;
	background: var(--oll-ink); color: #fff; border: 1px solid var(--oll-ink);
	padding: 15px 34px; border-radius: var(--oll-radius);
	font-family: var(--oll-ff-body); font-size: .8rem; letter-spacing: .14em; text-transform: uppercase;
	transition: all .2s ease;
}
.oll-page__content .wpcf7 input[type="submit"]:hover,
.oll-page__content .wpforms-submit:hover,
.oll-page__content form button[type="submit"]:hover {
	background: var(--oll-accent); border-color: var(--oll-accent);
}
.oll-page__content .wpcf7-response-output { border-radius: var(--oll-radius); margin: 8px 0 0; }

/* #5 Hide blog-style comment areas on pages/products (belt-and-suspenders to PHP) */
.single-product #reviews .comment-form-comment + p,
.page #comments .comment-respond.commentform-legacy { /* scoped, harmless */ }
.page #comments, .page .comments-area { display: none; }

/* #7 Hide any globally-injected Recently Viewed widget at page bottom */
.oll-footer-widgets .widget_recently_viewed_products,
.site-content > .widget_recently_viewed_products,
body > .widget_recently_viewed_products { display: none; }

/* #8 Footer / empty-state spacing: tighten awkward bottom gaps */
.site-content { min-height: 1px; }
.oll-archive.no-sidebar .oll-archive__main { min-height: 200px; }
.woocommerce-no-products-found, .oll-empty {
	text-align: center; padding: 48px 0 8px; color: var(--oll-ink-soft);
}
.oll-content-area { padding-bottom: 64px; }
.oll-woo-generic { padding-bottom: 56px; }

/* =========================================================================
   v1.2.0 (v3) — comment suppression, card image consistency, single polish
   ========================================================================= */

/* Hide stray comment / "Leave a Reply" blocks on shop & product archives */
.woocommerce-shop #comments,
.woocommerce-shop .comments-area,
.woocommerce-shop #respond,
.tax-product_cat #comments,
.tax-product_cat .comments-area,
.tax-product_cat #respond,
.post-type-archive-product #comments,
.post-type-archive-product .comments-area,
.post-type-archive-product #respond,
body.archive.woocommerce #comments,
body.archive.woocommerce #respond { display: none !important; }

/* #4 Product card image consistency — fixed 3:4 area, cover, no distortion */
.oll-card__media {
	position: relative;
	aspect-ratio: 3 / 4;
	background: var(--oll-bg-2);
	overflow: hidden;
}
.oll-card__media img,
.oll-card__img {
	position: absolute; inset: 0;
	width: 100%; height: 100%;
	object-fit: cover; object-position: center top;
}
/* Polished placeholder when a product has no image */
.oll-card__media:empty::after,
.oll-card__media .oll-card__noimg {
	content: ""; position: absolute; inset: 0;
	background:
		linear-gradient(135deg, var(--oll-bg-2), var(--oll-line)) ,
		repeating-linear-gradient(45deg, transparent 0 12px, rgba(0,0,0,.02) 12px 24px);
	display: flex; align-items: center; justify-content: center;
}

/* #5 Single product polish */
.single-product .oll-single-wrap { padding-top: 28px; }
.single-product div.product {
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr);
	gap: 48px;
	align-items: start;
}
.single-product .woocommerce-product-gallery {
	position: sticky; top: 96px;
	border: 1px solid var(--oll-line); border-radius: var(--oll-radius-lg);
	overflow: hidden; background: var(--oll-surface);
}
.single-product .summary.entry-summary { padding-top: 4px; }
.single-product .product_title { font-size: clamp(1.8rem, 3.2vw, 2.6rem); line-height: 1.1; margin-bottom: 10px; }
.single-product .summary .price { font-size: 1.3rem; color: var(--oll-ink); margin: 6px 0 18px; }
.single-product .summary .price del { color: var(--oll-ink-faint); margin-right: 8px; }
.single-product .summary .price ins { text-decoration: none; color: var(--oll-accent); font-weight: 600; }
.single-product .cart { margin: 18px 0 22px; display: flex; gap: 12px; flex-wrap: wrap; align-items: center; }
.single-product .single_add_to_cart_button,
.single-product .cart .button {
	background: var(--oll-ink); color: #fff; border: 1px solid var(--oll-ink);
	border-radius: var(--oll-radius); padding: 14px 30px;
	letter-spacing: .12em; text-transform: uppercase; font-size: .8rem;
	transition: all .2s ease;
}
.single-product .single_add_to_cart_button:hover { background: var(--oll-accent); border-color: var(--oll-accent); }
.single-product .quantity input.qty {
	width: 72px; padding: 13px 10px; border: 1px solid var(--oll-line-2);
	border-radius: var(--oll-radius); text-align: center;
}
/* Wishlist button cleanliness */
.single-product .yith-wcwl-add-to-wishlist {
	margin: 14px 0 0; font-size: .82rem; letter-spacing: .06em;
}
.single-product .yith-wcwl-add-to-wishlist a { color: var(--oll-ink-soft); }
.single-product .yith-wcwl-add-to-wishlist a:hover { color: var(--oll-accent); }
/* Tabs / additional info not raw */
.single-product .woocommerce-tabs { margin-top: 48px; border-top: 1px solid var(--oll-line); padding-top: 28px; }
.single-product .woocommerce-tabs ul.tabs { padding: 0; margin: 0 0 18px; list-style: none; display: flex; gap: 8px; flex-wrap: wrap; }
.single-product .woocommerce-tabs ul.tabs li { background: var(--oll-bg-2); border-radius: var(--oll-radius); }
.single-product .woocommerce-tabs ul.tabs li a { display: block; padding: 10px 18px; letter-spacing: .08em; text-transform: uppercase; font-size: .76rem; color: var(--oll-ink-soft); }
.single-product .woocommerce-tabs ul.tabs li.active { background: var(--oll-ink); }
.single-product .woocommerce-tabs ul.tabs li.active a { color: #fff; }
.single-product .woocommerce-Tabs-panel { color: var(--oll-ink-soft); line-height: 1.8; }
/* Related products intentional */
.single-product .related.products { margin-top: 56px; border-top: 1px solid var(--oll-line); padding-top: 36px; }
.single-product .related.products > h2 { font-style: italic; font-size: 1.8rem; margin-bottom: 24px; }

@media (max-width: 860px) {
	.single-product div.product { grid-template-columns: 1fr; gap: 28px; }
	.single-product .woocommerce-product-gallery { position: static; }
}

/* #6 Contact info card */
.oll-contact-card {
	background: var(--oll-bg-2); border: 1px solid var(--oll-line);
	border-radius: var(--oll-radius-lg); padding: 28px 30px; margin: 0 0 28px;
}
.oll-contact-card h3 { font-size: 1.4rem; margin: 0 0 14px; }
.oll-contact-card ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 10px; }
.oll-contact-card li { display: flex; gap: 10px; color: var(--oll-ink-soft); }
.oll-contact-card a { color: var(--oll-ink); border-bottom: 1px solid var(--oll-accent); }
