*{box-sizing:border-box;margin:0;padding:0}body{background:#f4f4f4;font-family:Arial,Helvetica,sans-serif}img{object-fit:contain;width:100%}.app{height:80vh}.navbar{align-items:center;background:#252a2d;background:linear-gradient(37deg,#252a2d 30%,#7f503c 50%);color:#fff;display:flex;justify-content:space-between;padding:.7rem 2rem}.navbar__logo h2{color:#fff;margin:0}.navbar__logo a{text-decoration:none}.navbar__logo img{height:100px;width:100%}.navbar__links{align-items:center;display:flex;list-style:none}.navbar__links li{margin-left:1.5rem}.navbar__links a,.navbar__links p{color:#fff;cursor:pointer;text-decoration:none}.navbar__links a:hover,.navbar__links p:hover{color:#252a2d}.cart__link{align-items:center;display:flex}.cartlogo__badge{background:#fff;border-radius:50%;color:#333;font-size:.8rem;margin-left:.2rem;padding:0 .4rem}.navbar__user{align-items:center;display:flex}.navbar__user span{margin-right:.5rem}.hamburger__menu{cursor:pointer;display:none}.hamburger__menu div{background:#fff;height:3px;margin:5px;width:25px}@media (max-width:768px){.navbar__links{display:none}.hamburger__menu{display:block}}.search{align-items:center;display:flex;flex:1 1;margin:0 2rem}.search input{border:1px solid #ccc;border-radius:4px 0 0 4px;font-size:1rem;padding:.5rem;width:100%}.search button{background:#252a2d;border:none;border-radius:0 4px 4px 0;color:#fff;cursor:pointer;padding:.6rem 1rem}.search button:hover{background:#555}.sidedrawer{background:#fff;display:flex;flex-direction:column;height:100vh;justify-content:center;left:0;position:fixed;top:0;transform:translateX(-100%);transition:all .3s ease-out;width:70%;z-index:200}.sidedrawer.show{transform:translateX(0)}.sidedrawer__links{display:flex;flex-direction:column;list-style:none}.sidedrawer__links>li{align-items:center;display:flex}.sidedrawer__links>li>a:hover{background:#333;color:#f4f4f4}.sidedrawer__links>li>a,.sidedrawer__links>li>p{align-items:center;color:#171717;display:flex;flex:1 1;font-size:1.6rem;justify-content:center;padding:1rem;text-align:center;text-decoration:none}.sidedrawer__cartbadge,.sidedrawer__links>li>a>span{align-items:center;display:flex;margin-left:8px}.sidedrawer__cartbadge{background-color:#171717;border-radius:50%;color:#fff;font-size:1rem;height:30px;justify-content:center;width:30px}.sidedrawer__links>li>a:hover .sidedrawer__cartbadge{background-color:#fff;color:#171717}@media (min-width:960px){.sidedrawer{display:none}}.backdrop{background:#00000080;height:100vh;left:0;position:fixed;top:0;width:100%;z-index:100}.home-container{margin:0 auto;max-width:1400px;padding:0}.category-section{margin:40px 0}.category-title{background:#252a2d;background:linear-gradient(37deg,#7f503c 30%,#252a2d 50%);border-bottom:2px solid #0023741f;color:#fff5f5;font-size:1.8rem;margin-bottom:20px;padding:5px 10px;text-transform:capitalize}.homescreen{margin:1rem auto;max-width:1300px}.homescreen__title{color:#171717;font-size:1.5rem;margin-bottom:1rem;margin-left:8px}.homescreen__products{display:grid;grid-template-columns:repeat(4,1fr)}@media (max-width:1200px){.home-container{margin:0 auto;max-width:2000px;padding:0;width:100%}.homescreen__products{grid-template-columns:repeat(5,auto)}}@media (max-width:1232px){.homescreen__products{grid-template-columns:repeat(3,auto)}}@media (max-width:950px){.homescreen__products{grid-template-columns:repeat(2,auto)}}@media (max-width:630px){.homescreen__products{grid-template-columns:1fr}}.product{background:#fff;box-shadow:0 1px 4px #0006;cursor:pointer;display:flex;flex-direction:column;justify-content:space-between;margin:8px auto;padding:1rem;width:300px}.product>img{border-radius:8px;height:170px;object-fit:contain;width:100%}.product__info{margin:10px 0 0}.product__info>p{margin-bottom:8px}.info__price{font-weight:700}.info__name{font-size:1rem;overflow:hidden}.info__description{font-size:.8rem}.info__button{background-color:#252a2d;border:1px solid #fff;color:#fff;display:block;font-size:1rem;padding:8px 16px;text-align:center;text-decoration:none;width:100%}.info__button:hover{background:#7f503c;color:#f4f4f4}@media (max-width:1232px){.product{width:360px}}@media (max-width:1115px){.product{width:330px}}@media (max-width:1028px){.product{width:300px}}@media (max-width:950px){.product{width:400px}}@media (max-width:830px){.product{width:330px}}@media (max-width:700px){.product{width:290px}}@media (max-width:630px){.product{width:450px}}@media (max-width:500px){.product{width:350px}}@media (max-width:400px){.product{width:300px}}.carousel-container{box-shadow:0 4px 8px #0000001a;margin:0 auto;max-width:100%;overflow:hidden;position:relative;width:100%}.carousel-slides{display:flex;height:100%;transition:transform .5s ease-in-out}.carousel-slide{min-width:100%;position:relative}.carousel-image{aspect-ratio:16/9;display:block;height:auto;object-fit:cover;width:100%}.carousel-caption{background-color:#0009;border-radius:4px;bottom:20px;color:#fff;left:20px;max-width:500px;padding:20px;position:absolute;right:20px}.carousel-caption h3{font-size:1.5rem;margin-top:0}.carousel-caption p{font-size:1rem;margin-bottom:15px}.carousel-button{background-color:#b47355;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:.9rem;padding:8px 16px;transition:background-color .3s}.carousel-button:hover{background-color:#7f503c}.carousel-control{align-items:center;background:#252a2d;background:linear-gradient(37deg,#252a2d 30%,#7f503c 50%);border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;font-size:1.5rem;height:40px;justify-content:center;padding:10px 15px;position:absolute;top:50%;transform:translateY(-50%);width:40px;z-index:10}.carousel-control:hover{background:#252a2d;background:linear-gradient(37deg,#7f503c 30%,#252a2d 50%)}.carousel-control.prev{left:15px}.carousel-control.next{right:15px}.carousel-indicators{bottom:20px;display:flex;gap:8px;position:absolute;right:20px}.indicator{background-color:#252a2d;border-radius:50%;cursor:pointer;height:12px;transition:background-color .3s;width:12px}.indicator.active{background-color:#7f503c}@media (max-width:1200px){.carousel-container{box-shadow:0 4px 8px #0000001a;margin:0 auto;max-width:100%;overflow:hidden;position:relative;width:100%}}@media (max-width:768px){.carousel-caption{bottom:10px;left:10px;max-width:80%;padding:15px;right:10px}.carousel-caption h3{font-size:1.2rem}.carousel-caption p{font-size:.9rem;margin-bottom:10px}.carousel-button{font-size:.8rem;padding:6px 12px}.carousel-control{font-size:1.2rem;height:30px;width:30px}.carousel-indicators{bottom:10px;right:10px}}@media (max-width:480px){.carousel-caption{background-color:#000c;border-radius:0;max-width:100%;position:static}.carousel-indicators{justify-content:center;margin-top:10px;position:static}}.category-slider-container{align-items:center;display:flex;margin:20px 0;position:relative;width:100%}.category-slider{overflow:hidden;width:100%}.slider-container{-webkit-overflow-scrolling:touch;display:flex;gap:15px;overflow-x:auto;padding:10px 0;scroll-behavior:smooth;scroll-snap-type:x mandatory}.slider-container::-webkit-scrollbar{display:none}.slider-container{-ms-overflow-style:none;scrollbar-width:none}.slider-item{flex:0 0 auto;min-width:200px;scroll-snap-align:start}.slider-nav-button{align-items:center;background-color:#fffc;border:none;border-radius:50%;box-shadow:0 2px 5px #0003;cursor:pointer;display:flex;font-size:18px;height:40px;justify-content:center;position:absolute;top:50%;transform:translateY(-50%);transition:all .3s ease;width:40px;z-index:1}.slider-nav-button:hover{background-color:#ffffffe6;transform:translateY(-50%) scale(1.05)}.slider-nav-button.left{left:10px}.slider-nav-button.right{right:10px}@media (max-width:768px){.slider-nav-button{display:none}.slider-item{min-width:160px}}@media (max-width:480px){.slider-item{min-width:140px}}.productscreen{display:flex;margin:1rem auto;max-width:1300px}.productscreen__left{display:flex;flex:0.8 1}.left__image{flex:0.6 1;margin:1rem}.left__info{background:#fff;flex:0.4 1;font-size:.9rem;height:-webkit-fit-content;height:fit-content;margin:1rem}.left__name{font-size:1.3rem;font-weight:700}.left__info>p,.right__info>p{border-bottom:1px solid #0003;padding:1rem}.left__info>p:last-child,.right__info>p:last-child{border:none}.productscreen__right{flex:0.2 1}.right__info{background:#fff;box-shadow:0 1px 4px #0006;margin:1rem;width:250px}.right__info p{display:grid;font-size:.8rem;grid-template-columns:repeat(2,1fr);padding:1rem}.right__info p>button{background:#252a2d;border:1px solid #252a2d;border-radius:5px;color:#f4f4f4;cursor:pointer;grid-column:1/-1;padding:10px 16px;width:100%}.right__info p>button:hover{background:#7f503c}.right__info select{padding:10px 16px}@media (max-width:960px){.productscreen,.productscreen__left{flex-direction:column}.left__image,.left__info,.productscreen__left{flex:1 1}.productscreen__right{flex:1 1;padding:1rem}.right__info{margin:0;width:100%}}.cartscreen{display:flex;margin:2rem auto;max-width:1300px}.cartscreen h2{color:#7f503c;margin-bottom:1rem}.cartitem__price{color:#7f503c}.cartscreen__left{background:#0000;flex:0.7 1;margin-right:1rem;padding:1rem}.cartscreen__right{background:#fff;box-shadow:0 1px 4px #0006;flex:0.3 1;height:-webkit-fit-content;height:fit-content;margin:4rem}.cartscreen__right div{border-bottom:1px solid #0003;padding:1rem}.cartscreen__info p{padding:8px}.cartscreen__info p:first-child{font-weight:700}.cartscreen__right div:last-child{border:none}.cartscreen__right div button{background:#7f503c;border:1px solid #fff;color:#f4f4f4;cursor:pointer;padding:10px 17px;width:100%}.cartscreen__right div button:hover{background:#252a2d;opacity:.9}@media (max-width:1320px){.cartscreen{max-width:900px}}@media (max-width:960px){.cartscreen{flex-direction:column;max-width:800px}.cartscreen__right{margin:1rem}}.cartitem{grid-gap:8px;background:#fff;border-radius:2px;display:grid;gap:8px;grid-template-columns:1fr 4fr 1fr 1fr 1fr;margin-bottom:8px;padding:1rem;place-items:center;width:100%}.cartItem__name{color:#171717;text-decoration:none}.cartItem__name:hover{color:#dd219e}.cartItem__select{padding:10px 17px}.cartItem__deleteBtn{background:#f4f4f4;border:1px solid #171717;color:red;cursor:pointer;padding:10px 17px;transition:all .3s ease-out}.carItem__deleteBtn:active,.carItem__deleteBtn:focus,.cartItem__deleteBtn:hover{background:#171717;transform:scale(1.2)}@media (max-width:700px){.cartItem__name{font-size:.8rem}.cartItem__deleteBtn,.cartItem__select{padding:8px 13px}.cartitem__price{font-size:.8rem}.cartItem__name{font-size:.6rem}.cartItem__deleteBtn,.cartItem__select{padding:5px 8px}.cartitem__price{font-size:.6rem}}.signupscreen input[type=text],input[type=email],input[type=password],select,textarea{border:1px solid #ccc;border-radius:4px;box-sizing:border-box;margin-bottom:16px;margin-top:6px;padding:12px;resize:vertical;width:100%}.signupscreen input[type=submit]{background-color:#7f503c;border:none;border-radius:4px;color:#fff;cursor:pointer;margin-top:20px;padding:12px 20px}.signupscreen input[type=submit]:hover{background-color:#b47355}.signupscreen .container p{font-size:28px;margin-bottom:10px;text-align:center}.signupscreen .container{align-items:center;display:flex;flex-grow:1}.signupscreen .container .innerContainer{background:#252a2d;background:linear-gradient(37deg,#252a2d 30%,#7f503c 50%);border:2px solid #ccc;border-radius:5px;color:#fff;height:-webkit-fit-content;height:fit-content;max-width:500px;padding:20px}.signupscreen .header{background-color:#264653;padding:20px;width:100%}.signupscreen .header p{color:#fff;font-size:20px;font-weight:700}.signupscreen .container .innerContainer span{color:#fff;font-size:14px}.signupscreen .container .innerContainer span:hover{color:#7f503c;font-size:14px}.signupscreen{align-items:center;display:flex;flex-direction:column;height:100%;width:100%}.signinscreen input[type=text],input[type=email],input[type=password],select,textarea{border:1px solid #ccc;border-radius:4px;box-sizing:border-box;margin-bottom:16px;margin-top:6px;padding:12px;resize:vertical;width:100%}.signinscreen input[type=submit]{background-color:#7f503c;border:none;border-radius:4px;color:#fff;cursor:pointer;margin-top:20px;padding:12px 20px}.signinscreen input[type=submit]:hover{background-color:#b47355}.signinscreen .container p{font-size:28px;margin-bottom:10px;text-align:center}.signinscreen .container{align-items:center;display:flex;flex-grow:1}.signinscreen .container .innerContainer{background:#252a2d;background:linear-gradient(37deg,#252a2d 30%,#7f503c 50%);border:2px solid #ccc;border-radius:5px;color:#fff;height:-webkit-fit-content;height:fit-content;max-width:500px;padding:20px}.signinscreen .header{background-color:#252a2d;padding:20px;width:100%}.signinscreen .header p{color:#fff;font-size:20px;font-weight:700}.signinscreen .container .innerContainer span{color:#fff;font-size:14px}.signinscreen .container .innerContainer span:hover{color:#7f503c;font-size:14px}.innerContainer i{color:#fff;font-size:2em}.link{cursor:pointer;text-decoration:none}.signinscreen{align-items:center;display:flex;flex-direction:column;height:100%;width:100%}.shipping{background-color:#fff;border-radius:8px;box-shadow:0 0 10px #0000001a;margin:2rem auto;max-width:600px;padding:1.5rem}.shipping h1{color:#7f503c;margin-bottom:1.5rem;text-align:center}.shipping form{gap:1.2rem}.shipping form,.shipping form div{display:flex;flex-direction:column}.shipping form div{gap:.5rem}.shipping label{color:#555;font-weight:500}.shipping input{border:1px solid #ddd;border-radius:4px;font-size:1rem;padding:.8rem;transition:border-color .3s ease}.shipping input:focus{border-color:#7f503c;box-shadow:0 0 0 2px #7f503c8c;outline:none}.shipping button{background-color:#252a2d;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:1rem;font-weight:500;margin-top:.5rem;padding:.8rem;transition:background-color .3s ease}.shipping button:hover{background-color:#7f503c}@media (max-width:640px){.shipping{margin:1rem;padding:1rem}}.payment-container{background:#fff;border-radius:8px;box-shadow:0 0 10px #0000001a;margin:2rem auto;max-width:600px;padding:2rem}.payment-header{color:#7f503c;margin-bottom:2rem;text-align:center}.payment-form{display:flex;flex-direction:column;gap:1.5rem}.payment-method-group{display:flex;flex-direction:column;gap:1rem}.method-label{font-weight:700;margin-bottom:.5rem}.method-option{align-items:center;border:1px solid #ddd;border-radius:4px;display:flex;gap:.5rem;padding:.8rem;transition:all .2s}.method-option:hover{background-color:#f9f9f9;border-color:#7f503c}.submit-button{background-color:#252a2d;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:1rem;padding:.8rem;transition:background-color .2s}.submit-button:hover{background-color:#7f503c}.message{border-radius:4px;font-weight:500;margin:1rem 0;padding:1rem}.message.info{background-color:#e6f7ff;color:#1890ff}.message.success{background-color:#f6ffed;color:#52c41a}.message.danger{background-color:#fff2f0;color:#ff4d4f}.loader{align-items:center;display:flex;flex-direction:column;justify-content:center;padding:20px}.spinner{animation:spin 1s linear infinite;border:4px solid #0000001a;border-left-color:#09f;border-radius:50%;height:36px;width:36px}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.placeorder{display:flex;flex-wrap:wrap;gap:2rem;margin:2rem auto;max-width:1200px;padding:0 1rem}.placeorder__left{background-color:#fff;flex:1 1;min-width:300px;padding:3%}.placeorder__right{flex:0 0 350px;position:relative}.placeorder h2{border-bottom:1px solid #eee;color:#7f503c;margin:1.5rem 0 1rem;padding-bottom:.5rem}.placeorder p{color:#555;margin:.5rem 0}.placeorder p strong{color:#333;margin-right:.5rem}.placeorder__left>div:last-child{margin-bottom:2rem}.placeorder__left>div>div{display:flex;flex-wrap:wrap;gap:1rem;margin-top:1rem}.placeorder__left>div>div>div{align-items:center;background:#f9f9f9;border-radius:4px;display:flex;gap:1rem;padding:1rem;width:100%}.placeorder__left img{border-radius:4px;height:60px;object-fit:cover;width:60px}.order-summary{background:#f9f9f9;border:1px solid #eee;border-radius:8px;margin-bottom:1.5rem;padding:1.5rem}.order-summary>div{border-bottom:1px solid #eee;display:flex;justify-content:space-between;margin:.8rem 0;padding-bottom:.8rem}.order-summary>div:last-child{border-bottom:none;color:#333;font-size:1.1rem;font-weight:700}.order-summary .total span{color:#7f503c}.place-order-btn{background-color:#252a2d;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:1rem;font-weight:500;padding:1rem;transition:background-color .3s ease;width:100%}.place-order-btn:hover:not(:disabled){background-color:#7f503c}.place-order-btn:disabled{background-color:#ccc;cursor:not-allowed}@media (max-width:768px){.placeorder{flex-direction:column;gap:1rem}.placeorder__right{flex:1 1;width:100%}.placeorder__left>div>div>div{align-items:flex-start;flex-direction:column}}.placeorder .message{margin-bottom:2rem;width:100%}.order-list-container{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;margin:0 auto;max-width:1200px;padding:2rem 1rem}.order-list-title{color:#7f503c;font-size:2rem;margin-bottom:2rem;padding-bottom:.5rem;position:relative;text-align:center}.order-list-title:after{background:#252a2d;bottom:0;content:"";height:3px;left:50%;position:absolute;transform:translateX(-50%);width:80px}.orders-table{border-collapse:collapse;border-radius:8px;box-shadow:0 1px 3px #0000001a;margin-top:1.5rem;overflow:hidden;width:100%}.orders-table-header{background-color:#7f503c;color:#fff}.orders-table-header th{font-weight:500;padding:1rem;text-align:left}.orders-table-row{background-color:#fff;border-bottom:1px solid #e2e8f0;transition:background-color .2s}.orders-table-row:last-child{border-bottom:none}.orders-table-row:hover{background-color:#f7fafc}.orders-table-cell{color:#4a5568;padding:1rem}.status-badge{align-items:center;border-radius:9999px;display:inline-flex;font-size:.875rem;font-weight:500;gap:.5rem;padding:.25rem .75rem}.status-paid{background-color:#f0fff4;color:#38a169}.status-not-paid{background-color:#fff5f5;color:#e53e3e}.status-delivered{background-color:#ebf8ff;color:#252a2d}.status-not-delivered{background-color:#fffaf0;color:#dd6b20}.details-button{align-items:center;background-color:#252a2d;border:none;border-radius:6px;color:#fff;cursor:pointer;display:inline-flex;font-size:.875rem;gap:.5rem;padding:.5rem 1rem;transition:all .2s}.details-button:hover{background-color:#d9533894;transform:translateY(-1px)}.loading-state{display:flex;justify-content:center;padding:2rem}.error-state{background-color:#fff5f5;border-radius:8px;color:#e53e3e;margin-top:1rem;padding:2rem;text-align:center}@media (max-width:768px){.orders-table{display:block;overflow-x:auto}.order-list-title{font-size:1.5rem}.orders-table-cell,.orders-table-header th{padding:.75rem}.details-button{padding:.5rem}}@media (max-width:480px){.order-list-container{font-size:.9rem;padding:1rem .5rem}.status-badge{padding:.2rem .5rem}}.order-details-container{font-family:Arial,sans-serif;margin:2rem auto;max-width:1200px;padding:1rem}.order-details-title{color:#333;font-size:2rem;margin-bottom:2rem;text-align:center}.order-summary{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin-bottom:2rem}.order-section{background:#fff;border-radius:8px;box-shadow:0 2px 5px #0000001a;padding:1.5rem}.order-section h2{border-bottom:1px solid #eee;color:#444;font-size:1.5rem;margin-bottom:1rem;padding-bottom:.5rem}.order-items{margin-top:1rem}.order-item{align-items:center;border-bottom:1px solid #f5f5f5;display:flex;margin-bottom:1rem;padding-bottom:1rem}.item-image img{border-radius:4px;height:60px;margin-right:1rem;object-fit:cover;width:60px}.item-details p{color:#555;margin:.2rem 0}.paid{color:#28a745;font-weight:700}.not-paid{color:#dc3545;font-weight:700}.delivered{color:#28a745;font-weight:700}.not-delivered{color:#dc3545;font-weight:700}.order-total{background:#fff;border-radius:8px;box-shadow:0 2px 5px #0000001a;padding:1.5rem}.order-total h2{border-bottom:1px solid #eee;color:#444;font-size:1.5rem;margin-bottom:1rem;padding-bottom:.5rem}.total-row{border-bottom:1px solid #f5f5f5;display:flex;justify-content:space-between;margin-bottom:.5rem;padding:.5rem 0}.grand-total{border-top:2px solid #eee;color:#333;font-size:1.2rem;font-weight:700;margin-top:1rem;padding-top:1rem}@media (max-width:768px){.order-summary{grid-template-columns:1fr}}.navigation-buttons{display:flex;gap:1rem;margin-bottom:2rem}.back-button,.home-link,.orders-link{border:none;border-radius:4px;cursor:pointer;font-size:.9rem;padding:.5rem 1rem;text-decoration:none;transition:all .3s ease}.back-button{background-color:#f0f0f0;color:#333}.orders-link{background-color:#007bff;color:#fff}.home-link{background-color:#6c757d;color:#fff}.back-button:hover{background-color:#e0e0e0}.orders-link:hover{background-color:#0056b3}.home-link:hover{background-color:#5a6268}.footer{background:#252a2d;color:#fff;margin-top:2rem;padding:2rem 0 0}.footer__content{display:flex;flex-wrap:wrap;justify-content:space-between;margin:0 auto;max-width:1200px;padding:0 2rem}.footer__section{flex:1 1;margin-bottom:2rem;min-width:200px;padding:0 1rem}.footer__section h3{color:#fff;font-size:1.2rem;margin-bottom:1rem;margin-top:2rem}.footer__section ul{font-size:small;font-weight:700;list-style:none;padding:0}.footer__section ul li{margin-bottom:.5rem}.footer__section a{color:#fdfbfbc9;text-decoration:none}.footer__section a:hover{color:#fff;text-decoration:underline}.social__icons{display:flex;gap:1rem;margin-bottom:1rem}.social__icons a{color:#fff;font-size:1.5rem}.newsletter__form{display:flex;margin-top:1rem}.newsletter__form input{border:none;border-radius:4px 0 0 4px;flex:1 1;padding:.5rem}.newsletter__form button{background:#7f503c;border:none;border-radius:0 4px 4px 0;color:#fff;cursor:pointer;height:46px;padding:10px}.newsletter__form button:hover{background:#b47355}.footer__bottom{border-top:1px solid #efebeb3d;margin-top:1rem;padding:1rem;text-align:center}.footer__bottom p{color:#fdfbfbc9;font-size:.9rem;margin:0}.footer__bottom p a{color:#7f503c;font-weight:600;text-decoration:none}.footer__bottom p a:hover{color:#b47355}@media (max-width:768px){.footer__content{flex-direction:column;padding:0 1rem}.footer__section{margin-bottom:1.5rem;padding:0}.newsletter__form{flex-direction:column}.newsletter__form input{border-radius:4px;margin-bottom:.5rem}.newsletter__form button{border-radius:4px}}
/*# sourceMappingURL=main.8543b273.css.map*/