@font-face{font-family:NeueMontreal;src:url(/project-food-boutique/assets/NeueMontreal-Regular-CxM6MvLr.otf) format("opentype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:NeueMontreal;src:url(/project-food-boutique/assets/NeueMontreal-Medium-BnH0vvJJ.otf) format("opentype");font-weight:500;font-style:normal;font-display:swap}:root{--font-family: "Montserrat", sans-serif;--title-color: #010101;--second-title-color: #010101;--third-title-color: #010101;--main-color: rgba(1, 1, 1, .8);--main-translucent-color: rgba(1, 1, 1, .3);--accent-color: #6d8434;--dark-accent-color: #586f1f;--light-main-color: #e8e8e2;--light-main-translucent-color: rgba(232, 232, 226, .7);--background-color: #e8e8e2;--white-color: #fafafa;--black-color: #010101}h1,h2,h3,h4,h5,h6,p{margin:0}p:last-child{margin-bottom:0}ul{margin:0;padding:0;list-style:none}a{color:currentcolor;text-decoration:none}button{cursor:pointer;padding:0}:root{font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-size-adjust:100%}*,*:after,*:before{box-sizing:border-box}body{font-family:NeueMontreal,serif;display:flex;flex-direction:column;min-height:100vh;margin:0;font-weight:500;font-size:16px;line-height:1.5;color:var(--main-color);background-color:var(--background-color)}main{flex-grow:1}img{display:block;max-width:100%;height:auto}.visually-hidden{position:absolute;width:1px;height:1px;margin:-1px;border:0;padding:0;white-space:nowrap;clip-path:inset(100%);clip:rect(0 0 0 0);overflow:hidden}html{scroll-behavior:smooth}button{border:none;cursor:pointer;outline:none}input{outline:none;border:none}button:disabled{cursor:default}.hidden{display:none}.container{min-width:320px;max-width:375px;margin:0 auto;padding:0 20px}@media only screen and (width >= 768px){.container{max-width:768px;padding:0 32px}}@media only screen and (width >= 1440px){.container{max-width:1440px;padding:0 100px}}.modal-backdrop{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#2e2f4266;z-index:999;visibility:hidden;pointer-events:none;opacity:0;transition:.25s cubic-bezier(.4,0,.2,1);transition-property:opacity,visibility}.modal-backdrop.is-open{visibility:visible;pointer-events:auto;opacity:1}.modal-window{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 9px 17px #00000005,0 42px 46px #0000000a,0 105px 125px #0000000d,0 208px 286px #00000012;border-radius:20px;background-color:var(--white-color);transition:.25s cubic-bezier(.4,0,.2,1);transition-property:transform}.modal-backdrop:not(.is-open) .modal-window{transform:translate(-50%,-80%)}.modal-container{position:relative}.modal-close-btn{position:absolute;top:14px;right:14px;display:flex;justify-content:center;align-items:center;background-color:transparent}.modal-close-btn-icon{fill:var(--black-color)}h1{font-weight:500;font-size:44px;line-height:1.09;letter-spacing:-.02em;color:var(--title-color)}h2{font-weight:500;font-size:24px;line-height:1.17;color:var(--second-title-color)}h3{font-weight:500;font-size:18px;line-height:1.11;color:var(--third-title-color)}p{font-weight:500;font-size:16px;line-height:1.5;color:var(--main-color)}button{font-weight:500;font-size:14px;line-height:1.29;color:var(--main-color)}a{font-weight:500;font-size:14px;line-height:1.29;color:var(--light-main-color)}input,select{font-weight:400;font-size:14px;line-height:1.29;color:var(--main-color)}@media only screen and (min-width: 768px){h1{font-size:80px;line-height:1}h2{font-size:28px;line-height:1.14}h3{font-size:20px;line-height:1.2}p{font-weight:400;font-size:18px;line-height:1.33}button{font-size:16px;line-height:1.5}a,input,select{font-size:18px;line-height:1.33}}@keyframes fadeCheck{0%{opacity:0}to{opacity:1}}.green-btn{background-color:var(--accent-color);transition:background-color .3s ease-in}.light-btn{transition:color .3s ease-in}.add-to-cart-btn .icon-default{display:block}.add-to-cart-btn .icon-active{display:none;opacity:0}.social{transition:background-color .3s ease-in}.light-input{transition:border-color .3s ease-in}.product-card{transition:transform .3s ease-in}@media (hover: hover){.green-btn:is(:hover,:focus):not(:disabled){background-color:var(--dark-accent-color)}.light-btn:is(:hover,:focus):not(:disabled){color:var(--accent-color)}.add-to-cart-btn:is(:hover,:focus):not(:disabled) .icon-default{display:none}.add-to-cart-btn:is(:hover,:focus):not(:disabled) .icon-active{display:block;animation:fadeCheck .5s ease-in-out forwards}.social:is(:hover,:focus):not(:disabled){background-color:#e8e8e233}.light-input:is(:hover,:focus):not(:disabled){border-color:var(--accent-color)}.product-card:is(:hover,:focus):not(:disabled){transform:scale(105%)}}@media (hover: none){.green-btn:is(:active):not(:disabled){background-color:var(--dark-accent-color)}.light-btn:is(:active):not(:disabled){color:var(--accent-color)}.social:is(:active):not(:disabled){background-color:#e8e8e233}.light-input:is(:active):not(:disabled){border-color:var(--accent-color)}.product-card:is(:active):not(:disabled){transform:scale(105%)}}.header{padding:18px 0}.header-container{display:flex;justify-content:space-between;align-items:center}.header-nav-list{display:flex;align-items:center;gap:6px}.header-nav-item:not(:last-child) .header-nav-link{padding:10px 20px;border-radius:30px}.header-nav-link-cart{border-radius:30px;background-color:var(--accent-color);padding:12px;height:38px}.header-cart-info{display:none}.header-cart-icon{fill:var(--light-main-color)}.header-scroll-btn{position:fixed;right:30px;bottom:50px;width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 8px #0003;border:1px solid var(--light-main-color);opacity:0;pointer-events:none;transition:opacity .3s ease,transform .2s ease;z-index:999}.header-scroll-btn-icon{fill:var(--light-main-color)}.header-scroll-btn.visible{opacity:1;pointer-events:auto}@media only screen and (min-width: 768px){.header{padding:24px 0}.header-logo{width:195px;height:32px}.header-nav-list{align-items:center;gap:16px}.header-nav-item:not(:last-child) .header-nav-link{padding:12px 28px}.header-nav-item:last-child .header-nav-link{display:flex;justify-content:center;align-items:center;gap:14px}.header-nav-link-cart{padding:10px}.header-cart-icon{width:18px;height:18px}.header-cart-info{display:block;font-weight:500;text-transform:uppercase;color:var(--black-color)}}@media only screen and (min-width: 1440px){.header-nav-list{gap:24px}}.hero{padding:54px 0 37px}.hero-title{text-align:center;margin-bottom:16px}.hero-accent-title{color:var(--accent-color)}.hero-text{text-align:center;margin-bottom:32px}.hero-images{position:relative}.hero-image{border-radius:30px}.hero-license-image{position:absolute;top:-7px;right:8px}@media only screen and (min-width: 768px){.hero{padding:92px 0 37px}.hero-title{margin:0 auto 20px;max-width:658px}.hero-text{margin:0 auto 40px;max-width:492px}.hero-image{border-radius:60px;width:704px;height:580px}.hero-license-image{top:-30px;right:10px}}@media only screen and (min-width: 1440px){.hero{padding:52px 0 37px}.hero-image{width:1240px;height:350px}.hero-license-image{top:-50px;right:20px}}.filters{padding:37px 0 20px}.filters-title{font-weight:400;font-size:14px;line-height:1.29;color:var(--main-translucent-color);margin-bottom:8px}.filters-form{display:flex;flex-direction:column;gap:12px}.filters-input-container{position:relative}.filters-input,.filters-select{padding:14px 20px;width:100%;border:1px solid rgba(1,1,1,.3);border-radius:30px;background-color:transparent;transition:.3s ease-in;transition-property:border-color,background-color}.filters-input{height:100%;padding-right:44px}.filters-select.ss-main{font-family:Times New Roman,Times,serif;border:1px solid rgba(1,1,1,.3);background-color:transparent;padding:14px 20px;border-radius:30px;font-weight:400;font-size:14px;line-height:1.29;color:var(--main-color)}.filters-select .ss-content{border:none;box-shadow:0 4px 11px #0000000a,0 20px 69px #00000012;border-radius:15px;width:100%;overflow:hidden}.filters-select .ss-option:is(:hover,:focus){background-color:var(--accent-color)!important;outline:none;box-shadow:none}.filters-select .ss-option.ss-selected{background-color:#e8e8e2;color:#000}.filters-input::placeholder{color:var(--main-color)}:is(.filters-input,.filters-select.ss-main):is(:hover,:focus,:active){border-color:var(--accent-color);background-color:var(--white-color);border-radius:30px;outline:none;box-shadow:none}.filters-search-btn{position:absolute;top:50%;right:12px;transform:translateY(-50%);padding:8px;display:flex;align-items:center;justify-content:center;background-color:transparent;border:none}.filters-search-icon{fill:var(--main-color)}@media only screen and (min-width: 768px){.filters-form{flex-direction:row;gap:8px}.filters-select.ss-main{font-size:18px;line-height:1.33}.filters-input{width:269px}.filters-select[name=categoriesSelect]+.ss-main{max-width:195px}.filters-select[name=sortSelect]+.ss-main{width:210px}}@media only screen and (min-width: 1440px){.filters{padding-bottom:30px}}.popular-products{padding:40px 0}.popular-products-title{margin-bottom:20px}.popular-products-list{display:flex;flex-direction:column;gap:14px}.popular-products-item{position:relative;border-radius:10px;padding:12px 32px 12px 12px;display:flex;gap:10px;background-color:var(--white-color)}.popular-products-item-image-container{border-radius:10px;background-color:var(--background-color);padding:9px;display:flex;justify-content:center;align-items:center}.popular-products-subtitle{margin-bottom:12px}.popular-products-item-descr-list{display:flex;flex-wrap:wrap;gap:9px}.popular-products-item-descr-item{font-weight:400;font-size:12px;line-height:1.17;color:#0101014d}.popular-products-item-descr-item:nth-child(1){flex-basis:100%}.popular-products-item-descr-item-value{color:var(--main-color)}.popular-products-item-btn{border:none;border-radius:30px;padding:4px;display:flex;justify-content:center;align-items:center;background-color:var(--background-color);position:absolute;top:12px;right:12px}.popular-products-item-btn-icon{fill:var(--accent-color)}@media only screen and (min-width: 768px){.popular-products{padding:50px 0 32px}.popular-products-list{flex-direction:row;gap:12px;flex-wrap:wrap}.popular-products-item{width:275px;padding-right:26px}.popular-products-subtitle{margin-bottom:10px}.popular-products-item-descr-list{flex-wrap:wrap}}@media only screen and (min-width: 1440px){.popular-products{padding:0 0 20px}.popular-products-list{flex-direction:column;flex-wrap:nowrap}}.discount-products{padding:40px 0 80px}.discount-products-title{margin-bottom:20px}.discount-products-list{display:flex;flex-direction:column;gap:20px}.discount-products-item{padding:16px;background-color:var(--white-color);border-radius:15px}.discount-products-item-image-container{position:relative;border-radius:10px;padding:18px;display:flex;justify-content:center;align-items:center;background-color:var(--background-color);margin-bottom:24px}.discount-products-item-discount-image{position:absolute;top:-13px;right:-5px}.discount-products-item-footer{display:flex;justify-content:space-between;align-items:center}.discount-products-item-buy-side{display:flex;align-items:center;gap:8px}.discount-products-item-price{font-weight:500;font-size:18px;line-height:1.11;color:var(--main-color)}.discount-products-item-btn{border:none;border-radius:30px;padding:8px;background-color:var(--accent-color);display:flex;justify-content:center;align-items:center}.discount-products-item-btn-icon{fill:var(--light-main-color)}@media only screen and (min-width: 768px){.discount-products{padding:32px 0 100px}.discount-products-list{flex-direction:row;gap:32px;flex-wrap:wrap}.discount-products-item{width:336px}.discount-products-item-image-container{margin-bottom:20px}.discount-products-item-image{width:114px;height:114px}.discount-products-item-price{font-size:20px;line-height:1.2}}@media only screen and (min-width: 1440px){.discount-products{padding:20px 0 0}.discount-products-list{flex-direction:column;flex-wrap:nowrap;gap:20px}.discount-products-item{width:275px}.discount-products-item-image{width:105px;height:105px}}.products{padding:20px 0 40px}.products-list{display:flex;flex-direction:column;gap:20px}.products-item{box-shadow:0 9px 17px #00000005,0 42px 46px #0000000a,0 105px 125px #0000000d,0 208px 286px #00000012;border-radius:20px;background-color:var(--white-color);padding:20px}.products-item-image-container{position:relative;border-radius:10px;padding:20px 0;margin-bottom:20px;background-color:var(--background-color)}.products-item-image{margin:0 auto}.products-item.is-discount .products-item-discount{width:60px;height:60px;background-image:url(../img/products-catalog/products-discount.svg);background-position:center;background-size:cover;background-color:transparent;position:absolute;top:-23px;right:-10px}.products-subtitle{margin-bottom:10px}.products-item-decsr-list{display:flex;gap:8px;margin-bottom:40px}.products-item-descr-item{font-weight:400;font-size:12px;line-height:1.17;color:#0101014d}.products-item-descr-item-value{color:var(--main-color)}.products-item-footer{display:flex;justify-content:space-between;align-items:end}.products-item-price{font-size:18px;line-height:1.11}.products-item-btn{border:none;padding:8px;display:flex;justify-content:center;align-items:center;border-radius:30px;background-color:var(--accent-color)}.products-item-btn-icon{fill:var(--light-main-color)}.products-empty-container{padding-top:60px;padding-bottom:100px}.products-empty-title{margin:0 auto 14px;width:261px;text-align:center}.products-empty-title .accent-text{color:var(--accent-color)}.products-empty-descr{margin:0 auto;width:279px;font-weight:400;font-size:14px;line-height:1.29;text-align:center}.products-pagination-container{display:flex;gap:8px;justify-content:center;max-width:312px;margin:40px auto 0}.products-pagination-container.hidden{display:none}.products-pagination-left-side,.products-pagination-center-side,.products-pagination-right-side{display:flex;gap:4px}.product-pagination-nav-btn{display:flex;justify-content:center;align-items:center;border-radius:60px;padding:8px;width:40px;height:40px;background-color:var(--white-color)}.product-pagination-nav-btn-icon{fill:none;stroke:#a3a3a3;stroke-width:1.5}.product-pagination-nav-btn:disabled .product-pagination-nav-btn-icon{stroke:#a3a3a34d}.products-pagination-btn{padding:10px 0;text-align:center;border-radius:60px;width:40px;height:40px;line-height:1.43;color:#a3a3a3;background-color:transparent}.products-pagination-btn.active{color:#e8e8e21a;background-color:var(--accent-color)}@media only screen and (min-width: 768px){.products{padding-bottom:50px}.products-list{flex-direction:row;flex-wrap:wrap;gap:32px}.products-item{width:336px}.products-item-price{font-size:20px;line-height:1.2}.products-empty-container{padding-top:110px;padding-bottom:200px}.products-empty-title{width:367px}.products-empty-descr{width:371px;font-size:18px;line-height:1.33}.products-pagination-container{gap:32px;max-width:472px;margin-top:50px}.products-pagination-left-side,.products-pagination-center-side,.products-pagination-right-side{gap:8px}}@media only screen and (min-width: 1440px){.catalogs-container{display:flex;gap:40px;max-width:1440px;padding:30px 100px 60px;margin:0 auto}.catalogs-container .container{padding:0;min-width:0}.products{padding:0}.products-list{column-gap:20px;row-gap:40px;min-width:925px}.products-item{width:295px}.products-item-decsr-list{flex-wrap:wrap;margin-bottom:20px}.products-item-descr-item:nth-child(3){flex-basis:100%}.products-empty-container{padding-top:140px}.products-pagination-container{margin-top:40px}}.footer{padding:40px 0 20px;background-color:var(--accent-color)}.footer-logo{margin-bottom:20px}.footer-socials-list{display:flex;gap:12px;margin-bottom:40px}.footer-socials-link{padding:8px;border:1px solid rgba(232,232,226,.3);border-radius:10px;display:flex;align-items:center;justify-content:center}.footer-social-icon{fill:var(--light-main-color)}.footer-title{color:var(--light-main-color);font-size:24px;line-height:1.17;letter-spacing:-.02em;font-weight:500;margin-bottom:14px}.footer-text{color:var(--light-main-translucent-color);margin-bottom:80px;font-weight:400;line-height:1.29}.footer-lead{color:var(--light-main-translucent-color);margin-bottom:20px;font-weight:400;line-height:1.29}.footer-form-input{border:1px solid var(--light-main-color);border-radius:30px;padding:12px 18px;margin-bottom:14px;width:100%;background-color:transparent;color:var(--light-main-color)}.footer-form-input::placeholder{color:var(--light-main-translucent-color)}.footer-form-btn{border:none;border-radius:30px;width:100%;padding:12px;text-align:center;background-color:var(--light-main-color);margin-bottom:80px}.footer-ending-text{color:var(--light-main-translucent-color);margin-bottom:8px;font-weight:400;line-height:1.29;font-size:14px}.footer-privacy{color:var(--light-main-translucent-color);font-weight:400;line-height:1.29;font-size:14px;letter-spacing:normal}@media only screen and (min-width: 768px){.footer-main-body{display:flex;gap:78px;justify-content:space-between;margin-bottom:120px}.footer-logo-and-socials{flex-shrink:0}.footer-logo{width:197px;height:32px}.footer-socials-list{margin-bottom:0}.footer-title{font-size:40px;line-height:1.11;margin-bottom:20px}.footer-text{margin-bottom:64px;line-height:1.33}.footer-lead{margin-bottom:20px;line-height:1.33}.footer-form-input{margin-bottom:20px;width:336px}.footer-form-btn{width:336px;margin-bottom:0}.footer-ending-container{display:flex;justify-content:space-between}}@media only screen and (min-width: 1440px){.footer-main-body{gap:149px;margin-bottom:128px}.footer-main-info{display:flex;gap:148px}}.product-modal-window{width:335px}.product-modal-container{padding:40px 20px}.product-modal-image-container{position:relative;border-radius:10px;padding:20px 0;margin-bottom:20px;background-color:var(--background-color);display:flex;align-items:center;justify-content:center}.product-modal-image{margin:0 auto}.product-modal-window.is-discount .product-modal-discount{width:60px;height:60px;background-image:url(../img/products-catalog/products-discount.svg);background-position:center;background-size:cover;background-color:transparent;position:absolute;top:-23px;right:-10px}.product-modal-title{margin-bottom:10px}.product-modal-decsr-list{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:20px}.product-modal-descr-item{font-weight:400;font-size:12px;line-height:1.17;color:#0101014d}.product-modal-descr-item:nth-child(3){flex-basis:100%}.product-modal-descr-item-value{color:var(--main-color)}.product-modal-descr-text{font-weight:400;font-size:14px;line-height:1.29;margin-bottom:40px}.product-modal-footer{display:flex;justify-content:space-between;align-items:end}.product-modal-price{font-size:18px;line-height:1.11}.product-modal-btn{border:none;padding:12px 24px;display:flex;gap:10px;justify-content:center;align-items:center;border-radius:30px;background-color:var(--accent-color)}.product-modal-btn-text{font-weight:500;font-size:14px;line-height:1.29;color:var(--light-main-color)}.product-modal-btn-icon{fill:var(--light-main-color)}@media only screen and (min-width: 768px){.product-modal-window{width:600px}.product-modal-container{padding:40px}.product-modal-main{display:flex;gap:24px;margin-bottom:48px}.product-modal-image-container{padding:26px 40px;margin-bottom:0;flex-shrink:0}.product-modal-decsr-list{margin-bottom:24px}.product-modal-descr-text{font-size:16px;margin-bottom:0}.product-modal-price{font-size:20px}.product-modal-btn{padding:10px 28px}.product-modal-btn-text{font-size:16px}}.subscribing-thank-modal-window{width:335px}.subscribing-thank-modal-container{padding-top:100px}.subscribing-thank-modal-title{margin:0 auto 14px;font-size:20px;text-align:center;line-height:1.2;width:245px}.subscribing-thank-modal-title .accent-text{color:var(--accent-color)}.subscribing-thank-modal-descr{margin:0 auto 22px;width:245px;text-align:center;font-weight:400;font-size:14px;line-height:1.29}@media only screen and (min-width: 768px){.subscribing-thank-modal-window{width:490px}.subscribing-thank-modal-container{padding-top:90px}.subscribing-thank-modal-title{font-size:24px;margin-bottom:20px}.subscribing-thank-modal-descr{width:328px;font-size:16px;margin-bottom:2px}.subscribing-thank-modal-image{width:490px;height:159px}}.subscribing-error-modal-window{width:335px}.subscribing-error-modal-container{padding:80px 0}.subscribing-error-modal-title{margin:0 auto 14px;width:245px;font-size:20px;text-align:center;line-height:1.2}.subscribing-error-modal-title .accent-text{color:var(--accent-color)}.subscribing-error-modal-descr{margin:0 auto;width:245px;text-align:center;font-weight:400;font-size:14px;line-height:1.29}@media only screen and (min-width: 768px){.subscribing-error-modal-window{width:469px}.subscribing-error-modal-container{padding:100px 0}.subscribing-error-modal-title{font-size:24px;line-height:1;margin-bottom:20px}.subscribing-error-modal-descr{font-size:16px;width:349px}}
