*{box-sizing:border-box;margin:0;padding:0}@font-face{font-family:Geo;src:url(/assets/Geo-Regular-CiYB78WW.woff2),url(/assets/Geo-Regular-C5ofxhR4.woff)}@font-face{font-family:Cinzel;src:url(/assets/Cinzel-Regular-JdpkLiQT.woff2),url(/assets/Cinzel-Regular-BFd_TUd2.woff)}body{background-color:#fdfaf6}header{background-color:#faf1e6;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding:.4rem 1rem .4rem 0;font-family:Cinzel,Impact,Haettenschweiler,Arial Narrow Bold,sans-serif;display:flex}header>.links>a{color:#000;text-transform:uppercase;border-radius:1rem;padding:.6rem 1.2rem;font-size:1.25rem;font-weight:700;text-decoration:none}header>.cart a{color:#000;text-transform:uppercase;border-radius:1rem;padding:.3rem .6rem;font-size:1.25rem;font-weight:700;text-decoration:none}header a:hover{background-color:#fdfaf6}.links{justify-content:space-between;align-items:center;width:clamp(5rem,30vw,50rem);padding-left:clamp(1rem,10vw,10rem);display:flex}.search-bar{justify-content:left;align-items:center;display:flex}.search-bar input{border-right:none;border-top-left-radius:1rem;border-bottom-left-radius:1rem;width:350px;padding:.5rem;font-family:Geo,Arial,Helvetica,sans-serif;font-size:1rem}.search-bar button{cursor:pointer;background:0 0;border-top-right-radius:1rem;border-bottom-right-radius:1rem;padding:.25rem;font-size:1.2rem}.search-bar button:hover{background-color:#fdfaf6;transform:scale(1.02)}.cart img{width:auto;height:2.2rem}.cart{justify-content:baseline;display:flex}.cart p{border:2px solid #000;border-radius:1rem;justify-content:center;align-self:baseline;align-items:center;width:1.5rem;height:1.5rem;font-weight:700;display:flex}@media (width<=768px){header{flex-direction:column;align-items:center;gap:1rem}.search-bar{width:100%}.cart{align-self:flex-start}}footer{color:#000;background-color:#faf1e6;justify-content:space-around;align-items:center;width:100vw;padding:.2rem;font-family:Cinzel,Impact,Haettenschweiler,Arial Narrow Bold,sans-serif;display:flex;position:fixed;bottom:0}footer a{color:#000;border-radius:.4rem;padding:.2rem;font-weight:700}footer a:hover{background-color:#fdfaf6}.home-page{background:#064420;align-items:center;height:calc(100vh - 94px);font-family:Cinzel,Trebuchet MS,Lucida Sans Unicode,Lucida Grande,Lucida Sans,Arial,sans-serif;display:flex;position:relative;overflow:hidden}.hero-image{object-fit:cover;object-position:70% center;width:100%;height:100%;position:absolute;inset:0}.overlay{z-index:1;background:linear-gradient(90deg,#064420f2 0%,#064420d9 30%,#0644208c 50%,#0000 80%);position:absolute;inset:0}.hero-content{z-index:3;color:#f6efe4;max-width:550px;padding-left:8rem;position:relative}.hero-subtitle{letter-spacing:.4rem;opacity:.85;margin-bottom:1rem}.hero-title{margin-bottom:1.5rem;font-size:clamp(4rem,10vw,8rem);line-height:.9}.hero-description{max-width:35ch;margin-bottom:2rem;font-size:1.2rem;line-height:1.7}.shop-btn{cursor:pointer;color:#064420;background:#f6efe4;border:none;padding:1rem 2.5rem;font-size:1rem;font-weight:600;transition:all .3s}.shop-btn:hover{transform:translateY(-3px)}.background-text{color:#ffffff14;z-index:2;pointer-events:none;font-size:14rem;font-weight:700;position:absolute;bottom:-2rem;right:-2rem}main{padding:4rem clamp(2rem,10vw,8rem)}.shop-grid{grid-template-columns:repeat(4,1fr);gap:1rem;display:grid}.card-container{background-color:#e4efe7;border-radius:2rem;min-height:50vh;padding:2rem 1rem;font-family:Geo,Georgia,Times New Roman,Times,serif}.product-card{cursor:pointer;flex-direction:column;justify-content:center;gap:.5rem;font-size:1.21em;display:flex}.product-card>.rating{justify-content:left;align-items:center;gap:1rem;display:flex}.rating>.count{margin-top:.1rem}.product-img img{object-fit:contain;width:100%;height:13rem}.card-container:hover{transition:transform 30ms ease-in;transform:scale(1.01);box-shadow:0 0 .8rem #064420}.card-container:active{transition:transform 30ms ease-in;transform:scale(.99)}.loading{color:#064420;justify-content:center;align-items:center;font-size:3rem;display:flex}.modal-overlay{z-index:1;background:#00000080;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}dialog{background-color:#fdfaf6;border:none;border-radius:2rem;width:60vw;height:80vh;margin:auto;padding:1rem;display:flex}dialog>.left{justify-content:center;align-items:center;width:50%;padding:1rem;display:flex}dialog>.right{flex-direction:column;align-items:flex-start;gap:1rem;width:50%;padding:1rem;display:flex;overflow-y:auto}dialog .left>img{max-width:90%;max-height:80%}dialog>.right>.rating{align-items:center;gap:.5rem;display:flex}dialog>.right>button{color:#fff;background-color:#064420;border:none;border-radius:.5rem;align-self:flex-end;width:2.5rem;height:2.5rem;padding:.8rem;font-weight:700}dialog>.right>button:hover{cursor:pointer;background-color:#0a7537}dialog>.right>button:active{transition:transform ease-out;transform:scale(1.05)}dialog>.right>.buy-action{gap:4rem;display:flex}dialog>.right>.buy-action>button{color:#fdfaf6;background-color:#064420;border:none;border-radius:1rem;padding:1rem;font-size:1rem}dialog>.right>.buy-action>button:hover{cursor:pointer;background-color:#0a7537}dialog>.right>.buy-action>button:active{transition:transform ease-out;transform:scale(1.05)}.selector{justify-content:center;align-items:center;display:flex}.selector input{text-align:center;background-color:#e4efe7;border:none;width:3rem;height:2rem;font-weight:700}.selector button{color:#fdfaf6;background-color:#064420;border:none;width:2rem;height:2rem;font-size:1.5rem}.selector button:hover{cursor:pointer;background-color:#0a7537}.selector button:active{transition:transform ease-out;transform:scale(1.05)}.selector button:disabled{opacity:.5;cursor:not-allowed;transition:none;transform:none}button.minus{border-top-left-radius:2rem;border-bottom-left-radius:2rem}button.plus{border-top-right-radius:2rem;border-bottom-right-radius:2rem}.selector p{margin-right:1rem}.cart-page{padding:2rem 4rem;font-family:Cinzel;font-size:.9rem}.cart-main{justify-content:space-between;gap:10rem;padding:1rem;display:flex}.cart-main>.left{flex-direction:column;gap:1rem;width:35vw;display:flex}.cart-main>.right{width:35vw}.empty-cart-ui{flex-direction:column;justify-content:center;align-items:center;gap:1rem;padding:1rem;font-family:Geo,Georgia,Times New Roman,Times,serif;font-size:2rem;display:flex}.empty-cart-ui button{color:#fff;background-color:#064420;border:none;border-radius:1rem;padding:.8rem;font-family:Cinzel,Georgia,Times New Roman,Times,serif;font-size:1.1rem}.empty-cart-ui button:hover{cursor:pointer;background-color:#0a7537}.empty-cart-ui button:active{transition:transform .5s ease-out;transform:scale(1.02)}.detail-card{background-color:#faf1e6;border:2px dotted #064420;border-radius:.5rem;justify-content:space-between;align-items:center;gap:2rem;padding:.5rem 1rem;font-family:Geo,Georgia,Times New Roman,Times,serif;font-size:1.2rem;display:flex}.detail-card>img{width:5rem;height:auto;padding:.2rem}.detail-card>.info{width:12rem}.detail-card>.update-actions{flex-direction:column;justify-content:center;align-items:flex-end;gap:1rem;display:flex}.detail-card>.update-actions>button{background-color:#0000;border:1px solid #064420;border-radius:.5rem;padding:.5rem}.detail-card>.update-actions>button:hover{cursor:pointer;color:#fff;background-color:#064420}.detail-card>.update-actions>button:active{transition:transform .2s ease-out;transform:scale(1.01)}.summary-card{border:2px dashed #064420;border-top-left-radius:.5rem;border-top-right-radius:.5rem;flex-direction:column;padding:2rem 4rem;display:flex}.summary-card>.heading{justify-content:space-between;align-items:center;font-size:1rem;display:flex}.summary-card>.item-total,.summary-card>.shipping,.summary-card>.order-total{justify-content:space-between;align-items:center;margin-top:1rem;font-family:Geo,Georgia,Times New Roman,Times,serif;font-size:1.5rem;display:flex}.summary-card>.order-total{font-size:1.75rem}.summary-container{flex-direction:column;gap:.5rem;display:flex}.summary-container>div{background-color:#e4efe7}.summary-container>.voucher,.summary-container>.gift-option{border-top:2px solid #064420;border-bottom:2px solid #064420;align-items:center;gap:1rem;padding:.5rem 4rem .5rem 1rem;font-family:Geo,Georgia,Times New Roman,Times,serif;font-size:1.2rem;display:flex}.summary-container>.voucher>img,.summary-container>.gift-option>img{width:auto;height:2rem}.chevron{margin-left:auto;margin-right:0;font-size:2rem}.shipping{padding-left:1rem;font-family:Geo,Georgia,Times New Roman,Times,serif;font-size:1rem}.summary-container>.gift-option>img{width:auto;height:1.8rem}.summary-container>button{color:#fdfaf6;background-color:#064420;border:none;border-bottom-right-radius:.5rem;border-bottom-left-radius:.5rem;padding:.5rem;font-family:Geo,Georgia,Times New Roman,Times,serif;font-size:1.5rem}.summary-container>button:hover{cursor:pointer;background-color:#0a7537}.summary-container>button:active{transition:transform .5s ease-out;transform:scale(1.01)}
