:root{--white:#fff;--off-white:#f1f1f1;--black:#000;--dark:#000;--primary:#7ddc70;--light-primary:#cdfbe8;--dark-primary:#208812;--secondary:#276354;--primary-gradient:linear-gradient(90deg,var(--secondary),var(--primary));--grey:#7e7e7e;--light-grey:#e2e2e2;--very-light-grey:#f5f8fa;--very-light-grey-prev:#f5f5f5;--disabled-grey:#cfd3cf;--dashboard-grey:#f0f0f0;--inactive-grey:#bbb5b5;--placeholder-grey:#afafaf;--dark-grey:#504d4d;--green-grey:#ddedea;--nbd-green:#005737;--facebook-blue:#385898;--whatsapp-green:#25d366;--youtube-red:red;--nbd-label-green:#070;--nbd-field-yellow:#ff9;--nbd-mobile-grey:#e0e0e0;--nbd-mobile-label-black:#030f0b;--warning-yellow:#feee94;--tooltip-yellow:#f8f6dd;--dark-warning-yellow:#df9824;--error-red:#e04747;--light-error-red:#ffb5b5;--very-light-error-red:#f8dbdb;--sale-red:red;--action-blue:#2873d0;--light-translucent:rgb(0 0 0/39%);--translucent:rgba(0,0,0,0.67);--dark-translucent:rgba(0,0,0,0.8);--info-blue:#0440c0;--link-blue:#1a73e8;--light-info-blue:#bfd3ff;--info-pink:#d54cd5;--light-info-pink:#f5d6f5;--credit-green:#68cb5b;--searchBarHeight:100px;--topBarHeight:100px;--sideBarBottomHeight:100px;--tiny-font:0.7em;--small-font:0.8em;--med-font:0.9em;--strong-font:1.2em;--title-font:1.5em;--header-font:2.5em}@font-face{font-family:"Merienda";src:local("Merienda"),url(/static/media/Merienda-Regular.47a69df0.ttf) format("truetype")}@font-face{font-family:"Lato";src:local("Lato"),url(/static/media/Lato-Regular.2d36b1a9.ttf) format("truetype")}@font-face{font-family:"DancingScript";src:local("DancingScript"),url(/static/media/DancingScript.d3bebba9.ttf) format("truetype")}@font-face{font-family:"Raleway";src:local("Raleway"),url(/static/media/Raleway-Regular.75b4247f.ttf) format("truetype")}@font-face{font-family:"Roboto";src:local("Roboto"),url(/static/media/Roboto-Regular.f36638c2.ttf) format("truetype")}@media (max-width:700px){:root{--searchBarHeight:165px}}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}html{overflow-x:hidden}#root,body,html{box-sizing:border-box;width:100vw;height:100vh}*,:after,:before{box-sizing:inherit}code{font-family:source-code-pro,Menlo,Monaco,Consolas,"Courier New",monospace}.bold{font-weight:600}.button{min-height:32px;height:32px;border-radius:4em;background-color:#7e7e7e;background-color:var(--grey);color:#fff;color:var(--white);border-width:.5px;border-color:#f5f8fa;border-color:var(--very-light-grey);outline:none;padding:2px 1em;cursor:pointer;white-space:nowrap;-webkit-tap-highlight-color:transparent}a.button{text-decoration:none;display:inline-block;border:2px outset}.button:focus,.button:hover{-webkit-filter:brightness(85%);filter:brightness(85%)}.button.dark{background-color:#000;background-color:var(--dark)}.button.white{background-color:#fff;background-color:var(--white);border-color:#000;border-color:var(--dark);color:#000;color:var(--dark)}.button.primary{background:#7ddc70;background:var(--primary);color:#000;color:var(--dark);font-weight:600}.button.warning{color:#fff;color:var(--white);background:#df9824;background:var(--dark-warning-yellow);border:1px outset #df9824;border:1px outset var(--dark-warning-yellow)}.button.error{background-color:#e04747;background-color:var(--error-red)}.button.action{background-color:#2873d0;background-color:var(--action-blue)}.button.info{background-color:#0440c0;background-color:var(--info-blue)}.button.disabled{background:#cfd3cf;background:var(--disabled-grey);color:#7e7e7e;color:var(--grey);border-style:solid;border-color:#7e7e7e;border-color:var(--grey);font-weight:600;cursor:not-allowed}.button.disabled:active,.button.disabled:focus,.button.disabled:hover{border:1px solid #7e7e7e;border-color:var(--grey);outline:none;-webkit-filter:brightness(100%);filter:brightness(100%)}.button.big{min-height:3em;font-size:1.2em;font-weight:100;border-radius:4em}.button.wide{width:100%}.button.outline{background:#fff;background:var(--white);border:2px solid #208812;border:2px solid var(--dark-primary);color:#208812;color:var(--dark-primary);font-weight:600}.button.outline:hover{background:#cdfbe8;background:var(--light-primary);-webkit-filter:brightness(100%);filter:brightness(100%)}.button.gradient{background-image:linear-gradient(90deg,#276354,#7ddc70);background-image:var(--primary-gradient)}.button.icon{display:flex;align-items:center;justify-content:center}.button.icon svg{margin-right:5px}.button.icon-right svg{margin-right:0;margin-left:5px}@media(max-width:700px){.button{font-size:.8em;font-size:var(--small-font);white-space:normal;height:unset}}@media(max-width:300px){.button{font-size:.7em;font-size:var(--tiny-font)}}.buttonHolder{display:flex;justify-content:flex-end}.buttonPanel{padding:.5em}.buttonHolder>button{margin-left:.5em}.input,.select,.textarea{padding:12px;width:100%;border:.5px solid #7e7e7e;border:.5px solid var(--grey);background:#f5f8fa;background:var(--very-light-grey);border-radius:4px}::-webkit-input-placeholder{color:#afafaf;color:var(--placeholder-grey);opacity:1}:-ms-input-placeholder{color:#afafaf;color:var(--placeholder-grey);opacity:1}::-ms-input-placeholder{opacity:1}::placeholder{color:#afafaf;color:var(--placeholder-grey);opacity:1}::-ms-input-placeholder{color:#afafaf;color:var(--placeholder-grey)}.input.error{background-color:#ffb5b5;background-color:var(--light-error-red);border-color:#e04747;border-color:var(--error-red)}.select{cursor:pointer}.tableSelect{padding:3px;border:1px outset #e2e2e2;border:1px outset var(--light-grey);border-radius:4px}.textarea{min-height:80px}.radioList>label{margin:0 0 .5em}.radioList.horizontal{display:flex}.radioList.horizontal>label{margin:0 .5em 0 0}.readOnly{cursor:not-allowed}.badge,.readOnly{background:#e2e2e2;background:var(--light-grey)}.badge{padding:1px 10px;color:#504d4d;color:var(--dark-grey);border-radius:20px;border:1px solid #504d4d;border:1px solid var(--dark-grey);display:inline-block;text-transform:capitalize;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;white-space:nowrap;font-size:14px}.badge.icon{display:inline-flex;align-items:center;justify-content:center}.badge.icon svg{font-size:16px;margin-right:5px}.badge.primary{color:#208812;color:var(--dark-primary);background:#cdfbe8;background:var(--light-primary);border:1px solid #208812;border:1px solid var(--dark-primary)}.badge.error{color:#e04747;color:var(--error-red);background:#ffb5b5;background:var(--light-error-red);border:1px solid #e04747;border:1px solid var(--error-red);margin:5px}.badge.warning{color:#000;color:var(--dark);background:#feee94;background:var(--warning-yellow);border:1px solid #df9824;border:1px solid var(--dark-warning-yellow)}.badge.dark{color:#fff;color:var(--white);background:#000;background:var(--dark);border:1px solid #fff;border:1px solid var(--white)}.badge.outline{color:#000;color:var(--dark);background:#fff;background:var(--white);border:2px solid #000;border:2px solid var(--dark)}.badge.info{background:#0440c0;background:var(--info-blue);border:1px solid #0440c0;border:1px solid var(--info-blue)}.badge.element,.badge.info{color:#fff;color:var(--white)}.badge.element{background:#d54cd5;background:var(--info-pink);border:1px solid #d54cd5;border:1px solid var(--info-pink)}.badge.wrap{white-space:normal}.badgeHolder .badge{margin:5px}.screen{min-height:100%;display:block;background:#ddedea;background:var(--green-grey)}.termsScreen{overflow-y:auto;background-color:#f5f8fa;background-color:var(--very-light-grey)}.searchBarPresent{padding-top:100px;padding-top:var(--searchBarHeight)}.topBarPresent{padding-top:100px;padding-top:var(--topBarHeight)}.mainContent{flex:1 1;display:flex;min-height:100%}.logo{cursor:pointer}@media (max-width:700px){.mainContent{padding-bottom:100px;padding-bottom:var(--sideBarBottomHeight)}}.title{font-weight:600;font-size:1.5em;font-size:var(--title-font);font-family:"Raleway";display:flex;align-items:center}.title.center{justify-content:center}.title>svg{margin-right:.5em}.center{text-align:center}.centerDiv{display:flex;align-items:center;justify-content:center}.strong{font-weight:600;font-size:1.2em;font-size:var(--strong-font)}.space-bottom{margin-bottom:1em}.space-bottom-05em{margin-bottom:.5em}.space-top-05em{margin-top:.5em}.space-right{margin-right:1em}.space-right-05em{margin-right:.5em}.space-left{margin-left:1em}.space-left-05em{margin-left:.5em}.strong.icon{display:flex;align-items:center}.strong.icon svg{font-size:40px}.strongTitle{font-size:1.5em}.productTitle{font-size:2.5em;font-size:var(--header-font);margin:.2em 0;font-weight:100;color:#7e7e7e;color:var(--grey)}@media (max-width:400px){.productTitle{margin-top:1em;font-size:2em}.strongTitle{font-size:1.2em}}.productImage{max-height:220px;max-width:300px;border-radius:8px}.preload{width:100%;height:200px;min-height:100px;max-height:100%;max-width:100%;background:#e2e2e2;background:var(--light-grey);border-radius:4px}.preload img{visibility:hidden}.postload{background:none}.postload>div{height:100%}.topBar{height:100px;height:var(--searchBarHeight);background-image:linear-gradient(90deg,#276354,#7ddc70);background-image:var(--primary-gradient);display:flex;align-items:center;position:fixed;width:100%;z-index:101;top:0}.topBar img{margin-left:1em;height:90px;width:auto}@media (max-width:700px){.topBar img{height:70px}}@media (max-width:400px){.topBar .logo{height:70px}}@media (max-height:400px){.topBar{position:relative}.searchBarPresent,.topBarPresent{padding-top:0}}.anchorLink{text-decoration:underline;color:#000;color:var(--dark);cursor:pointer}.anchorLink:hover{font-weight:600}.anchorWithoutStyles{text-decoration:none;color:unset}.greenAnchor{cursor:pointer;color:#208812;color:var(--dark-primary);text-decoration:underline;margin-left:5px}.errorText{font-size:14px;color:#e04747;color:var(--error-red)}.errorText:first-letter{text-transform:capitalize}.errorBar,.successBar{padding:1em;margin:1em;border:1px solid #208812;border:1px solid var(--dark-primary);border-radius:4px;background:#cdfbe8;background:var(--light-primary);color:#000;color:var(--dark);display:flex;justify-content:center}.errorBar{background:#ffb5b5;background:var(--light-error-red);border-color:#e04747;border-color:var(--error-red);color:#e04747;color:var(--error-red)}.showcase{background:#ddedea!important;background:var(--green-grey)!important}.form{width:400px;border:1px solid #e2e2e2;border:1px solid var(--light-grey);padding:2em;height:400px;display:flex;flex-direction:column;justify-content:center;background:#fff;background:var(--white);border-radius:16px;scroll-behavior:smooth}.formSection{background-color:#fff;background-color:var(--white);margin-bottom:1em;padding:1em;border-radius:16px}.form.extend{min-height:400px;height:auto}@media (max-width:500px){.form{width:100%}}.formHelperText{font-size:.8em;font-size:var(--small-font)}.formTitle{font-weight:600;font-size:1.2em;font-size:var(--strong-font);text-align:center}.formTitle.white{color:#fff;color:var(--white)}.formTitle.space{margin-bottom:1em}.formLabel{text-transform:capitalize;margin-bottom:5px}.formNotes{font-size:.8em;font-size:var(--small-font);color:#0440c0;color:var(--info-blue)}.formNotes.info{display:flex;align-items:center}.authScreen{background:#f5f8fa;background:var(--very-light-grey)}.authScreen,.imageFrame{justify-content:center;align-items:center}.imageFrame{height:225px;min-width:305px;overflow:hidden;margin-right:1em;display:flex}@media (max-width:600px){.imageFrame{min-width:0;width:100%;margin-right:0}}.deleteForm{height:250px;width:100%}.checkoutField{border:1px inset #e2e2e2;border:1px inset var(--light-grey);border-radius:16px;background:#fff;background:var(--white);padding:1em}.checkoutField.flex{display:flex;flex-wrap:wrap}@media (max-width:300px){.checkoutField.flex{display:block}}.lineItem{font-size:.8em;font-size:var(--small-font);display:flex;justify-content:space-between;color:#504d4d;color:var(--dark-grey);margin-bottom:2px}.lineItemLabel{max-width:200px;display:flex;margin-right:1em}.lineItemQuantity{margin-right:10px}.calculationSection{border-bottom:1px solid #7e7e7e;border-bottom:1px solid var(--grey);padding-bottom:.5em;margin-bottom:.5em;overflow:auto;max-height:30vh}.providerLogo{max-width:8em;max-height:5em;height:auto}@media (max-width:350px){.providerLogo{max-width:100%}}.checkoutOption{padding:10px;border:1px outset #e2e2e2;border:1px outset var(--light-grey);border-radius:16px;margin-bottom:7px;font-size:.9em;font-size:var(--med-font);background:#fff;background:var(--white)}.checkoutOption:hover{-webkit-filter:brightness(90%);filter:brightness(90%)}.checkoutOption.selected{background-color:#cdfbe8;background-color:var(--light-primary);border-style:inset}.checkoutOption.unavailable{-webkit-filter:contrast(.3);filter:contrast(.3);border-style:solid;border-color:#bbb5b5;border-color:var(--inactive-grey);color:#7e7e7e;color:var(--grey)}.infoHighlight{color:#0440c0;color:var(--info-blue)}.dashboardScreen{padding:1em;background-color:#fff;background-color:var(--white);border:1px outset;border-radius:16px;margin-bottom:1em}.dashboardSideMenu{min-height:calc(100vh - 40px);width:20%;float:left;border:1px outset;background:#fff;background:var(--white)}.dashboardScreenArea{width:80%;padding:1em;min-height:calc(100vh - 40px);overflow:auto}@media (max-width:700px){.dashboardSideMenu{display:none}.dashboardScreenArea{width:100%}}.checkboxContainer{display:flex;align-items:center;justify-content:center}.mobileNavigationBar{display:flex;justify-content:space-around;border:1px outset #000;border:1px outset var(--dark);box-shadow:0 -1px 2px #7e7e7e;box-shadow:0 -1px 2px var(--grey);padding:7px 5px;position:fixed;bottom:0;width:100%;background:#000;background:var(--dark);z-index:200}.phoneOnly{display:none}.tooltip{max-width:30vw}@media(max-width:700px){.phoneOnly{display:block}.phoneOnly.flex{display:flex}}@media (max-width:500px){.phoneFormContainer{padding-left:1em;padding-right:1em}}.statsPanel{display:flex;justify-content:space-between;padding:.5em}@media(max-width:700px){.statsPanel{display:block}}.navigationList{height:45vh;max-height:45vh;overflow-y:auto;background:#f5f8fa;background:var(--very-light-grey);border:1px solid #e2e2e2;border:1px solid var(--light-grey);padding:5px;border-radius:16px}.navigationListHeader{display:flex;align-items:center;color:#276354;color:var(--secondary)}@media(max-width:700px){.navigationList{background:none;overflow:visible;max-height:none;border:none}}.responseIcon{background-color:#e2e2e2;background-color:var(--light-grey);height:18vh;width:18vh;display:flex;justify-content:center;align-items:center;border-radius:18vh}.responseIcon svg{color:#fff;color:var(--white);font-size:10vh}.iconCircle{height:80px;width:80px;border-radius:50%;border:1px solid #504d4d;border:1px solid var(--dark-grey);display:flex;align-items:center;justify-content:center;background-color:#f5f8fa;background-color:var(--very-light-grey)}.iconCircle svg{color:#7e7e7e;color:var(--grey);font-size:40px}.cardResultContainer{width:100%;display:flex;justify-content:center;align-items:center;background-color:#f5f8fa;background-color:var(--very-light-grey)}.cardResultContainer img{position:fixed;top:0;left:0;height:100px}.cardResultTitle{font-size:1.8em;margin:.2em 0;font-weight:100;color:#7e7e7e;color:var(--grey)}.cardResultTitleContainer{display:flex;align-items:center;text-align:center}.cardResultInnerContainer{display:flex;justify-content:center;align-items:center;flex-direction:column;padding:5em 2em;background:#fff;border:1px outset;border-radius:16px;max-width:90%}@media(max-width:700px){.cardResultContainer img{height:80px}.cardResultInnerContainer{padding:3em 2em}}.cardResultNext{font-size:.8em;font-size:var(--small-font);text-align:justify}.info-bubble{background:#f5f8fa;background:var(--very-light-grey);border-radius:1em;padding:.5em 1em;margin-bottom:.5em;color:#000;color:var(--dark)}.info-bubble span{font-weight:600}.balance{font-family:monospace}.balance.pop{font-weight:600;font-size:17px}.balance.header{font-size:32px;font-weight:600}.balance.bold{font-weight:600}.balance.credit{color:#68cb5b;color:var(--credit-green)}.balance em{font-size:.75em;font-style:normal}.negative-balance{color:red;color:var(--sale-red)}.ReactTags__tagInput{width:200px;border-radius:2px;display:inline-block}.ReactTags__tagInputField{padding:.5em;width:100%;border:.5px solid #e2e2e2;border:.5px solid var(--light-grey);background:#f5f8fa;background:var(--very-light-grey);border-radius:4px}.ReactTags__tags{position:relative;z-index:1}.ReactTags__selected span.ReactTags__tag{border:1px solid #ddd;background:#f5f8fa;background:var(--very-light-grey);font-size:12px;display:inline-block;padding:5px;margin:3px 5px;border-radius:2px}.ReactTags__selected a.ReactTags__remove{color:#aaa;margin-left:5px;cursor:pointer}.ReactTags__remove{border:none;cursor:pointer;background:none}.ReactTags__suggestions{position:absolute;max-height:200px;overflow-y:auto}.ReactTags__suggestions ul{list-style-type:none;box-shadow:.05em .01em .5em rgba(0,0,0,.2);background:#fff;width:200px;margin:0;padding:0;border:1px solid #7e7e7e;border:1px solid var(--grey);border-bottom-right-radius:16px;border-bottom-left-radius:16px}.ReactTags__suggestions li{border-bottom:1px solid #ddd;padding:5px 10px;margin:0}.ReactTags__suggestions li mark{text-decoration:underline;background:none;font-weight:600}.ReactTags__suggestions ul li.ReactTags__activeSuggestion{background:#cdfbe8;background:var(--light-primary);cursor:pointer}.socialMetric{display:inline-flex;align-items:center;color:#504d4d;color:var(--dark-grey);font-family:"Roboto";font-size:.8em;font-weight:700}.socialMetric svg{height:18px}.socialMetric.interactive{cursor:pointer}.orderItemModal{display:flex;flex-direction:column;min-width:400px}.innerOrderItemModal{display:flex;flex-direction:column;height:100%;overflow:auto}.orderItemCounter{padding:.5em;text-align:center}@media(max-width:700px){.socialMetric{font-size:.8em}.orderItemModal{min-width:unset}}.actionsDropdown{padding:.5em;margin-top:5px;background:#fff;background:var(--white);border:1px outset;border-radius:16px}.checkoutTitle{display:flex;align-items:center}.checkoutTitle>img{height:40px;margin:0 5px;width:auto}.checkoutTitle.med>img{height:80px}.amount{font-family:monospace;font-size:18px}.amount label{white-space:nowrap;padding:5px}.amount input{font-family:monospace;border:.5px solid;background:#f5f8fa;background:var(--very-light-grey);border-radius:4px;font-size:18px;padding:5px}.amount.big{font-size:60px}.amount.fit input{width:300px}.amount.flex{display:flex;justify-content:center}.amount.spaced{margin:20px 0}.amount.center{text-align:center}.amount.big input{font-size:60px;padding:0}.amount.big label{padding:0}@media (max-width:700px){.amount.big{font-size:48px}.amount.big input{width:200px;font-size:48px}}@media (max-width:300px){.amount.big input{width:130px}}.spaced{margin:1em}.spaced-05em{margin:.5em}.instructionTitle{text-align:center;font-size:1.5em;font-weight:600;text-transform:capitalize;text-decoration:underline}.instructions{color:#0440c0;color:var(--info-blue);display:flex;align-items:center;text-align:left;font-weight:600;font-size:.8em;font-size:var(--small-font)}.amountHighlight{background-color:#cdfbe8;background-color:var(--light-primary);border:1px solid #208812;border:1px solid var(--dark-primary);border-radius:32px;font-size:1.5em;padding:.5em}.createPanel{display:flex;justify-content:center}.modalContent{position:relative;border:1px outset #ccc;background:#fff;background:var(--white);padding:20px;height:100%;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;border-radius:16px;outline:none;max-width:100%}.modalContent.fit{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;max-height:100%;overflow:auto}.modalContent.contained{padding:0}.modalContent.menu{height:100vh;margin-left:120vw;width:100%;outline:none;transition:margin-left .5s;padding:0;background:#f5f8fa;background:var(--very-light-grey);overflow:hidden;border-top-right-radius:0;border-bottom-right-radius:0}.modalContent.slide{margin-left:0}.modalOverlay.menu{padding:0 0 0 60%;z-index:201}@media(max-width:700px){.modalOverlay.menu{padding:0 0 0 20%}}.modalOverlay.noPadding{padding:0}@media(max-width:700px){.modalOverlay.noPadding{padding:1%}}.modalInnerContainer{height:95%;overflow:auto;overscroll-behavior-y:none}.modalInnerContainer.contained{display:flex;flex-direction:column}.modalOverlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.67);background-color:var(--translucent);z-index:201;padding:5% 10%;height:100%;width:100%;display:flex;justify-content:center}.modalOverlay.fullscreen{padding:1%}.modalOverlay.center{display:flex;justify-content:center;align-items:center}.modalCloseButtonContainer{text-align:right;padding:5px 5px 0 0}.modalTitleContainer{display:flex;justify-content:space-between}@media(max-width:700px){.modalContent{width:100%}.modalOverlay{padding:1%}}.modalTransparent{background:transparent;border:none}@media(max-width:400px){.modalTransparent{padding:0}}.modalTransparent>.modalInnerContainer{padding-right:.5em}.modalHeader{padding:.5em;display:flex;flex-direction:column;align-items:center;border-bottom:2px outset;text-align:center}.modalFooter{display:flex;justify-content:flex-end;padding:.5em;border-top:2px inset;height:65px}.modalInner.contained{overflow-y:auto;flex:1 1}.dashboardContainer>div{margin-bottom:2em}.salePreviousPrice{color:#7e7e7e;color:var(--grey);text-decoration:line-through;margin-left:10px;font-weight:400;font-style:italic}.saleEventFlag,.salePreviousPrice{font-size:.8em;font-size:var(--small-font)}.saleEventFlag{background-color:red;background-color:var(--sale-red);color:#fff;color:var(--white);padding:5px;margin:5px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;font-weight:600;text-transform:capitalize}@media(max-width:500px){.saleEventFlag{padding:2px;font-size:.6em}}.upload{align-items:center;height:100%;width:100%;background-color:#f5f8fa;background-color:var(--very-light-grey);cursor:pointer;border:1px dashed;border-radius:16px;padding:1em;position:relative;min-height:200px}.upload,.upload .symbol{display:flex;justify-content:center}.upload .symbol{height:70%;width:70%;flex-direction:column}.upload svg{display:block;height:70%;width:auto;color:#504d4d;color:var(--dark-grey)}.upload input[type=file]{display:none}.upload .button.white{background-color:transparent}.upload:hover{background-color:#fff;background-color:var(--white)}.actionText{cursor:copy}.actionText:hover{background-color:#cdfbe8;background-color:var(--light-primary)}.actionText:active{background-color:#2873d0;background-color:var(--action-blue)}.actionMenu{padding:0 .5em}.actionMenu>div{margin-bottom:.5em}.actionMenu.horizontal{padding:.5em 0;display:flex;justify-content:space-evenly}.facebookIcon svg{color:#385898;color:var(--facebook-blue)}.whatsappIcon svg{color:#25d366;color:var(--whatsapp-green)}.youtubeIcon svg{color:red;color:var(--youtube-red)}.imgIcon{height:60px}.imgIcon.big{height:120px}.iconTitle{display:flex;align-items:center;margin-bottom:10px;font-weight:600}.iconTitle>img{height:40px;margin:0 5px;width:auto}.slogan{color:#7e7e7e;color:var(--grey);font-size:1.1em;margin-bottom:.5em;font-weight:600;font-family:"Raleway",sans-serif}.slogan.primary{color:#7ddc70;color:var(--primary)}.hero{background-image:url(https://firebasestorage.googleapis.com/v0/b/shop-dm.appspot.com/o/shopdm%2Fcarousel%2Fgroceries-opt.jpg?alt=media&token=623ecb83-6252-458b-8e18-cc899d732ac0);background-color:#fff;background-position:50%;background-repeat:no-repeat;background-size:cover;display:flex;margin-bottom:1em;max-width:100%;height:80vh}.hero,.heroContent{justify-content:center;align-items:center}.heroContent{color:#fff;background-color:rgb(0 0 0/39%);background-color:var(--light-translucent);padding:.5em 1em;margin:1em}.heroContent,.heroTitle{text-align:center;border-radius:16px}.heroTitle{font-size:50px;line-height:1.1;font-weight:800;font-family:Raleway,"Lato";padding:.25em}.cta{border:2px outset #fff!important;font-weight:600;margin-top:10px}.cta:active,.cta:hover{background-color:#7ddc70;background-color:var(--primary);border-color:#7ddc70!important;border-color:var(--primary)!important;-webkit-filter:none;filter:none}@media(max-width:1000px){.heroTitle{font-size:1.75em}}@media(max-width:750px){.hero{max-height:50vh;padding-top:0}.heroTitle{padding:.5em}.cta{border:2px outset #fff!important;font-weight:600;font-size:.8em;min-height:15px;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;margin-top:10px}}.topRight{display:flex;align-items:center;justify-content:flex-end;margin-left:1em}.noWrap{white-space:nowrap}.transactionListTitle{font-weight:600;font-size:1.2em;margin:1em .5em}.transactionList{max-height:100vh;overflow-y:auto}.tableList{max-height:200px;overflow-y:auto;border:1px inset;padding:5px;border-radius:8px;min-width:-webkit-fit-content;min-width:-moz-fit-content;min-width:fit-content}.errorShake{-webkit-animation:shake .7s;animation:shake .7s}@-webkit-keyframes shake{10%,90%{transform:translate3d(-1px,0,0)}20%,80%{transform:translate3d(2px,0,0)}30%,50%,70%{transform:translate3d(-4px,0,0)}40%,60%{transform:translate3d(4px,0,0)}}@keyframes shake{10%,90%{transform:translate3d(-1px,0,0)}20%,80%{transform:translate3d(2px,0,0)}30%,50%,70%{transform:translate3d(-4px,0,0)}40%,60%{transform:translate3d(4px,0,0)}}.mapContainer{height:100%;width:500px;overflow-y:hidden}.mapContainer>iframe{height:100%;width:100%}@media(max-width:700px){.mapContainer{width:100%}}.emptyText{display:flex;align-items:center;padding:.5em;white-space:nowrap}.emptyText svg{margin-right:5px}.numberBadge{min-width:22px;height:22px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;font-weight:700;padding:2px}.numberBadge.dark{background-color:#000;background-color:var(--dark);color:#fff;color:var(--white)}.statusTime{font-size:.9em;display:flex;align-items:center;white-space:nowrap}.statusTime svg{font-size:18px;margin-right:5px}.statHolder{display:flex;justify-content:space-around}.card{border:1px outset #e2e2e2;border:1px outset var(--light-grey);border-radius:16px;padding:1em;background-color:#fff;background-color:var(--white)}.clickable:hover{cursor:pointer;-webkit-filter:brightness(90%);filter:brightness(90%)}.h2{font-size:26px;font-weight:600}.h3{font-size:20px;font-weight:700}.h4{font-size:.8em;font-weight:600}.display-flex{display:flex}.flex-direction-column{flex-direction:column}.align-items-center{align-items:center}.justify-content-center{justify-content:center}.justify-content-space-between{justify-content:space-between}.flex-1{flex:1 1}.flex-center{display:flex;align-items:center;justify-content:center}.gap-5{grid-gap:5px;gap:5px}.padding-1em{padding:1em}.padding-05em{padding:.5em}.margin-left-05em{margin-left:.5em}.margin-right-05em{margin-right:.5em}.margin-top-05em{margin-top:.5em}.margin-bottom-05em{margin-bottom:.5em}.margin-top-1em{margin-top:1em}.white-space-nowrap{white-space:nowrap}.display-inline-block{display:inline-block}.border-1px-solid-light-grey{border:1px solid #e2e2e2;border:1px solid var(--light-grey)}.width-100pct{width:100%}.width-fit-content{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.min-width-100pct{min-width:100%}.max-height-50vh{max-height:50vh}.overflow-y-auto{overflow-y:auto}.label{font-size:14px}.text-align-left{text-align:left}.text-align-right{text-align:right}.text-align-center{text-align:center}.text-transform-capitalize{text-transform:capitalize}.color-grey{color:#7e7e7e;color:var(--grey)}.color-link-blue{color:#1a73e8;color:var(--link-blue)}.font-size-14px{font-size:14px}.font-size-12px{font-size:12px}.height-fit-content{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content}.App_container__1wkTx{height:100%}.Loading_container__256h1{height:100vh;background:var(--translucent);width:100vw;position:fixed;top:0;right:0;z-index:210;display:flex;justify-content:center;align-items:center}.Loading_container__256h1.Loading_contained__2FUqC{position:absolute;height:100%;width:100%}.Loading_loader__2VH9d{display:flex;align-items:center;justify-content:center;flex-direction:column}.LoadAnimation_dot-falling__1FFJo{position:relative;left:-9999px;width:10px;height:10px;border-radius:5px;background-color:#28243a;color:var(--primary);box-shadow:9999px 0 0 0 var(--primary);-webkit-animation:LoadAnimation_dotFalling__tJtFC 1s linear infinite;animation:LoadAnimation_dotFalling__tJtFC 1s linear infinite;-webkit-animation-delay:.1s;animation-delay:.1s}.LoadAnimation_dot-falling__1FFJo:after,.LoadAnimation_dot-falling__1FFJo:before{content:"";display:inline-block;position:absolute;top:0}.LoadAnimation_dot-falling__1FFJo:before{-webkit-animation:LoadAnimation_dotFallingBefore__3XqSJ 1s linear infinite;animation:LoadAnimation_dotFallingBefore__3XqSJ 1s linear infinite;-webkit-animation-delay:0s;animation-delay:0s}.LoadAnimation_dot-falling__1FFJo:after,.LoadAnimation_dot-falling__1FFJo:before{width:10px;height:10px;border-radius:5px;background-color:var(--primary);color:var(--primary)}.LoadAnimation_dot-falling__1FFJo:after{-webkit-animation:LoadAnimation_dotFallingAfter__1DLeG 1s linear infinite;animation:LoadAnimation_dotFallingAfter__1DLeG 1s linear infinite;-webkit-animation-delay:.2s;animation-delay:.2s}@-webkit-keyframes LoadAnimation_dotFalling__tJtFC{0%{box-shadow:9999px -15px 0 0 rgba(152,128,255,0)}25%,50%,75%{box-shadow:9999px 0 0 0 var(--primary)}to{box-shadow:9999px 15px 0 0 rgba(152,128,255,0)}}@keyframes LoadAnimation_dotFalling__tJtFC{0%{box-shadow:9999px -15px 0 0 rgba(152,128,255,0)}25%,50%,75%{box-shadow:9999px 0 0 0 var(--primary)}to{box-shadow:9999px 15px 0 0 rgba(152,128,255,0)}}@-webkit-keyframes LoadAnimation_dotFallingBefore__3XqSJ{0%{box-shadow:9984px -15px 0 0 rgba(152,128,255,0)}25%,50%,75%{box-shadow:9984px 0 0 0 var(--primary)}to{box-shadow:9984px 15px 0 0 rgba(152,128,255,0)}}@keyframes LoadAnimation_dotFallingBefore__3XqSJ{0%{box-shadow:9984px -15px 0 0 rgba(152,128,255,0)}25%,50%,75%{box-shadow:9984px 0 0 0 var(--primary)}to{box-shadow:9984px 15px 0 0 rgba(152,128,255,0)}}@-webkit-keyframes LoadAnimation_dotFallingAfter__1DLeG{0%{box-shadow:10014px -15px 0 0 rgba(152,128,255,0)}25%,50%,75%{box-shadow:10014px 0 0 0 var(--primary)}to{box-shadow:10014px 15px 0 0 rgba(152,128,255,0)}}@keyframes LoadAnimation_dotFallingAfter__1DLeG{0%{box-shadow:10014px -15px 0 0 rgba(152,128,255,0)}25%,50%,75%{box-shadow:10014px 0 0 0 var(--primary)}to{box-shadow:10014px 15px 0 0 rgba(152,128,255,0)}}.AppLoader_block__2jBb-{background:#fff}.AppLoader_container__FJtla{height:100vh;background:var(--primary-gradient);width:100vw;position:fixed;top:0;right:0;z-index:210;display:flex;justify-content:center;align-items:center}.AppLoader_center__3YUG2{display:flex;align-items:center;flex-direction:column}.AppLoader_center__3YUG2 img{width:15vw;height:auto;min-width:120px}.AppLoader_animation__2p7ld{padding:.5em}.AppLoader_slogan__2KdnR{color:#fff;font-weight:400}@media (max-width:700px){.AppLoader_center__3YUG2 img{min-width:100px}}.Toast_container__hnzTC{background:var(--white);border:1px outset;border-radius:16px;box-shadow:0 0 10px 1px var(--grey);position:fixed;bottom:-300px;transition:bottom .8s;left:1em;padding:.5em 1em;z-index:202;display:flex;min-height:160px;max-height:210px;width:360px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.Toast_container__hnzTC:hover{-webkit-filter:brightness(90%);filter:brightness(90%)}.Toast_popup__2MiUj{bottom:1em}.Toast_iconContainer__2SdjV{flex:1 1}.Toast_iconContainer__2SdjV>img{width:80px;height:80px}.Toast_contentContainer__zZNPQ{width:200px;overflow-x:hidden}.Toast_title__3Bz-1{font-size:1em}.Toast_body__8kVkB{font-size:var(--small-font);margin:5px 0}@media(max-width:400px){.Toast_container__hnzTC{display:none}}.CloseButton_container__3U-sc>svg{width:30px;height:30px;margin-left:.25em;padding:5px;border-radius:15px}.CloseButton_container__3U-sc.CloseButton_darkTheme__3zOSP>svg{color:var(--dark-grey)}.CloseButton_container__3U-sc.CloseButton_lightTheme__3dUSE>svg{color:var(--white)}.CloseButton_container__3U-sc>svg:hover{cursor:pointer}.CloseButton_container__3U-sc.CloseButton_lightTheme__3dUSE>svg:hover{background:var(--white);color:var(--grey)}.CloseButton_container__3U-sc.CloseButton_darkTheme__3zOSP>svg:hover{background:var(--light-grey)}.CartItem_container__N1tod{display:flex;justify-content:space-between;padding:1em;border:1px solid var(--light-grey);border-radius:16px;margin-bottom:1em}.CartItem_container__N1tod>div{width:370px}.CartItem_productTitle__fa_x7{margin-top:0}.CartItem_frame__Lj98X{display:flex;align-items:center;justify-content:center}.CartItem_productImage__3C1WH{cursor:pointer}.CartItem_price__3kWBR{font-weight:600;font-size:var(--strong-font)}.CartItem_sale__3zbx6 .CartItem_price__3kWBR{color:var(--sale-red)}@media (max-width:1100px){.CartItem_container__N1tod>div{width:50%;text-align:right;display:flex;flex-direction:column;align-items:flex-end}.CartItem_container__N1tod>.CartItem_frame__Lj98X{align-items:center;justify-content:center}.CartItem_container__N1tod img{width:100%;max-height:none}}@media (max-width:1100px){.CartItem_productImage__3C1WH{max-height:150px!important;width:auto!important}}@media (max-width:700px){.CartItem_productImage__3C1WH{max-width:120px!important;height:auto!important}}.QuantityDropdown_container__1MFjL>span{margin-right:10px}.QuantityDropdown_container__1MFjL>select{padding:3px 5px;border-radius:3px}.QuantityDropdown_min__3erRw{margin:1em 0;font-size:var(--small-font)}.QuantityDropdown_container__1MFjL select:hover{cursor:pointer}.CharacteristicsList_container__3IMQz,.CharacteristicsList_container__3IMQz span{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;display:inline-block}.CharacteristicsList_container__3IMQz span{margin:0 5px 5px 0;background-color:var(--dark);color:var(--white);padding:3px 10px;border-radius:4px;text-transform:capitalize;white-space:nowrap;font-size:.8em;font-weight:600}.CartMergeModal_cartItemList__27AeZ{max-height:60vh;height:auto;overflow:auto}.CartMergeModal_buttonHolder__iBkxg{display:flex;justify-content:flex-end;padding:.5em}.CartMergeModal_buttonHolder__iBkxg>button{margin-left:1em}.CartMergeModal_modal__3iEgJ{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content}.CartMergeModal_title__136kt{padding:1em;font-size:1.3em}.EventTimer_container__36kji{position:fixed;bottom:10%;right:30px;background:var(--black);padding:.5em 1.5em;z-index:190;border:1px outset;border-radius:50px;color:var(--white);font-family:"Raleway";display:flex;align-items:center;cursor:pointer}.EventTimer_container__36kji:hover{-webkit-filter:brightness(110%);filter:brightness(110%)}.EventTimer_name__3Kr6v{color:var(--sale-red);font-weight:600}.EventTimer_link__2scum{color:var(--white);text-decoration:underline;display:flex;align-items:center;font-size:var(--small-font)}.EventTimer_link__2scum>svg{font-size:1em}.EventTimer_link__2scum:hover{font-weight:600}.CountDown_container__dsBmG{display:flex;font-size:3em}.CountDown_container__dsBmG.CountDown_small__2LI5Q{font-size:1em}.CountDown_valueContainer__GVBfr{margin:0 10px;text-align:right;text-transform:capitalize}.CountDown_container__dsBmG.CountDown_small__2LI5Q .CountDown_valueContainer__GVBfr{margin:3px}.CountDown_valueContainer__GVBfr>div{font-size:15px}.CountDown_container__dsBmG.CountDown_small__2LI5Q .CountDown_valueContainer__GVBfr>div{font-size:9px}.CountDown_units__23B3N{text-transform:uppercase;font-size:8px;margin-left:2px}@media(max-width:700px){.CountDown_container__dsBmG{font-size:2em}}.NavigationTile_container__1fN_q{text-align:center;flex:1 1;cursor:pointer;border-radius:50px;-webkit-tap-highlight-color:transparent}.NavigationTile_tile__dT2XV{flex:1 1;text-align:center;color:var(--white)}.NavigationTile_container__1fN_q.NavigationTile_selected__2cGu2,.NavigationTile_container__1fN_q.NavigationTile_selected__2cGu2:hover,.NavigationTile_container__1fN_q:active{color:var(--primary);flex:1 1;text-align:center}.NavigationTile_container__1fN_q.NavigationTile_selected__2cGu2:hover>svg{color:var(--primary)}.NavigationTile_container__1fN_q>svg{margin-bottom:-8px}.NavigationTile_container__1fN_q:hover,.NavigationTile_container__1fN_q:hover>svg{color:var(--light-primary)}.NavigationTile_container__1fN_q>div{font-size:var(--small-font);font-weight:400}@media (max-width:300px){.NavigationTile_container__1fN_q>div{font-size:var(--tiny-font)}}.AvatarIcon_container__1rudn{position:relative;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content}.AvatarIcon_innerContainer__CFCMK{height:36px;width:36px;min-height:36px;min-width:36px;border-radius:50%;border:1px solid var(--white);color:var(--white);background-color:var(--dark-grey);display:flex;justify-content:center;align-items:center;text-transform:capitalize;font-size:.9rem;font-size:1rem;font-weight:400;overflow:hidden;position:relative;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.AvatarIcon_innerContainer__CFCMK img{height:100%;width:100%;min-height:100%;min-width:100%;margin:0;position:absolute;top:0}.AvatarIcon_innerContainer__CFCMK.AvatarIcon_medium__1KhKc{height:80px;width:80px;min-height:80px;min-width:80px;border-width:3px;font-size:2rem}.AvatarIcon_innerContainer__CFCMK.AvatarIcon_big__E0h-Q{height:150px;width:150px;min-height:150px;min-width:150px;border-width:3px;font-size:4rem}.AvatarIcon_innerContainer__CFCMK.AvatarIcon_big__E0h-Q svg{font-size:50px}.AvatarIcon_innerContainer__CFCMK.AvatarIcon_clickable__2Dk3f{cursor:pointer}.AvatarIcon_innerContainer__CFCMK.AvatarIcon_clickable__2Dk3f:hover{-webkit-filter:brightness(90%);filter:brightness(90%)}.AvatarIcon_showOnHover__1tH2F{position:absolute;width:100%;height:100%;opacity:0;display:flex;align-items:center;justify-content:center}.AvatarIcon_showOnHover__1tH2F:hover{opacity:1%}.AvatarIcon_bottomRight__3LuNW{position:absolute;bottom:8px;right:8px}.SideBarOption_container__EcBql{padding:.2em;display:flex;align-items:center;justify-content:space-between;text-transform:capitalize;font-size:.9em;cursor:pointer;background:#fff;margin-bottom:5px;border-radius:30px}.SideBarOption_profile__1nqzz{display:flex;align-items:center}.SideBarOption_profile__1nqzz span{margin-left:5px}.SideBarOption_container__EcBql:hover{-webkit-filter:brightness(90%);filter:brightness(90%)}.FormField_container__2Gavv{margin-bottom:5px;width:100%}.FormField_inputContainer__1F0jE{display:flex;align-items:center}.FormField_left__fD-Wu{margin-right:5px}.FormField_right__scd-r{margin-left:5px}.FormField_label__3J7-r{text-transform:capitalize;margin-bottom:5px;font-size:14px}.FormField_errorText__3BMVw{font-size:14px;color:var(--error-red)}.FormField_errorText__3BMVw:first-letter{text-transform:capitalize}.FormField_error__10vu0 input,.FormField_error__10vu0 select,.FormField_error__10vu0 textarea{border-color:var(--error-red)}.FormField_input__3Zwjp{width:100%;position:relative}.FormField_iconButton__x1-JF{position:absolute;right:10px;top:10px;cursor:pointer}.RadioButton_container__3aEr4{display:flex;align-items:center;position:relative;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:pointer}.RadioButton_container__3aEr4 input{position:absolute;opacity:0;cursor:pointer;height:0;width:0}.RadioButton_checkmark__P6vLI{position:absolute;top:0;left:0;height:100%;width:100%;background-color:var(--very-light-grey);border-radius:50%;border:2px solid var(--primary)}.RadioButton_inactive__3F0Lz .RadioButton_checkmark__P6vLI{visibility:hidden}.RadioButton_inactive__3F0Lz.RadioButton_container__3aEr4{cursor:not-allowed}.RadioButton_checkmarkContainer__3aGdP{position:relative;height:20px;width:20px;min-width:20px;min-height:20px;margin-right:5px}.RadioButton_container__3aEr4.RadioButton_editable__1yFDt:hover input~.RadioButton_checkmarkContainer__3aGdP>.RadioButton_checkmark__P6vLI{background-color:var(--very-light-grey);cursor:pointer}.RadioButton_container__3aEr4 input:checked~.RadioButton_checkmarkContainer__3aGdP>.RadioButton_checkmark__P6vLI,.RadioButton_container__3aEr4.RadioButton_editable__1yFDt input:checked~.RadioButton_checkmarkContainer__3aGdP>.RadioButton_checkmark__P6vLI{background-color:var(--very-light-grey)}.RadioButton_checkmark__P6vLI:after{content:"";position:absolute;display:none}.RadioButton_container__3aEr4 input:checked~.RadioButton_checkmarkContainer__3aGdP>.RadioButton_checkmark__P6vLI:after{display:block}.RadioButton_container__3aEr4 .RadioButton_checkmark__P6vLI:after{top:4.5px;left:4px;width:8px;height:8px;border-radius:50%;background:var(--primary)}.PhoneInput_container__QdQMR{display:flex;align-items:center;width:100%}.PhoneInput_container__QdQMR input{flex:1 1;padding:.2em;border:0;outline:none}.PhoneInput_container__QdQMR>div{display:flex;align-items:center;padding:0 2px;margin-bottom:2px;font-size:14px}.PhoneInput_valid___EGUu,.PhoneInput_valid___EGUu input{background-color:var(--light-primary);border-color:var(--primary)}.PhoneInput_areaCode__1g2s0{padding:.25em;border-radius:4px;border:1px outset;font-size:var(--small-font);max-width:150px;text-transform:capitalize}@media(max-width:700px){.PhoneInput_areaCode__1g2s0{max-width:75px}}.CurrencyInput_container__3cu3-{width:100%}.DateRangePicker_container__1dOxY{display:flex;padding:1em}.DateRangePicker_selectContainer__3XLRx{margin-right:.5em}.DateRangePicker_selectContainer__3XLRx input{background-color:var(--very-light-grey);border-radius:8px;padding:.5em;border:1px outset var(--light-grey)}.DateRangePicker_label__RIrqR{font-weight:600}.PhotoUpload_container__24XMZ.PhotoUpload_image__xTW-D{background-color:var(--white);border:1px solid var(--light-grey)}.IconButton_container__2MpYB{display:flex;flex-direction:column;align-items:center;justify-content:center}.IconButton_iconContainer__3YXP0{height:30px;width:30px;min-width:30px;min-height:30px;display:flex;justify-content:center;align-items:center;border-radius:15px;cursor:pointer}.IconButton_iconContainer__3YXP0.IconButton_border__1cXiA{border:1px solid var(--grey)}.IconButton_iconContainer__3YXP0.IconButton_shadow__2LrpH{box-shadow:0 0 5px 3px var(--light-grey)}.IconButton_iconContainer__3YXP0>svg{margin-right:0;font-size:1.3em;color:var(--grey)}.IconButton_iconContainer__3YXP0.IconButton_backgroundColor__1IkGV>svg{color:var(--white)}.IconButton_iconContainer__3YXP0:hover{background:var(--light-grey)}.IconButton_iconContainer__3YXP0.IconButton_iconContainer__3YXP0.IconButton_backgroundColor__1IkGV:hover{-webkit-filter:brightness(90%);filter:brightness(90%)}.IconButton_label__2GThv{font-size:12px;text-transform:capitalize;color:var(--grey);margin-top:-3px}.Thumbnail_container__3gwrl{height:45px;width:45px;min-width:45px;border:1px solid var(--light-grey);border-radius:4px;display:flex;overflow:hidden;align-items:center;justify-content:center;cursor:pointer;background-color:var(--white)}.Thumbnail_container__3gwrl.Thumbnail_selected__3OaV6{border-width:2px;border-color:var(--primary)}.Thumbnail_thumbnailImage__23Fsv{max-height:45px;max-width:45px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.Thumbnail_container__3gwrl:hover{overflow:visible}.Thumbnail_expand__2gv63 .Thumbnail_thumbnailImage__23Fsv:active{max-height:300px;max-width:300px;height:auto;width:auto;z-index:202;position:absolute;bottom:5px;left:5px;border:1px solid var(--light-grey);border-radius:8px;background-color:#fff}.MultiImage_currentImage__sVDlT{display:flex}.MultiImage_frame__16s1y{min-width:300px}.MultiImage_imageList__znnUL{display:flex;padding:1em 0}.MultiImage_imageList__znnUL>div{margin-right:.5em}.MultiImage_imageList__znnUL>div:hover{-webkit-filter:brightness(80%);filter:brightness(80%)}.MultiImage_new__1_v5m{border:1px solid var(--grey);height:45px;width:45px;display:flex;justify-content:center;align-items:center}.MultiImage_new__1_v5m:hover{background-color:var(--light-grey)}@media(max-width:400px){.MultiImage_frame__16s1y{min-width:200px}}.MultiImageModal_modal__1GD8K{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content}.MultiImageModal_thumbnailContainer__1yNoE{position:relative}.MultiImageModal_imageCount__p8ngo{position:absolute;background-color:var(--action-blue);border:1px solid var(--white);color:var(--white);bottom:-5px;right:20px;height:20px;width:20px;border-radius:50%;font-size:var(--small-font);display:flex;justify-content:center;align-items:center}.MultiImageModal_title__3cKxF{text-align:center;margin-bottom:.5em;text-transform:capitalize}.MobileNavigationBar_modal__39ZuC{height:100%;margin-top:100vh;width:100%;border-top-left-radius:20px;border-top-right-radius:20px;border-bottom-left-radius:0;border-bottom-right-radius:0;outline:none;transition:margin-top 1s;padding-bottom:60px;background:var(--white)}.MobileNavigationBar_modal__39ZuC.MobileNavigationBar_slide__1lyXG{margin-top:0}.MobileNavigationBar_modalOverlay__2IaDP{padding:5% 1% 0;z-index:190}@media(max-width:700px){.MobileNavigationBar_modalOverlay__2IaDP{padding:25% 1% 0}}@media(max-height:400px){.MobileNavigationBar_modalOverlay__2IaDP{padding:5% 1% 0}}.SearchBar_headerContent__2HcFn{flex:1 1;flex-wrap:wrap}.SearchBar_headerContainer__2-I3f,.SearchBar_headerContent__2HcFn{display:flex;align-items:center}.SearchBar_container__1PF6w>img,.SearchBar_headerContainer__2-I3f,.SearchBar_headerContainer__2-I3f>button{margin:0 5px}.SearchBar_container__1PF6w{max-width:100vw}.SearchBar_greetingContainer__2pGxM,.SearchBar_phoneOnly__1atJ7{display:none}.SearchBar_cart__2ZBrM{margin:0 1em;flex:1 1;justify-content:flex-end}.SearchBar_greeting__XTzN_{color:var(--white);margin-left:1em;text-transform:capitalize;border:1px solid var(--white);border-radius:30px;padding:5px 8px}.SearchBar_hiLogin__2NRcG{text-decoration:underline;color:var(--white);margin:0 1em;text-transform:capitalize;cursor:pointer}.SearchBar_greetingContainer__2pGxM .SearchBar_greeting__XTzN_,.SearchBar_webOnly__1qIj9 .SearchBar_greeting__XTzN_{display:inline-flex;align-items:center;font-size:var(--small-font);margin-right:1em;font-weight:600}.SearchBar_greeting__XTzN_ span{margin-left:5px}.SearchBar_wantToSell__2J5kv{color:var(--white);padding:0 1em;cursor:pointer}.SearchBar_webOnly__1qIj9{display:flex;align-items:center}.SearchBar_wallet__BU5C5{margin-right:10px}@media (max-width:900px){.SearchBar_cart__2ZBrM{margin:0}.SearchBar_headerContainer__2-I3f.SearchBar_left__2OKqj{flex:1 1}}@media (max-width:700px){.SearchBar_container__1PF6w{display:block}.SearchBar_container__1PF6w img{margin-left:0}.SearchBar_phoneOnly__1atJ7{display:flex}.SearchBar_webOnly__1qIj9{display:none}.SearchBar_greetingContainer__2pGxM,.SearchBar_smallTop__kHSZJ{display:flex;align-items:center}.SearchBar_smallTop__kHSZJ{justify-content:space-between;padding:0 10px 0 0}.SearchBar_headerContainer__2-I3f.SearchBar_left__2OKqj{margin-bottom:6px}.SearchBar_headerContainer__2-I3f{width:100%;padding-right:10px}.SearchBar_headerContainer__2-I3f.SearchBar_right__2gC6n{display:flex;justify-content:space-between}.SearchBar_container__1PF6w{top:0;transition:top .5s}.SearchBar_container__1PF6w.SearchBar_hidden__vhiT9{top:calc(var(--searchBarHeight)*-1)}}.SearchField_container__3BRZC{height:42px;overflow:hidden;width:40vw;display:flex;border-radius:40px;border:1px outset var(--dark);min-width:250px;background-color:#fff}.SearchField_container__3BRZC:active{border-width:2px}.SearchField_container__3BRZC input{outline:none;font-size:1.1em}.SearchField_field__2N-BE{flex:1 1;height:100%;padding-left:1em;border:none}.SearchField_container__3BRZC svg{color:var(--dark)}.SearchField_searchButton__s0pDB{background-color:var(--primary);height:35px;width:35px;margin:2px 4px;border:3px solid var(--primary);border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center}.SearchField_searchButton__s0pDB:active{border-style:inset;-webkit-filter:brightness(80%);filter:brightness(80%)}@media (max-width:1200px){.SearchField_container__3BRZC{width:30vw}}@media (max-width:900px){.SearchField_container__3BRZC{width:100%}}.WalletCard_container__2yxh8{background:var(--black);width:355px;height:223px;box-shadow:3px 3px 5px var(--dark-grey);border-radius:16px;padding:18px;display:flex;flex-direction:column;justify-content:space-between;position:relative}.WalletCard_container__2yxh8.WalletCard_clickable__21acP:hover{cursor:pointer;transform:scale(1.1)}.WalletCard_container__2yxh8.WalletCard_medium__2948X{width:160px;height:100px;padding:7px;border-radius:7px}.WalletCard_container__2yxh8.WalletCard_small__18PO7{border-radius:3px;padding:3.5px;width:71px;height:45px;border:.5px solid var(--white)}.WalletCard_container__2yxh8>div:first-child{display:flex;justify-content:space-between}.WalletCard_container__2yxh8.WalletCard_clickable__21acP:active,.WalletCard_container__2yxh8.WalletCard_selected__2td-a{background-color:var(--light-primary)}.WalletCard_container__2yxh8.WalletCard_clickable__21acP:active .WalletCard_name__1yZIi,.WalletCard_container__2yxh8.WalletCard_selected__2td-a .WalletCard_name__1yZIi{color:var(--black)}.WalletCard_logo__1lfI7{height:50px;width:auto;position:absolute;top:18px;right:18px}.WalletCard_container__2yxh8.WalletCard_medium__2948X .WalletCard_logo__1lfI7{top:8px;right:8px;height:23px}.WalletCard_container__2yxh8.WalletCard_small__18PO7 .WalletCard_logo__1lfI7{top:3.5px;right:3.5px;height:10px}.WalletCard_balance__RZvCH{margin-top:50px;font-size:50px;color:#8ccb83;text-shadow:1px 1px #fffde0}.WalletCard_balance__RZvCH.WalletCard_negative__2G-GI{color:#ff5151}.WalletCard_container__2yxh8.WalletCard_medium__2948X .WalletCard_balance__RZvCH{margin-top:23px;text-shadow:unset;font-size:23px}.WalletCard_container__2yxh8.WalletCard_small__18PO7 .WalletCard_balance__RZvCH{margin-top:10px;text-shadow:unset;font-size:11px}.WalletCard_balanceBadge__3Sd0y{margin:.5em 0;border:1px outset var(--light-grey);border-radius:8px;text-align:center;background-color:var(--white);font-family:monospace;padding:.5em;font-weight:600;font-size:15px}.WalletCard_name__1yZIi{font-family:monospace;text-transform:uppercase;color:var(--primary)}.WalletCard_container__2yxh8.WalletCard_medium__2948X .WalletCard_name__1yZIi{font-size:11px}.WalletCard_container__2yxh8.WalletCard_small__18PO7 .WalletCard_name__1yZIi{text-shadow:unset;font-size:5px}@media (max-width:400px){.WalletCard_container__2yxh8{width:284px;height:179px;padding:14px}.WalletCard_container__2yxh8>div:first-child{max-width:215px}.WalletCard_balance__RZvCH{margin-top:40px;font-size:40px}.WalletCard_logo__1lfI7{height:40px;width:auto;top:14px;right:14px}.WalletCard_name__1yZIi{font-size:11px}.WalletCard_balanceBadge__3Sd0y{font-size:12px}}.DropdownMenu_container__17f5x{display:inline-block;position:relative;font-size:12px}.DropdownMenu_container__17f5x:hover .DropdownMenu_button__3XMSi,.DropdownMenu_container__17f5x:hover .DropdownMenu_options__1e6Vi{box-shadow:0 0 2px 2px var(--primary)}.DropdownMenu_container__17f5x:hover .DropdownMenu_options__1e6Vi{display:block}.DropdownMenu_button__3XMSi{padding:3px 3px 3px 7px;border-radius:8px;display:flex;align-items:center;font-size:12px;border-width:1px}.DropdownMenu_options__1e6Vi{display:none;position:absolute;overflow:auto;background-color:#fff;width:100%;border-radius:8px;box-shadow:0 10px 10px 0 rgba(0,0,0,.4)}.DropdownMenu_options__1e6Vi a{display:block;color:#000;padding:10px 5px;text-decoration:none;background-color:#fff}.DropdownMenu_options__1e6Vi a:hover{-webkit-filter:brightness(80%);filter:brightness(80%)}.MenuItem_container__2HAsr{display:flex;justify-content:space-between;align-items:center;border:1px solid var(--light-grey);background-color:var(--white);padding:5px;cursor:pointer;margin:5px;border-radius:30px}.MenuItem_container__2HAsr:hover{-webkit-filter:brightness(90%);filter:brightness(90%)}.MenuItem_container__2HAsr svg{color:var(--dark-primary)}.MenuItem_label__2saY6 svg{margin-right:.5em}.MenuItem_label__2saY6{display:flex;padding:5px}.UpdateImageModal_modal__3BVOO{min-width:300px;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;text-align:center;max-height:100%}.UpdateImageModal_title__22J9B{margin-bottom:.5em;text-transform:capitalize}.UpdateImageModal_buttonHolder__3PW9j{margin-top:1em;display:flex;justify-content:center}.UpdateImageModal_buttonHolder__3PW9j button{margin-right:5px}@media(max-width:400px){.UpdateImageModal_buttonHolder__3PW9j button{padding:2px .6em}}.IconBadge_container__1P8ui{background-color:var(--white);width:30px;height:30px;border-radius:50%;display:flex;justify-content:center;align-items:center;border:1px outset var(--very-light-grey);cursor:pointer}.UserMenu_modal__3gDfi{height:100vh;margin-left:120vw;width:100%;outline:none;transition:margin-left .5s;padding:0;background:var(--green-grey);overflow:hidden;border-top-right-radius:0;border-bottom-right-radius:0}.UserMenu_modal__3gDfi.UserMenu_slide__1hTNW{margin-left:0}.UserMenu_modalOverlay__3j_T9{padding:0 0 0 60%;z-index:201}@media(max-width:700px){.UserMenu_modalOverlay__3j_T9{padding:0 0 0 20%}}.UserMenu_loginOrCreate__2B7fK{padding:0 1em 2em;display:flex;flex-direction:column;justify-content:center;text-align:center}.UserMenu_loginOrCreate__2B7fK button{display:block;width:100%}.UserMenu_loginOrCreate__2B7fK>div{margin:.5em;text-transform:uppercase}.UserMenu_header__2uL-R{background:var(--white);padding:.5em;display:flex;justify-content:space-between;align-items:center;border-bottom:1px outset;margin-bottom:2em}.UserMenu_logo__3nFSc{height:50px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.UserMenu_greeting__3C5Wb{color:var(--black);margin-left:1em;text-transform:capitalize;border:1px solid var(--light-grey);border-radius:30px;padding:5px;display:inline-flex;align-items:center;margin-right:1em;cursor:pointer;background-color:var(--white)}.UserMenu_greeting__3C5Wb span{margin-left:5px}.UserMenu_greeting__3C5Wb:hover{-webkit-filter:brightness(90%);filter:brightness(90%)}.UserMenu_userDetails__33ijX{display:flex;justify-content:center;align-items:center;flex-direction:column;padding:.5em}.UserMenu_name__2hxgO{font-weight:600}.CartBadge_container__1Ctl6{color:var(--dark);display:flex;padding:2px 15px;border-radius:37px;align-items:center;justify-content:space-between;min-width:110px;max-width:135px;cursor:pointer;background-color:var(--white)}.CartBadge_container__1Ctl6:hover{-webkit-filter:brightness(90%);filter:brightness(90%)}.CartBadge_container__1Ctl6>svg{font-size:20px;margin-right:5px}.CartBadge_balance__1_ftR{font-size:.8em;font-weight:600;white-space:nowrap}.CartBadge_items__2fFRj{font-size:.7em}.CartBadge_items__2fFRj>span{font-weight:700}.CartBadge_container__1Ctl6:active{border-style:inset}.ProductTile_container__3STln{padding:2%;flex-grow:1;flex-basis:16%;text-align:center;cursor:pointer;margin:10px;border-radius:16px;display:flex;flex-direction:column;justify-content:space-between;max-width:25%;min-width:300px;min-height:400px;max-height:500px;background:var(--white);overflow:hidden;box-shadow:5px 5px 3px var(--light-grey);position:relative}.ProductTile_container__3STln:hover{border:3px solid var(--light-primary);-webkit-filter:brightness(90%);filter:brightness(90%);box-shadow:none}.ProductTile_productPrice__1_nfc{font-weight:600;font-size:var(--strong-font)}.ProductTile_sellerName__pLcIG{font-size:var(--small-font);color:var(--grey)}.ProductTile_productInfo__3R_ta button{width:100%;margin-top:5px}.ProductTile_productTitle__1qn3a{max-height:45px;overflow:auto}.ProductTile_productInfo__3R_ta{padding:5px}.ProductTile_container__3STln img{max-width:100%}.ProductTile_sale__pdJdx .ProductTile_productPrice__1_nfc{color:var(--sale-red)}.ProductTile_saleTag__2T-BF{background-color:var(--sale-red);position:absolute;width:60px;height:60px;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#fff;border-radius:50%;border:1px dashed #fff;right:15px;top:10px;font-size:1.6em;font-family:"Raleway"}.ProductTile_saleOff__wJyHX{font-size:var(--tiny-font);display:block}.ProductTile_onlyVisible__3GiLI{position:absolute;background-color:rgba(40,115,208,.75);color:var(--white);top:30%;left:15px;font-size:var(--small-font);border-radius:16px;max-width:250px;padding:5px}.ProductTile_variantPickerContainer__39Bw5{max-height:90px;overflow-y:auto}@media(min-width:1300px){.ProductTile_container__3STln{min-width:22%}}@media(max-width:1200px){.ProductTile_container__3STln{min-width:220px;max-width:33%}}@media(max-width:1000px){.ProductTile_container__3STln{min-width:200px;max-width:45%}}@media(max-width:700px){.ProductTile_container__3STln{border:1px solid var(--light-grey);border-collapse:collapse;margin:3px;display:flex;min-height:25vh;max-height:30vh;flex-direction:row;max-width:100%;min-width:100%}.ProductTile_container__3STln.ProductTile_mobilePortrait__1s7E4{flex-direction:column;max-width:40%;min-width:45%;max-height:40vh}.ProductTile_container__3STln.ProductTile_mobilePortrait__1s7E4 .ProductTile_productTitle__1qn3a{font-size:var(--small-font)}.ProductTile_container__3STln.ProductTile_mobilePortrait__1s7E4 .ProductTile_productPrice__1_nfc{font-size:.9em}.ProductTile_container__3STln>div{flex:1 1}.ProductTile_container__3STln>.ProductTile_productInfo__3R_ta{justify-content:center;display:flex;flex-direction:column}.ProductTile_container__3STln img{max-width:40vw;max-height:100%}.ProductTile_container__3STln.ProductTile_mobilePortrait__1s7E4 img{max-width:100%;max-height:14vh}}@media(max-width:500px){.ProductTile_saleTag__2T-BF{width:45px;height:45px;font-size:1.2em;right:2px}.ProductTile_variantPickerContainer__39Bw5{max-height:70px;min-height:35px;max-width:200px;overflow:auto}}@media(max-height:400px){.ProductTile_container__3STln.ProductTile_mobilePortrait__1s7E4{max-height:60vh;min-height:200px}.ProductTile_container__3STln.ProductTile_mobilePortrait__1s7E4 img{max-height:20vh;min-height:50px}}.ProductCharOptionPicker_optionList__2pvj5{display:flex;max-width:100%;overflow:auto;padding:5px;position:relative}.ProductCharOptionPicker_option__1dlrJ{border:1px outset;border-radius:8px;font-size:13px;padding:3px 5px;margin-right:5px;text-transform:capitalize;white-space:nowrap;background-color:var(--white)}.ProductCharOptionPicker_option__1dlrJ.ProductCharOptionPicker_selected__1V1AL{border:1px solid var(--black);background-color:var(--light-primary);font-weight:700}.ProductCharOptionPicker_option__1dlrJ:hover{background-color:var(--light-primary);box-shadow:0 0 2px 1px var(--grey)}.PasswordFormField_container__1k-26{position:relative}.PasswordFormField_iconButton__21sxR svg{font-size:20px}.FormTextSeparator_container__1ZX8V{margin:.5em 0}.FormTextSeparator_text__1ufUP{text-align:center;font-size:1rem;font-weight:600;background-image:linear-gradient(var(--grey),var(--grey)),linear-gradient(var(--grey),var(--grey));background-size:45% 1px;background-position:0,100%;background-repeat:no-repeat;text-transform:uppercase}.ResultScreen_container__2SJyB{height:100%;width:100%;position:absolute;top:0;left:0;text-align:center}.ResultScreen_container__2SJyB svg{font-size:50px;color:var(--white)}.ResultScreen_innerContainer__2VEHo{display:flex;justify-content:center;align-items:center;flex-direction:column;min-height:100%;background-color:inherit;padding:1em;width:100%}.ResultScreen_iconContainer__3SWvD{background-color:var(--light-grey);height:70px;width:70px;display:inline-block;justify-content:center;align-items:center;border-radius:70px;margin:1em 0}.ResultScreen_message__2fTJW{font-size:var(--strong-font);text-align:center;max-width:100%}.ResultScreen_icon__WakQS{display:flex;justify-content:center;align-items:center;height:100%}.ResultScreen_container__2SJyB button{min-width:200px;font-weight:600}.ResultScreen_container__2SJyB.ResultScreen_success__2v9if{background:var(--light-primary)}.ResultScreen_container__2SJyB.ResultScreen_success__2v9if .ResultScreen_iconContainer__3SWvD{background-color:var(--dark-primary)}.ResultScreen_container__2SJyB.ResultScreen_success__2v9if .ResultScreen_message__2fTJW{color:var(--dark-primary)}.ResultScreen_container__2SJyB.ResultScreen_error__11hCx{background:var(--light-error-red)}.ResultScreen_container__2SJyB.ResultScreen_error__11hCx .ResultScreen_iconContainer__3SWvD{background-color:var(--error-red)}.ResultScreen_container__2SJyB.ResultScreen_error__11hCx .ResultScreen_message__2fTJW{color:var(--error-red)}.ResultScreen_container__2SJyB.ResultScreen_warning__3wWuT{background:var(--warning-yellow)}.ResultScreen_container__2SJyB.ResultScreen_warning__3wWuT .ResultScreen_iconContainer__3SWvD{background-color:var(--dark-warning-yellow)}.ResultScreen_container__2SJyB.ResultScreen_warning__3wWuT .ResultScreen_message__2fTJW{color:var(--dark-warning-yellow)}@media(max-width:700px){.ResultScreen_container__2SJyB{font-size:var(--small-font)}}.ResultModal_modal__3OvNF{width:300px;height:300px;overflow:hidden;overflow-y:auto}.ResultModal_overlay__1mep0{display:flex;justify-content:center;align-items:center}.CreateAccountForm_container__2CkaE{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;margin-bottom:1em}.CreateAccountForm_terms__12-LO{margin-top:1em}.CreateAccountForm_loginButton__SAh2w{margin-top:.5em}.AuthProviderButton_container__37drd{transition:background-color .3s,box-shadow .3s;cursor:pointer;display:flex;justify-content:center}.AuthProviderButton_google__3ZBxX{height:50px;width:210px;margin:3px}.AuthProviderButton_google__3ZBxX>img{height:100%;width:100%}.AuthProviderButton_google__3ZBxX>img:hover{box-shadow:inset 20px 20px 50px 10px #adbfde}.AuthProviderButton_google__3ZBxX>img:active{box-shadow:inset 20px 20px 50px 10px #d3d3d3;-webkit-filter:grayscale(25%);filter:grayscale(25%)}.LoginForm_container__k-zUc{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;margin:1em 0}.LoginForm_resetPassword__3X-7d{height:50px;display:flex;align-items:flex-end}.LoginForm_resetPassword__3X-7d>.LoginForm_anchorLink__3nZij{margin-left:3px}.LoginForm_anchorLink__3nZij{font-weight:600;color:var(--info-blue)}.LoginForm_createAccountButton__2BvaA{margin-top:.5em}.AccountNeededModal_modal__15tpU{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;text-align:left;width:350px}.AccountNeededModal_modalOverlay__3-eon{padding:unset}.AccountNeededModal_modal__15tpU .form{border:none;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;padding:0;width:100%}.AccountNeededModal_title__JUHiR{text-transform:capitalize;text-align:center;justify-content:center;display:flex}@media(max-width:700px){.AccountNeededModal_modal__15tpU{height:100%}}.IncrementInput_container__3RWzX{display:inline-flex}.IncrementInput_button__2400Q{height:30px;width:30px;background-color:var(--primary);align-items:center;justify-content:center;border-radius:4px;border:1px outset;font-size:25px;font-weight:600;cursor:pointer}.IncrementInput_button__2400Q:hover{-webkit-filter:brightness(110%);filter:brightness(110%);transform:scale(1.2)}.IncrementInput_button__2400Q:active{transform:scale(1)}.IncrementInput_input__2oU0U{width:40px;text-align:center;border:none;border-bottom:1px solid;margin:0 5px}.IncrementInput_error__Zm4Er{-webkit-animation:IncrementInput_shake__1rbio .7s;animation:IncrementInput_shake__1rbio .7s}@-webkit-keyframes IncrementInput_shake__1rbio{10%,90%{transform:translate3d(-1px,0,0)}20%,80%{transform:translate3d(2px,0,0)}30%,50%,70%{transform:translate3d(-4px,0,0)}40%,60%{transform:translate3d(4px,0,0)}}@keyframes IncrementInput_shake__1rbio{10%,90%{transform:translate3d(-1px,0,0)}20%,80%{transform:translate3d(2px,0,0)}30%,50%,70%{transform:translate3d(-4px,0,0)}40%,60%{transform:translate3d(4px,0,0)}}.RequestRestockButton_button__3OZi8{color:#000;font-weight:600;background:var(--nbd-field-yellow);border:1px outset var(--dark-warning-yellow);display:flex;justify-content:center;align-items:center}.RequestRestockButton_button__3OZi8>span{margin-right:5px}.RequestRestockButton_modal__1e__X{max-width:350px;text-align:left}.RequestRestockButton_modalOverlay__kfKlt{padding:1%}.RequestRestockButton_image__3aSKY{max-width:200px;max-height:200px}.RequestRestockButton_imageFrame__344w3{margin:.5em 0}.RequestRestockButton_productDetails__S3HkZ{padding:.5em;display:flex;justify-content:center;align-items:center;text-align:center}.ProductTileList_container__3D7FT,.RequestRestockButton_modal__1e__X .RequestRestockButton_button__3OZi8{width:100%}.ProductTileList_innerContainer__1RKzX{flex:1 1;display:flex;flex-wrap:wrap}.ProductTileList_paginationContainer__1aqTW{display:flex;justify-content:center}.ProductTileList_showing__1QAtL{margin-left:1em}@media (max-width:700px){.ProductTileList_innerContainer__1RKzX{display:block}}.Pagination_container__2jJiI{display:flex;align-items:center;justify-content:space-between;max-width:100%;margin-top:.5em}.Pagination_innerContainer__17add{display:flex;flex:1 1;overflow-x:auto;max-width:50%}.Pagination_tile__2Ck3-{height:40px;min-width:40px;min-height:40px;width:40px;background:var(--very-light-grey);display:flex;justify-content:center;align-items:center;margin:4px;cursor:pointer;border-radius:50%;box-shadow:0 0 2px var(--grey);-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.Pagination_tile__2Ck3-.Pagination_selected__17rtC,.Pagination_tile__2Ck3-.Pagination_selected__17rtC:hover{background:var(--light-primary)}.Pagination_navButton__HGxbs:hover,.Pagination_tile__2Ck3-:hover{-webkit-filter:brightness(90%);filter:brightness(90%);border:2px solid var(--light-primary)}.Pagination_navButton__HGxbs{display:flex;justify-content:center;align-items:center;border:1px outset;background-color:#fff;padding:0 1em;height:40px;cursor:pointer;border-radius:20px;margin:0 4px}@media(max-width:700px){.ReviewContent_container__1LQID{display:block}}.ReviewTile_container__3qa6m{width:300px;margin:10px}@media(min-width:1300px){.ReviewTile_container__3qa6m{min-width:22%}}@media(max-width:1200px){.ReviewTile_container__3qa6m{min-width:220px;max-width:33%}}@media(max-width:1000px){.ReviewTile_container__3qa6m{min-width:200px;max-width:45%}}@media(max-width:700px){.ReviewTile_container__3qa6m{margin:3px;max-width:45%;min-width:45%}}.Slider_container__1qONn{position:relative}.Slider_innerContainer__2SY8d{overflow-y:hidden;display:flex;overflow-x:auto;width:100%;position:relative;scroll-behavior:smooth}.Slider_arrow__3kq6B{position:absolute;top:calc(50% - 33px);min-height:35px;height:65px;width:65px;background:var(--white);border-radius:65px;display:flex;justify-content:center;align-items:center;color:var(--grey);cursor:pointer;z-index:1;box-shadow:0 0 10px 2px var(--light-grey)}.Slider_arrow__3kq6B:active,.Slider_arrow__3kq6B:focus,.Slider_arrow__3kq6B:hover{background:var(--very-light-grey);outline:none;-webkit-tap-highlight-color:transparent}.Slider_arrow__3kq6B svg{font-size:45px}.Slider_left__3I0zl{left:3vw}.Slider_right__2NnQi{right:6vw}.Slider_hidden__2f0A-{display:none}@media(max-width:700px){.Slider_arrow__3kq6B{display:none}.Slider_container__1qONn{padding:5px}}.CategorySlider_categoryTile__1tTot{display:flex;flex-direction:column;align-items:center;width:300px;margin:10px;cursor:pointer}.CategorySlider_categoryTile__1tTot:hover{transform:scale(1.2)}.CategorySlider_categoryTileLabel__J5iAx{text-align:center;font-weight:600}.HomeTileList_container__3CM3q{padding-bottom:10em;background:var(--green-grey);width:85vw}.HomeTileList_container__3CM3q p.title{color:var(--secondary)}.HomeTileList_items__2Imzs{display:flex}.HomeTileList_container__3CM3q .title{padding:.1em 1em}@media (max-width:1000px){.HomeTileList_container__3CM3q{width:75vw}}@media(max-width:700px){.HomeTileList_container__3CM3q{padding:0 0 10em;width:100%}}.BackLink_container__1rRvf{padding:.5em 1em;margin:.5em;display:flex;background:var(--white);align-items:center;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;border-radius:20em;border:1px outset;text-decoration:none;cursor:pointer}.BackLink_container__1rRvf:hover{-webkit-filter:brightness(90%);filter:brightness(90%)}@media(max-width:700px){.BackLink_container__1rRvf{padding:.5em}}.ProcessBanner_container__IhuUg{background:var(--primary-gradient);display:flex;flex-direction:column;margin-bottom:1em;max-width:100%;height:300px;overflow-x:auto}.ProcessBanner_elements__1TNOX{display:flex;justify-content:space-evenly;align-items:center;flex:1 1}.ProcessBanner_elementCircle__19obD{max-height:120px;max-width:120px;height:12vw;width:12vw;border:3px solid var(--primary);display:flex;align-items:center;justify-content:center;border-radius:100px}.ProcessBanner_elementCircle__19obD:hover{border-style:dotted}.ProcessBanner_element__307Jn{color:var(--white);font-family:"Raleway";display:flex;flex-direction:column;align-items:center}.ProcessBanner_content__378Ap{display:flex;align-items:center;flex-direction:column;padding:1em}.ProcessBanner_title__5HtLr{color:var(--white);font-size:40px;font-family:"Raleway";text-align:center}@media(max-width:1200px){.ProcessBanner_element__307Jn{font-size:.9em}.ProcessBanner_elementCircle__19obD{height:8vw;width:8vw;border-radius:12vw;min-width:70px;min-height:70px}.ProcessBanner_content__378Ap{padding:1em;justify-content:space-between}.ProcessBanner_title__5HtLr{font-size:1.75em}}@media(max-width:1000px){.ProcessBanner_element__307Jn{font-size:.6em}}@media(max-width:750px){.ProcessBanner_container__IhuUg{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;padding:1em}.ProcessBanner_elements__1TNOX{flex-direction:column}.ProcessBanner_element__307Jn{margin-bottom:1em;font-size:.8em}.ProcessBanner_title__5HtLr{font-size:1.4em}}.DeliveryOptionsBanner_container__2Xdeu{background:var(--primary-gradient);display:flex;flex-direction:column;margin-bottom:1em;max-width:100%;height:300px;overflow-x:auto}.DeliveryOptionsBanner_elements__17pso{display:flex;justify-content:space-evenly;align-items:center;flex:1 1}.DeliveryOptionsBanner_elementCircle__2Ae-7{max-height:120px;max-width:120px;height:12vw;width:12vw;display:flex;align-items:center;justify-content:center;border-radius:100px}.DeliveryOptionsBanner_element__3UBa1{color:var(--white);font-family:"Raleway";display:flex;flex-direction:column;align-items:center}.DeliveryOptionsBanner_elementText__2KbjC{margin-top:5px}.DeliveryOptionsBanner_content__1l1Uu{display:flex;align-items:center;flex-direction:column;padding:1em}.DeliveryOptionsBanner_title__2_J7r{color:#fff;font-size:40px;font-family:"Raleway";text-align:center}@media(max-width:1200px){.DeliveryOptionsBanner_elementCircle__2Ae-7{height:8vw;width:8vw;border-radius:12vw;min-width:70px;min-height:70px}.DeliveryOptionsBanner_content__1l1Uu{padding:1em;justify-content:space-between}.DeliveryOptionsBanner_title__2_J7r{font-size:1.75em}}@media(max-width:750px){.DeliveryOptionsBanner_container__2Xdeu{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;padding:1em}.DeliveryOptionsBanner_elements__17pso{flex-direction:column}.DeliveryOptionsBanner_element__3UBa1{margin-bottom:1em}.DeliveryOptionsBanner_title__2_J7r{font-size:1.4em}}.DeliveryRangeBanner_container__1SkDX{background:var(--primary-gradient);display:flex;justify-content:space-between;align-items:center;margin-bottom:1em;max-width:100%;height:350px;padding-right:3em}.DeliveryRangeBanner_visual__3vyDH{border:none;height:100%;display:flex;align-items:center;justify-content:center;max-width:40%;overflow:hidden}.DeliveryRangeBanner_visual__3vyDH>img{height:80%;width:auto;padding:0 1em;max-height:250px}.DeliveryRangeBanner_phone__2SEb-{align-items:flex-end}.DeliveryRangeBanner_content__3fFzN{display:flex;align-items:center;flex-direction:column;padding:1em;justify-content:space-between}.DeliveryRangeBanner_title__1QDAp{color:#fff;font-size:40px;font-family:"Raleway";text-align:center}.DeliveryRangeBanner_small__1EvXp{display:none}.DeliveryRangeBanner_cost__FwyAV{color:var(--primary)}@media(max-width:1000px){.DeliveryRangeBanner_content__3fFzN{justify-content:space-between}.DeliveryRangeBanner_title__1QDAp{font-size:1.75em}.DeliveryRangeBanner_visual__3vyDH{height:100%;max-height:300px}}@media(max-width:750px){.DeliveryRangeBanner_big__3RlD-{display:none}.DeliveryRangeBanner_small__1EvXp{display:block}.DeliveryRangeBanner_visual__3vyDH img{max-width:70%}.DeliveryRangeBanner_visual__3vyDH{max-width:100%;padding:1em}.DeliveryRangeBanner_container__1SkDX{flex-direction:column;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;flex-flow:column-reverse;justify-content:center;padding-right:unset}.DeliveryRangeBanner_title__1QDAp{font-size:1.5em}}@media(max-width:350px){.DeliveryRangeBanner_title__1QDAp{font-size:.8em}}.DeliveryPriceCalculator_container__qx4zH{background-color:var(--white);padding:1em;border:1px solid var(--light-grey);border-radius:16px;width:300px;box-shadow:5px 5px 3px var(--light-grey)}.DeliveryPriceCalculator_header__8WA55{display:flex;align-items:center}.DeliveryPriceCalculator_imgIcon__3vo7x{height:50px}.DeliveryPriceCalculator_container__qx4zH select,.DeliveryPriceCalculator_total__3lMLx{margin-top:.5em}.DeliveryPriceCalculator_info__12TnY{font-size:var(--small-font);margin-top:1em}.DeliveryPriceCalculator_name__1f1Wl{font-weight:600}.DeliveryPriceCalculator_deliveryInfo__3kYdp{border:1px inset var(--light-grey);padding:5px;border-radius:5px;background-color:var(--very-light-grey)}.ActionBanner_container__1qvaZ{background:var(--primary-gradient);display:flex;flex-direction:column;margin-bottom:1em;max-width:100%;height:300px;overflow-x:auto}.ActionBanner_elements__wvYyJ{display:flex;justify-content:space-evenly;align-items:center;flex:1 1}.ActionBanner_element__2xJCL>div,.ActionBanner_elements__wvYyJ button,.ActionBanner_elements__wvYyJ input{display:block;width:100%;border-radius:4px}.ActionBanner_element__2xJCL{width:25%;font-family:"Raleway";display:flex;flex-direction:column;align-items:center}.ActionBanner_subscribed__2Ca1L{justify-content:center}.ActionBanner_element__2xJCL.ActionBanner_subscribed__2Ca1L>div{display:flex;justify-content:center}button.ActionBanner_light__-C_MD{background:#fff;color:var(--dark)}.ActionBanner_content__2arBJ{display:flex;align-items:center;flex-direction:column;padding:1em;color:#fff}.ActionBanner_title__i5-zu{color:#fff;font-size:40px;font-family:"Raleway";text-align:center}@media(min-height:700px){.ActionBanner_container__1qvaZ{height:400px}}@media(max-width:1200px){.ActionBanner_element__2xJCL{font-size:.9em}.ActionBanner_elementCircle___3du3{height:8vw;width:8vw;border-radius:12vw;min-width:70px;min-height:70px}.ActionBanner_content__2arBJ{padding:1em;justify-content:space-between}.ActionBanner_title__i5-zu{font-size:1.75em}}@media(max-width:1000px){.ActionBanner_element__2xJCL{width:33%}}@media(max-width:750px){.ActionBanner_container__1qvaZ{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;padding:1em}.ActionBanner_elements__wvYyJ{flex-direction:column}.ActionBanner_element__2xJCL{margin-bottom:1em;width:50%}.ActionBanner_title__i5-zu{font-size:1.4em}}.SuccessIcon_container__2eWhW{background-color:var(--dark-primary)}.AboutBanner_container__2K_6a{background:var(--primary-gradient);display:flex;margin-bottom:1em;max-width:100%;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;max-height:300px;overflow:hidden;color:var(--white)}.AboutBanner_left__7B8v_,.AboutBanner_right__8tOod{flex:1 1}.AboutBanner_right__8tOod{display:flex;padding:2em;flex-direction:column;justify-content:space-between;align-items:center}.AboutBanner_container__2K_6a img{width:100%;height:auto}.AboutBanner_heading__1dL4n{font-size:35px;font-weight:400;text-align:center}.AboutBanner_explanation__1evXp{text-align:justify;margin:0 1em}@media(max-width:1350px){.AboutBanner_container__2K_6a img{width:auto;height:100%}.AboutBanner_left__7B8v_{min-height:235px;width:50%;overflow:hidden}}@media(max-width:1200px){.AboutBanner_container__2K_6a img{width:100%;height:auto}.AboutBanner_left__7B8v_{height:unset;width:100%;min-height:unset}.AboutBanner_explanation__1evXp{font-size:.9em;margin:1em 0}.AboutBanner_heading__1dL4n{font-size:1.75em}.AboutBanner_container__2K_6a{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;flex-flow:column-reverse;flex-direction:column;max-height:unset}}.TestimonialBanner_container__mD-yQ{background:var(--primary-gradient);display:flex;margin-bottom:1em;max-width:100%;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;max-height:400px;overflow:hidden;color:var(--white)}.TestimonialBanner_right__3OCuf{flex:1 1;display:flex;padding:2em;flex-direction:column;align-items:center}.TestimonialBanner_container__mD-yQ img{width:100%;height:auto}.TestimonialBanner_heading__1KTFw{font-size:35px;font-weight:400;text-align:center}.TestimonialBanner_explanation__3gSFJ{margin:1em;text-align:justify}@media(max-width:1350px){.TestimonialBanner_container__mD-yQ img{width:auto;height:100%}.TestimonialBanner_left__2hZoV{min-height:235px;overflow:hidden}}@media(max-width:1200px){.TestimonialBanner_container__mD-yQ iframe{width:100%}.TestimonialBanner_left__2hZoV{height:unset;width:100%;min-height:unset}.TestimonialBanner_explanation__3gSFJ{font-size:.9em;margin:1em}.TestimonialBanner_heading__1KTFw{font-size:1.75em}.TestimonialBanner_container__mD-yQ{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;flex-flow:column-reverse;flex-direction:column;max-height:unset}}.FeaturedBanner_container__35dQ4{background:var(--primary-gradient);display:flex;margin-bottom:1em;max-width:100%;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;max-height:300px;overflow:hidden;color:var(--white)}.FeaturedBanner_left__3NJ3_,.FeaturedBanner_right__2oNYg{flex:1 1}.FeaturedBanner_left__3NJ3_{background-image:url(https://firebasestorage.googleapis.com/v0/b/shop-dm.appspot.com/o/featured%2Fastabanner.jpg?alt=media&token=5fe3221a-61b3-4a17-9722-0e73368fa931);background-position:50%;background-size:cover;background-repeat:no-repeat}.FeaturedBanner_right__2oNYg{display:flex;padding:2em;flex-direction:column;justify-content:center;align-items:center}.FeaturedBanner_heading__3KjOa{font-size:35px;font-weight:400;text-align:center}.FeaturedBanner_subTitle__2XBAO{margin-bottom:1em;font-weight:600}.FeaturedBanner_subText__jkWc3{margin-top:1em;font-size:var(--small-font)}.FeaturedBanner_explanation__1nOZI,.FeaturedBanner_subTitle__2XBAO{text-align:center;margin:0 1em 1em}@media(max-width:1350px){.FeaturedBanner_container__35dQ4 img{width:auto;height:100%}.FeaturedBanner_left__3NJ3_{min-height:235px;width:50%;overflow:hidden}}@media(max-width:1200px){.FeaturedBanner_left__3NJ3_{width:100%}.FeaturedBanner_explanation__1nOZI{font-size:.9em;margin:1em 0}.FeaturedBanner_heading__3KjOa{font-size:1.75em}.FeaturedBanner_container__35dQ4{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;flex-flow:column-reverse;flex-direction:column;max-height:unset}}.SideBar_container__1lDP3{padding:.5em;border-right:2px outset var(--white);min-width:210px;background:var(--white);z-index:100;width:15vw}@media (max-width:1000px){.SideBar_container__1lDP3{width:25vw}}@media (max-width:700px){.SideBar_container__1lDP3{display:none}}.AddedToBasket_container__APpN8{justify-content:space-between;align-items:center;position:fixed;width:90%;margin-left:5%;z-index:101;border:1px solid var(--dark-primary);font-weight:500;padding:.5em;top:15%}.AddedToBasket_container__APpN8 img{height:4em;border:1px solid var(--dark-primary);border-radius:5px;margin-right:1em}.AddedToBasket_checkoutButton__2axbp{margin-left:10px}.AddedToBasket_details__3si3V{display:flex;align-items:center}@media(max-width:1000px){.AddedToBasket_container__APpN8{flex-direction:column}.AddedToBasket_description__313xm{margin-bottom:10px}}@media(max-width:700px){.AddedToBasket_container__APpN8{top:unset;bottom:40px}.AddedToBasket_container__APpN8 img{margin-bottom:.5em}}.DisasterBanner_container__2AzXc{background-color:var(--light-info-blue);padding:1em 2em;text-align:center}.DisasterBanner_container__2AzXc span{background-color:var(--info-blue);color:var(--white);padding:5px;border-radius:16px;margin-bottom:2px;display:inline-block}.DisasterBanner_container__2AzXc>div:first-child{padding-bottom:1em}@media(max-width:700px){.DisasterBanner_container__2AzXc{font-size:.8em}}.FeedbackForm_container__yLMfV{position:fixed;bottom:0;z-index:102;right:5%;text-align:right}.FeedbackForm_innerContainer__h90hd{height:0;transition:height 1s;overflow:hidden;background:var(--light-grey);border:1px outset;border-radius:5px;border-top-right-radius:0}.FeedbackForm_innerContainer__h90hd.FeedbackForm_show__23OhC{height:300px}.FeedbackForm_closeButtonContainer__3VRU2{text-align:right;padding:5px}.FeedbackForm_prompt__2RY4t{padding:5px 10px;display:inline-block;background:var(--primary);border:1px outset var(--white);border-bottom:none;border-radius:5px;border-bottom-left-radius:0;border-bottom-right-radius:0}@media (max-width:400px){.FeedbackForm_container__yLMfV{display:none}}.UsageStats_container__2gcbq{display:flex;justify-content:space-around;border:1px outset;background:var(--white)}.UsageStats_stat__22NKg{padding:5px}.UsageStats_label__1OK4c{text-transform:uppercase;font-size:.8em;display:flex;align-items:center}.UsageStats_label__1OK4c>svg{font-size:20px;margin-right:5px}.UsageStats_value__3sGCu{font-family:monospace;font-weight:600;font-size:2rem}@media (max-width:700px){.UsageStats_label__1OK4c{font-size:.5rem}.UsageStats_value__3sGCu{font-size:1.5rem}}.Footer_container__3X8-I{background:var(--secondary);color:var(--white);padding:1em 0 1em 1em}.Footer_container__3X8-I a{color:var(--white)}.Footer_bottom__KEEVy{display:flex;justify-content:space-between}.Footer_bottom__KEEVy img{height:25px;width:auto}.Footer_spaced__1nKoT{margin-bottom:.5em}.Footer_blocks__3Fu9v{display:flex;margin-bottom:1em;flex-wrap:wrap}.Footer_stack__30njX{padding:2em 1em;display:flex;flex:1 1;flex-direction:column;margin:0 1em 1em 0;background:hsla(0,0%,100%,.18);border-radius:0}.Footer_stack__30njX>div{margin-bottom:5px}.Footer_visaMastercard__3yjl- img{height:48px;width:auto;margin-right:5px}@media (max-width:400px){.Footer_container__3X8-I{font-size:var(--small-font)}}@media(max-width:700px){.Footer_stack__30njX{width:100%}}.Home_mainContent__HcNji{background:var(--green-grey)}.HeroBanner_container__3UejU{background-image:url(https://firebasestorage.googleapis.com/v0/b/shop-dm.appspot.com/o/shopdm%2Fcarousel%2Fgroceries-opt.jpg?alt=media&token=623ecb83-6252-458b-8e18-cc899d732ac0);background-color:#fff;background-position:50%;background-repeat:no-repeat;background-size:cover;display:flex;justify-content:center;align-items:center;padding-top:var(--searchBarHeight);max-width:100%;height:80vh}@media (max-width:700px){.HeroBanner_container__3UejU{background-image:url(https://firebasestorage.googleapis.com/v0/b/shop-dm.appspot.com/o/shopdm%2Fcarousel%2Fgroceries-hero-mobile.jpg?alt=media&token=2952975a-155c-464e-9052-0360be988190)}}.HeroBanner_content__h2YOm{text-align:center;width:80%;display:flex;justify-content:center}.HeroBanner_title__1O1pY{font-size:50px;line-height:1.1;font-weight:800;font-family:Raleway,"Lato";color:#fff;background-color:rgba(0,0,0,.42);width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;padding:.25em;border-radius:16px}.HeroBanner_cta__1LTBG{border:2px outset #fff!important;font-weight:600}.HeroBanner_cta__1LTBG:active,.HeroBanner_cta__1LTBG:hover{background-color:var(--primary);border-color:var(--primary)!important;-webkit-filter:none;filter:none}@media(max-width:1000px){.HeroBanner_content__h2YOm{padding:1em}.HeroBanner_title__1O1pY{font-size:1.75em}}@media(max-width:750px){.HeroBanner_container__3UejU{max-height:150px;padding-top:0;margin-top:var(--searchBarHeight)}.HeroBanner_title__1O1pY{font-size:1em;padding:.5em}.HeroBanner_cta__1LTBG{border:2px outset #fff!important;font-weight:600;font-size:.8em;min-height:15px;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;margin-top:10px}}@media(max-width:350px){.HeroBanner_title__1O1pY{font-size:.8em}}@media(max-width:300px){.HeroBanner_button__2UGBZ{font-size:.4em}}.ResultsTileList_container__SBnpv{padding:1em 1em 10em;width:100%;background:var(--green-grey)}.ResultsTileList_heading__yhfgQ{text-transform:capitalize}.ResultsTileList_container__SBnpv>.title{padding:.5em 1em}@media(max-width:700px){.ResultsTileList_container__SBnpv{padding:0 0 10em}}.Results_mainContent__3s6lw{background:var(--very-light-grey)}.ProductCloseup_container__2FFWd{flex:1 1;display:flex;align-items:flex-start;justify-content:center;padding:1em;margin-bottom:1em;background:var(--white);border:1px outset;border-radius:16px}.ProductCloseup_image__1tTm5{max-height:400px;height:400px;width:auto;margin:1em 2em;max-width:600px}.ProductCloseup_details__38ICp{padding:0 2em;min-width:30%;max-width:50%}.ProductCloseup_details__38ICp .ProductCloseup_cartButton__3NIh1,.ProductCloseup_details__38ICp .ProductCloseup_cartButton__3NIh1 button,.ProductCloseup_stockMessage__1ecfq button{width:100%;margin-bottom:1em}.ProductCloseup_description__CWv2p{text-align:justify;border:1px inset;background:var(--very-light-grey);padding:1em;border-radius:4px;max-width:25vw}.ProductCloseup_price__2FbE0{font-size:var(--title-font);font-weight:600}.ProductCloseup_productTitle__2Svc0{max-width:40vw}.ProductCloseup_stockMessage__1ecfq{margin-bottom:1em}.ProductCloseup_metrics__3jR3h{margin-top:1em;margin-bottom:1em;display:flex}.ProductCloseup_metrics__3jR3h>div{margin-right:1em}.ProductCloseup_quantity__1mG7X{margin-bottom:1em}.ProductCloseup_sellerName__1yYq9{text-transform:capitalize}.ProductCloseup_characteristics__3weCI{display:block}.ProductCloseup_frame__9xC8d .ProductCloseup_characteristics__3weCI{display:none}.ProductCloseup_charSelect__1TbcE{background:var(--light-primary);padding:5px;border-radius:6px;border:1px outset var(--light-grey);height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;width:200px}.ProductCloseup_calculator__1Wc14{padding-top:1em}.ProductCloseup_sale__2Ebjb .ProductCloseup_price__2FbE0{color:var(--sale-red)}.ProductCloseup_fromSeller__3-4Ts{display:flex;align-items:center}.ProductCloseup_fromSeller__3-4Ts>span{margin-right:5px}.ProductCloseup_characteristics__3weCI{max-width:350px;overflow-x:auto}@media (max-width:1000px){.ProductCloseup_container__2FFWd{flex-direction:column;align-items:center}.ProductCloseup_image__1tTm5{height:300px;width:auto;margin:.5em}.ProductCloseup_frame__9xC8d{justify-content:center;display:flex;flex-direction:column;align-items:center}.ProductCloseup_details__38ICp{padding-bottom:1em;max-width:unset}.ProductCloseup_frame__9xC8d .ProductCloseup_characteristics__3weCI{display:block}.ProductCloseup_details__38ICp .ProductCloseup_characteristics__3weCI{display:none}.ProductCloseup_details__38ICp{width:100%}.ProductCloseup_container__2FFWd p{margin:5px}}@media (max-width:700px){.ProductCloseup_image__1tTm5{height:35vh;width:auto;max-width:80%;max-height:35vh}.ProductCloseup_container__2FFWd .ProductCloseup_productTitle__2Svc0{margin:0;max-width:unset}.ProductCloseup_container__2FFWd p{margin:5px}.ProductCloseup_description__CWv2p{font-size:var(--small-font);max-width:unset}.ProductCloseup_productTitle__2Svc0{text-align:center;padding:0 .5em}.ProductCloseup_characteristics__3weCI{padding:0 1em}}.ShareButton_modal__17BLJ{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;min-width:300px}.ShareButton_modalOverlay__125ie,.ShareButton_shareOption__5eI-d{display:flex;align-items:center;justify-content:center}.ShareButton_shareOption__5eI-d{flex-direction:column;height:80px;width:80px;border-radius:50%;border:1px solid var(--light-grey);font-size:.7rem;background-color:var(--very-light-grey);cursor:pointer;margin:.5em}.ShareButton_shareOption__5eI-d:hover{background-color:var(--light-primary)}.ShareButton_shareOption__5eI-d:active{border:3px solid var(--primary)}.ShareButton_shareOption__5eI-d svg{font-size:2.5rem}.ShareButton_shareOptionList__2C2OF{padding:1em;display:flex;justify-content:space-evenly}.MultiImageFrame_container__JKf-8{display:flex;height:100%}.MultiImageFrame_productImage__2M9If{max-height:100%;max-width:100%}.MultiImageFrame_imageFrame__2Nu2V{height:100%;width:auto;overflow:hidden;display:flex;justify-content:center;align-items:center}@media (max-width:600px){.MultiImageFrame_imageFrame__2Nu2V{min-width:0;width:100%;margin-right:0}}.MultiImageFrame_thumbnailList__2U4Bo{display:flex;flex-direction:column;margin-right:.5em}.MultiImageFrame_thumbnailList__2U4Bo>div{margin-bottom:.5em}.SellerBadge_container__1S2np{display:inline-flex;align-items:center;cursor:pointer;background-color:var(--white);padding:.2em;text-transform:capitalize;font-size:.9em;margin-bottom:5px;border-radius:30px;border:1px outset}.SellerBadge_container__1S2np span{margin-left:5px}.SellerBadge_container__1S2np:hover{-webkit-filter:brightness(90%);filter:brightness(90%)}.ProductDetails_mainContent__30lVm{flex-direction:column;align-items:center;background:var(--very-light-grey);padding-left:2em;padding-right:2em}.ProductDetails_linkContainer__29FYd{width:100%}.ProductDetails_contactForm__1nL3i{margin:1em}@media(max-width:700px){.ProductDetails_mainContent__30lVm{padding-left:1em;padding-right:1em}}.CartItemList_container__rrhPS{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;padding:2em;background:var(--white);border:1px outset;border-radius:16px;margin-bottom:2em;max-width:100vw}.CartItemList_top__180EF{display:flex;align-items:center;justify-content:space-between;margin-bottom:.5em}.CartItemList_bottom__2HA3M{margin-top:1em;display:flex;justify-content:right}.CartItemList_title__ewcbF{margin-top:0;display:flex;align-items:center}.CartItemList_title__ewcbF>img{height:60px;margin-right:1em}.CartItemList_innerContainer__1bHu4{width:100%;display:flex}.CartItemList_checkoutPanel__n6IfO{width:250px;background:var(--very-light-grey);height:130px;display:flex;justify-content:center;flex-direction:column;align-items:center;min-width:185px;border-radius:16px;border:1px outset;margin-left:1em}.CartItemList_list__Et0oa{flex:1 1}.CartItemList_charList__1SpRZ{padding:.5em 1em;background-color:var(--very-light-grey);width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;font-size:var(--med-font);border-radius:5px}.CartItemList_charList__1SpRZ span{font-weight:600}@media (max-width:1100px){.CartItemList_innerContainer__1bHu4{flex-direction:column;flex-flow:column-reverse}.CartItemList_checkoutPanel__n6IfO{width:100%;margin-bottom:1em}}@media (max-width:700px){.CartItemList_top__180EF{flex-direction:column}}.CartDetails_mainContent__WBrLx{flex-direction:column;align-items:center;background:var(--very-light-grey)}.CartDetails_linkContainer__oz6uO{width:100%}.CartDetails_innerContainer__3akjM{display:flex}@media(max-width:700px){.CartDetails_mainContent__WBrLx{padding-left:1em;padding-right:1em}}.CartProductChangedItem_container__3eXAS{background:var(--white);border:1px outset;margin-bottom:.5em}.CartProductChangedItem_item__2di19{display:flex}.CartProductChangedItem_imageFrame__1GS2x{height:100px;width:100px;padding:10px;display:flex;justify-content:center;align-items:center}.CartProductChangedItem_imageFrame__1GS2x>img{max-height:100%;max-width:100%}.CartProductChangedItem_changes__U9_CE,.CartProductChangedItem_itemDetails__TnZtU{padding:10px 5px 0}.CartProductChangedItem_itemDetails__TnZtU>span{margin-right:4px}.CartProductChangedItem_changeContainer__wGkfr{display:flex;align-items:center}.CartProductChangedItem_changeBadge__2hjbG{margin-right:4px}.CartProductChangedItem_changeText__1K2a7{font-weight:600}.CartProductChangedItem_action__YzmVR.CartProductChangedItem_primary__ssRpV,.CartProductChangedItem_changeText__1K2a7.CartProductChangedItem_primary__ssRpV{color:var(--dark-primary)}.CartProductChangedItem_changeText__1K2a7.CartProductChangedItem_warning__1wBPL{color:var(--dark-warning-yellow)}.CartProductChangedItem_actions__1I7Qu{display:flex;justify-content:flex-end;border-top:.5px solid var(--light-grey)}.CartProductChangedItem_action__YzmVR{padding:5px 1em;min-width:150px;display:flex;justify-content:center;align-items:center;border-left:.5px solid var(--light-grey);height:41px;background-color:var(--white)}.CartProductChangedItem_action__YzmVR:hover{-webkit-filter:brightness(90%);filter:brightness(90%)}.CartProductChangedItem_action__YzmVR.CartProductChangedItem_active__28Von:hover{font-weight:600;cursor:pointer}.CartProductChangedItem_action__YzmVR label{margin-top:-10px}@media(max-width:400px){.CartProductChangedItem_action__YzmVR{min-width:unset;font-size:.9em}.CartProductChangedItem_changeContainer__wGkfr,.CartProductChangedItem_changeContainer__wGkfr .strong{font-size:.9em}.CartProductChangedItem_itemDetails__TnZtU .strong{font-size:1.1em}}@media(max-width:300px){.CartProductChangedItem_action__YzmVR{font-size:.7em}.CartProductChangedItem_changeContainer__wGkfr,.CartProductChangedItem_changeContainer__wGkfr .strong,.CartProductChangedItem_container__3eXAS .badge{font-size:.8em}}.CheckBox_container__3RbBd{display:block;position:relative;padding-left:30px;margin-bottom:12px;cursor:pointer;font-size:22px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;font-size:var(--small-font)}.CheckBox_checkmark__2gZLO:hover{box-shadow:0 0 5px 5px var(--light-primary)}.CheckBox_container__3RbBd input{position:absolute;opacity:0;cursor:pointer;height:0;width:0}.CheckBox_checkmark__2gZLO{position:absolute;top:0;left:0;height:22px;width:22px;border-radius:4px;background-color:var(--white);border:1px solid var(--grey)}.CheckBox_container__3RbBd:hover input~.CheckBox_checkmark__2gZLO{background-color:#ccc}.CheckBox_container__3RbBd input:checked~.CheckBox_checkmark__2gZLO{background-color:var(--primary)}.CheckBox_checkmark__2gZLO:after{content:"";position:absolute;display:none}.CheckBox_container__3RbBd input:checked~.CheckBox_checkmark__2gZLO:after{display:block}.CheckBox_container__3RbBd .CheckBox_checkmark__2gZLO:after{left:8px;top:4px;width:5px;height:10px;border:solid #fff;border-width:0 3px 3px 0;transform:rotate(45deg)}.CartItemsChangedModal_itemList__77tm_{background-color:var(--very-light-grey)}.CartItemsChangedModal_iconBack__2TGbg{height:60px;width:60px;border-radius:50%;background-color:var(--light-grey)}.TopBar_topBarContent__3Gj-X{flex:1 1;text-align:center;color:var(--white);font-size:var(--title-font);text-transform:capitalize;display:flex;justify-content:center;align-items:center}.TopBar_topBarContent__3Gj-X>div{margin-right:.5em}@media(max-width:700px){.TopBar_container__1GVAR{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;padding:5px 0}}.ResetPasswordForm_container__3H3UO{height:auto}.BuyerAddressForm_container__3ds-L{min-height:650px;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content}.CheckoutDetails_container__1E-9o{width:700px;border-radius:16px;margin:0 1em 1em 0}.CheckoutDetails_checkoutButton__RvIH3{padding:1em 0;display:flex;justify-content:center}.CheckoutDetails_disabledButtonContainer__22G-9{text-align:center}.CheckoutDetails_instructionsList__NAaZJ{font-size:var(--small-font);text-align:left;color:var(--error-red);line-height:100%}@media(max-width:1270px){.CheckoutDetails_container__1E-9o{width:100%;margin-right:0;margin-bottom:1em}}.PaymentMethodOption_container__35Op7{font-size:.9em;font-weight:100;text-transform:capitalize;height:90px;width:186px;display:flex;margin-right:7px}.PaymentMethodOption_container__35Op7 img{height:45px}.PaymentMethodOption_providerLogo__3ovwA{max-width:15em}@media (max-width:700px){.PaymentMethodOption_providerLogo__3ovwA{max-width:100%}}@media (max-width:550px){.PaymentMethodOption_container__35Op7{width:132px;font-size:.8em;font-weight:400}.PaymentMethodOption_container__35Op7 img{height:40px}}@media (max-width:400px){.PaymentMethodOption_container__35Op7{width:45%;font-size:.8em}.PaymentMethodOption_container__35Op7 img{height:30px}}@media (max-width:300px){.PaymentMethodOption_container__35Op7{width:100%}}.MobankingReceiptUploadModal_modal__1C6AQ{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content}.MobankingReceiptUploadModal_modalInner__2XV2U{padding:.5em;display:flex;justify-content:center;flex-direction:column;align-items:center}.MobankingReceiptUploadModal_instructions__4rBNy{max-width:300px}.MobankingReceiptUploadModal_upload__2DZOS{width:200px;margin-top:5px}.PaymentModal_content__2iRNH{display:flex;flex-direction:column;flex:1 1;padding:1em}.PaymentModal_specifics__1DWFY{max-width:30vw;margin-top:.5em}.PaymentModal_specifics__1DWFY>li{margin-bottom:1em}@media(max-width:700px){.PaymentModal_specifics__1DWFY{max-width:none}.PaymentModal_specifics__1DWFY>li{margin-bottom:.5em}.PaymentModal_specifics__1DWFY{font-size:var(--small-font);margin:.5em 0}}.MobankingModal_container__2gWa2{scroll-behavior:smooth}.MobankingModal_title__rW-Xe{margin-top:1em}.MobankingModal_instructionsPrompt__1F3F3.MobankingModal_wiggle__2zRAT{-webkit-animation:MobankingModal_wiggle__2zRAT 2s ease 5s 2;animation:MobankingModal_wiggle__2zRAT 2s ease 5s 2}@-webkit-keyframes MobankingModal_wiggle__2zRAT{0%{transform:rotate(3deg)}10%{transform:rotate(-3deg)}20%{transform:rotate(3deg)}40%{transform:rotate(-2deg)}50%{transform:rotate(0deg)}}@keyframes MobankingModal_wiggle__2zRAT{0%{transform:rotate(3deg)}10%{transform:rotate(-3deg)}20%{transform:rotate(3deg)}40%{transform:rotate(-2deg)}50%{transform:rotate(0deg)}}.MobankingModal_info__rFeJg{display:flex;margin-bottom:5px;align-items:baseline;font-size:var(--small-font)}.MobankingModal_only__11i_-{font-weight:600}.MobankingModal_info__rFeJg .badge{margin-right:5px}.MobankingModal_notSure__1yASF{margin:1em 0;font-weight:600}@media (max-width:500px){.MobankingModal_info__rFeJg{margin-bottom:10px}}.WireTransferPaymentModal_summary__18yRa{margin:1em 0}.WireTransferPaymentModal_title__gcH3Z{font-weight:100}.JadPaymentModal_hidden__32oaT{visibility:hidden}.JadPaymentModal_modal__3AC3b{max-width:100%;width:500px;background:var(--white);max-height:650px;background:none;border:none;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;color:var(--white);text-align:center}.JadPaymentModal_modal__3AC3b svg{color:var(--white)!important}.JadPaymentModal_innerModal__TSJcY>div{margin-bottom:1.5em}.JadPaymentModal_modalOverlay__2KuUI{align-items:center;background-color:var(--dark-translucent)}.JadPaymentModal_payWith__3CPQV{display:flex;align-items:center;justify-content:center;font-weight:600;font-size:1.2rem}.JadPaymentModal_payWith__3CPQV>img{margin:0 .5em}.JadPaymentModal_clickToContinue__2eErn{background:transparent;color:var(--white);font-weight:600;text-decoration:underline;border:none;cursor:pointer}@media(max-width:700px){.JadPaymentModal_payWith__3CPQV{font-size:1rem}}@media(max-height:700px){.JadPaymentModal_modalOverlay__2KuUI{padding-top:2%;padding-bottom:2%}}.CardProcessingStatus_container__1EhXY{height:100%;width:100%;display:flex;justify-content:center;align-items:center}.CardProcessingStatus_icon__2nsWQ img{height:80px;width:auto}.CardProcessingStatus_statusTitle__1hFei{font-weight:600}.CardProcessingStatus_statusMessage__g0UUG{font-size:.8em;max-width:300px}.FacCardPaymentModal_container__21T8a{min-width:310px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;height:480px;display:flex;justify-content:center}.FacCardPaymentModal_modal__19KDq{padding:8px}.FacCardPaymentModal_modalInnerContainer__Xre1n{display:flex;justify-content:center;padding:0}.FacCardPaymentModal_modalOverlay__1zZih{padding:1%}@media (max-width:700px){.FacCardPaymentModal_modal__19KDq{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}}.AnnouncementBanner_container__1taKa{background-color:var(--light-info-blue);padding:1em 2em;text-align:center}.AnnouncementBanner_container__1taKa span{background-color:var(--info-blue);color:var(--white);padding:5px;border-radius:16px;margin-bottom:2px;display:inline-block}.AnnouncementBanner_container__1taKa>div:first-child{padding-bottom:1em}@media(max-width:700px){.AnnouncementBanner_container__1taKa{font-size:.8em}}.CheckoutUserAddress_selectedAddress__1UDg1{text-transform:capitalize;font-size:1.1em;font-weight:100;margin-bottom:.5em}.CheckoutUserAddress_deliverToCity__1YgIb{margin:5px}.CheckoutUserAddress_directions__ul8CK,.CheckoutUserAddress_phone__3w4QJ{font-size:var(--small-font);margin-bottom:1em}.CheckoutUserAddress_toggleDirections__STUdQ{margin-bottom:1em;display:block}.CheckoutUserAddress_header__3F-Oq{display:flex;align-items:center;justify-content:space-between}@media(max-width:700px){.CheckoutUserAddress_deliverTo__Vhete{display:block}.CheckoutUserAddress_deliverToCity__1YgIb{display:block;margin-left:2em}}.UserAddressModal_directions__z_2HP,.UserAddressModal_phone__25npl{font-size:var(--small-font)}.UserAddressModal_modal__1kjuz{padding:20px 0}.UserAddressModal_modal__1kjuz>div>span{margin-right:20px}.UserAddressModal_modalTitle__3FdcV{text-align:center}.UserAddressModal_addButton__3s4cJ{display:flex;justify-content:flex-end;margin:10px 20px}.UserAddressModal_addressContainer__3dPJa{width:400px;padding:1em;background:var(--white);cursor:pointer;margin:.5em;border-radius:8px}.UserAddressModal_addressContainer__3dPJa:hover{-webkit-filter:brightness(90%);filter:brightness(90%)}.UserAddressModal_addressContainer__3dPJa.UserAddressModal_selected__3gupl{background-color:var(--light-primary)}.UserAddressModal_addressOption__3o2bS{display:flex}.UserAddressModal_buttons__CzFDV{display:flex;justify-content:flex-end;margin-top:5px}.UserAddressModal_buttons__CzFDV button:first-of-type{margin-right:5px}@media(max-width:700px){.UserAddressModal_addressContainer__3dPJa{width:100%}}.CheckoutGifting_prompt__180Dx{display:flex;align-items:center;margin-bottom:.5em}.CheckoutGifting_prompt__180Dx>span{margin-right:.5em}.CheckoutGifting_prompt__180Dx label{margin-top:-5px}.CheckoutGifting_addressValue__15ZBW{font-weight:600}.CheckoutGifting_section__3nAGz{margin-left:2em}.CheckoutGifting_userName__ayi9D{text-transform:capitalize}.CheckoutGifting_explanation__c8Dg_{font-weight:100;margin-bottom:5px}@media(max-width:700px){.CheckoutGifting_specifics__3X8hb{font-size:var(--small-font)}.CheckoutGifting_explanation__c8Dg_{color:var(--grey);font-size:.9em}}.CreditTransactionList_date__3_iRN{padding:1em;text-transform:uppercase;font-size:.8em;font-weight:600}.Transaction_container__1C9ce{display:flex;background:var(--white);padding:5px 1em 0;align-items:center;min-height:80px;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content}.Transaction_title__2XYIR{text-transform:capitalize}.Transaction_icon__AJV7Q{height:30px;width:30px;border-radius:50%;background-color:var(--light-grey);margin-right:10px;display:flex;justify-content:center;align-items:center}.Transaction_transactionDetails__1DwQV{border-bottom:.5px solid var(--light-grey);flex:1 1;display:flex;flex-direction:column;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content}.Transaction_transactionDetails__1DwQV>div:first-child{font-weight:600}.Transaction_reason__2gI2M{font-size:var(--small-font)}.Transaction_endingBalance__26icH{font-size:.7em;margin-bottom:5px;color:var(--grey)}.Transaction_endingBalance__26icH .Transaction_negative__1eQ3r{color:var(--sale-red)}.Transaction_credit__3l1Zs{color:var(--credit-green)}.Transaction_balance__2smcf{font-size:18px;font-weight:600;margin-left:5px}.CalculationBreakdown_container__S_ILv{font-size:.9em}@media (max-width:400px){.CalculationBreakdown_container__S_ILv{font-size:.8em}}.LineItem_minus__11-gO{color:var(--dark-primary)}.LineItem_plus__3iXjb{color:var(--sale-red)}.LineItem_value__2DFx9{white-space:nowrap}.CheckoutCredit_innerContainer__1CmUg{padding:1em;background-color:var(--very-light-grey);border-radius:16px;border:1px inset;margin-bottom:1em;display:flex;justify-content:center}.CheckoutCredit_title__Nh_-d{color:var(--white);margin-bottom:63px}.CheckoutCredit_ask__wlGTY{display:flex;margin-bottom:1em}.CheckoutCredit_ask__wlGTY>div{margin-right:1em}.CheckoutCredit_breakdownContainer__3TC1A{background-color:var(--white);padding:.5em;border-radius:16px}@media (max-width:400px){.CheckoutCredit_title__Nh_-d{font-size:1.2em;margin-bottom:50px}}.AvatarIconStack_container__DUR6X{display:flex}.AvatarIconStack_remainingNumber__3aoFn{font-size:1.3em;font-weight:700;color:var(--grey)}.DateHighlight_container__2IjWn{text-transform:capitalize;background:var(--warning-yellow);padding:1px 10px;white-space:nowrap;font-weight:600}.DateHighlight_container__2IjWn.DateHighlight_today__WQugX{color:var(--dark-primary);background-color:var(--light-primary)}.DateHighlight_container__2IjWn.DateHighlight_tomorrow__OZGvB{color:var(--info-blue);background:var(--light-info-blue)}.SelectedDeliverySlot_container__3x0sl{padding:10px;border:1px outset var(--light-grey);border-radius:16px;margin-bottom:7px;background-color:var(--white)}.SelectedDeliverySlot_innerContainer__3yucf{display:flex}.SelectedDeliverySlot_sellerLogos__2ZKPB{display:flex;align-items:center;justify-content:center;width:130px}.SelectedDeliverySlot_deliveryDetails__3yKIP{display:flex;flex:1 1;align-items:center;justify-content:space-between}.SelectedDeliverySlot_description__CT2mU{flex:1 1;padding-right:.5em}.SelectedDeliverySlot_description__CT2mU>div{margin-bottom:5px}.SelectedDeliverySlot_deliveryTime__FOjlv{font-size:1.2em;font-weight:700}.SelectedDeliverySlot_deliverAt__1dn-z{font-weight:600}.SelectedDeliverySlot_deliverAt__1dn-z img{vertical-align:middle}.SelectedDeliverySlot_deliveredBy__2zhxu{font-size:.9em}@media(max-width:700px){.SelectedDeliverySlot_innerContainer__3yucf{flex-direction:column;align-items:center}.SelectedDeliverySlot_deliveryDetails__3yKIP{display:block}.SelectedDeliverySlot_right__2Qoaa{margin-top:5px;text-align:right}.SelectedDeliverySlot_sellerLogos__2ZKPB{margin-bottom:.5em}}.DateSlider_container__3icf8{width:100%}.DateSlider_month__EAOzX{text-align:center;font-weight:700;text-transform:capitalize}.DateSlider_week__3bEDt{display:flex}.DateSlider_arrow__ABmUk,.DateSlider_dayContainer__2qPnX{flex:1 1;cursor:pointer;display:flex;align-items:center;justify-content:center;flex-direction:column;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.DateSlider_dayNumber__3TQr8{font-size:1.1em;font-weight:600;height:30px;width:30px;border-radius:50%;border:3px solid transparent;display:inline-flex;justify-content:center;align-items:center}.DateSlider_arrow__ABmUk:hover,.DateSlider_dayNumber__3TQr8:hover{border-color:var(--light-primary);background-color:var(--light-primary)}.DateSlider_dayContainer__2qPnX.DateSlider_selected__3SZ6M.DateSlider_active__2Cxu1>.DateSlider_dayNumber__3TQr8,.DateSlider_dayContainer__2qPnX.DateSlider_selected__3SZ6M>.DateSlider_dayNumber__3TQr8{border-color:var(--primary);background-color:var(--primary)}.DateSlider_dayContainer__2qPnX.DateSlider_selected__3SZ6M.DateSlider_active__2Cxu1>.DateSlider_dayNumber__3TQr8{box-shadow:0 0 2px 5px var(--light-primary)}.DateSlider_dayContainer__2qPnX.DateSlider_active__2Cxu1>.DateSlider_dayNumber__3TQr8{border-color:var(--primary);background-color:var(--light-primary)}.DateSlider_arrow__ABmUk.DateSlider_disabled__OvVl8,.DateSlider_arrow__ABmUk.DateSlider_disabled__OvVl8:hover,.DateSlider_dayContainer__2qPnX.DateSlider_disabled__OvVl8>.DateSlider_dayNumber__3TQr8,.DateSlider_dayContainer__2qPnX.DateSlider_disabled__OvVl8>.DateSlider_dayNumber__3TQr8:hover{border-color:transparent;background-color:transparent;color:var(--disabled-grey);cursor:default}.DateSlider_dayOfWeek__3UrtP{font-size:.8em}.ScheduleList_schedule__RVM1E{margin:.5em 1em;min-height:250px}.ScheduleList_scheduleTitle__3Algq{font-weight:600;text-align:left;margin-bottom:.5em}.ScheduleList_scheduleSlots__2hVNY{border:1px outset;border-radius:16px;overflow:hidden;box-shadow:0 0 5px 2px var(--light-grey)}.ScheduleList_slotContainer__1zCAb{min-width:300px;width:100%;height:55px;padding:0 .5em;display:flex;justify-content:space-between;border:1px solid var(--grey);align-items:center;background-color:var(--white)}.ScheduleList_slotContainer__1zCAb.ScheduleList_selected__23DZ3{background-color:var(--light-primary)}.ScheduleList_slotContainer__1zCAb.ScheduleList_unavailable__1jZEu{background-color:var(--light-grey)}.ScheduleList_slotDetails__5k2Le{text-align:left}.ScheduleList_slotType__UVBgt{text-transform:capitalize}.ScheduleList_slotTimeRange__1a0qK{font-size:.9em;font-weight:600}.ScheduleList_slotButton__1WhYg{padding:7px;border:1px solid var(--dark-primary);color:var(--dark-primary);font-weight:600;background-color:var(--white);border-radius:8px;cursor:pointer;width:100px}.ScheduleList_slotContainer__1zCAb.ScheduleList_selected__23DZ3 .ScheduleList_slotButton__1WhYg{background-color:var(--primary);color:var(--black)}.ScheduleList_slotContainer__1zCAb.ScheduleList_unavailable__1jZEu .ScheduleList_slotButton__1WhYg{border-color:var(--dark-grey);color:var(--light-grey);background-color:var(--grey);cursor:not-allowed;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.ScheduleList_slotButton__1WhYg:hover{background-color:var(--light-primary)}.WindowedList_container__EtDBe{height:380px;overflow-y:auto;overflow-x:auto;scroll-behavior:smooth}.DeliverySlotPicker_dateSlider__3kUsd{padding-bottom:2px;border-bottom:1px outset;box-shadow:0 4px 2px -2px var(--light-grey)}.DeliverySlotPicker_top__1kNr1{display:flex;align-items:center;justify-content:space-between}.DeliverySlotPicker_topRight__2kibz{margin:.5em}.DeliverySlotPicker_selection__1Z_7e{text-align:left;padding:0 1em;margin:.5em 0}.DeliverySlotPicker_selection__1Z_7e>span{font-weight:600;border:1px outset transparent;padding:5px;border-radius:8px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.DeliverySlotPicker_selection__1Z_7e>span.DeliverySlotPicker_date__1B1x9{border-color:var(--light-grey);background-color:var(--primary);cursor:pointer}.DeliverySlotPicker_selection__1Z_7e>span.DeliverySlotPicker_date__1B1x9:hover{background-color:var(--light-primary)}.DeliverySlotPicker_selection__1Z_7e>span.DeliverySlotPicker_date__1B1x9:active{border:1px solid var(--primary)}.DeliveryMethodOption_container__31hMK{font-size:.9em;font-weight:100;text-transform:capitalize;min-height:200px;width:200px;justify-content:center;margin-right:7px;cursor:pointer}.unavailable{cursor:not-allowed}.DeliveryMethodOption_innerContainer__28nZJ{height:100%;width:100%}.DeliveryMethodOption_deliveryName__1GJP4{font-weight:600}.DeliveryMethodOption_deliveryLogo__37CoL{display:flex;justify-content:center;align-items:flex-start;height:80px}.DeliveryMethodOption_fee__1XNAs{font-family:monospace;white-space:nowrap;padding:.5em 0;font-size:14px}.DeliveryMethodOption_fee__1XNAs .DeliveryMethodOption_explanation__1XLHA{font-size:12px}.DeliveryMethodOption_fee__1XNAs .DeliveryMethodOption_explanation__1XLHA span{font-weight:600}.DeliveryMethodOption_getIt__QaOHi{font-size:var(--small-font);font-weight:600;margin:5px 0}.DeliveryMethodOption_getIt__QaOHi>div:first-child{margin-bottom:2px}.DeliveryMethodOption_additionalInfo__1-gM4{font-size:var(--small-font);color:var(--info-blue);font-weight:500}.DeliveryMethodOption_additionalInfo__1-gM4.DeliveryMethodOption_deliveryInfo__rWbwp{color:var(--dark-primary)}.DeliveryMethodOption_additionalInfo__1-gM4.DeliveryMethodOption_error__3Xxrs{color:var(--error-red)}.DeliveryMethodOption_sameDay__3zOC8{color:var(--dark-primary);font-weight:700}.DeliveryMethodOption_pickupAddressContainer__3re37 select{max-width:200px;padding:.25em;border-radius:8px;border:1px outset;background-color:var(--white)}.DeliveryMethodOption_pickupAddressContainer__3re37.DeliveryMethodOption_noPickupChoice__2LZZj select{-webkit-animation:DeliveryMethodOption_pulse__3XOTk 1.5s ease 0s infinite;animation:DeliveryMethodOption_pulse__3XOTk 1.5s ease 0s infinite}@-webkit-keyframes DeliveryMethodOption_pulse__3XOTk{0%{box-shadow:0 0 0 0 var(--dark-warning-yellow)}to{box-shadow:0 0 0 20px transparent}}@keyframes DeliveryMethodOption_pulse__3XOTk{0%{box-shadow:0 0 0 0 var(--dark-warning-yellow)}to{box-shadow:0 0 0 20px transparent}}@media (max-width:700px){.DeliveryMethodOption_container__31hMK{width:150px;min-width:150px;height:unset;min-height:unset}.DeliveryMethodOption_fee__1XNAs{white-space:normal}.DeliveryMethodOption_fee__1XNAs .DeliveryMethodOption_explanation__1XLHA{font-size:10px}.DeliveryMethodOption_fee__1XNAs .DeliveryMethodOption_explanation__1XLHA>div{margin-bottom:5px}.DeliveryMethodOption_fee__1XNAs .DeliveryMethodOption_explanation__1XLHA span{display:block}}@media (max-width:600px){.DeliveryMethodOption_pickupAddressContainer__3re37 select{max-width:40vw}}@media (max-width:450px){.DeliveryMethodOption_container__31hMK{width:140px;min-width:135px;font-size:.75em;margin-right:3px;overflow:hidden}}@media (max-width:380px){.DeliveryMethodOption_container__31hMK{width:100%}}@media (max-height:300px){.DeliveryMethodOption_pickupAddressContainer__3re37 select{max-width:20vw}}.DeliveryItems_container__5RQpZ>div{margin-bottom:5px}.DeliveryItems_list__2GIOs{margin-right:1em;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;max-height:400px;min-width:350px;overflow-y:auto;border:1px solid var(--light-grey);border-radius:16px;padding:10px;display:flex;flex-wrap:wrap}.DeliveryItems_productContainer__3AfxO{width:280px;margin:0 5px 10px 0;border:1px outset var(--light-grey);border-radius:16px;text-align:right}.DeliveryItems_product__e3XTM{display:flex;justify-content:space-between;padding:10px}.DeliveryItems_product__e3XTM img{max-height:100px;max-width:80px}.DeliveryItems_productTitle__DRHH6{font-weight:500;text-align:right;overflow-wrap:break-word}.DeliveryItems_itemDetails__1onMJ{display:flex;flex:1 1;flex-direction:column;align-items:flex-end}.DeliveryItems_remove__ypb3C{font-size:var(--small-font)}@media (max-width:800px){.DeliveryItems_productContainer__3AfxO{width:100%}.DeliveryItems_list__2GIOs{min-width:unset;width:100%}}@media (max-width:400px){.DeliveryItems_product__e3XTM{display:block}.DeliveryItems_productContainer__3AfxO,.DeliveryItems_productTitle__DRHH6{text-align:left}.DeliveryItems_itemDetails__1onMJ{display:block}}.DeliveryOptions_container__2azx2{margin-bottom:.5em}.DeliveryOptions_seller__2MGaP{text-transform:capitalize;display:flex;align-items:center}.DeliveryOptions_seller__2MGaP>div{margin-right:10px}.DeliveryOptions_sellerIcon__b2Bqp{display:flex;align-items:center}.DeliveryOptions_sellerIcon__b2Bqp>span{margin-right:10px}.DeliveryOptions_itemInfo__J8luO{margin-bottom:.5em}.DeliveryOptions_itemInfo__J8luO>div{display:flex;font-weight:600;align-items:center}.DeliveryOptions_itemInfo__J8luO svg{margin-right:5px}.DeliveryOptions_deliveryContainer__25YLd{display:flex;margin-top:.5em;flex-wrap:wrap}@media (max-width:600px){.DeliveryOptions_deliveryContainer__25YLd{margin-top:1em}}@media (max-width:400px){.DeliveryOptions_seller__2MGaP{display:block;margin-bottom:1em}}.OrderInvoice_container__e1nok{padding:1em;border:1px outset var(--light-grey);border-radius:16px;width:280px;background:var(--white)}.OrderInvoice_section__27wUY{border-bottom:1px solid var(--grey);padding-bottom:.5em;margin-bottom:.5em;overflow:auto;max-height:30vh}@media(max-width:1270px){.OrderInvoice_container__e1nok{width:100%}}@media(min-width:1270px){.OrderInvoice_container__e1nok{position:fixed;right:0}}.Checkout_mainContent__2fSdG{flex-direction:column;padding-left:1em;padding-right:1em}.Checkout_innerContainer__1XlBc{display:flex;justify-content:center;align-items:flex-start}.Checkout_invoiceTop__4ipvS{width:100%;margin-bottom:1em;display:none}.Checkout_contactInfo__1xjH7{text-align:center;padding:1em;font-size:var(--small-font)}@media (max-width:1270px){.Checkout_innerContainer__1XlBc,.Checkout_invoiceTop__4ipvS{display:block}}.PaginatedProductTileList_container__2V_DY{width:100%}.PaginatedProductTileList_innerContainer__NG0rL{flex:1 1;display:flex;flex-wrap:wrap}.PaginatedProductTileList_paginationContainer__3UjPj{display:flex;justify-content:center}.PaginatedProductTileList_showing__3PmCK{margin-left:1em}@media (max-width:700px){.PaginatedProductTileList_innerContainer__NG0rL{display:block}}.BackNextPagination_container__2GkWY button{border-radius:8px;padding:8px 16px}.SellerTileList_container__292iZ{padding:1em 1em 10em;width:100%;background:var(--green-grey)}.SellerTileList_heading__1gsuv{text-transform:capitalize}.SellerTileList_container__292iZ .strong,.SellerTileList_container__292iZ>.title{padding:.5em 1em}.SellerTileList_categoryLinkContainer__38Z-w.SellerTileList_selected__3FuTi{background:var(--primary)}.SellerTileList_categoryLinkContainer__38Z-w{display:inline-flex;padding:.5em 1em;border:1px solid var(--grey);border-radius:20px;margin:.3em;cursor:pointer;background:var(--white);flex:1 1;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;white-space:nowrap}.SellerTileList_categoryLinkContainer__38Z-w:hover{-webkit-filter:brightness(90%);filter:brightness(90%)}.SellerTileList_link__yCiyH{text-transform:capitalize;color:#000;text-decoration:none;font-size:var(--small-font);cursor:pointer;font-weight:600}.SellerTileList_returnLink__1lT9Z{margin-left:1em;display:flex;align-items:center;text-decoration:underline;padding:1em}.SellerTileList_categoryTitle__Ye2Mp{display:flex;align-items:center}.SellerTileList_arrow__3BLNQ{display:none}.SellerTileList_hotDeals__3dycs{background-color:var(--warning-yellow)}@media(max-width:700px){.SellerTileList_container__292iZ{padding:0 0 10em}.SellerTileList_categoryContainer__4407f .SellerTileList_categoryLinkContainer__38Z-w:last-child{padding-right:2em}.SellerTileList_categoryContainer__4407f{overflow-y:hidden;display:flex;overflow-x:scroll;width:100%;position:relative;scroll-behavior:smooth}.SellerTileList_arrow__3BLNQ{position:-webkit-sticky;position:sticky;top:35%;height:35px;padding:0 6px;background:rgba(0,0,0,.41);border-radius:30px;display:flex;justify-content:center;align-items:center;color:var(--white);cursor:pointer}.SellerTileList_arrow__3BLNQ:active,.SellerTileList_arrow__3BLNQ:focus{box-shadow:0 0 8px 3px var(--primary);outline:none;-webkit-tap-highlight-color:transparent}.SellerTileList_left__3Bwy-{left:0}.SellerTileList_right__1JCk1{right:0}}.Banner_container__3kIk0{background:var(--secondary);display:flex;padding:1em;justify-content:space-between;margin-bottom:1em}.Banner_iframe__m_LQL{border:none;width:420px;height:315px}.Banner_content__AlU6P{display:flex;align-items:center;flex-direction:column;padding:1em 1em 1em 10em;justify-content:space-between}.Banner_title__1muBE{color:#fff;font-size:3em;font-family:Merienda,cursive;text-align:center}.Banner_button__1G9W4{border:1px solid var(--white);background:transparent;color:var(--white);padding:.5em 1em;font-size:1.1em;width:100%;text-align:center;cursor:pointer}.Banner_button__1G9W4,.Banner_button__1G9W4:active,button:visited{text-decoration:none}@media(max-width:1000px){.Banner_container__3kIk0{flex-direction:column}.Banner_content__AlU6P{padding:1em;justify-content:space-between}.Banner_title__1muBE{font-size:2em}.Banner_button__1G9W4{font-size:var(--small-font)}.Banner_iframe__m_LQL{width:100%;height:20%;max-height:50%}}.SellerBrandHeader_container__nyorM{background:var(--primary-gradient);height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;height:40vh;max-width:100%;overflow:hidden;position:relative}.SellerBrandHeader_container__nyorM.SellerBrandHeader_hasImage__3CsUe{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content}.SellerBrandHeader_imageContainer__oxjMt{background:var(--white)}.SellerBrandHeader_container__nyorM>img{width:100%;max-width:100vw}.SellerBrandHeader_editButton__2gx1p{position:absolute;bottom:1em;right:2em}.SellerBrandHeader_editAdvice__23SlX{display:block;font-size:var(--tiny-font)}@media(max-width:1000px){.SellerBrandHeader_container__nyorM{height:20vh}}@media(max-width:700px){.SellerBrandHeader_container__nyorM{height:15vh}}.SellerProfileBar_profileContainer__ACBo1{padding:2em 4em;display:flex}.SellerProfileBar_about__H75tN{flex:1 1;display:flex;margin-left:2em}.SellerProfileBar_description__1ZEsX{font-size:var(--small-font);width:300px;margin:0 1em;text-align:justify}.SellerProfileBar_sellerInfo__2RLgU{justify-content:space-between}.SellerProfileBar_logo__28gJ3{margin-top:calc(-75px + -2em)}.SellerProfileBar_name__1xLry{font-weight:600;text-transform:capitalize}.SellerProfileBar_followers__2wlNV{font-size:var(--small-font)}.SellerProfileBar_buttonHolder__rf2oN{display:flex;margin-top:1em}.SellerProfileBar_buttonHolder__rf2oN button{margin-right:5px}.SellerProfileBar_goToProducts__3vfWV{display:flex;align-items:center;margin-top:10px;font-size:var(--small-font)}@media(max-width:700px){.SellerProfileBar_logo__28gJ3{margin-top:-50px;display:flex;justify-content:center}.SellerProfileBar_profileContainer__ACBo1,.SellerProfileBar_sellerInfo__2RLgU{text-align:center;display:flex;align-items:center;flex-direction:column}.SellerProfileBar_buttonHolder__rf2oN{text-align:center}.SellerProfileBar_about__H75tN{flex-direction:column;margin:1em 0 0;align-items:center}.SellerProfileBar_description__1ZEsX{margin:.5em 0}}.MediaPostModal_innerContainer__3n-yf{display:flex}.MediaPostModal_innerContainer__3n-yf,.MediaPostModal_modal__2f9z9{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content}.MediaPostModal_modal__2f9z9{padding:0;overflow:hidden}.MediaPostModal_modal__2f9z9 .modalInnerContainer{height:100%}.MediaPostModal_modal__2f9z9 .modalCloseButtonContainer{position:absolute;top:5px;right:5px;z-index:100}.MediaPostModal_modalOverlay__lW2EX{padding:0;display:flex;align-items:center;justify-content:center}.MediaPostModal_media__Haqoj{background-color:var(--black);display:flex;align-items:center;justify-content:center;height:100%;min-width:60vw;position:relative;max-height:100%;max-width:100%;overflow:hidden}.MediaPostModal_iframe__33Vef{max-width:100%;border:none}.MediaPostModal_comments__370r2{width:300px}@media(max-width:700px){.MediaPostModal_innerContainer__3n-yf{flex-direction:column}.MediaPostModal_media__Haqoj{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content}}.BigUpButton_container__3s8BG{display:flex;cursor:pointer;color:var(--dark-primary);-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.BigUpButton_socialButtonIcon__3Zyj7{display:flex;flex-direction:column;align-items:center}.BigUpButton_socialButtonIcon__3Zyj7.BigUpButton_unselected__3d4qc svg{transition:transform .5s}.BigUpButton_socialButtonIcon__3Zyj7.BigUpButton_unselected__3d4qc svg:hover{background:var(--light-primary);box-shadow:0 0 7px 5px var(--light-primary);border-radius:30%;transform:scale(1.5)}.BigUpButton_socialButtonLabel__3tRNC{font-size:10px;font-weight:600}.BigUpButton_socialButtonCount__3PfAE{border-radius:50%;height:20px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;min-width:20px;display:flex;justify-content:center;align-items:center;text-decoration:underline}.BigUpButton_socialButtonCount__3PfAE:hover{background-color:var(--light-primary)}.UserRow_container__2anPa{display:flex;margin-top:.5em;width:100%}.UserRow_userContainer__3Mi7d{display:flex}.UserRow_userName__GYjTD{font-weight:600;margin-left:.5em;text-transform:capitalize}.ReactionListModal_row__13iGd{min-width:300px;max-width:100vw}.VideoThumbnail_container__LJloN{min-width:300px;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content}.VideoThumbnail_thumbTitle__26pdO{text-align:center;margin:.25em}.VideoThumbnail_thumbImage__32jJV{position:relative;width:300px;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;display:flex;justify-content:center;background-color:var(--black);border-top-right-radius:12px;border-top-left-radius:12px;border-style:outset;border-bottom:none;overflow:hidden}.VideoThumbnail_container__LJloN .upload svg{height:100px}.VideoThumbnail_thumbnailInner__2kAlh{display:flex}.VideoThumbnail_iframe__3f2ND{border:none}.VideoThumbnail_overlay__3prQI{position:absolute;top:0;width:100%;height:100%;cursor:pointer;opacity:0;display:flex;align-items:center;justify-content:center;background-color:var(--translucent)}.VideoThumbnail_overlay__3prQI:hover{opacity:1}.VideoThumbnail_overlay__3prQI svg{color:var(--white);opacity:0;font-size:70px;transition:opacity 1s}.VideoThumbnail_overlay__3prQI:hover svg{opacity:1}.VideoThumbnail_modal__2PTQy{width:50%;min-width:400px;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;max-height:100%;overflow-y:auto}.VideoThumbnail_socialBar__N9QBU{display:flex;align-items:center;border-bottom-right-radius:12px;border-bottom-left-radius:12px;border-style:outset;border-top:none;margin-top:-5px;padding:5px}.VideoThumbnail_socialStats__1TZOj{display:flex;flex:1 1}.VideoThumbnail_clickForFullscreen__2NYeg{background-color:var(--dark-translucent);position:absolute;display:flex;color:var(--white);bottom:.5em;right:.5em;padding:5px;border-radius:25px;cursor:pointer;border:1px solid var(--white)}.VideoThumbnail_clickForFullscreen__2NYeg svg{-webkit-animation:VideoThumbnail_grow__2CWx3 4s linear 0s infinite;animation:VideoThumbnail_grow__2CWx3 4s linear 0s infinite}@-webkit-keyframes VideoThumbnail_grow__2CWx3{0%{transform:scale(.5)}25%{transform:scale(1.25)}}@keyframes VideoThumbnail_grow__2CWx3{0%{transform:scale(.5)}25%{transform:scale(1.25)}}.VideoEmbedForm_iconContainer__11zXn,.VideoEmbedForm_videoFrame__x6nRV{display:flex;justify-content:center;align-items:center;flex-direction:column;margin:1em}.VideoEmbedForm_instructionsToggle__1Ussg{display:flex;margin:.5em}.VideoEmbedForm_instructionsToggle__1Ussg>div{padding:.5em;border:1px outset;background:var(--white);cursor:pointer;display:flex;font-size:.9em;font-weight:600}.VideoEmbedForm_instructionsToggle__1Ussg>div>span{display:flex;align-items:center}.VideoEmbedForm_instructionsToggle__1Ussg>div.VideoEmbedForm_selected__UmBX3{border-style:inset;background-color:var(--light-primary)}.VideoEmbedForm_instructionsToggle__1Ussg>div>span:first-child{margin-right:5px}.VideoEmbedForm_instructionsToggle__1Ussg>div:first-child{border-top-left-radius:8px;border-bottom-left-radius:8px}.VideoEmbedForm_instructionsToggle__1Ussg>div:last-child{border-top-right-radius:8px;border-bottom-right-radius:8px}.VideoEmbedForm_instructionsToggle__1Ussg>div:hover{-webkit-filter:brightness(90%);filter:brightness(90%)}.VideoEmbedForm_note__5d_Q2{font-weight:600}.SellerProfile_sellerContent__6mBef{flex:1 1;max-width:85vw}@media (max-width:1000px){.SellerProfile_sellerContent__6mBef{max-width:75vw}}@media (max-width:700px){.SellerProfile_sellerContent__6mBef{max-width:100vw}}.GiftInfoBanner_container__2lQ63{background:#fff9f9;background-image:url(/heart-confetti.png);display:flex;justify-content:space-between;margin-bottom:1em;max-width:100%}.GiftInfoBanner_visual__3WORC{border:none;height:315px}.GiftInfoBanner_visual__3WORC img{height:100%;width:auto}.GiftInfoBanner_content__3yqVO{align-items:center;padding:1em}.GiftInfoBanner_content__3yqVO,.GiftInfoBanner_title__253hq{display:flex;flex-direction:column;justify-content:space-between}.GiftInfoBanner_title__253hq{color:#ac1a3b;font-size:3em;font-family:DancingScript;text-align:center;height:100%;padding:1em 0}.GiftInfoBanner_button__1Yhwb{border:1px solid #ac1a3b;font-weight:700;color:#ac1a3b;padding:.5em 1em;font-size:1.1em;width:100%;text-align:center;cursor:pointer;text-transform:uppercase;box-shadow:0 0 20px var(--very-light-grey)}.GiftInfoBanner_button__1Yhwb,.GiftInfoBanner_button__1Yhwb:active,button:visited{text-decoration:none}@media(max-width:1200px){.GiftInfoBanner_title__253hq{font-size:2.2em}}@media(max-width:1000px){.GiftInfoBanner_container__2lQ63{height:200px;max-height:200px}.GiftInfoBanner_content__3yqVO{padding:1em;justify-content:space-between}.GiftInfoBanner_title__253hq{font-size:1.8em}.GiftInfoBanner_button__1Yhwb{font-size:var(--small-font)}.GiftInfoBanner_visual__3WORC{height:100%;max-height:200px}}@media(max-width:750px){.GiftInfoBanner_container__2lQ63,.GiftInfoBanner_visual__3WORC{max-height:150px}.GiftInfoBanner_title__253hq{font-size:1.5em}.GiftInfoBanner_button__1Yhwb{font-size:.6em}}@media(max-width:500px){.GiftInfoBanner_title__253hq{font-size:1.1em;padding:0}.GiftInfoBanner_content__3yqVO{padding:.5em}.GiftInfoBanner_button__1Yhwb{margin-top:5px}}@media(max-width:330px){.GiftInfoBanner_content__3yqVO{padding:0}.GiftInfoBanner_button__1Yhwb{font-size:.6em}}@media(max-width:300px){.GiftInfoBanner_title__253hq{font-size:1em}.GiftInfoBanner_button__1Yhwb{font-size:.4em}}.DYBTBanner_sellerContainer__XZajV{padding:1em 0;width:100%}.DYBTBanner_sellerIcon__EcAXO{display:flex;flex-direction:column;align-items:center;text-align:center;margin:2px 1em;text-transform:capitalize}.DYBTBanner_sellerIcon__EcAXO:hover{cursor:pointer;-webkit-filter:brightness(80%);filter:brightness(80%)}@media(max-width:400px){.DYBTBanner_sellerContainer__XZajV{padding-top:.5em}}.CategoryTileList_container__3FIkq{padding:1em 1em 10em 0;width:100%;background:var(--green-grey)}.CategoryTileList_heading__2SJc9{text-transform:capitalize}.CategoryTileList_container__3FIkq>.title{padding:.5em 1em}@media(max-width:700px){.CategoryTileList_container__3FIkq{padding:0 0 10em}}.CategoryProfile_categoryContent__1C612{flex:1 1;max-width:85vw}@media (max-width:1000px){.CategoryProfile_categoryContent__1C612{max-width:75vw}}@media (max-width:700px){.CategoryProfile_categoryContent__1C612{max-width:100vw}}.CurrentOrderStatus_statusRow__3dmNc{display:flex;padding:1em;border:1px outset;align-items:center;background:var(--very-light-grey);border-radius:16px}.CurrentOrderStatus_orderHeader__Si14T{margin-bottom:.5em}.CurrentOrderStatus_orderTitle__1BUGJ{font-weight:300;font-size:var(--title-font)}.CurrentOrderStatus_circle__Oa55C{height:2vw;width:9vw;border-radius:9vw;background:var(--grey);border:2px solid var(--dark);max-width:100px;max-height:100px}.CurrentOrderStatus_circle__Oa55C.CurrentOrderStatus_completed__3WWR-{background:var(--primary);border:2px solid var(--dark-primary)}.CurrentOrderStatus_circle__Oa55C.CurrentOrderStatus_current__1YKt8{-webkit-animation:CurrentOrderStatus_pulse__1pVc- 2s ease 0s infinite;animation:CurrentOrderStatus_pulse__1pVc- 2s ease 0s infinite}@-webkit-keyframes CurrentOrderStatus_pulse__1pVc-{0%{box-shadow:0 0 0 0 var(--primary)}to{box-shadow:0 0 0 20px transparent}}@keyframes CurrentOrderStatus_pulse__1pVc-{0%{box-shadow:0 0 0 0 var(--primary)}to{box-shadow:0 0 0 20px transparent}}.CurrentOrderStatus_path__3Lppa{background:var(--dark);flex:1 1;height:2px}.CurrentOrderStatus_path__3Lppa.CurrentOrderStatus_completed__3WWR-{background:var(--dark-primary)}.CurrentOrderStatus_sellerName__u2L8I{width:9vw;text-transform:capitalize;font-weight:600;border-right:.5px solid var(--grey);margin-right:.5em;padding-right:.5em}.CurrentOrderStatus_stages__2pgpp{display:flex;flex:1 1}.CurrentOrderStatus_stage__3_WCi{flex:1 1}.CurrentOrderStatus_startStage__11sse{flex:none}.CurrentOrderStatus_stageLabel__2GENA{display:flex;justify-content:flex-end}.CurrentOrderStatus_stageLabel__2GENA>div{width:9vw;text-align:center;font-size:var(--small-font);max-width:100px}.CurrentOrderStatus_stageLabel__2GENA .CurrentOrderStatus_label__34y-1{font-weight:600;margin-bottom:5px}.CurrentOrderStatus_stageVisual__1Hv6A{display:flex;align-items:center;margin-bottom:5px}.CurrentOrderStatus_deliveryText__3GNiq{font-size:var(--small-font);font-weight:400;margin-top:1em}@media(max-width:700px){.CurrentOrderStatus_circle__Oa55C{width:9vw;border-radius:11vw}.CurrentOrderStatus_sellerName__u2L8I{font-size:var(--small-font);word-wrap:break-word;width:17vw}.CurrentOrderStatus_stageLabel__2GENA>div{width:9vw;font-size:var(--tiny-font);overflow-x:scroll}}@media(max-width:400px){.CurrentOrderStatus_stageLabel__2GENA>div{font-size:.6em}}.DataTable_tableTop__1RbtD{display:flex;justify-content:space-between;margin:3px 16px 8px 6px}.DataTable_tableContainer__31rNX{max-height:75vh;overflow-y:auto;border-radius:16px;border:1px outset var(--light-grey);box-shadow:2px 2px 5px 0 var(--grey)}.DataTable_tableContainer__31rNX.DataTable_noScroll__3VEku{overflow-y:unset}.DataTable_table__WL5aL{border-collapse:collapse;width:100%;background-color:var(--white)}.DataTable_noData__2bAGi{height:80%;display:flex;justify-content:center;align-items:center;font-size:var(--title-font);padding:1em;background:#fff}.DataTable_clickable__1TtmE{cursor:pointer}.DataTable_search__2bLOI{display:flex;align-items:center}.DataTable_search__2bLOI>div{margin-right:5px;margin-bottom:0;border-radius:5px;background:var(--white);height:32px}.DataTable_search__2bLOI>select{margin:0;padding:.5em;border-radius:4px}.DataTable_search__2bLOI input{border-color:var(--grey)}@media(max-width:700px){.DataTable_container__S8J0t{font-size:var(--small-font)}.DataTable_noData__2bAGi{font-size:var(--large-font-phone)}}.DataTable_headerContainer__x0ZwQ{background-image:var(--primary-gradient);position:-webkit-sticky;position:sticky;top:0;z-index:100}.DataTable_th__1VN2_{color:var(--white);padding-left:15px!important;padding-right:15px!important}.DataTable_th__1VN2_>div{flex:1 1;display:flex;align-items:center;justify-content:center}.DataTable_title__1hw92{color:var(--dark);font-size:1.2em}.DataTable_rowContainer__29mRe{vertical-align:top;border-bottom:5px solid var(--very-light-grey);border-spacing:1em;font-size:.95em;background-color:var(--white)}.DataTable_rowContainer__29mRe.DataTable_even__3A_Eq{background-color:#f6f4f4}.DataTable_rowContainer__29mRe.DataTable_even__3A_Eq.DataTable_selected__2rMt1,.DataTable_rowContainer__29mRe.DataTable_even__3A_Eq:hover,.DataTable_rowContainer__29mRe:hover,.DataTable_selected__2rMt1{-webkit-filter:brightness(85%);filter:brightness(85%)}.DataTable_rowContainer__29mRe.DataTable_error__1785S{background-color:var(--translucent-accent)}.DataTable_cellContainer__13saO{text-align:center;padding:.5em}.SortButton_container__3hYRi{display:inline-flex;flex-direction:column}.SortButton_container__3hYRi span:hover{cursor:pointer;background:hsla(0,0%,50.2%,.24)}.SortButton_top__2t39t svg{margin-top:0;margin-bottom:-13px}.SortButton_bottom__1dQU7 svg{margin-top:-8px}.SortButton_top__2t39t.SortButton_center__5zwZk svg{margin-bottom:-18px}.SortButton_bottom__1dQU7.SortButton_center__5zwZk svg{margin-bottom:6px}.SortButton_hidden__6q3YV{visibility:hidden}.MultiSearchField_container__1Uccq{display:flex}.MultiSearchField_container__1Uccq>div{margin-right:5px;margin-bottom:0;border-radius:5px;background:var(--white)}.MultiSearchField_container__1Uccq>select{margin:0;padding:.5em;border-radius:4px}.MultiSearchField_container__1Uccq input{border-color:var(--grey)}.OrderListItem_container__2N8Zq{margin:2px 0;padding:8px;border-radius:16px}.OrderListItem_container__2N8Zq:hover{border:1px outset var(--light-grey);cursor:pointer}.OrderListItem_container__2N8Zq.OrderListItem_checked__vdy8K{background-color:var(--light-primary)}.OrderListItem_container__2N8Zq.OrderListItem_replaced__HR5TJ{background-color:var(--warning-yellow)}.OrderListItem_container__2N8Zq.OrderListItem_actual__K1ilk{background-color:var(--light-info-blue)}.OrderListItem_container__2N8Zq.OrderListItem_refund__3T7Zq{background-color:var(--light-info-pink)}.OrderListItem_itemCheck__2GXJm,.OrderListItem_itemCheckbox__1ORcG{display:flex;align-items:center}.OrderListItem_itemCheck__2GXJm{justify-content:space-between}.OrderListItem_listItemText__SThts{margin-right:.5em;display:flex;align-items:center}.OrderListItem_listItemText__SThts .OrderListItem_text__tlhIc{padding-left:.5em}.OrderListItem_itemEffect__2GwTO>span{font-weight:600;margin-left:5px;border:1px outset var(--grey);border-radius:16px;padding:1px 5px;color:var(--white);font-size:var(--small-font)}.OrderListItem_refund__3T7Zq .OrderListItem_itemEffect__2GwTO>span{background-color:var(--info-pink)}.OrderListItem_replaced__HR5TJ .OrderListItem_itemEffect__2GwTO>span{background-color:var(--dark-warning-yellow)}.OrderListItem_actual__K1ilk .OrderListItem_itemEffect__2GwTO>span{background-color:var(--info-blue)}.OrderListItem_sku__1CCZg{font-weight:600}@media (max-width:700px){.OrderListItem_listItemText__SThts{display:inline-block}}.ActionMenu_container__3_WJJ{display:inline-block;position:relative}.ActionMenu_menu__2KFuL{background-color:var(--white);right:0;top:0;border-radius:8px;border:1px solid var(--light-grey);box-shadow:0 1px 3px 1px var(--light-grey);overflow:hidden;padding:.5em 0}.ActionMenu_menuItem__8IkxX{min-width:200px;padding:.5em 1em;cursor:pointer;background-color:var(--white);text-align:left;max-width:300px}.ActionMenu_menuItem__8IkxX:hover{-webkit-filter:brightness(90%);filter:brightness(90%)}.OrderFeeBreakdown_container__gPmIB{font-size:.9em;display:flex;flex-wrap:wrap;align-items:center}.OrderFeeBreakdown_container__gPmIB>div{margin-right:.5em}.OrderFeeBreakdown_container__gPmIB span{font-weight:600}@media(max-width:700px){.OrderFeeBreakdown_container__gPmIB{font-size:.7em}}.CustomerOrderTable_itemTotal__2qEmP button{min-width:100px}.CustomerOrders_container__2jE_t{padding:1em}.CustomerOrders_instructions__2RbwX{font-size:var(--small-font);font-style:italic;margin-bottom:1em}.CustomerProfile_mainContent__3808W{flex-direction:column}.ProductVariantListItem_container__y4NTc{display:flex;border:1px outset var(--light-grey);padding:.5em;border-radius:16px;min-width:220px;width:220px;position:relative}.ProductVariantListItem_description__1MtRf{margin:0 20px 0 .5em;flex:1 1;font-size:var(--small-font)}.ProductVariantListItem_characteristics__2LXiT{font-size:10px;max-height:50px;max-width:100%;overflow:auto}.ProductVariantListItem_title__2MGRJ{font-weight:500;max-height:40px;width:100%;overflow-y:auto}.ProductVariantListItem_close__2DvOJ{width:37px;right:2px;top:2px;position:absolute}.The404Page_container__3Roxb{display:flex;justify-content:center;align-items:center;flex-direction:column;padding:1em}.The404Page_container__3Roxb img{height:30vh;width:auto}.Maintenance_container__2vAbs{display:flex;justify-content:center;align-items:center;flex-direction:column;padding:1em}.Maintenance_container__2vAbs img{height:30vh;width:auto}.NotAuthorized_container__2lfLd{display:flex;justify-content:center;align-items:center;flex-direction:column;padding:1em}.NotAuthorized_container__2lfLd img{height:30vh;width:auto}.LimitedAccess_container__25kY2{display:flex;justify-content:center;align-items:center;flex-direction:column;padding:1em;background:var(--light-grey)}.LimitedAccess_teaser__3fS0D{display:flex;align-items:center}.LimitedAccess_container__25kY2 img{height:18vh;width:auto}.Unsubscribe_container__3XODw{display:flex;justify-content:center;align-items:center;flex-direction:column;padding:1em}.Unsubscribe_container__3XODw img{height:30vh;width:auto}.Unsubscribe_moreInfo__1P1ae{margin-bottom:1em}.Blocked_container__2ifk2{display:flex;justify-content:center;align-items:center;flex-direction:column;padding:1em}.Blocked_container__2ifk2 img{height:30vh;width:auto}.Blocked_moreInfo__1FFIu{margin-bottom:1em}.WarningIcon_container__mvpIE{background:var(--dark-warning-yellow)}.YourWallet_container__2luh_{display:flex;justify-content:center}.YourWallet_innerContainer__1zJZg{display:flex;flex-direction:column}.YourWallet_cardContainer__14Osc{display:flex;justify-content:center}.YourWallet_explanation__2nemy{margin:1em;text-align:center}@media(max-width:700px){.YourWallet_innerContainer__1zJZg{width:100%;padding:1em}}.TopupCreditModal_container__309rg{padding:.5em;background-color:var(--green-grey);min-height:100%}.TopupCreditModal_prompt__1dn-y{text-align:center;margin-bottom:.5em}.TopupCreditModal_title__1CAOK{margin-bottom:.5em}.TopupCreditModal_amount__2YyK3{display:flex;justify-content:center}.TopupCreditModal_info__2_Dy-{display:flex;align-items:center}.ShopdmCredit_mainContent__3CyS7{flex-direction:column;background:var(--green-grey);padding-bottom:5em}.Event_container__3JNh-{background-color:var(--black)}@media(max-width:700px){.Event_mainContent__1uY33{padding-bottom:0}}.BlackFriday2021_container__2Q0o0{width:100%;background:linear-gradient(180deg,#000,var(--grey));color:var(--white);font-family:"Raleway";padding:1em}.BlackFriday2021_homeLink__bKVOi{color:var(--black);width:100%}.BlackFriday2021_hero__1Ts5C{font-size:6em;margin-bottom:1em;text-align:center}.BlackFriday2021_startsIn__JNF-E{font-size:2em;width:50%}.BlackFriday2021_timer__22heD{margin-bottom:1em}.BlackFriday2021_hero__1Ts5C>span{color:var(--sale-red)}.BlackFriday2021_notifyButton__ivEA6{background-color:var(--white);color:var(--black);font-weight:400!important;display:flex;align-items:center}.BlackFriday2021_notifyButton__ivEA6>svg,.BlackFriday2021_subscribed__x-Qua>svg{font-size:1.5em}.BlackFriday2021_notifyButton__ivEA6:hover{background-color:#000;color:var(--white)}.BlackFriday2021_notifyButton__ivEA6:active{border:3px solid red}.BlackFriday2021_sellerContainer__GpDx6{padding:1em 0;width:100%}.BlackFriday2021_sellers__1iEIv{margin-top:.5em;display:flex;justify-content:space-around;flex-wrap:wrap}.BlackFriday2021_sellers__1iEIv>div{margin:.5em}.BlackFriday2021_sellerIcon__1jYAd{display:flex;flex-direction:column;align-items:center}.BlackFriday2021_sellerIcon__1jYAd:hover{cursor:pointer;-webkit-filter:brightness(80%);filter:brightness(80%)}.BlackFriday2021_sellerName__15oSM{font-size:var(--small-font);max-width:80px;overflow-wrap:break-word;text-align:center;text-transform:capitalize}.BlackFriday2021_subscribed__x-Qua{min-height:3em;font-size:1.2em;font-weight:400;border-radius:4em;display:flex;align-items:center;border:2px solid red;padding:2px 1em}.BlackFriday2021_seeMore__1O8ar{background:var(--white);margin-top:2em;display:flex;align-items:center;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;padding:.5em;color:var(--black);border:1px outset var(--light-grey);border-radius:40px;cursor:pointer}.BlackFriday2021_seeSeller__4WVRs{display:flex;align-items:center}.BlackFriday2021_seeMoreName__2jwVo{margin-left:5px;margin-right:1em}.BlackFriday2021_seeMore__1O8ar:hover{-webkit-filter:brightness(90%);filter:brightness(90%)}.BlackFriday2021_seeAll__3Jz80{margin-left:2em;display:flex;align-items:center}.BlackFriday2021_off__34_sB{margin-top:1em;text-align:center}.BlackFriday2021_timing__2wG1U{font-size:var(--small-font);text-align:center}@media(max-width:700px){.BlackFriday2021_hero__1Ts5C{margin-bottom:20px;font-size:4.5em}.BlackFriday2021_startsIn__JNF-E{font-size:1.5em;width:100%}}@media(max-width:400px){.BlackFriday2021_container__2Q0o0{padding-top:0}.BlackFriday2021_hero__1Ts5C{font-size:3.5em;padding-top:0}.BlackFriday2021_sellerContainer__GpDx6{padding-top:.5em}}.PopupAlert_modal__Py9wr{height:150px;width:400px;max-width:100%;padding-bottom:10px}.PopupAlert_content__M31wa{height:100%;min-height:100px;display:flex;flex-direction:column;justify-content:space-between}.PopupAlert_modalOverlay__2D9j3{display:flex;align-items:center}.PopupAlert_content__M31wa button{min-width:100px}.PopupAlert_title__18WEs{display:flex;align-items:center}.PopupAlert_title__18WEs svg{margin-right:5px}@media(max-width:400px){.PopupAlert_modal__Py9wr{min-width:unset}}.BlackFriday2022_container__1rW_9{width:100%;background:linear-gradient(180deg,#000,var(--grey));color:var(--white);font-family:"Raleway";padding:1em}.BlackFriday2022_homeLink__M3KfN{color:var(--black);width:100%}.BlackFriday2022_hero__2RwGC{font-size:6em;margin-bottom:1em;text-align:center}.BlackFriday2022_countdown__1YLKm{display:flex;justify-content:center;align-items:center}.BlackFriday2022_startsIn__8SnVa{font-size:2em;width:50%}.BlackFriday2022_timer__22bZH{margin-bottom:1em}.BlackFriday2022_hero__2RwGC>span{color:var(--sale-red)}.BlackFriday2022_notifyButton__1X135{background-color:var(--white);color:var(--black);font-weight:400!important;display:flex;align-items:center}.BlackFriday2022_notifyButton__1X135>svg,.BlackFriday2022_subscribed__3j9my>svg{font-size:1.5em}.BlackFriday2022_notifyButton__1X135:hover{background-color:#000;color:var(--white)}.BlackFriday2022_notifyButton__1X135:active{border:3px solid red}.BlackFriday2022_sellerContainer__2vlXA{padding:1em 0;width:100%}.BlackFriday2022_sellers__xUtnr{margin-top:.5em;display:flex;justify-content:space-around;flex-wrap:wrap}.BlackFriday2022_sellers__xUtnr>div{margin:.5em}.BlackFriday2022_sellerIcon__n_Mzh{display:flex;flex-direction:column;align-items:center}.BlackFriday2022_sellerIcon__n_Mzh:hover{cursor:pointer;-webkit-filter:brightness(80%);filter:brightness(80%)}.BlackFriday2022_sellerName__2FY0h{font-size:var(--small-font);max-width:80px;overflow-wrap:break-word;text-align:center;text-transform:capitalize}.BlackFriday2022_subscribed__3j9my{min-height:3em;font-size:1.2em;font-weight:400;border-radius:4em;display:flex;align-items:center;border:2px solid red;padding:2px 1em}.BlackFriday2022_seeMore__1l8WI{background:var(--white);margin-top:2em;display:flex;align-items:center;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;padding:.5em;color:var(--black);border:1px outset var(--light-grey);border-radius:40px;cursor:pointer}.BlackFriday2022_seeSeller__lPP2s{display:flex;align-items:center}.BlackFriday2022_seeMoreName__2wLv4{margin-left:5px;margin-right:1em}.BlackFriday2022_seeMore__1l8WI:hover{-webkit-filter:brightness(90%);filter:brightness(90%)}.BlackFriday2022_seeAll__38Xjx{margin-left:2em;display:flex;align-items:center}.BlackFriday2022_off__3YRvl{margin-top:1em;text-align:center}.BlackFriday2022_timing__1tgM_{font-size:var(--small-font);text-align:center}@media(max-width:700px){.BlackFriday2022_hero__2RwGC{margin-bottom:20px;font-size:4.5em}.BlackFriday2022_startsIn__8SnVa{font-size:1.5em;width:100%}}@media(max-width:400px){.BlackFriday2022_container__1rW_9{padding-top:0}.BlackFriday2022_hero__2RwGC{font-size:3.5em;padding-top:0}.BlackFriday2022_sellerContainer__2vlXA{padding-top:.5em}}.EarlyBirdSale2023_container__jdtSC{width:100%;background:linear-gradient(to bottom right,#18fbf4,#000);font-family:"Raleway";padding:1em}.EarlyBirdSale2023_eventDetails__3ZP1w,.EarlyBirdSale2023_off__KBul8,.EarlyBirdSale2023_sellerContainer__1RBro{color:#fff}.EarlyBirdSale2023_earlyBird__3OVV7{background-image:url(/early-bird200x200.png);background-size:contain;height:150px;width:150px;position:absolute;-webkit-animation:EarlyBirdSale2023_slideAnimation__1KOlO 5s forwards;animation:EarlyBirdSale2023_slideAnimation__1KOlO 5s forwards}@-webkit-keyframes EarlyBirdSale2023_slideAnimation__1KOlO{0%{transform:translateX(0)}50%{transform:translateX(30vw)}to{transform:translateX(100vw);display:none}}@keyframes EarlyBirdSale2023_slideAnimation__1KOlO{0%{transform:translateX(0)}50%{transform:translateX(30vw)}to{transform:translateX(100vw);display:none}}.EarlyBirdSale2023_homeLink__37RIb{color:var(--black);width:100%}.EarlyBirdSale2023_hero__207-W{font-size:6em;margin-bottom:1em;text-align:center;font-family:fantasy,sans-serif;color:#ddbc74;text-shadow:2px 2px 8px #000}.EarlyBirdSale2023_countdown__1MEZ2{display:flex;justify-content:center;align-items:center}.EarlyBirdSale2023_startsIn__3YZjG{font-size:2em;width:50%}.EarlyBirdSale2023_timer__17H08{margin-bottom:1em}.EarlyBirdSale2023_hero__207-W>span{color:var(--sale-red)}.EarlyBirdSale2023_notifyButton__2hobr{background-color:var(--white);color:var(--black);font-weight:400!important;display:flex;align-items:center}.EarlyBirdSale2023_notifyButton__2hobr>svg,.EarlyBirdSale2023_subscribed__CNn9s>svg{font-size:1.5em}.EarlyBirdSale2023_notifyButton__2hobr:hover{background-color:#000;color:var(--white)}.EarlyBirdSale2023_notifyButton__2hobr:active{border:3px solid red}.EarlyBirdSale2023_sellerContainer__1RBro{padding:1em 0;width:100%}.EarlyBirdSale2023_sellers__3Vit2{margin-top:.5em;display:flex;justify-content:space-around;flex-wrap:wrap}.EarlyBirdSale2023_sellers__3Vit2>div{margin:.5em}.EarlyBirdSale2023_sellerIcon__2ZgYh{display:flex;flex-direction:column;align-items:center}.EarlyBirdSale2023_sellerIcon__2ZgYh:hover{cursor:pointer;-webkit-filter:brightness(80%);filter:brightness(80%)}.EarlyBirdSale2023_sellerName__7aD4O{font-size:var(--small-font);max-width:80px;overflow-wrap:break-word;text-align:center;text-transform:capitalize}.EarlyBirdSale2023_subscribed__CNn9s{min-height:3em;font-size:1.2em;font-weight:400;border-radius:4em;display:flex;align-items:center;border:2px solid red;padding:2px 1em}.EarlyBirdSale2023_seeMore__1hLu7{background:var(--white);margin-top:2em;display:flex;align-items:center;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;padding:.5em;color:var(--black);border:1px outset var(--light-grey);border-radius:40px;cursor:pointer}.EarlyBirdSale2023_seeSeller__1WuDa{display:flex;align-items:center}.EarlyBirdSale2023_seeMoreName__3ml8A{margin-left:5px;margin-right:1em}.EarlyBirdSale2023_seeMore__1hLu7:hover{-webkit-filter:brightness(90%);filter:brightness(90%)}.EarlyBirdSale2023_seeAll__3lVNw{margin-left:2em;display:flex;align-items:center}.EarlyBirdSale2023_off__KBul8{margin-top:1em;text-align:center}.EarlyBirdSale2023_timing__UUUTu{font-size:var(--small-font);text-align:center}@media(max-width:700px){.EarlyBirdSale2023_hero__207-W{margin-bottom:20px;font-size:4.5em}.EarlyBirdSale2023_startsIn__3YZjG{font-size:1.5em;width:100%}}@media(max-width:700px){.EarlyBirdSale2023_earlyBird__3OVV7{height:80px;width:80px;top:300px}}@media(max-width:400px){.EarlyBirdSale2023_container__jdtSC{padding-top:0}.EarlyBirdSale2023_hero__207-W{font-size:3.5em;padding-top:0}.EarlyBirdSale2023_sellerContainer__1RBro{padding-top:.5em}}.BlackFriday2023_container__1yV17{width:100%;background:linear-gradient(90deg,#450000,#000);font-family:"Raleway";padding:1em}.BlackFriday2023_eventDetails__-CjPC,.BlackFriday2023_off__3alRo,.BlackFriday2023_sellerContainer__3yJlr{color:#fff}.BlackFriday2023_homeLink__2c1ss{color:var(--black);width:100%}.BlackFriday2023_hero__38Ds-{font-size:6em;margin-bottom:1em;text-align:center;font-family:sans-serif;color:#fbfdfb;text-shadow:2px 2px 8px #fff;text-transform:uppercase}.BlackFriday2023_countdown__3g55U{display:flex;justify-content:center;align-items:center}.BlackFriday2023_startsIn__XBQSy{font-size:2em;width:50%}.BlackFriday2023_timer__5H9vU{margin-bottom:1em}.BlackFriday2023_hero__38Ds->span{color:var(--sale-red)}.BlackFriday2023_notifyButton__eFluf{background-color:var(--white);color:var(--black);font-weight:400!important;display:flex;align-items:center}.BlackFriday2023_notifyButton__eFluf>svg,.BlackFriday2023_subscribed__1Sfji>svg{font-size:1.5em}.BlackFriday2023_notifyButton__eFluf:hover{background-color:#000;color:var(--white)}.BlackFriday2023_notifyButton__eFluf:active{border:3px solid red}.BlackFriday2023_sellerContainer__3yJlr{padding:1em 0;width:100%}.BlackFriday2023_sellers__3JpCu{margin-top:.5em;display:flex;justify-content:space-around;flex-wrap:wrap}.BlackFriday2023_sellers__3JpCu>div{margin:.5em}.BlackFriday2023_sellerIcon__yQegH{display:flex;flex-direction:column;align-items:center}.BlackFriday2023_sellerIcon__yQegH:hover{cursor:pointer;-webkit-filter:brightness(80%);filter:brightness(80%)}.BlackFriday2023_sellerName__1xmYh{font-size:var(--small-font);max-width:80px;overflow-wrap:break-word;text-align:center;text-transform:capitalize}.BlackFriday2023_subscribed__1Sfji{min-height:3em;font-size:1.2em;font-weight:400;border-radius:4em;display:flex;align-items:center;border:2px solid red;padding:2px 1em}.BlackFriday2023_seeMore__3ghvL{background:var(--white);margin-top:2em;display:flex;align-items:center;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;padding:.5em;color:var(--black);border:1px outset var(--light-grey);border-radius:40px;cursor:pointer}.BlackFriday2023_seeSeller__3_z8H{display:flex;align-items:center}.BlackFriday2023_seeMoreName__2fySw{margin-left:5px;margin-right:1em}.BlackFriday2023_seeMore__3ghvL:hover{-webkit-filter:brightness(90%);filter:brightness(90%)}.BlackFriday2023_seeAll__3Xzov{margin-left:2em;display:flex;align-items:center}.BlackFriday2023_off__3alRo{margin-top:1em;text-align:center}.BlackFriday2023_timing__34zRl{font-size:var(--small-font);text-align:center}@media(max-width:700px){.BlackFriday2023_hero__38Ds-{margin-bottom:20px;font-size:4.5em}.BlackFriday2023_startsIn__XBQSy{font-size:1.5em;width:100%}}@media(max-width:700px){.BlackFriday2023_earlyBird__1SgED{height:80px;width:80px;top:300px}}@media(max-width:400px){.BlackFriday2023_container__1yV17{padding-top:0}.BlackFriday2023_hero__38Ds-{font-size:3.5em;padding-top:0}.BlackFriday2023_sellerContainer__3yJlr{padding-top:.5em}}
/*# sourceMappingURL=main.4374b822.chunk.css.map */