* {
    box-sizing: border-box;
}

body {
    margin: 0;
    color: #0f1115;
    background: #fff;
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

a {
    color: inherit;
    text-decoration: none;
}

img {
    max-width: 100%;
}

[hidden] { display: none !important; }

.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    padding: 0 16px;
    border: 0;
    border-radius: 6px;
    color: #fff;
    background: #116149;
    font-weight: 700;
    cursor: pointer;
}

.button-accent {
    background: #f19443;
    border-radius: 0;
    letter-spacing: .04em;
    text-transform: uppercase;
}

input,
select,
textarea {
    width: 100%;
    min-height: 42px;
    padding: 8px 10px;
    border: 1px solid #cbd5d1;
    border-radius: 6px;
    font: inherit;
}

.top-announcement {
    display: flex;
    justify-content: center;
    padding: 13px 18px;
    color: #fff;
    background: #3f7a89;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: .08em;
    text-align: center;
    text-transform: uppercase;
}

.top-announcement a {
    margin-left: 6px;
    color: #071116;
    text-decoration: underline;
}

.site-header {
    display: flex;
    gap: 24px;
    align-items: center;
    justify-content: space-between;
    min-height: 92px;
    padding: 0 22px;
    background: #fff;
    border-bottom: 1px solid #e2e8e4;
}

.brand {
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 268px;
    color: #9fb5bc;
    font-size: 31px;
    font-weight: 800;
}

.brand img {
    display: block;
    width: 268px;
    max-width: 42vw;
    height: auto;
}

.category-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    justify-content: center;
    color: #9c9c9c;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: .05em;
    text-transform: uppercase;
}

.header-actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 16px;
    min-width: 330px;
    color: #999;
    font-size: 14px;
    font-weight: 800;
    text-transform: uppercase;
}

.icon-action {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 18px;
}

.account-nav {
    display: inline-flex;
    gap: 16px;
}

/* ── Account page ── */
.account-page {
    display: grid;
    grid-template-columns: 220px 1fr;
    gap: 40px;
    align-items: start;
    width: min(1060px, calc(100vw - 32px));
    margin: 40px auto 80px;
}

.account-sidebar {
    position: sticky;
    top: 24px;
    padding: 24px;
    background: #f8f8f6;
    border: 1px solid #e1e1e1;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 6px;
}

.account-avatar {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: #3f7a89;
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 8px;
    letter-spacing: .04em;
}

.account-name {
    margin: 0;
    font-weight: 700;
    color: #14343d;
}

.account-email {
    margin: 0 0 12px;
    font-size: 13px;
    color: #687177;
    word-break: break-all;
}

.account-sidebar-nav {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin-bottom: 12px;
}

.account-sidebar-nav a {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 14px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    color: #2b6170;
    text-decoration: none;
    transition: background .15s;
}

.account-sidebar-nav a:hover { background: #edf4f5; }
.account-sidebar-nav a.active { background: #3f7a89; color: #fff; }

.account-logout {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    color: #687177;
    text-decoration: none;
    margin-top: 4px;
}

.account-logout:hover { color: #c0392b; }

.account-main { min-width: 0; }

.account-section-title {
    margin: 0 0 24px;
    font-size: 22px;
    color: #14343d;
    letter-spacing: .03em;
}

/* Orders list */
.account-orders { display: grid; gap: 12px; }

.account-order-card {
    display: grid;
    grid-template-rows: auto auto auto;
    gap: 10px;
    padding: 18px 20px;
    background: #fff;
    border: 1px solid #e1e1e1;
    border-radius: 10px;
    text-decoration: none;
    color: inherit;
    transition: border-color .15s, box-shadow .15s;
}

.account-order-card:hover {
    border-color: #3f7a89;
    box-shadow: 0 4px 16px rgba(63, 122, 137, .1);
}

.account-order-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.order-number {
    font-weight: 700;
    font-size: 15px;
    color: #14343d;
    font-family: monospace;
}

.order-date { font-size: 13px; color: #687177; }

.account-order-items {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.account-order-items span {
    font-size: 13px;
    color: #2c2c2c;
    background: #f4f4f2;
    padding: 2px 8px;
    border-radius: 20px;
    max-width: 220px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.order-more { color: #687177 !important; }

.account-order-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.order-status-badge {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 3px 10px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.order-status-paid { background: #e6f4ef; color: #116149; }
.order-status-pending { background: #fef3e2; color: #b45309; }
.order-status-declined { background: #fde8e8; color: #b91c1c; }
.order-status-cancelled { background: #f0f0f0; color: #6b7280; }

.order-total { font-size: 17px; color: #14343d; }

/* Order detail */
.account-detail-header {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 6px;
    flex-wrap: wrap;
}

.account-back {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: 13px;
    color: #3f7a89;
    text-decoration: none;
    font-weight: 600;
}

.account-back:hover { text-decoration: underline; }

.account-order-date { margin: 0 0 28px; font-size: 14px; color: #687177; }

.account-detail-grid {
    display: grid;
    grid-template-columns: 1fr 260px;
    gap: 32px;
    align-items: start;
}

.account-detail-items h2,
.account-detail-address h2 { font-size: 15px; text-transform: uppercase; letter-spacing: .06em; color: #687177; margin: 0 0 14px; }

.account-item-row {
    display: grid;
    grid-template-columns: 56px 1fr auto auto;
    gap: 12px;
    align-items: center;
    padding: 12px 0;
    border-bottom: 1px solid #f0f0f0;
}

.account-item-row img {
    width: 56px;
    height: 56px;
    object-fit: contain;
    border: 1px solid #e8e8e8;
    border-radius: 6px;
    background: #f8f8f6;
}

.account-item-img-placeholder {
    width: 56px;
    height: 56px;
    background: #f0f0ee;
    border-radius: 6px;
}

.account-item-info { display: flex; flex-direction: column; gap: 2px; min-width: 0; }
.account-item-info strong { font-size: 14px; }
.account-item-info span { font-size: 12px; color: #687177; }
.account-item-qty { font-size: 14px; color: #687177; white-space: nowrap; }
.account-item-price { font-size: 15px; white-space: nowrap; }

.account-totals {
    margin-top: 16px;
    padding-top: 16px;
    display: grid;
    gap: 8px;
}

.account-totals > div {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    color: #687177;
}

.account-totals-grand {
    padding-top: 10px;
    border-top: 2px solid #e1e1e1;
    margin-top: 4px;
}

.account-totals-grand span { font-size: 16px !important; font-weight: 700; color: #14343d !important; }
.account-totals-grand strong { font-size: 18px; color: #14343d; }

.account-detail-address {
    padding: 20px;
    background: #f8f8f6;
    border: 1px solid #e1e1e1;
    border-radius: 10px;
}

.account-detail-address address {
    font-style: normal;
    font-size: 14px;
    line-height: 1.7;
    color: #2c2c2c;
}

/* Addresses grid */
.account-address-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); gap: 16px; }

.account-address-card {
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding: 18px 20px;
    background: #fff;
    border: 1px solid #e1e1e1;
    border-radius: 10px;
    font-size: 14px;
    color: #2c2c2c;
}

.account-address-card strong { font-size: 15px; color: #14343d; margin-bottom: 2px; }

.account-address-delete { margin-top: 12px; }

.btn-link-danger {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 0;
    background: none;
    border: none;
    color: #687177;
    font-size: 13px;
    cursor: pointer;
    transition: color .15s;
}

.btn-link-danger:hover { color: #b91c1c; }

/* Address management */
.account-addresses-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 24px;
}

.account-addresses-header .account-section-title { margin-bottom: 0; }

.btn-add-address {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 16px;
    background: #3f7a89;
    color: #fff;
    border: none;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: background .15s;
}

.btn-add-address:hover { background: #2b6170; }

.address-manage-form {
    padding: 22px;
    background: #f8f8f6;
    border: 1px solid #e1e1e1;
    border-radius: 10px;
    margin-bottom: 24px;
    display: grid;
    gap: 10px;
}

.address-form-title {
    margin: 0 0 4px;
    font-size: 15px;
    font-weight: 700;
    color: #2b6170;
}

.address-manage-form form {
    display: grid;
    gap: 10px;
}

.address-form-error {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 8px 12px;
    background: #fde8e8;
    color: #b91c1c;
    border-radius: 6px;
    font-size: 13px;
    margin: 0;
}

.address-form-actions {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 4px;
}

.btn-save-address {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 10px 20px;
    background: #116149;
    color: #fff;
    border: none;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: background .15s;
}

.btn-save-address:hover { background: #0d4f39; }

.btn-link-cancel {
    font-size: 14px;
    color: #687177;
    background: none;
    border: none;
    cursor: pointer;
    text-decoration: none;
}

.btn-link-cancel:hover { color: #14343d; }

.btn-link-edit {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-size: 13px;
    color: #3f7a89;
    text-decoration: none;
    font-weight: 600;
}

.btn-link-edit:hover { text-decoration: underline; }

.account-address-actions {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-top: 12px;
}

.account-address-card.is-editing {
    border-color: #3f7a89;
    background: #f0f7f8;
}

.addr-country { color: #aaa; font-size: 12px; }

.address-flash-success {
    display: flex;
    align-items: center;
    gap: 7px;
    padding: 10px 14px;
    background: #e6f4ef;
    color: #116149;
    border-radius: 8px;
    font-size: 14px;
    margin-bottom: 16px;
}

/* Empty state */
.account-empty {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    padding: 60px 20px;
    text-align: center;
    color: #687177;
}

.account-empty i { font-size: 48px; opacity: .4; }
.account-empty p { margin: 0; font-size: 16px; }

.site-search {
    position: relative;
    z-index: 60;
    display: flex;
    width: 242px;
    max-width: none;
    gap: 0;
    overflow: hidden;
    border: 1px solid #cbd5d1;
    background: #fff;
    transition: width .18s ease;
}

.search-open .site-search {
    width: min(460px, 60vw);
}

.site-search:focus-within {
    border-color: #8aa69f;
    box-shadow: 0 0 0 3px rgba(17, 97, 73, .12);
}

.site-search input {
    flex: 1 1 auto;
    width: auto;
    min-width: 0;
    min-height: 45px;
    border: 0;
    border-radius: 0;
    font-size: 13px;
}

.site-search button {
    flex: 0 0 52px;
    min-height: 45px;
    width: 52px;
    padding: 0;
    overflow: hidden;
    border: 0;
    border-left: 1px solid #cbd5d1;
    border-radius: 0;
    color: transparent;
    background: #fff;
    position: relative;
}

.site-search button::before {
    content: "";
    position: absolute;
    width: 15px;
    height: 15px;
    border: 2px solid #909090;
    border-radius: 50%;
}

.site-search button::after {
    content: "";
    position: absolute;
    width: 10px;
    height: 2px;
    margin-top: 16px;
    margin-left: 16px;
    background: #909090;
    transform: rotate(45deg);
}

.page {
    min-height: 70vh;
    margin: 0;
    padding: 0 0 72px;
}

.home-hero {
    display: grid;
    grid-template-columns: minmax(320px, 560px) minmax(360px, 1fr);
    align-items: center;
    gap: clamp(32px, 7vw, 120px);
    min-height: 560px;
    padding: 34px max(28px, calc((100vw - 1180px) / 2)) 44px;
    overflow: hidden;
    background: #fff;
}

.home-hero h1 {
    margin: 0;
    font-size: 52px;
    line-height: 1.08;
    letter-spacing: 0;
}

.home-hero p:not(.eyebrow) {
    max-width: 600px;
    margin: 22px 0 28px;
    font-size: 20px;
    line-height: 1.45;
}

.home-hero-media {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 430px;
}

.home-hero-media img {
    width: min(520px, 100%);
    max-height: 500px;
    object-fit: contain;
}

.eyebrow {
    margin: 0 0 16px;
    color: #3f7a89;
    text-transform: uppercase;
    letter-spacing: .08em;
    font-weight: 800;
}

.shipping-strip {
    padding: 26px 18px 34px;
    color: #3f7a89;
    font-size: 23px;
    font-weight: 900;
    letter-spacing: .08em;
    text-align: center;
    text-transform: uppercase;
}

.home-promo {
    display: grid;
    grid-template-columns: minmax(300px, 520px) minmax(360px, 1fr);
    align-items: center;
    min-height: 520px;
    padding: 60px max(28px, calc((100vw - 1180px) / 2));
    overflow: hidden;
    background: #f3f0ea;
}

.home-promo span {
    z-index: 1;
    display: grid;
    gap: 18px;
}

.home-promo strong {
    max-width: 580px;
    font-size: 46px;
    line-height: 1.12;
}

.home-promo em {
    max-width: 460px;
    font-style: normal;
    font-size: 19px;
    line-height: 1.45;
}

.home-promo img {
    width: 100%;
    height: 440px;
    object-fit: cover;
}

.featured-section,
.search-results,
.content-page,
.catalog-layout,
.product-detail,
.product-tabs,
.product-description-section,
.related-products,
.faq-section,
.why-choose,
.page > h1,
.page > p,
.page > .cart-line,
.page > .total,
.page > .button,
.checkout-page,
.page > form,
.page > .alert {
    width: min(1180px, calc(100vw - 32px));
    margin-left: auto;
    margin-right: auto;
}

.featured-section {
    padding-top: 86px;
}

.featured-section h2,
.search-results h1 {
    color: #3f7a89;
    font-size: 24px;
    letter-spacing: .08em;
    text-align: center;
    text-transform: uppercase;
}

.featured-section h2::after {
    content: "";
    display: block;
    width: min(100%, 980px);
    height: 4px;
    margin: 22px auto 24px;
    background: #f19443;
}

.product-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(245px, 1fr));
    gap: 20px;
}

.product-card,
.order-card {
    padding: 20px;
    background: #fff;
    border: 1px solid #e1e1e1;
    border-radius: 0;
}

.product-card h3 {
    min-height: 56px;
    font-size: 18px;
    line-height: 1.35;
    letter-spacing: .03em;
    text-transform: uppercase;
}

.product-card img,
.product-image-placeholder {
    width: 100%;
    aspect-ratio: 1;
    object-fit: cover;
    background: #e5ebe7;
    border-radius: 0;
}

.price,
.total {
    font-weight: 800;
}

.product-card {
    display: flex;
    flex-direction: column;
}

.product-card-link {
    flex: 1;
    display: flex;
    flex-direction: column;
    text-decoration: none;
    color: inherit;
}

.product-card-link img,
.product-card-link .product-image-placeholder {
    width: 100%;
    aspect-ratio: 1;
    object-fit: contain;
    background: #f8f8f6;
}

.product-card-name {
    position: relative;
    height: calc(2 * 1.35 * 16px + 8px);
    overflow: visible;
    margin: 10px 0 4px;
}

.product-card-name h3 {
    margin: 0;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.35;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: none;
}

.product-card:hover .product-card-name h3 {
    position: absolute;
    top: 0;
    left: -12px;
    right: -12px;
    display: block;
    overflow: visible;
    -webkit-line-clamp: unset;
    background: #fff;
    padding: 6px 12px 8px;
    border-radius: 0 0 8px 8px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, .13);
    z-index: 10;
    border: 1px solid #e8e8e8;
    border-top: none;
}

.product-card button {
    width: 100%;
    background: #f19443;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .03em;
    text-transform: uppercase;
    transition: background .15s;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
}

.product-card button:hover { background: #d97e2e; }

.product-card .quick-view-button {
    margin-bottom: 8px;
    color: #3f7a89;
    background: transparent;
    border: 1px solid #c4d0ce;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 600;
    transition: background .15s, border-color .15s, color .15s;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
}

.product-card .quick-view-button:hover {
    background: #3f7a89;
    border-color: #3f7a89;
    color: #fff;
}

.banner {
    display: block;
    overflow: hidden;
    background: #e5ebe7;
    border-radius: 8px;
}

.banner img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner-horizontal {
    margin: 24px 0;
    aspect-ratio: 5 / 1;
}

.banner-square {
    aspect-ratio: 1;
}

.banner-vertical {
    margin-bottom: 16px;
    aspect-ratio: 2 / 5;
}

.catalog-layout,
.product-detail {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 240px;
    gap: 24px;
    padding-top: 28px;
}

.product-detail {
    grid-template-columns: minmax(260px, 480px) minmax(0, 1fr);
}

.product-detail > img {
    width: 100%;
    border-radius: 8px;
}

.cart-line,
.order-card {
    display: grid;
    grid-template-columns: 1fr 150px 100px;
    gap: 16px;
    align-items: center;
    margin-bottom: 12px;
}

.checkout-form,
.checkout-account-options,
.page > form,
.search-page-form,
.product-detail form,
.product-card form {
    display: grid;
    gap: 12px;
    max-width: 620px;
}

.product-card form {
    max-width: none;
}

.search-page-form {
    grid-template-columns: 1fr auto;
    max-width: 720px;
    margin: 0 auto 30px;
}

.muted {
    color: #687177;
    text-align: center;
}

fieldset {
    display: grid;
    gap: 12px;
    padding: 16px;
    border: 1px solid #dde5df;
    border-radius: 8px;
}

.summary {
    padding: 16px;
    background: #fff;
    border: 1px solid #dde5df;
    border-radius: 8px;
}

.button-outline {
    color: #f19443;
    background: transparent;
    border: 1px solid #f19443;
}

.home-trust,
.home-why {
    width: min(940px, calc(100vw - 32px));
    margin: 90px auto 0;
    text-align: center;
}

.home-trust h2,
.home-why h2,
.home-reviews h2,
.newsletter h2,
.faq-section h2,
.why-choose h2 {
    color: #3f7a89;
    font-size: 24px;
    letter-spacing: .08em;
    text-align: center;
    text-transform: uppercase;
}

.home-trust h2::after,
.home-why h2::after,
.home-reviews h2::after,
.faq-section h2::after,
.why-choose h2::after {
    content: "";
    display: block;
    height: 4px;
    margin: 20px auto 28px;
    background: #f19443;
}

.trust-actions {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 24px;
}

.home-reviews {
    margin-top: 90px;
    padding: 64px max(24px, calc((100vw - 1180px) / 2));
    background: #fbf0d3;
}

.review-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
}

.review-grid article {
    padding: 28px;
    background: #fff;
    border: 1px solid #d8d8d8;
    text-align: center;
}

.stars {
    color: #f19443;
    font-weight: 900;
    letter-spacing: .04em;
}

.stars {
    margin: 0 0 12px;
}

.why-card-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.why-card-grid article {
    display: grid;
    gap: 10px;
    padding: 22px;
    background: #f7f9f7;
    border: 1px solid #e1e1e1;
}

.why-card-grid i {
    display: grid;
    place-items: center;
    width: 52px;
    height: 52px;
    color: #fff;
    background: #3f7a89;
    border-radius: 50%;
    font-size: 24px;
}

.newsletter {
    margin-top: 88px;
    padding: 56px 18px 64px;
    background: #f4f2ef;
    text-align: center;
}

.newsletter form {
    display: grid;
    grid-template-columns: minmax(220px, 420px) auto;
    justify-content: center;
    gap: 8px;
    max-width: none;
    margin-top: 22px;
}

.newsletter button {
    border-radius: 0;
    background: #f19443;
    text-transform: uppercase;
}

.site-footer-large {
    display: grid;
    grid-template-columns: 1.4fr repeat(3, 1fr);
    gap: 48px;
    padding: 64px max(24px, calc((100vw - 1180px) / 2)) 34px;
    color: #fff;
    background: #2b6170;
}

.site-footer-large h2,
.site-footer-large h3 {
    margin-top: 0;
    text-transform: uppercase;
}

.footer-logo {
    display: block;
    width: 268px;
    max-width: 100%;
    height: auto;
    margin-bottom: 18px;
}

.site-footer-large a,
.site-footer-large p {
    display: block;
    margin: 0 0 14px;
}

.social-links,
.payment-icons {
    display: flex;
    gap: 14px;
    font-weight: 900;
    text-transform: uppercase;
}

.payment-icons {
    flex-wrap: wrap;
    gap: 8px;
}

.payment-icons span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 56px;
    min-height: 34px;
    padding: 0 10px;
    color: #12323b;
    background: #fff;
    border-radius: 4px;
    font-size: 12px;
    letter-spacing: .05em;
}

.payment-cards {
    display: block;
    width: min(100%, 373px);
    height: auto;
}

.scroll-top-button {
    position: fixed;
    left: max(18px, env(safe-area-inset-left));
    bottom: max(24px, calc(env(safe-area-inset-bottom) + 24px));
    z-index: 140;
    width: 48px;
    min-width: 48px;
    height: 48px;
    min-height: 48px;
    padding: 0;
    border: 1px solid rgba(15, 17, 21, .12);
    border-radius: 50%;
    color: #263238;
    background: rgba(245, 247, 246, .78);
    box-shadow: 0 12px 30px rgba(15, 17, 21, .16);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    font-size: 22px;
    opacity: 0;
    pointer-events: none;
    transform: translateY(12px);
    transition: opacity .18s ease, transform .18s ease, background .18s ease;
}

.scroll-top-button.is-visible {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
}

.scroll-top-button:hover,
.scroll-top-button:focus-visible {
    color: #116149;
    background: rgba(255, 255, 255, .94);
    box-shadow: 0 16px 38px rgba(15, 17, 21, .2);
}

.copyright {
    grid-column: 1 / -1;
    margin-top: 24px;
    text-align: center;
}

.product-detail-rich {
    grid-template-columns: minmax(320px, 1fr) minmax(360px, 520px);
    align-items: start;
    padding-top: 70px;
}

.product-gallery {
    display: grid;
    gap: 22px;
    justify-items: center;
}

.product-gallery-stage {
    position: relative;
    display: grid;
    place-items: center;
    width: min(520px, 100%);
}

.product-main-image {
    width: 100%;
    max-height: 520px;
    object-fit: contain;
}

.product-gallery-nav {
    position: absolute;
    top: 50%;
    z-index: 2;
    display: grid;
    place-items: center;
    width: 44px;
    height: 44px;
    padding: 0;
    color: #14343d;
    background: rgba(255, 255, 255, .92);
    border: 1px solid #d8d8d8;
    border-radius: 50%;
    box-shadow: 0 8px 18px rgba(0, 0, 0, .12);
    cursor: pointer;
    font-size: 20px;
    transform: translateY(-50%);
    transition: background .15s, box-shadow .15s, color .15s;
}

.product-gallery-nav:hover {
    background: #fff;
    color: #3f7a89;
    box-shadow: 0 10px 24px rgba(0, 0, 0, .18);
}

.product-gallery-nav-prev {
    left: 12px;
}

.product-gallery-nav-next {
    right: 12px;
}

.product-thumbs {
    display: grid;
    grid-template-columns: repeat(4, 92px);
    justify-content: center;
    gap: 12px;
}

.product-thumbs button {
    width: 92px;
    height: 92px;
    padding: 0;
    cursor: pointer;
    background: #fff;
    border: 1px solid #dedede;
    border-radius: 6px;
    overflow: hidden;
}

.product-thumbs button.active {
    border-color: #ef7d21;
    box-shadow: 0 0 0 2px rgba(239, 125, 33, .18);
}

.product-thumbs img {
    width: 92px;
    height: 92px;
    object-fit: cover;
}

.product-buy-box h1 {
    color: #3f7a89;
    font-size: 28px;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.product-buy-box h1::after {
    content: "";
    display: block;
    height: 4px;
    margin: 18px 0 22px;
    background: #f19443;
}

.product-category-crumb {
    display: inline-block;
    margin-bottom: 10px;
    color: #3f7a89;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .08em;
    text-decoration: none;
    text-transform: uppercase;
}

.product-category-crumb:hover { text-decoration: underline; }

.product-price {
    margin: 0 0 28px;
    color: #14343d;
    font-size: 30px;
    font-weight: 800;
}

.buy-form {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 14px;
    align-items: center;
    margin-bottom: 20px;
}

.qty-stepper {
    display: flex;
    align-items: stretch;
    border: 1px solid #d0d0d0;
    border-radius: 8px;
    overflow: hidden;
}

.qty-stepper button {
    width: 44px;
    height: 52px;
    padding: 0;
    background: #f5f5f5;
    border: none;
    color: #14343d;
    font-size: 22px;
    font-weight: 400;
    cursor: pointer;
    transition: background .15s;
    line-height: 1;
}

.qty-stepper button:hover { background: #eaeaea; }

.qty-stepper input {
    width: 58px;
    height: 52px;
    border: none;
    border-left: 1px solid #d0d0d0;
    border-right: 1px solid #d0d0d0;
    text-align: center;
    font-size: 17px;
    font-weight: 700;
    color: #14343d;
    -moz-appearance: textfield;
}

.qty-stepper input::-webkit-outer-spin-button,
.qty-stepper input::-webkit-inner-spin-button { -webkit-appearance: none; }

.btn-add-cart {
    flex: 1;
    min-width: 180px;
    height: 52px;
    padding: 0 28px;
    background: #f19443;
    color: #fff;
    border: none;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: .04em;
    text-transform: uppercase;
    cursor: pointer;
    transition: background .15s, box-shadow .15s;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.btn-add-cart:hover {
    background: #d97e2e;
    box-shadow: 0 4px 14px rgba(241, 148, 67, .35);
}

.free-ship-note {
    display: flex;
    align-items: center;
    gap: 7px;
    margin: 0;
    color: #2b6170;
    font-size: 14px;
    font-weight: 600;
}

.product-description-section {
    max-width: 860px;
    margin: 48px auto 0;
    font-size: 16px;
    line-height: 1.65;
    color: #2c2c2c;
}

.related-products {
    margin-top: 64px;
}

.related-products h2 {
    margin-bottom: 28px;
    color: #3f7a89;
    font-size: 22px;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.product-tabs,
.faq-section,
.why-choose {
    margin-top: 56px;
}

.product-tabs details,
.faq-section details {
    border-top: 1px solid #e6e6e6;
}

.product-tabs details:last-child,
.faq-section details:last-child {
    border-bottom: 1px solid #e6e6e6;
}

.product-tabs summary,
.faq-section summary {
    padding: 24px 0;
    color: #3f7a89;
    cursor: pointer;
    font-size: 24px;
    font-weight: 900;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.product-tabs summary::marker,
.faq-section summary::marker {
    color: #f19443;
}

.product-tabs details > div,
.faq-section details > p {
    max-width: 860px;
    padding: 0 0 24px;
    line-height: 1.55;
}

.why-row {
    display: grid;
    grid-template-columns: 88px 1fr;
    gap: 28px;
    align-items: center;
    margin: 26px 0;
}

.why-row span {
    display: grid;
    place-items: center;
    width: 72px;
    height: 72px;
    color: #fff;
    background: #3f7a89;
    border-radius: 50%;
    font-size: 34px;
}

.why-row p {
    margin: 0;
    font-size: 18px;
    line-height: 1.5;
}

.why-row .icon-badge {
    font-size: 32px;
}

.section-heading {
    width: min(1180px, calc(100vw - 32px));
    margin: 70px auto 40px;
    text-align: center;
}

.section-heading h1,
.category-hero h1,
.contact-copy h2,
.office-locations h2 {
    color: #3f7a89;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.section-heading h1::after,
.category-hero::after,
.office-locations h2::after {
    content: "";
    display: block;
    height: 4px;
    margin: 22px auto 0;
    background: #f19443;
}

.category-hero {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 260px;
    align-items: end;
    gap: 24px;
    width: min(1180px, calc(100vw - 32px));
    margin: 86px auto 0;
    padding-bottom: 26px;
}

.category-hero::after {
    grid-column: 1 / -1;
    width: 100%;
    margin-top: 0;
}

.category-hero h1 {
    margin: 0;
    font-size: 34px;
}

.sort-form {
    display: grid;
    gap: 8px;
    color: #262b31;
    font-weight: 900;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.sort-form select {
    min-height: 48px;
    border: 0;
    border-bottom: 1px solid #cfcfcf;
    border-radius: 0;
    background: #fff;
    font-weight: 800;
    text-transform: uppercase;
}

.category-count {
    margin: 12px 0 0;
    color: #667085;
    font-size: 14px;
}

.category-view {
    grid-template-columns: minmax(0, 1fr);
}

.category-view aside {
    display: none;
}

.category-product-grid {
    grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
    row-gap: 54px;
}

.category-product-grid .product-card {
    border: 0;
    text-align: center;
}

.category-product-grid .product-card img,
.category-product-grid .product-image-placeholder {
    object-fit: contain;
    background: #fff;
}

.pagination {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
    margin-top: 42px;
}

.pagination-link,
.pagination-ellipsis {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 42px;
    min-height: 42px;
    padding: 0 14px;
    border: 1px solid #d8e0de;
    color: #2b6170;
    background: #fff;
    font-weight: 900;
    text-decoration: none;
}

.pagination-link.active {
    color: #fff;
    border-color: #2b6170;
    background: #2b6170;
}

.pagination-link.disabled {
    color: #9ca3af;
    background: #f5f5f4;
    pointer-events: none;
}

.pagination-ellipsis {
    border-color: transparent;
    color: #667085;
    background: transparent;
}

.modal-overlay {
    position: fixed;
    inset: 0;
    z-index: 40;
    background: rgba(12, 18, 28, .68);
}

.loading-bar {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 80;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, #f19443, #3f7a89, #f19443);
    background-size: 200% 100%;
    animation: loading-slide .8s linear infinite;
}

.toast {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 120;
    display: grid;
    gap: 14px;
    width: min(420px, calc(100vw - 32px));
    padding: 28px;
    color: #14343d;
    background: #fff;
    border: 1px solid #d8e0de;
    box-shadow: 0 20px 60px rgba(0, 0, 0, .24);
    text-align: center;
    transform: translate(-50%, -50%);
    font-weight: 800;
}

.toast[hidden] {
    display: none;
}

.toast strong {
    color: #2b6170;
    font-size: 26px;
}

.toast span {
    color: #687177;
    font-weight: 600;
}

.toast button {
    justify-self: center;
    min-width: 140px;
    background: #f19443;
    border-radius: 0;
}

@keyframes loading-slide {
    from { background-position: 0 0; }
    to { background-position: 200% 0; }
}

.quick-view-modal,
.cart-drawer-shell {
    position: fixed;
    z-index: 70;
}

.quick-view-modal {
    top: 7vh;
    left: 50%;
    width: min(900px, calc(100vw - 28px));
    transform: translateX(-50%);
}

.quick-view-panel {
    position: relative;
    display: grid;
    grid-template-columns: minmax(260px, 1fr) minmax(300px, 1fr);
    gap: 42px;
    min-height: 520px;
    padding: 54px;
    background: #fff;
    box-shadow: 0 18px 50px rgba(0, 0, 0, .18);
}

.quick-view-close,
.cart-drawer-close {
    position: absolute;
    top: 18px;
    right: 18px;
    min-height: 32px;
    width: 32px;
    padding: 0;
    color: #333;
    background: #efefef;
    border-radius: 0;
    font-size: 24px;
}

.quick-view-media {
    display: grid;
    grid-template-columns: 42px 1fr 42px;
    align-items: center;
    gap: 18px;
}

.quick-view-media button {
    min-height: 42px;
    padding: 0;
    color: #777;
    background: transparent;
    font-size: 44px;
}

.quick-view-media button:disabled {
    color: #c7c7c7;
    cursor: default;
}

.quick-view-media img {
    width: 100%;
    max-height: 360px;
    object-fit: contain;
}

.quick-view-copy h2 {
    color: #3f7a89;
    font-size: 30px;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.quick-view-copy h2::after {
    content: "";
    display: block;
    height: 4px;
    margin: 18px 0 28px;
    background: #f19443;
}

.quick-view-price {
    font-size: 20px;
}

.quick-view-price strong {
    margin-left: 16px;
    font-size: 28px;
}

.quick-view-copy h3 {
    margin-top: 54px;
    color: #3f7a89;
    font-size: 26px;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.quick-view-copy a {
    display: block;
    margin-top: 34px;
    padding-top: 26px;
    border-top: 1px solid #e4e4e4;
    color: #2b6170;
    font-weight: 900;
    letter-spacing: .08em;
    text-align: center;
    text-transform: uppercase;
}

.quick-view-cart-form {
    margin-top: 28px;
}

.quick-view-cart-form button {
    width: 100%;
}

.cart-drawer-shell {
    top: 0;
    right: 0;
    bottom: 0;
    width: min(470px, 100vw);
    background: #fff;
    box-shadow: -14px 0 34px rgba(0, 0, 0, .18);
}

.cart-drawer-panel {
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow: hidden;
}

.cart-drawer-header {
    position: relative;
    padding: 26px 28px;
    border-bottom: 1px solid #e4e4e4;
}

.cart-drawer-header h2 {
    margin: 0;
    font-size: 26px;
}

.cart-drawer-header h2 span {
    color: #9a9a9a;
    font-weight: 500;
}

.free-shipping-meter {
    padding: 22px 28px;
    background: #f5f5f4;
}

.free-shipping-meter p {
    margin-top: 0;
}

.free-shipping-meter span {
    display: block;
    height: 7px;
    background: #d8d8d8;
}

.free-shipping-meter i {
    display: block;
    max-width: 100%;
    height: 100%;
    background: #111;
}

.free-shipping-meter small {
    display: block;
    margin-top: 8px;
    text-align: right;
}

.cart-drawer-lines {
    flex: 1;
    min-height: 0;
    overflow: auto;
}

.cart-drawer-line {
    display: grid;
    grid-template-columns: 70px 1fr auto;
    gap: 16px;
    align-items: center;
    padding: 20px 28px;
    border-bottom: 1px solid #e7e7e7;
}

.cart-drawer-line img {
    width: 70px;
    height: 70px;
    object-fit: contain;
}

.cart-drawer-line span {
    display: block;
    margin-top: 8px;
    color: #6b7280;
}

.cart-drawer-footer {
    flex: 0 0 auto;
    padding: 24px 28px;
    border-top: 1px solid #e4e4e4;
}

.cart-drawer-footer p,
.cart-summary p {
    display: flex;
    justify-content: space-between;
    gap: 16px;
}

.cart-drawer-footer .button,
.cart-summary .button {
    width: 100%;
}

.cart-text-link {
    display: block;
    margin-top: 14px;
    color: #2b6170;
    text-align: center;
    text-decoration: underline;
}

.empty-cart-note {
    padding: 28px;
}

.cart-page,
.contact-page {
    width: min(1180px, calc(100vw - 32px));
    margin: 0 auto;
}

.cart-page-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 340px;
    gap: 32px;
    align-items: start;
}

.cart-page-lines {
    display: grid;
    gap: 14px;
}

.cart-page-line {
    display: grid;
    grid-template-columns: 96px minmax(0, 1fr) 160px 100px;
    gap: 18px;
    align-items: center;
    padding: 20px;
    border: 1px solid #e2e2e2;
    background: #fff;
}

.cart-page-line img {
    width: 96px;
    height: 96px;
    object-fit: contain;
}

.cart-page-line h2 {
    margin: 0;
    color: #3f7a89;
    font-size: 18px;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.cart-page-line form {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
}

.cart-page-line button {
    min-height: 36px;
    border-radius: 0;
    background: #2b6170;
}

.cart-summary,
.empty-cart-panel {
    padding: 26px;
    border: 1px solid #e1e1e1;
    background: #f8f8f6;
}

.cart-summary h2,
.empty-cart-panel h2 {
    margin-top: 0;
    color: #3f7a89;
    text-transform: uppercase;
}

.cart-summary-total {
    padding-top: 16px;
    border-top: 1px solid #d7d7d7;
    font-size: 20px;
}

.cart-summary .cart-summary-note {
    display: block;
    margin-top: -4px;
    color: #667085;
    font-size: 14px;
}

.checkout-intro {
    margin: 0 0 28px;
}

.checkout-steps {
    display: flex;
    gap: 10px;
    margin-bottom: 22px;
}

.checkout-steps span {
    flex: 1;
    padding: 12px;
    color: #748184;
    background: #f5f7f5;
    border: 1px solid #e1e1e1;
    border-radius: 6px;
    text-align: center;
    font-weight: 900;
}

.checkout-steps .active,
.checkout-steps .complete {
    color: #14343d;
    border-color: #f19443;
}

.checkout-account-options {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    width: min(720px, calc(100vw - 32px));
    max-width: 720px;
    margin: 0 auto 28px;
}

.checkout-account-options article {
    display: grid;
    align-content: start;
    gap: 14px;
    min-height: 230px;
    padding: 22px;
    background: #f8f8f6;
    border: 1px solid #e1e1e1;
    border-radius: 8px;
}

.checkout-account-options h2 {
    margin: 0;
    font-size: 20px;
    color: #2b6170;
}

.checkout-account-options p {
    margin: 0;
    color: #687177;
}

.checkout-account-options .button.active {
    box-shadow: 0 0 0 3px rgba(241, 148, 67, .24);
}

.checkout-auth-panel {
    width: min(520px, calc(100vw - 32px));
    margin: 0 auto 32px;
}

.checkout-auth-card {
    padding: 24px;
    background: #fff;
    border: 1px solid #d8e0de;
}

.checkout-auth-card h2 {
    margin-top: 0;
    color: #2b6170;
}

.checkout-auth-card form {
    display: grid;
    gap: 12px;
}

.checkout-page {
    width: min(960px, calc(100vw - 32px)) !important;
    margin: 0 auto;
}

.checkout-layout {
    display: grid;
    grid-template-columns: 1fr 320px;
    gap: 32px;
    align-items: start;
    margin-bottom: 48px;
}

.checkout-layout .checkout-form {
    max-width: none;
}

.checkout-section {
    padding: 22px;
    background: #fff;
    border: 1px solid #e1e1e1;
    border-radius: 10px;
    margin-bottom: 16px;
    display: grid;
    gap: 12px;
}

.checkout-section-title {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0;
    font-size: 15px;
    font-weight: 700;
    color: #2b6170;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.checkout-section fieldset {
    border: none;
    padding: 0;
    margin: 0;
}

.address-cards {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 10px;
}

.address-card {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 12px 14px;
    border: 1.5px solid #d8e0de;
    border-radius: 8px;
    cursor: pointer;
    transition: border-color .15s;
    position: relative;
}

.address-card:has(input:checked) {
    border-color: #3f7a89;
    background: #f0f7f8;
}

.address-card input[type="radio"] { display: none; }

.address-card-body {
    display: flex;
    flex-direction: column;
    gap: 2px;
    font-size: 13px;
    line-height: 1.4;
    flex: 1;
}

.address-card-body strong { font-size: 14px; color: #14343d; }
.address-card-body span { color: #687177; }

.addr-check {
    color: #3f7a89;
    font-size: 16px;
    opacity: 0;
    transition: opacity .15s;
    flex-shrink: 0;
    margin-top: 2px;
}

.address-card:has(input:checked) .addr-check { opacity: 1; }

.address-card-new .address-card-body strong {
    color: #3f7a89;
}

.address-form-fields {
    display: grid;
    gap: 10px;
}

.address-row {
    display: grid;
    grid-template-columns: 1fr 120px 120px;
    gap: 10px;
}

.save-address-check {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    color: #687177;
    cursor: pointer;
    margin-top: 4px;
}

.save-address-check input { width: auto; min-height: auto; }

.delivery-option {
    display: flex;
    cursor: pointer;
}

.delivery-option input[type="radio"] { display: none; }

.delivery-option-body {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 14px 16px;
    border: 1.5px solid #3f7a89;
    border-radius: 8px;
    background: #f0f7f8;
}

.delivery-info {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.delivery-info strong { font-size: 14px; color: #14343d; }

.delivery-eta { font-size: 12px; color: #687177; }

.delivery-price { font-size: 15px; color: #14343d; }

.badge-free {
    display: inline-block;
    padding: 2px 8px;
    background: #e6f4ef;
    color: #116149;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 700;
}

.payment-accepted {
    margin-left: auto;
    font-size: 12px;
    font-weight: 400;
    color: #687177;
    letter-spacing: 0;
    text-transform: none;
}

.payment-brand-badges {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-left: auto;
}

.pbadge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 2px 7px;
    border-radius: 4px;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .04em;
    color: #fff;
    min-width: 32px;
}

.pbadge-visa         { background: #1a1f71; }
.pbadge-mastercard   { background: #eb001b; }
.pbadge-amex         { background: #016fd0; }
.pbadge-discover     { background: #f76f20; }
.pbadge-paypal       { background: #003087; }
.pbadge-apple        { background: #000; }
.pbadge-google       { background: #4285f4; }

.payment-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

.payment-cvv-wrap {
    position: relative;
}

.payment-cvv-wrap input { width: 100%; }

.cvv-hint {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    color: #a0aab0;
    font-size: 15px;
    cursor: help;
}

.payment-input-wrap {
    position: relative;
}

.payment-input-icon {
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    color: #687177;
    font-size: 17px;
    pointer-events: none;
}

.payment-card-input {
    padding-left: 38px !important;
}

.checkout-sidebar {
    position: sticky;
    top: 24px;
}

.checkout-summary-panel {
    padding: 24px;
    background: #f8f8f6;
    border: 1px solid #e1e1e1;
    border-radius: 10px;
}

.checkout-summary-panel h3 {
    margin: 0 0 18px;
    color: #2b6170;
    font-size: 16px;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.checkout-summary-item {
    display: grid;
    grid-template-columns: 56px 1fr auto;
    gap: 12px;
    align-items: start;
    padding: 12px 0;
    border-top: 1px solid #e8e8e8;
}

.checkout-summary-item img {
    width: 56px;
    height: 56px;
    object-fit: contain;
    background: #fff;
    border-radius: 6px;
    border: 1px solid #e8e8e8;
}

.checkout-summary-item-info p {
    margin: 0 0 4px;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.3;
    color: #14343d;
}

.checkout-summary-item-info span {
    font-size: 12px;
    color: #687177;
}

.checkout-summary-item > strong {
    font-size: 14px;
    color: #14343d;
    white-space: nowrap;
}

.checkout-summary-totals {
    margin-top: 16px;
    padding-top: 16px;
    border-top: 2px solid #d7d7d7;
    display: grid;
    gap: 8px;
}

.checkout-summary-totals > div {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    color: #687177;
}

.checkout-total-row {
    margin-top: 6px;
    padding-top: 10px;
    border-top: 1px solid #d7d7d7;
}

.checkout-total-row span {
    font-size: 16px !important;
    font-weight: 700;
    color: #14343d !important;
}

.checkout-total-row strong {
    font-size: 20px;
    color: #14343d;
}

.btn-place-order {
    width: 100%;
    height: 52px;
    padding: 0 24px;
    background: #116149;
    color: #fff;
    border: none;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: .04em;
    text-transform: uppercase;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    transition: background .15s, box-shadow .15s;
}

.btn-place-order:hover {
    background: #0d4f39;
    box-shadow: 0 4px 14px rgba(17, 97, 73, .3);
}

.captcha-field {
    display: grid;
    gap: 8px;
    padding: 12px;
    background: #f8f8f6;
    border: 1px solid #e1e1e1;
}

.captcha-field label {
    display: grid;
    gap: 8px;
    margin: 0;
    font-weight: 800;
}

.captcha-field input {
    background: #fff;
}

.contact-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(340px, 1fr);
    gap: 64px;
    align-items: start;
}

.contact-copy {
    font-size: 20px;
    line-height: 1.55;
}

.contact-form {
    display: grid;
    gap: 18px;
}

.contact-success {
    width: min(1180px, calc(100vw - 32px));
    margin: 0 auto 28px;
    padding: 14px 18px;
    color: #195b34;
    background: #e8f5ec;
    border: 1px solid #b8dec6;
    border-radius: 6px;
    font-weight: 800;
}

.contact-form input,
.contact-form textarea {
    border-color: #e0e0e0;
    border-radius: 0;
    font-size: 18px;
}

.contact-form textarea {
    min-height: 190px;
    resize: vertical;
}

.contact-form button {
    justify-self: start;
    min-width: 118px;
}

.office-locations {
    margin-top: 76px;
    font-size: 20px;
    line-height: 1.6;
}

.office-locations h2 {
    font-size: 30px;
}

.office-locations h2::after {
    width: 100%;
}

.location-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 40px 80px;
    margin-top: 56px;
    padding: 46px 0;
    background: #f4f7f8;
}

.location-grid article {
    padding: 0 32px;
}

.location-grid h3 {
    color: #2b6170;
}

.alert {
    color: #a42318;
}

@media (max-width: 760px) {
    .top-announcement {
        padding: 10px 14px;
        font-size: 12px;
        letter-spacing: .04em;
    }

    .site-header {
        align-items: flex-start;
        flex-direction: column;
        gap: 14px;
        padding: 18px;
    }

    .brand {
        font-size: 26px;
    }

    .brand,
    .header-actions {
        min-width: 0;
    }

    .header-actions {
        flex-wrap: wrap;
        gap: 10px 14px;
    }

    .category-nav {
        width: 100%;
        justify-content: flex-start;
        flex-wrap: nowrap;
        gap: 14px;
        overflow-x: auto;
        padding-bottom: 4px;
        white-space: nowrap;
    }

    .site-search {
        flex: 1 1 100%;
        order: 3;
        width: 100%;
    }

    .search-open .site-search {
        width: 100%;
    }

    .home-hero,
    .home-promo {
        grid-template-columns: 1fr;
        min-height: auto;
        gap: 26px;
        padding: 34px 18px;
    }

    .home-hero h1 {
        font-size: 34px;
        line-height: 1.12;
    }

    .home-hero p:not(.eyebrow) {
        font-size: 17px;
    }

    .home-hero-media {
        min-height: 240px;
    }

    .home-hero-media img {
        max-height: 300px;
    }

    .shipping-strip {
        padding: 20px 16px;
        font-size: 16px;
        letter-spacing: .04em;
    }

    .home-promo strong {
        font-size: 30px;
    }

    .home-promo img {
        height: 260px;
    }

    .featured-section {
        padding-top: 48px;
    }

    .product-grid,
    .category-product-grid {
        grid-template-columns: 1fr;
    }

    .category-hero {
        margin-top: 44px;
    }

    .catalog-layout,
    .product-detail,
    .product-detail-rich,
    .cart-line,
    .order-card,
    .category-hero,
    .quick-view-panel,
    .cart-page-grid,
    .cart-page-line,
    .contact-grid,
    .location-grid {
        grid-template-columns: 1fr;
    }

    .review-grid,
    .why-card-grid,
    .newsletter form,
    .site-footer-large,
    .checkout-account-options {
        grid-template-columns: 1fr;
    }

    .buy-form {
        grid-template-columns: 1fr;
    }

    .btn-add-cart {
        width: 100%;
    }

    .product-thumbs {
        grid-template-columns: repeat(3, minmax(0, 92px));
        width: 100%;
        overflow-x: auto;
    }

    .product-buy-box h1,
    .quick-view-copy h2 {
        font-size: 24px;
    }

    .product-tabs summary,
    .faq-section summary {
        font-size: 18px;
    }

    .quick-view-modal {
        top: 16px;
        width: calc(100vw - 20px);
        max-height: calc(100vh - 32px);
        overflow: auto;
    }

    .quick-view-panel {
        gap: 22px;
        min-height: auto;
        padding: 44px 18px 22px;
    }

    .quick-view-media {
        grid-template-columns: 34px 1fr 34px;
        gap: 8px;
    }

    .quick-view-media button {
        font-size: 34px;
    }

    .quick-view-price strong {
        display: block;
        margin-left: 0;
    }

    .cart-drawer-shell {
        width: 100vw;
    }

    .cart-drawer-header,
    .free-shipping-meter,
    .cart-drawer-line,
    .cart-drawer-footer {
        padding-left: 18px;
        padding-right: 18px;
    }

    .cart-drawer-line {
        grid-template-columns: 58px 1fr auto;
        gap: 12px;
    }

    .cart-drawer-line img {
        width: 58px;
        height: 58px;
    }

    .cart-page-line {
        gap: 12px;
    }

    .cart-page-line img {
        width: 100%;
        height: auto;
        max-height: 180px;
    }

    .checkout-steps {
        flex-direction: column;
    }

    .trust-actions,
    .payment-icons {
        flex-wrap: wrap;
    }

    .site-footer-large {
        gap: 28px;
        padding: 42px 18px 28px;
    }

    .newsletter {
        margin-top: 58px;
        padding: 42px 18px;
    }

    .toast {
        padding: 22px;
    }

    .checkout-layout {
        grid-template-columns: 1fr;
    }

    .checkout-sidebar {
        position: static;
        order: -1;
    }

    .account-page {
        grid-template-columns: 1fr;
    }

    .account-sidebar {
        position: static;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: flex-start;
        text-align: left;
        gap: 12px;
    }

    .account-avatar { margin-bottom: 0; }

    .account-sidebar-nav { flex-direction: row; }

    .account-detail-grid { grid-template-columns: 1fr; }
}
