/* 2026-09-10 v1.0 - Isolated Collection-style strap shop for test hosts. */
.holthin-straps-shop{
	--strap-ink:#211e1a;
	--strap-paper:#f3efe6;
	--strap-line:rgba(33,30,26,.18);
	--strap-soft:#ded6c8;
	width:100%;
	max-width:none;
	margin:0;
	color:var(--strap-ink);
	background:var(--strap-paper);
}
.max-width-lock.holthin-straps-shop{width:100%;max-width:none;margin:0;padding-left:0;padding-right:0}
.holthin-straps-shop *{box-sizing:border-box}
.strap-shop-overview{padding:clamp(130px,15vw,230px) 0 0}
.strap-shop-intro{max-width:920px;margin:0 auto;padding:0 clamp(24px,6vw,92px) clamp(72px,8vw,128px);text-align:center}
.strap-shop-intro--wide{max-width:1200px}
.strap-shop-eyebrow{margin:0 0 22px;text-transform:uppercase;letter-spacing:.19em;font-size:11px}
.strap-shop-intro>.strap-shop-eyebrow{width:100%;max-width:none}
.strap-shop-intro h1,.strap-detail h1{margin:0 0 28px;font-size:clamp(46px,7vw,102px);font-weight:300;line-height:.95;letter-spacing:-.035em;text-transform:uppercase}
.strap-shop-intro>p:last-child{max-width:650px;margin:0 auto;font-size:clamp(16px,1.5vw,21px);line-height:1.6}
.strap-watch-filter{display:flex;align-items:center;justify-content:center;gap:18px;padding:24px;border-top:1px solid var(--strap-line)}
.strap-watch-filter label{font-size:11px;letter-spacing:.14em;text-transform:uppercase}
.strap-watch-filter select{max-width:100%;min-width:240px;padding:12px;border:1px solid var(--strap-line);border-radius:0;background:#f7f3eb;color:var(--strap-ink);font:inherit;font-size:12px}
.strap-product-card[data-watch-ids][hidden]{display:none}
.strap-product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));border-top:1px solid var(--strap-line);border-left:1px solid var(--strap-line)}
.strap-product-card{min-width:0;border-right:1px solid var(--strap-line);border-bottom:1px solid var(--strap-line);background:#f7f3eb}
.strap-product-visual{position:relative;display:block;aspect-ratio:1/1;overflow:hidden;background:#e7e0d5;color:inherit;text-decoration:none}
.strap-product-visual img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:opacity .65s ease,transform 1s cubic-bezier(.2,.7,.2,1)}
.strap-product-image-hover{opacity:0;transform:scale(1.035)}
.strap-product-visual:hover .strap-product-image-main{opacity:0;transform:scale(.985)}
.strap-product-visual:hover .strap-product-image-hover{opacity:1;transform:scale(1)}
.strap-product-view{position:absolute;right:18px;bottom:16px;padding:8px 10px;background:rgba(247,243,235,.88);font-size:10px;letter-spacing:.13em;text-transform:uppercase;opacity:0;transform:translateY(6px);transition:.3s ease}
.strap-product-visual:hover .strap-product-view{opacity:1;transform:none}
.strap-product-copy{display:flex;min-height:276px;padding:24px 24px 60px;flex-direction:column}
.strap-product-copy header{display:flex;gap:18px;justify-content:space-between}
.strap-product-copy h2{margin:0;font-size:15px;line-height:1.25;text-transform:uppercase;letter-spacing:.08em}
.strap-product-copy h2 a{color:inherit;text-decoration:none}
.strap-product-copy header>div>p{margin:9px 0 0;color:rgba(33,30,26,.65);font-size:12px;line-height:1.4}
.strap-product-price{margin:0;white-space:nowrap;font-size:14px}
.strap-add-form{display:grid;grid-template-columns:minmax(110px,1fr) auto;gap:8px;align-items:center;margin-top:auto;padding-top:20px}
.strap-order-fields p span{font-size:9px;text-transform:uppercase;letter-spacing:.14em}
.strap-quantity-control{display:grid;grid-template-columns:34px minmax(36px,1fr) 34px;width:100%;max-width:160px;height:55px;border:3px solid #25201d;color:var(--strap-ink)}
.strap-add-form .strap-quantity-control input{width:100%;min-width:0;min-height:0;height:100%;margin:0;padding:0 2px;border:0;border-radius:0;background:transparent;box-shadow:none;color:inherit;text-align:center;font:inherit;appearance:textfield;-moz-appearance:textfield}
.strap-quantity-control input::-webkit-inner-spin-button,.strap-quantity-control input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}
.content-wrapper .strap-quantity-control button[type="button"]{display:flex;align-items:center;justify-content:center;float:none;width:34px;min-width:0;min-height:0;height:100%;margin:0;padding:0;border:0;border-radius:0;background:transparent;box-shadow:none;color:inherit;cursor:pointer;font-size:16px;line-height:1}
.strap-quantity-control button:first-child{border-right:3px solid #25201d!important}
.strap-quantity-control button:last-child{border-left:3px solid #25201d!important}
.strap-quantity-control button span,.strap-add-form button[type="submit"] span{display:flex;align-items:center;justify-content:center}
.content-wrapper .strap-add-form button[type="submit"]{float:none;justify-self:end;width:auto;min-width:0;min-height:0;margin:0;background:none;box-shadow:none;color:var(--strap-ink)}
.content-wrapper .strap-product-card .strap-add-form button[type="submit"]{display:flex;align-items:center;justify-content:center;min-height:55px}
.strap-stock-note{margin:10px 0 0;color:rgba(33,30,26,.6);font-size:10px;text-transform:uppercase;letter-spacing:.09em}
.strap-detail{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(360px,.65fr);min-height:100vh;padding-top:0;background:var(--strap-paper)}
@media(min-width:761px){body:has(.strap-detail) .header-navigation{color:var(--header-dark)}}
.strap-detail-gallery{display:grid;gap:1px;background:var(--strap-line)}
.strap-detail-gallery figure{margin:0;background:#e7e0d5}
.strap-detail-gallery img{display:block;width:100%;height:calc(100vh - 160px);max-height:calc(100vh - 160px);min-height:0;object-fit:cover}
.strap-detail-purchase{position:relative;border-left:1px solid var(--strap-line)}
.strap-detail-purchase-inner{position:sticky;top:110px;padding:clamp(42px,5vw,84px)}
.strap-detail h1{font-size:clamp(38px,4.7vw,72px)}
.strap-detail-price{margin:0 0 34px;font-size:19px}
.strap-detail-description{font-size:15px;line-height:1.7}
.strap-watch-links{margin-top:35px;padding:24px 0;border-top:1px solid var(--strap-line);border-bottom:1px solid var(--strap-line)}
.strap-watch-links h2{margin:0 0 10px;font-size:12px;letter-spacing:.14em;text-transform:uppercase}
.strap-watch-links p,.strap-watch-links small{color:rgba(33,30,26,.65);font-size:12px;line-height:1.5}
.strap-watch-links ul{margin:14px 0;padding-left:18px;list-style:disc}
.strap-watch-links li{padding:3px 0;font-size:11px;line-height:1.5;letter-spacing:.05em}
.strap-watch-links a{color:inherit;text-decoration-line:underline;text-decoration-color:rgba(33,30,26,.35);text-underline-offset:3px}
.strap-watch-links a:hover,.strap-watch-links a:focus-visible{text-decoration-color:currentColor}
.strap-detail-add-form{display:block;margin-top:32px;padding:0}
.strap-order-fields{display:flex;align-items:flex-end;justify-content:space-between;gap:16px}
.strap-order-fields p{margin:0;display:grid;gap:6px}
.strap-quantity-cell{flex:0 0 160px;min-width:0}
.content-wrapper .strap-detail-add-form button[type="submit"]{display:block;width:auto;min-height:0;margin:10px 0 0 auto}
.strap-specs{margin-top:36px;border-top:1px solid var(--strap-line)}
.strap-specs h2{margin:0;padding:18px 0;text-transform:uppercase;letter-spacing:.12em;font-size:11px}
.strap-specs dl{margin:0}
.strap-specs dl div{display:grid;grid-template-columns:1fr 1.4fr;gap:20px;padding:12px 0;border-top:1px solid var(--strap-line);font-size:12px}
.strap-specs dt{color:rgba(33,30,26,.6)}
.strap-specs dd{margin:0}
.holthin-cart-straps-quantity{display:inline-grid;grid-template-columns:auto 70px;gap:10px;align-items:center;margin-top:12px}
.holthin-cart-straps-quantity input{width:70px;margin:0}
.strap-cart-upsell{margin:45px 0;padding:36px 0;border-top:1px solid var(--strap-line)}
.strap-cart-upsell h2{text-transform:uppercase;letter-spacing:.08em}
.strap-cart-upsell-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1px;background:var(--strap-line)}
.strap-cart-upsell a{display:grid;grid-template-columns:110px 1fr;gap:15px;align-items:center;padding:12px;background:var(--strap-paper);color:inherit;text-decoration:none}
.strap-cart-upsell img{display:block;width:110px;aspect-ratio:1;object-fit:cover}
.strap-cart-upsell strong{display:block;text-transform:uppercase;letter-spacing:.06em;font-size:12px}
.strap-cart-upsell span{font-size:12px}
@media(max-width:1150px){.strap-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.strap-detail{grid-template-columns:1fr 430px}.strap-cart-upsell-grid{grid-template-columns:1fr}}
@media(max-width:760px){.strap-product-grid{grid-template-columns:1fr}.strap-product-copy{min-height:245px}.strap-quantity-control{border-width:1.5px}.strap-product-card .strap-quantity-control{height:40px}.content-wrapper .strap-product-card .strap-add-form button[type="submit"]{min-height:40px}.strap-quantity-control button:first-child{border-right-width:1.5px!important}.strap-quantity-control button:last-child{border-left-width:1.5px!important}.strap-detail{display:block;padding-top:0}.strap-detail-gallery img{height:min(100vw,calc(100vh - 120px));max-height:calc(100vh - 120px);min-height:0}.strap-detail-purchase{border-left:0}.strap-detail-purchase-inner{position:static;padding:48px 24px 80px}.strap-cart-upsell a{grid-template-columns:82px 1fr}.strap-cart-upsell img{width:82px}}
@media(max-width:760px){.strap-watch-filter{flex-direction:column;align-items:stretch;gap:10px}.strap-watch-filter select{width:100%;min-width:0}}
