*{margin:0;padding:0;box-sizing:border-box}:root{--color-white: #FFFFFF;--color-red: #f4f3ef;--color-black: #000000;--color-text-dark: #1a1a1a;--color-text-light: #666666;--color-border: #e5e5e5;--color-shadow: rgba(0, 0, 0, .1)}.landing-page{min-height:100vh;background:var(--color-white);font-family:Rubik,sans-serif}.header{border-bottom:1px solid var(--color-border);position:sticky;top:0;z-index:100;box-shadow:0 2px 10px var(--color-shadow);background:#f4f3ef}.header-container{max-width:1400px;margin:0 auto;padding:1rem 2rem;display:flex;align-items:center;justify-content:space-between;gap:2rem}.logo-section{display:flex;align-items:center;flex-shrink:0}.logo-link{display:flex;align-items:center;text-decoration:none}.logo-image{height:70px;width:auto;object-fit:contain;transition:transform .2s ease}.logo-image:hover{transform:scale(1.05)}.search-section{flex:1;max-width:400px;display:flex;align-items:center;height:100%;margin-bottom:0!important;padding:0!important;border:none!important}.search-section input{font-size:16px!important;border-radius:20px!important}.search-container{position:relative;width:100%;display:flex;align-items:center}.search-icon{position:absolute;left:1.25rem;top:50%;transform:translateY(-50%);color:var(--color-text-light);pointer-events:none}.search-input{width:100%;padding:.75rem 1rem;border:2px solid var(--color-border);border-radius:25px;font-size:1.125rem;background:var(--color-white);transition:all .2s ease;box-sizing:border-box}.search-input:focus{outline:none;border-color:#dca1a2;box-shadow:0 0 0 3px #dca1a24d}.search-input::placeholder{color:var(--color-text-light)}.mobile-search-bar{display:none;padding:.75rem 1rem;background:#f4f3ef;border-bottom:1px solid var(--color-border)}.mobile-search-bar .search-container{max-width:100%;position:relative}.mobile-search-bar .search-input{font-size:1rem;padding:.625rem 1rem}.mobile-search-clear-btn{position:absolute;right:1rem;top:50%;transform:translateY(-50%);background:none;border:none;cursor:pointer;padding:.25rem;display:flex;align-items:center;justify-content:center}.header.search-mode .logo-section,.header.search-mode .nav-section,.header.search-mode .icons-section{opacity:0;visibility:hidden;transition:all .3s ease}.header.search-mode .search-section{flex:1;max-width:600px;margin:0 auto}.header-x-section{display:flex;align-items:center;margin-left:auto;padding-left:1rem}.header-x-btn{background:none;border:none;cursor:pointer;padding:.25rem;display:flex;align-items:center;justify-content:center}body.search-active{position:relative}body.search-active:before{content:"";position:fixed;inset:0;background:#70707099;z-index:99;pointer-events:none}.hidden{opacity:0!important;visibility:hidden!important}.search-results-overlay{position:fixed;inset:0;background:#0009;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1000;padding-top:80px;overflow-y:auto;animation:fadeIn .2s ease;pointer-events:none}.search-results-overlay>*{pointer-events:auto}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.search-results-container{max-width:1200px;margin:0 auto;background:var(--color-white);border-radius:16px;padding:0;margin-bottom:2rem;box-shadow:0 8px 32px #0003;animation:slideDown .3s ease;overflow:hidden}.search-results-search-bar{padding:1.5rem 2.5rem;border-bottom:1px solid var(--color-border);background:var(--color-white);position:sticky;top:0;z-index:10}.search-results-search-bar .search-container{position:relative;display:flex;align-items:center;gap:1rem}.search-results-search-bar .search-input{flex:1;padding:.75rem 1rem;border:2px solid var(--color-border);border-radius:25px;font-size:1.125rem;background:var(--color-white);transition:all .2s ease;box-sizing:border-box}.search-results-search-bar .search-input:focus{outline:none;border-color:#dca1a2;box-shadow:0 0 0 3px #dca1a24d}.search-results-close-btn{background:none;border:none;cursor:pointer;padding:.5rem;display:flex;align-items:center;justify-content:center;color:var(--color-text-dark);border-radius:50%;transition:all .2s ease;width:40px;height:40px;flex-shrink:0}.search-results-close-btn:hover{background:#f5f5f5}.search-results-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:2px solid var(--color-border)}.search-results-main-title{font-size:1.75rem;font-weight:600;color:var(--color-text-dark);margin:0;text-transform:uppercase;letter-spacing:.5px}.search-results-count{font-size:1.25rem;font-weight:400;color:var(--color-text-light);margin-left:.5rem}@keyframes slideDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.search-results-loading{text-align:center;padding:4rem 2.5rem;color:var(--color-text-light);font-size:1.125rem;display:flex;align-items:center;justify-content:center;gap:.75rem}.search-results-loading:before{content:"";width:20px;height:20px;border:3px solid var(--color-border);border-top-color:#dca1a2;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.search-results-empty{text-align:center;padding:4rem 2.5rem;color:var(--color-text-light);font-size:1.125rem;line-height:1.6}.search-results-empty:before{content:"🔍";display:block;font-size:3rem;margin-bottom:1rem;opacity:.5}.search-results-section{margin-bottom:3rem;margin-top:2rem;padding:0 2.5rem}.search-results-section:first-of-type{padding-top:2.5rem;margin-top:0}.search-results-section:last-of-type{margin-bottom:2.5rem!important}.search-results-section:last-child{margin-bottom:0}.search-results-title{font-size:1.5rem;font-weight:600;color:var(--color-text-dark);margin-bottom:2rem;padding-bottom:1rem;border-bottom:2px solid var(--color-border);text-transform:uppercase;letter-spacing:.5px}.search-results-grid{display:flex;flex-direction:column;gap:2rem}.search-results-list{display:flex;flex-direction:column;gap:1.25rem}.search-result-item{background:transparent;border:none;border-radius:0;padding:0;cursor:pointer;transition:all .3s ease;width:100%}.search-result-item:hover{transform:none}.product-item{display:grid!important;grid-template-columns:200px 1fr!important;gap:1.5rem!important;align-items:flex-start;padding:0;width:100%}.search-result-image{position:relative;width:200px;height:250px;overflow:hidden;border-radius:12px;background:transparent;grid-column:1;grid-row:1}.search-result-image img{width:100%;height:100%;object-fit:cover;border-radius:12px;transition:transform .3s ease}.search-result-item:hover .search-result-image img{transform:scale(1.05)}.search-result-content{grid-column:2!important;grid-row:1;padding:0;display:flex;flex-direction:column;justify-content:flex-start;gap:.5rem;min-width:0;width:100%;overflow:visible}.search-result-name{font-size:1.1rem;font-weight:550;color:#000;margin:0;line-height:1.3;text-transform:uppercase}.search-result-price{font-size:1rem;font-weight:400;color:#000;margin:0}.search-result-description{font-size:.875rem;color:#333;line-height:1.6;margin:0;display:-webkit-box;-webkit-line-clamp:6;line-clamp:6;-webkit-box-orient:vertical;overflow:hidden}.search-result-meta{display:flex;gap:.75rem;flex-wrap:wrap;margin-top:1rem;align-items:center}.search-result-duration,.search-result-category{font-size:.8125rem;color:var(--color-text-dark);padding:.375rem .875rem;background:#f5f5f5;border-radius:20px;font-weight:500}.service-item{display:flex;align-items:center;justify-content:space-between;padding:1.25rem;background:#fafafa;border-radius:12px;border:1px solid var(--color-border);transition:all .3s ease}.service-item:hover{background:#fff;border-color:#e0e0e0;box-shadow:0 4px 12px #00000014}.service-item .search-result-content{flex:1}.service-item .search-result-name{margin-bottom:.75rem}.service-item .search-result-price{font-size:1.125rem;font-weight:600;color:#000}@media (max-width: 767px){.search-results-overlay{padding-top:100px;padding-bottom:1rem}.search-results-container{margin:0 .75rem;border-radius:12px;max-height:calc(100vh - 120px);overflow-y:auto}.search-results-search-bar{padding:1rem;position:sticky;top:0;z-index:10;background:var(--color-white)}.search-results-search-bar .search-container{gap:.75rem}.search-results-search-bar .search-input{font-size:1rem;padding:.625rem 1rem}.search-results-close-btn{width:36px;height:36px;padding:.375rem}.search-results-grid{gap:1.25rem}.search-results-title{font-size:1.125rem;margin-bottom:1.25rem;padding-bottom:.75rem}.product-item{grid-template-columns:1fr;gap:1rem}.search-result-image{width:100%;height:280px;grid-column:1;margin-bottom:.75rem}.search-result-content{grid-column:1}.search-result-name{font-size:1rem;margin-bottom:.375rem}.search-result-price{font-size:.9375rem}.search-result-description{font-size:.8125rem;-webkit-line-clamp:4;line-clamp:4;margin-top:.5rem}.search-results-section{margin-bottom:1.5rem;margin-top:1.5rem;padding:0 1rem}.search-results-section:first-of-type{padding-top:1rem;margin-top:0}.search-results-section:last-of-type{margin-bottom:1rem}.search-results-loading,.search-results-empty{padding:2.5rem 1rem;font-size:1rem}.service-item{padding:.875rem}.service-item .search-result-name{font-size:1rem;margin-bottom:.5rem}.service-item .search-result-price{font-size:1rem}}@media (max-width: 480px){.search-results-overlay{padding-top:90px}.search-results-container{margin:0 .5rem;max-height:calc(100vh - 110px)}.search-results-search-bar{padding:.875rem}.search-result-image{height:240px}.search-results-section{padding:0 .875rem}.search-results-loading,.search-results-empty{padding:2rem .875rem}}.nav-section{display:flex;align-items:center;gap:1rem;flex-shrink:0}.nav-link{background:#fff;border:1px solid #e0e0e0;padding:.75rem 1.25rem;border-radius:20px;font-size:.875rem;font-weight:500;color:#707070;cursor:pointer;transition:all .2s ease;position:relative}.nav-link:hover{background:#f5f5f5;border-color:#d0d0d0;transform:translateY(-1px)}.dropdown-trigger{position:relative;cursor:pointer}.dropdown-menu{position:absolute;top:100%;left:0;background:var(--color-white);border:1px solid var(--color-border);border-radius:12px;box-shadow:0 4px 20px #00000026;padding:.75rem 0;margin-top:0;min-width:180px;z-index:1002;white-space:nowrap;opacity:0;visibility:hidden;transform:translateY(-10px);transition:all .2s ease;pointer-events:none}.dropdown-menu:before{content:"";position:absolute;top:-10px;left:0;right:0;height:10px;background:transparent}.dropdown-trigger:hover .dropdown-menu,.dropdown-trigger:hover .dropdown-menu:before,.dropdown-menu:hover,.dropdown-menu:hover:before{opacity:1;visibility:visible;transform:translateY(0);pointer-events:auto}.dropdown-item{padding:.75rem 1.25rem;font-size:1rem;color:#707070;transition:background-color .15s ease;cursor:pointer}.dropdown-item:hover{background-color:var(--color-red);color:#707070}.icons-section{display:flex;align-items:center;gap:1rem;flex-shrink:0}.icon-btn{background:none;border:none;padding:.5rem;border-radius:50%;cursor:pointer;transition:all .2s ease;color:var(--color-text-dark)}.icon-btn:hover{background:var(--color-red);transform:scale(1.1)}.heart-btn{position:relative}.favorites-count{position:absolute;top:-5px;right:-5px;background:#c72124;color:#fff;border-radius:50%;width:20px;height:20px;display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:600;line-height:1;min-width:20px;box-shadow:0 2px 4px #0003;animation:countPop .3s ease-out}@keyframes countPop{0%{transform:scale(0);opacity:0}50%{transform:scale(1.2)}to{transform:scale(1);opacity:1}}@media (max-width: 768px){.favorites-count{width:18px;height:18px;font-size:.7rem;top:-4px;right:-4px}}@media (max-width: 480px){.favorites-count{width:16px;height:16px;font-size:.65rem;top:-3px;right:-3px}}.cart-count{position:absolute;top:-5px;right:-5px;background:#c72124;color:#fff;border-radius:50%;width:20px;height:20px;display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:600;line-height:1;min-width:20px;box-shadow:0 2px 4px #0003;animation:countPop .3s ease-out}@media (max-width: 768px){.cart-count{width:18px;height:18px;font-size:.7rem;top:-4px;right:-4px}}@media (max-width: 480px){.cart-count{width:16px;height:16px;font-size:.65rem;top:-3px;right:-3px}}.hero{background:#d76365;height:465px;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden;outline:none;margin:0;padding:0}.hero-center-panel{display:flex;align-items:flex-end;justify-content:space-between;padding:0 2rem;position:relative;max-width:1200px;width:100%;margin-top:2rem}.hero-robot{flex-shrink:0;margin-right:3rem;align-self:flex-end;margin-bottom:-4rem}.robot-image{width:400px;height:400px;object-fit:contain}.hero-content{flex:1;text-align:left;max-width:800px;padding-left:1rem;align-self:center}.hero-title{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1.5rem}.hero-greeting,.hero-welcome{font-size:3rem;font-weight:600;color:#dfdfde;line-height:1.1}.hero-subtitle{font-size:32px;color:#dfdfde;line-height:1.5;font-weight:400}.hero-right-panel{display:flex;justify-content:center;align-items:center;padding:2rem;position:relative}.navigation-dots{display:flex;flex-direction:column;gap:1rem}.nav-dot{width:12px;height:12px;background:var(--color-black);border-radius:50%}.top-right-button{position:absolute;top:2rem;right:2rem;background:#e0e0e0;padding:.5rem 1rem;border-radius:8px;cursor:pointer;transition:background-color .2s ease}.top-right-button:hover{background:#d0d0d0}.top-right-button span{font-size:.875rem;color:var(--color-black);font-weight:500}.mobile-menu-toggle{display:none;background:none;border:none;cursor:pointer;padding:.5rem}.hamburger{display:flex;flex-direction:column;gap:4px;width:24px;height:20px;position:relative}.hamburger span{width:100%;height:3px;background:var(--color-black);border-radius:2px;transition:all .3s ease}.hamburger.open span:nth-child(1){transform:rotate(45deg) translate(6px,6px)}.hamburger.open span:nth-child(2){opacity:0}.hamburger.open span:nth-child(3){transform:rotate(-45deg) translate(6px,-6px)}.mobile-menu-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#000000e6;z-index:1000;opacity:0;visibility:hidden;transition:all .3s ease}.mobile-menu-overlay.open{opacity:1;visibility:visible}.mobile-menu-content{position:relative;width:100%;height:100%;background:var(--color-white);padding:2rem;overflow-y:auto}.mobile-search{margin-top:2rem;margin-bottom:2rem}.mobile-search .search-container{max-width:100%}.mobile-search .search-input{font-size:1.125rem}.mobile-search .search-container{position:relative}.mobile-clear-search-btn{position:absolute;right:1rem;top:50%;transform:translateY(-50%);background:none;border:none;cursor:pointer;padding:.25rem;display:flex;align-items:center;justify-content:center}.mobile-nav{display:flex;flex-direction:column;gap:2rem}.mobile-nav-section{border-bottom:1px solid var(--color-border);padding-bottom:1.5rem}.mobile-nav-title{font-size:1.25rem;font-weight:600;color:var(--color-text-dark);margin-bottom:1rem}.mobile-nav-items{display:flex;flex-direction:column;gap:.75rem}.mobile-nav-item{font-size:1rem;color:var(--color-text-light);text-decoration:none;padding:.5rem 0;transition:color .2s ease}.mobile-nav-item:hover{color:var(--color-text-dark)}.mobile-menu-close{position:absolute;top:1rem;right:1rem;background:none;border:none;cursor:pointer;padding:.5rem;color:var(--color-text-dark)}.desktop-only{display:block}@media (max-width: 1024px){.mobile-menu-toggle{display:block}.search-section,.nav-section,.header-x-section,.header.search-mode .search-section{display:none!important}.header.search-mode .logo-section,.header.search-mode .icons-section{opacity:1!important;visibility:visible!important}.mobile-search-bar{display:block}.header-container{flex-direction:row;gap:1rem;padding:1rem;justify-content:space-between}.logo-section{flex:1;justify-content:flex-start}.icons-section{gap:.5rem;justify-content:flex-end}.icon-btn{padding:.375rem}.hero{height:auto;min-height:45vh;padding:2rem 1rem 0;flex-direction:column;justify-content:flex-start;align-items:center}.hero-center-panel{flex-direction:column;text-align:center;gap:2rem;padding:0;max-width:100%;width:100%;margin-top:2rem;height:100%;justify-content:flex-start}.hero-robot{margin-right:0;margin-bottom:-2rem;align-self:center;order:2;margin-top:auto}.robot-image{width:320px;height:320px}.hero-content{text-align:center;order:1;max-width:600px;padding-left:0;margin:0 auto}.hero-title{gap:.75rem;margin-bottom:1.5rem}.hero-greeting,.hero-welcome{font-size:2.5rem;line-height:1.2}.hero-subtitle{font-size:2rem;line-height:1.4}}@media (max-width: 768px){.hero{height:auto;min-height:50vh;padding:2rem 1rem 0;flex-direction:column;justify-content:flex-start;align-items:center}.hero-center-panel{flex-direction:column;text-align:center;gap:2rem;padding:0;max-width:100%;width:100%;margin-top:0;height:100%;justify-content:flex-start}.hero-robot{margin-right:0;margin-bottom:-.5rem;align-self:center;order:2;margin-top:auto}.robot-image{width:280px;height:280px}.hero-content{text-align:center;order:1;max-width:500px;padding-left:0;margin:0 auto}.hero-title{gap:.75rem;margin-bottom:1.5rem;margin-top:1rem}.hero-greeting,.hero-welcome{font-size:2.25rem;line-height:1.2}.hero-subtitle{font-size:1.5rem;line-height:1.4}}@media (max-width: 480px){.hero{padding:1.5rem 1rem 0;min-height:50vh}.hero-center-panel{gap:1.5rem}.hero-content{max-width:400px}.robot-image{width:240px;height:240px}.hero-greeting,.hero-welcome{font-size:2rem}.hero-subtitle{font-size:1.25rem}.hero-title{gap:.5rem;margin-bottom:1rem}}.services-section{padding:4rem 0;background:#e1e1e1}.services-cards{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;max-width:1200px;margin:0 auto 3rem;padding:0 2rem}.service-card{background:#fff;border-radius:20px;padding:1.5rem;text-align:center;box-shadow:0 4px 20px #0000001a;transition:transform .3s ease,box-shadow .3s ease}.service-card:hover{transform:translateY(-5px);box-shadow:0 8px 30px #00000026}.service-image{margin-bottom:1rem;display:flex;justify-content:center;align-items:center;height:160px}.service-img{max-width:100%;max-height:100%;object-fit:contain;border-radius:12px}.service-title{font-size:1.125rem;font-weight:500;color:var(--color-text-dark);margin:0;line-height:1.3}.services-categories{background:var(--color-black);padding:1.5rem 2rem;border-radius:0;max-width:none;width:100%;margin:0;display:flex;justify-content:center;align-items:center;gap:2rem}.category-item{color:var(--color-white);font-size:1rem;font-weight:400;text-align:center;flex:1}@media (max-width: 1024px){.services-cards{gap:1.5rem;margin-bottom:2.5rem}.service-card{padding:1.25rem;margin:.5rem}.service-image{height:140px}.services-categories{padding:1.25rem 1.5rem;gap:1.5rem}.category-item{font-size:.9rem}}@media (max-width: 768px){.services-cards{grid-template-columns:repeat(2,1fr);gap:1rem;margin-bottom:2rem}.service-card{padding:1rem;margin:.75rem}.service-image{height:160px;margin-bottom:.75rem}.service-title{font-size:1rem}.services-categories{flex-direction:column;gap:1rem;padding:1rem;text-align:center}.category-item{font-size:.875rem;padding:.5rem 0}}@media (max-width: 480px){.services-cards{grid-template-columns:1fr;gap:1rem;margin-bottom:1.5rem}.service-card{padding:.75rem;margin:1rem}.service-image{height:180px;margin-bottom:.5rem}.service-title{font-size:.9rem}.services-categories{padding:.75rem;gap:.75rem}.category-item{font-size:.8rem;padding:.25rem 0}}.footer{background:#000;padding:4rem 2rem;color:#ccc}.footer-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);gap:3rem}.footer-column{display:flex;flex-direction:column}.footer-title{color:#fff;font-size:1.25rem;font-weight:400;text-transform:uppercase;margin-bottom:1.5rem;padding-bottom:.75rem;border-bottom:1px solid #ffffff}.footer-content{display:flex;flex-direction:column;gap:1rem}.footer-item{display:flex;align-items:center;gap:.75rem;font-size:1rem;line-height:1.4}.footer-item:first-child{margin-top:.5rem}.footer-icon{width:20px;height:20px;flex-shrink:0}.footer-social-icon{width:32px;height:32px;flex-shrink:0}@media (max-width: 1024px){.footer{padding:3rem 1.5rem}.footer-container{gap:2rem}.footer-title{font-size:1.125rem;margin-bottom:1.25rem}.footer-item{font-size:.9rem;gap:.5rem}}@media (max-width: 768px){.footer{padding:2rem 1rem}.footer-container{grid-template-columns:1fr;gap:2rem;text-align:left}.footer-column{align-items:flex-start}.footer-x-column{justify-content:center;margin-left:0;margin-top:1rem}.footer-title{font-size:1rem;margin-bottom:1rem}.footer-item{font-size:.875rem;justify-content:flex-start}.footer-icon{width:18px;height:18px}.footer-social-icon{width:28px;height:28px}}@media (max-width: 480px){.footer{padding:1.5rem 1rem}.footer-container{gap:1.5rem;text-align:left}.footer-title{font-size:.9rem}.footer-item{font-size:.8rem;justify-content:flex-start}.footer-icon{width:16px;height:16px}.footer-social-icon{width:24px;height:24px}}.featured-works{padding:2rem 2rem 4rem;background:#f4f3ef;position:relative}.featured-works-container{max-width:1200px;margin:0 auto;position:relative}.section-title{font-size:3rem;font-weight:600;color:var(--color-text-dark);text-align:left;margin-bottom:3rem;letter-spacing:-.02em}.featured-works-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;margin-bottom:2rem}.product-card{background:transparent;border-radius:0;overflow:hidden;box-shadow:none;transition:transform .3s ease}.product-card:hover{transform:translateY(-8px);box-shadow:none}.product-image{position:relative;height:400px;width:280px;overflow:hidden;margin:0 auto}.product-img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.featured-product-image{position:relative;height:400px;width:280px;overflow:hidden;margin:0 auto;border-radius:0!important}.featured-works .featured-product-image,.featured-works .featured-product-img{border-radius:0!important}.featured-works .featured-ver-mas-btn{border-radius:25px!important}.featured-product-title{font-size:1.25rem;font-weight:500;color:var(--color-text-dark);margin:.75rem 0 .25rem;line-height:1.2;max-width:350px}.featured-ver-mas-btn{width:auto;background:#ce5a5c;color:var(--color-white);border:2px solid #d2d2d2;padding:.75rem 2rem;border-radius:25px;font-size:.875rem;font-weight:400;cursor:pointer;transition:all .2s ease;text-transform:uppercase;letter-spacing:.5px;box-shadow:0 2px 8px #ce5a5c4d}.featured-ver-mas-btn:hover{background:#b84a4c;transform:translateY(-1px);box-shadow:0 4px 12px #ce5a5c66}.featured-product-img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease;-webkit-border-radius:0!important;-moz-border-radius:0!important;border-radius:0!important}.product-card:hover .product-img{transform:scale(1.05)}.reels-icon{position:absolute;top:12px;right:12px;background:#ffffffe6;border-radius:50%;width:32px;height:32px;display:flex;align-items:center;justify-content:center;color:var(--color-text-dark)}.product-info{text-align:left}.product-title{font-size:1.25rem;font-weight:500;color:var(--color-text-dark);margin:0 0 .25rem;line-height:1.2;max-width:350px}.product-description{font-size:1.15rem!important;font-weight:400;margin:0 0 .5rem;line-height:1.2}.product-price{font-size:1.15rem!important;font-weight:400!important;color:var(--color-text-dark)!important;margin:0 0 1rem}.ver-mas-btn{width:auto;background:#ce5a5c;color:var(--color-white);border:2px solid #d2d2d2;padding:.75rem 2rem;border-radius:50px;font-size:.875rem;font-weight:400;cursor:pointer;transition:all .2s ease;text-transform:uppercase;letter-spacing:.5px;box-shadow:0 2px 8px #ce5a5c4d}.ver-mas-btn:hover{background:#b84a4c;transform:translateY(-1px);box-shadow:0 4px 12px #ce5a5c66}.carousel-nav{display:flex;justify-content:flex-end;margin-top:2rem}.carousel-arrow{background:var(--color-white);border:2px solid var(--color-border);border-radius:50%;width:48px;height:48px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;color:var(--color-text-dark)}.carousel-arrow:hover{border-color:#ff6b6b;color:#ff6b6b;transform:scale(1.05)}@media (max-width: 1024px){.featured-works{padding:3rem 1.5rem}.section-title{font-size:2.5rem;margin-bottom:2.5rem}.featured-works-grid{gap:1.5rem}.product-image,.featured-product-image{height:350px;width:245px}.featured-works .product-info{text-align:center;max-width:245px;margin:0 auto}.featured-product-title{text-align:center;margin:.75rem auto .25rem}.product-description,.product-price{text-align:center}}@media (max-width: 768px){.featured-works{padding:2rem 1rem}.section-title{font-size:2.25rem;margin-bottom:2rem}.featured-works-grid{grid-template-columns:repeat(2,1fr);gap:1rem}.product-image,.featured-product-image{height:320px;width:224px}.product-info{padding:1rem;text-align:center;max-width:224px;margin:0 auto}.featured-works .product-info{text-align:center;max-width:224px;margin:0 auto}.featured-product-title{text-align:center;margin:.75rem auto .25rem}.product-description,.product-price{text-align:center}.product-title{font-size:1.125rem}.product-price{font-size:1rem;margin-bottom:1rem}.ver-mas-btn{padding:.625rem .875rem;font-size:.8rem}}@media (max-width: 480px){.featured-works{padding:1.5rem .75rem}.section-title{font-size:2rem;margin-bottom:1.5rem}.featured-works-grid{grid-template-columns:1fr;gap:1rem}.product-image,.featured-product-image{height:360px;width:252px}.product-info{padding:1rem;text-align:center;max-width:252px;margin:0 auto}.featured-works .product-info{text-align:center;max-width:252px;margin:0 auto}.featured-product-title{text-align:center;margin:.75rem auto .25rem}.product-description,.product-price{text-align:center}.product-title{font-size:1rem}.product-description{font-size:.8rem}.product-price{font-size:.9rem}.ver-mas-btn{padding:.5rem .75rem;font-size:.75rem}.carousel-arrow{width:40px;height:40px}}.materials-section{padding:5rem 0;background:#e1e1e1}.materials-container{max-width:1400px;margin:0 4rem}.materials-content{display:grid;grid-template-columns:1fr 1fr;gap:.5rem;align-items:center}.materials-image{display:flex;justify-content:center;align-items:center}.materials-photo{width:100%;max-width:700px;height:auto;box-shadow:0 20px 40px #0000001a;object-fit:cover}.materials-info{display:flex;flex-direction:column;gap:2rem;text-align:right;align-items:flex-end}.materials-title{font-size:3rem;font-weight:600;color:var(--color-text-dark);margin:0;line-height:1.1}.materials-description{font-size:1.5rem;line-height:1.6;color:var(--color-text-dark);margin:0;max-width:500px}.materials-grid{display:flex;flex-direction:column;gap:1rem}.materials-row{display:flex;gap:1rem;flex-wrap:wrap;justify-content:flex-end}.materials-row-indented{margin-left:2rem}.material-btn{background:#f4f3ef;border:2px solid #f4f3ef;padding:.75rem 1.5rem;border-radius:8px;font-size:.875rem;font-weight:600;color:#555;cursor:default;box-shadow:inset 0 2px 4px #fffc,0 3px 8px #0006;white-space:nowrap;transition:all .2s ease}.material-btn:hover{transform:translateY(-2px);box-shadow:inset 0 2px 4px #fffc,0 5px 12px #00000080}@media (max-width: 1024px){.materials-content{gap:2rem}.materials-title{font-size:2.5rem}.materials-description{font-size:1.25rem}.materials-photo{max-width:600px}}@media (max-width: 900px) and (min-width: 769px){.materials-section{padding:4rem 0}.materials-container{margin:0 2rem}.materials-content{gap:3rem}.materials-title{font-size:2.25rem}.materials-description{font-size:1.125rem;max-width:450px}.materials-grid,.materials-row{gap:.75rem}.material-btn{padding:.625rem 1.25rem;font-size:.8rem}}@media (max-width: 768px){.materials-section{padding:3rem 0}.materials-container{margin:0 1rem}.materials-content{grid-template-columns:1fr;gap:2rem;text-align:center}.materials-info{text-align:center;align-items:center}.materials-title{font-size:2.25rem}.materials-description{font-size:1rem;margin:0 auto}.materials-grid{align-items:center}.materials-row{justify-content:center}.materials-row-indented{margin-left:0}.materials-photo{max-width:550px}}@media (max-width: 480px){.materials-section{padding:2rem .75rem}.materials-title{font-size:2rem}.materials-description{font-size:.9rem}.material-btn{padding:.625rem 1.25rem;font-size:.8rem}.materials-row{gap:.75rem}.materials-photo{max-width:500px}}.why-choose-us-section{padding:5rem 0;background:#f5f5f5}.why-choose-us-container{max-width:1400px;margin:0 6rem}.why-choose-us-title{font-size:3rem;font-weight:600;margin:0 0 4rem;line-height:1.1}.why-choose-us-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;align-items:start}.why-choose-us-item{display:flex;flex-direction:column;align-items:center;text-align:center;gap:1rem}.why-choose-us-icon{width:80px;height:80px;display:flex;align-items:center;justify-content:center}.feature-icon{width:100%;height:100%;object-fit:contain}.why-choose-us-text{font-size:1.75rem;font-weight:500;margin:0;line-height:1.4}@media (max-width: 1024px){.why-choose-us-container{margin:0 4rem}.why-choose-us-title{font-size:2.5rem;margin-bottom:3rem}.why-choose-us-grid{gap:1.5rem}.why-choose-us-icon{width:70px;height:70px}}@media (max-width: 768px){.why-choose-us-section{padding:3rem 0}.why-choose-us-container{margin:0 3rem}.why-choose-us-title{font-size:2.25rem;margin-bottom:2.5rem;text-align:center}.why-choose-us-grid{grid-template-columns:repeat(2,2fr);gap:2rem}.why-choose-us-text{font-size:1rem}}@media (max-width: 480px){.why-choose-us-section{padding:2rem 0}.why-choose-us-container{margin:0 2rem}.why-choose-us-title{font-size:2rem;margin-bottom:2rem}.why-choose-us-grid{grid-template-columns:1fr;gap:1.5rem}.why-choose-us-icon{width:60px;height:60px}.why-choose-us-text{font-size:.9rem}}.quote-section{background:#e1e1e1;padding:4rem 2rem 0;min-height:500px}.quote-container{max-width:1400px;margin:0 auto;display:flex;align-items:center;justify-content:center;height:100%}.quote-robot{flex-shrink:0;align-self:flex-end;margin-bottom:-.5rem;margin-top:auto}.quote-robot-image{width:450px;height:450px;object-fit:contain;margin-left:50px}.quote-content{flex:1;text-align:center;max-width:none;margin:0 100px 0 auto;display:flex;flex-direction:column;align-items:center}.quote-title{font-size:3rem;font-weight:600;margin-bottom:1rem;line-height:1.1}.quote-subtitle{font-size:3rem;font-weight:300;margin-bottom:2rem;line-height:1.1}.quote-button{background:#c85a5a;color:#fff;border:none;padding:1rem 2.5rem;font-size:1.2rem;font-weight:400;border-radius:50px;cursor:pointer;transition:all .3s ease;text-transform:uppercase;letter-spacing:1px}.quote-button:hover{background:#b54848;transform:translateY(-2px);box-shadow:0 8px 25px #c85a5a4d}@media (max-width: 1024px){.quote-section{padding:3rem 1.5rem 0}.quote-container{flex-direction:column;text-align:center;gap:0;justify-content:flex-start;height:100%}.quote-content{order:1}.quote-robot{order:2;margin-top:auto;align-self:center;margin-bottom:-.5rem}.quote-button{margin-bottom:2rem}.quote-robot-image{width:400px;height:400px}.quote-content{text-align:center;max-width:100%;margin:0 auto}.quote-title,.quote-subtitle{font-size:2.5rem}}@media (max-width: 768px){.quote-section{padding:2rem 1rem 0}.quote-container{gap:1.5rem}.quote-content{margin-top:2rem}.quote-robot-image{width:350px;height:350px}.quote-title{font-size:2.25rem;margin-bottom:.5rem}.quote-subtitle{font-size:2.25rem;margin-bottom:1.5rem}.quote-button{padding:.8rem 2rem;font-size:1rem}}@media (max-width: 480px){.quote-section{padding:1.5rem 1rem 0}.quote-robot-image{width:300px;height:300px}.quote-title,.quote-subtitle{font-size:2rem}.quote-button{padding:.7rem 1.5rem;font-size:.9rem}}.checkout-page{min-height:100vh;background-color:#e1e1e1;padding:20px 0}.checkout-container{max-width:1200px;margin:0 auto;padding:0 20px}.checkout-header{text-align:center;margin-bottom:40px}.checkout-logo{display:inline-block;margin-bottom:30px;text-align:center}.checkout-logo-image{height:80px;width:auto}.checkout-content{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:auto;gap:40px;align-items:stretch}.checkout-summary-section{align-self:start;height:fit-content}.checkout-form-section{background:#fff;padding:40px;border-radius:12px;box-shadow:0 2px 10px #0000001a}.checkout-title{font-size:22px;font-weight:600;color:#333;margin-bottom:30px;line-height:1.3}.checkout-form{display:flex;flex-direction:column;gap:12px}.form-group{display:flex;flex-direction:column;gap:2px}.form-label{font-size:16px!important;font-weight:600;color:#333;text-transform:none!important;margin-bottom:2px!important}.form-input{padding:12px 16px;border:2px solid #d1cccc!important;border-radius:8px;font-size:16px;transition:border-color .2s ease;background-color:#fafafa!important}.form-input:focus{outline:none;border-color:#007bff}.form-input.filled{border-color:#1e9f49!important;transition:border-color 1s ease}.form-input.unfilled{border-color:#b92123!important;transition:border-color .2s ease}.form-helper{display:flex;align-items:center;gap:8px;font-size:14px;color:#666;transition:color 1s ease}.form-helper.filled{color:#1e9f49}.form-helper.unfilled{color:#b92123}.form-helper.filled:before{content:"✓";color:#1e9f49;font-weight:700;margin-right:-4px;font-size:16px}.form-helper.unfilled:before{content:"⚠";color:#b92123;font-weight:700;margin-right:-4px;font-size:16px}.checkmark{color:#1e9f49;font-weight:700}.radio-group{display:block;text-align:left;margin-left:0;width:auto!important;margin-top:10px!important}.radio-label{display:flex;align-items:center;cursor:pointer;margin-bottom:10px!important;text-align:left;margin-left:0;width:auto!important}.radio-input{display:inline-block;cursor:pointer;margin:0 12px 0 0;width:auto!important;transform:scale(1.3)}.radio-input:checked{accent-color:#000}.radio-text{font-size:16px;color:#333;text-transform:none!important;display:inline-block;line-height:1;font-weight:400;margin-left:4px}.btn-checkout{background:#ce5a5c;color:#f4f3ef;border:2px solid #d2d2d2;padding:16px 32px;border-radius:30px;font-size:16px;font-weight:600;cursor:pointer;transition:background-color .2s ease;margin-top:20px;margin-bottom:12px;display:flex;align-items:center;justify-content:center;gap:8px}.btn-checkout:hover{background:#e55a5a}.btn-back-cart{background:#fff;color:#666;border:2px solid #e0e0e0;padding:16px 32px;border-radius:30px;font-size:16px;font-weight:600;cursor:pointer;transition:all .2s ease;width:100%;display:flex;align-items:center;justify-content:center;gap:8px}.btn-back-cart:hover{background:#f4f3ef}.checkout-summary-section{top:20px}.order-summary{background:#fff;padding:30px;border-radius:12px;box-shadow:0 2px 10px #0000001a;height:fit-content;align-self:flex-start}.summary-title{font-size:24px;font-weight:700;color:#333;margin-bottom:24px}.subtotal-section{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px;padding:20px 0}.subtotal-label{font-size:16px;color:#666}.subtotal-price{font-size:32px;font-weight:700;color:#333}.btn-edit-cart{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;height:3.35rem;padding:12px 20px;background:#fff;border:2px solid #e0e0e0;border-radius:24px;color:#333;font-size:16px;cursor:pointer;transition:all .2s ease;margin-bottom:24px}.btn-edit-cart:hover{border-color:#007bff;color:#007bff}.edit-icon{color:#666}.cart-edit-controls{display:flex;gap:12px;margin-bottom:24px}.btn-save-cart{flex:1;padding:12px 20px;background:#1e9f49;color:#fff;border:2px solid #1e9f49;border-radius:24px;font-size:16px;font-weight:600;cursor:pointer;transition:all .2s ease}.btn-save-cart:hover{background:#178a3f;border-color:#178a3f}.btn-cancel-edit{flex:1;padding:12px 20px;background:#fff;color:#666;border:2px solid #e0e0e0;border-radius:24px;font-size:16px;font-weight:600;cursor:pointer;transition:all .2s ease}.btn-cancel-edit:hover{border-color:#999;color:#333}.products-section{margin-top:24px}.products-title{font-size:16px;font-weight:600;color:#333;margin-bottom:20px}.products-list{flex-direction:column;gap:0;align-items:flex-start}.product-item{display:grid;grid-template-columns:80px 1fr auto;grid-template-rows:auto;gap:16px;padding:8px 20px 8px 0;border-radius:8px;background:#fff;margin-bottom:10px;align-items:flex-start;height:fit-content;min-height:auto}.product-item:last-child{margin-bottom:0}.product-image-issue{flex-shrink:0;margin-bottom:2rem!important}.checkout-product-image{width:80px;height:80px;object-fit:cover;border-radius:8px;border:1px solid #e0e0e0}.product-details{flex:1;display:flex;flex-direction:column;gap:4px;min-width:0;margin-left:24px}.product-name-checkout{font-size:18px;font-weight:600;color:#333;margin:0;line-height:1.1;margin-bottom:.5rem}.product-description{font-size:14px;color:#333;margin:0;line-height:1.3}.product-info{display:flex;flex-direction:column;gap:2px;margin:2px 0}.product-price,.product-quantity,.product-size,.product-color,.product-dimensions,.product-colours{font-size:14px;color:#333;line-height:1.2}.product-price-checkout{font-size:14px;color:#333;line-height:1.2;margin-bottom:10px}.product-quantity{margin-top:20px!important}.product-total{font-size:18px;font-weight:600;color:#333;padding-top:4px;text-align:right;min-width:100px;justify-self:end}.product-quantity-controls{margin:12px 0;display:flex;flex-direction:column;gap:8px}.quantity-label{font-size:14px;font-weight:600;color:#333!important;margin-bottom:4px}.quantity-buttons{display:flex;align-items:center;gap:8px}.quantity-btn{width:32px;height:32px;border:2px solid #e0e0e0;background:#fff!important;color:#333!important;font-size:18px;font-weight:600;cursor:pointer;border-radius:6px;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.quantity-btn:hover:not(:disabled){border-color:#007bff;color:#007bff!important}.quantity-btn:disabled{opacity:.5;cursor:not-allowed}.quantity-display{min-width:40px;text-align:center;font-size:16px;font-weight:600;color:#333!important}.remove-item-btn{padding:6px 12px;background:#dc3545;color:#fff;border:none;border-radius:6px;font-size:12px;font-weight:600;cursor:pointer;transition:background-color .2s ease;margin-top:8px}.remove-item-btn:hover{background:#c82333}.product-color-selector,.product-size-selector{margin:8px 0;display:flex;flex-direction:column;gap:4px}.color-label,.size-label{font-size:14px;font-weight:600;color:#333}.color-select,.size-select{padding:8px 12px;border:2px solid #e0e0e0;border-radius:6px;font-size:14px;background:#fff;color:#333;cursor:pointer;transition:border-color .2s ease;max-width:200px}.color-select:focus,.size-select:focus{outline:none;border-color:#007bff}.color-select:hover,.size-select:hover{border-color:#999}@media (max-width: 768px){.checkout-content{grid-template-columns:1fr;gap:20px}.checkout-summary-section{order:-1}.checkout-form-section{order:1}.product-item{grid-template-columns:80px 1fr auto;gap:12px;padding:12px 16px 12px 0}.product-image{display:block}.product-details{margin-left:16px;text-align:center}.product-total{display:block;font-size:16px;min-width:80px;text-align:right}.cart-edit-controls{flex-direction:column;gap:8px}.quantity-buttons{justify-content:center}.color-select,.size-select{max-width:100%}}@media (min-width: 768px) and (max-width: 1024px){.product-details{text-align:center;align-items:center;margin-left:0;justify-content:center}.product-name-checkout{text-align:center;margin:0 auto 10px;font-size:20px}.product-info{align-items:center;text-align:center;width:100%;margin:0;gap:8px}.product-item{justify-items:center;padding:16px 20px 16px 0;gap:20px}.product-price,.product-quantity,.product-size,.product-color{text-align:center;font-size:15px}.checkout-product-image{width:90px;height:90px}.product-total{font-size:20px;min-width:90px}}.checkout-loading{display:flex;align-items:center;justify-content:center;min-height:60vh}.checkout-loading-content{text-align:center;max-width:400px}.loading-spinner{width:40px;height:40px;border:4px solid #f3f3f3;border-top:4px solid #007bff;border-radius:50%;animation:spin 1s linear infinite;margin:0 auto 20px}.checkout-loading-content p{font-size:16px;color:#666}.checkout-empty{display:flex;align-items:center;justify-content:center;min-height:100vh;padding:40px 20px;background-color:#e1e1e1}.checkout-empty-content{text-align:center;max-width:500px;background:#fff;padding:40px;border-radius:16px;box-shadow:0 8px 32px #0000001a;border:1px solid rgba(255,255,255,.2)}.checkout-empty-logo{margin-bottom:30px}.krubo-logo{height:80px;width:auto;max-width:200px;object-fit:contain}.checkout-empty-title{font-size:28px;font-weight:700;color:#333;margin-bottom:16px;line-height:1.2}.checkout-empty-description{font-size:16px;color:#666;margin-bottom:32px;line-height:1.5}.checkout-empty-btn{background:linear-gradient(135deg,#ce5a5c,#b84a4c);color:#fff;border:none;padding:16px 32px;border-radius:50px;font-size:16px;font-weight:550;cursor:pointer;text-decoration:none;display:inline-block;transition:all .3s ease;box-shadow:0 4px 15px #ce5a5c4d}.checkout-empty-btn:hover{background:linear-gradient(135deg,#b84a4c,#a03a3c);transform:translateY(-2px);box-shadow:0 6px 20px #ce5a5c66}.checkout-empty-btn:active{transform:translateY(0)}.confirmation-content{text-align:center;padding:20px 0}.confirmation-icon{margin:0 auto 24px;color:#28a745;display:flex;justify-content:center;align-items:center;width:80px;height:80px;background:#28a7451a;border-radius:50%}.confirmation-title{color:#28a745;margin-bottom:16px}.confirmation-message{font-size:16px;color:#666;margin-bottom:32px;line-height:1.5}.order-details{background:#f8f9fa;border-radius:8px;padding:24px;margin-bottom:32px;text-align:left}.order-details>div{margin-bottom:12px;font-size:14px}.order-details>div:last-child{margin-bottom:0}.order-number{font-size:16px!important;font-weight:600;color:#333}.status-pending{color:#ffc107;font-weight:600}.confirmation-actions{display:flex;flex-direction:column;gap:12px;margin-top:24px}.customer-info{margin-top:32px;padding-top:24px;border-top:1px solid #e9ecef}.customer-details{margin-top:16px}.customer-details p{margin-bottom:8px;font-size:14px;color:#666}.customer-details p:last-child{margin-bottom:0}.confirmation-page{min-height:100vh;background-color:#e1e1e1;display:flex;align-items:center;justify-content:center;padding:100px 20px}.confirmation-card{background:#fff;border-radius:20px;padding:40px;max-width:800px;width:100%;text-align:center;box-shadow:0 10px 30px #0000001a}.confirmation-logo{margin-bottom:30px}.confirmation-logo-image{height:80px;width:auto}.confirmation-title{font-size:20px;font-weight:600;color:#000;margin-top:-20px!important;margin-bottom:20px;line-height:1.3}.confirmation-description{font-size:16px;color:#000;line-height:1.6;margin-bottom:40px;max-width:550px;margin-left:auto;margin-right:auto}.confirmation-actions{display:flex;flex-direction:column;gap:16px;align-items:center}.btn-whatsapp{background:#ce5a5c;color:#fff;border:none;padding:16px 32px;border-radius:30px;font-size:16px;font-weight:600;cursor:pointer;transition:all .2s ease;width:100%;max-width:400px;box-shadow:0 4px 12px #00000026;display:flex;align-items:center;justify-content:center;gap:8px}.btn-whatsapp:hover{background:#e55a5a;box-shadow:0 6px 16px #0003;transform:translateY(-1px)}.btn-back{background:#fff;color:#333;border:1px solid #ddd;padding:16px 32px;border-radius:30px;font-size:16px;font-weight:500;cursor:pointer;transition:all .2s ease;width:100%;max-width:400px;box-shadow:0 4px 12px #00000026;display:flex;align-items:center;justify-content:center;gap:8px}.btn-back:hover{background:#f8f9fa;border-color:#bbb;box-shadow:0 6px 16px #0003;transform:translateY(-1px)}@media (max-width: 768px){.confirmation-card{padding:30px 20px;margin:20px;border-radius:16px}.confirmation-title{font-size:24px}.confirmation-description{font-size:15px}.btn-whatsapp,.btn-back{padding:14px 24px;font-size:15px}}@media (max-width: 480px){.confirmation-page{padding:16px}.confirmation-card{padding:24px 16px;border-radius:12px}.confirmation-title{font-size:22px}.confirmation-description{font-size:14px}}@media (max-width: 1024px){.checkout-content{grid-template-columns:1fr 1fr;gap:30px}.checkout-form-section,.order-summary{padding:30px}.product-info{padding:0!important}}@media (max-width: 768px){.checkout-content{grid-template-columns:1fr;gap:30px}.checkout-summary-section{position:static}.checkout-form-section,.order-summary{padding:24px}.checkout-title{font-size:24px}.subtotal-price{font-size:28px}}@media (max-width: 480px){.checkout-container{padding:0 16px}.checkout-form-section,.order-summary{padding:20px}.checkout-title{font-size:22px}.form-input{padding:10px 14px}.btn-checkout{padding:14px 24px;font-size:16px}.product-item{flex-direction:column;gap:12px}.checkout-product-image{width:100%;height:120px;object-fit:cover}.quantity-buttons{justify-content:center}.product-quantity-controls,.product-color-selector,.product-size-selector{text-align:center}.confirmation-content{padding:16px 0}.confirmation-icon{width:60px;height:60px;margin-bottom:16px}.order-details{padding:16px}.confirmation-actions{gap:8px}.checkout-empty{padding:20px 16px;min-height:100vh}.checkout-empty-content{padding:30px 20px;max-width:100%}.krubo-logo{height:60px;max-width:150px}.checkout-empty-title{font-size:24px}.checkout-empty-description{font-size:15px;margin-bottom:24px}.checkout-empty-btn{padding:14px 28px;font-size:15px}}.favourites-page{min-height:100vh;background-color:#e1e1e1;padding:20px 0}.favourites-container{max-width:1200px;margin:0 auto;padding:0 20px}.favourites-content{padding:30px}.favourites-title{font-size:1.5rem;font-weight:700;color:#333;margin:0 0 20px;text-align:left}.favourites-alert{display:flex;align-items:center;gap:15px;background-color:#fafafa;border-left:4px solid #d3844b;border-radius:8px;padding:15px 20px;margin-bottom:30px;color:#000}.alert-icon{font-size:1.2rem}.clear-sample-btn{background-color:#6c757d;color:#fff;border:none;border-radius:6px;padding:8px 16px;font-size:.9rem;cursor:pointer;transition:background-color .2s;margin-left:auto}.clear-sample-btn:hover{background-color:#5a6268}.alert-arrow{color:#000;font-weight:700;font-size:1.2rem}.favourites-section{margin-bottom:30px}.favourites-subtitle{font-size:1.2rem;font-weight:600;color:#333;margin:0 0 10px}.favourites-count{font-size:1rem;color:#666;margin:0}.favourites-layout{display:grid;grid-template-columns:1fr 450px;gap:30px}.favourites-list{display:flex;flex-direction:column;gap:20px}.favourite-item{display:grid;grid-template-columns:100px 1fr auto;gap:20px;align-items:center;background-color:#f8f9fa;border-radius:12px;padding:20px;border:1px solid #e9ecef}.favourite-product-image img{width:100%;height:100px;object-fit:cover;border-radius:8px}.favourite-product-details{display:flex;flex-direction:column;gap:10px}.favourite-product-name{font-size:1.1rem;font-weight:600;color:#333;margin:0}.favourite-product-description{font-size:.9rem;color:#666;margin:0}.favourite-product-actions,.favourite-quantity-selector{display:flex;align-items:center;gap:15px}.favourite-heart-btn{background:none;border:none;cursor:pointer;padding:5px;border-radius:50%;transition:background-color .2s}.favourite-heart-btn:hover{background-color:#0000001a}.favourite-quantity-controls{display:flex;align-items:center;gap:10px;background:#fff;border:1px solid #ddd;border-radius:6px;padding:5px 10px}.favourite-quantity-btn{background:none;border:none;cursor:pointer;width:24px;height:24px;display:flex;align-items:center;justify-content:center;border-radius:4px;font-weight:700;color:#666;transition:background-color .2s}.favourite-quantity-btn:hover{background-color:#f0f0f0}.favourite-quantity-display{min-width:30px;text-align:center;font-weight:500}.favourite-product-price{text-align:right}.favourite-price{font-size:1.3rem;font-weight:600;color:#333}.favourite-product-buttons{display:flex;flex-direction:column;gap:10px}.favourite-add-to-cart-btn,.more-options-btn{background:none;border:1px solid #ddd;border-radius:6px;padding:8px;cursor:pointer;transition:all .2s;display:flex;align-items:center;justify-content:center}.favourite-add-to-cart-btn:hover{background-color:#e3f2fd;border-color:#2196f3}.favourite-more-options-btn:hover{background-color:#f5f5f5}.favourites-summary{position:sticky;top:20px}.favourite-summary-card{background-color:#f8f9fa;border-radius:12px;padding:40px;border:1px solid #e9ecef}.favourite-summary-title{font-size:1.3rem;font-weight:600;color:#333;margin:0 0 20px}.favourite-summary-subtotal{display:flex;justify-content:space-between;align-items:center;margin-bottom:25px;padding-bottom:15px}.favourite-subtotal-amount{font-size:1.2rem;font-weight:600;color:#333}.favourite-add-all-to-cart-btn{width:100%;background:#ce5a5c;color:#fff;border:none;border-radius:24px;padding:15px 20px;font-size:.9rem;font-weight:550;cursor:pointer;transition:background-color .2s;display:flex;align-items:center;justify-content:center;gap:10px}.favourite-add-all-to-cart-btn:hover{background:#b84a4c}.favourite-add-all-to-cart-btn img{filter:brightness(0) invert(1)}.favourite-empty-favourites{text-align:center;padding:60px 20px}.favourite-empty-favourites p{font-size:1.2rem;color:#666;margin-bottom:30px}.favourite-back-to-home-btn{background-color:#007bff;color:#fff;border:none;border-radius:8px;padding:12px 24px;font-size:1rem;cursor:pointer;transition:background-color .2s}.favourite-back-to-home-btn:hover{background-color:#0056b3}.empty-favourites{text-align:left}.empty-favourites-message{background-color:#f9f9f9;border-radius:12px;padding:50px;margin-bottom:30px;font-size:1rem;line-height:1.6;color:#000;max-width:700px;margin-left:0;margin-right:auto}@media (max-width: 1024px){.favourites-layout{grid-template-columns:1fr;gap:20px}.favourites-summary{position:static}}@media (max-width: 1024px) and (min-width: 769px){.favourites-layout{grid-template-columns:1fr 350px;gap:20px}.favourite-item{grid-template-columns:120px 1fr auto;gap:20px;padding:20px}.favourite-product-image img{height:100px}.favourite-summary-card{padding:25px}}@media (max-width: 820px) and (min-width: 769px){.favourites-layout{grid-template-columns:1fr 300px;gap:15px}.favourite-summary-card{padding:20px}.favourite-add-all-to-cart-btn{font-size:.85rem;padding:12px 16px}}@media (max-width: 900px){.favourites-layout{grid-template-columns:1fr;gap:20px}.favourites-summary{position:static;order:2}.favourites-list{order:1}}@media (max-width: 767px){.favourites-container{padding:0 15px}.favourites-content{padding:20px}.favourites-title{font-size:1.3rem}.favourite-item{grid-template-columns:80px 1fr auto;gap:15px;padding:15px}.favourite-product-image img{height:80px}.favourite-product-price{grid-column:1 / -1;text-align:left;margin-top:10px}.favourite-quantity-selector{flex-direction:column;align-items:flex-start;gap:10px}.favourite-summary-card{padding:25px}}@media (max-width: 480px){.favourites-container{padding:0 10px}.favourites-content{padding:15px}.favourites-title{font-size:1.2rem}.favourites-alert{padding:12px 15px;gap:10px}.favourite-item{grid-template-columns:1fr;text-align:center;gap:15px}.favourite-product-image{justify-self:center}.favourite-product-image img{width:120px;height:120px}.favourite-product-actions{justify-content:center}.favourite-quantity-selector{align-items:center;flex-direction:row;justify-content:center}.favourite-product-price{text-align:center}.favourite-summary-card{padding:20px}.empty-favourites-message{padding:30px 20px;font-size:.9rem;max-width:100%}}:root{--font-primary: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--font-mono: "JetBrains Mono", "Fira Code", "Monaco", "Consolas", monospace;--text-xs: .75rem;--text-sm: .875rem;--text-base: 1rem;--text-lg: 1.125rem;--text-xl: 1.25rem;--text-2xl: 1.5rem;--text-3xl: 1.875rem;--text-4xl: 2.25rem;--font-light: 300;--font-normal: 400;--font-medium: 500;--font-semibold: 600;--font-bold: 700;--leading-tight: 1.25;--leading-normal: 1.5;--leading-relaxed: 1.75}*{box-sizing:border-box}body{font-family:var(--font-primary);font-size:var(--text-base);line-height:var(--leading-normal);font-weight:var(--font-normal);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.App-header{background:linear-gradient(135deg,#1e293b,#334155);padding:2rem;color:#fff;text-align:center;box-shadow:0 4px 6px -1px #0000001a}.App-header h1{margin:0;font-size:var(--text-4xl);font-weight:var(--font-bold);letter-spacing:-.025em;font-family:var(--font-primary)}.login-container{display:flex;justify-content:center;align-items:center;min-height:60vh;padding:20px}.login-box{background:#fff;padding:3rem;border-radius:16px;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;width:100%;max-width:420px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.login-box h2{margin:0 0 2rem;color:#1f2937;font-size:var(--text-3xl);font-weight:var(--font-bold);text-align:center;letter-spacing:-.025em}.form-group{margin-bottom:1.5rem;text-align:left}.form-group label{display:block;margin-bottom:.5rem;font-weight:var(--font-semibold);color:#374151;font-size:var(--text-sm);text-transform:uppercase;letter-spacing:.05em}.form-group input,.form-group select,.form-group textarea{width:100%;padding:.875rem 1rem;border:2px solid #e5e7eb;border-radius:8px;font-size:var(--text-base);font-family:var(--font-primary);transition:all .2s ease;background:#f9fafb}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:#3b82f6;background:#fff;box-shadow:0 0 0 3px #3b82f61a}.login-btn{width:100%;padding:.875rem 1.5rem;background:linear-gradient(135deg,#3b82f6,#1d4ed8);color:#fff;border:none;border-radius:8px;font-size:var(--text-base);font-weight:var(--font-semibold);font-family:var(--font-primary);cursor:pointer;transition:all .2s ease;box-shadow:0 4px 6px -1px #0000001a}.login-btn:hover{transform:translateY(-1px);box-shadow:0 10px 15px -3px #0000001a}.error{color:#dc2626;margin-bottom:1rem;font-size:var(--text-sm);font-weight:var(--font-medium);text-align:center;padding:.75rem;background:#fef2f2;border:1px solid #fecaca;border-radius:6px}.dashboard{min-height:100vh;background:#f8fafc;font-family:var(--font-primary)}.dashboard-header{background:linear-gradient(135deg,#1e293b,#334155);color:#fff;padding:1.5rem 2rem;display:flex;justify-content:space-between;align-items:center;box-shadow:0 4px 6px -1px #0000001a;position:sticky;top:0;z-index:100}.dashboard-header h1{margin:0;font-size:var(--text-2xl);font-weight:var(--font-bold);letter-spacing:-.025em}.logout-btn{background:#ffffff1a;color:#fff;border:1px solid rgba(255,255,255,.2);padding:.75rem 1.5rem;border-radius:8px;cursor:pointer;transition:all .2s ease;font-family:var(--font-primary);font-weight:var(--font-medium);font-size:var(--text-sm);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.logout-btn:hover{background:#fff3;transform:translateY(-1px)}.dashboard-nav{background:#fff;padding:0;border-bottom:1px solid #e2e8f0;display:flex;overflow-x:auto;box-shadow:0 1px 3px #0000001a}.nav-btn{background:none;border:none;padding:1rem 1.5rem;cursor:pointer;font-size:var(--text-sm);color:#64748b;border-bottom:3px solid transparent;transition:all .2s ease;white-space:nowrap;font-family:var(--font-primary);font-weight:var(--font-medium);position:relative}.nav-btn:hover{color:#3b82f6;background:#f1f5f9}.nav-btn.active{color:#3b82f6;border-bottom-color:#3b82f6;background:#f8fafc;font-weight:var(--font-semibold)}.dashboard-content{padding:2rem;max-width:1400px;margin:0 auto}.section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.section-header h2{margin:0;color:#1e293b;font-size:var(--text-3xl);font-weight:var(--font-bold);letter-spacing:-.025em}.add-btn{background:linear-gradient(135deg,#10b981,#059669);color:#fff;border:none;padding:.75rem 1.5rem;border-radius:8px;cursor:pointer;font-size:var(--text-sm);font-weight:var(--font-semibold);font-family:var(--font-primary);transition:all .2s ease;box-shadow:0 4px 6px -1px #0000001a}.add-btn:hover{transform:translateY(-1px);box-shadow:0 10px 15px -3px #0000001a}.loading{text-align:center;padding:3rem;color:#64748b;font-size:var(--text-lg);font-weight:var(--font-medium)}.error-message{background:#fef2f2;color:#dc2626;padding:1rem 1.5rem;border-radius:8px;margin-bottom:1.5rem;border:1px solid #fecaca;font-weight:var(--font-medium);font-size:var(--text-sm)}.no-data{text-align:center;color:#9ca3af;font-style:italic;padding:2rem;font-size:var(--text-base)}.table-container{background:#fff;border-radius:12px;box-shadow:0 1px 3px #0000001a,0 1px 2px #0000000f;overflow:hidden;border:1px solid #e2e8f0}.data-table{width:100%;border-collapse:collapse;font-size:var(--text-sm);font-family:var(--font-primary)}.data-table th{background:#f8fafc;padding:1rem 1.5rem;text-align:left;font-weight:var(--font-semibold);color:#374151;border-bottom:2px solid #e2e8f0;font-size:var(--text-sm);text-transform:uppercase;letter-spacing:.05em}.data-table td{padding:1rem 1.5rem;border-bottom:1px solid #f1f5f9;color:#374151;font-size:var(--text-sm)}.data-table tr:hover{background:#f8fafc}.edit-btn,.delete-btn{padding:.5rem 1rem;border:none;border-radius:6px;cursor:pointer;font-size:var(--text-xs);margin-right:.5rem;transition:all .2s ease;font-family:var(--font-primary);font-weight:var(--font-medium);text-transform:uppercase;letter-spacing:.05em}.edit-btn{background:#f59e0b;color:#fff}.edit-btn:hover{background:#d97706;transform:translateY(-1px)}.delete-btn{background:#ef4444;color:#fff}.delete-btn:hover{background:#dc2626;transform:translateY(-1px)}.delete-btn:disabled{background:#9ca3af;color:#6b7280;cursor:not-allowed;transform:none;opacity:.6}.delete-btn:disabled:hover{background:#9ca3af;transform:none}.delete-btn:disabled{position:relative}.delete-btn:disabled:after{content:"";position:absolute;width:12px;height:12px;margin:auto;border:2px solid transparent;border-top-color:currentColor;border-radius:50%;animation:spin 1s linear infinite;right:8px;top:50%;transform:translateY(-50%)}.loading-spinner{display:inline-block;width:16px;height:16px;border:2px solid transparent;border-top-color:currentColor;border-radius:50%;animation:spin 1s linear infinite;margin-right:.5rem}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.save-btn:disabled,.cancel-btn:disabled{opacity:.6;cursor:not-allowed;transform:none}.save-btn:disabled:hover,.cancel-btn:disabled:hover{transform:none;box-shadow:none}.form-overlay{position:fixed;inset:0;background:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.form-container{background:#fff;padding:2rem;border-radius:16px;box-shadow:0 25px 50px -12px #00000040;width:90%;max-width:800px;max-height:90vh;overflow-y:auto}.form-container h3{margin:0 0 1.5rem;color:#1e293b;font-size:var(--text-2xl);font-weight:var(--font-bold);letter-spacing:-.025em}.array-input-group{display:flex;gap:.5rem;margin-bottom:.5rem;align-items:center}.array-input-group input{flex:1}.add-array-item-btn,.remove-array-item-btn{padding:.5rem 1rem;border:none;border-radius:6px;cursor:pointer;font-size:var(--text-xs);font-weight:var(--font-medium);font-family:var(--font-primary);transition:all .2s ease;white-space:nowrap}.add-array-item-btn{background:#10b981;color:#fff;margin-top:.5rem}.add-array-item-btn:hover{background:#059669;transform:translateY(-1px)}.remove-array-item-btn{background:#ef4444;color:#fff;flex-shrink:0}.remove-array-item-btn:hover{background:#dc2626;transform:translateY(-1px)}.product-id{font-family:var(--font-mono);font-size:var(--text-xs);color:#6b7280}.product-name{font-weight:var(--font-semibold);color:#1f2937}.product-price{font-weight:var(--font-semibold);color:#059669}.product-description{max-width:200px}.product-images,.product-colours,.product-medidas{font-size:var(--text-xs);color:#6b7280}.product-actions{white-space:nowrap}.form-actions{display:flex;gap:1rem;margin-top:2rem}.save-btn,.cancel-btn{padding:.75rem 1.5rem;border:none;border-radius:8px;cursor:pointer;font-size:var(--text-sm);font-weight:var(--font-semibold);font-family:var(--font-primary);transition:all .2s ease;flex:1}.save-btn{background:linear-gradient(135deg,#3b82f6,#1d4ed8);color:#fff}.save-btn:hover{transform:translateY(-1px);box-shadow:0 10px 15px -3px #0000001a}.cancel-btn{background:#6b7280;color:#fff}.cancel-btn:hover{background:#4b5563;transform:translateY(-1px)}.status-badge{padding:.375rem .75rem;border-radius:9999px;font-size:var(--text-xs);font-weight:var(--font-semibold);text-transform:uppercase;letter-spacing:.05em;font-family:var(--font-primary)}.status-active{background:#dcfce7;color:#166534}.status-lead{background:#fef3c7;color:#92400e}.status-inactive{background:#fee2e2;color:#991b1b}.status-prospect{background:#dbeafe;color:#1e40af}.status-select{padding:.375rem .75rem;border:1px solid #d1d5db;border-radius:6px;font-size:var(--text-xs);background:#fff;font-family:var(--font-primary);font-weight:var(--font-medium)}.status-pending{background:#fef3c7;color:#92400e}.status-processing{background:#dbeafe;color:#1e40af}.status-shipped{background:#e0f2fe;color:#0c4a6e}.status-delivered,.status-completed{background:#dcfce7;color:#166534}.status-cancelled{background:#fee2e2;color:#991b1b}@media (max-width: 768px){.dashboard-nav{flex-direction:column}.nav-btn{border-bottom:1px solid #e2e8f0;border-right:none}.nav-btn.active{border-bottom-color:#3b82f6;border-right:none}.section-header{flex-direction:column;gap:1rem;align-items:flex-start}.data-table{font-size:var(--text-xs)}.data-table th,.data-table td{padding:.75rem .5rem}.form-actions{flex-direction:column}.dashboard-content,.dashboard-header{padding:1rem}.dashboard-header h1{font-size:var(--text-xl)}.App-header{padding:1.5rem}.App-header h1{font-size:var(--text-3xl)}.form-container{max-width:95%;padding:1.5rem}.array-input-group{flex-direction:column;align-items:stretch;gap:.25rem}.array-input-group input{width:100%}.remove-array-item-btn{align-self:flex-end;width:fit-content}.add-array-item-btn{width:100%;margin-top:.75rem}.product-description{max-width:150px}.data-table th:nth-child(4),.data-table th:nth-child(5),.data-table th:nth-child(6),.data-table th:nth-child(7){display:none}.data-table td:nth-child(4),.data-table td:nth-child(5),.data-table td:nth-child(6),.data-table td:nth-child(7){display:none}.data-table th:nth-child(3){border-right:none}}.order-items{display:flex;flex-direction:column;gap:4px}.order-item{display:flex;align-items:center;gap:8px;font-size:12px;padding:2px 0}.item-name{font-weight:600;color:#333}.item-quantity{color:#666;font-size:11px}.item-size{color:#007bff;font-size:11px}.item-color{color:#28a745;font-size:11px}.order-row{transition:background-color .2s ease}.order-row:hover{background-color:#f8f9fa}.order-row.expanded{background-color:#e3f2fd}.customer-details-row{background-color:#f8f9fa}.customer-details{padding:20px}.customer-details h4{margin:0 0 16px;color:#333;font-size:16px}.customer-info-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:12px}.customer-info-item{padding:8px 0;border-bottom:1px solid #e9ecef}.customer-info-item:last-child{border-bottom:none}.customer-info-item strong{color:#495057;margin-right:8px}.sortable-header{cursor:pointer;-webkit-user-select:none;user-select:none;position:relative;transition:background-color .2s ease}.sortable-header:hover{background-color:#e9ecef}.sort-indicator{margin-left:8px;font-weight:700;color:#007bff}.sortable-header:active{background-color:#dee2e6}.search-section{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;padding:16px;background-color:#f8f9fa;border-radius:8px;border:1px solid #e9ecef}.search-box{flex:1;max-width:400px}.search-input{width:100%;padding:10px 16px;border:1px solid #ced4da;border-radius:6px;font-size:14px;transition:border-color .2s ease,box-shadow .2s ease}.search-input:focus{outline:none;border-color:#007bff;box-shadow:0 0 0 3px #007bff1a}.search-input::placeholder{color:#6c757d}.results-info{color:#6c757d;font-size:14px;font-weight:500}.workshop-products-section{padding:4rem 0;background-color:#e1e1e1;border-top:1px solid #e1e1e1;box-shadow:0 -2px 4px #0000001a}.workshop-products-container{max-width:1200px;margin:0 auto;padding:0 1rem}.workshop-products-title{text-align:left;font-size:3rem;font-weight:600;margin-bottom:3rem;text-transform:uppercase}.loading-skeleton{display:flex;gap:1.5rem;justify-content:center;flex-wrap:wrap}.skeleton-card{flex:0 0 calc(25% - 1.125rem);background:transparent;border-radius:12px;min-height:400px;display:flex;flex-direction:column}.skeleton-image{width:100%;height:250px;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:loading 1.5s infinite;border-radius:12px;margin-bottom:.75rem}.skeleton-content{padding:0}.skeleton-title{width:80%;height:20px;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:loading 1.5s infinite;border-radius:4px;margin-bottom:.5rem}.skeleton-price{width:60%;height:16px;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:loading 1.5s infinite;border-radius:4px;margin-bottom:1rem}.skeleton-actions{display:flex;gap:.75rem}.skeleton-btn{width:28px;height:28px;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:loading 1.5s infinite;border-radius:50%}@keyframes loading{0%{background-position:200% 0}to{background-position:-200% 0}}.products-carousel{position:relative}.carousel-container{position:relative;margin:0 auto}.carousel-track{display:flex;gap:1.5rem;transition:all .3s ease-in-out;width:100%;flex-wrap:nowrap}.carousel-track.transitioning{opacity:.3;transform:scale(.95)}.product-card{flex:0 0 calc(25% - 1.125rem);background:transparent;border-radius:12px;overflow:hidden;min-height:400px;display:flex;flex-direction:column;transition:none!important}.product-card:hover{transform:none!important;box-shadow:none!important}.product-image{position:relative;width:100%;height:320px;overflow:hidden;border-radius:12px;margin-bottom:.75rem}.product-photo{width:100%;height:100%;object-fit:cover;border-radius:12px}.image-skeleton{width:100%;height:100%;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:loading 1.5s infinite;border-radius:12px}.product-photo.loading{display:none}.product-photo.loaded{display:block}.workshop-product-info{padding:0}.workshop-product-title{font-size:1.1rem;font-weight:550;color:#000;line-height:1.3}.workshop-product-price{font-size:1rem;font-weight:400;color:#000}.workshop-product-actions{display:flex;gap:0;margin-top:-.15rem;margin-bottom:1.5rem!important}.action-btn{width:36px;height:36px;border:none;border-radius:50%;background:transparent;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:0;margin-right:-.25rem;transition:all .3s ease}.action-btn:hover{background:transparent}.action-btn img{width:18px;height:18px;filter:none;transition:transform .3s ease}.action-btn:hover img{transform:scale(1.2)}.favorite-btn{position:relative}.favorite-btn.favorited{animation:favoritePulse .6s ease-in-out}.favorite-btn img{transition:all .3s ease}.favorite-btn:hover img{transform:scale(1.2);filter:brightness(1.1)}.cart-btn{position:relative}.cart-btn.in-cart{animation:cartPulse .6s ease-in-out}.cart-btn img{transition:all .3s ease}.cart-btn:hover img{transform:scale(1.2);filter:brightness(1.1)}@keyframes cartPulse{0%{transform:scale(1)}50%{transform:scale(1.3)}to{transform:scale(1)}}@keyframes favoritePulse{0%{transform:scale(1)}50%{transform:scale(1.3)}to{transform:scale(1)}}.toast-notification{position:fixed;bottom:2rem;left:50%;transform:translate(-50%);background:#000000e6;color:#fff;padding:1rem 1.5rem;border-radius:8px;font-size:.9rem;font-weight:500;z-index:1000;animation:toastSlideUp .3s ease-out;box-shadow:0 4px 12px #0000004d}@keyframes toastSlideUp{0%{opacity:0;transform:translate(-50%) translateY(100%)}to{opacity:1;transform:translate(-50%) translateY(0)}}@media (max-width: 768px){.toast-notification{bottom:1.5rem;padding:1.25rem 2rem;font-size:1rem;max-width:90vw;text-align:center}}@media (max-width: 480px){.toast-notification{bottom:1rem;padding:1.5rem 2.5rem;font-size:1.1rem;max-width:95vw;border-radius:12px}}.carousel-nav{position:absolute;top:110px;width:40px;height:40px;border:none;border-radius:50%;background:#fffffff2;box-shadow:0 4px 16px #0003;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;z-index:50}.carousel-nav:hover{background:#fff;box-shadow:0 4px 16px #0003}.prev-btn{left:-20px}.next-btn{right:-20px}.nav-icon{width:16px;height:16px}.prev-icon{transform:rotate(180deg)}.next-icon{transform:rotate(0)}.carousel-dots{display:flex;justify-content:center;gap:1rem;margin-top:.25rem}.dot{width:12px;height:12px;border:none;border-radius:50%;background:#707070;cursor:pointer;transition:all .3s ease}.dot:hover{background:#707070}.dot.active{background:#c62124}@media (max-width: 1024px){.workshop-products-title{font-size:2.2rem}.product-card{flex:0 0 calc(33.333% - 1rem);min-height:380px}.carousel-track{gap:1rem}.workshop-product-info{padding:1.25rem;text-align:left}.workshop-product-title,.workshop-product-price{text-align:left}.workshop-product-actions{display:flex;gap:0}}@media (max-width: 820px) and (min-width: 769px){.product-card{flex:0 0 calc(50% - .75rem);min-height:380px}.carousel-track{gap:.75rem}.workshop-product-actions{display:flex;gap:0}}@media (max-width: 767px){.workshop-products-section{padding:3rem 0}.workshop-products-title{font-size:2rem;margin-bottom:2rem}.product-card{flex:0 0 100%;min-height:350px}.carousel-track{gap:.75rem}.product-image{height:420px}.workshop-products .workshop-product-info{padding:0}.workshop-products .workshop-product-title{font-size:1.3rem;margin:0}.workshop-products .workshop-product-price{font-size:1.2rem;margin:0}.action-btn{width:48px;height:48px}.action-btn img{width:20px;height:20px}.carousel-nav{width:36px;height:36px;top:140px}.prev-btn{left:8px}.next-btn{right:8px}.product-actions{margin-top:-.5rem}}@media (max-width: 480px){.workshop-products-container{padding:0 .75rem}.workshop-products-title{font-size:1.8rem;margin-bottom:1.5rem}.product-card{min-height:320px}.product-image{height:400px}.workshop-product-info{padding:.875rem}.workshop-product-title,.workshop-product-price{margin:0}.workshop-product-actions{gap:0}.action-btn{margin-right:-.5rem}.action-btn{width:44px;height:44px}.action-btn img{width:18px;height:18px}.carousel-nav{width:32px;height:32px;top:130px}.prev-btn{left:6px}.next-btn{right:6px}}.laser-cutting-page{min-height:100vh;background:var(--color-white);font-family:Rubik,sans-serif}.laser-cutting-hero{width:100%;margin:0;padding:4rem 3rem;background:#dcdada}.laser-cutting-hero-container{max-width:1200px;margin:0 auto}.laser-cutting-hero-content{display:flex;flex-direction:column;align-items:center;gap:2rem}.hero-text-content{text-align:center;width:100%}.hero-image-wrapper{display:none;width:100%;max-width:100%}.hero-image{width:100%;height:auto;object-fit:contain;display:block}@media (min-width: 1200px){.laser-cutting-hero{padding-top:2rem;padding-bottom:0rem}.hero-text-content{display:none}.hero-image-wrapper{display:block;width:100%;max-width:100%}}.material-products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:2rem;margin-top:2rem}.material-product-card{background:transparent;border-radius:0;overflow:hidden;transition:transform .3s ease}.material-product-card:hover{transform:translateY(-8px)}.material-product-image{position:relative;height:400px;width:100%;overflow:hidden;margin:0 auto;background:#f8f8f8}.material-product-img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.material-product-card:hover .material-product-img{transform:scale(1.05)}.material-favorite-btn{position:absolute;top:12px;right:12px;background:#ffffffe6;border:none;border-radius:50%;width:40px;height:40px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;z-index:10}.material-favorite-btn:hover{background:#fff;transform:scale(1.1)}.material-favorite-btn.active{background:#fff}.material-product-info{text-align:left;margin-top:1rem}.material-product-title{font-size:1.25rem;font-weight:500;color:var(--color-text-dark);margin:0 0 .5rem;line-height:1.2}.material-product-price{font-size:1.15rem;font-weight:400;color:var(--color-text-dark);margin:0}@media (max-width: 1199px){.hero-image-wrapper{display:none}}@media (max-width: 968px){.laser-cutting-hero{padding:3rem 2rem}.hero-title{font-size:2.5rem}.hero-description{font-size:1rem}}@media (max-width: 768px){.laser-cutting-hero{padding:2rem 1.5rem}.hero-title{font-size:2rem;margin-bottom:1.5rem}.hero-description{font-size:.95rem;line-height:1.6}.material-section{padding:2rem 1rem}.material-section-title{font-size:2rem}.material-section-description{font-size:.9rem}.material-products-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1.5rem}.material-product-image{height:300px}}@media (max-width: 480px){.material-products-grid{grid-template-columns:1fr}}.three-d-printing-page{min-height:100vh;background:var(--color-white);font-family:Rubik,sans-serif}.three-d-printing-hero{width:100%;margin:0;padding:4rem 3rem;background:#e1e1e1}.three-d-printing-hero-container{max-width:1200px;margin:0 auto}.three-d-printing-hero-content{display:flex;flex-direction:column;align-items:center;gap:2rem}.three-d-printing-hero-text-content{text-align:center;width:100%}.three-d-printing-hero-image-wrapper{display:none;width:100%;max-width:100%}.three-d-printing-hero-image{width:100%;height:auto;object-fit:contain;display:block}.hero-title{font-size:3.5rem;font-weight:700;color:#c72124;margin:0 0 2rem;line-height:1.2;letter-spacing:-.02em}.hero-description{font-size:1.25rem;color:var(--color-text-dark);line-height:1.8;margin:0 auto;max-width:800px;font-weight:400}@media (min-width: 1200px){.three-d-printing-hero{padding-top:2rem;padding-bottom:0rem}.three-d-printing-hero-text-content{display:none}.three-d-printing-hero-image-wrapper{display:block;width:100%;max-width:100%}}.polymers-intro-section{padding:4rem 2rem;background:#e1e1e1}.polymers-intro-container{max-width:1200px;margin:0 auto;display:flex;gap:2rem;align-items:flex-start}.polymers-intro-title{font-size:2rem;font-weight:600;color:var(--color-text-dark);margin:0;flex:1;text-align:left}.polymers-intro-description{font-size:1.25rem;font-weight:400;color:var(--color-text-dark);line-height:1.6;margin:0;flex:1;text-align:left}.material-section{padding:4rem 2rem;background:#e1e1e1}.material-section:nth-of-type(3){background:#dcdada}.material-section:nth-of-type(5){background:#dcdada}.material-section-container{max-width:1200px;margin:0 auto}.material-section-title{font-size:2.5rem;font-weight:600;color:var(--color-text-dark);margin-bottom:1.5rem;text-align:left}.material-section-description{font-size:1.25rem;font-weight:400;color:var(--color-text-dark);line-height:1.6;margin-bottom:3rem;max-width:800px}.material-product-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:var(--color-text-light);font-size:1rem;background:#f0f0f0}.no-products-message{text-align:center;padding:3rem 0;color:var(--color-text-light);font-size:1.125rem}.loading-container{min-height:50vh;display:flex;align-items:center;justify-content:center}.loading{font-size:1.25rem;color:var(--color-text-light)}@media (max-width: 968px){.three-d-printing-hero{padding:3rem 2rem}.hero-title{font-size:2.5rem}.hero-description{font-size:1rem}.polymers-intro-container{flex-direction:column;gap:1.5rem}.polymers-intro-title{font-size:1.75rem}.polymers-intro-description{font-size:1.125rem}}@media (min-width: 768px) and (max-width: 1024px){.hero-description{font-size:1.25rem}}@media (max-width: 768px){.three-d-printing-hero{padding:2rem 1.5rem}.hero-title{font-size:2rem;margin-bottom:1.5rem}.hero-description{font-size:.95rem;line-height:1.6}.polymers-intro-section{padding:2rem 1rem}.polymers-intro-title{font-size:1.5rem}.polymers-intro-description{font-size:1rem}.material-section{padding:2rem 1rem}.material-section-title{font-size:2rem}.material-section-description{font-size:.9rem}}@media (max-width: 480px){.polymers-intro-title{font-size:1.25rem}.polymers-intro-description{font-size:.95rem}}.our-projects-page{min-height:100vh;background:#fff}.our-projects-hero{padding:4rem 2rem;background:#e1e1e1}.our-projects-hero-container{max-width:1200px;margin:0 auto}.our-projects-hero-content{display:flex;flex-direction:column;align-items:center;gap:2rem}.our-projects-hero-text-content{width:100%}.our-projects-hero-image-wrapper{display:none;width:100%;max-width:100%}.our-projects-section{box-shadow:none}.our-projects-hero-image{width:100%;height:auto;object-fit:contain;display:block}.our-projects-hero-title{font-size:4rem;font-weight:700;color:#c62124;margin-bottom:2rem;text-transform:uppercase;line-height:1.1}.our-projects-hero-description{font-size:1.25rem;font-weight:400;color:#000;line-height:1.6;max-width:800px}@media (min-width: 1200px){.our-projects-hero{padding-top:2rem;padding-bottom:0rem}.our-projects-hero-text-content{display:none}.our-projects-hero-image-wrapper{display:block;width:100%;max-width:100%}}.our-projects-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;width:100%}.our-projects-cta{background:#f5f5f5;padding:4rem 2rem}.our-projects-cta-container{padding:2rem 0}.our-projects-cta-container{max-width:1100px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:1rem}.our-projects-cta-text{flex:1;display:flex;align-items:center;max-width:800px}.our-projects-cta-title{font-size:2.5rem;font-weight:600;color:#000;line-height:1.2;margin:0}.our-projects-cta-button-wrapper{display:flex;align-items:center;justify-content:center;flex-shrink:0}.our-projects-cta-button{background:#c85a5a;color:#fff;border:none;padding:1.25rem 3rem;font-size:1.25rem;font-weight:400;border-radius:50px;cursor:pointer;transition:all .3s ease;text-transform:uppercase;letter-spacing:1px;white-space:nowrap;font-family:Rubik,sans-serif}.our-projects-cta-button:hover{background:#b54848;transform:translateY(-2px);box-shadow:0 8px 25px #c85a5a4d}@media (max-width: 1024px){.our-projects-hero{padding:3rem 1.5rem}.our-projects-hero-title{font-size:3rem}.our-projects-hero-description{font-size:1rem}}@media (min-width: 768px) and (max-width: 1024px){.our-projects-hero-description{font-size:1.25rem}.our-projects-grid{grid-template-columns:repeat(3,1fr);gap:1rem}.our-projects-cta{padding:3rem 1.5rem}.our-projects-cta-container{gap:2rem}.our-projects-cta-title{font-size:2.5rem}.our-projects-cta-button{font-size:1.25rem;padding:1rem 2.5rem}}@media (max-width: 768px){.our-projects-hero{padding:3rem 1.5rem}.our-projects-hero-title{font-size:2.5rem;margin-bottom:1.5rem}.our-projects-hero-description{font-size:.95rem}.our-projects-grid{grid-template-columns:repeat(2,1fr);gap:1rem;padding:0 1rem}.our-projects-grid .product-card{margin:.5rem}.our-projects-cta{padding:2rem 1rem}.our-projects-cta-container{flex-direction:column;gap:2rem;text-align:center}.our-projects-cta-text{justify-content:center}.our-projects-cta-title{font-size:2rem;text-align:center}.our-projects-cta-button{padding:.875rem 2rem;font-size:1.1rem}}@media (max-width: 480px){.our-projects-hero{padding:2.5rem 1rem}.our-projects-hero-title{font-size:2rem;margin-bottom:1rem}.our-projects-hero-description{font-size:.9rem}.our-projects-grid{grid-template-columns:1fr;gap:1rem;padding:0 1rem}.our-projects-grid .product-card{margin:.5rem}.our-projects-cta{padding:1.5rem .75rem}.our-projects-cta-title{font-size:1.75rem;text-align:center}.our-projects-cta-button{padding:.75rem 1.5rem;font-size:1rem}}.materials-page{min-height:100vh;background:var(--color-white);font-family:Rubik,sans-serif}.materials-main{width:100%;padding:0}.materials-container{max-width:1200px;margin:0 auto;padding:4rem 2rem}.materials-page-title{font-size:3.5rem;font-weight:600;color:#c72124;margin:0 0 4rem;text-align:left;line-height:1.2;letter-spacing:-.02em}.materials-content-grid{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:start}.materials-left-column,.materials-right-column{display:flex;flex-direction:column;gap:3rem}.philosophy-section{margin-bottom:0}.philosophy-description{font-size:1.25rem;font-weight:400;color:var(--color-text-dark);line-height:1.8;margin:0}.materials-description-section{margin-bottom:0}.materials-description{font-size:1.25rem;font-weight:400;color:var(--color-text-dark);line-height:1.8;margin:0}.custom-pieces-section{margin-top:0;margin-bottom:0}.custom-pieces-description{font-size:1.25rem;font-weight:400;color:var(--color-text-dark);line-height:1.8;margin:0}.material-image{width:100%;overflow:hidden;border-radius:4px}.material-image img{width:100%;height:auto;display:block;object-fit:cover}.cement-image{margin-bottom:2rem}.acrylic-image,.aluminum-image{margin-top:2rem}@media (max-width: 1024px){.materials-container{padding:3rem 1.5rem}.materials-page-title{font-size:2.5rem;margin-bottom:3rem}.materials-content-grid,.materials-left-column,.materials-right-column{gap:2rem}.philosophy-description,.materials-description,.custom-pieces-description{font-size:1.1rem}}@media (max-width: 768px){.materials-container{padding:2rem 1rem}.materials-page-title{font-size:2rem;margin-bottom:2rem}.materials-content-grid{grid-template-columns:1fr;gap:2rem}.materials-left-column,.materials-right-column{gap:2rem}.cement-image,.acrylic-image,.aluminum-image{margin-top:0;margin-bottom:0}.philosophy-description,.materials-description,.custom-pieces-description{font-size:1rem}}@media (max-width: 480px){.materials-page-title{font-size:1.75rem}.philosophy-description,.materials-description,.custom-pieces-description{font-size:.95rem}}body.product-detail-page{background-color:#e1e1e1}.product-detail-container{max-width:1200px;margin:0 auto;padding:2rem 1rem;margin-bottom:2rem}.product-detail-loading{text-align:center;padding:4rem 2rem;font-size:1.25rem}.product-detail-content{display:grid;grid-template-columns:1fr 1fr;gap:3rem;margin-bottom:4rem}.product-detail-info{display:flex;flex-direction:column;gap:.75rem}.product-detail-title{font-size:1.3rem;font-weight:700;color:var(--color-text-dark, #333);margin:0;text-transform:uppercase}.product-detail-price{font-size:1.25rem;font-weight:500;color:var(--color-text-dark, #333)}.product-detail-measurements,.product-detail-colors,.product-detail-size{display:flex;flex-direction:column;gap:.75rem}.product-detail-measurements strong,.product-detail-colors strong,.product-detail-size strong{font-weight:500;color:var(--color-text-dark, #333)}.product-detail-measurements span{font-size:1rem;color:var(--color-text-dark, #333);padding:.75rem 0}.color-swatches{display:flex;gap:.75rem;flex-wrap:wrap}.color-swatch{width:40px;height:40px;border-radius:50%;border:2px solid #d76365;cursor:pointer;transition:all .2s ease;padding:0;background:none;display:flex;align-items:center;justify-content:center;position:relative}.color-swatch:after{content:attr(data-color);position:absolute;bottom:calc(100% + 8px);left:50%;transform:translate(-50%);background-color:#333;color:#fff;padding:6px 10px;border-radius:4px;font-size:.75rem;white-space:nowrap;opacity:0;pointer-events:none;transition:opacity .2s ease;z-index:10}.color-swatch:before{content:"";position:absolute;bottom:calc(100% + 2px);left:50%;transform:translate(-50%);border:5px solid transparent;border-top-color:#333;opacity:0;pointer-events:none;transition:opacity .2s ease;z-index:10}.color-swatch:hover:after,.color-swatch:hover:before{opacity:1}.color-swatch.text-color{background:#f5f5f5;border-radius:20px;min-width:60px;width:auto;padding:0 .5rem}.color-swatch .color-name{font-size:.75rem;color:#333;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:50px}.color-swatch:hover{border-color:#d24345;transform:scale(1.1)}.color-swatch.selected{border-color:#fff;border-width:4px;box-shadow:0 0 0 2px #d24345;transform:scale(1.05)}.size-select{padding:.75rem 2.5rem .75rem 1rem;border:2px solid #d76365;border-radius:4px;font-size:1rem;background:#fff;cursor:pointer;max-width:250px;color:var(--color-text-dark, #333);transition:all .2s ease;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23d24345' d='M6 9L1 4h10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .75rem center}.size-select:hover{border-color:#d24345}.size-select:focus{outline:none;border-color:#d24345;box-shadow:0 0 0 3px #d243451a}.product-detail-actions{display:flex;flex-direction:column;gap:1rem;margin-top:1rem}.cart-actions-row{display:flex;align-items:center;gap:1rem}.quantity-selector{color:#000;border:none;padding:.5rem;border-radius:8px;display:flex;flex-direction:row;align-items:center;gap:.75rem;min-width:100px;justify-content:space-between}.quantity-btn{background:transparent;border:none;color:#fff;cursor:pointer;padding:.5rem;display:flex;align-items:center;justify-content:center;transition:all .2s ease;border-radius:4px;width:32px;height:32px;font-size:1.25rem;line-height:1}.quantity-btn:hover{background:#fff3}.quantity-btn:active{background:#ffffff4d}.quantity-value{font-size:1rem;font-weight:500;line-height:1;min-width:20px;text-align:center}.quantity-arrow{font-size:1.25rem;line-height:1}.add-to-cart-btn{background:#d25053;color:#fff;border:2px solid #d2d2d2;padding:1rem 2rem;border-radius:30px;font-size:1rem;font-weight:550;font-size:14px;cursor:pointer;transition:all .2s ease;text-transform:uppercase}.add-to-cart-btn:hover{background:#a63a3c;transform:translateY(-1px)}.personalize-btn{background:#000;color:#fff;border:none;padding:1rem 2rem;border-radius:30px;font-size:1rem;font-weight:500;cursor:pointer;transition:all .2s ease;text-transform:uppercase;margin-top:.5rem}.personalize-btn:hover{background:#333;transform:translateY(-1px)}.product-detail-description{margin-top:1.25rem;line-height:1.6;color:var(--color-text-dark, #333);font-size:18px}.product-detail-additional{margin-top:1.5rem;background:#fff;border-radius:8px;padding:1.25rem;box-shadow:0 2px 4px #0000001a;border:1px solid #000}.additional-info-toggle{background:none;border:none;padding:0;font-size:1rem;font-weight:500;cursor:pointer;display:flex;align-items:center;justify-content:space-between;width:100%;text-align:left;color:var(--color-text-dark, #333)}.toggle-arrow{transition:transform .3s ease;font-size:.75rem}.toggle-arrow.open{transform:rotate(180deg)}.additional-info-divider{margin:1rem 0;border:none;border-top:1px solid #ddd}.additional-info-content{margin-top:0}.additional-info-content p{margin:.75rem 0;line-height:1.6;color:var(--color-text-dark, #333)}.additional-info-content p:first-child{margin-top:0}.additional-info-content p:last-child{margin-bottom:0}.additional-info-content ul{list-style:disc;line-height:1.8;color:var(--color-text-dark, #333)}.additional-info-content li{margin-bottom:.5rem}.product-detail-images{display:flex;flex-direction:column;gap:1rem}.main-image-container{width:100%;aspect-ratio:1;overflow:hidden;border-radius:16px;background:#f5f5f5}.main-product-image{width:100%;height:100%;object-fit:cover}.thumbnail-images{display:flex;gap:.75rem;flex-wrap:wrap}.thumbnail-image{width:80px;height:80px;border:2px solid transparent;border-radius:8px;overflow:hidden;cursor:pointer;padding:0;background:#f5f5f5;transition:all .2s ease}.thumbnail-image:hover,.thumbnail-image.active{border-color:#d24345}.thumbnail-image img{width:100%;height:100%;object-fit:cover}.recommended-products-section{margin-top:2rem;padding-top:2rem;border-top:1px solid #e0e0e0}.recommended-title{font-size:1.5rem;font-weight:600;margin-bottom:2rem;color:var(--color-text-dark, #333)}.recommended-products-carousel{position:relative}.recommended-carousel-container{position:relative;margin:0 auto}.recommended-carousel-track{display:flex;gap:1.5rem;transition:all .3s ease-in-out;width:100%;flex-wrap:nowrap}.recommended-carousel-track.transitioning{opacity:.3;transform:scale(.95)}.recommended-product-card{flex:0 0 calc(25% - 1.125rem);position:relative;cursor:pointer;transition:none!important;border-radius:12px;overflow:hidden;background:transparent;min-height:400px;display:flex;flex-direction:column}.recommended-product-card:hover{transform:none!important;box-shadow:none!important}.recommended-product-image{position:relative;width:100%;height:320px;overflow:hidden;border-radius:12px;margin-bottom:.75rem;background:#f5f5f5}.recommended-product-image img{width:100%;height:100%;object-fit:cover;border-radius:12px}.recommended-product-info{padding:0}.recommended-product-info h3,.recommended-product-title{font-size:1.1rem;font-weight:550;color:#000;line-height:1.3;margin:0}.recommended-product-price{font-size:1rem;font-weight:400;color:#000;margin:0}.recommended-product-actions{display:flex;gap:0;margin-top:-.15rem;margin-bottom:1.5rem!important}.recommended-product-actions .action-btn{width:36px;height:36px;border:none;border-radius:50%;background:transparent;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:0;margin-right:-.25rem;transition:all .3s ease}.recommended-product-actions .action-btn:hover{background:transparent}.recommended-product-actions .action-btn img{width:18px;height:18px;filter:none;transition:transform .3s ease}.recommended-product-actions .action-btn:hover img{transform:scale(1.2)}.recommended-product-actions .favorite-btn{position:relative}.recommended-product-actions .favorite-btn.favorited{animation:recommendedFavoritePulse .6s ease-in-out}.recommended-product-actions .favorite-btn img{transition:all .3s ease}.recommended-product-actions .favorite-btn:hover img{transform:scale(1.2);filter:brightness(1.1)}.recommended-product-actions .cart-btn{position:relative}.recommended-product-actions .cart-btn.in-cart{animation:recommendedCartPulse .6s ease-in-out}.recommended-product-actions .cart-btn img{transition:all .3s ease}.recommended-product-actions .cart-btn:hover img{transform:scale(1.2);filter:brightness(1.1)}@keyframes recommendedCartPulse{0%{transform:scale(1)}50%{transform:scale(1.3)}to{transform:scale(1)}}@keyframes recommendedFavoritePulse{0%{transform:scale(1)}50%{transform:scale(1.3)}to{transform:scale(1)}}.recommended-carousel-nav{position:absolute;top:140px;width:40px;height:40px;border:none;border-radius:50%;background:#fffffff2;box-shadow:0 4px 16px #0003;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;z-index:50}.recommended-carousel-nav:hover{background:#fff;box-shadow:0 4px 16px #0003}.recommended-prev-btn{left:-20px}.recommended-next-btn{right:-20px}.recommended-nav-icon{width:16px;height:16px}.recommended-prev-icon{transform:rotate(180deg)}.recommended-next-icon{transform:rotate(0)}.recommended-carousel-dots{display:flex;justify-content:center;gap:1rem;margin-top:.25rem}.recommended-dot{width:12px;height:12px;border:none;border-radius:50%;background:#707070;cursor:pointer;transition:all .3s ease}.recommended-dot:hover{background:#707070}.recommended-dot.active{background:#c62124}.product-detail-toast{position:fixed;bottom:2rem;right:2rem;background:#333;color:#fff;padding:1rem 1.5rem;border-radius:4px;box-shadow:0 4px 12px #0003;z-index:1000;animation:slideIn .3s ease}@keyframes slideIn{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}@media (max-width: 768px){.product-detail-container{padding:1rem}.product-detail-content{grid-template-columns:1fr;gap:2rem}.product-detail-info{order:2}.product-detail-images{order:1}.product-detail-title{font-size:1.5rem}.product-detail-price{font-size:1.25rem}.product-detail-actions{margin-top:.5rem}.quantity-selector{padding:.4rem;min-width:90px;gap:.5rem}.quantity-btn{width:28px;height:28px;padding:.4rem;font-size:1.1rem}.quantity-value{font-size:.875rem}.add-to-cart-btn,.personalize-btn{padding:.875rem 1.5rem;font-size:.875rem}.thumbnail-images{justify-content:center}.recommended-product-card{flex:0 0 calc(33.333% - 1rem);min-height:380px}.recommended-carousel-track{gap:1rem}.recommended-product-actions .action-btn{width:48px;height:48px}.recommended-product-actions .action-btn img{width:20px;height:20px}.recommended-carousel-nav{width:36px;height:36px;top:140px}.recommended-prev-btn{left:8px}.recommended-next-btn{right:8px}.product-detail-toast{bottom:1rem;right:1rem;left:1rem;padding:.875rem 1rem}}@media (max-width: 480px){.product-detail-title{font-size:1.25rem}.recommended-product-card{flex:0 0 100%;min-height:320px}.recommended-product-image{height:400px}.recommended-product-actions .action-btn{width:44px;height:44px;margin-right:-.5rem}.recommended-product-actions .action-btn img{width:18px;height:18px}.recommended-carousel-nav{width:32px;height:32px;top:200px}.recommended-prev-btn{left:6px}.recommended-next-btn{right:6px}.color-swatches{justify-content:flex-start}.size-select{max-width:100%}.cart-actions-row{flex-direction:column;gap:.75rem}.quantity-selector{width:100%;justify-content:center}.add-to-cart-btn{width:100%}}@media (max-width: 1024px){.recommended-product-card{flex:0 0 calc(33.333% - 1rem);min-height:380px}.recommended-carousel-track{gap:1rem}}@media (max-width: 820px) and (min-width: 769px){.recommended-product-card{flex:0 0 calc(50% - .75rem);min-height:380px}.recommended-carousel-track{gap:.75rem}}@media (max-width: 767px){.recommended-product-card{flex:0 0 100%;min-height:350px}.recommended-carousel-track{gap:.75rem}.recommended-product-image{height:420px}}.fullscreen-image-modal{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#000000f2;z-index:10000;display:flex;align-items:center;justify-content:center;cursor:pointer}.fullscreen-image-container{max-width:90vw;max-height:90vh;display:flex;align-items:center;justify-content:center;position:relative}.fullscreen-image{max-width:100%;max-height:90vh;object-fit:contain;cursor:default}.fullscreen-close-btn{position:absolute;top:2rem;right:2rem;background:#ffffff1a;border:none;color:#fff;width:48px;height:48px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background-color .2s ease;z-index:10001}.fullscreen-close-btn:hover{background:#fff3}.fullscreen-nav-btn{position:absolute;top:50%;transform:translateY(-50%);background:#ffffff1a;border:none;color:#fff;width:48px;height:48px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background-color .2s ease;z-index:10001}.fullscreen-nav-btn:hover{background:#fff3}.fullscreen-prev-btn{left:2rem}.fullscreen-next-btn{right:2rem}.fullscreen-image-counter{position:absolute;bottom:2rem;left:50%;transform:translate(-50%);color:#fff;font-size:1rem;background:#00000080;padding:.5rem 1rem;border-radius:20px;z-index:10001}@media (max-width: 768px){.fullscreen-close-btn{top:1rem;right:1rem;width:40px;height:40px}.fullscreen-nav-btn{width:40px;height:40px}.fullscreen-prev-btn{left:1rem}.fullscreen-next-btn{right:1rem}.fullscreen-image-counter{bottom:1rem;font-size:.875rem}}.not-found-page{min-height:calc(100vh - 200px);display:flex;align-items:center;justify-content:center;padding:2rem 1rem;background-color:#f5f5f5}.not-found-container{max-width:600px;width:100%;text-align:center}.not-found-content{background:#fff;padding:3rem 2rem;border-radius:8px;box-shadow:0 2px 8px #0000001a}.not-found-title{font-size:8rem;font-weight:700;color:#333;margin:0;line-height:1;text-transform:uppercase}.not-found-subtitle{font-size:2rem;font-weight:600;color:#333;margin:1rem 0;text-transform:uppercase}.not-found-description{font-size:1.125rem;color:#666;margin:1.5rem 0 2.5rem;line-height:1.6}.not-found-button{background-color:#333;color:#fff;border:none;padding:1rem 2.5rem;font-size:1rem;font-weight:600;text-transform:uppercase;cursor:pointer;transition:background-color .2s ease;border-radius:4px}.not-found-button:hover{background-color:#555}@media (max-width: 768px){.not-found-title{font-size:5rem}.not-found-subtitle{font-size:1.5rem}.not-found-description{font-size:1rem}.not-found-content{padding:2rem 1.5rem}}
