/* Zoom Rugs — site-wide WooCommerce styling (product, cart, checkout, account). Scoped to body.zrf-woo */
body.zrf-woo {
	--zrf-bg: #080808; --zrf-bg-2: #111111; --zrf-bg-3: #171717;
	--zrf-fg: #f4f0ec; --zrf-fg-2: rgba(244, 240, 236, .72); --zrf-fg-3: rgba(244, 240, 236, .5);
	--zrf-gold: #c5a880; --zrf-gold-2: #d8b874; --zrf-gold-soft: rgba(197, 168, 128, .16);
	--zrf-line: rgba(255, 255, 255, .11); --zrf-line-2: rgba(197, 168, 128, .38);
	--zrf-serif: Georgia, "Times New Roman", serif;
	--zrf-sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
	--zrf-radius: 2px; --zrf-focus: 0 0 0 2px var(--zrf-bg), 0 0 0 4px var(--zrf-gold-2);
	background: var(--zrf-bg); color: var(--zrf-fg);
}
body.zrf-woo #content, body.zrf-woo #main, body.zrf-woo .site-main, body.zrf-woo #primary, body.zrf-woo .page-content, body.zrf-woo .entry-content { background: var(--zrf-bg); color: var(--zrf-fg); }
body.zrf-woo .site-main { max-width: 1400px; margin: 0 auto; padding: 40px 32px 96px; }

/* Leftover theme footer bar ("© 2024 All Rights Reserved") — the global footer carries the copyright. */
body.zrf-woo footer.site-footer.dynamic-footer, body.zrf-woo footer#site-footer { display: none !important; }

/* Typography & links */
body.zrf-woo, body.zrf-woo p, body.zrf-woo li, body.zrf-woo td, body.zrf-woo th, body.zrf-woo label { font-family: var(--zrf-sans); }
body.zrf-woo h1, body.zrf-woo h2, body.zrf-woo h3 { font-family: var(--zrf-serif); font-weight: 500; color: var(--zrf-fg); letter-spacing: .01em; }
body.zrf-woo a { color: var(--zrf-gold); }
body.zrf-woo a:hover { color: var(--zrf-gold-2); }
body.zrf-woo .woocommerce-breadcrumb { font: 11px/1.4 var(--zrf-sans); letter-spacing: .18em; text-transform: uppercase; color: var(--zrf-fg-3); margin: 0 0 30px; }
body.zrf-woo .woocommerce-breadcrumb a { color: var(--zrf-fg-3); text-decoration: none; }
body.zrf-woo .woocommerce-breadcrumb a:hover { color: var(--zrf-gold-2); }

/* Buttons (all WooCommerce buttons) */
body.zrf-woo .button, body.zrf-woo button.button, body.zrf-woo a.button, body.zrf-woo input.button, body.zrf-woo button[type=submit], body.zrf-woo .checkout-button, body.zrf-woo #place_order, body.zrf-woo .single_add_to_cart_button, body.zrf-woo .woocommerce-Button {
	display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 46px; padding: 12px 22px; border: 1px solid var(--zrf-line-2); border-radius: var(--zrf-radius); background: transparent; color: #ead8ba; font: 600 11px/1.2 var(--zrf-sans); letter-spacing: .16em; text-transform: uppercase; text-decoration: none; cursor: pointer; transition: background .15s, color .15s, border-color .15s; box-shadow: none;
}
body.zrf-woo .button:hover, body.zrf-woo a.button:hover, body.zrf-woo button.button:hover, body.zrf-woo input.button:hover { background: var(--zrf-gold-soft); color: var(--zrf-fg); border-color: var(--zrf-gold-2); }
body.zrf-woo .single_add_to_cart_button, body.zrf-woo .checkout-button, body.zrf-woo #place_order, body.zrf-woo .button.alt { background: linear-gradient(135deg, #b9935a, #d8bd89); color: #17130d; border-color: transparent; }
body.zrf-woo .single_add_to_cart_button:hover, body.zrf-woo .checkout-button:hover, body.zrf-woo #place_order:hover, body.zrf-woo .button.alt:hover { background: linear-gradient(135deg, #c7a066, #e2c797); color: #17130d; }
body.zrf-woo .button:disabled, body.zrf-woo .button.disabled, body.zrf-woo .single_add_to_cart_button.disabled { opacity: .45; cursor: not-allowed; }
body.zrf-woo .button:focus-visible, body.zrf-woo input:focus-visible, body.zrf-woo select:focus-visible, body.zrf-woo textarea:focus-visible { outline: none; box-shadow: var(--zrf-focus); }

/* Form controls */
body.zrf-woo input[type=text], body.zrf-woo input[type=email], body.zrf-woo input[type=tel], body.zrf-woo input[type=number], body.zrf-woo input[type=password], body.zrf-woo input[type=search], body.zrf-woo textarea, body.zrf-woo select, body.zrf-woo .select2-container .select2-selection--single {
	background: var(--zrf-bg-2); color: var(--zrf-fg); border: 1px solid var(--zrf-line-2); border-radius: var(--zrf-radius); padding: 12px 14px; min-height: 46px; font: 14px var(--zrf-sans); box-shadow: none;
}
body.zrf-woo select { appearance: none; -webkit-appearance: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6'%3E%3Cpath d='M1 1l4 4 4-4' fill='none' stroke='%23c5a880' stroke-width='1.4'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 14px center; padding-right: 36px; }
body.zrf-woo select option { background: var(--zrf-bg-2); color: var(--zrf-fg); }
body.zrf-woo .select2-container .select2-selection--single { height: auto; display: flex; align-items: center; }
body.zrf-woo .select2-container--default .select2-selection--single .select2-selection__rendered { color: var(--zrf-fg); line-height: 1.3; padding-left: 0; }
body.zrf-woo .select2-container--default .select2-selection--single .select2-selection__arrow { height: 100%; }
body.zrf-woo .select2-container--default .select2-selection--single .select2-selection__arrow b { border-color: var(--zrf-gold) transparent transparent; }
body.zrf-woo .select2-dropdown { background: var(--zrf-bg-2); color: var(--zrf-fg); border-color: var(--zrf-line-2); }
body.zrf-woo .select2-container--default .select2-results__option--highlighted[aria-selected] { background: var(--zrf-gold-soft); color: var(--zrf-fg); }
body.zrf-woo .select2-container--default .select2-search--dropdown .select2-search__field { background: var(--zrf-bg); color: var(--zrf-fg); border-color: var(--zrf-line-2); }
body.zrf-woo label { color: var(--zrf-fg-2); font-size: 13px; }
body.zrf-woo .form-row label { margin-bottom: 6px; display: block; }
body.zrf-woo .required { color: var(--zrf-gold-2); }

/* Notices */
body.zrf-woo .woocommerce-message, body.zrf-woo .woocommerce-info, body.zrf-woo .woocommerce-error { background: var(--zrf-bg-2); color: var(--zrf-fg); border-top: 2px solid var(--zrf-gold); border-radius: var(--zrf-radius); font: 14px/1.5 var(--zrf-sans); }
body.zrf-woo .woocommerce-message::before, body.zrf-woo .woocommerce-info::before { color: var(--zrf-gold); }
body.zrf-woo .woocommerce-error { border-top-color: #d08a7a; }
body.zrf-woo .woocommerce-error::before { color: #d08a7a; }
body.zrf-woo .woocommerce-message .button, body.zrf-woo .woocommerce-info .button { margin-top: -8px; }

/* ---------- Single product ---------- */
body.zrf-woo.single-product .site-main { padding-top: 32px; }
body.zrf-woo.woocommerce div.product { display: block; }
body.zrf-woo .zrf-product-top { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr); gap: 56px; align-items: start; margin: 0 0 8px; }
body.zrf-woo .zrf-product-top > * { min-width: 0; max-width: 100%; }
body.zrf-woo.woocommerce div.product .woocommerce-product-gallery { max-width: 100%; overflow: hidden; }
body.zrf-woo.woocommerce div.product div.images, body.zrf-woo.woocommerce div.product .woocommerce-product-gallery { float: none; width: auto; margin: 0; }
body.zrf-woo.woocommerce div.product div.summary.entry-summary { float: none; width: auto; margin: 0; position: sticky; top: 110px; }
body.admin-bar.zrf-woo.woocommerce div.product div.summary.entry-summary { top: 142px; }
body.zrf-woo .woocommerce-product-gallery__wrapper { background: var(--zrf-bg-2); border: 1px solid var(--zrf-line); border-radius: var(--zrf-radius); }
body.zrf-woo .woocommerce-product-gallery__image img { width: 100%; max-height: 78vh; object-fit: contain; background: var(--zrf-bg-2); }
body.zrf-woo .woocommerce-product-gallery .flex-control-thumbs { margin: 10px 0 0; display: grid; grid-template-columns: repeat(auto-fill, minmax(72px, 1fr)); gap: 8px; }
body.zrf-woo .woocommerce-product-gallery .flex-control-thumbs li { width: auto; float: none; }
body.zrf-woo .woocommerce-product-gallery .flex-control-thumbs img { border: 1px solid var(--zrf-line); border-radius: var(--zrf-radius); opacity: .6; transition: opacity .15s, border-color .15s; aspect-ratio: 1 / 1; object-fit: cover; }
body.zrf-woo .woocommerce-product-gallery .flex-control-thumbs img.flex-active, body.zrf-woo .woocommerce-product-gallery .flex-control-thumbs img:hover { opacity: 1; border-color: var(--zrf-gold); }
body.zrf-woo .woocommerce-product-gallery__trigger { background: rgba(8, 8, 8, .8); border: 1px solid var(--zrf-line-2); }
body.zrf-woo .woocommerce-product-gallery__trigger::before { border-color: var(--zrf-gold); }
body.zrf-woo .woocommerce-product-gallery__trigger::after { background: var(--zrf-gold); }
body.zrf-woo.woocommerce span.onsale { position: absolute; top: 14px; left: 14px; z-index: 9; min-height: 0; min-width: 0; line-height: 1; padding: 7px 11px; border-radius: 999px; background: var(--zrf-gold); color: #17130d; font: 700 10px/1 var(--zrf-sans); letter-spacing: .16em; text-transform: uppercase; }
.zrf-product__eyebrow { font: 11px/1.4 var(--zrf-sans); letter-spacing: .3em; text-transform: uppercase; color: var(--zrf-gold); margin: 0 0 12px; }
body.zrf-woo.woocommerce div.product .product_title { font: 500 40px/1.15 var(--zrf-serif); color: var(--zrf-fg); margin: 0 0 14px; }
body.zrf-woo.woocommerce div.product p.price, body.zrf-woo.woocommerce div.product span.price { font: 600 20px/1.3 var(--zrf-sans); color: var(--zrf-gold); letter-spacing: .03em; margin: 0 0 18px; }
body.zrf-woo.woocommerce div.product p.price del, body.zrf-woo.woocommerce div.product span.price del { color: var(--zrf-fg-3); font-weight: 400; opacity: 1; }
body.zrf-woo.woocommerce div.product p.price ins, body.zrf-woo.woocommerce div.product span.price ins { text-decoration: none; font-weight: 600; }
body.zrf-woo .summary .woocommerce-product-details__short-description { color: var(--zrf-fg-2); font: 15px/1.7 var(--zrf-sans); margin: 0 0 22px; padding-bottom: 22px; border-bottom: 1px solid var(--zrf-line); }
body.zrf-woo.woocommerce div.product form.cart { margin: 0 0 24px; }
body.zrf-woo.woocommerce div.product form.cart table.variations { margin: 0 0 18px; border: 0; background: transparent; }
body.zrf-woo.woocommerce div.product form.cart table.variations th, body.zrf-woo.woocommerce div.product form.cart table.variations td { border: 0; padding: 0 0 12px; vertical-align: middle; background: transparent; display: table-cell; }
body.zrf-woo.woocommerce div.product form.cart table.variations th.label { width: 90px; padding-right: 14px; }
body.zrf-woo.woocommerce div.product form.cart table.variations label { font: 600 11px/1.3 var(--zrf-sans); letter-spacing: .14em; text-transform: uppercase; color: var(--zrf-fg); }
body.zrf-woo.woocommerce div.product form.cart table.variations select { width: 100%; max-width: none; }
body.zrf-woo.woocommerce div.product form.cart .reset_variations { display: block; margin-top: 4px; font-size: 12px; color: var(--zrf-fg-3); }
body.zrf-woo .woocommerce-variation.single_variation { margin: 0 0 16px; }
body.zrf-woo .woocommerce-variation-price .price { font-size: 22px; }
body.zrf-woo.woocommerce div.product .stock { font: 11px/1.3 var(--zrf-sans); letter-spacing: .12em; text-transform: uppercase; color: #8fbf9a; }
body.zrf-woo.woocommerce div.product .stock.out-of-stock { color: #d08a7a; }
body.zrf-woo.woocommerce div.product form.cart div.quantity { display: inline-flex; float: none; margin: 0 12px 0 0; }
body.zrf-woo.woocommerce div.product form.cart div.quantity .qty { width: 78px; text-align: center; }
body.zrf-woo.woocommerce div.product form.cart .single_add_to_cart_button { min-height: 50px; padding: 14px 32px; font-size: 12px; }
body.zrf-woo .woocommerce-variation-add-to-cart { display: flex; align-items: center; flex-wrap: wrap; gap: 10px; }
body.zrf-woo .product_meta { font: 12px/1.9 var(--zrf-sans); color: var(--zrf-fg-3); letter-spacing: .04em; padding-top: 18px; border-top: 1px solid var(--zrf-line); }
body.zrf-woo .product_meta > span { display: block; }
body.zrf-woo .product_meta a { color: var(--zrf-fg-2); text-decoration: none; }
body.zrf-woo .product_meta a:hover { color: var(--zrf-gold-2); }

/* Tabs → calm stacked sections */
body.zrf-woo.woocommerce div.product .woocommerce-tabs { margin: 56px 0 0; }
body.zrf-woo.woocommerce div.product .woocommerce-tabs ul.tabs { padding: 0; margin: 0 0 24px; border-bottom: 1px solid var(--zrf-line); display: flex; gap: 6px; overflow-x: auto; }
body.zrf-woo.woocommerce div.product .woocommerce-tabs ul.tabs::before, body.zrf-woo.woocommerce div.product .woocommerce-tabs ul.tabs li::before, body.zrf-woo.woocommerce div.product .woocommerce-tabs ul.tabs li::after { display: none; }
body.zrf-woo.woocommerce div.product .woocommerce-tabs ul.tabs li, body.zrf-woo.woocommerce div.product .woocommerce-tabs ul.tabs li.active { background: transparent; border: 0; border-radius: 0; margin: 0; padding: 0; box-shadow: none; }
body.zrf-woo.woocommerce div.product .woocommerce-tabs ul.tabs li a { display: block; padding: 14px 18px; font: 600 11px/1.3 var(--zrf-sans); letter-spacing: .16em; text-transform: uppercase; color: var(--zrf-fg-3); border-bottom: 2px solid transparent; margin-bottom: -1px; text-decoration: none; }
body.zrf-woo.woocommerce div.product .woocommerce-tabs ul.tabs li.active a, body.zrf-woo.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover { color: var(--zrf-gold-2); border-bottom-color: var(--zrf-gold-2); }
body.zrf-woo.woocommerce div.product .woocommerce-tabs .panel { background: transparent; color: var(--zrf-fg-2); font: 15px/1.75 var(--zrf-sans); max-width: 860px; }
body.zrf-woo .woocommerce-tabs .panel > h2:first-child { display: none; }
body.zrf-woo .woocommerce-tabs .panel p { margin: 0 0 14px; }
body.zrf-woo .woocommerce-tabs .panel strong { color: var(--zrf-fg); }
body.zrf-woo table.woocommerce-product-attributes { border: 0; }
body.zrf-woo table.woocommerce-product-attributes th, body.zrf-woo table.woocommerce-product-attributes td { border: 0; border-bottom: 1px solid var(--zrf-line); padding: 10px 12px; background: transparent; color: var(--zrf-fg-2); font-size: 14px; }
body.zrf-woo table.woocommerce-product-attributes th { color: var(--zrf-fg); font-weight: 600; width: 200px; }
body.zrf-woo #reviews .comment-reply-title, body.zrf-woo #reviews h2 { color: var(--zrf-fg); }
body.zrf-woo #reviews .commentlist li .comment-text { border-color: var(--zrf-line); }
body.zrf-woo .star-rating span::before, body.zrf-woo p.stars a { color: var(--zrf-gold); }

/* Related products & any product grid outside the collection pages */
body.zrf-woo section.related > h2, body.zrf-woo section.upsells > h2, body.zrf-woo .cross-sells > h2 { font: 500 30px/1.2 var(--zrf-serif); margin: 64px 0 24px; text-align: center; }
body.zrf-woo section.related > h2::before { content: "You may also like"; display: block; font: 11px/1.4 var(--zrf-sans); letter-spacing: .3em; text-transform: uppercase; color: var(--zrf-gold); margin-bottom: 10px; }
body.zrf-woo:not(.zrf-archive) ul.products { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 24px; margin: 0; padding: 0; list-style: none; }
body.zrf-woo:not(.zrf-archive) ul.products::before, body.zrf-woo:not(.zrf-archive) ul.products::after { display: none; }
body.zrf-woo:not(.zrf-archive) ul.products li.product { width: auto; margin: 0; padding: 0; float: none; background: var(--zrf-bg-2); border: 1px solid var(--zrf-line); border-radius: var(--zrf-radius); display: flex; flex-direction: column; position: relative; transition: border-color .15s; }
body.zrf-woo:not(.zrf-archive) ul.products li.product:hover { border-color: var(--zrf-line-2); }
body.zrf-woo:not(.zrf-archive) ul.products li.product > a.woocommerce-LoopProduct-link { display: flex; flex-direction: column; flex: 1 1 auto; text-decoration: none; color: inherit; padding-bottom: 6px; }
body.zrf-woo:not(.zrf-archive) ul.products li.product img { display: block; width: 100%; aspect-ratio: 1 / 1; height: auto; object-fit: cover; margin: 0; background: var(--zrf-bg-3); }
body.zrf-woo:not(.zrf-archive) ul.products li.product .woocommerce-loop-product__title { font: 500 19px/1.3 var(--zrf-serif); color: var(--zrf-fg); padding: 16px 18px 4px; margin: 0; }
body.zrf-woo:not(.zrf-archive) ul.products li.product .price { display: block; padding: 8px 18px 4px; margin: 0; font: 600 14px/1.4 var(--zrf-sans); color: var(--zrf-gold); letter-spacing: .04em; }
body.zrf-woo:not(.zrf-archive) ul.products li.product .price del { color: var(--zrf-fg-3); font-weight: 400; margin-right: 6px; }
body.zrf-woo:not(.zrf-archive) ul.products li.product .price ins { text-decoration: none; }
body.zrf-woo:not(.zrf-archive) ul.products li.product .button { margin: 10px 18px 18px; }
body.zrf-woo:not(.zrf-archive) ul.products li.product .zrf-card__meta, body.zrf-woo:not(.zrf-archive) ul.products li.product .zrf-card__sizes, body.zrf-woo:not(.zrf-archive) ul.products li.product .zrf-card__stock { margin: 0; padding: 0 18px; font: 12px/1.5 var(--zrf-sans); color: var(--zrf-fg-3); }
body.zrf-woo:not(.zrf-archive) .zrf-card__meta { color: var(--zrf-fg-2); }
body.zrf-woo:not(.zrf-archive) .zrf-card__stock { font-size: 11px; letter-spacing: .12em; text-transform: uppercase; color: #8fbf9a; padding-bottom: 4px; }
body.zrf-woo:not(.zrf-archive) .zrf-card__stock--out { color: #d08a7a; }
body.zrf-woo:not(.zrf-archive) .zrf-badge { position: absolute; top: 12px; left: 12px; z-index: 2; padding: 6px 10px; border-radius: 999px; background: var(--zrf-gold); color: #17130d; font: 700 10px/1 var(--zrf-sans); letter-spacing: .16em; text-transform: uppercase; }

/* ---------- Cart ---------- */
body.zrf-woo.woocommerce-cart .site-main > .woocommerce, body.zrf-woo.woocommerce-checkout .site-main > .woocommerce, body.zrf-woo.woocommerce-account .site-main > .woocommerce { max-width: 1160px; margin: 0 auto; }
body.zrf-woo table.shop_table { border: 1px solid var(--zrf-line); border-radius: var(--zrf-radius); border-collapse: separate; background: var(--zrf-bg-2); }
body.zrf-woo table.shop_table th, body.zrf-woo table.shop_table td { border: 0; border-bottom: 1px solid var(--zrf-line); padding: 16px 14px; color: var(--zrf-fg-2); font-size: 14px; vertical-align: middle; }
body.zrf-woo table.shop_table th { font: 600 11px/1.3 var(--zrf-sans); letter-spacing: .14em; text-transform: uppercase; color: var(--zrf-fg-3); }
body.zrf-woo table.shop_table td.product-name a { color: var(--zrf-fg); font: 500 17px/1.3 var(--zrf-serif); text-decoration: none; }
body.zrf-woo table.shop_table td.product-name .variation { color: var(--zrf-fg-3); font-size: 12px; margin-top: 4px; }
body.zrf-woo table.shop_table td.product-price, body.zrf-woo table.shop_table td.product-subtotal { color: var(--zrf-gold); font-weight: 600; }
body.zrf-woo table.shop_table td.product-thumbnail img { width: 72px; border-radius: var(--zrf-radius); border: 1px solid var(--zrf-line); }
body.zrf-woo table.shop_table a.remove { color: var(--zrf-fg-3) !important; font-size: 20px; }
body.zrf-woo table.shop_table a.remove:hover { color: #17130d !important; background: var(--zrf-gold-2); }
body.zrf-woo table.shop_table td.actions { padding: 16px 14px; }
body.zrf-woo table.shop_table td.actions .coupon { display: inline-flex; gap: 10px; align-items: center; }
body.zrf-woo table.shop_table td.actions .coupon input[type=text] { width: 190px; min-height: 46px; }
body.zrf-woo table.shop_table tr:last-child td { border-bottom: 0; }
/* Cart: items on the left, sticky totals card on the right */
body.zrf-woo.woocommerce-cart .page-content > .woocommerce, body.zrf-woo.woocommerce-cart .site-main > .woocommerce, body.zrf-woo.woocommerce-cart .entry-content > .woocommerce { display: flex; flex-wrap: wrap; gap: 32px; align-items: flex-start; }
body.zrf-woo.woocommerce-cart .woocommerce > .woocommerce-notices-wrapper, body.zrf-woo.woocommerce-cart .woocommerce > .zrf-steps { flex: 1 1 100%; }
body.zrf-woo.woocommerce-cart .woocommerce > .woocommerce-notices-wrapper:empty { display: none; }
body.zrf-woo.woocommerce-cart .woocommerce > .woocommerce-cart-form { flex: 1 1 560px; min-width: 0; }
body.zrf-woo.woocommerce-cart .woocommerce > .cart-collaterals { flex: 0 0 380px; position: sticky; top: 100px; }
body.zrf-woo .cart-collaterals .cart_totals { width: auto; max-width: none; float: none; background: var(--zrf-bg-2); border: 1px solid var(--zrf-line); border-radius: var(--zrf-radius); padding: 22px; }
body.zrf-woo .cart_totals table.shop_table { border: 0; background: transparent; }
body.zrf-woo .cart_totals table.shop_table th, body.zrf-woo .cart_totals table.shop_table td { padding: 12px 0; }
body.zrf-woo .zrf-continue { margin: 14px 0 0; text-align: center; font-size: 13px; }
body.zrf-woo .zrf-continue a { display: inline-flex; align-items: center; gap: 6px; color: var(--zrf-fg-3); text-decoration: none; }
body.zrf-woo .zrf-continue a:hover { color: var(--zrf-gold-2); }
body.zrf-woo .cart_totals > h2 { font-size: 22px; margin: 0 0 12px; }
body.zrf-woo .cart_totals table.shop_table th { text-transform: none; letter-spacing: .02em; font-size: 14px; color: var(--zrf-fg-2); width: 40%; }
body.zrf-woo .cart_totals .order-total td, body.zrf-woo .cart_totals .order-total th { color: var(--zrf-fg); font-size: 16px; }
body.zrf-woo .cart_totals .order-total .amount { color: var(--zrf-gold-2); font-weight: 700; }
body.zrf-woo .wc-proceed-to-checkout { padding-top: 16px; }
body.zrf-woo .wc-proceed-to-checkout .checkout-button { width: 100%; min-height: 52px; font-size: 12px; }
body.zrf-woo .woocommerce-shipping-destination, body.zrf-woo .woocommerce-shipping-calculator { color: var(--zrf-fg-3); font-size: 13px; }
body.zrf-woo .cart-empty.woocommerce-info { text-align: center; padding: 48px 24px; }
body.zrf-woo .return-to-shop { text-align: center; }

/* ---------- Checkout ---------- */
/* The checkout page content ships inside an inline-styled 800px box; widen it so the form and a
   sticky order summary can sit side by side (Jaipur-style two-column flow), stacked on small screens. */
body.zrf-woo div:has(> .luxury-checkout-wrap) { max-width: 1200px !important; padding: 36px !important; }
body.zrf-woo div:has(> div > .luxury-checkout-wrap) { padding: 40px 20px 96px !important; }
body.zrf-woo div:has(> .luxury-checkout-wrap) > h1 { font: 500 38px/1.15 var(--zrf-serif); text-align: center; margin: 0 0 8px; }
body.zrf-woo form.checkout { display: grid; grid-template-columns: minmax(0, 1fr) minmax(320px, 400px); grid-template-rows: auto 1fr; gap: 0 44px; align-items: start; }
body.zrf-woo form.checkout #customer_details { grid-column: 1; grid-row: 1 / 3; margin: 0; }
body.zrf-woo form.checkout #order_review_heading { grid-column: 2; grid-row: 1; margin: 0 0 12px; font-size: 22px; }
body.zrf-woo form.checkout #order_review { grid-column: 2; grid-row: 2; width: 100%; position: sticky; top: 100px; }
body.zrf-woo .luxury-checkout-wrap { color: var(--zrf-fg); }
body.zrf-woo #order_review table.shop_table { margin-bottom: 16px; }
body.zrf-woo .woocommerce-checkout-review-order-table td.product-name { display: flow-root; }
body.zrf-woo .zrf-oi__thumb { float: left; width: 54px; margin: 0 12px 4px 0; }
body.zrf-woo .zrf-oi__thumb img { width: 54px; height: 66px; object-fit: cover; border-radius: var(--zrf-radius); border: 1px solid var(--zrf-line); display: block; }
body.zrf-woo .zrf-oi__name { color: var(--zrf-fg); font: 500 15px/1.35 var(--zrf-serif); }
body.zrf-woo .woocommerce-checkout-review-order-table td.product-name dl.variation { margin: 4px 0 0; font-size: 12px; color: var(--zrf-fg-3); }
body.zrf-woo .woocommerce-checkout-review-order-table td.product-name dl.variation dt, body.zrf-woo .woocommerce-checkout-review-order-table td.product-name dl.variation dd { display: inline; margin: 0; padding: 0; font-weight: 400; }
body.zrf-woo #customer_details .col-1, body.zrf-woo #customer_details .col-2 { float: none; width: auto; }
body.zrf-woo #customer_details h3 { font-size: 22px; margin: 0 0 16px; }
body.zrf-woo .woocommerce-billing-fields__field-wrapper, body.zrf-woo .woocommerce-shipping-fields__field-wrapper { display: grid; grid-template-columns: 1fr 1fr; gap: 0 16px; }
body.zrf-woo .form-row { margin: 0 0 14px; padding: 0; float: none; width: auto; }
body.zrf-woo .form-row-first, body.zrf-woo .form-row-last { grid-column: span 1; }
body.zrf-woo .form-row-wide, body.zrf-woo .form-row.notes { grid-column: 1 / -1; }
body.zrf-woo .form-row input.input-text, body.zrf-woo .form-row textarea, body.zrf-woo .form-row select { width: 100%; }
body.zrf-woo .woocommerce-form__label-for-checkbox { display: inline-flex; gap: 8px; align-items: center; }
body.zrf-woo .woocommerce-checkout-review-order-table td.product-name { font: 14px/1.4 var(--zrf-sans); }
body.zrf-woo #payment { background: var(--zrf-bg-2); border: 1px solid var(--zrf-line); border-radius: var(--zrf-radius); }
body.zrf-woo #payment ul.payment_methods { border-bottom: 1px solid var(--zrf-line); padding: 16px; }
body.zrf-woo #payment ul.payment_methods li { color: var(--zrf-fg); }
body.zrf-woo #payment div.payment_box { background: var(--zrf-bg-3); color: var(--zrf-fg-2); border-radius: var(--zrf-radius); }
body.zrf-woo #payment div.payment_box::before { border-bottom-color: var(--zrf-bg-3); }
body.zrf-woo #payment .place-order { padding: 16px; }
body.zrf-woo #place_order { width: 100%; min-height: 54px; font-size: 12px; }
body.zrf-woo .woocommerce-privacy-policy-text, body.zrf-woo .woocommerce-terms-and-conditions-wrapper { color: var(--zrf-fg-3); font-size: 12px; }
body.zrf-woo .woocommerce-form-coupon-toggle .woocommerce-info { margin-bottom: 20px; }
body.zrf-woo .woocommerce-order { max-width: 860px; margin: 0 auto; }
body.zrf-woo .woocommerce-order-overview { display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); gap: 12px; padding: 0; margin: 0 0 24px; list-style: none; }
body.zrf-woo .woocommerce-order-overview li { background: var(--zrf-bg-2); border: 1px solid var(--zrf-line); border-radius: var(--zrf-radius); padding: 14px; font-size: 12px; color: var(--zrf-fg-3); text-transform: uppercase; letter-spacing: .1em; float: none; margin: 0; }
body.zrf-woo .woocommerce-order-overview li strong { display: block; color: var(--zrf-fg); font-size: 15px; text-transform: none; letter-spacing: 0; margin-top: 4px; }
body.zrf-woo .woocommerce-thankyou-order-received { font: 500 28px/1.3 var(--zrf-serif); color: var(--zrf-fg); }

/* ---------- Account ---------- */
body.zrf-woo .woocommerce-MyAccount-navigation { float: none; width: auto; }
body.zrf-woo .woocommerce-account .woocommerce { display: grid; grid-template-columns: 240px minmax(0, 1fr); gap: 40px; }
body.zrf-woo .woocommerce-MyAccount-navigation ul { list-style: none; margin: 0; padding: 0; border: 1px solid var(--zrf-line); border-radius: var(--zrf-radius); background: var(--zrf-bg-2); }
body.zrf-woo .woocommerce-MyAccount-navigation li a { display: block; padding: 14px 18px; border-bottom: 1px solid var(--zrf-line); color: var(--zrf-fg-2); text-decoration: none; font: 600 11px/1.3 var(--zrf-sans); letter-spacing: .14em; text-transform: uppercase; }
body.zrf-woo .woocommerce-MyAccount-navigation li.is-active a, body.zrf-woo .woocommerce-MyAccount-navigation li a:hover { color: var(--zrf-gold-2); background: var(--zrf-gold-soft); }
body.zrf-woo .woocommerce-MyAccount-content { float: none; width: auto; color: var(--zrf-fg-2); }
body.zrf-woo .woocommerce-form-login, body.zrf-woo .woocommerce-form-register, body.zrf-woo .woocommerce-ResetPassword { background: var(--zrf-bg-2); border: 1px solid var(--zrf-line) !important; border-radius: var(--zrf-radius); padding: 28px !important; max-width: 520px; margin: 0 auto; }
body.zrf-woo .u-columns.col2-set { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; }
body.zrf-woo .u-columns.col2-set .col-1, body.zrf-woo .u-columns.col2-set .col-2 { float: none; width: auto; }
body.zrf-woo .woocommerce-account h2, body.zrf-woo .woocommerce-account h3 { font-size: 22px; }

/* ---------- Responsive ---------- */
@media (max-width: 1024px) {
	body.zrf-woo .site-main { padding: 28px 20px 72px; }
	body.zrf-woo .zrf-product-top { grid-template-columns: minmax(0, 1fr); gap: 28px; }
	body.zrf-woo.woocommerce div.product div.summary.entry-summary { position: static; }
	body.zrf-woo.woocommerce div.product .product_title { font-size: 30px; }
	body.zrf-woo:not(.zrf-archive) ul.products { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
	body.zrf-woo.woocommerce-cart .woocommerce > .cart-collaterals { flex: 1 1 100%; position: static; }
	body.zrf-woo form.checkout { display: block; }
	body.zrf-woo form.checkout #customer_details { margin: 0 0 32px; }
	body.zrf-woo form.checkout #order_review { position: static; }
	body.zrf-woo div:has(> .luxury-checkout-wrap) { padding: 22px !important; }
	body.zrf-woo .woocommerce-account .woocommerce { grid-template-columns: 1fr; }
	body.zrf-woo .woocommerce-MyAccount-navigation ul { display: flex; flex-wrap: wrap; }
	body.zrf-woo .woocommerce-MyAccount-navigation li { flex: 1 1 auto; }
	body.zrf-woo .woocommerce-MyAccount-navigation li a { border-bottom: 0; text-align: center; }
	body.zrf-woo .u-columns.col2-set { grid-template-columns: 1fr; }
}
@media (max-width: 640px) {
	body.zrf-woo .site-main { padding: 20px 14px 56px; }
	body.zrf-woo .woocommerce-billing-fields__field-wrapper, body.zrf-woo .woocommerce-shipping-fields__field-wrapper { grid-template-columns: 1fr; }
	body.zrf-woo table.shop_table td.actions .coupon { flex-wrap: wrap; }
	body.zrf-woo table.shop_table td.actions .coupon input[type=text] { width: 100%; }
	body.zrf-woo table.shop_table td.actions .coupon .button { width: 100%; }
	body.zrf-woo table.shop_table_responsive tr td::before { color: var(--zrf-fg-3); font-size: 11px; letter-spacing: .12em; text-transform: uppercase; }
	body.zrf-woo form.cart .single_add_to_cart_button { flex: 1 1 auto; }
	body.zrf-woo .woocommerce-variation-add-to-cart { gap: 8px; }
}

/* 404 (theme default is a white page with the old footer bar) */
body.zrf-woo.error404 .site-main { text-align: center; padding: 96px 24px 120px; }
body.zrf-woo.error404 .site-main h1, body.zrf-woo.error404 .site-main .page-title { font: 500 44px/1.15 var(--zrf-serif); color: var(--zrf-fg); margin: 0 0 14px; }
body.zrf-woo.error404 .site-main p { color: var(--zrf-fg-2); font: 16px/1.7 var(--zrf-sans); }

/* Checkout page extras that ship inside the page content: the floating Terms link (its Tailwind
   classes never load, so give it the intended pill look) and the contact block. */
body.zrf-woo a.fixed[href*="terms-and-conditions"] { position: fixed; left: 24px; bottom: 24px; z-index: 9999; display: inline-flex; align-items: center; min-height: 40px; padding: 8px 14px; border: 1px solid rgba(197, 168, 128, .5); border-radius: 999px; background: rgba(8, 8, 8, .9); color: var(--zrf-gold); font: 600 10px/1.2 var(--zrf-sans); letter-spacing: .16em; text-transform: uppercase; text-decoration: none; backdrop-filter: blur(6px); }
body.zrf-woo a.fixed[href*="terms-and-conditions"]:hover { background: var(--zrf-gold); color: #17130d; }
body.zrf-woo section.zoomrugs-contact-details { text-align: center; padding: 32px 20px; color: var(--zrf-fg-2); font: 15px/1.9 var(--zrf-sans); border-top: 1px solid var(--zrf-line); }
body.zrf-woo section.zoomrugs-contact-details strong, body.zrf-woo section.zoomrugs-contact-details h2, body.zrf-woo section.zoomrugs-contact-details h3 { font: 11px/1.4 var(--zrf-sans); letter-spacing: .3em; text-transform: uppercase; color: var(--zrf-gold); display: block; margin: 0 0 10px; }
@media (max-width: 640px) { body.zrf-woo a.fixed[href*="terms-and-conditions"] { left: 12px; bottom: 12px; } }

/* ======================================================================
   1.2.0 — smooth buying flow (drawer, pill, size buttons, accordions…)
   ====================================================================== */
/* Internal merchandising tags (e.g. pricing programme flags) are not customer information. */
body.zrf-woo .product_meta .tagged_as { display: none; }

/* Header cart pill (moved into the universal header by JS; floating fallback) */
.zrf-cart-pill { position: relative; display: inline-flex; align-items: center; justify-content: center; width: 40px; height: 40px; margin: 0; border: 1px solid rgba(197, 168, 128, .45); border-radius: 999px; color: #e6d3b3; background: rgba(255, 255, 255, .03); text-decoration: none; transition: background .15s, border-color .15s, transform .15s; flex: 0 0 auto; }
.zrf-cart-pill:hover, .zrf-cart-pill:focus-visible { background: rgba(197, 168, 128, .14); border-color: #d8b874; color: #f3e6cf; outline: none; }
.zrf-cart-pill .zrf-cart-count { position: absolute; top: -6px; right: -6px; min-width: 19px; height: 19px; padding: 0 5px; border-radius: 999px; background: #d8b874; color: #17130d; font: 700 11px/19px -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; text-align: center; }
.zrf-cart-pill .zrf-cart-count[data-n="0"] { display: none; }
.zrf-cart-pill[hidden] { display: none; }
.zrf-cart-pill.is-bump { animation: zrf-bump .45s ease; }
@keyframes zrf-bump { 0% { transform: scale(1); } 35% { transform: scale(1.18); } 100% { transform: scale(1); } }
.zrf-cart-pill--fixed { position: fixed; right: 18px; top: 96px; z-index: 9990; background: rgba(8, 8, 8, .92); backdrop-filter: blur(6px); }
/* Make room for the pill in the universal header on narrower desktops (WooCommerce pages only). */
@media (max-width: 1260px) { body.zrf-woo #zr-universal-header .zruh-main-inner { gap: 14px; } body.zrf-woo #zr-universal-header .zruh-nav { gap: 14px; } }
@media (max-width: 900px) { .zrf-cart-pill--header { order: 5; margin: 0 8px; width: 38px; height: 38px; } }

/* Cart drawer */
.zrf-cart { position: fixed; inset: 0; z-index: 2000000; }
.zrf-cart[hidden] { display: none; }
.zrf-cart__scrim { position: absolute; inset: 0; background: rgba(0, 0, 0, .55); opacity: 0; transition: opacity .28s ease; }
.zrf-cart__panel { position: absolute; top: 0; right: 0; bottom: 0; width: min(440px, 100vw); display: flex; flex-direction: column; background: #0d0d0d; color: #f4f0ec; border-left: 1px solid rgba(197, 168, 128, .3); box-shadow: -24px 0 60px rgba(0, 0, 0, .55); transform: translateX(100%); transition: transform .32s cubic-bezier(.22, .61, .36, 1); outline: none; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; }
.zrf-cart.is-open .zrf-cart__scrim { opacity: 1; }
.zrf-cart.is-open .zrf-cart__panel { transform: translateX(0); }
body.zrf-cart-open { overflow: hidden; }
.zrf-cart__head { display: flex; align-items: center; justify-content: space-between; padding: 20px 22px; border-bottom: 1px solid rgba(255, 255, 255, .1); }
.zrf-cart__title { margin: 0; font: 500 22px/1.2 Georgia, "Times New Roman", serif; color: #f4f0ec; }
.zrf-cart__n { font-size: 15px; color: rgba(244, 240, 236, .5); }
.zrf-cart__n .zrf-cart-count { font-family: inherit; }
#zrf-cart .zrf-cart__close { width: 40px; height: 40px; border: 1px solid rgba(255, 255, 255, .14); border-radius: 999px; background: transparent; color: #f4f0ec; font-size: 24px; line-height: 1; cursor: pointer; transition: background .15s, border-color .15s; }
#zrf-cart .zrf-cart__close:hover, #zrf-cart .zrf-cart__close:focus, #zrf-cart .zrf-cart__close:focus-visible { background: rgba(197, 168, 128, .16); border-color: #d8b874; color: #f4f0ec; outline: none; }
.zrf-cart__body { flex: 1 1 auto; overflow-y: auto; padding: 8px 22px; }
.zrf-cart__list { list-style: none; margin: 0; padding: 0; }
.zrf-cart__item { display: grid; grid-template-columns: 76px minmax(0, 1fr) 36px; gap: 14px; padding: 16px 0; border-bottom: 1px solid rgba(255, 255, 255, .08); align-items: center; transition: opacity .25s; }
.zrf-cart__item.is-removing { opacity: .35; pointer-events: none; }
.zrf-cart__thumb img { display: block; width: 76px; height: 96px; object-fit: cover; border-radius: 2px; border: 1px solid rgba(255, 255, 255, .1); background: #fff; }
.zrf-cart__info { display: flex; flex-direction: column; gap: 4px; min-width: 0; }
.zrf-cart__name { font: 500 16px/1.3 Georgia, "Times New Roman", serif; color: #f4f0ec; text-decoration: none; }
.zrf-cart__name:hover { color: #d8b874; }
.zrf-cart__meta { font-size: 12px; color: rgba(244, 240, 236, .55); letter-spacing: .02em; }
.zrf-cart__line { display: flex; justify-content: space-between; gap: 10px; font-size: 13px; color: rgba(244, 240, 236, .72); margin-top: 4px; }
.zrf-cart__price { color: #d8b874; font-weight: 600; }
.zrf-cart__price del { color: rgba(244, 240, 236, .4); font-weight: 400; margin-right: 6px; }
.zrf-cart__remove { display: inline-flex; align-items: center; justify-content: center; width: 36px; height: 36px; border-radius: 999px; color: rgba(244, 240, 236, .5); text-decoration: none; transition: background .15s, color .15s; }
.zrf-cart__remove:hover, .zrf-cart__remove:focus-visible { background: rgba(208, 138, 122, .18); color: #e2a294; outline: none; }
.zrf-cart__empty { text-align: center; padding: 56px 12px; color: rgba(244, 240, 236, .6); }
.zrf-cart__empty-title { font: 500 22px/1.3 Georgia, "Times New Roman", serif; color: #f4f0ec; margin: 0 0 8px; }
.zrf-cart__empty .zrf-btn { margin-top: 18px; }
.zrf-cart__foot { padding: 18px 22px 22px; border-top: 1px solid rgba(255, 255, 255, .1); background: #0d0d0d; }
.zrf-cart__foot:empty { display: none; }
.zrf-cart__row { display: flex; justify-content: space-between; align-items: baseline; font-size: 15px; color: rgba(244, 240, 236, .72); }
.zrf-cart__total { font: 600 20px/1 -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; color: #d8b874; }
.zrf-cart__note { margin: 6px 0 16px; font-size: 12px; color: rgba(244, 240, 236, .45); }
.zrf-cart__actions { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.zrf-cart .zrf-btn { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 12px 18px; border: 1px solid rgba(197, 168, 128, .45); border-radius: 2px; background: transparent; color: #ead8ba; font: 600 11px/1.2 -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; letter-spacing: .16em; text-transform: uppercase; text-decoration: none; transition: background .15s, color .15s, border-color .15s; }
.zrf-cart .zrf-btn:hover, .zrf-cart .zrf-btn:focus-visible { background: rgba(197, 168, 128, .14); border-color: #d8b874; color: #f3e6cf; outline: none; }
.zrf-cart .zrf-btn--gold { background: linear-gradient(135deg, #b9935a, #d8bd89); color: #17130d; border-color: transparent; }
.zrf-cart .zrf-btn--gold:hover, .zrf-cart .zrf-btn--gold:focus-visible { background: linear-gradient(135deg, #c7a066, #e2c797); color: #17130d; }
@media (prefers-reduced-motion: reduce) { .zrf-cart__panel, .zrf-cart__scrim { transition: none; } .zrf-cart-pill.is-bump { animation: none; } }

/* Size / attribute buttons (the native select stays for WooCommerce and assistive tech) */
body.zrf-woo.woocommerce div.product form.cart table.variations select.zrf-swatched { position: absolute; width: 1px; height: 1px; min-height: 0; padding: 0; border: 0; margin: -1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; opacity: 0; pointer-events: none; }
body.zrf-woo.woocommerce div.product form.cart table.variations th.label { vertical-align: top; padding-top: 12px; }
body.zrf-woo .zrf-swatches { display: flex; flex-wrap: wrap; gap: 8px; border-radius: 2px; }
body.zrf-woo .zrf-swatch { min-height: 44px; padding: 10px 14px; border: 1px solid var(--zrf-line-2); border-radius: var(--zrf-radius); background: transparent; color: var(--zrf-fg); font: 500 13px/1.2 var(--zrf-sans); letter-spacing: .02em; cursor: pointer; transition: background .15s, border-color .15s, color .15s, transform .1s; }
body.zrf-woo .zrf-swatch:hover, body.zrf-woo .zrf-swatch:focus { background: transparent; border-color: var(--zrf-gold-2); color: var(--zrf-gold-2); }
body.zrf-woo .zrf-swatch.is-active:hover, body.zrf-woo .zrf-swatch.is-active:focus { background: var(--zrf-gold); color: #17130d; }
body.zrf-woo .zrf-swatch:focus-visible { outline: none; box-shadow: var(--zrf-focus); }
body.zrf-woo .zrf-swatch.is-active { background: var(--zrf-gold); border-color: var(--zrf-gold); color: #17130d; font-weight: 600; }
body.zrf-woo .zrf-swatch.is-disabled { opacity: .35; cursor: not-allowed; text-decoration: line-through; }
body.zrf-woo .zrf-swatches.is-pulse, body.zrf-woo table.variations.is-pulse { animation: zrf-pulse 1.2s ease; }
@keyframes zrf-pulse { 0%, 100% { box-shadow: 0 0 0 0 rgba(216, 184, 116, 0); } 30% { box-shadow: 0 0 0 6px rgba(216, 184, 116, .45); } }
body.zrf-woo.woocommerce div.product form.cart .woocommerce-variation-availability p { margin: 0; }
body.zrf-woo.woocommerce div.product form.cart .woocommerce-variation-price .price { font-size: 22px; }

/* Quantity stepper */
body.zrf-woo.woocommerce div.product form.cart div.quantity.zrf-qty { display: inline-flex; align-items: stretch; border: 1px solid var(--zrf-line-2); border-radius: var(--zrf-radius); overflow: hidden; }
body.zrf-woo.woocommerce div.product form.cart div.quantity.zrf-qty .qty { width: 56px; border: 0; border-radius: 0; text-align: center; background: transparent; -moz-appearance: textfield; }
body.zrf-woo.woocommerce div.product form.cart div.quantity.zrf-qty .qty::-webkit-outer-spin-button, body.zrf-woo.woocommerce div.product form.cart div.quantity.zrf-qty .qty::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }
body.zrf-woo .zrf-qty__btn { width: 42px; border: 0; background: transparent; color: var(--zrf-fg); font-size: 18px; cursor: pointer; transition: background .15s; }
body.zrf-woo .zrf-qty__btn:hover, body.zrf-woo .zrf-qty__btn:focus { background: var(--zrf-gold-soft); color: var(--zrf-gold-2); outline: none; }
body.zrf-woo .single_add_to_cart_button.is-busy { opacity: .7; pointer-events: none; }
body.zrf-woo .single_add_to_cart_button.is-added { background: #2f6b3f; color: #fff; border-color: transparent; }

/* Help row under Add to cart */
body.zrf-woo .zrf-help { margin: 8px 0 22px; padding: 16px 18px; border: 1px solid var(--zrf-line); border-radius: var(--zrf-radius); background: var(--zrf-bg-2); }
body.zrf-woo .zrf-help__title { margin: 0 0 12px; font-size: 13px; color: var(--zrf-fg-2); }
body.zrf-woo .zrf-help__row { display: flex; flex-wrap: wrap; gap: 8px 22px; }
body.zrf-woo .zrf-help__link { display: inline-flex; align-items: center; gap: 8px; color: var(--zrf-gold); font: 600 11px/1.2 var(--zrf-sans); letter-spacing: .12em; text-transform: uppercase; text-decoration: none; }
body.zrf-woo .zrf-help__link:hover { color: var(--zrf-gold-2); }
body.zrf-woo .zrf-help__link .zrf-ico { color: var(--zrf-fg-3); }

/* Product details as accordions */
body.zrf-woo.woocommerce div.product .woocommerce-tabs.zrf-acc ul.tabs { display: none !important; }
body.zrf-woo.woocommerce div.product .woocommerce-tabs.zrf-acc { border-top: 1px solid var(--zrf-line); margin: 40px 0 56px; max-width: 900px; }
body.zrf-woo .zrf-acc__item { border-bottom: 1px solid var(--zrf-line); }
body.zrf-woo .zrf-acc__btn { display: flex; width: 100%; align-items: center; justify-content: space-between; gap: 16px; padding: 20px 0; border: 0; background: transparent; color: var(--zrf-fg); font: 600 12px/1.3 var(--zrf-sans); letter-spacing: .18em; text-transform: uppercase; text-align: left; cursor: pointer; }
body.zrf-woo .zrf-acc__btn:hover, body.zrf-woo .zrf-acc__btn:focus { background: transparent; color: var(--zrf-gold-2); }
body.zrf-woo .zrf-acc__btn:focus-visible { outline: none; box-shadow: var(--zrf-focus); }
body.zrf-woo .zrf-acc__icon { position: relative; width: 16px; height: 16px; flex: 0 0 16px; }
body.zrf-woo .zrf-acc__icon::before, body.zrf-woo .zrf-acc__icon::after { content: ""; position: absolute; left: 0; top: 7px; width: 16px; height: 2px; background: var(--zrf-gold); transition: transform .2s; }
body.zrf-woo .zrf-acc__icon::after { transform: rotate(90deg); }
body.zrf-woo .zrf-acc__item.is-open .zrf-acc__icon::after { transform: rotate(0); }
body.zrf-woo.woocommerce div.product .woocommerce-tabs.zrf-acc .woocommerce-Tabs-panel { display: none !important; padding: 0 0 24px !important; margin: 0; background: transparent; border: 0; }
body.zrf-woo.woocommerce div.product .woocommerce-tabs.zrf-acc .zrf-acc__item.is-open .woocommerce-Tabs-panel { display: block !important; }
body.zrf-woo.woocommerce div.product .woocommerce-tabs.zrf-acc .woocommerce-Tabs-panel > h2:first-child { display: none; }

/* Sticky mobile buy bar */
.zrf-buybar { position: fixed; left: 0; right: 0; bottom: 0; z-index: 9980; display: flex; align-items: center; gap: 12px; padding: 10px 14px calc(10px + env(safe-area-inset-bottom)); background: rgba(8, 8, 8, .96); border-top: 1px solid rgba(197, 168, 128, .35); backdrop-filter: blur(8px); font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; animation: zrf-rise .25s ease; }
.zrf-buybar[hidden] { display: none; }
@keyframes zrf-rise { from { transform: translateY(100%); } to { transform: translateY(0); } }
.zrf-buybar__info { display: flex; flex-direction: column; min-width: 0; flex: 1 1 auto; }
.zrf-buybar__name { font: 500 13px/1.25 Georgia, "Times New Roman", serif; color: #f4f0ec; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.zrf-buybar__price { font-size: 13px; color: #d8b874; font-weight: 600; }
.zrf-buybar__price del { color: rgba(244, 240, 236, .4); font-weight: 400; margin-right: 4px; }
body .zrf-buybar .zrf-buybar__btn, body .zrf-buybar .zrf-buybar__btn:hover, body .zrf-buybar .zrf-buybar__btn:focus { flex: 0 0 auto; min-height: 46px; padding: 12px 20px; border: 0; border-radius: 2px; background: linear-gradient(135deg, #b9935a, #d8bd89); color: #17130d; font: 600 11px/1.2 -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; letter-spacing: .16em; text-transform: uppercase; cursor: pointer; }
@media (max-width: 768px) { body.zrf-woo.single-product .site-main, body.zrf-woo.single-product .page-content { padding-bottom: 96px; } }
/* While the buy bar is up, lift the site's floating contact button and Terms pill above it. */
body.zrf-buybar-on #zr-contact-fab { bottom: 92px !important; }
body.zrf-buybar-on a.fixed[href*="terms-and-conditions"] { bottom: 92px; }

/* Progress steps on cart / checkout / confirmation */
body.zrf-woo .zrf-steps { display: flex; justify-content: center; gap: 0; list-style: none; margin: 0 0 32px; padding: 0; counter-reset: none; }
body.zrf-woo .zrf-steps__item { position: relative; display: flex; align-items: center; gap: 10px; padding: 0 22px; color: var(--zrf-fg-3); font: 600 11px/1.2 var(--zrf-sans); letter-spacing: .16em; text-transform: uppercase; }
body.zrf-woo .zrf-steps__item + .zrf-steps__item::before { content: ""; position: absolute; left: -22px; top: 50%; width: 44px; height: 1px; background: var(--zrf-line-2); }
body.zrf-woo .zrf-steps__n { display: inline-flex; align-items: center; justify-content: center; width: 30px; height: 30px; border: 1px solid var(--zrf-line-2); border-radius: 999px; font-size: 12px; letter-spacing: 0; color: var(--zrf-fg-2); background: var(--zrf-bg); }
body.zrf-woo .zrf-steps__item.is-current { color: var(--zrf-fg); }
body.zrf-woo .zrf-steps__item.is-current .zrf-steps__n { background: var(--zrf-gold); border-color: var(--zrf-gold); color: #17130d; }
body.zrf-woo .zrf-steps__item.is-done { color: var(--zrf-gold); }
body.zrf-woo .zrf-steps__item.is-done .zrf-steps__n { border-color: var(--zrf-gold); color: var(--zrf-gold); }
@media (max-width: 640px) {
	body.zrf-woo .zrf-steps__item { padding: 0 10px; }
	body.zrf-woo .zrf-steps__item + .zrf-steps__item::before { left: -12px; width: 24px; }
	body.zrf-woo .zrf-steps__item:not(.is-current) .zrf-steps__label { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
	.zrf-cart__panel { width: 100vw; }
	.zrf-cart__item { grid-template-columns: 64px minmax(0, 1fr) 32px; gap: 12px; }
	.zrf-cart__thumb img { width: 64px; height: 80px; }
}

/* "Call for sizes & more info" under the price (Zoom Rugs' own collection) */
body.zrf-woo li.product .price:empty { display: none; }
body.zrf-woo .zrf-card__call { margin: 0; padding: 0 18px 6px; font: 600 11px/1.4 var(--zrf-sans); letter-spacing: .12em; text-transform: uppercase; }
body.zrf-woo .zrf-card__call a, body.zrf-woo .zrf-product__call a { color: var(--zrf-gold-2); text-decoration: none; border-bottom: 1px solid rgba(216, 184, 116, .4); }
body.zrf-woo .zrf-card__call a:hover, body.zrf-woo .zrf-product__call a:hover { color: #f3e6cf; border-color: currentColor; }
body.zrf-woo.woocommerce div.product p.price:empty { display: none; }
body.zrf-woo.woocommerce div.product .zrf-product__call { margin: 0 0 18px; font: 600 12px/1.4 var(--zrf-sans); letter-spacing: .14em; text-transform: uppercase; }
body.zrf-woo.woocommerce div.product .zrf-product__quote { margin: 0 0 22px; }
body.zrf-woo.woocommerce div.product .zrf-product__quote .zrf-quote-btn { min-height: 50px; padding: 14px 32px; font-size: 12px; }

/* Request a quote modal */
.zrf-quote { position: fixed; inset: 0; z-index: 2000001; display: flex; align-items: center; justify-content: center; padding: 20px; }
.zrf-quote[hidden] { display: none; }
.zrf-quote__scrim { position: absolute; inset: 0; background: rgba(0, 0, 0, .6); opacity: 0; transition: opacity .22s; }
.zrf-quote__panel { position: relative; width: min(620px, 100%); max-height: calc(100vh - 40px); overflow: auto; background: #0d0d0d; color: #f4f0ec; border: 1px solid rgba(197, 168, 128, .35); border-radius: 3px; padding: 30px 30px 26px; box-shadow: 0 30px 80px rgba(0, 0, 0, .6); transform: translateY(16px); opacity: 0; transition: transform .25s cubic-bezier(.22, .61, .36, 1), opacity .22s; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; }
.zrf-quote.is-open .zrf-quote__scrim { opacity: 1; }
.zrf-quote.is-open .zrf-quote__panel { transform: none; opacity: 1; }
body.zrf-quote-open { overflow: hidden; }
#zrf-quote .zrf-quote__close { position: absolute; top: 14px; right: 14px; width: 38px; height: 38px; border: 1px solid rgba(255, 255, 255, .14); border-radius: 999px; background: transparent; color: #f4f0ec; font-size: 22px; line-height: 1; cursor: pointer; }
#zrf-quote .zrf-quote__close:hover, #zrf-quote .zrf-quote__close:focus { background: rgba(197, 168, 128, .16); border-color: #d8b874; color: #f4f0ec; outline: none; }
.zrf-quote__eyebrow { margin: 0 0 6px; font: 600 10px/1.2 inherit; letter-spacing: .3em; text-transform: uppercase; color: #c5a880; }
.zrf-quote__title { margin: 0 0 18px; font: 500 28px/1.15 Georgia, "Times New Roman", serif; color: #f4f0ec; }
.zrf-quote__product { display: flex; gap: 14px; align-items: center; padding: 12px; margin: 0 0 18px; background: #151515; border: 1px solid rgba(255, 255, 255, .08); border-radius: 2px; }
.zrf-quote__img { width: 64px; height: 80px; object-fit: cover; border-radius: 2px; background: #fff; }
.zrf-quote__name { margin: 0; font: 500 16px/1.3 Georgia, "Times New Roman", serif; }
.zrf-quote__meta { margin: 4px 0 0; font-size: 12px; color: rgba(244, 240, 236, .55); }
.zrf-quote__hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.zrf-quote__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.zrf-quote__field { display: flex; flex-direction: column; gap: 6px; font-size: 12px; color: rgba(244, 240, 236, .7); }
.zrf-quote__field--wide { grid-column: 1 / -1; }
#zrf-quote .zrf-quote__field input, #zrf-quote .zrf-quote__field textarea { width: 100%; min-height: 46px; padding: 10px 12px; background: #111; color: #f4f0ec; border: 1px solid rgba(255, 255, 255, .16); border-radius: 2px; font: 14px/1.4 inherit; }
#zrf-quote .zrf-quote__field textarea { min-height: 80px; resize: vertical; }
#zrf-quote .zrf-quote__field input:focus, #zrf-quote .zrf-quote__field textarea:focus { outline: none; border-color: #d8b874; box-shadow: 0 0 0 3px rgba(216, 184, 116, .2); }
.zrf-quote__error { margin: 12px 0 0; padding: 10px 12px; background: rgba(208, 138, 122, .15); border: 1px solid rgba(208, 138, 122, .4); color: #e2a294; font-size: 13px; border-radius: 2px; }
.zrf-quote__actions { display: flex; align-items: center; gap: 18px; flex-wrap: wrap; margin-top: 18px; }
#zrf-quote .zrf-quote__submit { min-height: 48px; padding: 12px 28px; border: 0; border-radius: 2px; background: linear-gradient(135deg, #b9935a, #d8bd89); color: #17130d; font: 600 11px/1.2 inherit; letter-spacing: .16em; text-transform: uppercase; cursor: pointer; }
#zrf-quote .zrf-quote__submit:hover, #zrf-quote .zrf-quote__submit:focus { background: linear-gradient(135deg, #c7a066, #e2c797); color: #17130d; outline: none; }
#zrf-quote .zrf-quote__submit:disabled { opacity: .6; cursor: wait; }
.zrf-quote__call { color: #c5a880; font-size: 13px; text-decoration: none; }
.zrf-quote__call:hover { color: #d8b874; }
.zrf-quote__done { text-align: center; padding: 10px 0 0; color: rgba(244, 240, 236, .75); line-height: 1.6; }
.zrf-quote__done-title { margin: 0 0 8px; font: 500 22px/1.2 Georgia, "Times New Roman", serif; color: #f4f0ec; }
.zrf-quote__done .zrf-quote__submit { margin-top: 12px; }
@media (max-width: 640px) { .zrf-quote { padding: 0; align-items: flex-end; } .zrf-quote__panel { max-height: 94vh; border-radius: 6px 6px 0 0; padding: 24px 18px 22px; } .zrf-quote__grid { grid-template-columns: 1fr; } }
