:root{--tg-black:#050505;--tg-ink:#111111;--tg-cream:#f6f1e7;--tg-gold:#8f1616;--tg-muted:#c7b299;--tg-white:#ffffff}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--tg-black);color:var(--tg-cream);font-family:Arial,Helvetica,sans-serif;letter-spacing:.01em}a{color:inherit;text-decoration:none}.tg-header{position:sticky;top:0;z-index:20;display:flex;justify-content:space-between;align-items:center;padding:18px 28px;background:#050505f2;border-bottom:1px solid rgba(143,22,22,.35);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.tg-logo{font-weight:900;letter-spacing:.18em;font-size:20px}.tg-cart{text-transform:uppercase;font-weight:800;font-size:13px;letter-spacing:.14em;color:var(--tg-gold)}.tg-hero{min-height:72vh;display:grid;place-items:center;text-align:center;padding:80px 20px;background:radial-gradient(circle at center,rgba(143,22,22,.3),transparent 34%),linear-gradient(135deg,rgba(143,22,22,.18),transparent 28%),linear-gradient(180deg,#111,#050505)}.tg-hero-inner{max-width:900px}.tg-kicker{color:var(--tg-gold);text-transform:uppercase;font-size:13px;font-weight:900;letter-spacing:.22em;margin:0 0 14px}.tg-hero h1{font-size:clamp(44px,8vw,96px);line-height:.92;margin:0;font-weight:950;letter-spacing:.06em}.tg-subtitle{max-width:680px;margin:24px auto 34px;color:var(--tg-muted);font-size:clamp(17px,2vw,22px);line-height:1.55}.tg-button{display:inline-flex;align-items:center;justify-content:center;background:var(--tg-gold);color:#050505;border:0;border-radius:999px;padding:15px 26px;text-transform:uppercase;font-weight:950;letter-spacing:.13em;cursor:pointer}.tg-button:hover{filter:brightness(1.08)}.tg-products{padding:70px 24px 90px;max-width:1440px;margin:0 auto}.tg-section-head{text-align:center;margin-bottom:36px}.tg-section-head h2{font-size:clamp(34px,5vw,62px);margin:0 0 10px}.tg-section-head p:last-child{color:var(--tg-muted);margin:0}.tg-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:22px}.tg-card{background:#0d0d0d;border:1px solid rgba(143,22,22,.25);border-radius:18px;overflow:hidden;transition:transform .2s ease,border-color .2s ease}.tg-card:hover{transform:translateY(-4px);border-color:#8f1616bf}.tg-image-wrap,.tg-product-image-wrap{width:100%;aspect-ratio:1 / 1.12;background:#f6f0df;display:flex;align-items:center;justify-content:center;overflow:hidden}.tg-product-image{width:100%;height:100%;object-fit:contain;display:block}.tg-placeholder{color:#111;font-weight:950;letter-spacing:.18em}.tg-card-info{display:flex;justify-content:space-between;gap:14px;align-items:flex-start;padding:16px}.tg-card-info h3{margin:0;font-size:16px;line-height:1.3}.tg-card-info span{color:var(--tg-gold);font-weight:900;white-space:nowrap}.tg-empty{grid-column:1/-1;text-align:center;border:1px dashed rgba(143,22,22,.4);border-radius:18px;padding:50px 20px;color:var(--tg-muted)}.tg-product-page{padding:60px 24px;max-width:1200px;margin:auto}.tg-product-layout{display:grid;grid-template-columns:1fr 1fr;gap:46px;align-items:start}.tg-main-product-image{width:auto!important;max-width:100%!important;height:auto!important;max-height:650px!important;object-fit:contain!important;display:block!important;margin:0 auto!important;border-radius:18px;background:#f6f0df}.tg-product-details h1{font-size:clamp(34px,5vw,64px);margin:0 0 12px}.tg-price{font-size:24px;color:var(--tg-gold);font-weight:900}.tg-description{color:var(--tg-muted);line-height:1.7;margin:24px 0}.tg-select{width:100%;padding:15px;border-radius:12px;background:#111;color:var(--tg-cream);border:1px solid rgba(143,22,22,.45);margin-bottom:16px}.tg-full{width:100%}.tg-pagination{text-align:center;margin-top:32px}.tg-pagination a,.tg-pagination span{margin:0 6px;color:var(--tg-gold)}.tg-footer{text-align:center;padding:38px 20px;border-top:1px solid rgba(143,22,22,.35);background:#030303}.tg-footer strong{letter-spacing:.18em}.tg-footer p{color:var(--tg-muted)}@media(max-width:1000px){.tg-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:760px){.tg-header{padding:15px 18px}.tg-grid{grid-template-columns:repeat(2,1fr);gap:14px}.tg-products{padding:50px 14px}.tg-card-info{display:block}.tg-card-info span{display:block;margin-top:8px}.tg-product-layout{grid-template-columns:1fr}.tg-hero{min-height:62vh}.tg-main-product-image{max-height:520px!important}}@media(max-width:430px){.tg-grid{grid-template-columns:1fr}.tg-logo{font-size:17px}.tg-cart{font-size:12px}}.cart-page{padding:70px 24px;max-width:1100px;margin:0 auto}.cart-page h1{font-size:clamp(36px,6vw,70px);margin:0 0 30px;text-align:center;letter-spacing:.06em}.cart-item{display:grid;grid-template-columns:140px 1fr;gap:22px;align-items:center;background:#0d0d0d;border:1px solid rgba(143,22,22,.25);border-radius:18px;padding:18px;margin-bottom:18px}.cart-item img{width:140px;height:160px;object-fit:contain;background:#f6f0df;border-radius:14px}.cart-item h3{margin:0 0 8px;color:var(--tg-cream);font-size:20px}.cart-item p{margin:6px 0;color:var(--tg-muted)}.cart-item label{display:block;margin:12px 0 6px;color:var(--tg-gold);font-weight:900;text-transform:uppercase;font-size:12px;letter-spacing:.12em}.cart-item input[type=number]{width:90px;padding:12px;border-radius:10px;border:1px solid rgba(143,22,22,.45);background:#111;color:var(--tg-cream);font-weight:900}.cart-page button,.cart-footer .button,.cart-page a{display:inline-flex;align-items:center;justify-content:center;background:var(--tg-gold);color:#050505;border:0;border-radius:999px;padding:14px 24px;text-transform:uppercase;font-weight:950;letter-spacing:.12em;cursor:pointer;margin:10px 8px 0 0}.cart-page button:hover,.cart-footer .button:hover,.cart-page a:hover{filter:brightness(1.08)}.cart-footer{max-width:1100px;margin:0 auto 70px;padding:0 24px 40px;text-align:right}.cart-footer h2{color:var(--tg-gold);font-size:28px;margin:0 0 18px}.cart-page p{color:var(--tg-muted);text-align:center;font-size:18px}@media(max-width:600px){.cart-page{padding:45px 16px}.cart-item{grid-template-columns:1fr;text-align:center}.cart-item img{margin:0 auto;width:180px;height:220px}.cart-footer{text-align:center;padding:0 16px 40px}.cart-page button,.cart-footer .button,.cart-page a{width:100%;margin-right:0}}.tg-footer-links{display:flex;flex-wrap:wrap;justify-content:center;gap:14px 22px;margin:18px auto}.tg-footer-links a{color:var(--tg-gold);font-size:13px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.tg-footer-links a:hover{color:var(--tg-cream)}.tg-page-content{max-width:900px;margin:0 auto;padding:70px 24px}.tg-page-content h1{font-size:clamp(36px,6vw,70px);text-align:center;margin-bottom:30px}.tg-page-body{color:var(--tg-muted);line-height:1.8;font-size:17px}.tg-product-gallery{display:grid;gap:18px}.tg-main-product-image{width:100%;height:auto;display:block;border-radius:18px}.tg-product-gallery{position:relative;width:100%;max-width:700px}.tg-gallery-image{width:100%;height:auto;max-height:750px;object-fit:contain;display:none;border-radius:16px}.tg-gallery-image.active{display:block}.tg-gallery-arrow{position:absolute;top:50%;transform:translateY(-50%);background:#000000b3;color:#fff;border:none;width:44px;height:44px;border-radius:50%;cursor:pointer;z-index:10}.tg-gallery-arrow.prev{left:10px}.tg-gallery-arrow.next{right:10px}.tg-gallery-arrow:hover{background:#000}.tg-main-nav{display:flex;align-items:center;justify-content:center;gap:18px;flex-wrap:wrap}.tg-main-nav a{color:var(--tg-cream);font-size:13px;font-weight:900;letter-spacing:.12em;text-transform:uppercase;opacity:.88}.tg-main-nav a:hover{color:var(--tg-gold);opacity:1}.tg-collection-page .tg-section-head h1{font-size:clamp(38px,6vw,76px);margin:0 0 10px;text-transform:uppercase;letter-spacing:.06em}.tg-collection-description{max-width:720px;margin:0 auto;color:var(--tg-muted);line-height:1.7}.tg-empty{grid-column:1 / -1;text-align:center;border:1px solid rgba(143,22,22,.25);border-radius:18px;padding:40px 20px;background:#0d0d0d}@media(max-width:900px){.tg-header{gap:14px;flex-wrap:wrap;justify-content:center;text-align:center}.tg-logo,.tg-cart{flex:0 0 auto}.tg-main-nav{order:3;width:100%;gap:12px 16px}.tg-main-nav a{font-size:12px}}.tg-search-form{display:flex;gap:12px;max-width:560px;margin:0 auto 36px}.tg-search-input{flex:1;border:1px solid rgba(143,22,22,.4);background:#0d0d0d;color:var(--tg-cream);border-radius:999px;padding:14px 18px;font-size:16px}@media(max-width:640px){.tg-search-form{flex-direction:column}}.tg-size-chart-box{margin:22px 0 18px;padding:16px;border:1px solid rgba(143,22,22,.35);border-radius:16px;background:#0d0d0d}.tg-size-chart-trigger{-webkit-appearance:none;appearance:none;border:0;background:transparent;color:var(--tg-gold);padding:0;font-size:14px;font-weight:950;letter-spacing:.14em;text-transform:uppercase;text-decoration:underline;cursor:pointer}.tg-size-chart-hint{margin:8px 0 0;color:var(--tg-muted);font-size:13px}.tg-size-chart-modal{display:none;position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999}.tg-size-chart-modal.is-open{display:block}.tg-size-chart-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#000000c7}.tg-size-chart-card{position:relative;z-index:1;width:min(760px,calc(100% - 28px));max-height:calc(100vh - 40px);overflow:auto;margin:20px auto;background:#090909;border:1px solid rgba(143,22,22,.55);border-radius:22px;padding:28px;box-shadow:0 24px 80px #0009}.tg-size-chart-close{position:absolute;top:14px;right:16px;width:38px;height:38px;border:1px solid rgba(143,22,22,.45);border-radius:50%;background:#111;color:var(--tg-cream);font-size:26px;line-height:1;cursor:pointer}.tg-size-chart-card h2{margin:0 44px 10px 0;font-size:clamp(28px,4vw,44px)}.tg-size-chart-note,.tg-size-chart-footer{color:var(--tg-muted);line-height:1.6}.tg-table-wrap{overflow-x:auto;margin-top:18px;border-radius:14px;border:1px solid rgba(143,22,22,.28)}.tg-size-table{width:100%;border-collapse:collapse;min-width:460px;background:#0d0d0d}.tg-size-table th,.tg-size-table td{padding:14px 16px;text-align:left;border-bottom:1px solid rgba(143,22,22,.18)}.tg-size-table th{color:var(--tg-gold);text-transform:uppercase;font-size:12px;letter-spacing:.14em;background:#050505}.tg-size-table td{color:var(--tg-cream)}.tg-size-table tr:last-child td{border-bottom:0}.tg-modal-open{overflow:hidden}.tg-logo,.tg-hero h1,.tg-section-head h2,.tg-product-details h1,.cart-page h1,.tg-collection-page .tg-section-head h1,.tg-footer strong{text-transform:uppercase;text-shadow:0 2px 0 rgba(143,22,22,.45)}.tg-hero h1{letter-spacing:.08em}.tg-card,.cart-item,.tg-size-chart-box,.tg-size-chart-card{box-shadow:0 12px 40px #00000047}.tg-button,.cart-page button,.cart-footer .button,.cart-page a{border:1px solid rgba(246,241,231,.18)}.tg-button:hover,.cart-page button:hover,.cart-footer .button:hover,.cart-page a:hover{transform:translateY(-1px)}.tg-image-wrap,.tg-product-image-wrap,.cart-item img,.tg-main-product-image{background:#f6f1e7}.tg-product-form{display:grid;gap:14px}.tg-variant-picker{display:grid;gap:8px}.tg-option-label{display:block;margin-top:8px;font-size:.78rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.tg-variant-message{min-height:1.2em;margin:0;font-size:.9rem;opacity:.8}.tg-button:disabled{cursor:not-allowed;opacity:.55}.visually-hidden{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}.tg-announcement{padding:9px 16px;text-align:center;background:var(--tg-gold);color:#fff;font-size:11px;font-weight:900;letter-spacing:.16em;text-transform:uppercase}.tg-announcement a{display:block}.tg-menu-toggle{display:none;background:none;border:0;padding:8px;color:var(--tg-cream)}.tg-menu-toggle span:not(.visually-hidden){display:block;width:24px;height:2px;background:currentColor;margin:5px 0}.tg-header{top:0}.tg-hero{min-height:78vh;position:relative;isolation:isolate}.tg-hero--image{background-image:linear-gradient(90deg,#000000e0,#00000085),var(--hero-image);background-size:cover;background-position:center}.tg-hero-inner{position:relative;z-index:1}.tg-button-row{display:flex;justify-content:center;gap:12px;flex-wrap:wrap}.tg-button--secondary{background:transparent;color:var(--tg-cream);border:1px solid rgba(246,241,231,.6)}.tg-button--secondary:hover{background:var(--tg-cream);color:var(--tg-black)}.tg-hero-proof{display:flex;justify-content:center;gap:12px 28px;flex-wrap:wrap;margin-top:30px;color:var(--tg-muted);font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.08em}.tg-hero-proof span:before{content:"\2713";color:var(--tg-gold);margin-right:7px}.tg-featured-section{padding-top:86px;padding-bottom:86px}.tg-section-cta{text-align:center;margin-top:32px}.tg-text-link{color:var(--tg-cream);font-weight:900;letter-spacing:.12em;text-transform:uppercase;border-bottom:1px solid var(--tg-gold);padding-bottom:4px}.tg-image-wrap{position:relative}.tg-badge{position:absolute;top:12px;left:12px;background:var(--tg-black);color:var(--tg-cream);padding:7px 10px;border-radius:999px;font-size:10px;font-weight:900;letter-spacing:.12em;text-transform:uppercase}.tg-card-info s{color:#777;font-weight:400;margin-right:5px}.tg-value-section{border-top:1px solid rgba(143,22,22,.3);border-bottom:1px solid rgba(143,22,22,.3);padding:30px 24px;background:#090909}.tg-value-grid{max-width:1400px;margin:auto;display:grid;grid-template-columns:repeat(4,1fr)}.tg-value-grid article{padding:28px;border-right:1px solid rgba(246,241,231,.12)}.tg-value-grid article:last-child{border-right:0}.tg-value-grid article>span{color:var(--tg-gold);font-size:12px;font-weight:900;letter-spacing:.15em}.tg-value-grid h3{font-size:15px;letter-spacing:.08em;margin:12px 0}.tg-value-grid p{color:var(--tg-muted);font-size:14px;line-height:1.6;margin:0}.tg-story{min-height:560px;display:grid;align-items:center;padding:80px 7%;background:radial-gradient(circle at 80% 50%,rgba(143,22,22,.35),transparent 35%),#0a0a0a}.tg-story--image{background-image:linear-gradient(90deg,#000000eb,#00000059),var(--story-image);background-size:cover;background-position:center}.tg-story-content{max-width:650px}.tg-story h2{font-size:clamp(42px,7vw,88px);line-height:.95;margin:0 0 24px;letter-spacing:.04em}.tg-story p:not(.tg-kicker){font-size:clamp(18px,2vw,23px);color:var(--tg-muted);line-height:1.6;margin-bottom:30px}.tg-newsletter{max-width:1200px;margin:auto;padding:90px 24px;display:grid;grid-template-columns:1fr 1fr;gap:50px;align-items:center}.tg-newsletter h2{font-size:clamp(34px,5vw,64px);margin:0 0 12px}.tg-newsletter>div>p:last-child{color:var(--tg-muted);line-height:1.6}.tg-newsletter-form{display:grid;grid-template-columns:1fr auto;gap:10px}.tg-newsletter-form input{min-width:0;background:#111;border:1px solid rgba(143,22,22,.5);border-radius:999px;padding:17px 20px;color:var(--tg-cream);font-size:16px}.tg-form-success{grid-column:1/-1;color:var(--tg-cream)}.tg-product-gallery{position:sticky;top:120px;width:100%;max-width:700px}.tg-gallery-container{background:#f6f0df;border-radius:20px;overflow:hidden;min-height:460px;display:grid;place-items:center}.tg-gallery-image{max-height:720px;background:#f6f0df}.tg-gallery-dots{display:flex;justify-content:center;gap:8px;margin-top:14px}.tg-gallery-dots button{width:8px;height:8px;padding:0;border:0;border-radius:50%;background:#555}.tg-gallery-dots button.active{background:var(--tg-gold)}.tg-stock-note{font-size:13px;color:var(--tg-muted);text-transform:uppercase;letter-spacing:.1em}.tg-product-highlights{display:grid;gap:9px;margin:22px 0;padding:18px;border:1px solid rgba(143,22,22,.35);border-radius:14px;background:#0b0b0b}.tg-product-highlights span{font-size:14px;font-weight:700}.tg-product-highlights span:before{content:"\2713";color:var(--tg-gold);margin-right:9px}.tg-product-form{margin:24px 0}.tg-option-label{display:block;margin:18px 0 8px;font-size:12px;font-weight:900;letter-spacing:.14em;text-transform:uppercase}.tg-purchase-reassurance{display:grid;gap:0;border:1px solid rgba(246,241,231,.12);border-radius:14px;overflow:hidden;margin:22px 0}.tg-purchase-reassurance div{display:grid;gap:4px;padding:15px 16px;border-bottom:1px solid rgba(246,241,231,.1)}.tg-purchase-reassurance div:last-child{border-bottom:0}.tg-purchase-reassurance strong{font-size:14px}.tg-purchase-reassurance span{font-size:12px;color:var(--tg-muted)}.tg-accordion{border-top:1px solid rgba(246,241,231,.16)}.tg-accordion:last-of-type{border-bottom:1px solid rgba(246,241,231,.16)}.tg-accordion summary{cursor:pointer;list-style:none;padding:18px 0;font-weight:900;text-transform:uppercase;letter-spacing:.08em;font-size:13px;display:flex;justify-content:space-between}.tg-accordion summary:after{content:"+";color:var(--tg-gold)}.tg-accordion[open] summary:after{content:"\2212"}.tg-accordion>div{color:var(--tg-muted);line-height:1.7;padding:0 0 20px}.tg-description{margin:0}.tg-description h1,.tg-description h2,.tg-description h3{color:var(--tg-cream)}.tg-description ul{padding-left:20px}.tg-related-products{border-top:1px solid rgba(143,22,22,.35)}.tg-sticky-atc{display:none}@media(max-width:900px){.tg-header{display:grid;grid-template-columns:auto 1fr auto;padding:14px 16px}.tg-menu-toggle{display:block;grid-column:1;grid-row:1}.tg-logo{grid-column:2;grid-row:1;text-align:center;font-size:16px}.tg-cart{grid-column:3;grid-row:1}.tg-main-nav{display:none;grid-column:1/-1;grid-row:2;flex-direction:column;align-items:stretch;padding:18px 4px 8px}.tg-main-nav.is-open{display:flex}.tg-main-nav a{padding:12px;border-bottom:1px solid rgba(246,241,231,.1)}.tg-value-grid{grid-template-columns:repeat(2,1fr)}.tg-value-grid article:nth-child(2){border-right:0}.tg-value-grid article:nth-child(-n+2){border-bottom:1px solid rgba(246,241,231,.12)}.tg-newsletter{grid-template-columns:1fr}}@media(max-width:760px){.tg-announcement{font-size:9px;padding:8px 10px}.tg-hero{min-height:70vh;padding:70px 18px}.tg-hero h1{font-size:clamp(42px,13vw,66px)}.tg-button-row .tg-button{width:100%}.tg-hero-proof{display:grid;text-align:left;justify-content:center}.tg-value-grid{grid-template-columns:1fr}.tg-value-grid article{border-right:0;border-bottom:1px solid rgba(246,241,231,.12)!important;padding:22px 12px}.tg-value-grid article:last-child{border-bottom:0!important}.tg-story{min-height:500px;padding:70px 24px}.tg-newsletter-form{grid-template-columns:1fr}.tg-product-page{padding:28px 14px 110px}.tg-product-layout{gap:28px}.tg-product-gallery{position:relative;top:auto}.tg-gallery-container{min-height:360px}.tg-product-details h1{font-size:38px}.tg-sticky-atc{position:fixed;display:flex;left:0;right:0;bottom:0;z-index:30;align-items:center;justify-content:space-between;gap:12px;padding:10px 12px calc(10px + env(safe-area-inset-bottom));background:#050505f7;border-top:1px solid rgba(143,22,22,.65);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.tg-sticky-atc>div{display:grid;min-width:0}.tg-sticky-atc strong{font-size:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:180px}.tg-sticky-atc span{color:var(--tg-gold);font-size:12px;font-weight:900}.tg-sticky-atc .tg-button{padding:12px 18px;font-size:11px}}
/*# sourceMappingURL=/cdn/shop/t/5/assets/theme.css.map */
