@import"https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,600;1,300;1,400&family=Overpass+Mono:wght@300;400&display=swap";body{font-family:Roboto,Arial;color:#212121;margin:0}p{margin:0}button{font-size:14px;cursor:pointer}select{cursor:pointer}input,select,button{font-family:Roboto,Arial}.button-primary{color:#fff;background-color:#198754;border:1px solid transparent;border-radius:5px;cursor:pointer;box-shadow:0 2px 5px #dcdcdc80}.button-primary:hover{background-color:#198754bf;border:1px solid transparent}.button-primary:active{background:#19875480;border-color:transparent;box-shadow:none}.button-secondary{color:#212121;background:#fff;border:1px solid rgb(200,200,200);border-radius:5px;cursor:pointer;box-shadow:0 2px 5px #dcdcdc33}.button-secondary:hover{background-color:#fafafa}.button-secondary:active{background-color:#f0f0f0;box-shadow:none}.limit-text-to-2-lines{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.link-primary{color:#198754;cursor:pointer}.link-primary:hover{opacity:.75}.link-primary:active{opacity:.5}select{color:#212121;background-color:#fff;border:1px solid rgb(200,200,200);border-radius:5px;padding:3px 5px;font-size:15px;cursor:pointer;box-shadow:0 1px 3px #c8c8c833}select:focus,input:focus{outline:2px solid rgb(25,135,84)}.home-page{margin-top:70px;padding:48px 40px;background-color:#f5f2ec;min-height:100vh;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.75' numOctaves='4' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='200' height='200' filter='url(%23n)' opacity='0.035'/%3E%3C/svg%3E")}.home-page .products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:2px}.home-page .product-container{background:#f5f2ec;border-radius:0;padding:28px 24px 24px;display:flex;flex-direction:column;border:1px solid #d6cfc3;position:relative;overflow:hidden;transition:background .35s ease}.home-page .product-container:before{content:"";position:absolute;inset:0;background:#1a1612;transform:scaleY(0);transform-origin:bottom;transition:transform .45s cubic-bezier(.76,0,.24,1);z-index:0}.home-page .product-container:hover:before{transform:scaleY(1)}.home-page .product-container>*{position:relative;z-index:1}.home-page .product-image-container{display:flex;justify-content:center;align-items:center;height:200px;margin-bottom:20px;background-color:#ece8e0;border-radius:0;overflow:hidden;transition:background-color .35s ease}.home-page .product-image{max-width:100%;max-height:100%;border-radius:0;transition:transform .55s cubic-bezier(.34,1.56,.64,1);mix-blend-mode:multiply}.home-page .product-name{font-family:Cormorant Garamond,serif;font-size:20px;font-weight:300;font-style:italic;color:#1a1612;margin-bottom:8px;line-height:1.25;letter-spacing:.01em;transition:color .3s ease}.home-page .product-container:hover .product-name{color:#f5f2ec}.home-page .product-rating-container{display:flex;align-items:center;margin-bottom:12px;gap:8px}.home-page .product-rating-stars{width:80px;opacity:.7;transition:opacity .3s;filter:sepia(.4)}.home-page .product-container:hover .product-rating-stars{filter:sepia(0) brightness(1.5);opacity:.9}.home-page .product-rating-count{font-family:Overpass Mono,monospace;font-size:11px;font-weight:300;color:#8a7f72;letter-spacing:.05em;transition:color .3s ease}.home-page .product-container:hover .product-rating-count{color:#a09080}.home-page .product-price{font-family:Cormorant Garamond,serif;font-size:26px;font-weight:600;color:#1a1612;margin-bottom:16px;letter-spacing:-.01em;transition:color .3s ease}.home-page .product-container:hover .product-price{color:#c8a96e}.home-page .product-quantity-container{margin-bottom:16px}.home-page .product-spacer{flex:1}.home-page .added-to-cart{font-family:Overpass Mono,monospace;font-size:11px;font-weight:300;color:#c8a96e;letter-spacing:.08em;text-transform:uppercase;display:flex;align-items:center;gap:6px;margin-bottom:10px;opacity:0;transition:opacity .4s}.home-page .added-to-cart img{height:14px;margin-right:0;filter:brightness(0) saturate(100%) invert(72%) sepia(30%) saturate(400%) hue-rotate(5deg)}.home-page .add-to-cart-button{width:100%;padding:11px 16px;background:transparent;color:#1a1612;border:1px solid #1a1612;border-radius:0;font-family:Overpass Mono,monospace;font-size:11px;font-weight:400;letter-spacing:.12em;text-transform:uppercase;cursor:pointer;transition:background .25s ease,color .25s ease,border-color .25s ease}.home-page .product-container:hover .add-to-cart-button{background:transparent;color:#f5f2ec;border-color:#c8a96e}.home-page .add-to-cart-button:hover{background:#c8a96e!important;color:#1a1612!important;border-color:#c8a96e!important}.home-page .add-to-cart-button:active{transform:scale(.98)}select{-webkit-appearance:none;-moz-appearance:none;appearance:none;font-family:Overpass Mono,monospace;font-size:11px;font-weight:300;letter-spacing:.1em;color:#141414;background-color:transparent;border:none;border-bottom:1px solid #d6cfc3;border-radius:0;padding:6px 28px 6px 4px;cursor:pointer;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath d='M1 1l4 4 4-4' stroke='%238a7f72' stroke-width='1.2' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 8px center;transition:border-color .2s ease,color .2s ease}.home-page .product-container:hover select{color:#c8a96e}select:hover{border-bottom-color:#c8a96e;color:#1a1612}select:focus{outline:none;border-bottom-color:#c8a96e}select option{font-family:Overpass Mono,monospace;font-size:11px;background-color:#f5f2ec;color:#1a1612}.header{background-color:#f5f2ec;color:#1a1612;padding:0 32px;display:flex;align-items:center;justify-content:space-between;position:fixed;top:0;left:0;right:0;height:64px;border-bottom:1px solid #d6cfc3;z-index:1000}.header .left-section{width:180px}@media(max-width:800px){.header .left-section{width:unset}}.header .logo,.header .mobile-logo{height:26px}.header .mobile-logo{display:none}@media(max-width:675px){.header .logo{display:none}.header .mobile-logo{display:block}}.header .header-link{text-decoration:none;color:#1a1612;font-family:Overpass Mono,monospace;font-size:11px;font-weight:300;letter-spacing:.1em;text-transform:uppercase;padding:6px 10px;border-radius:0;border-bottom:1px solid transparent;transition:border-color .2s ease,color .2s ease}.header .header-link:hover{background-color:transparent;color:#1a1612;border-bottom-color:#c8a96e}.header .middle-section{flex:1;max-width:600px;margin:0 24px;display:flex}.header .search-bar{flex:1;width:0;height:36px;background:transparent;border:none;border-bottom:1px solid #d6cfc3;padding-left:4px;font-family:Cormorant Garamond,serif;font-size:16px;font-style:italic;color:#1a1612;outline:none;transition:border-color .2s ease}.header .search-bar::placeholder{color:#b0a898;font-style:italic}.header .search-bar:focus{border-bottom-color:#c8a96e}.header .search-button{width:36px;height:39px;border:none;border-bottom:1px solid #d6cfc3;background:transparent;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:border-color .2s ease}.header .search-button:hover{background-color:transparent;border-bottom-color:#c8a96e}.header .search-icon{height:15px;opacity:.5;transition:opacity .2s}.header .search-button:hover .search-icon{opacity:.9}.header .right-section{width:180px;flex-shrink:0;display:flex;justify-content:flex-end;align-items:center;gap:20px}.header .orders-link{display:flex;align-items:center}.header .orders-text{font-family:Overpass Mono,monospace;font-size:11px;font-weight:300;letter-spacing:.1em;text-transform:uppercase}.header .cart-link{display:flex;align-items:center;position:relative}.header .cart-icon{width:26px;opacity:.8}.header .cart-text{margin-left:7px;font-family:Overpass Mono,monospace;font-size:11px;font-weight:300;letter-spacing:.1em;text-transform:uppercase}.header .cart-quantity{position:absolute;top:-5px;right:51px;background:#c8a96e;color:#1a1612;font-family:Overpass Mono,monospace;font-size:10px;font-weight:400;width:17px;height:17px;display:flex;align-items:center;justify-content:center;border-radius:50%}.orders-link.active{color:#1a1612;background-color:transparent;border-bottom:1px solid #c8a96e;font-weight:400}.checkout-header{height:64px;padding-left:32px;padding-right:32px;background-color:#f5f2ec;border-bottom:1px solid #d6cfc3;display:flex;justify-content:center;position:fixed;top:0;left:0;right:0;z-index:1000}.checkout-header .header-content{width:100%;max-width:1100px;display:flex;align-items:center;justify-content:space-between}.checkout-header .checkout-header-left-section{width:200px}.checkout-header .logo{height:26px}.checkout-header .mobile-logo{display:none}@media(max-width:575px){.checkout-header .checkout-header-left-section{width:auto}.checkout-header .logo{display:none}.checkout-header .mobile-logo{display:inline-block;height:24px}}.checkout-header .checkout-header-middle-section{flex:1;flex-shrink:0;text-align:center;font-family:Overpass Mono,monospace;font-size:11px;font-weight:300;letter-spacing:.14em;text-transform:uppercase;color:#8a7f72;display:flex;justify-content:center}.checkout-header .return-to-home-link{font-family:Overpass Mono,monospace;font-size:11px;font-weight:300;letter-spacing:.14em;text-transform:uppercase;color:#8a7f72;text-decoration:none;border-bottom:1px solid transparent;transition:color .2s ease,border-color .2s ease}.checkout-header .return-to-home-link:hover{color:#1a1612;border-bottom-color:#c8a96e}@media(max-width:1000px){.checkout-header .checkout-header-middle-section{margin-right:60px}}@media(max-width:575px){.checkout-header .checkout-header-middle-section{margin-right:5px}}.checkout-header .checkout-header-right-section{text-align:right;width:200px;display:flex;align-items:center;justify-content:end}.checkout-header .checkout-header-right-section img{height:28px;opacity:.5;transition:opacity .2s ease}.checkout-header .checkout-header-right-section img:hover{transform:none;opacity:.85}@media(max-width:1000px){.checkout-header .checkout-header-right-section{width:auto}}.checkout-page{max-width:1100px;padding:40px;margin:140px auto 100px}.checkout-page .page-title{font-family:Cormorant Garamond,serif;font-weight:300;font-style:italic;font-size:36px;margin-bottom:32px;color:#1a1612;letter-spacing:.01em}.checkout-page .checkout-grid{display:grid;grid-template-columns:1fr 340px;column-gap:2px;align-items:start}@media(max-width:1000px){.checkout-page .main{max-width:520px}.checkout-page .checkout-grid{grid-template-columns:1fr}}.checkout-page .cart-item-container,.checkout-page .payment-summary{background:#f5f2ec;border:1px solid #d6cfc3;border-radius:0;padding:28px}.checkout-page .cart-item-container{margin-bottom:2px}.checkout-page .payment-summary{padding-bottom:24px}@media(max-width:1000px){.checkout-page .payment-summary{grid-row:1;margin-bottom:2px}}.checkout-page .delivery-date{font-family:Overpass Mono,monospace;font-weight:300;font-size:12px;letter-spacing:.1em;text-transform:uppercase;color:#c8a96e;margin-top:6px;margin-bottom:24px}.checkout-page .cart-item-details-grid{display:grid;grid-template-columns:100px 1fr 1fr;column-gap:28px}@media(max-width:1000px){.checkout-page .cart-item-details-grid{grid-template-columns:100px 1fr;row-gap:28px}}.checkout-page .product-image{max-width:100%;max-height:120px;background:#ece8e0;border-radius:0;padding:10px;margin-left:auto;margin-right:auto;mix-blend-mode:multiply}.checkout-page .product-name{font-family:Cormorant Garamond,serif;font-weight:300;font-style:italic;font-size:18px;margin-bottom:10px;color:#1a1612;line-height:1.3}.checkout-page .product-price{font-family:Cormorant Garamond,serif;font-weight:600;font-size:20px;margin-bottom:8px;color:#1a1612}.checkout-page .product-quantity{font-family:Overpass Mono,monospace;font-size:11px;font-weight:300;letter-spacing:.08em;color:#8a7f72}.checkout-page .product-quantity .link-primary{margin-left:4px;color:#c8a96e;text-decoration:none;border-bottom:1px solid transparent;transition:border-color .2s}.checkout-page .product-quantity .link-primary:hover{border-bottom-color:#c8a96e}.checkout-page .delivery-options-title{font-family:Overpass Mono,monospace;font-weight:400;font-size:11px;letter-spacing:.1em;text-transform:uppercase;color:#1a1612;margin-bottom:14px}.checkout-page .delivery-option{display:grid;grid-template-columns:24px 1fr;margin-bottom:14px;cursor:pointer}.checkout-page .delivery-option-input{margin:3px 5px 0 0;cursor:pointer;accent-color:#c8a96e}.checkout-page .delivery-option-date{font-family:Cormorant Garamond,serif;font-weight:400;font-size:16px;margin-bottom:3px;color:#1a1612}.checkout-page .delivery-option-price{font-family:Overpass Mono,monospace;font-size:11px;font-weight:300;letter-spacing:.05em;color:#8a7f72}.checkout-page .payment-summary-title{font-family:Overpass Mono,monospace;font-weight:400;font-size:11px;letter-spacing:.12em;text-transform:uppercase;color:#1a1612;margin-bottom:20px}.checkout-page .payment-summary-row{display:grid;grid-template-columns:1fr auto;font-family:Overpass Mono,monospace;font-size:12px;font-weight:300;letter-spacing:.04em;margin-bottom:12px;color:#8a7f72}.checkout-page .payment-summary-money{text-align:right}.checkout-page .subtotal-row .payment-summary-money{border-top:1px solid #d6cfc3}.checkout-page .subtotal-row div{padding-top:12px}.checkout-page .total-row{font-family:Cormorant Garamond,serif;font-weight:600;font-size:22px;color:#1a1612;letter-spacing:.01em;border-top:1px solid #d6cfc3;padding-top:18px}.checkout-page .place-order-button{width:100%;padding:12px 0;border-radius:0;border:1px solid #1a1612;background:transparent;color:#1a1612;margin-top:24px;margin-bottom:15px;font-family:Overpass Mono,monospace;font-size:11px;font-weight:400;letter-spacing:.14em;text-transform:uppercase;cursor:pointer;transition:background .25s ease,color .25s ease,border-color .25s ease}.checkout-page .place-order-button:hover{background:#c8a96e;color:#1a1612;border-color:#c8a96e}.checkout-page .place-order-button:active{transform:scale(.98)}.inc-quantity,.dec-quantity{margin:5px;padding:0px 5 px;background-color:#ece8e0;color:#1a1612;border:none;font-size:10px}.inc-quantity:hover,.dec-quantity:hover{background-color:#ba966a;color:#1a1612}.inc-quantity{font-size:10px}.orders-page{max-width:850px;padding:40px;margin:90px auto 100px}.orders-page .page-title{font-family:Cormorant Garamond,serif;font-weight:300;font-style:italic;font-size:36px;margin-bottom:36px;color:#1a1612;letter-spacing:.01em}.orders-page .orders-grid{display:grid;grid-template-columns:1fr;row-gap:2px}.orders-page .order-header{background:#ece8e0;border:1px solid #d6cfc3;border-bottom:none;display:flex;align-items:center;justify-content:space-between;padding:18px 28px;border-radius:0}.orders-page .order-header-left-section{display:flex;flex-shrink:0;gap:40px}.orders-page .order-header-label{font-family:Overpass Mono,monospace;font-weight:400;font-size:10px;letter-spacing:.12em;text-transform:uppercase;color:#8a7f72;margin-bottom:4px}.orders-page .order-date,.orders-page .order-total{margin-right:0;font-family:Cormorant Garamond,serif;font-size:16px;font-weight:400;color:#1a1612}.orders-page .order-header-right-section{flex-shrink:1;font-family:Overpass Mono,monospace;font-size:10px;font-weight:300;letter-spacing:.08em;color:#8a7f72}.orders-page .order-details-grid{padding:32px 28px;border:1px solid #d6cfc3;border-top:none;border-radius:0;background:#f5f2ec;display:grid;grid-template-columns:110px 1fr 200px;column-gap:32px;row-gap:48px;align-items:center}.orders-page .product-image-container{text-align:center;background:#ece8e0;border-radius:0;padding:10px;width:fit-content;height:fit-content}.orders-page .product-image-container img{max-width:110px;max-height:110px;mix-blend-mode:multiply}.orders-page .product-name{font-family:Cormorant Garamond,serif;font-weight:300;font-style:italic;font-size:19px;margin-bottom:10px;color:#1a1612;line-height:1.3}.orders-page .product-delivery-date{font-family:Overpass Mono,monospace;font-size:11px;font-weight:300;letter-spacing:.08em;color:#c8a96e;margin-bottom:6px}.orders-page .product-quantity{font-family:Overpass Mono,monospace;font-size:11px;font-weight:300;letter-spacing:.05em;color:#8a7f72;margin-bottom:10px}.orders-page .product-actions{align-self:start;display:flex;flex-direction:column;gap:10px}.orders-page .buy-again-button{font-family:Overpass Mono,monospace;font-size:10px;font-weight:400;letter-spacing:.12em;text-transform:uppercase;width:100%;height:36px;border-radius:0;border:1px solid #1a1612;background:transparent;color:#1a1612;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .25s ease,color .25s ease,border-color .25s ease}.orders-page .buy-again-button:hover{background:#c8a96e;border-color:#c8a96e;color:#1a1612}.orders-page .buy-again-button:active{transform:scale(.98)}.orders-page .buy-again-icon{width:14px;margin-right:8px;opacity:.7}.orders-page .track-package-button{width:100%;font-family:Overpass Mono,monospace;font-size:10px;font-weight:300;letter-spacing:.12em;text-transform:uppercase;color:#8a7f72;padding:10px;border-radius:0;border:1px solid #d6cfc3;background:transparent;cursor:pointer;transition:border-color .2s ease,color .2s ease}.orders-page .track-package-button:hover{background:transparent;border-color:#8a7f72;color:#1a1612}@media(max-width:800px){.orders-page .order-details-grid{grid-template-columns:110px 1fr;row-gap:0;padding-bottom:10px}.orders-page .buy-again-button{margin-bottom:10px}.orders-page .product-actions{grid-column:2;margin-bottom:30px}.orders-page .track-package-button{width:140px}}@media(max-width:575px){.orders-page .order-header{flex-direction:column;align-items:start;padding:15px 20px;gap:12px}.orders-page .order-header-left-section{flex-direction:column;gap:10px}}@media(max-width:450px){.orders-page .order-details-grid{grid-template-columns:1fr}.orders-page .product-image-container img{max-width:150px;max-height:150px}.orders-page .buy-again-button{width:100%}.orders-page .track-package-button{width:100%;padding:12px}.orders-page .product-actions{grid-column:auto;margin-bottom:60px}}.tracking-page{max-width:850px;padding:40px;margin:90px auto 100px;background:#f5f2ec;border:1px solid #d6cfc3;border-radius:0}.tracking-page .back-to-orders-link{display:inline-block;margin-bottom:28px;font-family:Overpass Mono,monospace;font-size:11px;font-weight:300;letter-spacing:.1em;text-transform:uppercase;color:#8a7f72;text-decoration:none;border-bottom:1px solid transparent;transition:color .2s ease,border-color .2s ease}.tracking-page .back-to-orders-link:hover{color:#1a1612;border-bottom-color:#c8a96e}.tracking-page .delivery-date{font-family:Cormorant Garamond,serif;font-size:34px;font-weight:300;font-style:italic;margin-bottom:10px;color:#1a1612;letter-spacing:.01em;line-height:1.2}.tracking-page .product-info{font-family:Overpass Mono,monospace;font-size:11px;font-weight:300;letter-spacing:.07em;margin-bottom:6px;color:#8a7f72}.tracking-page .product-image{max-width:150px;max-height:150px;margin-top:28px;margin-bottom:44px;border-radius:0;background:#ece8e0;padding:12px;mix-blend-mode:multiply}.tracking-page .progress-labels-container{display:flex;justify-content:space-between;font-family:Overpass Mono,monospace;font-size:10px;font-weight:300;letter-spacing:.1em;text-transform:uppercase;margin-bottom:12px;color:#b0a898}.tracking-page .current-status{font-family:Overpass Mono,monospace;font-weight:400;color:#c8a96e}@media(max-width:575px){.tracking-page .progress-labels-container{font-size:10px}}@media(max-width:450px){.tracking-page .progress-labels-container{flex-direction:column;margin-bottom:10px}.tracking-page .progress-label{margin-bottom:4px}}.tracking-page .progress-bar-container{height:3px;width:100%;border:none;border-radius:0;background:#d6cfc3;overflow:hidden}.tracking-page .progress-bar{height:100%;background:#c8a96e;border-radius:0;width:50%;transition:width .6s cubic-bezier(.4,0,.2,1)}.notfound-container{display:flex;height:100vh;justify-content:center;align-items:center;margin:0}.notfound-img{margin:0;height:800px}
