.App{width:100%;min-height:100vh;background-color:#fff;display:flex;flex-direction:column;overflow:visible}.sticky-header{position:fixed;top:0;left:0;z-index:100;width:100%}.announcement-bar{width:100%;background-color:#ff00d9;padding:.4rem 1rem;text-align:left;color:#fff;font-family:Graphik,sans-serif;font-size:clamp(.875rem,1.5vw,1rem);font-weight:400}.announcement-bar p{margin:0;display:flex;align-items:center}.navbar{width:100%;display:flex;justify-content:space-between;align-items:center;padding:.4rem 1rem;background-color:#fff;border-bottom:1px solid #f0f0f0}.navbar-brand{font-family:Graphik,sans-serif;font-weight:400;font-style:italic;font-size:1.5rem;color:#000;text-transform:lowercase}.navbar-mobile-menu-btn{display:none;font-family:Graphik,sans-serif;font-weight:300;font-size:1rem;color:#000;text-transform:lowercase;background:none;border:none;cursor:pointer;padding:0}.navbar-menu{display:flex;gap:2rem;align-items:center;position:absolute;left:50%;transform:translate(-50%)}.navbar-dropdown{position:relative}.navbar-dropdown-btn{font-family:Graphik,sans-serif;font-weight:300;font-size:1rem;color:#000;text-transform:lowercase;background:none;border:none;cursor:pointer;padding:0;text-decoration:none;transition:text-decoration .2s}.navbar-dropdown-btn:hover{text-decoration:underline;text-underline-offset:.3em}@media (max-width: 768px){.navbar-mobile-menu-btn{display:block;position:absolute;left:50%;transform:translate(-50%)}.navbar-menu{display:none;position:absolute;top:100%;left:0;right:0;background-color:#fff;flex-direction:column;align-items:flex-start;padding:1rem;gap:1rem;border-bottom:1px solid #f0f0f0;box-shadow:0 2px 4px #0000001a;transform:none;z-index:101}.navbar-menu.navbar-menu-open{display:flex}.navbar-dropdown{width:100%}.navbar-dropdown-btn{width:100%;text-align:left;padding:.5rem 0}.hero{align-items:center;justify-content:center;padding:6.5rem 1rem 2rem}}.navbar-cart{font-family:Graphik,sans-serif;font-weight:300;font-size:1rem;color:#000;text-transform:lowercase}.navbar-cart button,.navbar-cart .shopify-buy__btn{font-family:Graphik,sans-serif!important;font-weight:300!important;font-size:1rem!important;color:#000!important;text-transform:lowercase!important;background:none!important;border:none!important;padding:0!important;cursor:pointer!important;margin:0!important}.hero{width:100%;flex:1;display:flex;align-items:flex-start;justify-content:flex-start;padding:6.5rem 2rem 4rem;overflow:visible;background-color:#fff;background-image:url(/images/zarsbarsmainimage.png);background-size:cover;background-position:center;background-repeat:no-repeat;min-height:100vh;position:relative}.hero-textbox{background-color:#fff;padding:1.5rem 2rem;position:absolute;top:10.5rem;left:2rem}.hero-textbox-label{font-family:Graphik,sans-serif;font-size:.75rem;font-weight:400;color:#000;text-transform:uppercase;letter-spacing:.1em;margin:0;margin-bottom:.5rem}.hero-textbox-text{font-family:Graphik,sans-serif;font-size:1.25rem;font-weight:400;color:#000;margin:0;margin-bottom:.5rem}.hero-textbox-subtext{font-family:Graphik,sans-serif;font-size:.75rem;font-weight:400;color:#000;margin:0;margin-bottom:1rem}.hero-shop-button{font-family:Graphik,sans-serif;font-size:1rem;font-weight:400;color:#fff;background-color:#ff00d9;border:none;cursor:pointer;padding:.75rem 1rem;display:flex;align-items:center;justify-content:center;text-transform:lowercase}.products-section{width:100%;padding:4rem 2rem;background-color:#fff}.products-section-title{font-family:Graphik,sans-serif;font-size:.75rem;font-weight:400;color:#000;text-transform:uppercase;letter-spacing:.1em;margin:0;margin-bottom:2rem;text-align:left}.products-container{display:flex;gap:2rem;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none}.products-container::-webkit-scrollbar{display:none}.product-card{flex:0 0 auto;width:calc(25% - 1.5rem);min-width:250px;display:flex;flex-direction:column;scroll-snap-align:start}.product-card .product-image-wrapper{width:100%;aspect-ratio:3/4;position:relative;margin-bottom:1rem;overflow:hidden}.product-card .product-image{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#d3d3d3;background-size:cover;background-position:center;background-repeat:no-repeat;transition:opacity .4s ease-in-out}.product-card .product-image-base{z-index:1}.product-card .product-image-overlay{z-index:2}.product-info{margin-bottom:1rem}.product-title{font-family:Graphik,sans-serif;font-size:.75rem;font-weight:400;color:#000;margin:0;margin-bottom:.25rem}.product-subtitle{font-family:Graphik,sans-serif;font-size:.75rem;font-weight:400;color:gray;margin:0;margin-bottom:.25rem}.product-price{font-family:Graphik,sans-serif;font-size:.75rem;font-weight:400;color:#000;margin:0}.product-add-button{width:100%;font-family:Graphik,sans-serif;font-size:.875rem;font-weight:400;color:#000;background-color:transparent;border:1px solid white;border-bottom:1px solid #000;border-right:1px solid #000;cursor:pointer;padding:.75rem 1rem;text-transform:lowercase;margin:0;transition:none}.product-add-button:hover:not(:disabled){border:1px dashed #d3d3d3;background-color:transparent;color:#000}.product-add-button:disabled{opacity:.5;cursor:not-allowed}.cart-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;z-index:999;animation:fadeIn .2s ease-in-out}.cart-drawer{position:fixed;top:0;right:0;width:100%;max-width:420px;height:100vh;background-color:#fff;z-index:1000;display:flex;flex-direction:column;box-shadow:-2px 0 10px #0000001a;animation:slideIn .3s ease-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideIn{0%{transform:translate(100%)}to{transform:translate(0)}}.cart-drawer-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid #f0f0f0}.cart-drawer-title{font-family:Graphik,sans-serif;font-size:1.5rem;font-weight:400;margin:0;text-transform:lowercase}.cart-drawer-close{background:none;border:none;font-size:2rem;cursor:pointer;color:#000;line-height:1;padding:0;width:2rem;height:2rem;display:flex;align-items:center;justify-content:center}.cart-drawer-close:hover{opacity:.6}.cart-drawer-content{flex:1;overflow-y:auto;padding:1.5rem}.cart-empty{display:flex;align-items:center;justify-content:center;height:100%;font-family:Graphik,sans-serif;color:#666}.cart-items{display:flex;flex-direction:column;gap:1.5rem}.cart-item{display:flex;gap:1rem;padding-bottom:1.5rem;border-bottom:1px solid #f0f0f0}.cart-item:last-child{border-bottom:none}.cart-item-image{width:80px;height:80px;background-size:cover;background-position:center;background-color:#f0f0f0;flex-shrink:0}.cart-item-details{flex:1;display:flex;flex-direction:column;gap:.25rem}.cart-item-title{font-family:Graphik,sans-serif;font-size:1rem;font-weight:400;color:#000;margin:0}.cart-item-variant{font-family:Graphik,sans-serif;font-size:.875rem;color:#666;margin:0}.cart-item-price{font-family:Graphik,sans-serif;font-size:.875rem;color:#000;margin:0;margin-top:.25rem}.cart-item-actions{display:flex;flex-direction:column;gap:.5rem;align-items:flex-end}.cart-item-quantity{display:flex;align-items:center;gap:.75rem;font-family:Graphik,sans-serif}.cart-item-quantity button{background:none;border:1px solid #000;width:28px;height:28px;cursor:pointer;font-size:1rem;display:flex;align-items:center;justify-content:center;padding:0}.cart-item-quantity button:hover:not(:disabled){background-color:#000;color:#fff}.cart-item-quantity button:disabled{opacity:.3;cursor:not-allowed}.cart-item-quantity span{min-width:20px;text-align:center}.cart-item-remove{background:none;border:none;font-family:Graphik,sans-serif;font-size:.75rem;color:#666;cursor:pointer;text-decoration:underline;padding:0}.cart-item-remove:hover:not(:disabled){color:#000}.cart-item-remove:disabled{opacity:.3;cursor:not-allowed}.cart-drawer-footer{padding:1.5rem;border-top:1px solid #f0f0f0;display:flex;flex-direction:column;gap:1rem}.cart-total{font-family:Graphik,sans-serif;font-size:1.25rem;font-weight:400;display:flex;justify-content:space-between}.cart-total span{font-weight:500}.cart-checkout-button{width:100%;padding:1rem;background-color:#000;color:#fff;font-family:Graphik,sans-serif;font-size:1rem;text-align:center;text-decoration:none;text-transform:lowercase;border:none;cursor:pointer;transition:background-color .2s}.cart-checkout-button:hover{background-color:#333}@media (max-width: 768px){.product-card{width:250px}.products-container{gap:1.5rem}.cart-drawer{max-width:100%}.hero-textbox{border:1px solid #e0e0e0}}@font-face{font-family:AwesomeSerif;src:url(/fonts/AwesomeSerif-LightTall.otf) format("opentype");font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:AwesomeSerif;src:url(/fonts/AwesomeSerif-Tall.otf) format("opentype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:AwesomeSerif;src:url(/fonts/AwesomeSerif-MediumTall.otf) format("opentype");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:AwesomeSerif;src:url(/fonts/AwesomeSerif-SemiBoldTall.otf) format("opentype");font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:AwesomeSerif;src:url(/fonts/AwesomeSerif-BoldTall.otf) format("opentype");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:Graphik;src:url(/fonts/GraphikLight.otf) format("opentype");font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:Graphik;src:url(/fonts/GraphikRegular.otf) format("opentype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Graphik;src:url(/fonts/GraphikRegularItalic.otf) format("opentype");font-weight:400;font-style:italic;font-display:swap}@font-face{font-family:Graphik;src:url(/fonts/GraphikBold.otf) format("opentype");font-weight:700;font-style:normal;font-display:swap}*{margin:0;padding:0;box-sizing:border-box}body{font-family:AwesomeSerif,-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;background-color:#fff;overflow-x:hidden;overflow-y:auto}#root{width:100%;min-height:100vh}
