@import"https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Manrope:wght@200..800&display=swap";body{font-family:Manrope,sans-serif;background-color:#101117!important;color:#a9abb1;font-size:18px}p{margin:0}a{text-decoration:none}.h1,.h2,.h3,.h4,.h5,h1,h2,h3,h4,h5{font-family:Barlow Condensed,sans-serif;margin:0;color:#fff}.h1,h1{font-size:92px;line-height:unset}.h2,h2{font-size:48px;line-height:60px;font-weight:600}.h3,h3{font-size:30px;line-height:38px;font-weight:600}.h4,h4{font-size:22px;line-height:30px;font-weight:600}@media(min-width:1400px){.container{max-width:1240px}}.main{min-height:100vh}.container{padding:0 12px}.text-theme{color:#e3602b}.theme-button{display:inline-flex;justify-content:center;align-items:center;gap:8px;border:1px solid #e3602b;box-shadow:0 1px 2px #1018280d;cursor:pointer;background-color:#e3602b;padding:12px 20px;border-radius:8px;transition:background-color .2s ease;color:#fff;font-size:16px;font-weight:500;line-height:24px;letter-spacing:-.32px}.theme-button:hover{background-color:#d55426;color:#fff}.theme-button:focus{outline:0;box-shadow:0 0 0 2px #101117,0 0 0 4px #e3602b}.header{border-bottom:1px solid #1f222a;height:76px;padding:10px 0;display:flex;align-items:center;justify-content:center}.navbar{padding:0;width:100%}.navbar-collapse{flex-grow:unset}.header .logo{width:220px}.header .nav-item:not(:last-child){margin-right:8px}.header .nav-item .nav-link{padding:10px 18px;font-size:16px;font-weight:500;color:#667085;letter-spacing:-.32px;border:1px solid transparent;border-radius:8px}.header .nav-item .nav-link:hover,.header .nav-item .nav-link.show,.header .nav-item.dropdown:hover .nav-link{background:#66708529;border-color:#6670855c}.header .nav-item .nav-link.active{color:#e3602b;background:#66708529;border-color:#6670855c}.header-actions{display:flex;justify-content:flex-end;align-items:center;gap:12px}.header .search-btn{display:flex;align-items:center;padding:0;border:none;background:0 0;border-radius:8px;cursor:pointer;transition:background-color .2s ease}.header .search-btn:hover{background-color:#66708533}.header .cart-btn{display:flex;align-items:center;gap:8px;padding:6px 16px;border:none;background-color:#6670855c;border-radius:8px;cursor:pointer;transition:background-color .2s ease}.header .cart-btn:hover{background-color:#66708580}.header .cart-icon-container{position:relative}.header .cart-count{position:absolute;top:-8px;right:-8px;background-color:#e3602b;color:#fff;font-size:12px;border-radius:50%;width:20px;height:20px;display:flex;align-items:center;justify-content:center;line-height:1}.header .cart-count.visible{display:flex}.header .cart-text{color:#fff;font-size:14px;font-weight:500;line-height:20px;letter-spacing:-.28px}.header__icon .svg-wrapper{width:40px;height:40px}.header .nav-item.dropdown:hover .dropdown-menu{display:block}.header .dropdown-menu{background:#1f222a;color:#fff;border-radius:12px;margin:8px 0 0;padding:0;min-width:200px}.header .dropdown-menu:before{content:"";position:absolute;top:-10px;left:0;width:100%;height:10px}.header .dropdown-item{font-size:14px;font-weight:400;padding:10px 16px;color:#98a2b3}.header .dropdown-item:hover{background:#66708529;color:#fff}.header li:first-child .dropdown-item:hover,.header li:first-child .dropdown-item.active{border-top-left-radius:12px;border-top-right-radius:12px}.header li:last-child .dropdown-item:hover,.header li:last-child .dropdown-item.active{border-bottom-left-radius:12px;border-bottom-right-radius:12px}.header .dropdown-item:focus,.header .dropdown-item.active{background:#66708514;color:#e3602b}.page-title-section{padding:100px 0 50px}.page-title-container{max-width:800px;margin:0 auto;text-align:center}.page-title{font-size:72px;font-weight:600;margin-bottom:20px}.hero-section{padding:120px 0 60px}.hero-section .container{position:relative}.hero-section .right-bg-image{position:absolute;right:2%;top:-10%;width:90px;z-index:-1}.hero-section .left-bg-image{position:absolute;left:5%;width:120px;top:20%;z-index:-1}.hero-section .hero-text{max-width:800px;margin:0 auto;text-align:center}.hero-section .hero-title{color:#fff;margin-bottom:45px;font-weight:400}.hero-title .subtitle{font-weight:600;display:block;font-size:inherit;line-height:inherit;letter-spacing:inherit;color:inherit}.hero-section .hero-text p{font-size:20px;line-height:30px;color:#cfd0d4;margin-bottom:45px}.hero-text .theme-button{font-size:18px;height:60px;width:240px}.gallery-section{display:flex;flex-direction:column;align-items:flex-start;gap:32px;width:100%;overflow:hidden;margin-top:50px;position:relative}.gallery-section:after{content:"";background:linear-gradient(90deg,#10111700,#101117);right:0;top:0;height:100%;width:20%;position:absolute;z-index:1}.gallery-section:before{content:"";background:linear-gradient(90deg,#10111700,#101117);left:0;top:0;height:100%;width:20%;position:absolute;z-index:1;transform:rotate(180deg)}.gallery-row{display:flex;align-items:center;width:max-content}.gallery-image{width:430px;height:216px;flex-shrink:0;aspect-ratio:16/9;object-fit:cover;border-radius:12px;margin-right:30px}.scroll-left{animation:scroll-left 40s linear infinite}.scroll-right{animation:scroll-right 40s linear infinite;justify-content:flex-end}@keyframes scroll-left{0%{transform:translate(0)}to{transform:translate(-50%)}}@keyframes scroll-right{0%{transform:translate(-50%)}to{transform:translate(0)}}.how-it-works{padding:60px 0}.how-it-works .step{padding:30px 0}.how-it-works .step-discrption{height:100%;display:flex;flex-direction:column;justify-content:center}.how-it-works .step-discrption .step-icon{width:40px;height:40px;margin-bottom:15px}.step-discrption .step-icon img{width:100%;height:100%;object-fit:contain}.step-discrption .step-title{margin-bottom:10px;color:#fff}.explore-jersey-option{padding:60px 0}.explore-jersey-option .section-title{margin-bottom:40px}.explore-jersey-option .jersey-item{border:1px solid #2f323f;border-radius:24px;background:#66708529}.jersey-item .jersey-image{height:220px}.jersey-item .jersey-image img{height:100%;object-fit:cover;width:100%;border-top-left-radius:24px;border-top-right-radius:24px}.jersey-item .jersey-content{padding:15px 20px;display:flex;justify-content:space-between}.jersey-item .jersey-info .jersey-name{color:#cfd0d4;margin-bottom:5px}.jersey-item .review{display:flex;font-size:16px;font-weight:500;color:#81848d}.review .star{position:relative;display:inline-block;font-size:22px;line-height:20px;color:#ddd;margin-right:2px}.review .star:before{content:"\2605"}.review .star-fill{display:block;position:absolute;top:0;left:0;overflow:hidden;color:#ffc107}.review .star-fill:before{content:"\2605"}.jersey-item .option-price{font-size:22px;font-weight:500;color:#fff;font-family:Barlow Condensed,sans-serif}.what-our-clients-say{padding:60px 0}.what-our-clients-say .section-title{margin-bottom:40px}.what-our-clients-say .review-card{background:#66708514;border-radius:12px;padding:24px;width:100%}.what-our-clients-say .review-card .quote-icon{width:55px;height:55px;margin-bottom:20px}.what-our-clients-say .review-card .quote-icon img{width:100%;height:100%;object-fit:contain}.what-our-clients-say .review-card .review-text{font-size:18px;color:#fff;margin-bottom:20px}.what-our-clients-say .reviewer-info{display:flex;align-items:center;font-size:16px;line-height:24px;font-weight:600;color:#a9abb1}.what-our-clients-say .reviewer-info .reviewer-image{margin-right:10px;width:24px;height:24px}.customer-reviews .slick-arrow{border-radius:50%;height:40px;position:absolute;right:0;left:auto;top:-70px;background:#e3602b;border:1px solid #E3602B;width:40px;font-size:20px}.customer-reviews .slick-arrow.slick-prev{right:50px}.customer-reviews .slick-prev:before,.customer-reviews .slick-next:before{display:none}.slick-slide{margin:0 10px}.slick-list{margin:0 -10px}.faqs-section{padding:60px 0}.faqs-section .section-title{margin-bottom:40px}.faqs-section .accordion-item{background-color:transparent;border:none;border-bottom:1px solid #272a35;padding-bottom:30px;padding-top:30px}.faqs-section .accordion-item:last-child{border-bottom:none}.accordion-item:has(+.faq-category){border-bottom:none}.faqs-section .accordion-button{font-family:Manrope,sans-serif;font-size:18px;font-weight:500;color:#fff!important;background-color:transparent!important;padding:0;height:auto;line-height:normal;margin-bottom:8px;box-shadow:none}.faqs-section .accordion-body{padding:0;font-size:16px;color:#667085}.faqs-section .accordion-button:after{background-image:url(/cdn/shop/files/plus-circle.png?v=1756296946);height:24px;width:24px;background-size:20px;background-position:center}.faqs-section .accordion-button:not(.collapsed):after{background-image:url(/cdn/shop/files/minus-circle.png?v=1756296947)}.faq-category-title{font-weight:600;text-transform:uppercase;color:#5b5e6b;margin:40px 0 0}.faq-view-all{text-align:center;margin-top:24px}.faq-view-all .btn-gray{background:#6670855c;color:#fff;border-radius:4px;padding:8px 16px;font-size:14px;font-weight:500;display:inline-flex;align-items:center;height:40px;justify-content:center}.faq-view-all .btn-gray:hover{color:#e3602b}.reach-out-us{padding:60px 0}.custom-form-wrapper{max-width:660px;margin:0 auto;text-align:center}.custom-form-wrapper .form-wrapper{text-align:left;margin-top:40px;background:#66708514;padding:24px 32px;border-radius:16px}.custom-form-wrapper .form-wrapper .form-field{margin-bottom:20px}.custom-form-wrapper .form-control{background:#66708514;border:1px solid #373b4a;color:#fff;border-radius:8px;font-size:16px;box-shadow:none;height:45px}.custom-form-wrapper textarea.form-control{height:auto}.custom-form-wrapper .form-control:focus{border-color:#fff}.custom-form-wrapper .form-check-label{color:#81848d;font-size:16px}.custom-form-wrapper .form-label{color:#81848d}.custom-form-wrapper .form-wrapper .form-field.form-check{margin-bottom:30px}.form-wrapper .form-field.form-check .form-check-input{width:20px;height:20px;box-shadow:none}.form-check-input:checked{background-color:#e3602b;border-color:#e3602b}.custom-form-wrapper .theme-button{width:100%}.shopify-section-group-footer-group{display:flex;align-items:center;justify-content:flex-end;flex-direction:column}.footer{border-top:1px solid #2a2d38;padding:45px;width:100%}.footer .footer-logo{width:220px}.footer .footer-content{display:flex;align-items:center;justify-content:space-between}.footer .copyright p{color:#81848d;font-size:16px}.footer-content .navbar-nav{display:flex;flex-direction:row}.footer-content .navbar-nav .nav-item:not(last-child){margin-right:24px}.footer-content .nav-item .nav-link{font-size:16px;padding:0}.footer-content .nav-item .nav-link:hover,.footer-content .nav-item .nav-link.active{color:#fff}.footer-social-icons{display:flex;list-style:none;padding:0;margin:0}.footer-social-icons li:not(last-child){margin-right:24px;position:relative}.footer-social-icons li a{width:18px;height:18px;position:relative;display:inline-block}.footer-social-icons li a img{width:100%;height:100%;object-fit:contain;transition:ease all .2s;position:absolute}.footer-social-icons li a .hover{opacity:0;position:absolute;left:0;top:0}.footer-social-icons li a:hover .hover{opacity:1}.footer-social-icons li a:hover .default{opacity:0}.about-images-section{padding:60px 0}.about-images-wrapper{display:flex;align-items:center;gap:20px}.about-images-wrapper .item1{width:50%;height:480px}.about-images-wrapper .item2-wrapper{width:50%;height:480px;display:flex;flex-direction:column;justify-content:space-between}.about-images-wrapper .item2-wrapper .item2{height:230px}.about-images-wrapper .about-image-item img{border-radius:24px;width:100%;height:100%;object-fit:cover}.our-journey-section{padding:60px 0}.our-journey-wrapper{max-width:800px;margin:0 auto;text-align:center}.our-journey-wrapper .journey-points{display:flex;align-items:center;margin-top:30px;background:#66708514;border-radius:190px;padding:30px 0}.our-journey-wrapper .journey-point{display:flex;flex-direction:column;justify-content:center;width:33.3%}.our-journey-wrapper .journey-point:not(:last-child){border-right:2px solid #66708529}.our-journey-wrapper .point-description{font-size:18px;color:#667085;font-weight:500}.our-journey-wrapper .point-title{font-size:44px;font-weight:600;margin-bottom:5px}.image-with-text-section{padding:60px 0}.image-with-text-section .text-content{height:100%;display:flex;flex-direction:column;justify-content:center;max-width:520px}.image-with-text-section .text-content h2{margin-bottom:40px}.image-with-text-section .image{text-align:right}.image-with-text-section .image img{border-radius:24px}.things-we-care-section{padding:60px 0}.things-we-care-section .section-title{margin-bottom:40px}.things-we-care-section .care-point{border:1px solid #6670855C;padding:30px;border-radius:24px}.things-we-care-section .care-point .icon{margin-bottom:20px;width:32px;height:32px}.things-we-care-section .care-point .point-title{margin-bottom:20px}.things-we-care-section .care-point .icon img{width:100%;height:100%;object-fit:contain}.things-we-care-section .care-point .point-description{margin-bottom:30px}.slick-dots li{margin:0}.slick-dots li button:before,.slick-dots li.slick-active button:before{color:#fff;font-size:30px}.slick-dots li.slick-active button:before{opacity:1}.contact-page-section{padding:20px 0 100px}.contact-details .contacts-list{margin-top:40px}.contacts-list .item{display:flex;align-items:center;font-size:16px;font-weight:500;margin-bottom:30px}.contacts-list .item .icon{margin-right:20px;width:45px;height:45px}.contacts-list .item a{color:#fff;width:calc(100% - 65px)}.size-guide-section{padding-bottom:70px}.size-guide-section .section-title{text-align:center;margin-bottom:50px}.size-guide-section .image{max-width:700px;text-align:center;margin-bottom:50px;margin-right:auto;margin-left:auto}.size-chart-table .table{border:1px solid #272A35;border-radius:10px;color:#667085;border-collapse:separate;border-spacing:0}.size-chart-table thead th{background:#66708514;border-bottom-color:#272a35!important;color:#667085;font-size:16px;font-weight:500;padding:12px 24px}.size-chart-table .less-than-5-cols thead th{width:25%}.size-chart-table thead th:first-child{border-top-left-radius:10px}.size-chart-table thead th:last-child{border-top-right-radius:10px}.size-chart-table .table td{background:transparent;font-size:18px;font-weight:400;padding:24px;color:#667085}.size-chart-table .table tr:last-child td{border:none}#product-builder{display:none}.custom-grid-list .product-grid{margin:0 -8px}.collection-hero .collection-hero__title{margin:50px 0 15px;font-size:48px;font-weight:500}.custom-grid-list .grid--4-col-desktop .grid__item{margin-bottom:20px}.product-card-wrapper .jersey-item{padding:0 8px}.product-card-wrapper .jersey-item .jersey-image{height:auto;display:inline-block;background:#66708514;padding:25px;border-radius:25px;width:100%}.product-card-wrapper .jersey-item .jersey-content{padding:0;display:flex;align-items:flex-start;justify-content:space-between;margin-top:8px}.product-card-wrapper.jersey-item .jersey-info .jersey-name{font-family:inherit}.product-card-wrapper .jersey-name a{font-size:18px;font-weight:600;text-decoration:none!important;color:#cfd0d4;letter-spacing:.36px;font-family:Manrope}.product-card-wrapper .jersey-item .price__regular .price-item--regular{margin-right:0;font-size:36px;line-height:normal;color:#fff;font-family:Barlow Condensed;font-weight:500;letter-spacing:.72px}.related-products__heading{font-size:36px;line-height:44px;margin-bottom:25px}.product-media-container{background:#66708514;padding:28px;border-radius:32px;border:none;width:100%!important}.production-info-sec-heading{margin-bottom:5px;font-family:Manrope;font-size:20px;line-height:30px;font-weight:600}.custom-product-features .production-info-sec-heading{margin-bottom:15px}.custom-product-features ul{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap}.custom-product-features ul li{width:50%;display:flex;align-items:center;font-size:16px;font-weight:400;margin-bottom:15px;padding-right:30px}.custom-product-features li .icon{width:24px;margin-right:8px}.product__description p{font-size:16px;color:#cfd0d4;margin-top:0;margin-bottom:30px}.custom-product .breadcrumb{align-items:center;margin:0}.custom-product .breadcrumb a{font-size:14px;font-weight:500;color:#fff;margin-right:12px}.custom-product .breadcrumb span{color:#e3602b;font-size:14px;font-weight:500;margin-left:12px}.custom-product .product__title{margin-top:10px}.custom-product .product-form__buttons{max-width:100%;display:flex;align-items:center;gap:12px}.product-form__submit,.cpb-build-btn,.logo-button{margin-bottom:1rem;background:#6670855c;color:#fff;border-radius:8px;box-shadow:0 1px 2px #1018280d;font-size:16px;font-weight:500;width:100%;border:none;height:50px;margin-bottom:0!important}.shopify-payment-button__button.shopify-payment-button__button--unbranded{background:#e3602b!important;font-size:16px;font-weight:500;height:50px;border-radius:8px}.rating-wrapper .review{display:flex;align-items:center}.custom-product .product__info-wrapper{padding-left:30px}more-payment-options-link{display:none}shopify-paypal-button{width:100%;display:inline;display:inline-block;border-radius:8px}.shopify-payment-button{width:100%}.product__media-wrapper .thumbnail-slider .thumbnail-list .thumbnail{border-radius:8px;border:none;background:#66708514;padding:8px}.product__media-wrapper .thumbnail[aria-current]{box-shadow:0 0 0 .1rem rgb(var(--color-foreground));border-color:rgb(var(--color-foreground));box-shadow:0 0 0 2px #e3602b}.product__media-wrapper .thumbnail-list{justify-content:center}.product__media-wrapper .thumbnail-list .thumbnail-list__item.slider__slide{width:calc(12% - .8rem)!important}a.jdgm-write-rev-link{background:#6670855c!important;border-color:#66708500!important;border-radius:8px;font-size:16px!important;font-weight:500;font-family:Manrope;height:45px;display:inline-flex;align-items:center;justify-content:center}.jdgm-row-actions,.jdgm-row-extra{display:none!important}.jdgm-rev-widg__body{background:#66708514;position:relative;padding:12px 20px;border-radius:8px}.jdgm-rev-widg__reviews .jdgm-rev{border-top:none!important;border-bottom:1px solid #66708529}.jdgm-rev-widg__reviews .jdgm-rev:last-child{border-bottom:none!important}.jdgm-rev__header{margin-bottom:10px;display:flex;flex-direction:column-reverse}.jdgm-row-profile{display:flex;align-items:center;margin-bottom:10px}.jdgm-rev__author{color:#fff!important}.jdgm-rev__icon{border-radius:50%!important;background-color:#fff!important}.jdgm-rev__body>p{font-size:14px;font-weight:400;color:#cfd0d4}.jdgm-rev__pic-link img{border-radius:8px}.jdgm-write-review-modal__content{background-color:#000!important}.jdgm-write-review-modal__title,.jdgm-write-review-modal__intro,.jdgm-write-review-modal__text,.jdgm-write-review-modal__product-title,.jdgm-write-review-modal__stars:before,.jdgm-write-review-modal__stars:after,.jdgm-write-review-modal__field-label,.jdgm-write-review-modal__field-label-help,.jdgm-write-review-modal__chip-label,.jdgm-write-review-modal__checkbox-text,.jdgm-media-input-prompt-text{color:#fff!important}.jdgm-write-review-modal__close-btn svg path{stroke:#fff!important}.jdgm-write-review-modal .jdgm-write-review-modal__close-btn{opacity:1!important;display:block!important}.jdgm-write-review-modal .jdgm-write-review-modal__gdpr-statement,.jdgm-write-review-modal .jdgm-write-review-modal__gdpr-statement a,.jdgm-write-review-modal .jdgm-write-review-modal__field-help{color:#fffc!important}.jdgm-write-review-modal__field-input,.jdgm-write-review-modal .jdgm-write-review-modal__field-input{background-color:#2c2c2c!important;color:#fff!important;box-shadow:none}.jdgm-write-review-modal .jdgm-write-review-modal__nav-btn-back{color:#fff!important}.jdgm-widget:not(.jdgm-review-widget--small,.jdgm-review-widget--medium) .jdgm-rev-widg__summary+.jdgm-histogram,.jdgm-widget:not(.jdgm-review-widget--small,.jdgm-review-widget--medium) .jdgm-rev-widg__summary+.jdgm-widget-actions-wrapper,.jdgm-widget:not(.jdgm-review-widget--small,.jdgm-review-widget--medium) .jdgm-histogram+.jdgm-widget-actions-wrapper{border-color:#1d1f27!important}.custom-logo-process,.process-steps{display:flex;flex-direction:column}.process-step{display:flex;align-items:flex-start;gap:20px;position:relative}.process-steps{position:relative}.process-steps .process-step:not(:last-child):before{content:"";position:absolute;left:18px;top:50px;height:calc(100% - 65px);border:1px dashed #6670855C;z-index:1}.process-step .step-indicator{display:flex;flex-direction:column;align-items:center;gap:12px}.process-step .step-icon{display:flex;justify-content:center;align-items:center;background-color:#e3602b;padding:6px;border-radius:110px;width:36px;height:36px;position:relative;z-index:2}.process-step .step-icon svg{width:24px;height:24px}.process-step .step-line{height:60px;background-color:transparent;display:flex;border:1.5px dashed #6670855C;display:none}.process-step:last-child .step-line{display:none}.process-step .step-content{display:flex;flex-direction:column;flex:1;padding-bottom:32px}.process-step .step-title{color:#ebebed;font-size:18px;font-weight:600;line-height:28px;height:36px;display:flex;align-items:center;font-family:Manrope}.process-step .step-description{color:#81848d;font-size:16px;font-weight:400;line-height:24px}button.cpb-build-btn,.logo-button{background:#e3602b}.cog-cognito.cog-form{display:none!important}.form-visible .cog-cognito.cog-form{display:block!important;max-width:100%!important}.cog-form__container{background-color:transparent!important;color:#fff!important;max-width:100%!important}h1.cog-heading{font-size:48px!important;font-weight:500!important;font-family:Barlow Condensed!important;color:#fff!important}.cog-body h2{font-size:30px!important;font-weight:500!important;font-family:Barlow Condensed!important;color:#fff!important;margin-bottom:30px!important}.cog-label{color:#81848d!important;font-size:16px!important;font-weight:500!important;font-family:Manrope!important;padding:0!important}.cog-body{margin-top:32px!important;background-color:#66708514!important;padding:10px 30px 32px!important;color:#fff!important;border-radius:16px!important;max-width:660px!important;margin-left:auto!important;margin-right:auto!important}html .cog-cognito--styled .el-input__inner,html .cog-cognito--styled .el-textarea__inner,:root:root:root:root:root .cog-cognito--styled .el-input__inner,:root:root:root:root:root .cog-cognito--styled .el-textarea__inner{border:1px solid #373B4A!important;border-radius:8px!important;background:#66708514!important;font-size:16px!important;font-weight:400!important;font-family:Manrope;color:#fff!important;height:48px!important}html .cog-cognito--styled .el-textarea__inner{min-height:180px!important;height:auto!important}html .cog-cognito--styled .el-textarea__inner::placeholder{color:#5b5e6b!important}.cog-content.cog-html.cog-input p strong{font-size:16px!important;font-weight:600!important;font-family:Manrope!important}.cog-content.cog-html.cog-input{padding:0!important;margin-top:25px!important}.cog-abuse.cog-wrapper,.cog-branding{display:none!important}.cog-button--submit{border:none!important;width:100%!important;font-size:16px!important;font-weight:500!important;font-family:Manrope!important;background:#e3602b!important;height:48px!important}.cog-col.is-error:before,.cog-col.is-error:after{display:none!important}html .cog-cognito--styled .is-checked .el-radio__inner:after,:root:root:root:root:root .cog-cognito--styled .is-checked .el-radio__inner:after{box-shadow:inset 0 0 0 .35em #e3602b!important}html .cog-upload .el-upload-dragger>div,:root:root:root:root:root .cog-upload .el-upload-dragger>div{background:#1d2027!important;border:none!important;border-radius:8px!important}html .cog-upload:not(.is-read-only),:root:root:root:root:root .cog-upload:not(.is-read-only){border:1px solid #373B4A!important;border-radius:8px!important;padding:0!important;color:#81848d!important}html .cog-helptext{color:#81848d!important}button.el-button.cog-button--secondary.cog-upload__upload-button.el-button--default.cog-button{border:1px solid #5B5E6B!important;background:transparent!important;color:#fff!important}html .cog-cognito--styled .cog-button--no-style,:root:root:root:root:root .cog-cognito--styled .cog-button--no-style,.cog-upload__file-size{color:#81848d!important}cart-items .title-wrapper-with-link .title{font-size:60px;font-weight:600;font-family:Barlow Condensed}cart-items .cart__items{border:1px solid #272A35;border-radius:12px;padding:24px}cart-items .cart-items thead th{text-transform:capitalize;font-size:24px;font-family:Barlow Condensed;font-weight:600;color:#fff;border-bottom:1px solid #272A35}cart-items .cart-items td{padding-top:20px}cart-items .cart-item__image-container{background:#66708514;border-radius:12px;padding:5px}cart-items .cart-item__name{font-size:24px;font-weight:500}cart-items .cart-items td .price{font-size:20px;font-weight:600;color:#fff;font-family:Barlow Condensed}.cart__footer-wrapper .totals__total{margin-top:.5rem;font-size:24px;font-weight:600;font-family:Barlow Condensed;color:#fff}.cart__footer-wrapper .totals__total-value{font-size:1.8rem;font-size:20px;font-weight:600;font-family:Barlow Condensed;color:#fff}.cart__footer-wrapper .totals{justify-content:space-between}.cart__footer-wrapper .tax-note{margin-bottom:2.2rem;text-align:right;font-family:Manrope;color:#81848d}html .cog-page-progress--bar a:before,:root:root:root:root:root .cog-page-progress--bar a:before{background:#e3602b!important}.cog-page-progress__page-title{color:#fff!important;font-family:Manrope!important;font-size:16px!important;font-weight:500!important}html .cog-page-progress--bar a:focus span,:root:root:root:root:root .cog-page-progress--bar a:focus span{border:none!important}html .cog-page[data-page]:after,:root:root:root:root:root .cog-page[data-page]:after{display:none!important}.custom-logo .product-media-container{padding:0}.show-other{pointer-events:auto!important}.globo-formbuilder .globo-form-app.default-layout.gfb-style-flat_rounded.gfb-font-size-medium{margin-top:32px!important;background-color:#66708514!important;padding:30px!important;color:#fff!important;border-radius:16px!important;max-width:660px!important;margin-left:auto!important;margin-right:auto!important}.globo-formbuilder .globo-form-input .flat_rounded-input{border:1px solid #373B4A!important;border-radius:8px!important;background:#66708514!important;font-size:16px!important;font-weight:400!important;font-family:Manrope;color:#fff!important;height:48px!important}.globo-formbuilder .globo-form-control label .label-content{color:#81848d!important;font-size:16px!important;font-weight:500!important;font-family:Manrope!important;padding:0!important}.globo-formbuilder .gfb__dropzone{background:#1d2027!important;border:1px solid #373B4A!important;border-radius:8px!important}.globo-formbuilder .globo-form-control .gfb__dropzone .gfb__dropzone--content{color:inherit!important}.gfb__footer.wizard__footer .wizard__submit{border-radius:3px}.concept-uploader .main-page-title{display:none}@media screen and (min-width:990px){.product--medium:not(.product--no-media) .product__info-wrapper,.product--small:not(.product--no-media) .product__media-wrapper{max-width:50%!important}.product--medium:not(.product--no-media) .product__media-wrapper,.product--small:not(.product--no-media) .product__info-wrapper{max-width:50%!important}}@media(max-width:1399px){body{font-size:16px}.h1,h1{font-size:80px}.h2,h2{font-size:42px;line-height:54px}.h3,h3{font-size:26px;line-height:34px}.h4,h4{font-size:20px;line-height:28px}.theme-button{padding:10px 18px;font-size:15px;line-height:22px;letter-spacing:-.28px}.header{height:70px}.header .logo{width:200px}.header .nav-item .nav-link{padding:10px 15px;font-size:15px;letter-spacing:-.28px}.header .search-btn{padding:0;border-radius:8px}.header .cart-btn{gap:8px;padding:6px 12px;border-radius:8px}.header .cart-count{top:-8px;right:-8px;font-size:12px;width:20px;height:20px}.header .cart-text{font-size:13px;line-height:18px;letter-spacing:-.24px}.page-title-section{padding:80px 0 40px}.page-title-container{max-width:700px}.page-title{font-size:60px;margin-bottom:20px}.hero-section{padding:80px 0 50px}.hero-section .hero-text{max-width:700px}.hero-section .hero-title{margin-bottom:35px}.hero-section .hero-text p{font-size:18px;line-height:28px;margin-bottom:35px}.hero-text .theme-button{font-size:16px;height:55px;width:220px}.gallery-section{gap:20px;margin-top:40px}.gallery-image{width:380px;height:180px;border-radius:10px;margin-right:20px}.how-it-works{padding:50px 0}.how-it-works .step{padding:25px 0}.how-it-works .step-discrption .step-icon{width:35px;height:35px;margin-bottom:12px}.explore-jersey-option{padding:50px 0}.explore-jersey-option .section-title{margin-bottom:30px}.explore-jersey-option .jersey-item{border-radius:20px}.jersey-item .jersey-image{height:200px}.jersey-item .jersey-image img{border-top-left-radius:20px;border-top-right-radius:20px}.jersey-item .jersey-content{padding:12px 15px}.jersey-item .review{font-size:15px}.jersey-item .option-price{font-size:20px}.what-our-clients-say{padding:50px 0}.what-our-clients-say .section-title{margin-bottom:30px}.what-our-clients-say .review-card{border-radius:10px;padding:20px}.what-our-clients-say .review-card .quote-icon{width:50px;height:50px;margin-bottom:15px}.what-our-clients-say .review-card .review-text{font-size:16px;margin-bottom:15px}.what-our-clients-say .reviewer-info{font-size:15px;line-height:22px}.what-our-clients-say .reviewer-info .reviewer-image{margin-right:8px;width:22px;height:22px}.customer-reviews .slick-arrow{height:35px;top:-55px;width:35px}.customer-reviews .slick-arrow.slick-prev{right:45px}.faqs-section{padding:50px 0}.faqs-section .section-title{margin-bottom:30px}.faqs-section .accordion-item{padding-bottom:25px;padding-top:25px}.faqs-section .accordion-button{font-size:16px;margin-bottom:5px}.faqs-section .accordion-body{font-size:15px}.faqs-section .accordion-button:after{height:20px;width:20px;background-size:18px}.reach-out-us{padding:50px 0}.custom-form-wrapper{max-width:600px}.custom-form-wrapper .form-wrapper{margin-top:30px;padding:20px 25px;border-radius:12px}.custom-form-wrapper .form-wrapper .form-field{margin-bottom:15px}.custom-form-wrapper .form-control{border-radius:8px;font-size:15px;height:45px}.custom-form-wrapper .form-check-label{font-size:15px}.custom-form-wrapper .form-wrapper .form-field.form-check{margin-bottom:25px}.form-wrapper .form-field.form-check .form-check-input{width:18px;height:18px}.footer{padding:35px 0}.footer .footer-logo{width:200px}.footer .copyright p{font-size:15px}.about-images-section{padding:50px 0}.about-images-wrapper .item1,.about-images-wrapper .item2-wrapper{height:420px}.about-images-wrapper .item2-wrapper .item2{height:200px}.about-images-wrapper .about-image-item img{border-radius:20px}.our-journey-section{padding:50px 0}.our-journey-wrapper{max-width:700px}.our-journey-wrapper .journey-points{margin-top:25px;border-radius:150px;padding:25px 0}.our-journey-wrapper .point-description{font-size:16px}.our-journey-wrapper .point-title{font-size:40px;margin-bottom:5px}.image-with-text-section{padding:50px 0}.image-with-text-section .text-content{max-width:480px}.image-with-text-section .text-content h2{margin-bottom:30px}.image-with-text-section .image img{border-radius:20px}.things-we-care-section{padding:50px 0}.things-we-care-section .section-title{margin-bottom:30px}.things-we-care-section .care-point{padding:25px;border-radius:20px}.things-we-care-section .care-point .icon{margin-bottom:15px;width:30px;height:30px}.things-we-care-section .care-point .point-title{margin-bottom:15px}.things-we-care-section .care-point .point-description{margin-bottom:25px}.slick-dots li button:before,.slick-dots li.slick-active button:before{font-size:24px}.contact-page-section{padding:20px 0 80px}.contact-details .contacts-list{margin-top:35px}.contacts-list .item{margin-bottom:25px}.contacts-list .item .icon{margin-right:15px;width:40px;height:40px}.contacts-list .item a{width:calc(100% - 55px)}.size-guide-section{padding-bottom:60px}.size-guide-section .section-title{margin-bottom:40px}.size-guide-section .image{max-width:550px;margin-bottom:40px}.size-chart-table thead th{font-size:15px;padding:10px 20px}.size-chart-table .table td{font-size:16px;padding:20px}}@media(max-width:1199px){body{font-size:15px}.h1,h1{font-size:70px}.h2,h2{font-size:38px;line-height:48px}.h3,h3{font-size:22px;line-height:30px}.h4,h4{font-size:18px;line-height:28px}.theme-button{padding:8px 15px;font-size:14px;line-height:20px;letter-spacing:-.2px}.header .logo{width:180px}.page-title-section{padding:60px 0 30px}.page-title-container{max-width:600px}.page-title{font-size:50px;margin-bottom:15px}.hero-section{padding:60px 0 40px}.hero-section .right-bg-image{width:80px}.hero-section .left-bg-image{width:100px}.hero-section .hero-text{max-width:600px}.hero-section .hero-title{margin-bottom:25px}.hero-section .hero-text p{font-size:16px;line-height:24px;margin-bottom:25px}.hero-text .theme-button{font-size:15px;height:50px;width:200px}.gallery-section{gap:15px;margin-top:30px}.gallery-image{width:320px;height:150px;border-radius:10px;margin-right:15px}.how-it-works{padding:40px 0}.how-it-works .step{padding:20px 0}.how-it-works .step-discrption .step-icon{width:30px;height:30px;margin-bottom:10px}.explore-jersey-option{padding:40px 0}.explore-jersey-option .section-title{margin-bottom:25px}.explore-jersey-option .jersey-item{border-radius:16px}.jersey-item .jersey-image{height:180px}.jersey-item .jersey-image img{border-top-left-radius:16px;border-top-right-radius:16px}.jersey-item .jersey-content{padding:10px 12px}.jersey-item .review{font-size:14px}.jersey-item .option-price{font-size:18px}.what-our-clients-say{padding:40px 0}.what-our-clients-say .section-title{margin-bottom:25px}.what-our-clients-say .review-card{border-radius:10px;padding:18px}.what-our-clients-say .review-card .quote-icon{width:40px;height:40px;margin-bottom:10px}.what-our-clients-say .review-card .review-text{font-size:15px;margin-bottom:10px}.what-our-clients-say .reviewer-info{font-size:14px;line-height:20px}.what-our-clients-say .reviewer-info .reviewer-image{margin-right:5px;width:20px;height:20px}.customer-reviews .slick-arrow{height:30px;top:-50px;width:30px}.customer-reviews .slick-arrow.slick-prev{right:36px}.customer-reviews .slick-prev:before,.customer-reviews .slick-next:before{font-size:16px}.faqs-section{padding:40px 0}.faqs-section .section-title{margin-bottom:25px}.faqs-section .accordion-item{padding-bottom:20px;padding-top:20px}.faqs-section .accordion-button{font-size:15px;margin-bottom:5px}.faqs-section .accordion-body{font-size:14px}.faq-category-title{margin:30px 0 0}.reach-out-us{padding:40px 0}.custom-form-wrapper{max-width:550px}.custom-form-wrapper .form-wrapper{margin-top:25px;padding:20px 25px;border-radius:10px}.custom-form-wrapper .form-wrapper .form-field{margin-bottom:12px}.custom-form-wrapper .form-control{border-radius:8px;font-size:14px;height:40px}.custom-form-wrapper .form-check-label{font-size:14px}.custom-form-wrapper .form-wrapper .form-field.form-check{margin-bottom:20px}.form-wrapper .form-field.form-check .form-check-input{width:15px;height:15px}.footer{padding:30px 0}.footer .footer-logo{width:180px}.footer .copyright p{font-size:14px}.footer-content .navbar-nav .nav-item:not(last-child){margin-right:20px}.footer-content .nav-item .nav-link{font-size:15px}.footer-social-icons li:not(last-child){margin-right:20px}.about-images-section,.our-journey-section{padding:40px 0}.our-journey-wrapper{max-width:600px}.our-journey-wrapper .journey-points{margin-top:20px;border-radius:120px;padding:20px 0}.our-journey-wrapper .point-description{font-size:15px}.our-journey-wrapper .point-title{font-size:32px;margin-bottom:5px}.image-with-text-section{padding:40px 0}.image-with-text-section .text-content{max-width:420px}.image-with-text-section .text-content h2{margin-bottom:25px}.image-with-text-section .image img{border-radius:16px}.things-we-care-section{padding:40px 0}.things-we-care-section .section-title{margin-bottom:20px}.things-we-care-section .care-point{padding:20px;border-radius:16px}.things-we-care-section .care-point .icon{margin-bottom:10px;width:25px;height:25px}.things-we-care-section .care-point .point-title{margin-bottom:12px}.things-we-care-section .care-point .point-description{margin-bottom:20px}.contact-page-section{padding:10px 0 60px}.contact-details .contacts-list{margin-top:30px}.contacts-list .item{font-size:15px;margin-bottom:20px}.contacts-list .item .icon{margin-right:10px;width:35px;height:35px}.contacts-list .item a{width:calc(100% - 45px)}.size-guide-section{padding-bottom:50px}.size-guide-section .section-title{margin-bottom:30px}.size-guide-section .image{max-width:450px;margin-bottom:30px}.size-chart-table thead th{font-size:14px;padding:8px 15px}.size-chart-table .table td{font-size:15px;padding:15px}.custom-grid-list .grid--4-col-desktop .grid__item{max-width:32.5%;width:32.5%}.collection-hero .collection-hero__title{margin:40px 0 15px;font-size:40px}.product-card-wrapper .jersey-item .price__regular .price-item--regular{margin-right:0;font-size:30px;letter-spacing:.5px}.related-products__heading{font-size:32px;line-height:40px;margin-bottom:20px}.production-info-sec-heading{font-size:18px}.product__description p{font-size:15px}.custom-product-features ul li{font-size:15px;margin-bottom:12px;padding-right:20px}.custom-product-features li .icon{width:22px;margin-right:6px}.product-form__submit,.cpb-build-btn,.shopify-payment-button__button.shopify-payment-button__button--unbranded{font-size:15px;height:45px}.product__media-wrapper .thumbnail-list .thumbnail-list__item.slider__slide{width:calc(20% - .8rem)!important}.process-step .step-content{padding-bottom:25px}.process-step .step-title{font-size:16px;line-height:24px}.process-step .step-description{font-size:15px;line-height:22px}}@media(max-width:991px){body{font-size:14px}.h1,h1{font-size:60px}.h2,h2{font-size:34px;line-height:42px}.h3,h3{font-size:20px;line-height:28px}.h4,h4{font-size:16px;line-height:24px}.header{height:60px}.header .navbar-toggler{background:#fff;padding:3px 5px;font-size:16px;box-shadow:none}.header .navbar-collapse{flex:none;position:fixed;left:0;width:100%;top:60px;background:#fff;max-height:calc(100vh - 55px);overflow:hidden;overflow-y:auto;z-index:9;height:0}.header .navbar-collapse.show{height:calc(100vh - 55px)}.header .nav-item:not(:last-child){margin-right:0}.header .nav-item .nav-link.active,.header .nav-item .nav-link:hover{color:#fff;background:#e3602b;border-color:#e3602b;border-radius:0}.header .search-btn{padding:0}.header .cart-btn{padding:0;background:0 0}.header .cart-text{display:none}.page-title-section{padding:50px 0 25px}.page-title-container{max-width:500px}.page-title{font-size:40px;margin-bottom:12px}.hero-section{padding:50px 0 30px}.hero-section .right-bg-image{width:60px}.hero-section .left-bg-image{width:80px}.hero-section .hero-text{max-width:560px}.hero-section .hero-title{margin-bottom:20px}.hero-section .hero-text p{font-size:15px;line-height:24px;margin-bottom:20px}.gallery-section{gap:12px;margin-top:25px}.gallery-image{width:300px;margin-right:12px}.explore-jersey-option{padding:30px 0}.jersey-item .jersey-image{height:140px}.jersey-item .jersey-content{flex-direction:column;padding:8px 10px}.jersey-item .jersey-info{margin-bottom:10px}.jersey-item .jersey-info .jersey-name{margin-bottom:0}.jersey-item .option-price{font-size:16px}.what-our-clients-say{padding:30px 0}.customer-reviews .slick-arrow{top:-46px}.footer{padding:25px 0}.footer-content .navbar-nav .nav-item:not(last-child){margin-right:15px}.footer-content .nav-item .nav-link{font-size:14px}.footer-social-icons li:not(last-child){margin-right:15px}.about-images-section{padding:30px 0}.about-images-wrapper .item1,.about-images-wrapper .item2-wrapper{height:300px}.about-images-wrapper .item2-wrapper .item2{height:140px}.about-images-wrapper .about-image-item img{border-radius:14px}.our-journey-section{padding:30px 0}.our-journey-wrapper{max-width:500px}.our-journey-wrapper .journey-points{margin-top:15px;border-radius:80px;padding:15px 0}.our-journey-wrapper .point-description{font-size:14px}.our-journey-wrapper .point-title{font-size:26px}.image-with-text-section{padding:30px 0}.image-with-text-section .text-content{max-width:380px}.image-with-text-section .text-content h2{margin-bottom:15px}.image-with-text-section .image img{border-radius:12px}.things-we-care-section{padding:30px 0}.things-we-care-section .section-title{margin-bottom:20px}.things-we-care-section .care-point{padding:15px;border-radius:12px}.things-we-care-section .care-point .point-description{margin-bottom:15px}.contact-page-section{padding:10px 0 50px}.contact-details .contacts-list{margin-top:25px}.contacts-list .item{font-size:14px;margin-bottom:15px}.contacts-list .item .icon{margin-right:10px;width:30px;height:30px}.contacts-list .item a{width:calc(100% - 40px)}.size-guide-section{padding-bottom:40px}.size-guide-section .section-title{margin-bottom:30px}.size-guide-section .image{max-width:350px;margin-bottom:25px}.custom-grid-list .grid--4-col-desktop .grid__item{max-width:50%;width:calc(50% - var(--grid-desktop-horizontal-spacing) / 2)}.product-card-wrapper .jersey-item .jersey-content{flex-direction:row}.process-step .step-title{font-size:15px;line-height:22px}.process-step .step-description{font-size:14px;line-height:20px}cart-items .title-wrapper-with-link .title{font-size:50px}cart-items .cart-items thead th{font-size:20px}cart-items .cart-item__name{font-size:20px}cart-items .cart-items td .price{font-size:20px}.cart__footer-wrapper .totals__total{font-size:20px}.cart__footer-wrapper .totals__total-value{font-size:18px}}@media(max-width:767px){.h1,h1{font-size:50px}.h2,h2{font-size:30px;line-height:40px}.h3,h3{font-size:18px;line-height:26px}.h4,h4{font-size:15px;line-height:22px}.header .logo{width:160px}.hero-section{padding:40px 0 20px}.hero-section .hero-text{max-width:100%}.gallery-section{margin-top:25px}.how-it-works{padding:30px 0}.how-it-works .section-title{margin-bottom:10px}.how-it-works .step-discrption{margin-bottom:20px;height:auto}.step-image img{width:100%}.customer-reviews .slick-arrow{display:none}.faqs-section{padding:30px 0}.faqs-section .section-title{margin-bottom:20px}.faqs-section .accordion-item{padding-bottom:15px;padding-top:15px}.faqs-section .accordion-button{font-size:14px;margin-bottom:5px}.faqs-section .accordion-body{font-size:12px}.reach-out-us{padding:30px 0}.custom-form-wrapper{max-width:500px}.custom-form-wrapper .form-wrapper{margin-top:20px;padding:15px 20px;border-radius:8px}.custom-form-wrapper .form-wrapper .form-field{margin-bottom:10px}.footer{padding:20px 0}.footer .footer-content{flex-direction:column}.footer .footer-logo{width:160px;margin-bottom:15px}.footer-content .navbar-nav{margin-bottom:15px;flex-wrap:wrap;justify-content:center}.footer-content .navbar-nav .nav-item:not(last-child){margin-right:10px;margin-bottom:10px}.about-images-section{padding:20px 0}.about-images-wrapper{gap:10px}.about-images-wrapper .item1,.about-images-wrapper .item2-wrapper{height:240px}.about-images-wrapper .item2-wrapper .item2{height:115px}.about-images-wrapper .about-image-item img{border-radius:10px}.our-journey-section{padding:20px 0}.our-journey-wrapper .point-title{font-size:24px}.image-with-text-section{padding:20px 0}.image-with-text-section .text-content{max-width:100%;height:auto;margin-bottom:20px}.things-we-care-section{padding:20px 0}.things-we-care-section .care-point{padding:10px;border-radius:12px}.things-we-care-section .care-point .point-description{margin-bottom:10px}.contact-page-section .custom-form-wrapper{max-width:100%}.size-guide-section .image{max-width:300px}.collection-hero .collection-hero__title{margin:30px 0 15px;font-size:36px}.related-products__heading{font-size:28px;line-height:36px}.custom-product .product__info-wrapper{padding-left:0;margin-top:30px}.production-info-sec-heading{font-size:16px}.product__description p{font-size:14px}.custom-product-features ul li{font-size:14px;margin-bottom:10px;padding-right:15px}.custom-product-features li .icon{width:20px;margin-right:8px}.product-form__submit,.cpb-build-btn,.shopify-payment-button__button.shopify-payment-button__button--unbranded{font-size:14px;height:40px}h1.cog-heading{font-size:36px!important}.cog-body h2{font-size:22px!important;margin-bottom:20px!important}.cog-label{font-size:15px!important}.cog-body{margin-top:22px!important;padding:5px 20px 25px!important;max-width:500px!important}html .cog-cognito--styled .el-input__inner,html .cog-cognito--styled .el-textarea__inner,:root:root:root:root:root .cog-cognito--styled .el-input__inner,:root:root:root:root:root .cog-cognito--styled .el-textarea__inner{font-size:15px!important;height:40px!important}html .cog-cognito--styled .el-textarea__inner{min-height:160px!important}.cog-content.cog-html.cog-input p strong{font-size:15px!important}.cog-content.cog-html.cog-input{margin-top:20px!important}.cog-button--submit{font-size:15px!important;height:40px!important}cart-items .title-wrapper-with-link .title{font-size:42px}cart-items .cart__items{padding:20px}cart-items .cart-items thead th{font-size:18px}.cart-items thead tr{margin-bottom:10px!important}cart-items .cart-items td{padding-top:15px}cart-items .cart-item__name{font-size:18px}cart-items .cart-items td .price{font-size:18px}.cart__footer-wrapper .totals__total{font-size:18px}.cart__footer-wrapper .totals__total-value{font-size:16px}.cog-page-progress__page-title{font-size:15px!important}}@media(max-width:575px){.h1,h1{font-size:40px}.h2,h2{font-size:24px;line-height:38px}.h3,h3{font-size:16px;line-height:24px}.h4,h4{font-size:14px;line-height:20px}.page-title-section{padding:30px 0 15px}.page-title{font-size:30px;margin-bottom:10px}.hero-section{padding:30px 0 20px}.hero-section .right-bg-image,.hero-section .left-bg-image{opacity:.5}.hero-section .hero-text p{margin-bottom:15px}.gallery-section{margin-top:20px}.gallery-image{height:120px;margin-right:10px}.how-it-works{padding:20px 0}.how-it-works .step{padding:15px 0}.how-it-works .step-discrption .step-icon{width:25px;height:25px;margin-bottom:5px}.step-discrption .step-title{margin-bottom:5px}.what-our-clients-say{padding:20px 0}.what-our-clients-say .section-title{margin-bottom:20px}.what-our-clients-say .review-card{border-radius:8px;padding:12px}.what-our-clients-say .review-card .quote-icon{width:35px;height:35px;margin-bottom:8px}.what-our-clients-say .review-card .review-text{font-size:14px;margin-bottom:8px}.what-our-clients-say .reviewer-info{font-size:12px;line-height:18px}.what-our-clients-say .reviewer-info .reviewer-image{margin-right:5px;width:18px;height:18px}.faqs-section,.reach-out-us{padding:20px 0}.custom-form-wrapper .form-wrapper{margin-top:20px;padding:12px}.footer{padding:15px 0}.footer .footer-content{flex-direction:column}.footer .footer-logo{margin-bottom:10px}.footer .copyright p{font-size:12px}.about-images-section{padding:15px 0}.about-images-wrapper{flex-wrap:wrap}.about-images-wrapper .item1,.about-images-wrapper .item2-wrapper{height:auto;width:100%}.about-images-wrapper .item2-wrapper .item2{height:auto;margin-bottom:10px}.our-journey-section{padding:15px 0}.our-journey-wrapper .journey-points{padding:10px 5px;border-radius:40px}.our-journey-wrapper .journey-point{padding:0 5px}.our-journey-wrapper .point-description{font-size:12px}.our-journey-wrapper .point-title{font-size:20px}.image-with-text-section,.things-we-care-section{padding:15px 0}.size-guide-section .image{max-width:250px}.collection-hero .collection-hero__title{margin:25px 0 15px;font-size:32px}.custom-grid-list .grid--4-col-desktop .grid__item{max-width:100%;width:100%}.related-products__heading{font-size:24px;line-height:32px}.custom-product .product-form__buttons{flex-direction:column;gap:0}.process-step{flex-direction:column;gap:12px}.process-step .step-indicator{flex-direction:row;align-items:flex-start;gap:16px}.process-step .step-line{width:68px;height:1.5px}.process-step .step-content{padding-bottom:24px}.process-step .step-title{font-size:16px;line-height:22px}.process-step .step-description{font-size:14px;line-height:20px}.process-steps .process-step:not(:last-child):before{display:none}h1.cog-heading{font-size:30px!important}.cog-body h2{font-size:20px!important}.cog-label{font-size:14px!important}.cog-body{margin-top:20px!important;padding:0 15px 20px!important;max-width:100%!important}cart-items .title-wrapper-with-link .title{font-size:32px}cart-items .cart__items{padding:15px}cart-items .cart-item__image-container{width:80px;height:80px}cart-items .cart-item__image-container img{width:100%;height:100%}}@media(max-width:450px){.custom-product-features ul li{width:100%}}.facets__heading{color:#fff!important;font-size:22px!important;font-family:Barlow Condensed;font-weight:600;margin-top:-20px!important}#main-collection-filters{margin-bottom:20px;color:#fff}#main-collection-filters .facets__summary{padding:8px 25px 8px 10px;font-size:16px;font-weight:500;color:#667085;letter-spacing:-.32px;border:1px solid transparent;border-radius:8px;background:#66708529;border-color:#6670855c}#main-collection-filters .facets__summary .icon-caret{right:9px!important}#main-collection-filters .facets__summary span{text-decoration:none!important}.product-count__text{color:#fff!important}#main-collection-filters .facets-container{border-bottom:1px solid #1f222a}.custom-template-details.hide-other+section,.custom-template-details.hide-other+section+div,.custom-template-details.hide-other+section+section{display:none}
/*# sourceMappingURL=/cdn/shop/t/10/assets/custom.css.map */
