@import"https://use.typekit.net/bfs8pcy.css";.buck-btn{border-radius:25px;height:48px;padding:10px 16px;display:flex;flex-direction:row;align-items:center;justify-content:center;gap:10px;background:#f60!important;background:var(--color-orange)!important;color:#fff!important;border:1px solid rgba(0,0,0,0);transition:color .25s ease,background .25s ease}.buck-btn .text{font-family:Oswald,sans-serif;font-family:var(--font-oswald);text-transform:uppercase;line-height:1em;font-weight:600}.buck-btn .icon{width:18px;height:18px;transition:transform .25s ease}.buck-btn[disabled]{pointer-events:none}.buck-btn:hover{background:#fff!important;color:#f60!important;color:var(--color-orange)!important;border-color:#f60!important;border-color:var(--color-orange)!important}.buck-btn:hover .icon{transform:translate(3px)}.buck-btn.reverse{background:#fff!important;color:#f60!important;color:var(--color-orange)!important;border:1px solid #fff}.buck-btn.reverse:hover{background:#f60!important;background:var(--color-orange)!important;border-color:#fff!important;color:#fff!important}.buck-btn.outline{background:#0000!important;border:1px solid #fff;color:#fff}.buck-btn.outline:hover{background:#fff!important;color:#000!important;border-color:#fff!important}.buck-btn.wide{padding:10px 75px}.slider{width:100%;top:0;left:0;text-align:center;overflow:hidden}.slider .slides{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;-ms-overflow-style:none;scrollbar-width:none}.slider .slides::-webkit-scrollbar{display:none}.slider .slides .video-hover{position:absolute;top:0;left:0;width:100%;height:calc(100% - 20px);opacity:0;transition:opacity .25s ease;z-index:1;pointer-events:none}@media screen and (min-width: 1025px){.slider .slides .video-hover{display:block}}.slider .slides .video-hover.playing{opacity:1}.slider .slides .video-hover video{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.slider .slides .slide{position:relative;scroll-snap-align:start;flex-shrink:0}.slider .slides .slide:not(.slide--auto-width){width:100%}.slider .slides .slide img{vertical-align:top}.slider .slides .slide .video-slide--content{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;opacity:0;transition:opacity .25s ease;overflow:hidden;pointer-events:none}.slider .slides .slide .video-slide--content.playing{opacity:1}.slider .slides .slide .video-slide--content video{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.slider .slides .slide .video-slide--play-button{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background-color:#fff;padding:15px;z-index:2;opacity:1;transition:opacity .25s ease}.slider .slides .slide.playing .video-slide--content{opacity:1}.slider .slides .slide.playing .video-slide--play-button{opacity:0}.slider .slides-and-navigation{position:relative}.slider .slider-controls{display:flex;gap:8px;margin-top:10px}.slider .slider-controls .dot{border:1px solid #FF6600;border:1px solid var(--color-orange);border-radius:50%;width:10px;height:10px}.slider .slider-controls .dot.active{background-color:#f60;background-color:var(--color-orange)}.slider .slider-navigation{position:absolute;top:50%;left:0;width:100%;display:flex;justify-content:space-between;transform:translateY(-50%);z-index:1;pointer-events:none}.slider .slider-navigation .chevron{width:36px;height:40px;background-color:#ffffffb3;display:flex;align-items:center;justify-content:center;pointer-events:all}.slider .slider-navigation .chevron>*{pointer-events:none}.slider .slider-navigation .chevron .icon{width:20px;height:20px;color:#000}.slider .slider-navigation .chevron.previous{border-radius:0 25px 25px 0}.slider .slider-navigation .chevron.previous .icon{transform:rotate(180deg)}.slider .slider-navigation .chevron.next{border-radius:25px 0 0 25px}.slider .slider-thumbs{margin-top:10px}.slider .slider-thumbs .thumbs{display:flex;overflow-x:auto;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;gap:10px}.slider .slider-thumbs .thumb{position:relative;flex:0 0 30%}.slider .slider-thumbs .thumb>*{pointer-events:none}.slider .slider-thumbs .thumb:after{content:"";position:absolute;display:block;bottom:0;left:0;width:100%;height:0;transition:height .25s ease;background-color:#f60;background-color:var(--color-orange)}.slider .slider-thumbs .thumb.active:after{height:4px}.filters{display:flex;flex-direction:row;flex-wrap:wrap;padding:16px 0;gap:20px}@media screen and (min-width: 1025px){.filters{gap:50px}}.clear-filters{display:flex;align-items:center;gap:10px;font-family:Oswald,sans-serif;font-family:var(--font-oswald);font-size:16px;color:#f60;color:var(--color-orange);text-transform:uppercase;font-weight:600}.clear-filters .icon{width:14px;height:14px}@media screen and (min-width: 1025px){.clear-filters{margin-left:auto}}.dropdown{position:relative}@media screen and (min-width: 1025px){.dropdown{flex:0 0 content}}.dropdown.active .dropdown--dropdown{display:flex}.dropdown--title{font-family:Oswald,sans-serif;font-family:var(--font-oswald);font-size:16px;color:#000;text-transform:uppercase;font-weight:600;display:flex;align-items:center}.dropdown--title .text{margin-right:10px}.dropdown--title .current{text-transform:none;font-family:Source Sans Pro,sans-serif;font-family:var(--font-source);font-weight:400;margin-right:5px}.dropdown--title .icon{width:14px;height:14px;transform:rotate(45deg)}.dropdown--title.active .text,.dropdown--title.active .icon{color:#f60;color:var(--color-orange)}.dropdown--dropdown{display:none;position:absolute;top:30px;left:0;list-style:none;flex-direction:column;padding:0;margin:0;background:#fff;box-shadow:0 4px 4px #00000040;z-index:2;min-width:100%;border-top:1px solid #000}.dropdown--dropdown li{list-style:none;line-height:30px;white-space:nowrap}.dropdown--dropdown li:not(:first-child){border-top:1px solid #000}.dropdown--dropdown li label{cursor:pointer;padding:0 26px 0 10px}.dropdown--dropdown li label.active{color:#f60;color:var(--color-orange)}.dropdown--dropdown li input[type=checkbox]{position:absolute;opacity:.01}.mobile-image+.desktop-image{display:none}@media screen and (min-width: 1025px){.mobile-image+.desktop-image{display:block}}.mobile-image{display:block}@media screen and (min-width: 1025px){.mobile-image{display:none}}.page--max-width,.template-article .section{padding:0 12px 24px}@media screen and (min-width: 1025px){.page--max-width,.template-article .section{padding:0 30px 48px;max-width:1440px;max-width:var(--breakpoint-xlg);margin:0 auto}}.pagination{font-size:16px;display:flex;flex-direction:row;justify-content:space-between;text-transform:uppercase;font-family:Oswald,sans-serif;font-family:var(--font-oswald);font-weight:700;height:60px}.pagination .pagination--part{display:flex;flex-direction:row;gap:16px;align-items:center;justify-content:center}.pagination .pagination--part .icon{width:16px;height:16px;display:block}.pagination .pagination--part.previous .icon{transform:rotate(90deg)}.breadcrumbs-row{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;color:#f60;color:var(--color-orange);gap:5px;text-transform:uppercase;font-size:12px}.breadcrumbs-row a+a:before,.breadcrumbs-row a+span:before,.breadcrumbs-row span+a:before,.breadcrumbs-row span+span:before{content:"/";margin-right:5px}.breadcrumbs-row a:hover{color:#000}.country-selector-form{position:relative;margin-left:5px}@media screen and (min-width: 1025px){.country-selector-form{margin-left:10px}}.country-selector-form .country-toggle{display:flex;flex-direction:row;align-items:center;gap:5px}.country-selector-form .country-toggle .icon{width:10px;height:10px;transform:rotate(90deg);transition:transform .25s ease-out}.country-selector-form.active .country-toggle .icon{transform:rotate(270deg)}.country-selector-form.active .country-list{display:flex}.country-selector-form .country-list{display:none;position:absolute;top:calc(100% + 17px);right:0;background-color:#000;padding:10px;z-index:100;max-height:min(100vh - 100px,300px);overflow-y:auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:none;scrollbar-width:none;flex-direction:column;gap:5px;margin:0;list-style:none}@media screen and (min-width: 1025px){.country-selector-form .country-list{top:calc(100% + 38px)}}.country-selector-form .country-list .country-list--item{white-space:nowrap}.country-selector-form .country-list .country-list--item .country-list--link{display:flex;flex-direction:row;justify-content:space-between}.country-selector-form .country-list .country-list--item .country-list--link>*{pointer-events:none}.country-selector-form .country-list::-webkit-scrollbar{display:none}.buck-form .form-columns{display:flex;flex-direction:column;gap:15px}@media screen and (min-width: 1025px){.buck-form .form-columns{flex-direction:row;gap:30px}.buck-form .form-columns>*{flex:1 0 calc(50% - 15px)}}.buck-form .form-columns:after{content:"Submitting ...";position:absolute;top:0;left:0;display:flex;width:100%;height:100%;background:#f60c;color:#fff;opacity:0;pointer-events:none;transition:opacity .25s ease;justify-content:center;align-items:center;font-size:24px;font-family:Oswald,sans-serif;font-family:var(--font-oswald);font-size:20px;line-height:1em;font-weight:600;text-transform:uppercase;margin:0}.buck-form .form-column{display:flex;flex-direction:column;gap:15px;align-items:flex-start}.buck-form .form-field{display:flex;flex-direction:column;font-size:16px;width:100%}.buck-form .form-field--note{font-size:14px;line-height:1.1;margin-top:4px}.buck-form label{text-transform:uppercase;color:#fff;font-weight:600}.buck-form input,.buck-form textarea,.buck-form select{background:#fff;color:#000;border:none!important;padding:10px 15px;border-radius:5px!important;font-size:16px;line-height:16px;width:100%;border:2px solid rgba(0,0,0,0)!important;transition:border-color .25s ease}.buck-form textarea{line-height:1.2;height:auto}.buck-form input[type=text],.buck-form input[type=email],.buck-form input[type=tel],.buck-form input[type=date]{border-radius:5px!important;padding:10px 15px!important}.buck-form form.attempted-submit input:invalid,.buck-form form.attempted-submit textarea:invalid,.buck-form form.attempted-submit select:invalid{border:2px solid #000!important}.buck-form form.attempted-submit input[type=checkbox]:invalid+span{color:#000}.buck-form.error-reverse form.attempted-submit input:invalid,.buck-form.error-reverse form.attempted-submit textarea:invalid,.buck-form.error-reverse form.attempted-submit select:invalid{border:2px solid #FF6600!important;border:2px solid var(--color-orange)!important}.buck-form .phone-input{display:flex;flex-direction:row;align-items:center;gap:4px}.buck-form .phone-input select{border-top-right-radius:0!important;border-bottom-right-radius:0!important;width:auto}.buck-form .phone-input input{border-top-left-radius:0!important;border-bottom-left-radius:0!important;flex-grow:1}.buck-form .country-code-label{display:none}.buck-form ::-moz-placeholder{color:#00000080}.buck-form ::placeholder{color:#00000080}.buck-form .photos-dropzone{border:2px dashed #fff;padding:30px 15px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:15px;transition:border-color .25s ease}.buck-form .photos-dropzone.dragover{border:2px solid #fff}.buck-form .photos-dropzone.invalid:not(.dragover){border-color:#000}.buck-form .photos-dropzone .photos-dropzone--cta{display:flex;flex-direction:column;align-items:center}.buck-form .photos-dropzone .icon--upload{width:40px;height:30px}.buck-form .photos-dropzone input{display:none}.buck-form .photos-dropzone .files-list{display:none;flex-direction:column;gap:5px}.buck-form .photos-dropzone .files-list .file-item{display:flex;flex-direction:row;gap:15px;align-items:center}.buck-form .photos-dropzone .files-list .file-item:after{content:"";background:url(9b67d4baeaf9ef77352c.svg) no-repeat center center;display:block;width:12px;height:12px}.buck-form .photos-dropzone.has-files .photos-dropzone--cta,.buck-form .photos-dropzone.has-files .buck-btn{display:none}.buck-form .photos-dropzone.has-files .files-list{display:flex}.buck-form .confirmation-field{gap:4px;text-transform:none;font-weight:400;display:flex;flex-direction:row;align-items:center;gap:10px;position:relative}.buck-form .confirmation-field:before{content:"";display:block;width:16px;height:16px;flex-shrink:0;background:#fff;cursor:pointer}.buck-form .confirmation-field input{display:none}.buck-form .confirmation-field input:checked+span:after{content:"";display:block;background:url(2880962bc9a163c44900.svg) no-repeat center center;width:12px;height:12px;position:absolute;top:50%;left:2px;transform:translateY(-50%);border:2px solid rgba(0,0,0,0)}.buck-form button[type=submit] .text .submitted{display:none}.buck-form .ticket-number{font-weight:600;font-size:22px}.buck-form .submitting .form-columns{position:relative}.buck-form .submitting .form-columns:after{opacity:1}.buck-form .submitting button[type=submit]{pointer-events:none}.buck-form .submitting button[type=submit] .text .submit,.buck-form .submitting button[type=submit] .icon{display:none}.buck-form .submitting button[type=submit] .text .submitted{display:block}.acknowledgement{position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:#000;z-index:999;display:flex;align-items:center;justify-content:center;opacity:1;transition:opacity .25s ease}.acknowledgement.done{opacity:0;pointer-events:none}.acknowledgement .acknowledgement--content{font-family:Source Sans Pro,sans-serif;font-family:var(--font-source);width:100%;max-width:410px;padding:20px;color:#fff;font-size:20px;line-height:130%;display:flex;flex-direction:column;gap:20px;text-align:center}.acknowledgement .acknowledgement--content p{margin:0}.acknowledgement .acknowledgement--close{margin-top:20px}.shopify-section.section--header{position:sticky;top:0;z-index:100}.buck-header{width:100vw;background:#000}.buck-header .header--wrapper{display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding:15px 10px}.buck-header .header--wrapper .header--left,.buck-header .header--wrapper .header--right{display:flex;flex-direction:row;align-items:center;gap:15px}.buck-header .header--wrapper .header--left a,.buck-header .header--wrapper .header--right a{color:#fff}.buck-header .header--wrapper .link-cart{position:relative}.buck-header .header--wrapper .link-cart .cart-count{position:absolute;bottom:-10px;right:-10px;background:#f60;background:var(--color-orange);color:#fff;border-radius:50%;width:20px;height:20px;line-height:20px;text-align:center;font-size:12px;font-weight:600}@media screen and (min-width: 1025px){.buck-header .header--wrapper{justify-content:flex-start;gap:15px;padding:0 30px;height:102px}.buck-header .header--wrapper .link-hamburger{display:none}.buck-header .header--wrapper .header--left{order:3}.buck-header .header--wrapper .header--right{order:4}.buck-header .header--wrapper .header--logo--wrapper{order:1;margin-right:auto}}.buck-header .header--logo{width:110px;cursor:pointer}.buck-header .header--logo img{width:100%;height:auto}@media screen and (min-width: 1025px){.buck-header .header--logo{width:auto;height:62px}.buck-header .header--logo img{width:auto;height:100%}}.buck-header .header--nav{position:fixed;top:0;left:0;width:100%;height:100vh;background:#000;z-index:100;transform:translateY(-100%);transition:transform .25s ease-out}@media screen and (min-width: 1025px){.buck-header .header--nav{position:relative;order:2;height:auto;z-index:auto;transform:none;transition:none}}.buck-header .close-link{position:absolute;top:20px;right:20px;width:16px;height:16px;color:#fff}.buck-header .close-link svg{width:100%;height:100%}@media screen and (min-width: 1025px){.buck-header .close-link{display:none}}.buck-header .nav--items{padding:80px 20px 20px;font-family:Oswald,sans-serif;font-family:var(--font-oswald);font-size:24px;line-height:1em;font-weight:600;text-transform:uppercase;height:100vh}@media screen and (min-width: 1025px){.buck-header .nav--items{height:auto;padding:0;font-size:14px}}.buck-header .nav--items .header--logo{position:absolute;top:20px;left:50%;transform:translate(-50%)}@media screen and (min-width: 1025px){.buck-header .nav--items .header--logo{display:none}}.buck-header .nav--items .nav--items--scroll{display:flex;flex-direction:column;gap:36px;overflow-y:auto;padding-bottom:10px;height:100%}@media screen and (min-width: 1025px){.buck-header .nav--items .nav--items--scroll{height:auto;overflow:visible;flex-direction:row;gap:0;padding:0 0 0 50px}}.buck-header .nav--items .nav--item .nav--item--title{display:flex;flex-direction:row;align-items:center;gap:10px}@media screen and (min-width: 1025px){.buck-header .nav--items .nav--item .nav--item--title{gap:5px}}.buck-header .nav--items .nav--item .nav--item--title>.icon{width:20px;height:20px;transform:rotate(90deg);transition:transform .25s ease-out;color:#fff}.buck-header .nav--items .nav--item .nav--item--title>.icon svg{pointer-events:none}@media screen and (min-width: 1025px){.buck-header .nav--items .nav--item .nav--item--title>.icon{width:12px;height:12px;padding:0}.buck-header .nav--items .nav--item .nav--item--title>.icon svg{padding:0}}.buck-header .nav--items .nav--item .nav--item--title>.link>span{position:relative}.buck-header .nav--items .nav--item .nav--item--title>.link>span:after{content:"";position:absolute;display:block;width:0;height:2px;background:#f60;background:var(--color-orange);top:calc(100% + 3px);left:0;transition:width .25s .25s ease-out}.buck-header .nav--items .nav--item .nav--item--title>.link:hover>span:after{width:100%}.buck-header .nav--items .nav--item .link{color:#fff}.buck-header .nav--items .nav--item.open .icon{transform:rotate(-45deg)}@media screen and (min-width: 1025px){.buck-header .nav--items .nav--items--scroll>.nav--item{padding:0 15px}.buck-header .nav--items .nav--items--scroll>.nav--item:hover .item--sub-items--dropdown{transform:none;pointer-events:all}.buck-header .nav--items .nav--items--scroll>.nav--item>.nav--item--title>.link{line-height:102px}}@media screen and (min-width: 1025px){.buck-header .nav--items .item--sub-items--wrapper{position:fixed;top:102px;left:0;width:100vw;height:calc(100vh - 102px);overflow:hidden;pointer-events:none}}@media screen and (min-width: 1025px){.buck-header .nav--items .item--sub-items--dropdown{position:absolute;top:0;left:0;width:100vw;background:#000;z-index:100;transform:translateY(-100%);transition:transform .25s .25s ease-out;padding:0 30px 30px;display:grid;grid-template-columns:1fr}}@media screen and (min-width: 1200px){.buck-header .nav--items .item--sub-items--dropdown.has-callouts{grid-template-columns:57.3913043478% 41.0144927536%;-moz-column-gap:1.4492753623%;column-gap:1.4492753623%}}.buck-header .nav--items .dropdown--callouts{display:none}@media screen and (min-width: 1200px){.buck-header .nav--items .dropdown--callouts{display:flex;gap:20px;grid-row:span 2;align-items:flex-start}.buck-header .nav--items .dropdown--callouts .callout-block{flex:1 1 50%}.buck-header .nav--items .dropdown--callouts .callout-block--wrapper{padding-top:100%}}.buck-header .nav--items .item--sub-items{display:flex;flex-direction:column;gap:10px;overflow:hidden;transition:height .25s ease-out}.buck-header .nav--items .item--sub-items>*:first-child{margin-top:10px}@media screen and (min-width: 1025px){.buck-header .nav--items .item--sub-items>*:first-child{margin-top:0}}@media screen and (min-width: 1025px){.buck-header .nav--items .item--sub-items{flex-direction:row;padding:20px 0;border-top:1px solid #FF6600;border-top:1px solid var(--color-orange)}}.buck-header .nav--items .dropdown--features{display:none}@media screen and (min-width: 1025px){.buck-header .nav--items .dropdown--features{display:flex;flex-direction:row;justify-content:space-between;padding:26px 0 0;border-top:1px solid #FF6600;border-top:1px solid var(--color-orange);margin-top:auto}.buck-header .nav--items .dropdown--features .feature-icon{display:flex;flex-direction:row;align-items:center;gap:12px;color:#fff}.buck-header .nav--items .dropdown--features .icon{width:50px;height:50px}}.buck-header .nav--items .nav--item:not(.open) .item--sub-items{height:0!important}@media screen and (min-width: 1025px){.buck-header .nav--items .nav--item:not(.open) .item--sub-items{height:auto!important}}.buck-header .nav--items .link{line-height:1em}.buck-header .nav--items .sub-item{color:#fff;font-size:14px;width:100%}.buck-header .nav--items .sub-item .link{width:100%;display:block;transition:color .25s ease-out}.buck-header .nav--items .sub-item .link:hover{color:#f60;color:var(--color-orange)}.buck-header .nav--items .sub-item.no-sub-items{font-weight:600}.buck-header .nav--items .sub-item>.link{color:#f60;color:var(--color-orange);border-top:1px solid #FF6600;border-top:1px solid var(--color-orange);padding-top:14px;margin-top:4px}@media screen and (min-width: 1025px){.buck-header .nav--items .sub-item>.link{border-top:none;padding-top:0;margin-top:0}.buck-header .nav--items .sub-item>.link:hover{color:#fff}}.buck-header .nav--items .sub-item--sub-items{display:flex;flex-direction:column;gap:10px;padding-top:10px}.buck-header .nav--items .sub-item--sub-items .link{font-weight:400}.buck-header .callout-blocks{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:10px;gap:10px}@media screen and (min-width: 1025px){.buck-header .callout-blocks{display:none}}.buck-header .callout-blocks .callout-block{width:auto}.buck-header .callout-blocks .callout-block .buck-btn{font-size:16px}.buck-header .callout-blocks .callout-block .callout-block--content p{font-size:20px}.buck-header .callout-blocks .callout-block--wrapper{padding-top:100%}.buck-header.open .header--nav{transform:translateY(0)}@media screen and (min-width: 1025px){.buck-header.ribbon-active .item--sub-items--wrapper{top:128px}}.page-shade{display:none}.collection--header{padding:24px 12px}@media screen and (min-width: 1025px){.collection--header{padding:48px 30px;max-width:1440px;max-width:var(--breakpoint-xlg);margin:0 auto}}.collection--header,.collection--header .header--content{display:flex;flex-direction:column;gap:24px}@media screen and (min-width: 1025px){.collection--header{flex-direction:row;justify-content:space-between;gap:100px}.collection--header .header--content,.collection--header .header--image{flex:1 1 50%}.collection--header .header--image img{width:100%;height:auto}}.collection--header .collection--header--title{color:#f60;color:var(--color-orange);font-family:obviously-condensed,sans-serif;font-family:var(--font-obviously);font-size:64px!important;line-height:1em;font-weight:800;text-transform:uppercase;margin:0}@media screen and (min-width: 1025px){.collection--header .collection--header--title{font-size:96px!important}}.section-collection{display:flex;flex-direction:column;gap:30px;align-items:center}.section-collection .section-title,.section-collection .section-subtitle{max-width:600px}.section-collection .section-title.large{color:#f60;color:var(--color-orange);font-family:obviously-condensed,sans-serif;font-family:var(--font-obviously);font-size:64px!important;line-height:1em;font-weight:800;text-transform:uppercase;margin:0}@media screen and (min-width: 1025px){.section-collection .section-title.large{font-size:96px!important}}.main-product .main-product--detail{display:flex;flex-direction:column}@media screen and (min-width: 1025px){.main-product .main-product--detail{display:grid;grid-column-gap:12.0481927711%;-moz-column-gap:12.0481927711%;column-gap:12.0481927711%;grid-template-columns:47.7108433735% 40.1606425703%}}.main-product .detail--media{position:relative}@media screen and (min-width: 1025px){.main-product .detail--media{grid-row:1/span 3;grid-column-start:1;grid-row-start:1}}.main-product .detail--info{display:flex;flex-direction:column;gap:5px;padding-top:5px}@media screen and (min-width: 1025px){.main-product .detail--info{gap:16px;padding-top:0}}.main-product .detail--info .breadcrumbs{justify-content:flex-start}.main-product .detail--info .title{margin:0}.main-product .detail--info .detail--price{display:flex;flex-direction:row;justify-content:space-between}.main-product .detail--info .detail--price .price{font-family:Oswald,sans-serif;font-family:var(--font-oswald);font-size:24px;line-height:1em;font-weight:600;text-transform:uppercase;align-items:center;margin:0}@media screen and (min-width: 1025px){.main-product .detail--info .detail--price .price{font-size:36px}}.main-product .detail--info .detail--price .current-price{color:#f60;color:var(--color-orange)}.main-product .detail--info .detail--price .compare-price{color:#999;color:var(--color-grey);-webkit-text-decoration:line-through;text-decoration:line-through}.main-product .detail--info .reviews-wrapper{cursor:pointer}.main-product .detail--info .stamped-product-reviews-badge{pointer-events:none}.main-product .detail--info .excerpt{padding:10px 0}.main-product .detail--interface{position:relative}.main-product .detail--interface .interface--forms-placeholder{position:absolute;top:0;left:0;width:1px;pointer-events:none}.main-product .detail--interface,.main-product .detail--interface .interface--forms{display:flex;flex-direction:column;gap:16px}.main-product .detail--interface .interface--forms{padding:16px 0}@media screen and (max-width: 767px){.main-product .detail--interface .interface--forms.sticky{position:fixed;bottom:0;left:0;width:100%;padding:16px;background:#000;z-index:2}.main-product .detail--interface .interface--forms.sticky .option-form,.main-product .detail--interface .interface--forms.sticky .custom-embossing{position:absolute;transform:translate(-200%)}.main-product .detail--interface .interface--forms.sticky .option-form{z-index:1}.main-product .detail--interface .interface--forms.sticky .option-selector{color:#fff}.main-product .detail--interface .interface--forms.sticky .option-selector .option-dropdown,.main-product .detail--interface .interface--forms.sticky .option-selector .option-dropdown--options{background:#000}.main-product .detail--interface .interface--forms.sticky .option-selector .option-dropdown--selected{color:#fff}.main-product .detail--interface .interface--forms.sticky .option-selector .swatch[data-swatch=black]:before{border:1px solid #fff}.main-product .detail--interface .interface--forms.sticky.interacting .option-form,.main-product .detail--interface .interface--forms.sticky.interacting .custom-embossing{position:relative;transform:translate(0)}.main-product .detail--interface .interface--forms.sticky~.interface--feature-icons{margin-top:200px}.main-product .detail--interface .interface--forms.sticky .custom-embossing .custom-embossing--label-input{color:#fff}}.main-product .product-form .add-to-cart{width:100%}.main-product .custom-embossing{position:relative;display:flex;flex-direction:column;gap:16px}.main-product .custom-embossing .custom-embossing--label-input{display:flex;flex-direction:column;gap:10px}.main-product .custom-embossing .custom-embossing--input-wrapper{position:relative}.main-product .custom-embossing label{font-weight:600}.main-product .custom-embossing hr{opacity:0;margin-bottom:16px}@media screen and (min-width: 1025px){.main-product .custom-embossing hr{opacity:1}}.main-product .custom-embossing .custom-embossing--input{border:1px solid #c4c4c4;border-radius:25px!important;background:#fff;width:100%}.main-product .custom-embossing .custom-embossing--character-count{position:absolute;top:50%;right:16px;transform:translateY(-50%);line-height:1em}.main-product .interface--feature-icons{display:flex;flex-direction:row;padding:16px 0}.main-product .interface--feature-icons .feature-icon{display:flex;flex-direction:column;align-items:center;gap:20px;flex:1 0 33.3%}@media screen and (min-width: 1025px){.main-product .interface--feature-icons .feature-icon{align-items:flex-start}}.main-product .interface--feature-icons .feature-icon .icon{width:50px;height:50px}.main-product .interface--feature-icons .feature-icon span{text-align:center}.main-product .interface--accordion{border-top:1px solid #e2e2e2;padding:16px 0;scroll-margin-top:100px}.main-product .interface--accordion .title{display:flex;flex-direction:row;justify-content:space-between;align-items:center;font-family:Oswald,sans-serif;font-family:var(--font-oswald);font-size:20px;line-height:1em;font-weight:600;text-transform:uppercase;margin:0;color:#c4c4c4;-webkit-text-decoration:none;text-decoration:none;transition:color .25s ease}.main-product .interface--accordion .title>*{pointer-events:none}.main-product .interface--accordion .title .icons{position:relative}.main-product .interface--accordion .title .icons,.main-product .interface--accordion .title .icons .icon{width:16px;height:16px}.main-product .interface--accordion .title .icons .icon{position:absolute;top:0;left:0}.main-product .interface--accordion .title .icons .icon--minus{display:none}.main-product .interface--accordion .content{overflow:hidden;transition:height .25s ease}.main-product .interface--accordion .content-wrapper{padding-top:16px}.main-product .interface--accordion.open .title,.main-product .interface--accordion:hover .title{color:#000}.main-product .interface--accordion.open .icons .icon--plus{display:none}.main-product .interface--accordion.open .icons .icon--minus{display:block}.main-product .interface--accordion:not(.open) .content{height:0!important}.main-product hr{margin:0}.main-product .option-selector{display:flex;flex-direction:column;gap:5px}.main-product .option-selector .option-selector--title{display:flex;flex-direction:row;justify-content:space-between}.main-product .option-selector .option-selector--title span{font-weight:600}.main-product .option-selector .size-chart-link{color:#000;-webkit-text-decoration:underline;text-decoration:underline}.main-product .option-form{display:flex;flex-direction:column;gap:16px}.main-product .option-dropdown{position:relative;border:1px solid #c4c4c4;border-radius:25px;background:#fff;padding:0 20px;width:100%}.main-product .option-dropdown .option-dropdown--selected{line-height:48px;color:#000;cursor:pointer;width:100%;display:block}.main-product .option-dropdown .option-dropdown--selected label{pointer-events:none}.main-product .option-dropdown .option-dropdown--options{flex-direction:column;align-items:flex-start;overflow:hidden;position:absolute;top:-1px;left:-1px;width:calc(100% + 2px);display:none;background:#fff;border-radius:25px;border:1px solid #c4c4c4;z-index:99;padding:6px 16px;max-height:360px}.main-product .option-dropdown .option-dropdown--options .option-dropdown--option:not(:first-child){border-top:1px solid #c4c4c4}.main-product .option-dropdown .option-dropdown--options .option-dropdown--option label{display:flex;flex-direction:row;align-items:center;height:48px;cursor:pointer}.main-product .option-dropdown .option-dropdown--options .option-dropdown--option input{opacity:0;position:absolute;left:16px;top:50%;transform:translateY(-50%)}.main-product .option-dropdown .option-dropdown--option{width:100%}.main-product .option-dropdown.open .option-dropdown--options{height:auto;display:flex;overflow-y:auto}.main-product .option-dropdown.open.drop-up .option-dropdown--options{top:auto;bottom:-1px}.main-product .option-dropdown label{display:flex;flex-direction:row;gap:5px;align-items:center}.main-product .option-dropdown label>*{pointer-events:none}.main-product .option-dropdown .swatch{position:relative}.main-product .option-dropdown .swatch:before,.main-product .option-dropdown .swatch:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);display:block;border-radius:50%}.main-product .option-dropdown .swatch:before{width:18px;height:18px;background-color:var(--swatch-background-color)}.main-product .option-dropdown .swatch,.main-product .option-dropdown .swatch:after{width:32px;height:32px}.main-product .product-recommendations{display:flex;flex-direction:column;gap:16px}.main-product .product-recommendations .product-recommendations--products{display:flex;flex-direction:row;gap:16px}.main-product .product-recommendations .product-recommendations--products .grid-product--link{padding-top:100%}.main-product .product-recommendations .product-recommendations--products .title-price{flex-direction:column;gap:5px}.main-product .product-recommendations .product-recommendations--products>*{flex:0 0 calc(50% - 8px)}.main-product--modal{position:fixed;top:0;width:100vw;height:100%;left:-100%;justify-content:center;align-items:center;z-index:9999;opacity:0;transition:opacity .25s ease}.main-product--modal.open{left:auto;opacity:1}.main-product--modal .close-button{position:absolute;top:16px;right:16px;color:#000}.main-product--modal.gallery-modal{background-color:#fff}.main-product--modal.gallery-modal .slider{position:relative;width:100vw;height:100vh}.main-product--modal.gallery-modal .slides{width:90vw;height:90vh;margin-left:5vw;margin-top:5vh}.main-product--modal.gallery-modal .slide{width:100%;height:100%}.main-product--modal.gallery-modal .slide img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center}.main-product--modal.gallery-modal .slider-thumbs{position:absolute;bottom:0;left:0;width:100%}.main-product--modal.gallery-modal .slider-thumbs .thumbs{justify-content:center}.main-product--modal.gallery-modal .slider-thumbs .thumb{width:5vh;height:4vh;flex-basis:5vh}.main-product--modal.size-chart-modal{background-color:#0000004d;display:flex;justify-content:center;align-items:center}.main-product--modal.size-chart-modal .size-chart{position:relative;padding:50px 16px 16px;width:90vw;max-width:800px;height:90vh;max-height:600px;background-color:#fff}.main-product--modal.size-chart-modal .size-chart--content{height:100%;overflow-y:auto}.main-product--modal.size-chart-modal .size-chart--content .fully-spaced-row--medium{margin-top:0!important}.main-product--features{margin-top:40px}@media screen and (min-width: 1025px){.main-product--features{margin-top:90px}}.collection--grid{display:grid;grid-template-columns:50% 50%}.collection--grid:not(.with-filters){border-right:1px solid #000;border-bottom:1px solid #000}@media screen and (min-width: 1025px){.collection--grid{grid-template-columns:repeat(4,1fr)}}.collection--grid .grid-item{border-top:1px solid #000;border-left:1px solid #000;padding:16px}.collection--grid.with-filters{border-left:1px solid #000}.collection--grid.with-filters .grid-item{border-left:none;border-right:1px solid #000;border-bottom:1px solid #000}.collection--grid.with-filters .grid-item:nth-child(n+3){border-top:none}@media screen and (min-width: 1025px){.collection--grid.with-filters .grid-item:nth-child(n+3){border-top:1px solid #000}.collection--grid.with-filters .grid-item:nth-child(n+5){border-top:none}}.grid-callout{background-color:#f60;background-color:var(--color-orange);color:#fff;display:flex;flex-direction:column;justify-content:space-between;align-items:flex-start}.grid-callout .callout--title{font-family:Oswald,sans-serif;font-family:var(--font-oswald);font-size:24px;line-height:1em;font-weight:600;text-transform:uppercase;margin:0}@media screen and (min-width: 1025px){.grid-callout .callout--title{font-size:36px}}.grid-product{position:relative}.grid-product .grid-product--link{position:relative;display:flex;flex-direction:column;padding-top:calc(100% + 40px);gap:10px}.grid-product .slider,.grid-product .feature-image{position:absolute;top:0}.grid-product .title-price{display:flex;flex-direction:column;align-items:flex-start;font-size:20px;line-height:1em;text-transform:uppercase;font-family:Oswald,sans-serif;font-family:var(--font-oswald);font-weight:600;gap:10px}@media screen and (min-width: 1025px){.grid-product .title-price{flex-direction:row;justify-content:space-between;gap:20px}}.grid-product .title-price .title{color:#000;margin:0;max-width:100%;overflow:hidden}.grid-product .title-price .price{color:#f60;color:var(--color-orange);text-align:right;display:flex;flex-direction:column;margin:0}.grid-product .title-price .price .compare-at-price{-webkit-text-decoration:line-through;text-decoration:line-through;color:#999;color:var(--color-grey)}.grid-product .slider .slide{position:relative;padding-top:100%}.grid-product .slider .slide img{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.grid-product .swatches{display:flex;flex-direction:row;gap:15px;margin-top:auto;align-items:center}.grid-product .swatches .swatch{border-radius:50%;width:12px;height:12px;background-color:var(--swatch-background-color)}.grid-product .swatches .more{line-height:1em;color:#000;font-size:13px}.blog.no-filters{margin-top:16px}.blog--grid{display:grid;grid-template-columns:1fr;border-top:1px solid #000}@media screen and (min-width: 750px){.blog--grid{border-top:none;grid-template-columns:repeat(3,1fr)}.blog--grid.blog--grid--2col{grid-template-columns:repeat(2,1fr)}}.blog--grid .grid-item{position:relative;border-bottom:1px solid #000;border-left:1px solid #000;border-right:1px solid #000;padding:16px;min-height:86.4vw}@media screen and (min-width: 750px){.blog--grid .grid-item{border-left:none;min-height:0}.blog--grid .grid-item:nth-child(3n+1){border-left:1px solid #000}.blog--grid .grid-item:nth-child(-n+3){border-top:1px solid #000}}.blog--grid .grid-item.featured{border:1px solid #000;border-top:none;min-height:138.4vw}@media screen and (min-width: 750px){.blog--grid .grid-item.featured{grid-column:span 3;min-height:0;border-top:1px solid #000}.blog--grid .grid-item.featured .blog-article--image{padding-top:40.7407407407%}}@media screen and (min-width: 750px){.blog--grid .grid-item.width-half .blog-article--image{padding-top:54.5454545455%}}.blog--grid.with-feature{border-top:none}@media screen and (min-width: 750px){.blog--grid.with-feature .grid-item:nth-child(-n+3){border-top:none}}.blog--grid .blog-article--image{position:relative;filter:brightness(80%)}@media screen and (min-width: 750px){.blog--grid .blog-article--image{padding-top:82.7906976744%}}.blog--grid .blog-article--image img{width:100%;height:auto}@media screen and (min-width: 750px){.blog--grid .blog-article--image img{position:absolute;top:0;left:0;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}}.blog--grid .blog-article--content{position:absolute;padding:46px;top:0;left:0;width:100%;height:100%;display:flex;flex-direction:column;justify-content:space-between;align-items:flex-start;z-index:1;color:#fff}.blog--grid .blog-article--title{display:flex;flex-direction:column;gap:8px}.blog--grid .blog-article--title .article-date{text-transform:uppercase}.blog--grid .blog-article--title h3{color:#fff;font-family:Oswald,sans-serif;font-family:var(--font-oswald);font-size:24px;line-height:1em;font-weight:600;text-transform:uppercase;margin:0}@media screen and (min-width: 1025px){.blog--grid .blog-article--title h3{font-size:36px}}.article .article--breadcrumbs-mininav{display:flex;flex-direction:row;justify-content:space-between;margin-top:15px}@media screen and (min-width: 1025px){.article .article--breadcrumbs-mininav{margin-top:30px}}.article .article--mininav{display:flex;flex-direction:row;gap:15px;font-size:13px}.article .article--mininav a{color:#000}.article .article--mininav a:hover{color:#f60;color:var(--color-orange)}.article .article--mininav span{color:#999;color:var(--color-grey)}.article .article--header{display:flex;flex-direction:column;gap:30px}.article .date-title--date{font-family:Oswald,sans-serif;font-family:var(--font-oswald);font-size:23px;text-transform:uppercase;margin:0}.article .date-title--title{color:#f60;color:var(--color-orange);font-family:obviously-condensed,sans-serif;font-family:var(--font-obviously);font-size:64px!important;line-height:1em;font-weight:800;text-transform:uppercase;margin:0}@media screen and (min-width: 1025px){.article .date-title--title{font-size:96px!important}}@media screen and (min-width: 1025px){.article .date-title--title{max-width:760px}}.template-article .section{padding:0 12px 24px}@media screen and (min-width: 1025px){.template-article .section{padding:0 30px 48px}}.callout-blocks{position:relative;display:flex;flex-direction:column;gap:30px;align-items:center}.callout-blocks.bordered:before,.callout-blocks.bordered:after{content:"";position:absolute;display:block;width:100vw;height:1px;background:#000;left:50%;transform:translate(-50%)}.callout-blocks.bordered:before{top:0}.callout-blocks.bordered:after{bottom:0}.callout-blocks .section-title.large{color:#f60;color:var(--color-orange);font-family:obviously-condensed,sans-serif;font-family:var(--font-obviously);font-size:64px!important;line-height:1em;font-weight:800;text-transform:uppercase;margin:0}@media screen and (min-width: 1025px){.callout-blocks .section-title.large{font-size:96px!important}}.callout-blocks .callout-blocks--wrapper{position:relative;overflow-x:auto;width:calc(100% + 12px);margin-left:12px}@media screen and (min-width: 1025px){.callout-blocks .callout-blocks--wrapper{width:100%;margin-left:0}}@media screen and (min-width: 1200px){.callout-blocks .callout-blocks--wrapper{overflow:hidden}}.callout-blocks .callout-block--scroll{display:flex;flex-direction:row;-moz-column-gap:12px;column-gap:12px}@media screen and (min-width: 1200px){.callout-blocks .callout-block--scroll{max-width:1416px;max-width:calc(var(--breakpoint-xlg) - 24px);-moz-column-gap:2.1739130435%;column-gap:2.1739130435%;justify-content:center}}.callout-blocks .callout-block--scroll .callout-block--spacer{width:1px;flex:0 0 1px}@media screen and (min-width: 1025px){.callout-blocks .callout-block--scroll .callout-block--spacer{display:none}}.callout-block{position:relative;background:#f60;background:var(--color-orange);color:#fff;width:322px;flex-shrink:0;border-radius:5px;overflow:hidden}@media screen and (min-width: 1200px){.callout-block{max-width:322px;flex-basis:23.3333333333%;flex-shrink:1}}.callout-block .callout-block--wrapper{position:relative;padding-top:46.5838509317%;top:0;height:0}.callout-block .callout-block--image{position:absolute;top:0;left:0;width:auto;height:100%;z-index:1}.callout-block .callout-block--content{position:absolute;top:0;right:0;height:100%;display:flex;flex-direction:column;justify-content:space-between;align-items:flex-end;padding:15px 15px 15px 0;max-width:50%;z-index:2}.callout-block .callout-block--content p{font-family:Oswald,sans-serif;font-family:var(--font-oswald);text-transform:uppercase;font-weight:600;font-size:26px;line-height:1em;margin:0;text-align:right;color:#fff}.callout-block .callout-block--content .buck-btn{transform:scale(1vw)}.callout-block.image-cover .callout-block--wrapper{background-size:cover}.callout-block.image-cover .callout-block--content{right:auto;left:0;padding:15px;max-width:80%;align-items:flex-start}.callout-block.image-cover .callout-block--content p{text-align:left}.callout-block.large-text .callout-block--content p{font-family:obviously-condensed,sans-serif;font-family:var(--font-obviously);font-size:42px!important;line-height:1em;font-weight:800;text-transform:uppercase;margin:0}.content-blocks{display:flex;flex-direction:column;gap:45px}@media screen and (min-width: 1025px){.content-blocks{flex-direction:row;flex-wrap:wrap;gap:30px}}.content-blocks .content-blocks--block{width:100%}.content-blocks .content-blocks--block p:last-child{margin:0}.content-blocks .content-blocks--block.text-size-feature{font-size:26px;line-height:1.05;font-family:Oswald,sans-serif;font-family:var(--font-oswald);text-transform:uppercase;font-weight:400}.content-blocks .content-blocks--block.text-size-feature p{font-family:Oswald,sans-serif;font-family:var(--font-oswald)}.content-blocks .content-blocks--block.text-size-feature strong{font-weight:700}@media screen and (min-width: 1025px){.content-blocks .content-blocks--block.text-size-feature{font-size:32px}}.content-blocks .content-blocks--block.text-size-body strong{font-weight:700;color:#f60;color:var(--color-orange);text-transform:uppercase}@media screen and (min-width: 1025px){.content-blocks.rows .content-blocks--block{flex:0 0 100%}.content-blocks.rows .content-blocks--block.width-thirds{width:calc(33.333% - 20px);flex-basis:calc(33.333% - 20px)}.content-blocks.rows .content-blocks--block.width-half{width:calc(50% - 15px);flex-basis:calc(50% - 15px)}.content-blocks.rows .content-blocks--block.width-full{width:100%}}@media screen and (min-width: 1025px){.content-blocks.columns{gap:60px}}.content-blocks.columns .content-blocks--intro,.content-blocks.columns .content-blocks--column{display:flex;flex-direction:column;gap:20px}@media screen and (min-width: 1025px){.content-blocks.columns .content-blocks--intro,.content-blocks.columns .content-blocks--column{width:calc(50% - 30px);flex-basis:calc(50% - 30px)}}.content-blocks.columns .content-blocks--intro,.content-blocks.columns .content-blocks--intro p{font-family:Oswald,sans-serif;font-family:var(--font-oswald);font-size:24px;line-height:1em;font-weight:600;text-transform:uppercase;margin:0}@media screen and (min-width: 1025px){.content-blocks.columns .content-blocks--intro,.content-blocks.columns .content-blocks--intro p{font-size:36px}}.content-blocks.columns .content-blocks--intro p{margin-bottom:1em}.features{background:#000;display:flex;flex-direction:column}.features.features--colour-orange{background:#f60;background:var(--color-orange)}.features.features--colour-orange .feature-item .feature-item--title{color:#fff}.features.features--colour-orange .feature-item:before{background:#fff}.features.features--heading-size-large .features--header .features--title{font-family:obviously-condensed,sans-serif;font-family:var(--font-obviously);font-size:54px;line-height:1em;font-weight:800;text-transform:uppercase;margin:0}@media screen and (min-width: 1025px){.features.features--heading-size-large .features--header .features--title{font-size:140px}}@media screen and (min-width: 1025px){.features.features--heading-size-large .features--header{flex-direction:column}.features.features--heading-size-large .features--header .features--title{padding:0}}.features .features--wrapper{padding:30px 12px;max-width:1440px;max-width:var(--breakpoint-xlg);margin:0 auto}@media screen and (min-width: 1025px){.features .features--wrapper{padding:30px}}.features .features--header{color:#fff;display:flex;flex-direction:column;gap:24px}.features .features--header .features--title{color:#fff!important;font-family:Oswald,sans-serif;font-family:var(--font-oswald);font-size:40px;line-height:1em;font-weight:600;text-transform:uppercase;margin:0}@media screen and (min-width: 1025px){.features .features--header .features--title{font-size:56px}}@media screen and (min-width: 1025px){.features .features--header{flex-direction:row;justify-content:space-between;align-items:flex-start;gap:4.347826087%}.features .features--header>*{flex:0 0 47.8260869565%}.features .features--header .features--title{padding-left:2.1739130435%}.features .features--header .features--description{padding-right:2.1739130435%;font-size:20px;line-height:26px}}.features .feature-item{position:relative}.features .feature-item,.features .feature-item .feature-item--content{display:flex;flex-direction:column;gap:24px}.features .feature-item .feature-item--title{color:#f60;color:var(--color-orange);font-family:Oswald,sans-serif;font-family:var(--font-oswald);font-size:24px;line-height:1em;font-weight:600;text-transform:uppercase;margin:0}@media screen and (min-width: 1025px){.features .feature-item .feature-item--title{font-size:36px}}.features .feature-item .feature-item--description{color:#fff}.features .feature-item .feature-item--image img{width:100%;height:auto}.features .feature-item:before{content:"";position:absolute;display:block;width:100vw;height:1px;background:#f60;background:var(--color-orange);left:50%;top:0;transform:translate(-50%)}@media screen and (min-width: 1025px){.features .feature-item{flex-direction:row;align-items:center;gap:4.347826087%}.features .feature-item>*{flex:0 0 47.8260869565%}.features .feature-item .feature-item--description{padding-right:2.1739130435%}.features .feature-item:nth-child(odd){flex-direction:row-reverse}}.section-feature-carousel{padding:0}.feature-carousel{position:relative;padding-top:97.5%}@media screen and (min-width: 1025px){.feature-carousel{padding-top:600px}.feature-carousel.feature-carousel--large{padding-top:680px}}.feature-carousel .slider,.feature-carousel .slides,.feature-carousel .slide-content,.feature-carousel .desktop-image,.feature-carousel .mobile-image,.feature-carousel .slide-text{position:absolute;top:0;left:0;width:100%;height:100%}.feature-carousel .slide{position:relative}.feature-carousel .desktop-image,.feature-carousel .mobile-image{-o-object-fit:cover;object-fit:cover;z-index:1}.feature-carousel .slide-text{z-index:2;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:30px;padding:0 30px;text-align:center}@media screen and (min-width: 1025px){.feature-carousel .slide-text{padding:0 10%}}.feature-carousel .slide-title{font-family:obviously-condensed,sans-serif;font-family:var(--font-obviously);font-size:54px;line-height:1em;font-weight:800;text-transform:uppercase;margin:0}@media screen and (min-width: 1025px){.feature-carousel .slide-title{font-size:140px}}.feature-carousel .slide-description{font-size:18px;line-height:1.2}@media screen and (min-width: 1025px){.feature-carousel .slide-description{font-size:24px}}.feature-carousel .slide-text .slide-description{max-width:700px}.feature-carousel .slide-text--black .slide-title,.feature-carousel .slide-text--black .slide-description{color:#000}.feature-carousel .slide-text--white .slide-title,.feature-carousel .slide-text--white .slide-description{color:#fff}.feature-carousel .slider[data-selected-class=slide-text--white] .slider-controls .dot{border-color:#fff}.feature-carousel .slider[data-selected-class=slide-text--white] .slider-controls .dot.active{background-color:#fff}.feature-carousel .slider[data-selected-class=slide-text--black] .slider-controls .dot{border-color:#000}.feature-carousel .slider[data-selected-class=slide-text--black] .slider-controls .dot.active{background-color:#000}.feature-carousel .slider-controls{position:absolute;bottom:30px;left:50%;transform:translate(-50%);z-index:3}.feature-carousel .slider-controls .dot{border-color:#fff}.feature-carousel .slider-controls .dot.active{background-color:#fff}.customer-service-header{display:flex;flex-direction:column;gap:30px;max-width:1440px;max-width:var(--breakpoint-xlg);margin:0 auto;padding:45px 15px}@media screen and (min-width: 1025px){.customer-service-header{flex-direction:row;gap:40px;padding:90px 30px}.customer-service-header>*{width:calc(50% - 20px);flex-basis:calc(50% - 20px)}}.customer-service-header .content--title{color:#f60;color:var(--color-orange);font-family:obviously-condensed,sans-serif;font-family:var(--font-obviously);font-size:64px!important;line-height:1em;font-weight:800;text-transform:uppercase;margin:0}@media screen and (min-width: 1025px){.customer-service-header .content--title{font-size:96px!important}}.customer-service-header .content--description{font-size:16px;line-height:20px}@media screen and (min-width: 1025px){.customer-service-header .content--description{font-size:24px;line-height:26px}}.customer-service-header .customer-service-header--content{display:flex;flex-direction:column;gap:25px}@media screen and (min-width: 1025px){.customer-service-header .customer-service-header--content{gap:30px}}.customer-service-header .content--buttons{display:flex;flex-direction:column;gap:15px}.customer-service-header .buttons--title{font-family:Oswald,sans-serif;font-family:var(--font-oswald);font-size:24px;line-height:1em;font-weight:600;text-transform:uppercase;margin:0}@media screen and (min-width: 1025px){.customer-service-header .buttons--title{font-size:36px}}.customer-service-header .buttons--grid{display:flex;flex-direction:column;gap:10px}@media screen and (min-width: 750px){.customer-service-header .buttons--grid{align-items:flex-start}}@media screen and (min-width: 1025px){.customer-service-header .buttons--grid{flex-direction:row;flex-wrap:wrap;gap:10px;justify-content:flex-end;align-items:normal}.customer-service-header .buttons--grid>*{flex-basis:calc(50% - 5px)}}.customer-service-header .buck-btn{justify-content:space-between}.customer-service-header .content--search{display:flex;gap:15px;align-items:center}.customer-service-header .content--search input{width:100%;border:none;border:1px solid #FF6600;border:1px solid var(--color-orange);border-radius:5px}.customer-service-header .content--search .searching,.customer-service-header .content--search.searching .search{display:none}.customer-service-header .content--search.searching .searching{display:block}.customer-service-header .content--search--quick-links{position:fixed;bottom:15px;left:15px;transform:translateY(calc(100% + 50px));display:flex;flex-direction:row;gap:10px;align-items:center;justify-content:center;transition:transform .25s ease-out;z-index:100}.customer-service-header .content--search--quick-links .quick-link{width:50px;height:50px;border-radius:50%;border:1px solid #FF6600;border:1px solid var(--color-orange);color:#f60;color:var(--color-orange);display:flex;align-items:center;justify-content:center}.customer-service-header .content--search--quick-links .quick-link.previous{transform:rotate(270deg)}.customer-service-header .content--search--quick-links .quick-link.next{transform:rotate(90deg)}.customer-service-header .content--search.searching+.content--search--quick-links{transform:translateY(0)}.customer-service-content{position:relative;display:flex;flex-direction:column;gap:30px;max-width:1440px;max-width:var(--breakpoint-xlg);margin:0 auto;padding:45px 15px}.customer-service-content .anchor{position:absolute;top:0;left:0;scroll-margin-top:150px}@media screen and (min-width: 1025px){.customer-service-content{flex-direction:row;padding:90px 30px;gap:4.347826087%}}.customer-service-content .column--title-buttons{display:flex;flex-direction:column;gap:25px}@media screen and (min-width: 1025px){.customer-service-content .column--title-buttons{gap:30px;width:23.1884057971%;flex-basis:23.1884057971%}}@media screen and (min-width: 1025px){.customer-service-content .column--expanders{width:72.4637681159%;flex-basis:72.4637681159%}}.customer-service-content .columns{display:flex;flex-direction:column;gap:30px}.customer-service-content .title-buttons--buttons{display:flex;flex-direction:column;gap:10px}@media screen and (min-width: 750px){.customer-service-content .title-buttons--buttons{align-items:flex-start}}@media screen and (min-width: 1025px){.customer-service-content .title-buttons--buttons{gap:15px;align-items:normal}}.customer-service-content .title-buttons--title{width:100%;font-family:Oswald,sans-serif;font-family:var(--font-oswald);font-size:24px;line-height:1em;font-weight:600;text-transform:uppercase;margin:0}@media screen and (min-width: 1025px){.customer-service-content .title-buttons--title{font-size:36px}}.customer-service-content .expanders--subtitle{font-family:Oswald,sans-serif;font-family:var(--font-oswald);font-size:24px;line-height:1em;font-weight:600;text-transform:uppercase;margin:0 0 15px;color:#f60;color:var(--color-orange);width:100%}.customer-service-content .expanders--expanders{border-top:1px solid #000;padding:0 0 20px}.customer-service-content .buck-btn{justify-content:space-between}.customer-service-content .expander{border-bottom:1px solid #000}.customer-service-content .expander .expander--title{display:flex;justify-content:space-between;align-items:center;padding:20px 0;cursor:pointer;gap:10px}.customer-service-content .expander .expander--title>*{pointer-events:none}.customer-service-content .expander .expander--title .title{font-family:Oswald,sans-serif;font-family:var(--font-oswald);font-size:20px;line-height:1em;font-weight:600;text-transform:uppercase;margin:0}.customer-service-content .expander .expander--title .icon{transform:rotate(45deg);transition:transform .25s ease-out;width:20px;height:20px;color:#f60;color:var(--color-orange)}.customer-service-content .expander .expander--content{overflow:hidden;transition:height .25s ease-out}.customer-service-content .expander:not(.open) .expander--content{height:0!important}.customer-service-content .expander.open .icon{transform:rotate(135deg)}.customer-service-content .highlight{background-color:#f60;background-color:var(--color-orange);color:#fff;padding:0 2px;border-radius:5px;scroll-margin-top:200px}.section--customer-service-header+.section--customer-service-content,.section--customer-service-content+.section--customer-service-content{border-top:1px solid #000}.customer-service-form{position:fixed;top:0;left:-99999px;width:100%;height:100%;z-index:9000;opacity:0;pointer-events:none;transition:none;background:#000000bf}.customer-service-form .customer-service-form--wrapper{display:flex;flex-direction:column;width:100%;height:100%;padding:15px;background:#000}@media screen and (min-width: 1025px){.customer-service-form .customer-service-form--wrapper{position:absolute;max-width:1200px;max-height:90%;width:100%;height:auto;top:50%;left:50%;transform:translate(-50%,-50%);padding:30px}}.customer-service-form.open{opacity:1;pointer-events:auto;left:0;transition:opacity .25s ease}.customer-service-form .customer-service-form--title{color:#f60;color:var(--color-orange);max-width:calc(100% - 50px);font-family:obviously-condensed,sans-serif;font-family:var(--font-obviously);font-size:64px!important;line-height:1em;font-weight:800;text-transform:uppercase;margin:0}@media screen and (min-width: 1025px){.customer-service-form .customer-service-form--title{font-size:96px!important}}@media screen and (min-width: 1025px){.customer-service-form .customer-service-form--title{margin-top:-20px}}.customer-service-form .close{position:absolute;top:15px;right:15px;width:24px;height:24px;color:#f60;color:var(--color-orange)}.customer-service-form .close .icon{width:24px;height:24px}@media screen and (min-width: 1025px){.customer-service-form .close{top:30px;right:30px}}.customer-service-form .tab-menu{display:flex;flex-direction:column;border-top-right-radius:5px;border-top-left-radius:5px;overflow:hidden;margin-top:30px;flex:0 0 auto}@media screen and (min-width: 1025px){.customer-service-form .tab-menu{border-radius:0;flex-direction:row;gap:30px}}.customer-service-form .tab-menu .tab-menu--item{font-family:Oswald,sans-serif;font-family:var(--font-oswald);font-size:20px;line-height:1em;font-weight:600;text-transform:uppercase;margin:0;color:#f60;color:var(--color-orange);background:#fff;padding:15px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #FF6600;border-bottom:1px solid var(--color-orange)}.customer-service-form .tab-menu .tab-menu--item:nth-child(1){order:1}.customer-service-form .tab-menu .tab-menu--item:nth-child(2){order:2}.customer-service-form .tab-menu .tab-menu--item:nth-child(3){order:3}.customer-service-form .tab-menu .tab-menu--item .icon{width:20px;height:20px;color:#f60;color:var(--color-orange);transform:rotate(45deg)}@media screen and (min-width: 1025px){.customer-service-form .tab-menu .tab-menu--item .icon{transform:none}}@media screen and (min-width: 1025px){.customer-service-form .tab-menu .tab-menu--item{border-top-right-radius:5px;border-top-left-radius:5px;width:calc(33.3333333333% - 20px)}}.customer-service-form .content-items{background:#f60;background:var(--color-orange);overflow-y:auto;scrollbar-width:none}.customer-service-form .content-item{display:none;background:#f60;background:var(--color-orange);color:#fff;padding:15px 15px 30px}@media screen and (min-width: 1025px){.customer-service-form .content-item{padding:30px 15px}}.customer-service-form .content-item--part{display:flex;flex-direction:column;gap:30px;align-items:flex-start;display:none}.customer-service-form .content-item--part.show{display:flex}.customer-service-form .content-item--title{font-family:Oswald,sans-serif;font-family:var(--font-oswald);font-size:24px;line-height:1em;font-weight:600;text-transform:uppercase;margin:0}@media screen and (min-width: 1025px){.customer-service-form .content-item--title{font-size:36px}}.customer-service-form .content-item--content>*:last-child{margin-bottom:0}.customer-service-form[data-tab="1"] .content-item:nth-child(1){display:block}.customer-service-form[data-tab="1"] .tab-menu--item:nth-child(1){background:#f60;background:var(--color-orange);color:#fff;order:4}@media screen and (min-width: 1025px){.customer-service-form[data-tab="1"] .tab-menu--item:nth-child(1){order:1}}.customer-service-form[data-tab="1"] .tab-menu--item:nth-child(1) .icon{color:#fff}.customer-service-form[data-tab="2"] .content-item:nth-child(2){display:block}.customer-service-form[data-tab="2"] .tab-menu--item:nth-child(2){background:#f60;background:var(--color-orange);color:#fff;order:4}@media screen and (min-width: 1025px){.customer-service-form[data-tab="2"] .tab-menu--item:nth-child(2){order:2}}.customer-service-form[data-tab="2"] .tab-menu--item:nth-child(2) .icon{color:#fff}.customer-service-form[data-tab="3"] .content-item:nth-child(3){display:block}.customer-service-form[data-tab="3"] .tab-menu--item:nth-child(3){background:#f60;background:var(--color-orange);color:#fff;order:4}@media screen and (min-width: 1025px){.customer-service-form[data-tab="3"] .tab-menu--item:nth-child(3){order:3}}.customer-service-form[data-tab="3"] .tab-menu--item:nth-child(3) .icon{color:#fff}.ribbon{position:relative;height:35px;line-height:35px;overflow:hidden;transition:height .25s ease;background:#f60;background:var(--color-orange)}.ribbon .ribbon--message{font-size:16px;left:0;line-height:35px;min-width:100%;padding:0 20px;position:absolute;text-align:center;top:0;white-space:nowrap;opacity:0;pointer-events:none;transition:opacity .25s .1s;color:#fff}.ribbon .ribbon--message a{color:#fff}.ribbon .ribbon--message.active{opacity:1;pointer-events:all}@media screen and (min-width: 1025px){.ribbon .ribbon--message{line-height:40px}}.ribbon .ribbon--close{position:absolute;top:50%;right:0;transform:translateY(-50%);padding:0 12px;color:#fff}.ribbon .ribbon--close .icon{width:14px;height:14px}.ribbon.closed{height:0}.ribbon.cookie-closed{transition:none}@media screen and (min-width: 1025px){.ribbon{height:40px;line-height:40px}}.header-market-link{margin-right:10px;display:none}@media screen and (min-width: 750px){.header-market-link{display:inline}}.header-market-link svg{border-radius:50%;transform:translate(-1px,-1px);width:20px;height:20px;border:2px solid #fff}.section-footer--logo{display:flex;flex-direction:column;gap:20px;margin-bottom:50px}@media screen and (min-width: 1025px){.section-footer--logo{gap:30px;margin-bottom:0}}.section-footer--logo .logo--logo{width:230px;height:auto}.section-footer--logo .logo--aus-made-icon{width:150px;height:auto}.section-footer__menu-block .link-list-item-wrapper a{display:flex;flex-direction:row;align-items:center;gap:10px}.section-footer__menu-block .link-list-item-wrapper .feature{color:#f60!important;color:var(--color-orange)!important}.section-footer__menu-block .link-list-item-wrapper .icon{width:20px;height:20px}.section-footer__menu-block .section-footer__menu-block__social ul{display:flex;flex-direction:row;gap:5px}.section-footer__menu-block .section-footer__menu-block__social a{color:#000!important}.section-footer__menu-block__menu .link-list-item-wrapper a:after{display:none}.section-footer__title .caret .icon{width:16px;height:16px;transform-origin:50% 50%;transform:rotate(90deg)}.section-footer__lower-menu,.section-footer__payment-icons,.section-footer__website-by,.section-footer__copyright{justify-content:flex-start!important;padding-left:0!important;padding-right:0!important}.section-footer__lower-menu__list{align-items:flex-start!important;padding-left:0!important;padding-right:0!important}@media screen and (min-width: 1025px){#shopify-section-credits{padding:0!important}}.section-blog{display:flex;flex-direction:column;gap:30px;align-items:center}.section-blog .section-title{font-family:obviously-condensed,sans-serif;font-family:var(--font-obviously);font-size:64px!important;line-height:1em;font-weight:800;text-transform:uppercase;margin:0}@media screen and (min-width: 1025px){.section-blog .section-title{font-size:96px!important}}.section-blog .section-title,.section-blog .section-subtitle{max-width:600px;text-align:center}.section-blog .blog--grid{width:100%}.section--belt-features{display:flex;flex-direction:row;margin-bottom:100px}.section--belt-features:before{content:"";display:block;width:1px;flex:0 0 1px;padding-top:960px;margin-left:-1px}@media screen and (min-width: 1025px){.section--belt-features:before{padding-top:250vw}}.belt-features{overflow:hidden;position:sticky;top:140px;flex:1;height:100%}.belt-features .belt-features--wrapper{position:relative;width:1168px}@media screen and (min-width: 1025px){.belt-features .belt-features--wrapper{width:min(200%,286.4vh)}}.belt-features .background-image{padding-top:480px;background-position:center;background-size:100%;background-repeat:no-repeat;width:100%}@media screen and (min-width: 1025px){.belt-features .background-image{padding-top:min(28.44%,80vh)}}.belt-features .arrow,.belt-features .circle{display:none;position:absolute;opacity:0;transition:opacity .1s ease-out}.belt-features .arrow.visible,.belt-features .circle.visible{opacity:1}.belt-features .arrow .image-wrapper,.belt-features .circle .image-wrapper{position:relative}.belt-features .arrow svg,.belt-features .circle svg{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none}@media screen and (min-width: 1025px){.belt-features .arrow,.belt-features .circle{display:block}}.belt-features .pointer{display:block;position:absolute;opacity:0;transition:opacity .1s ease-out}.belt-features .pointer:before,.belt-features .pointer:after{position:absolute;top:0}.belt-features .pointer:before{content:"";display:block;width:25px;height:25px;border-radius:50%;background:#f60;background:var(--color-orange);left:calc(50% - 12.5px);top:-12.5px;transform:scale(0);transition:transform .25s .15s ease-out}.belt-features .pointer:after{content:"";display:block;width:4px;background:#f60;background:var(--color-orange);left:calc(50% - 2px);transition:transform .25s ease-out;transform:scaleY(0);transform-origin:bottom}.belt-features .pointer.animate{opacity:1}.belt-features .pointer.animate:before{transform:scale(1)}.belt-features .pointer.animate:after{transform:scaleY(1)}.belt-features .pointer.animate .pointer-title{opacity:1}.belt-features .pointer.reverse:after{transform-origin:top;transform:translateY(-100%) scaleY(0)}.belt-features .pointer.reverse.animate:after{transform:translateY(-100%) scaleY(1)}@media screen and (min-width: 1025px){.belt-features .pointer{display:none}}.belt-features .arrow.reverse .arrow-title{top:0;transform:translate(-50%,calc(-100% - 10px))}.belt-features .arrow.reverse .image-wrapper,.belt-features .circle.reverse .image-wrapper{transform:scaleY(-1)}.belt-features .arrow-title{position:absolute;top:calc(100% + 10px);left:50%;white-space:nowrap;color:#f60;color:var(--color-orange);transform:translate(-50%);transition:opacity .1s ease-out;text-align:center;font-family:Oswald,sans-serif;font-family:var(--font-oswald);font-size:24px;line-height:1em;font-weight:600;text-transform:uppercase;margin:0}@media screen and (min-width: 1025px){.belt-features .arrow-title{font-size:36px}}.belt-features .pointer-title{position:absolute;left:50%;transform:translate(-50%);color:#f60;color:var(--color-orange);opacity:0;text-align:center;white-space:nowrap;font-family:Oswald,sans-serif;font-family:var(--font-oswald);font-size:24px;line-height:1em;font-weight:600;text-transform:uppercase;margin:0}.belt-features .arrow-type-1 .image-wrapper{padding-top:235.393258427%}.belt-features .arrow-type-2 .image-wrapper{padding-top:200%}.belt-features .circle .image-wrapper{padding-top:81.0185185185%}.belt-features .pointer-roller-buckle{top:41.6666666667%;left:7.7054794521%}.belt-features .pointer-roller-buckle:after{height:75px}.belt-features .pointer-roller-buckle .pointer-title{top:-135px}.belt-features .pointer-black-rivets{top:47.9166666667%;left:12.8424657534%}.belt-features .pointer-black-rivets:after{height:85px}.belt-features .pointer-black-rivets .pointer-title{top:93px}.belt-features .pointer-heavy-duty{top:62.5%;left:29.9657534247%}.belt-features .pointer-heavy-duty:after{height:35px}.belt-features .pointer-heavy-duty .pointer-title{top:40px}.belt-features .pointer-webbing{top:41.6666666667%;left:29.9657534247%}.belt-features .pointer-webbing:after{height:75px}.belt-features .pointer-webbing .pointer-title{top:-135px}.belt-features .pointer-felt-lining{top:58.3333333333%;left:42.8082191781%}.belt-features .pointer-felt-lining:after{height:55px}.belt-features .pointer-felt-lining .pointer-title{top:60px}.belt-features .pointer-hardware{top:33.3333333333%;left:43.6643835616%}.belt-features .pointer-hardware:after{height:60px}.belt-features .pointer-hardware .pointer-title{top:-115px}.belt-features .pointer-lumbar{top:54.1666666667%;left:56.5068493151%}.belt-features .pointer-lumbar:after{height:65px}.belt-features .pointer-lumbar .pointer-title{top:70px}.belt-features .pointer-biothane{top:41.6666666667%;left:57.3630136986%}.belt-features .pointer-biothane:after{height:60px}.belt-features .pointer-biothane .pointer-title{top:-115px}.belt-features .pointer-d-rings{top:62.5%;left:71.8321917808%}.belt-features .pointer-d-rings:after{height:55px}.belt-features .pointer-d-rings .pointer-title{top:60px}.belt-features .arrow-roller-buckle{width:2.1353383459%;left:6.015037594%;top:13.612565445%}.belt-features .circle-roller-buckle{width:10.2255639098%;left:1.6541353383%;top:31.4136125654%}.belt-features .arrow-black-rivets{width:2.1353383459%;left:12.1804511278%;top:48.0628272251%}.belt-features .arrow-heavy-duty{width:2.4060150376%;left:20.3007518797%;top:62.8272251309%}.belt-features .arrow-webbing{width:2.1353383459%;left:21.0526315789%;top:15.1832460733%}.belt-features .arrow-felt-lining{width:2.1353383459%;left:36.0902255639%;top:60.2094240838%}.belt-features .arrow-hardware{width:2.4060150376%;left:42.1052631579%;top:12.0418848168%}.belt-features .arrow-lumbar{width:2.1353383459%;left:48.1203007519%;top:57.5916230366%}.belt-features .arrow-biothane{width:2.4060150376%;left:59.3984962406%;top:15.7068062827%}.belt-features .circle-biothane{width:6.7669172932%;left:57.1428571429%;top:32.4607329843%}.belt-features .arrow-d-rings{width:2.4060150376%;left:70.3759398496%;top:62.3036649215%}.belt-features .cta-link{position:absolute;bottom:25px;left:50%;transform:translate(-50%);width:calc(100% - 32px);max-width:400px}@media screen and (min-width: 1025px){.belt-features .cta-link{left:auto;right:125px;width:auto;transform:none;bottom:0}}.scroll-reveal-text{position:relative;padding-top:100%}@media screen and (min-width: 1025px){.scroll-reveal-text{padding-top:56.25%}.scroll-reveal-text.height-small{padding-top:31.25%}.scroll-reveal-text.height-medium{padding-top:43.75%}.scroll-reveal-text.height-large{padding-top:56.25%}}.scroll-reveal-text video{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;z-index:1}.scroll-reveal-text .video-mobile+.video-desktop{display:none}.scroll-reveal-text .header--title{position:absolute;top:50%;left:0;width:100%;transform:translateY(-50%);transform-origin:center center}.scroll-reveal-text.text-orange .header--title{color:#f60;color:var(--color-orange)}@media screen and (min-width: 1025px){.scroll-reveal-text .video-mobile{display:none}.scroll-reveal-text .video-mobile+.video-desktop{display:block}}.grid-links .grid-links--wrapper{max-width:1440px;margin:0 auto}.grid-links .grid-links--grid{display:grid;grid-template-columns:repeat(2,1fr)}@media screen and (min-width: 1025px){.grid-links .grid-links--grid{grid-template-columns:repeat(3,1fr)}}.grid-links .grid--item{position:relative;background-color:#f60;background-color:var(--color-orange);background-size:cover;background-position:center;background-repeat:no-repeat;padding:15px;overflow:hidden}@media screen and (max-width: 749px){.grid-links .grid--item:nth-child(odd):last-child{grid-column:span 2}}@media screen and (min-width: 750px){.grid-links .grid--item{padding:30px}}.grid-links .item--content{display:flex;flex-direction:column;gap:60px;align-items:flex-start}@media screen and (min-width: 1025px){.grid-links .item--content{gap:80px}}.grid-links .item--title{color:#fff;font-family:obviously-condensed,sans-serif;font-family:var(--font-obviously);font-size:42px!important;line-height:1em;font-weight:800;text-transform:uppercase;margin:0}@media screen and (min-width: 1025px){.grid-links .item--title{font-size:72px!important}}.social-posts{background:#000;padding:45px 0;display:flex;flex-direction:column;gap:30px;align-items:center}@media screen and (min-width: 1025px){.social-posts{padding:90px 0}}.social-posts .social--account-link{color:#f60;color:var(--color-orange);font-family:Oswald,sans-serif;font-family:var(--font-oswald);font-size:40px;line-height:1em;font-weight:600;text-transform:uppercase;margin:0}@media screen and (min-width: 1025px){.social-posts .social--account-link{font-size:56px}}@media screen and (min-width: 1025px){.social-posts .social--account-link{font-size:72px}}.social-posts .social-posts--posts{width:calc(100% - 15px);display:flex;flex-direction:column;flex-wrap:wrap;gap:40px;margin-left:15px;height:450px;padding-right:40px}@media screen and (min-width: 1025px){.social-posts .social-posts--posts{width:calc(100% - 30px);margin-left:30px;height:575px}}.social-posts .social--post{display:block;position:relative;border-radius:5px;overflow:hidden;height:450px;scroll-snap-align:start;flex-shrink:0}.social-posts .social--post.small{height:205px}@media screen and (min-width: 1025px){.social-posts .social--post.small{height:267px}}.social-posts .social--post.small img,.social-posts .social--post.small video{width:100%;height:auto}.social-posts .social--post .social--post-video{height:100%}.social-posts .social--post img,.social-posts .social--post video{height:100%;width:auto}.social-posts .social--post.playing .post-video--play-button{opacity:0}@media screen and (min-width: 1025px){.social-posts .social--post{height:575px}}.social-posts .post-video--play-button{pointer-events:none;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:#fff;border-radius:50%;width:110px;height:110px;background:#ffffffb3;display:flex;align-items:center;justify-content:center;transition:opacity .25s ease-out}.social-posts .post-video--play-button .icon{width:66px;height:66px;transform:translate(7px)}.social-posts .next-arrow{width:120px;height:auto}@media screen and (min-width: 1025px){.social-posts .next-arrow{align-self:flex-end;margin-right:15px}}.social-posts .slider-controls{justify-content:center;margin-top:50px}.reseller-list{display:flex;flex-direction:column;gap:30px}@media screen and (min-width: 1025px){.reseller-list{gap:60px}}.reseller-list .reseller-list--title{color:#f60;color:var(--color-orange);font-family:obviously-condensed,sans-serif;font-family:var(--font-obviously);font-size:64px!important;line-height:1em;font-weight:800;text-transform:uppercase;margin:0}@media screen and (min-width: 1025px){.reseller-list .reseller-list--title{font-size:96px!important}}.reseller-list .reseller-list--content{display:flex;flex-direction:column;gap:30px}@media screen and (min-width: 1025px){.reseller-list .reseller-list--content{flex-direction:row;gap:30px}}.reseller-list .reseller-list--country{display:flex;flex-direction:column;gap:15px}@media screen and (min-width: 1025px){.reseller-list .reseller-list--country{flex-basis:33.3333%}.reseller-list .reseller-list--country.reseller--split{flex-basis:66.6666%}}.reseller-list .reseller-list--country .country--title{font-family:Oswald,sans-serif;font-family:var(--font-oswald);font-size:36px;line-height:1em;font-weight:600;text-transform:uppercase}@media screen and (min-width: 1025px){.reseller-list .reseller-list--country .country--resellers--wrapper{display:flex;flex-direction:row;gap:30px}.reseller-list .reseller-list--country .country--resellers--wrapper .country--resellers{flex:1 1 50%}}.reseller-list .reseller-list--country .country--resellers{display:flex;flex-direction:column}.reseller-list .reseller-list--country .country--resellers:first-child{border-top:1px solid #000}@media screen and (min-width: 1025px){.reseller-list .reseller-list--country .country--resellers{border-top:1px solid #000}}.reseller-list .reseller-list--country .country--resellers .reseller{line-height:40px;border-bottom:1px solid #000}.reseller-list .reseller-list--country .country--resellers a{color:#000;transition:color .25s ease-out}.reseller-list .reseller-list--country .country--resellers a:hover{color:#f60;color:var(--color-orange)}.ask-question-form{background:#000;padding:30px 12px}.ask-question-form .ask-question-form--wrapper{display:flex;flex-direction:column;gap:15px}@media screen and (min-width: 1025px){.ask-question-form .ask-question-form--wrapper{gap:70px}}.ask-question-form .ask-question-form--header{display:flex;flex-direction:column;gap:15px}.ask-question-form .ask-question-form--title{color:#f60;color:var(--color-orange);font-family:obviously-condensed,sans-serif;font-family:var(--font-obviously);font-size:64px!important;line-height:1em;font-weight:800;text-transform:uppercase;margin:0}@media screen and (min-width: 1025px){.ask-question-form .ask-question-form--title{font-size:96px!important}}.ask-question-form .ask-question-form--description,.ask-question-form .ask-question-form--thanks-message{color:#fff}@media screen and (min-width: 1025px){.ask-question-form .ask-question-form--description,.ask-question-form .ask-question-form--thanks-message{font-size:24px;line-height:1.2;max-width:600px}}.ask-question-form .ask-question-form--thanks-message{display:none}.ask-question-form.thanks .ask-question-form--thanks-message{display:block}.ask-question-form.thanks .ask-question-form--description,.ask-question-form.thanks form{display:none}@media screen and (min-width: 1200px){.ask-question-form{padding:90px 30px}}:root{--breakpoint-xxs: 375px;--breakpoint-xs: 425px;--breakpoint-sm: 750px;--breakpoint-md: 1025px;--breakpoint-lg: 1200px;--breakpoint-xlg: 1440px;--color-orange: #FF6600;--color-grey: #999999;--font-oswald: "Oswald", sans-serif;--font-source: "Source Sans Pro", sans-serif;--font-obviously: "obviously-condensed", sans-serif}.show-mobile{display:block}.show-desktop{display:none}@media screen and (min-width: 1025px){.show-mobile{display:none}.show-desktop{display:block}}.lazy,.lazy-background{opacity:0;transition:opacity .25s ease}.lazy.lazy-loaded,.lazy-background.lazy-loaded{opacity:1}.lazy-background .lazy{position:absolute;width:100%;height:100%}.icon{position:relative}.icon svg{position:absolute;top:0;left:0;width:100%;height:100%}html{scroll-behavior:smooth}.padding-small{padding:12px}@media screen and (min-width: 1200px){.padding-small{padding:30px}.padding-small.page--max-width{padding:30px 0}}.padding-medium{padding:30px 12px}@media screen and (min-width: 1200px){.padding-medium{padding:45px 30px}.padding-medium.page--max-width{padding:45px 0}}.padding-large{padding:30px 12px}@media screen and (min-width: 1200px){.padding-large{padding:90px 30px}.padding-large.page--max-width{padding:90px 0}}.header--title{color:#fff;margin:0;z-index:2;text-align:center;padding:0 16px}@media screen and (min-width: 1025px){.header--title{display:flex;flex-direction:column;align-items:center}}.header--title .title{margin:0;line-height:.9em;font-family:obviously-condensed,sans-serif;font-family:var(--font-obviously);font-size:60px;font-weight:800;text-transform:uppercase}.header--title .title strong{font-weight:800}@media screen and (min-width: 1025px){.header--title .title{font-size:140px;font-size:min(9.722vw,140px)}}.header--title .title.small{font-weight:700}@media screen and (min-width: 1025px){.header--title .title.small{font-size:min(5.555vw,80px)}}@media screen and (min-width: 1025px){.header--title .title.medium{font-size:min(12.5vw,180px)}}@media screen and (min-width: 1025px){.header--title .title.large{font-size:min(16.6666vw,240px)}}.section-rich-text .majortitle.large{margin:0 0 1.25rem!important;font-family:obviously-condensed,sans-serif;font-family:var(--font-obviously);font-size:42px!important;line-height:1em;font-weight:800;text-transform:uppercase;margin:0}@media screen and (min-width: 1025px){.section-rich-text .majortitle.large{font-size:72px!important}}
/*# sourceMappingURL=/cdn/shop/t/41/assets/base.css.map */
