.header{justify-content:space-between;height:72px;max-height:72px;padding:0 clamp(1.5rem,5vw,3.5rem);font-family:"Instrument Serif",serif;background-color:#1e1e1e;border-bottom:1px solid hsla(0,0%,100%,.1);position:sticky;top:0;left:0;right:0;z-index:1000;transition:background-color .3s ease-in-out}.header,.header__left{display:flex;align-items:center}.header__left{justify-content:flex-start;gap:.75rem}.header__right{display:none}@media screen and (max-width:600px){.header__right{display:flex;align-items:center;gap:.5rem;margin-left:auto}}.header__logo{font-size:clamp(1.25rem,2.5vw,2rem);font-weight:400;color:hsla(0,0%,100%,.9490196078);text-decoration:none;white-space:nowrap;height:fit-content;transition:color .3s ease}.header__logo:hover{color:#d31212}@media screen and (max-width:600px){.header__logo{display:none}}.header__logo-separator{color:#d31212}.header__brand-logo{display:flex;align-items:center;justify-content:center;text-decoration:none;width:51.65px;height:34.49px}@media screen and (min-width:601px){.header__brand-logo{display:none}}.header__brand-logo img{width:100%;height:100%;object-fit:contain}.header__brand-text{display:none;font-family:"Instrument Serif",serif;font-size:clamp(1.25rem,2.5vw,2rem);font-weight:400;color:hsla(0,0%,100%,.9490196078);text-decoration:none;white-space:nowrap;height:fit-content;transition:color .3s ease}@media screen and (min-width:601px){.header__brand-text{display:block}}.header__brand-text-separator,.header__brand-text:hover{color:#d31212}.header__nav{display:flex;gap:clamp(1rem,3vw,2rem);align-items:center;justify-content:center;height:fit-content}@media screen and (max-width:600px){.header__nav{display:none}}.header__nav-link{font-family:DM Sans,sans-serif;color:hsla(0,0%,100%,.7019607843);text-decoration:none;font-size:clamp(.875rem,1.5vw,1rem);transition:color .3s ease;display:flex;align-items:center;justify-content:center;white-space:nowrap;height:fit-content;padding:.5rem 1rem;position:relative;margin-bottom:4px}.header__nav-link.active,.header__nav-link:hover{color:hsla(0,0%,100%,.9490196078)}.header__nav-link.active{font-weight:500}.header__nav-link.active:after{content:"";position:absolute;bottom:-4px;left:50%;transform:translateX(-50%) scale(0);width:4px;height:4px;background-color:#d31212;border-radius:50%;animation:dotAppear .3s ease forwards}@media screen and (max-width:600px){.header__nav-link{padding:.5rem;font-size:.875rem}}.header__burger{display:none;background:none;border:none;padding:.5rem;border-radius:.5rem;cursor:pointer;color:hsla(0,0%,100%,.7019607843)}.header__burger:focus,.header__burger:hover{color:hsla(0,0%,100%,.9490196078);outline:none}@media screen and (max-width:600px){.header__burger{display:inline-flex;align-items:center;justify-content:center}}.header__burger img{filter:brightness(0) saturate(100%) invert(71%) sepia(0) saturate(0) hue-rotate(0deg) brightness(100%);transition:filter .3s ease}.header__burger:hover img{filter:brightness(0) saturate(100%) invert(1)}.header__mobile-menu{position:absolute;top:72px;left:0;right:0;background:#1e1e1e;border-bottom:1px solid hsla(0,0%,100%,.1);display:flex;flex-direction:column;padding:.5rem 1rem 1rem}@media screen and (min-width:601px){.header__mobile-menu{display:none}}.header__mobile-link{font-family:DM Sans,sans-serif;color:hsla(0,0%,100%,.7019607843);text-decoration:none;font-size:.95rem;padding:.75rem .5rem}.header__mobile-link.active,.header__mobile-link:hover{color:hsla(0,0%,100%,.9490196078)}.header__cart-btn{background:none;border:none;padding:.5rem;cursor:pointer;position:relative;display:flex;align-items:center;transition:color .3s ease;height:fit-content;color:hsla(0,0%,100%,.7019607843)}.header__cart-btn:focus,.header__cart-btn:hover{color:hsla(0,0%,100%,.9490196078);outline:none}@media screen and (max-width:600px){.header__cart-btn{padding:.25rem}}.header__cart-icon-wrapper{position:relative;display:inline-block;height:fit-content;color:inherit}.header__cart-icon-wrapper img{filter:brightness(0) saturate(100%) invert(71%) sepia(0) saturate(0) hue-rotate(0deg) brightness(100%);transition:filter .3s ease}.header__cart-btn:hover .header__cart-icon-wrapper img{filter:brightness(0) saturate(100%) invert(1)}.header__cart-badge{position:absolute;top:-8px;right:-8px;width:20px;height:20px;background:#d31212;color:hsla(0,0%,100%,.9490196078);font-family:DM Sans,sans-serif;font-size:.75rem;font-weight:700;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 8px 0 rgba(211,18,18,.15);border:1px solid #1e1e1e;z-index:1;pointer-events:none;transform:scale(1);transition:transform .2s ease;padding:0;line-height:1}.header__cart-btn:hover .header__cart-badge{transform:scale(1.1)}.header__cart-icon{width:clamp(1.25rem,2.5vw,2rem);height:clamp(1.25rem,2.5vw,2rem);stroke:currentColor}@keyframes dotAppear{0%{transform:translateX(-50%) scale(0);opacity:0}50%{transform:translateX(-50%) scale(1.2);opacity:.5}to{transform:translateX(-50%) scale(1);opacity:1}}@media screen and (max-width:768px){.header__nav{gap:1rem}}@media screen and (max-width:600px){.header{padding:0 1rem}.header__nav{gap:0}}.footer{background-color:#1e1e1e;border-top:1px solid rgba(211,18,18,.1);padding:0;margin:0}.footer__container{max-width:1200px;margin:0 auto;padding:3rem 2rem;display:grid;grid-template-columns:2fr 1fr;gap:3rem;align-items:start}@media screen and (max-width:768px){.footer__container{grid-template-columns:1fr;gap:1.5rem;padding:1.5rem 1rem}}.footer__brand{display:flex;flex-direction:column;gap:1rem}.footer__brand-title{font-family:"Instrument Serif",serif;font-size:clamp(1.75rem,3vw,2.25rem);font-weight:400;color:hsla(0,0%,100%,.9490196078);margin:0;line-height:1.2;text-align:left}@media screen and (max-width:768px){.footer__brand-title{font-size:clamp(1.5rem,2.5vw,1.75rem)}}.footer__brand-title-separator{color:#d31212}.footer__brand-description{font-family:DM Sans,sans-serif;font-size:.9rem;color:hsla(0,0%,100%,.7019607843);line-height:1.5;margin:0 0 1.5rem;max-width:280px}@media screen and (max-width:768px){.footer__brand-description{font-size:.85rem;max-width:100%}}.footer__brand-copyright{font-family:DM Sans,sans-serif;font-size:.85rem;color:gray;line-height:1.4;margin:1.5rem 0 0}@media screen and (max-width:768px){.footer__brand-copyright{display:none}}.footer__social-links{display:flex;gap:1rem;flex-wrap:wrap}@media screen and (max-width:768px){.footer__social-links{gap:.75rem;display:flex;justify-content:flex-start;margin-top:1rem}}.footer__navigation{display:flex;flex-direction:column;gap:1rem}.footer__navigation-title{font-family:DM Sans,sans-serif;font-size:1rem;font-weight:600;color:hsla(0,0%,100%,.9490196078);margin:0;text-transform:uppercase;letter-spacing:.05em}.footer__navigation-links{display:flex;flex-direction:column;gap:.5rem;align-items:flex-start}.footer__navigation-link{font-family:DM Sans,sans-serif;font-size:.9rem;color:hsla(0,0%,100%,.7019607843);text-decoration:none;transition:color .1s ease;line-height:1.4;white-space:nowrap}.footer__navigation-link:hover{color:#d31212}.footer__social-link{display:flex;align-items:center;gap:.75rem;font-family:DM Sans,sans-serif;font-size:.9rem;color:hsla(0,0%,100%,.7019607843);text-decoration:none;transition:color .1s ease;max-width:fit-content}.footer__social-link:hover{color:#d31212}.footer__social-icon{width:20px;height:20px;color:currentColor}.footer__social-text{font-weight:500}.footer__bottom{border-top:1px solid rgba(211,18,18,.1);padding:1.5rem 2rem;background-color:rgba(30,30,30,.5)}@media screen and (max-width:768px){.footer__bottom{padding:1rem}}.footer__bottom-content{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;gap:1rem}@media screen and (max-width:768px){.footer__bottom-content{flex-direction:column;text-align:center;gap:.75rem}}.footer__bottom-copyright{margin:0;line-height:1.4}.footer__bottom-copyright,.footer__bottom-link{font-family:DM Sans,sans-serif;font-size:.85rem;color:gray}.footer__bottom-link{text-decoration:underline;text-decoration-thickness:.1rem;text-underline-offset:.2rem;text-decoration-color:#b00e0e;transition:color .2s ease}.footer__bottom-link:hover{color:#d31212}.footer__bottom-link:focus{outline:2px solid #d31212;outline-offset:2px;border-radius:4px}.footer__mobile-bottom{display:none;padding:1rem;border-top:1px solid rgba(211,18,18,.1)}@media screen and (max-width:768px){.footer__mobile-bottom{display:flex;flex-direction:column;align-items:center;gap:1rem}}.footer__mobile-bottom-social{order:1}@media screen and (max-width:768px){.footer__mobile-bottom-social{display:none}}.footer__mobile-bottom-copyright{order:2;font-family:DM Sans,sans-serif;font-size:.85rem;color:gray;margin:0;line-height:1.4;text-align:center}