.product-card{position:relative;border-radius:8px;box-shadow:0 4px 8px #0000001a;overflow:hidden;transition:all .3s ease}.product-card__image-container{position:relative;overflow:hidden}.product-card__image{width:100%;height:250px;object-fit:cover;transition:transform .3s ease}.product-card__description-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:#000000b3;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s ease}.product-card__description{color:#fff;padding:20px;text-align:center;font-size:.9rem}.product-card:hover .product-card__image{transform:scale(1.1)}.product-card:hover .product-card__description-overlay{opacity:1}.product-card__content{padding:15px}.product-card__name{font-size:1.2rem;margin:0 0 10px;color:#333}.product-card__price-container{display:flex;align-items:center;gap:10px}.product-card__price,.product-card__discounted-price{font-weight:700;color:#661d0a}.product-card__original-price{text-decoration:line-through;color:#999}.product-card__discount-tag{position:absolute;top:10px;right:10px;background-color:#e53935;color:#fff;padding:5px 10px;border-radius:4px;font-size:.8rem}.home-page__header{position:relative;height:400px;max-width:1200px;width:100%;overflow:hidden;margin:0 auto}.home-page__header-image{width:100%;height:100%;object-fit:cover}.home-page__header-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(to right,#000000b3,#0000 60%)}.home-page__title{position:absolute;top:50%;left:30px;transform:translateY(-50%);font-size:2.5rem;color:#fff;text-shadow:2px 2px 4px rgba(0,0,0,.5)}.home-page__content{margin:0 auto}.home-page__story{display:flex;align-items:center;justify-content:center;gap:5rem;padding:2rem 10rem}.home-page__story-column{display:flex;flex-direction:column;justify-content:center;align-items:center;max-width:600px}.home-page__story-text{margin-bottom:1rem;line-height:1.6}.home-page__main-story{display:flex;justify-content:center;width:100%}.home-page__main-story-left{max-width:50%;display:flex;align-items:center;justify-content:center}.home-page__main-story-image{width:100%;height:100%;object-fit:cover}.home-page__main-story-right{flex:1;display:flex;flex-direction:column;justify-content:center;background-color:#333;color:#fff;padding:4rem}.home-page__main-story-text{margin-bottom:1rem;line-height:1.6}.home-page__main-story-title{font-size:1.5rem;margin-bottom:1rem;font-weight:700}.home-page-products{max-width:1200px;margin:0 auto;padding:2rem 1rem}.home-page-products__title{text-align:center;font-size:2rem;color:#661d0a;margin-bottom:2rem;text-transform:uppercase}.home-page-products__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}@media screen and (max-width: 768px){.home-page__story{flex-direction:column;gap:2rem;padding:2rem 0;text-align:center}.home-page__story-column{flex:1}.home-page__main-story{flex-direction:column}.home-page__main-story-left{max-width:100%}.home-page__main-story-image{max-height:300px}.home-page__main-story-right{padding:3rem 2rem}.home-page-products__title{font-size:1.5rem}.home-page-products__grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}}@media screen and (max-width: 480px){.home-page__main-story-image{max-height:200px}.home-page__main-story-right{padding:2rem 1rem}.home-page-products__grid{grid-template-columns:1fr}}.about-page__header{position:relative;height:400px;max-width:1200px;overflow:hidden;margin:0 auto}.about-page__header-image{width:100%;height:100%;object-fit:cover}.about-page__header-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(to right,#000000b3,#0000 60%)}.about-page__title{position:absolute;top:50%;left:30px;transform:translateY(-50%);font-size:2.5rem;text-shadow:2px 2px 4px rgba(0,0,0,.5);color:#fff}.about-page__content{margin:0 auto}.about-page__story{display:flex;align-items:center;justify-content:center;gap:5rem;padding:2rem 10rem}.about-page__story-column{display:flex;flex-direction:column;justify-content:center;align-items:center;max-width:600px}.about-page__story-text{margin-bottom:1rem;line-height:1.6}.about-page__main-story{display:flex;justify-content:center;width:100%}.about-page__main-story-left{max-width:50%;display:flex;align-items:center;justify-content:center}.about-page__main-story-image{width:100%;height:100%;object-fit:cover}.about-page__main-story-right{flex:1;display:flex;flex-direction:column;justify-content:center;background-color:#333;color:#fff;padding:4rem}.about-page__main-story-text{margin-bottom:1rem;line-height:1.6}.about-page__milestones{max-width:1200px;margin:0 auto;padding:2rem}.about-page__milestones-title{text-align:center;font-size:2rem;margin-bottom:3rem;color:#661d0a}.about-page__milestone-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.about-page__milestone-item{text-align:center}.about-page__milestone-year{font-size:3rem;font-weight:700;color:#e0e0e0;display:block;margin-bottom:.5rem}.about-page__milestone-title{font-size:1.2rem;margin-bottom:1rem;color:#661d0a}.about-page__milestone-image{width:100%;height:250px;object-fit:cover;border-radius:8px}.about-page__milestone-description{font-size:.9rem;line-height:1.6}@media screen and (max-width: 1200px){.about-page__milestones{padding:2rem 1rem}}@media screen and (max-width: 768px){.about-page__story{flex-direction:column;gap:2rem;padding:2rem 0;text-align:center}.about-page__story-column{flex:1}.about-page__milestone-grid{grid-template-columns:repeat(2,1fr)}.about-page__main-story{flex-direction:column}.about-page__main-story-left{max-width:100%}.about-page__main-story-image{max-height:300px}.about-page__main-story-right{padding:3rem 2rem}}@media screen and (max-width: 480px){.about-page__milestone-grid{grid-template-columns:1fr}.about-page__main-story-image{max-height:200px}.about-page__main-story-right{padding:2rem 1rem}}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem}@media screen and (max-width: 1280px){.product-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem}}@media screen and (max-width: 768px){.product-grid{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width: 480px){.product-grid{grid-template-columns:1fr}}.products-page{max-width:1200px;margin:0 auto;padding:2rem 1rem}.products-page__content{width:100%}.products-page__title{text-align:center;font-size:2.5rem;color:#661d0a;margin-bottom:2rem}@media screen and (max-width: 768px){.products-page__title{font-size:2rem}}@media screen and (max-width: 480px){.products-page__title{font-size:1.5rem}}.navbar{background-color:#fff;box-shadow:0 2px 4px #0000001a;margin-bottom:2rem}.navbar__container{max-width:1200px;margin:0 auto;padding:1rem;display:flex;justify-content:space-between;align-items:center}.navbar__logo-link{text-decoration:none}.navbar__logo{width:4.5rem}.navbar__menu{display:flex;list-style-type:none;margin:0;padding:0}.navbar__menu-item{margin-left:2rem}.navbar__menu-item a.active{color:#f60}.navbar__menu-link{text-decoration:none;color:#333;font-weight:500;transition:color .3s ease}.navbar__menu-link:hover{color:#f60}@media (max-width: 768px){.navbar__container{flex-direction:column;align-items:center;text-align:center}.navbar__logo-link{margin-bottom:1rem}.navbar__menu{flex-direction:column;width:100%}.navbar__menu-item{margin-left:0;margin-bottom:.5rem}.navbar__menu-link{display:block;padding:.5rem 0}}.footer{background-color:#f2f3f5;color:#292a34;padding:4rem;margin-top:2rem}.footer__container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr);gap:2rem}.footer__list{list-style-type:none;padding:0;margin:0}.footer__list-item{margin-bottom:1rem}.footer__link{color:#292a34;text-decoration:none;font-size:.9rem;transition:color .3s ease}.footer__link:hover{color:#f60}.footer__title{font-size:.9rem;margin-bottom:1rem}.footer__title--mt{margin-top:2rem}.footer__social-icons{display:flex;gap:1rem;margin-bottom:1rem}.footer__social-icon{font-size:1.2rem;color:#292a34;cursor:pointer;transition:color .3s ease}.footer__social-icon:hover{color:#f60}.footer__region{font-size:.9rem}.footer__region-icon{width:1.5rem;margin-right:.5rem}.footer__language{display:flex;align-items:flex-start;gap:.5rem}.footer__language-option{font-size:.9rem;cursor:pointer}.footer__language-option--active{font-weight:700}.footer__section-right{display:flex;flex-direction:column;justify-content:flex-end;gap:1rem}@media (max-width: 768px){.footer__container{grid-template-columns:1fr 1fr}}@media (max-width: 480px){.footer__container{grid-template-columns:1fr}}.not-found{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100vh;background-color:#fff;text-align:center}.not-found__title{font-size:120px;font-weight:700;letter-spacing:10px;color:#333}.not-found__subtitle{font-size:36px;font-weight:400;margin:20px 0 0;color:#333}.not-found__description{font-size:18px;color:#666;margin-top:10px;margin-bottom:30px}.not-found__button{display:inline-block;padding:16px 40px;background-color:#f39c12;color:#fff;text-decoration:none;font-size:16px;border:2px solid #f39c12;transition:background-color .3s ease}.not-found__button:hover{background-color:#fff;color:#f39c12;border:2px solid #f39c12}*{margin:0;padding:0;box-sizing:border-box;font-family:Poppins,sans-serif}
