html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;}body{line-height:1;}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block;}nav ul{list-style:none;}blockquote,q{quotes:none;}blockquote:before,blockquote:after,q:before,q:after{content:"";content:none;}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent;}ins{background-color:#ff9;color:#000;text-decoration:none;}mark{background-color:transparent;color:inherit;}del{text-decoration:line-through;}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help;}table{border-collapse:collapse;border-spacing:0;}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0;}input,select{vertical-align:middle;border:none;}a{text-decoration:none;}input:focus{outline:none;}input[type='submit']{cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;}input{-webkit-appearance:none;border-radius:0;}address{font-style:normal;}img{image-rendering:-moz-crisp-edges;image-rendering:-o-crisp-edges;image-rendering:-webkit-optimize-contrast;image-rendering:crisp-edges;-ms-interpolation-mode:nearest-neighbor;}a:focus{outline:none;}textarea:focus{outline:none;}textarea{resize:none;}button:focus{outline:none;}main{display:block;}button{background:none;padding:0;margin:0;border:none;font:unset;cursor:pointer;}textarea{border-radius:0;-webkit-appearance:none;}cite{font-style:normal;}:root{--color--white:#fff;--color--black:#000;--color--gray-100:#f5f5f5;--color--gray-200:#e7e7e7;--color--gray-300:#abadb0;--color--gray-400:#404041;--color--gray-500:#2b2b2b;--color--red:#d2202f;--color--red-rgb:210,32,47;--color--bright-red:#ed1944;--color--bright-red-rgb:237,25,68;--color--green:#aadb1d;--color--green-rgb:139,197,63;--color--bright-green:#a5d6a7;--color--bright-green-rgb:165,214,167;--color--dark-green:#88af17;--color--dark-green-rgb:136,175,23;--color--purple:#654ea3;--color--purple-rgb:101,78,163;--color--bright-purple:#8a6fbc;--color--bright-purple-rgb:138,111,188;--theme--primary-color:var(--color--green);--theme--primary-bright-color:var(--color--bright-green);--theme--secondary-color:var(--color--black);--theme--tertiary-color:var(--color--green);--theme--quaternary-color:var(--color--purple);--theme--focus-color:var(--color--green);}body{--text--base-color:var(--color--gray-400);--text--accent-color:var(--theme--primary-color);--text--bold-color:var(--theme--secondary-color);--text--kicker-color:var(--theme--secondary-color);--text--inverted-color:var(--color--white);--text--alternate-color:var(--theme--quaternary-color);--bg--base-color:var(--color--white);--bg--accent-color:var(--color--gray-100);--bg--bold-color:var(--theme--secondary-color);--bg--header-color:var(--color--gray-500);--bg--card-color:var(--color--white);--bg--empty-color:transparent;--bg--alternate-color:var(--theme--quaternary-color);--bg--primary--gradient--fallback-color:#8bc53f;--bg--primary--gradient-color:linear-gradient(50deg,rgba(139,197,63,1) 0%,rgba(136,175,23,1) 100%);--bg--primary--gradient--flipped-color:linear-gradient(225deg,rgba(136,175,23,1) 0%,rgba(139,197,63,1) 100%);--bg--secondary--gradient--fallback-color:#404041;--bg--secondary--gradient-color:linear-gradient(50deg,rgba(64,64,65,1) 0%,rgba(0,0,0,1) 100%);--bg--secondary--gradient--flipped-color:linear-gradient(50deg,rgba(0,0,0,1) 0%,rgba(64,64,65,1) 100%);--bg--accent--gradient--fallback-color:#e7e7e7;--bg--accent--gradient-color:linear-gradient(225deg,rgba(231,231,231,1) 0%,rgba(245,245,245,1) 100%);--border--base-color:var(--color--gray-200);--border--bold-color:var(--color--black);--border--alternate-color:var(--theme--quaternary-color);--border--radius:2px;--link--base-color:var(--text--bold-color);--link--bold-color:var(--theme--primary-color);--link--inverted-color:var(--text--inverted-color);--link--hover-color:var(--theme--primary-bright-color);--button--text-color:var(--link--base-color);--button--background-color:var(--link--bold-color);--button--hover-color:var(--link--hover-color);--action--base-color:var(--link--bold-color);--action--hover-color:var(--link--hover-color);--action--active-color:var(--theme--secondary-color);--action--bg-base-color:var(--action--base-color);--action--bg-hover-color:var(--action--hover-color);--action--bg-active-color:var(--action--active-color);--action--text-base-color:var(--color--black);--action--text-hover-color:var(--action--text-base-color);--action--text-active-color:var(--action--text-base-color);--stories--iframe--bg-color:var(--bg--base-color);}@keyframes fade-in{from{opacity:0;}}@keyframes fade-out{to{opacity:0;}}@keyframes slide-from-right{from{transform:translateX(5px);}}@keyframes slide-to-left{to{transform:translateX(-5px);}}:root::view-transition-old(root){animation:120ms cubic-bezier(.4,0,1,1) both fade-out,300ms cubic-bezier(.4,0,.2,1) both slide-to-left;}:root::view-transition-new(root){animation:240ms cubic-bezier(0,0,.2,1) 90ms both fade-in,300ms cubic-bezier(.4,0,.2,1) both slide-from-right;}@media (prefers-reduced-motion){::view-transition-group(*),::view-transition-old(*),::view-transition-new(*){animation:none !important;}}@media screen and (prefers-reduced-motion: no-preference){@view-transition{navigation:auto;}}.u-sr-only,.a-large-checkbox__input,.a-product-experience-checkbox__input,.o-product-cart td.product-quantity .screen-reader-text,.gfield .ginput_container .screen-reader-text{position:absolute !important;width:1px !important;height:1px !important;overflow:hidden !important;color:rgba(255,255,255,0) !important;pointer-events:none !important;}.u-skip-to-content{transition:none !important;position:fixed !important;top:-80px;left:30px;z-index:50 !important;}.u-skip-to-content:focus{top:30px;}.u-sr-only,.a-large-checkbox__input,.a-product-experience-checkbox__input,.o-product-cart td.product-quantity .screen-reader-text,.gfield .ginput_container .screen-reader-text{position:absolute !important;width:1px !important;height:1px !important;overflow:hidden !important;color:rgba(255,255,255,0) !important;pointer-events:none !important;}[class*="u-container"]{margin-left:auto;margin-right:auto;width:100%;}.u-container{max-width:1280px;padding-left:40px;padding-right:40px;box-sizing:border-box;}@media screen and (max-width: 600px){.u-container{padding-right:30px;padding-left:30px;}}@media screen and (max-width: 500px){.u-container{padding-right:20px;padding-left:20px;}}.u-h1{font-family:montserrat-extrabold;font-size:4.375em;line-height:1em;text-transform:uppercase;letter-spacing:.5px;}@media screen and (max-width: 1200px){.u-h1{font-size:3.75em;line-height:1em;}}@media screen and (max-width: 1024px){.u-h1{font-size:3.125em;line-height:1em;}}@media screen and (max-width: 768px){.u-h1{font-size:2.5em;line-height:1em;}}@media screen and (max-width: 600px){.u-h1{font-size:2em;line-height:1.125em;}}.u-h2,.o-account-dashboard #wcwl_my_waitlist{font-family:montserrat-extrabold;font-size:7.5em;line-height:1em;text-transform:uppercase;-webkit-text-stroke-width:2px;-webkit-text-stroke-color:var(--text--base-color);color:transparent;}@media screen and (max-width: 1200px){.u-h2,.o-account-dashboard #wcwl_my_waitlist{font-size:3.75em;line-height:1em;}}@media screen and (max-width: 1024px){.u-h2,.o-account-dashboard #wcwl_my_waitlist{font-size:3.125em;line-height:1em;}}@media screen and (max-width: 600px){.u-h2,.o-account-dashboard #wcwl_my_waitlist{font-size:2.5em;line-height:1em;}}.u-h3,#product-review-form .o-gravity-form-block__headline{font-family:montserrat-extrabold;font-size:3.125em;line-height:1.2em;text-transform:uppercase;}@media screen and (max-width: 950px){.u-h3,#product-review-form .o-gravity-form-block__headline{font-size:2.25em;line-height:1.11111em;}}@media screen and (max-width: 600px){.u-h3,#product-review-form .o-gravity-form-block__headline{font-size:1.75em;line-height:1.14286em;}}.u-h4,.o-account-dashboard .waitlist-user-waitlist-wrapper .waitlist-single-product h4,.o-product-cart h2{font-family:montserrat-extrabold;font-size:2.5em;line-height:1.25em;text-transform:uppercase;}@media screen and (max-width: 1024px){.u-h4,.o-account-dashboard .waitlist-user-waitlist-wrapper .waitlist-single-product h4,.o-product-cart h2{font-size:1.875em;line-height:1.13333em;}}@media screen and (max-width: 600px){.u-h4,.o-account-dashboard .waitlist-user-waitlist-wrapper .waitlist-single-product h4,.o-product-cart h2{font-size:1.375em;line-height:1.18182em;}}.u-h5,.o-cart-checkout__heading,.o-cart-checkout h3,.o-cart-checkout #tax_exemption_checkbox_div h3{font-family:montserrat-bold;font-size:2em;line-height:1.1875em;}@media screen and (max-width: 1024px){.u-h5,.o-cart-checkout__heading,.o-cart-checkout h3,.o-cart-checkout #tax_exemption_checkbox_div h3{font-size:1.5em;line-height:1.16667em;}}@media screen and (max-width: 768px){.u-h5,.o-cart-checkout__heading,.o-cart-checkout h3,.o-cart-checkout #tax_exemption_checkbox_div h3{font-size:1.125em;line-height:1.22222em;}}.u-h6,.o-cart-checkout .woocommerce-info{font-family:montserrat-medium;font-size:1.375em;line-height:1.27273em;}@media screen and (max-width: 1024px){.u-h6,.o-cart-checkout .woocommerce-info{font-size:1.125em;line-height:1.22222em;}}@media screen and (max-width: 600px){.u-h6,.o-cart-checkout .woocommerce-info{font-size:1em;line-height:1.25em;}}.a-animated-gif{position:relative;max-width:300px;width:100%;height:300px;}.a-animated-gif:hover .a-animated-gif__image--static,.keyboard-in-use .a-animated-gif:focus .a-animated-gif__image--static{opacity:0;}.keyboard-in-use .a-animated-gif:focus{outline:2px dashed var(--theme--focus-color) !important;outline-offset:5px;transition:none;}.a-animated-gif:after{content:"";height:20px;width:20px;background-size:cover;background-position:50% 50%;background-repeat:no-repeat;position:absolute;top:10px;right:10px;background-image:url("https://cdn-ikpfjol.nitrocdn.com/sFJFvEmonhoQYtgfpLbAzAWEPnNuaFLe/assets/images/optimized/rev-fafaa5e/dartzoneblasters.com/wp-content/themes/dart-zone-platform/assets/images/icons/small/play-red-icon.svg");}.a-animated-gif__image{height:100%;width:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;}.a-animated-gif__image--static{position:absolute;top:0;left:0;width:100%;height:100%;}@media screen and (max-width: 768px){.a-animated-gif__image--static{display:none;}.a-animated-gif__image--active{display:block;}}@media screen and (hover: none){.a-animated-gif__image{display:none;}.a-animated-gif__image--active{display:block;}}.a-arrow{height:24px;width:24px;border-radius:50%;transition:all .15s ease-in-out;position:relative;background-color:var(--button--background-color);z-index:2;}.keyboard-in-use .a-arrow:focus{outline:2px dashed var(--theme--focus-color) !important;outline-offset:5px;transition:none;}.a-arrow:hover{background-color:var(--button--hover-color);}.a-arrow:after{content:"";margin-left:auto;margin-right:auto;transition:all .15s ease-in-out;position:absolute;top:50%;transform:translateY(-50%);will-change:transform;background-image:url("https://cdn-ikpfjol.nitrocdn.com/sFJFvEmonhoQYtgfpLbAzAWEPnNuaFLe/assets/images/optimized/rev-fafaa5e/dartzoneblasters.com/wp-content/themes/dart-zone-platform/assets/images/icons/small/right-angle-black-icon.svg");background-size:contain;right:0;left:0;width:5px;height:8px;background-repeat:no-repeat;background-position:center;}.a-arrow--up{margin-bottom:22px;}.a-arrow--up.next{height:22px;}.a-arrow--up:after{transform:rotate(-135deg) translateY(46%);top:-2px;}.a-arrow--up:hover:after{transform:rotate(-135deg) translateY(130%) translateX(85%);border-color:var(--button--hover-color);}.a-arrow--down:after{transform:rotate(45deg) translateY(22%);top:auto;right:0;bottom:28%;}.a-arrow--down:hover:after{transform:rotate(45deg) translateY(95%) translateX(67%);border-color:var(--button--hover-color);bottom:11%;}.a-arrow--left{transform:rotate(180deg);}.a-button,.a-input[type="submit"],.o-product-cart input[type="submit"][type="number"],.o-product-cart input[type="submit"][type="text"],.m-logo-links-dropdown__button,.m-product-review-form-block .form-submit input,.o-product-description-image-hero .button,.o-product-gallery-hero .button,.o-product-specs-comparison .button,.o-account-dashboard .woocommerce-info a,.o-account-dashboard .u-columns .title a,.o-account-dashboard .button,.o-cart-checkout .button,.o-cart-empty .return-to-shop .button,.o-product-cart .button,.o-woocommerce-order-details .order-again .button,.t-product__woocommerce-message .woocommerce-message .button,.m-gravity-form .gform_page_footer .button,.m-gravity-form .gform_page_footer .a-button,.woocommerce-message .button,.woocommerce .woocommerce-notices-wrapper .woocommerce-message .button{transition:all .2s ease-in-out;font-size:1em;line-height:1.25em;font-family:montserrat-bold;position:relative;display:flex;align-items:center;letter-spacing:.5px;padding:16px 28px;box-sizing:border-box;text-align:center;text-transform:uppercase;border-radius:var(--border--radius);color:var(--button--text-color);background-color:var(--button--background-color);transition-timing-function:cubic-bezier(.36,.07,.19,.97);overflow:hidden;}.a-button.loading,.loading.a-input[type="submit"],.o-product-cart input.loading[type="submit"][type="number"],.o-product-cart input.loading[type="submit"][type="text"],.loading.m-logo-links-dropdown__button,.m-product-review-form-block .form-submit input.loading,.o-product-description-image-hero .loading.button,.o-product-gallery-hero .loading.button,.o-product-specs-comparison .loading.button,.o-account-dashboard .woocommerce-info a.loading,.o-account-dashboard .u-columns .title a.loading,.o-account-dashboard .loading.button,.o-cart-checkout .loading.button,.o-cart-empty .return-to-shop .loading.button,.o-product-cart .loading.button,.o-woocommerce-order-details .order-again .loading.button,.m-gravity-form .gform_page_footer .loading.button,.m-gravity-form .gform_page_footer .loading.a-button,.woocommerce-message .loading.button,.woocommerce .woocommerce-notices-wrapper .woocommerce-message .loading.button{opacity:.7 !important;cursor:default;}.a-button.loading:after,.loading.a-input[type="submit"]:after,.o-product-cart input.loading[type="number"][type="submit"]:after,.o-product-cart input.loading[type="text"][type="submit"]:after,.loading.m-logo-links-dropdown__button:after,.m-product-review-form-block .form-submit input.loading:after,.o-product-description-image-hero .loading.button:after,.o-product-gallery-hero .loading.button:after,.o-product-specs-comparison .loading.button:after,.o-account-dashboard .woocommerce-info a.loading:after,.o-account-dashboard .u-columns .title a.loading:after,.o-account-dashboard .loading.button:after,.o-cart-checkout .loading.button:after,.o-cart-empty .return-to-shop .loading.button:after,.o-product-cart .loading.button:after,.o-woocommerce-order-details .order-again .loading.button:after,.m-gravity-form .gform_page_footer .loading.button:after,.m-gravity-form .gform_page_footer .loading.a-button:after,.woocommerce-message .loading.button:after,.woocommerce .woocommerce-notices-wrapper .woocommerce-message .loading.button:after{opacity:0 !important;}.a-button--tile{font-family:montserrat-semibold;color:var(--text--bold-color);letter-spacing:0;text-transform:none;padding:20px;background-color:var(--bg--base-color);box-shadow:0 0 5px rgba(0,0,0,.2);border-radius:5px;will-change:transform;}.a-button--tile .a-button__text{margin-left:auto;margin-right:auto;}.a-button--tile:after{display:none;}.a-button--tile:hover{transform:scale(.95);color:var(--button--text-color);box-shadow:none;}.a-button--small{font-family:montserrat-bold;padding:14px 27.5px;}.a-button--outline{color:var(--bg--bold-color);background-color:var(--bg--base-color);border:2px solid var(--bg--bold-color);}.a-button--outline:hover{color:var(--text--base-color);background-color:var(--bg--base-color) !important;border-color:var(--text--base-color);}.a-button--outline:after{background-image:url("https://cdn-ikpfjol.nitrocdn.com/sFJFvEmonhoQYtgfpLbAzAWEPnNuaFLe/assets/images/optimized/rev-fafaa5e/dartzoneblasters.com/wp-content/themes/dart-zone-platform/assets/images/icons/medium/scope-icon-light-gray.svg") !important;}.a-button__text{position:relative;z-index:3;}.a-button:after,.a-input[type="submit"]:after,.o-product-cart input[type="number"][type="submit"]:after,.o-product-cart input[type="text"][type="submit"]:after,.m-logo-links-dropdown__button:after,.m-product-review-form-block .form-submit input:after,.o-product-description-image-hero .button:after,.o-product-gallery-hero .button:after,.o-product-specs-comparison .button:after,.o-account-dashboard .woocommerce-info a:after,.o-account-dashboard .u-columns .title a:after,.o-account-dashboard .button:after,.o-cart-checkout .button:after,.o-cart-empty .return-to-shop .button:after,.o-product-cart .button:after,.o-woocommerce-order-details .order-again .button:after,.t-product__woocommerce-message .woocommerce-message .button:after,.m-gravity-form .gform_page_footer .button:after,.m-gravity-form .gform_page_footer .a-button:after,.woocommerce-message .button:after,.woocommerce .woocommerce-notices-wrapper .woocommerce-message .button:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;height:126%;transition:all .15s ease-in-out;transform:scale(1.1) rotate(20deg);transition-timing-function:cubic-bezier(.36,.07,.19,.97);will-change:transform;background-image:url("https://cdn-ikpfjol.nitrocdn.com/sFJFvEmonhoQYtgfpLbAzAWEPnNuaFLe/assets/images/optimized/rev-fafaa5e/dartzoneblasters.com/wp-content/themes/dart-zone-platform/assets/images/icons/medium/scope-icon.svg");background-size:64% 125%;background-position:-15% 50%;background-repeat:no-repeat;opacity:0;}.a-button:hover,.a-input:hover[type="submit"],.o-product-cart input:hover[type="submit"][type="number"],.o-product-cart input:hover[type="submit"][type="text"],.m-logo-links-dropdown__button:hover,.m-product-review-form-block .form-submit input:hover,.o-product-description-image-hero .button:hover,.o-product-gallery-hero .button:hover,.o-product-specs-comparison .button:hover,.o-account-dashboard .woocommerce-info a:hover,.o-account-dashboard .u-columns .title a:hover,.o-account-dashboard .button:hover,.o-cart-checkout .button:hover,.o-cart-empty .return-to-shop .button:hover,.o-product-cart .button:hover,.o-woocommerce-order-details .order-again .button:hover,.m-gravity-form .gform_page_footer .button:hover,.m-gravity-form .gform_page_footer .a-button:hover,.woocommerce-message .button:hover,.woocommerce .woocommerce-notices-wrapper .woocommerce-message .button:hover{background-color:var(--button--hover-color);}.a-button:hover:after,.a-input[type="submit"]:hover:after,.o-product-cart input[type="number"][type="submit"]:hover:after,.o-product-cart input[type="text"][type="submit"]:hover:after,.m-logo-links-dropdown__button:hover:after,.m-product-review-form-block .form-submit input:hover:after,.o-product-description-image-hero .button:hover:after,.o-product-gallery-hero .button:hover:after,.o-product-specs-comparison .button:hover:after,.o-account-dashboard .woocommerce-info a:hover:after,.o-account-dashboard .u-columns .title a:hover:after,.o-account-dashboard .button:hover:after,.o-cart-checkout .button:hover:after,.o-cart-empty .return-to-shop .button:hover:after,.o-product-cart .button:hover:after,.o-woocommerce-order-details .order-again .button:hover:after,.m-gravity-form .gform_page_footer .button:hover:after,.m-gravity-form .gform_page_footer .a-button:hover:after,.woocommerce-message .button:hover:after,.woocommerce .woocommerce-notices-wrapper .woocommerce-message .button:hover:after{transform:scale(1) rotate(0deg);height:100%;background-size:64% 125%;opacity:1;}.keyboard-in-use .a-button:focus,.keyboard-in-use .a-input:focus[type="submit"],.keyboard-in-use .o-product-cart input:focus[type="submit"][type="number"],.o-product-cart .keyboard-in-use input:focus[type="submit"][type="number"],.keyboard-in-use .o-product-cart input:focus[type="submit"][type="text"],.o-product-cart .keyboard-in-use input:focus[type="submit"][type="text"],.keyboard-in-use .m-logo-links-dropdown__button:focus,.keyboard-in-use .m-product-review-form-block .form-submit input:focus,.m-product-review-form-block .form-submit .keyboard-in-use input:focus,.keyboard-in-use .o-product-description-image-hero .button:focus,.o-product-description-image-hero .keyboard-in-use .button:focus,.keyboard-in-use .o-product-gallery-hero .button:focus,.o-product-gallery-hero .keyboard-in-use .button:focus,.keyboard-in-use .o-product-specs-comparison .button:focus,.o-product-specs-comparison .keyboard-in-use .button:focus,.keyboard-in-use .o-account-dashboard .woocommerce-info a:focus,.o-account-dashboard .woocommerce-info .keyboard-in-use a:focus,.keyboard-in-use .o-account-dashboard .u-columns .title a:focus,.o-account-dashboard .u-columns .title .keyboard-in-use a:focus,.keyboard-in-use .o-account-dashboard .button:focus,.o-account-dashboard .keyboard-in-use .button:focus,.keyboard-in-use .o-cart-checkout .button:focus,.o-cart-checkout .keyboard-in-use .button:focus,.keyboard-in-use .o-cart-empty .return-to-shop .button:focus,.o-cart-empty .return-to-shop .keyboard-in-use .button:focus,.keyboard-in-use .o-product-cart .button:focus,.o-product-cart .keyboard-in-use .button:focus,.keyboard-in-use .o-woocommerce-order-details .order-again .button:focus,.o-woocommerce-order-details .order-again .keyboard-in-use .button:focus,.keyboard-in-use .m-gravity-form .gform_page_footer .button:focus,.m-gravity-form .gform_page_footer .keyboard-in-use .button:focus,.keyboard-in-use .woocommerce-message .button:focus,.woocommerce-message .keyboard-in-use .button:focus{outline:2px dashed var(--theme--focus-color) !important;outline-offset:5px;transition:none;}@media screen and (max-width: 768px){.a-button,.a-input[type="submit"],.o-product-cart input[type="submit"][type="number"],.o-product-cart input[type="submit"][type="text"],.m-logo-links-dropdown__button,.m-product-review-form-block .form-submit input,.o-product-description-image-hero .button,.o-product-gallery-hero .button,.o-product-specs-comparison .button,.o-account-dashboard .woocommerce-info a,.o-account-dashboard .u-columns .title a,.o-account-dashboard .button,.o-cart-checkout .button,.o-cart-empty .return-to-shop .button,.o-product-cart .button,.o-woocommerce-order-details .order-again .button,.t-product__woocommerce-message .woocommerce-message .button,.m-gravity-form .gform_page_footer .button,.m-gravity-form .gform_page_footer .a-button,.woocommerce-message .button,.woocommerce .woocommerce-notices-wrapper .woocommerce-message .button{font-size:1em;line-height:1.25em;padding:14px 20px;}}@media screen and (max-width: 500px){.a-button,.a-input[type="submit"],.o-product-cart input[type="submit"][type="number"],.o-product-cart input[type="submit"][type="text"],.m-logo-links-dropdown__button,.m-product-review-form-block .form-submit input,.o-product-description-image-hero .button,.o-product-gallery-hero .button,.o-product-specs-comparison .button,.o-account-dashboard .woocommerce-info a,.o-account-dashboard .u-columns .title a,.o-account-dashboard .button,.o-cart-checkout .button,.o-cart-empty .return-to-shop .button,.o-product-cart .button,.o-woocommerce-order-details .order-again .button,.t-product__woocommerce-message .woocommerce-message .button,.m-gravity-form .gform_page_footer .button,.m-gravity-form .gform_page_footer .a-button,.woocommerce-message .button,.woocommerce .woocommerce-notices-wrapper .woocommerce-message .button{font-size:.875em;line-height:1.28571em;}}.a-cart-button{padding-right:2px;}.a-cart-button[data-count]{position:relative;}.a-cart-button[data-count]:after{font-family:montserrat-bold;font-size:.75em;content:attr(data-count);position:absolute;top:0;right:0;transform:translate(15%,-15%);display:flex;justify-content:center;align-items:center;width:20px;height:20px;border-radius:50%;background-color:var(--action--bg-base-color);color:var(--action--text-base-color);box-shadow:0 2px 5px rgba(0,0,0,.2);}.a-cart-button.a-icon-button--inverted[data-count]:after{background-color:var(--color--white);color:var(--action--text-base-color);}.a-cart-button.a-icon-button--inverted.a-icon-button--clear[data-count]:after,.a-cart-button.a-icon-button--inverted.a-icon-button--outlined[data-count]:after{background-color:var(--action--bg-base-color);color:var(--action--text-base-color);}.a-cart-button.a-icon-button--small[data-count]:after,.a-cart-button.m-card-slider__arrow.slick-arrow[data-count]:after{font-size:.625em;width:16px;height:16px;}.a-cart-counter{font-family:montserrat-bold;font-size:1em;display:inline-flex;align-items:center;gap:8px;color:var(--text--base-color);}.a-cart-counter__count{display:flex;justify-content:center;align-items:center;width:30px;height:30px;border-radius:50%;background-color:var(--theme--primary-color);color:var(--text--bold-color);}.a-cart-counter--small{font-family:montserrat-bold;font-size:.75em;gap:5px;}.a-cart-counter--small .a-cart-counter__count{width:20px;height:20px;}.a-cart-counter--large{font-family:montserrat-extrabold;font-size:1.875em;gap:10px;}.a-cart-counter--large .a-cart-counter__count{width:47px;height:47px;}@media screen and (max-width: 600px){.a-cart-counter--large{font-size:1.25em;}.a-cart-counter--large .a-cart-counter__count{width:30px;height:30px;}}.a-cart-counter--inverted{color:var(--text--inverted-color);}.a-checkbox{position:relative;border:2px solid var(--border--base-color);background-color:var(--bg--base-color);border-radius:var(--border--radius);padding:10px;width:100%;width:20px;box-sizing:border-box;height:20px;}.a-checkbox svg{margin-left:auto;margin-right:auto;position:absolute;top:50%;right:0;left:0;transform:translateY(-50%);}.a-checkbox svg path{stroke:#e7e7e7;}.a-close-button{transition:all .15s ease-in-out;height:18px;width:18px;display:flex;align-items:center;justify-content:center;box-sizing:border-box;}.a-close-button:hover:before,.a-close-button:hover:after{background-color:var(--button--hover-color);}.keyboard-in-use .a-close-button:focus{outline:2px dashed var(--theme--focus-color) !important;outline-offset:5px;transition:none;}.a-close-button:before,.a-close-button:after{transition:all .15s ease-in-out;content:"";position:absolute;height:2px;width:18px;background-color:var(--color--gray-300);border-radius:var(--border--radius);}.a-close-button:before{transform:rotate(45deg);}.a-close-button:after{transform:rotate(-45deg);}.a-collection-trigger-button{display:flex;align-items:center;}.a-collection-trigger-button--active .a-collection-trigger-button__icon--default,.a-collection-trigger-button--active .a-collection-trigger-button__text--default{display:none;}.a-collection-trigger-button--active .a-collection-trigger-button__text--active{display:block;}.a-collection-trigger-button--active .a-collection-trigger-button__icon--active{display:flex;}.a-collection-trigger-button--active:hover .a-collection-trigger-button__icon--active,.a-collection-trigger-button--active:hover .a-collection-trigger-button__text--active{display:none;}.a-collection-trigger-button--active:hover .a-collection-trigger-button__icon--deactivate,.a-collection-trigger-button--active:hover .a-collection-trigger-button__text--deactivate{display:flex;}.a-collection-trigger-button--active:hover .a-collection-trigger-button__icon{background-color:var(--button--hover-color);border-color:var(--button--hover-color);}.a-collection-trigger-button--inactive .a-collection-trigger-button__icon--activate{display:flex;}.a-collection-trigger-button--inactive .a-collection-trigger-button__icon{background-color:var(--button--background-color);}.a-collection-trigger-button--inactive .a-collection-trigger-button__icon--add{display:flex;}.a-collection-trigger-button--inactive:hover .a-collection-trigger-button__icon{background-color:var(--button--hover-color);border-color:var(--button--hover-color);}.a-collection-trigger-button--inactive:hover .a-collection-trigger-button__text--activate{display:block;}.a-collection-trigger-button__icon{height:30px;width:30px;border-radius:50%;display:flex;margin-right:10px;border:2px solid var(--theme--primary-color);box-sizing:border-box;}.a-collection-trigger-button__icon--active svg g path{stroke:var(--theme--primary-color);}.a-collection-trigger-button__icon--default,.a-collection-trigger-button__icon--active,.a-collection-trigger-button__icon--deactivate{height:100%;width:100%;justify-content:center;align-items:center;}.a-collection-trigger-button__icon--default{display:flex;}.a-collection-trigger-button__icon--active,.a-collection-trigger-button__icon--deactivate{display:none;}.a-collection-trigger-button__icon--deactivate svg{transform:rotate(45deg) scale(1.2);}.a-collection-trigger-button__text{font-family:montserrat-bold;font-size:1em;line-height:1.25em;letter-spacing:1px;text-transform:uppercase;display:block;color:#404041;}.a-collection-trigger-button__text--active,.a-collection-trigger-button__text--deactivate{display:none;}.keyboard-in-use .a-collection-trigger-button:focus{outline:2px dashed var(--theme--focus-color) !important;outline-offset:5px;transition:none;}.keyboard-in-use .a-collection-trigger-button:focus.a-collection-trigger-button--inactive .a-collection-trigger-button__icon{background-color:var(--button--hover-color);border-color:var(--button--hover-color);}.keyboard-in-use .a-collection-trigger-button:focus.a-collection-trigger-button--inactive .a-collection-trigger-button__text--default{display:block;}.keyboard-in-use .a-collection-trigger-button:focus.a-collection-trigger-button--active .a-collection-trigger-button__icon--active,.keyboard-in-use .a-collection-trigger-button:focus.a-collection-trigger-button--active .a-collection-trigger-button__text--active{display:none;}.keyboard-in-use .a-collection-trigger-button:focus.a-collection-trigger-button--active .a-collection-trigger-button__icon--deactivate,.keyboard-in-use .a-collection-trigger-button:focus.a-collection-trigger-button--active .a-collection-trigger-button__text--deactivate{display:flex;}.keyboard-in-use .a-collection-trigger-button:focus.a-collection-trigger-button--active .a-collection-trigger-button__icon{background-color:var(--button--hover-color);border-color:var(--button--hover-color);}@media screen and (max-width: 1024px){.a-collection-trigger-button .a-collection-trigger-button__icon--active,.a-collection-trigger-button .a-collection-trigger-button__text--active{display:none;}.a-collection-trigger-button--inactive .a-collection-trigger-button__text--activate{display:block;}.a-collection-trigger-button--inactive .a-collection-trigger-button__text--deactivate{display:none;}.a-collection-trigger-button--inactive .a-collection-trigger-button__icon--deactivate{display:none !important;}.a-collection-trigger-button--active .a-collection-trigger-button__icon--active,.a-collection-trigger-button--active .a-collection-trigger-button__text--active{display:flex;}}@media screen and (max-width: 600px){.a-collection-trigger-button__text{font-size:.875em;line-height:1.28571em;}}.a-coupon{display:inline-flex;justify-content:center;align-items:center;padding:12px 20px;box-sizing:border-box;border-radius:var(--coupon--border-radius,6px);border:1px dashed var(--coupon--border-base-color,var(--button--background-color));text-align:center;}.a-coupon__code{font-family:montserrat-bold;font-size:1.125em;line-height:1em;letter-spacing:.1px;transition:all .15s ease-in-out;color:var(--button--background-color);text-transform:uppercase;}.a-coupon__peel{display:none;}.keyboard-in-use .a-coupon:focus{outline:2px dashed var(--theme--focus-color) !important;outline-offset:5px;transition:none;}.a-coupon:is(a,button){transition:all .15s ease-in-out;}.a-coupon:is(a,button):hover{border-color:var(--coupon--border-hover-color,var(--button--hover-color));}.a-coupon:is(a,button):hover .a-coupon__code{color:var(--button--hover-color);}.a-coupon--reveal{position:relative;}.a-coupon--reveal .a-coupon__peel{font-family:montserrat-bold;font-size:.875em;line-height:1em;letter-spacing:.5px;position:absolute;top:0;left:0;width:100%;height:100%;display:flex;justify-content:center;align-items:center;background-color:var(--coupon--peel-bg-color,var(--button--background-color));border-radius:var(--coupon--border-radius,6px);color:var(--coupon--peel-text-color,var(--button--text-color));text-transform:uppercase;}.a-coupon--reveal .a-coupon__peel:after{transition:all .15s ease-in-out;content:"";position:absolute;right:0;bottom:0;display:block;width:0;height:0;border:8px solid rgba(0,0,0,.2);border-bottom-color:var(--color--white);border-right-color:var(--color--white);border-radius:var(--coupon--border-radius,6px) 0 var(--coupon--border-radius,6px);pointer-events:none;}.a-coupon--reveal:is(a,button):hover{border-color:var(--coupon--border-base-color,var(--button--background-color));}.a-coupon--reveal:is(a,button):hover .a-coupon__peel:after{border-width:10px;}.a-crosshairs-circle{position:relative;flex-shrink:0;display:inline-flex;justify-content:center;align-items:center;width:100px;height:100px;border-radius:50%;background-color:var(--theme--primary-color);}.a-crosshairs-circle__crosshairs{color:var(--theme--secondary-color);}.a-crosshairs-circle__crosshairs svg{display:block;}.a-crosshairs-circle__crosshairs [stroke^="#"]{stroke:currentColor;}.a-crosshairs-circle__crosshairs [fill^="#"]{fill:currentColor;}.a-crosshairs-circle__text{font-family:montserrat-bold;font-size:.875em;position:absolute;top:0;left:0;width:100%;height:100%;display:flex;justify-content:center;align-items:center;letter-spacing:.05em;color:var(--text--bold-color);text-transform:uppercase;transform:rotate(-10deg);text-shadow:0 3px 0 rgba(0,0,0,.3);}.a-crosshairs-circle--inverted{background-color:var(--theme--secondary-color);}.a-crosshairs-circle--inverted .a-crosshairs-circle__crosshairs{color:var(--theme--primary-color);}.a-expand-button{transition:all .15s ease-in-out;width:34px;height:34px;display:flex;align-items:center;justify-content:center;padding:8px;box-sizing:border-box;border-radius:50%;border:2px solid var(--color--gray-400);}.a-expand-button svg path{transition:all .15s ease-in-out;}.a-expand-button:hover{background-color:var(--button--hover-color);border-color:var(--button--hover-color);transform:scale(1.1);}.a-expand-button:hover svg path{fill:var(--color--white);}.a-filter-button{transition:all .2s ease-in-out;transition-timing-function:cubic-bezier(.36,.07,.19,.97);display:flex;align-items:center;justify-content:center;width:48px;height:48px;background-color:var(--button--background-color);border-radius:var(--border--radius);padding:8px;box-sizing:border-box;}.a-filter-button:hover{background-color:var(--button--hover-color);}.a-filter-button svg path{fill:var(--color--white);}.a-filter-button__icon{width:100%;display:block;}.keyboard-in-use .a-filter-button:focus{outline:2px dashed var(--theme--focus-color) !important;outline-offset:5px;transition:none;}.a-flag{font-size:1em;line-height:1.25em;font-family:montserrat-bold;background-color:var(--color--white);color:var(--theme--primary-color);text-transform:uppercase;padding:5px;display:inline-flex;text-align:center;}.a-flag--inverted{color:var(--color--white);background-color:var(--theme--primary-color);}@media screen and (max-width: 768px){.a-flag{font-size:.875em;line-height:1.28571em;}}@media screen and (max-width: 600px){.a-flag{font-size:.75em;line-height:1.33333em;}}.a-gallery-image{max-width:384px;width:100%;}.a-gallery-image--no-styling .a-gallery-image__image-wrapper{box-shadow:none;border-radius:0;}.a-gallery-image--no-styling .a-gallery-image__image{border-radius:0;}.a-gallery-image__image-wrapper{width:100%;height:296px;border-radius:5px;box-shadow:0 0 5px rgba(0,0,0,.2);}.a-gallery-image__image{height:100%;width:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;border-radius:4px;}.a-gallery-image__label{font-family:montserrat-medium;font-size:1.375em;line-height:1.45455em;margin-top:40px;color:var(--text--bold-color);}.a-gallery-image__list{display:flex;flex-direction:column;list-style-type:none;margin-top:40px;}.a-gallery-image__item{font-family:montserrat-medium;font-size:1.375em;line-height:1.45455em;color:var(--text--bold-color);position:relative;padding-left:20px;}.a-gallery-image__item:before{content:"";position:absolute;top:16px;left:0;width:12px;height:3px;background-color:var(--theme--primary-color);}.a-gallery-image__item+.a-gallery-image_item{margin-top:5px;}@media screen and (max-width: 950px){.a-gallery-image__label{font-size:1.125em;line-height:1.22222em;margin-top:30px;}.a-gallery-image__list{margin-top:30px;}.a-gallery-image__item{font-size:1.125em;line-height:1.22222em;}.a-gallery-image__item:before{top:8px;}}@media screen and (max-width: 768px){.a-gallery-image__image-wrapper{height:260px;}.a-gallery-image__label,.a-gallery-image__item{font-size:1em;line-height:1.25em;}}@media screen and (max-width: 600px){.a-gallery-image__image-wrapper{height:240px;}.a-gallery-image__label{margin-top:20px;}.a-gallery-image__list{margin-top:20px;}}.a-hamburger{transition:all .15s ease-in-out;height:44px;width:44px;border-radius:50%;position:relative;display:flex;justify-content:center;align-items:center;}.a-hamburger:hover{background-color:var(--bg--bold-color);}.a-hamburger:hover .a-hamburger__line{background-color:var(--bg--base-color);}.a-hamburger__inner{width:18px;height:16px;position:relative;}.a-hamburger__line{transition:all .15s ease-in-out;position:absolute;left:0;display:block;width:18px;height:2px;background-color:var(--bg--bold-color);border-radius:var(--border--radius);}.a-hamburger__line:first-child{top:0;}.a-hamburger__line:nth-child(2){top:7px;}.a-hamburger__line:last-child{top:14px;}.keyboard-in-use .a-hamburger:focus{outline:2px dashed var(--theme--focus-color) !important;outline-offset:5px;transition:none;}.a-icon-button,.m-card-slider__arrow.slick-arrow{transition:all .15s ease-in-out;position:relative;display:inline-flex;justify-content:center;align-items:center;width:44px;height:44px;box-sizing:border-box;border-radius:50%;background-color:var(--action--bg-base-color);color:var(--action--text-base-color);text-align:center;text-transform:uppercase;}.a-icon-button__icon{transition:transform .15s ease-in-out,opacity .15s ease-in-out;flex-shrink:0;max-height:24px;width:auto;color:currentColor;}.a-icon-button__icon svg{display:block;width:inherit;max-height:inherit;}.a-icon-button__icon [stroke*="#"]{stroke:currentColor;}.a-icon-button__icon [fill*="#"]{fill:currentColor;}.keyboard-in-use .a-icon-button:focus,.keyboard-in-use .m-card-slider__arrow.slick-arrow:focus{outline:2px dashed var(--theme--focus-color) !important;outline-offset:5px;transition:none;}.a-icon-button:is(a,button):hover,.m-card-slider__arrow.slick-arrow:is(a,button):hover{background-color:var(--action--bg-hover-color);color:var(--action--text-hover-color);}.a-icon-button--inverted{background-color:var(--theme--secondary-color);color:var(--color--white);}.a-icon-button--inverted:is(a,button):hover{background-color:var(--action--bg-hover-color);}.a-icon-button--medium{height:40px;width:40px;}.a-icon-button--medium .a-icon-button__icon{max-height:18px;}.a-icon-button--small,.m-card-slider__arrow.slick-arrow{height:30px;width:30px;}.a-icon-button--small .a-icon-button__icon,.m-card-slider__arrow.slick-arrow .a-icon-button__icon{max-height:18px;}.a-icon-button--clear{background-color:transparent;color:var(--bg--bold-color);}.a-icon-button--clear:is(a,button):hover{color:var(--text--inverted-color);background-color:var(--bg--bold-color);}.a-icon-button--clear.a-icon-button--inverted{color:var(--text--inverted-color);}.a-icon-button--outlined{background-color:transparent;border:2px solid var(--action--base-color);color:var(--action--base-color);}.a-icon-button--outlined:is(a,button):hover{background-color:transparent;border-color:var(--action--bg-hover-color);color:var(--action--bg-hover-color);}.a-icon-button--outlined.a-icon-button--inverted:is(a,button){border-color:var(--text--inverted-color);color:var(--text--inverted-color);}.a-icon-button--outlined.a-icon-button--inverted:is(a,button):hover{border-color:var(--action--bg-hover-color);color:var(--action--bg-hover-color);}.a-icon-button--disabled{background-color:rgba(var(--status--idle-rgb),.5);color:var(--text--idle-color);pointer-events:none;}.a-icon-link{font-family:montserrat-bold;font-size:1em;transition:all .15s ease-in-out;display:inline-flex;align-items:center;gap:8px;letter-spacing:.05em;color:var(--text--base-color);text-transform:uppercase;}.a-icon-link__text{padding-top:1px;}.a-icon-link__icon svg{display:block;}.keyboard-in-use .a-icon-link:focus{outline:2px dashed var(--theme--focus-color) !important;outline-offset:5px;transition:none;}.a-icon-link:is(a,button):hover{color:var(--action--hover-color);}.a-icon-link--inverted{color:var(--text--inverted-color);}.a-input[type="text"],.o-product-cart input[type="text"],.a-input[type="number"],.o-product-cart input[type="number"],.a-input[type="search"],.o-product-cart input[type="search"][type="number"],.o-product-cart input[type="search"][type="text"],.a-input[type="input"],.o-product-cart input[type="input"][type="number"],.o-product-cart input[type="input"][type="text"],.a-input[type="email"],.o-product-cart input[type="email"][type="number"],.o-product-cart input[type="email"][type="text"]{font-size:1em;line-height:1.25em;font-family:montserrat-semibold;color:var(--text--base-color);padding:14px 16px;box-sizing:border-box;background-color:var(--bg--base-color);border:2px solid var(--border--base-color);border-radius:var(--border--radius);}.a-input[type="text"]::-moz-placeholder,.o-product-cart input[type="text"]::-moz-placeholder,.a-input[type="number"]::-moz-placeholder,.o-product-cart input[type="number"]::-moz-placeholder,.a-input[type="search"]::-moz-placeholder,.o-product-cart input[type="number"][type="search"]::-moz-placeholder,.o-product-cart input[type="text"][type="search"]::-moz-placeholder,.a-input[type="input"]::-moz-placeholder,.o-product-cart input[type="number"][type="input"]::-moz-placeholder,.o-product-cart input[type="text"][type="input"]::-moz-placeholder,.a-input[type="email"]::-moz-placeholder,.o-product-cart input[type="number"][type="email"]::-moz-placeholder,.o-product-cart input[type="text"][type="email"]::-moz-placeholder{color:var(--text--base-color);}.a-input[type="text"]::placeholder,.o-product-cart input[type="text"]::placeholder,.a-input[type="number"]::placeholder,.o-product-cart input[type="number"]::placeholder,.a-input[type="search"]::placeholder,.o-product-cart input[type="number"][type="search"]::placeholder,.o-product-cart input[type="text"][type="search"]::placeholder,.a-input[type="input"]::placeholder,.o-product-cart input[type="number"][type="input"]::placeholder,.o-product-cart input[type="text"][type="input"]::placeholder,.a-input[type="email"]::placeholder,.o-product-cart input[type="number"][type="email"]::placeholder,.o-product-cart input[type="text"][type="email"]::placeholder{color:var(--text--base-color);}@media screen and (max-width: 1024px){.a-input[type="text"],.o-product-cart input[type="text"],.a-input[type="number"],.o-product-cart input[type="number"],.a-input[type="search"],.o-product-cart input[type="search"][type="number"],.o-product-cart input[type="search"][type="text"]{font-size:1.125em;line-height:1.22222em;}}@media screen and (max-width: 950px){.a-input[type="text"],.o-product-cart input[type="text"],.a-input[type="number"],.o-product-cart input[type="number"],.a-input[type="search"],.o-product-cart input[type="search"][type="number"],.o-product-cart input[type="search"][type="text"]{font-size:.875em;line-height:1.28571em;}}.a-label{font-size:1.25em;line-height:1.4em;font-family:montserrat-semibold;color:var(--text--base-color);}.a-large-arrow{transition:all .15s ease-in-out;height:48px;width:48px;border-radius:50%;position:relative;background-color:var(--button--background-color);z-index:2;}.a-large-arrow:hover{background-color:var(--button--hover-color);}.a-large-arrow:hover:before{transform:scaleX(1.375) translateY(-50%);opacity:1;}.a-large-arrow:hover:after{transform:translateY(-50%) translateX(6px);}.keyboard-in-use .a-large-arrow:focus{outline:2px dashed var(--theme--focus-color) !important;outline-offset:5px;transition:none;}.a-large-arrow:before,.a-large-arrow:after{content:"";transition:all .15s ease-in-out;position:absolute;top:50%;will-change:transform;transform:translateY(-50%);}.a-large-arrow:before{top:50%;left:12px;width:16px;height:2px;transform-origin:left;background-color:var(--color--black);border-radius:var(--border--radius);opacity:0;}.a-large-arrow:after{content:"";margin-left:auto;margin-right:auto;background-image:url("https://cdn-ikpfjol.nitrocdn.com/sFJFvEmonhoQYtgfpLbAzAWEPnNuaFLe/assets/images/optimized/rev-fafaa5e/dartzoneblasters.com/wp-content/themes/dart-zone-platform/assets/images/icons/medium/right-angle-black-icon.svg");background-size:contain;right:0;left:0;width:8px;height:14px;background-repeat:no-repeat;background-position:center;}.keyboard-in-use .a-large-arrow:focus{outline:2px dashed var(--theme--focus-color) !important;outline-offset:5px;transition:none;}@media screen and (max-width: 600px){.a-large-arrow{width:40px;height:40px;}.a-large-arrow:before{top:50%;left:12px;width:13px;height:2px;}.a-large-arrow:after{width:8px;height:14px;}}.a-large-checkbox{position:relative;display:flex;align-items:center;padding:5px 20px 5px 5px;background-color:var(--color--white);box-sizing:border-box;box-shadow:0 0 5px rgba(0,0,0,.2);border-radius:5px;}.a-large-checkbox--is-bold{padding:13px 20px 13px 13px;}.a-large-checkbox--is-bold .a-large-checkbox__label{font-family:montserrat-semibold;font-size:1.375em;line-height:1.18182em;}.a-large-checkbox--is-bold .a-large-checkbox__label:before{height:40px;width:40px;}.a-large-checkbox--is-bold .a-large-checkbox__label:after{top:8px;left:8px;}.a-large-checkbox--is-checked .a-large-checkbox__label:before{border:2px solid var(--bg--bold-color);background-color:var(--bg--bold-color) !important;}.a-large-checkbox--is-checked .a-large-checkbox__label:after{content:url("https://cdn-ikpfjol.nitrocdn.com/sFJFvEmonhoQYtgfpLbAzAWEPnNuaFLe/assets/images/optimized/rev-fafaa5e/dartzoneblasters.com/wp-content/themes/dart-zone-platform/assets/images/icons/medium/checkmark-white-icon.svg");}.a-large-checkbox__label{font-family:montserrat-medium;font-size:1em;line-height:1.5625em;position:relative;display:inline-flex;align-items:center;-webkit-user-select:none;-moz-user-select:none;user-select:none;color:var(--color--black);width:100%;cursor:pointer;}.a-large-checkbox__label:before,.a-large-checkbox__label:after{content:"";cursor:pointer;}.a-large-checkbox__label:before{transition:all .15s ease-in-out;height:50px;width:50px;top:-1px;left:0;margin-right:20px;border-radius:5px;box-sizing:border-box;border:2px solid var(--color--gray-300);background-color:var(--bg--base-color);}.a-large-checkbox__label:after{transition:all .15s ease-in-out;content:url("https://cdn-ikpfjol.nitrocdn.com/sFJFvEmonhoQYtgfpLbAzAWEPnNuaFLe/assets/images/optimized/rev-fafaa5e/dartzoneblasters.com/wp-content/themes/dart-zone-platform/assets/images/icons/medium/checkmark-light-gray-icon.svg");position:absolute;top:15px;left:14px;}.a-large-checkbox__label-text{width:calc(100% - 70px);}.a-large-checkbox:hover .a-large-checkbox__input:not(:checked)+label:before{background-color:var(--bg--base-color);border:4px solid var(--color--black);}.a-large-checkbox:hover .a-large-checkbox__input:not(:checked)+label:after{content:url("https://cdn-ikpfjol.nitrocdn.com/sFJFvEmonhoQYtgfpLbAzAWEPnNuaFLe/assets/images/optimized/rev-fafaa5e/dartzoneblasters.com/wp-content/themes/dart-zone-platform/assets/images/icons/medium/checkmark-dark-gray-icon.svg");}.keyboard-in-use .a-large-checkbox__input:focus+.a-large-checkbox__label:before{border:2px dashed var(--theme--focus-color);background-color:var(--bg--base-color);}.a-large-checkbox__input:disabled+.a-large-checkbox__label:before{background-color:lightgray;border-color:gray;cursor:default;}@media screen and (max-width: 1200px){.a-large-checkbox--is-bold .a-large-checkbox__label{font-size:1.25em;line-height:1.2em;}}@media screen and (max-width: 950px){.a-large-checkbox--is-bold{padding:5px;}.a-large-checkbox--is-bold .a-large-checkbox__label{font-size:1.125em;line-height:1.22222em;}.a-large-checkbox__label:before{height:40px;width:40px;margin-right:10px;}.a-large-checkbox__label:after{top:10px;left:8px;}}@media screen and (max-width: 600px){.a-large-checkbox{padding:10px;}.a-large-checkbox--is-bold .a-large-checkbox__label{font-size:1em;line-height:1.25em;}.a-large-checkbox--is-bold .a-large-checkbox__label:after{top:12px;}.a-large-checkbox__label{font-size:1em;line-height:1.25em;}.a-large-checkbox__label:before{height:34px;width:34px;}.a-large-checkbox__label:after{top:8px;left:6px;}}.a-large-radio-button{position:relative;border-radius:5px;box-shadow:0 0 5px rgba(0,0,0,.2);background-color:var(--color--white);padding:20px;box-sizing:border-box;display:flex;align-items:center;}.a-large-radio-button--hide-text .a-large-radio-button__text{display:none;}.a-large-radio-button__content-wrapper{width:100%;display:flex;align-items:flex-start;justify-content:flex-start;margin-right:40px;max-width:calc(100% - 246px);}.a-large-radio-button__content-wrapper .m-large-radio-button__text{width:calc(100% - 70px);}.a-large-radio-button__input{height:100%;width:100%;position:absolute;top:0;left:0;opacity:0;cursor:pointer;margin:0 !important;z-index:4;}.a-large-radio-button__input:checked+.a-large-radio-button__icon{background-color:var(--color--black);}.a-large-radio-button__input:checked+.a-large-radio-button__icon:before{transform:translateY(-50%) scale(0);}.a-large-radio-button__input:checked+.a-large-radio-button__icon:after{transform:translateY(-50%) scale(.9);}.a-large-radio-button__icon{transition:all .15s ease-in-out;height:50px;width:50px;position:relative;margin-right:15px;border-radius:50%;box-sizing:border-box;background-color:var(--color--gray-300);}.a-large-radio-button__icon:before{transition:all .15s ease-in-out;margin-left:auto;margin-right:auto;height:46px;width:46px;content:"";position:absolute;top:50%;right:0;left:0;transform:translateY(-50%);background-color:var(--bg--base-color);border-radius:50%;}.a-large-radio-button__icon:after{transition:all .15s ease-in-out;margin-left:auto;margin-right:auto;height:30px;width:30px;content:"";position:absolute;top:50%;right:0;left:0;transform:translateY(-50%);background-color:var(--color--gray-200);border-radius:50%;z-index:2;}.a-large-radio-button__text{display:flex;flex-direction:column;width:calc(100% - 65px);}.a-large-radio-button__headline{font-family:montserrat-medium;font-size:.875em;line-height:1.28571em;margin-bottom:8px;color:var(--text--bold-color);text-transform:uppercase;}.a-large-radio-button__label{font-family:montserrat-bold;font-size:2em;line-height:1.1875em;display:inline-flex;align-items:center;color:var(--text--bold-color);padding:6px 0;box-sizing:border-box;cursor:pointer;}.a-large-radio-button__description{font-family:montserrat-medium;font-size:1.125em;line-height:1.33333em;color:var(--color--gray-400);margin-top:4px;}.a-large-radio-button__image{margin-left:auto;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center;max-width:206px;width:100%;max-height:100%;}.a-large-radio-button:hover .a-large-radio-button__input:not(:checked)+.a-large-radio-button__icon{background-color:var(--color--black);}.a-large-radio-button:hover .a-large-radio-button__input:not(:checked)+.a-large-radio-button__icon:before,.a-large-radio-button:hover .a-large-radio-button__input:not(:checked)+.a-large-radio-button__icon:after{transform:translateY(-50%) scale(.9);}.keyboard-in-use .a-large-radio-button:focus-within .a-large-radio-button__label:before{outline:2px dashed var(--theme--focus-color) !important;outline-offset:5px;transition:none;}@media screen and (max-width: 1240px){.a-large-radio-button__content-wrapper{max-width:calc(100% - 150px);}.a-large-radio-button__image{max-width:50%;}}@media screen and (max-width: 1200px){.a-large-radio-button__label{font-size:1.5em;line-height:1.16667em;}}@media screen and (max-width: 1024px){.a-large-radio-button__description{font-size:1.125em;line-height:1.22222em;}}@media screen and (max-width: 950px){.a-large-radio-button{padding:14px;}.a-large-radio-button--has-image{flex-direction:column;align-items:flex-start;justify-content:flex-start;}.a-large-radio-button--has-image .a-large-radio-button__image{margin-right:auto !important;margin-left:0 !important;}.a-large-radio-button__content-wrapper{max-width:100%;margin-right:0;margin-bottom:30px;}.a-large-radio-button__icon{height:40px;width:40px;margin-right:10px;}.a-large-radio-button__icon:before{height:36px;width:36px;}.a-large-radio-button__icon:after{height:20px;width:20px;}.a-large-radio-button__headline{margin-bottom:4px;}.a-large-radio-button__label{font-size:1.25em;line-height:1.2em;padding:0;}.a-large-radio-button__description{font-size:1em;line-height:1.25em;}.a-large-radio-button__image{max-width:200px;}}@media screen and (max-width: 600px){.a-large-radio-button__icon{height:30px;width:30px;}.a-large-radio-button__icon:before{height:26px;width:26px;}.a-large-radio-button__icon:after{height:10px;width:10px;}.a-large-radio-button__content-wrapper{margin-bottom:10px;}.a-large-radio-button__label{font-size:.875em;line-height:1.28571em;}.a-large-radio-button__description{font-size:.875em;line-height:1.28571em;}.a-large-radio-button__image{max-height:50px;max-width:100px;}}.a-layered-animated-gifs{position:relative;max-width:894px;width:100%;height:505px;}.a-layered-animated-gifs--playing .a-layered-animated-gifs__item:not(.a-layered-animated-gifs__item--active){z-index:-1;}.a-layered-animated-gifs--playing .a-tooltip-trigger__inner{opacity:.6;}.a-layered-animated-gifs--playing .a-tooltip-trigger:after{transform:scale(.85);}.a-layered-animated-gifs:after{content:"";height:20px;width:20px;background-size:cover;background-position:50% 50%;background-repeat:no-repeat;position:absolute;top:10px;right:10px;background-image:url("https://cdn-ikpfjol.nitrocdn.com/sFJFvEmonhoQYtgfpLbAzAWEPnNuaFLe/assets/images/optimized/rev-fafaa5e/dartzoneblasters.com/wp-content/themes/dart-zone-platform/assets/images/icons/small/play-white-icon.svg");}.a-layered-animated-gifs__image{height:100%;height:100%;width:100%;width:100%;position:absolute;top:0;left:0;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;z-index:2;}.a-layered-animated-gifs__item{position:absolute;top:0;left:0;width:100%;height:100%;}.a-layered-animated-gifs__item--active{z-index:3;}.a-layered-animated-gifs__gif{height:100%;width:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;}.a-layered-animated-gifs__tooltip-wrapper{height:40px;width:40px;position:absolute;box-sizing:border-box;}@media screen and (max-width: 768px){.a-layered-animated-gifs{height:auto;}.a-layered-animated-gifs__tooltip-wrapper,.a-layered-animated-gifs__image{display:none;}.a-layered-animated-gifs__item{position:relative;}.a-layered-animated-gifs__item+.a-layered-animated-gifs__item{margin-top:30px;}}.a-link{font-family:montserrat-bold;font-size:1.125em;line-height:1.33333em;color:var(--link--base-color);}.keyboard-in-use .a-link:focus{outline:2px dashed var(--theme--focus-color) !important;outline-offset:5px;transition:none;}.a-link:is(a,button):hover{color:var(--link--hover-color);text-decoration:underline;text-underline-offset:3px;}.a-link--bold{color:var(--link--bold-color);}.a-link--inverted{color:var(--link--inverted-color);}.a-loader{border:8px solid #f3f3f3;border-radius:50%;border-top:8px solid var(--theme--primary-color);width:30px;height:30px;animation:spin 2s linear infinite;}.a-logo-link-tile{position:relative;display:flex;align-items:center;justify-content:center;padding:50px 32px;background-color:var(--bg--base-color);border-radius:5px;box-shadow:0 0 5px rgba(0,0,0,.2);box-sizing:border-box;max-width:384px;width:100%;min-height:132px;overflow:hidden;}.a-logo-link-tile:after{content:"";transition:all .15s ease-in-out;position:absolute;top:0;left:0;width:100%;height:100%;transform:scale(1.1);border:4px solid var(--border--bold-color);border-radius:5px;box-sizing:border-box;transition-timing-function:cubic-bezier(.36,.07,.19,.97);}.a-logo-link-tile:hover:after{opacity:1;transform:scale(1);}.a-logo-link-tile:hover .a-logo-link-tile__image,.a-logo-link-tile:hover .a-logo-link-tile__title{transform:scale(1.1);}.a-logo-link-tile__link{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;box-sizing:border-box;z-index:5;}.keyboard-in-use .a-logo-link-tile__link:focus{border:2px dashed var(--theme--focus-color);}.a-logo-link-tile__image,.a-logo-link-tile__title{transition:all .15s ease-in-out;margin-left:auto;margin-right:auto;will-change:transform;max-width:318px;width:100%;box-sizing:border-box;}.a-logo-link-tile__image{height:100%;width:100%;display:block;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center;padding:10px;}.a-logo-link-tile__title{font-family:montserrat-bold;font-size:1.375em;line-height:1.27273em;text-align:center;color:var(--text--bold-color);text-transform:uppercase;padding:10px 30px;}@media screen and (max-width: 1024px){.a-logo-link-tile__title{font-size:1.25em;line-height:1.2em;}}@media screen and (max-width: 768px){.a-logo-link-tile__title{font-size:1.125em;line-height:1.22222em;}}@media screen and (max-width: 600px){.a-logo-link-tile{min-height:100px;padding:20px;max-width:250px;}.a-logo-link-tile:after{border-width:2px;}.a-logo-link-tile__image{max-width:150px;}.a-logo-link-tile__title{font-size:1em;line-height:1.25em;}}.a-logo-link{position:relative;display:flex;align-items:center;justify-content:center;height:108px;width:136px;}.a-logo-link__image{height:100%;width:100%;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center;}.a-logo-link:after{content:"";position:absolute;top:0;top:50%;left:0;width:100%;width:136px;height:100%;height:100%;transition:all .15s ease-in-out;margin-left:auto;margin-right:auto;background-size:cover;background-position:50% 50%;background-repeat:no-repeat;transform:scale(1) rotate(20deg) translateY(-50%);right:0;background-image:url("https://cdn-ikpfjol.nitrocdn.com/sFJFvEmonhoQYtgfpLbAzAWEPnNuaFLe/assets/images/source/rev-fafaa5e/dartzoneblasters.com/wp-content/themes/dart-zone-platform/assets/images/icons/medium/shop-scope-icon-black.svg");opacity:0;will-change:transform;transform-origin:center;}.a-logo-link:hover:after{opacity:1;transform:scale(1) rotate(0deg) translateY(-50%);}.keyboard-in-use .a-logo-link:focus{outline:2px dashed var(--theme--focus-color) !important;outline-offset:5px;transition:none;}@media screen and (max-width: 950px){.a-logo-link{height:80px;width:100px;}}.a-looped-video{position:relative;max-width:300px;width:100%;height:300px;}.keyboard-in-use .a-looped-video:focus{outline:2px dashed var(--theme--focus-color) !important;outline-offset:5px;transition:none;}.a-looped-video:after{content:"";height:20px;width:20px;background-size:cover;background-position:50% 50%;background-repeat:no-repeat;position:absolute;top:10px;right:10px;background-image:url("https://cdn-ikpfjol.nitrocdn.com/sFJFvEmonhoQYtgfpLbAzAWEPnNuaFLe/assets/images/optimized/rev-fafaa5e/dartzoneblasters.com/wp-content/themes/dart-zone-platform/assets/images/icons/small/play-red-icon.svg");}.a-looped-video__video{height:100%;width:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;}.a-play-button{transition:all .15s ease-in-out;height:120px;width:120px;position:relative;background-color:var(--button--background-color);display:flex;align-items:center;justify-content:center;box-sizing:border-box;box-shadow:0 0 5px rgba(0,0,0,.2);border-radius:50%;border:10px solid var(--color--white);}.a-play-button:after{height:90px;width:90px;transition:all .15s ease-in-out;content:"";background-image:url("https://cdn-ikpfjol.nitrocdn.com/sFJFvEmonhoQYtgfpLbAzAWEPnNuaFLe/assets/images/source/rev-fafaa5e/dartzoneblasters.com/wp-content/themes/dart-zone-platform/assets/images/icons/medium/scope-icon-black.svg");position:absolute;top:5px;left:5px;transform:scale(1.2) rotate(10deg);opacity:0;}.a-play-button svg{position:relative;top:1px;left:2px;}@media screen and (max-width: 950px){.a-play-button{height:70px;width:70px;}.a-play-button__inner{transform:scale(.7);}}.a-price{font-family:montserrat-bold;font-size:1.125em;line-height:1.33333em;display:inline-flex;flex-direction:column-reverse;align-items:flex-end;color:var(--text--base-color);}.a-price__sale+.a-price__price{color:var(--color--gray-300);text-decoration:line-through;}.a-product-block-button{transition:all .15s ease-in-out;position:relative;max-width:568px;display:flex;align-items:center;justify-content:space-between;width:100%;padding:28px 20px 28px 30px;box-sizing:border-box;min-height:114px;border:2px solid rgba(64,64,65,.2);border-radius:5px;background-color:rgba(64,64,65,.2);}.a-product-block-button--active{border:2px solid var(--theme--secondary-color);background-color:rgba(0,0,0,.4);}.a-product-block-button--active:hover{border-color:var(--color--gray-400) !important;background-color:var(--theme--secondary-color) !important;}.a-product-block-button--active .a-product-block-button__text{color:var(--color--white) !important;}.a-product-block-button--has-label-icon .a-product-block-button__label{padding-left:7px;}.a-product-block-button__label{font-size:.75em;line-height:1.33333em;letter-spacing:1px;font-family:montserrat-bold;position:absolute;top:-2px;left:-2px;z-index:2;padding:4px 10px;box-sizing:border-box;text-align:center;text-transform:uppercase;border-top-left-radius:5px;border-bottom-right-radius:5px;display:flex;align-items:center;}.a-product-block-button__label svg{margin-right:4px;width:10px;}.a-product-block-button__text{transition:all .15s ease-in-out;font-size:1.125em;line-height:1.33333em;font-family:montserrat-bold;color:var(--color--gray-400);display:flex;flex-direction:column;align-items:flex-start;width:74%;text-align:left;padding-right:20px;box-sizing:border-box;}.a-product-block-button__price{font-family:montserrat-bold;font-size:14px;line-height:18px;margin-top:5px;color:var(--text--alternate-color);display:flex;}.a-product-block-button__price--sale{color:var(--color--gray-400);text-decoration:line-through;margin-right:5px;}.a-product-block-button__price--regular,.a-product-block-button__price--sale{font-size:14px;line-height:18px;}.a-product-block-button__image{position:absolute;top:10px;right:20px;width:112px;height:calc(100% - 20px);-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center;}.a-product-block-button:hover{background-color:rgba(64,64,65,.4);border-color:var(--color--gray-300);}.a-product-block-button:hover .a-product-block-button__text{color:var(--color--gray-200);}.keyboard-in-use .a-product-block-button:focus{outline:2px dashed var(--theme--focus-color) !important;outline-offset:5px;transition:none;}@media screen and (max-width: 950px){.a-product-block-button__text{font-size:1em;line-height:1.25em;letter-spacing:1px;}}@media screen and (max-width: 600px){.a-product-block-button{flex-direction:column;align-items:flex-start;padding:40px 20px 20px;min-height:50px;}.a-product-block-button__text{font-size:.875em;line-height:1.28571em;padding-right:0;margin-bottom:20px;width:100%;}.a-product-block-button__image{position:relative;top:0;right:0;height:auto;width:90px;}}.a-product-checkbox{position:relative;}.a-product-checkbox__label{position:relative;display:flex;align-items:flex-start;flex-direction:column;cursor:pointer;}.a-product-checkbox__label:before,.a-product-checkbox__label:after{content:"";cursor:pointer;}.a-product-checkbox__label:before{transition:all .15s ease-in-out;height:50px;width:50px;position:relative;top:20px;left:30px;border-radius:5px;box-sizing:border-box;border:2px solid var(--color--gray-300);background-color:var(--bg--base-color);}.a-product-checkbox__label:after{transition:all .15s ease-in-out;content:url("https://cdn-ikpfjol.nitrocdn.com/sFJFvEmonhoQYtgfpLbAzAWEPnNuaFLe/assets/images/optimized/rev-fafaa5e/dartzoneblasters.com/wp-content/themes/dart-zone-platform/assets/images/icons/medium/checkmark-light-gray-icon.svg");position:absolute;top:36px;left:44px;}.a-product-checkbox__image{-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center;display:block;max-height:100px;width:auto;max-width:100%;}.a-product-checkbox__label-text{font-family:montserrat-bold;font-size:1.125em;line-height:1.38889em;margin-top:18px;color:var(--text--bold-color);text-transform:uppercase;}.a-product-checkbox:hover .a-product-checkbox__input:not(:checked)+label:before{background-color:var(--bg--base-color);border:4px solid var(--color--black);}.a-product-checkbox:hover .a-product-checkbox__input:not(:checked)+label:after{content:url("https://cdn-ikpfjol.nitrocdn.com/sFJFvEmonhoQYtgfpLbAzAWEPnNuaFLe/assets/images/optimized/rev-fafaa5e/dartzoneblasters.com/wp-content/themes/dart-zone-platform/assets/images/icons/medium/checkmark-dark-gray-icon.svg");}.keyboard-in-use .a-product-checkbox__input:focus+.a-product-checkbox__label:before{border:2px dashed var(--theme--focus-color);background-color:var(--bg--base-color);}.a-product-checkbox__input:checked+.a-product-checkbox__label:before{border:2px solid var(--bg--bold-color);background-color:var(--bg--bold-color);}.a-product-checkbox__input:checked+.a-product-checkbox__label:after{content:url("https://cdn-ikpfjol.nitrocdn.com/sFJFvEmonhoQYtgfpLbAzAWEPnNuaFLe/assets/images/optimized/rev-fafaa5e/dartzoneblasters.com/wp-content/themes/dart-zone-platform/assets/images/icons/medium/checkmark-white-icon.svg");}.a-product-checkbox__input:disabled+.a-product-checkbox__label:before{background-color:lightgray;border-color:gray;cursor:default;}@media screen and (max-width: 950px){.a-product-checkbox__label:before{height:40px;width:40px;}.a-product-checkbox__label:after{top:30px;left:38px;}.a-product-checkbox__label-text{font-size:1.125em;line-height:1.22222em;margin-top:10px;}}@media screen and (max-width: 600px){.a-product-checkbox__label:before{height:34px;width:34px;}.a-product-checkbox__label:after{top:28px;left:34px;}.a-product-checkbox__label-text{font-size:.875em;line-height:1.28571em;}}.a-product-experience-checkbox{position:relative;display:flex;align-items:center;padding:5px;background-color:var(--color--white);box-sizing:border-box;box-shadow:0 0 5px rgba(0,0,0,.2);border-radius:5px;}.a-product-experience-checkbox__icon{height:50px;width:50px;background-color:var(--theme--tertiary-color);border-radius:2px;display:flex;align-items:center;justify-content:center;}.a-product-experience-checkbox__label{font-family:montserrat-semibold;font-size:1em;line-height:1.5625em;position:relative;display:inline-flex;align-items:center;-webkit-user-select:none;-moz-user-select:none;user-select:none;color:var(--color--black);width:100%;cursor:pointer;z-index:5;}.a-product-experience-checkbox__label:before,.a-product-experience-checkbox__label:after{content:"";cursor:pointer;}.a-product-experience-checkbox__label:before{transition:all .15s ease-in-out;height:50px;width:50px;position:absolute;top:0;right:0;border-radius:2px;box-sizing:border-box;border:2px solid var(--color--gray-300);background-color:var(--bg--base-color);}.a-product-experience-checkbox__label:after{transition:all .15s ease-in-out;content:url("https://cdn-ikpfjol.nitrocdn.com/sFJFvEmonhoQYtgfpLbAzAWEPnNuaFLe/assets/images/optimized/rev-fafaa5e/dartzoneblasters.com/wp-content/themes/dart-zone-platform/assets/images/icons/medium/checkmark-light-gray-icon.svg");position:absolute;top:15px;right:14px;}.a-product-experience-checkbox__label-text{width:calc(100% - 100px);text-align:center;box-sizing:border-box;padding:0 10px;}.a-product-experience-checkbox:hover .a-product-experience-checkbox__input:not(:checked)+label:before{background-color:var(--bg--base-color);border:4px solid var(--color--black);}.a-product-experience-checkbox:hover .a-product-experience-checkbox__input:not(:checked)+label:after{content:url("https://cdn-ikpfjol.nitrocdn.com/sFJFvEmonhoQYtgfpLbAzAWEPnNuaFLe/assets/images/optimized/rev-fafaa5e/dartzoneblasters.com/wp-content/themes/dart-zone-platform/assets/images/icons/medium/checkmark-dark-gray-icon.svg");}.keyboard-in-use .a-product-experience-checkbox__input:focus+.a-product-experience-checkbox__label:before{border:2px dashed var(--theme--focus-color);background-color:var(--bg--base-color);}.a-product-experience-checkbox__input:checked+.a-product-experience-checkbox__label:before{border:2px solid var(--bg--bold-color);background-color:var(--bg--bold-color);}.a-product-experience-checkbox__input:checked+.a-product-experience-checkbox__label:after{content:url("https://cdn-ikpfjol.nitrocdn.com/sFJFvEmonhoQYtgfpLbAzAWEPnNuaFLe/assets/images/optimized/rev-fafaa5e/dartzoneblasters.com/wp-content/themes/dart-zone-platform/assets/images/icons/medium/checkmark-white-icon.svg");}.a-product-experience-checkbox__input:disabled+.a-product-experience-checkbox__label:before{background-color:lightgray;border-color:gray;cursor:default;}@media screen and (max-width: 950px){.a-product-experience-checkbox__icon{height:40px;width:40px;}.a-product-experience-checkbox__label{font-size:1em;line-height:1.25em;}.a-product-experience-checkbox__label:before{height:40px;width:40px;}.a-product-experience-checkbox__label:after{top:10px;right:8px;}}@media screen and (max-width: 600px){.a-product-experience-checkbox{padding:10px;}.a-product-experience-checkbox__icon{height:34px;width:34px;padding:5px;box-sizing:border-box;}.a-product-experience-checkbox__label{font-size:.875em;line-height:1.28571em;}.a-product-experience-checkbox__label:before{height:34px;width:34px;}.a-product-experience-checkbox__label:after{top:8px;right:6px;}.a-product-experience-checkbox__label-text{width:calc(100% - 68px);}}.a-product-variation-button{position:relative;padding:15px 10px;border:2px solid var(--button--background-color);border-radius:var(--border--radius);background-color:var(--color--white);box-sizing:border-box;overflow:hidden;}.a-product-variation-button--active{background-color:var(--button--background-color);overflow:visible;}.a-product-variation-button--active:before{display:block !important;}.a-product-variation-button--active:hover:after{display:none;}.a-product-variation-button--active .a-product-variation-button__text{color:var(--button--text-color);}.a-product-variation-button:hover:after{transform:scale(1) rotate(0deg) translateY(-10px);background-size:80% 125%;opacity:1;}.keyboard-in-use .a-product-variation-button:focus{outline:2px dashed var(--theme--focus-color) !important;outline-offset:5px;transition:none;}.a-product-variation-button:before{margin-left:auto;margin-right:auto;content:url("https://cdn-ikpfjol.nitrocdn.com/sFJFvEmonhoQYtgfpLbAzAWEPnNuaFLe/assets/images/optimized/rev-fafaa5e/dartzoneblasters.com/wp-content/themes/dart-zone-platform/assets/images/icons/small/red-checkmark-circle.svg");position:absolute;top:-12px;right:0;left:0;display:none;}.a-product-variation-button:after{content:"";position:absolute;top:0;top:-4px;left:0;left:-4px;width:100%;height:100%;height:100%;transition:all .15s ease-in-out;transform:scale(1.1) rotate(20deg);transition-timing-function:cubic-bezier(.36,.07,.19,.97);will-change:transform;background-image:url("https://cdn-ikpfjol.nitrocdn.com/sFJFvEmonhoQYtgfpLbAzAWEPnNuaFLe/assets/images/optimized/rev-fafaa5e/dartzoneblasters.com/wp-content/themes/dart-zone-platform/assets/images/icons/medium/scope-icon-light-gray.svg");background-size:100% 125%;background-position:-15% 50%;background-repeat:no-repeat;opacity:0;}.a-product-variation-button__text{font-family:montserrat-medium;font-size:1.375em;line-height:1.18182em;position:relative;color:var(--text--bold-color);text-transform:uppercase;display:flex;flex-direction:column;z-index:1;}.a-product-variation-button__subtext{font-family:montserrat-bold;font-size:14px;line-height:18px;letter-spacing:1px;margin-top:2px;}@media screen and (max-width: 950px){.a-product-variation-button__text{font-size:1.25em;line-height:1.2em;}}@media screen and (max-width: 768px){.a-product-variation-button{padding:10px;}.a-product-variation-button:hover:after{transform:scale(1) rotate(0deg) translateY(0);background-size:80% 105%;}.a-product-variation-button:after{top:0;bottom:auto;}.a-product-variation-button__text{font-size:1em;line-height:1.25em;}}.a-radio-button{position:relative;border-radius:5px;box-shadow:0 0 5px rgba(0,0,0,.2);background-color:var(--color--white);padding:10px;box-sizing:border-box;display:flex;align-items:center;}.a-radio-button__input{position:absolute;opacity:0;}.a-radio-button__input:checked+.a-radio-button__icon{background-color:var(--color--black);}.a-radio-button__input:checked+.a-radio-button__icon:before{transform:translateY(-50%) scale(0);}.a-radio-button__input:checked+.a-radio-button__icon:after{transform:translateY(-50%) scale(.9);}.a-radio-button__icon{transition:all .15s ease-in-out;height:40px;width:40px;position:relative;margin-right:15px;border-radius:50%;box-sizing:border-box;background-color:var(--color--gray-300);}.a-radio-button__icon:before{transition:all .15s ease-in-out;margin-left:auto;margin-right:auto;height:36px;width:36px;content:"";position:absolute;top:50%;right:0;left:0;transform:translateY(-50%);background-color:var(--bg--base-color);border-radius:50%;}.a-radio-button__icon:after{transition:all .15s ease-in-out;margin-left:auto;margin-right:auto;height:20px;width:20px;content:"";position:absolute;top:50%;right:0;left:0;transform:translateY(-50%);background-color:var(--color--gray-200);border-radius:50%;z-index:2;}.a-radio-button__label{font-family:montserrat-semibold;font-size:1em;line-height:1.5625em;display:inline-flex;align-items:center;color:var(--text--bold-color);cursor:pointer;}.a-radio-button:hover .a-radio-button__input:not(:checked)+.a-radio-button__icon{background-color:var(--color--black);}.a-radio-button:hover .a-radio-button__input:not(:checked)+.a-radio-button__icon:before,.a-radio-button:hover .a-radio-button__input:not(:checked)+.a-radio-button__icon:after{transform:translateY(-50%) scale(.9);}.keyboard-in-use .a-radio-button:focus-within .a-radio-button__label:before{outline:2px dashed var(--theme--focus-color) !important;outline-offset:5px;transition:none;}.a-retailer-button{transition:all .15s ease-in-out;position:relative;display:inline-flex;align-items:stretch;box-sizing:border-box;border-radius:var(--border--radius);color:var(--button--text-color);background-color:var(--button--background-color);transition-timing-function:cubic-bezier(.36,.07,.19,.97);overflow:hidden;}.a-retailer-button__icon-wrapper{transition:all .15s ease-in-out;background-color:#a41e29;display:flex;align-items:center;justify-content:center;height:auto;width:52px;transition-timing-function:cubic-bezier(.36,.07,.19,.97);}.a-retailer-button__text-wrapper{position:relative;padding:16px 28px;}.a-retailer-button__text-wrapper:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;height:126%;transition:all .15s ease-in-out;transform:scale(1.1) rotate(20deg);transition-timing-function:cubic-bezier(.36,.07,.19,.97);will-change:transform;background-image:url("https://cdn-ikpfjol.nitrocdn.com/sFJFvEmonhoQYtgfpLbAzAWEPnNuaFLe/assets/images/optimized/rev-fafaa5e/dartzoneblasters.com/wp-content/themes/dart-zone-platform/assets/images/icons/medium/scope-icon.svg");background-size:64% 125%;background-position:-15% 50%;background-repeat:no-repeat;opacity:0;}.a-retailer-button__text{font-size:1em;line-height:1.25em;font-family:montserrat-bold;position:relative;letter-spacing:.5px;text-align:center;text-transform:uppercase;z-index:3;}.a-retailer-button:hover{background-color:var(--button--hover-color);}.a-retailer-button:hover .a-retailer-button__icon-wrapper{background-color:#ce202f;}.a-retailer-button:hover .a-retailer-button__text-wrapper:after{transform:scale(1) rotate(0deg);height:100%;background-size:64% 125%;opacity:1;}.keyboard-in-use .a-retailer-button:focus{outline:2px dashed var(--theme--focus-color) !important;outline-offset:5px;transition:none;}@media screen and (max-width: 768px){.a-retailer-button__text-wrapper{padding:14px 20px;}.a-retailer-button__text{font-size:1em;line-height:1.25em;}}@media screen and (max-width: 600px){.a-retailer-button__icon-wrapper{height:46px;}}@media screen and (max-width: 500px){.a-retailer-button__text{font-size:.875em;line-height:1.28571em;}}.a-search-button{transition:all .2s ease-in-out;}.a-search-button__icon,.a-search-button__line,.a-search-button__circle{display:block;}.a-search-button__icon{height:30px;width:30px;position:relative;}.a-search-button__line,.a-search-button__circle{position:absolute;}.a-search-button__line{right:5px;bottom:9px;width:10px;height:2px;transform:rotate(45deg);background-color:var(--color--black);}.a-search-button__circle{height:12px;width:12px;border-radius:50%;top:4px;left:4px;border:2px solid var(--border--bold-color);}.keyboard-in-use .a-search-button:focus{outline:2px dashed var(--theme--focus-color) !important;outline-offset:5px;transition:none;}.a-select{font-family:montserrat-medium;-webkit-appearance:none;-moz-appearance:none;appearance:none;display:flex;align-items:center;justify-content:center;color:var(--text--bold-color);background-color:var(--bg--base-color);z-index:2;}.a-select__native{display:none;}.a-select,.a-select__button,#product-review-form .gfield--input-type-select .gfield_select{position:relative;}.a-select__indicator{position:absolute;top:50%;transform:translateY(-50%);right:20px;pointer-events:none;transform-origin:center;}.a-select__button,#product-review-form .gfield--input-type-select .gfield_select,.a-select__list{width:100%;box-sizing:border-box;}.a-select__button,#product-review-form .gfield--input-type-select .gfield_select{font-family:montserrat-semibold;font-size:1em;line-height:1.25em;cursor:pointer;padding:16px 28px 16px 20px;text-align:left;box-shadow:0 3px 8px rgba(0,0,0,.15);border-radius:5px;color:var(--text--bold-color);}.keyboard-in-use .a-select__button:focus,.keyboard-in-use #product-review-form .gfield--input-type-select .gfield_select:focus,#product-review-form .gfield--input-type-select .keyboard-in-use .gfield_select:focus{outline:2px dashed var(--theme--focus-color) !important;outline-offset:5px;transition:none;}.a-select__list{display:none;position:absolute;top:100%;left:0;max-height:284px;list-style:none;background-color:var(--bg--base-color);border-top:4px solid var(--theme--primary-color);border-bottom-right-radius:5px;border-bottom-left-radius:5px;box-shadow:0 5px 8px rgba(0,0,0,.15);overflow-y:auto;z-index:1;}.a-select__item{font-family:montserrat-semibold;font-size:.875em;line-height:1.28571em;padding:10px 20px;cursor:pointer;}.keyboard-in-use .a-select__item:focus{outline:2px dashed var(--theme--focus-color) !important;outline-offset:5px;transition:none;}.a-select__item:hover{color:var(--color--white);background-color:var(--button--hover-color);}.a-select__item--selected{color:var(--color--white);background-color:var(--button--background-color);}.a-select--unset .a-select__button,.a-select--unset #product-review-form .gfield--input-type-select .gfield_select,#product-review-form .gfield--input-type-select .a-select--unset .gfield_select{color:var(--text--bold-color);}.a-select--open{z-index:30;}.a-select--open .a-select__button,.a-select--open #product-review-form .gfield--input-type-select .gfield_select,#product-review-form .gfield--input-type-select .a-select--open .gfield_select{border-bottom-right-radius:0;border-bottom-left-radius:0;}.a-select--open .a-select__indicator{transform:rotate(180deg) translateY(10px);}@media screen and (max-width: 500px){.a-select__button,#product-review-form .gfield--input-type-select .gfield_select{font-size:.875em;line-height:1.28571em;}}.a-sketchfab-iframe{position:relative;}.a-sketchfab-iframe__fallback-image-wrapper{transition:all .15s ease-in-out;position:absolute;top:0;left:0;width:100%;height:100%;z-index:4;}.a-sketchfab-iframe__fallback-image{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center;}.a-sketchfab-iframe__fallback-text{font-family:montserrat-medium;margin-left:auto;margin-right:auto;position:absolute;display:flex;flex-direction:column;align-items:center;justify-content:center;top:50%;right:0;left:0;max-width:250px;padding:20px;box-sizing:border-box;transform:translateY(-50%);background-color:rgba(0,0,0,.4);color:var(--color--white);text-align:center;z-index:1;}.a-sketchfab-iframe .loader{border:8px solid #f3f3f3;border-radius:50%;border-top:8px solid var(--theme--primary-color);width:40px;height:40px;margin-bottom:20px;animation:spin 2s linear infinite;}@keyframes spin{0%{transform:rotate(0deg);}100%{transform:rotate(360deg);}}.a-sketchfab-iframe.ready .a-sketchfab-iframe__fallback-image-wrapper{z-index:-3;opacity:0;}.a-sketchfab-iframe.ready .a-sketchfab-iframe__iframe{opacity:1;}.a-sketchfab-iframe__iframe{transition:all .15s ease-in-out;height:100%;width:100%;z-index:1;opacity:0;}@media screen and (max-width: 600px){.a-sketchfab-iframe__fallback-text{font-size:.875em;line-height:1.28571em;}}.a-small-angle-button{display:flex;}.a-small-angle-button__text{font-family:montserrat-bold;font-size:1em;line-height:1.25em;color:var(--text--base-color);letter-spacing:.6px;text-transform:uppercase;}.a-small-angle-button__icon{height:18px;width:18px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-left:8px;background-color:var(--button--background-color);}.a-small-angle-button__icon svg{max-width:8px;width:100%;}.a-small-angle-button:hover .a-small-angle-button__text{color:var(--text--bold-color);}.a-small-angle-button:hover .a-small-angle-button__icon{background-color:var(--button--hover-color);}.keyboard-in-use .a-small-angle-button:focus{outline:2px dashed var(--theme--focus-color) !important;outline-offset:5px;transition:none;}@media screen and (max-width: 600px){.a-small-angle-button{align-items:center;padding:5px;box-sizing:border-box;}.a-small-angle-button__text{font-size:.875em;line-height:1.28571em;}}.a-small-arrow-button{transition:all .15s ease-in-out;font-family:montserrat-bold;font-size:1em;line-height:1.25em;color:var(--text--bold-color);text-transform:uppercase;letter-spacing:.5px;display:flex;}.a-small-arrow-button__text{margin-right:10px;max-width:calc(100% - 30px);}.a-small-arrow-button__icon{transition:all .15s ease-in-out;height:20px;width:20px;border-radius:50%;background-color:#3c3c3c;display:flex;align-items:center;justify-content:center;transform-origin:center;}.a-small-arrow-button:hover{color:var(--link--hover-color);}.a-small-arrow-button:hover .a-small-arrow-button__icon{background-color:var(--button--hover-color);}.keyboard-in-use .a-small-arrow-button:focus{outline:2px dashed var(--theme--focus-color) !important;outline-offset:5px;transition:none;}.a-social-icon-button{transition:all .15s ease-in-out;height:40px;width:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;padding:5px;background-color:var(--button--background-color);box-sizing:border-box;}.a-social-icon-button:hover{background-color:var(--button--hover-color);}.keyboard-in-use .a-social-icon-button:focus{outline:2px dashed var(--theme--focus-color) !important;outline-offset:5px;transition:none;}.a-social-icon-button svg{width:18px;max-height:18px;}@media screen and (max-width: 1024px){.a-social-icon-button{height:50px;width:50px;}.a-social-icon-button svg{height:20px;width:20px;}}.a-star-rating-selector{display:inline-block;}.a-star-rating-selector__stars{display:inline-flex;gap:5px;}.a-star-rating-selector__star{position:relative;display:block;width:40px;height:38px;font-size:0;}.a-star-rating-selector__star:before{position:absolute;top:0;left:0;width:100%;height:100%;content:"";background:url("https://cdn-ikpfjol.nitrocdn.com/sFJFvEmonhoQYtgfpLbAzAWEPnNuaFLe/assets/images/optimized/rev-fafaa5e/dartzoneblasters.com/wp-content/themes/dart-zone-platform/assets/images/icons/medium/red-star-single-outline.svg") no-repeat;}.a-star-rating-selector__star--unhover:before{background:url("https://cdn-ikpfjol.nitrocdn.com/sFJFvEmonhoQYtgfpLbAzAWEPnNuaFLe/assets/images/optimized/rev-fafaa5e/dartzoneblasters.com/wp-content/themes/dart-zone-platform/assets/images/icons/medium/red-star-single-outline.svg") no-repeat !important;}.a-star-rating-selector__star--hover:before,.a-star-rating-selector__star--active:before{background:url("https://cdn-ikpfjol.nitrocdn.com/sFJFvEmonhoQYtgfpLbAzAWEPnNuaFLe/assets/images/optimized/rev-fafaa5e/dartzoneblasters.com/wp-content/themes/dart-zone-platform/assets/images/icons/medium/red-star-single-filled.svg") no-repeat;}.a-star-rating-selector__select{display:none;}.a-star-rating--small{width:113.45px;height:17.7px;}.a-star-rating--large{width:242px;height:37.79px;}.a-star-rating__stars{position:relative;}.a-star-rating__stars-full,.a-star-rating__stars-empty{position:absolute;top:0;left:0;overflow:hidden;}.a-star-rating__stars-full{z-index:2;}.a-star-rating__stars-full svg g path{fill:var(--theme--primary-color);}.a-star-rating svg g path{stroke:var(--theme--primary-color);}.a-symbol-button{transition:all .15s ease-in-out;height:20px;width:20px;position:relative;display:flex;align-items:center;justify-content:center;text-align:center;padding:5px;box-sizing:border-box;border-radius:5px;}.keyboard-in-use .a-symbol-button:focus{outline:2px dashed var(--theme--focus-color) !important;outline-offset:5px;transition:none;}.a-symbol-button__icon{transition:all .15s ease-in-out;}.a-symbol-button__icon svg{max-width:12px;max-height:12px;}.a-symbol-button__icon svg *{stroke:var(--text--base-color) !important;}.a-textarea{font-size:1em;line-height:1.25em;font-family:montserrat-semibold;color:var(--text--base-color);padding:14px 16px;box-sizing:border-box;background-color:var(--bg--base-color);border:2px solid var(--border--base-color);border-radius:var(--border--radius);}.a-tile{padding:60px 30px;background-color:var(--bg--base-color);box-shadow:0 0 5px rgba(0,0,0,.2);border-radius:5px;box-sizing:border-box;align-items:center;text-align:center;}.a-tile__heading+.a-tile__text{margin-top:15px;}.a-tile__heading{font-family:montserrat-bold;font-size:1.625em;line-height:1.23077em;text-transform:uppercase;color:var(--text--bold-color);}.a-tile__text{font-family:montserrat-medium;font-size:1.125em;line-height:1.44444em;color:var(--text--bold-color);}.a-tooltip-trigger{height:40px;width:40px;border-radius:50%;position:relative;}.a-tooltip-trigger:after{content:"";transition:all .15s ease-in-out;transition:all .15s ease-in-out;position:absolute;position:absolute;top:0;top:0;left:0;left:0;width:100%;width:40px;height:100%;height:40px;border-radius:50%;right:0;display:flex;align-items:center;justify-content:center;box-sizing:border-box;background-color:var(--bg--base-color);box-shadow:0 0 10px rgba(0,0,0,.3);will-change:transform;z-index:2;}.a-tooltip-trigger:hover:after{transform:scale(.85);}.keyboard-in-use .a-tooltip-trigger:focus{outline:2px dashed var(--theme--focus-color) !important;outline-offset:5px;transition:none;}.a-tooltip-trigger__inner{margin-left:auto;margin-right:auto;height:26px;width:26px;border-radius:50%;background-color:#f69220;border:2px solid #f8a84d;box-shadow:0 0 5px rgba(0,0,0,.3);box-sizing:border-box;position:relative;z-index:3;}.a-wishlist-trigger-button{position:relative;display:flex;align-items:center;justify-content:center;width:52px;height:52px;border:2px solid var(--theme--primary-color);border-radius:2px;box-sizing:border-box;padding:14px;overflow:hidden;background-color:var(--color--white);}.a-wishlist-trigger-button:before{transition:all .15s ease-in-out;content:"";background-image:url("https://cdn-ikpfjol.nitrocdn.com/sFJFvEmonhoQYtgfpLbAzAWEPnNuaFLe/assets/images/optimized/rev-fafaa5e/dartzoneblasters.com/wp-content/themes/dart-zone-platform/assets/images/icons/small/wishlist-trigger-scope.svg");background-repeat:no-repeat;background-size:100%;background-position:center;position:absolute;width:calc(100% + 8px);height:calc(100% + 8px);top:-4px;left:-4px;opacity:0;transform:scale(.8) rotate(25deg);}.a-wishlist-trigger-button__icon{position:relative;height:21px;width:23px;width:100%;box-sizing:border-box;z-index:2;color:var(--theme--primary-color);}.a-wishlist-trigger-button__icon svg{width:100%;height:100%;}.a-wishlist-trigger-button__icon svg path{stroke:var(--theme--primary-color);}.a-wishlist-trigger-button--active:before{opacity:0 !important;}.a-wishlist-trigger-button--active .a-wishlist-trigger-button__icon svg path{fill:var(--theme--primary-color);}.a-wishlist-trigger-button:hover:before{opacity:1;transform:scale(1) rotate(0deg);}.keyboard-in-use .a-wishlist-trigger-button:focus{outline:2px dashed var(--theme--focus-color) !important;outline-offset:5px;transition:none;}.a-nav-link{font-family:montserrat-semibold;font-size:1em;line-height:1.25em;letter-spacing:.5px;color:var(--text--bold-color);text-transform:uppercase;position:relative;}.a-nav-link--small{font-size:.875em;line-height:1.28571em;}.a-nav-link--large{font-size:1.875em;line-height:1.13333em;font-family:montserrat-extrabold;text-transform:none;color:var(--color--gray-100);display:flex;align-items:center;justify-content:flex-start;}.a-nav-link--large:hover .a-nav-link__arrow{background-color:var(--button--hover-color);}.a-nav-link--large:hover .a-nav-link__arrow:before{transform:scaleX(1.57) translateY(-50%);opacity:1;}.a-nav-link--large:hover .a-nav-link__arrow:after{transform:translateY(-50%) translateX(3px);}.a-nav-link__arrow{margin-left:10px;}.keyboard-in-use .a-nav-link:focus{outline:2px dashed var(--theme--focus-color) !important;outline-offset:5px;transition:none;z-index:2;}@media screen and (max-width: 768px){.a-nav-link--large{font-size:1.5em;line-height:1.16667em;}}.m-accordion{border-bottom:2px solid var(--color--gray-200);max-width:792px;margin:0 auto;}.m-accordion--has-secondary-content .m-accordion__content{width:50%;}.m-accordion--open .m-accordion__title{color:var(--text--bold-color);}.m-accordion--open .m-accordion__indicator{transform:rotate(180deg);border-color:var(--color--gray-200);}.m-accordion--open .m-accordion__panel{display:flex !important;}.m-accordion--has-block-style{border-radius:5px;border-bottom:none;box-shadow:0 0 5px rgba(0,0,0,.2);max-width:996px;}.m-accordion--has-block-style .m-accordion__header{align-items:center;}.m-accordion--has-block-style .m-accordion__title{font-family:montserrat-bold;font-size:2em;line-height:1.1875em;color:var(--text--bold-color);width:calc(100% - 128px);position:relative;left:0;}.m-accordion--has-block-style .m-accordion__panel{font-family:montserrat-medium;width:100%;margin-top:0;padding:0 128px 40px 40px;}.m-accordion--has-block-style .m-accordion__panel .m-wysiwyg p,.m-accordion--has-block-style .m-accordion__panel .o-cart-checkout #tax_exemption_checkbox_div p,.o-cart-checkout .m-accordion--has-block-style .m-accordion__panel #tax_exemption_checkbox_div p{font-size:18px;line-height:26px;}.m-accordion--has-block-style .m-accordion__indicator{height:48px;width:48px;background-color:var(--button--background-color);border:none;}.m-accordion--has-block-style .m-accordion__indicator:hover{background-color:var(--button--hover-color);}.m-accordion--has-block-style .m-accordion__indicator svg path{stroke:var(--color--white);}.m-accordion__header{position:relative;display:flex;align-items:flex-start;justify-content:space-between;padding:24px 40px;box-sizing:border-box;}.m-accordion__title{transition:all .15s ease-in-out;font-size:1.5em;line-height:1.25em;font-family:montserrat-extrabold;color:var(--text--base-color);width:39%;text-align:left;position:absolute;left:40px;}.m-accordion__toggle{margin-left:auto;}.m-accordion__toggle:hover .m-accordion__indicator{border-color:var(--color--gray-200);}.keyboard-in-use .m-accordion__toggle:focus{outline:2px dashed var(--theme--focus-color) !important;outline-offset:5px;transition:none;}.m-accordion__indicator{height:34px;width:34px;border-radius:50%;transition:all .15s ease-in-out;display:flex;justify-content:center;align-items:center;border:2px solid transparent;box-sizing:border-box;}.m-accordion__indicator svg{width:14px;}.m-accordion__indicator svg path{stroke:var(--button--background-color);}.m-accordion__panel{display:flex;align-items:flex-start;justify-content:flex-start;width:65%;margin-top:-50px;margin-left:auto;padding:0 100px 24px 50px;box-sizing:border-box;}.m-accordion__content p,.m-accordion__content li{font-size:18px !important;line-height:22px !important;}.m-accordion__content+.m-accordion__content{margin-left:56px;}@media screen and (max-width: 1024px){.m-accordion--has-block-style .m-accordion__header{padding-left:20px;}.m-accordion--has-block-style .m-accordion__title{font-size:1.25em;line-height:1.2em;}.m-accordion--has-block-style .m-accordion__panel{padding:0 20px 20px;}.m-accordion__header{padding:20px;align-items:center;}.m-accordion__title{font-size:1.25em;line-height:1.2em;left:0;}.m-accordion__panel{width:100%;margin-top:20px;padding:0 30px 20px 10px;}}@media screen and (max-width: 950px){.m-accordion--has-block-style .m-accordion__indicator{height:34px;width:34px;}.m-accordion__title{position:relative;width:calc(100% - 100px);}.m-accordion__header{padding:10px;}}@media screen and (max-width: 768px){.m-accordion__content ul li,.m-accordion__content ol li,.m-accordion__content p,.m-accordion__content a{font-size:14px !important;line-height:18px !important;}}@media screen and (max-width: 600px){.m-accordion--has-block-style .m-accordion__title{font-size:14px;line-height:18px;width:calc(100% - 50px);}.m-accordion__title{font-size:1em;line-height:1.25em;}.m-accordion__content+.m-accordion__content{margin-left:30px;}.m-accordion__panel{margin-top:0;}}.m-accordions{max-width:792px;width:100%;background-color:var(--color--white);}.m-accordions--wide{max-width:1200px;}.m-accordions--wide .m-accordions__accordion{max-width:unset;}.m-accordions--has-block-style{max-width:996px;}.m-accordions--has-block-style .m-accordions__item+.m-accordions__item{margin-top:24px;}.m-accordions__list{list-style:none;}@media screen and (max-width: 600px){.m-accordions--has-block-style .m-accordions__item+.m-accordions__item{margin-top:16px;}}.m-aligned-content-visual{margin-left:auto;margin-right:auto;display:flex;justify-content:space-between;align-items:flex-start;max-width:1200px;width:100%;}.m-aligned-content-visual__content{position:relative;display:flex;flex-direction:column;align-items:flex-start;max-width:588px;width:100%;margin-right:65px;z-index:2;}.m-aligned-content-visual__label{font-family:montserrat-extrabold;font-size:120px;line-height:90px;display:flex;padding-left:40px;margin-bottom:-20px;white-space:nowrap;-webkit-text-stroke-color:var(--color--gray-400);-webkit-text-stroke-width:4px;}.m-aligned-content-visual__sublabel{font-family:montserrat-extrabold;font-size:20px;line-height:20px;color:var(--color--gray-400);-webkit-text-stroke-width:0;}.m-aligned-content-visual__heading{font-family:montserrat-extrabold;font-size:2.5em;line-height:1.25em;margin-bottom:20px;color:var(--text--bold-color);}.m-aligned-content-visual__text{font-family:montserrat-medium;font-size:1.375em;line-height:1.45455em;color:var(--text--base-color);}.m-aligned-content-visual__visual-wrapper{position:relative;z-index:2;padding-top:0;padding-right:60px;max-width:548px;width:100%;}.m-aligned-content-visual__visual-wrapper:after{content:"";position:absolute;top:50%;right:-30px;width:80%;height:88%;transform:translateY(-50%) skew(10deg);background:var(--bg--accent--gradient--fallback-color);background:linear-gradient(135deg,#e7e7e7 0%,#f5f5f5 100%);}.m-aligned-content-visual__visual{width:100%;padding-top:71.71533%;position:relative;background-size:contain;background-position:center;background-repeat:no-repeat;z-index:3;}@media screen and (max-width: 1024px){.m-aligned-content-visual__label{font-size:90px;line-height:90px;}.m-aligned-content-visual__text{font-size:1.125em;line-height:1.22222em;}}@media screen and (max-width: 950px){.m-aligned-content-visual{flex-direction:column;align-items:center;justify-content:center;}.m-aligned-content-visual__content{margin-right:0;margin-bottom:20px;text-align:center;align-items:center;justify-content:center;}.m-aligned-content-visual__label{font-size:50px;line-height:50px;padding-left:0;margin-bottom:10px;-webkit-text-stroke-width:2px;position:relative;}.m-aligned-content-visual__sublabel{font-size:16px;line-height:16px;position:absolute;left:100%;min-width:50px;}.m-aligned-content-visual__heading{font-size:2.25em;line-height:1.11111em;}.m-aligned-content-visual__visual-wrapper{padding-right:0;}.m-aligned-content-visual__visual{margin-left:auto;margin-right:auto;padding-top:0;height:300px;max-width:500px;}}@media screen and (max-width: 768px){.m-aligned-content-visual__text{font-size:1em;line-height:1.25em;}}@media screen and (max-width: 600px){.m-aligned-content-visual__label{font-size:40px;line-height:44px;}.m-aligned-content-visual__heading{font-size:1.5em;line-height:1.25em;}.m-aligned-content-visual__visual{height:200px;}}.m-aligned-image-gravity-form{position:relative;display:flex;align-items:center;min-height:600px;max-width:800px;width:100%;}.m-aligned-image-gravity-form__mobile-image{display:none;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;}.m-aligned-image-gravity-form__image{position:absolute;top:0;left:0;height:100%;max-width:50%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;}.m-aligned-image-gravity-form__content{display:flex;flex-direction:column;align-items:flex-start;width:100%;margin-left:50%;padding:40px;box-sizing:border-box;}.m-aligned-image-gravity-form__heading{margin-left:auto;margin-right:auto;color:var(--text--bold-color);text-align:center;}.m-aligned-image-gravity-form__text{margin-top:20px;}.m-aligned-image-gravity-form__text p,.m-aligned-image-gravity-form__text ul li,.m-aligned-image-gravity-form__text ol li{font-size:16px !important;line-height:20px !important;color:var(--text--base-color);}.m-aligned-image-gravity-form__gravity-form{margin-top:20px;width:100%;}@media screen and (max-width: 950px){.m-aligned-image-gravity-form{flex-direction:column;min-height:unset;}.m-aligned-image-gravity-form--mobile-image .m-aligned-image-gravity-form__image{display:none;}.m-aligned-image-gravity-form--mobile-image .m-aligned-image-gravity-form__mobile-image{display:block;}.m-aligned-image-gravity-form__image,.m-aligned-image-gravity-form__mobile-image{position:relative;max-width:100%;height:300px;width:100%;}.m-aligned-image-gravity-form__content{margin-left:0;padding:30px;}.m-aligned-image-gravity-form__text,.m-aligned-image-gravity-form__gravity-form{margin-top:10px;}}@media screen and (max-width: 600px){.m-aligned-image-gravity-form__image,.m-aligned-image-gravity-form__mobile-image{height:200px;}.m-aligned-image-gravity-form__content{padding:20px;}.m-aligned-image-gravity-form__text p,.m-aligned-image-gravity-form__text ul li,.m-aligned-image-gravity-form__text ol li{font-size:14px !important;line-height:18px !important;}}.m-animated-gif-tabs{position:relative;}.m-animated-gif-tabs__main{display:none;height:100%;}.m-animated-gif-tabs__main--active{display:block !important;}.m-animated-gif-tabs__footer{position:absolute;bottom:0;background-color:var(--color--black);display:flex;align-items:center;padding:0 20px;box-sizing:border-box;z-index:2;}.m-animated-gif-tabs__tab-items{display:flex;}.m-animated-gif-tabs__tab-item{font-family:montserrat-bold;font-size:.875em;line-height:1.28571em;letter-spacing:.5px;text-transform:uppercase;color:var(--color--gray-400);padding:10px 0;box-sizing:border-box;border-top:5px solid transparent;border-bottom:5px solid transparent;}.m-animated-gif-tabs__tab-item:hover{color:var(--color--gray-200);}.m-animated-gif-tabs__tab-item--active{color:var(--color--white);border-color:var(--theme--primary-color);cursor:default;}.m-animated-gif-tabs__tab-item--active:hover{color:var(--color--white);}.m-animated-gif-tabs__tab-item+.m-animated-gif-tabs__tab-item{margin-left:15px;}.m-animated-gif-tabs__animated-gif{height:100% !important;max-width:unset;}@media screen and (max-width: 768px){.m-animated-gif-tabs__footer{position:relative;width:100%;}.m-animated-gif-tabs__tab-items{width:100%;justify-content:center;}}.m-avatar-social-media-callout{display:flex;align-items:center;justify-content:flex-start;max-width:500px;width:100%;}.m-avatar-social-media-callout__image{height:60px;width:60px;border-radius:50%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;}.m-avatar-social-media-callout__text{font-family:montserrat-medium;font-size:1.375em;line-height:1.45455em;margin-left:20px;margin-right:20px;max-width:294px;width:100%;color:var(--text--bold-color);}.m-avatar-social-media-callout__social-icon-buttons{margin-left:auto;}.m-avatar-social-media-callout__social-icon-buttons .m-social-icon-buttons__item+.m-social-icon-buttons__item{margin-left:10px;}@media screen and (max-width: 1024px){.m-avatar-social-media-callout__text{font-size:1.25em;line-height:1.2em;}}@media screen and (max-width: 768px){.m-avatar-social-media-callout__text{font-size:1.125em;line-height:1.22222em;}}@media screen and (max-width: 600px){.m-avatar-social-media-callout{flex-direction:column;align-items:center;}.m-avatar-social-media-callout__image{margin-left:auto;margin-right:auto;}.m-avatar-social-media-callout__text{font-size:1em;line-height:1.25em;margin:10px auto;text-align:center;}.m-avatar-social-media-callout__social-icon-buttons{margin-left:auto;margin-right:auto;}}.m-avatar-social-media-callouts-block{max-width:600px;width:100%;background-color:var(--bg--base-color);border-radius:5px;box-shadow:0 0 5px rgba(0,0,0,.2);display:flex;align-items:center;justify-content:center;box-sizing:border-box;padding:50px;}.m-avatar-social-media-callouts-block__list{display:flex;flex-direction:column;width:100%;}.m-avatar-social-media-callouts-block__item{padding:15px 0;border-bottom:2px solid var(--color--gray-200);}.m-avatar-social-media-callouts-block__item:first-of-type{border-top:2px solid var(--color--gray-200);}@media screen and (max-width: 950px){.m-avatar-social-media-callouts-block{padding:40px;}}@media screen and (max-width: 768px){.m-avatar-social-media-callouts-block{padding:30px;}.m-avatar-social-media-callouts-block__item{padding:15px 0;}}@media screen and (max-width: 600px){.m-avatar-social-media-callouts-block{padding:20px;}.m-avatar-social-media-callouts-block__list{flex-direction:row;flex-wrap:wrap;justify-content:center;}.m-avatar-social-media-callouts-block__item{width:calc(50% - 10px);margin:0 5px;}.m-avatar-social-media-callouts-block__item:nth-of-type(2){border-top:2px solid var(--color--gray-200);}}.m-blaster-attributes-infographic{max-width:410px;width:100%;}.m-blaster-attributes-infographic__heading{margin-bottom:30px;color:var(--text--bold-color);}.m-blaster-attributes-infographic__heading+.m-blaster-attributes-infographic__flag{margin-top:-30px;}.m-blaster-attributes-infographic__flag{margin-bottom:30px;}.m-blaster-attributes-infographic__stats-meter-graphic+.m-blaster-attributes-infographic__stats-meter-graphic{margin-top:20px;}.m-blaster-attributes-infographic__dart-capacity-graphic{margin-top:20px;}@media screen and (max-width: 600px){.m-blaster-attributes-infographic{max-width:unset;}.m-blaster-attributes-infographic__heading{margin-bottom:20px;}.m-blaster-attributes-infographic__stats-meter-graphic+.m-blaster-attributes-infographic__stats-meter-graphic{margin-top:10px;}.m-blaster-attributes-infographic__dart-capacity-graphic{margin-top:10px;}}.m-blaster-product-match{display:flex;align-items:flex-start;justify-content:space-between;}.m-blaster-product-match--sold-out .m-blaster-product-match__link:after{background-image:url("https://cdn-ikpfjol.nitrocdn.com/sFJFvEmonhoQYtgfpLbAzAWEPnNuaFLe/assets/images/optimized/rev-fafaa5e/dartzoneblasters.com/wp-content/themes/dart-zone-platform/assets/images/icons/medium/sold-out-icon.svg");}.m-blaster-product-match__content{display:flex;flex-direction:column;align-items:flex-start;margin-right:40px;max-width:486px;width:100%;}.m-blaster-product-match__match-percentage{font-family:montserrat-bold;font-size:1.5em;line-height:1em;letter-spacing:.5px;margin-bottom:20px;padding:0 10px;color:var(--color--white);background-color:var(--theme--primary-color);text-transform:uppercase;box-sizing:border-box;}.m-blaster-product-match__headline{font-family:montserrat-bold;font-size:1em;line-height:1.25em;color:var(--text--base-color);margin-bottom:10px;text-transform:uppercase;}.m-blaster-product-match__heading{font-size:2em;line-height:1.1875em;font-family:montserrat-bold;color:var(--text--bold-color);margin-bottom:30px;}.m-blaster-product-match__heading+.m-blaster-product-match__flag{margin-top:-20px;}.m-blaster-product-match__flag{margin-bottom:30px;}.m-blaster-product-match__lists{display:flex;}.m-blaster-product-match__list{max-width:228px;width:100%;}+.m-blaster-product-match__list__list{margin-left:30px;}.m-blaster-product-match__list-item{font-size:1.125em;line-height:1.33333em;font-family:montserrat-medium;position:relative;color:var(--text--base-color);padding-left:36px;box-sizing:border-box;}.m-blaster-product-match__list-item svg{position:absolute;top:0%;left:0;}.m-blaster-product-match__list-item+.m-blaster-product-match__list-item{margin-top:10px;}.m-blaster-product-match__image-wrapper{position:relative;max-width:554px;width:100%;height:318px;box-sizing:border-box;}.m-blaster-product-match__image-wrapper--mobile{display:none;height:200px;margin:30px 0;}.m-blaster-product-match__image-wrapper--mobile:before,.m-blaster-product-match__image-wrapper--mobile:after{display:none;}.m-blaster-product-match__link{position:absolute;top:0;left:0;width:100%;height:100%;z-index:3;}.m-blaster-product-match__link:after{content:"";background-size:cover;background-position:50% 50%;background-repeat:no-repeat;position:absolute;top:0;top:50%;left:0;width:100%;width:100px;height:100%;height:100px;transition:all .15s ease-in-out;margin-left:auto;margin-right:auto;right:0;will-change:transform;background-image:url("https://cdn-ikpfjol.nitrocdn.com/sFJFvEmonhoQYtgfpLbAzAWEPnNuaFLe/assets/images/source/rev-fafaa5e/dartzoneblasters.com/wp-content/themes/dart-zone-platform/assets/images/icons/medium/view-scope-icon-black.svg");transform:scale(.8) rotate(20deg) translateY(-50%);opacity:0;}.m-blaster-product-match__link:hover:after{opacity:1;transform:scale(1.2) rotate(0deg) translateY(-50%);}.keyboard-in-use .m-blaster-product-match__link:focus{outline:2px dashed var(--theme--focus-color) !important;outline-offset:5px;transition:none;}.keyboard-in-use .m-blaster-product-match__link:focus:after{opacity:1;transform:scale(1) rotate(0deg) translateY(-50%);}.m-blaster-product-match__image{height:100%;width:100%;display:block;-o-object-position:center;object-position:center;-o-object-fit:contain;object-fit:contain;}.m-blaster-product-match__button{display:none;margin:10px 0 30px;}@media screen and (max-width: 1024px){.m-blaster-product-match__match-percentage{font-size:20px;line-height:24px;}.m-blaster-product-match__heading{font-size:1.75em;line-height:1.14286em;}}@media screen and (max-width: 950px){.m-blaster-product-match__content{align-items:center;justify-content:center;max-width:unset;margin-right:0;text-align:center;}.m-blaster-product-match__lists{justify-content:center;}.m-blaster-product-match__list{align-items:flex-start;text-align:left;}.m-blaster-product-match__list-item{font-size:1em;line-height:1.25em;}.m-blaster-product-match__image-wrapper{display:none;}.m-blaster-product-match__image-wrapper--mobile{display:flex;}.m-blaster-product-match__button{display:block;}}@media screen and (max-width: 768px){.m-blaster-product-match__match-percentage{font-size:16px;line-height:20px;}.m-blaster-product-match__heading{font-size:1.625em;line-height:1.15385em;}}@media screen and (max-width: 600px){.m-blaster-product-match__match-percentage{font-size:14px;line-height:18px;}.m-blaster-product-match__heading{font-size:1.5em;line-height:1.16667em;}.m-blaster-product-match__button{width:100%;max-width:300px;}.m-blaster-product-match__lists{flex-direction:column;width:100%;}.m-blaster-product-match__list{max-width:unset;}.m-blaster-product-match__list+.m-blaster-product-match__list{margin-top:30px;margin-left:0;}}@media screen and (max-width: 500px){.m-blaster-product-match__list-item{font-size:.875em;line-height:1.28571em;}}.m-blaster-product-matches__list{flex-direction:column;}.m-blaster-product-matches__item+.m-blaster-product-matches__item{margin-top:80px;}@media screen and (max-width: 950px){.m-blaster-product-matches__item+.m-blaster-product-matches__item{margin-top:60px;}}.m-button-tiles--is-grid .m-button-tiles__list{flex-wrap:wrap;justify-content:center;display:flex;}.m-button-tiles--is-grid .m-button-tiles__item{width:33%;padding:0 12px;box-sizing:border-box;}.m-button-tiles--is-grid .m-button-tiles__item:nth-child(n+4){margin-top:24px;}.m-button-tiles__list{display:flex;}.m-button-tiles__button{height:100%;}@media screen and (max-width: 950px){.m-button-tiles--is-grid .m-button-tiles__item{width:50%;padding:0 10px;}.m-button-tiles--is-grid .m-button-tiles__item:nth-child(3),.m-button-tiles--is-grid .m-button-tiles__item:nth-child(4n){margin-top:20px;}}@media screen and (max-width: 600px){.m-button-tiles--is-grid .m-button-tiles__item{width:100%;padding:0;}.m-button-tiles--is-grid .m-button-tiles__item+.m-button-tiles__item{margin-top:16px !important;}.m-button-tiles__list{margin-left:auto;margin-right:auto;max-width:300px;}}.m-card-slider{display:flex;flex-direction:column;gap:20px;}.m-card-slider__header{display:flex;justify-content:space-between;gap:30px;}.m-card-slider__heading{font-family:montserrat-bold;font-size:1em;line-height:1.5625em;letter-spacing:.1em;color:var(--text--base-color);text-transform:uppercase;}.m-card-slider__arrows{display:inline-flex;gap:10px;}.m-card-slider__arrow{flex-shrink:0;}.m-card-slider__arrow--prev{transform:rotate(-180deg);}.m-card-slider__arrow.slick-arrow:before,.m-card-slider__arrow.slick-arrow:after{display:none;}.m-card-slider__card{max-width:100% !important;}.m-cart-card{display:flex;gap:10px;width:100%;max-width:450px;padding-left:10px;padding-right:25px;box-sizing:border-box;border-radius:5px;background-color:var(--bg--card-color);box-shadow:0 0 5px rgba(0,0,0,.2);}.m-cart-card__content{flex-grow:1;display:flex;flex-direction:column;gap:15px;padding-top:25px;padding-bottom:25px;}.m-cart-card__text{max-width:185px;}.m-cart-card__thumbnail{align-self:flex-start;flex-shrink:0;max-width:114px;margin-top:10px;}.m-cart-card__header,.m-cart-card__actions{display:flex;justify-content:space-between;gap:20px;}.m-cart-card__header{align-items:flex-start;}.m-cart-card__actions{align-items:center;}.m-cart-card__quantity{width:98px;height:41px;}@media screen and (max-width: 600px){.m-cart-card{padding:10px;}.m-cart-card__content,.m-cart-card__quantity{padding:5px !important;}.m-cart-card__text,.m-cart-card__price,.m-cart-card__cta{font-size:.75em;line-height:1.33333em;}.m-cart-card__quantity{width:50px;}.m-cart-card__thumbnail{max-width:80px;}}.m-cart-cards__list{list-style:none;display:flex;flex-direction:column;gap:15px;width:100%;max-width:450px;}.m-cart-summary__table{display:flex;flex-direction:column;padding-left:25px;padding-right:20px;}.m-cart-summary__row{display:flex;justify-content:space-between;align-items:center;gap:10px;padding-top:20px;padding-bottom:20px;}.m-cart-summary__row:not(:first-child){border-top:1px solid var(--border--base-color);}.m-cart-summary__label,.m-cart-summary__value{color:var(--text--bold-color);text-transform:uppercase;}.m-cart-summary__label{font-family:montserrat-medium;font-size:1.375em;line-height:1.27273em;}.m-cart-summary__value{font-family:montserrat-extrabold;font-size:2.5em;line-height:1.25em;}.m-cart-summary__button{width:100%;min-height:78px;box-sizing:border-box;justify-content:center;text-align:center;box-shadow:0 3px 8px rgba(0,0,0,.25);border-radius:2px;}@media screen and (max-width: 600px){.m-cart-summary__table{padding:0;}.m-cart-summary__row{padding:10px 0;}.m-cart-summary__label{font-size:1em;line-height:1.25em;}.m-cart-summary__value{font-size:1.25em;line-height:1.2em;}.m-cart-summary__button{min-height:40px;}}.m-cat-item{list-style-type:none;}.m-cat-item__button{font-family:montserrat-medium;font-size:.875em;line-height:1.28571em;letter-spacing:.5px;padding:4px;display:flex;display:flex;align-items:center;align-items:center;color:#404041;cursor:pointer;position:relative;width:100%;height:auto;text-align:left;}.keyboard-in-use .m-cat-item__button:focus{outline:2px dashed var(--theme--focus-color) !important;outline-offset:5px;transition:none;}.m-cat-item__button:hover{color:var(--color--black);}.m-cat-item__button:hover .m-cat-item__checkbox{border-color:var(--theme--primary-color);}.m-cat-item__button:hover .m-cat-item__checkbox svg{opacity:1;}.m-cat-item__checkbox{cursor:pointer;margin-right:10px;max-width:26px;width:100%;border-color:#abadb0;}.m-cat-item__checkbox svg{opacity:0;}.m-cat-item__text{width:calc(100% - 40px);}.m-cat-item__count{font-family:montserrat-semibold;font-size:.875em;line-height:1em;color:#404041;padding:2px 6px;box-sizing:border-box;text-align:center;margin-left:10px;border-radius:10px;background-color:#e7e7e7;min-width:30px;min-height:22px;display:flex;align-items:center;justify-content:center;}.m-cat-item--active .m-cat-item__button{color:var(--color--black);}.m-cat-item--active .m-cat-item__checkbox{border-color:var(--theme--primary-color);}.m-cat-item--active .m-cat-item__checkbox svg{opacity:1;}.m-cat-item--active .m-cat-item__checkbox svg path{stroke:var(--theme--primary-color);}@media screen and (max-width: 1024px){.m-cat-item__text{font-size:.875em;}}.m-centered-cta-block{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;background-color:var(--color--white);padding:60px 40px;box-sizing:border-box;}.m-centered-cta-block__heading{margin-bottom:40px;color:var(--text--bold-color);}.m-centered-cta-block__text{font-family:montserrat-medium;font-size:1em;line-height:1.25em;color:var(--text--base-color);margin-bottom:30px;}.m-centered-cta-block__text p{font-family:montserrat-medium;font-size:1em;line-height:1.25em;color:var(--text--base-color);}.m-centered-cta-block__text p+p{margin-top:12px;}.m-centered-cta-block__button{margin-left:auto;margin-right:auto;}@media screen and (max-width: 600px){.m-centered-cta-block{padding:60px 30px 40px;}.m-centered-cta-block__heading{margin-bottom:30px;}}.m-centered-product-callout-block{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;max-width:900px;width:100%;box-sizing:border-box;padding-left:16%;}.m-centered-product-callout-block:before,.m-centered-product-callout-block:after{content:"";position:absolute;}.m-centered-product-callout-block:before{background-size:cover;background-position:50% 50%;background-repeat:no-repeat;left:2px;bottom:-67px;width:174px;height:67%;background-image:url("https://cdn-ikpfjol.nitrocdn.com/sFJFvEmonhoQYtgfpLbAzAWEPnNuaFLe/assets/images/optimized/rev-fafaa5e/dartzoneblasters.com/wp-content/themes/dart-zone-platform/assets/images/graphics/red-gradient-bars.svg");z-index:2;}.m-centered-product-callout-block:after{margin-left:auto;margin-right:auto;right:0;bottom:-64px;width:81%;height:345px;transform:skew(-10deg);background:var(--bg--primary--gradient--fallback-color);background:var(--bg--primary--gradient--flipped-color);}.m-centered-product-callout-block__content{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:0 30px;box-sizing:border-box;text-align:center;width:90%;}.m-centered-product-callout-block__link{position:absolute;top:0;left:0;width:100%;height:100%;z-index:5;}.m-centered-product-callout-block__link svg{margin-left:auto;margin-right:auto;transition:all .15s ease-in-out;transition-timing-function:cubic-bezier(.36,.07,.19,.97);position:absolute;top:50%;right:0;left:0;transform:scale(.8) rotate(20deg) translateY(-50%);transform-origin:center;will-change:transform;opacity:0;}.m-centered-product-callout-block__link:hover svg{opacity:1;transform:scale(1) rotate(0deg) translateY(-50%);}.keyboard-in-use .m-centered-product-callout-block__link:focus{outline:2px dashed var(--theme--focus-color) !important;outline-offset:5px;transition:none;}.keyboard-in-use .m-centered-product-callout-block__link:focus svg{opacity:1;transform:scale(1) rotate(0deg) translateY(-50%);}.m-centered-product-callout-block__image{position:relative;max-width:486px;max-height:250px;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center;margin-bottom:40px;z-index:3;}.m-centered-product-callout-block__kicker{font-family:montserrat-medium;font-size:1.375em;line-height:1.27273em;position:relative;margin-bottom:10px;color:var(--text--bold-color);text-transform:uppercase;z-index:3;}.m-centered-product-callout-block__heading{font-family:montserrat-bold;font-size:2em;line-height:1.1875em;position:relative;color:var(--text--bold-color);z-index:3;}.m-centered-product-callout-block__flag{position:relative;margin-top:10px;z-index:3;}@media screen and (max-width: 1024px){.m-centered-product-callout-block__kicker{font-size:1.25em;line-height:1.2em;margin-bottom:4px;}.m-centered-product-callout-block__heading{font-size:1.5em;line-height:1.16667em;}}@media screen and (max-width: 950px){.m-centered-product-callout-block{max-width:unset;}.m-centered-product-callout-block:before{display:none;}.m-centered-product-callout-block:after{height:100%;right:-60px;width:90%;}}@media screen and (max-width: 768px){.m-centered-product-callout-block__kicker{font-size:1em;line-height:1.25em;}.m-centered-product-callout-block__heading{font-size:1.25em;line-height:1.2em;}}@media screen and (max-width: 600px){.m-centered-product-callout-block__content{width:95%;}.m-centered-product-callout-block__kicker{font-size:.875em;line-height:1.28571em;margin-bottom:4px;}.m-centered-product-callout-block__heading{font-size:1em;line-height:1.25em;}.m-centered-product-callout-block__image{height:100px !important;max-width:200px !important;margin-bottom:30px;}}.m-centered-text-block{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;background:#f5f5f5;background:linear-gradient(225deg,#f5f5f5 0%,#e7e7e7 100%);padding:76px 80px;box-sizing:border-box;}.m-centered-text-block__inner{display:flex;flex-direction:column;align-items:center;justify-content:center;max-width:588px;width:100%;}.m-centered-text-block__heading{text-align:center;margin-bottom:20px;color:var(--text--bold-color);}.m-centered-text-block__text{font-family:montserrat-medium;font-size:1.375em;line-height:1.45455em;color:#404041;}@media screen and (max-width: 950px){.m-centered-text-block{padding:50px;}}@media screen and (max-width: 768px){.m-centered-text-block{padding:40px;}.m-centered-text-block__text{font-size:1.125em;line-height:1.22222em;}}@media screen and (max-width: 600px){.m-centered-text-block{padding-right:30px;padding-left:30px;}}.m-copy-trigger{display:inline-block;}.m-coupon-clipper__coupon{position:relative;overflow:hidden;}.m-coupon-clipper__message{font-family:montserrat-regular;font-size:1em;position:absolute;bottom:0;right:0;padding:3px 5px;border-top-left-radius:3px;box-shadow:-3px -3px 3px rgba(0,0,0,.1);background-color:var(--coupon--border-base-color,var(--action--base-color));color:var(--coupon--message-color,var(--action--text-color,var(--color--white)));}.m-cta-on-image-tile{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;max-width:500px;min-height:500px;overflow:hidden;padding:30px;box-sizing:border-box;}.m-cta-on-image-tile:hover .m-cta-on-image-tile__image{transform:scale(1.1);}.m-cta-on-image-tile:hover .m-cta-on-image-tile__button{background-color:var(--button--hover-color);}.m-cta-on-image-tile__link{position:absolute;top:0;left:0;width:100%;height:100%;z-index:4;box-sizing:border-box;}.keyboard-in-use .m-cta-on-image-tile__link:focus{border:4px solid var(--theme--focus-color);}.m-cta-on-image-tile__image{transition:all .15s ease-in-out;position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;}.m-cta-on-image-tile__overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-color:var(--color--black);opacity:.3;z-index:2;}.m-cta-on-image-tile__heading{margin-bottom:20px;color:var(--color--white);}.m-cta-on-image-tile__heading,.m-cta-on-image-tile__button{position:relative;z-index:3;}.m-dart-capacity-graphic{max-width:398px;width:100%;}.m-dart-capacity-graphic--has-rounds .m-dart-capacity-graphic__tally-group{width:calc(25% - 3px);margin-right:4px;}.m-dart-capacity-graphic--has-rounds .m-dart-capacity-graphic__tally-group:nth-child(4n){margin-right:0;}.m-dart-capacity-graphic--has-rounds .m-dart-capacity-graphic__tally-group:nth-child(4) ~ *{margin-top:4px;}.m-dart-capacity-graphic--has-rounds .m-dart-capacity-graphic__tally{width:14px;height:14px;border-radius:50%;background:#ff8254;background:linear-gradient(145deg,#ff8254 0%,#e93e00 100%);}.m-dart-capacity-graphic__label{font-family:montserrat-bold;font-size:1em;line-height:1.25em;letter-spacing:1px;color:var(--text--base-color);text-transform:uppercase;margin-bottom:10px;}.m-dart-capacity-graphic__tallies{display:flex;flex-wrap:wrap;}.m-dart-capacity-graphic__tally-group{width:calc(11.11111% - 8px);margin-right:8px;display:flex;}.m-dart-capacity-graphic__tally-group:nth-child(9n){margin-right:0;}.m-dart-capacity-graphic__tally-group:nth-child(9) ~ *{margin-top:8px;}.m-dart-capacity-graphic__tally{border-radius:1px;width:5px;height:20px;background:var(--bg--primary--gradient--fallback-color);background:var(--bg--primary--gradient-color);}.m-dart-capacity-graphic__tally+.m-dart-capacity-graphic__tally{margin-left:3px;}@media screen and (max-width: 600px){.m-dart-capacity-graphic{max-width:unset;}.m-dart-capacity-graphic__label{font-size:.875em;line-height:1.28571em;margin-bottom:6px;}.m-dart-capacity-graphic__tally-group{width:calc(12.5% - 7px);margin-right:8px;}.m-dart-capacity-graphic__tally-group:nth-child(8n){margin-right:0;}.m-dart-capacity-graphic__tally-group:nth-child(8) ~ *{margin-top:8px;}}@media screen and (max-width: 500px){.m-dart-capacity-graphic--has-rounds .m-dart-capacity-graphic__tally-group{width:100%;margin-right:0;}.m-dart-capacity-graphic--has-rounds .m-dart-capacity-graphic__tally-group:not(:first-of-type){margin-top:4px !important;}}.m-donut-pie-chart{display:flex;justify-content:center;align-items:center;max-width:488px;width:100%;height:346px;padding:10px 30px 10px;background-color:var(--bg--accent-color);border-radius:5px;box-sizing:border-box;}.m-donut-pie-chart__label{font-size:1em;line-height:1.5625em;margin-left:auto;margin-right:auto;font-family:montserrat-bold;text-transform:uppercase;text-align:center;color:var(--text--base-color);margin-bottom:20px;}.m-donut-pie-chart__inner{max-width:378px;width:100%;}@media screen and (max-width: 768px){.m-donut-pie-chart__label{font-size:.875em;line-height:1.28571em;margin-bottom:10px;}}@media screen and (max-width: 600px){.m-donut-pie-chart{max-width:320px;}.m-donut-pie-chart__chart{width:100% !important;height:auto !important;box-sizing:border-box;max-height:300px;}}.m-drawer{transition:z-index 0s .2s ease-in-out;position:fixed;top:0;right:0;z-index:-1;display:flex;justify-content:flex-end;align-items:stretch;width:100%;max-width:var(--drawer--width,350px);height:100%;visibility:hidden;}.m-drawer__overlay,.m-drawer__wrapper{transition:all .15s ease-in-out;}.m-drawer__overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-color:var(--drawer--overlay-color,var(--bg--overlay-color,#000));opacity:0;}.m-drawer__close{position:absolute;top:10px;right:10px;}.m-drawer__wrapper{position:relative;z-index:1;width:100%;height:100%;box-sizing:border-box;background-color:var(--drawer--bg-color,var(--bg--card-color,var(--color--white)));box-shadow:0 0 10px rgba(0,0,0,.25);transform:translateX(100%);opacity:0;}.m-drawer--left{left:0;}.m-drawer--left,.m-drawer--left .m-drawer__close{right:unset;}.m-drawer--left .m-drawer__close{left:10px;}.m-drawer--left .m-drawer__wrapper{transform:translateX(-100%);}.m-drawer--overlay{max-width:100%;}.m-drawer--overlay .m-drawer__wrapper{max-width:var(--drawer--width,350px);}.m-drawer--open{transition:none .15s ease-in-out;z-index:20;visibility:visible;}.m-drawer--open .m-drawer__overlay{opacity:.6;}.m-drawer--open .m-drawer__wrapper,.m-drawer--open .m-drawer__close{opacity:1;}.m-drawer--open .m-drawer__wrapper{transform:translateX(0);}.m-dropdown{position:relative;max-width:248px;width:100%;background-color:var(--bg--base-color);border-radius:var(--border--radius);border:2px solid var(--border--base-color);box-sizing:border-box;}.m-dropdown__button{font-family:montserrat-semibold;font-size:1em;line-height:1.25em;transition:all .15s ease-in-out;display:inline-block;display:flex;width:100%;padding:16px 20px;background-color:var(--color--white);z-index:2;box-sizing:border-box;overflow:hidden;border-radius:5px;border-radius:5px;position:relative;flex-direction:column;align-items:flex-start;justify-content:center;text-align:left;text-align:left;color:var(--text--base-color);}.m-dropdown__button:after{transition:all .15s ease-in-out;height:13px;width:13px;content:"";position:absolute;top:50%;right:20px;transform:translateY(-50%);pointer-events:none;transform-origin:center;background-image:url("https://cdn-ikpfjol.nitrocdn.com/sFJFvEmonhoQYtgfpLbAzAWEPnNuaFLe/assets/images/optimized/rev-fafaa5e/dartzoneblasters.com/wp-content/themes/dart-zone-platform/assets/images/icons/small/down-angle-gray-icon.svg");background-size:contain;background-repeat:no-repeat;background-position:center;}.m-dropdown__button:hover{color:var(--text--bold-color);}.keyboard-in-use .m-dropdown__button:focus{outline:2px dashed var(--theme--focus-color) !important;outline-offset:5px;transition:none;}.m-dropdown__button-text{transition:all .15s ease-in-out;display:block;}.m-dropdown__button-label{font-family:montserrat-medium;line-height:14px;color:gray;display:block;font-size:12px;}.m-dropdown--open{z-index:10 !important;}.m-dropdown--open .m-dropdown__button{border-bottom-right-radius:0;border-bottom-left-radius:0;}.m-dropdown--open .m-dropdown__button:after{transform:rotate(180deg) translateY(5px);}.m-dropdown--open .m-dropdown__content{height:auto;opacity:1;overflow:visible;}.m-dropdown--open .m-dropdown__list{height:auto;}.m-dropdown__content{transition:all .15s ease-in-out;margin-left:auto;margin-right:auto;position:absolute;top:100%;left:-50%;right:-50%;height:0;width:calc(100% + 4px);opacity:0;background-color:var(--color--white);overflow:hidden;overflow:hidden;box-sizing:border-box;border-bottom-right-radius:2px;border-bottom-left-radius:2px;border:2px solid var(--border--base-color);}.m-dropdown__list{z-index:2;height:0;padding:0 16px;max-height:284px;overflow-y:auto;}.m-dropdown__item{list-style-type:none;}.m-dropdown__item--active .m-dropdown__link{color:var(--text--bold-color);}.m-dropdown__item--active .m-dropdown__link:hover .m-dropdown__checkbox-icon{display:none;}.m-dropdown__item--active .m-dropdown__link:hover .m-dropdown__checkbox-icon--close{display:block;}.m-dropdown__item--active .m-dropdown__checkbox{border-color:var(--theme--primary-color);}.m-dropdown__item--active .m-dropdown__checkbox-icon{opacity:1;}.m-dropdown__item--active .m-dropdown__checkbox-icon svg path{stroke:var(--theme--primary-color);}.m-dropdown__item:first-of-type{margin-top:16px;}.m-dropdown__item:last-of-type{margin-bottom:16px;}.m-dropdown__link{margin-left:auto;margin-right:auto;position:relative;padding:4px;display:block;display:flex;box-sizing:border-box;width:100%;align-items:center;border-radius:var(--border--radius);}.m-dropdown__link:hover{background-color:var(--bg--accent-color);}.m-dropdown__link:hover .m-dropdown__checkbox{border-color:var(--theme--primary-color);}.m-dropdown__link:hover .m-dropdown__checkbox-icon{opacity:1;}.keyboard-in-use .m-dropdown__link:focus{outline:2px dashed var(--theme--focus-color) !important;outline-offset:5px;transition:none;}.m-dropdown__checkbox{height:21px;width:21px;display:flex;align-items:center;justify-content:center;margin-right:6px;border:2px solid var(--color--gray-300);border-radius:var(--border--radius);box-sizing:border-box;}.m-dropdown__checkbox-icon{opacity:0;}.m-dropdown__checkbox-icon--close{width:10px;height:12px;display:none;}.m-dropdown__checkbox-icon--close svg{height:100%;width:100%;}.m-dropdown__link-label{font-family:montserrat-medium;font-size:.875em;line-height:1.28571em;color:var(--text--base-color);max-width:calc(100% - 65px);}.m-dropdown__image{margin-left:auto;margin-right:auto;transition:all .15s ease-in-out;display:block;}.m-dropdown__item-count{font-size:.75em;line-height:1em;font-family:montserrat-semibold;display:flex;align-items:center;justify-content:center;color:var(--text--base-color);margin-left:auto;padding:2px 6px;text-align:center;min-width:30px;min-height:22px;background-color:var(--color--gray-200);border-radius:10px;box-sizing:border-box;}@media screen and (max-width: 768px){.m-dropdown__button{font-size:14px;line-height:18px;padding:12px 14px 12px 14px;}.m-dropdown__button:after{right:14px;}}@media screen and (max-width: 600px){.m-dropdown__button{padding:10px 14px;height:40px;}.m-dropdown__button:after{top:22px;}.m-dropdown__list{padding:0 20px;}.m-dropdown__item:first-of-type{margin-top:20px;}.m-dropdown__item:last-of-type{margin-bottom:20px;}.m-dropdown__link{font-size:.875em;line-height:1.14286em;align-items:center;}}.m-email-form-block{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:80px 204px;box-sizing:border-box;max-width:792px;width:100%;}.m-email-form-block__heading{text-align:center;margin:0 auto 40px;color:var(--text--bold-color);}.m-email-form-block__form{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;width:100%;}.m-email-form-block__field{width:100%;}.m-email-form-block__field+.m-email-form-block__field{margin-top:30px;}.m-email-form-block__field--textarea .m-field__label{top:30px;left:12px;}.m-email-form-block__field--textarea.m-field--focused .m-field__label{top:26px;left:10px;}.m-email-form-block__field--submit{margin-top:40px;width:auto;}.m-email-form-block__field .a-input,.m-email-form-block__field .o-product-cart input[type="number"],.o-product-cart .m-email-form-block__field input[type="number"],.m-email-form-block__field .o-product-cart input[type="text"],.o-product-cart .m-email-form-block__field input[type="text"],.m-email-form-block__field .a-textarea{width:100%;}.m-email-form-block__field .a-textarea{height:102px;}.m-email-form-block__submit{margin-right:auto;}.m-expandable-image-links-row{height:450px;overflow:hidden;max-width:1400px;width:100%;}.m-expandable-image-links-row__list{display:flex;justify-content:space-between;height:100%;}.m-expandable-image-links-row__item{transition:all .15s ease-in-out;transition-timing-function:cubic-bezier(.36,.07,.19,.97);flex-basis:100%;position:relative;}.m-expandable-image-links-row__item:hover{flex-basis:300%;}.m-expandable-image-links-row__item.m-expandable-image-links-row__item--has-label .m-expandable-image-links-row__image:after{top:auto;bottom:0;opacity:.5;max-height:30%;background:linear-gradient(0deg,#000 0%,rgba(0,0,0,0) 100%);}.m-expandable-image-links-row__link{position:absolute;top:0;left:0;width:100%;height:100%;z-index:4;}.keyboard-in-use .m-expandable-image-links-row__link:focus{outline:2px dashed var(--theme--focus-color) !important;outline-offset:5px;transition:none;}.m-expandable-image-links-row__image{height:100%;width:100%;background-size:cover;background-position:50% 50%;background-repeat:no-repeat;transition:all .15s ease-in-out;position:absolute;top:0;left:0;}.m-expandable-image-links-row__image:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-color:var(--color--black);opacity:0;}.m-expandable-image-links-row__logo{margin-left:auto;margin-right:auto;display:block;position:absolute;right:0;bottom:20px;left:0;max-width:60%;height:80px;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center;z-index:3;}.m-expandable-image-links-row__label{margin-left:auto;margin-right:auto;font-size:2.125em;line-height:1.29412em;font-family:montserrat-bold;text-align:center;color:var(--color--white);position:absolute;bottom:36px;left:0;right:0;z-index:3;padding:0 20px;box-sizing:border-box;}@media screen and (max-width: 1024px){.m-expandable-image-links-row{height:400px;}.m-expandable-image-links-row__label{font-size:1.5em;line-height:1.16667em;}}@media screen and (max-width: 950px){.m-expandable-image-links-row{height:300px;}}@media screen and (max-width: 768px){.m-expandable-image-links-row__label{font-size:1.125em;line-height:1.22222em;}}@media screen and (max-width: 600px){.m-expandable-image-links-row{height:auto;}.m-expandable-image-links-row__list{margin-left:auto;margin-right:auto;flex-direction:column;align-items:center;justify-content:center;max-width:450px;}.m-expandable-image-links-row__item{display:flex;align-items:center;flex-basis:unset;width:100%;height:100px;}.m-expandable-image-links-row__item:hover{flex-basis:unset;}.m-expandable-image-links-row__item+.m-expandable-image-links-row__item{margin-top:20px;}.m-expandable-image-links-row__item.m-expandable-image-links-row__item--has-label .m-expandable-image-links-row__image:after{max-height:100%;}.m-expandable-image-links-row__image:after{opacity:.5;}.m-expandable-image-links-row__logo{height:40px;bottom:auto;top:auto;}}.m-field{position:relative;}.m-field--focused label{background-color:var(--color--gray-200);transform:scale(.8) translateY(-42px) translateX(-20px);}.m-field--hovered{cursor:pointer;}.m-field__label{transition:all .15s ease-in-out;font-size:1em;line-height:1em;position:absolute;top:50%;left:20px;transform:translateY(-50%);padding:1px 4px;box-sizing:border-box;will-change:transform;}.m-field label{transition:all .15s ease-in-out;}@media screen and (max-width: 950px){.m-field--focused label{opacity:1;width:auto;}}.m-form-steps{position:relative;display:flex;flex-direction:column;align-items:flex-start;max-width:382px;width:100%;background-color:var(--bg--accent--gradient--fallback-color);padding:72px 20px 125px 0;box-sizing:border-box;overflow:hidden;}.m-form-steps:after{content:url("https://cdn-ikpfjol.nitrocdn.com/sFJFvEmonhoQYtgfpLbAzAWEPnNuaFLe/assets/images/optimized/rev-fafaa5e/dartzoneblasters.com/wp-content/themes/dart-zone-platform/assets/images/graphics/steps-graphic.svg");position:absolute;left:0;bottom:-4px;}.m-form-steps__text-content{position:relative;padding-left:100px;box-sizing:border-box;z-index:2;}.m-form-steps__text-heading{display:flex;flex-direction:column;}.m-form-steps__heading{font-size:1.125em;line-height:1.22222em;font-family:montserrat-medium;color:var(--text--bold-color);text-transform:uppercase;text-align:left;}.m-form-steps__text{font-family:montserrat-medium;font-size:.875em;line-height:1.42857em;color:var(--color--gray-400);text-align:left;margin-top:5px;}.m-form-steps__list{position:relative;display:flex;flex-direction:column;margin-top:20px;z-index:2;}.m-form-steps__mobile-list{font-family:montserrat-bold;font-size:.875em;line-height:1.28571em;color:var(--text--bold-color);display:none;}.m-form-steps__mobile-item{display:none;margin:0 5px;}.m-form-steps__mobile-item--current{display:inline-block;}.m-form-steps__item{display:flex;align-items:baseline;}.m-form-steps__item+.m-form-steps__item{margin-top:22px;}.m-form-steps__item svg{position:relative;top:5px;}.m-form-steps__item--complete .m-form-steps__step-heading{color:var(--text--bold-color);}.m-form-steps__item--complete .m-form-steps__step-text{display:block;}.m-form-steps__item--current svg path{stroke:var(--theme--primary-color);}.m-form-steps__item--current svg rect{fill:var(--theme--primary-color);}.m-form-steps__item--current .m-form-steps__step-heading{color:var(--text--bold-color);}.m-form-steps__step-content{display:flex;flex-direction:column;margin-left:10px;}.m-form-steps__step-heading{font-family:montserrat-bold;font-size:1em;line-height:1.25em;text-transform:uppercase;color:var(--color--gray-400);}.m-form-steps__step-text{font-size:.875em;line-height:1.28571em;font-family:montserrat-medium;margin-top:2px;color:var(--color--gray-400);display:none;}@media screen and (max-width: 950px){.m-form-steps{padding:30px;max-width:unset;}.m-form-steps:after{bottom:-70px;}.m-form-steps__text-content{padding:0;margin-bottom:10px;}.m-form-steps__heading{font-size:14px;line-height:18px;}.m-form-steps__mobile-list{display:flex;}.m-form-steps__list{display:none;}.m-form-steps__item{display:flex;align-items:center;justify-content:center;text-align:center;margin:0 10px;width:150px;}.m-form-steps__item svg{display:none;}.m-form-steps__step-content{margin-left:0;}.m-form-steps__step-heading{font-size:14px;line-height:18px;color:var(--color--gray-400);}}.m-gallery-images--is-grid .m-gallery-images__list{display:flex;flex-wrap:wrap;}.m-gallery-images--is-grid .m-gallery-images__item{width:calc(33.33333% - 16px);margin-right:24px;}.m-gallery-images--is-grid .m-gallery-images__item:nth-child(3n){margin-right:0;}.m-gallery-images--is-grid .m-gallery-images__item:nth-child(3) ~ *{margin-top:60px;}.m-gallery-images--no-grid .m-gallery-images__item+.m-gallery-images__item{margin-left:24px;}.m-gallery-images--no-grid .m-gallery-images__item{max-width:384px;width:100%;}.m-gallery-images__list{display:flex;}@media screen and (max-width: 950px){.m-gallery-images--is-grid .m-gallery-images__item{width:calc(50% - 12px);margin-right:24px;}.m-gallery-images--is-grid .m-gallery-images__item:nth-of-type(3){margin-right:24px;}.m-gallery-images--is-grid .m-gallery-images__item:nth-child(2n){margin-right:0;}.m-gallery-images--is-grid .m-gallery-images__item:nth-child(2) ~ *{margin-top:40px;}.m-gallery-images--is-grid .m-gallery-images__image{max-width:unset;}.m-gallery-images--no-grid .m-gallery-images__list{flex-direction:column;justify-content:center;align-items:center;}.m-gallery-images--no-grid .m-gallery-images__item+.m-gallery-images__item{margin-top:40px;margin-left:0;}}@media screen and (max-width: 600px){.m-gallery-images--is-grid .m-gallery-images__item{width:100%;margin-right:0;}.m-gallery-images--is-grid .m-gallery-images__item:nth-of-type(3){margin-right:0;}.m-gallery-images--is-grid .m-gallery-images__item:nth-child(1n){margin-right:0;}.m-gallery-images--is-grid .m-gallery-images__item:nth-child(1) ~ *{margin-top:40px;}.m-gallery-images--no-grid .m-gallery-images__image{max-width:unset;}}.m-goal-progress{display:flex;flex-direction:column;gap:10px;}.m-goal-progress__heading{font-family:montserrat-bold;font-size:1em;line-height:1.25em;align-self:center;display:flex;justify-content:center;align-items:center;gap:10px;width:100%;max-width:588px;text-align:center;}.m-goal-progress__icon svg{display:block;}@media screen and (max-width: 600px){.m-goal-progress__heading{font-size:.875em;line-height:1.28571em;}}.m-goal-progress--large .m-goal-progress__heading{font-family:montserrat-bold;font-size:1.125em;line-height:1.38889em;letter-spacing:.1em;text-transform:uppercase;}@media screen and (max-width: 768px){.m-goal-progress--large .m-goal-progress__heading{font-size:1em;line-height:1.25em;}}@media screen and (max-width: 600px){.m-goal-progress--large .m-goal-progress__heading{font-size:.875em;line-height:1.28571em;}}.m-google-map__map{border-radius:var(--border--radius);height:500px;width:100%;}@media screen and (max-width: 1024px){.m-google-map__map{height:300px;}}.m-gravity-form__heading{font-family:montserrat-bold;font-size:1em;line-height:1.5625em;letter-spacing:1px;color:var(--color--gray-400);text-transform:uppercase;margin:30px 0 16px;}@media screen and (max-width: 950px){.m-gravity-form__heading{font-size:.875em;line-height:1.14286em;}}.m-icon-buttons__list{list-style:none;display:flex;align-items:center;gap:10px;}.m-image-modal-trigger{right:20px;top:20px;position:absolute;width:34px;height:34px;z-index:5;}.m-image-modal-trigger__modal .m-product-gallery-slider{margin-left:auto;margin-right:auto;max-width:calc(100vw - 200px);}.m-image-modal-trigger__modal .m-product-gallery-slider__primary-slider{box-shadow:none;}.m-image-modal-trigger__modal .m-product-gallery-slider__image{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;padding:20px;box-sizing:border-box;}.m-image-modal-trigger .a-expand-button{z-index:2;}.m-image-modal-trigger .a-image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;cursor:pointer;}@media screen and (max-width: 950px){.m-image-modal-trigger__modal .m-modal__wrapper .a-image{max-height:400px;}}@media screen and (max-width: 400px){.m-image-modal-trigger{padding:20px;}}.m-image-tooltips-module{position:relative;}.m-image-tooltips-module__image{width:100%;}.m-image-tooltips-module__item,.m-image-tooltips-module__mobile-item{position:absolute;}.m-image-tooltips-module .slick-arrow{position:absolute;bottom:0;}.m-image-tooltips-module .slick-arrow.slick-prev{left:38%;}.m-image-tooltips-module .slick-arrow.slick-next{right:38%;}.m-image-tooltips-module__mobile-slider{display:none !important;margin:30px auto 0;max-width:400px;width:100%;}.m-image-tooltips-module__mobile-slider .slick-track{padding:10px 0;}.m-image-tooltips-module__mobile-slider .m-tooltip__small-content-block,.m-image-tooltips-module__mobile-slider .m-tooltip__small-content-block-tabs{display:block;}.m-image-tooltips-module__mobile-slider.slick-initialized .slick-slide{display:flex !important;}.m-image-tooltips-module__mobile-slider .m-image-tooltips-module__mobile-slide{margin:0 10px;}.m-image-tooltips-module__mobile-slider .m-image-tooltips-module__mobile-slide:not(:first-of-type){display:none;}.m-image-tooltips-module__mobile-slider .slick-prev{left:35% !important;}.m-image-tooltips-module__mobile-slider .slick-next{right:35% !important;}.m-image-tooltips-module__mobile-slide{align-items:center;justify-content:center;}@media screen and (max-width: 950px){.m-image-tooltips-module--no-tooltips .m-image-tooltips-module__image{margin-left:auto;margin-right:auto;display:block !important;max-width:400px;}.m-image-tooltips-module__mobile-slider{display:block !important;}.m-image-tooltips-module__item,.m-image-tooltips-module__image{display:none;}.m-image-tooltips-module__navigation-wrapper{display:flex;}}@media screen and (max-width: 600px){.m-image-tooltips-module__navigation-wrapper{height:60px;width:174px;}.m-image-tooltips-module__number{font-size:1em;line-height:1.25em;}}@media screen and (max-width: 500px){.m-image-tooltips-module__mobile-slider{max-width:350px;}.m-image-tooltips-module .slick-arrow.slick-prev{left:36%;}.m-image-tooltips-module .slick-arrow.slick-next{right:36%;}}.m-large-checkboxes__legend{font-size:2.5em;line-height:1.25em;font-family:montserrat-extrabold;margin-bottom:40px;color:var(--text--bold-color);}.m-large-checkboxes__group{display:flex;flex-wrap:wrap;justify-content:flex-start;}.m-large-checkboxes__large-checkbox{width:calc(50% - 12px);margin-right:24px;}.m-large-checkboxes__large-checkbox:nth-child(2n){margin-right:0;}.m-large-checkboxes__large-checkbox:nth-child(2) ~ *{margin-top:24px;}@media screen and (max-width: 1024px){.m-large-checkboxes__legend{font-size:1.875em;line-height:1.13333em;}}@media screen and (max-width: 950px){.m-large-checkboxes__group{flex-direction:column;}.m-large-checkboxes__large-checkbox{width:100%;margin:0 !important;}.m-large-checkboxes__large-checkbox:not(:first-of-type){margin-top:16px !important;}}@media screen and (max-width: 600px){.m-large-checkboxes__legend{font-size:1.5em;line-height:1.16667em;margin-bottom:30px;}}.m-large-radio-buttons{display:flex;flex-direction:column;}.m-large-radio-buttons--has-description{flex-direction:row;align-items:flex-start;justify-content:space-between;padding:40px 0 62px;box-sizing:border-box;border-bottom:2px solid var(--color--gray-200);}.m-large-radio-buttons--has-description .m-large-radio-buttons__group{max-width:384px;width:100%;}.m-large-radio-buttons--has-description .m-large-radio-buttons__large-radio-button{padding:13px 20px 13px 13px;}.m-large-radio-buttons--has-description .m-large-radio-buttons__large-radio-button .a-large-radio-button__icon{height:40px;width:40px;}.m-large-radio-buttons--has-description .m-large-radio-buttons__large-radio-button .a-large-radio-button__icon:before{height:36px;width:36px;}.m-large-radio-buttons--has-description .m-large-radio-buttons__large-radio-button .a-large-radio-button__icon:after{height:20px;width:20px;}.m-large-radio-buttons--has-description .m-large-radio-buttons__large-radio-button .a-large-radio-button__label{font-size:1.375em;line-height:1.18182em;}.m-large-radio-buttons--is-grid .m-large-radio-buttons__group{flex-wrap:wrap;}.m-large-radio-buttons--is-grid .m-large-radio-buttons__large-radio-button{width:calc(50% - 12px);margin-right:24px;}.m-large-radio-buttons--is-grid .m-large-radio-buttons__large-radio-button:nth-child(2n){margin-right:0;}.m-large-radio-buttons--is-grid .m-large-radio-buttons__large-radio-button:nth-child(2) ~ *{margin-top:24px;}.m-large-radio-buttons--not-grid .m-large-radio-buttons__group{flex-direction:column;}.m-large-radio-buttons--not-grid .m-large-radio-buttons__large-radio-button+.m-large-radio-buttons__large-radio-button{margin-top:20px;}.m-large-radio-buttons__legend{font-size:2.5em;line-height:1.25em;font-family:montserrat-extrabold;margin-bottom:40px;color:var(--text--bold-color);}.m-large-radio-buttons__subheading{font-family:montserrat-medium;font-size:1.125em;line-height:1.55556em;color:var(--text--bold-color);margin-bottom:18px;text-transform:uppercase;}.m-large-radio-buttons__description{font-family:montserrat-medium;font-size:1.375em;line-height:1.45455em;color:var(--text--bold-color);margin-right:40px;}.m-large-radio-buttons__group{display:flex;justify-content:flex-start;flex-wrap:wrap;}.m-large-radio-buttons__large-radio-button{width:100%;}@media screen and (max-width: 1024px){.m-large-radio-buttons__legend{font-size:1.875em;line-height:1.13333em;}.m-large-radio-buttons__description{font-size:1.125em;line-height:1.22222em;margin-right:30px;}}@media screen and (max-width: 950px){.m-large-radio-buttons--is-grid .m-large-radio-buttons__group{flex-direction:column;}.m-large-radio-buttons--is-grid .m-large-radio-buttons__large-radio-button{width:100%;margin:0 !important;}.m-large-radio-buttons--is-grid .m-large-radio-buttons__large-radio-button:not(:first-of-type){margin-top:16px !important;}.m-large-radio-buttons--not-grid .m-large-radio-buttons__large-radio-button+.m-large-radio-buttons__large-radio-button{margin-top:16px;}.m-large-radio-buttons--has-description{flex-direction:column;}.m-large-radio-buttons--has-description .m-large-radio-buttons__description{margin-right:0;margin-bottom:30px;}.m-large-radio-buttons--has-description .m-large-radio-buttons__group{max-width:unset;}.m-large-radio-buttons--has-description .m-large-radio-buttons__large-radio-button{padding:14px;}.m-large-radio-buttons--has-description .m-large-radio-buttons__large-radio-button .a-large-radio-button__label{font-size:1.25em;line-height:1.2em;}.m-large-radio-buttons__subheading{font-size:1em;line-height:1.25em;}}@media screen and (max-width: 600px){.m-large-radio-buttons--has-description .m-large-radio-buttons__large-radio-button .a-large-radio-button__icon{height:30px;width:30px;}.m-large-radio-buttons--has-description .m-large-radio-buttons__large-radio-button .a-large-radio-button__icon:before{height:26px;width:26px;}.m-large-radio-buttons--has-description .m-large-radio-buttons__large-radio-button .a-large-radio-button__icon:after{height:10px;width:10px;}.m-large-radio-buttons--has-description .m-large-radio-buttons__large-radio-button .a-large-radio-button__label{font-size:1em;line-height:1.25em;}.m-large-radio-buttons__legend{font-size:1.5em;line-height:1.16667em;margin-bottom:30px;}.m-large-radio-buttons__subheading{font-size:.875em;line-height:1.28571em;margin-bottom:10px;}}.m-large-tile-button{display:flex;align-items:center;justify-content:space-between;padding:26px 30px 30px 40px;box-sizing:border-box;background-color:var(--bg--base-color);box-shadow:0 0 5px rgba(0,0,0,.2);border-radius:5px;}.m-large-tile-button__content{display:flex;flex-direction:column;width:78%;}.m-large-tile-button__heading{font-family:montserrat-bold;font-size:2em;line-height:1.1875em;color:var(--text--bold-color);}.m-large-tile-button__text{font-family:montserrat-medium;font-size:1.125em;line-height:1.44444em;margin-top:10px;}@media screen and (max-width: 1024px){.m-large-tile-button__heading{font-size:1.5em;line-height:1.16667em;}.m-large-tile-button__text{font-size:1em;line-height:1.25em;}}@media screen and (max-width: 950px){.m-large-tile-button__heading{font-size:1.25em;line-height:1.2em;}}@media screen and (max-width: 768px){.m-large-tile-button{padding:20px;}}@media screen and (max-width: 600px){.m-large-tile-button__heading{font-size:1.125em;line-height:1.22222em;}.m-large-tile-button__text{font-size:.875em;line-height:1.28571em;}}.m-large-tile-buttons__list{display:flex;flex-direction:column;}.m-large-tile-buttons__item+.m-large-tile-buttons__item{margin-top:24px;}.m-link-on-image-tile{position:relative;display:flex;align-items:flex-end;justify-content:flex-start;max-width:400px;width:100%;min-height:400px;overflow:hidden;padding:20px;box-sizing:border-box;}.m-link-on-image-tile:hover .m-link-on-image-tile__image{transform:scale(1.1);}.m-link-on-image-tile__link{position:absolute;top:0;left:0;width:100%;height:100%;z-index:4;}.keyboard-in-use .m-link-on-image-tile__link:focus{border:4px solid var(--theme--focus-color);}.m-link-on-image-tile__image{position:absolute;top:0;left:0;width:100%;width:100%;height:100%;transition:all .15s ease-in-out;-o-object-fit:cover;object-fit:cover;}.m-link-on-image-tile__overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-color:var(--color--black);opacity:.3;z-index:2;}.m-link-on-image-tile__mobile-image{display:none;height:400px;width:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:top center;object-position:top center;}.m-link-on-image-tile__button{position:relative;z-index:3;color:var(--color--white);width:100%;justify-content:space-between;}.m-link-on-image-tile__button .a-small-arrow-button__icon{background-color:var(--color--white);}@media screen and (max-width: 950px){.m-link-on-image-tile{display:flex;flex-direction:column;padding:0;}.m-link-on-image-tile__mobile-image{display:block;}.m-link-on-image-tile__image,.m-link-on-image-tile__overlay{display:none;}.m-link-on-image-tile__button{color:var(--text--bold-color);margin-top:16px;}.m-link-on-image-tile__button .a-small-arrow-button__icon{background-color:var(--text--bold-color);}.m-link-on-image-tile__button .a-small-arrow-button__icon svg line,.m-link-on-image-tile__button .a-small-arrow-button__icon svg path{stroke:var(--color--white);}}.m-logo-link-tiles__list{display:flex;flex-wrap:wrap;justify-content:center;width:100%;}.m-logo-link-tiles__item{width:calc(33.33333% - 16px);margin-right:24px;}.m-logo-link-tiles__item:nth-child(3n){margin-right:0;}.m-logo-link-tiles__item:nth-child(3) ~ *{margin-top:24px;}@media screen and (max-width: 950px){.m-logo-link-tiles__item{width:calc(50% - 10px);margin-right:20px;}.m-logo-link-tiles__item:nth-child(2n){margin-right:0;}.m-logo-link-tiles__item:nth-child(2) ~ *{margin-top:20px;}}@media screen and (max-width: 600px){.m-logo-link-tiles__list{margin-left:auto;margin-right:auto;max-width:300px;}.m-logo-link-tiles__item{width:100%;margin-right:0;display:flex;align-items:center;justify-content:center;}.m-logo-link-tiles__item:nth-child(1n){margin-right:0;}.m-logo-link-tiles__item:nth-child(1) ~ *{margin-top:16px;}}.m-logo-links-dropdown{display:flex;align-items:center;justify-content:center;text-align:center;position:relative;max-width:156px;width:100%;background-color:var(--bg--base-color);border-radius:var(--border--radius);padding:5px;box-shadow:0 0 5px rgba(0,0,0,.2);box-sizing:border-box;}.m-logo-links-dropdown__trigger{position:relative;background-color:var(--button--background-color);overflow:hidden;width:100%;}.m-logo-links-dropdown__trigger:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;height:126%;transition:all .15s ease-in-out;transform:scale(1.1) rotate(20deg);transition-timing-function:cubic-bezier(.36,.07,.19,.97);will-change:transform;background-image:url("https://cdn-ikpfjol.nitrocdn.com/sFJFvEmonhoQYtgfpLbAzAWEPnNuaFLe/assets/images/optimized/rev-fafaa5e/dartzoneblasters.com/wp-content/themes/dart-zone-platform/assets/images/icons/medium/scope-icon.svg");background-size:64% 125%;background-position:-15% 50%;background-repeat:no-repeat;opacity:0;z-index:2;}.m-logo-links-dropdown__trigger:hover{background-color:var(--button--hover-color);}.m-logo-links-dropdown__trigger:hover:after{transform:scale(1) rotate(0deg);height:100%;background-size:64% 125%;opacity:1;}.m-logo-links-dropdown__button{display:flex;justify-content:center;position:relative;overflow:hidden;width:100%;z-index:3;background-color:transparent !important;border:2px solid transparent;padding:14px 26px;}.keyboard-in-use .m-logo-links-dropdown__button:focus{border:2px dashed var(--theme--focus-color);}.m-logo-links-dropdown__button:after{display:none;}.m-logo-links-dropdown--open{z-index:10 !important;}.m-logo-links-dropdown--open .m-logo-links-dropdown{border-bottom-right-radius:0;border-bottom-left-radius:0;}.m-logo-links-dropdown--open .m-logo-links-dropdown__button{background-color:var(--button--hover-color);}.m-logo-links-dropdown--open .m-logo-links-dropdown__button:after{transform:scale(1) rotate(0deg);height:100%;background-size:64% 125%;opacity:1;}.m-logo-links-dropdown--open .m-logo-links-dropdown__content{height:auto;opacity:1;overflow:visible;}.m-logo-links-dropdown--open .m-logo-links-dropdown__list{height:auto;}.m-logo-links-dropdown__content{transition:all .15s ease-in-out;margin-left:auto;margin-right:auto;position:absolute;top:100%;right:-50%;left:-50%;height:0;width:100%;opacity:0;background-color:var(--color--white);box-sizing:border-box;border-bottom-right-radius:2px;border-bottom-left-radius:2px;overflow:hidden;box-shadow:0 0 5px rgba(0,0,0,.2);}.m-logo-links-dropdown__content:before{margin-left:auto;margin-right:auto;content:"";position:absolute;top:-5px;left:0;background-color:var(--color--white);height:10px;width:100%;z-index:1;}.m-logo-links-dropdown__list{display:none;height:0;max-height:284px;overflow-y:auto;z-index:2;}.m-logo-links-dropdown__item{list-style-type:none;}.m-logo-links-dropdown__item:first-of-type{margin-top:3px;}.m-logo-links-dropdown__item:last-of-type{margin-bottom:3px;}.m-logo-links-dropdown__link{margin-left:auto;margin-right:auto;position:relative;padding:8px;display:block;display:flex;box-sizing:border-box;width:100%;align-items:center;border-radius:var(--border--radius);}.m-logo-links-dropdown__link:hover{background-color:var(--bg--accent-color);}.m-logo-links-dropdown__link:hover .m-logo-links-dropdown__checkbox{border-color:var(--theme--primary-color);}.m-logo-links-dropdown__link:hover .m-logo-links-dropdown__checkbox-icon{opacity:1;}.keyboard-in-use .m-logo-links-dropdown__link:focus{outline:2px dashed var(--theme--focus-color) !important;outline-offset:5px;transition:none;}.m-logo-links-dropdown__image{margin-left:auto;margin-right:auto;transition:all .15s ease-in-out;display:block;width:100%;padding:0 5px;box-sizing:border-box;max-width:86px;}@media screen and (max-width: 768px){.m-logo-links-dropdown__button{padding:12px 18px;}}@media screen and (max-width: 600px){.m-logo-links-dropdown__list{padding:0 20px;}.m-logo-links-dropdown__item:first-of-type{margin-top:10px;}.m-logo-links-dropdown__item:last-of-type{margin-bottom:10px;}.m-logo-links-dropdown__link{font-size:.875em;line-height:1.14286em;align-items:center;}}.m-logo-links__list{display:flex;justify-content:center;}.m-logo-links__item{display:flex;}.m-logo-links__item+.m-logo-links__item{margin-left:22px;}.m-mini-cart-trigger{--drawer--width:500px;}.m-mini-cart-trigger .m-drawer__wrapper{display:flex;flex-direction:column;overflow:auto;}.m-mini-cart-trigger .m-drawer__close{top:33px;right:18px;z-index:1;}.m-mini-cart-trigger__cart{height:100%;}.m-mini-cart{position:relative;display:flex;flex-direction:column;}.m-mini-cart__overlay{transition:all .15s ease-in-out;position:absolute;top:0;left:0;width:100%;height:100%;z-index:-1;opacity:0;}.m-mini-cart__overlay:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-color:var(--color--gray-500);opacity:.8;}.m-mini-cart__loader{margin-left:auto;margin-right:auto;position:absolute;top:50%;right:0;left:0;transform:translateY(-50%);width:100px;height:100px;}.m-mini-cart__header{z-index:0;position:relative;flex-shrink:0;display:flex;height:87px;padding-left:30px;padding-right:30px;box-sizing:border-box;background-color:var(--bg--header-color);overflow:hidden;}.m-mini-cart__header .m-cart-drawer__heading{display:block;z-index:-1;}.m-mini-cart__heading{font-family:montserrat-extrabold;font-size:7.5em;position:absolute;top:-28px;left:44px;color:transparent;text-transform:uppercase;-webkit-text-stroke-width:2px;-webkit-text-stroke-color:var(--text--base-color);}@media screen and (max-width: 600px){.m-mini-cart__heading{font-size:5em;top:0;}}.m-mini-cart__count{position:relative;z-index:0;}.m-mini-cart__link{font-size:1em;line-height:1.25em;letter-spacing:.5px;transition:all .15s ease-in-out;position:absolute;top:50%;right:55px;z-index:1;transform:translateY(-50%);text-transform:uppercase;}.m-mini-cart__link:is(a,button):hover{text-decoration:none;}.m-mini-cart__body{flex-grow:1;display:flex;flex-direction:column;padding-top:20px;padding-bottom:30px;overflow:auto;}.m-mini-cart__body .m-cart-cards__list,.m-mini-cart__body .m-cart-cards__card{max-width:100%;}.m-mini-cart__goal{margin-bottom:20px;padding-left:25px;padding-right:25px;}@media screen and (max-width: 600px){.m-mini-cart__goal{padding-left:10px;padding-right:10px;}}.m-mini-cart__products{flex-grow:1;width:100%;padding-left:25px;padding-right:25px;box-sizing:border-box;}@media screen and (max-width: 600px){.m-mini-cart__products{padding-left:10px;padding-right:10px;}}.m-mini-cart__empty{flex-grow:1;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:30px;padding:40px 25px;box-sizing:border-box;text-align:center;}.m-mini-cart__empty-text{font-family:montserrat-extrabold;font-size:2.5em;line-height:1.25em;max-width:400px;color:var(--text--base-color);}@media screen and (max-width: 600px){.m-mini-cart__empty{padding:30px 10px;}.m-mini-cart__empty-text{font-size:1.5em;line-height:1.16667em;}}.m-mini-cart__more{margin-bottom:-20px;padding-left:25px;padding-right:25px;}.m-mini-cart__more:nth-child(3){margin-top:45px;padding-top:30px;border-top:1px solid var(--border--base-color);}@media screen and (max-width: 600px){.m-mini-cart__more{padding-right:10px;padding-left:10px;}.m-mini-cart__more:nth-child(3){margin-top:20px;padding-top:20px;}}.m-mini-cart .m-product-card-slider,.m-mini-cart .m-product-card-slider .m-product-thumbnail-cards__item,.m-mini-cart .m-product-card-slider .m-product-thumbnail-card{max-width:100%;}.m-mini-cart__summary{flex-shrink:0;width:100%;padding:10px;box-sizing:border-box;border-top:2px solid var(--border--base-color);background-color:var(--bg--card-color);}.m-mini-cart__summary .m-cart-summary__table{margin-top:-10px;}.m-modal{transition:z-index 0s .2s ease-in-out;height:100%;width:100%;position:fixed;top:0;left:0;z-index:-1;opacity:0;}.m-modal__overlay,.m-modal__wrapper{transition:all .15s ease-in-out;}.m-modal__overlay,.m-modal__wrapper,.m-modal__close{will-change:opacity;}.m-modal__overlay{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;background-color:var(--color--gray-400);}.m-modal__container{display:flex;justify-content:center;align-items:center;height:100%;}.m-modal__wrapper{transition:all .15s ease-in-out;position:relative;will-change:transform;flex-basis:1200px;background-color:var(--bg--base-color);border-radius:5px;box-sizing:border-box;box-shadow:0 3px 8px rgba(0,0,0,.15);opacity:0;z-index:1;}.m-modal__close{cursor:pointer;transition:all .15s ease-in-out;margin-left:auto;margin-right:auto;position:absolute;top:20px;right:20px;z-index:2;}.m-modal--open{transition:none .15s ease-in-out;z-index:41;opacity:1;}.m-modal--open .m-modal__wrapper,.m-modal--open .m-modal__close{opacity:1;}.m-modal--open .m-modal__overlay{opacity:.9;}.m-modal--open .m-modal__wrapper{transform:scale(1);}.m-navigation-menu-trigger__modal{transform:translateX(100%);transition:all .4s cubic-bezier(.17,.67,.3,1.2);}.m-navigation-menu-trigger__modal:before{content:"";position:absolute;top:0;left:0;width:100%;width:150%;height:100%;background-color:var(--theme--primary-color);transition:all .4s cubic-bezier(.17,.67,.3,1.2);}.m-navigation-menu-trigger__modal.m-modal--open{transition:all .4s cubic-bezier(.17,.67,.3,1.2);transform:translateX(0);}.m-navigation-menu-trigger__modal.m-modal--open:before{transform:translateX(-25%);}.m-navigation-menu-trigger__modal>.u-container{max-width:unset;padding:0;}.m-navigation-menu-trigger__modal .m-modal__wrapper{height:100%;width:100%;flex-basis:unset;}@media screen and (max-width: 1024px){.m-navigation-menu-trigger__modal .m-modal__wrapper{overflow-y:auto;}.m-navigation-menu-trigger__modal .m-modal__wrapper .m-navigation-menu{height:auto;}}.m-navigation-menu{height:100%;width:100%;position:relative;display:flex;justify-content:center;align-items:center;overflow:hidden;overflow-y:scroll;}.m-navigation-menu:before,.m-navigation-menu:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;height:100.1%;}.m-navigation-menu:before{width:71.1%;background-color:var(--bg--bold-color);background-image:url("https://cdn-ikpfjol.nitrocdn.com/sFJFvEmonhoQYtgfpLbAzAWEPnNuaFLe/assets/images/optimized/rev-fafaa5e/dartzoneblasters.com/wp-content/themes/dart-zone-platform/assets/images/graphics/dart-ball-graphic.svg");background-size:87% 87%;background-repeat:no-repeat;background-position:right -226% bottom -248%;background-blend-mode:normal;}.m-navigation-menu:after{width:29%;right:0;left:auto;background-color:#2b2b2b;}.m-navigation-menu__container{position:relative;display:flex;align-items:stretch;justify-content:space-between;max-width:1600px;min-height:100%;padding-right:60px;padding-left:90px;z-index:1;}.m-navigation-menu__main{width:71.1%;position:relative;z-index:2;margin-top:-30px;}.m-navigation-menu__main-inner{display:flex;flex-direction:column;padding-top:24px;max-width:802px;width:100%;}.m-navigation-menu__primary-nav{width:100%;}.m-navigation-menu__link--alt{transition:all .15s ease-in-out;font-family:montserrat-bold;font-size:.875em;line-height:1.28571em;position:relative;display:flex;align-items:center;justify-content:flex-end;width:76px;height:64px;color:var(--color--gray-400);letter-spacing:.5px;text-transform:uppercase;}.m-navigation-menu__link--alt svg{height:64px;width:64px;position:absolute;bottom:0;left:0;}.m-navigation-menu__link--alt svg path{transition:all .15s ease-in-out;}.keyboard-in-use .m-navigation-menu__link--alt:focus{outline:2px dashed var(--theme--focus-color) !important;outline-offset:5px;transition:none;}.m-navigation-menu__link--alt:hover{color:var(--color--white);}.m-navigation-menu__link--alt:hover svg path{fill:var(--theme--primary-color);}.m-navigation-menu__link-text{position:relative;z-index:2;background-color:var(--bg--bold-color);}.m-navigation-menu__label{margin-top:38px;margin-bottom:-30px;padding-left:15px;box-sizing:border-box;}.m-navigation-menu__main{display:flex;align-items:center;justify-content:center;}.m-navigation-menu__item{display:flex;align-items:center;justify-content:flex-start;}.m-navigation-menu__item--logos{flex-direction:column;align-items:flex-start;}.m-navigation-menu__item+.m-navigation-menu__item{margin-top:40px;}.m-navigation-menu__kicker{font-family:montserrat-bold;font-size:1em;line-height:1.5625em;letter-spacing:1px;text-transform:uppercase;color:var(--color--gray-400);margin-bottom:10px;}.m-navigation-menu__sub-list{display:flex;margin-left:30px;}.m-navigation-menu__sub-item+.m-navigation-menu__sub-item{margin-left:30px;}.m-navigation-menu__sub-item .a-nav-link{font-size:1.125em;line-height:1.22222em;font-family:montserrat-semibold;color:var(--color--gray-200);border-bottom:2px solid transparent;padding-bottom:2px;text-transform:none;}.m-navigation-menu__sub-item .a-nav-link:hover{border-bottom-color:var(--theme--primary-color);}.m-navigation-menu__link{color:var(--color--white);}.m-navigation-menu__secondary{display:flex;flex-direction:column;justify-content:center;width:29%;background-color:#2b2b2b;margin-left:100px;box-sizing:border-box;}.m-navigation-menu__secondary-nav .m-page-nav__list{display:flex;flex-direction:column;}.m-navigation-menu__secondary-nav .m-page-nav__item+.m-page-nav__item{margin-top:20px;}.m-navigation-menu__secondary-nav .m-page-nav__sub-list{margin-top:15px;}.m-navigation-menu__secondary-nav .m-page-nav__sub-item{display:flex;}.m-navigation-menu__secondary-nav .m-page-nav__sub-item:first-of-type{margin-top:10px;}.m-navigation-menu__secondary-nav .m-page-nav__sub-item+.m-page-nav__sub-item{margin-top:15px;}.m-navigation-menu__secondary-nav .m-page-nav__sub-item .a-nav-link{font-size:1.125em;line-height:1.22222em;font-family:montserrat-semibold;color:var(--color--gray-200);border-bottom:2px solid transparent;padding-bottom:2px;}.m-navigation-menu__secondary-nav .m-page-nav__sub-item .a-nav-link .a-arrow{display:none;}.m-navigation-menu__secondary-nav .m-page-nav__sub-item .a-nav-link:hover{border-bottom-color:var(--theme--primary-color);}.m-navigation-menu__secondary-nav--woocommerce{padding-top:40px;border-top:2px solid var(--color--black);margin-top:40px;}.m-navigation-menu__secondary-inner{display:flex;flex-direction:column;width:100%;padding-left:60px;box-sizing:border-box;}.m-navigation-menu__tertiary-nav{padding-top:40px;margin-top:40px;border-top:2px solid var(--color--black);}.m-navigation-menu__tertiary-nav .m-page-nav__list{display:flex;flex-direction:column;}.m-navigation-menu__tertiary-nav .m-page-nav__item+.m-page-nav__item{margin-top:20px;}.m-navigation-menu__tertiary-nav .m-page-nav__sub-list{margin-top:15px;}.m-navigation-menu__tertiary-nav .m-page-nav__sub-item{display:flex;}.m-navigation-menu__tertiary-nav .m-page-nav__sub-item+.m-page-nav__sub-item{margin-top:15px;}.m-navigation-menu__tertiary-nav .m-page-nav__sub-item .a-nav-link{font-size:1.125em;line-height:1.22222em;font-family:montserrat-semibold;color:var(--color--gray-200);border-bottom:2px solid transparent;padding-bottom:2px;}.m-navigation-menu__tertiary-nav .m-page-nav__sub-item .a-nav-link .a-arrow{display:none;}.m-navigation-menu__tertiary-nav .m-page-nav__sub-item .a-nav-link:hover{border-bottom-color:var(--theme--primary-color);}.m-navigation-menu__mobile-links{display:none;flex-direction:column;}.m-navigation-menu__mobile-link{color:var(--color--white);}.m-navigation-menu__mobile-link+.m-navigation-menu__mobile-link{margin-top:16px;}.m-navigation-menu__logo-links{width:100%;}.m-navigation-menu__logo-links .m-logo-links__list{width:100%;flex-wrap:wrap;justify-content:flex-start;}.m-navigation-menu__logo-links .m-logo-links__item{width:calc(16.66667% - 19px);margin-right:22px;}.m-navigation-menu__logo-links .m-logo-links__item+.m-logo-links__item{margin-left:unset;}.m-navigation-menu__logo-links .m-logo-links__item:nth-child(6n){margin-right:0;}.m-navigation-menu__logo-links .m-logo-links__item:nth-child(6) ~ *{margin-top:10px;}@media screen and (max-width: 1200px){.m-navigation-menu__container{padding-right:40px;padding-left:40px;}.m-navigation-menu__logo-links .m-logo-links__item{width:calc(25% - 17px);margin-right:22px;}.m-navigation-menu__logo-links .m-logo-links__item:nth-child(4n){margin-right:0;}.m-navigation-menu__logo-links .m-logo-links__item:nth-child(4) ~ *{margin-top:10px;}.m-navigation-menu__logo-links .m-logo-links__item+.m-logo-links__item{margin-left:unset;}}@media screen and (max-width: 1100px){.m-navigation-menu__secondary{width:32%;}}@media screen and (max-width: 1024px){.m-navigation-menu__label{display:none;}.m-navigation-menu__logo-links{display:none;}.m-navigation-menu__mobile-links{display:flex;}.m-navigation-menu:before,.m-navigation-menu:after{display:none;}.m-navigation-menu__container{flex-direction:column;padding:0;}.m-navigation-menu__main{justify-content:flex-start;width:100%;margin-top:0;padding:40px;box-sizing:border-box;background-color:var(--bg--bold-color);}.m-navigation-menu__primary-nav{margin-top:30px;}.m-navigation-menu__primary-nav .m-navigation-menu__item:first-of-type{flex-direction:column;align-items:flex-start;}.m-navigation-menu__primary-nav .m-navigation-menu__sub-list{margin-top:20px;margin-left:0;flex-direction:column;align-items:flex-start;}.m-navigation-menu__primary-nav .m-navigation-menu__sub-item+.m-navigation-menu__sub-item{margin-top:16px;margin-left:0;}.m-navigation-menu__secondary{width:100%;margin-left:0;padding:40px;}.m-navigation-menu__secondary-inner{padding-left:0;}.m-navigation-menu__item{flex-direction:column;align-items:flex-start;}}@media screen and (max-width: 600px){.m-navigation-menu__main{padding-right:20px;padding-left:20px;}.m-navigation-menu__secondary{padding-right:20px;padding-left:20px;}}.m-pagination{display:flex;justify-content:center;align-items:center;width:190px;height:68px;padding:10px;background-color:var(--bg--base-color);box-sizing:border-box;box-shadow:0 0 5px rgba(0,0,0,.2);border-radius:34px;}.m-pagination__select-wrapper{position:relative;margin:0 10px;background-color:var(--bg--accent-color);border-radius:var(--border--radius);}.m-pagination__select-wrapper:after{content:url("https://cdn-ikpfjol.nitrocdn.com/sFJFvEmonhoQYtgfpLbAzAWEPnNuaFLe/assets/images/optimized/rev-fafaa5e/dartzoneblasters.com/wp-content/themes/dart-zone-platform/assets/images/icons/small/down-angle-gray-icon.svg");position:absolute;right:8px;top:50%;transform:translateY(-50%);}.m-pagination__select{width:52px;height:48px;background-color:transparent;text-align:center;padding:0 12px;z-index:2;}.m-pagination__arrow-button:hover .a-arrow{background-color:var(--button--hover-color);}.keyboard-in-use .m-pagination__arrow-button:focus{outline:2px dashed var(--theme--focus-color) !important;outline-offset:5px;transition:none;}.m-pagination__arrow-button--disabled .a-arrow{background-color:var(--color--gray-200);}.m-pagination__arrow-button--disabled:hover .a-arrow{background-color:var(--color--gray-200) !important;}.m-pagination__arrow-button--disabled:hover .a-arrow:before{transform:none !important;opacity:0 !important;}.m-pagination__arrow-button--disabled:hover .a-arrow:after{transform:translateY(-50%) !important;}.m-pagination__arrow-button--prev:hover .a-arrow:before{transform:scaleX(1.375) translateY(-50%);opacity:1;}.m-pagination__arrow-button--prev:hover .a-arrow:after{transform:translateY(-50%) translateX(6px);}.m-pagination__arrow-button.m-pagination__arrow-button--next:hover .a-arrow:before{transform:scaleX(1.375) translateY(-50%);opacity:1;}.m-pagination__arrow-button.m-pagination__arrow-button--next:hover .a-arrow:after{transform:translateY(-50%) translateX(6px);}.m-pagination .a-arrow{height:48px;width:48px;}.m-pagination .a-arrow:before{top:50%;left:12px;width:16px;height:2px;transform-origin:left;background-color:var(--bg--base-color);border-radius:var(--border--radius);opacity:0;}.m-pagination .a-arrow:after{margin-left:auto;margin-right:auto;background-image:url("https://cdn-ikpfjol.nitrocdn.com/sFJFvEmonhoQYtgfpLbAzAWEPnNuaFLe/assets/images/optimized/rev-fafaa5e/dartzoneblasters.com/wp-content/themes/dart-zone-platform/assets/images/icons/medium/right-angle-white-icon.svg");background-size:contain;right:0;left:0;width:8px;height:14px;background-repeat:no-repeat;background-position:center;position:absolute;top:50%;transform:translateY(-50%);}@media screen and (max-width: 600px){.m-pagination{height:58px;width:174px;}.m-pagination .a-arrow{width:40px;height:40px;}.m-pagination .a-arrow--right:before{width:12px;}.m-pagination .a-arrow--left:before{width:12px;}}.m-poll-question-block__gravity-form{margin-left:auto;margin-right:auto;max-width:636px;width:100%;}.m-poll-question-block__gravity-form form .m-gravity-form__radio-buttons legend{font-size:2.125em;line-height:1.29412em;text-transform:none !important;letter-spacing:0 !important;color:var(--color--black) !important;text-align:center;margin-bottom:40px;}.m-poll-question-block__gravity-form form .gform_footer{display:flex;align-items:center;justify-content:center;margin-top:40px;}.m-poll-question-block__gravity-form form .gform_confirmation_wrapper{text-align:center;}@media screen and (max-width: 1024px){.m-poll-question-block form .m-gravity-form__radio-buttons legend{font-size:1.5em;line-height:1.16667em;}}@media screen and (max-width: 950px){.m-poll-question-block form .m-gravity-form__radio-buttons legend{font-size:1.25em;line-height:1.2em;margin-bottom:30px;}}@media screen and (max-width: 768px){.m-poll-question-block form .m-gravity-form__radio-buttons legend{font-size:1.125em;line-height:1.22222em;}}@media screen and (max-width: 600px){.m-poll-question-block form .m-gravity-form__radio-buttons legend{font-size:1em;line-height:1.25em;}}.m-polling-card{display:flex;align-items:flex-start;justify-content:space-between;max-width:996px;width:100%;padding:10px 10px 10px 60px;background-color:var(--bg--base-color);border-radius:5px;box-shadow:0 0 5px rgba(0,0,0,.2);box-sizing:border-box;}.m-polling-card__question-side{display:flex;flex-direction:column;align-items:flex-start;max-width:378px;width:100%;margin-right:60px;padding-top:50px;padding-bottom:50px;}.m-polling-card__question{font-family:montserrat-bold;font-size:2.125em;line-height:1.29412em;color:var(--text--bold-color);}.m-polling-card__modal-trigger{margin-top:30px;}.m-polling-card__modal .m-modal__container{position:relative;width:100%;max-width:1200px;}.m-polling-card__modal .m-modal__close{top:30px;right:30px;}.m-polling-card__modal .m-poll-question-block{padding:120px 40px;box-sizing:border-box;}@media screen and (max-width: 1024px){.m-polling-card__question{font-size:1.5em;line-height:1.25em;}.m-polling-card__modal .m-poll-question-block{padding:80px 40px;}}@media screen and (max-width: 950px){.m-polling-card{flex-direction:column;padding:30px 20px;max-width:500px;}.m-polling-card__question-side{margin-right:0;margin-bottom:40px;text-align:center;align-items:center;max-width:unset;max-width:500px;padding:0 10px;box-sizing:border-box;}.m-polling-card__question{font-size:1.25em;line-height:1.2em;}.m-polling-card__modal-trigger{margin-top:20px;}.m-polling-card__modal .m-poll-question-block{padding:60px 40px;}}@media screen and (max-width: 768px){.m-polling-card__question{font-size:1.125em;line-height:1.22222em;}.m-polling-card__modal .m-poll-question-block{max-height:90vh;overflow:scroll;}}@media screen and (max-width: 600px){.m-polling-card__donut-pie-chart{max-width:unset !important;padding:10px;}.m-polling-card__modal .m-poll-question-block{padding:50px 30px;}}.m-post-thumbnail-card{position:relative;display:flex;flex-direction:column;background-color:var(--bg--base-color);max-width:382px;width:100%;box-sizing:border-box;box-shadow:0 0 5px rgba(0,0,0,.2);border-radius:5px;overflow:hidden;}.m-post-thumbnail-card:after{content:"";transition:all .15s ease-in-out;position:absolute;top:0;left:0;width:100%;height:100%;transform:scale(1.05);border:4px solid var(--border--bold-color);border-radius:5px;box-sizing:border-box;transition-timing-function:cubic-bezier(.36,.07,.19,.97);}.m-post-thumbnail-card:hover:after{opacity:1;transform:scale(1);}.m-post-thumbnail-card:hover .m-post-thumbnail-card__image{transform:scale(1.1);}.m-post-thumbnail-card--external:hover .m-post-thumbnail-card__icon{opacity:.8;transform:translateY(-50%) scale(1);}.m-post-thumbnail-card--external .m-post-thumbnail-card__icon{display:flex;}.m-post-thumbnail-card__link{position:absolute;top:0;left:0;width:100%;height:100%;box-sizing:border-box;z-index:5;}.keyboard-in-use .m-post-thumbnail-card__link:focus{border:2px dashed var(--theme--focus-color);}.m-post-thumbnail-card__label-wrapper{transition:all .15s ease-in-out;margin-left:auto;margin-right:auto;position:absolute;text-align:center;top:0;right:0;left:0;display:flex;justify-content:center;align-items:center;z-index:3;max-width:250px;width:100%;}.m-post-thumbnail-card__label-wrapper:before,.m-post-thumbnail-card__label-wrapper:after{content:"";height:0;width:0;position:absolute;top:0;border-top:28px solid var(--color--gray-200);border-right:12px solid transparent;border-left:12px solid transparent;z-index:-1;}.m-post-thumbnail-card__label-wrapper:before{left:-12px;}.m-post-thumbnail-card__label-wrapper:after{right:-12px;}.m-post-thumbnail-card__label{transition:all .15s ease-in-out;font-family:montserrat-medium;font-size:.875em;line-height:1.28571em;background-color:var(--color--gray-200);text-transform:uppercase;padding:5px;box-sizing:border-box;position:relative;height:28px;max-width:250px;width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}.m-post-thumbnail-card__icon{transition:all .15s ease-in-out;margin-left:auto;margin-right:auto;height:80px;width:80px;border-radius:50%;position:absolute;top:50%;right:0;left:0;transform:translateY(-50%) scale(1.2);display:none;justify-content:center;justify-content:center;align-items:center;opacity:0;background-color:var(--bg--base-color);z-index:10;}.m-post-thumbnail-card__image-wrapper{position:relative;overflow:hidden;width:100%;padding-top:67%;}.m-post-thumbnail-card__image{font-family:montserrat-semibold;font-size:.875em;line-height:1.28571em;position:absolute;top:0;left:0;width:100%;height:100%;transition:all .15s ease-in-out;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;transition-timing-function:cubic-bezier(.36,.07,.19,.97);will-change:transform;}.m-post-thumbnail-card__content{display:flex;flex-direction:column;padding:30px;box-sizing:border-box;}.m-post-thumbnail-card__kicker{font-family:montserrat-medium;font-size:1.125em;line-height:1.22222em;color:var(--text--base-color);text-transform:uppercase;margin-bottom:10px;}.m-post-thumbnail-card__heading{font-family:montserrat-bold;color:var(--text--bold-color);}@media screen and (max-width: 950px){.m-post-thumbnail-card__content{padding:20px;}.m-post-thumbnail-card__kicker{font-size:1em;line-height:1.25em;}.m-post-thumbnail-card__heading{font-size:1em;line-height:1.25em;}}@media screen and (max-width: 600px){.m-post-thumbnail-card__image-wrapper{padding-top:50%;}.m-post-thumbnail-card__icon{height:40px;width:40px;}}@media screen and (max-width: 500px){.m-post-thumbnail-card__image-wrapper{padding-top:60%;}.m-post-thumbnail-card__label-wrapper{max-width:unset;background-color:var(--color--gray-200);}.m-post-thumbnail-card__label-wrapper:before,.m-post-thumbnail-card__label-wrapper:after{display:none;}}.m-post-thumbnail-cards--grid .m-post-thumbnail-cards__list{flex-wrap:wrap;}.m-post-thumbnail-cards--grid .m-post-thumbnail-cards__item{width:calc(33.33333% - 19px);margin-right:28px;max-width:unset;}.m-post-thumbnail-cards--grid .m-post-thumbnail-cards__item:nth-child(3n){margin-right:0;}.m-post-thumbnail-cards--grid .m-post-thumbnail-cards__item:nth-child(3) ~ *{margin-top:28px;}.m-post-thumbnail-cards--not-grid .m-post-thumbnail-cards__item+.m-post-thumbnail-cards__item{margin-left:28px;}.m-post-thumbnail-cards__list{display:flex;}.m-post-thumbnail-cards__list.slick-slider .slick-list{padding-top:20px !important;padding-bottom:20px !important;}.m-post-thumbnail-cards__list.slick-slider .slick-track{display:flex !important;align-items:stretch !important;}.m-post-thumbnail-cards__list.slick-slider .slick-slide{height:auto;display:flex;flex-direction:column;}.m-post-thumbnail-cards__list.slick-slider .slick-list{display:flex !important;align-items:stretch !important;}.m-post-thumbnail-cards__item{display:flex;flex-direction:column;align-items:stretch;max-width:382px;width:100%;}.m-post-thumbnail-cards__post-thumbnail-card{height:100% !important;}@media screen and (max-width: 950px){.m-post-thumbnail-cards--not-grid .m-post-thumbnail-cards__item+.m-post-thumbnail-cards__item{margin-left:20px;}.m-post-thumbnail-cards--not-grid.m-post-thumbnail-cards--carousel .m-post-thumbnail-cards__item{margin:0 10px !important;}}.m-posts-search-menu{border-radius:5px;position:relative;display:flex;padding:10px;box-sizing:border-box;background-color:var(--bg--accent-color);}.m-posts-search-menu__form{position:relative;width:100%;z-index:1;}.m-posts-search-menu__filter-bar{width:100%;padding:0;display:flex;align-items:center;justify-content:space-between;}.m-posts-search-menu__filter-bar .m-filter-bar__inner{justify-content:space-between;margin-right:0;}.m-posts-search-menu__field{display:flex;align-items:center;padding:8px;background-color:var(--bg--base-color);border:2px solid var(--border--base-color);border-radius:var(--border--radius);box-sizing:border-box;margin-right:20px;}.m-posts-search-menu__field .a-input,.m-posts-search-menu__field .o-product-cart input[type="number"],.o-product-cart .m-posts-search-menu__field input[type="number"],.m-posts-search-menu__field .o-product-cart input[type="text"],.o-product-cart .m-posts-search-menu__field input[type="text"]{background-color:transparent;border:none;border-radius:0;padding:6px 8px;}.m-posts-search-menu__select{display:flex;background-color:var(--bg--base-color);border:2px solid var(--border--base-color);border-radius:var(--border--radius);box-sizing:border-box;max-width:275px;width:100%;}.m-posts-search-menu__select .a-select__button,.m-posts-search-menu__select #product-review-form .gfield--input-type-select .gfield_select,#product-review-form .gfield--input-type-select .m-posts-search-menu__select .gfield_select{box-shadow:none;color:var(--text--base-color);}@media screen and (max-width: 1024px){.m-posts-search-menu{padding:10px 12px;}}@media screen and (max-width: 950px){.m-posts-search-menu{margin-left:auto;margin-right:auto;max-width:600px;width:100%;flex-direction:column;align-items:center;}.m-posts-search-menu__field{margin-right:0;}.m-posts-search-menu__input{font-size:14px;line-height:18px;}.m-posts-search-menu__field,.m-posts-search-menu__input{width:100%;}.m-posts-search-menu__select{margin-top:10px;max-width:unset;}}@media screen and (max-width: 768px){.m-posts-search-menu__form{margin-right:0;margin-bottom:10px;max-width:unset;}.m-posts-search-menu__clear-search{margin-left:auto;}.m-posts-search-menu__field{padding-right:8px;padding-left:8px;}.m-posts-search-menu__input{font-size:14px !important;line-height:18px !important;}}@media screen and (max-width: 600px){.m-posts-search-menu__field .a-input,.m-posts-search-menu__field .o-product-cart input[type="number"],.o-product-cart .m-posts-search-menu__field input[type="number"],.m-posts-search-menu__field .o-product-cart input[type="text"],.o-product-cart .m-posts-search-menu__field input[type="text"]{padding-top:3px;padding-bottom:3px;}}.m-product-average-rating{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;max-width:414px;width:100%;padding:48px 0 60px;box-sizing:border-box;}.m-product-average-rating:after{content:"";position:absolute;right:60px;bottom:0;width:160%;height:100%;background:var(--bg--secondary--gradient--fallback-color);background:var(--bg--secondary--gradient-color);transform:skew(-10deg);}.m-product-average-rating__content{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;margin-right:auto;max-width:242px;width:100%;z-index:2;}.m-product-average-rating__rating{display:flex;margin-bottom:3px;}.m-product-average-rating__num-rating{font-family:montserrat-medium;font-size:1.5em;line-height:1.16667em;color:var(--color--gray-100);text-transform:uppercase;display:flex;align-items:center;}.m-product-average-rating__num-rating--bold{font-family:montserrat-extrabold;font-size:70px;line-height:70px;color:var(--color--gray-100);text-transform:none;margin-right:14px;}.m-product-average-rating__star-rating{margin-bottom:19.5px;}.m-product-average-rating__review-count{font-size:1em;line-height:1.25em;font-family:montserrat-medium;letter-spacing:1px;color:var(--color--gray-100);text-transform:uppercase;margin-bottom:30px;}.m-product-average-rating__modal .m-modal__container{position:relative;max-width:1200px;width:100%;}.m-product-average-rating__modal .m-modal__close{top:30px;right:30px;}@media screen and (max-width: 950px){.m-product-average-rating{padding:30px 0 38px;}.m-product-average-rating__num-rating{font-size:1.25em;line-height:1.2em;margin-bottom:5px;}.m-product-average-rating__num-rating--bold{font-size:50px;line-height:50px;}}@media screen and (max-width: 600px){.m-product-average-rating__num-rating{font-size:1.125em;line-height:1.22222em;}.m-product-average-rating__review-count{font-size:.875em;line-height:1.28571em;margin-bottom:20px;}.m-product-average-rating__modal .m-modal__close{top:20px;right:20px;}}.m-product-card-slider{width:100%;}.m-product-card-slider,.m-product-card-slider .m-product-thumbnail-cards__item,.m-product-card-slider .m-product-thumbnail-card{max-width:444px;}.m-product-card-slider .m-product-thumbnail-cards__list.slick-track{align-items:flex-start !important;}.m-product-card-slider .m-product-thumbnail-cards__item{padding:0 5px;}.m-product-card-slider .m-product-thumbnail-card{padding:28px;flex-direction:row-reverse;justify-content:space-between;}.m-product-card-slider .m-product-thumbnail-card__content{align-items:flex-start;margin-right:10px;}.m-product-card-slider .m-product-thumbnail-card__label-wrapper{display:none;}.m-product-card-slider .m-product-thumbnail-card__flag{top:0;font-size:12px;line-height:14px;}.m-product-card-slider .m-product-thumbnail-card__marketing-notice{font-size:12px;line-height:14px;text-align:left;}.m-product-card-slider .m-product-thumbnail-card__heading-link{font-size:14px;line-height:18px;text-align:left;padding:0;}.m-product-card-slider .m-product-thumbnail-card__image-link{width:112px;height:112px;margin-bottom:0;}.m-product-card-slider .m-product-thumbnail-card__image-link img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;}.m-product-card-slider .m-product-thumbnail-card__price,.m-product-card-slider .m-product-thumbnail-card__swatches,.m-product-card-slider .m-product-thumbnail-card__marketing-notice{margin-right:auto;margin-left:0;}.m-product-card-slider .m-product-thumbnail-card__swatch-button,.m-product-card-slider .m-product-thumbnail-card__button{width:auto;}.m-product-card-slider .m-product-thumbnail-card__swatch-buttons{justify-content:flex-start;}@media screen and (max-width: 600px){.m-product-card-slider .m-product-thumbnail-card{padding:10px;}}.m-product-card{display:flex;justify-content:space-between;align-items:center;gap:10px;width:100%;max-width:450px;padding-left:25px;padding-right:25px;box-sizing:border-box;border:2px solid var(--border--base-color);border-radius:5px;background-color:var(--bg--card-color);}.m-product-card__content{display:flex;flex-direction:column;gap:10px;padding-top:25px;padding-bottom:25px;}.m-product-card__thumbnail{max-width:114px;}.m-product-cards__list{list-style:none;display:flex;flex-direction:column;gap:15px;}.m-product-category-thumbnail-tile{display:flex;align-items:center;justify-content:center;position:relative;max-width:282px;width:100%;padding:30px 20px;box-shadow:0 3px 8px rgba(0,0,0,.15);box-sizing:border-box;border-radius:5px;overflow:hidden;background-color:var(--bg--base-color);}.m-product-category-thumbnail-tile:after{content:"";transition:all .15s ease-in-out;position:absolute;top:0;left:0;width:100%;height:100%;border:4px solid var(--border--bold-color);box-sizing:border-box;border-radius:5px;transform:scale(1.1);}.m-product-category-thumbnail-tile:hover:after{opacity:1;transform:scale(1);}.m-product-category-thumbnail-tile:hover .m-product-category-thumbnail-tile__visual{transform:scale(1.1);}.m-product-category-thumbnail-tile__link{position:absolute;top:0;left:0;width:100%;height:100%;box-sizing:border-box;z-index:3;}.keyboard-in-use .m-product-category-thumbnail-tile__link:focus{border:2px dashed var(--theme--focus-color);}.m-product-category-thumbnail-tile__visual{transition:all .15s ease-in-out;background-position:right center;background-size:cover;position:absolute;top:0;left:0;max-width:105px;width:100%;height:100%;}.m-product-category-thumbnail-tile__text{margin-left:auto;margin-right:auto;font-size:1em;line-height:1.25em;font-family:montserrat-bold;max-width:140px;padding-left:90px;color:var(--text--bold-color);text-transform:uppercase;text-align:center;}@media screen and (max-width: 1200px){.m-product-category-thumbnail-tile__visual{max-width:80px;}.m-product-category-thumbnail-tile__text{padding-left:65px;}}@media screen and (max-width: 768px){.m-product-category-thumbnail-tile__text{font-size:.875em;line-height:1.28571em;}}@media screen and (max-width: 600px){.m-product-category-thumbnail-tile{padding:18px 10px;}.m-product-category-thumbnail-tile:after{transform:scale(1.2);}.m-product-category-thumbnail-tile__visual{max-width:50px;}.m-product-category-thumbnail-tile__text{max-width:200px;}}.m-product-category-thumbnail-tiles__list{display:flex;justify-content:center;align-items:stretch;}.m-product-category-thumbnail-tiles__item{max-width:282px;width:100%;}.m-product-category-thumbnail-tiles__item+.m-product-category-thumbnail-tiles__item{margin-left:24px;}.m-product-category-thumbnail-tiles__product-category-thumbnail-tile{height:100%;width:100%;max-width:unset;}@media screen and (max-width: 1024px){.m-product-category-thumbnail-tiles__list{margin-left:auto;margin-right:auto;flex-wrap:wrap;justify-content:center;max-width:600px;}.m-product-category-thumbnail-tiles__item{min-height:100px;max-width:unset;display:flex;align-items:center;justify-content:center;width:calc(50% - 12px);margin-right:24px;}.m-product-category-thumbnail-tiles__item+.m-product-category-thumbnail-tiles__item{margin-left:0;}.m-product-category-thumbnail-tiles__item:nth-of-type(4){margin-right:24px;}.m-product-category-thumbnail-tiles__item:nth-child(2n){margin-right:0;}.m-product-category-thumbnail-tiles__item:nth-child(2) ~ *{margin-top:24px;}}@media screen and (max-width: 600px){.m-product-category-thumbnail-tiles__list{flex-direction:column;max-width:600px;}.m-product-category-thumbnail-tiles__item{min-height:unset;max-width:unset;width:100%;margin:0 auto !important;}.m-product-category-thumbnail-tiles__item+.m-product-category-thumbnail-tiles__item{margin-top:12px !important;}}.m-product-checkboxes{margin-left:auto;margin-right:auto;max-width:1210px;}.m-product-checkboxes__legend{font-family:montserrat-bold;font-size:2.125em;line-height:1.29412em;text-align:center;text-transform:none;margin-bottom:20px;}.m-product-checkboxes__group{display:flex;flex-wrap:wrap;}.m-product-checkboxes__product-checkbox{width:calc(33.33333% - 14px);margin-right:20px;}.m-product-checkboxes__product-checkbox:nth-child(3n){margin-right:0;}.m-product-checkboxes__product-checkbox:nth-child(3) ~ *{margin-top:28px;}@media screen and (max-width: 1024px){.m-product-checkboxes__legend{font-size:1.875em;line-height:1.13333em;}}@media screen and (max-width: 950px){.m-product-checkboxes__group{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:12px;}.m-product-checkboxes__product-checkbox{width:100%;margin:0 !important;}.m-product-checkboxes__product-checkbox:not(:first-of-type){margin-top:16px !important;}}@media screen and (max-width: 768px){.m-product-checkboxes__group{grid-template-columns:repeat(2,1fr);}}@media screen and (max-width: 600px){.m-product-checkboxes__legend{font-size:1.5em;line-height:1.16667em;margin-bottom:30px;}}.m-product-details-cta-block{transition:all .15s ease-in-out;position:relative;background-color:var(--bg--base-color);max-width:996px;display:flex;align-items:center;justify-content:space-between;padding:60px 62px 140px;box-sizing:border-box;border-radius:5px;overflow:hidden;}.m-product-details-cta-block--loading *{opacity:.4;}.m-product-details-cta-block--loading .m-product-details-cta-block__loader{z-index:5;opacity:1;}.m-product-details-cta-block--loading .m-product-details-cta-block__loader-inner{opacity:1;}.m-product-details-cta-block__loader{position:absolute;top:0;left:0;width:100%;height:100%;transition:all .15s ease-in-out;display:flex;align-items:center;justify-content:center;z-index:-1;opacity:0;}.m-product-details-cta-block__loader-inner{border:8px solid #f3f3f3;border-radius:50%;border-top:8px solid var(--theme--primary-color);width:40px;height:40px;margin-bottom:20px;animation:spin 2s linear infinite;}.m-product-details-cta-block__label{font-size:.75em;line-height:1.33333em;letter-spacing:1px;font-family:montserrat-bold;position:absolute;top:0;left:0;padding:4px 10px 5px;box-sizing:border-box;border-bottom-right-radius:5px;border-top-left-radius:5px;text-align:center;display:flex;align-items:center;text-transform:uppercase;}.m-product-details-cta-block__label svg{margin-right:4px;width:10px;}.m-product-details-cta-block__main{display:flex;flex-direction:column;align-items:flex-start;max-width:460px;width:100%;margin-right:40px;}.m-product-details-cta-block__headline{font-family:montserrat-bold;font-size:1em;line-height:1.5625em;letter-spacing:1px;text-transform:uppercase;color:var(--text--base-color);margin-bottom:10px;}.m-product-details-cta-block__price{font-family:montserrat-bold;font-size:1.375em;line-height:1.18182em;color:var(--text--bold-color);margin-top:20px;}.m-product-details-cta-block__text{font-family:montserrat-medium;font-size:1.125em;line-height:1.55556em;margin-top:20px;color:var(--text--bold-color);}.m-product-details-cta-block__buttons{margin-top:30px;display:flex;}.m-product-details-cta-block__form{margin-top:20px;display:flex;align-items:center;}.m-product-details-cta-block__large-checkbox{padding:0;box-shadow:none;}.m-product-details-cta-block__large-checkbox .a-large-checkbox__label{font-size:1em;line-height:1.25em;letter-spacing:.5px;}.m-product-details-cta-block__large-checkbox .a-large-checkbox__label:before{border-radius:2px;}.m-product-details-cta-block__large-checkbox .a-large-checkbox__label-text{font-family:montserrat-bold;color:#404041;text-transform:uppercase;}.m-product-details-cta-block__mobile-image{display:none;max-width:300px;width:100%;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center;margin:40px 0 20px;}.m-product-details-cta-block__image{max-width:300px;width:100%;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center;}.m-product-details-cta-block__footer{position:absolute;bottom:0;left:0;display:flex;align-items:center;justify-content:center;width:100%;padding:30px;box-sizing:border-box;background-color:var(--color--gray-100);}.m-product-details-cta-block__external-button+.m-product-details-cta-block__wishlist-trigger-button,.m-product-details-cta-block__buy-direct+.m-product-details-cta-block__wishlist-trigger-button,.m-product-details-cta-block__logo-links-dropdown+.m-product-details-cta-block__wishlist-trigger-button{margin-left:20px;}.m-product-details-cta-block__buy-direct.m-product-details-cta-block__buy-direct--hide{display:none;}.m-product-details-cta-block__stock-status{font-family:montserrat-bold;font-size:.875em;line-height:1.28571em;letter-spacing:.5px;color:var(--text--base-color);border:2px solid var(--text--base-color);background-color:var(--color--white);padding:16px 20px;text-transform:uppercase;box-sizing:border-box;height:56px;display:flex;align-items:center;justify-content:center;text-align:center;margin-top:20px;}@media screen and (max-width: 950px){.m-product-details-cta-block{padding-right:40px;padding-left:40px;}.m-product-details-cta-block__main{max-width:600px;margin-right:0;}.m-product-details-cta-block__mobile-image{display:block;}.m-product-details-cta-block__image{display:none;}.m-product-details-cta-block__price{font-size:1.125em;line-height:1.22222em;}.m-product-details-cta-block__text{font-size:1em;line-height:1.25em;}}@media screen and (max-width: 600px){.m-product-details-cta-block{padding-bottom:100px;padding-right:30px;padding-left:30px;}.m-product-details-cta-block__price{font-size:1em;line-height:1.25em;}.m-product-details-cta-block__text{font-size:.875em;line-height:1.28571em;}.m-product-details-cta-block__form{flex-direction:column;align-items:flex-start;}.m-product-details-cta-block__external-button+.m-product-details-cta-block__wishlist-trigger-button,.m-product-details-cta-block__buy-direct+.m-product-details-cta-block__wishlist-trigger-button,.m-product-details-cta-block__logo-links-dropdown+.m-product-details-cta-block__wishlist-trigger-button{margin-top:20px;margin-left:0;}.m-product-details-cta-block__buttons{flex-direction:column;align-items:flex-start;}.m-product-details-cta-block__form,.m-product-details-cta-block__large-checkbox{width:100%;}.m-product-details-cta-block__large-checkbox .a-large-checkbox__label-text{font-size:14px;line-height:18px;}.m-product-details-cta-block__footer{padding:20px;}}@keyframes spin{0%{transform:rotate(0deg);}100%{transform:rotate(360deg);}}.m-product-experience-checkboxes{max-width:996px;width:100%;}.m-product-experience-checkboxes__legend{font-size:1.375em;line-height:1.45455em;font-family:montserrat-medium;margin:0 auto 40px;color:var(--text--bold-color);text-align:center;max-width:600px;width:100%;}.m-product-experience-checkboxes__group{display:flex;flex-wrap:wrap;justify-content:flex-start;}.m-product-experience-checkboxes__product-experience-checkbox{width:calc(33.33333% - 16px);margin-right:24px;}.m-product-experience-checkboxes__product-experience-checkbox:nth-child(3n){margin-right:0;}.m-product-experience-checkboxes__product-experience-checkbox:nth-child(3) ~ *{margin-top:24px;}@media screen and (max-width: 1024px){.m-product-experience-checkboxes__legend{font-size:1.25em;line-height:1.2em;}.m-product-experience-checkboxes__product-experience-checkbox{width:calc(50% - 8px);margin-right:16px;}.m-product-experience-checkboxes__product-experience-checkbox:nth-child(2n){margin-right:0;}.m-product-experience-checkboxes__product-experience-checkbox:nth-child(2) ~ *{margin-top:16px;}.m-product-experience-checkboxes__product-experience-checkbox:nth-of-type(3){margin-right:16px;}}@media screen and (max-width: 950px){.m-product-experience-checkboxes__legend{font-size:1.125em;line-height:1.22222em;}.m-product-experience-checkboxes__group{flex-direction:column;}.m-product-experience-checkboxes__product-experience-checkbox{width:100%;margin:0 !important;}.m-product-experience-checkboxes__product-experience-checkbox:not(:first-of-type){margin-top:16px !important;}}@media screen and (max-width: 600px){.m-product-experience-checkboxes__legend{font-size:1em;line-height:1.25em;margin-bottom:30px;}}.m-product-experience-rating{position:relative;display:flex;align-items:center;justify-content:space-between;padding:5px;background-color:var(--bg--base-color);border-radius:5px;box-sizing:border-box;box-shadow:0 0 5px rgba(0,0,0,.2);max-width:316px;width:100%;}.m-product-experience-rating__icon{height:50px;width:50px;background-color:var(--theme--tertiary-color);border-radius:var(--border--radius);display:flex;align-items:center;justify-content:center;}.m-product-experience-rating__label{font-family:montserrat-semibold;font-size:1em;line-height:1.25em;width:55%;margin:0 auto;text-align:center;color:var(--text--bold-color);padding:0 10px;}.m-product-experience-rating__number-block{height:50px;width:50px;background-color:var(--bg--accent-color);border-radius:var(--border--radius);display:flex;align-items:center;justify-content:center;}.m-product-experience-rating__number{font-family:montserrat-semibold;font-size:1em;line-height:1.25em;color:var(--text--alternate-color);text-align:center;}@media screen and (max-width: 950px){.m-product-experience-rating__label,.m-product-experience-rating__number{font-size:.875em;line-height:1.28571em;}}.m-product-experience-ratings{max-width:1000px;width:100%;}.m-product-experience-ratings__list{display:flex;flex-wrap:wrap;}.m-product-experience-ratings__item{width:calc(33.33333% - 16px);margin-right:24px;}.m-product-experience-ratings__item:nth-child(3n){margin-right:0;}.m-product-experience-ratings__item:nth-child(3) ~ *{margin-top:24px;}@media screen and (max-width: 950px){.m-product-experience-ratings__item{width:calc(50% - 10px);margin-right:20px;}.m-product-experience-ratings__item:nth-child(2n){margin-right:0;}.m-product-experience-ratings__item:nth-child(2) ~ *{margin-top:20px;}.m-product-experience-ratings__item:nth-of-type(3){margin-right:20px;}.m-product-experience-ratings__product-experience-rating{max-width:unset;}}@media screen and (max-width: 600px){.m-product-experience-ratings__item{width:100%;margin-right:0;}.m-product-experience-ratings__item:nth-child(1n){margin-right:0;}.m-product-experience-ratings__item:nth-child(1) ~ *{margin-top:16px;}}.m-product-experience-review-form-block{padding:60px 100px;box-sizing:border-box;}.m-product-experience-review-form-block__heading{margin:0 auto 20px;max-width:408px;width:100%;text-align:center;color:var(--text--bold-color);}.m-product-experience-review-form-block .m-field__input+.error{text-align:left;position:absolute;margin-bottom:0;}.m-product-experience-review-form-block p.error{font-size:.875em;line-height:1.28571em;font-family:montserrat-semibold;margin:0 auto 20px;text-align:center;color:#790000;width:100%;display:block;}.m-product-experience-review-form-block__info{display:flex;justify-content:space-between;max-width:588px;width:100%;margin:30px auto 0;}.m-product-experience-review-form-block__field{width:calc(50% - 12px);}.m-product-experience-review-form-block__field+.m-product-experience-review-form-block__field{margin-left:24px;}.m-product-experience-review-form-block__field input{width:100% !important;}.m-product-experience-review-form-block__button{display:flex;max-width:125px;margin:40px auto 0;}@media screen and (max-width: 1200px){.m-product-experience-review-form-block{padding:40px 60px;}}@media screen and (max-width: 768px){.m-product-experience-review-form-block{padding-right:40px;padding-left:40px;}.m-product-experience-review-form-block__info{flex-direction:column;align-items:center;justify-content:center;width:100%;max-width:unset;}.m-product-experience-review-form-block__field{width:100%;}.m-product-experience-review-form-block__field+.m-product-experience-review-form-block__field{margin-top:24px;margin-left:0;}}@media screen and (max-width: 600px){.m-product-experience-review-form-block{padding:40px 30px 30px;}}.m-product-filters-block{padding:30px;}.m-product-filters-block__selects{margin-top:40px;}.m-product-filters-block__select{flex-direction:column;border:2px solid var(--border--base-color);}.m-product-filters-block__select+.m-product-filters-block__select{margin-top:20px;}.m-product-filters-block__select .a-select__button,.m-product-filters-block__select #product-review-form .gfield--input-type-select .gfield_select,#product-review-form .gfield--input-type-select .m-product-filters-block__select .gfield_select{border-radius:0;}.m-product-filters-block__select .a-select__list{position:relative;}.m-product-filters-block .woocommerce-ordering{margin-top:20px;margin-left:0;max-width:600px;width:100%;}.m-product-filters-block .woocommerce-ordering .orderby{font-size:16px;line-height:20px;color:var(--text--bold-color) !important;padding:14px 28px 14px 20px !important;box-shadow:0 0px 8px rgba(0,0,0,.1);border:2px solid var(--border--base-color);border-radius:0;}.m-product-filters-block__button{margin:30px auto 0;display:flex;align-items:center;justify-content:center;}@media screen and (max-width: 500px){.m-product-filters-block .woocommerce-ordering .orderby{font-size:14px;line-height:18px;}}.m-product-gallery-slider{flex-direction:column;display:flex;align-items:center;max-width:550px;width:100%;}.m-product-gallery-slider__primary-slider{width:100%;box-shadow:0 0 5px rgba(0,0,0,.2);border-radius:5px;background-color:var(--color--white);height:550px;}.m-product-gallery-slider__primary-slider .slick-arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:4;}.m-product-gallery-slider__primary-slider .slick-arrow.slick-prev{left:0;left:-24px;transform:translateY(-50%) rotate(180deg);}.m-product-gallery-slider__primary-slider .slick-arrow.slick-prev:hover{transform:translateY(-50%) rotate(180deg);}.m-product-gallery-slider__primary-slider .slick-arrow.slick-next{right:-24px;transform:translateY(-50%) !important;}.m-product-gallery-slider__primary-slider .slick-list,.m-product-gallery-slider__primary-slider .slick-track{height:100% !important;}.m-product-gallery-slider__primary-item:not(:first-of-type){display:none;}.m-product-gallery-slider__primary-item .a-image__button{width:100%;height:100%;}.m-product-gallery-slider .slick-initialized .m-product-gallery-slider__primary-item,.m-product-gallery-slider .slick-initialized .m-product-gallery-slider__thumbnail-item{display:block;}.m-product-gallery-slider__thumbnail-wrapper{width:100%;padding:10px;box-sizing:border-box;}.m-product-gallery-slider__thumbnail-slider{margin-left:auto;margin-right:auto;display:flex !important;align-items:center;width:100%;max-width:438px;}.m-product-gallery-slider__thumbnail-slider .slick-list{box-sizing:border-box;padding:0 5px;}.m-product-gallery-slider__thumbnail-item{border:4px solid transparent !important;margin:5px;background-color:var(--color--white);border-radius:5px;box-shadow:0 0 5px rgba(0,0,0,.2);box-sizing:border-box;height:100%;}.m-product-gallery-slider__thumbnail-item.slick-current{border-color:var(--theme--primary-color) !important;}.m-product-gallery-slider__thumbnail-item:not(:first-of-type),.m-product-gallery-slider__thumbnail-item:not(:nth-of-type(2)),.m-product-gallery-slider__thumbnail-item:not(:nth-of-type(3)),.m-product-gallery-slider__thumbnail-item:not(:last-of-type){display:none;}.m-product-gallery-slider__primary-image,.m-product-gallery-slider__thumbnail-image{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;}.m-product-gallery-slider__image{height:100%;-o-object-fit:contain;object-fit:contain;}.m-product-gallery-slider .slick-slide{overflow:hidden;border-radius:var(--border--radius);}@media screen and (max-width: 1024px){.m-product-gallery-slider__thumbnail-wrapper{display:none;}}@media screen and (max-width: 600px){.m-product-gallery-slider__primary-slider{height:250px;max-width:300px;box-shadow:none;background-color:transparent;}.m-product-gallery-slider__primary-slider-mobile .a-image{padding:0;}}@media screen and (max-width: 400px){.m-product-gallery-slider__primary-slider{max-width:unset;}}.m-product-image-link{position:relative;box-sizing:border-box;display:flex;justify-content:center;align-items:center;height:184px;}.m-product-image-link:after{content:"";position:absolute;top:0;top:50%;left:0;width:100%;width:100px;height:100%;height:100px;transition:all .15s ease-in-out;margin-left:auto;margin-right:auto;right:0;will-change:transform;background-image:url("https://cdn-ikpfjol.nitrocdn.com/sFJFvEmonhoQYtgfpLbAzAWEPnNuaFLe/assets/images/source/rev-fafaa5e/dartzoneblasters.com/wp-content/themes/dart-zone-platform/assets/images/icons/medium/view-scope-icon-red.svg");background-size:cover;background-position:center;background-repeat:no-repeat;transform:scale(.8) rotate(20deg) translateY(-50%);opacity:0;}.m-product-image-link:hover:after{opacity:1;transform:scale(1) rotate(0deg) translateY(-50%);}.keyboard-in-use .m-product-image-link:focus{outline:2px dashed var(--theme--focus-color) !important;outline-offset:5px;transition:none;}.keyboard-in-use .m-product-image-link:focus:after{opacity:1;transform:scale(1) rotate(0deg) translateY(-50%);}.m-product-image-link__image{transition:all .15s ease-in-out;display:block;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center;max-width:370px;height:100%;}@media screen and (max-width: 600px){.m-product-image-link{min-height:unset;height:125px;}.m-product-image-link__image{max-width:150px;}}.m-product-review-form-block{padding:78px;box-sizing:border-box;max-width:1200px;width:100%;}.m-product-review-form-block__form{margin-left:auto;margin-right:auto;display:flex;flex-direction:column;max-width:588px;width:100%;}.m-product-review-form-block__form .comment-form-comment label{top:22px !important;}.m-product-review-form-block__form .comment-form-comment.m-field--focused label{transform:scale(.8) translateY(-38px) translateX(-24px) !important;}.m-product-review-form-block__form .m-field{position:relative;}.m-product-review-form-block__form .m-field--focused label{background-color:var(--color--gray-200);transform:scale(.8) translateY(-42px) translateX(-20px) !important;}.m-product-review-form-block__form .m-field label{transition:all .15s ease-in-out;font-size:16px !important;line-height:16px !important;position:absolute;top:50%;left:20px;transform:translateY(-50%);padding:1px 4px;box-sizing:border-box;will-change:transform;}.m-product-review-form-block__heading{font-size:2.5em;line-height:1.25em;text-align:center;margin:0 auto 40px;color:var(--text--bold-color);}.m-product-review-form-block .comment-form-rating{display:flex;align-items:center;justify-content:center;flex-direction:column;margin:0 auto 40px;}.m-product-review-form-block .comment-form-rating label{font-size:1.125em;line-height:1.33333em;font-family:montserrat-medium;color:var(--text--bold-color);margin-bottom:20px;text-transform:uppercase;}.m-product-review-form-block .comment-form-rating .stars span{display:flex;}.m-product-review-form-block .comment-form-rating .stars span:hover a:before,.m-product-review-form-block .comment-form-rating .stars.selected span a:before{background:url("https://cdn-ikpfjol.nitrocdn.com/sFJFvEmonhoQYtgfpLbAzAWEPnNuaFLe/assets/images/optimized/rev-fafaa5e/dartzoneblasters.com/wp-content/themes/dart-zone-platform/assets/images/icons/medium/red-star-single-filled.svg") no-repeat;}.m-product-review-form-block .comment-form-rating .stars span:hover a.active ~ a:before,.m-product-review-form-block .comment-form-rating .stars.selected span a.active ~ a:before{background:url("https://cdn-ikpfjol.nitrocdn.com/sFJFvEmonhoQYtgfpLbAzAWEPnNuaFLe/assets/images/optimized/rev-fafaa5e/dartzoneblasters.com/wp-content/themes/dart-zone-platform/assets/images/icons/medium/red-star-single-outline.svg") no-repeat;}.m-product-review-form-block .comment-form-rating a{position:relative;font-size:0;width:40px;height:38px;}.m-product-review-form-block .comment-form-rating a:before{transition:all .15s ease-in-out;height:100%;height:100%;width:100%;width:100%;position:absolute;top:0;left:0;content:"";transition-timing-function:cubic-bezier(.36,.07,.19,.97);background:url("https://cdn-ikpfjol.nitrocdn.com/sFJFvEmonhoQYtgfpLbAzAWEPnNuaFLe/assets/images/optimized/rev-fafaa5e/dartzoneblasters.com/wp-content/themes/dart-zone-platform/assets/images/icons/medium/red-star-single-outline.svg") no-repeat;}.m-product-review-form-block .comment-form-rating a:hover ~ a:before,.m-product-review-form-block .comment-form-rating a .active ~ a:before{background:url("https://cdn-ikpfjol.nitrocdn.com/sFJFvEmonhoQYtgfpLbAzAWEPnNuaFLe/assets/images/optimized/rev-fafaa5e/dartzoneblasters.com/wp-content/themes/dart-zone-platform/assets/images/icons/medium/red-star-single-outline.svg") no-repeat !important;}.keyboard-in-use .m-product-review-form-block .comment-form-rating a:focus{outline:2px dashed var(--theme--focus-color) !important;outline-offset:5px;transition:none;}.m-product-review-form-block .comment-form-rating a+a{margin-left:5px;}.m-product-review-form-block .comment-form-comment{position:relative;margin-bottom:30px;}.m-product-review-form-block .comment-form-comment textarea{font-family:montserrat-semibold;font-size:1em;line-height:1.5625em;color:var(--text--base-color);border:2px solid var(--border--base-color);border-radius:var(--border--radius);width:100%;padding:8px 12px;box-sizing:border-box;}.m-product-review-form-block .comment-form-comment label{font-family:montserrat-semibold;font-size:1em;line-height:1.5625em;position:absolute;top:8px;left:12px;color:var(--text--base-color);}.m-product-review-form-block .comment-form-author,.m-product-review-form-block .comment-form-email{width:47.6%;display:inline-block;position:relative;}.m-product-review-form-block .comment-form-author label,.m-product-review-form-block .comment-form-email label{font-family:montserrat-semibold;font-size:1em;line-height:1.5625em;position:absolute;top:50%;left:16px;color:var(--text--base-color);transform:translateY(-50%);}.m-product-review-form-block .comment-form-author input,.m-product-review-form-block .comment-form-email input{font-family:montserrat-semibold;font-size:1em;line-height:1.5625em;color:var(--text--base-color);width:100%;padding:16px;box-sizing:border-box;box-sizing:border-box;border:2px solid var(--border--base-color);border-radius:var(--border--radius);height:50px;}.m-product-review-form-block .comment-form-email{margin-left:24px;}.m-product-review-form-block .comment-form-cookies-consent,.m-product-review-form-block .comment-reply-title,.m-product-review-form-block .comment-notes{display:none;}.m-product-review-form-block .form-submit{margin-top:40px;display:flex;justify-content:center;align-items:center;}.m-product-review-form-block .form-submit input{padding:14px 27.5px;}@media screen and (max-width: 1024px){.m-product-review-form-block__heading{font-size:1.875em;line-height:1.13333em;}}@media screen and (max-width: 950px){.m-product-review-form-block{padding:40px;}.m-product-review-form-block__heading{margin-bottom:30px;}.m-product-review-form-block__field label{font-size:14px !important;line-height:14px !important;}.m-product-review-form-block__field input{font-size:14px !important;line-height:14px !important;}.m-product-review-form-block__field textarea{font-size:14px !important;line-height:18px !important;}.m-product-review-form-block .comment-form-rating{margin-bottom:30px;}.m-product-review-form-block .comment-form-comment{margin-bottom:20px;}.m-product-review-form-block .comment-form-author,.m-product-review-form-block .comment-form-email{width:100%;display:block;}.m-product-review-form-block .comment-form-email{margin-top:20px;margin-left:0;}}@media screen and (max-width: 600px){.m-product-review-form-block{padding-right:30px;padding-left:30px;}.m-product-review-form-block__heading{font-size:1.375em;line-height:1.18182em;}.m-product-review-form-block .comment-form-rating label{font-size:1em;line-height:1.25em;margin-bottom:10px;}}.m-product-review{max-width:792px;width:100%;}.m-product-review__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px;}.m-product-review__info{display:flex;flex-direction:column;align-items:flex-start;margin-right:40px;}.m-product-review__name{font-family:montserrat-extrabold;font-size:1.125em;line-height:1.22222em;color:var(--text--bold-color);margin-bottom:8px;}.m-product-review__date{font-family:montserrat-medium;font-size:1em;line-height:1.25em;color:var(--text--base-color);}.m-product-review__text{font-family:montserrat-medium;font-size:1.375em;line-height:1.45455em;color:var(--text--base-color);}@media screen and (max-width: 1024px){.m-product-review__name{font-size:1em;line-height:1.25em;}.m-product-review__date{font-size:.875em;line-height:1.28571em;}.m-product-review__text{font-size:1.25em;line-height:1.2em;}}@media screen and (max-width: 768px){.m-product-review__text{font-size:1em;line-height:1.25em;}}.m-product-reviews{max-width:792px;width:100%;}.m-product-reviews__heading{text-align:center;color:var(--text--bold-color);}.m-product-reviews__list{display:flex;flex-direction:column;}.m-product-reviews__item{padding:40px 35px;box-sizing:border-box;border-top:2px solid var(--color--gray-200);}.m-product-reviews__item:last-of-type{border-bottom:2px solid var(--color--gray-200);}.m-product-reviews__footer{display:flex;align-items:center;justify-content:space-between;margin-top:40px;}.m-product-reviews__button{margin-right:20px;}.m-product-reviews__text{font-family:montserrat-bold;font-size:1em;line-height:1.25em;color:var(--text--bold-color);letter-spacing:.5px;text-transform:uppercase;}.m-product-reviews__link{color:var(--link--bold-color);text-decoration:underline;}.m-product-reviews__link:hover{color:var(--link--hover-color);}.keyboard-in-use .m-product-reviews__link:focus{outline:2px dashed var(--theme--focus-color) !important;outline-offset:5px;transition:none;}@media screen and (max-width: 1024px){.m-product-reviews__item{padding:30px 25px;}}@media screen and (max-width: 600px){.m-product-reviews__item{padding:20px 0;}.m-product-reviews__footer{flex-direction:column;margin-top:30px;}.m-product-reviews__button{margin-right:0;margin-bottom:20px;}}.m-product-tab-panel{display:flex;flex-direction:column;padding:30px 0;position:relative;}.m-product-tab-panel__label-wrapper{display:flex;justify-content:flex-end;position:absolute;top:0;right:0;}.m-product-tab-panel__label-wrapper:before{height:0;width:0;content:"";position:absolute;top:0;left:-18px;border-top:28px solid var(--color--gray-400);border-right:18px solid transparent;border-left:18px solid transparent;z-index:0;}.m-product-tab-panel__label{font-family:montserrat-bold;font-size:1em;line-height:1.25em;text-transform:uppercase;color:var(--color--gray-200);background-color:var(--color--gray-400);position:relative;padding:4px 10px;box-sizing:border-box;z-index:2;}.m-product-tab-panel__main{display:flex;align-items:center;justify-content:space-between;margin-bottom:40px;}.m-product-tab-panel__content{display:flex;flex-direction:column;align-items:flex-start;max-width:466px;width:100%;margin-right:40px;}.m-product-tab-panel__kicker{font-size:1em;line-height:1.5625em;letter-spacing:1px;font-family:montserrat-bold;color:var(--color--gray-100);text-transform:uppercase;margin-bottom:10px;}.m-product-tab-panel__heading{color:var(--color--gray-100);text-transform:none;}.m-product-tab-panel__mobile-image{display:none;width:100%;max-width:400px;margin:40px 0 10px;}.m-product-tab-panel__stats{display:flex;flex-direction:column;margin-top:30px;width:100%;}.m-product-tab-panel__stat+.m-product-tab-panel__stat{margin-top:20px;}.m-product-tab-panel__stat .m-stats-meter-graphic__label{color:var(--color--gray-200);}.m-product-tab-panel__stat .m-stats-meter-graphic__meter-empty-graphic{background-image:url("https://cdn-ikpfjol.nitrocdn.com/sFJFvEmonhoQYtgfpLbAzAWEPnNuaFLe/assets/images/optimized/rev-fafaa5e/dartzoneblasters.com/wp-content/themes/dart-zone-platform/assets/images/graphics/meter-empty-graphic-dark.svg") !important;}.m-product-tab-panel__dart-capacity{margin-top:20px;}.m-product-tab-panel__dart-capacity .m-dart-capacity-graphic__label{color:var(--color--gray-200);}.m-product-tab-panel__image-side{display:flex;align-items:center;justify-content:center;max-width:700px;width:100%;}.m-product-tab-panel__image{max-width:430px;width:100%;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center;max-height:252px;}.m-product-tab-panel__buttons{position:relative;display:flex;margin-top:30px;align-items:center;width:100%;}.m-product-tab-panel__stat .m-stats-meter-graphic__meter-empty-graphic.nitro-lazy{background-image:none !important;}.m-product-tab-panel__small-dropdown+.m-product-tab-panel__small-angle-button{margin-left:106px;}.m-product-tab-panel__small-dropdown{position:absolute !important;left:0;}.m-product-tab-panel__small-angle-button .a-small-angle-button__text{color:var(--color--gray-200);}.m-product-tab-panel__small-angle-button:hover .a-small-angle-button__text{color:var(--color--white);}.m-product-tab-panel__small-angle-button:hover .a-small-angle-button__icon{background-color:#a5d6a7;}.m-product-tab-panel__subheader{display:flex;align-items:flex-end;}.m-product-tab-panel__subheading{color:var(--color--gray-100);}.m-product-tab-panel__subtext{font-size:1.125em;line-height:1.22222em;font-family:montserrat-medium;color:var(--color--gray-400);margin-bottom:4px;}.m-product-tab-panel__accessories+.m-product-tab-panel__darts{margin-top:30px;}.m-product-tab-panel__accessories{display:flex;flex-direction:column;padding-top:30px;border-top:2px solid var(--color--gray-400);}.m-product-tab-panel__accessories .m-product-tab-panel__subtext{margin-left:10px;}.m-product-tab-panel__accessory-list{margin-top:15px;display:grid;grid-template-columns:repeat(2,1fr);grid-template-rows:auto;gap:24px;}.m-product-tab-panel__darts{display:flex;align-items:flex-start;justify-content:space-between;padding-top:30px;border-top:2px solid var(--color--gray-400);}.m-product-tab-panel__darts .m-product-tab-panel__subheader{flex-direction:column;align-items:flex-start;margin-right:40px;}.m-product-tab-panel__darts .m-product-tab-panel__subtext{margin-left:0;margin-top:10px;margin-bottom:0;}.m-product-tab-panel__dart-list{max-width:896px;width:100%;display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:auto;gap:16px;}.m-product-tab-panel__dart-item{display:flex;max-width:290px;}.m-product-tab-panel__dart{max-width:unset !important;}.m-product-tab-panel__modal .m-modal__wrapper{max-width:996px;max-height:calc(100vh - 200px);overflow:scroll;}@media screen and (max-width: 1100px){.m-product-tab-panel__image-side{max-width:39%;}}@media screen and (max-width: 950px){.m-product-tab-panel__label-wrapper{right:auto;left:0;}.m-product-tab-panel__label-wrapper:before{left:auto;right:-18px;border-top:26px solid var(--color--gray-400);}.m-product-tab-panel__label{font-size:.875em;line-height:1.28571em;letter-spacing:1px;}.m-product-tab-panel__main{margin-top:40px;}.m-product-tab-panel__content{margin-right:0;max-width:600px;}.m-product-tab-panel__mobile-image{display:flex;}.m-product-tab-panel__image-side{display:none;}.m-product-tab-panel__accessory-list{grid-template-columns:repeat(1,1fr);gap:16px;}.m-product-tab-panel__darts{flex-direction:column;}.m-product-tab-panel__darts .m-product-tab-panel__subheader{margin-right:0;margin-bottom:20px;}.m-product-tab-panel .m-product-tab-panel__subheader{margin-bottom:20px;}.m-product-tab-panel__dart-list{grid-template-columns:repeat(2,1fr);}}@media screen and (max-width: 600px){.m-product-tab-panel__main{margin-top:0;margin-bottom:20px;}.m-product-tab-panel__buttons{flex-direction:column;align-items:flex-start;margin-top:20px;}.m-product-tab-panel__small-dropdown{position:relative !important;margin-left:-5px;}.m-product-tab-panel__small-dropdown+.m-product-tab-panel__small-angle-button{margin-top:10px;margin-left:0 !important;}.m-product-tab-panel__subheader{flex-direction:column;align-items:flex-start;}.m-product-tab-panel__subtext{font-size:.875em;line-height:1.28571em;margin-top:10px;margin-bottom:0;margin-left:0 !important;}.m-product-tab-panel__stats{margin-top:10px;}.m-product-tab-panel__stat .m-stats-meter-graphic__meter-empty-graphic{border-color:var(--color--black);background:var(--color--gray-300) !important;}.m-product-tab-panel__stat .m-stats-meter-graphic__meter-full{border-color:var(--color--black);}.m-product-tab-panel__stat+.m-product-tab-panel__stat{margin-top:10px;}.m-product-tab-panel__dart-capacity{margin-top:10px;}.m-product-tab-panel__dart-list{grid-template-columns:repeat(2,1fr);}.m-product-tab-panel__dart .m-stacked-product-image-label-link__link:after{width:100px;}.m-product-tab-panel__mobile-image{max-width:150px;margin:20px 0;}}.m-product-tabs{display:flex;flex-direction:column;}.m-product-tabs__container{padding:0 60px;box-sizing:border-box;overflow:hidden;}.m-product-tabs__scrollbar{position:relative;height:4px;width:100%;background-color:var(--bg--bold-color);margin-bottom:30px;}.m-product-tabs__scrollbar-progress{position:absolute;height:100%;top:0;left:0;background:var(--theme--primary-color);}.m-product-tabs__tab-list{display:flex;align-items:stretch;flex-wrap:nowrap;justify-content:flex-start;border:2px solid var(--color--gray-400);margin-bottom:29.5px;width:calc(100% - 42px);overflow:scroll;margin-left:60px;box-sizing:border-box;}.m-product-tabs__tab-list::-webkit-scrollbar{height:0;}.m-product-tabs__tab{transition:all .15s ease-in-out;padding:30px 60px;box-sizing:border-box;min-width:282px;background-color:rgba(0,0,0,.2);}.m-product-tabs__tab:not(:first-of-type){border-left:2px solid var(--color--gray-400);}.m-product-tabs__tab:hover{background-color:rgba(0,0,0,.4);}.m-product-tabs__tab:hover .m-product-tabs__tab-image{transform:scale(1.1);}.keyboard-in-use .m-product-tabs__tab:focus{outline:2px dashed var(--theme--focus-color) !important;outline-offset:5px;transition:none;}.m-product-tabs__tab--selected{background-color:var(--bg--bold-color);cursor:default;}.m-product-tabs__tab--selected:hover{background-color:var(--bg--bold-color);}.m-product-tabs__tab--selected:hover .m-product-tabs__tab-image{transform:scale(1);}.m-product-tabs__tab.m-modal-trigger{position:relative;display:flex;justify-content:center;cursor:pointer;}.m-product-tabs__tab.m-modal-trigger .m-modal-trigger__trigger{position:absolute;top:0;left:0;width:100%;height:100%;}.m-product-tabs__tab.m-modal-trigger:hover .m-product-tabs__plus-icon{transform:scale(1.1);}.m-product-tabs__tab.m-modal-trigger:first-of-type{border-left:2px solid var(--color--gray-400);}.m-product-tabs__plus-icon{transition:all .15s ease-in-out;margin-left:auto;margin-right:auto;width:50px;height:50px;background-color:var(--theme--primary-color);display:flex;align-items:center;justify-content:center;border-radius:50%;}.m-product-tabs__plus-icon svg{width:20px;height:20px;}.m-product-tabs__tab-image{transition:all .15s ease-in-out;width:100%;height:80px;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center;}.m-product-tabs__tab-panels{border-top:2px solid var(--color--gray-400);border-bottom:2px solid var(--color--gray-400);}.m-product-tabs__tab-panel-item{display:none;width:100%;}.m-product-tabs__tab-panel-item--active{display:flex;}.m-product-tabs__product-tab-panel{width:100%;}@media screen and (max-width: 950px){.m-product-tabs__container{padding:0 40px;}.m-product-tabs__tab-list{margin-left:40px;width:calc(100% - 24px);}.m-product-tabs__tab{min-width:200px;padding:20px 40px;}.m-product-tabs__tab-image{height:60px;}}@media screen and (max-width: 600px){.m-product-tabs__container{padding:0 20px;}.m-product-tabs__tab-list{margin-left:20px;width:calc(100% - 4px);}.m-product-tabs__tab{min-width:160px;}.m-product-tabs__plus-icon{width:34px;height:34px;}}.m-product-thumbnail-card{display:flex;flex-direction:column;position:relative;max-width:382px;width:100%;background-color:var(--bg--base-color);padding:40px 20px 30px;box-sizing:border-box;border:2px solid var(--border--base-color);border-radius:5px;overflow:hidden;}.m-product-thumbnail-card--sold-out .m-product-thumbnail-card__flag{background-color:var(--bg--alternate-color);color:var(--color--white);}.m-product-thumbnail-card.ajax-loading .m-product-thumbnail-card__link{z-index:-1;}.m-product-thumbnail-card.ajax-loading .m-product-thumbnail-card__loader{display:block;}.m-product-thumbnail-card.ajax-loading .m-product-thumbnail-card__image-wrapper,.m-product-thumbnail-card.ajax-loading .m-product-thumbnail-card__content,.m-product-thumbnail-card.ajax-loading .m-product-thumbnail-card__message{opacity:.6;}.m-product-thumbnail-card.ajax-loading .m-product-thumbnail-card__button{opacity:1 !important;}.m-product-thumbnail-card.ajax-loading .m-product-thumbnail-card__button:after{display:none !important;}.m-product-thumbnail-card.ajax-loading .m-product-thumbnail-card__button.a-social-icon-button:hover{background-color:var(--button--background-color);}.m-product-thumbnail-card.ajax-loading .m-product-thumbnail-card__image-link:hover .m-product-thumbnail-card__image,.m-product-thumbnail-card.ajax-loading .m-product-thumbnail-card__image-link:hover .m-product-thumbnail-card__swatch-image{transform:scale(1);}.m-product-thumbnail-card.ajax-loading .m-product-thumbnail-card__swatch,.m-product-thumbnail-card.ajax-loading .m-product-thumbnail-card__button,.m-product-thumbnail-card.ajax-loading .m-product-thumbnail-card__heading-link,.m-product-thumbnail-card.ajax-loading .m-product-thumbnail-card__image-link,.m-product-thumbnail-card.ajax-loading .m-product-thumbnail-card__link{cursor:default !important;}.m-product-thumbnail-card.ajax-loading .m-product-thumbnail-card__heading-link{color:var(--text--bold-color);}.m-product-thumbnail-card__image-wrapper,.m-product-thumbnail-card__content{transition:all .15s ease-in-out;}.m-product-thumbnail-card--has-simple-button{padding-bottom:12px;}.m-product-thumbnail-card--has-simple-button .m-product-thumbnail-card__image-wrapper{margin-bottom:30px;max-width:100px;width:100%;}.m-product-thumbnail-card--has-simple-button .m-product-thumbnail-card__image-link{margin-bottom:0;}.m-product-thumbnail-card--has-simple-button .m-product-thumbnail-card__swatch-images{justify-content:flex-start;align-items:flex-start;}.m-product-thumbnail-card--has-simple-button .m-product-thumbnail-card__swatch-buttons{position:static;}.m-product-thumbnail-card--has-simple-button .m-product-thumbnail-card__image-link{margin-bottom:0;}.m-product-thumbnail-card--has-simple-button .m-product-thumbnail-card__message{margin:0 0 -10px;text-align:left;}.m-product-thumbnail-card--no-padding{padding:0 10px 30px;}.m-product-thumbnail-card--no-padding .m-product-thumbnail-card__image-link{padding:0;}.m-product-thumbnail-card__link{position:absolute;top:0;left:0;width:100%;height:100%;box-sizing:border-box;z-index:5;}.keyboard-in-use .m-product-thumbnail-card__link:focus{border:2px dashed var(--theme--focus-color);}.m-product-thumbnail-card__label-wrapper{transition:all .15s ease-in-out;margin-left:auto;margin-right:auto;position:absolute;top:0;right:0;left:0;display:flex;justify-content:center;align-items:center;text-align:center;max-width:250px;width:100%;z-index:3;}.m-product-thumbnail-card__label-wrapper:before,.m-product-thumbnail-card__label-wrapper:after{content:"";height:0;width:0;position:absolute;top:0;border-top:28px solid var(--color--gray-200);border-right:12px solid transparent;border-left:12px solid transparent;z-index:-1;}.m-product-thumbnail-card__label-wrapper:before{left:-12px;}.m-product-thumbnail-card__label-wrapper:after{right:-12px;}.m-product-thumbnail-card__label{transition:all .15s ease-in-out;font-family:montserrat-medium;font-size:.875em;line-height:1.28571em;position:relative;height:28px;max-width:250px;width:100%;background-color:var(--color--gray-200);text-transform:uppercase;padding:5px;box-sizing:border-box;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}.m-product-thumbnail-card__flag{font-size:.875em;line-height:1.28571em;font-family:montserrat-bold;position:absolute;top:36px;right:0;text-align:center;background-color:var(--theme--primary-color);text-transform:uppercase;padding:5px 10px;color:var(--color--black);z-index:5;}.m-product-thumbnail-card__image-link{display:flex;align-items:center;justify-content:center;position:relative;width:100%;height:200px;margin-bottom:20px;box-sizing:border-box;z-index:1;}.m-product-thumbnail-card__image-link:hover .m-product-thumbnail-card__image,.m-product-thumbnail-card__image-link:hover .m-product-thumbnail-card__swatch-image{transform:scale(1.1);}.m-product-thumbnail-card__image{font-family:montserrat-semibold;font-size:.875em;line-height:1.28571em;transition:all .15s ease-in-out;max-width:100%;max-height:100%;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center;transition-timing-function:cubic-bezier(.36,.07,.19,.97);will-change:transform;}.m-product-thumbnail-card__content{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;}.m-product-thumbnail-card__price{font-family:montserrat-bold;font-size:14px;line-height:18px;margin:5px auto;color:var(--text--alternate-color);display:block;text-align:center;}.m-product-thumbnail-card__price--sale{color:var(--color--gray-400);text-decoration:line-through;}.m-product-thumbnail-card__price--regular,.m-product-thumbnail-card__price--sale{font-size:14px;line-height:18px;}.m-product-thumbnail-card__price.m-product-thumbnail-card__swatch-price{display:none;}.m-product-thumbnail-card__price.m-product-thumbnail-card__swatch-price--active{display:block;}.m-product-thumbnail-card__heading-link{font-family:montserrat-bold;margin-left:auto;margin-right:auto;position:relative;text-align:center;padding:0 10px;box-sizing:border-box;color:var(--text--bold-color);z-index:2;}.m-product-thumbnail-card__heading-link:hover{color:var(--theme--primary-color);}.keyboard-in-use .m-product-thumbnail-card__heading-link:focus{outline:2px dashed var(--theme--focus-color) !important;outline-offset:5px;transition:none;}.m-product-thumbnail-card__marketing-notice{font-size:.875em;line-height:1.28571em;font-family:montserrat-bold;color:var(--text--alternate-color);text-transform:uppercase;margin:10px auto 0;text-align:center;}.m-product-thumbnail-card__footer{display:flex;flex-direction:column;justify-content:flex-end;margin-top:30px;width:100%;height:100%;}.m-product-thumbnail-card__button{font-size:.75em;line-height:1.33333em;padding:10px;position:relative;z-index:5;width:100%;text-align:center;align-items:center;justify-content:center;}.m-product-thumbnail-card__swatch-images{display:flex;align-items:center;justify-content:center;width:100%;height:100%;}.m-product-thumbnail-card__swatch-image{transition:all .15s ease-in-out;display:none !important;max-width:100%;max-height:100%;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center;transition-timing-function:cubic-bezier(.36,.07,.19,.97);will-change:transform;}.m-product-thumbnail-card__swatch-image--active{display:block !important;}.m-product-thumbnail-card__swatches{display:flex;justify-content:center;margin-top:20px;}.m-product-thumbnail-card__swatch{width:26px;height:26px;border-radius:var(--border--radius);border:2px solid transparent;box-sizing:border-box;cursor:pointer;}.m-product-thumbnail-card__swatch+.m-product-thumbnail-card__swatch{margin-left:5px;}.m-product-thumbnail-card__swatch.m-product-thumbnail-card__swatch--active{border-color:var(--border--alternate-color);}.m-product-thumbnail-card__swatch-buttons{position:relative;z-index:5;display:flex;align-items:center;justify-content:center;}.m-product-thumbnail-card__swatch-button{font-size:.75em;line-height:1.33333em;display:none !important;padding:10px;width:100%;text-align:center;align-items:center;justify-content:center;}.m-product-thumbnail-card__swatch-button.m-product-thumbnail-card__swatch-button--active{display:flex !important;}.m-product-thumbnail-card__swatch-thumbnail-image{display:block;width:100%;height:100%;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center;}.m-product-thumbnail-card .a-social-icon-button{position:absolute;right:20px;bottom:20px;height:24px;width:24px !important;padding:0;display:flex;align-items:center;justify-content:center;}.m-product-thumbnail-card .a-social-icon-button svg{width:10px;height:10px;}.m-product-thumbnail-card__message{font-family:montserrat-bold;font-size:.75em;line-height:1.33333em;transition:all .15s ease-in-out;text-align:center;color:var(--text--base-color);margin:5px auto;display:block;}.m-product-thumbnail-card__cart-link{color:var(--link--bold-color);}.m-product-thumbnail-card__loader{margin-left:auto;margin-right:auto;position:absolute;top:50%;transform:translateY(-50%);right:0;left:0;z-index:5;display:none;}@media screen and (max-width: 950px){.m-product-thumbnail-card__image-link{height:180px;}}@media screen and (max-width: 600px){.m-product-thumbnail-card{padding:48px 20px 45px;}.m-product-thumbnail-card--no-padding{padding:0 20px 45px;}.m-product-thumbnail-card__image-link{height:150px;align-items:flex-start;}.m-product-thumbnail-card__label{font-size:12px;height:auto;width:100%;}.m-product-thumbnail-card__label:before,.m-product-thumbnail-card__label:after{display:none;}.m-product-thumbnail-card__flag{font-size:.75em;line-height:1em;top:25px;}}@media screen and (max-width: 500px){.m-product-thumbnail-card{padding:30px 10px 10px;}.m-product-thumbnail-card--no-padding{padding:0 10px 10px;}.m-product-thumbnail-card__label-wrapper{max-width:unset;background-color:var(--color--gray-200);}.m-product-thumbnail-card__label-wrapper:before,.m-product-thumbnail-card__label-wrapper:after{display:none;}.m-product-thumbnail-card__heading-link{font-size:.875em;line-height:1.28571em;padding:0;}}.m-product-thumbnail-cards__header{margin-bottom:10px;display:flex;align-items:center;justify-content:space-between;}.m-product-thumbnail-cards__heading{font-family:montserrat-bold;font-size:1em;line-height:1.5625em;letter-spacing:.1em;text-transform:uppercase;color:var(--text--base-color);}.m-product-thumbnail-cards__item{align-items:stretch;height:auto !important;}.m-product-thumbnail-cards__item+.m-small-product-tile-slider__item{margin-left:5px;}.m-product-thumbnail-cards__item:not(:first-of-type){display:none;}.m-product-thumbnail-cards__list.slick-initialized .m-small-product-tile-slider__item{display:flex !important;}.m-product-thumbnail-cards__list .slick-track{display:flex;align-items:stretch;}.m-product-thumbnail-cards__tile{width:100%;}.m-product-thumbnail-cards__arrows-navigation{padding-left:20px;display:flex;align-items:center;}.m-product-thumbnail-cards__arrows-navigation .slick-arrow{width:18px;height:18px;right:-1px;transform:none;opacity:1 !important;}.m-product-thumbnail-cards__arrows-navigation .slick-arrow.slick-prev{transform:none;}.m-product-thumbnail-cards__arrows-navigation .slick-arrow.slick-prev:after{transform:rotate(180deg) translateY(50%);}.m-product-thumbnail-cards__arrows-navigation .slick-arrow:hover:after{transform:translateY(-50%) translateX(0);}.m-product-thumbnail-cards__arrows-navigation .slick-arrow:before{display:none;}.m-product-thumbnail-cards__arrows-navigation .slick-arrow:after{width:5px;}.m-product-thumbnail-cards__arrows-navigation .slick-arrow+.slick-arrow{margin-left:10px;}.m-product-thumbnail-cards__list{display:flex;justify-content:center;width:100%;}.m-product-thumbnail-cards__list.slick-slider .slick-track{padding:20px 0;display:flex !important;align-items:stretch !important;}.m-product-thumbnail-cards__item{display:flex;flex-direction:column;align-items:stretch;width:100%;max-width:382px;}.m-product-thumbnail-cards__item.slick-slide{height:auto;}.m-product-thumbnail-cards__product-thumbnail-card{height:100%;}@media screen and (max-width: 600px){.m-product-thumbnail-cards__heading{font-size:.875em;line-height:1.28571em;}.m-product-thumbnail-cards__item{height:100% !important;}.m-product-thumbnail-cards__item:not(:first-of-type){display:block !important;}}.m-product-thumbnail{position:relative;display:inline-block;width:100%;overflow:hidden;}.m-product-thumbnail__thumbnail{width:100%;padding-top:100%;position:relative;}.m-product-thumbnail__image{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center;}.m-product-thumbnail__cta{transition:all .15s ease-in-out;position:absolute;top:50%;left:50%;opacity:0;transform:scale(.6) rotate(20deg) translate(0,-50%);transform-origin:center;will-change:transform;}.m-product-thumbnail:is(a,button){position:relative;}.m-product-thumbnail:is(a,button):hover .m-product-thumbnail__cta{opacity:1;transform:scale(1) rotate(0deg) translate(-50%,-50%);}.m-product-variation-buttons__list{display:flex;flex-wrap:wrap;justify-content:center;}.m-product-variation-buttons__item{width:calc(33.33333% - 16px);margin-right:24px;}.m-product-variation-buttons__item:nth-child(3n){margin-right:0;}.m-product-variation-buttons__item:nth-child(3) ~ *{margin-top:24px;}@media screen and (max-width: 768px){.m-product-variation-buttons__list{align-items:center;}.m-product-variation-buttons__item{width:100%;margin-right:0;display:flex;align-items:center;justify-content:center;}.m-product-variation-buttons__item:nth-child(1n){margin-right:0;}.m-product-variation-buttons__item:nth-child(1) ~ *{margin-top:16px;}}.m-progress-bar{display:flex;flex-direction:column;gap:12px;}.m-progress-bar__bar{position:relative;z-index:1;width:100%;height:20px;box-sizing:border-box;border:2px solid var(--border--base-color);border-radius:var(--border--radius);box-shadow:inset -3px 3px 4px var(--border--base-color);background-color:var(--color--white);}.m-progress-bar__progress{position:absolute;top:0;left:0;min-width:5px;height:100%;background:#8bc53f;background:linear-gradient(90deg,#8bc53f 0%,#88af17 100%);}.m-progress-bar__labels{display:flex;justify-content:space-between;gap:20px;}.m-progress-bar__label{font-family:montserrat-bold;font-size:1em;line-height:1.25em;display:inline-flex;align-items:center;gap:10px;color:var(--color--black);}.m-progress-bar__label--end{text-align:right;}@media screen and (max-width: 600px){.m-progress-bar__label{font-size:.875em;line-height:1.28571em;}}.m-progress-bar--large .m-progress-bar__bar{height:30px;}.m-progress-bar--large .m-progress-bar__label{font-size:1.125em;line-height:1.33333em;}@media screen and (max-width: 768px){.m-progress-bar--large .m-progress-bar__label{font-size:1em;line-height:1.25em;}}@media screen and (max-width: 600px){.m-progress-bar--large .m-progress-bar__label{font-size:.875em;line-height:1.28571em;}}.m-radio-buttons__legend{font-family:montserrat-bold;font-size:2.125em;line-height:1.29412em;text-align:center;text-transform:none;margin-bottom:40px;}.m-radio-buttons__group{display:flex;justify-content:space-between;flex-wrap:wrap;}.m-radio-buttons__button{width:calc(50% - 12px);margin-right:24px;}.m-radio-buttons__button:nth-child(2n){margin-right:0;}.m-radio-buttons__button:nth-child(2) ~ *{margin-top:24px;}@media screen and (max-width: 1024px){.m-radio-buttons__legend{font-size:1.125em;}.m-radio-buttons__group{padding:30px;}}@media screen and (max-width: 768px){.m-radio-buttons__legend{font-size:1em;}.m-radio-buttons__group{padding:30px;}}@media screen and (max-width: 600px){.m-radio-buttons__group{flex-direction:column;}.m-radio-buttons__button+.m-radio-buttons__button{margin-top:8px;}.m-radio-buttons__legend{font-size:1.25em;line-height:1.5em;}}.m-slider-navigation{position:relative;display:flex;align-items:center;justify-content:flex-start;gap:30px;}@media screen and (max-width: 600px){.m-slider-navigation{justify-content:center;}}.m-slider-navigation__pagination{font-size:1em;line-height:1.125em;font-family:montserrat-regular;color:var(--text--base-color);}.m-slider-navigation__arrow:disabled{display:inline-block !important;visibility:hidden;}@media screen and (max-width: 600px){.m-slider-navigation{gap:20px;}.m-slider-navigation__pagination{font-size:.875em;line-height:1.28571em;}}.m-small-content-block-tabs{width:358px;border-radius:5px;background-color:var(--bg--base-color);box-shadow:0 0 10px rgba(0,0,0,.2);overflow:hidden;}.m-small-content-block-tabs__header{width:100%;background-color:var(--bg--bold-color);display:flex;justify-content:space-between;padding:0 20px;box-sizing:border-box;}.m-small-content-block-tabs__label{font-family:montserrat-bold;font-size:1em;line-height:1.25em;letter-spacing:.5px;color:var(--color--gray-100);text-transform:uppercase;padding:15px 0;}.m-small-content-block-tabs__tab-items{display:flex;align-items:stretch;}.m-small-content-block-tabs__tab-item{font-size:.875em;line-height:1.28571em;font-family:montserrat-bold;color:var(--color--gray-400);letter-spacing:.5px;text-transform:uppercase;border-top:5px solid transparent;border-bottom:5px solid transparent;box-sizing:border-box;padding:0 2px;}.m-small-content-block-tabs__tab-item:hover{color:var(--color--gray-200);}.m-small-content-block-tabs__tab-item--active{color:var(--color--gray-200);border-top-color:var(--theme--primary-color);border-bottom-color:var(--theme--primary-color);}.m-small-content-block-tabs__tab-item+.m-small-content-block-tabs__tab-item{margin-left:15px;}.keyboard-in-use .m-small-content-block-tabs__tab-item:focus{outline:2px dashed var(--theme--focus-color) !important;outline-offset:5px;transition:none;}.m-small-content-block-tabs__main{flex-direction:column;align-items:flex-start;padding:30px;box-sizing:border-box;display:none;background-color:var(--bg--base-color);}.m-small-content-block-tabs__main--active{display:flex;}.m-small-content-block-tabs__kicker{font-family:montserrat-medium;font-size:1.125em;line-height:1.55556em;color:var(--text--base-color);margin-bottom:10px;text-transform:uppercase;}.m-small-content-block-tabs__heading{font-family:montserrat-bold;font-size:1.375em;line-height:1.27273em;color:var(--text--bold-color);}.m-small-content-block-tabs__description{font-family:montserrat-semibold;font-size:1em;line-height:1.75em;color:var(--text--base-color);margin-top:10px;}.m-small-content-block-tabs__small-arrow-button{margin-top:20px;}@media screen and (max-width: 950px){.m-small-content-block-tabs__kicker{font-size:1em;line-height:1.25em;margin-bottom:6px;}.m-small-content-block-tabs__heading{font-size:1.25em;line-height:1.2em;}.m-small-content-block-tabs__label,.m-small-content-block-tabs__description{font-size:.875em;line-height:1.28571em;}.m-small-content-block-tabs__description{margin-top:6px;}}@media screen and (max-width: 600px){.m-small-content-block-tabs__header{padding:0 10px;}.m-small-content-block-tabs__main{padding:10px;}.m-small-content-block-tabs__label,.m-small-content-block-tabs__tab-item{font-size:.75em;line-height:1.16667em;}.m-small-content-block-tabs__tab-item+.m-small-content-block-tabs__tab-item{margin-left:5px;}.m-small-content-block-tabs__kicker,.m-small-content-block-tabs__heading{font-size:.875em;line-height:1.28571em;}.m-small-content-block-tabs__kicker{margin-bottom:4px;}.m-small-content-block-tabs__description{margin-top:4px;}.m-small-content-block-tabs__small-arrow-button{font-size:.875em;line-height:1.28571em;}}.m-small-content-block{width:358px;border-radius:5px;box-shadow:0 0 10px rgba(0,0,0,.2);overflow:hidden;background-color:var(--bg--base-color);}.m-small-content-block__header{width:100%;background-color:var(--bg--bold-color);}.m-small-content-block__label{font-family:montserrat-bold;font-size:1em;line-height:1.25em;letter-spacing:.5px;color:var(--color--gray-100);text-transform:uppercase;padding:15px 20px;}.m-small-content-block__main{display:flex;flex-direction:column;align-items:flex-start;padding:30px;box-sizing:border-box;background-color:var(--bg--base-color);}.m-small-content-block__kicker{font-family:montserrat-medium;font-size:1.125em;line-height:1.55556em;color:var(--text--base-color);margin-bottom:10px;text-transform:uppercase;}.m-small-content-block__heading{font-family:montserrat-bold;font-size:1.375em;line-height:1.27273em;color:var(--text--bold-color);}.m-small-content-block__description{font-family:montserrat-semibold;font-size:1em;line-height:1.75em;color:var(--text--base-color);margin-top:10px;}.m-small-content-block__small-arrow-button{margin-top:20px;}@media screen and (max-width: 950px){.m-small-content-block__kicker{font-size:1em;line-height:1.25em;margin-bottom:6px;}.m-small-content-block__heading{font-size:1.25em;line-height:1.2em;}.m-small-content-block__label,.m-small-content-block__description{font-size:.875em;line-height:1.28571em;}.m-small-content-block__descriptoin{margin-top:6px;}}@media screen and (max-width: 600px){.m-small-content-block__main{padding:20px;}.m-small-content-block__kicker,.m-small-content-block__heading{font-size:.875em;line-height:1.28571em;}.m-small-content-block__kicker{margin-bottom:4px;}.m-small-content-block__description{margin-top:4px;}.m-small-content-block__small-arrow-button{font-size:.875em;line-height:1.28571em;}}.m-small-dropdown{position:relative;max-width:212px;box-sizing:border-box;border-top-right-radius:5px;border-top-left-radius:5px;}.m-small-dropdown__button{font-family:montserrat-bold;font-size:1em;line-height:1.25em;display:inline-block;display:flex;width:100%;padding:10px;z-index:2;box-sizing:border-box;overflow:hidden;position:relative;align-items:center;justify-content:flex-start;text-align:left;color:var(--color--gray-200);text-transform:uppercase;}.m-small-dropdown__button svg{margin-left:8px;}.m-small-dropdown__button:hover{color:var(--color--white);}.m-small-dropdown__button:hover svg rect{fill:#a5d6a7;}.keyboard-in-use .m-small-dropdown__button:focus{outline:2px dashed var(--theme--focus-color) !important;outline-offset:5px;transition:none;}.m-small-dropdown__button-text{display:block;}.m-small-dropdown--open{z-index:10 !important;background-color:var(--bg--base-color);box-shadow:0 0 5px rgba(0,0,0,.2);width:100%;}.m-small-dropdown--open .m-small-dropdown__button{color:var(--color--black);}.m-small-dropdown--open .m-small-dropdown__button:after{transform:rotate(180deg) translateY(5px);}.m-small-dropdown--open .m-small-dropdown__content{height:auto;opacity:1;overflow:visible;}.m-small-dropdown--open .m-small-dropdown__list{height:auto;border-bottom-right-radius:5px;border-bottom-left-radius:5px;}.m-small-dropdown__content{margin-left:auto;margin-right:auto;position:absolute;top:100%;left:-50%;right:-50%;height:0;width:100%;opacity:0;background-color:var(--color--white);overflow:hidden;overflow:hidden;box-sizing:border-box;border-bottom-right-radius:5px;border-bottom-left-radius:5px;}.m-small-dropdown__list{z-index:2;height:0;max-height:284px;overflow-y:auto;}.m-small-dropdown__item{list-style-type:none;border-top:2px solid var(--color--gray-200);}.m-small-dropdown__link{font-family:montserrat-medium;font-size:.875em;line-height:1.28571em;margin-left:auto;margin-right:auto;color:var(--text--base-color);position:relative;padding:10px 20px 10px 10px;width:100%;display:flex;align-items:flex-start;box-sizing:border-box;}.m-small-dropdown__link:hover{background-color:var(--bg--accent-color);}.keyboard-in-use .m-small-dropdown__link:focus{outline:2px dashed var(--theme--focus-color) !important;outline-offset:5px;transition:none;}@media screen and (max-width: 600px){.m-small-dropdown__button{font-size:.875em;line-height:1.28571em;}}.m-small-product-tile-slider{max-width:384px;width:100%;}.m-small-product-tile-slider__header{margin-bottom:10px;display:flex;align-items:center;justify-content:space-between;}.m-small-product-tile-slider__heading{font-family:montserrat-bold;font-size:1em;line-height:1.5625em;letter-spacing:.1em;text-transform:uppercase;color:var(--text--base-color);}.m-small-product-tile-slider__item{align-items:stretch;height:auto !important;}.m-small-product-tile-slider__item+.m-small-product-tile-slider__item{margin-left:5px;}.m-small-product-tile-slider__item:not(:first-of-type){display:none;}.m-small-product-tile-slider__list.slick-initialized .m-small-product-tile-slider__item{display:flex !important;}.m-small-product-tile-slider__list .slick-track{display:flex;align-items:stretch;}.m-small-product-tile-slider__tile{width:100%;}.m-small-product-tile-slider__arrows-navigation{padding-left:20px;display:flex;align-items:center;}.m-small-product-tile-slider__arrows-navigation .slick-arrow{width:18px;height:18px;right:-1px;transform:none;}.m-small-product-tile-slider__arrows-navigation .slick-arrow:hover:after{transform:translateY(-50%) translateX(0);}.m-small-product-tile-slider__arrows-navigation .slick-arrow:before{display:none;}.m-small-product-tile-slider__arrows-navigation .slick-arrow:after{width:5px;}.m-small-product-tile-slider__arrows-navigation .slick-arrow+.slick-arrow{margin-left:10px;}@media screen and (max-width: 600px){.m-small-product-tile-slider__heading{font-size:.875em;line-height:1.28571em;}.m-small-product-tile-slider__item{height:100% !important;}}.m-small-product-tile .a-product-block-button{background-color:var(--color--white) !important;border:2px solid var(--border--base-color) !important;height:100%;}.m-small-product-tile .a-product-block-button__text{color:var(--text--bold-color) !important;width:66%;}.m-small-product-tile .a-product-block-button:hover{border-color:var(--border--bold-color) !important;}.m-small-product-tile .a-product-block-button:hover .a-product-block-button__text{color:var(--theme--secondary-color) !important;}@media screen and (max-width: 600px){.m-small-product-tile .a-product-block-button{padding:20px;}.m-small-product-tile .a-product-block-button__image{max-height:80px;}}.m-social-icon-buttons__list{display:flex;align-items:center;justify-content:flex-start;}.m-social-icon-buttons__item+.m-social-icon-buttons__item{margin-left:16px;}@media screen and (max-width: 1024px){.m-social-icon-buttons__list{justify-content:center;}}@media screen and (max-width: 600px){.m-social-icon-buttons__item+.m-social-icon-buttons__item{margin-left:10px;}}.m-stacked-linked-image-text-item{position:relative;display:flex;align-items:center;flex-direction:column;justify-content:center;max-width:176px;width:100%;overflow:hidden;box-sizing:border-box;}.m-stacked-linked-image-text-item:hover .m-stacked-linked-image-text-item__image{border-color:var(--link--hover-color);}.m-stacked-linked-image-text-item:hover .m-stacked-linked-image-text-item__text{color:var(--link--hover-color);}.m-stacked-linked-image-text-item__link{position:absolute;top:0;left:0;width:100%;height:100%;z-index:3;}.keyboard-in-use .m-stacked-linked-image-text-item__link:focus{border:4px solid var(--theme--focus-color);}.m-stacked-linked-image-text-item__image{transition:all .15s ease-in-out;-o-object-fit:cover;object-fit:cover;width:100%;height:176px;border:2px solid transparent;box-sizing:border-box;}.m-stacked-linked-image-text-item__text{transition:all .15s ease-in-out;margin-top:20px;font-weight:600;color:var(--text--base-color);}@media screen and (max-width: 950px){.m-stacked-linked-image-text-item__text{margin-top:10px;}}.m-stacked-product-image-label-link{position:relative;max-width:388px;width:100%;}.m-stacked-product-image-label-link--checkmark .m-stacked-product-image-label-link__link:before{background-image:url("https://cdn-ikpfjol.nitrocdn.com/sFJFvEmonhoQYtgfpLbAzAWEPnNuaFLe/assets/images/optimized/rev-fafaa5e/dartzoneblasters.com/wp-content/themes/dart-zone-platform/assets/images/icons/medium/checkmark-green-icon.svg");}.m-stacked-product-image-label-link--exit .m-stacked-product-image-label-link__link:before{background-image:url("https://cdn-ikpfjol.nitrocdn.com/sFJFvEmonhoQYtgfpLbAzAWEPnNuaFLe/assets/images/optimized/rev-fafaa5e/dartzoneblasters.com/wp-content/themes/dart-zone-platform/assets/images/icons/medium/exit-icon-bg.svg");}.m-stacked-product-image-label-link--sold-out .m-stacked-product-image-label-link__link:after{background-image:url("https://cdn-ikpfjol.nitrocdn.com/sFJFvEmonhoQYtgfpLbAzAWEPnNuaFLe/assets/images/source/rev-fafaa5e/dartzoneblasters.com/wp-content/themes/dart-zone-platform/assets/images/icons/medium/sold-out-icon-red.svg");}.m-stacked-product-image-label-link__image{transition:all .15s ease-in-out;display:block;max-width:100%;max-height:52px;width:auto;-o-object-fit:contain;object-fit:contain;-o-object-position:left;object-position:left;animation-direction:reverse;}.m-stacked-product-image-label-link__image--mobile{display:none;}.m-stacked-product-image-label-link__link{position:relative;padding:25px 0;box-sizing:border-box;display:flex;justify-content:flex-start;align-items:center;z-index:2;}.keyboard-in-use .m-stacked-product-image-label-link__link:focus{outline:2px dashed var(--theme--focus-color) !important;outline-offset:5px;transition:none;}.m-stacked-product-image-label-link__link:before{content:"";height:54px;width:54px;background-size:cover;background-position:50% 50%;background-repeat:no-repeat;position:absolute;top:0;left:16px;z-index:1;}.m-stacked-product-image-label-link__link:after{content:"";background-size:cover;background-position:50% 50%;background-repeat:no-repeat;position:absolute;top:0;top:50%;left:0;width:100%;width:130px;height:100%;height:100%;transition:all .15s ease-in-out;margin-left:auto;margin-right:auto;transition-delay:.15s;transition-timing-function:cubic-bezier(.36,.07,.19,.97);right:0;transform:scale(.8) rotate(20deg) translateY(-50%);transform-origin:center;will-change:transform;background-image:url("https://cdn-ikpfjol.nitrocdn.com/sFJFvEmonhoQYtgfpLbAzAWEPnNuaFLe/assets/images/source/rev-fafaa5e/dartzoneblasters.com/wp-content/themes/dart-zone-platform/assets/images/icons/medium/view-scope-icon-red.svg");opacity:0;}.m-stacked-product-image-label-link__link.on:after{opacity:1;transform:scale(1) rotate(0deg) translateY(-50%);}.m-stacked-product-image-label-link__link.on .m-stacked-product-image-label-link__image{animation:expand-rotate .5s cubic-bezier(.36,.07,.19,.97) forwards;}.m-stacked-product-image-label-link__link.off .m-stacked-product-image-label-link__image{animation:contract-rotate .3s cubic-bezier(.36,.07,.19,.97) forwards;}.m-stacked-product-image-label-link__label{font-family:montserrat-bold;font-size:1.125em;line-height:1.38889em;letter-spacing:1px;color:var(--text--bold-color);text-transform:uppercase;margin-top:-10px;}.m-stacked-product-image-label-link__sublabel{font-family:montserrat-bold;font-size:.875em;line-height:1.28571em;letter-spacing:.5px;text-transform:uppercase;color:var(--color--gray-200);background-color:var(--bg--bold-color);border-radius:var(--border--radius);padding:5px 8px;box-sizing:border-box;display:inline-block;margin-top:10.5px;}.m-stacked-product-image-label-link__flag{font-size:.875em;line-height:1.28571em;margin-top:4px;}@media screen and (max-width: 950px){.m-stacked-product-image-label-link__link:before{height:40px;width:40px;}}@media screen and (max-width: 600px){.m-stacked-product-image-label-link__link{position:absolute;top:0;left:0;width:100%;height:100%;}.m-stacked-product-image-label-link__link:after{top:0;right:auto;width:50px;background-size:contain;background-position:top left;}.m-stacked-product-image-label-link__image{height:30px;width:100%;display:none;}.m-stacked-product-image-label-link__image--mobile{display:block;margin-bottom:4px;}.m-stacked-product-image-label-link__label{font-size:.875em;line-height:1.28571em;margin-top:0;}.m-stacked-product-image-label-link__flag{font-size:.75em;line-height:1.33333em;}}@keyframes expand-rotate{25%{transform:scale(.7);}70%{transform:scale(1.05) rotate(-5deg);}100%{transform:scale(1.05) rotate(-5deg);}}@keyframes contract-rotate{0%{transform:rotate(-5deg);}30%{transform:scale(.6) rotate(-5deg);}75%{transform:scale(1);}}.m-statistics-block{position:relative;display:flex;justify-content:flex-end;padding:50px;max-width:633px;width:100%;height:355px;box-sizing:border-box;overflow:hidden;transform:skew(-10deg);background:var(--bg--primary--gradient--fallback-color);background:var(--bg--primary--gradient--flipped-color);}.m-statistics-block:after{content:url("https://cdn-ikpfjol.nitrocdn.com/sFJFvEmonhoQYtgfpLbAzAWEPnNuaFLe/assets/images/optimized/rev-fafaa5e/dartzoneblasters.com/wp-content/themes/dart-zone-platform/assets/images/graphics/red-columns-graphic.svg");position:absolute;bottom:20px;left:-70px;text-align:center;}.m-statistics-block--one-item .m-statistics-block__list-wrapper{margin-left:auto;margin-right:auto;flex-direction:column;align-items:center;justify-content:center;padding-left:60px;transform:skew(10deg);}.m-statistics-block--one-item .m-statistics-block__list{transform:skew(0deg);}.m-statistics-block--one-item .m-statistics-block__list--center{margin:18px 0;}.m-statistics-block--one-item .m-statistics-block__list--center .m-statistics-block__item{font-size:3.75em;line-height:1.16667em;}.m-statistics-block__list-wrapper{display:flex;}.m-statistics-block__list{position:relative;display:flex;align-items:flex-start;justify-content:center;flex-direction:column;z-index:2;transform:skew(10deg);}.m-statistics-block__list--left .m-statistics-block__item{margin-left:auto;}.m-statistics-block__list--center{margin:0 10px;}.m-statistics-block__list--center .m-statistics-block__item{margin-left:auto;margin-right:auto;font-family:montserrat-medium;font-size:30px;line-height:70px;letter-spacing:0;}.m-statistics-block__list--mobile-items{display:none;}.m-statistics-block__list--mobile-items .m-statistics-block__item{font-size:16px;line-height:20px;height:auto;text-transform:none;}.m-statistics-block__item{font-size:1em;line-height:1.5625em;font-family:montserrat-bold;letter-spacing:1px;display:flex;display:flex;height:37px;align-items:center;justify-content:center;color:var(--color--black);text-transform:uppercase;}.m-statistics-block__item+.m-statistics-block__item{margin-top:20px;}@media screen and (max-width: 1100px){.m-statistics-block--one-item .m-statistics-block__list--center .m-statistics-block__item{font-size:2.5em;line-height:1.25em;}.m-statistics-block__list--center .m-statistics-block__item{font-size:1.5em;line-height:1.16667em;}.m-statistics-block__item{font-size:.875em;line-height:1.42857em;}}@media screen and (max-width: 950px){.m-statistics-block{padding:40px;height:unset;}.m-statistics-block--one-item .m-statistics-block__list-wrapper{padding-left:0;}.m-statistics-block__list-wrapper{margin-left:auto;margin-right:auto;}}@media screen and (max-width: 600px){.m-statistics-block{padding:30px;}.m-statistics-block--one-item .m-statistics-block__list.m-statistics-block__list--mobile-items{transform:skew(10deg);}.m-statistics-block__list-wrapper{display:none;}.m-statistics-block__list{display:none !important;}.m-statistics-block__list.m-statistics-block__list--mobile-items{width:100%;display:flex !important;flex-direction:column;align-items:center;justify-content:center;text-align:center;}}.m-stats-meter-graphic{max-width:410px;width:100%;display:flex;flex-direction:column;}.m-stats-meter-graphic--is-filled .m-stats-meter-graphic__meter-full-graphic{width:105%;}.m-stats-meter-graphic__label{font-size:1em;line-height:1.25em;font-family:montserrat-bold;color:var(--text--base-color);letter-spacing:1px;text-transform:uppercase;margin-bottom:10px;}.m-stats-meter-graphic__meter{position:relative;width:100%;height:22px;overflow:hidden;}.m-stats-meter-graphic__meter-full,.m-stats-meter-graphic__meter-empty{position:absolute;top:0;left:0;overflow:hidden;}.m-stats-meter-graphic__meter-empty{z-index:2;width:100%;}.m-stats-meter-graphic__meter-empty-graphic{background-size:cover;padding-top:22px;}.m-stats-meter-graphic__meter-full{transform:skew(-14deg);}.m-stats-meter-graphic__meter-full-graphic{position:relative;left:-4px;padding-top:20px;transform:skew(-14deg);background-size:cover;}@media screen and (max-width: 600px){.m-stats-meter-graphic{max-width:unset;}.m-stats-meter-graphic__meter-full{transform:none;z-index:30;height:calc(100% - 2px);border:2px solid var(--color--gray-300);box-sizing:border-box;}.m-stats-meter-graphic__meter-full-graphic{transform:none;transform:none;left:0;background-image:none !important;background-color:var(--theme--primary-color);}.m-stats-meter-graphic__meter-full-graphic.nitro-lazy{background-image:none !important;}.m-stats-meter-graphic__meter-empty-graphic{background-image:none !important;border:2px solid var(--color--gray-300);background-color:var(--color--gray-200);padding-top:0;height:20px;box-sizing:border-box;}.m-stats-meter-graphic__meter-empty-graphic.nitro-lazy{background-image:none !important;}.m-stats-meter-graphic__label{font-size:.875em;line-height:1.28571em;margin-bottom:6px;}}.m-tiles--is-grid .m-tiles__list{flex-wrap:wrap;justify-content:center;display:flex;}.m-tiles--is-grid .m-tiles__item{width:33%;padding:0 12px;box-sizing:border-box;}.m-tiles--is-grid .m-tiles__item:nth-child(n+4){margin-top:24px;}.m-tiles__list{display:flex;}.m-tiles__tile{height:100%;}@media screen and (max-width: 950px){.m-tiles--is-grid .m-tiles__item{width:50%;padding:0 10px;}.m-tiles--is-grid .m-tiles__item:nth-child(3),.m-tiles--is-grid .m-tiles__item:nth-child(4n){margin-top:20px;}}@media screen and (max-width: 600px){.m-tiles--is-grid .m-tiles__item{width:100%;padding:0;}.m-tiles--is-grid .m-tiles__item+.m-tiles__item{margin-top:16px !important;}.m-tiles__list{margin-left:auto;margin-right:auto;max-width:300px;}}.m-tooltip{max-width:418px;display:flex;}.m-tooltip--text-block-on-left .m-tooltip__small-content-block,.m-tooltip--text-block-on-left .m-tooltip__small-content-block-tabs{position:relative;left:-418px;}.m-tooltip--text-block-on-left .m-tooltip__trigger{margin-right:0;}.m-tooltip--active{position:relative;z-index:10;}.m-tooltip--active .m-tooltip__small-content-block,.m-tooltip--active .m-tooltip__small-content-block-tabs{display:block;}.m-tooltip--active .m-tooltip__trigger:after{transform:scale(.85);}.m-tooltip--active .m-tooltip__trigger .a-tooltip-trigger__inner{opacity:.6;}.m-tooltip__small-content-block,.m-tooltip__small-content-block-tabs{display:none;}.m-tooltip__trigger{margin-right:20px;margin-top:5px;}.m-video-embed{position:relative;}.m-video-embed--playing{z-index:5;}.m-video-embed--playing .m-video-embed__background,.m-video-embed--playing .m-video-embed__image,.m-video-embed--playing .m-video-embed__button,.m-video-embed--playing .m-video-embed__wrapper{display:none;}.m-video-embed__image{position:absolute;top:0;left:0;width:100%;width:100%;height:100%;background-size:cover;background-position:50% 50%;background-repeat:no-repeat;z-index:1;}.m-video-embed__embed{width:100%;height:100%;}.m-video-embed__button{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;z-index:2;}.m-video-embed__button:hover .m-video-embed__play-button{background-color:var(--button--hover-color);}.m-video-embed__button:hover .m-video-embed__play-button:after{opacity:1;transform:scale(1) rotate(0deg);}.keyboard-in-use .m-video-embed__button:focus{outline:2px dashed var(--theme--focus-color) !important;outline-offset:5px;transition:none;}.m-wide-post-thumbnail-card{transition:all .15s ease-in-out;background-color:var(--bg--base-color);max-width:996px;width:100%;border-radius:5px;display:flex;position:relative;box-sizing:border-box;box-shadow:0 0 5px rgba(0,0,0,.2);}.m-wide-post-thumbnail-card__image{background-size:cover;background-position:50% 50%;background-repeat:no-repeat;height:100%;width:100%;position:absolute;top:0;left:0;max-width:498px;border-top-left-radius:5px;border-bottom-left-radius:5px;z-index:3;}.m-wide-post-thumbnail-card__content{max-width:378px;width:100%;margin-left:498px;padding:60px;display:flex;flex-direction:column;justify-content:flex-start;position:relative;}.m-wide-post-thumbnail-card__label{position:absolute;top:0;left:0;margin-bottom:32px;text-transform:uppercase;padding:5px 10px 5px 5px;}.m-wide-post-thumbnail-card__label:after{content:"";transform:skew(-10deg);background-color:var(--color--gray-200);position:absolute;top:0;left:-5px;height:100%;width:calc(100% + 5px);}.m-wide-post-thumbnail-card__label-text{font-size:.875em;line-height:2em;font-family:montserrat-medium;position:relative;z-index:2;}.m-wide-post-thumbnail-card__heading{font-size:1.375em;line-height:1.27273em;font-family:montserrat-bold;color:var(--text--bold-color);margin-bottom:15px;}.m-wide-post-thumbnail-card__kicker{font-family:montserrat-medium;font-size:1.125em;line-height:1.55556em;color:var(--text--kicker-color);text-transform:uppercase;margin-bottom:10px;}.m-wide-post-thumbnail-card__text{font-size:1.125em;line-height:1.55556em;font-family:montserrat-medium;color:var(--color-black);}.m-wide-post-thumbnail-card__small-angle-button{margin-top:30px;}@media screen and (max-width: 1200px){.m-wide-post-thumbnail-card__image{max-width:350px;}.m-wide-post-thumbnail-card__content{margin-left:350px;max-width:100%;}}@media screen and (max-width: 1024px){.m-wide-post-thumbnail-card__content{padding:60px 40px;}}@media screen and (max-width: 950px){.m-wide-post-thumbnail-card__image{max-width:250px;}.m-wide-post-thumbnail-card__content{margin-left:250px;}.m-wide-post-thumbnail-card__label,.m-wide-post-thumbnail-card__heading{margin-bottom:10px;}.m-wide-post-thumbnail-card__heading{font-size:1.125em;line-height:1.22222em;}.m-wide-post-thumbnail-card__kicker,.m-wide-post-thumbnail-card__text{font-size:1em;line-height:1.25em;}}@media screen and (max-width: 768px){.m-wide-post-thumbnail-card{position:relative;flex-direction:column;}.m-wide-post-thumbnail-card__image{width:100%;padding-top:56.36364%;position:relative;top:auto;left:auto;max-width:unset;margin-bottom:10px;border-top-right-radius:5px;border-bottom-left-radius:0;}.m-wide-post-thumbnail-card__content{margin-left:0;padding:20px;max-width:unset;box-sizing:border-box;position:static;}.m-wide-post-thumbnail-card__label{top:0;left:0;background-color:var(--color--gray-200);z-index:5;box-sizing:border-box;width:100%;text-align:center;border-top-right-radius:5px;border-top-left-radius:5px;}.m-wide-post-thumbnail-card__label:after{display:none;}}@media screen and (max-width: 600px){.m-wide-post-thumbnail-card__heading{font-size:1em;line-height:1.25em;}}.m-wide-product-cta-card{display:flex;align-items:center;justify-content:space-between;position:relative;border-radius:5px;padding:30px;box-sizing:border-box;box-shadow:0 0 5px rgba(0,0,0,.2);max-width:894px;width:100%;}.m-wide-product-cta-card--has-variations .m-wide-product-cta-card__buttons{flex-wrap:wrap;}.m-wide-product-cta-card--has-variations .m-wide-product-cta-card__product-variation-buttons{width:100%;flex-basis:100%;margin-bottom:20px;}.m-wide-product-cta-card__content{display:flex;flex-direction:column;align-items:flex-start;max-width:540px;box-sizing:border-box;width:100%;}.m-wide-product-cta-card__headline{font-size:.875em;line-height:1.28571em;font-family:montserrat-medium;color:#000;margin-bottom:10px;text-transform:uppercase;}.m-wide-product-cta-card__text{font-size:1em;line-height:1.25em;font-family:montserrat-medium;color:#404041;margin-top:10px;}.m-wide-product-cta-card__buttons{display:flex;align-items:center;margin-top:25px;width:100%;}.m-wide-product-cta-card__external-button,.m-wide-product-cta-card__logo-links-dropdown{margin-right:20px;}.m-wide-product-cta-card__button{width:auto;}.m-wide-product-cta-card__button.m-wide-product-cta-card__button--add-to-cart{border:2px solid var(--button--background-color);}.m-wide-product-cta-card__button.m-wide-product-cta-card__button--add-to-cart:hover{border-color:var(--button--hover-color);}.m-wide-product-cta-card__product-variation-button+.m-wide-product-cta-card__product-variation-button{margin-left:12px;}.m-wide-product-cta-card__button+.m-wide-product-cta-card__button{margin-left:20px;}.m-wide-product-cta-card__mobile-image{display:none;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center;margin:30px 0 40px;max-width:250px;height:150px;}.m-wide-product-cta-card__image{width:35%;height:210px;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center;padding-left:20px;box-sizing:border-box;}.m-wide-product-cta-card__stock-status{font-family:montserrat-bold;font-size:.875em;line-height:1.28571em;letter-spacing:.5px;color:var(--text--base-color);border:2px solid var(--text--base-color);background-color:var(--color--white);padding:16px 20px;text-transform:uppercase;margin-right:20px;box-sizing:border-box;height:56px;display:flex;align-items:center;justify-content:center;text-align:center;}.m-wide-product-cta-card__small-dropdown{width:100%;margin-left:10px;}.m-wide-product-cta-card__small-dropdown .m-small-dropdown__button{color:#404041;}.m-wide-product-cta-card__small-dropdown .m-small-dropdown__content{box-shadow:0 0 5px rgba(0,0,0,.2);}.m-wide-product-cta-card__small-dropdown.m-small-dropdown--open:after{content:"";background-color:var(--color--white);position:absolute;width:100%;height:2px;bottom:0;left:0;}.m-wide-product-cta-card__modal-trigger{margin-right:22px;}.m-wide-product-cta-card__dropdown-item{display:none;}.m-wide-product-cta-card__dropdown-item--active{display:block;}@media screen and (max-width: 1200px){.m-wide-product-cta-card{flex-direction:column-reverse;align-items:flex-start;}.m-wide-product-cta-card__image{padding-left:0;margin-bottom:20px;width:50%;}}@media screen and (max-width: 950px){.m-wide-product-cta-card__image{max-width:200px;}.m-wide-product-cta-card__content{margin-left:auto;margin-right:auto;max-width:600px;padding:0;align-items:center;justify-content:center;text-align:center;}.m-wide-product-cta-card__mobile-image{display:flex;}.m-wide-product-cta-card__image{display:none;}.m-wide-product-cta-card__buttons{flex-direction:column;align-items:center;justify-content:center;max-width:200px;width:100%;margin-top:0;}.m-wide-product-cta-card__stock-status{margin-right:0;margin-bottom:12px;width:100% !important;}.m-wide-product-cta-card__button{width:100%;display:flex;align-items:center;justify-content:center;text-align:center;}.m-wide-product-cta-card__external-button{width:100%;display:flex;align-items:center;justify-content:center;}.m-wide-product-cta-card__logo-links-dropdown{max-width:unset;}.m-wide-product-cta-card__external-button,.m-wide-product-cta-card__logo-links-dropdown{margin-right:0;margin-bottom:12px;}.m-wide-product-cta-card__button+.m-wide-product-cta-card__button{margin-top:12px;margin-left:0;}.m-wide-product-cta-card__modal-trigger{margin-right:0;margin-bottom:12px;width:100%;}.m-wide-product-cta-card__modal-trigger .a-button,.m-wide-product-cta-card__modal-trigger .a-input[type="submit"],.m-wide-product-cta-card__modal-trigger .o-product-cart input[type="submit"][type="number"],.o-product-cart .m-wide-product-cta-card__modal-trigger input[type="submit"][type="number"],.m-wide-product-cta-card__modal-trigger .o-product-cart input[type="submit"][type="text"],.o-product-cart .m-wide-product-cta-card__modal-trigger input[type="submit"][type="text"],.m-wide-product-cta-card__modal-trigger .m-logo-links-dropdown__button,.m-wide-product-cta-card__modal-trigger .m-product-review-form-block .form-submit input,.m-product-review-form-block .form-submit .m-wide-product-cta-card__modal-trigger input,.m-wide-product-cta-card__modal-trigger .o-product-description-image-hero .button,.o-product-description-image-hero .m-wide-product-cta-card__modal-trigger .button,.m-wide-product-cta-card__modal-trigger .o-product-gallery-hero .button,.o-product-gallery-hero .m-wide-product-cta-card__modal-trigger .button,.m-wide-product-cta-card__modal-trigger .o-product-specs-comparison .button,.o-product-specs-comparison .m-wide-product-cta-card__modal-trigger .button,.m-wide-product-cta-card__modal-trigger .o-account-dashboard .woocommerce-info a,.o-account-dashboard .woocommerce-info .m-wide-product-cta-card__modal-trigger a,.m-wide-product-cta-card__modal-trigger .o-account-dashboard .u-columns .title a,.o-account-dashboard .u-columns .title .m-wide-product-cta-card__modal-trigger a,.m-wide-product-cta-card__modal-trigger .o-account-dashboard .button,.o-account-dashboard .m-wide-product-cta-card__modal-trigger .button,.m-wide-product-cta-card__modal-trigger .o-cart-checkout .button,.o-cart-checkout .m-wide-product-cta-card__modal-trigger .button,.m-wide-product-cta-card__modal-trigger .o-cart-empty .return-to-shop .button,.o-cart-empty .return-to-shop .m-wide-product-cta-card__modal-trigger .button,.m-wide-product-cta-card__modal-trigger .o-product-cart .button,.o-product-cart .m-wide-product-cta-card__modal-trigger .button,.m-wide-product-cta-card__modal-trigger .o-woocommerce-order-details .order-again .button,.o-woocommerce-order-details .order-again .m-wide-product-cta-card__modal-trigger .button,.m-wide-product-cta-card__modal-trigger .m-gravity-form .gform_page_footer .button,.m-gravity-form .gform_page_footer .m-wide-product-cta-card__modal-trigger .button,.m-wide-product-cta-card__modal-trigger .m-gravity-form .gform_page_footer .a-button,.m-gravity-form .gform_page_footer .m-wide-product-cta-card__modal-trigger .a-button,.m-wide-product-cta-card__modal-trigger .woocommerce-message .button,.woocommerce-message .m-wide-product-cta-card__modal-trigger .button,.m-wide-product-cta-card__modal-trigger .woocommerce .woocommerce-notices-wrapper .woocommerce-message .button,.woocommerce .woocommerce-notices-wrapper .woocommerce-message .m-wide-product-cta-card__modal-trigger .button{width:100%;max-width:unset !important;display:flex;align-items:center;justify-content:center;}.m-wide-product-cta-card__small-dropdown{margin-top:12px;margin-left:0;}}@media screen and (max-width: 768px){.m-wide-product-cta-card__product-variation-add-to-cart-buttons{width:100%;}.m-wide-product-cta-card__product-variation-buttons{flex-direction:column;max-width:200px;width:100%;flex-basis:unset;}.m-wide-product-cta-card__product-variation-buttons .a-product-variation-button{max-width:200px;width:100%;}.m-wide-product-cta-card__product-variation-buttons .a-product-variation-button+.a-product-variation-button{margin-top:16px;margin-left:0;}.m-wide-product-cta-card__small-dropdown{display:flex;align-items:center;justify-content:center;}}@media screen and (max-width: 600px){.m-wide-product-cta-card__mobile-image{height:100px;margin:20px 0;max-width:200px;}}.m-wide-product-cta-cards__list{display:flex;flex-direction:column;}.m-wide-product-cta-cards__item+.m-wide-product-cta-cards__item{margin-top:24px;}.m-wishlist-filters-block{background:#f5f5f5;border-radius:5px;padding:30px 0;box-sizing:border-box;}.m-wishlist-filters-block__heading{font-size:1em;line-height:1.25em;letter-spacing:.5px;font-family:montserrat-bold;position:relative;color:#404041;text-transform:uppercase;padding:0 30px 16px;margin-bottom:20px;box-sizing:border-box;box-sizing:border-box;width:calc(100% - 20px);}.m-wishlist-filters-block__heading:after{content:"";position:absolute;bottom:0;left:0;left:10px;height:2px;width:100%;background-color:#e7e7e7;}.m-wishlist-filters-block__fields{display:flex;flex-direction:column;padding:0 30px;}.m-wishlist-filters-block__select+.m-wishlist-filters-block__select{margin-top:10px;}.m-wishlist-pagination{display:flex;justify-content:center;align-items:center;width:190px;height:68px;padding:10px;background-color:var(--bg--base-color);box-sizing:border-box;box-shadow:0 0 5px rgba(0,0,0,.2);border-radius:34px;}.m-wishlist-pagination__select-wrapper{position:relative;margin:0 10px;background-color:var(--bg--accent-color);border-radius:var(--border--radius);}.m-wishlist-pagination__select-wrapper:after{content:url("https://cdn-ikpfjol.nitrocdn.com/sFJFvEmonhoQYtgfpLbAzAWEPnNuaFLe/assets/images/optimized/rev-fafaa5e/dartzoneblasters.com/wp-content/themes/dart-zone-platform/assets/images/icons/small/down-angle-gray-icon.svg");position:absolute;right:8px;top:50%;transform:translateY(-50%);}.m-wishlist-pagination__select{width:52px;height:48px;background-color:transparent;text-align:center;padding:0 12px;z-index:2;}.m-wishlist-pagination__arrow-button:hover .a-arrow{background-color:var(--button--hover-color);}.keyboard-in-use .m-wishlist-pagination__arrow-button:focus{outline:2px dashed var(--theme--focus-color) !important;outline-offset:5px;transition:none;}.m-wishlist-pagination__arrow-button--disabled .a-arrow{background-color:var(--color--gray-200);}.m-wishlist-pagination__arrow-button--disabled:hover .a-arrow{background-color:var(--color--gray-200) !important;}.m-wishlist-pagination__arrow-button--disabled:hover .a-arrow:before{transform:none !important;opacity:0 !important;}.m-wishlist-pagination__arrow-button--disabled:hover .a-arrow:after{transform:translateY(-50%) !important;}.m-wishlist-pagination__arrow-button--prev:hover .a-arrow:before{transform:scaleX(1.375) translateY(-50%);opacity:1;}.m-wishlist-pagination__arrow-button--prev:hover .a-arrow:after{transform:translateY(-50%) translateX(6px);}.m-wishlist-pagination__arrow-button.m-wishlist-pagination__arrow-button--next:hover .a-arrow:before{transform:scaleX(1.375) translateY(-50%);opacity:1;}.m-wishlist-pagination__arrow-button.m-wishlist-pagination__arrow-button--next:hover .a-arrow:after{transform:translateY(-50%) translateX(6px);}.m-wishlist-pagination .a-arrow{height:48px;width:48px;}.m-wishlist-pagination .a-arrow:before{top:50%;left:12px;width:16px;height:2px;transform-origin:left;background-color:var(--bg--base-color);border-radius:var(--border--radius);opacity:0;}.m-wishlist-pagination .a-arrow:after{margin-left:auto;margin-right:auto;background-image:url("https://cdn-ikpfjol.nitrocdn.com/sFJFvEmonhoQYtgfpLbAzAWEPnNuaFLe/assets/images/optimized/rev-fafaa5e/dartzoneblasters.com/wp-content/themes/dart-zone-platform/assets/images/icons/medium/right-angle-white-icon.svg");background-size:contain;right:0;left:0;width:8px;height:14px;background-repeat:no-repeat;background-position:center;position:absolute;top:50%;transform:translateY(-50%);}@media screen and (max-width: 600px){.m-wishlist-pagination{height:58px;width:174px;}.m-wishlist-pagination .a-arrow{width:40px;height:40px;}.m-wishlist-pagination .a-arrow--right:before{width:12px;}.m-wishlist-pagination .a-arrow--left:before{width:12px;}}.m-wishlist-search-menu{position:relative;display:flex;box-sizing:border-box;}.m-wishlist-search-menu--no-button .m-wishlist-search-menu__filter-bar{width:100%;}.m-wishlist-search-menu__form{position:relative;z-index:1;width:100%;}.m-wishlist-search-menu__filter-bar{width:calc(100% - 218px);padding:0;display:flex;align-items:center;justify-content:space-between;}.m-wishlist-search-menu__filter-bar .m-filter-bar__inner{justify-content:space-between;margin-right:0;}.m-wishlist-search-menu__field{display:flex;align-items:center;padding:8px;background-color:var(--bg--base-color);border:2px solid var(--border--base-color);border-radius:var(--border--radius);box-sizing:border-box;margin-right:10px;max-width:690px;width:100%;}.m-wishlist-search-menu__field .a-input,.m-wishlist-search-menu__field .o-product-cart input[type="number"],.o-product-cart .m-wishlist-search-menu__field input[type="number"],.m-wishlist-search-menu__field .o-product-cart input[type="text"],.o-product-cart .m-wishlist-search-menu__field input[type="text"]{background-color:transparent;border:none;border-radius:0;padding:6px 8px;width:100%;}.m-wishlist-search-menu__select{font-size:14px;line-height:18px;display:flex;background-color:var(--bg--base-color);border:2px solid #e7e7e7;border-radius:var(--border--radius);box-sizing:border-box;max-width:252px;width:100%;height:52px;}.m-wishlist-search-menu__select .a-select__button,.m-wishlist-search-menu__select #product-review-form .gfield--input-type-select .gfield_select,#product-review-form .gfield--input-type-select .m-wishlist-search-menu__select .gfield_select{box-shadow:none;color:#404041;}.m-wishlist-search-menu__share-button{margin-left:10px;}@media screen and (max-width: 950px){.m-wishlist-search-menu{margin-left:auto;margin-right:auto;max-width:600px;width:100%;flex-direction:column;align-items:center;}.m-wishlist-search-menu__filter-bar{width:100%;}.m-wishlist-search-menu__field{margin-right:0;}.m-wishlist-search-menu__input{font-size:14px;line-height:18px;}.m-wishlist-search-menu__field,.m-wishlist-search-menu__input{width:100%;}.m-wishlist-search-menu__select{margin-top:10px;max-width:unset;}.m-wishlist-search-menu__share-button{margin-top:10px;}}.m-wishlist-search-menu__modal .m-modal__wrapper{max-width:792px;width:100%;}@media screen and (max-width: 768px){.m-wishlist-search-menu__form{margin-right:0;margin-bottom:10px;max-width:unset;}.m-wishlist-search-menu__clear-search{margin-left:auto;}.m-wishlist-search-menu__field{padding-right:8px;padding-left:8px;}.m-wishlist-search-menu__input{font-size:14px !important;line-height:18px !important;}}@media screen and (max-width: 600px){.m-wishlist-search-menu__field .a-input,.m-wishlist-search-menu__field .o-product-cart input[type="number"],.o-product-cart .m-wishlist-search-menu__field input[type="number"],.m-wishlist-search-menu__field .o-product-cart input[type="text"],.o-product-cart .m-wishlist-search-menu__field input[type="text"]{padding-top:3px;padding-bottom:3px;}}.m-wysiwyg h1,.o-cart-checkout #tax_exemption_checkbox_div h1{font-family:montserrat-extrabold;font-size:3.125em;line-height:1.2em;margin-bottom:30px;color:var(--text--bold-color);}@media screen and (max-width: 950px){.m-wysiwyg h1,.o-cart-checkout #tax_exemption_checkbox_div h1{font-size:2.25em;line-height:1.22222em;}}@media screen and (max-width: 600px){.m-wysiwyg h1,.o-cart-checkout #tax_exemption_checkbox_div h1{font-size:2em;line-height:1.125em;margin-bottom:14px;}}.m-wysiwyg h2,.o-cart-checkout #tax_exemption_checkbox_div h2{font-family:montserrat-extrabold;font-size:2.75em;line-height:1.22727em;margin-bottom:26px;color:var(--text--bold-color);}@media screen and (max-width: 950px){.m-wysiwyg h2,.o-cart-checkout #tax_exemption_checkbox_div h2{font-size:2.25em;line-height:1.22222em;}}@media screen and (max-width: 600px){.m-wysiwyg h2,.o-cart-checkout #tax_exemption_checkbox_div h2{font-size:2em;line-height:1.125em;margin-bottom:14px;}}.m-wysiwyg h3,.o-cart-checkout #tax_exemption_checkbox_div h3{font-family:montserrat-extrabold;font-size:2.5em;line-height:1.25em;margin-bottom:24px;color:var(--text--bold-color);}@media screen and (max-width: 1024px){.m-wysiwyg h3,.o-cart-checkout #tax_exemption_checkbox_div h3{font-size:1.875em;line-height:1.13333em;}}@media screen and (max-width: 600px){.m-wysiwyg h3,.o-cart-checkout #tax_exemption_checkbox_div h3{font-size:1.375em;line-height:1.18182em;margin-bottom:14px;}}.m-wysiwyg h4,.o-cart-checkout #tax_exemption_checkbox_div h4{font-family:montserrat-extrabold;font-size:2em;line-height:1.25em;margin-bottom:20px;}@media screen and (max-width: 1024px){.m-wysiwyg h4,.o-cart-checkout #tax_exemption_checkbox_div h4{font-size:1.5em;line-height:1.16667em;}}@media screen and (max-width: 768px){.m-wysiwyg h4,.o-cart-checkout #tax_exemption_checkbox_div h4{font-size:1.125em;line-height:1.22222em;}}@media screen and (max-width: 600px){.m-wysiwyg h4,.o-cart-checkout #tax_exemption_checkbox_div h4{margin-bottom:14px;}}.m-wysiwyg h5,.o-cart-checkout #tax_exemption_checkbox_div h5{font-family:montserrat-medium;font-size:1.375em;line-height:1.45455em;text-transform:uppercase;margin-bottom:20px;}@media screen and (max-width: 1024px){.m-wysiwyg h5,.o-cart-checkout #tax_exemption_checkbox_div h5{font-size:1.25em;line-height:1.1em;}}@media screen and (max-width: 768px){.m-wysiwyg h5,.o-cart-checkout #tax_exemption_checkbox_div h5{font-size:1.125em;line-height:1.22222em;}}@media screen and (max-width: 600px){.m-wysiwyg h5,.o-cart-checkout #tax_exemption_checkbox_div h5{margin-bottom:14px;}}.m-wysiwyg h6,.o-cart-checkout #tax_exemption_checkbox_div h6{font-family:montserrat-medium;font-size:1.125em;line-height:1.55556em;text-transform:uppercase;margin-bottom:18px;}@media screen and (max-width: 1024px){.m-wysiwyg h6,.o-cart-checkout #tax_exemption_checkbox_div h6{font-size:1em;line-height:1.25em;}}@media screen and (max-width: 600px){.m-wysiwyg h6,.o-cart-checkout #tax_exemption_checkbox_div h6{margin-bottom:14px;}}.m-wysiwyg a,.o-cart-checkout #tax_exemption_checkbox_div a{color:var(--link--bold-color);}.m-wysiwyg a:hover,.o-cart-checkout #tax_exemption_checkbox_div a:hover{color:var(--link--hover-color);}.keyboard-in-use .m-wysiwyg a:focus,.keyboard-in-use .o-cart-checkout #tax_exemption_checkbox_div a:focus,.o-cart-checkout .keyboard-in-use #tax_exemption_checkbox_div a:focus{outline:2px dashed var(--theme--focus-color) !important;outline-offset:5px;transition:none;}.m-wysiwyg p,.o-cart-checkout #tax_exemption_checkbox_div p{font-family:montserrat-medium;font-size:1.375em;line-height:1.45455em;color:var(--text--bold-color);}.m-wysiwyg p strong,.o-cart-checkout #tax_exemption_checkbox_div p strong{font-family:montserrat-bold;}.m-wysiwyg p+p,.o-cart-checkout #tax_exemption_checkbox_div p+p{margin-top:12px;}.m-wysiwyg p+h1,.o-cart-checkout #tax_exemption_checkbox_div p+h1{margin-top:36px;}.m-wysiwyg p+h2,.o-cart-checkout #tax_exemption_checkbox_div p+h2{margin-top:36px;}.m-wysiwyg p+h3,.o-cart-checkout #tax_exemption_checkbox_div p+h3{margin-top:36px;}.m-wysiwyg p+h4,.o-cart-checkout #tax_exemption_checkbox_div p+h4{margin-top:36px;}.m-wysiwyg p+h5,.o-cart-checkout #tax_exemption_checkbox_div p+h5{margin-top:36px;}.m-wysiwyg p+h6,.o-cart-checkout #tax_exemption_checkbox_div p+h6{margin-top:36px;}@media screen and (max-width: 1024px){.m-wysiwyg p,.o-cart-checkout #tax_exemption_checkbox_div p{font-size:1.25em;line-height:1.2em;}}@media screen and (max-width: 600px){.m-wysiwyg p,.o-cart-checkout #tax_exemption_checkbox_div p{font-size:1em;line-height:1.25em;}.m-wysiwyg p+p,.o-cart-checkout #tax_exemption_checkbox_div p+p{margin-top:12px;}.m-wysiwyg p+h1,.o-cart-checkout #tax_exemption_checkbox_div p+h1{margin-top:26px;}.m-wysiwyg p+h2,.o-cart-checkout #tax_exemption_checkbox_div p+h2{margin-top:26px;}.m-wysiwyg p+h3,.o-cart-checkout #tax_exemption_checkbox_div p+h3{margin-top:26px;}.m-wysiwyg p+h4,.o-cart-checkout #tax_exemption_checkbox_div p+h4{margin-top:26px;}.m-wysiwyg p+h5,.o-cart-checkout #tax_exemption_checkbox_div p+h5{margin-top:26px;}.m-wysiwyg p+h6,.o-cart-checkout #tax_exemption_checkbox_div p+h6{margin-top:26px;}}.m-wysiwyg hr,.o-cart-checkout #tax_exemption_checkbox_div hr{border-top:2px solid var(--color--gray-200);margin:50px 0;}@media screen and (max-width: 600px){.m-wysiwyg hr,.o-cart-checkout #tax_exemption_checkbox_div hr{margin:30px 0;}}.m-wysiwyg ul,.o-cart-checkout #tax_exemption_checkbox_div ul{display:flex;flex-direction:column;align-items:flex-start;margin:24px 0;padding-left:40px;}.m-wysiwyg ul li,.o-cart-checkout #tax_exemption_checkbox_div ul li{font-family:montserrat-medium;font-size:1.375em;line-height:1.45455em;color:var(--text--base-color);position:relative;padding-left:30px;box-sizing:border-box;list-style-type:none;width:100%;}.m-wysiwyg ul li strong,.o-cart-checkout #tax_exemption_checkbox_div ul li strong{font-family:montserrat-bold;}.m-wysiwyg ul li:before,.o-cart-checkout #tax_exemption_checkbox_div ul li:before{content:"";position:absolute;top:12px;left:0;width:15px;height:2px;background-color:var(--theme--primary-color);}.m-wysiwyg ul li+li,.o-cart-checkout #tax_exemption_checkbox_div ul li+li{margin-top:15px;}@media screen and (max-width: 600px){.m-wysiwyg ul,.o-cart-checkout #tax_exemption_checkbox_div ul{padding-left:20px;}.m-wysiwyg ul li,.o-cart-checkout #tax_exemption_checkbox_div ul li{font-size:1em;line-height:1.25em;padding-left:20px;}.m-wysiwyg ul li:before,.o-cart-checkout #tax_exemption_checkbox_div ul li:before{left:0;width:10px;}.m-wysiwyg ul li.m-wysiwyg__icon-list-item svg,.o-cart-checkout #tax_exemption_checkbox_div ul li.m-wysiwyg__icon-list-item svg{top:4px;}.m-wysiwyg ul li.m-wysiwyg__image-list-item,.o-cart-checkout #tax_exemption_checkbox_div ul li.m-wysiwyg__image-list-item{padding-left:0;width:80%;}}.m-wysiwyg ol,.o-cart-checkout #tax_exemption_checkbox_div ol{display:flex;flex-direction:column;align-items:flex-start;margin:24px 0;padding-left:40px;}.m-wysiwyg ol li,.o-cart-checkout #tax_exemption_checkbox_div ol li{font-family:montserrat-medium;font-size:1.375em;line-height:1.45455em;color:var(--text--base-color);position:relative;padding-left:30px;box-sizing:border-box;list-style-type:none;width:100%;}.m-wysiwyg ol li strong,.o-cart-checkout #tax_exemption_checkbox_div ol li strong{font-family:montserrat-bold;}.m-wysiwyg ol li:before,.o-cart-checkout #tax_exemption_checkbox_div ol li:before{content:counter(item) "  ";font-family:montserrat-bold;position:absolute;left:0;font-size:22px;line-height:32px;color:var(--theme--primary-color);counter-increment:item;padding-right:22px;}.m-wysiwyg ol li+li,.o-cart-checkout #tax_exemption_checkbox_div ol li+li{margin-top:12px;}@media screen and (max-width: 600px){.m-wysiwyg ol,.o-cart-checkout #tax_exemption_checkbox_div ol{padding-left:20px;}.m-wysiwyg ol li,.o-cart-checkout #tax_exemption_checkbox_div ol li{font-size:1em;line-height:1.25em;padding-left:20px;}.m-wysiwyg ol li:before,.o-cart-checkout #tax_exemption_checkbox_div ol li:before{font-size:16px;line-height:20px;}}.m-wysiwyg pre,.o-cart-checkout #tax_exemption_checkbox_div pre{margin:12px 0;}.m-wysiwyg img,.o-cart-checkout #tax_exemption_checkbox_div img{max-width:100%;}.m-wysiwyg img.alignnone,.o-cart-checkout #tax_exemption_checkbox_div img.alignnone,.m-wysiwyg img.aligncenter,.o-cart-checkout #tax_exemption_checkbox_div img.aligncenter{height:auto;width:100%;margin:60px 0;max-height:525px;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center;}.m-wysiwyg img.alignleft,.o-cart-checkout #tax_exemption_checkbox_div img.alignleft,.m-wysiwyg img.alignright,.o-cart-checkout #tax_exemption_checkbox_div img.alignright{height:auto;width:486px;}.m-wysiwyg img.alignleft,.o-cart-checkout #tax_exemption_checkbox_div img.alignleft{margin:26px 26px 26px -100px;float:left;}.m-wysiwyg img.alignright,.o-cart-checkout #tax_exemption_checkbox_div img.alignright{margin:26px -100px 26px 26px;float:right;}@media screen and (max-width: 600px){.m-wysiwyg img,.o-cart-checkout #tax_exemption_checkbox_div img{margin:40px auto !important;float:none !important;}}.m-wysiwyg blockquote,.o-cart-checkout #tax_exemption_checkbox_div blockquote{margin:50px 0 50px 65px;padding-left:24px;border-left:10px solid var(--theme--primary-color);max-width:729px;width:100%;box-sizing:border-box;}.m-wysiwyg blockquote h2,.o-cart-checkout #tax_exemption_checkbox_div blockquote h2,.m-wysiwyg blockquote h3,.o-cart-checkout #tax_exemption_checkbox_div blockquote h3,.m-wysiwyg blockquote h4,.o-cart-checkout #tax_exemption_checkbox_div blockquote h4,.m-wysiwyg blockquote h5,.o-cart-checkout #tax_exemption_checkbox_div blockquote h5,.m-wysiwyg blockquote h6,.o-cart-checkout #tax_exemption_checkbox_div blockquote h6,.m-wysiwyg blockquote p,.o-cart-checkout #tax_exemption_checkbox_div blockquote p{font-size:2em;line-height:.875em;font-family:montserrat-bold;color:var(--text--bold-color);}@media screen and (max-width: 1024px){.m-wysiwyg blockquote,.o-cart-checkout #tax_exemption_checkbox_div blockquote{margin:40px 0 40px 55px;}.m-wysiwyg blockquote h2,.o-cart-checkout #tax_exemption_checkbox_div blockquote h2,.m-wysiwyg blockquote h3,.o-cart-checkout #tax_exemption_checkbox_div blockquote h3,.m-wysiwyg blockquote h4,.o-cart-checkout #tax_exemption_checkbox_div blockquote h4,.m-wysiwyg blockquote h5,.o-cart-checkout #tax_exemption_checkbox_div blockquote h5,.m-wysiwyg blockquote h6,.o-cart-checkout #tax_exemption_checkbox_div blockquote h6,.m-wysiwyg blockquote p,.o-cart-checkout #tax_exemption_checkbox_div blockquote p{font-size:1.25em;line-height:1.2em;}}@media screen and (max-width: 950px){.m-wysiwyg blockquote,.o-cart-checkout #tax_exemption_checkbox_div blockquote{margin:30px 0 30px 35px;}.m-wysiwyg blockquote h2,.o-cart-checkout #tax_exemption_checkbox_div blockquote h2,.m-wysiwyg blockquote h3,.o-cart-checkout #tax_exemption_checkbox_div blockquote h3,.m-wysiwyg blockquote h4,.o-cart-checkout #tax_exemption_checkbox_div blockquote h4,.m-wysiwyg blockquote h5,.o-cart-checkout #tax_exemption_checkbox_div blockquote h5,.m-wysiwyg blockquote h6,.o-cart-checkout #tax_exemption_checkbox_div blockquote h6,.m-wysiwyg blockquote p,.o-cart-checkout #tax_exemption_checkbox_div blockquote p{font-size:1.125em;line-height:1.22222em;}}@media screen and (max-width: 600px){.m-wysiwyg blockquote,.o-cart-checkout #tax_exemption_checkbox_div blockquote{margin-left:0px;padding-left:10px;}.m-wysiwyg blockquote h2,.o-cart-checkout #tax_exemption_checkbox_div blockquote h2,.m-wysiwyg blockquote h3,.o-cart-checkout #tax_exemption_checkbox_div blockquote h3,.m-wysiwyg blockquote h4,.o-cart-checkout #tax_exemption_checkbox_div blockquote h4,.m-wysiwyg blockquote h5,.o-cart-checkout #tax_exemption_checkbox_div blockquote h5,.m-wysiwyg blockquote h6,.o-cart-checkout #tax_exemption_checkbox_div blockquote h6,.m-wysiwyg blockquote p,.o-cart-checkout #tax_exemption_checkbox_div blockquote p{font-size:1em;line-height:1.25em;}}.m-wysiwyg table,.o-cart-checkout #tax_exemption_checkbox_div table{font-family:montserrat-medium;color:var(--text--bold-color);margin:30px 0;border-spacing:15px;border-collapse:collapse;}.m-wysiwyg table tr,.o-cart-checkout #tax_exemption_checkbox_div table tr{border:2px solid var(--color--gray-400);}.m-wysiwyg table td,.o-cart-checkout #tax_exemption_checkbox_div table td{border:2px solid var(--color--gray-400);padding:5px;}.m-wysiwyg iframe,.o-cart-checkout #tax_exemption_checkbox_div iframe{margin:60px auto;display:block;max-width:100%;}@media screen and (max-width: 600px){.m-wysiwyg iframe,.o-cart-checkout #tax_exemption_checkbox_div iframe{margin:40px auto;}}.m-wysiwyg__image-list-item{margin-top:10px !important;padding-left:0 !important;}.m-wysiwyg__image-list-item img{margin:0 !important;}.m-wysiwyg__image-list-item:before{display:none;}.m-wysiwyg__icon-list-item{display:flex;position:relative;padding-left:20px !important;}.m-wysiwyg__icon-list-item svg{height:12px;width:12px;position:absolute;top:5px;left:0;}.m-wysiwyg__icon-list-item br{display:none;}.m-wysiwyg__icon-list-item:before{display:none;}.m-wysiwyg .ql-editor,.o-cart-checkout #tax_exemption_checkbox_div .ql-editor{margin-top:20px;}.m-events-search-menu{position:relative;display:flex;justify-content:flex-end;align-items:center;padding:10px;background-color:var(--bg--accent-color);border-radius:5px;box-sizing:border-box;}.m-events-search-menu__form{position:relative;width:100%;z-index:1;}.m-events-search-menu__filter-bar{display:flex;width:100%;padding:0 !important;}.m-events-search-menu__filter-bar .m-filter-bar__inner{justify-content:space-between;margin-right:0;}.m-events-search-menu__field{display:flex;align-items:center;padding:8px;margin-right:auto;margin-right:10px;background-color:var(--bg--base-color);border:2px solid var(--border--base-color);border-radius:var(--border--radius);box-sizing:border-box;width:33%;}.m-events-search-menu__field .a-input,.m-events-search-menu__field .o-product-cart input[type="number"],.o-product-cart .m-events-search-menu__field input[type="number"],.m-events-search-menu__field .o-product-cart input[type="text"],.o-product-cart .m-events-search-menu__field input[type="text"]{background-color:transparent;border:none;border-radius:0;padding:6px 8px;width:100%;}.m-events-search-menu__select{display:flex;background-color:var(--bg--base-color);border:2px solid var(--border--base-color);border-radius:var(--border--radius);box-sizing:border-box;width:33%;}.m-events-search-menu__select .a-select__button,.m-events-search-menu__select #product-review-form .gfield--input-type-select .gfield_select,#product-review-form .gfield--input-type-select .m-events-search-menu__select .gfield_select{box-shadow:none;color:var(--text--base-color);}.m-events-search-menu__select+.m-events-search-menu__select{margin-left:10px;}@media screen and (max-width: 1024px){.m-events-search-menu{padding:10px 12px;}}@media screen and (max-width: 950px){.m-events-search-menu{margin-left:auto;margin-right:auto;flex-direction:column;max-width:600px;}.m-events-search-menu__filter-bar{width:100%;}.m-events-search-menu__field{margin-right:0;margin-bottom:10px;}.m-events-search-menu__field,.m-events-search-menu__input,.m-events-search-menu__select{width:100%;}.m-events-search-menu__select{max-width:unset;box-sizing:border-box;}.m-events-search-menu__select+.m-events-search-menu__select{margin-top:10px;margin-left:0;}}@media screen and (max-width: 768px){.m-events-search-menu__form{margin-right:0;margin-bottom:10px;max-width:unset;}.m-events-search-menu__clear-search{margin-left:auto;}.m-events-search-menu__dropdown{max-width:unset;}.m-events-search-menu__field{padding-right:8px;padding-left:8px;}.m-events-search-menu__input{font-size:14px !important;line-height:18px !important;}}@media screen and (max-width: 600px){.m-events-search-menu__field .a-input,.m-events-search-menu__field .o-product-cart input[type="number"],.o-product-cart .m-events-search-menu__field input[type="number"],.m-events-search-menu__field .o-product-cart input[type="text"],.o-product-cart .m-events-search-menu__field input[type="text"]{padding-top:3px;padding-bottom:3px;}}.m-filter-bar__selects{display:flex;justify-content:flex-start;margin-right:10px;width:100%;}.m-filter-bar__dropdown{max-width:248px;width:100%;}.m-filter-bar__dropdown+.m-filter-bar__dropdown{margin-left:10px;}.m-filter-bar__order-by{margin-left:auto;max-width:268px;width:100%;}.m-filter-bar__order-by .a-select{max-width:unset;background-color:var(--bg--base-color);border-radius:var(--border--radius);border:2px solid var(--border--base-color);}.m-filter-bar__order-by .a-select__button,.m-filter-bar__order-by #product-review-form .gfield--input-type-select .gfield_select,#product-review-form .gfield--input-type-select .m-filter-bar__order-by .gfield_select{font-size:.875em;line-height:1.28571em;color:var(--text--base-color);box-shadow:none;}.m-filter-bar__selects{display:flex;}.m-filter-bar__select{display:flex;background-color:var(--bg--base-color);border:2px solid var(--border--base-color);border-radius:var(--border--radius);box-sizing:border-box;max-width:275px;width:100%;}.m-filter-bar__select .a-select__button,.m-filter-bar__select #product-review-form .gfield--input-type-select .gfield_select,#product-review-form .gfield--input-type-select .m-filter-bar__select .gfield_select{box-shadow:none;color:var(--text--base-color);}.m-filter-bar__select+.m-filter-bar__select{margin-left:10px;}@media screen and (max-width: 1024px){.m-filter-bar .a-select__button,.m-filter-bar #product-review-form .gfield--input-type-select .gfield_select,#product-review-form .gfield--input-type-select .m-filter-bar .gfield_select{font-size:.875em;line-height:1.28571em;padding:14px 28px 14px 14px;}.m-filter-bar .a-select__indicator{right:14px;}}@media screen and (max-width: 950px){.m-filter-bar{flex-direction:column;align-items:center;justify-content:center;}.m-filter-bar__selects{flex-direction:column;align-items:center;justify-content:center;margin-right:0;max-width:600px;width:100%;}.m-filter-bar__select{max-width:unset;}.m-filter-bar__select+.m-filter-bar__select{margin-top:10px;margin-left:0;}}.m-image-caption-items__item{width:calc(33.33333% - 16px);margin-right:24px;}.m-image-caption-items__item:nth-child(3n){margin-right:0;}.m-image-caption-items__item:nth-child(3) ~ *{margin-top:60px;}.m-page-nav__list{display:flex;}.o-post-content .m-wysiwyg ul li,.o-post-content .o-cart-checkout #tax_exemption_checkbox_div ul li,.o-cart-checkout .o-post-content #tax_exemption_checkbox_div ul li,.o-post-content .m-wysiwyg ol li,.o-post-content .o-cart-checkout #tax_exemption_checkbox_div ol li,.o-cart-checkout .o-post-content #tax_exemption_checkbox_div ol li{color:var(--text--bold-color);}.o-404-module{margin:135px auto 55px;position:relative;margin-top:135px;overflow:hidden;height:610px;display:flex;align-items:center;max-width:1680px;}.o-404-module__container{position:relative;display:flex;align-items:center;flex-direction:column;}.o-404-module__container:before,.o-404-module__container:after{margin-left:auto;margin-right:auto;height:480px;width:480px;content:url("https://cdn-ikpfjol.nitrocdn.com/sFJFvEmonhoQYtgfpLbAzAWEPnNuaFLe/assets/images/optimized/rev-fafaa5e/dartzoneblasters.com/wp-content/themes/dart-zone-platform/assets/images/graphics/gray-dart-ball-graphic.svg");position:absolute;}.o-404-module__container:before{bottom:-100px;left:-150px;}.o-404-module__container:after{top:-100px;right:-250px;}.o-404-module__top-text,.o-404-module__bottom-text{font-size:1.375em;line-height:1.27273em;font-family:montserrat-medium;position:relative;color:var(--color--gray-400);text-transform:uppercase;z-index:1;}.o-404-module__top-text{max-width:250px;margin-left:auto;position:absolute;top:10%;left:60%;}.o-404-module__large-callout{font-size:31.25em;font-family:montserrat-extrabold;position:relative;-webkit-text-stroke:2px;text-align:center;color:transparent;-webkit-text-stroke-color:var(--color--white);width:100%;z-index:5;opacity:0;}.o-404-module__large-text{font-family:montserrat-extrabold;font-size:18.75em;color:var(--color--gray-400);position:relative;z-index:10;}.o-404-module__left-side,.o-404-module__right-side{position:absolute;display:flex;max-width:58%;width:100%;height:436px;overflow:hidden;transform:skew(-10deg);}.o-404-module__left-side .o-404-module__large-text,.o-404-module__right-side .o-404-module__large-text{transform:skew(10deg);}.o-404-module__left-side:before,.o-404-module__right-side:before{content:"";position:absolute;width:100%;height:100%;background:#f5f5f5;background:linear-gradient(225deg,#f5f5f5 0%,#e7e7e7 100%);}.o-404-module__left-side{top:0;right:45%;align-items:flex-end;justify-content:flex-end;}.o-404-module__left-side .o-404-module__large-text{animation:moveUp 1s infinite alternate;margin-right:-250px;}.o-404-module__left-side:before{left:0;}.o-404-module__left-side:after{content:url("https://cdn-ikpfjol.nitrocdn.com/sFJFvEmonhoQYtgfpLbAzAWEPnNuaFLe/assets/images/optimized/rev-fafaa5e/dartzoneblasters.com/wp-content/themes/dart-zone-platform/assets/images/graphics/404-left-graphic.svg");position:absolute;top:20px;left:0;}.o-404-module__right-side{left:50%;bottom:60px;z-index:2;align-items:flex-start;max-width:55%;}.o-404-module__right-side .o-404-module__large-text{animation:moveUp 1s infinite alternate;animation-delay:.5s;margin-left:-320px;}.o-404-module__right-side:before{right:0;}.o-404-module__right-side:after{content:url("https://cdn-ikpfjol.nitrocdn.com/sFJFvEmonhoQYtgfpLbAzAWEPnNuaFLe/assets/images/optimized/rev-fafaa5e/dartzoneblasters.com/wp-content/themes/dart-zone-platform/assets/images/graphics/404-right-graphic.svg");position:absolute;right:-100px;bottom:-2px;}.o-404-module__footer{position:relative;margin:0 auto 100px;display:flex;align-items:center;max-width:480px;padding-right:300px;z-index:20;}.o-404-module__bottom-text{margin-right:35px;}.o-404-module__mobile{position:relative;flex-direction:column;align-items:center;justify-content:center;padding:60px 40px;box-sizing:border-box;width:100%;display:none;}.o-404-module__mobile:before{content:"";position:absolute;width:100%;height:100%;background:#f5f5f5;background:linear-gradient(225deg,#f5f5f5 0%,#e7e7e7 100%);transform:skew(-10deg);}.o-404-module__mobile-text{font-size:1.125em;line-height:1.22222em;font-family:montserrat-medium;position:relative;color:var(--color--gray-400);text-transform:uppercase;text-align:center;z-index:1;}.o-404-module__mobile-callout{font-family:montserrat-extrabold;font-size:4.375em;line-height:1em;color:var(--color--gray-400);position:relative;z-index:1;margin:40px 0;}.o-404-module__mobile-button{position:relative;margin-top:30px;z-index:1;}@media screen and (max-width: 1400px){.o-404-module__container{padding:0;}.o-404-module__left-side{left:-108px;max-width:64%;}.o-404-module__left-side .o-404-module__large-text{margin-right:-260px;}.o-404-module__right-side{max-width:62%;}}@media screen and (max-width: 1200px){.o-404-module__left-side .o-404-module__large-text{margin-right:-270px;}}@media screen and (max-width: 1024px){.o-404-module{height:auto;}.o-404-module__container{padding:0 40px;}.o-404-module__container:before,.o-404-module__container:after{display:none;}.o-404-module__top-text,.o-404-module__large-callout,.o-404-module__bottom-text,.o-404-module__left-side,.o-404-module__right-side,.o-404-module__footer{display:none;}.o-404-module__mobile{display:flex;}}@media screen and (max-width: 600px){.o-404-module{margin-top:120px;}.o-404-module__container{padding:0 30px;}.o-404-module__mobile-text{font-size:1em;line-height:1.25em;}.o-404-module__mobile{background:#f5f5f5;background:linear-gradient(225deg,#f5f5f5 0%,#e7e7e7 100%);}.o-404-module__mobile:before{display:none;}}@keyframes moveUp{0%{transform:translateY(0) skew(10deg);}100%{transform:translateY(-15px) skew(10deg) scale(1.05);}}.o-admin-tooltip-field--dragging .m-image-tooltips-module__image{pointer-events:none;user-drag:none;-webkit-user-drag:none;user-select:none;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;}.o-admin-tooltip-field .m-image-tooltips-module__item{display:none;}.o-admin-tooltip-field .m-image-tooltips-module__item[style]{display:block;}.o-aligned-callout-block-content{margin:136px 0 60px;}.o-aligned-callout-block-content__container{display:flex;align-items:center;justify-content:center;position:relative;}.o-aligned-callout-block-content__statistics-block{max-width:632px;width:100%;position:absolute;left:-144px;}.o-aligned-callout-block-content__text{margin-left:44%;max-width:690px;width:100%;color:var(--text--bold-color);}.o-aligned-callout-block-content__text p{font-size:2.125em;line-height:1.29412em;}.o-aligned-callout-block-content__text ul,.o-aligned-callout-block-content__text ol{padding-left:40px;}.o-aligned-callout-block-content__text li{font-size:20px;line-height:24px;}.o-aligned-callout-block-content__text li+li{margin-top:8px;}@media screen and (max-width: 1400px){.o-aligned-callout-block-content__statistics-block{left:-76px;max-width:550px;}}@media screen and (max-width: 1200px){.o-aligned-callout-block-content__text{padding-left:30px;}.o-aligned-callout-block-content__text p{font-size:1.75em;line-height:1.14286em;}.o-aligned-callout-block-content__text ul,.o-aligned-callout-block-content__text ol{padding-left:30px;}.o-aligned-callout-block-content__text li{font-size:18px;line-height:22px;}}@media screen and (max-width: 1100px){.o-aligned-callout-block-content__statistics-block{max-width:500px;}.o-aligned-callout-block-content__text{padding-left:100px;}.o-aligned-callout-block-content__text p{font-size:1.5em;line-height:1.16667em;}.o-aligned-callout-block-content__text li{font-size:18px;line-height:22px;}}@media screen and (max-width: 950px){.o-aligned-callout-block-content{margin-top:70px;}.o-aligned-callout-block-content__container{flex-direction:column;}.o-aligned-callout-block-content__statistics-block{position:relative;left:0;margin-bottom:40px;max-width:714px;}.o-aligned-callout-block-content__text{margin-left:auto;margin-right:auto;padding-left:0;max-width:714px;}}@media screen and (max-width: 768px){.o-aligned-callout-block-content__text p{font-size:1.25em;line-height:1.2em;}.o-aligned-callout-block-content__text ul,.o-aligned-callout-block-content__text ol{padding-left:20px;}.o-aligned-callout-block-content__text li{font-size:16px;line-height:18px;}}@media screen and (max-width: 600px){.o-aligned-callout-block-content{margin-top:50px;}.o-aligned-callout-block-content__text p{font-size:1.125em;line-height:1.22222em;}.o-aligned-callout-block-content__text ul,.o-aligned-callout-block-content__text ol{padding-left:0;}}.o-aligned-content-image-block{margin-top:100px;margin-bottom:100px;overflow:hidden;}@media screen and (max-width: 768px){.o-aligned-content-image-block{margin-top:70px;margin-bottom:70px;}}@media screen and (max-width: 600px){.o-aligned-content-image-block{margin-top:50px;margin-bottom:50px;}}.o-aligned-content-image-block--has-red-bg-color .o-aligned-content-image-block__container:before{background-size:cover;background-position:50% 50%;background-repeat:no-repeat;bottom:0;left:-60px;max-width:518px;height:132px;background-image:url("https://cdn-ikpfjol.nitrocdn.com/sFJFvEmonhoQYtgfpLbAzAWEPnNuaFLe/assets/images/optimized/rev-fafaa5e/dartzoneblasters.com/wp-content/themes/dart-zone-platform/assets/images/graphics/acib-graphic-red.svg");}.o-aligned-content-image-block--has-red-bg-color .o-aligned-content-image-block__container:after{background:var(--bg--primary--gradient--fallback-color);background:var(--bg--primary--gradient--flipped-color);}.o-aligned-content-image-block--has-red-bg-color .o-aligned-content-image-block__heading,.o-aligned-content-image-block--has-red-bg-color .o-aligned-content-image-block__wysiwyg *{color:var(--color--black);}.o-aligned-content-image-block__container{position:relative;display:flex;justify-content:space-between;padding-top:52px;padding-bottom:52px;}.o-aligned-content-image-block__container:before,.o-aligned-content-image-block__container:after{content:"";position:absolute;width:100%;}.o-aligned-content-image-block__container:before{background-size:cover;background-position:50% 50%;background-repeat:no-repeat;bottom:0;left:-60px;max-width:518px;height:132px;background-image:url("https://cdn-ikpfjol.nitrocdn.com/sFJFvEmonhoQYtgfpLbAzAWEPnNuaFLe/assets/images/optimized/rev-fafaa5e/dartzoneblasters.com/wp-content/themes/dart-zone-platform/assets/images/graphics/acib-graphic.svg");}.o-aligned-content-image-block__container:after{height:100%;top:0;right:24%;background:#f5f5f5;background:linear-gradient(225deg,#f5f5f5 0%,#e7e7e7 100%);transform:skew(10deg);z-index:-1;}.o-aligned-content-image-block__content{display:flex;flex-direction:column;align-items:flex-start;max-width:588px;width:100%;padding:30px 0;box-sizing:border-box;}.o-aligned-content-image-block__heading{color:var(--text--bold-color);}.o-aligned-content-image-block__heading+.o-aligned-content-image-block__wysiwyg{margin-top:30px;}.o-aligned-content-image-block__wysiwyg *:first-of-type{margin-top:0;}.o-aligned-content-image-block__wysiwyg ul{padding-left:0;margin-bottom:0;}.o-aligned-content-image-block__wysiwyg ul li{padding-left:24px;}.o-aligned-content-image-block__wysiwyg ul li:before{background:url("https://cdn-ikpfjol.nitrocdn.com/sFJFvEmonhoQYtgfpLbAzAWEPnNuaFLe/assets/images/optimized/rev-fafaa5e/dartzoneblasters.com/wp-content/themes/dart-zone-platform/assets/images/icons/small/checkmark-green-icon-plain.svg");background-size:contain;background-position:center;background-repeat:no-repeat;width:14px;height:12px;}.o-aligned-content-image-block__button{margin-top:40px;}.o-aligned-content-image-block__image{width:54.5%;-o-object-fit:contain;object-fit:contain;-o-object-position:right center;object-position:right center;margin-left:40px;}@media screen and (max-width: 950px){.o-aligned-content-image-block__container{flex-direction:column-reverse;align-items:center;justify-content:center;}.o-aligned-content-image-block__container:after{right:10%;width:110%;}.o-aligned-content-image-block__content{padding:0;}.o-aligned-content-image-block__image{margin:0 auto 40px;max-width:500px;width:100%;}}@media screen and (max-width: 600px){.o-aligned-content-image-block__container:after{width:100%;transform:skew(0deg);right:0;}}.o-aligned-content-visual{margin:62px 0 62px;overflow:hidden;}.o-aligned-content-visual--hide-background-graphic .o-aligned-content-visual__container:after{display:none;}.o-aligned-content-visual--visual-aligned-left .o-aligned-content-visual__container{flex-direction:row-reverse;}.o-aligned-content-visual--visual-aligned-left .o-aligned-content-visual__content{margin-left:80px;margin-right:0;}.o-aligned-content-visual--visual-aligned-left .o-aligned-content-visual__visual{background-position:left;}.o-aligned-content-visual__container{position:relative;display:flex;align-items:center;justify-content:center;max-width:1680px;}.o-aligned-content-visual__container:after{margin-left:auto;margin-right:auto;height:480px;width:480px;content:url("https://cdn-ikpfjol.nitrocdn.com/sFJFvEmonhoQYtgfpLbAzAWEPnNuaFLe/assets/images/optimized/rev-fafaa5e/dartzoneblasters.com/wp-content/themes/dart-zone-platform/assets/images/graphics/gray-dart-ball-graphic.svg");position:absolute;top:0;right:0;left:-15%;}.o-aligned-content-visual__content{position:relative;max-width:588px;width:100%;margin-right:80px;z-index:2;}.o-aligned-content-visual__heading{margin-bottom:30px;color:var(--text--bold-color);}.o-aligned-content-visual__watermark{font-size:6.25em;line-height:1em;-webkit-text-stroke-width:2px;-webkit-text-stroke-color:var(--color--gray-200);margin-right:52px;margin-bottom:-15px;text-align:right;color:transparent;position:relative;z-index:2;max-width:690px;}.o-aligned-content-visual__buttons{display:flex;justify-content:flex-start;align-items:stretch;margin-top:40px;}.o-aligned-content-visual__button+.o-aligned-content-visual__button{margin-left:30px;}.o-aligned-content-visual__visual{position:relative;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center;max-width:586px;width:100%;z-index:2;}@media screen and (max-width: 1680px){.o-aligned-content-visual--visual-aligned-left .o-aligned-content-visual__container{margin-right:auto;margin-left:-50px;}.o-aligned-content-visual__container{margin-right:-50px;}}@media screen and (max-width: 1400px){.o-aligned-content-visual--visual-aligned-left .o-aligned-content-visual__content{margin-right:0;margin-left:60px;}.o-aligned-content-visual__container{justify-content:space-between;}.o-aligned-content-visual__content{margin-right:60px;}}@media screen and (max-width: 1200px){.o-aligned-content-visual__visual{max-width:400px;}}@media screen and (max-width: 1024px){.o-aligned-content-visual--visual-aligned-left .o-aligned-content-visual__content{margin-right:0;margin-left:40px;}.o-aligned-content-visual__content{margin-right:40px;}}@media screen and (max-width: 950px){.o-aligned-content-visual{margin:70px 0;}.o-aligned-content-visual--visual-aligned-left .o-aligned-content-visual__container{margin-left:auto;flex-direction:column-reverse;}.o-aligned-content-visual--visual-aligned-left .o-aligned-content-visual__content{margin-right:0;margin-left:0;}.o-aligned-content-visual__container{margin-right:auto;flex-direction:column-reverse;}.o-aligned-content-visual__container:after{top:10%;}.o-aligned-content-visual__content{margin-right:0;align-items:center;justify-content:center;}.o-aligned-content-visual__buttons{justify-content:center;}.o-aligned-content-visual__visual{margin-bottom:40px;max-height:400px;max-width:unset;}}@media screen and (max-width: 768px){.o-aligned-content-visual__button+.o-aligned-content-visual__button{margin-left:20px;}}@media screen and (max-width: 600px){.o-aligned-content-visual{margin:50px 0;}.o-aligned-content-visual__heading{margin-bottom:10px;}.o-aligned-content-visual__buttons{flex-direction:column;align-items:center;justify-content:center;}.o-aligned-content-visual__button{min-width:200px;}.o-aligned-content-visual__button .a-button__text{margin-left:auto;margin-right:auto;}.o-aligned-content-visual__button+.o-aligned-content-visual__button{margin-top:12px;margin-left:0;}.o-aligned-content-visual__visual{max-height:200px;}}.o-aligned-cta-visual{margin:50px 0;padding:50px 0;overflow:hidden;}.o-aligned-cta-visual__container{position:relative;display:flex;align-items:center;justify-content:space-between;padding-right:0;max-width:1300px;}.o-aligned-cta-visual__container:before{background-size:cover;background-position:50% 50%;background-repeat:no-repeat;content:"";position:absolute;right:75%;top:50%;width:37.5%;height:100%;transform:translateY(-50%);max-height:480px;background-image:url("https://cdn-ikpfjol.nitrocdn.com/sFJFvEmonhoQYtgfpLbAzAWEPnNuaFLe/assets/images/optimized/rev-fafaa5e/dartzoneblasters.com/wp-content/themes/dart-zone-platform/assets/images/graphics/gray-dart-ball-graphic.svg");}.o-aligned-cta-visual__content{position:relative;display:flex;flex-direction:column;align-items:flex-start;max-width:588px;width:100%;margin-right:60px;z-index:3;}.o-aligned-cta-visual__text{line-height:50px;margin-bottom:30px;color:var(--text--bold-color);}.o-aligned-cta-visual__visual{width:47.14286%;padding-top:31.90476%;background-size:cover;background-position:50% 50%;background-position:left center;background-repeat:no-repeat;position:relative;}.o-aligned-cta-visual__visual:after{content:"";position:absolute;top:-41px;right:-42px;width:56%;height:calc(100% + 82px);background:var(--bg--primary--gradient--fallback-color);background:var(--bg--primary--gradient-color);transform:skew(10deg);z-index:-1;}@media screen and (max-width: 1400px){.o-aligned-cta-visual__container{margin-right:0;}}@media screen and (max-width: 950px){.o-aligned-cta-visual{padding-top:30px;padding-bottom:0;margin-top:65px;margin-bottom:70px;}.o-aligned-cta-visual__container{margin-left:auto;margin-right:auto;flex-direction:column-reverse;padding-right:40px;padding-left:40px;}.o-aligned-cta-visual__visual:after{height:calc(100% + 40px);top:-20px;}.o-aligned-cta-visual__content{margin-right:0;margin-top:60px;align-items:center;}.o-aligned-cta-visual__text{font-size:2em;line-height:1.125em;text-align:center;}}@media screen and (max-width: 768px){.o-aligned-cta-visual__text{font-size:1.5em;line-height:1.16667em;}}@media screen and (max-width: 600px){.o-aligned-cta-visual__container{padding-right:30px;padding-left:30px;}.o-aligned-cta-visual__visual{width:80%;padding-top:50%;}.o-aligned-cta-visual__text{font-size:1.25em;line-height:1.2em;}}.o-aligned-featured-product-thumbnail-cards-carousel{overflow:hidden;margin:124px 0;}.o-aligned-featured-product-thumbnail-cards-carousel__container{display:flex;align-items:center;width:1608px;padding:0;max-width:unset;}.o-aligned-featured-product-thumbnail-cards-carousel__content{position:relative;display:flex;flex-direction:column;align-items:flex-start;max-width:410px;width:100%;padding-bottom:105px;}.o-aligned-featured-product-thumbnail-cards-carousel__content:after{content:"";background-image:url("https://cdn-ikpfjol.nitrocdn.com/sFJFvEmonhoQYtgfpLbAzAWEPnNuaFLe/assets/images/optimized/rev-fafaa5e/dartzoneblasters.com/wp-content/themes/dart-zone-platform/assets/images/graphics/gray-bent-lines.svg");position:absolute;bottom:0;right:0;width:252px;height:162px;}.o-aligned-featured-product-thumbnail-cards-carousel__heading{font-size:3.125em;line-height:1em;position:relative;padding-right:20px;margin-bottom:28px;box-sizing:border-box;color:var(--text--bold-color);z-index:2;}.o-aligned-featured-product-thumbnail-cards-carousel__product-thumbnail-cards{width:1200px;}.o-aligned-featured-product-thumbnail-cards-carousel__product-thumbnail-cards .slick-list{padding-left:20px !important;margin-left:-20px !important;}.o-aligned-featured-product-thumbnail-cards-carousel__product-thumbnail-cards .m-product-thumbnail-cards__item+.m-product-thumbnail-cards__item{margin-left:28px;}.o-aligned-featured-product-thumbnail-cards-carousel__arrows-navigation{display:flex;}.o-aligned-featured-product-thumbnail-cards-carousel__arrows-navigation .slick-next{margin-left:20px;}@media screen and (max-width: 1680px){.o-aligned-featured-product-thumbnail-cards-carousel{margin-left:100px;}}@media screen and (max-width: 1024px){.o-aligned-featured-product-thumbnail-cards-carousel{margin-left:0;}.o-aligned-featured-product-thumbnail-cards-carousel__container{flex-direction:column;align-items:flex-start;padding-right:40px;padding-left:40px;width:100%;}.o-aligned-featured-product-thumbnail-cards-carousel__content{padding-bottom:0;}.o-aligned-featured-product-thumbnail-cards-carousel__content:after{top:70%;bottom:auto;}.o-aligned-featured-product-thumbnail-cards-carousel__heading{padding-right:0;}}@media screen and (max-width: 950px){.o-aligned-featured-product-thumbnail-cards-carousel{margin:70px 0;}.o-aligned-featured-product-thumbnail-cards-carousel__container{align-items:center;justify-content:center;}.o-aligned-featured-product-thumbnail-cards-carousel__content{align-items:center;justify-content:center;max-width:600px;}.o-aligned-featured-product-thumbnail-cards-carousel__content:after{display:none;}.o-aligned-featured-product-thumbnail-cards-carousel__heading{margin-left:auto;margin-right:auto;text-align:center;}}@media screen and (max-width: 768px){.o-aligned-featured-product-thumbnail-cards-carousel__heading{font-size:2.5em;line-height:1em;}.o-aligned-featured-product-thumbnail-cards-carousel__number{font-size:1em;line-height:1.25em;}}@media screen and (max-width: 600px){.o-aligned-featured-product-thumbnail-cards-carousel__container{padding:0 30px;}.o-aligned-featured-product-thumbnail-cards-carousel__product-thumbnail-cards{max-width:400px;width:100%;overflow:hidden;}.o-aligned-featured-product-thumbnail-cards-carousel__product-thumbnail-cards .m-product-thumbnail-cards__item{margin:0 10px;align-items:center;justify-content:center;}.o-aligned-featured-product-thumbnail-cards-carousel__heading{font-size:2em;line-height:1.125em;margin-bottom:30px;}}@media screen and (max-width: 500px){.o-aligned-featured-product-thumbnail-cards-carousel__container{padding:0;}.o-aligned-featured-product-thumbnail-cards-carousel__content{padding:0 30px;box-sizing:border-box;}}.o-aligned-graphic-visual-hero{height:594px;margin-top:116px;overflow:hidden;}.o-aligned-graphic-visual-hero__container{position:relative;display:flex;align-items:center;justify-content:space-between;max-width:1400px;height:100%;padding-right:0;padding-bottom:70px;padding-left:60px;}.o-aligned-graphic-visual-hero__container:before,.o-aligned-graphic-visual-hero__container:after{content:"";position:absolute;height:100%;transform:skew(-10deg);}.o-aligned-graphic-visual-hero__container:before{left:-200px;width:calc(73% + 200px);background:var(--bg--secondary--gradient--fallback-color);background:var(--bg--secondary--gradient-color);z-index:2;}.o-aligned-graphic-visual-hero__container:after{left:-112px;width:93%;background:var(--bg--primary--gradient--fallback-color);background:var(--bg--primary--gradient-color);}.o-aligned-graphic-visual-hero__graphic{width:58.75%;padding-top:26.83333%;position:relative;background-position:center;background-size:contain;background-repeat:no-repeat;height:0;z-index:2;}.o-aligned-graphic-visual-hero__main{display:flex;flex-direction:column;align-items:flex-end;margin-top:-20px;margin-bottom:auto;width:100%;max-width:640px;z-index:3;}.o-aligned-graphic-visual-hero__heading{font-size:5em;line-height:1em;text-align:left;letter-spacing:5px;padding-left:70px;max-width:460px;width:100%;margin-right:auto;-webkit-text-stroke-width:4px;-webkit-text-stroke-color:var(--color--white);}.o-aligned-graphic-visual-hero__visual{position:relative;background-position:center right;background-size:contain;background-repeat:no-repeat;}.o-aligned-graphic-visual-hero__visual--desktop{position:absolute;top:4px;right:-52px;width:1260px;height:515px;}.o-aligned-graphic-visual-hero__visual--mobile{background-position:right center;width:100%;height:350px;margin:0 auto 40px;display:none;}@media screen and (max-width: 1400px){.o-aligned-graphic-visual-hero__container{padding-left:100px;}}@media screen and (max-width: 1200px){.o-aligned-graphic-visual-hero__heading{font-size:3.75em;line-height:1em;text-align:center;}.o-aligned-graphic-visual-hero__main{margin-top:0;}}@media screen and (max-width: 1100px){.o-aligned-graphic-visual-hero__visual--desktop{width:1100px;}}@media screen and (max-width: 1024px){.o-aligned-graphic-visual-hero{height:500px;}.o-aligned-graphic-visual-hero__heading{font-size:3.125em;line-height:1em;padding-left:20px;}.o-aligned-graphic-visual-hero__visual--desktop{width:1000px;height:400px;}}@media screen and (max-width: 950px){.o-aligned-graphic-visual-hero{height:unset;min-height:400px;}.o-aligned-graphic-visual-hero__container{flex-direction:column-reverse;align-items:center;justify-content:center;padding:40px 0;}.o-aligned-graphic-visual-hero__container:before{width:100%;transform:none;left:0;}.o-aligned-graphic-visual-hero__container:after{display:none;}.o-aligned-graphic-visual-hero__heading{margin:0 auto 40px;padding:0 40px;padding-left:0;text-align:center;-webkit-text-stroke-width:2px;}.o-aligned-graphic-visual-hero__main{margin-left:auto;margin-right:auto;align-items:center;justify-content:center;max-width:unset;}.o-aligned-graphic-visual-hero__visual--desktop{display:none;}.o-aligned-graphic-visual-hero__visual--mobile{display:block;}.o-aligned-graphic-visual-hero__graphic{width:42.10526%;padding-top:26.31579%;}}@media screen and (max-width: 768px){.o-aligned-graphic-visual-hero__heading{font-size:2.5em;line-height:1em;}}@media screen and (max-width: 600px){.o-aligned-graphic-visual-hero{min-height:350px;margin-top:80px;}.o-aligned-graphic-visual-hero__heading{margin-bottom:20px;padding:0 30px;}.o-aligned-graphic-visual-hero__visual--mobile{height:200px;margin-right:0;}.o-aligned-graphic-visual-hero__graphic{max-width:unset;width:100%;}}.o-aligned-map-content{margin-top:100px;margin-bottom:100px;}@media screen and (max-width: 768px){.o-aligned-map-content{margin-top:70px;margin-bottom:70px;}}@media screen and (max-width: 600px){.o-aligned-map-content{margin-top:50px;margin-bottom:50px;}}.o-aligned-map-content__container{display:flex;align-items:flex-start;justify-content:space-between;}.o-aligned-map-content__map-wrapper{max-width:500px;width:100%;}.o-aligned-map-content__map{width:100%;}.o-aligned-map-content__content{display:flex;flex-direction:column;align-items:flex-start;max-width:600px;width:100%;margin-left:40px;}.o-aligned-map-content__heading{color:var(--text--bold-color);}.o-aligned-map-content__wysiwyg,.o-aligned-map-content__button{margin-top:30px;}@media screen and (max-width: 768px){.o-aligned-map-content__container{flex-direction:column;align-items:center;justify-content:center;}.o-aligned-map-content__content{margin:20px auto 0;}}@media screen and (max-width: 600px){.o-aligned-map-content__wysiwyg,.o-aligned-map-content__button{margin-top:20px;}}.o-aligned-media-content{margin-top:100px;margin-bottom:100px;}@media screen and (max-width: 768px){.o-aligned-media-content{margin-top:70px;margin-bottom:70px;}}@media screen and (max-width: 600px){.o-aligned-media-content{margin-top:50px;margin-bottom:50px;}}.o-aligned-media-content--content-aligned-left .o-aligned-media-content__content-side{margin-right:100px;}.o-aligned-media-content--content-aligned-right .o-aligned-media-content__content-side{margin-left:100px;}.o-aligned-media-content__container{display:flex;justify-content:space-between;align-items:center;}.o-aligned-media-content__image-side{position:relative;width:58%;border-radius:5px;box-shadow:0 0 5px rgba(0,0,0,.2);height:368px;overflow:hidden;}.o-aligned-media-content__image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;}.o-aligned-media-content__looped-video{width:100%;max-width:unset;height:100%;}.o-aligned-media-content__content-side{width:69%;}.o-aligned-media-content__wysiwyg{margin-top:30px;}.o-aligned-media-content__image{max-width:100%;}@media screen and (max-width: 1200px){.o-aligned-media-content--content-aligned-left .o-aligned-media-content__content-side{margin-right:60px;}.o-aligned-media-content--content-aligned-right .o-aligned-media-content__content-side{margin-left:60px;}}@media screen and (max-width: 950px){.o-aligned-media-content--content-aligned-right .o-aligned-media-content__container{flex-direction:column;align-items:center;justify-content:center;}.o-aligned-media-content--content-aligned-right .o-aligned-media-content__content-side{margin-top:30px;margin-left:0;}.o-aligned-media-content--content-aligned-left .o-aligned-media-content__container{flex-direction:column-reverse;align-items:center;justify-content:center;}.o-aligned-media-content--content-aligned-left .o-aligned-media-content__content-side{margin-top:30px;margin-right:0;}.o-aligned-media-content__image-side,.o-aligned-media-content__content-side{max-width:568px;width:100%;}.o-aligned-media-content__wysiwyg{margin-top:10px;}}@media screen and (max-width: 600px){.o-aligned-media-content__image-side{height:350px;}}@media screen and (max-width: 500px){.o-aligned-media-content__image-side{height:250px;}}.o-aligned-product-infographics-image--sold-out .o-aligned-product-infographics-image__link:after{background-image:url("https://cdn-ikpfjol.nitrocdn.com/sFJFvEmonhoQYtgfpLbAzAWEPnNuaFLe/assets/images/source/rev-fafaa5e/dartzoneblasters.com/wp-content/themes/dart-zone-platform/assets/images/icons/medium/sold-out-icon-red.svg");}.o-aligned-product-infographics-image__container{display:flex;}.o-aligned-product-infographics-image__image-wrapper{position:relative;margin-left:78px;max-width:710px;width:100%;}.o-aligned-product-infographics-image__link{position:absolute;top:0;left:0;width:100%;height:100%;}.o-aligned-product-infographics-image__link:after{content:"";background-size:cover;background-position:50% 50%;background-repeat:no-repeat;position:absolute;top:0;top:50%;left:0;width:100%;width:100px;height:100%;height:100px;transition:all .15s ease-in-out;margin-left:auto;margin-right:auto;right:0;will-change:transform;background-image:url("https://cdn-ikpfjol.nitrocdn.com/sFJFvEmonhoQYtgfpLbAzAWEPnNuaFLe/assets/images/source/rev-fafaa5e/dartzoneblasters.com/wp-content/themes/dart-zone-platform/assets/images/icons/medium/view-scope-icon-red.svg");transform:scale(.8) rotate(20deg) translateY(-50%);opacity:0;}.o-aligned-product-infographics-image__link:hover:after{opacity:1;transform:scale(1) rotate(0deg) translateY(-50%);}.keyboard-in-use .o-aligned-product-infographics-image__link:focus{outline:2px dashed var(--theme--focus-color) !important;outline-offset:5px;transition:none;}.keyboard-in-use .o-aligned-product-infographics-image__link:focus:after{opacity:1;transform:scale(1) rotate(0deg) translateY(-50%);}.o-aligned-product-infographics-image__image{height:100%;width:100%;display:block;-o-object-position:center;object-position:center;-o-object-fit:contain;object-fit:contain;}@media screen and (max-width: 1200px){.o-aligned-product-infographics-image__image-wrapper{max-width:500px;margin-left:40px;}}@media screen and (max-width: 950px){.o-aligned-product-infographics-image__container{flex-direction:column-reverse;}.o-aligned-product-infographics-image__image-wrapper{height:250px;margin:0 auto 40px;}.o-aligned-product-infographics-image__blaster-attributes-infographic{margin-left:auto;margin-right:auto;}}@media screen and (max-width: 600px){.o-aligned-product-infographics-image__image-wrapper{height:200px;margin-bottom:30px;}}.o-aligned-small-visual-callout-block{margin-top:100px;margin-bottom:100px;}@media screen and (max-width: 768px){.o-aligned-small-visual-callout-block{margin-top:70px;margin-bottom:70px;}}@media screen and (max-width: 600px){.o-aligned-small-visual-callout-block{margin-top:50px;margin-bottom:50px;}}.o-aligned-small-visual-callout-block__block{margin-left:auto;margin-right:auto;position:relative;max-width:996px;width:100%;padding:75px 80px 70px 0;box-sizing:border-box;min-height:368px;display:flex;align-items:flex-start;justify-content:space-between;}.o-aligned-small-visual-callout-block__block:after{content:"";position:absolute;width:89.7%;height:100%;right:0;top:0;background:#f5f5f5;background:linear-gradient(45deg,#f5f5f5 0%,#e7e7e7 100%);}.o-aligned-small-visual-callout-block__visual{background-size:contain;background-position:center;background-repeat:no-repeat;max-width:282px;height:0;width:100%;padding-top:25.4%;margin-top:-10px;z-index:2;}.o-aligned-small-visual-callout-block__content{position:relative;display:flex;flex-direction:column;align-items:flex-start;max-width:588px;width:100%;box-sizing:border-box;z-index:2;margin-left:80px;}.o-aligned-small-visual-callout-block__text{font-size:1.125em;line-height:1.55556em;font-family:montserrat-medium;color:var(--text--base-color);}.o-aligned-small-visual-callout-block__small-angle-button{margin-top:25px;}@media screen and (max-width: 1024px){.o-aligned-small-visual-callout-block__content{margin-left:60px;}}@media screen and (max-width: 950px){.o-aligned-small-visual-callout-block__block{flex-direction:column;align-items:center;padding:60px;}.o-aligned-small-visual-callout-block__block:after{width:100%;}.o-aligned-small-visual-callout-block__visual{margin:0 auto;}.o-aligned-small-visual-callout-block__content{margin-top:40px;margin-left:0;max-width:714px;}}@media screen and (max-width: 600px){.o-aligned-small-visual-callout-block__block{padding:60px 30px;}.o-aligned-small-visual-callout-block__visual{padding-top:35%;max-width:unset;}.o-aligned-small-visual-callout-block__text{font-size:1em;line-height:1.25em;}}.o-aligned-steps-form{margin:120px auto 20px;display:flex;min-height:660px;overflow:hidden;max-width:1400px;}.o-aligned-steps-form--no-sidebar .o-aligned-steps-form__container{max-width:1280px;padding:0 40px;}.o-aligned-steps-form--no-sidebar .o-aligned-steps-form__form{padding-right:0;}.o-aligned-steps-form--no-sidebar .o-aligned-steps-form__form-pages{margin-left:auto;margin-right:auto;max-width:1200px;}.o-aligned-steps-form--no-sidebar .o-aligned-steps-form__form-page-inner{max-width:100%;}@media screen and (max-width: 600px){.o-aligned-steps-form--no-sidebar .o-aligned-steps-form__container{padding:0 20px;}}.o-aligned-steps-form__container{display:flex;height:auto;max-width:1480px;padding:0;}.o-aligned-steps-form__form{display:flex;width:100%;padding-right:100px;box-sizing:border-box;}.o-aligned-steps-form__sidebar{display:flex;margin-right:20px;max-width:382px;width:100%;}.o-aligned-steps-form__form-steps{height:auto;}.o-aligned-steps-form__small-angle-button{margin-bottom:50px;}.o-aligned-steps-form__form-pages{margin-bottom:100px;display:flex;flex-direction:column;align-items:stretch;max-width:898px;width:100%;margin-left:auto;}@media screen and (max-width: 768px){.o-aligned-steps-form__form-pages{margin-bottom:70px;}}@media screen and (max-width: 600px){.o-aligned-steps-form__form-pages{margin-bottom:50px;}}.o-aligned-steps-form__form-page{flex-direction:column;justify-content:center;align-items:flex-start;height:auto;width:100%;display:none;}.o-aligned-steps-form__form-page--active{display:flex;}.o-aligned-steps-form__form-page-inner{max-width:792px;width:100%;margin-left:auto;}.o-aligned-steps-form__heading{font-size:2.5em;line-height:1.25em;font-family:montserrat-extrabold;margin-bottom:40px;color:var(--text--bold-color);}.o-aligned-steps-form__large-checkboxes,.o-aligned-steps-form__large-radio-buttons{width:100%;}.o-aligned-steps-form__large-field--borders:first-of-type fieldset{border-top:2px solid var(--color--gray-200);}.o-aligned-steps-form__large-field--borders.o-aligned-steps-form__large-field--error fieldset{border-bottom:none !important;}.o-aligned-steps-form__large-field--borders.o-aligned-steps-form__large-field--error+.o-aligned-steps-form__error-message{border-bottom:2px solid var(--color--gray-200);padding-bottom:10px;}.o-aligned-steps-form__error-message{font-size:.875em;line-height:1.28571em;font-family:montserrat-semibold;margin-top:4px;margin-left:2px;color:#790000;width:100%;display:block;}.o-aligned-steps-form__footer{display:flex;align-items:flex-start;margin-top:50px;margin-left:auto;max-width:792px;width:100%;}.o-aligned-steps-form__button{padding:30px;max-width:224px;width:100%;align-items:center;justify-content:center;}@media screen and (max-width: 1200px){.o-aligned-steps-form__sidebar{max-width:300px;}}@media screen and (max-width: 1024px){.o-aligned-steps-form__heading{font-size:1.875em;line-height:1.13333em;}}@media screen and (max-width: 950px){.o-aligned-steps-form{min-height:unset;margin-bottom:0;}.o-aligned-steps-form__sidebar{margin-right:0;max-width:unset;}.o-aligned-steps-form__small-angle-button .a-small-angle-button__icon{transform:rotate(-90deg);}.o-aligned-steps-form__form{flex-direction:column;padding-right:0;}.o-aligned-steps-form__form-pages{max-width:unset;padding:0 40px;box-sizing:border-box;margin-top:30px;}.o-aligned-steps-form__form-page-inner{margin-left:0;}.o-aligned-steps-form__form-page{max-width:unset;}.o-aligned-steps-form__footer{margin-top:40px;margin-left:0;}.o-aligned-steps-form__button{padding:20px;max-width:unset;width:auto;min-width:100px;}}@media screen and (max-width: 768px){.o-aligned-steps-form__button{padding:14px 20px;}}@media screen and (max-width: 600px){.o-aligned-steps-form{margin-top:90px;}.o-aligned-steps-form__form-pages{padding:0 30px;}.o-aligned-steps-form__heading{font-size:1.5em;line-height:1.16667em;margin-bottom:30px;}}.o-aligned-visual-heading-hero{display:flex;margin-top:116px;min-height:515px;overflow:hidden;}.o-aligned-visual-heading-hero__container{position:relative;display:flex;align-items:center;justify-content:flex-end;padding-top:70px;padding-bottom:70px;max-width:1400px;}.o-aligned-visual-heading-hero__container:before{content:"";position:absolute;right:-200px;bottom:0;width:calc(85% + 200px);height:96%;transform:skew(10deg);background:var(--bg--secondary--gradient--fallback-color);background:var(--bg--secondary--gradient-color);z-index:2;}.o-aligned-visual-heading-hero__visual{position:absolute;top:0;left:0;width:100%;width:100%;height:100%;height:100%;background-size:contain;background-position:left center;background-repeat:no-repeat;z-index:3;}.o-aligned-visual-heading-hero__heading{font-size:5em;position:relative;color:var(--color--white);z-index:4;}@media screen and (max-width: 1400px){.o-aligned-visual-heading-hero__container{padding-right:100px;}}@media screen and (max-width: 1200px){.o-aligned-visual-heading-hero__heading{font-size:3.75em;line-height:1em;}}@media screen and (max-width: 1024px){.o-aligned-visual-heading-hero__heading{font-size:3.125em;line-height:1em;}}@media screen and (max-width: 950px){.o-aligned-visual-heading-hero{min-height:400px;}.o-aligned-visual-heading-hero__container{padding-top:50px;padding-bottom:50px;}}@media screen and (max-width: 768px){.o-aligned-visual-heading-hero__heading{font-size:2.5em;line-height:1em;}}@media screen and (max-width: 600px){.o-aligned-visual-heading-hero{min-height:350px;margin-top:80px;}.o-aligned-visual-heading-hero__container{padding:30px;}.o-aligned-visual-heading-hero__visual{background-size:cover;}.o-aligned-visual-heading-hero__heading{margin-left:auto;margin-right:auto;font-size:2em;line-height:1.125em;text-align:center;}}.o-aligned-visual-overlayed-cta-block{margin-bottom:92px;overflow:hidden;}.o-aligned-visual-overlayed-cta-block__container{display:flex;align-items:center;position:relative;justify-content:space-between;min-height:470px;}.o-aligned-visual-overlayed-cta-block__container:after{content:"";position:absolute;top:26px;left:220px;width:100%;height:88.5%;background:#f5f5f5;background:linear-gradient(225deg,#f5f5f5 0%,#e7e7e7 100%);transform:skewX(-10deg);}.o-aligned-visual-overlayed-cta-block__visual{width:54.33333%;padding-top:39.16667%;padding-top:0;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center;z-index:2;}.o-aligned-visual-overlayed-cta-block__content{position:relative;display:flex;flex-direction:column;align-items:flex-start;max-width:486px;width:100%;padding-left:40px;box-sizing:border-box;z-index:2;}.o-aligned-visual-overlayed-cta-block__heading{color:var(--text--bold-color);margin-bottom:24px;}.o-aligned-visual-overlayed-cta-block__text{font-family:montserrat-bold;font-size:2em;line-height:1.1875em;color:var(--text--base-color);}.o-aligned-visual-overlayed-cta-block__buttons{margin-top:40px;display:flex;align-items:stretch;justify-content:flex-start;}.o-aligned-visual-overlayed-cta-block__button+.o-aligned-visual-overlayed-cta-block__button{margin-left:30px;}@media screen and (max-width: 1024px){.o-aligned-visual-overlayed-cta-block__text{font-size:1.5em;line-height:1.16667em;}}@media screen and (max-width: 950px){.o-aligned-visual-overlayed-cta-block__container{flex-direction:column;padding-bottom:40px;min-height:unset;}.o-aligned-visual-overlayed-cta-block__container:after{top:auto;bottom:0;left:15%;height:95%;}.o-aligned-visual-overlayed-cta-block__visual{width:55.55556%;padding-top:44.44444%;padding-top:0;margin-bottom:30px;}.o-aligned-visual-overlayed-cta-block__content{flex-direction:column;align-items:center;text-align:center;padding-left:0;}}@media screen and (max-width: 950px){.o-aligned-visual-overlayed-cta-block{margin-bottom:70px;}}@media screen and (max-width: 768px){.o-aligned-visual-overlayed-cta-block__button+.o-aligned-visual-overlayed-cta-block__button{margin-left:20px;}.o-aligned-visual-overlayed-cta-block__text{font-size:1.25em;line-height:1.2em;}}@media screen and (max-width: 600px){.o-aligned-visual-overlayed-cta-block{margin-bottom:50px;}.o-aligned-visual-overlayed-cta-block__visual{width:100%;padding-top:0;height:150px;max-width:300px;}.o-aligned-visual-overlayed-cta-block__heading{margin-bottom:10px;}.o-aligned-visual-overlayed-cta-block__text{font-size:1.125em;line-height:1.22222em;}.o-aligned-visual-overlayed-cta-block__buttons{margin-top:30px;flex-direction:column;align-items:center;justify-content:center;}.o-aligned-visual-overlayed-cta-block__button{width:100%;}.o-aligned-visual-overlayed-cta-block__button .a-button__text{margin-left:auto;margin-right:auto;}.o-aligned-visual-overlayed-cta-block__button+.o-aligned-visual-overlayed-cta-block__button{margin-top:10px;margin-left:0;}}.o-brand-hero{height:410px;overflow:hidden;}.o-brand-hero__container{display:flex;width:1520px;height:100%;max-width:unset;padding-left:0;}.o-brand-hero__image{width:53.85714%;padding-top:29.28571%;background-size:cover;background-position:50% 50%;background-position:right center;background-repeat:no-repeat;position:relative;z-index:2;}.o-brand-hero__logo-side{height:100%;width:100%;position:relative;display:flex;flex-direction:column;justify-content:center;align-items:center;max-width:690px;}.o-brand-hero__logo-side:after{content:url("https://cdn-ikpfjol.nitrocdn.com/sFJFvEmonhoQYtgfpLbAzAWEPnNuaFLe/assets/images/optimized/rev-fafaa5e/dartzoneblasters.com/wp-content/themes/dart-zone-platform/assets/images/graphics/gray-bent-lines-long.svg");position:absolute;left:-30px;}.o-brand-hero__logo{position:relative;max-width:408px;width:100%;height:200px;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center;z-index:2;}.o-brand-hero__heading{position:relative;margin-top:20px;text-align:center;z-index:2;}@media screen and (max-width: 1400px){.o-brand-hero__container{width:100%;}.o-brand-hero__logo-side{max-width:40%;}}@media screen and (max-width: 1200px){.o-brand-hero__logo{max-width:300px;}}@media screen and (max-width: 1024px){.o-brand-hero__logo{max-width:250px;}}@media screen and (max-width: 950px){.o-brand-hero{height:unset;margin-bottom:70px;}.o-brand-hero__container{position:relative;flex-direction:column;}.o-brand-hero__image{width:100%;padding-top:0;height:400px;}.o-brand-hero__logo-side{margin-left:auto;margin-right:auto;position:relative;right:-40px;height:auto;z-index:2;}.o-brand-hero__logo-side:after{display:none;}.o-brand-hero__logo{height:100px;max-width:200px;}}@media screen and (max-width: 600px){.o-brand-hero{margin-bottom:50px;}.o-brand-hero__container{padding:0;}.o-brand-hero__image{background-size:cover;background-position:50% 50%;background-repeat:no-repeat;height:300px;}.o-brand-hero__logo-side{padding:0 30px;right:0;}.o-brand-hero__logo{height:100px;}}.o-button-tiles-grid{margin-top:100px;margin-bottom:100px;}@media screen and (max-width: 768px){.o-button-tiles-grid{margin-top:70px;margin-bottom:70px;}}@media screen and (max-width: 600px){.o-button-tiles-grid{margin-top:50px;margin-bottom:50px;}}.o-button-tiles-grid__heading{margin:0 auto 40px;max-width:552px;text-align:center;color:var(--text--base-color);}.o-button-tiles-grid__button-tiles{margin-left:auto;margin-right:auto;max-width:900px;}.o-centered-cta-block--primary-color .o-centered-cta-block__block{background:var(--bg--primary--gradient--fallback-color);background:var(--bg--primary--gradient--flipped-color);}.o-centered-cta-block--primary-color .o-centered-cta-block__block:before,.o-centered-cta-block--primary-color .o-centered-cta-block__block:after{background-image:url("https://cdn-ikpfjol.nitrocdn.com/sFJFvEmonhoQYtgfpLbAzAWEPnNuaFLe/assets/images/optimized/rev-fafaa5e/dartzoneblasters.com/wp-content/themes/dart-zone-platform/assets/images/graphics/red-circles.svg");}.o-centered-cta-block--primary-color .o-centered-cta-block__heading,.o-centered-cta-block--primary-color .o-centered-cta-block__text{color:var(--color--black);}.o-centered-cta-block--secondary-color .o-centered-cta-block__block{background:var(--bg--secondary--gradient--fallback-color);background:var(--bg--secondary--gradient-color);}.o-centered-cta-block--secondary-color .o-centered-cta-block__block:before,.o-centered-cta-block--secondary-color .o-centered-cta-block__block:after{background-image:url("https://cdn-ikpfjol.nitrocdn.com/sFJFvEmonhoQYtgfpLbAzAWEPnNuaFLe/assets/images/optimized/rev-fafaa5e/dartzoneblasters.com/wp-content/themes/dart-zone-platform/assets/images/graphics/gray-circles.svg");}.o-centered-cta-block__block{margin-left:auto;margin-right:auto;position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:80px 40px;box-sizing:border-box;max-width:996px;min-height:298px;}.o-centered-cta-block__block:before,.o-centered-cta-block__block:after{content:"";position:absolute;height:100%;width:142px;background-size:contain;background-position:center;}.o-centered-cta-block__block:before{transform:rotate(180deg);left:0;}.o-centered-cta-block__block:after{right:0;}.o-centered-cta-block__text{font-size:2.5em;line-height:1.25em;font-family:montserrat-extrabold;position:relative;text-transform:none;max-width:586px;width:100%;margin:0 auto 40px;text-align:center;color:var(--color--white);z-index:2;}.o-centered-cta-block__button{position:relative;z-index:2;}@media screen and (max-width: 950px){.o-centered-cta-block__block{padding:50px 40px;min-height:unset;}.o-centered-cta-block__block:before,.o-centered-cta-block__block:after{background-size:cover;}.o-centered-cta-block__text{font-size:2em;line-height:1.125em;}}@media screen and (max-width: 768px){.o-centered-cta-block__text{font-size:1.25em;line-height:1.2em;}}@media screen and (max-width: 600px){.o-centered-cta-block__block{padding-right:30px;padding-left:30px;}.o-centered-cta-block__text{font-size:1.125em;line-height:1.22222em;margin-bottom:30px;}}.o-centered-cta-slider-hero{margin-bottom:100px;position:relative;min-height:664px;display:flex;align-items:center;}@media screen and (max-width: 768px){.o-centered-cta-slider-hero{margin-bottom:70px;}}@media screen and (max-width: 600px){.o-centered-cta-slider-hero{margin-bottom:50px;}}.o-centered-cta-slider-hero__container{min-height:424px;display:flex;align-items:center;margin-top:auto;padding-top:90px;padding-bottom:90px;}.o-centered-cta-slider-hero__image-item{position:relative;display:none !important;height:100%;}.o-centered-cta-slider-hero__image-item:first-of-type{display:block !important;}.o-centered-cta-slider-hero__image-item:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-color:var(--color--black);opacity:.3;z-index:2;}.o-centered-cta-slider-hero__image-slides,.o-centered-cta-slider-hero__image-slide{width:100%;height:100%;}.o-centered-cta-slider-hero__image-slides{position:absolute !important;top:0;left:0;}.o-centered-cta-slider-hero__image-slides.slick-initialized .o-centered-cta-slider-hero__image-item{display:flex !important;}.o-centered-cta-slider-hero__image-slides .slick-list,.o-centered-cta-slider-hero__image-slides .slick-track{height:100%;}.o-centered-cta-slider-hero__image-slides .slick-track{transition:all 1s cubic-bezier(.7,0,.3,1);height:100%;}.o-centered-cta-slider-hero__image-slides .slick-slide{height:100%;}.o-centered-cta-slider-hero__image-slides .slick-slide:not(:first-of-type){display:none;}.o-centered-cta-slider-hero__image-slides .slick-slide .o-centered-cta-slider-hero__image-slide{transition:all .7s cubic-bezier(.7,0,.3,1);transform:scale(1.1);}.o-centered-cta-slider-hero__image-slides .slick-slide.slick-active .o-centered-cta-slider-hero__image-slide{transform:scale(1);}.o-centered-cta-slider-hero__image{height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;width:100%;position:relative;}.o-centered-cta-slider-hero__slides-wrapper{margin-left:auto;margin-right:auto;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;position:relative;width:100%;max-width:800px;z-index:3;}.o-centered-cta-slider-hero__slides{width:100%;box-sizing:border-box;position:relative;z-index:2;}.o-centered-cta-slider-hero__slides .slick-track{display:flex;align-items:center;}.o-centered-cta-slider-hero__slides .slick-prev{position:absolute;right:95px;bottom:100px;}.o-centered-cta-slider-hero__slides .slick-next{position:absolute;right:60px;bottom:100px;}.o-centered-cta-slider-hero__slides.slick-initialized .o-centered-cta-slider-hero__slide{display:flex !important;}.o-centered-cta-slider-hero__slide{margin-left:auto;margin-right:auto;height:100%;box-sizing:border-box;display:none !important;flex-direction:column;align-items:center;justify-content:center;text-align:center;}.o-centered-cta-slider-hero__slide:first-of-type{display:flex !important;}.o-centered-cta-slider-hero__foreground-image{padding:50px 0;max-width:500px;width:100%;box-sizing:border-box;}.o-centered-cta-slider-hero__heading{color:var(--color--white);}.o-centered-cta-slider-hero__heading+.o-centered-cta-slider-hero__wysiwyg{margin-top:20px;}.o-centered-cta-slider-hero__wysiwyg p,.o-centered-cta-slider-hero__wysiwyg a,.o-centered-cta-slider-hero__wysiwyg *{color:var(--color--white);}.o-centered-cta-slider-hero__arrows-navigation{margin:50px auto 0;}.o-centered-cta-slider-hero__arrow.prev{transform:rotate(180deg);margin-right:20px;}.o-centered-cta-slider-hero__buttons{display:flex;align-items:center;justify-content:flex-start;margin:30px auto 0;}.o-centered-cta-slider-hero__button+.o-centered-cta-slider-hero__button{margin-left:20px;}@media screen and (max-width: 950px){.o-centered-cta-slider-hero{min-height:500px;}}@media screen and (max-width: 600px){.o-centered-cta-slider-hero__container{padding-bottom:40px;}.o-centered-cta-slider-hero__buttons{flex-direction:column;justify-content:center;}.o-centered-cta-slider-hero__button+.o-centered-cta-slider-hero__button{margin-top:20px;margin-left:0;}.o-centered-cta-slider-hero__arrows-navigation{margin-top:20px;}.o-centered-cta-slider-hero__foreground-image{padding:20px 0;}}.o-centered-heading-button{overflow:hidden;}.o-centered-heading-button__container{position:relative;align-items:center;justify-content:center;display:flex;padding-top:40px;padding-bottom:40px;min-height:480px;}.o-centered-heading-button__container:before,.o-centered-heading-button__container:after{background-size:cover;background-position:50% 50%;background-repeat:no-repeat;content:"";position:absolute;top:50%;width:37.5%;height:100%;transform:translateY(-50%);max-height:480px;background-image:url("https://cdn-ikpfjol.nitrocdn.com/sFJFvEmonhoQYtgfpLbAzAWEPnNuaFLe/assets/images/optimized/rev-fafaa5e/dartzoneblasters.com/wp-content/themes/dart-zone-platform/assets/images/graphics/gray-dart-ball-graphic.svg");}.o-centered-heading-button__container:before{right:85%;}.o-centered-heading-button__container:after{left:85%;}.o-centered-heading-button__content{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;z-index:1;}.o-centered-heading-button__heading{margin-bottom:40px;color:var(--text--bold-color);}.o-centered-heading-button+.o-aligned-content-image-block{margin-top:0;}@media screen and (max-width: 600px){.o-centered-heading-button{margin:50px 0;}.o-centered-heading-button__container{min-height:unset;padding-top:0;padding-bottom:0;}.o-centered-heading-button__heading{margin-bottom:30px;}}.o-centered-logo-video-hero{min-height:788px;position:relative;display:flex;align-items:flex-end;justify-content:flex-end;overflow:hidden;background-color:var(--theme--secondary-color);}.o-centered-logo-video-hero__fallback-image{position:absolute;top:0;left:0;width:100%;height:100%;background-size:cover;background-position:50% 50%;background-repeat:no-repeat;opacity:0;}.o-centered-logo-video-hero__fallback-image:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-color:var(--color--black);z-index:2;opacity:.4;}.o-centered-logo-video-hero__video-container{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:auto;height:100%;overflow:hidden;aspect-ratio:16/9;pointer-events:none;}.o-centered-logo-video-hero__video-container:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-color:var(--color--black);opacity:.4;}.o-centered-logo-video-hero__video{width:100%;height:100%;}.o-centered-logo-video-hero__container{position:relative;z-index:5;padding-top:60px;padding-bottom:60px;}.o-centered-logo-video-hero__content{position:relative;display:flex;align-items:center;flex-direction:column;justify-content:space-between;margin-top:auto;margin-bottom:50px;z-index:2;}.o-centered-logo-video-hero__logo{max-width:350px;margin-bottom:70px;}.o-centered-logo-video-hero__buttons{margin-left:auto;margin-right:auto;display:flex;align-items:center;justify-content:center;}.o-centered-logo-video-hero__button+.o-centered-logo-video-hero__button{margin-left:20px;}@media (hover: none) and (pointer: coarse){.o-centered-logo-video-hero__video{display:none;}.o-centered-logo-video-hero__fallback-image{opacity:1;}}@media screen and (min-width: 1400px){.o-centered-logo-video-hero__video-container{width:100%;height:auto;}}@media screen and (max-width: 950px){.o-centered-logo-video-hero__container{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;}.o-centered-logo-video-hero__content{flex-direction:column;margin:auto 0;width:100%;}}@media screen and (max-width: 768px){.o-centered-logo-video-hero{min-height:600px;}.o-centered-logo-video-hero__logo{max-width:250px;margin-bottom:40px;}.o-centered-logo-video-hero__buttons{flex-direction:column;max-width:250px;}.o-centered-logo-video-hero__button+.o-centered-logo-video-hero__button{margin-top:20px;margin-left:0;}.o-centered-logo-video-hero__button{display:flex;align-items:center;justify-content:center;width:100%;}}@media screen and (max-width: 600px){.o-centered-logo-video-hero__container{margin:auto 0;}.o-centered-logo-video-hero__content{margin-top:80px;}}.o-centered-newsletter-form-block{margin:70px 0 120px;padding-bottom:60px;}.o-centered-newsletter-form-block__container{position:relative;}.o-centered-newsletter-form-block__block{margin-left:auto;margin-right:auto;position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:80px 40px 0;box-sizing:border-box;max-width:996px;background:var(--bg--primary--gradient--fallback-color);background:var(--bg--primary--gradient--flipped-color);z-index:2;}.o-centered-newsletter-form-block__block:before,.o-centered-newsletter-form-block__block:after{content:"";position:absolute;top:0;height:100%;width:126px;background-image:url("https://cdn-ikpfjol.nitrocdn.com/sFJFvEmonhoQYtgfpLbAzAWEPnNuaFLe/assets/images/optimized/rev-fafaa5e/dartzoneblasters.com/wp-content/themes/dart-zone-platform/assets/images/graphics/red-circles.svg");background-size:contain;}.o-centered-newsletter-form-block__block:before{transform:rotate(180deg);left:0;background-position:right center;}.o-centered-newsletter-form-block__block:after{right:0;background-position:left center;}.o-centered-newsletter-form-block__lines-graphic{width:30%;position:absolute;}.o-centered-newsletter-form-block__lines-graphic--left{left:-10%;top:15%;}.o-centered-newsletter-form-block__lines-graphic--right{right:-10%;bottom:15%;}.o-centered-newsletter-form-block__line{background-color:var(--bg--accent-color);width:100%;height:3px;}.o-centered-newsletter-form-block__line+.o-centered-newsletter-form-block__line{margin-top:8px;}.o-centered-newsletter-form-block__text{font-size:2.5em;line-height:1.25em;font-family:montserrat-extrabold;position:relative;max-width:636px;width:100%;margin:0 auto 40px;text-transform:none;text-align:center;color:var(--color--black);z-index:2;}.o-centered-newsletter-form-block__gravity-form{display:flex;padding:24px;margin-bottom:-50px;width:100%;max-width:636px;background-color:var(--bg--base-color);box-shadow:0 3px 8px rgba(0,0,0,.15);border-radius:5px;box-sizing:border-box;z-index:2;}.o-centered-newsletter-form-block__gravity-form .gform_wrapper{width:100%;}.o-centered-newsletter-form-block__gravity-form form{display:flex;width:100%;}.o-centered-newsletter-form-block__gravity-form .gform_confirmation_wrapper{padding:0;width:100%;text-align:center;}.o-centered-newsletter-form-block__gravity-form .gform_body{width:100%;}.o-centered-newsletter-form-block__gravity-form .gform_body input{width:100%;}.o-centered-newsletter-form-block__gravity-form .m-gravity-form__text{width:100%;}.o-centered-newsletter-form-block__gravity-form .gform_footer{margin-left:24px;}.o-centered-newsletter-form-block__gravity-form .gform_footer .a-button,.o-centered-newsletter-form-block__gravity-form .gform_footer .a-input[type="submit"],.o-centered-newsletter-form-block__gravity-form .gform_footer .o-product-cart input[type="submit"][type="number"],.o-product-cart .o-centered-newsletter-form-block__gravity-form .gform_footer input[type="submit"][type="number"],.o-centered-newsletter-form-block__gravity-form .gform_footer .o-product-cart input[type="submit"][type="text"],.o-product-cart .o-centered-newsletter-form-block__gravity-form .gform_footer input[type="submit"][type="text"],.o-centered-newsletter-form-block__gravity-form .gform_footer .m-logo-links-dropdown__button,.o-centered-newsletter-form-block__gravity-form .gform_footer .m-product-review-form-block .form-submit input,.m-product-review-form-block .form-submit .o-centered-newsletter-form-block__gravity-form .gform_footer input,.o-centered-newsletter-form-block__gravity-form .gform_footer .o-product-description-image-hero .button,.o-product-description-image-hero .o-centered-newsletter-form-block__gravity-form .gform_footer .button,.o-centered-newsletter-form-block__gravity-form .gform_footer .o-product-gallery-hero .button,.o-product-gallery-hero .o-centered-newsletter-form-block__gravity-form .gform_footer .button,.o-centered-newsletter-form-block__gravity-form .gform_footer .o-product-specs-comparison .button,.o-product-specs-comparison .o-centered-newsletter-form-block__gravity-form .gform_footer .button,.o-centered-newsletter-form-block__gravity-form .gform_footer .o-account-dashboard .woocommerce-info a,.o-account-dashboard .woocommerce-info .o-centered-newsletter-form-block__gravity-form .gform_footer a,.o-centered-newsletter-form-block__gravity-form .gform_footer .o-account-dashboard .u-columns .title a,.o-account-dashboard .u-columns .title .o-centered-newsletter-form-block__gravity-form .gform_footer a,.o-centered-newsletter-form-block__gravity-form .gform_footer .o-account-dashboard .button,.o-account-dashboard .o-centered-newsletter-form-block__gravity-form .gform_footer .button,.o-centered-newsletter-form-block__gravity-form .gform_footer .o-cart-checkout .button,.o-cart-checkout .o-centered-newsletter-form-block__gravity-form .gform_footer .button,.o-centered-newsletter-form-block__gravity-form .gform_footer .o-cart-empty .return-to-shop .button,.o-cart-empty .return-to-shop .o-centered-newsletter-form-block__gravity-form .gform_footer .button,.o-centered-newsletter-form-block__gravity-form .gform_footer .o-product-cart .button,.o-product-cart .o-centered-newsletter-form-block__gravity-form .gform_footer .button,.o-centered-newsletter-form-block__gravity-form .gform_footer .o-woocommerce-order-details .order-again .button,.o-woocommerce-order-details .order-again .o-centered-newsletter-form-block__gravity-form .gform_footer .button,.o-centered-newsletter-form-block__gravity-form .gform_footer .m-gravity-form .gform_page_footer .button,.m-gravity-form .gform_page_footer .o-centered-newsletter-form-block__gravity-form .gform_footer .button,.o-centered-newsletter-form-block__gravity-form .gform_footer .woocommerce-message .button,.woocommerce-message .o-centered-newsletter-form-block__gravity-form .gform_footer .button{height:100%;}@media screen and (max-width: 1542px){.o-centered-newsletter-form-block__lines-graphic--right{right:0;}.o-centered-newsletter-form-block__lines-graphic--left{left:0;}}@media screen and (max-width: 950px){.o-centered-newsletter-form-block{margin-bottom:70px;padding-bottom:50px;}.o-centered-newsletter-form-block__block{padding:50px 40px;min-height:unset;}.o-centered-newsletter-form-block__block:before,.o-centered-newsletter-form-block__block:after{background-size:cover;}.o-centered-newsletter-form-block__text{font-size:2em;line-height:1.125em;}.o-centered-newsletter-form-block__gravity-form{padding:16px;margin-bottom:-90px;}}@media screen and (max-width: 768px){.o-centered-newsletter-form-block__text{font-size:1.25em;line-height:1.2em;}}@media screen and (max-width: 600px){.o-centered-newsletter-form-block{margin:50px 0;}.o-centered-newsletter-form-block__block{padding-right:30px;padding-left:30px;}.o-centered-newsletter-form-block__text{font-size:1.125em;line-height:1.22222em;margin-bottom:30px;}.o-centered-newsletter-form-block__gravity-form form{flex-direction:column;align-items:center;justify-content:center;}.o-centered-newsletter-form-block__gravity-form form .gform_footer{margin-left:0;margin-top:20px;}.o-centered-newsletter-form-block__gravity-form .gform_confirmation_message{text-align:center !important;}.o-centered-newsletter-form-block__gravity-form form{flex-direction:column;}.o-centered-newsletter-form-block__gravity-form form .gform_body{margin-bottom:20px;}.o-centered-newsletter-form-block__gravity-form form .m-gravity-form__text.gfield--focused .gfield__label{transform:scale(.8) translateY(-30px) translateX(-20px);}.o-centered-newsletter-form-block__gravity-form form .gform_footer{margin:0 auto;}.o-centered-newsletter-form-block__gravity-form form .gform_footer .a-button,.o-centered-newsletter-form-block__gravity-form form .gform_footer .a-input[type="submit"],.o-centered-newsletter-form-block__gravity-form form .gform_footer .o-product-cart input[type="submit"][type="number"],.o-product-cart .o-centered-newsletter-form-block__gravity-form form .gform_footer input[type="submit"][type="number"],.o-centered-newsletter-form-block__gravity-form form .gform_footer .o-product-cart input[type="submit"][type="text"],.o-product-cart .o-centered-newsletter-form-block__gravity-form form .gform_footer input[type="submit"][type="text"],.o-centered-newsletter-form-block__gravity-form form .gform_footer .m-logo-links-dropdown__button,.o-centered-newsletter-form-block__gravity-form form .gform_footer .m-product-review-form-block .form-submit input,.m-product-review-form-block .form-submit .o-centered-newsletter-form-block__gravity-form form .gform_footer input,.o-centered-newsletter-form-block__gravity-form form .gform_footer .o-product-description-image-hero .button,.o-product-description-image-hero .o-centered-newsletter-form-block__gravity-form form .gform_footer .button,.o-centered-newsletter-form-block__gravity-form form .gform_footer .o-product-gallery-hero .button,.o-product-gallery-hero .o-centered-newsletter-form-block__gravity-form form .gform_footer .button,.o-centered-newsletter-form-block__gravity-form form .gform_footer .o-product-specs-comparison .button,.o-product-specs-comparison .o-centered-newsletter-form-block__gravity-form form .gform_footer .button,.o-centered-newsletter-form-block__gravity-form form .gform_footer .o-account-dashboard .woocommerce-info a,.o-account-dashboard .woocommerce-info .o-centered-newsletter-form-block__gravity-form form .gform_footer a,.o-centered-newsletter-form-block__gravity-form form .gform_footer .o-account-dashboard .u-columns .title a,.o-account-dashboard .u-columns .title .o-centered-newsletter-form-block__gravity-form form .gform_footer a,.o-centered-newsletter-form-block__gravity-form form .gform_footer .o-account-dashboard .button,.o-account-dashboard .o-centered-newsletter-form-block__gravity-form form .gform_footer .button,.o-centered-newsletter-form-block__gravity-form form .gform_footer .o-cart-checkout .button,.o-cart-checkout .o-centered-newsletter-form-block__gravity-form form .gform_footer .button,.o-centered-newsletter-form-block__gravity-form form .gform_footer .o-cart-empty .return-to-shop .button,.o-cart-empty .return-to-shop .o-centered-newsletter-form-block__gravity-form form .gform_footer .button,.o-centered-newsletter-form-block__gravity-form form .gform_footer .o-product-cart .button,.o-product-cart .o-centered-newsletter-form-block__gravity-form form .gform_footer .button,.o-centered-newsletter-form-block__gravity-form form .gform_footer .o-woocommerce-order-details .order-again .button,.o-woocommerce-order-details .order-again .o-centered-newsletter-form-block__gravity-form form .gform_footer .button,.o-centered-newsletter-form-block__gravity-form form .gform_footer .m-gravity-form .gform_page_footer .button,.m-gravity-form .gform_page_footer .o-centered-newsletter-form-block__gravity-form form .gform_footer .button,.o-centered-newsletter-form-block__gravity-form form .gform_footer .woocommerce-message .button,.woocommerce-message .o-centered-newsletter-form-block__gravity-form form .gform_footer .button{padding:14px 20px;}}.o-centered-quote-content{overflow:hidden;}.o-centered-quote-content__container{position:relative;min-height:480px;display:flex;align-items:center;}.o-centered-quote-content__container:before,.o-centered-quote-content__container:after{background-size:cover;background-position:50% 50%;background-repeat:no-repeat;content:"";position:absolute;top:0;background-image:url("https://cdn-ikpfjol.nitrocdn.com/sFJFvEmonhoQYtgfpLbAzAWEPnNuaFLe/assets/images/optimized/rev-fafaa5e/dartzoneblasters.com/wp-content/themes/dart-zone-platform/assets/images/graphics/gray-dart-ball-graphic.svg");width:40%;height:100%;}.o-centered-quote-content__container:before{right:85%;}.o-centered-quote-content__container:after{left:85%;}.o-centered-quote-content__content{margin-left:auto;margin-right:auto;position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;max-width:846px;width:100%;z-index:2;}.o-centered-quote-content__content:before{margin-left:auto;margin-right:auto;content:"";background-image:url("https://cdn-ikpfjol.nitrocdn.com/sFJFvEmonhoQYtgfpLbAzAWEPnNuaFLe/assets/images/optimized/rev-fafaa5e/dartzoneblasters.com/wp-content/themes/dart-zone-platform/assets/images/icons/large/red-quotes.svg");background-size:contain;background-repeat:no-repeat;position:absolute;top:-68px;right:0;left:0;display:flex;align-items:center;justify-content:center;width:160px;height:116px;}.o-centered-quote-content__text{font-family:montserrat-bold;font-size:2.125em;line-height:1.29412em;color:var(--text--bold-color);text-align:center;margin-bottom:30px;position:relative;z-index:2;}.o-centered-quote-content__author{font-family:montserrat-medium;font-size:1.375em;line-height:1.27273em;color:var(--text--bold-color);text-transform:uppercase;text-align:center;}.o-centered-quote-content__button{margin-top:40px;}@media screen and (max-width: 1024px){.o-centered-quote-content__text{font-size:1.875em;line-height:1.13333em;}.o-centered-quote-content__author{font-size:1.125em;line-height:1.22222em;}.o-centered-quote-content__content:before{width:130px;background-position:center bottom;}}@media screen and (max-width: 950px){.o-centered-quote-content{padding-top:50px;}.o-centered-quote-content__container{min-height:unset;}.o-centered-quote-content__text{font-size:1.5em;line-height:1.16667em;}}@media screen and (max-width: 768px){.o-centered-quote-content__content:before{width:100px;height:90px;background-position:center bottom;}.o-centered-quote-content__text{font-size:1.25em;line-height:1.2em;}}@media screen and (max-width: 600px){.o-centered-quote-content__button{margin-top:30px;}.o-centered-quote-content__text{font-size:1.125em;line-height:1.22222em;}.o-centered-quote-content__author{font-size:.875em;line-height:1.28571em;}}.o-centered-search-form{margin:50px 0;}.o-centered-search-form__form{margin-left:auto;margin-right:auto;position:relative;max-width:792px;width:100%;padding:16px;padding:17px 16px;box-shadow:0 3px 8px rgba(0,0,0,.15);box-sizing:border-box;border-radius:5px;background-color:var(--bg--base-color);}.o-centered-search-form__label{font-size:1.25em;line-height:1.4em;font-family:montserrat-semibold;position:absolute;left:22px;color:var(--text--base-color);box-sizing:border-box;}.o-centered-search-form__field{position:relative;display:flex;align-items:center;justify-content:space-between;z-index:2;}.o-centered-search-form__field.m-field--focused label{transform:none !important;opacity:0 !important;z-index:-1 !important;background-color:transparent !important;}.o-centered-search-form__field-wrapper{display:flex;align-items:center;justify-content:center;width:100%;}.o-centered-search-form__input{padding:13px 24px;width:calc(100% - 130px);margin-right:40px;border:0 !important;background-color:transparent !important;z-index:2;}.o-centered-search-form__search-button{display:none;border-radius:var(--border--radius);background-color:var(--button--background-color);transition-timing-function:cubic-bezier(.36,.07,.19,.97);padding:5px;box-sizing:border-box;margin-left:20px;}.o-centered-search-form__search-button:hover{background-color:var(--button--hover-color);}.o-centered-search-form__search-button .a-search-button__line{background-color:var(--button--text-color);}.o-centered-search-form__search-button .a-search-button__circle{border-color:var(--button--text-color);}@media screen and (hover: none){.o-centered-search-form__input{border-bottom:2px solid var(--text--base-color) !important;}}@media screen and (max-width: 1024px){.o-centered-search-form__label{font-size:1.125em;line-height:1.22222em;}}@media screen and (max-width: 950px){.o-centered-search-form__field{flex-direction:column;}.o-centered-search-form__field.m-field--focused label{opacity:1 !important;}.o-centered-search-form__field-wrapper{flex-direction:column;}.o-centered-search-form__label{font-size:1em;line-height:1.25em;position:relative;left:auto;right:auto;margin-bottom:10px;text-align:center;}.o-centered-search-form__input{margin-right:0;margin-bottom:30px;width:100%;border-bottom:2px solid var(--text--base-color) !important;}}@media screen and (max-width: 600px){.o-centered-search-form{margin-bottom:20px;}.o-centered-search-form__form{padding:14px 12px;}.o-centered-search-form__label{display:block;}.o-centered-search-form__input{margin-bottom:20px;}.o-centered-search-form__input::-moz-placeholder{color:transparent !important;}.o-centered-search-form__input::placeholder{color:transparent !important;}.o-centered-search-form__field-wrapper{flex-direction:row;}.o-centered-search-form__button{display:none;}.o-centered-search-form__search-button{display:flex;}}.o-centered-social-platforms-cta-block{margin:120px 0 100px;overflow:hidden;}.o-centered-social-platforms-cta-block__container{position:relative;}.o-centered-social-platforms-cta-block__lines-graphic{width:30%;position:absolute;}.o-centered-social-platforms-cta-block__lines-graphic--left{left:-10%;top:15%;}.o-centered-social-platforms-cta-block__lines-graphic--right{right:-10%;bottom:15%;}.o-centered-social-platforms-cta-block__line{background-color:var(--bg--accent-color);width:100%;height:3px;}.o-centered-social-platforms-cta-block__line+.o-centered-social-platforms-cta-block__line{margin-top:8px;}.o-centered-social-platforms-cta-block__block{margin-left:auto;margin-right:auto;position:relative;background:var(--bg--primary--gradient--fallback-color);background:var(--bg--primary--gradient-color);padding:80px 0;box-sizing:border-box;transform:skew(10deg);max-width:1082px;width:100%;z-index:2;}.o-centered-social-platforms-cta-block__inner{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:0 40px;box-sizing:border-box;transform:skew(-10deg);}.o-centered-social-platforms-cta-block__heading{color:var(--color--black);max-width:665px;margin-bottom:22px;text-align:center;}.o-centered-social-platforms-cta-block__social-icon-buttons .m-social-icon-buttons__item+.m-social-icon-buttons__item{margin-left:30px;}.o-centered-social-platforms-cta-block__social-icon-buttons .a-social-icon-button{height:78px;width:78px;}.o-centered-social-platforms-cta-block__social-icon-buttons .a-social-icon-button svg{height:34px;width:34px;max-height:unset;}@media screen and (max-width: 1024px){.o-centered-social-platforms-cta-block__social-icon-buttons .m-social-icon-buttons__item+.m-social-icon-buttons__item{margin-left:20px;}.o-centered-social-platforms-cta-block__social-icon-buttons .a-social-icon-button{height:50px;width:50px;}.o-centered-social-platforms-cta-block__social-icon-buttons .a-social-icon-button svg{height:20px;width:20px;}}@media screen and (max-width: 950px){.o-centered-social-platforms-cta-block{margin:70px 0;}.o-centered-social-platforms-cta-block__block{padding:70px 0;}.o-centered-social-platforms-cta-block__social-icon-buttons .m-social-icon-buttons__item+.m-social-icon-buttons__item{margin-left:16px;}}@media screen and (max-width: 600px){.o-centered-social-platforms-cta-block{margin:50px 0;}.o-centered-social-platforms-cta-block__block{padding:50px 0;}.o-centered-social-platforms-cta-block__block,.o-centered-social-platforms-cta-block__inner{transform:skew(0deg);}.o-centered-social-platforms-cta-block__heading{font-size:1.625em;line-height:1.15385em;}.o-centered-social-platforms-cta-block__social-icon-buttons .m-social-icon-buttons__item+.m-social-icon-buttons__item{margin-left:10px;}}@media screen and (max-width: 500px){.o-centered-social-platforms-cta-block__container{padding:0;}.o-centered-social-platforms-cta-block__block{padding-right:30px;padding-left:30px;}}.o-centered-text-callout{position:relative;margin:-40px 0;overflow:hidden;}.o-centered-text-callout__container{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;padding-top:40px;padding-bottom:40px;min-height:480px;}.o-centered-text-callout__container:before,.o-centered-text-callout__container:after{background-size:cover;background-position:50% 50%;background-repeat:no-repeat;content:"";position:absolute;top:50%;width:37.5%;height:100%;transform:translateY(-50%);max-height:480px;background-image:url("https://cdn-ikpfjol.nitrocdn.com/sFJFvEmonhoQYtgfpLbAzAWEPnNuaFLe/assets/images/optimized/rev-fafaa5e/dartzoneblasters.com/wp-content/themes/dart-zone-platform/assets/images/graphics/gray-dart-ball-graphic.svg");}.o-centered-text-callout__container:before{right:85%;}.o-centered-text-callout__container:after{left:85%;}.o-centered-text-callout__text{margin-left:auto;margin-right:auto;position:relative;text-align:center;text-transform:none;max-width:996px;width:100%;z-index:4;color:var(--text--bold-color);}.o-centered-text-callout__logo-links{position:relative;margin-top:40px;width:100%;z-index:6;}@media screen and (max-width: 1024px){.o-centered-text-callout__container{min-height:400px;}}@media screen and (max-width: 950px){.o-centered-text-callout{margin:-30px 0;}.o-centered-text-callout__container{padding-top:20px;padding-bottom:20px;min-height:unset;}}@media screen and (max-width: 768px){.o-centered-text-callout__logo-links{max-width:400px;}.o-centered-text-callout__logo-links .m-logo-links__list{flex-wrap:wrap;}.o-centered-text-callout__logo-links .m-logo-links__item{width:calc(50% - 11px);margin-right:22px;display:flex;align-items:center;justify-content:center;}.o-centered-text-callout__logo-links .m-logo-links__item:nth-child(2n){margin-right:0;}.o-centered-text-callout__logo-links .m-logo-links__item:nth-child(2) ~ *{margin-top:22px;}.o-centered-text-callout__logo-links .m-logo-links__item+.m-logo-links__item{margin-left:unset;}}@media screen and (max-width: 600px){.o-centered-text-callout{margin:50px 0;}.o-centered-text-callout__container{padding-top:0;padding-bottom:0;}.o-centered-text-callout__logo-links{margin-top:30px;}.o-centered-text-callout__logo-links .m-logo-links__list{flex-wrap:none;flex-direction:column;}.o-centered-text-callout__logo-links .m-logo-links__item{width:calc(100% - 0px);margin-right:12px;}.o-centered-text-callout__logo-links .m-logo-links__item:nth-child(1n){margin-right:0;}.o-centered-text-callout__logo-links .m-logo-links__item:nth-child(1) ~ *{margin-top:12px;}.o-centered-text-callout+.o-logo-aligned-cta-visual-block{margin-top:120px;}}.o-centered-text-gradient-hero{position:relative;display:flex;align-items:stretch;min-height:420px;background:var(--bg--secondary--gradient--fallback-color);background:var(--bg--secondary--gradient-color);overflow:hidden;}.o-centered-text-gradient-hero:after{transition:all .15s ease-in-out;content:"";position:absolute;right:0;bottom:0;left:0;width:100%;height:42px;background-image:url("https://cdn-ikpfjol.nitrocdn.com/sFJFvEmonhoQYtgfpLbAzAWEPnNuaFLe/assets/images/optimized/rev-fafaa5e/dartzoneblasters.com/wp-content/themes/dart-zone-platform/assets/images/graphics/gray-columns-graphic.svg");background-size:contain;background-repeat:repeat;}.o-centered-text-gradient-hero__container{display:flex;flex-direction:column;align-items:center;justify-content:center;padding-top:120px;padding-bottom:120px;}.o-centered-text-gradient-hero__kicker{font-family:montserrat-semibold;font-size:1.5em;line-height:1.16667em;color:var(--color--gray-100);text-transform:uppercase;margin-bottom:20px;}.o-centered-text-gradient-hero__heading{margin-left:auto;margin-right:auto;text-align:center;max-width:800px;width:100%;color:var(--color--gray-100);}.o-centered-text-gradient-hero__wysiwyg{margin-top:40px;text-align:center;}.o-centered-text-gradient-hero__wysiwyg p,.o-centered-text-gradient-hero__wysiwyg a{font-size:18px;line-height:28px;color:var(--color--gray-100);}.o-centered-text-gradient-hero__wysiwyg a{text-decoration:underline;}.o-centered-text-gradient-hero__footer{display:flex;align-items:center;justify-content:center;margin-top:40px;}.o-centered-text-gradient-hero__button+.o-centered-text-gradient-hero__button{margin-left:20px;}.o-centered-text-gradient-hero+.o-gravity-form-block{position:relative;margin-top:-42px;z-index:5;}.o-centered-text-gradient-hero+.o-featured-logos-block{position:relative;margin-top:-60px;z-index:2;}@media screen and (max-width: 1330px){.o-centered-text-gradient-hero:after{background-size:cover;background-position:50% 50%;background-repeat:no-repeat;}}@media screen and (max-width: 1024px){.o-centered-text-gradient-hero__kicker{font-size:1.25em;line-height:1.2em;}}@media screen and (max-width: 950px){.o-centered-text-gradient-hero__footer{flex-direction:column;}.o-centered-text-gradient-hero__button{display:flex;align-items:center;justify-content:center;text-align:center;min-width:200px;}.o-centered-text-gradient-hero__button+.o-centered-text-gradient-hero__button{margin-top:20px;margin-left:0;}}@media screen and (max-width: 768px){.o-centered-text-gradient-hero__kicker{font-size:1.125em;line-height:1.22222em;}}@media screen and (max-width: 600px){.o-centered-text-gradient-hero{min-height:300px;}.o-centered-text-gradient-hero__wysiwyg{margin-top:30px;text-align:center;}.o-centered-text-gradient-hero__wysiwyg p,.o-centered-text-gradient-hero__wysiwyg a{font-size:16px;line-height:20px;}.o-centered-text-gradient-hero__footer{margin-top:30px;}}.o-centered-text{margin-top:100px;margin-bottom:100px;}@media screen and (max-width: 768px){.o-centered-text{margin-top:70px;margin-bottom:70px;}}@media screen and (max-width: 600px){.o-centered-text{margin-top:50px;margin-bottom:50px;}}.o-centered-text__container{max-width:872px;}.o-centered-text__heading{text-align:center;color:var(--text--bold-color);}.o-centered-text__text{text-align:center;margin-top:30px;}.o-centered-text__text p{font-family:montserrat-medium;font-size:1.375em;line-height:1.45455em;color:var(--text--base-color);}.o-centered-text__text p+p{margin-top:12px;}@media screen and (max-width: 768px){.o-centered-text__text p{font-size:1.25em;line-height:1.2em;}}@media screen and (max-width: 600px){.o-centered-text__text p{font-size:1.125em;line-height:1.22222em;}}@media screen and (max-width: 500px){.o-centered-text__text p{font-size:1em;line-height:1.25em;}}.o-centered-wide-post-thumbnail-card{margin:70px 0;}.o-centered-wide-post-thumbnail-card__container{display:flex;flex-direction:column;align-items:center;justify-content:center;}.o-centered-wide-post-thumbnail-card__heading{margin:0 auto -14px;color:var(--text--base-color);}@media screen and (max-width: 950px){.o-centered-wide-post-thumbnail-card__heading{margin-bottom:30px;}}.o-collection-block{position:relative;display:flex;flex-direction:column;overflow:hidden;background:#404041;background:linear-gradient(135deg,#404041 0%,#000 100%);}.o-collection-block--empty-state .o-collection-block__inner{padding-right:60px;padding-left:60px;}.o-collection-block--empty-state .o-collection-block__header{padding:0;}.o-collection-block__container{position:relative;max-width:1400px;}.o-collection-block__container:after{content:"";background-image:url("https://cdn-ikpfjol.nitrocdn.com/sFJFvEmonhoQYtgfpLbAzAWEPnNuaFLe/assets/images/optimized/rev-fafaa5e/dartzoneblasters.com/wp-content/themes/dart-zone-platform/assets/images/graphics/lb-white-graphic.svg");position:absolute;top:-4px;right:40px;height:26px;width:768px;}.o-collection-block__inner{position:relative;display:flex;flex-direction:column;padding:80px 0;box-sizing:border-box;overflow:hidden;}.o-collection-block__header{width:100%;display:flex;justify-content:space-between;align-items:flex-start;padding:0 60px;box-sizing:border-box;}.o-collection-block__header-text{display:flex;flex-direction:column;max-width:486px;width:100%;margin-right:40px;}.o-collection-block__heading{color:var(--color--white);}.o-collection-block__product-count{font-size:1.375em;line-height:1.18182em;font-family:montserrat-medium;margin-top:10px;color:var(--color--gray-200);text-transform:uppercase;}.o-collection-block__main{display:flex;flex-direction:column;margin-top:30px;}.o-collection-block__modal .m-modal__wrapper{max-height:calc(100vh - 100px);overflow:scroll;}.o-collection-block__modal .o-aligned-steps-form{margin-top:80px;margin-bottom:80px;}.o-collection-block__modal .o-aligned-steps-form__form-pages{margin:0;}.o-collection-block__modal .o-aligned-steps-form__container{max-width:872px;}.o-collection-block__modal .m-large-radio-buttons__legend{margin-right:auto;text-align:center;}.o-collection-block__modal .a-large-radio-button__image{height:100px;}.o-collection-block__modal .o-aligned-steps-form__footer{margin-left:0;}.o-collection-block__empty-state{border-top:4px solid var(--color--black);padding-top:30px;margin-top:30px;}.o-collection-block__text{font-family:montserrat-medium;font-size:1.375em;line-height:1.45455em;color:var(--color--gray-200);max-width:588px;width:100%;}.o-collection-block__main-empty{display:flex;align-items:center;position:relative;margin-top:70px;padding:0 20px;box-sizing:border-box;border-top:2px solid var(--color--gray-400);border-bottom:2px solid var(--color--gray-400);}.o-collection-block__main-empty svg{width:40%;height:auto;margin:40px 0;}.o-collection-block__product-image-empty{background-size:cover;background-position:50% 50%;background-position:right center;background-repeat:no-repeat;position:absolute;top:0;right:0;height:100%;width:53.5%;}.o-collection-block__product-image-empty-mobile{display:none;}.o-collection-block__accessories-empty{margin-top:30px;margin-bottom:30px;padding:0 20px;box-sizing:border-box;}.o-collection-block__accessories-list-empty{display:flex;margin-top:15px;justify-content:space-between;}.o-collection-block__accessories-list-empty svg{max-width:568px;}.o-collection-block__accessories-list-empty svg+svg{margin-left:24px;}.o-collection-block__darts-empty{border-top:2px solid var(--color--gray-400);border-bottom:2px solid var(--color--gray-400);padding:26px 20px;box-sizing:border-box;display:flex;align-items:center;justify-content:space-between;}.o-collection-block__darts-list-empty{max-width:900px;display:flex;margin-left:40px;}.o-collection-block__darts-list-empty svg{max-width:290px;width:100%;}.o-collection-block__darts-list-empty svg+svg{margin-left:14px;}.o-collection-block__subheading{color:var(--color--gray-400);}@media screen and (max-width: 950px){.o-collection-block--empty-state .o-collection-block__inner{padding-right:40px;padding-left:40px;}.o-collection-block__container:after{background-position:right top;background-repeat:no-repeat;background-size:contain;width:600px;right:30px;}.o-collection-block__header{flex-direction:column;align-items:flex-start;padding:0 40px;}.o-collection-block__header-text{margin-right:0;margin-bottom:30px;}.o-collection-block__product-count{font-size:1.125em;line-height:1.22222em;}.o-collection-block__text{font-size:1.125em;line-height:1.33333em;}.o-collection-block__main-empty{flex-direction:column;align-items:flex-start;margin-top:40px;padding:30px 0;}.o-collection-block__main-empty svg{width:60%;margin:0;}.o-collection-block__product-image-empty{display:none;}.o-collection-block__product-image-empty-mobile{display:flex;width:80%;margin-bottom:40px;}.o-collection-block__accessories-empty,.o-collection-block__darts-empty{padding-right:0;padding-left:0;}.o-collection-block__accessories-list-empty{flex-direction:column;max-width:500px;margin-top:20px;}.o-collection-block__accessories-list-empty svg{width:100%;}.o-collection-block__accessories-list-empty svg+svg{margin-top:10px;margin-left:0;}.o-collection-block__darts-empty{flex-direction:column;align-items:flex-start;}.o-collection-block__darts-list-empty{flex-direction:column;margin-top:20px;margin-left:0;}.o-collection-block__darts-list-empty svg+svg{margin-top:10px;margin-left:0;}.o-collection-block__modal .m-modal__wrapper{max-height:calc(100vh - 150px);}.o-collection-block__modal .o-aligned-steps-form{margin-top:60px;margin-bottom:60px;}}@media screen and (max-width: 600px){.o-collection-block--empty-state .o-collection-block__inner{padding-right:20px;padding-left:20px;}.o-collection-block__container{padding:0 10px;}.o-collection-block__inner{padding:70px 0;}.o-collection-block__header{padding:0 20px;}.o-collection-block__product-count{font-size:.875em;line-height:1.28571em;}.o-collection-block__text{font-size:1em;line-height:1.25em;}.o-collection-block__product-image-empty-mobile,.o-collection-block__main-empty svg{width:85%;}.o-collection-block__accessories-list-empty svg{height:86px;}.o-collection-block__modal .o-aligned-steps-form__form-pages{padding:0 !important;}}@media screen and (max-width: 500px){.o-collection-block__accessories-list-empty svg{height:50px;}.o-collection-block__darts-list-empty svg{height:34px;}}.o-compatible-blasters-for-darts-hero{margin:120px 0 60px;}.o-compatible-blasters-for-darts-hero__container{max-width:1400px;padding:0;}.o-compatible-blasters-for-darts-hero__block{margin-left:auto;margin-right:auto;position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;max-width:1320px;padding:92px 60px 0;box-sizing:border-box;}.o-compatible-blasters-for-darts-hero__block:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:#f5f5f5;background:linear-gradient(45deg,#f5f5f5 0%,#e7e7e7 100%);max-height:600px;}.o-compatible-blasters-for-darts-hero__block:after{content:"";position:absolute;top:0;left:0;height:28px;width:58%;background-image:url("https://cdn-ikpfjol.nitrocdn.com/sFJFvEmonhoQYtgfpLbAzAWEPnNuaFLe/assets/images/optimized/rev-fafaa5e/dartzoneblasters.com/wp-content/themes/dart-zone-platform/assets/images/graphics/fdlib-graphic-top-left.svg");background-size:cover;background-position:right center;}.o-compatible-blasters-for-darts-hero__callout{font-family:montserrat-extrabold;font-size:5em;line-height:.875em;position:absolute;top:-10px;right:-5px;letter-spacing:.5px;-webkit-text-stroke-width:4px;-webkit-text-stroke-color:var(--color--white);text-transform:uppercase;max-width:572px;width:100%;text-align:right;color:transparent;}.o-compatible-blasters-for-darts-hero__heading{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;margin:0 auto 25px;text-align:center;max-width:792px;width:100%;z-index:2;color:var(--text--bold-color);}.o-compatible-blasters-for-darts-hero__headline{font-family:montserrat-bold;font-size:24px;line-height:28px;letter-spacing:.5px;text-transform:uppercase;padding:0 10px;background-color:var(--theme--primary-color);color:var(--color--white);margin-bottom:30px;}.o-compatible-blasters-for-darts-hero__product-headline{font-family:montserrat-semibold;font-size:22px;line-height:30px;letter-spacing:1px;color:var(--text--base-color);margin-bottom:10px;text-transform:uppercase;}.o-compatible-blasters-for-darts-hero__product-heading{font-family:montserrat-extrabold;font-size:50px;line-height:60px;color:var(--text--bold-color);}.o-compatible-blasters-for-darts-hero__dart-list{position:relative;display:flex;flex-wrap:wrap;align-items:center;justify-content:center;width:100%;margin-bottom:100px;z-index:2;}.o-compatible-blasters-for-darts-hero__dart-item{width:calc(33.33333% - 15px);margin-right:22px;display:flex;}.o-compatible-blasters-for-darts-hero__dart-item:nth-child(3n){margin-right:0;}.o-compatible-blasters-for-darts-hero__dart-item:nth-child(3) ~ *{margin-top:28px;}.o-compatible-blasters-for-darts-hero__product-thumbnail-cards{position:relative;margin-bottom:100px;z-index:2;}.o-compatible-blasters-for-darts-hero__product-thumbnail-cards .m-product-thumbnail-cards__list{display:flex;flex-wrap:wrap;align-items:stretch;justify-content:center;}.o-compatible-blasters-for-darts-hero__product-thumbnail-cards .m-product-thumbnail-cards__item{width:calc(33.33333% - 19px);margin-right:28px;display:flex;}.o-compatible-blasters-for-darts-hero__product-thumbnail-cards .m-product-thumbnail-cards__item:nth-child(3n){margin-right:0;}.o-compatible-blasters-for-darts-hero__product-thumbnail-cards .m-product-thumbnail-cards__item:nth-child(3) ~ *{margin-top:24px;}.o-compatible-blasters-for-darts-hero__button{font-size:3.125em;line-height:1em;display:flex;align-items:center;justify-content:center;padding:65px 40px;margin-bottom:-90px;max-width:996px;width:100%;}@media screen and (max-width: 1400px){.o-compatible-blasters-for-darts-hero__container{padding-right:40px;padding-left:40px;}}@media screen and (max-width: 1220px){.o-compatible-blasters-for-darts-hero__block:after{width:45%;}}@media screen and (max-width: 1200px){.o-compatible-blasters-for-darts-hero__callout{font-size:3.75em;line-height:1em;}.o-compatible-blasters-for-darts-hero__button{font-size:2.5em;line-height:1em;padding:55px 30px;}}@media screen and (max-width: 1024px){.o-compatible-blasters-for-darts-hero__callout{font-size:3.125em;line-height:1em;}.o-compatible-blasters-for-darts-hero__button{font-size:2em;line-height:1.125em;padding:45px 30px;}}@media screen and (max-width: 950px){.o-compatible-blasters-for-darts-hero__block{padding:80px 40px 50px;}.o-compatible-blasters-for-darts-hero__block:before{height:100%;max-height:unset;}.o-compatible-blasters-for-darts-hero__block:after{height:20px;width:55%;}.o-compatible-blasters-for-darts-hero__callout{position:relative;top:0;right:0;margin:0 auto 20px;-webkit-text-stroke-width:2px;text-align:center;}.o-compatible-blasters-for-darts-hero__heading{font-size:1.875em;line-height:1.13333em;margin-bottom:40px;}.o-compatible-blasters-for-darts-hero__dart-list{flex-direction:column;align-items:center;justify-content:center;max-width:300px;margin-bottom:60px;}.o-compatible-blasters-for-darts-hero__dart-item{width:100%;margin:0 !important;}.o-compatible-blasters-for-darts-hero__dart-item:not(:first-of-type){margin-top:20px !important;}.o-compatible-blasters-for-darts-hero__product-thumbnail-cards{margin-bottom:60px;}.o-compatible-blasters-for-darts-hero__product-thumbnail-cards .m-product-thumbnail-cards__list{flex-direction:column;}.o-compatible-blasters-for-darts-hero__product-thumbnail-cards .m-product-thumbnail-cards__item{margin:0 !important;width:100%;}.o-compatible-blasters-for-darts-hero__product-thumbnail-cards .m-product-thumbnail-cards__item:not(:first-of-type){margin-top:16px !important;}.o-compatible-blasters-for-darts-hero__button{font-size:1.5em;line-height:1.16667em;padding:30px;max-width:unset;width:unset;margin-bottom:0;}}@media screen and (max-width: 768px){.o-compatible-blasters-for-darts-hero__callout{font-size:2.5em;line-height:1em;}.o-compatible-blasters-for-darts-hero__button{font-size:1em;line-height:1.25em;padding:14px 20px;}}@media screen and (max-width: 600px){.o-compatible-blasters-for-darts-hero__container{padding-right:30px;padding-left:30px;}.o-compatible-blasters-for-darts-hero__block{padding-right:30px;padding-left:30px;}.o-compatible-blasters-for-darts-hero__block:after{width:80%;}.o-compatible-blasters-for-darts-hero__callout{font-size:2em;line-height:1.125em;}.o-compatible-blasters-for-darts-hero__heading{font-size:1.25em;line-height:1.2em;margin-bottom:30px;}.o-compatible-blasters-for-darts-hero__dart-list{margin-bottom:40px;}}@media screen and (max-width: 500px){.o-compatible-blasters-for-darts-hero__button{font-size:.875em;line-height:1.28571em;}}.o-compatible-darts-for-blaster-hero{margin:120px 0 60px;}.o-compatible-darts-for-blaster-hero__container{max-width:1400px;padding:0;}.o-compatible-darts-for-blaster-hero__block{margin-left:auto;margin-right:auto;position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;max-width:1320px;padding:120px 60px 0;box-sizing:border-box;background:#f5f5f5;background:linear-gradient(45deg,#f5f5f5 0%,#e7e7e7 100%);}.o-compatible-darts-for-blaster-hero__block:after{content:"";position:absolute;top:0;left:0;height:28px;width:58%;background-image:url("https://cdn-ikpfjol.nitrocdn.com/sFJFvEmonhoQYtgfpLbAzAWEPnNuaFLe/assets/images/optimized/rev-fafaa5e/dartzoneblasters.com/wp-content/themes/dart-zone-platform/assets/images/graphics/fdlib-graphic-top-left.svg");background-size:cover;background-position:right center;}.o-compatible-darts-for-blaster-hero__callout{font-family:montserrat-extrabold;font-size:5em;line-height:.875em;position:absolute;top:-10px;right:-5px;letter-spacing:.5px;-webkit-text-stroke-width:4px;-webkit-text-stroke-color:var(--color--white);text-transform:uppercase;max-width:572px;width:100%;text-align:right;color:transparent;}.o-compatible-darts-for-blaster-hero__content{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;}.o-compatible-darts-for-blaster-hero__heading{display:flex;flex-direction:column;align-items:center;justify-content:center;margin:0 auto 25px;text-align:center;max-width:792px;width:100%;}.o-compatible-darts-for-blaster-hero__headline{font-family:montserrat-bold;font-size:24px;line-height:28px;letter-spacing:.5px;text-transform:uppercase;padding:0 10px;background-color:var(--theme--primary-color);color:var(--color--black);margin-bottom:30px;}.o-compatible-darts-for-blaster-hero__product-headline{font-family:montserrat-semibold;font-size:22px;line-height:30px;letter-spacing:1px;color:var(--text--base-color);margin-bottom:10px;text-transform:uppercase;}.o-compatible-darts-for-blaster-hero__product-heading{font-family:montserrat-extrabold;font-size:50px;line-height:60px;color:var(--text--bold-color);}.o-compatible-darts-for-blaster-hero__list{margin-bottom:100px;display:flex;flex-wrap:wrap;align-items:center;justify-content:center;}@media screen and (max-width: 768px){.o-compatible-darts-for-blaster-hero__list{margin-bottom:70px;}}@media screen and (max-width: 600px){.o-compatible-darts-for-blaster-hero__list{margin-bottom:50px;}}.o-compatible-darts-for-blaster-hero__item{width:calc(33.33333% - 15px);margin-right:22px;display:flex;}.o-compatible-darts-for-blaster-hero__item:nth-child(3n){margin-right:0;}.o-compatible-darts-for-blaster-hero__item:nth-child(3) ~ *{margin-top:28px;}.o-compatible-darts-for-blaster-hero__button{font-size:3.125em;line-height:1em;display:flex;align-items:center;justify-content:center;padding:65px 40px;margin-bottom:-90px;max-width:996px;width:100%;}@media screen and (max-width: 1400px){.o-compatible-darts-for-blaster-hero__container{padding-right:40px;padding-left:40px;}}@media screen and (max-width: 1220px){.o-compatible-darts-for-blaster-hero__block:after{width:45%;}}@media screen and (max-width: 1200px){.o-compatible-darts-for-blaster-hero__callout{font-size:3.75em;line-height:1em;}.o-compatible-darts-for-blaster-hero__button{font-size:2.5em;line-height:1em;padding:55px 30px;}}@media screen and (max-width: 1024px){.o-compatible-darts-for-blaster-hero__headline{font-size:1.25em;line-height:1.2em;}.o-compatible-darts-for-blaster-hero__product-headline{font-size:1.125em;line-height:1.22222em;}.o-compatible-darts-for-blaster-hero__product-heading{font-size:2.5em;line-height:1.25em;}.o-compatible-darts-for-blaster-hero__button{font-size:2em;line-height:1.125em;padding:45px 30px;}}@media screen and (max-width: 950px){.o-compatible-darts-for-blaster-hero__block{padding:80px 40px 50px;}.o-compatible-darts-for-blaster-hero__block:after{height:20px;width:55%;}.o-compatible-darts-for-blaster-hero__callout{position:relative;top:0;right:0;margin:0 auto 20px;-webkit-text-stroke-width:2px;text-align:center;}.o-compatible-darts-for-blaster-hero__heading{margin-bottom:60px;}.o-compatible-darts-for-blaster-hero__product-heading{font-size:2.25em;line-height:1.11111em;}.o-compatible-darts-for-blaster-hero__list{display:flex;flex-direction:column;align-items:center;justify-content:center;max-width:300px;}.o-compatible-darts-for-blaster-hero__item{width:100%;margin:0 !important;}.o-compatible-darts-for-blaster-hero__item:not(:first-of-type){margin-top:20px !important;}.o-compatible-darts-for-blaster-hero__button{font-size:1.5em;line-height:1.16667em;padding:30px;max-width:unset;width:unset;margin-bottom:0;}}@media screen and (max-width: 768px){.o-compatible-darts-for-blaster-hero__callout{font-size:2.5em;line-height:1em;}.o-compatible-darts-for-blaster-hero__button{font-size:1em;line-height:1.25em;padding:14px 20px;}}@media screen and (max-width: 600px){.o-compatible-darts-for-blaster-hero__container{padding-right:30px;padding-left:30px;}.o-compatible-darts-for-blaster-hero__block{padding-right:30px;padding-left:30px;}.o-compatible-darts-for-blaster-hero__block:after{width:80%;}.o-compatible-darts-for-blaster-hero__callout{font-size:2em;line-height:1.125em;}.o-compatible-darts-for-blaster-hero__heading{margin-bottom:30px;}.o-compatible-darts-for-blaster-hero__headline{font-size:1em;line-height:1.25em;margin-bottom:10px;}.o-compatible-darts-for-blaster-hero__product-headline{font-size:.875em;line-height:1.28571em;}.o-compatible-darts-for-blaster-hero__product-heading{font-size:1.75em;line-height:1.14286em;}}@media screen and (max-width: 500px){.o-compatible-darts-for-blaster-hero__button{font-size:.875em;line-height:1.28571em;}}.o-event-callout-block{margin:120px 0;overflow:hidden;}.o-event-callout-block__container{position:relative;display:flex;align-items:center;z-index:2;padding-top:30px;padding-bottom:30px;}.o-event-callout-block__container:before{content:url("https://cdn-ikpfjol.nitrocdn.com/sFJFvEmonhoQYtgfpLbAzAWEPnNuaFLe/assets/images/optimized/rev-fafaa5e/dartzoneblasters.com/wp-content/themes/dart-zone-platform/assets/images/graphics/ecb-white-blocks.svg");position:absolute;z-index:2;top:0;left:0;}.o-event-callout-block__container:after{position:absolute;top:0;left:0;left:-200px;width:100%;width:calc(100% + 100px);height:100%;content:"";background:var(--bg--secondary--gradient--fallback-color);background:var(--bg--secondary--gradient-color);transform:skew(-10deg);}.o-event-callout-block__main{position:relative;display:flex;flex-direction:column;max-width:756px;width:100%;margin-right:62px;padding:40px 0;box-sizing:border-box;z-index:2;}.o-event-callout-block__heading{margin:0 auto 40px;color:var(--color--white);text-align:center;}.o-event-callout-block__list{display:flex;justify-content:space-between;}.o-event-callout-block__list-item{display:flex;flex-direction:column;align-items:center;text-align:center;}.o-event-callout-block__list-item+.o-event-callout-block__list-item{margin-left:20px;}.o-event-callout-block__list-item-number{font-size:1.375em;line-height:1.27273em;line-height:83px;font-family:montserrat-bold;color:var(--color--gray-100);margin-bottom:20px;background-image:url("https://cdn-ikpfjol.nitrocdn.com/sFJFvEmonhoQYtgfpLbAzAWEPnNuaFLe/assets/images/optimized/rev-fafaa5e/dartzoneblasters.com/wp-content/themes/dart-zone-platform/assets/images/icons/small/scope-hexagon-icon.svg");width:73px;height:83px;display:inline-block;background-size:contain;background-position:center;background-repeat:no-repeat;text-align:center;}.o-event-callout-block__list-item-number.nitro-lazy{background-image:none !important;}.o-event-callout-block__list-item-headline{font-size:1em;line-height:1.5625em;font-family:montserrat-medium;letter-spacing:1px;text-transform:uppercase;margin-bottom:10px;color:var(--color--gray-100);}.o-event-callout-block__list-item-heading{font-size:2em;line-height:1.1875em;font-family:montserrat-bold;color:var(--color--white);margin-bottom:10px;}.o-event-callout-block__list-item-text{font-family:montserrat-medium;font-size:1.125em;line-height:1.55556em;color:var(--color--gray-200);}.o-event-callout-block__post-thumbnail-card{position:relative;z-index:2;}@media screen and (max-width: 1200px){.o-event-callout-block__list-item-number{font-size:1.25em;}.o-event-callout-block__list-item-headline{font-size:1em;line-height:1.25em;}.o-event-callout-block__list-item-heading{font-size:1.75em;line-height:1.14286em;}.o-event-callout-block__list-item-text{font-size:1em;line-height:1.25em;}}@media screen and (max-width: 1024px){.o-event-callout-block__list-item-number{font-size:1.125em;margin-bottom:16px;}.o-event-callout-block__list-item-headline{margin-bottom:8px;}.o-event-callout-block__list-item-heading{font-size:1.5em;line-height:1.16667em;margin-bottom:8px;}}@media screen and (max-width: 950px){.o-event-callout-block{position:relative;margin:70px 0;padding:70px 0;background:linear-gradient(45deg,#404041 0%,#000 100%);}.o-event-callout-block:before{content:url("https://cdn-ikpfjol.nitrocdn.com/sFJFvEmonhoQYtgfpLbAzAWEPnNuaFLe/assets/images/optimized/rev-fafaa5e/dartzoneblasters.com/wp-content/themes/dart-zone-platform/assets/images/graphics/ecb-white-blocks.svg");position:absolute;z-index:2;top:0;left:0;}.o-event-callout-block__container{flex-direction:column;padding-top:0;padding-bottom:0;}.o-event-callout-block__container:before,.o-event-callout-block__container:after{display:none;}.o-event-callout-block__main{margin-right:0;margin-bottom:40px;}}@media screen and (max-width: 768px){.o-event-callout-block{padding-top:90px;}.o-event-callout-block__main{padding:0;}.o-event-callout-block__list{flex-direction:column;}.o-event-callout-block__list-item+.o-event-callout-block__list-item{margin-top:20px;margin-left:0;}}.o-events-feed{margin:70px 0;}.o-events-feed__heading{margin:0 auto -12px;text-align:center;max-width:750px;color:var(--text--base-color);}.o-events-feed__search-menu-container{margin-bottom:30px;}.o-events-feed__text{font-family:montserrat-semibold;font-size:1.25em;line-height:1.2em;text-align:center;color:var(--text--base-color);margin:70px 0;}.o-events-feed__pagination{margin:60px auto 0;}.o-events-feed__clear-filters{margin:30px auto;padding:14px 20px;justify-content:center;font-size:14px;line-height:14px;align-items:center;text-align:center;max-width:200px;}@media screen and (max-width: 950px){.o-events-feed__post-thumbnail-cards{margin-left:auto;margin-right:auto;max-width:382px;width:100%;}.o-events-feed__post-thumbnail-cards .m-post-thumbnail-cards__list{flex-direction:column;}.o-events-feed__post-thumbnail-cards .m-post-thumbnail-cards__item{width:100%;margin:0 auto !important;}.o-events-feed__post-thumbnail-cards .m-post-thumbnail-cards__item:not(:first-of-type){margin-top:16px !important;}}@media screen and (max-width: 768px){.o-events-feed__heading{margin-bottom:30px;}.o-events-feed__pagination{margin-top:40px;}}@media screen and (max-width: 600px){.o-events-feed{margin:50px 0;}.o-events-feed__text{font-size:1em;line-height:1.25em;}.o-events-feed__search-menu{width:calc(100% + 40px);left:-20px;box-sizing:border-box;}}.o-featured-accordions{margin:130px 0 100px;}.o-featured-accordions__container{display:flex;flex-direction:column;max-width:1076px;}.o-featured-accordions__heading{margin:0 auto 40px;max-width:795px;text-align:center;color:var(--text--bold-color);}.o-featured-accordions__accordions{margin-left:auto;margin-right:auto;}@media screen and (max-width: 950px){.o-featured-accordions{margin:70px 0;}}.o-featured-blaster-product-matches{margin:60px 0;}.o-featured-blaster-product-matches__container{max-width:1400px;padding:0;}.o-featured-blaster-product-matches__block{margin-left:auto;margin-right:auto;position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;max-width:1320px;padding:120px 60px 0;box-sizing:border-box;background:#f5f5f5;background:linear-gradient(45deg,#f5f5f5 0%,#e7e7e7 100%);}.o-featured-blaster-product-matches__block:before{content:"";position:absolute;top:0;left:0;height:26px;max-width:767px;width:100%;background-image:url("https://cdn-ikpfjol.nitrocdn.com/sFJFvEmonhoQYtgfpLbAzAWEPnNuaFLe/assets/images/optimized/rev-fafaa5e/dartzoneblasters.com/wp-content/themes/dart-zone-platform/assets/images/graphics/fdlib-graphic-top-left.svg");}.o-featured-blaster-product-matches__heading{margin:0 auto 84px;max-width:920px;width:100%;text-align:center;color:var(--text--base-color);}.o-featured-blaster-product-matches__blaster-product-matches{margin-bottom:120px;width:100%;}.o-featured-blaster-product-matches__button{font-size:3.125em;line-height:1em;display:flex;align-items:center;justify-content:center;padding:65px 40px;margin-bottom:-90px;max-width:996px;width:100%;border-radius:5px;box-shadow:0 3px 8px rgba(0,0,0,.25);}@media screen and (max-width: 1400px){.o-featured-blaster-product-matches__container{padding-right:40px;padding-left:40px;}}@media screen and (max-width: 1200px){.o-featured-blaster-product-matches__button{font-size:2.5em;line-height:1em;padding:55px 30px;}}@media screen and (max-width: 1024px){.o-featured-blaster-product-matches__button{font-size:2em;line-height:1.125em;padding:45px 30px;}}@media screen and (max-width: 950px){.o-featured-blaster-product-matches__block{padding:80px 40px 50px;}.o-featured-blaster-product-matches__heading{margin-bottom:60px;}.o-featured-blaster-product-matches__button{font-size:1.5em;line-height:1.16667em;padding:30px;max-width:unset;width:unset;margin-bottom:0;}}@media screen and (max-width: 768px){.o-featured-blaster-product-matches__button{font-size:1em;line-height:1.25em;padding:14px 20px;}}@media screen and (max-width: 600px){.o-featured-blaster-product-matches__container{padding-right:30px;padding-left:30px;}.o-featured-blaster-product-matches__heading{margin-bottom:30px;}.o-featured-blaster-product-matches__block{padding-right:30px;padding-left:30px;}}@media screen and (max-width: 500px){.o-featured-blaster-product-matches__button{font-size:.875em;line-height:1.28571em;}}.o-featured-coupon{margin-top:100px;margin-bottom:100px;}@media screen and (max-width: 768px){.o-featured-coupon{margin-top:70px;margin-bottom:70px;}}@media screen and (max-width: 600px){.o-featured-coupon{margin-top:50px;margin-bottom:50px;}}.o-featured-coupon__container,.o-featured-coupon__text{display:flex;flex-direction:column;align-items:center;}.o-featured-coupon__container{gap:30px;}.o-featured-coupon__text{gap:10px;max-width:800px;margin-left:auto;margin-right:auto;text-align:center;}.o-featured-cta-on-image-tiles{margin-top:100px;margin-bottom:100px;}@media screen and (max-width: 768px){.o-featured-cta-on-image-tiles{margin-top:70px;margin-bottom:70px;}}@media screen and (max-width: 600px){.o-featured-cta-on-image-tiles{margin-top:50px;margin-bottom:50px;}}.o-featured-cta-on-image-tiles__list{display:flex;}.o-featured-cta-on-image-tiles__item{display:flex;flex:1;}.o-featured-cta-on-image-tiles__item .m-cta-on-image-tile{max-width:unset;width:100%;}@media screen and (max-width: 600px){.o-featured-cta-on-image-tiles__container{padding:0;}.o-featured-cta-on-image-tiles__list{flex-direction:column;}}.o-featured-dart-product-block{margin:125px 0;overflow:hidden;padding-top:50px;position:relative;}.o-featured-dart-product-block:after{content:"";margin-left:auto;margin-right:auto;position:absolute;bottom:0;height:87%;left:46.8%;width:100%;transform:skew(-10deg);background:var(--bg--primary--gradient--fallback-color);background:var(--bg--primary--gradient--flipped-color);}.o-featured-dart-product-block__container{position:relative;min-height:345px;z-index:3;}.o-featured-dart-product-block__container:before{background-size:cover;background-position:50% 50%;background-repeat:no-repeat;content:"";position:absolute;top:0;right:53%;height:100%;width:174px;background-image:url("https://cdn-ikpfjol.nitrocdn.com/sFJFvEmonhoQYtgfpLbAzAWEPnNuaFLe/assets/images/optimized/rev-fafaa5e/dartzoneblasters.com/wp-content/themes/dart-zone-platform/assets/images/graphics/red-gradient-bars.svg");z-index:2;}.o-featured-dart-product-block__container:after{content:url("https://cdn-ikpfjol.nitrocdn.com/sFJFvEmonhoQYtgfpLbAzAWEPnNuaFLe/assets/images/optimized/rev-fafaa5e/dartzoneblasters.com/wp-content/themes/dart-zone-platform/assets/images/graphics/red-columns-graphic.svg");position:absolute;bottom:-2px;left:88%;text-align:center;}.o-featured-dart-product-block__heading{font-size:6.25em;line-height:1em;position:relative;top:-50px;max-width:714px;width:100%;margin-left:auto;text-align:right;-webkit-text-stroke-color:var(--text--bold-color);-webkit-text-stroke-width:4px;color:transparent;z-index:2;}.o-featured-dart-product-block__main{position:relative;display:flex;align-items:center;justify-content:space-between;margin-right:122px;z-index:2;}.o-featured-dart-product-block__link{position:absolute;top:0;left:0;width:100%;height:100%;box-sizing:border-box;z-index:3;}.o-featured-dart-product-block__link svg{margin-left:auto;margin-right:auto;transition:all .15s ease-in-out;transition-timing-function:cubic-bezier(.36,.07,.19,.97);position:absolute;top:50%;right:-6%;left:0;transform:scale(.8) rotate(20deg) translateY(-50%);transform-origin:center;will-change:transform;opacity:0;}.o-featured-dart-product-block__link:hover svg{opacity:1;transform:scale(1) rotate(0deg) translateY(-50%);}.keyboard-in-use .o-featured-dart-product-block__link:focus{outline:2px dashed var(--theme--focus-color) !important;outline-offset:5px;transition:none;}.keyboard-in-use .o-featured-dart-product-block__link:focus svg{opacity:1;transform:scale(1) rotate(0deg) translateY(-50%);}.o-featured-dart-product-block__image{margin-left:auto;margin-right:auto;transform:rotate(-14deg);max-width:714px;height:134px;width:auto;padding-top:40px;box-sizing:border-box;}.o-featured-dart-product-block__content{display:flex;flex-direction:column;align-items:flex-start;max-width:316px;width:100%;margin-left:40px;}.o-featured-dart-product-block__kicker{font-size:1.375em;line-height:1.27273em;font-family:montserrat-medium;color:var(--color--black);margin-bottom:10px;text-transform:uppercase;}.o-featured-dart-product-block__text{font-family:montserrat-bold;font-size:2em;line-height:1.1875em;color:var(--color--black);}.o-featured-dart-product-block__flag{margin-top:10px;}@media screen and (max-width: 1200px){.o-featured-dart-product-block__heading{font-size:3.75em;line-height:1em;top:-30px;}.o-featured-dart-product-block__main{margin-right:80px;}}@media screen and (max-width: 1024px){.o-featured-dart-product-block__heading{font-size:3.125em;line-height:1em;}.o-featured-dart-product-block__main{margin-right:40px;}.o-featured-dart-product-block__kicker{font-size:1.25em;line-height:1.2em;}.o-featured-dart-product-block__text{font-size:1.5em;line-height:1.16667em;}}@media screen and (max-width: 950px){.o-featured-dart-product-block{margin:70px 0;}.o-featured-dart-product-block__container{min-height:unset;}.o-featured-dart-product-block__container:before{right:79%;height:88.5%;top:auto;bottom:0;}.o-featured-dart-product-block:after{left:20%;height:78%;}.o-featured-dart-product-block__main{margin-left:auto;margin-right:auto;flex-direction:column;justify-content:center;padding-bottom:40px;}.o-featured-dart-product-block__heading{margin:0 auto;text-align:center;}.o-featured-dart-product-block__image{max-width:500px;}.o-featured-dart-product-block__content{margin-top:60px;margin-left:0;text-align:center;}.o-featured-dart-product-block__heading{-webkit-text-stroke-width:2px;}}@media screen and (max-width: 768px){.o-featured-dart-product-block__container:before{height:89%;}.o-featured-dart-product-block__kicker{font-size:1em;line-height:1.25em;}.o-featured-dart-product-block__text{font-size:1.25em;line-height:1.2em;}}@media screen and (max-width: 600px){.o-featured-dart-product-block{margin:50px 0;}.o-featured-dart-product-block__heading{font-size:2.5em;line-height:1em;}.o-featured-dart-product-block__kicker{font-size:.875em;line-height:1.28571em;}.o-featured-dart-product-block__text{font-size:1.125em;line-height:1.22222em;}.o-featured-dart-product-block__image{height:80px;}}@media screen and (max-width: 500px){.o-featured-dart-product-block:after{left:5%;width:106%;}.o-featured-dart-product-block__container:before{display:none;}}.o-featured-darts-links-info-block{overflow:hidden;}.o-featured-darts-links-info-block__container{max-width:1400px;}.o-featured-darts-links-info-block__block{position:relative;padding:120px 40px 120px 78px;background:#f5f5f5;background:linear-gradient(45deg,#f5f5f5 0%,#e7e7e7 100%);box-sizing:border-box;overflow:hidden;}.o-featured-darts-links-info-block__block:before{content:url("https://cdn-ikpfjol.nitrocdn.com/sFJFvEmonhoQYtgfpLbAzAWEPnNuaFLe/assets/images/optimized/rev-fafaa5e/dartzoneblasters.com/wp-content/themes/dart-zone-platform/assets/images/graphics/fdlib-graphic-top-left.svg");position:absolute;top:0;left:16px;}.o-featured-darts-links-info-block__content{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:60px;padding-left:18px;}.o-featured-darts-links-info-block__heading{font-size:4.375em;line-height:1em;color:var(--text--bold-color);max-width:410px;text-align:left;margin-right:40px;}.o-featured-darts-links-info-block__text-list{display:flex;flex-direction:column;max-width:588px;width:100%;}.o-featured-darts-links-info-block__text-item{display:flex;flex-direction:column;}.o-featured-darts-links-info-block__text-item+.o-featured-darts-links-info-block__text-item{margin-top:35px;}.o-featured-darts-links-info-block__headline{font-family:montserrat-bold;font-size:1.375em;line-height:1.18182em;color:var(--text--bold-color);margin-bottom:20px;text-transform:uppercase;}.o-featured-darts-links-info-block__text{font-family:montserrat-medium;font-size:1.375em;line-height:1.45455em;color:var(--text--bold-color);}.o-featured-darts-links-info-block__list{display:flex;flex-wrap:wrap;}.o-featured-darts-links-info-block__item{width:calc(33.33333% - 14px);margin-right:20px;}.o-featured-darts-links-info-block__item:nth-child(3n){margin-right:0;}.o-featured-darts-links-info-block__item:nth-child(3) ~ *{margin-top:20px;}.o-featured-darts-links-info-block__item:nth-of-type(2){flex:0 1 50%;}.o-featured-darts-links-info-block__item:nth-child(3n){margin-top:20px;margin-right:20px;}.o-featured-darts-links-info-block__item:nth-child(5n),.o-featured-darts-links-info-block__item:nth-child(8n),.o-featured-darts-links-info-block__item:nth-child(14n){margin-right:0;}.o-featured-darts-links-info-block__item:nth-child(10n),.o-featured-darts-links-info-block__item:nth-child(12n),.o-featured-darts-links-info-block__item:nth-child(13n){margin-right:20px;}.o-featured-darts-links-info-block__stacked-product-image-label-link .m-stacked-product-image-label-link__label{color:var(--text--bold-color) !important;}@media screen and (max-width: 1200px){.o-featured-darts-links-info-block__block{padding:100px 40px;}}@media screen and (max-width: 1200px){.o-featured-darts-links-info-block__heading{font-size:3.75em;line-height:1em;}.o-featured-darts-links-info-block__headline,.o-featured-darts-links-info-block__text{font-size:1.125em;line-height:1.22222em;}}@media screen and (max-width: 1024px){.o-featured-darts-links-info-block{padding:90px 0;}.o-featured-darts-links-info-block__block{padding-top:80px;padding-bottom:80px;}.o-featured-darts-links-info-block__heading{font-size:3.125em;line-height:1em;}}@media screen and (max-width: 950px){.o-featured-darts-links-info-block{padding:70px 0;}.o-featured-darts-links-info-block__content{padding-left:0;flex-direction:column;margin-bottom:40px;}.o-featured-darts-links-info-block__heading{font-size:2.25em;line-height:1.11111em;margin-right:0;margin-bottom:40px;}}@media screen and (max-width: 600px){.o-featured-darts-links-info-block{padding:50px 0;}.o-featured-darts-links-info-block__container{padding:0 10px;}.o-featured-darts-links-info-block__block{padding:80px 30px 60px;}.o-featured-darts-links-info-block__content{margin-bottom:30px;}.o-featured-darts-links-info-block__heading{font-size:1.875em;line-height:1.13333em;margin-bottom:20px;max-width:unset;}.o-featured-darts-links-info-block__headline{margin-bottom:10px;}.o-featured-darts-links-info-block__headline,.o-featured-darts-links-info-block__text{font-size:1em;line-height:1.25em;}.o-featured-darts-links-info-block__list{margin-left:auto;margin-right:auto;display:grid;grid-template-columns:repeat(2,1fr);grid-gap:20px;}.o-featured-darts-links-info-block__text-item+.o-featured-darts-links-info-block__text-item{margin-top:20px;}.o-featured-darts-links-info-block__item{width:100%;margin:0 !important;}}.o-featured-darts-links{background:var(--bg--secondary--gradient--fallback-color);background:var(--bg--secondary--gradient-color);padding:120px 0;}.o-featured-darts-links__heading{font-size:4.375em;line-height:1em;color:var(--color--gray-200);max-width:545px;text-align:right;margin-left:auto;padding-right:74px;}.o-featured-darts-links__list{display:flex;flex-wrap:wrap;}.o-featured-darts-links__item{width:calc(33.33333% - 14px);margin-right:20px;}.o-featured-darts-links__item:nth-child(3n){margin-right:0;}.o-featured-darts-links__item:nth-child(3) ~ *{margin-top:20px;}.o-featured-darts-links__item:nth-of-type(2){flex:0 1 50%;}.o-featured-darts-links__item:nth-child(3n){margin-top:20px;margin-right:20px;}.o-featured-darts-links__item:nth-child(5n),.o-featured-darts-links__item:nth-child(8n),.o-featured-darts-links__item:nth-child(14n){margin-right:0;}.o-featured-darts-links__item:nth-child(10n),.o-featured-darts-links__item:nth-child(12n),.o-featured-darts-links__item:nth-child(13n){margin-right:20px;}.o-featured-darts-links__stacked-product-image-label-link .m-stacked-product-image-label-link__label{color:var(--color--gray-100);}@media screen and (max-width: 1200px){.o-featured-darts-links__heading{font-size:3.75em;line-height:1em;}}@media screen and (max-width: 1024px){.o-featured-darts-links{padding:90px 0;}.o-featured-darts-links__heading{font-size:3.125em;line-height:1em;}}@media screen and (max-width: 950px){.o-featured-darts-links{padding:70px 0;}.o-featured-darts-links__heading{font-size:2.25em;line-height:1.11111em;margin:0 auto 40px;padding-right:0;text-align:center;}}@media screen and (max-width: 600px){.o-featured-darts-links__heading{font-size:2em;line-height:1.125em;margin-bottom:30px;}.o-featured-darts-links__list{margin-left:auto;margin-right:auto;display:grid;grid-template-columns:repeat(2,1fr);grid-template-rows:auto;gap:10px;}.o-featured-darts-links__item{width:100%;margin:0 !important;}.o-featured-darts-links__item:not(:first-of-type){margin-top:0 !important;}}.o-featured-event-thumbnail-cards-carousel{display:flex;flex-direction:column;margin:120px 0;overflow:hidden;}.o-featured-event-thumbnail-cards-carousel__text-content{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:40px;}.o-featured-event-thumbnail-cards-carousel__left-side{display:flex;flex-direction:column;max-width:486px;width:100%;}.o-featured-event-thumbnail-cards-carousel__right-side{display:flex;flex-direction:column;align-items:flex-start;max-width:486px;width:100%;}.o-featured-event-thumbnail-cards-carousel__text-item{display:flex;flex-direction:column;}.o-featured-event-thumbnail-cards-carousel__text-item+.o-featured-event-thumbnail-cards-carousel__text-item{margin-top:35px;}.o-featured-event-thumbnail-cards-carousel__headline{font-family:montserrat-bold;font-size:1.375em;line-height:1.27273em;margin-bottom:20px;color:var(--text--kicker-color);text-transform:uppercase;}.o-featured-event-thumbnail-cards-carousel__heading{color:var(--text--bold-color);}.o-featured-event-thumbnail-cards-carousel__text p{font-family:montserrat-medium;font-size:1.375em;line-height:1.27273em;color:var(--text--base-color);}.o-featured-event-thumbnail-cards-carousel__text p+p{margin-top:20px;}.o-featured-event-thumbnail-cards-carousel__main-navigation{display:flex;position:relative;max-width:170px;width:100%;height:48px;margin-top:40px;padding-bottom:15px;}.o-featured-event-thumbnail-cards-carousel__arrows-navigation{position:absolute;left:0;width:100%;display:flex;justify-content:space-between;}.o-featured-event-thumbnail-cards-carousel__pagination-wrapper{margin-left:auto;margin-right:auto;display:flex;max-width:46px;align-items:center;justify-self:center;}.o-featured-event-thumbnail-cards-carousel__pagination{max-width:15px;text-align:right;box-sizing:border-box;padding-right:5px;}.o-featured-event-thumbnail-cards-carousel__number{font-size:1.125em;line-height:1.22222em;font-family:montserrat-medium;margin-left:auto;margin-right:auto;color:var(--text--bold-color);text-transform:uppercase;display:flex;align-items:center;justify-content:center;}.o-featured-event-thumbnail-cards-carousel__number--total{display:block;}.o-featured-event-thumbnail-cards-carousel__number:not(:first-of-type){display:none;}.o-featured-event-thumbnail-cards-carousel__slides-container{position:relative;}.o-featured-event-thumbnail-cards-carousel__post-thumbnail-cards{width:1608px;position:relative;}.o-featured-event-thumbnail-cards-carousel__post-thumbnail-cards:after{content:"";position:absolute;top:0;right:0;height:100%;width:100px;background:var(--color--white);background:linear-gradient(90deg,rgba(255,255,255,0) 0%,rgba(255,255,255,.03) 3%,#fff 100%);}.o-featured-event-thumbnail-cards-carousel__post-thumbnail-cards .m-post-thumbnail-cards__item{display:none;}.o-featured-event-thumbnail-cards-carousel__post-thumbnail-cards .m-post-thumbnail-cards__item:first-of-type,.o-featured-event-thumbnail-cards-carousel__post-thumbnail-cards .m-post-thumbnail-cards__item:nth-of-type(2),.o-featured-event-thumbnail-cards-carousel__post-thumbnail-cards .m-post-thumbnail-cards__item:nth-of-type(3){display:flex;}.o-featured-event-thumbnail-cards-carousel__post-thumbnail-cards .slick-initialized .m-post-thumbnail-cards__item:not(:first-of-type),.o-featured-event-thumbnail-cards-carousel__post-thumbnail-cards .slick-initialized .m-post-thumbnail-cards__item:not(:nth-of-type(2)),.o-featured-event-thumbnail-cards-carousel__post-thumbnail-cards .slick-initialized .m-post-thumbnail-cards__item:not(:nth-of-type(3)){display:flex;}@media screen and (max-width: 1762px){.o-featured-event-thumbnail-cards-carousel__post-thumbnail-cards:after{right:auto;left:86%;}}@media screen and (max-width: 1680px){.o-featured-event-thumbnail-cards-carousel__slides-container:after{content:"";position:absolute;top:0;height:100%;right:-16%;width:150px;background:#fff;background:linear-gradient(90deg,rgba(255,255,255,0) 0%,rgba(255,255,255,.03) 3%,#fff 100%);}.o-featured-event-thumbnail-cards-carousel__post-thumbnail-cards:after{display:none;}}@media screen and (max-width: 1550px){.o-featured-event-thumbnail-cards-carousel__slides-container:after{right:-11%;}}@media screen and (max-width: 1400px){.o-featured-event-thumbnail-cards-carousel__slides-container:after{right:-55px;}}@media screen and (max-width: 1024px){.o-featured-event-thumbnail-cards-carousel__left-side{margin-right:40px;}.o-featured-event-thumbnail-cards-carousel__headline{font-size:1.125em;line-height:1.22222em;margin-bottom:16px;}.o-featured-event-thumbnail-cards-carousel__text p{font-size:1.125em;line-height:1.22222em;}.o-featured-event-thumbnail-cards-carousel__text p+p{margin-top:16px;}}@media screen and (max-width: 950px){.o-featured-event-thumbnail-cards-carousel{position:relative;margin:70px 0;padding-bottom:80px;}.o-featured-event-thumbnail-cards-carousel__text-content{flex-direction:column;align-items:center;}.o-featured-event-thumbnail-cards-carousel__main-navigation{margin-left:auto;margin-right:auto;position:absolute;bottom:0;right:0;left:0;padding-bottom:0;}.o-featured-event-thumbnail-cards-carousel__left-side{margin-right:0;margin-bottom:40px;text-align:center;}.o-featured-event-thumbnail-cards-carousel__right-side{text-align:center;align-items:center;}}@media screen and (max-width: 600px){.o-featured-event-thumbnail-cards-carousel{padding-bottom:50px;}.o-featured-event-thumbnail-cards-carousel__text-content{margin-bottom:30px;}.o-featured-event-thumbnail-cards-carousel__slides-container:after{display:none;}.o-featured-event-thumbnail-cards-carousel__post-thumbnail-cards{margin-left:auto;margin-right:auto;max-width:400px;width:100%;}.o-featured-event-thumbnail-cards-carousel__post-thumbnail-cards .m-post-thumbnail-cards__item{margin:0 10px;}.o-featured-event-thumbnail-cards-carousel__main-navigation{height:40px;}.o-featured-event-thumbnail-cards-carousel__number{font-size:1em;line-height:1.25em;}}.o-featured-expandable-images-block{overflow:hidden;margin:134px 0 62px;}.o-featured-expandable-images-block__container{max-width:1400px;}.o-featured-expandable-images-block__block{position:relative;padding:120px 0;box-sizing:border-box;width:100%;background:var(--bg--secondary--gradient--fallback-color);background:var(--bg--secondary--gradient--flipped-color);}.o-featured-expandable-images-block__block:before{content:url("https://cdn-ikpfjol.nitrocdn.com/sFJFvEmonhoQYtgfpLbAzAWEPnNuaFLe/assets/images/optimized/rev-fafaa5e/dartzoneblasters.com/wp-content/themes/dart-zone-platform/assets/images/graphics/feib-graphic-top-right.svg");position:absolute;top:0;right:16px;}.o-featured-expandable-images-block__heading{font-size:4.375em;line-height:1em;color:var(--color--gray-200);max-width:940px;width:100%;padding-left:80px;box-sizing:border-box;}.o-featured-expandable-images-block__primary-section{position:relative;padding:136px 0 136px 100px;box-sizing:border-box;display:flex;}.o-featured-expandable-images-block__primary-section:after{content:"";max-width:614px;width:100%;height:calc(100% - 106px);position:absolute;top:54px;left:78px;background:var(--bg--secondary--gradient--fallback-color);background:var(--bg--secondary--gradient--flipped-color);}.o-featured-expandable-images-block__primary-section .o-featured-expandable-images-block__text{position:relative;max-width:420px;text-align:left;padding-right:54%;padding-left:80px;z-index:2;}.o-featured-expandable-images-block__primary-section .o-featured-expandable-images-block__expandable-image-links-row{position:absolute;top:0;right:-40px;width:51%;z-index:3;}.o-featured-expandable-images-block__text{font-size:2.125em;line-height:1.29412em;font-family:montserrat-bold;color:var(--color--gray-100);}.o-featured-expandable-images-block__secondary-section{display:flex;flex-direction:column;align-items:center;margin-top:90px;padding:0 40px;}.o-featured-expandable-images-block__secondary-section .o-featured-expandable-images-block__text{position:relative;margin:0 auto 34px;text-align:center;max-width:636px;width:100%;}.o-featured-expandable-images-block__secondary-section .o-featured-expandable-images-block__text:before,.o-featured-expandable-images-block__secondary-section .o-featured-expandable-images-block__text:after{content:url("https://cdn-ikpfjol.nitrocdn.com/sFJFvEmonhoQYtgfpLbAzAWEPnNuaFLe/assets/images/optimized/rev-fafaa5e/dartzoneblasters.com/wp-content/themes/dart-zone-platform/assets/images/graphics/feib-lines-graphic.svg");position:absolute;top:14%;}.o-featured-expandable-images-block__secondary-section .o-featured-expandable-images-block__text:before{right:100%;}.o-featured-expandable-images-block__secondary-section .o-featured-expandable-images-block__text:after{content:url("https://cdn-ikpfjol.nitrocdn.com/sFJFvEmonhoQYtgfpLbAzAWEPnNuaFLe/assets/images/optimized/rev-fafaa5e/dartzoneblasters.com/wp-content/themes/dart-zone-platform/assets/images/graphics/feib-lines-graphic-flipped.svg");left:100%;}.o-featured-expandable-images-block__secondary-section .o-featured-expandable-images-block__expandable-image-links-row{width:calc(100% + 160px);}@media screen and (max-width: 1200px){.o-featured-expandable-images-block__heading{font-size:3.75em;line-height:1em;}.o-featured-expandable-images-block__primary-section{padding-left:80px;}.o-featured-expandable-images-block__primary-section .o-featured-expandable-images-block__text{padding-left:60px;padding-right:54%;}}@media screen and (max-width: 1024px){.o-featured-expandable-images-block__heading{font-size:3.125em;line-height:1em;}.o-featured-expandable-images-block__text{font-size:1.5em;line-height:1.16667em;}}@media screen and (max-width: 950px){.o-featured-expandable-images-block{margin:70px 0;}.o-featured-expandable-images-block__block{padding-top:100px;}.o-featured-expandable-images-block__heading{margin:0 auto 20px;text-align:center;padding:0 40px;}.o-featured-expandable-images-block__primary-section{padding:0 40px;display:flex;flex-direction:column;}.o-featured-expandable-images-block__primary-section:after{display:none;}.o-featured-expandable-images-block__primary-section .o-featured-expandable-images-block__text{margin:0 auto 20px;max-width:664px;text-align:center;padding-right:0;padding-left:0;}.o-featured-expandable-images-block__primary-section .o-featured-expandable-images-block__expandable-image-links-row{margin-left:auto;margin-right:auto;position:relative;width:100%;max-width:664px;right:0;}.o-featured-expandable-images-block__secondary-section{margin-top:40px;}.o-featured-expandable-images-block__secondary-section .o-featured-expandable-images-block__text{margin-bottom:20px;}.o-featured-expandable-images-block__secondary-section .o-featured-expandable-images-block__text:before,.o-featured-expandable-images-block__secondary-section .o-featured-expandable-images-block__text:after{display:none;}}@media screen and (max-width: 768px){.o-featured-expandable-images-block__heading{font-size:2.5em;line-height:1em;margin-bottom:40px;}.o-featured-expandable-images-block__text{font-size:1.25em;line-height:1.2em;}}@media screen and (max-width: 600px){.o-featured-expandable-images-block__heading{font-size:2em;line-height:1.125em;}.o-featured-expandable-images-block__text{font-size:1.125em;line-height:1.22222em;}.o-featured-expandable-images-block__secondary-section{padding:0 30px;}.o-featured-expandable-images-block__secondary-section .o-featured-expandable-images-block__expandable-image-links-row{width:100%;}}.o-featured-faqs{margin:130px 0 100px;}.o-featured-faqs__container{display:flex;flex-direction:column;max-width:1076px;}.o-featured-faqs__heading{margin:0 auto 40px;max-width:795px;text-align:center;color:var(--text--bold-color);}.o-featured-faqs__accordions{margin-left:auto;margin-right:auto;}@media screen and (max-width: 950px){.o-featured-faqs{margin:70px 0;}}@media screen and (max-width: 600px){.o-featured-faqs{margin:50px 0;}}.o-featured-gallery-image-list-items{margin-bottom:120px;overflow:hidden;}.o-featured-gallery-image-list-items__container{position:relative;padding-top:186px;display:flex;align-items:center;justify-content:space-between;}.o-featured-gallery-image-list-items__container:after{height:480px;width:480px;background-size:cover;background-position:50% 50%;background-repeat:no-repeat;content:"";position:absolute;top:0;left:80%;background-image:url("https://cdn-ikpfjol.nitrocdn.com/sFJFvEmonhoQYtgfpLbAzAWEPnNuaFLe/assets/images/optimized/rev-fafaa5e/dartzoneblasters.com/wp-content/themes/dart-zone-platform/assets/images/graphics/gray-dart-ball-graphic.svg");}.o-featured-gallery-image-list-items__list{display:flex;flex-direction:column;max-width:510px;margin-right:102px;}.o-featured-gallery-image-list-items__item{font-family:montserrat-bold;font-size:2em;line-height:1.1875em;list-style-type:none;color:var(--text--bold-color);position:relative;display:flex;padding-left:45px;}.o-featured-gallery-image-list-items__item:before{content:"";position:absolute;top:16px;left:0;width:25px;height:4px;background-color:var(--theme--primary-color);}.o-featured-gallery-image-list-items__item+.o-featured-gallery-image-list-items__item{margin-top:10px;}.o-featured-gallery-image-list-items__main{display:flex;flex-direction:column;max-width:588px;width:100%;}.o-featured-gallery-image-list-items__heading{font-size:6.25em;line-height:1em;-webkit-text-stroke-width:2px;-webkit-text-stroke-color:var(--color--gray-400);margin-right:52px;margin-bottom:-15px;text-align:right;color:transparent;position:relative;z-index:2;max-width:690px;}.o-featured-gallery-image-list-items__image{max-width:588px;width:100%;position:relative;z-index:3;}.o-featured-gallery-image-list-items__image .a-gallery-image__image-wrapper{height:368px;}@media screen and (max-width: 1200px){.o-featured-gallery-image-list-items__heading{font-size:3.75em;line-height:1em;margin-bottom:-8px;}.o-featured-gallery-image-list-items__list{margin-right:40px;}.o-featured-gallery-image-list-items__item{font-size:1.625em;line-height:1.15385em;}}@media screen and (max-width: 1024px){.o-featured-gallery-image-list-items__heading{font-size:3.125em;line-height:1em;}.o-featured-gallery-image-list-items__item{font-size:1.25em;line-height:1.2em;}}@media screen and (max-width: 950px){.o-featured-gallery-image-list-items{margin-bottom:70px;}.o-featured-gallery-image-list-items__container{flex-direction:column-reverse;}.o-featured-gallery-image-list-items__heading{margin-right:auto;margin-left:auto;text-align:center;}.o-featured-gallery-image-list-items__image .a-gallery-image__image-wrapper{height:300px;}.o-featured-gallery-image-list-items__list{margin-top:40px;margin-right:0;}}@media screen and (max-width: 768px){.o-featured-gallery-image-list-items__heading{font-size:2.5em;line-height:1em;}}@media screen and (max-width: 600px){.o-featured-gallery-image-list-items__heading{font-size:2em;line-height:1.125em;}.o-featured-gallery-image-list-items__list{margin-top:30px;}.o-featured-gallery-image-list-items__item{font-size:1.125em;line-height:1.22222em;padding-left:26px;}.o-featured-gallery-image-list-items__item:before{top:10px;width:16px;}.o-featured-gallery-image-list-items__image .a-gallery-image__image-wrapper{height:200px;}}.o-featured-gallery-images{margin-bottom:120px;overflow:hidden;}.o-featured-gallery-images__container{position:relative;padding-top:186px;}.o-featured-gallery-images__container:after{content:"";height:480px;width:480px;background-size:cover;background-position:50% 50%;background-repeat:no-repeat;position:absolute;top:0;left:80%;background-image:url("https://cdn-ikpfjol.nitrocdn.com/sFJFvEmonhoQYtgfpLbAzAWEPnNuaFLe/assets/images/optimized/rev-fafaa5e/dartzoneblasters.com/wp-content/themes/dart-zone-platform/assets/images/graphics/gray-dart-ball-graphic.svg");}.o-featured-gallery-images__heading{font-size:6.25em;line-height:1em;position:relative;margin-right:52px;margin-bottom:-15px;text-align:right;-webkit-text-stroke-width:2px;-webkit-text-stroke-color:var(--color--gray-400);color:transparent;z-index:2;}.o-featured-gallery-images__gallery{position:relative;z-index:3;}@media screen and (max-width: 1200px){.o-featured-gallery-images__heading{font-size:3.75em;line-height:1em;margin-bottom:-8px;}}@media screen and (max-width: 1024px){.o-featured-gallery-images__heading{font-size:3.125em;line-height:1em;}}@media screen and (max-width: 950px){.o-featured-gallery-images{margin-bottom:70px;}.o-featured-gallery-images__container{padding-top:90px;}.o-featured-gallery-images__heading{margin:0 auto 30px;text-align:center;}.o-featured-gallery-images__gallery{margin-left:auto;margin-right:auto;max-width:714px;}}@media screen and (max-width: 768px){.o-featured-gallery-images__heading{font-size:2.5em;line-height:1em;}}@media screen and (max-width: 600px){.o-featured-gallery-images__container{padding-top:60px;}.o-featured-gallery-images__heading{font-size:2em;line-height:1.125em;}}.o-featured-goal-progress{margin-left:auto;margin-right:auto;margin-bottom:40px;}.o-featured-goal-progress .m-goal-progress__heading{color:var(--text--base-color);}.o-featured-goal-progress .m-goal-progress__progress{display:flex;justify-content:center;gap:30px;width:100%;}.o-featured-goal-progress .m-goal-progress__progress:before,.o-featured-goal-progress .m-goal-progress__progress:after{flex-shrink:0;content:"";display:block;width:376px;height:182px;}.o-featured-goal-progress .m-goal-progress__progress:before{background-image:url("https://cdn-ikpfjol.nitrocdn.com/sFJFvEmonhoQYtgfpLbAzAWEPnNuaFLe/assets/images/optimized/rev-fafaa5e/dartzoneblasters.com/wp-content/themes/dart-zone-platform/assets/images/graphics/spb-lines-left.svg");margin-left:-100px;}.o-featured-goal-progress .m-goal-progress__progress:after{background-image:url("https://cdn-ikpfjol.nitrocdn.com/sFJFvEmonhoQYtgfpLbAzAWEPnNuaFLe/assets/images/optimized/rev-fafaa5e/dartzoneblasters.com/wp-content/themes/dart-zone-platform/assets/images/graphics/spb-lines-right.svg");margin-right:-100px;}.o-featured-goal-progress .m-goal-progress__bar{flex-shrink:0;width:100%;max-width:588px;margin-top:12px;}.o-featured-goal-progress+.o-product-cart{margin-top:0;}@media screen and (max-width: 1400px){.o-featured-goal-progress{overflow:hidden;}}@media screen and (max-width: 768px){.o-featured-goal-progress h2.o-featured-goal-progress__heading{font-size:1em;line-height:1.25em;}}@media screen and (max-width: 600px){.o-featured-goal-progress h2.o-featured-goal-progress__heading{font-size:.875em;line-height:1.28571em;}.o-featured-goal-progress .m-goal-progress__progress:before,.o-featured-goal-progress .m-goal-progress__progress:after{display:none;}.o-featured-goal-progress .m-goal-progress__bar{max-width:460px;}}.o-featured-image-callout{margin:95px 0 82px;overflow:hidden;}.o-featured-image-callout__container{position:relative;display:flex;align-items:center;justify-content:space-between;max-width:1074px;}.o-featured-image-callout__container:before{content:url("https://cdn-ikpfjol.nitrocdn.com/sFJFvEmonhoQYtgfpLbAzAWEPnNuaFLe/assets/images/optimized/rev-fafaa5e/dartzoneblasters.com/wp-content/themes/dart-zone-platform/assets/images/graphics/gray-bent-lines-grouped.svg");position:absolute;right:-15%;}.o-featured-image-callout__container:after{content:"";position:absolute;top:49px;left:0;width:100%;height:73.65%;background:#f5f5f5;background:linear-gradient(225deg,#f5f5f5 0%,#e7e7e7 100%);transform:skewX(10deg);}.o-featured-image-callout__image{position:relative;max-width:372px;width:100%;margin-right:20px;z-index:2;}.o-featured-image-callout__content{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;max-width:450px;width:100%;padding-right:80px;z-index:2;}.o-featured-image-callout__text{font-family:montserrat-extrabold;font-size:3.125em;line-height:1em;color:var(--text--bold-color);text-align:center;}.o-featured-image-callout__button{margin-top:24px;}@media screen and (max-width: 1200px){.o-featured-image-callout__container:after{margin-left:auto;margin-right:auto;width:calc(100% - 80px);right:0;left:0;}}@media screen and (max-width: 950px){.o-featured-image-callout{margin:70px 0;}.o-featured-image-callout__container{flex-direction:column;padding-top:40px;padding-bottom:40px;}.o-featured-image-callout__container:before{top:10%;left:0;}.o-featured-image-callout__container:after{top:0;width:80%;height:100%;}.o-featured-image-callout__image{margin-right:0;margin-bottom:30px;max-width:330px;}.o-featured-image-callout__content{padding-right:0;}.o-featured-image-callout__text{font-size:2.25em;line-height:1.11111em;}}@media screen and (max-width: 768px){.o-featured-image-callout__image{max-width:250px;}.o-featured-image-callout__text{font-size:1.875em;line-height:1.13333em;}}@media screen and (max-width: 600px){.o-featured-image-callout__container:before{top:30%;}.o-featured-image-callout__container:after{right:20%;left:auto;width:90%;}.o-featured-image-callout__text{font-size:1.625em;line-height:1.15385em;}}.o-featured-link-on-image-tiles{margin-top:100px;margin-bottom:100px;}@media screen and (max-width: 768px){.o-featured-link-on-image-tiles{margin-top:70px;margin-bottom:70px;}}@media screen and (max-width: 600px){.o-featured-link-on-image-tiles{margin-top:50px;margin-bottom:50px;}}.o-featured-link-on-image-tiles__container{padding:0;max-width:unset;}.o-featured-link-on-image-tiles__list{display:flex;}.o-featured-link-on-image-tiles__item{flex-grow:1;}.o-featured-link-on-image-tiles__item .m-link-on-image-tile{max-width:unset;width:100%;}@media screen and (max-width: 950px){.o-featured-link-on-image-tiles{overflow:hidden;}.o-featured-link-on-image-tiles--one-item .o-featured-link-on-image-tiles__item{max-width:unset;}.o-featured-link-on-image-tiles__container{overflow:scroll;}.o-featured-link-on-image-tiles__list{width:100%;display:flex;justify-content:space-between;}.o-featured-link-on-image-tiles__item{max-width:268px;width:100%;flex:none;padding:5px 8px;box-sizing:border-box;}.o-featured-link-on-image-tiles__tile{max-width:unset;}}.o-featured-logos-block{margin-top:100px;margin-bottom:100px;}@media screen and (max-width: 768px){.o-featured-logos-block{margin-top:70px;margin-bottom:70px;}}@media screen and (max-width: 600px){.o-featured-logos-block{margin-top:50px;margin-bottom:50px;}}.o-featured-logos-block__block{margin-left:auto;margin-right:auto;display:flex;align-items:center;justify-content:center;max-width:792px;width:100%;border-radius:5px;box-sizing:border-box;box-shadow:0 3px 8px rgba(0,0,0,.15);padding:35px;min-height:178px;background-color:var(--bg--base-color);}.o-featured-logos-block__item{display:flex;align-items:center;justify-content:center;max-width:200px;}.o-featured-logos-block__item+.o-featured-logos-block__item{margin-left:28px;}.o-featured-logos-block__image{width:100%;display:block;max-height:108px;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center;}@media screen and (max-width: 950px){.o-featured-logos-block__block{flex-direction:column;}.o-featured-logos-block__item{max-width:150px;}.o-featured-logos-block__item+.o-featured-logos-block__item{margin-top:20px;margin-left:0;}.o-featured-logos-block__image{max-height:80px;}}@media screen and (max-width: 600px){.o-featured-logos-block__container{padding:0 10px;}.o-featured-logos-block__block{padding:20px;min-height:unset;flex-direction:row;flex-wrap:wrap;}.o-featured-logos-block__item{margin:10px !important;max-width:100px;}}.o-featured-media-grid{margin:120px 0;}.o-featured-media-grid--four-files-layout .o-featured-media-grid__heading{margin-top:-95px;margin-bottom:-140px;max-width:426px;box-sizing:border-box;}.o-featured-media-grid__container{max-width:1400px;}.o-featured-media-grid__block{position:relative;padding:60px 60px 100px;box-sizing:border-box;background:var(--bg--accent--gradient--fallback-color);background:var(--bg--accent--gradient-color);}.o-featured-media-grid__block:before,.o-featured-media-grid__block:after{content:"";background-size:cover;background-position:50% 50%;background-repeat:no-repeat;position:absolute;width:100%;}.o-featured-media-grid__block:before{bottom:0;left:0;max-width:400px;height:90px;background-image:url("https://cdn-ikpfjol.nitrocdn.com/sFJFvEmonhoQYtgfpLbAzAWEPnNuaFLe/assets/images/optimized/rev-fafaa5e/dartzoneblasters.com/wp-content/themes/dart-zone-platform/assets/images/graphics/fmg-graphic-bottom-left.svg");}.o-featured-media-grid__block:after{top:0;right:-32px;max-width:454px;height:26px;background-image:url("https://cdn-ikpfjol.nitrocdn.com/sFJFvEmonhoQYtgfpLbAzAWEPnNuaFLe/assets/images/optimized/rev-fafaa5e/dartzoneblasters.com/wp-content/themes/dart-zone-platform/assets/images/graphics/fmg-graphic-top-right.svg");}.o-featured-media-grid__heading{font-size:4.375em;line-height:1em;font-family:montserrat-extrabold;color:var(--text--bold-color);max-width:426px;padding-left:60px;margin-bottom:-98px;}.o-featured-media-grid__heading--new-line{display:block;}.o-featured-media-grid__list{width:100%;padding-top:57.83333%;position:relative;display:flex;flex-direction:column;justify-content:space-between;}.o-featured-media-grid__list--four-files{width:100%;padding-top:86%;}.o-featured-media-grid__list--four-files .o-featured-media-grid__item:first-of-type{flex-direction:column;top:12.4%;left:0;width:68.5%;height:45%;}.o-featured-media-grid__list--four-files .o-featured-media-grid__item:first-of-type .o-featured-media-grid__animated-gif,.o-featured-media-grid__list--four-files .o-featured-media-grid__item:first-of-type .o-featured-media-grid__image{height:100%;width:100%;}.o-featured-media-grid__list--four-files .o-featured-media-grid__item:first-of-type .o-featured-media-grid__video{height:100%;width:100%;}.o-featured-media-grid__list--four-files .o-featured-media-grid__item:first-of-type .o-featured-media-grid__video .m-video-embed__embed{height:100%;width:100%;}.o-featured-media-grid__list--four-files .o-featured-media-grid__item:nth-of-type(2){flex-direction:row;top:30%;left:70%;width:29.5%;height:27.3256%;align-items:flex-end;}.o-featured-media-grid__list--four-files .o-featured-media-grid__item:nth-of-type(2) .o-featured-media-grid__animated-gif,.o-featured-media-grid__list--four-files .o-featured-media-grid__item:nth-of-type(2) .o-featured-media-grid__image{width:100%;height:100%;}.o-featured-media-grid__list--four-files .o-featured-media-grid__item:nth-of-type(3){bottom:13%;left:8.5%;width:32%;height:27.9%;}.o-featured-media-grid__list--four-files .o-featured-media-grid__item:nth-of-type(3) .o-featured-media-grid__animated-gif,.o-featured-media-grid__list--four-files .o-featured-media-grid__item:nth-of-type(3) .o-featured-media-grid__image{height:100%;width:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;}.o-featured-media-grid__list--four-files .o-featured-media-grid__item:nth-of-type(4){width:57.6%;height:37.6%;bottom:3.3%;left:42%;}.o-featured-media-grid__list--four-files .o-featured-media-grid__item:nth-of-type(4) .o-featured-media-grid__animated-gif,.o-featured-media-grid__list--four-files .o-featured-media-grid__item:nth-of-type(4) .o-featured-media-grid__image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;}.o-featured-media-grid__list--four-files .o-featured-media-grid__item:nth-of-type(4) .o-featured-media-grid__video{height:100%;width:100%;}.o-featured-media-grid__list--four-files .o-featured-media-grid__item:nth-of-type(4) .o-featured-media-grid__video .m-video-embed__embed{height:100%;width:100%;}.o-featured-media-grid__item{display:flex;position:absolute;}.o-featured-media-grid__item:first-of-type{flex-direction:column;top:12.4%;left:0;width:40.5%;height:87.6%;}.o-featured-media-grid__item:first-of-type .o-featured-media-grid__animated-gif,.o-featured-media-grid__item:first-of-type .o-featured-media-grid__image{width:100%;height:60.2%;}.o-featured-media-grid__item:first-of-type .o-featured-media-grid__caption{margin-left:auto;margin-right:auto;max-width:424px;padding:0 40px;box-sizing:border-box;margin-top:60px;}.o-featured-media-grid__item:nth-of-type(2){flex-direction:row;top:0;left:42.5%;width:57.5%;height:40.6%;align-items:flex-end;}.o-featured-media-grid__item:nth-of-type(2) .o-featured-media-grid__animated-gif,.o-featured-media-grid__item:nth-of-type(2) .o-featured-media-grid__image{width:40.86%;height:100%;}.o-featured-media-grid__item:nth-of-type(2) .o-featured-media-grid__caption{margin-left:60px;margin-bottom:36px;}.o-featured-media-grid__item:nth-of-type(3){bottom:0;right:0;width:57.5%;height:55.9%;}.o-featured-media-grid__item:nth-of-type(3) .o-featured-media-grid__animated-gif,.o-featured-media-grid__item:nth-of-type(3) .o-featured-media-grid__image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;}.o-featured-media-grid__item:nth-of-type(3) .o-featured-media-grid__caption{margin-left:60px;margin-bottom:36px;}.o-featured-media-grid__animated-gif-tabs{width:100%;}.o-featured-media-grid__animated-gif{max-width:unset;}.o-featured-media-grid__image,.o-featured-media-grid__animated-gif{-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;}.o-featured-media-grid__caption{font-family:montserrat-medium;font-size:1.125em;line-height:1.22222em;color:var(--text--bold-color);}@media screen and (max-width: 1300px){.o-featured-media-grid--four-files-layout .o-featured-media-grid__heading{margin-bottom:-100px;}}@media screen and (max-width: 1200px){.o-featured-media-grid__heading{font-size:3.75em;line-height:1em;margin-bottom:-8px;}.o-featured-media-grid__item:first-of-type .o-featured-media-grid__caption{padding:0 20px;margin-top:40px;}.o-featured-media-grid__item:nth-of-type(2) .o-featured-media-grid__caption{margin-left:40px;margin-bottom:20px;}.o-featured-media-grid__item:nth-of-type(3) .o-featured-media-grid__caption{margin-left:40px;margin-bottom:20px;}}@media screen and (max-width: 1024px){.o-featured-media-grid--four-files-layout .o-featured-media-grid__heading{margin-bottom:-50px;}.o-featured-media-grid__heading{font-size:3.125em;line-height:1em;}}@media screen and (max-width: 950px){.o-featured-media-grid{margin:70px 0;}.o-featured-media-grid__block{padding:60px 40px 80px;}.o-featured-media-grid__heading{text-align:center;padding-left:0;margin:0 auto 30px !important;max-width:500px;}}@media screen and (max-width: 768px){.o-featured-media-grid__block{overflow:hidden;padding:60px 40px;}.o-featured-media-grid__block:before{bottom:-50px;}.o-featured-media-grid__heading{font-size:2.5em;line-height:1em;}.o-featured-media-grid__list{margin:0 auto;flex-direction:column;padding-top:0;align-items:center;justify-content:center;max-width:400px;}.o-featured-media-grid__list--four-files .o-featured-media-grid__item:first-of-type .o-featured-media-grid__video,.o-featured-media-grid__list--four-files .o-featured-media-grid__item:last-of-type .o-featured-media-grid__video{height:300px;}.o-featured-media-grid__item{position:relative !important;top:auto !important;left:auto !important;flex-direction:column !important;justify-content:center !important;align-items:center !important;width:100% !important;}.o-featured-media-grid__item+.o-featured-media-grid__item{margin-top:30px !important;}.o-featured-media-grid__image{width:100% !important;height:60% !important;}.o-featured-media-grid__caption{font-size:1em;line-height:1.25em;margin-top:20px !important;padding:0 !important;text-align:center;}}@media screen and (max-width: 600px){.o-featured-media-grid__block{padding:50px 30px;}.o-featured-media-grid__heading{font-size:2em;line-height:1.125em;}}@media screen and (max-width: 500px){.o-featured-media-grid__list--four-files .o-featured-media-grid__item:first-of-type .o-featured-media-grid__video,.o-featured-media-grid__list--four-files .o-featured-media-grid__item:last-of-type .o-featured-media-grid__video{height:250px;}}.o-featured-member-social-accounts{position:relative;margin:112px 0 124px;padding:46px 0 60px;overflow:hidden;}.o-featured-member-social-accounts:after{content:"";position:absolute;top:0;right:30%;width:1400px;height:100%;transform:skew(10deg);background:var(--bg--secondary--gradient--fallback-color);background:var(--bg--secondary--gradient--flipped-color);}.o-featured-member-social-accounts__container{display:flex;align-items:center;justify-content:space-between;}.o-featured-member-social-accounts__content{position:relative;display:flex;flex-direction:column;align-items:flex-start;max-width:520px;width:100%;margin-right:80px;z-index:2;}.o-featured-member-social-accounts__heading{font-size:3.125em;line-height:1em;margin-bottom:20px;color:var(--color--white);}.o-featured-member-social-accounts__text p{font-family:montserrat-bold;font-size:2em;line-height:1.1875em;color:var(--color--gray-100);}.o-featured-member-social-accounts__text p+p{margin-top:16px;}.o-featured-member-social-accounts__avatar-social-media-callouts-block{position:relative;z-index:2;}@media screen and (max-width: 1680px){.o-featured-member-social-accounts:after{width:75%;}}@media screen and (max-width: 1200px){.o-featured-member-social-accounts__text p{font-size:1.5em;line-height:1.16667em;}}@media screen and (max-width: 1024px){.o-featured-member-social-accounts__content{margin-right:60px;}}@media screen and (max-width: 950px){.o-featured-member-social-accounts{margin:70px 0;}.o-featured-member-social-accounts:after{width:105%;right:0;}.o-featured-member-social-accounts__container{flex-direction:column;}.o-featured-member-social-accounts__content{margin:0 auto 40px;max-width:600px;}.o-featured-member-social-accounts__heading{font-size:2.25em;line-height:1.11111em;}}@media screen and (max-width: 768px){.o-featured-member-social-accounts__text p{font-size:1.25em;line-height:1.2em;}.o-featured-member-social-accounts__text p+p{margin-top:10px;}}@media screen and (max-width: 600px){.o-featured-member-social-accounts{background:#000;background:linear-gradient(135deg,#000 0%,#404041 100%);padding:50px 0;margin:50px 0;}.o-featured-member-social-accounts:after{display:none;}.o-featured-member-social-accounts__heading{font-size:2em;line-height:1.125em;margin:0 auto 20px;text-align:center;}.o-featured-member-social-accounts__text{margin-left:auto;margin-right:auto;text-align:center;}.o-featured-member-social-accounts__text p{font-size:1.125em;line-height:1.22222em;}}.o-featured-modders-grid{margin:130px 0 112px;}.o-featured-modders-grid--hide-items .o-featured-modders-grid__logo-link-tiles .m-logo-link-tiles__item:nth-child(6) ~ *{display:none;}.o-featured-modders-grid--hide-items .o-featured-modders-grid__footer{display:flex;}.o-featured-modders-grid__container{display:flex;flex-direction:column;align-items:center;justify-content:center;}.o-featured-modders-grid__heading{color:var(--text--bold-color);}.o-featured-modders-grid__content{display:flex;flex-direction:column;align-items:center;text-align:center;max-width:792px;width:100%;margin-bottom:46px;}.o-featured-modders-grid__text{font-family:montserrat-bold;font-size:2em;line-height:1.1875em;color:var(--text--base-color);margin-top:20px;}.o-featured-modders-grid__logo-link-tiles{width:100%;}.o-featured-modders-grid__footer{display:flex;justify-content:center;align-items:center;margin-top:50px;}@media screen and (max-width: 1024px){.o-featured-modders-grid__text{font-size:1.5em;line-height:1.16667em;}}@media screen and (max-width: 950px){.o-featured-modders-grid{margin:70px 0;}}@media screen and (max-width: 768px){.o-featured-modders-grid__text{font-size:1.25em;line-height:1.2em;}}@media screen and (max-width: 600px){.o-featured-modders-grid__content{margin-bottom:30px;}.o-featured-modders-grid__text{font-size:1.125em;line-height:1.22222em;}.o-featured-modders-grid__footer{margin-top:40px;}}.o-featured-polling{position:relative;display:flex;flex-direction:column;justify-content:center;align-items:center;margin:120px 0 136px;padding:80px 0 60px;overflow:hidden;}.o-featured-polling__block{position:absolute;top:0;left:0;width:100%;height:100%;margin-left:auto;margin-right:auto;right:0;max-width:1200px;background:#f5f5f5;background:linear-gradient(45deg,#f5f5f5 0%,#e7e7e7 100%);overflow:hidden;}.o-featured-polling__block:before{content:url("https://cdn-ikpfjol.nitrocdn.com/sFJFvEmonhoQYtgfpLbAzAWEPnNuaFLe/assets/images/optimized/rev-fafaa5e/dartzoneblasters.com/wp-content/themes/dart-zone-platform/assets/images/graphics/small-slanted-white-blocks.svg");position:absolute;top:0;right:-20px;}.o-featured-polling__block:after{content:url("https://cdn-ikpfjol.nitrocdn.com/sFJFvEmonhoQYtgfpLbAzAWEPnNuaFLe/assets/images/optimized/rev-fafaa5e/dartzoneblasters.com/wp-content/themes/dart-zone-platform/assets/images/graphics/small-slanted-white-blocks.svg");position:absolute;bottom:-6px;left:-20px;}.o-featured-polling__wide-container{position:relative;max-width:3034px;z-index:2;padding:0;}.o-featured-polling__wide-container:before,.o-featured-polling__wide-container:after{content:"";position:absolute;top:10px;height:calc(100% - 20px);width:100px;z-index:2;}.o-featured-polling__wide-container:before{left:0;background:#fff;background:linear-gradient(270deg,rgba(255,255,255,0) 0%,#fff 100%);}.o-featured-polling__wide-container:after{right:0;background:#fff;background:linear-gradient(270deg,#fff 0%,rgba(255,255,255,0) 100%);}.o-featured-polling__container{position:relative;z-index:2;}.o-featured-polling__heading{color:var(--text--bold-color);text-align:center;margin:0 auto -22px;}.o-featured-polling__slides{width:100%;}.o-featured-polling__slides .slick-track{padding:10px 0;display:flex;align-items:stretch;}.o-featured-polling__slides.slick-initialized .o-featured-polling__slide{display:flex !important;}.o-featured-polling__slide{margin:0 12px;height:auto !important;justify-content:center;align-items:stretch;}.o-featured-polling__main-navigation{margin-left:auto;margin-right:auto;max-width:170px;position:relative;height:48px;display:flex;width:100%;margin-top:20px;}.o-featured-polling__arrows-navigation{display:flex;justify-content:space-between;position:absolute;right:0;left:0;}.o-featured-polling__pagination-wrapper{margin-left:auto;margin-right:auto;display:flex;max-width:46px;align-items:center;justify-self:center;}.o-featured-polling__pagination{max-width:15px;text-align:right;box-sizing:border-box;padding-right:5px;}.o-featured-polling__number{font-size:1.125em;line-height:1.22222em;font-family:montserrat-medium;margin-left:auto;margin-right:auto;color:var(--text--bold-color);text-transform:uppercase;display:flex;align-items:center;justify-content:center;}.o-featured-polling__number--total{display:block;}.o-featured-polling__number:not(:first-of-type){display:none;}@media screen and (max-width: 1024px){.o-featured-polling__heading{margin-bottom:-12px;}.o-featured-polling__wide-container:before,.o-featured-polling__wide-container:after{display:none;}}@media screen and (max-width: 950px){.o-featured-polling{margin:70px 0;}}@media screen and (max-width: 768px){.o-featured-polling__heading{margin-bottom:30px;}}@media screen and (max-width: 600px){.o-featured-polling{margin:50px 0;}.o-featured-polling__main-navigation{height:40px;}.o-featured-polling__wide-container{max-width:1280px;width:100%;padding:0 10px;}.o-featured-polling__slide{margin:0 20px;}.o-featured-polling__number{font-size:1em;line-height:1em;}}.o-featured-post-thumbnail-cards-carousel{overflow:hidden;margin:124px 0;}.o-featured-post-thumbnail-cards-carousel--has-button{margin-left:0;}.o-featured-post-thumbnail-cards-carousel--has-button .o-featured-post-thumbnail-cards-carousel__container{display:flex;flex-direction:column;width:100%;max-width:2018px;padding:0;}.o-featured-post-thumbnail-cards-carousel--has-button .o-featured-post-thumbnail-cards-carousel__content{padding-bottom:0;margin-bottom:-34px;max-width:900px;text-align:center;}.o-featured-post-thumbnail-cards-carousel--has-button .o-featured-post-thumbnail-cards-carousel__content:after{display:none;}.o-featured-post-thumbnail-cards-carousel--has-button .o-featured-post-thumbnail-cards-carousel__heading{margin-left:auto;margin-right:auto;font-size:4.375em;line-height:1em;padding-right:0;color:var(--text--bold-color);text-align:center;margin-bottom:0;}.o-featured-post-thumbnail-cards-carousel--has-button .o-featured-post-thumbnail-cards-carousel__post-thumbnail-cards{width:auto;z-index:2;}.o-featured-post-thumbnail-cards-carousel--has-button .o-featured-post-thumbnail-cards-carousel__post-thumbnail-cards .m-post-thumbnail-cards__item{margin:0 13px;}.o-featured-post-thumbnail-cards-carousel--has-button .o-featured-post-thumbnail-cards-carousel__navigation-wrapper{margin-left:auto;margin-right:auto;display:flex;justify-content:space-between;align-items:center;max-width:1280px;width:100%;margin-top:20px;padding-right:40px;padding-left:40px;box-sizing:border-box;}.o-featured-post-thumbnail-cards-carousel--has-button .o-featured-post-thumbnail-cards-carousel__arrows-navigation{position:absolute;left:0;width:100%;justify-content:space-between;}.o-featured-post-thumbnail-cards-carousel--has-button .o-featured-post-thumbnail-cards-carousel__arrows-navigation .slick-prev:first-of-type{display:none;}.o-featured-post-thumbnail-cards-carousel--has-button .o-featured-post-thumbnail-cards-carousel__main-navigation{margin-left:0;}.o-featured-post-thumbnail-cards-carousel__container{display:flex;align-items:center;width:1608px;padding:0;max-width:unset;}.o-featured-post-thumbnail-cards-carousel__content{position:relative;display:flex;flex-direction:column;align-items:flex-start;max-width:410px;width:100%;padding-bottom:105px;}.o-featured-post-thumbnail-cards-carousel__content:after{content:"";background-image:url("https://cdn-ikpfjol.nitrocdn.com/sFJFvEmonhoQYtgfpLbAzAWEPnNuaFLe/assets/images/optimized/rev-fafaa5e/dartzoneblasters.com/wp-content/themes/dart-zone-platform/assets/images/graphics/gray-bent-lines.svg");position:absolute;bottom:0;right:0;width:252px;height:162px;}.o-featured-post-thumbnail-cards-carousel__heading{font-size:3.125em;line-height:1em;position:relative;padding-right:20px;margin-bottom:28px;box-sizing:border-box;color:var(--text--bold-color);z-index:2;}.o-featured-post-thumbnail-cards-carousel__post-thumbnail-cards{width:1200px;}.o-featured-post-thumbnail-cards-carousel__post-thumbnail-cards .slick-list{padding-left:20px !important;margin-left:-20px !important;}.o-featured-post-thumbnail-cards-carousel__post-thumbnail-cards .m-post-thumbnail-cards__item{display:none;}.o-featured-post-thumbnail-cards-carousel__post-thumbnail-cards .m-post-thumbnail-cards__item:first-of-type,.o-featured-post-thumbnail-cards-carousel__post-thumbnail-cards .m-post-thumbnail-cards__item:nth-of-type(2),.o-featured-post-thumbnail-cards-carousel__post-thumbnail-cards .m-post-thumbnail-cards__item:nth-of-type(3){display:flex;}.o-featured-post-thumbnail-cards-carousel__post-thumbnail-cards .slick-initialized .m-post-thumbnail-cards__item:not(:first-of-type),.o-featured-post-thumbnail-cards-carousel__post-thumbnail-cards .slick-initialized .m-post-thumbnail-cards__item:not(:nth-of-type(2)),.o-featured-post-thumbnail-cards-carousel__post-thumbnail-cards .slick-initialized .m-post-thumbnail-cards__item:not(:nth-of-type(3)){display:flex;}.o-featured-post-thumbnail-cards-carousel__arrows-navigation{display:flex;}.o-featured-post-thumbnail-cards-carousel__arrows-navigation .slick-next{margin-left:20px;}.o-featured-post-thumbnail-cards-carousel__main-navigation{margin-left:auto;margin-right:auto;max-width:170px;position:relative;height:48px;display:flex;padding-bottom:15px;width:100%;}.o-featured-post-thumbnail-cards-carousel__pagination-wrapper{margin-left:auto;margin-right:auto;display:flex;max-width:46px;align-items:center;justify-self:center;}.o-featured-post-thumbnail-cards-carousel__pagination{max-width:15px;text-align:right;box-sizing:border-box;padding-right:5px;}.o-featured-post-thumbnail-cards-carousel__number{font-size:1.125em;line-height:1.22222em;font-family:montserrat-medium;margin-left:auto;margin-right:auto;color:var(--text--bold-color);text-transform:uppercase;display:flex;align-items:center;justify-content:center;}.o-featured-post-thumbnail-cards-carousel__number--total{display:block;}.o-featured-post-thumbnail-cards-carousel__number:not(:first-of-type){display:none;}@media screen and (max-width: 1680px){.o-featured-post-thumbnail-cards-carousel{margin-left:100px;}.o-featured-post-thumbnail-cards-carousel--has-button{margin-left:0;}}@media screen and (max-width: 1200px){.o-featured-post-thumbnail-cards-carousel--has-button .o-featured-post-thumbnail-cards-carousel__heading{font-size:3.75em;line-height:1em;}}@media screen and (max-width: 1024px){.o-featured-post-thumbnail-cards-carousel--has-button .o-featured-post-thumbnail-cards-carousel__heading{font-size:3.125em;line-height:1em;}.o-featured-post-thumbnail-cards-carousel--no-button{margin-left:0;}.o-featured-post-thumbnail-cards-carousel--no-button .o-featured-post-thumbnail-cards-carousel__container{flex-direction:column;align-items:flex-start;padding-right:40px;padding-left:40px;width:100%;}.o-featured-post-thumbnail-cards-carousel--no-button .o-featured-post-thumbnail-cards-carousel__content{padding-bottom:0;}.o-featured-post-thumbnail-cards-carousel--no-button .o-featured-post-thumbnail-cards-carousel__content:after{top:70%;bottom:auto;}.o-featured-post-thumbnail-cards-carousel--no-button .o-featured-post-thumbnail-cards-carousel__heading{padding-right:0;}}@media screen and (max-width: 950px){.o-featured-post-thumbnail-cards-carousel{margin:70px 0;}.o-featured-post-thumbnail-cards-carousel__heading{margin-left:auto;margin-right:auto;text-align:center;}.o-featured-post-thumbnail-cards-carousel--no-button .o-featured-post-thumbnail-cards-carousel__container{align-items:center;justify-content:center;}.o-featured-post-thumbnail-cards-carousel--no-button .o-featured-post-thumbnail-cards-carousel__content{align-items:center;justify-content:center;max-width:600px;}.o-featured-post-thumbnail-cards-carousel--no-button .o-featured-post-thumbnail-cards-carousel__content:after{display:none;}}@media screen and (max-width: 768px){.o-featured-post-thumbnail-cards-carousel--has-button .o-featured-post-thumbnail-cards-carousel__content{margin-bottom:10px;}.o-featured-post-thumbnail-cards-carousel--has-button .o-featured-post-thumbnail-cards-carousel__heading{font-size:2.5em;line-height:1em;}.o-featured-post-thumbnail-cards-carousel--has-button .o-featured-post-thumbnail-cards-carousel__navigation-wrapper{flex-direction:column;align-items:center;justify-content:center;}.o-featured-post-thumbnail-cards-carousel--has-button .o-featured-post-thumbnail-cards-carousel__main-navigation{margin:0 auto 30px;padding-bottom:0;}.o-featured-post-thumbnail-cards-carousel__heading{font-size:2.5em;line-height:1em;}.o-featured-post-thumbnail-cards-carousel__number{font-size:1em;line-height:1.25em;}}@media screen and (max-width: 600px){.o-featured-post-thumbnail-cards-carousel{margin:50px 0;}.o-featured-post-thumbnail-cards-carousel--has-button .o-featured-post-thumbnail-cards-carousel__heading{font-size:2em;line-height:1.125em;margin-bottom:30px;}.o-featured-post-thumbnail-cards-carousel--has-button .o-featured-post-thumbnail-cards-carousel__main-navigation{max-width:150px;height:40px;}.o-featured-post-thumbnail-cards-carousel--has-button .o-featured-post-thumbnail-cards-carousel__post-thumbnail-cards{max-width:400px;overflow:hidden;}.o-featured-post-thumbnail-cards-carousel--has-button .o-featured-post-thumbnail-cards-carousel__post-thumbnail-cards .m-post-thumbnail-cards__item{margin:0 10px;align-items:center;justify-content:center;}.o-featured-post-thumbnail-cards-carousel--no-button .o-featured-post-thumbnail-cards-carousel__container{padding:0 30px;}.o-featured-post-thumbnail-cards-carousel--no-button .o-featured-post-thumbnail-cards-carousel__post-thumbnail-cards{max-width:400px;width:100%;overflow:hidden;}.o-featured-post-thumbnail-cards-carousel--no-button .o-featured-post-thumbnail-cards-carousel__post-thumbnail-cards .m-post-thumbnail-cards__item{margin:0 10px;align-items:center;justify-content:center;}.o-featured-post-thumbnail-cards-carousel__heading{font-size:2em;line-height:1.125em;margin-bottom:30px;}}@media screen and (max-width: 500px){.o-featured-post-thumbnail-cards-carousel--has-button .o-featured-post-thumbnail-cards-carousel__container{padding:0;}.o-featured-post-thumbnail-cards-carousel--has-button .o-featured-post-thumbnail-cards-carousel__heading{padding:0 30px;box-sizing:border-box;}.o-featured-post-thumbnail-cards-carousel--has-button .o-featured-post-thumbnail-cards-carousel__post-thumbnail-cards{max-width:350px;}.o-featured-post-thumbnail-cards-carousel--has-button .o-featured-post-thumbnail-cards-carousel__post-thumbnail-cards .m-post-thumbnail-cards__item{padding:0 5px;margin:0 8px;}.o-featured-post-thumbnail-cards-carousel--has-button .o-featured-post-thumbnail-cards-carousel__post-thumbnail-cards .m-post-thumbnail-cards__item .m-post-thumbnail-card{max-width:300px;}.o-featured-post-thumbnail-cards-carousel--no-button .o-featured-post-thumbnail-cards-carousel__container{padding:0;}.o-featured-post-thumbnail-cards-carousel--no-button .o-featured-post-thumbnail-cards-carousel__content{padding:0 30px;box-sizing:border-box;}}.o-featured-post-thumbnail-cards{margin:62px 0 80px;padding:20px 0;overflow:hidden;}.o-featured-post-thumbnail-cards__container{display:flex;flex-direction:column;align-items:center;justify-content:center;}.o-featured-post-thumbnail-cards__heading{font-size:5em;line-height:1em;text-align:center;max-width:995px;margin:0 auto -16px;color:var(--text--bold-color);}.o-featured-post-thumbnail-cards__post-thumbnail-cards{width:100%;}.o-featured-post-thumbnail-cards__post-thumbnail-cards .m-post-thumbnail-cards__list{justify-content:center;}.o-featured-post-thumbnail-cards__button{margin-top:50px;}@media screen and (max-width: 1200px){.o-featured-post-thumbnail-cards__heading{font-size:3.75em;line-height:1em;margin-bottom:-8px;}}@media screen and (max-width: 1024px){.o-featured-post-thumbnail-cards__heading{font-size:3.125em;line-height:1em;}}@media screen and (max-width: 950px){.o-featured-post-thumbnail-cards__button{margin-top:40px;}}@media screen and (max-width: 768px){.o-featured-post-thumbnail-cards__heading{font-size:2.5em;line-height:1em;}.o-featured-post-thumbnail-cards__post-thumbnail-cards{max-width:390px;}.o-featured-post-thumbnail-cards__post-thumbnail-cards .m-post-thumbnail-cards__list{flex-direction:column;}.o-featured-post-thumbnail-cards__post-thumbnail-cards .m-post-thumbnail-cards__item+.m-post-thumbnail-cards__item{margin-top:20px;margin-left:0;}}@media screen and (max-width: 600px){.o-featured-post-thumbnail-cards{margin:50px 0;padding:0;}.o-featured-post-thumbnail-cards__heading{font-size:2em;line-height:1.125em;margin-bottom:30px;}.o-featured-post-thumbnail-cards__post-thumbnail-cards{max-width:300px;}}.o-featured-product-callout{margin:90px 0;overflow:hidden;}.o-featured-product-callout--no-heading .o-featured-product-callout__container{justify-content:space-between;}.o-featured-product-callout--no-heading .o-featured-product-callout__content{align-items:center;justify-content:center;}.o-featured-product-callout--no-heading.o-featured-product-callout--image-aligned-right .o-featured-product-callout__content{margin-right:60px;margin-left:100px;}.o-featured-product-callout--no-heading.o-featured-product-callout--image-aligned-left .o-featured-product-callout__content{margin-left:60px;margin-right:100px;}.o-featured-product-callout--image-aligned-right .o-featured-product-callout__container,.o-featured-product-callout--image-aligned-left .o-featured-product-callout__container{display:flex;}.o-featured-product-callout--image-aligned-right .o-featured-product-callout__heading,.o-featured-product-callout--image-aligned-left .o-featured-product-callout__heading{margin-bottom:66px;}.o-featured-product-callout--image-aligned-right .o-featured-product-callout__image,.o-featured-product-callout--image-aligned-left .o-featured-product-callout__image{max-width:580px;width:100%;height:510px;}.o-featured-product-callout--image-aligned-right .o-featured-product-callout__container:after{bottom:0;left:-60px;width:calc(60% + 60px);height:calc(100% - 24px);}.o-featured-product-callout--image-aligned-right .o-featured-product-callout__content{margin-right:120px;}.o-featured-product-callout--image-aligned-left .o-featured-product-callout__container{flex-direction:row-reverse;}.o-featured-product-callout--image-aligned-left .o-featured-product-callout__container:after{bottom:0;right:-60px;width:calc(60% + 60px);height:calc(100% - 24px);}.o-featured-product-callout--image-aligned-left .o-featured-product-callout__content{margin-left:120px;}.o-featured-product-callout--image-aligned-left .o-featured-product-callout__heading{text-align:right;}.o-featured-product-callout--image-aligned-center .o-featured-product-callout__container:after{display:none;}.o-featured-product-callout--image-aligned-center .o-featured-product-callout__content{margin-left:auto;margin-right:auto;max-width:792px;}.o-featured-product-callout--image-aligned-center .o-featured-product-callout__heading{position:relative;text-align:center;margin-bottom:30px;z-index:2;}.o-featured-product-callout--image-aligned-center .o-featured-product-callout__main-text{position:relative;align-items:center;justify-content:center;text-align:center;margin-top:25px;max-width:450px;z-index:2;}.o-featured-product-callout--image-aligned-center .o-featured-product-callout__image-wrapper{position:relative;}.o-featured-product-callout--image-aligned-center .o-featured-product-callout__link{position:absolute;top:0;left:0;width:100%;height:100%;}.o-featured-product-callout--image-aligned-center .o-featured-product-callout__image{max-height:450px;}.o-featured-product-callout__container{position:relative;overflow:hidden;}.o-featured-product-callout__container:after{content:"";position:absolute;background:#f5f5f5;background:linear-gradient(225deg,#f5f5f5 0%,#e7e7e7 100%);transform:skew(10deg);z-index:-1;}.o-featured-product-callout__content{position:relative;display:flex;flex-direction:column;max-width:415px;z-index:2;}.o-featured-product-callout__main-text{margin:0 auto;display:flex;flex-direction:column;align-items:flex-start;max-width:372px;}.o-featured-product-callout__heading{color:var(--text--bold-color);}.o-featured-product-callout__kicker{font-size:1.375em;line-height:1.18182em;font-family:montserrat-medium;text-transform:uppercase;color:var(--text--kicker-color);margin-bottom:10px;}.o-featured-product-callout__text{font-family:montserrat-bold;font-size:2em;line-height:1.1875em;color:var(--text--bold-color);}.o-featured-product-callout__image-wrapper{margin-left:auto;margin-right:auto;position:relative;max-width:778px;width:100%;}.o-featured-product-callout__image-wrapper:after{margin-left:auto;margin-right:auto;content:"";position:absolute;top:50%;transform:translateY(-50%) skew(10deg);right:0;left:-132px;background:#f5f5f5;background:linear-gradient(225deg,#f5f5f5 0%,#e7e7e7 100%);width:calc(100% + 264px);height:78%;}.o-featured-product-callout__image-wrapper .o-featured-product-callout__image{position:relative;width:100%;z-index:2;}.o-featured-product-callout__image{-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center;}.o-featured-product-callout__link{position:relative;z-index:5;}.o-featured-product-callout__link svg,.o-featured-product-callout__link .o-featured-product-callout__icon{margin-left:auto;margin-right:auto;transition:all .15s ease-in-out;transition-timing-function:cubic-bezier(.36,.07,.19,.97);position:absolute;top:50%;right:-6%;left:0;transform:scale(.8) rotate(20deg) translateY(-50%);transform-origin:center;will-change:transform;opacity:0;z-index:3;}.o-featured-product-callout__link .o-featured-product-callout__icon{width:140px;height:140px;}.o-featured-product-callout__link:hover svg,.o-featured-product-callout__link:hover .o-featured-product-callout__icon{opacity:1;transform:scale(1) rotate(0deg) translateY(-50%);}.keyboard-in-use .o-featured-product-callout__link:focus{outline:2px dashed var(--theme--focus-color) !important;outline-offset:5px;transition:none;}.keyboard-in-use .o-featured-product-callout__link:focus svg,.keyboard-in-use .o-featured-product-callout__link:focus .o-featured-product-callout__icon{opacity:1;transform:scale(1) rotate(0deg) translateY(-50%);}.o-featured-product-callout__secondary-container{position:relative;margin-top:120px;max-width:660px;}.o-featured-product-callout__secondary-container:before{content:url("https://cdn-ikpfjol.nitrocdn.com/sFJFvEmonhoQYtgfpLbAzAWEPnNuaFLe/assets/images/optimized/rev-fafaa5e/dartzoneblasters.com/wp-content/themes/dart-zone-platform/assets/images/graphics/fpc-lines-left.svg");position:absolute;right:100%;bottom:5px;}.o-featured-product-callout__secondary-container:after{content:url("https://cdn-ikpfjol.nitrocdn.com/sFJFvEmonhoQYtgfpLbAzAWEPnNuaFLe/assets/images/optimized/rev-fafaa5e/dartzoneblasters.com/wp-content/themes/dart-zone-platform/assets/images/graphics/fpc-lines-right.svg");position:absolute;left:100%;bottom:5px;}.o-featured-product-callout__subtext{margin-left:auto;margin-right:auto;max-width:588px;width:100%;color:var(--text--base-color);text-align:center;}.o-featured-product-callout__subtext p{font-size:1.125em;line-height:1.55556em;font-family:montserrat-medium;}.o-featured-product-callout__subtext p+p{margin-top:12px;}.o-featured-product-callout__flag{margin-top:10px;}@media screen and (max-width: 1024px){.o-featured-product-callout--image-aligned-center .o-featured-product-callout__image-wrapper:after{width:90%;height:90%;left:0;}.o-featured-product-callout__kicker{font-size:1.25em;line-height:1.2em;}.o-featured-product-callout__text{font-size:1.5em;line-height:1.16667em;}}@media screen and (max-width: 950px){.o-featured-product-callout{margin:70px 0;}.o-featured-product-callout__secondary-container{margin-top:70px;}.o-featured-product-callout--no-heading.o-featured-product-callout--image-aligned-right .o-featured-product-callout__content{margin-left:auto;margin-right:auto;}.o-featured-product-callout--no-heading.o-featured-product-callout--image-aligned-left .o-featured-product-callout__content{margin-left:auto;margin-right:auto;}.o-featured-product-callout--image-aligned-left .o-featured-product-callout__container,.o-featured-product-callout--image-aligned-right .o-featured-product-callout__container{flex-direction:column-reverse;align-items:center;}.o-featured-product-callout--image-aligned-left .o-featured-product-callout__content,.o-featured-product-callout--image-aligned-right .o-featured-product-callout__content{margin:40px auto 0;}.o-featured-product-callout--image-aligned-left .o-featured-product-callout__heading,.o-featured-product-callout--image-aligned-right .o-featured-product-callout__heading{margin-bottom:20px;text-align:center;}.o-featured-product-callout--image-aligned-left .o-featured-product-callout__main-text,.o-featured-product-callout--image-aligned-right .o-featured-product-callout__main-text{align-items:center;}.o-featured-product-callout--image-aligned-left .o-featured-product-callout__image,.o-featured-product-callout--image-aligned-right .o-featured-product-callout__image{margin-left:auto;margin-right:auto;width:60% !important;height:60% !important;}.o-featured-product-callout--image-aligned-left .o-featured-product-callout__link,.o-featured-product-callout--image-aligned-left .o-featured-product-callout__image-wrapper,.o-featured-product-callout--image-aligned-right .o-featured-product-callout__link,.o-featured-product-callout--image-aligned-right .o-featured-product-callout__image-wrapper{margin-left:auto;margin-right:auto;display:flex;align-items:center;justify-content:center;}.o-featured-product-callout--image-aligned-center .o-featured-product-callout__heading{margin-bottom:20px;}.o-featured-product-callout--image-aligned-center .o-featured-product-callout__image{margin-left:auto;margin-right:auto;width:100%;max-width:368px;height:auto;}.o-featured-product-callout--image-aligned-center .o-featured-product-callout__link,.o-featured-product-callout--image-aligned-center .o-featured-product-callout__image-wrapper{margin-left:auto;margin-right:auto;display:flex;align-items:center;justify-content:center;right:0;}.o-featured-product-callout--image-aligned-center .o-featured-product-callout__link{max-width:368px;width:100%;}.o-featured-product-callout__main-text{text-align:center !important;}}@media screen and (max-width: 768px){.o-featured-product-callout__kicker{font-size:1em;line-height:1.25em;margin-bottom:5px;}.o-featured-product-callout__text{font-size:1.25em;line-height:1.2em;}}@media screen and (max-width: 600px){.o-featured-product-callout{margin:50px 0;}.o-featured-product-callout--image-aligned-left .o-featured-product-callout__content,.o-featured-product-callout--image-aligned-right .o-featured-product-callout__content{margin-top:30px;}.o-featured-product-callout--image-aligned-left .o-featured-product-callout__image,.o-featured-product-callout--image-aligned-right .o-featured-product-callout__image{width:100% !important;height:200px !important;}.o-featured-product-callout--image-aligned-center .o-featured-product-callout__image{height:200px !important;}.o-featured-product-callout__heading{font-size:1.5em;line-height:1.16667em;}.o-featured-product-callout__text{font-size:1.125em;line-height:1.22222em;}.o-featured-product-callout__image{width:100% !important;max-width:300px !important;}.o-featured-product-callout__link{width:100% !important;max-width:300px !important;height:200px !important;}.o-featured-product-callout__subtext p{font-size:1em;line-height:1.25em;}}.o-featured-product-thumbnail-cards-carousel{display:flex;justify-content:center;overflow:hidden;margin:120px 0;}.o-featured-product-thumbnail-cards-carousel--has-button .o-featured-product-thumbnail-cards-carousel__navigation-wrapper{margin-left:auto;margin-right:auto;display:flex;justify-content:space-between;align-items:center;max-width:1280px;margin-top:20px;padding-right:40px;padding-left:40px;box-sizing:border-box;}.o-featured-product-thumbnail-cards-carousel--has-button .o-featured-product-thumbnail-cards-carousel__main-navigation{margin-left:0;}.o-featured-product-thumbnail-cards-carousel--is-left-aligned .o-featured-product-thumbnail-cards-carousel__heading{color:var(--text--base-color);text-align:left;max-width:1280px;padding:0 40px;box-sizing:border-box;}.o-featured-product-thumbnail-cards-carousel--is-left-aligned .o-featured-product-thumbnail-cards-carousel__navigation-wrapper{margin-left:auto;margin-right:auto;display:flex;justify-content:space-between;align-items:center;max-width:1280px;margin-top:20px;padding-right:40px;padding-left:40px;box-sizing:border-box;}.o-featured-product-thumbnail-cards-carousel--is-left-aligned .o-featured-product-thumbnail-cards-carousel__main-navigation{margin-left:0;}.o-featured-product-thumbnail-cards-carousel__container{width:100%;max-width:2018px;padding:0;}.o-featured-product-thumbnail-cards-carousel__heading{margin-left:auto;margin-right:auto;text-align:center;color:var(--text--bold-color);max-width:790px;}.o-featured-product-thumbnail-cards-carousel__product-thumbnail-cards{margin-top:-30px;}.o-featured-product-thumbnail-cards-carousel__product-thumbnail-cards .m-product-thumbnail-cards__item{margin:0 13px;}.o-featured-product-thumbnail-cards-carousel__product-thumbnail-cards .slick-initialized .m-product-thumbnail-cards__item:not(:first-of-type),.o-featured-product-thumbnail-cards-carousel__product-thumbnail-cards .slick-initialized .m-product-thumbnail-cards__item:not(:nth-of-type(2)),.o-featured-product-thumbnail-cards-carousel__product-thumbnail-cards .slick-initialized .m-product-thumbnail-cards__item:not(:nth-of-type(3)){display:flex;}.o-featured-product-thumbnail-cards-carousel__navigation-wrapper{margin-top:20px;}.o-featured-product-thumbnail-cards-carousel__main-navigation{margin-left:auto;margin-right:auto;max-width:110px;position:relative;height:48px;display:flex;width:100%;}.o-featured-product-thumbnail-cards-carousel__arrows-navigation{display:flex;justify-content:space-between;position:absolute;right:0;left:0;}.o-featured-product-thumbnail-cards-carousel__pagination-wrapper{margin-left:auto;margin-right:auto;display:flex;max-width:46px;align-items:center;justify-self:center;}.o-featured-product-thumbnail-cards-carousel__pagination{max-width:15px;text-align:right;box-sizing:border-box;padding-right:5px;}.o-featured-product-thumbnail-cards-carousel__number{font-size:1.125em;line-height:1.22222em;font-family:montserrat-medium;margin-left:auto;margin-right:auto;color:var(--text--bold-color);text-transform:uppercase;display:flex;align-items:center;justify-content:center;}.o-featured-product-thumbnail-cards-carousel__number--total{display:block;}.o-featured-product-thumbnail-cards-carousel__number:not(:first-of-type){display:none;}@media screen and (max-width: 950px){.o-featured-product-thumbnail-cards-carousel{margin:70px 0;}}@media screen and (max-width: 768px){.o-featured-product-thumbnail-cards-carousel__navigation-wrapper{flex-direction:column;align-items:center;justify-content:center;}.o-featured-product-thumbnail-cards-carousel__main-navigation{margin:0 auto !important;}.o-featured-product-thumbnail-cards-carousel__button{margin-top:40px;margin-left:0;}}@media screen and (max-width: 600px){.o-featured-product-thumbnail-cards-carousel{margin:50px 0;}.o-featured-product-thumbnail-cards-carousel--is-left-aligned .o-featured-product-thumbnail-cards-carousel__heading{text-align:center;}.o-featured-product-thumbnail-cards-carousel__container{padding:0;max-width:1280px;width:100%;}.o-featured-product-thumbnail-cards-carousel__heading{padding:0 30px;box-sizing:border-box;}.o-featured-product-thumbnail-cards-carousel__product-thumbnail-cards{max-width:unset !important;margin:10px auto 0;width:calc(100vw - 10px);overflow:scroll;padding:20px 0;}.o-featured-product-thumbnail-cards-carousel__product-thumbnail-cards .m-product-thumbnail-cards__list{display:flex;width:100%;justify-content:space-between;}.o-featured-product-thumbnail-cards-carousel__product-thumbnail-cards .m-product-thumbnail-cards__item{padding:0 5px;align-items:center;justify-content:center;max-width:unset;max-width:250px !important;flex:none;flex-grow:1;margin:0 4px;}.o-featured-product-thumbnail-cards-carousel__product-thumbnail-cards .m-product-thumbnail-cards__item .m-product-thumbnail-card{max-width:unset;width:100%;}.o-featured-product-thumbnail-cards-carousel__pagination-wrapper{height:40px;}.o-featured-product-thumbnail-cards-carousel__number{font-size:1em;line-height:1.25em;}.o-featured-product-thumbnail-cards-carousel__main-navigation{display:none;}.o-featured-product-thumbnail-cards-carousel__button{margin-top:0;}}@media screen and (max-width: 500px){.o-featured-product-thumbnail-cards-carousel__container{padding:0;}.o-featured-product-thumbnail-cards-carousel__heading{padding:0 30px;box-sizing:border-box;}.o-featured-product-thumbnail-cards-carousel__product-thumbnail-cards .m-product-thumbnail-cards__item{padding:0 2px;margin:0 2px;}}.o-featured-product-thumbnail-cards{overflow:hidden;}.o-featured-product-thumbnail-cards__container{position:relative;display:flex;flex-direction:column;align-items:center;padding-top:168px;padding-bottom:150px;}.o-featured-product-thumbnail-cards__container:before,.o-featured-product-thumbnail-cards__container:after{content:url("https://cdn-ikpfjol.nitrocdn.com/sFJFvEmonhoQYtgfpLbAzAWEPnNuaFLe/assets/images/optimized/rev-fafaa5e/dartzoneblasters.com/wp-content/themes/dart-zone-platform/assets/images/graphics/gray-dart-ball-graphic.svg");position:absolute;}.o-featured-product-thumbnail-cards__container:before{top:-5%;right:80%;}.o-featured-product-thumbnail-cards__container:after{bottom:-5%;left:80%;}.o-featured-product-thumbnail-cards__heading{position:relative;max-width:790px;margin:0 auto -16px;text-align:center;color:var(--text--bold-color);z-index:1;}.o-featured-product-thumbnail-cards__product-thumbnail-cards{position:relative;width:100%;z-index:1;}.o-featured-product-thumbnail-cards__product-thumbnail-cards .m-product-thumbnail-cards__item{max-width:382px;}.o-featured-product-thumbnail-cards__product-thumbnail-cards .m-product-thumbnail-cards__item+.m-product-thumbnail-cards__item{margin-left:30px;}.o-featured-product-thumbnail-cards__button{margin:40px auto 0;}@media screen and (max-width: 1200px){.o-featured-product-thumbnail-cards__heading{margin-bottom:-8px;}}@media screen and (max-width: 1024px){.o-featured-product-thumbnail-cards__product-thumbnail-cards{position:relative;width:100%;z-index:1;}.o-featured-product-thumbnail-cards__product-thumbnail-cards .m-product-thumbnail-cards__item{max-width:382px;}.o-featured-product-thumbnail-cards__product-thumbnail-cards .m-product-thumbnail-cards__item+.m-product-thumbnail-cards__item{margin-left:10px;}}@media screen and (max-width: 950px){.o-featured-product-thumbnail-cards{margin:30px 0;}.o-featured-product-thumbnail-cards__container{padding-top:40px;padding-bottom:40px;}.o-featured-product-thumbnail-cards__container:before{top:5%;right:60%;}.o-featured-product-thumbnail-cards__container:after{bottom:5%;left:60%;}.o-featured-product-thumbnail-cards__product-thumbnail-cards .m-product-thumbnail-cards__list{flex-direction:column;align-items:center;justify-content:center;}.o-featured-product-thumbnail-cards__product-thumbnail-cards .m-product-thumbnail-cards__item+.m-product-thumbnail-cards__item{margin-top:16px;margin-left:0;}}@media screen and (max-width: 600px){.o-featured-product-thumbnail-cards__heading{margin-bottom:30px;}}@media screen and (max-width: 500px){.o-featured-product-thumbnail-cards{margin:70px 0;}.o-featured-product-thumbnail-cards__product-thumbnail-cards .m-product-thumbnail-cards__item{max-width:250px;}.o-featured-product-thumbnail-cards__container{padding-top:0;padding-bottom:0;}.o-featured-product-thumbnail-cards__container:before,.o-featured-product-thumbnail-cards__container:after{display:none;}}.o-featured-products-block{margin-top:100px;margin-bottom:100px;}@media screen and (max-width: 768px){.o-featured-products-block{margin-top:70px;margin-bottom:70px;}}@media screen and (max-width: 600px){.o-featured-products-block{margin-top:50px;margin-bottom:50px;}}.o-featured-products-block--hide-products .o-featured-products-block__item:nth-child(9) ~ *{display:none;}.o-featured-products-block--hide-products .o-featured-products-block__footer{display:flex;}.o-featured-products-block__container{max-width:1320px;}.o-featured-products-block__block{padding:100px 60px;background:#e7e7e7;background:linear-gradient(45deg,#e7e7e7 0%,#f5f5f5 100%);box-sizing:border-box;position:relative;overflow:hidden;}.o-featured-products-block__block:before{content:url("https://cdn-ikpfjol.nitrocdn.com/sFJFvEmonhoQYtgfpLbAzAWEPnNuaFLe/assets/images/optimized/rev-fafaa5e/dartzoneblasters.com/wp-content/themes/dart-zone-platform/assets/images/graphics/country-shop-block-graphic.svg");position:absolute;top:0;left:0;}.o-featured-products-block__heading{margin:0 auto 60px;text-align:center;color:#000;max-width:996px;}.o-featured-products-block__list{display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:auto;gap:24px;}.o-featured-products-block__item{display:flex;align-items:stretch;}.o-featured-products-block__footer{margin-top:40px;display:none;align-items:center;justify-content:center;}@media screen and (max-width: 1024px){.o-featured-products-block__list{grid-template-columns:repeat(2,1fr);gap:24px;}}@media screen and (max-width: 950px){.o-featured-products-block__block{padding:80px 40px;}.o-featured-products-block__heading{margin-bottom:40px;}}@media screen and (max-width: 768px){.o-featured-products-block__list{gap:10px;}.o-featured-products-block__item{justify-content:center;}}@media screen and (max-width: 600px){.o-featured-products-block__block{padding:60px 10px 50px;}}.o-featured-products-carousel{overflow:hidden;margin:40px 0 95px;padding-bottom:40px;}.o-featured-products-carousel__container{position:relative;}.o-featured-products-carousel__heading{font-size:7.5em;line-height:1em;position:absolute;top:26%;right:5%;color:transparent;-webkit-text-stroke-color:var(--text--bold-color);-webkit-text-stroke-width:4px;text-align:right;margin-left:auto;max-width:540px;width:100%;z-index:4;}.o-featured-products-carousel__slides{width:1732px;height:606px;}.o-featured-products-carousel__slides .slick-track{display:flex;align-items:flex-end;height:100%;}.o-featured-products-carousel__slides .slick-list{height:100%;}.o-featured-products-carousel .slick-initialized .slick-slide{display:flex;justify-content:flex-start;}.o-featured-products-carousel__item{transition:all .15s ease-in-out;max-width:900px;width:100%;}.o-featured-products-carousel__item.slick-current .m-centered-product-callout-block__content{padding-bottom:50px;}.o-featured-products-carousel__item.slick-current .m-centered-product-callout-block:after{height:66.5%;}.o-featured-products-carousel__item:not(.slick-current){align-items:flex-end;}.o-featured-products-carousel__item:not(.slick-current) .m-centered-product-callout-block{transform:scale(.5) translateY(50%) translateX(-45%);padding:30px;box-sizing:border-box;}.o-featured-products-carousel__item:not(.slick-current) .m-centered-product-callout-block:before{display:none;}.o-featured-products-carousel__item:not(.slick-current) .m-centered-product-callout-block:after{background:var(--bg--accent--gradient--fallback-color);background:linear-gradient(45deg,#e7e7e7 0%,#f5f5f5 100%);width:100%;height:100%;bottom:0;}.o-featured-products-carousel__item:not(.slick-current) .m-centered-product-callout-block__image{opacity:.6;height:auto;max-width:285px;}.o-featured-products-carousel__item:not(.slick-current) .m-centered-product-callout-block__link{display:none;}.o-featured-products-carousel__item:not(.slick-current) .m-centered-product-callout-block__kicker,.o-featured-products-carousel__item:not(.slick-current) .m-centered-product-callout-block__heading{color:var(--color--gray-400);}.o-featured-products-carousel__centered-product-callout-block{transition:all .15s ease-in-out;will-change:transform;height:100%;}.o-featured-products-carousel__centered-product-callout-block:before{bottom:-4px;}.o-featured-products-carousel__centered-product-callout-block:after{bottom:0;}.o-featured-products-carousel__navigation-wrapper{display:flex;position:absolute;left:36%;bottom:-34px;width:190px;height:68px;margin-left:auto;padding:10px;border-radius:34px;box-sizing:border-box;box-shadow:0 0 5px rgba(0,0,0,.2);background-color:var(--bg--base-color);z-index:5;}.o-featured-products-carousel__main-navigation{margin-left:auto;margin-right:auto;position:relative;display:flex;width:100%;}.o-featured-products-carousel__arrows-navigation{display:flex;justify-content:space-between;position:absolute;right:0;left:0;}.o-featured-products-carousel__pagination-wrapper{margin-left:auto;margin-right:auto;display:flex;max-width:46px;align-items:center;justify-self:center;}.o-featured-products-carousel__pagination{max-width:15px;text-align:right;box-sizing:border-box;padding-right:5px;}.o-featured-products-carousel__number{font-size:1.125em;line-height:1.22222em;font-family:montserrat-medium;margin-left:auto;margin-right:auto;color:var(--text--bold-color);text-transform:uppercase;display:flex;align-items:center;justify-content:center;}.o-featured-products-carousel__number--total{display:block;}.o-featured-products-carousel__number:not(:first-of-type){display:none;}@media screen and (max-width: 1200px){.o-featured-products-carousel__heading{font-size:3.75em;line-height:1em;margin-bottom:-8px;}.o-featured-products-carousel__slides{height:500px;}}@media screen and (max-width: 1024px){.o-featured-products-carousel__heading{font-size:3.125em;line-height:1em;position:relative;top:auto;right:auto;text-align:right;}}@media screen and (max-width: 950px){.o-featured-products-carousel{margin:70px 0 60px;padding-bottom:10px;}.o-featured-products-carousel .slick-initialized .slick-slide{justify-content:center;}.o-featured-products-carousel .slick-track{align-items:stretch;}.o-featured-products-carousel__container{padding:0;}.o-featured-products-carousel__heading{margin-left:auto;margin-right:auto;text-align:center;margin-bottom:40px;-webkit-text-stroke-width:2px;padding:0 40px;box-sizing:border-box;}.o-featured-products-carousel__slides{margin-left:auto;margin-right:auto;position:relative;width:100%;max-width:500px;height:auto;box-sizing:border-box;}.o-featured-products-carousel__slides:after{margin-left:auto;margin-right:auto;content:"";position:absolute;right:-5%;bottom:-20px;width:105%;height:calc(100% + 40px);transform:skew(-10deg);background:#a41e29;background:linear-gradient(225deg,#a41e29 0%,#d2202f 100%);}.o-featured-products-carousel__slides .slick-list{z-index:2;}.o-featured-products-carousel__item{position:relative;width:100%;max-width:500px;margin:0 20px;z-index:2;}.o-featured-products-carousel__item.slick-slide{height:auto;}.o-featured-products-carousel__item.slick-current .m-centered-product-callout-block__image{max-width:285px;}.o-featured-products-carousel__item:not(.slick-current){align-items:center;}.o-featured-products-carousel__item:not(.slick-current) .m-centered-product-callout-block{transform:none;}.o-featured-products-carousel__item:not(.slick-current) .m-centered-product-callout-block:before{display:none;}.o-featured-products-carousel__item:not(.slick-current) .m-centered-product-callout-block:after{height:100%;width:100%;transform:skew(-10deg);background:#a41e29;background:linear-gradient(225deg,#a41e29 0%,#d2202f 100%);}.o-featured-products-carousel__item:not(.slick-current) .m-centered-product-callout-block__image{opacity:1;height:unset;max-height:250px;max-width:285px;}.o-featured-products-carousel__item:not(.slick-current) .m-centered-product-callout-block__kicker,.o-featured-products-carousel__item:not(.slick-current) .m-centered-product-callout-block__heading{color:var(--color--white);}.o-featured-products-carousel__centered-product-callout-block{padding:0 20px;box-sizing:border-box;}.o-featured-products-carousel__centered-product-callout-block:after{display:none;}.o-featured-products-carousel__centered-product-callout-block .m-centered-product-callout-block__content{padding:20px 0 !important;}.o-featured-products-carousel__navigation-wrapper{margin-left:auto;margin-right:auto;position:relative;right:0;bottom:0;left:0;margin-top:30px;}.o-featured-products-carousel__number{font-size:1em;line-height:1.25em;}}@media screen and (max-width: 768px){.o-featured-products-carousel__heading{font-size:2.5em;line-height:1em;}}@media screen and (max-width: 600px){.o-featured-products-carousel{margin:50px 0;}.o-featured-products-carousel__container{padding:0 10px;}.o-featured-products-carousel__heading{font-size:2em;line-height:1.125em;padding:0 20px;box-sizing:border-box;}.o-featured-products-carousel__slides{max-width:340px;}.o-featured-products-carousel__item{max-width:340px;margin:0 10px;}.o-featured-products-carousel__item.slick-current .m-centered-product-callout-block__image{max-width:200px;}.o-featured-products-carousel__centered-product-callout-block{padding:0 10px;}.o-featured-products-carousel__centered-product-callout-block .m-centered-product-callout-block__content{padding:0 !important;}.o-featured-products-carousel__number{font-size:.875em;line-height:1.28571em;}.o-featured-products-carousel__navigation-wrapper{height:58px;}}.o-featured-products-cta-block__container{max-width:1320px;}.o-featured-products-cta-block__block{position:relative;background:var(--bg--secondary--gradient--fallback-color);background:var(--bg--secondary--gradient-color);min-height:555px;padding:124px 162px;box-sizing:border-box;display:flex;overflow:hidden;}.o-featured-products-cta-block__block:before,.o-featured-products-cta-block__block:after{content:"";position:absolute;background-size:contain;background-repeat:no-repeat;width:358px;height:140px;}.o-featured-products-cta-block__block:before{background-image:url("https://cdn-ikpfjol.nitrocdn.com/sFJFvEmonhoQYtgfpLbAzAWEPnNuaFLe/assets/images/optimized/rev-fafaa5e/dartzoneblasters.com/wp-content/themes/dart-zone-platform/assets/images/graphics/fpctab-lines-left.svg");top:0;left:0;}.o-featured-products-cta-block__block:after{background-image:url("https://cdn-ikpfjol.nitrocdn.com/sFJFvEmonhoQYtgfpLbAzAWEPnNuaFLe/assets/images/optimized/rev-fafaa5e/dartzoneblasters.com/wp-content/themes/dart-zone-platform/assets/images/graphics/fpctab-lines-right.svg");bottom:0;right:0;}.o-featured-products-cta-block__content{position:relative;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;max-width:426px;width:100%;padding-top:20px;padding-right:40px;box-sizing:border-box;z-index:1;}.o-featured-products-cta-block__heading{color:var(--color--white);margin-bottom:30px;}.o-featured-products-cta-block__products{position:relative;z-index:2;display:flex;flex-direction:column;}.o-featured-products-cta-block__product+.o-featured-products-cta-block__product{margin-top:10px;}.o-featured-products-cta-block__product .m-stacked-product-image-label-link__label{color:var(--color--gray-200);}@media screen and (max-width: 1200px){.o-featured-products-cta-block__block{padding:100px 120px;}}@media screen and (max-width: 1024px){.o-featured-products-cta-block__block{padding:80px;}}@media screen and (max-width: 950px){.o-featured-products-cta-block__block{flex-direction:column;min-height:unset;}.o-featured-products-cta-block__content{padding-right:0;padding-top:0;align-items:center;justify-content:center;margin:0 auto 40px;}.o-featured-products-cta-block__heading{text-align:center;}.o-featured-products-cta-block__products{margin-left:auto;margin-right:auto;justify-content:center;align-items:center;max-width:300px;}}@media screen and (max-width: 600px){.o-featured-products-cta-block__block{padding:50px 30px;}.o-featured-products-cta-block__content{margin-bottom:30px;}.o-featured-products-cta-block__products{max-width:250px;}}@media screen and (max-width: 500px){.o-featured-products-cta-block__container{padding:0 10px;}}.o-featured-products-slider{margin:100px 0 120px;height:506px;box-sizing:border-box;overflow:hidden;}.o-featured-products-slider--small-heading .o-featured-products-slider__heading{font-size:5em;line-height:1em;top:0;}.o-featured-products-slider__container{display:flex;flex-direction:column;position:relative;height:100%;}.o-featured-products-slider__container:after{content:url("https://cdn-ikpfjol.nitrocdn.com/sFJFvEmonhoQYtgfpLbAzAWEPnNuaFLe/assets/images/optimized/rev-fafaa5e/dartzoneblasters.com/wp-content/themes/dart-zone-platform/assets/images/graphics/red-columns-graphic.svg");position:absolute;left:88%;bottom:78px;text-align:center;z-index:2;}.o-featured-products-slider__heading{position:absolute;top:20px;right:0;color:transparent;-webkit-text-stroke-color:var(--text--bold-color);-webkit-text-stroke-width:4px;max-width:540px;width:100%;text-align:right;z-index:4;}.o-featured-products-slider__slides{position:relative;height:100%;display:flex !important;align-items:center;}.o-featured-products-slider__slides .slick-track{display:flex;align-items:stretch;}.o-featured-products-slider__slides:before{content:"";background-size:contain;background-repeat:no-repeat;background-position:center;background-image:url("https://cdn-ikpfjol.nitrocdn.com/sFJFvEmonhoQYtgfpLbAzAWEPnNuaFLe/assets/images/optimized/rev-fafaa5e/dartzoneblasters.com/wp-content/themes/dart-zone-platform/assets/images/graphics/red-gradient-bars.svg");position:absolute;right:59.5%;bottom:80px;text-align:center;z-index:2;max-width:150px;width:100%;height:345px;}.o-featured-products-slider__slides:after{content:"";position:absolute;top:50%;left:40%;width:100%;height:345px;transform:translateY(-50%) skew(-10deg);background:var(--bg--primary--gradient--fallback-color);background:var(--bg--primary--gradient--flipped-color);}.o-featured-products-slider .slick-list{position:relative;z-index:3;}.o-featured-products-slider__item{height:auto !important;}.o-featured-products-slider__item:not(:first-of-type){display:none !important;}.o-featured-products-slider .slick-initialized .o-featured-products-slider__item{display:flex !important;}.o-featured-products-slider__slide{margin-left:auto;margin-right:auto;display:flex;justify-content:flex-start;align-items:center;max-width:1074px;width:100%;height:100%;}.o-featured-products-slider__slide-image-link{position:relative;display:flex;max-width:506px;width:100%;margin-right:140px;}.o-featured-products-slider__slide-image-link svg{margin-left:auto;margin-right:auto;transition:all .15s ease-in-out;transition-timing-function:cubic-bezier(.36,.07,.19,.97);position:absolute;top:50%;right:0;left:0;transform:scale(.8) rotate(20deg) translateY(-50%);transform-origin:center;will-change:transform;opacity:0;}.o-featured-products-slider__slide-image-link:hover svg{opacity:1;transform:scale(1) rotate(0deg) translateY(-50%);}.keyboard-in-use .o-featured-products-slider__slide-image-link:focus{outline:2px dashed var(--theme--focus-color) !important;outline-offset:5px;transition:none;}.keyboard-in-use .o-featured-products-slider__slide-image-link:focus svg{opacity:1;transform:scale(1) rotate(0deg) translateY(-50%);}.o-featured-products-slider__slide-image{width:100%;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center;}.o-featured-products-slider__view-scope{position:absolute;top:0;left:0;width:100%;height:100%;z-index:20;}.o-featured-products-slider__view-scope svg{margin-left:auto;margin-right:auto;transition:all .15s ease-in-out;transition-timing-function:cubic-bezier(.36,.07,.19,.97);position:absolute;top:50%;left:0;right:0;transform:scale(.8) rotate(20deg) translateY(-50%);transform-origin:center;will-change:transform;opacity:0;}.o-featured-products-slider__view-scope:hover svg{opacity:1;transform:scale(1) rotate(0deg) translateY(-50%);}.keyboard-in-use .o-featured-products-slider__view-scope:focus{outline:2px dashed var(--theme--focus-color) !important;outline-offset:5px;transition:none;}.keyboard-in-use .o-featured-products-slider__view-scope:focus svg{opacity:1;transform:scale(1) rotate(0deg) translateY(-50%);}.o-featured-products-slider__slide-content-link{position:relative;display:flex;flex-direction:column;align-items:flex-start;max-width:280px;width:100%;margin-left:40px;}.o-featured-products-slider__slide-content-link svg{margin-left:auto;margin-right:auto;transition:all .15s ease-in-out;transition-timing-function:cubic-bezier(.36,.07,.19,.97);position:absolute;top:50%;left:0;transform:scale(.8) rotate(20deg) translateY(-50%);transform-origin:center;will-change:transform;opacity:0;}.o-featured-products-slider__slide-content-link:hover svg{opacity:1;transform:scale(1) rotate(0deg) translateY(-50%);}.keyboard-in-use .o-featured-products-slider__slide-content-link:focus{outline:2px dashed var(--theme--focus-color) !important;outline-offset:5px;transition:none;}.keyboard-in-use .o-featured-products-slider__slide-content-link:focus svg{opacity:1;transform:scale(1) rotate(0deg) translateY(-50%);}.o-featured-products-slider__flag{margin-top:10px;}.o-featured-products-slider__best-seller{font-family:montserrat-semibold;font-size:.875em;line-height:1.28571em;text-transform:uppercase;display:flex;align-items:center;letter-spacing:1px;color:var(--color--white);margin-bottom:10px;}.o-featured-products-slider__best-seller svg{position:relative;top:auto !important;transform:none !important;width:20px;margin-right:5px;opacity:1;}.o-featured-products-slider__best-seller svg path{fill:var(--color--white);}.o-featured-products-slider__slide-kicker{font-family:montserrat-medium;font-size:1.375em;line-height:1.27273em;margin-bottom:10px;color:var(--color--black);text-transform:uppercase;}.o-featured-products-slider__slide-text{font-family:montserrat-bold;font-size:2em;line-height:1.1875em;color:var(--color--black);}.o-featured-products-slider__navigation-wrapper{position:absolute;right:0;bottom:44px;display:flex;width:190px;height:68px;margin-left:auto;padding:10px;border-radius:34px;box-sizing:border-box;box-shadow:0 0 5px rgba(0,0,0,.2);background-color:var(--bg--base-color);z-index:5;}.o-featured-products-slider__main-navigation{margin-left:auto;margin-right:auto;position:relative;display:flex;width:100%;}.o-featured-products-slider__arrows-navigation{display:flex;justify-content:space-between;position:absolute;right:0;left:0;}.o-featured-products-slider__pagination-wrapper{margin-left:auto;margin-right:auto;display:flex;max-width:46px;align-items:center;justify-self:center;}.o-featured-products-slider__pagination{max-width:15px;text-align:right;box-sizing:border-box;padding-right:5px;}.o-featured-products-slider__number{font-size:1.125em;line-height:1.22222em;font-family:montserrat-medium;margin-left:auto;margin-right:auto;color:var(--text--bold-color);text-transform:uppercase;display:flex;align-items:center;justify-content:center;}.o-featured-products-slider__number--total{display:block;}.o-featured-products-slider__number:not(:first-of-type){display:none;}@media screen and (max-width: 1200px){.o-featured-products-slider--small-heading .o-featured-products-slider__heading{font-size:3.75em;line-height:1em;}}@media screen and (max-width: 1024px){.o-featured-products-slider--small-heading .o-featured-products-slider__heading{font-size:3.125em;line-height:1em;}.o-featured-products-slider__heading{margin-right:40px;}.o-featured-products-slider__slide-kicker{font-size:1.25em;line-height:1.2em;margin-bottom:4px;}.o-featured-products-slider__slide-text{font-size:1.5em;line-height:1.16667em;}}@media screen and (max-width: 950px){.o-featured-products-slider{margin:70px 0;height:unset;}.o-featured-products-slider__heading{position:relative;top:auto;margin:0 auto 40px;text-align:center;-webkit-text-stroke-width:2px;}.o-featured-products-slider__container:after{bottom:106px;}.o-featured-products-slider__slides:before{height:80%;right:87%;bottom:0;}.o-featured-products-slider__slides:after{height:80%;top:auto;bottom:0;left:10%;transform:skew(-10deg) translateY(0);}.o-featured-products-slider__slide{flex-direction:column;justify-content:center;max-width:714px;}.o-featured-products-slider__slide-image-link{height:250px;width:100%;margin:0 auto 20px;}.o-featured-products-slider__slide-content-link{margin-left:auto;margin-right:auto;text-align:center;justify-content:center;align-items:center;max-width:500px;padding-bottom:20px;}.o-featured-products-slider__best-seller,.o-featured-products-slider__slide-kicker{margin-left:auto;margin-right:auto;}.o-featured-products-slider__navigation-wrapper{position:relative;bottom:auto;margin:20px auto;z-index:30;}.o-featured-products-slider__number{font-size:1em;line-height:1.25em;}}@media screen and (max-width: 768px){.o-featured-products-slider__slides:before{right:auto;left:-60px;}.o-featured-products-slider__slide-kicker{font-size:1em;line-height:1.25em;margin-bottom:4px;}.o-featured-products-slider__slide-text{font-size:1.25em;line-height:1.2em;}}@media screen and (max-width: 600px){.o-featured-products-slider{margin:50px 0;}.o-featured-products-slider--small-heading .o-featured-products-slider__heading{font-size:2.5em;line-height:1em;}.o-featured-products-slider__container{padding:0;}.o-featured-products-slider__heading{margin-bottom:30px;padding:0 20px;box-sizing:border-box;}.o-featured-products-slider__slides{padding:20px;background:var(--bg--primary--gradient--fallback-color);background:var(--bg--primary--gradient--flipped-color);box-sizing:border-box;}.o-featured-products-slider__slides:after{display:none;}.o-featured-products-slider__slide-image-link{max-width:300px;height:150px;}.o-featured-products-slider__slide-content-link{padding-bottom:0;}.o-featured-products-slider__slide-kicker{font-size:.875em;line-height:1.28571em;margin-bottom:4px;}.o-featured-products-slider__slide-text{font-size:1.125em;line-height:1.22222em;}.o-featured-products-slider__navigation-wrapper{height:60px;width:174px;}.o-featured-products-slider__number{font-size:.875em;line-height:1.28571em;}}@media screen and (max-width: 500px){.o-featured-products-slider__slides:before{display:none;}.o-featured-products-slider__slides:after{left:-5%;width:120%;}}.o-featured-quote-content{margin-top:46px;margin-bottom:80px;padding-top:70px;padding-bottom:40px;overflow:hidden;}.o-featured-quote-content__container{display:flex;justify-content:space-between;position:relative;max-width:1100px;padding-right:50px;padding-left:30px;}.o-featured-quote-content__container:before,.o-featured-quote-content__container:after{background-size:cover;background-position:50% 50%;background-repeat:no-repeat;content:"";top:50%;position:absolute;transform:translateY(-50%);background-image:url("https://cdn-ikpfjol.nitrocdn.com/sFJFvEmonhoQYtgfpLbAzAWEPnNuaFLe/assets/images/optimized/rev-fafaa5e/dartzoneblasters.com/wp-content/themes/dart-zone-platform/assets/images/graphics/gray-dart-ball-graphic.svg");width:43.6%;height:100%;}.o-featured-quote-content__container:before{right:85%;}.o-featured-quote-content__container:after{left:85%;}.o-featured-quote-content__callout{max-width:475px;width:100%;margin-right:60px;position:relative;z-index:3;}.o-featured-quote-content__callout:before{content:"";position:absolute;top:-68px;left:0;width:34%;height:120px;background-image:url("https://cdn-ikpfjol.nitrocdn.com/sFJFvEmonhoQYtgfpLbAzAWEPnNuaFLe/assets/images/optimized/rev-fafaa5e/dartzoneblasters.com/wp-content/themes/dart-zone-platform/assets/images/icons/large/red-quotes.svg");background-size:contain;background-position:center;background-repeat:no-repeat;}.o-featured-quote-content__callout-text{font-size:4.375em;line-height:1em;font-family:montserrat-extrabold;color:var(--text--base-color);text-transform:uppercase;padding-left:25px;position:relative;z-index:2;}.o-featured-quote-content__main{display:flex;flex-direction:column;max-width:486px;width:100%;position:relative;z-index:3;}.o-featured-quote-content__text{font-family:montserrat-medium;font-size:1.375em;line-height:1.45455em;color:var(--text--base-color);margin-bottom:20px;}.o-featured-quote-content__footer{display:flex;justify-content:space-between;align-items:center;}.o-featured-quote-content__author{font-family:montserrat-medium;font-size:1.375em;line-height:1.27273em;color:var(--text--bold-color);text-transform:uppercase;}.o-featured-quote-content__button{margin-left:22px;}@media screen and (max-width: 950px){.o-featured-quote-content{margin-bottom:70px;}.o-featured-quote-content__container{flex-direction:column;align-items:center;justify-content:center;}.o-featured-quote-content__callout,.o-featured-quote-content__main{max-width:714px;}.o-featured-quote-content__callout{margin-right:0;margin-bottom:40px;}.o-featured-quote-content__callout:before{background-position:center left;}.o-featured-quote-content__callout-text{font-size:3.125em;line-height:1em;padding-left:0;}}@media screen and (max-width: 768px){.o-featured-quote-content__callout-text{font-size:2.5em;line-height:1em;}.o-featured-quote-content__text{font-size:1.25em;line-height:1.2em;}.o-featured-quote-content__author{font-size:1.125em;line-height:1.22222em;}}@media screen and (max-width: 600px){.o-featured-quote-content{padding-top:70px;margin:30px 0;}.o-featured-quote-content__callout{margin-bottom:30px;}.o-featured-quote-content__callout-text{font-size:1.75em;line-height:1em;}.o-featured-quote-content__text{font-size:1.125em;line-height:1.22222em;}.o-featured-quote-content__footer{flex-direction:column;}.o-featured-quote-content__author{font-size:1em;line-height:1.25em;}.o-featured-quote-content__button{margin-top:20px;margin-left:0;}}.o-featured-reviews-block{overflow:hidden;margin:120px 0;}.o-featured-reviews-block--feature-one-review{background:var(--bg--accent--gradient--fallback-color);background:linear-gradient(135deg,#e7e7e7 0%,#f5f5f5 100%);padding:60px 0 120px;}.o-featured-reviews-block--feature-one-review .o-featured-reviews-block__product-reviews .m-product-reviews__item{border-top-color:var(--color--white);border-bottom-color:var(--color--white);}.o-featured-reviews-block__container{display:flex;align-items:flex-start;justify-content:space-between;}.o-featured-reviews-block__product-reviews{margin-top:30px;}@media screen and (max-width: 950px){.o-featured-reviews-block{margin:70px 0;}.o-featured-reviews-block--feature-one-review{padding:40px 0;}.o-featured-reviews-block__container{flex-direction:column;align-items:center;justify-content:center;}.o-featured-reviews-block__product-average-rating{max-width:unset;}.o-featured-reviews-block__product-average-rating:after{width:110%;}.o-featured-reviews-block__product-average-rating .m-product-average-rating__content{margin-left:auto;margin-right:auto;}}@media screen and (max-width: 600px){.o-featured-reviews-block{margin:50px 0;}.o-featured-reviews-block__product-average-rating:after{right:0;width:120%;}}.o-featured-stacked-linked-image-text-items{margin-top:100px;margin-bottom:100px;padding:70px 0;background-color:var(--bg--accent-color);}@media screen and (max-width: 768px){.o-featured-stacked-linked-image-text-items{margin-top:70px;margin-bottom:70px;}}@media screen and (max-width: 600px){.o-featured-stacked-linked-image-text-items{margin-top:50px;margin-bottom:50px;}}.o-featured-stacked-linked-image-text-items__container{display:flex;flex-direction:column;align-items:center;justify-content:center;}.o-featured-stacked-linked-image-text-items__heading{margin:0 auto 40px;text-align:center;max-width:700px;width:100%;}.o-featured-stacked-linked-image-text-items__list{position:relative;display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:10px;width:100%;}.o-featured-stacked-linked-image-text-items__list .slick-arrow{position:absolute;top:50%;}.o-featured-stacked-linked-image-text-items__list .slick-arrow.slick-prev{left:-10px !important;transform:translateY(-50%) rotate(180deg);}.o-featured-stacked-linked-image-text-items__list .slick-arrow.slick-next{right:-10px !important;transform:translateY(-50%) !important;}@media screen and (max-width: 950px){.o-featured-stacked-linked-image-text-items--is-slider .o-featured-stacked-linked-image-text-items__item{display:none;}.o-featured-stacked-linked-image-text-items--is-slider .o-featured-stacked-linked-image-text-items__item:first-of-type,.o-featured-stacked-linked-image-text-items--is-slider .o-featured-stacked-linked-image-text-items__item:nth-of-type(2),.o-featured-stacked-linked-image-text-items--is-slider .o-featured-stacked-linked-image-text-items__item:nth-of-type(3),.o-featured-stacked-linked-image-text-items--is-slider .o-featured-stacked-linked-image-text-items__item.slick-slide{display:flex !important;}.o-featured-stacked-linked-image-text-items--is-slider .o-featured-stacked-linked-image-text-items__list{flex-wrap:nowrap;}.o-featured-stacked-linked-image-text-items__container{padding:0 10px;}.o-featured-stacked-linked-image-text-items__heading{margin-bottom:30px;padding:0 20px;box-sizing:border-box;}.o-featured-stacked-linked-image-text-items__list{display:flex;gap:0;width:100%;}.o-featured-stacked-linked-image-text-items__item{padding:0 4px;box-sizing:border-box;}.o-featured-stacked-linked-image-text-items__item .m-stacked-linked-image-text-item{max-width:100%;}}@media screen and (max-width: 768px){.o-featured-stacked-linked-image-text-items{padding:70px 0;}}@media screen and (max-width: 600px){.o-featured-stacked-linked-image-text-items{padding:50px 0;}.o-featured-stacked-linked-image-text-items--is-slider .o-featured-stacked-linked-image-text-items__item:nth-of-type(3){display:none !important;}.o-featured-stacked-linked-image-text-items--is-slider .o-featured-stacked-linked-image-text-items__item:nth-of-type(3).slick-slide{display:flex !important;}}.o-featured-tile-buttons-hero{display:flex;align-items:stretch;justify-content:center;min-height:800px;overflow:hidden;}.o-featured-tile-buttons-hero__container{position:relative;display:flex;align-items:center;justify-content:space-between;height:auto;padding-top:100px;padding-bottom:100px;}.o-featured-tile-buttons-hero__container:before{content:url("https://cdn-ikpfjol.nitrocdn.com/sFJFvEmonhoQYtgfpLbAzAWEPnNuaFLe/assets/images/optimized/rev-fafaa5e/dartzoneblasters.com/wp-content/themes/dart-zone-platform/assets/images/graphics/large-gray-scope-graphic.svg");position:absolute;top:50%;right:70%;transform:translateY(-50%);}.o-featured-tile-buttons-hero__container:after{content:"";position:absolute;bottom:0;left:74%;width:50%;height:calc(100% + 100px);background:#f5f5f5;background:linear-gradient(225deg,#f5f5f5 0%,#e7e7e7 100%);transform:skew(-10deg);}.o-featured-tile-buttons-hero__text-content{position:relative;display:flex;flex-direction:column;align-items:flex-start;max-width:510px;width:100%;margin-right:40px;z-index:2;}.o-featured-tile-buttons-hero__headline{font-family:montserrat-medium;font-size:1.125em;line-height:1.33333em;margin-bottom:20px;text-transform:uppercase;color:var(--text--kicker-color);}.o-featured-tile-buttons-hero__text{text-transform:none;color:var(--text--bold-color);}.o-featured-tile-buttons-hero__main-content{position:relative;display:flex;flex-direction:column;align-items:flex-start;max-width:588px;width:100%;z-index:2;}.o-featured-tile-buttons-hero__heading{font-family:montserrat-extrabold;font-size:5em;line-height:.875em;letter-spacing:.5px;-webkit-text-stroke-width:4px;-webkit-text-stroke-color:var(--color--gray-400);color:transparent;text-align:right;text-transform:uppercase;padding-right:50px;margin-bottom:-12px;}@media screen and (max-width: 1200px){.o-featured-tile-buttons-hero__heading{font-size:3.75em;line-height:1em;}}@media screen and (max-width: 1024px){.o-featured-tile-buttons-hero__heading{font-size:3.125em;line-height:1em;}}@media screen and (max-width: 950px){.o-featured-tile-buttons-hero{min-height:unset;}.o-featured-tile-buttons-hero__container{flex-direction:column;align-items:flex-start;justify-content:center;padding-top:150px;padding-bottom:70px;}.o-featured-tile-buttons-hero__text-content{margin-right:0;margin-bottom:40px;max-width:unset;}.o-featured-tile-buttons-hero__main-content{max-width:unset;}.o-featured-tile-buttons-hero__heading{-webkit-text-stroke-width:2px;margin-bottom:10px;padding-right:0;text-align:left;}}@media screen and (max-width: 768px){.o-featured-tile-buttons-hero__headline{font-size:1em;line-height:1.25em;margin-bottom:8px;}.o-featured-tile-buttons-hero__heading{font-size:2.5em;line-height:1em;}}@media screen and (max-width: 600px){.o-featured-tile-buttons-hero__container{padding-top:120px;}.o-featured-tile-buttons-hero__heading{font-size:2em;line-height:1.125em;}}.o-find-a-blaster-results-hero{margin:120px 0 60px;min-height:680px;overflow:hidden;}.o-find-a-blaster-results-hero--sold-out .o-find-a-blaster-results-hero__link:after{background-image:url("https://cdn-ikpfjol.nitrocdn.com/sFJFvEmonhoQYtgfpLbAzAWEPnNuaFLe/assets/images/optimized/rev-fafaa5e/dartzoneblasters.com/wp-content/themes/dart-zone-platform/assets/images/icons/medium/sold-out-icon.svg");}.o-find-a-blaster-results-hero__container{display:flex;align-items:flex-start;justify-content:space-between;}.o-find-a-blaster-results-hero__content{position:relative;display:flex;flex-direction:column;align-items:flex-start;max-width:410px;width:100%;z-index:2;padding-top:30px;padding-bottom:30px;box-sizing:border-box;}.o-find-a-blaster-results-hero__heading{font-size:5em;line-height:.875em;letter-spacing:.5px;-webkit-text-stroke-width:4px;-webkit-text-stroke-color:var(--color--gray-400);}.o-find-a-blaster-results-hero__flag{margin-top:10px;}.o-find-a-blaster-results-hero__subheading{font-family:montserrat-bold;position:relative;top:-50px;font-size:24px;line-height:28px;letter-spacing:.5px;color:var(--color--black);background-color:var(--theme--primary-color);-webkit-text-stroke-width:0;padding:0 10px;box-sizing:border-box;display:inline-block;z-index:2;}.o-find-a-blaster-results-hero__subheading:before{content:url("https://cdn-ikpfjol.nitrocdn.com/sFJFvEmonhoQYtgfpLbAzAWEPnNuaFLe/assets/images/optimized/rev-fafaa5e/dartzoneblasters.com/wp-content/themes/dart-zone-platform/assets/images/graphics/match-percentage-line-graphic.svg");position:absolute;right:100%;bottom:25%;}.o-find-a-blaster-results-hero__product-headline{font-family:montserrat-semibold;font-size:1.375em;line-height:1.36364em;color:var(--color--gray-400);margin-bottom:10px;text-transform:uppercase;}.o-find-a-blaster-results-hero__product-heading{color:var(--text--bold-color);}.o-find-a-blaster-results-hero__button{display:none;margin-top:10px;}.o-find-a-blaster-results-hero__attributes{display:flex;flex-direction:column;align-items:flex-start;margin-top:30px;}.o-find-a-blaster-results-hero__attribute{display:flex;align-items:flex-start;}.o-find-a-blaster-results-hero__attribute svg{margin-right:10px;}.o-find-a-blaster-results-hero__attribute+.o-find-a-blaster-results-hero__attribute{margin-top:8px;}.o-find-a-blaster-results-hero__attribute-text{font-family:montserrat-medium;font-size:1.125em;line-height:1.33333em;color:var(--text--bold-color);}.o-find-a-blaster-results-hero__image-wrapper{position:relative;max-width:690px;height:620px;width:100%;padding-top:30px;padding-bottom:30px;box-sizing:border-box;}.o-find-a-blaster-results-hero__image-wrapper:before{content:url("https://cdn-ikpfjol.nitrocdn.com/sFJFvEmonhoQYtgfpLbAzAWEPnNuaFLe/assets/images/optimized/rev-fafaa5e/dartzoneblasters.com/wp-content/themes/dart-zone-platform/assets/images/graphics/large-gray-scope-graphic.svg");position:absolute;top:0;right:40%;}.o-find-a-blaster-results-hero__image-wrapper:after{content:"";position:absolute;bottom:0;left:45%;width:100%;height:100%;background:#000;background:linear-gradient(315deg,#000 0%,#404041 100%);transform:skew(-10deg);}.o-find-a-blaster-results-hero__image-wrapper--mobile{display:none;height:200px;margin:30px 0;}.o-find-a-blaster-results-hero__image-wrapper--mobile:before,.o-find-a-blaster-results-hero__image-wrapper--mobile:after{display:none;}.o-find-a-blaster-results-hero__link{position:absolute;top:0;left:0;width:100%;height:100%;z-index:3;}.o-find-a-blaster-results-hero__link:after{content:"";background-size:cover;background-position:50% 50%;background-repeat:no-repeat;position:absolute;top:0;top:50%;left:0;width:100%;width:100px;height:100%;height:100px;transition:all .15s ease-in-out;margin-left:auto;margin-right:auto;right:0;will-change:transform;background-image:url("https://cdn-ikpfjol.nitrocdn.com/sFJFvEmonhoQYtgfpLbAzAWEPnNuaFLe/assets/images/source/rev-fafaa5e/dartzoneblasters.com/wp-content/themes/dart-zone-platform/assets/images/icons/medium/view-scope-icon-black.svg");transform:scale(.8) rotate(20deg) translateY(-50%);opacity:0;}.o-find-a-blaster-results-hero__link:hover:after{opacity:1;transform:scale(1.2) rotate(0deg) translateY(-50%);}.keyboard-in-use .o-find-a-blaster-results-hero__link:focus{outline:2px dashed var(--theme--focus-color) !important;outline-offset:5px;transition:none;}.keyboard-in-use .o-find-a-blaster-results-hero__link:focus:after{opacity:1;transform:scale(1) rotate(0deg) translateY(-50%);}.o-find-a-blaster-results-hero__image{height:100%;width:100%;display:block;-o-object-position:center;object-position:center;-o-object-fit:contain;object-fit:contain;}.o-find-a-blaster-results-hero__flag{margin-top:10px;}@media screen and (max-width: 1200px){.o-find-a-blaster-results-hero__heading{font-size:3.75em;line-height:1em;}}@media screen and (max-width: 1024px){.o-find-a-blaster-results-hero__heading{font-size:3.125em;line-height:1em;}.o-find-a-blaster-results-hero__subheading{top:-30px;font-size:20px;line-height:24px;}.o-find-a-blaster-results-hero__product-headline{font-size:1.125em;line-height:1.22222em;}}@media screen and (max-width: 950px){.o-find-a-blaster-results-hero{min-height:unset;margin-top:80px;}.o-find-a-blaster-results-hero__container{position:relative;}.o-find-a-blaster-results-hero__content{max-width:unset;padding:0;align-items:center;justify-content:center;text-align:center;}.o-find-a-blaster-results-hero__heading{display:flex;flex-direction:column;-webkit-text-stroke-width:2px;margin-bottom:30px;}.o-find-a-blaster-results-hero__subheading{top:0;}.o-find-a-blaster-results-hero__subheading:before{display:none;}.o-find-a-blaster-results-hero__button{display:block;}.o-find-a-blaster-results-hero__attribute-text{font-size:1em;line-height:1.25em;}.o-find-a-blaster-results-hero__image-wrapper{display:none;}.o-find-a-blaster-results-hero__image-wrapper--mobile{display:flex;}}@media screen and (max-width: 768px){.o-find-a-blaster-results-hero__heading{font-size:2.5em;line-height:1em;}.o-find-a-blaster-results-hero__subheading{font-size:16px;line-height:20px;}.o-find-a-blaster-results-hero__product-headline{font-size:1em;line-height:1.25em;}.o-find-a-blaster-results-hero__attribute-text{font-size:.875em;line-height:1.28571em;}}@media screen and (max-width: 600px){.o-find-a-blaster-results-hero__heading{font-size:2em;line-height:1.125em;}.o-find-a-blaster-results-hero__subheading{font-size:14px;line-height:18px;}.o-find-a-blaster-results-hero__product-headline{font-size:.875em;line-height:1.28571em;}.o-find-a-blaster-results-hero__button{width:100%;max-width:300px;}}@media screen and (max-width: 500px){.o-find-a-blaster-results-hero__heading{font-size:1.625em;line-height:1.15385em;}.o-find-a-blaster-results-hero__product-heading{font-size:1.5em;line-height:1.16667em;}}.o-gallery-images-carousel{margin:120px 0 130px;display:flex;flex-direction:column;overflow:hidden;}.o-gallery-images-carousel__slider-container{position:relative;display:flex;align-items:center;justify-content:center;max-width:100%;width:2424px;overflow:hidden;}.o-gallery-images-carousel__slider-container:before,.o-gallery-images-carousel__slider-container:after{content:"";position:absolute;top:0;width:100px;height:100%;background:#fff;z-index:1;}.o-gallery-images-carousel__slider-container:before{left:0;background:linear-gradient(90deg,#fff 0%,rgba(255,255,255,0) 100%);}.o-gallery-images-carousel__slider-container:after{right:0;background:linear-gradient(90deg,rgba(255,255,255,0) 0%,#fff 100%);}.o-gallery-images-carousel__heading{font-size:5em;line-height:.875em;max-width:995px;margin:0 auto -10px;text-align:center;color:var(--text--bold-color);}.o-gallery-images-carousel__images{position:relative;display:flex;}.o-gallery-images-carousel__images .slick-track{display:flex;}.o-gallery-images-carousel__image{max-width:792px;width:100%;margin:0 12px;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;max-height:528px;}.o-gallery-images-carousel__image.slick-slide{height:auto;}.o-gallery-images-carousel__main-navigation{position:relative;display:flex;margin:-34px auto 10px;max-width:190px;height:68px;width:100%;background-color:var(--color--white);box-shadow:0 0 5px rgba(0,0,0,.2);border-radius:34px;}.o-gallery-images-carousel__arrows-navigation{display:flex;justify-content:space-between;position:absolute;top:10px;left:10px;width:calc(100% - 20px);}.o-gallery-images-carousel__pagination-wrapper{margin-left:auto;margin-right:auto;display:flex;max-width:46px;align-items:center;justify-self:center;}.o-gallery-images-carousel__pagination{max-width:15px;text-align:right;box-sizing:border-box;padding-right:5px;}.o-gallery-images-carousel__number{font-size:1.125em;line-height:1.22222em;font-family:montserrat-medium;margin-left:auto;margin-right:auto;color:var(--text--bold-color);text-transform:uppercase;display:flex;align-items:center;justify-content:center;}.o-gallery-images-carousel__number--total{display:block;}.o-gallery-images-carousel__number:not(:first-of-type){display:none;}@media screen and (max-width: 1200px){.o-gallery-images-carousel__heading{font-size:3.75em;line-height:1em;}}@media screen and (max-width: 1024px){.o-gallery-images-carousel__heading{font-size:3.125em;line-height:1em;}.o-gallery-images-carousel__image{max-width:692px;max-height:400px;}}@media screen and (max-width: 950px){.o-gallery-images-carousel{margin:70px 0;}.o-gallery-images-carousel__slider-container:before,.o-gallery-images-carousel__slider-container:after{width:50px;}}@media screen and (max-width: 768px){.o-gallery-images-carousel__heading{font-size:2.5em;line-height:1em;margin-bottom:30px;}.o-gallery-images-carousel__slider-container:before,.o-gallery-images-carousel__slider-container:after{display:none;}.o-gallery-images-carousel__image{max-width:500px;max-height:300px;}}@media screen and (max-width: 600px){.o-gallery-images-carousel{margin:50px 0;}.o-gallery-images-carousel__heading{font-size:2em;line-height:1.125em;margin-bottom:-8px;}.o-gallery-images-carousel__image{max-width:400px;max-height:250px;margin:0 5px;}.o-gallery-images-carousel__main-navigation{margin-top:30px;height:50px;}.o-gallery-images-carousel__arrows-navigation{top:5px;left:5px;width:calc(100% - 10px);}.o-gallery-images-carousel__number{font-size:1em;line-height:1.25em;}}@media screen and (max-width: 500px){.o-gallery-images-carousel__image{max-width:300px;max-height:200px;}}.o-google-map-block__heading{margin:0 auto 40px;text-align:center;max-width:750px;width:100%;}.o-google-map-block__map{border-radius:var(--border--radius);height:500px;width:100%;}.o-google-map-block__links{margin:20px auto 0;max-width:800px;width:100%;list-style-type:none;display:grid;gap:20px;grid-template-columns:repeat(3,1fr);}.o-google-map-block__link-item{display:flex;align-items:center;justify-content:center;text-align:center;}.o-google-map-block__button{width:100%;text-align:center;}.o-google-map-block__button .a-button__text{margin-left:auto;margin-right:auto;}@media screen and (max-width: 1024px){.o-google-map-block__map{height:300px;}}@media screen and (max-width: 600px){.o-google-map-block__container{padding:0;}.o-google-map-block__links{padding:0 20px;grid-template-columns:repeat(2,1fr);gap:10px;box-sizing:border-box;}}.o-gravity-form-block{margin:120px 0;}.o-gravity-form-block__block{margin-left:auto;margin-right:auto;display:flex;flex-direction:column;align-items:center;max-width:792px;width:100%;padding:80px 80px 0;background-color:var(--color--white);border-radius:5px;box-shadow:0 3px 8px rgba(0,0,0,.15);box-sizing:border-box;}.o-gravity-form-block__content{display:flex;flex-direction:column;align-items:center;margin-bottom:50px;text-align:center;}.o-gravity-form-block__image{margin-bottom:24px;}.o-gravity-form-block__headline{font-family:montserrat-bold;font-size:1em;line-height:1.5625em;color:var(--color--gray-400);text-transform:uppercase;}.o-gravity-form-block__text{font-family:montserrat-medium;font-size:1.375em;line-height:1.45455em;color:var(--text--bold-color);margin-top:24px;}.o-gravity-form-block__text a{color:inherit;text-decoration:underline;}.o-gravity-form-block__button{margin-top:24px;}.o-gravity-form-block__gravity-form{width:100%;}.o-gravity-form-block__gravity-form .gform_wrapper .gform_footer{margin:50px auto -40px;display:flex;align-items:center;justify-content:center;}.o-gravity-form-block__gravity-form .gform_wrapper .gform_footer .a-button,.o-gravity-form-block__gravity-form .gform_wrapper .gform_footer .a-input[type="submit"],.o-gravity-form-block__gravity-form .gform_wrapper .gform_footer .o-product-cart input[type="submit"][type="number"],.o-product-cart .o-gravity-form-block__gravity-form .gform_wrapper .gform_footer input[type="submit"][type="number"],.o-gravity-form-block__gravity-form .gform_wrapper .gform_footer .o-product-cart input[type="submit"][type="text"],.o-product-cart .o-gravity-form-block__gravity-form .gform_wrapper .gform_footer input[type="submit"][type="text"],.o-gravity-form-block__gravity-form .gform_wrapper .gform_footer .m-logo-links-dropdown__button,.o-gravity-form-block__gravity-form .gform_wrapper .gform_footer .m-product-review-form-block .form-submit input,.m-product-review-form-block .form-submit .o-gravity-form-block__gravity-form .gform_wrapper .gform_footer input,.o-gravity-form-block__gravity-form .gform_wrapper .gform_footer .o-product-description-image-hero .button,.o-product-description-image-hero .o-gravity-form-block__gravity-form .gform_wrapper .gform_footer .button,.o-gravity-form-block__gravity-form .gform_wrapper .gform_footer .o-product-gallery-hero .button,.o-product-gallery-hero .o-gravity-form-block__gravity-form .gform_wrapper .gform_footer .button,.o-gravity-form-block__gravity-form .gform_wrapper .gform_footer .o-product-specs-comparison .button,.o-product-specs-comparison .o-gravity-form-block__gravity-form .gform_wrapper .gform_footer .button,.o-gravity-form-block__gravity-form .gform_wrapper .gform_footer .o-account-dashboard .woocommerce-info a,.o-account-dashboard .woocommerce-info .o-gravity-form-block__gravity-form .gform_wrapper .gform_footer a,.o-gravity-form-block__gravity-form .gform_wrapper .gform_footer .o-account-dashboard .u-columns .title a,.o-account-dashboard .u-columns .title .o-gravity-form-block__gravity-form .gform_wrapper .gform_footer a,.o-gravity-form-block__gravity-form .gform_wrapper .gform_footer .o-account-dashboard .button,.o-account-dashboard .o-gravity-form-block__gravity-form .gform_wrapper .gform_footer .button,.o-gravity-form-block__gravity-form .gform_wrapper .gform_footer .o-cart-checkout .button,.o-cart-checkout .o-gravity-form-block__gravity-form .gform_wrapper .gform_footer .button,.o-gravity-form-block__gravity-form .gform_wrapper .gform_footer .o-cart-empty .return-to-shop .button,.o-cart-empty .return-to-shop .o-gravity-form-block__gravity-form .gform_wrapper .gform_footer .button,.o-gravity-form-block__gravity-form .gform_wrapper .gform_footer .o-product-cart .button,.o-product-cart .o-gravity-form-block__gravity-form .gform_wrapper .gform_footer .button,.o-gravity-form-block__gravity-form .gform_wrapper .gform_footer .o-woocommerce-order-details .order-again .button,.o-woocommerce-order-details .order-again .o-gravity-form-block__gravity-form .gform_wrapper .gform_footer .button,.o-gravity-form-block__gravity-form .gform_wrapper .gform_footer .m-gravity-form .gform_page_footer .button,.m-gravity-form .gform_page_footer .o-gravity-form-block__gravity-form .gform_wrapper .gform_footer .button,.o-gravity-form-block__gravity-form .gform_wrapper .gform_footer .woocommerce-message .button,.woocommerce-message .o-gravity-form-block__gravity-form .gform_wrapper .gform_footer .button{padding:30px 86px;}.o-gravity-form-block__gravity-form .gform_confirmation_wrapper{margin:30px 0 50px;text-align:center;}@media screen and (max-width: 950px){.o-gravity-form-block{margin:70px 0;}.o-gravity-form-block__block{padding:60px 40px;}.o-gravity-form-block__text{font-size:1.25em;line-height:1.2em;}.o-gravity-form-block__gravity-form .gform_confirmation_wrapper{margin:0;}.o-gravity-form-block__gravity-form .gform_wrapper .gform_footer{margin-top:30px;margin-bottom:10px;}}@media screen and (max-width: 600px){.o-gravity-form-block__block{padding:40px 30px;}.o-gravity-form-block__content{margin-bottom:30px;}.o-gravity-form-block__text{font-size:1.125em;line-height:1.22222em;margin-top:12px;}}@media screen and (max-width: 500px){.o-gravity-form-block__container{padding-right:20px;padding-left:20px;}.o-gravity-form-block__block{padding-right:10px;padding-left:10px;}.o-gravity-form-block__text{font-size:1em;line-height:1.25em;}}.o-history-timeline-slider{margin:120px 0 80px;}.o-history-timeline-slider__container{max-width:1320px;}.o-history-timeline-slider__block{position:relative;padding-bottom:30px;box-sizing:border-box;overflow:hidden;}.o-history-timeline-slider__block:before{content:"";position:absolute;top:0;top:auto;left:0;width:100%;height:100%;height:calc(100% - 80px);bottom:0;background-color:var(--bg--accent-color);}.o-history-timeline-slider__block:after{content:"";position:absolute;right:0;bottom:0;width:58%;height:26px;background-image:url("https://cdn-ikpfjol.nitrocdn.com/sFJFvEmonhoQYtgfpLbAzAWEPnNuaFLe/assets/images/optimized/rev-fafaa5e/dartzoneblasters.com/wp-content/themes/dart-zone-platform/assets/images/graphics/hts-graphic.svg");background-size:contain;background-position:center bottom;background-repeat:no-repeat;}.o-history-timeline-slider__intro-block{margin-left:auto;margin-right:auto;position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:80px 40px;margin-bottom:70px;max-width:996px;min-height:298px;box-sizing:border-box;background:var(--bg--secondary--gradient--fallback-color);background:var(--bg--secondary--gradient-color);overflow:hidden;z-index:2;}.o-history-timeline-slider__intro-block:before,.o-history-timeline-slider__intro-block:after{content:"";position:absolute;height:100%;width:142px;background-size:contain;background-position:center left;background-image:url("https://cdn-ikpfjol.nitrocdn.com/sFJFvEmonhoQYtgfpLbAzAWEPnNuaFLe/assets/images/optimized/rev-fafaa5e/dartzoneblasters.com/wp-content/themes/dart-zone-platform/assets/images/graphics/gray-circles.svg");}.o-history-timeline-slider__intro-block:before{transform:rotate(180deg);left:-50px;}.o-history-timeline-slider__intro-block:after{right:-50px;}.o-history-timeline-slider__heading{margin-bottom:20px;color:var(--color--white);text-align:center;max-width:792px;}.o-history-timeline-slider__text{font-family:montserrat-bold;font-size:2em;line-height:1.1875em;color:var(--color--white);text-align:center;max-width:792px;}.o-history-timeline-slider__slider-wrapper{position:relative;z-index:2;}.o-history-timeline-slider__slides{padding-left:60px;padding-bottom:50px;}.o-history-timeline-slider__slides.slick-initialized .slick-slide{display:flex !important;}.o-history-timeline-slider__slide:not(:first-of-type){display:none;}.o-history-timeline-slider__year-slides{display:flex;position:relative;padding-left:120px;z-index:1;white-space:nowrap;}.o-history-timeline-slider__year-slides:after{content:"";width:100%;height:1px;position:absolute;top:50%;transform:translateY(-50%);background-color:var(--color--gray-200);}.o-history-timeline-slider__year-slides.slick-initialized .slick-slide{display:flex !important;}.o-history-timeline-slider__year-slides .slick-list{z-index:3;}.o-history-timeline-slider__year-slide{transition:all .15s ease-in-out;font-family:montserrat-medium;font-size:1.125em;line-height:1em;justify-content:center;align-items:center;max-width:56px;width:100%;margin:0 35px;color:var(--color--gray-400);text-align:left;background-color:var(--bg--accent-color);border-right:1px solid var(--color--gray-200);border-left:1px solid var(--color--gray-200);padding:2px 5px;}.o-history-timeline-slider__year-slide:not(:first-of-type){display:none;}.o-history-timeline-slider__year-slide.slick-current{color:var(--text--bold-color);background-color:transparent;border-color:transparent;}.o-history-timeline-slider__subscript{font-size:12px;line-height:12px;padding-left:1px;margin-bottom:auto;}.o-history-timeline-slider__nav{margin-right:auto;bottom:44px;left:60px;display:flex;display:flex !important;align-items:center;justify-content:space-between;padding:10px;box-sizing:border-box;max-width:190px;height:68px;width:100%;background-color:var(--bg--base-color);box-shadow:0 0 5px rgba(0,0,0,.2);border-radius:34px;z-index:3;}.o-history-timeline-slider__nav.slick-initialized .slick-slide{display:flex !important;align-items:center;justify-content:center;}.o-history-timeline-slider__nav .slick-slide:not(:first-of-type){display:none;}.o-history-timeline-slider__nav .slick-arrow{position:absolute;top:10px;}.o-history-timeline-slider__nav .slick-arrow.slick-prev{left:10px;}.o-history-timeline-slider__nav .slick-arrow.slick-next{right:10px;}.o-history-timeline-slider__nav-slide{font-family:montserrat-medium;font-size:1.125em;line-height:1em;position:relative;color:var(--text--bold-color);}@media screen and (max-width: 1100px){.o-history-timeline-slider__year-slides{padding-left:130px;}}@media screen and (max-width: 950px){.o-history-timeline-slider{margin:70px 0;}.o-history-timeline-slider__text{font-size:1.25em;line-height:1.2em;max-width:600px;}.o-history-timeline-slider__intro-block{padding-top:70px;padding-bottom:70px;}.o-history-timeline-slider__slides{padding:0 30px;}.o-history-timeline-slider__year-slides{display:none !important;}.o-history-timeline-slider__nav{margin:40px auto 30px;left:0;bottom:0;}}@media screen and (max-width: 768px){.o-history-timeline-slider__nav-slide{font-size:1em;line-height:1.25em;}}@media screen and (max-width: 600px){.o-history-timeline-slider{margin:50px 0;}.o-history-timeline-slider__text{font-size:1.125em;line-height:1.22222em;}.o-history-timeline-slider__intro-block{margin-bottom:30px;padding:50px 20px;}.o-history-timeline-slider__nav{height:58px;}}.o-image-ctas-grid{margin-top:100px;margin-bottom:100px;}@media screen and (max-width: 768px){.o-image-ctas-grid{margin-top:70px;margin-bottom:70px;}}@media screen and (max-width: 600px){.o-image-ctas-grid{margin-top:50px;margin-bottom:50px;}}.o-image-ctas-grid__content{width:100%;text-align:center;margin:0 auto 60px;}.o-image-ctas-grid__heading+.o-image-ctas-grid__wysiwyg{margin-top:20px;}.o-image-ctas-grid__list{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;width:100%;}.o-image-ctas-grid__item{display:flex;flex-direction:column;align-items:flex-start;}.o-image-ctas-grid__image{max-width:100%;width:100%;}.keyboard-in-use .o-image-ctas-grid__image-link:focus{outline:2px dashed var(--theme--focus-color) !important;outline-offset:5px;transition:none;}.o-image-ctas-grid__label{margin-top:20px;}.o-image-ctas-grid__button{margin-top:20px;}@media screen and (max-width: 600px){.o-image-ctas-grid__content{margin-bottom:40px;}.o-image-ctas-grid__list{gap:12px;grid-template-columns:repeat(2,1fr);}}.o-large-cta-buttons{overflow:hidden;margin-top:90px;padding-top:10px;}.o-large-cta-buttons__container{display:flex;flex-direction:column;max-width:unset;position:relative;box-sizing:border-box;}.o-large-cta-buttons__container:before,.o-large-cta-buttons__container:after{content:"";position:absolute;bottom:24px;width:53%;height:345px;transform:skew(-10deg);background:#f5f5f5;background:linear-gradient(225deg,#f5f5f5 0%,#e7e7e7 100%);z-index:2;}.o-large-cta-buttons__container:before{right:calc(50% + 12px);}.o-large-cta-buttons__container:after{left:calc(50% + 12px);}.o-large-cta-buttons__heading{font-size:4.375em;line-height:1em;position:relative;text-align:center;max-width:690px;margin:0 auto 50px;color:var(--text--bold-color);}.o-large-cta-buttons__heading:before,.o-large-cta-buttons__heading:after{position:absolute;top:0;z-index:-1;}.o-large-cta-buttons__heading:before{content:url("https://cdn-ikpfjol.nitrocdn.com/sFJFvEmonhoQYtgfpLbAzAWEPnNuaFLe/assets/images/optimized/rev-fafaa5e/dartzoneblasters.com/wp-content/themes/dart-zone-platform/assets/images/graphics/lctab-lines-left.svg");right:calc(100% + 30px);}.o-large-cta-buttons__heading:after{content:url("https://cdn-ikpfjol.nitrocdn.com/sFJFvEmonhoQYtgfpLbAzAWEPnNuaFLe/assets/images/optimized/rev-fafaa5e/dartzoneblasters.com/wp-content/themes/dart-zone-platform/assets/images/graphics/lctab-lines-right.svg");left:calc(100% + 30px);}.o-large-cta-buttons__large-button{font-size:3.125em;line-height:1em;margin-left:auto;margin-right:auto;position:relative;display:flex;align-items:center;justify-content:center;max-width:996px;width:100%;padding:60px 100px;margin-bottom:-60px;border-radius:5px;box-shadow:0 3px 8px rgba(0,0,0,.25);text-align:center;z-index:5;}.o-large-cta-buttons__large-button:after{background-position:15% 50%;}.o-large-cta-buttons__secondary-buttons{position:relative;display:flex;align-items:stretch;justify-content:space-between;padding-bottom:24px;z-index:3;}.o-large-cta-buttons__secondary-item{position:relative;display:flex;justify-content:flex-end;align-items:flex-end;height:345px;width:calc(50% - 24px);}.o-large-cta-buttons__secondary-item[data-name="blasters"] .o-large-cta-buttons__image{bottom:-120px;left:-40px;}.o-large-cta-buttons__secondary-item[data-name="blasters"] .o-large-cta-buttons__secondary-button{justify-content:flex-end;padding-right:110px;}.o-large-cta-buttons__secondary-item[data-name="blasters"] .o-large-cta-buttons__secondary-button svg{margin-left:auto;margin-right:auto;position:absolute;}.o-large-cta-buttons__secondary-item[data-name="darts"] .o-large-cta-buttons__image{bottom:-24px;left:-95px;}.o-large-cta-buttons__secondary-item[data-name="darts"] .o-large-cta-buttons__secondary-button{justify-content:flex-end;padding-right:100px;}.o-large-cta-buttons__secondary-item[data-name="darts"] .o-large-cta-buttons__secondary-button svg{margin-left:auto;margin-right:auto;position:absolute;right:10%;}.o-large-cta-buttons__secondary-item[data-name="accessories"] .o-large-cta-buttons__image{bottom:40px;left:70%;max-height:400px;}.o-large-cta-buttons__secondary-item[data-name="accessories"] .o-large-cta-buttons__secondary-button{justify-content:flex-start;padding-left:90px;}.o-large-cta-buttons__secondary-item[data-name="accessories"] .o-large-cta-buttons__secondary-button svg{margin-left:auto;margin-right:auto;position:absolute;left:10%;}.o-large-cta-buttons__secondary-item+.o-large-cta-buttons__secondary-item[data-name="darts"] .o-large-cta-buttons__image{right:-95px;bottom:-98px;left:auto;transform:scaleX(-1);}.o-large-cta-buttons__secondary-item+.o-large-cta-buttons__secondary-item[data-name="darts"] .o-large-cta-buttons__secondary-button{justify-content:flex-start;padding-left:140px;}.o-large-cta-buttons__secondary-item+.o-large-cta-buttons__secondary-item[data-name="darts"] .o-large-cta-buttons__secondary-button svg{right:auto;left:10%;}.o-large-cta-buttons__secondary-button{height:100%;width:100%;font-family:montserrat-extrabold;font-size:3.125em;line-height:1em;position:relative;display:flex;justify-content:center;align-items:center;color:var(--text--base-color);text-transform:uppercase;text-align:center;z-index:3;}.o-large-cta-buttons__secondary-button:hover svg{opacity:1;transform:scale(1) rotate(0deg);}.o-large-cta-buttons__secondary-button svg{transition:all .15s ease-in-out;transition-timing-function:cubic-bezier(.36,.07,.19,.97);position:absolute;transform:scale(.8) rotate(20deg);transform-origin:center;will-change:transform;opacity:0;}.keyboard-in-use .o-large-cta-buttons__secondary-button:focus{outline:2px dashed var(--theme--focus-color) !important;outline-offset:5px;transition:none;}.o-large-cta-buttons__image{position:absolute;bottom:0;max-height:490px;}.o-large-cta-buttons__mobile-visual{position:absolute;height:100%;left:0;bottom:-24px;width:35%;background-size:cover;background-repeat:no-repeat;opacity:.4;display:none;}.o-large-cta-buttons__mobile-visual--right{right:0;left:auto;}@media screen and (max-width: 1400px){.o-large-cta-buttons__secondary-item[data-name="blasters"]{left:-45px;}.o-large-cta-buttons__secondary-item[data-name="blasters"] .o-large-cta-buttons__image{left:0;}.o-large-cta-buttons__secondary-item[data-name="darts"] .o-large-cta-buttons__secondary-button svg{right:20%;}.o-large-cta-buttons__secondary-item[data-name="accessories"] .o-large-cta-buttons__secondary-button svg{left:20%;}.o-large-cta-buttons__secondary-item+.o-large-cta-buttons__secondary-item[data-name="darts"] .o-large-cta-buttons__image{right:-132px;}.o-large-cta-buttons__secondary-item+.o-large-cta-buttons__secondary-item[data-name="darts"] .o-large-cta-buttons__secondary-button svg{left:20%;}}@media screen and (max-width: 1300px){.o-large-cta-buttons__secondary-button{font-size:2.5em;line-height:1em;}}@media screen and (max-width: 1200px){.o-large-cta-buttons__heading{font-size:3.75em;line-height:1em;}.o-large-cta-buttons__image{opacity:.7;}}@media screen and (max-width: 1024px){.o-large-cta-buttons__heading{font-size:3.125em;line-height:1em;}}@media screen and (max-width: 950px){.o-large-cta-buttons{padding-top:0;margin-top:70px;}.o-large-cta-buttons__container:before,.o-large-cta-buttons__container:after{display:none;}.o-large-cta-buttons__secondary-buttons+.o-large-cta-buttons__mobile-visual[data-name="darts"]{transform:scaleX(-1);}.o-large-cta-buttons__mobile-visual{display:flex;}.o-large-cta-buttons__large-button{font-size:2.25em;line-height:1.11111em;padding:40px 80px;margin-bottom:20px;}.o-large-cta-buttons__secondary-buttons{flex-direction:column;padding-bottom:0;}.o-large-cta-buttons__secondary-button{font-size:2em;line-height:1.125em;padding:30px !important;}.o-large-cta-buttons__secondary-item{position:relative;width:60%;height:auto;}.o-large-cta-buttons__secondary-item:after{content:"";height:100%;width:100%;position:absolute;top:0;background:#f5f5f5;}.o-large-cta-buttons__secondary-item:first-of-type{right:40%;left:0;margin-bottom:24px;}.o-large-cta-buttons__secondary-item:first-of-type:after{width:120%;transform:skew(-10deg);background:linear-gradient(225deg,#f5f5f5 0%,#e7e7e7 100%);}.o-large-cta-buttons__secondary-item:last-of-type{left:40%;}.o-large-cta-buttons__secondary-item:last-of-type:after{width:120%;left:0;transform:skew(-10deg);background:linear-gradient(225deg,#f5f5f5 0%,#e7e7e7 100%);}.o-large-cta-buttons__image{display:none;}}@media screen and (max-width: 768px){.o-large-cta-buttons__heading{font-size:2.5em;line-height:1em;}.o-large-cta-buttons__large-button{padding:30px 60px;}}@media screen and (max-width: 600px){.o-large-cta-buttons{margin:50px 0;}.o-large-cta-buttons__mobile-visual{display:none;}.o-large-cta-buttons__heading{font-size:2em;line-height:1.125em;margin-bottom:30px;}.o-large-cta-buttons__large-button{font-size:1.75em;line-height:1.14286em;padding:20px 30px;margin-bottom:16px;}.o-large-cta-buttons__secondary-button{font-size:1.5em;line-height:1.16667em;padding:20px !important;}.o-large-cta-buttons__secondary-item:first-of-type{margin-bottom:16px;}}@media screen and (max-width: 500px){.o-large-cta-buttons__large-button{font-size:1.25em;line-height:1.2em;}.o-large-cta-buttons__secondary-button{font-size:1em;line-height:1.25em;}}.o-left-aligned-cta-block{margin:120px 0 110px;overflow:hidden;}.o-left-aligned-cta-block__container{position:relative;}.o-left-aligned-cta-block__lines-graphic{width:30%;position:absolute;}.o-left-aligned-cta-block__lines-graphic--left{left:-10%;top:15%;}.o-left-aligned-cta-block__lines-graphic--right{right:-10%;bottom:15%;}.o-left-aligned-cta-block__line{background-color:var(--bg--accent-color);width:100%;height:3px;}.o-left-aligned-cta-block__line+.o-left-aligned-cta-block__line{margin-top:8px;}.o-left-aligned-cta-block__block{margin-left:auto;margin-right:auto;position:relative;display:flex;align-items:center;justify-content:space-between;padding:100px;box-sizing:border-box;max-width:996px;min-height:298px;background:var(--bg--primary--gradient--fallback-color);background:var(--bg--primary--gradient--flipped-color);z-index:2;}.o-left-aligned-cta-block__block:after{content:"";position:absolute;top:0;right:0;width:212px;height:100%;background-size:contain;background-position:center;background-image:url("https://cdn-ikpfjol.nitrocdn.com/sFJFvEmonhoQYtgfpLbAzAWEPnNuaFLe/assets/images/optimized/rev-fafaa5e/dartzoneblasters.com/wp-content/themes/dart-zone-platform/assets/images/graphics/red-circles-wide.svg");}.o-left-aligned-cta-block__text{font-size:2.5em;line-height:1.25em;font-family:montserrat-extrabold;position:relative;text-transform:none;max-width:510px;width:100%;color:var(--color--black);z-index:2;}.o-left-aligned-cta-block__button{position:relative;z-index:2;}@media screen and (max-width: 1024px){.o-left-aligned-cta-block{margin:90px 0;}.o-left-aligned-cta-block__text{font-size:1.5em;line-height:1.16667em;}}@media screen and (max-width: 950px){.o-left-aligned-cta-block{margin:70px 0;}.o-left-aligned-cta-block__container:before{right:0;}.o-left-aligned-cta-block__block{padding:50px 40px;min-height:unset;flex-direction:column;align-items:flex-start;text-align:left;}.o-left-aligned-cta-block__block:before,.o-left-aligned-cta-block__block:after{background-size:cover;}.o-left-aligned-cta-block__text{margin-bottom:40px;}}@media screen and (max-width: 950px){.o-left-aligned-cta-block__text{font-size:1.25em;line-height:1.2em;}}@media screen and (max-width: 600px){.o-left-aligned-cta-block{margin:50px 0;}.o-left-aligned-cta-block__block{align-items:center;padding-right:30px;padding-left:30px;}.o-left-aligned-cta-block__text{font-size:1.125em;line-height:1.22222em;margin:0 auto 30px;text-align:center;}}.o-logo-aligned-cta-visual-block{margin:80px 0 120px;}.o-logo-aligned-cta-visual-block__container{max-width:1400px;}.o-logo-aligned-cta-visual-block__block{height:100%;width:100%;position:relative;display:flex;justify-content:space-between;align-items:center;padding:130px 90px;box-sizing:border-box;background:var(--bg--secondary--gradient--fallback-color);background:var(--bg--secondary--gradient--flipped-color);}.o-logo-aligned-cta-visual-block__block:before{content:"";position:absolute;top:0;left:0;max-width:316px;width:100%;height:100px;background-image:url("https://cdn-ikpfjol.nitrocdn.com/sFJFvEmonhoQYtgfpLbAzAWEPnNuaFLe/assets/images/optimized/rev-fafaa5e/dartzoneblasters.com/wp-content/themes/dart-zone-platform/assets/images/graphics/lactavb-corner-graphic.svg");}.o-logo-aligned-cta-visual-block__logo{margin-left:auto;margin-right:auto;position:absolute;top:-80px;right:0;left:0;max-width:362px;max-height:206px;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center;width:100%;z-index:3;}.o-logo-aligned-cta-visual-block__content{position:relative;display:flex;flex-direction:column;align-items:flex-start;width:45.66%;margin-right:40px;z-index:2;}.o-logo-aligned-cta-visual-block__heading{margin-bottom:30px;color:var(--color--white);}.o-logo-aligned-cta-visual-block__text{font-family:montserrat-medium;font-size:1.375em;line-height:1.45455em;color:var(--color--gray-100);}.o-logo-aligned-cta-visual-block__button{margin-top:40px;}.o-logo-aligned-cta-visual-block__visual{position:absolute;top:-20px;right:-40px;max-width:690px;width:100%;height:calc(100% + 40px);background-repeat:no-repeat;background-size:contain;background-position:right center;}.o-logo-aligned-cta-visual-block__callout-text{font-size:9.375em;line-height:1em;letter-spacing:5px;position:absolute;right:13.5%;bottom:-20px;-webkit-text-stroke-color:var(--color--white);-webkit-text-stroke-width:4px;font-style:italic;opacity:.2;text-align:left;max-width:694px;width:100%;}@media screen and (max-width: 1300px){.o-logo-aligned-cta-visual-block__visual{top:0;height:100%;max-width:50%;}}@media screen and (max-width: 1200px){.o-logo-aligned-cta-visual-block__block{padding:120px 60px;}.o-logo-aligned-cta-visual-block__callout-text{font-size:6.25em;line-height:1em;right:50px;max-width:unset;text-align:right;}}@media screen and (max-width: 1024px){.o-logo-aligned-cta-visual-block__block{padding-top:80px;padding-bottom:80px;}.o-logo-aligned-cta-visual-block__logo{max-width:300px;max-height:150px;}.o-logo-aligned-cta-visual-block__callout-text{font-size:4.375em;line-height:1em;bottom:-10px;}}@media screen and (max-width: 950px){.o-logo-aligned-cta-visual-block{margin:70px 0;}.o-logo-aligned-cta-visual-block__logo{max-width:200px;max-height:150px;top:-60px;}.o-logo-aligned-cta-visual-block__block{padding:60px 40px;flex-direction:column-reverse;}.o-logo-aligned-cta-visual-block__content{width:100%;margin-top:30px;margin-right:0;align-items:center;text-align:center;}.o-logo-aligned-cta-visual-block__visual{position:relative;right:auto;width:100%;max-width:unset;padding-top:50%;background-position:center;margin-top:20px;}.o-logo-aligned-cta-visual-block__callout-text{font-size:3.125em;line-height:1em;-webkit-text-stroke-width:2px;bottom:0;}}@media screen and (max-width: 768px){.o-logo-aligned-cta-visual-block__text{font-size:1.25em;line-height:1.2em;}.o-logo-aligned-cta-visual-block__callout-text{font-size:2.5em;line-height:1em;}}@media screen and (max-width: 600px){.o-logo-aligned-cta-visual-block{margin:50px 0;}.o-logo-aligned-cta-visual-block__block{padding:60px 30px 40px;}.o-logo-aligned-cta-visual-block__logo{max-width:150px;max-height:100px;top:-40px;}.o-logo-aligned-cta-visual-block__text{font-size:1.125em;line-height:1.22222em;}.o-logo-aligned-cta-visual-block__callout-text{display:none;}}@media screen and (max-width: 500px){.o-logo-aligned-cta-visual-block__visual{padding-top:80%;}}.o-logo-image-hero{margin-bottom:100px;margin-top:120px;overflow:hidden;}@media screen and (max-width: 768px){.o-logo-image-hero{margin-bottom:70px;}}@media screen and (max-width: 600px){.o-logo-image-hero{margin-bottom:50px;}}.o-logo-image-hero+.o-video-player{margin-top:-360px;}.o-logo-image-hero__container{position:relative;}.o-logo-image-hero__container:after{background-size:cover;background-position:50% 50%;background-repeat:no-repeat;content:"";position:absolute;top:-50px;left:-150px;width:480px;height:480px;background-image:url("https://cdn-ikpfjol.nitrocdn.com/sFJFvEmonhoQYtgfpLbAzAWEPnNuaFLe/assets/images/optimized/rev-fafaa5e/dartzoneblasters.com/wp-content/themes/dart-zone-platform/assets/images/graphics/gray-dart-ball-graphic.svg");}.o-logo-image-hero__image-section{position:relative;display:flex;align-items:center;height:495px;margin-bottom:-216px;z-index:2;}.o-logo-image-hero__image-section::before{content:url("https://cdn-ikpfjol.nitrocdn.com/sFJFvEmonhoQYtgfpLbAzAWEPnNuaFLe/assets/images/optimized/rev-fafaa5e/dartzoneblasters.com/wp-content/themes/dart-zone-platform/assets/images/graphics/lih-lines.svg");position:absolute;bottom:0;right:30%;z-index:1;}.o-logo-image-hero__image-section:after{content:"";position:absolute;top:0;right:5%;width:86%;height:100%;background:var(--bg--secondary--gradient--fallback-color);background:var(--bg--secondary--gradient--flipped-color);transform:skew(-10deg);}.o-logo-image-hero__logo-image{position:relative;height:312px;max-width:548px;width:100%;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center;z-index:2;}.o-logo-image-hero__image{background-size:cover;background-position:50% 50%;background-position:left center;background-repeat:no-repeat;position:absolute;top:0;right:0;height:100%;width:45%;z-index:3;}.o-logo-image-hero__content-block{position:relative;display:flex;flex-direction:column;align-items:center;background:#f5f5f5;background:linear-gradient(45deg,#f5f5f5 0%,#e7e7e7 100%);padding:315px 40px 338px;box-sizing:border-box;z-index:1;}.o-logo-image-hero__content-block-inner{display:flex;flex-direction:column;max-width:792px;width:100%;}.o-logo-image-hero__heading{margin-bottom:30px;color:var(--text--bold-color);}.o-logo-image-hero__text p{font-family:montserrat-medium;font-size:1.375em;line-height:1.45455em;color:var(--text--base-color);}.o-logo-image-hero__text p+p{margin-top:20px;}.o-logo-image-hero__secondary-image{margin:30px auto 0;width:100%;max-width:400px;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center;}@media screen and (max-width: 1200px){.o-logo-image-hero__logo-image{height:auto;max-width:50%;}}@media screen and (max-width: 1024px){.o-logo-image-hero__content-block{padding-top:275px;padding-bottom:325px;}}@media screen and (max-width: 950px){.o-logo-image-hero+.o-video-player{margin-top:70px;}.o-logo-image-hero__container:after{display:none;}.o-logo-image-hero__image-section{flex-direction:column-reverse;align-items:center;padding:50px 0;box-sizing:border-box;height:auto;min-height:400px;}.o-logo-image-hero__image-section:before{display:none;}.o-logo-image-hero__image-section:after{width:100%;transform:skew(0deg);right:0;}.o-logo-image-hero__logo-image{max-width:300px;}.o-logo-image-hero__image{height:250px;width:250px;position:relative;top:auto;margin-bottom:40px;}.o-logo-image-hero__content-block{padding-bottom:70px;}}@media screen and (max-width: 768px){.o-logo-image-hero__text p{font-size:1.25em;line-height:1.2em;}.o-logo-image-hero__text p+p{margin-top:16px;}.o-logo-image-hero__image{height:250px;width:250px;}}@media screen and (max-width: 600px){.o-logo-image-hero{margin-top:80px;}.o-logo-image-hero__image-section{margin-bottom:0;}.o-logo-image-hero__logo-image{max-width:200px;}.o-logo-image-hero__content-block{padding:70px 30px;}.o-logo-image-hero__text p{font-size:1.125em;line-height:1.22222em;}.o-logo-image-hero__secondary-image{max-width:200px;}}.o-logo-links-grid{margin:130px 0 112px;}.o-logo-links-grid__container{display:flex;flex-direction:column;align-items:center;justify-content:center;}.o-logo-links-grid__heading{color:var(--text--bold-color);}.o-logo-links-grid__content{display:flex;flex-direction:column;align-items:center;text-align:center;max-width:792px;width:100%;margin-bottom:46px;}.o-logo-links-grid__logo-link-tiles{width:100%;}@media screen and (max-width: 950px){.o-logo-links-grid{margin:70px 0;}}@media screen and (max-width: 600px){.o-logo-links-grid{margin:50px 0;}.o-logo-links-grid__content{margin-bottom:30px;}}.o-notification-bar{transition:all .15s ease-in-out;position:relative;right:0;left:0;z-index:40;background-color:var(--theme--primary-color);display:none;}.o-notification-bar__container{max-width:1390px;position:relative;display:flex;align-items:center;justify-content:center;}.o-notification-bar__list{display:flex !important;width:100%;align-items:center;list-style:none;gap:30px;}.o-notification-bar__content{margin-left:auto;margin-right:auto;padding:20px 0;display:flex;align-items:center;justify-content:center;max-width:900px;width:100%;}.o-notification-bar__item{margin-left:auto;margin-right:auto;display:flex !important;align-items:center;justify-content:center;padding:20px 0;flex:1 100%;max-width:calc(50% - 15px);}.o-notification-bar__item .o-notification-bar__arrow{flex:0 0 24px;}.o-notification-bar__text{font-family:montserrat-medium;font-size:1em;line-height:1.1875em;color:var(--text--bold-color);}.o-notification-bar__arrow{margin-left:20px;cursor:pointer;background-color:var(--bg--alternate-color);}.o-notification-bar__arrow:after{background-image:url("https://cdn-ikpfjol.nitrocdn.com/sFJFvEmonhoQYtgfpLbAzAWEPnNuaFLe/assets/images/optimized/rev-fafaa5e/dartzoneblasters.com/wp-content/themes/dart-zone-platform/assets/images/icons/small/right-angle-white-icon.svg");}.o-notification-bar__close-button{position:absolute;top:50%;transform:translateY(-50%);right:20px;}.o-notification-bar__close-button:before,.o-notification-bar__close-button:after{background-color:var(--color--black);}.o-notification-bar .slick-track{display:flex !important;gap:30px;}.o-notification-bar .slick-list{flex:1;}.o-notification-bar .slick-prev,.o-notification-bar .slick-next{width:30px;height:30px;}.o-notification-bar .slick-arrow:before{left:5px;width:13px;}@media screen and (max-width: 768px){.o-notification-bar__text{font-size:1em;line-height:1.25em;max-width:calc(100% - 35px);}.o-notification-bar__content{padding:10px 20px;box-sizing:border-box;}.o-notification-bar__close-button{top:2px;right:2px;transform:none;}.o-notification-bar__arrow{margin-left:10px;}.o-notification-bar__list:not(.slick-slider) .o-notification-bar__item{max-width:100%;width:100%;}.o-notification-bar__list:not(.slick-slider) .o-notification-bar__item:not(:first-child){display:none !important;}}@media screen and (max-width: 600px){.o-notification-bar__container{padding:0;}.o-notification-bar__text{font-size:.875em;line-height:1.28571em;}}.o-notification-popup .m-modal__wrapper{max-width:1200px;}.o-notification-popup--form .m-modal__wrapper{max-width:800px;}.o-notification-popup--content .m-modal__wrapper{max-width:600px;}.o-notification-popup .o-aligned-content-visual__container{margin-right:0;}.o-notification-popup .o-gravity-form-block{margin:0;}.o-notification-popup .o-gravity-form-block__container{padding:0;}.o-notification-popup .o-gravity-form-block__block{padding:60px 40px;}.o-notification-popup .o-gravity-form-block__text{font-size:14px;}.o-notification-popup .m-gravity-form__consent{margin-top:10px;}.o-notification-popup .m-gravity-form .gform_confirmation_message{font-size:14px;line-height:18px;text-align:center;}.o-notification-popup .gfield--address .ginput_container{justify-content:space-between;}.o-notification-popup .gfield--address .address_city,.o-notification-popup .gfield--address .address_country{width:48%;}@media screen and (max-width: 600px){.o-notification-popup .o-gravity-form-block__block{padding-right:20px;padding-left:20px;}}.o-overlapping-large-cta-buttons{margin:70px 0 40px;overflow:hidden;position:relative;}.o-overlapping-large-cta-buttons__container{max-width:1400px;padding-right:0;padding-left:0;}.o-overlapping-large-cta-buttons__heading{font-size:5em;line-height:.875em;-webkit-text-stroke-color:var(--color--gray-400);-webkit-text-stroke-width:4px;position:relative;color:transparent;letter-spacing:.5px;max-width:572px;width:100%;text-align:right;padding-left:78px;margin-bottom:-120px;z-index:1;}.o-overlapping-large-cta-buttons__mobile-image{max-width:300px;-o-object-fit:contain;object-fit:contain;display:none;}.o-overlapping-large-cta-buttons__wrapper-mobile{display:none;flex-direction:column;width:100%;}.o-overlapping-large-cta-buttons__main-mobile{display:flex;justify-content:space-between;margin-bottom:20px;}.o-overlapping-large-cta-buttons__left-mobile-button,.o-overlapping-large-cta-buttons__right-mobile-button{font-family:montserrat-extrabold;font-size:2.5em;line-height:1em;position:relative;display:block;text-transform:uppercase;text-align:center;color:var(--color--white);width:50%;padding:30px;transform:skew(-10deg);background:var(--bg--secondary--gradient--fallback-color);background:var(--bg--secondary--gradient-color);box-sizing:border-box;z-index:2;}.o-overlapping-large-cta-buttons__left-mobile-button{left:-10px;}.o-overlapping-large-cta-buttons__right-mobile-button{right:-10px;}.o-overlapping-large-cta-buttons__mobile-text{display:block;transform:skew(10deg);}.o-overlapping-large-cta-buttons__secondary-mobile-button{font-family:montserrat-extrabold;font-size:1.875em;line-height:1em;position:relative;width:100%;text-transform:uppercase;text-align:center;padding:20px;color:var(--text--bold-color);padding-right:40px;box-sizing:border-box;background:#f5f5f5;background:linear-gradient(225deg,#f5f5f5 0%,#e7e7e7 100%);}.o-overlapping-large-cta-buttons__main{display:flex;align-items:flex-end;justify-content:space-between;width:100%;position:relative;height:560px;}.o-overlapping-large-cta-buttons__left,.o-overlapping-large-cta-buttons__right{position:absolute;display:flex;flex-direction:column;max-width:55%;width:100%;}.o-overlapping-large-cta-buttons__left{left:0;z-index:2;}.o-overlapping-large-cta-buttons__right{right:-80px;bottom:46px;}.o-overlapping-large-cta-buttons__primary-item--1{position:relative;transform:skew(-10deg);background:var(--bg--secondary--gradient--fallback-color);background:var(--bg--secondary--gradient-color);padding:137.5px 170px 137.5px 250px;margin-left:-80px;box-sizing:border-box;}.o-overlapping-large-cta-buttons__primary-item--1 .o-overlapping-large-cta-buttons__link-text{transform:skew(10deg);text-align:left;}.o-overlapping-large-cta-buttons__primary-item--1 .o-overlapping-large-cta-buttons__primary-item-image{position:absolute;top:-11%;left:12%;transform:skew(10deg);}.o-overlapping-large-cta-buttons__primary-item--2{position:relative;display:flex;align-items:center;justify-content:center;width:100%;height:345px;background-position:bottom right;background-repeat:no-repeat;}.o-overlapping-large-cta-buttons__primary-item-link{position:absolute;top:0;left:0;width:100%;height:100%;z-index:4;}.o-overlapping-large-cta-buttons__primary-item-link:hover svg{opacity:1;transform:scale(1) rotate(0deg) translateY(-50%);}.o-overlapping-large-cta-buttons__primary-item-link svg{margin-left:auto;margin-right:auto;transition:all .15s ease-in-out;transition-timing-function:cubic-bezier(.36,.07,.19,.97);position:absolute;top:50%;right:0;left:0;transform:scale(.8) rotate(20deg) skew(10deg) translateY(-50%);transform-origin:center;will-change:transform;opacity:0;}.keyboard-in-use .o-overlapping-large-cta-buttons__primary-item-link:focus{outline:2px dashed var(--theme--focus-color) !important;outline-offset:5px;transition:none;}.o-overlapping-large-cta-buttons__primary-item-link--1:hover svg{opacity:1;transform:scale(1) rotate(0deg) skew(10deg) translateY(-50%);}.o-overlapping-large-cta-buttons__primary-item-link--1 svg{margin-left:auto;margin-right:auto;transition:all .15s ease-in-out;transition-timing-function:cubic-bezier(.36,.07,.19,.97);position:absolute;right:0;left:0;transform:scale(.8) rotate(20deg) skew(10deg);transform-origin:center;will-change:transform;opacity:0;}.o-overlapping-large-cta-buttons__primary-item-link--1 svg{transform:skew(10deg) translateY(-50%);}.o-overlapping-large-cta-buttons__link-text{font-family:montserrat-extrabold;font-size:4.375em;line-height:1em;position:relative;text-transform:uppercase;text-align:center;color:var(--color--white);max-width:440px;width:100%;display:block;z-index:2;}.o-overlapping-large-cta-buttons__foreground-image{position:absolute;right:0;bottom:0;}.o-overlapping-large-cta-buttons__secondary-item{position:relative;display:flex;align-items:center;justify-content:center;text-align:center;transform:skew(-10deg);padding:58px 40px 62px 120px;margin-left:-26px;box-sizing:border-box;max-width:626px;width:100%;background:#f5f5f5;background:linear-gradient(225deg,#f5f5f5 0%,#e7e7e7 100%);}.o-overlapping-large-cta-buttons__secondary-item-text{font-family:montserrat-extrabold;font-size:3.125em;line-height:1em;position:relative;width:100%;max-width:540px;transform:skew(10deg);text-transform:uppercase;color:var(--text--bold-color);padding-right:40px;box-sizing:border-box;}.o-overlapping-large-cta-buttons__secondary-item-link{position:absolute;top:0;left:0;width:100%;height:100%;z-index:3;}.o-overlapping-large-cta-buttons__secondary-item-link:hover svg{opacity:1;transform:scale(1) rotate(0deg) skew(10deg);}.o-overlapping-large-cta-buttons__secondary-item-link svg{margin-left:auto;margin-right:auto;transition:all .15s ease-in-out;transition-timing-function:cubic-bezier(.36,.07,.19,.97);position:absolute;right:0;left:0;transform:scale(.8) rotate(20deg) skew(10deg);transform-origin:center;will-change:transform;opacity:0;}.keyboard-in-use .o-overlapping-large-cta-buttons__secondary-item-link:focus{outline:2px dashed var(--theme--focus-color) !important;outline-offset:5px;transition:none;}@media screen and (max-width: 1200px){.o-overlapping-large-cta-buttons{margin-top:0;}.o-overlapping-large-cta-buttons__main{padding-top:90px;}.o-overlapping-large-cta-buttons__heading{font-size:3.75em;line-height:1em;margin-bottom:-140px;padding-left:40px;}}@media screen and (max-width: 1024px){.o-overlapping-large-cta-buttons{padding-top:20px;}.o-overlapping-large-cta-buttons__heading{font-size:3.125em;line-height:1em;}.o-overlapping-large-cta-buttons__link-text{font-size:3.125em;line-height:1em;}.o-overlapping-large-cta-buttons__secondary-item-text{font-size:2.5em;line-height:1em;}.o-overlapping-large-cta-buttons__primary-item--1 .o-overlapping-large-cta-buttons__primary-item-image{top:-20%;}}@media screen and (max-width: 950px){.o-overlapping-large-cta-buttons{padding-top:0;}.o-overlapping-large-cta-buttons__heading{margin:0 auto 30px !important;text-align:center;padding:0 40px;box-sizing:border-box;-webkit-text-stroke-width:2px;-webkit-text-stroke-color:var(--color--gray-400);}.o-overlapping-large-cta-buttons__link-text{font-size:2.25em;line-height:1.11111em;}.o-overlapping-large-cta-buttons__secondary-item-text{font-size:1.5em;line-height:1.16667em;}.o-overlapping-large-cta-buttons__mobile-image{display:block;margin:0 auto 20px;}.o-overlapping-large-cta-buttons__main{display:none;}.o-overlapping-large-cta-buttons__wrapper-mobile{display:flex;}}@media screen and (max-width: 768px){.o-overlapping-large-cta-buttons__heading{font-size:2.5em;line-height:1em;}.o-overlapping-large-cta-buttons__left-mobile-button,.o-overlapping-large-cta-buttons__right-mobile-button{font-size:1.875em;line-height:1em;}.o-overlapping-large-cta-buttons__secondary-mobile-button{font-size:1.25em;line-height:1em;}}@media screen and (max-width: 600px){.o-overlapping-large-cta-buttons__heading{font-size:2em;line-height:1em;padding:0 30px;margin-bottom:20px !important;}.o-overlapping-large-cta-buttons__mobile-image{display:none;}.o-overlapping-large-cta-buttons__link-text{font-size:1.5em;line-height:1.16667em;}.o-overlapping-large-cta-buttons__secondary-item-text{font-size:1.25em;line-height:1.2em;}.o-overlapping-large-cta-buttons__left-mobile-button,.o-overlapping-large-cta-buttons__right-mobile-button{font-size:1em;line-height:1.25em;padding:20px;}.o-overlapping-large-cta-buttons__secondary-mobile-button{font-size:1em;line-height:1em;padding:20px;}}.o-page-navigation-bar{background-color:var(--bg--accent-color);height:88px;overflow:scroll;}.o-page-navigation-bar--end:after{opacity:0;}.o-page-navigation-bar__container{width:1400px;}.o-page-navigation-bar__nav{display:flex;height:88px;justify-content:center;}.o-page-navigation-bar__link{cursor:pointer;font-size:.875em;line-height:1.42857em;font-family:montserrat-semibold;display:flex;justify-content:center;align-items:center;text-align:center;text-transform:uppercase;width:180px;height:100%;color:var(--text--base-color);padding:0 15px;box-sizing:border-box;}.o-page-navigation-bar__link+.o-page-navigation-bar__link{margin-left:24px;}.o-page-navigation-bar__link:hover{background-color:var(--color--gray-200);color:var(--text--bold-color);}.o-page-navigation-bar__link:last-of-type{margin-right:24px;}.o-page-navigation-bar__link--active{border-top:5px solid var(--theme--primary-color);border-bottom:5px solid var(--theme--primary-color);color:var(--text--bold-color);}.o-page-navigation-bar__link--active:hover{background-color:transparent;cursor:default;}.keyboard-in-use .o-page-navigation-bar__link:focus{outline:2px dashed var(--theme--focus-color) !important;outline-offset:5px;transition:none;}@media screen and (max-width: 600px){.o-page-navigation-bar{height:50px;margin-top:80px;}.o-page-navigation-bar__container{padding:0 12px;height:100%;}.o-page-navigation-bar__nav{height:100%;justify-content:space-evenly;}.o-page-navigation-bar__link+.o-page-navigation-bar__link{margin-left:12px;}.o-page-navigation-bar__link{padding:0 10px;width:auto;}.o-page-navigation-bar__link--active{border:none;color:var(--theme--primary-color);}.o-page-navigation-bar__link--active:hover{background-color:transparent;cursor:default;}}.o-plain-centered-text-hero{overflow:hidden;}.o-plain-centered-text-hero__container{position:relative;align-items:center;justify-content:center;display:flex;padding-top:40px;padding-bottom:40px;min-height:480px;}.o-plain-centered-text-hero__container:before,.o-plain-centered-text-hero__container:after{background-size:cover;background-position:50% 50%;background-repeat:no-repeat;content:"";position:absolute;top:50%;width:37.5%;height:100%;transform:translateY(-50%);max-height:480px;background-image:url("https://cdn-ikpfjol.nitrocdn.com/sFJFvEmonhoQYtgfpLbAzAWEPnNuaFLe/assets/images/optimized/rev-fafaa5e/dartzoneblasters.com/wp-content/themes/dart-zone-platform/assets/images/graphics/gray-dart-ball-graphic.svg");}.o-plain-centered-text-hero__container:before{right:85%;}.o-plain-centered-text-hero__container:after{left:85%;}.o-plain-centered-text-hero__content{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;z-index:1;}.o-plain-centered-text-hero__wysiwyg{margin-top:10px;}@media screen and (max-width: 600px){.o-plain-centered-text-hero{margin:70px 0;}.o-plain-centered-text-hero__container{padding-top:0;padding-bottom:0;min-height:250px;}}.o-post-content{overflow:hidden;}.o-post-content__container{max-width:1076px;}.o-post-hero{margin-top:180px;margin-bottom:80px;}.o-post-hero__container{display:flex;flex-direction:column;align-items:center;max-width:1076px;}.o-post-hero__content{margin-left:auto;margin-right:auto;display:flex;flex-direction:column;align-items:center;text-align:center;max-width:792px;width:100%;}.o-post-hero__headline{font-family:montserrat-bold;font-size:2em;line-height:1.1875em;margin-bottom:30px;color:var(--text--bold-color);}.o-post-hero__heading{text-align:center;margin-bottom:30px;color:var(--text--bold-color);text-transform:none;}.o-post-hero__text{font-family:montserrat-medium;font-size:1.375em;line-height:1.27273em;text-transform:uppercase;color:var(--color--black);}.o-post-hero__image{background-size:cover;background-position:50% 50%;background-repeat:no-repeat;width:100%;padding-top:56.2249%;margin-top:58px;}@media screen and (max-width: 1024px){.o-post-hero__headline{font-size:1.5em;line-height:1.16667em;}.o-post-hero__text{font-size:1.25em;line-height:1.2em;}}@media screen and (max-width: 950px){.o-post-hero{margin-bottom:70px;}.o-post-hero__headline{font-size:1.125em;line-height:1.22222em;}.o-post-hero__heading{margin-bottom:20px;}.o-post-hero__text{font-size:1em;line-height:1.25em;}.o-post-hero__image{margin-top:40px;}}@media screen and (max-width: 600px){.o-post-hero{margin-top:135px;}}.o-posts-feed{margin:-44px 0 70px;}.o-posts-feed__search-menu-container{display:flex;flex-direction:column;margin-bottom:30px;}.o-posts-feed__clear-filters-button{display:flex;align-items:center;justify-content:center;text-align:center;margin:30px auto 0;max-width:250px;}.o-posts-feed__text{font-family:montserrat-semibold;font-size:1.25em;line-height:1.2em;text-align:center;color:var(--text--base-color);margin:70px 0;}.o-posts-feed__pagination{margin:60px auto 0;}@media screen and (max-width: 950px){.o-posts-feed__post-thumbnail-cards{margin-left:auto;margin-right:auto;max-width:382px;width:100%;}.o-posts-feed__post-thumbnail-cards .m-post-thumbnail-cards__list{flex-direction:column;}.o-posts-feed__post-thumbnail-cards .m-post-thumbnail-cards__item{width:100%;margin:0 auto !important;}.o-posts-feed__post-thumbnail-cards .m-post-thumbnail-cards__item:not(:first-of-type){margin-top:16px !important;}}@media screen and (max-width: 768px){.o-posts-feed__pagination{margin-top:40px;}}@media screen and (max-width: 600px){.o-posts-feed__text{font-size:1em;line-height:1.25em;}}@media screen and (max-width: 500px){.o-posts-feed__clear-filters-button{max-width:unset;width:100%;}}.o-product-description-image-hero{position:relative;padding-top:100px;display:flex;min-height:800px;box-sizing:border-box;z-index:10;}.o-product-description-image-hero:before{content:"";display:none;position:absolute;left:0;right:0;top:0;bottom:0;border:8px solid #f3f3f3;border-radius:50%;border-top:8px solid var(--theme--primary-color);width:50px;height:50px;text-align:center;margin:auto;animation:spin 2s linear infinite;z-index:11;}.o-product-description-image-hero:after{content:"";display:none;position:absolute;left:0;right:0;top:0;bottom:0;width:100%;height:100%;background-color:var(--color--gray-300);opacity:.5;z-index:10;}.o-product-description-image-hero.ajax-loading:before,.o-product-description-image-hero.ajax-loading:after{display:block;}.o-product-description-image-hero--hide-quantity .quantity{display:none !important;}.o-product-description-image-hero--hide-quantity .single_add_to_cart_button{margin-left:0 !important;}.o-product-description-image-hero--is-preorder .cart .screen-reader-text{position:absolute !important;width:1px !important;height:1px !important;overflow:hidden !important;color:rgba(255,255,255,0) !important;pointer-events:none !important;}.o-product-description-image-hero--has-buy-direct-single-button.o-product-description-image-hero--has-buy-direct-dropdown-option .o-product-description-image-hero__wishlist-trigger-button{margin-top:20px !important;margin-left:0px !important;}.o-product-description-image-hero--has-buy-direct-single-button.o-product-description-image-hero--hide-quantity .o-product-description-image-hero__buy-direct{max-width:178px;}.o-product-description-image-hero--has-buy-direct-single-button.o-product-description-image-hero--hide-quantity .o-product-description-image-hero__wishlist-trigger-button{margin-top:20px;margin-left:0 !important;}.o-product-description-image-hero--has-buy-direct-single-button .o-product-description-image-hero__wishlist-trigger-button{margin-left:0 !important;}.o-product-description-image-hero--has-3d-image .o-product-description-image-hero__content{position:relative;z-index:5;}.o-product-description-image-hero--has-3d-image .o-product-description-image-hero__image-wrapper{position:absolute;right:0;height:100%;max-width:60%;}.o-product-description-image-hero__container{display:flex;position:relative;z-index:1;}.o-product-description-image-hero__container:after{content:"";position:absolute;bottom:0;left:86%;width:40%;height:calc(100% + 100px);background:#f5f5f5;background:linear-gradient(225deg,#f5f5f5 0%,#e7e7e7 100%);transform:skew(-10deg);}.o-product-description-image-hero__content{position:relative;display:flex;flex-direction:column;align-items:flex-start;max-width:32%;width:100%;padding-top:80px;padding-bottom:50px;margin-right:40px;box-sizing:border-box;z-index:2;}.o-product-description-image-hero__best-seller{font-family:montserrat-semibold;font-size:.875em;line-height:1.28571em;text-transform:uppercase;display:flex;align-items:center;letter-spacing:1px;color:var(--theme--primary-color);margin-bottom:10px;}.o-product-description-image-hero__best-seller svg{width:20px;margin-right:5px;}.o-product-description-image-hero__best-seller svg path{fill:var(--theme--primary-color);}.o-product-description-image-hero__kicker{font-family:montserrat-semibold;font-size:1.375em;line-height:1.36364em;text-transform:uppercase;letter-spacing:1px;color:var(--text--base-color);margin-bottom:10px;}.o-product-description-image-hero__heading{color:var(--title--base-color);text-transform:none;}.o-product-description-image-hero__description{font-size:1.375em;line-height:1.36364em;font-family:montserrat-semibold;margin-top:10px;color:var(--text--base-color);text-transform:uppercase;letter-spacing:1px;}.o-product-description-image-hero__price-wrapper{display:flex;align-items:center;margin:20px 0;}.o-product-description-image-hero__price{font-family:montserrat-bold;font-size:2.125em;line-height:1.29412em;color:var(--text--bold-color);}.o-product-description-image-hero__price--strikethrough{color:var(--color--gray-400);text-decoration:line-through;}.o-product-description-image-hero__price--sale-price{margin-left:10px;color:var(--text--alternate-color);}.o-product-description-image-hero__text-callout{font-family:montserrat-bold;text-transform:uppercase;color:var(--color--primary);margin-top:20px;}.o-product-description-image-hero__stock-status{font-family:montserrat-bold;font-size:.875em;line-height:1.28571em;letter-spacing:.5px;color:var(--text--base-color);border:2px solid var(--text--base-color);background-color:var(--color--white);padding:16px 20px;text-transform:uppercase;margin-right:20px;box-sizing:border-box;height:52px;display:flex;align-items:center;justify-content:center;text-align:center;}.o-product-description-image-hero__main-buttons{display:flex;flex-wrap:wrap;align-items:center;margin-top:50px;width:100%;}.o-product-description-image-hero__product-variation-buttons{flex-basis:100%;margin-bottom:20px;}.o-product-description-image-hero__product-variation-add-to-cart-buttons{width:100%;}.o-product-description-image-hero__product-variation-add-to-cart-buttons+.o-product-description-image-hero__wishlist-trigger-button{margin-top:20px;}.o-product-description-image-hero__modal-trigger+.o-product-description-image-hero__wishlist-trigger-button{margin-left:20px;}.o-product-description-image-hero__external-button{text-align:center;display:flex;align-items:center;justify-content:center;}.o-product-description-image-hero__external-button+.o-product-description-image-hero__wishlist-trigger-button{margin-left:20px;}.o-product-description-image-hero__logo-links-dropdown+.o-product-description-image-hero__buy-direct .cart{margin:20px 0;}.o-product-description-image-hero .o-product-description-image-hero__logo-links-dropdown+.o-product-description-image-hero__buy-direct+.o-product-description-image-hero__wishlist-trigger-button{margin-left:0 !important;}.o-product-description-image-hero .o-product-description-image-hero__logo-links-dropdown+.o-product-description-image-hero__buy-direct--hide+.o-product-description-image-hero__wishlist-trigger-button{margin-left:20px !important;}.o-product-description-image-hero__buy-direct{display:flex;flex-direction:column;width:100%;}.o-product-description-image-hero__buy-direct .stock{font-family:montserrat-medium;font-size:.875em;line-height:1.28571em;letter-spacing:.5px;color:var(--text--base-color);margin-bottom:20px;text-transform:uppercase;display:none;}.o-product-description-image-hero__buy-direct .cart #wc-stripe-payment-request-button-separator,.o-product-description-image-hero__buy-direct .cart #wc-stripe-payment-request-wrapper{display:none !important;}.o-product-description-image-hero__buy-direct .variations tbody tr{display:flex;flex-direction:column-reverse;}.o-product-description-image-hero__buy-direct .variations tbody tr th{margin-top:10px;margin-right:0;}.o-product-description-image-hero__buy-direct .variations tbody tr td select{max-width:unset !important;}.o-product-description-image-hero__buy-direct.o-product-description-image-hero__buy-direct--hide{display:none;}.o-product-description-image-hero__buy-direct+.o-product-description-image-hero__wishlist-trigger-button{margin-left:20px;}.o-product-description-image-hero__dropdown-item{display:none;}.o-product-description-image-hero__dropdown-item--active{display:block;}.o-product-description-image-hero__dropdown-item--text{font-family:montserrat-semibold;color:var(--text--base-color);}.o-product-description-image-hero__logo-links-dropdown+.o-product-description-image-hero__wishlist-trigger-button{margin-left:20px;}.o-product-description-image-hero__small-angle-button{margin-top:32px;}.o-product-description-image-hero__image-wrapper{position:relative;display:flex;align-items:center;justify-content:center;margin-left:auto;max-width:750px;width:100%;z-index:2;}.o-product-description-image-hero__image{max-height:745px;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center;width:100%;}.o-product-description-image-hero__collection-trigger-button{margin-top:20px;}.o-product-description-image-hero__3d-image{height:100%;width:100%;}.o-product-description-image-hero__3d-image .a-sketchfab-iframe__iframe{height:100%;}.o-product-description-image-hero__product-variation-buttons{margin-top:50px;}.o-product-description-image-hero__product-variation-button+.o-product-description-image-hero__product-variation-button{margin-left:22px;}.o-product-description-image-hero .cart{display:flex;align-items:center;}.o-product-description-image-hero .cart .screen-reader-text{position:absolute !important;width:1px !important;height:1px !important;overflow:hidden !important;color:rgba(255,255,255,0) !important;pointer-events:none !important;}.o-product-description-image-hero .cart .quantity{display:flex;align-items:center;max-width:150px;width:100%;margin-right:auto;}.o-product-description-image-hero .cart .quantity .quantity-text{font-size:1em;line-height:1.25em;font-family:montserrat-medium;color:var(--text--bold-color);text-transform:uppercase;margin-right:10px;display:block;}.o-product-description-image-hero .cart .quantity input{font-family:montserrat-medium;font-size:1em;line-height:1.25em;padding:10px;color:var(--text--bold-color);width:100%;text-align:center;box-sizing:border-box;box-shadow:0 0 5px rgba(0,0,0,.2);border-radius:34px;max-width:74px;}.o-product-description-image-hero .variations_form{display:flex;flex-direction:column;align-items:flex-start;width:100%;}.o-product-description-image-hero .variations_form table.variations .label{font-size:1em;line-height:1.25em;font-family:montserrat-medium;color:var(--text--bold-color);text-transform:uppercase;margin-right:10px;display:block;}.o-product-description-image-hero .variations_form table.variations select{font-family:montserrat-medium;font-size:1em;line-height:1.25em;width:100%;max-width:200px;text-align:center;padding:10px;color:var(--text--bold-color);background-color:var(--bg--base-color);box-sizing:border-box;box-shadow:0 0 5px rgba(0,0,0,.2);border-radius:34px;-moz-appearance:none;appearance:none;-webkit-appearance:none;}.o-product-description-image-hero .variations_form table.variations .reset_variations{font-family:montserrat-medium;transition:all .15s ease-in-out;color:var(--link--bold-color);text-align:center;margin-top:10px;display:block;}.o-product-description-image-hero .variations_form table.variations .reset_variations:hover{color:var(--link--hover-color);}.o-product-description-image-hero .variations_form .single_variation_wrap{display:flex;flex-direction:column;align-items:flex-start;width:100%;}.o-product-description-image-hero .variations_form .single_variation_wrap .woocommerce-variation{width:100%;}.o-product-description-image-hero .variations_form .single_variation_wrap .woocommerce-variation-price{font-size:2.125em;line-height:1.29412em;font-family:montserrat-bold;color:var(--text--bold-color);text-align:left;margin:20px 0;}.o-product-description-image-hero .variations_form .single_variation_wrap .woocommerce-variation-add-to-cart{display:flex;flex-direction:column;align-items:center;}.o-product-description-image-hero .variations_form .single_variation_wrap .woocommerce-variation-add-to-cart .button{margin-top:40px;margin-left:0;}.o-product-description-image-hero .button{margin-left:30px;}.o-product-description-image-hero .button:after{display:none !important;}.o-product-description-image-hero .button.disabled{opacity:.7;cursor:default;}.o-product-description-image-hero .button.disabled:hover{background-color:var(--button--background-color);}.o-product-description-image-hero__small-dropdown{margin-top:10px;margin-left:-10px;}.o-product-description-image-hero__small-dropdown .m-small-dropdown__button{color:#404041;}.o-product-description-image-hero__small-dropdown .m-small-dropdown__content{box-shadow:0 0 5px rgba(0,0,0,.2);}.o-product-description-image-hero__small-dropdown.m-small-dropdown--open:after{content:"";background-color:var(--color--white);position:absolute;width:100%;height:2px;bottom:0;left:0;}.o-product-description-image-hero__upsell-items{margin-top:50px;max-width:384px;width:100%;}.o-product-description-image-hero__upsell-items .m-product-thumbnail-cards__list .slick-track{align-items:flex-start !important;}.o-product-description-image-hero__upsell-items .m-product-thumbnail-cards__item{padding:0 5px;}.o-product-description-image-hero__upsell-items .m-product-thumbnail-card{padding:28px;flex-direction:row-reverse;justify-content:space-between;}.o-product-description-image-hero__upsell-items .m-product-thumbnail-card__content{align-items:flex-start;margin-right:10px;}.o-product-description-image-hero__upsell-items .m-product-thumbnail-card__label-wrapper{display:none;}.o-product-description-image-hero__upsell-items .m-product-thumbnail-card__flag{top:0;font-size:12px;line-height:14px;}.o-product-description-image-hero__upsell-items .m-product-thumbnail-card__heading-link{font-size:14px;line-height:18px;text-align:left;padding:0;}.o-product-description-image-hero__upsell-items .m-product-thumbnail-card__marketing-notice{font-size:12px;line-height:14px;text-align:left;}.o-product-description-image-hero__upsell-items .m-product-thumbnail-card__image-link{height:auto;max-width:112px;margin-bottom:0;}.o-product-description-image-hero__upsell-items .m-product-thumbnail-card__price,.o-product-description-image-hero__upsell-items .m-product-thumbnail-card__swatches,.o-product-description-image-hero__upsell-items .m-product-thumbnail-card__marketing-notice{margin-right:auto;margin-left:0;}.o-product-description-image-hero__upsell-items .m-product-thumbnail-card__swatch-button,.o-product-description-image-hero__upsell-items .m-product-thumbnail-card__button{width:auto;}.o-product-description-image-hero__upsell-items .m-product-thumbnail-card__swatch-buttons{justify-content:flex-start;}@media screen and (max-width: 1300px){.o-product-description-image-hero--has-3d-image .o-product-description-image-hero__3d-image{display:flex;align-items:center;justify-content:flex-end;}.o-product-description-image-hero--has-3d-image .o-product-description-image-hero__3d-image .a-sketchfab-iframe__fallback-image-wrapper{top:10%;right:0;left:auto;width:70%;height:70%;}.o-product-description-image-hero--has-3d-image .o-product-description-image-hero__3d-image .a-sketchfab-iframe__iframe{width:85%;height:85%;right:10%;}.o-product-description-image-hero__image-wrapper{max-width:600px;}}@media screen and (max-width: 1200px){.o-product-description-image-hero__content{margin-right:40px;}.o-product-description-image-hero__image-wrapper{max-width:500px;margin-left:auto;}}@media screen and (max-width: 1100px){.o-product-description-image-hero--has-3d-image .o-product-description-image-hero__3d-image .a-sketchfab-iframe__iframe{width:100%;height:70%;right:10%;}}@media screen and (max-width: 1024px){.o-product-description-image-hero__kicker,.o-product-description-image-hero__description{font-size:1.125em;line-height:1.22222em;}.o-product-description-image-hero__price{font-size:1.75em;line-height:1.14286em;}}@media screen and (max-width: 950px){.o-product-description-image-hero{min-height:unset;overflow:visible;}.o-product-description-image-hero--has-buy-direct-single-button .button{margin-left:0 !important;}.o-product-description-image-hero--has-buy-direct-single-button.o-product-description-image-hero--hide-quantity .o-product-description-image-hero__buy-direct{max-width:178px;}.o-product-description-image-hero--has-buy-direct-single-button.o-product-description-image-hero--hide-quantity .o-product-description-image-hero__wishlist-trigger-button{margin-top:0;margin-left:20px !important;}.o-product-description-image-hero--has-buy-direct-single-button .o-product-description-image-hero__wishlist-trigger-button{margin-top:20px;margin-left:0 !important;}.o-product-description-image-hero--has-3d-image .o-product-description-image-hero__image-wrapper{position:relative;max-width:500px;height:350px;}.o-product-description-image-hero--has-3d-image .o-product-description-image-hero__3d-image .a-sketchfab-iframe__fallback-image-wrapper{top:0;right:0;left:0;width:100%;height:100%;}.o-product-description-image-hero--has-3d-image .o-product-description-image-hero__3d-image .a-sketchfab-iframe__iframe{height:100%;width:100%;}.o-product-description-image-hero__container{flex-direction:column-reverse;padding-bottom:60px;}.o-product-description-image-hero__container:after{right:100px;left:auto;}.o-product-description-image-hero .quantity-text{margin:20px auto !important;}.o-product-description-image-hero__image-wrapper{margin-left:auto;margin-right:auto;position:relative;max-width:500px;padding:0 40px;box-sizing:border-box;}.o-product-description-image-hero__content{align-items:center;justify-content:center;padding-top:40px;padding-bottom:40px;margin-right:0;max-width:100%;}.o-product-description-image-hero__product-variation-buttons{display:flex;align-items:center;justify-content:center;margin-bottom:20px;}.o-product-description-image-hero__modal-trigger{display:flex;align-items:center;justify-content:center;}.o-product-description-image-hero__heading{text-align:center;}.o-product-description-image-hero__stock-status{margin-left:auto;margin-right:auto;}.o-product-description-image-hero__main-buttons{display:flex;flex-direction:column;flex-wrap:nowrap;align-items:center;justify-content:center;margin-top:30px;width:100%;}.o-product-description-image-hero__logo-links-dropdown+.o-product-description-image-hero__buy-direct .button{margin-left:0;}.o-product-description-image-hero__logo-links-dropdown+.o-product-description-image-hero__buy-direct .o-product-description-image-hero__wishlist-trigger-button{margin-left:0;}.o-product-description-image-hero__logo-links-dropdown+.o-product-description-image-hero__buy-direct--hide .o-product-description-image-hero__wishlist-trigger-button{margin-left:20px;}.o-product-description-image-hero__buy-direct{align-items:center;justify-content:center;}.o-product-description-image-hero__buy-direct .cart{display:flex;flex-direction:column;align-items:center;}.o-product-description-image-hero__buy-direct .quantity{margin-left:auto;margin-right:auto;display:flex;flex-direction:column-reverse;}.o-product-description-image-hero__buy-direct .quantity .quantity-text{margin-top:10px;}.o-product-description-image-hero .variations_form{align-items:center;}.o-product-description-image-hero .variations_form .single_variation_wrap{align-items:center;}}@media screen and (max-width: 768px){.o-product-description-image-hero__price{font-size:1.5em;line-height:1.16667em;}.o-product-description-image-hero__content{text-align:center !important;}.o-product-description-image-hero--has-buy-direct-single-button.o-product-description-image-hero--has-buy-direct-dropdown-option .o-product-description-image-hero__wishlist-trigger-button{margin-top:20px !important;margin-left:0 !important;}.o-product-description-image-hero__product-variation-buttons{flex-direction:column;max-width:200px;width:100%;flex-basis:unset;}.o-product-description-image-hero__product-variation-buttons .a-product-variation-button{max-width:200px;width:100%;}.o-product-description-image-hero__product-variation-buttons .a-product-variation-button+.a-product-variation-button{margin-top:16px;margin-left:0;}.o-product-description-image-hero__main-buttons{flex-direction:column;margin-top:30px;width:100%;}.o-product-description-image-hero .o-product-description-image-hero__logo-links-dropdown+.o-product-description-image-hero__buy-direct .cart{margin-bottom:0 !important;}.o-product-description-image-hero .o-product-description-image-hero__buy-direct+.o-product-description-image-hero__wishlist-trigger-button{margin-top:20px;margin-left:0;}.o-product-description-image-hero__product-variation-add-to-cart-buttons+.o-product-description-image-hero__wishlist-trigger-button{margin-top:20px;margin-left:0;}.o-product-description-image-hero .o-product-description-image-hero__logo-links-dropdown+.o-product-description-image-hero__buy-direct--hide+.o-product-description-image-hero__wishlist-trigger-button{margin-left:0 !important;}.o-product-description-image-hero__external-button+.o-product-description-image-hero__wishlist-trigger-button,.o-product-description-image-hero__modal-trigger .o-product-description-image-hero__buy-direct+.o-product-description-image-hero__wishlist-trigger-button,.o-product-description-image-hero__logo-links-dropdown+.o-product-description-image-hero__wishlist-trigger-button{margin-top:20px;margin-left:0;}}@media screen and (max-width: 600px){.o-product-description-image-hero--has-3d-image .o-product-description-image-hero__image-wrapper{height:250px;}.o-product-description-image-hero__container:after{width:100%;left:auto;right:-100px;}.o-product-description-image-hero__image-wrapper{padding:0;max-width:400px;}.o-product-description-image-hero__image{max-height:200px;}.o-product-description-image-hero__content{padding-top:30px;padding-bottom:30px;}.o-product-description-image-hero__kicker,.o-product-description-image-hero__description{font-size:1em;line-height:1.25em;}.o-product-description-image-hero__price{font-size:1.25em;line-height:1.2em;}.o-product-description-image-hero__product-variation-buttons{margin-top:20px;}.o-product-description-image-hero .a-button,.o-product-description-image-hero .a-input[type="submit"],.o-product-description-image-hero .o-product-cart input[type="submit"][type="number"],.o-product-cart .o-product-description-image-hero input[type="submit"][type="number"],.o-product-description-image-hero .o-product-cart input[type="submit"][type="text"],.o-product-cart .o-product-description-image-hero input[type="submit"][type="text"],.o-product-description-image-hero .m-logo-links-dropdown__button,.o-product-description-image-hero .m-product-review-form-block .form-submit input,.m-product-review-form-block .form-submit .o-product-description-image-hero input,.o-product-description-image-hero .button,.o-product-description-image-hero .o-account-dashboard .woocommerce-info a,.o-account-dashboard .woocommerce-info .o-product-description-image-hero a,.o-product-description-image-hero .o-account-dashboard .u-columns .title a,.o-account-dashboard .u-columns .title .o-product-description-image-hero a,.o-product-description-image-hero .o-cart-empty .return-to-shop .button,.o-cart-empty .return-to-shop .o-product-description-image-hero .button,.o-product-description-image-hero .o-woocommerce-order-details .order-again .button,.o-woocommerce-order-details .order-again .o-product-description-image-hero .button,.o-product-description-image-hero .m-gravity-form .gform_page_footer .button,.m-gravity-form .gform_page_footer .o-product-description-image-hero .button,.o-product-description-image-hero .m-gravity-form .gform_page_footer .a-button,.m-gravity-form .gform_page_footer .o-product-description-image-hero .a-button,.o-product-description-image-hero .woocommerce .woocommerce-notices-wrapper .woocommerce-message .button,.woocommerce .woocommerce-notices-wrapper .woocommerce-message .o-product-description-image-hero .button{max-width:200px;width:100%;display:flex;align-items:center;justify-content:center;text-align:center;}.o-product-description-image-hero__buy-direct{flex-direction:column;align-items:center;}.o-product-description-image-hero__buy-direct .a-button__text{margin-left:auto;margin-right:auto;}.o-product-description-image-hero .cart .quantity .quantity-text,.o-product-description-image-hero .cart .quantity input{font-size:14px;line-height:18px;}.o-product-description-image-hero .variations_form table.variations .label,.o-product-description-image-hero .variations_form table.variations select,.o-product-description-image-hero .variations_form table.variations .reset_variations{font-size:14px;line-height:18px;}.o-product-description-image-hero .variations_form .single_variation_wrap .woocommerce-variation-price{font-size:1em;line-height:1.25em;}.o-product-description-image-hero__upsell-items .m-product-thumbnail-card{padding:10px;}.o-product-description-image-hero__upsell-items .m-product-thumbnail-card__content{max-width:50%;}}@media screen and (max-width: 500px){.o-product-description-image-hero__container{padding:0 20px;}}.o-product-experience-ratings-block{position:relative;margin:120px 0 124px;overflow:hidden;}.o-product-experience-ratings-block__container{position:relative;max-width:1080px;z-index:2;padding-top:35px;padding-bottom:84px;}.o-product-experience-ratings-block__container:before,.o-product-experience-ratings-block__container:after{content:"";position:absolute;width:100%;transform:skew(-10deg);background:var(--bg--accent--gradient--fallback-color);}.o-product-experience-ratings-block__container:before{top:0;right:37%;height:78%;background:linear-gradient(45deg,#e7e7e7 0%,#f5f5f5 100%);}.o-product-experience-ratings-block__container:after{bottom:0;left:37%;height:71%;background:linear-gradient(135deg,#e7e7e7 0%,#f5f5f5 100%);}.o-product-experience-ratings-block__header{position:relative;display:flex;align-items:flex-end;justify-content:space-between;z-index:2;}.o-product-experience-ratings-block__label{font-size:1em;line-height:1.25em;font-family:montserrat-medium;letter-spacing:1px;color:var(--text--base-color);text-transform:uppercase;margin-right:20px;margin-bottom:20px;}.o-product-experience-ratings-block__heading{font-size:4.375em;line-height:1em;position:relative;right:-68px;bottom:-14px;max-width:545px;width:100%;color:var(--text--base-color);text-align:right;}.o-product-experience-ratings-block__product-experience-ratings{position:relative;z-index:2;}.o-product-experience-ratings-block__no-ratings-text{font-family:montserrat-medium;position:relative;z-index:2;}.o-product-experience-ratings-block__footer{position:relative;display:flex;flex-direction:column;margin-top:40px;z-index:2;}.o-product-experience-ratings-block__submission-success{font-family:montserrat-medium;font-size:1em;line-height:1.25em;color:var(--text--bold-color);display:block;margin-bottom:20px;}.o-product-experience-ratings-block__buttons{display:flex;align-items:center;justify-content:space-between;}.o-product-experience-ratings-block__text{font-family:montserrat-bold;font-size:1em;line-height:1.25em;color:var(--text--bold-color);letter-spacing:.5px;text-transform:uppercase;margin-left:40px;}.o-product-experience-ratings-block__link{color:var(--link--bold-color);text-decoration:underline;}.o-product-experience-ratings-block__link:hover{color:var(--link--hover-color);}.keyboard-in-use .o-product-experience-ratings-block__link:focus{outline:2px dashed var(--theme--focus-color) !important;outline-offset:5px;transition:none;}@media screen and (max-width: 1200px){.o-product-experience-ratings-block__heading{font-size:3.75em;line-height:1em;right:0;bottom:-8px;}}@media screen and (max-width: 1024px){.o-product-experience-ratings-block__heading{font-size:3.125em;line-height:1em;}}@media screen and (max-width: 950px){.o-product-experience-ratings-block{margin:70px 0;}.o-product-experience-ratings-block__container{padding-bottom:50px;}.o-product-experience-ratings-block__header{flex-direction:column-reverse;}.o-product-experience-ratings-block__heading{margin:0 auto 30px;text-align:center;}.o-product-experience-ratings-block__label{margin-left:auto;margin-right:auto;text-align:center;}.o-product-experience-ratings-block__no-ratings-text{margin-left:auto;margin-right:auto;text-align:center;}.o-product-experience-ratings-block__footer{align-items:center;justify-content:center;}.o-product-experience-ratings-block__buttons{align-items:center;justify-content:center;}}@media screen and (max-width: 768px){.o-product-experience-ratings-block__heading{font-size:2.5em;line-height:1em;}.o-product-experience-ratings-block__modal .m-product-experience-review-form-block{max-height:90vh;overflow:scroll;}}@media screen and (max-width: 600px){.o-product-experience-ratings-block{margin:50px 0;}.o-product-experience-ratings-block__heading{font-size:2em;line-height:1.125em;}.o-product-experience-ratings-block__buttons{flex-direction:column;align-items:center;justify-content:center;}.o-product-experience-ratings-block__text{font-size:.875em;line-height:1.28571em;margin-top:20px;margin-left:0;}}.o-product-gallery-description-block{margin:150px 0 120px;}.o-product-gallery-description-block__container{max-width:1400px;}.o-product-gallery-description-block__block{margin-left:auto;margin-right:auto;position:relative;box-sizing:border-box;padding:0 60px 60px;}.o-product-gallery-description-block__block:before{content:"";position:absolute;bottom:0;left:0;width:100%;height:calc(100% - 60px);background:var(--bg--accent--gradient--fallback-color);background:var(--bg--accent--gradient-color);}.o-product-gallery-description-block__block:after{content:url("https://cdn-ikpfjol.nitrocdn.com/sFJFvEmonhoQYtgfpLbAzAWEPnNuaFLe/assets/images/optimized/rev-fafaa5e/dartzoneblasters.com/wp-content/themes/dart-zone-platform/assets/images/graphics/gray-columns-graphic-small.svg");position:absolute;bottom:0;left:0;}.o-product-gallery-description-block__gallery{position:relative;display:flex;justify-content:center;margin-bottom:60px;}.o-product-gallery-description-block__image{max-width:384px;width:100%;height:384px;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;}.o-product-gallery-description-block__image+.o-product-gallery-description-block__image{margin-left:24px;}.o-product-gallery-description-block__main{position:relative;display:flex;align-items:flex-start;justify-content:space-between;z-index:2;}.o-product-gallery-description-block__text{max-width:486px;width:100%;margin-right:40px;}.o-product-gallery-description-block__text p{font-size:1.375em;line-height:1.45455em;font-family:montserrat-medium;color:var(--text--bold-color);}.o-product-gallery-description-block__text p+p{margin-top:12px;}.o-product-gallery-description-block__wysiwyg{max-width:588px;width:100%;}.o-product-gallery-description-block__wysiwyg p{font-family:montserrat-medium;font-size:1.125em;line-height:1.38889em;color:var(--text--base-color);}.o-product-gallery-description-block__wysiwyg p+p{margin-top:12px;}@media screen and (max-width: 600px){.o-product-gallery-description-block__wysiwyg p{font-size:1em;line-height:1.25em;}}.o-product-gallery-description-block__wysiwyg ol li{font-size:1.125em;line-height:1.44444em;}.o-product-gallery-description-block__wysiwyg ol li:before{font-size:18px;line-height:26px;}@media screen and (max-width: 600px){.o-product-gallery-description-block__wysiwyg ol li{font-size:1em;line-height:1.25em;padding-left:20px;}.o-product-gallery-description-block__wysiwyg ol li:before{left:0;font-size:16px;line-height:20px;}}.o-product-gallery-description-block__wysiwyg ul{display:flex;flex-direction:column;align-items:flex-start;}.o-product-gallery-description-block__wysiwyg ul li{font-family:montserrat-medium;font-size:1.125em;line-height:1.44444em;color:var(--text--base-color);position:relative;padding-left:30px;box-sizing:border-box;list-style-type:none;width:100%;}.o-product-gallery-description-block__wysiwyg ul li.m-wysiwyg__icon-list-item{position:relative;display:flex;align-items:flex-start;width:100%;}.o-product-gallery-description-block__wysiwyg ul li.m-wysiwyg__icon-list-item svg{position:absolute;left:0;top:8px;}.o-product-gallery-description-block__wysiwyg ul li.m-wysiwyg__icon-list-item br,.o-product-gallery-description-block__wysiwyg ul li.m-wysiwyg__icon-list-item:before{display:none;}.o-product-gallery-description-block__wysiwyg ul li.m-wysiwyg__image-list-item{padding-left:30px;width:100%;}.o-product-gallery-description-block__wysiwyg ul li.m-wysiwyg__image-list-item br,.o-product-gallery-description-block__wysiwyg ul li.m-wysiwyg__image-list-item:before{display:none;}.o-product-gallery-description-block__wysiwyg ul li:before{content:"";position:absolute;top:12px;left:0;width:15px;height:2px;background-color:var(--theme--primary-color);}.o-product-gallery-description-block__wysiwyg ul li+li{margin-top:15px;}@media screen and (max-width: 600px){.o-product-gallery-description-block__wysiwyg ul li{font-size:1em;line-height:1.25em;padding-left:20px;}.o-product-gallery-description-block__wysiwyg ul li:before{left:0;width:10px;}.o-product-gallery-description-block__wysiwyg ul li.m-wysiwyg__icon-list-item svg{top:4px;}.o-product-gallery-description-block__wysiwyg ul li.m-wysiwyg__image-list-item{padding-left:0;width:80%;}}@media screen and (max-width: 950px){.o-product-gallery-description-block{margin:70px 0;}.o-product-gallery-description-block__block{padding:40px;overflow:hidden;}.o-product-gallery-description-block__block:before{height:calc(100% - 100px);}.o-product-gallery-description-block__block:after{bottom:-60px;}.o-product-gallery-description-block__gallery{max-width:200px;margin:0 auto 40px;flex-direction:column;}.o-product-gallery-description-block__image{max-width:unset;height:200px;}.o-product-gallery-description-block__image+.o-product-gallery-description-block__image{margin-top:20px;margin-left:0;}.o-product-gallery-description-block__main{flex-direction:column;}.o-product-gallery-description-block__text{margin-right:0;margin-bottom:20px;}.o-product-gallery-description-block__text,.o-product-gallery-description-block__wysiwyg{max-width:unset;width:100%;}}@media screen and (max-width: 768px){.o-product-gallery-description-block__text p{font-size:1.125em;line-height:1.22222em;}}@media screen and (max-width: 600px){.o-product-gallery-description-block{margin:50px 0;}.o-product-gallery-description-block__block{padding:40px 30px;}.o-product-gallery-description-block__text p{font-size:1em;line-height:1.25em;}}@media screen and (max-width: 500px){.o-product-gallery-description-block__wysiwyg ul,.o-product-gallery-description-block__wysiwyg ol{padding-left:0;}}.o-product-gallery-hero{position:relative;padding-top:100px;display:flex;min-height:800px;box-sizing:border-box;z-index:10;}.o-product-gallery-hero--hide-quantity .quantity{display:none !important;}.o-product-gallery-hero--hide-quantity .single_add_to_cart_button{margin-left:0 !important;}.o-product-gallery-hero--is-preorder .cart .screen-reader-text{position:absolute !important;width:1px !important;height:1px !important;overflow:hidden !important;color:rgba(255,255,255,0) !important;pointer-events:none !important;}.o-product-gallery-hero--has-buy-direct-single-button.o-product-gallery-hero--hide-quantity .o-product-gallery-hero__buy-direct{max-width:178px;}.o-product-gallery-hero--has-3d-image .o-product-gallery-hero__content{position:relative;z-index:5;}.o-product-gallery-hero--has-3d-image .o-product-gallery-hero__image-wrapper{position:absolute;right:0;height:100%;max-width:900px;}.o-product-gallery-hero__container{position:relative;display:flex;justify-content:space-between;align-items:center;align-items:flex-start;z-index:1;}.o-product-gallery-hero__container:before{content:"";display:none;position:absolute;left:0;right:0;top:0;bottom:0;border:8px solid #f3f3f3;border-radius:50%;border-top:8px solid var(--theme--primary-color);width:50px;height:50px;text-align:center;margin:auto;animation:spin 2s linear infinite;z-index:11;}.o-product-gallery-hero__container:after{content:"";display:none;position:absolute;left:0;right:0;top:0;bottom:0;width:100%;height:100%;background-color:var(--color--gray-300);opacity:.5;z-index:10;}.o-product-gallery-hero__container.ajax-loading:after,.o-product-gallery-hero__container.ajax-loading:before{display:block;}.o-product-gallery-hero__content-wrapper{max-width:550px;width:100%;height:100%;}.o-product-gallery-hero__content{display:flex;flex-direction:column;align-items:flex-start;max-width:550px;width:100%;padding-top:40px;padding-bottom:40px;box-sizing:border-box;z-index:2;position:sticky;top:125px;align-self:flex-start;}.o-product-gallery-hero__best-seller{font-family:montserrat-semibold;font-size:.875em;line-height:1.28571em;text-transform:uppercase;display:flex;align-items:center;letter-spacing:1px;color:var(--theme--primary-color);margin-bottom:10px;}.o-product-gallery-hero__best-seller svg{width:20px;margin-right:5px;}.o-product-gallery-hero__best-seller svg path{fill:var(--theme--primary-color);}.o-product-gallery-hero__kicker{font-family:montserrat-semibold;font-size:1.375em;line-height:1.36364em;text-transform:uppercase;letter-spacing:1px;color:var(--text--base-color);margin-bottom:10px;}.o-product-gallery-hero__heading{color:var(--title--base-color);text-transform:none;}.o-product-gallery-hero__description{font-size:1.375em;line-height:1.36364em;font-family:montserrat-semibold;margin-top:10px;color:var(--text--base-color);text-transform:uppercase;letter-spacing:1px;}.o-product-gallery-hero__price-wrapper{display:flex;align-items:center;margin-top:14px;}.o-product-gallery-hero__price{font-family:montserrat-bold;font-size:2.125em;line-height:1.29412em;color:var(--text--bold-color);}.o-product-gallery-hero__price--strikethrough{opacity:.5;text-decoration:line-through;}.o-product-gallery-hero__price--sale-price{margin-left:10px;color:var(--text--alternate-color);}.o-product-gallery-hero__text-callout{font-family:montserrat-bold;text-transform:uppercase;color:var(--color--primary);margin-top:10px;}.o-product-gallery-hero__stock-status{font-family:montserrat-bold;font-size:.875em;line-height:1.28571em;letter-spacing:.5px;color:var(--text--base-color);border:2px solid var(--text--base-color);background-color:var(--color--white);padding:16px 20px;text-transform:uppercase;margin-right:20px;box-sizing:border-box;height:52px;display:flex;align-items:center;justify-content:center;text-align:center;}.o-product-gallery-hero__main-buttons{display:flex;flex-wrap:wrap;align-items:center;margin-top:10px;width:100%;}.o-product-gallery-hero__secondary-buttons{display:flex;align-items:center;width:100%;margin-top:10px;}.o-product-gallery-hero__wishlist-trigger-button+.o-product-gallery-hero__collection-trigger-button{margin-left:10px;}.o-product-gallery-hero__product-variation-buttons{flex-basis:100%;margin-bottom:10px;}.o-product-gallery-hero__external-button{text-align:center;display:flex;align-items:center;justify-content:center;}.o-product-gallery-hero__logo-links-dropdown+.o-product-gallery-hero__buy-direct .cart{margin:10px 0;}.o-product-gallery-hero__buy-direct{display:flex;flex-direction:column;width:100%;}.o-product-gallery-hero__buy-direct .stock{font-family:montserrat-medium;font-size:.875em;line-height:1.28571em;letter-spacing:.5px;color:var(--text--base-color);margin-bottom:20px;text-transform:uppercase;display:none;}.o-product-gallery-hero__buy-direct .cart #wc-stripe-payment-request-button-separator,.o-product-gallery-hero__buy-direct .cart #wc-stripe-payment-request-wrapper{display:none !important;}.o-product-gallery-hero__buy-direct .variations tbody tr{display:flex;flex-direction:column-reverse;}.o-product-gallery-hero__buy-direct .variations tbody tr th{margin-top:10px;margin-right:0;}.o-product-gallery-hero__buy-direct .variations tbody tr td select{max-width:unset !important;}.o-product-gallery-hero__buy-direct.o-product-gallery-hero__buy-direct--hide{display:none;}.o-product-gallery-hero__dropdown-item{display:none;}.o-product-gallery-hero__dropdown-item--active{display:block;}.o-product-gallery-hero__dropdown-item--text{font-family:montserrat-semibold;color:var(--text--base-color);}.o-product-gallery-hero__small-angle-button{margin-top:12px;}.o-product-gallery-hero .o-product-gallery-hero__variation-image-wrapper{display:none;}.o-product-gallery-hero .o-product-gallery-hero__variation-image-wrapper.o-product-gallery-hero__variation-image-wrapper--active{display:flex;}.o-product-gallery-hero__product-gallery-slider{position:relative;z-index:3;margin-left:40px;}.o-product-gallery-hero__gallery{top:0;z-index:3;margin-left:40px;display:grid;grid-template-columns:1fr 1fr;gap:16px;grid-auto-rows:auto;grid-auto-flow:dense;max-width:450px;}.o-product-gallery-hero__gallery-slider-mobile{display:none;}.o-product-gallery-hero__gallery-item{position:relative;display:flex;align-items:center;justify-content:center;background-color:var(--bg--base-color);padding:20px;box-sizing:border-box;}.o-product-gallery-hero__gallery-item:first-of-type{grid-column:1/span 2;}.o-product-gallery-hero__gallery-item.zoomed{cursor:zoom-in;}.o-product-gallery-hero__gallery-item.zoomed .o-product-gallery-hero__gallery-image-zoom{z-index:3;opacity:1;}.o-product-gallery-hero__gallery-image{position:relative;width:100%;height:100%;-o-object-fit:contain;object-fit:contain;display:block;z-index:2;cursor:zoom-in;}.o-product-gallery-hero__gallery-image-zoom{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;z-index:-1;}.o-product-gallery-hero__image-wrapper{position:relative;display:flex;align-items:center;justify-content:center;margin-left:auto;max-width:750px;width:100%;z-index:2;}.o-product-gallery-hero__image{max-height:745px;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center;width:100%;}.o-product-gallery-hero__product-variation-buttons{margin-top:10px;}.o-product-gallery-hero__product-variation-button+.o-product-gallery-hero__product-variation-button{margin-left:22px;}.o-product-gallery-hero .cart{display:flex;align-items:center;}.o-product-gallery-hero .cart .screen-reader-text{position:absolute !important;width:1px !important;height:1px !important;overflow:hidden !important;color:rgba(255,255,255,0) !important;pointer-events:none !important;}.o-product-gallery-hero .cart .quantity{display:flex;align-items:center;max-width:150px;width:100%;margin-right:auto;}.o-product-gallery-hero .cart .quantity .quantity-text{font-size:1em;line-height:1.25em;font-family:montserrat-medium;color:var(--text--bold-color);text-transform:uppercase;margin-right:10px;display:block;}.o-product-gallery-hero .cart .quantity input{font-family:montserrat-medium;font-size:1em;line-height:1.25em;padding:10px;color:var(--text--bold-color);width:100%;text-align:center;box-sizing:border-box;box-shadow:0 0 5px rgba(0,0,0,.2);border-radius:34px;max-width:74px;}.o-product-gallery-hero .variations_form{display:flex;flex-direction:column;align-items:flex-start;width:100%;}.o-product-gallery-hero .variations_form table.variations{margin-bottom:10px;}.o-product-gallery-hero .variations_form table.variations th+td{margin-top:10px;}.o-product-gallery-hero .variations_form table.variations tr+tr{border-top:2px solid var(--border--base-color);padding-top:10px;}.o-product-gallery-hero .variations_form table.variations a.reset_variations{display:none;}.o-product-gallery-hero .variations_form table.variations .label{font-size:.875em;line-height:1.28571em;font-family:montserrat-medium;color:var(--text--bold-color);text-transform:uppercase;margin-right:20px;text-align:left;display:block;}.o-product-gallery-hero .variations_form table.variations .value{width:180px;}.o-product-gallery-hero .variations_form table.variations select{font-family:montserrat-medium;font-size:.875em;line-height:1.28571em;width:100%;max-width:200px;text-align:center;padding:10px;color:var(--text--bold-color);background-color:var(--bg--base-color);box-sizing:border-box;box-shadow:0 0 5px rgba(0,0,0,.2);border-radius:34px;-moz-appearance:none;appearance:none;-webkit-appearance:none;}.o-product-gallery-hero .variations_form table.variations .reset_variations{font-family:montserrat-medium;transition:all .15s ease-in-out;color:var(--link--bold-color);text-align:center;margin-top:10px;display:block;}.o-product-gallery-hero .variations_form table.variations .reset_variations:hover{color:var(--link--hover-color);}.o-product-gallery-hero .variations_form .single_variation_wrap{display:flex;flex-direction:column;align-items:flex-start;width:100%;}.o-product-gallery-hero .variations_form .single_variation_wrap .woocommerce-variation{width:100%;}.o-product-gallery-hero .variations_form .single_variation_wrap .woocommerce-variation-price{font-size:2.125em;line-height:1.29412em;font-family:montserrat-bold;color:var(--text--bold-color);text-align:left;margin:20px 0;}.o-product-gallery-hero .variations_form .single_variation_wrap .woocommerce-variation-add-to-cart{display:flex;flex-direction:column;align-items:center;}.o-product-gallery-hero .variations_form .single_variation_wrap .woocommerce-variation-add-to-cart .button{margin-top:20px;margin-left:0;}.o-product-gallery-hero .button{margin-left:30px;}.o-product-gallery-hero .button:after{display:none !important;}.o-product-gallery-hero .button.disabled{opacity:.7;cursor:default;}.o-product-gallery-hero .button.disabled:hover{background-color:var(--button--background-color);}.o-product-gallery-hero__small-dropdown{margin-top:10px;margin-left:-10px;}.o-product-gallery-hero__small-dropdown .m-small-dropdown__button{color:#404041;}.o-product-gallery-hero__small-dropdown .m-small-dropdown__content{box-shadow:0 0 5px rgba(0,0,0,.2);}.o-product-gallery-hero__small-dropdown.m-small-dropdown--open:after{content:"";background-color:var(--color--white);position:absolute;width:100%;height:2px;bottom:0;left:0;}.o-product-gallery-hero__upsell-items{margin-top:50px;max-width:384px;width:100%;}.o-product-gallery-hero__upsell-items .m-product-thumbnail-cards__list .slick-track{align-items:flex-start !important;}.o-product-gallery-hero__upsell-items .m-product-thumbnail-cards__item{padding:0 5px;}.o-product-gallery-hero__upsell-items .m-product-thumbnail-card{padding:28px;flex-direction:row-reverse;justify-content:space-between;}.o-product-gallery-hero__upsell-items .m-product-thumbnail-card__content{align-items:flex-start;margin-right:10px;}.o-product-gallery-hero__upsell-items .m-product-thumbnail-card__label-wrapper{display:none;}.o-product-gallery-hero__upsell-items .m-product-thumbnail-card__flag{top:0;font-size:12px;line-height:14px;}.o-product-gallery-hero__upsell-items .m-product-thumbnail-card__marketing-notice{font-size:12px;line-height:14px;text-align:left;}.o-product-gallery-hero__upsell-items .m-product-thumbnail-card__heading-link{font-size:14px;line-height:18px;text-align:left;padding:0;}.o-product-gallery-hero__upsell-items .m-product-thumbnail-card__image-link{height:auto;max-width:112px;margin-bottom:0;}.o-product-gallery-hero__upsell-items .m-product-thumbnail-card__price,.o-product-gallery-hero__upsell-items .m-product-thumbnail-card__swatches,.o-product-gallery-hero__upsell-items .m-product-thumbnail-card__marketing-notice{margin-right:auto;margin-left:0;}.o-product-gallery-hero__upsell-items .m-product-thumbnail-card__swatch-button,.o-product-gallery-hero__upsell-items .m-product-thumbnail-card__button{width:auto;}.o-product-gallery-hero__upsell-items .m-product-thumbnail-card__swatch-buttons{justify-content:flex-start;}@media screen and (max-width: 1300px){.o-product-gallery-hero--has-3d-image .o-product-gallery-hero__3d-image{display:flex;align-items:center;justify-content:flex-end;}.o-product-gallery-hero--has-3d-image .o-product-gallery-hero__3d-image .a-sketchfab-iframe__fallback-image-wrapper{top:10%;right:0;left:auto;width:70%;height:70%;}.o-product-gallery-hero--has-3d-image .o-product-gallery-hero__3d-image .a-sketchfab-iframe__iframe{width:85%;height:85%;right:10%;}.o-product-gallery-hero__image-wrapper{max-width:600px;}}@media screen and (max-width: 1200px){.o-product-gallery-hero__content{margin-right:40px;}.o-product-gallery-hero__image-wrapper{max-width:500px;margin-left:auto;}}@media screen and (max-width: 1100px){.o-product-gallery-hero--has-3d-image .o-product-gallery-hero__3d-image .a-sketchfab-iframe__iframe{width:70%;height:70%;right:10%;}}@media screen and (max-width: 1024px){.o-product-gallery-hero{padding-top:160px;min-height:unset;overflow:visible;}.o-product-gallery-hero__container{flex-direction:column-reverse;padding-bottom:60px;}.o-product-gallery-hero__container:after{right:100px;left:auto;}.o-product-gallery-hero__variation-image-wrapper{margin-left:auto;margin-right:auto;width:100%;}.o-product-gallery-hero__kicker,.o-product-gallery-hero__description{font-size:1.125em;line-height:1.22222em;}.o-product-gallery-hero__heading{text-align:center;}.o-product-gallery-hero__price{font-size:1.75em;line-height:1.14286em;}.o-product-gallery-hero__product-gallery-slider,.o-product-gallery-hero__image-wrapper{margin-left:auto;margin-right:auto;}.o-product-gallery-hero__secondary-buttons{justify-content:center;}.o-product-gallery-hero__gallery{display:none;}.o-product-gallery-hero__gallery-slider-mobile{margin-left:auto;margin-right:auto;position:relative;display:flex;z-index:2;}.o-product-gallery-hero__gallery-slider-mobile .a-image{width:100%;padding:30px;box-sizing:border-box;}.o-product-gallery-hero .woocommerce-variation-price,.o-product-gallery-hero .woocommerce-variation{text-align:center !important;}.o-product-gallery-hero .quantity{margin-left:auto;margin-right:auto;display:flex;flex-direction:column;align-items:center;justify-content:center;}.o-product-gallery-hero .quantity-text{margin:20px auto !important;}.o-product-gallery-hero--has-buy-direct-single-button .button{margin-left:0 !important;}.o-product-gallery-hero--has-buy-direct-single-button.o-product-gallery-hero--hide-quantity .o-product-gallery-hero__buy-direct{max-width:178px;}.o-product-gallery-hero--has-3d-image .o-product-gallery-hero__image-wrapper{position:relative;max-width:500px;height:350px;}.o-product-gallery-hero--has-3d-image .o-product-gallery-hero__3d-image .a-sketchfab-iframe__fallback-image-wrapper{top:0;right:0;left:0;width:100%;height:100%;}.o-product-gallery-hero--has-3d-image .o-product-gallery-hero__3d-image .a-sketchfab-iframe__iframe{height:100%;width:100%;}.o-product-gallery-hero__image-wrapper{margin-left:auto;margin-right:auto;position:relative;max-width:500px;padding:0 40px;box-sizing:border-box;}.o-product-gallery-hero__content-wrapper{margin:0 auto;}.o-product-gallery-hero__content{align-items:center;text-align:center;justify-content:center;padding-top:40px;padding-bottom:40px;margin-right:0;max-width:100%;}.o-product-gallery-hero__product-variation-buttons{display:flex;align-items:center;justify-content:center;margin-bottom:10px;}.o-product-gallery-hero__modal-trigger{display:flex;align-items:center;justify-content:center;}.o-product-gallery-hero__main-buttons{display:flex;align-items:center;justify-content:center;margin-top:30px;width:100%;}.o-product-gallery-hero__logo-links-dropdown+.o-product-gallery-hero__buy-direct .button{margin-left:0;}.o-product-gallery-hero__buy-direct{align-items:center;justify-content:center;}.o-product-gallery-hero__buy-direct .cart{display:flex;flex-direction:column;align-items:center;}.o-product-gallery-hero__buy-direct .quantity{margin-left:auto;margin-right:auto;display:flex;flex-direction:column-reverse;}.o-product-gallery-hero__buy-direct .quantity .quantity-text{margin-top:10px;}.o-product-gallery-hero .variations_form{align-items:center;}.o-product-gallery-hero .variations_form .single_variation_wrap{align-items:center;}.o-product-gallery-hero .variations{justify-content:center;display:flex;}}@media screen and (max-width: 768px){.o-product-gallery-hero__price{font-size:1.5em;line-height:1.16667em;}.o-product-gallery-hero__content{text-align:center !important;}.o-product-gallery-hero__product-variation-buttons{flex-direction:column;max-width:200px;width:100%;flex-basis:unset;}.o-product-gallery-hero__product-variation-buttons .a-product-variation-button{max-width:200px;width:100%;}.o-product-gallery-hero__product-variation-buttons .a-product-variation-button+.a-product-variation-button{margin-top:16px;margin-left:0;}.o-product-gallery-hero__main-buttons{flex-direction:column;margin-top:30px;width:100%;}.o-product-gallery-hero .o-product-gallery-hero__logo-links-dropdown+.o-product-gallery-hero__buy-direct .cart{margin-bottom:0 !important;}.o-product-gallery-hero__stock-status{margin-right:0;margin-bottom:20px;}.o-product-gallery-hero__product-gallery-slider{width:calc(100% - 60px);}}@media screen and (max-width: 600px){.o-product-gallery-hero{background-color:var(--bg--accent-color);padding-top:100px;}.o-product-gallery-hero--has-3d-image .o-product-gallery-hero__image-wrapper{height:250px;}.o-product-gallery-hero__container:after{width:100%;left:auto;right:-100px;display:none;}.o-product-gallery-hero__image-wrapper{padding:0;max-width:400px;}.o-product-gallery-hero__image{max-height:200px;}.o-product-gallery-hero__content{padding-top:20px;padding-bottom:0;}.o-product-gallery-hero__kicker,.o-product-gallery-hero__description{font-size:1em;line-height:1.25em;}.o-product-gallery-hero__price{font-size:1.25em;line-height:1.2em;}.o-product-gallery-hero__product-variation-buttons,.o-product-gallery-hero__main-buttons,.o-product-gallery-hero__secondary-buttons,.o-product-gallery-hero__text-callout,.o-product-gallery-hero__price-wrapper,.o-product-gallery-hero__small-angle-button{margin-top:10px;}.o-product-gallery-hero .a-button,.o-product-gallery-hero .a-input[type="submit"],.o-product-gallery-hero .o-product-cart input[type="submit"][type="number"],.o-product-cart .o-product-gallery-hero input[type="submit"][type="number"],.o-product-gallery-hero .o-product-cart input[type="submit"][type="text"],.o-product-cart .o-product-gallery-hero input[type="submit"][type="text"],.o-product-gallery-hero .m-logo-links-dropdown__button,.o-product-gallery-hero .m-product-review-form-block .form-submit input,.m-product-review-form-block .form-submit .o-product-gallery-hero input,.o-product-gallery-hero .button,.o-product-gallery-hero .o-account-dashboard .woocommerce-info a,.o-account-dashboard .woocommerce-info .o-product-gallery-hero a,.o-product-gallery-hero .o-account-dashboard .u-columns .title a,.o-account-dashboard .u-columns .title .o-product-gallery-hero a,.o-product-gallery-hero .o-cart-empty .return-to-shop .button,.o-cart-empty .return-to-shop .o-product-gallery-hero .button,.o-product-gallery-hero .o-woocommerce-order-details .order-again .button,.o-woocommerce-order-details .order-again .o-product-gallery-hero .button,.o-product-gallery-hero .m-gravity-form .gform_page_footer .button,.m-gravity-form .gform_page_footer .o-product-gallery-hero .button,.o-product-gallery-hero .m-gravity-form .gform_page_footer .a-button,.m-gravity-form .gform_page_footer .o-product-gallery-hero .a-button,.o-product-gallery-hero .woocommerce .woocommerce-notices-wrapper .woocommerce-message .button,.woocommerce .woocommerce-notices-wrapper .woocommerce-message .o-product-gallery-hero .button{max-width:200px;width:100%;display:flex;align-items:center;justify-content:center;text-align:center;}.o-product-gallery-hero__buy-direct{flex-direction:column;align-items:center;}.o-product-gallery-hero__buy-direct .a-button__text{margin-left:auto;margin-right:auto;}.o-product-gallery-hero .cart .quantity .quantity-text,.o-product-gallery-hero .cart .quantity input{font-size:14px;line-height:18px;}.o-product-gallery-hero .variations_form table.variations .label,.o-product-gallery-hero .variations_form table.variations select,.o-product-gallery-hero .variations_form table.variations .reset_variations{font-size:14px;line-height:18px;}.o-product-gallery-hero .variations_form .single_variation_wrap .woocommerce-variation-price{font-size:1em;line-height:1.25em;}.o-product-gallery-hero__upsell-items{margin-top:10px;}.o-product-gallery-hero__gallery-slider-mobile .a-image{padding:0;}.o-product-gallery-hero__upsell-items .m-product-thumbnail-card{padding:10px;}.o-product-gallery-hero__upsell-items .m-product-thumbnail-card__content{max-width:50%;}}@media screen and (max-width: 500px){.o-product-gallery-hero__container{padding:0 20px;}}@media screen and (max-width: 400px){.o-product-gallery-hero__product-gallery-slider{width:calc(100% - 20px);}}.o-product-image-accessory-tooltips{margin:80px 0 120px;}.o-product-image-accessory-tooltips__heading{font-size:4.375em;line-height:1em;color:var(--text--base-color);max-width:545px;width:100%;text-align:left;margin-bottom:20px;}@media screen and (max-width: 1200px){.o-product-image-accessory-tooltips__heading{font-size:3.75em;line-height:1em;margin-bottom:-8px;}}@media screen and (max-width: 1024px){.o-product-image-accessory-tooltips__heading{font-size:3.125em;line-height:1em;}}@media screen and (max-width: 950px){.o-product-image-accessory-tooltips{margin:70px 0;}.o-product-image-accessory-tooltips__heading{margin:0 auto 20px;text-align:center;}.o-product-image-accessory-tooltips__image-tooltips-module{padding-bottom:10px;}}@media screen and (max-width: 768px){.o-product-image-accessory-tooltips__heading{font-size:2.5em;line-height:1em;}}@media screen and (max-width: 600px){.o-product-image-accessory-tooltips{margin:50px 0;}.o-product-image-accessory-tooltips__heading{font-size:2em;line-height:1.125em;}}@media screen and (max-width: 500px){.o-product-image-accessory-tooltips__container{padding:0 10px;}.o-product-image-accessory-tooltips__heading{padding:0 20px;box-sizing:border-box;}}.o-product-image-links-hero{display:flex;align-items:stretch;position:relative;min-height:575px;overflow:hidden;padding-top:100px;box-sizing:border-box;}.o-product-image-links-hero--blaster .o-product-image-links-hero__list:first-of-type{margin-left:-150px;}.o-product-image-links-hero--dart .o-product-image-links-hero__products{padding-top:40px;margin-left:-40px;}.o-product-image-links-hero--dart .o-product-image-links-hero__list:nth-of-type(2),.o-product-image-links-hero--dart .o-product-image-links-hero__list:nth-of-type(4){margin-left:80px;}.o-product-image-links-hero--dart .o-product-image-links-hero__list:nth-of-type(2) .m-product-image-link__image,.o-product-image-links-hero--dart .o-product-image-links-hero__list:nth-of-type(4) .m-product-image-link__image{transform:rotate(180deg);}.o-product-image-links-hero--dart .o-product-image-links-hero__list:nth-of-type(3){margin-left:200px;}.o-product-image-links-hero--dart .o-product-image-links-hero__list+.o-product-image-links-hero__list{margin-top:24px;}.o-product-image-links-hero--dart .o-product-image-links-hero__product-image-link{height:68px;min-height:unset;}.o-product-image-links-hero:after{content:"";position:absolute;bottom:0;left:40%;width:80%;height:calc(100% + 100px);background:#f5f5f5;background:linear-gradient(225deg,#f5f5f5 0%,#e7e7e7 100%);transform:skew(-10deg);}.o-product-image-links-hero__container{position:relative;display:flex;align-items:center;justify-content:space-between;padding-bottom:80px;z-index:2;}.o-product-image-links-hero__content{margin-top:60px;position:relative;display:flex;align-items:center;justify-content:flex-start;max-width:630px;width:100%;min-height:370px;padding-right:40px;box-sizing:border-box;}.o-product-image-links-hero__content:before{content:"";background-image:url("https://cdn-ikpfjol.nitrocdn.com/sFJFvEmonhoQYtgfpLbAzAWEPnNuaFLe/assets/images/optimized/rev-fafaa5e/dartzoneblasters.com/wp-content/themes/dart-zone-platform/assets/images/background-elements/charcoal-trapezoid.svg");background-position:right center;background-repeat:no-repeat;position:absolute;top:0;right:0;height:100%;width:140%;}.o-product-image-links-hero__heading{font-size:5em;line-height:.875em;position:relative;color:var(--color--white);z-index:2;}.o-product-image-links-hero__products{display:flex;position:absolute;left:40%;flex-direction:column;align-items:flex-start;}.o-product-image-links-hero__list{display:flex;width:1135px;}.o-product-image-links-hero__list+.o-product-image-links-hero__list{margin-top:40px;}.o-product-image-links-hero__product-image-link+.o-product-image-links-hero__product-image-link{margin-left:30px;}.o-product-image-links-hero__product-image-link{min-height:184px;}@media screen and (max-width: 1200px){.o-product-image-links-hero__heading{font-size:3.75em;line-height:1em;}}@media screen and (max-width: 1024px){.o-product-image-links-hero__heading{font-size:3.125em;line-height:1em;}}@media screen and (max-width: 768px){.o-product-image-links-hero__heading{font-size:2.5em;line-height:1em;}}@media screen and (max-width: 600px){.o-product-image-links-hero{min-height:unset;padding-top:80px;}.o-product-image-links-hero--blaster .o-product-image-links-hero__list:first-of-type{display:none;}.o-product-image-links-hero--blaster .o-product-image-links-hero__list{justify-content:flex-end;}.o-product-image-links-hero--blaster .o-product-image-links-hero__list:last-of-type .o-product-image-links-hero__product-image-link{display:none;}.o-product-image-links-hero--blaster .o-product-image-links-hero__list:last-of-type .o-product-image-links-hero__product-image-link:first-of-type,.o-product-image-links-hero--blaster .o-product-image-links-hero__list:last-of-type .o-product-image-links-hero__product-image-link:nth-of-type(2){display:flex;}.o-product-image-links-hero--dart .o-product-image-links-hero__list{display:none;}.o-product-image-links-hero--dart .o-product-image-links-hero__list:first-of-type{display:flex;}.o-product-image-links-hero__container{padding-top:50px;padding-bottom:50px;flex-direction:column;}.o-product-image-links-hero__content{margin-top:0;min-height:unset;padding:30px 30px 30px 0;}.o-product-image-links-hero__heading{font-size:2em;line-height:1.125em;}.o-product-image-links-hero__products{position:relative;left:auto;flex-direction:row;width:100%;box-sizing:border-box;}.o-product-image-links-hero__product-image-link{min-height:unset;}}.o-product-specs-comparison{margin:120px 0;}.o-product-specs-comparison--hide-quantity .quantity{display:none !important;}.o-product-specs-comparison--hide-quantity .single_add_to_cart_button{margin-top:20px !important;margin-left:0 !important;}.o-product-specs-comparison__container{display:flex;flex-direction:column;align-items:center;justify-content:center;}.o-product-specs-comparison__heading{font-size:4.375em;line-height:1em;text-align:center;}.o-product-specs-comparison__form{position:relative;display:flex;align-items:center;justify-content:space-between;max-width:588px;width:100%;margin:30px auto 0;z-index:3;}.o-product-specs-comparison__select{max-width:416px;width:100%;z-index:5;}.o-product-specs-comparison__select.a-select--unset+.o-product-specs-comparison__button{cursor:default;opacity:.5;}.o-product-specs-comparison__select.a-select--unset+.o-product-specs-comparison__button:hover{background-color:var(--button--background-color);}.o-product-specs-comparison__select.a-select--unset+.o-product-specs-comparison__button:hover:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;height:126%;transition:all .15s ease-in-out;transform:scale(1.1) rotate(20deg);background-size:64% 125%;opacity:0;}.o-product-specs-comparison__comparison-products{display:flex;align-items:flex-end;justify-content:space-between;width:50%;margin-top:40px;margin-left:auto;padding-right:100px;}.o-product-specs-comparison__product-thumbnail-item{display:flex;flex-direction:column;align-items:center;max-width:328px;width:100%;}.o-product-specs-comparison__product-thumbnail-item+.o-product-specs-comparison__product-thumbnail-item{margin-left:30px;}.o-product-specs-comparison__product-thumbnail-image{max-width:180px;display:block;margin-bottom:30px;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center;}.o-product-specs-comparison__product-thumbnail-heading{font-family:montserrat-bold;font-size:1em;line-height:1.25em;text-transform:uppercase;text-align:center;}.o-product-specs-comparison__accordions{position:relative;margin-top:40px;z-index:2;}.o-product-specs-comparison__accordions .m-accordions__item .m-wysiwyg ul,.o-product-specs-comparison__accordions .m-accordions__item .o-cart-checkout #tax_exemption_checkbox_div ul,.o-cart-checkout .o-product-specs-comparison__accordions .m-accordions__item #tax_exemption_checkbox_div ul{padding-left:0 !important;}.o-product-specs-comparison__accordions .m-accordions__item .m-wysiwyg p,.o-product-specs-comparison__accordions .m-accordions__item .o-cart-checkout #tax_exemption_checkbox_div p,.o-cart-checkout .o-product-specs-comparison__accordions .m-accordions__item #tax_exemption_checkbox_div p{color:var(--text--base-color) !important;}.o-product-specs-comparison__accordions .m-accordions__item .m-wysiwyg a,.o-product-specs-comparison__accordions .m-accordions__item .o-cart-checkout #tax_exemption_checkbox_div a,.o-cart-checkout .o-product-specs-comparison__accordions .m-accordions__item #tax_exemption_checkbox_div a{color:var(--text--base-color) !important;}.o-product-specs-comparison__accordions .m-accordions__item .m-wysiwyg a:hover,.o-product-specs-comparison__accordions .m-accordions__item .o-cart-checkout #tax_exemption_checkbox_div a:hover,.o-cart-checkout .o-product-specs-comparison__accordions .m-accordions__item #tax_exemption_checkbox_div a:hover{color:var(--link--hover-color) !important;}.o-product-specs-comparison__accordions .m-accordions__item .m-wysiwyg h5,.o-product-specs-comparison__accordions .m-accordions__item .o-cart-checkout #tax_exemption_checkbox_div h5,.o-cart-checkout .o-product-specs-comparison__accordions .m-accordions__item #tax_exemption_checkbox_div h5{font-family:montserrat-bold;font-size:16px;line-height:20px;margin-bottom:5px;display:none;}.o-product-specs-comparison__accordions .m-accordions__item .m-wysiwyg h5+ul,.o-product-specs-comparison__accordions .m-accordions__item .o-cart-checkout #tax_exemption_checkbox_div h5+ul,.o-cart-checkout .o-product-specs-comparison__accordions .m-accordions__item #tax_exemption_checkbox_div h5+ul{margin-top:0;}.o-product-specs-comparison__product-variation-buttons{position:relative;display:flex;z-index:3;}.o-product-specs-comparison__product-variation-buttons .a-product-variation-button+.a-product-variation-button{margin-left:24px;}.o-product-specs-comparison__product-variation-buttons+.o-product-specs-comparison__product-variation-add-to-cart-buttons{margin-top:30px;}.o-product-specs-comparison__product-variation-add-to-cart-buttons{position:relative;z-index:3;}.o-product-specs-comparison__logo-links-dropdown{margin-left:auto;margin-right:auto;z-index:2;}.o-product-specs-comparison__dropdown-item{display:none;}.o-product-specs-comparison__dropdown-item--active{display:block;}.o-product-specs-comparison__dropdown-item--text{font-family:montserrat-semibold;color:var(--text--base-color);}.o-product-specs-comparison__modal-trigger{display:flex;align-items:center;justify-content:center;z-index:10;}.o-product-specs-comparison__footer{position:relative;display:flex;align-items:center;justify-content:center;flex-direction:column;margin-top:70px;padding:0 40px;box-sizing:border-box;width:100%;}.o-product-specs-comparison__footer:before,.o-product-specs-comparison__footer:after{content:"";position:absolute;bottom:0;max-width:585px;width:100%;height:180px;background-size:contain;background-position:right bottom;background-repeat:no-repeat;}.o-product-specs-comparison__footer:before{background-image:url("https://cdn-ikpfjol.nitrocdn.com/sFJFvEmonhoQYtgfpLbAzAWEPnNuaFLe/assets/images/optimized/rev-fafaa5e/dartzoneblasters.com/wp-content/themes/dart-zone-platform/assets/images/graphics/psc-left-lines-graphic.svg");right:62%;}.o-product-specs-comparison__footer:after{background-image:url("https://cdn-ikpfjol.nitrocdn.com/sFJFvEmonhoQYtgfpLbAzAWEPnNuaFLe/assets/images/optimized/rev-fafaa5e/dartzoneblasters.com/wp-content/themes/dart-zone-platform/assets/images/graphics/psc-right-lines-graphic.svg");left:62%;}.o-product-specs-comparison__price-wrapper{display:flex;align-items:center;margin-bottom:10px;}.o-product-specs-comparison__price{font-family:montserrat-medium;color:var(--text--bold-color);}.o-product-specs-comparison__price--strikethrough{opacity:.5;text-decoration:line-through;}.o-product-specs-comparison__price--sale-price{margin-left:10px;color:var(--text--alternate-color);}.o-product-specs-comparison .stock{font-family:montserrat-medium;margin-bottom:10px;color:var(--text--base-color);}.o-product-specs-comparison__buy-direct{position:relative;display:flex;flex-direction:column;align-items:center;width:100%;z-index:3;margin-top:20px;}.o-product-specs-comparison__buy-direct .variations tbody tr td select{max-width:unset !important;}.o-product-specs-comparison__buy-direct+.o-product-specs-comparison__retailers{margin-top:20px;}.o-product-specs-comparison__buy-direct.o-product-specs-comparison__buy-direct--hide{display:none;}.o-product-specs-comparison .cart{display:flex;flex-direction:column;align-items:center;}.o-product-specs-comparison .cart .screen-reader-text{position:absolute !important;width:1px !important;height:1px !important;overflow:hidden !important;color:rgba(255,255,255,0) !important;pointer-events:none !important;}.o-product-specs-comparison .cart #wc-stripe-payment-request-wrapper,.o-product-specs-comparison .cart #wc-stripe-payment-request-button-separator{display:none !important;}.o-product-specs-comparison .cart .quantity{margin:20px auto;width:100%;display:flex;flex-direction:column-reverse;align-items:center;}.o-product-specs-comparison .cart .quantity .quantity-text{font-size:1em;line-height:1.25em;font-family:montserrat-medium;color:var(--text--bold-color);text-transform:uppercase;margin-top:10px;display:block;}.o-product-specs-comparison .cart .quantity input{font-family:montserrat-medium;font-size:1em;line-height:1.25em;padding:10px;color:var(--text--bold-color);width:100%;text-align:center;box-sizing:border-box;box-shadow:0 0 5px rgba(0,0,0,.2);border-radius:34px;max-width:74px;}.o-product-specs-comparison .variations_form{position:relative;display:flex;flex-direction:column;align-items:center;width:100%;z-index:3;}.o-product-specs-comparison .variations_form table.variations tr{display:flex;flex-direction:column-reverse;}.o-product-specs-comparison .variations_form table.variations tr+tr{margin-top:10px;}.o-product-specs-comparison .variations_form table.variations .label{font-size:1em;line-height:1.25em;font-family:montserrat-medium;color:var(--text--bold-color);text-transform:uppercase;margin-top:10px;display:block;}.o-product-specs-comparison .variations_form table.variations select{font-family:montserrat-medium;font-size:1em;line-height:1.25em;color:var(--text--bold-color);background-color:var(--bg--base-color);width:100%;text-align:center;box-sizing:border-box;box-shadow:0 0 5px rgba(0,0,0,.2);padding:10px;border-radius:34px;max-width:200px;-webkit-appearance:none;-moz-appearance:none;appearance:none;}.o-product-specs-comparison .variations_form table.variations .reset_variations{font-family:montserrat-medium;transition:all .15s ease-in-out;color:var(--link--bold-color);text-align:center;margin-top:10px;display:inline-block;width:100%;}.o-product-specs-comparison .variations_form table.variations .reset_variations:hover{color:var(--link--hover-color);}.o-product-specs-comparison .variations_form .single_variation_wrap{display:flex;flex-direction:column;align-items:center;width:100%;}.o-product-specs-comparison .variations_form .single_variation_wrap .woocommerce-variation{width:100%;}.o-product-specs-comparison .variations_form .single_variation_wrap .woocommerce-variation-price{font-size:1.75em;line-height:1.14286em;font-family:montserrat-bold;color:var(--text--bold-color);text-align:center;margin:20px 0;}.o-product-specs-comparison .variations_form .single_variation_wrap .woocommerce-variation-add-to-cart{display:flex;flex-direction:column;align-items:center;}.o-product-specs-comparison .variations_form .single_variation_wrap .woocommerce-variation-add-to-cart .button{margin-top:40px;margin-left:0;}.o-product-specs-comparison .button{margin-top:30px;}.o-product-specs-comparison .button:after{display:none !important;}.o-product-specs-comparison .button.disabled{opacity:.7;cursor:default;}.o-product-specs-comparison .button.disabled:hover{background-color:var(--button--background-color);}@media screen and (max-width: 1500px){.o-product-specs-comparison .o-product-specs-comparison__footer:before{right:auto;left:0;}.o-product-specs-comparison .o-product-specs-comparison__footer:after{right:0;left:auto;}}@media screen and (max-width: 1200px){.o-product-specs-comparison__heading{font-size:3.75em;line-height:1em;margin-bottom:-8px;}}@media screen and (max-width: 1024px){.o-product-specs-comparison__heading{font-size:3.125em;line-height:1em;}.o-product-specs-comparison__comparison-products{display:none;}.o-product-specs-comparison__accordions .m-accordions__item .m-wysiwyg h5,.o-product-specs-comparison__accordions .m-accordions__item .o-cart-checkout #tax_exemption_checkbox_div h5,.o-cart-checkout .o-product-specs-comparison__accordions .m-accordions__item #tax_exemption_checkbox_div h5{display:block;}}@media screen and (max-width: 950px){.o-product-specs-comparison{margin:70px 0;}.o-product-specs-comparison__heading{margin-left:auto;margin-right:auto;text-align:center;}.o-product-specs-comparison__form{flex-direction:column;align-items:center;justify-content:center;}.o-product-specs-comparison__select{margin-bottom:20px;}.o-product-specs-comparison__product-variation-buttons,.o-product-specs-comparison__footer{margin-top:40px;}.o-product-specs-comparison__footer:before,.o-product-specs-comparison__footer:after{width:50%;}}@media screen and (max-width: 768px){.o-product-specs-comparison .o-product-specs-comparison__footer:before,.o-product-specs-comparison .o-product-specs-comparison__footer:after{bottom:20%;}.o-product-specs-comparison__heading{font-size:2.5em;line-height:1em;}.o-product-specs-comparison__footer:before,.o-product-specs-comparison__footer:after{display:none;}.o-product-specs-comparison__buy-direct{margin-bottom:20px;}.o-product-specs-comparison__product-variation-buttons{flex-direction:column;max-width:200px;width:100%;}.o-product-specs-comparison__product-variation-buttons .a-product-variation-button{max-width:200px;width:100%;}.o-product-specs-comparison__product-variation-buttons .a-product-variation-button+.a-product-variation-button{margin-top:16px;margin-left:0;}.o-product-specs-comparison .variations_form .single_variation_wrap .woocommerce-variation-price{font-size:1.25em;line-height:1.2em;}}@media screen and (max-width: 600px){.o-product-specs-comparison{margin:50px 0;}.o-product-specs-comparison__heading{font-size:2em;line-height:1.125em;}.o-product-specs-comparison__accordions{margin-top:30px;}.o-product-specs-comparison__accordions .m-accordions__item .m-wysiwyg h5,.o-product-specs-comparison__accordions .m-accordions__item .o-cart-checkout #tax_exemption_checkbox_div h5,.o-cart-checkout .o-product-specs-comparison__accordions .m-accordions__item #tax_exemption_checkbox_div h5{font-size:14px;line-height:18px;}.o-product-specs-comparison__footer{margin-top:30px;}.o-product-specs-comparison__stock-status{font-size:.875em;line-height:1.28571em;margin-left:0;margin-top:10px;}.o-product-specs-comparison .cart .quantity .quantity-text,.o-product-specs-comparison .cart .quantity input{font-size:14px;line-height:18px;}.o-product-specs-comparison .variations_form table.variations .label,.o-product-specs-comparison .variations_form table.variations select,.o-product-specs-comparison .variations_form table.variations .reset_variations{font-size:14px;line-height:18px;}.o-product-specs-comparison .variations_form .single_variation_wrap .woocommerce-variation-price{font-size:1em;line-height:1.25em;}.o-product-specs-comparison .button{margin-top:10px;}}.o-search-results-feed{margin:40px 0 100px;}.o-search-results-feed__wrapper{margin-left:auto;margin-right:auto;max-width:996px;width:100%;}.o-search-results-feed__text{font-family:montserrat-medium;font-size:1.25em;line-height:1.2em;padding-top:40px;margin-bottom:40px;text-align:center;border-top:2px solid #d0d4d6;}.o-search-results-feed__content{display:flex;flex-direction:column;}.o-search-results-feed__pagination{margin:40px auto 0;}@media screen and (max-width: 950px){.o-search-results-feed{margin:30px 0 70px;}.o-search-results-feed__text{font-size:1.125em;line-height:1.33333em;}}@media screen and (max-width: 768px){.o-search-results-feed__post-thumbnail-cards .m-post-thumbnail-cards__item{width:calc(50% - 8px);margin-right:16px;max-width:unset;}.o-search-results-feed__post-thumbnail-cards .m-post-thumbnail-cards__item:nth-child(2n){margin-right:0;}.o-search-results-feed__post-thumbnail-cards .m-post-thumbnail-cards__item:nth-child(2) ~ *{margin-top:16px;}.o-search-results-feed__post-thumbnail-cards .m-post-thumbnail-cards__item:nth-of-type(3),.o-search-results-feed__post-thumbnail-cards .m-post-thumbnail-cards__item:nth-of-type(7),.o-search-results-feed__post-thumbnail-cards .m-post-thumbnail-cards__item:nth-of-type(9){margin-right:16px;}}@media screen and (max-width: 600px){.o-search-results-feed{margin-bottom:50px;}.o-search-results-feed__text{font-size:1em;line-height:1.25em;}}.o-simple-content-hero{margin-bottom:100px;background-size:cover;background-position:50% 50%;background-repeat:no-repeat;position:relative;min-height:450px;display:flex;align-items:center;padding-top:140px;padding-bottom:80px;overflow:hidden;background:var(--bg--secondary--gradient--fallback-color);background:var(--bg--secondary--gradient-color);box-sizing:border-box;}@media screen and (max-width: 768px){.o-simple-content-hero{margin-bottom:70px;}}@media screen and (max-width: 600px){.o-simple-content-hero{margin-bottom:50px;}}.o-simple-content-hero:after{transition:all .15s ease-in-out;content:"";position:absolute;right:0;bottom:0;left:0;width:100%;height:42px;background-image:url("https://cdn-ikpfjol.nitrocdn.com/sFJFvEmonhoQYtgfpLbAzAWEPnNuaFLe/assets/images/optimized/rev-fafaa5e/dartzoneblasters.com/wp-content/themes/dart-zone-platform/assets/images/graphics/gray-columns-graphic.svg");background-size:contain;background-repeat:repeat;}.o-simple-content-hero--content-aligned-center .o-simple-content-hero__content{margin:0 auto !important;justify-content:center;align-items:center;text-align:center;}.o-simple-content-hero--content-aligned-right .o-simple-content-hero__content{margin-left:auto !important;justify-content:flex-end;align-items:flex-end;text-align:right;}.o-simple-content-hero--has-background-image{min-height:600px;}.o-simple-content-hero--has-background-image:before,.o-simple-content-hero--has-background-image:after{display:none;}.o-simple-content-hero__image-wrapper{position:absolute;top:0;left:0;width:100%;height:100%;}.o-simple-content-hero__image-wrapper:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:var(--bg--secondary--gradient--fallback-color);background:var(--bg--secondary--gradient-color);opacity:.2;z-index:2;}.o-simple-content-hero__image{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;}.o-simple-content-hero__container{position:relative;margin:0 auto !important;z-index:2;}.o-simple-content-hero__content{display:flex;flex-direction:column;align-items:flex-start;max-width:800px;}.o-simple-content-hero__headline,.o-simple-content-hero__heading{color:var(--text--inverted-color);}.o-simple-content-hero__headline{margin-bottom:10px;font-size:18px !important;line-height:30px !important;}.o-simple-content-hero__wysiwyg{margin-top:30px;}.o-simple-content-hero__wysiwyg p,.o-simple-content-hero__wysiwyg ul li,.o-simple-content-hero__wysiwyg ol li{color:var(--text--inverted-color);}.o-simple-content-hero__footer{margin-top:50px;display:flex;}.o-simple-content-hero__button+.o-simple-content-hero__button{margin-left:20px;}@media screen and (max-width: 950px){.o-simple-content-hero{padding-top:180px;min-height:unset;}.o-simple-content-hero:after{background-size:400%;}}@media screen and (max-width: 600px){.o-simple-content-hero{padding-top:140px;padding-botbtom:70px;}.o-simple-content-hero.o-simple-content-hero--content-aligned-center .o-simple-content-hero__footer{align-items:center;}.o-simple-content-hero__wysiwyg{margin-top:20px;}.o-simple-content-hero__footer{margin-top:30px;flex-direction:column;}.o-simple-content-hero__button+.o-simple-content-hero__button{margin-top:20px;margin-left:0;}}.o-split-cta-visual-hero{min-height:800px;position:relative;overflow:hidden;display:flex;align-items:center;justify-content:center;}.o-split-cta-visual-hero--has-bold-text .o-split-cta-visual-hero__text{font-family:montserrat-bold;font-size:2em;line-height:1.1875em;}.o-split-cta-visual-hero__content{display:flex;flex-direction:column;align-items:flex-start;max-width:486px;padding:100px 0;box-sizing:border-box;margin-right:56%;}.o-split-cta-visual-hero__heading{margin-bottom:30px;color:var(--text--bold-color);}.o-split-cta-visual-hero__text{font-family:montserrat-medium;font-size:1.375em;line-height:1.45455em;margin-bottom:50px;color:var(--text--bold-color);}.o-split-cta-visual-hero__button{padding:30px 50px;}.o-split-cta-visual-hero__visual{background-size:cover;background-position:50% 50%;background-position:left;background-repeat:no-repeat;position:absolute;right:0;top:0;height:100%;width:56%;}@media screen and (max-width: 1024px){.o-split-cta-visual-hero--has-bold-text .o-split-cta-visual-hero__text{font-size:1.25em;line-height:1.2em;}.o-split-cta-visual-hero__text{font-size:1.25em;line-height:1.2em;}.o-split-cta-visual-hero__button{padding:16px 28px;}}@media screen and (max-width: 950px){.o-split-cta-visual-hero{margin-top:120px;margin-bottom:70px;min-height:unset;}.o-split-cta-visual-hero--has-bold-text .o-split-cta-visual-hero__text{font-size:1.125em;line-height:1.22222em;}.o-split-cta-visual-hero__container{display:flex;flex-direction:column-reverse;}.o-split-cta-visual-hero__content{margin:0 auto;max-width:600px;align-items:center;justify-content:center;text-align:center;padding:0;}.o-split-cta-visual-hero__text{font-size:1.125em;line-height:1.22222em;margin-bottom:30px;}.o-split-cta-visual-hero__visual{position:relative;background-size:contain;background-position:center;margin:0 auto 40px;max-width:600px;width:100%;height:400px;}}@media screen and (max-width: 768px){.o-split-cta-visual-hero{padding:14px 20px;}}@media screen and (max-width: 600px){.o-split-cta-visual-hero{margin-top:80px;}.o-split-cta-visual-hero__visual{background-size:cover;background-position:50% 50%;background-position:top left;background-repeat:no-repeat;height:300px;max-width:500px;}}.o-tiles-grid{margin-top:100px;margin-bottom:100px;overflow:hidden;}@media screen and (max-width: 768px){.o-tiles-grid{margin-top:70px;margin-bottom:70px;}}@media screen and (max-width: 600px){.o-tiles-grid{margin-top:50px;margin-bottom:50px;}}.o-tiles-grid--narrow .o-tiles-grid__tiles{max-width:900px;}.o-tiles-grid__container{position:relative;}.o-tiles-grid__container:before{margin-left:auto;margin-right:auto;height:480px;width:480px;content:url("https://cdn-ikpfjol.nitrocdn.com/sFJFvEmonhoQYtgfpLbAzAWEPnNuaFLe/assets/images/optimized/rev-fafaa5e/dartzoneblasters.com/wp-content/themes/dart-zone-platform/assets/images/graphics/gray-dart-ball-graphic.svg");position:absolute;top:-40px;left:-40px;z-index:-1;}.o-tiles-grid__heading{margin:0 auto 40px;max-width:552px;text-align:center;color:var(--text--bold-color);}.o-tiles-grid__tiles{margin-left:auto;margin-right:auto;padding:10px;box-sizing:border-box;}.o-tiles-grid__buttons{display:flex;align-items:stretch;margin-top:40px;justify-content:center;}.o-video-carousel{margin:95px 0;overflow:hidden;}.o-video-carousel__container{display:flex;flex-direction:column;}.o-video-carousel__heading{margin:0 auto -14px;max-width:996px;width:100%;color:var(--text--bold-color);text-align:center;}.o-video-carousel__item{padding:0 12px;box-sizing:border-box;height:100%;list-style-type:none;}.o-video-carousel__item.o-video-carousel__item--portrait .m-video-embed{margin-left:auto;margin-right:auto;max-width:300px;}.o-video-carousel__item:not(:first-of-type){display:none;}.o-video-carousel .slick-initialized .slick-slide{display:block;}.o-video-carousel__content{margin-left:auto;margin-right:auto;max-width:850px;width:100%;}.o-video-carousel__slide{height:528px;}.o-video-carousel__slide .m-video-embed{height:100%;}.o-video-carousel__main-navigation{position:relative;display:flex;margin:30px auto 10px;max-width:190px;height:68px;width:100%;background-color:var(--color--white);box-shadow:0 0 5px rgba(0,0,0,.2);border-radius:34px;}.o-video-carousel__arrows-navigation{display:flex;justify-content:space-between;position:absolute;top:10px;left:10px;width:calc(100% - 20px);}.o-video-carousel__pagination-wrapper{margin-left:auto;margin-right:auto;display:flex;max-width:46px;align-items:center;justify-self:center;}.o-video-carousel__pagination{max-width:15px;text-align:right;box-sizing:border-box;padding-right:5px;}.o-video-carousel__number{font-size:1.125em;line-height:1.22222em;font-family:montserrat-medium;margin-left:auto;margin-right:auto;color:var(--text--bold-color);text-transform:uppercase;display:flex;align-items:center;justify-content:center;}.o-video-carousel__number--total{display:block;}.o-video-carousel__number:not(:first-of-type){display:none;}@media screen and (max-width: 950px){.o-video-carousel{margin:70px 0;}.o-video-carousel__heading{margin-bottom:-10px;}.o-video-carousel__slide{height:400px;}}@media screen and (max-width: 600px){.o-video-carousel{margin:50px 0;}.o-video-carousel__heading{font-size:2em;line-height:1.125em;margin-bottom:-8px;}.o-video-carousel__slide{height:350px;}.o-video-carousel__item{padding:0 6px;}.o-video-carousel__item.o-video-carousel__item--portrait .m-video-embed{margin-left:auto;margin-right:auto;max-width:200px;}.o-video-carousel__main-navigation{margin-top:30px;height:50px;}.o-video-carousel__arrows-navigation{top:5px;left:5px;width:calc(100% - 10px);}.o-video-carousel__number{font-size:1em;line-height:1.25em;}}.o-video-hero{min-height:788px;position:relative;display:flex;align-items:flex-end;justify-content:flex-end;overflow:hidden;background-color:var(--theme--secondary-color);}.o-video-hero--no-video .o-video-hero__fallback-image{opacity:1;}.o-video-hero__fallback-image-wrapper{position:absolute;top:0;left:0;width:100%;height:100%;}.o-video-hero__fallback-image-wrapper:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-color:var(--color--black);z-index:2;opacity:.4;}.o-video-hero__fallback-image{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;opacity:0;}.o-video-hero__video-container{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:auto;height:100%;overflow:hidden;aspect-ratio:16/9;pointer-events:none;}.o-video-hero__video{width:100%;height:100%;}.o-video-hero__container{position:relative;z-index:5;}.o-video-hero__content{position:relative;display:flex;align-items:flex-end;justify-content:space-between;margin-top:auto;margin-bottom:50px;z-index:2;}.o-video-hero__heading{color:var(--color--white);text-align:left;max-width:792px;width:100%;padding-right:40px;box-sizing:border-box;}.o-video-hero__image{max-width:400px;}.o-video-hero__links{display:flex;flex-direction:column;align-items:flex-end;padding-right:100px;margin-bottom:28px;}.o-video-hero__link{transition:all .15s ease-in-out;position:relative;padding:0 10px;box-sizing:border-box;border-right:2px solid var(--color--gray-300);}.o-video-hero__link:before{content:"";transition:all .15s ease-in-out;position:absolute;top:0;left:0;width:100%;height:100%;background-color:var(--theme--primary-color);transform:scaleX(0);transform-origin:100% 50%;transition-property:transform;transition-duration:.2s;transition-timing-function:cubic-bezier(.36,.07,.19,.97);}.o-video-hero__link:after{transition:all .15s ease-in-out;content:"";position:absolute;top:-35px;left:calc(100% + 104px);width:200%;height:2px;background-color:var(--color--gray-300);}.o-video-hero__link svg{position:absolute;top:-35px;left:100%;}.o-video-hero__link svg path{transition:all .15s ease-in-out;}.o-video-hero__link+.o-video-hero__link{margin-top:34px;}.keyboard-in-use .o-video-hero__link:focus{outline:2px dashed var(--theme--focus-color) !important;outline-offset:5px;transition:none;}.o-video-hero__link:hover{border-right-color:var(--theme--primary-color);}.o-video-hero__link:hover .o-video-hero__link-text{color:var(--color--black);}.o-video-hero__link:hover:before{transform:scaleX(1);}.o-video-hero__link:hover:after{background-color:var(--theme--primary-color);}.o-video-hero__link:hover svg path{stroke:var(--theme--primary-color);}.o-video-hero__link-text{font-family:montserrat-bold;position:relative;font-size:20px;line-height:24px;letter-spacing:.5px;text-transform:uppercase;color:var(--color--white);z-index:3;}@media (hover: none) and (pointer: coarse){.o-video-hero__video{display:none;}.o-video-hero__fallback-image{opacity:1;}}@media screen and (min-width: 1400px){.o-video-hero__video-container{width:100%;height:auto;}}@media screen and (max-width: 950px){.o-video-hero__container{height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;}.o-video-hero__content{flex-direction:column;margin:auto 0;width:100%;}.o-video-hero__heading{margin-right:auto;margin-right:auto;margin-bottom:60px;max-width:600px;text-align:left;}}@media screen and (max-width: 810px){.o-video-hero__heading{font-size:2.25em;line-height:1.11111em;}}@media screen and (max-width: 768px){.o-video-hero{min-height:500px;}}@media screen and (max-width: 600px){.o-video-hero__container{margin:auto 0;}.o-video-hero__content{margin-top:80px;}.o-video-hero__heading{font-size:2em;line-height:1.125em;margin-bottom:100px;}}@media screen and (max-width: 500px){.o-video-hero__heading{font-size:1.625em;line-height:1.15385em;padding-right:0;}}.o-video-player{margin-top:100px;margin-bottom:100px;}@media screen and (max-width: 768px){.o-video-player{margin-top:70px;margin-bottom:70px;}}@media screen and (max-width: 600px){.o-video-player{margin-top:50px;margin-bottom:50px;}}.o-video-player__container{flex-direction:column;align-items:center;max-width:1076px;}.o-video-player__heading{text-align:center;margin-bottom:40px;color:var(--text--bold-color);}.o-video-player__video-embed{width:100%;}.o-video-player__video-embed .m-video-embed__embed{width:100%;min-height:530px;}@media screen and (max-width: 950px){.o-video-player__video-embed .m-video-embed__embed{min-height:400px;}}@media screen and (max-width: 600px){.o-video-player__video-embed .m-video-embed__embed{min-height:300px;}}.o-wide-cta-on-image{position:relative;display:flex;align-items:flex-end;justify-content:flex-end;height:546px;overflow:hidden;}.o-wide-cta-on-image__background-image{position:absolute;top:0;left:0;width:100%;height:100%;background-size:cover;background-position:50% 50%;background-position:top center;background-repeat:no-repeat;}.o-wide-cta-on-image__background-image:before{content:"";position:absolute;top:0;left:0;width:50%;height:100%;background:#000;background:linear-gradient(83deg,rgba(0,0,0,.8) 0%,rgba(0,0,0,0) 100%);opacity:.5;}.o-wide-cta-on-image__container{position:relative;display:flex;flex-direction:column;padding-top:80px;padding-bottom:40px;height:100%;z-index:2;}.o-wide-cta-on-image__container:after{content:url("https://cdn-ikpfjol.nitrocdn.com/sFJFvEmonhoQYtgfpLbAzAWEPnNuaFLe/assets/images/optimized/rev-fafaa5e/dartzoneblasters.com/wp-content/themes/dart-zone-platform/assets/images/graphics/transparent-gray-slanted-lines.svg");position:absolute;bottom:0;left:72%;}.o-wide-cta-on-image__text{color:var(--color--white);max-width:600px;width:100%;text-align:left;margin-bottom:40px;}.o-wide-cta-on-image__buttons{position:relative;margin-top:auto;display:flex;align-items:stretch;justify-content:flex-end;z-index:2;}.o-wide-cta-on-image__button{padding:27px 65px;}.o-wide-cta-on-image__button+.o-wide-cta-on-image__button{margin-left:30px;}@media screen and (max-width: 1680px){.o-wide-cta-on-image__background-image{background-position:center;}}@media screen and (max-width: 768px){.o-wide-cta-on-image__button{padding:14px 20px;}.o-wide-cta-on-image__button+.o-wide-cta-on-image__button{margin-left:20px;}}@media screen and (max-width: 600px){.o-wide-cta-on-image{height:250px;}.o-wide-cta-on-image__container{padding-top:50px;padding-bottom:50px;}.o-wide-cta-on-image__background-image:before{width:100%;opacity:.7;}.o-wide-cta-on-image__text{margin:0 auto;text-align:center;}.o-wide-cta-on-image__buttons{justify-content:center;margin-top:20px;}.o-wide-cta-on-image__button{width:100%;}.o-wide-cta-on-image__button .a-button__text{margin-left:auto;margin-right:auto;}}.o-wide-left-aligned-cta-on-image{position:relative;min-height:764px;display:flex;align-items:center;justify-content:flex-start;}.o-wide-left-aligned-cta-on-image--show-image-overlay .o-wide-left-aligned-cta-on-image__container:before{display:block;}.o-wide-left-aligned-cta-on-image__background-image{position:absolute;top:0;left:0;width:100%;height:100%;background-size:cover;background-position:50% 50%;background-position:top center;background-repeat:no-repeat;}.o-wide-left-aligned-cta-on-image__container{position:relative;display:flex;flex-direction:column;justify-content:center;padding-top:120px;padding-bottom:40px;z-index:2;height:100%;}.o-wide-left-aligned-cta-on-image__container:before{content:"";position:absolute;top:0;left:0;width:50%;height:100%;display:none;background:#000;background:linear-gradient(83deg,rgba(0,0,0,.8) 0%,rgba(0,0,0,0) 100%);opacity:.5;}.o-wide-left-aligned-cta-on-image__content{display:flex;flex-direction:column;align-items:flex-start;max-width:588px;}.o-wide-left-aligned-cta-on-image__heading{font-size:4.375em;line-height:1em;color:var(--color--white);}.o-wide-left-aligned-cta-on-image__text{font-family:montserrat-bold;font-size:2em;line-height:1.1875em;margin-top:30px;color:var(--color--gray-200);}.o-wide-left-aligned-cta-on-image__button{margin-top:40px;}@media screen and (max-width: 1680px){.o-wide-left-aligned-cta-on-image__background-image{background-position:center;}}@media screen and (max-width: 1200px){.o-wide-left-aligned-cta-on-image__heading{font-size:3.75em;line-height:1em;}}@media screen and (max-width: 1024px){.o-wide-left-aligned-cta-on-image__heading{font-size:3.125em;line-height:1em;}.o-wide-left-aligned-cta-on-image__text{font-size:1.5em;line-height:1.16667em;}}@media screen and (max-width: 950px){.o-wide-left-aligned-cta-on-image{padding:30px 0;min-height:550px;box-sizing:border-box;}.o-wide-left-aligned-cta-on-image__container{padding-top:100px;padding-bottom:100px;}}@media screen and (max-width: 768px){.o-wide-left-aligned-cta-on-image__heading{font-size:2.5em;line-height:1em;}.o-wide-left-aligned-cta-on-image__text{font-size:1.25em;line-height:1.2em;}}@media screen and (max-width: 600px){.o-wide-left-aligned-cta-on-image__container{padding-top:50px;padding-bottom:50px;}.o-wide-left-aligned-cta-on-image__heading{font-size:2em;line-height:1.125em;}.o-wide-left-aligned-cta-on-image__text{font-size:1.125em;line-height:1.22222em;}}@media screen and (max-width: 600px){.o-wide-left-aligned-cta-on-image__text{margin-top:20px;}.o-wide-left-aligned-cta-on-image__button{margin-top:30px;}}.o-wide-media-slider{margin-top:100px;margin-bottom:100px;}@media screen and (max-width: 768px){.o-wide-media-slider{margin-top:70px;margin-bottom:70px;}}@media screen and (max-width: 600px){.o-wide-media-slider{margin-top:50px;margin-bottom:50px;}}.o-wide-media-slider__container{flex-direction:column;align-items:center;justify-content:center;}.o-wide-media-slider__content{display:flex;flex-direction:column;align-items:center;justify-content:center;margin:0 auto 70px;max-width:800px;width:100%;text-align:center;}.o-wide-media-slider__heading{text-align:center;max-width:792px;color:var(--text--heading-color);}.o-wide-media-slider__wysiwyg{margin-top:20px;}.o-wide-media-slider__list{margin-left:auto;margin-right:auto;display:flex;width:100%;max-width:800px;scroll-snap-type:x mandatory;overflow-x:auto;overflow-y:clip;scrollbar-width:none;}.o-wide-media-slider__list::-webkit-scrollbar{width:0;height:0;display:none;}.o-wide-media-slider__list:after{content:"";flex:0 0 calc(100% - 282px);}.o-wide-media-slider__list.no-scroll:after{content:none;}.o-wide-media-slider__item{flex:0 0 100%;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:0 10px;height:auto;scroll-snap-align:start;box-sizing:border-box;}.o-wide-media-slider__image{-o-object-fit:cover;-o-object-fit:contain;object-fit:cover;object-fit:contain;-o-object-position:center;object-position:center;width:100%;min-height:450px;}.o-wide-media-slider__caption{margin:20px auto 0;text-align:center;padding:0 20px;box-sizing:border-box;color:var(--text--bold-color);}.o-wide-media-slider__navigation{margin:40px auto 0;justify-content:center;}@media screen and (max-width: 950px){.o-wide-media-slider__content{margin-bottom:50px;}}@media screen and (max-width: 600px){.o-wide-media-slider__content{margin-bottom:30px;}.o-wide-media-slider__image{min-height:250px;}.o-wide-media-slider__navigation{margin-top:20px;}}.o-wide-post-thumbnail-cards-slider{margin-top:100px;margin-bottom:100px;}@media screen and (max-width: 768px){.o-wide-post-thumbnail-cards-slider{margin-top:70px;margin-bottom:70px;}}@media screen and (max-width: 600px){.o-wide-post-thumbnail-cards-slider{margin-top:50px;margin-bottom:50px;}}.o-wide-post-thumbnail-cards-slider__heading{margin:0 auto -34px;max-width:894px;width:100%;text-align:center;color:#404041;}.o-wide-post-thumbnail-cards-slider__list{position:relative;padding:20px 0;}.o-wide-post-thumbnail-cards-slider .slick-track{display:flex;align-items:stretch;}.o-wide-post-thumbnail-cards-slider .slick-initialized .slick-slide{display:flex !important;}.o-wide-post-thumbnail-cards-slider__item{display:flex;align-items:stretch;justify-content:center;height:auto !important;margin:0 20px;}.o-wide-post-thumbnail-cards-slider__item:not(:first-of-type){display:none;}.o-wide-post-thumbnail-cards-slider .o-wide-post-thumbnail-cards-slider__wide-post-thumbnail-card .m-wide-post-thumbnail-card{height:100%;}.o-wide-post-thumbnail-cards-slider__main-navigation{margin-left:auto;margin-right:auto;max-width:190px;position:relative;top:-50px;height:68px;display:flex;width:100%;background-color:var(--bg--base-color);box-shadow:0 0 5px rgba(0,0,0,.2);border-radius:34px;padding:10px;box-sizing:border-box;z-index:5;}.o-wide-post-thumbnail-cards-slider__arrows-navigation{display:flex;justify-content:space-between;position:absolute;right:0;left:0;padding:0 10px;box-sizing:border-box;}.o-wide-post-thumbnail-cards-slider__pagination-wrapper{margin-left:auto;margin-right:auto;display:flex;max-width:46px;align-items:center;justify-self:center;}.o-wide-post-thumbnail-cards-slider__pagination{max-width:15px;text-align:right;box-sizing:border-box;padding-right:5px;}.o-wide-post-thumbnail-cards-slider__number{font-size:1.125em;line-height:1.22222em;font-family:montserrat-medium;margin-left:auto;margin-right:auto;color:var(--text--bold-color);text-transform:uppercase;display:flex;align-items:center;justify-content:center;}.o-wide-post-thumbnail-cards-slider__number--total{display:block;}.o-wide-post-thumbnail-cards-slider__number:not(:first-of-type){display:none;}@media screen and (max-width: 950px){.o-wide-post-thumbnail-cards-slider__heading{margin-bottom:-30px;}.o-wide-post-thumbnail-cards-slider__main-navigation{top:auto;margin:30px auto !important;}}@media screen and (max-width: 768px){.o-wide-post-thumbnail-cards-slider__navigation-wrapper{flex-direction:column;align-items:center;justify-content:center;}}@media screen and (max-width: 600px){.o-wide-post-thumbnail-cards-slider{overflow:hidden;}.o-wide-post-thumbnail-cards-slider__heading{margin-bottom:10px;}.o-wide-post-thumbnail-cards-slider__container{padding:0 10px;}.o-wide-post-thumbnail-cards-slider__slider{max-width:unset !important;margin:10px auto 0;width:calc(100vw - 20px);overflow:scroll;}.o-wide-post-thumbnail-cards-slider__list{display:flex;width:100%;justify-content:space-between;padding:10px;box-sizing:border-box;}.o-wide-post-thumbnail-cards-slider__item{max-width:unset;flex:none;flex-grow:1;margin:0 2px;padding:0 2px;}.o-wide-post-thumbnail-cards-slider__item:first-of-type{margin-left:0;padding-left:0;}.o-wide-post-thumbnail-cards-slider__item:not(:first-of-type){display:flex !important;}.o-wide-post-thumbnail-cards-slider__navigation-wrapper{display:none;}}.o-wishlist-feed{margin-top:100px;margin-bottom:100px;}@media screen and (max-width: 768px){.o-wishlist-feed{margin-top:70px;margin-bottom:70px;}}@media screen and (max-width: 600px){.o-wishlist-feed{margin-top:50px;margin-bottom:50px;}}.o-wishlist-feed--no-products .o-wishlist-feed__main{max-width:unset;align-items:center;margin-left:0;}.o-wishlist-feed--no-products .o-wishlist-feed__centered-text-block{width:100%;max-width:unset;}.o-wishlist-feed__container{display:flex;align-items:flex-start;justify-content:space-between;}.o-wishlist-feed__sidebar{display:flex;flex-direction:column;align-items:flex-start;max-width:282px;width:100%;}.o-wishlist-feed__filters-block{width:100%;}.o-wishlist-feed__clear-button{transition:all .15s ease-in-out;font-size:1em;line-height:1.25em;letter-spacing:.5px;font-family:montserrat-bold;color:#404041;text-transform:uppercase;margin-top:30px;margin-left:10px;display:flex;align-items:center;}.o-wishlist-feed__clear-button svg{margin-left:8px;}.o-wishlist-feed__clear-button svg rect{transition:all .15s ease-in-out;}.o-wishlist-feed__clear-button:hover{color:#000;}.o-wishlist-feed__clear-button:hover svg rect{fill:#a5d6a7;}.keyboard-in-use .o-wishlist-feed__clear-button:focus{outline:2px dashed var(--theme--focus-color) !important;outline-offset:5px;transition:none;}.o-wishlist-feed__share-button{margin:0 auto 40px;}.o-wishlist-feed__main{display:flex;flex-direction:column;max-width:894px;width:100%;margin-left:24px;}.o-wishlist-feed__search-bar{margin-bottom:24px;}.o-wishlist-feed__text{font-family:montserrat-medium;font-size:1em;line-height:1.25em;text-align:center;margin:30px auto 0;}.o-wishlist-feed__pagination{margin:60px auto 0;}.o-wishlist-feed__modal .m-modal__wrapper{max-width:792px;width:100%;}@media screen and (max-width: 950px){.o-wishlist-feed__container{flex-direction:column;align-items:center;justify-content:center;}.o-wishlist-feed__sidebar{max-width:unset;}.o-wishlist-feed__main{max-width:unset;margin-left:0;margin-top:24px;}}.o-wysiwyg-content{margin:60px 0;}.o-wysiwyg-content__wysiwyg ul li,.o-wysiwyg-content__wysiwyg ol li{color:var(--text--bold-color);}.o-account-dashboard{margin:200px 0 100px;}.o-account-dashboard .woocommerce-Message--info+.a-button,.o-account-dashboard .woocommerce-Message--info+.a-input[type="submit"],.o-account-dashboard .o-product-cart .woocommerce-Message--info+input[type="submit"][type="number"],.o-product-cart .o-account-dashboard .woocommerce-Message--info+input[type="submit"][type="number"],.o-account-dashboard .o-product-cart .woocommerce-Message--info+input[type="submit"][type="text"],.o-product-cart .o-account-dashboard .woocommerce-Message--info+input[type="submit"][type="text"],.o-account-dashboard .woocommerce-Message--info+.m-logo-links-dropdown__button,.o-account-dashboard .m-product-review-form-block .form-submit .woocommerce-Message--info+input,.m-product-review-form-block .form-submit .o-account-dashboard .woocommerce-Message--info+input,.o-account-dashboard .o-product-description-image-hero .woocommerce-Message--info+.button,.o-account-dashboard .o-product-gallery-hero .woocommerce-Message--info+.button,.o-account-dashboard .o-product-specs-comparison .woocommerce-Message--info+.button,.o-account-dashboard .woocommerce-info .woocommerce-Message--info+a,.o-account-dashboard .u-columns .title .woocommerce-Message--info+a,.o-account-dashboard .woocommerce-Message--info+.button,.o-account-dashboard .o-cart-checkout .woocommerce-Message--info+.button,.o-account-dashboard .o-cart-empty .return-to-shop .woocommerce-Message--info+.button,.o-account-dashboard .o-product-cart .woocommerce-Message--info+.button,.o-account-dashboard .o-woocommerce-order-details .order-again .woocommerce-Message--info+.button,.o-account-dashboard .m-gravity-form .gform_page_footer .woocommerce-Message--info+.button,.o-account-dashboard .m-gravity-form .gform_page_footer .woocommerce-Message--info+.a-button,.o-account-dashboard .woocommerce-message .woocommerce-Message--info+.button,.woocommerce .woocommerce-notices-wrapper .woocommerce-message .o-account-dashboard .woocommerce-Message--info+.button{margin-left:0;}.o-account-dashboard__container{display:flex;justify-content:space-between;align-items:stretch;}.o-account-dashboard__heading{text-align:left;margin-right:auto;margin-bottom:60px;max-width:500px;color:var(--text--bold-color);}.o-account-dashboard .woocommerce-orders-table{width:100%;}.o-account-dashboard .woocommerce-orders-table thead{border-bottom:2px solid var(--border--base-color);}.o-account-dashboard .woocommerce-orders-table tbody .woocommerce-orders-table__row{padding:10px;}.o-account-dashboard .woocommerce-orders-table tbody .woocommerce-orders-table__row+.woocommerce-orders-table__row{border-top:2px solid var(--border--base-color);}.o-account-dashboard .woocommerce-orders-table thead th,.o-account-dashboard .woocommerce-orders-table thead td,.o-account-dashboard .woocommerce-orders-table tbody th,.o-account-dashboard .woocommerce-orders-table tbody td,.o-account-dashboard .woocommerce-orders-table tfoot th,.o-account-dashboard .woocommerce-orders-table tfoot td{font-size:14px;line-height:18px;}.o-account-dashboard .woocommerce-orders-table thead th,.o-account-dashboard .woocommerce-orders-table tbody th,.o-account-dashboard .woocommerce-orders-table tfoot th{font-family:montserrat-bold;color:var(--text--bold-color);}.o-account-dashboard .woocommerce-orders-table thead td,.o-account-dashboard .woocommerce-orders-table tbody td,.o-account-dashboard .woocommerce-orders-table tfoot td{font-family:montserrat-medium;color:var(--text--bold-color);text-align:center;}.o-account-dashboard .woocommerce-orders-table thead td a,.o-account-dashboard .woocommerce-orders-table tbody td a,.o-account-dashboard .woocommerce-orders-table tfoot td a{color:var(--link--bold-color);}.o-account-dashboard .woocommerce-orders-table thead td a:hover,.o-account-dashboard .woocommerce-orders-table tbody td a:hover,.o-account-dashboard .woocommerce-orders-table tfoot td a:hover{color:var(--link--hover-color);}.o-account-dashboard .woocommerce-orders-table thead td a.button,.o-account-dashboard .woocommerce-orders-table tbody td a.button,.o-account-dashboard .woocommerce-orders-table tfoot td a.button{color:var(--color--white);text-align:center;display:flex;align-items:center;justify-content:center;margin:10px auto;}.o-account-dashboard .woocommerce-notices-wrapper{margin-bottom:20px;background-color:var(--bg--accent-color);}.o-account-dashboard .woocommerce-notices-wrapper .woocommerce-error{font-family:montserrat-bold;font-size:1em;line-height:1.25em;padding:20px 40px;box-sizing:border-box;color:var(--text--accent-color);margin-bottom:0;}.o-account-dashboard .woocommerce-notices-wrapper .woocommerce-message{font-size:1em;line-height:1.25em;background-color:red;}.o-account-dashboard .woocommerce-notices-wrapper .woocommerce-message a{color:var(--link--bold-color);}.o-account-dashboard .woocommerce-notices-wrapper .woocommerce-message a:hover{color:var(--link--hover-color);}.keyboard-in-use .o-account-dashboard .woocommerce-notices-wrapper .woocommerce-message a:focus{outline:2px dashed var(--theme--focus-color) !important;outline-offset:5px;transition:none;}.o-account-dashboard .woocommerce-MyAccount-navigation{width:240px;}.o-account-dashboard .woocommerce-MyAccount-navigation ul{list-style:none;}.o-account-dashboard .woocommerce-MyAccount-navigation li{transition:all .15s ease-in-out;box-sizing:border-box;text-align:left;}.o-account-dashboard .woocommerce-MyAccount-navigation li:last-of-type a{color:var(--color--white);background-color:var(--theme--primary-color);}.o-account-dashboard .woocommerce-MyAccount-navigation li:last-of-type a:hover{color:var(--color--white);background-color:var(--link--hover-color);}.o-account-dashboard .woocommerce-MyAccount-navigation li a{font-family:montserrat-semibold;font-size:1em;line-height:1.25em;text-transform:uppercase;width:100%;padding:20px;display:block;box-sizing:border-box;color:var(--text--base-color);background-color:var(--bg--accent-color);}.o-account-dashboard .woocommerce-MyAccount-navigation li a:hover{background-color:var(--color--gray-200);color:var(--text--bold-color);}.o-account-dashboard .woocommerce-MyAccount-navigation li a:before{display:none;}.keyboard-in-use .o-account-dashboard .woocommerce-MyAccount-navigation li:focus{outline:2px dashed var(--theme--focus-color) !important;outline-offset:5px;transition:none;}.o-account-dashboard .woocommerce-MyAccount-navigation li.is-active a{background-color:var(--color--gray-200);color:var(--text--bold-color);}.o-account-dashboard .woocommerce-MyAccount-navigation li.is-active a:hover{background-color:var(--color--gray-200);}.o-account-dashboard .woocommerce-MyAccount-content{display:flex;flex-direction:column;align-items:flex-start;max-width:calc(100% - 320px);flex:1 100%;box-sizing:border-box;}.o-account-dashboard .woocommerce-MyAccount-content>p{font-family:montserrat-medium;font-size:1.125em;line-height:1.22222em;}.o-account-dashboard .woocommerce-MyAccount-content>p strong{font-family:montserrat-bold;}.o-account-dashboard .woocommerce-MyAccount-content>p a{color:var(--theme--primary-color);}.o-account-dashboard .woocommerce-MyAccount-content>p a:hover{color:var(--link--hover-color);}.keyboard-in-use .o-account-dashboard .woocommerce-MyAccount-content>p a:focus{outline:2px dashed var(--theme--focus-color) !important;outline-offset:5px;transition:none;}.o-account-dashboard .woocommerce-MyAccount-content>p+p{margin-top:17px;}.o-account-dashboard .woocommerce-MyAccount-content .afform-row{margin-bottom:20px;}.o-account-dashboard .woocommerce-MyAccount-content .woocommerce-message{font-family:montserrat-medium;margin-bottom:10px;position:relative;bottom:initial;left:initial;width:initial;z-index:initial;}.o-account-dashboard .woocommerce-MyAccount-content .woocommerce-Message{text-align:left;}.o-account-dashboard .o-account-dashboard__heading{order:1;}.o-account-dashboard .woocommerce-notices-wrapper{order:2;}.o-account-dashboard .woocommerce-notices-wrapper+p{order:3;}.o-account-dashboard .woocommerce-notices-wrapper+p .order-status{text-transform:lowercase;}.o-account-dashboard .o-order-tracking-info{order:4;}.o-account-dashboard .o-woocommerce-order-details{order:5;}.o-account-dashboard .o-woocommerce-customer-details{order:6;}.o-account-dashboard .o-woocommerce-order-downloads{order:7;}.o-account-dashboard #aftax_status_field label{float:none;}.o-account-dashboard .woocommerce-info{background-color:unset;padding:0;margin:0;}.o-account-dashboard .woocommerce-info a{display:flex;margin-right:15px;}.o-account-dashboard .woocommerce-info a:after{display:none;}.o-account-dashboard .woocommerce-message--info,.o-account-dashboard .woocommerce-Message--info{font-family:montserrat-medium;font-size:1.125em;line-height:1.22222em;display:flex;align-items:center;justify-content:flex-start;}.o-account-dashboard .woocommerce-message--info .button,.o-account-dashboard .woocommerce-Message--info .button{margin-top:0;margin-right:15px;margin-left:0;}.o-account-dashboard .woocommerce-message--info+.woocommerce-Message--info,.o-account-dashboard .woocommerce-Message--info+.woocommerce-Message--info{margin-top:20px;}.o-account-dashboard .u-columns{display:flex;margin-top:30px;justify-content:space-between;align-items:flex-start;}.o-account-dashboard .u-columns .title{display:flex;flex-direction:column;align-items:flex-start;}.o-account-dashboard .u-columns .title h3{font-size:1.125em;line-height:1.33333em;font-family:montserrat-bold;text-transform:uppercase;margin-bottom:10px;}.o-account-dashboard .u-columns .title a{margin-bottom:10px;}.o-account-dashboard .u-columns .title a:after{display:none;}.o-account-dashboard .u-columns address{font-family:montserrat-medium;font-size:1em;line-height:1.25em;margin-top:20px;}.o-account-dashboard .u-columns .woocommerce-Address{max-width:calc(50% - 15px);flex:1 100%;}.o-account-dashboard form h3{font-size:1.125em;line-height:1.33333em;font-family:montserrat-bold;text-transform:uppercase;margin-bottom:10px;}.o-account-dashboard .woocommerce-EditAccountForm{display:flex;justify-content:space-between;flex-wrap:wrap;}.o-account-dashboard .woocommerce-EditAccountForm p{font-family:montserrat-medium;}.o-account-dashboard .woocommerce-EditAccountForm p:nth-child(2) ~ *{margin-top:15px;}.o-account-dashboard .woocommerce-EditAccountForm p:nth-of-type(2){margin-left:auto;}.o-account-dashboard .woocommerce-EditAccountForm .form-row label{font-family:montserrat-medium;font-size:1em;line-height:1.25em;margin-bottom:5px;}.o-account-dashboard .woocommerce-EditAccountForm .form-row input{font-family:montserrat-medium;font-size:1em;line-height:1.25em;border:2px solid var(--border--base-color);background-color:var(--bg--base-color);border-radius:var(--border--radius);padding:10px;width:100%;box-sizing:border-box;}.o-account-dashboard .woocommerce-EditAccountForm .form-row em{font-size:.875em;line-height:1.28571em;margin-top:5px;display:block;}.o-account-dashboard .woocommerce-EditAccountForm .form-row-first,.o-account-dashboard .woocommerce-EditAccountForm .form-row-last{max-width:calc(50% - 10px);width:100%;display:flex;flex-direction:column;}.o-account-dashboard .woocommerce-EditAccountForm .form-row-wide{max-width:100%;width:100%;display:flex;flex-direction:column;}.o-account-dashboard .woocommerce-EditAccountForm fieldset{max-width:100%;flex:1 100%;margin-top:30px !important;}.o-account-dashboard .woocommerce-EditAccountForm legend{font-size:1.125em;line-height:1.33333em;font-family:montserrat-bold;text-transform:uppercase;margin-bottom:15px;}.o-account-dashboard .woocommerce-address-fields{margin-top:30px;}.o-account-dashboard .woocommerce-address-fields__field-wrapper{display:flex;justify-content:space-between;flex-wrap:wrap;}.o-account-dashboard .woocommerce-address-fields__field-wrapper p:nth-child(2) ~ *{margin-top:15px;}.o-account-dashboard .woocommerce-address-fields__field-wrapper+p{margin-top:30px;}.o-account-dashboard .woocommerce-address-fields__field-wrapper .form-row label{font-family:montserrat-medium;font-size:1em;line-height:1.25em;margin-bottom:5px;display:block;}.o-account-dashboard .woocommerce-address-fields__field-wrapper .form-row input{font-family:montserrat-medium;font-size:1em;line-height:1.25em;border:2px solid var(--border--base-color);background-color:var(--bg--base-color);border-radius:var(--border--radius);padding:10px;width:100%;box-sizing:border-box;}.o-account-dashboard .woocommerce-address-fields__field-wrapper .form-row em{font-size:.875em;line-height:1.28571em;margin-top:5px;display:block;}.o-account-dashboard .woocommerce-address-fields__field-wrapper .form-row-first,.o-account-dashboard .woocommerce-address-fields__field-wrapper .form-row-last{max-width:calc(50% - 10px);width:100%;display:flex;flex-direction:column;}.o-account-dashboard .woocommerce-address-fields__field-wrapper .form-row-wide{max-width:100%;flex:1 100%;}.o-account-dashboard .woocommerce-address-fields__field-wrapper .form-row .select2-container--default .select2-selection--single{border:2px solid var(--border--base-color) !important;border-radius:var(--border--radius);}.o-account-dashboard .woocommerce-address-fields__field-wrapper .form-row .select2-selection{padding:10px !important;height:unset !important;}.o-account-dashboard .woocommerce-address-fields__field-wrapper .form-row .select2-selection .select2-selection__arrow{top:20px;right:5px;}.o-account-dashboard .woocommerce-address-fields__field-wrapper .form-row .select2-container--default .select2-selection--single .select2-selection__rendered{color:var(--text--bold-color) !important;}.o-account-dashboard .woocommerce-address-fields__field-wrapper .form-row .selection{font-family:montserrat-medium;font-size:16px !important;color:var(--text--bold-color) !important;}.o-account-dashboard .woocommerce-address-fields__field-wrapper .form-row .selection .selection2-selection{border:2px solid var(--border--base-color) !important;border-radius:var(--border--radius);}.o-account-dashboard .woocommerce-address-fields__field-wrapper .form-row .select2-container .select2-results__option--highlighted{color:var(--text--bold-color) !important;}.o-account-dashboard .woocommerce-error{list-style:none;margin-bottom:50px;}.o-account-dashboard .woocommerce-error li{position:relative;padding-left:22px;}.o-account-dashboard .woocommerce-error li:before{content:"";position:absolute;top:10px;left:0;width:14px;height:14px;}.o-account-dashboard .woocommerce-table--order-details td,.o-account-dashboard .woocommerce-table--order-details th{text-align:left;}.o-account-dashboard .woocommerce-order-details__title{margin-bottom:30px;}.o-account-dashboard .woocommerce-customer-details{margin-top:20px;}.o-account-dashboard .woocommerce-customer-details h2{font-size:1.125em;line-height:1.33333em;font-family:montserrat-bold;text-transform:uppercase;margin-bottom:10px;}.o-account-dashboard .waitlist-user-waitlist-archive-wrapper p a{transition:all .15s ease-in-out;}.keyboard-in-use .o-account-dashboard .waitlist-user-waitlist-archive-wrapper p a:focus{outline:2px dashed var(--theme--focus-color) !important;outline-offset:5px;transition:none;}.o-account-dashboard .waitlist-user-waitlist-archive-wrapper p+ul,.o-account-dashboard .waitlist-user-waitlist-archive-wrapper p+ol{margin-top:18px;}.o-account-dashboard .waitlist-user-waitlist-archive-wrapper ul{list-style:none;}.o-account-dashboard .waitlist-user-waitlist-archive-wrapper ul+p{margin-top:18px;}.o-account-dashboard .waitlist-user-waitlist-archive-wrapper li{position:relative;padding-left:22px;}.o-account-dashboard .waitlist-user-waitlist-archive-wrapper li+li{margin-top:5px;}.o-account-dashboard .waitlist-user-waitlist-archive-wrapper li:before{height:14px;width:14px;content:"";position:absolute;top:6px;left:0;}.o-account-dashboard .waitlist-user-waitlist-wrapper p a{transition:all .15s ease-in-out;}.keyboard-in-use .o-account-dashboard .waitlist-user-waitlist-wrapper p a:focus{outline:2px dashed var(--theme--focus-color) !important;outline-offset:5px;transition:none;}.o-account-dashboard .waitlist-user-waitlist-wrapper .waitlist-products{display:flex;margin-top:30px;justify-content:flex-start;flex-wrap:wrap;}.o-account-dashboard .waitlist-user-waitlist-wrapper .waitlist-single-product{position:relative;max-width:calc(33.33333% - 16px);flex:1 100%;height:100%;padding:20px;margin-right:24px;box-sizing:border-box;}.o-account-dashboard .waitlist-user-waitlist-wrapper .waitlist-single-product:nth-child(3n){margin-right:0;}.o-account-dashboard .waitlist-user-waitlist-wrapper .waitlist-single-product:nth-child(3) ~ *{margin-top:49px;}.o-account-dashboard .waitlist-user-waitlist-wrapper .waitlist-single-product h4{transition:all .15s ease-in-out;}.o-account-dashboard .waitlist-user-waitlist-wrapper .waitlist-single-product a{display:block;}.keyboard-in-use .o-account-dashboard .waitlist-user-waitlist-wrapper .waitlist-single-product a:focus{outline:2px dashed var(--theme--focus-color) !important;outline-offset:5px;transition:none;}.o-account-dashboard .waitlist-user-waitlist-wrapper .waitlist-single-product p{margin:20px;}.o-account-dashboard .waitlist-user-waitlist-wrapper .waitlist-single-product hr{display:none;}.o-account-dashboard .waitlist-user-waitlist-wrapper .waitlist-single-product .waitlist-thumbnail{position:relative;display:block;max-height:257px;overflow:hidden;margin:20px;-o-object-fit:cover;object-fit:cover;}.o-account-dashboard .waitlist-user-waitlist-wrapper .waitlist-single-product .waitlist-thumbnail img{width:100%;height:auto;}.o-account-dashboard .button{display:flex;align-items:center;justify-content:center;text-align:center;width:auto;margin-top:30px;margin-right:auto;margin-left:auto;}.o-account-dashboard .button:after{display:none;}.o-account-dashboard .woocommerce-PaymentBox fieldset{margin-top:30px;}.o-account-dashboard .woocommerce-PaymentBox .form-row{margin-top:15px;}.o-account-dashboard .payment_methods .wc-credit-card-form .woocommerce_error{margin-bottom:0;}.o-account-dashboard .payment_methods .wc-credit-card-form .woocommerce_error li{padding-left:0;}.o-account-dashboard .payment_methods .payment_method_stripe{font-family:montserrat-medium;display:flex;flex-direction:column;list-style-type:none;}.o-account-dashboard .payment_methods input[type="radio"]{height:20px;width:20px;left:0;margin-left:0;border:2px solid gray;margin-top:0;border-radius:50%;background:var(--bg--base-color);margin-bottom:10px;}.o-account-dashboard .payment_methods input[type="radio"]:checked{background-color:var(--theme--secondary-color);}.o-account-dashboard .payment_methods label{margin-bottom:10px;}.o-account-dashboard .payment_methods p a{color:var(--link--bold-color);}.o-account-dashboard .payment_methods p a:hover{color:var(--link--hover-color);}.keyboard-in-use .o-account-dashboard .payment_methods p a:focus{outline:2px dashed var(--theme--focus-color) !important;outline-offset:5px;transition:none;}.o-account-dashboard .woocommerce-MyAccount-paymentMethods{width:100%;}.o-account-dashboard .woocommerce-MyAccount-paymentMethods .payment-method-actions .button{max-width:200px;}.o-account-dashboard .woocommerce-MyAccount-paymentMethods thead{border-bottom:2px solid var(--border--base-color);}.o-account-dashboard .woocommerce-MyAccount-paymentMethods thead th,.o-account-dashboard .woocommerce-MyAccount-paymentMethods thead td,.o-account-dashboard .woocommerce-MyAccount-paymentMethods tbody th,.o-account-dashboard .woocommerce-MyAccount-paymentMethods tbody td,.o-account-dashboard .woocommerce-MyAccount-paymentMethods tfoot th,.o-account-dashboard .woocommerce-MyAccount-paymentMethods tfoot td{font-size:14px;line-height:18px;}.o-account-dashboard .woocommerce-MyAccount-paymentMethods thead th,.o-account-dashboard .woocommerce-MyAccount-paymentMethods tbody th,.o-account-dashboard .woocommerce-MyAccount-paymentMethods tfoot th{font-family:montserrat-bold;color:var(--text--bold-color);}.o-account-dashboard .woocommerce-MyAccount-paymentMethods thead td,.o-account-dashboard .woocommerce-MyAccount-paymentMethods tbody td,.o-account-dashboard .woocommerce-MyAccount-paymentMethods tfoot td{font-family:montserrat-medium;color:var(--text--bold-color);text-align:center;}.o-account-dashboard .woocommerce-MyAccount-paymentMethods thead td a,.o-account-dashboard .woocommerce-MyAccount-paymentMethods tbody td a,.o-account-dashboard .woocommerce-MyAccount-paymentMethods tfoot td a{color:var(--link--bold-color);}.o-account-dashboard .woocommerce-MyAccount-paymentMethods thead td a:hover,.o-account-dashboard .woocommerce-MyAccount-paymentMethods tbody td a:hover,.o-account-dashboard .woocommerce-MyAccount-paymentMethods tfoot td a:hover{color:var(--link--hover-color);}.o-account-dashboard .woocommerce-MyAccount-paymentMethods thead td a.button,.o-account-dashboard .woocommerce-MyAccount-paymentMethods tbody td a.button,.o-account-dashboard .woocommerce-MyAccount-paymentMethods tfoot td a.button{color:var(--color--white);text-align:center;display:flex;align-items:center;justify-content:center;margin:10px auto;}@media screen and (max-width: 950px){.o-account-dashboard .woocommerce-MyAccount-paymentMethods thead{display:none;}.o-account-dashboard .woocommerce-MyAccount-paymentMethods tbody td{display:block;}.o-account-dashboard .woocommerce-MyAccount-paymentMethods tbody td .a-button,.o-account-dashboard .woocommerce-MyAccount-paymentMethods tbody td .a-input[type="submit"],.o-account-dashboard .woocommerce-MyAccount-paymentMethods tbody td .o-product-cart input[type="submit"][type="number"],.o-product-cart .o-account-dashboard .woocommerce-MyAccount-paymentMethods tbody td input[type="submit"][type="number"],.o-account-dashboard .woocommerce-MyAccount-paymentMethods tbody td .o-product-cart input[type="submit"][type="text"],.o-product-cart .o-account-dashboard .woocommerce-MyAccount-paymentMethods tbody td input[type="submit"][type="text"],.o-account-dashboard .woocommerce-MyAccount-paymentMethods tbody td .m-logo-links-dropdown__button,.o-account-dashboard .woocommerce-MyAccount-paymentMethods tbody td .m-product-review-form-block .form-submit input,.m-product-review-form-block .form-submit .o-account-dashboard .woocommerce-MyAccount-paymentMethods tbody td input,.o-account-dashboard .woocommerce-MyAccount-paymentMethods tbody td .woocommerce-info a,.o-account-dashboard .woocommerce-info .woocommerce-MyAccount-paymentMethods tbody td a,.o-account-dashboard .woocommerce-MyAccount-paymentMethods tbody td .u-columns .title a,.o-account-dashboard .u-columns .title .woocommerce-MyAccount-paymentMethods tbody td a,.o-account-dashboard .woocommerce-MyAccount-paymentMethods tbody td .button,.o-account-dashboard .woocommerce-MyAccount-paymentMethods tbody td .woocommerce .woocommerce-notices-wrapper .woocommerce-message .button,.woocommerce .woocommerce-notices-wrapper .woocommerce-message .o-account-dashboard .woocommerce-MyAccount-paymentMethods tbody td .button{max-width:200px;}}@media screen and (max-width: 1200px){.o-account-dashboard .woocommerce-MyAccount-content .woocommerce-message a{display:block;margin-bottom:15px;margin-left:0;}.o-account-dashboard .woocommerce-orders-table thead{display:none;}.o-account-dashboard .woocommerce-orders-table tbody td{display:block;}.o-account-dashboard .woocommerce-orders-table tbody td:before{display:block;margin-bottom:15px;}.o-account-dashboard .waitlist-user-waitlist-wrapper .waitlist-single-product{max-width:calc(50% - 12px);}.o-account-dashboard .waitlist-user-waitlist-wrapper .waitlist-single-product:nth-child(3n){margin-right:24px;}.o-account-dashboard .waitlist-user-waitlist-wrapper .waitlist-single-product:nth-child(2n){margin-right:0;}.o-account-dashboard .waitlist-user-waitlist-wrapper .waitlist-single-product:nth-child(2) ~ *{margin-top:49px;}}@media screen and (max-width: 1024px){.o-account-dashboard .woocommerce-MyAccount-content{max-width:calc(100% - 300px);}.o-account-dashboard .woocommerce-message--info,.o-account-dashboard .woocommerce-Message--info{flex-direction:column;}.o-account-dashboard .woocommerce-message--info .button,.o-account-dashboard .woocommerce-Message--info .button{margin-right:0;margin-bottom:20px;}}@media screen and (max-width: 950px){.o-account-dashboard{margin-top:160px;}}@media screen and (max-width: 768px){.o-account-dashboard__container{flex-direction:column;}.o-account-dashboard__heading{margin-bottom:30px;}.o-account-dashboard .woocommerce-MyAccount-navigation{flex:1 100%;width:100%;}.o-account-dashboard .woocommerce-MyAccount-content{max-width:100%;margin-left:0;margin-top:50px;}.o-account-dashboard .u-columns{flex-direction:column;}.o-account-dashboard .u-columns .woocommerce-Address{max-width:100%;width:100%;}.o-account-dashboard .u-columns .woocommerce-Address+.woocommerce-Address{margin-top:30px;}.o-account-dashboard .woocommerce-address-fields__field-wrapper .form-row-first,.o-account-dashboard .woocommerce-address-fields__field-wrapper .form-row-last,.o-account-dashboard .woocommerce-EditAccountForm .form-row-first,.o-account-dashboard .woocommerce-EditAccountForm .form-row-last{max-width:100%;}.o-account-dashboard .woocommerce-address-fields__field-wrapper .form-row-last,.o-account-dashboard .woocommerce-EditAccountForm .form-row-last{margin-top:15px;}.o-account-dashboard .waitlist-user-waitlist-wrapper .waitlist-single-product{max-width:100%;margin-right:0;}.o-account-dashboard .waitlist-user-waitlist-wrapper .waitlist-single-product:nth-child(1n){margin-right:0;}.o-account-dashboard .waitlist-user-waitlist-wrapper .waitlist-single-product:nth-child(1) ~ *{margin-top:49px;}.o-account-dashboard .woocommerce-MyAccount-paymentMethods thead{display:none;}.o-account-dashboard .woocommerce-MyAccount-paymentMethods tbody td{display:block;text-align:center !important;}.o-account-dashboard .woocommerce-MyAccount-paymentMethods tbody td:before{display:block;margin-bottom:10px;}}@media screen and (max-width: 600px){.o-account-dashboard{margin-top:100px;margin-bottom:70px;}}@media screen and (max-width: 500px){.o-account-dashboard .woocommerce-MyAccount-navigation li{padding-left:10px;padding-right:10px;font-size:.875em;}}.select2-container--default .select2-results__option--highlighted[aria-selected],.select2-container--default .select2-results__option--highlighted[data-selected]{background-color:var(--theme--primary-color) !important;}.select2-container .select2-results__option{font-family:montserrat-medium;font-size:.875em;line-height:1.28571em;color:var(--text--bold-color);padding:5px;}.select2-container--default .select2-selection--single .select2-selection__rendered{line-height:20px !important;padding-left:0 !important;}.o-cart-checkout{margin:200px 0 100px;}.o-cart-checkout__main-heading{margin-bottom:40px;}.o-cart-checkout__notice{margin-bottom:20px;border:2px solid var(--border--base-color);padding:20px;}.o-cart-checkout__notice p,.o-cart-checkout__notice *{font-size:1em;line-height:1.25em;}.o-cart-checkout__notice p+p,.o-cart-checkout__notice p+*,.o-cart-checkout__notice *+p,.o-cart-checkout__notice *+*{margin-top:20px !important;}.o-cart-checkout .woocommerce-message{font-family:montserrat-semibold;text-align:center;border-right:2px solid var(--border--base-color);border-bottom:2px solid var(--border--base-color);border-left:2px solid var(--border--base-color);padding:20px;box-sizing:border-box;}.o-cart-checkout .woocommerce-error{font-family:montserrat-semibold;border:2px solid var(--theme--primary-color);}.o-cart-checkout__form{display:flex;flex-direction:column;margin-top:50px;}.o-cart-checkout__form #wc-stripe-payment-request-button-separator{display:none !important;}.o-cart-checkout__main{display:flex;align-items:flex-start;justify-content:space-between;}.o-cart-checkout__order-review{display:flex;flex-direction:column;align-items:flex-start;margin-left:60px;}.o-cart-checkout__order-review .shop_table{width:100%;border:2px solid var(--border--base-color);}.o-cart-checkout__order-review .shop_table a{color:var(--link--bold-color);}.o-cart-checkout__order-review .shop_table a:hover{color:var(--link--hover-color);}.keyboard-in-use .o-cart-checkout__order-review .shop_table a:focus{outline:2px dashed var(--theme--focus-color) !important;outline-offset:5px;transition:none;}.o-cart-checkout__order-review .shop_table th,.o-cart-checkout__order-review .shop_table td{border:2px solid var(--border--base-color);}.o-cart-checkout__order-review .shop_table th{font-family:montserrat-bold;font-size:1em;line-height:1.25em;padding:10px;border:2px solid var(--border--base-color);border-collapse:collapse;vertical-align:middle;text-transform:uppercase;color:var(--text--bold-color);}.o-cart-checkout__order-review .shop_table td{font-family:montserrat-medium;font-size:16px !important;line-height:20px !important;position:relative;padding:20px;vertical-align:middle;text-align:center;text-transform:uppercase;border:2px solid var(--border--base-color);border-collapse:collapse;color:var(--text--bold-color);}.o-cart-checkout h3{text-align:left;}.o-cart-checkout .woocommerce-form-login-toggle,.o-cart-checkout .woocommerce-form-coupon-toggle{padding:20px 40px;border:2px solid var(--border--base-color);box-sizing:border-box;}.o-cart-checkout .woocommerce-NoticeGroup{max-width:100%;margin-bottom:50px;flex:1 100%;}.o-cart-checkout .woocommerce-error:not([role="alert"]){font-family:montserrat-medium;flex:1 100%;padding:40px;margin-bottom:40px;color:var(--theme--primary-color);background-color:var(--color--gray-300);list-style:none;}.o-cart-checkout .woocommerce-error:not([role="alert"]) li{position:relative;padding-left:22px;}.o-cart-checkout .woocommerce-error:not([role="alert"]) li:before{height:14px;width:14px;content:"";position:absolute;top:9px;left:0;}.o-cart-checkout .woocommerce-error:not([role="alert"]) li strong{font-weight:700;}.o-cart-checkout .woocommerce-info{display:flex;justify-content:space-between;align-items:center;background-color:unset;padding:0;margin:0;text-align:left;}.o-cart-checkout .woocommerce-info a{font-size:16px;line-height:20px;}.o-cart-checkout .woocommerce-form-coupon-toggle{margin-top:30px;}.o-cart-checkout .woocommerce-form-coupon{display:flex;flex-direction:column;align-items:flex-start;}.o-cart-checkout .woocommerce-form-login,.o-cart-checkout .woocommerce-form-coupon{padding:40px;border:2px solid var(--border--base-color);border-top:0;}.o-cart-checkout .woocommerce-form-login .form-row,.o-cart-checkout .woocommerce-form-coupon .form-row{display:flex;flex-direction:column;width:100%;align-items:flex-start;}.o-cart-checkout .woocommerce-form-login p,.o-cart-checkout .woocommerce-form-coupon p{font-family:montserrat-medium;}.o-cart-checkout .woocommerce-form-login p label,.o-cart-checkout .woocommerce-form-coupon p label{font-size:16px;line-height:16px;}.o-cart-checkout .woocommerce-form-login p+p,.o-cart-checkout .woocommerce-form-coupon p+p{margin-top:30px;}.o-cart-checkout .woocommerce-form-login p a,.o-cart-checkout .woocommerce-form-coupon p a{color:var(--text--base-color);}.o-cart-checkout .woocommerce-form-login p a:hover,.o-cart-checkout .woocommerce-form-coupon p a:hover{color:var(--link--hover-color);}.keyboard-in-use .o-cart-checkout .woocommerce-form-login p a:focus,.keyboard-in-use .o-cart-checkout .woocommerce-form-coupon p a:focus{outline:2px dashed var(--theme--focus-color) !important;outline-offset:5px;transition:none;}.o-cart-checkout .woocommerce-form-login p input,.o-cart-checkout .woocommerce-form-coupon p input{font-family:montserrat-medium;font-size:1em;line-height:1.25em;border:2px solid var(--border--base-color);background-color:var(--bg--base-color);border-radius:var(--border--radius);padding:10px;width:100%;box-sizing:border-box;}.o-cart-checkout .woocommerce-form-login p .a-button,.o-cart-checkout .woocommerce-form-login p .a-input[type="submit"],.o-cart-checkout .woocommerce-form-login p .o-product-cart input[type="submit"][type="number"],.o-product-cart .o-cart-checkout .woocommerce-form-login p input[type="submit"][type="number"],.o-cart-checkout .woocommerce-form-login p .o-product-cart input[type="submit"][type="text"],.o-product-cart .o-cart-checkout .woocommerce-form-login p input[type="submit"][type="text"],.o-cart-checkout .woocommerce-form-login p .m-logo-links-dropdown__button,.o-cart-checkout .woocommerce-form-login p .m-product-review-form-block .form-submit input,.m-product-review-form-block .form-submit .o-cart-checkout .woocommerce-form-login p input,.o-cart-checkout .woocommerce-form-login p .o-account-dashboard .woocommerce-info a,.o-account-dashboard .woocommerce-info .o-cart-checkout .woocommerce-form-login p a,.o-cart-checkout .woocommerce-form-login p .o-account-dashboard .u-columns .title a,.o-account-dashboard .u-columns .title .o-cart-checkout .woocommerce-form-login p a,.o-cart-checkout .woocommerce-form-login p .button,.o-cart-checkout .woocommerce-form-login p .woocommerce .woocommerce-notices-wrapper .woocommerce-message .button,.woocommerce .woocommerce-notices-wrapper .woocommerce-message .o-cart-checkout .woocommerce-form-login p .button,.o-cart-checkout .woocommerce-form-coupon p .a-button,.o-cart-checkout .woocommerce-form-coupon p .a-input[type="submit"],.o-cart-checkout .woocommerce-form-coupon p .o-product-cart input[type="submit"][type="number"],.o-product-cart .o-cart-checkout .woocommerce-form-coupon p input[type="submit"][type="number"],.o-cart-checkout .woocommerce-form-coupon p .o-product-cart input[type="submit"][type="text"],.o-product-cart .o-cart-checkout .woocommerce-form-coupon p input[type="submit"][type="text"],.o-cart-checkout .woocommerce-form-coupon p .m-logo-links-dropdown__button,.o-cart-checkout .woocommerce-form-coupon p .m-product-review-form-block .form-submit input,.m-product-review-form-block .form-submit .o-cart-checkout .woocommerce-form-coupon p input,.o-cart-checkout .woocommerce-form-coupon p .o-account-dashboard .woocommerce-info a,.o-account-dashboard .woocommerce-info .o-cart-checkout .woocommerce-form-coupon p a,.o-cart-checkout .woocommerce-form-coupon p .o-account-dashboard .u-columns .title a,.o-account-dashboard .u-columns .title .o-cart-checkout .woocommerce-form-coupon p a,.o-cart-checkout .woocommerce-form-coupon p .button,.o-cart-checkout .woocommerce-form-coupon p .woocommerce .woocommerce-notices-wrapper .woocommerce-message .button,.woocommerce .woocommerce-notices-wrapper .woocommerce-message .o-cart-checkout .woocommerce-form-coupon p .button{font-size:.8em;}.o-cart-checkout .woocommerce-form-login .clear,.o-cart-checkout .woocommerce-form-coupon .clear{display:none;}.o-cart-checkout .woocommerce-form-login button,.o-cart-checkout .woocommerce-form-coupon button{font-size:.90909em;}.keyboard-in-use .o-cart-checkout .woocommerce-form-login button:focus,.keyboard-in-use .o-cart-checkout .woocommerce-form-coupon button:focus{outline:2px dashed var(--theme--focus-color) !important;outline-offset:5px;transition:none;}.o-cart-checkout .sv-wc-external-checkout{margin-top:2em;}.o-cart-checkout .sv-wc-external-checkout .sv-wc-apple-pay-button{display:inline-flex;border-radius:20px;}.o-cart-checkout .sv-wc-external-checkout .divider{font-family:montserrat-bold;}.o-cart-checkout .woocommerce-form-login__rememberme{margin-bottom:30px;}.o-cart-checkout .col2-set{max-width:calc(60% - 25px);flex:1 100%;}.o-cart-checkout__totals{max-width:calc(40% - 25px);flex:1 100%;margin-left:50px;}.o-cart-checkout p label{font-size:1.25em;}.o-cart-checkout p+p{margin-top:30px;}.o-cart-checkout .woocommerce-billing-fields .mailchimp-newsletter{margin-top:0 !important;}.o-cart-checkout .woocommerce-billing-fields .checkbox,.o-cart-checkout .woocommerce-billing-fields .mailchimp-newsletter{display:inline-flex !important;flex-direction:row !important;width:100%;}.o-cart-checkout .woocommerce-billing-fields .checkbox span,.o-cart-checkout .woocommerce-billing-fields .mailchimp-newsletter span{margin-left:0 !important;}.o-cart-checkout .woocommerce-billing-fields .checkbox label,.o-cart-checkout .woocommerce-billing-fields .mailchimp-newsletter label{font-family:montserrat-medium;top:auto;left:auto;background-color:transparent !important;display:flex;align-items:center;justify-content:flex-start;font-size:14px !important;line-height:14px !important;transform:translateY(0);z-index:5;position:relative !important;cursor:pointer;padding-left:0 !important;margin-bottom:0 !important;}.o-cart-checkout .woocommerce-billing-fields .checkbox label a,.o-cart-checkout .woocommerce-billing-fields .mailchimp-newsletter label a{color:var(--link--bold-color);margin-left:5px;display:inline-block;}.keyboard-in-use .o-cart-checkout .woocommerce-billing-fields .checkbox label a:focus,.keyboard-in-use .o-cart-checkout .woocommerce-billing-fields .mailchimp-newsletter label a:focus{outline:2px dashed var(--theme--focus-color) !important;outline-offset:5px;transition:none;}.o-cart-checkout .woocommerce-billing-fields .checkbox .optional,.o-cart-checkout .woocommerce-billing-fields .mailchimp-newsletter .optional{display:none;}.o-cart-checkout .woocommerce-billing-fields .checkbox input,.o-cart-checkout .woocommerce-billing-fields .mailchimp-newsletter input{width:24px !important;height:24px !important;padding:5px;background-image:url("https://cdn-ikpfjol.nitrocdn.com/sFJFvEmonhoQYtgfpLbAzAWEPnNuaFLe/assets/images/optimized/rev-fafaa5e/dartzoneblasters.com/wp-content/themes/dart-zone-platform/assets/images/icons/small/light-gray-checkmark-icon.svg");background-size:70%;background-position:center;background-repeat:no-repeat;border:2px solid var(--color--gray-300);border-radius:var(--border--radius);cursor:pointer;margin:0 5px 0 0 !important;}.o-cart-checkout .woocommerce-billing-fields .checkbox input.nitro-lazy,.o-cart-checkout .woocommerce-billing-fields .mailchimp-newsletter input.nitro-lazy{background-image:none !important;}.o-cart-checkout .woocommerce-billing-fields .checkbox input:checked,.o-cart-checkout .woocommerce-billing-fields .mailchimp-newsletter input:checked{background-image:url("https://cdn-ikpfjol.nitrocdn.com/sFJFvEmonhoQYtgfpLbAzAWEPnNuaFLe/assets/images/optimized/rev-fafaa5e/dartzoneblasters.com/wp-content/themes/dart-zone-platform/assets/images/icons/small/white-checkmark-icon.svg") !important;background-color:var(--color--black);border-color:var(--color--black);}.o-cart-checkout .woocommerce-billing-fields .checkbox input:checked.nitro-lazy,.o-cart-checkout .woocommerce-billing-fields .mailchimp-newsletter input:checked.nitro-lazy{background-image:none !important;}.o-cart-checkout .woocommerce-billing-fields .checkbox input:checked:hover,.o-cart-checkout .woocommerce-billing-fields .mailchimp-newsletter input:checked:hover{background-image:url("https://cdn-ikpfjol.nitrocdn.com/sFJFvEmonhoQYtgfpLbAzAWEPnNuaFLe/assets/images/optimized/rev-fafaa5e/dartzoneblasters.com/wp-content/themes/dart-zone-platform/assets/images/icons/small/white-checkmark-icon.svg") !important;}.o-cart-checkout .woocommerce-billing-fields .checkbox input:checked:hover.nitro-lazy,.o-cart-checkout .woocommerce-billing-fields .mailchimp-newsletter input:checked:hover.nitro-lazy{background-image:none !important;}.o-cart-checkout .woocommerce-billing-fields .checkbox input:hover,.o-cart-checkout .woocommerce-billing-fields .mailchimp-newsletter input:hover{background-image:url("https://cdn-ikpfjol.nitrocdn.com/sFJFvEmonhoQYtgfpLbAzAWEPnNuaFLe/assets/images/optimized/rev-fafaa5e/dartzoneblasters.com/wp-content/themes/dart-zone-platform/assets/images/icons/small/dark-gray-checkmark-icon.svg") !important;border:2px solid var(--color--black);}.o-cart-checkout .woocommerce-billing-fields .checkbox input:hover.nitro-lazy,.o-cart-checkout .woocommerce-billing-fields .mailchimp-newsletter input:hover.nitro-lazy{background-image:none !important;}.keyboard-in-use .o-cart-checkout .woocommerce-billing-fields .checkbox input:focus,.keyboard-in-use .o-cart-checkout .woocommerce-billing-fields .mailchimp-newsletter input:focus{outline:2px dashed var(--theme--focus-color) !important;outline-offset:5px;transition:none;}.o-cart-checkout .woocommerce-billing-fields__field-wrapper{margin-top:50px;}.o-cart-checkout .woocommerce-billing-fields .form-row{display:flex;flex-direction:column;}.o-cart-checkout .woocommerce-billing-fields .form-row.checkbox{margin:24px 0;}.o-cart-checkout .woocommerce-billing-fields .form-row.checkbox label{font-size:14px !important;line-height:18px !important;transform:none !important;background-color:transparent !important;}.o-cart-checkout .woocommerce-billing-fields .form-row label{font-family:montserrat-medium;margin-bottom:5px;font-size:12px !important;line-height:12px !important;transform:translateY(-30px);background:var(--color--gray-200);z-index:5;}.o-cart-checkout .woocommerce-billing-fields .form-row input{font-family:montserrat-medium;font-size:1em;line-height:1.25em;border:2px solid var(--border--base-color);background-color:var(--bg--base-color);border-radius:var(--border--radius);padding:10px;width:100%;box-sizing:border-box;}.o-cart-checkout .woocommerce-billing-fields .form-row .select2-container--default .select2-selection--single{border:2px solid var(--border--base-color) !important;border-radius:var(--border--radius);margin:0 !important;}.o-cart-checkout .woocommerce-billing-fields .form-row .select2-selection{padding:10px !important;height:unset !important;}.o-cart-checkout .woocommerce-billing-fields .form-row .select2-selection .select2-selection__arrow{top:10px;right:5px;}.o-cart-checkout .woocommerce-billing-fields .form-row .select2-container--default .select2-selection--single .select2-selection__rendered{color:var(--text--bold-color) !important;}.o-cart-checkout .woocommerce-billing-fields .form-row .selection{font-family:montserrat-medium;font-size:16px !important;color:var(--text--bold-color) !important;}.o-cart-checkout .woocommerce-billing-fields .form-row .selection .selection2-selection{border:2px solid var(--border--base-color) !important;border-radius:var(--border--radius);}.o-cart-checkout .woocommerce-billing-fields .form-row .select2-container .select2-results__option--highlighted{color:var(--text--bold-color) !important;}.o-cart-checkout .woocommerce-account-fields{display:flex;flex-direction:column;margin:0;}.o-cart-checkout .woocommerce-account-fields .form-row+.form-row{margin-top:12px;}.o-cart-checkout .woocommerce-account-fields p label{padding:0 !important;}.o-cart-checkout .woocommerce-account-fields .create-account{display:inline-flex;}.o-cart-checkout .woocommerce-account-fields .create-account .woocommerce-form__label,.o-cart-checkout .woocommerce-account-fields .create-account label{top:auto;left:0;background-color:transparent !important;display:flex;align-items:center;justify-content:flex-start;font-size:14px !important;line-height:14px !important;transform:translateY(0);z-index:5;position:relative !important;color:var(--theme--secondary-color);cursor:pointer;padding:0 !important;}.o-cart-checkout .woocommerce-account-fields .create-account span{font-family:montserrat-medium;margin-left:5px !important;}.o-cart-checkout .woocommerce-account-fields .create-account input{height:24px;width:24px;padding:5px;background-image:url("https://cdn-ikpfjol.nitrocdn.com/sFJFvEmonhoQYtgfpLbAzAWEPnNuaFLe/assets/images/optimized/rev-fafaa5e/dartzoneblasters.com/wp-content/themes/dart-zone-platform/assets/images/icons/small/light-gray-checkmark-icon.svg");background-size:70%;background-position:center;background-repeat:no-repeat;border:2px solid var(--color--gray-200);border-radius:var(--border--radius);cursor:pointer;margin:0 !important;}.o-cart-checkout .woocommerce-account-fields .create-account input.nitro-lazy{background-image:none !important;}.o-cart-checkout .woocommerce-account-fields .create-account input:checked{background-image:url("https://cdn-ikpfjol.nitrocdn.com/sFJFvEmonhoQYtgfpLbAzAWEPnNuaFLe/assets/images/optimized/rev-fafaa5e/dartzoneblasters.com/wp-content/themes/dart-zone-platform/assets/images/icons/small/white-checkmark-icon.svg") !important;background-color:var(--color--black);border-color:var(--color--black);}.o-cart-checkout .woocommerce-account-fields .create-account input:checked.nitro-lazy{background-image:none !important;}.o-cart-checkout .woocommerce-account-fields .create-account input:checked:hover{background-image:url("https://cdn-ikpfjol.nitrocdn.com/sFJFvEmonhoQYtgfpLbAzAWEPnNuaFLe/assets/images/optimized/rev-fafaa5e/dartzoneblasters.com/wp-content/themes/dart-zone-platform/assets/images/icons/small/white-checkmark-icon.svg") !important;}.o-cart-checkout .woocommerce-account-fields .create-account input:checked:hover.nitro-lazy{background-image:none !important;}.o-cart-checkout .woocommerce-account-fields .create-account input:hover{background-image:url("https://cdn-ikpfjol.nitrocdn.com/sFJFvEmonhoQYtgfpLbAzAWEPnNuaFLe/assets/images/optimized/rev-fafaa5e/dartzoneblasters.com/wp-content/themes/dart-zone-platform/assets/images/icons/small/dark-gray-checkmark-icon.svg") !important;border:2px solid var(--color--black);}.o-cart-checkout .woocommerce-account-fields .create-account input:hover.nitro-lazy{background-image:none !important;}.keyboard-in-use .o-cart-checkout .woocommerce-account-fields .create-account input:focus{outline:2px dashed var(--theme--focus-color) !important;outline-offset:5px;transition:none;}.o-cart-checkout .col-2{margin-top:30px;}.o-cart-checkout .woocommerce-checkout-review-order{margin-top:30px;}.o-cart-checkout .woocommerce-checkout-review-order-table td.product-total{font-size:1.25em;line-height:1.2em;color:var(--text--bold-color);}.o-cart-checkout .woocommerce-checkout-review-order-table .cart-subtotal td,.o-cart-checkout .woocommerce-checkout-review-order-table .order-total td{font-size:1.25em;line-height:1.2em;color:var(--text--bold-color);}.o-cart-checkout .woocommerce-checkout-payment{margin-top:30px;}.o-cart-checkout .woocommerce-checkout-payment .button{margin-top:30px;}.o-cart-checkout .woocommerce-checkout-payment .wc_payment_methods{list-style:none;}.o-cart-checkout .woocommerce-checkout-payment .wc_payment_method{position:relative;}.o-cart-checkout .woocommerce-checkout-payment input[type="radio"]{position:absolute;left:0;top:3px;width:20px;height:20px;border:2px solid gray;border-radius:50%;background:var(--bg--base-color);}.o-cart-checkout .woocommerce-checkout-payment input[type="radio"]:checked{background-color:var(--theme--primary-color);}.o-cart-checkout .woocommerce-checkout-payment input[type="radio"]+label{padding-left:40px;}.o-cart-checkout .woocommerce-checkout-payment .woocommerce-error{color:var(--bg--base-color);background-color:var(--theme--primary-color);padding:10px 20px;margin-top:15px;}.o-cart-checkout .woocommerce-privacy-policy-text{margin-top:15px;}.o-cart-checkout .woocommerce-privacy-policy-text p{font-size:1em;line-height:1.25em;font-family:montserrat-medium;}.o-cart-checkout .woocommerce-privacy-policy-text p a{transition:all .15s ease-in-out;color:var(--link--bold-color);font-weight:bold;}.o-cart-checkout .woocommerce-privacy-policy-text p a:hover{color:var(--link--hover-color);}.keyboard-in-use .o-cart-checkout .woocommerce-privacy-policy-text p a:focus{outline:2px dashed var(--theme--focus-color) !important;outline-offset:5px;transition:none;}.o-cart-checkout .stripe-gateway-checkout-email-field button.stripe-gateway-stripelink-modal-trigger{top:auto !important;right:auto !important;bottom:calc(100% + 10px) !important;left:0 !important;}.o-cart-checkout .woocommerce-additional-fields{margin-top:30px;}.o-cart-checkout .woocommerce-additional-fields h3{margin-bottom:30px;}.o-cart-checkout .woocommerce-additional-fields .form-row{display:flex;flex-direction:column;}.o-cart-checkout .woocommerce-additional-fields .form-row label{font-family:montserrat-medium;font-size:1em;line-height:1.25em;margin-bottom:5px;}.o-cart-checkout .woocommerce-additional-fields .form-row textarea{font-family:montserrat-medium;font-size:1em;line-height:1.25em;border:2px solid var(--border--base-color);background-color:var(--bg--base-color);border-radius:var(--border--radius);padding:10px;width:100%;box-sizing:border-box;}.o-cart-checkout #tax_exemption_checkbox_div{margin-top:30px;}.o-cart-checkout .woocommerce-shipping-methods{list-style:none;}.o-cart-checkout .woocommerce-shipping-methods label:not(.a-label){margin-bottom:0;}.o-cart-checkout .woocommerce-shipping-methods li{position:relative;}.o-cart-checkout .woocommerce-shipping-methods li input[type="radio"]{height:20px;width:20px;position:absolute;left:0;top:3px;border-radius:50%;}.o-cart-checkout .woocommerce-shipping-methods li input[type="radio"]+label{padding-left:40px;}.o-cart-checkout .woocommerce-shipping-fields #ship-to-different-address span{cursor:pointer;}.o-cart-checkout .woocommerce-shipping-fields #ship-to-different-address input{height:24px;width:24px;padding:5px;background-image:url("https://cdn-ikpfjol.nitrocdn.com/sFJFvEmonhoQYtgfpLbAzAWEPnNuaFLe/assets/images/optimized/rev-fafaa5e/dartzoneblasters.com/wp-content/themes/dart-zone-platform/assets/images/icons/small/light-gray-checkmark-icon.svg");background-size:70%;background-position:center;background-repeat:no-repeat;border:2px solid var(--color--gray-300);border-radius:var(--border--radius);cursor:pointer;}.o-cart-checkout .woocommerce-shipping-fields #ship-to-different-address input.nitro-lazy{background-image:none !important;}.o-cart-checkout .woocommerce-shipping-fields #ship-to-different-address input:checked{background-image:url("https://cdn-ikpfjol.nitrocdn.com/sFJFvEmonhoQYtgfpLbAzAWEPnNuaFLe/assets/images/optimized/rev-fafaa5e/dartzoneblasters.com/wp-content/themes/dart-zone-platform/assets/images/icons/small/white-checkmark-icon.svg") !important;background-color:var(--color--black);border-color:var(--color--black);}.o-cart-checkout .woocommerce-shipping-fields #ship-to-different-address input:checked.nitro-lazy{background-image:none !important;}.o-cart-checkout .woocommerce-shipping-fields #ship-to-different-address input:checked:hover{background-image:url("https://cdn-ikpfjol.nitrocdn.com/sFJFvEmonhoQYtgfpLbAzAWEPnNuaFLe/assets/images/optimized/rev-fafaa5e/dartzoneblasters.com/wp-content/themes/dart-zone-platform/assets/images/icons/small/white-checkmark-icon.svg") !important;}.o-cart-checkout .woocommerce-shipping-fields #ship-to-different-address input:checked:hover.nitro-lazy{background-image:none !important;}.o-cart-checkout .woocommerce-shipping-fields #ship-to-different-address input:hover{background-image:url("https://cdn-ikpfjol.nitrocdn.com/sFJFvEmonhoQYtgfpLbAzAWEPnNuaFLe/assets/images/optimized/rev-fafaa5e/dartzoneblasters.com/wp-content/themes/dart-zone-platform/assets/images/icons/small/dark-gray-checkmark-icon.svg") !important;border:2px solid var(--color--black);}.o-cart-checkout .woocommerce-shipping-fields #ship-to-different-address input:hover.nitro-lazy{background-image:none !important;}.keyboard-in-use .o-cart-checkout .woocommerce-shipping-fields #ship-to-different-address input:focus{outline:2px dashed var(--theme--focus-color) !important;outline-offset:5px;transition:none;}.o-cart-checkout .woocommerce-shipping-fields #ship-to-different-address span{font-size:24px;color:var(--theme--primary-color);}.o-cart-checkout .woocommerce-shipping-fields .form-row{display:flex;flex-direction:column;}.o-cart-checkout .woocommerce-shipping-fields .form-row label{font-family:montserrat-medium;font-size:1em;line-height:1.25em;margin-bottom:5px;}.o-cart-checkout .woocommerce-shipping-fields .form-row input{font-family:montserrat-medium;font-size:1em;line-height:1.25em;padding:10px;width:100%;background-color:var(--bg--base-color);border:2px solid var(--border--base-color);border-radius:var(--border--radius);box-sizing:border-box;}.o-cart-checkout .woocommerce-shipping-fields .form-row .select2-container--default .select2-selection--single{border:2px solid var(--border--base-color) !important;border-radius:var(--border--radius);}.o-cart-checkout .woocommerce-shipping-fields .form-row .select2-selection{padding:10px !important;height:unset !important;}.o-cart-checkout .woocommerce-shipping-fields .form-row .select2-selection .select2-selection__arrow{top:10px;right:5px;}.o-cart-checkout .woocommerce-shipping-fields .form-row .select2-container--default .select2-selection--single .select2-selection__rendered{color:var(--text--bold-color) !important;}.o-cart-checkout .woocommerce-shipping-fields .form-row .selection{font-family:montserrat-medium;font-size:16px !important;color:var(--text--bold-color) !important;}.o-cart-checkout .woocommerce-shipping-fields .form-row .selection .selection2-selection{border:2px solid var(--border--base-color) !important;border-radius:var(--border--radius);}.o-cart-checkout .woocommerce-shipping-fields .form-row .select2-container .select2-results__option--highlighted{color:var(--text--bold-color) !important;}.o-cart-checkout .wc-braintree-credit-card-new-payment-method-form{margin-top:30px;}.o-cart-checkout .form-row+.form-row{margin-top:25px;}.o-cart-checkout #ship-to-different-address{margin-bottom:20px;}.o-cart-checkout #shipping_address_2_field{margin-top:4px;}.o-cart-checkout .form-row{position:relative;}.o-cart-checkout .form-row label{transition:all .15s ease-in-out;position:absolute;top:50%;left:10px;transform:translateY(-50%);padding:1px 4px;box-sizing:border-box;will-change:transform;margin-bottom:0;}.o-cart-checkout .form-row label[for="billing_address_1"],.o-cart-checkout .form-row label[for="billing_address_2"],.o-cart-checkout .form-row label[for="shipping_address_1"],.o-cart-checkout .form-row label[for="order_comments"]{background-color:var(--color--gray-200);font-size:12px !important;line-height:12px !important;transform:translateY(-30px);z-index:5;}.o-cart-checkout .form-row label[for="order_comments"]{transform:translateY(-40px);}.o-cart-checkout .form-row--focused label{background-color:var(--color--gray-200);font-size:12px !important;line-height:12px !important;transform:translateY(-30px);z-index:5;}.o-cart-checkout #billing_address_2_field{margin-top:25px;}@media screen and (max-width: 950px){.o-cart-checkout{margin-top:180px;margin-bottom:70px;}.o-cart-checkout__main{flex-direction:column;}.o-cart-checkout .col2-set{max-width:100%;width:100%;}.o-cart-checkout__totals{max-width:100%;margin-left:0;margin-top:50px;}.o-cart-checkout__order-review{margin-left:0;max-width:unset;margin-top:50px;}}@media screen and (max-width: 768px){.o-cart-checkout .woocommerce-info{flex-direction:column;}.o-cart-checkout .woocommerce-info a{margin-top:15px;}}@media screen and (max-width: 600px){.o-cart-checkout{margin-top:120px;}}@media screen and (max-width: 500px){.o-cart-checkout__container{padding:0 20px;}}.woocommerce-error[role="alert"]{font-family:montserrat-semibold;font-size:1.125em;line-height:1em;padding:15px 40px;list-style:none;text-align:center;background-color:var(--color--red);color:var(--color--white);z-index:10;}.woocommerce-terms-and-conditions-wrapper{display:flex;flex-direction:column;}.woocommerce-terms-and-conditions-wrapper .woocommerce-validated label{margin-left:0 !important;}.woocommerce-terms-and-conditions-wrapper .woocommerce-validated input{width:24px !important;height:24px !important;}.woocommerce-terms-and-conditions-wrapper .checkbox{display:inline-flex !important;flex-direction:row !important;width:100%;}.woocommerce-terms-and-conditions-wrapper .checkbox span{margin-left:0 !important;}.woocommerce-terms-and-conditions-wrapper .checkbox label{font-family:montserrat-medium;top:auto;left:auto;background-color:transparent !important;display:flex;align-items:center;justify-content:flex-start;font-size:14px !important;line-height:14px !important;transform:translateY(0);z-index:5;position:relative !important;cursor:pointer;padding-left:0 !important;margin-bottom:0 !important;}.woocommerce-terms-and-conditions-wrapper .checkbox label a{color:var(--link--bold-color);margin-left:5px;display:inline-block;}.keyboard-in-use .woocommerce-terms-and-conditions-wrapper .checkbox label a:focus{outline:2px dashed var(--theme--focus-color) !important;outline-offset:5px;transition:none;}.woocommerce-terms-and-conditions-wrapper .checkbox .optional{display:none;}.woocommerce-terms-and-conditions-wrapper .checkbox input{width:24px !important;height:24px !important;padding:5px;background-image:url("https://cdn-ikpfjol.nitrocdn.com/sFJFvEmonhoQYtgfpLbAzAWEPnNuaFLe/assets/images/optimized/rev-fafaa5e/dartzoneblasters.com/wp-content/themes/dart-zone-platform/assets/images/icons/small/light-gray-checkmark-icon.svg");background-size:70%;background-position:center;background-repeat:no-repeat;border:2px solid var(--color--gray-300);border-radius:var(--border--radius);cursor:pointer;margin:0 5px 0 0 !important;}.woocommerce-terms-and-conditions-wrapper .checkbox input.nitro-lazy{background-image:none !important;}.woocommerce-terms-and-conditions-wrapper .checkbox input:checked{background-image:url("https://cdn-ikpfjol.nitrocdn.com/sFJFvEmonhoQYtgfpLbAzAWEPnNuaFLe/assets/images/optimized/rev-fafaa5e/dartzoneblasters.com/wp-content/themes/dart-zone-platform/assets/images/icons/small/white-checkmark-icon.svg") !important;background-color:var(--color--black);border-color:var(--color--black);}.woocommerce-terms-and-conditions-wrapper .checkbox input:checked.nitro-lazy{background-image:none !important;}.woocommerce-terms-and-conditions-wrapper .checkbox input:checked:hover{background-image:url("https://cdn-ikpfjol.nitrocdn.com/sFJFvEmonhoQYtgfpLbAzAWEPnNuaFLe/assets/images/optimized/rev-fafaa5e/dartzoneblasters.com/wp-content/themes/dart-zone-platform/assets/images/icons/small/white-checkmark-icon.svg") !important;}.woocommerce-terms-and-conditions-wrapper .checkbox input:checked:hover.nitro-lazy{background-image:none !important;}.woocommerce-terms-and-conditions-wrapper .checkbox input:hover{background-image:url("https://cdn-ikpfjol.nitrocdn.com/sFJFvEmonhoQYtgfpLbAzAWEPnNuaFLe/assets/images/optimized/rev-fafaa5e/dartzoneblasters.com/wp-content/themes/dart-zone-platform/assets/images/icons/small/dark-gray-checkmark-icon.svg") !important;border:2px solid var(--color--black);}.woocommerce-terms-and-conditions-wrapper .checkbox input:hover.nitro-lazy{background-image:none !important;}.keyboard-in-use .woocommerce-terms-and-conditions-wrapper .checkbox input:focus{outline:2px dashed var(--theme--focus-color) !important;outline-offset:5px;transition:none;}.woocommerce-terms-and-conditions-wrapper .checkbox+.checkbox{margin-top:24px;}.woocommerce-terms-and-conditions-wrapper .checkbox .required{color:var(--theme--primary-color) !important;}#order_review{max-width:1280px;margin:20px auto;}#order_review .wc_payment_methods{list-style:none;}#order_review .wc_payment_method{position:relative;}#order_review .wc_payment_method+li{margin-top:30px;}#order_review #payment{margin-top:30px;}#order_review #payment .woocommerce-notice{font-size:1.125em;line-height:1.22222em;}@media screen and (max-width: 600px){#order_review #payment .woocommerce-notice{font-size:1em;line-height:1.25em;}}#order_review input[type="radio"]{position:absolute;left:0;top:3px;width:20px;height:20px;border:2px solid gray;border-radius:50%;background:var(--bg--base-color);}#order_review input[type="radio"]+label{padding-left:40px;}#order_review .form-row.gravel-road input[type="radio"]{position:relative;display:inline-block;vertical-align:baseline;margin:3px 10px 3px 20px;}#order_review .form-row.gravel-road input[type="radio"]+label{display:inline-block;padding-left:0;margin-bottom:0;}#order_review .form-row.gravel-road .description{display:block;}#order_review .button{margin-top:30px;}#order_review .woocommerce-error{padding:10px;margin-top:15px;}#order_review .woocommerce-error li{font-size:14px !important;line-height:18px !important;padding-left:0 !important;}#order_review .woocommerce-validated input[type="checkbox"]{width:24px !important;}#order_review .woocommerce-validated label{margin-left:15px;vertical-align:middle;}#order_review .woocommerce-checkout-payment label{font-family:montserrat-semibold;}#order_review .woocommerce-checkout-payment label[for="payment_method_stripe"]{padding-left:0 !important;}#order_review .woocommerce-checkout-payment #stripe-payment-data p{font-family:montserrat-medium;font-size:.875em;line-height:1.28571em;margin:5px 0;}#order_review .woocommerce-checkout-payment #stripe-payment-data p a{color:var(--theme--primary-color);}#order_review .woocommerce-checkout-payment #stripe-payment-data p a:hover{color:var(--link--hover-color);}#order_review .woocommerce-checkout-payment .wc-credit-card-form{margin-bottom:24px !important;}#order_review .woocommerce-checkout-payment .woocommerce-SavedPaymentMethods-saveNew{margin-bottom:24px !important;}#order_review .woocommerce-checkout-payment .woocommerce-SavedPaymentMethods-saveNew label{cursor:pointer;font-size:14px;line-height:18px;}#order_review .woocommerce-checkout-payment .woocommerce-SavedPaymentMethods-saveNew input{height:24px !important;background-image:url("https://cdn-ikpfjol.nitrocdn.com/sFJFvEmonhoQYtgfpLbAzAWEPnNuaFLe/assets/images/optimized/rev-fafaa5e/dartzoneblasters.com/wp-content/themes/dart-zone-platform/assets/images/icons/small/light-gray-checkmark-icon.svg");background-size:70%;background-position:center;background-repeat:no-repeat;border:2px solid var(--color--gray-300);border-radius:var(--border--radius);cursor:pointer;box-sizing:border-box;margin:0 5px 0 0 !important;}#order_review .woocommerce-checkout-payment .woocommerce-SavedPaymentMethods-saveNew input.nitro-lazy{background-image:none !important;}#order_review .woocommerce-checkout-payment .woocommerce-SavedPaymentMethods-saveNew input:checked{background-image:url("https://cdn-ikpfjol.nitrocdn.com/sFJFvEmonhoQYtgfpLbAzAWEPnNuaFLe/assets/images/optimized/rev-fafaa5e/dartzoneblasters.com/wp-content/themes/dart-zone-platform/assets/images/icons/small/white-checkmark-icon.svg") !important;background-color:var(--color--black);border-color:var(--color--black);}#order_review .woocommerce-checkout-payment .woocommerce-SavedPaymentMethods-saveNew input:checked.nitro-lazy{background-image:none !important;}#order_review .woocommerce-checkout-payment .woocommerce-SavedPaymentMethods-saveNew input:checked:hover{background-image:url("https://cdn-ikpfjol.nitrocdn.com/sFJFvEmonhoQYtgfpLbAzAWEPnNuaFLe/assets/images/optimized/rev-fafaa5e/dartzoneblasters.com/wp-content/themes/dart-zone-platform/assets/images/icons/small/white-checkmark-icon.svg") !important;}#order_review .woocommerce-checkout-payment .woocommerce-SavedPaymentMethods-saveNew input:checked:hover.nitro-lazy{background-image:none !important;}#order_review .woocommerce-checkout-payment .woocommerce-SavedPaymentMethods-saveNew input:hover{background-image:url("https://cdn-ikpfjol.nitrocdn.com/sFJFvEmonhoQYtgfpLbAzAWEPnNuaFLe/assets/images/optimized/rev-fafaa5e/dartzoneblasters.com/wp-content/themes/dart-zone-platform/assets/images/icons/small/dark-gray-checkmark-icon.svg") !important;border:2px solid var(--color--black);}#order_review .woocommerce-checkout-payment .woocommerce-SavedPaymentMethods-saveNew input:hover.nitro-lazy{background-image:none !important;}.keyboard-in-use #order_review .woocommerce-checkout-payment .woocommerce-SavedPaymentMethods-saveNew input:focus{outline:2px dashed var(--theme--focus-color) !important;outline-offset:5px;transition:none;}#order_review .woocommerce-checkout-payment .wc-saved-payment-methods{margin:20px 0;}#order_review .woocommerce-checkout-payment .woocommerce-SavedPaymentMethods-token{position:relative;text-decoration:none;-webkit-appearance:none !important;list-style-type:none !important;cursor:pointer;}#order_review .woocommerce-checkout-payment .woocommerce-SavedPaymentMethods-token::marker{content:"";}#order_review .woocommerce-checkout-payment .woocommerce-SavedPaymentMethods-token input{margin:0;top:0;left:0;width:20px !important;height:20px !important;cursor:pointer !important;}.keyboard-in-use #order_review .woocommerce-checkout-payment .woocommerce-SavedPaymentMethods-token input:focus{outline:2px dashed var(--theme--focus-color) !important;outline-offset:5px;transition:none;}#order_review .woocommerce-checkout-payment .woocommerce-SavedPaymentMethods-token input:checked{background-color:var(--theme--secondary-color);}#order_review .woocommerce-checkout-payment .woocommerce-SavedPaymentMethods-token label{font-size:14px;line-height:18px;padding-left:30px;cursor:pointer !important;}#order_review .woocommerce-checkout-payment .woocommerce-SavedPaymentMethods-new{position:relative;margin-top:10px;text-decoration:none;-webkit-appearance:none;}#order_review .woocommerce-checkout-payment .woocommerce-SavedPaymentMethods-new::marker{content:"";}#order_review .woocommerce-checkout-payment .woocommerce-SavedPaymentMethods-new input{margin:0;top:0;left:0;width:20px !important;height:20px !important;cursor:pointer !important;}.keyboard-in-use #order_review .woocommerce-checkout-payment .woocommerce-SavedPaymentMethods-new input:focus{outline:2px dashed var(--theme--focus-color) !important;outline-offset:5px;transition:none;}#order_review .woocommerce-checkout-payment .woocommerce-SavedPaymentMethods-new input:checked{background-color:var(--theme--secondary-color);}#order_review .woocommerce-checkout-payment .woocommerce-SavedPaymentMethods-new label{font-size:14px;line-height:18px;padding-left:30px;cursor:pointer !important;}#order_review .form-row label[for="stripe-exp-element"],#order_review .form-row label[for="stripe-cvc-element"]{font-size:14px;line-height:18px;position:relative !important;top:auto;left:0;padding:0;margin-bottom:5px;}#order_review button[name="woocommerce_checkout_place_order"]:after{display:none;}.o-cart-empty{margin:200px 0 100px;}.o-cart-empty__block{background:#f5f5f5;background:linear-gradient(225deg,#f5f5f5 0%,#e7e7e7 100%);padding:80px 60px;width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;box-sizing:border-box;}.o-cart-empty .woocommerce-info{font-family:montserrat-medium;font-size:1.375em;line-height:1.27273em;text-align:center;color:var(--text--bold-color);}.o-cart-empty .woocommerce-info+.woocommerce-info{margin-top:10px;}.o-cart-empty .return-to-shop{display:flex;margin-top:40px;}.o-cart-empty .return-to-shop .button:after{display:none;}@media screen and (max-width: 950px){.o-cart-empty{margin-top:180px;margin-bottom:70px;}.o-cart-empty__block{padding:70px 40px;}}@media screen and (max-width: 768px){.o-cart-empty .cart-empty{font-size:1.25em;line-height:1.2em;}}@media screen and (max-width: 600px){.o-cart-empty{margin-top:120px;}.o-cart-empty .cart-empty{font-size:1.125em;line-height:1.22222em;}}.o-cart-errors{margin:200px 0 100px;}.o-cart-errors__container{display:flex;flex-direction:column;align-items:center;justify-content:center;max-width:960px;text-align:center;}.o-cart-errors__heading{margin-bottom:30px;}.o-cart-errors__wysiwyg{margin-bottom:60px;}@media screen and (max-width: 950px){.o-cart-errors{margin-top:180px;margin-bottom:70px;}.o-cart-errors__heading{margin-bottom:20px;}.o-cart-errors__wysiwyg{margin-bottom:40px;}}@media screen and (max-width: 600px){.o-cart-errors{margin-top:120px;}.o-cart-errors__wysiwyg{margin-bottom:30px;}}.o-footer{display:flex;flex-direction:column;overflow:hidden;}.o-footer--no-form .o-footer__main:after{width:100%;}.o-footer--no-form .o-footer__left{margin-left:auto;margin-right:auto;}.o-footer--no-form .o-footer__left .m-page-nav__list{justify-content:center;}.o-footer--no-form .o-footer__left .o-footer__secondary-navigation .m-page-nav__list{justify-content:center;}.o-footer--no-form .o-footer__social .m-social-icon-buttons__list{justify-content:center;}.o-footer__main{position:relative;}.o-footer__main:before,.o-footer__main:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;height:100.1%;}.o-footer__main:before{width:50%;background-color:#2b2b2b;}.o-footer__main:after{width:50.1%;left:auto;right:0;background-color:var(--bg--secondary--gradient--fallback-color);background:linear-gradient(50deg,#272727 0%,#000 100%);}.o-footer__primary-container{display:flex;align-items:center;justify-content:space-between;}.o-footer__left{width:50%;padding:80px 0;}.o-footer__navigation{position:relative;display:flex;flex-direction:column;margin-bottom:40px;z-index:2;}.o-footer__primary-navigation .m-page-nav__item+.m-page-nav__item{margin-left:50px;}.o-footer__primary-navigation .m-page-nav__item .a-nav-link{color:var(--color--gray-200);}.o-footer__primary-navigation .m-page-nav__item .a-nav-link:hover{color:var(--color--white);}.keyboard-in-use .o-footer__primary-navigation .m-page-nav__item .a-nav-link:focus{outline:2px dashed var(--theme--focus-color) !important;outline-offset:5px;transition:none;}.o-footer__primary-navigation+.o-footer__secondary-navigation{margin-top:20px;}.o-footer__primary-navigation+.o-footer__secondary-navigation .m-page-nav__item .a-nav-link{color:var(--color--gray-200);}.o-footer__primary-navigation+.o-footer__secondary-navigation .m-page-nav__item .a-nav-link:hover{color:var(--color--white);}.keyboard-in-use .o-footer__primary-navigation+.o-footer__secondary-navigation .m-page-nav__item .a-nav-link:focus{outline:2px dashed var(--theme--focus-color) !important;outline-offset:5px;transition:none;}.o-footer__secondary-navigation .m-page-nav__item+.m-page-nav__item{margin-left:30px;}.o-footer__secondary-navigation .m-page-nav__link{text-transform:none;}.o-footer__social{position:relative;z-index:2;}.o-footer__right{max-width:486px;position:relative;width:100%;}.o-footer__form-wrapper{max-width:486px;width:100%;position:relative;z-index:2;}.o-footer__heading{font-size:1.875em;line-height:1.13333em;text-transform:uppercase;text-align:right;margin-right:20px;margin-bottom:-8px;color:var(--color--gray-200);}.o-footer__gravity-form{width:100%;position:relative;z-index:1;}.o-footer__gravity-form form{display:flex;align-items:center;}.o-footer__gravity-form .gform_body{width:100%;}.o-footer__gravity-form .gform_body .ginput_container_email{background-color:transparent;}.o-footer__gravity-form .gform_body input{width:100%;background-color:var(--bg--base-color);}.o-footer__gravity-form .m-gravity-form__text{width:100%;}.o-footer__gravity-form .m-gravity-form__text .validation_message{margin-left:0;padding:5px;background-color:var(--bg--base-color);}.o-footer__gravity-form .gform_footer{margin-left:22px;max-width:132px;width:100%;}.o-footer__gravity-form .gform_footer .a-button,.o-footer__gravity-form .gform_footer .a-input[type="submit"],.o-footer__gravity-form .gform_footer .o-product-cart input[type="submit"][type="number"],.o-product-cart .o-footer__gravity-form .gform_footer input[type="submit"][type="number"],.o-footer__gravity-form .gform_footer .o-product-cart input[type="submit"][type="text"],.o-product-cart .o-footer__gravity-form .gform_footer input[type="submit"][type="text"],.o-footer__gravity-form .gform_footer .m-logo-links-dropdown__button,.o-footer__gravity-form .gform_footer .m-product-review-form-block .form-submit input,.m-product-review-form-block .form-submit .o-footer__gravity-form .gform_footer input,.o-footer__gravity-form .gform_footer .o-product-description-image-hero .button,.o-product-description-image-hero .o-footer__gravity-form .gform_footer .button,.o-footer__gravity-form .gform_footer .o-product-gallery-hero .button,.o-product-gallery-hero .o-footer__gravity-form .gform_footer .button,.o-footer__gravity-form .gform_footer .o-product-specs-comparison .button,.o-product-specs-comparison .o-footer__gravity-form .gform_footer .button,.o-footer__gravity-form .gform_footer .o-account-dashboard .woocommerce-info a,.o-account-dashboard .woocommerce-info .o-footer__gravity-form .gform_footer a,.o-footer__gravity-form .gform_footer .o-account-dashboard .u-columns .title a,.o-account-dashboard .u-columns .title .o-footer__gravity-form .gform_footer a,.o-footer__gravity-form .gform_footer .o-account-dashboard .button,.o-account-dashboard .o-footer__gravity-form .gform_footer .button,.o-footer__gravity-form .gform_footer .o-cart-checkout .button,.o-cart-checkout .o-footer__gravity-form .gform_footer .button,.o-footer__gravity-form .gform_footer .o-cart-empty .return-to-shop .button,.o-cart-empty .return-to-shop .o-footer__gravity-form .gform_footer .button,.o-footer__gravity-form .gform_footer .o-product-cart .button,.o-product-cart .o-footer__gravity-form .gform_footer .button,.o-footer__gravity-form .gform_footer .o-woocommerce-order-details .order-again .button,.o-woocommerce-order-details .order-again .o-footer__gravity-form .gform_footer .button,.o-footer__gravity-form .gform_footer .m-gravity-form .gform_page_footer .button,.m-gravity-form .gform_page_footer .o-footer__gravity-form .gform_footer .button,.o-footer__gravity-form .gform_footer .woocommerce-message .button,.woocommerce-message .o-footer__gravity-form .gform_footer .button{padding:14.5px 28.5px;}.o-footer__copyright{padding:18px 0;background-color:var(--bg--bold-color);}.o-footer__copyright-text{font-size:.875em;line-height:1.28571em;font-family:montserrat-semibold;margin-left:auto;margin-right:auto;text-align:center;color:var(--color--gray-200);}.o-footer__copyright-link{color:var(--color--gray-200);}.o-footer__copyright-link:hover{color:var(--link--hover-color);}.keyboard-in-use .o-footer__copyright-link:focus{outline:2px dashed var(--theme--focus-color) !important;outline-offset:5px;transition:none;}.o-footer__sticky-button{position:fixed;top:50%;right:-42px;transform:translateY(-100%) translateX(0) rotate(90deg);z-index:30;padding:10px;font-size:14px;line-height:18px;border-top-right-radius:0;border-top-left-radius:0;border-left:2px solid var(--color--black);border-bottom:2px solid var(--color--black);border-right:2px solid var(--color--black);will-change:transform;}.o-footer__sticky-button.visible{transform:translateY(-100%) translateX(0) rotate(90deg);}@media screen and (max-width: 1100px){.o-footer__primary-navigation .m-page-nav__item+.m-page-nav__item{margin-left:30px;}.o-footer__primary-navigation .m-page-nav__item .a-nav-link{font-size:.875em;line-height:1.28571em;}}@media screen and (max-width: 1024px){.o-footer--no-form .o-footer__main:after{display:block !important;}.o-footer__primary-container{flex-direction:column;padding:0;}.o-footer__main:before,.o-footer__main:after{display:none;}.o-footer__left{max-width:unset;width:100%;background-color:#2b2b2b;padding:50px 40px;box-sizing:border-box;}.o-footer__navigation .m-page-nav__list{justify-content:center;text-align:center;}.o-footer__right{background-color:var(--bg--secondary--gradient--fallback-color);background:linear-gradient(50deg,#272727 0%,#000 100%);width:100%;padding:40px;max-width:unset;box-sizing:border-box;}.o-footer__form-wrapper{margin-left:auto;margin-right:auto;}.o-footer__heading{margin:0 auto -8px;text-align:center;}}@media screen and (max-width: 768px){.o-footer__heading{margin-bottom:30px;}}@media screen and (max-width: 600px){.o-footer__heading{margin-bottom:20px;}.o-footer__left,.o-footer__right{padding-right:30px;padding-left:30px;}.o-footer__navigation{margin-bottom:30px;}.o-footer__primary-navigation .m-page-nav__item+.m-page-nav__item{margin-left:20px;}.o-footer__gravity-form .validation-message{position:relative;top:auto;}.o-footer__gravity-form .gform_confirmation_message{text-align:center !important;}.o-footer__gravity-form form{flex-direction:column;}.o-footer__gravity-form form .gform_body{margin-bottom:20px;}.o-footer__gravity-form form .gform_body .gfield_error .gfield_label{top:14px;transform:translateY(0);}.o-footer__gravity-form form .gform_body .gfield_error.gfield--focused .gfield_label{top:14px;transform:translateY(0) scale(.8) translateX(-10px) translateY(-30px);}.o-footer__gravity-form form .gform_footer{margin:0 auto;}.o-footer__gravity-form form .gform_footer .a-button,.o-footer__gravity-form form .gform_footer .a-input[type="submit"],.o-footer__gravity-form form .gform_footer .o-product-cart input[type="submit"][type="number"],.o-product-cart .o-footer__gravity-form form .gform_footer input[type="submit"][type="number"],.o-footer__gravity-form form .gform_footer .o-product-cart input[type="submit"][type="text"],.o-product-cart .o-footer__gravity-form form .gform_footer input[type="submit"][type="text"],.o-footer__gravity-form form .gform_footer .m-logo-links-dropdown__button,.o-footer__gravity-form form .gform_footer .m-product-review-form-block .form-submit input,.m-product-review-form-block .form-submit .o-footer__gravity-form form .gform_footer input,.o-footer__gravity-form form .gform_footer .o-product-description-image-hero .button,.o-product-description-image-hero .o-footer__gravity-form form .gform_footer .button,.o-footer__gravity-form form .gform_footer .o-product-gallery-hero .button,.o-product-gallery-hero .o-footer__gravity-form form .gform_footer .button,.o-footer__gravity-form form .gform_footer .o-product-specs-comparison .button,.o-product-specs-comparison .o-footer__gravity-form form .gform_footer .button,.o-footer__gravity-form form .gform_footer .o-account-dashboard .woocommerce-info a,.o-account-dashboard .woocommerce-info .o-footer__gravity-form form .gform_footer a,.o-footer__gravity-form form .gform_footer .o-account-dashboard .u-columns .title a,.o-account-dashboard .u-columns .title .o-footer__gravity-form form .gform_footer a,.o-footer__gravity-form form .gform_footer .o-account-dashboard .button,.o-account-dashboard .o-footer__gravity-form form .gform_footer .button,.o-footer__gravity-form form .gform_footer .o-cart-checkout .button,.o-cart-checkout .o-footer__gravity-form form .gform_footer .button,.o-footer__gravity-form form .gform_footer .o-cart-empty .return-to-shop .button,.o-cart-empty .return-to-shop .o-footer__gravity-form form .gform_footer .button,.o-footer__gravity-form form .gform_footer .o-product-cart .button,.o-product-cart .o-footer__gravity-form form .gform_footer .button,.o-footer__gravity-form form .gform_footer .o-woocommerce-order-details .order-again .button,.o-woocommerce-order-details .order-again .o-footer__gravity-form form .gform_footer .button,.o-footer__gravity-form form .gform_footer .m-gravity-form .gform_page_footer .button,.m-gravity-form .gform_page_footer .o-footer__gravity-form form .gform_footer .button,.o-footer__gravity-form form .gform_footer .woocommerce-message .button,.woocommerce-message .o-footer__gravity-form form .gform_footer .button{display:flex;align-items:center;justify-content:center;padding:14px 20px;text-align:center;width:100%;}}@media screen and (max-width: 500px){.o-footer__left{padding-top:40px;padding-bottom:40px;}.o-footer__primary-navigation .m-page-nav__list,.o-footer__secondary-navigation .m-page-nav__list{flex-direction:column;}.o-footer__primary-navigation .m-page-nav__item+.m-page-nav__item,.o-footer__secondary-navigation .m-page-nav__item+.m-page-nav__item{margin-top:20px;margin-left:0;}.o-footer__primary-navigation+.o-footer__secondary-navigation{margin-top:30px;}}.o-header{transition:all .15s ease-in-out;position:fixed;top:0;left:0;right:0;display:flex;align-items:center;height:80px;width:100%;z-index:40;background:var(--bg--alternate-color);box-shadow:0 2px 4px 0 rgba(0,0,0,.1);}.o-header--sticky{position:fixed !important;}.o-header--sticky.o-header--notification{position:relative;}.o-header--notification{position:relative;}.o-header--notification.o-header--sticky+.o-main{margin-top:0;}.o-header:not(.o-header--notification){margin-bottom:0;}.o-header__container{display:flex;max-width:1310px;}.o-header__logo-link{width:100%;max-width:158px;max-height:80px;box-sizing:border-box;}.keyboard-in-use .o-header__logo-link:focus{outline:2px dashed var(--theme--focus-color) !important;outline-offset:5px;transition:none;}.o-header__logo{height:100%;width:100%;display:block;-o-object-fit:contain;object-fit:contain;padding:5px;box-sizing:border-box;}.o-header__navigation{display:flex;align-items:center;margin-left:auto;}.o-header__primary-nav-wrapper .m-page-nav__item+.m-page-nav__item{margin-left:20px;}.o-header__primary-nav-wrapper .m-page-nav__item{border-top-right-radius:2px;border-top-left-radius:2px;}.o-header__primary-nav-wrapper .m-page-nav__item:hover .a-nav-link{background-color:var(--bg--bold-color);color:var(--color--white);}.o-header__primary-nav-wrapper .m-page-nav__item--parent{position:relative;}.o-header__primary-nav-wrapper .m-page-nav__item--parent:hover .m-page-nav__sub-list{display:flex;}.o-header__primary-nav-wrapper .m-page-nav__item>.a-nav-link{padding:10px 14px;box-sizing:border-box;}.o-header__primary-nav-wrapper .m-page-nav__sub-list{position:absolute;top:calc(100% + 8px);background-color:var(--bg--bold-color);padding:10px 0;box-sizing:border-box;min-width:202px;border-top-right-radius:2px;border-bottom-right-radius:2px;border-bottom-left-radius:2px;flex-direction:column;align-items:flex-start;display:none;}.o-header__primary-nav-wrapper .m-page-nav__sub-item{width:100%;box-sizing:border-box;display:flex;}.o-header__primary-nav-wrapper .m-page-nav__sub-item--border-top{position:relative;padding-top:14px;margin-top:12px;box-sizing:border-box;}.o-header__primary-nav-wrapper .m-page-nav__sub-item--border-top:before{margin-left:auto;margin-right:auto;content:"";position:absolute;top:0;right:0;left:0;width:calc(100% - 26px);height:1px;background-color:var(--color--gray-400);}.o-header__primary-nav-wrapper .m-page-nav__sub-item .a-nav-link{font-size:.875em;line-height:1.14286em;letter-spacing:.5px;padding:8px 14px;box-sizing:border-box;width:100%;color:var(--color--white);}.o-header__primary-nav-wrapper .m-page-nav__sub-item .a-nav-link:hover{background-color:var(--text--base-color);}.o-header__search{margin-left:20px;}.o-header__search-link{padding-right:3px;}.o-header__cart-ajax-wrapper{transition:all .15s ease-in-out;position:relative;}.o-header__cart-ajax-wrapper.ajax-loading .o-header__cart-link{opacity:.7;cursor:default;background-color:transparent;}.o-header__cart-ajax-wrapper.ajax-loading .m-mini-cart__overlay{opacity:1;z-index:10;}.o-header__cart{position:relative;margin-left:10px;}.o-header__navigation-menu-trigger{margin-left:20px;}.o-header__primary-nav-wrapper .m-page-nav__link{color:var(--color--white) !important;}.o-header__navigation-menu-trigger .a-hamburger__line{background-color:var(--bg--base-color) !important;}.o-header__search-link,.o-header__cart-link{color:var(--color--white) !important;}.o-header__cart-link:after{background-color:var(--color--white) !important;border:2px solid var(--action--base-color);box-sizing:border-box;color:var(--action--base-color) !important;}@media screen and (max-width: 1024px){.o-header__logo-link{max-width:125px;}}@media screen and (max-width: 950px){.o-header__primary-nav-wrapper{display:none;}.o-header__search{margin-left:10px;}}@media screen and (max-width: 600px){.o-header{height:94px;}.o-header__navigation-menu-trigger{margin-left:10px;}}@media screen and (max-width: 500px){.o-header__logo-link{max-width:90px;}}.o-order-tracking-info{margin:30px 0;}.o-order-tracking-info__heading{margin-bottom:30px;font-weight:bold;}.o-order-tracking-info table thead{border-bottom:2px solid var(--border--bold-color);}.o-order-tracking-info table thead th,.o-order-tracking-info table thead td,.o-order-tracking-info table tbody th,.o-order-tracking-info table tbody td,.o-order-tracking-info table tfoot th,.o-order-tracking-info table tfoot td{font-size:12px;line-height:14px;width:20%;}.o-order-tracking-info table thead th,.o-order-tracking-info table tbody th,.o-order-tracking-info table tfoot th{font-family:montserrat-bold;color:var(--text--bold-color);vertical-align:bottom;padding-bottom:5px;}.o-order-tracking-info table thead td,.o-order-tracking-info table tbody td,.o-order-tracking-info table tfoot td{font-family:montserrat-medium;color:var(--text--bold-color);text-align:center;padding:5px;vertical-align:top;}.o-order-tracking-info table thead .order-actions,.o-order-tracking-info table tbody .order-actions,.o-order-tracking-info table tfoot .order-actions{padding-left:10px;}.o-order-tracking-info table thead .order-actions a,.o-order-tracking-info table tbody .order-actions a,.o-order-tracking-info table tfoot .order-actions a{margin-top:0;padding:10px;font-size:12px;line-height:14px;}.o-product-archive{margin:50px 0;}.o-product-archive__filter-bar-wrapper{display:none;}.o-product-archive__filter-modal-trigger{display:flex;}.o-product-archive--country{margin-top:100px;margin-bottom:100px;}@media screen and (max-width: 768px){.o-product-archive--country{margin-top:70px;margin-bottom:70px;}}@media screen and (max-width: 600px){.o-product-archive--country{margin-top:50px;margin-bottom:50px;}}.o-product-archive--country .o-product-archive__container{max-width:1320px;}.o-product-archive--country .o-product-archive__block{padding:100px 60px;background:#e7e7e7;background:linear-gradient(45deg,#e7e7e7 0%,#f5f5f5 100%);box-sizing:border-box;position:relative;overflow:hidden;}.o-product-archive--country .o-product-archive__block:before{content:url("https://cdn-ikpfjol.nitrocdn.com/sFJFvEmonhoQYtgfpLbAzAWEPnNuaFLe/assets/images/optimized/rev-fafaa5e/dartzoneblasters.com/wp-content/themes/dart-zone-platform/assets/images/graphics/country-shop-block-graphic.svg");position:absolute;top:0;left:0;}.o-product-archive--country .o-product-archive__heading{margin:0 auto 60px;text-align:center;color:#000;max-width:996px;}.o-product-archive__product-category-thumbnail-tiles{margin-bottom:56px;}.o-product-archive__filter-bar-wrapper{display:none;position:relative;justify-content:flex-start;align-items:stretch;background-color:var(--bg--accent-color);border-radius:5px;box-sizing:border-box;margin-bottom:30px;padding:10px 12px;z-index:20;}.o-product-archive__filter-bar{width:100%;}.o-product-archive__filter-modal-trigger{display:flex;margin:20px auto;align-items:center;justify-content:center;}.o-product-archive__filter-modal.m-modal--open .m-modal__wrapper{transform:scale(1) translateX(0);border-top-left-radius:0;border-bottom-left-radius:0;}.o-product-archive__filter-modal .m-modal__close{right:30px;}.o-product-archive__filter-modal .m-modal__close:before,.o-product-archive__filter-modal .m-modal__close:after{background-color:var(--theme--primary-color);}.o-product-archive__filter-modal .m-modal__container{padding-left:0;margin-left:0;justify-content:flex-start;}.o-product-archive__filter-modal .m-modal__wrapper{height:100%;transform:scale(1) translateX(-100%);max-width:600px;}.o-product-archive__woocommerce-ordering{margin-left:10px;}.o-product-archive__clear-filter-button{display:none;align-items:center;justify-content:center;margin:0 auto 30px;max-width:230px;}.o-product-archive__text{font-family:montserrat-medium;font-size:1.25em;line-height:1.2em;text-align:center;color:var(--text--bold-color);padding:40px 0;}.o-product-archive .products{display:flex;flex-wrap:wrap;align-items:stretch;}.o-product-archive .product{width:calc(33.33333% - 19px);margin-right:28px;list-style-type:none;}.o-product-archive .product:nth-child(3n){margin-right:0;}.o-product-archive .product:nth-child(3) ~ *{margin-top:28px;}.o-product-archive .product .m-product-thumbnail-card{height:100%;}.o-product-archive__pagination{margin:60px auto 0;}@media screen and (max-width: 1024px){.o-product-archive .product{display:flex;align-items:center;justify-content:center;}.o-product-archive .woocommerce-ordering:after{right:14px;}.o-product-archive .woocommerce-ordering .orderby{font-size:.875em;line-height:1.28571em;padding:14px 28px 14px 14px;}}@media screen and (max-width: 950px){.o-product-archive--country .o-product-archive__block{padding:80px 40px;}.o-product-archive--country .o-product-archive__heading{margin:0 auto 40px;}.o-product-archive__filter-bar-wrapper{flex-direction:column;align-items:center;justify-content:center;max-width:600px;width:100%;}.o-product-archive__woocommerce-ordering{margin-left:0;}.o-product-archive .products{margin-left:auto;margin-right:auto;justify-content:center;}.o-product-archive .product{width:calc(50% - 8px);margin-right:16px;}.o-product-archive .product:nth-child(2n){margin-right:0;}.o-product-archive .product:nth-child(2) ~ *{margin-top:16px;}.o-product-archive .product .m-product-thumbnail-card{max-width:unset;}.o-product-archive .product:nth-of-type(3),.o-product-archive .product:nth-of-type(7),.o-product-archive .product:nth-of-type(9),.o-product-archive .product:nth-of-type(15){margin-right:16px;}.o-product-archive__pagination{margin-top:40px;}}@media screen and (max-width: 950px){.o-product-archive__product-category-thumbnail-tiles{margin-bottom:30px;}.o-product-archive__filter-bar-wrapper{margin-left:auto;margin-right:auto;max-width:600px;}}@media screen and (max-width: 600px){.o-product-archive{margin-top:20px;}.o-product-archive--country .o-product-archive__block{padding:60px 20px;}.o-product-archive--country .o-product-archive__heading{margin:0 auto 30px;}.o-product-archive__filter-bar-wrapper{display:none;}.o-product-archive__filter-modal-trigger{display:flex;}.o-product-archive__text{font-size:1.125em;line-height:1.22222em;}.o-product-archive__woocommerce-ordering:after{top:24px;}.o-product-archive__clear-filter-button{display:none;}}@media screen and (max-width: 500px){.o-product-archive__filter-modal-trigger{max-width:382px;width:100%;}.o-product-archive__filter-modal-trigger .a-button,.o-product-archive__filter-modal-trigger .a-input[type="submit"],.o-product-archive__filter-modal-trigger .o-product-cart input[type="submit"][type="number"],.o-product-cart .o-product-archive__filter-modal-trigger input[type="submit"][type="number"],.o-product-archive__filter-modal-trigger .o-product-cart input[type="submit"][type="text"],.o-product-cart .o-product-archive__filter-modal-trigger input[type="submit"][type="text"],.o-product-archive__filter-modal-trigger .m-logo-links-dropdown__button,.o-product-archive__filter-modal-trigger .m-product-review-form-block .form-submit input,.m-product-review-form-block .form-submit .o-product-archive__filter-modal-trigger input,.o-product-archive__filter-modal-trigger .o-product-description-image-hero .button,.o-product-description-image-hero .o-product-archive__filter-modal-trigger .button,.o-product-archive__filter-modal-trigger .o-product-gallery-hero .button,.o-product-gallery-hero .o-product-archive__filter-modal-trigger .button,.o-product-archive__filter-modal-trigger .o-product-specs-comparison .button,.o-product-specs-comparison .o-product-archive__filter-modal-trigger .button,.o-product-archive__filter-modal-trigger .o-account-dashboard .woocommerce-info a,.o-account-dashboard .woocommerce-info .o-product-archive__filter-modal-trigger a,.o-product-archive__filter-modal-trigger .o-account-dashboard .u-columns .title a,.o-account-dashboard .u-columns .title .o-product-archive__filter-modal-trigger a,.o-product-archive__filter-modal-trigger .o-account-dashboard .button,.o-account-dashboard .o-product-archive__filter-modal-trigger .button,.o-product-archive__filter-modal-trigger .o-cart-checkout .button,.o-cart-checkout .o-product-archive__filter-modal-trigger .button,.o-product-archive__filter-modal-trigger .o-cart-empty .return-to-shop .button,.o-cart-empty .return-to-shop .o-product-archive__filter-modal-trigger .button,.o-product-archive__filter-modal-trigger .o-product-cart .button,.o-product-cart .o-product-archive__filter-modal-trigger .button,.o-product-archive__filter-modal-trigger .o-woocommerce-order-details .order-again .button,.o-woocommerce-order-details .order-again .o-product-archive__filter-modal-trigger .button,.o-product-archive__filter-modal-trigger .m-gravity-form .gform_page_footer .button,.m-gravity-form .gform_page_footer .o-product-archive__filter-modal-trigger .button,.o-product-archive__filter-modal-trigger .m-gravity-form .gform_page_footer .a-button,.m-gravity-form .gform_page_footer .o-product-archive__filter-modal-trigger .a-button,.o-product-archive__filter-modal-trigger .woocommerce-message .button,.woocommerce-message .o-product-archive__filter-modal-trigger .button,.o-product-archive__filter-modal-trigger .woocommerce .woocommerce-notices-wrapper .woocommerce-message .button,.woocommerce .woocommerce-notices-wrapper .woocommerce-message .o-product-archive__filter-modal-trigger .button{width:100%;align-items:center;justify-content:center;}.o-product-archive__text{font-size:1em;line-height:1.25em;padding:30px 0;}}.o-product-cart{margin:200px 0 100px;}.o-product-cart .woocommerce-cart-form .wc_coupon_message_wrap{padding:0 !important;}.o-product-cart table{width:100%;border:2px solid var(--border--base-color);border-collapse:collapse;border-radius:20px;}.o-product-cart thead,.o-product-cart tbody{width:100%;}.o-product-cart th{font-family:montserrat-bold;font-size:1em;line-height:1.25em;padding:10px;border:2px solid var(--border--base-color);border-collapse:collapse;vertical-align:middle;text-transform:uppercase;color:var(--text--bold-color);}.o-product-cart td{font-family:montserrat-medium;font-size:1em;line-height:1.25em;position:relative;padding:20px;vertical-align:middle;text-align:center;text-transform:uppercase;border:2px solid var(--border--base-color);border-collapse:collapse;color:var(--text--bold-color);}.o-product-cart td a{transition:all .15s ease-in-out;display:block;color:inherit;}.keyboard-in-use .o-product-cart td a:focus{outline:2px dashed var(--theme--focus-color) !important;outline-offset:5px;transition:none;}.o-product-cart td.product-remove{font-size:1.625em;line-height:1.15385em;width:6%;}.o-product-cart td.product-remove a{color:var(--theme--primary-color);}.o-product-cart td.product-remove a:hover{color:var(--button--hover-color);}.keyboard-in-use .o-product-cart td.product-remove a:focus{outline:2px dashed var(--theme--focus-color) !important;outline-offset:5px;transition:none;}.o-product-cart td.product-quantity{width:10%;}.o-product-cart td.product-quantity input{font-family:montserrat-medium;border:2px solid var(--border--base-color);background-color:var(--bg--base-color);border-radius:var(--border--radius) !important;border-radius:var(--border--radius);padding:10px;width:100%;width:100px;box-sizing:border-box;}.o-product-cart td.product-quantity .quantity-text{margin-bottom:5px;}.o-product-cart tr.free_cart_item .product-remove a{display:none;visibility:hidden;pointer-events:none;}.o-product-cart tr.free_cart_item .product-price>span:before{content:"FREE";display:block;}.o-product-cart tr.free_cart_item .product-price>span bdi{display:none;}.o-product-cart tr.free_cart_item .product-price p:not(:first-child):before{content:"FREE";display:block;}.o-product-cart tr.free_cart_item .product-price p:not(:first-child) span{display:none;}.o-product-cart tr.free_cart_item .product-price p:first-child{display:none;}.o-product-cart tr.free_cart_item .product-subtotal span:before{content:"FREE";display:block;}.o-product-cart tr.free_cart_item .product-subtotal span bdi{display:none;}.o-product-cart input[type="number"]{border-radius:20px;}.keyboard-in-use .o-product-cart input[type="number"]:focus{outline:2px dashed var(--theme--focus-color) !important;outline-offset:5px;transition:none;}.o-product-cart__price--regular{color:var(--color--gray-400);text-decoration:line-through;}.o-product-cart .button:after{display:none;}.o-product-cart .coupon{display:flex;justify-content:flex-start;align-items:center;max-width:50%;}.o-product-cart .coupon label[for="coupon_code"]{max-width:100px;flex:1 100%;margin-bottom:0 !important;}.o-product-cart .coupon input{font-family:montserrat-medium;font-size:1em;line-height:1.25em;border:2px solid var(--border--base-color);background-color:var(--bg--base-color);border-radius:var(--border--radius) !important;padding:10px;width:100%;box-sizing:border-box;margin-left:10px;max-width:calc(100% - 267px);}.o-product-cart .coupon button{max-width:200px;margin-left:15px;flex:1 100%;}.o-product-cart .coupon+button{position:absolute;right:20px;top:20px;}.o-product-cart input[type="text"]{border-radius:20px;}.keyboard-in-use .o-product-cart input[type="text"]:focus{outline:2px dashed var(--theme--focus-color) !important;outline-offset:5px;transition:none;}.o-product-cart .attachment-woocommerce_thumbnail{max-width:80px;width:100%;height:auto;}.o-product-cart .cart-collaterals{max-width:100%;margin:50px 0 0 auto;}.o-product-cart .cart-collaterals td{font-family:montserrat-medium;font-size:1em;line-height:1.25em;color:var(--text--bold-color);}.o-product-cart .cart-collaterals .cross-sells h2{margin-bottom:30px;text-align:center;}.o-product-cart .cart-collaterals .cross-sells .products{display:flex;flex-wrap:wrap;justify-content:center;align-items:stretch;margin:-12px;}.o-product-cart .cart-collaterals .cross-sells .products .product{list-style-type:none;margin:12px;height:auto;}.o-product-cart .cart-collaterals .cross-sells .products .product .m-product-thumbnail-card{height:100%;}.o-product-cart .cart-collaterals .cart_totals{max-width:500px;width:100%;margin-left:auto;margin-top:30px;}.o-product-cart .wc-proceed-to-checkout{margin-top:30px;display:flex;}.o-product-cart .wc-proceed-to-checkout #wc-stripe-payment-request-button-separator,.o-product-cart .wc-proceed-to-checkout #wc-stripe-payment-request-wrapper{display:none !important;}.o-product-cart .cart_totals h2{margin-bottom:15px;}.o-product-cart .woocommerce-shipping-methods{list-style:none;}.o-product-cart .woocommerce-shipping-methods li{position:relative;}.o-product-cart .woocommerce-shipping-methods li input[type="radio"]{position:absolute;left:0;top:3px;width:20px;height:20px;border:2px solid var(--border--bold-color);border-radius:50%;}.o-product-cart .woocommerce-shipping-methods li input[type="radio"]+label{padding-left:40px;}.o-product-cart .shipping-calculator-form p{margin-top:15px;}.o-product-cart .shipping-calculator-button{color:var(--link--bold-color);text-decoration:underline;margin-top:5px;}.o-product-cart .shipping-calculator-button:hover{color:var(--link--hover-color);}.keyboard-in-use .o-product-cart .shipping-calculator-button:focus{outline:2px dashed var(--theme--focus-color) !important;outline-offset:5px;transition:none;}.o-product-cart__marketing-notice{font-size:.875em;line-height:1.28571em;font-family:montserrat-bold;color:var(--text--accent-color);margin:4px 0;}@media screen and (max-width: 950px){.o-product-cart{margin:140px 0 70px;}.o-product-cart .coupon+button{position:relative;right:initial;top:initial;margin-top:15px;margin-right:auto;margin-left:auto;}.o-product-cart .coupon{max-width:100%;}}@media screen and (max-width: 768px){.o-product-cart .cart-collaterals{max-width:unset;}.o-product-cart .cart_totals h2{margin-left:auto;margin-right:auto;text-align:center;}.o-product-cart .cart_totals .shop_table td:not(:first-child){border-top:none !important;}.o-product-cart .cart_totals .wc-proceed-to-checkout{display:flex;align-items:center;justify-content:center;}.o-product-cart .shop_table{border-collapse:collapse;}.o-product-cart .shop_table thead,.o-product-cart .shop_table th{display:none;}.o-product-cart .shop_table tbody tr{border:2px solid var(--border--bold-color);}.o-product-cart .shop_table tbody td{border:0px;display:block;text-align:center !important;}.o-product-cart .shop_table tbody td:not(:first-child){border-top:2px solid var(--border--bold-color);}.o-product-cart .shop_table tbody td:before{display:block;margin-bottom:15px;}.o-product-cart .shop_table tbody td.product-remove{width:100%;box-sizing:border-box;}.o-product-cart .shop_table tbody td.product-quantity{width:100%;margin:0 auto;box-sizing:border-box;}.o-product-cart .shop_table .coupon{display:block;text-align:center;}.o-product-cart .shop_table .coupon label{max-width:100%;}.o-product-cart .shop_table .coupon input{display:block;margin-top:15px;margin-bottom:15px;margin-left:auto;margin-right:auto;height:50px;max-width:100%;}.o-product-cart .shop_table .coupon .button{margin-left:auto;margin-right:auto;}}@media screen and (max-width: 600px){.o-product-cart{margin-top:120px;}}.o-woocommerce-account-module{margin-top:200px;margin-bottom:100px;}.o-woocommerce-account-module__container{display:flex;flex-direction:column;align-items:center;justify-content:center;}.o-woocommerce-account-module__heading{margin:0 auto 30px;text-align:center;max-width:700px;}.o-woocommerce-account-module__text{font-family:montserrat-medium;font-size:1em;line-height:1.25em;margin:0 auto 30px;color:var(--text--base-color);text-align:center;width:100%;max-width:700px;}@media screen and (max-width: 950px){.o-woocommerce-account-module{margin-top:180px;margin-bottom:70px;}}@media screen and (max-width: 600px){.o-woocommerce-account-module{margin-top:140px;}}.o-woocommerce-customer-details{padding-top:50px;padding-bottom:50px;background-color:var(--color--gray-100);width:100%;}.o-woocommerce-customer-details .woocommerce-columns{display:flex;}.o-woocommerce-customer-details .woocommerce-column+.woocommerce-column{margin-left:40px;}.o-woocommerce-customer-details .woocommerce-column__title{font-family:montserrat-bold;font-size:14px;line-height:18px;margin-bottom:5px;text-transform:uppercase;color:var(--text--bold-color);}.o-woocommerce-customer-details address{font-family:montserrat-medium;font-size:14px;line-height:18px;color:var(--text--bold-color);}@media screen and (max-width: 768px){.o-woocommerce-customer-details .woocommerce-columns{flex-direction:column;}.o-woocommerce-customer-details .woocommerce-column+.woocommerce-column{margin-top:20px;margin-left:0;}}.o-woocommerce-login{margin-top:200px;margin-bottom:100px;}.o-woocommerce-login .woocommerce-notices-wrapper{padding:0;}.o-woocommerce-login .woocommerce-notices-wrapper .woocommerce-error{font-family:montserrat-bold;background-color:var(--bg--accent-color);margin-bottom:30px;padding:20px 40px;box-sizing:border-box;color:var(--text--accent-color);}.o-woocommerce-login__heading{text-align:center;margin:0 auto 60px;}.o-woocommerce-login__forms{display:flex;align-items:flex-start;justify-content:space-between;}.o-woocommerce-login__column{max-width:700px;width:100%;}.o-woocommerce-login__column+.o-woocommerce-login__column{margin-left:60px;}.o-woocommerce-login__form{display:flex;flex-direction:column;align-items:flex-start;width:100%;}.o-woocommerce-login__form .m-field{position:relative;}.o-woocommerce-login__form .m-field--input{width:100%;}.o-woocommerce-login__form .m-field--input .m-field__label{font-size:16px;line-height:16px;transition:all .15s ease-in-out;position:absolute;top:50%;left:20px;transform:translateY(-50%);padding:1px 4px;box-sizing:border-box;will-change:transform;}.o-woocommerce-login__form .m-field--input.m-field--focused .m-field__label{font-size:12px;line-height:12px;transform:translateY(-30px) translateX(-6px);background-color:var(--color--gray-200);opacity:1;width:auto;}.o-woocommerce-login__form .m-field--checkbox{display:flex;}.o-woocommerce-login__form .m-field--checkbox .a-checkbox{background-image:url("https://cdn-ikpfjol.nitrocdn.com/sFJFvEmonhoQYtgfpLbAzAWEPnNuaFLe/assets/images/optimized/rev-fafaa5e/dartzoneblasters.com/wp-content/themes/dart-zone-platform/assets/images/icons/small/light-gray-checkmark-icon.svg");background-size:70%;background-position:center;background-repeat:no-repeat;border:2px solid var(--color--gray-300);border-radius:2px;cursor:pointer;}.o-woocommerce-login__form .m-field--checkbox .a-checkbox.nitro-lazy{background-image:none !important;}.keyboard-in-use .o-woocommerce-login__form .m-field--checkbox .a-checkbox:focus{outline:2px dashed var(--theme--focus-color) !important;outline-offset:5px;transition:none;}.o-woocommerce-login__form .m-field--checkbox .m-field__label{font-size:1em;line-height:1.25em;position:relative !important;top:0 !important;left:0 !important;opacity:1 !important;transform:none !important;background-color:transparent !important;padding:0 !important;width:auto;margin-bottom:0 !important;cursor:pointer;}.o-woocommerce-login__form .m-field--checkbox .a-checkbox:checked{background-image:url("https://cdn-ikpfjol.nitrocdn.com/sFJFvEmonhoQYtgfpLbAzAWEPnNuaFLe/assets/images/optimized/rev-fafaa5e/dartzoneblasters.com/wp-content/themes/dart-zone-platform/assets/images/icons/small/white-checkmark-icon.svg") !important;background-color:black;border-color:black;}.o-woocommerce-login__form .m-field--checkbox .a-checkbox:checked.nitro-lazy{background-image:none !important;}.o-woocommerce-login__form .m-field--checkbox .a-checkbox:checked:hover{background-image:url("https://cdn-ikpfjol.nitrocdn.com/sFJFvEmonhoQYtgfpLbAzAWEPnNuaFLe/assets/images/optimized/rev-fafaa5e/dartzoneblasters.com/wp-content/themes/dart-zone-platform/assets/images/icons/small/white-checkmark-icon.svg") !important;}.o-woocommerce-login__form .m-field--checkbox .a-checkbox:checked:hover.nitro-lazy{background-image:none !important;}.o-woocommerce-login__form .m-field--checkbox:hover .a-checkbox{background-image:url("https://cdn-ikpfjol.nitrocdn.com/sFJFvEmonhoQYtgfpLbAzAWEPnNuaFLe/assets/images/optimized/rev-fafaa5e/dartzoneblasters.com/wp-content/themes/dart-zone-platform/assets/images/icons/small/dark-gray-checkmark-icon.svg") !important;border:2px solid var(--color--black);}.o-woocommerce-login__form .m-field--checkbox:hover .a-checkbox.nitro-lazy{background-image:none !important;}.o-woocommerce-login__form .m-field:not(:first-of-type){margin-top:25px;}.o-woocommerce-login__form .m-field__input{font-family:montserrat-medium;font-size:1em;line-height:1.25em;border:2px solid var(--border--base-color);background-color:var(--bg--base-color);border-radius:var(--border--radius);color:var(--text--base-color);padding:12px 20px;width:100%;box-sizing:border-box;}.o-woocommerce-login__form .a-button,.o-woocommerce-login__form .a-input[type="submit"],.o-woocommerce-login__form .o-product-cart input[type="submit"][type="number"],.o-product-cart .o-woocommerce-login__form input[type="submit"][type="number"],.o-woocommerce-login__form .o-product-cart input[type="submit"][type="text"],.o-product-cart .o-woocommerce-login__form input[type="submit"][type="text"],.o-woocommerce-login__form .m-logo-links-dropdown__button,.o-woocommerce-login__form .m-product-review-form-block .form-submit input,.m-product-review-form-block .form-submit .o-woocommerce-login__form input,.o-woocommerce-login__form .o-product-description-image-hero .button,.o-product-description-image-hero .o-woocommerce-login__form .button,.o-woocommerce-login__form .o-product-gallery-hero .button,.o-product-gallery-hero .o-woocommerce-login__form .button,.o-woocommerce-login__form .o-product-specs-comparison .button,.o-product-specs-comparison .o-woocommerce-login__form .button,.o-woocommerce-login__form .o-account-dashboard .woocommerce-info a,.o-account-dashboard .woocommerce-info .o-woocommerce-login__form a,.o-woocommerce-login__form .o-account-dashboard .u-columns .title a,.o-account-dashboard .u-columns .title .o-woocommerce-login__form a,.o-woocommerce-login__form .o-account-dashboard .button,.o-account-dashboard .o-woocommerce-login__form .button,.o-woocommerce-login__form .o-cart-checkout .button,.o-cart-checkout .o-woocommerce-login__form .button,.o-woocommerce-login__form .o-cart-empty .return-to-shop .button,.o-cart-empty .return-to-shop .o-woocommerce-login__form .button,.o-woocommerce-login__form .o-product-cart .button,.o-product-cart .o-woocommerce-login__form .button,.o-woocommerce-login__form .o-woocommerce-order-details .order-again .button,.o-woocommerce-order-details .order-again .o-woocommerce-login__form .button,.o-woocommerce-login__form .m-gravity-form .gform_page_footer .button,.m-gravity-form .gform_page_footer .o-woocommerce-login__form .button,.o-woocommerce-login__form .m-gravity-form .gform_page_footer .a-button,.m-gravity-form .gform_page_footer .o-woocommerce-login__form .a-button,.o-woocommerce-login__form .woocommerce-message .button,.woocommerce-message .o-woocommerce-login__form .button,.o-woocommerce-login__form .woocommerce .woocommerce-notices-wrapper .woocommerce-message .button,.woocommerce .woocommerce-notices-wrapper .woocommerce-message .o-woocommerce-login__form .button{margin:20px auto 0;}.o-woocommerce-login .lost_password{display:flex;align-items:center;justify-content:center;width:100%;text-align:center;margin-top:20px;}.o-woocommerce-login .lost_password a{font-size:1.125em;line-height:1.22222em;font-family:montserrat-semibold;color:var(--color--gray-400);}.o-woocommerce-login .lost_password a:hover{color:var(--link--hover-color);}.keyboard-in-use .o-woocommerce-login .lost_password a:focus{outline:2px dashed var(--theme--focus-color) !important;outline-offset:5px;transition:none;}.o-woocommerce-login__text{font-family:montserrat-medium;font-size:.875em;line-height:1.28571em;color:var(--text--base-color);margin:20px 0 10px;}.o-woocommerce-login .woocommerce-privacy-policy-text{font-family:montserrat-medium;font-size:.875em;line-height:1.28571em;color:var(--text--base-color);}.o-woocommerce-login .woocommerce-privacy-policy-text a{color:var(--link--bold-color);}.o-woocommerce-login .woocommerce-privacy-policy-text a:hover{color:var(--link--hover-color);}.keyboard-in-use .o-woocommerce-login .woocommerce-privacy-policy-text a:focus{outline:2px dashed var(--theme--focus-color) !important;outline-offset:5px;transition:none;}.o-woocommerce-login .woocommerce-form-register .woocommerce-form-row{width:100%;display:flex;align-items:center;justify-content:center;}@media screen and (max-width: 950px){.o-woocommerce-login{margin-top:180px;margin-bottom:70px;}.o-woocommerce-login__forms{flex-direction:column;align-items:center;justify-content:center;}.o-woocommerce-login__heading{margin-bottom:30px;}.o-woocommerce-login__column+.o-woocommerce-login__column{margin-top:50px;margin-left:0;}.o-woocommerce-login .lost_password a{font-size:14px;line-height:18px;}}@media screen and (max-width: 600px){.o-woocommerce-login{margin-top:140px;margin-bottom:50px;}}.o-woocommerce-lost-password{margin-top:200px;margin-bottom:100px;}.o-woocommerce-lost-password .woocommerce-notices-wrapper{padding:0;}.o-woocommerce-lost-password .woocommerce-notices-wrapper .woocommerce-error{font-family:montserrat-bold;background-color:var(--bg--accent-color);margin-bottom:30px;padding:20px 40px;box-sizing:border-box;color:var(--text--accent-color);}.o-woocommerce-lost-password__text{font-family:montserrat-medium;font-size:1em;line-height:1.25em;margin:0 auto 30px;color:var(--text--base-color);text-align:center;width:100%;}.o-woocommerce-lost-password__form{margin-left:auto;margin-right:auto;max-width:700px;width:100%;}.o-woocommerce-lost-password__form .m-field{position:relative;}.o-woocommerce-lost-password__form .m-field--input .m-field__label{transition:all .15s ease-in-out;font-size:16px;line-height:16px;position:absolute;top:50%;left:20px;transform:translateY(-50%);padding:1px 4px;box-sizing:border-box;will-change:transform;}.o-woocommerce-lost-password__form .m-field--input.m-field--focused .m-field__label{background-color:var(--color--gray-200);transform:scale(.8) translateY(-40px) translateX(-35px);opacity:1;width:auto;}.o-woocommerce-lost-password__form .m-field:not(:first-of-type){margin-top:25px;}.o-woocommerce-lost-password__form .m-field__input{font-family:montserrat-medium;font-size:1em;line-height:1.25em;border:2px solid var(--border--base-color);background-color:var(--bg--base-color);border-radius:var(--border--radius);padding:12px 20px;width:100%;box-sizing:border-box;}.o-woocommerce-lost-password__reset-password{display:flex;margin-top:20px;align-items:center;justify-content:center;}@media screen and (max-width: 950px){.o-woocommerce-lost-password{margin-top:180px;margin-bottom:70px;}}@media screen and (max-width: 600px){.o-woocommerce-lost-password{margin-top:140px;}}.o-woocommerce-order-complete{margin:200px 0 100px;overflow:hidden;}.o-woocommerce-order-complete__heading{text-align:center;margin-bottom:20px;}.o-woocommerce-order-complete__body{font-family:montserrat-regular;font-size:1em;line-height:1.25em;max-width:968px;margin:0 auto 60px;color:var(--text--base-color);text-align:center;}.o-woocommerce-order-complete .woocommerce-thankyou-order-details{display:flex;align-items:center;justify-content:center;}.o-woocommerce-order-complete .woocommerce-thankyou-order-details li{font-family:montserrat-bold;font-size:14px;line-height:18px;list-style-type:none;display:flex;flex-direction:column;color:var(--text--bold-color);text-transform:uppercase;padding:30px;box-sizing:border-box;}.o-woocommerce-order-complete .woocommerce-thankyou-order-details li strong{font-family:montserrat-medium;font-size:16px;line-height:20px;color:var(--text--base-color);text-transform:none;margin-top:5px;}.o-woocommerce-order-complete .woocommerce-thankyou-order-details li+li{margin-left:30px;border-left:2px solid var(--border--base-color);}.o-woocommerce-order-complete__notice{background-color:var(--bg--alternate-color);padding:30px;box-sizing:border-box;margin-bottom:30px;}.o-woocommerce-order-complete__notice h3{text-align:center;color:var(--color--white);}.o-woocommerce-order-complete__notice ul li{font-size:18px;line-height:22px;color:var(--color--white);}.o-woocommerce-order-complete__footer{margin:100px auto 0;display:flex;align-items:center;justify-content:center;max-width:800px;padding:0 40px;box-sizing:border-box;}.o-woocommerce-order-complete__footer .a-button+.a-button,.o-woocommerce-order-complete__footer .a-input[type="submit"]+.a-button,.o-woocommerce-order-complete__footer .o-product-cart input[type="submit"][type="number"]+.a-button,.o-product-cart .o-woocommerce-order-complete__footer input[type="submit"][type="number"]+.a-button,.o-woocommerce-order-complete__footer .o-product-cart input[type="submit"][type="text"]+.a-button,.o-product-cart .o-woocommerce-order-complete__footer input[type="submit"][type="text"]+.a-button,.o-woocommerce-order-complete__footer .m-logo-links-dropdown__button+.a-button,.o-woocommerce-order-complete__footer .m-product-review-form-block .form-submit input+.a-button,.m-product-review-form-block .form-submit .o-woocommerce-order-complete__footer input+.a-button,.o-woocommerce-order-complete__footer .o-product-description-image-hero .button+.a-button,.o-product-description-image-hero .o-woocommerce-order-complete__footer .button+.a-button,.o-woocommerce-order-complete__footer .o-product-gallery-hero .button+.a-button,.o-product-gallery-hero .o-woocommerce-order-complete__footer .button+.a-button,.o-woocommerce-order-complete__footer .o-product-specs-comparison .button+.a-button,.o-product-specs-comparison .o-woocommerce-order-complete__footer .button+.a-button,.o-woocommerce-order-complete__footer .o-account-dashboard .woocommerce-info a+.a-button,.o-account-dashboard .woocommerce-info .o-woocommerce-order-complete__footer a+.a-button,.o-woocommerce-order-complete__footer .o-account-dashboard .u-columns .title a+.a-button,.o-account-dashboard .u-columns .title .o-woocommerce-order-complete__footer a+.a-button,.o-woocommerce-order-complete__footer .o-account-dashboard .button+.a-button,.o-account-dashboard .o-woocommerce-order-complete__footer .button+.a-button,.o-woocommerce-order-complete__footer .o-cart-checkout .button+.a-button,.o-cart-checkout .o-woocommerce-order-complete__footer .button+.a-button,.o-woocommerce-order-complete__footer .o-cart-empty .return-to-shop .button+.a-button,.o-cart-empty .return-to-shop .o-woocommerce-order-complete__footer .button+.a-button,.o-woocommerce-order-complete__footer .o-product-cart .button+.a-button,.o-product-cart .o-woocommerce-order-complete__footer .button+.a-button,.o-woocommerce-order-complete__footer .o-woocommerce-order-details .order-again .button+.a-button,.o-woocommerce-order-details .order-again .o-woocommerce-order-complete__footer .button+.a-button,.o-woocommerce-order-complete__footer .t-product__woocommerce-message .woocommerce-message .button+.a-button,.t-product__woocommerce-message .woocommerce-message .o-woocommerce-order-complete__footer .button+.a-button,.o-woocommerce-order-complete__footer .m-gravity-form .gform_page_footer .button+.a-button,.m-gravity-form .gform_page_footer .o-woocommerce-order-complete__footer .button+.a-button,.o-woocommerce-order-complete__footer .m-gravity-form .gform_page_footer .a-button+.a-button,.m-gravity-form .gform_page_footer .o-woocommerce-order-complete__footer .a-button+.a-button,.o-woocommerce-order-complete__footer .woocommerce-message .button+.a-button,.woocommerce-message .o-woocommerce-order-complete__footer .button+.a-button,.o-woocommerce-order-complete__footer .woocommerce .woocommerce-notices-wrapper .woocommerce-message .button+.a-button,.woocommerce .woocommerce-notices-wrapper .woocommerce-message .o-woocommerce-order-complete__footer .button+.a-button,.o-woocommerce-order-complete__footer .a-button+.a-input[type="submit"],.o-woocommerce-order-complete__footer .a-input[type="submit"]+.a-input[type="submit"],.o-woocommerce-order-complete__footer .o-product-cart input[type="submit"][type="number"]+.a-input[type="submit"],.o-product-cart .o-woocommerce-order-complete__footer input[type="submit"][type="number"]+.a-input[type="submit"],.o-woocommerce-order-complete__footer .o-product-cart input[type="submit"][type="text"]+.a-input[type="submit"],.o-product-cart .o-woocommerce-order-complete__footer input[type="submit"][type="text"]+.a-input[type="submit"],.o-woocommerce-order-complete__footer .m-logo-links-dropdown__button+.a-input[type="submit"],.o-woocommerce-order-complete__footer .m-product-review-form-block .form-submit input+.a-input[type="submit"],.m-product-review-form-block .form-submit .o-woocommerce-order-complete__footer input+.a-input[type="submit"],.o-woocommerce-order-complete__footer .o-product-description-image-hero .button+.a-input[type="submit"],.o-product-description-image-hero .o-woocommerce-order-complete__footer .button+.a-input[type="submit"],.o-woocommerce-order-complete__footer .o-product-gallery-hero .button+.a-input[type="submit"],.o-product-gallery-hero .o-woocommerce-order-complete__footer .button+.a-input[type="submit"],.o-woocommerce-order-complete__footer .o-product-specs-comparison .button+.a-input[type="submit"],.o-product-specs-comparison .o-woocommerce-order-complete__footer .button+.a-input[type="submit"],.o-woocommerce-order-complete__footer .o-account-dashboard .woocommerce-info a+.a-input[type="submit"],.o-account-dashboard .woocommerce-info .o-woocommerce-order-complete__footer a+.a-input[type="submit"],.o-woocommerce-order-complete__footer .o-account-dashboard .u-columns .title a+.a-input[type="submit"],.o-account-dashboard .u-columns .title .o-woocommerce-order-complete__footer a+.a-input[type="submit"],.o-woocommerce-order-complete__footer .o-account-dashboard .button+.a-input[type="submit"],.o-account-dashboard .o-woocommerce-order-complete__footer .button+.a-input[type="submit"],.o-woocommerce-order-complete__footer .o-cart-checkout .button+.a-input[type="submit"],.o-cart-checkout .o-woocommerce-order-complete__footer .button+.a-input[type="submit"],.o-woocommerce-order-complete__footer .o-cart-empty .return-to-shop .button+.a-input[type="submit"],.o-cart-empty .return-to-shop .o-woocommerce-order-complete__footer .button+.a-input[type="submit"],.o-woocommerce-order-complete__footer .o-product-cart .button+.a-input[type="submit"],.o-product-cart .o-woocommerce-order-complete__footer .button+.a-input[type="submit"],.o-woocommerce-order-complete__footer .o-woocommerce-order-details .order-again .button+.a-input[type="submit"],.o-woocommerce-order-details .order-again .o-woocommerce-order-complete__footer .button+.a-input[type="submit"],.o-woocommerce-order-complete__footer .t-product__woocommerce-message .woocommerce-message .button+.a-input[type="submit"],.t-product__woocommerce-message .woocommerce-message .o-woocommerce-order-complete__footer .button+.a-input[type="submit"],.o-woocommerce-order-complete__footer .m-gravity-form .gform_page_footer .button+.a-input[type="submit"],.m-gravity-form .gform_page_footer .o-woocommerce-order-complete__footer .button+.a-input[type="submit"],.o-woocommerce-order-complete__footer .m-gravity-form .gform_page_footer .a-button+.a-input[type="submit"],.m-gravity-form .gform_page_footer .o-woocommerce-order-complete__footer .a-button+.a-input[type="submit"],.o-woocommerce-order-complete__footer .woocommerce-message .button+.a-input[type="submit"],.woocommerce-message .o-woocommerce-order-complete__footer .button+.a-input[type="submit"],.o-woocommerce-order-complete__footer .woocommerce .woocommerce-notices-wrapper .woocommerce-message .button+.a-input[type="submit"],.woocommerce .woocommerce-notices-wrapper .woocommerce-message .o-woocommerce-order-complete__footer .button+.a-input[type="submit"],.o-woocommerce-order-complete__footer .o-product-cart .a-button+input[type="submit"][type="number"],.o-product-cart .o-woocommerce-order-complete__footer .a-button+input[type="submit"][type="number"],.o-woocommerce-order-complete__footer .o-product-cart .a-input[type="submit"]+input[type="submit"][type="number"],.o-product-cart .o-woocommerce-order-complete__footer .a-input[type="submit"]+input[type="submit"][type="number"],.o-woocommerce-order-complete__footer .o-product-cart input[type="submit"][type="number"]+input[type="submit"][type="number"],.o-product-cart .o-woocommerce-order-complete__footer input[type="submit"][type="number"]+input[type="submit"][type="number"],.o-woocommerce-order-complete__footer .o-product-cart input[type="submit"][type="text"]+input[type="submit"][type="number"],.o-product-cart .o-woocommerce-order-complete__footer input[type="submit"][type="text"]+input[type="submit"][type="number"],.o-woocommerce-order-complete__footer .o-product-cart .m-logo-links-dropdown__button+input[type="submit"][type="number"],.o-product-cart .o-woocommerce-order-complete__footer .m-logo-links-dropdown__button+input[type="submit"][type="number"],.o-woocommerce-order-complete__footer .m-product-review-form-block .form-submit .o-product-cart input+input[type="submit"][type="number"],.o-product-cart .o-woocommerce-order-complete__footer .m-product-review-form-block .form-submit input+input[type="submit"][type="number"],.m-product-review-form-block .form-submit .o-woocommerce-order-complete__footer .o-product-cart input+input[type="submit"][type="number"],.o-product-cart .m-product-review-form-block .form-submit .o-woocommerce-order-complete__footer input+input[type="submit"][type="number"],.o-woocommerce-order-complete__footer .o-product-description-image-hero .o-product-cart .button+input[type="submit"][type="number"],.o-product-cart .o-woocommerce-order-complete__footer .o-product-description-image-hero .button+input[type="submit"][type="number"],.o-product-description-image-hero .o-woocommerce-order-complete__footer .o-product-cart .button+input[type="submit"][type="number"],.o-product-cart .o-product-description-image-hero .o-woocommerce-order-complete__footer .button+input[type="submit"][type="number"],.o-woocommerce-order-complete__footer .o-product-gallery-hero .o-product-cart .button+input[type="submit"][type="number"],.o-product-cart .o-woocommerce-order-complete__footer .o-product-gallery-hero .button+input[type="submit"][type="number"],.o-product-gallery-hero .o-woocommerce-order-complete__footer .o-product-cart .button+input[type="submit"][type="number"],.o-product-cart .o-product-gallery-hero .o-woocommerce-order-complete__footer .button+input[type="submit"][type="number"],.o-woocommerce-order-complete__footer .o-product-specs-comparison .o-product-cart .button+input[type="submit"][type="number"],.o-product-cart .o-woocommerce-order-complete__footer .o-product-specs-comparison .button+input[type="submit"][type="number"],.o-product-specs-comparison .o-woocommerce-order-complete__footer .o-product-cart .button+input[type="submit"][type="number"],.o-product-cart .o-product-specs-comparison .o-woocommerce-order-complete__footer .button+input[type="submit"][type="number"],.o-woocommerce-order-complete__footer .o-account-dashboard .woocommerce-info .o-product-cart a+input[type="submit"][type="number"],.o-product-cart .o-woocommerce-order-complete__footer .o-account-dashboard .woocommerce-info a+input[type="submit"][type="number"],.o-account-dashboard .woocommerce-info .o-woocommerce-order-complete__footer .o-product-cart a+input[type="submit"][type="number"],.o-product-cart .o-account-dashboard .woocommerce-info .o-woocommerce-order-complete__footer a+input[type="submit"][type="number"],.o-woocommerce-order-complete__footer .o-account-dashboard .u-columns .title .o-product-cart a+input[type="submit"][type="number"],.o-product-cart .o-woocommerce-order-complete__footer .o-account-dashboard .u-columns .title a+input[type="submit"][type="number"],.o-account-dashboard .u-columns .title .o-woocommerce-order-complete__footer .o-product-cart a+input[type="submit"][type="number"],.o-product-cart .o-account-dashboard .u-columns .title .o-woocommerce-order-complete__footer a+input[type="submit"][type="number"],.o-woocommerce-order-complete__footer .o-account-dashboard .o-product-cart .button+input[type="submit"][type="number"],.o-product-cart .o-woocommerce-order-complete__footer .o-account-dashboard .button+input[type="submit"][type="number"],.o-account-dashboard .o-woocommerce-order-complete__footer .o-product-cart .button+input[type="submit"][type="number"],.o-product-cart .o-account-dashboard .o-woocommerce-order-complete__footer .button+input[type="submit"][type="number"],.o-woocommerce-order-complete__footer .o-cart-checkout .o-product-cart .button+input[type="submit"][type="number"],.o-product-cart .o-woocommerce-order-complete__footer .o-cart-checkout .button+input[type="submit"][type="number"],.o-cart-checkout .o-woocommerce-order-complete__footer .o-product-cart .button+input[type="submit"][type="number"],.o-product-cart .o-cart-checkout .o-woocommerce-order-complete__footer .button+input[type="submit"][type="number"],.o-woocommerce-order-complete__footer .o-cart-empty .return-to-shop .o-product-cart .button+input[type="submit"][type="number"],.o-product-cart .o-woocommerce-order-complete__footer .o-cart-empty .return-to-shop .button+input[type="submit"][type="number"],.o-cart-empty .return-to-shop .o-woocommerce-order-complete__footer .o-product-cart .button+input[type="submit"][type="number"],.o-product-cart .o-cart-empty .return-to-shop .o-woocommerce-order-complete__footer .button+input[type="submit"][type="number"],.o-woocommerce-order-complete__footer .o-product-cart .button+input[type="submit"][type="number"],.o-product-cart .o-woocommerce-order-complete__footer .button+input[type="submit"][type="number"],.o-woocommerce-order-complete__footer .o-woocommerce-order-details .order-again .o-product-cart .button+input[type="submit"][type="number"],.o-product-cart .o-woocommerce-order-complete__footer .o-woocommerce-order-details .order-again .button+input[type="submit"][type="number"],.o-woocommerce-order-details .order-again .o-woocommerce-order-complete__footer .o-product-cart .button+input[type="submit"][type="number"],.o-product-cart .o-woocommerce-order-details .order-again .o-woocommerce-order-complete__footer .button+input[type="submit"][type="number"],.o-woocommerce-order-complete__footer .t-product__woocommerce-message .woocommerce-message .o-product-cart .button+input[type="submit"][type="number"],.o-product-cart .o-woocommerce-order-complete__footer .t-product__woocommerce-message .woocommerce-message .button+input[type="submit"][type="number"],.t-product__woocommerce-message .woocommerce-message .o-woocommerce-order-complete__footer .o-product-cart .button+input[type="submit"][type="number"],.o-product-cart .t-product__woocommerce-message .woocommerce-message .o-woocommerce-order-complete__footer .button+input[type="submit"][type="number"],.o-woocommerce-order-complete__footer .m-gravity-form .gform_page_footer .o-product-cart .button+input[type="submit"][type="number"],.o-product-cart .o-woocommerce-order-complete__footer .m-gravity-form .gform_page_footer .button+input[type="submit"][type="number"],.m-gravity-form .gform_page_footer .o-woocommerce-order-complete__footer .o-product-cart .button+input[type="submit"][type="number"],.o-product-cart .m-gravity-form .gform_page_footer .o-woocommerce-order-complete__footer .button+input[type="submit"][type="number"],.o-woocommerce-order-complete__footer .m-gravity-form .gform_page_footer .o-product-cart .a-button+input[type="submit"][type="number"],.o-product-cart .o-woocommerce-order-complete__footer .m-gravity-form .gform_page_footer .a-button+input[type="submit"][type="number"],.m-gravity-form .gform_page_footer .o-woocommerce-order-complete__footer .o-product-cart .a-button+input[type="submit"][type="number"],.o-product-cart .m-gravity-form .gform_page_footer .o-woocommerce-order-complete__footer .a-button+input[type="submit"][type="number"],.o-woocommerce-order-complete__footer .woocommerce-message .o-product-cart .button+input[type="submit"][type="number"],.o-product-cart .o-woocommerce-order-complete__footer .woocommerce-message .button+input[type="submit"][type="number"],.woocommerce-message .o-woocommerce-order-complete__footer .o-product-cart .button+input[type="submit"][type="number"],.o-product-cart .woocommerce-message .o-woocommerce-order-complete__footer .button+input[type="submit"][type="number"],.o-woocommerce-order-complete__footer .woocommerce .woocommerce-notices-wrapper .woocommerce-message .o-product-cart .button+input[type="submit"][type="number"],.o-product-cart .o-woocommerce-order-complete__footer .woocommerce .woocommerce-notices-wrapper .woocommerce-message .button+input[type="submit"][type="number"],.woocommerce .woocommerce-notices-wrapper .woocommerce-message .o-woocommerce-order-complete__footer .o-product-cart .button+input[type="submit"][type="number"],.o-product-cart .woocommerce .woocommerce-notices-wrapper .woocommerce-message .o-woocommerce-order-complete__footer .button+input[type="submit"][type="number"],.o-woocommerce-order-complete__footer .o-product-cart .a-button+input[type="submit"][type="text"],.o-product-cart .o-woocommerce-order-complete__footer .a-button+input[type="submit"][type="text"],.o-woocommerce-order-complete__footer .o-product-cart .a-input[type="submit"]+input[type="submit"][type="text"],.o-product-cart .o-woocommerce-order-complete__footer .a-input[type="submit"]+input[type="submit"][type="text"],.o-woocommerce-order-complete__footer .o-product-cart input[type="submit"][type="number"]+input[type="submit"][type="text"],.o-product-cart .o-woocommerce-order-complete__footer input[type="submit"][type="number"]+input[type="submit"][type="text"],.o-woocommerce-order-complete__footer .o-product-cart input[type="submit"][type="text"]+input[type="submit"][type="text"],.o-product-cart .o-woocommerce-order-complete__footer input[type="submit"][type="text"]+input[type="submit"][type="text"],.o-woocommerce-order-complete__footer .o-product-cart .m-logo-links-dropdown__button+input[type="submit"][type="text"],.o-product-cart .o-woocommerce-order-complete__footer .m-logo-links-dropdown__button+input[type="submit"][type="text"],.o-woocommerce-order-complete__footer .m-product-review-form-block .form-submit .o-product-cart input+input[type="submit"][type="text"],.o-product-cart .o-woocommerce-order-complete__footer .m-product-review-form-block .form-submit input+input[type="submit"][type="text"],.m-product-review-form-block .form-submit .o-woocommerce-order-complete__footer .o-product-cart input+input[type="submit"][type="text"],.o-product-cart .m-product-review-form-block .form-submit .o-woocommerce-order-complete__footer input+input[type="submit"][type="text"],.o-woocommerce-order-complete__footer .o-product-description-image-hero .o-product-cart .button+input[type="submit"][type="text"],.o-product-cart .o-woocommerce-order-complete__footer .o-product-description-image-hero .button+input[type="submit"][type="text"],.o-product-description-image-hero .o-woocommerce-order-complete__footer .o-product-cart .button+input[type="submit"][type="text"],.o-product-cart .o-product-description-image-hero .o-woocommerce-order-complete__footer .button+input[type="submit"][type="text"],.o-woocommerce-order-complete__footer .o-product-gallery-hero .o-product-cart .button+input[type="submit"][type="text"],.o-product-cart .o-woocommerce-order-complete__footer .o-product-gallery-hero .button+input[type="submit"][type="text"],.o-product-gallery-hero .o-woocommerce-order-complete__footer .o-product-cart .button+input[type="submit"][type="text"],.o-product-cart .o-product-gallery-hero .o-woocommerce-order-complete__footer .button+input[type="submit"][type="text"],.o-woocommerce-order-complete__footer .o-product-specs-comparison .o-product-cart .button+input[type="submit"][type="text"],.o-product-cart .o-woocommerce-order-complete__footer .o-product-specs-comparison .button+input[type="submit"][type="text"],.o-product-specs-comparison .o-woocommerce-order-complete__footer .o-product-cart .button+input[type="submit"][type="text"],.o-product-cart .o-product-specs-comparison .o-woocommerce-order-complete__footer .button+input[type="submit"][type="text"],.o-woocommerce-order-complete__footer .o-account-dashboard .woocommerce-info .o-product-cart a+input[type="submit"][type="text"],.o-product-cart .o-woocommerce-order-complete__footer .o-account-dashboard .woocommerce-info a+input[type="submit"][type="text"],.o-account-dashboard .woocommerce-info .o-woocommerce-order-complete__footer .o-product-cart a+input[type="submit"][type="text"],.o-product-cart .o-account-dashboard .woocommerce-info .o-woocommerce-order-complete__footer a+input[type="submit"][type="text"],.o-woocommerce-order-complete__footer .o-account-dashboard .u-columns .title .o-product-cart a+input[type="submit"][type="text"],.o-product-cart .o-woocommerce-order-complete__footer .o-account-dashboard .u-columns .title a+input[type="submit"][type="text"],.o-account-dashboard .u-columns .title .o-woocommerce-order-complete__footer .o-product-cart a+input[type="submit"][type="text"],.o-product-cart .o-account-dashboard .u-columns .title .o-woocommerce-order-complete__footer a+input[type="submit"][type="text"],.o-woocommerce-order-complete__footer .o-account-dashboard .o-product-cart .button+input[type="submit"][type="text"],.o-product-cart .o-woocommerce-order-complete__footer .o-account-dashboard .button+input[type="submit"][type="text"],.o-account-dashboard .o-woocommerce-order-complete__footer .o-product-cart .button+input[type="submit"][type="text"],.o-product-cart .o-account-dashboard .o-woocommerce-order-complete__footer .button+input[type="submit"][type="text"],.o-woocommerce-order-complete__footer .o-cart-checkout .o-product-cart .button+input[type="submit"][type="text"],.o-product-cart .o-woocommerce-order-complete__footer .o-cart-checkout .button+input[type="submit"][type="text"],.o-cart-checkout .o-woocommerce-order-complete__footer .o-product-cart .button+input[type="submit"][type="text"],.o-product-cart .o-cart-checkout .o-woocommerce-order-complete__footer .button+input[type="submit"][type="text"],.o-woocommerce-order-complete__footer .o-cart-empty .return-to-shop .o-product-cart .button+input[type="submit"][type="text"],.o-product-cart .o-woocommerce-order-complete__footer .o-cart-empty .return-to-shop .button+input[type="submit"][type="text"],.o-cart-empty .return-to-shop .o-woocommerce-order-complete__footer .o-product-cart .button+input[type="submit"][type="text"],.o-product-cart .o-cart-empty .return-to-shop .o-woocommerce-order-complete__footer .button+input[type="submit"][type="text"],.o-woocommerce-order-complete__footer .o-product-cart .button+input[type="submit"][type="text"],.o-product-cart .o-woocommerce-order-complete__footer .button+input[type="submit"][type="text"],.o-woocommerce-order-complete__footer .o-woocommerce-order-details .order-again .o-product-cart .button+input[type="submit"][type="text"],.o-product-cart .o-woocommerce-order-complete__footer .o-woocommerce-order-details .order-again .button+input[type="submit"][type="text"],.o-woocommerce-order-details .order-again .o-woocommerce-order-complete__footer .o-product-cart .button+input[type="submit"][type="text"],.o-product-cart .o-woocommerce-order-details .order-again .o-woocommerce-order-complete__footer .button+input[type="submit"][type="text"],.o-woocommerce-order-complete__footer .t-product__woocommerce-message .woocommerce-message .o-product-cart .button+input[type="submit"][type="text"],.o-product-cart .o-woocommerce-order-complete__footer .t-product__woocommerce-message .woocommerce-message .button+input[type="submit"][type="text"],.t-product__woocommerce-message .woocommerce-message .o-woocommerce-order-complete__footer .o-product-cart .button+input[type="submit"][type="text"],.o-product-cart .t-product__woocommerce-message .woocommerce-message .o-woocommerce-order-complete__footer .button+input[type="submit"][type="text"],.o-woocommerce-order-complete__footer .m-gravity-form .gform_page_footer .o-product-cart .button+input[type="submit"][type="text"],.o-product-cart .o-woocommerce-order-complete__footer .m-gravity-form .gform_page_footer .button+input[type="submit"][type="text"],.m-gravity-form .gform_page_footer .o-woocommerce-order-complete__footer .o-product-cart .button+input[type="submit"][type="text"],.o-product-cart .m-gravity-form .gform_page_footer .o-woocommerce-order-complete__footer .button+input[type="submit"][type="text"],.o-woocommerce-order-complete__footer .m-gravity-form .gform_page_footer .o-product-cart .a-button+input[type="submit"][type="text"],.o-product-cart .o-woocommerce-order-complete__footer .m-gravity-form .gform_page_footer .a-button+input[type="submit"][type="text"],.m-gravity-form .gform_page_footer .o-woocommerce-order-complete__footer .o-product-cart .a-button+input[type="submit"][type="text"],.o-product-cart .m-gravity-form .gform_page_footer .o-woocommerce-order-complete__footer .a-button+input[type="submit"][type="text"],.o-woocommerce-order-complete__footer .woocommerce-message .o-product-cart .button+input[type="submit"][type="text"],.o-product-cart .o-woocommerce-order-complete__footer .woocommerce-message .button+input[type="submit"][type="text"],.woocommerce-message .o-woocommerce-order-complete__footer .o-product-cart .button+input[type="submit"][type="text"],.o-product-cart .woocommerce-message .o-woocommerce-order-complete__footer .button+input[type="submit"][type="text"],.o-woocommerce-order-complete__footer .woocommerce .woocommerce-notices-wrapper .woocommerce-message .o-product-cart .button+input[type="submit"][type="text"],.o-product-cart .o-woocommerce-order-complete__footer .woocommerce .woocommerce-notices-wrapper .woocommerce-message .button+input[type="submit"][type="text"],.woocommerce .woocommerce-notices-wrapper .woocommerce-message .o-woocommerce-order-complete__footer .o-product-cart .button+input[type="submit"][type="text"],.o-product-cart .woocommerce .woocommerce-notices-wrapper .woocommerce-message .o-woocommerce-order-complete__footer .button+input[type="submit"][type="text"],.o-woocommerce-order-complete__footer .a-button+.m-logo-links-dropdown__button,.o-woocommerce-order-complete__footer .a-input[type="submit"]+.m-logo-links-dropdown__button,.o-woocommerce-order-complete__footer .o-product-cart input[type="submit"][type="number"]+.m-logo-links-dropdown__button,.o-product-cart .o-woocommerce-order-complete__footer input[type="submit"][type="number"]+.m-logo-links-dropdown__button,.o-woocommerce-order-complete__footer .o-product-cart input[type="submit"][type="text"]+.m-logo-links-dropdown__button,.o-product-cart .o-woocommerce-order-complete__footer input[type="submit"][type="text"]+.m-logo-links-dropdown__button,.o-woocommerce-order-complete__footer .m-logo-links-dropdown__button+.m-logo-links-dropdown__button,.o-woocommerce-order-complete__footer .m-product-review-form-block .form-submit input+.m-logo-links-dropdown__button,.m-product-review-form-block .form-submit .o-woocommerce-order-complete__footer input+.m-logo-links-dropdown__button,.o-woocommerce-order-complete__footer .o-product-description-image-hero .button+.m-logo-links-dropdown__button,.o-product-description-image-hero .o-woocommerce-order-complete__footer .button+.m-logo-links-dropdown__button,.o-woocommerce-order-complete__footer .o-product-gallery-hero .button+.m-logo-links-dropdown__button,.o-product-gallery-hero .o-woocommerce-order-complete__footer .button+.m-logo-links-dropdown__button,.o-woocommerce-order-complete__footer .o-product-specs-comparison .button+.m-logo-links-dropdown__button,.o-product-specs-comparison .o-woocommerce-order-complete__footer .button+.m-logo-links-dropdown__button,.o-woocommerce-order-complete__footer .o-account-dashboard .woocommerce-info a+.m-logo-links-dropdown__button,.o-account-dashboard .woocommerce-info .o-woocommerce-order-complete__footer a+.m-logo-links-dropdown__button,.o-woocommerce-order-complete__footer .o-account-dashboard .u-columns .title a+.m-logo-links-dropdown__button,.o-account-dashboard .u-columns .title .o-woocommerce-order-complete__footer a+.m-logo-links-dropdown__button,.o-woocommerce-order-complete__footer .o-account-dashboard .button+.m-logo-links-dropdown__button,.o-account-dashboard .o-woocommerce-order-complete__footer .button+.m-logo-links-dropdown__button,.o-woocommerce-order-complete__footer .o-cart-checkout .button+.m-logo-links-dropdown__button,.o-cart-checkout .o-woocommerce-order-complete__footer .button+.m-logo-links-dropdown__button,.o-woocommerce-order-complete__footer .o-cart-empty .return-to-shop .button+.m-logo-links-dropdown__button,.o-cart-empty .return-to-shop .o-woocommerce-order-complete__footer .button+.m-logo-links-dropdown__button,.o-woocommerce-order-complete__footer .o-product-cart .button+.m-logo-links-dropdown__button,.o-product-cart .o-woocommerce-order-complete__footer .button+.m-logo-links-dropdown__button,.o-woocommerce-order-complete__footer .o-woocommerce-order-details .order-again .button+.m-logo-links-dropdown__button,.o-woocommerce-order-details .order-again .o-woocommerce-order-complete__footer .button+.m-logo-links-dropdown__button,.o-woocommerce-order-complete__footer .t-product__woocommerce-message .woocommerce-message .button+.m-logo-links-dropdown__button,.t-product__woocommerce-message .woocommerce-message .o-woocommerce-order-complete__footer .button+.m-logo-links-dropdown__button,.o-woocommerce-order-complete__footer .m-gravity-form .gform_page_footer .button+.m-logo-links-dropdown__button,.m-gravity-form .gform_page_footer .o-woocommerce-order-complete__footer .button+.m-logo-links-dropdown__button,.o-woocommerce-order-complete__footer .m-gravity-form .gform_page_footer .a-button+.m-logo-links-dropdown__button,.m-gravity-form .gform_page_footer .o-woocommerce-order-complete__footer .a-button+.m-logo-links-dropdown__button,.o-woocommerce-order-complete__footer .woocommerce-message .button+.m-logo-links-dropdown__button,.woocommerce-message .o-woocommerce-order-complete__footer .button+.m-logo-links-dropdown__button,.o-woocommerce-order-complete__footer .woocommerce .woocommerce-notices-wrapper .woocommerce-message .button+.m-logo-links-dropdown__button,.woocommerce .woocommerce-notices-wrapper .woocommerce-message .o-woocommerce-order-complete__footer .button+.m-logo-links-dropdown__button,.o-woocommerce-order-complete__footer .m-product-review-form-block .form-submit .a-button+input,.m-product-review-form-block .form-submit .o-woocommerce-order-complete__footer .a-button+input,.o-woocommerce-order-complete__footer .m-product-review-form-block .form-submit .a-input[type="submit"]+input,.m-product-review-form-block .form-submit .o-woocommerce-order-complete__footer .a-input[type="submit"]+input,.o-woocommerce-order-complete__footer .o-product-cart .m-product-review-form-block .form-submit input[type="submit"][type="number"]+input,.m-product-review-form-block .form-submit .o-woocommerce-order-complete__footer .o-product-cart input[type="submit"][type="number"]+input,.o-product-cart .o-woocommerce-order-complete__footer .m-product-review-form-block .form-submit input[type="submit"][type="number"]+input,.m-product-review-form-block .form-submit .o-product-cart .o-woocommerce-order-complete__footer input[type="submit"][type="number"]+input,.o-woocommerce-order-complete__footer .o-product-cart .m-product-review-form-block .form-submit input[type="submit"][type="text"]+input,.m-product-review-form-block .form-submit .o-woocommerce-order-complete__footer .o-product-cart input[type="submit"][type="text"]+input,.o-product-cart .o-woocommerce-order-complete__footer .m-product-review-form-block .form-submit input[type="submit"][type="text"]+input,.m-product-review-form-block .form-submit .o-product-cart .o-woocommerce-order-complete__footer input[type="submit"][type="text"]+input,.o-woocommerce-order-complete__footer .m-product-review-form-block .form-submit .m-logo-links-dropdown__button+input,.m-product-review-form-block .form-submit .o-woocommerce-order-complete__footer .m-logo-links-dropdown__button+input,.o-woocommerce-order-complete__footer .m-product-review-form-block .form-submit input+input,.m-product-review-form-block .form-submit .o-woocommerce-order-complete__footer input+input,.o-woocommerce-order-complete__footer .o-product-description-image-hero .m-product-review-form-block .form-submit .button+input,.m-product-review-form-block .form-submit .o-woocommerce-order-complete__footer .o-product-description-image-hero .button+input,.o-product-description-image-hero .o-woocommerce-order-complete__footer .m-product-review-form-block .form-submit .button+input,.m-product-review-form-block .form-submit .o-product-description-image-hero .o-woocommerce-order-complete__footer .button+input,.o-woocommerce-order-complete__footer .o-product-gallery-hero .m-product-review-form-block .form-submit .button+input,.m-product-review-form-block .form-submit .o-woocommerce-order-complete__footer .o-product-gallery-hero .button+input,.o-product-gallery-hero .o-woocommerce-order-complete__footer .m-product-review-form-block .form-submit .button+input,.m-product-review-form-block .form-submit .o-product-gallery-hero .o-woocommerce-order-complete__footer .button+input,.o-woocommerce-order-complete__footer .o-product-specs-comparison .m-product-review-form-block .form-submit .button+input,.m-product-review-form-block .form-submit .o-woocommerce-order-complete__footer .o-product-specs-comparison .button+input,.o-product-specs-comparison .o-woocommerce-order-complete__footer .m-product-review-form-block .form-submit .button+input,.m-product-review-form-block .form-submit .o-product-specs-comparison .o-woocommerce-order-complete__footer .button+input,.o-woocommerce-order-complete__footer .o-account-dashboard .woocommerce-info .m-product-review-form-block .form-submit a+input,.m-product-review-form-block .form-submit .o-woocommerce-order-complete__footer .o-account-dashboard .woocommerce-info a+input,.o-account-dashboard .woocommerce-info .o-woocommerce-order-complete__footer .m-product-review-form-block .form-submit a+input,.m-product-review-form-block .form-submit .o-account-dashboard .woocommerce-info .o-woocommerce-order-complete__footer a+input,.o-woocommerce-order-complete__footer .o-account-dashboard .u-columns .title .m-product-review-form-block .form-submit a+input,.m-product-review-form-block .form-submit .o-woocommerce-order-complete__footer .o-account-dashboard .u-columns .title a+input,.o-account-dashboard .u-columns .title .o-woocommerce-order-complete__footer .m-product-review-form-block .form-submit a+input,.m-product-review-form-block .form-submit .o-account-dashboard .u-columns .title .o-woocommerce-order-complete__footer a+input,.o-woocommerce-order-complete__footer .o-account-dashboard .m-product-review-form-block .form-submit .button+input,.m-product-review-form-block .form-submit .o-woocommerce-order-complete__footer .o-account-dashboard .button+input,.o-account-dashboard .o-woocommerce-order-complete__footer .m-product-review-form-block .form-submit .button+input,.m-product-review-form-block .form-submit .o-account-dashboard .o-woocommerce-order-complete__footer .button+input,.o-woocommerce-order-complete__footer .o-cart-checkout .m-product-review-form-block .form-submit .button+input,.m-product-review-form-block .form-submit .o-woocommerce-order-complete__footer .o-cart-checkout .button+input,.o-cart-checkout .o-woocommerce-order-complete__footer .m-product-review-form-block .form-submit .button+input,.m-product-review-form-block .form-submit .o-cart-checkout .o-woocommerce-order-complete__footer .button+input,.o-woocommerce-order-complete__footer .o-cart-empty .return-to-shop .m-product-review-form-block .form-submit .button+input,.m-product-review-form-block .form-submit .o-woocommerce-order-complete__footer .o-cart-empty .return-to-shop .button+input,.o-cart-empty .return-to-shop .o-woocommerce-order-complete__footer .m-product-review-form-block .form-submit .button+input,.m-product-review-form-block .form-submit .o-cart-empty .return-to-shop .o-woocommerce-order-complete__footer .button+input,.o-woocommerce-order-complete__footer .o-product-cart .m-product-review-form-block .form-submit .button+input,.m-product-review-form-block .form-submit .o-woocommerce-order-complete__footer .o-product-cart .button+input,.o-product-cart .o-woocommerce-order-complete__footer .m-product-review-form-block .form-submit .button+input,.m-product-review-form-block .form-submit .o-product-cart .o-woocommerce-order-complete__footer .button+input,.o-woocommerce-order-complete__footer .o-woocommerce-order-details .order-again .m-product-review-form-block .form-submit .button+input,.m-product-review-form-block .form-submit .o-woocommerce-order-complete__footer .o-woocommerce-order-details .order-again .button+input,.o-woocommerce-order-details .order-again .o-woocommerce-order-complete__footer .m-product-review-form-block .form-submit .button+input,.m-product-review-form-block .form-submit .o-woocommerce-order-details .order-again .o-woocommerce-order-complete__footer .button+input,.o-woocommerce-order-complete__footer .t-product__woocommerce-message .woocommerce-message .m-product-review-form-block .form-submit .button+input,.m-product-review-form-block .form-submit .o-woocommerce-order-complete__footer .t-product__woocommerce-message .woocommerce-message .button+input,.t-product__woocommerce-message .woocommerce-message .o-woocommerce-order-complete__footer .m-product-review-form-block .form-submit .button+input,.m-product-review-form-block .form-submit .t-product__woocommerce-message .woocommerce-message .o-woocommerce-order-complete__footer .button+input,.o-woocommerce-order-complete__footer .m-gravity-form .gform_page_footer .m-product-review-form-block .form-submit .button+input,.m-product-review-form-block .form-submit .o-woocommerce-order-complete__footer .m-gravity-form .gform_page_footer .button+input,.m-gravity-form .gform_page_footer .o-woocommerce-order-complete__footer .m-product-review-form-block .form-submit .button+input,.m-product-review-form-block .form-submit .m-gravity-form .gform_page_footer .o-woocommerce-order-complete__footer .button+input,.o-woocommerce-order-complete__footer .m-gravity-form .gform_page_footer .m-product-review-form-block .form-submit .a-button+input,.m-product-review-form-block .form-submit .o-woocommerce-order-complete__footer .m-gravity-form .gform_page_footer .a-button+input,.m-gravity-form .gform_page_footer .o-woocommerce-order-complete__footer .m-product-review-form-block .form-submit .a-button+input,.m-product-review-form-block .form-submit .m-gravity-form .gform_page_footer .o-woocommerce-order-complete__footer .a-button+input,.o-woocommerce-order-complete__footer .woocommerce-message .m-product-review-form-block .form-submit .button+input,.m-product-review-form-block .form-submit .o-woocommerce-order-complete__footer .woocommerce-message .button+input,.woocommerce-message .o-woocommerce-order-complete__footer .m-product-review-form-block .form-submit .button+input,.m-product-review-form-block .form-submit .woocommerce-message .o-woocommerce-order-complete__footer .button+input,.o-woocommerce-order-complete__footer .woocommerce .woocommerce-notices-wrapper .woocommerce-message .m-product-review-form-block .form-submit .button+input,.m-product-review-form-block .form-submit .o-woocommerce-order-complete__footer .woocommerce .woocommerce-notices-wrapper .woocommerce-message .button+input,.woocommerce .woocommerce-notices-wrapper .woocommerce-message .o-woocommerce-order-complete__footer .m-product-review-form-block .form-submit .button+input,.m-product-review-form-block .form-submit .woocommerce .woocommerce-notices-wrapper .woocommerce-message .o-woocommerce-order-complete__footer .button+input,.o-woocommerce-order-complete__footer .o-product-description-image-hero .a-button+.button,.o-product-description-image-hero .o-woocommerce-order-complete__footer .a-button+.button,.o-woocommerce-order-complete__footer .o-product-description-image-hero .a-input[type="submit"]+.button,.o-product-description-image-hero .o-woocommerce-order-complete__footer .a-input[type="submit"]+.button,.o-woocommerce-order-complete__footer .o-product-cart .o-product-description-image-hero input[type="submit"][type="number"]+.button,.o-product-description-image-hero .o-woocommerce-order-complete__footer .o-product-cart input[type="submit"][type="number"]+.button,.o-product-cart .o-woocommerce-order-complete__footer .o-product-description-image-hero input[type="submit"][type="number"]+.button,.o-product-description-image-hero .o-product-cart .o-woocommerce-order-complete__footer input[type="submit"][type="number"]+.button,.o-woocommerce-order-complete__footer .o-product-cart .o-product-description-image-hero input[type="submit"][type="text"]+.button,.o-product-description-image-hero .o-woocommerce-order-complete__footer .o-product-cart input[type="submit"][type="text"]+.button,.o-product-cart .o-woocommerce-order-complete__footer .o-product-description-image-hero input[type="submit"][type="text"]+.button,.o-product-description-image-hero .o-product-cart .o-woocommerce-order-complete__footer input[type="submit"][type="text"]+.button,.o-woocommerce-order-complete__footer .o-product-description-image-hero .m-logo-links-dropdown__button+.button,.o-product-description-image-hero .o-woocommerce-order-complete__footer .m-logo-links-dropdown__button+.button,.o-woocommerce-order-complete__footer .m-product-review-form-block .form-submit .o-product-description-image-hero input+.button,.o-product-description-image-hero .o-woocommerce-order-complete__footer .m-product-review-form-block .form-submit input+.button,.m-product-review-form-block .form-submit .o-woocommerce-order-complete__footer .o-product-description-image-hero input+.button,.o-product-description-image-hero .m-product-review-form-block .form-submit .o-woocommerce-order-complete__footer input+.button,.o-woocommerce-order-complete__footer .o-product-description-image-hero .button+.button,.o-product-description-image-hero .o-woocommerce-order-complete__footer .button+.button,.o-woocommerce-order-complete__footer .o-product-gallery-hero .o-product-description-image-hero .button+.button,.o-product-description-image-hero .o-woocommerce-order-complete__footer .o-product-gallery-hero .button+.button,.o-product-gallery-hero .o-woocommerce-order-complete__footer .o-product-description-image-hero .button+.button,.o-product-description-image-hero .o-product-gallery-hero .o-woocommerce-order-complete__footer .button+.button,.o-woocommerce-order-complete__footer .o-product-specs-comparison .o-product-description-image-hero .button+.button,.o-product-description-image-hero .o-woocommerce-order-complete__footer .o-product-specs-comparison .button+.button,.o-product-specs-comparison .o-woocommerce-order-complete__footer .o-product-description-image-hero .button+.button,.o-product-description-image-hero .o-product-specs-comparison .o-woocommerce-order-complete__footer .button+.button,.o-woocommerce-order-complete__footer .o-account-dashboard .woocommerce-info .o-product-description-image-hero a+.button,.o-product-description-image-hero .o-woocommerce-order-complete__footer .o-account-dashboard .woocommerce-info a+.button,.o-account-dashboard .woocommerce-info .o-woocommerce-order-complete__footer .o-product-description-image-hero a+.button,.o-product-description-image-hero .o-account-dashboard .woocommerce-info .o-woocommerce-order-complete__footer a+.button,.o-woocommerce-order-complete__footer .o-account-dashboard .u-columns .title .o-product-description-image-hero a+.button,.o-product-description-image-hero .o-woocommerce-order-complete__footer .o-account-dashboard .u-columns .title a+.button,.o-account-dashboard .u-columns .title .o-woocommerce-order-complete__footer .o-product-description-image-hero a+.button,.o-product-description-image-hero .o-account-dashboard .u-columns .title .o-woocommerce-order-complete__footer a+.button,.o-woocommerce-order-complete__footer .o-account-dashboard .o-product-description-image-hero .button+.button,.o-product-description-image-hero .o-woocommerce-order-complete__footer .o-account-dashboard .button+.button,.o-account-dashboard .o-woocommerce-order-complete__footer .o-product-description-image-hero .button+.button,.o-product-description-image-hero .o-account-dashboard .o-woocommerce-order-complete__footer .button+.button,.o-woocommerce-order-complete__footer .o-cart-checkout .o-product-description-image-hero .button+.button,.o-product-description-image-hero .o-woocommerce-order-complete__footer .o-cart-checkout .button+.button,.o-cart-checkout .o-woocommerce-order-complete__footer .o-product-description-image-hero .button+.button,.o-product-description-image-hero .o-cart-checkout .o-woocommerce-order-complete__footer .button+.button,.o-woocommerce-order-complete__footer .o-cart-empty .return-to-shop .o-product-description-image-hero .button+.button,.o-product-description-image-hero .o-woocommerce-order-complete__footer .o-cart-empty .return-to-shop .button+.button,.o-cart-empty .return-to-shop .o-woocommerce-order-complete__footer .o-product-description-image-hero .button+.button,.o-product-description-image-hero .o-cart-empty .return-to-shop .o-woocommerce-order-complete__footer .button+.button,.o-woocommerce-order-complete__footer .o-product-cart .o-product-description-image-hero .button+.button,.o-product-description-image-hero .o-woocommerce-order-complete__footer .o-product-cart .button+.button,.o-product-cart .o-woocommerce-order-complete__footer .o-product-description-image-hero .button+.button,.o-product-description-image-hero .o-product-cart .o-woocommerce-order-complete__footer .button+.button,.o-woocommerce-order-complete__footer .o-woocommerce-order-details .order-again .o-product-description-image-hero .button+.button,.o-product-description-image-hero .o-woocommerce-order-complete__footer .o-woocommerce-order-details .order-again .button+.button,.o-woocommerce-order-details .order-again .o-woocommerce-order-complete__footer .o-product-description-image-hero .button+.button,.o-product-description-image-hero .o-woocommerce-order-details .order-again .o-woocommerce-order-complete__footer .button+.button,.o-woocommerce-order-complete__footer .t-product__woocommerce-message .woocommerce-message .o-product-description-image-hero .button+.button,.o-product-description-image-hero .o-woocommerce-order-complete__footer .t-product__woocommerce-message .woocommerce-message .button+.button,.t-product__woocommerce-message .woocommerce-message .o-woocommerce-order-complete__footer .o-product-description-image-hero .button+.button,.o-product-description-image-hero .t-product__woocommerce-message .woocommerce-message .o-woocommerce-order-complete__footer .button+.button,.o-woocommerce-order-complete__footer .m-gravity-form .gform_page_footer .o-product-description-image-hero .button+.button,.o-product-description-image-hero .o-woocommerce-order-complete__footer .m-gravity-form .gform_page_footer .button+.button,.m-gravity-form .gform_page_footer .o-woocommerce-order-complete__footer .o-product-description-image-hero .button+.button,.o-product-description-image-hero .m-gravity-form .gform_page_footer .o-woocommerce-order-complete__footer .button+.button,.o-woocommerce-order-complete__footer .m-gravity-form .gform_page_footer .o-product-description-image-hero .a-button+.button,.o-product-description-image-hero .o-woocommerce-order-complete__footer .m-gravity-form .gform_page_footer .a-button+.button,.m-gravity-form .gform_page_footer .o-woocommerce-order-complete__footer .o-product-description-image-hero .a-button+.button,.o-product-description-image-hero .m-gravity-form .gform_page_footer .o-woocommerce-order-complete__footer .a-button+.button,.o-woocommerce-order-complete__footer .woocommerce-message .o-product-description-image-hero .button+.button,.o-product-description-image-hero .o-woocommerce-order-complete__footer .woocommerce-message .button+.button,.woocommerce-message .o-woocommerce-order-complete__footer .o-product-description-image-hero .button+.button,.o-product-description-image-hero .woocommerce-message .o-woocommerce-order-complete__footer .button+.button,.o-woocommerce-order-complete__footer .woocommerce .woocommerce-notices-wrapper .woocommerce-message .o-product-description-image-hero .button+.button,.o-product-description-image-hero .o-woocommerce-order-complete__footer .woocommerce .woocommerce-notices-wrapper .woocommerce-message .button+.button,.woocommerce .woocommerce-notices-wrapper .woocommerce-message .o-woocommerce-order-complete__footer .o-product-description-image-hero .button+.button,.o-product-description-image-hero .woocommerce .woocommerce-notices-wrapper .woocommerce-message .o-woocommerce-order-complete__footer .button+.button,.o-woocommerce-order-complete__footer .o-product-gallery-hero .a-button+.button,.o-product-gallery-hero .o-woocommerce-order-complete__footer .a-button+.button,.o-woocommerce-order-complete__footer .o-product-gallery-hero .a-input[type="submit"]+.button,.o-product-gallery-hero .o-woocommerce-order-complete__footer .a-input[type="submit"]+.button,.o-woocommerce-order-complete__footer .o-product-cart .o-product-gallery-hero input[type="submit"][type="number"]+.button,.o-product-gallery-hero .o-woocommerce-order-complete__footer .o-product-cart input[type="submit"][type="number"]+.button,.o-product-cart .o-woocommerce-order-complete__footer .o-product-gallery-hero input[type="submit"][type="number"]+.button,.o-product-gallery-hero .o-product-cart .o-woocommerce-order-complete__footer input[type="submit"][type="number"]+.button,.o-woocommerce-order-complete__footer .o-product-cart .o-product-gallery-hero input[type="submit"][type="text"]+.button,.o-product-gallery-hero .o-woocommerce-order-complete__footer .o-product-cart input[type="submit"][type="text"]+.button,.o-product-cart .o-woocommerce-order-complete__footer .o-product-gallery-hero input[type="submit"][type="text"]+.button,.o-product-gallery-hero .o-product-cart .o-woocommerce-order-complete__footer input[type="submit"][type="text"]+.button,.o-woocommerce-order-complete__footer .o-product-gallery-hero .m-logo-links-dropdown__button+.button,.o-product-gallery-hero .o-woocommerce-order-complete__footer .m-logo-links-dropdown__button+.button,.o-woocommerce-order-complete__footer .m-product-review-form-block .form-submit .o-product-gallery-hero input+.button,.o-product-gallery-hero .o-woocommerce-order-complete__footer .m-product-review-form-block .form-submit input+.button,.m-product-review-form-block .form-submit .o-woocommerce-order-complete__footer .o-product-gallery-hero input+.button,.o-product-gallery-hero .m-product-review-form-block .form-submit .o-woocommerce-order-complete__footer input+.button,.o-woocommerce-order-complete__footer .o-product-description-image-hero .o-product-gallery-hero .button+.button,.o-product-gallery-hero .o-woocommerce-order-complete__footer .o-product-description-image-hero .button+.button,.o-product-description-image-hero .o-woocommerce-order-complete__footer .o-product-gallery-hero .button+.button,.o-product-gallery-hero .o-product-description-image-hero .o-woocommerce-order-complete__footer .button+.button,.o-woocommerce-order-complete__footer .o-product-gallery-hero .button+.button,.o-product-gallery-hero .o-woocommerce-order-complete__footer .button+.button,.o-woocommerce-order-complete__footer .o-product-specs-comparison .o-product-gallery-hero .button+.button,.o-product-gallery-hero .o-woocommerce-order-complete__footer .o-product-specs-comparison .button+.button,.o-product-specs-comparison .o-woocommerce-order-complete__footer .o-product-gallery-hero .button+.button,.o-product-gallery-hero .o-product-specs-comparison .o-woocommerce-order-complete__footer .button+.button,.o-woocommerce-order-complete__footer .o-account-dashboard .woocommerce-info .o-product-gallery-hero a+.button,.o-product-gallery-hero .o-woocommerce-order-complete__footer .o-account-dashboard .woocommerce-info a+.button,.o-account-dashboard .woocommerce-info .o-woocommerce-order-complete__footer .o-product-gallery-hero a+.button,.o-product-gallery-hero .o-account-dashboard .woocommerce-info .o-woocommerce-order-complete__footer a+.button,.o-woocommerce-order-complete__footer .o-account-dashboard .u-columns .title .o-product-gallery-hero a+.button,.o-product-gallery-hero .o-woocommerce-order-complete__footer .o-account-dashboard .u-columns .title a+.button,.o-account-dashboard .u-columns .title .o-woocommerce-order-complete__footer .o-product-gallery-hero a+.button,.o-product-gallery-hero .o-account-dashboard .u-columns .title .o-woocommerce-order-complete__footer a+.button,.o-woocommerce-order-complete__footer .o-account-dashboard .o-product-gallery-hero .button+.button,.o-product-gallery-hero .o-woocommerce-order-complete__footer .o-account-dashboard .button+.button,.o-account-dashboard .o-woocommerce-order-complete__footer .o-product-gallery-hero .button+.button,.o-product-gallery-hero .o-account-dashboard .o-woocommerce-order-complete__footer .button+.button,.o-woocommerce-order-complete__footer .o-cart-checkout .o-product-gallery-hero .button+.button,.o-product-gallery-hero .o-woocommerce-order-complete__footer .o-cart-checkout .button+.button,.o-cart-checkout .o-woocommerce-order-complete__footer .o-product-gallery-hero .button+.button,.o-product-gallery-hero .o-cart-checkout .o-woocommerce-order-complete__footer .button+.button,.o-woocommerce-order-complete__footer .o-cart-empty .return-to-shop .o-product-gallery-hero .button+.button,.o-product-gallery-hero .o-woocommerce-order-complete__footer .o-cart-empty .return-to-shop .button+.button,.o-cart-empty .return-to-shop .o-woocommerce-order-complete__footer .o-product-gallery-hero .button+.button,.o-product-gallery-hero .o-cart-empty .return-to-shop .o-woocommerce-order-complete__footer .button+.button,.o-woocommerce-order-complete__footer .o-product-cart .o-product-gallery-hero .button+.button,.o-product-gallery-hero .o-woocommerce-order-complete__footer .o-product-cart .button+.button,.o-product-cart .o-woocommerce-order-complete__footer .o-product-gallery-hero .button+.button,.o-product-gallery-hero .o-product-cart .o-woocommerce-order-complete__footer .button+.button,.o-woocommerce-order-complete__footer .o-woocommerce-order-details .order-again .o-product-gallery-hero .button+.button,.o-product-gallery-hero .o-woocommerce-order-complete__footer .o-woocommerce-order-details .order-again .button+.button,.o-woocommerce-order-details .order-again .o-woocommerce-order-complete__footer .o-product-gallery-hero .button+.button,.o-product-gallery-hero .o-woocommerce-order-details .order-again .o-woocommerce-order-complete__footer .button+.button,.o-woocommerce-order-complete__footer .t-product__woocommerce-message .woocommerce-message .o-product-gallery-hero .button+.button,.o-product-gallery-hero .o-woocommerce-order-complete__footer .t-product__woocommerce-message .woocommerce-message .button+.button,.t-product__woocommerce-message .woocommerce-message .o-woocommerce-order-complete__footer .o-product-gallery-hero .button+.button,.o-product-gallery-hero .t-product__woocommerce-message .woocommerce-message .o-woocommerce-order-complete__footer .button+.button,.o-woocommerce-order-complete__footer .m-gravity-form .gform_page_footer .o-product-gallery-hero .button+.button,.o-product-gallery-hero .o-woocommerce-order-complete__footer .m-gravity-form .gform_page_footer .button+.button,.m-gravity-form .gform_page_footer .o-woocommerce-order-complete__footer .o-product-gallery-hero .button+.button,.o-product-gallery-hero .m-gravity-form .gform_page_footer .o-woocommerce-order-complete__footer .button+.button,.o-woocommerce-order-complete__footer .m-gravity-form .gform_page_footer .o-product-gallery-hero .a-button+.button,.o-product-gallery-hero .o-woocommerce-order-complete__footer .m-gravity-form .gform_page_footer .a-button+.button,.m-gravity-form .gform_page_footer .o-woocommerce-order-complete__footer .o-product-gallery-hero .a-button+.button,.o-product-gallery-hero .m-gravity-form .gform_page_footer .o-woocommerce-order-complete__footer .a-button+.button,.o-woocommerce-order-complete__footer .woocommerce-message .o-product-gallery-hero .button+.button,.o-product-gallery-hero .o-woocommerce-order-complete__footer .woocommerce-message .button+.button,.woocommerce-message .o-woocommerce-order-complete__footer .o-product-gallery-hero .button+.button,.o-product-gallery-hero .woocommerce-message .o-woocommerce-order-complete__footer .button+.button,.o-woocommerce-order-complete__footer .woocommerce .woocommerce-notices-wrapper .woocommerce-message .o-product-gallery-hero .button+.button,.o-product-gallery-hero .o-woocommerce-order-complete__footer .woocommerce .woocommerce-notices-wrapper .woocommerce-message .button+.button,.woocommerce .woocommerce-notices-wrapper .woocommerce-message .o-woocommerce-order-complete__footer .o-product-gallery-hero .button+.button,.o-product-gallery-hero .woocommerce .woocommerce-notices-wrapper .woocommerce-message .o-woocommerce-order-complete__footer .button+.button,.o-woocommerce-order-complete__footer .o-product-specs-comparison .a-button+.button,.o-product-specs-comparison .o-woocommerce-order-complete__footer .a-button+.button,.o-woocommerce-order-complete__footer .o-product-specs-comparison .a-input[type="submit"]+.button,.o-product-specs-comparison .o-woocommerce-order-complete__footer .a-input[type="submit"]+.button,.o-woocommerce-order-complete__footer .o-product-cart .o-product-specs-comparison input[type="submit"][type="number"]+.button,.o-product-specs-comparison .o-woocommerce-order-complete__footer .o-product-cart input[type="submit"][type="number"]+.button,.o-product-cart .o-woocommerce-order-complete__footer .o-product-specs-comparison input[type="submit"][type="number"]+.button,.o-product-specs-comparison .o-product-cart .o-woocommerce-order-complete__footer input[type="submit"][type="number"]+.button,.o-woocommerce-order-complete__footer .o-product-cart .o-product-specs-comparison input[type="submit"][type="text"]+.button,.o-product-specs-comparison .o-woocommerce-order-complete__footer .o-product-cart input[type="submit"][type="text"]+.button,.o-product-cart .o-woocommerce-order-complete__footer .o-product-specs-comparison input[type="submit"][type="text"]+.button,.o-product-specs-comparison .o-product-cart .o-woocommerce-order-complete__footer input[type="submit"][type="text"]+.button,.o-woocommerce-order-complete__footer .o-product-specs-comparison .m-logo-links-dropdown__button+.button,.o-product-specs-comparison .o-woocommerce-order-complete__footer .m-logo-links-dropdown__button+.button,.o-woocommerce-order-complete__footer .m-product-review-form-block .form-submit .o-product-specs-comparison input+.button,.o-product-specs-comparison .o-woocommerce-order-complete__footer .m-product-review-form-block .form-submit input+.button,.m-product-review-form-block .form-submit .o-woocommerce-order-complete__footer .o-product-specs-comparison input+.button,.o-product-specs-comparison .m-product-review-form-block .form-submit .o-woocommerce-order-complete__footer input+.button,.o-woocommerce-order-complete__footer .o-product-description-image-hero .o-product-specs-comparison .button+.button,.o-product-specs-comparison .o-woocommerce-order-complete__footer .o-product-description-image-hero .button+.button,.o-product-description-image-hero .o-woocommerce-order-complete__footer .o-product-specs-comparison .button+.button,.o-product-specs-comparison .o-product-description-image-hero .o-woocommerce-order-complete__footer .button+.button,.o-woocommerce-order-complete__footer .o-product-gallery-hero .o-product-specs-comparison .button+.button,.o-product-specs-comparison .o-woocommerce-order-complete__footer .o-product-gallery-hero .button+.button,.o-product-gallery-hero .o-woocommerce-order-complete__footer .o-product-specs-comparison .button+.button,.o-product-specs-comparison .o-product-gallery-hero .o-woocommerce-order-complete__footer .button+.button,.o-woocommerce-order-complete__footer .o-product-specs-comparison .button+.button,.o-product-specs-comparison .o-woocommerce-order-complete__footer .button+.button,.o-woocommerce-order-complete__footer .o-account-dashboard .woocommerce-info .o-product-specs-comparison a+.button,.o-product-specs-comparison .o-woocommerce-order-complete__footer .o-account-dashboard .woocommerce-info a+.button,.o-account-dashboard .woocommerce-info .o-woocommerce-order-complete__footer .o-product-specs-comparison a+.button,.o-product-specs-comparison .o-account-dashboard .woocommerce-info .o-woocommerce-order-complete__footer a+.button,.o-woocommerce-order-complete__footer .o-account-dashboard .u-columns .title .o-product-specs-comparison a+.button,.o-product-specs-comparison .o-woocommerce-order-complete__footer .o-account-dashboard .u-columns .title a+.button,.o-account-dashboard .u-columns .title .o-woocommerce-order-complete__footer .o-product-specs-comparison a+.button,.o-product-specs-comparison .o-account-dashboard .u-columns .title .o-woocommerce-order-complete__footer a+.button,.o-woocommerce-order-complete__footer .o-account-dashboard .o-product-specs-comparison .button+.button,.o-product-specs-comparison .o-woocommerce-order-complete__footer .o-account-dashboard .button+.button,.o-account-dashboard .o-woocommerce-order-complete__footer .o-product-specs-comparison .button+.button,.o-product-specs-comparison .o-account-dashboard .o-woocommerce-order-complete__footer .button+.button,.o-woocommerce-order-complete__footer .o-cart-checkout .o-product-specs-comparison .button+.button,.o-product-specs-comparison .o-woocommerce-order-complete__footer .o-cart-checkout .button+.button,.o-cart-checkout .o-woocommerce-order-complete__footer .o-product-specs-comparison .button+.button,.o-product-specs-comparison .o-cart-checkout .o-woocommerce-order-complete__footer .button+.button,.o-woocommerce-order-complete__footer .o-cart-empty .return-to-shop .o-product-specs-comparison .button+.button,.o-product-specs-comparison .o-woocommerce-order-complete__footer .o-cart-empty .return-to-shop .button+.button,.o-cart-empty .return-to-shop .o-woocommerce-order-complete__footer .o-product-specs-comparison .button+.button,.o-product-specs-comparison .o-cart-empty .return-to-shop .o-woocommerce-order-complete__footer .button+.button,.o-woocommerce-order-complete__footer .o-product-cart .o-product-specs-comparison .button+.button,.o-product-specs-comparison .o-woocommerce-order-complete__footer .o-product-cart .button+.button,.o-product-cart .o-woocommerce-order-complete__footer .o-product-specs-comparison .button+.button,.o-product-specs-comparison .o-product-cart .o-woocommerce-order-complete__footer .button+.button,.o-woocommerce-order-complete__footer .o-woocommerce-order-details .order-again .o-product-specs-comparison .button+.button,.o-product-specs-comparison .o-woocommerce-order-complete__footer .o-woocommerce-order-details .order-again .button+.button,.o-woocommerce-order-details .order-again .o-woocommerce-order-complete__footer .o-product-specs-comparison .button+.button,.o-product-specs-comparison .o-woocommerce-order-details .order-again .o-woocommerce-order-complete__footer .button+.button,.o-woocommerce-order-complete__footer .t-product__woocommerce-message .woocommerce-message .o-product-specs-comparison .button+.button,.o-product-specs-comparison .o-woocommerce-order-complete__footer .t-product__woocommerce-message .woocommerce-message .button+.button,.t-product__woocommerce-message .woocommerce-message .o-woocommerce-order-complete__footer .o-product-specs-comparison .button+.button,.o-product-specs-comparison .t-product__woocommerce-message .woocommerce-message .o-woocommerce-order-complete__footer .button+.button,.o-woocommerce-order-complete__footer .m-gravity-form .gform_page_footer .o-product-specs-comparison .button+.button,.o-product-specs-comparison .o-woocommerce-order-complete__footer .m-gravity-form .gform_page_footer .button+.button,.m-gravity-form .gform_page_footer .o-woocommerce-order-complete__footer .o-product-specs-comparison .button+.button,.o-product-specs-comparison .m-gravity-form .gform_page_footer .o-woocommerce-order-complete__footer .button+.button,.o-woocommerce-order-complete__footer .m-gravity-form .gform_page_footer .o-product-specs-comparison .a-button+.button,.o-product-specs-comparison .o-woocommerce-order-complete__footer .m-gravity-form .gform_page_footer .a-button+.button,.m-gravity-form .gform_page_footer .o-woocommerce-order-complete__footer .o-product-specs-comparison .a-button+.button,.o-product-specs-comparison .m-gravity-form .gform_page_footer .o-woocommerce-order-complete__footer .a-button+.button,.o-woocommerce-order-complete__footer .woocommerce-message .o-product-specs-comparison .button+.button,.o-product-specs-comparison .o-woocommerce-order-complete__footer .woocommerce-message .button+.button,.woocommerce-message .o-woocommerce-order-complete__footer .o-product-specs-comparison .button+.button,.o-product-specs-comparison .woocommerce-message .o-woocommerce-order-complete__footer .button+.button,.o-woocommerce-order-complete__footer .woocommerce .woocommerce-notices-wrapper .woocommerce-message .o-product-specs-comparison .button+.button,.o-product-specs-comparison .o-woocommerce-order-complete__footer .woocommerce .woocommerce-notices-wrapper .woocommerce-message .button+.button,.woocommerce .woocommerce-notices-wrapper .woocommerce-message .o-woocommerce-order-complete__footer .o-product-specs-comparison .button+.button,.o-product-specs-comparison .woocommerce .woocommerce-notices-wrapper .woocommerce-message .o-woocommerce-order-complete__footer .button+.button,.o-woocommerce-order-complete__footer .o-account-dashboard .woocommerce-info .a-button+a,.o-account-dashboard .woocommerce-info .o-woocommerce-order-complete__footer .a-button+a,.o-woocommerce-order-complete__footer .o-account-dashboard .woocommerce-info .a-input[type="submit"]+a,.o-account-dashboard .woocommerce-info .o-woocommerce-order-complete__footer .a-input[type="submit"]+a,.o-woocommerce-order-complete__footer .o-product-cart .o-account-dashboard .woocommerce-info input[type="submit"][type="number"]+a,.o-account-dashboard .woocommerce-info .o-woocommerce-order-complete__footer .o-product-cart input[type="submit"][type="number"]+a,.o-product-cart .o-woocommerce-order-complete__footer .o-account-dashboard .woocommerce-info input[type="submit"][type="number"]+a,.o-account-dashboard .woocommerce-info .o-product-cart .o-woocommerce-order-complete__footer input[type="submit"][type="number"]+a,.o-woocommerce-order-complete__footer .o-product-cart .o-account-dashboard .woocommerce-info input[type="submit"][type="text"]+a,.o-account-dashboard .woocommerce-info .o-woocommerce-order-complete__footer .o-product-cart input[type="submit"][type="text"]+a,.o-product-cart .o-woocommerce-order-complete__footer .o-account-dashboard .woocommerce-info input[type="submit"][type="text"]+a,.o-account-dashboard .woocommerce-info .o-product-cart .o-woocommerce-order-complete__footer input[type="submit"][type="text"]+a,.o-woocommerce-order-complete__footer .o-account-dashboard .woocommerce-info .m-logo-links-dropdown__button+a,.o-account-dashboard .woocommerce-info .o-woocommerce-order-complete__footer .m-logo-links-dropdown__button+a,.o-woocommerce-order-complete__footer .m-product-review-form-block .form-submit .o-account-dashboard .woocommerce-info input+a,.o-account-dashboard .woocommerce-info .o-woocommerce-order-complete__footer .m-product-review-form-block .form-submit input+a,.m-product-review-form-block .form-submit .o-woocommerce-order-complete__footer .o-account-dashboard .woocommerce-info input+a,.o-account-dashboard .woocommerce-info .m-product-review-form-block .form-submit .o-woocommerce-order-complete__footer input+a,.o-woocommerce-order-complete__footer .o-product-description-image-hero .o-account-dashboard .woocommerce-info .button+a,.o-account-dashboard .woocommerce-info .o-woocommerce-order-complete__footer .o-product-description-image-hero .button+a,.o-product-description-image-hero .o-woocommerce-order-complete__footer .o-account-dashboard .woocommerce-info .button+a,.o-account-dashboard .woocommerce-info .o-product-description-image-hero .o-woocommerce-order-complete__footer .button+a,.o-woocommerce-order-complete__footer .o-product-gallery-hero .o-account-dashboard .woocommerce-info .button+a,.o-account-dashboard .woocommerce-info .o-woocommerce-order-complete__footer .o-product-gallery-hero .button+a,.o-product-gallery-hero .o-woocommerce-order-complete__footer .o-account-dashboard .woocommerce-info .button+a,.o-account-dashboard .woocommerce-info .o-product-gallery-hero .o-woocommerce-order-complete__footer .button+a,.o-woocommerce-order-complete__footer .o-product-specs-comparison .o-account-dashboard .woocommerce-info .button+a,.o-account-dashboard .woocommerce-info .o-woocommerce-order-complete__footer .o-product-specs-comparison .button+a,.o-product-specs-comparison .o-woocommerce-order-complete__footer .o-account-dashboard .woocommerce-info .button+a,.o-account-dashboard .woocommerce-info .o-product-specs-comparison .o-woocommerce-order-complete__footer .button+a,.o-woocommerce-order-complete__footer .o-account-dashboard .woocommerce-info a+a,.o-account-dashboard .woocommerce-info .o-woocommerce-order-complete__footer a+a,.o-woocommerce-order-complete__footer .o-account-dashboard .u-columns .title .woocommerce-info a+a,.o-woocommerce-order-complete__footer .o-account-dashboard .woocommerce-info .u-columns .title a+a,.o-account-dashboard .u-columns .title .o-woocommerce-order-complete__footer .woocommerce-info a+a,.o-account-dashboard .woocommerce-info .u-columns .title .o-woocommerce-order-complete__footer a+a,.o-woocommerce-order-complete__footer .o-account-dashboard .woocommerce-info .button+a,.o-account-dashboard .o-woocommerce-order-complete__footer .woocommerce-info .button+a,.o-account-dashboard .woocommerce-info .o-woocommerce-order-complete__footer .button+a,.o-woocommerce-order-complete__footer .o-cart-checkout .o-account-dashboard .woocommerce-info .button+a,.o-account-dashboard .woocommerce-info .o-woocommerce-order-complete__footer .o-cart-checkout .button+a,.o-cart-checkout .o-woocommerce-order-complete__footer .o-account-dashboard .woocommerce-info .button+a,.o-account-dashboard .woocommerce-info .o-cart-checkout .o-woocommerce-order-complete__footer .button+a,.o-woocommerce-order-complete__footer .o-cart-empty .return-to-shop .o-account-dashboard .woocommerce-info .button+a,.o-account-dashboard .woocommerce-info .o-woocommerce-order-complete__footer .o-cart-empty .return-to-shop .button+a,.o-cart-empty .return-to-shop .o-woocommerce-order-complete__footer .o-account-dashboard .woocommerce-info .button+a,.o-account-dashboard .woocommerce-info .o-cart-empty .return-to-shop .o-woocommerce-order-complete__footer .button+a,.o-woocommerce-order-complete__footer .o-product-cart .o-account-dashboard .woocommerce-info .button+a,.o-account-dashboard .woocommerce-info .o-woocommerce-order-complete__footer .o-product-cart .button+a,.o-product-cart .o-woocommerce-order-complete__footer .o-account-dashboard .woocommerce-info .button+a,.o-account-dashboard .woocommerce-info .o-product-cart .o-woocommerce-order-complete__footer .button+a,.o-woocommerce-order-complete__footer .o-woocommerce-order-details .order-again .o-account-dashboard .woocommerce-info .button+a,.o-account-dashboard .woocommerce-info .o-woocommerce-order-complete__footer .o-woocommerce-order-details .order-again .button+a,.o-woocommerce-order-details .order-again .o-woocommerce-order-complete__footer .o-account-dashboard .woocommerce-info .button+a,.o-account-dashboard .woocommerce-info .o-woocommerce-order-details .order-again .o-woocommerce-order-complete__footer .button+a,.o-woocommerce-order-complete__footer .t-product__woocommerce-message .woocommerce-message .o-account-dashboard .woocommerce-info .button+a,.o-account-dashboard .woocommerce-info .o-woocommerce-order-complete__footer .t-product__woocommerce-message .woocommerce-message .button+a,.t-product__woocommerce-message .woocommerce-message .o-woocommerce-order-complete__footer .o-account-dashboard .woocommerce-info .button+a,.o-account-dashboard .woocommerce-info .t-product__woocommerce-message .woocommerce-message .o-woocommerce-order-complete__footer .button+a,.o-woocommerce-order-complete__footer .m-gravity-form .gform_page_footer .o-account-dashboard .woocommerce-info .button+a,.o-account-dashboard .woocommerce-info .o-woocommerce-order-complete__footer .m-gravity-form .gform_page_footer .button+a,.m-gravity-form .gform_page_footer .o-woocommerce-order-complete__footer .o-account-dashboard .woocommerce-info .button+a,.o-account-dashboard .woocommerce-info .m-gravity-form .gform_page_footer .o-woocommerce-order-complete__footer .button+a,.o-woocommerce-order-complete__footer .m-gravity-form .gform_page_footer .o-account-dashboard .woocommerce-info .a-button+a,.o-account-dashboard .woocommerce-info .o-woocommerce-order-complete__footer .m-gravity-form .gform_page_footer .a-button+a,.m-gravity-form .gform_page_footer .o-woocommerce-order-complete__footer .o-account-dashboard .woocommerce-info .a-button+a,.o-account-dashboard .woocommerce-info .m-gravity-form .gform_page_footer .o-woocommerce-order-complete__footer .a-button+a,.o-woocommerce-order-complete__footer .woocommerce-message .o-account-dashboard .woocommerce-info .button+a,.o-account-dashboard .woocommerce-info .o-woocommerce-order-complete__footer .woocommerce-message .button+a,.woocommerce-message .o-woocommerce-order-complete__footer .o-account-dashboard .woocommerce-info .button+a,.o-account-dashboard .woocommerce-info .woocommerce-message .o-woocommerce-order-complete__footer .button+a,.o-woocommerce-order-complete__footer .woocommerce .woocommerce-notices-wrapper .woocommerce-message .o-account-dashboard .woocommerce-info .button+a,.o-account-dashboard .woocommerce-info .o-woocommerce-order-complete__footer .woocommerce .woocommerce-notices-wrapper .woocommerce-message .button+a,.woocommerce .woocommerce-notices-wrapper .woocommerce-message .o-woocommerce-order-complete__footer .o-account-dashboard .woocommerce-info .button+a,.o-account-dashboard .woocommerce-info .woocommerce .woocommerce-notices-wrapper .woocommerce-message .o-woocommerce-order-complete__footer .button+a,.o-woocommerce-order-complete__footer .o-account-dashboard .u-columns .title .a-button+a,.o-account-dashboard .u-columns .title .o-woocommerce-order-complete__footer .a-button+a,.o-woocommerce-order-complete__footer .o-account-dashboard .u-columns .title .a-input[type="submit"]+a,.o-account-dashboard .u-columns .title .o-woocommerce-order-complete__footer .a-input[type="submit"]+a,.o-woocommerce-order-complete__footer .o-product-cart .o-account-dashboard .u-columns .title input[type="submit"][type="number"]+a,.o-account-dashboard .u-columns .title .o-woocommerce-order-complete__footer .o-product-cart input[type="submit"][type="number"]+a,.o-product-cart .o-woocommerce-order-complete__footer .o-account-dashboard .u-columns .title input[type="submit"][type="number"]+a,.o-account-dashboard .u-columns .title .o-product-cart .o-woocommerce-order-complete__footer input[type="submit"][type="number"]+a,.o-woocommerce-order-complete__footer .o-product-cart .o-account-dashboard .u-columns .title input[type="submit"][type="text"]+a,.o-account-dashboard .u-columns .title .o-woocommerce-order-complete__footer .o-product-cart input[type="submit"][type="text"]+a,.o-product-cart .o-woocommerce-order-complete__footer .o-account-dashboard .u-columns .title input[type="submit"][type="text"]+a,.o-account-dashboard .u-columns .title .o-product-cart .o-woocommerce-order-complete__footer input[type="submit"][type="text"]+a,.o-woocommerce-order-complete__footer .o-account-dashboard .u-columns .title .m-logo-links-dropdown__button+a,.o-account-dashboard .u-columns .title .o-woocommerce-order-complete__footer .m-logo-links-dropdown__button+a,.o-woocommerce-order-complete__footer .m-product-review-form-block .form-submit .o-account-dashboard .u-columns .title input+a,.o-account-dashboard .u-columns .title .o-woocommerce-order-complete__footer .m-product-review-form-block .form-submit input+a,.m-product-review-form-block .form-submit .o-woocommerce-order-complete__footer .o-account-dashboard .u-columns .title input+a,.o-account-dashboard .u-columns .title .m-product-review-form-block .form-submit .o-woocommerce-order-complete__footer input+a,.o-woocommerce-order-complete__footer .o-product-description-image-hero .o-account-dashboard .u-columns .title .button+a,.o-account-dashboard .u-columns .title .o-woocommerce-order-complete__footer .o-product-description-image-hero .button+a,.o-product-description-image-hero .o-woocommerce-order-complete__footer .o-account-dashboard .u-columns .title .button+a,.o-account-dashboard .u-columns .title .o-product-description-image-hero .o-woocommerce-order-complete__footer .button+a,.o-woocommerce-order-complete__footer .o-product-gallery-hero .o-account-dashboard .u-columns .title .button+a,.o-account-dashboard .u-columns .title .o-woocommerce-order-complete__footer .o-product-gallery-hero .button+a,.o-product-gallery-hero .o-woocommerce-order-complete__footer .o-account-dashboard .u-columns .title .button+a,.o-account-dashboard .u-columns .title .o-product-gallery-hero .o-woocommerce-order-complete__footer .button+a,.o-woocommerce-order-complete__footer .o-product-specs-comparison .o-account-dashboard .u-columns .title .button+a,.o-account-dashboard .u-columns .title .o-woocommerce-order-complete__footer .o-product-specs-comparison .button+a,.o-product-specs-comparison .o-woocommerce-order-complete__footer .o-account-dashboard .u-columns .title .button+a,.o-account-dashboard .u-columns .title .o-product-specs-comparison .o-woocommerce-order-complete__footer .button+a,.o-woocommerce-order-complete__footer .o-account-dashboard .woocommerce-info .u-columns .title a+a,.o-woocommerce-order-complete__footer .o-account-dashboard .u-columns .title .woocommerce-info a+a,.o-account-dashboard .woocommerce-info .o-woocommerce-order-complete__footer .u-columns .title a+a,.o-account-dashboard .u-columns .title .woocommerce-info .o-woocommerce-order-complete__footer a+a,.o-woocommerce-order-complete__footer .o-account-dashboard .u-columns .title a+a,.o-account-dashboard .u-columns .title .o-woocommerce-order-complete__footer a+a,.o-woocommerce-order-complete__footer .o-account-dashboard .u-columns .title .button+a,.o-account-dashboard .o-woocommerce-order-complete__footer .u-columns .title .button+a,.o-account-dashboard .u-columns .title .o-woocommerce-order-complete__footer .button+a,.o-woocommerce-order-complete__footer .o-cart-checkout .o-account-dashboard .u-columns .title .button+a,.o-account-dashboard .u-columns .title .o-woocommerce-order-complete__footer .o-cart-checkout .button+a,.o-cart-checkout .o-woocommerce-order-complete__footer .o-account-dashboard .u-columns .title .button+a,.o-account-dashboard .u-columns .title .o-cart-checkout .o-woocommerce-order-complete__footer .button+a,.o-woocommerce-order-complete__footer .o-cart-empty .return-to-shop .o-account-dashboard .u-columns .title .button+a,.o-account-dashboard .u-columns .title .o-woocommerce-order-complete__footer .o-cart-empty .return-to-shop .button+a,.o-cart-empty .return-to-shop .o-woocommerce-order-complete__footer .o-account-dashboard .u-columns .title .button+a,.o-account-dashboard .u-columns .title .o-cart-empty .return-to-shop .o-woocommerce-order-complete__footer .button+a,.o-woocommerce-order-complete__footer .o-product-cart .o-account-dashboard .u-columns .title .button+a,.o-account-dashboard .u-columns .title .o-woocommerce-order-complete__footer .o-product-cart .button+a,.o-product-cart .o-woocommerce-order-complete__footer .o-account-dashboard .u-columns .title .button+a,.o-account-dashboard .u-columns .title .o-product-cart .o-woocommerce-order-complete__footer .button+a,.o-woocommerce-order-complete__footer .o-woocommerce-order-details .order-again .o-account-dashboard .u-columns .title .button+a,.o-account-dashboard .u-columns .title .o-woocommerce-order-complete__footer .o-woocommerce-order-details .order-again .button+a,.o-woocommerce-order-details .order-again .o-woocommerce-order-complete__footer .o-account-dashboard .u-columns .title .button+a,.o-account-dashboard .u-columns .title .o-woocommerce-order-details .order-again .o-woocommerce-order-complete__footer .button+a,.o-woocommerce-order-complete__footer .t-product__woocommerce-message .woocommerce-message .o-account-dashboard .u-columns .title .button+a,.o-account-dashboard .u-columns .title .o-woocommerce-order-complete__footer .t-product__woocommerce-message .woocommerce-message .button+a,.t-product__woocommerce-message .woocommerce-message .o-woocommerce-order-complete__footer .o-account-dashboard .u-columns .title .button+a,.o-account-dashboard .u-columns .title .t-product__woocommerce-message .woocommerce-message .o-woocommerce-order-complete__footer .button+a,.o-woocommerce-order-complete__footer .m-gravity-form .gform_page_footer .o-account-dashboard .u-columns .title .button+a,.o-account-dashboard .u-columns .title .o-woocommerce-order-complete__footer .m-gravity-form .gform_page_footer .button+a,.m-gravity-form .gform_page_footer .o-woocommerce-order-complete__footer .o-account-dashboard .u-columns .title .button+a,.o-account-dashboard .u-columns .title .m-gravity-form .gform_page_footer .o-woocommerce-order-complete__footer .button+a,.o-woocommerce-order-complete__footer .m-gravity-form .gform_page_footer .o-account-dashboard .u-columns .title .a-button+a,.o-account-dashboard .u-columns .title .o-woocommerce-order-complete__footer .m-gravity-form .gform_page_footer .a-button+a,.m-gravity-form .gform_page_footer .o-woocommerce-order-complete__footer .o-account-dashboard .u-columns .title .a-button+a,.o-account-dashboard .u-columns .title .m-gravity-form .gform_page_footer .o-woocommerce-order-complete__footer .a-button+a,.o-woocommerce-order-complete__footer .woocommerce-message .o-account-dashboard .u-columns .title .button+a,.o-account-dashboard .u-columns .title .o-woocommerce-order-complete__footer .woocommerce-message .button+a,.woocommerce-message .o-woocommerce-order-complete__footer .o-account-dashboard .u-columns .title .button+a,.o-account-dashboard .u-columns .title .woocommerce-message .o-woocommerce-order-complete__footer .button+a,.o-woocommerce-order-complete__footer .woocommerce .woocommerce-notices-wrapper .woocommerce-message .o-account-dashboard .u-columns .title .button+a,.o-account-dashboard .u-columns .title .o-woocommerce-order-complete__footer .woocommerce .woocommerce-notices-wrapper .woocommerce-message .button+a,.woocommerce .woocommerce-notices-wrapper .woocommerce-message .o-woocommerce-order-complete__footer .o-account-dashboard .u-columns .title .button+a,.o-account-dashboard .u-columns .title .woocommerce .woocommerce-notices-wrapper .woocommerce-message .o-woocommerce-order-complete__footer .button+a,.o-woocommerce-order-complete__footer .o-account-dashboard .a-button+.button,.o-account-dashboard .o-woocommerce-order-complete__footer .a-button+.button,.o-woocommerce-order-complete__footer .o-account-dashboard .a-input[type="submit"]+.button,.o-account-dashboard .o-woocommerce-order-complete__footer .a-input[type="submit"]+.button,.o-woocommerce-order-complete__footer .o-product-cart .o-account-dashboard input[type="submit"][type="number"]+.button,.o-account-dashboard .o-woocommerce-order-complete__footer .o-product-cart input[type="submit"][type="number"]+.button,.o-product-cart .o-woocommerce-order-complete__footer .o-account-dashboard input[type="submit"][type="number"]+.button,.o-account-dashboard .o-product-cart .o-woocommerce-order-complete__footer input[type="submit"][type="number"]+.button,.o-woocommerce-order-complete__footer .o-product-cart .o-account-dashboard input[type="submit"][type="text"]+.button,.o-account-dashboard .o-woocommerce-order-complete__footer .o-product-cart input[type="submit"][type="text"]+.button,.o-product-cart .o-woocommerce-order-complete__footer .o-account-dashboard input[type="submit"][type="text"]+.button,.o-account-dashboard .o-product-cart .o-woocommerce-order-complete__footer input[type="submit"][type="text"]+.button,.o-woocommerce-order-complete__footer .o-account-dashboard .m-logo-links-dropdown__button+.button,.o-account-dashboard .o-woocommerce-order-complete__footer .m-logo-links-dropdown__button+.button,.o-woocommerce-order-complete__footer .m-product-review-form-block .form-submit .o-account-dashboard input+.button,.o-account-dashboard .o-woocommerce-order-complete__footer .m-product-review-form-block .form-submit input+.button,.m-product-review-form-block .form-submit .o-woocommerce-order-complete__footer .o-account-dashboard input+.button,.o-account-dashboard .m-product-review-form-block .form-submit .o-woocommerce-order-complete__footer input+.button,.o-woocommerce-order-complete__footer .o-product-description-image-hero .o-account-dashboard .button+.button,.o-account-dashboard .o-woocommerce-order-complete__footer .o-product-description-image-hero .button+.button,.o-product-description-image-hero .o-woocommerce-order-complete__footer .o-account-dashboard .button+.button,.o-account-dashboard .o-product-description-image-hero .o-woocommerce-order-complete__footer .button+.button,.o-woocommerce-order-complete__footer .o-product-gallery-hero .o-account-dashboard .button+.button,.o-account-dashboard .o-woocommerce-order-complete__footer .o-product-gallery-hero .button+.button,.o-product-gallery-hero .o-woocommerce-order-complete__footer .o-account-dashboard .button+.button,.o-account-dashboard .o-product-gallery-hero .o-woocommerce-order-complete__footer .button+.button,.o-woocommerce-order-complete__footer .o-product-specs-comparison .o-account-dashboard .button+.button,.o-account-dashboard .o-woocommerce-order-complete__footer .o-product-specs-comparison .button+.button,.o-product-specs-comparison .o-woocommerce-order-complete__footer .o-account-dashboard .button+.button,.o-account-dashboard .o-product-specs-comparison .o-woocommerce-order-complete__footer .button+.button,.o-woocommerce-order-complete__footer .o-account-dashboard .woocommerce-info a+.button,.o-account-dashboard .woocommerce-info .o-woocommerce-order-complete__footer a+.button,.o-woocommerce-order-complete__footer .o-account-dashboard .u-columns .title a+.button,.o-account-dashboard .u-columns .title .o-woocommerce-order-complete__footer a+.button,.o-woocommerce-order-complete__footer .o-account-dashboard .button+.button,.o-account-dashboard .o-woocommerce-order-complete__footer .button+.button,.o-woocommerce-order-complete__footer .o-cart-checkout .o-account-dashboard .button+.button,.o-account-dashboard .o-woocommerce-order-complete__footer .o-cart-checkout .button+.button,.o-cart-checkout .o-woocommerce-order-complete__footer .o-account-dashboard .button+.button,.o-account-dashboard .o-cart-checkout .o-woocommerce-order-complete__footer .button+.button,.o-woocommerce-order-complete__footer .o-cart-empty .return-to-shop .o-account-dashboard .button+.button,.o-account-dashboard .o-woocommerce-order-complete__footer .o-cart-empty .return-to-shop .button+.button,.o-cart-empty .return-to-shop .o-woocommerce-order-complete__footer .o-account-dashboard .button+.button,.o-account-dashboard .o-cart-empty .return-to-shop .o-woocommerce-order-complete__footer .button+.button,.o-woocommerce-order-complete__footer .o-product-cart .o-account-dashboard .button+.button,.o-account-dashboard .o-woocommerce-order-complete__footer .o-product-cart .button+.button,.o-product-cart .o-woocommerce-order-complete__footer .o-account-dashboard .button+.button,.o-account-dashboard .o-product-cart .o-woocommerce-order-complete__footer .button+.button,.o-woocommerce-order-complete__footer .o-woocommerce-order-details .order-again .o-account-dashboard .button+.button,.o-account-dashboard .o-woocommerce-order-complete__footer .o-woocommerce-order-details .order-again .button+.button,.o-woocommerce-order-details .order-again .o-woocommerce-order-complete__footer .o-account-dashboard .button+.button,.o-account-dashboard .o-woocommerce-order-details .order-again .o-woocommerce-order-complete__footer .button+.button,.o-woocommerce-order-complete__footer .t-product__woocommerce-message .woocommerce-message .o-account-dashboard .button+.button,.o-account-dashboard .o-woocommerce-order-complete__footer .t-product__woocommerce-message .woocommerce-message .button+.button,.t-product__woocommerce-message .woocommerce-message .o-woocommerce-order-complete__footer .o-account-dashboard .button+.button,.o-account-dashboard .t-product__woocommerce-message .woocommerce-message .o-woocommerce-order-complete__footer .button+.button,.o-woocommerce-order-complete__footer .m-gravity-form .gform_page_footer .o-account-dashboard .button+.button,.o-account-dashboard .o-woocommerce-order-complete__footer .m-gravity-form .gform_page_footer .button+.button,.m-gravity-form .gform_page_footer .o-woocommerce-order-complete__footer .o-account-dashboard .button+.button,.o-account-dashboard .m-gravity-form .gform_page_footer .o-woocommerce-order-complete__footer .button+.button,.o-woocommerce-order-complete__footer .m-gravity-form .gform_page_footer .o-account-dashboard .a-button+.button,.o-account-dashboard .o-woocommerce-order-complete__footer .m-gravity-form .gform_page_footer .a-button+.button,.m-gravity-form .gform_page_footer .o-woocommerce-order-complete__footer .o-account-dashboard .a-button+.button,.o-account-dashboard .m-gravity-form .gform_page_footer .o-woocommerce-order-complete__footer .a-button+.button,.o-woocommerce-order-complete__footer .woocommerce-message .o-account-dashboard .button+.button,.o-account-dashboard .o-woocommerce-order-complete__footer .woocommerce-message .button+.button,.woocommerce-message .o-woocommerce-order-complete__footer .o-account-dashboard .button+.button,.o-account-dashboard .woocommerce-message .o-woocommerce-order-complete__footer .button+.button,.o-woocommerce-order-complete__footer .woocommerce .woocommerce-notices-wrapper .woocommerce-message .o-account-dashboard .button+.button,.o-account-dashboard .o-woocommerce-order-complete__footer .woocommerce .woocommerce-notices-wrapper .woocommerce-message .button+.button,.woocommerce .woocommerce-notices-wrapper .woocommerce-message .o-woocommerce-order-complete__footer .o-account-dashboard .button+.button,.o-account-dashboard .woocommerce .woocommerce-notices-wrapper .woocommerce-message .o-woocommerce-order-complete__footer .button+.button,.o-woocommerce-order-complete__footer .o-cart-checkout .a-button+.button,.o-cart-checkout .o-woocommerce-order-complete__footer .a-button+.button,.o-woocommerce-order-complete__footer .o-cart-checkout .a-input[type="submit"]+.button,.o-cart-checkout .o-woocommerce-order-complete__footer .a-input[type="submit"]+.button,.o-woocommerce-order-complete__footer .o-product-cart .o-cart-checkout input[type="submit"][type="number"]+.button,.o-cart-checkout .o-woocommerce-order-complete__footer .o-product-cart input[type="submit"][type="number"]+.button,.o-product-cart .o-woocommerce-order-complete__footer .o-cart-checkout input[type="submit"][type="number"]+.button,.o-cart-checkout .o-product-cart .o-woocommerce-order-complete__footer input[type="submit"][type="number"]+.button,.o-woocommerce-order-complete__footer .o-product-cart .o-cart-checkout input[type="submit"][type="text"]+.button,.o-cart-checkout .o-woocommerce-order-complete__footer .o-product-cart input[type="submit"][type="text"]+.button,.o-product-cart .o-woocommerce-order-complete__footer .o-cart-checkout input[type="submit"][type="text"]+.button,.o-cart-checkout .o-product-cart .o-woocommerce-order-complete__footer input[type="submit"][type="text"]+.button,.o-woocommerce-order-complete__footer .o-cart-checkout .m-logo-links-dropdown__button+.button,.o-cart-checkout .o-woocommerce-order-complete__footer .m-logo-links-dropdown__button+.button,.o-woocommerce-order-complete__footer .m-product-review-form-block .form-submit .o-cart-checkout input+.button,.o-cart-checkout .o-woocommerce-order-complete__footer .m-product-review-form-block .form-submit input+.button,.m-product-review-form-block .form-submit .o-woocommerce-order-complete__footer .o-cart-checkout input+.button,.o-cart-checkout .m-product-review-form-block .form-submit .o-woocommerce-order-complete__footer input+.button,.o-woocommerce-order-complete__footer .o-product-description-image-hero .o-cart-checkout .button+.button,.o-cart-checkout .o-woocommerce-order-complete__footer .o-product-description-image-hero .button+.button,.o-product-description-image-hero .o-woocommerce-order-complete__footer .o-cart-checkout .button+.button,.o-cart-checkout .o-product-description-image-hero .o-woocommerce-order-complete__footer .button+.button,.o-woocommerce-order-complete__footer .o-product-gallery-hero .o-cart-checkout .button+.button,.o-cart-checkout .o-woocommerce-order-complete__footer .o-product-gallery-hero .button+.button,.o-product-gallery-hero .o-woocommerce-order-complete__footer .o-cart-checkout .button+.button,.o-cart-checkout .o-product-gallery-hero .o-woocommerce-order-complete__footer .button+.button,.o-woocommerce-order-complete__footer .o-product-specs-comparison .o-cart-checkout .button+.button,.o-cart-checkout .o-woocommerce-order-complete__footer .o-product-specs-comparison .button+.button,.o-product-specs-comparison .o-woocommerce-order-complete__footer .o-cart-checkout .button+.button,.o-cart-checkout .o-product-specs-comparison .o-woocommerce-order-complete__footer .button+.button,.o-woocommerce-order-complete__footer .o-account-dashboard .woocommerce-info .o-cart-checkout a+.button,.o-cart-checkout .o-woocommerce-order-complete__footer .o-account-dashboard .woocommerce-info a+.button,.o-account-dashboard .woocommerce-info .o-woocommerce-order-complete__footer .o-cart-checkout a+.button,.o-cart-checkout .o-account-dashboard .woocommerce-info .o-woocommerce-order-complete__footer a+.button,.o-woocommerce-order-complete__footer .o-account-dashboard .u-columns .title .o-cart-checkout a+.button,.o-cart-checkout .o-woocommerce-order-complete__footer .o-account-dashboard .u-columns .title a+.button,.o-account-dashboard .u-columns .title .o-woocommerce-order-complete__footer .o-cart-checkout a+.button,.o-cart-checkout .o-account-dashboard .u-columns .title .o-woocommerce-order-complete__footer a+.button,.o-woocommerce-order-complete__footer .o-account-dashboard .o-cart-checkout .button+.button,.o-cart-checkout .o-woocommerce-order-complete__footer .o-account-dashboard .button+.button,.o-account-dashboard .o-woocommerce-order-complete__footer .o-cart-checkout .button+.button,.o-cart-checkout .o-account-dashboard .o-woocommerce-order-complete__footer .button+.button,.o-woocommerce-order-complete__footer .o-cart-checkout .button+.button,.o-cart-checkout .o-woocommerce-order-complete__footer .button+.button,.o-woocommerce-order-complete__footer .o-cart-empty .return-to-shop .o-cart-checkout .button+.button,.o-cart-checkout .o-woocommerce-order-complete__footer .o-cart-empty .return-to-shop .button+.button,.o-cart-empty .return-to-shop .o-woocommerce-order-complete__footer .o-cart-checkout .button+.button,.o-cart-checkout .o-cart-empty .return-to-shop .o-woocommerce-order-complete__footer .button+.button,.o-woocommerce-order-complete__footer .o-product-cart .o-cart-checkout .button+.button,.o-cart-checkout .o-woocommerce-order-complete__footer .o-product-cart .button+.button,.o-product-cart .o-woocommerce-order-complete__footer .o-cart-checkout .button+.button,.o-cart-checkout .o-product-cart .o-woocommerce-order-complete__footer .button+.button,.o-woocommerce-order-complete__footer .o-woocommerce-order-details .order-again .o-cart-checkout .button+.button,.o-cart-checkout .o-woocommerce-order-complete__footer .o-woocommerce-order-details .order-again .button+.button,.o-woocommerce-order-details .order-again .o-woocommerce-order-complete__footer .o-cart-checkout .button+.button,.o-cart-checkout .o-woocommerce-order-details .order-again .o-woocommerce-order-complete__footer .button+.button,.o-woocommerce-order-complete__footer .t-product__woocommerce-message .woocommerce-message .o-cart-checkout .button+.button,.o-cart-checkout .o-woocommerce-order-complete__footer .t-product__woocommerce-message .woocommerce-message .button+.button,.t-product__woocommerce-message .woocommerce-message .o-woocommerce-order-complete__footer .o-cart-checkout .button+.button,.o-cart-checkout .t-product__woocommerce-message .woocommerce-message .o-woocommerce-order-complete__footer .button+.button,.o-woocommerce-order-complete__footer .m-gravity-form .gform_page_footer .o-cart-checkout .button+.button,.o-cart-checkout .o-woocommerce-order-complete__footer .m-gravity-form .gform_page_footer .button+.button,.m-gravity-form .gform_page_footer .o-woocommerce-order-complete__footer .o-cart-checkout .button+.button,.o-cart-checkout .m-gravity-form .gform_page_footer .o-woocommerce-order-complete__footer .button+.button,.o-woocommerce-order-complete__footer .m-gravity-form .gform_page_footer .o-cart-checkout .a-button+.button,.o-cart-checkout .o-woocommerce-order-complete__footer .m-gravity-form .gform_page_footer .a-button+.button,.m-gravity-form .gform_page_footer .o-woocommerce-order-complete__footer .o-cart-checkout .a-button+.button,.o-cart-checkout .m-gravity-form .gform_page_footer .o-woocommerce-order-complete__footer .a-button+.button,.o-woocommerce-order-complete__footer .woocommerce-message .o-cart-checkout .button+.button,.o-cart-checkout .o-woocommerce-order-complete__footer .woocommerce-message .button+.button,.woocommerce-message .o-woocommerce-order-complete__footer .o-cart-checkout .button+.button,.o-cart-checkout .woocommerce-message .o-woocommerce-order-complete__footer .button+.button,.o-woocommerce-order-complete__footer .woocommerce .woocommerce-notices-wrapper .woocommerce-message .o-cart-checkout .button+.button,.o-cart-checkout .o-woocommerce-order-complete__footer .woocommerce .woocommerce-notices-wrapper .woocommerce-message .button+.button,.woocommerce .woocommerce-notices-wrapper .woocommerce-message .o-woocommerce-order-complete__footer .o-cart-checkout .button+.button,.o-cart-checkout .woocommerce .woocommerce-notices-wrapper .woocommerce-message .o-woocommerce-order-complete__footer .button+.button,.o-woocommerce-order-complete__footer .o-cart-empty .return-to-shop .a-button+.button,.o-cart-empty .return-to-shop .o-woocommerce-order-complete__footer .a-button+.button,.o-woocommerce-order-complete__footer .o-cart-empty .return-to-shop .a-input[type="submit"]+.button,.o-cart-empty .return-to-shop .o-woocommerce-order-complete__footer .a-input[type="submit"]+.button,.o-woocommerce-order-complete__footer .o-product-cart .o-cart-empty .return-to-shop input[type="submit"][type="number"]+.button,.o-cart-empty .return-to-shop .o-woocommerce-order-complete__footer .o-product-cart input[type="submit"][type="number"]+.button,.o-product-cart .o-woocommerce-order-complete__footer .o-cart-empty .return-to-shop input[type="submit"][type="number"]+.button,.o-cart-empty .return-to-shop .o-product-cart .o-woocommerce-order-complete__footer input[type="submit"][type="number"]+.button,.o-woocommerce-order-complete__footer .o-product-cart .o-cart-empty .return-to-shop input[type="submit"][type="text"]+.button,.o-cart-empty .return-to-shop .o-woocommerce-order-complete__footer .o-product-cart input[type="submit"][type="text"]+.button,.o-product-cart .o-woocommerce-order-complete__footer .o-cart-empty .return-to-shop input[type="submit"][type="text"]+.button,.o-cart-empty .return-to-shop .o-product-cart .o-woocommerce-order-complete__footer input[type="submit"][type="text"]+.button,.o-woocommerce-order-complete__footer .o-cart-empty .return-to-shop .m-logo-links-dropdown__button+.button,.o-cart-empty .return-to-shop .o-woocommerce-order-complete__footer .m-logo-links-dropdown__button+.button,.o-woocommerce-order-complete__footer .m-product-review-form-block .form-submit .o-cart-empty .return-to-shop input+.button,.o-cart-empty .return-to-shop .o-woocommerce-order-complete__footer .m-product-review-form-block .form-submit input+.button,.m-product-review-form-block .form-submit .o-woocommerce-order-complete__footer .o-cart-empty .return-to-shop input+.button,.o-cart-empty .return-to-shop .m-product-review-form-block .form-submit .o-woocommerce-order-complete__footer input+.button,.o-woocommerce-order-complete__footer .o-product-description-image-hero .o-cart-empty .return-to-shop .button+.button,.o-cart-empty .return-to-shop .o-woocommerce-order-complete__footer .o-product-description-image-hero .button+.button,.o-product-description-image-hero .o-woocommerce-order-complete__footer .o-cart-empty .return-to-shop .button+.button,.o-cart-empty .return-to-shop .o-product-description-image-hero .o-woocommerce-order-complete__footer .button+.button,.o-woocommerce-order-complete__footer .o-product-gallery-hero .o-cart-empty .return-to-shop .button+.button,.o-cart-empty .return-to-shop .o-woocommerce-order-complete__footer .o-product-gallery-hero .button+.button,.o-product-gallery-hero .o-woocommerce-order-complete__footer .o-cart-empty .return-to-shop .button+.button,.o-cart-empty .return-to-shop .o-product-gallery-hero .o-woocommerce-order-complete__footer .button+.button,.o-woocommerce-order-complete__footer .o-product-specs-comparison .o-cart-empty .return-to-shop .button+.button,.o-cart-empty .return-to-shop .o-woocommerce-order-complete__footer .o-product-specs-comparison .button+.button,.o-product-specs-comparison .o-woocommerce-order-complete__footer .o-cart-empty .return-to-shop .button+.button,.o-cart-empty .return-to-shop .o-product-specs-comparison .o-woocommerce-order-complete__footer .button+.button,.o-woocommerce-order-complete__footer .o-account-dashboard .woocommerce-info .o-cart-empty .return-to-shop a+.button,.o-cart-empty .return-to-shop .o-woocommerce-order-complete__footer .o-account-dashboard .woocommerce-info a+.button,.o-account-dashboard .woocommerce-info .o-woocommerce-order-complete__footer .o-cart-empty .return-to-shop a+.button,.o-cart-empty .return-to-shop .o-account-dashboard .woocommerce-info .o-woocommerce-order-complete__footer a+.button,.o-woocommerce-order-complete__footer .o-account-dashboard .u-columns .title .o-cart-empty .return-to-shop a+.button,.o-cart-empty .return-to-shop .o-woocommerce-order-complete__footer .o-account-dashboard .u-columns .title a+.button,.o-account-dashboard .u-columns .title .o-woocommerce-order-complete__footer .o-cart-empty .return-to-shop a+.button,.o-cart-empty .return-to-shop .o-account-dashboard .u-columns .title .o-woocommerce-order-complete__footer a+.button,.o-woocommerce-order-complete__footer .o-account-dashboard .o-cart-empty .return-to-shop .button+.button,.o-cart-empty .return-to-shop .o-woocommerce-order-complete__footer .o-account-dashboard .button+.button,.o-account-dashboard .o-woocommerce-order-complete__footer .o-cart-empty .return-to-shop .button+.button,.o-cart-empty .return-to-shop .o-account-dashboard .o-woocommerce-order-complete__footer .button+.button,.o-woocommerce-order-complete__footer .o-cart-checkout .o-cart-empty .return-to-shop .button+.button,.o-cart-empty .return-to-shop .o-woocommerce-order-complete__footer .o-cart-checkout .button+.button,.o-cart-checkout .o-woocommerce-order-complete__footer .o-cart-empty .return-to-shop .button+.button,.o-cart-empty .return-to-shop .o-cart-checkout .o-woocommerce-order-complete__footer .button+.button,.o-woocommerce-order-complete__footer .o-cart-empty .return-to-shop .button+.button,.o-cart-empty .return-to-shop .o-woocommerce-order-complete__footer .button+.button,.o-woocommerce-order-complete__footer .o-product-cart .o-cart-empty .return-to-shop .button+.button,.o-cart-empty .return-to-shop .o-woocommerce-order-complete__footer .o-product-cart .button+.button,.o-product-cart .o-woocommerce-order-complete__footer .o-cart-empty .return-to-shop .button+.button,.o-cart-empty .return-to-shop .o-product-cart .o-woocommerce-order-complete__footer .button+.button,.o-woocommerce-order-complete__footer .o-woocommerce-order-details .order-again .o-cart-empty .return-to-shop .button+.button,.o-cart-empty .return-to-shop .o-woocommerce-order-complete__footer .o-woocommerce-order-details .order-again .button+.button,.o-woocommerce-order-details .order-again .o-woocommerce-order-complete__footer .o-cart-empty .return-to-shop .button+.button,.o-cart-empty .return-to-shop .o-woocommerce-order-details .order-again .o-woocommerce-order-complete__footer .button+.button,.o-woocommerce-order-complete__footer .t-product__woocommerce-message .woocommerce-message .o-cart-empty .return-to-shop .button+.button,.o-cart-empty .return-to-shop .o-woocommerce-order-complete__footer .t-product__woocommerce-message .woocommerce-message .button+.button,.t-product__woocommerce-message .woocommerce-message .o-woocommerce-order-complete__footer .o-cart-empty .return-to-shop .button+.button,.o-cart-empty .return-to-shop .t-product__woocommerce-message .woocommerce-message .o-woocommerce-order-complete__footer .button+.button,.o-woocommerce-order-complete__footer .m-gravity-form .gform_page_footer .o-cart-empty .return-to-shop .button+.button,.o-cart-empty .return-to-shop .o-woocommerce-order-complete__footer .m-gravity-form .gform_page_footer .button+.button,.m-gravity-form .gform_page_footer .o-woocommerce-order-complete__footer .o-cart-empty .return-to-shop .button+.button,.o-cart-empty .return-to-shop .m-gravity-form .gform_page_footer .o-woocommerce-order-complete__footer .button+.button,.o-woocommerce-order-complete__footer .m-gravity-form .gform_page_footer .o-cart-empty .return-to-shop .a-button+.button,.o-cart-empty .return-to-shop .o-woocommerce-order-complete__footer .m-gravity-form .gform_page_footer .a-button+.button,.m-gravity-form .gform_page_footer .o-woocommerce-order-complete__footer .o-cart-empty .return-to-shop .a-button+.button,.o-cart-empty .return-to-shop .m-gravity-form .gform_page_footer .o-woocommerce-order-complete__footer .a-button+.button,.o-woocommerce-order-complete__footer .woocommerce-message .o-cart-empty .return-to-shop .button+.button,.o-cart-empty .return-to-shop .o-woocommerce-order-complete__footer .woocommerce-message .button+.button,.woocommerce-message .o-woocommerce-order-complete__footer .o-cart-empty .return-to-shop .button+.button,.o-cart-empty .return-to-shop .woocommerce-message .o-woocommerce-order-complete__footer .button+.button,.o-woocommerce-order-complete__footer .woocommerce .woocommerce-notices-wrapper .woocommerce-message .o-cart-empty .return-to-shop .button+.button,.o-cart-empty .return-to-shop .o-woocommerce-order-complete__footer .woocommerce .woocommerce-notices-wrapper .woocommerce-message .button+.button,.woocommerce .woocommerce-notices-wrapper .woocommerce-message .o-woocommerce-order-complete__footer .o-cart-empty .return-to-shop .button+.button,.o-cart-empty .return-to-shop .woocommerce .woocommerce-notices-wrapper .woocommerce-message .o-woocommerce-order-complete__footer .button+.button,.o-woocommerce-order-complete__footer .o-product-cart .a-button+.button,.o-product-cart .o-woocommerce-order-complete__footer .a-button+.button,.o-woocommerce-order-complete__footer .o-product-cart .a-input[type="submit"]+.button,.o-product-cart .o-woocommerce-order-complete__footer .a-input[type="submit"]+.button,.o-woocommerce-order-complete__footer .o-product-cart input[type="submit"][type="number"]+.button,.o-product-cart .o-woocommerce-order-complete__footer input[type="submit"][type="number"]+.button,.o-woocommerce-order-complete__footer .o-product-cart input[type="submit"][type="text"]+.button,.o-product-cart .o-woocommerce-order-complete__footer input[type="submit"][type="text"]+.button,.o-woocommerce-order-complete__footer .o-product-cart .m-logo-links-dropdown__button+.button,.o-product-cart .o-woocommerce-order-complete__footer .m-logo-links-dropdown__button+.button,.o-woocommerce-order-complete__footer .m-product-review-form-block .form-submit .o-product-cart input+.button,.o-product-cart .o-woocommerce-order-complete__footer .m-product-review-form-block .form-submit input+.button,.m-product-review-form-block .form-submit .o-woocommerce-order-complete__footer .o-product-cart input+.button,.o-product-cart .m-product-review-form-block .form-submit .o-woocommerce-order-complete__footer input+.button,.o-woocommerce-order-complete__footer .o-product-description-image-hero .o-product-cart .button+.button,.o-product-cart .o-woocommerce-order-complete__footer .o-product-description-image-hero .button+.button,.o-product-description-image-hero .o-woocommerce-order-complete__footer .o-product-cart .button+.button,.o-product-cart .o-product-description-image-hero .o-woocommerce-order-complete__footer .button+.button,.o-woocommerce-order-complete__footer .o-product-gallery-hero .o-product-cart .button+.button,.o-product-cart .o-woocommerce-order-complete__footer .o-product-gallery-hero .button+.button,.o-product-gallery-hero .o-woocommerce-order-complete__footer .o-product-cart .button+.button,.o-product-cart .o-product-gallery-hero .o-woocommerce-order-complete__footer .button+.button,.o-woocommerce-order-complete__footer .o-product-specs-comparison .o-product-cart .button+.button,.o-product-cart .o-woocommerce-order-complete__footer .o-product-specs-comparison .button+.button,.o-product-specs-comparison .o-woocommerce-order-complete__footer .o-product-cart .button+.button,.o-product-cart .o-product-specs-comparison .o-woocommerce-order-complete__footer .button+.button,.o-woocommerce-order-complete__footer .o-account-dashboard .woocommerce-info .o-product-cart a+.button,.o-product-cart .o-woocommerce-order-complete__footer .o-account-dashboard .woocommerce-info a+.button,.o-account-dashboard .woocommerce-info .o-woocommerce-order-complete__footer .o-product-cart a+.button,.o-product-cart .o-account-dashboard .woocommerce-info .o-woocommerce-order-complete__footer a+.button,.o-woocommerce-order-complete__footer .o-account-dashboard .u-columns .title .o-product-cart a+.button,.o-product-cart .o-woocommerce-order-complete__footer .o-account-dashboard .u-columns .title a+.button,.o-account-dashboard .u-columns .title .o-woocommerce-order-complete__footer .o-product-cart a+.button,.o-product-cart .o-account-dashboard .u-columns .title .o-woocommerce-order-complete__footer a+.button,.o-woocommerce-order-complete__footer .o-account-dashboard .o-product-cart .button+.button,.o-product-cart .o-woocommerce-order-complete__footer .o-account-dashboard .button+.button,.o-account-dashboard .o-woocommerce-order-complete__footer .o-product-cart .button+.button,.o-product-cart .o-account-dashboard .o-woocommerce-order-complete__footer .button+.button,.o-woocommerce-order-complete__footer .o-cart-checkout .o-product-cart .button+.button,.o-product-cart .o-woocommerce-order-complete__footer .o-cart-checkout .button+.button,.o-cart-checkout .o-woocommerce-order-complete__footer .o-product-cart .button+.button,.o-product-cart .o-cart-checkout .o-woocommerce-order-complete__footer .button+.button,.o-woocommerce-order-complete__footer .o-cart-empty .return-to-shop .o-product-cart .button+.button,.o-product-cart .o-woocommerce-order-complete__footer .o-cart-empty .return-to-shop .button+.button,.o-cart-empty .return-to-shop .o-woocommerce-order-complete__footer .o-product-cart .button+.button,.o-product-cart .o-cart-empty .return-to-shop .o-woocommerce-order-complete__footer .button+.button,.o-woocommerce-order-complete__footer .o-product-cart .button+.button,.o-product-cart .o-woocommerce-order-complete__footer .button+.button,.o-woocommerce-order-complete__footer .o-woocommerce-order-details .order-again .o-product-cart .button+.button,.o-product-cart .o-woocommerce-order-complete__footer .o-woocommerce-order-details .order-again .button+.button,.o-woocommerce-order-details .order-again .o-woocommerce-order-complete__footer .o-product-cart .button+.button,.o-product-cart .o-woocommerce-order-details .order-again .o-woocommerce-order-complete__footer .button+.button,.o-woocommerce-order-complete__footer .t-product__woocommerce-message .woocommerce-message .o-product-cart .button+.button,.o-product-cart .o-woocommerce-order-complete__footer .t-product__woocommerce-message .woocommerce-message .button+.button,.t-product__woocommerce-message .woocommerce-message .o-woocommerce-order-complete__footer .o-product-cart .button+.button,.o-product-cart .t-product__woocommerce-message .woocommerce-message .o-woocommerce-order-complete__footer .button+.button,.o-woocommerce-order-complete__footer .m-gravity-form .gform_page_footer .o-product-cart .button+.button,.o-product-cart .o-woocommerce-order-complete__footer .m-gravity-form .gform_page_footer .button+.button,.m-gravity-form .gform_page_footer .o-woocommerce-order-complete__footer .o-product-cart .button+.button,.o-product-cart .m-gravity-form .gform_page_footer .o-woocommerce-order-complete__footer .button+.button,.o-woocommerce-order-complete__footer .m-gravity-form .gform_page_footer .o-product-cart .a-button+.button,.o-product-cart .o-woocommerce-order-complete__footer .m-gravity-form .gform_page_footer .a-button+.button,.m-gravity-form .gform_page_footer .o-woocommerce-order-complete__footer .o-product-cart .a-button+.button,.o-product-cart .m-gravity-form .gform_page_footer .o-woocommerce-order-complete__footer .a-button+.button,.o-woocommerce-order-complete__footer .woocommerce-message .o-product-cart .button+.button,.o-product-cart .o-woocommerce-order-complete__footer .woocommerce-message .button+.button,.woocommerce-message .o-woocommerce-order-complete__footer .o-product-cart .button+.button,.o-product-cart .woocommerce-message .o-woocommerce-order-complete__footer .button+.button,.o-woocommerce-order-complete__footer .woocommerce .woocommerce-notices-wrapper .woocommerce-message .o-product-cart .button+.button,.o-product-cart .o-woocommerce-order-complete__footer .woocommerce .woocommerce-notices-wrapper .woocommerce-message .button+.button,.woocommerce .woocommerce-notices-wrapper .woocommerce-message .o-woocommerce-order-complete__footer .o-product-cart .button+.button,.o-product-cart .woocommerce .woocommerce-notices-wrapper .woocommerce-message .o-woocommerce-order-complete__footer .button+.button,.o-woocommerce-order-complete__footer .o-woocommerce-order-details .order-again .a-button+.button,.o-woocommerce-order-details .order-again .o-woocommerce-order-complete__footer .a-button+.button,.o-woocommerce-order-complete__footer .o-woocommerce-order-details .order-again .a-input[type="submit"]+.button,.o-woocommerce-order-details .order-again .o-woocommerce-order-complete__footer .a-input[type="submit"]+.button,.o-woocommerce-order-complete__footer .o-product-cart .o-woocommerce-order-details .order-again input[type="submit"][type="number"]+.button,.o-woocommerce-order-details .order-again .o-woocommerce-order-complete__footer .o-product-cart input[type="submit"][type="number"]+.button,.o-product-cart .o-woocommerce-order-complete__footer .o-woocommerce-order-details .order-again input[type="submit"][type="number"]+.button,.o-woocommerce-order-details .order-again .o-product-cart .o-woocommerce-order-complete__footer input[type="submit"][type="number"]+.button,.o-woocommerce-order-complete__footer .o-product-cart .o-woocommerce-order-details .order-again input[type="submit"][type="text"]+.button,.o-woocommerce-order-details .order-again .o-woocommerce-order-complete__footer .o-product-cart input[type="submit"][type="text"]+.button,.o-product-cart .o-woocommerce-order-complete__footer .o-woocommerce-order-details .order-again input[type="submit"][type="text"]+.button,.o-woocommerce-order-details .order-again .o-product-cart .o-woocommerce-order-complete__footer input[type="submit"][type="text"]+.button,.o-woocommerce-order-complete__footer .o-woocommerce-order-details .order-again .m-logo-links-dropdown__button+.button,.o-woocommerce-order-details .order-again .o-woocommerce-order-complete__footer .m-logo-links-dropdown__button+.button,.o-woocommerce-order-complete__footer .m-product-review-form-block .form-submit .o-woocommerce-order-details .order-again input+.button,.o-woocommerce-order-details .order-again .o-woocommerce-order-complete__footer .m-product-review-form-block .form-submit input+.button,.m-product-review-form-block .form-submit .o-woocommerce-order-complete__footer .o-woocommerce-order-details .order-again input+.button,.o-woocommerce-order-details .order-again .m-product-review-form-block .form-submit .o-woocommerce-order-complete__footer input+.button,.o-woocommerce-order-complete__footer .o-product-description-image-hero .o-woocommerce-order-details .order-again .button+.button,.o-woocommerce-order-details .order-again .o-woocommerce-order-complete__footer .o-product-description-image-hero .button+.button,.o-product-description-image-hero .o-woocommerce-order-complete__footer .o-woocommerce-order-details .order-again .button+.button,.o-woocommerce-order-details .order-again .o-product-description-image-hero .o-woocommerce-order-complete__footer .button+.button,.o-woocommerce-order-complete__footer .o-product-gallery-hero .o-woocommerce-order-details .order-again .button+.button,.o-woocommerce-order-details .order-again .o-woocommerce-order-complete__footer .o-product-gallery-hero .button+.button,.o-product-gallery-hero .o-woocommerce-order-complete__footer .o-woocommerce-order-details .order-again .button+.button,.o-woocommerce-order-details .order-again .o-product-gallery-hero .o-woocommerce-order-complete__footer .button+.button,.o-woocommerce-order-complete__footer .o-product-specs-comparison .o-woocommerce-order-details .order-again .button+.button,.o-woocommerce-order-details .order-again .o-woocommerce-order-complete__footer .o-product-specs-comparison .button+.button,.o-product-specs-comparison .o-woocommerce-order-complete__footer .o-woocommerce-order-details .order-again .button+.button,.o-woocommerce-order-details .order-again .o-product-specs-comparison .o-woocommerce-order-complete__footer .button+.button,.o-woocommerce-order-complete__footer .o-account-dashboard .woocommerce-info .o-woocommerce-order-details .order-again a+.button,.o-woocommerce-order-details .order-again .o-woocommerce-order-complete__footer .o-account-dashboard .woocommerce-info a+.button,.o-account-dashboard .woocommerce-info .o-woocommerce-order-complete__footer .o-woocommerce-order-details .order-again a+.button,.o-woocommerce-order-details .order-again .o-account-dashboard .woocommerce-info .o-woocommerce-order-complete__footer a+.button,.o-woocommerce-order-complete__footer .o-account-dashboard .u-columns .title .o-woocommerce-order-details .order-again a+.button,.o-woocommerce-order-details .order-again .o-woocommerce-order-complete__footer .o-account-dashboard .u-columns .title a+.button,.o-account-dashboard .u-columns .title .o-woocommerce-order-complete__footer .o-woocommerce-order-details .order-again a+.button,.o-woocommerce-order-details .order-again .o-account-dashboard .u-columns .title .o-woocommerce-order-complete__footer a+.button,.o-woocommerce-order-complete__footer .o-account-dashboard .o-woocommerce-order-details .order-again .button+.button,.o-woocommerce-order-details .order-again .o-woocommerce-order-complete__footer .o-account-dashboard .button+.button,.o-account-dashboard .o-woocommerce-order-complete__footer .o-woocommerce-order-details .order-again .button+.button,.o-woocommerce-order-details .order-again .o-account-dashboard .o-woocommerce-order-complete__footer .button+.button,.o-woocommerce-order-complete__footer .o-cart-checkout .o-woocommerce-order-details .order-again .button+.button,.o-woocommerce-order-details .order-again .o-woocommerce-order-complete__footer .o-cart-checkout .button+.button,.o-cart-checkout .o-woocommerce-order-complete__footer .o-woocommerce-order-details .order-again .button+.button,.o-woocommerce-order-details .order-again .o-cart-checkout .o-woocommerce-order-complete__footer .button+.button,.o-woocommerce-order-complete__footer .o-cart-empty .return-to-shop .o-woocommerce-order-details .order-again .button+.button,.o-woocommerce-order-details .order-again .o-woocommerce-order-complete__footer .o-cart-empty .return-to-shop .button+.button,.o-cart-empty .return-to-shop .o-woocommerce-order-complete__footer .o-woocommerce-order-details .order-again .button+.button,.o-woocommerce-order-details .order-again .o-cart-empty .return-to-shop .o-woocommerce-order-complete__footer .button+.button,.o-woocommerce-order-complete__footer .o-product-cart .o-woocommerce-order-details .order-again .button+.button,.o-woocommerce-order-details .order-again .o-woocommerce-order-complete__footer .o-product-cart .button+.button,.o-product-cart .o-woocommerce-order-complete__footer .o-woocommerce-order-details .order-again .button+.button,.o-woocommerce-order-details .order-again .o-product-cart .o-woocommerce-order-complete__footer .button+.button,.o-woocommerce-order-complete__footer .o-woocommerce-order-details .order-again .button+.button,.o-woocommerce-order-details .order-again .o-woocommerce-order-complete__footer .button+.button,.o-woocommerce-order-complete__footer .t-product__woocommerce-message .woocommerce-message .o-woocommerce-order-details .order-again .button+.button,.o-woocommerce-order-details .order-again .o-woocommerce-order-complete__footer .t-product__woocommerce-message .woocommerce-message .button+.button,.t-product__woocommerce-message .woocommerce-message .o-woocommerce-order-complete__footer .o-woocommerce-order-details .order-again .button+.button,.o-woocommerce-order-details .order-again .t-product__woocommerce-message .woocommerce-message .o-woocommerce-order-complete__footer .button+.button,.o-woocommerce-order-complete__footer .m-gravity-form .gform_page_footer .o-woocommerce-order-details .order-again .button+.button,.o-woocommerce-order-details .order-again .o-woocommerce-order-complete__footer .m-gravity-form .gform_page_footer .button+.button,.m-gravity-form .gform_page_footer .o-woocommerce-order-complete__footer .o-woocommerce-order-details .order-again .button+.button,.o-woocommerce-order-details .order-again .m-gravity-form .gform_page_footer .o-woocommerce-order-complete__footer .button+.button,.o-woocommerce-order-complete__footer .m-gravity-form .gform_page_footer .o-woocommerce-order-details .order-again .a-button+.button,.o-woocommerce-order-details .order-again .o-woocommerce-order-complete__footer .m-gravity-form .gform_page_footer .a-button+.button,.m-gravity-form .gform_page_footer .o-woocommerce-order-complete__footer .o-woocommerce-order-details .order-again .a-button+.button,.o-woocommerce-order-details .order-again .m-gravity-form .gform_page_footer .o-woocommerce-order-complete__footer .a-button+.button,.o-woocommerce-order-complete__footer .woocommerce-message .o-woocommerce-order-details .order-again .button+.button,.o-woocommerce-order-details .order-again .o-woocommerce-order-complete__footer .woocommerce-message .button+.button,.woocommerce-message .o-woocommerce-order-complete__footer .o-woocommerce-order-details .order-again .button+.button,.o-woocommerce-order-details .order-again .woocommerce-message .o-woocommerce-order-complete__footer .button+.button,.o-woocommerce-order-complete__footer .woocommerce .woocommerce-notices-wrapper .woocommerce-message .o-woocommerce-order-details .order-again .button+.button,.o-woocommerce-order-details .order-again .o-woocommerce-order-complete__footer .woocommerce .woocommerce-notices-wrapper .woocommerce-message .button+.button,.woocommerce .woocommerce-notices-wrapper .woocommerce-message .o-woocommerce-order-complete__footer .o-woocommerce-order-details .order-again .button+.button,.o-woocommerce-order-details .order-again .woocommerce .woocommerce-notices-wrapper .woocommerce-message .o-woocommerce-order-complete__footer .button+.button,.o-woocommerce-order-complete__footer .t-product__woocommerce-message .woocommerce-message .a-button+.button,.t-product__woocommerce-message .woocommerce-message .o-woocommerce-order-complete__footer .a-button+.button,.o-woocommerce-order-complete__footer .t-product__woocommerce-message .woocommerce-message .a-input[type="submit"]+.button,.t-product__woocommerce-message .woocommerce-message .o-woocommerce-order-complete__footer .a-input[type="submit"]+.button,.o-woocommerce-order-complete__footer .o-product-cart .t-product__woocommerce-message .woocommerce-message input[type="submit"][type="number"]+.button,.t-product__woocommerce-message .woocommerce-message .o-woocommerce-order-complete__footer .o-product-cart input[type="submit"][type="number"]+.button,.o-product-cart .o-woocommerce-order-complete__footer .t-product__woocommerce-message .woocommerce-message input[type="submit"][type="number"]+.button,.t-product__woocommerce-message .woocommerce-message .o-product-cart .o-woocommerce-order-complete__footer input[type="submit"][type="number"]+.button,.o-woocommerce-order-complete__footer .o-product-cart .t-product__woocommerce-message .woocommerce-message input[type="submit"][type="text"]+.button,.t-product__woocommerce-message .woocommerce-message .o-woocommerce-order-complete__footer .o-product-cart input[type="submit"][type="text"]+.button,.o-product-cart .o-woocommerce-order-complete__footer .t-product__woocommerce-message .woocommerce-message input[type="submit"][type="text"]+.button,.t-product__woocommerce-message .woocommerce-message .o-product-cart .o-woocommerce-order-complete__footer input[type="submit"][type="text"]+.button,.o-woocommerce-order-complete__footer .t-product__woocommerce-message .woocommerce-message .m-logo-links-dropdown__button+.button,.t-product__woocommerce-message .woocommerce-message .o-woocommerce-order-complete__footer .m-logo-links-dropdown__button+.button,.o-woocommerce-order-complete__footer .m-product-review-form-block .form-submit .t-product__woocommerce-message .woocommerce-message input+.button,.t-product__woocommerce-message .woocommerce-message .o-woocommerce-order-complete__footer .m-product-review-form-block .form-submit input+.button,.m-product-review-form-block .form-submit .o-woocommerce-order-complete__footer .t-product__woocommerce-message .woocommerce-message input+.button,.t-product__woocommerce-message .woocommerce-message .m-product-review-form-block .form-submit .o-woocommerce-order-complete__footer input+.button,.o-woocommerce-order-complete__footer .o-product-description-image-hero .t-product__woocommerce-message .woocommerce-message .button+.button,.t-product__woocommerce-message .woocommerce-message .o-woocommerce-order-complete__footer .o-product-description-image-hero .button+.button,.o-product-description-image-hero .o-woocommerce-order-complete__footer .t-product__woocommerce-message .woocommerce-message .button+.button,.t-product__woocommerce-message .woocommerce-message .o-product-description-image-hero .o-woocommerce-order-complete__footer .button+.button,.o-woocommerce-order-complete__footer .o-product-gallery-hero .t-product__woocommerce-message .woocommerce-message .button+.button,.t-product__woocommerce-message .woocommerce-message .o-woocommerce-order-complete__footer .o-product-gallery-hero .button+.button,.o-product-gallery-hero .o-woocommerce-order-complete__footer .t-product__woocommerce-message .woocommerce-message .button+.button,.t-product__woocommerce-message .woocommerce-message .o-product-gallery-hero .o-woocommerce-order-complete__footer .button+.button,.o-woocommerce-order-complete__footer .o-product-specs-comparison .t-product__woocommerce-message .woocommerce-message .button+.button,.t-product__woocommerce-message .woocommerce-message .o-woocommerce-order-complete__footer .o-product-specs-comparison .button+.button,.o-product-specs-comparison .o-woocommerce-order-complete__footer .t-product__woocommerce-message .woocommerce-message .button+.button,.t-product__woocommerce-message .woocommerce-message .o-product-specs-comparison .o-woocommerce-order-complete__footer .button+.button,.o-woocommerce-order-complete__footer .o-account-dashboard .woocommerce-info .t-product__woocommerce-message .woocommerce-message a+.button,.t-product__woocommerce-message .woocommerce-message .o-woocommerce-order-complete__footer .o-account-dashboard .woocommerce-info a+.button,.o-account-dashboard .woocommerce-info .o-woocommerce-order-complete__footer .t-product__woocommerce-message .woocommerce-message a+.button,.t-product__woocommerce-message .woocommerce-message .o-account-dashboard .woocommerce-info .o-woocommerce-order-complete__footer a+.button,.o-woocommerce-order-complete__footer .o-account-dashboard .u-columns .title .t-product__woocommerce-message .woocommerce-message a+.button,.t-product__woocommerce-message .woocommerce-message .o-woocommerce-order-complete__footer .o-account-dashboard .u-columns .title a+.button,.o-account-dashboard .u-columns .title .o-woocommerce-order-complete__footer .t-product__woocommerce-message .woocommerce-message a+.button,.t-product__woocommerce-message .woocommerce-message .o-account-dashboard .u-columns .title .o-woocommerce-order-complete__footer a+.button,.o-woocommerce-order-complete__footer .o-account-dashboard .t-product__woocommerce-message .woocommerce-message .button+.button,.t-product__woocommerce-message .woocommerce-message .o-woocommerce-order-complete__footer .o-account-dashboard .button+.button,.o-account-dashboard .o-woocommerce-order-complete__footer .t-product__woocommerce-message .woocommerce-message .button+.button,.t-product__woocommerce-message .woocommerce-message .o-account-dashboard .o-woocommerce-order-complete__footer .button+.button,.o-woocommerce-order-complete__footer .o-cart-checkout .t-product__woocommerce-message .woocommerce-message .button+.button,.t-product__woocommerce-message .woocommerce-message .o-woocommerce-order-complete__footer .o-cart-checkout .button+.button,.o-cart-checkout .o-woocommerce-order-complete__footer .t-product__woocommerce-message .woocommerce-message .button+.button,.t-product__woocommerce-message .woocommerce-message .o-cart-checkout .o-woocommerce-order-complete__footer .button+.button,.o-woocommerce-order-complete__footer .o-cart-empty .return-to-shop .t-product__woocommerce-message .woocommerce-message .button+.button,.t-product__woocommerce-message .woocommerce-message .o-woocommerce-order-complete__footer .o-cart-empty .return-to-shop .button+.button,.o-cart-empty .return-to-shop .o-woocommerce-order-complete__footer .t-product__woocommerce-message .woocommerce-message .button+.button,.t-product__woocommerce-message .woocommerce-message .o-cart-empty .return-to-shop .o-woocommerce-order-complete__footer .button+.button,.o-woocommerce-order-complete__footer .o-product-cart .t-product__woocommerce-message .woocommerce-message .button+.button,.t-product__woocommerce-message .woocommerce-message .o-woocommerce-order-complete__footer .o-product-cart .button+.button,.o-product-cart .o-woocommerce-order-complete__footer .t-product__woocommerce-message .woocommerce-message .button+.button,.t-product__woocommerce-message .woocommerce-message .o-product-cart .o-woocommerce-order-complete__footer .button+.button,.o-woocommerce-order-complete__footer .o-woocommerce-order-details .order-again .t-product__woocommerce-message .woocommerce-message .button+.button,.t-product__woocommerce-message .woocommerce-message .o-woocommerce-order-complete__footer .o-woocommerce-order-details .order-again .button+.button,.o-woocommerce-order-details .order-again .o-woocommerce-order-complete__footer .t-product__woocommerce-message .woocommerce-message .button+.button,.t-product__woocommerce-message .woocommerce-message .o-woocommerce-order-details .order-again .o-woocommerce-order-complete__footer .button+.button,.o-woocommerce-order-complete__footer .t-product__woocommerce-message .woocommerce-message .button+.button,.t-product__woocommerce-message .woocommerce-message .o-woocommerce-order-complete__footer .button+.button,.o-woocommerce-order-complete__footer .m-gravity-form .gform_page_footer .t-product__woocommerce-message .woocommerce-message .button+.button,.t-product__woocommerce-message .woocommerce-message .o-woocommerce-order-complete__footer .m-gravity-form .gform_page_footer .button+.button,.m-gravity-form .gform_page_footer .o-woocommerce-order-complete__footer .t-product__woocommerce-message .woocommerce-message .button+.button,.t-product__woocommerce-message .woocommerce-message .m-gravity-form .gform_page_footer .o-woocommerce-order-complete__footer .button+.button,.o-woocommerce-order-complete__footer .m-gravity-form .gform_page_footer .t-product__woocommerce-message .woocommerce-message .a-button+.button,.t-product__woocommerce-message .woocommerce-message .o-woocommerce-order-complete__footer .m-gravity-form .gform_page_footer .a-button+.button,.m-gravity-form .gform_page_footer .o-woocommerce-order-complete__footer .t-product__woocommerce-message .woocommerce-message .a-button+.button,.t-product__woocommerce-message .woocommerce-message .m-gravity-form .gform_page_footer .o-woocommerce-order-complete__footer .a-button+.button,.o-woocommerce-order-complete__footer .t-product__woocommerce-message .woocommerce-message .button+.button,.t-product__woocommerce-message .o-woocommerce-order-complete__footer .woocommerce-message .button+.button,.t-product__woocommerce-message .woocommerce-message .o-woocommerce-order-complete__footer .button+.button,.o-woocommerce-order-complete__footer .woocommerce .woocommerce-notices-wrapper .t-product__woocommerce-message .woocommerce-message .button+.button,.t-product__woocommerce-message .o-woocommerce-order-complete__footer .woocommerce .woocommerce-notices-wrapper .woocommerce-message .button+.button,.woocommerce .woocommerce-notices-wrapper .t-product__woocommerce-message .woocommerce-message .o-woocommerce-order-complete__footer .button+.button,.t-product__woocommerce-message .woocommerce .woocommerce-notices-wrapper .woocommerce-message .o-woocommerce-order-complete__footer .button+.button,.o-woocommerce-order-complete__footer .m-gravity-form .gform_page_footer .a-button+.button,.m-gravity-form .gform_page_footer .o-woocommerce-order-complete__footer .a-button+.button,.o-woocommerce-order-complete__footer .m-gravity-form .gform_page_footer .a-input[type="submit"]+.button,.m-gravity-form .gform_page_footer .o-woocommerce-order-complete__footer .a-input[type="submit"]+.button,.o-woocommerce-order-complete__footer .o-product-cart .m-gravity-form .gform_page_footer input[type="submit"][type="number"]+.button,.m-gravity-form .gform_page_footer .o-woocommerce-order-complete__footer .o-product-cart input[type="submit"][type="number"]+.button,.o-product-cart .o-woocommerce-order-complete__footer .m-gravity-form .gform_page_footer input[type="submit"][type="number"]+.button,.m-gravity-form .gform_page_footer .o-product-cart .o-woocommerce-order-complete__footer input[type="submit"][type="number"]+.button,.o-woocommerce-order-complete__footer .o-product-cart .m-gravity-form .gform_page_footer input[type="submit"][type="text"]+.button,.m-gravity-form .gform_page_footer .o-woocommerce-order-complete__footer .o-product-cart input[type="submit"][type="text"]+.button,.o-product-cart .o-woocommerce-order-complete__footer .m-gravity-form .gform_page_footer input[type="submit"][type="text"]+.button,.m-gravity-form .gform_page_footer .o-product-cart .o-woocommerce-order-complete__footer input[type="submit"][type="text"]+.button,.o-woocommerce-order-complete__footer .m-gravity-form .gform_page_footer .m-logo-links-dropdown__button+.button,.m-gravity-form .gform_page_footer .o-woocommerce-order-complete__footer .m-logo-links-dropdown__button+.button,.o-woocommerce-order-complete__footer .m-product-review-form-block .form-submit .m-gravity-form .gform_page_footer input+.button,.m-gravity-form .gform_page_footer .o-woocommerce-order-complete__footer .m-product-review-form-block .form-submit input+.button,.m-product-review-form-block .form-submit .o-woocommerce-order-complete__footer .m-gravity-form .gform_page_footer input+.button,.m-gravity-form .gform_page_footer .m-product-review-form-block .form-submit .o-woocommerce-order-complete__footer input+.button,.o-woocommerce-order-complete__footer .o-product-description-image-hero .m-gravity-form .gform_page_footer .button+.button,.m-gravity-form .gform_page_footer .o-woocommerce-order-complete__footer .o-product-description-image-hero .button+.button,.o-product-description-image-hero .o-woocommerce-order-complete__footer .m-gravity-form .gform_page_footer .button+.button,.m-gravity-form .gform_page_footer .o-product-description-image-hero .o-woocommerce-order-complete__footer .button+.button,.o-woocommerce-order-complete__footer .o-product-gallery-hero .m-gravity-form .gform_page_footer .button+.button,.m-gravity-form .gform_page_footer .o-woocommerce-order-complete__footer .o-product-gallery-hero .button+.button,.o-product-gallery-hero .o-woocommerce-order-complete__footer .m-gravity-form .gform_page_footer .button+.button,.m-gravity-form .gform_page_footer .o-product-gallery-hero .o-woocommerce-order-complete__footer .button+.button,.o-woocommerce-order-complete__footer .o-product-specs-comparison .m-gravity-form .gform_page_footer .button+.button,.m-gravity-form .gform_page_footer .o-woocommerce-order-complete__footer .o-product-specs-comparison .button+.button,.o-product-specs-comparison .o-woocommerce-order-complete__footer .m-gravity-form .gform_page_footer .button+.button,.m-gravity-form .gform_page_footer .o-product-specs-comparison .o-woocommerce-order-complete__footer .button+.button,.o-woocommerce-order-complete__footer .o-account-dashboard .woocommerce-info .m-gravity-form .gform_page_footer a+.button,.m-gravity-form .gform_page_footer .o-woocommerce-order-complete__footer .o-account-dashboard .woocommerce-info a+.button,.o-account-dashboard .woocommerce-info .o-woocommerce-order-complete__footer .m-gravity-form .gform_page_footer a+.button,.m-gravity-form .gform_page_footer .o-account-dashboard .woocommerce-info .o-woocommerce-order-complete__footer a+.button,.o-woocommerce-order-complete__footer .o-account-dashboard .u-columns .title .m-gravity-form .gform_page_footer a+.button,.m-gravity-form .gform_page_footer .o-woocommerce-order-complete__footer .o-account-dashboard .u-columns .title a+.button,.o-account-dashboard .u-columns .title .o-woocommerce-order-complete__footer .m-gravity-form .gform_page_footer a+.button,.m-gravity-form .gform_page_footer .o-account-dashboard .u-columns .title .o-woocommerce-order-complete__footer a+.button,.o-woocommerce-order-complete__footer .o-account-dashboard .m-gravity-form .gform_page_footer .button+.button,.m-gravity-form .gform_page_footer .o-woocommerce-order-complete__footer .o-account-dashboard .button+.button,.o-account-dashboard .o-woocommerce-order-complete__footer .m-gravity-form .gform_page_footer .button+.button,.m-gravity-form .gform_page_footer .o-account-dashboard .o-woocommerce-order-complete__footer .button+.button,.o-woocommerce-order-complete__footer .o-cart-checkout .m-gravity-form .gform_page_footer .button+.button,.m-gravity-form .gform_page_footer .o-woocommerce-order-complete__footer .o-cart-checkout .button+.button,.o-cart-checkout .o-woocommerce-order-complete__footer .m-gravity-form .gform_page_footer .button+.button,.m-gravity-form .gform_page_footer .o-cart-checkout .o-woocommerce-order-complete__footer .button+.button,.o-woocommerce-order-complete__footer .o-cart-empty .return-to-shop .m-gravity-form .gform_page_footer .button+.button,.m-gravity-form .gform_page_footer .o-woocommerce-order-complete__footer .o-cart-empty .return-to-shop .button+.button,.o-cart-empty .return-to-shop .o-woocommerce-order-complete__footer .m-gravity-form .gform_page_footer .button+.button,.m-gravity-form .gform_page_footer .o-cart-empty .return-to-shop .o-woocommerce-order-complete__footer .button+.button,.o-woocommerce-order-complete__footer .o-product-cart .m-gravity-form .gform_page_footer .button+.button,.m-gravity-form .gform_page_footer .o-woocommerce-order-complete__footer .o-product-cart .button+.button,.o-product-cart .o-woocommerce-order-complete__footer .m-gravity-form .gform_page_footer .button+.button,.m-gravity-form .gform_page_footer .o-product-cart .o-woocommerce-order-complete__footer .button+.button,.o-woocommerce-order-complete__footer .o-woocommerce-order-details .order-again .m-gravity-form .gform_page_footer .button+.button,.m-gravity-form .gform_page_footer .o-woocommerce-order-complete__footer .o-woocommerce-order-details .order-again .button+.button,.o-woocommerce-order-details .order-again .o-woocommerce-order-complete__footer .m-gravity-form .gform_page_footer .button+.button,.m-gravity-form .gform_page_footer .o-woocommerce-order-details .order-again .o-woocommerce-order-complete__footer .button+.button,.o-woocommerce-order-complete__footer .t-product__woocommerce-message .woocommerce-message .m-gravity-form .gform_page_footer .button+.button,.m-gravity-form .gform_page_footer .o-woocommerce-order-complete__footer .t-product__woocommerce-message .woocommerce-message .button+.button,.t-product__woocommerce-message .woocommerce-message .o-woocommerce-order-complete__footer .m-gravity-form .gform_page_footer .button+.button,.m-gravity-form .gform_page_footer .t-product__woocommerce-message .woocommerce-message .o-woocommerce-order-complete__footer .button+.button,.o-woocommerce-order-complete__footer .m-gravity-form .gform_page_footer .button+.button,.m-gravity-form .gform_page_footer .o-woocommerce-order-complete__footer .button+.button,.o-woocommerce-order-complete__footer .m-gravity-form .gform_page_footer .a-button+.button,.m-gravity-form .gform_page_footer .o-woocommerce-order-complete__footer .a-button+.button,.o-woocommerce-order-complete__footer .woocommerce-message .m-gravity-form .gform_page_footer .button+.button,.m-gravity-form .gform_page_footer .o-woocommerce-order-complete__footer .woocommerce-message .button+.button,.woocommerce-message .o-woocommerce-order-complete__footer .m-gravity-form .gform_page_footer .button+.button,.m-gravity-form .gform_page_footer .woocommerce-message .o-woocommerce-order-complete__footer .button+.button,.o-woocommerce-order-complete__footer .woocommerce .woocommerce-notices-wrapper .woocommerce-message .m-gravity-form .gform_page_footer .button+.button,.m-gravity-form .gform_page_footer .o-woocommerce-order-complete__footer .woocommerce .woocommerce-notices-wrapper .woocommerce-message .button+.button,.woocommerce .woocommerce-notices-wrapper .woocommerce-message .o-woocommerce-order-complete__footer .m-gravity-form .gform_page_footer .button+.button,.m-gravity-form .gform_page_footer .woocommerce .woocommerce-notices-wrapper .woocommerce-message .o-woocommerce-order-complete__footer .button+.button,.o-woocommerce-order-complete__footer .m-gravity-form .gform_page_footer .a-button+.a-button,.m-gravity-form .gform_page_footer .o-woocommerce-order-complete__footer .a-button+.a-button,.o-woocommerce-order-complete__footer .m-gravity-form .gform_page_footer .a-input[type="submit"]+.a-button,.m-gravity-form .gform_page_footer .o-woocommerce-order-complete__footer .a-input[type="submit"]+.a-button,.o-woocommerce-order-complete__footer .o-product-cart .m-gravity-form .gform_page_footer input[type="submit"][type="number"]+.a-button,.m-gravity-form .gform_page_footer .o-woocommerce-order-complete__footer .o-product-cart input[type="submit"][type="number"]+.a-button,.o-product-cart .o-woocommerce-order-complete__footer .m-gravity-form .gform_page_footer input[type="submit"][type="number"]+.a-button,.m-gravity-form .gform_page_footer .o-product-cart .o-woocommerce-order-complete__footer input[type="submit"][type="number"]+.a-button,.o-woocommerce-order-complete__footer .o-product-cart .m-gravity-form .gform_page_footer input[type="submit"][type="text"]+.a-button,.m-gravity-form .gform_page_footer .o-woocommerce-order-complete__footer .o-product-cart input[type="submit"][type="text"]+.a-button,.o-product-cart .o-woocommerce-order-complete__footer .m-gravity-form .gform_page_footer input[type="submit"][type="text"]+.a-button,.m-gravity-form .gform_page_footer .o-product-cart .o-woocommerce-order-complete__footer input[type="submit"][type="text"]+.a-button,.o-woocommerce-order-complete__footer .m-gravity-form .gform_page_footer .m-logo-links-dropdown__button+.a-button,.m-gravity-form .gform_page_footer .o-woocommerce-order-complete__footer .m-logo-links-dropdown__button+.a-button,.o-woocommerce-order-complete__footer .m-product-review-form-block .form-submit .m-gravity-form .gform_page_footer input+.a-button,.m-gravity-form .gform_page_footer .o-woocommerce-order-complete__footer .m-product-review-form-block .form-submit input+.a-button,.m-product-review-form-block .form-submit .o-woocommerce-order-complete__footer .m-gravity-form .gform_page_footer input+.a-button,.m-gravity-form .gform_page_footer .m-product-review-form-block .form-submit .o-woocommerce-order-complete__footer input+.a-button,.o-woocommerce-order-complete__footer .o-product-description-image-hero .m-gravity-form .gform_page_footer .button+.a-button,.m-gravity-form .gform_page_footer .o-woocommerce-order-complete__footer .o-product-description-image-hero .button+.a-button,.o-product-description-image-hero .o-woocommerce-order-complete__footer .m-gravity-form .gform_page_footer .button+.a-button,.m-gravity-form .gform_page_footer .o-product-description-image-hero .o-woocommerce-order-complete__footer .button+.a-button,.o-woocommerce-order-complete__footer .o-product-gallery-hero .m-gravity-form .gform_page_footer .button+.a-button,.m-gravity-form .gform_page_footer .o-woocommerce-order-complete__footer .o-product-gallery-hero .button+.a-button,.o-product-gallery-hero .o-woocommerce-order-complete__footer .m-gravity-form .gform_page_footer .button+.a-button,.m-gravity-form .gform_page_footer .o-product-gallery-hero .o-woocommerce-order-complete__footer .button+.a-button,.o-woocommerce-order-complete__footer .o-product-specs-comparison .m-gravity-form .gform_page_footer .button+.a-button,.m-gravity-form .gform_page_footer .o-woocommerce-order-complete__footer .o-product-specs-comparison .button+.a-button,.o-product-specs-comparison .o-woocommerce-order-complete__footer .m-gravity-form .gform_page_footer .button+.a-button,.m-gravity-form .gform_page_footer .o-product-specs-comparison .o-woocommerce-order-complete__footer .button+.a-button,.o-woocommerce-order-complete__footer .o-account-dashboard .woocommerce-info .m-gravity-form .gform_page_footer a+.a-button,.m-gravity-form .gform_page_footer .o-woocommerce-order-complete__footer .o-account-dashboard .woocommerce-info a+.a-button,.o-account-dashboard .woocommerce-info .o-woocommerce-order-complete__footer .m-gravity-form .gform_page_footer a+.a-button,.m-gravity-form .gform_page_footer .o-account-dashboard .woocommerce-info .o-woocommerce-order-complete__footer a+.a-button,.o-woocommerce-order-complete__footer .o-account-dashboard .u-columns .title .m-gravity-form .gform_page_footer a+.a-button,.m-gravity-form .gform_page_footer .o-woocommerce-order-complete__footer .o-account-dashboard .u-columns .title a+.a-button,.o-account-dashboard .u-columns .title .o-woocommerce-order-complete__footer .m-gravity-form .gform_page_footer a+.a-button,.m-gravity-form .gform_page_footer .o-account-dashboard .u-columns .title .o-woocommerce-order-complete__footer a+.a-button,.o-woocommerce-order-complete__footer .o-account-dashboard .m-gravity-form .gform_page_footer .button+.a-button,.m-gravity-form .gform_page_footer .o-woocommerce-order-complete__footer .o-account-dashboard .button+.a-button,.o-account-dashboard .o-woocommerce-order-complete__footer .m-gravity-form .gform_page_footer .button+.a-button,.m-gravity-form .gform_page_footer .o-account-dashboard .o-woocommerce-order-complete__footer .button+.a-button,.o-woocommerce-order-complete__footer .o-cart-checkout .m-gravity-form .gform_page_footer .button+.a-button,.m-gravity-form .gform_page_footer .o-woocommerce-order-complete__footer .o-cart-checkout .button+.a-button,.o-cart-checkout .o-woocommerce-order-complete__footer .m-gravity-form .gform_page_footer .button+.a-button,.m-gravity-form .gform_page_footer .o-cart-checkout .o-woocommerce-order-complete__footer .button+.a-button,.o-woocommerce-order-complete__footer .o-cart-empty .return-to-shop .m-gravity-form .gform_page_footer .button+.a-button,.m-gravity-form .gform_page_footer .o-woocommerce-order-complete__footer .o-cart-empty .return-to-shop .button+.a-button,.o-cart-empty .return-to-shop .o-woocommerce-order-complete__footer .m-gravity-form .gform_page_footer .button+.a-button,.m-gravity-form .gform_page_footer .o-cart-empty .return-to-shop .o-woocommerce-order-complete__footer .button+.a-button,.o-woocommerce-order-complete__footer .o-product-cart .m-gravity-form .gform_page_footer .button+.a-button,.m-gravity-form .gform_page_footer .o-woocommerce-order-complete__footer .o-product-cart .button+.a-button,.o-product-cart .o-woocommerce-order-complete__footer .m-gravity-form .gform_page_footer .button+.a-button,.m-gravity-form .gform_page_footer .o-product-cart .o-woocommerce-order-complete__footer .button+.a-button,.o-woocommerce-order-complete__footer .o-woocommerce-order-details .order-again .m-gravity-form .gform_page_footer .button+.a-button,.m-gravity-form .gform_page_footer .o-woocommerce-order-complete__footer .o-woocommerce-order-details .order-again .button+.a-button,.o-woocommerce-order-details .order-again .o-woocommerce-order-complete__footer .m-gravity-form .gform_page_footer .button+.a-button,.m-gravity-form .gform_page_footer .o-woocommerce-order-details .order-again .o-woocommerce-order-complete__footer .button+.a-button,.o-woocommerce-order-complete__footer .t-product__woocommerce-message .woocommerce-message .m-gravity-form .gform_page_footer .button+.a-button,.m-gravity-form .gform_page_footer .o-woocommerce-order-complete__footer .t-product__woocommerce-message .woocommerce-message .button+.a-button,.t-product__woocommerce-message .woocommerce-message .o-woocommerce-order-complete__footer .m-gravity-form .gform_page_footer .button+.a-button,.m-gravity-form .gform_page_footer .t-product__woocommerce-message .woocommerce-message .o-woocommerce-order-complete__footer .button+.a-button,.o-woocommerce-order-complete__footer .m-gravity-form .gform_page_footer .button+.a-button,.m-gravity-form .gform_page_footer .o-woocommerce-order-complete__footer .button+.a-button,.o-woocommerce-order-complete__footer .m-gravity-form .gform_page_footer .a-button+.a-button,.m-gravity-form .gform_page_footer .o-woocommerce-order-complete__footer .a-button+.a-button,.o-woocommerce-order-complete__footer .woocommerce-message .m-gravity-form .gform_page_footer .button+.a-button,.m-gravity-form .gform_page_footer .o-woocommerce-order-complete__footer .woocommerce-message .button+.a-button,.woocommerce-message .o-woocommerce-order-complete__footer .m-gravity-form .gform_page_footer .button+.a-button,.m-gravity-form .gform_page_footer .woocommerce-message .o-woocommerce-order-complete__footer .button+.a-button,.o-woocommerce-order-complete__footer .woocommerce .woocommerce-notices-wrapper .woocommerce-message .m-gravity-form .gform_page_footer .button+.a-button,.m-gravity-form .gform_page_footer .o-woocommerce-order-complete__footer .woocommerce .woocommerce-notices-wrapper .woocommerce-message .button+.a-button,.woocommerce .woocommerce-notices-wrapper .woocommerce-message .o-woocommerce-order-complete__footer .m-gravity-form .gform_page_footer .button+.a-button,.m-gravity-form .gform_page_footer .woocommerce .woocommerce-notices-wrapper .woocommerce-message .o-woocommerce-order-complete__footer .button+.a-button,.o-woocommerce-order-complete__footer .woocommerce-message .a-button+.button,.woocommerce-message .o-woocommerce-order-complete__footer .a-button+.button,.o-woocommerce-order-complete__footer .woocommerce-message .a-input[type="submit"]+.button,.woocommerce-message .o-woocommerce-order-complete__footer .a-input[type="submit"]+.button,.o-woocommerce-order-complete__footer .o-product-cart .woocommerce-message input[type="submit"][type="number"]+.button,.woocommerce-message .o-woocommerce-order-complete__footer .o-product-cart input[type="submit"][type="number"]+.button,.o-product-cart .o-woocommerce-order-complete__footer .woocommerce-message input[type="submit"][type="number"]+.button,.woocommerce-message .o-product-cart .o-woocommerce-order-complete__footer input[type="submit"][type="number"]+.button,.o-woocommerce-order-complete__footer .o-product-cart .woocommerce-message input[type="submit"][type="text"]+.button,.woocommerce-message .o-woocommerce-order-complete__footer .o-product-cart input[type="submit"][type="text"]+.button,.o-product-cart .o-woocommerce-order-complete__footer .woocommerce-message input[type="submit"][type="text"]+.button,.woocommerce-message .o-product-cart .o-woocommerce-order-complete__footer input[type="submit"][type="text"]+.button,.o-woocommerce-order-complete__footer .woocommerce-message .m-logo-links-dropdown__button+.button,.woocommerce-message .o-woocommerce-order-complete__footer .m-logo-links-dropdown__button+.button,.o-woocommerce-order-complete__footer .m-product-review-form-block .form-submit .woocommerce-message input+.button,.woocommerce-message .o-woocommerce-order-complete__footer .m-product-review-form-block .form-submit input+.button,.m-product-review-form-block .form-submit .o-woocommerce-order-complete__footer .woocommerce-message input+.button,.woocommerce-message .m-product-review-form-block .form-submit .o-woocommerce-order-complete__footer input+.button,.o-woocommerce-order-complete__footer .o-product-description-image-hero .woocommerce-message .button+.button,.woocommerce-message .o-woocommerce-order-complete__footer .o-product-description-image-hero .button+.button,.o-product-description-image-hero .o-woocommerce-order-complete__footer .woocommerce-message .button+.button,.woocommerce-message .o-product-description-image-hero .o-woocommerce-order-complete__footer .button+.button,.o-woocommerce-order-complete__footer .o-product-gallery-hero .woocommerce-message .button+.button,.woocommerce-message .o-woocommerce-order-complete__footer .o-product-gallery-hero .button+.button,.o-product-gallery-hero .o-woocommerce-order-complete__footer .woocommerce-message .button+.button,.woocommerce-message .o-product-gallery-hero .o-woocommerce-order-complete__footer .button+.button,.o-woocommerce-order-complete__footer .o-product-specs-comparison .woocommerce-message .button+.button,.woocommerce-message .o-woocommerce-order-complete__footer .o-product-specs-comparison .button+.button,.o-product-specs-comparison .o-woocommerce-order-complete__footer .woocommerce-message .button+.button,.woocommerce-message .o-product-specs-comparison .o-woocommerce-order-complete__footer .button+.button,.o-woocommerce-order-complete__footer .o-account-dashboard .woocommerce-info .woocommerce-message a+.button,.woocommerce-message .o-woocommerce-order-complete__footer .o-account-dashboard .woocommerce-info a+.button,.o-account-dashboard .woocommerce-info .o-woocommerce-order-complete__footer .woocommerce-message a+.button,.woocommerce-message .o-account-dashboard .woocommerce-info .o-woocommerce-order-complete__footer a+.button,.o-woocommerce-order-complete__footer .o-account-dashboard .u-columns .title .woocommerce-message a+.button,.woocommerce-message .o-woocommerce-order-complete__footer .o-account-dashboard .u-columns .title a+.button,.o-account-dashboard .u-columns .title .o-woocommerce-order-complete__footer .woocommerce-message a+.button,.woocommerce-message .o-account-dashboard .u-columns .title .o-woocommerce-order-complete__footer a+.button,.o-woocommerce-order-complete__footer .o-account-dashboard .woocommerce-message .button+.button,.woocommerce-message .o-woocommerce-order-complete__footer .o-account-dashboard .button+.button,.o-account-dashboard .o-woocommerce-order-complete__footer .woocommerce-message .button+.button,.woocommerce-message .o-account-dashboard .o-woocommerce-order-complete__footer .button+.button,.o-woocommerce-order-complete__footer .o-cart-checkout .woocommerce-message .button+.button,.woocommerce-message .o-woocommerce-order-complete__footer .o-cart-checkout .button+.button,.o-cart-checkout .o-woocommerce-order-complete__footer .woocommerce-message .button+.button,.woocommerce-message .o-cart-checkout .o-woocommerce-order-complete__footer .button+.button,.o-woocommerce-order-complete__footer .o-cart-empty .return-to-shop .woocommerce-message .button+.button,.woocommerce-message .o-woocommerce-order-complete__footer .o-cart-empty .return-to-shop .button+.button,.o-cart-empty .return-to-shop .o-woocommerce-order-complete__footer .woocommerce-message .button+.button,.woocommerce-message .o-cart-empty .return-to-shop .o-woocommerce-order-complete__footer .button+.button,.o-woocommerce-order-complete__footer .o-product-cart .woocommerce-message .button+.button,.woocommerce-message .o-woocommerce-order-complete__footer .o-product-cart .button+.button,.o-product-cart .o-woocommerce-order-complete__footer .woocommerce-message .button+.button,.woocommerce-message .o-product-cart .o-woocommerce-order-complete__footer .button+.button,.o-woocommerce-order-complete__footer .o-woocommerce-order-details .order-again .woocommerce-message .button+.button,.woocommerce-message .o-woocommerce-order-complete__footer .o-woocommerce-order-details .order-again .button+.button,.o-woocommerce-order-details .order-again .o-woocommerce-order-complete__footer .woocommerce-message .button+.button,.woocommerce-message .o-woocommerce-order-details .order-again .o-woocommerce-order-complete__footer .button+.button,.o-woocommerce-order-complete__footer .t-product__woocommerce-message .woocommerce-message .button+.button,.t-product__woocommerce-message .woocommerce-message .o-woocommerce-order-complete__footer .button+.button,.o-woocommerce-order-complete__footer .m-gravity-form .gform_page_footer .woocommerce-message .button+.button,.woocommerce-message .o-woocommerce-order-complete__footer .m-gravity-form .gform_page_footer .button+.button,.m-gravity-form .gform_page_footer .o-woocommerce-order-complete__footer .woocommerce-message .button+.button,.woocommerce-message .m-gravity-form .gform_page_footer .o-woocommerce-order-complete__footer .button+.button,.o-woocommerce-order-complete__footer .m-gravity-form .gform_page_footer .woocommerce-message .a-button+.button,.woocommerce-message .o-woocommerce-order-complete__footer .m-gravity-form .gform_page_footer .a-button+.button,.m-gravity-form .gform_page_footer .o-woocommerce-order-complete__footer .woocommerce-message .a-button+.button,.woocommerce-message .m-gravity-form .gform_page_footer .o-woocommerce-order-complete__footer .a-button+.button,.o-woocommerce-order-complete__footer .woocommerce-message .button+.button,.woocommerce-message .o-woocommerce-order-complete__footer .button+.button,.o-woocommerce-order-complete__footer .woocommerce .woocommerce-notices-wrapper .woocommerce-message .button+.button,.woocommerce .woocommerce-notices-wrapper .woocommerce-message .o-woocommerce-order-complete__footer .button+.button,.o-woocommerce-order-complete__footer .woocommerce .woocommerce-notices-wrapper .woocommerce-message .a-button+.button,.woocommerce .woocommerce-notices-wrapper .woocommerce-message .o-woocommerce-order-complete__footer .a-button+.button,.o-woocommerce-order-complete__footer .woocommerce .woocommerce-notices-wrapper .woocommerce-message .a-input[type="submit"]+.button,.woocommerce .woocommerce-notices-wrapper .woocommerce-message .o-woocommerce-order-complete__footer .a-input[type="submit"]+.button,.o-woocommerce-order-complete__footer .o-product-cart .woocommerce .woocommerce-notices-wrapper .woocommerce-message input[type="submit"][type="number"]+.button,.woocommerce .woocommerce-notices-wrapper .woocommerce-message .o-woocommerce-order-complete__footer .o-product-cart input[type="submit"][type="number"]+.button,.o-product-cart .o-woocommerce-order-complete__footer .woocommerce .woocommerce-notices-wrapper .woocommerce-message input[type="submit"][type="number"]+.button,.woocommerce .woocommerce-notices-wrapper .woocommerce-message .o-product-cart .o-woocommerce-order-complete__footer input[type="submit"][type="number"]+.button,.o-woocommerce-order-complete__footer .o-product-cart .woocommerce .woocommerce-notices-wrapper .woocommerce-message input[type="submit"][type="text"]+.button,.woocommerce .woocommerce-notices-wrapper .woocommerce-message .o-woocommerce-order-complete__footer .o-product-cart input[type="submit"][type="text"]+.button,.o-product-cart .o-woocommerce-order-complete__footer .woocommerce .woocommerce-notices-wrapper .woocommerce-message input[type="submit"][type="text"]+.button,.woocommerce .woocommerce-notices-wrapper .woocommerce-message .o-product-cart .o-woocommerce-order-complete__footer input[type="submit"][type="text"]+.button,.o-woocommerce-order-complete__footer .woocommerce .woocommerce-notices-wrapper .woocommerce-message .m-logo-links-dropdown__button+.button,.woocommerce .woocommerce-notices-wrapper .woocommerce-message .o-woocommerce-order-complete__footer .m-logo-links-dropdown__button+.button,.o-woocommerce-order-complete__footer .m-product-review-form-block .form-submit .woocommerce .woocommerce-notices-wrapper .woocommerce-message input+.button,.woocommerce .woocommerce-notices-wrapper .woocommerce-message .o-woocommerce-order-complete__footer .m-product-review-form-block .form-submit input+.button,.m-product-review-form-block .form-submit .o-woocommerce-order-complete__footer .woocommerce .woocommerce-notices-wrapper .woocommerce-message input+.button,.woocommerce .woocommerce-notices-wrapper .woocommerce-message .m-product-review-form-block .form-submit .o-woocommerce-order-complete__footer input+.button,.o-woocommerce-order-complete__footer .o-product-description-image-hero .woocommerce .woocommerce-notices-wrapper .woocommerce-message .button+.button,.woocommerce .woocommerce-notices-wrapper .woocommerce-message .o-woocommerce-order-complete__footer .o-product-description-image-hero .button+.button,.o-product-description-image-hero .o-woocommerce-order-complete__footer .woocommerce .woocommerce-notices-wrapper .woocommerce-message .button+.button,.woocommerce .woocommerce-notices-wrapper .woocommerce-message .o-product-description-image-hero .o-woocommerce-order-complete__footer .button+.button,.o-woocommerce-order-complete__footer .o-product-gallery-hero .woocommerce .woocommerce-notices-wrapper .woocommerce-message .button+.button,.woocommerce .woocommerce-notices-wrapper .woocommerce-message .o-woocommerce-order-complete__footer .o-product-gallery-hero .button+.button,.o-product-gallery-hero .o-woocommerce-order-complete__footer .woocommerce .woocommerce-notices-wrapper .woocommerce-message .button+.button,.woocommerce .woocommerce-notices-wrapper .woocommerce-message .o-product-gallery-hero .o-woocommerce-order-complete__footer .button+.button,.o-woocommerce-order-complete__footer .o-product-specs-comparison .woocommerce .woocommerce-notices-wrapper .woocommerce-message .button+.button,.woocommerce .woocommerce-notices-wrapper .woocommerce-message .o-woocommerce-order-complete__footer .o-product-specs-comparison .button+.button,.o-product-specs-comparison .o-woocommerce-order-complete__footer .woocommerce .woocommerce-notices-wrapper .woocommerce-message .button+.button,.woocommerce .woocommerce-notices-wrapper .woocommerce-message .o-product-specs-comparison .o-woocommerce-order-complete__footer .button+.button,.o-woocommerce-order-complete__footer .o-account-dashboard .woocommerce-info .woocommerce .woocommerce-notices-wrapper .woocommerce-message a+.button,.woocommerce .woocommerce-notices-wrapper .woocommerce-message .o-woocommerce-order-complete__footer .o-account-dashboard .woocommerce-info a+.button,.o-account-dashboard .woocommerce-info .o-woocommerce-order-complete__footer .woocommerce .woocommerce-notices-wrapper .woocommerce-message a+.button,.woocommerce .woocommerce-notices-wrapper .woocommerce-message .o-account-dashboard .woocommerce-info .o-woocommerce-order-complete__footer a+.button,.o-woocommerce-order-complete__footer .o-account-dashboard .u-columns .title .woocommerce .woocommerce-notices-wrapper .woocommerce-message a+.button,.woocommerce .woocommerce-notices-wrapper .woocommerce-message .o-woocommerce-order-complete__footer .o-account-dashboard .u-columns .title a+.button,.o-account-dashboard .u-columns .title .o-woocommerce-order-complete__footer .woocommerce .woocommerce-notices-wrapper .woocommerce-message a+.button,.woocommerce .woocommerce-notices-wrapper .woocommerce-message .o-account-dashboard .u-columns .title .o-woocommerce-order-complete__footer a+.button,.o-woocommerce-order-complete__footer .o-account-dashboard .woocommerce .woocommerce-notices-wrapper .woocommerce-message .button+.button,.woocommerce .woocommerce-notices-wrapper .woocommerce-message .o-woocommerce-order-complete__footer .o-account-dashboard .button+.button,.o-account-dashboard .o-woocommerce-order-complete__footer .woocommerce .woocommerce-notices-wrapper .woocommerce-message .button+.button,.woocommerce .woocommerce-notices-wrapper .woocommerce-message .o-account-dashboard .o-woocommerce-order-complete__footer .button+.button,.o-woocommerce-order-complete__footer .o-cart-checkout .woocommerce .woocommerce-notices-wrapper .woocommerce-message .button+.button,.woocommerce .woocommerce-notices-wrapper .woocommerce-message .o-woocommerce-order-complete__footer .o-cart-checkout .button+.button,.o-cart-checkout .o-woocommerce-order-complete__footer .woocommerce .woocommerce-notices-wrapper .woocommerce-message .button+.button,.woocommerce .woocommerce-notices-wrapper .woocommerce-message .o-cart-checkout .o-woocommerce-order-complete__footer .button+.button,.o-woocommerce-order-complete__footer .o-cart-empty .return-to-shop .woocommerce .woocommerce-notices-wrapper .woocommerce-message .button+.button,.woocommerce .woocommerce-notices-wrapper .woocommerce-message .o-woocommerce-order-complete__footer .o-cart-empty .return-to-shop .button+.button,.o-cart-empty .return-to-shop .o-woocommerce-order-complete__footer .woocommerce .woocommerce-notices-wrapper .woocommerce-message .button+.button,.woocommerce .woocommerce-notices-wrapper .woocommerce-message .o-cart-empty .return-to-shop .o-woocommerce-order-complete__footer .button+.button,.o-woocommerce-order-complete__footer .o-product-cart .woocommerce .woocommerce-notices-wrapper .woocommerce-message .button+.button,.woocommerce .woocommerce-notices-wrapper .woocommerce-message .o-woocommerce-order-complete__footer .o-product-cart .button+.button,.o-product-cart .o-woocommerce-order-complete__footer .woocommerce .woocommerce-notices-wrapper .woocommerce-message .button+.button,.woocommerce .woocommerce-notices-wrapper .woocommerce-message .o-product-cart .o-woocommerce-order-complete__footer .button+.button,.o-woocommerce-order-complete__footer .o-woocommerce-order-details .order-again .woocommerce .woocommerce-notices-wrapper .woocommerce-message .button+.button,.woocommerce .woocommerce-notices-wrapper .woocommerce-message .o-woocommerce-order-complete__footer .o-woocommerce-order-details .order-again .button+.button,.o-woocommerce-order-details .order-again .o-woocommerce-order-complete__footer .woocommerce .woocommerce-notices-wrapper .woocommerce-message .button+.button,.woocommerce .woocommerce-notices-wrapper .woocommerce-message .o-woocommerce-order-details .order-again .o-woocommerce-order-complete__footer .button+.button,.o-woocommerce-order-complete__footer .t-product__woocommerce-message .woocommerce .woocommerce-notices-wrapper .woocommerce-message .button+.button,.woocommerce .woocommerce-notices-wrapper .o-woocommerce-order-complete__footer .t-product__woocommerce-message .woocommerce-message .button+.button,.t-product__woocommerce-message .woocommerce .woocommerce-notices-wrapper .woocommerce-message .o-woocommerce-order-complete__footer .button+.button,.woocommerce .woocommerce-notices-wrapper .t-product__woocommerce-message .woocommerce-message .o-woocommerce-order-complete__footer .button+.button,.o-woocommerce-order-complete__footer .m-gravity-form .gform_page_footer .woocommerce .woocommerce-notices-wrapper .woocommerce-message .button+.button,.woocommerce .woocommerce-notices-wrapper .woocommerce-message .o-woocommerce-order-complete__footer .m-gravity-form .gform_page_footer .button+.button,.m-gravity-form .gform_page_footer .o-woocommerce-order-complete__footer .woocommerce .woocommerce-notices-wrapper .woocommerce-message .button+.button,.woocommerce .woocommerce-notices-wrapper .woocommerce-message .m-gravity-form .gform_page_footer .o-woocommerce-order-complete__footer .button+.button,.o-woocommerce-order-complete__footer .m-gravity-form .gform_page_footer .woocommerce .woocommerce-notices-wrapper .woocommerce-message .a-button+.button,.woocommerce .woocommerce-notices-wrapper .woocommerce-message .o-woocommerce-order-complete__footer .m-gravity-form .gform_page_footer .a-button+.button,.m-gravity-form .gform_page_footer .o-woocommerce-order-complete__footer .woocommerce .woocommerce-notices-wrapper .woocommerce-message .a-button+.button,.woocommerce .woocommerce-notices-wrapper .woocommerce-message .m-gravity-form .gform_page_footer .o-woocommerce-order-complete__footer .a-button+.button,.o-woocommerce-order-complete__footer .woocommerce .woocommerce-notices-wrapper .woocommerce-message .button+.button,.woocommerce .woocommerce-notices-wrapper .o-woocommerce-order-complete__footer .woocommerce-message .button+.button,.woocommerce .woocommerce-notices-wrapper .woocommerce-message .o-woocommerce-order-complete__footer .button+.button,.o-woocommerce-order-complete__footer .woocommerce .woocommerce-notices-wrapper .woocommerce-message .button+.button,.woocommerce .woocommerce-notices-wrapper .woocommerce-message .o-woocommerce-order-complete__footer .button+.button{margin-left:20px;}@media screen and (max-width: 1024px){.o-woocommerce-order-complete__heading{margin-bottom:40px;}.o-woocommerce-order-complete .woocommerce-thankyou-order-details{flex-direction:column;}.o-woocommerce-order-complete .woocommerce-thankyou-order-details li{width:100%;padding:20px 0;}.o-woocommerce-order-complete .woocommerce-thankyou-order-details li+li{margin-left:0;border-top:2px solid var(--border--base-color);border-left:0;}}@media screen and (max-width: 950px){.o-woocommerce-order-complete{margin-top:180px;margin-bottom:70px;}.o-woocommerce-order-complete__footer{margin-top:70px;}}@media screen and (max-width: 600px){.o-woocommerce-order-complete{margin-top:120px;}.o-woocommerce-order-complete__notice ul{padding-left:0;}.o-woocommerce-order-complete__notice ul li{font-size:16px;line-height:20px;}.o-woocommerce-order-complete__footer{padding-right:30px;padding-left:30px;flex-direction:column;}.o-woocommerce-order-complete__footer .a-button+.a-button,.o-woocommerce-order-complete__footer .a-input[type="submit"]+.a-button,.o-woocommerce-order-complete__footer .o-product-cart input[type="submit"][type="number"]+.a-button,.o-product-cart .o-woocommerce-order-complete__footer input[type="submit"][type="number"]+.a-button,.o-woocommerce-order-complete__footer .o-product-cart input[type="submit"][type="text"]+.a-button,.o-product-cart .o-woocommerce-order-complete__footer input[type="submit"][type="text"]+.a-button,.o-woocommerce-order-complete__footer .m-logo-links-dropdown__button+.a-button,.o-woocommerce-order-complete__footer .m-product-review-form-block .form-submit input+.a-button,.m-product-review-form-block .form-submit .o-woocommerce-order-complete__footer input+.a-button,.o-woocommerce-order-complete__footer .o-product-description-image-hero .button+.a-button,.o-product-description-image-hero .o-woocommerce-order-complete__footer .button+.a-button,.o-woocommerce-order-complete__footer .o-product-gallery-hero .button+.a-button,.o-product-gallery-hero .o-woocommerce-order-complete__footer .button+.a-button,.o-woocommerce-order-complete__footer .o-product-specs-comparison .button+.a-button,.o-product-specs-comparison .o-woocommerce-order-complete__footer .button+.a-button,.o-woocommerce-order-complete__footer .o-account-dashboard .woocommerce-info a+.a-button,.o-account-dashboard .woocommerce-info .o-woocommerce-order-complete__footer a+.a-button,.o-woocommerce-order-complete__footer .o-account-dashboard .u-columns .title a+.a-button,.o-account-dashboard .u-columns .title .o-woocommerce-order-complete__footer a+.a-button,.o-woocommerce-order-complete__footer .o-account-dashboard .button+.a-button,.o-account-dashboard .o-woocommerce-order-complete__footer .button+.a-button,.o-woocommerce-order-complete__footer .o-cart-checkout .button+.a-button,.o-cart-checkout .o-woocommerce-order-complete__footer .button+.a-button,.o-woocommerce-order-complete__footer .o-cart-empty .return-to-shop .button+.a-button,.o-cart-empty .return-to-shop .o-woocommerce-order-complete__footer .button+.a-button,.o-woocommerce-order-complete__footer .o-product-cart .button+.a-button,.o-product-cart .o-woocommerce-order-complete__footer .button+.a-button,.o-woocommerce-order-complete__footer .o-woocommerce-order-details .order-again .button+.a-button,.o-woocommerce-order-details .order-again .o-woocommerce-order-complete__footer .button+.a-button,.o-woocommerce-order-complete__footer .t-product__woocommerce-message .woocommerce-message .button+.a-button,.t-product__woocommerce-message .woocommerce-message .o-woocommerce-order-complete__footer .button+.a-button,.o-woocommerce-order-complete__footer .m-gravity-form .gform_page_footer .button+.a-button,.m-gravity-form .gform_page_footer .o-woocommerce-order-complete__footer .button+.a-button,.o-woocommerce-order-complete__footer .m-gravity-form .gform_page_footer .a-button+.a-button,.m-gravity-form .gform_page_footer .o-woocommerce-order-complete__footer .a-button+.a-button,.o-woocommerce-order-complete__footer .woocommerce-message .button+.a-button,.woocommerce-message .o-woocommerce-order-complete__footer .button+.a-button,.o-woocommerce-order-complete__footer .woocommerce .woocommerce-notices-wrapper .woocommerce-message .button+.a-button,.woocommerce .woocommerce-notices-wrapper .woocommerce-message .o-woocommerce-order-complete__footer .button+.a-button,.o-woocommerce-order-complete__footer .a-button+.a-input[type="submit"],.o-woocommerce-order-complete__footer .a-input[type="submit"]+.a-input[type="submit"],.o-woocommerce-order-complete__footer .o-product-cart input[type="submit"][type="number"]+.a-input[type="submit"],.o-product-cart .o-woocommerce-order-complete__footer input[type="submit"][type="number"]+.a-input[type="submit"],.o-woocommerce-order-complete__footer .o-product-cart input[type="submit"][type="text"]+.a-input[type="submit"],.o-product-cart .o-woocommerce-order-complete__footer input[type="submit"][type="text"]+.a-input[type="submit"],.o-woocommerce-order-complete__footer .m-logo-links-dropdown__button+.a-input[type="submit"],.o-woocommerce-order-complete__footer .m-product-review-form-block .form-submit input+.a-input[type="submit"],.m-product-review-form-block .form-submit .o-woocommerce-order-complete__footer input+.a-input[type="submit"],.o-woocommerce-order-complete__footer .o-product-description-image-hero .button+.a-input[type="submit"],.o-product-description-image-hero .o-woocommerce-order-complete__footer .button+.a-input[type="submit"],.o-woocommerce-order-complete__footer .o-product-gallery-hero .button+.a-input[type="submit"],.o-product-gallery-hero .o-woocommerce-order-complete__footer .button+.a-input[type="submit"],.o-woocommerce-order-complete__footer .o-product-specs-comparison .button+.a-input[type="submit"],.o-product-specs-comparison .o-woocommerce-order-complete__footer .button+.a-input[type="submit"],.o-woocommerce-order-complete__footer .o-account-dashboard .woocommerce-info a+.a-input[type="submit"],.o-account-dashboard .woocommerce-info .o-woocommerce-order-complete__footer a+.a-input[type="submit"],.o-woocommerce-order-complete__footer .o-account-dashboard .u-columns .title a+.a-input[type="submit"],.o-account-dashboard .u-columns .title .o-woocommerce-order-complete__footer a+.a-input[type="submit"],.o-woocommerce-order-complete__footer .o-account-dashboard .button+.a-input[type="submit"],.o-account-dashboard .o-woocommerce-order-complete__footer .button+.a-input[type="submit"],.o-woocommerce-order-complete__footer .o-cart-checkout .button+.a-input[type="submit"],.o-cart-checkout .o-woocommerce-order-complete__footer .button+.a-input[type="submit"],.o-woocommerce-order-complete__footer .o-cart-empty .return-to-shop .button+.a-input[type="submit"],.o-cart-empty .return-to-shop .o-woocommerce-order-complete__footer .button+.a-input[type="submit"],.o-woocommerce-order-complete__footer .o-product-cart .button+.a-input[type="submit"],.o-product-cart .o-woocommerce-order-complete__footer .button+.a-input[type="submit"],.o-woocommerce-order-complete__footer .o-woocommerce-order-details .order-again .button+.a-input[type="submit"],.o-woocommerce-order-details .order-again .o-woocommerce-order-complete__footer .button+.a-input[type="submit"],.o-woocommerce-order-complete__footer .t-product__woocommerce-message .woocommerce-message .button+.a-input[type="submit"],.t-product__woocommerce-message .woocommerce-message .o-woocommerce-order-complete__footer .button+.a-input[type="submit"],.o-woocommerce-order-complete__footer .m-gravity-form .gform_page_footer .button+.a-input[type="submit"],.m-gravity-form .gform_page_footer .o-woocommerce-order-complete__footer .button+.a-input[type="submit"],.o-woocommerce-order-complete__footer .m-gravity-form .gform_page_footer .a-button+.a-input[type="submit"],.m-gravity-form .gform_page_footer .o-woocommerce-order-complete__footer .a-button+.a-input[type="submit"],.o-woocommerce-order-complete__footer .woocommerce-message .button+.a-input[type="submit"],.woocommerce-message .o-woocommerce-order-complete__footer .button+.a-input[type="submit"],.o-woocommerce-order-complete__footer .woocommerce .woocommerce-notices-wrapper .woocommerce-message .button+.a-input[type="submit"],.woocommerce .woocommerce-notices-wrapper .woocommerce-message .o-woocommerce-order-complete__footer .button+.a-input[type="submit"],.o-woocommerce-order-complete__footer .o-product-cart .a-button+input[type="submit"][type="number"],.o-product-cart .o-woocommerce-order-complete__footer .a-button+input[type="submit"][type="number"],.o-woocommerce-order-complete__footer .o-product-cart .a-input[type="submit"]+input[type="submit"][type="number"],.o-product-cart .o-woocommerce-order-complete__footer .a-input[type="submit"]+input[type="submit"][type="number"],.o-woocommerce-order-complete__footer .o-product-cart input[type="submit"][type="number"]+input[type="submit"][type="number"],.o-product-cart .o-woocommerce-order-complete__footer input[type="submit"][type="number"]+input[type="submit"][type="number"],.o-woocommerce-order-complete__footer .o-product-cart input[type="submit"][type="text"]+input[type="submit"][type="number"],.o-product-cart .o-woocommerce-order-complete__footer input[type="submit"][type="text"]+input[type="submit"][type="number"],.o-woocommerce-order-complete__footer .o-product-cart .m-logo-links-dropdown__button+input[type="submit"][type="number"],.o-product-cart .o-woocommerce-order-complete__footer .m-logo-links-dropdown__button+input[type="submit"][type="number"],.o-woocommerce-order-complete__footer .m-product-review-form-block .form-submit .o-product-cart input+input[type="submit"][type="number"],.o-product-cart .o-woocommerce-order-complete__footer .m-product-review-form-block .form-submit input+input[type="submit"][type="number"],.m-product-review-form-block .form-submit .o-woocommerce-order-complete__footer .o-product-cart input+input[type="submit"][type="number"],.o-product-cart .m-product-review-form-block .form-submit .o-woocommerce-order-complete__footer input+input[type="submit"][type="number"],.o-woocommerce-order-complete__footer .o-product-description-image-hero .o-product-cart .button+input[type="submit"][type="number"],.o-product-cart .o-woocommerce-order-complete__footer .o-product-description-image-hero .button+input[type="submit"][type="number"],.o-product-description-image-hero .o-woocommerce-order-complete__footer .o-product-cart .button+input[type="submit"][type="number"],.o-product-cart .o-product-description-image-hero .o-woocommerce-order-complete__footer .button+input[type="submit"][type="number"],.o-woocommerce-order-complete__footer .o-product-gallery-hero .o-product-cart .button+input[type="submit"][type="number"],.o-product-cart .o-woocommerce-order-complete__footer .o-product-gallery-hero .button+input[type="submit"][type="number"],.o-product-gallery-hero .o-woocommerce-order-complete__footer .o-product-cart .button+input[type="submit"][type="number"],.o-product-cart .o-product-gallery-hero .o-woocommerce-order-complete__footer .button+input[type="submit"][type="number"],.o-woocommerce-order-complete__footer .o-product-specs-comparison .o-product-cart .button+input[type="submit"][type="number"],.o-product-cart .o-woocommerce-order-complete__footer .o-product-specs-comparison .button+input[type="submit"][type="number"],.o-product-specs-comparison .o-woocommerce-order-complete__footer .o-product-cart .button+input[type="submit"][type="number"],.o-product-cart .o-product-specs-comparison .o-woocommerce-order-complete__footer .button+input[type="submit"][type="number"],.o-woocommerce-order-complete__footer .o-account-dashboard .woocommerce-info .o-product-cart a+input[type="submit"][type="number"],.o-product-cart .o-woocommerce-order-complete__footer .o-account-dashboard .woocommerce-info a+input[type="submit"][type="number"],.o-account-dashboard .woocommerce-info .o-woocommerce-order-complete__footer .o-product-cart a+input[type="submit"][type="number"],.o-product-cart .o-account-dashboard .woocommerce-info .o-woocommerce-order-complete__footer a+input[type="submit"][type="number"],.o-woocommerce-order-complete__footer .o-account-dashboard .u-columns .title .o-product-cart a+input[type="submit"][type="number"],.o-product-cart .o-woocommerce-order-complete__footer .o-account-dashboard .u-columns .title a+input[type="submit"][type="number"],.o-account-dashboard .u-columns .title .o-woocommerce-order-complete__footer .o-product-cart a+input[type="submit"][type="number"],.o-product-cart .o-account-dashboard .u-columns .title .o-woocommerce-order-complete__footer a+input[type="submit"][type="number"],.o-woocommerce-order-complete__footer .o-account-dashboard .o-product-cart .button+input[type="submit"][type="number"],.o-product-cart .o-woocommerce-order-complete__footer .o-account-dashboard .button+input[type="submit"][type="number"],.o-account-dashboard .o-woocommerce-order-complete__footer .o-product-cart .button+input[type="submit"][type="number"],.o-product-cart .o-account-dashboard .o-woocommerce-order-complete__footer .button+input[type="submit"][type="number"],.o-woocommerce-order-complete__footer .o-cart-checkout .o-product-cart .button+input[type="submit"][type="number"],.o-product-cart .o-woocommerce-order-complete__footer .o-cart-checkout .button+input[type="submit"][type="number"],.o-cart-checkout .o-woocommerce-order-complete__footer .o-product-cart .button+input[type="submit"][type="number"],.o-product-cart .o-cart-checkout .o-woocommerce-order-complete__footer .button+input[type="submit"][type="number"],.o-woocommerce-order-complete__footer .o-cart-empty .return-to-shop .o-product-cart .button+input[type="submit"][type="number"],.o-product-cart .o-woocommerce-order-complete__footer .o-cart-empty .return-to-shop .button+input[type="submit"][type="number"],.o-cart-empty .return-to-shop .o-woocommerce-order-complete__footer .o-product-cart .button+input[type="submit"][type="number"],.o-product-cart .o-cart-empty .return-to-shop .o-woocommerce-order-complete__footer .button+input[type="submit"][type="number"],.o-woocommerce-order-complete__footer .o-product-cart .button+input[type="submit"][type="number"],.o-product-cart .o-woocommerce-order-complete__footer .button+input[type="submit"][type="number"],.o-woocommerce-order-complete__footer .o-woocommerce-order-details .order-again .o-product-cart .button+input[type="submit"][type="number"],.o-product-cart .o-woocommerce-order-complete__footer .o-woocommerce-order-details .order-again .button+input[type="submit"][type="number"],.o-woocommerce-order-details .order-again .o-woocommerce-order-complete__footer .o-product-cart .button+input[type="submit"][type="number"],.o-product-cart .o-woocommerce-order-details .order-again .o-woocommerce-order-complete__footer .button+input[type="submit"][type="number"],.o-woocommerce-order-complete__footer .t-product__woocommerce-message .woocommerce-message .o-product-cart .button+input[type="submit"][type="number"],.o-product-cart .o-woocommerce-order-complete__footer .t-product__woocommerce-message .woocommerce-message .button+input[type="submit"][type="number"],.t-product__woocommerce-message .woocommerce-message .o-woocommerce-order-complete__footer .o-product-cart .button+input[type="submit"][type="number"],.o-product-cart .t-product__woocommerce-message .woocommerce-message .o-woocommerce-order-complete__footer .button+input[type="submit"][type="number"],.o-woocommerce-order-complete__footer .m-gravity-form .gform_page_footer .o-product-cart .button+input[type="submit"][type="number"],.o-product-cart .o-woocommerce-order-complete__footer .m-gravity-form .gform_page_footer .button+input[type="submit"][type="number"],.m-gravity-form .gform_page_footer .o-woocommerce-order-complete__footer .o-product-cart .button+input[type="submit"][type="number"],.o-product-cart .m-gravity-form .gform_page_footer .o-woocommerce-order-complete__footer .button+input[type="submit"][type="number"],.o-woocommerce-order-complete__footer .m-gravity-form .gform_page_footer .o-product-cart .a-button+input[type="submit"][type="number"],.o-product-cart .o-woocommerce-order-complete__footer .m-gravity-form .gform_page_footer .a-button+input[type="submit"][type="number"],.m-gravity-form .gform_page_footer .o-woocommerce-order-complete__footer .o-product-cart .a-button+input[type="submit"][type="number"],.o-product-cart .m-gravity-form .gform_page_footer .o-woocommerce-order-complete__footer .a-button+input[type="submit"][type="number"],.o-woocommerce-order-complete__footer .woocommerce-message .o-product-cart .button+input[type="submit"][type="number"],.o-product-cart .o-woocommerce-order-complete__footer .woocommerce-message .button+input[type="submit"][type="number"],.woocommerce-message .o-woocommerce-order-complete__footer .o-product-cart .button+input[type="submit"][type="number"],.o-product-cart .woocommerce-message .o-woocommerce-order-complete__footer .button+input[type="submit"][type="number"],.o-woocommerce-order-complete__footer .woocommerce .woocommerce-notices-wrapper .woocommerce-message .o-product-cart .button+input[type="submit"][type="number"],.o-product-cart .o-woocommerce-order-complete__footer .woocommerce .woocommerce-notices-wrapper .woocommerce-message .button+input[type="submit"][type="number"],.woocommerce .woocommerce-notices-wrapper .woocommerce-message .o-woocommerce-order-complete__footer .o-product-cart .button+input[type="submit"][type="number"],.o-product-cart .woocommerce .woocommerce-notices-wrapper .woocommerce-message .o-woocommerce-order-complete__footer .button+input[type="submit"][type="number"],.o-woocommerce-order-complete__footer .o-product-cart .a-button+input[type="submit"][type="text"],.o-product-cart .o-woocommerce-order-complete__footer .a-button+input[type="submit"][type="text"],.o-woocommerce-order-complete__footer .o-product-cart .a-input[type="submit"]+input[type="submit"][type="text"],.o-product-cart .o-woocommerce-order-complete__footer .a-input[type="submit"]+input[type="submit"][type="text"],.o-woocommerce-order-complete__footer .o-product-cart input[type="submit"][type="number"]+input[type="submit"][type="text"],.o-product-cart .o-woocommerce-order-complete__footer input[type="submit"][type="number"]+input[type="submit"][type="text"],.o-woocommerce-order-complete__footer .o-product-cart input[type="submit"][type="text"]+input[type="submit"][type="text"],.o-product-cart .o-woocommerce-order-complete__footer input[type="submit"][type="text"]+input[type="submit"][type="text"],.o-woocommerce-order-complete__footer .o-product-cart .m-logo-links-dropdown__button+input[type="submit"][type="text"],.o-product-cart .o-woocommerce-order-complete__footer .m-logo-links-dropdown__button+input[type="submit"][type="text"],.o-woocommerce-order-complete__footer .m-product-review-form-block .form-submit .o-product-cart input+input[type="submit"][type="text"],.o-product-cart .o-woocommerce-order-complete__footer .m-product-review-form-block .form-submit input+input[type="submit"][type="text"],.m-product-review-form-block .form-submit .o-woocommerce-order-complete__footer .o-product-cart input+input[type="submit"][type="text"],.o-product-cart .m-product-review-form-block .form-submit .o-woocommerce-order-complete__footer input+input[type="submit"][type="text"],.o-woocommerce-order-complete__footer .o-product-description-image-hero .o-product-cart .button+input[type="submit"][type="text"],.o-product-cart .o-woocommerce-order-complete__footer .o-product-description-image-hero .button+input[type="submit"][type="text"],.o-product-description-image-hero .o-woocommerce-order-complete__footer .o-product-cart .button+input[type="submit"][type="text"],.o-product-cart .o-product-description-image-hero .o-woocommerce-order-complete__footer .button+input[type="submit"][type="text"],.o-woocommerce-order-complete__footer .o-product-gallery-hero .o-product-cart .button+input[type="submit"][type="text"],.o-product-cart .o-woocommerce-order-complete__footer .o-product-gallery-hero .button+input[type="submit"][type="text"],.o-product-gallery-hero .o-woocommerce-order-complete__footer .o-product-cart .button+input[type="submit"][type="text"],.o-product-cart .o-product-gallery-hero .o-woocommerce-order-complete__footer .button+input[type="submit"][type="text"],.o-woocommerce-order-complete__footer .o-product-specs-comparison .o-product-cart .button+input[type="submit"][type="text"],.o-product-cart .o-woocommerce-order-complete__footer .o-product-specs-comparison .button+input[type="submit"][type="text"],.o-product-specs-comparison .o-woocommerce-order-complete__footer .o-product-cart .button+input[type="submit"][type="text"],.o-product-cart .o-product-specs-comparison .o-woocommerce-order-complete__footer .button+input[type="submit"][type="text"],.o-woocommerce-order-complete__footer .o-account-dashboard .woocommerce-info .o-product-cart a+input[type="submit"][type="text"],.o-product-cart .o-woocommerce-order-complete__footer .o-account-dashboard .woocommerce-info a+input[type="submit"][type="text"],.o-account-dashboard .woocommerce-info .o-woocommerce-order-complete__footer .o-product-cart a+input[type="submit"][type="text"],.o-product-cart .o-account-dashboard .woocommerce-info .o-woocommerce-order-complete__footer a+input[type="submit"][type="text"],.o-woocommerce-order-complete__footer .o-account-dashboard .u-columns .title .o-product-cart a+input[type="submit"][type="text"],.o-product-cart .o-woocommerce-order-complete__footer .o-account-dashboard .u-columns .title a+input[type="submit"][type="text"],.o-account-dashboard .u-columns .title .o-woocommerce-order-complete__footer .o-product-cart a+input[type="submit"][type="text"],.o-product-cart .o-account-dashboard .u-columns .title .o-woocommerce-order-complete__footer a+input[type="submit"][type="text"],.o-woocommerce-order-complete__footer .o-account-dashboard .o-product-cart .button+input[type="submit"][type="text"],.o-product-cart .o-woocommerce-order-complete__footer .o-account-dashboard .button+input[type="submit"][type="text"],.o-account-dashboard .o-woocommerce-order-complete__footer .o-product-cart .button+input[type="submit"][type="text"],.o-product-cart .o-account-dashboard .o-woocommerce-order-complete__footer .button+input[type="submit"][type="text"],.o-woocommerce-order-complete__footer .o-cart-checkout .o-product-cart .button+input[type="submit"][type="text"],.o-product-cart .o-woocommerce-order-complete__footer .o-cart-checkout .button+input[type="submit"][type="text"],.o-cart-checkout .o-woocommerce-order-complete__footer .o-product-cart .button+input[type="submit"][type="text"],.o-product-cart .o-cart-checkout .o-woocommerce-order-complete__footer .button+input[type="submit"][type="text"],.o-woocommerce-order-complete__footer .o-cart-empty .return-to-shop .o-product-cart .button+input[type="submit"][type="text"],.o-product-cart .o-woocommerce-order-complete__footer .o-cart-empty .return-to-shop .button+input[type="submit"][type="text"],.o-cart-empty .return-to-shop .o-woocommerce-order-complete__footer .o-product-cart .button+input[type="submit"][type="text"],.o-product-cart .o-cart-empty .return-to-shop .o-woocommerce-order-complete__footer .button+input[type="submit"][type="text"],.o-woocommerce-order-complete__footer .o-product-cart .button+input[type="submit"][type="text"],.o-product-cart .o-woocommerce-order-complete__footer .button+input[type="submit"][type="text"],.o-woocommerce-order-complete__footer .o-woocommerce-order-details .order-again .o-product-cart .button+input[type="submit"][type="text"],.o-product-cart .o-woocommerce-order-complete__footer .o-woocommerce-order-details .order-again .button+input[type="submit"][type="text"],.o-woocommerce-order-details .order-again .o-woocommerce-order-complete__footer .o-product-cart .button+input[type="submit"][type="text"],.o-product-cart .o-woocommerce-order-details .order-again .o-woocommerce-order-complete__footer .button+input[type="submit"][type="text"],.o-woocommerce-order-complete__footer .t-product__woocommerce-message .woocommerce-message .o-product-cart .button+input[type="submit"][type="text"],.o-product-cart .o-woocommerce-order-complete__footer .t-product__woocommerce-message .woocommerce-message .button+input[type="submit"][type="text"],.t-product__woocommerce-message .woocommerce-message .o-woocommerce-order-complete__footer .o-product-cart .button+input[type="submit"][type="text"],.o-product-cart .t-product__woocommerce-message .woocommerce-message .o-woocommerce-order-complete__footer .button+input[type="submit"][type="text"],.o-woocommerce-order-complete__footer .m-gravity-form .gform_page_footer .o-product-cart .button+input[type="submit"][type="text"],.o-product-cart .o-woocommerce-order-complete__footer .m-gravity-form .gform_page_footer .button+input[type="submit"][type="text"],.m-gravity-form .gform_page_footer .o-woocommerce-order-complete__footer .o-product-cart .button+input[type="submit"][type="text"],.o-product-cart .m-gravity-form .gform_page_footer .o-woocommerce-order-complete__footer .button+input[type="submit"][type="text"],.o-woocommerce-order-complete__footer .m-gravity-form .gform_page_footer .o-product-cart .a-button+input[type="submit"][type="text"],.o-product-cart .o-woocommerce-order-complete__footer .m-gravity-form .gform_page_footer .a-button+input[type="submit"][type="text"],.m-gravity-form .gform_page_footer .o-woocommerce-order-complete__footer .o-product-cart .a-button+input[type="submit"][type="text"],.o-product-cart .m-gravity-form .gform_page_footer .o-woocommerce-order-complete__footer .a-button+input[type="submit"][type="text"],.o-woocommerce-order-complete__footer .woocommerce-message .o-product-cart .button+input[type="submit"][type="text"],.o-product-cart .o-woocommerce-order-complete__footer .woocommerce-message .button+input[type="submit"][type="text"],.woocommerce-message .o-woocommerce-order-complete__footer .o-product-cart .button+input[type="submit"][type="text"],.o-product-cart .woocommerce-message .o-woocommerce-order-complete__footer .button+input[type="submit"][type="text"],.o-woocommerce-order-complete__footer .woocommerce .woocommerce-notices-wrapper .woocommerce-message .o-product-cart .button+input[type="submit"][type="text"],.o-product-cart .o-woocommerce-order-complete__footer .woocommerce .woocommerce-notices-wrapper .woocommerce-message .button+input[type="submit"][type="text"],.woocommerce .woocommerce-notices-wrapper .woocommerce-message .o-woocommerce-order-complete__footer .o-product-cart .button+input[type="submit"][type="text"],.o-product-cart .woocommerce .woocommerce-notices-wrapper .woocommerce-message .o-woocommerce-order-complete__footer .button+input[type="submit"][type="text"],.o-woocommerce-order-complete__footer .a-button+.m-logo-links-dropdown__button,.o-woocommerce-order-complete__footer .a-input[type="submit"]+.m-logo-links-dropdown__button,.o-woocommerce-order-complete__footer .o-product-cart input[type="submit"][type="number"]+.m-logo-links-dropdown__button,.o-product-cart .o-woocommerce-order-complete__footer input[type="submit"][type="number"]+.m-logo-links-dropdown__button,.o-woocommerce-order-complete__footer .o-product-cart input[type="submit"][type="text"]+.m-logo-links-dropdown__button,.o-product-cart .o-woocommerce-order-complete__footer input[type="submit"][type="text"]+.m-logo-links-dropdown__button,.o-woocommerce-order-complete__footer .m-logo-links-dropdown__button+.m-logo-links-dropdown__button,.o-woocommerce-order-complete__footer .m-product-review-form-block .form-submit input+.m-logo-links-dropdown__button,.m-product-review-form-block .form-submit .o-woocommerce-order-complete__footer input+.m-logo-links-dropdown__button,.o-woocommerce-order-complete__footer .o-product-description-image-hero .button+.m-logo-links-dropdown__button,.o-product-description-image-hero .o-woocommerce-order-complete__footer .button+.m-logo-links-dropdown__button,.o-woocommerce-order-complete__footer .o-product-gallery-hero .button+.m-logo-links-dropdown__button,.o-product-gallery-hero .o-woocommerce-order-complete__footer .button+.m-logo-links-dropdown__button,.o-woocommerce-order-complete__footer .o-product-specs-comparison .button+.m-logo-links-dropdown__button,.o-product-specs-comparison .o-woocommerce-order-complete__footer .button+.m-logo-links-dropdown__button,.o-woocommerce-order-complete__footer .o-account-dashboard .woocommerce-info a+.m-logo-links-dropdown__button,.o-account-dashboard .woocommerce-info .o-woocommerce-order-complete__footer a+.m-logo-links-dropdown__button,.o-woocommerce-order-complete__footer .o-account-dashboard .u-columns .title a+.m-logo-links-dropdown__button,.o-account-dashboard .u-columns .title .o-woocommerce-order-complete__footer a+.m-logo-links-dropdown__button,.o-woocommerce-order-complete__footer .o-account-dashboard .button+.m-logo-links-dropdown__button,.o-account-dashboard .o-woocommerce-order-complete__footer .button+.m-logo-links-dropdown__button,.o-woocommerce-order-complete__footer .o-cart-checkout .button+.m-logo-links-dropdown__button,.o-cart-checkout .o-woocommerce-order-complete__footer .button+.m-logo-links-dropdown__button,.o-woocommerce-order-complete__footer .o-cart-empty .return-to-shop .button+.m-logo-links-dropdown__button,.o-cart-empty .return-to-shop .o-woocommerce-order-complete__footer .button+.m-logo-links-dropdown__button,.o-woocommerce-order-complete__footer .o-product-cart .button+.m-logo-links-dropdown__button,.o-product-cart .o-woocommerce-order-complete__footer .button+.m-logo-links-dropdown__button,.o-woocommerce-order-complete__footer .o-woocommerce-order-details .order-again .button+.m-logo-links-dropdown__button,.o-woocommerce-order-details .order-again .o-woocommerce-order-complete__footer .button+.m-logo-links-dropdown__button,.o-woocommerce-order-complete__footer .t-product__woocommerce-message .woocommerce-message .button+.m-logo-links-dropdown__button,.t-product__woocommerce-message .woocommerce-message .o-woocommerce-order-complete__footer .button+.m-logo-links-dropdown__button,.o-woocommerce-order-complete__footer .m-gravity-form .gform_page_footer .button+.m-logo-links-dropdown__button,.m-gravity-form .gform_page_footer .o-woocommerce-order-complete__footer .button+.m-logo-links-dropdown__button,.o-woocommerce-order-complete__footer .m-gravity-form .gform_page_footer .a-button+.m-logo-links-dropdown__button,.m-gravity-form .gform_page_footer .o-woocommerce-order-complete__footer .a-button+.m-logo-links-dropdown__button,.o-woocommerce-order-complete__footer .woocommerce-message .button+.m-logo-links-dropdown__button,.woocommerce-message .o-woocommerce-order-complete__footer .button+.m-logo-links-dropdown__button,.o-woocommerce-order-complete__footer .woocommerce .woocommerce-notices-wrapper .woocommerce-message .button+.m-logo-links-dropdown__button,.woocommerce .woocommerce-notices-wrapper .woocommerce-message .o-woocommerce-order-complete__footer .button+.m-logo-links-dropdown__button,.o-woocommerce-order-complete__footer .m-product-review-form-block .form-submit .a-button+input,.m-product-review-form-block .form-submit .o-woocommerce-order-complete__footer .a-button+input,.o-woocommerce-order-complete__footer .m-product-review-form-block .form-submit .a-input[type="submit"]+input,.m-product-review-form-block .form-submit .o-woocommerce-order-complete__footer .a-input[type="submit"]+input,.o-woocommerce-order-complete__footer .o-product-cart .m-product-review-form-block .form-submit input[type="submit"][type="number"]+input,.m-product-review-form-block .form-submit .o-woocommerce-order-complete__footer .o-product-cart input[type="submit"][type="number"]+input,.o-product-cart .o-woocommerce-order-complete__footer .m-product-review-form-block .form-submit input[type="submit"][type="number"]+input,.m-product-review-form-block .form-submit .o-product-cart .o-woocommerce-order-complete__footer input[type="submit"][type="number"]+input,.o-woocommerce-order-complete__footer .o-product-cart .m-product-review-form-block .form-submit input[type="submit"][type="text"]+input,.m-product-review-form-block .form-submit .o-woocommerce-order-complete__footer .o-product-cart input[type="submit"][type="text"]+input,.o-product-cart .o-woocommerce-order-complete__footer .m-product-review-form-block .form-submit input[type="submit"][type="text"]+input,.m-product-review-form-block .form-submit .o-product-cart .o-woocommerce-order-complete__footer input[type="submit"][type="text"]+input,.o-woocommerce-order-complete__footer .m-product-review-form-block .form-submit .m-logo-links-dropdown__button+input,.m-product-review-form-block .form-submit .o-woocommerce-order-complete__footer .m-logo-links-dropdown__button+input,.o-woocommerce-order-complete__footer .m-product-review-form-block .form-submit input+input,.m-product-review-form-block .form-submit .o-woocommerce-order-complete__footer input+input,.o-woocommerce-order-complete__footer .o-product-description-image-hero .m-product-review-form-block .form-submit .button+input,.m-product-review-form-block .form-submit .o-woocommerce-order-complete__footer .o-product-description-image-hero .button+input,.o-product-description-image-hero .o-woocommerce-order-complete__footer .m-product-review-form-block .form-submit .button+input,.m-product-review-form-block .form-submit .o-product-description-image-hero .o-woocommerce-order-complete__footer .button+input,.o-woocommerce-order-complete__footer .o-product-gallery-hero .m-product-review-form-block .form-submit .button+input,.m-product-review-form-block .form-submit .o-woocommerce-order-complete__footer .o-product-gallery-hero .button+input,.o-product-gallery-hero .o-woocommerce-order-complete__footer .m-product-review-form-block .form-submit .button+input,.m-product-review-form-block .form-submit .o-product-gallery-hero .o-woocommerce-order-complete__footer .button+input,.o-woocommerce-order-complete__footer .o-product-specs-comparison .m-product-review-form-block .form-submit .button+input,.m-product-review-form-block .form-submit .o-woocommerce-order-complete__footer .o-product-specs-comparison .button+input,.o-product-specs-comparison .o-woocommerce-order-complete__footer .m-product-review-form-block .form-submit .button+input,.m-product-review-form-block .form-submit .o-product-specs-comparison .o-woocommerce-order-complete__footer .button+input,.o-woocommerce-order-complete__footer .o-account-dashboard .woocommerce-info .m-product-review-form-block .form-submit a+input,.m-product-review-form-block .form-submit .o-woocommerce-order-complete__footer .o-account-dashboard .woocommerce-info a+input,.o-account-dashboard .woocommerce-info .o-woocommerce-order-complete__footer .m-product-review-form-block .form-submit a+input,.m-product-review-form-block .form-submit .o-account-dashboard .woocommerce-info .o-woocommerce-order-complete__footer a+input,.o-woocommerce-order-complete__footer .o-account-dashboard .u-columns .title .m-product-review-form-block .form-submit a+input,.m-product-review-form-block .form-submit .o-woocommerce-order-complete__footer .o-account-dashboard .u-columns .title a+input,.o-account-dashboard .u-columns .title .o-woocommerce-order-complete__footer .m-product-review-form-block .form-submit a+input,.m-product-review-form-block .form-submit .o-account-dashboard .u-columns .title .o-woocommerce-order-complete__footer a+input,.o-woocommerce-order-complete__footer .o-account-dashboard .m-product-review-form-block .form-submit .button+input,.m-product-review-form-block .form-submit .o-woocommerce-order-complete__footer .o-account-dashboard .button+input,.o-account-dashboard .o-woocommerce-order-complete__footer .m-product-review-form-block .form-submit .button+input,.m-product-review-form-block .form-submit .o-account-dashboard .o-woocommerce-order-complete__footer .button+input,.o-woocommerce-order-complete__footer .o-cart-checkout .m-product-review-form-block .form-submit .button+input,.m-product-review-form-block .form-submit .o-woocommerce-order-complete__footer .o-cart-checkout .button+input,.o-cart-checkout .o-woocommerce-order-complete__footer .m-product-review-form-block .form-submit .button+input,.m-product-review-form-block .form-submit .o-cart-checkout .o-woocommerce-order-complete__footer .button+input,.o-woocommerce-order-complete__footer .o-cart-empty .return-to-shop .m-product-review-form-block .form-submit .button+input,.m-product-review-form-block .form-submit .o-woocommerce-order-complete__footer .o-cart-empty .return-to-shop .button+input,.o-cart-empty .return-to-shop .o-woocommerce-order-complete__footer .m-product-review-form-block .form-submit .button+input,.m-product-review-form-block .form-submit .o-cart-empty .return-to-shop .o-woocommerce-order-complete__footer .button+input,.o-woocommerce-order-complete__footer .o-product-cart .m-product-review-form-block .form-submit .button+input,.m-product-review-form-block .form-submit .o-woocommerce-order-complete__footer .o-product-cart .button+input,.o-product-cart .o-woocommerce-order-complete__footer .m-product-review-form-block .form-submit .button+input,.m-product-review-form-block .form-submit .o-product-cart .o-woocommerce-order-complete__footer .button+input,.o-woocommerce-order-complete__footer .o-woocommerce-order-details .order-again .m-product-review-form-block .form-submit .button+input,.m-product-review-form-block .form-submit .o-woocommerce-order-complete__footer .o-woocommerce-order-details .order-again .button+input,.o-woocommerce-order-details .order-again .o-woocommerce-order-complete__footer .m-product-review-form-block .form-submit .button+input,.m-product-review-form-block .form-submit .o-woocommerce-order-details .order-again .o-woocommerce-order-complete__footer .button+input,.o-woocommerce-order-complete__footer .t-product__woocommerce-message .woocommerce-message .m-product-review-form-block .form-submit .button+input,.m-product-review-form-block .form-submit .o-woocommerce-order-complete__footer .t-product__woocommerce-message .woocommerce-message .button+input,.t-product__woocommerce-message .woocommerce-message .o-woocommerce-order-complete__footer .m-product-review-form-block .form-submit .button+input,.m-product-review-form-block .form-submit .t-product__woocommerce-message .woocommerce-message .o-woocommerce-order-complete__footer .button+input,.o-woocommerce-order-complete__footer .m-gravity-form .gform_page_footer .m-product-review-form-block .form-submit .button+input,.m-product-review-form-block .form-submit .o-woocommerce-order-complete__footer .m-gravity-form .gform_page_footer .button+input,.m-gravity-form .gform_page_footer .o-woocommerce-order-complete__footer .m-product-review-form-block .form-submit .button+input,.m-product-review-form-block .form-submit .m-gravity-form .gform_page_footer .o-woocommerce-order-complete__footer .button+input,.o-woocommerce-order-complete__footer .m-gravity-form .gform_page_footer .m-product-review-form-block .form-submit .a-button+input,.m-product-review-form-block .form-submit .o-woocommerce-order-complete__footer .m-gravity-form .gform_page_footer .a-button+input,.m-gravity-form .gform_page_footer .o-woocommerce-order-complete__footer .m-product-review-form-block .form-submit .a-button+input,.m-product-review-form-block .form-submit .m-gravity-form .gform_page_footer .o-woocommerce-order-complete__footer .a-button+input,.o-woocommerce-order-complete__footer .woocommerce-message .m-product-review-form-block .form-submit .button+input,.m-product-review-form-block .form-submit .o-woocommerce-order-complete__footer .woocommerce-message .button+input,.woocommerce-message .o-woocommerce-order-complete__footer .m-product-review-form-block .form-submit .button+input,.m-product-review-form-block .form-submit .woocommerce-message .o-woocommerce-order-complete__footer .button+input,.o-woocommerce-order-complete__footer .woocommerce .woocommerce-notices-wrapper .woocommerce-message .m-product-review-form-block .form-submit .button+input,.m-product-review-form-block .form-submit .o-woocommerce-order-complete__footer .woocommerce .woocommerce-notices-wrapper .woocommerce-message .button+input,.woocommerce .woocommerce-notices-wrapper .woocommerce-message .o-woocommerce-order-complete__footer .m-product-review-form-block .form-submit .button+input,.m-product-review-form-block .form-submit .woocommerce .woocommerce-notices-wrapper .woocommerce-message .o-woocommerce-order-complete__footer .button+input,.o-woocommerce-order-complete__footer .o-product-description-image-hero .a-button+.button,.o-product-description-image-hero .o-woocommerce-order-complete__footer .a-button+.button,.o-woocommerce-order-complete__footer .o-product-description-image-hero .a-input[type="submit"]+.button,.o-product-description-image-hero .o-woocommerce-order-complete__footer .a-input[type="submit"]+.button,.o-woocommerce-order-complete__footer .o-product-cart .o-product-description-image-hero input[type="submit"][type="number"]+.button,.o-product-description-image-hero .o-woocommerce-order-complete__footer .o-product-cart input[type="submit"][type="number"]+.button,.o-product-cart .o-woocommerce-order-complete__footer .o-product-description-image-hero input[type="submit"][type="number"]+.button,.o-product-description-image-hero .o-product-cart .o-woocommerce-order-complete__footer input[type="submit"][type="number"]+.button,.o-woocommerce-order-complete__footer .o-product-cart .o-product-description-image-hero input[type="submit"][type="text"]+.button,.o-product-description-image-hero .o-woocommerce-order-complete__footer .o-product-cart input[type="submit"][type="text"]+.button,.o-product-cart .o-woocommerce-order-complete__footer .o-product-description-image-hero input[type="submit"][type="text"]+.button,.o-product-description-image-hero .o-product-cart .o-woocommerce-order-complete__footer input[type="submit"][type="text"]+.button,.o-woocommerce-order-complete__footer .o-product-description-image-hero .m-logo-links-dropdown__button+.button,.o-product-description-image-hero .o-woocommerce-order-complete__footer .m-logo-links-dropdown__button+.button,.o-woocommerce-order-complete__footer .m-product-review-form-block .form-submit .o-product-description-image-hero input+.button,.o-product-description-image-hero .o-woocommerce-order-complete__footer .m-product-review-form-block .form-submit input+.button,.m-product-review-form-block .form-submit .o-woocommerce-order-complete__footer .o-product-description-image-hero input+.button,.o-product-description-image-hero .m-product-review-form-block .form-submit .o-woocommerce-order-complete__footer input+.button,.o-woocommerce-order-complete__footer .o-product-description-image-hero .button+.button,.o-product-description-image-hero .o-woocommerce-order-complete__footer .button+.button,.o-woocommerce-order-complete__footer .o-product-gallery-hero .o-product-description-image-hero .button+.button,.o-product-description-image-hero .o-woocommerce-order-complete__footer .o-product-gallery-hero .button+.button,.o-product-gallery-hero .o-woocommerce-order-complete__footer .o-product-description-image-hero .button+.button,.o-product-description-image-hero .o-product-gallery-hero .o-woocommerce-order-complete__footer .button+.button,.o-woocommerce-order-complete__footer .o-product-specs-comparison .o-product-description-image-hero .button+.button,.o-product-description-image-hero .o-woocommerce-order-complete__footer .o-product-specs-comparison .button+.button,.o-product-specs-comparison .o-woocommerce-order-complete__footer .o-product-description-image-hero .button+.button,.o-product-description-image-hero .o-product-specs-comparison .o-woocommerce-order-complete__footer .button+.button,.o-woocommerce-order-complete__footer .o-account-dashboard .woocommerce-info .o-product-description-image-hero a+.button,.o-product-description-image-hero .o-woocommerce-order-complete__footer .o-account-dashboard .woocommerce-info a+.button,.o-account-dashboard .woocommerce-info .o-woocommerce-order-complete__footer .o-product-description-image-hero a+.button,.o-product-description-image-hero .o-account-dashboard .woocommerce-info .o-woocommerce-order-complete__footer a+.button,.o-woocommerce-order-complete__footer .o-account-dashboard .u-columns .title .o-product-description-image-hero a+.button,.o-product-description-image-hero .o-woocommerce-order-complete__footer .o-account-dashboard .u-columns .title a+.button,.o-account-dashboard .u-columns .title .o-woocommerce-order-complete__footer .o-product-description-image-hero a+.button,.o-product-description-image-hero .o-account-dashboard .u-columns .title .o-woocommerce-order-complete__footer a+.button,.o-woocommerce-order-complete__footer .o-account-dashboard .o-product-description-image-hero .button+.button,.o-product-description-image-hero .o-woocommerce-order-complete__footer .o-account-dashboard .button+.button,.o-account-dashboard .o-woocommerce-order-complete__footer .o-product-description-image-hero .button+.button,.o-product-description-image-hero .o-account-dashboard .o-woocommerce-order-complete__footer .button+.button,.o-woocommerce-order-complete__footer .o-cart-checkout .o-product-description-image-hero .button+.button,.o-product-description-image-hero .o-woocommerce-order-complete__footer .o-cart-checkout .button+.button,.o-cart-checkout .o-woocommerce-order-complete__footer .o-product-description-image-hero .button+.button,.o-product-description-image-hero .o-cart-checkout .o-woocommerce-order-complete__footer .button+.button,.o-woocommerce-order-complete__footer .o-cart-empty .return-to-shop .o-product-description-image-hero .button+.button,.o-product-description-image-hero .o-woocommerce-order-complete__footer .o-cart-empty .return-to-shop .button+.button,.o-cart-empty .return-to-shop .o-woocommerce-order-complete__footer .o-product-description-image-hero .button+.button,.o-product-description-image-hero .o-cart-empty .return-to-shop .o-woocommerce-order-complete__footer .button+.button,.o-woocommerce-order-complete__footer .o-product-cart .o-product-description-image-hero .button+.button,.o-product-description-image-hero .o-woocommerce-order-complete__footer .o-product-cart .button+.button,.o-product-cart .o-woocommerce-order-complete__footer .o-product-description-image-hero .button+.button,.o-product-description-image-hero .o-product-cart .o-woocommerce-order-complete__footer .button+.button,.o-woocommerce-order-complete__footer .o-woocommerce-order-details .order-again .o-product-description-image-hero .button+.button,.o-product-description-image-hero .o-woocommerce-order-complete__footer .o-woocommerce-order-details .order-again .button+.button,.o-woocommerce-order-details .order-again .o-woocommerce-order-complete__footer .o-product-description-image-hero .button+.button,.o-product-description-image-hero .o-woocommerce-order-details .order-again .o-woocommerce-order-complete__footer .button+.button,.o-woocommerce-order-complete__footer .t-product__woocommerce-message .woocommerce-message .o-product-description-image-hero .button+.button,.o-product-description-image-hero .o-woocommerce-order-complete__footer .t-product__woocommerce-message .woocommerce-message .button+.button,.t-product__woocommerce-message .woocommerce-message .o-woocommerce-order-complete__footer .o-product-description-image-hero .button+.button,.o-product-description-image-hero .t-product__woocommerce-message .woocommerce-message .o-woocommerce-order-complete__footer .button+.button,.o-woocommerce-order-complete__footer .m-gravity-form .gform_page_footer .o-product-description-image-hero .button+.button,.o-product-description-image-hero .o-woocommerce-order-complete__footer .m-gravity-form .gform_page_footer .button+.button,.m-gravity-form .gform_page_footer .o-woocommerce-order-complete__footer .o-product-description-image-hero .button+.button,.o-product-description-image-hero .m-gravity-form .gform_page_footer .o-woocommerce-order-complete__footer .button+.button,.o-woocommerce-order-complete__footer .m-gravity-form .gform_page_footer .o-product-description-image-hero .a-button+.button,.o-product-description-image-hero .o-woocommerce-order-complete__footer .m-gravity-form .gform_page_footer .a-button+.button,.m-gravity-form .gform_page_footer .o-woocommerce-order-complete__footer .o-product-description-image-hero .a-button+.button,.o-product-description-image-hero .m-gravity-form .gform_page_footer .o-woocommerce-order-complete__footer .a-button+.button,.o-woocommerce-order-complete__footer .woocommerce-message .o-product-description-image-hero .button+.button,.o-product-description-image-hero .o-woocommerce-order-complete__footer .woocommerce-message .button+.button,.woocommerce-message .o-woocommerce-order-complete__footer .o-product-description-image-hero .button+.button,.o-product-description-image-hero .woocommerce-message .o-woocommerce-order-complete__footer .button+.button,.o-woocommerce-order-complete__footer .woocommerce .woocommerce-notices-wrapper .woocommerce-message .o-product-description-image-hero .button+.button,.o-product-description-image-hero .o-woocommerce-order-complete__footer .woocommerce .woocommerce-notices-wrapper .woocommerce-message .button+.button,.woocommerce .woocommerce-notices-wrapper .woocommerce-message .o-woocommerce-order-complete__footer .o-product-description-image-hero .button+.button,.o-product-description-image-hero .woocommerce .woocommerce-notices-wrapper .woocommerce-message .o-woocommerce-order-complete__footer .button+.button,.o-woocommerce-order-complete__footer .o-product-gallery-hero .a-button+.button,.o-product-gallery-hero .o-woocommerce-order-complete__footer .a-button+.button,.o-woocommerce-order-complete__footer .o-product-gallery-hero .a-input[type="submit"]+.button,.o-product-gallery-hero .o-woocommerce-order-complete__footer .a-input[type="submit"]+.button,.o-woocommerce-order-complete__footer .o-product-cart .o-product-gallery-hero input[type="submit"][type="number"]+.button,.o-product-gallery-hero .o-woocommerce-order-complete__footer .o-product-cart input[type="submit"][type="number"]+.button,.o-product-cart .o-woocommerce-order-complete__footer .o-product-gallery-hero input[type="submit"][type="number"]+.button,.o-product-gallery-hero .o-product-cart .o-woocommerce-order-complete__footer input[type="submit"][type="number"]+.button,.o-woocommerce-order-complete__footer .o-product-cart .o-product-gallery-hero input[type="submit"][type="text"]+.button,.o-product-gallery-hero .o-woocommerce-order-complete__footer .o-product-cart input[type="submit"][type="text"]+.button,.o-product-cart .o-woocommerce-order-complete__footer .o-product-gallery-hero input[type="submit"][type="text"]+.button,.o-product-gallery-hero .o-product-cart .o-woocommerce-order-complete__footer input[type="submit"][type="text"]+.button,.o-woocommerce-order-complete__footer .o-product-gallery-hero .m-logo-links-dropdown__button+.button,.o-product-gallery-hero .o-woocommerce-order-complete__footer .m-logo-links-dropdown__button+.button,.o-woocommerce-order-complete__footer .m-product-review-form-block .form-submit .o-product-gallery-hero input+.button,.o-product-gallery-hero .o-woocommerce-order-complete__footer .m-product-review-form-block .form-submit input+.button,.m-product-review-form-block .form-submit .o-woocommerce-order-complete__footer .o-product-gallery-hero input+.button,.o-product-gallery-hero .m-product-review-form-block .form-submit .o-woocommerce-order-complete__footer input+.button,.o-woocommerce-order-complete__footer .o-product-description-image-hero .o-product-gallery-hero .button+.button,.o-product-gallery-hero .o-woocommerce-order-complete__footer .o-product-description-image-hero .button+.button,.o-product-description-image-hero .o-woocommerce-order-complete__footer .o-product-gallery-hero .button+.button,.o-product-gallery-hero .o-product-description-image-hero .o-woocommerce-order-complete__footer .button+.button,.o-woocommerce-order-complete__footer .o-product-gallery-hero .button+.button,.o-product-gallery-hero .o-woocommerce-order-complete__footer .button+.button,.o-woocommerce-order-complete__footer .o-product-specs-comparison .o-product-gallery-hero .button+.button,.o-product-gallery-hero .o-woocommerce-order-complete__footer .o-product-specs-comparison .button+.button,.o-product-specs-comparison .o-woocommerce-order-complete__footer .o-product-gallery-hero .button+.button,.o-product-gallery-hero .o-product-specs-comparison .o-woocommerce-order-complete__footer .button+.button,.o-woocommerce-order-complete__footer .o-account-dashboard .woocommerce-info .o-product-gallery-hero a+.button,.o-product-gallery-hero .o-woocommerce-order-complete__footer .o-account-dashboard .woocommerce-info a+.button,.o-account-dashboard .woocommerce-info .o-woocommerce-order-complete__footer .o-product-gallery-hero a+.button,.o-product-gallery-hero .o-account-dashboard .woocommerce-info .o-woocommerce-order-complete__footer a+.button,.o-woocommerce-order-complete__footer .o-account-dashboard .u-columns .title .o-product-gallery-hero a+.button,.o-product-gallery-hero .o-woocommerce-order-complete__footer .o-account-dashboard .u-columns .title a+.button,.o-account-dashboard .u-columns .title .o-woocommerce-order-complete__footer .o-product-gallery-hero a+.button,.o-product-gallery-hero .o-account-dashboard .u-columns .title .o-woocommerce-order-complete__footer a+.button,.o-woocommerce-order-complete__footer .o-account-dashboard .o-product-gallery-hero .button+.button,.o-product-gallery-hero .o-woocommerce-order-complete__footer .o-account-dashboard .button+.button,.o-account-dashboard .o-woocommerce-order-complete__footer .o-product-gallery-hero .button+.button,.o-product-gallery-hero .o-account-dashboard .o-woocommerce-order-complete__footer .button+.button,.o-woocommerce-order-complete__footer .o-cart-checkout .o-product-gallery-hero .button+.button,.o-product-gallery-hero .o-woocommerce-order-complete__footer .o-cart-checkout .button+.button,.o-cart-checkout .o-woocommerce-order-complete__footer .o-product-gallery-hero .button+.button,.o-product-gallery-hero .o-cart-checkout .o-woocommerce-order-complete__footer .button+.button,.o-woocommerce-order-complete__footer .o-cart-empty .return-to-shop .o-product-gallery-hero .button+.button,.o-product-gallery-hero .o-woocommerce-order-complete__footer .o-cart-empty .return-to-shop .button+.button,.o-cart-empty .return-to-shop .o-woocommerce-order-complete__footer .o-product-gallery-hero .button+.button,.o-product-gallery-hero .o-cart-empty .return-to-shop .o-woocommerce-order-complete__footer .button+.button,.o-woocommerce-order-complete__footer .o-product-cart .o-product-gallery-hero .button+.button,.o-product-gallery-hero .o-woocommerce-order-complete__footer .o-product-cart .button+.button,.o-product-cart .o-woocommerce-order-complete__footer .o-product-gallery-hero .button+.button,.o-product-gallery-hero .o-product-cart .o-woocommerce-order-complete__footer .button+.button,.o-woocommerce-order-complete__footer .o-woocommerce-order-details .order-again .o-product-gallery-hero .button+.button,.o-product-gallery-hero .o-woocommerce-order-complete__footer .o-woocommerce-order-details .order-again .button+.button,.o-woocommerce-order-details .order-again .o-woocommerce-order-complete__footer .o-product-gallery-hero .button+.button,.o-product-gallery-hero .o-woocommerce-order-details .order-again .o-woocommerce-order-complete__footer .button+.button,.o-woocommerce-order-complete__footer .t-product__woocommerce-message .woocommerce-message .o-product-gallery-hero .button+.button,.o-product-gallery-hero .o-woocommerce-order-complete__footer .t-product__woocommerce-message .woocommerce-message .button+.button,.t-product__woocommerce-message .woocommerce-message .o-woocommerce-order-complete__footer .o-product-gallery-hero .button+.button,.o-product-gallery-hero .t-product__woocommerce-message .woocommerce-message .o-woocommerce-order-complete__footer .button+.button,.o-woocommerce-order-complete__footer .m-gravity-form .gform_page_footer .o-product-gallery-hero .button+.button,.o-product-gallery-hero .o-woocommerce-order-complete__footer .m-gravity-form .gform_page_footer .button+.button,.m-gravity-form .gform_page_footer .o-woocommerce-order-complete__footer .o-product-gallery-hero .button+.button,.o-product-gallery-hero .m-gravity-form .gform_page_footer .o-woocommerce-order-complete__footer .button+.button,.o-woocommerce-order-complete__footer .m-gravity-form .gform_page_footer .o-product-gallery-hero .a-button+.button,.o-product-gallery-hero .o-woocommerce-order-complete__footer .m-gravity-form .gform_page_footer .a-button+.button,.m-gravity-form .gform_page_footer .o-woocommerce-order-complete__footer .o-product-gallery-hero .a-button+.button,.o-product-gallery-hero .m-gravity-form .gform_page_footer .o-woocommerce-order-complete__footer .a-button+.button,.o-woocommerce-order-complete__footer .woocommerce-message .o-product-gallery-hero .button+.button,.o-product-gallery-hero .o-woocommerce-order-complete__footer .woocommerce-message .button+.button,.woocommerce-message .o-woocommerce-order-complete__footer .o-product-gallery-hero .button+.button,.o-product-gallery-hero .woocommerce-message .o-woocommerce-order-complete__footer .button+.button,.o-woocommerce-order-complete__footer .woocommerce .woocommerce-notices-wrapper .woocommerce-message .o-product-gallery-hero .button+.button,.o-product-gallery-hero .o-woocommerce-order-complete__footer .woocommerce .woocommerce-notices-wrapper .woocommerce-message .button+.button,.woocommerce .woocommerce-notices-wrapper .woocommerce-message .o-woocommerce-order-complete__footer .o-product-gallery-hero .button+.button,.o-product-gallery-hero .woocommerce .woocommerce-notices-wrapper .woocommerce-message .o-woocommerce-order-complete__footer .button+.button,.o-woocommerce-order-complete__footer .o-product-specs-comparison .a-button+.button,.o-product-specs-comparison .o-woocommerce-order-complete__footer .a-button+.button,.o-woocommerce-order-complete__footer .o-product-specs-comparison .a-input[type="submit"]+.button,.o-product-specs-comparison .o-woocommerce-order-complete__footer .a-input[type="submit"]+.button,.o-woocommerce-order-complete__footer .o-product-cart .o-product-specs-comparison input[type="submit"][type="number"]+.button,.o-product-specs-comparison .o-woocommerce-order-complete__footer .o-product-cart input[type="submit"][type="number"]+.button,.o-product-cart .o-woocommerce-order-complete__footer .o-product-specs-comparison input[type="submit"][type="number"]+.button,.o-product-specs-comparison .o-product-cart .o-woocommerce-order-complete__footer input[type="submit"][type="number"]+.button,.o-woocommerce-order-complete__footer .o-product-cart .o-product-specs-comparison input[type="submit"][type="text"]+.button,.o-product-specs-comparison .o-woocommerce-order-complete__footer .o-product-cart input[type="submit"][type="text"]+.button,.o-product-cart .o-woocommerce-order-complete__footer .o-product-specs-comparison input[type="submit"][type="text"]+.button,.o-product-specs-comparison .o-product-cart .o-woocommerce-order-complete__footer input[type="submit"][type="text"]+.button,.o-woocommerce-order-complete__footer .o-product-specs-comparison .m-logo-links-dropdown__button+.button,.o-product-specs-comparison .o-woocommerce-order-complete__footer .m-logo-links-dropdown__button+.button,.o-woocommerce-order-complete__footer .m-product-review-form-block .form-submit .o-product-specs-comparison input+.button,.o-product-specs-comparison .o-woocommerce-order-complete__footer .m-product-review-form-block .form-submit input+.button,.m-product-review-form-block .form-submit .o-woocommerce-order-complete__footer .o-product-specs-comparison input+.button,.o-product-specs-comparison .m-product-review-form-block .form-submit .o-woocommerce-order-complete__footer input+.button,.o-woocommerce-order-complete__footer .o-product-description-image-hero .o-product-specs-comparison .button+.button,.o-product-specs-comparison .o-woocommerce-order-complete__footer .o-product-description-image-hero .button+.button,.o-product-description-image-hero .o-woocommerce-order-complete__footer .o-product-specs-comparison .button+.button,.o-product-specs-comparison .o-product-description-image-hero .o-woocommerce-order-complete__footer .button+.button,.o-woocommerce-order-complete__footer .o-product-gallery-hero .o-product-specs-comparison .button+.button,.o-product-specs-comparison .o-woocommerce-order-complete__footer .o-product-gallery-hero .button+.button,.o-product-gallery-hero .o-woocommerce-order-complete__footer .o-product-specs-comparison .button+.button,.o-product-specs-comparison .o-product-gallery-hero .o-woocommerce-order-complete__footer .button+.button,.o-woocommerce-order-complete__footer .o-product-specs-comparison .button+.button,.o-product-specs-comparison .o-woocommerce-order-complete__footer .button+.button,.o-woocommerce-order-complete__footer .o-account-dashboard .woocommerce-info .o-product-specs-comparison a+.button,.o-product-specs-comparison .o-woocommerce-order-complete__footer .o-account-dashboard .woocommerce-info a+.button,.o-account-dashboard .woocommerce-info .o-woocommerce-order-complete__footer .o-product-specs-comparison a+.button,.o-product-specs-comparison .o-account-dashboard .woocommerce-info .o-woocommerce-order-complete__footer a+.button,.o-woocommerce-order-complete__footer .o-account-dashboard .u-columns .title .o-product-specs-comparison a+.button,.o-product-specs-comparison .o-woocommerce-order-complete__footer .o-account-dashboard .u-columns .title a+.button,.o-account-dashboard .u-columns .title .o-woocommerce-order-complete__footer .o-product-specs-comparison a+.button,.o-product-specs-comparison .o-account-dashboard .u-columns .title .o-woocommerce-order-complete__footer a+.button,.o-woocommerce-order-complete__footer .o-account-dashboard .o-product-specs-comparison .button+.button,.o-product-specs-comparison .o-woocommerce-order-complete__footer .o-account-dashboard .button+.button,.o-account-dashboard .o-woocommerce-order-complete__footer .o-product-specs-comparison .button+.button,.o-product-specs-comparison .o-account-dashboard .o-woocommerce-order-complete__footer .button+.button,.o-woocommerce-order-complete__footer .o-cart-checkout .o-product-specs-comparison .button+.button,.o-product-specs-comparison .o-woocommerce-order-complete__footer .o-cart-checkout .button+.button,.o-cart-checkout .o-woocommerce-order-complete__footer .o-product-specs-comparison .button+.button,.o-product-specs-comparison .o-cart-checkout .o-woocommerce-order-complete__footer .button+.button,.o-woocommerce-order-complete__footer .o-cart-empty .return-to-shop .o-product-specs-comparison .button+.button,.o-product-specs-comparison .o-woocommerce-order-complete__footer .o-cart-empty .return-to-shop .button+.button,.o-cart-empty .return-to-shop .o-woocommerce-order-complete__footer .o-product-specs-comparison .button+.button,.o-product-specs-comparison .o-cart-empty .return-to-shop .o-woocommerce-order-complete__footer .button+.button,.o-woocommerce-order-complete__footer .o-product-cart .o-product-specs-comparison .button+.button,.o-product-specs-comparison .o-woocommerce-order-complete__footer .o-product-cart .button+.button,.o-product-cart .o-woocommerce-order-complete__footer .o-product-specs-comparison .button+.button,.o-product-specs-comparison .o-product-cart .o-woocommerce-order-complete__footer .button+.button,.o-woocommerce-order-complete__footer .o-woocommerce-order-details .order-again .o-product-specs-comparison .button+.button,.o-product-specs-comparison .o-woocommerce-order-complete__footer .o-woocommerce-order-details .order-again .button+.button,.o-woocommerce-order-details .order-again .o-woocommerce-order-complete__footer .o-product-specs-comparison .button+.button,.o-product-specs-comparison .o-woocommerce-order-details .order-again .o-woocommerce-order-complete__footer .button+.button,.o-woocommerce-order-complete__footer .t-product__woocommerce-message .woocommerce-message .o-product-specs-comparison .button+.button,.o-product-specs-comparison .o-woocommerce-order-complete__footer .t-product__woocommerce-message .woocommerce-message .button+.button,.t-product__woocommerce-message .woocommerce-message .o-woocommerce-order-complete__footer .o-product-specs-comparison .button+.button,.o-product-specs-comparison .t-product__woocommerce-message .woocommerce-message .o-woocommerce-order-complete__footer .button+.button,.o-woocommerce-order-complete__footer .m-gravity-form .gform_page_footer .o-product-specs-comparison .button+.button,.o-product-specs-comparison .o-woocommerce-order-complete__footer .m-gravity-form .gform_page_footer .button+.button,.m-gravity-form .gform_page_footer .o-woocommerce-order-complete__footer .o-product-specs-comparison .button+.button,.o-product-specs-comparison .m-gravity-form .gform_page_footer .o-woocommerce-order-complete__footer .button+.button,.o-woocommerce-order-complete__footer .m-gravity-form .gform_page_footer .o-product-specs-comparison .a-button+.button,.o-product-specs-comparison .o-woocommerce-order-complete__footer .m-gravity-form .gform_page_footer .a-button+.button,.m-gravity-form .gform_page_footer .o-woocommerce-order-complete__footer .o-product-specs-comparison .a-button+.button,.o-product-specs-comparison .m-gravity-form .gform_page_footer .o-woocommerce-order-complete__footer .a-button+.button,.o-woocommerce-order-complete__footer .woocommerce-message .o-product-specs-comparison .button+.button,.o-product-specs-comparison .o-woocommerce-order-complete__footer .woocommerce-message .button+.button,.woocommerce-message .o-woocommerce-order-complete__footer .o-product-specs-comparison .button+.button,.o-product-specs-comparison .woocommerce-message .o-woocommerce-order-complete__footer .button+.button,.o-woocommerce-order-complete__footer .woocommerce .woocommerce-notices-wrapper .woocommerce-message .o-product-specs-comparison .button+.button,.o-product-specs-comparison .o-woocommerce-order-complete__footer .woocommerce .woocommerce-notices-wrapper .woocommerce-message .button+.button,.woocommerce .woocommerce-notices-wrapper .woocommerce-message .o-woocommerce-order-complete__footer .o-product-specs-comparison .button+.button,.o-product-specs-comparison .woocommerce .woocommerce-notices-wrapper .woocommerce-message .o-woocommerce-order-complete__footer .button+.button,.o-woocommerce-order-complete__footer .o-account-dashboard .woocommerce-info .a-button+a,.o-account-dashboard .woocommerce-info .o-woocommerce-order-complete__footer .a-button+a,.o-woocommerce-order-complete__footer .o-account-dashboard .woocommerce-info .a-input[type="submit"]+a,.o-account-dashboard .woocommerce-info .o-woocommerce-order-complete__footer .a-input[type="submit"]+a,.o-woocommerce-order-complete__footer .o-product-cart .o-account-dashboard .woocommerce-info input[type="submit"][type="number"]+a,.o-account-dashboard .woocommerce-info .o-woocommerce-order-complete__footer .o-product-cart input[type="submit"][type="number"]+a,.o-product-cart .o-woocommerce-order-complete__footer .o-account-dashboard .woocommerce-info input[type="submit"][type="number"]+a,.o-account-dashboard .woocommerce-info .o-product-cart .o-woocommerce-order-complete__footer input[type="submit"][type="number"]+a,.o-woocommerce-order-complete__footer .o-product-cart .o-account-dashboard .woocommerce-info input[type="submit"][type="text"]+a,.o-account-dashboard .woocommerce-info .o-woocommerce-order-complete__footer .o-product-cart input[type="submit"][type="text"]+a,.o-product-cart .o-woocommerce-order-complete__footer .o-account-dashboard .woocommerce-info input[type="submit"][type="text"]+a,.o-account-dashboard .woocommerce-info .o-product-cart .o-woocommerce-order-complete__footer input[type="submit"][type="text"]+a,.o-woocommerce-order-complete__footer .o-account-dashboard .woocommerce-info .m-logo-links-dropdown__button+a,.o-account-dashboard .woocommerce-info .o-woocommerce-order-complete__footer .m-logo-links-dropdown__button+a,.o-woocommerce-order-complete__footer .m-product-review-form-block .form-submit .o-account-dashboard .woocommerce-info input+a,.o-account-dashboard .woocommerce-info .o-woocommerce-order-complete__footer .m-product-review-form-block .form-submit input+a,.m-product-review-form-block .form-submit .o-woocommerce-order-complete__footer .o-account-dashboard .woocommerce-info input+a,.o-account-dashboard .woocommerce-info .m-product-review-form-block .form-submit .o-woocommerce-order-complete__footer input+a,.o-woocommerce-order-complete__footer .o-product-description-image-hero .o-account-dashboard .woocommerce-info .button+a,.o-account-dashboard .woocommerce-info .o-woocommerce-order-complete__footer .o-product-description-image-hero .button+a,.o-product-description-image-hero .o-woocommerce-order-complete__footer .o-account-dashboard .woocommerce-info .button+a,.o-account-dashboard .woocommerce-info .o-product-description-image-hero .o-woocommerce-order-complete__footer .button+a,.o-woocommerce-order-complete__footer .o-product-gallery-hero .o-account-dashboard .woocommerce-info .button+a,.o-account-dashboard .woocommerce-info .o-woocommerce-order-complete__footer .o-product-gallery-hero .button+a,.o-product-gallery-hero .o-woocommerce-order-complete__footer .o-account-dashboard .woocommerce-info .button+a,.o-account-dashboard .woocommerce-info .o-product-gallery-hero .o-woocommerce-order-complete__footer .button+a,.o-woocommerce-order-complete__footer .o-product-specs-comparison .o-account-dashboard .woocommerce-info .button+a,.o-account-dashboard .woocommerce-info .o-woocommerce-order-complete__footer .o-product-specs-comparison .button+a,.o-product-specs-comparison .o-woocommerce-order-complete__footer .o-account-dashboard .woocommerce-info .button+a,.o-account-dashboard .woocommerce-info .o-product-specs-comparison .o-woocommerce-order-complete__footer .button+a,.o-woocommerce-order-complete__footer .o-account-dashboard .woocommerce-info a+a,.o-account-dashboard .woocommerce-info .o-woocommerce-order-complete__footer a+a,.o-woocommerce-order-complete__footer .o-account-dashboard .u-columns .title .woocommerce-info a+a,.o-woocommerce-order-complete__footer .o-account-dashboard .woocommerce-info .u-columns .title a+a,.o-account-dashboard .u-columns .title .o-woocommerce-order-complete__footer .woocommerce-info a+a,.o-account-dashboard .woocommerce-info .u-columns .title .o-woocommerce-order-complete__footer a+a,.o-woocommerce-order-complete__footer .o-account-dashboard .woocommerce-info .button+a,.o-account-dashboard .o-woocommerce-order-complete__footer .woocommerce-info .button+a,.o-account-dashboard .woocommerce-info .o-woocommerce-order-complete__footer .button+a,.o-woocommerce-order-complete__footer .o-cart-checkout .o-account-dashboard .woocommerce-info .button+a,.o-account-dashboard .woocommerce-info .o-woocommerce-order-complete__footer .o-cart-checkout .button+a,.o-cart-checkout .o-woocommerce-order-complete__footer .o-account-dashboard .woocommerce-info .button+a,.o-account-dashboard .woocommerce-info .o-cart-checkout .o-woocommerce-order-complete__footer .button+a,.o-woocommerce-order-complete__footer .o-cart-empty .return-to-shop .o-account-dashboard .woocommerce-info .button+a,.o-account-dashboard .woocommerce-info .o-woocommerce-order-complete__footer .o-cart-empty .return-to-shop .button+a,.o-cart-empty .return-to-shop .o-woocommerce-order-complete__footer .o-account-dashboard .woocommerce-info .button+a,.o-account-dashboard .woocommerce-info .o-cart-empty .return-to-shop .o-woocommerce-order-complete__footer .button+a,.o-woocommerce-order-complete__footer .o-product-cart .o-account-dashboard .woocommerce-info .button+a,.o-account-dashboard .woocommerce-info .o-woocommerce-order-complete__footer .o-product-cart .button+a,.o-product-cart .o-woocommerce-order-complete__footer .o-account-dashboard .woocommerce-info .button+a,.o-account-dashboard .woocommerce-info .o-product-cart .o-woocommerce-order-complete__footer .button+a,.o-woocommerce-order-complete__footer .o-woocommerce-order-details .order-again .o-account-dashboard .woocommerce-info .button+a,.o-account-dashboard .woocommerce-info .o-woocommerce-order-complete__footer .o-woocommerce-order-details .order-again .button+a,.o-woocommerce-order-details .order-again .o-woocommerce-order-complete__footer .o-account-dashboard .woocommerce-info .button+a,.o-account-dashboard .woocommerce-info .o-woocommerce-order-details .order-again .o-woocommerce-order-complete__footer .button+a,.o-woocommerce-order-complete__footer .t-product__woocommerce-message .woocommerce-message .o-account-dashboard .woocommerce-info .button+a,.o-account-dashboard .woocommerce-info .o-woocommerce-order-complete__footer .t-product__woocommerce-message .woocommerce-message .button+a,.t-product__woocommerce-message .woocommerce-message .o-woocommerce-order-complete__footer .o-account-dashboard .woocommerce-info .button+a,.o-account-dashboard .woocommerce-info .t-product__woocommerce-message .woocommerce-message .o-woocommerce-order-complete__footer .button+a,.o-woocommerce-order-complete__footer .m-gravity-form .gform_page_footer .o-account-dashboard .woocommerce-info .button+a,.o-account-dashboard .woocommerce-info .o-woocommerce-order-complete__footer .m-gravity-form .gform_page_footer .button+a,.m-gravity-form .gform_page_footer .o-woocommerce-order-complete__footer .o-account-dashboard .woocommerce-info .button+a,.o-account-dashboard .woocommerce-info .m-gravity-form .gform_page_footer .o-woocommerce-order-complete__footer .button+a,.o-woocommerce-order-complete__footer .m-gravity-form .gform_page_footer .o-account-dashboard .woocommerce-info .a-button+a,.o-account-dashboard .woocommerce-info .o-woocommerce-order-complete__footer .m-gravity-form .gform_page_footer .a-button+a,.m-gravity-form .gform_page_footer .o-woocommerce-order-complete__footer .o-account-dashboard .woocommerce-info .a-button+a,.o-account-dashboard .woocommerce-info .m-gravity-form .gform_page_footer .o-woocommerce-order-complete__footer .a-button+a,.o-woocommerce-order-complete__footer .woocommerce-message .o-account-dashboard .woocommerce-info .button+a,.o-account-dashboard .woocommerce-info .o-woocommerce-order-complete__footer .woocommerce-message .button+a,.woocommerce-message .o-woocommerce-order-complete__footer .o-account-dashboard .woocommerce-info .button+a,.o-account-dashboard .woocommerce-info .woocommerce-message .o-woocommerce-order-complete__footer .button+a,.o-woocommerce-order-complete__footer .woocommerce .woocommerce-notices-wrapper .woocommerce-message .o-account-dashboard .woocommerce-info .button+a,.o-account-dashboard .woocommerce-info .o-woocommerce-order-complete__footer .woocommerce .woocommerce-notices-wrapper .woocommerce-message .button+a,.woocommerce .woocommerce-notices-wrapper .woocommerce-message .o-woocommerce-order-complete__footer .o-account-dashboard .woocommerce-info .button+a,.o-account-dashboard .woocommerce-info .woocommerce .woocommerce-notices-wrapper .woocommerce-message .o-woocommerce-order-complete__footer .button+a,.o-woocommerce-order-complete__footer .o-account-dashboard .u-columns .title .a-button+a,.o-account-dashboard .u-columns .title .o-woocommerce-order-complete__footer .a-button+a,.o-woocommerce-order-complete__footer .o-account-dashboard .u-columns .title .a-input[type="submit"]+a,.o-account-dashboard .u-columns .title .o-woocommerce-order-complete__footer .a-input[type="submit"]+a,.o-woocommerce-order-complete__footer .o-product-cart .o-account-dashboard .u-columns .title input[type="submit"][type="number"]+a,.o-account-dashboard .u-columns .title .o-woocommerce-order-complete__footer .o-product-cart input[type="submit"][type="number"]+a,.o-product-cart .o-woocommerce-order-complete__footer .o-account-dashboard .u-columns .title input[type="submit"][type="number"]+a,.o-account-dashboard .u-columns .title .o-product-cart .o-woocommerce-order-complete__footer input[type="submit"][type="number"]+a,.o-woocommerce-order-complete__footer .o-product-cart .o-account-dashboard .u-columns .title input[type="submit"][type="text"]+a,.o-account-dashboard .u-columns .title .o-woocommerce-order-complete__footer .o-product-cart input[type="submit"][type="text"]+a,.o-product-cart .o-woocommerce-order-complete__footer .o-account-dashboard .u-columns .title input[type="submit"][type="text"]+a,.o-account-dashboard .u-columns .title .o-product-cart .o-woocommerce-order-complete__footer input[type="submit"][type="text"]+a,.o-woocommerce-order-complete__footer .o-account-dashboard .u-columns .title .m-logo-links-dropdown__button+a,.o-account-dashboard .u-columns .title .o-woocommerce-order-complete__footer .m-logo-links-dropdown__button+a,.o-woocommerce-order-complete__footer .m-product-review-form-block .form-submit .o-account-dashboard .u-columns .title input+a,.o-account-dashboard .u-columns .title .o-woocommerce-order-complete__footer .m-product-review-form-block .form-submit input+a,.m-product-review-form-block .form-submit .o-woocommerce-order-complete__footer .o-account-dashboard .u-columns .title input+a,.o-account-dashboard .u-columns .title .m-product-review-form-block .form-submit .o-woocommerce-order-complete__footer input+a,.o-woocommerce-order-complete__footer .o-product-description-image-hero .o-account-dashboard .u-columns .title .button+a,.o-account-dashboard .u-columns .title .o-woocommerce-order-complete__footer .o-product-description-image-hero .button+a,.o-product-description-image-hero .o-woocommerce-order-complete__footer .o-account-dashboard .u-columns .title .button+a,.o-account-dashboard .u-columns .title .o-product-description-image-hero .o-woocommerce-order-complete__footer .button+a,.o-woocommerce-order-complete__footer .o-product-gallery-hero .o-account-dashboard .u-columns .title .button+a,.o-account-dashboard .u-columns .title .o-woocommerce-order-complete__footer .o-product-gallery-hero .button+a,.o-product-gallery-hero .o-woocommerce-order-complete__footer .o-account-dashboard .u-columns .title .button+a,.o-account-dashboard .u-columns .title .o-product-gallery-hero .o-woocommerce-order-complete__footer .button+a,.o-woocommerce-order-complete__footer .o-product-specs-comparison .o-account-dashboard .u-columns .title .button+a,.o-account-dashboard .u-columns .title .o-woocommerce-order-complete__footer .o-product-specs-comparison .button+a,.o-product-specs-comparison .o-woocommerce-order-complete__footer .o-account-dashboard .u-columns .title .button+a,.o-account-dashboard .u-columns .title .o-product-specs-comparison .o-woocommerce-order-complete__footer .button+a,.o-woocommerce-order-complete__footer .o-account-dashboard .woocommerce-info .u-columns .title a+a,.o-woocommerce-order-complete__footer .o-account-dashboard .u-columns .title .woocommerce-info a+a,.o-account-dashboard .woocommerce-info .o-woocommerce-order-complete__footer .u-columns .title a+a,.o-account-dashboard .u-columns .title .woocommerce-info .o-woocommerce-order-complete__footer a+a,.o-woocommerce-order-complete__footer .o-account-dashboard .u-columns .title a+a,.o-account-dashboard .u-columns .title .o-woocommerce-order-complete__footer a+a,.o-woocommerce-order-complete__footer .o-account-dashboard .u-columns .title .button+a,.o-account-dashboard .o-woocommerce-order-complete__footer .u-columns .title .button+a,.o-account-dashboard .u-columns .title .o-woocommerce-order-complete__footer .button+a,.o-woocommerce-order-complete__footer .o-cart-checkout .o-account-dashboard .u-columns .title .button+a,.o-account-dashboard .u-columns .title .o-woocommerce-order-complete__footer .o-cart-checkout .button+a,.o-cart-checkout .o-woocommerce-order-complete__footer .o-account-dashboard .u-columns .title .button+a,.o-account-dashboard .u-columns .title .o-cart-checkout .o-woocommerce-order-complete__footer .button+a,.o-woocommerce-order-complete__footer .o-cart-empty .return-to-shop .o-account-dashboard .u-columns .title .button+a,.o-account-dashboard .u-columns .title .o-woocommerce-order-complete__footer .o-cart-empty .return-to-shop .button+a,.o-cart-empty .return-to-shop .o-woocommerce-order-complete__footer .o-account-dashboard .u-columns .title .button+a,.o-account-dashboard .u-columns .title .o-cart-empty .return-to-shop .o-woocommerce-order-complete__footer .button+a,.o-woocommerce-order-complete__footer .o-product-cart .o-account-dashboard .u-columns .title .button+a,.o-account-dashboard .u-columns .title .o-woocommerce-order-complete__footer .o-product-cart .button+a,.o-product-cart .o-woocommerce-order-complete__footer .o-account-dashboard .u-columns .title .button+a,.o-account-dashboard .u-columns .title .o-product-cart .o-woocommerce-order-complete__footer .button+a,.o-woocommerce-order-complete__footer .o-woocommerce-order-details .order-again .o-account-dashboard .u-columns .title .button+a,.o-account-dashboard .u-columns .title .o-woocommerce-order-complete__footer .o-woocommerce-order-details .order-again .button+a,.o-woocommerce-order-details .order-again .o-woocommerce-order-complete__footer .o-account-dashboard .u-columns .title .button+a,.o-account-dashboard .u-columns .title .o-woocommerce-order-details .order-again .o-woocommerce-order-complete__footer .button+a,.o-woocommerce-order-complete__footer .t-product__woocommerce-message .woocommerce-message .o-account-dashboard .u-columns .title .button+a,.o-account-dashboard .u-columns .title .o-woocommerce-order-complete__footer .t-product__woocommerce-message .woocommerce-message .button+a,.t-product__woocommerce-message .woocommerce-message .o-woocommerce-order-complete__footer .o-account-dashboard .u-columns .title .button+a,.o-account-dashboard .u-columns .title .t-product__woocommerce-message .woocommerce-message .o-woocommerce-order-complete__footer .button+a,.o-woocommerce-order-complete__footer .m-gravity-form .gform_page_footer .o-account-dashboard .u-columns .title .button+a,.o-account-dashboard .u-columns .title .o-woocommerce-order-complete__footer .m-gravity-form .gform_page_footer .button+a,.m-gravity-form .gform_page_footer .o-woocommerce-order-complete__footer .o-account-dashboard .u-columns .title .button+a,.o-account-dashboard .u-columns .title .m-gravity-form .gform_page_footer .o-woocommerce-order-complete__footer .button+a,.o-woocommerce-order-complete__footer .m-gravity-form .gform_page_footer .o-account-dashboard .u-columns .title .a-button+a,.o-account-dashboard .u-columns .title .o-woocommerce-order-complete__footer .m-gravity-form .gform_page_footer .a-button+a,.m-gravity-form .gform_page_footer .o-woocommerce-order-complete__footer .o-account-dashboard .u-columns .title .a-button+a,.o-account-dashboard .u-columns .title .m-gravity-form .gform_page_footer .o-woocommerce-order-complete__footer .a-button+a,.o-woocommerce-order-complete__footer .woocommerce-message .o-account-dashboard .u-columns .title .button+a,.o-account-dashboard .u-columns .title .o-woocommerce-order-complete__footer .woocommerce-message .button+a,.woocommerce-message .o-woocommerce-order-complete__footer .o-account-dashboard .u-columns .title .button+a,.o-account-dashboard .u-columns .title .woocommerce-message .o-woocommerce-order-complete__footer .button+a,.o-woocommerce-order-complete__footer .woocommerce .woocommerce-notices-wrapper .woocommerce-message .o-account-dashboard .u-columns .title .button+a,.o-account-dashboard .u-columns .title .o-woocommerce-order-complete__footer .woocommerce .woocommerce-notices-wrapper .woocommerce-message .button+a,.woocommerce .woocommerce-notices-wrapper .woocommerce-message .o-woocommerce-order-complete__footer .o-account-dashboard .u-columns .title .button+a,.o-account-dashboard .u-columns .title .woocommerce .woocommerce-notices-wrapper .woocommerce-message .o-woocommerce-order-complete__footer .button+a,.o-woocommerce-order-complete__footer .o-account-dashboard .a-button+.button,.o-account-dashboard .o-woocommerce-order-complete__footer .a-button+.button,.o-woocommerce-order-complete__footer .o-account-dashboard .a-input[type="submit"]+.button,.o-account-dashboard .o-woocommerce-order-complete__footer .a-input[type="submit"]+.button,.o-woocommerce-order-complete__footer .o-product-cart .o-account-dashboard input[type="submit"][type="number"]+.button,.o-account-dashboard .o-woocommerce-order-complete__footer .o-product-cart input[type="submit"][type="number"]+.button,.o-product-cart .o-woocommerce-order-complete__footer .o-account-dashboard input[type="submit"][type="number"]+.button,.o-account-dashboard .o-product-cart .o-woocommerce-order-complete__footer input[type="submit"][type="number"]+.button,.o-woocommerce-order-complete__footer .o-product-cart .o-account-dashboard input[type="submit"][type="text"]+.button,.o-account-dashboard .o-woocommerce-order-complete__footer .o-product-cart input[type="submit"][type="text"]+.button,.o-product-cart .o-woocommerce-order-complete__footer .o-account-dashboard input[type="submit"][type="text"]+.button,.o-account-dashboard .o-product-cart .o-woocommerce-order-complete__footer input[type="submit"][type="text"]+.button,.o-woocommerce-order-complete__footer .o-account-dashboard .m-logo-links-dropdown__button+.button,.o-account-dashboard .o-woocommerce-order-complete__footer .m-logo-links-dropdown__button+.button,.o-woocommerce-order-complete__footer .m-product-review-form-block .form-submit .o-account-dashboard input+.button,.o-account-dashboard .o-woocommerce-order-complete__footer .m-product-review-form-block .form-submit input+.button,.m-product-review-form-block .form-submit .o-woocommerce-order-complete__footer .o-account-dashboard input+.button,.o-account-dashboard .m-product-review-form-block .form-submit .o-woocommerce-order-complete__footer input+.button,.o-woocommerce-order-complete__footer .o-product-description-image-hero .o-account-dashboard .button+.button,.o-account-dashboard .o-woocommerce-order-complete__footer .o-product-description-image-hero .button+.button,.o-product-description-image-hero .o-woocommerce-order-complete__footer .o-account-dashboard .button+.button,.o-account-dashboard .o-product-description-image-hero .o-woocommerce-order-complete__footer .button+.button,.o-woocommerce-order-complete__footer .o-product-gallery-hero .o-account-dashboard .button+.button,.o-account-dashboard .o-woocommerce-order-complete__footer .o-product-gallery-hero .button+.button,.o-product-gallery-hero .o-woocommerce-order-complete__footer .o-account-dashboard .button+.button,.o-account-dashboard .o-product-gallery-hero .o-woocommerce-order-complete__footer .button+.button,.o-woocommerce-order-complete__footer .o-product-specs-comparison .o-account-dashboard .button+.button,.o-account-dashboard .o-woocommerce-order-complete__footer .o-product-specs-comparison .button+.button,.o-product-specs-comparison .o-woocommerce-order-complete__footer .o-account-dashboard .button+.button,.o-account-dashboard .o-product-specs-comparison .o-woocommerce-order-complete__footer .button+.button,.o-woocommerce-order-complete__footer .o-account-dashboard .woocommerce-info a+.button,.o-account-dashboard .woocommerce-info .o-woocommerce-order-complete__footer a+.button,.o-woocommerce-order-complete__footer .o-account-dashboard .u-columns .title a+.button,.o-account-dashboard .u-columns .title .o-woocommerce-order-complete__footer a+.button,.o-woocommerce-order-complete__footer .o-account-dashboard .button+.button,.o-account-dashboard .o-woocommerce-order-complete__footer .button+.button,.o-woocommerce-order-complete__footer .o-cart-checkout .o-account-dashboard .button+.button,.o-account-dashboard .o-woocommerce-order-complete__footer .o-cart-checkout .button+.button,.o-cart-checkout .o-woocommerce-order-complete__footer .o-account-dashboard .button+.button,.o-account-dashboard .o-cart-checkout .o-woocommerce-order-complete__footer .button+.button,.o-woocommerce-order-complete__footer .o-cart-empty .return-to-shop .o-account-dashboard .button+.button,.o-account-dashboard .o-woocommerce-order-complete__footer .o-cart-empty .return-to-shop .button+.button,.o-cart-empty .return-to-shop .o-woocommerce-order-complete__footer .o-account-dashboard .button+.button,.o-account-dashboard .o-cart-empty .return-to-shop .o-woocommerce-order-complete__footer .button+.button,.o-woocommerce-order-complete__footer .o-product-cart .o-account-dashboard .button+.button,.o-account-dashboard .o-woocommerce-order-complete__footer .o-product-cart .button+.button,.o-product-cart .o-woocommerce-order-complete__footer .o-account-dashboard .button+.button,.o-account-dashboard .o-product-cart .o-woocommerce-order-complete__footer .button+.button,.o-woocommerce-order-complete__footer .o-woocommerce-order-details .order-again .o-account-dashboard .button+.button,.o-account-dashboard .o-woocommerce-order-complete__footer .o-woocommerce-order-details .order-again .button+.button,.o-woocommerce-order-details .order-again .o-woocommerce-order-complete__footer .o-account-dashboard .button+.button,.o-account-dashboard .o-woocommerce-order-details .order-again .o-woocommerce-order-complete__footer .button+.button,.o-woocommerce-order-complete__footer .t-product__woocommerce-message .woocommerce-message .o-account-dashboard .button+.button,.o-account-dashboard .o-woocommerce-order-complete__footer .t-product__woocommerce-message .woocommerce-message .button+.button,.t-product__woocommerce-message .woocommerce-message .o-woocommerce-order-complete__footer .o-account-dashboard .button+.button,.o-account-dashboard .t-product__woocommerce-message .woocommerce-message .o-woocommerce-order-complete__footer .button+.button,.o-woocommerce-order-complete__footer .m-gravity-form .gform_page_footer .o-account-dashboard .button+.button,.o-account-dashboard .o-woocommerce-order-complete__footer .m-gravity-form .gform_page_footer .button+.button,.m-gravity-form .gform_page_footer .o-woocommerce-order-complete__footer .o-account-dashboard .button+.button,.o-account-dashboard .m-gravity-form .gform_page_footer .o-woocommerce-order-complete__footer .button+.button,.o-woocommerce-order-complete__footer .m-gravity-form .gform_page_footer .o-account-dashboard .a-button+.button,.o-account-dashboard .o-woocommerce-order-complete__footer .m-gravity-form .gform_page_footer .a-button+.button,.m-gravity-form .gform_page_footer .o-woocommerce-order-complete__footer .o-account-dashboard .a-button+.button,.o-account-dashboard .m-gravity-form .gform_page_footer .o-woocommerce-order-complete__footer .a-button+.button,.o-woocommerce-order-complete__footer .woocommerce-message .o-account-dashboard .button+.button,.o-account-dashboard .o-woocommerce-order-complete__footer .woocommerce-message .button+.button,.woocommerce-message .o-woocommerce-order-complete__footer .o-account-dashboard .button+.button,.o-account-dashboard .woocommerce-message .o-woocommerce-order-complete__footer .button+.button,.o-woocommerce-order-complete__footer .woocommerce .woocommerce-notices-wrapper .woocommerce-message .o-account-dashboard .button+.button,.o-account-dashboard .o-woocommerce-order-complete__footer .woocommerce .woocommerce-notices-wrapper .woocommerce-message .button+.button,.woocommerce .woocommerce-notices-wrapper .woocommerce-message .o-woocommerce-order-complete__footer .o-account-dashboard .button+.button,.o-account-dashboard .woocommerce .woocommerce-notices-wrapper .woocommerce-message .o-woocommerce-order-complete__footer .button+.button,.o-woocommerce-order-complete__footer .o-cart-checkout .a-button+.button,.o-cart-checkout .o-woocommerce-order-complete__footer .a-button+.button,.o-woocommerce-order-complete__footer .o-cart-checkout .a-input[type="submit"]+.button,.o-cart-checkout .o-woocommerce-order-complete__footer .a-input[type="submit"]+.button,.o-woocommerce-order-complete__footer .o-product-cart .o-cart-checkout input[type="submit"][type="number"]+.button,.o-cart-checkout .o-woocommerce-order-complete__footer .o-product-cart input[type="submit"][type="number"]+.button,.o-product-cart .o-woocommerce-order-complete__footer .o-cart-checkout input[type="submit"][type="number"]+.button,.o-cart-checkout .o-product-cart .o-woocommerce-order-complete__footer input[type="submit"][type="number"]+.button,.o-woocommerce-order-complete__footer .o-product-cart .o-cart-checkout input[type="submit"][type="text"]+.button,.o-cart-checkout .o-woocommerce-order-complete__footer .o-product-cart input[type="submit"][type="text"]+.button,.o-product-cart .o-woocommerce-order-complete__footer .o-cart-checkout input[type="submit"][type="text"]+.button,.o-cart-checkout .o-product-cart .o-woocommerce-order-complete__footer input[type="submit"][type="text"]+.button,.o-woocommerce-order-complete__footer .o-cart-checkout .m-logo-links-dropdown__button+.button,.o-cart-checkout .o-woocommerce-order-complete__footer .m-logo-links-dropdown__button+.button,.o-woocommerce-order-complete__footer .m-product-review-form-block .form-submit .o-cart-checkout input+.button,.o-cart-checkout .o-woocommerce-order-complete__footer .m-product-review-form-block .form-submit input+.button,.m-product-review-form-block .form-submit .o-woocommerce-order-complete__footer .o-cart-checkout input+.button,.o-cart-checkout .m-product-review-form-block .form-submit .o-woocommerce-order-complete__footer input+.button,.o-woocommerce-order-complete__footer .o-product-description-image-hero .o-cart-checkout .button+.button,.o-cart-checkout .o-woocommerce-order-complete__footer .o-product-description-image-hero .button+.button,.o-product-description-image-hero .o-woocommerce-order-complete__footer .o-cart-checkout .button+.button,.o-cart-checkout .o-product-description-image-hero .o-woocommerce-order-complete__footer .button+.button,.o-woocommerce-order-complete__footer .o-product-gallery-hero .o-cart-checkout .button+.button,.o-cart-checkout .o-woocommerce-order-complete__footer .o-product-gallery-hero .button+.button,.o-product-gallery-hero .o-woocommerce-order-complete__footer .o-cart-checkout .button+.button,.o-cart-checkout .o-product-gallery-hero .o-woocommerce-order-complete__footer .button+.button,.o-woocommerce-order-complete__footer .o-product-specs-comparison .o-cart-checkout .button+.button,.o-cart-checkout .o-woocommerce-order-complete__footer .o-product-specs-comparison .button+.button,.o-product-specs-comparison .o-woocommerce-order-complete__footer .o-cart-checkout .button+.button,.o-cart-checkout .o-product-specs-comparison .o-woocommerce-order-complete__footer .button+.button,.o-woocommerce-order-complete__footer .o-account-dashboard .woocommerce-info .o-cart-checkout a+.button,.o-cart-checkout .o-woocommerce-order-complete__footer .o-account-dashboard .woocommerce-info a+.button,.o-account-dashboard .woocommerce-info .o-woocommerce-order-complete__footer .o-cart-checkout a+.button,.o-cart-checkout .o-account-dashboard .woocommerce-info .o-woocommerce-order-complete__footer a+.button,.o-woocommerce-order-complete__footer .o-account-dashboard .u-columns .title .o-cart-checkout a+.button,.o-cart-checkout .o-woocommerce-order-complete__footer .o-account-dashboard .u-columns .title a+.button,.o-account-dashboard .u-columns .title .o-woocommerce-order-complete__footer .o-cart-checkout a+.button,.o-cart-checkout .o-account-dashboard .u-columns .title .o-woocommerce-order-complete__footer a+.button,.o-woocommerce-order-complete__footer .o-account-dashboard .o-cart-checkout .button+.button,.o-cart-checkout .o-woocommerce-order-complete__footer .o-account-dashboard .button+.button,.o-account-dashboard .o-woocommerce-order-complete__footer .o-cart-checkout .button+.button,.o-cart-checkout .o-account-dashboard .o-woocommerce-order-complete__footer .button+.button,.o-woocommerce-order-complete__footer .o-cart-checkout .button+.button,.o-cart-checkout .o-woocommerce-order-complete__footer .button+.button,.o-woocommerce-order-complete__footer .o-cart-empty .return-to-shop .o-cart-checkout .button+.button,.o-cart-checkout .o-woocommerce-order-complete__footer .o-cart-empty .return-to-shop .button+.button,.o-cart-empty .return-to-shop .o-woocommerce-order-complete__footer .o-cart-checkout .button+.button,.o-cart-checkout .o-cart-empty .return-to-shop .o-woocommerce-order-complete__footer .button+.button,.o-woocommerce-order-complete__footer .o-product-cart .o-cart-checkout .button+.button,.o-cart-checkout .o-woocommerce-order-complete__footer .o-product-cart .button+.button,.o-product-cart .o-woocommerce-order-complete__footer .o-cart-checkout .button+.button,.o-cart-checkout .o-product-cart .o-woocommerce-order-complete__footer .button+.button,.o-woocommerce-order-complete__footer .o-woocommerce-order-details .order-again .o-cart-checkout .button+.button,.o-cart-checkout .o-woocommerce-order-complete__footer .o-woocommerce-order-details .order-again .button+.button,.o-woocommerce-order-details .order-again .o-woocommerce-order-complete__footer .o-cart-checkout .button+.button,.o-cart-checkout .o-woocommerce-order-details .order-again .o-woocommerce-order-complete__footer .button+.button,.o-woocommerce-order-complete__footer .t-product__woocommerce-message .woocommerce-message .o-cart-checkout .button+.button,.o-cart-checkout .o-woocommerce-order-complete__footer .t-product__woocommerce-message .woocommerce-message .button+.button,.t-product__woocommerce-message .woocommerce-message .o-woocommerce-order-complete__footer .o-cart-checkout .button+.button,.o-cart-checkout .t-product__woocommerce-message .woocommerce-message .o-woocommerce-order-complete__footer .button+.button,.o-woocommerce-order-complete__footer .m-gravity-form .gform_page_footer .o-cart-checkout .button+.button,.o-cart-checkout .o-woocommerce-order-complete__footer .m-gravity-form .gform_page_footer .button+.button,.m-gravity-form .gform_page_footer .o-woocommerce-order-complete__footer .o-cart-checkout .button+.button,.o-cart-checkout .m-gravity-form .gform_page_footer .o-woocommerce-order-complete__footer .button+.button,.o-woocommerce-order-complete__footer .m-gravity-form .gform_page_footer .o-cart-checkout .a-button+.button,.o-cart-checkout .o-woocommerce-order-complete__footer .m-gravity-form .gform_page_footer .a-button+.button,.m-gravity-form .gform_page_footer .o-woocommerce-order-complete__footer .o-cart-checkout .a-button+.button,.o-cart-checkout .m-gravity-form .gform_page_footer .o-woocommerce-order-complete__footer .a-button+.button,.o-woocommerce-order-complete__footer .woocommerce-message .o-cart-checkout .button+.button,.o-cart-checkout .o-woocommerce-order-complete__footer .woocommerce-message .button+.button,.woocommerce-message .o-woocommerce-order-complete__footer .o-cart-checkout .button+.button,.o-cart-checkout .woocommerce-message .o-woocommerce-order-complete__footer .button+.button,.o-woocommerce-order-complete__footer .woocommerce .woocommerce-notices-wrapper .woocommerce-message .o-cart-checkout .button+.button,.o-cart-checkout .o-woocommerce-order-complete__footer .woocommerce .woocommerce-notices-wrapper .woocommerce-message .button+.button,.woocommerce .woocommerce-notices-wrapper .woocommerce-message .o-woocommerce-order-complete__footer .o-cart-checkout .button+.button,.o-cart-checkout .woocommerce .woocommerce-notices-wrapper .woocommerce-message .o-woocommerce-order-complete__footer .button+.button,.o-woocommerce-order-complete__footer .o-cart-empty .return-to-shop .a-button+.button,.o-cart-empty .return-to-shop .o-woocommerce-order-complete__footer .a-button+.button,.o-woocommerce-order-complete__footer .o-cart-empty .return-to-shop .a-input[type="submit"]+.button,.o-cart-empty .return-to-shop .o-woocommerce-order-complete__footer .a-input[type="submit"]+.button,.o-woocommerce-order-complete__footer .o-product-cart .o-cart-empty .return-to-shop input[type="submit"][type="number"]+.button,.o-cart-empty .return-to-shop .o-woocommerce-order-complete__footer .o-product-cart input[type="submit"][type="number"]+.button,.o-product-cart .o-woocommerce-order-complete__footer .o-cart-empty .return-to-shop input[type="submit"][type="number"]+.button,.o-cart-empty .return-to-shop .o-product-cart .o-woocommerce-order-complete__footer input[type="submit"][type="number"]+.button,.o-woocommerce-order-complete__footer .o-product-cart .o-cart-empty .return-to-shop input[type="submit"][type="text"]+.button,.o-cart-empty .return-to-shop .o-woocommerce-order-complete__footer .o-product-cart input[type="submit"][type="text"]+.button,.o-product-cart .o-woocommerce-order-complete__footer .o-cart-empty .return-to-shop input[type="submit"][type="text"]+.button,.o-cart-empty .return-to-shop .o-product-cart .o-woocommerce-order-complete__footer input[type="submit"][type="text"]+.button,.o-woocommerce-order-complete__footer .o-cart-empty .return-to-shop .m-logo-links-dropdown__button+.button,.o-cart-empty .return-to-shop .o-woocommerce-order-complete__footer .m-logo-links-dropdown__button+.button,.o-woocommerce-order-complete__footer .m-product-review-form-block .form-submit .o-cart-empty .return-to-shop input+.button,.o-cart-empty .return-to-shop .o-woocommerce-order-complete__footer .m-product-review-form-block .form-submit input+.button,.m-product-review-form-block .form-submit .o-woocommerce-order-complete__footer .o-cart-empty .return-to-shop input+.button,.o-cart-empty .return-to-shop .m-product-review-form-block .form-submit .o-woocommerce-order-complete__footer input+.button,.o-woocommerce-order-complete__footer .o-product-description-image-hero .o-cart-empty .return-to-shop .button+.button,.o-cart-empty .return-to-shop .o-woocommerce-order-complete__footer .o-product-description-image-hero .button+.button,.o-product-description-image-hero .o-woocommerce-order-complete__footer .o-cart-empty .return-to-shop .button+.button,.o-cart-empty .return-to-shop .o-product-description-image-hero .o-woocommerce-order-complete__footer .button+.button,.o-woocommerce-order-complete__footer .o-product-gallery-hero .o-cart-empty .return-to-shop .button+.button,.o-cart-empty .return-to-shop .o-woocommerce-order-complete__footer .o-product-gallery-hero .button+.button,.o-product-gallery-hero .o-woocommerce-order-complete__footer .o-cart-empty .return-to-shop .button+.button,.o-cart-empty .return-to-shop .o-product-gallery-hero .o-woocommerce-order-complete__footer .button+.button,.o-woocommerce-order-complete__footer .o-product-specs-comparison .o-cart-empty .return-to-shop .button+.button,.o-cart-empty .return-to-shop .o-woocommerce-order-complete__footer .o-product-specs-comparison .button+.button,.o-product-specs-comparison .o-woocommerce-order-complete__footer .o-cart-empty .return-to-shop .button+.button,.o-cart-empty .return-to-shop .o-product-specs-comparison .o-woocommerce-order-complete__footer .button+.button,.o-woocommerce-order-complete__footer .o-account-dashboard .woocommerce-info .o-cart-empty .return-to-shop a+.button,.o-cart-empty .return-to-shop .o-woocommerce-order-complete__footer .o-account-dashboard .woocommerce-info a+.button,.o-account-dashboard .woocommerce-info .o-woocommerce-order-complete__footer .o-cart-empty .return-to-shop a+.button,.o-cart-empty .return-to-shop .o-account-dashboard .woocommerce-info .o-woocommerce-order-complete__footer a+.button,.o-woocommerce-order-complete__footer .o-account-dashboard .u-columns .title .o-cart-empty .return-to-shop a+.button,.o-cart-empty .return-to-shop .o-woocommerce-order-complete__footer .o-account-dashboard .u-columns .title a+.button,.o-account-dashboard .u-columns .title .o-woocommerce-order-complete__footer .o-cart-empty .return-to-shop a+.button,.o-cart-empty .return-to-shop .o-account-dashboard .u-columns .title .o-woocommerce-order-complete__footer a+.button,.o-woocommerce-order-complete__footer .o-account-dashboard .o-cart-empty .return-to-shop .button+.button,.o-cart-empty .return-to-shop .o-woocommerce-order-complete__footer .o-account-dashboard .button+.button,.o-account-dashboard .o-woocommerce-order-complete__footer .o-cart-empty .return-to-shop .button+.button,.o-cart-empty .return-to-shop .o-account-dashboard .o-woocommerce-order-complete__footer .button+.button,.o-woocommerce-order-complete__footer .o-cart-checkout .o-cart-empty .return-to-shop .button+.button,.o-cart-empty .return-to-shop .o-woocommerce-order-complete__footer .o-cart-checkout .button+.button,.o-cart-checkout .o-woocommerce-order-complete__footer .o-cart-empty .return-to-shop .button+.button,.o-cart-empty .return-to-shop .o-cart-checkout .o-woocommerce-order-complete__footer .button+.button,.o-woocommerce-order-complete__footer .o-cart-empty .return-to-shop .button+.button,.o-cart-empty .return-to-shop .o-woocommerce-order-complete__footer .button+.button,.o-woocommerce-order-complete__footer .o-product-cart .o-cart-empty .return-to-shop .button+.button,.o-cart-empty .return-to-shop .o-woocommerce-order-complete__footer .o-product-cart .button+.button,.o-product-cart .o-woocommerce-order-complete__footer .o-cart-empty .return-to-shop .button+.button,.o-cart-empty .return-to-shop .o-product-cart .o-woocommerce-order-complete__footer .button+.button,.o-woocommerce-order-complete__footer .o-woocommerce-order-details .order-again .o-cart-empty .return-to-shop .button+.button,.o-cart-empty .return-to-shop .o-woocommerce-order-complete__footer .o-woocommerce-order-details .order-again .button+.button,.o-woocommerce-order-details .order-again .o-woocommerce-order-complete__footer .o-cart-empty .return-to-shop .button+.button,.o-cart-empty .return-to-shop .o-woocommerce-order-details .order-again .o-woocommerce-order-complete__footer .button+.button,.o-woocommerce-order-complete__footer .t-product__woocommerce-message .woocommerce-message .o-cart-empty .return-to-shop .button+.button,.o-cart-empty .return-to-shop .o-woocommerce-order-complete__footer .t-product__woocommerce-message .woocommerce-message .button+.button,.t-product__woocommerce-message .woocommerce-message .o-woocommerce-order-complete__footer .o-cart-empty .return-to-shop .button+.button,.o-cart-empty .return-to-shop .t-product__woocommerce-message .woocommerce-message .o-woocommerce-order-complete__footer .button+.button,.o-woocommerce-order-complete__footer .m-gravity-form .gform_page_footer .o-cart-empty .return-to-shop .button+.button,.o-cart-empty .return-to-shop .o-woocommerce-order-complete__footer .m-gravity-form .gform_page_footer .button+.button,.m-gravity-form .gform_page_footer .o-woocommerce-order-complete__footer .o-cart-empty .return-to-shop .button+.button,.o-cart-empty .return-to-shop .m-gravity-form .gform_page_footer .o-woocommerce-order-complete__footer .button+.button,.o-woocommerce-order-complete__footer .m-gravity-form .gform_page_footer .o-cart-empty .return-to-shop .a-button+.button,.o-cart-empty .return-to-shop .o-woocommerce-order-complete__footer .m-gravity-form .gform_page_footer .a-button+.button,.m-gravity-form .gform_page_footer .o-woocommerce-order-complete__footer .o-cart-empty .return-to-shop .a-button+.button,.o-cart-empty .return-to-shop .m-gravity-form .gform_page_footer .o-woocommerce-order-complete__footer .a-button+.button,.o-woocommerce-order-complete__footer .woocommerce-message .o-cart-empty .return-to-shop .button+.button,.o-cart-empty .return-to-shop .o-woocommerce-order-complete__footer .woocommerce-message .button+.button,.woocommerce-message .o-woocommerce-order-complete__footer .o-cart-empty .return-to-shop .button+.button,.o-cart-empty .return-to-shop .woocommerce-message .o-woocommerce-order-complete__footer .button+.button,.o-woocommerce-order-complete__footer .woocommerce .woocommerce-notices-wrapper .woocommerce-message .o-cart-empty .return-to-shop .button+.button,.o-cart-empty .return-to-shop .o-woocommerce-order-complete__footer .woocommerce .woocommerce-notices-wrapper .woocommerce-message .button+.button,.woocommerce .woocommerce-notices-wrapper .woocommerce-message .o-woocommerce-order-complete__footer .o-cart-empty .return-to-shop .button+.button,.o-cart-empty .return-to-shop .woocommerce .woocommerce-notices-wrapper .woocommerce-message .o-woocommerce-order-complete__footer .button+.button,.o-woocommerce-order-complete__footer .o-product-cart .a-button+.button,.o-product-cart .o-woocommerce-order-complete__footer .a-button+.button,.o-woocommerce-order-complete__footer .o-product-cart .a-input[type="submit"]+.button,.o-product-cart .o-woocommerce-order-complete__footer .a-input[type="submit"]+.button,.o-woocommerce-order-complete__footer .o-product-cart input[type="submit"][type="number"]+.button,.o-product-cart .o-woocommerce-order-complete__footer input[type="submit"][type="number"]+.button,.o-woocommerce-order-complete__footer .o-product-cart input[type="submit"][type="text"]+.button,.o-product-cart .o-woocommerce-order-complete__footer input[type="submit"][type="text"]+.button,.o-woocommerce-order-complete__footer .o-product-cart .m-logo-links-dropdown__button+.button,.o-product-cart .o-woocommerce-order-complete__footer .m-logo-links-dropdown__button+.button,.o-woocommerce-order-complete__footer .m-product-review-form-block .form-submit .o-product-cart input+.button,.o-product-cart .o-woocommerce-order-complete__footer .m-product-review-form-block .form-submit input+.button,.m-product-review-form-block .form-submit .o-woocommerce-order-complete__footer .o-product-cart input+.button,.o-product-cart .m-product-review-form-block .form-submit .o-woocommerce-order-complete__footer input+.button,.o-woocommerce-order-complete__footer .o-product-description-image-hero .o-product-cart .button+.button,.o-product-cart .o-woocommerce-order-complete__footer .o-product-description-image-hero .button+.button,.o-product-description-image-hero .o-woocommerce-order-complete__footer .o-product-cart .button+.button,.o-product-cart .o-product-description-image-hero .o-woocommerce-order-complete__footer .button+.button,.o-woocommerce-order-complete__footer .o-product-gallery-hero .o-product-cart .button+.button,.o-product-cart .o-woocommerce-order-complete__footer .o-product-gallery-hero .button+.button,.o-product-gallery-hero .o-woocommerce-order-complete__footer .o-product-cart .button+.button,.o-product-cart .o-product-gallery-hero .o-woocommerce-order-complete__footer .button+.button,.o-woocommerce-order-complete__footer .o-product-specs-comparison .o-product-cart .button+.button,.o-product-cart .o-woocommerce-order-complete__footer .o-product-specs-comparison .button+.button,.o-product-specs-comparison .o-woocommerce-order-complete__footer .o-product-cart .button+.button,.o-product-cart .o-product-specs-comparison .o-woocommerce-order-complete__footer .button+.button,.o-woocommerce-order-complete__footer .o-account-dashboard .woocommerce-info .o-product-cart a+.button,.o-product-cart .o-woocommerce-order-complete__footer .o-account-dashboard .woocommerce-info a+.button,.o-account-dashboard .woocommerce-info .o-woocommerce-order-complete__footer .o-product-cart a+.button,.o-product-cart .o-account-dashboard .woocommerce-info .o-woocommerce-order-complete__footer a+.button,.o-woocommerce-order-complete__footer .o-account-dashboard .u-columns .title .o-product-cart a+.button,.o-product-cart .o-woocommerce-order-complete__footer .o-account-dashboard .u-columns .title a+.button,.o-account-dashboard .u-columns .title .o-woocommerce-order-complete__footer .o-product-cart a+.button,.o-product-cart .o-account-dashboard .u-columns .title .o-woocommerce-order-complete__footer a+.button,.o-woocommerce-order-complete__footer .o-account-dashboard .o-product-cart .button+.button,.o-product-cart .o-woocommerce-order-complete__footer .o-account-dashboard .button+.button,.o-account-dashboard .o-woocommerce-order-complete__footer .o-product-cart .button+.button,.o-product-cart .o-account-dashboard .o-woocommerce-order-complete__footer .button+.button,.o-woocommerce-order-complete__footer .o-cart-checkout .o-product-cart .button+.button,.o-product-cart .o-woocommerce-order-complete__footer .o-cart-checkout .button+.button,.o-cart-checkout .o-woocommerce-order-complete__footer .o-product-cart .button+.button,.o-product-cart .o-cart-checkout .o-woocommerce-order-complete__footer .button+.button,.o-woocommerce-order-complete__footer .o-cart-empty .return-to-shop .o-product-cart .button+.button,.o-product-cart .o-woocommerce-order-complete__footer .o-cart-empty .return-to-shop .button+.button,.o-cart-empty .return-to-shop .o-woocommerce-order-complete__footer .o-product-cart .button+.button,.o-product-cart .o-cart-empty .return-to-shop .o-woocommerce-order-complete__footer .button+.button,.o-woocommerce-order-complete__footer .o-product-cart .button+.button,.o-product-cart .o-woocommerce-order-complete__footer .button+.button,.o-woocommerce-order-complete__footer .o-woocommerce-order-details .order-again .o-product-cart .button+.button,.o-product-cart .o-woocommerce-order-complete__footer .o-woocommerce-order-details .order-again .button+.button,.o-woocommerce-order-details .order-again .o-woocommerce-order-complete__footer .o-product-cart .button+.button,.o-product-cart .o-woocommerce-order-details .order-again .o-woocommerce-order-complete__footer .button+.button,.o-woocommerce-order-complete__footer .t-product__woocommerce-message .woocommerce-message .o-product-cart .button+.button,.o-product-cart .o-woocommerce-order-complete__footer .t-product__woocommerce-message .woocommerce-message .button+.button,.t-product__woocommerce-message .woocommerce-message .o-woocommerce-order-complete__footer .o-product-cart .button+.button,.o-product-cart .t-product__woocommerce-message .woocommerce-message .o-woocommerce-order-complete__footer .button+.button,.o-woocommerce-order-complete__footer .m-gravity-form .gform_page_footer .o-product-cart .button+.button,.o-product-cart .o-woocommerce-order-complete__footer .m-gravity-form .gform_page_footer .button+.button,.m-gravity-form .gform_page_footer .o-woocommerce-order-complete__footer .o-product-cart .button+.button,.o-product-cart .m-gravity-form .gform_page_footer .o-woocommerce-order-complete__footer .button+.button,.o-woocommerce-order-complete__footer .m-gravity-form .gform_page_footer .o-product-cart .a-button+.button,.o-product-cart .o-woocommerce-order-complete__footer .m-gravity-form .gform_page_footer .a-button+.button,.m-gravity-form .gform_page_footer .o-woocommerce-order-complete__footer .o-product-cart .a-button+.button,.o-product-cart .m-gravity-form .gform_page_footer .o-woocommerce-order-complete__footer .a-button+.button,.o-woocommerce-order-complete__footer .woocommerce-message .o-product-cart .button+.button,.o-product-cart .o-woocommerce-order-complete__footer .woocommerce-message .button+.button,.woocommerce-message .o-woocommerce-order-complete__footer .o-product-cart .button+.button,.o-product-cart .woocommerce-message .o-woocommerce-order-complete__footer .button+.button,.o-woocommerce-order-complete__footer .woocommerce .woocommerce-notices-wrapper .woocommerce-message .o-product-cart .button+.button,.o-product-cart .o-woocommerce-order-complete__footer .woocommerce .woocommerce-notices-wrapper .woocommerce-message .button+.button,.woocommerce .woocommerce-notices-wrapper .woocommerce-message .o-woocommerce-order-complete__footer .o-product-cart .button+.button,.o-product-cart .woocommerce .woocommerce-notices-wrapper .woocommerce-message .o-woocommerce-order-complete__footer .button+.button,.o-woocommerce-order-complete__footer .o-woocommerce-order-details .order-again .a-button+.button,.o-woocommerce-order-details .order-again .o-woocommerce-order-complete__footer .a-button+.button,.o-woocommerce-order-complete__footer .o-woocommerce-order-details .order-again .a-input[type="submit"]+.button,.o-woocommerce-order-details .order-again .o-woocommerce-order-complete__footer .a-input[type="submit"]+.button,.o-woocommerce-order-complete__footer .o-product-cart .o-woocommerce-order-details .order-again input[type="submit"][type="number"]+.button,.o-woocommerce-order-details .order-again .o-woocommerce-order-complete__footer .o-product-cart input[type="submit"][type="number"]+.button,.o-product-cart .o-woocommerce-order-complete__footer .o-woocommerce-order-details .order-again input[type="submit"][type="number"]+.button,.o-woocommerce-order-details .order-again .o-product-cart .o-woocommerce-order-complete__footer input[type="submit"][type="number"]+.button,.o-woocommerce-order-complete__footer .o-product-cart .o-woocommerce-order-details .order-again input[type="submit"][type="text"]+.button,.o-woocommerce-order-details .order-again .o-woocommerce-order-complete__footer .o-product-cart input[type="submit"][type="text"]+.button,.o-product-cart .o-woocommerce-order-complete__footer .o-woocommerce-order-details .order-again input[type="submit"][type="text"]+.button,.o-woocommerce-order-details .order-again .o-product-cart .o-woocommerce-order-complete__footer input[type="submit"][type="text"]+.button,.o-woocommerce-order-complete__footer .o-woocommerce-order-details .order-again .m-logo-links-dropdown__button+.button,.o-woocommerce-order-details .order-again .o-woocommerce-order-complete__footer .m-logo-links-dropdown__button+.button,.o-woocommerce-order-complete__footer .m-product-review-form-block .form-submit .o-woocommerce-order-details .order-again input+.button,.o-woocommerce-order-details .order-again .o-woocommerce-order-complete__footer .m-product-review-form-block .form-submit input+.button,.m-product-review-form-block .form-submit .o-woocommerce-order-complete__footer .o-woocommerce-order-details .order-again input+.button,.o-woocommerce-order-details .order-again .m-product-review-form-block .form-submit .o-woocommerce-order-complete__footer input+.button,.o-woocommerce-order-complete__footer .o-product-description-image-hero .o-woocommerce-order-details .order-again .button+.button,.o-woocommerce-order-details .order-again .o-woocommerce-order-complete__footer .o-product-description-image-hero .button+.button,.o-product-description-image-hero .o-woocommerce-order-complete__footer .o-woocommerce-order-details .order-again .button+.button,.o-woocommerce-order-details .order-again .o-product-description-image-hero .o-woocommerce-order-complete__footer .button+.button,.o-woocommerce-order-complete__footer .o-product-gallery-hero .o-woocommerce-order-details .order-again .button+.button,.o-woocommerce-order-details .order-again .o-woocommerce-order-complete__footer .o-product-gallery-hero .button+.button,.o-product-gallery-hero .o-woocommerce-order-complete__footer .o-woocommerce-order-details .order-again .button+.button,.o-woocommerce-order-details .order-again .o-product-gallery-hero .o-woocommerce-order-complete__footer .button+.button,.o-woocommerce-order-complete__footer .o-product-specs-comparison .o-woocommerce-order-details .order-again .button+.button,.o-woocommerce-order-details .order-again .o-woocommerce-order-complete__footer .o-product-specs-comparison .button+.button,.o-product-specs-comparison .o-woocommerce-order-complete__footer .o-woocommerce-order-details .order-again .button+.button,.o-woocommerce-order-details .order-again .o-product-specs-comparison .o-woocommerce-order-complete__footer .button+.button,.o-woocommerce-order-complete__footer .o-account-dashboard .woocommerce-info .o-woocommerce-order-details .order-again a+.button,.o-woocommerce-order-details .order-again .o-woocommerce-order-complete__footer .o-account-dashboard .woocommerce-info a+.button,.o-account-dashboard .woocommerce-info .o-woocommerce-order-complete__footer .o-woocommerce-order-details .order-again a+.button,.o-woocommerce-order-details .order-again .o-account-dashboard .woocommerce-info .o-woocommerce-order-complete__footer a+.button,.o-woocommerce-order-complete__footer .o-account-dashboard .u-columns .title .o-woocommerce-order-details .order-again a+.button,.o-woocommerce-order-details .order-again .o-woocommerce-order-complete__footer .o-account-dashboard .u-columns .title a+.button,.o-account-dashboard .u-columns .title .o-woocommerce-order-complete__footer .o-woocommerce-order-details .order-again a+.button,.o-woocommerce-order-details .order-again .o-account-dashboard .u-columns .title .o-woocommerce-order-complete__footer a+.button,.o-woocommerce-order-complete__footer .o-account-dashboard .o-woocommerce-order-details .order-again .button+.button,.o-woocommerce-order-details .order-again .o-woocommerce-order-complete__footer .o-account-dashboard .button+.button,.o-account-dashboard .o-woocommerce-order-complete__footer .o-woocommerce-order-details .order-again .button+.button,.o-woocommerce-order-details .order-again .o-account-dashboard .o-woocommerce-order-complete__footer .button+.button,.o-woocommerce-order-complete__footer .o-cart-checkout .o-woocommerce-order-details .order-again .button+.button,.o-woocommerce-order-details .order-again .o-woocommerce-order-complete__footer .o-cart-checkout .button+.button,.o-cart-checkout .o-woocommerce-order-complete__footer .o-woocommerce-order-details .order-again .button+.button,.o-woocommerce-order-details .order-again .o-cart-checkout .o-woocommerce-order-complete__footer .button+.button,.o-woocommerce-order-complete__footer .o-cart-empty .return-to-shop .o-woocommerce-order-details .order-again .button+.button,.o-woocommerce-order-details .order-again .o-woocommerce-order-complete__footer .o-cart-empty .return-to-shop .button+.button,.o-cart-empty .return-to-shop .o-woocommerce-order-complete__footer .o-woocommerce-order-details .order-again .button+.button,.o-woocommerce-order-details .order-again .o-cart-empty .return-to-shop .o-woocommerce-order-complete__footer .button+.button,.o-woocommerce-order-complete__footer .o-product-cart .o-woocommerce-order-details .order-again .button+.button,.o-woocommerce-order-details .order-again .o-woocommerce-order-complete__footer .o-product-cart .button+.button,.o-product-cart .o-woocommerce-order-complete__footer .o-woocommerce-order-details .order-again .button+.button,.o-woocommerce-order-details .order-again .o-product-cart .o-woocommerce-order-complete__footer .button+.button,.o-woocommerce-order-complete__footer .o-woocommerce-order-details .order-again .button+.button,.o-woocommerce-order-details .order-again .o-woocommerce-order-complete__footer .button+.button,.o-woocommerce-order-complete__footer .t-product__woocommerce-message .woocommerce-message .o-woocommerce-order-details .order-again .button+.button,.o-woocommerce-order-details .order-again .o-woocommerce-order-complete__footer .t-product__woocommerce-message .woocommerce-message .button+.button,.t-product__woocommerce-message .woocommerce-message .o-woocommerce-order-complete__footer .o-woocommerce-order-details .order-again .button+.button,.o-woocommerce-order-details .order-again .t-product__woocommerce-message .woocommerce-message .o-woocommerce-order-complete__footer .button+.button,.o-woocommerce-order-complete__footer .m-gravity-form .gform_page_footer .o-woocommerce-order-details .order-again .button+.button,.o-woocommerce-order-details .order-again .o-woocommerce-order-complete__footer .m-gravity-form .gform_page_footer .button+.button,.m-gravity-form .gform_page_footer .o-woocommerce-order-complete__footer .o-woocommerce-order-details .order-again .button+.button,.o-woocommerce-order-details .order-again .m-gravity-form .gform_page_footer .o-woocommerce-order-complete__footer .button+.button,.o-woocommerce-order-complete__footer .m-gravity-form .gform_page_footer .o-woocommerce-order-details .order-again .a-button+.button,.o-woocommerce-order-details .order-again .o-woocommerce-order-complete__footer .m-gravity-form .gform_page_footer .a-button+.button,.m-gravity-form .gform_page_footer .o-woocommerce-order-complete__footer .o-woocommerce-order-details .order-again .a-button+.button,.o-woocommerce-order-details .order-again .m-gravity-form .gform_page_footer .o-woocommerce-order-complete__footer .a-button+.button,.o-woocommerce-order-complete__footer .woocommerce-message .o-woocommerce-order-details .order-again .button+.button,.o-woocommerce-order-details .order-again .o-woocommerce-order-complete__footer .woocommerce-message .button+.button,.woocommerce-message .o-woocommerce-order-complete__footer .o-woocommerce-order-details .order-again .button+.button,.o-woocommerce-order-details .order-again .woocommerce-message .o-woocommerce-order-complete__footer .button+.button,.o-woocommerce-order-complete__footer .woocommerce .woocommerce-notices-wrapper .woocommerce-message .o-woocommerce-order-details .order-again .button+.button,.o-woocommerce-order-details .order-again .o-woocommerce-order-complete__footer .woocommerce .woocommerce-notices-wrapper .woocommerce-message .button+.button,.woocommerce .woocommerce-notices-wrapper .woocommerce-message .o-woocommerce-order-complete__footer .o-woocommerce-order-details .order-again .button+.button,.o-woocommerce-order-details .order-again .woocommerce .woocommerce-notices-wrapper .woocommerce-message .o-woocommerce-order-complete__footer .button+.button,.o-woocommerce-order-complete__footer .t-product__woocommerce-message .woocommerce-message .a-button+.button,.t-product__woocommerce-message .woocommerce-message .o-woocommerce-order-complete__footer .a-button+.button,.o-woocommerce-order-complete__footer .t-product__woocommerce-message .woocommerce-message .a-input[type="submit"]+.button,.t-product__woocommerce-message .woocommerce-message .o-woocommerce-order-complete__footer .a-input[type="submit"]+.button,.o-woocommerce-order-complete__footer .o-product-cart .t-product__woocommerce-message .woocommerce-message input[type="submit"][type="number"]+.button,.t-product__woocommerce-message .woocommerce-message .o-woocommerce-order-complete__footer .o-product-cart input[type="submit"][type="number"]+.button,.o-product-cart .o-woocommerce-order-complete__footer .t-product__woocommerce-message .woocommerce-message input[type="submit"][type="number"]+.button,.t-product__woocommerce-message .woocommerce-message .o-product-cart .o-woocommerce-order-complete__footer input[type="submit"][type="number"]+.button,.o-woocommerce-order-complete__footer .o-product-cart .t-product__woocommerce-message .woocommerce-message input[type="submit"][type="text"]+.button,.t-product__woocommerce-message .woocommerce-message .o-woocommerce-order-complete__footer .o-product-cart input[type="submit"][type="text"]+.button,.o-product-cart .o-woocommerce-order-complete__footer .t-product__woocommerce-message .woocommerce-message input[type="submit"][type="text"]+.button,.t-product__woocommerce-message .woocommerce-message .o-product-cart .o-woocommerce-order-complete__footer input[type="submit"][type="text"]+.button,.o-woocommerce-order-complete__footer .t-product__woocommerce-message .woocommerce-message .m-logo-links-dropdown__button+.button,.t-product__woocommerce-message .woocommerce-message .o-woocommerce-order-complete__footer .m-logo-links-dropdown__button+.button,.o-woocommerce-order-complete__footer .m-product-review-form-block .form-submit .t-product__woocommerce-message .woocommerce-message input+.button,.t-product__woocommerce-message .woocommerce-message .o-woocommerce-order-complete__footer .m-product-review-form-block .form-submit input+.button,.m-product-review-form-block .form-submit .o-woocommerce-order-complete__footer .t-product__woocommerce-message .woocommerce-message input+.button,.t-product__woocommerce-message .woocommerce-message .m-product-review-form-block .form-submit .o-woocommerce-order-complete__footer input+.button,.o-woocommerce-order-complete__footer .o-product-description-image-hero .t-product__woocommerce-message .woocommerce-message .button+.button,.t-product__woocommerce-message .woocommerce-message .o-woocommerce-order-complete__footer .o-product-description-image-hero .button+.button,.o-product-description-image-hero .o-woocommerce-order-complete__footer .t-product__woocommerce-message .woocommerce-message .button+.button,.t-product__woocommerce-message .woocommerce-message .o-product-description-image-hero .o-woocommerce-order-complete__footer .button+.button,.o-woocommerce-order-complete__footer .o-product-gallery-hero .t-product__woocommerce-message .woocommerce-message .button+.button,.t-product__woocommerce-message .woocommerce-message .o-woocommerce-order-complete__footer .o-product-gallery-hero .button+.button,.o-product-gallery-hero .o-woocommerce-order-complete__footer .t-product__woocommerce-message .woocommerce-message .button+.button,.t-product__woocommerce-message .woocommerce-message .o-product-gallery-hero .o-woocommerce-order-complete__footer .button+.button,.o-woocommerce-order-complete__footer .o-product-specs-comparison .t-product__woocommerce-message .woocommerce-message .button+.button,.t-product__woocommerce-message .woocommerce-message .o-woocommerce-order-complete__footer .o-product-specs-comparison .button+.button,.o-product-specs-comparison .o-woocommerce-order-complete__footer .t-product__woocommerce-message .woocommerce-message .button+.button,.t-product__woocommerce-message .woocommerce-message .o-product-specs-comparison .o-woocommerce-order-complete__footer .button+.button,.o-woocommerce-order-complete__footer .o-account-dashboard .woocommerce-info .t-product__woocommerce-message .woocommerce-message a+.button,.t-product__woocommerce-message .woocommerce-message .o-woocommerce-order-complete__footer .o-account-dashboard .woocommerce-info a+.button,.o-account-dashboard .woocommerce-info .o-woocommerce-order-complete__footer .t-product__woocommerce-message .woocommerce-message a+.button,.t-product__woocommerce-message .woocommerce-message .o-account-dashboard .woocommerce-info .o-woocommerce-order-complete__footer a+.button,.o-woocommerce-order-complete__footer .o-account-dashboard .u-columns .title .t-product__woocommerce-message .woocommerce-message a+.button,.t-product__woocommerce-message .woocommerce-message .o-woocommerce-order-complete__footer .o-account-dashboard .u-columns .title a+.button,.o-account-dashboard .u-columns .title .o-woocommerce-order-complete__footer .t-product__woocommerce-message .woocommerce-message a+.button,.t-product__woocommerce-message .woocommerce-message .o-account-dashboard .u-columns .title .o-woocommerce-order-complete__footer a+.button,.o-woocommerce-order-complete__footer .o-account-dashboard .t-product__woocommerce-message .woocommerce-message .button+.button,.t-product__woocommerce-message .woocommerce-message .o-woocommerce-order-complete__footer .o-account-dashboard .button+.button,.o-account-dashboard .o-woocommerce-order-complete__footer .t-product__woocommerce-message .woocommerce-message .button+.button,.t-product__woocommerce-message .woocommerce-message .o-account-dashboard .o-woocommerce-order-complete__footer .button+.button,.o-woocommerce-order-complete__footer .o-cart-checkout .t-product__woocommerce-message .woocommerce-message .button+.button,.t-product__woocommerce-message .woocommerce-message .o-woocommerce-order-complete__footer .o-cart-checkout .button+.button,.o-cart-checkout .o-woocommerce-order-complete__footer .t-product__woocommerce-message .woocommerce-message .button+.button,.t-product__woocommerce-message .woocommerce-message .o-cart-checkout .o-woocommerce-order-complete__footer .button+.button,.o-woocommerce-order-complete__footer .o-cart-empty .return-to-shop .t-product__woocommerce-message .woocommerce-message .button+.button,.t-product__woocommerce-message .woocommerce-message .o-woocommerce-order-complete__footer .o-cart-empty .return-to-shop .button+.button,.o-cart-empty .return-to-shop .o-woocommerce-order-complete__footer .t-product__woocommerce-message .woocommerce-message .button+.button,.t-product__woocommerce-message .woocommerce-message .o-cart-empty .return-to-shop .o-woocommerce-order-complete__footer .button+.button,.o-woocommerce-order-complete__footer .o-product-cart .t-product__woocommerce-message .woocommerce-message .button+.button,.t-product__woocommerce-message .woocommerce-message .o-woocommerce-order-complete__footer .o-product-cart .button+.button,.o-product-cart .o-woocommerce-order-complete__footer .t-product__woocommerce-message .woocommerce-message .button+.button,.t-product__woocommerce-message .woocommerce-message .o-product-cart .o-woocommerce-order-complete__footer .button+.button,.o-woocommerce-order-complete__footer .o-woocommerce-order-details .order-again .t-product__woocommerce-message .woocommerce-message .button+.button,.t-product__woocommerce-message .woocommerce-message .o-woocommerce-order-complete__footer .o-woocommerce-order-details .order-again .button+.button,.o-woocommerce-order-details .order-again .o-woocommerce-order-complete__footer .t-product__woocommerce-message .woocommerce-message .button+.button,.t-product__woocommerce-message .woocommerce-message .o-woocommerce-order-details .order-again .o-woocommerce-order-complete__footer .button+.button,.o-woocommerce-order-complete__footer .t-product__woocommerce-message .woocommerce-message .button+.button,.t-product__woocommerce-message .woocommerce-message .o-woocommerce-order-complete__footer .button+.button,.o-woocommerce-order-complete__footer .m-gravity-form .gform_page_footer .t-product__woocommerce-message .woocommerce-message .button+.button,.t-product__woocommerce-message .woocommerce-message .o-woocommerce-order-complete__footer .m-gravity-form .gform_page_footer .button+.button,.m-gravity-form .gform_page_footer .o-woocommerce-order-complete__footer .t-product__woocommerce-message .woocommerce-message .button+.button,.t-product__woocommerce-message .woocommerce-message .m-gravity-form .gform_page_footer .o-woocommerce-order-complete__footer .button+.button,.o-woocommerce-order-complete__footer .m-gravity-form .gform_page_footer .t-product__woocommerce-message .woocommerce-message .a-button+.button,.t-product__woocommerce-message .woocommerce-message .o-woocommerce-order-complete__footer .m-gravity-form .gform_page_footer .a-button+.button,.m-gravity-form .gform_page_footer .o-woocommerce-order-complete__footer .t-product__woocommerce-message .woocommerce-message .a-button+.button,.t-product__woocommerce-message .woocommerce-message .m-gravity-form .gform_page_footer .o-woocommerce-order-complete__footer .a-button+.button,.o-woocommerce-order-complete__footer .t-product__woocommerce-message .woocommerce-message .button+.button,.t-product__woocommerce-message .o-woocommerce-order-complete__footer .woocommerce-message .button+.button,.t-product__woocommerce-message .woocommerce-message .o-woocommerce-order-complete__footer .button+.button,.o-woocommerce-order-complete__footer .woocommerce .woocommerce-notices-wrapper .t-product__woocommerce-message .woocommerce-message .button+.button,.t-product__woocommerce-message .o-woocommerce-order-complete__footer .woocommerce .woocommerce-notices-wrapper .woocommerce-message .button+.button,.woocommerce .woocommerce-notices-wrapper .t-product__woocommerce-message .woocommerce-message .o-woocommerce-order-complete__footer .button+.button,.t-product__woocommerce-message .woocommerce .woocommerce-notices-wrapper .woocommerce-message .o-woocommerce-order-complete__footer .button+.button,.o-woocommerce-order-complete__footer .m-gravity-form .gform_page_footer .a-button+.button,.m-gravity-form .gform_page_footer .o-woocommerce-order-complete__footer .a-button+.button,.o-woocommerce-order-complete__footer .m-gravity-form .gform_page_footer .a-input[type="submit"]+.button,.m-gravity-form .gform_page_footer .o-woocommerce-order-complete__footer .a-input[type="submit"]+.button,.o-woocommerce-order-complete__footer .o-product-cart .m-gravity-form .gform_page_footer input[type="submit"][type="number"]+.button,.m-gravity-form .gform_page_footer .o-woocommerce-order-complete__footer .o-product-cart input[type="submit"][type="number"]+.button,.o-product-cart .o-woocommerce-order-complete__footer .m-gravity-form .gform_page_footer input[type="submit"][type="number"]+.button,.m-gravity-form .gform_page_footer .o-product-cart .o-woocommerce-order-complete__footer input[type="submit"][type="number"]+.button,.o-woocommerce-order-complete__footer .o-product-cart .m-gravity-form .gform_page_footer input[type="submit"][type="text"]+.button,.m-gravity-form .gform_page_footer .o-woocommerce-order-complete__footer .o-product-cart input[type="submit"][type="text"]+.button,.o-product-cart .o-woocommerce-order-complete__footer .m-gravity-form .gform_page_footer input[type="submit"][type="text"]+.button,.m-gravity-form .gform_page_footer .o-product-cart .o-woocommerce-order-complete__footer input[type="submit"][type="text"]+.button,.o-woocommerce-order-complete__footer .m-gravity-form .gform_page_footer .m-logo-links-dropdown__button+.button,.m-gravity-form .gform_page_footer .o-woocommerce-order-complete__footer .m-logo-links-dropdown__button+.button,.o-woocommerce-order-complete__footer .m-product-review-form-block .form-submit .m-gravity-form .gform_page_footer input+.button,.m-gravity-form .gform_page_footer .o-woocommerce-order-complete__footer .m-product-review-form-block .form-submit input+.button,.m-product-review-form-block .form-submit .o-woocommerce-order-complete__footer .m-gravity-form .gform_page_footer input+.button,.m-gravity-form .gform_page_footer .m-product-review-form-block .form-submit .o-woocommerce-order-complete__footer input+.button,.o-woocommerce-order-complete__footer .o-product-description-image-hero .m-gravity-form .gform_page_footer .button+.button,.m-gravity-form .gform_page_footer .o-woocommerce-order-complete__footer .o-product-description-image-hero .button+.button,.o-product-description-image-hero .o-woocommerce-order-complete__footer .m-gravity-form .gform_page_footer .button+.button,.m-gravity-form .gform_page_footer .o-product-description-image-hero .o-woocommerce-order-complete__footer .button+.button,.o-woocommerce-order-complete__footer .o-product-gallery-hero .m-gravity-form .gform_page_footer .button+.button,.m-gravity-form .gform_page_footer .o-woocommerce-order-complete__footer .o-product-gallery-hero .button+.button,.o-product-gallery-hero .o-woocommerce-order-complete__footer .m-gravity-form .gform_page_footer .button+.button,.m-gravity-form .gform_page_footer .o-product-gallery-hero .o-woocommerce-order-complete__footer .button+.button,.o-woocommerce-order-complete__footer .o-product-specs-comparison .m-gravity-form .gform_page_footer .button+.button,.m-gravity-form .gform_page_footer .o-woocommerce-order-complete__footer .o-product-specs-comparison .button+.button,.o-product-specs-comparison .o-woocommerce-order-complete__footer .m-gravity-form .gform_page_footer .button+.button,.m-gravity-form .gform_page_footer .o-product-specs-comparison .o-woocommerce-order-complete__footer .button+.button,.o-woocommerce-order-complete__footer .o-account-dashboard .woocommerce-info .m-gravity-form .gform_page_footer a+.button,.m-gravity-form .gform_page_footer .o-woocommerce-order-complete__footer .o-account-dashboard .woocommerce-info a+.button,.o-account-dashboard .woocommerce-info .o-woocommerce-order-complete__footer .m-gravity-form .gform_page_footer a+.button,.m-gravity-form .gform_page_footer .o-account-dashboard .woocommerce-info .o-woocommerce-order-complete__footer a+.button,.o-woocommerce-order-complete__footer .o-account-dashboard .u-columns .title .m-gravity-form .gform_page_footer a+.button,.m-gravity-form .gform_page_footer .o-woocommerce-order-complete__footer .o-account-dashboard .u-columns .title a+.button,.o-account-dashboard .u-columns .title .o-woocommerce-order-complete__footer .m-gravity-form .gform_page_footer a+.button,.m-gravity-form .gform_page_footer .o-account-dashboard .u-columns .title .o-woocommerce-order-complete__footer a+.button,.o-woocommerce-order-complete__footer .o-account-dashboard .m-gravity-form .gform_page_footer .button+.button,.m-gravity-form .gform_page_footer .o-woocommerce-order-complete__footer .o-account-dashboard .button+.button,.o-account-dashboard .o-woocommerce-order-complete__footer .m-gravity-form .gform_page_footer .button+.button,.m-gravity-form .gform_page_footer .o-account-dashboard .o-woocommerce-order-complete__footer .button+.button,.o-woocommerce-order-complete__footer .o-cart-checkout .m-gravity-form .gform_page_footer .button+.button,.m-gravity-form .gform_page_footer .o-woocommerce-order-complete__footer .o-cart-checkout .button+.button,.o-cart-checkout .o-woocommerce-order-complete__footer .m-gravity-form .gform_page_footer .button+.button,.m-gravity-form .gform_page_footer .o-cart-checkout .o-woocommerce-order-complete__footer .button+.button,.o-woocommerce-order-complete__footer .o-cart-empty .return-to-shop .m-gravity-form .gform_page_footer .button+.button,.m-gravity-form .gform_page_footer .o-woocommerce-order-complete__footer .o-cart-empty .return-to-shop .button+.button,.o-cart-empty .return-to-shop .o-woocommerce-order-complete__footer .m-gravity-form .gform_page_footer .button+.button,.m-gravity-form .gform_page_footer .o-cart-empty .return-to-shop .o-woocommerce-order-complete__footer .button+.button,.o-woocommerce-order-complete__footer .o-product-cart .m-gravity-form .gform_page_footer .button+.button,.m-gravity-form .gform_page_footer .o-woocommerce-order-complete__footer .o-product-cart .button+.button,.o-product-cart .o-woocommerce-order-complete__footer .m-gravity-form .gform_page_footer .button+.button,.m-gravity-form .gform_page_footer .o-product-cart .o-woocommerce-order-complete__footer .button+.button,.o-woocommerce-order-complete__footer .o-woocommerce-order-details .order-again .m-gravity-form .gform_page_footer .button+.button,.m-gravity-form .gform_page_footer .o-woocommerce-order-complete__footer .o-woocommerce-order-details .order-again .button+.button,.o-woocommerce-order-details .order-again .o-woocommerce-order-complete__footer .m-gravity-form .gform_page_footer .button+.button,.m-gravity-form .gform_page_footer .o-woocommerce-order-details .order-again .o-woocommerce-order-complete__footer .button+.button,.o-woocommerce-order-complete__footer .t-product__woocommerce-message .woocommerce-message .m-gravity-form .gform_page_footer .button+.button,.m-gravity-form .gform_page_footer .o-woocommerce-order-complete__footer .t-product__woocommerce-message .woocommerce-message .button+.button,.t-product__woocommerce-message .woocommerce-message .o-woocommerce-order-complete__footer .m-gravity-form .gform_page_footer .button+.button,.m-gravity-form .gform_page_footer .t-product__woocommerce-message .woocommerce-message .o-woocommerce-order-complete__footer .button+.button,.o-woocommerce-order-complete__footer .m-gravity-form .gform_page_footer .button+.button,.m-gravity-form .gform_page_footer .o-woocommerce-order-complete__footer .button+.button,.o-woocommerce-order-complete__footer .m-gravity-form .gform_page_footer .a-button+.button,.m-gravity-form .gform_page_footer .o-woocommerce-order-complete__footer .a-button+.button,.o-woocommerce-order-complete__footer .woocommerce-message .m-gravity-form .gform_page_footer .button+.button,.m-gravity-form .gform_page_footer .o-woocommerce-order-complete__footer .woocommerce-message .button+.button,.woocommerce-message .o-woocommerce-order-complete__footer .m-gravity-form .gform_page_footer .button+.button,.m-gravity-form .gform_page_footer .woocommerce-message .o-woocommerce-order-complete__footer .button+.button,.o-woocommerce-order-complete__footer .woocommerce .woocommerce-notices-wrapper .woocommerce-message .m-gravity-form .gform_page_footer .button+.button,.m-gravity-form .gform_page_footer .o-woocommerce-order-complete__footer .woocommerce .woocommerce-notices-wrapper .woocommerce-message .button+.button,.woocommerce .woocommerce-notices-wrapper .woocommerce-message .o-woocommerce-order-complete__footer .m-gravity-form .gform_page_footer .button+.button,.m-gravity-form .gform_page_footer .woocommerce .woocommerce-notices-wrapper .woocommerce-message .o-woocommerce-order-complete__footer .button+.button,.o-woocommerce-order-complete__footer .m-gravity-form .gform_page_footer .a-button+.a-button,.m-gravity-form .gform_page_footer .o-woocommerce-order-complete__footer .a-button+.a-button,.o-woocommerce-order-complete__footer .m-gravity-form .gform_page_footer .a-input[type="submit"]+.a-button,.m-gravity-form .gform_page_footer .o-woocommerce-order-complete__footer .a-input[type="submit"]+.a-button,.o-woocommerce-order-complete__footer .o-product-cart .m-gravity-form .gform_page_footer input[type="submit"][type="number"]+.a-button,.m-gravity-form .gform_page_footer .o-woocommerce-order-complete__footer .o-product-cart input[type="submit"][type="number"]+.a-button,.o-product-cart .o-woocommerce-order-complete__footer .m-gravity-form .gform_page_footer input[type="submit"][type="number"]+.a-button,.m-gravity-form .gform_page_footer .o-product-cart .o-woocommerce-order-complete__footer input[type="submit"][type="number"]+.a-button,.o-woocommerce-order-complete__footer .o-product-cart .m-gravity-form .gform_page_footer input[type="submit"][type="text"]+.a-button,.m-gravity-form .gform_page_footer .o-woocommerce-order-complete__footer .o-product-cart input[type="submit"][type="text"]+.a-button,.o-product-cart .o-woocommerce-order-complete__footer .m-gravity-form .gform_page_footer input[type="submit"][type="text"]+.a-button,.m-gravity-form .gform_page_footer .o-product-cart .o-woocommerce-order-complete__footer input[type="submit"][type="text"]+.a-button,.o-woocommerce-order-complete__footer .m-gravity-form .gform_page_footer .m-logo-links-dropdown__button+.a-button,.m-gravity-form .gform_page_footer .o-woocommerce-order-complete__footer .m-logo-links-dropdown__button+.a-button,.o-woocommerce-order-complete__footer .m-product-review-form-block .form-submit .m-gravity-form .gform_page_footer input+.a-button,.m-gravity-form .gform_page_footer .o-woocommerce-order-complete__footer .m-product-review-form-block .form-submit input+.a-button,.m-product-review-form-block .form-submit .o-woocommerce-order-complete__footer .m-gravity-form .gform_page_footer input+.a-button,.m-gravity-form .gform_page_footer .m-product-review-form-block .form-submit .o-woocommerce-order-complete__footer input+.a-button,.o-woocommerce-order-complete__footer .o-product-description-image-hero .m-gravity-form .gform_page_footer .button+.a-button,.m-gravity-form .gform_page_footer .o-woocommerce-order-complete__footer .o-product-description-image-hero .button+.a-button,.o-product-description-image-hero .o-woocommerce-order-complete__footer .m-gravity-form .gform_page_footer .button+.a-button,.m-gravity-form .gform_page_footer .o-product-description-image-hero .o-woocommerce-order-complete__footer .button+.a-button,.o-woocommerce-order-complete__footer .o-product-gallery-hero .m-gravity-form .gform_page_footer .button+.a-button,.m-gravity-form .gform_page_footer .o-woocommerce-order-complete__footer .o-product-gallery-hero .button+.a-button,.o-product-gallery-hero .o-woocommerce-order-complete__footer .m-gravity-form .gform_page_footer .button+.a-button,.m-gravity-form .gform_page_footer .o-product-gallery-hero .o-woocommerce-order-complete__footer .button+.a-button,.o-woocommerce-order-complete__footer .o-product-specs-comparison .m-gravity-form .gform_page_footer .button+.a-button,.m-gravity-form .gform_page_footer .o-woocommerce-order-complete__footer .o-product-specs-comparison .button+.a-button,.o-product-specs-comparison .o-woocommerce-order-complete__footer .m-gravity-form .gform_page_footer .button+.a-button,.m-gravity-form .gform_page_footer .o-product-specs-comparison .o-woocommerce-order-complete__footer .button+.a-button,.o-woocommerce-order-complete__footer .o-account-dashboard .woocommerce-info .m-gravity-form .gform_page_footer a+.a-button,.m-gravity-form .gform_page_footer .o-woocommerce-order-complete__footer .o-account-dashboard .woocommerce-info a+.a-button,.o-account-dashboard .woocommerce-info .o-woocommerce-order-complete__footer .m-gravity-form .gform_page_footer a+.a-button,.m-gravity-form .gform_page_footer .o-account-dashboard .woocommerce-info .o-woocommerce-order-complete__footer a+.a-button,.o-woocommerce-order-complete__footer .o-account-dashboard .u-columns .title .m-gravity-form .gform_page_footer a+.a-button,.m-gravity-form .gform_page_footer .o-woocommerce-order-complete__footer .o-account-dashboard .u-columns .title a+.a-button,.o-account-dashboard .u-columns .title .o-woocommerce-order-complete__footer .m-gravity-form .gform_page_footer a+.a-button,.m-gravity-form .gform_page_footer .o-account-dashboard .u-columns .title .o-woocommerce-order-complete__footer a+.a-button,.o-woocommerce-order-complete__footer .o-account-dashboard .m-gravity-form .gform_page_footer .button+.a-button,.m-gravity-form .gform_page_footer .o-woocommerce-order-complete__footer .o-account-dashboard .button+.a-button,.o-account-dashboard .o-woocommerce-order-complete__footer .m-gravity-form .gform_page_footer .button+.a-button,.m-gravity-form .gform_page_footer .o-account-dashboard .o-woocommerce-order-complete__footer .button+.a-button,.o-woocommerce-order-complete__footer .o-cart-checkout .m-gravity-form .gform_page_footer .button+.a-button,.m-gravity-form .gform_page_footer .o-woocommerce-order-complete__footer .o-cart-checkout .button+.a-button,.o-cart-checkout .o-woocommerce-order-complete__footer .m-gravity-form .gform_page_footer .button+.a-button,.m-gravity-form .gform_page_footer .o-cart-checkout .o-woocommerce-order-complete__footer .button+.a-button,.o-woocommerce-order-complete__footer .o-cart-empty .return-to-shop .m-gravity-form .gform_page_footer .button+.a-button,.m-gravity-form .gform_page_footer .o-woocommerce-order-complete__footer .o-cart-empty .return-to-shop .button+.a-button,.o-cart-empty .return-to-shop .o-woocommerce-order-complete__footer .m-gravity-form .gform_page_footer .button+.a-button,.m-gravity-form .gform_page_footer .o-cart-empty .return-to-shop .o-woocommerce-order-complete__footer .button+.a-button,.o-woocommerce-order-complete__footer .o-product-cart .m-gravity-form .gform_page_footer .button+.a-button,.m-gravity-form .gform_page_footer .o-woocommerce-order-complete__footer .o-product-cart .button+.a-button,.o-product-cart .o-woocommerce-order-complete__footer .m-gravity-form .gform_page_footer .button+.a-button,.m-gravity-form .gform_page_footer .o-product-cart .o-woocommerce-order-complete__footer .button+.a-button,.o-woocommerce-order-complete__footer .o-woocommerce-order-details .order-again .m-gravity-form .gform_page_footer .button+.a-button,.m-gravity-form .gform_page_footer .o-woocommerce-order-complete__footer .o-woocommerce-order-details .order-again .button+.a-button,.o-woocommerce-order-details .order-again .o-woocommerce-order-complete__footer .m-gravity-form .gform_page_footer .button+.a-button,.m-gravity-form .gform_page_footer .o-woocommerce-order-details .order-again .o-woocommerce-order-complete__footer .button+.a-button,.o-woocommerce-order-complete__footer .t-product__woocommerce-message .woocommerce-message .m-gravity-form .gform_page_footer .button+.a-button,.m-gravity-form .gform_page_footer .o-woocommerce-order-complete__footer .t-product__woocommerce-message .woocommerce-message .button+.a-button,.t-product__woocommerce-message .woocommerce-message .o-woocommerce-order-complete__footer .m-gravity-form .gform_page_footer .button+.a-button,.m-gravity-form .gform_page_footer .t-product__woocommerce-message .woocommerce-message .o-woocommerce-order-complete__footer .button+.a-button,.o-woocommerce-order-complete__footer .m-gravity-form .gform_page_footer .button+.a-button,.m-gravity-form .gform_page_footer .o-woocommerce-order-complete__footer .button+.a-button,.o-woocommerce-order-complete__footer .m-gravity-form .gform_page_footer .a-button+.a-button,.m-gravity-form .gform_page_footer .o-woocommerce-order-complete__footer .a-button+.a-button,.o-woocommerce-order-complete__footer .woocommerce-message .m-gravity-form .gform_page_footer .button+.a-button,.m-gravity-form .gform_page_footer .o-woocommerce-order-complete__footer .woocommerce-message .button+.a-button,.woocommerce-message .o-woocommerce-order-complete__footer .m-gravity-form .gform_page_footer .button+.a-button,.m-gravity-form .gform_page_footer .woocommerce-message .o-woocommerce-order-complete__footer .button+.a-button,.o-woocommerce-order-complete__footer .woocommerce .woocommerce-notices-wrapper .woocommerce-message .m-gravity-form .gform_page_footer .button+.a-button,.m-gravity-form .gform_page_footer .o-woocommerce-order-complete__footer .woocommerce .woocommerce-notices-wrapper .woocommerce-message .button+.a-button,.woocommerce .woocommerce-notices-wrapper .woocommerce-message .o-woocommerce-order-complete__footer .m-gravity-form .gform_page_footer .button+.a-button,.m-gravity-form .gform_page_footer .woocommerce .woocommerce-notices-wrapper .woocommerce-message .o-woocommerce-order-complete__footer .button+.a-button,.o-woocommerce-order-complete__footer .woocommerce-message .a-button+.button,.woocommerce-message .o-woocommerce-order-complete__footer .a-button+.button,.o-woocommerce-order-complete__footer .woocommerce-message .a-input[type="submit"]+.button,.woocommerce-message .o-woocommerce-order-complete__footer .a-input[type="submit"]+.button,.o-woocommerce-order-complete__footer .o-product-cart .woocommerce-message input[type="submit"][type="number"]+.button,.woocommerce-message .o-woocommerce-order-complete__footer .o-product-cart input[type="submit"][type="number"]+.button,.o-product-cart .o-woocommerce-order-complete__footer .woocommerce-message input[type="submit"][type="number"]+.button,.woocommerce-message .o-product-cart .o-woocommerce-order-complete__footer input[type="submit"][type="number"]+.button,.o-woocommerce-order-complete__footer .o-product-cart .woocommerce-message input[type="submit"][type="text"]+.button,.woocommerce-message .o-woocommerce-order-complete__footer .o-product-cart input[type="submit"][type="text"]+.button,.o-product-cart .o-woocommerce-order-complete__footer .woocommerce-message input[type="submit"][type="text"]+.button,.woocommerce-message .o-product-cart .o-woocommerce-order-complete__footer input[type="submit"][type="text"]+.button,.o-woocommerce-order-complete__footer .woocommerce-message .m-logo-links-dropdown__button+.button,.woocommerce-message .o-woocommerce-order-complete__footer .m-logo-links-dropdown__button+.button,.o-woocommerce-order-complete__footer .m-product-review-form-block .form-submit .woocommerce-message input+.button,.woocommerce-message .o-woocommerce-order-complete__footer .m-product-review-form-block .form-submit input+.button,.m-product-review-form-block .form-submit .o-woocommerce-order-complete__footer .woocommerce-message input+.button,.woocommerce-message .m-product-review-form-block .form-submit .o-woocommerce-order-complete__footer input+.button,.o-woocommerce-order-complete__footer .o-product-description-image-hero .woocommerce-message .button+.button,.woocommerce-message .o-woocommerce-order-complete__footer .o-product-description-image-hero .button+.button,.o-product-description-image-hero .o-woocommerce-order-complete__footer .woocommerce-message .button+.button,.woocommerce-message .o-product-description-image-hero .o-woocommerce-order-complete__footer .button+.button,.o-woocommerce-order-complete__footer .o-product-gallery-hero .woocommerce-message .button+.button,.woocommerce-message .o-woocommerce-order-complete__footer .o-product-gallery-hero .button+.button,.o-product-gallery-hero .o-woocommerce-order-complete__footer .woocommerce-message .button+.button,.woocommerce-message .o-product-gallery-hero .o-woocommerce-order-complete__footer .button+.button,.o-woocommerce-order-complete__footer .o-product-specs-comparison .woocommerce-message .button+.button,.woocommerce-message .o-woocommerce-order-complete__footer .o-product-specs-comparison .button+.button,.o-product-specs-comparison .o-woocommerce-order-complete__footer .woocommerce-message .button+.button,.woocommerce-message .o-product-specs-comparison .o-woocommerce-order-complete__footer .button+.button,.o-woocommerce-order-complete__footer .o-account-dashboard .woocommerce-info .woocommerce-message a+.button,.woocommerce-message .o-woocommerce-order-complete__footer .o-account-dashboard .woocommerce-info a+.button,.o-account-dashboard .woocommerce-info .o-woocommerce-order-complete__footer .woocommerce-message a+.button,.woocommerce-message .o-account-dashboard .woocommerce-info .o-woocommerce-order-complete__footer a+.button,.o-woocommerce-order-complete__footer .o-account-dashboard .u-columns .title .woocommerce-message a+.button,.woocommerce-message .o-woocommerce-order-complete__footer .o-account-dashboard .u-columns .title a+.button,.o-account-dashboard .u-columns .title .o-woocommerce-order-complete__footer .woocommerce-message a+.button,.woocommerce-message .o-account-dashboard .u-columns .title .o-woocommerce-order-complete__footer a+.button,.o-woocommerce-order-complete__footer .o-account-dashboard .woocommerce-message .button+.button,.woocommerce-message .o-woocommerce-order-complete__footer .o-account-dashboard .button+.button,.o-account-dashboard .o-woocommerce-order-complete__footer .woocommerce-message .button+.button,.woocommerce-message .o-account-dashboard .o-woocommerce-order-complete__footer .button+.button,.o-woocommerce-order-complete__footer .o-cart-checkout .woocommerce-message .button+.button,.woocommerce-message .o-woocommerce-order-complete__footer .o-cart-checkout .button+.button,.o-cart-checkout .o-woocommerce-order-complete__footer .woocommerce-message .button+.button,.woocommerce-message .o-cart-checkout .o-woocommerce-order-complete__footer .button+.button,.o-woocommerce-order-complete__footer .o-cart-empty .return-to-shop .woocommerce-message .button+.button,.woocommerce-message .o-woocommerce-order-complete__footer .o-cart-empty .return-to-shop .button+.button,.o-cart-empty .return-to-shop .o-woocommerce-order-complete__footer .woocommerce-message .button+.button,.woocommerce-message .o-cart-empty .return-to-shop .o-woocommerce-order-complete__footer .button+.button,.o-woocommerce-order-complete__footer .o-product-cart .woocommerce-message .button+.button,.woocommerce-message .o-woocommerce-order-complete__footer .o-product-cart .button+.button,.o-product-cart .o-woocommerce-order-complete__footer .woocommerce-message .button+.button,.woocommerce-message .o-product-cart .o-woocommerce-order-complete__footer .button+.button,.o-woocommerce-order-complete__footer .o-woocommerce-order-details .order-again .woocommerce-message .button+.button,.woocommerce-message .o-woocommerce-order-complete__footer .o-woocommerce-order-details .order-again .button+.button,.o-woocommerce-order-details .order-again .o-woocommerce-order-complete__footer .woocommerce-message .button+.button,.woocommerce-message .o-woocommerce-order-details .order-again .o-woocommerce-order-complete__footer .button+.button,.o-woocommerce-order-complete__footer .t-product__woocommerce-message .woocommerce-message .button+.button,.t-product__woocommerce-message .woocommerce-message .o-woocommerce-order-complete__footer .button+.button,.o-woocommerce-order-complete__footer .m-gravity-form .gform_page_footer .woocommerce-message .button+.button,.woocommerce-message .o-woocommerce-order-complete__footer .m-gravity-form .gform_page_footer .button+.button,.m-gravity-form .gform_page_footer .o-woocommerce-order-complete__footer .woocommerce-message .button+.button,.woocommerce-message .m-gravity-form .gform_page_footer .o-woocommerce-order-complete__footer .button+.button,.o-woocommerce-order-complete__footer .m-gravity-form .gform_page_footer .woocommerce-message .a-button+.button,.woocommerce-message .o-woocommerce-order-complete__footer .m-gravity-form .gform_page_footer .a-button+.button,.m-gravity-form .gform_page_footer .o-woocommerce-order-complete__footer .woocommerce-message .a-button+.button,.woocommerce-message .m-gravity-form .gform_page_footer .o-woocommerce-order-complete__footer .a-button+.button,.o-woocommerce-order-complete__footer .woocommerce-message .button+.button,.woocommerce-message .o-woocommerce-order-complete__footer .button+.button,.o-woocommerce-order-complete__footer .woocommerce .woocommerce-notices-wrapper .woocommerce-message .button+.button,.woocommerce .woocommerce-notices-wrapper .woocommerce-message .o-woocommerce-order-complete__footer .button+.button,.o-woocommerce-order-complete__footer .woocommerce .woocommerce-notices-wrapper .woocommerce-message .a-button+.button,.woocommerce .woocommerce-notices-wrapper .woocommerce-message .o-woocommerce-order-complete__footer .a-button+.button,.o-woocommerce-order-complete__footer .woocommerce .woocommerce-notices-wrapper .woocommerce-message .a-input[type="submit"]+.button,.woocommerce .woocommerce-notices-wrapper .woocommerce-message .o-woocommerce-order-complete__footer .a-input[type="submit"]+.button,.o-woocommerce-order-complete__footer .o-product-cart .woocommerce .woocommerce-notices-wrapper .woocommerce-message input[type="submit"][type="number"]+.button,.woocommerce .woocommerce-notices-wrapper .woocommerce-message .o-woocommerce-order-complete__footer .o-product-cart input[type="submit"][type="number"]+.button,.o-product-cart .o-woocommerce-order-complete__footer .woocommerce .woocommerce-notices-wrapper .woocommerce-message input[type="submit"][type="number"]+.button,.woocommerce .woocommerce-notices-wrapper .woocommerce-message .o-product-cart .o-woocommerce-order-complete__footer input[type="submit"][type="number"]+.button,.o-woocommerce-order-complete__footer .o-product-cart .woocommerce .woocommerce-notices-wrapper .woocommerce-message input[type="submit"][type="text"]+.button,.woocommerce .woocommerce-notices-wrapper .woocommerce-message .o-woocommerce-order-complete__footer .o-product-cart input[type="submit"][type="text"]+.button,.o-product-cart .o-woocommerce-order-complete__footer .woocommerce .woocommerce-notices-wrapper .woocommerce-message input[type="submit"][type="text"]+.button,.woocommerce .woocommerce-notices-wrapper .woocommerce-message .o-product-cart .o-woocommerce-order-complete__footer input[type="submit"][type="text"]+.button,.o-woocommerce-order-complete__footer .woocommerce .woocommerce-notices-wrapper .woocommerce-message .m-logo-links-dropdown__button+.button,.woocommerce .woocommerce-notices-wrapper .woocommerce-message .o-woocommerce-order-complete__footer .m-logo-links-dropdown__button+.button,.o-woocommerce-order-complete__footer .m-product-review-form-block .form-submit .woocommerce .woocommerce-notices-wrapper .woocommerce-message input+.button,.woocommerce .woocommerce-notices-wrapper .woocommerce-message .o-woocommerce-order-complete__footer .m-product-review-form-block .form-submit input+.button,.m-product-review-form-block .form-submit .o-woocommerce-order-complete__footer .woocommerce .woocommerce-notices-wrapper .woocommerce-message input+.button,.woocommerce .woocommerce-notices-wrapper .woocommerce-message .m-product-review-form-block .form-submit .o-woocommerce-order-complete__footer input+.button,.o-woocommerce-order-complete__footer .o-product-description-image-hero .woocommerce .woocommerce-notices-wrapper .woocommerce-message .button+.button,.woocommerce .woocommerce-notices-wrapper .woocommerce-message .o-woocommerce-order-complete__footer .o-product-description-image-hero .button+.button,.o-product-description-image-hero .o-woocommerce-order-complete__footer .woocommerce .woocommerce-notices-wrapper .woocommerce-message .button+.button,.woocommerce .woocommerce-notices-wrapper .woocommerce-message .o-product-description-image-hero .o-woocommerce-order-complete__footer .button+.button,.o-woocommerce-order-complete__footer .o-product-gallery-hero .woocommerce .woocommerce-notices-wrapper .woocommerce-message .button+.button,.woocommerce .woocommerce-notices-wrapper .woocommerce-message .o-woocommerce-order-complete__footer .o-product-gallery-hero .button+.button,.o-product-gallery-hero .o-woocommerce-order-complete__footer .woocommerce .woocommerce-notices-wrapper .woocommerce-message .button+.button,.woocommerce .woocommerce-notices-wrapper .woocommerce-message .o-product-gallery-hero .o-woocommerce-order-complete__footer .button+.button,.o-woocommerce-order-complete__footer .o-product-specs-comparison .woocommerce .woocommerce-notices-wrapper .woocommerce-message .button+.button,.woocommerce .woocommerce-notices-wrapper .woocommerce-message .o-woocommerce-order-complete__footer .o-product-specs-comparison .button+.button,.o-product-specs-comparison .o-woocommerce-order-complete__footer .woocommerce .woocommerce-notices-wrapper .woocommerce-message .button+.button,.woocommerce .woocommerce-notices-wrapper .woocommerce-message .o-product-specs-comparison .o-woocommerce-order-complete__footer .button+.button,.o-woocommerce-order-complete__footer .o-account-dashboard .woocommerce-info .woocommerce .woocommerce-notices-wrapper .woocommerce-message a+.button,.woocommerce .woocommerce-notices-wrapper .woocommerce-message .o-woocommerce-order-complete__footer .o-account-dashboard .woocommerce-info a+.button,.o-account-dashboard .woocommerce-info .o-woocommerce-order-complete__footer .woocommerce .woocommerce-notices-wrapper .woocommerce-message a+.button,.woocommerce .woocommerce-notices-wrapper .woocommerce-message .o-account-dashboard .woocommerce-info .o-woocommerce-order-complete__footer a+.button,.o-woocommerce-order-complete__footer .o-account-dashboard .u-columns .title .woocommerce .woocommerce-notices-wrapper .woocommerce-message a+.button,.woocommerce .woocommerce-notices-wrapper .woocommerce-message .o-woocommerce-order-complete__footer .o-account-dashboard .u-columns .title a+.button,.o-account-dashboard .u-columns .title .o-woocommerce-order-complete__footer .woocommerce .woocommerce-notices-wrapper .woocommerce-message a+.button,.woocommerce .woocommerce-notices-wrapper .woocommerce-message .o-account-dashboard .u-columns .title .o-woocommerce-order-complete__footer a+.button,.o-woocommerce-order-complete__footer .o-account-dashboard .woocommerce .woocommerce-notices-wrapper .woocommerce-message .button+.button,.woocommerce .woocommerce-notices-wrapper .woocommerce-message .o-woocommerce-order-complete__footer .o-account-dashboard .button+.button,.o-account-dashboard .o-woocommerce-order-complete__footer .woocommerce .woocommerce-notices-wrapper .woocommerce-message .button+.button,.woocommerce .woocommerce-notices-wrapper .woocommerce-message .o-account-dashboard .o-woocommerce-order-complete__footer .button+.button,.o-woocommerce-order-complete__footer .o-cart-checkout .woocommerce .woocommerce-notices-wrapper .woocommerce-message .button+.button,.woocommerce .woocommerce-notices-wrapper .woocommerce-message .o-woocommerce-order-complete__footer .o-cart-checkout .button+.button,.o-cart-checkout .o-woocommerce-order-complete__footer .woocommerce .woocommerce-notices-wrapper .woocommerce-message .button+.button,.woocommerce .woocommerce-notices-wrapper .woocommerce-message .o-cart-checkout .o-woocommerce-order-complete__footer .button+.button,.o-woocommerce-order-complete__footer .o-cart-empty .return-to-shop .woocommerce .woocommerce-notices-wrapper .woocommerce-message .button+.button,.woocommerce .woocommerce-notices-wrapper .woocommerce-message .o-woocommerce-order-complete__footer .o-cart-empty .return-to-shop .button+.button,.o-cart-empty .return-to-shop .o-woocommerce-order-complete__footer .woocommerce .woocommerce-notices-wrapper .woocommerce-message .button+.button,.woocommerce .woocommerce-notices-wrapper .woocommerce-message .o-cart-empty .return-to-shop .o-woocommerce-order-complete__footer .button+.button,.o-woocommerce-order-complete__footer .o-product-cart .woocommerce .woocommerce-notices-wrapper .woocommerce-message .button+.button,.woocommerce .woocommerce-notices-wrapper .woocommerce-message .o-woocommerce-order-complete__footer .o-product-cart .button+.button,.o-product-cart .o-woocommerce-order-complete__footer .woocommerce .woocommerce-notices-wrapper .woocommerce-message .button+.button,.woocommerce .woocommerce-notices-wrapper .woocommerce-message .o-product-cart .o-woocommerce-order-complete__footer .button+.button,.o-woocommerce-order-complete__footer .o-woocommerce-order-details .order-again .woocommerce .woocommerce-notices-wrapper .woocommerce-message .button+.button,.woocommerce .woocommerce-notices-wrapper .woocommerce-message .o-woocommerce-order-complete__footer .o-woocommerce-order-details .order-again .button+.button,.o-woocommerce-order-details .order-again .o-woocommerce-order-complete__footer .woocommerce .woocommerce-notices-wrapper .woocommerce-message .button+.button,.woocommerce .woocommerce-notices-wrapper .woocommerce-message .o-woocommerce-order-details .order-again .o-woocommerce-order-complete__footer .button+.button,.o-woocommerce-order-complete__footer .t-product__woocommerce-message .woocommerce .woocommerce-notices-wrapper .woocommerce-message .button+.button,.woocommerce .woocommerce-notices-wrapper .o-woocommerce-order-complete__footer .t-product__woocommerce-message .woocommerce-message .button+.button,.t-product__woocommerce-message .woocommerce .woocommerce-notices-wrapper .woocommerce-message .o-woocommerce-order-complete__footer .button+.button,.woocommerce .woocommerce-notices-wrapper .t-product__woocommerce-message .woocommerce-message .o-woocommerce-order-complete__footer .button+.button,.o-woocommerce-order-complete__footer .m-gravity-form .gform_page_footer .woocommerce .woocommerce-notices-wrapper .woocommerce-message .button+.button,.woocommerce .woocommerce-notices-wrapper .woocommerce-message .o-woocommerce-order-complete__footer .m-gravity-form .gform_page_footer .button+.button,.m-gravity-form .gform_page_footer .o-woocommerce-order-complete__footer .woocommerce .woocommerce-notices-wrapper .woocommerce-message .button+.button,.woocommerce .woocommerce-notices-wrapper .woocommerce-message .m-gravity-form .gform_page_footer .o-woocommerce-order-complete__footer .button+.button,.o-woocommerce-order-complete__footer .m-gravity-form .gform_page_footer .woocommerce .woocommerce-notices-wrapper .woocommerce-message .a-button+.button,.woocommerce .woocommerce-notices-wrapper .woocommerce-message .o-woocommerce-order-complete__footer .m-gravity-form .gform_page_footer .a-button+.button,.m-gravity-form .gform_page_footer .o-woocommerce-order-complete__footer .woocommerce .woocommerce-notices-wrapper .woocommerce-message .a-button+.button,.woocommerce .woocommerce-notices-wrapper .woocommerce-message .m-gravity-form .gform_page_footer .o-woocommerce-order-complete__footer .a-button+.button,.o-woocommerce-order-complete__footer .woocommerce .woocommerce-notices-wrapper .woocommerce-message .button+.button,.woocommerce .woocommerce-notices-wrapper .o-woocommerce-order-complete__footer .woocommerce-message .button+.button,.woocommerce .woocommerce-notices-wrapper .woocommerce-message .o-woocommerce-order-complete__footer .button+.button,.o-woocommerce-order-complete__footer .woocommerce .woocommerce-notices-wrapper .woocommerce-message .button+.button,.woocommerce .woocommerce-notices-wrapper .woocommerce-message .o-woocommerce-order-complete__footer .button+.button{margin-top:20px;margin-left:0;}}.o-woocommerce-order-details{margin-top:50px;padding:50px 0;background-color:var(--color--gray-100);width:100%;}.o-woocommerce-order-details__heading{text-align:left;margin-bottom:30px;}.o-woocommerce-order-details .woocommerce-table{width:100%;box-sizing:border-box;}.o-woocommerce-order-details .woocommerce-table a{color:var(--link--bold-color);}.o-woocommerce-order-details .woocommerce-table a:hover{color:var(--link--hover-color);}.keyboard-in-use .o-woocommerce-order-details .woocommerce-table a:focus{outline:2px dashed var(--theme--focus-color) !important;outline-offset:5px;transition:none;}.o-woocommerce-order-details .woocommerce-table th.product-total,.o-woocommerce-order-details .woocommerce-table th.product-name{font-family:montserrat-bold;}.o-woocommerce-order-details .woocommerce-table .wc-item-meta li{font-size:14px;line-height:18px;list-style-type:none;display:flex;}.o-woocommerce-order-details .woocommerce-table .wc-item-meta li p{margin-left:5px;}.o-woocommerce-order-details .woocommerce-table thead,.o-woocommerce-order-details .woocommerce-table tbody,.o-woocommerce-order-details .woocommerce-table tfoot{text-align:left;}.o-woocommerce-order-details .woocommerce-table thead th,.o-woocommerce-order-details .woocommerce-table thead td,.o-woocommerce-order-details .woocommerce-table tbody th,.o-woocommerce-order-details .woocommerce-table tbody td,.o-woocommerce-order-details .woocommerce-table tfoot th,.o-woocommerce-order-details .woocommerce-table tfoot td{font-size:18px;line-height:22px;padding:13px 20px;}.o-woocommerce-order-details .woocommerce-table thead th,.o-woocommerce-order-details .woocommerce-table tbody th,.o-woocommerce-order-details .woocommerce-table tfoot th{font-family:montserrat-bold;color:var(--text--bold-color);width:50%;}.o-woocommerce-order-details .woocommerce-table thead td,.o-woocommerce-order-details .woocommerce-table tbody td,.o-woocommerce-order-details .woocommerce-table tfoot td{font-family:montserrat-medium;color:var(--text--bold-color);}.o-woocommerce-order-details .woocommerce-table thead th,.o-woocommerce-order-details .woocommerce-table tbody th,.o-woocommerce-order-details .woocommerce-table tfoot th,.o-woocommerce-order-details .woocommerce-table tfoot td,.o-woocommerce-order-details .woocommerce-table td{border-top:2px solid var(--color--white) !important;}.o-woocommerce-order-details .woocommerce-table tfoot tr:first-child>*,.o-woocommerce-order-details .woocommerce-table tfoot tr.recurring-totals>*{border-top:5px solid var(--color--white) !important;}.o-woocommerce-order-details .woocommerce-table tfoot tr:last-child>*{border-bottom:5px solid var(--color--white) !important;}.o-woocommerce-order-details .order-again{display:flex;align-items:center;justify-content:flex-start;margin-top:30px;}@media screen and (max-width: 950px){.o-woocommerce-order-details{margin-top:70px;}.o-woocommerce-order-details .woocommerce-table thead th,.o-woocommerce-order-details .woocommerce-table thead td,.o-woocommerce-order-details .woocommerce-table tbody th,.o-woocommerce-order-details .woocommerce-table tbody td,.o-woocommerce-order-details .woocommerce-table tfoot th,.o-woocommerce-order-details .woocommerce-table tfoot td{font-size:14px;line-height:18px;padding:13px 20px;}}.o-woocommerce-order-downloads{margin:60px 0;}.o-woocommerce-order-downloads__heading{margin:0 auto 30px;text-align:center;}.o-woocommerce-order-downloads .woocommerce-table--order-downloads{width:100%;}.o-woocommerce-order-downloads .woocommerce-table--order-downloads thead{border-bottom:2px solid var(--border--base-color);}.o-woocommerce-order-downloads .woocommerce-table--order-downloads tbody tr{padding:10px;box-sizing:border-box;}.o-woocommerce-order-downloads .woocommerce-table--order-downloads tbody tr+tr{border-top:2px solid var(--border--base-color);}.o-woocommerce-order-downloads .woocommerce-table--order-downloads thead th,.o-woocommerce-order-downloads .woocommerce-table--order-downloads thead td,.o-woocommerce-order-downloads .woocommerce-table--order-downloads tbody th,.o-woocommerce-order-downloads .woocommerce-table--order-downloads tbody td,.o-woocommerce-order-downloads .woocommerce-table--order-downloads tfoot th,.o-woocommerce-order-downloads .woocommerce-table--order-downloads tfoot td{font-size:14px;line-height:18px;}.o-woocommerce-order-downloads .woocommerce-table--order-downloads thead th,.o-woocommerce-order-downloads .woocommerce-table--order-downloads tbody th,.o-woocommerce-order-downloads .woocommerce-table--order-downloads tfoot th{font-family:montserrat-bold;color:var(--text--bold-color);}.o-woocommerce-order-downloads .woocommerce-table--order-downloads thead td,.o-woocommerce-order-downloads .woocommerce-table--order-downloads tbody td,.o-woocommerce-order-downloads .woocommerce-table--order-downloads tfoot td{font-family:montserrat-medium;color:var(--text--bold-color);text-align:center;width:25%;}.o-woocommerce-order-downloads .woocommerce-table--order-downloads thead td a,.o-woocommerce-order-downloads .woocommerce-table--order-downloads tbody td a,.o-woocommerce-order-downloads .woocommerce-table--order-downloads tfoot td a{color:var(--link--bold-color);}.o-woocommerce-order-downloads .woocommerce-table--order-downloads thead td a:hover,.o-woocommerce-order-downloads .woocommerce-table--order-downloads tbody td a:hover,.o-woocommerce-order-downloads .woocommerce-table--order-downloads tfoot td a:hover{color:var(--link--hover-color);}.o-woocommerce-order-downloads .woocommerce-table--order-downloads thead td a.button,.o-woocommerce-order-downloads .woocommerce-table--order-downloads tbody td a.button,.o-woocommerce-order-downloads .woocommerce-table--order-downloads tfoot td a.button{color:var(--color--white);text-align:center;display:flex;align-items:center;justify-content:center;margin:10px auto;}.o-woocommerce-order-downloads .woocommerce-table--order-downloads .download-file .button{font-family:montserrat-medium;padding:0;color:var(--link--bold-color);background-color:transparent;text-transform:none;}.o-woocommerce-order-downloads .woocommerce-table--order-downloads .download-file .button:hover{color:var(--link--hover-color);}.keyboard-in-use .o-woocommerce-order-downloads .woocommerce-table--order-downloads .download-file .button:focus{outline:2px dashed var(--theme--focus-color) !important;outline-offset:5px;transition:none;}@media screen and (max-width: 950px){.o-woocommerce-order-downloads .woocommerce-table--order-downloads{width:100%;}.o-woocommerce-order-downloads .woocommerce-table--order-downloads thead{display:none;}.o-woocommerce-order-downloads .woocommerce-table--order-downloads tbody .woocommerce-orders-table__row{padding:10px;}.o-woocommerce-order-downloads .woocommerce-table--order-downloads tbody .woocommerce-orders-table__row+.woocommerce-orders-table__row{border-top:2px solid var(--border--base-color);}.o-woocommerce-order-downloads .woocommerce-table--order-downloads thead td,.o-woocommerce-order-downloads .woocommerce-table--order-downloads tbody td,.o-woocommerce-order-downloads .woocommerce-table--order-downloads tfoot td{font-family:montserrat-medium;color:var(--text--bold-color);text-align:center;width:100%;display:flex;flex-direction:column;}}.o-woocommerce-reset-password{margin-top:200px;margin-bottom:100px;}.o-woocommerce-reset-password .woocommerce-password-strength{font-family:montserrat-bold;color:var(--text--accent-color);font-size:14px;line-height:18px;margin:5px 0;}.o-woocommerce-reset-password small{font-family:montserrat-bold;font-size:10px;line-height:14px;color:var(--color--black);margin:5px 0;}.o-woocommerce-reset-password .woocommerce-notices-wrapper{padding:0;}.o-woocommerce-reset-password .woocommerce-notices-wrapper .woocommerce-error{font-family:montserrat-bold;background-color:var(--bg--accent-color);margin-bottom:30px;padding:20px 40px;box-sizing:border-box;color:var(--text--accent-color);}.o-woocommerce-reset-password__heading{margin:0 auto 30px;text-align:center;width:100%;}.o-woocommerce-reset-password__form{margin-left:auto;margin-right:auto;max-width:700px;width:100%;}.o-woocommerce-reset-password__form .m-field__label{position:relative !important;left:0 !important;top:auto !important;background-color:transparent !important;transform:none !important;margin-bottom:8px !important;padding:0 !important;display:block !important;color:var(--color--black) !important;}.o-woocommerce-reset-password__form .m-field{position:relative;}.o-woocommerce-reset-password__form .m-field:not(:first-of-type){margin-top:25px;}.o-woocommerce-reset-password__form .m-field__input{font-family:montserrat-medium;font-size:1em;line-height:1.25em;border:2px solid var(--border--base-color);background-color:var(--bg--base-color);border-radius:var(--border--radius);padding:12px 20px;width:100%;box-sizing:border-box;}.o-woocommerce-reset-password__footer{display:flex;align-items:center;justify-content:center;margin-top:20px;}@media screen and (max-width: 950px){.o-woocommerce-reset-password{margin-top:180px;margin-bottom:70px;}}@media screen and (max-width: 600px){.o-woocommerce-reset-password{margin-top:140px;}}.t-ammo-for-blaster-form__compatible-darts-for-blaster-hero{position:relative;z-index:3;margin-bottom:-68px;}.t-ammo-for-blaster-form__wide-cta-on-image{height:672px;}.t-ammo-for-blaster-form__wide-cta-on-image .o-wide-cta-on-image__container{padding-top:260px;}@media screen and (max-width: 950px){.t-ammo-for-blaster-form__wide-cta-on-image{height:546px;}}@media screen and (max-width: 600px){.t-ammo-for-blaster-form__wide-cta-on-image{height:auto;}.t-ammo-for-blaster-form__wide-cta-on-image .o-wide-cta-on-image__container{padding-top:120px;}}.t-area .o-header__primary-nav-wrapper .m-page-nav__link{color:var(--color--white);}.t-area .o-header__search-link svg circle,.t-area .o-header__search-link svg line{stroke:var(--bg--base-color);}.t-area .o-header__cart-link svg path{fill:var(--bg--base-color);}.t-area .o-header__navigation-menu-trigger .a-hamburger__line{background-color:var(--bg--base-color);}.t-area .o-header--sticky .o-header__search-link svg circle,.t-area .o-header--sticky .o-header__search-link svg line{stroke:var(--color--white);}.t-area .o-header--sticky .o-header__search-link:hover{background-color:var(--color--black) !important;}.t-area .o-header--sticky .o-header__cart-link svg path{fill:var(--color--white);}.t-area .o-header--sticky .o-header__cart-link:hover{background-color:var(--color--black);}.t-area .o-header--sticky .o-header__navigation-menu-trigger .a-hamburger__line{background-color:var(--color--white) !important;}.t-area .o-header--sticky .o-header__navigation-menu-trigger .a-hamburger:hover{background-color:var(--color--black) !important;}.t-area .o-centered-text-gradient-hero+.o-centered-wide-post-thumbnail-card{margin-top:-42px;}.t-area .o-large-cta-buttons__heading{display:none;}.t-based-on-blaster-form__featured-blaster-product-matches{position:relative;z-index:3;margin-bottom:-68px;}.t-based-on-blaster-form__wide-cta-on-image{height:672px;}.t-based-on-blaster-form__wide-cta-on-image .o-wide-cta-on-image__container{padding-top:260px;}@media screen and (max-width: 950px){.t-based-on-blaster-form__wide-cta-on-image{height:546px;}}@media screen and (max-width: 600px){.t-based-on-blaster-form__wide-cta-on-image{height:450px;}}.t-based-on-preferences-form__featured-blaster-product-matches{position:relative;z-index:3;margin-bottom:-68px;}.t-based-on-preferences-form__wide-cta-on-image{height:672px;}.t-based-on-preferences-form__wide-cta-on-image .o-wide-cta-on-image__container{padding-top:260px;}@media screen and (max-width: 950px){.t-based-on-preferences-form__wide-cta-on-image{height:546px;}}@media screen and (max-width: 600px){.t-based-on-preferences-form__wide-cta-on-image{height:450px;}}.t-blaster-for-ammo-form__compatible-blasters-for-darts-hero{position:relative;z-index:3;margin-bottom:-10px;}.t-blaster-for-ammo-form__wide-cta-on-image{height:582px;}.t-blaster-for-ammo-form__wide-cta-on-image .o-wide-cta-on-image__container{padding-top:170px;}@media screen and (max-width: 950px){.t-blaster-for-ammo-form__wide-cta-on-image{height:546px;}}@media screen and (max-width: 600px){.t-blaster-for-ammo-form__wide-cta-on-image{height:auto;}.t-blaster-for-ammo-form__wide-cta-on-image .o-wide-cta-on-image__container{padding-top:60px;}}.t-category .o-header__primary-nav-wrapper .m-page-nav__link{color:var(--color--white);}.t-category .o-header__search-link svg circle,.t-category .o-header__search-link svg line{stroke:var(--bg--base-color);}.t-category .o-header__cart-link svg path{fill:var(--bg--base-color);}.t-category .o-header__navigation-menu-trigger .a-hamburger__line{background-color:var(--bg--base-color);}.t-category .o-header--sticky .o-header__search-link svg circle,.t-category .o-header--sticky .o-header__search-link svg line{stroke:var(--color--white);}.t-category .o-header--sticky .o-header__search-link:hover{background-color:var(--color--black) !important;}.t-category .o-header--sticky .o-header__cart-link svg path{fill:var(--color--white);}.t-category .o-header--sticky .o-header__cart-link:hover{background-color:var(--color--black);}.t-category .o-header--sticky .o-header__navigation-menu-trigger .a-hamburger__line{background-color:var(--color--white) !important;}.t-category .o-header--sticky .o-header__navigation-menu-trigger .a-hamburger:hover{background-color:var(--color--black) !important;}.t-category .o-centered-text-gradient-hero+.o-centered-wide-post-thumbnail-card{margin-top:-42px;}.t-category .o-large-cta-buttons__heading{display:none;}.t-collection .o-collection-block{margin-top:120px;}@media screen and (max-width: 600px){.t-collection .o-collection-block{margin-top:84px;}}.t-collection .o-centered-text-gradient-hero+.woocommerce{margin-top:-100px;}.t-collection.u-user--logged-out .o-header__primary-nav-wrapper .m-page-nav__link{color:var(--color--white);}.t-collection.u-user--logged-out .o-header__search-link svg circle,.t-collection.u-user--logged-out .o-header__search-link svg line{stroke:var(--bg--base-color);}.t-collection.u-user--logged-out .o-header__cart-link svg path{fill:var(--bg--base-color);}.t-collection.u-user--logged-out .o-header__navigation-menu-trigger .a-hamburger__line{background-color:var(--bg--base-color);}.t-collection.u-user--logged-out .o-header--sticky .o-header__search-link svg circle,.t-collection.u-user--logged-out .o-header--sticky .o-header__search-link svg line{stroke:var(--color--white);}.t-collection.u-user--logged-out .o-header--sticky .o-header__search-link:hover{background-color:var(--color--black) !important;}.t-collection.u-user--logged-out .o-header--sticky .o-header__cart-link svg path{fill:var(--color--white);}.t-collection.u-user--logged-out .o-header--sticky .o-header__cart-link:hover{background-color:var(--color--black);}.t-collection.u-user--logged-out .o-header--sticky .o-header__navigation-menu-trigger .a-hamburger__line{background-color:var(--color--white) !important;}.t-collection.u-user--logged-out .o-header--sticky .o-header__navigation-menu-trigger .a-hamburger:hover{background-color:var(--color--black) !important;}@media screen and (max-width: 600px){.t-default .o-header--notification+.o-main{margin-top:118px;}.t-default .o-header--notification.o-header--sticky+.o-main{margin-top:0px;}}.p-event-archive .o-centered-text-gradient-hero+.o-google-map-block{margin-top:-80px;}.event-template-event-landing-page .o-header__search-link svg circle,.event-template-event-landing-page .o-header__search-link svg line{stroke:#fff;}.event-template-event-landing-page .o-header__cart-link svg path{fill:var(--bg--base-color);}.event-template-event-landing-page .o-header__primary-nav-wrapper .m-page-nav__item>.a-nav-link{color:#fff;}.event-template-event-landing-page .a-hamburger__line{background-color:#fff;}.event-template-event-landing-page .o-featured-gallery-image-list-items{overflow:visible;}.event-template-event-landing-page .o-featured-gallery-image-list-items__container{padding-top:20px;}.event-template-event-landing-page .o-featured-gallery-image-list-items__main{margin-top:-80px;}.event-template-event-landing-page .o-featured-gallery-image-list-items__item{font-family:montserrat-medium;font-size:1.375em;line-height:1.45455em;color:var(--text--base-color);}.event-template-event-landing-page .o-featured-gallery-image-list-items__item:before{content:"";position:absolute;top:12px;left:0;width:15px;height:2px;background-color:var(--theme--primary-color);}.t-event .o-large-cta-buttons__heading{display:none;}.t-find-your-product .o-header__primary-nav-wrapper .m-page-nav__link{color:var(--color--white);}.t-find-your-product .o-header__search-link svg circle,.t-find-your-product .o-header__search-link svg line{stroke:var(--bg--base-color);}.t-find-your-product .o-header__cart-link svg path{fill:var(--bg--base-color);}.t-find-your-product .o-header__navigation-menu-trigger .a-hamburger__line{background-color:var(--bg--base-color);}.t-find-your-product .o-header--sticky .o-header__search-link svg circle,.t-find-your-product .o-header--sticky .o-header__search-link svg line{stroke:var(--color--white);}.t-find-your-product .o-header--sticky .o-header__search-link:hover{background-color:var(--color--black) !important;}.t-find-your-product .o-header--sticky .o-header__cart-link svg path{fill:var(--color--white);}.t-find-your-product .o-header--sticky .o-header__cart-link:hover{background-color:var(--color--black);}.t-find-your-product .o-header--sticky .o-header__navigation-menu-trigger .a-hamburger__line{background-color:var(--color--white) !important;}.t-find-your-product .o-header--sticky .o-header__navigation-menu-trigger .a-hamburger:hover{background-color:var(--color--black) !important;}.t-pa_ammo-type .o-header__primary-nav-wrapper .m-page-nav__link{color:var(--color--white);}.t-pa_ammo-type .o-header__search-link svg circle,.t-pa_ammo-type .o-header__search-link svg line{stroke:var(--bg--base-color);}.t-pa_ammo-type .o-header__cart-link svg path{fill:var(--bg--base-color);}.t-pa_ammo-type .o-header__navigation-menu-trigger .a-hamburger__line{background-color:var(--bg--base-color);}.t-pa_ammo-type .o-header--sticky .o-header__search-link svg circle,.t-pa_ammo-type .o-header--sticky .o-header__search-link svg line{stroke:var(--color--white);}.t-pa_ammo-type .o-header--sticky .o-header__search-link:hover{background-color:var(--color--black) !important;}.t-pa_ammo-type .o-header--sticky .o-header__cart-link svg path{fill:var(--color--white);}.t-pa_ammo-type .o-header--sticky .o-header__cart-link:hover{background-color:var(--color--black);}.t-pa_ammo-type .o-header--sticky .o-header__navigation-menu-trigger .a-hamburger__line{background-color:var(--color--white) !important;}.t-pa_ammo-type .o-header--sticky .o-header__navigation-menu-trigger .a-hamburger:hover{background-color:var(--color--black) !important;}.t-pa_blaster-type .o-header__primary-nav-wrapper .m-page-nav__link{color:var(--color--white);}.t-pa_blaster-type .o-header__search-link svg circle,.t-pa_blaster-type .o-header__search-link svg line{stroke:var(--bg--base-color);}.t-pa_blaster-type .o-header__cart-link svg path{fill:var(--bg--base-color);}.t-pa_blaster-type .o-header__navigation-menu-trigger .a-hamburger__line{background-color:var(--bg--base-color);}.t-pa_blaster-type .o-header--sticky .o-header__search-link svg circle,.t-pa_blaster-type .o-header--sticky .o-header__search-link svg line{stroke:var(--color--white);}.t-pa_blaster-type .o-header--sticky .o-header__search-link:hover{background-color:var(--color--black) !important;}.t-pa_blaster-type .o-header--sticky .o-header__cart-link svg path{fill:var(--color--white);}.t-pa_blaster-type .o-header--sticky .o-header__cart-link:hover{background-color:var(--color--black);}.t-pa_blaster-type .o-header--sticky .o-header__navigation-menu-trigger .a-hamburger__line{background-color:var(--color--white) !important;}.t-pa_blaster-type .o-header--sticky .o-header__navigation-menu-trigger .a-hamburger:hover{background-color:var(--color--black) !important;}.t-pa_brand .o-header--notification{top:0;background-color:var(--bg--base-color);}.t-pa_brand .o-header--notification+.o-main{margin-top:200px;}.t-pa_brand .o-header--notification+.o-main .o-page-navigation-bar{top:180px;}.t-pa_brand .o-header--notification.o-header--sticky{background-color:var(--theme--primary-color);}.t-pa_brand .o-header--notification.o-header--sticky .o-main{margin-top:150px;}.t-pa_brand .o-header--sticky+.o-main .o-page-navigation-bar{top:92px;}.t-pa_brand .o-main{margin-top:204px;}.t-pa_brand .o-page-navigation-bar{position:fixed;top:116px;left:0;width:100%;z-index:30;}.t-pa_brand .o-centered-text-callout{margin-top:-30px;}.t-pa_brand__infographics-section{position:relative;margin:60px 0 100px;overflow:hidden;}.t-pa_brand__infographics-section--hide-products{position:relative;max-height:2800px;overflow:hidden;margin-bottom:0;}.t-pa_brand__infographics-section--hide-products:after{content:"";position:absolute;bottom:0;background:#fff;background:linear-gradient(180deg,rgba(255,255,255,.05) 0%,rgba(255,255,255,.8) 50%,#fff 100%);width:100%;height:256px;z-index:2;}.t-pa_brand__infographics-section--hide-products .t-pa_brand__infographics-section__inner-wrapper:after{content:"";position:absolute;bottom:0;background:#fff;background:linear-gradient(180deg,rgba(255,255,255,.05) 0%,rgba(255,255,255,.8) 50%,#fff 100%);width:100%;height:256px;z-index:2;}.t-pa_brand__infographics-section--hide-products .t-pa_brand__infographics-section__load-more{display:inline-flex;}.t-pa_brand__infographics-section .o-aligned-product-infographics-image{position:relative;z-index:2;}.t-pa_brand__infographics-section .o-aligned-product-infographics-image+.o-aligned-product-infographics-image{margin-top:56px;}.t-pa_brand__infographics-section__inner-wrapper{margin-left:auto;margin-right:auto;position:relative;max-width:1280px;height:100%;padding-top:122px;}.t-pa_brand__infographics-section__inner-wrapper:before{height:100%;width:100%;content:"";position:absolute;top:0;left:calc(100% - 346px);max-width:406px;background:#f5f5f5;background:linear-gradient(45deg,#f5f5f5 0%,#e7e7e7 100%);}.t-pa_brand__infographics-section__footer{margin-left:auto;margin-right:auto;position:absolute;bottom:3%;left:0;right:0;width:100%;max-width:1200px;padding:0 40px;box-sizing:border-box;}.t-pa_brand__infographics-section__load-more{display:none;z-index:3;}@media screen and (max-width: 950px){.t-pa_brand__infographics-section__inner-wrapper{padding-top:90px;}.t-pa_brand__infographics-section__footer{margin-left:auto;margin-right:auto;display:flex;align-items:center;justify-content:center;}}@media screen and (max-width: 600px){.t-pa_brand__infographics-section{margin:50px 0;}.t-pa_brand__infographics-section__inner-wrapper{padding-top:50px;}.t-pa_brand__infographics-section__inner-wrapper:before{left:calc(100% - 200px);}.t-pa_brand__infographics-section__footer{padding-right:30px;padding-left:30px;}}.t-pa_brand .o-featured-products-cta-block{position:relative;z-index:2;}.t-pa_brand .o-featured-product-thumbnail-cards{margin-top:-100px;margin-bottom:-60px;}.t-pa_brand .o-featured-product-thumbnail-cards__heading{font-size:5em;margin-bottom:-24px;}@media screen and (max-width: 1200px){.t-pa_brand .o-featured-product-thumbnail-cards__heading{margin-bottom:-8px;}}@media screen and (max-width: 1024px){.t-pa_brand .o-featured-product-thumbnail-cards__heading{font-size:3.125em;line-height:1.2em;}}@media screen and (max-width: 950px){.t-pa_brand .o-featured-product-thumbnail-cards{margin:30px 0;}.t-pa_brand .o-featured-product-thumbnail-cards__heading{font-size:2.25em;line-height:1.11111em;}}@media screen and (max-width: 600px){.t-pa_brand .o-featured-product-thumbnail-cards__heading{font-size:2em;line-height:1.125em;}}.t-pa_brand .o-featured-post-thumbnail-cards-carousel{margin-bottom:20px;}@media screen and (max-width: 768px){.t-pa_brand .o-header--notification+.o-main .o-page-navigation-bar{top:222px;}.t-pa_brand .o-header--sticky+.o-main{margin-top:104px;}.t-pa_brand .o-header--sticky+.o-main .o-page-navigation-bar{top:92px;}}@media screen and (max-width: 600px){.t-pa_brand .o-header--notification+.o-main .o-page-navigation-bar{top:140px;}.t-pa_brand .o-header--notification+.o-main{margin-top:162px;}.t-pa_brand .o-page-navigation-bar{top:-2px;}.t-pa_brand .o-header--sticky+.o-main{margin-top:70px;}.t-pa_brand .o-header--sticky+.o-main .o-page-navigation-bar{top:12px;}.t-pa_brand .o-main{margin-top:130px;}}.t-pa_color .o-header__primary-nav-wrapper .m-page-nav__link{color:var(--color--white);}.t-pa_color .o-header__search-link svg circle,.t-pa_color .o-header__search-link svg line{stroke:var(--bg--base-color);}.t-pa_color .o-header__cart-link svg path{fill:var(--bg--base-color);}.t-pa_color .o-header__navigation-menu-trigger .a-hamburger__line{background-color:var(--bg--base-color);}.t-pa_color .o-header--sticky .o-header__search-link svg circle,.t-pa_color .o-header--sticky .o-header__search-link svg line{stroke:var(--color--white);}.t-pa_color .o-header--sticky .o-header__search-link:hover{background-color:var(--color--black) !important;}.t-pa_color .o-header--sticky .o-header__cart-link svg path{fill:var(--color--white);}.t-pa_color .o-header--sticky .o-header__cart-link:hover{background-color:var(--color--black);}.t-pa_color .o-header--sticky .o-header__navigation-menu-trigger .a-hamburger__line{background-color:var(--color--white) !important;}.t-pa_color .o-header--sticky .o-header__navigation-menu-trigger .a-hamburger:hover{background-color:var(--color--black) !important;}.t-pa_country .o-header__primary-nav-wrapper .m-page-nav__link{color:var(--color--white);}.t-pa_country .o-header__search-link svg circle,.t-pa_country .o-header__search-link svg line{stroke:var(--bg--base-color);}.t-pa_country .o-header__cart-link svg path{fill:var(--bg--base-color);}.t-pa_country .o-header__navigation-menu-trigger .a-hamburger__line{background-color:var(--bg--base-color);}.t-pa_country .o-header--sticky .o-header__search-link svg circle,.t-pa_country .o-header--sticky .o-header__search-link svg line{stroke:var(--color--white);}.t-pa_country .o-header--sticky .o-header__search-link:hover{background-color:var(--color--black) !important;}.t-pa_country .o-header--sticky .o-header__cart-link svg path{fill:var(--color--white);}.t-pa_country .o-header--sticky .o-header__cart-link:hover{background-color:var(--color--black);}.t-pa_country .o-header--sticky .o-header__navigation-menu-trigger .a-hamburger__line{background-color:var(--color--white) !important;}.t-pa_country .o-header--sticky .o-header__navigation-menu-trigger .a-hamburger:hover{background-color:var(--color--black) !important;}@media screen and (max-width: 600px){.t-pa_country .o-centered-text-gradient-hero__footer{flex-direction:row;width:100%;margin:20px 0 -5px;flex-wrap:wrap;}.t-pa_country .o-centered-text-gradient-hero__button{padding:14px;margin:5px !important;min-width:unset;}.t-pa_country .o-featured-logos-block{margin-top:-50px;margin-bottom:40px;}.t-pa_country .o-featured-product-thumbnail-cards-carousel,.t-pa_country .o-featured-products-block,.t-pa_country .o-wide-post-thumbnail-cards-slider{margin-top:40px;margin-bottom:40px;}.t-pa_country .o-wide-cta-on-image{height:300px;}}.t-pa_dart-capacity .o-header__primary-nav-wrapper .m-page-nav__link{color:var(--color--white);}.t-pa_dart-capacity .o-header__search-link svg circle,.t-pa_dart-capacity .o-header__search-link svg line{stroke:var(--bg--base-color);}.t-pa_dart-capacity .o-header__cart-link svg path{fill:var(--bg--base-color);}.t-pa_dart-capacity .o-header__navigation-menu-trigger .a-hamburger__line{background-color:var(--bg--base-color);}.t-pa_dart-capacity .o-header--sticky .o-header__search-link svg circle,.t-pa_dart-capacity .o-header--sticky .o-header__search-link svg line{stroke:var(--color--white);}.t-pa_dart-capacity .o-header--sticky .o-header__search-link:hover{background-color:var(--color--black) !important;}.t-pa_dart-capacity .o-header--sticky .o-header__cart-link svg path{fill:var(--color--white);}.t-pa_dart-capacity .o-header--sticky .o-header__cart-link:hover{background-color:var(--color--black);}.t-pa_dart-capacity .o-header--sticky .o-header__navigation-menu-trigger .a-hamburger__line{background-color:var(--color--white) !important;}.t-pa_dart-capacity .o-header--sticky .o-header__navigation-menu-trigger .a-hamburger:hover{background-color:var(--color--black) !important;}.t-pa_features .o-header__primary-nav-wrapper .m-page-nav__link{color:var(--color--white);}.t-pa_features .o-header__search-link svg circle,.t-pa_features .o-header__search-link svg line{stroke:var(--bg--base-color);}.t-pa_features .o-header__cart-link svg path{fill:var(--bg--base-color);}.t-pa_features .o-header__navigation-menu-trigger .a-hamburger__line{background-color:var(--bg--base-color);}.t-pa_features .o-header--sticky .o-header__search-link svg circle,.t-pa_features .o-header--sticky .o-header__search-link svg line{stroke:var(--color--white);}.t-pa_features .o-header--sticky .o-header__search-link:hover{background-color:var(--color--black) !important;}.t-pa_features .o-header--sticky .o-header__cart-link svg path{fill:var(--color--white);}.t-pa_features .o-header--sticky .o-header__cart-link:hover{background-color:var(--color--black);}.t-pa_features .o-header--sticky .o-header__navigation-menu-trigger .a-hamburger__line{background-color:var(--color--white) !important;}.t-pa_features .o-header--sticky .o-header__navigation-menu-trigger .a-hamburger:hover{background-color:var(--color--black) !important;}.t-pa_firing-range-distance .o-header__primary-nav-wrapper .m-page-nav__link{color:var(--color--white);}.t-pa_firing-range-distance .o-header__search-link svg circle,.t-pa_firing-range-distance .o-header__search-link svg line{stroke:var(--bg--base-color);}.t-pa_firing-range-distance .o-header__cart-link svg path{fill:var(--bg--base-color);}.t-pa_firing-range-distance .o-header__navigation-menu-trigger .a-hamburger__line{background-color:var(--bg--base-color);}.t-pa_firing-range-distance .o-header--sticky .o-header__search-link svg circle,.t-pa_firing-range-distance .o-header--sticky .o-header__search-link svg line{stroke:var(--color--white);}.t-pa_firing-range-distance .o-header--sticky .o-header__search-link:hover{background-color:var(--color--black) !important;}.t-pa_firing-range-distance .o-header--sticky .o-header__cart-link svg path{fill:var(--color--white);}.t-pa_firing-range-distance .o-header--sticky .o-header__cart-link:hover{background-color:var(--color--black);}.t-pa_firing-range-distance .o-header--sticky .o-header__navigation-menu-trigger .a-hamburger__line{background-color:var(--color--white) !important;}.t-pa_firing-range-distance .o-header--sticky .o-header__navigation-menu-trigger .a-hamburger:hover{background-color:var(--color--black) !important;}.t-pa_fps .o-header__primary-nav-wrapper .m-page-nav__link{color:var(--color--white);}.t-pa_fps .o-header__search-link svg circle,.t-pa_fps .o-header__search-link svg line{stroke:var(--bg--base-color);}.t-pa_fps .o-header__cart-link svg path{fill:var(--bg--base-color);}.t-pa_fps .o-header__navigation-menu-trigger .a-hamburger__line{background-color:var(--bg--base-color);}.t-pa_fps .o-header--sticky .o-header__search-link svg circle,.t-pa_fps .o-header--sticky .o-header__search-link svg line{stroke:var(--color--white);}.t-pa_fps .o-header--sticky .o-header__search-link:hover{background-color:var(--color--black) !important;}.t-pa_fps .o-header--sticky .o-header__cart-link svg path{fill:var(--color--white);}.t-pa_fps .o-header--sticky .o-header__cart-link:hover{background-color:var(--color--black);}.t-pa_fps .o-header--sticky .o-header__navigation-menu-trigger .a-hamburger__line{background-color:var(--color--white) !important;}.t-pa_fps .o-header--sticky .o-header__navigation-menu-trigger .a-hamburger:hover{background-color:var(--color--black) !important;}.t-pa_material .o-header__primary-nav-wrapper .m-page-nav__link{color:var(--color--white);}.t-pa_material .o-header__search-link svg circle,.t-pa_material .o-header__search-link svg line{stroke:var(--bg--base-color);}.t-pa_material .o-header__cart-link svg path{fill:var(--bg--base-color);}.t-pa_material .o-header__navigation-menu-trigger .a-hamburger__line{background-color:var(--bg--base-color);}.t-pa_material .o-header--sticky .o-header__search-link svg circle,.t-pa_material .o-header--sticky .o-header__search-link svg line{stroke:var(--color--white);}.t-pa_material .o-header--sticky .o-header__search-link:hover{background-color:var(--color--black) !important;}.t-pa_material .o-header--sticky .o-header__cart-link svg path{fill:var(--color--white);}.t-pa_material .o-header--sticky .o-header__cart-link:hover{background-color:var(--color--black);}.t-pa_material .o-header--sticky .o-header__navigation-menu-trigger .a-hamburger__line{background-color:var(--color--white) !important;}.t-pa_material .o-header--sticky .o-header__navigation-menu-trigger .a-hamburger:hover{background-color:var(--color--black) !important;}.t-pa_number-darts-included .o-header__primary-nav-wrapper .m-page-nav__link{color:var(--color--white);}.t-pa_number-darts-included .o-header__search-link svg circle,.t-pa_number-darts-included .o-header__search-link svg line{stroke:var(--bg--base-color);}.t-pa_number-darts-included .o-header__cart-link svg path{fill:var(--bg--base-color);}.t-pa_number-darts-included .o-header__navigation-menu-trigger .a-hamburger__line{background-color:var(--bg--base-color);}.t-pa_number-darts-included .o-header--sticky .o-header__search-link svg circle,.t-pa_number-darts-included .o-header--sticky .o-header__search-link svg line{stroke:var(--color--white);}.t-pa_number-darts-included .o-header--sticky .o-header__search-link:hover{background-color:var(--color--black) !important;}.t-pa_number-darts-included .o-header--sticky .o-header__cart-link svg path{fill:var(--color--white);}.t-pa_number-darts-included .o-header--sticky .o-header__cart-link:hover{background-color:var(--color--black);}.t-pa_number-darts-included .o-header--sticky .o-header__navigation-menu-trigger .a-hamburger__line{background-color:var(--color--white) !important;}.t-pa_number-darts-included .o-header--sticky .o-header__navigation-menu-trigger .a-hamburger:hover{background-color:var(--color--black) !important;}.t-pa_play-style .o-header__primary-nav-wrapper .m-page-nav__link{color:var(--color--white);}.t-pa_play-style .o-header__search-link svg circle,.t-pa_play-style .o-header__search-link svg line{stroke:var(--bg--base-color);}.t-pa_play-style .o-header__cart-link svg path{fill:var(--bg--base-color);}.t-pa_play-style .o-header__navigation-menu-trigger .a-hamburger__line{background-color:var(--bg--base-color);}.t-pa_play-style .o-header--sticky .o-header__search-link svg circle,.t-pa_play-style .o-header--sticky .o-header__search-link svg line{stroke:var(--color--white);}.t-pa_play-style .o-header--sticky .o-header__search-link:hover{background-color:var(--color--black) !important;}.t-pa_play-style .o-header--sticky .o-header__cart-link svg path{fill:var(--color--white);}.t-pa_play-style .o-header--sticky .o-header__cart-link:hover{background-color:var(--color--black);}.t-pa_play-style .o-header--sticky .o-header__navigation-menu-trigger .a-hamburger__line{background-color:var(--color--white) !important;}.t-pa_play-style .o-header--sticky .o-header__navigation-menu-trigger .a-hamburger:hover{background-color:var(--color--black) !important;}.t-pa_product-type .o-centered-text-callout+.o-featured-products-carousel{margin-top:-200px;}.t-pa_product-type .o-centered-text-callout+.o-featured-dart-product-block{margin-top:-100px;}@media screen and (max-width: 1024px){.t-pa_product-type .o-centered-text-callout+.o-featured-products-carousel,.t-pa_product-type .o-centered-text-callout+.o-featured-dart-product-block{margin-top:70px;}}@media screen and (max-width: 600px){.t-pa_product-type .o-centered-text-callout+.o-featured-products-carousel,.t-pa_product-type .o-centered-text-callout+.o-featured-dart-product-block{margin-top:50px;}}.t-pa_product-type .o-featured-expandable-images-block__block{padding-bottom:230px;}.t-pa_product-type .o-featured-expandable-images-block+.o-centered-cta-block{margin-top:-210px;}@media screen and (max-width: 600px){.t-pa_product-type .o-featured-expandable-images-block__block{padding-bottom:160px;}.t-pa_product-type .o-featured-expandable-images-block+.o-centered-cta-block{margin-top:-160px;}}.t-pa_product-type .o-centered-quote-content{margin-top:20px;}.t-pa_product-type .o-centered-quote-content+section{margin-top:0;}@media screen and (max-width: 950px){.t-pa_product-type .o-centered-quote-content+section{margin-top:70px;}}@media screen and (max-width: 600px){.t-pa_product-type .o-centered-quote-content+section{margin-top:50px;}}.t-pa_product-type .o-featured-darts-links-info-block__block{padding-bottom:294px;}.t-pa_product-type .o-featured-darts-links-info-block+.o-centered-cta-block{margin-top:-170px;}@media screen and (max-width: 950px){.t-pa_product-type .o-featured-darts-links-info-block__block{padding-bottom:200px;}}@media screen and (max-width: 600px){.t-pa_product-type .o-featured-darts-links-info-block__block{padding-bottom:160px;}}.t-pa_product-type .o-featured-product-thumbnail-cards-carousel__heading{font-size:4.375em;line-height:1em;max-width:900px;}.t-pa_product-type .o-featured-product-thumbnail-cards-carousel+.o-centered-quote-content{margin-top:-110px;}@media screen and (max-width: 1200px){.t-pa_product-type .o-featured-product-thumbnail-cards-carousel__heading{font-size:3.75em;line-height:1em;}}@media screen and (max-width: 1024px){.t-pa_product-type .o-featured-product-thumbnail-cards-carousel__heading{font-size:3.125em;line-height:1em;}}@media screen and (max-width: 950px){.t-pa_product-type .o-featured-product-thumbnail-cards-carousel+.o-centered-quote-content{margin-top:70px;}.t-pa_product-type .o-featured-product-thumbnail-cards-carousel__heading{font-size:2.25em;line-height:1.11111em;}}@media screen and (max-width: 600px){.t-pa_product-type .o-featured-product-thumbnail-cards-carousel+.o-centered-quote-content{margin-top:50px;}.t-pa_product-type .o-featured-product-thumbnail-cards-carousel__heading{font-size:1.75em;line-height:1.14286em;}}.t-pa_retailer .o-header__primary-nav-wrapper .m-page-nav__link{color:var(--color--white);}.t-pa_retailer .o-header__search-link svg circle,.t-pa_retailer .o-header__search-link svg line{stroke:var(--bg--base-color);}.t-pa_retailer .o-header__cart-link svg path{fill:var(--bg--base-color);}.t-pa_retailer .o-header__navigation-menu-trigger .a-hamburger__line{background-color:var(--bg--base-color);}.t-pa_retailer .o-header--sticky .o-header__search-link svg circle,.t-pa_retailer .o-header--sticky .o-header__search-link svg line{stroke:var(--color--white);}.t-pa_retailer .o-header--sticky .o-header__search-link:hover{background-color:var(--color--black) !important;}.t-pa_retailer .o-header--sticky .o-header__cart-link svg path{fill:var(--color--white);}.t-pa_retailer .o-header--sticky .o-header__cart-link:hover{background-color:var(--color--black);}.t-pa_retailer .o-header--sticky .o-header__navigation-menu-trigger .a-hamburger__line{background-color:var(--color--white) !important;}.t-pa_retailer .o-header--sticky .o-header__navigation-menu-trigger .a-hamburger:hover{background-color:var(--color--black) !important;}.t-pa_size .o-header__primary-nav-wrapper .m-page-nav__link{color:var(--color--white);}.t-pa_size .o-header__search-link svg circle,.t-pa_size .o-header__search-link svg line{stroke:var(--bg--base-color);}.t-pa_size .o-header__cart-link svg path{fill:var(--bg--base-color);}.t-pa_size .o-header__navigation-menu-trigger .a-hamburger__line{background-color:var(--bg--base-color);}.t-pa_size .o-header--sticky .o-header__search-link svg circle,.t-pa_size .o-header--sticky .o-header__search-link svg line{stroke:var(--color--white);}.t-pa_size .o-header--sticky .o-header__search-link:hover{background-color:var(--color--black) !important;}.t-pa_size .o-header--sticky .o-header__cart-link svg path{fill:var(--color--white);}.t-pa_size .o-header--sticky .o-header__cart-link:hover{background-color:var(--color--black);}.t-pa_size .o-header--sticky .o-header__navigation-menu-trigger .a-hamburger__line{background-color:var(--color--white) !important;}.t-pa_size .o-header--sticky .o-header__navigation-menu-trigger .a-hamburger:hover{background-color:var(--color--black) !important;}.t-pa_suggested-age .o-header__primary-nav-wrapper .m-page-nav__link{color:var(--color--white);}.t-pa_suggested-age .o-header__search-link svg circle,.t-pa_suggested-age .o-header__search-link svg line{stroke:var(--bg--base-color);}.t-pa_suggested-age .o-header__cart-link svg path{fill:var(--bg--base-color);}.t-pa_suggested-age .o-header__navigation-menu-trigger .a-hamburger__line{background-color:var(--bg--base-color);}.t-pa_suggested-age .o-header--sticky .o-header__search-link svg circle,.t-pa_suggested-age .o-header--sticky .o-header__search-link svg line{stroke:var(--color--white);}.t-pa_suggested-age .o-header--sticky .o-header__search-link:hover{background-color:var(--color--black) !important;}.t-pa_suggested-age .o-header--sticky .o-header__cart-link svg path{fill:var(--color--white);}.t-pa_suggested-age .o-header--sticky .o-header__cart-link:hover{background-color:var(--color--black);}.t-pa_suggested-age .o-header--sticky .o-header__navigation-menu-trigger .a-hamburger__line{background-color:var(--color--white) !important;}.t-pa_suggested-age .o-header--sticky .o-header__navigation-menu-trigger .a-hamburger:hover{background-color:var(--color--black) !important;}.t-page .o-brand-hero{margin-top:116px;}@media screen and (max-width: 600px){.t-page .o-brand-hero{margin-top:80px;}}.t-post .o-large-cta-buttons__heading{display:none;}.t-product_tag .o-header__primary-nav-wrapper .m-page-nav__link{color:var(--color--white);}.t-product_tag .o-header__search-link svg circle,.t-product_tag .o-header__search-link svg line{stroke:var(--bg--base-color);}.t-product_tag .o-header__cart-link svg path{fill:var(--bg--base-color);}.t-product_tag .o-header__navigation-menu-trigger .a-hamburger__line{background-color:var(--bg--base-color);}.t-product_tag .o-header--sticky .o-header__search-link svg circle,.t-product_tag .o-header--sticky .o-header__search-link svg line{stroke:var(--color--white);}.t-product_tag .o-header--sticky .o-header__search-link:hover{background-color:var(--color--black) !important;}.t-product_tag .o-header--sticky .o-header__cart-link svg path{fill:var(--color--white);}.t-product_tag .o-header--sticky .o-header__cart-link:hover{background-color:var(--color--black);}.t-product_tag .o-header--sticky .o-header__navigation-menu-trigger .a-hamburger__line{background-color:var(--color--white) !important;}.t-product_tag .o-header--sticky .o-header__navigation-menu-trigger .a-hamburger:hover{background-color:var(--color--black) !important;}.t-product_cat .o-header__primary-nav-wrapper .m-page-nav__link{color:var(--color--white);}.t-product_cat .o-header__search-link svg circle,.t-product_cat .o-header__search-link svg line{stroke:var(--bg--base-color);}.t-product_cat .o-header__cart-link svg path{fill:var(--bg--base-color);}.t-product_cat .o-header__navigation-menu-trigger .a-hamburger__line{background-color:var(--bg--base-color);}.t-product_cat .o-header--sticky .o-header__search-link svg circle,.t-product_cat .o-header--sticky .o-header__search-link svg line{stroke:var(--color--white);}.t-product_cat .o-header--sticky .o-header__search-link:hover{background-color:var(--color--black) !important;}.t-product_cat .o-header--sticky .o-header__cart-link svg path{fill:var(--color--white);}.t-product_cat .o-header--sticky .o-header__cart-link:hover{background-color:var(--color--black);}.t-product_cat .o-header--sticky .o-header__navigation-menu-trigger .a-hamburger__line{background-color:var(--color--white) !important;}.t-product_cat .o-header--sticky .o-header__navigation-menu-trigger .a-hamburger:hover{background-color:var(--color--black) !important;}.t-product_cat section:not(.o-centered-text-gradient-hero)+.o-centered-search-form{margin-top:60px;}.t-product_cat .o-centered-search-form{position:relative;margin-top:-45px;z-index:2;}.product-template-product-landing-page .o-aligned-callout-block-content{margin-top:200px;margin-bottom:200px;}@media screen and (max-width: 1200px){.product-template-product-landing-page .o-aligned-callout-block-content{margin-top:140px;margin-bottom:140px;}}@media screen and (max-width: 950px){.product-template-product-landing-page .o-aligned-callout-block-content{margin-top:70px;margin-bottom:70px;}}.product-template-product-landing-page .o-featured-reviews-block{margin:60px 0 0;padding:60px 0;background:#f5f5f5;background:linear-gradient(225deg,#f5f5f5 0%,#e7e7e7 100%);}.product-template-product-landing-page .o-video-carousel+.o-centered-quote-content{margin-top:-100px;}@media screen and (max-width: 950px){.product-template-product-landing-page .o-video-carousel+.o-centered-quote-content{margin-top:0;}}.t-product .content-area{overflow:hidden;}.t-product__aligned-callout-block-content{position:relative;z-index:2;}.t-product__aligned-callout-block-content+.o-featured-gallery-images{margin-top:-84px;}.t-product__aligned-callout-block-content+.o-product-specs-comparison{margin-top:200px;}@media screen and (max-width: 950px){.t-product__aligned-callout-block-content+.o-product-specs-comparison{margin-top:70px;}}.t-product__featured-media-grid+.o-featured-darts-links{padding-top:270px;margin-top:-320px;}@media screen and (max-width: 950px){.t-product__featured-media-grid+.o-featured-darts-links{padding-top:200px;margin-top:-200px;}}.t-product__product-specs-comparison{margin-bottom:40px;}.t-product .o-featured-post-thumbnail-cards-carousel+.o-featured-product-thumbnail-cards{margin-top:-200px;}@media screen and (max-width: 950px){.t-product .o-featured-post-thumbnail-cards-carousel+.o-featured-product-thumbnail-cards{margin-top:-70px;}}.t-product .o-featured-product-thumbnail-cards__heading{font-size:4.375em;line-height:1em;}.t-product .o-featured-product-thumbnail-cards+section{margin-top:-50px;}@media screen and (max-width: 1200px){.t-product .o-featured-product-thumbnail-cards__heading{font-size:3.75em;line-height:1em;margin-bottom:-8px;}}@media screen and (max-width: 1024px){.t-product .o-featured-product-thumbnail-cards__heading{font-size:3.125em;line-height:1em;}}@media screen and (max-width: 950px){.t-product .o-featured-product-thumbnail-cards__heading{margin-left:auto;margin-right:auto;text-align:center;}}@media screen and (max-width: 768px){.t-product .o-featured-product-thumbnail-cards__heading{font-size:2.5em;line-height:1em;}}@media screen and (max-width: 600px){.t-product .o-featured-product-thumbnail-cards__heading{font-size:2em;line-height:1.125em;margin-bottom:30px;}}.t-product__featured-image-callout{padding-top:50px;}.t-product__featured-image-callout__container{min-height:330px;}.t-product__featured-image-callout__container:after{top:0;height:100%;}.t-product__featured-image-callout__image{transform:rotate(0deg) scaleX(-1) scale(1.15);}.t-product__woocommerce-message{background-color:var(--theme--secondary-color);position:fixed;bottom:0;width:100%;padding:20px;box-sizing:border-box;z-index:50;}.t-product__woocommerce-message .woocommerce-message{font-family:montserrat-medium;width:100%;text-align:center;display:flex;flex-direction:row-reverse;align-items:center;justify-content:center;color:var(--color--white);}.t-product__woocommerce-message .woocommerce-message .button{padding:14px 18px;margin-left:20px;}.t-product__woocommerce-message .woocommerce-message .button:after{display:none !important;}.t-product__woocommerce-message .woocommerce-message+.woocommerce-message{margin-top:10px;}.t-product .o-woocommerce-login{margin-top:100px;}.t-product .o-woocommerce-login .col-1{margin-left:auto;margin-right:auto;}.t-product .o-woocommerce-login .col-2{display:none !important;}.t-product .vault-member-callout{margin:200px 0 100px;}@media screen and (max-width: 1024px){.t-product .vault-member-callout{margin:160px 0 100px;}}@media screen and (max-width: 950px){.t-product .vault-member-callout{margin:120px 0 70px;}}.t-type .o-header__primary-nav-wrapper .m-page-nav__link{color:var(--color--white);}.t-type .o-header__search-link svg circle,.t-type .o-header__search-link svg line{stroke:var(--bg--base-color);}.t-type .o-header__cart-link svg path{fill:var(--bg--base-color);}.t-type .o-header__navigation-menu-trigger .a-hamburger__line{background-color:var(--bg--base-color);}.t-type .o-header--sticky .o-header__search-link svg circle,.t-type .o-header--sticky .o-header__search-link svg line{stroke:var(--color--white);}.t-type .o-header--sticky .o-header__search-link:hover{background-color:var(--color--black) !important;}.t-type .o-header--sticky .o-header__cart-link svg path{fill:var(--color--white);}.t-type .o-header--sticky .o-header__cart-link:hover{background-color:var(--color--black);}.t-type .o-header--sticky .o-header__navigation-menu-trigger .a-hamburger__line{background-color:var(--color--white) !important;}.t-type .o-header--sticky .o-header__navigation-menu-trigger .a-hamburger:hover{background-color:var(--color--black) !important;}.t-type .o-centered-text-gradient-hero+.o-centered-wide-post-thumbnail-card{margin-top:-42px;}.t-type .o-large-cta-buttons__heading{display:none;}.t-wishlist .o-plain-centered-text-hero+.woocommerce{margin-top:-200px;position:relative;z-index:2;}@media screen and (max-width: 600px){.t-wishlist .o-plain-centered-text-hero+.woocommerce{margin-top:-100px;}}.t-wishlist .o-plain-centered-text-hero+.o-wishlist-feed{margin-top:-110px;position:relative;z-index:2;}.p-blog .o-header__primary-nav-wrapper .m-page-nav__link{color:var(--color--black);}.p-blog .o-header__search-link svg circle,.p-blog .o-header__search-link svg line{stroke:var(--bg--base-color);}.p-blog .o-header__cart-link svg path{fill:var(--bg--base-color);}.p-blog .o-header__navigation-menu-trigger .a-hamburger__line{background-color:var(--bg--base-color);}.p-blog .o-header--sticky .o-header__search-link svg circle,.p-blog .o-header--sticky .o-header__search-link svg line{stroke:var(--color--white);}.p-blog .o-header--sticky .o-header__search-link:hover{background-color:var(--color--black) !important;}.p-blog .o-header--sticky .o-header__cart-link svg path{fill:var(--color--white);}.p-blog .o-header--sticky .o-header__cart-link:hover{background-color:var(--color--black);}.p-blog .o-header--sticky .o-header__navigation-menu-trigger .a-hamburger__line{background-color:var(--color--white) !important;}.p-blog .o-header--sticky .o-header__navigation-menu-trigger .a-hamburger:hover{background-color:var(--color--black) !important;}.p-blog .o-centered-text-gradient-hero+.o-centered-wide-post-thumbnail-card{margin-top:-42px;}@media screen and (max-width: 768px){.p-blog .o-centered-text-gradient-hero+.o-centered-wide-post-thumbnail-card{margin-top:-100px;}}.p-blog .o-large-cta-buttons__heading{display:none;}@media screen and (max-width: 600px){.p-collection .o-header--notification+.o-main{padding-top:36px;}}.p-event-archive .o-header__primary-nav-wrapper .m-page-nav__link{color:var(--color--white);}.p-event-archive .o-header__search-link svg circle,.p-event-archive .o-header__search-link svg line{stroke:var(--bg--base-color);}.p-event-archive .o-header__cart-link svg path{fill:var(--bg--base-color);}.p-event-archive .o-header__navigation-menu-trigger .a-hamburger__line{background-color:var(--bg--base-color);}.p-event-archive .o-header--sticky .o-header__search-link svg circle,.p-event-archive .o-header--sticky .o-header__search-link svg line{stroke:var(--color--white);}.p-event-archive .o-header--sticky .o-header__search-link:hover{background-color:var(--color--black) !important;}.p-event-archive .o-header--sticky .o-header__cart-link svg path{fill:var(--color--white);}.p-event-archive .o-header--sticky .o-header__cart-link:hover{background-color:var(--color--black);}.p-event-archive .o-header--sticky .o-header__navigation-menu-trigger .a-hamburger__line{background-color:var(--color--white) !important;}.p-event-archive .o-header--sticky .o-header__navigation-menu-trigger .a-hamburger:hover{background-color:var(--color--black) !important;}.p-event-archive .o-centered-text-gradient-hero+.o-centered-wide-post-thumbnail-card{margin-top:-42px;}.p-event-archive .o-large-cta-buttons__heading{display:none;}.p-find-a-blaster .o-header__primary-nav-wrapper .m-page-nav__link{color:var(--color--white);}.p-find-a-blaster .o-header__search-link svg circle,.p-find-a-blaster .o-header__search-link svg line{stroke:var(--bg--base-color);}.p-find-a-blaster .o-header__cart-link svg path{fill:var(--bg--base-color);}.p-find-a-blaster .o-header__navigation-menu-trigger .a-hamburger__line{background-color:var(--bg--base-color);}.p-find-a-blaster .o-header--sticky .o-header__search-link svg circle,.p-find-a-blaster .o-header--sticky .o-header__search-link svg line{stroke:var(--color--white);}.p-find-a-blaster .o-header--sticky .o-header__search-link:hover{background-color:var(--color--black) !important;}.p-find-a-blaster .o-header--sticky .o-header__cart-link svg path{fill:var(--color--white);}.p-find-a-blaster .o-header--sticky .o-header__cart-link:hover{background-color:var(--color--black);}.p-find-a-blaster .o-header--sticky .o-header__navigation-menu-trigger .a-hamburger__line{background-color:var(--color--white) !important;}.p-find-a-blaster .o-header--sticky .o-header__navigation-menu-trigger .a-hamburger:hover{background-color:var(--color--black) !important;}@media screen and (max-width: 1100px){.p-find-a-blaster .o-header__primary-nav-wrapper .m-page-nav__link{color:var(--text--bold-color);}.p-find-a-blaster .o-header__search-link svg circle,.p-find-a-blaster .o-header__search-link svg line{stroke:var(--bg--bold-color);}.p-find-a-blaster .o-header__navigation-menu-trigger .a-hamburger__line{background-color:var(--bg--bold-color);}}.p-find-your-ammo .o-header__primary-nav-wrapper .m-page-nav__link{color:var(--color--white);}.p-find-your-ammo .o-header__search-link svg circle,.p-find-your-ammo .o-header__search-link svg line{stroke:var(--bg--base-color);}.p-find-your-ammo .o-header__cart-link svg path{fill:var(--bg--base-color);}.p-find-your-ammo .o-header__navigation-menu-trigger .a-hamburger__line{background-color:var(--bg--base-color);}.p-find-your-ammo .o-header--sticky .o-header__search-link svg circle,.p-find-your-ammo .o-header--sticky .o-header__search-link svg line{stroke:var(--color--white);}.p-find-your-ammo .o-header--sticky .o-header__search-link:hover{background-color:var(--color--black) !important;}.p-find-your-ammo .o-header--sticky .o-header__cart-link svg path{fill:var(--color--white);}.p-find-your-ammo .o-header--sticky .o-header__cart-link:hover{background-color:var(--color--black);}.p-find-your-ammo .o-header--sticky .o-header__navigation-menu-trigger .a-hamburger__line{background-color:var(--color--white) !important;}.p-find-your-ammo .o-header--sticky .o-header__navigation-menu-trigger .a-hamburger:hover{background-color:var(--color--black) !important;}@media screen and (max-width: 1024px){.p-find-your-ammo .o-header__primary-nav-wrapper .m-page-nav__link{color:var(--text--bold-color);}.p-find-your-ammo .o-header__search-link svg circle,.p-find-your-ammo .o-header__search-link svg line{stroke:var(--bg--bold-color);}.p-find-your-ammo .o-header__navigation-menu-trigger .a-hamburger__line{background-color:var(--bg--bold-color);}}.p-giveaway .o-gravity-form-block .m-gravity-form .gfield--email{margin-left:0;margin-top:24px;}.p-home .o-header{background-color:transparent;box-shadow:none;}.p-home .o-header--notification{background-color:#654ea3 !important;box-shadow:0 2px 4px 0 rgba(0,0,0,.1) !important;}.p-home .o-header--sticky{background:var(--bg--alternate-color);box-shadow:0 2px 4px 0 rgba(0,0,0,.1);}.p-home .o-header__primary-nav-wrapper .m-page-nav__link{color:var(--color--white);}.p-home .o-header__search-link svg circle,.p-home .o-header__search-link svg line{stroke:var(--bg--base-color);}.p-home .o-header__cart-link svg path{fill:var(--bg--base-color);}.p-home .o-header__navigation-menu-trigger .a-hamburger__line{background-color:var(--bg--base-color);}.p-home .o-header--sticky .o-header__search-link svg circle,.p-home .o-header--sticky .o-header__search-link svg line{stroke:var(--color--white);}.p-home .o-header--sticky .o-header__search-link:hover{background-color:var(--color--black) !important;}.p-home .o-header--sticky .o-header__cart-link svg path{fill:var(--color--white);}.p-home .o-header--sticky .o-header__cart-link:hover{background-color:var(--color--black);}.p-home .o-header--sticky .o-header__navigation-menu-trigger .a-hamburger__line{background-color:var(--color--white) !important;}.p-home .o-header--sticky .o-header__navigation-menu-trigger .a-hamburger:hover{background-color:var(--color--black) !important;}.p-home .o-featured-product-thumbnail-cards-carousel__heading{font-size:5em;line-height:.875em;}@media screen and (max-width: 1200px){.p-home .o-featured-product-thumbnail-cards-carousel__heading{font-size:3.125em;line-height:1em;}}@media screen and (max-width: 950px){.p-home .o-featured-product-thumbnail-cards-carousel__heading{font-size:2.25em;line-height:1.11111em;}}@media screen and (max-width: 600px){.p-home .o-featured-product-thumbnail-cards-carousel__heading{font-size:2em;line-height:1.125em;}}@media screen and (max-width: 600px){.p-home.t-default .o-header--notification+.o-main{margin-top:0px !important;}.p-home.t-default .o-header--notification.o-header--sticky+.o-main{margin-top:0px !important;}}.t-page .o-header--white-color .o-header__primary-nav-wrapper .m-page-nav__link{color:var(--color--white);}.t-page .o-header--white-color .o-header__search-link svg circle,.t-page .o-header--white-color .o-header__search-link svg line{stroke:var(--bg--base-color);}.t-page .o-header--white-color .o-header__cart-link svg path{fill:var(--bg--base-color);}.t-page .o-header--white-color .o-header__navigation-menu-trigger .a-hamburger__line{background-color:var(--bg--base-color);}.t-page .o-header--white-color--sticky .o-header__search-link svg circle,.t-page .o-header--white-color--sticky .o-header__search-link svg line{stroke:var(--color--white);}.t-page .o-header--white-color--sticky .o-header__search-link:hover{background-color:var(--color--black) !important;}.t-page .o-header--white-color--sticky .o-header__cart-link svg path{fill:var(--color--white);}.t-page .o-header--white-color--sticky .o-header__cart-link:hover{background-color:var(--color--black);}.t-page .o-header--white-color--sticky .o-header__navigation-menu-trigger .a-hamburger__line{background-color:var(--color--white) !important;}.t-page .o-header--white-color--sticky .o-header__navigation-menu-trigger .a-hamburger:hover{background-color:var(--color--black) !important;}.t-page .o-centered-text-gradient-hero+.o-centered-wide-post-thumbnail-card{margin-top:-42px;}.p-product-archive .o-header__primary-nav-wrapper .m-page-nav__link{color:var(--color--white);}.p-product-archive .o-header__search-link svg circle,.p-product-archive .o-header__search-link svg line{stroke:var(--bg--base-color);}.p-product-archive .o-header__cart-link svg path{fill:var(--bg--base-color);}.p-product-archive .o-header__navigation-menu-trigger .a-hamburger__line{background-color:var(--bg--base-color);}.p-product-archive .o-header--sticky .o-header__search-link svg circle,.p-product-archive .o-header--sticky .o-header__search-link svg line{stroke:var(--color--white);}.p-product-archive .o-header--sticky .o-header__search-link:hover{background-color:var(--color--black) !important;}.p-product-archive .o-header--sticky .o-header__cart-link svg path{fill:var(--color--white);}.p-product-archive .o-header--sticky .o-header__cart-link:hover{background-color:var(--color--black);}.p-product-archive .o-header--sticky .o-header__navigation-menu-trigger .a-hamburger__line{background-color:var(--color--white) !important;}.p-product-archive .o-header--sticky .o-header__navigation-menu-trigger .a-hamburger:hover{background-color:var(--color--black) !important;}.p-product-archive .o-centered-text-gradient-hero+.o-centered-wide-post-thumbnail-card{margin-top:-42px;}.p-product-archive .o-centered-search-form{position:relative;margin-top:-45px;z-index:2;}.p-product-archive .o-large-cta-buttons__heading{display:none;}#product-review-form .o-gravity-form-block__headline{color:var(--text--bold-color);}#product-review-form .o-gravity-form-block__content{margin-bottom:20px;}#product-review-form .gform_fields{display:flex;flex-direction:row;flex-wrap:wrap;}#product-review-form .gfield{text-align:center;}#product-review-form .gfield--input-type-select{flex-direction:column;align-items:center;width:100%;}#product-review-form .gfield--type-textarea{flex-direction:column;align-items:center;width:100%;}#product-review-form .gfield--type-text .ginput_container,#product-review-form .gfield--type-text input,#product-review-form .gfield--type-email .ginput_container,#product-review-form .gfield--type-email input{height:52px;}#product-review-form .gfield.star-rating-selector{display:flex;flex-direction:column;align-items:center;}#product-review-form .gfield.star-rating-selector .gfield_label{position:static;margin-bottom:0;padding:0;background:none;font-size:1.125em;line-height:1.33333em;font-family:montserrat-medium;color:var(--text--bold-color);text-transform:uppercase;}#product-review-form .gfield.star-rating-selector .gfield_label .gfield_required_asterisk{display:inline-block !important;}.p-search .o-header__primary-nav-wrapper .m-page-nav__link{color:var(--color--white);}.p-search .o-header__search-link svg circle,.p-search .o-header__search-link svg line{stroke:var(--bg--base-color);}.p-search .o-header__cart-link svg path{fill:var(--bg--base-color);}.p-search .o-header__navigation-menu-trigger .a-hamburger__line{background-color:var(--bg--base-color);}.p-search .o-header--sticky .o-header__search-link svg circle,.p-search .o-header--sticky .o-header__search-link svg line{stroke:var(--color--white);}.p-search .o-header--sticky .o-header__search-link:hover{background-color:var(--color--black) !important;}.p-search .o-header--sticky .o-header__cart-link svg path{fill:var(--color--white);}.p-search .o-header--sticky .o-header__cart-link:hover{background-color:var(--color--black);}.p-search .o-header--sticky .o-header__navigation-menu-trigger .a-hamburger__line{background-color:var(--color--white) !important;}.p-search .o-header--sticky .o-header__navigation-menu-trigger .a-hamburger:hover{background-color:var(--color--black) !important;}.p-search__centered-search-form{position:relative;margin-top:-45px;z-index:2;}.gform_fields{list-style:none;display:flex;justify-content:space-between;flex-wrap:wrap;align-items:stretch;}.gfield{display:flex;position:relative;vertical-align:top;margin:12px 0;flex:1 100%;-webkit-appearance:none;-moz-appearance:none;appearance:none;height:auto;}.gfield.gfield_visibility_hidden{display:none;}.gfield--type-hidden{margin:0;}.gfield.hidden_label .gfield_label{position:absolute !important;width:1px !important;height:1px !important;overflow:hidden !important;color:transparent !important;pointer-events:none !important;}.gfield.gfield_error{position:relative !important;}.gfield.gfield--width-half{flex:1 calc(50% - 6px);}.gfield .ginput_container{display:flex;height:100%;width:100%;}.gfield--width-half+.gfield--width-half{margin-left:12px;}.gform_body{position:relative;}.validation_message--hidden-on-empty{display:none !important;}.gform_wrapper .gform_required_legend{display:none !important;}.ginput_container{position:relative;}.gfield_label{font-family:montserrat-semibold;font-size:1em;line-height:1em;color:var(--text--base-color);}.gform_ajax-spinner{display:block !important;}.gfield_required_asterisk{display:none !important;}.gform_submission_error{display:none !important;}.gform_confirmation_wrapper{font-family:montserrat-semibold;font-size:1em;line-height:1.25em;padding:12px 20px;box-sizing:border-box;border-radius:var(--border--radius);background-color:white;color:var(--text--bold-color);}.gform_confirmation_wrapper ul,.gform_confirmation_wrapper ol{text-align:left;}.gform_confirmation_wrapper ul li strong,.gform_confirmation_wrapper ol li strong{font-family:montserrat-bold;}.gform_confirmation_wrapper strong{font-family:montserrat-bold;}.gform_confirmation_wrapper a{color:var(--link--bold-color);}.gform_confirmation_wrapper a:hover{color:var(--link--hover-color);}.keyboard-in-use .gform_confirmation_wrapper a:focus{outline:2px dashed var(--theme--focus-color) !important;outline-offset:5px;transition:none;}@media screen and (max-width: 600px){.gform_confirmation_wrapper{font-size:.875em;line-height:1.28571em;}}.gform_validation_container,.validation_error,.gform_ajax_spinner{display:none !important;}.validation_message{transition:all .15s ease-in-out;font-family:montserrat-semibold;font-size:.875em;line-height:1.28571em;position:relative;top:auto;margin-top:4px;margin-left:2px;color:#790000;box-sizing:border-box;}h2.gform_submission_error{display:none;}@media screen and (max-width: 600px){.gfield.gfield--width-half{flex:1 100%;}.gfield--width-half+.gfield--width-half{margin-top:12px;margin-left:0;}}.ui-datepicker-title select:focus,.ui-datepicker-next .ui-corner-all:focus{outline:2px dashed var(--theme--focus-color) !important;outline-offset:5px;transition:none;}.ui-datepicker-month{margin-right:8px !important;text-align:right;}.ui-datepicker-prev{transform:rotate(180deg);top:5px;left:5px;}.ui-datepicker-prev:before{top:6px;}.ui-datepicker-prev:after{top:10px;}.ui-datepicker-next{right:5px;}.ui-datepicker-next:before{top:8px;}.ui-datepicker-next:after{top:12px;}.ui-datepicker-next,.ui-datepicker-prev{height:20px;width:20px;background-image:unset !important;position:absolute;display:flex;align-items:center;justify-content:center;z-index:5;cursor:pointer;}.ui-datepicker-next span,.ui-datepicker-prev span{height:0;opacity:0;}.ui-datepicker-next:before,.ui-datepicker-next:after,.ui-datepicker-prev:before,.ui-datepicker-prev:after{margin-left:auto;margin-right:auto;content:"";position:absolute;right:0;left:0;background-color:var(--color--gray-400);width:8px;height:2px;border-radius:4px;}.ui-datepicker-next:before,.ui-datepicker-prev:before{transform:rotate(45deg);}.ui-datepicker-next:after,.ui-datepicker-prev:after{transform:rotate(-45deg);}.ui-datepicker tr td.ui-datepicker-today a{background-color:var(--bg--base-color) !important;text-shadow:none !important;}.ui-datepicker tr td.ui-datepicker-today a:hover{background-color:var(--color--white) !important;}.ui-datepicker-title{position:relative;display:flex;justify-content:center;align-items:center;}.ui-datepicker-title select{font-family:montserrat-bold;margin:0 !important;background-color:transparent !important;background-color:var(--bg--base-color);font-size:15px;line-height:24px;color:var(--text--base-color);-webkit-appearance:none !important;-moz-appearance:none;appearance:none;text-overflow:ellipsis;}.ui-datepicker-title select+select{margin-left:5px !important;}.ui-datepicker{background-color:var(--bg--base-color);box-shadow:0 0 2px rgba(0,0,0,.1);border:2px solid var(--border--base-color);width:100% !important;max-width:478px;border-radius:var(--border-radius);padding:36px 50px 33px !important;box-sizing:border-box;}.ui-datepicker select{font-family:montserrat-bold;border:2px solid var(--border--base-color) !important;box-sizing:border-box;text-overflow:ellipsis;}.ui-datepicker-calendar{max-width:348px;width:100%;margin:0 auto !important;}.ui-datepicker tbody tr,.ui-datepicker tbody td{border:0 !important;}.ui-datepicker tbody tr{display:flex;justify-content:space-between;width:100%;margin-bottom:5px;}.ui-datepicker tbody td{font-family:montserrat-medium;width:25px !important;height:25px !important;display:flex;align-items:center;justify-content:center;}.ui-datepicker tbody td.ui-state-disabled{color:var(--color--gray-400);}.ui-datepicker tbody td a{height:100%;width:100%;padding:5px;box-sizing:border-box;display:flex;align-items:center;justify-content:center;color:var(--link--bold-color);}.ui-datepicker tbody td a:hover{color:var(--link--hover-color);}.ui-datepicker tbody td a.ui-state-active{background-color:var(--theme--primary-color) !important;color:var(--color--white);border-radius:var(--border-radius);text-shadow:none !important;cursor:default !important;}.keyboard-in-use .ui-datepicker tbody td a:focus{outline:2px dashed var(--theme--focus-color) !important;outline-offset:5px;transition:none;}.ui-datepicker thead{border-bottom:0 !important;background:white !important;}.ui-datepicker thead tr{display:flex;align-items:center;justify-content:space-between;}.ui-datepicker th{font-family:montserrat-bold;background-color:var(--color--white) !important;font-size:15px !important;line-height:24px !important;color:var(--text--base-color);padding:0 !important;width:25px !important;height:25px !important;}.ui-datepicker tr td{background-color:white !important;}.ui-datepicker tr td a{font-family:montserrat-medium;font-size:16px;line-height:24px;background:white !important;box-shadow:none !important;}@media screen and (max-width: 768px){.ui-datepicker{padding:20px !important;max-width:60vw;}}@media screen and (max-width: 600px){.ui-datepicker{max-width:calc(100% - 20px) !important;left:10px !important;}}.ui-datepicker-header{position:relative;background:transparent;background:var(--bg--accent-color) !important;border-width:0 !important;border-radius:var(--border--radius);max-width:365px;width:100%;margin:0 auto 12px !important;padding:5px;}.gfield--address .ginput_container{display:flex;flex-wrap:wrap;}.gfield--address .gfield_label{margin-bottom:10px;}.gfield--address span{position:relative;display:flex;flex-direction:column;width:100%;}.gfield--address span:not(:first-of-type){margin-top:12px;}.gfield--address span label{font-family:montserrat-semibold;font-size:.875em;line-height:1em;margin-bottom:10px;display:block;}.gfield--address select{font-family:montserrat-semibold;font-size:16px !important;width:100%;height:unset !important;padding:14.5px 16px !important;margin:0 !important;color:var(--text--bold-color) !important;background-color:var(--bg--base-color);-moz-appearance:none;appearance:none;-webkit-appearance:none;text-overflow:ellipsis;border:2px solid var(--border--base-color) !important;box-sizing:border-box;}.gfield--address input{font-family:montserrat-semibold;font-size:1em;line-height:1em;padding:14.5px 16px !important;width:100%;text-overflow:ellipsis;border:2px solid var(--border--base-color) !important;box-sizing:border-box;}.gfield--address .address_line_1,.gfield--address .address_line_2,.gfield--address .address_city{width:100%;}.gfield--address .address_state,.gfield--address .address_zip{width:calc(50% - 6px);}.gfield--address .address_zip{margin-left:12px;}@media screen and (max-width: 600px){.gfield--address .address_state,.gfield--address .address_zip{width:100%;}.gfield--address .address_zip{margin-top:12px;margin-left:0;}}.gfield--fileupload{display:flex;flex-direction:column;align-items:flex-start;position:relative;}.gfield--fileupload .gfield_label{font-family:montserrat-semibold;position:absolute;top:-6px;left:20px;font-size:14px;line-height:14px;padding:2px 4px;box-sizing:border-box;background-color:var(--color--gray-200);display:block;z-index:3;}.gfield--fileupload .ginput_container{display:flex;flex-direction:column;align-items:flex-start;box-sizing:border-box;padding:30px 20px 20px;border:2px solid var(--border--base-color) !important;width:100%;}.gfield--fileupload .medium{font-size:.875em;line-height:1.28571em;font-family:montserrat-medium;}.gfield--fileupload .gform_fileupload_rules{font-size:.875em;line-height:1.28571em;font-family:montserrat-bold;color:var(--text--bold-color);margin-top:10px;}.gfield--fileupload .gfield_description{font-size:.875em;line-height:1.28571em;font-family:montserrat-medium;color:var(--text--base-color);margin-top:5px;font-style:italic;}.gfield--fileupload .ginput_preview{font-family:montserrat-medium;display:flex;align-items:center;margin-top:5px;}.gfield--fileupload .ginput_preview .gform_delete_file{margin-right:5px;}.gfield--fileupload .ginput_preview .gform_delete_file:hover{color:var(--link--hover-color);}.keyboard-in-use .gfield--fileupload .ginput_preview .gform_delete_file:focus{outline:2px dashed var(--theme--focus-color) !important;outline-offset:5px;transition:none;}.gfield--fileupload .ginput_preview strong{font-size:.75em;line-height:1.16667em;}.gfield--fileupload+.m-gravity-form__text-area{margin-top:28px;}.gfield--text{display:inline-block;}.gfield--text.gfield--focused .gfield_label{background-color:var(--color--gray-200);transform:scale(.8) translateY(-30px) translateX(-16px);}.gfield--text .gfield_label{transition:all .15s ease-in-out;position:absolute;top:16px;left:20px;padding:2px 4px;box-sizing:border-box;will-change:transform;z-index:3;}.gfield--text .ginput_container{padding:0;}.gfield--text .ginput_container input{font-family:montserrat-semibold;font-size:16px;line-height:16px;padding:14.5px 16px !important;width:100%;box-sizing:border-box;box-sizing:border-box;text-overflow:ellipsis;border:2px solid var(--border--base-color) !important;}@media screen and (max-width: 950px){.gfield--text .gfield_label{font-size:14px !important;line-height:14px !important;}.gfield--text .ginput_container input{font-size:14px !important;line-height:16px !important;}}.gfield--email{display:inline-block;}.gfield--email.gfield--focused .gfield_label{background-color:var(--color--gray-200);transform:scale(.8) translateY(-30px) translateX(-16px);}.gfield--email .gfield_label{transition:all .15s ease-in-out;position:absolute;top:16px;left:20px;padding:2px 4px;box-sizing:border-box;will-change:transform;z-index:3;}.gfield--email .ginput_container{padding:0;}.gfield--email .ginput_container input{font-family:montserrat-semibold;font-size:16px;line-height:16px;padding:14.5px 16px !important;width:100%;box-sizing:border-box;box-sizing:border-box;text-overflow:ellipsis;border:2px solid var(--border--base-color) !important;}@media screen and (max-width: 950px){.gfield--email .gfield_label{font-size:14px !important;line-height:14px !important;}.gfield--email .ginput_container input{font-size:14px !important;line-height:16px !important;}}.gfield--name.gfield--focused label{background-color:var(--color--gray-200) !important;transform:scale(.8) translateY(-35px) translateX(-20px) !important;}.gfield--name legend{margin-bottom:10px;}.gfield--name .ginput_container{display:flex;justify-content:space-between;border:0 !important;}.gfield--name .name_first,.gfield--name .name_last{position:relative;width:calc(50% - 6px);border:2px solid var(--border--base-color) !important;}.gfield--name .name_first label,.gfield--name .name_last label{font-family:montserrat-semibold;font-size:1em;line-height:1.25em;transition:all .15s ease-in-out;color:var(--text--base-color);position:absolute;top:16px;left:20px;padding:1px 4px;box-sizing:border-box;will-change:transform;}.gfield--name .name_first input,.gfield--name .name_last input{font-family:montserrat-semibold;font-size:16px;line-height:22px;padding:15px 16px !important;width:100%;box-sizing:border-box;color:var(--text--bold-color);}.gfield--name .name_first{margin-right:12px;}@media screen and (max-width: 600px){.gfield--name .ginput_container{flex-direction:column;}.gfield--name .name_first{margin-right:0;margin-bottom:12px;}.gfield--name .name_first,.gfield--name .name_last{width:100%;border:2px solid var(--border--base-color) !important;}}.gfield--phone.gfield--focused .gfield_label{background-color:var(--color--gray-200);transform:scale(.8) translateY(-30px) translateX(-16px);}.gfield--phone .gfield_label{transition:all .15s ease-in-out;position:absolute;top:16px;left:20px;padding:2px 4px;box-sizing:border-box;will-change:transform;z-index:3;}.gfield--phone .ginput_container input{font-family:montserrat-semibold;font-size:16px;line-height:22px;padding:14.5px 16px !important;width:100%;color:var(--text--bold-color);border:2px solid var(--border--base-color) !important;box-sizing:border-box;text-overflow:ellipsis;}@media screen and (max-width: 950px){.gfield--phone .gfield_label{font-size:14px !important;line-height:14px !important;}.gfield--phone .ginput_container input{font-size:14px !important;line-height:16px !important;text-overflow:ellipsis;}}.gfield--select{display:inline-block;}.gfield--select .gfield_label{font-size:12px;line-height:12px;position:absolute;top:-6px;left:16px;background-color:var(--color--gray-200);padding:2px 4px;box-sizing:border-box;z-index:3;}.gfield--select.gfield--width-full{width:100%;}.gfield--select .ginput_container{border-radius:var(--border--radius);}.gfield--select .ginput_container select{font-family:montserrat-semibold;font-size:16px !important;width:100%;height:unset !important;padding:14.5px 16px !important;margin:0 !important;color:var(--text--bold-color) !important;background-color:var(--bg--base-color);-moz-appearance:none;appearance:none;-webkit-appearance:none;text-overflow:ellipsis;border:2px solid var(--border--base-color) !important;box-sizing:border-box;}@media screen and (max-width: 950px){.gfield--select{width:100%;}.gfield--select .gfield_label{font-size:14px !important;line-height:14px !important;}.gfield--select .ginput_container input{font-size:14px !important;line-height:16px !important;}}@media screen and (max-width: 600px){.gfield--select .ginput_container select{font-size:14px !important;line-height:14px !important;}}.gfield--dropdown{display:inline-block;}.gfield--dropdown .gfield_label{font-size:12px;line-height:12px;position:absolute;top:-6px;left:16px;background-color:var(--color--gray-200);padding:2px 4px;box-sizing:border-box;z-index:3;}.gfield--dropdown .ginput_container{border-radius:var(--border--radius);}.gfield--dropdown .ginput_container select{font-family:montserrat-semibold;font-size:16px !important;width:100%;height:unset !important;padding:14.5px 16px !important;margin:0 !important;color:var(--text--bold-color) !important;background-color:var(--bg--base-color);-moz-appearance:none;appearance:none;-webkit-appearance:none;text-overflow:ellipsis;border:2px solid var(--border--base-color) !important;box-sizing:border-box;}@media screen and (max-width: 950px){.gfield--dropdown{width:100%;}.gfield--dropdown .gfield_label{font-size:14px !important;line-height:14px !important;}.gfield--dropdown .ginput_container input{font-size:14px !important;line-height:16px !important;}}@media screen and (max-width: 600px){.gfield--dropdown .ginput_container select{font-size:14px !important;line-height:14px !important;}}.gfield--date .gfield_label{font-size:12px;line-height:12px;position:absolute;top:-6px;left:10px;background-color:var(--color--gray-200);padding:2px 4px;box-sizing:border-box;z-index:3;}.gfield--date input{font-family:montserrat-semibold;font-size:14px;line-height:18px;padding:15px 16px !important;color:var(--text--bold-color) !important;width:100% !important;box-sizing:border-box;border:2px solid var(--border--base-color) !important;text-overflow:ellipsis;}.gfield--checkbox .gfield_label{margin-bottom:10px;}.gfield--checkbox .gchoice{cursor:pointer;}.gfield--checkbox .gchoice:hover input{border-color:var(--theme--primary-color);}.gfield--checkbox .gchoice input{width:20px;height:20px;border:2px solid var(--border--base-color);}.gfield--checkbox .gchoice input:checked{background-color:var(--theme--primary-color);border-color:var(--theme--primary-color);}.gfield--checkbox .gchoice label{font-family:montserrat-semibold;font-size:14px;line-height:18px;color:var(--text--base-color);cursor:pointer;}.gfield--checkbox .gchoice+.gchoice{margin-top:6px;}.gfield--radio-buttons legend,.gfield--radio legend{font-family:montserrat-bold;font-size:1em;line-height:1.5625em;letter-spacing:1px !important;color:var(--color--gray-400) !important;text-transform:uppercase !important;margin-bottom:24px;}.gfield--radio-buttons .ginput_container,.gfield--radio .ginput_container{border:none !important;}.gfield--radio-buttons .ginput_container .gfield_radio,.gfield--radio .ginput_container .gfield_radio{display:flex;flex-wrap:wrap;width:100%;}.gfield--radio-buttons .ginput_container .gchoice,.gfield--radio .ginput_container .gchoice{width:calc(50% - 12px);margin-right:24px;border-radius:5px;padding:10px;box-shadow:0 0 5px rgba(0,0,0,.2);box-sizing:border-box;display:flex;align-items:center;}.gfield--radio-buttons .ginput_container .gchoice:nth-child(2n),.gfield--radio .ginput_container .gchoice:nth-child(2n){margin-right:0;}.gfield--radio-buttons .ginput_container .gchoice:nth-child(2) ~ *,.gfield--radio .ginput_container .gchoice:nth-child(2) ~ *{margin-top:24px;}.gfield--radio-buttons .ginput_container .gchoice label,.gfield--radio .ginput_container .gchoice label{font-family:montserrat-semibold;font-size:1em;line-height:1.25em;color:var(--text--bold-color);margin-left:10px;cursor:pointer !important;}.gfield--radio-buttons .ginput_container input,.gfield--radio .ginput_container input{transition:all .15s ease-in-out;height:40px;width:40px;position:relative;border-radius:50%;box-sizing:border-box;background-color:var(--color--gray-300);cursor:pointer;margin:0 !important;}.gfield--radio-buttons .ginput_container input:before,.gfield--radio .ginput_container input:before{transition:all .15s ease-in-out;margin-left:auto;margin-right:auto;height:36px;width:36px;content:"";position:absolute;top:50%;right:0;left:0;transform:translateY(-50%);background-color:var(--bg--base-color);border-radius:50%;}.gfield--radio-buttons .ginput_container input:after,.gfield--radio .ginput_container input:after{transition:all .15s ease-in-out;margin-left:auto;margin-right:auto;height:20px;width:20px;content:"";position:absolute;top:50%;right:0;left:0;transform:translateY(-50%);background-color:var(--color--gray-200);border-radius:50%;z-index:2;border:1px solid transparent;box-sizing:border-box;}.gfield--radio-buttons .ginput_container input:hover,.gfield--radio .ginput_container input:hover{background-color:var(--bg--bold-color);}.gfield--radio-buttons .ginput_container input:hover:before,.gfield--radio .ginput_container input:hover:before{transform:scale(.9) translateY(-50%);top:45%;}.gfield--radio-buttons .ginput_container input:checked,.gfield--radio .ginput_container input:checked{background-color:var(--bg--bold-color);}.gfield--radio-buttons .ginput_container input:checked:before,.gfield--radio .ginput_container input:checked:before{background-color:var(--bg--bold-color);}.gfield--radio-buttons .ginput_container input:checked:after,.gfield--radio .ginput_container input:checked:after{transform:scale(.8) translateY(-50%);top:45%;border-color:#707070;}@media screen and (max-width: 950px){.gfield--radio-buttons .gfield_radio,.gfield--radio .gfield_radio{flex-direction:column;}.gfield--radio-buttons legend,.gfield--radio legend{font-size:14px;line-height:16px;margin-bottom:16px;}.gfield--radio-buttons .ginput_container .gchoice,.gfield--radio .ginput_container .gchoice{margin:0 !important;width:100% !important;align-items:stretch;}.gfield--radio-buttons .ginput_container .gchoice input,.gfield--radio .ginput_container .gchoice input{height:30px;width:30px;}.gfield--radio-buttons .ginput_container .gchoice input:before,.gfield--radio .ginput_container .gchoice input:before{height:26px;width:26px;}.gfield--radio-buttons .ginput_container .gchoice input:after,.gfield--radio .ginput_container .gchoice input:after{height:15px;width:15px;}.gfield--radio-buttons .ginput_container .gchoice label,.gfield--radio .ginput_container .gchoice label{font-size:.875em;line-height:1.14286em;width:calc(100% - 45px);display:flex;align-items:center;}.gfield--radio-buttons .ginput_container .gchoice+.gchoice,.gfield--radio .ginput_container .gchoice+.gchoice{margin-top:12px !important;}}.gfield--textarea{flex-direction:column;}.gfield--textarea .gfield_label{transition:all .15s ease-in-out;position:absolute;top:-6px;left:10px;font-size:12px;line-height:12px;padding:2px 4px;box-sizing:border-box;will-change:transform;background-color:var(--color--gray-200);z-index:3;}.gfield--textarea .ginput_container{border:none !important;}.gfield--textarea .ginput_container textarea{font-size:1em;line-height:1.25em;width:100% !important;font-family:montserrat-semibold;color:var(--text--bold-color);border:2px solid var(--border--base-color) !important;box-sizing:border-box;padding:16px 20px;text-overflow:ellipsis;}@media screen and (max-width: 950px){.gfield--textarea .ginput_container textarea{font-size:.875em;line-height:1.28571em;}}.gfield--consent{flex-direction:column;}.gfield--consent legend{display:none !important;}.gfield--consent .gfield_consent_description{font-size:.875em;line-height:1.28571em;font-family:montserrat-medium;margin-top:10px;font-style:italic;}.gfield--consent .gfield_consent_description a{color:var(--link--bold-color);}.gfield--consent .gfield_consent_description a:hover{color:var(--link--hover-color);}.keyboard-in-use .gfield--consent .gfield_consent_description a:focus{outline:2px dashed var(--theme--focus-color) !important;outline-offset:5px;transition:none;}.gfield--consent .ginput_container{border:none !important;position:relative;display:flex;align-items:center;}.gfield--consent .ginput_container input{transition:all .15s ease-in-out;height:40px;width:40px;background-color:var(--color--black);border-radius:var(--border--radius);box-sizing:border-box;margin-left:0;margin-top:0;margin-bottom:0;margin-right:24px;position:relative;cursor:pointer;}.gfield--consent .ginput_container input:after{transition:all .15s ease-in-out;height:36px;width:36px;content:"";position:absolute;top:2px;left:2px;background-color:var(--bg--base-color);box-sizing:border-box;}.gfield--consent .ginput_container input:before{transition:all .15s ease-in-out;position:absolute;position:absolute;top:0;top:50%;left:0;left:0;width:100%;height:100%;content:"";right:0;transform:translateY(-50%);padding:5px;background-image:url("https://cdn-ikpfjol.nitrocdn.com/sFJFvEmonhoQYtgfpLbAzAWEPnNuaFLe/assets/images/optimized/rev-fafaa5e/dartzoneblasters.com/wp-content/themes/dart-zone-platform/assets/images/icons/medium/checkmark-light-gray-icon.svg");background-size:70%;background-position:center;background-repeat:no-repeat;box-sizing:border-box;z-index:2;}.gfield--consent .ginput_container input:hover:before{background-image:url("https://cdn-ikpfjol.nitrocdn.com/sFJFvEmonhoQYtgfpLbAzAWEPnNuaFLe/assets/images/optimized/rev-fafaa5e/dartzoneblasters.com/wp-content/themes/dart-zone-platform/assets/images/icons/medium/checkmark-dark-gray-icon.svg");}.gfield--consent .ginput_container input:hover:after{transform:scale(.88);}.gfield--consent .ginput_container input:checked:after{transform:scale(0);}.gfield--consent .ginput_container input:checked:hover:before{background-image:url("https://cdn-ikpfjol.nitrocdn.com/sFJFvEmonhoQYtgfpLbAzAWEPnNuaFLe/assets/images/optimized/rev-fafaa5e/dartzoneblasters.com/wp-content/themes/dart-zone-platform/assets/images/icons/medium/checkmark-light-gray-icon.svg");}.gfield--consent .ginput_container input:checked:hover:after{transform:scale(0);}.gfield--consent .ginput_container label{font-family:montserrat-medium;font-size:1em;line-height:1.375em;color:var(--color--black);width:calc(100% - 66px);cursor:pointer;}@media screen and (max-width: 950px){.gfield--consent{margin-top:30px;}.gfield--consent .ginput_container{flex-direction:column-reverse;align-items:center;justify-content:center;}.gfield--consent .ginput_container input{margin-right:0;margin-top:20px;}.gfield--consent .ginput_container label{font-size:.875em;line-height:1.28571em;text-align:center;max-width:400px;}}.m-gravity-form .gf_page_steps{display:flex;justify-content:center;margin-bottom:50px;}@media screen and (max-width: 950px){.m-gravity-form .gf_page_steps{flex-direction:column;align-items:center;justify-content:center;margin-bottom:40px;box-sizing:border-box;}}@media screen and (max-width: 600px){.m-gravity-form .gf_page_steps{margin-bottom:20px;}}.m-gravity-form .gf_step{position:relative;display:flex;align-items:center;justify-content:center;width:62px;height:62px;border-radius:50%;box-sizing:border-box;}.m-gravity-form .gf_step:last-of-type:after{display:none;}.m-gravity-form .gf_step:after{content:"";position:absolute;left:calc(100% + 10px);top:50%;transform:translateY(-50%);width:40px;height:0;}.m-gravity-form .gf_step+.gf_step{margin-left:40px;}.m-gravity-form .gf_step.gf_step_completed{background-color:#fff;background-color:var(--bg--accent-color);}@media screen and (max-width: 1024px){.m-gravity-form .gf_step{padding-bottom:20px;}.m-gravity-form .gf_step:after{height:12px;border-radius:12px;}.m-gravity-form .gf_step+.gf_step{margin-left:20px;}}@media screen and (max-width: 950px){.m-gravity-form .gf_step{padding-bottom:0;width:100%;border-radius:0;padding:10px;height:auto;}.m-gravity-form .gf_step .gwmpn-page-link{padding:10px;width:100%;display:flex;align-items:center;justify-content:center;text-align:center;}.m-gravity-form .gf_step:after{display:none;}.m-gravity-form .gf_step+.gf_step{margin-top:10px;margin-left:0;}.m-gravity-form .gf_step .gf_step_number{padding:0;}}.keyboard-in-use .m-gravity-form .gf_step_completed .gwmpn-page-link:focus{outline:2px dashed var(--theme--focus-color) !important;outline-offset:5px;transition:none;}.m-gravity-form .gf_step_label{display:none;}.m-gravity-form .gf_step_number{font-size:1.375em;line-height:1.27273em;font-family:montserrat-regular;text-transform:uppercase;color:var(--text--bold-color);}@media screen and (max-width: 1024px){.m-gravity-form .gf_step_number{font-size:1.125em;line-height:1.22222em;}}@media screen and (max-width: 950px){.m-gravity-form .gf_step_number{padding:10px;}}@media screen and (max-width: 600px){.m-gravity-form .gf_step_number{font-size:1em;line-height:1.25em;}}.m-gravity-form .gform_page_footer .button,.m-gravity-form .gform_page_footer .a-input[type="submit"],.m-gravity-form .gform_page_footer .o-product-cart input[type="submit"][type="number"],.o-product-cart .m-gravity-form .gform_page_footer input[type="submit"][type="number"],.m-gravity-form .gform_page_footer .o-product-cart input[type="submit"][type="text"],.o-product-cart .m-gravity-form .gform_page_footer input[type="submit"][type="text"],.m-gravity-form .gform_page_footer .m-logo-links-dropdown__button,.m-gravity-form .gform_page_footer .m-product-review-form-block .form-submit input,.m-product-review-form-block .form-submit .m-gravity-form .gform_page_footer input,.m-gravity-form .gform_page_footer .o-account-dashboard .woocommerce-info a,.o-account-dashboard .woocommerce-info .m-gravity-form .gform_page_footer a,.m-gravity-form .gform_page_footer .o-account-dashboard .u-columns .title a,.o-account-dashboard .u-columns .title .m-gravity-form .gform_page_footer a,.m-gravity-form .gform_page_footer .button,.m-gravity-form .gform_page_footer .a-button,.m-gravity-form .gform_page_footer .woocommerce .woocommerce-notices-wrapper .woocommerce-message .button,.woocommerce .woocommerce-notices-wrapper .woocommerce-message .m-gravity-form .gform_page_footer .button{cursor:pointer;text-align:center;display:flex;align-items:center;justify-content:center;}.m-gravity-form .gform_page_footer{display:flex;justify-content:center;margin-top:20px;}@media screen and (max-width: 600px){.m-gravity-form .gform_page_footer{margin-left:auto;margin-right:auto;flex-direction:column;max-width:200px;}}.m-gravity-form .gform_previous_button+.gform_next_button,.m-gravity-form .gform_previous_button+.gform_submit_button,.m-gravity-form .gform_previous_button+.a-button,.m-gravity-form .gform_previous_button+.a-input[type="submit"],.m-gravity-form .o-product-cart .gform_previous_button+input[type="submit"][type="number"],.o-product-cart .m-gravity-form .gform_previous_button+input[type="submit"][type="number"],.m-gravity-form .o-product-cart .gform_previous_button+input[type="submit"][type="text"],.o-product-cart .m-gravity-form .gform_previous_button+input[type="submit"][type="text"],.m-gravity-form .gform_previous_button+.m-logo-links-dropdown__button,.m-gravity-form .m-product-review-form-block .form-submit .gform_previous_button+input,.m-product-review-form-block .form-submit .m-gravity-form .gform_previous_button+input,.m-gravity-form .o-product-description-image-hero .gform_previous_button+.button,.o-product-description-image-hero .m-gravity-form .gform_previous_button+.button,.m-gravity-form .o-product-gallery-hero .gform_previous_button+.button,.o-product-gallery-hero .m-gravity-form .gform_previous_button+.button,.m-gravity-form .o-product-specs-comparison .gform_previous_button+.button,.o-product-specs-comparison .m-gravity-form .gform_previous_button+.button,.m-gravity-form .o-account-dashboard .woocommerce-info .gform_previous_button+a,.o-account-dashboard .woocommerce-info .m-gravity-form .gform_previous_button+a,.m-gravity-form .o-account-dashboard .u-columns .title .gform_previous_button+a,.o-account-dashboard .u-columns .title .m-gravity-form .gform_previous_button+a,.m-gravity-form .o-account-dashboard .gform_previous_button+.button,.o-account-dashboard .m-gravity-form .gform_previous_button+.button,.m-gravity-form .o-cart-checkout .gform_previous_button+.button,.o-cart-checkout .m-gravity-form .gform_previous_button+.button,.m-gravity-form .o-cart-empty .return-to-shop .gform_previous_button+.button,.o-cart-empty .return-to-shop .m-gravity-form .gform_previous_button+.button,.m-gravity-form .o-product-cart .gform_previous_button+.button,.o-product-cart .m-gravity-form .gform_previous_button+.button,.m-gravity-form .o-woocommerce-order-details .order-again .gform_previous_button+.button,.o-woocommerce-order-details .order-again .m-gravity-form .gform_previous_button+.button,.m-gravity-form .gform_page_footer .gform_previous_button+.button,.m-gravity-form .gform_page_footer .gform_previous_button+.a-button,.m-gravity-form .woocommerce-message .gform_previous_button+.button,.woocommerce-message .m-gravity-form .gform_previous_button+.button{margin-left:10px;}@media screen and (max-width: 600px){.m-gravity-form .gform_previous_button+.gform_next_button,.m-gravity-form .gform_previous_button+.gform_submit_button,.m-gravity-form .gform_previous_button+.a-button,.m-gravity-form .gform_previous_button+.a-input[type="submit"],.m-gravity-form .o-product-cart .gform_previous_button+input[type="submit"][type="number"],.o-product-cart .m-gravity-form .gform_previous_button+input[type="submit"][type="number"],.m-gravity-form .o-product-cart .gform_previous_button+input[type="submit"][type="text"],.o-product-cart .m-gravity-form .gform_previous_button+input[type="submit"][type="text"],.m-gravity-form .gform_previous_button+.m-logo-links-dropdown__button,.m-gravity-form .m-product-review-form-block .form-submit .gform_previous_button+input,.m-product-review-form-block .form-submit .m-gravity-form .gform_previous_button+input,.m-gravity-form .o-product-description-image-hero .gform_previous_button+.button,.o-product-description-image-hero .m-gravity-form .gform_previous_button+.button,.m-gravity-form .o-product-gallery-hero .gform_previous_button+.button,.o-product-gallery-hero .m-gravity-form .gform_previous_button+.button,.m-gravity-form .o-product-specs-comparison .gform_previous_button+.button,.o-product-specs-comparison .m-gravity-form .gform_previous_button+.button,.m-gravity-form .o-account-dashboard .woocommerce-info .gform_previous_button+a,.o-account-dashboard .woocommerce-info .m-gravity-form .gform_previous_button+a,.m-gravity-form .o-account-dashboard .u-columns .title .gform_previous_button+a,.o-account-dashboard .u-columns .title .m-gravity-form .gform_previous_button+a,.m-gravity-form .o-account-dashboard .gform_previous_button+.button,.o-account-dashboard .m-gravity-form .gform_previous_button+.button,.m-gravity-form .o-cart-checkout .gform_previous_button+.button,.o-cart-checkout .m-gravity-form .gform_previous_button+.button,.m-gravity-form .o-cart-empty .return-to-shop .gform_previous_button+.button,.o-cart-empty .return-to-shop .m-gravity-form .gform_previous_button+.button,.m-gravity-form .o-product-cart .gform_previous_button+.button,.o-product-cart .m-gravity-form .gform_previous_button+.button,.m-gravity-form .o-woocommerce-order-details .order-again .gform_previous_button+.button,.o-woocommerce-order-details .order-again .m-gravity-form .gform_previous_button+.button,.m-gravity-form .gform_page_footer .gform_previous_button+.button,.m-gravity-form .gform_page_footer .gform_previous_button+.a-button,.m-gravity-form .woocommerce-message .gform_previous_button+.button,.woocommerce-message .m-gravity-form .gform_previous_button+.button{margin-top:10px;margin-left:0;}}@media screen and (max-width: 1024px){.gform_wrapper .gform_footer .a-button:after,.gform_wrapper .gform_footer .a-input[type="submit"]:after,.gform_wrapper .gform_footer .o-product-cart input[type="number"][type="submit"]:after,.o-product-cart .gform_wrapper .gform_footer input[type="number"][type="submit"]:after,.gform_wrapper .gform_footer .o-product-cart input[type="text"][type="submit"]:after,.o-product-cart .gform_wrapper .gform_footer input[type="text"][type="submit"]:after,.gform_wrapper .gform_footer .m-logo-links-dropdown__button:after,.gform_wrapper .gform_footer .m-product-review-form-block .form-submit input:after,.m-product-review-form-block .form-submit .gform_wrapper .gform_footer input:after,.gform_wrapper .gform_footer .o-product-description-image-hero .button:after,.o-product-description-image-hero .gform_wrapper .gform_footer .button:after,.gform_wrapper .gform_footer .o-product-gallery-hero .button:after,.o-product-gallery-hero .gform_wrapper .gform_footer .button:after,.gform_wrapper .gform_footer .o-product-specs-comparison .button:after,.o-product-specs-comparison .gform_wrapper .gform_footer .button:after,.gform_wrapper .gform_footer .o-account-dashboard .woocommerce-info a:after,.o-account-dashboard .woocommerce-info .gform_wrapper .gform_footer a:after,.gform_wrapper .gform_footer .o-account-dashboard .u-columns .title a:after,.o-account-dashboard .u-columns .title .gform_wrapper .gform_footer a:after,.gform_wrapper .gform_footer .o-account-dashboard .button:after,.o-account-dashboard .gform_wrapper .gform_footer .button:after,.gform_wrapper .gform_footer .o-cart-checkout .button:after,.o-cart-checkout .gform_wrapper .gform_footer .button:after,.gform_wrapper .gform_footer .o-cart-empty .return-to-shop .button:after,.o-cart-empty .return-to-shop .gform_wrapper .gform_footer .button:after,.gform_wrapper .gform_footer .o-product-cart .button:after,.o-product-cart .gform_wrapper .gform_footer .button:after,.gform_wrapper .gform_footer .o-woocommerce-order-details .order-again .button:after,.o-woocommerce-order-details .order-again .gform_wrapper .gform_footer .button:after,.gform_wrapper .gform_footer .m-gravity-form .gform_page_footer .button:after,.m-gravity-form .gform_page_footer .gform_wrapper .gform_footer .button:after,.gform_wrapper .gform_footer .woocommerce-message .button:after,.woocommerce-message .gform_wrapper .gform_footer .button:after{display:none;}}.slick-slider{position:relative;display:block;box-sizing:border-box;-moz-box-sizing:border-box;touch-action:pan-y;-ms-touch-action:pan-y;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none;user-select:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;}.slick-slider:not(.slick-initialized) .slick-slide:not(:first-child){display:none;}.slick-list{position:relative;overflow:hidden;display:block;margin:0;padding:0;}.slick-list:focus{outline:none;}.slick-list.dragging{cursor:pointer;cursor:hand;}.slick-slider .slick-track,.slick-slider .slick-list{transform:translate3d(0,0,0);}.slick-initialized .slick-slide{display:block;}.slick-track{position:relative;top:0;left:0;display:block;}.slick-track:before,.slick-track:after{content:"";display:table;}.slick-track:after{clear:both;}.slick-loading .slick-track{visibility:hidden;}.slick-slide{min-height:1px;height:100%;float:left;}.slick-slide img{display:block;}.slick-slide.slick-loading img{display:none;}.slick-slide.dragging img{pointer-events:none;}.slick-loading .slick-slide{visibility:hidden;}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent;}.slick-arrow.slick-hidden{display:none;}.slick-arrow{transition:all .15s ease-in-out;z-index:1;position:relative;width:48px;height:48px;border-radius:50%;background-color:var(--bg--alternate-color);}.slick-arrow:hover{background-color:var(--color--bright-purple);}.slick-arrow:hover:before{transform:scaleX(1.375) translateY(-50%);opacity:1;}.slick-arrow:hover:after{transform:translateY(-50%) translateX(6px);}.keyboard-in-use .slick-arrow:focus{outline:2px dashed var(--theme--focus-color) !important;outline-offset:5px;transition:none;}.slick-arrow:before,.slick-arrow:after{content:"";transition:all .15s ease-in-out;position:absolute;top:50%;will-change:transform;transform:translateY(-50%);}.slick-arrow:before{top:50%;left:12px;width:16px;height:2px;transform-origin:left;background-color:var(--bg--base-color);border-radius:var(--border--radius);opacity:0;}.slick-arrow:after{content:"";margin-left:auto;margin-right:auto;background-image:url("https://cdn-ikpfjol.nitrocdn.com/sFJFvEmonhoQYtgfpLbAzAWEPnNuaFLe/assets/images/optimized/rev-fafaa5e/dartzoneblasters.com/wp-content/themes/dart-zone-platform/assets/images/icons/medium/right-angle-white-icon.svg");background-size:contain;right:0;left:0;width:8px;height:14px;background-repeat:no-repeat;background-position:center;}.slick-arrow.slick-disabled{cursor:default;opacity:.3;}.slick-arrow.slick-disabled:hover{box-shadow:0px;transform:none;}.slick-arrow.slick-disabled:hover:before{transform:translateY(-50%);opacity:0;}.slick-arrow.slick-disabled:hover:after{transform:translateY(-50%);}.slick-arrow__text{position:relative;height:0;opacity:0;width:0;overflow:hidden;}.slick-arrow.slick-prev{transform:rotate(180deg);left:0 !important;}.slick-arrow.slick-prev:hover{transform:rotate(180deg);}.slick-arrow.slick-next{right:0 !important;transform:none !important;}@media screen and (max-width: 600px){.slick-arrow{width:40px;height:40px;}.slick-arrow:before{top:50%;left:12px;width:13px;height:2px;}.slick-arrow:after{width:8px;height:14px;}}.slick-dots{margin-left:auto;margin-right:auto;list-style:none;display:inline-block;display:flex;width:100%;align-items:center;justify-content:center;flex-wrap:wrap;}.slick-dots li{display:inline-block;position:relative;border-radius:50%;width:12px;height:12px;box-sizing:border-box;}.slick-dots li button{transition:all .15s ease-in-out;font-size:0;position:absolute;display:block;height:100%;width:100%;border-radius:50%;color:transparent;z-index:3;cursor:pointer;}.keyboard-in-use .slick-dots li button:focus{outline:2px dashed var(--theme--focus-color) !important;outline-offset:5px;transition:none;}.slick-dots li.slick-active button{cursor:default;}.slick-dots li:first-child:last-child{display:none;}.slick-dots li+li{margin-left:10px;}.woo-variation-items-wrapper .variable-item-span{font-family:montserrat-medium;}.woo-variation-swatches .variable-items-wrapper .variable-item img{-o-object-fit:contain;object-fit:contain;}.m-woocommerce-add-to-cart{display:flex;align-items:center;justify-content:flex-start;margin-top:50px;}.m-woocommerce-add-to-cart input{font-family:montserrat-medium;font-size:1.625em;line-height:1.15385em;color:var(--text--bold-color);max-width:100px;width:100%;box-shadow:0 0 5px rgba(0,0,0,.2);border-radius:34px;text-align:center;padding:14px 10px 14px 30px;box-sizing:border-box;}.m-woocommerce-add-to-cart__button{margin-top:0 !important;margin-left:20px;}.woocommerce-message{font-family:montserrat-medium;display:flex;flex-direction:row-reverse;align-items:center;justify-content:center;color:var(--color--white);width:100%;position:fixed;left:0;bottom:0;background-color:var(--theme--secondary-color);z-index:50;text-align:center;padding:20px;box-sizing:border-box;margin-bottom:0 !important;}.woocommerce-message .restore-item{color:var(--link--inverted-color);}.woocommerce-message .restore-item:hover{color:var(--link--hover-color);}.woocommerce-message--no-orders{flex-direction:row !important;align-items:center;}.woocommerce-message--no-orders .button{margin-bottom:0 !important;}.woocommerce-message .button{padding:14px 18px;margin-left:20px;margin-top:0;margin-right:0;margin-bottom:0;color:var(--color--white) !important;}.woocommerce-message .button:after{display:none !important;}.woocommerce-message .no-order-text{color:var(--text--bold-color);}.woocommerce-message a{transition:all .15s ease-in-out;margin:5px;}@media screen and (max-width: 1024px){.woocommerce-message--no-orders{flex-direction:column !important;}.woocommerce-message--no-orders .button{margin:0 auto 15px !important;}}.woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout{padding:20px;box-sizing:border-box;background-color:var(--theme--primary-color);}.woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout .woocommerce-error{padding:0;text-align:center;}.woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout .woocommerce-error li{font-family:montserrat-medium;color:var(--color--white);}.woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout .woocommerce-error li+li{margin-top:10px;}@media screen and (max-width: 600px){.woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout .woocommerce-error li{font-size:14px;line-height:18px;}}.woocommerce .woocommerce-notices-wrapper{width:100%;position:fixed;left:0;bottom:0;background-color:var(--theme--secondary-color);z-index:50;text-align:center;padding:20px;box-sizing:border-box;margin-bottom:0 !important;}.woocommerce .woocommerce-notices-wrapper:empty{display:none !important;}.woocommerce .woocommerce-notices-wrapper .woocommerce-error{margin-bottom:0 !important;background-color:var(--color--white);}.woocommerce .woocommerce-notices-wrapper .woocommerce-error li,.woocommerce .woocommerce-notices-wrapper .woocommerce-error p{font-family:montserrat-semibold;color:var(--theme--primary-color);}.woocommerce .woocommerce-notices-wrapper .woocommerce-error a{color:var(--color--black);display:block;margin-top:5px;}.woocommerce .woocommerce-notices-wrapper .woocommerce-error a:hover{color:vavr(--link--hover-color);}.woocommerce .woocommerce-notices-wrapper .woocommerce-message{font-family:montserrat-medium;display:flex;flex-direction:row-reverse;align-items:center;justify-content:center;color:var(--color--white);margin-bottom:0 !important;position:relative;background-color:transparent;padding:0;}.woocommerce .woocommerce-notices-wrapper .woocommerce-message .button{padding:14px 18px;margin-left:20px;margin-top:0;margin-right:0;margin-bottom:0;}.woocommerce .woocommerce-notices-wrapper .woocommerce-message .button:after{display:none !important;}.woocommerce .woocommerce-notices-wrapper .woocommerce-message a{transition:all .15s ease-in-out;margin:5px;}.woocommerce .woocommerce-notices-wrapper .woocommerce-message+.woocommerce-message{margin-top:10px;}.woocommerce .woocommerce-notices-wrapper .m-product-thumbnail-card__message{color:var(--text--inverted-color);}.woocommerce-form-login .woocommerce-form-login__rememberme{cursor:pointer;margin-bottom:20px;display:block;}.woocommerce-form-login .woocommerce-form-login__rememberme .woocommerce-form__input{height:24px;width:24px;padding:5px;background-image:url("https://cdn-ikpfjol.nitrocdn.com/sFJFvEmonhoQYtgfpLbAzAWEPnNuaFLe/assets/images/optimized/rev-fafaa5e/dartzoneblasters.com/wp-content/themes/dart-zone-platform/assets/images/icons/small/light-gray-checkmark-icon.svg");background-size:70%;background-position:center;background-repeat:no-repeat;border:2px solid var(--color--gray-300);border-radius:var(--border--radius);cursor:pointer;}.woocommerce-form-login .woocommerce-form-login__rememberme .woocommerce-form__input.nitro-lazy{background-image:none !important;}.woocommerce-form-login .woocommerce-form-login__rememberme .woocommerce-form__input:checked{background-image:url("https://cdn-ikpfjol.nitrocdn.com/sFJFvEmonhoQYtgfpLbAzAWEPnNuaFLe/assets/images/optimized/rev-fafaa5e/dartzoneblasters.com/wp-content/themes/dart-zone-platform/assets/images/icons/small/white-checkmark-icon.svg") !important;background-color:var(--color--black);border-color:var(--color--black);}.woocommerce-form-login .woocommerce-form-login__rememberme .woocommerce-form__input:checked.nitro-lazy{background-image:none !important;}.woocommerce-form-login .woocommerce-form-login__rememberme .woocommerce-form__input:checked:hover{background-image:url("https://cdn-ikpfjol.nitrocdn.com/sFJFvEmonhoQYtgfpLbAzAWEPnNuaFLe/assets/images/optimized/rev-fafaa5e/dartzoneblasters.com/wp-content/themes/dart-zone-platform/assets/images/icons/small/white-checkmark-icon.svg") !important;}.woocommerce-form-login .woocommerce-form-login__rememberme .woocommerce-form__input:checked:hover.nitro-lazy{background-image:none !important;}.woocommerce-form-login .woocommerce-form-login__rememberme .woocommerce-form__input:hover{background-image:url("https://cdn-ikpfjol.nitrocdn.com/sFJFvEmonhoQYtgfpLbAzAWEPnNuaFLe/assets/images/optimized/rev-fafaa5e/dartzoneblasters.com/wp-content/themes/dart-zone-platform/assets/images/icons/small/dark-gray-checkmark-icon.svg") !important;border:2px solid var(--color--black);}.woocommerce-form-login .woocommerce-form-login__rememberme .woocommerce-form__input:hover.nitro-lazy{background-image:none !important;}.keyboard-in-use .woocommerce-form-login .woocommerce-form-login__rememberme .woocommerce-form__input:focus{outline:2px dashed var(--theme--focus-color) !important;outline-offset:5px;transition:none;}.woocommerce-form-login .footer-fields{margin-top:40px;}.woocommerce-ordering{box-sizing:border-box;position:relative;max-width:250px;width:100%;}.woocommerce-ordering:after{transition:all .15s ease-in-out;height:13px;width:13px;content:"";position:absolute;top:50%;right:20px;transform:translateY(-50%);pointer-events:none;transform-origin:center;background-image:url("https://cdn-ikpfjol.nitrocdn.com/sFJFvEmonhoQYtgfpLbAzAWEPnNuaFLe/assets/images/optimized/rev-fafaa5e/dartzoneblasters.com/wp-content/themes/dart-zone-platform/assets/images/icons/small/down-angle-gray-icon.svg");background-size:contain;background-repeat:no-repeat;background-position:center;}.woocommerce-ordering .orderby{font-family:montserrat-semibold;font-size:.875em;line-height:1.28571em;padding:16px 20px 16px 16px;color:var(--text--base-color);text-align:left;border-radius:5px;border-radius:var(--border--radius);border:2px solid var(--border--base-color);background-color:var(--bg--base-color);box-sizing:border-box;-webkit-appearance:none;width:100%;}.keyboard-in-use .woocommerce-ordering .orderby:focus{outline:2px dashed var(--theme--focus-color) !important;outline-offset:5px;transition:none;}@media screen and (max-width: 950px){.woocommerce-ordering{max-width:600px;width:100%;margin-top:10px;}.woocommerce-ordering .orderby{width:100%;}}@media screen and (max-width: 768px){.woocommerce-ordering .orderby{font-size:14px;line-height:18px;padding:12px 14px 12px 10px;}}@media screen and (max-width: 600px){.woocommerce-ordering .orderby{padding:12px 14px !important;}}.woocommerce-variation-availability .stock{font-family:montserrat-regular;font-size:.875em;line-height:1.28571em;}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%;}.fa-2x{font-size:2em;}.fa-3x{font-size:3em;}.fa-4x{font-size:4em;}.fa-5x{font-size:5em;}.fa-fw{width:1.28571429em;text-align:center;}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none;}.fa-ul>li{position:relative;}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center;}.fa-li.fa-lg{left:-1.85714286em;}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em;}.fa-pull-left{float:left;}.fa-pull-right{float:right;}.fa.fa-pull-left{margin-right:.3em;}.fa.fa-pull-right{margin-left:.3em;}.pull-right{float:right;}.pull-left{float:left;}.fa.pull-left{margin-right:.3em;}.fa.pull-right{margin-left:.3em;}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear;}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8);}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg);}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg);}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg);}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg);}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg);}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg);}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg);}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1,1);-ms-transform:scale(-1,1);transform:scale(-1,1);}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1,-1);-ms-transform:scale(1,-1);transform:scale(1,-1);}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none;}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle;}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center;}.fa-stack-1x{line-height:inherit;}.fa-stack-2x{font-size:2em;}.fa-inverse{color:#fff;}.fa-glass:before{content:"";}.fa-music:before{content:"";}.fa-search:before{content:"";}.fa-envelope-o:before{content:"";}.fa-heart:before{content:"";}.fa-star:before{content:"";}.fa-star-o:before{content:"";}.fa-user:before{content:"";}.fa-film:before{content:"";}.fa-th-large:before{content:"";}.fa-th:before{content:"";}.fa-th-list:before{content:"";}.fa-check:before{content:"";}.fa-remove:before,.fa-close:before,.fa-times:before{content:"";}.fa-search-plus:before{content:"";}.fa-search-minus:before{content:"";}.fa-power-off:before{content:"";}.fa-signal:before{content:"";}.fa-gear:before,.fa-cog:before{content:"";}.fa-trash-o:before{content:"";}.fa-home:before{content:"";}.fa-file-o:before{content:"";}.fa-clock-o:before{content:"";}.fa-road:before{content:"";}.fa-download:before{content:"";}.fa-arrow-circle-o-down:before{content:"";}.fa-arrow-circle-o-up:before{content:"";}.fa-inbox:before{content:"";}.fa-play-circle-o:before{content:"";}.fa-rotate-right:before,.fa-repeat:before{content:"";}.fa-refresh:before{content:"";}.fa-list-alt:before{content:"";}.fa-lock:before{content:"";}.fa-flag:before{content:"";}.fa-headphones:before{content:"";}.fa-volume-off:before{content:"";}.fa-volume-down:before{content:"";}.fa-volume-up:before{content:"";}.fa-qrcode:before{content:"";}.fa-barcode:before{content:"";}.fa-tag:before{content:"";}.fa-tags:before{content:"";}.fa-book:before{content:"";}.fa-bookmark:before{content:"";}.fa-print:before{content:"";}.fa-camera:before{content:"";}.fa-font:before{content:"";}.fa-bold:before{content:"";}.fa-italic:before{content:"";}.fa-text-height:before{content:"";}.fa-text-width:before{content:"";}.fa-align-left:before{content:"";}.fa-align-center:before{content:"";}.fa-align-right:before{content:"";}.fa-align-justify:before{content:"";}.fa-list:before{content:"";}.fa-dedent:before,.fa-outdent:before{content:"";}.fa-indent:before{content:"";}.fa-video-camera:before{content:"";}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"";}.fa-pencil:before{content:"";}.fa-map-marker:before{content:"";}.fa-adjust:before{content:"";}.fa-tint:before{content:"";}.fa-edit:before,.fa-pencil-square-o:before{content:"";}.fa-share-square-o:before{content:"";}.fa-check-square-o:before{content:"";}.fa-arrows:before{content:"";}.fa-step-backward:before{content:"";}.fa-fast-backward:before{content:"";}.fa-backward:before{content:"";}.fa-play:before{content:"";}.fa-pause:before{content:"";}.fa-stop:before{content:"";}.fa-forward:before{content:"";}.fa-fast-forward:before{content:"";}.fa-step-forward:before{content:"";}.fa-eject:before{content:"";}.fa-chevron-left:before{content:"";}.fa-chevron-right:before{content:"";}.fa-plus-circle:before{content:"";}.fa-minus-circle:before{content:"";}.fa-times-circle:before{content:"";}.fa-check-circle:before{content:"";}.fa-question-circle:before{content:"";}.fa-info-circle:before{content:"";}.fa-crosshairs:before{content:"";}.fa-times-circle-o:before{content:"";}.fa-check-circle-o:before{content:"";}.fa-ban:before{content:"";}.fa-arrow-left:before{content:"";}.fa-arrow-right:before{content:"";}.fa-arrow-up:before{content:"";}.fa-arrow-down:before{content:"";}.fa-mail-forward:before,.fa-share:before{content:"";}.fa-expand:before{content:"";}.fa-compress:before{content:"";}.fa-plus:before{content:"";}.fa-minus:before{content:"";}.fa-asterisk:before{content:"";}.fa-exclamation-circle:before{content:"";}.fa-gift:before{content:"";}.fa-leaf:before{content:"";}.fa-fire:before{content:"";}.fa-eye:before{content:"";}.fa-eye-slash:before{content:"";}.fa-warning:before,.fa-exclamation-triangle:before{content:"";}.fa-plane:before{content:"";}.fa-calendar:before{content:"";}.fa-random:before{content:"";}.fa-comment:before{content:"";}.fa-magnet:before{content:"";}.fa-chevron-up:before{content:"";}.fa-chevron-down:before{content:"";}.fa-retweet:before{content:"";}.fa-shopping-cart:before{content:"";}.fa-folder:before{content:"";}.fa-folder-open:before{content:"";}.fa-arrows-v:before{content:"";}.fa-arrows-h:before{content:"";}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"";}.fa-twitter-square:before{content:"";}.fa-facebook-square:before{content:"";}.fa-camera-retro:before{content:"";}.fa-key:before{content:"";}.fa-gears:before,.fa-cogs:before{content:"";}.fa-comments:before{content:"";}.fa-thumbs-o-up:before{content:"";}.fa-thumbs-o-down:before{content:"";}.fa-star-half:before{content:"";}.fa-heart-o:before{content:"";}.fa-sign-out:before{content:"";}.fa-linkedin-square:before{content:"";}.fa-thumb-tack:before{content:"";}.fa-external-link:before{content:"";}.fa-sign-in:before{content:"";}.fa-trophy:before{content:"";}.fa-github-square:before{content:"";}.fa-upload:before{content:"";}.fa-lemon-o:before{content:"";}.fa-phone:before{content:"";}.fa-square-o:before{content:"";}.fa-bookmark-o:before{content:"";}.fa-phone-square:before{content:"";}.fa-twitter:before{content:"";}.fa-facebook-f:before,.fa-facebook:before{content:"";}.fa-github:before{content:"";}.fa-unlock:before{content:"";}.fa-credit-card:before{content:"";}.fa-feed:before,.fa-rss:before{content:"";}.fa-hdd-o:before{content:"";}.fa-bullhorn:before{content:"";}.fa-bell:before{content:"";}.fa-certificate:before{content:"";}.fa-hand-o-right:before{content:"";}.fa-hand-o-left:before{content:"";}.fa-hand-o-up:before{content:"";}.fa-hand-o-down:before{content:"";}.fa-arrow-circle-left:before{content:"";}.fa-arrow-circle-right:before{content:"";}.fa-arrow-circle-up:before{content:"";}.fa-arrow-circle-down:before{content:"";}.fa-globe:before{content:"";}.fa-wrench:before{content:"";}.fa-tasks:before{content:"";}.fa-filter:before{content:"";}.fa-briefcase:before{content:"";}.fa-arrows-alt:before{content:"";}.fa-group:before,.fa-users:before{content:"";}.fa-chain:before,.fa-link:before{content:"";}.fa-cloud:before{content:"";}.fa-flask:before{content:"";}.fa-cut:before,.fa-scissors:before{content:"";}.fa-copy:before,.fa-files-o:before{content:"";}.fa-paperclip:before{content:"";}.fa-save:before,.fa-floppy-o:before{content:"";}.fa-square:before{content:"";}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"";}.fa-list-ul:before{content:"";}.fa-list-ol:before{content:"";}.fa-strikethrough:before{content:"";}.fa-underline:before{content:"";}.fa-table:before{content:"";}.fa-magic:before{content:"";}.fa-truck:before{content:"";}.fa-pinterest:before{content:"";}.fa-pinterest-square:before{content:"";}.fa-google-plus-square:before{content:"";}.fa-google-plus:before{content:"";}.fa-money:before{content:"";}.fa-caret-down:before{content:"";}.fa-caret-up:before{content:"";}.fa-caret-left:before{content:"";}.fa-caret-right:before{content:"";}.fa-columns:before{content:"";}.fa-unsorted:before,.fa-sort:before{content:"";}.fa-sort-down:before,.fa-sort-desc:before{content:"";}.fa-sort-up:before,.fa-sort-asc:before{content:"";}.fa-envelope:before{content:"";}.fa-linkedin:before{content:"";}.fa-rotate-left:before,.fa-undo:before{content:"";}.fa-legal:before,.fa-gavel:before{content:"";}.fa-dashboard:before,.fa-tachometer:before{content:"";}.fa-comment-o:before{content:"";}.fa-comments-o:before{content:"";}.fa-flash:before,.fa-bolt:before{content:"";}.fa-sitemap:before{content:"";}.fa-umbrella:before{content:"";}.fa-paste:before,.fa-clipboard:before{content:"";}.fa-lightbulb-o:before{content:"";}.fa-exchange:before{content:"";}.fa-cloud-download:before{content:"";}.fa-cloud-upload:before{content:"";}.fa-user-md:before{content:"";}.fa-stethoscope:before{content:"";}.fa-suitcase:before{content:"";}.fa-bell-o:before{content:"";}.fa-coffee:before{content:"";}.fa-cutlery:before{content:"";}.fa-file-text-o:before{content:"";}.fa-building-o:before{content:"";}.fa-hospital-o:before{content:"";}.fa-ambulance:before{content:"";}.fa-medkit:before{content:"";}.fa-fighter-jet:before{content:"";}.fa-beer:before{content:"";}.fa-h-square:before{content:"";}.fa-plus-square:before{content:"";}.fa-angle-double-left:before{content:"";}.fa-angle-double-right:before{content:"";}.fa-angle-double-up:before{content:"";}.fa-angle-double-down:before{content:"";}.fa-angle-left:before{content:"";}.fa-angle-right:before{content:"";}.fa-angle-up:before{content:"";}.fa-angle-down:before{content:"";}.fa-desktop:before{content:"";}.fa-laptop:before{content:"";}.fa-tablet:before{content:"";}.fa-mobile-phone:before,.fa-mobile:before{content:"";}.fa-circle-o:before{content:"";}.fa-quote-left:before{content:"";}.fa-quote-right:before{content:"";}.fa-spinner:before{content:"";}.fa-circle:before{content:"";}.fa-mail-reply:before,.fa-reply:before{content:"";}.fa-github-alt:before{content:"";}.fa-folder-o:before{content:"";}.fa-folder-open-o:before{content:"";}.fa-smile-o:before{content:"";}.fa-frown-o:before{content:"";}.fa-meh-o:before{content:"";}.fa-gamepad:before{content:"";}.fa-keyboard-o:before{content:"";}.fa-flag-o:before{content:"";}.fa-flag-checkered:before{content:"";}.fa-terminal:before{content:"";}.fa-code:before{content:"";}.fa-mail-reply-all:before,.fa-reply-all:before{content:"";}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"";}.fa-location-arrow:before{content:"";}.fa-crop:before{content:"";}.fa-code-fork:before{content:"";}.fa-unlink:before,.fa-chain-broken:before{content:"";}.fa-question:before{content:"";}.fa-info:before{content:"";}.fa-exclamation:before{content:"";}.fa-superscript:before{content:"";}.fa-subscript:before{content:"";}.fa-eraser:before{content:"";}.fa-puzzle-piece:before{content:"";}.fa-microphone:before{content:"";}.fa-microphone-slash:before{content:"";}.fa-shield:before{content:"";}.fa-calendar-o:before{content:"";}.fa-fire-extinguisher:before{content:"";}.fa-rocket:before{content:"";}.fa-maxcdn:before{content:"";}.fa-chevron-circle-left:before{content:"";}.fa-chevron-circle-right:before{content:"";}.fa-chevron-circle-up:before{content:"";}.fa-chevron-circle-down:before{content:"";}.fa-html5:before{content:"";}.fa-css3:before{content:"";}.fa-anchor:before{content:"";}.fa-unlock-alt:before{content:"";}.fa-bullseye:before{content:"";}.fa-ellipsis-h:before{content:"";}.fa-ellipsis-v:before{content:"";}.fa-rss-square:before{content:"";}.fa-play-circle:before{content:"";}.fa-ticket:before{content:"";}.fa-minus-square:before{content:"";}.fa-minus-square-o:before{content:"";}.fa-level-up:before{content:"";}.fa-level-down:before{content:"";}.fa-check-square:before{content:"";}.fa-pencil-square:before{content:"";}.fa-external-link-square:before{content:"";}.fa-share-square:before{content:"";}.fa-compass:before{content:"";}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"";}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"";}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"";}.fa-euro:before,.fa-eur:before{content:"";}.fa-gbp:before{content:"";}.fa-dollar:before,.fa-usd:before{content:"";}.fa-rupee:before,.fa-inr:before{content:"";}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"";}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"";}.fa-won:before,.fa-krw:before{content:"";}.fa-bitcoin:before,.fa-btc:before{content:"";}.fa-file:before{content:"";}.fa-file-text:before{content:"";}.fa-sort-alpha-asc:before{content:"";}.fa-sort-alpha-desc:before{content:"";}.fa-sort-amount-asc:before{content:"";}.fa-sort-amount-desc:before{content:"";}.fa-sort-numeric-asc:before{content:"";}.fa-sort-numeric-desc:before{content:"";}.fa-thumbs-up:before{content:"";}.fa-thumbs-down:before{content:"";}.fa-youtube-square:before{content:"";}.fa-youtube:before{content:"";}.fa-xing:before{content:"";}.fa-xing-square:before{content:"";}.fa-youtube-play:before{content:"";}.fa-dropbox:before{content:"";}.fa-stack-overflow:before{content:"";}.fa-instagram:before{content:"";}.fa-flickr:before{content:"";}.fa-adn:before{content:"";}.fa-bitbucket:before{content:"";}.fa-bitbucket-square:before{content:"";}.fa-tumblr:before{content:"";}.fa-tumblr-square:before{content:"";}.fa-long-arrow-down:before{content:"";}.fa-long-arrow-up:before{content:"";}.fa-long-arrow-left:before{content:"";}.fa-long-arrow-right:before{content:"";}.fa-apple:before{content:"";}.fa-windows:before{content:"";}.fa-android:before{content:"";}.fa-linux:before{content:"";}.fa-dribbble:before{content:"";}.fa-skype:before{content:"";}.fa-foursquare:before{content:"";}.fa-trello:before{content:"";}.fa-female:before{content:"";}.fa-male:before{content:"";}.fa-gittip:before,.fa-gratipay:before{content:"";}.fa-sun-o:before{content:"";}.fa-moon-o:before{content:"";}.fa-archive:before{content:"";}.fa-bug:before{content:"";}.fa-vk:before{content:"";}.fa-weibo:before{content:"";}.fa-renren:before{content:"";}.fa-pagelines:before{content:"";}.fa-stack-exchange:before{content:"";}.fa-arrow-circle-o-right:before{content:"";}.fa-arrow-circle-o-left:before{content:"";}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"";}.fa-dot-circle-o:before{content:"";}.fa-wheelchair:before{content:"";}.fa-vimeo-square:before{content:"";}.fa-turkish-lira:before,.fa-try:before{content:"";}.fa-plus-square-o:before{content:"";}.fa-space-shuttle:before{content:"";}.fa-slack:before{content:"";}.fa-envelope-square:before{content:"";}.fa-wordpress:before{content:"";}.fa-openid:before{content:"";}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"";}.fa-mortar-board:before,.fa-graduation-cap:before{content:"";}.fa-yahoo:before{content:"";}.fa-google:before{content:"";}.fa-reddit:before{content:"";}.fa-reddit-square:before{content:"";}.fa-stumbleupon-circle:before{content:"";}.fa-stumbleupon:before{content:"";}.fa-delicious:before{content:"";}.fa-digg:before{content:"";}.fa-pied-piper-pp:before{content:"";}.fa-pied-piper-alt:before{content:"";}.fa-drupal:before{content:"";}.fa-joomla:before{content:"";}.fa-language:before{content:"";}.fa-fax:before{content:"";}.fa-building:before{content:"";}.fa-child:before{content:"";}.fa-paw:before{content:"";}.fa-spoon:before{content:"";}.fa-cube:before{content:"";}.fa-cubes:before{content:"";}.fa-behance:before{content:"";}.fa-behance-square:before{content:"";}.fa-steam:before{content:"";}.fa-steam-square:before{content:"";}.fa-recycle:before{content:"";}.fa-automobile:before,.fa-car:before{content:"";}.fa-cab:before,.fa-taxi:before{content:"";}.fa-tree:before{content:"";}.fa-spotify:before{content:"";}.fa-deviantart:before{content:"";}.fa-soundcloud:before{content:"";}.fa-database:before{content:"";}.fa-file-pdf-o:before{content:"";}.fa-file-word-o:before{content:"";}.fa-file-excel-o:before{content:"";}.fa-file-powerpoint-o:before{content:"";}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"";}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"";}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"";}.fa-file-movie-o:before,.fa-file-video-o:before{content:"";}.fa-file-code-o:before{content:"";}.fa-vine:before{content:"";}.fa-codepen:before{content:"";}.fa-jsfiddle:before{content:"";}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"";}.fa-circle-o-notch:before{content:"";}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"";}.fa-ge:before,.fa-empire:before{content:"";}.fa-git-square:before{content:"";}.fa-git:before{content:"";}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"";}.fa-tencent-weibo:before{content:"";}.fa-qq:before{content:"";}.fa-wechat:before,.fa-weixin:before{content:"";}.fa-send:before,.fa-paper-plane:before{content:"";}.fa-send-o:before,.fa-paper-plane-o:before{content:"";}.fa-history:before{content:"";}.fa-circle-thin:before{content:"";}.fa-header:before{content:"";}.fa-paragraph:before{content:"";}.fa-sliders:before{content:"";}.fa-share-alt:before{content:"";}.fa-share-alt-square:before{content:"";}.fa-bomb:before{content:"";}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"";}.fa-tty:before{content:"";}.fa-binoculars:before{content:"";}.fa-plug:before{content:"";}.fa-slideshare:before{content:"";}.fa-twitch:before{content:"";}.fa-yelp:before{content:"";}.fa-newspaper-o:before{content:"";}.fa-wifi:before{content:"";}.fa-calculator:before{content:"";}.fa-paypal:before{content:"";}.fa-google-wallet:before{content:"";}.fa-cc-visa:before{content:"";}.fa-cc-mastercard:before{content:"";}.fa-cc-discover:before{content:"";}.fa-cc-amex:before{content:"";}.fa-cc-paypal:before{content:"";}.fa-cc-stripe:before{content:"";}.fa-bell-slash:before{content:"";}.fa-bell-slash-o:before{content:"";}.fa-trash:before{content:"";}.fa-copyright:before{content:"";}.fa-at:before{content:"";}.fa-eyedropper:before{content:"";}.fa-paint-brush:before{content:"";}.fa-birthday-cake:before{content:"";}.fa-area-chart:before{content:"";}.fa-pie-chart:before{content:"";}.fa-line-chart:before{content:"";}.fa-lastfm:before{content:"";}.fa-lastfm-square:before{content:"";}.fa-toggle-off:before{content:"";}.fa-toggle-on:before{content:"";}.fa-bicycle:before{content:"";}.fa-bus:before{content:"";}.fa-ioxhost:before{content:"";}.fa-angellist:before{content:"";}.fa-cc:before{content:"";}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"";}.fa-meanpath:before{content:"";}.fa-buysellads:before{content:"";}.fa-connectdevelop:before{content:"";}.fa-dashcube:before{content:"";}.fa-forumbee:before{content:"";}.fa-leanpub:before{content:"";}.fa-sellsy:before{content:"";}.fa-shirtsinbulk:before{content:"";}.fa-simplybuilt:before{content:"";}.fa-skyatlas:before{content:"";}.fa-cart-plus:before{content:"";}.fa-cart-arrow-down:before{content:"";}.fa-diamond:before{content:"";}.fa-ship:before{content:"";}.fa-user-secret:before{content:"";}.fa-motorcycle:before{content:"";}.fa-street-view:before{content:"";}.fa-heartbeat:before{content:"";}.fa-venus:before{content:"";}.fa-mars:before{content:"";}.fa-mercury:before{content:"";}.fa-intersex:before,.fa-transgender:before{content:"";}.fa-transgender-alt:before{content:"";}.fa-venus-double:before{content:"";}.fa-mars-double:before{content:"";}.fa-venus-mars:before{content:"";}.fa-mars-stroke:before{content:"";}.fa-mars-stroke-v:before{content:"";}.fa-mars-stroke-h:before{content:"";}.fa-neuter:before{content:"";}.fa-genderless:before{content:"";}.fa-facebook-official:before{content:"";}.fa-pinterest-p:before{content:"";}.fa-whatsapp:before{content:"";}.fa-server:before{content:"";}.fa-user-plus:before{content:"";}.fa-user-times:before{content:"";}.fa-hotel:before,.fa-bed:before{content:"";}.fa-viacoin:before{content:"";}.fa-train:before{content:"";}.fa-subway:before{content:"";}.fa-medium:before{content:"";}.fa-yc:before,.fa-y-combinator:before{content:"";}.fa-optin-monster:before{content:"";}.fa-opencart:before{content:"";}.fa-expeditedssl:before{content:"";}.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:"";}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"";}.fa-battery-2:before,.fa-battery-half:before{content:"";}.fa-battery-1:before,.fa-battery-quarter:before{content:"";}.fa-battery-0:before,.fa-battery-empty:before{content:"";}.fa-mouse-pointer:before{content:"";}.fa-i-cursor:before{content:"";}.fa-object-group:before{content:"";}.fa-object-ungroup:before{content:"";}.fa-sticky-note:before{content:"";}.fa-sticky-note-o:before{content:"";}.fa-cc-jcb:before{content:"";}.fa-cc-diners-club:before{content:"";}.fa-clone:before{content:"";}.fa-balance-scale:before{content:"";}.fa-hourglass-o:before{content:"";}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"";}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"";}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"";}.fa-hourglass:before{content:"";}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"";}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"";}.fa-hand-scissors-o:before{content:"";}.fa-hand-lizard-o:before{content:"";}.fa-hand-spock-o:before{content:"";}.fa-hand-pointer-o:before{content:"";}.fa-hand-peace-o:before{content:"";}.fa-trademark:before{content:"";}.fa-registered:before{content:"";}.fa-creative-commons:before{content:"";}.fa-gg:before{content:"";}.fa-gg-circle:before{content:"";}.fa-tripadvisor:before{content:"";}.fa-odnoklassniki:before{content:"";}.fa-odnoklassniki-square:before{content:"";}.fa-get-pocket:before{content:"";}.fa-wikipedia-w:before{content:"";}.fa-safari:before{content:"";}.fa-chrome:before{content:"";}.fa-firefox:before{content:"";}.fa-opera:before{content:"";}.fa-internet-explorer:before{content:"";}.fa-tv:before,.fa-television:before{content:"";}.fa-contao:before{content:"";}.fa-500px:before{content:"";}.fa-amazon:before{content:"";}.fa-calendar-plus-o:before{content:"";}.fa-calendar-minus-o:before{content:"";}.fa-calendar-times-o:before{content:"";}.fa-calendar-check-o:before{content:"";}.fa-industry:before{content:"";}.fa-map-pin:before{content:"";}.fa-map-signs:before{content:"";}.fa-map-o:before{content:"";}.fa-map:before{content:"";}.fa-commenting:before{content:"";}.fa-commenting-o:before{content:"";}.fa-houzz:before{content:"";}.fa-vimeo:before{content:"";}.fa-black-tie:before{content:"";}.fa-fonticons:before{content:"";}.fa-reddit-alien:before{content:"";}.fa-edge:before{content:"";}.fa-credit-card-alt:before{content:"";}.fa-codiepie:before{content:"";}.fa-modx:before{content:"";}.fa-fort-awesome:before{content:"";}.fa-usb:before{content:"";}.fa-product-hunt:before{content:"";}.fa-mixcloud:before{content:"";}.fa-scribd:before{content:"";}.fa-pause-circle:before{content:"";}.fa-pause-circle-o:before{content:"";}.fa-stop-circle:before{content:"";}.fa-stop-circle-o:before{content:"";}.fa-shopping-bag:before{content:"";}.fa-shopping-basket:before{content:"";}.fa-hashtag:before{content:"";}.fa-bluetooth:before{content:"";}.fa-bluetooth-b:before{content:"";}.fa-percent:before{content:"";}.fa-gitlab:before{content:"";}.fa-wpbeginner:before{content:"";}.fa-wpforms:before{content:"";}.fa-envira:before{content:"";}.fa-universal-access:before{content:"";}.fa-wheelchair-alt:before{content:"";}.fa-question-circle-o:before{content:"";}.fa-blind:before{content:"";}.fa-audio-description:before{content:"";}.fa-volume-control-phone:before{content:"";}.fa-braille:before{content:"";}.fa-assistive-listening-systems:before{content:"";}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"";}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"";}.fa-glide:before{content:"";}.fa-glide-g:before{content:"";}.fa-signing:before,.fa-sign-language:before{content:"";}.fa-low-vision:before{content:"";}.fa-viadeo:before{content:"";}.fa-viadeo-square:before{content:"";}.fa-snapchat:before{content:"";}.fa-snapchat-ghost:before{content:"";}.fa-snapchat-square:before{content:"";}.fa-pied-piper:before{content:"";}.fa-first-order:before{content:"";}.fa-yoast:before{content:"";}.fa-themeisle:before{content:"";}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"";}.fa-fa:before,.fa-font-awesome:before{content:"";}.fa-handshake-o:before{content:"";}.fa-envelope-open:before{content:"";}.fa-envelope-open-o:before{content:"";}.fa-linode:before{content:"";}.fa-address-book:before{content:"";}.fa-address-book-o:before{content:"";}.fa-vcard:before,.fa-address-card:before{content:"";}.fa-vcard-o:before,.fa-address-card-o:before{content:"";}.fa-user-circle:before{content:"";}.fa-user-circle-o:before{content:"";}.fa-user-o:before{content:"";}.fa-id-badge:before{content:"";}.fa-drivers-license:before,.fa-id-card:before{content:"";}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"";}.fa-quora:before{content:"";}.fa-free-code-camp:before{content:"";}.fa-telegram:before{content:"";}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:"";}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"";}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"";}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"";}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"";}.fa-shower:before{content:"";}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:"";}.fa-podcast:before{content:"";}.fa-window-maximize:before{content:"";}.fa-window-minimize:before{content:"";}.fa-window-restore:before{content:"";}.fa-times-rectangle:before,.fa-window-close:before{content:"";}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"";}.fa-bandcamp:before{content:"";}.fa-grav:before{content:"";}.fa-etsy:before{content:"";}.fa-imdb:before{content:"";}.fa-ravelry:before{content:"";}.fa-eercast:before{content:"";}.fa-microchip:before{content:"";}.fa-snowflake-o:before{content:"";}.fa-superpowers:before{content:"";}.fa-wpexplorer:before{content:"";}.fa-meetup:before{content:"";}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0;}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto;}html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;}body{line-height:1;}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block;}nav ul{list-style:none;}blockquote,q{quotes:none;}blockquote:before,blockquote:after,q:before,q:after{content:"";content:none;}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent;}ins{background-color:#ff9;color:#000;text-decoration:none;}mark{background-color:transparent;color:inherit;}del{text-decoration:line-through;}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help;}table{border-collapse:collapse;border-spacing:0;}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0;}input,select{vertical-align:middle;border:none;}a{text-decoration:none;}input:focus{outline:none;}input[type='submit']{cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;}input{-webkit-appearance:none;border-radius:0;}address{font-style:normal;}img{image-rendering:-moz-crisp-edges;image-rendering:-o-crisp-edges;image-rendering:-webkit-optimize-contrast;image-rendering:crisp-edges;-ms-interpolation-mode:nearest-neighbor;}a:focus{outline:none;}textarea:focus{outline:none;}textarea{resize:none;}button:focus{outline:none;}main{display:block;}button{background:none;padding:0;margin:0;border:none;font:unset;cursor:pointer;}textarea{border-radius:0;-webkit-appearance:none;}cite{font-style:normal;}.u-sr-only{position:absolute !important;width:1px !important;height:1px !important;overflow:hidden !important;color:rgba(255,255,255,0) !important;pointer-events:none !important;}.u-skip-to-content{transition:none !important;position:fixed !important;top:-80px;left:30px;z-index:50 !important;}.u-skip-to-content:focus{top:30px;}.u-sr-only{position:absolute !important;width:1px !important;height:1px !important;overflow:hidden !important;color:rgba(255,255,255,0) !important;pointer-events:none !important;}.m-navigation-menu__main--mobile{display:none;}@media screen and (max-width: 1024px){.m-navigation-menu__main{display:none;}.m-navigation-menu__main--mobile{display:block;}}#gform_wrapper_15 #field_15_3{margin-top:24px;margin-left:0;}