﻿.ani{-webkit-transition:all .5s ease;transition:all .5s ease}@keyframes fade-in{0%{opacity:0}100%{opacity:1}}@keyframes jump-out{0%{transform:translateY(100px)}100%{transform:translateY(0)}}.container{width:100%}.row{display:flex;flex-wrap:wrap;flex-grow:1;margin-left:10px;margin-right:10px}@media screen and (min-width: 1170px){.row{padding-right:20px;padding-left:20px}}.col,[class*=col-]{width:100%;margin-left:10px;margin-right:10px}[class*=col-]{flex-direction:column;margin-left:10px;margin-right:10px}.xs-col-4{width:calc(33.3333333333% - 20px)}.xs-col-8{width:calc(66.6666666667% - 20px)}@media(min-width: 1201px){[class*=col-]{margin-left:10px;margin-right:10px}.container{width:1170px;margin:0 auto;max-width:100%}.row{flex-direction:row}.col{flex:1;margin-left:10px;margin-right:10px}.col-1{width:calc(8.3333333333% - 20px)}.col-2{width:calc(16.6666666667% - 20px)}.col-3{width:calc(25% - 20px)}.col-4{width:calc(33.3333333333% - 20px)}.col-5{width:calc(41.6666666667% - 20px)}.col-6{width:calc(50% - 20px)}.col-7{width:calc(58.3333333333% - 20px)}.col-8{width:calc(66.6666666667% - 20px)}.col-9{width:calc(75% - 20px)}.col-10{width:calc(83.3333333333% - 20px)}.col-11{width:calc(91.6666666667% - 20px)}.col-12{width:calc(100% - 20px)}}.header{display:flex;background-color:#1d1e23;padding:20px 0}.header__details{display:none;flex-direction:row;align-items:center;justify-content:center;color:#fff}.header__details .header-details__text{display:flex;flex-direction:column;text-align:right}.header__details .header-details__text .contact_email{color:gray}.header__details .header-details__text .contact_phone{font-weight:700}.header__details .header-details__icon{margin-left:10px}@media(min-width: 1201px){.header__details{display:flex}}.header__logo{text-align:center}.header__logo img{max-width:150px}.header__logo img:hover{position:relative;top:-2px}.header__cart{display:flex;align-items:center;justify-content:center}.header__cart .mini-cart{display:none;position:relative}.header__cart .mini-cart__button{display:flex;color:#fff;text-decoration:none}.header__cart .mini-cart__icon{margin-right:10px}.header__cart .mini-cart__icon-container{display:flex;align-items:center}.header__cart .mini-cart__icon-container svg{width:32px;height:32px}.header__cart .mini-cart__totals{display:block;color:gray}.header__cart .mini-cart__qty{position:absolute;top:-3px;left:9px;height:20px;width:20px;border-radius:50%;background-color:#fea526;text-align:center}.header__cart .mini-cart__label{display:block;font-weight:700}.header__cart .mini-cart .sidebar_cart{display:none}@media(min-width: 1201px){.header__cart .mini-cart{display:flex}}.header__cart .menu{display:flex;width:100%;justify-content:flex-end;align-items:center}@media(min-width: 1201px){.header__cart .menu{display:none}}.icon,[class^=icon-]{display:inline-block;width:24px;height:24px;fill:currentColor;vertical-align:middle}.icon-social-feedly{width:30px}button svg,a svg{pointer-events:none}svg.icon{color:#999 !important;filter:grayscale(100%) brightness(0.8) !important}svg.icon:hover{color:#fea526 !important;filter:grayscale(0%) brightness(1) !important}.icon{color:#999 !important;filter:grayscale(100%) brightness(0.8) !important}.icon:hover{color:#fea526 !important;filter:grayscale(0%) brightness(1) !important}.spinner,.processing-block::before{position:relative;display:inline-block;width:24px;height:24px;font-size:0;border:3px solid rgb(210.5,210.5,210.5);border-left-color:#1d1e23;border-radius:50%;animation:spin 1s infinite linear}.icon-16{width:16px;height:16px}.icon-32{width:32px;height:32px}.icon-64{width:64px;height:64px}.primary-nav{position:fixed;top:0;right:0;bottom:0;left:0;background-color:#1d1e23;z-index:99;transform:translate(-100%, 0);transition:all .2s}.primary-nav.open{transform:translate(0, 0)}.primary-nav__menu{display:flex;flex-wrap:wrap;justify-content:center;flex-direction:column}.primary-nav__menu li{position:relative}.primary-nav__menu li:hover .primary-nav__menu--dropdown{display:block}.primary-nav__menu a{display:block;padding:10px 20px;color:#b4b4b4;text-transform:uppercase;text-decoration:none}.primary-nav__menu a:hover{color:#fff;background-color:#fea526;text-decoration:none}.primary-nav__menu--dropdown{padding-left:20px;background-color:#1d1e23;border:1px solid rgba(0,0,0,.2)}@media(min-width: 1201px){.primary-nav__menu--dropdown{display:none;position:absolute;padding-left:0}}.primary-nav__open-menu{background:none;border:none;color:#fff}.primary-nav__open-menu:hover{color:#fea526}.primary-nav__close-menu{position:absolute;top:5px;right:10px;background:none;border:none;color:#fff}.primary-nav__close-menu:hover{color:#fea526}@media(min-width: 1201px){.primary-nav__close-menu{display:none}}.primary-nav--border-top{border-top:2px solid rgba(0,0,0,.2)}@media(min-width: 1201px){.primary-nav{position:relative}.primary-nav__menu{flex-direction:row;align-items:center}}@media(min-width: 1201px){.primary-nav{transform:translate(0, 0)}}.product-categories>li a,ul.menu>li a{color:#fff}.product-categories li,ul.menu li{position:relative;padding-left:20px}.product-categories .children a,ul.menu .children a{color:gray}.product-categories>li::before,ul.menu>li::before{content:"•";color:#fea526;font-size:20px;font-family:"Arial";position:absolute;left:1px;top:1px;line-height:.95em}.banner{position:relative;padding-bottom:50%;background-size:cover;background-position:center}.banner__caption{position:absolute;left:50%;top:50%;transform:translate(-50%, -50%);text-align:center}.banner__caption h1{font-size:1.25rem;margin-bottom:0}@media(min-width: 1201px){.banner__caption h1{font-size:3.125rem}}.banner__caption p{font-size:1rem}@media(min-width: 1201px){.banner__caption p{font-size:1.25rem}}@media(min-width: 1201px){.banner{padding-bottom:20%}}.button{display:inline-block;padding:10px 20px;color:#fff;font-size:1rem;text-transform:uppercase;text-decoration:none}.button--primary{border:1px solid #1d1e23;background-color:#1d1e23}.button--primary:hover{background-color:#fea526;border:1px solid #fea526}.button--secondary{background-color:#fea526;border:1px solid #fea526}.button--secondary:hover{border:1px solid #1d1e23;background-color:#1d1e23}.button--facebook{background-color:#3c569a;border:1px solid #3c569a}.button--facebook:hover{background:none;color:#3c569a}.button--facebook:hover svg{color:#3c569a}.button:hover{text-decoration:none}input[type=submit]{padding:10px 20px;color:#fff;font-size:1rem;text-transform:uppercase;text-decoration:none;background-color:#fea526;border:1px solid #fea526}.transition,p,.mt_accordion ul li i:before,.mt_accordion ul li i:after{transition:all .25s ease-in-out}.flipIn,.mt_accordion ul li{animation:flipdown .5s ease both}.mt_accordion ul{list-style:none;perspective:900;padding:0;margin:0}.mt_accordion ul li{position:relative;padding:0;margin:0;padding-bottom:4px;padding-top:18px;border-top:1px dotted #dce7eb}.mt_accordion ul li:nth-of-type(1){animation-delay:.5s}.mt_accordion ul li:nth-of-type(2){animation-delay:.75s}.mt_accordion ul li:nth-of-type(3){animation-delay:1s}.mt_accordion ul li:nth-of-type(4){animation-delay:1.25s}.mt_accordion ul li:nth-of-type(5){animation-delay:1.5s}.mt_accordion ul li:last-of-type{padding-bottom:0}.mt_accordion ul li i{position:absolute;transform:translate(-6px, 0);margin-top:16px;right:0}.mt_accordion ul li i:before,.mt_accordion ul li i:after{content:"";position:absolute;background-color:#ff6873;width:3px;height:9px}.mt_accordion ul li i:before{transform:translate(-2px, 0) rotate(45deg)}.mt_accordion ul li i:after{transform:translate(2px, 0) rotate(-45deg)}.mt_accordion ul li input[type=checkbox]{position:absolute;cursor:pointer;width:100%;height:100%;z-index:1;opacity:0}.mt_accordion ul li input[type=checkbox]:checked~i:before{transform:translate(2px, 0) rotate(45deg)}.mt_accordion ul li input[type=checkbox]:checked~i:after{transform:translate(-2px, 0) rotate(-45deg)}.mt_accordion ul li input[type=checkbox]:checked~p{margin-top:0;margin-bottom:0;max-height:0;opacity:0;transform:translate(0, 50%)}@keyframes flipdown{0%{opacity:0;transform-origin:top center;transform:rotateX(-90deg)}5%{opacity:1}80%{transform:rotateX(8deg)}83%{transform:rotateX(6deg)}92%{transform:rotateX(-3deg)}100%{transform-origin:top center;transform:rotateX(0deg)}}.widget-area--row{display:flex;flex-wrap:wrap}.widget-area--row>div{flex-grow:1;flex-basis:100%;margin-bottom:40px}@media(min-width: 1201px){.widget-area--row>div{flex-basis:0;margin-bottom:0}}@media(min-width: 1201px){.widget-area--row{flex-wrap:nowrap}}.widget-area li a{color:#b4b4b4;text-decoration:none}.widget-area li a:hover{color:#fea526}.widget-title{display:block;font-size:1.5rem;margin-bottom:20px;color:#fff}.widget-title:after{content:"//";color:#fea526;font-style:normal;display:inline-block;margin-left:10px;font-weight:600}.widget_search{margin-bottom:20px}.widget_search .search_box{position:relative}.widget_search input[type=text]{padding:20px;width:100%;font-size:.875rem;color:#fff;background-color:#1d1e23;border:none}.widget_search .icon-search{position:absolute;top:0;right:0;height:100%;background-color:#1d1e23;border:none}.product_list_widget li{display:inline-block}.product_list_widget li a{display:block}.product_list_widget img{float:left;max-width:66px;margin-right:20px;margin-bottom:20px}.product_list_widget .amount{font-weight:700;color:#fea526}.widget_recent_entries a{text-decoration:none;font-size:1rem;color:#fff;font-style:normal;text-transform:capitalize;font-weight:300}.widget_recent_entries img{margin-bottom:10px}.widget_tag_cloud a{display:block;float:left;padding:3px 12px;margin:0 5px 5px 0;font-size:.868em !important;text-transform:uppercase;letter-spacing:.6px;border:2px solid #ddd;border-color:#343539;color:#b4b4b4;text-decoration:none}.widget_tag_cloud a:hover{color:#fea526;border-color:#fea526}.page h2{font-size:2.625rem}.page h2 span{font-weight:300}.page__header{padding:20px 0;margin-bottom:40px}.page__breadcrumbs{margin-left:auto;font-size:.875rem}.page__breadcrumbs>span a{margin-left:0}.page__breadcrumbs span a{margin-left:10px;margin-right:10px}.page__breadcrumbs .breadcrumb_last{margin-left:10px}.page__breadcrumbs a,.page__breadcrumbs .breadcrumb_last{color:gray;text-transform:uppercase;text-decoration:none}.page__breadcrumbs a:hover,.page__breadcrumbs .breadcrumb_last:hover{color:#fff;text-decoration:none}.page__header-wrapper{display:flex;align-items:center}.page__header-wrapper h1{margin-top:20px}.page__header-wrapper h6{font-size:1.125rem;margin-bottom:0;color:#fff}.page__main{flex:1}.page__sidebar{align-self:flex-start;background-color:#121215}.page__sidebar .widget{padding:40px;border-bottom:1px solid #1d1e23}.blog-post{margin-bottom:80px;padding-bottom:80px;border-bottom:1px solid gray}.blog-post ul,.blog-post ol{list-style:initial;padding-left:40px}.blog-post ul li,.blog-post ol li{margin-top:10px}.blog-post ul li:first-child,.blog-post ol li:first-child{margin-top:0}.blog-post ul,.blog-post ol{margin-bottom:40px}.blog-post__image{display:block;margin-bottom:25px}.blog-post h2{text-transform:capitalize;font-size:1.5rem}.blog-post__title{margin-bottom:40px;text-transform:capitalize;font-size:26px;color:gray}.blog .blog-post h2+p{margin-top:-10px}.products{display:flex;flex-wrap:wrap;margin-bottom:40px}.product{position:relative;margin-bottom:20px;text-align:center}.product .onsale{position:absolute;top:0;left:0;padding:5px 10px;color:#fff;background-color:#fea526;z-index:99}.product h3,.product img{margin-bottom:10px}.product h3{font-size:16px;font-weight:300;font-style:normal;text-align:left;color:gray}.product>a{display:block;position:relative;top:0}.product>a:hover{text-decoration:none}.product .price{display:block;font-size:14px;margin-bottom:10px;text-align:left}.product .price del{font-size:1rem}.product .price ins{font-size:.875rem;text-decoration:none}.product .summary{text-align:left}.product .summary h1{font-size:2.5rem;color:#1d1e23}.product .summary .amount{font-size:1.25rem}.product .summary .cart{display:flex;align-items:center;margin-bottom:40px}.product .summary .variations_form{flex-direction:column;align-items:flex-start}.product .summary .variations_form label{margin-right:10px}.product .summary .woocommerce-product-details__short-description{margin-bottom:20px}.product .summary .variations{margin-bottom:20px}.product .summary .variations .value{display:flex;align-items:center}.product .summary .variations .value .reset_variations{margin-left:20px}.product .summary .variations_button{display:flex}.product .summary .product_meta{margin-bottom:40px}.woocommerce-tabs{clear:both;text-align:left}.woocommerce-tabs .wc-tabs{display:flex}.woocommerce-tabs .wc-tabs li:last-child a{border-right:1px solid #fea526}.woocommerce-tabs .wc-tabs li a{display:inline-block;padding:10px 20px;border-top:1px solid #fea526;border-left:1px solid #fea526}.woocommerce-tabs .wc-tabs li:hover,.woocommerce-tabs .wc-tabs li.active{background-color:#fea526}.woocommerce-tabs .wc-tabs li:hover a,.woocommerce-tabs .wc-tabs li.active a{color:#fff}.woocommerce-tabs .panel{padding:20px;border:1px solid #fea526}.related{clear:both}.related>h2{margin:0 auto;font-size:3.125rem}.related>h2:after{content:"//";color:#fea526;font-style:normal;display:block;margin-left:10px;font-weight:900;margin:.65em auto 1.25em;font-size:.45em;line-height:1em;font-family:fantasy;letter-spacing:1px}.related.products h2{width:100%}.woocommerce-pagination{display:flex;justify-content:center;margin-bottom:40px}.woocommerce-pagination .page-numbers{display:flex;flex-wrap:wrap;position:relative;left:-10px}.woocommerce-pagination .page-numbers li{margin-left:10px}.woocommerce-pagination .page-numbers a,.woocommerce-pagination .page-numbers .current{padding:10px}.woocommerce-pagination .page-numbers a{border:1px solid #fea526}.woocommerce-pagination .page-numbers .current{border:1px solid gray}.woocommerce-ordering{display:inline-block;margin-bottom:40px}.woocommerce div.product div.images{margin-bottom:2em}.woocommerce div.product div.images img{display:block;width:100%;height:auto;box-shadow:none}.woocommerce div.product div.images div.thumbnails{padding-top:1em}.woocommerce div.product div.images.woocommerce-product-gallery{position:relative}.woocommerce div.product div.images .woocommerce-product-gallery__wrapper{-webkit-transition:all cubic-bezier(0.795, -0.035, 0, 1) .5s;transition:all cubic-bezier(0.795, -0.035, 0, 1) .5s;margin:0;padding:0;height:inherit}.woocommerce div.product div.images .woocommerce-product-gallery__wrapper .zoomImg{background-color:#fff;opacity:0}.woocommerce div.product div.images .woocommerce-product-gallery__image--placeholder{border:1px solid #f2f2f2}.woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(n+2){width:25%;display:inline-block}.woocommerce div.product div.images .woocommerce-product-gallery__trigger{position:absolute;top:.5em;right:.5em;font-size:2em;z-index:9;width:36px;height:36px;background:#fff;text-indent:-9999px;border-radius:100%;box-sizing:content-box}.woocommerce div.product div.images .woocommerce-product-gallery__trigger:before{content:"";display:block;width:10px;height:10px;border:2px solid #000;border-radius:100%;position:absolute;top:9px;left:9px;box-sizing:content-box}.woocommerce div.product div.images .woocommerce-product-gallery__trigger:after{content:"";display:block;width:2px;height:8px;background:#000;border-radius:6px;position:absolute;top:19px;left:22px;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg);box-sizing:content-box}.woocommerce div.product div.images .flex-control-thumbs{overflow:hidden;zoom:1;margin:0;padding:0}.woocommerce div.product div.images .flex-control-thumbs li{width:25%;float:left;margin:0;list-style:none}.woocommerce div.product div.images .flex-control-thumbs li img{cursor:pointer;opacity:.5;margin:0}.woocommerce div.product div.images .flex-control-thumbs li img.flex-active,.woocommerce div.product div.images .flex-control-thumbs li img:hover{opacity:1}.woocommerce div.product .woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n+1){clear:left}.woocommerce div.product .woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n+1){clear:left}.woocommerce div.product .woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n+1){clear:left}.single_add_to_cart_button{margin-left:20px}.quantity .input-number-box{width:90px}.quantity .input-number-box input{display:inline-block;height:60px;padding-right:30px;font-size:1rem;border:1px solid gray}.quantity .input-number-box i:before{left:11px;top:12px}.quantity .input-number-box .input-number-more,.quantity .input-number-box .input-number-less{width:30px;height:30px;border:1px solid gray}.quantity .input-number-box .input-number-more{position:absolute;top:0;right:0}.quantity .input-number-box .input-number-less{position:absolute;bottom:0;right:0}.screen-reader-text{display:none}.shop_table{width:100%}.shop_table th{background-color:rgba(128,128,128,.3);color:#fff}.shop_table td{text-align:center}.product-thumbnail{width:20%}table.shop_table,.shop_table th,.shop_table td{padding:10px;border:1px solid rgba(128,128,128,.1);border-collapse:collapse}.cart_totals{width:50%;margin:0 auto}.cart_totals .shop_table{margin-bottom:40px}.wc-proceed-to-checkout{text-align:center}.shop_table .actions{text-align:center}.shop_table .actions .coupon{float:left}@media(min-width: 1201px){.shop_table .actions{text-align:right}}.woocommerce-checkout .form-row{margin-bottom:20px;clear:both;width:100%}.woocommerce-checkout .woocommerce-input-wrapper .select2{margin-right:10px}.woocommerce-checkout .woocommerce-input-wrapper input{width:100%;font-size:1rem}.woocommerce-checkout #billing_state_field .woocommerce-input-wrapper{display:flex;align-items:center}.woocommerce-checkout #billing_state_field .selectric-state_select{order:2}.woocommerce-checkout textarea{width:100%;height:4em}.woocommerce-checkout .payment_method_paypal label{display:inline-block;vertical-align:middle}.woocommerce-checkout .payment_method_paypal img{max-height:52px;width:auto;margin:0 10px}.woocommerce-checkout .payment_box{position:relative;width:100%;padding:1em;margin:1em 0;font-size:.92em;border-radius:2px;line-height:1.5;background-color:#dfdcde;color:#515151}.woocommerce-checkout .payment_box:before{content:"";display:block;border:1em solid #dfdcde;border-right-color:rgba(0,0,0,0);border-left-color:rgba(0,0,0,0);border-top-color:rgba(0,0,0,0);position:absolute;top:-0.75em;left:0;margin:-1em 0 0 8em}.woocommerce-checkout .payment_box p{margin-bottom:0}.woocommerce-checkout-review-order .shop_table{margin-bottom:10px}.checkout_coupon{margin-bottom:10px}.woocommerce-breadcrumb{margin-bottom:40px;color:gray;text-transform:uppercase}.woocommerce-breadcrumb a{color:#000}.woocommerce-notices-wrapper{background-color:gray;color:#fff}.woocommerce-notices-wrapper .woocommerce-message{display:flex;align-items:center;padding:20px;margin-bottom:20px}.woocommerce-notices-wrapper .woocommerce-message .button{order:2;margin-left:auto}#order_review,#order_review_heading{width:47.8260869565%;float:right;margin-right:0}.woocol-1{margin-left:0;margin-right:0}.col2-set{width:47.8260869565%;float:left;margin-right:4.347826087%}.woocommerce-error{background-color:#e2401c;color:#fff;border-left:0.6180469716em solid rgba(0,0,0,.15);padding:10px 20px;margin-bottom:20px}.form-row.woocommerce-invalid input.input-text{box-shadow:inset 2px 0 0 #e2401c}.woocommerce-form-coupon-toggle{margin-bottom:20px}.woocommerce-products-header__title{margin-bottom:0}.woocommerce-product-attributes p{margin-bottom:0}.wc-credit-card-form{background:rgba(0,0,0,0);padding:20px;border:1px solid #fff;margin-bottom:20px}.swiper-container{width:100%;margin-left:auto;margin-right:auto}.swiper-slide{background-size:contain;background-position:center;background-repeat:no-repeat;cursor:pointer}.gallery-top{width:100%}.gallery-thumbs{height:20%;box-sizing:border-box;padding:10px 0}.gallery-thumbs .swiper-slide{width:25%;height:100%;opacity:.4}.gallery-thumbs .swiper-slide-thumb-active{opacity:1}.aligncenter,.ac{margin-left:auto;margin-right:auto}img.aligncenter,img.ac{display:block}::-moz-selection,::selection{color:#fff;background:#39f}:focus{outline:none}::-moz-focus-inner{border:0}.alignleft{display:block;float:none;margin-right:20px;margin-bottom:20px}.alignright{display:block;float:none;margin-left:20px;margin-bottom:20px}@media(min-width: 1201px){.alignleft{float:left}.alignright{float:right}}.navigation.pagination{display:flex;justify-content:center;margin-bottom:40px;margin-top:40px}.navigation.pagination .nav-links{display:flex;flex-wrap:wrap;align-items:center;gap:10px}.navigation.pagination .nav-links .page-numbers{display:inline-block;padding:10px 15px;min-width:50px;text-align:center;font-size:1rem;text-decoration:none;border:1px solid #fea526;background-color:rgba(0,0,0,0);color:#1d1e23;transition:all .3s ease}.navigation.pagination .nav-links .page-numbers:hover{background-color:#fea526;color:#fff;text-decoration:none}.navigation.pagination .nav-links .page-numbers.current{background-color:#fea526;color:#fff;border-color:#fea526}.navigation.pagination .nav-links .page-numbers.dots{border:none;padding:10px;cursor:default}.navigation.pagination .nav-links .page-numbers.dots:hover{background-color:rgba(0,0,0,0);color:#1d1e23}.navigation.pagination .nav-links .page-numbers.prev,.navigation.pagination .nav-links .page-numbers.next{font-weight:bold}.navigation.pagination .screen-reader-text{position:absolute;left:-9999px}.ani{-webkit-transition:all .5s ease;transition:all .5s ease}.input-number-box{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0);position:relative;overflow:hidden;text-align:left;width:100%}.input-number-box *{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}.input-number-box input{-webkit-appearance:textfield;-moz-appearance:textfield;background:rgba(0,0,0,0);-webkit-border-radius:0;border-radius:0;margin:0 !important;text-align:left;color:#000;padding:0 10px;display:block;height:32px;z-index:99;width:100%;border:0;border-bottom:1px solid #b7b7b7}.input-number-box input::-webkit-outer-spin-button,.input-number-box input::-webkit-inner-spin-button{-webkit-appearance:none}.input-number-box input[max="1"]~i{display:none}.input-number-box>i{position:absolute;cursor:pointer;height:10px;width:14px;right:0;top:6px}.input-number-box>i:before{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);border-right:1px solid #000;border-top:1px solid #000;-webkit-transition:all .5s ease;transition:all .5s ease;position:absolute;content:"";height:4px;width:4px;left:5px;top:5px}.input-number-box>i.input-number-less{bottom:4px;top:auto}.input-number-box>i.input-number-less:before{-webkit-transform:rotate(135deg) translate(-3px, 3px);transform:rotate(135deg) translate(-3px, 3px)}.input-number-box>i:hover:before{border-color:green}.selbel_w{font:100 14px/32px "Museo Sans Cyrl",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;margin-bottom:20px;position:relative;text-align:left;display:block;height:32px;width:100%}.selbel_w select{-webkit-appearance:menulist-button;position:relative;cursor:pointer;display:block;height:100%;width:100%;z-index:1;opacity:0}.selbel_w select+span{position:absolute;z-index:0;bottom:0;right:0;left:0;top:0;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;padding:0 10px;color:gray;border:0;border-bottom:1px solid #b7b7b7}.selbel_w select+span:after{-webkit-transform:rotate(-45deg) translate3d(0, -100%, 0);transform:rotate(-45deg) translate3d(0, -100%, 0);border-bottom:1px solid #000;border-left:1px solid #000;position:absolute;height:6px;content:"";width:6px;right:0;top:50%}.selbel_w select+span.err{border-color:#ef4036}.selbel_w select option{padding:5px}.selectric-wrapper{position:relative;cursor:pointer;font:700 inherit/38px inherit;width:100%}.selectric-wrapper.selectric-open{z-index:99}.selectric-responsive{width:100%}.selectric{border:1px solid #ddd;border-radius:0px;background:#f8f8f8;height:40px;position:relative;overflow:hidden;border:0}.selectric .label{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin:0 38px 0 10px;font:700 inherit/38px inherit;font-size:inherit;line-height:38px;color:#444;height:38px;user-select:none;margin-left:20px}.selectric .button{display:block;position:absolute;right:0;top:0;width:38px;height:38px;line-height:38px;background-color:#f8f8f8;color:#bbb;text-align:center;font:0/0 a;*font:20px/38px Lucida Sans Unicode,Arial Unicode MS,Arial}.selectric .button:after{content:" ";position:absolute;top:0;right:0;bottom:0;left:0;margin:auto;width:0;height:0;border:4px solid rgba(0,0,0,0);border-top-color:#bbb;border-bottom:none}.selectric-focus .selectric{border-color:#aaa}.selectric-hover .selectric{border-color:rgb(195.5,195.5,195.5)}.selectric-hover .selectric .button{color:rgb(161.5,161.5,161.5)}.selectric-hover .selectric .button:after{border-top-color:rgb(161.5,161.5,161.5)}.selectric-open{z-index:9999}.selectric-open .selectric{border-color:rgb(195.5,195.5,195.5)}.selectric-open .selectric-items{display:block}.selectric-disabled{filter:alpha(opacity=50);opacity:.5;cursor:default;user-select:none}.selectric-hide-select{position:relative;overflow:hidden;width:0;height:0}.selectric-hide-select select{position:absolute;left:-100%}.selectric-hide-select.selectric-is-native{position:absolute;width:100%;height:100%;z-index:10}.selectric-hide-select.selectric-is-native select{position:absolute;top:0;left:0;right:0;height:100%;width:100%;border:none;z-index:1;box-sizing:border-box;opacity:0}.selectric-input{position:absolute !important;top:0 !important;left:0 !important;overflow:hidden !important;clip:rect(0, 0, 0, 0) !important;margin:0 !important;padding:0 !important;width:1px !important;height:1px !important;outline:none !important;border:none !important;*font:0/0 a !important;background:none !important}.selectric-temp-show{position:absolute !important;visibility:hidden !important;display:block !important}.selectric-items{display:none;position:absolute;top:100%;left:0;background:#f8f8f8;border:1px solid rgb(195.5,195.5,195.5);z-index:-1;box-shadow:0 0 10px -6px}.selectric-items .selectric-scroll{height:100%;overflow:auto}.selectric-above .selectric-items{top:auto;bottom:100%}.selectric-items ul,.selectric-items li{list-style:none;padding:0;margin:0;font-size:inherit;line-height:20px;min-height:20px}.selectric-items li{display:block;padding:10px;color:#666;cursor:pointer}.selectric-items li.selected{background:#e0e0e0;color:#444}.selectric-items li.highlighted{background:#d0d0d0;color:#444}.selectric-items li:hover{background:#d5d5d5;color:#444}.selectric-items .disabled{filter:alpha(opacity=50);opacity:.5;cursor:default !important;background:none !important;color:#666 !important;user-select:none}.selectric-items .selectric-group .selectric-group-label{font-weight:bold;padding-left:10px;cursor:default;user-select:none;background:none;color:#444}.selectric-items .selectric-group.disabled li{filter:alpha(opacity=100);opacity:1}.selectric-items .selectric-group li{padding-left:25px}.showbox{-webkit-transition:all .5s ease;transition:all .5s ease;display:inline-block;vertical-align:top;visibility:hidden;opacity:0;margin:0}.showbox.is-loading{visibility:visible;opacity:1}.loader{position:relative;margin:0px auto;width:36px}.loader:before{content:"";display:block;padding-top:100%}.circular{-webkit-animation:rotate 2s linear infinite;animation:rotate 2s linear infinite;height:100%;transform-origin:center center;width:100%;position:absolute;top:0;bottom:0;left:0;right:0;margin:auto}.path{stroke-dasharray:1,200;stroke-dashoffset:0;-webkit-animation:dash 1.5s ease-in-out infinite,color 6s ease-in-out infinite;animation:dash 1.5s ease-in-out infinite,color 6s ease-in-out infinite;stroke-linecap:round}@keyframes rotate{100%{transform:rotate(360deg)}}@keyframes dash{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:89,200;stroke-dashoffset:-35px}100%{stroke-dasharray:89,200;stroke-dashoffset:-124px}}@keyframes color{100%,0%{stroke:#089ea4}40%{stroke:#f46277}66%{stroke:#089ea4}80%,90%{stroke:#f46277}}*{-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-box-sizing:border-box;box-sizing:border-box;min-width:1px;padding:0;margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,nav,section,summary{display:block}audio,canvas,video,progress{vertical-align:baseline;display:inline-block;*display:inline;*zoom:1}audio:not([controls]),[hidden],template{display:none;height:0}mark{background:none;color:inherit}sub,sup{vertical-align:text-bottom;display:inline-block;line-height:0;font-size:60%}sup{vertical-align:text-top}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}input[type=text],input[type=number],input[type=email],input[type=password],input[type=color],input[type=url],input[type=image],input[type=tel],input[type=submit],input[type=file],input[type=range],input[type=reset],input[type=button],input[type=search],button,textarea{-webkit-appearance:none;outline:0 none}strong{font-weight:700}input[type=submit],button{cursor:pointer}svg,textarea,button,a,input{-webkit-transition:all .5s ease;transition:all .5s ease}[data-defer]{background-color:#f5f5f5}svg:not(:root){overflow:hidden}.hidden{height:0;overflow:hidden;pointer-events:none;position:absolute;width:0;border:0;-webkit-appearance:none}.fullframe{height:0;margin:0 0 20px;overflow:hidden;padding-bottom:56.5%;position:relative;z-index:0}.fullframe>iframe,.fullframe>object,.fullframe>embed{height:100%;left:0;position:absolute;top:0;width:100%;z-index:-1}img{vertical-align:middle;max-width:100%;height:auto}p{margin-bottom:20px}ul,ol{list-style:none}.clear{clear:both}.cfx:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}html[xmlns] .cfx{display:block}* html .cfx{height:1%}a{color:#00e;outline:0 none}a:hover{text-decoration:none}a>img{border:0}.nav-icon{-webkit-transition:all .5s ease-in-out;transition:all .5s ease-in-out;-webkit-transform:rotate(0deg);transform:rotate(0deg);position:relative;height:60px;width:60px;cursor:pointer;display:block;text-indent:-9999px;-webkit-appearance:none;-moz-appearance:none;-webkit-border-radius:0;border-radius:0;appearance:none;box-shadow:none;cursor:pointer;outline:none;border:none}.nav-icon i{top:19.5px;-webkit-transition:all .25s ease-in-out;transition:all .25s ease-in-out;-webkit-transform:rotate(0deg);transform:rotate(0deg);height:1px;background:#000;position:absolute;right:15px;left:15px;display:block;opacity:1}.nav-icon i:nth-child(2){top:29.5px}.nav-icon i:nth-child(3){top:39.5px}.nav-icon.is-active i{left:10px;right:10px}.nav-icon.is-active i:nth-child(1){-webkit-transform:rotate(135deg);transform:rotate(135deg);top:29.5px}.nav-icon.is-active i:nth-child(2){-webkit-transform:translate3d(-100%, 0, 0);transform:translate3d(-100%, 0, 0);opacity:0}.nav-icon.is-active i:nth-child(3){-webkit-transform:rotate(-135deg);transform:rotate(-135deg);top:29.5px}html{font-family:"Hind",sans-serif;-webkit-font-smoothing:antialiased;-webkit-overflow-scrolling:touch;-webkit-text-size-adjust:none;-ms-text-size-adjust:none;text-size-adjust:none}html>body{-webkit-box-direction:normal;-webkit-box-orient:vertical;-webkit-flex-direction:column;-moz-flex-direction:column;-ms-flex-direction:column;flex-direction:column;display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;position:relative;min-height:100vh;font-size:16px;color:gray;margin:0 auto;opacity:1;font-weight:300;line-height:1.5}h1{font-size:2rem}h1,h2,h3,h4,h5,h6{font-family:"Black Ops One",sans-serif;line-height:1.4;text-transform:uppercase}h2{font-family:"Barlow Condensed",sans-serif}.with-subtitle span{display:block;color:#fea526;font-size:.875rem}h1,h2,h3,h4,h5,h6,p{margin-top:0;margin-bottom:20px}h1.small-gap,h2.small-gap,h3.small-gap,h4.small-gap,h5.small-gap,h6.small-gap,p.small-gap{margin-bottom:10px}.body{background-color:#0d0d0b}.single-post{background-color:#0d0d0b;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='300' height='300'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.75' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='300' height='300' filter='url(%23n)' opacity='0.03'/%3E%3C/svg%3E");color:#d4d4c8;font-family:"Barlow",sans-serif;font-size:16px;line-height:1.75}.single-post .page-wrap{max-width:980px;margin:0 auto;padding:48px 24px 80px}.single-post .breadcrumb{font-family:"Share Tech Mono",monospace;font-size:11px;letter-spacing:.12em;text-transform:uppercase;color:#4a4a42;margin-bottom:32px}.single-post .breadcrumb a{color:#4a4a42;text-decoration:none}.single-post .breadcrumb a:hover{color:#d4880a}.single-post .breadcrumb span{margin:0 8px}.single-post .article-tag{display:inline-flex;align-items:center;gap:6px;font-family:"Share Tech Mono",monospace;font-size:10px;letter-spacing:.15em;text-transform:uppercase;color:#d4880a;background:#2e1e04;border:1px solid #d4880a;padding:4px 10px;border-radius:2px;margin-bottom:18px}.single-post .article-tag::before{content:"▶";font-size:7px}.single-post h1{font-family:"Black Ops One",cursive;font-size:clamp(30px,5.5vw,52px);line-height:1.1;color:#fff;letter-spacing:.02em;text-transform:uppercase;margin-bottom:22px}.single-post .article-meta{display:flex;align-items:center;gap:16px;font-family:"Share Tech Mono",monospace;font-size:11px;color:#4a4a42;padding-bottom:28px;border-bottom:1px solid #252520;margin-bottom:36px;letter-spacing:.06em}.single-post .article-meta .dot{width:3px;height:3px;background:#5a6b3a;border-radius:50%}.single-post .article-meta .status{color:#5a6b3a;display:flex;align-items:center;gap:5px}.single-post .article-meta .status::before{content:"";width:6px;height:6px;border-radius:50%;background:#5a6b3a;display:inline-block}.single-post .hero-img{width:100%;border-radius:4px;margin-bottom:44px;aspect-ratio:16/7;object-fit:cover;border:1px solid #252520;filter:brightness(0.85) contrast(1.05)}.single-post h2{font-family:"Barlow Condensed",sans-serif;font-size:clamp(22px,3.5vw,30px);font-weight:700;color:#f0f0e0;text-transform:uppercase;letter-spacing:.06em;margin:56px 0 12px;padding-top:10px;border-top:1px solid #252520;display:flex;align-items:center;gap:10px}.single-post h2::before{content:"//";font-family:"Share Tech Mono",monospace;font-size:15px;color:#d4880a;letter-spacing:-0.05em;flex-shrink:0}.single-post h3{font-family:"Barlow Condensed",sans-serif;font-size:20px;font-weight:700;color:#e0e0d0;text-transform:uppercase;letter-spacing:.1em;margin:34px 0 10px;padding-left:10px;border-left:2px solid #d4880a}.single-post p{margin-bottom:18px;color:#ccccc0;font-size:16px}.single-post strong{color:#eeeee0;font-weight:600}.single-post em{font-style:italic;color:#bba}.single-post ul,.single-post ol{padding-left:20px;margin-bottom:18px;color:#c0c0b0}.single-post ul li,.single-post ol li{margin-bottom:6px;font-size:15.5px}.single-post ul li::marker,.single-post ol li::marker{color:#d4880a}.single-post a{color:#d4880a;text-decoration:none}.single-post a:hover{text-decoration:underline}.single-post blockquote{border-left:3px solid #d4880a;background:#141412;padding:14px 20px;border-radius:0 4px 4px 0;margin:28px 0;font-size:14.5px;color:#aaaa98;position:relative}.single-post blockquote strong{color:#f0a020}.single-post blockquote.warning{border-left-color:#c0392b}.single-post blockquote.warning strong{color:#e05540}.single-post .divider{border:none;border-top:1px solid #252520;margin:44px 0}.single-post .table-wrap{overflow-x:auto;margin:28px 0}.single-post table{width:100%;border-collapse:collapse;font-size:13.5px}.single-post th{background:#1a1a17;color:#d4880a;font-family:"Share Tech Mono",monospace;font-size:10.5px;letter-spacing:.1em;text-transform:uppercase;padding:10px 14px;text-align:left;border-bottom:1px solid #252520}.single-post td{padding:10px 14px;border-bottom:1px solid #252520;color:#b8b8a8;vertical-align:top;font-size:14px}.single-post tr:last-child td{border-bottom:none}.single-post tr:nth-child(even) td{background:#111110}.single-post .checklist{list-style:none;padding-left:0;margin-bottom:18px}.single-post .checklist li{display:flex;align-items:flex-start;gap:10px;margin-bottom:8px;color:#b8b8a8;font-size:15px}.single-post .checklist li::before{content:"□";font-family:"Share Tech Mono",monospace;font-size:14px;color:#35352e;flex-shrink:0;line-height:1.6}.single-post .related-box{background:#141412;border:1px solid #252520;border-left:3px solid #5a6b3a;border-radius:0 6px 6px 0;padding:16px 20px;margin:28px 0}.single-post .related-box .related-box-label{font-family:"Share Tech Mono",monospace;font-size:10px;letter-spacing:.14em;text-transform:uppercase;color:#5a6b3a;margin-bottom:10px}.single-post .related-box ul{list-style:none;padding:0;margin:0}.single-post .related-box li{margin-bottom:6px;font-size:14px}.single-post .related-box a{color:#888878}.single-post .related-box a:hover{color:#d4880a}.single-post .inline-banner{display:flex;align-items:center;gap:14px;background:#141412;border:1px solid #252520;border-left:3px solid #d4880a;border-radius:4px;padding:14px 18px;margin:32px 0;text-decoration:none;transition:border-color .2s,background .2s}.single-post .inline-banner:hover{background:#1a1a17;border-color:#d4880a;text-decoration:none}.single-post .inline-banner:hover .inline-banner-cta{background:#f0a020}.single-post .inline-banner .inline-banner-icon{font-size:22px;flex-shrink:0;width:42px;height:42px;display:flex;align-items:center;justify-content:center;background:#2e1e04;border:1px solid #d4880a;border-radius:3px}.single-post .inline-banner .inline-banner-body{flex:1;min-width:0}.single-post .inline-banner .inline-banner-label{font-family:"Share Tech Mono",monospace;font-size:9.5px;letter-spacing:.14em;text-transform:uppercase;color:#d4880a;margin-bottom:3px}.single-post .inline-banner .inline-banner-title{font-family:"Barlow Condensed",sans-serif;font-size:16px;font-weight:700;color:#ddddc8;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;text-transform:uppercase;letter-spacing:.04em}.single-post .inline-banner .inline-banner-sub{font-size:12px;color:#4a4a42;margin-top:2px;font-family:"Share Tech Mono",monospace;letter-spacing:.02em}.single-post .inline-banner .inline-banner-cta{flex-shrink:0;background:#d4880a;color:#0d0d0b;font-family:"Share Tech Mono",monospace;font-size:11px;font-weight:700;padding:8px 14px;border-radius:2px;white-space:nowrap;display:flex;align-items:center;gap:5px;letter-spacing:.06em;text-transform:uppercase;transition:background .2s}.single-post .gear-section{margin-top:72px;padding-top:40px;border-top:1px solid #252520}.single-post .gear-section .gear-section-eyebrow{font-family:"Share Tech Mono",monospace;font-size:10px;letter-spacing:.18em;text-transform:uppercase;color:#d4880a;margin-bottom:8px}.single-post .gear-section .gear-section-title{font-family:"Black Ops One",cursive;font-size:28px;color:#fff;text-transform:uppercase;letter-spacing:.03em;margin-bottom:6px}.single-post .gear-section .gear-section-sub{font-size:14px;color:#4a4a42;margin-bottom:28px;font-family:"Share Tech Mono",monospace;letter-spacing:.04em}.single-post .gear-grid{display:grid;grid-template-columns:repeat(auto-fill, minmax(220px, 1fr));gap:12px}.single-post .gear-card{background:#141412;border:1px solid #252520;border-radius:4px;padding:20px;transition:border-color .2s,background .2s,box-shadow .2s;position:relative;overflow:hidden;text-decoration:none;display:block}.single-post .gear-card:hover{background:#1a1a17;border-color:var(--card-accent, #555);box-shadow:0 4px 20px rgba(0,0,0,.5);text-decoration:none}.single-post .gear-card:hover .gear-card-bar{opacity:1}.single-post .gear-card:hover .gear-card-btn{background:#f0a020}.single-post .gear-card .gear-card-bar{position:absolute;top:0;left:0;right:0;height:2px;background:var(--card-accent, #555);opacity:.4;transition:opacity .2s}.single-post .gear-card .gear-card-icon{width:40px;height:40px;border-radius:3px;background:var(--card-accent-bg, #1a1a17);border:1px solid var(--card-accent, #333);display:flex;align-items:center;justify-content:center;font-size:20px;margin-bottom:12px}.single-post .gear-card .gear-card-tag{font-family:"Share Tech Mono",monospace;font-size:9px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--card-accent, #888);background:var(--card-accent-bg, #1a1a17);padding:2px 7px;border-radius:2px;display:inline-block;margin-bottom:8px}.single-post .gear-card .gear-card-title{font-family:"Barlow Condensed",sans-serif;font-size:16px;font-weight:700;font-style:italic;color:#d8d8c8;margin-bottom:8px;line-height:1.25;text-transform:uppercase;letter-spacing:.03em}.single-post .gear-card .gear-card-desc{font-size:12px;color:#4a4a42;line-height:1.55;margin-bottom:14px}.single-post .gear-card .gear-card-bullets{list-style:none;padding:0;margin-bottom:16px}.single-post .gear-card .gear-card-bullets li{font-family:"Share Tech Mono",monospace;font-size:10.5px;color:#484840;margin-bottom:5px;display:flex;align-items:center;gap:7px;letter-spacing:.04em}.single-post .gear-card .gear-card-bullets li::before{content:"—";color:var(--card-accent, #555);flex-shrink:0;font-size:10px}.single-post .gear-card .gear-card-btn{display:flex;align-items:center;justify-content:center;gap:6px;background:#d4880a;color:#0d0d0b;font-family:"Share Tech Mono",monospace;font-size:11px;font-weight:700;padding:9px 14px;border-radius:2px;transition:background .2s;letter-spacing:.08em;text-transform:uppercase}.single-post .gear-card .gear-card-amazon-label{text-align:center;font-family:"Share Tech Mono",monospace;font-size:9px;color:#2a2a25;letter-spacing:.08em;text-transform:uppercase;margin-top:7px}@media(max-width: 560px){.single-post .inline-banner-sub{display:none}.single-post .inline-banner-title{font-size:14px}.single-post .gear-grid{grid-template-columns:1fr 1fr}}@media(max-width: 420px){.single-post .gear-grid{grid-template-columns:1fr}}.wp-block-image,.wp-block-table{margin-bottom:20px}.h-mark:after{content:"//";color:#fea526;font-style:normal;display:block;margin-left:10px;font-weight:600}p{line-height:28px}a{color:#fea526;text-decoration:none}a:hover{text-decoration:underline}a:active{position:relative;top:2px}img{height:auto;max-width:100%}blockquote{position:relative;margin:0 0 40px 40px;padding:40px;font-size:1.5rem;font-weight:700;line-height:normal;font-style:italic;background-color:#fea526}blockquote:before{font-family:Georgia;content:'"';display:block;position:absolute;z-index:1;left:5px;top:0;font-size:6em;line-height:1em;color:hsla(0,0%,100%,.1)}blockquote p{color:#fff;margin-bottom:0}.list-regular li{margin-bottom:20px}section{padding-top:50px;padding-bottom:50px}section.page{padding-top:0}@media(min-width: 1201px){section{padding-top:100px;padding-bottom:100px}}section.section--small{padding-top:20px;padding-bottom:20px}.section--bg-primary{background-color:#1d1e23}.section--bg-secondary{background-color:#fea526}.section--bg-dark{background-color:#121215}.bg-banner{background-size:cover;background-position:center;background-repeat:no-repeat}.bg-banner--handgun{background-image:url("//militarytrained.com/wp-content/uploads/2016/01/Layer-152.jpg")}.feature{text-align:center}.feature h4{font-size:1.5rem;font-style:italic;font-weight:600;line-height:1.4;color:gray}.cta{text-align:center}.cta h2{font-size:3.125rem}.cta p{color:#1d1e23;letter-spacing:3px}.category-box{text-align:center;margin-bottom:40px}.category-box__image{background-size:cover;background-position:center;padding-bottom:100%}.category-box a{display:block;padding:20px}@media(min-width: 1201px){.category-box{margin-bottom:0}}.woocommerce-Tabs-panel--description ul{list-style:initial;padding-left:40px;margin-bottom:40px}.woocommerce-Tabs-panel--description ul li{margin-bottom:20px}.social-links{display:flex;flex-wrap:wrap;padding-left:0}.social-links li:first-child{margin-left:0}.social-links li{margin-left:10px}.footer{background-color:#000;text-align:center}.footer__copyright{margin:20px 0;text-align:center}.footer__copyright a{color:#fea526;text-decoration:none}.footer__copyright a:hover{color:#fff}.logo--medium{max-width:150px}.section-contacts__logo{text-align:center;margin-bottom:40px}.section-contacts__address-left,.section-contacts__address-right{margin-bottom:40px;font-style:normal}.section-contacts__address-left{text-align:center}@media(min-width: 1201px){.section-contacts__address-left{text-align:right}}.section-contacts__address-right{text-align:center}@media(min-width: 1201px){.section-contacts__address-right{text-align:left}}.section-contacts__social-links{display:flex;justify-content:flex-end}.section-contacts__social-links li:first-child{margin-left:0}.section-contacts__social-links li{margin-left:20px}.section-contacts__social-links svg{color:#fff}.section-contacts__social-links a:hover svg{color:#fea526}.section-contacts__social-links--align-center{justify-content:center}input[type=text],input[type=tel],input[type=email],input[type=password],textarea{width:100%;height:2.625rem;padding:10px;border:1px solid gray}textarea{min-height:11.25rem}.text-center{text-align:center}.banner__overlay{position:absolute;top:0;bottom:0;left:0;right:0;background-color:rgba(0,0,0,.8);z-index:1}.banner video{position:absolute;object-fit:cover;width:100%;height:100%;top:0;left:0}.banner__caption{z-index:3}:root{--mt-bg: #0d0d0b;--mt-surface: #141412;--mt-surface-2: #1a1a17;--mt-border: #252520;--mt-border-hover: #35352e;--mt-text: #d4d4c8;--mt-text-muted: #7a7a6e;--mt-text-dim: #4a4a42;--mt-accent: #d4880a;--mt-accent-bright: #f0a020;--mt-accent-dim: #2e1e04;--mt-olive: #5a6b3a;--mt-noise: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='300' height='300'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.75' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='300' height='300' filter='url(%23n)' opacity='0.025'/%3E%3C/svg%3E")}#wrap{flex:1 0 auto}.top-bar{background:#0a0a08;border-bottom:1px solid var(--mt-border);padding:0 24px}.top-bar-inner{max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;height:34px}.top-bar-left{display:flex;align-items:center;gap:20px}.top-bar-link{display:flex;align-items:center;gap:6px;font-family:"Share Tech Mono",monospace;font-size:10px;letter-spacing:.1em;text-transform:uppercase;color:var(--mt-text-dim);text-decoration:none;transition:color .2s ease}.top-bar-link:hover{color:var(--mt-accent);text-decoration:none}.top-bar-link svg{opacity:.5;flex-shrink:0}.top-bar-link:hover svg{opacity:1}.top-bar-right{display:flex;align-items:center;gap:16px}.top-bar-status{display:flex;align-items:center;gap:6px;font-family:"Share Tech Mono",monospace;font-size:9px;letter-spacing:.12em;text-transform:uppercase;color:var(--mt-olive)}.top-bar-status::before{content:"";width:5px;height:5px;background:var(--mt-olive);border-radius:50%;display:inline-block}.site-header{background:var(--mt-bg);border-bottom:1px solid var(--mt-border);position:sticky;top:0;z-index:100}body.admin-bar .site-header{top:32px}.header-inner{max-width:1200px;margin:0 auto;padding:0 24px;height:68px;display:flex;align-items:center;justify-content:space-between;gap:24px}.site-logo{display:flex;align-items:center;gap:10px;text-decoration:none;flex-shrink:0}.logo-emblem{width:38px;height:38px;background:var(--mt-accent-dim);border:1px solid var(--mt-accent);border-radius:3px;display:flex;align-items:center;justify-content:center}.logo-emblem svg{width:22px;height:22px;fill:var(--mt-accent)}.logo-text{display:flex;flex-direction:column;line-height:1;gap:3px}.logo-name{font-family:"Black Ops One",cursive;font-size:18px;color:#fff;letter-spacing:.04em;text-transform:uppercase}.logo-tagline{font-family:"Share Tech Mono",monospace;font-size:8px;letter-spacing:.18em;text-transform:uppercase;color:var(--mt-accent)}.site-nav{display:flex;align-items:center;gap:2px;flex:1;min-width:0}.site-nav .nav-item{position:relative}.site-nav .nav-link{display:flex;align-items:center;gap:5px;font-family:"Barlow Condensed",sans-serif;font-size:13px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--mt-text-dim);text-decoration:none;padding:8px 12px;border-radius:3px;white-space:nowrap;transition:color .2s ease,background .2s ease}.site-nav .nav-link:hover{color:var(--mt-text);background:var(--mt-surface);text-decoration:none}.site-nav .nav-link.active{color:var(--mt-accent);background:var(--mt-surface)}.site-nav .nav-link .chevron{width:10px;height:10px;opacity:.4;flex-shrink:0;transition:transform .2s ease,opacity .2s ease}.site-nav .nav-item:hover .nav-link .chevron{transform:rotate(180deg);opacity:.8}.site-nav .nav-dropdown{position:absolute;top:calc(100% + 8px);left:0;min-width:180px;background:var(--mt-surface);border:1px solid var(--mt-border);border-top:2px solid var(--mt-accent);border-radius:0 0 4px 4px;opacity:0;pointer-events:none;transform:translateY(-4px);transition:opacity .15s ease,transform .15s ease}.site-nav .nav-item:hover .nav-dropdown{opacity:1;pointer-events:auto;transform:translateY(0)}.site-nav .nav-dropdown a{display:flex;align-items:center;gap:8px;padding:10px 16px;font-family:"Share Tech Mono",monospace;font-size:10px;letter-spacing:.1em;text-transform:uppercase;color:#666660;text-decoration:none;border-bottom:1px solid var(--mt-border);transition:color .15s ease,background .15s ease}.site-nav .nav-dropdown a:last-child{border-bottom:0}.site-nav .nav-dropdown a::before{content:">";color:var(--mt-accent);font-size:10px;line-height:1}.site-nav .nav-dropdown a:hover{color:var(--mt-text);background:var(--mt-surface-2);text-decoration:none}.header-actions{display:flex;align-items:center;gap:8px;flex-shrink:0}.header-btn{display:flex;align-items:center;gap:7px;font-family:"Share Tech Mono",monospace;font-size:10px;letter-spacing:.1em;text-transform:uppercase;color:var(--mt-text-dim);text-decoration:none;padding:8px 12px;border:1px solid var(--mt-border);border-radius:3px;transition:color .2s ease,border-color .2s ease,background .2s ease}.header-btn:hover{color:var(--mt-text);border-color:var(--mt-border-hover);background:var(--mt-surface);text-decoration:none}.cart-btn{display:flex;align-items:center;gap:7px;font-family:"Share Tech Mono",monospace;font-size:10px;letter-spacing:.1em;text-transform:uppercase;text-decoration:none;background:var(--mt-accent);color:#0d0d0b;padding:8px 14px;border-radius:3px;white-space:nowrap;transition:background .2s ease}.cart-btn:hover{background:var(--mt-accent-bright);text-decoration:none}.cart-count{background:#0d0d0b;color:var(--mt-accent);font-size:9px;font-weight:700;width:16px;height:16px;border-radius:2px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.hamburger{display:none;flex-direction:column;gap:5px;cursor:pointer;background:none;border:1px solid var(--mt-border);border-radius:3px;padding:8px}.hamburger span{display:block;width:20px;height:2px;border-radius:1px;background:var(--mt-text-dim)}.header-accent-line{height:2px;background:var(--mt-accent);opacity:.15}.site-nav-mobile-overlay{position:fixed;inset:0;background:rgba(0,0,0,.7);opacity:0;visibility:hidden;pointer-events:none;transition:opacity .2s ease,visibility .2s ease;z-index:140}.site-nav-mobile{position:fixed;top:0;right:0;width:min(90vw,360px);height:100vh;padding:24px 20px 28px;background:var(--mt-surface);border-left:1px solid var(--mt-border);transform:translateX(100%);transition:transform .24s ease;z-index:150;overflow-y:auto}.site-nav-mobile-close{background:rgba(0,0,0,0);border:1px solid var(--mt-border);color:var(--mt-text-dim);font-size:22px;line-height:1;width:34px;height:34px;border-radius:3px;display:flex;align-items:center;justify-content:center;margin-left:auto;margin-bottom:18px}.site-nav-mobile-list,.site-nav-mobile-list ul{list-style:none;margin:0;padding:0}.site-nav-mobile-list>li{border-bottom:1px solid var(--mt-border)}.site-nav-mobile-list>li>a{display:block;padding:12px 2px;font-family:"Barlow Condensed",sans-serif;font-size:14px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--mt-text);text-decoration:none}.site-nav-mobile-list>li.current-menu-item>a,.site-nav-mobile-list>li.current-menu-ancestor>a,.site-nav-mobile-list>li.current-menu-parent>a{color:var(--mt-accent)}.site-nav-mobile-list li ul{padding:0 0 10px 12px}.site-nav-mobile-list li ul li a{display:block;padding:8px 0;font-family:"Share Tech Mono",monospace;font-size:10px;letter-spacing:.1em;text-transform:uppercase;color:var(--mt-text-dim);text-decoration:none}.site-nav-mobile-list li ul li a:hover{color:var(--mt-text)}body.mobile-nav-open{overflow:hidden}body.mobile-nav-open .site-nav-mobile{transform:translateX(0)}body.mobile-nav-open .site-nav-mobile-overlay{opacity:1;visibility:visible;pointer-events:auto}.blog-archive-page{background:var(--mt-bg);background-image:var(--mt-noise);color:var(--mt-text);font-family:"Barlow",sans-serif}.blog-archive-page a{text-decoration:none}.blog-hero{border-bottom:1px solid var(--mt-border);padding:52px 24px 44px}.blog-hero-inner{max-width:1200px;margin:0 auto;display:flex;align-items:flex-end;justify-content:space-between;gap:24px;flex-wrap:wrap}.blog-hero-eyebrow{font-family:"Share Tech Mono",monospace;font-size:10px;letter-spacing:.2em;text-transform:uppercase;color:var(--mt-accent);margin-bottom:10px;display:flex;align-items:center;gap:8px}.blog-hero-eyebrow::before{content:"";width:20px;height:1px;background:var(--mt-accent);display:inline-block}.blog-hero-title{font-family:"Black Ops One",cursive;font-size:clamp(36px,6vw,64px);color:#fff;text-transform:uppercase;letter-spacing:.03em;line-height:1;margin-bottom:12px}.blog-hero-sub{font-family:"Share Tech Mono",monospace;font-size:11px;letter-spacing:.08em;color:var(--mt-text-dim);text-transform:uppercase}.blog-hero-right{display:flex;align-items:center;gap:8px}.filter-pills{display:flex;align-items:center;gap:6px;flex-wrap:wrap}.filter-pill{font-family:"Share Tech Mono",monospace;font-size:9.5px;letter-spacing:.1em;text-transform:uppercase;color:var(--mt-text-dim);border:1px solid var(--mt-border);padding:6px 12px;border-radius:2px;cursor:pointer;transition:color .2s ease,border-color .2s ease,background .2s ease}.filter-pill:hover{color:var(--mt-text);border-color:var(--mt-border-hover);background:var(--mt-surface);text-decoration:none}.filter-pill.active{color:var(--mt-accent);border-color:var(--mt-accent);background:var(--mt-accent-dim)}.blog-main{max-width:1200px;margin:0 auto;padding:48px 24px 80px}.post-featured{display:grid;grid-template-columns:1fr 1fr;background:var(--mt-surface);border:1px solid var(--mt-border);border-radius:4px;overflow:hidden;margin-bottom:28px;text-decoration:none;transition:border-color .2s ease,box-shadow .2s ease}.post-featured:hover{border-color:var(--mt-accent);box-shadow:0 8px 32px rgba(0,0,0,.5);text-decoration:none}.post-featured-img{aspect-ratio:4/3;width:100%;height:100%;object-fit:cover;display:block;filter:brightness(0.85) contrast(1.05);transition:filter .3s ease}.post-featured:hover .post-featured-img{filter:brightness(0.95) contrast(1.05)}.post-featured-body{padding:36px 40px;display:flex;flex-direction:column;justify-content:center;gap:16px;border-left:1px solid var(--mt-border)}.post-featured-tag{display:inline-flex;align-items:center;gap:6px;font-family:"Share Tech Mono",monospace;font-size:9.5px;letter-spacing:.14em;text-transform:uppercase;color:var(--mt-accent);background:var(--mt-accent-dim);border:1px solid var(--mt-accent);padding:3px 9px;border-radius:2px;width:fit-content}.post-featured-tag::before{content:">";font-size:7px}.post-featured-title{font-family:"Black Ops One",cursive;font-size:clamp(20px,2.5vw,28px);color:#fff;text-transform:uppercase;letter-spacing:.02em;line-height:1.2;margin:0}.post-featured-excerpt{margin:0;font-size:14px;color:#888878;line-height:1.65;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.post-featured-meta{display:flex;align-items:center;gap:12px;font-family:"Share Tech Mono",monospace;font-size:10px;letter-spacing:.08em;text-transform:uppercase;color:var(--mt-text-dim)}.post-featured-meta .dot{width:3px;height:3px;border-radius:50%;background:var(--mt-border-hover)}.post-featured-cta{display:inline-flex;align-items:center;gap:6px;font-family:"Share Tech Mono",monospace;font-size:10px;letter-spacing:.1em;text-transform:uppercase;color:var(--mt-accent);border-bottom:1px solid var(--mt-accent-dim);padding-bottom:2px;width:fit-content;transition:color .2s ease,border-color .2s ease}.post-featured:hover .post-featured-cta{color:var(--mt-accent-bright);border-color:var(--mt-accent)}.grid-label{display:flex;align-items:center;gap:12px;margin-bottom:20px}.grid-label-text{font-family:"Share Tech Mono",monospace;font-size:10px;letter-spacing:.16em;text-transform:uppercase;color:var(--mt-text-dim);white-space:nowrap}.grid-label-line{flex:1;height:1px;background:var(--mt-border)}.grid-label-count{font-family:"Share Tech Mono",monospace;font-size:10px;letter-spacing:.1em;color:var(--mt-text-dim);white-space:nowrap}.post-grid{display:grid;grid-template-columns:repeat(3, minmax(0, 1fr));gap:16px;margin-bottom:48px}.post-card{background:var(--mt-surface);border:1px solid var(--mt-border);border-radius:4px;overflow:hidden;display:flex;flex-direction:column;text-decoration:none;transition:border-color .2s ease,background .2s ease,box-shadow .2s ease;position:relative}.post-card:hover{border-color:var(--mt-border-hover);background:var(--mt-surface-2);box-shadow:0 4px 24px rgba(0,0,0,.45);text-decoration:none}.post-card-accent-bar{position:absolute;top:0;left:0;right:0;height:2px;background:var(--mt-accent);opacity:0;transition:opacity .2s ease}.post-card:hover .post-card-accent-bar{opacity:1}.post-card-img{width:100%;aspect-ratio:16/9;object-fit:cover;display:block;filter:brightness(0.82) contrast(1.05);transition:filter .3s ease}.post-card:hover .post-card-img{filter:brightness(0.95) contrast(1.05)}.post-card-body{padding:20px 20px 22px;display:flex;flex-direction:column;gap:10px;flex:1}.post-card-tag{font-family:"Share Tech Mono",monospace;font-size:9px;letter-spacing:.12em;text-transform:uppercase;color:var(--mt-accent);background:var(--mt-accent-dim);padding:2px 7px;border-radius:2px;display:inline-block;width:fit-content}.post-card-title{font-family:"Barlow Condensed",sans-serif;font-size:17px;font-weight:700;color:#e8e8d8;line-height:1.3;text-transform:uppercase;letter-spacing:.03em;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;margin:0}.post-card-excerpt{margin:0;font-size:13px;color:var(--mt-text-dim);line-height:1.6;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;flex:1}.post-card-footer{display:flex;align-items:center;justify-content:space-between;margin-top:4px}.post-card-meta{font-family:"Share Tech Mono",monospace;font-size:9.5px;letter-spacing:.07em;text-transform:uppercase;color:var(--mt-text-dim)}.post-card-read{font-family:"Share Tech Mono",monospace;font-size:9px;letter-spacing:.1em;text-transform:uppercase;color:var(--mt-accent);display:flex;align-items:center;gap:4px;opacity:0;transition:opacity .2s ease}.post-card:hover .post-card-read{opacity:1}.post-grid-empty{padding:24px;border:1px solid var(--mt-border);border-radius:4px;background:var(--mt-surface);font-family:"Share Tech Mono",monospace;font-size:11px;letter-spacing:.08em;text-transform:uppercase;color:var(--mt-text-dim);margin-bottom:40px}.pagination{display:flex;align-items:center;justify-content:center;gap:6px;flex-wrap:wrap}.page-btn{font-family:"Share Tech Mono",monospace;font-size:11px;letter-spacing:.08em;text-transform:uppercase;color:var(--mt-text-dim);border:1px solid var(--mt-border);padding:8px 14px;border-radius:2px;text-decoration:none;transition:color .2s ease,border-color .2s ease,background .2s ease;display:inline-flex;align-items:center;justify-content:center}.page-btn:hover{color:var(--mt-text);border-color:var(--mt-border-hover);background:var(--mt-surface);text-decoration:none}.page-btn.active{color:var(--mt-accent);border-color:var(--mt-accent);background:var(--mt-accent-dim)}.page-btn.disabled{opacity:.3;pointer-events:none}.page-ellipsis{font-family:"Share Tech Mono",monospace;font-size:11px;color:var(--mt-text-dim);padding:0 4px}.site-footer{border-top:1px solid var(--mt-border);background:var(--mt-surface);padding:40px 24px 28px}.footer-inner{max-width:1200px;margin:0 auto}.footer-top{display:flex;justify-content:space-between;align-items:flex-start;gap:40px;padding-bottom:32px;border-bottom:1px solid var(--mt-border);flex-wrap:wrap}.footer-logo-name{font-family:"Black Ops One",cursive;font-size:20px;color:#fff;text-transform:uppercase;letter-spacing:.04em;margin-bottom:6px}.footer-logo-sub{font-family:"Share Tech Mono",monospace;font-size:9px;letter-spacing:.16em;text-transform:uppercase;color:var(--mt-accent);margin-bottom:14px}.footer-brand-text{font-size:13px;color:var(--mt-text-dim);line-height:1.65;max-width:320px;margin:0}.footer-links-label{font-family:"Share Tech Mono",monospace;font-size:9px;letter-spacing:.18em;text-transform:uppercase;color:var(--mt-accent);margin-bottom:14px}.footer-links-list{list-style:none;display:flex;flex-direction:column;gap:8px;margin:0;padding:0}.footer-links-list a{font-family:"Barlow Condensed",sans-serif;font-size:14px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--mt-text-dim);text-decoration:none;transition:color .2s ease;display:flex;align-items:center;gap:6px}.footer-links-list a::before{content:"//";font-family:"Share Tech Mono",monospace;font-size:9px;color:var(--mt-border-hover);letter-spacing:-0.04em}.footer-links-list a:hover{color:var(--mt-accent);text-decoration:none}.footer-bottom{display:flex;align-items:center;justify-content:space-between;padding-top:24px;flex-wrap:wrap;gap:12px}.footer-copyright{font-family:"Share Tech Mono",monospace;font-size:9.5px;letter-spacing:.08em;text-transform:uppercase;color:var(--mt-text-dim)}.footer-legal{display:flex;gap:16px}.footer-legal a{font-family:"Share Tech Mono",monospace;font-size:9.5px;letter-spacing:.08em;text-transform:uppercase;color:var(--mt-text-dim);text-decoration:none;transition:color .2s ease}.footer-legal a:hover{color:var(--mt-accent);text-decoration:none}@media(max-width: 1024px){.post-grid{grid-template-columns:repeat(2, minmax(0, 1fr))}}@media(max-width: 900px){.site-nav{display:none}.top-bar-left{display:none}.hamburger{display:flex}.header-btn{display:none}.post-featured{grid-template-columns:1fr}.post-featured-img{aspect-ratio:16/7}.post-featured-body{padding:24px;border-left:0;border-top:1px solid var(--mt-border)}}@media(max-width: 782px){body.admin-bar .site-header{top:46px}.site-nav-mobile{height:calc(100vh - 46px);top:46px}}@media(max-width: 600px){.post-grid{grid-template-columns:1fr}.blog-hero-right{display:none}}@media(max-width: 480px){.logo-tagline{display:none}.cart-btn span:not(.cart-count){display:none}.footer-top{flex-direction:column}}.post-type-archive-product,.tax-product_cat,.tax-product_tag{background:var(--mt-bg);background-image:var(--mt-noise);color:var(--mt-text);font-family:"Barlow",sans-serif}.post-type-archive-product .page,.tax-product_cat .page,.tax-product_tag .page{background:rgba(0,0,0,0)}.post-type-archive-product .page__header,.tax-product_cat .page__header,.tax-product_tag .page__header{position:relative;overflow:hidden;padding:36px 0 32px;margin-bottom:0;border-bottom:1px solid var(--mt-border);background:var(--mt-surface)}.post-type-archive-product .page__header::before,.tax-product_cat .page__header::before,.tax-product_tag .page__header::before{content:"";position:absolute;inset:0;background-image:linear-gradient(var(--mt-border) 1px, transparent 1px),linear-gradient(90deg, var(--mt-border) 1px, transparent 1px);background-size:40px 40px;opacity:.2}.post-type-archive-product .page__header::after,.tax-product_cat .page__header::after,.tax-product_tag .page__header::after{content:"";position:absolute;inset:0;background:radial-gradient(ellipse 50% 120% at 90% 50%, rgba(212, 136, 10, 0.05) 0%, transparent 70%)}.post-type-archive-product .page__header .container,.tax-product_cat .page__header .container,.tax-product_tag .page__header .container{position:relative;z-index:2}.post-type-archive-product .page__header-wrapper,.tax-product_cat .page__header-wrapper,.tax-product_tag .page__header-wrapper{display:flex;flex-direction:column;align-items:flex-start;gap:8px}.post-type-archive-product .page .woocommerce-products-header__title.page-title,.tax-product_cat .page .woocommerce-products-header__title.page-title,.tax-product_tag .page .woocommerce-products-header__title.page-title{margin:0;font-family:"Black Ops One",cursive;font-size:clamp(30px,5vw,48px);line-height:1;color:#fff;letter-spacing:.02em;text-transform:uppercase}.post-type-archive-product .page .woocommerce-products-header__title.page-title::before,.tax-product_cat .page .woocommerce-products-header__title.page-title::before,.tax-product_tag .page .woocommerce-products-header__title.page-title::before{content:"Armory";display:flex;align-items:center;gap:8px;margin-bottom:10px;font-family:"Share Tech Mono",monospace;font-size:10px;letter-spacing:.2em;text-transform:uppercase;color:var(--mt-accent)}.post-type-archive-product .page .woocommerce-products-header__title.page-title::after,.tax-product_cat .page .woocommerce-products-header__title.page-title::after,.tax-product_tag .page .woocommerce-products-header__title.page-title::after{content:"";display:block;width:16px;height:1px;margin-top:6px;background:var(--mt-accent)}.post-type-archive-product .page__breadcrumbs,.tax-product_cat .page__breadcrumbs,.tax-product_tag .page__breadcrumbs{margin-left:0;font-family:"Share Tech Mono",monospace;font-size:10px;letter-spacing:.1em;text-transform:uppercase;color:var(--mt-text-dim)}.post-type-archive-product .page__breadcrumbs span,.tax-product_cat .page__breadcrumbs span,.tax-product_tag .page__breadcrumbs span{margin:0}.post-type-archive-product .page__breadcrumbs a,.post-type-archive-product .page__breadcrumbs .breadcrumb_last,.tax-product_cat .page__breadcrumbs a,.tax-product_cat .page__breadcrumbs .breadcrumb_last,.tax-product_tag .page__breadcrumbs a,.tax-product_tag .page__breadcrumbs .breadcrumb_last{margin:0 6px 0 0;color:var(--mt-text-dim)}.post-type-archive-product .page__breadcrumbs a:hover,.post-type-archive-product .page__breadcrumbs .breadcrumb_last:hover,.tax-product_cat .page__breadcrumbs a:hover,.tax-product_cat .page__breadcrumbs .breadcrumb_last:hover,.tax-product_tag .page__breadcrumbs a:hover,.tax-product_tag .page__breadcrumbs .breadcrumb_last:hover{color:var(--mt-accent)}.post-type-archive-product .page>.container,.tax-product_cat .page>.container,.tax-product_tag .page>.container{padding-top:32px;padding-bottom:80px}.post-type-archive-product .page>.container>.row,.tax-product_cat .page>.container>.row,.tax-product_tag .page>.container>.row{display:grid;grid-template-columns:240px minmax(0, 1fr);gap:28px;align-items:start;margin-left:0;margin-right:0}.post-type-archive-product .page>.container>.row>.col-3,.post-type-archive-product .page>.container>.row>.col-9,.tax-product_cat .page>.container>.row>.col-3,.tax-product_cat .page>.container>.row>.col-9,.tax-product_tag .page>.container>.row>.col-3,.tax-product_tag .page>.container>.row>.col-9{width:auto;margin-left:0;margin-right:0}.post-type-archive-product .page>.container>.row>.col-3,.tax-product_cat .page>.container>.row>.col-3,.tax-product_tag .page>.container>.row>.col-3{order:1}.post-type-archive-product .page>.container>.row>.col-9,.tax-product_cat .page>.container>.row>.col-9,.tax-product_tag .page>.container>.row>.col-9{order:2;min-width:0}.post-type-archive-product .page__sidebar,.tax-product_cat .page__sidebar,.tax-product_tag .page__sidebar{position:sticky;top:84px;align-self:start;background:rgba(0,0,0,0);display:flex;flex-direction:column;gap:12px}.post-type-archive-product .page__sidebar .widget,.tax-product_cat .page__sidebar .widget,.tax-product_tag .page__sidebar .widget{margin:0;padding:0;background:var(--mt-surface);border:1px solid var(--mt-border);border-radius:4px;overflow:hidden}.post-type-archive-product .page__sidebar .widget-title,.tax-product_cat .page__sidebar .widget-title,.tax-product_tag .page__sidebar .widget-title{display:block;margin:0;padding:12px 16px;border-bottom:1px solid var(--mt-border);font-family:"Share Tech Mono",monospace;font-size:9.5px;font-weight:400;letter-spacing:.16em;text-transform:uppercase;color:var(--mt-accent);background:rgba(0,0,0,0)}.post-type-archive-product .page__sidebar .widget-title::before,.tax-product_cat .page__sidebar .widget-title::before,.tax-product_tag .page__sidebar .widget-title::before{content:"// "}.post-type-archive-product .page__sidebar .widget-title::after,.tax-product_cat .page__sidebar .widget-title::after,.tax-product_tag .page__sidebar .widget-title::after{content:none}.post-type-archive-product .page__sidebar ul,.tax-product_cat .page__sidebar ul,.tax-product_tag .page__sidebar ul{list-style:none;margin:0;padding:8px 0}.post-type-archive-product .page__sidebar .product-categories li,.tax-product_cat .page__sidebar .product-categories li,.tax-product_tag .page__sidebar .product-categories li{margin:0;padding-left:0}.post-type-archive-product .page__sidebar .product-categories>li::before,.tax-product_cat .page__sidebar .product-categories>li::before,.tax-product_tag .page__sidebar .product-categories>li::before{content:none}.post-type-archive-product .page__sidebar .product-categories a,.tax-product_cat .page__sidebar .product-categories a,.tax-product_tag .page__sidebar .product-categories a{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:7px 16px;font-family:"Barlow Condensed",sans-serif;font-size:13px;font-weight:600;letter-spacing:.05em;text-transform:uppercase;color:var(--mt-text-dim);text-decoration:none;transition:color .15s ease,background .15s ease}.post-type-archive-product .page__sidebar .product-categories a:hover,.tax-product_cat .page__sidebar .product-categories a:hover,.tax-product_tag .page__sidebar .product-categories a:hover{color:var(--mt-text);background:var(--mt-surface-2)}.post-type-archive-product .page__sidebar .product-categories .count,.tax-product_cat .page__sidebar .product-categories .count,.tax-product_tag .page__sidebar .product-categories .count{font-family:"Share Tech Mono",monospace;font-size:9px;color:var(--mt-text-dim);background:var(--mt-bg);border:1px solid var(--mt-border);border-radius:2px;padding:1px 5px;flex-shrink:0}.post-type-archive-product .page__sidebar .product-categories .current-cat>a,.post-type-archive-product .page__sidebar .product-categories .current-cat-parent>a,.post-type-archive-product .page__sidebar .product-categories .current-product-cat>a,.tax-product_cat .page__sidebar .product-categories .current-cat>a,.tax-product_cat .page__sidebar .product-categories .current-cat-parent>a,.tax-product_cat .page__sidebar .product-categories .current-product-cat>a,.tax-product_tag .page__sidebar .product-categories .current-cat>a,.tax-product_tag .page__sidebar .product-categories .current-cat-parent>a,.tax-product_tag .page__sidebar .product-categories .current-product-cat>a{color:var(--mt-accent);background:var(--mt-accent-dim)}.post-type-archive-product .page__sidebar .product-categories .current-cat>a .count,.post-type-archive-product .page__sidebar .product-categories .current-cat-parent>a .count,.post-type-archive-product .page__sidebar .product-categories .current-product-cat>a .count,.tax-product_cat .page__sidebar .product-categories .current-cat>a .count,.tax-product_cat .page__sidebar .product-categories .current-cat-parent>a .count,.tax-product_cat .page__sidebar .product-categories .current-product-cat>a .count,.tax-product_tag .page__sidebar .product-categories .current-cat>a .count,.tax-product_tag .page__sidebar .product-categories .current-cat-parent>a .count,.tax-product_tag .page__sidebar .product-categories .current-product-cat>a .count{color:var(--mt-accent);border-color:var(--mt-accent);background:var(--mt-accent-dim)}.post-type-archive-product .page__sidebar .product-categories .children,.tax-product_cat .page__sidebar .product-categories .children,.tax-product_tag .page__sidebar .product-categories .children{padding:0 0 8px}.post-type-archive-product .page__sidebar .product-categories .children a,.tax-product_cat .page__sidebar .product-categories .children a,.tax-product_tag .page__sidebar .product-categories .children a{padding-left:28px;font-size:12px;font-weight:400;color:#3a3a35}.post-type-archive-product .page__sidebar .product-categories .children a:hover,.tax-product_cat .page__sidebar .product-categories .children a:hover,.tax-product_tag .page__sidebar .product-categories .children a:hover{color:var(--mt-text-dim)}.post-type-archive-product .page__sidebar .widget_price_filter .price_slider_wrapper,.tax-product_cat .page__sidebar .widget_price_filter .price_slider_wrapper,.tax-product_tag .page__sidebar .widget_price_filter .price_slider_wrapper{padding:16px}.post-type-archive-product .page__sidebar .widget_price_filter .ui-widget-content,.tax-product_cat .page__sidebar .widget_price_filter .ui-widget-content,.tax-product_tag .page__sidebar .widget_price_filter .ui-widget-content{height:2px;border:0;border-radius:1px;background:var(--mt-border)}.post-type-archive-product .page__sidebar .widget_price_filter .ui-slider .ui-slider-range,.tax-product_cat .page__sidebar .widget_price_filter .ui-slider .ui-slider-range,.tax-product_tag .page__sidebar .widget_price_filter .ui-slider .ui-slider-range{border-radius:1px;background:var(--mt-accent)}.post-type-archive-product .page__sidebar .widget_price_filter .ui-slider .ui-slider-handle,.tax-product_cat .page__sidebar .widget_price_filter .ui-slider .ui-slider-handle,.tax-product_tag .page__sidebar .widget_price_filter .ui-slider .ui-slider-handle{width:12px;height:12px;top:-5px;border:2px solid var(--mt-bg);border-radius:50%;background:var(--mt-accent)}.post-type-archive-product .page__sidebar .widget_price_filter .price_slider_amount,.tax-product_cat .page__sidebar .widget_price_filter .price_slider_amount,.tax-product_tag .page__sidebar .widget_price_filter .price_slider_amount{display:flex;flex-direction:column;gap:10px;margin-top:14px}.post-type-archive-product .page__sidebar .widget_price_filter .price_label,.tax-product_cat .page__sidebar .widget_price_filter .price_label,.tax-product_tag .page__sidebar .widget_price_filter .price_label{order:1;font-family:"Share Tech Mono",monospace;font-size:10px;letter-spacing:.08em;text-transform:uppercase;color:var(--mt-text-dim)}.post-type-archive-product .page__sidebar .widget_price_filter .button,.tax-product_cat .page__sidebar .widget_price_filter .button,.tax-product_tag .page__sidebar .widget_price_filter .button{order:2;width:100%;padding:8px;font-family:"Share Tech Mono",monospace;font-size:10px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#0d0d0b;background:var(--mt-accent);border:0;border-radius:2px;cursor:pointer;transition:background .2s ease}.post-type-archive-product .page__sidebar .widget_price_filter .button:hover,.tax-product_cat .page__sidebar .widget_price_filter .button:hover,.tax-product_tag .page__sidebar .widget_price_filter .button:hover{background:var(--mt-accent-bright);text-decoration:none}.post-type-archive-product.admin-bar .page__sidebar,.tax-product_cat.admin-bar .page__sidebar,.tax-product_tag.admin-bar .page__sidebar{top:116px}.post-type-archive-product .page__main,.tax-product_cat .page__main,.tax-product_tag .page__main{display:grid;grid-template-columns:minmax(0, 1fr) auto;align-items:center;column-gap:12px}.post-type-archive-product .page__main>.woocommerce-notices-wrapper,.post-type-archive-product .page__main>ul.products,.post-type-archive-product .page__main>nav.woocommerce-pagination,.post-type-archive-product .page__main>.woocommerce-pagination,.post-type-archive-product .page__main>.woocommerce-info,.post-type-archive-product .page__main>.woocommerce-error,.post-type-archive-product .page__main>.woocommerce-message,.post-type-archive-product .page__main>.woocommerce-no-products-found,.tax-product_cat .page__main>.woocommerce-notices-wrapper,.tax-product_cat .page__main>ul.products,.tax-product_cat .page__main>nav.woocommerce-pagination,.tax-product_cat .page__main>.woocommerce-pagination,.tax-product_cat .page__main>.woocommerce-info,.tax-product_cat .page__main>.woocommerce-error,.tax-product_cat .page__main>.woocommerce-message,.tax-product_cat .page__main>.woocommerce-no-products-found,.tax-product_tag .page__main>.woocommerce-notices-wrapper,.tax-product_tag .page__main>ul.products,.tax-product_tag .page__main>nav.woocommerce-pagination,.tax-product_tag .page__main>.woocommerce-pagination,.tax-product_tag .page__main>.woocommerce-info,.tax-product_tag .page__main>.woocommerce-error,.tax-product_tag .page__main>.woocommerce-message,.tax-product_tag .page__main>.woocommerce-no-products-found{grid-column:1/-1}.post-type-archive-product .page__main>.woocommerce-result-count,.tax-product_cat .page__main>.woocommerce-result-count,.tax-product_tag .page__main>.woocommerce-result-count{grid-column:1;margin:0 0 20px;font-family:"Share Tech Mono",monospace;font-size:10px;letter-spacing:.1em;text-transform:uppercase;color:var(--mt-text-dim)}.post-type-archive-product .page__main>.woocommerce-ordering,.tax-product_cat .page__main>.woocommerce-ordering,.tax-product_tag .page__main>.woocommerce-ordering{grid-column:2;margin:0 0 20px;justify-self:end}.post-type-archive-product .page__main>.woocommerce-ordering select.orderby,.tax-product_cat .page__main>.woocommerce-ordering select.orderby,.tax-product_tag .page__main>.woocommerce-ordering select.orderby{appearance:none;padding:7px 28px 7px 12px;border:1px solid var(--mt-border);border-radius:3px;background-color:var(--mt-surface);background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath d='M0 0l5 6 5-6z' fill='%234a4a42'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 10px center;font-family:"Share Tech Mono",monospace;font-size:10px;letter-spacing:.08em;text-transform:uppercase;color:var(--mt-text-dim);cursor:pointer}.post-type-archive-product .page__main>.woocommerce-ordering select.orderby:focus,.tax-product_cat .page__main>.woocommerce-ordering select.orderby:focus,.tax-product_tag .page__main>.woocommerce-ordering select.orderby:focus{outline:none;border-color:var(--mt-accent)}.post-type-archive-product .page__main>ul.products,.tax-product_cat .page__main>ul.products,.tax-product_tag .page__main>ul.products{display:grid;grid-template-columns:repeat(3, minmax(0, 1fr));gap:14px;clear:both;margin:0 0 36px;padding:0;list-style:none}.post-type-archive-product .page__main>ul.products.row,.tax-product_cat .page__main>ul.products.row,.tax-product_tag .page__main>ul.products.row{margin-left:0;margin-right:0}.post-type-archive-product .page__main>ul.products>li.product,.tax-product_cat .page__main>ul.products>li.product,.tax-product_tag .page__main>ul.products>li.product{position:relative;width:100%;margin:0;text-align:left;border:1px solid var(--mt-border);border-radius:4px;background:var(--mt-surface);overflow:hidden;transition:border-color .2s ease,box-shadow .2s ease,background .2s ease}.post-type-archive-product .page__main>ul.products>li.product:hover,.tax-product_cat .page__main>ul.products>li.product:hover,.tax-product_tag .page__main>ul.products>li.product:hover{border-color:var(--mt-border-hover);background:var(--mt-surface-2);box-shadow:0 6px 28px rgba(0,0,0,.5)}.post-type-archive-product .page__main>ul.products>li.product::before,.tax-product_cat .page__main>ul.products>li.product::before,.tax-product_tag .page__main>ul.products>li.product::before{content:"";position:absolute;top:0;right:0;left:0;height:2px;background:var(--mt-accent);opacity:0;transition:opacity .2s ease;z-index:2}.post-type-archive-product .page__main>ul.products>li.product:hover::before,.tax-product_cat .page__main>ul.products>li.product:hover::before,.tax-product_tag .page__main>ul.products>li.product:hover::before{opacity:1}.post-type-archive-product .page__main>ul.products>li.product>a,.tax-product_cat .page__main>ul.products>li.product>a,.tax-product_tag .page__main>ul.products>li.product>a{display:block;text-decoration:none}.post-type-archive-product .page__main>ul.products>li.product .onsale,.tax-product_cat .page__main>ul.products>li.product .onsale,.tax-product_tag .page__main>ul.products>li.product .onsale{top:10px;left:10px;margin:0;padding:3px 8px;border-radius:2px;background:#c0392b;color:#fff;font-family:"Black Ops One",cursive;font-size:11px;letter-spacing:.06em;line-height:1.2;text-transform:uppercase;z-index:3;min-height:0;min-width:0}.post-type-archive-product .page__main>ul.products>li.product>a img,.tax-product_cat .page__main>ul.products>li.product>a img,.tax-product_tag .page__main>ul.products>li.product>a img{display:block;width:100%;margin:0;border-bottom:1px solid var(--mt-border);background:#111110;aspect-ratio:1/1;object-fit:cover;filter:brightness(0.9) contrast(1.05);transition:transform .35s ease,filter .3s ease}.post-type-archive-product .page__main>ul.products>li.product:hover>a img,.tax-product_cat .page__main>ul.products>li.product:hover>a img,.tax-product_tag .page__main>ul.products>li.product:hover>a img{transform:scale(1.04);filter:brightness(1) contrast(1.05)}.post-type-archive-product .page__main>ul.products>li.product .woocommerce-loop-product__title,.tax-product_cat .page__main>ul.products>li.product .woocommerce-loop-product__title,.tax-product_tag .page__main>ul.products>li.product .woocommerce-loop-product__title{margin:0;padding:14px 16px 6px;font-family:"Barlow Condensed",sans-serif;font-size:15px;font-weight:700;line-height:1.3;color:#d8d8c8;letter-spacing:.02em;text-transform:uppercase;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.post-type-archive-product .page__main>ul.products>li.product .price,.tax-product_cat .page__main>ul.products>li.product .price,.tax-product_tag .page__main>ul.products>li.product .price{display:flex;align-items:baseline;gap:8px;margin:0;padding:0 16px 18px;font-family:"Black Ops One",cursive;font-size:18px;color:var(--mt-accent);letter-spacing:.02em}.post-type-archive-product .page__main>ul.products>li.product .price del,.tax-product_cat .page__main>ul.products>li.product .price del,.tax-product_tag .page__main>ul.products>li.product .price del{order:2;font-family:"Share Tech Mono",monospace;font-size:11px;font-weight:400;text-decoration:line-through;color:var(--mt-text-dim);opacity:1}.post-type-archive-product .page__main>ul.products>li.product .price ins,.tax-product_cat .page__main>ul.products>li.product .price ins,.tax-product_tag .page__main>ul.products>li.product .price ins{order:1;padding:0;background:rgba(0,0,0,0);text-decoration:none;color:var(--mt-accent)}.post-type-archive-product .page__main>ul.products>li.product .price .amount,.tax-product_cat .page__main>ul.products>li.product .price .amount,.tax-product_tag .page__main>ul.products>li.product .price .amount{color:inherit}.post-type-archive-product .page__main .woocommerce-no-products-found,.tax-product_cat .page__main .woocommerce-no-products-found,.tax-product_tag .page__main .woocommerce-no-products-found{padding:24px;margin-bottom:36px;border:1px solid var(--mt-border);border-radius:4px;background:var(--mt-surface);font-family:"Share Tech Mono",monospace;font-size:11px;letter-spacing:.08em;text-transform:uppercase;color:var(--mt-text-dim)}.post-type-archive-product .woocommerce-pagination,.tax-product_cat .woocommerce-pagination,.tax-product_tag .woocommerce-pagination{margin-bottom:0}.post-type-archive-product .woocommerce-pagination ul.page-numbers,.tax-product_cat .woocommerce-pagination ul.page-numbers,.tax-product_tag .woocommerce-pagination ul.page-numbers{position:static;left:0;display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:5px;margin:0;padding:0;border:0}.post-type-archive-product .woocommerce-pagination ul.page-numbers li,.tax-product_cat .woocommerce-pagination ul.page-numbers li,.tax-product_tag .woocommerce-pagination ul.page-numbers li{margin:0;border:0}.post-type-archive-product .woocommerce-pagination ul.page-numbers a,.post-type-archive-product .woocommerce-pagination ul.page-numbers span,.tax-product_cat .woocommerce-pagination ul.page-numbers a,.tax-product_cat .woocommerce-pagination ul.page-numbers span,.tax-product_tag .woocommerce-pagination ul.page-numbers a,.tax-product_tag .woocommerce-pagination ul.page-numbers span{display:inline-flex;align-items:center;justify-content:center;min-width:36px;padding:8px 14px;border:1px solid var(--mt-border);border-radius:2px;background:rgba(0,0,0,0);font-family:"Share Tech Mono",monospace;font-size:11px;letter-spacing:.08em;text-transform:uppercase;text-decoration:none;color:var(--mt-text-dim);transition:color .2s ease,border-color .2s ease,background .2s ease}.post-type-archive-product .woocommerce-pagination ul.page-numbers a:hover,.tax-product_cat .woocommerce-pagination ul.page-numbers a:hover,.tax-product_tag .woocommerce-pagination ul.page-numbers a:hover{color:var(--mt-text);border-color:var(--mt-border-hover);background:var(--mt-surface)}.post-type-archive-product .woocommerce-pagination ul.page-numbers .current,.tax-product_cat .woocommerce-pagination ul.page-numbers .current,.tax-product_tag .woocommerce-pagination ul.page-numbers .current{color:var(--mt-accent);border-color:var(--mt-accent);background:var(--mt-accent-dim)}.post-type-archive-product .woocommerce-pagination ul.page-numbers .dots,.tax-product_cat .woocommerce-pagination ul.page-numbers .dots,.tax-product_tag .woocommerce-pagination ul.page-numbers .dots{min-width:0;padding:0 4px;border:0}.post-type-archive-product .col-9>.mt_accordion,.tax-product_cat .col-9>.mt_accordion,.tax-product_tag .col-9>.mt_accordion{margin-top:28px;padding:18px 20px;border:1px solid var(--mt-border);border-radius:4px;background:var(--mt-surface);color:var(--mt-text-dim)}.post-type-archive-product .col-9>.mt_accordion p:last-child,.tax-product_cat .col-9>.mt_accordion p:last-child,.tax-product_tag .col-9>.mt_accordion p:last-child{margin-bottom:0}@media(max-width: 1024px){.post-type-archive-product .page__main>ul.products,.tax-product_cat .page__main>ul.products,.tax-product_tag .page__main>ul.products{grid-template-columns:repeat(2, minmax(0, 1fr))}}@media(max-width: 900px){.post-type-archive-product .page>.container>.row,.tax-product_cat .page>.container>.row,.tax-product_tag .page>.container>.row{grid-template-columns:1fr}.post-type-archive-product .page>.container>.row>.col-9,.post-type-archive-product .page>.container>.row>.col-3,.tax-product_cat .page>.container>.row>.col-9,.tax-product_cat .page>.container>.row>.col-3,.tax-product_tag .page>.container>.row>.col-9,.tax-product_tag .page>.container>.row>.col-3{order:initial}.post-type-archive-product .page__sidebar,.tax-product_cat .page__sidebar,.tax-product_tag .page__sidebar{position:static;display:grid;grid-template-columns:repeat(2, minmax(0, 1fr));gap:12px}.post-type-archive-product .page__main,.tax-product_cat .page__main,.tax-product_tag .page__main{grid-template-columns:1fr}.post-type-archive-product .page__main>.woocommerce-ordering,.tax-product_cat .page__main>.woocommerce-ordering,.tax-product_tag .page__main>.woocommerce-ordering{grid-column:1;justify-self:start}}@media(max-width: 600px){.post-type-archive-product .page__sidebar,.tax-product_cat .page__sidebar,.tax-product_tag .page__sidebar{grid-template-columns:1fr}.post-type-archive-product .page__main>ul.products,.tax-product_cat .page__main>ul.products,.tax-product_tag .page__main>ul.products{grid-template-columns:repeat(2, minmax(0, 1fr))}}@media(max-width: 420px){.post-type-archive-product .page__main>ul.products,.tax-product_cat .page__main>ul.products,.tax-product_tag .page__main>ul.products{grid-template-columns:1fr}}.home{background:var(--mt-bg);background-image:var(--mt-noise);color:var(--mt-text);font-family:"Barlow",sans-serif}.home a{text-decoration:none}.home .top-bar-right{gap:20px}.home .top-bar-right::before{content:"> Free Shipping on All U.S. Orders";font-family:"Share Tech Mono",monospace;font-size:9px;letter-spacing:.1em;text-transform:uppercase;color:var(--mt-accent)}.home .banner{position:relative;display:flex;align-items:center;min-height:560px;max-height:none !important;padding-top:0 !important;padding-bottom:0 !important;overflow:hidden;border-bottom:1px solid var(--mt-border);background:linear-gradient(105deg, #0a0a08 0%, #0d0d0b 40%, #101008 100%)}.home .banner::before{content:"";position:absolute;inset:0;background-image:linear-gradient(var(--mt-border) 1px, transparent 1px),linear-gradient(90deg, var(--mt-border) 1px, transparent 1px);background-size:60px 60px;opacity:.4;z-index:1}.home .banner::after{content:"";position:absolute;inset:0;background:radial-gradient(ellipse 60% 80% at 70% 50%, rgba(212, 136, 10, 0.06) 0%, transparent 70%);z-index:1}.home .banner__overlay{background:linear-gradient(90deg, rgba(10, 10, 8, 0.8) 0%, rgba(13, 13, 11, 0.55) 60%, rgba(13, 13, 11, 0.75) 100%);z-index:2}.home #bannerVideo{filter:brightness(0.45) contrast(1.05) saturate(0.9)}.home .banner__caption{position:relative;left:auto;top:auto;transform:none;z-index:3;width:100%;max-width:1200px;margin:0 auto;padding:80px 24px;text-align:left}.home .banner__caption h1{margin:0 0 16px;font-family:"Black Ops One",cursive;font-size:clamp(38px,6vw,72px);line-height:1;letter-spacing:.02em;text-transform:uppercase;color:#fff}.home .banner__caption p{margin:0 0 30px;max-width:680px;font-family:"Barlow Condensed",sans-serif;font-size:18px;font-weight:600;line-height:1.4;letter-spacing:.06em;text-transform:uppercase;color:#888878}.home .banner__caption .button.button--secondary{display:inline-flex;align-items:center;gap:8px;padding:14px 28px;border:0;border-radius:3px;background:var(--mt-accent);color:#0d0d0b;font-family:"Black Ops One",cursive;font-size:13px;letter-spacing:.08em;text-transform:uppercase}.home .banner__caption .button.button--secondary:hover{background:var(--mt-accent-bright);color:#0d0d0b}.home .featured-articles{padding-top:56px;padding-bottom:56px;border-bottom:1px solid var(--mt-border);background:rgba(0,0,0,0) !important}.home .featured-articles .container{max-width:1200px}.home .featured-articles .row{margin-left:0;margin-right:0}.home .featured-articles .col{width:100%;margin-left:0;margin-right:0}.home .featured-articles .col>h2{margin:0 0 28px !important;font-family:"Black Ops One",cursive !important;font-size:clamp(22px,4vw,34px) !important;font-style:normal !important;letter-spacing:.02em;text-transform:uppercase;text-align:left !important;color:#fff !important}.home .featured-articles .col>h2::before{content:"Field Intelligence";display:flex;align-items:center;gap:8px;margin-bottom:6px;font-family:"Share Tech Mono",monospace;font-size:10px;letter-spacing:.18em;text-transform:uppercase;color:var(--mt-accent)}.home .featured-articles .col>h2::after{content:"";display:inline-block;width:16px;height:1px;margin-left:8px;vertical-align:middle;background:var(--mt-accent)}.home .featured-articles .col>div[style*="display: grid"]{display:grid !important;grid-template-columns:1.6fr 1fr 1fr !important;gap:16px !important}.home .featured-articles article{position:relative;display:flex !important;flex-direction:column;overflow:hidden;border:1px solid var(--mt-border) !important;border-radius:4px;background:var(--mt-surface) !important;transition:border-color .2s ease,box-shadow .2s ease,background .2s ease}.home .featured-articles article::before{content:"";position:absolute;top:0;right:0;left:0;height:2px;background:var(--mt-accent);opacity:0;transition:opacity .2s ease;z-index:2}.home .featured-articles article:hover{border-color:var(--mt-border-hover) !important;background:var(--mt-surface-2) !important;box-shadow:0 6px 28px rgba(0,0,0,.5)}.home .featured-articles article:hover::before{opacity:1}.home .featured-articles article>div:first-child{height:auto !important;overflow:hidden;border-bottom:1px solid var(--mt-border);background:#111110 !important}.home .featured-articles article img{display:block;width:100% !important;height:auto !important;aspect-ratio:16/9;object-fit:cover;filter:brightness(0.82) contrast(1.05);transition:filter .3s ease}.home .featured-articles article:hover img{filter:brightness(0.95) contrast(1.05)}.home .featured-articles article>div:last-child{display:flex !important;flex-direction:column;gap:10px;flex:1;padding:20px !important}.home .featured-articles article h3{margin:0 !important;font-family:"Barlow Condensed",sans-serif !important;font-style:normal !important;font-size:16px !important;font-weight:700;line-height:1.3;letter-spacing:.03em;text-transform:uppercase;color:#ddddc8 !important}.home .featured-articles article:first-child h3{font-family:"Black Ops One",cursive !important;font-size:20px !important;letter-spacing:.02em;color:#eee !important}.home .featured-articles article h3 a{color:inherit !important}.home .featured-articles article p:first-of-type{margin:0 !important;font-family:"Share Tech Mono",monospace !important;font-size:9.5px !important;letter-spacing:.07em;text-transform:uppercase;color:var(--mt-text-dim) !important}.home .featured-articles article p:last-of-type{margin:0 !important;font-family:"Barlow",sans-serif !important;font-size:13px !important;line-height:1.6 !important;color:var(--mt-text-dim) !important;flex:1}.home .featured-articles article .button.button--secondary{align-self:flex-start;margin-top:auto;padding:0 !important;border:0 !important;background:rgba(0,0,0,0) !important;color:var(--mt-accent) !important;font-family:"Share Tech Mono",monospace !important;font-size:9px !important;letter-spacing:.1em;text-transform:uppercase}.home .featured-articles article .button.button--secondary::after{content:" >"}.home .featured-articles+section{padding-top:0;padding-bottom:0;border-bottom:1px solid var(--mt-border);background:var(--mt-surface)}.home .featured-articles+section .container{max-width:1200px;padding:0 24px}.home .featured-articles+section .row{display:grid;grid-template-columns:repeat(3, minmax(0, 1fr));margin-left:0;margin-right:0}.home .featured-articles+section .col-4{width:auto;margin:0;padding:0 24px;border-right:1px solid var(--mt-border)}.home .featured-articles+section .col-4:last-child{border-right:0}.home .featured-articles+section .feature{display:grid;grid-template-columns:auto 1fr;column-gap:14px;row-gap:2px;align-items:center;padding:22px 0;text-align:left}.home .featured-articles+section .feature svg{grid-row:1/span 2;width:24px;height:24px;color:var(--mt-accent)}.home .featured-articles+section .feature h4,.home .featured-articles+section .feature p{grid-column:2;margin:0}.home .featured-articles+section .feature h4{font-family:"Barlow Condensed",sans-serif;font-size:14px;font-style:normal;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:#d0d0c0}.home .featured-articles+section .feature p{font-family:"Share Tech Mono",monospace;font-size:10px;letter-spacing:.06em;line-height:1.4;color:var(--mt-text-dim)}.home .cta.section--bg-secondary{display:grid;grid-template-columns:minmax(0, 1fr) auto;column-gap:40px;row-gap:10px;align-items:center;max-width:1200px;margin:0 auto;padding:52px 24px;text-align:left;border-bottom:1px solid var(--mt-border);background:var(--mt-surface)}.home .cta.section--bg-secondary h2{margin:0;font-family:"Black Ops One",cursive;font-size:clamp(28px,5vw,52px);letter-spacing:.02em;line-height:1;text-transform:uppercase;color:#fff}.home .cta.section--bg-secondary h2::before{content:"// Limited Time";display:block;margin-bottom:10px;font-family:"Share Tech Mono",monospace;font-size:10px;letter-spacing:.2em;text-transform:uppercase;color:var(--mt-accent)}.home .cta.section--bg-secondary p{margin:0;color:#666660;font-family:"Barlow Condensed",sans-serif;font-size:15px;font-weight:600;letter-spacing:.08em;line-height:1.4;text-transform:uppercase}.home .cta.section--bg-secondary .button.button--primary{grid-row:1/span 2;padding:10px 16px;border:1px solid var(--mt-border);border-radius:3px;background:var(--mt-bg);color:var(--mt-text-dim);font-family:"Barlow Condensed",sans-serif;font-size:13px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;white-space:nowrap}.home .cta.section--bg-secondary .button.button--primary::before{content:"> ";color:var(--mt-accent)}.home .cta.section--bg-secondary .button.button--primary:hover{background:var(--mt-accent-dim);border-color:var(--mt-accent);color:var(--mt-accent)}.home .cta.section--bg-secondary+.section--bg-dark{padding-top:56px;padding-bottom:56px;border-bottom:1px solid var(--mt-border);background:rgba(0,0,0,0)}.home .cta.section--bg-secondary+.section--bg-dark .container{max-width:1200px}.home .cta.section--bg-secondary+.section--bg-dark .container::before{content:"Shop by Category";display:flex;align-items:center;gap:8px;margin-bottom:6px;font-family:"Share Tech Mono",monospace;font-size:10px;letter-spacing:.18em;text-transform:uppercase;color:var(--mt-accent)}.home .cta.section--bg-secondary+.section--bg-dark .container::after{content:"Gear Up";display:block;margin-bottom:28px;font-family:"Black Ops One",cursive;font-size:clamp(22px,4vw,34px);letter-spacing:.02em;text-transform:uppercase;color:#fff}.home .cta.section--bg-secondary+.section--bg-dark .row{display:grid;grid-template-columns:repeat(4, minmax(0, 1fr));gap:12px;margin-left:0;margin-right:0}.home .cta.section--bg-secondary+.section--bg-dark .col-3{width:auto;margin:0}.home .cta.section--bg-secondary+.section--bg-dark .category-box{position:relative;height:100%;margin-bottom:0;border:1px solid var(--mt-border);border-radius:4px;overflow:hidden;background:var(--mt-surface);transition:border-color .2s ease,box-shadow .2s ease,background .2s ease}.home .cta.section--bg-secondary+.section--bg-dark .category-box:hover{border-color:var(--mt-accent);background:var(--mt-surface-2);box-shadow:0 4px 24px rgba(0,0,0,.4)}.home .cta.section--bg-secondary+.section--bg-dark .category-box__image{border-bottom:1px solid var(--mt-border);filter:brightness(0.85) contrast(1.05);transition:filter .3s ease}.home .cta.section--bg-secondary+.section--bg-dark .category-box:hover .category-box__image{filter:brightness(0.95) contrast(1.05)}.home .cta.section--bg-secondary+.section--bg-dark .category-box a.button.button--secondary{display:block;padding:14px 16px;margin:0;border:0;background:rgba(0,0,0,0);color:#eee;font-family:"Black Ops One",cursive;font-size:18px;letter-spacing:.02em;line-height:1.2;text-transform:uppercase;text-align:left}.home .homepage-ctas{padding-top:56px;padding-bottom:56px;border-bottom:1px solid var(--mt-border);background:rgba(0,0,0,0) !important}.home .homepage-ctas .container{max-width:1200px}.home .homepage-ctas .row{margin-left:0;margin-right:0}.home .homepage-ctas .col{width:100%;margin-left:0;margin-right:0}.home .homepage-ctas .col>h2{margin:0 0 28px !important;font-family:"Black Ops One",cursive !important;font-size:clamp(22px,4vw,34px) !important;font-style:normal !important;letter-spacing:.02em;text-transform:uppercase;text-align:left !important;color:#fff !important}.home .homepage-ctas .col>h2::before{content:"Mission Areas";display:flex;align-items:center;gap:8px;margin-bottom:6px;font-family:"Share Tech Mono",monospace;font-size:10px;letter-spacing:.18em;text-transform:uppercase;color:var(--mt-accent)}.home .homepage-ctas .col>div[style*="display: grid"]{display:grid !important;grid-template-columns:repeat(3, minmax(0, 1fr)) !important;gap:12px !important}.home .homepage-ctas .col>div[style*="display: grid"]>a{--card-accent: var(--mt-accent);position:relative;display:flex !important;flex-direction:column;gap:14px;overflow:hidden;padding:32px 28px !important;border:1px solid var(--mt-border) !important;border-radius:4px;background:var(--mt-surface) !important;color:var(--mt-text) !important;text-align:left !important;transition:border-color .2s ease,background .2s ease,box-shadow .2s ease}.home .homepage-ctas .col>div[style*="display: grid"]>a::before{content:"";position:absolute;top:0;right:0;left:0;height:2px;background:var(--card-accent);opacity:.4;transition:opacity .2s ease}.home .homepage-ctas .col>div[style*="display: grid"]>a:nth-child(1){--card-accent: #5a6b3a}.home .homepage-ctas .col>div[style*="display: grid"]>a:nth-child(2){--card-accent: var(--mt-accent)}.home .homepage-ctas .col>div[style*="display: grid"]>a:nth-child(3){--card-accent: #2980b9}.home .homepage-ctas .col>div[style*="display: grid"]>a:hover{border-color:var(--card-accent) !important;background:var(--mt-surface-2) !important;box-shadow:0 4px 24px rgba(0,0,0,.4)}.home .homepage-ctas .col>div[style*="display: grid"]>a:hover::before{opacity:1}.home .homepage-ctas .col>div[style*="display: grid"]>a svg{width:32px;height:32px;margin:0 !important;color:var(--card-accent) !important;fill:currentColor}.home .homepage-ctas .col>div[style*="display: grid"]>a h3{margin:0 !important;font-family:"Black Ops One",cursive !important;font-style:normal !important;font-size:20px !important;line-height:1.2;letter-spacing:.02em;text-transform:uppercase;text-align:left !important;color:#eee !important}.home .homepage-ctas .col>div[style*="display: grid"]>a p{margin:0 !important;font-family:"Barlow",sans-serif !important;font-size:13.5px !important;line-height:1.6 !important;color:var(--mt-text-dim) !important;text-align:left !important}.home .homepage-ctas .col>div[style*="display: grid"]>a span.button.button--secondary{display:inline-flex !important;align-items:center;gap:5px;margin-top:auto;padding:0 !important;border:0 !important;background:rgba(0,0,0,0) !important;color:var(--card-accent) !important;font-family:"Share Tech Mono",monospace !important;font-size:10px !important;letter-spacing:.12em;text-transform:uppercase}.home .homepage-ctas .col>div[style*="display: grid"]>a span.button.button--secondary::after{content:" >"}.home .homepage-ctas+.section--bg-primary{padding-top:36px;padding-bottom:36px;border-bottom:1px solid var(--mt-border);background:var(--mt-surface)}.home .section-contacts.section--bg-dark{padding-top:40px;padding-bottom:40px;border-bottom:1px solid var(--mt-border);background:var(--mt-surface)}.home .section-contacts.section--bg-dark .section-contacts__address-left,.home .section-contacts.section--bg-dark .section-contacts__address-right{font-family:"Share Tech Mono",monospace;font-size:10px;letter-spacing:.06em;line-height:1.8;color:var(--mt-text-dim)}@media(max-width: 1024px){.home .featured-articles .col>div[style*="display: grid"]{grid-template-columns:1fr 1fr !important}.home .featured-articles .col>div[style*="display: grid"]>article:first-child{grid-column:1/-1}.home .cta.section--bg-secondary+.section--bg-dark .row{grid-template-columns:repeat(2, minmax(0, 1fr))}.home .homepage-ctas .col>div[style*="display: grid"]{grid-template-columns:repeat(2, minmax(0, 1fr)) !important}}@media(max-width: 900px){.home .featured-articles+section .row{grid-template-columns:1fr}.home .featured-articles+section .col-4{padding:0;border-right:0;border-bottom:1px solid var(--mt-border)}.home .featured-articles+section .col-4:last-child{border-bottom:0}.home .cta.section--bg-secondary{grid-template-columns:1fr}.home .cta.section--bg-secondary .button.button--primary{grid-row:auto;justify-self:start}}@media(max-width: 680px){.home .top-bar-right::before{display:none}.home .banner{min-height:460px}.home .banner__caption{padding-top:56px;padding-bottom:56px}.home .featured-articles .col>div[style*="display: grid"]{grid-template-columns:1fr !important}.home .cta.section--bg-secondary+.section--bg-dark .row{grid-template-columns:1fr}.home .homepage-ctas .col>div[style*="display: grid"]{grid-template-columns:1fr !important}}.home .hero{position:relative;min-height:560px;display:flex;align-items:center;padding-top:0;padding-bottom:0;overflow:hidden;border-bottom:1px solid var(--mt-border)}.home .hero-bg{position:absolute;inset:0;background:linear-gradient(105deg, #0a0a08 0%, #0d0d0b 40%, #101008 100%)}.home .hero-bg::before{content:"";position:absolute;inset:0;background-image:linear-gradient(var(--mt-border) 1px, transparent 1px),linear-gradient(90deg, var(--mt-border) 1px, transparent 1px);background-size:60px 60px;opacity:.4}.home .hero-bg::after{content:"";position:absolute;inset:0;background:radial-gradient(ellipse 60% 80% at 70% 50%, rgba(212, 136, 10, 0.06) 0%, transparent 70%)}.home .hero-inner{position:relative;z-index:2;max-width:1200px;margin:0 auto;padding:80px 24px;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center;width:100%}.home .hero-eyebrow{display:flex;align-items:center;gap:10px;font-family:"Share Tech Mono",monospace;font-size:10px;letter-spacing:.2em;text-transform:uppercase;color:var(--mt-accent);margin-bottom:20px}.home .hero-eyebrow::before{content:"";display:inline-block;width:24px;height:1px;background:var(--mt-accent)}.home .hero-title{font-family:"Black Ops One",cursive;font-size:clamp(38px,6vw,72px);color:#fff;text-transform:uppercase;letter-spacing:.02em;line-height:1;margin-bottom:24px}.home .hero-title span{color:var(--mt-accent)}.home .hero-subtitle{font-family:"Barlow Condensed",sans-serif;font-size:18px;font-weight:600;color:#888878;text-transform:uppercase;letter-spacing:.06em;margin-bottom:32px;line-height:1.4}.home .hero-actions{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.home .hero-btn-primary{display:inline-flex;align-items:center;gap:8px;font-family:"Black Ops One",cursive;font-size:13px;letter-spacing:.08em;text-transform:uppercase;color:#0d0d0b;background:var(--mt-accent);padding:14px 28px;border-radius:3px;transition:background .2s ease}.home .hero-btn-primary:hover{background:var(--mt-accent-bright)}.home .hero-btn-secondary{display:inline-flex;align-items:center;gap:8px;font-family:"Share Tech Mono",monospace;font-size:11px;letter-spacing:.12em;text-transform:uppercase;color:var(--mt-text-dim);border:1px solid var(--mt-border);padding:13px 22px;border-radius:3px;transition:color .2s ease,border-color .2s ease,background .2s ease}.home .hero-btn-secondary:hover{color:var(--mt-text);border-color:var(--mt-border-hover);background:var(--mt-surface)}.home .hero-right{display:flex;flex-direction:column;gap:12px}.home .hero-stats{display:grid;grid-template-columns:1fr 1fr;gap:10px}.home .hero-stat{background:var(--mt-surface);border:1px solid var(--mt-border);border-radius:4px;padding:18px 20px;transition:border-color .2s ease}.home .hero-stat:hover{border-color:var(--mt-border-hover)}.home .hero-stat-value{font-family:"Black Ops One",cursive;font-size:28px;color:var(--mt-accent);letter-spacing:.02em;line-height:1;margin-bottom:4px}.home .hero-stat-label{font-family:"Share Tech Mono",monospace;font-size:9px;letter-spacing:.14em;text-transform:uppercase;color:var(--mt-text-dim)}.home .hero-promo{background:var(--mt-accent-dim);border:1px solid var(--mt-accent);border-radius:3px;padding:14px 20px;display:flex;align-items:center;gap:12px}.home .hero-promo-icon{font-size:22px;flex-shrink:0}.home .hero-promo-label{font-family:"Share Tech Mono",monospace;font-size:9px;letter-spacing:.14em;text-transform:uppercase;color:var(--mt-accent);margin-bottom:2px}.home .hero-promo-value{font-family:"Barlow Condensed",sans-serif;font-size:15px;font-weight:700;color:#e8e8d0;text-transform:uppercase;letter-spacing:.04em}.home .trust-bar{border-bottom:1px solid var(--mt-border);background:var(--mt-surface)}.home .trust-bar-inner{max-width:1200px;margin:0 auto;padding:0 24px;display:grid;grid-template-columns:repeat(3, 1fr)}.home .trust-item{display:flex;align-items:center;gap:14px;padding:22px 24px;border-right:1px solid var(--mt-border)}.home .trust-item:last-child{border-right:0}.home .trust-icon{font-size:24px;flex-shrink:0}.home .trust-label{font-family:"Barlow Condensed",sans-serif;font-size:14px;font-weight:700;color:#d0d0c0;text-transform:uppercase;letter-spacing:.06em;margin-bottom:2px}.home .trust-sub{font-family:"Share Tech Mono",monospace;font-size:10px;letter-spacing:.06em;color:var(--mt-text-dim)}.home .section-wrap{max-width:1200px;margin:0 auto;padding:0 24px}.home .section-header{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;margin-bottom:28px;padding-top:56px}.home .section-eyebrow{font-family:"Share Tech Mono",monospace;font-size:10px;letter-spacing:.18em;text-transform:uppercase;color:var(--mt-accent);margin-bottom:6px;display:flex;align-items:center;gap:8px}.home .section-eyebrow::before{content:"";display:inline-block;width:16px;height:1px;background:var(--mt-accent)}.home .section-title{font-family:"Black Ops One",cursive;font-size:clamp(22px,4vw,34px);color:#fff;text-transform:uppercase;letter-spacing:.02em}.home .section-link{font-family:"Share Tech Mono",monospace;font-size:10px;letter-spacing:.12em;text-transform:uppercase;color:var(--mt-accent);border-bottom:1px solid var(--mt-accent-dim);padding-bottom:2px;white-space:nowrap;transition:border-color .2s ease,color .2s ease}.home .section-link:hover{color:var(--mt-accent-bright);border-color:var(--mt-accent)}.home .categories-section{padding-bottom:56px;border-bottom:1px solid var(--mt-border)}.home .categories-grid{display:grid;grid-template-columns:repeat(4, 1fr);gap:12px}.home .category-card{background:var(--mt-surface);border:1px solid var(--mt-border);border-radius:4px;padding:28px 22px;display:flex;flex-direction:column;gap:12px;transition:border-color .2s ease,background .2s ease,box-shadow .2s ease;position:relative;overflow:hidden}.home .category-card:hover{background:var(--mt-surface-2);border-color:var(--mt-accent);box-shadow:0 4px 24px rgba(0,0,0,.4)}.home .category-card-bar{position:absolute;top:0;right:0;left:0;height:2px;background:var(--mt-accent);opacity:0;transition:opacity .2s ease}.home .category-card:hover .category-card-bar{opacity:1}.home .category-icon{font-size:32px}.home .category-tag{font-family:"Share Tech Mono",monospace;font-size:9px;letter-spacing:.12em;text-transform:uppercase;color:var(--mt-accent);background:var(--mt-accent-dim);padding:2px 7px;border-radius:2px;display:inline-block;width:fit-content}.home .category-name{font-family:"Black Ops One",cursive;font-size:18px;color:#eee;text-transform:uppercase;letter-spacing:.02em;line-height:1.2}.home .category-desc{font-size:12.5px;color:var(--mt-text-dim);line-height:1.55}.home .category-cta{font-family:"Share Tech Mono",monospace;font-size:10px;letter-spacing:.1em;text-transform:uppercase;color:var(--mt-accent);display:flex;align-items:center;gap:5px;margin-top:auto;opacity:0;transition:opacity .2s ease}.home .category-card:hover .category-cta{opacity:1}.home .sale-banner{border-bottom:1px solid var(--mt-border);background:var(--mt-surface)}.home .sale-banner-inner{max-width:1200px;margin:0 auto;padding:52px 24px;display:grid;grid-template-columns:1fr auto;gap:40px;align-items:center}.home .sale-eyebrow{font-family:"Share Tech Mono",monospace;font-size:10px;letter-spacing:.2em;text-transform:uppercase;color:var(--mt-accent);margin-bottom:10px}.home .sale-title{font-family:"Black Ops One",cursive;font-size:clamp(28px,5vw,52px);color:#fff;text-transform:uppercase;letter-spacing:.02em;line-height:1;margin-bottom:10px}.home .sale-title span{color:var(--mt-accent)}.home .sale-sub{font-family:"Barlow Condensed",sans-serif;font-size:15px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:#666660}.home .sale-products{display:flex;gap:10px;flex-wrap:wrap}.home .sale-product{background:var(--mt-bg);border:1px solid var(--mt-border);border-radius:3px;padding:10px 16px;font-family:"Barlow Condensed",sans-serif;font-size:13px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--mt-text-dim);transition:color .2s ease,border-color .2s ease,background .2s ease;display:flex;align-items:center;gap:6px}.home .sale-product::before{content:">";color:var(--mt-accent)}.home .sale-product:hover{color:var(--mt-accent);border-color:var(--mt-accent);background:var(--mt-accent-dim)}.home .articles-section{padding-bottom:56px;border-bottom:1px solid var(--mt-border)}.home .articles-grid{display:grid;grid-template-columns:1.6fr 1fr 1fr;gap:16px}.home .article-card-main,.home .article-card-side{background:var(--mt-surface);border:1px solid var(--mt-border);border-radius:4px;overflow:hidden;display:flex;flex-direction:column;transition:border-color .2s ease,box-shadow .2s ease;position:relative}.home .article-card-main:hover{border-color:var(--mt-accent);box-shadow:0 6px 28px rgba(0,0,0,.5)}.home .article-card-side:hover{border-color:var(--mt-border-hover);box-shadow:0 4px 20px rgba(0,0,0,.4)}.home .article-card-main-bar,.home .article-card-side-bar{position:absolute;top:0;right:0;left:0;height:2px;background:var(--mt-accent);opacity:0;transition:opacity .2s ease;z-index:2}.home .article-card-main:hover .article-card-main-bar,.home .article-card-side:hover .article-card-side-bar{opacity:1}.home .article-card-main-img,.home .article-card-side-img{width:100%;aspect-ratio:16/9;object-fit:cover;display:block;filter:brightness(0.82) contrast(1.05);transition:filter .3s ease}.home .article-card-main:hover .article-card-main-img,.home .article-card-side:hover .article-card-side-img{filter:brightness(0.95) contrast(1.05)}.home .article-card-main-body{padding:22px;display:flex;flex-direction:column;gap:10px;flex:1}.home .article-card-side-body{padding:18px 20px;display:flex;flex-direction:column;gap:8px;flex:1}.home .article-tag{font-family:"Share Tech Mono",monospace;font-size:9px;letter-spacing:.12em;text-transform:uppercase;color:var(--mt-accent);background:var(--mt-accent-dim);padding:2px 7px;border-radius:2px;display:inline-block;width:fit-content}.home .article-title-main{font-family:"Black Ops One",cursive;font-size:20px;color:#eee;text-transform:uppercase;letter-spacing:.02em;line-height:1.25}.home .article-title-side{font-family:"Barlow Condensed",sans-serif;font-size:16px;font-weight:700;color:#ddddc8;text-transform:uppercase;letter-spacing:.03em;line-height:1.3}.home .article-excerpt{font-size:13px;color:var(--mt-text-dim);line-height:1.6;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;flex:1;margin:0}.home .article-meta{font-family:"Share Tech Mono",monospace;font-size:9.5px;letter-spacing:.07em;text-transform:uppercase;color:var(--mt-text-dim);display:flex;align-items:center;gap:8px}.home .article-meta .dot{width:3px;height:3px;background:var(--mt-border-hover);border-radius:50%}.home .article-read{font-family:"Share Tech Mono",monospace;font-size:9px;letter-spacing:.1em;text-transform:uppercase;color:var(--mt-accent);display:flex;align-items:center;gap:4px;margin-top:auto;opacity:0;transition:opacity .2s ease;width:fit-content}.home .article-card-main:hover .article-read,.home .article-card-side:hover .article-read{opacity:1}.home .explore-section{padding-bottom:56px}.home .explore-grid{display:grid;grid-template-columns:repeat(3, 1fr);gap:12px}.home .explore-card{background:var(--mt-surface);border:1px solid var(--mt-border);border-radius:4px;padding:32px 28px;display:flex;flex-direction:column;gap:14px;transition:border-color .2s ease,background .2s ease,box-shadow .2s ease;position:relative;overflow:hidden}.home .explore-card:hover{background:var(--mt-surface-2);border-color:var(--card-accent, var(--mt-border-hover));box-shadow:0 4px 24px rgba(0,0,0,.4)}.home .explore-card-bar{position:absolute;top:0;right:0;left:0;height:2px;background:var(--card-accent, var(--mt-accent));opacity:.4;transition:opacity .2s ease}.home .explore-card:hover .explore-card-bar{opacity:1}.home .explore-icon{font-size:32px}.home .explore-label{font-family:"Share Tech Mono",monospace;font-size:9px;letter-spacing:.14em;text-transform:uppercase;color:var(--card-accent, var(--mt-accent))}.home .explore-title{font-family:"Black Ops One",cursive;font-size:20px;color:#eee;text-transform:uppercase;letter-spacing:.02em;line-height:1.2}.home .explore-desc{font-size:13.5px;color:var(--mt-text-dim);line-height:1.6;margin:0}.home .explore-cta{font-family:"Share Tech Mono",monospace;font-size:10px;letter-spacing:.12em;text-transform:uppercase;color:var(--card-accent, var(--mt-accent));display:flex;align-items:center;gap:5px;margin-top:auto}.home .site-footer{margin-top:56px}@media(max-width: 1024px){.home .hero-inner{grid-template-columns:1fr}.home .hero-right{display:grid;grid-template-columns:repeat(2, 1fr)}.home .hero-stats{grid-template-columns:repeat(4, 1fr)}.home .hero-promo{grid-column:1/-1}.home .categories-grid{grid-template-columns:repeat(2, 1fr)}.home .articles-grid{grid-template-columns:1fr 1fr}.home .article-card-main{grid-column:1/-1;flex-direction:row}.home .article-card-main-img{width:45%;aspect-ratio:auto}}@media(max-width: 900px){.home .trust-bar-inner{grid-template-columns:1fr}.home .trust-item{border-right:0;border-bottom:1px solid var(--mt-border)}.home .trust-item:last-child{border-bottom:0}.home .sale-banner-inner{grid-template-columns:1fr}}@media(max-width: 680px){.home .hero-stats{grid-template-columns:repeat(2, 1fr)}.home .hero-right{grid-template-columns:1fr}.home .categories-grid{grid-template-columns:1fr}.home .articles-grid{grid-template-columns:1fr}.home .article-card-main{flex-direction:column}.home .article-card-main-img{width:100%;aspect-ratio:16/9}.home .explore-grid{grid-template-columns:1fr}}.post-type-archive-product .shop-hero,.tax-product_cat .shop-hero,.tax-product_tag .shop-hero{border-bottom:1px solid var(--mt-border);background:var(--mt-surface);padding:36px 24px 32px;position:relative;overflow:hidden}.post-type-archive-product .shop-hero::before,.tax-product_cat .shop-hero::before,.tax-product_tag .shop-hero::before{content:"";position:absolute;inset:0;background-image:linear-gradient(var(--mt-border) 1px, transparent 1px),linear-gradient(90deg, var(--mt-border) 1px, transparent 1px);background-size:40px 40px;opacity:.2}.post-type-archive-product .shop-hero::after,.tax-product_cat .shop-hero::after,.tax-product_tag .shop-hero::after{content:"";position:absolute;inset:0;background:radial-gradient(ellipse 50% 120% at 90% 50%, rgba(212, 136, 10, 0.05) 0%, transparent 70%)}.post-type-archive-product .shop-hero-inner,.tax-product_cat .shop-hero-inner,.tax-product_tag .shop-hero-inner{max-width:1280px;margin:0 auto;position:relative;z-index:2;display:flex;align-items:center;justify-content:space-between;gap:24px;flex-wrap:wrap}.post-type-archive-product .shop-hero-eyebrow,.tax-product_cat .shop-hero-eyebrow,.tax-product_tag .shop-hero-eyebrow{font-family:"Share Tech Mono",monospace;font-size:10px;letter-spacing:.2em;text-transform:uppercase;color:var(--mt-accent);margin-bottom:8px;display:flex;align-items:center;gap:8px}.post-type-archive-product .shop-hero-eyebrow::before,.tax-product_cat .shop-hero-eyebrow::before,.tax-product_tag .shop-hero-eyebrow::before{content:"";display:inline-block;width:16px;height:1px;background:var(--mt-accent)}.post-type-archive-product .shop-hero-title,.tax-product_cat .shop-hero-title,.tax-product_tag .shop-hero-title{font-family:"Black Ops One",cursive;font-size:clamp(28px,5vw,48px);color:#fff;text-transform:uppercase;letter-spacing:.02em;line-height:1;margin-bottom:8px}.post-type-archive-product .shop-hero-sub,.tax-product_cat .shop-hero-sub,.tax-product_tag .shop-hero-sub{font-family:"Share Tech Mono",monospace;font-size:10px;letter-spacing:.1em;text-transform:uppercase;color:var(--mt-text-dim)}.post-type-archive-product .shop-hero-right,.tax-product_cat .shop-hero-right,.tax-product_tag .shop-hero-right{display:flex;align-items:center;gap:16px}.post-type-archive-product .shop-hero-stat,.tax-product_cat .shop-hero-stat,.tax-product_tag .shop-hero-stat{text-align:center}.post-type-archive-product .shop-hero-stat-value,.tax-product_cat .shop-hero-stat-value,.tax-product_tag .shop-hero-stat-value{font-family:"Black Ops One",cursive;font-size:24px;color:var(--mt-accent);letter-spacing:.02em}.post-type-archive-product .shop-hero-stat-label,.tax-product_cat .shop-hero-stat-label,.tax-product_tag .shop-hero-stat-label{font-family:"Share Tech Mono",monospace;font-size:9px;letter-spacing:.12em;text-transform:uppercase;color:var(--mt-text-dim)}.post-type-archive-product .shop-hero-divider,.tax-product_cat .shop-hero-divider,.tax-product_tag .shop-hero-divider{width:1px;height:36px;background:var(--mt-border)}.post-type-archive-product .shop-layout,.tax-product_cat .shop-layout,.tax-product_tag .shop-layout{max-width:1280px;margin:0 auto;padding:32px 24px 80px;display:grid;grid-template-columns:240px 1fr;gap:28px;align-items:start}.post-type-archive-product .sidebar,.tax-product_cat .sidebar,.tax-product_tag .sidebar{position:sticky;top:84px;display:flex;flex-direction:column;gap:12px}.post-type-archive-product.admin-bar .sidebar,.tax-product_cat.admin-bar .sidebar,.tax-product_tag.admin-bar .sidebar{top:116px}.post-type-archive-product .sidebar .widget,.tax-product_cat .sidebar .widget,.tax-product_tag .sidebar .widget{background:var(--mt-surface);border:1px solid var(--mt-border);border-radius:4px;overflow:hidden}.post-type-archive-product .sidebar .widget-title,.tax-product_cat .sidebar .widget-title,.tax-product_tag .sidebar .widget-title{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;border-bottom:1px solid var(--mt-border);font-family:"Share Tech Mono",monospace;font-size:9.5px;letter-spacing:.16em;text-transform:uppercase;color:var(--mt-accent);margin:0}.post-type-archive-product .sidebar .widget-title::before,.tax-product_cat .sidebar .widget-title::before,.tax-product_tag .sidebar .widget-title::before{content:"// "}.post-type-archive-product .sidebar .widget-title::after,.tax-product_cat .sidebar .widget-title::after,.tax-product_tag .sidebar .widget-title::after{content:none}.post-type-archive-product .sidebar ul,.tax-product_cat .sidebar ul,.tax-product_tag .sidebar ul{list-style:none;padding:8px 0;margin:0}.post-type-archive-product .sidebar .product-categories li,.tax-product_cat .sidebar .product-categories li,.tax-product_tag .sidebar .product-categories li{padding-left:0}.post-type-archive-product .sidebar .product-categories>li::before,.tax-product_cat .sidebar .product-categories>li::before,.tax-product_tag .sidebar .product-categories>li::before{content:none}.post-type-archive-product .sidebar .product-categories a,.tax-product_cat .sidebar .product-categories a,.tax-product_tag .sidebar .product-categories a{display:flex;align-items:center;justify-content:space-between;padding:7px 16px;font-family:"Barlow Condensed",sans-serif;font-size:13px;font-weight:600;letter-spacing:.05em;text-transform:uppercase;color:var(--mt-text-dim);transition:color .15s ease,background .15s ease;gap:8px}.post-type-archive-product .sidebar .product-categories a:hover,.tax-product_cat .sidebar .product-categories a:hover,.tax-product_tag .sidebar .product-categories a:hover{color:var(--mt-text);background:var(--mt-surface-2)}.post-type-archive-product .sidebar .product-categories .count,.tax-product_cat .sidebar .product-categories .count,.tax-product_tag .sidebar .product-categories .count{font-family:"Share Tech Mono",monospace;font-size:9px;color:var(--mt-text-dim);background:var(--mt-bg);border:1px solid var(--mt-border);border-radius:2px;padding:1px 5px;flex-shrink:0}.post-type-archive-product .sidebar .product-categories .current-cat>a,.post-type-archive-product .sidebar .product-categories .current-cat-parent>a,.tax-product_cat .sidebar .product-categories .current-cat>a,.tax-product_cat .sidebar .product-categories .current-cat-parent>a,.tax-product_tag .sidebar .product-categories .current-cat>a,.tax-product_tag .sidebar .product-categories .current-cat-parent>a{color:var(--mt-accent);background:var(--mt-accent-dim)}.post-type-archive-product .sidebar .product-categories .current-cat>a .count,.post-type-archive-product .sidebar .product-categories .current-cat-parent>a .count,.tax-product_cat .sidebar .product-categories .current-cat>a .count,.tax-product_cat .sidebar .product-categories .current-cat-parent>a .count,.tax-product_tag .sidebar .product-categories .current-cat>a .count,.tax-product_tag .sidebar .product-categories .current-cat-parent>a .count{color:var(--mt-accent);border-color:var(--mt-accent);background:var(--mt-accent-dim)}.post-type-archive-product .sidebar .product-categories .children,.tax-product_cat .sidebar .product-categories .children,.tax-product_tag .sidebar .product-categories .children{padding:0}.post-type-archive-product .sidebar .product-categories .children a,.tax-product_cat .sidebar .product-categories .children a,.tax-product_tag .sidebar .product-categories .children a{padding-left:28px;font-size:12px;font-weight:400;color:#3a3a35}.post-type-archive-product .sidebar .product-categories .children a:hover,.tax-product_cat .sidebar .product-categories .children a:hover,.tax-product_tag .sidebar .product-categories .children a:hover{color:var(--mt-text-dim)}.post-type-archive-product .sidebar .widget_price_filter .price_slider_wrapper,.tax-product_cat .sidebar .widget_price_filter .price_slider_wrapper,.tax-product_tag .sidebar .widget_price_filter .price_slider_wrapper{padding:16px}.post-type-archive-product .sidebar .widget_price_filter .ui-widget-content,.tax-product_cat .sidebar .widget_price_filter .ui-widget-content,.tax-product_tag .sidebar .widget_price_filter .ui-widget-content{height:2px;background:var(--mt-border);border-radius:1px;border:0}.post-type-archive-product .sidebar .widget_price_filter .ui-slider .ui-slider-range,.tax-product_cat .sidebar .widget_price_filter .ui-slider .ui-slider-range,.tax-product_tag .sidebar .widget_price_filter .ui-slider .ui-slider-range{background:var(--mt-accent);border-radius:1px}.post-type-archive-product .sidebar .widget_price_filter .ui-slider .ui-slider-handle,.tax-product_cat .sidebar .widget_price_filter .ui-slider .ui-slider-handle,.tax-product_tag .sidebar .widget_price_filter .ui-slider .ui-slider-handle{width:12px;height:12px;top:-5px;background:var(--mt-accent);border:2px solid var(--mt-bg);border-radius:50%}.post-type-archive-product .sidebar .widget_price_filter .price_slider_amount,.tax-product_cat .sidebar .widget_price_filter .price_slider_amount,.tax-product_tag .sidebar .widget_price_filter .price_slider_amount{display:flex;align-items:center;justify-content:space-between;flex-direction:row-reverse;gap:8px;margin-top:12px}.post-type-archive-product .sidebar .widget_price_filter .button,.tax-product_cat .sidebar .widget_price_filter .button,.tax-product_tag .sidebar .widget_price_filter .button{display:block;background:var(--mt-accent);color:#0d0d0b;font-family:"Share Tech Mono",monospace;font-size:10px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;padding:8px 10px;border-radius:2px;border:0;cursor:pointer;transition:background .2s ease}.post-type-archive-product .sidebar .widget_price_filter .button:hover,.tax-product_cat .sidebar .widget_price_filter .button:hover,.tax-product_tag .sidebar .widget_price_filter .button:hover{background:var(--mt-accent-bright)}.post-type-archive-product .sidebar .widget_price_filter .price_label,.tax-product_cat .sidebar .widget_price_filter .price_label,.tax-product_tag .sidebar .widget_price_filter .price_label{font-family:"Share Tech Mono",monospace;font-size:10px;letter-spacing:.08em;text-transform:uppercase;color:var(--mt-text-dim)}.post-type-archive-product .shop-toolbar,.tax-product_cat .shop-toolbar,.tax-product_tag .shop-toolbar{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:20px;flex-wrap:wrap}.post-type-archive-product .shop-toolbar-left,.tax-product_cat .shop-toolbar-left,.tax-product_tag .shop-toolbar-left{display:flex;align-items:center;gap:10px}.post-type-archive-product .shop-results,.tax-product_cat .shop-results,.tax-product_tag .shop-results{font-family:"Share Tech Mono",monospace;font-size:10px;letter-spacing:.1em;text-transform:uppercase;color:var(--mt-text-dim)}.post-type-archive-product .shop-results span,.tax-product_cat .shop-results span,.tax-product_tag .shop-results span{color:var(--mt-accent)}.post-type-archive-product .view-toggle,.tax-product_cat .view-toggle,.tax-product_tag .view-toggle{display:flex;gap:4px}.post-type-archive-product .view-btn,.tax-product_cat .view-btn,.tax-product_tag .view-btn{width:32px;height:32px;display:flex;align-items:center;justify-content:center;border:1px solid var(--mt-border);border-radius:3px;cursor:pointer;color:var(--mt-text-dim);background:rgba(0,0,0,0);transition:all .2s ease}.post-type-archive-product .view-btn.active,.tax-product_cat .view-btn.active,.tax-product_tag .view-btn.active{color:var(--mt-accent);border-color:var(--mt-accent);background:var(--mt-accent-dim)}.post-type-archive-product .view-btn:hover:not(.active),.tax-product_cat .view-btn:hover:not(.active),.tax-product_tag .view-btn:hover:not(.active){color:var(--mt-text);background:var(--mt-surface)}.post-type-archive-product form.woocommerce-ordering,.tax-product_cat form.woocommerce-ordering,.tax-product_tag form.woocommerce-ordering{margin:0}.post-type-archive-product form.woocommerce-ordering .orderby,.tax-product_cat form.woocommerce-ordering .orderby,.tax-product_tag form.woocommerce-ordering .orderby{background:var(--mt-surface);border:1px solid var(--mt-border);border-radius:3px;padding:7px 12px;font-family:"Share Tech Mono",monospace;font-size:10px;letter-spacing:.08em;text-transform:uppercase;color:var(--mt-text-dim);cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath d='M0 0l5 6 5-6z' fill='%234a4a42'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 10px center;padding-right:28px;transition:border-color .2s ease}.post-type-archive-product form.woocommerce-ordering .orderby:focus,.tax-product_cat form.woocommerce-ordering .orderby:focus,.tax-product_tag form.woocommerce-ordering .orderby:focus{outline:0;border-color:var(--mt-accent)}.post-type-archive-product .active-filters,.tax-product_cat .active-filters,.tax-product_tag .active-filters{display:flex;align-items:center;gap:8px;margin-bottom:16px;flex-wrap:wrap}.post-type-archive-product .active-filters-label,.tax-product_cat .active-filters-label,.tax-product_tag .active-filters-label{font-family:"Share Tech Mono",monospace;font-size:9px;letter-spacing:.12em;text-transform:uppercase;color:var(--mt-text-dim)}.post-type-archive-product .filter-tag,.tax-product_cat .filter-tag,.tax-product_tag .filter-tag{display:flex;align-items:center;gap:6px;font-family:"Share Tech Mono",monospace;font-size:9px;letter-spacing:.1em;text-transform:uppercase;color:var(--mt-accent);background:var(--mt-accent-dim);border:1px solid var(--mt-accent);padding:3px 8px;border-radius:2px;cursor:default}.post-type-archive-product .filter-tag:hover,.tax-product_cat .filter-tag:hover,.tax-product_tag .filter-tag:hover{background:#4a2800}.post-type-archive-product .filter-tag-x,.tax-product_cat .filter-tag-x,.tax-product_tag .filter-tag-x{opacity:.6;font-size:11px}.post-type-archive-product .sale-strip,.tax-product_cat .sale-strip,.tax-product_tag .sale-strip{background:#280a08;border:1px solid #c0392b;border-radius:3px;padding:10px 16px;margin-bottom:20px;display:flex;align-items:center;gap:10px;font-family:"Share Tech Mono",monospace;font-size:10px;letter-spacing:.1em;text-transform:uppercase;color:#e05540}.post-type-archive-product .sale-strip strong,.tax-product_cat .sale-strip strong,.tax-product_tag .sale-strip strong{color:inherit}.post-type-archive-product .sale-strip-icon,.tax-product_cat .sale-strip-icon,.tax-product_tag .sale-strip-icon{font-size:14px}.post-type-archive-product .product-grid,.tax-product_cat .product-grid,.tax-product_tag .product-grid{display:grid;grid-template-columns:repeat(3, 1fr);gap:14px;margin-bottom:36px}.post-type-archive-product .product-card,.tax-product_cat .product-card,.tax-product_tag .product-card{background:var(--mt-surface);border:1px solid var(--mt-border);border-radius:4px;overflow:hidden;display:flex;flex-direction:column;text-align:left;transition:border-color .2s ease,box-shadow .2s ease,background .2s ease;position:relative;cursor:pointer;margin:0;width:auto}.post-type-archive-product .product-card:hover,.tax-product_cat .product-card:hover,.tax-product_tag .product-card:hover{border-color:var(--mt-border-hover);background:var(--mt-surface-2);box-shadow:0 6px 28px rgba(0,0,0,.5)}.post-type-archive-product .product-card-accent-bar,.tax-product_cat .product-card-accent-bar,.tax-product_tag .product-card-accent-bar{position:absolute;top:0;right:0;left:0;height:2px;background:var(--mt-accent);opacity:0;transition:opacity .2s ease;z-index:2}.post-type-archive-product .product-card:hover .product-card-accent-bar,.tax-product_cat .product-card:hover .product-card-accent-bar,.tax-product_tag .product-card:hover .product-card-accent-bar{opacity:1}.post-type-archive-product .product-sale-badge,.tax-product_cat .product-sale-badge,.tax-product_tag .product-sale-badge{position:absolute;top:10px;left:10px;z-index:3;background:#c0392b;color:#fff;font-family:"Black Ops One",cursive;font-size:11px;letter-spacing:.06em;text-transform:uppercase;padding:3px 8px;border-radius:2px}.post-type-archive-product .product-img-wrap,.tax-product_cat .product-img-wrap,.tax-product_tag .product-img-wrap{position:relative;background:#111110;border-bottom:1px solid var(--mt-border);overflow:hidden}.post-type-archive-product .product-img,.tax-product_cat .product-img,.tax-product_tag .product-img{width:100%;aspect-ratio:1/1;object-fit:cover;display:block;transition:transform .35s ease,filter .3s ease;filter:brightness(0.9) contrast(1.05)}.post-type-archive-product .product-card:hover .product-img,.tax-product_cat .product-card:hover .product-img,.tax-product_tag .product-card:hover .product-img{transform:scale(1.04);filter:brightness(1) contrast(1.05)}.post-type-archive-product .product-overlay,.tax-product_cat .product-overlay,.tax-product_tag .product-overlay{position:absolute;bottom:0;right:0;left:0;background:linear-gradient(transparent, rgba(13, 13, 11, 0.85));padding:16px 12px 12px;display:flex;gap:6px;transform:translateY(8px);opacity:0;transition:opacity .2s ease,transform .2s ease}.post-type-archive-product .product-card:hover .product-overlay,.tax-product_cat .product-card:hover .product-overlay,.tax-product_tag .product-card:hover .product-overlay{opacity:1;transform:translateY(0)}.post-type-archive-product .product-overlay-btn,.tax-product_cat .product-overlay-btn,.tax-product_tag .product-overlay-btn{flex:1;background:var(--mt-accent);color:#0d0d0b;font-family:"Share Tech Mono",monospace;font-size:9.5px;letter-spacing:.1em;text-transform:uppercase;padding:8px 6px;border-radius:2px;border:0;cursor:pointer;text-align:center;transition:background .2s ease;font-weight:700}.post-type-archive-product .product-overlay-btn:hover,.tax-product_cat .product-overlay-btn:hover,.tax-product_tag .product-overlay-btn:hover{background:var(--mt-accent-bright)}.post-type-archive-product .product-overlay-btn.secondary,.tax-product_cat .product-overlay-btn.secondary,.tax-product_tag .product-overlay-btn.secondary{background:var(--mt-surface);color:var(--mt-text-dim);border:1px solid var(--mt-border);flex:0 0 36px;padding:8px 0;display:flex;align-items:center;justify-content:center}.post-type-archive-product .product-overlay-btn.secondary:hover,.tax-product_cat .product-overlay-btn.secondary:hover,.tax-product_tag .product-overlay-btn.secondary:hover{color:var(--mt-accent);border-color:var(--mt-accent);background:var(--mt-surface)}.post-type-archive-product .product-body,.tax-product_cat .product-body,.tax-product_tag .product-body{padding:14px 16px 18px;display:flex;flex-direction:column;gap:6px;flex:1}.post-type-archive-product .product-category,.tax-product_cat .product-category,.tax-product_tag .product-category{font-family:"Share Tech Mono",monospace;font-size:9px;letter-spacing:.12em;text-transform:uppercase;color:var(--mt-text-dim)}.post-type-archive-product .product-name,.tax-product_cat .product-name,.tax-product_tag .product-name{font-family:"Barlow Condensed",sans-serif;font-size:15px;font-weight:700;color:#d8d8c8;line-height:1.3;text-transform:uppercase;letter-spacing:.02em;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.post-type-archive-product .product-name:hover,.tax-product_cat .product-name:hover,.tax-product_tag .product-name:hover{color:var(--mt-text)}.post-type-archive-product .product-price,.tax-product_cat .product-price,.tax-product_tag .product-price{display:flex;align-items:baseline;gap:8px;margin-top:4px}.post-type-archive-product .product-price-current,.tax-product_cat .product-price-current,.tax-product_tag .product-price-current{font-family:"Black Ops One",cursive;font-size:18px;color:var(--mt-accent);letter-spacing:.02em}.post-type-archive-product .product-price-current .amount,.tax-product_cat .product-price-current .amount,.tax-product_tag .product-price-current .amount{color:inherit}.post-type-archive-product .product-price-original,.tax-product_cat .product-price-original,.tax-product_tag .product-price-original{font-family:"Share Tech Mono",monospace;font-size:11px;color:var(--mt-text-dim);text-decoration:line-through}.post-type-archive-product .product-price-save,.tax-product_cat .product-price-save,.tax-product_tag .product-price-save{font-family:"Share Tech Mono",monospace;font-size:9px;letter-spacing:.08em;text-transform:uppercase;color:#c0392b;background:#280a08;border:1px solid #c0392b;padding:1px 5px;border-radius:2px}.post-type-archive-product .woocommerce-pagination,.tax-product_cat .woocommerce-pagination,.tax-product_tag .woocommerce-pagination{display:flex;align-items:center;justify-content:center;gap:5px;margin:0}.post-type-archive-product .woocommerce-pagination ul.page-numbers,.tax-product_cat .woocommerce-pagination ul.page-numbers,.tax-product_tag .woocommerce-pagination ul.page-numbers{display:flex;align-items:center;justify-content:center;gap:5px;border:0;padding:0;margin:0}.post-type-archive-product .woocommerce-pagination ul.page-numbers li,.tax-product_cat .woocommerce-pagination ul.page-numbers li,.tax-product_tag .woocommerce-pagination ul.page-numbers li{border:0;margin:0}.post-type-archive-product .woocommerce-pagination ul.page-numbers a,.post-type-archive-product .woocommerce-pagination ul.page-numbers .current,.post-type-archive-product .woocommerce-pagination ul.page-numbers .dots,.tax-product_cat .woocommerce-pagination ul.page-numbers a,.tax-product_cat .woocommerce-pagination ul.page-numbers .current,.tax-product_cat .woocommerce-pagination ul.page-numbers .dots,.tax-product_tag .woocommerce-pagination ul.page-numbers a,.tax-product_tag .woocommerce-pagination ul.page-numbers .current,.tax-product_tag .woocommerce-pagination ul.page-numbers .dots{font-family:"Share Tech Mono",monospace;font-size:11px;letter-spacing:.08em;text-transform:uppercase;color:var(--mt-text-dim);border:1px solid var(--mt-border);padding:8px 14px;border-radius:2px;transition:all .2s ease;cursor:pointer;background:rgba(0,0,0,0);display:inline-flex;align-items:center;justify-content:center}.post-type-archive-product .woocommerce-pagination ul.page-numbers a:hover,.tax-product_cat .woocommerce-pagination ul.page-numbers a:hover,.tax-product_tag .woocommerce-pagination ul.page-numbers a:hover{color:var(--mt-text);border-color:var(--mt-border-hover);background:var(--mt-surface)}.post-type-archive-product .woocommerce-pagination ul.page-numbers .current,.tax-product_cat .woocommerce-pagination ul.page-numbers .current,.tax-product_tag .woocommerce-pagination ul.page-numbers .current{color:var(--mt-accent);border-color:var(--mt-accent);background:var(--mt-accent-dim)}.post-type-archive-product .woocommerce-pagination ul.page-numbers .dots,.tax-product_cat .woocommerce-pagination ul.page-numbers .dots,.tax-product_tag .woocommerce-pagination ul.page-numbers .dots{border:0;padding:0 4px}@media(max-width: 1024px){.post-type-archive-product .shop-layout,.tax-product_cat .shop-layout,.tax-product_tag .shop-layout{grid-template-columns:200px 1fr}.post-type-archive-product .product-grid,.tax-product_cat .product-grid,.tax-product_tag .product-grid{grid-template-columns:repeat(2, 1fr)}}@media(max-width: 900px){.post-type-archive-product .shop-layout,.tax-product_cat .shop-layout,.tax-product_tag .shop-layout{grid-template-columns:1fr}.post-type-archive-product .sidebar,.tax-product_cat .sidebar,.tax-product_tag .sidebar{position:static;display:grid;grid-template-columns:1fr 1fr;gap:12px}}@media(max-width: 600px){.post-type-archive-product .product-grid,.tax-product_cat .product-grid,.tax-product_tag .product-grid{grid-template-columns:repeat(2, 1fr)}.post-type-archive-product .sidebar,.tax-product_cat .sidebar,.tax-product_tag .sidebar{grid-template-columns:1fr}}@media(max-width: 420px){.post-type-archive-product .product-grid,.tax-product_cat .product-grid,.tax-product_tag .product-grid{grid-template-columns:1fr}}
