html,body { overflow-x:hidden; }
@supports (overflow:clip) { html,body { overflow-x:clip; } }
.gh-shop-hero { overflow:hidden; padding:2rem 0 1.75rem; }
.gh-shop-hero h1 { max-width:44rem; font-size:clamp(2rem,3.2vw,3rem); }
.gh-shop-hero .gh-lead { max-width:43rem; font-size:clamp(1rem,1.45vw,1.16rem); }
.gh-shop-hero .gh-actions { margin-top:1rem; }
.gh-shop-hero-note { display:flex; flex-wrap:wrap; gap:.55rem; align-items:center; margin:1rem 0 0; color:#343a40; font-size:.84rem; }
.gh-shop-hero-note i { color:#7ee2a8; }
.gh-shop-hero-products { overflow:hidden; border:1px solid #dedfe2; border-radius:1rem; background:#fff; box-shadow:0 .8rem 2rem rgba(24,28,33,.09); }
.gh-shop-hero-products-head { display:flex; align-items:center; justify-content:space-between; gap:1rem; padding:.7rem 1rem; border-bottom:1px solid #eceef0; background:#202327; color:#fff; font-size:.78rem; font-weight:700; text-transform:uppercase; }
.gh-shop-hero-products-head a { color:#fff; font-size:.73rem; text-decoration:none; text-transform:none; }
.gh-shop-hero-products-head a:hover,.gh-shop-hero-products-head a:focus-visible { text-decoration:underline; }
.gh-shop-hero-product { display:grid; grid-template-columns:5.6rem 1fr; align-items:center; gap:.9rem; min-height:5rem; padding:.5rem 1rem; border-bottom:1px solid #eceef0; color:#202327; text-decoration:none; }
.gh-shop-hero-product:last-child { border-bottom:0; }
.gh-shop-hero-product:hover,.gh-shop-hero-product:focus-visible { background:#f7f8f9; color:#8f1017; }
.gh-shop-hero-product img { width:5.6rem; height:4.2rem; object-fit:contain; }
.gh-shop-hero-product strong,.gh-shop-hero-product small { display:block; }
.gh-shop-hero-product strong { font-size:.9rem; line-height:1.25; }
.gh-shop-hero-product small { margin-top:.12rem; color:#6c7279; font-size:.72rem; }
#shopProducts { padding-top:2.25rem; }
.gh-shop-section-head { display:flex; justify-content:space-between; align-items:flex-end; gap:1.5rem; }
.gh-shop-section-head > div { max-width:52rem; }
.gh-shop-section-head h2 { font-size:clamp(1.65rem,2.6vw,2.25rem); }
.gh-shop-section-head p:last-child { margin-bottom:0; }
.gh-cart-button { flex:0 0 auto; display:inline-flex; align-items:center; gap:.5rem; }
.gh-shop-tools { display:flex; align-items:center; justify-content:space-between; gap:1rem; margin:1.15rem 0 1.5rem; }
.gh-shop-search { position:relative; flex:1 1 22rem; max-width:34rem; }
.gh-shop-search i { position:absolute; left:1rem; top:50%; transform:translateY(-50%); color:#6c757d; pointer-events:none; }
.gh-shop-search .form-control { min-height:3rem; padding-left:2.75rem; border-radius:999px; }
.gh-shop-filters { display:flex; flex-wrap:wrap; justify-content:flex-end; gap:.5rem; }
.gh-shop-filter { border:1px solid #d7d9dc; border-radius:999px; background:#fff; color:#343a40; padding:.48rem .85rem; font-size:.88rem; font-weight:600; }
.gh-shop-filter:hover,.gh-shop-filter:focus-visible { border-color:#8f1017; color:#8f1017; }
.gh-shop-filter.is-active { border-color:#8f1017; background:#8f1017; color:#fff; }
.gh-shop-loading { display:flex; align-items:center; justify-content:center; gap:.8rem; min-height:12rem; color:#5f6368; }
.gh-product-card { display:flex; flex-direction:column; height:100%; overflow:hidden; border:1px solid #e1e3e6; border-radius:1rem; background:#fff; box-shadow:0 .45rem 1.4rem rgba(24,28,33,.07); transition:transform .18s ease,box-shadow .18s ease; }
.gh-product-card:hover { transform:translateY(-3px); box-shadow:0 .8rem 2rem rgba(24,28,33,.11); }
.gh-product-visual { position:relative; display:block; height:15rem; overflow:hidden; background:#fff; border-bottom:1px solid #eceef0; }
.gh-product-visual img { position:absolute; inset:1rem; display:block; width:calc(100% - 2rem); height:calc(100% - 2rem); object-fit:contain; transition:transform .2s ease; }
.gh-product-card:hover .gh-product-visual img { transform:scale(1.025); }
.gh-product-body { display:flex; flex:1; flex-direction:column; padding:1.3rem; }
.gh-product-meta { display:flex; align-items:center; justify-content:space-between; gap:.75rem; margin-bottom:.65rem; }
.gh-product-vendor { color:#6c757d; font-size:.75rem; font-weight:700; letter-spacing:.07em; text-transform:uppercase; }
.gh-product-stock { display:inline-flex; align-items:center; gap:.35rem; color:#087b4c; font-size:.76rem; font-weight:600; }
.gh-product-stock::before { content:''; width:.48rem; height:.48rem; border-radius:50%; background:#13a467; }
.gh-product-stock.is-low { color:#9a6700; }
.gh-product-stock.is-low::before { background:#d99a00; }
.gh-product-card h3 { margin:0 0 .45rem; font-size:1.12rem; line-height:1.35; }
.gh-product-card h3 a { color:#202327; text-decoration:none; }
.gh-product-card h3 a:hover,.gh-product-card h3 a:focus-visible { color:#8f1017; text-decoration:underline; text-underline-offset:.18em; }
.gh-product-summary { color:#5f6368; font-size:.9rem; line-height:1.55; }
.gh-product-specs { display:flex; flex-wrap:wrap; gap:.35rem; margin:.25rem 0 1.1rem; padding:0; list-style:none; }
.gh-product-specs li { border-radius:999px; background:#f1f3f5; padding:.27rem .55rem; color:#555b63; font-size:.73rem; }
.gh-product-footer { display:flex; align-items:flex-end; justify-content:space-between; gap:.75rem; margin-top:auto; }
.gh-product-price small { display:block; color:#6c757d; font-size:.72rem; font-weight:500; }
.gh-product-price strong { display:block; font-family:Montserrat,sans-serif; font-size:1.35rem; line-height:1.2; }
.gh-product-add { white-space:nowrap; }
.gh-product-actions { display:flex; gap:.45rem; }
.gh-product-actions .btn { white-space:nowrap; }
.gh-shop-feed-note { margin:1.5rem 0 0; color:#6c757d; font-size:.82rem; text-align:center; }
.gh-shop-steps .gh-card-icon { font-family:Montserrat,sans-serif; font-weight:800; }
.gh-shop-service-list { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:.8rem; }
.gh-shop-service-list span { display:flex; align-items:center; gap:.7rem; min-height:4.5rem; padding:1rem; border:1px solid #e1e3e6; border-radius:.85rem; background:#fff; font-weight:600; }
.gh-shop-service-list i { width:1.5rem; color:#8f1017; font-size:1.15rem; text-align:center; }
.gh-cart-backdrop { position:fixed; z-index:1090; inset:0; background:rgba(0,0,0,.54); }
.gh-cart { position:fixed; z-index:1100; top:0; right:0; width:min(100%,42rem); height:100dvh; overflow:hidden; background:#fff; box-shadow:-1.5rem 0 3rem rgba(0,0,0,.2); transform:translateX(105%); transition:transform .22s ease; }
.gh-cart.is-open { transform:translateX(0); }
.gh-cart-header { display:flex; align-items:flex-start; justify-content:space-between; gap:1rem; padding:1.25rem 1.4rem; border-bottom:1px solid #e1e3e6; }
.gh-cart-header h2 { margin:0; font-size:1.35rem; }
.gh-cart-body { height:calc(100dvh - 6rem); overflow-y:auto; padding:1.25rem 1.4rem 3rem; }
.gh-cart-empty { display:grid; place-items:center; gap:.75rem; min-height:18rem; text-align:center; }
.gh-cart-empty > i { color:#adb5bd; font-size:3rem; }
.gh-cart-item { display:grid; grid-template-columns:1fr auto; gap:.7rem; padding:1rem 0; border-bottom:1px solid #eceef0; }
.gh-cart-item h3 { margin:0 0 .2rem; font-size:.98rem; }
.gh-cart-item-price { color:#5f6368; font-size:.85rem; }
.gh-cart-item-controls { display:flex; align-items:center; justify-content:flex-end; gap:.35rem; }
.gh-cart-item-controls button { display:grid; place-items:center; width:2rem; height:2rem; border:1px solid #d7d9dc; border-radius:.4rem; background:#fff; }
.gh-cart-item-controls output { min-width:1.6rem; text-align:center; font-weight:700; }
.gh-cart-item-remove { margin-left:.4rem; color:#8f1017; }
.gh-cart-total { display:flex; justify-content:space-between; gap:1rem; margin-top:1rem; padding:1rem 0 .2rem; font-size:1.05rem; }
.gh-cart-total strong { font-family:Montserrat,sans-serif; font-size:1.25rem; }
.gh-shop-order-form { margin-top:1.5rem; padding-top:1.5rem; border-top:2px solid #eceef0; }
.gh-shop-order-form h3 { margin:0 0 1rem; font-size:1.15rem; }
.gh-shop-service-options { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:.65rem; margin:1.25rem 0; padding:0; border:0; }
.gh-shop-service-options legend { grid-column:1/-1; margin:0; font-size:.95rem; font-weight:700; }
.gh-shop-service-options label { display:flex; align-items:flex-start; gap:.55rem; padding:.7rem; border:1px solid #e1e3e6; border-radius:.65rem; font-size:.88rem; }
.gh-shop-ack { display:flex; align-items:flex-start; gap:.65rem; margin:1rem 0; font-size:.85rem; line-height:1.45; }
body.gh-cart-open { overflow:hidden; }

.gh-product-page { padding:4rem 0 5rem; background:linear-gradient(180deg,#f7f8f9 0,#fff 32rem); }
.gh-product-breadcrumb { display:flex; flex-wrap:wrap; gap:.5rem; margin-bottom:2rem; color:#70757c; font-size:.88rem; }
.gh-product-breadcrumb a { color:#4f555c; font-weight:600; text-decoration:none; }
.gh-product-breadcrumb a:hover,.gh-product-breadcrumb a:focus-visible { color:#8f1017; text-decoration:underline; }
.gh-product-detail-loading { display:flex; align-items:center; justify-content:center; gap:.85rem; min-height:26rem; color:#5f6368; }
.gh-product-gallery { display:grid; place-items:center; min-height:31rem; padding:2rem; border:1px solid #e1e3e6; border-radius:1.2rem; background:#fff; box-shadow:0 .75rem 2rem rgba(24,28,33,.07); }
.gh-product-gallery img { width:100%; height:auto; max-height:30rem; object-fit:contain; }
.gh-product-image-note { margin:.8rem .5rem 0; color:#757b82; font-size:.76rem; line-height:1.45; }
.gh-product-page h1 { margin:.4rem 0 .5rem; font-size:clamp(2rem,4vw,3.25rem); line-height:1.08; }
.gh-product-model { margin:0 0 1rem; color:#737980; font-size:.9rem; font-weight:600; }
.gh-product-detail-summary { max-width:38rem; color:#4f555c; font-size:1.08rem; line-height:1.7; }
.gh-product-detail-stock { display:flex; flex-wrap:wrap; align-items:center; gap:.5rem; margin:1.3rem 0 0; color:#087b4c; font-size:.9rem; font-weight:700; }
.gh-product-detail-stock > span:first-child { width:.6rem; height:.6rem; border-radius:50%; background:#13a467; }
.gh-product-detail-stock.is-low { color:#9a6700; }
.gh-product-detail-stock.is-low > span:first-child { background:#d99a00; }
.gh-product-feed-checked { flex-basis:100%; color:#747a81; font-size:.76rem; font-weight:400; }
.gh-product-detail-price { margin:1.35rem 0; padding:1.15rem 0; border-top:1px solid #e1e3e6; border-bottom:1px solid #e1e3e6; }
.gh-product-detail-price small,.gh-product-detail-price span { display:block; color:#676d74; }
.gh-product-detail-price small { font-size:.8rem; font-weight:600; }
.gh-product-detail-price strong { display:block; margin:.15rem 0 .25rem; font-family:Montserrat,sans-serif; font-size:2rem; }
.gh-product-detail-price span { font-size:.78rem; }
.gh-product-buybox-actions { display:flex; flex-wrap:wrap; gap:.7rem; }
.gh-product-order-note { display:flex; gap:.65rem; margin:1rem 0 0; color:#62686f; font-size:.8rem; line-height:1.5; }
.gh-product-order-note i { margin-top:.2rem; color:#8f1017; }
.gh-product-information { margin-top:4rem; }
.gh-product-info-card { height:100%; padding:2rem; border:1px solid #e1e3e6; border-radius:1rem; background:#fff; box-shadow:0 .5rem 1.5rem rgba(24,28,33,.05); }
.gh-product-info-card h2 { margin:.3rem 0 1.2rem; font-size:1.55rem; }
.gh-product-detail-specs { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:.8rem 1rem; margin:0; padding:0; list-style:none; }
.gh-product-detail-specs li { display:flex; align-items:flex-start; gap:.7rem; padding:.85rem; border-radius:.75rem; background:#f5f6f7; line-height:1.45; }
.gh-product-detail-specs i { margin-top:.2rem; color:#0c8a55; }
.gh-product-fit-card > p:not(.gh-eyebrow) { color:#555b62; line-height:1.65; }
.gh-product-fit-card dl { margin:1.25rem 0; }
.gh-product-fit-card dl > div { display:grid; grid-template-columns:7rem 1fr; gap:.75rem; padding:.7rem 0; border-top:1px solid #eceef0; }
.gh-product-fit-card dt { color:#5f656c; font-size:.82rem; }
.gh-product-fit-card dd { margin:0; font-size:.86rem; font-weight:600; }
.gh-product-manufacturer-link { color:#8f1017; font-weight:700; text-decoration:none; }
.gh-product-manufacturer-link:hover,.gh-product-manufacturer-link:focus-visible { color:#681016; text-decoration:underline; }
.gh-product-support-banner { display:flex; align-items:center; justify-content:space-between; gap:2rem; margin-top:2rem; padding:2rem; border-radius:1rem; background:#17191c; color:#fff; }
.gh-product-support-banner h2 { margin:.25rem 0 .45rem; color:#fff; font-size:1.55rem; }
.gh-product-support-banner p:not(.gh-eyebrow) { max-width:48rem; margin:0; color:rgba(255,255,255,.78); }
@media (max-width:991.98px) { .gh-shop-tools,.gh-shop-section-head { align-items:stretch; flex-direction:column; } .gh-shop-search { max-width:none; } .gh-shop-filters { justify-content:flex-start; } .gh-cart-button { align-self:flex-start; } }
@media (min-width:768px) and (max-width:991.98px) { .gh-main-nav.navbar-expand-md { flex-wrap:wrap; } .gh-main-nav.navbar-expand-md .navbar-toggler { display:block; } .gh-main-nav.navbar-expand-md .navbar-collapse { display:none !important; flex-basis:100%; order:4 !important; margin-top:1rem !important; } .gh-main-nav.navbar-expand-md .navbar-collapse.show { display:block !important; } .gh-main-nav.navbar-expand-md .navbar-nav { align-items:stretch !important; flex-direction:column; } .gh-main-nav.navbar-expand-md .navbar-nav .dropdown-menu { position:static; } .gh-main-nav > .container-xxl > .d-md-none { display:block !important; } .gh-main-nav .navbar-nav .d-md-block { display:none !important; } body.gh-header-shrunk .gh-main-nav > .container-xxl > .d-md-none { display:none !important; } }
@media (max-width:767.98px) { body.gh-header-shrunk .gh-main-nav > .container-xxl > .d-md-none { display:none !important; } .gh-product-page { padding:2.25rem 0 3.5rem; } .gh-product-gallery { min-height:0; padding:1rem; } .gh-product-information { margin-top:2.5rem; } .gh-product-detail-specs { grid-template-columns:1fr; } .gh-product-support-banner { align-items:flex-start; flex-direction:column; padding:1.5rem; } }
@media (max-width:575.98px) { .gh-shop-hero { padding-top:1.35rem; } .gh-shop-hero-product { grid-template-columns:4.75rem 1fr; padding:.45rem .8rem; } .gh-shop-hero-product img { width:4.75rem; height:3.6rem; } .gh-product-visual { height:13rem; } .gh-product-body { padding:1.1rem; } .gh-shop-service-list,.gh-shop-service-options { grid-template-columns:1fr; } .gh-product-page h1 { font-size:1.85rem; } .gh-product-buybox-actions { display:grid; grid-template-columns:1fr; } .gh-product-buybox-actions .btn { width:100%; } .gh-product-footer { align-items:stretch; flex-direction:column; } .gh-product-actions { display:grid; grid-template-columns:1fr 1fr; } .gh-product-add { width:100%; min-height:3rem; } .gh-cart-header,.gh-cart-body { padding-left:1rem; padding-right:1rem; } .gh-product-info-card { padding:1.3rem; } .gh-product-fit-card dl > div { grid-template-columns:1fr; gap:.2rem; } }
@media (max-width:359.98px) { .gh-top-bar { font-size:.72rem; } .gh-top-bar .container-xxl { padding-left:.75rem; padding-right:.75rem; } .gh-top-bar nav.row { --bs-gutter-x:.35rem; } .gh-top-bar nav a { gap:.2rem !important; } .gh-top-bar nav a i { font-size:.75rem !important; } }
@media (prefers-reduced-motion:reduce) { .gh-product-card,.gh-product-visual img,.gh-cart { transition:none; } }
