:root{--font-momo: "Momo Trust Sans", sans-serif;--font-bonheur: "Bonheur Royale", cursive;--color-primary: #2444A5;--color-primary-dark: #081B55;--color-light: #484747;--color-gray: #B3B3B3;--color-gray-300: #F5F8FC;--color-gray-400: #E0E0E0;--color-gray-500: #D4D4D4;--color-gray-600: #C3C3C3;--color-gray-900: #242629;--color-gray-1000: #989898;--color-black: #000000;--color-footer-bg: #0E1116;--color-white: #ffffff;--color-border-dark: #616161}body{font-size:1.6rem;line-height:2.4rem;color:var(--color-black);letter-spacing:0}.h1,.h2,h3,.h3,h4,.h4,h5,.h5,h6,.h6{font-family:var(--font-momo);color:var(--color-black);margin-top:0}h1{font-family:aileron,sans-serif}h2,.h2{font-size:2.5rem;line-height:1;font-weight:600;margin-bottom:3.2rem}h4,.h4{font-size:2.4rem;line-height:3.6rem;font-weight:700;margin-bottom:1.6rem}h5,.h5{font-size:1.9rem;line-height:1;font-weight:700;margin-bottom:1.2rem}h6,.h6{font-size:1.8rem;line-height:2rem;margin-bottom:1rem}a{color:var(--color-black);text-decoration:none;transition:all .4s cubic-bezier(.25,.1,.25,1)}a:hover{color:var(--color-primary)}p{margin:0 0 1.6rem}p:last-of-type{margin-bottom:0}img{display:block;max-width:100%;height:auto}ul{padding-left:1.3rem;margin:0}p+ul,p+ol{margin-top:1.6rem}ul+p{margin-top:1.6rem}.font-momo{font-family:var(--font-momo)}.font-bonheur{font-family:var(--font-bonheur)}.fs-sm{font-size:1.5rem;line-height:2.3rem}.fs-lg{font-size:2rem;line-height:2.4rem}.lh-1{line-height:1}.fw-medium{font-weight:500}.fw-semibold{font-weight:600}.fw-bold{font-weight:700}.text-primary{color:var(--color-primary)}.text-black{color:var(--color-black)}.text-white{color:var(--color-white)!important}.text-light{color:var(--color-light)}.text-gray-600{color:var(--color-gray-600)}.text-footer-bg{color:var(--color-footer-bg)}.text-gray-1000{color:var(--color-gray-1000)}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.text-uppercase{text-transform:uppercase}.d-block{display:block}.d-none{display:none}.d-flex{display:flex}.items-center{align-items:center}.items-start{align-items:flex-start}.items-end{align-items:flex-end}.justify-center{justify-content:center}.justify-start{justify-content:flex-start}.justify-end{justify-content:flex-end}.justify-between{justify-content:space-between}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.flex-grow-1{flex-grow:1!important}.flex-shrink-0{flex-shrink:0!important}.gap-4{gap:.4rem}.gap-8{gap:.8rem}.gap-12{gap:1.2rem}.gap-16{gap:1.6rem}.gap-24{gap:2.4rem}.row-gap-16{row-gap:1.6rem}.row-gap-24{row-gap:2.4rem}.row-gap-32{row-gap:3.2rem}.w-auto{width:auto!important}.h-auto{height:auto!important}.w-100{width:100%!important}.h-100{height:100%}.bg-transparent{background-color:transparent!important}.bg-primary{background-color:var(--color-primary)}.bg-black{background-color:var(--color-black)}.bg-gray-300{background-color:var(--color-gray-300)}.border{border-width:.1rem;border-style:solid}.border-top{border-width:.1rem 0 0 0;border-style:solid}.border-left{border-width:0 0 0 .1rem;border-style:solid}.border-right{border-width:0 .1rem 0 0;border-style:solid}.border-bottom{border-width:0 0 .1rem 0;border-style:solid}.border-0{border:0!important}.border-gray-400{border-color:var(--color-gray-400)!important}.border-gray-500{border-color:var(--color-gray-500)}.border-primary{border-color:var(--color-primary)}.rounded-8{border-radius:.8rem}.rounded-circle{border-radius:50%}.bg-norepeat{background-repeat:no-repeat}.bg-cover{background-size:cover}.bg-center{background-position:center}.object-center{object-position:center}.object-cover{object-fit:cover}.p-0{padding:0!important}.p-16{padding:1.6rem!important}.p-24{padding:2.4rem}.p-32{padding:3.2rem}.pt-16{padding-top:1.6rem!important}.pt-24{padding-top:2.4rem!important}.pb-16{padding-bottom:1.6rem!important}.m-0{margin:0!important}.ms-auto{margin-left:auto}.mt-0{margin-top:0!important}.mt-16{margin-top:1.6rem!important}.mt-24{margin-top:2.4rem!important}.mt-32{margin-top:3.2rem}.mb-0{margin-bottom:0!important}.mb-4{margin-bottom:.4rem}.mb-8{margin-bottom:.8rem}.mb-16{margin-bottom:1.6rem!important}.mb-24{margin-bottom:2.4rem!important}.mb-32{margin-bottom:3.2rem}.overflow-hidden{overflow:hidden}.list-inline{list-style-type:none;padding:0}.row{margin-inline:-1.6rem}.row>div{padding-inline:1.6rem}.col-auto{flex:0 0 auto;width:auto}.col{flex:1 0 0%}.col-6{width:50%}.col-12{width:100%}.position-static{position:static!important}.position-relative{position:relative}.position-fixed{position:fixed}.position-absolute{position:absolute}.left-0{left:0}.right-0{right:0}.bottom-0{bottom:0}.top-0{top:0}.transition{transition:all .4s cubic-bezier(.25,.1,.25,1)}html body .page-width{padding-left:1.6rem!important;padding-right:1.6rem!important}html body .page-width{max-width:100%}.btn{display:inline-block;padding:1.4rem 3.5rem;font-family:var(--font-momo);font-size:1.6rem;line-height:1.7rem;font-weight:500;text-align:center;border-width:.1rem;border-style:solid;border-radius:9.9rem;transition:all .4s cubic-bezier(.25,.1,.25,1)}.btn-black{background-color:var(--color-black);color:var(--color-white);border-color:var(--color-black)}.btn-black:hover{background-color:var(--color-white);color:var(--color-black)}.btn-primary{background-color:var(--color-primary);color:var(--color-white);border-color:var(--color-primary)}.btn-primary:hover{background-color:transparent;color:var(--color-primary)}.announcement-bar .announcement-bar__message{letter-spacing:unset;padding:.9rem 0;font-size:1.2rem;min-height:unset}.announcement-bar .announcement-bar__message p{line-height:1.7rem;margin:0}.header-wrapper .header{grid-template-areas:"heading icons left-icons";grid-template-columns:1fr auto auto;padding-block:1rem;column-gap:1.6rem}.header-wrapper .header .header__heading .header__heading-link{padding:0;margin:0}.header-wrapper .header .header__heading .header__heading-link .header__heading-logo-wrapper{max-width:12.2rem}.header-wrapper .header nav .list-menu{column-gap:2.4rem}.header-wrapper .header nav .list-menu li .header__menu-item{padding:4.4rem 0;font-size:1.6rem;line-height:1;font-weight:400;color:var(--color-black)}.header-wrapper .header nav .list-menu li .header__menu-item:hover span,.header-wrapper .header nav .list-menu li details[open]>.header__menu-item{text-decoration:none;color:var(--color-primary)}.header-wrapper .header nav .list-menu li .header__menu-item .icon-caret{position:static}.header-wrapper .header nav .list-menu li .mega-menu__content{background-color:var(--color-primary-dark);padding-block:3.2rem!important}.header-wrapper .header nav .list-menu li .mega-menu__content .mega-menu__list{grid-template-columns:repeat(5,auto)}.header-wrapper .header nav .list-menu li .mega-menu__content .mega-menu__list li a.mega-menu__link{font-family:var(--font-body-family);font-size:1.6rem;line-height:1.8rem;color:var(--color-white);padding:0}.header-wrapper .header nav .list-menu li #Details-HeaderMenu-4{position:relative}.header-wrapper .header nav .list-menu li .mega-menu__content#MegaMenu-Content-1 .mega-menu__list .mega-menu__link.mega-menu__link--level-2{text-decoration:none;pointer-events:none}.header-wrapper .header nav .list-menu li .mega-menu__content#MegaMenu-Content-4{width:20.8rem;padding:0}.header-wrapper .header nav .list-menu li .mega-menu__content#MegaMenu-Content-4 .mega-menu__list{display:flex;flex-direction:column;gap:1.6rem;padding-inline:2rem!important}.header-wrapper .header .header__icons{padding:0;align-items:center}.header-wrapper .header .header__icons .header-phone{padding-right:2.4rem;border-right:.1rem solid var(--color-black);margin-right:2.4rem}.header-wrapper .header header-drawer .menu-drawer-container.menu-opening .header__icon{color:var(--color-primary)}.header-wrapper .header header-drawer .menu-drawer-container .menu-drawer,.header-wrapper .header header-drawer .menu-drawer-container .menu-drawer .menu-drawer__submenu{background-color:var(--color-primary-dark)}.header-wrapper .header header-drawer .menu-drawer-container .menu-drawer nav.menu-drawer__navigation{padding-block:3.2rem}.header-wrapper .header header-drawer .menu-drawer-container .menu-drawer nav.menu-drawer__navigation .menu-drawer__menu li .list-menu__item{color:var(--color-white);line-height:1;font-weight:500;padding:1.6rem 2.4rem}.header-wrapper .header header-drawer .menu-drawer-container .menu-drawer nav.menu-drawer__navigation .menu-drawer__menu li .list-menu__item .svg-wrapper{transform:none}.header-wrapper .header header-drawer .menu-drawer-container .menu-drawer .menu-drawer__submenu .menu-drawer__close-button{padding:1.6rem 2.4rem;font-size:1.6rem;line-height:1}.header-wrapper .header header-drawer .menu-drawer-container .menu-drawer .menu-drawer__submenu .menu-drawer__close-button .svg-wrapper{width:2rem}.header-wrapper .header header-drawer .menu-drawer-container .menu-drawer .menu-drawer__utility-links{padding:1.6rem 2.4rem}footer.footer .footer__content-top{background-color:var(--color-gray-900);padding-block:3.2rem;padding-inline:0}footer.footer .footer__content-top h3{font-size:2.5rem;line-height:3.5rem;margin-bottom:0}footer.footer .footer__content-top form.footer__newsletter,footer.footer .footer__content-top form.footer__newsletter .newsletter-form__field-wrapper{max-width:unset}footer.footer .footer__content-top form.footer__newsletter .field:before,footer.footer .footer__content-top form.footer__newsletter .field:after{display:none}footer.footer .footer__content-top form.footer__newsletter .field input.field__input{height:auto;padding:1.5rem 1.6rem;font-size:1.5rem;line-height:1.8rem;color:var(--color-gray-600);border:.1rem solid var(--color-border-dark);border-radius:5rem;box-shadow:none}footer.footer .footer__content-top form.footer__newsletter .field .field__label{font-family:var(--font-body-family);font-size:1.5rem;line-height:1.8rem;color:var(--color-gray-600);letter-spacing:0;top:1.6rem}footer.footer .footer__content-top form.footer__newsletter .field input.field__input:focus+.field__label{font-size:1rem;top:.2rem}footer.footer .footer__content-top form.footer__newsletter .field .newsletter-form__button{width:auto;height:auto;padding:1.6rem 2.2rem;background-color:var(--color-primary);top:.1rem;right:.1rem;bottom:.1rem;position:static}footer.footer .footer__content-bottom{background-color:var(--color-footer-bg);padding-block:5rem}footer.footer .footer__content-bottom .copyright{font-size:1.3rem;line-height:2rem;color:var(--color-gray-500)}footer.footer .footer__content-bottom .copyright br{display:none}footer.footer .footer__content-bottom .footer-block--menu h6{margin-bottom:2.4rem}footer.footer .footer__content-bottom .footer-block--menu ul li{margin:0 0 1.2rem}footer.footer .footer__content-bottom .footer-block--menu ul li:last-child{margin-bottom:0}footer.footer .footer__content-bottom .footer-block--menu ul li a{font-size:1.5rem;line-height:1.7rem;color:var(--color-gray);text-decoration:none}footer.footer .footer__content-bottom .footer-block--menu ul li a:hover{color:var(--color-white)}.rebuy-cart__progress-step-icon,.rebuy-cart__progress-bar-meter-fill{background-color:var(--color-primary)!important}html body .rebuy-button{background-color:var(--color-black);color:var(--color-white);border-color:var(--color-black);border-radius:30px;transition:all .2s ease-in-out 0s}html body .rebuy-button:hover{background-color:var(--color-primary);border-color:var(--color-primary);color:var(--color-white)!important}.rebuy-product-actions .rebuy-button,.rebuy-cart__progress-gift-variant-select-prompt,.rebuy-cart__flyout-empty-cart a{background-color:var(--color-black)!important;color:var(--color-white)!important;border-color:var(--color-black)!important;border-radius:30px!important;transition:all .2s ease-in-out 0s}.rebuy-product-actions .rebuy-button:hover,.rebuy-cart__progress-gift-variant-select-prompt:hover,.rebuy-cart__flyout-empty-cart a:hover,.rebuy-cart__shop-pay-button{background-color:var(--color-primary)!important;border-color:var(--color-primary)!important}.rebuy-cart__shop-pay-button:hover{background-color:var(--color-black)!important;border-color:var(--color-black)!important}.rebuy-cart__flyout{border-radius:0!important;margin:0!important}html body .related-products .product-grid .grid__item .card-wrapper .card__content .price__container .price__regular .price-item{font-size:2.5rem;line-height:1;font-weight:600;color:var(--color-primary)}.product .product__title h1,h2{font-family:aileron,sans-serif!important}.pdp-accordion .accordion__content{padding-left:0;padding-top:1rem}.pdp-accordion .accordion__content p,.pdp-accordion .accordion__content ul li{color:#000!important}.pdp-accordion .product__desc-meta{display:flex;gap:20px;align-items:center}.card__rod-spec-item .card__rod-spec-label{font-size:14px;color:#6a7282}.card__rod-spec-item .card__rod-spec-value{font-size:14px;color:#000}.card-information{position:relative;padding-right:40px}.card-information:after{content:"";height:35px;width:35px;border-radius:50%;background-color:var(--color-primary);background-image:url(/cdn/shop/files/Arrow.svg?v=1782398598);position:absolute;background-repeat:no-repeat;background-position:center;background-size:20px;right:0;top:0;bottom:0;margin:auto;display:flex;justify-content:center;align-items:center}.header__heading-logo-wrapper{display:flex;align-items:center;gap:5px}.header__heading-logo-wrapper p{white-space:nowrap;font-size:1.6rem;font-weight:400;color:#000;font-family:var(--font-momo);letter-spacing:0px!important}@media screen and (max-width:1180px){.header__heading-logo-wrapper p,.header-wrapper .header nav .list-menu li .header__menu-item{font-size:1.2rem}.header__heading-logo-wrapper img{max-width:100px}}@media screen and (max-width:749px){.card-information{padding-right:35px}.card-information:after{height:30px;width:30px;background-size:16px}.price__regular .price-item--regular,html body .related-products .product-grid .grid__item .card-wrapper .card__content .price__container .price__regular .price-item{font-size:2rem}}@media screen and (min-width:750px){html body .page-width{padding:0 5rem!important}.col-md-6{width:50%}.p-md-24{padding:2.4rem!important}footer.footer .footer__content-top h3{font-size:5rem;line-height:2rem;margin-bottom:1.6rem;text-transform:none}footer.footer .footer__content-top form.footer__newsletter .field .newsletter-form__button{position:absolute;padding:1rem 2.2rem}footer.footer .footer__content-top form.footer__newsletter,footer.footer .footer__content-top form.footer__newsletter .newsletter-form__field-wrapper{max-width:53rem}}@media screen and (min-width:990px){h2,.h2{font-size:3rem}.d-lg-block{display:block}.col-lg-6{width:50%}.col-lg-4{width:33.333%}.flex-lg-nowrap{flex-wrap:nowrap}.col-lg-auto{flex:0 0 auto;width:auto}.ms-lg-auto{margin-left:auto!important}.announcement-bar .announcement-bar__message{font-size:1.6rem}.header-wrapper .header{grid-template-areas:"heading navigation icons";grid-template-columns:auto auto auto;justify-content:space-between;column-gap:2.4rem;padding-block:0}.header-wrapper .header .header__heading .header__heading-link .header__heading-logo-wrapper{max-width:unset}footer.footer .footer__content-top h3{font-size:8rem;line-height:5.2rem}footer.footer .footer__content-bottom .copyright{font-size:1.5rem;line-height:2.4rem}footer.footer .footer__content-bottom .copyright br{display:block}}@media screen and (min-width:1199px){.col-xl-auto{flex:0 0 auto;width:auto}}
/*# sourceMappingURL=/cdn/shop/t/3/assets/theme-custom.css.map */
