*,*:before,*:after{-webkit-box-sizing:border-box;box-sizing:border-box}html,body,div,span,object,iframe,figure,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,code,em,img,small,strike,strong,sub,sup,tt,b,u,i,ol,ul,li,fieldset,form,label,table,caption,tbody,tfoot,thead,tr,th,td,main,canvas,embed,footer,header,nav,section,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-webkit-text-size-adjust:none;-moz-text-size-adjust:none;-ms-text-size-adjust:none;text-size-adjust:none}footer,header,nav,section,main{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:"";content:none}table{border-collapse:collapse;border-spacing:0}input{-webkit-appearance:none;border-radius:0}.loading__spinner{position:absolute;z-index:1;width:1.8rem;display:inline-block}.loading__spinner .path{stroke-dasharray:280;stroke-dashoffset:0;-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;stroke:rgb(var(--color-foreground));-webkit-animation:dash 1.4s ease-in-out infinite;animation:dash 1.4s ease-in-out infinite}.loading__spinner:not(.hidden)+.cart-item__price-wrapper,.loading__spinner:not(.hidden)~cart-remove-button{opacity:50%}.loading__spinner:not(.hidden)~cart-remove-button{pointer-events:none;cursor:default}.spinner{-webkit-animation:rotator 1.4s linear infinite;animation:rotator 1.4s linear infinite}@-webkit-keyframes rotator{0%{-webkit-transform:rotate(0deg);transform:rotate(0)}to{-webkit-transform:rotate(270deg);transform:rotate(270deg)}}@keyframes rotator{0%{-webkit-transform:rotate(0deg);transform:rotate(0)}to{-webkit-transform:rotate(270deg);transform:rotate(270deg)}}@media screen and (forced-colors:active){.path{stroke:CanvasText}}@-webkit-keyframes dash{0%{stroke-dashoffset:280}50%{stroke-dashoffset:75;-webkit-transform:rotate(135deg);transform:rotate(135deg)}to{stroke-dashoffset:280;-webkit-transform:rotate(450deg);transform:rotate(450deg)}}@keyframes dash{0%{stroke-dashoffset:280}50%{stroke-dashoffset:75;-webkit-transform:rotate(135deg);transform:rotate(135deg)}to{stroke-dashoffset:280;-webkit-transform:rotate(450deg);transform:rotate(450deg)}}.field__input,.select__select,.customer .field input,.customer select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:var(--color-light);color:var(--color-dark);font-size:1.6rem;width:100%;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-transition:-webkit-box-shadow var(--duration-short) ease;transition:-webkit-box-shadow var(--duration-short) ease;transition:box-shadow var(--duration-short) ease;transition:box-shadow var(--duration-short) ease,-webkit-box-shadow var(--duration-short) ease;border-radius:var(--inputs-radius);height:4.5rem;min-height:calc(var(--inputs-border-width)*2);min-width:calc(7rem + var(--inputs-border-width)*2);position:relative;border:0}.field:before,.select:before,.customer .field:before,.customer select:before,.localization-form__select:before{pointer-events:none;content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:var(--inputs-radius-outset);-webkit-box-shadow:var(--inputs-shadow-horizontal-offset) var(--inputs-shadow-vertical-offset) var(--inputs-shadow-blur-radius) rgba(var(--color-shadow),var(--inputs-shadow-opacity));box-shadow:var(--inputs-shadow-horizontal-offset) var(--inputs-shadow-vertical-offset) var(--inputs-shadow-blur-radius) rgba(var(--color-shadow),var(--inputs-shadow-opacity));z-index:-1}.field:after,.select:after,.customer .field:after,.customer select:after,.localization-form__select:after{pointer-events:none;content:"";position:absolute;top:var(--inputs-border-width);right:var(--inputs-border-width);bottom:var(--inputs-border-width);left:var(--inputs-border-width);border:.1rem solid rgba(0,0,0,0);border-radius:var(--inputs-radius);-webkit-box-shadow:0 0 0 var(--inputs-border-width) rgba(var(--color-foreground),var(--inputs-border-opacity));box-shadow:0 0 0 var(--inputs-border-width) rgba(var(--color-foreground),var(--inputs-border-opacity));-webkit-transition:-webkit-box-shadow var(--duration-short) ease;transition:-webkit-box-shadow var(--duration-short) ease;transition:box-shadow var(--duration-short) ease;transition:box-shadow var(--duration-short) ease,-webkit-box-shadow var(--duration-short) ease;z-index:1}.select__select{font-size:1.2rem;color:#121212bf}.field:hover.field:after,.select:hover.select:after,.select__select:hover.select__select:after,.customer .field:hover.field:after,.customer select:hover.select:after,.localization-form__select:hover.localization-form__select:after{-webkit-box-shadow:0 0 0 calc(.1rem + var(--inputs-border-width)) rgba(var(--color-foreground),var(--inputs-border-opacity));box-shadow:0 0 0 calc(.1rem + var(--inputs-border-width)) rgba(var(--color-foreground),var(--inputs-border-opacity));outline:0;border-radius:var(--inputs-radius)}.field__input:focus-visible,.select__select:focus-visible,.customer .field input:focus-visible,.customer select:focus-visible,.localization-form__select:focus-visible.localization-form__select:after{-webkit-box-shadow:0 0 0 calc(.1rem + var(--inputs-border-width)) rgba(var(--color-foreground),var(--inputs-border-opacity));box-shadow:0 0 0 calc(.1rem + var(--inputs-border-width)) rgba(var(--color-foreground),var(--inputs-border-opacity));outline:0;border-radius:var(--inputs-radius)}.field__input:focus,.select__select:focus,.customer .field input:focus,.customer select:focus,.localization-form__select:focus.localization-form__select:after{-webkit-box-shadow:0 0 0 calc(.1rem + var(--inputs-border-width)) rgba(var(--color-foreground),var(--inputs-border-opacity));box-shadow:0 0 0 calc(.1rem + var(--inputs-border-width)) rgba(var(--color-foreground),var(--inputs-border-opacity));outline:0;border-radius:var(--inputs-radius)}.localization-form__select:focus{outline:0;-webkit-box-shadow:none;box-shadow:none}.text-area,.select{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;width:100%}.select .icon-caret,.customer select+svg{height:.6rem;pointer-events:none;position:absolute;top:calc(50% - .2rem);right:calc(var(--inputs-border-width) + 1.5rem)}.select__select,.customer select{cursor:pointer;padding:0 calc(var(--inputs-border-width) + 3rem) 0 2rem;margin:var(--inputs-border-width);min-height:calc(var(--inputs-border-width)*2)}.field{position:relative;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-transition:-webkit-box-shadow var(--duration-short) ease;transition:-webkit-box-shadow var(--duration-short) ease;transition:box-shadow var(--duration-short) ease;transition:box-shadow var(--duration-short) ease,-webkit-box-shadow var(--duration-short) ease}.customer .field{display:-webkit-box;display:-ms-flexbox;display:flex}.field--with-error{-ms-flex-wrap:wrap;flex-wrap:wrap}.field__input,.customer .field input{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;text-align:left;padding:1.5rem;margin:var(--inputs-border-width);-webkit-transition:-webkit-box-shadow var(--duration-short) ease;transition:-webkit-box-shadow var(--duration-short) ease;transition:box-shadow var(--duration-short) ease;transition:box-shadow var(--duration-short) ease,-webkit-box-shadow var(--duration-short) ease}.field__label,.customer .field label{font-size:1.6rem;left:calc(var(--inputs-border-width) + 2rem);top:calc(1rem + var(--inputs-border-width));margin-bottom:0;pointer-events:none;position:absolute;-webkit-transition:top var(--duration-short) ease,font-size var(--duration-short) ease;transition:top var(--duration-short) ease,font-size var(--duration-short) ease;color:#121212bf;letter-spacing:.1rem;line-height:1.5}.field__input:focus~.field__label,.field__input:not(:placeholder-shown)~.field__label,.field__input:-webkit-autofill~.field__label,.customer .field input:focus~label,.customer .field input:not(:placeholder-shown)~label,.customer .field input:-webkit-autofill~label{font-size:1rem;top:calc(var(--inputs-border-width) + .5rem);left:calc(var(--inputs-border-width) + 2rem);letter-spacing:.04rem}.field__input:focus,.field__input:not(:placeholder-shown),.field__input:-webkit-autofill,.customer .field input:focus,.customer .field input:not(:placeholder-shown),.customer .field input:-webkit-autofill{padding:2.2rem 1.5rem .8rem 2rem;margin:var(--inputs-border-width)}.field__input::-webkit-search-cancel-button,.customer .field input::-webkit-search-cancel-button{display:none}.field__input::-webkit-input-placeholder,.customer .field input::-webkit-input-placeholder{opacity:0}.field__input::-moz-placeholder,.customer .field input::-moz-placeholder{opacity:0}.field__input:-ms-input-placeholder,.customer .field input:-ms-input-placeholder{opacity:0}.field__input::-ms-input-placeholder,.customer .field input::-ms-input-placeholder{opacity:0}.field__input::placeholder,.customer .field input::placeholder{opacity:0}.field__button{-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:#0000;border:0;color:currentColor;cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;height:4.4rem;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;overflow:hidden;padding:0;position:absolute;right:0;top:0;width:4.4rem}.field__button>svg{height:2.5rem;width:2.5rem}.field__input:-webkit-autofill~.field__button,.field__input:-webkit-autofill~.field__label,.customer .field input:-webkit-autofill~label{color:#000}.text-area{min-height:10rem;resize:none}input[type=checkbox]{display:inline-block;width:auto;margin-right:.5rem}.form__label{display:block;margin-bottom:.6rem}.form__message{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;font-size:1.4rem;line-height:1;margin-top:1rem}.form__message--large{font-size:1.6rem}.customer .field .form__message{font-size:1.4rem;text-align:left}.form__message .icon,.customer .form__message svg{-ms-flex-negative:0;flex-shrink:0;height:1.3rem;margin-right:.5rem;width:1.3rem}.form__message--large .icon,.customer .form__message svg{height:1.5rem;width:1.5rem;margin-right:1rem}.customer .field .form__message svg{-ms-flex-item-align:start;-ms-grid-row-align:start;align-self:start}.form-status{margin:0;font-size:1.6rem}.form-status-list{padding:0;margin:2rem 0 4rem}.form-status-list li{list-style-position:inside}.form-status-list .link:first-letter{text-transform:capitalize}.quantity{color:#121212;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;border-radius:var(--inputs-radius);min-height:calc(var(--inputs-border-width)*2 + 4.5rem)}.quantity:after{pointer-events:none;content:"";position:absolute;top:var(--inputs-border-width);right:var(--inputs-border-width);bottom:var(--inputs-border-width);left:var(--inputs-border-width);border:.1rem solid rgba(0,0,0,0);border-radius:var(--inputs-radius);-webkit-box-shadow:0 0 0 var(--inputs-border-width) rgba(var(--color-foreground),var(--inputs-border-opacity));box-shadow:0 0 0 var(--inputs-border-width) rgba(var(--color-foreground),var(--inputs-border-opacity));-webkit-transition:-webkit-box-shadow var(--duration-short) ease;transition:-webkit-box-shadow var(--duration-short) ease;transition:box-shadow var(--duration-short) ease;transition:box-shadow var(--duration-short) ease,-webkit-box-shadow var(--duration-short) ease;z-index:1}.quantity:before{background:rgb(var(--color-background));pointer-events:none;content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:var(--inputs-radius-outset);-webkit-box-shadow:var(--inputs-shadow-horizontal-offset) var(--inputs-shadow-vertical-offset) var(--inputs-shadow-blur-radius) rgba(var(--color-shadow),var(--inputs-shadow-opacity));box-shadow:var(--inputs-shadow-horizontal-offset) var(--inputs-shadow-vertical-offset) var(--inputs-shadow-blur-radius) rgba(var(--color-shadow),var(--inputs-shadow-opacity));z-index:-1}.quantity__input{color:currentColor;font-size:1.6rem;font-weight:500;opacity:.85;text-align:center;background-color:#0000;border:0;padding:0 .5rem;width:100%;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-webkit-appearance:none;-moz-appearance:none;appearance:none;min-width:60px}.quantity__button{-ms-flex-negative:0;flex-shrink:0;font-size:1.8rem;border:0;background-color:#0000;cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;color:rgb(var(--color-foreground));padding:0}.quantity__button:first-child{margin-left:calc(var(--inputs-border-width))}.quantity__button:last-child{margin-right:calc(var(--inputs-border-width))}.quantity__button svg{width:1rem;pointer-events:none}.quantity__button:focus-visible,.quantity__input:focus-visible{background-color:rgb(var(--color-background));z-index:2}.quantity__button:focus,.quantity__input:focus{background-color:rgb(var(--color-background));z-index:2}.quantity__button:not(:focus-visible):not(.focused),.quantity__input:not(:focus-visible):not(.focused){-webkit-box-shadow:inherit;box-shadow:inherit;background-color:inherit}.quantity__input:-webkit-autofill,.quantity__input:-webkit-autofill:hover,.quantity__input:-webkit-autofill:active{box-shadow:0 0 0 10rem rgb(var(--color-background)) inset!important;-webkit-box-shadow:0 0 0 10rem rgb(var(--color-background)) inset!important}.quantity__input::-webkit-outer-spin-button,.quantity__input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.quantity__input[type=number]{-moz-appearance:textfield}.quantity__rules{margin-top:.5rem;position:relative;font-size:1.2rem}.quantity__rules .caption{display:inline-block;margin-top:0;margin-bottom:0}.quantity__rules .divider+.divider:before{content:"\2022";margin:0 .5rem}.quantity__rules-cart{position:relative}.product__info-container .loading__spinner:not(.hidden)~*,.quantity__rules-cart .loading__spinner:not(.hidden)~*{visibility:hidden}input[type=email],input[type=text],input[type=password],input[type=number],input[type=tel],input[type=search],input[type=url],input[type=date],input[type=month],input[type=week],input[type=time],input[type=datetime],input[type=datetime-local],input[type=color]{height:38px;border:1px solid #5d5d5d;width:100%;font-size:.875rem;padding:0 14px;color:#202020;border-radius:2px;font-family:var(--font-body-family)}input[type=email]::-webkit-input-placeholder,input[type=text]::-webkit-input-placeholder,input[type=password]::-webkit-input-placeholder,input[type=number]::-webkit-input-placeholder,input[type=tel]::-webkit-input-placeholder,input[type=search]::-webkit-input-placeholder,input[type=url]::-webkit-input-placeholder,input[type=date]::-webkit-input-placeholder,input[type=month]::-webkit-input-placeholder,input[type=week]::-webkit-input-placeholder,input[type=time]::-webkit-input-placeholder,input[type=datetime]::-webkit-input-placeholder,input[type=datetime-local]::-webkit-input-placeholder,input[type=color]::-webkit-input-placeholder{color:#9a9a9a}input[type=email]::-moz-placeholder,input[type=text]::-moz-placeholder,input[type=password]::-moz-placeholder,input[type=number]::-moz-placeholder,input[type=tel]::-moz-placeholder,input[type=search]::-moz-placeholder,input[type=url]::-moz-placeholder,input[type=date]::-moz-placeholder,input[type=month]::-moz-placeholder,input[type=week]::-moz-placeholder,input[type=time]::-moz-placeholder,input[type=datetime]::-moz-placeholder,input[type=datetime-local]::-moz-placeholder,input[type=color]::-moz-placeholder{color:#9a9a9a}input[type=email]:-ms-input-placeholder,input[type=text]:-ms-input-placeholder,input[type=password]:-ms-input-placeholder,input[type=number]:-ms-input-placeholder,input[type=tel]:-ms-input-placeholder,input[type=search]:-ms-input-placeholder,input[type=url]:-ms-input-placeholder,input[type=date]:-ms-input-placeholder,input[type=month]:-ms-input-placeholder,input[type=week]:-ms-input-placeholder,input[type=time]:-ms-input-placeholder,input[type=datetime]:-ms-input-placeholder,input[type=datetime-local]:-ms-input-placeholder,input[type=color]:-ms-input-placeholder{color:#9a9a9a}input[type=email]::-ms-input-placeholder,input[type=text]::-ms-input-placeholder,input[type=password]::-ms-input-placeholder,input[type=number]::-ms-input-placeholder,input[type=tel]::-ms-input-placeholder,input[type=search]::-ms-input-placeholder,input[type=url]::-ms-input-placeholder,input[type=date]::-ms-input-placeholder,input[type=month]::-ms-input-placeholder,input[type=week]::-ms-input-placeholder,input[type=time]::-ms-input-placeholder,input[type=datetime]::-ms-input-placeholder,input[type=datetime-local]::-ms-input-placeholder,input[type=color]::-ms-input-placeholder{color:#9a9a9a}input[type=email]::placeholder,input[type=text]::placeholder,input[type=password]::placeholder,input[type=number]::placeholder,input[type=tel]::placeholder,input[type=search]::placeholder,input[type=url]::placeholder,input[type=date]::placeholder,input[type=month]::placeholder,input[type=week]::placeholder,input[type=time]::placeholder,input[type=datetime]::placeholder,input[type=datetime-local]::placeholder,input[type=color]::placeholder{color:#9a9a9a}input[type=email]:focus,input[type=text]:focus,input[type=password]:focus,input[type=number]:focus,input[type=tel]:focus,input[type=search]:focus,input[type=url]:focus,input[type=date]:focus,input[type=month]:focus,input[type=week]:focus,input[type=time]:focus,input[type=datetime]:focus,input[type=datetime-local]:focus,input[type=color]:focus{outline:none}.newsletter input[type=email],.newsletter input[type=text],.newsletter input[type=password],.newsletter input[type=number],.newsletter input[type=tel],.newsletter input[type=search],.newsletter input[type=url],.newsletter input[type=date],.newsletter input[type=month],.newsletter input[type=week],.newsletter input[type=time],.newsletter input[type=datetime],.newsletter input[type=datetime-local],.newsletter input[type=color]{border-radius:0;border-color:#9a9a9a}.form-group{margin-bottom:16px}.newsletter .form-group{margin-bottom:12px}.form-label{font-size:.875rem;margin-bottom:14px;display:block;font-weight:var(--font-body-weight-bold);color:#202020;text-transform:uppercase;letter-spacing:.02em;line-height:1.3}.newsletter .form-label{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);border:0}.form-label .required{color:#a731ec}.form-control--textarea{height:140px;border:1px solid #5d5d5d;width:100%;font-size:.875rem;padding:14px;color:#202020;border-radius:2px;font-family:var(--font-body-family)}.form-control--textarea::-webkit-input-placeholder{color:#9a9a9a}.form-control--textarea::-moz-placeholder{color:#9a9a9a}.form-control--textarea:-ms-input-placeholder{color:#9a9a9a}.form-control--textarea::-ms-input-placeholder{color:#9a9a9a}.form-control--textarea::placeholder{color:#9a9a9a}.form-control--textarea:focus{outline:none}.form-grid{display:-ms-grid;display:grid}.form-grid--two{-ms-grid-columns:(1fr)[2];grid-template-columns:repeat(2,1fr);gap:48px}@media screen and (max-width:768px){.form-grid--two{gap:30px}}@media screen and (max-width:540px){.form-grid--two{-ms-grid-columns:(1fr)[1];grid-template-columns:repeat(1,1fr);gap:0}}.custom-select{height:38px;border:1px solid #5d5d5d;width:100%;font-size:.875rem;padding:0 14px;color:#202020;border-radius:2px;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.46797 12.5312C7.76172 12.825 8.23672 12.825 8.52735 12.5312L14.5305 6.53123C14.8242 6.23748 14.8242 5.76248 14.5305 5.47185C14.2367 5.18123 13.7617 5.1781 13.4711 5.47185L8.00235 10.9406L2.53047 5.46873C2.23672 5.17498 1.76172 5.17498 1.4711 5.46873C1.18047 5.76248 1.17735 6.23748 1.4711 6.5281L7.46797 12.5312Z' fill='%235D5D5D'/%3E%3C/svg%3E%0A");background-repeat:no-repeat;background-size:16px;background-position:calc(100% - 14px) center}.custom-select::-webkit-input-placeholder{color:#9a9a9a}.custom-select::-moz-placeholder{color:#9a9a9a}.custom-select:-ms-input-placeholder{color:#9a9a9a}.custom-select::-ms-input-placeholder{color:#9a9a9a}.custom-select::placeholder{color:#9a9a9a}.custom-select:focus{outline:none}div#judgeme_product_reviews{max-width:1464px;margin-inline:auto}.needsclick[role=dialog]>.needsclick:after{content:"";background:url(/cdn/shop/files/Group_3.png);position:absolute;width:632px;height:355px;background-repeat:no-repeat;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.needsclick[role=dialog]>.needsclick>div{position:relative;z-index:2}.product-form__quantity{margin-top:24px;padding-top:18px;border-top:1px solid #ddd;margin-bottom:24px}.product-form__quantity .quantity{min-height:auto}.quantity__label{display:block;font-weight:var(--font-body-weight-bold);text-transform:uppercase;letter-spacing:.02em}.price-per-item__container{max-width:160px}.quantity__button{height:38px;width:38px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;line-height:1}.quantity__button{font-weight:var(--font-body-weight-bold)}.product-form__input.product-form__input--pill,.product-form__input.product-form__input--swatch{margin-top:24px}.product-form__input.product-form__input--pill .form__label,.product-form__input.product-form__input--swatch .form__label{font-weight:var(--font-body-weight-bold);text-transform:uppercase;letter-spacing:.02em}.product-form__input.product-form__input--pill input[type=radio],.product-form__input.product-form__input--swatch input[type=radio]{display:none}.product-form__input.product-form__input--pill input[type=radio]:checked+label,.product-form__input.product-form__input--swatch input[type=radio]:checked+label{border-color:#5433eb;color:#fff;background-color:#5433eb}.product-form__input.product-form__input--pill input[type=radio]+label,.product-form__input.product-form__input--swatch input[type=radio]+label{padding:8px 12px;line-height:1.4;font-weight:var(--font-body-weight-bold);text-transform:uppercase;letter-spacing:.02em;color:#000;border:1px solid #000;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;font-size:.875rem;margin:0 2px 0 0;-webkit-transition:all .3s ease;transition:all .3s ease}.product-form__input.product-form__input--pill input[type=radio]+label:hover,.product-form__input.product-form__input--swatch input[type=radio]+label:hover{border:1px solid #5433eb}.product-form__input.product-form__input--pill .swatch-input__input:checked+.swatch-input__label,.product-form__input.product-form__input--swatch .swatch-input__input:checked+.swatch-input__label{border:1px solid #c930ad!important;outline:none!important;-webkit-box-shadow:none!important;box-shadow:none!important}.product-form__input.product-form__input--pill .swatch-input__input+.swatch-input__label,.product-form__input.product-form__input--swatch .swatch-input__input+.swatch-input__label{padding:0!important;height:32px;width:32px;border:1px solid rgba(0,0,0,0);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-radius:0;outline:none!important;margin-right:6px}.product-form__input.product-form__input--pill .swatch-input__input+.swatch-input__label .swatch,.product-form__input.product-form__input--swatch .swatch-input__input+.swatch-input__label .swatch{height:24px;width:24px;background-color:var(--swatch--background);border-radius:0}.product-form__input.product-form__input--swatch .form__label{margin-top:12px}.product-form__buttons{margin-top:24px}.product-form__buttons .product-form__submit{width:100%;background-color:#202020;color:#fff;font-size:1.5rem;text-transform:uppercase;letter-spacing:-.01em;line-height:1.2;font-weight:400}.product-form__buttons .product-form__submit:disabled{background-color:#9a9a9a;color:#00000080;cursor:pointer}.product-form__buttons .product-form__submit:disabled:hover,.product-form__buttons .product-form__submit:disabled:focus{background-color:#9a9a9a;color:#00000080}.product-form__buttons .product-form__submit:hover,.product-form__buttons .product-form__submit:focus{background-color:#f2c94c;color:#202020}.cart-drawer .drawer__inner{background-color:#fff}@media screen and (max-width:480px){.cart-drawer .drawer__inner{max-width:100%;width:100%}}.cart-drawer .cart-item__name{font-size:1.25rem;font-family:var(--font-heading-family);letter-spacing:-.01em;line-height:1.2}@media screen and (max-width:768px){.cart-drawer .cart-item__name{font-size:1.125rem}}.cart-drawer .cart-item__quantity-wrapper{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.cart-drawer .cart-item__details,.cart-drawer .cart-item__quantity{padding-left:0}.cart-drawer cart-remove-button{margin-top:0!important;height:auto!important;width:auto!important}.cart-drawer .cart-remove-button{min-height:38px!important;min-width:38px!important;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background-color:#202020;height:auto!important;width:auto!important;margin:0 0 0 5px!important}.cart-drawer .cart-remove-button:hover,.cart-drawer .cart-remove-button:focus{background-color:#202020;color:#fff!important}.cart-drawer .cart-remove-button:hover svg,.cart-drawer .cart-remove-button:focus svg{fill:#fff!important}.cart-drawer .cart-item__price-wrapper{font-size:1.25rem;font-family:var(--font-heading-family);font-weight:400;letter-spacing:-.01em;line-height:1.2}@media screen and (max-width:768px){.cart-drawer .cart-item__price-wrapper{font-size:1.125rem}}.cart-drawer .cart-item__price-wrapper .price{font-size:inherit}.cart-drawer .product-option{font-size:1rem}.cart-drawer .cart__checkout-button{width:100%;background-color:#202020;color:#fff;font-size:1.5rem;text-transform:uppercase;letter-spacing:-.01em;line-height:1.2;font-weight:400}.cart-drawer .cart__checkout-button:hover,.cart-drawer .cart__checkout-button:focus{background-color:#f2c94c;color:#202020}.cart-drawer .cart__note{top:0!important}.quantity-popover-wrapper .quantity{min-height:auto}.quantity-popover-wrapper .quantity__label{display:block;font-weight:var(--font-body-weight-bold);text-transform:uppercase;letter-spacing:.02em}.quantity-popover-wrapper .price-per-item__container{max-width:160px}.quantity-popover-wrapper .quantity__button{height:38px;width:38px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;line-height:1}.quantity-popover-wrapper .quantity__button{font-weight:var(--font-body-weight-bold)}.cart__login-paragraph a{color:#c930ad}.cart__login-paragraph a:hover,.cart__login-paragraph a:focus{color:#a0268a}.is-empty .cart__empty-text{margin-bottom:24px}.is-empty .cart__warnings{padding-bottom:56px}cart-items .title-wrapper-with-link{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:20px}.cart__items .cart-item__details .cart-item__name{font-size:1.25rem;font-family:var(--font-heading-family);letter-spacing:.01em;line-height:1.2}@media screen and (max-width:768px){.cart__items .cart-item__details .cart-item__name{font-size:1.125rem}}.cart__items .cart-item__details .product-option{font-size:1rem}.cart__items .cart-item__price-wrapper{font-size:1.25rem;font-family:var(--font-heading-family);font-weight:400;letter-spacing:.01em;line-height:1.2;margin-top:.4rem}.cart__items .cart-item__price-wrapper .price{font-size:inherit;letter-spacing:inherit;font-family:inherit}.cart__items .cart-item__totals .price{font-size:1.5rem}.cart-item__quantity cart-remove-button{margin-top:0!important;height:auto!important;width:auto!important}@media screen and (max-width:480px){.cart-item__quantity cart-remove-button{margin-left:0!important}}.cart-item__quantity cart-remove-button cart-remove-button,.cart-item__quantity cart-remove-button .button{min-height:38px!important;min-width:38px!important;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background-color:#202020;height:auto!important;width:auto!important;margin:0 0 0 5px!important}.cart-item__quantity cart-remove-button cart-remove-button:hover,.cart-item__quantity cart-remove-button cart-remove-button:focus,.cart-item__quantity cart-remove-button .button:hover,.cart-item__quantity cart-remove-button .button:focus{background-color:#202020;color:#fff!important}.cart-item__quantity cart-remove-button cart-remove-button:hover svg,.cart-item__quantity cart-remove-button cart-remove-button:focus svg,.cart-item__quantity cart-remove-button .button:hover svg,.cart-item__quantity cart-remove-button .button:focus svg{fill:#fff!important}.cart__blocks .totals__total{font-size:1.5rem;font-weight:400;letter-spacing:-.01em;line-height:1.2}@media screen and (max-width:768px){.cart__blocks .totals__total{font-size:1.25rem}}.cart__blocks .totals__total-value{font-size:1.5rem;font-weight:400;letter-spacing:-.01em;line-height:1.2;font-family:var(--font-heading-family)}@media screen and (max-width:768px){.cart__blocks .totals__total-value{font-size:1.25rem}}.cart__blocks .cart__checkout-button{width:100%;background-color:#c930ad;color:#fff;font-size:1.5rem;text-transform:uppercase;letter-spacing:-.01em;line-height:1.2;font-weight:400}@media screen and (max-width:768px){.cart__blocks .cart__checkout-button{font-size:1.25rem}}.cart__blocks .cart__checkout-button:hover,.cart__blocks .cart__checkout-button:focus{background-color:#f2c94c;color:#202020}.cart__login-paragraph a{color:#202020}.cart__login-paragraph a:hover,.cart__login-paragraph a:focus{color:#f2c94c}.button{text-transform:uppercase;color:#fff;-webkit-transition:all .3s ease;transition:all .3s ease;display:inline-block;vertical-align:top;text-decoration:none;border:3px solid rgba(0,0,0,0);padding:7px 15px;font-family:var(--font-heading-family);font-size:calc(1.5rem * var(--font-heading-scale));letter-spacing:-.01em}.button--sm{padding:4px 20px;font-size:calc(1rem * var(--font-heading-scale));border:2px solid rgba(0,0,0,0)}.button--yellow{border-color:#f0f953}.button--yellow:hover,.button--yellow:focus{background-color:#f0f953;color:#000!important}.button--pink{border-color:#202020;color:#202020}.button--pink:hover,.button--pink:focus{color:#202020;background-color:#f2c94c;border-color:#f2c94c}.button--orange{border-color:#ff6456}.button--orange:hover,.button--orange:focus{background-color:#ff6456}.button--neons{border-color:#a731ec;color:#a731ec;background-color:#fff}.button--neons:hover,.button--neons:focus{background-color:#a731ec;color:#fff}.button--cyan{border-color:#12eff3}.button--cyan:hover,.button--cyan:focus{background-color:#12eff3}button,a{cursor:pointer}:root{--color-background: 255, 255, 255;--gradient-background: #FFFFFF;--color-foreground: 18, 18, 18;--color-background-contrast: 191, 191, 191;--color-shadow: 18, 18, 18;--color-button: 18, 18, 18;--color-button-text: 255, 255, 255;--color-secondary-button: 255, 255, 255;--color-secondary-button-text: 18, 18, 18;--color-link: 18, 18, 18;--color-badge-foreground: 18, 18, 18;--color-badge-background: 255, 255, 255;--color-badge-border: 18, 18, 18;--payment-terms-background-color: rgb(255 255 255);--drawer-border-width: 1px;--drawer-border-opacity: .1;--drawer-shadow-opacity: 0;--drawer-shadow-horizontal-offset: 0px;--drawer-shadow-vertical-offset: 4px;--drawer-shadow-blur-radius: 5px;--spacing-sections-desktop: 0px;--spacing-sections-mobile: 0px;--grid-desktop-vertical-spacing: 8px;--grid-desktop-horizontal-spacing: 8px;--grid-mobile-vertical-spacing: 4px;--grid-mobile-horizontal-spacing: 4px;--text-boxes-border-opacity: .1;--text-boxes-border-width: 0px;--text-boxes-radius: 0px;--text-boxes-shadow-opacity: 0;--text-boxes-shadow-visible: 0;--text-boxes-shadow-horizontal-offset: 0px;--text-boxes-shadow-vertical-offset: 4px;--text-boxes-shadow-blur-radius: 5px;--buttons-radius: 0px;--buttons-radius-outset: 0px;--buttons-border-width: 1px;--buttons-border-opacity: 1;--buttons-shadow-opacity: 0;--buttons-shadow-visible: 0;--buttons-shadow-horizontal-offset: 0px;--buttons-shadow-vertical-offset: 4px;--buttons-shadow-blur-radius: 5px;--buttons-border-offset: 0px;--inputs-radius: 0px;--inputs-border-width: 1px;--inputs-border-opacity: .55;--inputs-shadow-opacity: 0;--inputs-shadow-horizontal-offset: 0px;--inputs-margin-offset: 0px;--inputs-shadow-vertical-offset: 4px;--inputs-shadow-blur-radius: 5px;--inputs-radius-outset: 0px;--duration-short: .1s;--duration-default: .2s;--duration-announcement-bar: .25s;--duration-medium: .3s;--duration-long: .5s;--duration-extra-long: .6s;--duration-extra-longer: .75s;--duration-extended: 3s;--ease-out-slow: cubic-bezier(0, 0, .3, 1);--animation-slide-in: slideIn var(--duration-extra-long) var(--ease-out-slow) forwards;--animation-fade-in: fadeIn var(--duration-extra-long) var(--ease-out-slow)}html{font-size:16px}body{font-family:var(--font-body-family);font-size:calc(1rem * var(--font-body-scale));line-height:1.5}svg{vertical-align:top}.container{max-width:1270px;margin:0 auto;width:100%;padding:0 20px}@media screen and (max-width:768px){.container{padding:0 12px}}.icon{display:inline-block;width:1em;height:1em;stroke-width:0;stroke:currentColor;fill:currentColor}button{cursor:pointer}img{max-width:100%;height:auto;vertical-align:top}.screen-reader-text{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);border:0}.section-header{text-align:center;max-width:943px;margin-left:auto;margin-right:auto;width:100%;color:#202020}.section-header--light{color:#fff}.section-header__title{font-size:2.125rem;letter-spacing:-.01em;line-height:1.1;font-family:var(--font-heading-family);font-weight:400;text-transform:uppercase;margin-bottom:0}@media screen and (max-width:768px){.section-header__title{font-size:1.75rem;letter-spacing:-.02em}}.section-header__title:not(:last-child){margin-bottom:12px}.section-header__description{font-size:1rem;line-height:1.5;letter-spacing:.01em}.section-header--light .section-header__description{color:#bbb}.section-header__description p:not(:last-child){margin-bottom:24px}html.lenis,html.lenis body{height:auto}.lenis.lenis-smooth{scroll-behavior:auto!important}.lenis.lenis-smooth [data-lenis-prevent]{-ms-scroll-chaining:none;overscroll-behavior:contain}.lenis.lenis-stopped{overflow:hidden}.lenis.lenis-smooth iframe{pointer-events:none}.bottom-shape{position:relative;z-index:1}.bottom-shape:after{content:"";background-image:url(https://cdn.shopify.com/s/files/1/0674/9687/0087/t/2/assets/hero-bottom-shape.svg);left:0;right:0;height:23px;bottom:-1px;position:absolute;z-index:1;pointer-events:none;background-position:center bottom}@media screen and (max-width:768px){.bottom-shape:after{background-position:left bottom}}.hidden{display:none!important}.visually-hidden{position:absolute!important;overflow:hidden;width:1px;height:1px;margin:-1px;padding:0;border:0;clip:rect(0 0 0 0);word-wrap:normal!important}em{font-style:italic}strong{font-weight:var(--font-body-weight-bold)}h1,h2,h3{font-family:var(--font-heading-family);font-weight:var(--font-heading-weight)}h1{font-size:calc(3rem * var(--font-heading-scale));letter-spacing:-.02em;line-height:1.15}@media screen and (max-width:1024px){h1{font-size:calc(2.5rem * var(--font-heading-scale))}}h2{font-size:calc(2.125rem * var(--font-heading-scale));letter-spacing:-.02em;line-height:1.15}@media screen and (max-width:1024px){h2{font-size:calc(1.75rem * var(--font-heading-scale))}}h3{font-size:calc(1.75rem * var(--font-heading-scale));letter-spacing:-.01em;line-height:1.15}@media screen and (max-width:1024px){h3{font-size:calc(1.375rem * var(--font-heading-scale))}}h4{font-size:calc(1.375rem * var(--font-body-scale));line-height:1.3;font-family:var(--font-body-family);font-weight:var(--font-body-weight-bold);letter-spacing:0}h5{font-size:calc(1.125rem * var(--font-body-scale));line-height:1.3;font-family:var(--font-body-family);font-weight:var(--font-body-weight-bold);letter-spacing:.02em}h6{font-size:calc(.875rem * var(--font-body-scale));line-height:1.3;font-family:var(--font-body-family);font-weight:var(--font-body-weight-bold);letter-spacing:.02em}.entry-content,.shopify-policy__body{font-size:1rem;overflow:hidden}.entry-content>*:not(:last-child),.shopify-policy__body>*:not(:last-child){margin-bottom:1.5rem}.entry-content h1,.entry-content h2,.entry-content h3,.entry-content h4,.entry-content h5,.entry-content h6,.shopify-policy__body h1,.shopify-policy__body h2,.shopify-policy__body h3,.shopify-policy__body h4,.shopify-policy__body h5,.shopify-policy__body h6{margin-bottom:1em}.entry-content p,.shopify-policy__body p{font-size:1rem}.entry-content p:not(:last-child),.shopify-policy__body p:not(:last-child){margin-bottom:1.5em}.entry-content strong,.shopify-policy__body strong{font-weight:var(--font-body-weight-bold)}.entry-content a,.shopify-policy__body a{text-decoration:underline;color:inherit;-webkit-transition:all .3s ease;transition:all .3s ease}.entry-content a:hover,.entry-content a:focus,.shopify-policy__body a:hover,.shopify-policy__body a:focus{color:#ff6456}.entry-content blockquote,.shopify-policy__body blockquote{margin:0 0 1.5em;background-color:#bbb3;padding:1.5rem 2rem;font-style:italic;font-weight:500;border-left:4px solid #ff6456}.entry-content hr,.shopify-policy__body hr{margin:1.5em 0}.entry-content ul,.entry-content ol,.shopify-policy__body ul,.shopify-policy__body ol{list-style-type:disc;padding-left:25px}.entry-content ul:not(:last-child),.entry-content ol:not(:last-child),.shopify-policy__body ul:not(:last-child),.shopify-policy__body ol:not(:last-child){margin-bottom:1.5em}.entry-content ol,.shopify-policy__body ol{list-style-type:decimal}#contact-us .entry-content a:not(.button),#contact-us .section-header__description a:not(.button){color:#a731ec}#contact-us .entry-content a:not(.button):hover,#contact-us .entry-content a:not(.button):focus,#contact-us .section-header__description a:not(.button):hover,#contact-us .section-header__description a:not(.button):focus{color:#202020}.header{position:relative;z-index:99}.header.header--fixed{padding-bottom:var(--offsetHeight)}.header__inner{padding:25px 0;background-color:#000;width:100%}@media screen and (max-width:768px){.header__inner{padding:13px 0}}.header__inner>.container{max-width:1464px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media screen and (max-width:1024px){.header__inner>.container{padding:0 24px}}.header--fixed .header__inner{position:fixed;top:0;left:0;right:0;z-index:999}.nav-main__header{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;margin-bottom:35px;display:none}@media screen and (max-width:1024px){.nav-main__header{display:-webkit-box;display:-ms-flexbox;display:flex}}.nav-main__close{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:0;margin:0;border:none;background-color:#0000;color:#202020}.nav-main__close .icon{height:18px;width:18px}.logo{display:inline-block;vertical-align:top;position:relative;z-index:9}@media screen and (max-width:1024px){.logo{max-width:70px}}.header__menu-trigger{padding:0;margin:0 54px 0 0;border:none;background-color:#0000;color:#fff;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;height:24px;width:24px;display:none}@media screen and (max-width:1024px){.header__menu-trigger{display:-webkit-box;display:-ms-flexbox;display:flex}}.header__menu-trigger .icon-menu{height:18px;width:20px}.body--menu-open .header__menu-trigger .icon-menu{display:none}.header__menu-trigger .icon-cross{display:none;height:20px;width:20px}.body--menu-open .header__menu-trigger .icon-cross{display:block}@media screen and (max-width:1024px){.nav-main{position:fixed;top:0;left:0;right:0;bottom:0;height:100dvh;background-color:#fff;z-index:999;padding:30px 47px;visibility:hidden;opacity:0;-webkit-transition:visibility .3s ease,opacity .3s ease;transition:visibility .3s ease,opacity .3s ease;overflow-y:auto;overflow-x:hidden}}.body--menu-open .nav-main{visibility:visible;opacity:1}.main-menu__shop{--color: #c930ad;color:#c930ad}.main-menu__fighters{--color: #ff6456;color:#ff6456}.main-menu__about{--color: #f0f953;color:#f0f953}.main-menu__news{--color: #12eff3;color:#12eff3}.main-menu__contact{--color: #a731ec;color:#a731ec}.main-menu{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:32px}@media screen and (max-width:1024px){.main-menu{-ms-flex-wrap:wrap;flex-wrap:wrap;gap:0}}@media screen and (max-width:1024px){.main-menu>li{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;border-bottom:1px solid #bbb;padding:12px 0;-ms-flex-wrap:wrap;flex-wrap:wrap}}.main-menu>li:hover .mega-menu{visibility:visible;opacity:1;-webkit-transition:visibility 0s ease,opacity .3s ease;transition:visibility 0s ease,opacity .3s ease;pointer-events:all}.main-menu>li.active>a,.main-menu>li:hover>a{color:inherit;border-bottom:2px solid var(--color)!important}@media screen and (max-width:1024px){.main-menu>li.active>a,.main-menu>li:hover>a{color:#000;border:none!important}}.main-menu>li>a{color:#fff;font-size:1.5rem;font-family:var(--font-heading-family);text-transform:uppercase;text-decoration:none;letter-spacing:-.01em;display:inline-block;vertical-align:top;-webkit-transition:all .3s ease;transition:all .3s ease;border-bottom:2px solid rgba(0,0,0,0)!important;position:relative;z-index:9}@media screen and (max-width:1024px){.main-menu>li>a{color:#000;display:block;border:none!important;width:calc(100% - 32px);-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto}}.main-menu>li>a:hover,.main-menu>li>a:focus{color:inherit;border-color:var(--color)!important}.mega-menu__toggle{height:32px;width:32px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background-color:#0000;border:none;padding:0;margin:0;color:#202020;right:-10px;position:relative;display:none}@media screen and (max-width:1024px){.mega-menu__toggle{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}}.mega-menu__toggle .icon{width:12px;height:18px}.mega-menu__toggle:after{content:"";position:absolute;top:-8px;bottom:-8px;right:0;width:100vw;background:#0000;z-index:9;display:none}@media screen and (max-width:1024px){.mega-menu__toggle:after{display:block}}.nav-main__footer{margin-top:44px;display:none}@media screen and (max-width:1024px){.nav-main__footer{display:block}}.nav-main__additional-menu{margin-bottom:44px}.nav-main__additional-menu li:not(:last-child){margin-bottom:8px}.nav-main__additional-menu li.active a{color:#ff6456}.nav-main__additional-menu li a{color:#202020;text-decoration:none}.header__actions{display:-webkit-box;display:-ms-flexbox;display:flex;gap:12px}.header__actions li{line-height:1}.header__actions li>a,.header__actions li>button{color:#bbb;background-color:#0000;border:none;padding:0;-webkit-transition:all .3s ease;transition:all .3s ease}.header__actions li>a:hover,.header__actions li>a:focus,.header__actions li>button:hover,.header__actions li>button:focus{color:#fff}.header__actions li>a .icon-search,.header__actions li>button .icon-search{width:18px;height:18px}.header__actions li>a .icon-boxing-gloves,.header__actions li>button .icon-boxing-gloves{width:16px;height:18px}.header__actions li>a .icon-cart,.header__actions li>button .icon-cart{width:20px;height:18px}.cart-icon{position:relative;z-index:1}.cart-count{height:16px;width:16px;background-color:#202020;border-radius:50%;position:absolute;top:-6px;left:-6px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;font-size:.75rem;font-weight:500;line-height:1;color:#fff}.search-icon{border-right:1px solid #5d5d5d;padding-right:14px;margin-right:2px}.main-search{--height: 58px;display:-webkit-box;display:-ms-flexbox;display:flex;position:absolute;width:100%;opacity:0;visibility:hidden;-webkit-transition:opacity .3s ease,visibility .3s ease;transition:opacity .3s ease,visibility .3s ease;top:0;left:0;right:0;z-index:99;-webkit-box-align:center;-ms-flex-align:center;align-items:center;bottom:0}@media screen and (max-width:1024px){.main-search{top:100%;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;bottom:auto;width:auto}}.main-search.is-active{opacity:1;visibility:visible}.main-search .container{max-width:1424px;padding:0}.main-search button{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}.main-search .main-search__form{max-width:717px;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;background-color:#fff;margin-left:auto;-webkit-box-shadow:0 0 10px rgba(0,0,0,.1);box-shadow:0 0 10px #0000001a;position:relative}@media screen and (max-width:1024px){.main-search .main-search__form{padding:0 6px 0 10px}}.main-search .main-search__submit{color:#202020;padding:16px;border:none;background-color:#0000;height:var(--height);-webkit-transition:all .3s ease;transition:all .3s ease}.main-search .main-search__submit .icon-search{width:18px;height:18px}.main-search .main-search__submit:hover,.main-search .main-search__submit:focus{color:#000}.main-search .main-search__group{width:100%;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto}.main-search .main-search__input{height:var(--height);border:none;background-color:#0000;padding:0;width:100%;font-family:var(--font-body-family);font-weight:600;font-size:.75rem}.main-search .main-search__reset{background-color:#0000;border:none;padding:0 8px 0 16px;color:#9a9a9a;font-size:.75rem;font-weight:600;line-height:1;letter-spacing:.01em;text-decoration:none;text-transform:capitalize;height:var(--height);-webkit-transition:all .3s ease;transition:all .3s ease}.main-search .main-search__reset:hover,.main-search .main-search__reset:focus{color:#000}.main-search .main-search__close{background-color:#0000;border:none;color:#9a9a9a;padding:0 16px 0 8px;height:var(--height);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-transition:all .3s ease;transition:all .3s ease}.main-search .main-search__close:hover,.main-search .main-search__close:focus{color:#000}.main-search .main-search__close .icon{height:18px;width:18px}.mega-menu{position:absolute;top:100%;background-color:#fff;left:0;right:0;z-index:8;padding:66px 0;-webkit-box-shadow:0 0 10px rgba(0,0,0,.1);box-shadow:0 0 10px #0000001a;-webkit-transition:opacity .3s ease,visibility .3s ease;transition:opacity .3s ease,visibility .3s ease;visibility:hidden;opacity:0;pointer-events:none}@media screen and (max-width:1024px){.mega-menu{pointer-events:all}}.mega-menu:before{content:"";position:absolute;left:0;right:0;height:30px;background-color:#00000080;z-index:99;bottom:100%}@media screen and (max-width:1024px){.mega-menu:before{display:none}}.mega-menu.is-active{visibility:visible;opacity:1}@media screen and (max-width:1024px){.mega-menu.is-active{display:block}}@media screen and (max-width:1216px){.mega-menu{padding:40px 0}}@media screen and (max-width:1024px){.mega-menu{position:relative;top:auto;left:auto;right:auto;bottom:auto;-webkit-box-shadow:none;box-shadow:none;width:100%;padding:12px 0;border-top:1px solid #bbb;margin-top:12px;display:none;visibility:visible;opacity:1}}.mega-menu .mega-menu__grid{max-width:1464px;margin:0 auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;width:100%;gap:40px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:0 24px}@media screen and (max-width:1216px){.mega-menu .mega-menu__grid{gap:40px}}@media screen and (max-width:1024px){.mega-menu .mega-menu__grid{padding:0}}.mega-menu .sub-menu li:not(:last-child){margin-bottom:3px}@media screen and (max-width:1024px){.mega-menu .sub-menu li:not(:last-child){margin-bottom:0}}.mega-menu .sub-menu li.active a{color:#ff6456}.mega-menu .sub-menu li a{font-size:.75rem;color:#202020;font-family:var(--font-body-family);font-weight:400;line-height:1.3;letter-spacing:.02em;text-decoration:none;-webkit-transition:all .3s ease;transition:all .3s ease}@media screen and (max-width:1024px){.mega-menu .sub-menu li a{line-height:1.4;font-size:.875rem;color:#5d5d5d;font-weight:400}}.mega-menu .sub-menu li a:hover,.mega-menu .sub-menu li a:focus{color:#ff6456}.mega-menu__sub-nav{max-width:440px;display:-webkit-box;display:-ms-flexbox;display:flex;gap:50px;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}@media screen and (max-width:1216px){.mega-menu__sub-nav{gap:24px}}@media screen and (max-width:1024px){.mega-menu__sub-nav{-ms-flex-wrap:wrap;flex-wrap:wrap;max-width:100%;-webkit-box-flex:unset;-ms-flex:unset;flex:unset}}.mega-menu--about .mega-menu__sub-nav{display:none}@media screen and (max-width:1024px){.mega-menu--about .mega-menu__sub-nav{display:block}}@media screen and (max-width:1024px){.mega-menu__column{width:100%}}.mega-menu__title{font-size:1.375rem;color:#202020;font-family:var(--font-body-family);font-weight:var(--font-body-weight-bold);line-height:1;letter-spacing:0;display:block;margin-bottom:18px}@media screen and (max-width:1216px){.mega-menu__title{font-size:1.125rem;margin-bottom:12px}}@media screen and (max-width:1024px){.mega-menu__title{font-size:1rem;margin-bottom:4px;line-height:1.3}}.mega-menu__featured{display:-webkit-box;display:-ms-flexbox;display:flex;gap:16px;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;max-width:872px;width:100%}@media screen and (max-width:1024px){.mega-menu__featured{display:none}}.mega-menu--about .mega-menu__featured{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:48px;width:100%;margin:0 auto}@media screen and (max-width:1024px){.mega-menu--about .mega-menu__featured{display:none}}.mega-menu--about .mega-menu__featured li{display:-webkit-box;display:-ms-flexbox;display:flex;max-width:375px;width:100%}.mega-menu__featured li a{display:block;color:#202020;text-decoration:none;-webkit-transition:all .3s ease;transition:all .3s ease;font-size:1.5rem;font-family:var(--font-heading-family);text-transform:uppercase;letter-spacing:.01em;position:relative;z-index:1;color:#fff}.mega-menu__featured li a:after{content:"";position:absolute;top:0;bottom:0;left:0;right:0;z-index:2;background-color:#0003}.mega-menu--about .mega-menu__featured li a{display:-webkit-box;display:-ms-flexbox;display:flex;font-size:2.125rem;font-family:var(--font-heading-family);line-height:1;letter-spacing:0;text-decoration:none;max-width:375px;width:100%;padding:80px 40px;background-color:#ddd;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.mega-menu__featured li a:hover,.mega-menu__featured li a:focus{color:#c930ad}.mega-menu__featured li a:hover img,.mega-menu__featured li a:focus img{-webkit-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1)}.mega-menu__featured li a img{aspect-ratio:206/216;-o-object-fit:cover;object-fit:cover;width:100%;-webkit-transition:all .3s ease;transition:all .3s ease;position:relative;z-index:1}.mega-menu__featured li .mega-menu__featured-image{overflow:hidden}.mega-menu--about .mega-menu__featured li .mega-menu__featured-image{position:absolute;top:0;bottom:0;left:0;right:0;z-index:1}.mega-menu--about .mega-menu__featured li .mega-menu__featured-image img{height:100%;width:100%;-o-object-fit:cover;object-fit:cover;vertical-align:top}.mega-menu__featured li span{position:relative;z-index:3}.mega-menu__featured-title{position:absolute;top:0;bottom:0;left:0;right:0;padding:16px;z-index:3;-ms-flex-line-pack:center;align-content:center;text-align:center}@-webkit-keyframes animateMenuOpen{0%{opacity:0;-webkit-transform:translateY(-1.5rem);transform:translateY(-1.5rem)}to{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes animateMenuOpen{0%{opacity:0;-webkit-transform:translateY(-1.5rem);transform:translateY(-1.5rem)}to{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}.overflow-hidden-mobile,.overflow-hidden-tablet,.overflow-hidden-desktop{overflow:hidden}.footer{background-color:#000;padding:120px 0}@media screen and (max-width:1216px){.footer{padding:80px 0}}@media screen and (max-width:768px){.footer{padding:48px 0}}.footer__grid{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:56px}@media screen and (max-width:1216px){.footer__grid{margin-bottom:36px}}@media screen and (max-width:768px){.footer__grid{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.footer__socials{display:-webkit-box;display:-ms-flexbox;display:flex;gap:16px;margin-bottom:16px}@media screen and (max-width:768px){.footer__socials{margin-bottom:0}}.footer__socials li a{color:#bbb;-webkit-transition:color .3s ease-in-out;transition:color .3s ease-in-out}.footer__socials li a:hover,.footer__socials li a:focus{color:#f0f953}.footer__socials li a .icon{height:24px;width:24px}.footer__info{max-width:338px;width:100%}@media screen and (max-width:1216px){.footer__info{max-width:280px}}@media screen and (max-width:768px){.footer__info{max-width:100%;padding-bottom:32px;border-bottom:1px solid #3c3c3c;margin-bottom:32px}}.footer__logo{display:inline-block;vertical-align:top;margin-bottom:16px;max-width:107px;width:100%}.footer__logo img{width:100%}.footer__text{font-size:.875rem;line-height:1.4;color:#9a9a9a;margin-bottom:16px}.footer__menus{padding:0;margin:0;max-width:420px;width:100%}@media screen and (max-width:768px){.footer__menus{max-width:100%}}.footer__menu{display:-webkit-box;display:-ms-flexbox;display:flex;gap:32px;padding:0;margin:0}@media screen and (max-width:768px){.footer__menu{-ms-flex-wrap:wrap;flex-wrap:wrap}}.footer__menu>li{width:100%;display:block;line-height:1}.footer__menu>li:nth-child(1){width:40%}.footer__menu>li:nth-child(2){width:30%}.footer__menu>li:nth-child(3){width:30%}@media screen and (max-width:768px){.footer__menu>li{min-width:130px;width:auto}}.footer__menu>li a{text-decoration:none;color:#9a9a9a;line-height:1.3}.footer__menu>li a:hover,.footer__menu>li a:focus{color:#f0f953}.footer__menu>li>a{text-transform:uppercase;font-weight:var(--font-body-weight-bold);color:#fff}.footer__menu>li>a:hover,.footer__menu>li>a:focus{color:#fff}.footer__menu>li ul{margin-top:16px}.footer__menu>li ul li{font-size:1rem;line-height:1.5;margin-bottom:8px}.footer__menu>li ul li a{display:block}.footer__bottom{text-align:center;font-weight:600;color:#9a9a9a}.footer__currency{margin-bottom:18px}.top-bar{background-color:#fff;color:#000;text-align:center;font-weight:600;font-size:.75rem;letter-spacing:.01em;padding:8px 0;line-height:1.3}.testimonials{background-color:#202020;position:relative;z-index:1;padding:130px 0}@media screen and (max-width:1216px){.testimonials{padding:80px 0}}@media screen and (max-width:768px){.testimonials{padding:48px 0}}.testimonials:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:#202020;background:-webkit-gradient(linear,left top,left bottom,from(rgba(32,32,32,0)),to(rgb(32,32,32)));background:linear-gradient(180deg,#20202000,#202020);z-index:-1}.testimonials .splide__pagination{position:static;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:6px;margin-top:40px}.testimonials .splide__pagination li{display:-webkit-box;display:-ms-flexbox;display:flex;line-height:1}.testimonials .splide__pagination .splide__pagination__page{height:6px;width:6px;margin:0;opacity:1;-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.testimonials .splide__pagination .splide__pagination__page.is-active{background-color:#12eff3;opacity:1;scale:1;height:8px;width:8px}.testimonials__bg{position:absolute;top:0;left:0;width:100%;height:100%;z-index:-2;background-size:cover;background-position:center;background-repeat:no-repeat;opacity:.15}.testimonial{height:100%;-webkit-box-shadow:0 15px 25px 5px rgba(0,0,0,.25);box-shadow:0 15px 25px 5px #00000040;display:-webkit-box;display:-ms-flexbox;display:flex}.testimonial__card{border:2px solid #12eff3;background-color:#202020;min-height:290px;padding:60px 20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-align:center}.testimonial__title{font-size:1.75rem;line-height:1.15;margin-bottom:12px;letter-spacing:-.01em;font-family:var(--font-heading-family);color:#fff;text-transform:uppercase;font-weight:400}.testimonial__content{color:#ddd;font-size:.875rem;line-height:1.4}.testimonial__author{margin-top:12px;font-weight:600;color:#9a9a9a}.template-page-404{padding:120px 0;text-align:center;min-height:680px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.template-page-404__sub-heading{margin-bottom:20px}.template-page-404__heading{margin-bottom:40px}.social-feeds{background-color:#000;padding:90px 0 80px;position:relative;z-index:3}.social-feeds:has(.social-feeds__header){padding-top:48px}.social-feeds .container{max-width:1034px}.social-feeds:before{content:"";position:absolute;left:0;right:0;bottom:calc(100% - 1px);background-image:url(https://cdn.shopify.com/s/files/1/0674/9687/0087/t/2/assets/latest-news-bottom-shape.svg);height:32px;background-position:center;background-repeat:repeat-x}.social-feeds:after{content:"";position:absolute;top:0;left:0;right:0;height:22px;background-image:url(https://cdn.shopify.com/s/files/1/0674/9687/0087/t/2/assets/social-feed-bottom-shape.svg);background-repeat:repeat-x;background-position:center bottom;top:calc(100% - 1px)}.social-feeds__header{margin-bottom:32px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:24px}.social-feeds__header .section-header__title{margin-bottom:0}.social-feeds__list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:16px}.social-feeds__list li{line-height:1}.social-feeds__list li a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;color:#f0f953;-webkit-transition:all .3s ease;transition:all .3s ease}.social-feeds__list li a:hover,.social-feeds__list li a:focus{color:#ff6456}.social-feeds__list li a .icon{height:32px;width:32px}.social-feeds__footer{text-align:center;margin-top:32px}.social-feeds__link{color:#f0f953;-webkit-transition:all .3s ease;transition:all .3s ease;font-size:1.375rem;line-height:1.3;font-weight:600;text-decoration:none}.social-feeds--orange .social-feeds__link{color:#ff6456}.social-feeds__link:hover,.social-feeds__link:focus{color:#ff6456}.social-feeds--orange .social-feeds__link:hover,.social-feeds--orange .social-feeds__link:focus{color:#f0f953}.social-feeds__body #insta-feed>h2{display:none}.shopify-policy__container{padding:120px 24px;max-width:1216px!important;width:100%}@media screen and (max-width:768px){.shopify-policy__container{padding:60px 24px}}.shopify-policy__title{margin-bottom:56px}@media screen and (max-width:768px){.shopify-policy__title{margin-bottom:24px}}.media-content+.quote-section{padding-top:60px}@media screen and (max-width:768px){.media-content+.quote-section{padding-top:20px}}.quote-section{background-color:#202020;padding:160px 0 20px}@media screen and (max-width:1024px){.quote-section{padding:100px 0 20px}}.quote-section__content{max-width:912px;text-align:center;margin:0 auto;color:#5d5d5d}@media screen and (max-width:768px){.quote-section__content{padding:0 20px}}.quote-section__content p{font-size:calc(4.5rem * var(--font-heading-scale));letter-spacing:-.02em;line-height:1.1;font-family:var(--font-heading-family)}@media screen and (max-width:1024px){.quote-section__content p{font-size:calc(3.5rem * var(--font-heading-scale))}}.quote-section__content .icon-quote{height:36px;width:58px;margin-bottom:20px;vertical-align:top}@media screen and (max-width:768px){.quote-section__content .icon-quote{width:30px;height:19px}}.products-section{padding:64px 0;overflow:hidden}@media screen and (max-width:768px){.products-section{padding:48px 0}}.products-section .container{max-width:1402px}.products-section--alt{padding:72px 0}@media screen and (max-width:1024px){.products-section--alt{padding:48px 0}}.products-section--alt .container{max-width:1462px}.products-section__header{margin-bottom:32px}.products-section--alt .products-section__header{margin-bottom:48px}@media screen and (max-width:768px){.products-section--alt .products-section__header{margin-bottom:60px}}.products-grid{display:-ms-grid;display:grid;-ms-grid-columns:(1fr)[4];grid-template-columns:repeat(4,1fr);gap:32px 43px}@media screen and (max-width:1216px){.products-grid{gap:32px}}@media screen and (max-width:1024px){.products-grid{-ms-grid-columns:(1fr)[3];grid-template-columns:repeat(3,1fr)}}@media screen and (max-width:768px){.products-grid{grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:32px 12px}}.products-section--alt .products-grid{gap:56px 24px}@media screen and (max-width:1216px){.products-section--alt .products-grid{gap:32px}}@media screen and (max-width:768px){.products-section--alt .products-grid{gap:32px 12px}}.products-item{position:relative;z-index:1;max-width:420px;width:100%;text-align:center}.products-item:has(.products-item__cover-link:hover,.products-item__cover-link:focus) .products-item__img-hover{opacity:1;visibility:visible}.products-item:has(.products-item__cover-link:hover,.products-item__cover-link:focus) .products-item__img-default{opacity:0;visibility:hidden}.products-item__img-default{opacity:1;visibility:visible}.products-item__img-hover{opacity:0;visibility:hidden}.products-item__title{font-size:1.75rem;letter-spacing:-.01em;line-height:1.15;font-family:var(--font-heading-family);font-weight:400;text-transform:uppercase;margin-bottom:6px;color:#202020;-webkit-transition:all .3s ease;transition:all .3s ease}.products-item:hover .products-item__title{color:#f2c94c}@media screen and (max-width:768px){.products-item__title{font-size:1.375rem}}.products-item__image{margin-bottom:12px;aspect-ratio:312/324;width:100%;height:auto;position:relative;z-index:1;overflow:hidden}.products-item__image img{-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;-webkit-transition:all .3s ease;transition:all .3s ease}.products-item__rating{margin-bottom:12px;line-height:1}.products-item__cover-link{position:absolute;display:block;top:0;bottom:0;left:0;right:0;z-index:1}.products-item__price{font-size:1.125rem;font-weight:600;line-height:1.3;letter-spacing:.01em;color:#202020}.products-section__footer{text-align:center;padding-top:44px}.products-section--alt .products-section__footer{padding-top:56px}@media screen and (max-width:768px){.products-section__footer{padding-top:32px}}.products-section__footer .pagination .page.current{color:#202020;border-color:#202020}.products-section__footer .pagination .page a:hover,.products-section__footer .pagination .page a:focus{color:#f2c94c}.products-section__footer .button--pink:hover,.products-section__footer .button--pink:focus{background-color:#f2c94c;color:#202020;border-color:#f2c94c}.pagination{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:4px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;font-family:var(--font-heading-family)}.pagination .page{line-height:1;display:inline-block;vertical-align:top}.pagination .page.current{padding:2px 6px;font-size:1rem;color:#c930ad;border-bottom:1px solid #c930ad}.pagination .page a{display:inline-block;vertical-align:top;padding:inherit;font-family:inherit;text-decoration:none;border-bottom:1px solid rgba(0,0,0,0);color:#9a9a9a;-webkit-transition:all .3s ease;transition:all .3s ease;line-height:1;padding:2px 6px}.pagination .page a:hover,.pagination .page a:focus{color:#c930ad;border-color:#c930ad}.pagination .prev,.pagination .next{display:-webkit-box;display:-ms-flexbox;color:#9a9a9a;background-color:#0000;border:none;cursor:pointer;padding:0;height:23px;width:18px;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;font-size:0;background-position:center calc(50% - 2px);background-repeat:no-repeat;background-size:8px;opacity:.7;-webkit-transition:all .3s ease;transition:all .3s ease;position:relative;z-index:1}.pagination .prev:hover,.pagination .prev:focus,.pagination .next:hover,.pagination .next:focus{color:#c930ad;opacity:1}.pagination .prev a,.pagination .next a{position:absolute;top:0;left:0;width:100%;height:100%;display:block}.pagination .prev{background-image:url("data:image/svg+xml,%3Csvg width='7' height='11' viewBox='0 0 7 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.985205 5.76485C0.839893 5.61953 0.839893 5.38047 0.985205 5.23516L5.4852 0.735159C5.63052 0.589847 5.86958 0.589847 6.01489 0.735159C6.1602 0.880472 6.1602 1.11953 6.01489 1.26485L1.77974 5.5L6.01489 9.73516C6.1602 9.88047 6.1602 10.1195 6.01489 10.2648C5.86958 10.4102 5.63052 10.4102 5.4852 10.2648L0.985205 5.76485Z' fill='%23202020'/%3E%3C/svg%3E%0A")}.news-articles__footer .pagination .prev{background-image:url("data:image/svg+xml,%3Csvg width='7' height='11' viewBox='0 0 7 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.985205 5.76485C0.839893 5.61953 0.839893 5.38047 0.985205 5.23516L5.4852 0.735159C5.63052 0.589847 5.86958 0.589847 6.01489 0.735159C6.1602 0.880472 6.1602 1.11953 6.01489 1.26485L1.77974 5.5L6.01489 9.73516C6.1602 9.88047 6.1602 10.1195 6.01489 10.2648C5.86958 10.4102 5.63052 10.4102 5.4852 10.2648L0.985205 5.76485Z' fill='%23ffffff'/%3E%3C/svg%3E%0A")}.pagination .next{background-image:url("data:image/svg+xml,%3Csvg width='7' height='11' viewBox='0 0 7 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Csvg width='8' height='13' viewBox='0 0 8 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_1078_5604)'%3E%3Cpath d='M7.01489 6.23516C7.1602 6.38047 7.1602 6.61953 7.01489 6.76485L2.51489 11.2648C2.36958 11.4102 2.13052 11.4102 1.98521 11.2648C1.83989 11.1195 1.83989 10.8805 1.98521 10.7352L6.22036 6.5L1.98521 2.26485C1.83989 2.11953 1.83989 1.88047 1.98521 1.73516C2.13052 1.58985 2.36958 1.58985 2.51489 1.73516L7.01489 6.23516Z' fill='%23202020'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1078_5604'%3E%3Crect width='7.5' height='12' fill='white' transform='translate(0 0.5)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%3C/svg%3E%0A")}.news-articles__footer .pagination .next{background-image:url("data:image/svg+xml,%3Csvg width='7' height='11' viewBox='0 0 7 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Csvg width='8' height='13' viewBox='0 0 8 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_1078_5604)'%3E%3Cpath d='M7.01489 6.23516C7.1602 6.38047 7.1602 6.61953 7.01489 6.76485L2.51489 11.2648C2.36958 11.4102 2.13052 11.4102 1.98521 11.2648C1.83989 11.1195 1.83989 10.8805 1.98521 10.7352L6.22036 6.5L1.98521 2.26485C1.83989 2.11953 1.83989 1.88047 1.98521 1.73516C2.13052 1.58985 2.36958 1.58985 2.51489 1.73516L7.01489 6.23516Z' fill='%23ffffff'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1078_5604'%3E%3Crect width='7.5' height='12' fill='white' transform='translate(0 0.5)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%3C/svg%3E%0A")}.products-features{background-color:#fff;padding:56px 0}@media screen and (max-width:768px){.products-features{padding:48px 0}}.products-features .container{max-width:1402px}@media screen and (max-width:768px){.products-features .container{padding:0 12px}}.products-features--overlap{position:relative;z-index:3}.products-features__header{margin-bottom:44px}@media screen and (max-width:768px){.products-features__header{margin-bottom:24px}}.products-features__slider.splide{visibility:visible!important}.products-features__slider .products-grid__item{margin-right:38px}@media screen and (max-width:1216px){.products-features__slider .products-grid__item{margin-right:24px}}@media screen and (max-width:660px){.products-features__slider .products-grid__item{width:auto;max-width:100%;margin-right:0}}@media screen and (max-width:660px){.products-features__slider .splide__slide__row{padding-bottom:20px!important}}.products-features__slider .splide__pagination{position:static;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:6px;margin-top:20px}.products-features__slider .splide__pagination li{display:-webkit-box;display:-ms-flexbox;display:flex;line-height:1}.products-features__slider .splide__pagination .splide__pagination__page{height:6px;width:6px;margin:0;opacity:1;-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.products-features__slider .splide__pagination .splide__pagination__page.is-active{background-color:#f2c94c;opacity:1;scale:1;height:8px;width:8px}.products-grid__row{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:38px 12px}.products-features__footer{text-align:center;margin-top:44px}@media screen and (max-width:768px){.products-features__slider--lg{display:none}}.products-features__slider--sm{display:none}@media screen and (max-width:768px){.products-features__slider--sm{display:block}}.product-detail{padding:40px 0}.product-detail .container{max-width:1464px}.product-detail .breadcrumbs{margin-bottom:32px;display:block!important}@media screen and (max-width:768px){.product-detail .breadcrumbs{margin-bottom:16px}}.product-detail__grid{display:-ms-grid;display:grid;gap:24px;-ms-grid-columns:calc(100% - 603px) 579px;grid-template-columns:calc(100% - 603px) 579px;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}@media screen and (max-width:1400px){.product-detail__grid{-ms-grid-columns:calc(100% - 444px) 420px;grid-template-columns:calc(100% - 444px) 420px}}@media screen and (max-width:960px){.product-detail__grid{-ms-grid-columns:1fr;grid-template-columns:1fr;max-width:480px;margin:0 auto}}.product-showcase{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;padding-left:117px;z-index:1;margin:0 auto}@media screen and (max-width:1024px){.product-showcase{-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse;gap:10px;width:100%;padding:0 2px;overflow:hidden}}@media screen and (max-width:480px){.product-showcase{padding:0 0 40px}}.product-showcase .splide__pagination{bottom:-16px!important;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:6px}.product-showcase .splide__pagination li{display:-webkit-box;display:-ms-flexbox;display:flex;line-height:1}.product-showcase .splide__pagination .splide__pagination__page{height:6px;width:6px;margin:0;opacity:1;-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.product-showcase .splide__pagination .splide__pagination__page.is-active{background-color:#f2c94c;opacity:1;scale:1;height:8px;width:8px}.product-thumbnail{width:101px;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;display:-webkit-box;display:-ms-flexbox;display:flex;position:absolute!important;top:0;bottom:0;left:0;z-index:2}@media screen and (max-width:1024px){.product-thumbnail{position:relative!important;width:calc(100% + 4px);left:-2px;-webkit-box-flex:unset;-ms-flex:unset;flex:unset}}@media screen and (max-width:480px){.product-thumbnail{display:none}}.product-thumbnail .splide__track{padding:2px!important}.product-thumbnail .splide__slide{border:none!important}.product-thumbnail .splide__slide.is-active{outline:2px solid #f2c94c}.product-thumbnail .splide__track{height:100%!important}@media screen and (max-width:1024px){.product-thumbnail .splide__track{height:auto!important;margin:0 auto}}.product-thumbnail__image{width:97px;aspect-ratio:1/1;background-color:#f7f7f7}.product-thumbnail__image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.product-main{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto}.product-main__image{aspect-ratio:1/1;background-color:#f7f7f7}.product-main__image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}.product-detail__content{width:100%;max-width:579px;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}@media screen and (max-width:1400px){.product-detail__content{max-width:420px}}@media screen and (max-width:960px){.product-detail__content{max-width:100%}}.product-detail__title{font-size:3rem;letter-spacing:-.02em;line-height:1.15;margin-bottom:5px}@media screen and (max-width:768px){.product-detail__title{font-size:2.5rem}}.price.product-detail__price{font-size:1.75rem;letter-spacing:-.01em;line-height:1.15;margin-bottom:12px;font-family:var(--font-heading-family)}@media screen and (max-width:768px){.price.product-detail__price{font-size:1.5rem}}.product-detail__content-header,.product-detail__cta{border-bottom:1px solid #ddd;padding-bottom:18px;margin-bottom:18px}.accordion{padding:14px 14px 0;border-width:1px 1px 0;border-style:solid;border-color:#ddd}.accordion:last-child{border-width:1px}.accordion__header{padding-bottom:12px;background-image:url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.60147 9.39839C5.82178 9.6187 6.17803 9.6187 6.396 9.39839L10.8983 4.89839C11.1187 4.67808 11.1187 4.32183 10.8983 4.10386C10.678 3.88589 10.3218 3.88355 10.1038 4.10386L6.00225 8.20542L1.89834 4.10151C1.67803 3.8812 1.32178 3.8812 1.10381 4.10151C0.885841 4.32183 0.883497 4.67808 1.10381 4.89604L5.60147 9.39839Z' fill='%23202020'/%3E%3C/svg%3E%0A");background-repeat:no-repeat;background-position:right calc(50% - 6px);background-size:12px;cursor:pointer}.accordion__title{font-size:.875rem;line-height:1.3;font-family:var(--font-body-family);font-weight:var(--font-body-weight-bold);text-transform:uppercase;letter-spacing:.02em;color:#202020}.accordion__body{color:#5d5d5d;font-size:.875rem;line-height:1.4;padding-bottom:14px}.accordion:not(:first-child) .accordion__body{display:none}.product-detail__info{padding:40px 0}.product-detail__accordions{border-top:1px solid #ddd;padding-top:18px;margin-top:18px}.product-form__input.product-form__input--pill .form__label{display:block;width:100%;position:relative;z-index:1}.product-form__size-image{font-size:.75rem;font-weight:600;line-height:1.3;letter-spacing:.01em;color:#202020;text-decoration:underline;text-transform:capitalize;-webkit-transition:color .3s ease;transition:color .3s ease;right:0;top:5px;z-index:1;position:absolute;display:inline-block;vertical-align:top;margin-top:0!important}.product-form__size-image:hover,.product-form__size-image:focus{color:#c930ad}.jdgm-write-rev-link.jdgm-write-rev-link:hover,.jdgm-write-rev-link.jdgm-write-rev-link:focus{background-color:#f2c94c!important;color:#202020!important;border-color:#f2c94c!important}.popup{position:fixed;top:0;bottom:0;left:0;right:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;z-index:999;background-color:#000000b3;opacity:0;visibility:hidden;pointer-events:none;-webkit-transition:all .3s ease;transition:all .3s ease}.popup.is-active{opacity:1;visibility:visible;pointer-events:all}.popup__wrapper{width:100%;overflow-y:auto;overflow-x:hidden;padding:20px;height:100%;text-align:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.newsletter-signup__wrapper{max-width:230px;margin:0 auto;width:100%}.popup__card{max-width:394px;position:relative;z-index:1;width:100%}.newsletter-signup{background-size:cover;background-position:center;background-repeat:no-repeat;min-height:456px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-line-pack:center;align-content:center;position:relative;z-index:1;margin:0 auto;padding:40px 20px}.newsletter-signup:after{content:"";background:#000;background:linear-gradient(49deg,#000 42%,#0000 83%);position:absolute;top:0;bottom:0;left:0;right:0;z-index:-1;opacity:.8}.newsletter-signup__back-shape{position:absolute;z-index:-1;width:631.26px;height:auto;max-width:none;-webkit-transform:rotate(-20.67deg);-ms-transform:rotate(-20.67deg);transform:rotate(-20.67deg);top:106px;left:-138px}.newsletter-signup__header,.newsletter-signup__body,.signup-form__footer{width:100%}.newsletter-signup__logo{margin-bottom:24px}.newsletter-signup__title{color:#fff;text-transform:uppercase;margin-bottom:24px;line-height:1.15}.signup-form__body .form-group{margin-bottom:8px}.signup-form__body .signup-form__input{height:40px}.signup-form__footer .button--yellow{background-color:#0000;width:100%;letter-spacing:-.01em;padding:7px 24px;line-height:1.2}.signup-form__footer .button--yellow:hover,.signup-form__footer .button--yellow:focus{background-color:#f0f953}.newsletter-signup__description{color:#f0f953}.newsletter{background-color:#202020;padding:120px 0 70px;overflow:hidden}.newsletter__body{position:relative;z-index:1}.newsletter__card{max-width:848px;width:100%;margin:0 auto;background-color:#000;padding:45px 52px;position:relative;z-index:1}@media screen and (max-width:540px){.newsletter__card{padding:58px 24px}}.newsletter__card:after,.newsletter__card:before{content:"";position:absolute;top:0;left:0;bottom:0}.newsletter__card:before{right:39.16%;z-index:-1;background:#000;background:-webkit-gradient(linear,left top,right top,color-stop(70%,rgb(0,0,0)),to(rgba(0,0,0,0)));background:linear-gradient(90deg,#000 70%,#0000)}.newsletter__card:after{background-repeat:no-repeat;background-position:right center;right:0;z-index:-2;opacity:.5}@media screen and (max-width:768px){.newsletter__card:after{background-position:calc(100% + 177px) center}}.newsletter__content{max-width:382px;width:100%}.newsletter__content .success-message{color:#000;margin-bottom:1rem;font-size:.875rem;line-height:1.1;padding:1rem;background-color:#fff;border-left:4px solid #ff6456}.newsletter__title{font-size:2.125rem;line-height:1.15;margin-bottom:12px;text-transform:uppercase;letter-spacing:-.01em;font-family:var(--font-heading-family);color:#fff}.newsletter__info{font-size:.875rem;line-height:1.4;font-weight:400;color:#f0f953;margin-bottom:12px}.newsletter__form .button--yellow{background-color:#0000;width:100%}.newsletter__form .button--yellow:hover,.newsletter__form .button--yellow:focus{background-color:#f0f953}.newsletter__card-footer{color:#9a9a9a;font-size:.75rem;line-height:1.3;letter-spacing:.01em;font-weight:600}.newsletter__splatter-shape{position:absolute;width:1187px;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);top:50%;left:50%;z-index:-1;max-width:none;pointer-events:none}@media screen and (max-width:1024px){.newsletter__splatter-shape{width:1034px}}@media screen and (max-width:768px){.newsletter__splatter-shape{top:22%}}.news-details{padding:0 0 160px}@media screen and (max-width:1216px){.news-details{padding-bottom:120px}}@media screen and (max-width:1024px){.news-details{padding-bottom:80px}}@media screen and (max-width:768px){.news-details{padding-bottom:54px}}.news-details .container{max-width:1222px}@media screen and (max-width:768px){.news-details .container{padding:0 32px}}.news-details__header{margin-top:80px}.page-navigation{padding:50px 0 20px;position:relative;z-index:1}.page-navigation:after{content:"";position:absolute;left:0;right:0;bottom:calc(100% - 1px);background-image:url(https://cdn.shopify.com/s/files/1/0674/9687/0087/t/2/assets/cta-bottom-shape.svg);background-repeat:repeat-x;background-position:center;height:35px;z-index:1}.page-navigation .container{max-width:1222px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media screen and (max-width:768px){.page-navigation .container{padding:0 32px;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}}.breadcrumbs{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;color:#5d5d5d;font-size:.75rem;letter-spacing:.01em;font-weight:600}@media screen and (max-width:1024px){.breadcrumbs{display:none}}.breadcrumbs li{display:inline-block}.breadcrumbs li:not(:last-child):after{content:"/";margin:0 8px}.breadcrumbs li.current{text-decoration:underline;color:#000}.breadcrumbs li a{color:inherit;display:inline-block;vertical-align:middle;text-decoration:none}.breadcrumbs li a:hover,.breadcrumbs li a:focus{text-decoration:underline}.news-details__navigation{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:8px;font-size:.75rem;letter-spacing:.01em;font-weight:600;color:#5d5d5d}.news-details__navigation li a{color:inherit;text-decoration:none}.news-details__navigation li a:hover,.news-details__navigation li a:focus{text-decoration:underline}.news-details__header{text-align:center;margin-bottom:80px}.news-details__title{font-size:calc(3.5rem * var(--font-heading-scale));letter-spacing:-.02em;font-family:var(--font-heading-family);margin-bottom:12px;line-height:1.1}@media screen and (max-width:1024px){.news-details__title{font-size:2.5rem}}.news-details__subtitle{font-size:1.75rem;letter-spacing:-.01em;line-height:1.15;font-family:var(--font-heading-family);color:#5d5d5d;margin-bottom:12px}@media screen and (max-width:1024px){.news-details__subtitle{font-size:1.375rem}}.news-details__date{font-weight:600;color:#9a9a9a;font-size:.875rem;letter-spacing:.02em;line-height:1.3}.news-articles{padding:72px 0 106px;background-color:#202020;position:relative;z-index:3}@media screen and (max-width:768px){.news-articles{padding-bottom:80px}}.news-articles:after{content:"";display:block;width:100%;height:25px;background-image:url(https://cdn.shopify.com/s/files/1/0674/9687/0087/t/2/assets/news-bottom-shape.svg);background-repeat:repeat-x;background-position:center;position:absolute;z-index:1;top:calc(100% - 1px)}.news-articles .container{max-width:1374px}@media screen and (max-width:768px){.news-articles .container{padding:0 32px}}.news-articles .news-item{color:#fff}.news-articles__header{margin-bottom:64px}.news-articles__grid{display:-ms-grid;display:grid;-ms-grid-columns:(1fr)[3];grid-template-columns:repeat(3,1fr);gap:62px 51px}@media screen and (max-width:1216px){.news-articles__grid{gap:50px 32px}}@media screen and (max-width:960px){.news-articles__grid{-ms-grid-columns:(1fr)[2];grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:580px){.news-articles__grid{-ms-grid-columns:(1fr)[1];grid-template-columns:repeat(1,1fr);gap:32px}}.news-articles__footer{margin-top:40px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:12px;text-align:center}.news-articles__pagination{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:12px;color:#bbb;width:100%;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;font-size:.875rem}.news-articles__pagination li a{display:inline-block;vertical-align:top;text-decoration:none;color:inherit;-webkit-transition:all .3s ease;transition:all .3s ease}.news-articles__pagination li a.current-page{color:#fff;font-weight:var(--font-body-weight-bold);text-decoration:underline}.news-articles__pagination li a:hover{text-decoration:underline;color:#fff}.news-articles__next-page{display:inline-block;vertical-align:top;text-decoration:none;color:#5d5d5d;-webkit-transition:all .3s ease;transition:all .3s ease}.news-articles__next-page:hover{color:#fff}.media-content{padding:80px 0;background-color:#202020;overflow:hidden}.media-content.media-content--alt{padding-bottom:120px}@media screen and (max-width:768px){.media-content.media-content--alt{padding-bottom:80px}}@media screen and (max-width:1024px){.media-content{padding:60px 0}}.media-content .container{max-width:1462px}.media-content__header{margin-bottom:40px;text-align:center}@media screen and (max-width:768px){.media-content__header{padding:0 20px;margin-bottom:20px}}.media-content__brands{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:15px;margin-bottom:32px}.media-content__brands li img{max-height:38px;width:auto}.media-content__main-heading{font-size:calc(4.5rem * var(--font-heading-scale));line-height:1.1;letter-spacing:-.02em;font-weight:400;font-family:var(--font-heading-family);display:inline-block;background:#fff;background:radial-gradient(circle,#fff 0% 30%,#dbdbdb 80%,#afafaf);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);color:#fff;margin-bottom:0;text-transform:uppercase}@media screen and (max-width:1024px){.media-content__main-heading{font-size:calc(3.5rem * var(--font-heading-scale))}}@media screen and (max-width:768px){.media-content__main-heading{max-width:316px}}.media-content__grid{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}@media screen and (max-width:768px){.media-content__grid{-ms-flex-wrap:wrap;flex-wrap:wrap}}.media-content--reverse .media-content__grid{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}@media screen and (max-width:768px){.media-content--alt .media-content__grid{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse;padding:0 20px}}.media-content__column{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:calc(50% - 11px)}@media screen and (max-width:1024px){.media-content__column{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}}@media screen and (max-width:768px){.media-content__column{width:100%}}@media screen and (max-width:768px){.media-content__column:first-child{padding:0 20px;margin-bottom:40px}.media-content--alt .media-content__column:first-child{padding:0}}.media-content__column:last-child{padding:55px 62px}@media screen and (max-width:1216px){.media-content__column:last-child{padding:32px 0 32px 40px}}@media screen and (max-width:1024px){.media-content__column:last-child{padding:32px 0 32px 30px}}@media screen and (max-width:1216px){.media-content--reverse .media-content__column:last-child{padding:32px 40px 32px 0}}@media screen and (max-width:1024px){.media-content--reverse .media-content__column:last-child{padding:32px 30px 32px 0}}.media-content__detail{max-width:457px;width:100%}.media-content__link{--color: #ff6456;margin-top:24px;color:var(--color);text-decoration:none;display:inline-block;vertical-align:top;-webkit-transition:all .3s ease;transition:all .3s ease;letter-spacing:.01em}.media-content--yellow .media-content__link{--color: #F0F953}.media-content__link:hover,.media-content__link:focus{color:#f0f953}.media-content--yellow .media-content__link:hover,.media-content--yellow .media-content__link:focus{color:#ff6456}.media-content__link span{text-decoration:underline}.media-content__title{--color: #ff6456;color:var(--color);font-size:1.75rem;letter-spacing:-.01em;line-height:1.15;font-family:var(--font-heading-family);font-weight:400;margin-bottom:24px}.media-content--yellow .media-content__title{--color: #F0F953}.media-content__hightlighted{font-size:1.375rem;line-height:1.3;margin-bottom:24px;color:#fff}.media-content__description{font-size:1rem;line-height:1.5;letter-spacing:.01em;color:#bbb}.media-content__description p:not(:last-child){margin-bottom:24px}.media-content__media{position:relative;z-index:1;background-color:#202020}.media-content__media:after,.media-content__media:before{content:"";left:0;right:0;position:absolute;z-index:1;pointer-events:none;background-size:cover;background-repeat:repeat-x;background-position:center}.media-content__media:after{background-image:url(https://cdn.shopify.com/s/files/1/0674/9687/0087/t/2/assets/media-card-shape-bottom.svg);bottom:-1px;height:15px}.media-content__media:before{background-image:url(https://cdn.shopify.com/s/files/1/0674/9687/0087/t/2/assets/media-card-shape-top.svg?);top:-1px;height:17px}.media-content__media .splide__pagination{bottom:47px}.media-content__media .splide__pagination__page{opacity:1;background-color:#bbb}.media-content__media .splide__pagination__page.is-active{background-color:#ff6456}.media-content--yellow .media-content__media .splide__pagination__page.is-active{background-color:#f0f953}.media-content__pattern{position:absolute;width:805px;height:248px;background-repeat:no-repeat;background-position:center;background-size:contain;aspect-ratio:805/248;-o-object-fit:contain;object-fit:contain}.media-content__media-wrap{position:relative;z-index:1}@media screen and (max-width:768px){.media-content__media-wrap{max-width:540px;margin-right:-20px}.media-content--reverse .media-content__media-wrap{margin-left:-20px;margin-right:0}.media-content--alt .media-content__media-wrap{margin:0}}.media-content__pattern{-webkit-transform:translateY(-50%) rotate(-70deg);-ms-transform:translateY(-50%) rotate(-70deg);transform:translateY(-50%) rotate(-70deg);top:calc(50% - 9px);right:13.2%;width:139.6%;height:auto}@media screen and (max-width:768px){.media-content__pattern{width:136%;top:calc(50% + 4px)}}.media-content--reverse .media-content__pattern{right:auto;left:13.2%}.media-content__pattern.media-content__pattern--bottom{width:105.09%;top:auto;bottom:-10.28%;left:-12.11%;-webkit-transform:rotate(-169.88deg);-ms-transform:rotate(-169.88deg);transform:rotate(-169.88deg);aspect-ratio:607.43/209.08;-o-object-fit:contain;object-fit:contain}.media-content__pattern.media-content__pattern--bottom-right{width:105.09%;right:-41.59%;bottom:23.189%;-webkit-transform:rotate(111.07deg);-ms-transform:rotate(111.07deg);transform:rotate(111.07deg);aspect-ratio:607.43/209.08;-o-object-fit:contain;object-fit:contain;top:auto;left:auto}.media-content__pattern--orange{background-image:url(https://cdn.shopify.com/s/files/1/0674/9687/0087/t/2/assets/media-pattern-orange.svg)}.media-content__pattern--yellow{background-image:url(https://cdn.shopify.com/s/files/1/0674/9687/0087/t/2/assets/media-pattern-yellow.svg)}.media-content__pattern--yellow-sm{background-image:url(https://cdn.shopify.com/s/files/1/0674/9687/0087/t/2/assets/media-pattern-yellow-sm.svg)}.logos-grid{background-color:#202020;text-align:center;padding:20px 0 32px}.logos-grid__intro{font-size:.875rem;font-weight:var(--font-body-weight-bold);color:#5d5d5d;margin-bottom:16px}.logos-grid__list{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin:0 auto;width:100%}.logos-grid__list li{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-right:62px}@media screen and (max-width:768px){.logos-grid__list li{margin-right:32px}}@media screen and (max-width:768px){.logos-grid__list img{max-width:55px}}.customer.register,.customer.login{padding:80px 0}@media screen and (max-width:768px){.customer.register,.customer.login{padding:56px 0}}.customer.register h2.form__message,.customer.login h2.form__message{font-size:1.5rem;margin-bottom:16px}.customer.register .form__message,.customer.login .form__message{font-size:.875rem;letter-spacing:0}.customer.register .form__message .icon,.customer.login .form__message .icon{margin-right:10px}.customer.register ul,.customer.login ul{padding:0;margin:0 0 24px}.customer.register ul li,.customer.login ul li{margin-bottom:6px}.customer.register ul li a,.customer.login ul li a{font-size:.875rem;letter-spacing:0;color:#000;text-decoration:underline}.customer.register ul li a:hover,.customer.register ul li a:focus,.customer.login ul li a:hover,.customer.login ul li a:focus{color:#c930ad}.customer.register form .field,.customer.login form .field{margin-top:16px}.customer.register form .field .field__input,.customer.register form .field .select__select,.customer.register form .field .field input,.customer.register form .field select,.customer.login form .field .field__input,.customer.login form .field .select__select,.customer.login form .field .field input,.customer.login form .field select{font-size:.875rem;letter-spacing:0;height:48px;padding:0 20px;border-radius:2px}.customer.register form .field .field__input:checked+label,.customer.register form .field .field__input:focus+label,.customer.register form .field .select__select:checked+label,.customer.register form .field .select__select:focus+label,.customer.register form .field .field input:checked+label,.customer.register form .field .field input:focus+label,.customer.register form .field select:checked+label,.customer.register form .field select:focus+label,.customer.login form .field .field__input:checked+label,.customer.login form .field .field__input:focus+label,.customer.login form .field .select__select:checked+label,.customer.login form .field .select__select:focus+label,.customer.login form .field .field input:checked+label,.customer.login form .field .field input:focus+label,.customer.login form .field select:checked+label,.customer.login form .field select:focus+label{left:20px;font-size:12px;top:10px;letter-spacing:0}.customer.register form .field .field__input:focus,.customer.register form .field .select__select:focus,.customer.register form .field .field input:focus,.customer.register form .field select:focus,.customer.login form .field .field__input:focus,.customer.login form .field .select__select:focus,.customer.login form .field .field input:focus,.customer.login form .field select:focus{padding:0 20px}.customer.register form .field .field__input:hover,.customer.register form .field .field__input:focus,.customer.register form .field .select__select:hover,.customer.register form .field .select__select:focus,.customer.register form .field .field input:hover,.customer.register form .field .field input:focus,.customer.register form .field select:hover,.customer.register form .field select:focus,.customer.login form .field .field__input:hover,.customer.login form .field .field__input:focus,.customer.login form .field .select__select:hover,.customer.login form .field .select__select:focus,.customer.login form .field .field input:hover,.customer.login form .field .field input:focus,.customer.login form .field select:hover,.customer.login form .field select:focus{-webkit-box-shadow:none;box-shadow:none}.customer.register form .field .field__input~label,.customer.register form .field .select__select~label,.customer.register form .field .field input~label,.customer.register form .field select~label,.customer.login form .field .field__input~label,.customer.login form .field .select__select~label,.customer.login form .field .field input~label,.customer.login form .field select~label{font-size:.875rem;font-size:14px;left:25px;top:14px;margin-bottom:0;letter-spacing:0;line-height:1.5}.customer.register form button,.customer.login form button{font-family:var(--font-body-family);text-transform:uppercase;color:#fff;-webkit-transition:all .3s ease;transition:all .3s ease;display:inline-block;vertical-align:top;text-decoration:none;border:3px solid rgba(0,0,0,0);padding:7px 15px;font-family:var(--font-heading-family);font-size:calc(1.5rem * var(--font-heading-scale));letter-spacing:-.01em;border-color:#c930ad;color:#c930ad;background:#0000;min-width:180px}.customer.register form button:hover,.customer.register form button:focus,.customer.login form button:hover,.customer.login form button:focus{color:#fff;background-color:#c930ad}.customer.register a,.customer.login a{font-size:1rem;letter-spacing:0;color:#000;text-decoration:underline}.customer.register a:hover,.customer.register a:focus,.customer.login a:hover,.customer.login a:focus{color:#c930ad}.latest-news{background-color:#202020;color:#fff;padding:48px 0 80px;position:relative;z-index:1}.latest-news .container{max-width:1436px}.latest-news+.newsletter{padding-top:40px}.latest-news__header{margin-bottom:32px}.latest-news__slider{padding:0 51px}.latest-news__slider .splide__arrow{background-color:#0000;color:#ff6456;top:50%;-webkit-transition:all .3s ease;transition:all .3s ease;width:32px;height:32px}.latest-news__slider .splide__arrow.splide__arrow--prev{-webkit-transform:translateY(-50%) rotate(180deg);-ms-transform:translateY(-50%) rotate(180deg);transform:translateY(-50%) rotate(180deg);left:0}.latest-news__slider .splide__arrow.splide__arrow--next{right:0}.latest-news__slider .splide__arrow .icon{width:32px;height:32px;color:#12eff3;fill:currentColor}.news-item{position:relative;z-index:1}.news-item__cover-link{position:absolute;display:block;top:0;bottom:0;left:0;right:0;z-index:1}.latest-news__body:not(:last-child){margin-bottom:32px}.news-item__image{margin-bottom:24px}.news-item__image img{width:100%;aspect-ratio:411/268;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}.news-item__title{font-size:1.75rem;letter-spacing:-.01em;font-family:var(--font-heading-family);margin-bottom:12px;line-height:1.15;-webkit-transition:color .3s ease;transition:color .3s ease}@media screen and (max-width:1024px){.news-item__title{font-size:1.375rem}}.news-item:hover .news-item__title{color:#12eff3}.news-item__description{font-size:.875rem;line-height:1.4;color:#bbb;margin-bottom:12px}.news-item__date{text-transform:uppercase;color:#5d5d5d;font-size:.75rem;font-weight:600}.latest-news__footer{text-align:center}.hero-interior{min-height:494px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;background-color:#202020;background-repeat:no-repeat;background-position:center;background-size:cover;padding:100px 20px;position:relative;z-index:1}@media screen and (max-width:768px){.hero-interior{min-height:374px;padding:50px 20px}}.hero-interior:before{content:"";position:absolute;right:0;left:0;bottom:0;top:0;background:#000;background:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.35)),to(rgba(0,0,0,.75)));background:linear-gradient(180deg,#00000059,#000000bf);z-index:-1}.hero-interior__content{text-align:center;max-width:540px;margin:0 auto;width:100%}.hero-interior__title{font-size:calc(3.5rem * var(--font-heading-scale));line-height:1.1;letter-spacing:-.02em;font-weight:400;font-family:var(--font-heading-family);display:inline-block;background:#fff;background:radial-gradient(circle,#fff 0% 30%,#dbdbdb 80%,#afafaf);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);color:#fff;margin-bottom:9px;text-transform:uppercase}@media screen and (max-width:1024px){.hero-interior__title{font-size:2.5rem}}.hero-interior__text{font-size:1.125rem;line-height:1.3;color:#fff;letter-spacing:.01em;font-weight:600}.founder-quotes{background-color:#202020;padding-bottom:40px}.founder-quotes .container{max-width:1042px}@media screen and (max-width:768px){.founder-quotes .container{padding:0 32px}}.founder-quotes__header{text-align:center;color:#5d5d5d;margin-bottom:72px}@media screen and (max-width:1024px){.founder-quotes__header{margin-bottom:56px}}.founder-quotes__header .icon-quote{height:22px;width:36px;margin-bottom:23px}@media screen and (max-width:1024px){.founder-quotes__header .icon-quote{width:30px;height:18px}}.founder-quotes__title{font-size:calc(3.5rem * var(--font-heading-scale));letter-spacing:-.02em;font-family:var(--font-heading-family);line-height:1.1;color:#5d5d5d}@media screen and (max-width:1024px){.founder-quotes__title{font-size:2.5rem}}.founder-quotes__grid{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:30px}@media screen and (max-width:768px){.founder-quotes__grid{-ms-flex-wrap:wrap;flex-wrap:wrap;gap:48px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}.founder-quotes__column{max-width:458px;width:100%}.founder-quotes__image{position:relative;z-index:1;background-color:#202020;margin-bottom:46px}@media screen and (max-width:768px){.founder-quotes__image{margin-bottom:24px}}.founder-quotes__image:after,.founder-quotes__image:before{content:"";left:0;right:0;position:absolute;z-index:1;pointer-events:none;background-size:cover;background-repeat:repeat-x;background-position:center}.founder-quotes__image:after{background-image:url(https://cdn.shopify.com/s/files/1/0674/9687/0087/t/2/assets/media-card-shape-bottom.svg);bottom:-1px;height:15px}.founder-quotes__image:before{background-image:url(https://cdn.shopify.com/s/files/1/0674/9687/0087/t/2/assets/media-card-shape-top.svg?);top:-1px;height:17px}.founder-quotes__name{font-size:1.75rem;line-height:1.15;font-family:var(--font-heading-family);color:#f0f953;margin-bottom:26px}@media screen and (max-width:768px){.founder-quotes__name{font-size:1.375rem}}.founder-quotes__description{color:#bbb;font-size:1rem;line-height:1.5;letter-spacing:.01em}.founder-quotes__description p:not(:last-child){margin-bottom:24px}.fighters-section{background-color:#202020;padding:56px 0;position:relative;z-index:2}@media screen and (max-width:768px){.fighters-section{padding:48px 0}}@media screen and (max-width:768px){.fighters-section+.newsletter{padding-top:80px}}.fighters-section:after{content:"";position:absolute;left:0;right:0;top:calc(100% - 1px);background-image:url(https://cdn.shopify.com/s/files/1/0674/9687/0087/t/2/assets/fighter-bottom-shape.svg);height:35px;background-position:center;background-repeat:repeat-x}@media screen and (max-width:768px){.fighters-section .container{padding:0 12px}}.fighters-section .splide__pagination{position:static;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:6px;margin-top:24px}.fighters-section .splide__pagination li{display:-webkit-box;display:-ms-flexbox;display:flex;line-height:1}.fighters-section .splide__pagination .splide__pagination__page{height:6px;width:6px;margin:0;opacity:1;-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.fighters-section .splide__pagination .splide__pagination__page.is-active{background-color:#ff6456;opacity:1;scale:1;height:8px;width:8px}.fighters-section__header{margin-bottom:40px}.fighters-section__slider{padding:0 51px}@media screen and (max-width:768px){.fighters-section__slider{padding:0}}.fighters-section__slider .splide__track{margin:0 -9px}@media screen and (max-width:768px){.fighters-section__slider .splide__track{margin:0 -6px}}.fighters-section__slider .splide__arrow{background-color:#0000;color:#ff6456;top:calc(50% + 35px);-webkit-transition:all .3s ease;transition:all .3s ease;width:32px;height:32px}.fighters-section__slider .splide__arrow.splide__arrow--prev{-webkit-transform:translateY(-50%) rotate(180deg);-ms-transform:translateY(-50%) rotate(180deg);transform:translateY(-50%) rotate(180deg);left:0}.fighters-section__slider .splide__arrow.splide__arrow--next{right:0}.fighters-section__slider .splide__arrow .icon{width:32px;height:32px;color:#ff6456;fill:currentColor}.fighters-section__slider .splide__slide{display:-webkit-box;display:-ms-flexbox;display:flex}.fighter-item{color:#fff;padding:0 9px;position:relative;z-index:1;width:100%;overflow:hidden}@media screen and (max-width:768px){.fighter-item{padding:0 6px}}.fighter-item:has(.fighter-item__cover-link:hover,.fighter-item__cover-link:focus):after{opacity:1}.fighter-item:after{content:"";position:absolute;bottom:0;left:9px;right:9px;height:6px;background-color:#ff6456;z-index:1;opacity:0;-webkit-transition:all .3s ease;transition:all .3s ease}.fighters-section--alt .fighter-item:after{left:0;right:0}.fighters-section--alt .fighter-item{padding:0}@media screen and (max-width:540px){.fighters-section--alt .fighter-item{max-width:320px;margin:0 auto}}.fighter-item__badge{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#f2c94c;gap:8px;position:absolute;bottom:calc(100% + 12px);left:0;font-size:.75rem;line-height:1.3;letter-spacing:.01em}.fighter-item__badge .icon{height:12px;width:23px}.fighter-item__thumbnail{position:relative;z-index:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.fighter-item__thumbnail img{position:relative;z-index:1}.fighter-item__thumbnail:before{content:"";position:absolute;top:70px;left:0;right:0;bottom:0;background-color:#000;z-index:1}.fighter-item__thumbnail:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:40%;background:#fff;background:-webkit-gradient(linear,left top,left bottom,from(rgba(255,255,255,0)),to(rgb(0,0,0)));background:linear-gradient(180deg,#fff0,#000);z-index:2;pointer-events:none}.fighter-item__body{background-color:#000;padding:0 32px 24px;height:100%}@media screen and (max-width:768px){.fighter-item__body{padding:16px 12px}}.fighter-item__details{font-size:.75rem;font-weight:600;line-height:1.3;letter-spacing:.01em;color:#ddd;margin-bottom:12px;position:relative;z-index:1}.fighter-item__title{font-size:1.75rem;line-height:1.15;font-family:var(--font-heading-family);letter-spacing:-.01em;color:#fff;font-weight:400;-webkit-transition:all .3s ease;transition:all .3s ease}@media screen and (max-width:768px){.fighter-item__title{font-size:1.5rem}}.fighter-item:has(.fighter-item__cover-link):hover .fighter-item__title{color:#ff6456}.fighter-item__stats{display:block;font-size:1.75rem;line-height:1.15;font-family:var(--font-heading-family);letter-spacing:-.01em;color:#fff;font-weight:400}.fighters-section__footer{margin-top:40px;text-align:center}@media screen and (max-width:768px){.fighters-section__footer{margin-top:24px}}.fighter-item__cover-link{position:absolute;display:block;top:0;bottom:0;left:0;right:0;z-index:1}.fighters-section__grid{visibility:visible!important}.fighters-section__grid .splide__list{display:-ms-grid!important;display:grid!important;gap:12px;-ms-grid-columns:(1fr)[2];grid-template-columns:repeat(2,1fr)}@media screen and (min-width:769px){.fighters-section__grid .splide__list{gap:20px;-ms-grid-columns:(1fr)[3];grid-template-columns:repeat(3,1fr)}}@media screen and (min-width:840px){.fighters-section__grid .splide__list{gap:24px}}@media screen and (min-width:1220px){.fighters-section__grid .splide__list{-ms-grid-columns:(1fr)[4];grid-template-columns:repeat(4,1fr);gap:44px 27px}}.fighters-section__grid .splide__list .splide__slide{display:-webkit-box;display:-ms-flexbox;display:flex}.fighter-promo{position:relative;z-index:1;background-size:cover;background-position:center;background-repeat:no-repeat;padding:124px 0}@media screen and (max-width:768px){.fighter-promo{padding:80px 0 48px}}.fighter-promo:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-color:#000000bf;z-index:-1}.fighter-promo__header{text-align:center;max-width:790px;margin:0 auto}.fighter-promo__social-title{font-size:1.75rem;font-family:var(--font-heading-family);color:#fff;letter-spacing:-.01em;margin-bottom:12px;display:block;line-height:1.15}.fighter-promo__socials{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:20px;margin-bottom:56px}.fighter-promo__socials li a{display:inline-block;color:#ff6456;-webkit-transition:all .3s ease;transition:all .3s ease}.fighter-promo__socials li a .icon{height:32px;width:32px}.fighter-promo__socials li a:hover,.fighter-promo__socials li a:focus{color:#f0f953}.fighter-promo__quote{font-size:3rem;font-family:var(--font-heading-family);line-height:1.15;letter-spacing:-.02em;color:#fff}@media screen and (max-width:768px){.fighter-promo__quote{font-size:2.5rem}}.fighter-promo__quote span{color:#ff6456}.fighter-promo__video{border:1px solid #ff6456;padding:6px;margin-top:100px;position:relative;z-index:1}@media screen and (max-width:1024px){.fighter-promo__video{margin-top:60px}}@media screen and (max-width:768px){.fighter-promo__video{margin-top:40px;padding:0 2px}}.fighter-promo__video-iframe{aspect-ratio:928/526;width:100%;vertical-align:top;height:auto;background-color:#202020}@media screen and (max-width:768px){.fighter-promo__video-iframe{aspect-ratio:348/230}}.fighter-promo__video-overlay{--offset: 6px;position:absolute;top:var(--offset);bottom:var(--offset);right:var(--offset);left:var(--offset);z-index:1;background-size:cover;background-position:center;background-repeat:no-repeat;-webkit-transition:all .3s ease;transition:all .3s ease}.is-playing .fighter-promo__video-overlay{opacity:0;pointer-events:none}.fighter-promo__video-overlay:after{content:"";position:absolute;top:0;bottom:0;right:0;left:0;background-color:#0003;z-index:1}.fighter-promo__video-play{position:absolute;height:72px;width:72px;color:#ff6456;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);z-index:2;padding:0;border:none;background-color:#0000;-webkit-transition:all .3s ease;transition:all .3s ease}.is-playing .fighter-promo__video-play{opacity:0;pointer-events:none}.fighter-promo__video-play .icon{height:72px;width:72px}@media screen and (max-width:768px){.fighter-promo__video-play .icon{height:46px;width:46px}}.fighter-promo__video-play:hover{color:#f0f953}.fighter-hero{position:relative;z-index:1;overflow:hidden;min-height:649px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;padding:100px 20px 56px}.fighter-hero:before{content:"";position:absolute;right:0;left:0;bottom:0;top:0;background:#202020;background:-webkit-gradient(linear,left top,left bottom,from(rgba(32,32,32,0)),color-stop(60%,rgba(32,32,32,.3)),to(rgba(32,32,32,.7)));background:linear-gradient(180deg,#20202000,#2020204d 60%,#202020b3);z-index:-1}.fighter-hero__badge{position:absolute;top:50px;left:40px;z-index:1;color:#f2c94c;display:-webkit-box;display:-ms-flexbox;display:flex;gap:12px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:.875rem;letter-spacing:.02em;font-weight:600;line-height:1.3}@media screen and (max-width:768px){.fighter-hero__badge{top:20px;left:20px}}.fighter-hero__badge .icon{width:26px;height:14px}.fighter-hero__bg{position:absolute;left:0;top:0;background-size:cover;background-position:center;background-repeat:no-repeat;z-index:-3;height:120%;width:100%}@media screen and (max-width:768px){.fighter-hero__bg{height:100%}}.fighter-hero__content{text-align:center}.fighter-hero__stats{font-size:2.125rem;font-family:var(--font-heading-family);font-weight:400;line-height:1.15;letter-spacing:-.01em;color:#fff;background-image:url(https://cdn.shopify.com/s/files/1/0674/9687/0087/t/2/assets/stats-shape.svg);background-size:contain;background-position:center;background-repeat:no-repeat;padding:10px 34px}.fighter-hero__name{font-size:6.625rem;letter-spacing:-.01em;font-family:var(--font-heading-family);text-transform:uppercase;position:relative;z-index:1;display:inline-block;margin-bottom:8px;line-height:1;background:#fff;background:radial-gradient(circle,#fff 0% 30%,#dbdbdb 80%,#afafaf);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);color:#fff}@media screen and (max-width:1216px){.fighter-hero__name{font-size:4.75rem;margin-bottom:4px}}.fighter-hero__nickname{font-size:1.75rem;font-family:var(--font-heading-family);font-weight:400;line-height:1.15;letter-spacing:-.01em;color:#fff;color:#ff6456;margin-bottom:32px}@media screen and (max-width:1216px){.fighter-hero__nickname{font-size:1.375rem;margin-bottom:24px}}.fighter-hero__stats-list{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:6px 32px;font-size:.875rem;color:#ddd;margin:0;padding:0;text-transform:uppercase;line-height:1.4;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}@media screen and (max-width:768px){.fighter-hero__stats-list{gap:6px 16px}}.fighter-hero__stats-list li{line-height:inherit}.cta-section{position:relative;z-index:1;aspect-ratio:16/5;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-size:cover;background-position:center;background-repeat:no-repeat;overflow:hidden;background-attachment:fixed}@media screen and (max-width:1024px){.cta-section{background-size:auto 150%;background-attachment:unset}}@media screen and (max-width:1600px){.cta-section{aspect-ratio:auto}}.cta-section .container{padding-top:266px;padding-bottom:266px}@media screen and (max-width:768px){.cta-section .container{padding-top:173px;padding-bottom:173px}}.cta-section:after,.cta-section:before{content:"";position:absolute;left:0;right:0;pointer-events:none}.cta-section:after{top:0;bottom:0;background-color:#000;opacity:.4;z-index:-1}.cta-section:has(.cta-section--shape-dark):before{background-image:url(https://cdn.shopify.com/s/files/1/0674/9687/0087/t/2/assets/cta-bottom-shape-gray.svg)}.cta-section:has(.cta-section--no-shape){padding-bottom:48px}.cta-section:has(.cta-section--no-shape):before{display:none!important}.cta-section:before{bottom:0;background-image:url(https://cdn.shopify.com/s/files/1/0674/9687/0087/t/2/assets/cta-bottom-shape.svg);background-repeat:repeat-x;height:35px;z-index:1;background-position:center}.cta-section__content{text-align:center;color:#fff}.cta-section__content .button{color:#f0f953}.cta-section__title{font-size:calc(4.5rem * var(--font-heading-scale));letter-spacing:-.01em;line-height:1.1;text-transform:uppercase;font-family:var(--font-heading-family);margin-bottom:4px}@media screen and (max-width:1216px){.cta-section__title{font-size:calc(3.5rem * var(--font-heading-scale))}}.cta-section__description{font-size:1.125rem;line-height:1.3;letter-spacing:.02em;font-weight:var(--font-body-weight-bold);margin-bottom:30px}.cta-section--video{position:relative;z-index:1;overflow:hidden}.cta-section--video .cta-section__video-container{position:absolute;top:0;left:0;width:100%;height:100%;z-index:-1}.cta-section--video .cta-section__video-bg{position:absolute;top:0;left:0;width:100%;min-height:100vh;-o-object-fit:cover;object-fit:cover;z-index:-1}.cta-section--video .cta-section__video-iframe{-o-object-fit:cover;position:absolute;top:50%;left:50%;width:auto;min-width:140vw;height:auto;min-height:180vh;pointer-events:none;aspect-ratio:1/1;z-index:-1;object-fit:cover;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}@media screen and (max-width:767px){.cta-section--video .cta-section__video-iframe{aspect-ratio:auto}}.cta-section--video{aspect-ratio:16/6.5}@media screen and (max-width:1600px){.cta-section--video{aspect-ratio:auto}}.contact-block{padding:72px 0 140px;position:relative;z-index:1}@media screen and (max-width:768px){.contact-block{padding-bottom:80px}}.contact-block:after{content:"";position:absolute;left:0;right:0;top:calc(100% - 1px);background-image:url(https://cdn.shopify.com/s/files/1/0674/9687/0087/t/2/assets/cta-bottom-shape.svg);background-repeat:repeat-x;background-position:center;height:35px;z-index:1;-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.contact-block .container{max-width:740px}@media screen and (max-width:768px){.contact-block .container{padding:0 32px}}.contact-block .success-message{margin:42px auto;font-family:var(--font-heading-family);font-size:1.75rem;letter-spacing:-.01em;text-align:center;color:#c930ad;max-width:320px;width:100%;line-height:1.1428571429}.contact-block__header{max-width:617px;margin-bottom:42px}@media screen and (max-width:768px){.contact-block__header{max-width:294px;margin-bottom:32px}}.contact-block__header .section-header__title{margin-bottom:24px}.contact-block__header .section-header__description{color:#5d5d5d}.contact-form__footer{text-align:center}.column-content{background-color:#000;padding:140px 0;position:relative;z-index:3}@media screen and (max-width:1216px){.column-content{padding:100px 0}}@media screen and (max-width:1024px){.column-content{padding:80px 0}}.column-content:before{content:"";position:absolute;left:0;right:0;bottom:calc(100% - 1px);background-image:url(https://cdn.shopify.com/s/files/1/0674/9687/0087/t/2/assets/latest-news-bottom-shape.svg);height:32px;background-position:center;background-repeat:repeat-x}.column-content:after{content:"";position:absolute;left:0;right:0;height:32px;background-image:url(https://cdn.shopify.com/s/files/1/0674/9687/0087/t/2/assets/latest-news-bottom-shape.svg);background-repeat:repeat-x;-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg);background-position:center bottom;top:calc(100% - 1px)}.column-content .container{max-width:1322px}.column-content__grid{display:-ms-grid;display:grid;-ms-grid-columns:(1fr)[3];grid-template-columns:repeat(3,1fr);gap:40px}@media screen and (max-width:1024px){.column-content__grid{gap:24px}}@media screen and (max-width:768px){.column-content__grid{gap:72px 24px;-ms-grid-columns:(1fr)[1];grid-template-columns:repeat(1,1fr)}}.column-content__column{text-align:center;padding:0 32px}@media screen and (max-width:1216px){.column-content__column{padding:0}}.column-content__title{font-size:2.125rem;line-height:1;background-image:url(https://cdn.shopify.com/s/files/1/0674/9687/0087/t/2/assets/title-pattern-yellow.svg);background-size:contain;background-position:center;background-repeat:no-repeat;display:inline-block;font-weight:400;font-family:var(--font-heading-family);color:#000;text-transform:uppercase;min-width:248px;padding:23px 30px;text-align:center;margin-bottom:40px}@media screen and (max-width:1024px){.column-content__title{font-size:1.75rem;padding:17px 30px;margin-bottom:24px;min-width:200px}}@media screen and (max-width:768px){.column-content__title{min-width:248px}}.column-content__description{font-size:1.375rem;line-height:1.3;color:#ddd;max-width:336px;margin:0 auto;width:100%}@media screen and (max-width:1024px){.column-content__description{font-size:1.125rem}}@media screen and (max-width:768px){.column-content__description{font-size:1.375rem}}.hero{position:relative;z-index:1}.hero:after{content:"";background-image:url(https://cdn.shopify.com/s/files/1/0674/9687/0087/t/2/assets/hero-bottom-shape.svg);left:0;right:0;height:23px;bottom:-1px;position:absolute;z-index:1;pointer-events:none;background-position:center bottom}.hero--slider .splide__slide{width:100%}.hero--slider .splide__pagination{bottom:2em}.hero__item{background-size:cover;background-position:center;background-repeat:no-repeat;position:relative;z-index:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;aspect-ratio:1512/650;min-height:696px;width:auto;height:auto}@media screen and (max-width:1512px){.hero__item{width:100%;aspect-ratio:unset}}@media screen and (max-width:768px){.hero__item{min-height:635px}}.hero__item:before{content:none;position:absolute;top:0;left:0;right:0;bottom:0;z-index:-1;background-color:#0000004d}.hero__image{position:absolute;top:0;bottom:0;left:0;right:0;z-index:-2}.hero__image img{height:100%;width:100%;-o-object-fit:cover;object-fit:cover}.hero__content{padding:100px 20px;margin:0 auto;max-width:1216px;text-align:center;color:#fff;width:100%;-ms-flex-item-align:center;-ms-grid-row-align:center;align-self:center}@media screen and (max-width:768px){.hero__content{padding:60px 20px}}.hero__title{font-size:calc(4.5rem * var(--font-heading-scale));letter-spacing:-.01em;font-family:var(--font-heading-family);text-transform:uppercase;position:relative;z-index:1;display:inline-block;margin-bottom:4px;line-height:1.1;background:#fff;background:radial-gradient(circle,#fff 0% 30%,#dbdbdb 80%,#afafaf);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);color:#fff}@media screen and (max-width:1216px){.hero__title{font-size:calc(3.5rem * var(--font-heading-scale));margin-bottom:4px}}.hero__description{margin-bottom:24px;letter-spacing:.01em}@media screen and (max-width:768px){.hero__description{max-width:325px;margin:0 auto 24px}}.header .main-menu>li>a,.header .main-menu>li>a:visited{color:#fff!important}.header .main-menu>li>a:hover,.header .main-menu>li>a:focus,.header .main-menu>li:hover>a{color:#8b3dff!important}@media screen and (max-width:989px){.nav-main,.nav-main a,.nav-main button,.nav-main summary,.nav-main .main-menu a,.nav-main .main-menu__item,.nav-main .header__menu-item,.nav-main .menu-drawer__menu-item{color:#111!important;-webkit-text-fill-color:#111111!important}.nav-main svg,.nav-main .icon,.nav-main path{color:#111!important;fill:#111!important;stroke:#111!important}}.hero__content--align-left{text-align:left}@media screen and (max-width:768px){.hero__content--align-left .hero__description{margin:0 0 24px}}
/*# sourceMappingURL=/cdn/shop/t/19/assets/style.css.map */
