:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: #e74c3c;--toastify-color-transparent: rgba(255, 255, 255, .7);--toastify-icon-color-info: var(--toastify-color-info);--toastify-icon-color-success: var(--toastify-color-success);--toastify-icon-color-warning: var(--toastify-color-warning);--toastify-icon-color-error: var(--toastify-color-error);--toastify-toast-width: 320px;--toastify-toast-offset: 16px;--toastify-toast-top: max(var(--toastify-toast-offset), env(safe-area-inset-top));--toastify-toast-right: max(var(--toastify-toast-offset), env(safe-area-inset-right));--toastify-toast-left: max(var(--toastify-toast-offset), env(safe-area-inset-left));--toastify-toast-bottom: max(var(--toastify-toast-offset), env(safe-area-inset-bottom));--toastify-toast-background: #fff;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-toast-bd-radius: 6px;--toastify-font-family: sans-serif;--toastify-z-index: 9999;--toastify-text-color-light: #757575;--toastify-text-color-dark: #fff;--toastify-text-color-info: #fff;--toastify-text-color-success: #fff;--toastify-text-color-warning: #fff;--toastify-text-color-error: #fff;--toastify-spinner-color: #616161;--toastify-spinner-color-empty-area: #e0e0e0;--toastify-color-progress-light: linear-gradient( to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55 );--toastify-color-progress-dark: #bb86fc;--toastify-color-progress-info: var(--toastify-color-info);--toastify-color-progress-success: var(--toastify-color-success);--toastify-color-progress-warning: var(--toastify-color-warning);--toastify-color-progress-error: var(--toastify-color-error);--toastify-color-progress-bgo: .2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translate(-50%)}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right)}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translate(-50%)}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right)}@media only screen and (max-width : 480px){.Toastify__toast-container{width:100vw;padding:0;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}}.Toastify__toast{--y: 0;position:relative;-ms-touch-action:none;touch-action:none;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:var(--toastify-toast-bd-radius);box-shadow:0 4px 12px #0000001a;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0;overflow:hidden}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{margin:auto 0;-ms-flex:1 1 auto;flex:1 1 auto;padding:6px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;-ms-flex:1;flex:1}.Toastify__toast-icon{-webkit-margin-end:10px;margin-inline-end:10px;width:20px;-ms-flex-negative:0;flex-shrink:0;display:-ms-flexbox;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width : 480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;-ms-flex-item-align:start;align-self:flex-start;z-index:1}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left;border-bottom-left-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right;border-bottom-left-radius:initial;border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp{position:absolute;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.go-top-button{position:fixed;width:70px;height:70px;bottom:10px;right:10px;color:#fff;border:none;border-radius:50%;cursor:pointer;background-color:#151515;transition:.5s;font-weight:900;font-size:.5em;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:5px;z-index:1}.go-top-button:hover{background-color:#fff;color:#151515}@media screen and (max-width: 768px){.go-top-button{width:50px;height:50px;font-size:.3em}.go-top-button img{width:20px;height:20px}}._basket_navbar_bg_1wvse_1{background:url(/assets/basket_navbar_bg.jpg);background-size:cover;height:50vh}._black_bg_1wvse_13,._dark_black_bg_1wvse_21{background:#15151580}._navbar_logo_1wvse_29 img{width:100px}._navbar_basket_1wvse_37 div{color:#4d8b55;width:fit-content;display:flex;align-items:center;justify-content:center}._navbar_basket_1wvse_37{display:flex;justify-content:flex-end;position:relative}._navbar_basket_icon_1wvse_65{border:2px solid #4d8b55;border-radius:50%;padding:8px}._product_counter_1wvse_77{border-radius:50%;background-color:#fff;display:flex;position:absolute;right:-15px;bottom:10px;height:fit-content}._product_counter_1wvse_77 span{width:24px;height:24px;font-size:.8em;color:#000;font-weight:600;display:flex;align-items:center;justify-content:center;padding-right:1px;margin:auto}._navbar_basket_icon_1wvse_65 svg,._search_1wvse_125 svg{transition:.5s}._navbar_basket_icon_1wvse_65 svg:hover,._search_1wvse_125 svg:hover{color:#fff;scale:1.05}._basket_navbar_1wvse_1{display:flex;flex-direction:row;align-items:center;justify-content:space-between;padding:24px 45px}._delivery_info_1wvse_159{background-color:tan;padding:12px 20px;margin-top:20px;border-radius:8px;text-align:center;font-size:18px;font-weight:500;color:#5c4033}._phone_1wvse_181{display:flex;flex-direction:row;gap:10px;margin:auto;font-size:.8em;cursor:pointer;padding-right:40px}._phone_1wvse_181 svg{color:#4d8b55}._phone_1wvse_181 h4{color:#fff;transition:.5s}._phone_1wvse_181 h4:hover{color:#4d8b55}._basket_header_1wvse_227{display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding:100px 0;position:relative}._basket_span_1wvse_245{transform:rotate(-90deg);font-size:10px;font-weight:900;color:#fff;opacity:.7;position:absolute;left:0%}._basket_header_text_1wvse_265{display:flex;flex-direction:column;gap:20px;text-align:center;justify-content:center;margin:auto}._basket_header_text_1wvse_265 h3{color:#fff;font-size:48px}._basket_header_links_1wvse_293{display:flex;flex-direction:row;gap:20px;color:#fff}._basket_header_links_1wvse_293 a{color:#4d8b55;transition:.5s}._basket_header_links_1wvse_293 a:hover{color:#fff}._basket_header_social_1wvse_325{display:flex;flex-direction:column;gap:20px;position:absolute;right:0%}._basket_header_social_1wvse_325 svg{color:#4d8b55;transition:.5s}._basket_header_social_1wvse_325 svg:hover{color:#fff;transform:scale(1.05)}._dashboard_1wvse_361{padding:120px 0}._empty_basket_1wvse_369{background-color:#f7f6f7;padding:18px 30px;border-top:2px solid #4d8b55;margin-bottom:30px}._empty_basket_1wvse_369 p{font-size:12px}._return_shop_1wvse_391 button{border:0px;border-radius:48px;padding:14px 30px;width:180px;font-size:14px;font-weight:700;color:#fff;cursor:pointer;display:inline-block;overflow:hidden;position:relative;transition:.5s;z-index:1;text-align:center;background-color:#4d8b55}._return_shop_1wvse_391 button:hover{background-color:#151515}._let_order_1wvse_435{display:flex;justify-content:flex-end;width:95%;margin-top:25px}._let_order_1wvse_435 button{border:0px;border-radius:48px;padding:14px 30px;width:180px;font-size:14px;font-weight:700;color:#fff;cursor:pointer;display:inline-block;overflow:hidden;position:relative;transition:.5s;z-index:1;text-align:center;background-color:#4d8b55}._let_order_1wvse_435 button:hover{background-color:#151515}._product_table_1wvse_493{width:90%;border-collapse:collapse;margin:auto}._product_table_1wvse_493 th,._product_table_1wvse_493 td{border:1px solid #ddd;padding:8px;text-align:center}._product_table_1wvse_493 th{background-color:#151515;color:#fff;border:0px}._product_img_1wvse_531 img{width:70px}._product_img_1wvse_531{width:5%;border-left:0px!important}._remove_1wvse_549{width:5%;border-right:0px!important;color:red;font-size:1.5em;cursor:pointer;transition:.5s}._remove_1wvse_549:hover{color:#4d8b55}._product_name_1wvse_575{width:25%;line-height:1.5;font-weight:700}._product_quantity_1wvse_587{width:10%}._product_total_price_1wvse_595 thead tr th{font-weight:400}._quantity_container_1wvse_603{border:1px solid rgba(0,0,0,.2);padding:10px 20px;display:flex;flex-direction:row;justify-content:space-between;width:100px;margin:auto;align-items:center;border-radius:15px}._grammage_container_1wvse_627{border:1px solid rgba(0,0,0,.2);padding:10px;display:flex;flex-direction:row;justify-content:space-between;width:100px;align-items:center;border-radius:15px}._grammage_container_1wvse_627 div:first-child{font-size:.9em}._product_price_1wvse_657{width:15%;color:#4d8b55;font-weight:700}._product_subtotal_1wvse_669{font-weight:700}._quantity_buttons_1wvse_677 div{cursor:pointer}._product_total_price_1wvse_595{display:flex;flex-direction:row;width:90%;margin:auto;padding-top:50px;justify-content:flex-end}._product_total_price_1wvse_595 th{border:1px solid #ddd;padding:15px 0;justify-content:center;width:150px;display:flex}._non_table_container_1wvse_719{display:none}._product_info_text_1wvse_727{display:flex;flex-direction:row;justify-content:space-between;align-items:center;gap:30px;text-align:right;padding-bottom:40px}@media screen and (max-width: 768px){._basket_span_1wvse_245,._basket_header_social_1wvse_325,._product_table_1wvse_493,._product_total_price_1wvse_595{display:none}._non_table_container_1wvse_719{display:block}._cart_item_1wvse_777{display:flex;flex-direction:column;margin-bottom:20px;background-color:#f7f6f7;padding:10px;border:1px solid #ddd}._let_order_1wvse_435{width:100%}._product_img_1wvse_531 img{width:100%;height:auto}._product_info_1wvse_727{display:flex;flex-direction:column;gap:10px;padding:10px}._product_info_1wvse_727 p{margin:0}._product_quantity_1wvse_587{display:flex;align-items:center;gap:10px}._product_quantity_1wvse_587 button{border:1px solid #ddd;background-color:#fff;padding:5px;cursor:pointer}._quantity_container_1wvse_603{margin:0}._product_subtotal_1wvse_669{font-weight:700}._remove_button_1wvse_877{align-self:flex-end;color:red;background:none;border:none;cursor:pointer;font-size:1.3em}._total_price_1wvse_895{display:flex;justify-content:flex-end;font-size:1.2em;font-weight:700;margin-top:20px}._product_name_1wvse_575{width:auto}._product_info_text_1wvse_727 p:nth-child(2){font-weight:700}._total_price_1wvse_895{justify-content:center;padding-top:40px}._let_order_1wvse_435{justify-content:center}}@media screen and (max-width: 480px){._basket_navbar_1wvse_1{padding:24px}._phone_1wvse_181{display:none}}._errorContainer_rxkma_1{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100vh;background-color:#f5f5f5;text-align:center;padding:20px}._errorCode_rxkma_23{font-size:10rem;font-weight:700;color:#4d8b55;margin:0}._errorMessage_rxkma_37{font-size:2.5rem;color:#333;margin:20px 0}._errorDescription_rxkma_49{font-size:1.2rem;color:#777;margin-bottom:30px}._homeButton_rxkma_61{font-size:1rem;padding:10px 20px;color:#fff;background-color:#4d8b55;border:none;border-radius:5px;cursor:pointer;transition:background-color .3s ease}._homeButton_rxkma_61:hover{background-color:#fff;color:#4d8b55}._green_background_jkagg_1{background:#4d8b55;background-image:url(/assets/leaf-background.png);background-repeat:repeat-x;position:relative;z-index:1;min-height:50px}._image_jkagg_19{display:flex;width:100%;justify-content:center;flex-shrink:0}._coffeeImage_jkagg_35{max-width:100%;margin-top:-300px}._smoke_wrap_jkagg_47{position:absolute;left:50%;transform:translate(-50%);bottom:0}._smoke_wrap_jkagg_47 img{max-width:100%}._smoke_animation_jkagg_69{position:relative}._smoke_jkagg_47,._smoke2_jkagg_79,._smoke3_jkagg_81{filter:blur(5px);transform-origin:50% 50%}._smoke_jkagg_47{animation-delay:.5s;animation:_smoke1_jkagg_1 3s linear infinite}._smoke2_jkagg_79{animation-delay:1.5s;animation:_smoke2_jkagg_79 3s linear infinite}._smoke3_jkagg_81{animation-delay:2.5s;animation:_smoke3_jkagg_81 4s linear infinite}@media screen and (max-width: 992px){._smoke_wrap_jkagg_47{min-width:700px}}@media screen and (max-width: 768px){._smoke_wrap_jkagg_47{min-width:300px}}@media screen and (max-width: 400px){._coffeeImage_jkagg_35{margin-top:-70%}._smoke_wrap_jkagg_47{min-width:160px}}@keyframes _smoke1_jkagg_1{0%{transform:translateY(0) scaleX(-1);opacity:0}25%{transform:translateY(-30px) scale(-1,1.05);opacity:.5}50%{transform:translateY(-60px) scale(-1,1.1);opacity:1}75%{transform:translateY(-90px) scale(-1,1.15);opacity:.5}to{transform:translateY(-120px) scale(-1,1.2);opacity:0}}@keyframes _smoke2_jkagg_79{0%{transform:translateY(0) scale(1);opacity:0}25%{transform:translateY(-30px) scale(1.05);opacity:.5}50%{transform:translateY(-60px) scale(1.1);opacity:1}75%{transform:translateY(-90px) scale(1.15);opacity:.5}to{transform:translateY(-120px) scale(1.2);opacity:0}}@keyframes _smoke3_jkagg_81{0%{transform:translateY(0) scale(1);opacity:0}25%{transform:translateY(-40px) scale(1.05);opacity:.5}50%{transform:translateY(-80px) scale(1.1);opacity:1}75%{transform:translateY(-120px) scale(1.15);opacity:.5}to{transform:translateY(-160px) scale(1.2);opacity:0}}._information_u1nlt_1{display:flex;flex-direction:row;align-items:center;padding:100px 0 60px;justify-content:space-between}._texts_u1nlt_17{display:flex;flex-direction:column;gap:20px;padding:0 15px}._green_word_u1nlt_31{color:#4d8b55}._h3_u1nlt_39{font-size:48px}._h3_u1nlt_39 h3{font-weight:700}._paragraph_u1nlt_55{font-size:14px;max-width:620px;line-height:1.5}._images_u1nlt_67{padding:0 15px;position:relative;display:flex;align-items:center;justify-content:center}._images_u1nlt_67 img{max-width:100%}._icons_u1nlt_91{display:flex;flex-direction:column;padding-left:30px;gap:20px}._icon_u1nlt_91{display:flex;flex-direction:row;gap:15px;color:#4d8b55;align-items:center}._svg_u1nlt_121{font-size:1.3em}._buttons_u1nlt_129{display:flex;flex-direction:row;gap:30px;padding-top:30px}._button_u1nlt_129{border:0px;border-radius:48px;padding:22px 30px;width:260px;font-size:14px;font-weight:700;color:#fff;cursor:pointer;display:inline-block;overflow:hidden;position:relative;transition:.5s;z-index:1;text-align:center}._read_more_u1nlt_177{background:#4d8b55}._shop_now_u1nlt_185{background:#151515}._button_u1nlt_129:before{content:"";background:#efece5;position:absolute;width:100%;top:200px;left:0;height:100%;transition:.3s linear;z-index:-1}._button_u1nlt_129:hover:before{top:0}._button_u1nlt_129:hover{color:#151515}._heading_inner_u1nlt_233{position:absolute;top:10%;left:0%;background-color:#fff;border-radius:50%;width:170px;height:170px;display:flex;flex-direction:column;align-items:center;justify-content:center;box-shadow:0 0 10px 10px #0000001a}._heading_inner_u1nlt_233 h5{font-size:24px;font-weight:700}._heading_inner_u1nlt_233 h3{font-size:48px;color:#4d8b55}._heading_inner_u1nlt_233:before{position:absolute;top:0;bottom:0;left:0;right:0;border:3px dashed #4d8b55;content:"";z-index:1;border-radius:50%;margin:-15px}._heading_inner_u1nlt_233:hover:before{animation:_rotateBorder_u1nlt_1 20s linear infinite}@keyframes _rotateBorder_u1nlt_1{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media screen and (max-width: 1200px){._information_u1nlt_1{flex-direction:column;gap:70px}._texts_u1nlt_17{align-items:center;text-align:center}}@media screen and (max-width: 768px){._buttons_u1nlt_129{flex-direction:column}._h3_u1nlt_39 h3{font-size:30px}._heading_inner_u1nlt_233{left:5%}}@media screen and (max-width: 600px){._heading_inner_u1nlt_233{width:140px;height:140px}._heading_inner_u1nlt_233 h5{font-size:20px}._heading_inner_u1nlt_233 h3{font-size:36px}._button_u1nlt_129{width:180px}._heading_inner_u1nlt_233{left:8%}._heading_inner_u1nlt_233{width:80px;height:80px}._heading_inner_u1nlt_233 h5{font-size:14px}._heading_inner_u1nlt_233 h3{font-size:20px}}._background_1oqy4_1{background-image:url(/assets/paper_bg.jpg)}._information_1oqy4_9{padding-bottom:110px}._information_text_1oqy4_17{margin:50px auto auto;text-align:center;justify-content:center;align-items:center;max-width:1070px;padding:150px 50px;background:url(/assets/grow-cat-bg.png) no-repeat center}._information_text_1oqy4_17 p{font-size:26px;font-weight:700}._coffee_sorts_1oqy4_49{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-around;align-items:center;gap:50px;margin:0 10px}._coffee_sort_1oqy4_49{display:flex;flex-direction:column;align-items:center;max-width:300px;position:relative}._coffee_image_1oqy4_85{height:260px;width:260px;border-radius:50%;position:relative;cursor:pointer;transition:.5s}._coffee_image_1oqy4_85:hover{transform:rotate(30deg)}._coffee_sort_1oqy4_49:hover ._coffee_number_1oqy4_111{transform:scale(.7)}._coffee_sort_name_1oqy4_119 h4{margin:34px 0 12px;font-size:24px;font-weight:700;display:block}._coffee_sort_info_1oqy4_133 p{padding:0 15px;font-size:14px;text-align:center}._coffee_number_1oqy4_111{position:absolute;left:-8%;top:20%;border-radius:50%;background-color:#4d8b55;width:100px;height:100px;display:flex;justify-content:center;align-items:center;color:#fff;font-size:2em;font-weight:500;transition:.5s}@media screen and (max-width: 600px){._information_text_1oqy4_17{padding-top:50px}}@media screen and (max-width: 400px){._information_text_1oqy4_17{padding-right:15px;padding-left:15px}._coffee_number_1oqy4_111{width:40px;height:40px;font-size:1.4em;top:0%;left:5%}._coffee_image_1oqy4_85{width:150px;height:150px}._coffee_sort_1oqy4_49:hover ._coffee_number_1oqy4_111{transform:scale(1)}}._cup_1kijv_1 img{width:660px}._superior_container_1kijv_9{display:flex;flex-direction:row;align-items:center;justify-content:space-between;padding-top:100px;padding-bottom:100px;overflow:hidden}._first_part_1kijv_29,._second_part_1kijv_29{display:flex;flex-direction:column;width:25%;gap:90px}._second_part_1kijv_29{text-align:right}._first_part_1kijv_29{transition:transform 1s ease-out;transform:translate(-100%)}._second_part_1kijv_29{transition:transform 1s ease-out;transform:translate(100%)}._superior_container_1kijv_9._animate_1kijv_71 ._first_part_1kijv_29,._superior_container_1kijv_9._animate_1kijv_71 ._second_part_1kijv_29{transform:translate(0)}._image_1kijv_87 img{width:70px;height:70px}._item_1kijv_97{display:flex;flex-direction:row;gap:25px;align-items:center}._item_info_1kijv_111{display:flex;gap:10px;flex-direction:column}._item_text_1kijv_123{font-size:14px;line-height:1.5;opacity:.75}._item_h6_1kijv_135{font-size:14px;font-weight:700}@media screen and (max-width: 1440px){._cup_1kijv_1 img{width:550px}}@media screen and (max-width: 1200px){._cup_1kijv_1 img{display:none}._superior_container_1kijv_9{flex-direction:column}._first_part_1kijv_29{padding-bottom:90px}._first_part_1kijv_29,._second_part_1kijv_29{width:100%;text-align:left}._item_1kijv_97{justify-content:center}}._green_bg_iyafi_1{background-color:#4d8b5580}._bg_iyafi_9{background:url(assets/green_parallax.jpg) center;background-attachment:fixed}._statistics_iyafi_19{display:flex;flex-direction:row;justify-content:space-around;padding:130px 0;gap:30px}._statistics_values_iyafi_35{text-align:center;display:flex;flex-direction:column;gap:15px}._statistics_count_iyafi_49 h2{font-size:100px;color:#fff;font-weight:700}._statistics_name_iyafi_61 h3{font-size:24px;color:#fff;font-weight:700}@media screen and (max-width: 1200px){._statistics_iyafi_19{flex-wrap:wrap}._statistics_values_iyafi_35{width:45%;padding-bottom:50px}}@media screen and (max-width: 768px){._bg_iyafi_9{background-attachment:scroll;background-size:cover}}@media screen and (max-width: 480px){._statistics_values_iyafi_35{width:100%}}._bg_110zh_1{background:url(/assets/grow-video-bg.jpg);height:100vh}._black_bg_110zh_11{background-color:#15151580;height:100vh}._video_container_110zh_21{display:flex;flex-direction:column;justify-content:center;align-items:center;height:100vh}._video_container_110zh_21 h2:nth-child(1){color:#4d8b55;font-size:80px;font-weight:700;padding-bottom:30px;text-align:center}._video_container_110zh_21 h2:nth-child(2){color:#fff;font-size:80px;font-weight:700;padding-bottom:30px;text-align:center}._play_button_110zh_69{color:#fff;font-size:6em;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:.5s;width:100%}._play_button_110zh_69:hover{color:#4d8b55}._modal_bg_110zh_99{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#00000080;display:flex;justify-content:center;align-items:center;z-index:100;padding-top:100px}._modal_content_110zh_127{position:relative;width:100%;padding-top:56.25%}._close_110zh_139{position:absolute;top:-30px;right:30px;font-size:2em;color:#fff;cursor:pointer}._video_110zh_21{position:absolute;top:0%;left:5%;width:90%;height:90%;border:none}@media screen and (max-width: 992px){._video_container_110zh_21 h2{font-size:64px!important}}@media screen and (max-width: 480px){._video_container_110zh_21 h2{font-size:36px!important}}._popular_product_container_rme5x_1{padding:120px 0}._product_container_transition_rme5x_9{transform:scale(0)}._header_rme5x_17{display:flex;flex-direction:column;gap:20px;text-align:center;align-items:center}._header_h6_rme5x_33 h6{font-size:16px;color:#4d8b55;font-weight:900}._header_h3_rme5x_45 h3{font-size:48px;font-weight:700}._header_text_rme5x_55 p{max-width:740px;font-size:12px}._popular_product_details_rme5x_65{display:flex;flex-direction:row;gap:60px;padding-top:60px;transition:.5s}._popular_product_image_rme5x_81{max-width:600px;display:flex;justify-content:center}._popular_product_image_rme5x_81 img{max-width:100%}._popular_product_info_rme5x_101{display:flex;flex-direction:column;width:45%;padding-top:35px;background:url(/assets/popular_product_bg.png);gap:20px}._product_description_rme5x_119 p{font-size:14px;opacity:.7;line-height:1.5}._product_prices_rme5x_131{display:flex;flex-direction:row;gap:20px}._original_price_rme5x_143{color:#adadad!important;font-size:24px;font-weight:700;position:relative}._original_price_rme5x_143:after{position:absolute;content:"";background:#adadad;width:100%;height:2px;left:0%;bottom:45%}._original_price_green_rme5x_177{color:#4d8b55;font-size:24px;font-weight:700;position:relative}._discount_price_rme5x_191{color:#d12323!important;font-size:24px;font-weight:700;position:relative}._product_name_rme5x_205 h4{font-size:30px;font-weight:700}._buttons_rme5x_215{display:flex;flex-direction:row;gap:30px;padding-top:30px}._button_rme5x_215{border:0px;border-radius:48px;padding:22px 30px;width:260px;font-size:14px;font-weight:700;color:#fff;cursor:pointer;display:inline-block;overflow:hidden;position:relative;transition:.5s;z-index:1;text-align:center;background:#4d8b55}._button_rme5x_215:before{content:"";background:#151515;position:absolute;width:100%;top:200px;left:0;height:100%;transition:.3s linear;z-index:-1}._button_rme5x_215:hover:before{top:0}._stars_rme5x_297{font-size:20px;color:#e2b239!important}._stars_rme5x_297 span{display:inline-block}._quality_list_rme5x_315{display:flex;flex-direction:column;gap:10px}._quality_list_rme5x_315 li{font-size:14px;color:#00000080;display:flex;align-items:center;gap:10px}._quality_list_rme5x_315 li:before{content:"✔ ";color:#4d8b55;font-weight:900;font-size:20px}@media screen and (max-width: 992px){._popular_product_details_rme5x_65{flex-direction:column;align-items:center;gap:0px}._popular_product_image_rme5x_81{max-width:500px}._popular_product_info_rme5x_101{width:100%;padding-top:45px;align-items:center}._product_description_rme5x_119{max-width:750px;text-align:center}._product_name_rme5x_205 h4{text-align:center;line-height:1.5}}@media screen and (max-width: 768px){._header_h3_rme5x_45 h3{font-size:30px}}@media screen and (max-width: 600px){._button_rme5x_215{width:180px}}@media screen and (max-width: 480px){._popular_product_image_rme5x_81{width:100%}}._shop_container_ln54q_1{display:flex;flex-direction:column;align-items:center;padding-bottom:100px}._products_list_ln54q_15{display:flex;flex-direction:row;flex-wrap:wrap;gap:25px;justify-content:space-around}._product_ln54q_15{max-width:23%;text-align:center;display:flex;flex-direction:column;padding-bottom:50px}._product_info_ln54q_47{display:flex;flex-direction:column}._product_ln54q_15,._product_info_ln54q_47{gap:10px}._product_ln54q_15 ._product_img_container_ln54q_67{position:relative}._product_ln54q_15 ._product_img_container_ln54q_67 ._product_shadow_ln54q_75{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;background:#efefef4d;transition:all .5s ease}._product_ln54q_15 img{width:100%;background-color:#f3eee8;padding:50px 0}._product_ln54q_15 ._product_img_container_ln54q_67 ._hover_btn_ln54q_103{position:absolute;z-index:1;top:50%;left:50%;transform:translate(-50%,50px);opacity:0;background:inherit;cursor:pointer;border:none;width:150px;background-color:#4d8b55;color:#fff;padding:15px;border-radius:48px;font-weight:700;font-size:12px;overflow:hidden;transition:all .5s ease}._product_ln54q_15 ._product_img_container_ln54q_67 ._hover_btn_ln54q_103:before{content:"";background:#151515;position:absolute;width:100%;top:200px;left:0;height:100%;transition:.5s linear;z-index:-1}._product_ln54q_15 ._product_img_container_ln54q_67 ._hover_btn_ln54q_103:hover{opacity:1;transform:translate(-50%,-50%)}._product_ln54q_15 ._product_img_container_ln54q_67 ._hover_btn_ln54q_103:hover:before{top:0}._hover_btn_mobile_ln54q_187{display:none}._product_ln54q_15 ._product_img_container_ln54q_67:hover ._product_shadow_ln54q_75{opacity:1}._product_ln54q_15 ._product_img_container_ln54q_67:hover ._hover_btn_ln54q_103{opacity:1;transform:translate(-50%,-50%)}._stars_ln54q_213{font-size:16px;color:#e2b239!important}._stars_ln54q_213 span{display:inline-block}._product_prices_ln54q_231{display:flex;flex-direction:row;gap:20px;justify-content:center}._original_price_ln54q_245{color:#adadad!important;font-size:16px;font-weight:700;position:relative}._original_price_ln54q_245:after{position:absolute;content:"";background:#adadad;width:100%;height:2px;left:0%;bottom:45%}._original_price_green_ln54q_279{color:#4d8b55;font-size:16px;font-weight:700;position:relative}._discount_price_ln54q_293{color:#d12323!important;font-size:16px;font-weight:700;position:relative}._button_ln54q_307{border:0px;border-radius:48px;margin-top:50px;padding:22px 30px;width:260px;font-size:14px;font-weight:700;color:#fff;cursor:pointer;display:inline-block;overflow:hidden;position:relative;transition:.5s;z-index:1;text-align:center;background:#4d8b55}._button_ln54q_307:before{content:"";background:#151515;position:absolute;width:100%;top:200px;left:0;height:100%;transition:.5s linear;z-index:-1}._button_ln54q_307:hover:before{top:0}@media screen and (max-width: 992px){._product_ln54q_15 ._product_img_container_ln54q_67 ._hover_btn_ln54q_103{display:none}._product_ln54q_15{max-width:30%}._hover_btn_mobile_ln54q_187{border:0px;border-radius:48px;margin-top:15px;padding:13px 30px;width:100%;font-size:12px;font-weight:700;color:#fff;cursor:pointer;display:inline-block;overflow:hidden;position:relative;transition:.5s;z-index:1;text-align:center;background:#4d8b55}._hover_btn_mobile_ln54q_187:before{content:"";background:#151515;position:absolute;width:100%;top:200px;left:0;height:100%;transition:.5s linear;z-index:-1}._hover_btn_mobile_ln54q_187:hover:before{top:0}._product_shadow_ln54q_75{display:none}}@media screen and (max-width: 768px){._product_ln54q_15{max-width:45%}}@media screen and (max-width: 480px){._product_ln54q_15{max-width:75%}}._footer_bg_b4fxa_1{background:url(/assets/footer-bg.jpg)}._footer_section_b4fxa_9{display:flex;flex-direction:row;justify-content:space-around;padding:60px 0;align-items:center}._subscribe_b4fxa_25,._contact_info_b4fxa_25,._footer_social_b4fxa_25{width:30%}._footer_social_b4fxa_25{display:flex;flex-direction:column;gap:30px}._footer_img_b4fxa_45 img{width:100px}._footer_text_b4fxa_53{line-height:1.5;font-size:14px;color:#ffffff8c}._social_icons_b4fxa_65{display:flex;flex-direction:row;gap:30px;color:#4d8b55;font-size:1.2em;cursor:pointer}._social_icons_b4fxa_65 a{color:#4d8b55}._social_icons_b4fxa_65 svg{transition:.5s}._social_icons_b4fxa_65 svg:hover{color:#fff;transform:scale(1.05)}._contact_info_b4fxa_25,._subscribe_b4fxa_25{display:flex;flex-direction:column;gap:30px}._contact_info_header_b4fxa_119{color:#4d8b55;font-size:24px;font-weight:700;position:relative}._contact_info_header_b4fxa_119:after{position:absolute;content:"";background:#4d8b55;width:60%;height:3px;left:0%;bottom:-50%}._contact_info_location_b4fxa_153,._contact_phones_b4fxa_153{display:flex;flex-direction:row;align-items:center;gap:20px}._location_icon_b4fxa_167,._contact_phones_icon_b4fxa_167{color:#4d8b55;font-size:1.5em}._location_link_b4fxa_177,._contact_phones_link_b4fxa_177{display:flex;flex-direction:column;gap:10px}._location_link_b4fxa_177 h3:nth-child(1),._contact_phones_link_b4fxa_177 h3:nth-child(1){color:#4d8b55;font-weight:600}._location_link_b4fxa_177 h3:nth-child(2),._contact_phones_link_b4fxa_177 h3:nth-child(2){color:#fff;font-weight:100}._contact_phones_number_b4fxa_207{color:#fff;font-weight:100}._footer_copyright_b4fxa_215{border-top:1px solid grey;padding:30px 0}._copyright_text_b4fxa_225{color:#fff;font-size:1em;text-align:center;font-weight:300}@media screen and (max-width: 992px){._footer_section_b4fxa_9{flex-direction:column;gap:60px}._footer_social_b4fxa_25,._contact_info_b4fxa_25,._subscribe_b4fxa_25{width:50%;justify-content:center;align-items:center;text-align:center}._contact_info_header_b4fxa_119:after{width:100%}._contact_info_location_b4fxa_153,._contact_phones_b4fxa_153{flex-direction:column;gap:10px}}@media screen and (max-width: 992px){._footer_social_b4fxa_25,._contact_info_b4fxa_25,._subscribe_b4fxa_25{width:100%}}._header_text_wnvrx_1{text-align:center;margin-top:100px!important}._header_text_wnvrx_1 h2{font-size:80px;font-weight:700}._header_text_wnvrx_1 h2:nth-child(1){color:#fff}._header_text_wnvrx_1 p{max-width:700px;margin:auto;color:#fff;font-size:16px;font-weight:500;padding-top:16px;line-height:2}@media screen and (max-width: 768px){._header_text_wnvrx_1 h2{font-size:48px;text-align:center}._header_text_wnvrx_1{padding-left:0;padding-right:0}}@media screen and (max-width: 300px){._header_text_wnvrx_1 h2{font-size:36px;text-align:center}}._background_1g3h9_1{background-image:url(/assets/header-coffee-bg.jpg);background-size:cover;background-position:center;height:95vh;width:100%}._navbar_logo_1g3h9_19 img{width:100px;padding-top:10px}._navbar_links_logo_1g3h9_29{display:none}._navbar_header_1g3h9_37{display:flex;margin:auto;align-items:center;justify-content:space-between;padding:24px 45px 0}._navbar_medias_1g3h9_53{display:flex;flex-direction:row;align-items:center;gap:10px;width:33%}._navbar_medias_1g3h9_53 h4{color:#fff;font-weight:100;font-size:12px}._line_1g3h9_81{width:10px;height:1px;background-color:#fff}._navbar_medias_1g3h9_53 a{color:#4d8b55}._navbar_media_1g3h9_53{border-radius:50%;border:2px solid #4d8b55;padding:8px;margin:auto;display:flex;align-items:center;justify-content:center;font-size:.9em;transition:.5s}._navbar_media_1g3h9_53:hover{color:#fff;border-color:#fff}._navbar_basket_1g3h9_135 div{color:#4d8b55;width:fit-content;display:flex;align-items:center;justify-content:center}._navbar_basket_1g3h9_135{width:33%;display:flex;justify-content:flex-end}._navbar_basket_icon_1g3h9_163{border:2px solid #4d8b55;border-radius:50%;padding:8px}._product_counter_1g3h9_173{border-radius:50%;background-color:#fff;display:flex;position:relative;left:50px;top:0;height:fit-content}._product_counter_1g3h9_173 span{width:24px;height:24px;font-size:.8em;color:#000;font-weight:600;display:flex;align-items:center;justify-content:center;padding-right:1px;margin:auto}._product_counter_mobile_1g3h9_219{display:none}._navbar_basket_icon_1g3h9_163 svg,._search_1g3h9_227 svg{transition:.5s}._navbar_basket_icon_1g3h9_163 svg:hover,._search_1g3h9_227 svg:hover{color:#fff;scale:1.05}._search_1g3h9_227{border-radius:50%;border:2px solid #4d8b55;padding:8px;margin-left:30px;display:flex;align-items:center;justify-content:center;font-size:.9em;cursor:pointer}._hamburger_1g3h9_269{display:none!important;z-index:1000;cursor:pointer;position:absolute;right:5%;top:6%}._times_1g3h9_287{position:absolute;right:6%;top:6%;cursor:pointer;font-size:1.8em;color:#4d8b55}._hamburger_icon_1g3h9_307{font-size:1.8em}._navbar_links_1g3h9_29{z-index:10;display:flex;color:#fff;justify-content:center;width:100%;padding-top:40px;position:relative}._navbar_links_1g3h9_29 ul{display:flex;flex-direction:row;gap:45px;font-weight:700;cursor:pointer}._navbar_links_1g3h9_29 ul li a{color:#fff;transition:.5s}._navbar_links_1g3h9_29 ul li a:hover{color:#4d8b55}._basket_mobile_1g3h9_369{display:none}@media screen and (max-width: 992px){._search_1g3h9_227,._product_counter_1g3h9_173{display:none!important}._navbar_medias_1g3h9_53{display:none}._navbar_basket_1g3h9_135{width:fit-content}._navbar_basket_icon_1g3h9_163{display:none!important}._hamburger_1g3h9_269{display:flex!important}._navbar_links_1g3h9_29{background-color:#fff;height:100vh;color:#000;position:fixed!important;top:0;left:1000px;width:100vw;padding:0!important;transition:.5s;justify-content:start;flex-direction:column;z-index:2}._navbar_mobile_1g3h9_449 ul li a{font-weight:700;font-size:22px;color:#000}._navbar_links_logo_1g3h9_29{display:flex;padding:24px 0 0 40px}._navbar_logo_main_1g3h9_471{margin:auto}._active_1g3h9_479{left:0!important}._navbar_links_1g3h9_29 ul{flex-direction:column;padding-top:45px;padding-left:40px;width:100%;gap:25px}._navbar_links_1g3h9_29 h1{display:none}._navbar_header_1g3h9_37{justify-content:space-between;padding:24px 20px 0}._basket_mobile_1g3h9_369{display:flex;padding-top:50px;padding-left:15px}._basket_mobile_icon_1g3h9_531{border:2px solid #4d8b55;border-radius:50%;padding:10px;display:flex}._basket_mobile_icon_1g3h9_531 svg{transition:.5s;color:#4d8b55}._product_counter_mobile_1g3h9_219{border-radius:50%;background-color:#4d8b55;display:flex;position:relative;left:50px;top:0;height:fit-content}._product_counter_mobile_1g3h9_219 span{width:24px;height:24px;font-size:.8em;color:#000;font-weight:600;display:flex;align-items:center;justify-content:center;padding-right:1px;margin:auto}}._adminContainer_ruj60_1{max-width:1200px;margin:0 auto;padding:20px}._adminHeader_ruj60_13{display:flex;justify-content:space-between;align-items:center;padding:1rem;position:sticky;top:0;background-color:#fff;z-index:100;box-shadow:0 2px 4px #0000001a}._adminActions_ruj60_37{position:sticky;top:70px;background-color:#fff;padding:1rem;z-index:99;display:flex;justify-content:space-between;align-items:center}._adminHeader_ruj60_13 h1{font-size:28px;color:#5d4037}._logoutButton_ruj60_69,._createButton_ruj60_71{padding:10px 20px;border:none;border-radius:4px;cursor:pointer;font-size:1rem;transition:background-color .3s;margin-right:10px}._createButton_ruj60_71{background-color:#4caf50;color:#fff}._logoutButton_ruj60_69{background-color:#f44336;color:#fff}._createButton_ruj60_71:hover{background-color:#45a049}._logoutButton_ruj60_69:hover{background-color:#da190b}._coffeeList_ruj60_127{background-color:#fff;border-radius:8px;box-shadow:0 2px 8px #0000001a;padding:20px;margin-top:20px}._coffeeList_ruj60_127 h2{margin-bottom:20px;color:#5d4037}._coffeeTable_ruj60_153{width:100%;border-collapse:collapse}._coffeeTable_ruj60_153 th,._coffeeTable_ruj60_153 td{padding:12px;text-align:left;border-bottom:1px solid #e0e0e0}._coffeeTable_ruj60_153 th{font-weight:700;background-color:#f5f5f5;color:#5d4037}._coffeeThumbnail_ruj60_189{width:60px;height:60px;object-fit:cover;border-radius:4px}._editButton_ruj60_203,._deleteButton_ruj60_205{padding:6px 12px;border:none;border-radius:4px;margin-right:8px;cursor:pointer;font-size:14px}._editButton_ruj60_203{background-color:#4caf50;color:#fff}._deleteButton_ruj60_205{background-color:#f44336;color:#fff}._editButton_ruj60_203:hover{background-color:#3d8b40}._deleteButton_ruj60_205:hover{background-color:#d32f2f}._coffeeFormContainer_ruj60_261{background-color:#fff;border-radius:8px;box-shadow:0 2px 8px #0000001a;padding:20px;margin-top:20px}._coffeeFormContainer_ruj60_261 h2{margin-bottom:20px;color:#5d4037}._formGroup_ruj60_287{margin-bottom:15px}._formGroup_ruj60_287 label{display:block;margin-bottom:5px;font-weight:700;color:#5d4037}._formGroup_ruj60_287 input,._formGroup_ruj60_287 textarea,._formGroup_ruj60_287 select{width:100%;padding:8px;border:1px solid #ccc;border-radius:4px;font-size:16px}._formGroup_ruj60_287 textarea{height:100px;resize:vertical}._pricesInputs_ruj60_339{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}._pricesInputs_ruj60_339 div{display:flex;flex-direction:column}._currentImage_ruj60_361{margin-top:10px}._coffeePreview_ruj60_369{width:100px;height:100px;object-fit:cover;border-radius:4px;margin-top:5px}._formButtons_ruj60_385{display:flex;justify-content:flex-end;gap:10px;margin-top:20px}._submitButton_ruj60_399,._cancelButton_ruj60_401{padding:10px 20px;border:none;border-radius:4px;cursor:pointer;font-weight:700}._submitButton_ruj60_399{background-color:#5d4037;color:#fff}._cancelButton_ruj60_401{background-color:#9e9e9e;color:#fff}._submitButton_ruj60_399:hover{background-color:#3e2723}._cancelButton_ruj60_401:hover{background-color:#757575}._adminLoginContainer_ruj60_455{height:100vh;display:flex;justify-content:center;align-items:center;background-color:#f5f5f5}._adminLoginForm_ruj60_471{background-color:#fff;padding:30px;border-radius:8px;box-shadow:0 2px 10px #0000001a;width:100%;max-width:400px}._adminLoginForm_ruj60_471 h2{text-align:center;margin-bottom:20px;color:#5d4037}._loginButton_ruj60_501{width:100%;padding:12px;background-color:#5d4037;color:#fff;border:none;border-radius:4px;font-size:16px;font-weight:700;cursor:pointer;margin-top:10px}._loginButton_ruj60_501:hover{background-color:#3e2723}._notification_ruj60_539{position:fixed;top:20px;right:20px;padding:12px 20px;border-radius:4px;box-shadow:0 4px 8px #0000001a;display:flex;align-items:center;justify-content:space-between;z-index:1000;min-width:280px;max-width:400px;animation:_slideIn_ruj60_1 .3s ease-out}@keyframes _slideIn_ruj60_1{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}._notification_ruj60_539 p{margin:0;font-size:14px}._success_ruj60_603{background-color:#d4edda;color:#155724;border-left:4px solid #28a745}._error_ruj60_615{background-color:#f8d7da;color:#721c24;border-left:4px solid #dc3545}._warning_ruj60_627{background-color:#fff3cd;color:#856404;border-left:4px solid #ffc107}._closeNotification_ruj60_639{background:none;border:none;font-size:20px;cursor:pointer;margin-left:10px;padding:0;color:inherit}._closeNotification_ruj60_639:hover{opacity:.7}@media screen and (max-width: 768px){._adminHeader_ruj60_13{flex-direction:column;gap:1rem}._adminActions_ruj60_37{top:120px}._createButton_ruj60_71,._logoutButton_ruj60_69{width:100%;margin:5px 0}}*{font-family:Poppins,sans-serif;box-sizing:border-box;margin:0;padding:0}html,body,div,span,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,em,img,strong,sub,sup,b,u,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figure,figcaption,footer,header,main,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;box-sizing:border-box}body{line-height:1}ol,ul{list-style:none}a{text-decoration:none}table{border-collapse:collapse;border-spacing:0}html{scroll-behavior:smooth}.container{margin:auto;max-width:1400px}@media screen and (max-width: 1400px){.container{max-width:95%}}
