/* Ordering pages use the same ink and teal as the rest of the storefront. */
[hidden] { display: none !important; }
.product-page, .shop-page { padding: 42px 0 88px; }
.shop-breadcrumb { display: flex; gap: 12px; align-items: center; margin: 0 0 38px; font-size: 13px; color: #777; }
.shop-breadcrumb a { color: #4e5653; text-decoration: none; }
.shop-breadcrumb a:hover { color: var(--ac-accent-dark); }
.shop-eyebrow { display: block; color: var(--ac-accent-dark); font-size: 11px; font-weight: 650; letter-spacing: .14em; text-transform: uppercase; }
.product-overview { position: sticky; top: 105px; }
.product-overview h1 { margin: 12px 0 18px; font-family: var(--ac-serif); font-size: clamp(36px, 4vw, 56px); font-weight: 400; line-height: 1.05; letter-spacing: -.02em; }
.product-intro { max-width: 520px; color: #59615e; font-size: 16px; line-height: 1.65; }
.product-image-stage { display: grid; place-items: center; margin: 28px 0; padding: 26px; background: #f2f5f2; border: 1px solid #e7ece7; border-radius: 16px; overflow: hidden; }
.product-image-stage img { width: 100%; height: auto; max-height: 360px; object-fit: contain; border-radius: 8px; }
.product-description h2 { font-size: 14px; font-weight: 650; margin-bottom: 8px; }
.product-description p, .product-help { font-size: 14px; color: #626965; line-height: 1.75; }
.product-help { padding-top: 18px; border-top: 1px solid #e5e9e6; }
.product-help a { color: var(--ac-accent-dark); text-underline-offset: 3px; }
.product-config { display: flex; flex-direction: column; gap: 16px; }
.order-panel { padding: 24px; border: 1px solid #e2e8e3; border-radius: 14px; background: #fff; }
.order-panel-title, .order-panel-heading h2 { font-size: 17px; font-weight: 650; margin: 0 0 16px; letter-spacing: -.02em; }
.order-panel-heading { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 9px; }
.order-panel-heading h2 { margin: 0; }
.optional-label { font-size: 11px; font-weight: 500; color: #63736b; padding: 3px 9px; border: 1px solid #e3e9e4; border-radius: 20px; }
.order-panel-note { margin-bottom: 16px; font-size: 13px; color: #68716b; line-height: 1.6; }
.variant-picker-card .variant-price { color: var(--ac-accent-dark) !important; font-size: 30px !important; font-variant-numeric: tabular-nums; }
.variant-picker-card .option-button { border: 1px solid #dce3de !important; border-radius: 8px !important; min-width: 50px; min-height: 39px; padding: 8px 13px !important; font-size: 13px; color: #384a41; box-shadow: none !important; }
.variant-picker-card .option-button.active { background: #eaf4ee !important; border-color: var(--ac-accent-dark) !important; color: #095c49 !important; }
.variant-picker-card .option-group { gap: 7px !important; }
.variant-picker-card .mb-4 { margin-bottom: 21px !important; }
.variant-picker-card .text-capitalize { font-size: 13px; color: #4e5b53; }
.artwork-drop-zone { display: flex; position: relative; align-items: center; gap: 14px; width: 100%; min-height: 98px; padding: 18px; border: 1px dashed #b8cbc0; border-radius: 10px; background: #f7faf7; color: #5d6b62; font-size: 13px; cursor: pointer; transition: background .15s, border-color .15s; }
.artwork-drop-zone > .bi { display: grid; place-items: center; width: 42px; height: 42px; flex-shrink: 0; border: 1px solid #dce7df; border-radius: 10px; background: #fff; color: #24654f; font-size: 23px; }
.artwork-drop-zone strong { color: #126751; font-weight: 600; }
.artwork-drop-zone small { display: block; margin-top: 5px; font-size: 11px; color: #737e77; }
.artwork-drop-zone:hover, .artwork-drop-zone.is-dragging { background: #ecf6ef; border-color: #22745a; }
.artwork-drop-zone:focus-within { outline: 2px solid var(--ac-accent-dark); outline-offset: 3px; }
.uploaded-file { display: flex; align-items: center; gap: 12px; padding: 14px; margin-bottom: 12px; border: 1px solid #cde2d4; border-radius: 9px; background: #f0f8f2; color: #2d6848; }
.uploaded-file > div { min-width: 0; flex: 1; }
.uploaded-file strong { display: block; overflow-wrap: anywhere; font-size: 13px; font-weight: 550; }
.uploaded-file-label { font-size: 10px; letter-spacing: .03em; text-transform: uppercase; }
.upload-progress { margin-top: 14px; }
.upload-progress-heading { display: flex; align-items: center; justify-content: space-between; gap: 10px; font-size: 12px; color: #496353; overflow-wrap: anywhere; }
.upload-progress progress { display: block; width: 100%; height: 6px; margin-top: 10px; accent-color: var(--ac-accent-dark); border-radius: 4px; overflow: hidden; }
.text-button { border: 0; padding: 4px; color: #5f6b64; background: transparent; text-decoration: underline; text-underline-offset: 3px; font-size: 12px; }
.finishes-panel { padding: 0; }
.finishes-panel summary { display: flex; align-items: center; gap: 12px; padding: 21px 24px; cursor: pointer; font-size: 15px; font-weight: 600; list-style: none; }
.finishes-panel summary::-webkit-details-marker { display: none; }
.finishes-panel summary::after { content: '+'; margin-left: auto; font-size: 22px; font-weight: 400; color: #68786b; }
.finishes-panel[open] summary::after { content: '−'; }
.finishes-list { padding: 0 24px 12px; }
.addon-toggle { border: 1px solid #e0e6e1; background: white; color: #3e4b42; box-shadow: none; font-size: 13px; }
.addon-toggle.selected { background: #f0f7f2; border-color: #6c9e7d; }
.addon-toggle:disabled { opacity: .55; cursor: not-allowed; }
.addon-toggle .addon-check { width: 20px; height: 20px; border: 1px solid #c5d2c9; }
.addon-toggle .addon-icon { display: none; font-size: 12px; }
.addon-toggle.selected .addon-check { background: #216f53; border-color: #216f53; color: #fff; }
.addon-toggle.selected .addon-icon { display: inline; }
.addon-unit-price { color: #286950; }
.cart-add-panel { background: #f7faf7; }
.cart-add-panel .btn-primary, .checkout-page .btn-primary { min-height: 48px; border-radius: 9px !important; font-weight: 550; }
.cart-add-panel .small { font-size: 12px; }
.view-cart-link { display: flex; justify-content: space-between; align-items: center; margin-top: 14px; color: #175c44; font-size: 14px; font-weight: 600; }
.form-feedback { font-size: 13px; line-height: 1.6; margin: 14px 0 0; padding: 12px 14px; border-radius: 8px; overflow-wrap: anywhere; }
.form-feedback.is-success { color: #245d43; background: #ebf5ee; border: 1px solid #d7e8db; }
.form-feedback.is-error { color: #873d2d; background: #fff4ef; border: 1px solid #f1d5c8; }
.field-feedback { font-size: 12px; color: #a24730; margin-top: 6px; }
[aria-invalid="true"] { border-color: #bf7059 !important; }
.is-busy::before { content: ''; display: inline-block; width: 14px; height: 14px; margin-right: 9px; vertical-align: -2px; border: 2px solid currentColor; border-right-color: transparent; border-radius: 50%; animation: form-spin .7s linear infinite; }
.cart-count-badge { position: absolute; top: 0; right: -5px; display: grid; place-items: center; min-width: 17px; height: 17px; padding: 0 4px; border-radius: 50px; font-size: 10px !important; font-weight: 650; background: #075e50; color: #fff; }
.checkout-page .card, .cart-page .card { border: 1px solid #e3e8e3 !important; border-radius: 14px !important; box-shadow: none !important; }
.checkout-page h1, .cart-page h1 { font-family: var(--ac-serif); font-size: clamp(38px, 4vw, 54px); font-weight: 400 !important; }
.checkout-page .form-control, .checkout-page .form-select { min-height: 45px; border-radius: 7px; border-color: #d9e1da; font-size: 14px; box-shadow: none; }
.checkout-page .form-control:focus, .checkout-page .form-select:focus { border-color: #477e61; outline: 3px solid #e7f1e9; }
.checkout-page .form-label { color: #4c5850; font-size: 13px; font-weight: 550; }
.checkout-page .lead, .cart-page .lead { font-size: 16px; }
.cart-page .cart-summary { position: sticky; top: 105px; background: #f7faf7; }
.cart-page .cart-item-name { font-weight: 600; color: #233e31; }
.cart-page .cart-line-price { font-size: 22px; color: #145b42; font-variant-numeric: tabular-nums; }
.cart-page .empty-cart { max-width: 580px; padding: 55px 30px; margin: 30px auto; text-align: center; border: 1px solid #e1e7e2; border-radius: 16px; background: #f7faf7; }
.cart-page .empty-cart > i { font-size: 36px; color: #4d7b60; }
@keyframes form-spin { to { transform: rotate(360deg); } }
@media (max-width: 991px) {
    .product-overview { position: static; }
    .product-page, .shop-page { padding: 26px 0 55px; }
    .product-image-stage img { max-height: 330px; }
    .product-help { margin-bottom: 0; }
}
@media (max-width: 575px) {
    .order-panel { padding: 19px; }
    .finishes-panel { padding: 0; }
    .finishes-panel summary { padding: 19px; }
    .finishes-list { padding: 0 19px 8px; }
    .shop-breadcrumb { margin-bottom: 28px; font-size: 12px; }
    .product-image-stage { padding: 18px; margin: 20px 0; }
    .product-page .row.g-5 { --bs-gutter-y: 25px; }
}
@media (prefers-reduced-motion: reduce) {
    .is-busy::before { animation: none; }
    .artwork-drop-zone { transition: none; }
}
