/*
Theme Name: Geloof-Oortjies
Theme URI: https://www.geloof-oortjies.co.za
Description: A bright, story-led Storefront child theme for Geloof-Oortjies.
Author: Geloof-Oortjies
Version: 1.0.3
Template: storefront
Text Domain: geloof-oortjies
*/

:root {
	--go-ink: #132759;
	--go-blue: #1262c8;
	--go-pink: #ea298f;
	--go-mint: #a4f1dc;
	--go-yellow: #ffe675;
	--go-cream: #fffaf1;
	--go-white: #fff;
	--go-soft-blue: #e8f6ff;
	--go-line: #dce6f0;
	--go-shadow: 0 18px 50px rgba(19, 39, 89, .12);
	--go-radius: 26px;
	--go-font: "Trebuchet MS", "Arial Rounded MT Bold", Arial, sans-serif;
}

html { scroll-behavior: smooth; }
body.go-site { background: var(--go-cream); color: var(--go-ink); font-family: var(--go-font); }
body.go-site, body.go-site button, body.go-site input, body.go-site select, body.go-site textarea { font-family: var(--go-font); }
body.go-site h1, body.go-site h2, body.go-site h3, body.go-site h4 { color: var(--go-ink); font-family: var(--go-font); font-weight: 900; letter-spacing: -.035em; }
body.go-site p { line-height: 1.65; }
body.go-site a { color: var(--go-blue); }
body.go-site a:focus-visible, body.go-site button:focus-visible, body.go-site select:focus-visible, body.go-site summary:focus-visible { outline: 3px solid var(--go-pink); outline-offset: 3px; }
.go-wrap { width: min(1160px, calc(100% - 42px)); margin-inline: auto; }
.go-home { overflow: hidden; }
.go-home *, .go-site * { box-sizing: border-box; }
.go-home img { display: block; max-width: 100%; }

/* Storefront frame */
body.go-site .col-full { max-width: 1204px; padding-inline: 22px; }
body.go-site .content-area { width: 100%; float: none; margin-right: 0; }
body.go-site .widget-area { display: none; }
body.go-site #content { min-height: 45vh; }
body.go-site:not(.home) #content > .col-full { padding-top: 34px; padding-bottom: 68px; }
body.go-site .site-main { margin: 0; }
body.go-site .storefront-breadcrumb { margin: 0 0 18px; padding: 0; color: #6d7d97; }
body.go-site .storefront-breadcrumb a { color: #536d93; }
body.go-site .entry-header .entry-title, body.go-site .woocommerce-products-header__title { font-size: clamp(2.1rem, 4.5vw, 3.5rem); line-height: 1.1; margin-bottom: 22px; }

/* Header */
body.go-site .site-header { padding: 0; margin: 0; border: 0; background: var(--go-white); box-shadow: 0 4px 20px rgba(19, 39, 89, .05); }
body.go-site .site-header .col-full { max-width: 1204px; }
.go-announcement { padding: 8px 18px; background: var(--go-ink); color: var(--go-white); text-align: center; font-size: .83rem; font-weight: 800; letter-spacing: .01em; }
.go-announcement > span { display: inline-flex; align-items: center; gap: 8px; }
.go-announcement svg { color: var(--go-yellow); }
.go-announcement__extra { opacity: .72; font-weight: 600; }
.go-header-inner { display: flex; align-items: center; justify-content: space-between; min-height: 88px; gap: 20px; }
.go-brand { display: inline-flex; align-items: center; gap: 11px; text-decoration: none !important; color: var(--go-ink) !important; min-width: 0; }
.go-brand > svg { flex: 0 0 auto; color: var(--go-pink); padding: 8px; width: 52px; height: 52px; background: #ffe7f3; border: 2px solid #ffd0e7; border-radius: 17px; transform: rotate(-8deg); }
.go-brand__words { display: flex; flex-direction: column; line-height: 1; }
.go-brand__words strong { display: block; white-space: nowrap; font-size: 1.35rem; font-weight: 900; letter-spacing: -.05em; }
.go-brand__words strong span { color: var(--go-pink); }
.go-brand__words small { padding-top: 7px; color: #66758e; font-size: .67rem; font-weight: 800; letter-spacing: .025em; }
.go-nav { display: flex; align-items: center; gap: clamp(12px, 2.3vw, 32px); }
.go-nav a { color: var(--go-ink) !important; font-size: .9rem; font-weight: 800; text-decoration: none !important; white-space: nowrap; }
.go-nav a:hover { color: var(--go-pink) !important; }
.go-cart-link { display: inline-flex; align-items: center; gap: 8px; padding: 11px 16px; border-radius: 999px; background: var(--go-blue); color: var(--go-white) !important; font-size: .86rem; font-weight: 900; text-decoration: none !important; white-space: nowrap; }
.go-cart-link:hover { background: var(--go-ink); }
.go-cart-link b { min-width: 22px; min-height: 22px; display: grid; place-items: center; padding: 2px 5px; border-radius: 50%; background: var(--go-white); color: var(--go-blue); font-size: .72rem; }

/* Shared home components */
.go-eyebrow, .go-kicker { display: inline-flex; align-items: center; gap: 8px; color: var(--go-pink); font-size: .85rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.go-kicker { letter-spacing: .07em; }
.go-home h1, .go-home h2 { line-height: 1.05; }
.go-home h1 em, .go-home h2 em { color: var(--go-pink); font-style: normal; }
.go-home h2 { font-size: clamp(2.25rem, 4.4vw, 4.1rem); }
.go-button, body.go-site .woocommerce a.button, body.go-site .woocommerce button.button, body.go-site .woocommerce input.button, body.go-site #place_order, body.go-site .single_add_to_cart_button {
	display: inline-flex; align-items: center; justify-content: center; gap: 10px;
	min-height: 52px; padding: 13px 23px; border: 0; border-radius: 999px;
	background: var(--go-pink); color: var(--go-white) !important;
	box-shadow: 0 7px 0 #b31668; font-size: .97rem; font-weight: 900;
	line-height: 1.2; text-align: center; text-decoration: none !important;
	transition: transform .2s, box-shadow .2s, background .2s;
}
.go-button:hover, body.go-site .woocommerce a.button:hover, body.go-site .woocommerce button.button:hover, body.go-site .woocommerce input.button:hover, body.go-site #place_order:hover, body.go-site .single_add_to_cart_button:hover { background: #cf1677; transform: translateY(2px); box-shadow: 0 5px 0 #a80c60; }
.go-button--light { background: var(--go-white); color: var(--go-blue) !important; box-shadow: 0 7px 0 #b5dce9; }
.go-button--light:hover { background: #ecfaff; box-shadow: 0 5px 0 #9bc6d4; }
.go-text-link { font-weight: 900; text-underline-offset: 5px; }
.go-section { padding: clamp(65px, 7vw, 112px) 0; }
.go-section-head { max-width: 710px; margin: 0 auto 42px; text-align: center; }
.go-section-head h2 { margin: 12px 0 18px; }
.go-section-head p { margin: 0; color: #536580; font-size: 1.08rem; }

/* Hero */
.go-hero { padding: clamp(48px, 6vw, 90px) 0 clamp(55px, 7vw, 95px); background: radial-gradient(circle at 82% 16%, #ffebf7 0, transparent 31%), radial-gradient(circle at 8% 83%, #d7fbef 0, transparent 34%), linear-gradient(135deg, #f3fdff, #fffaf0 72%); }
.go-hero__grid { display: grid; grid-template-columns: 1fr .96fr; align-items: center; gap: clamp(28px, 4vw, 64px); }
.go-hero__copy { position: relative; z-index: 2; }
.go-hero h1 { margin: 18px 0 23px; font-size: clamp(3.5rem, 6.25vw, 6.2rem); letter-spacing: -.065em; }
.go-hero__copy > p { max-width: 590px; color: #475a79; font-size: clamp(1.08rem, 1.55vw, 1.28rem); font-weight: 600; }
.go-actions { display: flex; align-items: center; gap: 25px; flex-wrap: wrap; margin-top: 28px; }
.go-hero__mini { display: flex; gap: 24px; flex-wrap: wrap; margin-top: 37px; color: var(--go-ink); font-size: .9rem; font-weight: 900; }
.go-hero__mini span { display: inline-flex; align-items: center; gap: 7px; }
.go-hero__mini svg { color: var(--go-pink); }
.go-hero__visual { position: relative; padding: 10px; }
.go-hero__image-frame { overflow: hidden; border: 9px solid var(--go-white); border-radius: 43% 57% 46% 54% / 47% 43% 57% 53%; box-shadow: var(--go-shadow); transform: rotate(2deg); background: var(--go-soft-blue); }
.go-hero__image-frame img { width: 100%; aspect-ratio: 1; object-fit: cover; }
.go-hero__sticker { position: absolute; bottom: 5%; left: -5%; width: 138px; height: 138px; display: flex; align-items: center; justify-content: center; flex-direction: column; border: 6px solid var(--go-white); border-radius: 50%; background: var(--go-yellow); color: var(--go-ink); font-size: 1.09rem; font-weight: 900; line-height: 1.12; text-align: center; box-shadow: 0 9px 25px rgba(19, 39, 89, .17); transform: rotate(-12deg); }
.go-hero__sticker b { color: var(--go-pink); font-size: 1.4rem; }

/* Key facts and features */
.go-facts { background: var(--go-blue); color: var(--go-white); }
.go-facts__grid { display: grid; grid-template-columns: repeat(4, 1fr); padding: 20px 0; }
.go-facts__grid > div { display: flex; flex-direction: column; align-items: center; gap: 2px; padding: 8px 12px; text-align: center; border-right: 1px solid rgba(255,255,255,.25); }
.go-facts__grid > div:last-child { border-right: 0; }
.go-facts strong { color: var(--go-yellow); font-size: 1.6rem; line-height: 1.1; font-weight: 900; }
.go-facts span { font-size: .81rem; font-weight: 700; }
.go-intro { background: var(--go-white); }
.go-feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.go-feature { padding: 31px; border: 2px solid rgba(19,39,89,.06); border-radius: var(--go-radius); }
.go-feature--pink { background: #fff0f7; }
.go-feature--mint { background: #ecfbf6; }
.go-feature--yellow { background: #fff9df; }
.go-feature__icon { display: grid; place-items: center; width: 62px; height: 62px; margin-bottom: 21px; border-radius: 20px; background: var(--go-white); color: var(--go-blue); box-shadow: 0 7px 18px rgba(19,39,89,.08); }
.go-feature--pink .go-feature__icon { color: var(--go-pink); }
.go-feature h3 { margin: 0 0 10px; font-size: 1.3rem; }
.go-feature p { margin: 0; color: #4f607c; }

/* Product feature */
.go-product-section { background: linear-gradient(155deg, #eafaff, #fffaf1 70%); }
.go-product-section__grid { display: grid; grid-template-columns: .88fr 1fr; align-items: center; gap: clamp(35px, 6vw, 90px); }
.go-product-section__visual { position: relative; overflow: hidden; border: 10px solid var(--go-white); border-radius: 34px; background: #d4f8ff; box-shadow: var(--go-shadow); }
.go-product-section__visual img { width: 100%; aspect-ratio: 4/5; object-fit: cover; object-position: 50% 20%; }
.go-product-section__visual > span { position: absolute; bottom: 16px; left: 16px; padding: 8px 15px; border-radius: 999px; background: var(--go-white); color: var(--go-blue); font-size: .81rem; font-weight: 900; }
.go-product-section h2 { margin: 13px 0 18px; }
.go-product-section__copy > p:not(.go-image-note) { color: #51637e; font-size: 1.07rem; }
.go-check-list { display: grid; gap: 13px; margin: 24px 0; padding: 0; list-style: none; }
.go-check-list li { position: relative; margin: 0; padding-left: 31px; font-weight: 800; }
.go-check-list li:before { content: "✓"; position: absolute; left: 0; top: 1px; display: grid; place-items: center; width: 22px; height: 22px; border-radius: 50%; background: var(--go-mint); color: var(--go-ink); font-size: .72rem; }
.go-product-section__price { margin: 18px 0 20px; color: var(--go-blue); font-size: 2.3rem; font-weight: 900; }
.go-product-section__price small { color: #63718b; font-size: .92rem; font-weight: 700; }
.go-image-note { max-width: 420px; margin: 22px 0 0; color: #728098; font-size: .75rem; }

/* Stories */
.go-stories { background: var(--go-white); }
.go-story-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.go-story-card { position: relative; min-height: 285px; padding: 27px 30px; border: 2px solid var(--go-line); border-radius: var(--go-radius); background: var(--go-cream); box-shadow: 0 7px 0 #e6edf5; }
.go-story-card:nth-child(2) { background: #effaf5; }
.go-story-card:nth-child(3) { background: #fff0f7; }
.go-story-card > span { color: var(--go-pink); font-size: .88rem; font-weight: 900; }
.go-story-card__symbol { display: grid; place-items: center; width: 66px; height: 66px; margin: 19px 0; border-radius: 22px; background: var(--go-yellow); color: var(--go-blue); font-size: 2rem; transform: rotate(-8deg); }
.go-story-card:nth-child(2) .go-story-card__symbol { background: var(--go-mint); }
.go-story-card:nth-child(3) .go-story-card__symbol { background: #ffd0e5; }
.go-story-card h3 { margin: 0 0 6px; font-size: 1.55rem; }
.go-story-card p { margin: 0; color: #536580; }

/* Moments and FAQ */
.go-moments { background: #dcf8f1; }
.go-moments__grid { display: grid; grid-template-columns: 1fr .85fr; align-items: center; gap: 70px; }
.go-moments h2 { margin: 13px 0 19px; }
.go-moments__copy > p { max-width: 580px; color: #425b70; font-size: 1.08rem; }
.go-moment-tags { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 25px; }
.go-moment-tags span { padding: 9px 13px; border-radius: 999px; background: var(--go-white); color: var(--go-ink); font-size: .84rem; font-weight: 900; }
.go-moments__grid > img { width: 100%; max-height: 550px; object-fit: cover; object-position: center 45%; border: 9px solid var(--go-white); border-radius: 37px; box-shadow: var(--go-shadow); transform: rotate(2deg); }
.go-faq { background: var(--go-white); }
.go-faq__grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; }
.go-faq h2 { margin: 13px 0 18px; }
.go-faq__grid > div:first-child > p { color: #536580; }
.go-faq__items { display: grid; gap: 12px; }
.go-faq details { padding: 20px 22px; border: 2px solid var(--go-line); border-radius: 17px; background: var(--go-cream); }
.go-faq summary { cursor: pointer; color: var(--go-ink); font-weight: 900; list-style: none; }
.go-faq summary::-webkit-details-marker { display: none; }
.go-faq summary:after { content: "+"; float: right; margin-left: 10px; color: var(--go-pink); font-size: 1.35rem; line-height: .8; }
.go-faq details[open] summary:after { content: "−"; }
.go-faq details p { margin: 13px 0 0; color: #536580; }
.go-closer { padding: 60px 0; background: var(--go-blue); color: var(--go-white); }
.go-closer__inner { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.go-closer .go-kicker { color: var(--go-yellow); }
.go-closer h2 { margin: 8px 0; color: var(--go-white); font-size: clamp(2.3rem, 4.5vw, 4.2rem); }
.go-closer h2 em { color: var(--go-yellow); }
.go-closer p { margin: 0; color: #d6ebff; }

/* Footer */
body.go-site .site-footer { padding: 45px 0 22px; background: var(--go-ink); color: #d4e3fb; }
.go-footer-inner { display: grid; grid-template-columns: 1.7fr 1fr 1fr; gap: 60px; }
.go-footer-inner .go-brand { color: var(--go-white) !important; }
.go-footer-inner .go-brand__words small { color: #d0daf0; }
.go-footer-inner > div { display: flex; flex-direction: column; align-items: flex-start; gap: 8px; }
.go-footer-inner h3 { margin: 5px 0 9px; color: var(--go-white); font-size: 1rem; }
.go-footer-inner a:not(.go-brand) { color: #d4e3fb; text-decoration: none; font-size: .87rem; }
.go-footer-inner a:hover { color: var(--go-yellow); }
.go-footer-about p, .go-footer-inner > div > p { max-width: 340px; margin: 12px 0 0; color: #c7d6ec; font-size: .84rem; }
.go-footer-bottom { margin: 42px 0 0; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.17); color: #aabbd5; font-size: .74rem; }

/* WooCommerce shop, product and classic checkout */
body.go-site .woocommerce ul.products { margin-top: 28px; }
body.go-site .woocommerce ul.products.columns-1 li.product { width: min(420px, 100%); float: none; margin: 0 0 45px; padding: 12px 12px 25px; border: 2px solid var(--go-line); border-radius: 25px; background: var(--go-white); box-shadow: var(--go-shadow); text-align: left; }
body.go-site .woocommerce ul.products li.product img { width: 100%; aspect-ratio: 1; object-fit: cover; object-position: top; border-radius: 17px; }
body.go-site .woocommerce ul.products li.product .woocommerce-loop-product__title { margin: 10px 11px 2px; font-size: 1.4rem; }
body.go-site .woocommerce ul.products li.product .price { margin: 5px 11px 15px; color: var(--go-blue); font-size: 1.2rem; font-weight: 900; }
body.go-site .woocommerce ul.products li.product .button { margin-left: 11px; }
body.go-site .woocommerce .woocommerce-ordering select { min-width: 220px; }
body.go-site .woocommerce .woocommerce-result-count { color: #66758e; }
body.go-site div.product { margin-top: 12px; }
body.go-site div.product .woocommerce-product-gallery { max-width: 490px; }
body.go-site div.product .woocommerce-product-gallery__image img { border: 8px solid var(--go-white); border-radius: 27px; box-shadow: var(--go-shadow); }
body.go-site div.product .summary { padding-top: 15px; }
body.go-site div.product .product_title { margin-bottom: 10px; font-size: clamp(2.15rem, 4vw, 3.5rem); line-height: 1.08; }
body.go-site div.product .summary .price { margin-bottom: 20px; color: var(--go-blue); font-size: 2rem; font-weight: 900; }
body.go-site div.product .woocommerce-product-details__short-description { color: #52647f; font-size: 1.03rem; }
.go-product-points { display: grid; gap: 10px; margin: 16px 0 25px; }
.go-product-points span { display: flex; align-items: center; gap: 9px; font-size: .88rem; font-weight: 900; }
.go-product-points svg { color: var(--go-pink); }
.go-concept-note { margin: -8px 0 25px; color: #63738a; font-size: .83rem; }
.go-product-details { clear: both; max-width: 860px; margin: 50px auto 70px; padding: clamp(26px, 4vw, 48px); border-radius: 28px; background: #f1fbff; }
.go-product-details h2 { margin-top: 0; }
.go-product-details h3 { margin-top: 1.5em; }
body.go-site div.product form.cart .variations { margin: 20px 0; }
body.go-site div.product form.cart .variations th, body.go-site div.product form.cart .variations td { display: block; width: 100%; padding: 0; }
body.go-site div.product form.cart .variations label { display: block; margin-bottom: 7px; color: var(--go-ink); font-size: .89rem; font-weight: 900; }
body.go-site select, body.go-site input.input-text, body.go-site input[type="text"], body.go-site input[type="email"], body.go-site input[type="tel"], body.go-site textarea, body.go-site .select2-container .select2-selection--single { min-height: 47px; border: 2px solid var(--go-line); border-radius: 12px; background: var(--go-white); color: var(--go-ink); box-shadow: none; }
body.go-site select { padding: 9px 14px; }
body.go-site input.input-text, body.go-site textarea { padding: 10px 14px; }
body.go-site div.product form.cart .variations select { width: min(100%, 470px); margin-bottom: 16px; }
body.go-site div.product form.cart .quantity .qty { width: 75px; margin-right: 12px; }
body.go-site div.product .product_meta { color: #63738a; font-size: .8rem; }
body.go-site div.product .woocommerce-tabs { margin-top: 35px; }
body.go-site .woocommerce-message, body.go-site .woocommerce-info, body.go-site .woocommerce-error, .go-test-note { border: 0; border-radius: 14px; background: #e9f9f4; color: var(--go-ink); box-shadow: none; }
.go-test-note { margin: 0 0 25px; padding: 15px 20px; border-left: 5px solid var(--go-pink); font-size: .9rem; font-weight: 800; }
body.go-site .woocommerce-cart-form, body.go-site .cart_totals, body.go-site .woocommerce-checkout #customer_details, body.go-site .woocommerce-checkout #order_review { padding: 20px; border: 2px solid var(--go-line); border-radius: 22px; background: var(--go-white); }
body.go-site .woocommerce-cart-form table, body.go-site .woocommerce-checkout table { margin-bottom: 0; }
body.go-site .woocommerce-checkout #order_review_heading { margin-top: 25px; }
body.go-site .woocommerce-checkout #payment { border-radius: 15px; background: #f5faff; }
body.go-site .woocommerce-checkout .form-row label { color: var(--go-ink); font-weight: 800; }
body.go-site .woocommerce-checkout .form-row { margin-bottom: 13px; }
body.go-site .woocommerce-checkout #place_order { width: 100%; }

@media (max-width: 900px) {
	.go-nav { gap: 13px; }
	.go-nav a { font-size: .8rem; }
	.go-brand__words strong { font-size: 1.08rem; }
	.go-brand__words small { font-size: .58rem; }
	.go-header-inner { gap: 10px; }
	.go-hero h1 { font-size: clamp(3rem, 6.4vw, 4.6rem); }
	.go-moments__grid, .go-faq__grid { gap: 35px; }
}
@media (max-width: 720px) {
	.go-wrap { width: min(100% - 28px, 540px); }
	body.go-site .col-full { padding-inline: 15px; }
	.go-announcement { font-size: .72rem; }
	.go-announcement__extra { display: none; }
	.go-header-inner { min-height: 74px; flex-wrap: wrap; justify-content: space-between; padding: 9px 0; }
	.go-brand > svg { width: 43px; height: 43px; border-radius: 14px; }
	.go-brand__words strong { font-size: 1.02rem; }
	.go-brand__words small { font-size: .55rem; }
	.go-header-cart { margin-left: auto; }
	.go-cart-link { padding: 9px 11px; }
	.go-cart-link > span { display: none; }
	.go-nav { width: 100%; order: 3; justify-content: space-between; gap: 8px; padding: 5px 0 2px; }
	.go-nav a { font-size: .73rem; }
	.go-hero { padding: 48px 0 70px; }
	.go-hero__grid, .go-product-section__grid, .go-moments__grid, .go-faq__grid { grid-template-columns: 1fr; }
	.go-hero h1 { font-size: clamp(3.3rem, 10vw, 5.3rem); }
	.go-hero__visual { max-width: 510px; margin: 15px auto 0; }
	.go-hero__sticker { width: 110px; height: 110px; left: -1%; font-size: .92rem; }
	.go-facts__grid { grid-template-columns: repeat(2, 1fr); }
	.go-facts__grid > div:nth-child(2) { border-right: 0; }
	.go-facts__grid > div:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.25); }
	.go-feature-grid, .go-story-grid { grid-template-columns: 1fr; }
	.go-feature { padding: 25px; }
	.go-story-card { min-height: 235px; }
	.go-product-section__visual { max-width: 470px; margin: auto; }
	.go-moments__grid > img { max-height: 500px; transform: none; }
	.go-closer__inner { align-items: flex-start; flex-direction: column; }
	.go-footer-inner { grid-template-columns: 1fr 1fr; gap: 35px 20px; }
	.go-footer-about { grid-column: 1 / -1; }
	body.go-site div.product .woocommerce-product-gallery, body.go-site div.product .summary { width: 100%; float: none; }
	body.go-site .woocommerce-cart-form, body.go-site .cart_totals, body.go-site .woocommerce-checkout #customer_details, body.go-site .woocommerce-checkout #order_review { padding: 14px; }
}
@media (max-width: 410px) {
	.go-nav a { font-size: .66rem; }
	.go-brand__words strong { font-size: .9rem; }
	.go-brand__words small { font-size: .49rem; }
	.go-actions { align-items: flex-start; flex-direction: column; }
	.go-hero__mini { gap: 13px; }
}
