*,:before,:after{box-sizing:border-box}html{tab-size:4;-webkit-text-size-adjust:100%;line-height:1.15}body{margin:0;font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji}hr{height:0;color:inherit}abbr[title]{-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace;font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit}button,input,optgroup,select,textarea{margin:0;font-family:inherit;font-size:100%;line-height:1.15}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}::-moz-focus-inner{border-style:none;padding:0}:-moz-focusring{outline:1px dotted ButtonText}:-moz-ui-invalid{box-shadow:none}legend{padding:0}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}:root{text-size-adjust:100%;-webkit-text-size-adjust:100%;-webkit-font-smoothing:antialiased;-webkit-tap-highlight-color:transparent;tab-size:2;text-rendering:optimizelegibility}html{box-sizing:border-box}*,:before,:after{box-sizing:inherit}*{margin:0;padding:0}html{scroll-behavior:smooth}a{color:inherit;background-color:#0000;text-decoration:none}ul{list-style:none}button,[type=button],[type=reset],[type=submit]{cursor:pointer;text-align:center;-webkit-user-select:none;user-select:none;font-family:inherit}address{font-style:normal}img,picture,svg{max-width:100%;height:auto;display:block}@font-face{font-family:DM Sans;src:url(dmsans-regular-webfont.0452b649.woff2)format("woff2"),url(dmsans-regular-webfont.34ac69b1.woff)format("woff");font-weight:400;font-style:normal}@font-face{font-family:DM Sans;src:url(dmsans-italic-webfont.4f010082.woff2)format("woff2"),url(dmsans-italic-webfont.35122e4c.woff)format("woff");font-weight:400;font-style:italic}@font-face{font-family:DM Sans;src:url(dmsans-bold-webfont.376406f0.woff2)format("woff2"),url(dmsans-bold-webfont.95c770b4.woff)format("woff");font-weight:700;font-style:normal}@font-face{font-family:dm_sans_mediumregular;src:url(dmsans-medium-webfont.db51edb4.woff2)format("woff2"),url(dmsans-medium-webfont.11c3810c.woff)format("woff");font-weight:500;font-style:normal}:root{--container-padding:20px}@media screen and (min-width:768px){:root{--container-padding:32px}}@media screen and (min-width:1280px){:root{--container-padding:24px}}body{background-color:var(--background-color);color:var(--text-color);scrollbar-width:thin;-ms-overflow-style:none;scrollbar-width:none;font-family:DM Sans,sans-serif;transition:background-color .2s ease-in,color .2s ease-in}body::-webkit-scrollbar{display:none}.container{margin-left:auto;margin-right:auto}@media screen and (max-width:767px){.container{min-width:calc(100vw - 40px)}}@media screen and (min-width:768px){.container{width:768px}}@media screen and (min-width:1280px){.container{width:1280px}}@media screen and (min-width:1440px){.container{width:1440px}}.container.page-container{padding:40px 20px 80px}@media screen and (min-width:768px){.container.page-container{flex-direction:row;gap:32px;padding:40px 32px 100px}}@media screen and (min-width:1280px){.container.page-container{flex-direction:row;padding:40px 24px;display:flex}}aside{flex-direction:column;gap:40px;display:flex}@media screen and (max-width:767px){aside{align-items:center;margin-bottom:40px}}@media screen and (min-width:768px){aside{flex-direction:row;gap:32px;margin-bottom:100px}}@media screen and (min-width:1280px){aside{max-width:356px;flex-direction:column;gap:86px}}.content{padding-bottom:40px}@media screen and (max-width:767px){.content{justify-content:center;display:flex}}@media screen and (min-width:768px){.content{flex-grow:1;padding-bottom:60px}}@media screen and (min-width:1280px){.content{flex-grow:1}}.sidebar-shoppinglist{display:none}@media screen and (min-width:1280px){.sidebar-shoppinglist{display:inherit}}.button{text-transform:uppercase;color:var(--text-color);border:2px solid var(--accent-primary);background-color:#0000;border-radius:40px;padding:14px 28px;font-size:18px;font-weight:700;line-height:24px;transition-property:color,background-color,scale;transition-duration:.3s;transition-timing-function:ease-in-out;position:relative;overflow:hidden}.button:before{content:"";z-index:-1;height:100%;width:110%;background-color:var(--accent-primary);transition:transform .3s;position:absolute;top:0;left:0;transform:translate(-105%)skew(-25deg)}.button:hover,.button:focus{color:#fff}.button:hover:before,.button:focus:before{opacity:1;transform:translate(-5%)skew(-25deg)}.button--popup{min-width:210px;padding:14px 23px}@media screen and (min-width:768px){.button--popup{min-width:500px;padding:20px 0}}.button--login{border:1.5px solid #000;border-radius:18px}.to-top-target{height:15vh;position:absolute;top:0;left:0}.back-to-top{z-index:2;height:54px;width:54px;background-color:var(--to-top-button-bg-color);box-shadow:0 0 0 5px var(--to-top-button-shadow-color);border:5px solid #0000;border-radius:50%;justify-content:center;align-items:center;transition:opacity .3s ease-in,visibility .3s ease-in,scale 1s;display:flex;position:fixed;bottom:40px;right:50px}.back-to-top:hover,.back-to-top:focus{scale:1.2}.back-to-top.hidden{opacity:0;visibility:hidden}.button-icon--arrow{--color1:var(--to-top-button-icon-color);transition:fill .5s ease-in-out}body{--slider-width:40px;--slider-height:20px;--slider-circle-size:calc(var(--slider-height) - 2px)}.color-scheme-switcher{width:var(--slider-width);height:var(--slider-height);display:inline-block;position:relative}#color-scheme-switcher-checkbox{-webkit-appearance:none;appearance:none;position:absolute}#color-scheme-switcher-checkbox:hover,#color-scheme-switcher-checkbox:focus{outline:none}.color-switcher-icons{right:calc((var(--slider-circle-size) + 2px)*-1);position:absolute;top:50%;transform:translateY(-50%)}.color-switcher-icon-sun{opacity:0}.color-switcher-icon-moon{opacity:1;fill:#696969;transition:opacity .3s}.color-scheme-switcher-slider{cursor:pointer;border-radius:var(--slider-circle-size);background:linear-gradient(#4f2ee8 0%,#dcdcdc 100%);position:absolute;inset:0;box-shadow:inset 1px 1px 2px #0000001a}.color-scheme-switcher-slider:before{content:"";height:var(--slider-circle-size);width:var(--slider-circle-size);background:linear-gradient(#fff 0%,#f7f7f7 100%);border:none;border-radius:50%;position:absolute;top:50%;left:1px;transform:translateY(-50%);box-shadow:1px 1px 2px #0000001a,0 2px 2px #0000001a,1px 2px 4px #0000001a}.color-scheme-switcher-slider.animated:before{transition:all .2s linear}#color-scheme-switcher-checkbox:checked+.color-scheme-switcher-slider{background:linear-gradient(#4f2ee8 0%,#686868 100%);box-shadow:inset 1px 1px 2px #0000001a}#color-scheme-switcher-checkbox:checked+.color-scheme-switcher-slider:before{transform:translate(calc(var(--slider-width) - var(--slider-circle-size) - 2px),-50%);background:linear-gradient(#a9a9a9 0%,#696969 100%)}#color-scheme-switcher-checkbox:checked~.color-switcher-icons{left:calc((var(--slider-circle-size) + 2px)*-1)}#color-scheme-switcher-checkbox:checked~.color-switcher-icons .color-switcher-icon-sun{fill:var(--accent-secondary);opacity:1;transition:opacity .2s}#color-scheme-switcher-checkbox:checked~.color-switcher-icons .color-switcher-icon-moon{opacity:0}.paginations{justify-content:center;align-items:center;margin-top:40px;display:flex}.paginations__container{justify-content:center;align-items:center;display:flex}.paginations__container-back,.paginations__container-end{display:none}.paginations__container-pages{margin-left:15px;margin-right:15px;display:flex}@media screen and (min-width:768px){.paginations__container-pages{margin-left:24px;margin-right:24px}}.paginations__btn{width:30px;height:30px;border:1px solid var(--circle-border-color);border-radius:50px}@media screen and (min-width:768px){.paginations__btn{width:44px;height:44px}}.paginations__btn--back{display:inherit;background-color:var(--back-button-bg-color);border-color:#000;justify-content:center;align-items:center;margin-left:8px}.paginations__btn--back:hover{background-color:var(--back-button-bg-color-hover)}.paginations__btn--back:active{background-color:var(--back-button-bg-color-active)}.paginations__btn--back:first-child{margin:0}.paginations__btn--pages{background-color:var(--page-bullet-bg-color);background-color:var(--page-bullet-bg-color);color:var(--page-bullet-text-color);border-color:var(--circle-border-color);margin-left:10px;font-size:18px;font-weight:700;line-height:22px}.paginations__btn--pages:first-child{margin:0}.paginations__btn--end{display:inherit;background-color:var(--forward-button-bg-color);border-color:#000;justify-content:center;align-items:center;margin-left:8px}.paginations__btn--end:hover{background-color:var(--forward-button-bg-color-hover)}.paginations__btn--end:active{background-color:var(--forward-button-bg-color-active)}.paginations__btn--end:first-child{margin:0}.shopping__list{min-height:320px}@media screen and (min-width:768px){.shopping__list{min-height:215px}}@media screen and (min-width:1280px){.shopping__list{min-height:680px}}.active{background-color:var(--page-bullet-bg-color-active);color:var(--page-bullet-text-color-active)}.paginations__icon{pointer-events:none}.header{z-index:1;height:64px;background-color:var(--header-bg-color);border:1.5px solid var(--header-border-color);border-radius:0 0 8px 8px;align-items:center;margin-left:auto;margin-right:auto;transition:background-color .2s,border .2s;display:flex;position:fixed;top:0;left:0;right:0}@media screen and (min-width:768px){.header{width:768px}}@media screen and (min-width:1280px){.header{width:1280px}}@media screen and (min-width:1440px){.header{width:1440px}}@media screen and (min-width:768px){.header{height:72px}}.header .container{justify-content:center;align-items:center;padding:0 20px;display:flex}@media screen and (max-width:767px){.header .container{justify-content:space-between}}@media screen and (min-width:768px){.header .container{padding:0 32px}}@media screen and (min-width:1280px){.header .container{padding:0 24px}}.page-logo-header{height:28px;align-items:center;gap:8px;margin-right:93px;display:flex}.page-logo-last{fill:currentColor;transition:fill .2s}.page-navigation-link{letter-spacing:-.04em;text-transform:uppercase;color:var(--text-color);align-items:center;padding:8px 16px;font-size:14px;font-style:normal;font-weight:500;line-height:18px;display:flex}.page-navigation-link-icon{fill:currentColor;transition:fill .2s}.current{color:#111;background-color:#eac645;border-radius:36px;font-weight:700;transition:color .2s,background-color .2s}.page-navigation-link-icon.current{fill:currentColor;transition:fill}.page-navigation-list{align-items:center;gap:8px;display:flex}@media screen and (max-width:767px){.page-navigation-list{display:none}}.page-navigation-link{letter-spacing:-.04em;text-transform:uppercase;color:var(--text-color);align-items:center;padding:8px 16px;font-size:14px;font-style:normal;font-weight:500;line-height:18px;transition:color .2s;display:flex}.page-navigation-link-icon{fill:currentColor;transition:fill .2s}.page-navigation-list{align-items:center;display:flex}@media screen and (max-width:767px){.page-navigation-list{display:none}}.page-navigation-list-last{align-items:center;gap:24px;display:flex}.current{color:#111;background:#eac645;border-radius:36px;font-weight:700}.page-navigation-list-item{height:34px;align-items:center;display:flex}.page-navigation-wrapper{flex-grow:1;justify-content:space-between;display:flex;position:relative}@media screen and (max-width:767px){.page-navigation-wrapper{flex-grow:0;gap:4px;display:flex;position:relative}}@media screen and (min-width:768px) and (max-width:1279px){.page-navigation-wrapper{gap:8px}}.userbar-btn{width:-moz-fit-content;width:-moz-fit-content;width:fit-content;background-color:var(--link-color);color:#fff;cursor:pointer;border:1.5px solid #111;border-radius:18px;align-items:center;gap:90px;padding:14px;font-size:14px;font-weight:500;transition:background-color .5s ease-in-out,color .2s ease-in-out,border-color .2s ease-in-out;display:flex}.userbar-btn:hover{background-color:var(--header-bg-color);color:var(--text-color);border-color:var(--accent-primary)}.userbar-btn.user-in{display:none}.userbar-btn__icon{fill:#000}.userbar-btn__user-name{margin-left:9px;margin-right:4px}.user-block{float:left;width:-moz-fit-content;width:-moz-fit-content;width:fit-content;background-color:var(--link-color);color:#fff;cursor:pointer;border-color:#0000;border-radius:36px;align-items:center;gap:0;padding:4px 12px;font-size:22px;font-weight:700;display:flex;position:relative}.user-block.user-out{display:none}@media screen and (min-width:768px){.dropdown-menu.logout-menu{display:initial}}.dropdown-menu{width:100%;background-color:var(--header-bg-color);border:1.5px solid var(--text-color);cursor:pointer;border-radius:18px;padding:14px;display:none;position:absolute;top:44px;left:0}.dropdown-menu li{justify-content:space-between;align-items:center;display:flex}.dropdown-menu__text{color:var(--text-color)}.backdrop{width:100%;height:100%;height:100vh;cursor:pointer;z-index:10;opacity:0;visibility:hidden;background:linear-gradient(-47deg,#4935ff,#4f2ee8,#4b34ae,#833ab4,#6417bd) 0 0/400% 400%;transition:opacity .5s cubic-bezier(.4,0,.2,1),visibility .25s cubic-bezier(.4,0,.2,1);animation:8s infinite gradient;position:fixed;top:0;left:0;overflow-y:scroll}.backdrop.open{visibility:visible;opacity:1}@keyframes gradient{0%{background-position:0%}50%{background-position:100%}to{background-position:0%}}.modal{background-color:var(--form-background);max-width:335px;border:2px solid var(--form-border);cursor:default;border-radius:18px;padding:40px 20px;transition:transform .25s ease-out;position:relative;top:50%;left:50%;transform:translate(-50%,-50%)scale(.2)}.backdrop.open .modal{transform:translate(-50%,-50%)scale(1)}@media screen and (min-width:1280px){.modal{max-width:579px;padding:80px 40px 40px}}#sign-in-modal-window{display:none}.modal__close-button{cursor:pointer;background-color:#0000;border:none;justify-content:center;align-items:center;display:flex;position:absolute;top:14px;right:14px}.modal__close-button:hover .close-button__x-icon{fill:var(--link-color)}@media screen and (min-width:1280px){.modal__close-button{top:24px;right:24px}}.close-button__x-icon{fill:var(--form-border);height:20px;width:20px;transition:fill .3s ease-in-out}@media screen and (min-width:1280px){.close-button__x-icon{height:28px;width:28px}}.modal-form{width:295px;flex-direction:column;gap:24px;display:flex}@media screen and (min-width:1280px){.modal-form{width:500px;gap:28px}}.modal-form__input-field{position:relative}.modal-form__input{width:100%;height:50px;border:2px solid var(--form-border);background-color:#0000;border-radius:40px;padding-left:24px;padding-right:42px}.modal-form__input::placeholder{opacity:0;color:var(--form-toggle-color);transition:opacity .25s ease-in-out}.modal-form__input:focus::placeholder{opacity:1}@media screen and (min-width:1280px){.modal-form__input{height:64px;font-size:18px}}.modal-form__label{color:var(--text-color);text-transform:uppercase;-webkit-user-select:none;user-select:none;font-size:16px;font-weight:700;transition:transform .25s ease-in-out;position:absolute;top:50%;left:40px;transform:translateY(-50%)}.modal-form__input:focus+.modal-form__label,.modal-form__input:not(:placeholder-shown)+.modal-form__label{transform:translate(-15%,-255%)scale(.9)}@media screen and (min-width:1280px){.modal-form__label{font-size:18px}}.modal-form__icon{fill:currentColor;height:18px;width:18px;position:absolute;top:50%;right:16px;transform:translateY(-50%)}@media screen and (min-width:1280px){.modal-form__icon{height:28px;width:28px}}.modal-form__submit{width:100%;background-color:var(--text-color);color:var(--background-color);cursor:pointer;text-transform:uppercase;border:none;border-radius:40px;padding-top:16px;padding-bottom:16px;font-size:16px;font-weight:700}@media screen and (min-width:1280px){.modal-form__submit{font-size:18px}}.modal-toggle{justify-content:center;gap:20px;margin-top:14px;display:flex}.modal-toggle--signIn{display:none}.modal-toggle__el{color:var(--form-toggle-color);text-transform:uppercase;background-color:#0000;border:none;font-size:14px;font-weight:700;transition:color .25s ease-in-out}.modal-toggle__el:hover{color:var(--link-color)}@media screen and (min-width:1280px){.modal-toggle__el{font-size:18px}}.modal-toggle__el--current{color:var(--link-color);text-decoration:underline}.mobile-menu{width:100%;height:calc(100vh - 64px);z-index:2;transition:all .3s ease-in-out;position:fixed;top:64px;left:0;transform:translate(100%)}@media screen and (min-width:768px){.mobile-menu{display:none}}.mobile-menu-open{background-color:inherit;border:none}@media screen and (min-width:768px){.mobile-menu-open{display:none}}.mobile-menu-open__icon{stroke:var(--text-color)}.mobile-menu-open__icon.is-hidden{transition:all .3s ease-in-out;display:none}.mobile-menu-open .mobile-menu__close-icon{background-color:inherit;border:none}.mobile-menu-open .mobile-menu__close-icon.is-hidden{display:none}.mobile-menu-open__icon.is-hidden{cursor:pointer;padding:0;transition:all .3s ease-in-out;display:none;position:absolute;right:20px}.mobile-menu.is-open{opacity:1;visibility:visible;pointer-events:auto;transition:all .3s ease-in-out;transform:translate(0)}.mobile-menu__container{height:100%;width:100%;text-align:center;background:radial-gradient(183.6% 183.01% at 59.76% -23.42%,#4f2ee8 18.03%,#fff 100%);padding:20px;position:relative;top:0;left:0;box-shadow:0 1px 3px #0000001f,0 1px 1px #00000024,0 2px 1px #0003}.mobile-menu__container:before{content:"";min-width:280px;max-width:280px;width:100%;height:100%;max-width:100%;background-image:url(burger-menu.9d8b9e13.png);background-position:bottom;background-repeat:no-repeat;background-size:contain;position:absolute;top:0;left:0}@media screen and (min-width:375px),screen and (min-resolution:192dpi) and (min-width:375px),screen and (min-resolution:2dppx) and (min-width:375px){.mobile-menu__container:before{background-image:url(burger-menu@2x.abe1c0b4.png)}}@media screen and (min-width:768px){.mobile-menu__container{padding-top:140px}}.mobile-menu__item{z-index:2;position:relative}.mobile-button{cursor:pointer;height:48px;color:#fff;background-color:#111;border:1.5px solid #111;border-radius:18px;align-items:center;gap:90px;padding-top:15px;padding-bottom:14px;padding-left:14px;font-size:14px;font-weight:500;line-height:1.3;transition:all .3s ease-in-out;display:flex}.button-modal__logout{z-index:2;cursor:pointer;height:48px;color:#111;background-color:#f3f3f3;border:1.5px solid #111;border-radius:18px;align-items:center;gap:4px;padding-top:15px;padding-bottom:15px;padding-left:24px;font-size:14px;font-weight:500;line-height:1.3;transition:all .3s ease-in-out;display:flex;position:fixed;bottom:20px}.mobile-menu__btn{margin-top:126px;margin-left:auto;margin-right:auto}.burger-nav-link{width:72px;height:34px;letter-spacing:-.04em;text-transform:uppercase;color:#f6f6f6;background:0 0;border-radius:36px;margin-right:60px;padding:8px 16px;font-size:14px;font-weight:500;line-height:1.29}.burger-nav-link:hover,.burger-nav-link:focus,.burger-nav-link.active{color:#111;background-color:var(--accent-secondary);border-color:#eac645;font-weight:700;transition:all .3s ease-in-out}.mobile-menu__shopping{letter-spacing:-.04em;text-transform:uppercase;text-align:center;box-sizing:border-box;color:#f6f6f6;border-radius:36px;justify-content:center;align-items:center;gap:8px;margin-top:17px;padding:7px 16px;font-size:14px;font-weight:500;line-height:1.29;transition:transform .2s ease-in-out;display:inline-flex}.mobile-menu__shopping:hover,.mobile-menu__shopping :focus,.mobile-menu__shopping.active{color:#111;fill:currentColor;background:#eac645;border-color:#eac645;font-weight:700;transition:all .3s ease-in-out}.mobile-menu__icon{fill:#f6f6f6;fill:currentColor}.support{z-index:0;width:356px;max-width:100%;background:radial-gradient(183.6% 183.01% at 59.76% -23.42%,#4f2ee8 18.03%,#fff 100%);border-radius:16px;padding:24px 40px;list-style-type:none;box-shadow:0 10px 10px #f5f5f71a}.head-title{color:#fff;letter-spacing:-.04em;align-items:center;gap:12px;margin-left:auto;margin-right:auto;font-size:28px;font-style:normal;font-weight:700;line-height:32px;display:flex}.next{width:38px;height:38px;border:none;border-radius:50%;justify-content:center;align-items:center;margin:0 auto;display:flex}.swiper{height:188px;margin:40px 0}@media screen and (min-width:768px){.swiper{height:292px}}.swiper-slide{height:auto!important;display:flex!important}.icon-container{width:22px;height:22px;justify-content:center;align-items:center;display:flex}.support-index{font-family:DM Sans;font-size:14px;font-style:normal;font-weight:400;line-height:18px}.support-item{color:#fff;filter:brightness(0)invert();flex-direction:row;align-items:center;gap:16px;padding:0;display:flex}.support-list{flex-direction:column;display:flex}.support-link{height:32px;align-items:center;display:flex}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-thumb{background:var(--scrollbar-bg-color);border-radius:12px}.categories{height:228px;scroll-behavior:smooth;scrollbar-width:thin;padding-right:20px;overflow-x:hidden;overflow-y:scroll}@media screen and (min-width:768px){.categories{height:472px}}.categories_list{flex-direction:column;gap:24px;display:flex}@media screen and (min-width:768px){.categories_list{gap:32px}}.category-btn{background-color:inherit;text-align:left;letter-spacing:-.02em;color:var(--category-color);border:none;font-size:16px;line-height:1.12;transition:color .2s,font-weight .2s,transform .4s;transform:scale(1)}@media screen and (min-width:768px){.category-btn{font-size:18px;line-height:1.33}}.category-btn:hover,.category-btn:focus{color:var(--active-category-color);transform-origin:0;transform:scale(1.03)}.category-btn:focus{outline:none}.active-category{text-transform:uppercase;color:var(--active-category-color);white-space:nowrap;width:100%;text-overflow:ellipsis;font-weight:700;overflow:hidden}.bestseller-category{flex-direction:column;display:flex}.category-blocks-list{flex-direction:column;gap:40px;display:flex}.main-title{letter-spacing:-.04em;color:var(--text-color);margin-bottom:40px;font-size:48px;font-weight:700;line-height:52px;transition:color .2s}@media screen and (max-width:767px){.main-title{font-size:32px;line-height:38px}}.main-title--last-word-static{color:#4f2ee8;transition:color .2s}.bestseller-category-title{letter-spacing:.03em;text-transform:uppercase;color:#b4afaf;margin-bottom:18px;font-size:14px;line-height:18px}@media screen and (min-width:768px){.bestseller-category-title{line-height:24px}}.books-list{gap:24px;margin-bottom:32px;display:flex}@media screen and (max-width:767px){.books-list{flex-direction:column;margin-bottom:8px}}@media screen and (min-width:768px) and (max-width:1279px){.books-list{margin-bottom:20px}}.book-image{object-fit:fill;min-width:335px;height:485px}@media screen and (min-width:768px){.book-image{min-width:218px;height:316px}}@media screen and (min-width:1280px){.book-image{min-width:180px;height:256px}}.book-title{letter-spacing:-.04em;color:var(--text-color);max-width:180px;white-space:nowrap;text-overflow:ellipsis;margin-bottom:4px;font-size:16px;font-weight:700;line-height:18px;overflow:hidden}.book-author{letter-spacing:-.04em;color:#b4afaf;font-size:12px;font-style:italic;font-weight:400;line-height:14px}.book-thumb{border-radius:8px;margin-bottom:14px;position:relative;overflow:hidden}.book-image-overlay{width:100%;height:25%;background-color:var(--accent-secondary);justify-content:center;align-items:center;transition:transform .3s ease-in-out;display:flex;position:absolute;bottom:0;left:0;right:0;transform:translateY(100%)}.book-link:hover .book-image-overlay,.book-link:focus .book-image-overlay{transform:translateY(0)}.book-image-overlay-text{text-transform:uppercase;color:#111;opacity:0;font-size:18px;font-weight:500;transition:opacity .3s ease-in-out .2s}.book-link:hover .book-image-overlay-text,.book-link:focus .book-image-overlay-text{opacity:1}.see-more-btn{margin-left:auto}@media screen and (max-width:767px){.bestsellers-book-item:nth-child(n+2){display:none}}@media screen and (max-width:1279px){.bestsellers-book-item:nth-child(n+4){display:none}}@media screen and (max-width:1439px){.bestsellers-book-item:nth-child(n+5){display:none}}.category-books-list{flex-direction:column;align-items:center;gap:40px;display:flex}@media screen and (min-width:768px){.category-books-list{flex-flow:wrap;gap:40px 25px}}@media screen and (min-width:1280px){.category-books-list{column-gap:24px}}.books-list-item{--gap:25px}@media screen and (min-width:375px){.books-list-item{flex-basis:calc((100% - var(--gap)*0)/1)}}@media screen and (min-width:768px){.books-list-item{flex-basis:calc((100% - var(--gap)*2)/3)}}@media screen and (min-width:1280px){.books-list-item{--gap:24px;flex-basis:calc((100% - var(--gap)*4)/5)}}.shopping__title{letter-spacing:-.04em;color:var(--text-color);margin-bottom:40px;font-size:32px;font-weight:700;line-height:1.1875}@media screen and (min-width:768px){.shopping__title{font-size:48px;line-height:1.08333}}.shopping__title-span{color:var(--accent-primary)}.is-empty__info{text-align:center;letter-spacing:-.02em;color:var(--empty-list-text-color);font-size:14px;line-height:1.28571}@media screen and (min-width:768px){.is-empty__info{margin-left:0;margin-right:0;font-size:18px;line-height:1.33333}}.is-empty__wrapper{width:265px;height:248px;flex-direction:column;align-items:center;gap:14px;margin-top:120px;margin-left:auto;margin-right:auto;padding:0;display:flex}@media screen and (min-width:768px){.is-empty__wrapper{margin-bottom:20px;font-size:18px;line-height:1.33333}}.is-empty__picture{width:265px;height:198px}.shopping__card{width:100%;grid-column-gap:20px;grid-row-gap:0px;background-color:var(--card-bg-color);width:336px;height:auto;border:3px solid #4f2ee866;border-radius:16px;grid-template-rows:60px 79px 34px 1fr;grid-template-columns:98px 1fr;margin-bottom:20px;margin-left:auto;margin-right:auto;padding:20px;display:grid;position:relative}.shopping__card:hover,.shopping__card:focus{border:3px solid #eac645}@media screen and (min-width:768px){.shopping__card{grid-column-gap:24px;width:100%;height:213px;grid-template-rows:50px 85px 30px;grid-template-columns:116px repeat(2,1fr);padding:24px}}@media screen and (min-width:1280px){.shopping__card{width:996px;height:213px}}.shopping__card .grid-img{grid-area:1/1/3/2}@media screen and (min-width:768px){.shopping__card .grid-img{grid-area:1/1/4/2}}.shopping__card .grid-title{grid-area:1/2/2/3}@media screen and (max-width:767px){.shopping__card .grid-title{max-width:144px}}@media screen and (min-width:768px){.shopping__card .grid-title{grid-area:1/2/2/4}}.shopping__card .grid-description{grid-area:4/1/5/3}@media screen and (min-width:768px){.shopping__card .grid-description{grid-area:2/2/3/4}}.shopping__card .grid-author{grid-area:3/1/4/3}@media screen and (max-width:767px){.shopping__card .grid-author{max-width:97px}}@media screen and (min-width:768px){.shopping__card .grid-author{grid-area:3/2/4/3;align-items:end;display:flex}}.shopping__card .grid-shoplist{grid-area:2/2/3/3}@media screen and (max-width:767px){.shopping__card .grid-shoplist{margin-top:20px}}@media screen and (min-width:768px){.shopping__card .grid-shoplist{grid-area:3/3/4/4;justify-content:end;align-items:end;display:flex}}.shopping__card-title{letter-spacing:-.04em;text-transform:uppercase;color:var(--text-color);margin-bottom:4px;font-size:16px;font-weight:700;line-height:1.125}.shopping__card-category{letter-spacing:.03em;color:#b4afaf;font-family:DM Sans;font-size:12px;line-height:1.16667}.shopping__card-author{letter-spacing:-.04em;color:#b4afaf;margin-top:4px;font-size:12px;font-style:italic;line-height:1.16667}.shopping__card-description{letter-spacing:-.04em;color:var(--text-color);margin-top:10px;font-family:DM Sans;font-size:15px;line-height:1.2}@media screen and (min-width:768px){.shopping__card-description{gap:16px;margin-top:0}}.shopping__card-shoplist{align-items:center;gap:14px;display:flex}@media screen and (min-width:768px){.shopping__card-shoplist{gap:16px}}.shopping-img-amazon{width:48px;height:15px}.shopping-img-apple{width:28px;height:27px}.shopping-img-bookshop{width:32px;height:30px}.shopping__card-img{width:98px;height:139px;border-radius:8px}@media screen and (min-width:768px){.shopping__card-img{width:116px;height:165px}}.shopping__card-btn{width:28px;height:28px;background-color:var(--accent-primary);border-color:#0000;border-radius:50%;justify-content:center;align-items:center;transition:background .2s ease-out;display:flex;position:absolute;top:14px;right:14px}@media screen and (min-width:768px){.shopping__card-btn{width:34px;height:34px;top:24px;right:24px}}.shopping__card-btn:hover,.shopping__card-btn:hover{background:#eac645}.backdrop-pop-up{width:100%;height:100%;opacity:1;cursor:pointer;z-index:20;background-color:#1116;padding:94px 15px;position:fixed;top:0;left:0}.backdrop-pop-up.is-hidden{visibility:hidden;opacity:0;pointer-events:none}.modal-pop-up{z-index:30;min-width:335px;max-height:100vh;color:var(--text-color);background-color:var(--modal-bg-color);border:2px solid var(--modal-border-color);border-radius:18px;padding:40px 24px;position:absolute;top:50%;left:50%;overflow-x:hidden;overflow-y:auto;transform:translate(-50%,-50%)scale(1)}@media screen and (min-width:768px){.modal-pop-up{max-width:579px;min-height:465px;padding:40px}}.close-button{width:24px;height:24px;background-color:#0000;border:none;border-radius:50%;justify-content:center;align-items:center;display:flex;position:absolute;top:12px;right:12px}@media screen and (min-width:768px){.close-button{width:28px;height:28px;top:24px;right:24px}}.close-button__icon{fill:var(--text-color)}@media screen and (min-width:768px){.close-button__icon{width:21px;height:21px}}.close-button__icon:focus,.close-button__icon:hover{fill:var(--accent-secondary)}@media screen and (min-width:768px){.modal-pop-up-content{gap:24px;margin-bottom:40px;display:flex}}.modal-book-attributes{flex-direction:column;display:flex}.modal-img{max-width:287px;min-height:408px;border:none;border-radius:8px;margin-bottom:14px}@media screen and (min-width:768px){.modal-img{max-width:192px;min-height:281px}}.modal-book-title{letter-spacing:-.04em;font-size:16px;font-weight:700;line-height:1.12}@media screen and (min-width:768px){.modal-book-title{max-width:270px;font-size:24px;line-height:1.17}}.modal-book-author{letter-spacing:-.04em;color:#b4afaf;margin-bottom:18px;font-size:12px;font-style:italic;line-height:1.17}@media screen and (min-width:768px){.modal-book-author{margin-bottom:8px;font-size:14px;line-height:1.29}}.modal-book-desc{color:var(--text-color);letter-spacing:-.04em;margin-bottom:14px;font-size:14px;line-height:1.29}@media screen and (min-width:768px){.modal-book-desc{margin-bottom:20px}}.modal-shops{align-items:center;gap:20px;margin-bottom:40px;display:flex}@media screen and (min-width:768px){.modal-shops{margin-bottom:0}}.modal-shop-img{filter:grayscale();mix-blend-mode:luminosity;transition:transform .2s,filter .2s}.modal-shop-img:hover,.modal-shop-img:focus{mix-blend-mode:normal;filter:var(--hover-filter);transform:scale(1.1)}.amazon{filter:var(--amazon-image-filter)}.amazon:hover,.amazon:focus{filter:var(--amazon-image-filter-hover)}.book-shop{filter:var(--book-shop-image-filter)}.book-shop:hover,.book-shop:focus{filter:var(--book-shop-image-filter-hover)}.modal-pop-up-btn{min-width:210px;height:46px;letter-spacing:-.01em;justify-content:center;align-items:center;margin-left:auto;margin-right:auto;padding:14px 20px;font-size:14px;line-height:1.29;display:flex}@media screen and (min-width:768px){.modal-pop-up-btn{min-width:499px;padding:20px 0;font-size:18px;line-height:1.33}}.modal-message{max-width:242px;text-align:center;letter-spacing:-.04em;color:var(--modal-message);margin-top:8px;margin-left:auto;margin-right:auto;font-size:10px;font-weight:400;line-height:1.2}@media screen and (min-width:768px){.modal-message{max-width:324px;font-size:12px;line-height:1.17}}:root{--accent-primary:#4f2ee8;--accent-secondary:#eac645}body{--background-color:#f6f6f6;--text-color:#111;--header-bg-color:white;--header-border-color:#111;--logo-stroke-color:black;--category-color:#1119;--active-category-color:var(--accent-primary);--scrollbar-bg-color:#e0e0e0;--modal-bg-color:var(--header-bg-color);--modal-border-color:#111;--modal-message:#11111180;--hover-filter:drop-shadow(0px 3px 3px #000000b3);--amazon-image-filter:grayscale(100%);--amazon-image-filter-hover:grayscale(0%);--book-shop-image-filter:none;--book-shop-image-filter-hover:invert(10%);--mix-blend-mode:none;--card-bg-color:white;--empty-list-text-color:#0009;--form-field-bg-color:#f6f6f6;--form-field-bg-color-focus:White;--form-button-border-color:#111;--link-color:var(--accent-primary);--form-background:#f6f6f6;--form-border:#111;--form-toggle-color:#11111180;--circle-border-color:var(--text-color);--back-button-bg-color:var(--text-color);--back-button-bg-color-hover:var(--accent-primary);--back-button-bg-color-active:dimgray;--back-button-icon-color:#b4afaf;--page-bullet-bg-color:transparent;--page-bullet-bg-color-active:var(--text-color);--page-bullet-text-color:var(--text-color);--page-bullet-text-color-active:white;--forward-button-bg-color:var(--accent-secondary);--forward-button-bg-color-hover:gold;--forward-button-bg-color-active:darkgoldenrod;--forward-button-icon-color:black;--to-top-button-bg-color:var(--accent-primary);--to-top-button-shadow-color:#5230e84d;--to-top-button-icon-color:white}body.dark{--background-color:#202024;--text-color:white;--header-bg-color:#111;--header-border-color:dimgray;--logo-stroke-color:#f3f3f3;--category-color:#fff9;--active-category-color:var(--accent-secondary);--scrollbar-bg-color:#1119;--modal-bg-color:var(--background-color);--modal-border-color:black;--modal-message:#ffffff80;--amazon-image-filter:grayscale(100%)invert(100%);--amazon-image-filter-hover:invert(100%)hue-rotate(170deg);--mix-blend-mode:luminosity;--hover-filter:none;--card-bg-color:#111;--empty-list-text-color:#fff9;--form-field-bg-color:#9d9c9a;--form-field-bg-color-focus:silver;--form-button-border-color:var(--accent-primary);--link-color:var(--accent-primary);--form-background:#202024;--form-border:#f6f6f6;--form-toggle-color:#f6f6f680;--back-button-icon-color:white;--back-button-bg-color:#111;--page-bullet-text-color-active:black;--to-top-button-shadow-color:SlateBlue}
/*# sourceMappingURL=index.1af4728d.css.map */
