.gear-row{display:flex;justify-content:center;gap:2rem}@media screen and (max-width: 767px){.gear-row{flex-direction:column;align-items:center}}.gear-card__wrapper{max-width:500px}.gear-card{background:#fff;width:100%;text-align:center;position:relative;overflow:hidden;padding:1rem;border:solid 10px #767676}.gear-card img{max-width:300px;margin-bottom:1.5rem}.gear-card .ax-btn{margin:auto}.gear-card a:focus-visible{outline:2px solid #c40000;outline-offset:2px;border-radius:2px}.gear-card__title{text-align:center;background-color:#c40000;background-color:var(--brand-red);color:#fff;font-family:Roboto Condensed,sans-serif;font-size:20px;font-weight:700;text-transform:uppercase;padding:6px}.shirt-color-box,.shirt-size-box{min-width:65px;height:40px;border:thin solid #818181;box-sizing:border-box;display:flex;justify-content:center;flex-direction:column;text-align:center;color:#818181;font-weight:700;font-family:roboto condensed,sans-serif;font-size:21px;position:relative;cursor:pointer;border-radius:2px}.shirt-color-box.selected,.shirt-size-box.selected{color:#000;border:3px solid #424242;box-shadow:0 0 6px #00000080}.shirt-grey-black{background:#ddd;background:-moz-linear-gradient(-31deg,#dddddd 0%,#dddddd 50%,#000000 50%,#000000 100%);background:-webkit-linear-gradient(-31deg,#dddddd 0%,#dddddd 50%,#000000 50%,#000000 100%);background:linear-gradient(149deg,#ddd,#ddd 50%,#000 50%,#000);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#dddddd",endColorstr="#000000",GradientType=1)}.shirt-red-black{background:var(--brand-red);background:-moz-linear-gradient(-31deg,var(--brand-red) 0%,var(--brand-red) 50%,#000000 50%,#000000 100%);background:-webkit-linear-gradient(-31deg,var(--brand-red) 0%,var(--brand-red) 50%,#000000 50%,#000000 100%);background:linear-gradient(149deg,var(--brand-red) 0%,var(--brand-red) 50%,#000000 50%,#000000 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="var(--brand-red)",endColorstr="#000000",GradientType=1)}.shirt-yellow-black{background:#fc0;background:-moz-linear-gradient(-31deg,#ffcc00 0%,#ffcc00 50%,#000000 50%,#000000 100%);background:-webkit-linear-gradient(-31deg,#ffcc00 0%,#ffcc00 50%,#000000 50%,#000000 100%);background:linear-gradient(149deg,#fc0,#fc0 50%,#000 50%,#000);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="var(--brand-red)",endColorstr="#000000",GradientType=1)}.shirt-white-red{background:#fc0;background:-moz-linear-gradient(-31deg,#ffffff 0%,#ffffff 50%,var(--brand-red) 50%,var(--brand-red) 100%);background:-webkit-linear-gradient(-31deg,#ffffff 0%,#ffffff 50%,var(--brand-red) 50%,var(--brand-red) 100%);background:linear-gradient(149deg,#ffffff 0%,#ffffff 50%,var(--brand-red) 50%,var(--brand-red) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="var(--brand-red)",GradientType=1)}.shirt-white-black{background:#fc0;background:-moz-linear-gradient(-31deg,#fffffff 0%,#ffffff 50%,#000000 50%,#000000 100%);background:-webkit-linear-gradient(-31deg,#ffffff 0%,#ffffff 50%,#000000 50%,#000000 100%);background:linear-gradient(149deg,#fff,#fff 50%,#000 50%,#000);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#000000",GradientType=1)}.shirt-red-grey{background:var(--brand-red);background:-moz-linear-gradient(-31deg,var(--brand-red) 0%,var(--brand-red) 50%,#dddddd 50%,#dddddd 100%);background:-webkit-linear-gradient(-31deg,var(--brand-red) 0%,var(--brand-red) 50%,#dddddd 50%,#dddddd 100%);background:linear-gradient(149deg,var(--brand-red) 0%,var(--brand-red) 50%,#dddddd 50%,#dddddd 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="var(--brand-red)",endColorstr="#dddddd",GradientType=1)}.shirt-white-grey{background:#ddd;background:-moz-linear-gradient(-31deg,#ffffff 0%,#ffffff 50%,#dddddd 50%,#dddddd 100%);background:-webkit-linear-gradient(-31deg,#ffffff 0%,#ffffff 50%,#dddddd 50%,#dddddd 100%);background:linear-gradient(149deg,#cffffff 0%,#ffffff 50%,#dddddd 50%,#dddddd 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#dddddd",GradientType=1)}.shirt-red-white{background:var(--brand-red);background:-moz-linear-gradient(-31deg,var(--brand-red) 0%,var(--brand-red) 50%,#ffffff 50%,#ffffff 100%);background:-webkit-linear-gradient(-31deg,var(--brand-red) 0%,var(--brand-red) 50%,#ffffff 50%,#ffffff 100%);background:linear-gradient(149deg,var(--brand-red) 0%,var(--brand-red) 50%,#ffffff 50%,#ffffff 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="var(--brand-red)",endColorstr="#ffffff",GradientType=1)}.shirt-oos:before{position:absolute;content:"";left:0;top:46%;right:0;border-top:3px solid;border-color:#c00;-webkit-transform:rotate(-5deg);-moz-transform:rotate(-5deg);-ms-transform:rotate(-5deg);-o-transform:rotate(-5deg);transform:rotate(-31deg);z-index:100;width:100%}.catalog-divider{height:8px;background:#000;width:100%;margin:4rem 0}@media screen and (max-width: 991px){.catalog-divider{margin:3rem 0}}.catalog-header{display:flex;align-items:flex-start;justify-content:space-evenly;gap:3rem}.catalog-header .catalog-info--mobile{display:none}@media screen and (max-width: 991px){.catalog-header{flex-direction:column;gap:0}.catalog-header .catalog-info--desktop{display:none}.catalog-header .catalog-info--mobile{margin-left:auto;margin-right:auto;display:block;text-align:center}}.catalog-header .ax-btn.btn-large{max-width:unset!important}.catalog-header .rx-price.rx-price--supplement{margin:1.75rem 0 0!important;padding:1rem .75rem .75rem!important}.catalog-header hr{border-color:#aaa;width:100%;margin:2rem 0}.catalog-header h1{font-size:48px;line-height:1;margin:0 0 .25rem;font-weight:800;color:var(--brand-red);letter-spacing:.5pt}@media screen and (max-width: 1200px){.catalog-header h1{font-size:38px}}.catalog-header h2{font-size:24px;font-weight:800;line-height:.8em;margin-bottom:1.5rem}.catalog-bullets{margin:0 0 0 .75rem;text-align:left;padding:0;list-style:none;display:flex;flex-wrap:wrap;column-gap:2rem;row-gap:.25rem;list-style-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAICAYAAAAx8TU7AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAAK6wAACusBgosNWgAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNui8sowAAAAWdEVYdENyZWF0aW9uIFRpbWUAMDUvMDQvMTYz/8vkAAAAKUlEQVQImWP8//8/AzpgdHZ2xhBlwlDGwMDAwsDA4IihHZuZWLUTLwgABRYIE5xnNQEAAAAASUVORK5CYII=);text-transform:uppercase;font-size:15px;color:#4a4a4a}.catalog-bullets li{min-width:45%;max-width:150px}.catalog-image,.catalog-info{width:100%}.band-great{font-size:28px;font-weight:700;text-transform:uppercase;margin:2rem auto .25rem;max-width:420px}@media screen and (max-width: 991px){.band-great{text-align:center;font-size:24px}}.band-description{font-size:18px;max-width:420px;margin:auto}@media screen and (max-width: 991px){.band-description{text-align:center;font-size:17px}}.bands-selector__option-label{font-size:13px;font-weight:700;color:#737373;width:55px;height:40px;text-align:center;line-height:1em;font-family:roboto condensed,sans-serif;display:flex;justify-content:center;flex-direction:column;margin-right:.5rem}.bands-selector__options{margin:2rem 0;padding:0;list-style:none;display:flex;gap:.65rem}@media screen and (max-width: 991px){.bands-selector__options{margin:2rem auto 0}}.bands-selector__options .bands-selector__option{font-size:21px;font-weight:700;color:#fff;border:2px solid transparent;display:flex;align-items:center;justify-content:center;font-family:Roboto Condensed,sans-serif;line-height:1;white-space:nowrap}.bands-selector__options .bands-selector__option a{display:flex;align-items:center;justify-content:center;width:100%;height:100%;padding:.25rem .5rem;color:#fff}.bands-selector__options .bands-selector__option:nth-child(2){background:#b63108}.bands-selector__options .bands-selector__option:nth-child(3){background:#000}.bands-selector__options .bands-selector__option:nth-child(4){background:#6791c3}.bands-selector__options .bands-selector__option.active{border:2px solid #555;box-shadow:2px 2px 6px #00000080}@media screen and (max-width: 991px){.bands-selector{display:flex}}.shirt-size-wrapper,.shirt-color-wrapper{display:flex;align-items:center;margin:20px 0}.shirt-color-options,.shirt-size-options{display:grid;width:100%;align-items:center;justify-content:center;flex-grow:1;grid-template-columns:1fr 1fr 1fr 1fr;grid-gap:10px}.shirt-color-label,.shirt-size-label{font-size:13px;font-weight:700;color:#737373;min-width:65px;width:65px;height:40px;text-align:center;line-height:1em;font-family:roboto condensed,sans-serif;margin-right:10px;display:flex;justify-content:center;flex-direction:column;margin-top:0;margin-bottom:0}.shirts-wrapper{display:block;overflow:hidden;position:relative;margin:auto;max-width:500px}.shirts-front-view{text-align:right;max-width:400px;float:right;transition:all .6s ease-in-out}.shirts-back-view.selected+.shirts-front-view{opacity:.1;z-index:-1}.shirts-back-view{position:absolute;width:30%;max-width:80vw;bottom:0;left:0;background:#fff;border:1px solid #818181;text-align:center;font-weight:700;color:#333;transition:all .6s ease-in-out,color .2s ease;z-index:1;cursor:pointer;border-radius:3px;padding:5px;font-size:12px}.shirts-back-view:hover{border-color:#000;color:var(--brand-red)}.shirts-back-view.selected{max-width:80vw;width:380px}.shirt-slider{position:relative;max-width:calc(100% - 200px);margin:auto}@media screen and (max-width: 600px){.shirt-slider{max-width:calc(100% - 100px)}}.shirt-slider{display:none}.shirt-slider.owl-loaded{display:flex}.shirt-slider a{transition:.2s}.shirt-slider a:hover{opacity:.75}.shirt-slider .owl-nav{display:flex;justify-content:space-between;width:100%;height:0;top:45%;position:absolute;align-items:center}.shirt-slider .owl-nav .owl-prev.disabled,.shirt-slider .owl-nav .owl-next.disabled{opacity:.5;cursor:not-allowed}.shirt-slider .owl-nav .owl-prev{margin-left:-100px}@media screen and (max-width: 600px){.shirt-slider .owl-nav .owl-prev{margin-left:-50px}}.shirt-slider .owl-nav .owl-next{margin-right:-100px}@media screen and (max-width: 600px){.shirt-slider .owl-nav .owl-next{margin-right:-50px}}.shirt-slider .owl-nav .owl-prev,.shirt-slider .owl-nav .owl-next{float:unset}.shirt-slider .owl-nav .owl-prev img,.shirt-slider .owl-nav .owl-next img{width:65px;height:auto}@media screen and (max-width: 600px){.shirt-slider .owl-nav .owl-prev img,.shirt-slider .owl-nav .owl-next img{width:40px}}@media screen and (max-width: 420px){.shirt-color-label,.shirt-size-label{display:none}}@media screen and (max-width: 767px){.gear-card .ax-btn{min-height:44px;padding:12px 20px;line-height:1.4}.gear-card a[aria-label]{min-height:44px;display:inline-block;padding:4px}}
