.ProductPageActions-module-scss-module__ImGtba__ProductPageActions{justify-content:flex-end;align-items:center;gap:12px;width:100%;max-width:1120px;margin:0 auto;padding:24px 16px;display:flex}.ProductPageActions-module-scss-module__ImGtba__ProductPageActions .ProductPageActions-module-scss-module__ImGtba__addToFavoritesBtn{background-color:var(--white-smoke);cursor:pointer;border:none;border-radius:100px;justify-content:center;align-items:center;width:26px;height:26px;margin-right:12px;display:flex}
.GiftLabel-module-scss-module__vKx8yW__GiftLabelButton{color:var(--white);text-align:center;-webkit-user-select:none;user-select:none;white-space:nowrap;cursor:pointer;background-color:#016fd0e6;border:0;border-radius:5px;align-items:center;gap:4px;padding:4px 8px;display:flex}.GiftLabel-module-scss-module__vKx8yW__GiftLabelButton .GiftLabel-module-scss-module__vKx8yW__text{color:var(--white);font-size:10px;font-weight:500;line-height:12px}.GiftLabel-module-scss-module__vKx8yW__GiftLabelPopover{background:var(--white);border:1px solid #ec5252;border-radius:12px;gap:6px;width:max-content;padding:8px;display:flex;position:absolute;top:36px;left:-8px;box-shadow:0 4.53px 15.1px #44475b1f}.GiftLabel-module-scss-module__vKx8yW__GiftLabelPopover .GiftLabel-module-scss-module__vKx8yW__closeBtn{background-color:var(--white);cursor:pointer;border:none;border-radius:3.40282e38px;justify-content:center;align-items:center;width:22px;height:22px;display:flex;position:absolute;top:-11px;left:-11px;box-shadow:0 0 4px #00000026}.GiftLabel-module-scss-module__vKx8yW__GiftLabelPopover .GiftLabel-module-scss-module__vKx8yW__image{object-fit:contain;border-radius:12px;width:60px!important;max-height:90px!important}.GiftLabel-module-scss-module__vKx8yW__GiftLabelPopover .GiftLabel-module-scss-module__vKx8yW__productInfo{flex-direction:column;gap:6px;width:122px;display:flex;position:relative}.GiftLabel-module-scss-module__vKx8yW__GiftLabelPopover .GiftLabel-module-scss-module__vKx8yW__productInfo .GiftLabel-module-scss-module__vKx8yW__giftIcon{position:absolute;top:0;right:0}.GiftLabel-module-scss-module__vKx8yW__GiftLabelPopover .GiftLabel-module-scss-module__vKx8yW__productInfo .GiftLabel-module-scss-module__vKx8yW__name{text-overflow:ellipsis;-webkit-line-clamp:1;line-clamp:1;width:100%;max-width:100px;color:var(--primary-text-color);text-align:left;-webkit-box-orient:vertical;margin-right:18px;font-size:11px;font-weight:600;line-height:14px;display:-webkit-box;overflow:hidden}.GiftLabel-module-scss-module__vKx8yW__GiftLabelPopover .GiftLabel-module-scss-module__vKx8yW__productInfo .GiftLabel-module-scss-module__vKx8yW__supplier{width:100%;color:var(--text-muted);letter-spacing:.836px;text-transform:uppercase;text-overflow:ellipsis;-webkit-line-clamp:1;line-clamp:1;-webkit-box-orient:vertical;font-size:9px;line-height:12px;display:-webkit-box;overflow:hidden}.GiftLabel-module-scss-module__vKx8yW__GiftLabelPopover .GiftLabel-module-scss-module__vKx8yW__productInfo .GiftLabel-module-scss-module__vKx8yW__message{color:var(--text-muted);letter-spacing:.075px;border-bottom:1px solid var(--gray-bright);padding-bottom:6px;font-size:10px;line-height:12px;display:block}.GiftLabel-module-scss-module__vKx8yW__GiftLabelPopover .GiftLabel-module-scss-module__vKx8yW__productInfo .GiftLabel-module-scss-module__vKx8yW__price{color:var(--gray-light-2);text-align:right;font-size:12px;font-weight:600}
.ProductLabels-module-scss-module__mFvEuW__ProductLabels{z-index:1;flex-wrap:wrap;align-items:center;gap:4px;width:100%;display:flex;position:absolute;top:14px;left:14px}.ProductLabels-module-scss-module__mFvEuW__ProductLabels .ProductLabels-module-scss-module__mFvEuW__tooltip .ProductLabels-module-scss-module__mFvEuW__header{padding-bottom:8px;font-size:14px;font-weight:700;line-height:24px}.ProductLabels-module-scss-module__mFvEuW__ProductLabels .ProductLabels-module-scss-module__mFvEuW__tooltip .ProductLabels-module-scss-module__mFvEuW__text{color:var(--text-muted);flex:none;order:1;font-size:12px;font-weight:600;line-height:20px}.ProductLabels-module-scss-module__mFvEuW__ProductLabels .ProductLabels-module-scss-module__mFvEuW__label{color:var(--white);text-align:center;-webkit-user-select:none;user-select:none;white-space:nowrap;background-color:#016fd0e6;border:0;border-radius:5px;align-items:center;gap:4px;padding:4px 8px;font-size:10px;font-weight:500;line-height:12px;display:flex}
.rc-tooltip.rc-tooltip-zoom-appear,.rc-tooltip.rc-tooltip-zoom-enter{opacity:0}.rc-tooltip.rc-tooltip-zoom-enter,.rc-tooltip.rc-tooltip-zoom-leave{display:block}.rc-tooltip-zoom-enter,.rc-tooltip-zoom-appear{opacity:0;animation-duration:.3s;animation-timing-function:cubic-bezier(.18,.89,.32,1.28);animation-play-state:paused;animation-fill-mode:both}.rc-tooltip-zoom-leave{animation-duration:.3s;animation-timing-function:cubic-bezier(.6,-.3,.74,.05);animation-play-state:paused;animation-fill-mode:both}.rc-tooltip-zoom-enter.rc-tooltip-zoom-enter-active,.rc-tooltip-zoom-appear.rc-tooltip-zoom-appear-active{animation-name:rcToolTipZoomIn;animation-play-state:running}.rc-tooltip-zoom-leave.rc-tooltip-zoom-leave-active{animation-name:rcToolTipZoomOut;animation-play-state:running}@keyframes rcToolTipZoomIn{0%{opacity:0;transform-origin:50%;transform:scale(0)}to{opacity:1;transform-origin:50%;transform:scale(1)}}@keyframes rcToolTipZoomOut{0%{opacity:1;transform-origin:50%;transform:scale(1)}to{opacity:0;transform-origin:50%;transform:scale(0)}}.rc-tooltip{z-index:1070;visibility:visible;opacity:.9;background-color:#0000000d;padding:1px;font-size:12px;line-height:1.5;display:block;position:absolute}.rc-tooltip-hidden{display:none}.rc-tooltip-inner{color:#333;text-align:left;background-color:#fff;border:1px solid #b1b1b1;border-radius:3px;min-height:34px;padding:8px 10px;text-decoration:none}.rc-tooltip-arrow,.rc-tooltip-arrow-inner{border-style:solid;border-color:#0000;width:0;height:0;position:absolute}.rc-tooltip-placement-top .rc-tooltip-arrow,.rc-tooltip-placement-topLeft .rc-tooltip-arrow,.rc-tooltip-placement-topRight .rc-tooltip-arrow{border-width:6px 6px 0;border-top-color:#b1b1b1;margin-left:-6px;transform:translate(-50%,5px)}.rc-tooltip-placement-top .rc-tooltip-arrow-inner,.rc-tooltip-placement-topLeft .rc-tooltip-arrow-inner,.rc-tooltip-placement-topRight .rc-tooltip-arrow-inner{border-width:6px 6px 0;border-top-color:#fff;margin-left:-6px;bottom:1px}.rc-tooltip-placement-top .rc-tooltip-arrow{left:50%}.rc-tooltip-placement-topLeft .rc-tooltip-arrow{left:15%}.rc-tooltip-placement-topRight .rc-tooltip-arrow{right:15%}.rc-tooltip-placement-right .rc-tooltip-arrow,.rc-tooltip-placement-rightTop .rc-tooltip-arrow,.rc-tooltip-placement-rightBottom .rc-tooltip-arrow{border-width:6px 6px 6px 0;border-right-color:#b1b1b1;margin-top:-6px;left:-5px;transform:translate(calc(1px - 100%))}.rc-tooltip-placement-right .rc-tooltip-arrow-inner,.rc-tooltip-placement-rightTop .rc-tooltip-arrow-inner,.rc-tooltip-placement-rightBottom .rc-tooltip-arrow-inner{border-width:6px 6px 6px 0;border-right-color:#fff;margin-top:-6px;left:1px}.rc-tooltip-placement-right .rc-tooltip-arrow{top:50%}.rc-tooltip-placement-rightTop .rc-tooltip-arrow{margin-top:0;top:15%}.rc-tooltip-placement-rightBottom .rc-tooltip-arrow{bottom:15%}.rc-tooltip-placement-left .rc-tooltip-arrow,.rc-tooltip-placement-leftTop .rc-tooltip-arrow,.rc-tooltip-placement-leftBottom .rc-tooltip-arrow{border-width:6px 0 6px 6px;border-left-color:#b1b1b1;margin-top:-6px;right:-5px;transform:translate(calc(100% - 1px))}.rc-tooltip-placement-left .rc-tooltip-arrow-inner,.rc-tooltip-placement-leftTop .rc-tooltip-arrow-inner,.rc-tooltip-placement-leftBottom .rc-tooltip-arrow-inner{border-width:6px 0 6px 6px;border-left-color:#fff;margin-top:-6px;right:1px}.rc-tooltip-placement-left .rc-tooltip-arrow{top:50%}.rc-tooltip-placement-leftTop .rc-tooltip-arrow{margin-top:0;top:15%}.rc-tooltip-placement-leftBottom .rc-tooltip-arrow{bottom:15%}.rc-tooltip-placement-bottom .rc-tooltip-arrow,.rc-tooltip-placement-bottomLeft .rc-tooltip-arrow,.rc-tooltip-placement-bottomRight .rc-tooltip-arrow{border-width:0 6px 6px;border-bottom-color:#b1b1b1;margin-left:-6px;transform:translate(-50%,-5px)}.rc-tooltip-placement-bottom .rc-tooltip-arrow-inner,.rc-tooltip-placement-bottomLeft .rc-tooltip-arrow-inner,.rc-tooltip-placement-bottomRight .rc-tooltip-arrow-inner{border-width:0 6px 6px;border-bottom-color:#fff;margin-left:-6px;top:1px}.rc-tooltip-placement-bottom .rc-tooltip-arrow{left:50%}.rc-tooltip-placement-bottomLeft .rc-tooltip-arrow{left:15%}.rc-tooltip-placement-bottomRight .rc-tooltip-arrow{right:15%}
.MainCategories-module-scss-module__vJWYma__MainCategories{background:var(--white);z-index:55;flex-direction:column;width:100%;display:flex;position:absolute;top:72px;left:0}@media only screen and (max-width:1260px){.MainCategories-module-scss-module__vJWYma__MainCategories{position:relative;top:98px}.MainCategories-module-scss-module__vJWYma__MainCategories.MainCategories-module-scss-module__vJWYma__scrolled.MainCategories-module-scss-module__vJWYma__MainCategoriesHome{position:fixed}}.MainCategories-module-scss-module__vJWYma__MainCategories.MainCategories-module-scss-module__vJWYma__skeletonMainCategories .MainCategories-module-scss-module__vJWYma__MainCategories__wrap{margin-top:0}.MainCategories-module-scss-module__vJWYma__MainCategories.MainCategories-module-scss-module__vJWYma__skeletonScrolled{background:0 0;flex-direction:row}@media only screen and (max-width:1260px){.MainCategories-module-scss-module__vJWYma__MainCategories.MainCategories-module-scss-module__vJWYma__skeletonScrolled{display:none}}.MainCategories-module-scss-module__vJWYma__MainCategories.MainCategories-module-scss-module__vJWYma__skeletonScrolled .MainCategories-module-scss-module__vJWYma__rowSkeleton{flex:1}.MainCategories-module-scss-module__vJWYma__MainCategories.MainCategories-module-scss-module__vJWYma__skeletonScrolled .MainCategories-module-scss-module__vJWYma__MainCategories__wrap{background-color:#f4f3f3;padding-right:18px}.MainCategories-module-scss-module__vJWYma__MainCategories.MainCategories-module-scss-module__vJWYma__skeletonScrolled .MainCategories-module-scss-module__vJWYma__MainCategories__wrap .MainCategories-module-scss-module__vJWYma__MainCategories__wrapInner .MainCategories-module-scss-module__vJWYma__links{background-color:#0000;align-items:center;gap:12px;padding:0}.MainCategories-module-scss-module__vJWYma__MainCategories.MainCategories-module-scss-module__vJWYma__skeletonScrolled .MainCategories-module-scss-module__vJWYma__MainCategories__wrap .MainCategories-module-scss-module__vJWYma__MainCategories__wrapInner .MainCategories-module-scss-module__vJWYma__links .MainCategories-module-scss-module__vJWYma__skeletonLink{background:var(--white);width:112px!important;height:18px!important}.MainCategories-module-scss-module__vJWYma__MainCategories.MainCategories-module-scss-module__vJWYma__hideInSupplierInnerPage{display:none}.MainCategories-module-scss-module__vJWYma__MainCategories_groupOrder{top:124px}.MainCategories-module-scss-module__vJWYma__MainCategories .MainCategories-module-scss-module__vJWYma__skeletonLink{border-radius:24px;width:124px;height:28px}@media only screen and (max-width:768px){.MainCategories-module-scss-module__vJWYma__MainCategories .MainCategories-module-scss-module__vJWYma__skeletonLink{width:100%}.MainCategories-module-scss-module__vJWYma__MainCategories .MainCategories-module-scss-module__vJWYma__skeletonLink:last-child{grid-column:span 2;justify-content:center}}.MainCategories-module-scss-module__vJWYma__MainCategories .MainCategories-module-scss-module__vJWYma__rowSkeleton{border-radius:0;align-items:center;gap:12px;width:100%;height:28px;padding:0 20px;display:flex}.MainCategories-module-scss-module__vJWYma__MainCategories .MainCategories-module-scss-module__vJWYma__rowSkeleton .MainCategories-module-scss-module__vJWYma__whiteBack{background:var(--white);width:112px;height:18px}.MainCategories-module-scss-module__vJWYma__MainCategories__wrap{justify-content:center;margin-top:28px;display:flex}@media only screen and (max-width:1260px){.MainCategories-module-scss-module__vJWYma__MainCategories__wrap{margin-top:0}}.MainCategories-module-scss-module__vJWYma__MainCategories__wrapInner{position:relative}@media only screen and (max-width:992px){.MainCategories-module-scss-module__vJWYma__MainCategories__wrapInner{width:100%}}@media only screen and (min-width:1260px){.MainCategories-module-scss-module__vJWYma__MainCategories.MainCategories-module-scss-module__vJWYma__scrolled{background-color:#f5f5f5;flex-direction:row;justify-content:flex-end;align-items:center;height:28px;position:fixed}.MainCategories-module-scss-module__vJWYma__MainCategories.MainCategories-module-scss-module__vJWYma__scrolled .MainCategories-module-scss-module__vJWYma__MainCategories__wrap{z-index:2;margin-top:0}.MainCategories-module-scss-module__vJWYma__MainCategories.MainCategories-module-scss-module__vJWYma__scrolled .MainCategories-module-scss-module__vJWYma__links{background:0 0;padding:0 12px 0 0}.MainCategories-module-scss-module__vJWYma__MainCategories.MainCategories-module-scss-module__vJWYma__scrolled .MainCategories-module-scss-module__vJWYma__links .MainCategories-module-scss-module__vJWYma__link{gap:4px;padding:4px 6px;background:0 0!important}.MainCategories-module-scss-module__vJWYma__MainCategories.MainCategories-module-scss-module__vJWYma__scrolled .MainCategories-module-scss-module__vJWYma__links .MainCategories-module-scss-module__vJWYma__link:hover,.MainCategories-module-scss-module__vJWYma__MainCategories.MainCategories-module-scss-module__vJWYma__scrolled .MainCategories-module-scss-module__vJWYma__links .MainCategories-module-scss-module__vJWYma__link.MainCategories-module-scss-module__vJWYma__active{background:#f8f0f6!important}.MainCategories-module-scss-module__vJWYma__MainCategories.MainCategories-module-scss-module__vJWYma__scrolled .MainCategories-module-scss-module__vJWYma__links .MainCategories-module-scss-module__vJWYma__link .MainCategories-module-scss-module__vJWYma__image{width:12px}.MainCategories-module-scss-module__vJWYma__MainCategories.MainCategories-module-scss-module__vJWYma__scrolled .MainCategories-module-scss-module__vJWYma__links .MainCategories-module-scss-module__vJWYma__link .MainCategories-module-scss-module__vJWYma__text{font-size:10.28px;line-height:10.97px}.MainCategories-module-scss-module__vJWYma__MainCategories.MainCategories-module-scss-module__vJWYma__scrolled .MainCategories-module-scss-module__vJWYma__linkDropdown{top:40px;right:16px}}@media only screen and (max-width:1260px){.MainCategories-module-scss-module__vJWYma__MainCategories.MainCategories-module-scss-module__vJWYma__scrolled,.MainCategories-module-scss-module__vJWYma__MainCategories.MainCategories-module-scss-module__vJWYma__MainCategoriesOneLine{position:sticky;top:98px;box-shadow:0 0 8px #0000001f}.MainCategories-module-scss-module__vJWYma__MainCategories.MainCategories-module-scss-module__vJWYma__scrolled .MainCategories-module-scss-module__vJWYma__links,.MainCategories-module-scss-module__vJWYma__MainCategories.MainCategories-module-scss-module__vJWYma__MainCategoriesOneLine .MainCategories-module-scss-module__vJWYma__links{flex-wrap:nowrap;justify-content:flex-start;gap:16px 4px;padding:8px 16px;display:flex;overflow:auto}.MainCategories-module-scss-module__vJWYma__MainCategories.MainCategories-module-scss-module__vJWYma__scrolled .MainCategories-module-scss-module__vJWYma__links::-webkit-scrollbar{display:none}.MainCategories-module-scss-module__vJWYma__MainCategories.MainCategories-module-scss-module__vJWYma__MainCategoriesOneLine .MainCategories-module-scss-module__vJWYma__links::-webkit-scrollbar{display:none}.MainCategories-module-scss-module__vJWYma__MainCategories.MainCategories-module-scss-module__vJWYma__scrolled .MainCategories-module-scss-module__vJWYma__links .MainCategories-module-scss-module__vJWYma__link,.MainCategories-module-scss-module__vJWYma__MainCategories.MainCategories-module-scss-module__vJWYma__MainCategoriesOneLine .MainCategories-module-scss-module__vJWYma__links .MainCategories-module-scss-module__vJWYma__link{border:0;flex:none;transition:all}.MainCategories-module-scss-module__vJWYma__MainCategories.MainCategories-module-scss-module__vJWYma__scrolled .MainCategories-module-scss-module__vJWYma__MainCategories__submenu,.MainCategories-module-scss-module__vJWYma__MainCategories.MainCategories-module-scss-module__vJWYma__MainCategoriesOneLine .MainCategories-module-scss-module__vJWYma__MainCategories__submenu{display:none}.MainCategories-module-scss-module__vJWYma__MainCategories.MainCategories-module-scss-module__vJWYma__scrolled .MainCategories-module-scss-module__vJWYma__linkDropdown{top:54px}.MainCategories-module-scss-module__vJWYma__MainCategories .MainCategories-module-scss-module__vJWYma__linkDropdown{top:70px}.MainCategories-module-scss-module__vJWYma__MainCategories.MainCategories-module-scss-module__vJWYma__MainCategoriesOneLine .MainCategories-module-scss-module__vJWYma__linkDropdown{top:54px}}@media only screen and (max-width:992px){.MainCategories-module-scss-module__vJWYma__MainCategories.MainCategories-module-scss-module__vJWYma__MainCategoriesOneLine .MainCategories-module-scss-module__vJWYma__MainCategories__wrap{justify-content:flex-start}}@media only screen and (max-width:768px){.MainCategories-module-scss-module__vJWYma__MainCategories .MainCategories-module-scss-module__vJWYma__linkDropdown{top:164px}}.MainCategories-module-scss-module__vJWYma__MainCategories .MainCategories-module-scss-module__vJWYma__links{z-index:1;background-color:#fff;flex-wrap:wrap;justify-content:center;gap:4px;width:100%;height:100%;margin:auto;padding:30px 0;display:flex;position:relative}@media only screen and (max-width:1260px){.MainCategories-module-scss-module__vJWYma__MainCategories .MainCategories-module-scss-module__vJWYma__links{padding:30px 16px}}@media only screen and (max-width:768px){.MainCategories-module-scss-module__vJWYma__MainCategories .MainCategories-module-scss-module__vJWYma__links{grid-template-columns:repeat(2,1fr);gap:16px 8px;padding:30px 16px 16px;display:grid}}.MainCategories-module-scss-module__vJWYma__MainCategories .MainCategories-module-scss-module__vJWYma__links .MainCategories-module-scss-module__vJWYma__link{cursor:pointer;background:0 0;border-radius:24px;align-items:center;gap:6px;padding:4px 16px 4px 12px;transition:all .2s;display:flex;position:relative}@media only screen and (max-width:1260px){.MainCategories-module-scss-module__vJWYma__MainCategories .MainCategories-module-scss-module__vJWYma__links .MainCategories-module-scss-module__vJWYma__link{border:solid 1px var(--gray)}}@media only screen and (max-width:768px){.MainCategories-module-scss-module__vJWYma__MainCategories .MainCategories-module-scss-module__vJWYma__links .MainCategories-module-scss-module__vJWYma__link:last-child{grid-column:span 2;justify-content:center}}.MainCategories-module-scss-module__vJWYma__MainCategories .MainCategories-module-scss-module__vJWYma__links .MainCategories-module-scss-module__vJWYma__link:hover,.MainCategories-module-scss-module__vJWYma__MainCategories .MainCategories-module-scss-module__vJWYma__links .MainCategories-module-scss-module__vJWYma__link.MainCategories-module-scss-module__vJWYma__active{background:var(--pink-light)}.MainCategories-module-scss-module__vJWYma__MainCategories .MainCategories-module-scss-module__vJWYma__links .MainCategories-module-scss-module__vJWYma__link:hover .MainCategories-module-scss-module__vJWYma__image,.MainCategories-module-scss-module__vJWYma__MainCategories .MainCategories-module-scss-module__vJWYma__links .MainCategories-module-scss-module__vJWYma__link.MainCategories-module-scss-module__vJWYma__active .MainCategories-module-scss-module__vJWYma__image{filter:brightness(0)saturate()invert(17%)sepia(48%)saturate(5106%)hue-rotate(327deg)brightness(93%)contrast(91%)}.MainCategories-module-scss-module__vJWYma__MainCategories .MainCategories-module-scss-module__vJWYma__links .MainCategories-module-scss-module__vJWYma__link:hover .MainCategories-module-scss-module__vJWYma__text,.MainCategories-module-scss-module__vJWYma__MainCategories .MainCategories-module-scss-module__vJWYma__links .MainCategories-module-scss-module__vJWYma__link.MainCategories-module-scss-module__vJWYma__active .MainCategories-module-scss-module__vJWYma__text{background:var(--pink-gradient);-webkit-text-fill-color:#0000;background-clip:text}.MainCategories-module-scss-module__vJWYma__MainCategories .MainCategories-module-scss-module__vJWYma__links .MainCategories-module-scss-module__vJWYma__link .MainCategories-module-scss-module__vJWYma__image{filter:none;object-fit:contain;width:20px;max-height:20px}.MainCategories-module-scss-module__vJWYma__MainCategories .MainCategories-module-scss-module__vJWYma__links .MainCategories-module-scss-module__vJWYma__link .MainCategories-module-scss-module__vJWYma__text{text-transform:capitalize;letter-spacing:0;background:var(--primary-text-color);-webkit-text-fill-color:#0000;background-clip:text;font-size:15px;font-weight:600;line-height:16px;transition:all .2s ease-out}@media only screen and (max-width:768px){.MainCategories-module-scss-module__vJWYma__MainCategories .MainCategories-module-scss-module__vJWYma__links .MainCategories-module-scss-module__vJWYma__link .MainCategories-module-scss-module__vJWYma__text{font-size:12px;line-height:16px}}.MainCategories-module-scss-module__vJWYma__CategoryLabel{border-radius:6px;align-items:center;gap:4px;padding:3px 8px;display:flex;position:absolute;top:8px;left:8px}.MainCategories-module-scss-module__vJWYma__CategoryLabel span{color:var(--white);font-size:13px;font-weight:700;line-height:20px}@media only screen and (max-width:1260px){.MainCategories-module-scss-module__vJWYma__CategoryLabel{border-radius:4px;padding:5px 6px;top:6px;left:6px}.MainCategories-module-scss-module__vJWYma__CategoryLabel span{font-size:10px;font-weight:700;line-height:15px}}.MainCategories-module-scss-module__vJWYma__linkDropdown{cursor:auto;z-index:2;position:absolute;top:70px;right:-10px}@media only screen and (max-width:1260px){.MainCategories-module-scss-module__vJWYma__linkDropdown{right:16px}}.MainCategories-module-scss-module__vJWYma__linkDropdown__content{background-color:var(--white);border-radius:16px;flex-direction:column;gap:8px;width:210px;padding:12px 12px 20px;transition:all .3s;display:none;box-shadow:0 0 6px #44475b29}@media only screen and (max-width:768px){.MainCategories-module-scss-module__vJWYma__linkDropdown__content{width:180px}}.MainCategories-module-scss-module__vJWYma__linkDropdown__content.MainCategories-module-scss-module__vJWYma__active{display:flex}.MainCategories-module-scss-module__vJWYma__linkDropdown__content .MainCategories-module-scss-module__vJWYma__linkDropdown__item{background-color:var(--white);border:1px solid #ececeb;border-radius:100px;transition:border-color .3s,background-color .3s}.MainCategories-module-scss-module__vJWYma__linkDropdown__content .MainCategories-module-scss-module__vJWYma__linkDropdown__item:hover{background-color:var(--pink-light);border-color:var(--pink)}.MainCategories-module-scss-module__vJWYma__linkDropdown__content .MainCategories-module-scss-module__vJWYma__linkDropdown__link{letter-spacing:0;align-items:center;gap:8px;padding:6px 16px 6px 8px;font-size:13px;font-weight:400;line-height:24px;display:flex}@media only screen and (max-width:768px){.MainCategories-module-scss-module__vJWYma__linkDropdown__content .MainCategories-module-scss-module__vJWYma__linkDropdown__link{font-size:12px}}.MainCategories-module-scss-module__vJWYma__linkDropdown__content .MainCategories-module-scss-module__vJWYma__linkDropdown__link img{object-fit:cover;background-color:#d8d8d8;border-radius:50%;display:block;overflow:hidden}
.ShopProduct-module-scss-module__9O54rW__ShopProduct{width:196px;height:100%;box-shadow:var(--gray-shadow-1);border-radius:16px;flex-direction:column;justify-content:space-between;display:flex;position:relative}.ShopProduct-module-scss-module__9O54rW__ShopProduct .ShopProduct-module-scss-module__9O54rW__imageWrapper{cursor:pointer;border-radius:16px;height:100%;display:flex;overflow:hidden}.ShopProduct-module-scss-module__9O54rW__ShopProduct .ShopProduct-module-scss-module__9O54rW__imageWrapper .ShopProduct-module-scss-module__9O54rW__image{object-fit:contain;object-position:center center;cursor:pointer;width:100%;height:189px}.ShopProduct-module-scss-module__9O54rW__ShopProduct .ShopProduct-module-scss-module__9O54rW__imageWrapper .ShopProduct-module-scss-module__9O54rW__RestaurantImage{object-fit:cover}.ShopProduct-module-scss-module__9O54rW__ShopProduct .ShopProduct-module-scss-module__9O54rW__details{flex-direction:column;flex-grow:1;justify-content:space-between;padding-bottom:8px;padding-left:12px;padding-right:12px;display:flex}.ShopProduct-module-scss-module__9O54rW__ShopProduct .ShopProduct-module-scss-module__9O54rW__details .ShopProduct-module-scss-module__9O54rW__info .ShopProduct-module-scss-module__9O54rW__name{color:var(--primary-text-color);cursor:pointer;text-overflow:ellipsis;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;margin-top:12px;margin-bottom:5px;font-size:15px;line-height:20px;display:-webkit-box;overflow:hidden}.ShopProduct-module-scss-module__9O54rW__ShopProduct .ShopProduct-module-scss-module__9O54rW__details .ShopProduct-module-scss-module__9O54rW__info .ShopProduct-module-scss-module__9O54rW__name:hover{text-decoration:underline}.ShopProduct-module-scss-module__9O54rW__ShopProduct .ShopProduct-module-scss-module__9O54rW__details .ShopProduct-module-scss-module__9O54rW__info .ShopProduct-module-scss-module__9O54rW__supplier{letter-spacing:.1px;color:var(--text-muted);margin-bottom:16px;font-size:13px;line-height:20px}
.Image-module-scss-module__2wgsmW__Image{cursor:pointer;border-radius:16px;height:100%;max-height:195px;overflow:hidden}.Image-module-scss-module__2wgsmW__Image img{object-fit:contain;width:100%;height:195px}@media only screen and (max-width:1260px){.Image-module-scss-module__2wgsmW__Image{max-height:100px}.Image-module-scss-module__2wgsmW__Image img{height:100px}}
.Info-module-scss-module__CroKuW__Info{flex-direction:column;flex-grow:1;gap:8px;padding:12px 12px 6px;display:flex}.Info-module-scss-module__CroKuW__Info .Info-module-scss-module__CroKuW__name{color:var(--primary-text-color);cursor:pointer;text-overflow:ellipsis;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;font-size:16.16px;font-weight:600;line-height:20px;display:-webkit-box;overflow:hidden}.Info-module-scss-module__CroKuW__Info .Info-module-scss-module__CroKuW__name:hover{text-decoration:underline}.Info-module-scss-module__CroKuW__Info .Info-module-scss-module__CroKuW__supplier,.Info-module-scss-module__CroKuW__Info .Info-module-scss-module__CroKuW__description{color:var(--text-muted);letter-spacing:.1px;text-overflow:ellipsis;-webkit-box-orient:vertical;font-size:14px;font-weight:400;line-height:20px;display:-webkit-box;overflow:hidden}.Info-module-scss-module__CroKuW__Info .Info-module-scss-module__CroKuW__supplier{-webkit-line-clamp:1;line-clamp:1;max-width:max-content}.Info-module-scss-module__CroKuW__Info .Info-module-scss-module__CroKuW__supplier:hover{color:var(--primary-text-color)}.Info-module-scss-module__CroKuW__Info .Info-module-scss-module__CroKuW__description{-webkit-line-clamp:2;line-clamp:2}@media only screen and (max-width:1260px){.Info-module-scss-module__CroKuW__Info{gap:4px;padding:8px 8px 6px}.Info-module-scss-module__CroKuW__Info .Info-module-scss-module__CroKuW__name{font-size:14px}.Info-module-scss-module__CroKuW__Info .Info-module-scss-module__CroKuW__name:hover{-webkit-text-decoration:unset;text-decoration:unset}.Info-module-scss-module__CroKuW__Info .Info-module-scss-module__CroKuW__supplier:hover{color:var(--text-muted)}}
.Price-module-scss-module__6ugGtq__Price{flex-direction:column;gap:3px;display:flex}.Price-module-scss-module__6ugGtq__Price .Price-module-scss-module__6ugGtq__pseudo{color:var(--text-muted);font-size:12px}.Price-module-scss-module__6ugGtq__Price .Price-module-scss-module__6ugGtq__current{color:var(--primary-text-color);align-items:center;gap:4px;font-size:16px;font-weight:700;display:flex}.Price-module-scss-module__6ugGtq__Price .Price-module-scss-module__6ugGtq__current.Price-module-scss-module__6ugGtq__withDiscount{color:var(--pink)}.Price-module-scss-module__6ugGtq__Price .Price-module-scss-module__6ugGtq__current .Price-module-scss-module__6ugGtq__unit{font-size:10px;font-weight:400}@media only screen and (max-width:1260px){.Price-module-scss-module__6ugGtq__Price{flex-direction:row;align-items:center}.Price-module-scss-module__6ugGtq__Price .Price-module-scss-module__6ugGtq__pseudo{font-size:10px}.Price-module-scss-module__6ugGtq__Price .Price-module-scss-module__6ugGtq__current{font-size:14px}}
.Footer-module-scss-module__3mcCHq__Footer{background-color:var(--wite);justify-content:space-between;align-items:flex-end;padding:0 12px 12px;display:flex}.Footer-module-scss-module__3mcCHq__Footer .Footer-module-scss-module__3mcCHq__outOfStock{color:var(--yellow);font-size:16px;font-weight:600}.Footer-module-scss-module__3mcCHq__Footer .Footer-module-scss-module__3mcCHq__price{margin-bottom:4px}.Footer-module-scss-module__3mcCHq__Footer .Footer-module-scss-module__3mcCHq__unitPrice{display:none}@media only screen and (max-width:1260px){.Footer-module-scss-module__3mcCHq__Footer .Footer-module-scss-module__3mcCHq__unitPrice{font-size:14px;font-weight:600;display:block}}.Footer-module-scss-module__3mcCHq__Footer .Footer-module-scss-module__3mcCHq__unitPrice .Footer-module-scss-module__3mcCHq__unitMeasurement{color:var(--text-muted);font-size:10px;font-weight:400}.Footer-module-scss-module__3mcCHq__Footer .Footer-module-scss-module__3mcCHq__addToCartBtn{background-image:var(--pink-gradient);cursor:pointer;height:32px;color:var(--white);border:none;border-radius:100px;justify-content:center;align-items:center;gap:6px;padding:0 18px;transition:all .2s;display:flex;box-shadow:0 12px 16px -12px #cb34739a}.Footer-module-scss-module__3mcCHq__Footer .Footer-module-scss-module__3mcCHq__addToCartBtn:hover{opacity:.85;box-shadow:0 4px 10px -12px #cb347333}.Footer-module-scss-module__3mcCHq__Footer .Footer-module-scss-module__3mcCHq__addToCartBtn img{width:16px;height:16px}.Footer-module-scss-module__3mcCHq__Footer .Footer-module-scss-module__3mcCHq__addToCartBtn span{font-size:10px;font-weight:600}.Footer-module-scss-module__3mcCHq__Footer .Footer-module-scss-module__3mcCHq__addToCartBtn:disabled{cursor:default}@media only screen and (max-width:1260px){.Footer-module-scss-module__3mcCHq__Footer{flex-direction:column;align-items:center;gap:8px;padding:0 8px 8px}.Footer-module-scss-module__3mcCHq__Footer .Footer-module-scss-module__3mcCHq__outOfStock{font-size:14px;font-weight:600}.Footer-module-scss-module__3mcCHq__Footer .Footer-module-scss-module__3mcCHq__price{width:100%;margin-bottom:0;display:flex}.Footer-module-scss-module__3mcCHq__Footer .Footer-module-scss-module__3mcCHq__addToCartBtn{box-shadow:none;background-image:none;background-color:var(--white-smoke);width:100%;padding:0}.Footer-module-scss-module__3mcCHq__Footer .Footer-module-scss-module__3mcCHq__addToCartBtn:hover{box-shadow:none;opacity:1}.Footer-module-scss-module__3mcCHq__Footer .Footer-module-scss-module__3mcCHq__addToCartBtn.Footer-module-scss-module__3mcCHq__outOfStock{background-color:#0000}}
.Product-module-scss-module__lwduJG__Product{border-radius:16px;flex-direction:column;justify-content:flex-end;width:300px;min-width:300px;height:100%;display:flex;position:relative;box-shadow:0 0 9px 4px #44475b14}@media only screen and (max-width:1260px){.Product-module-scss-module__lwduJG__Product{width:168px;min-width:168px}}
.ArticleSlider-module-scss-module__C_FVFG__ArticleSlider{height:100%;position:relative}.ArticleSlider-module-scss-module__C_FVFG__ArticleSlider:hover .ArticleSlider-module-scss-module__C_FVFG__sliderArrow{z-index:50;display:flex}.ArticleSlider-module-scss-module__C_FVFG__ArticleSlider .ArticleSlider-module-scss-module__C_FVFG__sliderArrow{display:none}.ArticleSlider-module-scss-module__C_FVFG__ArticleSlider .ArticleSlider-module-scss-module__C_FVFG__article{padding-right:24px;overflow:visible!important}.ArticleSlider-module-scss-module__C_FVFG__ArticleSlider .ArticleSlider-module-scss-module__C_FVFG__article.ArticleSlider-module-scss-module__C_FVFG__noBorder,.ArticleSlider-module-scss-module__C_FVFG__articleSkeleton{width:max-content!important}.ArticleSlider-module-scss-module__C_FVFG__articleSkeleton:last-child{padding-right:0}.ArticleSlider-module-scss-module__C_FVFG__skeletonContent{background:#fafafa;border-radius:16px;justify-content:center;align-items:flex-start;height:100%;padding-top:50px;display:flex}.ArticleSlider-module-scss-module__C_FVFG__skeletonContent.ArticleSlider-module-scss-module__C_FVFG__ShopProductSkeleton{width:196px}.ArticleSlider-module-scss-module__C_FVFG__skeletonContent.ArticleSlider-module-scss-module__C_FVFG__productSkeleton{width:300px}@media only screen and (max-width:1260px){.ArticleSlider-module-scss-module__C_FVFG__skeletonContent.ArticleSlider-module-scss-module__C_FVFG__productSkeleton{width:192px}}.ArticleSlider-module-scss-module__C_FVFG__skeletonContent img{width:100%;max-width:142px}
.Logo-module-scss-module__6YYq-a__Logo{order:1}.Logo-module-scss-module__6YYq-a__logoMobile{display:none}@media only screen and (max-width:1259px){.Logo-module-scss-module__6YYq-a__logoMobile{display:block}}.Logo-module-scss-module__6YYq-a__logoDesktop{display:block}@media only screen and (max-width:1259px){.Logo-module-scss-module__6YYq-a__logoDesktop{display:none}}
.AppStore-module-scss-module__R_TaFG__AppStore{background-color:var(--white-smoke);border-radius:12px;justify-content:center;align-items:center;width:164px;height:56px;display:flex;box-shadow:0 12px 16px -12px #cb347352}@media only screen and (max-width:640px){.AppStore-module-scss-module__R_TaFG__AppStore{border-radius:8px;width:128px;height:40px}.AppStore-module-scss-module__R_TaFG__AppStore svg{transform:scale(.7)}}@media only screen and (max-width:480px){.AppStore-module-scss-module__R_TaFG__AppStore{width:118px;height:36px}}
.GooglePlay-module-scss-module__k7L1aG__GooglePlay{background-color:var(--white-smoke);border-radius:12px;justify-content:center;align-items:center;width:164px;height:56px;display:flex;box-shadow:0 12px 16px -12px #cb347352}@media only screen and (max-width:640px){.GooglePlay-module-scss-module__k7L1aG__GooglePlay{border-radius:8px;width:128px;height:40px}.GooglePlay-module-scss-module__k7L1aG__GooglePlay svg{transform:scale(.7)}}@media only screen and (max-width:480px){.GooglePlay-module-scss-module__k7L1aG__GooglePlay{width:118px;height:36px}}
.Apps-module-scss-module__pFg7dW__Apps{order:4;gap:16px;display:flex}@media only screen and (max-width:1366px){.Apps-module-scss-module__pFg7dW__Apps{flex-direction:column}}@media only screen and (max-width:768px){.Apps-module-scss-module__pFg7dW__Apps{flex-direction:row;flex-grow:1;order:1;justify-content:flex-end}}@media only screen and (max-width:480px){.Apps-module-scss-module__pFg7dW__Apps{align-items:flex-end;gap:8px}}
.Link-module-scss-module__Smcm8G__Link a{color:var(--primary-text-color);font-size:16px;line-height:20px}.Link-module-scss-module__Smcm8G__Link a:hover{text-decoration:underline}@media only screen and (max-width:1366px){.Link-module-scss-module__Smcm8G__Link a{font-size:14px}}@media only screen and (max-width:768px){.Link-module-scss-module__Smcm8G__Link{text-align:center}}
.Links-module-scss-module__U3StPW__Links{grid-gap:16px;flex-grow:1;order:2;grid-template-columns:repeat(auto-fill,minmax(20%,1fr));display:grid}@media only screen and (max-width:1500px){.Links-module-scss-module__U3StPW__Links{grid-template-columns:repeat(auto-fill,minmax(25%,1fr))}}@media only screen and (max-width:1160px){.Links-module-scss-module__U3StPW__Links{grid-template-columns:repeat(auto-fill,minmax(33%,1fr))}}@media only screen and (max-width:768px){.Links-module-scss-module__U3StPW__Links{grid-template-columns:repeat(auto-fill,minmax(100%,1fr));gap:20px;width:100%}}
.CustomerSupport-module-scss-module__6IqJ6G__CustomerSupport{flex-direction:column;order:3;gap:12px;display:flex}.CustomerSupport-module-scss-module__6IqJ6G__CustomerSupport .CustomerSupport-module-scss-module__6IqJ6G__title,.CustomerSupport-module-scss-module__6IqJ6G__CustomerSupport .CustomerSupport-module-scss-module__6IqJ6G__phone{letter-spacing:.1px;font-size:16px}.CustomerSupport-module-scss-module__6IqJ6G__CustomerSupport .CustomerSupport-module-scss-module__6IqJ6G__title{color:var(--text-muted)}.CustomerSupport-module-scss-module__6IqJ6G__CustomerSupport .CustomerSupport-module-scss-module__6IqJ6G__phone{color:var(--primary-text-color)}.CustomerSupport-module-scss-module__6IqJ6G__CustomerSupport .CustomerSupport-module-scss-module__6IqJ6G__phone:first-child:after{content:"|";color:var(--primary-text-color);margin:0 10px}.CustomerSupport-module-scss-module__6IqJ6G__CustomerSupport .CustomerSupport-module-scss-module__6IqJ6G__phone:hover{text-decoration:underline}.CustomerSupport-module-scss-module__6IqJ6G__CustomerSupport .CustomerSupport-module-scss-module__6IqJ6G__phoneWrap{display:flex}@media only screen and (max-width:1366px){.CustomerSupport-module-scss-module__6IqJ6G__CustomerSupport .CustomerSupport-module-scss-module__6IqJ6G__title,.CustomerSupport-module-scss-module__6IqJ6G__CustomerSupport .CustomerSupport-module-scss-module__6IqJ6G__phone{flex:none;font-size:14px}}@media only screen and (max-width:768px){.CustomerSupport-module-scss-module__6IqJ6G__CustomerSupport{flex-flow:wrap;justify-content:center;width:100%}}
.Social-module-scss-module__t8ZdRa__Social{gap:18px;display:flex}
.Footer-module-scss-module__YZTaGW__Footer{border-top:1px solid var(--white-smoke);background-color:var(--gray-light);flex-direction:column;align-items:center;width:100%;display:flex}.Footer-module-scss-module__YZTaGW__Footer .Footer-module-scss-module__YZTaGW__topSection,.Footer-module-scss-module__YZTaGW__Footer .Footer-module-scss-module__YZTaGW__bottomSection{width:100%;max-width:1920px}.Footer-module-scss-module__YZTaGW__Footer .Footer-module-scss-module__YZTaGW__topSection{align-items:self-start;gap:32px;padding:32px 24px;display:flex}.Footer-module-scss-module__YZTaGW__Footer .Footer-module-scss-module__YZTaGW__divider{border-top:1px solid var(--white-smoke);width:100%}.Footer-module-scss-module__YZTaGW__Footer .Footer-module-scss-module__YZTaGW__bottomSection{justify-content:space-between;align-items:center;padding:18px 24px;display:flex}.Footer-module-scss-module__YZTaGW__Footer .Footer-module-scss-module__YZTaGW__bottomSection .Footer-module-scss-module__YZTaGW__copyright{color:var(--gray-dark);letter-spacing:1.2px;font-size:12px}.Footer-module-scss-module__YZTaGW__Footer .Footer-module-scss-module__YZTaGW__bottomSection .Footer-module-scss-module__YZTaGW__copyright .Footer-module-scss-module__YZTaGW__sign{margin-right:2px;line-height:1;display:inline-block}@media only screen and (max-width:768px){.Footer-module-scss-module__YZTaGW__Footer{margin-bottom:64px}.Footer-module-scss-module__YZTaGW__Footer .Footer-module-scss-module__YZTaGW__topSection{flex-wrap:wrap}}@media only screen and (max-width:640px){.Footer-module-scss-module__YZTaGW__Footer .Footer-module-scss-module__YZTaGW__topSection{gap:16px;padding:24px 20px}.Footer-module-scss-module__YZTaGW__Footer .Footer-module-scss-module__YZTaGW__bottomSection{padding:12px 20px}}
.CourierTrackingMap-module-scss-module__j9rKLa__courierTrackingMap{margin-top:24px}.CourierTrackingMap-module-scss-module__j9rKLa__courierTrackingMap .CourierTrackingMap-module-scss-module__j9rKLa__addressWrap{justify-content:space-between;gap:16px;display:flex}.CourierTrackingMap-module-scss-module__j9rKLa__courierTrackingMap .CourierTrackingMap-module-scss-module__j9rKLa__addressWrap .CourierTrackingMap-module-scss-module__j9rKLa__address{align-items:center;padding:0 8px;display:flex}.CourierTrackingMap-module-scss-module__j9rKLa__courierTrackingMap .CourierTrackingMap-module-scss-module__j9rKLa__addressWrap .CourierTrackingMap-module-scss-module__j9rKLa__address .CourierTrackingMap-module-scss-module__j9rKLa__text{text-overflow:ellipsis;-webkit-line-clamp:1;-webkit-box-orient:vertical;font-size:11px;font-weight:400;display:-webkit-box;overflow:hidden}.CourierTrackingMap-module-scss-module__j9rKLa__courierTrackingMap .CourierTrackingMap-module-scss-module__j9rKLa__map{margin-top:8px}.CourierTrackingMap-module-scss-module__j9rKLa__courierTrackingMap .CourierTrackingMap-module-scss-module__j9rKLa__loader{background-image:url(/mapBlured.png);justify-content:center;align-items:center;gap:12px;width:100%;height:200px;display:flex}.CourierTrackingMap-module-scss-module__j9rKLa__courierTrackingMap .CourierTrackingMap-module-scss-module__j9rKLa__loader .CourierTrackingMap-module-scss-module__j9rKLa__dot{background-color:var(--pink-light);border-radius:50%;width:8px;height:8px;animation:1.4s ease-in-out infinite CourierTrackingMap-module-scss-module__j9rKLa__dotPulse}.CourierTrackingMap-module-scss-module__j9rKLa__courierTrackingMap .CourierTrackingMap-module-scss-module__j9rKLa__loader .CourierTrackingMap-module-scss-module__j9rKLa__dot:first-child{animation-delay:0s}.CourierTrackingMap-module-scss-module__j9rKLa__courierTrackingMap .CourierTrackingMap-module-scss-module__j9rKLa__loader .CourierTrackingMap-module-scss-module__j9rKLa__dot:nth-child(2){animation-delay:.2s}.CourierTrackingMap-module-scss-module__j9rKLa__courierTrackingMap .CourierTrackingMap-module-scss-module__j9rKLa__loader .CourierTrackingMap-module-scss-module__j9rKLa__dot:nth-child(3){animation-delay:.4s}@keyframes CourierTrackingMap-module-scss-module__j9rKLa__dotPulse{0%{background-color:var(--pink)}33%{background-color:var(--pink-light)}to{background-color:var(--pink-light)}}
.styles-module-scss-module__rKS9Pq__courierTrackingWrap{border-top:1px solid #f4f3f3;margin-top:12px;margin-bottom:24px;padding-top:16px}
.Product-module-scss-module__XQInKG__Product{box-shadow:var(--gray-shadow-1);border-radius:16px;flex-direction:column;justify-content:flex-end;width:308px;height:330px;display:flex;position:relative}.Product-module-scss-module__XQInKG__Product.Product-module-scss-module__XQInKG__withVariableWidth{width:100%;min-width:285px}.Product-module-scss-module__XQInKG__Product.Product-module-scss-module__XQInKG__isMinWidthUnset{width:100%;min-width:0}@media only screen and (max-width:1260px){.Product-module-scss-module__XQInKG__Product{width:168px;height:240px;box-shadow:0 1px 7px #44475b1f}.Product-module-scss-module__XQInKG__Product.Product-module-scss-module__XQInKG__withVariableWidth{width:100%;min-width:168px}}@media only screen and (max-width:375px){.Product-module-scss-module__XQInKG__Product.Product-module-scss-module__XQInKG__withVariableWidth{min-width:139px}}
.RestaurantProductSkeleton-module-scss-module__oE7fzW__RestaurantProductSkeleton{background-color:var(--white);border-radius:16px;height:330px;padding:12px;box-shadow:0 6px 20px #44475b1f}.RestaurantProductSkeleton-module-scss-module__oE7fzW__RestaurantProductSkeleton .RestaurantProductSkeleton-module-scss-module__oE7fzW__skeleton{border-radius:16px;height:212px}
.styles-module-scss-module__iT1gwa__ShopAchievements{gap:24px;display:flex}.styles-module-scss-module__iT1gwa__ShopAchievements.styles-module-scss-module__iT1gwa__isClosed.styles-module-scss-module__iT1gwa__smallSize{justify-content:unset}.styles-module-scss-module__iT1gwa__ShopAchievements.styles-module-scss-module__iT1gwa__smallSize{justify-content:space-between;padding:0 16px}.styles-module-scss-module__iT1gwa__ShopAchievements.styles-module-scss-module__iT1gwa__smallSize .styles-module-scss-module__iT1gwa__achievement{gap:4px}.styles-module-scss-module__iT1gwa__ShopAchievements.styles-module-scss-module__iT1gwa__smallSize .styles-module-scss-module__iT1gwa__achievement span{font-size:13px}.styles-module-scss-module__iT1gwa__ShopAchievements.styles-module-scss-module__iT1gwa__normalSize .styles-module-scss-module__iT1gwa__achievement{gap:8px}.styles-module-scss-module__iT1gwa__ShopAchievements.styles-module-scss-module__iT1gwa__normalSize .styles-module-scss-module__iT1gwa__achievement span{font-size:15px}.styles-module-scss-module__iT1gwa__ShopAchievements.styles-module-scss-module__iT1gwa__justifyEvenly{justify-content:space-evenly}.styles-module-scss-module__iT1gwa__ShopAchievements.styles-module-scss-module__iT1gwa__whiteColorScheme>*{color:var(--white)}.styles-module-scss-module__iT1gwa__ShopAchievements.styles-module-scss-module__iT1gwa__grayColorScheme>*{color:var(--primary-text-color)}.styles-module-scss-module__iT1gwa__ShopAchievements .styles-module-scss-module__iT1gwa__achievement{align-items:center;gap:8px;display:flex}.styles-module-scss-module__iT1gwa__ShopAchievements .styles-module-scss-module__iT1gwa__achievement span{line-height:1;display:inline-block}.styles-module-scss-module__iT1gwa__ShopAchievements .styles-module-scss-module__iT1gwa__achievement.styles-module-scss-module__iT1gwa__duration svg{margin-bottom:3px}.styles-module-scss-module__iT1gwa__ShopAchievements .styles-module-scss-module__iT1gwa__achievement.styles-module-scss-module__iT1gwa__cost{gap:0}.styles-module-scss-module__iT1gwa__ShopAchievements .styles-module-scss-module__iT1gwa__achievement.styles-module-scss-module__iT1gwa__cost span{opacity:.5;font-weight:600}.styles-module-scss-module__iT1gwa__ShopAchievements .styles-module-scss-module__iT1gwa__achievement.styles-module-scss-module__iT1gwa__cost span.styles-module-scss-module__iT1gwa__active{opacity:1}
.ShopCategoryItem-module-scss-module__uJkU8q__ShopCategoryItem{background-color:var(--gray-light);cursor:pointer;border:1px solid #0000;border-radius:16px;flex-direction:column;justify-content:center;align-items:center;gap:4px;height:108px;padding:12px 16px;display:flex;position:relative;box-shadow:0 2px 5px #44475b1f}.ShopCategoryItem-module-scss-module__uJkU8q__ShopCategoryItem:hover{background-color:var(--pink-light)}.ShopCategoryItem-module-scss-module__uJkU8q__ShopCategoryItem.ShopCategoryItem-module-scss-module__uJkU8q__isSelected{border-color:var(--pink);background-color:var(--pink-light)}.ShopCategoryItem-module-scss-module__uJkU8q__ShopCategoryItem.ShopCategoryItem-module-scss-module__uJkU8q__isSelected .ShopCategoryItem-module-scss-module__uJkU8q__name{color:var(--pink)}.ShopCategoryItem-module-scss-module__uJkU8q__ShopCategoryItem .ShopCategoryItem-module-scss-module__uJkU8q__image{object-fit:contain;pointer-events:none;-webkit-user-select:none;user-select:none}.ShopCategoryItem-module-scss-module__uJkU8q__ShopCategoryItem .ShopCategoryItem-module-scss-module__uJkU8q__name{color:var(--primary-text-color);-webkit-user-select:none;user-select:none;text-align:center;white-space:nowrap;text-overflow:ellipsis;max-width:100%;font-size:15px;line-height:24px;overflow:hidden}@media only screen and (max-width:1259px){.ShopCategoryItem-module-scss-module__uJkU8q__ShopCategoryItem{border-radius:12px;flex:0 0 116px;max-width:116px;height:96px;padding:8px 12px}.ShopCategoryItem-module-scss-module__uJkU8q__ShopCategoryItem .ShopCategoryItem-module-scss-module__uJkU8q__name{font-size:12px;line-height:20px}}
.ShopHiddenCategories-module-scss-module__q0YfVq__ShopHiddenCategories{background-color:var(--gray-light);cursor:pointer;border:1px solid #0000;border-radius:16px;flex-direction:column;justify-content:space-between;align-items:center;width:145px;min-width:145px;height:108px;padding:12px 16px;display:flex;position:relative;box-shadow:0 2px 5px #44475b1f}.ShopHiddenCategories-module-scss-module__q0YfVq__ShopHiddenCategories:hover{background-color:var(--pink-light)}.ShopHiddenCategories-module-scss-module__q0YfVq__ShopHiddenCategories.ShopHiddenCategories-module-scss-module__q0YfVq__isSelected{border-color:var(--pink);background-color:var(--pink-light)}.ShopHiddenCategories-module-scss-module__q0YfVq__ShopHiddenCategories .ShopHiddenCategories-module-scss-module__q0YfVq__count{color:var(--primary-text-color);-webkit-user-select:none;user-select:none;text-align:center;white-space:nowrap;font-family:Montserrat arm,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;font-size:14px;font-weight:600}@media only screen and (max-width:1619px){.ShopHiddenCategories-module-scss-module__q0YfVq__ShopHiddenCategories{width:132px;min-width:132px}}@media only screen and (max-width:1259px){.ShopHiddenCategories-module-scss-module__q0YfVq__ShopHiddenCategories .ShopHiddenCategories-module-scss-module__q0YfVq__count{font-size:12px}}
.ShopCategories-module-scss-module__hX6akq__ShopCategories{border-bottom:1px solid var(--white-smoke);grid-template-columns:repeat(auto-fill,minmax(154px,1fr));gap:16px;max-width:1620px;margin:0 auto;padding:24px;transition:all .3s;display:grid;-ms-overflow-style:none!important;scrollbar-width:none!important}.ShopCategories-module-scss-module__hX6akq__ShopCategories::-webkit-scrollbar{display:none}@media only screen and (max-width:1619px){.ShopCategories-module-scss-module__hX6akq__ShopCategories{gap:16px}}@media only screen and (max-width:1260px){.ShopCategories-module-scss-module__hX6akq__ShopCategories{border-bottom:none;max-width:100%;margin-left:0;margin-right:0;padding-top:16px;padding-left:16px;padding-right:16px;display:flex;overflow-x:auto}}
.Footer-module-scss-module__rLseQq__FooterRestaurant{justify-content:space-between;align-items:flex-end;display:flex}@media only screen and (max-width:1260px){.Footer-module-scss-module__rLseQq__FooterRestaurant{flex-direction:column;align-items:center}.Footer-module-scss-module__rLseQq__FooterRestaurant .Footer-module-scss-module__rLseQq__price{width:100%;display:flex}}.Footer-module-scss-module__rLseQq__Footer,.Footer-module-scss-module__rLseQq__FooterRestaurant{background-color:var(--wite)}.Footer-module-scss-module__rLseQq__Footer .Footer-module-scss-module__rLseQq__outOfStock,.Footer-module-scss-module__rLseQq__FooterRestaurant .Footer-module-scss-module__rLseQq__outOfStock{color:var(--yellow);font-size:16px;font-weight:600}.Footer-module-scss-module__rLseQq__Footer .Footer-module-scss-module__rLseQq__unitPrice,.Footer-module-scss-module__rLseQq__FooterRestaurant .Footer-module-scss-module__rLseQq__unitPrice{display:none}@media only screen and (max-width:1260px){.Footer-module-scss-module__rLseQq__Footer .Footer-module-scss-module__rLseQq__unitPrice,.Footer-module-scss-module__rLseQq__FooterRestaurant .Footer-module-scss-module__rLseQq__unitPrice{font-size:14px;font-weight:600;display:block}}.Footer-module-scss-module__rLseQq__Footer .Footer-module-scss-module__rLseQq__unitPrice .Footer-module-scss-module__rLseQq__unitMeasurement,.Footer-module-scss-module__rLseQq__FooterRestaurant .Footer-module-scss-module__rLseQq__unitPrice .Footer-module-scss-module__rLseQq__unitMeasurement{color:var(--text-muted);font-size:10px;font-weight:400}.Footer-module-scss-module__rLseQq__Footer .Footer-module-scss-module__rLseQq__price,.Footer-module-scss-module__rLseQq__FooterRestaurant .Footer-module-scss-module__rLseQq__price{margin-bottom:4px}@media only screen and (max-width:1260px){.Footer-module-scss-module__rLseQq__Footer .Footer-module-scss-module__rLseQq__price,.Footer-module-scss-module__rLseQq__FooterRestaurant .Footer-module-scss-module__rLseQq__price{align-items:center}}.Footer-module-scss-module__rLseQq__Footer .Footer-module-scss-module__rLseQq__price .Footer-module-scss-module__rLseQq__pseudo,.Footer-module-scss-module__rLseQq__FooterRestaurant .Footer-module-scss-module__rLseQq__price .Footer-module-scss-module__rLseQq__pseudo{color:var(--text-muted);font-size:14px}.Footer-module-scss-module__rLseQq__Footer .Footer-module-scss-module__rLseQq__price .Footer-module-scss-module__rLseQq__footerForGiftCardType,.Footer-module-scss-module__rLseQq__FooterRestaurant .Footer-module-scss-module__rLseQq__price .Footer-module-scss-module__rLseQq__footerForGiftCardType{color:var(--primary-text-color);letter-spacing:1.5px;font-size:13px;font-style:normal;font-weight:400;line-height:24px}.Footer-module-scss-module__rLseQq__Footer .Footer-module-scss-module__rLseQq__price .Footer-module-scss-module__rLseQq__footerForGiftCardType.Footer-module-scss-module__rLseQq__lastLetter,.Footer-module-scss-module__rLseQq__FooterRestaurant .Footer-module-scss-module__rLseQq__price .Footer-module-scss-module__rLseQq__footerForGiftCardType.Footer-module-scss-module__rLseQq__lastLetter{color:var(--gray);padding:0}.Footer-module-scss-module__rLseQq__Footer .Footer-module-scss-module__rLseQq__price .Footer-module-scss-module__rLseQq__current,.Footer-module-scss-module__rLseQq__FooterRestaurant .Footer-module-scss-module__rLseQq__price .Footer-module-scss-module__rLseQq__current{color:var(--primary-text-color);align-items:center;gap:4px;font-size:17px;font-weight:700;line-height:24px;display:flex}.Footer-module-scss-module__rLseQq__Footer .Footer-module-scss-module__rLseQq__price .Footer-module-scss-module__rLseQq__current.Footer-module-scss-module__rLseQq__withDiscount,.Footer-module-scss-module__rLseQq__FooterRestaurant .Footer-module-scss-module__rLseQq__price .Footer-module-scss-module__rLseQq__current.Footer-module-scss-module__rLseQq__withDiscount{color:var(--pink)}.Footer-module-scss-module__rLseQq__Footer .Footer-module-scss-module__rLseQq__price .Footer-module-scss-module__rLseQq__current .Footer-module-scss-module__rLseQq__unit,.Footer-module-scss-module__rLseQq__FooterRestaurant .Footer-module-scss-module__rLseQq__price .Footer-module-scss-module__rLseQq__current .Footer-module-scss-module__rLseQq__unit{font-size:10px;font-weight:400;line-height:20px}.Footer-module-scss-module__rLseQq__Footer .Footer-module-scss-module__rLseQq__addToCartBtn,.Footer-module-scss-module__rLseQq__FooterRestaurant .Footer-module-scss-module__rLseQq__addToCartBtn{background-image:var(--pink-gradient);cursor:pointer;width:100%;height:32px;color:var(--white);border:none;border-radius:100px;justify-content:center;align-items:center;gap:6px;padding:0 18px;transition:all .2s;display:flex;box-shadow:0 12px 16px -12px #cb34739a}.Footer-module-scss-module__rLseQq__Footer .Footer-module-scss-module__rLseQq__addToCartBtn:hover,.Footer-module-scss-module__rLseQq__FooterRestaurant .Footer-module-scss-module__rLseQq__addToCartBtn:hover{opacity:.85;box-shadow:0 4px 10px -12px #cb347333}.Footer-module-scss-module__rLseQq__Footer .Footer-module-scss-module__rLseQq__addToCartBtn img,.Footer-module-scss-module__rLseQq__FooterRestaurant .Footer-module-scss-module__rLseQq__addToCartBtn img{width:16px;height:16px}.Footer-module-scss-module__rLseQq__Footer .Footer-module-scss-module__rLseQq__addToCartBtn span,.Footer-module-scss-module__rLseQq__FooterRestaurant .Footer-module-scss-module__rLseQq__addToCartBtn span{font-size:10px;font-weight:600}.Footer-module-scss-module__rLseQq__Footer .Footer-module-scss-module__rLseQq__addToCartBtn:disabled,.Footer-module-scss-module__rLseQq__FooterRestaurant .Footer-module-scss-module__rLseQq__addToCartBtn:disabled{cursor:default}.Footer-module-scss-module__rLseQq__FooterRestaurant .Footer-module-scss-module__rLseQq__addToCartBtn{width:auto}@media only screen and (max-width:1260px){.Footer-module-scss-module__rLseQq__FooterRestaurant .Footer-module-scss-module__rLseQq__addToCartBtn{box-shadow:none;background-image:none;background-color:var(--white-smoke);width:100%;padding:0}.Footer-module-scss-module__rLseQq__Footer{flex-direction:column;align-items:center;gap:8px;padding-bottom:8px}.Footer-module-scss-module__rLseQq__Footer .Footer-module-scss-module__rLseQq__outOfStock{font-size:14px;font-weight:600}.Footer-module-scss-module__rLseQq__Footer .Footer-module-scss-module__rLseQq__price{width:100%;margin-bottom:0;display:flex}.Footer-module-scss-module__rLseQq__Footer .Footer-module-scss-module__rLseQq__addToCartBtn{box-shadow:none;background-image:none;background-color:var(--white-smoke);width:100%;padding:0}.Footer-module-scss-module__rLseQq__Footer .Footer-module-scss-module__rLseQq__addToCartBtn:hover{box-shadow:none;opacity:1}.Footer-module-scss-module__rLseQq__Footer .Footer-module-scss-module__rLseQq__addToCartBtn.Footer-module-scss-module__rLseQq__outOfStock{background-color:#0000}}
.ShopProduct-module-scss-module__Xy0AoG__ShopProduct{width:100%;height:330px;box-shadow:var(--gray-shadow-1);border-radius:16px;flex-direction:column;justify-content:space-between;display:flex;position:relative}@media only screen and (max-width:1260px){.ShopProduct-module-scss-module__Xy0AoG__ShopProduct{height:100%;box-shadow:initial;border:1px solid #ececeb}}.ShopProduct-module-scss-module__Xy0AoG__ShopProduct.ShopProduct-module-scss-module__Xy0AoG__productSimilar_popup{width:100%;height:234px;box-shadow:0 4.31px 14.35px #44475b1f}.ShopProduct-module-scss-module__Xy0AoG__ShopProduct.ShopProduct-module-scss-module__Xy0AoG__productSimilar_popup .ShopProduct-module-scss-module__Xy0AoG__imageWrapper .ShopProduct-module-scss-module__Xy0AoG__image{object-fit:cover;width:100%;height:134px}.ShopProduct-module-scss-module__Xy0AoG__ShopProduct.ShopProduct-module-scss-module__Xy0AoG__productSimilar_popup .ShopProduct-module-scss-module__Xy0AoG__details .ShopProduct-module-scss-module__Xy0AoG__info .ShopProduct-module-scss-module__Xy0AoG__name{font-size:12px;font-weight:400;line-height:14px}.ShopProduct-module-scss-module__Xy0AoG__ShopProduct.ShopProduct-module-scss-module__Xy0AoG__productSimilar_popup .ShopProduct-module-scss-module__Xy0AoG__details .ShopProduct-module-scss-module__Xy0AoG__info .ShopProduct-module-scss-module__Xy0AoG__supplier{letter-spacing:.04px;margin-bottom:8px;font-size:10px;font-weight:400;line-height:12px}.ShopProduct-module-scss-module__Xy0AoG__ShopProduct.ShopProduct-module-scss-module__Xy0AoG__productSimilar_page{width:100%}.ShopProduct-module-scss-module__Xy0AoG__ShopProduct .ShopProduct-module-scss-module__Xy0AoG__imageWrapper{cursor:pointer;border-radius:16px;height:100%;display:flex;overflow:hidden}@media only screen and (max-width:1260px){.ShopProduct-module-scss-module__Xy0AoG__ShopProduct .ShopProduct-module-scss-module__Xy0AoG__imageWrapper{max-height:136px}}.ShopProduct-module-scss-module__Xy0AoG__ShopProduct .ShopProduct-module-scss-module__Xy0AoG__imageWrapper .ShopProduct-module-scss-module__Xy0AoG__image{object-fit:contain;object-position:center center;cursor:pointer;width:100%;height:189px}@media only screen and (max-width:1260px){.ShopProduct-module-scss-module__Xy0AoG__ShopProduct .ShopProduct-module-scss-module__Xy0AoG__imageWrapper .ShopProduct-module-scss-module__Xy0AoG__image{height:100%}}.ShopProduct-module-scss-module__Xy0AoG__ShopProduct .ShopProduct-module-scss-module__Xy0AoG__details{flex-direction:column;flex-grow:1;justify-content:space-between;padding-bottom:8px;padding-left:12px;padding-right:12px;display:flex}.ShopProduct-module-scss-module__Xy0AoG__ShopProduct .ShopProduct-module-scss-module__Xy0AoG__details .ShopProduct-module-scss-module__Xy0AoG__info .ShopProduct-module-scss-module__Xy0AoG__name{color:var(--primary-text-color);cursor:pointer;text-overflow:ellipsis;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;font-size:16.16px;font-weight:600;line-height:20px;display:-webkit-box;overflow:hidden}.ShopProduct-module-scss-module__Xy0AoG__ShopProduct .ShopProduct-module-scss-module__Xy0AoG__details .ShopProduct-module-scss-module__Xy0AoG__info .ShopProduct-module-scss-module__Xy0AoG__name:hover{text-decoration:underline}.ShopProduct-module-scss-module__Xy0AoG__ShopProduct .ShopProduct-module-scss-module__Xy0AoG__details .ShopProduct-module-scss-module__Xy0AoG__info .ShopProduct-module-scss-module__Xy0AoG__supplier{color:var(--text-muted);letter-spacing:.1px;text-overflow:ellipsis;-webkit-line-clamp:1;line-clamp:1;-webkit-box-orient:vertical;max-width:max-content;font-size:14px;font-weight:400;line-height:20px;display:-webkit-box;overflow:hidden}.ShopProduct-module-scss-module__Xy0AoG__ShopProduct .ShopProduct-module-scss-module__Xy0AoG__details .ShopProduct-module-scss-module__Xy0AoG__info .ShopProduct-module-scss-module__Xy0AoG__supplier:hover{color:var(--primary-text-color)}.ShopProduct-module-scss-module__Xy0AoG__ShopProduct .ShopProduct-module-scss-module__Xy0AoG__details .ShopProduct-module-scss-module__Xy0AoG__info .ShopProduct-module-scss-module__Xy0AoG__brandName{letter-spacing:.1px;text-transform:uppercase;color:#226ee0;margin-bottom:16px;font-size:13px;font-weight:600;line-height:20px;text-decoration:underline}.ShopProduct-module-scss-module__Xy0AoG__ShopProduct .ShopProduct-module-scss-module__Xy0AoG__details .ShopProduct-module-scss-module__Xy0AoG__footerForGiftCardType{color:var(--primary-text-color);letter-spacing:1.5px;font-size:13px;font-style:normal;font-weight:500;line-height:24px}.ShopProduct-module-scss-module__Xy0AoG__ShopProduct .ShopProduct-module-scss-module__Xy0AoG__details .ShopProduct-module-scss-module__Xy0AoG__footerForGiftCardType .ShopProduct-module-scss-module__Xy0AoG__lastLetter{color:var(--gray);padding:0}.ShopProduct-module-scss-module__Xy0AoG__ShopProduct_colorCont{cursor:pointer;justify-content:flex-start;gap:5px;display:flex}.ShopProduct-module-scss-module__Xy0AoG__ShopProduct_colorBtn{background-color:var(--gray-bright);color:#000;text-align:center;width:20px;height:20px;font-size:10px;font-weight:400;line-height:20px}.ShopProduct-module-scss-module__Xy0AoG__ShopProduct_colorItem{border:1px solid var(--white-smoke);width:20px;height:20px}.ShopProduct-module-scss-module__Xy0AoG__ShopProduct_colorItem:first-child{outline:1px solid var(--primary-text-color);border:none}@media only screen and (max-width:544px){.ShopProduct-module-scss-module__Xy0AoG__ShopProduct{width:100%}}
.styles-module-scss-module__mMd2eW__RestaurantAchievements{gap:8px;display:flex}.styles-module-scss-module__mMd2eW__RestaurantAchievements.styles-module-scss-module__mMd2eW__isClosed.styles-module-scss-module__mMd2eW__smallSize{justify-content:unset}.styles-module-scss-module__mMd2eW__RestaurantAchievements.styles-module-scss-module__mMd2eW__smallSize{justify-content:space-between;padding:0 16px}.styles-module-scss-module__mMd2eW__RestaurantAchievements.styles-module-scss-module__mMd2eW__smallSize .styles-module-scss-module__mMd2eW__achievement{gap:2px}.styles-module-scss-module__mMd2eW__RestaurantAchievements.styles-module-scss-module__mMd2eW__smallSize .styles-module-scss-module__mMd2eW__achievement span{font-size:13px}.styles-module-scss-module__mMd2eW__RestaurantAchievements.styles-module-scss-module__mMd2eW__normalSize .styles-module-scss-module__mMd2eW__achievement{gap:8px}.styles-module-scss-module__mMd2eW__RestaurantAchievements.styles-module-scss-module__mMd2eW__normalSize .styles-module-scss-module__mMd2eW__achievement span{font-size:15px}.styles-module-scss-module__mMd2eW__RestaurantAchievements.styles-module-scss-module__mMd2eW__justifyEvenly{justify-content:space-evenly}.styles-module-scss-module__mMd2eW__RestaurantAchievements.styles-module-scss-module__mMd2eW__whiteColorScheme>*{color:var(--white)}.styles-module-scss-module__mMd2eW__RestaurantAchievements.styles-module-scss-module__mMd2eW__grayColorScheme>*{color:var(--primary-text-color)}.styles-module-scss-module__mMd2eW__RestaurantAchievements .styles-module-scss-module__mMd2eW__linkDisable{pointer-events:none}.styles-module-scss-module__mMd2eW__RestaurantAchievements .styles-module-scss-module__mMd2eW__achievement{align-items:center;gap:8px;display:flex}.styles-module-scss-module__mMd2eW__RestaurantAchievements .styles-module-scss-module__mMd2eW__achievement a{align-items:center;gap:4px;display:flex}.styles-module-scss-module__mMd2eW__RestaurantAchievements .styles-module-scss-module__mMd2eW__achievement span{font-size:13px;line-height:16px;display:inline-block}.styles-module-scss-module__mMd2eW__RestaurantAchievements .styles-module-scss-module__mMd2eW__achievement.styles-module-scss-module__mMd2eW__duration svg{margin-bottom:3px}.styles-module-scss-module__mMd2eW__RestaurantAchievements .styles-module-scss-module__mMd2eW__achievement.styles-module-scss-module__mMd2eW__cost{gap:0}.styles-module-scss-module__mMd2eW__RestaurantAchievements .styles-module-scss-module__mMd2eW__achievement.styles-module-scss-module__mMd2eW__cost span{opacity:.5;font-weight:600}.styles-module-scss-module__mMd2eW__RestaurantAchievements .styles-module-scss-module__mMd2eW__achievement.styles-module-scss-module__mMd2eW__cost span.styles-module-scss-module__mMd2eW__active{opacity:1}
.BannerSlider-module-scss-module__3iVAva__BannerSlider{align-items:center;height:100%;position:relative}.BannerSlider-module-scss-module__3iVAva__BannerSlider .BannerSlider-module-scss-module__3iVAva__dotsContainer{display:none}.BannerSlider-module-scss-module__3iVAva__BannerSlider:hover .BannerSlider-module-scss-module__3iVAva__sliderArrow{display:flex}.BannerSlider-module-scss-module__3iVAva__BannerSlider.BannerSlider-module-scss-module__3iVAva__BannerSliderHome{padding:0 16px}.BannerSlider-module-scss-module__3iVAva__BannerSlider .BannerSlider-module-scss-module__3iVAva__sliderArrow{display:none}.BannerSlider-module-scss-module__3iVAva__BannerSlider .BannerSlider-module-scss-module__3iVAva__mainSlide{padding-bottom:20px}.BannerSlider-module-scss-module__3iVAva__BannerSlider__wrap{border-radius:20px;height:100%}.BannerSlider-module-scss-module__3iVAva__BannerSlider__wrap img{border-radius:20px;max-height:100%}.BannerSlider-module-scss-module__3iVAva__BannerSlider__buttonWrap{flex-direction:column;gap:8px;display:flex;position:absolute;bottom:46px;left:48px}@media only screen and (max-width:768px){.BannerSlider-module-scss-module__3iVAva__BannerSlider__buttonWrap{bottom:28px;left:12px}}.BannerSlider-module-scss-module__3iVAva__BannerSlider__button{letter-spacing:0;cursor:pointer;border:none;border-radius:60px;min-width:156px;padding:10px 20px;font-size:13px;font-weight:600;line-height:20px;transition:all .2s ease-out;transform:translateY(0);box-shadow:0 4px 10px -12px #cb347333}.BannerSlider-module-scss-module__3iVAva__BannerSlider__button:hover{transform:translateY(-2px);box-shadow:0 5px 20px #00000026}@media only screen and (max-width:768px){.BannerSlider-module-scss-module__3iVAva__BannerSlider__button{min-width:120px;padding:8px 16px;font-size:10px;line-height:16px}}.BannerSlider-module-scss-module__3iVAva__BannerSlider__button.BannerSlider-module-scss-module__3iVAva__black{color:#fff;background-color:#36373c}.BannerSlider-module-scss-module__3iVAva__BannerSlider__button.BannerSlider-module-scss-module__3iVAva__white{color:var(--pink);background-color:#f8f0f6}.BannerSlider-module-scss-module__3iVAva__BannerSlider__button.BannerSlider-module-scss-module__3iVAva__red{background-color:var(--pink);color:#fff}.BannerSlider-module-scss-module__3iVAva__BannerSlider__text{letter-spacing:.2px;color:#686973;text-align:right;margin-top:2px;padding-right:8px;font-size:13px;font-weight:500;line-height:20px}@media only screen and (max-width:768px){.BannerSlider-module-scss-module__3iVAva__BannerSlider__text{letter-spacing:.2px;margin-top:1px;font-size:8px;line-height:11.8px}}.BannerSlider-module-scss-module__3iVAva__BannerSlider .BannerSlider-module-scss-module__3iVAva__title{z-index:2;background-color:var(--white);pointer-events:none;-webkit-user-select:none;user-select:none;border-radius:4px;padding:4px 16px;display:none;position:absolute;box-shadow:0 0 6px #44475b29,0 16px 16px -12px #44475b29}.BannerSlider-module-scss-module__3iVAva__BannerSlider .BannerSlider-module-scss-module__3iVAva__title span{color:var(--text-muted);white-space:nowrap;font-size:12px}.BannerSlider-module-scss-module__3iVAva__BannerSlider .BannerSlider-module-scss-module__3iVAva__slide{outline:none}.BannerSlider-module-scss-module__3iVAva__BannerSlider .BannerSlider-module-scss-module__3iVAva__slide img{object-fit:cover;object-position:center center;width:100%;height:100%;position:static!important}.BannerSlider-module-scss-module__3iVAva__BannerSlider .BannerSlider-module-scss-module__3iVAva__supermarkets{pointer-events:none;justify-content:center;gap:30px;height:max-content;margin-left:auto;margin-right:auto;display:flex;position:absolute;bottom:18px;left:0;right:0}.BannerSlider-module-scss-module__3iVAva__BannerSlider .BannerSlider-module-scss-module__3iVAva__supermarkets .BannerSlider-module-scss-module__3iVAva__supermarket{pointer-events:all;position:relative;cursor:pointer!important}.BannerSlider-module-scss-module__3iVAva__BannerSlider .BannerSlider-module-scss-module__3iVAva__supermarkets .BannerSlider-module-scss-module__3iVAva__supermarket .BannerSlider-module-scss-module__3iVAva__workingTime{justify-content:center;align-items:center;gap:6px;margin-left:auto;margin-right:auto;display:flex;position:absolute;bottom:14px;left:0;right:0}.BannerSlider-module-scss-module__3iVAva__BannerSlider .BannerSlider-module-scss-module__3iVAva__supermarkets .BannerSlider-module-scss-module__3iVAva__supermarket .BannerSlider-module-scss-module__3iVAva__workingTime .BannerSlider-module-scss-module__3iVAva__icon{width:24px;height:24px}.BannerSlider-module-scss-module__3iVAva__BannerSlider .BannerSlider-module-scss-module__3iVAva__supermarkets .BannerSlider-module-scss-module__3iVAva__supermarket .BannerSlider-module-scss-module__3iVAva__workingTime .BannerSlider-module-scss-module__3iVAva__hours{color:var(--white);letter-spacing:.5px;margin-top:2px;font-size:14px}.BannerSlider-module-scss-module__3iVAva__BannerSlider .BannerSlider-module-scss-module__3iVAva__pharmacies{pointer-events:none;flex:1;order:-1;justify-content:center;gap:16px;padding:0 16px;display:flex}.BannerSlider-module-scss-module__3iVAva__BannerSlider .BannerSlider-module-scss-module__3iVAva__pharmacies .BannerSlider-module-scss-module__3iVAva__comingSoon{letter-spacing:1px;text-transform:uppercase;flex-direction:column;justify-content:center;align-items:center;gap:16px;padding:16px 8px 8px;font-size:24px;font-weight:500;line-height:18.5px;display:flex}@media only screen and (max-width:768px){.BannerSlider-module-scss-module__3iVAva__BannerSlider .BannerSlider-module-scss-module__3iVAva__pharmacies .BannerSlider-module-scss-module__3iVAva__comingSoon{gap:0;padding:4px;font-size:12px}}.BannerSlider-module-scss-module__3iVAva__BannerSlider .BannerSlider-module-scss-module__3iVAva__pharmacies .BannerSlider-module-scss-module__3iVAva__comingSoon .BannerSlider-module-scss-module__3iVAva__dots svg{width:40px;height:8px}@media only screen and (max-width:768px){.BannerSlider-module-scss-module__3iVAva__BannerSlider .BannerSlider-module-scss-module__3iVAva__pharmacies .BannerSlider-module-scss-module__3iVAva__comingSoon .BannerSlider-module-scss-module__3iVAva__dots svg{width:24px}}.BannerSlider-module-scss-module__3iVAva__BannerSlider .BannerSlider-module-scss-module__3iVAva__pharmacies .BannerSlider-module-scss-module__3iVAva__pharmacy{pointer-events:all;background:var(--white);border-radius:16px;flex:1;height:136px;transition:all .2s ease-out;position:relative;overflow:hidden;box-shadow:0 6px 20px #44475b1f;cursor:pointer!important}@media only screen and (max-width:768px){.BannerSlider-module-scss-module__3iVAva__BannerSlider .BannerSlider-module-scss-module__3iVAva__pharmacies .BannerSlider-module-scss-module__3iVAva__pharmacy{border-radius:8px}}.BannerSlider-module-scss-module__3iVAva__BannerSlider .BannerSlider-module-scss-module__3iVAva__pharmacies .BannerSlider-module-scss-module__3iVAva__pharmacy:hover{transform:translateY(-2px);box-shadow:0 5px 20px #00000026}.BannerSlider-module-scss-module__3iVAva__BannerSlider .BannerSlider-module-scss-module__3iVAva__pharmacies .BannerSlider-module-scss-module__3iVAva__pharmacy .BannerSlider-module-scss-module__3iVAva__logo{object-fit:cover;width:100%;height:100%}.BannerSlider-module-scss-module__3iVAva__BannerSlider .BannerSlider-module-scss-module__3iVAva__pharmacies .BannerSlider-module-scss-module__3iVAva__pharmacy .BannerSlider-module-scss-module__3iVAva__workingTime{color:var(--white);justify-content:center;align-items:center;gap:6px;margin-left:auto;margin-right:auto;display:flex;position:absolute;bottom:14px;left:0;right:0}.BannerSlider-module-scss-module__3iVAva__BannerSlider .BannerSlider-module-scss-module__3iVAva__pharmacies .BannerSlider-module-scss-module__3iVAva__pharmacy .BannerSlider-module-scss-module__3iVAva__workingTime.BannerSlider-module-scss-module__3iVAva__workingTimePharmacies{color:var(--black)}.BannerSlider-module-scss-module__3iVAva__BannerSlider .BannerSlider-module-scss-module__3iVAva__pharmacies .BannerSlider-module-scss-module__3iVAva__pharmacy .BannerSlider-module-scss-module__3iVAva__workingTime .BannerSlider-module-scss-module__3iVAva__icon{width:24px;height:24px;fill:var(--white);margin-left:-5px}.BannerSlider-module-scss-module__3iVAva__BannerSlider .BannerSlider-module-scss-module__3iVAva__pharmacies .BannerSlider-module-scss-module__3iVAva__pharmacy .BannerSlider-module-scss-module__3iVAva__workingTime .BannerSlider-module-scss-module__3iVAva__hours{letter-spacing:.5px;white-space:nowrap;margin-top:2px;font-size:14px;line-height:1}.BannerSlider-module-scss-module__3iVAva__BannerSlider .BannerSlider-module-scss-module__3iVAva__links{pointer-events:none;gap:30px;width:93%;margin:0 auto;display:grid;position:absolute;bottom:18px;left:0;right:0}.BannerSlider-module-scss-module__3iVAva__BannerSlider .BannerSlider-module-scss-module__3iVAva__links .BannerSlider-module-scss-module__3iVAva__link{background:var(--gray-light);cursor:pointer;pointer-events:all;border-radius:16px;flex-direction:column;justify-content:center;align-items:center;gap:16px;width:100%;height:192px;display:flex;box-shadow:0 6px 20px #44475b1f}.BannerSlider-module-scss-module__3iVAva__BannerSlider .BannerSlider-module-scss-module__3iVAva__links .BannerSlider-module-scss-module__3iVAva__link .BannerSlider-module-scss-module__3iVAva__image{object-fit:contain;width:152px;height:112px}.BannerSlider-module-scss-module__3iVAva__BannerSlider .BannerSlider-module-scss-module__3iVAva__links .BannerSlider-module-scss-module__3iVAva__link .BannerSlider-module-scss-module__3iVAva__text{color:var(--primary-text-color);text-transform:uppercase;letter-spacing:3.5px;font-size:100%;font-weight:600}@media only screen and (max-width:1366px){.BannerSlider-module-scss-module__3iVAva__BannerSlider .BannerSlider-module-scss-module__3iVAva__links{gap:14px;width:98%;height:max-content}.BannerSlider-module-scss-module__3iVAva__BannerSlider .BannerSlider-module-scss-module__3iVAva__links .BannerSlider-module-scss-module__3iVAva__link{height:82px;box-shadow:none;border-radius:8px;flex-direction:column;grid-column:span 3;justify-content:flex-end;align-items:center;gap:6px;display:flex}.BannerSlider-module-scss-module__3iVAva__BannerSlider .BannerSlider-module-scss-module__3iVAva__links .BannerSlider-module-scss-module__3iVAva__link .BannerSlider-module-scss-module__3iVAva__image{width:62px;height:46px;margin-right:12px}.BannerSlider-module-scss-module__3iVAva__BannerSlider .BannerSlider-module-scss-module__3iVAva__links .BannerSlider-module-scss-module__3iVAva__link .BannerSlider-module-scss-module__3iVAva__text{letter-spacing:1.75px;text-align:center;width:100%;padding-left:12px;padding-right:12px;font-size:85%}.BannerSlider-module-scss-module__3iVAva__BannerSlider .BannerSlider-module-scss-module__3iVAva__links .BannerSlider-module-scss-module__3iVAva__link:first-child,.BannerSlider-module-scss-module__3iVAva__BannerSlider .BannerSlider-module-scss-module__3iVAva__links .BannerSlider-module-scss-module__3iVAva__link:nth-child(2){align-items:flex-end}.BannerSlider-module-scss-module__3iVAva__BannerSlider .BannerSlider-module-scss-module__3iVAva__links .BannerSlider-module-scss-module__3iVAva__link:first-child .BannerSlider-module-scss-module__3iVAva__text,.BannerSlider-module-scss-module__3iVAva__BannerSlider .BannerSlider-module-scss-module__3iVAva__links .BannerSlider-module-scss-module__3iVAva__link:nth-child(2) .BannerSlider-module-scss-module__3iVAva__text{text-align:left}}@media only screen and (max-width:1260px){.BannerSlider-module-scss-module__3iVAva__BannerSlider .BannerSlider-module-scss-module__3iVAva__supermarkets .BannerSlider-module-scss-module__3iVAva__supermarket .BannerSlider-module-scss-module__3iVAva__workingTime .BannerSlider-module-scss-module__3iVAva__icon{width:18px;height:18px}}@media only screen and (max-width:768px){.BannerSlider-module-scss-module__3iVAva__BannerSlider .BannerSlider-module-scss-module__3iVAva__slide img{width:100%}.BannerSlider-module-scss-module__3iVAva__BannerSlider .BannerSlider-module-scss-module__3iVAva__title{display:none!important}.BannerSlider-module-scss-module__3iVAva__BannerSlider .BannerSlider-module-scss-module__3iVAva__links{width:calc(100% - 20px);top:unset;bottom:0;left:0;right:0;max-height:196px!important}.BannerSlider-module-scss-module__3iVAva__BannerSlider .BannerSlider-module-scss-module__3iVAva__links .BannerSlider-module-scss-module__3iVAva__link{align-items:center!important}.BannerSlider-module-scss-module__3iVAva__BannerSlider .BannerSlider-module-scss-module__3iVAva__links .BannerSlider-module-scss-module__3iVAva__link .BannerSlider-module-scss-module__3iVAva__text{text-align:center!important}.BannerSlider-module-scss-module__3iVAva__BannerSlider .BannerSlider-module-scss-module__3iVAva__pharmacies{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;padding:0 8px;display:grid}.BannerSlider-module-scss-module__3iVAva__BannerSlider .BannerSlider-module-scss-module__3iVAva__pharmacies .BannerSlider-module-scss-module__3iVAva__pharmacy{height:80px;box-shadow:0 3px 10px #44475b26}.BannerSlider-module-scss-module__3iVAva__BannerSlider .BannerSlider-module-scss-module__3iVAva__pharmacies .BannerSlider-module-scss-module__3iVAva__pharmacy.BannerSlider-module-scss-module__3iVAva__pharmacySkeleton{background:var(--white-smoke);box-shadow:initial}.BannerSlider-module-scss-module__3iVAva__BannerSlider .BannerSlider-module-scss-module__3iVAva__pharmacies .BannerSlider-module-scss-module__3iVAva__pharmacy .BannerSlider-module-scss-module__3iVAva__workingTime{bottom:8px}.BannerSlider-module-scss-module__3iVAva__BannerSlider .BannerSlider-module-scss-module__3iVAva__pharmacies .BannerSlider-module-scss-module__3iVAva__pharmacy .BannerSlider-module-scss-module__3iVAva__workingTime .BannerSlider-module-scss-module__3iVAva__icon{width:16px;height:16px}.BannerSlider-module-scss-module__3iVAva__BannerSlider .BannerSlider-module-scss-module__3iVAva__pharmacies .BannerSlider-module-scss-module__3iVAva__pharmacy .BannerSlider-module-scss-module__3iVAva__workingTime .BannerSlider-module-scss-module__3iVAva__hours{font-size:10px}.BannerSlider-module-scss-module__3iVAva__BannerSlider .BannerSlider-module-scss-module__3iVAva__supermarkets{gap:12px}.BannerSlider-module-scss-module__3iVAva__BannerSlider .BannerSlider-module-scss-module__3iVAva__supermarkets .BannerSlider-module-scss-module__3iVAva__supermarket{width:156px;height:80px}.BannerSlider-module-scss-module__3iVAva__BannerSlider .BannerSlider-module-scss-module__3iVAva__supermarkets .BannerSlider-module-scss-module__3iVAva__supermarket .BannerSlider-module-scss-module__3iVAva__workingTime{justify-content:center;align-items:center;gap:6px;margin-left:auto;margin-right:auto;display:flex;position:absolute;bottom:10px;left:0;right:0}.BannerSlider-module-scss-module__3iVAva__BannerSlider .BannerSlider-module-scss-module__3iVAva__supermarkets .BannerSlider-module-scss-module__3iVAva__supermarket .BannerSlider-module-scss-module__3iVAva__workingTime .BannerSlider-module-scss-module__3iVAva__hours{color:var(--white);letter-spacing:.3px;margin-top:2px;font-size:10px}}@media only screen and (max-width:480px){.BannerSlider-module-scss-module__3iVAva__BannerSlider .BannerSlider-module-scss-module__3iVAva__links{align-items:flex-end;gap:10px;max-height:73%;bottom:0}.BannerSlider-module-scss-module__3iVAva__BannerSlider .BannerSlider-module-scss-module__3iVAva__links .BannerSlider-module-scss-module__3iVAva__link .BannerSlider-module-scss-module__3iVAva__image{width:54px}.BannerSlider-module-scss-module__3iVAva__BannerSlider .BannerSlider-module-scss-module__3iVAva__links .BannerSlider-module-scss-module__3iVAva__link .BannerSlider-module-scss-module__3iVAva__text{font-size:70%}}
.BannerMappingProductPopover-module-scss-module__4Pj4Yq__BannerMappingProductPopover{background-color:var(--white);z-index:1;border-radius:18px;height:140px;padding:10px;position:fixed;box-shadow:0 6px 20px #44475b1f}.BannerMappingProductPopover-module-scss-module__4Pj4Yq__BannerMappingProductPopover:before{content:"";clip-path:polygon(100% 27%,0 0,100% 100%);background-color:var(--white);width:22px;height:28px;display:block;position:absolute;top:32px;left:-21px}.BannerMappingProductPopover-module-scss-module__4Pj4Yq__BannerMappingProductPopover.BannerMappingProductPopover-module-scss-module__4Pj4Yq__leftPos:before{left:unset;right:-21px;transform:rotateY(180deg)}.BannerMappingProductPopover-module-scss-module__4Pj4Yq__BannerMappingProductPopover .BannerMappingProductPopover-module-scss-module__4Pj4Yq__skeletons{gap:10px;display:flex}.BannerMappingProductPopover-module-scss-module__4Pj4Yq__BannerMappingProductPopover .BannerMappingProductPopover-module-scss-module__4Pj4Yq__skeletons .BannerMappingProductPopover-module-scss-module__4Pj4Yq__image{border-radius:16px;width:100%;max-width:120px;height:120px}.BannerMappingProductPopover-module-scss-module__4Pj4Yq__BannerMappingProductPopover .BannerMappingProductPopover-module-scss-module__4Pj4Yq__skeletons .BannerMappingProductPopover-module-scss-module__4Pj4Yq__info{flex-direction:column;gap:10px;width:100%;display:flex}.BannerMappingProductPopover-module-scss-module__4Pj4Yq__BannerMappingProductPopover .BannerMappingProductPopover-module-scss-module__4Pj4Yq__skeletons .BannerMappingProductPopover-module-scss-module__4Pj4Yq__info .BannerMappingProductPopover-module-scss-module__4Pj4Yq__name{height:20px}.BannerMappingProductPopover-module-scss-module__4Pj4Yq__BannerMappingProductPopover .BannerMappingProductPopover-module-scss-module__4Pj4Yq__skeletons .BannerMappingProductPopover-module-scss-module__4Pj4Yq__info .BannerMappingProductPopover-module-scss-module__4Pj4Yq__supplier{width:90%;height:20px}.BannerMappingProductPopover-module-scss-module__4Pj4Yq__BannerMappingProductPopover .BannerMappingProductPopover-module-scss-module__4Pj4Yq__product{gap:16px;padding-right:4px;display:flex}.BannerMappingProductPopover-module-scss-module__4Pj4Yq__BannerMappingProductPopover .BannerMappingProductPopover-module-scss-module__4Pj4Yq__product .BannerMappingProductPopover-module-scss-module__4Pj4Yq__image{object-fit:contain;object-position:center center;width:120px;height:120px}.BannerMappingProductPopover-module-scss-module__4Pj4Yq__BannerMappingProductPopover .BannerMappingProductPopover-module-scss-module__4Pj4Yq__product .BannerMappingProductPopover-module-scss-module__4Pj4Yq__info{position:relative;overflow:hidden}.BannerMappingProductPopover-module-scss-module__4Pj4Yq__BannerMappingProductPopover .BannerMappingProductPopover-module-scss-module__4Pj4Yq__product .BannerMappingProductPopover-module-scss-module__4Pj4Yq__info .BannerMappingProductPopover-module-scss-module__4Pj4Yq__name{color:var(--primary-text-color);white-space:nowrap;text-overflow:ellipsis;max-width:100%;font-size:15px;line-height:22px;overflow:hidden}.BannerMappingProductPopover-module-scss-module__4Pj4Yq__BannerMappingProductPopover .BannerMappingProductPopover-module-scss-module__4Pj4Yq__product .BannerMappingProductPopover-module-scss-module__4Pj4Yq__info .BannerMappingProductPopover-module-scss-module__4Pj4Yq__supplier{color:var(--text-muted);letter-spacing:.1px;text-transform:uppercase;white-space:nowrap;text-overflow:ellipsis;max-width:100%;margin-top:2px;font-size:12px;line-height:20px;overflow:hidden}.BannerMappingProductPopover-module-scss-module__4Pj4Yq__BannerMappingProductPopover .BannerMappingProductPopover-module-scss-module__4Pj4Yq__product .BannerMappingProductPopover-module-scss-module__4Pj4Yq__info .BannerMappingProductPopover-module-scss-module__4Pj4Yq__price{color:var(--pink);text-align:right;margin-top:6px;font-size:14px;font-weight:600;line-height:16px}.BannerMappingProductPopover-module-scss-module__4Pj4Yq__BannerMappingProductPopover .BannerMappingProductPopover-module-scss-module__4Pj4Yq__product .BannerMappingProductPopover-module-scss-module__4Pj4Yq__info .BannerMappingProductPopover-module-scss-module__4Pj4Yq__separator{border-top:1px solid var(--gray-bright);margin-top:12px}.BannerMappingProductPopover-module-scss-module__4Pj4Yq__BannerMappingProductPopover .BannerMappingProductPopover-module-scss-module__4Pj4Yq__product .BannerMappingProductPopover-module-scss-module__4Pj4Yq__info .BannerMappingProductPopover-module-scss-module__4Pj4Yq__seeMoreBtn{white-space:nowrap;letter-spacing:1.2px;text-transform:uppercase;cursor:pointer;color:var(--grey-dark);background-color:#0000;border:none;padding:0;font-size:12px;font-weight:600;line-height:12px;position:absolute;bottom:2px;right:0}.BannerMappingProductPopover-module-scss-module__4Pj4Yq__BannerMappingProductPopover .BannerMappingProductPopover-module-scss-module__4Pj4Yq__product .BannerMappingProductPopover-module-scss-module__4Pj4Yq__info .BannerMappingProductPopover-module-scss-module__4Pj4Yq__seeMoreBtn:hover{color:var(--pink)}
.BannerMapping-module-scss-module__2ip1cq__BannerMapping{cursor:pointer;z-index:1;justify-content:center;align-items:center;display:flex;position:absolute}.BannerMapping-module-scss-module__2ip1cq__BannerMapping .BannerMapping-module-scss-module__2ip1cq__circle{background-color:var(--white);border-radius:100px;justify-content:center;align-items:center;width:20px;height:20px;display:flex}.BannerMapping-module-scss-module__2ip1cq__BannerMapping .BannerMapping-module-scss-module__2ip1cq__circle .BannerMapping-module-scss-module__2ip1cq__inner{border:4px solid var(--pink);background-color:var(--pink);border-radius:100px;width:12px;height:12px;display:block}.BannerMapping-module-scss-module__2ip1cq__BannerMapping .BannerMapping-module-scss-module__2ip1cq__circle .BannerMapping-module-scss-module__2ip1cq__inner.BannerMapping-module-scss-module__2ip1cq__active{background-color:var(--white)}
.Banner-module-scss-module__1B20Nq__Banner{width:100%;height:100%;position:relative}.Banner-module-scss-module__1B20Nq__Banner img{object-fit:cover;object-position:left center;width:100%;height:100%}
.Subcategories-module-scss-module__tCU2mG__Subcategories{background-color:var(--white);border-radius:16px;flex-direction:column;gap:8px;width:200px;max-height:320px;padding:12px;display:flex;overflow:hidden auto;box-shadow:0 0 6px #44475b29,0 8px 12px -12px #44475b29}.Subcategories-module-scss-module__tCU2mG__Subcategories::-webkit-scrollbar{background-clip:padding-box;border:16px solid #0000;border-width:16px 2px;width:8px}.Subcategories-module-scss-module__tCU2mG__Subcategories::-webkit-scrollbar-thumb{background-clip:padding-box;border:16px solid #0000;border-width:16px 2px;width:8px}.Subcategories-module-scss-module__tCU2mG__Subcategories::-webkit-scrollbar-thumb{box-shadow:inset var(--text-muted)0 0 6px;overflow:hidden}.Subcategories-module-scss-module__tCU2mG__Subcategories::-webkit-scrollbar-thumb:hover{box-shadow:inset var(--primary-text-color)0 0 6px}.Subcategories-module-scss-module__tCU2mG__Subcategories .Subcategories-module-scss-module__tCU2mG__subcategory{border:1px solid var(--gray-bright);cursor:pointer;background-color:#0000;border-radius:100px;align-items:center;gap:8px;height:48px;padding:8px 12px;display:flex}.Subcategories-module-scss-module__tCU2mG__Subcategories .Subcategories-module-scss-module__tCU2mG__subcategory:hover{background-color:var(--pink-light)}.Subcategories-module-scss-module__tCU2mG__Subcategories .Subcategories-module-scss-module__tCU2mG__subcategory.Subcategories-module-scss-module__tCU2mG__isSelected{border-color:var(--pink);background-color:var(--pink-light)}.Subcategories-module-scss-module__tCU2mG__Subcategories .Subcategories-module-scss-module__tCU2mG__subcategory .Subcategories-module-scss-module__tCU2mG__image{object-fit:contain}.Subcategories-module-scss-module__tCU2mG__Subcategories .Subcategories-module-scss-module__tCU2mG__subcategory .Subcategories-module-scss-module__tCU2mG__name{color:var(--primary-text-color);white-space:nowrap;text-overflow:ellipsis;font-size:13px;line-height:16px;overflow-x:hidden}
.SubcategoriesTrigger-module-scss-module__gRWwGa__SubcategoriesTrigger{cursor:pointer;background-color:#0000;border:none;border-radius:100px;justify-content:center;align-items:center;width:32px;height:32px;display:flex;position:absolute;top:6px;right:6px}
.Restaurants-module-scss-module__iJTHGq__Restaurants{padding-bottom:80px}.Restaurants-module-scss-module__iJTHGq__Restaurants .Restaurants-module-scss-module__iJTHGq__catalogWrapper{padding-left:52px;padding-right:52px}@media only screen and (max-width:1260px){.Restaurants-module-scss-module__iJTHGq__Restaurants{padding-bottom:100px}.Restaurants-module-scss-module__iJTHGq__Restaurants .Restaurants-module-scss-module__iJTHGq__catalogWrapper{padding-left:2px;padding-right:2px}}@media only screen and (max-width:520px){.Restaurants-module-scss-module__iJTHGq__Restaurants{padding-bottom:88px}}
.styles-module-scss-module__e3kK1q__appleBtn{width:400px;max-width:100%;height:52px;color:var(--white);cursor:pointer;background-color:var(--black);border-radius:26px;justify-content:center;align-items:center;gap:6px;padding:8px 32px;font-size:15px;font-weight:600;line-height:24px;transition:all .2s;display:flex;box-shadow:0 12px 16px -12px #cb34739a}@media only screen and (max-width:1260px){.styles-module-scss-module__e3kK1q__appleBtn{width:100%;height:40px}}.styles-module-scss-module__e3kK1q__appleBtn:hover{box-shadow:none}.styles-module-scss-module__e3kK1q__appleBtn img{width:42px}
.RestaurantDepartments-module-scss-module__ZWmWMq__RestaurantDepartment{margin-bottom:24px;scroll-margin:126px}.RestaurantDepartments-module-scss-module__ZWmWMq__RestaurantDepartment .RestaurantDepartments-module-scss-module__ZWmWMq__title{letter-spacing:2px;color:#36373c;margin-top:32px;margin-bottom:24px;font-size:24px;font-weight:700;top:128px}.RestaurantDepartments-module-scss-module__ZWmWMq__RestaurantDepartment .RestaurantDepartments-module-scss-module__ZWmWMq__products{grid-template-columns:repeat(4,minmax(0,1fr));gap:24px;display:grid}.RestaurantDepartments-module-scss-module__ZWmWMq__RestaurantDepartment .RestaurantDepartments-module-scss-module__ZWmWMq__skeleton{border-radius:100px;width:112px;height:28px}@media only screen and (max-width:1620px){.RestaurantDepartments-module-scss-module__ZWmWMq__RestaurantDepartment .RestaurantDepartments-module-scss-module__ZWmWMq__products{grid-template-columns:repeat(3,minmax(0,1fr))}}@media only screen and (max-width:1260px){.RestaurantDepartments-module-scss-module__ZWmWMq__RestaurantDepartment .RestaurantDepartments-module-scss-module__ZWmWMq__products{grid-template-columns:repeat(4,minmax(0,1fr))}}@media only screen and (max-width:768px){.RestaurantDepartments-module-scss-module__ZWmWMq__RestaurantDepartment .RestaurantDepartments-module-scss-module__ZWmWMq__products{grid-template-columns:repeat(3,minmax(0,1fr))}}@media only screen and (max-width:544px){.RestaurantDepartments-module-scss-module__ZWmWMq__RestaurantDepartment .RestaurantDepartments-module-scss-module__ZWmWMq__products{grid-template-columns:repeat(2,minmax(0,1fr))}}
.Maqoor-module-scss-module__pr7hQq__maqoorWrapper{width:100%;max-width:1200px;margin:0 auto;padding:0 16px}.Maqoor-module-scss-module__pr7hQq__maqoorWrapper_full{background-color:var(--white-smoke2);width:100%}.Maqoor-module-scss-module__pr7hQq__maqoorWrapper_pb_240{padding-bottom:240px}@media only screen and (max-width:992px){.Maqoor-module-scss-module__pr7hQq__maqoorWrapper_pb_240{padding-bottom:190px}}
.CampaignExpirationTimer-module-scss-module___cAR4W__expirationWrap{width:296px}@media only screen and (max-width:1260px){.CampaignExpirationTimer-module-scss-module___cAR4W__expirationWrap{width:150px}}.CampaignExpirationTimer-module-scss-module___cAR4W__expirationWrap .CampaignExpirationTimer-module-scss-module___cAR4W__expiration{border:1px solid #d8d8d8;border-radius:8px;justify-content:center;align-items:center;width:100%;height:60px;padding-top:4px;display:flex;position:relative}@media only screen and (max-width:1260px){.CampaignExpirationTimer-module-scss-module___cAR4W__expirationWrap .CampaignExpirationTimer-module-scss-module___cAR4W__expiration{height:40px}}.CampaignExpirationTimer-module-scss-module___cAR4W__expirationWrap .CampaignExpirationTimer-module-scss-module___cAR4W__expiration .CampaignExpirationTimer-module-scss-module___cAR4W__expirationTitle{background-color:var(--white);letter-spacing:.1px;color:var(--primary-text-color);padding:0 10px;font-size:11px;font-weight:500;position:absolute;top:-6px;left:16px}@media only screen and (max-width:1260px){.CampaignExpirationTimer-module-scss-module___cAR4W__expirationWrap .CampaignExpirationTimer-module-scss-module___cAR4W__expiration .CampaignExpirationTimer-module-scss-module___cAR4W__expirationTitle{padding:0 6px;font-size:10px;top:-6px;left:12px}}.CampaignExpirationTimer-module-scss-module___cAR4W__expirationWrap .CampaignExpirationTimer-module-scss-module___cAR4W__expiration .CampaignExpirationTimer-module-scss-module___cAR4W__comingSoonText{letter-spacing:4px;text-transform:uppercase;font-size:24px;font-weight:800;line-height:16px;display:none}@media only screen and (max-width:1260px){.CampaignExpirationTimer-module-scss-module___cAR4W__expirationWrap .CampaignExpirationTimer-module-scss-module___cAR4W__expiration .CampaignExpirationTimer-module-scss-module___cAR4W__comingSoonText{letter-spacing:2px;font-size:12px;line-height:14px}}.CampaignExpirationTimer-module-scss-module___cAR4W__expirationWrap .CampaignExpirationTimer-module-scss-module___cAR4W__expiration .CampaignExpirationTimer-module-scss-module___cAR4W__countdown{gap:12px;display:flex}@media only screen and (max-width:1260px){.CampaignExpirationTimer-module-scss-module___cAR4W__expirationWrap .CampaignExpirationTimer-module-scss-module___cAR4W__expiration .CampaignExpirationTimer-module-scss-module___cAR4W__countdown{gap:7px}}.CampaignExpirationTimer-module-scss-module___cAR4W__expirationWrap .CampaignExpirationTimer-module-scss-module___cAR4W__expiration .CampaignExpirationTimer-module-scss-module___cAR4W__countdown .CampaignExpirationTimer-module-scss-module___cAR4W__block{gap:4px;display:flex;position:relative}@media only screen and (max-width:1260px){.CampaignExpirationTimer-module-scss-module___cAR4W__expirationWrap .CampaignExpirationTimer-module-scss-module___cAR4W__expiration .CampaignExpirationTimer-module-scss-module___cAR4W__countdown .CampaignExpirationTimer-module-scss-module___cAR4W__block{gap:1px}}.CampaignExpirationTimer-module-scss-module___cAR4W__expirationWrap .CampaignExpirationTimer-module-scss-module___cAR4W__expiration .CampaignExpirationTimer-module-scss-module___cAR4W__countdown .CampaignExpirationTimer-module-scss-module___cAR4W__block .CampaignExpirationTimer-module-scss-module___cAR4W__digit{width:18px;color:var(--primary-text-color);letter-spacing:0;text-align:center;background-color:#f4f3f3;border-radius:4px;padding:4px;font-size:16px;font-weight:700}@media only screen and (max-width:1260px){.CampaignExpirationTimer-module-scss-module___cAR4W__expirationWrap .CampaignExpirationTimer-module-scss-module___cAR4W__expiration .CampaignExpirationTimer-module-scss-module___cAR4W__countdown .CampaignExpirationTimer-module-scss-module___cAR4W__block .CampaignExpirationTimer-module-scss-module___cAR4W__digit{width:12px;padding:1px;font-size:11.99px}}.CampaignExpirationTimer-module-scss-module___cAR4W__expirationWrap .CampaignExpirationTimer-module-scss-module___cAR4W__expiration .CampaignExpirationTimer-module-scss-module___cAR4W__countdown .CampaignExpirationTimer-module-scss-module___cAR4W__block .CampaignExpirationTimer-module-scss-module___cAR4W__red{color:var(--pink)}.CampaignExpirationTimer-module-scss-module___cAR4W__expirationWrap .CampaignExpirationTimer-module-scss-module___cAR4W__expiration .CampaignExpirationTimer-module-scss-module___cAR4W__countdown .CampaignExpirationTimer-module-scss-module___cAR4W__block small{letter-spacing:0;text-transform:uppercase;color:var(--primary-text-color);font-size:9px;font-weight:700;position:absolute;top:1px;right:-9px}@media only screen and (max-width:1260px){.CampaignExpirationTimer-module-scss-module___cAR4W__expirationWrap .CampaignExpirationTimer-module-scss-module___cAR4W__expiration .CampaignExpirationTimer-module-scss-module___cAR4W__countdown .CampaignExpirationTimer-module-scss-module___cAR4W__block small{font-size:6px;right:-6px}}.CampaignExpirationTimer-module-scss-module___cAR4W__expirationWrap .CampaignExpirationTimer-module-scss-module___cAR4W__fromTo{justify-content:flex-end;margin-top:4px;display:flex}.CampaignExpirationTimer-module-scss-module___cAR4W__expirationWrap .CampaignExpirationTimer-module-scss-module___cAR4W__fromTo .CampaignExpirationTimer-module-scss-module___cAR4W__from,.CampaignExpirationTimer-module-scss-module___cAR4W__expirationWrap .CampaignExpirationTimer-module-scss-module___cAR4W__fromTo .CampaignExpirationTimer-module-scss-module___cAR4W__to{letter-spacing:.1px;color:var(--black);font-size:8px;font-weight:400}.CampaignExpirationTimer-module-scss-module___cAR4W__expirationWrap .CampaignExpirationTimer-module-scss-module___cAR4W__fromTo .CampaignExpirationTimer-module-scss-module___cAR4W__from{align-items:center;display:flex}.CampaignExpirationTimer-module-scss-module___cAR4W__expirationWrap .CampaignExpirationTimer-module-scss-module___cAR4W__fromTo .CampaignExpirationTimer-module-scss-module___cAR4W__from:after{content:"";border:1px solid #d8d8d8;width:1px;height:8px;margin:0 6px;display:inline-block}
.TopCategories-module-scss-module__J_nJdq__TopCategories{flex-direction:column;gap:16px;margin-bottom:28px;display:flex}.TopCategories-module-scss-module__J_nJdq__TopCategories .TopCategories-module-scss-module__J_nJdq__title{color:var(--primary-text-color);letter-spacing:2px;font-size:24px;font-weight:700;line-height:40px}@media only screen and (max-width:1260px){.TopCategories-module-scss-module__J_nJdq__TopCategories .TopCategories-module-scss-module__J_nJdq__title{display:none}}.TopCategories-module-scss-module__J_nJdq__TopCategories .TopCategories-module-scss-module__J_nJdq__backArrow{cursor:pointer;align-items:center;padding:10px 24px 10px 0;display:flex;position:relative}.TopCategories-module-scss-module__J_nJdq__TopCategories .TopCategories-module-scss-module__J_nJdq__backArrow:after{content:"";border-right:1px solid var(--gray-bright);height:calc(100% - 16px);position:absolute;top:8px;right:8px}.TopCategories-module-scss-module__J_nJdq__TopCategories .TopCategories-module-scss-module__J_nJdq__backArrow svg{cursor:pointer}.TopCategories-module-scss-module__J_nJdq__TopCategories .TopCategories-module-scss-module__J_nJdq__categories{gap:16px;max-width:100%;padding:8px 4px;display:flex;overflow:auto}@media only screen and (max-width:1260px){.TopCategories-module-scss-module__J_nJdq__TopCategories .TopCategories-module-scss-module__J_nJdq__categories{display:none}}.TopCategories-module-scss-module__J_nJdq__TopCategories .TopCategories-module-scss-module__J_nJdq__categories::-webkit-scrollbar{display:none}.TopCategories-module-scss-module__J_nJdq__TopCategories .TopCategories-module-scss-module__J_nJdq__categories .TopCategories-module-scss-module__J_nJdq__selected{background:var(--pink-light);box-shadow:0 2px 5px #44475b1f}.TopCategories-module-scss-module__J_nJdq__TopCategories .TopCategories-module-scss-module__J_nJdq__categories .TopCategories-module-scss-module__J_nJdq__category{border-radius:16px;flex-direction:column;align-items:center;gap:14px;width:145px;height:127px;padding:12px;display:flex;box-shadow:0 0 8px #00000026}.TopCategories-module-scss-module__J_nJdq__TopCategories .TopCategories-module-scss-module__J_nJdq__categories .TopCategories-module-scss-module__J_nJdq__category .TopCategories-module-scss-module__J_nJdq__selected,.TopCategories-module-scss-module__J_nJdq__TopCategories .TopCategories-module-scss-module__J_nJdq__categories .TopCategories-module-scss-module__J_nJdq__category:hover{background:var(--pink-light);box-shadow:0 2px 5px #44475b1f}.TopCategories-module-scss-module__J_nJdq__TopCategories .TopCategories-module-scss-module__J_nJdq__categories .TopCategories-module-scss-module__J_nJdq__category .TopCategories-module-scss-module__J_nJdq__name{color:var(--primary-text-color);text-align:center;text-overflow:ellipsis;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;font-size:14px;font-weight:400;line-height:16px;display:-webkit-box;overflow:hidden}.TopCategories-module-scss-module__J_nJdq__AppBar2{border-bottom:1px solid var(--gray-bright);background-color:var(--white);z-index:4;align-items:center;gap:16px;height:44px;display:flex;position:sticky;top:72px;overflow:hidden}.TopCategories-module-scss-module__J_nJdq__AppBar3{position:fixed;top:72px}.TopCategories-module-scss-module__J_nJdq__AppBar{background-color:var(--white);z-index:4;border-bottom:1px solid var(--white-smoke);justify-content:space-between;align-items:center;width:100%;height:50px;padding:0 12px;display:flex;left:0}@media only screen and (max-width:1260px){.TopCategories-module-scss-module__J_nJdq__AppBar{background-color:var(--white);z-index:4;-ms-overflow-style:none;scrollbar-width:none;align-items:center;gap:16px;display:flex;position:sticky;top:98px;overflow:auto}.TopCategories-module-scss-module__J_nJdq__AppBar::-webkit-scrollbar{display:none}}.TopCategories-module-scss-module__J_nJdq__AppBar.TopCategories-module-scss-module__J_nJdq__withGroupOrder{top:124px}.TopCategories-module-scss-module__J_nJdq__AppBar .TopCategories-module-scss-module__J_nJdq__visibleCategories{align-items:center;gap:6px;display:flex}.TopCategories-module-scss-module__J_nJdq__AppBar .TopCategories-module-scss-module__J_nJdq__visibleCategories .TopCategories-module-scss-module__J_nJdq__category{cursor:pointer;color:var(--text-muted);border-radius:100px;align-items:center;width:max-content;height:32px;padding:0 14px;font-size:14px;display:inline-flex}@media (hover:hover) and (pointer:fine){.TopCategories-module-scss-module__J_nJdq__AppBar .TopCategories-module-scss-module__J_nJdq__visibleCategories .TopCategories-module-scss-module__J_nJdq__category:hover{color:var(--pink);background-color:var(--pink-light)}}.TopCategories-module-scss-module__J_nJdq__AppBar .TopCategories-module-scss-module__J_nJdq__visibleCategories .TopCategories-module-scss-module__J_nJdq__selected{color:var(--pink);background-color:var(--pink-light)}
.CustomGiftCardSuppliersList-module-scss-module__k719Xq__CampaignsCategoryList{justify-content:space-between;align-items:center;display:flex}.CustomGiftCardSuppliersList-module-scss-module__k719Xq__ShopTopCategoriesWrap{align-items:center;display:flex}.CustomGiftCardSuppliersList-module-scss-module__k719Xq__ShopTopCategories{border-bottom:1px solid var(--gray-bright);align-items:center;gap:16px;width:100%;max-width:100%;height:48px;padding:0 8px;display:flex;overflow:auto}@media screen and (max-width:1024px){.CustomGiftCardSuppliersList-module-scss-module__k719Xq__ShopTopCategories{padding:0}}.CustomGiftCardSuppliersList-module-scss-module__k719Xq__Category{white-space:nowrap;height:32px;color:var(--text-muted);cursor:pointer;background-color:#0000;border:none;border-radius:100px;align-items:center;padding:6px 16px;font-size:15px;display:flex}@media screen and (max-width:768px){.CustomGiftCardSuppliersList-module-scss-module__k719Xq__Category{text-transform:uppercase;letter-spacing:1.11px;padding:6px 12px;font-size:12px;font-weight:600}}.CustomGiftCardSuppliersList-module-scss-module__k719Xq__Category:hover,.CustomGiftCardSuppliersList-module-scss-module__k719Xq__Category.CustomGiftCardSuppliersList-module-scss-module__k719Xq__active{background-color:var(--pink-light);color:var(--pink)}.CustomGiftCardSuppliersList-module-scss-module__k719Xq__HiddenCategoriesDropdownBtn{background-color:var(--white-smoke);width:28px;height:28px;color:var(--text-muted);cursor:pointer;border:0;border-radius:100px;justify-content:center;align-items:center;display:flex}.CustomGiftCardSuppliersList-module-scss-module__k719Xq__HiddenCategoriesDropdown{background-color:var(--white);width:max-content;height:max-content;max-height:256px;box-shadow:var(--gray-shadow-1);z-index:112;border-radius:16px;flex-direction:column;padding:8px 0;display:flex;overflow-x:hidden}.CustomGiftCardSuppliersList-module-scss-module__k719Xq__HiddenCategoriesDropdown::-webkit-scrollbar{border-radius:8px;width:8px}.CustomGiftCardSuppliersList-module-scss-module__k719Xq__HiddenCategoriesDropdown::-webkit-scrollbar-thumb{border-radius:8px;width:8px}.CustomGiftCardSuppliersList-module-scss-module__k719Xq__HiddenCategoriesDropdown::-webkit-scrollbar{background:0 0}.CustomGiftCardSuppliersList-module-scss-module__k719Xq__HiddenCategoriesDropdown::-webkit-scrollbar-thumb{background:#0006}.CustomGiftCardSuppliersList-module-scss-module__k719Xq__HiddenCategoriesDropdown .CustomGiftCardSuppliersList-module-scss-module__k719Xq__category{border-bottom:1px solid var(--white-smoke);color:var(--text-muted);cursor:pointer;background-color:#0000;padding:12px;font-size:14px}.CustomGiftCardSuppliersList-module-scss-module__k719Xq__HiddenCategoriesDropdown .CustomGiftCardSuppliersList-module-scss-module__k719Xq__category:hover{background-color:#e6e5e8b0}.CustomGiftCardSuppliersList-module-scss-module__k719Xq__HiddenCategoriesDropdown .CustomGiftCardSuppliersList-module-scss-module__k719Xq__category.CustomGiftCardSuppliersList-module-scss-module__k719Xq__active{background-color:var(--pink-light)}.CustomGiftCardSuppliersList-module-scss-module__k719Xq__HiddenCategoriesDropdown .CustomGiftCardSuppliersList-module-scss-module__k719Xq__category:last-child{border-bottom:none}.CustomGiftCardSuppliersList-module-scss-module__k719Xq__HiddenCategoriesDropdown .CustomGiftCardSuppliersList-module-scss-module__k719Xq__category__btn{background:0 0;border:0;padding:0}@media screen and (max-width:767px){.CustomGiftCardSuppliersList-module-scss-module__k719Xq__ShopTopCategories{padding:0 16px;overflow:auto}.CustomGiftCardSuppliersList-module-scss-module__k719Xq__ShopTopCategories::-webkit-scrollbar{width:0;height:0}.CustomGiftCardSuppliersList-module-scss-module__k719Xq__ShopTopCategories::-webkit-scrollbar-thumb{width:0;height:0}.CustomGiftCardSuppliersList-module-scss-module__k719Xq__ShopTopCategories::-webkit-scrollbar{background:0 0}.CustomGiftCardSuppliersList-module-scss-module__k719Xq__Category{scroll-snap-align:start;background-color:#0000;border:none}}
.OrderDetailsList-module-scss-module__IfZwQa__order__details__list{background:var(--gray-light)}.OrderDetailsList-module-scss-module__IfZwQa__order__details__list.OrderDetailsList-module-scss-module__IfZwQa__order-details__checkout{width:420px;padding-top:16px}.OrderDetailsList-module-scss-module__IfZwQa__order__details__list__supplier__header{align-items:center;padding:8px 16px;display:flex;position:relative}.OrderDetailsList-module-scss-module__IfZwQa__order__details__list__supplier__header__pointer{border-bottom:solid 1px var(--gray-bright);cursor:pointer;align-items:center;padding:8px 16px;display:flex;position:relative}.OrderDetailsList-module-scss-module__IfZwQa__order__details__list__supplier__header:before{content:"";background:var(--gray-bright);width:calc(100% - 16px);height:1px;position:absolute;bottom:0;left:0;transform:matrix(1,0,0,-1,0,0)}.OrderDetailsList-module-scss-module__IfZwQa__order__details__list__supplier__header__image__content{background:var(--white-smoke);border-radius:50%;width:32px;min-width:32px;min-height:32px;margin-right:8px}.OrderDetailsList-module-scss-module__IfZwQa__order__details__list__supplier__header__image{object-fit:cover;border-radius:50%;width:100%}.OrderDetailsList-module-scss-module__IfZwQa__order__details__list__supplier__header__name{text-transform:uppercase;color:var(--text-muted);font-size:12px;line-height:16px}.OrderDetailsList-module-scss-module__IfZwQa__order__details__list__supplier__delivery{justify-content:space-between;padding:12px 12px 12px 64px;display:flex}.OrderDetailsList-module-scss-module__IfZwQa__order__details__list__supplier__delivery__label,.OrderDetailsList-module-scss-module__IfZwQa__order__details__list__supplier__delivery__price{color:var(--primary-text-color);font-size:13px;line-height:16px}.OrderDetailsList-module-scss-module__IfZwQa__order__details__list__supplier:not(:first-child){margin-top:20px}.OrderDetailsList-module-scss-module__IfZwQa__order__details__list__products__box__price{align-items:center;padding:12px 16px 12px 12px;display:flex}.OrderDetailsList-module-scss-module__IfZwQa__order__details__list__products__box__price .OrderDetailsList-module-scss-module__IfZwQa__basket__list__item__packing__cost{text-overflow:ellipsis;white-space:nowrap;width:150px;margin-right:8px;overflow:hidden}.OrderDetailsList-module-scss-module__IfZwQa__order__details__list__products__box__price .OrderDetailsList-module-scss-module__IfZwQa__basket__list__item__packing__count{width:max-content;color:var(--text-muted);direction:rtl;unicode-bidi:bidi-override;margin-right:12px;font-weight:400;line-height:16px}.OrderDetailsList-module-scss-module__IfZwQa__order__details__list__products__box__price .OrderDetailsList-module-scss-module__IfZwQa__basket__list__item__packing__infoCont{flex:1}.OrderDetailsList-module-scss-module__IfZwQa__order__details__list__products__item{align-items:center;padding:10px 16px 10px 12px;display:flex;position:relative}.OrderDetailsList-module-scss-module__IfZwQa__order__details__list__products__item:not(.OrderDetailsList-module-scss-module__IfZwQa__order__details__list__products__item__is__gift){cursor:pointer}.OrderDetailsList-module-scss-module__IfZwQa__order__details__list__products__item__passive .OrderDetailsList-module-scss-module__IfZwQa__order__details__list__products__item__name,.OrderDetailsList-module-scss-module__IfZwQa__order__details__list__products__item__passive .OrderDetailsList-module-scss-module__IfZwQa__order__details__list__products__item__price,.OrderDetailsList-module-scss-module__IfZwQa__order__details__list__products__item__passive .OrderDetailsList-module-scss-module__IfZwQa__order__details__list__products__item__comment,.OrderDetailsList-module-scss-module__IfZwQa__order__details__list__products__item__passive .OrderDetailsList-module-scss-module__IfZwQa__order__details__list__products__item__details,.OrderDetailsList-module-scss-module__IfZwQa__order__details__list__products__item__passive .OrderDetailsList-module-scss-module__IfZwQa__order__details__list__products__item__quantity{color:#cac5c2!important}.OrderDetailsList-module-scss-module__IfZwQa__order__details__list__products__item:before{content:"";background:var(--gray-bright);width:calc(100% - 76px);height:1px;position:absolute;bottom:0;left:60px;transform:matrix(1,0,0,-1,0,0)}.OrderDetailsList-module-scss-module__IfZwQa__order__details__list__products__item__image__content{background:linear-gradient(#0000 0%,#0003 100%);border-radius:8px;width:40px;height:40px;margin-right:8px}.OrderDetailsList-module-scss-module__IfZwQa__order__details__list__products__item__image{object-fit:cover;border-radius:8px;width:40px;height:40px}.OrderDetailsList-module-scss-module__IfZwQa__order__details__list__products__item__name{color:var(--primary-text-color);width:150px;margin-right:16px;font-size:13px;line-height:16px}.OrderDetailsList-module-scss-module__IfZwQa__order__details__list__products__item__name span{text-overflow:ellipsis;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.OrderDetailsList-module-scss-module__IfZwQa__order__details__list__products__item__name__text{-webkit-line-clamp:2;line-clamp:2}.OrderDetailsList-module-scss-module__IfZwQa__order__details__list__products__item__name__text.OrderDetailsList-module-scss-module__IfZwQa__cut__one__line{-webkit-line-clamp:1;line-clamp:1}.OrderDetailsList-module-scss-module__IfZwQa__order__details__list__products__item__name__comment{color:var(--text-muted);text-overflow:ellipsis;-webkit-line-clamp:1;-webkit-box-orient:vertical;font-size:12px;line-height:20px;display:-webkit-box;overflow:hidden}.OrderDetailsList-module-scss-module__IfZwQa__order__details__list__products__item__name__details{color:var(--text-muted);-webkit-line-clamp:1;line-clamp:1}.OrderDetailsList-module-scss-module__IfZwQa__order__details__list__products__item__quantity{color:var(--text-muted);margin-right:12px;font-size:13px;line-height:16px}.OrderDetailsList-module-scss-module__IfZwQa__order__details__list__products__item__price{color:var(--primary-text-color);text-align:right;flex:1;font-size:13px;font-weight:600;line-height:16px}.OrderDetailsList-module-scss-module__IfZwQa__order__details__list__products__item__price .OrderDetailsList-module-scss-module__IfZwQa__out__of__stock{color:var(--yellow);font-size:10px;font-weight:600;line-height:20px;display:block}.OrderDetailsList-module-scss-module__IfZwQa__order__details__list__products__item__price__deleted{color:var(--gray);text-decoration:line-through}.OrderDetailsList-module-scss-module__IfZwQa__order__details__list__supplier:last-child .OrderDetailsList-module-scss-module__IfZwQa__order__details__list__products__item:last-child:before{display:none}.OrderDetailsList-module-scss-module__IfZwQa__order__details__promo__code{justify-content:space-between;align-items:center;margin-top:24px;margin-bottom:12px;padding:12px 16px 12px 12px;font-family:Montserrat arm,sans-serif;font-size:13px;font-weight:400;line-height:16px;display:flex}.OrderDetailsList-module-scss-module__IfZwQa__order__details__promo__code__label{color:var(--text-muted)}.OrderDetailsList-module-scss-module__IfZwQa__order__details__promo__code__price{color:var(--green);font-weight:600}.OrderDetailsList-module-scss-module__IfZwQa__basket__list__item__out__of__stock__label{color:var(--white);background:linear-gradient(#f57777 0%,#e94444 100%);border-radius:0 10px 0 0;align-items:center;gap:4px;padding:2px 12px;font-size:13px;font-weight:600;line-height:1;display:flex;position:absolute;bottom:0;left:0}
.Restaurant-module-scss-module__uogy5G__Restaurant .Restaurant-module-scss-module__uogy5G__campaignBlock{justify-content:flex-start;align-items:center;gap:16px;margin-bottom:-10px;padding:16px 0;display:flex;overflow-x:auto}.Restaurant-module-scss-module__uogy5G__Restaurant .Restaurant-module-scss-module__uogy5G__campaignBlock::-webkit-scrollbar{border-radius:8px;width:8px;height:6px}.Restaurant-module-scss-module__uogy5G__Restaurant .Restaurant-module-scss-module__uogy5G__campaignBlock::-webkit-scrollbar-thumb{border-radius:8px;width:8px;height:6px}.Restaurant-module-scss-module__uogy5G__Restaurant .Restaurant-module-scss-module__uogy5G__campaignBlock::-webkit-scrollbar{background:0 0}.Restaurant-module-scss-module__uogy5G__Restaurant .Restaurant-module-scss-module__uogy5G__campaignBlock::-webkit-scrollbar-thumb{background:#0000001a}.Restaurant-module-scss-module__uogy5G__Restaurant .Restaurant-module-scss-module__uogy5G__content{width:100%;max-width:1620px;margin:0 auto}.Restaurant-module-scss-module__uogy5G__Restaurant .Restaurant-module-scss-module__uogy5G__content .Restaurant-module-scss-module__uogy5G__pickupArea{box-shadow:var(--gray-shadow-2);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;padding:24px;display:flex}@media only screen and (max-width:768px){.Restaurant-module-scss-module__uogy5G__Restaurant .Restaurant-module-scss-module__uogy5G__content .Restaurant-module-scss-module__uogy5G__pickupArea{padding:16px;display:block}}.Restaurant-module-scss-module__uogy5G__Restaurant .Restaurant-module-scss-module__uogy5G__content .Restaurant-module-scss-module__uogy5G__pickupArea .Restaurant-module-scss-module__uogy5G__pickupTitle{color:var(--primary-text-color);font-size:32px;font-weight:700}@media only screen and (max-width:768px){.Restaurant-module-scss-module__uogy5G__Restaurant .Restaurant-module-scss-module__uogy5G__content .Restaurant-module-scss-module__uogy5G__pickupArea .Restaurant-module-scss-module__uogy5G__pickupTitle{font-size:24px}}@media only screen and (max-width:520px){.Restaurant-module-scss-module__uogy5G__Restaurant .Restaurant-module-scss-module__uogy5G__content .Restaurant-module-scss-module__uogy5G__pickupArea .Restaurant-module-scss-module__uogy5G__pickupTitle{font-size:15px}}.Restaurant-module-scss-module__uogy5G__Restaurant .Restaurant-module-scss-module__uogy5G__content .Restaurant-module-scss-module__uogy5G__pickupArea .Restaurant-module-scss-module__uogy5G__pickupDistanceAndBranch{align-items:center;gap:12px;display:flex}.Restaurant-module-scss-module__uogy5G__Restaurant .Restaurant-module-scss-module__uogy5G__content .Restaurant-module-scss-module__uogy5G__pickupArea .Restaurant-module-scss-module__uogy5G__distanceBlock{width:260px}.Restaurant-module-scss-module__uogy5G__Restaurant .Restaurant-module-scss-module__uogy5G__content .Restaurant-module-scss-module__uogy5G__main{display:flex}.Restaurant-module-scss-module__uogy5G__Restaurant .Restaurant-module-scss-module__uogy5G__content .Restaurant-module-scss-module__uogy5G__main .Restaurant-module-scss-module__uogy5G__visaTerms{z-index:4;filter:drop-shadow(0 7.92308px 20px #0000001f);width:100%;bottom:0;position:sticky!important}.Restaurant-module-scss-module__uogy5G__Restaurant .Restaurant-module-scss-module__uogy5G__content .Restaurant-module-scss-module__uogy5G__main .Restaurant-module-scss-module__uogy5G__visaTerms>div{width:initial;max-width:initial;filter:none;position:static}.Restaurant-module-scss-module__uogy5G__Restaurant .Restaurant-module-scss-module__uogy5G__content .Restaurant-module-scss-module__uogy5G__main .Restaurant-module-scss-module__uogy5G__visaTerms>div:before{display:none}.Restaurant-module-scss-module__uogy5G__Restaurant .Restaurant-module-scss-module__uogy5G__content .Restaurant-module-scss-module__uogy5G__main .Restaurant-module-scss-module__uogy5G__products{width:100%;min-width:0;padding-left:16px}@media only screen and (max-width:1260px){.Restaurant-module-scss-module__uogy5G__Restaurant .Restaurant-module-scss-module__uogy5G__content .Restaurant-module-scss-module__uogy5G__main .Restaurant-module-scss-module__uogy5G__products{padding:0 16px}}.Restaurant-module-scss-module__uogy5G__Restaurant .Restaurant-module-scss-module__uogy5G__content .Restaurant-module-scss-module__uogy5G__main .Restaurant-module-scss-module__uogy5G__products .Restaurant-module-scss-module__uogy5G__rowSkeletons{border-bottom:1px solid var(--gray-bright);align-items:center;gap:16px;width:100%;max-width:1166px;height:44px;display:flex;position:sticky;top:72px;overflow:auto}.Restaurant-module-scss-module__uogy5G__Restaurant .Restaurant-module-scss-module__uogy5G__content .Restaurant-module-scss-module__uogy5G__main .Restaurant-module-scss-module__uogy5G__products .Restaurant-module-scss-module__uogy5G__rowSkeletons::-webkit-scrollbar{display:none}.Restaurant-module-scss-module__uogy5G__Restaurant .Restaurant-module-scss-module__uogy5G__content .Restaurant-module-scss-module__uogy5G__main .Restaurant-module-scss-module__uogy5G__products .Restaurant-module-scss-module__uogy5G__rowSkeletons .Restaurant-module-scss-module__uogy5G__skeleton{flex:0 0 90px;height:28px}.Restaurant-module-scss-module__uogy5G__Restaurant .Restaurant-module-scss-module__uogy5G__content .Restaurant-module-scss-module__uogy5G__main .Restaurant-module-scss-module__uogy5G__productsList{padding-bottom:56px}@media only screen and (max-width:1260px){.Restaurant-module-scss-module__uogy5G__Restaurant .Restaurant-module-scss-module__uogy5G__content{margin-top:60px}}
.ChristmasAppBarPopover-module-scss-module__ufC7qG__TriggerButton{background-color:var(--white-smoke);width:28px;height:28px;color:var(--text-muted);cursor:pointer;border:0;border-radius:100px;justify-content:center;align-items:center;display:flex;position:absolute;right:12px}.ChristmasAppBarPopover-module-scss-module__ufC7qG__PopoverContent{background-color:var(--white);width:max-content;height:max-content;box-shadow:var(--gray-shadow-1);border-radius:16px;flex-direction:column;padding:8px 0;display:flex;top:122px;overflow-x:hidden;position:fixed!important;right:12px!important}.ChristmasAppBarPopover-module-scss-module__ufC7qG__PopoverContent .ChristmasAppBarPopover-module-scss-module__ufC7qG__category{border-bottom:1px solid var(--white-smoke);color:var(--text-muted);padding:12px;font-size:14px;display:block}.ChristmasAppBarPopover-module-scss-module__ufC7qG__PopoverContent .ChristmasAppBarPopover-module-scss-module__ufC7qG__category:hover{background-color:#e6e5e8b0}.ChristmasAppBarPopover-module-scss-module__ufC7qG__PopoverContent .ChristmasAppBarPopover-module-scss-module__ufC7qG__category:last-child{border-bottom:none}
.Product-module-scss-module__Ka8rcW__Product{border-radius:16px;flex-direction:column;justify-content:flex-end;width:100%;height:100%;display:flex;position:relative;box-shadow:0 0 9px 4px #44475b14}@media only screen and (max-width:1260px){.Product-module-scss-module__Ka8rcW__Product{min-width:140px}}
.Favorites-module-scss-module__YsVgHq__Favorites{display:unset}
