:root{--str8-red: #d7192d;--str8-ink: #080808;--str8-panel: #111111;--str8-panel-strong: #171717;--str8-white: #f8f8f6;--str8-muted: #a7a7a7;--str8-line: #2b2b2b;--str8-max: 1200px;--str8-radius: 2px;--str8-shadow: 0 24px 70px rgba(0, 0, 0, .45)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-width:320px;color:var(--str8-white);background:var(--str8-ink);background-image:radial-gradient(ellipse 80% 42% at 70% -10%,color-mix(in srgb,var(--str8-red) 18%,transparent),transparent 62%),linear-gradient(180deg,var(--str8-ink),#0b0b0b);font-family:Arial Narrow,Helvetica Neue,Arial,sans-serif;letter-spacing:.025em;line-height:1.55}body:before{position:fixed;z-index:-1;top:0;right:0;bottom:0;left:0;pointer-events:none;opacity:.04;content:"";background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E")}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}button,input,select{font:inherit}button,select{cursor:pointer}button:disabled{cursor:not-allowed;opacity:.48}:focus-visible{outline:2px solid var(--str8-red);outline-offset:4px}[hidden]{display:none!important}.str8-sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.str8-skip-link{position:fixed;z-index:100;top:12px;left:12px;padding:10px 14px;color:#fff;background:var(--str8-red);transform:translateY(-150%);transition:transform .2s ease}.str8-skip-link:focus{transform:translateY(0)}.str8-container{width:min(calc(100% - 40px),var(--str8-max));margin:0 auto}.str8-section{position:relative;padding:96px 0}.str8-kicker,.str8-footer__label{margin:0;color:var(--str8-red);font-size:11px;font-weight:700;letter-spacing:.28em;line-height:1.2;text-transform:uppercase}.str8-kicker:before{display:inline-block;width:30px;height:1px;margin:0 12px 4px 0;content:"";background:currentColor}h1,h2,h3,p{margin-top:0}h1,h2,h3{margin-bottom:18px;font-family:Impact,Arial Narrow,sans-serif;font-weight:400;letter-spacing:.04em;line-height:.94;text-transform:uppercase}h1{font-size:clamp(3.3rem,9vw,7.4rem)}h2{font-size:clamp(2.3rem,5.5vw,5rem)}h3{font-size:clamp(1.7rem,3.2vw,2.6rem)}.str8-lede,.str8-section-heading>p,.str8-story__copy>p,.str8-cta__panel>div>p:last-child{max-width:650px;color:var(--str8-muted);font-size:17px;line-height:1.75}.str8-button{display:inline-flex;min-height:50px;align-items:center;justify-content:center;gap:12px;padding:14px 24px;border:1px solid var(--str8-red);border-radius:var(--str8-radius);color:#fff;background:var(--str8-red);font-size:12px;font-weight:700;letter-spacing:.18em;text-transform:uppercase;transition:transform .25s ease,background .25s ease,box-shadow .25s ease,border-color .25s ease}.str8-button:hover{border-color:#f02b40;background:#f02b40;box-shadow:0 14px 28px #d7192d38;transform:translateY(-2px)}.str8-button--ghost{border-color:var(--str8-line);background:transparent}.str8-button--ghost:hover{border-color:var(--str8-red);background:#d7192d14}.str8-button--small{min-height:38px;padding:10px 16px;font-size:10px}.str8-button-row{display:flex;flex-wrap:wrap;gap:12px}.str8-text-link{color:var(--str8-white);font-size:11px;font-weight:700;letter-spacing:.16em;text-transform:uppercase;transition:color .2s ease}.str8-text-link:hover{color:var(--str8-red)}.str8-header{position:sticky;z-index:20;top:0;border-bottom:1px solid rgba(255,255,255,.08);background:#080808e6;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.str8-header__inner{display:flex;min-height:76px;align-items:center;justify-content:space-between;gap:28px}.str8-brand{display:inline-flex;align-items:center;max-width:240px}.str8-logo{width:auto;max-width:190px;height:42px;object-fit:contain}.str8-desktop-nav{display:flex;align-items:center;gap:24px}.str8-desktop-nav>a:not(.str8-button),.str8-footer__links>a{color:var(--str8-muted);font-size:11px;font-weight:700;letter-spacing:.18em;text-transform:uppercase;transition:color .2s ease}.str8-desktop-nav>a:not(.str8-button):hover,.str8-footer__links>a:hover{color:#fff}.str8-header__cart{display:inline-flex;align-items:center;gap:8px}.str8-cart-count{display:inline-grid;min-width:20px;height:20px;place-items:center;border-radius:50%;color:#fff;background:var(--str8-red);font-size:10px;letter-spacing:0}.str8-header__actions,.str8-mobile-cart{display:none}.str8-menu-toggle{display:inline-flex;width:42px;height:42px;flex-direction:column;align-items:center;justify-content:center;gap:6px;border:1px solid var(--str8-line);border-radius:var(--str8-radius);color:#fff;background:transparent}.str8-menu-toggle span{display:block;width:18px;height:1px;background:currentColor;transition:transform .2s ease}.str8-menu-toggle[aria-expanded=true] span:first-child{transform:translateY(3.5px) rotate(45deg)}.str8-menu-toggle[aria-expanded=true] span:last-child{transform:translateY(-3.5px) rotate(-45deg)}.str8-mobile-menu{border-top:1px solid var(--str8-line);background:#080808fa}.str8-mobile-menu nav{display:flex;flex-direction:column;padding-top:28px;padding-bottom:34px}.str8-mobile-menu a:not(.str8-button){padding:16px 0;border-bottom:1px solid var(--str8-line);font-family:Impact,Arial Narrow,sans-serif;font-size:34px;letter-spacing:.04em;text-transform:uppercase}.str8-mobile-menu .str8-kicker{margin-bottom:10px;font-family:inherit;font-size:11px}.str8-hero{min-height:690px;padding:112px 0 88px;overflow:hidden;background:linear-gradient(115deg,#080808,#0b0b0b 54%,color-mix(in srgb,var(--str8-red) 13%,#0b0b0b))}.str8-hero:after{position:absolute;right:-100px;bottom:-140px;width:520px;height:520px;border:1px solid rgba(255,255,255,.08);border-radius:50%;content:"";box-shadow:0 0 0 40px #ffffff06,0 0 0 80px #ffffff05}.str8-hero__grid{position:relative;z-index:1;display:grid;min-height:520px;align-items:center;gap:60px;grid-template-columns:minmax(0,1.12fr) minmax(330px,.88fr)}.str8-hero__copy h1{max-width:760px;margin-top:22px;margin-bottom:26px}.str8-hero__copy h1 span{display:block;color:var(--str8-red)}.str8-hero__copy .str8-lede{margin-bottom:34px}.str8-hero__index{display:grid;max-width:520px;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:48px;padding-top:18px;border-top:1px solid var(--str8-line)}.str8-hero__index span{color:var(--str8-muted);font-size:10px;font-weight:700;letter-spacing:.14em;text-transform:uppercase}.str8-hero__index b{display:block;margin-bottom:8px;color:var(--str8-red);font-family:monospace;font-size:12px;letter-spacing:.14em}.str8-hero__visual{position:relative;min-height:455px;padding:18px;border:1px solid var(--str8-line);background:#111111b8;box-shadow:var(--str8-shadow)}.str8-hero__visual:before{position:absolute;top:0;left:0;width:34%;height:3px;content:"";background:var(--str8-red)}.str8-hero__image{width:100%;height:405px;object-fit:cover}.str8-hero__mark{display:flex;min-height:405px;flex-direction:column;justify-content:space-between;padding:28px;overflow:hidden;background:repeating-linear-gradient(-45deg,transparent 0 18px,rgba(255,255,255,.04) 18px 19px),radial-gradient(circle at 72% 30%,color-mix(in srgb,var(--str8-red) 48%,transparent),transparent 31%),#141414}.str8-hero__mark-top,.str8-hero__mark-bottom{display:flex;justify-content:space-between;color:var(--str8-muted);font-size:10px;font-weight:700;letter-spacing:.2em}.str8-hero__mark-number{margin:0 -10px;color:var(--str8-red);font-family:Impact,sans-serif;font-size:clamp(9rem,18vw,15rem);line-height:.75;letter-spacing:-.06em;transform:skew(-7deg)}.str8-hero__caption{display:flex;justify-content:space-between;gap:20px;padding:16px 2px 0;color:var(--str8-muted);font-size:10px;font-weight:700;letter-spacing:.17em;text-transform:uppercase}.str8-section-heading{display:grid;align-items:end;gap:30px;grid-template-columns:minmax(0,1fr) minmax(260px,.72fr);margin-bottom:44px}.str8-section-heading h2{max-width:650px;margin-top:18px}.str8-section-heading>p{margin:0}.str8-category-grid{display:grid;gap:18px;grid-template-columns:repeat(3,1fr)}.str8-category-card{position:relative;overflow:hidden;border:1px solid var(--str8-line);background:var(--str8-panel);transition:transform .3s ease,border-color .3s ease,box-shadow .3s ease}.str8-category-card:before{position:absolute;z-index:2;top:0;left:0;width:34%;height:3px;content:"";background:var(--str8-red);transition:width .3s ease}.str8-category-card:hover{border-color:#d7192db3;box-shadow:0 16px 45px #00000059;transform:translateY(-4px)}.str8-category-card:hover:before{width:100%}.str8-category-card__media{position:relative;display:grid;min-height:260px;place-items:center;overflow:hidden;background:#151515}.str8-category-card__media img{width:100%;height:260px;object-fit:cover;transition:transform .45s ease}.str8-category-card:hover .str8-category-card__media img{transform:scale(1.04)}.str8-category-card__fallback{color:var(--str8-red);font-family:Impact,sans-serif;font-size:9rem;line-height:1;opacity:.7;transform:skew(-8deg)}.str8-category-card--tees .str8-category-card__media{background:linear-gradient(140deg,#1a1a1a,#0e0e0e)}.str8-category-card--layers .str8-category-card__media{background:linear-gradient(140deg,#1c1516,#0f0f0f)}.str8-category-card--bottles .str8-category-card__media{background:linear-gradient(140deg,#14171a,#0d0d0d)}.str8-category-card__body{padding:22px}.str8-category-card__number{color:var(--str8-red);font-family:monospace;font-size:12px;letter-spacing:.2em}.str8-category-card h3{margin:12px 0 10px;font-size:32px}.str8-category-card p{min-height:48px;margin-bottom:20px;color:var(--str8-muted);font-size:14px}.str8-story{border-top:1px solid rgba(255,255,255,.05);border-bottom:1px solid rgba(255,255,255,.05);background:#0d0d0d}.str8-story__grid{display:grid;align-items:center;gap:70px;grid-template-columns:minmax(0,1fr) minmax(0,1fr)}.str8-story__visual{min-height:460px;border:1px solid var(--str8-line);overflow:hidden}.str8-story__image{width:100%;height:100%;min-height:460px;object-fit:cover}.str8-story__graphic{display:flex;min-height:460px;flex-direction:column;justify-content:space-between;padding:34px;background:linear-gradient(135deg,var(--str8-red),#6e0d18 55%,#170b0d)}.str8-story__graphic span{font-size:12px;font-weight:700;letter-spacing:.3em}.str8-story__graphic b{color:#fff;font-family:Impact,sans-serif;font-size:clamp(4rem,10vw,8rem);font-weight:400;line-height:.82;letter-spacing:.01em}.str8-story__graphic i{display:block;width:60%;height:1px;background:#fff9}.str8-story__copy h2{margin-top:20px}.str8-story__copy>p{margin-bottom:34px}.str8-check-list{display:grid;gap:0;margin:0;padding:0;list-style:none}.str8-check-list li{display:flex;gap:18px;padding:17px 0;border-top:1px solid var(--str8-line)}.str8-check-list li:last-child{border-bottom:1px solid var(--str8-line)}.str8-check-list li>span{color:var(--str8-red);font-size:22px;line-height:1}.str8-check-list b{display:block;margin-bottom:4px;font-size:12px;letter-spacing:.17em;text-transform:uppercase}.str8-check-list small{color:var(--str8-muted);font-size:13px}.str8-cta__panel{display:flex;align-items:center;justify-content:space-between;gap:44px;padding:52px;border:1px solid var(--str8-line);background:linear-gradient(110deg,#161616,#0c0c0c)}.str8-cta__panel h2{margin-top:18px}.str8-cta__panel>div>p:last-child{margin-bottom:0}.str8-cta__panel>.str8-button{flex-shrink:0}.str8-breadcrumbs{display:flex;gap:10px;margin-bottom:36px;color:var(--str8-muted);font-size:11px;letter-spacing:.14em;text-transform:uppercase}.str8-breadcrumbs a:hover{color:#fff}.str8-product__grid{display:grid;align-items:start;gap:64px;grid-template-columns:minmax(0,1.05fr) minmax(320px,.75fr)}.str8-product__gallery{display:grid;gap:12px;grid-template-columns:repeat(2,1fr)}.str8-product__media,.str8-product__empty-media{display:grid;min-height:380px;place-items:center;overflow:hidden;border:1px solid var(--str8-line);background:var(--str8-panel)}.str8-product__media img{width:100%;height:100%;min-height:380px;object-fit:cover}.str8-product__media video,.str8-product__media iframe{width:100%;max-height:600px}.str8-product__empty-media{grid-column:1 / -1;color:var(--str8-muted);font-size:12px;letter-spacing:.18em;text-transform:uppercase}.str8-product__details{position:sticky;top:110px}.str8-product__vendor{margin-bottom:12px;color:var(--str8-red);font-size:11px;font-weight:700;letter-spacing:.2em;text-transform:uppercase}.str8-product__details h1{margin-bottom:20px;font-size:clamp(3rem,6vw,5.7rem)}.str8-product__price{display:inline-block;margin-bottom:3px;font-size:20px;font-weight:700;letter-spacing:.08em}.str8-product__compare{margin-left:10px;color:var(--str8-muted);font-size:14px}.str8-product__compare:not([hidden]){display:inline-block;text-decoration:line-through}.str8-product__description{margin:28px 0;padding:24px 0;border-top:1px solid var(--str8-line);border-bottom:1px solid var(--str8-line);color:var(--str8-muted);font-size:15px;line-height:1.75}.str8-product__description p:last-child{margin-bottom:0}.str8-field-label{display:block;margin-bottom:9px;color:var(--str8-muted);font-size:10px;font-weight:700;letter-spacing:.18em;text-transform:uppercase}.str8-select{width:100%;min-height:50px;padding:0 15px;border:1px solid var(--str8-line);border-radius:var(--str8-radius);color:#fff;outline:none;background:var(--str8-panel)}.str8-select:focus{border-color:var(--str8-red)}.str8-product-form__row{display:flex;align-items:end;gap:14px;margin-top:22px}.str8-product-form__row>div{flex-shrink:0}.str8-quantity{display:inline-flex;height:50px;border:1px solid var(--str8-line);background:var(--str8-panel)}.str8-quantity button{width:38px;border:0;color:#fff;background:transparent;font-size:20px}.str8-quantity button:hover{color:var(--str8-red)}.str8-quantity input{width:45px;padding:0;border:0;color:#fff;outline:0;background:transparent;text-align:center}.str8-quantity input::-webkit-inner-spin-button,.str8-quantity input::-webkit-outer-spin-button{margin:0;-webkit-appearance:none}.str8-quantity input{-moz-appearance:textfield}.str8-product-form__submit{flex:1;min-height:50px}.str8-product-form__note,.str8-cart__note{margin:14px 0 0;color:var(--str8-muted);font-size:12px}.str8-form-errors{margin-bottom:18px;padding:12px 14px;border-left:3px solid var(--str8-red);color:#fff;background:#d7192d1f;font-size:13px}.str8-collection__intro{display:grid;align-items:end;gap:30px;grid-template-columns:minmax(0,1fr) minmax(280px,.7fr);padding-bottom:42px;border-bottom:1px solid var(--str8-line)}.str8-collection__intro h1{margin-top:18px;margin-bottom:0}.str8-collection__description{color:var(--str8-muted);font-size:15px;line-height:1.75}.str8-collection__toolbar{display:flex;align-items:center;justify-content:space-between;gap:20px;min-height:86px}.str8-collection__toolbar>p{margin:0;color:var(--str8-muted);font-size:12px;letter-spacing:.12em;text-transform:uppercase}.str8-sort{display:flex;align-items:center;gap:10px}.str8-sort label{color:var(--str8-muted);font-size:11px;text-transform:uppercase}.str8-sort select{min-height:38px;padding:0 10px;border:1px solid var(--str8-line);color:#fff;background:var(--str8-panel);font-size:12px}.str8-product-grid{display:grid;gap:18px;grid-template-columns:repeat(3,1fr)}.str8-product-card{min-width:0;border:1px solid transparent;transition:border-color .25s ease,transform .25s ease}.str8-product-card:hover{border-color:var(--str8-line);transform:translateY(-3px)}.str8-product-card__media{position:relative;display:grid;min-height:360px;place-items:center;overflow:hidden;background:var(--str8-panel)}.str8-product-card__media img{width:100%;height:360px;object-fit:cover;transition:transform .45s ease}.str8-product-card:hover .str8-product-card__media img{transform:scale(1.035)}.str8-product-card__placeholder{color:var(--str8-red);font-family:Impact,sans-serif;font-size:7rem;opacity:.65}.str8-badge{position:absolute;top:12px;left:12px;padding:6px 9px;color:#fff;background:var(--str8-red);font-size:9px;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.str8-product-card__info{display:flex;align-items:start;justify-content:space-between;gap:14px;padding:15px 2px}.str8-product-card__info h2{margin:0;font-family:inherit;font-size:13px;font-weight:700;letter-spacing:.12em;line-height:1.3}.str8-product-card__info p{flex-shrink:0;margin:0;color:var(--str8-muted);font-size:13px}.str8-product-card__info s{display:block;margin-top:3px;color:#777;font-size:11px}.str8-pagination{display:flex;align-items:center;justify-content:center;gap:28px;margin-top:48px;color:var(--str8-muted);font-size:11px;letter-spacing:.14em;text-transform:uppercase}.str8-pagination a{color:#fff}.str8-pagination a:hover{color:var(--str8-red)}.str8-page-heading{padding-bottom:42px;border-bottom:1px solid var(--str8-line)}.str8-page-heading h1{margin-top:18px;margin-bottom:0}.str8-cart-form{margin-top:34px}.str8-cart__items{border-top:1px solid var(--str8-line)}.str8-cart-item{display:grid;align-items:center;gap:20px;grid-template-columns:110px minmax(0,1fr) auto auto;padding:18px 0;border-bottom:1px solid var(--str8-line)}.str8-cart-item__image{display:grid;min-height:125px;place-items:center;overflow:hidden;background:var(--str8-panel)}.str8-cart-item__image img{width:100%;height:125px;object-fit:cover}.str8-cart-item__image span{color:var(--str8-red);font-family:Impact,sans-serif;font-size:28px}.str8-cart-item__details h2{margin-bottom:8px;font-family:inherit;font-size:15px;font-weight:700;letter-spacing:.12em;line-height:1.3}.str8-cart-item__details p{margin-bottom:10px;color:var(--str8-muted);font-size:12px}.str8-cart-item__price{margin:0;color:#fff;font-size:14px;font-weight:700;white-space:nowrap}.str8-cart__summary{display:grid;justify-items:end;gap:12px;margin-top:30px}.str8-cart__summary>div:first-child{display:flex;align-items:baseline;gap:30px}.str8-cart__summary p{margin:0;color:var(--str8-muted);font-size:12px;letter-spacing:.14em;text-transform:uppercase}.str8-cart__summary strong{font-size:24px}.str8-cart__actions{display:flex;flex-wrap:wrap;justify-content:end;gap:10px;margin-top:8px}.str8-empty-state{display:grid;max-width:680px;justify-items:start;gap:8px;margin:50px auto 0;padding:54px;border:1px solid var(--str8-line);background:var(--str8-panel)}.str8-empty-state h1,.str8-empty-state h2{margin-top:12px}.str8-empty-state p:not(.str8-kicker){max-width:520px;color:var(--str8-muted);line-height:1.75}.str8-empty-state .str8-button-row{margin-top:14px}.str8-page__inner{max-width:850px}.str8-page__inner h1{margin-top:18px}.str8-page__content{margin-top:38px;padding-top:30px;border-top:1px solid var(--str8-line);color:var(--str8-muted);font-size:16px;line-height:1.8}.str8-page__content h2,.str8-page__content h3{color:#fff}.str8-error-page{min-height:600px;display:grid;align-items:center}.str8-footer{padding:64px 0 26px;border-top:1px solid var(--str8-line);background:#070707}.str8-footer__grid{display:grid;gap:42px;grid-template-columns:1.4fr 1fr 1fr;padding-bottom:54px}.str8-footer__brand .str8-logo{margin-bottom:18px}.str8-footer__brand p{max-width:260px;margin:0;color:var(--str8-muted);font-size:13px;line-height:1.7}.str8-footer__links{display:grid;align-content:start;gap:12px}.str8-footer__label{margin-bottom:4px}.str8-footer__bottom{display:flex;justify-content:space-between;gap:20px;padding-top:20px;border-top:1px solid var(--str8-line);color:#6f6f6f;font-size:10px;letter-spacing:.13em;text-transform:uppercase}.str8-footer__bottom p{margin:0}@media(max-width:900px){.str8-desktop-nav{display:none}.str8-header__actions{display:flex;align-items:center;gap:14px}.str8-mobile-cart{display:inline-flex;align-items:center;gap:7px;color:#fff;font-size:11px;font-weight:700;letter-spacing:.14em;text-transform:uppercase}.str8-hero__grid,.str8-story__grid,.str8-product__grid{grid-template-columns:1fr}.str8-hero__grid{gap:40px}.str8-hero__visual{max-width:640px}.str8-story__visual{max-width:680px}.str8-product__details{position:static}.str8-section-heading,.str8-collection__intro{grid-template-columns:1fr}.str8-section-heading{gap:18px}}@media(max-width:620px){.str8-container{width:min(calc(100% - 30px),var(--str8-max))}.str8-section{padding:70px 0}.str8-hero{min-height:0;padding:78px 0 70px}.str8-hero__grid{min-height:0}.str8-hero__visual{min-height:330px;padding:10px}.str8-hero__mark,.str8-hero__image{min-height:310px;height:310px}.str8-hero__mark{padding:22px}.str8-hero__mark-number{font-size:9rem}.str8-hero__caption{font-size:8px}.str8-hero__index{margin-top:34px}.str8-category-grid,.str8-product-grid{grid-template-columns:1fr}.str8-category-card__media,.str8-category-card__media img{min-height:240px;height:240px}.str8-story__visual,.str8-story__graphic,.str8-story__image{min-height:320px}.str8-story__graphic b{font-size:5rem}.str8-cta__panel{align-items:start;flex-direction:column;padding:30px 24px}.str8-product__gallery{grid-template-columns:1fr}.str8-product__media,.str8-product__media img{min-height:320px}.str8-product-form__row{align-items:stretch;flex-direction:column}.str8-product-form__submit{width:100%}.str8-collection__toolbar{align-items:start;flex-direction:column;padding:22px 0}.str8-sort{width:100%;align-items:stretch;flex-wrap:wrap}.str8-sort select{flex:1}.str8-cart-item{gap:12px;grid-template-columns:78px minmax(0,1fr) auto}.str8-cart-item__image,.str8-cart-item__image img{min-height:100px;height:100px}.str8-cart-item__quantity{grid-column:2}.str8-cart-item__price{grid-column:3;grid-row:2}.str8-empty-state{margin-top:30px;padding:30px 22px}.str8-footer__grid{grid-template-columns:1fr 1fr}.str8-footer__brand{grid-column:1 / -1}.str8-footer__bottom{align-items:start;flex-direction:column}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}.str8-button:hover,.str8-category-card:hover,.str8-product-card:hover{transform:none}}
/*# sourceMappingURL=/cdn/shop/t/8/assets/str8.css.map */
