@font-face{font-family:'Open Sans';font-style:normal;font-weight:300;font-stretch:normal;font-display:swap;src:url(https://fonts.gstatic.com/s/opensans/v43/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsiH0C4n.ttf) format('truetype')}@font-face{font-family:'Open Sans';font-style:normal;font-weight:400;font-stretch:normal;font-display:swap;src:url(https://fonts.gstatic.com/s/opensans/v43/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0C4n.ttf) format('truetype')}@font-face{font-family:'Open Sans';font-style:normal;font-weight:500;font-stretch:normal;font-display:swap;src:url(https://fonts.gstatic.com/s/opensans/v43/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjr0C4n.ttf) format('truetype')}@font-face{font-family:'Open Sans';font-style:normal;font-weight:700;font-stretch:normal;font-display:swap;src:url(https://fonts.gstatic.com/s/opensans/v43/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsg-1y4n.ttf) format('truetype')}:root{--background-color:#f1f2f6;--mobile-background-color:#fff;--block-background-color:#fff;--rounded-radius:0;--main-color:#222;--border-color:#d9d9d9;--text-color:#222;--btn-text-color:#fff;--avails-view-width:30%;--drawer-h-margin:20px}body,html{width:100%;height:100%;margin:0;padding:0;overflow-y:auto;scrollbar-width:none;overflow:-moz-scrollbars-none;-ms-overflow-style:none}body::-webkit-scrollbar,html::-webkit-scrollbar{width:0}.lighter{filter:saturate(120%)}.darker{filter:brightness(50%)}.scrollbar{overflow-x:hidden;overflow-y:auto;scroll-behavior:smooth;scrollbar-color:var(--secondary-color,var(--main-color)) var(--border-color);scrollbar-width:thin}.scrollbar::-webkit-scrollbar{width:5px}.scrollbar::-webkit-scrollbar-track{background:var(--border-color)}.scrollbar::-webkit-scrollbar-thumb{background-color:var(--secondary-color,var(--main-color));border-radius:6px}.scrollbar::-webkit-scrollbar-thumb:hover{background-color:var(--main-color)}#app-ctnr{width:100%;height:100%;--font-family:var(--font-default, 'Open Sans', sans-serif);font-family:var(--font-family);display:flex;flex-flow:column nowrap;justify-content:flex-start;align-items:stretch;background:var(--background-color);color:var(--text-color)}@media (min-width:631px){#app-ctnr{padding:20px 20px 0}}@media (max-width:630px){#app-ctnr{--block-background-color:transparent;background:var(--mobile-background-color)}#app-ctnr .dropdown{--bg-color:var(--mobile-background-color)}#app-ctnr .cot-filters{--selected-color:var(--mobile-background-color)}}.cot-filters{--text-color:var(--main-color);--bg-color:var(--block-background-color);--selected-color:var(--block-background-color);--selected-bg-color:var(--main-color)}.header{position:relative;width:100%;display:flex;flex-flow:column nowrap;justify-content:center;align-items:center}.header #close{position:absolute;top:0;left:0;height:100%;margin-left:20px;display:flex;justify-content:center;align-items:center;cursor:pointer}.header #close svg{filter:brightness(50%);width:20px;height:20px;fill:var(--secondary-color,var(--main-color))}.header #close:focus svg,.header #close:hover svg{filter:saturate(120%)}.header:has(.header-label),.header:has(.logo){background:var(--main-color);color:var(--background-color)}.header:has(.header-label) #close svg,.header:has(.logo) #close svg{fill:var(--background-color,#ffffff)}.header .logo{width:100%;height:50px;padding:0 50px;display:flex;justify-content:center;align-items:center}.header .logo .header-logo{max-width:100%;max-height:75%}.header .header-label{padding:10px 50px;text-align:center}@media (max-width:630px){.header{height:auto;min-height:50px}}@media (min-width:631px){.header{position:relative;height:24px;margin-bottom:10px;border:0}.header:has(.header-label),.header:has(.logo){background:0 0}.header .header-label,.header .logo{display:none}.header #close{left:auto;right:12px;width:auto;margin:auto}}.grid-ctnr{position:relative;flex:1;width:100%;display:flex;flex-flow:column nowrap;overflow-x:hidden;overflow-y:auto;scrollbar-width:none;overflow:-moz-scrollbars-none;-ms-overflow-style:none}.grid-ctnr::-webkit-scrollbar{width:0}@media (min-width:631px){.grid-ctnr{height:calc(100% - 34px);min-height:auto;margin:0;padding:0;flex:1 1 auto;overflow:hidden;overflow:visible;display:grid;grid-template-rows:44px 1fr 40px;grid-template-columns:1fr var(--avails-view-width)}}@media (min-width:951px){.grid-ctnr.instant-delivery{--avails-view-width:35%}}@media (min-width:631px) and (max-width:950px){.grid-ctnr{--avails-view-width:45%}}@media (min-width:530px) and (max-width:630px){.grid-ctnr{display:flex;flex-flow:column;justify-content:flex-start;align-items:center}}.product-filters{position:sticky;top:0;z-index:40;width:100%;padding-top:44px}.product-filters .filters-content{position:fixed;top:95px;z-index:40;width:100%;height:calc(100% - 95px);overflow-x:hidden;overflow-y:auto;border:1px solid #000;background:var(--color-variation-1)}.product-filters #filter-toggler{position:fixed;top:55px;right:20px;display:flex;justify-content:center;align-items:center;font-weight:600;color:var(--main-color);width:30px;height:30px;margin-left:10px;content:'';background-color:var(--main-color);-webkit-mask:url(icon-filter.svg);mask:url(icon-filter.svg)}.product-filters .filtertag{display:inline-block}.product-filters.closed{height:44px;overflow:hidden}.product-filters.closed .filters-content{position:relative}.product-filters.closed .filtertag{display:none}@media (min-width:631px){.product-filters{position:relative;height:auto;padding:0;overflow:visible}.product-filters .filters-content{border-radius:22px;position:relative;top:0;height:auto;padding-top:44px}.product-filters #filter-toggler{position:absolute}.product-filters.closed .filters-content{border:none}}.prod-ctnr{display:flex;flex-flow:column nowrap;width:100%;container-type:inline-size}.prod-ctnr.dropdown-select{z-index:40}@media (min-width:631px){.prod-ctnr{height:100%;grid-row:auto/span 3;grid-column:1;overflow:hidden;padding-right:20px}}@media (min-width:951px){.prod-ctnr:not(.catalog-select){flex-flow:row wrap}}@media (min-width:951px){.prod-ctnr.combined-select{display:grid;grid-template-columns:35% 1fr;grid-template-rows:auto 1fr;grid-template-areas:"filters filters" "carousel product"}.prod-ctnr.combined-select .catalog-selector-ctnr{grid-area:filters}.prod-ctnr.combined-select #carousel{grid-area:carousel}.prod-ctnr.combined-select .product{grid-area:carousel/carousel/product/product}.prod-ctnr.combined-select #carousel+.product{grid-area:product}}.carousel{height:100%;overflow:hidden;border-radius:var(--rounded-radius)}.carousel .scroll-btn{width:30px;height:30px;top:50%;transform:translateY(-50%);background:#fff;border:1px solid var(--border-color);display:flex;justify-content:center;align-items:center;transition:all .1s ease-in-out}.carousel .scroll-btn:before{content:'';top:0;transform:none;position:initial;height:50%;padding:0;font-size:0;background:var(--secondary-color,var(--main-color));-webkit-mask:url('../arrow.svg') 50% 50%/contain no-repeat;mask:url('../arrow.svg') 50% 50%/contain no-repeat}.carousel .scroll-btn:focus:not(.disabled),.carousel .scroll-btn:hover:not(.disabled){border-color:var(--secondary-color,var(--main-color))}.carousel .scroll-btn:focus::before,.carousel .scroll-btn:hover::before{background:var(--secondary-color,var(--main-color))}.carousel .left:before{transform:rotate(180deg)}.carousel .scroll-ctnr{margin:0 auto;background:var(--block-background-color)}.carousel .scroll-ctnr .content{align-items:center}.carousel .pdt{opacity:.8;cursor:pointer;position:relative}.carousel .pdt figure{margin:0;padding:10px;width:100%;height:100%;display:flex;flex-flow:row;justify-content:space-between;align-items:center;border:1px solid var(--border-color);border-radius:var(--rounded-radius);position:relative}.carousel .pdt figure .img-ctnr{height:100%;display:flex;justify-content:center;align-items:center}.carousel .pdt figure .img-ctnr img{max-width:100%;max-height:100%}.carousel .pdt figure .label-wrapper{flex:0 0 60%;font-size:.9em;line-height:1.5;color:var(--text-color,var(--main-color));display:none}.carousel .pdt.selected,.carousel .pdt:focus,.carousel .pdt:hover{opacity:1;outline:0}.carousel .pdt.selected figure,.carousel .pdt:focus figure,.carousel .pdt:hover figure{border-color:var(--secondary-color,var(--main-color))}.carousel .pdt.selected figure{border-color:var(--main-color)}.carousel .pdt.selected figure .label-wrapper{color:var(--main-color)}@media (min-width:631px){.carousel{display:block;flex:0 0 calc(35% - 20px)}}@media (min-width:631px) and (max-width:950px){.carousel{flex:0 0 108px;overflow:hidden;padding:0;margin-bottom:20px}.carousel .pdt{width:100px;height:100%;padding:5px}.carousel .pdt figure{padding:5px;justify-content:center}}@media (min-width:951px){.carousel{margin-right:20px}.carousel .scroll-btn{display:none}.carousel .scroll-ctnr{overflow-x:hidden;overflow-y:auto;scroll-behavior:smooth;scrollbar-color:var(--secondary-color,var(--main-color)) var(--border-color);scrollbar-width:thin}.carousel .scroll-ctnr::-webkit-scrollbar{width:5px}.carousel .scroll-ctnr::-webkit-scrollbar-track{background:var(--border-color)}.carousel .scroll-ctnr::-webkit-scrollbar-thumb{background-color:var(--secondary-color,var(--main-color));border-radius:6px}.carousel .scroll-ctnr::-webkit-scrollbar-thumb:hover{background-color:var(--main-color)}.carousel .scroll-ctnr .content{display:flex;flex-flow:column nowrap;transform:translateX(0)!important}.carousel .pdt{flex-basis:100px;width:100%;padding:0 10px 10px;display:flex;justify-content:flex-start;align-items:center}.carousel .pdt figure .img-ctnr{flex:0 0 33%;max-height:88px;max-width:100px}.carousel .pdt figure .label-wrapper{display:flex;justify-content:flex-start;align-items:center;font-weight:600}.carousel .pdt figure .label-wrapper .lbl{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.carousel .pdt figure .label-wrapper.with-subtitle{flex-flow:column nowrap}.carousel .pdt figure .label-wrapper .subtitle{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;font-size:.9em;font-weight:400;color:var(--text-color);align-self:flex-start}.carousel .pdt:first-child{margin-top:10px}}.product-slider{display:block;height:150px;margin:10px 15px 0;padding:0 20px;overflow:hidden}.product-slider .slide-btn{width:20px;height:20px;top:50%;transform:translateY(-50%);background:0 0;display:flex;justify-content:center;align-items:center}.product-slider .slide-btn .picto{filter:brightness(50%);top:initial;width:20px;height:20px;background:var(--secondary-color,var(--main-color));-webkit-mask:url('../arrow.svg') 50% 50%/contain no-repeat;mask:url('../arrow.svg') 50% 50%/contain no-repeat}.product-slider .slide-btn.left{padding:0}.product-slider .slide-btn.left .picto{transform:rotate(180deg)}.product-slider .slide-btn.right{padding:0}.product-slider .slide-btn.right .picto{transform:none}.product-slider .slide-btn:focus .picto,.product-slider .slide-btn:hover .picto{filter:initial}.product-slider .ctnr{margin:0 auto}.product-slider .ctnr .pdt{display:flex;justify-content:center;align-items:center}.product-slider .ctnr .pdt img{max-width:100%;max-height:100%}.product-slider.no-sibling .content{padding:20px 0}@media (max-width:630px){.product-slider{margin-top:0}}@media (min-width:530px) and (max-width:630px){.product-slider{height:200px;margin:0 var(--drawer-h-margin)}}.product-dropdown{border-radius:var(--rounded-radius);border:1px solid var(--border-color);--dropdown-hover-color:var(--main-color);--dropdown-background-color:var(--block-background-color);--dropdown-border-radius:var(--rounded-radius)}.product-dropdown.expanded{border-bottom-left-radius:0;border-bottom-right-radius:0}@media (min-width:530px) and (max-width:630px){.product-dropdown{margin:0 var(--drawer-h-margin)}.product-dropdown .products{max-width:100%}}@media (max-width:630px){.product-dropdown{margin:0 15px;--dropdown-background-color:var(--ddn-mobile-background-color)}}@media (min-width:631px){.product-dropdown{margin-bottom:20px}}.product-dropdown .selection{border:none}.catalog-selector{padding-bottom:1.2em}@media (max-width:630px){.catalog-selector{background-color:var(--mobile-background-color,#fff);padding:15px 15px 1.2em}}@media (min-width:631px){.catalog-selector{background-color:var(--background-color,#fff)}}@media (min-width:951px){.catalog-selector{grid-template-columns:repeat(2,minmax(0,1fr))}}.dropdown{--bg-color:var(--block-background-color, #fff);outline:0;font-size:.8em}.dropdown:focus-within{--border-color:var(--secondary-color, #eee)}.product{padding:0 20px 20px;overflow:hidden;display:flex;flex-flow:column nowrap;justify-content:center;align-items:stretch;text-align:center}.product .img-ctnr{padding:20px 20px 0;display:none;justify-content:center;align-items:center;overflow:hidden}.catalog-select .product .img-ctnr{flex:1 1 auto;display:flex}.product .img-ctnr img{max-width:100%;max-height:100%;object-fit:contain}@media (max-width:630px){.product .img-ctnr{max-height:300px}.product .img-ctnr img{max-height:280px}}.product .details{display:block;flex-flow:column;justify-content:flex-start}.product .details .description{display:none;flex:1 auto;text-align:center;font-size:1em;max-height:initial;overflow-x:hidden;overflow-y:auto;scroll-behavior:smooth;scrollbar-color:var(--secondary-color,var(--main-color)) var(--border-color);scrollbar-width:thin}.product .details .description::-webkit-scrollbar{width:5px}.product .details .description::-webkit-scrollbar-track{background:var(--border-color)}.product .details .description::-webkit-scrollbar-thumb{background-color:var(--secondary-color,var(--main-color));border-radius:6px}.product .details .description::-webkit-scrollbar-thumb:hover{background-color:var(--main-color)}.product .details .description .content{overflow:initial}.product .details .description p{margin:0;padding:0 10px 10px}.product .details .description .toggle{font-weight:400;text-decoration:underline;align-self:center;color:var(--text-color)}.product .details .description .toggle:focus,.product .details .description .toggle:hover{text-decoration:none}.product h1{flex:0 0 22%;margin:0;padding:20px;text-align:center;font-size:1.2em;line-height:1.2em;color:var(--main-color);font-family:var(--font-title)}@media (max-width:630px){.product h1{flex:none;padding:10px 0;font-size:.9em;line-height:initial}}@media (max-width:630px){.product{padding:0 15px;margin-top:15px}.product .description.collapser{display:block;padding-bottom:20px}}@media (min-width:631px){.product{padding:0;flex:1 1 65%;height:100%;background:var(--block-background-color);border-radius:var(--rounded-radius)}.product .img-ctnr{flex:1 1 auto;display:flex;max-height:50%}.product h1{flex:1 auto}.product .details{flex:0 0 auto;display:flex;max-height:50%}.product .details .description:not(.collapser){display:block}}@media (min-width:631px) and (max-width:950px){.product{flex:1 1 auto;padding-left:2px}}@media (min-width:530px) and (max-width:630px){.product{padding:0 var(--drawer-h-margin)}}.locbar-ctnr{padding:0 20px;max-width:100%;position:relative}.locbar-ctnr .locbar{z-index:30;position:relative;top:0;left:0;width:100%;min-height:42px;border:1px solid var(--border-color);border-radius:var(--rounded-radius);background:var(--block-background-color);overflow:hidden;transition:all .2s ease-in-out}.locbar-ctnr .locbar:focus-within{border-color:var(--secondary-color,var(--main-color))}.locbar-ctnr .locbar .pin-icon{position:absolute;z-index:1;top:10px;left:12px;width:20px}.locbar-ctnr .locbar .pin-icon .pin{fill:var(--main-color)}.locbar-ctnr .locbar .pin-icon .ellipse{fill:var(--secondary-color,var(--main-color))}.locbar-ctnr .locbar .locate{width:30px;height:30px;border-radius:15px;padding:6px;position:absolute;top:6px;right:6px;display:flex;justify-content:center;align-items:center;cursor:pointer;transition:.4s ease-in-out}.locbar-ctnr .locbar .locate:focus,.locbar-ctnr .locbar .locate:hover{transform:rotate(360deg)}.locbar-ctnr .locbar .locate:focus svg,.locbar-ctnr .locbar .locate:hover svg{filter:saturate(120%)}.locbar-ctnr .locbar svg{filter:brightness(50%);fill:var(--secondary-color,var(--main-color))}.locbar-ctnr .locbar #search-input{width:100%;height:42px;padding:8px 40px;border:0;font-size:.9em;background:0 0}.locbar-ctnr .locbar #search-input:focus{outline:0}.locbar-ctnr #_autocomplete{position:relative;overflow:hidden;top:0!important;left:0!important;border:0;font-size:.9em;background:0 0}.locbar-ctnr #_autocomplete li{padding:10px 35px;border:0;overflow:hidden}.locbar-ctnr #_autocomplete li.selected{font-weight:600;background:var(--main-color)}@media (max-width:630px){.locbar-ctnr{margin-top:15px;padding:0 15px;width:100%}.locbar-ctnr .locbar{min-height:initial}.locbar-ctnr .locbar .pin-icon{top:6px;left:10px}.locbar-ctnr .locbar .locate{top:1px;right:0}.locbar-ctnr .locbar #search-input{height:32px}}@media (min-width:631px){.locbar-ctnr{padding:0;grid-row-start:1;grid-column-start:2}}@media (min-width:530px) and (max-width:630px){.locbar-ctnr{margin-top:20px;padding:0 var(--drawer-h-margin)}.locbar-ctnr .locbar .pin-icon{top:10px;left:12px}.locbar-ctnr .locbar .locate{top:6px;right:6px}.locbar-ctnr .locbar #search-input{height:42px}}.stores{flex:1 1 auto;overflow:hidden;padding:0 20px;margin:20px 0 0;display:flex;flex-flow:column nowrap;justify-content:flex-start;align-items:stretch}.stores .error{height:100%;padding:50px;text-align:center;display:flex;justify-content:center;align-items:center}@media (max-width:630px){.stores{width:100%;padding:0 15px;margin-top:15px;min-height:480px}.stores.offline.alcohol-msg{min-height:unset;overflow:visible}.stores.offline.alcohol-msg .store-ctnr{display:block}.stores.offline.alcohol-msg .map{height:180px}}@media (min-width:631px){.stores{padding:0;overflow:visible;grid-row:2/span 2;grid-column-start:2}}@media (min-width:530px) and (max-width:630px){.stores{padding:0 var(--drawer-h-margin);margin-top:20px;min-height:500px}}@media (min-width:631px){.no-location .stores{grid-row:1/span 3;margin:0}}.map .custom-store-marker{background-repeat:no-repeat;background-size:contain;background-position:center center}footer{width:100%;height:30px;margin:5px 0;grid-column:auto;text-align:center;display:flex;justify-content:center;align-items:center}footer .termsofuse{color:var(--text-color)}footer .swaven-link:hover{filter:initial}@media (min-width:631px){footer{grid-column:auto/span 2;justify-content:flex-end}}@media (min-width:631px){#app-ctnr.popin{min-height:350px}}#app-ctnr.inpage{border:1px solid var(--border-color)}#app-ctnr.inpage .header{display:none}@media (max-width:630px){#app-ctnr.inpage{height:auto}#app-ctnr.inpage .map{flex:0 0 200px}}@media (min-width:631px){#app-ctnr.inpage{height:700px}}#app-ctnr.drawer{border:none}@media (min-width:631px){.catalog-select .slider-select .product,.single-product .slider-select .product{margin-top:0}.catalog-select .product-slider,.single-product .product-slider{display:none}}.catalog-select .product,.single-product .product{justify-content:center;align-items:center}@media (min-width:951px){.catalog-select .product,.single-product .product{flex-flow:row nowrap}.catalog-select .product .img-ctnr,.single-product .product .img-ctnr{order:2;flex:0 0 40%;height:100%;max-height:initial;padding:0}.catalog-select .product .img-ctnr img,.single-product .product .img-ctnr img{max-width:80%}.catalog-select .product .details,.single-product .product .details{order:1;flex:1 1 auto;max-height:100%;padding:0 20px}}#app-ctnr.rounded{--rounded-radius:22px}#app-ctnr.rounded .catalog-selector{--border-radius:var(--rounded-radius)}#app-ctnr.rounded .carousel{border-radius:0}#app-ctnr.rounded .carousel .scroll-btn.left{border-radius:0 10px 10px 0}#app-ctnr.rounded .carousel .scroll-btn.right{border-radius:10px 0 0 10px}#app-ctnr.rounded .carousel .scroll-btn:before{-webkit-mask-position-x:60%}#app-ctnr.rounded .carousel .scroll-ctnr{background:0 0}#app-ctnr.rounded .carousel .pdt{opacity:1}#app-ctnr.rounded .carousel .pdt:first-child{margin:0}#app-ctnr.rounded .carousel .pdt figure{border-radius:var(--rounded-radius);background:var(--block-background-color)}@media (min-width:951px){#app-ctnr.rounded .carousel .pdt{padding:0 10px 10px 0}#app-ctnr.rounded .carousel .pdt:last-child{padding-bottom:0}}@media (min-width:631px) and (max-width:950px){#app-ctnr.rounded .carousel .pdt{padding:2px}}#app-ctnr.rounded .product{border-radius:var(--rounded-radius) var(--rounded-radius) 0 var(--rounded-radius)}#app-ctnr.rounded #online-tab{border-top-right-radius:0}#app-ctnr.rounded #offline-tab{border-top-left-radius:0}#app-ctnr.rounded .online #offline-tab{border-top-color:var(--background-color);border-right-color:var(--background-color)}#app-ctnr.rounded .offline #online-tab{border-top-color:var(--background-color);border-left-color:var(--background-color)}#app-ctnr.rounded #offline-stores .btn,#app-ctnr.rounded #online-stores .btn{border-radius:var(--rounded-radius)}#app-ctnr.rounded .store-ctnr{border-bottom-left-radius:var(--rounded-radius)}#app-ctnr.rounded .store-ctnr.single-tab{border-radius:var(--rounded-radius)}#app-ctnr.modern{--block-background-color:var(--background-color);--rounded-radius:22px;min-height:500px}#app-ctnr.modern .catalog-selector{--border-radius:var(--rounded-radius)}#app-ctnr.modern #close svg{border-radius:25px;transition:all .2s ease-in-out;width:30px;height:30px;padding:5px}#app-ctnr.modern #close:focus svg,#app-ctnr.modern #close:hover svg{background:var(--secondary-color,var(--main-color));fill:#ffffff}@media (min-width:631px){#app-ctnr.modern #close{right:6px}}#app-ctnr.modern .scrollbar2::-webkit-scrollbar-track{background:linear-gradient(90deg,rgba(255,255,255,0) 49%,var(--border-color) 50%,rgba(255,255,255,0) 51%)}#app-ctnr.modern .carousel{border-radius:0}#app-ctnr.modern .carousel .scroll-btn{border-radius:var(--rounded-radius);opacity:1}#app-ctnr.modern .carousel .scroll-btn:focus:not(.disabled),#app-ctnr.modern .carousel .scroll-btn:hover:not(.disabled){background:var(--secondary-color,var(--main-color));color:#fff}#app-ctnr.modern .carousel .scroll-btn:focus:not(.disabled):before,#app-ctnr.modern .carousel .scroll-btn:hover:not(.disabled):before{background:#fff}#app-ctnr.modern .carousel .pdt{opacity:1;overflow:visible}#app-ctnr.modern .carousel .pdt figure{border-radius:10px;border-color:transparent}#app-ctnr.modern .carousel .pdt figure:after{content:'';position:absolute;z-index:-1;top:0;left:0;width:100%;height:100%;opacity:.1;pointer-events:none;border-radius:10px;background:var(--main-color)}#app-ctnr.modern .carousel .pdt:first-child{margin:0}#app-ctnr.modern .carousel .pdt:focus figure:after,#app-ctnr.modern .carousel .pdt:hover figure:after{filter:brightness(4)}#app-ctnr.modern .carousel .pdt.selected figure{border-color:var(--main-color);background:var(--color-variation-1)}#app-ctnr.modern .carousel .pdt.selected figure:after{filter:brightness(4)}@media (min-width:951px){#app-ctnr.modern .carousel .scroll-ctnr::-webkit-scrollbar-track{background:linear-gradient(90deg,rgba(255,255,255,0) 49%,var(--border-color) 50%,rgba(255,255,255,0) 51%)}#app-ctnr.modern .carousel .pdt{padding:0 10px 10px 0}#app-ctnr.modern .carousel .pdt:last-child{padding-bottom:0}}#app-ctnr.modern .product-slider .slide-btn{width:30px;height:30px;border-radius:22px;transition:all .2s ease-in-out;background:0 0}#app-ctnr.modern .product-slider .slide-btn .picto{width:10px;height:15px}#app-ctnr.modern .product-slider .slide-btn:focus,#app-ctnr.modern .product-slider .slide-btn:hover{outline:0;background:var(--secondary-color,var(--main-color))}#app-ctnr.modern .product-slider .slide-btn:focus .picto,#app-ctnr.modern .product-slider .slide-btn:hover .picto{background:#fff}#app-ctnr.modern .product-slider .slide-btn:focus:after{display:none}#app-ctnr.modern .product{border-radius:0}#app-ctnr.modern .product .description{font-size:1em}#app-ctnr.modern .product .description::-webkit-scrollbar-track{background:linear-gradient(90deg,rgba(255,255,255,0) 49%,var(--border-color) 50%,rgba(255,255,255,0) 51%)}#app-ctnr.modern .product .description p{font-weight:300}@media (max-width:630px){#app-ctnr.modern .product h1{font-size:1.2em;font-weight:500}#app-ctnr.modern .product p{font-size:.8em}}#app-ctnr.modern .product-dropdown{border-color:transparent}#app-ctnr.modern .product-dropdown .products{--dropdown-background-color:#fff}#app-ctnr.modern .product-dropdown:after{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background:var(--main-color);opacity:.2;pointer-events:none;transition:all .2s ease-in-out;border-radius:var(--rounded-radius)}#app-ctnr.modern .product-dropdown.expanded:after{border-radius:var(--rounded-radius) var(--rounded-radius) 0 0}#app-ctnr.modern .product-dropdown:focus-within{border-color:var(--main-color);background:#fff}#app-ctnr.modern .product-dropdown:focus-within:after{opacity:.1}#app-ctnr.modern .locbar-ctnr .locbar{border-color:transparent}#app-ctnr.modern .locbar-ctnr .locbar:after{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background:var(--main-color);opacity:.2;pointer-events:none;transition:all .2s ease-in-out;z-index:-1}#app-ctnr.modern .locbar-ctnr .locbar:focus-within{border-color:var(--main-color);background:#fff}#app-ctnr.modern .locbar-ctnr .locbar:focus-within:after{opacity:.1}#app-ctnr.modern .locbar-ctnr .locate{background:0 0;border-radius:22px}#app-ctnr.modern .locbar-ctnr .locate:focus,#app-ctnr.modern .locbar-ctnr .locate:hover{background:var(--secondary-color,var(--main-color))}#app-ctnr.modern .locbar-ctnr .locate:focus svg,#app-ctnr.modern .locbar-ctnr .locate:hover svg{fill:#ffffff}#app-ctnr.modern #tabs{border-radius:25px;overflow:hidden;margin-bottom:22px;position:relative}#app-ctnr.modern #tabs:after{content:'';position:absolute;top:0;left:0;width:100%;height:100%;opacity:.2;pointer-events:none;border-radius:10px;background:var(--main-color)}#app-ctnr.modern #tabs .tab{border:0;background:0 0;color:var(--secondary-color);font-weight:300;transition:all .1s ease-in-out}#app-ctnr.modern #tabs .tab:focus,#app-ctnr.modern #tabs .tab:hover{outline:0}@media (max-width:630px){#app-ctnr.modern #tabs{flex:0 0 34px}}@media (min-width:530px) and (max-width:630px){#app-ctnr.modern #tabs{flex:0 0 44px}}#app-ctnr.modern #online-tab{border-radius:0 22px 22px 0}#app-ctnr.modern #offline-tab{border-radius:22px 0 0 22px}#app-ctnr.modern .offline #offline-tab,#app-ctnr.modern .online #online-tab{background:var(--secondary-color,var(--main-color));color:var(--color-variation-1)}#app-ctnr.modern .offline #offline-tab label,#app-ctnr.modern .online #online-tab label{color:var(--btn-text-color,#fff)}#app-ctnr.modern .offline #offline-tab:focus,#app-ctnr.modern .offline #offline-tab:hover,#app-ctnr.modern .online #online-tab:focus,#app-ctnr.modern .online #online-tab:hover{color:var(--color-variation-1)}#app-ctnr.modern .online #online-tab{flex:1 1 60%}#app-ctnr.modern .offline #offline-tab{flex:1 1 60%}#app-ctnr.modern .map{margin-bottom:20px;border:1px solid var(--border-color);border-radius:22px}#app-ctnr.modern .store-ctnr{background:0 0;border:0}#app-ctnr.modern #offline-stores::-webkit-scrollbar-track,#app-ctnr.modern #online-stores::-webkit-scrollbar-track{background:linear-gradient(90deg,rgba(255,255,255,0) 49%,var(--border-color) 50%,rgba(255,255,255,0) 51%)}#app-ctnr.modern #offline-stores .row:after,#app-ctnr.modern #online-stores .row:after{width:calc(100% - 20px);margin:0 20px 0 0}#app-ctnr.modern #offline-stores .row.active:after,#app-ctnr.modern #online-stores .row.active:after{width:100%}#app-ctnr.modern #offline-stores .btn,#app-ctnr.modern #online-stores .btn{border-radius:20px}