@charset "UTF-8";body{background-color:#f5f5f5;color:#17130e;font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif}html.is-menu-open{overflow:hidden}.container{width:100%;max-width:1512px;padding:0 50px;margin:0 auto}.site{display:flex;flex-direction:column;min-height:100vh}main{flex:1}img,svg,video{max-width:100%;height:auto}.h1{font-weight:600;font-size:50px;line-height:1}@media (max-width:767px){.container{padding:0 20px}.h1{font-size:32px}}.h2{font-weight:600;font-size:40px;line-height:1}.text-l{font-size:24px;line-height:1.22}@media (max-width:767px){.h2{font-size:24px}.text-l{font-size:18px}}.text-m{font-size:20px;line-height:1.077}.text-s{font-size:18px;line-height:1.077}.text-xs{font-size:16px;line-height:1.077}.uppercase{text-transform:uppercase}.muted{color:rgba(15,14,23,.5)}.breadcrumbs{display:flex;align-items:center;flex-wrap:wrap;gap:16px;margin-bottom:30px}@media (max-width:767px){.breadcrumbs{margin-bottom:20px}}.breadcrumbs a{color:rgba(15,14,23,.5);text-decoration:none;transition:opacity .2s}.breadcrumbs a:hover{opacity:.7}.breadcrumbs .separator{display:inline-flex;color:#17130e}.breadcrumbs .last,.breadcrumbs-sep{color:#17130e}.rating-stars{display:inline-flex;align-items:center;gap:4px;color:#17130e}.rating-star{width:20px;height:20px;flex-shrink:0}.rating-star.is-empty{fill:none}.rating-star.is-filled{fill:currentColor}.visually-hidden{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}@keyframes pulseBefore{0%{transform:scale(0);opacity:1}33.33%{transform:scale(.3);opacity:.7}100%{transform:scale(1);opacity:0}}@keyframes pulseAfter{0%,33.33%{transform:scale(.5);opacity:0}100%{transform:scale(1);opacity:1}}.auth{position:fixed;inset:0;z-index:120;visibility:hidden;pointer-events:none;transition:visibility linear .4s}.auth.is-open{visibility:visible;pointer-events:auto;transition-delay:0s}.auth-overlay{position:absolute;inset:0;background:rgba(0,0,0,.2);opacity:0;transition:opacity .4s}.auth.is-open .auth-overlay{opacity:1}.auth-panel{position:absolute;top:0;right:0;height:100%;width:464px;max-width:92vw;background-color:#fff;display:flex;flex-direction:column;transform:translateX(100%);transition:transform .4s}.auth.is-open .auth-panel{transform:translateX(0)}.auth-header{position:relative;display:flex;align-items:center;height:83px;flex-shrink:0}@media (max-width:767px){.auth-panel{width:100%;max-width:100%}.auth-header{height:64px}}.auth-close{display:inline-flex;align-items:center;justify-content:center;width:83px;height:83px;background-color:#e1dede;border:none;cursor:pointer}.auth-close img{width:23px;height:23px}.auth-header-title{flex:1;display:flex;align-items:center;justify-content:center;gap:9px;font-size:18px;font-weight:500}.auth-header-title .auth-header-icon{width:24px;height:24px}.auth-body{flex:1;overflow-y:auto;padding:30px}@media (max-width:767px){.auth-close{width:64px;height:64px}.auth-close img{width:20px;height:20px}.auth-body{padding:24px 20px}}.auth-screen{display:none;flex-direction:column}.auth-screen.is-active{display:flex}.auth-title{font-size:24px;font-weight:500;line-height:1.077;color:#17130e;margin-bottom:24px}.auth-sublabel{font-size:16px;font-weight:500;line-height:1.2;color:rgba(15,14,23,.5);margin-bottom:16px}.auth-sublabel:not(:first-of-type){margin-top:24px}.auth-social{display:grid;grid-template-columns:1fr 1fr;gap:20px}.auth-social--single{grid-template-columns:1fr}.auth-or{display:flex;align-items:center;gap:16px;margin:24px 0;color:rgba(15,14,23,.5);font-size:16px}.auth-or::after,.auth-or::before{content:"";flex:1;height:1px;background:rgba(15,14,23,.2)}.auth-social-btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;height:60px;padding:0 20px;background:0 0;border:1px solid #17130e;cursor:pointer;font-family:inherit;font-size:18px;color:#17130e;transition:background-color .2s,color .2s}.auth-social-btn:hover{background-color:#e1dede}.auth-social-btn .auth-social-icon{width:24px;height:24px}.auth-field{display:block;position:relative;margin-top:20px}.auth-input{width:100%;height:60px;padding:0 19px;background:0 0;border:1px solid #17130e;font-family:inherit;font-size:18px;line-height:.88;color:#17130e}.auth-input:focus{outline:0;border-color:#971722}.auth-field-label{position:absolute;left:20px;top:-8px;padding:0 5px;background-color:#fff;font-size:12px;line-height:1;color:rgba(15,14,23,.5);pointer-events:none;transition:color .2s}.auth-input:focus+.auth-field-label{color:#971722}.auth-field:has([data-password-toggle]) .auth-input{padding-right:56px}.auth-password-toggle{position:absolute;top:30px;right:18px;transform:translateY(-50%);display:inline-flex;align-items:center;justify-content:center;padding:0;background:0 0;border:none;cursor:pointer;color:rgba(15,14,23,.5);transition:color .2s}.auth-password-toggle:hover{color:#17130e}.auth-password-toggle .auth-password-eye{width:22px;height:22px}.auth-password-toggle .auth-password-eye--hide{display:none}.auth-password-toggle.is-visible{color:#17130e}.auth-password-toggle.is-visible .auth-password-eye--show{display:none}.auth-password-toggle.is-visible .auth-password-eye--hide{display:block}.auth-check{display:inline-flex;align-items:center;gap:12px;cursor:pointer;font-size:16px;line-height:.88;color:#17130e}.auth-check--agree{margin-top:20px;align-items:flex-start}.auth-check a{color:#17130e;text-decoration:underline;text-underline-position:from-font}.auth-check-input{position:absolute;opacity:0;width:0;height:0}.auth-check-box{flex-shrink:0;width:25px;height:25px;border:1px solid #17130e;position:relative}.auth-check-input:checked+.auth-check-box{background-color:#17130e}.auth-check-input:checked+.auth-check-box::after{content:"";position:absolute;left:8px;top:3px;width:6px;height:12px;border:solid #fff;border-width:0 2px 2px 0;transform:rotate(45deg)}.auth-check-input:focus-visible+.auth-check-box{outline:#971722 solid 2px;outline-offset:2px}.auth-check-label{line-height:1.2;user-select:none}.auth-row{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-top:24px}.auth-link{background:0 0;border:none;padding:0;cursor:pointer;font-family:inherit;font-size:16px;color:#17130e;text-decoration:underline;text-underline-position:from-font;transition:color .2s}.auth-link:hover{color:#971722}.auth-error{margin-top:16px;font-size:14px;color:#971722}.auth-success{margin-top:16px;font-size:14px;color:#2e7d32}.auth-foot{margin-top:40px}.auth-switch{display:flex;align-items:center;gap:30px;margin-bottom:17px;font-size:16px}.auth-submit{width:100%;height:62px}.btn{display:inline-flex;align-items:center;justify-content:center;padding:20px 50px;background-color:#17130e;color:#f5f5f5;font-size:20px;font-weight:500;line-height:1.077;text-transform:uppercase;text-align:center;border:none;cursor:pointer;transition:background-color .25s,color .25s}.btn:hover{background-color:#971722;color:#f5f5f5}.btn--outline{background-color:transparent;color:#17130e;border:1px solid #17130e}.btn--outline:hover{background-color:#17130e;color:#f5f5f5}.cart{position:fixed;inset:0;z-index:110;visibility:hidden;pointer-events:none;transition:visibility linear .4s}.cart.is-open{visibility:visible;pointer-events:auto;transition-delay:0s}.cart-overlay{position:absolute;inset:0;background:rgba(0,0,0,.2);opacity:0;transition:opacity .4s}.cart.is-open .cart-overlay{opacity:1}.cart-panel{position:absolute;top:0;right:0;height:100%;width:464px;max-width:92vw;background-color:#fff;display:flex;flex-direction:column;transform:translateX(100%);transition:transform .4s}.cart.is-open .cart-panel{transform:translateX(0)}.cart-header{position:relative;display:flex;align-items:center;height:83px;flex-shrink:0}@media (max-width:767px){.cart-panel{width:100%;max-width:100%}.cart-header{height:64px}}.cart-close{display:inline-flex;align-items:center;justify-content:center;width:83px;height:83px;background-color:#e1dede;border:none;cursor:pointer}.cart-close img{width:23px;height:23px}.cart-header-title{flex:1;display:flex;align-items:center;justify-content:center;gap:9px;font-size:18px;font-weight:500}.cart-header-title .cart-header-icon{width:28px;height:29px}.cart-content{flex:1;min-height:0;display:flex;flex-direction:column}.cart-body{flex:1;overflow-y:auto;padding:31px 30px;display:flex;flex-direction:column;gap:30px}@media (max-width:767px){.cart-close{width:64px;height:64px}.cart-close img{width:20px;height:20px}.cart-body{padding:20px 16px;gap:20px}}.cart-item{display:flex;gap:23px}.cart-item-media{flex-shrink:0;width:137px;height:137px;background-color:#e1dede;display:flex;align-items:center;justify-content:center;overflow:hidden}.cart-item-media img{max-width:68px;max-height:103px;width:auto;height:auto;object-fit:contain}@media (max-width:767px){.cart-item{gap:14px}.cart-item-media{width:96px;height:96px}.cart-item-media img{max-width:52px;max-height:78px}}.cart-item-body{flex:1;min-width:0;display:flex;flex-direction:column}.cart-item-head{display:flex;justify-content:space-between;gap:12px}.cart-item-author{font-size:16px;font-weight:500;line-height:.88;margin-bottom:5px}.cart-item-title{font-size:20px;font-weight:600;line-height:.88}.cart-item-remove{flex-shrink:0;background:0 0;border:none;padding:0;cursor:pointer}.cart-item-remove img{width:23px;height:23px}.cart-item-controls{display:flex;flex-direction:column;gap:12px;margin-top:auto}@media (max-width:767px){.cart-item-title{font-size:18px}.cart-item-controls{margin-top:14px}}.cart-qty{display:flex;align-items:center;gap:7px}.cart-qty-btn{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;flex-shrink:0;padding:0;background:0 0;border:1px solid #17130e;cursor:pointer;transition:background-color .2s,opacity .2s}.cart-qty-btn img{display:block;width:auto;height:auto}.cart-qty-btn[data-cart-minus]:hover,.cart-qty-btn[data-qty-minus]:hover{background-color:#e1dede}.cart-qty-btn[data-cart-plus],.cart-qty-btn[data-qty-plus]{background-color:#17130e;border-color:#17130e}.cart-qty-btn[data-cart-plus]:hover,.cart-qty-btn[data-qty-plus]:hover{opacity:.85}.cart-qty-value{display:inline-flex;align-items:center;justify-content:center;width:51px;height:36px;border:1px solid #17130e;font-size:20px;font-weight:500}.cart-item-price{font-size:20px;font-weight:600;line-height:.88}.cart-footer{flex-shrink:0;padding:30px}.cart-total{font-size:24px;font-weight:500;margin-bottom:26px}@media (max-width:767px){.cart-footer{padding:20px 16px}.cart-total{font-size:20px;margin-bottom:18px}}.cart-checkout{display:flex;align-items:center;justify-content:center;height:62px;padding:20px 50px;background-color:#17130e;color:#f5f5f5;font-size:20px;font-weight:500;text-transform:uppercase;text-decoration:none;transition:background-color .25s,color .25s}.cart-checkout:hover{background-color:#971722;color:#f5f5f5}@media (max-width:767px){.cart-checkout{height:56px;padding:16px 30px}}.cart-empty{height:100%;padding:40px 30px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:30px;text-align:center}@media (max-width:767px){.cart-empty{padding:40px 16px;gap:24px}}.cart-empty-text{font-size:20px;line-height:1.2;color:rgba(15,14,23,.5)}.footer{margin-top:auto;background-color:#17130e;color:#f5f5f5;padding:93px 0}.footer-inner{display:flex;flex-direction:column;gap:60px}@media (max-width:767px){.footer{padding:30px 0}.footer-inner{display:grid;grid-template-columns:1fr 1fr;gap:40px 20px}}.footer-bottom,.footer-nav{display:grid;grid-template-columns:repeat(5,1fr);gap:40px}.footer-bottom{align-items:start}.footer-bottom .footer-brand{grid-column:1/span 3}.footer-bottom .footer-legal{grid-column:4}.footer-bottom .footer-cta{grid-column:5}.footer-col-title{color:rgba(245,245,245,.5);margin-bottom:52px}@media (max-width:767px){.footer-nav{display:contents}.footer-nav .footer-col:nth-child(1){grid-area:1/1}.footer-nav .footer-col:nth-child(2){grid-area:1/2}.footer-nav .footer-col:nth-child(3){grid-area:2/1}.footer-nav .footer-col:nth-child(4){grid-area:2/2}.footer-nav .footer-col:nth-child(5){grid-area:3/1}.footer-bottom{display:contents}.footer-bottom .footer-legal{grid-area:3/2}.footer-bottom .footer-cta{grid-area:4/1/auto/-1}.footer-bottom .footer-brand{grid-area:5/1/auto/-1}.footer-col-title{margin-bottom:20px}}.footer-links{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:12px}.footer-links a{font-size:20px;font-weight:500;line-height:1.077;color:rgba(245,245,245,.8);text-decoration:none;transition:color .25s}.footer-links a:hover{color:#f5f5f5}.footer-links--underline a{text-decoration:underline;text-underline-position:from-font}.footer-cta{display:flex;flex-direction:column;gap:20px}.footer-btn{display:flex;align-items:center;justify-content:center;min-height:59px;padding:18px 20px;font-size:20px;line-height:1.077;white-space:nowrap;text-align:center;text-decoration:none;border:1px solid #e1dede;transition:background-color .25s,color .25s,border-color .25s}.footer-btn:hover{background-color:#971722;border-color:#971722;color:#f5f5f5}.footer-btn--filled{background-color:#e1dede;color:#17130e;font-weight:700}.footer-btn--outline{background:0 0;color:#f5f5f5;font-weight:400}.footer-legal{display:flex;flex-direction:column;gap:43px}@media (max-width:767px){.footer-links a{font-size:16px}.footer-links--underline a{font-size:20px}.footer-legal{gap:20px}}.footer-legal-links{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:16px}.footer-legal-links a{font-size:14px;font-weight:500;line-height:1.077;color:rgba(245,245,245,.8);text-decoration:underline;text-underline-position:from-font}.footer-copy{font-size:14px;font-weight:500;line-height:1.077;color:rgba(245,245,245,.8)}.footer-brand{width:579px;max-width:100%}.footer-brand img{display:block;width:100%;height:auto}.form{position:relative}.wpcf7-form .wpcf7-form-control-wrap{display:block}.wpcf7-form .wpcf7-not-valid-tip{color:#ff4757;font-size:14px;margin-top:8px}.wpcf7-form .wpcf7-validation-errors{background:rgba(255,71,87,.1);border:1px solid #ff4757;border-radius:8px;padding:16px;margin-bottom:24px;color:#ff4757}@media (max-width:1365px){.wpcf7-form .wpcf7-not-valid-tip{font-size:13px;margin-top:6px}.wpcf7-form .wpcf7-validation-errors{padding:14px;margin-bottom:20px}}@media (max-width:767px){.footer-brand{width:100%}.wpcf7-form .wpcf7-not-valid-tip{font-size:11px;margin-top:3px}.wpcf7-form .wpcf7-validation-errors{padding:10px;margin-bottom:12px}}.wpcf7-form .wpcf7-mail-sent-ok{background:rgba(42,165,207,.1);border:1px solid var(--Ball-Blue,#2aa5cf);border-radius:8px;padding:16px;margin-bottom:24px;color:var(--Ball-Blue,#2aa5cf)}@media (max-width:1365px){.wpcf7-form .wpcf7-mail-sent-ok{padding:14px;margin-bottom:20px}}@media (max-width:767px){.wpcf7-form .wpcf7-mail-sent-ok{padding:10px;margin-bottom:12px}}.wpcf7-form .wpcf7-response-output{margin:0!important}.form-loader{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:rgba(24,16,61,.85);opacity:0;visibility:hidden;transition:.3s;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:100}.form-loader.active{opacity:1;visibility:visible}.form-loader-spinner{width:36px;height:36px;border:2px solid #000;border-radius:50%;position:relative}.form-loader-spinner::before{content:"";position:absolute;inset:-2px;border:2px solid transparent;border-top:2px solid #fff;border-left:2px solid #fff;border-radius:50%;animation:1s linear infinite form-loader-spin;z-index:1}@keyframes form-loader-spin{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}.header{position:sticky;top:0;z-index:20;padding:20px 0;background-color:#f5f5f5}@media (max-width:767px){.header{padding:15px 0}}.header-inner{display:flex;align-items:center;justify-content:space-between;position:relative}.header-burger{display:inline-flex;align-items:center;background:0 0;border:none;padding:0;cursor:pointer}.header-burger img{width:35px;height:16px}.header-logo{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);display:block}.header-logo img{display:block;width:120px;height:29px}.header-actions{display:flex;align-items:center;gap:20px}@media (max-width:767px){.header-logo{position:static;transform:unset}.header-logo img{width:113px;height:27px}.header-actions .header-action[aria-label=Акаунт]{display:none}}.header-action{display:inline-flex;align-items:center;gap:5px;text-decoration:none;color:#17130e;transition:opacity .25s}.header-action:hover{opacity:.7}.header-action img{display:block}.header-action-count{font-size:24px;font-weight:500;line-height:1.077}.header-action-count.is-empty{display:none}.menu{position:fixed;inset:0;z-index:100;visibility:hidden;pointer-events:none;transition:visibility linear .4s}.menu.is-open{visibility:visible;pointer-events:auto;transition-delay:0s}.menu-overlay{position:absolute;inset:0;background:rgba(0,0,0,.2);opacity:0;transition:opacity .4s}.menu.is-open .menu-overlay{opacity:1}.menu-panel{position:absolute;top:0;left:0;height:100%;width:413px;max-width:90vw;background-color:#fff;padding:50px;transform:translateX(-100%);transition:transform .4s}.menu.is-open .menu-panel{transform:translateX(0)}.menu-close{display:inline-flex;background:0 0;border:none;padding:0;cursor:pointer}.menu-close img{width:23px;height:23px}.menu-list{list-style:none;margin:83px 0 0;padding:0;display:flex;flex-direction:column;gap:30px}.menu-link{font-size:24px;font-weight:600;line-height:.88;color:#17130e;text-decoration:none;transition:opacity .2s}.menu-link:hover{opacity:.6}.newsletter{background-color:#e1dede;padding:77px 0 84px}.newsletter-inner{display:flex;align-items:center;justify-content:space-between;gap:60px}.newsletter-text{max-width:504px}.newsletter-desc{margin-top:24px;font-weight:500;line-height:1.2}@media (max-width:767px){.newsletter{padding:30px 0}.newsletter-inner{flex-direction:column;align-items:stretch;gap:30px}.newsletter-text{max-width:none}.newsletter-desc{margin-top:16px;font-size:16px}}.newsletter-form{display:flex;gap:23px;flex-shrink:0}.newsletter-input{width:517px;height:70px;padding:20px 30px;background:0 0;border:4px solid #17130e;color:#17130e;font-family:inherit;font-weight:500}.newsletter-input::placeholder{color:rgba(15,14,23,.8);text-transform:uppercase}.newsletter-submit{padding:20px 30px;background-color:#17130e;color:#f5f5f5;font-family:inherit;font-weight:500;border:none;cursor:pointer;transition:background-color .25s,color .25s}.newsletter-submit:hover{background-color:#971722;color:#f5f5f5}@media (max-width:767px){.newsletter-form{flex-direction:column;gap:20px}.newsletter-input{width:100%;flex:none;height:60px;font-size:16px}.newsletter-submit{text-transform:uppercase}}.pw{display:flex;justify-content:center;padding:80px 0 120px}@media (max-width:767px){.pw{padding:40px 0 80px}}.pw-card{width:100%;max-width:464px;display:flex;flex-direction:column;padding:0 20px}.pw-title{font-size:32px;font-weight:500;line-height:1.077;color:#17130e;margin-bottom:16px}@media (max-width:767px){.pw-title{font-size:26px}}.pw-lead{font-size:16px;line-height:1.35;color:rgba(15,14,23,.5);margin-bottom:8px}.pw-field{display:block;position:relative;margin-top:24px}.pw-input{width:100%;height:60px;padding:0 19px;background:0 0;border:1px solid #17130e;font-family:inherit;font-size:18px;line-height:.88;color:#17130e}.pw-input:focus{outline:0;border-color:#971722}.pw-field [data-password-toggle]~.pw-input,.pw-field:has([data-password-toggle]) .pw-input{padding-right:56px}.pw-field-label{position:absolute;left:20px;top:-8px;padding:0 5px;background-color:#f5f5f5;font-size:12px;line-height:1;color:rgba(15,14,23,.5);pointer-events:none;transition:color .2s}.pw-input:focus+.pw-field-label{color:#971722}.pw-toggle{position:absolute;top:30px;right:18px;transform:translateY(-50%);display:inline-flex;align-items:center;justify-content:center;padding:0;background:0 0;border:none;cursor:pointer;color:rgba(15,14,23,.5);transition:color .2s}.pw-toggle:hover{color:#17130e}.pw-toggle .pw-eye{width:22px;height:22px}.pw-toggle .pw-eye--hide{display:none}.pw-toggle.is-visible{color:#17130e}.pw-toggle.is-visible .pw-eye--show{display:none}.pw-toggle.is-visible .pw-eye--hide{display:block}.pw-submit{width:100%;height:62px;margin-top:32px;text-decoration:none}.review-modal{position:fixed;inset:0;z-index:120;visibility:hidden;pointer-events:none;transition:visibility linear .4s}.review-modal.is-open{visibility:visible;pointer-events:auto;transition-delay:0s}.review-modal-overlay{position:absolute;inset:0;background:rgba(0,0,0,.2);opacity:0;transition:opacity .4s}.review-modal.is-open .review-modal-overlay{opacity:1}.review-modal-panel{position:absolute;top:50%;left:50%;width:560px;max-width:calc(100vw - 40px);max-height:calc(100vh - 40px);overflow-y:auto;padding:50px;background-color:#f5f5f5;transform:translate(-50%,-46%);opacity:0;transition:transform .4s,opacity .4s}.review-modal.is-open .review-modal-panel{transform:translate(-50%,-50%);opacity:1}.review-modal-close{position:absolute;top:20px;right:20px;display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;padding:0;background:0 0;border:none;cursor:pointer;transition:opacity .2s}.review-modal-close:hover{opacity:.6}.review-modal-close img{width:20px;height:20px}.review-modal-title{font-size:30px;font-weight:600;line-height:.88;margin-bottom:30px}.review-form{display:flex;flex-direction:column;gap:20px}.review-form-rating{display:flex;flex-direction:column;gap:12px}.review-form-label{font-size:16px;line-height:1.077}.review-form-stars{display:inline-flex;align-items:center;gap:8px;width:max-content}.review-form-star{display:inline-flex;padding:0;background:0 0;border:none;cursor:pointer;color:rgba(15,14,23,.2);transition:color .15s}.review-form-star .review-form-star-icon{width:28px;height:26px}.review-form-star.is-active{color:#ffb800}.review-form-star.is-active .review-form-star-icon path{fill:currentColor;stroke:currentColor}.review-form-stars.is-error .review-form-star:not(.is-active){color:rgba(184,46,46,.5)}.review-form-field{display:block}.review-form-input,.review-form-textarea{width:100%;padding:16px 20px;background-color:#fff;border:1px solid rgba(15,14,23,.2);font-family:inherit;font-size:16px;line-height:1.2;color:#17130e;transition:border-color .2s}.review-form-input::placeholder,.review-form-textarea::placeholder{color:rgba(15,14,23,.5)}.review-form-input:focus,.review-form-textarea:focus{outline:0;border-color:#17130e}.review-form-input.is-error,.review-form-textarea.is-error{border-color:#b82e2e}.review-form-textarea{resize:vertical;min-height:120px}.review-form-submit{margin-top:10px;width:100%}.review-form-submit:disabled{opacity:.6;cursor:default}.error-404{min-height:calc(100vh - 200px);display:flex;align-items:center;background-color:#f5f5f5;padding:80px 0}.error-404-inner{max-width:640px;margin:0 auto;display:flex;flex-direction:column;align-items:center;text-align:center}.error-404-code{font-size:160px;font-weight:700;line-height:1;color:#17130e}@media (max-width:767px){.error-404{min-height:60vh;padding:50px 0}.error-404-code{font-size:88px}}.error-404-title{margin-top:20px;font-size:40px;font-weight:600;line-height:1;color:#17130e}.error-404-text{margin-top:24px;max-width:480px;color:rgba(15,14,23,.5)}@media (max-width:767px){.error-404-title{font-size:24px}.error-404-text{margin-top:16px}}.error-404-actions{margin-top:40px;display:flex;gap:15px}.about-hero{background-color:#f5f5f5}.about-hero-top{display:grid;grid-template-columns:1fr 705px;gap:65px}@media (max-width:767px){.error-404-actions{flex-direction:column;align-items:stretch;width:100%;max-width:320px;margin-top:30px}.about-hero-top{grid-template-columns:1fr;gap:30px}}.about-hero-content{display:flex;flex-direction:column;padding-top:20px}.about-hero-text{margin:auto 0;display:flex;flex-direction:column;align-items:flex-start;gap:60px}.about-hero-lead{max-width:500px;font-weight:500}.about-hero-media{aspect-ratio:1/1;margin-right:-50px;overflow:hidden}.about-hero-media img{width:100%;height:100%;object-fit:cover}@media (max-width:767px){.about-hero-text{gap:30px}.about-hero-lead{max-width:none}.about-hero-media{margin-right:0}}.about-stats{display:grid;grid-template-columns:repeat(4,240px);gap:10px;justify-content:space-between;padding:135px 0}@media (max-width:767px){.about-stats{grid-template-columns:1fr 1fr;gap:30px 20px;padding:50px 0}}.about-stat{display:flex;flex-direction:column;gap:16px}.about-stat-value{padding-top:16px;border-top:1px solid #17130e;margin-top:auto;font-size:50px;line-height:1.077}.about-split{background-color:#f5f5f5}.about-split-inner{display:grid;grid-template-columns:1fr 705px;gap:65px}@media (max-width:767px){.about-stat-value{font-size:32px}.about-split-inner{grid-template-columns:1fr;gap:30px}}.about-split-text{display:flex;flex-direction:column;gap:50px;margin:auto 0}.about-split-media{margin-right:-50px;aspect-ratio:1/1;overflow:hidden}.about-split-media img{width:100%;height:100%;object-fit:cover}.about-approach{padding:150px 0;background-color:#e1dede}@media (max-width:767px){.about-split-text{gap:24px}.about-split-media{margin-right:0}.about-approach{padding:50px 0;margin:50px 0}}.about-approach-inner{display:grid;grid-template-columns:544px 1fr;gap:214px;align-items:center}@media (max-width:767px){.about-approach-inner{grid-template-columns:1fr;gap:30px}}.about-approach-media{aspect-ratio:1/1;overflow:hidden}.about-approach-media img{width:100%;height:100%;object-fit:cover}.about-approach-text{max-width:489px;display:flex;flex-direction:column;gap:50px}.about-team{background-color:#f5f5f5;padding:60px 0}.about-team-title{margin-bottom:54px}@media (max-width:767px){.about-approach-text{max-width:none;gap:24px}.about-team{padding:50px 0 0}.about-team-title{margin-bottom:30px}}.about-team-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:50px 24px}.about-member{margin:0}.about-member-photo{width:335px;height:335px;overflow:hidden;background-color:#fff}.about-member-photo img{width:100%;height:100%;object-fit:cover}@media (max-width:767px){.about-team-grid{grid-template-columns:1fr 1fr;gap:30px 16px}.about-member-photo{width:100%;height:auto;aspect-ratio:1/1}}.about-member-caption{margin-top:22px;display:flex;flex-direction:column;gap:6px}.about-member-name{font-weight:500}.about-team-quote{align-self:center;max-width:265px;text-align:center;justify-self:center}.about-history{background-image:url(../images/about/about-history-bg.webp);background-size:cover;background-position:bottom;padding-top:90px;overflow:hidden;position:relative}@media (max-width:767px){.about-team-quote{grid-column:1/-1;max-width:none;margin:6px 0}.about-history{padding-top:50px}}.about-history::before{content:"";background:linear-gradient(180deg,#f5f5f5 0,rgba(245,245,245,0) 100%);position:absolute;top:0;left:0;right:0;bottom:0}.about-history-title{text-align:center;margin-bottom:120px;position:relative;z-index:2}.about-history-track{padding-bottom:50px;display:flex;flex-direction:column;gap:40px;position:relative;z-index:2}@media (max-width:767px){.about-history-title{margin-bottom:40px}.about-history-track{gap:20px}}.about-milestone{width:375px;padding:33px;border:1px solid rgba(15,14,23,.2);display:flex;flex-direction:column;justify-content:space-between;gap:40px}.about-milestone:nth-child(4n+1){margin-left:135px}.about-milestone:nth-child(4n+2){margin-top:-200px;margin-left:auto;margin-right:135px}.about-milestone:nth-child(4n+3){margin-left:320px}.about-milestone:nth-child(4n+4){margin-top:-200px;margin-left:auto;margin-right:135px}.about-milestone-year{font-weight:300;font-size:50px;line-height:.88}.about-milestone-text{line-height:1.21}.about-history-img{margin-top:-80px}@media (max-width:767px){.about-milestone{width:100%;padding:24px;gap:20px}.about-milestone:nth-child(4n+1),.about-milestone:nth-child(4n+2),.about-milestone:nth-child(4n+3),.about-milestone:nth-child(4n+4){margin:0}.about-milestone-year{font-size:36px}.about-history-img{margin-top:0}}.about-history-img img{display:block;width:100%;height:100%;object-fit:cover}.account{padding:40px 0 90px}@media (max-width:767px){.account{padding:30px 0 60px}}.account-head{display:flex;align-items:center;justify-content:space-between;gap:30px;padding-bottom:40px}@media (max-width:767px){.account-head{flex-wrap:wrap;gap:20px;padding-bottom:24px}}.account-user{display:flex;align-items:center;gap:39px;min-width:0}.account-avatar{flex-shrink:0;width:98px;height:98px;background-color:#fff}.account-email{font-size:24px;font-weight:500;line-height:1.077;color:#17130e;word-break:break-word}@media (max-width:767px){.account-user{gap:16px}.account-avatar{width:64px;height:64px}.account-email{font-size:18px}}.account-logout{display:inline-flex;align-items:center;gap:12px;flex-shrink:0;color:#17130e;font-size:24px;text-decoration:none;transition:color .2s}.account-logout:hover{color:#971722}.account-logout span{text-decoration:underline;text-underline-position:from-font}.account-logout .account-logout-icon{width:27px;height:27px}.account-tabs{display:flex;gap:30px;border-bottom:1px solid rgba(15,14,23,.2)}@media (max-width:767px){.account-logout{font-size:18px}.account-logout .account-logout-icon{width:22px;height:22px}.account-tabs{gap:10px;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch}}.account-tab{flex-shrink:0;padding:12px 20px;background:0 0;border:none;border-bottom:1px solid transparent;cursor:pointer;font-family:inherit;font-size:16px;font-weight:500;line-height:1.077;text-transform:uppercase;color:#17130e;white-space:nowrap;transition:border-color .2s,opacity .2s}.account-tab:hover{opacity:.6}.account-tab.is-active{border-bottom-color:#17130e}@media (max-width:767px){.account-tab{padding:12px;font-size:14px}}.account-panels{padding-top:60px}.account-panel{display:none}.account-panel.is-active{display:block}.account-panel-title{font-size:24px;font-weight:500;line-height:1.077;color:#17130e;margin-bottom:30px}.account-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,367.5px));gap:20px}@media (max-width:767px){.account-panels{padding-top:40px}.account-panel-title{font-size:20px;margin-bottom:24px}.account-form-grid{grid-template-columns:1fr;gap:20px}}.account-field{display:block;position:relative}.account-input{width:100%;height:60px;padding:0 19px;background:0 0;border:1px solid #17130e;font-family:inherit;font-size:18px;line-height:.88;color:#17130e}.account-input:focus{outline:0;border-color:#971722}.account-field-label{position:absolute;left:20px;top:-8px;padding:0 5px;background-color:#f5f5f5;font-size:12px;line-height:1;color:rgba(15,14,23,.5);pointer-events:none;transition:color .2s}.account-input:focus+.account-field-label{color:#971722}.account-field--readonly .account-input{color:rgba(15,14,23,.5);cursor:not-allowed}.account-field--readonly .account-input:focus{border-color:#17130e}.account-input--date{color:#17130e}.account-input--date::-webkit-calendar-picker-indicator{cursor:pointer;opacity:.6;transition:opacity .2s}.account-input--date:hover::-webkit-calendar-picker-indicator{opacity:1}.account-link{display:block;width:fit-content;background:0 0;border:none;padding:0;cursor:pointer;font-family:inherit;font-size:18px;font-weight:500;color:#17130e}.account-msg{margin-top:20px;font-size:14px}.account-msg.is-error{color:#971722}.account-msg.is-success{color:#2e7d32}.account-password{margin-top:40px}.account-password-fields{display:flex;flex-direction:column;gap:20px;max-width:420px;margin-top:20px}.account-password-fields .account-input{padding-right:56px}.account-password-eye-btn{position:absolute;top:30px;right:18px;transform:translateY(-50%);display:inline-flex;align-items:center;justify-content:center;padding:0;background:0 0;border:none;cursor:pointer;color:rgba(15,14,23,.5);transition:color .2s}.account-password-eye-btn:hover{color:#17130e}.account-password-eye-btn .account-password-eye{width:22px;height:22px}.account-password-eye-btn .account-password-eye--hide{display:none}.account-password-eye-btn.is-visible{color:#17130e}.account-password-eye-btn.is-visible .account-password-eye--show{display:none}.account-password-eye-btn.is-visible .account-password-eye--hide{display:block}.account-password-save{align-self:flex-start}.account-save{display:flex;width:fit-content;margin-top:40px;min-width:220px}@media (max-width:767px){.account-save{width:100%}}.account-stub{font-size:18px;color:rgba(15,14,23,.5)}.wishlist-consent{display:flex;align-items:center;gap:12px;margin-top:24px;cursor:pointer;font-size:16px;color:#17130e}.wishlist-consent-input{position:absolute;opacity:0;width:0;height:0}.wishlist-consent-box{flex-shrink:0;width:22px;height:22px;border:1px solid #17130e;position:relative}.wishlist-consent-input:checked+.wishlist-consent-box::after{content:"";position:absolute;left:7px;top:2px;width:6px;height:12px;border:solid #17130e;border-width:0 2px 2px 0;transform:rotate(45deg)}.wishlist-friend{margin-top:60px;padding-top:40px;border-top:1px solid rgba(15,14,23,.2)}@media (max-width:767px){.wishlist-friend{margin-top:40px}}.wishlist-friend-title{font-size:24px;font-weight:500;line-height:1.077;color:#17130e}.wishlist-friend-hint{margin-top:12px;font-size:16px;color:rgba(15,14,23,.5)}.wishlist-friend-form{display:flex;align-items:stretch;gap:15px;margin-top:24px;max-width:560px}.wishlist-friend-form .account-field{flex:1;min-width:0}@media (max-width:767px){.wishlist-friend-form{flex-direction:column}}.wishlist-friend-btn{flex-shrink:0;height:60px;white-space:nowrap}.wishlist-friend [data-friend-grid]{margin-top:40px}.wishlist-empty .wishlist-empty-text{font-size:20px;line-height:1.37;color:#17130e}@media (max-width:767px){.wishlist-friend [data-friend-grid]{margin-top:30px}.wishlist-empty .wishlist-empty-text{font-size:16px}}.wishlist-empty .wishlist-empty-btn{display:inline-flex;width:fit-content;margin-top:50px}.view-order{padding:40px 0 90px}.view-order-back{display:inline-block;margin-bottom:24px;font-size:16px;color:#17130e;text-decoration:underline;text-underline-position:from-font}.view-order-back:hover{color:#971722}.view-order-head{display:flex;align-items:center;gap:16px;flex-wrap:wrap}.view-order-title{font-size:32px;font-weight:600;line-height:1;color:#17130e}@media (max-width:767px){.wishlist-empty .wishlist-empty-btn{width:100%;margin-top:40px}.view-order{padding:30px 0 60px}.view-order-title{font-size:24px}}.view-order-status{display:inline-flex;align-items:center;height:30px;padding:0 14px;font-size:13px;font-weight:600;text-transform:uppercase;background-color:#e1dede;color:#17130e}.view-order-status--completed,.view-order-status--processing{background-color:#e5f2e6;color:#2e7d32}.view-order-status--cancelled,.view-order-status--failed,.view-order-status--refunded{background-color:rgba(151,23,34,.1);color:#971722}.view-order-date{margin-top:8px;font-size:16px;color:rgba(15,14,23,.5)}.view-order-items{margin-top:40px;display:flex;flex-direction:column;border-top:1px solid rgba(15,14,23,.2)}.view-order-item{display:grid;grid-template-columns:64px 1fr auto auto;align-items:center;gap:20px;padding:16px 0;border-bottom:1px solid rgba(15,14,23,.2)}.view-order-item-media{width:64px;height:84px;background-color:#e1dede;overflow:hidden}.view-order-item-media img{width:100%;height:100%;object-fit:cover}.view-order-item-name{font-size:18px;font-weight:500}.view-order-item-qty{color:rgba(15,14,23,.5)}@media (max-width:767px){.view-order-item{grid-template-columns:48px 1fr auto;gap:12px}.view-order-item-media{width:48px;height:64px}.view-order-item-name{font-size:15px}.view-order-item-qty{grid-column:2;font-size:14px}}.view-order-item-price{font-weight:600;white-space:nowrap}.view-order-totals{margin-top:24px;display:flex;flex-direction:column;gap:10px}.view-order-total-row{display:flex;justify-content:space-between;gap:20px;font-size:16px}.view-order-total-row--order_total{font-size:20px;font-weight:600;padding-top:10px;border-top:1px solid rgba(15,14,23,.2)}.view-order-block{margin-top:40px}.view-order-block-title{font-size:20px;font-weight:600;margin-bottom:14px}.view-order-line{font-size:16px;line-height:1.5}.view-order-line+.view-order-line{margin-top:4px}.view-order-track{margin-left:8px;color:#971722;text-decoration:underline;text-underline-position:from-font}.orders-empty .orders-empty-text{font-size:20px;line-height:1.37;color:#17130e}.orders-empty .orders-empty-btn{display:inline-flex;width:fit-content;margin-top:40px}.orders-table{display:flex;flex-direction:column}.orders-head,.orders-row{display:grid;grid-template-columns:1fr 1fr 1fr;align-items:center;gap:20px}.orders-head{padding-bottom:20px;font-size:16px;color:rgba(15,14,23,.5)}.orders-row{padding:24px 0;border-top:1px solid rgba(15,14,23,.2);color:#17130e;text-decoration:none;transition:opacity .2s}.orders-row:hover{opacity:.7}.orders-col--num{font-size:18px;font-weight:500}.orders-row-date{white-space:nowrap}.orders-col--sum{font-size:18px;font-weight:500}@media (max-width:767px){.orders-empty .orders-empty-text{font-size:16px}.orders-empty .orders-empty-btn{width:100%;margin-top:30px}.orders-head,.orders-row{grid-template-columns:1fr auto}.orders-head{display:none}.orders-row{row-gap:12px}.orders-col--sum{text-align:right}}.orders-col--items{display:flex;flex-wrap:wrap;gap:8px;justify-content:flex-end}.orders-thumb{display:block;width:64px;height:84px;background-color:#e1dede;overflow:hidden}.orders-thumb img{width:100%;height:100%;object-fit:cover}.delivery-empty .delivery-empty-text{font-size:20px;line-height:1.37;color:#17130e}.delivery-empty .delivery-empty-btn{display:inline-flex;width:fit-content;margin-top:40px}@media (max-width:767px){.orders-col--items{grid-column:1/-1;justify-content:flex-start}.delivery-empty .delivery-empty-text{font-size:16px}.delivery-empty .delivery-empty-btn{width:100%;margin-top:30px}}.delivery-form{max-width:500px}.delivery-form .account-field{margin-top:20px}.delivery-subtitle{font-size:18px;font-weight:600;line-height:1.077;color:#17130e;margin:30px 0 4px}.delivery-subtitle:first-child{margin-top:0}.delivery-carrier,.delivery-type{display:inline-flex;align-items:center;gap:12px;cursor:pointer;font-size:16px;color:#17130e}.delivery-carrier input,.delivery-type input{position:absolute;opacity:0;width:0;height:0}.delivery-carrier{margin-top:16px}.delivery-carrier-box,.delivery-type-box{flex-shrink:0;width:20px;height:20px;border:1px solid #17130e;border-radius:50%;position:relative}input:checked+.delivery-carrier-box::after,input:checked+.delivery-type-box::after{content:"";position:absolute;inset:4px;border-radius:50%;background-color:#17130e}.delivery-types{display:flex;flex-wrap:wrap;gap:16px 30px;margin:20px 0}.delivery-np .account-field--select{margin-top:20px}.wishlist-page-top{display:flex;align-items:flex-end;justify-content:space-between;gap:30px;border-bottom:1px solid rgba(15,14,23,.2)}.wishlist-page-top .account-tabs{border-bottom:none}@media (max-width:767px){.wishlist-page-top{flex-direction:column;align-items:stretch;gap:20px}}.wishlist-banner{display:flex;flex-direction:column;align-items:flex-end;gap:12px;padding-bottom:20px}.wishlist-banner-text{font-size:20px;line-height:1.37;color:#17130e}.wishlist-banner-btn{width:404px;max-width:100%}@media (max-width:767px){.wishlist-banner{align-items:stretch;padding-bottom:16px}.wishlist-banner-text{font-size:16px}.wishlist-banner-btn{width:100%}}.article{padding:62px 0 90px}.article-breadcrumbs{margin-bottom:30px}.article-breadcrumbs .breadcrumbs{display:flex;align-items:center;flex-wrap:nowrap;min-width:0}.article-breadcrumbs .breadcrumbs>*{flex-shrink:0}.article-breadcrumbs .breadcrumbs .last{flex-shrink:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.article-layout{display:grid;grid-template-columns:755px 1fr;gap:30px;align-items:start}.article-hero-media{position:sticky;top:80px;width:755px;height:755px;overflow:hidden;background-color:#e1dede}.article-hero-media img{width:100%;height:100%;object-fit:cover}@media (max-width:767px){.article{padding:40px 0 60px}.article-breadcrumbs{margin-bottom:20px}.article-breadcrumbs .breadcrumbs{margin-bottom:0}.article-breadcrumbs .breadcrumbs .last,.article-breadcrumbs .breadcrumbs .separator:has(+.last){display:none}.article-layout{grid-template-columns:1fr;gap:40px}.article-hero-media{position:static;width:100%;height:auto;aspect-ratio:4/3}}.article-main{min-width:0;display:flex;flex-direction:column;gap:70px}@media (max-width:767px){.article-main{display:contents}}.article-hero-text{position:relative;display:flex;flex-direction:column;min-height:755px}@media (max-width:767px){.article-hero-text{display:contents;min-height:unset}}.article-head{display:flex;flex-direction:column;gap:40px;margin:auto 0 auto auto;max-width:582px}@media (max-width:767px){.article-head{gap:24px}}.article-meta{display:flex;align-items:center;gap:28px;font-weight:500}.article-title{font-size:50px}.article-body{max-width:660px}.article-body p{font-size:20px;line-height:1.5;margin-bottom:20px}@media (max-width:767px){.article-meta{gap:16px}.article-title{font-size:28px}.article-body{max-width:none}.article-body p{font-size:16px;margin-bottom:16px}}.article-body h2,.article-body h3{font-size:24px;font-weight:600;line-height:1.2;margin-top:40px;margin-bottom:16px}.article-body :first-child{margin-top:0}.blog--section{padding:70px 0 50px;overflow:hidden}.blog-title{font-size:52px;line-height:1}.blog-filters{display:flex;gap:30px;margin-top:40px}@media (max-width:767px){.article-body h2,.article-body h3{font-size:20px;margin-top:32px}.blog--section{padding:60px 0 50px}.blog-title{font-size:32px}.blog-filters{flex-wrap:wrap;gap:16px 24px;margin-top:30px}}.blog-filter{color:#17130e;text-decoration:none;padding-bottom:10px;border-bottom:1px solid transparent;transition:border-color .2s,opacity .2s}.blog-filter:hover{opacity:.6}.blog-filter.is-active{border-bottom-color:#17130e}.blog-grid{margin-top:30px;display:grid;grid-template-columns:repeat(3,1fr)}.post-card{display:block;position:relative;padding:50px 40px;margin-top:-1px;color:#17130e;text-decoration:none}@media (min-width:768px){.post-card:nth-child(3n+2){border-left:1px solid #828282;border-right:1px solid #828282;position:relative}.post-card:nth-child(3n+2)::before{content:"";width:110vw;height:1px;background-color:#828282;position:absolute;left:50%;top:0;transform:translateX(-50%)}.post-card:nth-child(3n+2):last-child{position:relative}.post-card:nth-child(3n+2):last-child::after{content:"";width:110vw;height:1px;background-color:#828282;position:absolute;left:50%;bottom:0;transform:translateX(-50%)}}.post-card-media{width:100%;aspect-ratio:404/238;overflow:hidden;background-color:#e1dede}.post-card-media img{width:100%;height:100%;object-fit:cover}.post-card-title{margin-top:30px;font-size:30px;font-weight:400;line-height:1.2;min-height:108px}@media (max-width:767px){.blog-grid{grid-template-columns:1fr}.post-card{padding:30px 20px 40px;position:relative}.post-card::before{content:"";width:110vw;height:1px;background-color:#828282;position:absolute;left:50%;top:0;transform:translateX(-50%)}.post-card:last-child{position:relative}.post-card:last-child::after{content:"";width:110vw;height:1px;background-color:#828282;position:absolute;left:50%;bottom:0;transform:translateX(-50%)}.post-card-title{margin-top:24px;font-size:22px}}.post-card-meta{display:flex;align-items:center;gap:20px;margin-top:30px;font-weight:500}@media (max-width:767px){.post-card-meta{gap:16px;margin-top:20px}}.post-card-arrow{margin-left:auto;flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;width:36px;height:37px;background-color:rgba(15,14,23,.2);transition:background-color .2s}.post-card:hover .post-card-arrow{background-color:rgba(15,14,23,.35)}.post-card-arrow img{width:14px;height:14px}.blog-pagination{display:flex;justify-content:center;align-items:center;gap:12px;margin-top:60px}.blog-pagination .page-numbers{display:inline-flex;align-items:center;justify-content:center;width:43px;height:43px;font-size:20px;font-weight:500;line-height:1;color:#17130e;text-decoration:none;border:1px solid #17130e;transition:opacity .2s}@media (max-width:767px){.blog-pagination{gap:8px;margin-top:40px}.blog-pagination .page-numbers{width:38px;height:38px;font-size:16px}}.blog-pagination .page-numbers.current{background-color:#17130e;color:#f5f5f5}.blog-pagination .page-numbers:hover:not(.current){opacity:.6}.blog-pagination .page-arrow{display:inline-flex;align-items:center;justify-content:center;width:43px;height:43px}.blog-pagination .page-arrow img{width:13px;height:13px}.blog-pagination .page-arrow--prev img{transform:rotate(180deg)}.checkout-form{padding:40px 0 100px}.checkout-notices:empty{display:none}.checkout-inner{display:grid;grid-template-columns:1fr 471px;align-items:start;gap:180px}@media (max-width:767px){.blog-pagination .page-arrow{width:38px;height:38px}.checkout-form{padding:30px 0 60px}.checkout-inner{grid-template-columns:1fr;gap:40px}}.checkout-main{display:flex;flex-direction:column;gap:40px}.checkout-section{display:flex;flex-direction:column;gap:20px}.checkout-section-title{font-size:24px;font-weight:500;line-height:1.077}.checkout-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}.checkout-grid--single{grid-template-columns:1fr}.checkout-field{position:relative;display:block;margin:0}.checkout-field.form-row{padding:0}.checkout-password{margin-top:20px}.checkout-field--password{position:relative}.checkout-field--password .checkout-input{padding-right:60px}.checkout-password-toggle{position:absolute;top:50%;right:20px;transform:translateY(-50%);display:inline-flex;align-items:center;justify-content:center;padding:0;background:0 0;border:none;cursor:pointer;color:rgba(15,14,23,.5);transition:color .2s}.checkout-password-toggle:hover{color:#17130e}.checkout-password-toggle .checkout-password-eye{width:22px;height:22px}.checkout-password-toggle .checkout-password-eye--hide{display:none}.checkout-password-toggle.is-visible{color:#17130e}.checkout-password-toggle.is-visible .checkout-password-eye--show{display:none}.checkout-password-toggle.is-visible .checkout-password-eye--hide{display:block}.checkout-password-hint{margin-top:8px;font-size:14px;line-height:1.3;color:rgba(15,14,23,.5)}.checkout-input{width:100%;height:66px;padding:0 24px;background:0 0;border:1px solid #17130e;font-family:inherit;font-size:18px;line-height:.88;color:#17130e;transition:border-color .2s}.checkout-input::placeholder{color:rgba(15,14,23,.5)}.checkout-input:focus{outline:0;border-color:#17130e}.checkout-input--static{display:flex;align-items:center;cursor:default}.checkout-select{appearance:none;-webkit-appearance:none;padding-right:48px;cursor:pointer;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='13' viewBox='0 0 15 13' fill='none'%3E%3Cpath d='M8.07136 12.712C7.68084 13.1025 7.04767 13.1025 6.65715 12.712L0.29319 6.34803C-0.0973337 5.9575 -0.0973337 5.32434 0.293191 4.93381C0.683715 4.54329 1.31688 4.54329 1.7074 4.93381L7.36426 10.5907L13.0211 4.93382C13.4116 4.54329 14.0448 4.54329 14.4353 4.93382C14.8259 5.32434 14.8259 5.95751 14.4353 6.34803L8.07136 12.712ZM7.36426 0L8.36426 1.51125e-07L8.36426 12.0049L7.36426 12.0049L6.36426 12.0049L6.36426 -1.51125e-07L7.36426 0Z' fill='%2317130E'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 24px center}.checkout-textarea{height:auto;min-height:153px;padding:20px 24px;line-height:1.2;resize:vertical}.checkout-field--error .checkout-input,.checkout-field--error .ts-control{border-color:#b82e2e!important}.checkout-pay{display:flex;flex-direction:column;gap:20px}.checkout-pay-empty{font-size:18px;color:rgba(15,14,23,.5)}.checkout-consents{gap:20px}.checkout-check{display:flex;align-items:center;gap:18px;cursor:pointer;user-select:none}.checkout-check-input{position:absolute;width:1px;height:1px;opacity:0;pointer-events:none}.checkout-check-box{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;width:27px;height:27px;border:1px solid #17130e;color:#f5f5f5;transition:background-color .15s}.checkout-check-box svg{width:14px;height:11px;opacity:0;transition:opacity .15s}.checkout-check-box--radio{border-radius:50%}.checkout-check-input:checked+.checkout-check-box{background-color:#17130e}.checkout-check-input:checked+.checkout-check-box svg{opacity:1}.checkout-check-input:focus-visible+.checkout-check-box{outline:#17130e solid 2px;outline-offset:2px}.checkout-check-label{font-size:18px;line-height:.88;color:#17130e}.checkout-aside{position:sticky;top:80px}.checkout-summary-card{background-color:#fff;padding:30px}.checkout-summary-title{font-size:24px;font-weight:500;line-height:1.077;margin-bottom:30px}.checkout-summary-items{display:flex;flex-direction:column;gap:30px;margin-bottom:30px}.checkout-item{display:flex;gap:23px}.checkout-item-media{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:137px;height:137px;background-color:#e1dede}@media (max-width:767px){.checkout-grid{grid-template-columns:1fr}.checkout-aside{position:static}.checkout-item-media{width:100px;height:100px}}.checkout-item-media img{max-width:68px;max-height:103px;width:auto;height:auto;object-fit:contain}.checkout-item-body{flex:1;display:flex;flex-direction:column;justify-content:space-between;gap:20px}.checkout-item-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.checkout-item-titles{display:flex;flex-direction:column;gap:5px}.checkout-item-author{font-size:16px;font-weight:500;line-height:.88}.checkout-item-title{font-size:20px;font-weight:600;line-height:.88}.checkout-item-remove{flex-shrink:0;display:inline-flex;padding:0;background:0 0;border:none;cursor:pointer;transition:opacity .2s}.checkout-item-remove:hover{opacity:.6}.checkout-item-remove img{width:23px;height:23px}.checkout-item-controls{display:flex;align-items:center;justify-content:space-between;gap:20px}.checkout-item-qty{font-size:20px;font-weight:500;line-height:.88;color:rgba(15,14,23,.5)}.checkout-item-price{font-size:20px;font-weight:600;line-height:.88}.checkout-totals{display:flex;flex-direction:column;gap:16px;padding-top:26px;border-top:1px solid #f9f9f9}.checkout-totals-row{display:flex;align-items:center;justify-content:space-between;gap:20px}.checkout-totals-label{font-size:18px;line-height:1.069}.checkout-totals-value{font-size:20px;font-weight:500;line-height:1.069;white-space:nowrap}.checkout-totals-row--grand{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-top:26px}.checkout-totals-row--grand .checkout-totals-label,.checkout-totals-row--grand .checkout-totals-value{font-size:24px;font-weight:500}.checkout-submit{width:100%;margin-top:26px}.checkout-form .ts-wrapper,.delivery-form .ts-wrapper{width:100%}.checkout-form .ts-control,.delivery-form .ts-control{display:flex;flex-direction:column;justify-content:center;min-height:66px;padding:5px 48px 5px 24px!important;background:0 0;border:1px solid #17130e;border-radius:0;box-shadow:none;font-size:18px;line-height:.88;color:#17130e}.checkout-form .ts-wrapper.focus .ts-control,.delivery-form .ts-wrapper.focus .ts-control{border-color:#17130e;box-shadow:none}.checkout-form .ts-wrapper.disabled .ts-control,.delivery-form .ts-wrapper.disabled .ts-control{background-color:rgba(15,14,23,.04);cursor:not-allowed;opacity:1}.checkout-form .ts-control>.item,.delivery-form .ts-control>.item{max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.checkout-form .ts-control input,.checkout-form .ts-control input::placeholder,.delivery-form .ts-control input,.delivery-form .ts-control input::placeholder{color:rgba(15,14,23,.5);font-size:18px}.checkout-form .ts-wrapper.single .ts-control,.delivery-form .ts-wrapper.single .ts-control{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='13' viewBox='0 0 15 13' fill='none'%3E%3Cpath d='M8.07136 12.712C7.68084 13.1025 7.04767 13.1025 6.65715 12.712L0.29319 6.34803C-0.0973337 5.9575 -0.0973337 5.32434 0.293191 4.93381C0.683715 4.54329 1.31688 4.54329 1.7074 4.93381L7.36426 10.5907L13.0211 4.93382C13.4116 4.54329 14.0448 4.54329 14.4353 4.93382C14.8259 5.32434 14.8259 5.95751 14.4353 6.34803L8.07136 12.712ZM7.36426 0L8.36426 1.51125e-07L8.36426 12.0049L7.36426 12.0049L6.36426 12.0049L6.36426 -1.51125e-07L7.36426 0Z' fill='%2317130E'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 24px center}.checkout-form [data-np-city]~.ts-wrapper.single .ts-control,.checkout-form [data-np-city]~.ts-wrapper.single.single .ts-control,.delivery-form [data-np-city]~.ts-wrapper.single .ts-control,.delivery-form [data-np-city]~.ts-wrapper.single.single .ts-control{background-image:none}.checkout-form .ts-dropdown,.delivery-form .ts-dropdown{margin-top:4px;background-color:#fff;border:1px solid rgba(15,14,23,.2);border-radius:0;box-shadow:0 10px 30px rgba(0,0,0,.1)}.checkout-form .ts-dropdown .option,.delivery-form .ts-dropdown .option{padding:12px 24px;font-size:16px;line-height:1.2}.checkout-form .ts-dropdown .option.active,.checkout-form .ts-dropdown .option:hover,.delivery-form .ts-dropdown .option.active,.delivery-form .ts-dropdown .option:hover{background-color:#f5f5f5;color:#17130e}.checkout-form .ts-empty,.delivery-form .ts-empty{padding:12px 24px;font-size:16px;color:rgba(15,14,23,.5)}.checkout-inline-error-message,.woocommerce-NoticeGroup-checkout{display:none}.thankyou{padding:60px 0 100px}.thankyou-title{font-size:40px;font-weight:600;line-height:1;margin-bottom:20px}@media (max-width:767px){.thankyou{padding:40px 0 60px}.thankyou-title{font-size:32px}}.thankyou-lead{font-size:20px;line-height:1.2;max-width:640px;margin-bottom:50px}.thankyou-grid{display:grid;grid-template-columns:1fr 471px;align-items:start;gap:80px}@media (max-width:767px){.thankyou-grid{grid-template-columns:1fr;gap:40px}}.thankyou-info{display:flex;flex-direction:column;gap:20px;margin:0}.thankyou-info-row{display:flex;align-items:baseline;justify-content:space-between;gap:30px;padding-bottom:20px;border-bottom:1px solid rgba(15,14,23,.2)}.thankyou-info-row dt{flex-shrink:0;font-size:18px;color:rgba(15,14,23,.5)}.thankyou-info-row dd{margin:0;font-size:18px;font-weight:500;text-align:right;line-height:1.3}.thankyou-info-row--total{border-bottom:none;padding-bottom:0}.thankyou-info-row--total dt{font-size:24px;font-weight:500;color:#17130e}.thankyou-info-row--total dd{font-size:24px;font-weight:600}.thankyou-items{background-color:#fff;padding:30px}.thankyou-items-title{font-size:24px;font-weight:500;line-height:1.077;margin-bottom:30px}.thankyou-items-list{display:flex;flex-direction:column;gap:20px;margin:0 0 30px;padding:0;list-style:none}.thankyou-item{display:flex;align-items:center;gap:20px}.thankyou-item-media{flex-shrink:0;width:137px;height:137px;padding:18px 34px 16px 35px;background-color:#e1dede}.thankyou-item-media img{width:100%;height:100%;object-fit:contain}.thankyou-item-wrap{flex:1;display:flex;flex-direction:column;gap:10px}.thankyou-item-info{flex:1;display:flex;flex-direction:column;gap:4px}.thankyou-item-name{font-size:18px;font-weight:500;line-height:1.1}.thankyou-item-qty{font-size:16px;color:rgba(15,14,23,.5)}.thankyou-item-price{flex-shrink:0;font-size:18px;font-weight:600;white-space:nowrap}.thankyou-cta{width:100%}.thankyou-failed{max-width:640px}.thankyou-actions{display:flex;flex-wrap:wrap;gap:15px}.collections{padding:80px 0;background-color:#f5f5f5;overflow:hidden}.collections-title{margin-bottom:60px}.collections-list{display:flex;flex-direction:column;gap:30px}@media (max-width:767px){.collections{padding:40px 0}.collections-title{margin-bottom:30px}.collections-list{gap:0}}.collections-item{position:relative;height:692px}.collections-elem{position:absolute;display:block;text-decoration:none;color:#17130e}.collections-stack{position:absolute;inset:0}.collections-cover{position:absolute;display:block}.collections-cover img{display:block;width:auto;height:100%;object-fit:contain;box-shadow:0 4px 20px rgba(0,0,0,.15)}@media (min-width:768px){.collections-cover--back,.collections-cover--front{transition:left .45s cubic-bezier(.22,1,.36,1),top .45s cubic-bezier(.22,1,.36,1),width .45s cubic-bezier(.22,1,.36,1),height .45s cubic-bezier(.22,1,.36,1)}}.collections-label{position:absolute;display:flex;flex-direction:column;align-items:flex-start;gap:20px;white-space:nowrap}.collections-line{width:312px;height:1px;background-color:#17130e}.collections-name{padding-left:30px;font-size:24px;font-weight:500;line-height:.88}.collections-cover--back{z-index:1}.collections-cover--mid{z-index:2}.collections-cover--front{z-index:3}@media (max-width:767px){.collections-label{gap:10px}.collections-line{width:60px}.collections-name{padding-left:0;font-size:16px;white-space:nowrap}.collections-stack{width:auto;height:auto}.collections-cover--back,.collections-cover--mid{display:none}.collections-cover--front{left:0!important;top:0!important;width:100%!important;height:100%!important}.collections-cover--front img{width:100%;height:100%;object-fit:cover;box-shadow:none}.collections-item:nth-child(4n+1){height:205px}}.collections-item:nth-child(4n+1) .collections-elem:nth-child(1){left:0;top:0;width:690px;height:692px}.collections-item:nth-child(4n+1) .collections-elem:nth-child(1) img{margin-left:auto}.collections-item:nth-child(4n+1) .collections-elem:nth-child(1) .collections-cover--back{left:159px;top:68px;width:407px;height:540px}.collections-item:nth-child(4n+1) .collections-elem:nth-child(1):hover .collections-cover--back{left:286px;top:0;width:404px;height:559px}.collections-item:nth-child(4n+1) .collections-elem:nth-child(1) .collections-cover--mid{left:159px;top:68px;width:407px;height:540px}.collections-item:nth-child(4n+1) .collections-elem:nth-child(1) .collections-cover--front{left:159px;top:68px;width:407px;height:540px}.collections-item:nth-child(4n+1) .collections-elem:nth-child(1):hover .collections-cover--front{left:0;top:122px;width:411px;height:570px}.collections-item:nth-child(4n+1) .collections-elem:nth-child(1) .collections-label{left:100%;top:0}@media (max-width:767px){.collections-item:nth-child(4n+1) .collections-elem:nth-child(1){left:0;top:0;width:159px;height:205px}.collections-item:nth-child(4n+1) .collections-elem:nth-child(1) .collections-label{left:165.6px;top:1px}}.collections-item:nth-child(4n+1) .collections-elem:nth-child(2){left:720px;top:317px;width:376px;height:375px}.collections-item:nth-child(4n+1) .collections-elem:nth-child(2) img{margin-left:auto}.collections-item:nth-child(4n+1) .collections-elem:nth-child(2) .collections-cover--back{left:88px;top:29px;width:224px;height:311px}.collections-item:nth-child(4n+1) .collections-elem:nth-child(2):hover .collections-cover--back{left:156px;top:0;width:220px;height:305px}.collections-item:nth-child(4n+1) .collections-elem:nth-child(2) .collections-cover--mid{left:88px;top:29px;width:224px;height:311px}.collections-item:nth-child(4n+1) .collections-elem:nth-child(2) .collections-cover--front{left:88px;top:29px;width:224px;height:311px}.collections-item:nth-child(4n+1) .collections-elem:nth-child(2):hover .collections-cover--front{left:0;top:81px;width:222px;height:294px}.collections-item:nth-child(4n+1) .collections-elem:nth-child(2) .collections-label{left:100%;top:0}@media (max-width:767px){.collections-item:nth-child(4n+1) .collections-elem:nth-child(2){left:165.6px;top:84px;width:93px;height:121px}.collections-item:nth-child(4n+1) .collections-elem:nth-child(2) .collections-label{left:74.8px;top:1px}.collections-item:nth-child(4n+2){height:205px}}.collections-item:nth-child(4n+2) .collections-elem:nth-child(1){left:316px;top:0;width:376px;height:375px}.collections-item:nth-child(4n+2) .collections-elem:nth-child(1) .collections-cover--back{left:78px;top:32px;width:212px;height:295px}.collections-item:nth-child(4n+2) .collections-elem:nth-child(1):hover .collections-cover--back{left:0;top:0;width:209px;height:290px}.collections-item:nth-child(4n+2) .collections-elem:nth-child(1) .collections-cover--mid{left:78px;top:32px;width:212px;height:295px}.collections-item:nth-child(4n+2) .collections-elem:nth-child(1) .collections-cover--front{left:78px;top:32px;width:212px;height:295px}.collections-item:nth-child(4n+2) .collections-elem:nth-child(1):hover .collections-cover--front{left:165px;top:90px;width:211px;height:280px}.collections-item:nth-child(4n+2) .collections-elem:nth-child(1) .collections-label{right:100%;top:0}@media (max-width:767px){.collections-item:nth-child(4n+2) .collections-elem:nth-child(1){left:66.8px;top:0;width:93px;height:121px}.collections-item:nth-child(4n+2) .collections-elem:nth-child(1) .collections-label{left:-66.8px;top:9px}}.collections-item:nth-child(4n+2) .collections-elem:nth-child(2){left:722px;top:0;width:690px;height:692px}.collections-item:nth-child(4n+2) .collections-elem:nth-child(2) .collections-cover--back{left:159px;top:68px;width:407px;height:540px}.collections-item:nth-child(4n+2) .collections-elem:nth-child(2):hover .collections-cover--back{left:286px;top:0;width:404px;height:559px}.collections-item:nth-child(4n+2) .collections-elem:nth-child(2) .collections-cover--mid{left:159px;top:68px;width:407px;height:540px}.collections-item:nth-child(4n+2) .collections-elem:nth-child(2) .collections-cover--front{left:159px;top:68px;width:407px;height:540px}.collections-item:nth-child(4n+2) .collections-elem:nth-child(2):hover .collections-cover--front{left:0;top:122px;width:411px;height:570px}.collections-item:nth-child(4n+2) .collections-elem:nth-child(2) .collections-label{right:100%;top:494px}@media (max-width:767px){.collections-item:nth-child(4n+2) .collections-elem:nth-child(2){left:165.6px;top:0;width:169px;height:205px}.collections-item:nth-child(4n+2) .collections-elem:nth-child(2) .collections-label{left:-79.8px;top:169px}}.collections-item:nth-child(4n+3){height:375px}@media (max-width:767px){.collections-item:nth-child(4n+3){height:121px}}.collections-item:nth-child(4n+3) .collections-elem:nth-child(1){left:364px;top:0;width:376px;height:375px}.collections-item:nth-child(4n+3) .collections-elem:nth-child(1) .collections-cover--back{left:78px;top:32px;width:212px;height:295px}.collections-item:nth-child(4n+3) .collections-elem:nth-child(1):hover .collections-cover--back{left:0;top:0;width:209px;height:290px}.collections-item:nth-child(4n+3) .collections-elem:nth-child(1) .collections-cover--mid{left:78px;top:32px;width:212px;height:295px}.collections-item:nth-child(4n+3) .collections-elem:nth-child(1) .collections-cover--front{left:78px;top:32px;width:212px;height:295px}.collections-item:nth-child(4n+3) .collections-elem:nth-child(1):hover .collections-cover--front{left:165px;top:90px;width:211px;height:280px}.collections-item:nth-child(4n+3) .collections-elem:nth-child(1) .collections-label{right:100%;top:0}@media (max-width:767px){.collections-item:nth-child(4n+3) .collections-elem:nth-child(1){left:66.8px;top:0;width:92px;height:121px}.collections-item:nth-child(4n+3) .collections-elem:nth-child(1) .collections-label{left:-58.8px;top:1px}}.collections-item:nth-child(4n+3) .collections-elem:nth-child(2){left:770px;top:0;width:376px;height:375px}.collections-item:nth-child(4n+3) .collections-elem:nth-child(2) img{margin-left:auto}.collections-item:nth-child(4n+3) .collections-elem:nth-child(2) .collections-cover--back{left:88px;top:29px;width:224px;height:311px}.collections-item:nth-child(4n+3) .collections-elem:nth-child(2):hover .collections-cover--back{left:156px;top:0;width:220px;height:305px}.collections-item:nth-child(4n+3) .collections-elem:nth-child(2) .collections-cover--mid{left:88px;top:29px;width:224px;height:311px}.collections-item:nth-child(4n+3) .collections-elem:nth-child(2) .collections-cover--front{left:88px;top:29px;width:224px;height:311px}.collections-item:nth-child(4n+3) .collections-elem:nth-child(2):hover .collections-cover--front{left:0;top:81px;width:222px;height:294px}.collections-item:nth-child(4n+3) .collections-elem:nth-child(2) .collections-label{left:100%;top:0}@media (max-width:767px){.collections-item:nth-child(4n+3) .collections-elem:nth-child(2){left:165.6px;top:0;width:93px;height:121px}.collections-item:nth-child(4n+3) .collections-elem:nth-child(2) .collections-label{left:104.6px;top:1px}}.collections-item:nth-child(4n+4){height:692px}@media (max-width:767px){.collections-item:nth-child(4n+4){height:205px}.collections-item:nth-child(4n+4) .collections-label{flex-direction:column-reverse}}.collections-item:nth-child(4n+4) .collections-elem:nth-child(1){left:0;top:0;width:690px;height:692px}.collections-item:nth-child(4n+4) .collections-elem:nth-child(1) img{margin-left:auto}.collections-item:nth-child(4n+4) .collections-elem:nth-child(1) .collections-cover--front{left:159px;top:68px;width:407px;height:540px}.collections-item:nth-child(4n+4) .collections-elem:nth-child(1):hover .collections-cover--front{left:0;top:0;width:411px;height:570px}.collections-item:nth-child(4n+4) .collections-elem:nth-child(1) .collections-cover--mid{left:159px;top:68px;width:407px;height:540px}.collections-item:nth-child(4n+4) .collections-elem:nth-child(1) .collections-cover--back{left:159px;top:68px;width:407px;height:540px}.collections-item:nth-child(4n+4) .collections-elem:nth-child(1):hover .collections-cover--back{left:286px;top:133px;width:404px;height:559px}.collections-item:nth-child(4n+4) .collections-elem:nth-child(1) .collections-label{left:100%;bottom:0}@media (max-width:767px){.collections-item:nth-child(4n+4) .collections-elem:nth-child(1){left:0;top:0;width:159px;height:205px}.collections-item:nth-child(4n+4) .collections-elem:nth-child(1) .collections-label{left:150.6px;top:183px}}.collections-item:nth-child(4n+4) .collections-elem:nth-child(2){left:720px;top:0;width:376px;height:375px}.collections-item:nth-child(4n+4) .collections-elem:nth-child(2) img{margin-left:auto}.collections-item:nth-child(4n+4) .collections-elem:nth-child(2) .collections-cover--back{left:88px;top:29px;width:224px;height:311px}.collections-item:nth-child(4n+4) .collections-elem:nth-child(2):hover .collections-cover--back{left:156px;top:70px;width:220px;height:305px}.collections-item:nth-child(4n+4) .collections-elem:nth-child(2) .collections-cover--mid{left:88px;top:29px;width:224px;height:311px}.collections-item:nth-child(4n+4) .collections-elem:nth-child(2) .collections-cover--front{left:88px;top:29px;width:224px;height:311px}.collections-item:nth-child(4n+4) .collections-elem:nth-child(2):hover .collections-cover--front{left:0;top:0;width:222px;height:294px}.collections-item:nth-child(4n+4) .collections-elem:nth-child(2) .collections-label{left:100%;bottom:0}.contacts-hero{padding-bottom:80px}.contacts-hero-inner{display:grid;grid-template-columns:1fr 755px;gap:40px}@media (max-width:1365px){.contacts-hero-inner{grid-template-columns:1fr 1fr}}.contacts-hero-text{display:flex;flex-direction:column;padding-top:20px;gap:60px}.contacts-hero-text .breadcrumbs{margin-bottom:0}.contacts-list{display:flex;flex-direction:column;gap:30px}@media (max-width:767px){.collections-item:nth-child(4n+4) .collections-elem:nth-child(2){left:165.6px;top:0;width:93px;height:123px}.collections-item:nth-child(4n+4) .collections-elem:nth-child(2) .collections-label{left:73.5px;top:103px}.contacts-hero{padding-bottom:50px}.contacts-hero-inner{grid-template-columns:1fr}.contacts-hero-text{gap:30px}.contacts-list{gap:20px}}.contacts-list--extra{margin-top:auto}.contacts-row{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;padding:20px 0;border-bottom:1px solid #17130e;text-decoration:none;color:#17130e;transition:opacity .2s}.contacts-row[href]:hover{opacity:.7}.contacts-value{font-size:30px;line-height:.88}@media (max-width:767px){.contacts-row{flex-direction:column-reverse;align-items:flex-start;gap:10px;padding:10px 0}.contacts-value{font-size:18px;word-break:break-word}}.contacts-label{flex-shrink:0;white-space:nowrap}.contacts-hero-media{width:100%;aspect-ratio:1/1;overflow:hidden;background-color:#e1dede}.contacts-hero-media img{width:100%;height:100%;object-fit:cover}.contacts-map{width:100%}.contacts-map-link{position:relative;display:block;width:100%;height:391px;overflow:hidden}@media (max-width:767px){.contacts-hero-media{aspect-ratio:4/3}.contacts-map-link{height:260px}}.contacts-map-img{width:100%;height:100%;object-fit:cover}.content{padding:80px 0 100px;background-color:#f5f5f5}.content-header{margin-bottom:40px}.content-header h1{font-size:40px;font-weight:500;line-height:.9;color:#17130e}.content-wrapper{max-width:820px;font-size:18px;line-height:1.5;color:#17130e}.content-wrapper>*+*{margin-top:20px}.content-wrapper h2{margin-top:40px;font-size:28px;font-weight:500;line-height:1.1}@media (max-width:767px){.content{padding:40px 0 60px}.content-header h1{font-size:28px}.content-header{margin-bottom:24px}.content-wrapper{font-size:16px}.content-wrapper h2{font-size:22px}}.content-wrapper h3{margin-top:32px;font-size:22px;font-weight:500;line-height:1.2}.content-wrapper ol,.content-wrapper ul{padding-left:24px}.content-wrapper ol li+li,.content-wrapper ul li+li{margin-top:8px}.content-wrapper ul{list-style:disc}.content-wrapper ol{list-style:decimal}.content-wrapper a{color:#971722;text-decoration:underline;text-underline-position:from-font;transition:opacity .2s}.content-wrapper a:hover{opacity:.7}.content-wrapper .alignleft{float:left;margin:0 24px 24px 0}@media (max-width:767px){.content-wrapper .alignleft{float:none;margin:0 0 24px}}.content-wrapper .alignright{float:right;margin:0 0 24px 24px}@media (max-width:767px){.content-wrapper .alignright{float:none;margin:0 0 24px}}.content-wrapper .aligncenter{display:block;margin:24px auto}.content-wrapper .alignnone{margin:24px 0}.content-wrapper img.aligncenter,.content-wrapper img.alignleft,.content-wrapper img.alignnone,.content-wrapper img.alignright{margin-top:0}.content-wrapper::after{content:"";display:table;clear:both}.context{position:relative;background-color:#f5f5f5;padding-top:100px;padding-bottom:113px;overflow:hidden}.context::after{content:"";position:absolute;left:0;bottom:0;width:100%;height:113px;background-color:#17130e}.context-title{text-align:center;margin-bottom:120px}.context-columns{display:flex;justify-content:center;gap:100px}@media (max-width:767px){.context{padding-top:50px;padding-bottom:100px}.context::after{height:60px}.context-title{text-align:left;margin-bottom:40px}.context-columns{flex-direction:column;gap:5px}}.context-list{display:flex;flex-direction:column;align-items:flex-start;gap:5px;min-width:0;margin:0;padding:0 42px 0 0;list-style:none}.context-item{max-width:100%;min-width:0}@media (max-width:767px){.context-list{align-items:stretch;padding-right:0}.context-item{width:100%}}.context-tag{position:relative;display:inline-flex;align-items:center;max-width:100%;gap:30px;min-height:86px;padding:0 76px 0 32px;border-radius:500px 0 0 500px;background-color:#17130e;color:#f5f5f5;text-decoration:none;transition:background-color .3s,transform .3s}.context-tag:hover{background-color:#ed305a;transform:translateX(60px)}@media (max-width:767px){.context-tag{display:flex;justify-content:space-between;width:100%;gap:15px;min-height:56px;padding:0 48px 0 20px}.context-tag:hover{transform:none}}.context-tag::after{content:"";position:absolute;top:50%;right:-38px;width:76px;height:76px;border-radius:50%;background-color:#f5f5f5;transform:translateY(-50%)}.context-tag-label{font-size:20px;font-weight:600;font-style:italic;line-height:1.2;text-transform:uppercase;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;min-width:0}@media (min-width:1024px){.context-tag-label{max-width:290px}}.context-tag-arrow{flex-shrink:0;width:30px;height:15px;color:#f5f5f5;opacity:0;transition:opacity .3s}.context-tag:hover .context-tag-arrow{opacity:1}@media (max-width:767px){.context-tag::after{right:-24px;width:48px;height:48px}.context-tag-label{font-size:16px}.context-tag-arrow{opacity:1;width:24px;height:12px}}.coop-hero{width:100%}.coop-hero-inner{display:grid;grid-template-columns:1fr 755px;gap:60px}@media (max-width:1365px){.coop-hero-inner{grid-template-columns:1fr 1fr}}@media (max-width:767px){.coop-hero-inner{grid-template-columns:1fr;gap:40px}}.coop-hero-text{display:flex;flex-direction:column;padding-top:20px}.coop-hero-body{margin-top:auto;margin-bottom:auto;display:flex;flex-direction:column;gap:50px}.coop-hero-media{width:100%;aspect-ratio:1/1;overflow:hidden;background-color:#e1dede}.coop-hero-media img{width:100%;height:100%;object-fit:cover}.coop-blocks{padding-top:50px;overflow:hidden}.coop-blocks-inner{display:grid;grid-template-columns:1fr 1fr;gap:0}.coop-block{min-height:360px;padding:50px;display:flex;flex-direction:column;position:relative}.coop-block:nth-child(odd){padding-left:0}.coop-block:nth-child(even){padding-right:0}.coop-block::after,.coop-block::before{content:"";width:110vw;height:1px;background-color:#17130e;position:absolute;left:50%;transform:translateX(-50%)}.coop-block::after{top:0}.coop-block::before{bottom:0}.coop-block+.coop-block{border-left:1px solid #17130e}.coop-block-title{font-size:30px;font-weight:400;line-height:.88;margin-bottom:46px}@media (max-width:767px){.coop-hero-body{margin-top:30px}.coop-hero-body .h1{font-size:28px}.coop-hero-media{aspect-ratio:4/3}.coop-blocks-inner{grid-template-columns:1fr}.coop-block{min-height:0;padding:40px 0}.coop-block:nth-child(even),.coop-block:nth-child(odd){padding-left:0;padding-right:0}.coop-block+.coop-block{border-left:none;margin-top:-1px}.coop-block-title{font-size:24px;margin-bottom:30px}}.coop-block-body p{margin-bottom:18px}.coop-block-body p:last-child{margin-bottom:0}.coop-email{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-top:auto;padding:20px 0;border-bottom:1px solid #17130e;text-decoration:none;color:#17130e;transition:opacity .2s}.coop-email:hover{opacity:.7}.coop-email-value{font-size:30px;line-height:.88}.coop-why{padding:141px 0 90px}.coop-why-inner{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:start}@media (max-width:767px){.coop-email{margin-top:40px}.coop-email-value{font-size:18px;word-break:break-word}.coop-why{padding:60px 0 50px}.coop-why-inner{grid-template-columns:1fr;gap:30px}.coop-why-inner .h1{font-size:28px}}.coop-why-text{font-size:30px;line-height:1.08;max-width:751px}.faq{padding:80px 0 100px;background-color:#f5f5f5}@media (max-width:767px){.coop-why-text{font-size:20px}.faq{padding:40px 0 60px}}.faq-inner{max-width:1000px;margin:0 auto}.faq-title{margin-bottom:40px;font-size:40px;font-weight:500;line-height:.9;color:#17130e}@media (max-width:767px){.faq-title{font-size:28px;margin-bottom:24px}}.faq-item{border-bottom:1px solid rgba(23,19,14,.15)}.faq-item:first-child{border-top:1px solid rgba(23,19,14,.15)}.faq-question{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:24px 0;cursor:pointer;list-style:none;font-size:20px;font-weight:500;line-height:1.3;color:#17130e;transition:color .2s}.faq-question::-webkit-details-marker{display:none}.faq-question:hover{color:#971722}@media (max-width:767px){.faq-question{padding:18px 0;font-size:16px}}.faq-icon{position:relative;flex-shrink:0;width:20px;height:20px}.faq-icon::after,.faq-icon::before{content:"";position:absolute;top:50%;left:50%;background-color:currentColor;transform:translate(-50%,-50%);transition:opacity .2s}.faq-icon::before{width:20px;height:2px}.faq-icon::after{width:2px;height:20px}.faq-item[open] .faq-icon::after{opacity:0}.faq-answer{padding:0 0 24px;font-size:18px;line-height:1.5;color:#17130e}.faq-answer>*+*{margin-top:16px}.faq-answer a{color:#971722;text-decoration:underline;text-underline-position:from-font}@media (max-width:767px){.faq-answer{padding-bottom:18px;font-size:15px}}.hero{position:relative}.hero-slider{position:relative;width:100%}.hero-poster,.hero-poster picture{display:block}.hero-poster img{display:block;width:100%;height:auto}.hero-nav{position:absolute;left:50%;transform:translateX(-50%);bottom:27px;z-index:2;display:flex;align-items:center;justify-content:space-between;gap:20px;pointer-events:none}.hero-arrow{pointer-events:auto;display:inline-flex;align-items:center;justify-content:center;background:0 0;border:none;padding:0;cursor:pointer;color:#f5f5f5;opacity:1;transition:opacity .2s}.hero-arrow:hover{opacity:.5}.hero-arrow svg{width:30px;height:13px}.hero-arrow--prev svg{transform:rotate(180deg)}.hero-arrow.swiper-button-disabled{opacity:.5;cursor:not-allowed}.hero-dots{pointer-events:auto;display:flex;align-items:center;justify-content:center;gap:10px}.hero-dots .swiper-pagination-bullet{width:6px;height:6px;border-radius:50%;background-color:rgba(245,245,245,.4);cursor:pointer;transition:background-color .2s}.hero-dots .swiper-pagination-bullet-active{background-color:#f5f5f5}.slogan{padding:100px 0;background-color:#f5f5f5}.slogan-inner{display:flex;flex-direction:column;align-items:center;gap:40px}.slogan-title{max-width:1062px;text-align:center;line-height:1}@media (max-width:767px){.slogan{padding:50px 0}.slogan-inner{gap:30px}.slogan-title{font-size:24px}}.featured{display:flex;align-items:center;background-color:#676266;padding:80px 0;overflow:hidden}.featured-inner{display:grid;grid-template-columns:495px 430px;align-items:center;gap:210px}@media (max-width:767px){.featured{padding:50px 0}.featured-inner{grid-template-columns:1fr;gap:40px;justify-items:center}}.featured-media{display:flex;align-items:center;width:100%;position:relative;z-index:1}.featured-media img{display:block;max-width:352px;height:auto;margin:auto}.featured-media-blur{content:"";width:100%;height:217px;border-radius:494.617px;filter:blur(103.5999984741px);position:absolute;left:0;top:50%;transform:translateY(-50%);z-index:-1}.featured-info{margin-left:auto;width:430px;display:flex;flex-direction:column;gap:50px;color:#fff}.featured-titles{display:flex;flex-direction:column;gap:30px}.featured-author{font-size:18px;font-weight:500;line-height:.88}.featured-title{font-size:40px;font-weight:600;line-height:.88}@media (max-width:767px){.featured-info{gap:30px}.featured-title{font-size:24px}}.featured-excerpt{margin-top:-14px;font-size:16px;line-height:1.3;opacity:.8}.featured-price{font-size:30px;font-weight:600;line-height:.88}.featured-actions{display:flex;gap:7px}@media (max-width:767px){.featured-excerpt{margin-top:-12px}.featured-actions{flex-direction:column;gap:15px}}.featured-add,.featured-more{display:inline-flex;align-items:center;justify-content:center;gap:10px;height:50px;padding:0 20px;background:0 0;border:1px solid #fff;cursor:pointer;font-family:inherit;font-size:16px;font-weight:600;line-height:.88;text-transform:uppercase;text-decoration:none;color:#fff;transition:background-color .2s,color .2s}.featured-add:hover,.featured-more:hover{background-color:#fff;color:#17130e}.featured-add{width:249px}.featured-add .featured-add-icon{width:24px;height:24px}@media (max-width:767px){.featured-add{width:100%}}.featured-more{width:174px}.about-intro{padding:80px 0;background-color:#f5f5f5}.about-intro-inner{display:flex;align-items:center;justify-content:space-between;gap:40px;overflow:hidden}@media (max-width:767px){.featured-more{width:100%}.about-intro{padding:40px 0}.about-intro-inner{flex-direction:column-reverse;align-items:stretch;gap:40px}}.about-intro-text{flex-shrink:0;width:781px;display:flex;flex-direction:column;gap:40px;color:#17130e}.about-intro-title{font-size:40px;font-weight:500;line-height:.88}@media (max-width:767px){.about-intro-text{width:100%;flex-shrink:1;gap:20px}.about-intro-title{font-size:24px}}.about-intro-copy{display:flex;flex-direction:column;gap:24px;font-size:20px;line-height:1.2}.about-intro-media{flex-shrink:0;width:631px;height:507px}.about-intro-media img{display:block;width:100%;height:100%;object-fit:contain}@media (max-width:767px){.about-intro-copy{gap:16px;font-size:14px}.about-intro-media{width:100%;max-width:631px;height:auto;margin:0 auto}}.product{padding:0 0 40px}.product-head{display:grid;grid-template-columns:749px 1fr;gap:41px;align-items:start}.product-head>*{min-width:0}@media (max-width:767px){.product-head{grid-template-columns:1fr;gap:0}}.product-gallery{display:flex;flex-direction:column;gap:20px}.product-gallery-main{position:relative;width:749px;height:749px;background-color:#e1dede;overflow:hidden}.product-gallery-main .swiper-slide{display:flex;align-items:center;justify-content:center}@media (max-width:767px){.product-gallery-main{width:100%;height:auto;aspect-ratio:1/1}}.product-gallery-cover{width:268px;height:auto;object-fit:contain}.product-fragment{position:absolute;left:50%;bottom:30px;z-index:2;transform:translateX(-50%);display:inline-flex;align-items:center;gap:20px;height:40px;padding:0 20px;background:#e1dede;border:1px solid #17130e;cursor:pointer;font-size:16px;font-weight:600;line-height:.88;color:#17130e;white-space:nowrap;transition:background-color .2s,color .2s}.product-fragment .product-fragment-icon{width:20px;height:17px;flex-shrink:0}.product-fragment:hover{background-color:#17130e;color:#f5f5f5}.product-gallery-nav{position:absolute;right:20px;bottom:20px;display:flex;flex-direction:column;gap:12px;z-index:2}@media (max-width:767px){.product-gallery-cover{width:147px}.product-gallery-nav{top:50%;bottom:auto;right:10px;transform:translateY(-50%);gap:26px}}.product-gallery-arrow{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;padding:0;background:0 0;border:none;cursor:pointer;color:#17130e;transition:color .2s}.product-gallery-arrow:hover{color:#971722}.product-gallery-arrow svg{width:13px;height:20px}.product-gallery-arrow--next svg{transform:rotate(180deg)}.product-summary{display:flex;flex-direction:column;gap:40px;padding-top:40px}@media (max-width:767px){.product-summary{gap:30px}}.product-top{display:flex;align-items:center;justify-content:space-between;gap:20px}@media (max-width:767px){.product-top{flex-direction:column-reverse;align-items:flex-start;gap:30px}}.product-wishlist{display:inline-flex;align-items:center;gap:10px;padding:10px;background:0 0;border:none;cursor:pointer;color:#971722;font-size:14px;font-weight:600;line-height:.88;text-transform:uppercase;transition:opacity .2s}.product-wishlist .product-wishlist-icon{width:17px;height:15px}.product-wishlist .product-wishlist-icon path{transition:fill .2s}.product-wishlist.is-active .product-wishlist-icon path,.product-wishlist:hover .product-wishlist-icon path{fill:#971722}.product-badges{display:flex;gap:20px}.product-badge{display:inline-flex;align-items:center;height:34px;padding:0 19px;background-color:#17130e;color:#e1dede;font-size:14px;font-weight:600;line-height:.88;text-transform:uppercase;text-decoration:none;cursor:pointer;transition:background-color .2s}.product-badge:hover{background-color:#971722}.product-meta{display:flex;align-items:center;gap:26px;font-size:16px}@media (max-width:767px){.product-meta{font-size:14px}}.product-rating,.product-sold{display:inline-flex;align-items:center;gap:10px;color:#17130e}.product-rating-star{width:22px;height:20px;color:#17130e}.product-sold-icon{width:20px;height:20px;color:#17130e}.product-titles{display:flex;flex-direction:column;gap:20px}.product-author{font-size:18px;font-weight:500;line-height:.88}@media (max-width:767px){.product-author{font-size:16px}}.product-title{font-size:40px;font-weight:600;line-height:.88}@media (max-width:767px){.product-title{font-size:24px}}.product-excerpt{font-size:16px;font-weight:300;font-style:italic;line-height:1.2}@media (max-width:767px){.product-excerpt{font-size:14px}}.product-variation{display:flex;flex-direction:column;gap:16px}.product-variation-label{font-size:16px;line-height:.88}.product-options{display:flex;gap:20px}@media (max-width:767px){.product-options{flex-wrap:wrap;gap:12px}}.product-option{display:inline-flex;align-items:center;justify-content:center;padding:19px;border:1px solid transparent;cursor:pointer;font-size:14px;font-weight:600;line-height:.88;text-transform:uppercase;color:#17130e;transition:border-color .2s}@media (max-width:767px){.product-option{padding:14px 16px}}.product-option:hover:not(:has(.product-option-input:checked)){border-color:rgba(15,14,23,.2)}.product-option:has(.product-option-input:checked){border-color:#17130e}.product-option.is-unavailable .product-option-label{opacity:.4;text-decoration:line-through}.product-option-input{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0 0 0 0);border:0}.product-buy{display:flex;align-items:center;justify-content:space-between;width:100%;height:75px;padding:0 20px;background:0 0;border:1px solid #17130e;cursor:pointer;color:#17130e;transition:background-color .2s,color .2s}.product-buy:hover{background-color:#17130e;color:#f5f5f5}.product-buy.is-unavailable,.product-buy:disabled{border-color:rgba(15,14,23,.2);color:rgba(15,14,23,.5);cursor:not-allowed}.product-buy.is-unavailable:hover,.product-buy:disabled:hover{background:0 0;color:rgba(15,14,23,.5)}.product-price{font-size:30px;font-weight:600;line-height:.88}@media (max-width:767px){.product-price{font-size:24px}}.product-stock-note{margin-top:12px;font-size:14px;font-weight:500;color:#971722}.product-add{display:inline-flex;align-items:center;gap:17px;font-size:18px;font-weight:600;line-height:.88;text-transform:uppercase;color:inherit}.product-add .product-add-icon{width:24px;height:24px}@media (max-width:767px){.product-add{gap:12px;font-size:14px}}.product-expert{display:flex;flex-direction:column;gap:29px;padding:80px 0 50px}.product-expert-title{font-size:40px;font-weight:600;line-height:.88;text-transform:uppercase}@media (max-width:767px){.product-expert{gap:30px;padding:50px 0}.product-expert-title{font-size:30px;line-height:1.18}}.product-expert-list{display:flex;flex-direction:column;gap:50px}@media (max-width:767px){.product-expert-list{gap:40px}}.product-expert-item{display:flex;flex-direction:column;gap:20px}@media (max-width:767px){.product-expert-item{gap:16px}}.product-expert-author{display:flex;align-items:center;gap:22px}.product-expert-avatar{width:66px;height:66px;flex-shrink:0;border-radius:50%;overflow:hidden;background-color:#e1dede}.product-expert-avatar img{width:100%;height:100%;object-fit:cover}.product-expert-person{display:flex;flex-direction:column;gap:8px}.product-expert-name{font-size:14px;font-weight:600;line-height:.88;text-transform:uppercase}.product-expert-role{font-size:10px;line-height:.88}.product-expert-quote{margin:0;font-size:16px;font-style:italic;line-height:1.2}.product-shipping{display:flex;flex-direction:column;gap:16px}.product-shipping-label{font-size:16px;line-height:.88}.product-shipping-methods{display:flex;gap:20px}.product-shipping-method{display:inline-flex;align-items:center;justify-content:center;gap:10px;width:302px;height:57px;border:1px solid #17130e;font-size:14px;font-weight:600;line-height:.88;text-transform:uppercase}.product-shipping-method img{width:28px;height:24px;object-fit:contain}@media (max-width:767px){.product-shipping-method{flex:1;width:auto;min-width:0}}.product-partners{display:flex;flex-direction:column;gap:16px}.product-partners-label{font-size:16px;line-height:.88}.product-partners-list{display:flex;flex-wrap:wrap;gap:12px}.product-partner{display:inline-flex;align-items:center;justify-content:space-between;gap:14px;min-width:180px;min-height:57px;padding:10px 20px;border:1px solid #17130e;color:#17130e;font-size:14px;font-weight:600;line-height:.88;text-transform:uppercase;text-decoration:none;transition:background-color .2s,color .2s}.product-partner:hover{background-color:#17130e;color:#f5f5f5}.product-partner .product-partner-main{display:flex;flex-direction:column;gap:6px;min-width:0}.product-partner .product-partner-logo{max-height:24px;width:auto;object-fit:contain}.product-partner .product-partner-price{font-size:13px;font-weight:500;text-transform:none;opacity:.7}.product-partner .product-partner-arrow{width:13px;height:13px;flex-shrink:0}.product-tabs{margin-top:80px}@media (max-width:767px){.product-partner{flex:1;min-width:0}.product-tabs{margin-top:50px}}.product-tabs-nav{border-bottom:1px solid #17130e}.product-tabs-nav-inner{display:flex;justify-content:center}.product-tab{padding:19px;margin-bottom:-1px;background:0 0;border:none;border-bottom:3px solid transparent;cursor:pointer;font-family:inherit;font-size:20px;font-weight:600;line-height:.88;text-transform:uppercase;color:rgba(15,14,23,.5);transition:color .2s,border-color .2s}.product-tab:hover{color:#17130e}.product-tab.is-active{color:#17130e;border-bottom-color:#17130e}.product-tab-panel{display:none;padding-top:40px}.product-tab-panel.is-active{display:block}.product-tags{display:flex;align-items:flex-start;gap:60px;margin-bottom:40px}@media (max-width:767px){.product-tab{font-size:18px}.product-tab-panel{padding-top:30px}.product-tags{flex-direction:column;gap:30px}}.product-tags-title{flex-shrink:0;font-size:40px;font-weight:600;line-height:.88;text-transform:uppercase}@media (max-width:767px){.product-tags-title{font-size:30px;line-height:1.18}}.product-tags-list{display:flex;flex-wrap:wrap;gap:20px}.product-tag{display:inline-flex;align-items:center;height:34px;padding:0 19px;background-color:#17130e;color:#e1dede;font-size:16px;font-weight:600;line-height:.88;text-transform:uppercase;text-decoration:none;transition:background-color .2s}.product-tag:hover{background-color:#971722}.product-info-grid{display:grid;grid-template-columns:1fr 1fr;gap:0}.product-info-box{padding:49px;border:1px solid #17130e;margin:-.5px}.product-info-box--wide{max-width:763px}@media (max-width:767px){.product-info-grid{grid-template-columns:1fr}.product-info-box{padding:30px 0;border:none;border-top:1px solid #17130e;margin:0}.product-info-box:first-child{border-top:none;padding-top:0}}.product-info-title{font-size:30px;font-weight:600;line-height:.88;margin-bottom:30px}@media (max-width:767px){.product-info-title{font-size:24px}}.product-info-text{font-size:18px;line-height:1.077}.product-info-text p{margin-bottom:18px}.product-info-text p:last-child{margin-bottom:0}.product-info-text strong{font-weight:700}@media (max-width:767px){.product-info-text{font-size:14px}}.product-details{margin:0;font-size:18px}.product-details-row{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:20px 0;border-bottom:1px solid #17130e}.product-details-row dd,.product-details-row dt{margin:0}.product-details-row dd{text-align:right}.product-reviews{display:grid;grid-template-columns:340px 1fr;gap:40px;align-items:start}@media (max-width:767px){.product-details{font-size:16px}.product-reviews{grid-template-columns:1fr;gap:30px}}.product-reviews-summary{display:flex;flex-direction:column;align-items:flex-start;gap:20px}.product-reviews-score{font-size:40px;line-height:.88}.product-reviews-stars{display:flex;align-items:center;gap:7px;font-size:16px}.product-reviews-list{display:flex;flex-direction:column;gap:20px}.product-review{display:flex;flex-direction:column;gap:17px;padding:20px;border:1px solid #17130e}.product-review-author{font-size:20px;line-height:1.077}@media (max-width:767px){.product-review-author{font-size:16px}}.product-review-text{font-size:20px;line-height:1.077}.product-reviews-pagination{grid-column:2;margin-top:20px}@media (max-width:767px){.product-review-text{font-size:14px}.product-reviews-pagination{grid-column:1}}.product-reviews--empty{display:flex;flex-direction:column;align-items:flex-start;gap:30px}.product-reviews-empty{font-size:20px;line-height:1.2;color:rgba(15,14,23,.5);max-width:640px}.rmarchive{padding:90px 0 100px}.rmarchive-title{max-width:900px;font-size:40px;font-weight:600;line-height:1.1;margin-bottom:50px}@media (max-width:767px){.rmarchive{padding:40px 0 60px}.rmarchive-title{font-size:24px;margin-bottom:30px}}.rmarchive-filters{display:flex;align-items:center;gap:10px;padding:20px;background-color:#e1dede;margin-bottom:60px}@media (max-width:767px){.rmarchive-filters{flex-wrap:wrap;gap:10px 16px;padding:16px;margin-bottom:40px}}.rmarchive-filter{display:inline-flex;align-items:center;gap:12px;padding:10px 16px;background:0 0;border:none;font-family:inherit;font-size:16px;font-weight:500;line-height:1;text-transform:uppercase;color:#17130e;cursor:pointer}.rmarchive-filter .rmarchive-filter-arrow{width:14px;height:8px}.rmarchive-filter:disabled{cursor:default}.rmarchive-search{position:relative;flex:1;min-width:160px;display:flex;align-items:center;background-color:#f5f5f5;border:1px solid rgba(15,14,23,.2)}@media (max-width:767px){.rmarchive-search{order:10;width:100%;flex-basis:100%}}.rmarchive-search .rmarchive-search-icon{display:inline-flex;padding:0 12px}.rmarchive-search .rmarchive-search-icon svg{width:18px;height:18px}.rmarchive-search-input{flex:1;min-width:0;height:44px;padding:0 12px 0 0;background:0 0;border:none;font-family:inherit;font-size:16px;color:#17130e}.rmarchive-search-input:focus{outline:0}.rmarchive-sort{margin-left:auto}.rmarchive-pagination{margin-top:60px}.rmarchive-empty{font-size:20px;color:rgba(15,14,23,.5)}.reading-map-single{padding:90px 0 100px;overflow:hidden}.reading-map-single-head{display:flex;flex-direction:column;align-items:flex-start;gap:20px;margin-bottom:60px}.reading-map-single-title{font-size:50px;font-weight:600;line-height:1.04}@media (max-width:767px){.rmarchive-sort{margin-left:0}.rmarchive-pagination{margin-top:40px}.reading-map-single{padding:40px 0 60px}.reading-map-single-head{gap:12px;margin-bottom:40px}.reading-map-single-title{font-size:30px}}.reading-map-single-views{display:inline-flex;align-items:center;gap:18px;font-size:20px;font-weight:500;line-height:1.04;color:#17130e}.reading-map-single-views .reading-map-single-views-icon{width:40px;height:40px}@media (max-width:767px){.reading-map-single-views{gap:12px;font-size:16px}.reading-map-single-views .reading-map-single-views-icon{width:28px;height:28px}}.reading-map-single-intro{max-width:720px;margin-bottom:40px;font-size:18px;line-height:1.3}@media (max-width:767px){.reading-map-single-intro{font-size:14px;margin-bottom:30px}}.reading-map-single-books-title{margin-bottom:30px;font-size:24px;font-weight:600;line-height:.88}.reading-map-slider{position:relative}.reading-map-slider-track{display:flex;align-items:flex-start}.reading-map-slide{flex-shrink:0;width:340px;margin-right:18px}@media (max-width:767px){.reading-map-single-books-title{margin-bottom:20px;font-size:20px}.reading-map-slider{overflow:visible}.reading-map-slide{width:260px;margin-right:14px}}.reading-map-slider-cursor{position:absolute;top:0;left:0;z-index:3;display:block;width:90px;height:90px;margin:-45px 0 0 -45px;opacity:0;pointer-events:none;transition:opacity .2s;will-change:transform}.reading-map-slider-cursor svg{display:block;width:100%;height:100%}.reading-map-slider.is-cursor-visible .reading-map-slider-cursor{opacity:1}@media (max-width:767px){.reading-map-slider-cursor{display:none}}@media (hover:hover){.reading-map-slider.is-cursor-visible .reading-map-slider-track{cursor:none}}.reading-map-single-empty{font-size:20px;line-height:1.2;color:rgba(15,14,23,.5)}.reading-map-guide{margin-top:100px;display:flex;flex-direction:column;gap:80px}@media (max-width:767px){.reading-map-guide{margin-top:40px;gap:40px}}.reading-map-guide-row{display:flex;align-items:flex-start;justify-content:space-between;gap:30px}@media (max-width:767px){.reading-map-guide-row{flex-direction:column;gap:20px}}.reading-map-guide-media{flex-shrink:0;width:755px;height:428px;overflow:hidden}.reading-map-guide-media img{display:block;width:100%;height:100%;object-fit:cover}@media (max-width:767px){.reading-map-guide-media{width:100%;height:auto;aspect-ratio:755/428}}.reading-map-guide-text{flex-shrink:0;width:627px;color:#17130e}.reading-map-guide-text h2,.reading-map-guide-text h3,.reading-map-guide-text h4{font-size:24px;font-weight:500;line-height:1.2}.reading-map-guide-text p{font-size:20px;font-weight:400;line-height:1.2}.reading-map-guide-text>*+*{margin-top:20px}.reading-maps{padding:80px 0;background-color:#f5f5f5}.reading-maps-head{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:80px}.reading-maps-title{font-size:24px;font-weight:600;line-height:.88}@media (max-width:767px){.reading-map-guide-text h2,.reading-map-guide-text h3,.reading-map-guide-text h4{font-size:20px}.reading-map-guide-text p{font-size:16px}.reading-map-guide-text{width:100%}.reading-maps{padding:50px 0}.reading-maps-head{margin-bottom:30px}.reading-maps-title{font-size:20px}}.reading-maps-all{display:inline-flex;align-items:center;gap:17px;font-size:24px;font-weight:500;line-height:1.077;text-transform:uppercase;text-decoration:none;color:#17130e;white-space:nowrap;transition:color .2s}.reading-maps-all:hover{color:#971722}.reading-maps-all .reading-maps-all-arrow{width:30px;height:13px}@media (max-width:767px){.reading-maps-all{gap:10px;font-size:16px}}.reading-maps-all svg{fill:currentColor}.reading-maps-list{display:flex;flex-direction:column;gap:80px}.reading-map{display:flex;align-items:flex-end;justify-content:space-between;gap:40px}@media (max-width:767px){.reading-maps-list{gap:40px}.reading-map{flex-direction:column;align-items:stretch;gap:20px}}.reading-map-info{flex-shrink:0;width:434px;display:flex;flex-direction:column;gap:30px}.reading-map-cat{align-self:flex-start;display:inline-flex;align-items:center;height:40px;padding:0 20px;background-color:#17130e;color:#e1dede;font-size:16px;font-weight:600;line-height:.88;text-transform:uppercase}a.reading-map-cat{text-decoration:none;transition:background-color .2s}a.reading-map-cat:hover{background-color:#971722}.reading-map-name{font-size:40px;font-weight:500;line-height:.88}@media (max-width:767px){.reading-map-info{width:100%;gap:20px}.reading-map-name{font-size:24px}}.reading-map-covers{position:relative;flex-shrink:0;width:421px;display:grid;grid-template-columns:repeat(4,1fr);gap:36px;overflow:hidden}@media (max-width:767px){.reading-map-covers{width:100%;justify-content:space-between;gap:0}}.reading-map-cover{flex-shrink:0;height:136px}.reading-map-cover img{height:100%;width:100%;object-fit:contain}@media (max-width:767px){.reading-map-cover{height:115px}}.reading-map-fade{position:absolute;top:0;right:0;width:75px;height:136px;background:linear-gradient(to left,#f5f5f5,rgba(245,245,245,.84) 28%,rgba(245,245,245,0));pointer-events:none}.reading-map-action{flex-shrink:0;height:136px;display:flex;flex-direction:column;justify-content:space-between;align-items:flex-start}.reading-map-count{font-size:30px;font-weight:600;line-height:.88}@media (max-width:767px){.reading-map-action{height:auto;gap:20px;align-items:stretch}.reading-map-count{font-size:20px}}.reading-map-more{gap:17px;font-size:24px}@media (max-width:767px){.reading-map-more{width:100%;gap:10px;font-size:16px}}.reading-map-more-arrow{width:30px;height:13px;flex-shrink:0}.related{padding:70px 0;background-color:#f5f5f5}.related-head{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:30px}.related-title{font-size:24px;font-weight:600;line-height:.88}@media (max-width:767px){.related{padding:40px 0}.related-title{font-size:20px}}.related-all{display:inline-flex;align-items:center;gap:17px;flex-shrink:0;font-size:24px;font-weight:500;line-height:1.077;text-transform:uppercase;text-decoration:none;color:#17130e;transition:color .2s}.related-all:hover{color:#971722}.related-all .related-all-arrow{width:30px;height:13px}.related-grid .product-card-cover img{aspect-ratio:21/32}.related-grid .product-card-badge{height:34px;font-size:14px}.related-grid-track{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}.related-grid--4up .related-grid-track{grid-template-columns:repeat(4,1fr)}@media (max-width:767px){.related-all{font-size:16px}.related-grid{padding-bottom:10px}.related-grid-track{display:flex;gap:0}.related-grid--4up .related-grid-track{grid-template-columns:none}.related-slide{width:253px;flex:0 0 auto;margin-right:16px}}.shop{padding:60px 0 90px}.shop-title{max-width:760px;margin-bottom:60px}.shop-filter-toggle{display:none}@media (max-width:767px){.shop{padding:30px 0 50px}.shop-title{margin-bottom:30px;font-size:28px}.shop-filter-toggle{display:inline-flex;align-items:center;justify-content:center;gap:12px;width:100%;height:52px;margin-bottom:20px;padding:0 20px;background-color:#17130e;color:#f5f5f5;border:none;cursor:pointer;font-family:inherit;font-size:16px;font-weight:600;text-transform:uppercase}}.shop-filter-toggle .shop-filter-toggle-count{font-weight:400;opacity:.7}.shop-layout{display:grid;grid-template-columns:340px 1fr;gap:20px;align-items:start}@media (max-width:767px){.shop-layout{grid-template-columns:1fr;gap:0}}.shop-filters{display:flex;flex-direction:column;gap:20px;padding:0 10px 40px;background-color:#e1dede}@media (max-width:767px){.shop-filters{display:none;margin-bottom:20px}.shop-filters.is-open{display:flex}}.shop-filter-head{display:flex;align-items:center;justify-content:space-between;width:100%;padding:20px 0;background:0 0;border:none;border-bottom:1px solid #17130e;cursor:pointer;text-align:left}.shop-filter-title{font-size:20px;line-height:1.077}.shop-filter-arrow{width:14px;height:22px;flex-shrink:0;color:#17130e;transition:transform .2s}.shop-filter-head[aria-expanded=false] .shop-filter-arrow,.shop-filter-subhead[aria-expanded=false] .shop-filter-arrow{transform:rotate(180deg)}.shop-filter-body{display:flex;flex-direction:column;gap:30px;padding-top:30px}.shop-filter-subgroup{display:flex;flex-direction:column;gap:20px}.shop-filter-subhead{display:flex;align-items:center;justify-content:space-between;width:100%;padding:0;background:0 0;border:none;cursor:pointer;text-align:left}.shop-filter-subtitle{font-size:16px;line-height:1.077}.shop-filter-options{display:flex;flex-direction:column;gap:20px}.shop-filter-divider{display:block;height:0;border-top:1px dashed rgba(15,14,23,.2)}.shop-filter-flags{padding-top:30px;border-top:1px dashed rgba(0,0,0,.5)}.shop-filter-option{display:flex;align-items:center;gap:12px;cursor:pointer;user-select:none}.shop-filter-checkbox{appearance:none;-webkit-appearance:none;flex-shrink:0;width:20px;height:20px;margin:0;border:1px solid #000;background:0 0;cursor:pointer;position:relative}.shop-filter-checkbox:checked{background-color:#17130e}.shop-filter-checkbox:checked::after{content:"";position:absolute;left:6px;top:2px;width:5px;height:10px;border:solid #f5f5f5;border-width:0 2px 2px 0;transform:rotate(45deg)}.shop-filter-option-label{font-size:16px;line-height:1.077}.shop-filter-option-count{margin-left:auto;font-size:14px;color:rgba(15,14,23,.5)}.shop-filter-body[hidden],.shop-filter-options[hidden]{display:none}.shop-filter-actions{display:flex;flex-direction:column;align-items:stretch;gap:15px}.shop-filter-submit{width:100%}.shop-filter-reset{align-self:center;font-size:16px;line-height:1.077;color:rgba(15,14,23,.5);text-decoration:underline;text-underline-offset:3px;transition:color .2s}.shop-filter-reset:hover{color:#971722}.shop-main{min-width:0}.shop-main--full{width:100%}.shop-topbar{display:flex;align-items:center;gap:20px;margin-bottom:20px;padding:8px 18px 8px 12px;background:#e1dede}@media (max-width:767px){.shop-topbar{flex-direction:column;align-items:stretch;gap:10px;padding:10px}}.shop-search{flex:1;display:flex;align-items:center;gap:16px;height:46px;padding:0 16px;border:1px solid #17130e}@media (max-width:767px){.shop-search{flex:none;height:56px}}.shop-search-icon{display:inline-flex;flex-shrink:0;padding:0;background:0 0;border:none;cursor:pointer;color:#17130e;transition:color .2s}.shop-search-icon:hover{color:#971722}.shop-search-icon svg{width:24px;height:24px}.shop-search-input{flex:1;min-width:0;border:none;background:0 0;font-family:inherit;font-size:16px;font-weight:500;color:#17130e}.shop-search-input::placeholder{color:rgba(15,14,23,.5)}.shop-search-input:focus{outline:0}.shop-sort{position:relative;display:inline-flex;align-items:center;flex-shrink:0}@media (max-width:767px){.shop-sort{justify-content:space-between;width:100%;border:1px solid #17130e}.shop-sort-select{flex:1;width:100%}}.shop-sort-select{appearance:none;-webkit-appearance:none;-moz-appearance:none;padding:20px 36px 20px 20px;background:0 0;border:none;cursor:pointer;font-family:inherit;font-size:18px;font-weight:500;text-transform:uppercase;color:#17130e}.shop-sort-select:focus{outline:0}.shop-sort-arrow{position:absolute;right:20px;top:50%;transform:translateY(-50%) rotate(180deg);display:inline-flex;pointer-events:none;color:#17130e}.shop-sort-arrow svg{width:12px;height:19px}.shop-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px 18px}@media (max-width:767px){.shop-grid{gap:24px 12px;grid-template-columns:repeat(1,1fr)}}.shop-main.is-loading{opacity:.5;pointer-events:none;transition:opacity .15s}.shop-empty{padding:40px 0;font-size:20px;line-height:1.2;color:rgba(15,14,23,.5)}.shop-active-filters{display:flex;flex-wrap:wrap;align-items:center;gap:10px;margin-bottom:24px}.shop-chip{display:inline-flex;align-items:center;gap:10px;height:36px;padding:0 16px;border:1px solid rgba(15,14,23,.2);font-size:14px;line-height:1;color:#17130e;text-decoration:none;transition:border-color .2s,color .2s}.shop-chip:hover{border-color:#17130e}.shop-chip .shop-chip-icon{display:block;width:10px;height:10px}.shop-chip--clear{border-color:transparent;color:rgba(15,14,23,.5);text-decoration:underline;text-underline-offset:3px}.shop-chip--clear:hover{color:#971722;border-color:transparent}.product-card{display:flex;flex-direction:column;gap:14px}.product-card.is-unavailable .product-card-cover{opacity:.45}.product-card-add:disabled{background-color:rgba(15,14,23,.25);cursor:not-allowed}.product-card-add:disabled:hover{background-color:rgba(15,14,23,.25)}.product-card-oos{position:absolute;left:10px;bottom:10px;z-index:2;display:inline-flex;align-items:center;height:30px;padding:0 12px;background-color:rgba(15,14,23,.85);color:#e1dede;font-size:11px;font-weight:600;line-height:1;text-transform:uppercase}.product-card-oos--audio{background-color:#971722;color:#fff}.product-card-media{position:relative;overflow:hidden}.product-card-cover{display:flex;align-items:center;justify-content:center;width:100%;height:100%}.product-card-img--main{padding:65px 20px 20px}@media (max-width:767px){.product-card-img--main{padding:30px 12px 12px}}.product-card-img--main img{aspect-ratio:63/95;box-shadow:0 4px 4px 0 rgba(0,0,0,.25)}.product-card-img--hover{display:block;position:absolute;inset:0;opacity:0;transition:opacity .35s;pointer-events:none}.product-card-img--hover img{display:block;width:100%;height:100%;object-fit:cover}.product-card:hover .product-card-cover.has-hover .product-card-img--main{opacity:0;transition:opacity .35s}.product-card:hover .product-card-cover.has-hover .product-card-img--hover{opacity:1}@media (hover:none){.product-card:hover .product-card-cover.has-hover .product-card-img--main{opacity:1}.product-card:hover .product-card-cover.has-hover .product-card-img--hover{opacity:0}}.product-card-badges{position:absolute;top:10px;left:10px;display:flex;gap:10px}.product-card-badge{display:inline-flex;align-items:center;height:30px;padding:0 10px;background-color:#17130e;color:#e1dede;font-size:10px;font-weight:600;line-height:.88;text-transform:uppercase}.product-card-like{display:block;width:24px;height:24px;padding:1px;position:absolute;top:13px;right:13px;background:#f5f5f5;border:none;cursor:pointer;color:#17130e;transition:color .2s}.product-card-like .product-card-like-icon,.product-card-like img{display:block;width:100%;height:100%}.product-card-like .product-card-like-icon path,.product-card-like img path{transition:fill .2s}.product-card-like.is-active,.product-card-like:hover,.product-card-like[aria-pressed=true]{color:#971722}.product-card-like.is-active .product-card-like-icon path,.product-card-like[aria-pressed=true] .product-card-like-icon path{fill:#971722}.product-card-body{display:flex;flex-direction:column;gap:24px}@media (max-width:767px){.product-card-body{gap:16px}}.product-card-titles{display:flex;flex-direction:column;gap:9px}.product-card-author{font-size:18px;font-weight:500;line-height:.88}@media (max-width:767px){.product-card-author{font-size:14px}}.product-card-title{font-size:24px;font-weight:600;line-height:.88}.product-card-title a{color:#17130e;text-decoration:none;transition:color .2s}.product-card-title a:hover{color:#971722}.product-card-foot{display:flex;align-items:flex-end;justify-content:space-between;gap:12px}@media (max-width:767px){.product-card-title{font-size:18px}.product-card-foot{flex-direction:column;align-items:stretch;gap:14px}}.product-card-price{display:flex;flex-direction:column;gap:8px;font-size:24px;font-weight:600;line-height:.88}@media (max-width:767px){.product-card-price{font-size:20px}}.product-card-price-old{font-size:16px;color:rgba(23,19,14,.5);text-decoration:line-through}.product-card-price-now{color:#17130e}.product-card-price-old+.product-card-price-now{color:#971722}.product-card-actions{display:flex;align-items:center;gap:7px}.product-card-view{display:inline-flex;align-items:center;justify-content:center;height:43px;padding:0 19px;border:1px solid #17130e;color:#17130e;font-size:16px;font-weight:600;line-height:.88;text-transform:uppercase;text-decoration:none;transition:background-color .2s,color .2s}@media (max-width:767px){.product-card-view{flex:1;padding:0 12px}}.product-card-view:hover{background-color:#17130e;color:#f5f5f5}.product-card-add{display:inline-flex;align-items:center;justify-content:center;width:43px;height:43px;flex-shrink:0;background-color:#17130e;border:none;cursor:pointer;transition:background-color .2s}.product-card-add:hover{background-color:#971722}.product-card-add img{width:23px;height:23px}.shop-pagination{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-top:60px}@media (max-width:767px){.shop-pagination{flex-direction:column;gap:24px}}.shop-load-more{display:inline-flex;align-items:center;justify-content:center;gap:28px;width:343px;height:62px;padding:0 50px;background-color:#17130e;color:#f5f5f5;border:none;cursor:pointer;font-family:inherit;font-size:20px;font-weight:500;text-transform:uppercase;transition:background-color .2s}@media (max-width:767px){.shop-load-more{width:100%;height:56px}}.shop-load-more:hover{background-color:#971722}.shop-load-more-arrow{display:inline-flex;color:#f5f5f5;transform:rotate(180deg)}.shop-load-more-arrow svg{width:12px;height:19px}.shop-pages{display:flex;align-items:center;gap:12px}.shop-pages .page-numbers{display:inline-flex;align-items:center;justify-content:center;width:43px;height:43px;font-size:20px;font-weight:500;line-height:1;color:#17130e;text-decoration:none;border:1px solid #17130e}.shop-pages .page-numbers.current{background-color:#17130e;color:#f5f5f5}.shop-pages .page-arrow{display:inline-flex;align-items:center;justify-content:center;width:43px;height:43px;background-color:#17130e;color:#f5f5f5;transition:background-color .2s}.shop-pages .page-arrow:hover{background-color:#971722}.shop-pages .page-arrow svg{width:13px;height:13px}.shop-pages .page-arrow--prev svg{transform:rotate(180deg)}@media (max-width:1512px) and (min-width:767px){.container{max-width:100vw;padding:0 3.3069vw}.h1{font-size:3.3069vw}.h2{font-size:2.6455vw}.text-l{font-size:1.5873vw}.text-m{font-size:1.3228vw}.text-s{font-size:1.1905vw}.text-xs{font-size:1.0582vw}.breadcrumbs{gap:1.0582vw;margin-bottom:1.9841vw}.rating-star{width:1.3228vw;height:1.3228vw}.auth-panel{width:30.6878vw}.auth-header{height:5.4894vw}.auth-close{width:5.4894vw;height:5.4894vw}.auth-close img{width:1.5212vw;height:1.5212vw}.auth-header-title{gap:.5952vw;font-size:1.1905vw}.auth-header-title .auth-header-icon{width:1.5873vw;height:1.5873vw}.auth-body{padding:1.9841vw}.auth-title{font-size:1.5873vw;margin-bottom:1.5873vw}.auth-sublabel{font-size:1.0582vw;margin-bottom:1.0582vw}.auth-sublabel:not(:first-of-type){margin-top:1.5873vw}.auth-social{gap:1.3228vw}.auth-or{gap:1.0582vw;margin:1.5873vw 0;font-size:1.0582vw}.auth-social-btn{gap:.6614vw;height:3.9683vw;padding:0 1.3228vw;font-size:1.1905vw}.auth-social-btn .auth-social-icon{width:1.5873vw;height:1.5873vw}.auth-field{margin-top:1.3228vw}.auth-input{height:3.9683vw;padding:0 1.2566vw;font-size:1.1905vw}.auth-field-label{left:1.3228vw;top:-.5291vw;padding:0 .3307vw;font-size:.7937vw}.auth-field:has([data-password-toggle]) .auth-input{padding-right:3.7037vw}.auth-password-toggle{top:1.9841vw;right:1.1905vw}.auth-password-toggle .auth-password-eye{width:1.455vw;height:1.455vw}.auth-check{gap:.7937vw;font-size:1.0582vw}.auth-check--agree{margin-top:1.3228vw}.auth-check-box{width:1.6534vw;height:1.6534vw}.auth-check-input:checked+.auth-check-box::after{left:.5291vw;width:.3968vw;height:.7937vw}.auth-row{gap:1.0582vw;margin-top:1.5873vw}.auth-link{font-size:1.0582vw}.auth-error,.auth-success{margin-top:1.0582vw;font-size:.9259vw}.auth-foot{margin-top:2.6455vw}.auth-switch{gap:1.9841vw;margin-bottom:1.1243vw;font-size:1.0582vw}.auth-submit{height:4.1005vw}.btn{padding:1.3228vw 3.3069vw;font-size:1.3228vw}.cart-panel{width:30.6878vw}.cart-header{height:5.4894vw}.cart-close{width:5.4894vw;height:5.4894vw}.cart-close img{width:1.5212vw;height:1.5212vw}.cart-header-title{gap:.5952vw;font-size:1.1905vw}.cart-header-title .cart-header-icon{width:1.8519vw;height:1.918vw}.cart-body{padding:2.0503vw 1.9841vw;gap:1.9841vw}.cart-item{gap:1.5212vw}.cart-item-media{width:9.0608vw;height:9.0608vw}.cart-item-media img{max-width:4.4974vw;max-height:6.8122vw}.cart-item-head{gap:.7937vw}.cart-item-author{font-size:1.0582vw;margin-bottom:.3307vw}.cart-item-title{font-size:1.3228vw}.cart-item-remove img{width:1.5212vw;height:1.5212vw}.cart-item-controls{gap:.7937vw}.cart-qty{gap:.463vw}.cart-qty-btn{width:2.381vw;height:2.381vw}.cart-qty-value{width:3.373vw;height:2.381vw;font-size:1.3228vw}.cart-item-price{font-size:1.3228vw}.cart-footer{padding:1.9841vw}.cart-total{font-size:1.5873vw;margin-bottom:1.7196vw}.cart-checkout{height:4.1005vw;padding:1.3228vw 3.3069vw;font-size:1.3228vw}.cart-empty{padding:2.6455vw 1.9841vw;gap:1.9841vw}.cart-empty-text{font-size:1.3228vw}.footer{padding:6.1508vw 0}.footer-inner{gap:3.9683vw}.footer-bottom,.footer-nav{gap:2.6455vw}.footer-col-title{margin-bottom:3.4392vw}.footer-links{gap:.7937vw}.footer-links a{font-size:1.3228vw}.footer-cta{gap:1.3228vw}.footer-btn{min-height:3.9021vw;padding:1.1905vw 1.3228vw;font-size:1.3228vw}.footer-legal{gap:2.8439vw}.footer-legal-links{gap:1.0582vw}.footer-copy,.footer-legal-links a{font-size:.9259vw}.footer-brand{width:38.2937vw}.wpcf7-form .wpcf7-not-valid-tip{font-size:.9259vw;margin-top:.5291vw}.wpcf7-form .wpcf7-mail-sent-ok,.wpcf7-form .wpcf7-validation-errors{border-radius:.5291vw;padding:1.0582vw;margin-bottom:1.5873vw}.form-loader-spinner{width:2.381vw;height:2.381vw}.header{padding:1.3228vw 0}.header-burger img{width:2.3148vw;height:1.0582vw}.header-logo img{width:7.9365vw;height:1.918vw}.header-actions{gap:1.3228vw}.header-action{gap:.3307vw}.header-action-count{font-size:1.5873vw}.menu-panel{width:27.3148vw;padding:3.3069vw}.menu-close img{width:1.5212vw;height:1.5212vw}.menu-list{margin:5.4894vw 0 0;gap:1.9841vw}.menu-link{font-size:1.5873vw}.newsletter{padding:5.0926vw 0 5.5556vw}.newsletter-inner{gap:3.9683vw}.newsletter-text{max-width:33.3333vw}.newsletter-desc{margin-top:1.5873vw}.newsletter-form{gap:1.5212vw}.newsletter-input{width:34.1931vw;height:4.6296vw;padding:1.3228vw 1.9841vw}.newsletter-submit{padding:1.3228vw 1.9841vw}.pw{padding:5.291vw 0 7.9365vw}.pw-card{max-width:30.6878vw;padding:0 1.3228vw}.pw-title{font-size:2.1164vw;margin-bottom:1.0582vw}.pw-lead{font-size:1.0582vw;margin-bottom:.5291vw}.pw-field{margin-top:1.5873vw}.pw-input{height:3.9683vw;padding:0 1.2566vw;font-size:1.1905vw}.pw-field [data-password-toggle]~.pw-input,.pw-field:has([data-password-toggle]) .pw-input{padding-right:3.7037vw}.pw-field-label{left:1.3228vw;top:-.5291vw;padding:0 .3307vw;font-size:.7937vw}.pw-toggle{top:1.9841vw;right:1.1905vw}.pw-toggle .pw-eye{width:1.455vw;height:1.455vw}.pw-submit{height:4.1005vw;margin-top:2.1164vw}.review-modal-panel{width:37.0370vw;max-width:calc(100vw - 2.6455vw);max-height:calc(100vh - 2.6455vw);padding:3.3069vw}.review-modal-close{top:1.3228vw;right:1.3228vw;width:2.6455vw;height:2.6455vw}.review-modal-close img{width:1.3228vw;height:1.3228vw}.review-modal-title{font-size:1.9841vw;margin-bottom:1.9841vw}.review-form{gap:1.3228vw}.review-form-rating{gap:.7937vw}.review-form-label{font-size:1.0582vw}.review-form-stars{gap:.5291vw}.review-form-star .review-form-star-icon{width:1.8519vw;height:1.7196vw}.review-form-input,.review-form-textarea{padding:1.0582vw 1.3228vw;font-size:1.0582vw}.review-form-textarea{min-height:7.9365vw}.review-form-submit{margin-top:.6614vw}.error-404{min-height:calc(100vh - 13.2275vw);padding:5.291vw 0}.error-404-inner{max-width:42.328vw}.error-404-code{font-size:10.582vw}.error-404-title{margin-top:1.3228vw;font-size:2.6455vw}.error-404-text{margin-top:1.5873vw;max-width:31.746vw}.error-404-actions{margin-top:2.6455vw;gap:.9921vw}.about-hero-top{grid-template-columns:1fr 46.627vw;gap:4.2989vw}.about-hero-content{padding-top:1.3228vw}.about-hero-text{gap:3.9683vw}.about-hero-lead{max-width:33.0688vw}.about-hero-media{margin-right:-3.3069vw}.about-stats{grid-template-columns:repeat(4,15.873vw);gap:.6614vw;padding:8.9286vw 0}.about-stat{gap:1.0582vw}.about-stat-value{padding-top:1.0582vw;font-size:3.3069vw}.about-split-inner{grid-template-columns:1fr 46.627vw;gap:4.2989vw}.about-split-text{gap:3.3069vw}.about-split-media{margin-right:-3.3069vw}.about-approach{padding:9.9206vw 0}.about-approach-inner{grid-template-columns:35.9788vw 1fr;gap:14.1534vw}.about-approach-text{max-width:32.3413vw;gap:3.3069vw}.about-team{padding:3.9683vw 0}.about-team-title{margin-bottom:3.5714vw}.about-team-grid{gap:3.3069vw 1.5873vw}.about-member-photo{width:22.1561vw;height:22.1561vw}.about-member-caption{margin-top:1.455vw;gap:.3968vw}.about-team-quote{max-width:17.5265vw}.about-history{padding-top:5.9524vw}.about-history-title{margin-bottom:7.9365vw}.about-history-track{padding-bottom:3.3069vw;gap:2.6455vw}.about-milestone{width:24.8016vw;padding:2.1825vw;gap:2.6455vw}.about-milestone:nth-child(4n+1){margin-left:8.9286vw}.about-milestone:nth-child(4n+2){margin-top:-13.2275vw;margin-right:8.9286vw}.about-milestone:nth-child(4n+3){margin-left:21.164vw}.about-milestone:nth-child(4n+4){margin-top:-13.2275vw;margin-right:8.9286vw}.about-milestone-year{font-size:3.3069vw}.about-history-img{margin-top:-5.291vw}.account{padding:2.6455vw 0 5.9524vw}.account-head{gap:1.9841vw;padding-bottom:2.6455vw}.account-user{gap:2.5794vw}.account-avatar{width:6.4815vw;height:6.4815vw}.account-email{font-size:1.5873vw}.account-logout{gap:.7937vw;font-size:1.5873vw}.account-logout .account-logout-icon{width:1.7857vw;height:1.7857vw}.account-tabs{gap:1.9841vw}.account-tab{padding:.7937vw 1.3228vw;font-size:1.0582vw}.account-panels{padding-top:3.9683vw}.account-panel-title{font-size:1.5873vw;margin-bottom:1.9841vw}.account-form-grid{grid-template-columns:repeat(2,minmax(0,24.3056vw));gap:1.3228vw}.account-input{height:3.9683vw;padding:0 1.2566vw;font-size:1.1905vw}.account-field-label{left:1.3228vw;top:-.5291vw;padding:0 .3307vw;font-size:.7937vw}.account-link{font-size:1.1905vw}.account-msg{margin-top:1.3228vw;font-size:.9259vw}.account-password{margin-top:2.6455vw}.account-password-fields{gap:1.3228vw;max-width:27.7778vw;margin-top:1.3228vw}.account-password-fields .account-input{padding-right:3.7037vw}.account-password-eye-btn{top:1.9841vw;right:1.1905vw}.account-password-eye-btn .account-password-eye{width:1.455vw;height:1.455vw}.account-save{margin-top:2.6455vw;min-width:14.5503vw}.account-stub{font-size:1.1905vw}.wishlist-consent{gap:.7937vw;margin-top:1.5873vw;font-size:1.0582vw}.wishlist-consent-box{width:1.455vw;height:1.455vw}.wishlist-consent-input:checked+.wishlist-consent-box::after{left:.463vw;width:.3968vw;height:.7937vw}.wishlist-friend{margin-top:3.9683vw;padding-top:2.6455vw}.wishlist-friend-title{font-size:1.5873vw}.wishlist-friend-hint{margin-top:.7937vw;font-size:1.0582vw}.wishlist-friend-form{gap:.9921vw;margin-top:1.5873vw;max-width:37.0370vw}.wishlist-friend-btn{height:3.9683vw}.wishlist-friend [data-friend-grid]{margin-top:2.6455vw}.wishlist-empty .wishlist-empty-text{font-size:1.3228vw}.wishlist-empty .wishlist-empty-btn{margin-top:3.3069vw}.view-order{padding:2.6455vw 0 5.9524vw}.view-order-back{margin-bottom:1.5873vw;font-size:1.0582vw}.view-order-head{gap:1.0582vw}.view-order-title{font-size:2.1164vw}.view-order-status{height:1.9841vw;padding:0 .9259vw;font-size:.8598vw}.view-order-date{margin-top:.5291vw;font-size:1.0582vw}.view-order-items{margin-top:2.6455vw}.view-order-item{grid-template-columns:4.2328vw 1fr auto auto;gap:1.3228vw;padding:1.0582vw 0}.view-order-item-media{width:4.2328vw;height:5.5556vw}.view-order-item-name{font-size:1.1905vw}.view-order-totals{margin-top:1.5873vw;gap:.6614vw}.view-order-total-row{gap:1.3228vw;font-size:1.0582vw}.view-order-total-row--order_total{font-size:1.3228vw;padding-top:.6614vw}.view-order-block{margin-top:2.6455vw}.view-order-block-title{font-size:1.3228vw;margin-bottom:.9259vw}.view-order-line{font-size:1.0582vw}.view-order-track{margin-left:.5291vw}.orders-empty .orders-empty-text{font-size:1.3228vw}.orders-empty .orders-empty-btn{margin-top:2.6455vw}.orders-head,.orders-row{gap:1.3228vw}.orders-head{padding-bottom:1.3228vw;font-size:1.0582vw}.orders-row{padding:1.5873vw 0}.orders-col--num,.orders-col--sum{font-size:1.1905vw}.orders-col--items{gap:.5291vw}.orders-thumb{width:4.2328vw;height:5.5556vw}.delivery-empty .delivery-empty-text{font-size:1.3228vw}.delivery-empty .delivery-empty-btn{margin-top:2.6455vw}.delivery-form{max-width:33.0688vw}.delivery-form .account-field{margin-top:1.3228vw}.delivery-subtitle{font-size:1.1905vw;margin:1.9841vw 0 4px}.delivery-carrier,.delivery-type{gap:.7937vw;font-size:1.0582vw}.delivery-carrier{margin-top:1.0582vw}.delivery-carrier-box,.delivery-type-box{width:1.3228vw;height:1.3228vw}.delivery-types{gap:1.0582vw 1.9841vw;margin:1.3228vw 0}.delivery-np .account-field--select{margin-top:1.3228vw}.wishlist-page-top{gap:1.9841vw}.wishlist-banner{gap:.7937vw;padding-bottom:1.3228vw}.wishlist-banner-text{font-size:1.3228vw}.wishlist-banner-btn{width:26.7196vw}.article{padding:4.1005vw 0 5.9524vw}.article-breadcrumbs{margin-bottom:1.9841vw}.article-layout{grid-template-columns:49.9339vw 1fr;gap:1.9841vw}.article-hero-media{top:5.291vw;width:49.9339vw;height:49.9339vw}.article-main{gap:4.6296vw}.article-hero-text{min-height:49.9339vw}.article-head{gap:2.6455vw;max-width:38.4921vw}.article-meta{gap:1.8519vw}.article-title{font-size:3.3069vw}.article-body{max-width:43.6508vw}.article-body p{font-size:1.3228vw;margin-bottom:1.3228vw}.article-body h2,.article-body h3{font-size:1.5873vw;margin-top:2.6455vw;margin-bottom:1.0582vw}.blog--section{padding:4.6296vw 0 3.3069vw}.blog-title{font-size:3.4392vw}.blog-filters{gap:1.9841vw;margin-top:2.6455vw}.blog-filter{padding-bottom:.6614vw}.blog-grid{margin-top:1.9841vw}.post-card{padding:3.3069vw 2.6455vw}.post-card-title{margin-top:1.9841vw;font-size:1.9841vw;min-height:7.1429vw}.post-card-meta{gap:1.3228vw;margin-top:1.9841vw}.post-card-arrow{width:2.381vw;height:2.4471vw}.post-card-arrow img{width:.9259vw;height:.9259vw}.blog-pagination{gap:.7937vw;margin-top:3.9683vw}.blog-pagination .page-numbers{width:2.8439vw;height:2.8439vw;font-size:1.3228vw}.blog-pagination .page-arrow{width:2.8439vw;height:2.8439vw}.blog-pagination .page-arrow img{width:.8598vw;height:.8598vw}.checkout-form{padding:2.6455vw 0 6.6138vw}.checkout-inner{grid-template-columns:1fr 31.1508vw;gap:11.9048vw}.checkout-main{gap:2.6455vw}.checkout-section{gap:1.3228vw}.checkout-section-title{font-size:1.5873vw}.checkout-grid{gap:1.3228vw}.checkout-password{margin-top:1.3228vw}.checkout-field--password .checkout-input{padding-right:3.9683vw}.checkout-password-toggle{right:1.3228vw}.checkout-password-toggle .checkout-password-eye{width:1.455vw;height:1.455vw}.checkout-password-hint{margin-top:.5291vw;font-size:.9259vw}.checkout-input{height:4.3651vw;padding:0 1.5873vw;font-size:1.1905vw}.checkout-select{padding-right:3.1746vw;background-position:right 1.5873vw center}.checkout-textarea{min-height:10.119vw;padding:1.3228vw 1.5873vw}.checkout-pay{gap:1.3228vw}.checkout-pay-empty{font-size:1.1905vw}.checkout-consents{gap:1.3228vw}.checkout-check{gap:1.1905vw}.checkout-check-box{width:1.7857vw;height:1.7857vw}.checkout-check-box svg{width:.9259vw;height:.7275vw}.checkout-check-label{font-size:1.1905vw}.checkout-aside{top:5.291vw}.checkout-summary-card{padding:1.9841vw}.checkout-summary-title{font-size:1.5873vw;margin-bottom:1.9841vw}.checkout-summary-items{gap:1.9841vw;margin-bottom:1.9841vw}.checkout-item{gap:1.5212vw}.checkout-item-media{width:9.0608vw;height:9.0608vw}.checkout-item-media img{max-width:4.4974vw;max-height:6.8122vw}.checkout-item-body{gap:1.3228vw}.checkout-item-head{gap:.7937vw}.checkout-item-titles{gap:.3307vw}.checkout-item-author{font-size:1.0582vw}.checkout-item-title{font-size:1.3228vw}.checkout-item-remove img{width:1.5212vw;height:1.5212vw}.checkout-item-controls{gap:1.3228vw}.checkout-item-price,.checkout-item-qty{font-size:1.3228vw}.checkout-totals{gap:1.0582vw;padding-top:1.7196vw}.checkout-totals-row{gap:1.3228vw}.checkout-totals-label{font-size:1.1905vw}.checkout-totals-value{font-size:1.3228vw}.checkout-totals-row--grand{gap:1.3228vw;margin-top:1.7196vw}.checkout-totals-row--grand .checkout-totals-label,.checkout-totals-row--grand .checkout-totals-value{font-size:1.5873vw}.checkout-submit{margin-top:1.7196vw}.checkout-form .ts-control,.delivery-form .ts-control{min-height:4.3651vw;padding:.3307vw 3.1746vw .3307vw 1.5873vw!important;font-size:1.1905vw}.checkout-form .ts-control input,.checkout-form .ts-control input::placeholder,.delivery-form .ts-control input,.delivery-form .ts-control input::placeholder{font-size:1.1905vw}.checkout-form .ts-wrapper.single .ts-control,.delivery-form .ts-wrapper.single .ts-control{background-position:right 1.5873vw center}.checkout-form .ts-dropdown .option,.checkout-form .ts-empty,.delivery-form .ts-dropdown .option,.delivery-form .ts-empty{padding:.7937vw 1.5873vw;font-size:1.0582vw}.thankyou{padding:3.9683vw 0 6.6138vw}.thankyou-title{font-size:2.6455vw;margin-bottom:1.3228vw}.thankyou-lead{font-size:1.3228vw;max-width:42.328vw;margin-bottom:3.3069vw}.thankyou-grid{grid-template-columns:1fr 31.1508vw;gap:5.291vw}.thankyou-info{gap:1.3228vw}.thankyou-info-row{gap:1.9841vw;padding-bottom:1.3228vw}.thankyou-info-row dd,.thankyou-info-row dt{font-size:1.1905vw}.thankyou-info-row--total dd,.thankyou-info-row--total dt{font-size:1.5873vw}.thankyou-items{padding:1.9841vw}.thankyou-items-title{font-size:1.5873vw;margin-bottom:1.9841vw}.thankyou-items-list{gap:1.3228vw;margin:0 0 1.9841vw}.thankyou-item{gap:1.3228vw}.thankyou-item-media{width:9.0608vw;height:9.0608vw;padding:1.1905vw 2.2487vw 1.0582vw 2.3148vw}.thankyou-item-wrap{gap:.6614vw}.thankyou-item-name{font-size:1.1905vw}.thankyou-item-qty{font-size:1.0582vw}.thankyou-item-price{font-size:1.1905vw}.thankyou-failed{max-width:42.328vw}.thankyou-actions{gap:.9921vw}.collections{padding:5.291vw 0}.collections-title{margin-bottom:3.9683vw}.collections-list{gap:1.9841vw}.collections-item{height:45.7672vw}.collections-label{gap:1.3228vw}.collections-line{width:20.6349vw}.collections-name{padding-left:1.9841vw;font-size:1.5873vw}.collections-item:nth-child(4n+1) .collections-elem:nth-child(1){width:45.6349vw;height:45.7672vw}.collections-item:nth-child(4n+1) .collections-elem:nth-child(1) .collections-cover--back{left:10.5159vw;top:4.4974vw;width:26.918vw;height:35.7143vw}.collections-item:nth-child(4n+1) .collections-elem:nth-child(1):hover .collections-cover--back{left:18.9153vw;width:26.7196vw;height:36.9709vw}.collections-item:nth-child(4n+1) .collections-elem:nth-child(1) .collections-cover--mid{left:10.5159vw;top:4.4974vw;width:26.918vw;height:35.7143vw}.collections-item:nth-child(4n+1) .collections-elem:nth-child(1) .collections-cover--front{left:10.5159vw;top:4.4974vw;width:26.918vw;height:35.7143vw}.collections-item:nth-child(4n+1) .collections-elem:nth-child(1):hover .collections-cover--front{top:8.0688vw;width:27.1825vw;height:37.6984vw}.collections-item:nth-child(4n+1) .collections-elem:nth-child(2){left:47.619vw;top:20.9656vw;width:24.8677vw;height:24.8016vw}.collections-item:nth-child(4n+1) .collections-elem:nth-child(2) .collections-cover--back{left:5.8201vw;top:1.918vw;width:14.8148vw;height:20.5688vw}.collections-item:nth-child(4n+1) .collections-elem:nth-child(2):hover .collections-cover--back{left:10.3175vw;width:14.5503vw;height:20.172vw}.collections-item:nth-child(4n+1) .collections-elem:nth-child(2) .collections-cover--mid{left:5.8201vw;top:1.918vw;width:14.8148vw;height:20.5688vw}.collections-item:nth-child(4n+1) .collections-elem:nth-child(2) .collections-cover--front{left:5.8201vw;top:1.918vw;width:14.8148vw;height:20.5688vw}.collections-item:nth-child(4n+1) .collections-elem:nth-child(2):hover .collections-cover--front{top:5.3571vw;width:14.6825vw;height:19.4444vw}.collections-item:nth-child(4n+2) .collections-elem:nth-child(1){left:20.8995vw;width:24.8677vw;height:24.8016vw}.collections-item:nth-child(4n+2) .collections-elem:nth-child(1) .collections-cover--back{left:5.1587vw;top:2.1164vw;width:14.0212vw;height:19.5106vw}.collections-item:nth-child(4n+2) .collections-elem:nth-child(1):hover .collections-cover--back{width:13.8228vw;height:19.1799vw}.collections-item:nth-child(4n+2) .collections-elem:nth-child(1) .collections-cover--mid{left:5.1587vw;top:2.1164vw;width:14.0212vw;height:19.5106vw}.collections-item:nth-child(4n+2) .collections-elem:nth-child(1) .collections-cover--front{left:5.1587vw;top:2.1164vw;width:14.0212vw;height:19.5106vw}.collections-item:nth-child(4n+2) .collections-elem:nth-child(1):hover .collections-cover--front{left:10.9127vw;top:5.9524vw;width:13.955vw;height:18.5185vw}.collections-item:nth-child(4n+2) .collections-elem:nth-child(2){left:47.7513vw;width:45.6349vw;height:45.7672vw}.collections-item:nth-child(4n+2) .collections-elem:nth-child(2) .collections-cover--back{left:10.5159vw;top:4.4974vw;width:26.918vw;height:35.7143vw}.collections-item:nth-child(4n+2) .collections-elem:nth-child(2):hover .collections-cover--back{left:18.9153vw;width:26.7196vw;height:36.9709vw}.collections-item:nth-child(4n+2) .collections-elem:nth-child(2) .collections-cover--mid{left:10.5159vw;top:4.4974vw;width:26.918vw;height:35.7143vw}.collections-item:nth-child(4n+2) .collections-elem:nth-child(2) .collections-cover--front{left:10.5159vw;top:4.4974vw;width:26.918vw;height:35.7143vw}.collections-item:nth-child(4n+2) .collections-elem:nth-child(2):hover .collections-cover--front{top:8.0688vw;width:27.1825vw;height:37.6984vw}.collections-item:nth-child(4n+2) .collections-elem:nth-child(2) .collections-label{top:32.672vw}.collections-item:nth-child(4n+3){height:24.8016vw}.collections-item:nth-child(4n+3) .collections-elem:nth-child(1){left:24.0741vw;width:24.8677vw;height:24.8016vw}.collections-item:nth-child(4n+3) .collections-elem:nth-child(1) .collections-cover--back{left:5.1587vw;top:2.1164vw;width:14.0212vw;height:19.5106vw}.collections-item:nth-child(4n+3) .collections-elem:nth-child(1):hover .collections-cover--back{width:13.8228vw;height:19.1799vw}.collections-item:nth-child(4n+3) .collections-elem:nth-child(1) .collections-cover--mid{left:5.1587vw;top:2.1164vw;width:14.0212vw;height:19.5106vw}.collections-item:nth-child(4n+3) .collections-elem:nth-child(1) .collections-cover--front{left:5.1587vw;top:2.1164vw;width:14.0212vw;height:19.5106vw}.collections-item:nth-child(4n+3) .collections-elem:nth-child(1):hover .collections-cover--front{left:10.9127vw;top:5.9524vw;width:13.955vw;height:18.5185vw}.collections-item:nth-child(4n+3) .collections-elem:nth-child(2){left:50.9259vw;width:24.8677vw;height:24.8016vw}.collections-item:nth-child(4n+3) .collections-elem:nth-child(2) .collections-cover--back{left:5.8201vw;top:1.918vw;width:14.8148vw;height:20.5688vw}.collections-item:nth-child(4n+3) .collections-elem:nth-child(2):hover .collections-cover--back{left:10.3175vw;width:14.5503vw;height:20.172vw}.collections-item:nth-child(4n+3) .collections-elem:nth-child(2) .collections-cover--mid{left:5.8201vw;top:1.918vw;width:14.8148vw;height:20.5688vw}.collections-item:nth-child(4n+3) .collections-elem:nth-child(2) .collections-cover--front{left:5.8201vw;top:1.918vw;width:14.8148vw;height:20.5688vw}.collections-item:nth-child(4n+3) .collections-elem:nth-child(2):hover .collections-cover--front{top:5.3571vw;width:14.6825vw;height:19.4444vw}.collections-item:nth-child(4n+4){height:45.7672vw}.collections-item:nth-child(4n+4) .collections-elem:nth-child(1){width:45.6349vw;height:45.7672vw}.collections-item:nth-child(4n+4) .collections-elem:nth-child(1) .collections-cover--front{left:10.5159vw;top:4.4974vw;width:26.918vw;height:35.7143vw}.collections-item:nth-child(4n+4) .collections-elem:nth-child(1):hover .collections-cover--front{width:27.1825vw;height:37.6984vw}.collections-item:nth-child(4n+4) .collections-elem:nth-child(1) .collections-cover--mid{left:10.5159vw;top:4.4974vw;width:26.918vw;height:35.7143vw}.collections-item:nth-child(4n+4) .collections-elem:nth-child(1) .collections-cover--back{left:10.5159vw;top:4.4974vw;width:26.918vw;height:35.7143vw}.collections-item:nth-child(4n+4) .collections-elem:nth-child(1):hover .collections-cover--back{left:18.9153vw;top:8.7963vw;width:26.7196vw;height:36.9709vw}.collections-item:nth-child(4n+4) .collections-elem:nth-child(2){left:47.619vw;width:24.8677vw;height:24.8016vw}.collections-item:nth-child(4n+4) .collections-elem:nth-child(2) .collections-cover--back{left:5.8201vw;top:1.918vw;width:14.8148vw;height:20.5688vw}.collections-item:nth-child(4n+4) .collections-elem:nth-child(2):hover .collections-cover--back{left:10.3175vw;top:4.6296vw;width:14.5503vw;height:20.172vw}.collections-item:nth-child(4n+4) .collections-elem:nth-child(2) .collections-cover--mid{left:5.8201vw;top:1.918vw;width:14.8148vw;height:20.5688vw}.collections-item:nth-child(4n+4) .collections-elem:nth-child(2) .collections-cover--front{left:5.8201vw;top:1.918vw;width:14.8148vw;height:20.5688vw}.collections-item:nth-child(4n+4) .collections-elem:nth-child(2):hover .collections-cover--front{width:14.6825vw;height:19.4444vw}.contacts-hero{padding-bottom:5.291vw}.contacts-hero-inner{grid-template-columns:1fr 49.9339vw;gap:2.6455vw}.contacts-hero-text{padding-top:1.3228vw;gap:3.9683vw}.contacts-list{gap:1.9841vw}.contacts-row{gap:1.3228vw;padding:1.3228vw 0}.contacts-value{font-size:1.9841vw}.contacts-map-link{height:25.8598vw}.content{padding:5.291vw 0 6.6138vw}.content-header{margin-bottom:2.6455vw}.content-header h1{font-size:2.6455vw}.content-wrapper{max-width:54.2328vw;font-size:1.1905vw}.content-wrapper>*+*{margin-top:1.3228vw}.content-wrapper h2{margin-top:2.6455vw;font-size:1.8519vw}.content-wrapper h3{margin-top:2.1164vw;font-size:1.455vw}.content-wrapper ol,.content-wrapper ul{padding-left:1.5873vw}.content-wrapper ol li+li,.content-wrapper ul li+li{margin-top:.5291vw}.content-wrapper .alignleft{margin:0 1.5873vw 1.5873vw 0}.content-wrapper .alignright{margin:0 0 1.5873vw 1.5873vw}.content-wrapper .aligncenter{margin:1.5873vw auto}.content-wrapper .alignnone{margin:1.5873vw 0}.context{padding-top:6.6138vw;padding-bottom:7.4735vw}.context::after{height:7.4735vw}.context-title{margin-bottom:7.9365vw}.context-columns{gap:6.6138vw}.context-list{gap:.3307vw;padding:0 2.7778vw 0 0}.context-tag{gap:1.9841vw;min-height:5.6878vw;padding:0 5.0265vw 0 2.1164vw;border-radius:33.0688vw 0 0 33.0688vw}.context-tag:hover{transform:translateX(3.9683vw)}.context-tag::after{right:-2.5132vw;width:5.0265vw;height:5.0265vw}.context-tag-label{font-size:1.3228vw}.context-tag-arrow{width:1.9841vw;height:.9921vw}.coop-hero-inner{grid-template-columns:1fr 49.9339vw;gap:3.9683vw}.coop-hero-text{padding-top:1.3228vw}.coop-hero-body{gap:3.3069vw}.coop-blocks{padding-top:3.3069vw}.coop-block{min-height:23.8095vw;padding:3.3069vw}.coop-block-title{font-size:1.9841vw;margin-bottom:3.0423vw}.coop-block-body p{margin-bottom:1.1905vw}.coop-email{gap:1.3228vw;padding:1.3228vw 0}.coop-email-value{font-size:1.9841vw}.coop-why{padding:9.3254vw 0 5.9524vw}.coop-why-inner{gap:3.9683vw}.coop-why-text{font-size:1.9841vw;max-width:49.6693vw}.faq{padding:5.291vw 0 6.6138vw}.faq-inner{max-width:66.1376vw}.faq-title{margin-bottom:2.6455vw;font-size:2.6455vw}.faq-question{gap:1.3228vw;padding:1.5873vw 0;font-size:1.3228vw}.faq-icon{width:1.3228vw;height:1.3228vw}.faq-icon::before{width:1.3228vw}.faq-icon::after{height:1.3228vw}.faq-answer{padding:0 0 1.5873vw;font-size:1.1905vw}.faq-answer>*+*{margin-top:1.0582vw}.hero-nav{bottom:1.7857vw;gap:1.3228vw}.hero-arrow svg{width:1.9841vw;height:.8598vw}.hero-dots{gap:.6614vw}.hero-dots .swiper-pagination-bullet{width:.3968vw;height:.3968vw}.slogan{padding:6.6138vw 0}.slogan-inner{gap:2.6455vw}.slogan-title{max-width:70.2381vw}.featured{padding:5.291vw 0}.featured-inner{grid-template-columns:32.7381vw 28.4392vw;gap:13.8889vw}.featured-media img{max-width:23.2804vw}.featured-media-blur{height:14.3519vw;border-radius:32.7128vw}.featured-info{width:28.4392vw;gap:3.3069vw}.featured-titles{gap:1.9841vw}.featured-author{font-size:1.1905vw}.featured-title{font-size:2.6455vw}.featured-excerpt{margin-top:-.9259vw;font-size:1.0582vw}.featured-price{font-size:1.9841vw}.featured-actions{gap:.463vw}.featured-add,.featured-more{gap:.6614vw;height:3.3069vw;padding:0 1.3228vw;font-size:1.0582vw}.featured-add{width:16.4683vw}.featured-add .featured-add-icon{width:1.5873vw;height:1.5873vw}.featured-more{width:11.5079vw}.about-intro{padding:5.291vw 0}.about-intro-inner{gap:2.6455vw}.about-intro-text{width:51.6534vw;gap:2.6455vw}.about-intro-title{font-size:2.6455vw}.about-intro-copy{gap:1.5873vw;font-size:1.3228vw}.about-intro-media{width:41.7328vw;height:33.5317vw}.product{padding:0 0 2.6455vw}.product-head{grid-template-columns:49.537vw 1fr;gap:2.7116vw}.product-gallery{gap:1.3228vw}.product-gallery-main{width:49.537vw;height:49.537vw}.product-gallery-cover{width:17.7249vw}.product-fragment{bottom:1.9841vw;gap:1.3228vw;height:2.6455vw;padding:0 1.3228vw;font-size:1.0582vw}.product-fragment .product-fragment-icon{width:1.3228vw;height:1.1243vw}.product-gallery-nav{right:1.3228vw;bottom:1.3228vw;gap:.7937vw}.product-gallery-arrow{width:1.5873vw;height:1.5873vw}.product-gallery-arrow svg{width:.8598vw;height:1.3228vw}.product-summary{gap:2.6455vw;padding-top:2.6455vw}.product-top{gap:1.3228vw}.product-wishlist{gap:.6614vw;padding:.6614vw;font-size:.9259vw}.product-wishlist .product-wishlist-icon{width:1.1243vw;height:.9921vw}.product-badges{gap:1.3228vw}.product-badge{height:2.2487vw;padding:0 1.2566vw;font-size:.9259vw}.product-meta{gap:1.7196vw;font-size:1.0582vw}.product-rating,.product-sold{gap:.6614vw}.product-rating-star{width:1.455vw;height:1.3228vw}.product-sold-icon{width:1.3228vw;height:1.3228vw}.product-titles{gap:1.3228vw}.product-author{font-size:1.1905vw}.product-title{font-size:2.6455vw}.product-excerpt{font-size:1.0582vw}.product-variation{gap:1.0582vw}.product-variation-label{font-size:1.0582vw}.product-options{gap:1.3228vw}.product-option{padding:1.2566vw;font-size:.9259vw}.product-buy{height:4.9603vw;padding:0 1.3228vw}.product-price{font-size:1.9841vw}.product-stock-note{margin-top:.7937vw;font-size:.9259vw}.product-add{gap:1.1243vw;font-size:1.1905vw}.product-add .product-add-icon{width:1.5873vw;height:1.5873vw}.product-expert{gap:1.918vw;padding:5.291vw 0 3.3069vw}.product-expert-title{font-size:2.6455vw}.product-expert-list{gap:3.3069vw}.product-expert-item{gap:1.3228vw}.product-expert-author{gap:1.455vw}.product-expert-avatar{width:4.3651vw;height:4.3651vw}.product-expert-person{gap:.5291vw}.product-expert-name{font-size:.9259vw}.product-expert-role{font-size:.6614vw}.product-expert-quote{font-size:1.0582vw}.product-shipping{gap:1.0582vw}.product-shipping-label{font-size:1.0582vw}.product-shipping-methods{gap:1.3228vw}.product-shipping-method{gap:.6614vw;width:19.9735vw;height:3.7698vw;font-size:.9259vw}.product-shipping-method img{width:1.8519vw;height:1.5873vw}.product-partners{gap:1.0582vw}.product-partners-label{font-size:1.0582vw}.product-partners-list{gap:.7937vw}.product-partner{gap:.9259vw;min-width:11.9048vw;min-height:3.7698vw;padding:.6614vw 1.3228vw;font-size:.9259vw}.product-partner .product-partner-main{gap:.3968vw}.product-partner .product-partner-logo{max-height:1.5873vw}.product-partner .product-partner-price{font-size:.8598vw}.product-partner .product-partner-arrow{width:.8598vw;height:.8598vw}.product-tabs{margin-top:5.291vw}.product-tab{padding:1.2566vw;font-size:1.3228vw}.product-tab-panel{padding-top:2.6455vw}.product-tags{gap:3.9683vw;margin-bottom:2.6455vw}.product-tags-title{font-size:2.6455vw}.product-tags-list{gap:1.3228vw}.product-tag{height:2.2487vw;padding:0 1.2566vw;font-size:1.0582vw}.product-info-box{padding:3.2407vw}.product-info-box--wide{max-width:50.463vw}.product-info-title{font-size:1.9841vw;margin-bottom:1.9841vw}.product-info-text{font-size:1.1905vw}.product-info-text p{margin-bottom:1.1905vw}.product-details{font-size:1.1905vw}.product-details-row{gap:1.3228vw;padding:1.3228vw 0}.product-reviews{grid-template-columns:22.4868vw 1fr;gap:2.6455vw}.product-reviews-summary{gap:1.3228vw}.product-reviews-score{font-size:2.6455vw}.product-reviews-stars{gap:.463vw;font-size:1.0582vw}.product-reviews-list{gap:1.3228vw}.product-review{gap:1.1243vw;padding:1.3228vw}.product-review-author,.product-review-text{font-size:1.3228vw}.product-reviews-pagination{margin-top:1.3228vw}.product-reviews--empty{gap:1.9841vw}.product-reviews-empty{font-size:1.3228vw;max-width:42.328vw}.rmarchive{padding:5.9524vw 0 6.6138vw}.rmarchive-title{max-width:59.5238vw;font-size:2.6455vw;margin-bottom:3.3069vw}.rmarchive-filters{gap:.6614vw;padding:1.3228vw;margin-bottom:3.9683vw}.rmarchive-filter{gap:.7937vw;padding:.6614vw 1.0582vw;font-size:1.0582vw}.rmarchive-filter .rmarchive-filter-arrow{width:.9259vw;height:.5291vw}.rmarchive-search{min-width:10.582vw}.rmarchive-search .rmarchive-search-icon{padding:0 .7937vw}.rmarchive-search .rmarchive-search-icon svg{width:1.1905vw;height:1.1905vw}.rmarchive-search-input{height:2.9101vw;padding:0 .7937vw 0 0;font-size:1.0582vw}.rmarchive-pagination{margin-top:3.9683vw}.rmarchive-empty{font-size:1.3228vw}.reading-map-single{padding:5.9524vw 0 6.6138vw}.reading-map-single-head{gap:1.3228vw;margin-bottom:3.9683vw}.reading-map-single-title{font-size:3.3069vw}.reading-map-single-views{gap:1.1905vw;font-size:1.3228vw}.reading-map-single-views .reading-map-single-views-icon{width:2.6455vw;height:2.6455vw}.reading-map-single-intro{max-width:47.619vw;margin-bottom:2.6455vw;font-size:1.1905vw}.reading-map-single-books-title{margin-bottom:1.9841vw;font-size:1.5873vw}.reading-map-slide{width:22.4868vw;margin-right:1.1905vw}.reading-map-slider-cursor{width:5.9524vw;height:5.9524vw;margin:-2.9762vw 0 0 -2.9762vw}.reading-map-single-empty{font-size:1.3228vw}.reading-map-guide{margin-top:6.6138vw;gap:5.291vw}.reading-map-guide-row{gap:1.9841vw}.reading-map-guide-media{width:49.9339vw;height:28.3069vw}.reading-map-guide-text{width:41.4683vw}.reading-map-guide-text h2,.reading-map-guide-text h3,.reading-map-guide-text h4{font-size:1.5873vw}.reading-map-guide-text p{font-size:1.3228vw}.reading-map-guide-text>*+*{margin-top:1.3228vw}.reading-maps{padding:5.291vw 0}.reading-maps-head{gap:1.3228vw;margin-bottom:5.291vw}.reading-maps-title{font-size:1.5873vw}.reading-maps-all{gap:1.1243vw;font-size:1.5873vw}.reading-maps-all .reading-maps-all-arrow{width:1.9841vw;height:.8598vw}.reading-maps-list{gap:5.291vw}.reading-map{gap:2.6455vw}.reading-map-info{width:28.7037vw;gap:1.9841vw}.reading-map-cat{height:2.6455vw;padding:0 1.3228vw;font-size:1.0582vw}.reading-map-name{font-size:2.6455vw}.reading-map-covers{width:27.8439vw;gap:2.381vw}.reading-map-cover{height:8.9947vw}.reading-map-fade{width:4.9603vw;height:8.9947vw}.reading-map-action{height:8.9947vw}.reading-map-count{font-size:1.9841vw}.reading-map-more{gap:1.1243vw;font-size:1.5873vw}.reading-map-more-arrow{width:1.9841vw;height:.8598vw}.related{padding:4.6296vw 0}.related-head{gap:1.3228vw;margin-bottom:1.9841vw}.related-title{font-size:1.5873vw}.related-all{gap:1.1243vw;font-size:1.5873vw}.related-all .related-all-arrow{width:1.9841vw;height:.8598vw}.related-grid .product-card-badge{height:2.2487vw;font-size:.9259vw}.related-grid-track{gap:1.9841vw}.shop{padding:3.9683vw 0 5.9524vw}.shop-title{max-width:50.2646vw;margin-bottom:3.9683vw}.shop-layout{grid-template-columns:22.4868vw 1fr;gap:1.3228vw}.shop-filters{gap:1.3228vw;padding:0 .6614vw 2.6455vw}.shop-filter-head{padding:1.3228vw 0}.shop-filter-title{font-size:1.3228vw}.shop-filter-arrow{width:.9259vw;height:1.455vw}.shop-filter-body{gap:1.9841vw;padding-top:1.9841vw}.shop-filter-subgroup{gap:1.3228vw}.shop-filter-subtitle{font-size:1.0582vw}.shop-filter-options{gap:1.3228vw}.shop-filter-flags{padding-top:1.9841vw}.shop-filter-option{gap:.7937vw}.shop-filter-checkbox{width:1.3228vw;height:1.3228vw}.shop-filter-checkbox:checked::after{left:.3968vw;width:.3307vw;height:.6614vw}.shop-filter-option-label{font-size:1.0582vw}.shop-filter-option-count{font-size:.9259vw}.shop-filter-actions{gap:.9921vw}.shop-filter-reset{font-size:1.0582vw}.shop-topbar{gap:1.3228vw;margin-bottom:1.3228vw;padding:.5291vw 1.1905vw .5291vw .7937vw}.shop-search{gap:1.0582vw;height:3.0423vw;padding:0 1.0582vw}.shop-search-icon svg{width:1.5873vw;height:1.5873vw}.shop-search-input{font-size:1.0582vw}.shop-sort-select{padding:1.3228vw 2.381vw 1.3228vw 1.3228vw;font-size:1.1905vw}.shop-sort-arrow{right:1.3228vw}.shop-sort-arrow svg{width:.7937vw;height:1.2566vw}.shop-grid{gap:1.9841vw 1.1905vw}.shop-empty{padding:2.6455vw 0;font-size:1.3228vw}.shop-active-filters{gap:.6614vw;margin-bottom:1.5873vw}.shop-chip{gap:.6614vw;height:2.381vw;padding:0 1.0582vw;font-size:.9259vw}.shop-chip .shop-chip-icon{width:.6614vw;height:.6614vw}.product-card{gap:.9259vw}.product-card-oos{left:.6614vw;bottom:.6614vw;height:1.9841vw;padding:0 .7937vw;font-size:.7275vw}.product-card-img--main{padding:4.2989vw 1.3228vw 1.3228vw}.product-card-badges{top:.6614vw;left:.6614vw;gap:.6614vw}.product-card-badge{height:1.9841vw;padding:0 .6614vw;font-size:.6614vw}.product-card-like{width:1.5873vw;height:1.5873vw;top:.8598vw;right:.8598vw}.product-card-body{gap:1.5873vw}.product-card-titles{gap:.5952vw}.product-card-author{font-size:1.1905vw}.product-card-title{font-size:1.5873vw}.product-card-foot{gap:.7937vw}.product-card-price{gap:.5291vw;font-size:1.5873vw}.product-card-price-old{font-size:1.0582vw}.product-card-actions{gap:.463vw}.product-card-view{height:2.8439vw;padding:0 1.2566vw;font-size:1.0582vw}.product-card-add{width:2.8439vw;height:2.8439vw}.product-card-add img{width:1.5212vw;height:1.5212vw}.shop-pagination{gap:1.3228vw;margin-top:3.9683vw}.shop-load-more{gap:1.8519vw;width:22.6852vw;height:4.1005vw;padding:0 3.3069vw;font-size:1.3228vw}.shop-load-more-arrow svg{width:.7937vw;height:1.2566vw}.shop-pages{gap:.7937vw}.shop-pages .page-numbers{width:2.8439vw;height:2.8439vw;font-size:1.3228vw}.shop-pages .page-arrow{width:2.8439vw;height:2.8439vw}.shop-pages .page-arrow svg{width:.8598vw;height:.8598vw}}