:root {
	--aroud-green: #075f49;
	--aroud-green-dark: #034737;
	--aroud-green-soft: #edf6f2;
	--aroud-ink: #17201d;
	--aroud-muted: #68736f;
	--aroud-line: #dfe6e3;
	--aroud-bg: #fff;
}

.aroud-product,
.aroud-product * { box-sizing: border-box; }
.aroud-product { width: 100%; max-width: 1460px; min-width: 0; margin: 0 auto; color: var(--aroud-ink); font-family: Inter, Arial, sans-serif; background: var(--aroud-bg); }
.aroud-product button,
.aroud-product input { font: inherit; }
.aroud-product h1,
.aroud-product h2,
.aroud-product h3,
.aroud-product p { margin-top: 0; }
.aroud-product h1,
.aroud-product h2 { font-family: Georgia, "Times New Roman", serif; font-weight: 500; color: #111; }
.aroud-product svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 1.6; vertical-align: middle; flex: 0 0 auto; }
.aroud-product button,
.aroud-product a { transition: background-color .2s ease, color .2s ease, border-color .2s ease, transform .2s ease; }
.aroud-product button:focus-visible,
.aroud-product a:focus-visible,
.aroud-product input:focus-visible { outline: 3px solid rgba(7,95,73,.25); outline-offset: 2px; }

.aroud-hero { display: grid; grid-template-columns: minmax(0, 1.12fr) minmax(380px, .88fr); gap: 28px; align-items: start; padding: 22px 0 64px; }
.aroud-hero > * { min-width: 0; }
.aroud-gallery { display: grid; grid-template-columns: minmax(0, 1fr) 94px; gap: 12px; position: sticky; top: 18px; }
.aroud-main-image { position: relative; grid-column: 1; grid-row: 1; height: min(650px, calc(100vh - 190px)); min-height: 540px; overflow: hidden; background: #f7f7f5; border-radius: 2px; }
.aroud-main-image img { display: block; width: 100%; height: 100%; min-height: 0; max-height: none; object-fit: contain; }
.aroud-gallery-dots { display: none; }
.aroud-thumbnails { grid-column: 2; grid-row: 1; display: flex; flex-direction: column; gap: 10px; }
.aroud-thumb { width: 94px; height: 112px; padding: 0; overflow: hidden; border: 2px solid transparent; border-radius: 5px; background: #f4f3f1; cursor: pointer; }
.aroud-thumb img { display: block; width: 100%; height: 100%; object-fit: cover; }
.aroud-thumb.is-active { border-color: var(--aroud-green); }

.aroud-buy-panel { width: 100%; max-width: none; min-width: 0; }
.aroud-breadcrumbs { margin: 4px 0 18px; color: #77807d; font-size: 12px; }
.aroud-breadcrumbs .woocommerce-breadcrumb { margin: 0; }
.aroud-buy-panel h1 { max-width: 100%; margin-bottom: 6px; overflow-wrap: break-word; font-size: clamp(32px, 2.55vw, 48px); line-height: 1.02; letter-spacing: -.035em; }
.aroud-subtitle { margin-bottom: 16px; color: var(--aroud-muted); font-size: 16px; }
.aroud-price-row { display: flex; align-items: center; gap: 20px; margin-bottom: 16px; }
.aroud-price { display: flex; align-items: baseline; gap: 10px; color: var(--aroud-green); font-family: Georgia, "Times New Roman", serif; font-size: 38px; font-weight: 700; line-height: 1; }
.aroud-price del { color: #929a97; font-size: 20px; font-weight: 400; }
.aroud-price ins { text-decoration: none; }
.aroud-delivery-included { color: var(--aroud-green); font-size: 15px; font-weight: 800; line-height: 1.05; }
.aroud-trust-chips { display: flex; flex-wrap: wrap; gap: 7px; margin-bottom: 20px; }
.aroud-trust-chips span { display: inline-flex; align-items: center; gap: 6px; min-height: 38px; padding: 8px 10px; border: 1px solid var(--aroud-line); border-radius: 7px; background: #fafbfa; font-size: 12px; }

.aroud-offers { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin: 0 0 18px; }
.aroud-offer { position: relative; min-width: 0; cursor: pointer; }
.aroud-offer input { position: absolute; opacity: 0; pointer-events: none; }
.aroud-offer > span { display: flex; flex-direction: column; gap: 2px; min-height: 72px; padding: 12px 10px; border: 1px solid var(--aroud-line); border-radius: 8px; background: #fff; }
.aroud-offer strong { font-size: 13px; }
.aroud-offer b { color: var(--aroud-green); font-size: 18px; }
.aroud-offer em { position: absolute; top: -8px; right: 8px; padding: 2px 6px; border-radius: 10px; background: var(--aroud-green); color: #fff; font-size: 9px; font-style: normal; }
.aroud-offer.is-selected > span { border: 2px solid var(--aroud-green); background: var(--aroud-green-soft); padding: 11px 9px; }

.aroud-unit { padding: 0 0 8px; }
.aroud-unit + .aroud-unit { margin-top: 10px; padding-top: 14px; border-top: 1px solid var(--aroud-line); }
.aroud-unit h3 { margin: 0 0 8px; font-family: inherit; font-size: 13px; font-weight: 800; }
.aroud-attribute { margin: 0 0 12px; padding: 0; border: 0; }
.aroud-attribute legend { margin: 0 0 8px; font-size: 13px; }
.aroud-attribute-options { display: flex; flex-wrap: wrap; gap: 8px; }
.aroud-attribute label { position: relative; cursor: pointer; }
.aroud-attribute input { position: absolute; opacity: 0; pointer-events: none; }
.aroud-size span { display: grid; min-width: 58px; height: 42px; padding: 0 10px; place-items: center; border: 1px solid var(--aroud-line); border-radius: 7px; background: #f8f9f8; text-transform: uppercase; }
.aroud-size input:checked + span { border: 2px solid var(--aroud-green); background: var(--aroud-green); color: #fff; }
.aroud-swatch span { display: block; width: 42px; height: 42px; border: 3px solid #fff; border-radius: 50%; background: var(--swatch); box-shadow: 0 0 0 1px #ccd3d0; }
.aroud-swatch input:checked + span { box-shadow: 0 0 0 2px var(--aroud-green); }
.aroud-unit.has-error { padding: 8px; border: 1px solid #b42318; border-radius: 8px; }

.aroud-primary-cta,
.aroud-submit { display: block; width: 100%; border: 0; border-radius: 6px; background: var(--aroud-green); color: #fff; cursor: pointer; font-weight: 800; }
.aroud-primary-cta { min-height: 58px; padding: 10px 18px; font-size: 17px; line-height: 1.15; }
.aroud-primary-cta small { display: block; font-size: 12px; }
.aroud-primary-cta:hover,
.aroud-submit:hover,
.aroud-bottom-cta button:hover,
.aroud-mobile-sticky button:hover { background: var(--aroud-green-dark); transform: translateY(-1px); }
.aroud-form-hint { margin: 7px 0 10px; text-align: center; color: #7c8582; font-size: 11px; }
.aroud-payment-strip { display: flex; align-items: center; justify-content: center; gap: 10px; min-height: 48px; margin-bottom: 10px; border-radius: 6px; background: var(--aroud-green-soft); color: var(--aroud-green); font-size: 14px; }

.aroud-order-form { padding: 15px; border: 1px solid var(--aroud-line); border-radius: 7px; background: #fff; box-shadow: 0 10px 26px rgba(25,49,42,.07); }
.aroud-order-form h2 { display: flex; align-items: center; gap: 9px; margin-bottom: 12px; font-family: Georgia, "Times New Roman", serif; font-size: 22px; }
.aroud-order-form label { display: block; margin-bottom: 8px; }
.aroud-order-form label > span { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.aroud-order-form input, .aroud-order-form textarea { width: 100%; padding: 0 13px; border: 1px solid #d8dfdc; border-radius: 5px; background: #fff; color: #18211e; }
.aroud-order-form input { height: 44px; }
.aroud-order-form textarea { min-height: 72px; padding-top: 11px; resize: vertical; }
.aroud-form-error { margin-bottom: 10px; padding: 9px 11px; border-radius: 5px; background: #fff0ee; color: #9a271c; font-size: 13px; }
.aroud-order-summary { display: grid; grid-template-columns: 58px minmax(0,1fr) auto; align-items: center; gap: 10px; margin: 12px 0; padding: 8px; border: 1px solid var(--aroud-line); border-radius: 6px; }
.aroud-order-summary img { width: 58px; height: 58px; object-fit: cover; border-radius: 4px; }
.aroud-order-summary span { min-width: 0; }
.aroud-order-summary strong { display: block; overflow: hidden; font-size: 11px; text-overflow: ellipsis; white-space: nowrap; }
.aroud-order-summary small { display: block; margin-top: 4px; color: var(--aroud-muted); font-size: 10px; }
.aroud-order-summary > b { text-align: right; font-family: Georgia, "Times New Roman", serif; font-size: 18px; white-space: nowrap; }
.aroud-submit { min-height: 48px; font-size: 15px; }
.aroud-submit:disabled { opacity: .65; cursor: wait; }

.aroud-editorial { padding: 18px 14px 40px; }
.aroud-editorial > h2 { margin: 36px 0 14px; font-size: 30px; letter-spacing: -.02em; }
.aroud-card-grid { display: grid; gap: 22px; }
.aroud-grid-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.aroud-grid-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.aroud-card { margin: 0; }
.aroud-card.has-no-image { padding: 16px; border: 1px solid var(--aroud-line); border-radius: 5px; }
.aroud-card img { display: block; width: 100%; height: 245px; object-fit: cover; border-radius: 5px; background: #f4f3f1; }
.aroud-looks .aroud-card { position: relative; min-height: 330px; overflow: hidden; border-radius: 5px; background: #f4f3f1; }
.aroud-looks .aroud-card img { height: 330px; }
.aroud-looks .aroud-card h3,
.aroud-looks .aroud-card p { position: absolute; left: 24px; max-width: 220px; padding: 3px 7px; background: rgba(255,255,255,.85); }
.aroud-looks .aroud-card h3 { top: 55px; margin: 0; font-size: 23px; }
.aroud-looks .aroud-card p { top: 93px; margin: 0; }
.aroud-looks .aroud-card.has-no-image { min-height: 0; background: #fff; }
.aroud-looks .aroud-card.has-no-image h3,
.aroud-looks .aroud-card.has-no-image p { position: static; max-width: none; padding: 0; background: transparent; }
.aroud-looks .aroud-card.has-no-image h3 { margin: 0 0 4px; }
.aroud-card h3 { margin: 10px 0 4px; font-family: Georgia, "Times New Roman", serif; font-size: 20px; }
.aroud-card p { margin: 0; color: var(--aroud-muted); font-size: 15px; line-height: 1.45; }
.aroud-details .aroud-card img { height: 205px; }
.aroud-info-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 42px; margin-top: 40px; }
.aroud-info-grid.is-single { grid-template-columns: minmax(0, 1fr); }
.aroud-info-grid h2 { margin-bottom: 14px; font-size: 28px; }
.aroud-size-guide > div { display: flex; gap: 16px; align-items: center; }
.aroud-size-guide svg { width: 62px; height: 62px; color: var(--aroud-green); }
.aroud-size-guide p { margin: 0; color: var(--aroud-muted); }
.aroud-size-guide a { display: inline-block; margin: 14px 0 0 78px; padding: 9px 16px; border: 1px solid var(--aroud-green); border-radius: 5px; color: var(--aroud-green); font-weight: 700; text-decoration: none; }
.aroud-faq { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 8px; }
.aroud-faq h2 { grid-column: 1/-1; }
.aroud-faq details { border: 1px solid var(--aroud-line); border-radius: 6px; }
.aroud-faq summary { position: relative; padding: 13px 38px 13px 14px; cursor: pointer; font-weight: 700; list-style: none; }
.aroud-faq summary::-webkit-details-marker { display: none; }
.aroud-faq summary::after { position: absolute; top: 12px; right: 14px; content: "+"; color: var(--aroud-green); }
.aroud-faq details[open] summary::after { content: "−"; }
.aroud-faq p { padding: 0 14px 13px; margin: 0; color: var(--aroud-muted); font-size: 13px; }

.aroud-bottom-cta { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin: 18px 14px 48px; padding: 22px 48px; border-radius: 4px; background: var(--aroud-green); color: #fff; }
.aroud-bottom-cta strong,
.aroud-bottom-cta small { display: block; }
.aroud-bottom-cta strong { font-family: Georgia, "Times New Roman", serif; font-size: 24px; }
.aroud-bottom-cta button { min-width: 310px; min-height: 44px; border: 0; border-radius: 4px; background: #fff; color: var(--aroud-green); cursor: pointer; font-weight: 800; }
.aroud-mobile-sticky { display: none; }
.aroud-cod-disabled { margin: 20px; padding: 16px; border: 1px solid var(--aroud-line); background: #fff; }

.aroud-thankyou-confirmation { display: grid; grid-template-columns: 52px minmax(0, 1fr); gap: 18px; max-width: 820px; margin: 0 auto 28px; padding: 28px; border: 1px solid #dce9e4; border-radius: 8px; background: #f5faf8; box-shadow: 0 10px 30px rgba(6, 82, 62, .08); color: #18352d; }
.aroud-thankyou-icon { display: grid; width: 52px; height: 52px; border-radius: 50%; place-items: center; background: #08664f; color: #fff; font-size: 27px; font-weight: 800; }
.aroud-thankyou-content h2 { margin: 0 0 8px; color: #073f32; font-family: Georgia, "Times New Roman", serif; font-size: 30px; line-height: 1.15; }
.aroud-thankyou-content > p:not(.aroud-thankyou-kicker) { max-width: 650px; margin: 0 0 18px; color: #405d55; font-size: 16px; line-height: 1.55; }
.aroud-thankyou-kicker { margin: 0 0 3px; color: #08664f; font-size: 12px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.aroud-thankyou-whatsapp { display: inline-flex; min-height: 50px; padding: 12px 20px; border-radius: 5px; align-items: center; justify-content: center; gap: 9px; background: #08664f; color: #fff !important; font-size: 15px; font-weight: 800; line-height: 1.25; text-align: center; text-decoration: none !important; transition: background-color .18s ease, transform .18s ease; }
.aroud-thankyou-whatsapp:hover { background: #054c3b; color: #fff; transform: translateY(-1px); }
.aroud-thankyou-whatsapp:focus-visible { outline: 3px solid #f2b544; outline-offset: 3px; }
.aroud-thankyou-whatsapp span { color: #7fe2a8; font-size: 16px; }
.aroud-thankyou-content small { display: block; margin-top: 9px; color: #61776f; font-size: 12px; }
.woocommerce-order > .aroud-thankyou-confirmation + .woocommerce-notice.woocommerce-thankyou-order-received { display: none; }
.woocommerce-order { max-width: 1100px; margin: 36px auto 64px; padding: 0 20px; }
.woocommerce-order .woocommerce-order-overview { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); max-width: 820px; margin: 0 auto 32px !important; padding: 0 !important; overflow: hidden; border: 1px solid #e1e7e4; border-radius: 7px; background: #fff; }
.woocommerce-order .woocommerce-order-overview li { float: none !important; width: auto !important; min-width: 0; margin: 0 !important; padding: 16px !important; border-right: 1px solid #e1e7e4; color: #61716b; font-size: 11px; line-height: 1.4; }
.woocommerce-order .woocommerce-order-overview li:last-child { border-right: 0; }
.woocommerce-order .woocommerce-order-overview strong { display: block; margin-top: 5px; color: #18352d; font-size: 14px; overflow-wrap: anywhere; }
.woocommerce-order .woocommerce-order-details,
.woocommerce-order .woocommerce-customer-details { max-width: 820px; margin: 30px auto; }
.woocommerce-order .woocommerce-order-details h2,
.woocommerce-order .woocommerce-customer-details h2 { color: #18352d; font-family: Georgia, "Times New Roman", serif; font-size: 25px; }
.woocommerce-order .woocommerce-table { overflow: hidden; border: 1px solid #e1e7e4; border-radius: 7px; background: #fff; }

@media (max-width: 1050px) {
	.aroud-hero { grid-template-columns: minmax(0, 1fr) minmax(380px, .92fr); gap: 22px; }
	.aroud-gallery { grid-template-columns: minmax(0, 1fr) 82px; }
	.aroud-thumb { width: 82px; height: 96px; }
	.aroud-main-image,
	.aroud-main-image img { min-height: 0; }
	.aroud-main-image { height: min(590px, calc(100vh - 170px)); min-height: 480px; }
}

@media (max-width: 767px) {
	.aroud-thankyou-confirmation { grid-template-columns: 40px minmax(0, 1fr); gap: 12px; margin: 0 12px 20px; padding: 18px 14px; }
	.aroud-thankyou-icon { width: 40px; height: 40px; font-size: 21px; }
	.aroud-thankyou-content h2 { font-size: 25px; }
	.aroud-thankyou-content > p:not(.aroud-thankyou-kicker) { margin-bottom: 14px; font-size: 14px; line-height: 1.45; }
	.aroud-thankyou-whatsapp { width: 100%; min-height: 54px; padding: 12px; font-size: 14px; }
	.woocommerce-order { margin: 18px auto 40px; padding: 0 12px; }
	.woocommerce-order .woocommerce-order-overview { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.woocommerce-order .woocommerce-order-overview li { padding: 12px !important; border-bottom: 1px solid #e1e7e4; }
	.woocommerce-order .woocommerce-order-overview li:nth-child(2n) { border-right: 0; }
	.aroud-product { width: 100%; padding-bottom: 76px; }
	.aroud-hero { display: block; padding: 0; }
	.aroud-gallery { display: flex; position: static; flex-direction: column; gap: 0; }
	.aroud-main-image { order: 1; height: auto; min-height: 0; border-radius: 0; touch-action: pan-y; user-select: none; }
	.aroud-main-image img { width: 100%; height: auto; min-height: 0; max-height: 56vh; aspect-ratio: 1 / 1.03; object-fit: cover; }
	.aroud-gallery-dots { position: absolute; z-index: 2; right: 0; bottom: 12px; left: 0; display: flex; justify-content: center; gap: 7px; pointer-events: none; }
	.aroud-gallery-dots button { width: 7px; height: 7px; padding: 0; border: 0; border-radius: 50%; background: rgba(255,255,255,.7); box-shadow: 0 0 0 1px rgba(0,0,0,.18); pointer-events: auto; }
	.aroud-gallery-dots button.is-active { width: 19px; border-radius: 7px; background: var(--aroud-green); box-shadow: none; }
	.aroud-thumbnails { order: 2; display: flex; flex-direction: row; justify-content: center; gap: 8px; width: 100%; padding: 9px 14px 5px; overflow-x: auto; overscroll-behavior-inline: contain; scrollbar-width: thin; }
	.aroud-thumb { flex: 0 0 58px; width: 58px; height: 66px; border-radius: 5px; }
	.aroud-buy-panel { max-width: none; padding: 14px 14px 22px; }
	.aroud-breadcrumbs { display: none; }
	.aroud-buy-panel h1 { margin-bottom: 4px; font-size: 29px; line-height: 1.02; }
	.aroud-subtitle { margin-bottom: 9px; font-size: 14px; }
	.aroud-price-row { gap: 12px; margin-bottom: 12px; }
	.aroud-price { font-size: 31px; }
	.aroud-delivery-included { font-size: 12px; }
	.aroud-trust-chips { gap: 5px; margin-bottom: 14px; }
	.aroud-trust-chips span { flex: 1 1 calc(50% - 5px); min-height: 35px; padding: 7px; font-size: 10px; }
	.aroud-offers { grid-template-columns: repeat(3, minmax(0,1fr)); gap: 5px; }
	.aroud-offer > span { min-height: 63px; padding: 10px 7px; }
	.aroud-offer b { font-size: 15px; }
	.aroud-size span { min-width: 46px; height: 37px; }
	.aroud-swatch span { width: 38px; height: 38px; }
	.aroud-primary-cta { min-height: 54px; font-size: 15px; }
	.aroud-order-form { padding: 12px; box-shadow: none; }
	.aroud-order-summary { grid-template-columns: 46px minmax(0,1fr) auto; gap: 6px; }
	.aroud-order-summary img { width: 46px; height: 46px; }
	.aroud-order-summary > b { font-size: 15px; }
	.aroud-editorial { padding: 6px 14px 26px; }
	.aroud-editorial > h2 { margin: 28px 0 11px; font-size: 23px; }
	.aroud-card-grid { gap: 10px; }
	.aroud-grid-3 { display: block; }
	.aroud-grid-3 .aroud-card { display: grid; grid-template-columns: 82px minmax(0,1fr); gap: 0 10px; margin-bottom: 10px; align-items: center; }
	.aroud-grid-3 .aroud-card img { grid-row: 1 / span 2; width: 82px; height: 72px; border-radius: 5px; }
	.aroud-grid-3 .aroud-card h3 { margin: 0 0 2px; font-size: 15px; }
	.aroud-grid-3 .aroud-card p { font-size: 12px; line-height: 1.3; }
	.aroud-grid-3 .aroud-card.has-no-image { display: block; padding: 12px; }
	.aroud-grid-2 { gap: 8px; }
	.aroud-looks .aroud-card { min-height: 176px; }
	.aroud-looks .aroud-card img { height: 176px; }
	.aroud-looks .aroud-card h3,
	.aroud-looks .aroud-card p { position: static; max-width: none; padding: 0; background: transparent; }
	.aroud-looks .aroud-card h3 { margin-top: 6px; font-size: 14px; }
	.aroud-looks .aroud-card p { display: none; }
	.aroud-details { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 6px; }
	.aroud-details .aroud-card { display: block; margin: 0; }
	.aroud-details .aroud-card img { width: 100%; height: 96px; }
	.aroud-details .aroud-card h3 { margin-top: 5px; font-size: 12px; }
	.aroud-details .aroud-card p { display: none; }
	.aroud-info-grid { display: block; margin-top: 28px; }
	.aroud-info-grid h2 { margin: 24px 0 10px; font-size: 23px; }
	.aroud-size-guide svg { width: 48px; height: 48px; }
	.aroud-size-guide p { font-size: 12px; }
	.aroud-size-guide a { margin: 10px 0 0 64px; padding: 8px 12px; font-size: 12px; }
	.aroud-faq { display: block; }
	.aroud-faq details { margin-bottom: 6px; }
	.aroud-bottom-cta { display: none; }
	.aroud-mobile-sticky { position: fixed; z-index: 9998; right: 0; bottom: 0; left: 0; display: flex; align-items: center; gap: 8px; padding: 8px 10px calc(8px + env(safe-area-inset-bottom)); background: #fff; border-top: 1px solid var(--aroud-line); box-shadow: 0 -8px 24px rgba(14,38,31,.12); }
	.aroud-mobile-sticky > span { display: flex; align-items: center; gap: 6px; min-width: 104px; color: var(--aroud-green); font-size: 13px; }
	.aroud-mobile-sticky img { width: 36px; height: 36px; border-radius: 4px; object-fit: cover; }
	.aroud-mobile-sticky button { flex: 1; min-height: 43px; border: 0; border-radius: 5px; background: var(--aroud-green); color: #fff; font-size: 12px; font-weight: 800; }
}

@media (prefers-reduced-motion: reduce) {
	.aroud-product * { scroll-behavior: auto !important; transition: none !important; }
}
