@import"https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@400;500;600;700;800&family=Barlow:wght@300;400;500;600&display=swap";:root{--ur-black: #0A0A0A;--ur-off-black: #111111;--ur-dark: #181818;--ur-mid: #242424;--ur-border: #2E2E2E;--ur-border-light: #3a3a3a;--ur-muted: #888;--ur-light: #C8C8C8;--ur-white: #F5F5F2;--ur-red: #D42B2B;--ur-red-light: #FF3838}*,*:before,*:after{box-sizing:border-box}body{background:var(--ur-black);color:var(--ur-white);font-family:Barlow,sans-serif;font-weight:300;line-height:1.6;overflow-x:hidden}.ur-topbar{background:var(--ur-red);text-align:center;padding:9px 24px;font-size:12px;font-weight:500;letter-spacing:.09em;text-transform:uppercase;color:#fff}.ur-nav{position:sticky;top:0;z-index:100;background:#0a0a0af7;border-bottom:1px solid var(--ur-border);display:flex;align-items:center;justify-content:space-between;padding:0 48px;height:68px}.ur-nav__logo{display:flex;align-items:center;text-decoration:none;line-height:0}.ur-nav__logo img{height:36px;width:auto;display:block}.ur-nav__links{display:flex;gap:32px;list-style:none;margin:0;padding:0}.ur-nav__links a{font-size:12px;font-weight:500;letter-spacing:.09em;text-transform:uppercase;color:var(--ur-light);text-decoration:none;transition:color .2s}.ur-nav__links a:hover,.ur-nav__links a.active{color:var(--ur-white)}.ur-nav__links a.active{border-bottom:2px solid var(--ur-red);padding-bottom:2px}.ur-nav__actions{display:flex;align-items:center;gap:20px}.ur-nav__icon{color:var(--ur-light);cursor:pointer;display:flex;align-items:center;gap:6px;font-size:12px;text-decoration:none}.ur-nav__cta{background:var(--ur-red);color:#fff;font-size:11px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;padding:9px 20px;text-decoration:none;transition:background .2s}.ur-nav__cta:hover{background:var(--ur-red-light);color:#fff}.ur-breadcrumb{padding:14px 48px;border-bottom:1px solid var(--ur-border);display:flex;align-items:center;gap:8px;flex-wrap:wrap}.ur-breadcrumb a{font-size:12px;color:var(--ur-muted);text-decoration:none;transition:color .15s}.ur-breadcrumb a:hover{color:var(--ur-light)}.ur-breadcrumb__sep{font-size:12px;color:var(--ur-border-light)}.ur-breadcrumb__current{font-size:12px;color:var(--ur-light)}.ur-eyebrow{font-size:11px;font-weight:600;letter-spacing:.18em;text-transform:uppercase;color:var(--ur-red);margin-bottom:10px;display:flex;align-items:center;gap:10px}.ur-eyebrow:before{content:"";display:block;width:18px;height:2px;background:var(--ur-red);flex-shrink:0}.ur-section-title{font-family:Barlow Condensed,sans-serif;font-size:clamp(32px,4vw,48px);font-weight:700;text-transform:uppercase;letter-spacing:.02em;color:var(--ur-white);line-height:1.05}.ur-section-header{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:36px}.ur-section-link{font-size:12px;font-weight:500;letter-spacing:.1em;text-transform:uppercase;color:var(--ur-muted);text-decoration:none;display:flex;align-items:center;gap:8px;transition:color .2s;white-space:nowrap}.ur-section-link:hover{color:var(--ur-white)}.ur-btn-primary{background:var(--ur-red);color:#fff;font-size:12px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;padding:15px 32px;text-decoration:none;display:inline-flex;align-items:center;gap:10px;border:none;cursor:pointer;font-family:Barlow,sans-serif;transition:background .2s}.ur-btn-primary:hover{background:var(--ur-red-light);color:#fff}.ur-btn-outline{background:transparent;border:1px solid var(--ur-border-light);color:var(--ur-light);font-size:12px;font-weight:500;letter-spacing:.12em;text-transform:uppercase;padding:15px 32px;text-decoration:none;display:inline-flex;align-items:center;gap:10px;transition:all .2s;cursor:pointer;font-family:Barlow,sans-serif}.ur-btn-outline:hover{border-color:var(--ur-muted);color:var(--ur-white)}.ur-btn-white{background:#fff;color:var(--ur-red);font-size:12px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;padding:16px 36px;text-decoration:none;white-space:nowrap;display:inline-block;border:none;cursor:pointer;font-family:Barlow,sans-serif;transition:opacity .2s}.ur-btn-white:hover{opacity:.9;color:var(--ur-red)}.ur-marquee{overflow:hidden;background:var(--ur-red);padding:13px 0}.ur-marquee__track{display:flex;animation:ur-marquee 22s linear infinite;white-space:nowrap}.ur-marquee__item{font-family:Barlow Condensed,sans-serif;font-size:12px;font-weight:700;letter-spacing:.15em;text-transform:uppercase;color:#ffffffe0;padding:0 28px;display:flex;align-items:center;gap:28px}.ur-marquee__dot{width:3px;height:3px;background:#ffffff80;border-radius:50%;flex-shrink:0}@keyframes ur-marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.ur-trust-bar{background:var(--ur-off-black);border-bottom:1px solid var(--ur-border);padding:22px 52px;display:flex;align-items:center}.ur-trust-item{display:flex;align-items:center;gap:14px;flex:1;justify-content:center}.ur-trust-item+.ur-trust-item{border-left:1px solid var(--ur-border)}.ur-trust-icon{width:36px;height:36px;display:flex;align-items:center;justify-content:center;color:var(--ur-red);flex-shrink:0}.ur-trust-icon svg{width:28px;height:28px}.ur-trust-text-main{font-size:20px;font-weight:600;color:var(--ur-white)}.ur-trust-text-sub{font-size:15px;color:var(--ur-muted);margin-top:3px}.ur-cta-band{background:var(--ur-red);padding:64px 52px;display:grid;grid-template-columns:1fr auto;align-items:center;gap:48px}.ur-cta-band__heading{font-family:Barlow Condensed,sans-serif;font-size:clamp(32px,4vw,54px);font-weight:800;text-transform:uppercase;color:#fff;line-height:1.05}.ur-cta-band__sub{font-size:15px;color:#ffffffc7;margin-top:8px;font-weight:300}.ur-footer{background:var(--ur-off-black);border-top:1px solid var(--ur-border);padding:60px 52px 32px}.ur-footer__top{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:48px;padding-bottom:48px;border-bottom:1px solid var(--ur-border)}.ur-footer__logo img{height:50px;width:auto;display:block}.ur-footer__desc{font-size:13px;color:var(--ur-muted);line-height:1.7;max-width:260px;margin-top:14px}.ur-footer__col-title{font-size:11px;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--ur-white);margin-bottom:16px}.ur-footer__links{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:10px}.ur-footer__links a{font-size:13px;color:var(--ur-muted);text-decoration:none;transition:color .2s}.ur-footer__links a:hover{color:var(--ur-white)}.ur-footer__bottom{display:flex;justify-content:space-between;align-items:center;padding-top:24px;flex-wrap:wrap;gap:12px}.ur-footer__copy{font-size:12px;color:var(--ur-border-light)}.ur-footer__legal{display:flex;gap:20px}.ur-footer__legal a{font-size:12px;color:var(--ur-border-light);text-decoration:none}.ur-footer__legal a:hover{color:var(--ur-muted)}@keyframes ur-fadeUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.ur-fade-up{opacity:0;animation:ur-fadeUp .7s ease forwards}.ur-fade-up:nth-child(1){animation-delay:.05s}.ur-fade-up:nth-child(2){animation-delay:.15s}.ur-fade-up:nth-child(3){animation-delay:.25s}.ur-fade-up:nth-child(4){animation-delay:.35s}@media(max-width:900px){.ur-nav{padding:0 24px}.ur-nav__links{display:none}.ur-footer__top{grid-template-columns:1fr 1fr}.ur-cta-band{grid-template-columns:1fr;text-align:center}}@media(max-width:600px){.ur-footer__top{grid-template-columns:1fr}.ur-trust-bar{flex-direction:column;gap:16px;padding:24px}.ur-trust-item+.ur-trust-item{border-left:none;border-top:1px solid var(--ur-border);padding-top:16px}}.template-list-collections .page-container,.template-list-collections .container,.template-list-collections #PageContainer,.template-list-collections main{background:var(--ur-black);color:var(--ur-white)}.template-list-collections .breadcrumb-wrapper{border-bottom:1px solid var(--ur-border);padding:14px 0}.template-list-collections .breadcrumb li,.template-list-collections .breadcrumb a{color:var(--ur-muted)!important;font-size:12px}.template-list-collections .breadcrumb a:hover,.template-list-collections .breadcrumb .is-active span{color:var(--ur-light)!important}.template-list-collections .breadcrumb svg,.template-list-collections .breadcrumb .icon{color:var(--ur-border-light)!important}.template-list-collections .page-heading,.template-list-collections h1{font-family:Barlow Condensed,sans-serif!important;font-weight:700!important;text-transform:uppercase;letter-spacing:.02em;color:var(--ur-white)!important}.template-list-collections .collection-description{color:var(--ur-muted)!important;font-size:14px;line-height:1.7}.template-list-collections .collection-hero{position:relative;max-height:400px;overflow:hidden}.template-list-collections .collection-hero:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to bottom,#0a0a0a33,#0a0a0ad9);pointer-events:none}.template-list-collections .sidebar{background:var(--ur-black)}.template-list-collections .sidebar .widget-title,.template-list-collections .sidebar .block-widget-title,.template-list-collections .sidebar h3,.template-list-collections .sidebar h4{font-family:Barlow Condensed,sans-serif;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:var(--ur-white)!important;border-bottom:1px solid var(--ur-border);padding-bottom:12px}.template-list-collections .sidebar a{color:var(--ur-muted)!important;transition:color .2s}.template-list-collections .sidebar a:hover,.template-list-collections .sidebar a.active{color:var(--ur-red)!important}.template-list-collections .sidebar .widget,.template-list-collections .sidebar .widget-content,.template-list-collections .sidebar li{border-color:var(--ur-border)!important}.template-list-collections .collection-item,.template-list-collections .list-collections__item,.template-list-collections .halo-item{background:var(--ur-off-black)!important;border:1px solid var(--ur-border)!important;transition:border-color .2s;overflow:hidden}.template-list-collections .collection-item:hover,.template-list-collections .list-collections__item:hover,.template-list-collections .halo-item:hover{border-color:var(--ur-border-light)!important}.template-list-collections .collection-item .collection-title,.template-list-collections .collection-item .title,.template-list-collections .list-collections__item .title,.template-list-collections .halo-item .title,.template-list-collections .collection-item a,.template-list-collections .halo-item .card-title a{color:var(--ur-white)!important;font-family:Barlow Condensed,sans-serif;font-weight:600;text-transform:uppercase;letter-spacing:.02em}.template-list-collections .collection-item a:hover,.template-list-collections .halo-item .card-title a:hover{color:var(--ur-red)!important}.template-list-collections .collection-item .count,.template-list-collections .halo-item .count{color:var(--ur-muted)!important;font-size:12px}.template-list-collections .product-card,.template-list-collections .product-item{background:var(--ur-off-black)!important;border:1px solid var(--ur-border)!important}.template-list-collections .product-card .product-title a,.template-list-collections .product-item .product-title a{color:var(--ur-white)!important}.template-list-collections .product-card .product-title a:hover,.template-list-collections .product-item .product-title a:hover{color:var(--ur-red)!important}.template-list-collections .product-price .money,.template-list-collections .price .money{color:var(--ur-white)!important}.template-list-collections .product-price .old-price .money,.template-list-collections .price--on-sale .price__regular .price-item{color:var(--ur-muted)!important;text-decoration:line-through}.template-list-collections .price--on-sale .price__sale .price-item{color:var(--ur-red)!important}.template-list-collections .product-vendor{color:var(--ur-muted)!important}.template-list-collections .product_badges .badge{background:var(--ur-red)!important;color:#fff!important}.template-list-collections .btn-addtocart{background:var(--ur-red)!important;color:#fff!important;border:none!important}.template-list-collections .recently-viewed-products{background:var(--ur-black)!important;border-top:1px solid var(--ur-border)}.template-list-collections .recently-viewed-products .section-header h2,.template-list-collections .recently-viewed-products .title{color:var(--ur-white)!important;font-family:Barlow Condensed,sans-serif}.template-list-collections .section-header h2,.template-list-collections .home-section .title{color:var(--ur-white)!important;font-family:Barlow Condensed,sans-serif;font-weight:700;text-transform:uppercase}.template-list-collections .section-header .link,.template-list-collections .section-header a{color:var(--ur-muted)!important}.template-list-collections .section-header a:hover{color:var(--ur-red)!important}.template-list-collections .pagination li a,.template-list-collections .pagination li span{background:var(--ur-dark)!important;border:1px solid var(--ur-border)!important;color:var(--ur-muted)!important}.template-list-collections .pagination li a:hover{border-color:var(--ur-red)!important;color:var(--ur-white)!important}.template-list-collections .pagination li.active a,.template-list-collections .pagination li .current{background:var(--ur-red)!important;border-color:var(--ur-red)!important;color:#fff!important}.template-list-collections select{background:var(--ur-mid)!important;border-color:var(--ur-border-light)!important;color:var(--ur-white)!important}.template-list-collections .slick-arrow,.template-list-collections .carousel-arrow{background:var(--ur-dark)!important;border:1px solid var(--ur-border)!important;color:var(--ur-light)!important}.template-list-collections .slick-arrow:hover,.template-list-collections .carousel-arrow:hover{background:var(--ur-mid)!important;color:var(--ur-white)!important}.template-page .page-container,.template-page .container,.template-page #PageContainer,.template-page main{background:var(--ur-black);color:var(--ur-white)}.template-page .breadcrumb-wrapper{border-bottom:1px solid var(--ur-border);padding:14px 0}.template-page .breadcrumb li,.template-page .breadcrumb a{color:var(--ur-muted)!important;font-size:12px}.template-page .breadcrumb a:hover,.template-page .breadcrumb .is-active a{color:var(--ur-light)!important}.template-page .breadcrumb svg,.template-page .breadcrumb .icon{color:var(--ur-border-light)!important}.template-page .page-heading,.template-page .page h1,.template-page h1{font-family:Barlow Condensed,sans-serif!important;font-weight:700!important;text-transform:uppercase;letter-spacing:.02em;color:var(--ur-white)!important}.page-contact{background:var(--ur-black);max-width:100%!important;padding:0!important}.page-contact .contact-row{display:grid;grid-template-columns:1.2fr 1fr;gap:20px;padding:48px 0 80px}.page-contact .form-label,.page-contact .contact-form label{font-size:11px!important;font-weight:600!important;letter-spacing:.14em;text-transform:uppercase;color:var(--ur-muted)!important;margin-bottom:8px;display:block}.page-contact .form-label em,.page-contact .contact-form label em{color:var(--ur-red)!important;font-style:normal}.page-contact .form-control,.page-contact .contact-form input[type=text],.page-contact .contact-form input[type=email],.page-contact .contact-form input[type=tel],.page-contact .contact-form textarea{background:var(--ur-dark)!important;border:1px solid var(--ur-border)!important;border-radius:0!important;color:var(--ur-white)!important;font-family:Barlow,sans-serif!important;font-size:15px!important;padding:14px 16px!important;width:100%;transition:border-color .2s;outline:none}.page-contact .form-control:focus,.page-contact .contact-form input:focus,.page-contact .contact-form textarea:focus{border-color:var(--ur-red)!important;box-shadow:none!important}.page-contact .form-control::placeholder,.page-contact .contact-form input::placeholder,.page-contact .contact-form textarea::placeholder{color:var(--ur-muted)!important}.page-contact .contact-form .btn,.page-contact .contact-form input[type=submit]{background:var(--ur-red)!important;color:#fff!important;border:none!important;border-radius:0!important;font-family:Barlow,sans-serif!important;font-size:12px!important;font-weight:600!important;letter-spacing:.12em;text-transform:uppercase;padding:16px 36px!important;cursor:pointer;transition:background .2s}.page-contact .contact-form .btn:hover,.page-contact .contact-form input[type=submit]:hover{background:var(--ur-red-light)!important}.page-contact .contact-infomation{background:var(--ur-off-black);border:1px solid var(--ur-border);padding:40px 36px}.page-contact .contact-infomation .item{padding-bottom:28px;margin-bottom:28px;border-bottom:1px solid var(--ur-border)}.page-contact .contact-infomation .item:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.page-contact .contact-infomation .title,.page-contact .contact-infomation h3{font-family:Barlow Condensed,sans-serif!important;font-size:18px!important;font-weight:700!important;text-transform:uppercase;letter-spacing:.05em;color:var(--ur-white)!important;margin-bottom:12px}.page-contact .contact-infomation p{color:var(--ur-muted)!important;font-size:14px;line-height:1.7}.page-contact .contact-infomation a{color:var(--ur-red)!important;text-decoration:none}.page-contact .contact-infomation a:hover{color:var(--ur-red-light)!important}.page-contact .input-error-message{color:var(--ur-red)!important;font-size:13px;margin-top:6px}.page-contact .input--error{border-color:var(--ur-red)!important}.page-contact .form-success,.page-contact .note--success{background:#d42b2b1a!important;border:1px solid var(--ur-red)!important;color:var(--ur-white)!important;padding:16px}.template-page .container:has(.page-contact){max-width:100%!important;padding-left:52px!important;padding-right:52px!important}.page-contact .map{border-bottom:1px solid var(--ur-border)}@media(max-width:900px){.page-contact .contact-row{grid-template-columns:1fr!important;gap:40px;padding:32px 0 60px}}.shopify-section-header,#shopify-section-header,[id*=shopify-section-header],.shopify-section-footer,#shopify-section-footer,[id*=shopify-section-footer],.shopify-section:has([class*=announcement]),.shopify-section:has([class*=sticky-toolbar]),.halo-toolbar-mobile,#shopify-section-halo-toolbar-mobile{display:none!important;height:0!important;max-height:0!important;overflow:hidden!important;margin:0!important;padding:0!important;min-height:0!important}.template-collection .page-container,.template-collection .container,.template-collection .page-collections,.template-collection .page,.template-collection #PageContainer,.template-collection main,.template-collection .page-content,.template-collection .page-sidebar,.template-collection .sidebar_content,.template-collection .collection-banner,.template-collection .breadcrumb-wrapper,.template-collection .filters-toolbar-wrapper,.template-collection .filters-toolbar{background:var(--ur-black)!important;color:var(--ur-white)}.template-collection .collection-banner .container{max-width:100%!important;padding-left:52px!important;padding-right:52px!important}.template-collection .collection-hero{position:relative;max-height:400px;overflow:hidden}.template-collection .collection-hero:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to bottom,#0a0a0a33,#0a0a0ad9);pointer-events:none}.template-collection .breadcrumb-wrapper{background:var(--ur-black);border-bottom:1px solid var(--ur-border);padding:14px 0}.template-collection .breadcrumb li,.template-collection .breadcrumb a{color:var(--ur-muted)!important;font-size:12px}.template-collection .breadcrumb a:hover,.template-collection .breadcrumb .is-active a{color:var(--ur-light)!important}.template-collection .breadcrumb svg,.template-collection .breadcrumb .icon{color:var(--ur-border-light)!important}.template-collection .page-collections .page-heading,.template-collection .collection-title,.template-collection h1,.template-collection .page h1{font-family:Barlow Condensed,sans-serif;font-weight:700;text-transform:uppercase;letter-spacing:.02em;color:var(--ur-white)!important}.template-collection .sidebar{background:var(--ur-black)}.template-collection .sidebar .widget-title,.template-collection .sidebar .block-widget-title,.template-collection .sidebar h3,.template-collection .sidebar h4{font-family:Barlow Condensed,sans-serif;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:var(--ur-white)!important;border-bottom:1px solid var(--ur-border);padding-bottom:12px}.template-collection .sidebar a{color:var(--ur-muted)!important;transition:color .2s}.template-collection .sidebar a:hover,.template-collection .sidebar a.active{color:var(--ur-red)!important}.template-collection .sidebar .widget,.template-collection .sidebar .widget-content,.template-collection .sidebar li{border-color:var(--ur-border)!important}.template-collection .collection-toolbar,.template-collection .toolbar,.template-collection .halo-toolbar{background:var(--ur-dark)!important;border:1px solid var(--ur-border)!important;border-radius:0;padding:12px 16px;margin-bottom:2px}.template-collection .toolbar select,.template-collection .halo-toolbar select,.template-collection .collection-toolbar select{background:var(--ur-mid)!important;border:1px solid var(--ur-border-light)!important;color:var(--ur-white)!important;font-family:Barlow,sans-serif;font-size:13px;padding:8px 12px;-webkit-appearance:none;appearance:none}.template-collection .toolbar select option,.template-collection .halo-toolbar select option{background:var(--ur-dark)!important}.template-collection .toolbar label,.template-collection .halo-toolbar label{color:var(--ur-muted)!important;font-size:12px;text-transform:uppercase;letter-spacing:.08em}.template-collection .view-as a,.template-collection .view-as button,.template-collection .change-view button{color:var(--ur-muted)!important;border-color:var(--ur-border-light)!important;background:transparent!important}.template-collection .view-as a.active,.template-collection .view-as button.active,.template-collection .change-view button.active{color:var(--ur-white)!important;border-color:var(--ur-red)!important}.template-collection .view-as svg,.template-collection .change-view svg{fill:currentColor}.template-collection .product-card,.template-collection .product-item,.template-collection .halo-item,.template-collection .halo-row .halo-item,.template-collection .collection-template .halo-item{background:var(--ur-off-black)!important;border:1px solid var(--ur-border)!important;transition:border-color .2s}.template-collection .product-card:hover,.template-collection .product-item:hover,.template-collection .halo-item:hover{border-color:var(--ur-border-light)!important}.template-collection .product-card .product-title a,.template-collection .product-item .product-title a,.template-collection .halo-item .product-title a,.template-collection .card-title a{color:var(--ur-white)!important;font-family:Barlow Condensed,sans-serif;font-weight:600;text-transform:uppercase;font-size:15px;letter-spacing:.02em}.template-collection .product-card .product-title a:hover,.template-collection .product-item .product-title a:hover,.template-collection .halo-item .product-title a:hover{color:var(--ur-red)!important}.template-collection .product-card .product-vendor,.template-collection .product-item .product-vendor,.template-collection .halo-item .product-vendor{color:var(--ur-muted)!important;font-size:11px;text-transform:uppercase;letter-spacing:.08em}.template-collection .product-price .money,.template-collection .product-price .price,.template-collection .price .money,.template-collection .price__regular .price-item,.template-collection .halo-item .money{color:var(--ur-white)!important;font-family:Barlow Condensed,sans-serif;font-weight:600}.template-collection .product-price .old-price .money,.template-collection .price .price--compare,.template-collection .price__compare .price-item,.template-collection .price--on-sale .price__regular .price-item{color:var(--ur-muted)!important;text-decoration:line-through}.template-collection .price--on-sale .price__sale .price-item,.template-collection .product-price .special-price .money{color:var(--ur-red)!important}.template-collection .product_badges .badge,.template-collection .product-card .badge,.template-collection .halo-item .badge,.template-collection .product-label{background:var(--ur-red)!important;color:#fff!important;font-size:10px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;border-radius:0}.template-collection .product-card .btn-addtocart,.template-collection .halo-item .btn-addtocart,.template-collection .product-item .btn-addtocart,.template-collection .add-to-cart-btn{background:var(--ur-red)!important;color:#fff!important;border:none!important;font-family:Barlow,sans-serif;font-size:11px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;transition:background .2s}.template-collection .product-card .btn-addtocart:hover,.template-collection .halo-item .btn-addtocart:hover,.template-collection .add-to-cart-btn:hover{background:var(--ur-red-light)!important}.template-collection .product-card .quickview-btn,.template-collection .halo-item .quickview-btn,.template-collection .product-card .wishlist-btn,.template-collection .halo-item .wishlist-btn{background:var(--ur-dark)!important;border-color:var(--ur-border)!important;color:var(--ur-light)!important}.template-collection .product-card .quickview-btn:hover,.template-collection .halo-item .quickview-btn:hover,.template-collection .product-card .wishlist-btn:hover,.template-collection .halo-item .wishlist-btn:hover{background:var(--ur-mid)!important;color:var(--ur-white)!important}.template-collection .pagination li a,.template-collection .pagination li span{background:var(--ur-dark)!important;border:1px solid var(--ur-border)!important;color:var(--ur-muted)!important;font-family:Barlow,sans-serif;transition:all .2s}.template-collection .pagination li a:hover{border-color:var(--ur-red)!important;color:var(--ur-white)!important}.template-collection .pagination li.active a,.template-collection .pagination li.active span,.template-collection .pagination li .current{background:var(--ur-red)!important;border-color:var(--ur-red)!important;color:#fff!important}.template-collection .pagination-wrapper,.template-collection .pagination-custom{border-top:1px solid var(--ur-border);padding-top:24px}.template-collection .infinite-scrolling a,.template-collection .btn-loadMore{background:transparent!important;border:1px solid var(--ur-border-light)!important;color:var(--ur-light)!important;font-family:Barlow,sans-serif;font-size:12px;font-weight:600;letter-spacing:.1em;text-transform:uppercase}.template-collection .infinite-scrolling a:hover,.template-collection .btn-loadMore:hover{border-color:var(--ur-red)!important;color:var(--ur-white)!important}.template-collection .collection-description,.template-collection .collection-description p{color:var(--ur-muted)!important;font-size:14px;line-height:1.7}.template-collection .no-matches,.template-collection .collection-empty{color:var(--ur-muted)!important;text-align:center;padding:60px 20px}.template-collection .halo-loading,.template-collection .loading-modal{background:#0a0a0ad9!important}.template-collection .recently-viewed-products{background:var(--ur-black)!important;border-top:1px solid var(--ur-border)}.template-collection .recently-viewed-products .section-header h2,.template-collection .recently-viewed-products .title{color:var(--ur-white)!important;font-family:Barlow Condensed,sans-serif}.template-collection .page-heading{color:var(--ur-white)!important}.template-collection select,.template-collection input[type=text],.template-collection input[type=search]{background:var(--ur-mid)!important;border-color:var(--ur-border-light)!important;color:var(--ur-white)!important}.template-collection hr{border-color:var(--ur-border)!important}.template-collection .collection-banner,.template-collection .shopify-section.collection-banner{background:var(--ur-black)!important}.template-collection .sidebar_close{background:var(--ur-dark)!important;color:var(--ur-white)!important}.template-collection .product-quickview,.template-collection .compare,.template-collection .btn-compare{background:var(--ur-dark)!important;color:var(--ur-light)!important;border-color:var(--ur-border)!important}.template-collection .product-quickview:hover,.template-collection .compare:hover,.template-collection .btn-compare:hover{background:var(--ur-mid)!important;color:var(--ur-white)!important}.template-collection .btn.product-btn{background:var(--ur-red)!important;color:#fff!important}.template-collection .btn.product-btn:hover{background:var(--ur-red-light)!important}.template-collection .sidebarBlock{background:var(--ur-off-black)!important;border:1px solid var(--ur-border);padding:24px!important;margin-bottom:20px}.template-collection .sidebarBlock-heading{font-family:Barlow Condensed,sans-serif!important;font-size:16px!important;font-weight:700!important;text-transform:uppercase;letter-spacing:.08em;color:var(--ur-white)!important;border-bottom:1px solid var(--ur-border)!important;padding-bottom:14px!important;margin-bottom:14px!important}.template-collection .sidebarBlock-heading span{color:var(--ur-white)!important}.template-collection .all-categories-list{list-style:none!important;padding:0!important;margin:0!important}.template-collection .all-categories-list .navPages-item{border-bottom:1px solid var(--ur-border)!important;padding:0!important}.template-collection .all-categories-list .navPages-item:last-child{border-bottom:none!important}.template-collection .all-categories-list .navPages-item>a,.template-collection .all-categories-list .navPages-action{display:block;padding:10px 0!important;color:var(--ur-light)!important;font-family:Barlow,sans-serif!important;font-size:14px!important;font-weight:500!important;text-decoration:none;transition:color .2s,padding-left .2s}.template-collection .all-categories-list .navPages-item>a:hover,.template-collection .all-categories-list .navPages-action:hover{color:var(--ur-red)!important;padding-left:6px!important}.template-collection .all-categories-list .navPages-action-wrapper{display:flex!important;align-items:center;justify-content:space-between;padding:10px 0!important}.template-collection .all-categories-list .navPages-action-wrapper a{padding:0!important}.template-collection .all-categories-list .icon-arrow{color:var(--ur-muted)!important;transition:color .2s}.template-collection .all-categories-list .navPages-item:hover .icon-arrow{color:var(--ur-red)!important}.template-collection .all-categories-list ul{list-style:none!important;padding-left:16px!important;margin:0!important;border-left:2px solid var(--ur-border)!important}.template-collection .all-categories-list ul li{border-bottom:none!important}.template-collection .all-categories-list ul a{font-size:13px!important;font-weight:400!important;color:var(--ur-muted)!important;padding:6px 0!important}.template-collection .all-categories-list ul a:hover{color:var(--ur-red)!important}.ur-selector{background:var(--ur-dark);border-bottom:1px solid var(--ur-border);padding:22px 52px 18px}.ur-selector__header{display:flex;align-items:center;gap:12px;margin-bottom:16px;flex-wrap:wrap}.ur-selector__icon{color:var(--ur-red);display:flex;flex-shrink:0}.ur-selector__title{font-family:Barlow Condensed,sans-serif;font-size:20px;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:var(--ur-white)}.ur-selector__sub{font-size:13px;color:var(--ur-muted)}.ur-selector__body{display:grid;grid-template-columns:1fr 1fr 1fr auto;gap:12px;align-items:end}.ur-selector__field{display:flex;flex-direction:column;gap:8px}.ur-selector__field label{font-size:11px;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--ur-muted)}.ur-selector__field select{-webkit-appearance:none;appearance:none;background:var(--ur-mid) url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M16.59 8.59L12 13.17 7.41 8.59 6 10l6 6 6-6z' fill='rgba(136,136,136,1)' /%3E%3C/svg%3E") no-repeat right 12px center;border:1px solid var(--ur-border-light);border-radius:4px;color:var(--ur-white);font-family:Barlow,sans-serif;font-size:15px;padding:13px 42px 13px 16px;cursor:pointer;outline:none;transition:border-color .2s}.ur-selector__field select:focus{border-color:var(--ur-red)}.ur-selector__field select option{background:var(--ur-dark);color:var(--ur-white)}.ur-selector__btn{background:var(--ur-red);color:#fff;border:none;border-radius:4px;font-family:Barlow,sans-serif;font-size:13px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;padding:13px 28px;cursor:pointer;display:flex;align-items:center;gap:8px;white-space:nowrap;transition:background .2s}.ur-selector__btn:hover{background:var(--ur-red-light)}.ur-selector__footer{display:flex;align-items:center;gap:6px;margin-top:12px;flex-wrap:wrap}.ur-selector__footer-text{font-size:12px;color:var(--ur-muted)}.ur-selector__footer-link{font-size:12px;color:var(--ur-red);text-decoration:none;font-weight:500}@media(max-width:900px){.ur-selector{padding:18px 32px}.ur-selector__body{grid-template-columns:1fr 1fr}}.template-collection .filters-toolbar-wrapper{border-bottom:1px solid var(--ur-border)!important;margin-bottom:0!important}.template-collection .filters-toolbar__label{color:var(--ur-muted)!important;font-size:11px!important;font-weight:600!important;letter-spacing:.1em;text-transform:uppercase}.template-collection .filters-toolbar__input{background:var(--ur-mid)!important;border:1px solid var(--ur-border-light)!important;color:var(--ur-white)!important;font-family:Barlow,sans-serif!important}.template-collection .select-group{border-color:var(--ur-border-light)!important}.template-collection .select-group svg,.template-collection .select-group .icon{color:var(--ur-muted)!important}.template-collection .view-as-btn a,.template-collection .view-as-btn button{border-color:var(--ur-border-light)!important;color:var(--ur-muted)!important;background:transparent!important}.template-collection .view-as-btn a.active,.template-collection .view-as-btn a:hover{color:var(--ur-white)!important;border-color:var(--ur-red)!important}.template-collection .dropdown-category-list{list-style:none!important;padding-left:16px!important;margin:0!important;border-left:2px solid var(--ur-border)!important;background:var(--ur-off-black)!important}.template-collection .dropdown-category-list .navPage-subMenu-item{border-bottom:none!important}.template-collection .dropdown-category-list .navPages-action-wrapper{padding:6px 0!important}.template-collection .dropdown-category-list a{font-size:13px!important;font-weight:400!important;color:var(--ur-muted)!important;text-decoration:none}.template-collection .dropdown-category-list a:hover{color:var(--ur-red)!important}.template-collection .dropdown-category-list .icon-arrow{color:var(--ur-muted)!important}.template-collection .dropdown-category-list .navPage-subMenu-item:hover .icon-arrow{color:var(--ur-red)!important}.template-collection .dropdown-category-list .navPages-level-3{padding-left:12px!important;border-left:1px solid var(--ur-border)!important}.template-collection .btn--prev,.template-collection .btn--next{background:var(--ur-dark)!important;border-color:var(--ur-border)!important;color:var(--ur-light)!important}.template-collection .halo-row,.template-collection .halo-row-custom,.template-collection .collection-carousel{background:var(--ur-black)!important}.template-collection .halo_mobileNavigation,.template-collection .cart-popup-wrapper,.template-collection .halo-quick-bulk-popup{background:var(--ur-dark)!important;color:var(--ur-white)!important}.template-collection .modal-content{background:var(--ur-dark)!important;color:var(--ur-white)!important;border-color:var(--ur-border)!important}.template-collection .modal-header{background:var(--ur-mid)!important;border-color:var(--ur-border)!important;color:var(--ur-white)!important}.template-collection .page-container,.template-collection #PageContainer,.template-collection .main-content,.template-product .main-content,.template-product .page-container,.template-product #PageContainer{background:var(--ur-black)!important}.ur-cat-card:nth-child(1) .ur-cat-card__bg{background:linear-gradient(135deg,#1a1a1a,#2a1a1a)}.ur-cat-card:nth-child(2) .ur-cat-card__bg{background:linear-gradient(135deg,#1a1a20,#1a1a2a)}.ur-cat-card:nth-child(3) .ur-cat-card__bg{background:linear-gradient(135deg,#181a18,#1a2a1a)}.ur-cat-card:nth-child(4) .ur-cat-card__bg{background:linear-gradient(135deg,#1a1818,#2a1818)}.ur-cat-card__bg:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,transparent 60%,rgba(212,43,43,.08) 100%)}.template-page .main-content,.template-page .page-container,.template-search .main-content,.template-search .page-container,.template-404 .main-content,.template-404 .page-container,.template-article .main-content,.template-article .page-container,.template-blog .main-content,.template-blog .page-container,.template-customers-login .main-content,.template-customers-register .main-content,.template-customers-account .main-content,.template-customers-addresses .main-content,.template-customers-order .main-content,.template-customers-activate-account .main-content,.template-customers-reset-password .main-content,.template-gift-card .main-content{background:var(--ur-black)!important}body.template-page,body.template-search,body.template-404,body.template-article,body.template-blog,body.template-customers-login,body.template-customers-register,body.template-customers-account,body.template-customers-addresses,body.template-customers-order,body.template-customers-activate-account,body.template-customers-reset-password,body.template-gift-card{background:var(--ur-black)!important;color:var(--ur-white)}.ur-page{background:var(--ur-black);color:var(--ur-white);padding:72px 52px 96px;max-width:1280px;margin:0 auto}.ur-page--narrow{max-width:720px}.ur-page--medium{max-width:960px}.ur-page__eyebrow{font-size:11px;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--ur-red);margin-bottom:12px;display:flex;align-items:center;gap:10px}.ur-page__eyebrow:before{content:"";width:32px;height:2px;background:var(--ur-red)}.ur-page__title{font-family:Barlow Condensed,sans-serif;font-size:56px;font-weight:700;text-transform:uppercase;letter-spacing:.02em;color:var(--ur-white);line-height:1;margin:0 0 18px}.ur-page__sub{font-size:15px;color:var(--ur-muted);max-width:640px;line-height:1.7;margin-bottom:48px}.ur-page__rule{height:1px;background:var(--ur-border);margin:40px 0;border:0}.ur-form{display:flex;flex-direction:column;gap:18px}.ur-form__row{display:grid;grid-template-columns:1fr 1fr;gap:18px}.ur-form__field{display:flex;flex-direction:column;gap:8px}.ur-form__label{font-size:11px;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--ur-muted)}.ur-form__input,.ur-form__textarea,.ur-form__select{background:var(--ur-dark);border:1px solid var(--ur-border-light);color:var(--ur-white);padding:14px 16px;font-family:Barlow,sans-serif;font-size:15px;outline:none;transition:border-color .2s;width:100%;border-radius:0;-webkit-appearance:none}.ur-form__input:focus,.ur-form__textarea:focus,.ur-form__select:focus{border-color:var(--ur-red)}.ur-form__textarea{min-height:140px;resize:vertical;font-family:Barlow,sans-serif}.ur-form__submit{background:var(--ur-red);color:#fff;border:none;font-family:Barlow,sans-serif;font-size:13px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;cursor:pointer;height:54px;display:inline-flex;align-items:center;justify-content:center;gap:10px;transition:background .2s;padding:0 32px;align-self:flex-start}.ur-form__submit:hover{background:var(--ur-red-light)}.ur-form__ghost{background:transparent;color:var(--ur-light);border:1px solid var(--ur-border-light);font-family:Barlow,sans-serif;font-size:12px;font-weight:500;letter-spacing:.1em;text-transform:uppercase;cursor:pointer;height:44px;padding:0 24px;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;gap:8px;transition:all .2s}.ur-form__ghost:hover{border-color:var(--ur-muted);color:var(--ur-white)}.ur-form__success{padding:16px 20px;background:#5da85d1a;border:1px solid #2d5a2d;color:#5da85d;font-size:14px;margin-bottom:20px}.ur-form__errors{padding:16px 20px;background:#d42b2b1a;border:1px solid #5a2d2d;color:#ff6b6b;font-size:14px;margin-bottom:20px}.ur-form__errors ul{margin:0;padding-left:20px}.ur-card-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:2px;background:var(--ur-border);border:1px solid var(--ur-border);margin-bottom:48px}.ur-card{background:var(--ur-dark);padding:28px 24px}.ur-card__icon{width:40px;height:40px;background:#d42b2b1f;border:1px solid rgba(212,43,43,.3);display:flex;align-items:center;justify-content:center;color:var(--ur-red);margin-bottom:16px}.ur-card__title{font-family:Barlow Condensed,sans-serif;font-size:18px;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:var(--ur-white);margin-bottom:6px}.ur-card__body{font-size:13px;color:var(--ur-muted);line-height:1.7}.ur-card__body a{color:var(--ur-red);text-decoration:none}.ur-card__body a:hover{text-decoration:underline}.ur-split{display:grid;grid-template-columns:1.4fr 1fr;gap:56px;align-items:flex-start}.ur-auth{max-width:440px;margin:0 auto;padding:56px 0 96px}.ur-auth__panel{background:var(--ur-off-black);border:1px solid var(--ur-border);padding:40px 36px}.ur-auth__links{display:flex;justify-content:space-between;align-items:center;margin-top:20px;font-size:12px}.ur-auth__links a{color:var(--ur-red);text-decoration:none;font-weight:500}.ur-auth__links a:hover{text-decoration:underline}.ur-prose{max-width:760px;margin:0 auto;font-size:16px;line-height:1.8;color:var(--ur-light)}.ur-prose p{margin-bottom:22px}.ur-prose h2,.ur-prose h3{font-family:Barlow Condensed,sans-serif;text-transform:uppercase;color:var(--ur-white);margin-top:40px;margin-bottom:16px;letter-spacing:.02em}.ur-prose h2{font-size:32px}.ur-prose h3{font-size:22px}.ur-prose a{color:var(--ur-red);text-decoration:none;border-bottom:1px solid rgba(212,43,43,.4)}.ur-prose a:hover{border-bottom-color:var(--ur-red)}.ur-prose img{max-width:100%;height:auto;margin:24px 0;display:block}.ur-prose blockquote{border-left:3px solid var(--ur-red);padding:6px 0 6px 22px;margin:28px 0;color:var(--ur-white);font-style:italic}.ur-prose ul,.ur-prose ol{margin:0 0 22px 22px}.ur-prose li{margin-bottom:8px}.ur-blog-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:28px}.ur-blog-card{background:var(--ur-off-black);border:1px solid var(--ur-border);text-decoration:none;display:flex;flex-direction:column;transition:border-color .2s}.ur-blog-card:hover{border-color:var(--ur-red)}.ur-blog-card__img{aspect-ratio:16/9;background:var(--ur-mid);overflow:hidden}.ur-blog-card__img img{width:100%;height:100%;object-fit:cover;transition:transform .3s}.ur-blog-card:hover .ur-blog-card__img img{transform:scale(1.04)}.ur-blog-card__body{padding:22px 24px 26px;flex:1;display:flex;flex-direction:column}.ur-blog-card__meta{font-size:11px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--ur-red);margin-bottom:10px}.ur-blog-card__title{font-family:Barlow Condensed,sans-serif;font-size:22px;font-weight:700;text-transform:uppercase;color:var(--ur-white);line-height:1.2;margin-bottom:10px}.ur-blog-card__excerpt{font-size:13px;color:var(--ur-muted);line-height:1.7;flex:1}.ur-blog-card__more{margin-top:14px;font-size:11px;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--ur-red);display:inline-flex;align-items:center;gap:6px}.ur-table{width:100%;border-collapse:collapse;font-size:13px;color:var(--ur-light);border:1px solid var(--ur-border)}.ur-table th{background:var(--ur-off-black);text-align:left;padding:14px 18px;font-size:11px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--ur-muted);border-bottom:1px solid var(--ur-border)}.ur-table td{padding:14px 18px;border-bottom:1px solid var(--ur-border)}.ur-table tr:last-child td{border-bottom:none}.ur-table a{color:var(--ur-red);text-decoration:none}@media(max-width:900px){.ur-page{padding:48px 24px 72px}.ur-page__title{font-size:40px}.ur-form__row{grid-template-columns:1fr}.ur-split{grid-template-columns:1fr;gap:40px}}.newsletterPopup .newsletter .input-group{display:flex!important;flex-wrap:nowrap!important;width:100%!important}.newsletterPopup .newsletter .input-group .form-control{flex:1 1 auto!important;width:auto!important;margin:0!important;border-radius:0!important;border-right:none!important}.newsletterPopup .newsletter .input-group .btn{width:auto!important;display:inline-flex!important;flex-shrink:0!important;min-width:auto!important}@media(max-width:600px){.newsletterPopup .newsletter .input-group{flex-wrap:wrap!important}.newsletterPopup .newsletter .input-group .form-control{width:100%!important;border-right:1px solid #3a3a3a!important;margin-bottom:10px!important}.newsletterPopup .newsletter .input-group .btn{width:100%!important}}
/*# sourceMappingURL=/cdn/shop/t/8/assets/ur-theme.css.map */
