@import"https://fonts.googleapis.com/css2?family=Crimson+Text:ital,wght@0,400;0,600;1,400&display=swap";@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600&display=swap";:root{--aesop-black: #333;--aesop-charcoal: #555;--aesop-warm-grey: #999;--aesop-light-grey: #f5f5f5;--aesop-off-white: #fafafa;--aesop-border: #e6e6e6;--aesop-accent: #b8860b;--font-serif: "Crimson Text", Georgia, serif;--font-sans: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif}*{margin:0;padding:0;box-sizing:border-box}body{font-family:var(--font-sans);font-weight:400;line-height:1.6;color:var(--aesop-black);background-color:#fff;font-size:16px}h1,h2,h3,h4,h5,h6{font-family:var(--font-serif);font-weight:400;line-height:1.2;margin-bottom:1rem;color:var(--aesop-black)}h1{font-size:2.5rem;letter-spacing:-.02em}h2{font-size:2rem;letter-spacing:-.01em}h3{font-size:1.5rem}p{font-family:var(--font-sans);font-size:.95rem;line-height:1.8;color:var(--aesop-charcoal);margin-bottom:1.2rem}a{color:var(--aesop-black);text-decoration:none;transition:color .3s ease}a:hover{color:var(--aesop-accent)}.btn-aesop{background:transparent;border:1px solid var(--aesop-black);color:var(--aesop-black);padding:12px 24px;font-family:var(--font-sans);font-size:.9rem;font-weight:500;letter-spacing:.5px;text-transform:uppercase;transition:all .3s ease;cursor:pointer}.btn-aesop:hover{background:var(--aesop-black);color:#fff;transform:translateY(-1px)}.aesop-card{background:#fff;border:1px solid var(--aesop-border);transition:all .4s ease;overflow:hidden;min-height:450px;display:flex;flex-direction:column}.aesop-card:hover{transform:translateY(-2px);box-shadow:0 8px 25px #00000014;border-color:var(--aesop-warm-grey)}.aesop-card img{transition:transform .6s ease}.aesop-card:hover img{transform:scale(1.02)}.aesop-card a{text-decoration:none!important;color:inherit;height:100%}.aesop-nav{background:#fff;border-bottom:1px solid var(--aesop-border);padding:1rem 0}.aesop-nav .navbar-brand{font-family:var(--font-serif);font-size:1.8rem;font-weight:400;letter-spacing:-.02em;color:var(--aesop-black)!important}.aesop-nav .nav-link{font-family:var(--font-sans);font-size:.9rem;font-weight:400;color:var(--aesop-charcoal)!important;padding:.5rem 1.2rem!important;transition:color .3s ease}.aesop-nav .nav-link:hover{color:var(--aesop-black)!important}.aesop-hero{background:var(--aesop-off-white);padding:4rem 0}.aesop-hero h1{font-size:3rem;margin-bottom:1.5rem}.aesop-hero p{font-size:1.1rem;max-width:400px}.aesop-hero-image{width:100%;height:500px;object-fit:cover;object-position:center;border-radius:8px;transition:transform .3s ease}#heroCarousel .carousel-inner{border-radius:8px;overflow:hidden;box-shadow:0 4px 20px #0000001a}#heroCarousel .carousel-indicators{bottom:20px}#heroCarousel .carousel-indicators button{width:12px;height:12px;border-radius:50%;background-color:#ffffff80;border:2px solid white;margin:0 6px;transition:all .3s ease}#heroCarousel .carousel-indicators button.active{background-color:#fff;transform:scale(1.2)}#heroCarousel .carousel-control-prev,#heroCarousel .carousel-control-next{width:8%;opacity:.7;transition:opacity .3s ease}#heroCarousel .carousel-control-prev:hover,#heroCarousel .carousel-control-next:hover{opacity:1}#heroCarousel .carousel-control-prev-icon,#heroCarousel .carousel-control-next-icon{background-size:20px 20px;filter:invert(0)}@media (max-width: 768px){.aesop-hero-image{height:300px}#heroCarousel .carousel-control-prev,#heroCarousel .carousel-control-next{width:15%}}@media (max-width: 576px){.aesop-hero-image{height:250px}}.form-control,.form-select{border:1px solid var(--aesop-border);border-radius:0;padding:.75rem 1rem;font-family:var(--font-sans);font-size:.9rem;transition:border-color .3s ease}.form-control:focus,.form-select:focus{border-color:var(--aesop-black);box-shadow:none}.product-grid{padding:4rem 0}.product-card{margin-bottom:0;height:100%;min-height:500px}.product-card-image{height:280px;overflow:hidden;background:var(--aesop-off-white);border-bottom:1px solid var(--aesop-border);display:flex;align-items:center;justify-content:center;flex-shrink:0}.product-card-image img{width:100%;height:100%;object-fit:contain;object-position:center;padding:1.5rem;transition:transform .4s ease}.product-card-content{display:flex;flex-direction:column;flex-grow:1;min-height:220px;height:calc(100% - 280px)}.product-card-title{font-family:var(--font-serif);font-size:1.2rem;font-weight:400;margin-bottom:.75rem;line-height:1.3;height:3.2rem;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-card-description{font-size:.85rem;color:var(--aesop-warm-grey);margin-bottom:1rem;line-height:1.6;flex-grow:1;height:4.8rem;display:-webkit-box;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.product-card-price{font-family:var(--font-sans);font-size:.9rem;font-weight:500;color:var(--aesop-black)}.aesop-footer{background:var(--aesop-off-white);border-top:1px solid var(--aesop-border);padding:3rem 0 2rem;margin-top:6rem}.aesop-footer-content{display:flex;justify-content:space-between;align-items:flex-start;padding-bottom:2rem;border-bottom:1px solid var(--aesop-border);margin-bottom:1.5rem}.aesop-footer-brand{flex:1;max-width:400px}.aesop-footer-brand h6{font-family:var(--font-serif);font-size:1.5rem;font-weight:400;color:var(--aesop-black);margin-bottom:1rem;letter-spacing:.5px}.aesop-footer-brand p{font-size:.9rem;color:var(--aesop-warm-grey);line-height:1.6;margin:0;max-width:320px}.aesop-footer-links{display:flex;gap:2rem;align-items:center}.aesop-footer-links a{font-size:.9rem;color:var(--aesop-charcoal);text-decoration:none;transition:color .3s ease;font-weight:400}.aesop-footer-links a:hover{color:var(--aesop-black)}.aesop-footer-bottom{display:flex;justify-content:space-between;align-items:center;font-size:.8rem;color:var(--aesop-warm-grey)}@media (max-width: 768px){.aesop-footer-content{flex-direction:column;gap:2rem;text-align:center}.aesop-footer-links{justify-content:center;flex-wrap:wrap;gap:1.5rem}.aesop-footer-bottom{flex-direction:column;gap:.5rem;text-align:center}}.pagination .page-link{color:var(--aesop-charcoal);border:1px solid var(--aesop-border);border-radius:0;padding:.75rem 1rem;font-size:.9rem;margin:0 2px}.pagination .page-link:hover{background-color:var(--aesop-black);color:#fff;border-color:var(--aesop-black)}.equal-height-row{display:flex;flex-wrap:wrap}.equal-height-row>.col-lg-4,.equal-height-row>.col-md-6{display:flex;margin-bottom:1.5rem}@media (max-width: 1199.98px){.aesop-card{min-height:420px}.product-card-image{height:220px}}.equal-height-row>[class*=col-]{display:flex;flex-direction:column}.equal-height-row .aesop-card{flex:1;display:flex;flex-direction:column}.aesop-form{max-width:600px;margin:0 auto}.aesop-form-group{margin-bottom:2rem}.aesop-form-row{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;margin-bottom:2rem}.aesop-label{display:block;font-family:var(--font-sans);font-size:.875rem;font-weight:500;color:var(--aesop-black);text-transform:uppercase;letter-spacing:.5px;margin-bottom:.75rem}.aesop-input,.aesop-textarea,.aesop-select{width:100%;padding:1rem;border:1px solid var(--aesop-border);background:#fff;color:var(--aesop-black);font-family:var(--font-sans);font-size:1rem;transition:all .3s ease}.aesop-input:focus,.aesop-textarea:focus,.aesop-select:focus{outline:none;border-color:var(--aesop-black);box-shadow:0 0 0 2px #3333331a}.aesop-textarea{min-height:120px;resize:vertical}.aesop-input-sm{padding:.5rem .75rem;font-size:.875rem}.aesop-file-input{width:100%;padding:1rem;border:2px dashed var(--aesop-border);background:var(--aesop-off-white);color:var(--aesop-black);font-family:var(--font-sans);font-size:.875rem;text-align:center;cursor:pointer;transition:all .3s ease}.aesop-file-input:hover{border-color:var(--aesop-black);background:#fff}.aesop-input-error,.aesop-textarea-error,.aesop-select-error{border-color:#d32f2f;box-shadow:0 0 0 2px #d32f2f1a}.aesop-error-message{font-family:var(--font-sans);font-size:.75rem;color:#d32f2f;margin-top:.5rem}.aesop-table{width:100%;border-collapse:separate;border-spacing:0;background:#fff;border:1px solid var(--aesop-border)}.aesop-table th,.aesop-table td{padding:1rem;text-align:left;border-bottom:1px solid var(--aesop-border);font-family:var(--font-sans)}.aesop-table th{background:var(--aesop-off-white);font-weight:500;font-size:.875rem;color:var(--aesop-black);text-transform:uppercase;letter-spacing:.5px}.aesop-table td{font-size:.9rem;color:var(--aesop-charcoal)}.aesop-table tr:last-child td{border-bottom:none}.aesop-cms-card{background:#fff;border:1px solid var(--aesop-border);padding:2rem;margin-bottom:2rem}.aesop-cms-card-header{border-bottom:1px solid var(--aesop-border);margin-bottom:2rem;padding-bottom:1rem}.aesop-cms-card-title{font-family:var(--font-serif);font-size:1.5rem;font-weight:400;color:var(--aesop-black);margin-bottom:0}.aesop-cms-container{max-width:1200px;margin:0 auto;padding:2rem}.aesop-cms-sidebar{width:250px;background:var(--aesop-off-white);border-right:1px solid var(--aesop-border);padding:2rem;height:100vh;position:fixed;left:0;top:0;overflow-y:auto}.aesop-cms-main{margin-left:250px;min-height:100vh;background:#fff}.aesop-nav-link{display:block;padding:.75rem 1rem;color:var(--aesop-charcoal);text-decoration:none;font-family:var(--font-sans);font-size:.9rem;transition:all .3s ease;border-bottom:1px solid var(--aesop-border)}.aesop-nav-link:hover,.aesop-nav-link.active{color:var(--aesop-black);background:#3333330d}.product-detail-minimal{font-family:var(--font-sans)}.product-detail-minimal h1{font-family:var(--font-serif)!important;font-weight:400!important;letter-spacing:-.02em;color:var(--aesop-black)!important}.product-image-container{position:relative;overflow:hidden;border-radius:8px;background:var(--aesop-light-grey);box-shadow:0 2px 12px #00000014}.product-detail-image{width:100%;height:600px;object-fit:cover;object-position:center;transition:transform .4s ease,filter .3s ease}.product-detail-image:hover{transform:scale(1.02)}@media (max-width: 991.98px){.product-detail-image{height:500px}}@media (max-width: 767.98px){.product-detail-image{height:400px}}@media (max-width: 575.98px){.product-detail-image{height:350px}}.product-detail-minimal .product-image{border:1px solid var(--aesop-border);transition:opacity .3s ease}.product-detail-minimal .product-image:hover{opacity:.95}.product-detail-minimal .product-meta-label{font-size:.8rem;text-transform:uppercase;letter-spacing:.5px;color:var(--aesop-warm-grey);display:block;margin-bottom:.25rem;font-weight:500}.product-detail-minimal .product-meta-value{font-size:.9rem;color:var(--aesop-black);margin-bottom:0}.product-detail-minimal .breadcrumb-link{color:var(--aesop-warm-grey);text-decoration:none;font-size:.9rem;transition:color .3s ease}.product-detail-minimal .breadcrumb-link:hover{color:var(--aesop-black)}@media (max-width: 991.98px){.product-card-image{height:200px}.product-card-title{font-size:1.1rem;min-height:2.4rem}}@media (max-width: 767.98px){.product-card-image{height:180px}.product-card-content{min-height:180px}.product-card-title{font-size:1rem;min-height:2.2rem}.product-card-description{font-size:.8rem}}@media (max-width: 575.98px){.aesop-card{min-height:350px}.product-card-image{height:160px}.product-card-content{min-height:170px;padding:1rem}}.login-container{background:#fff;padding:3rem;border:1px solid var(--aesop-border);max-width:400px;width:100%;text-align:center}.login-header{margin-bottom:2.5rem}.login-header h1{font-family:var(--font-serif);font-size:2.5rem;font-weight:400;color:var(--aesop-black);margin-bottom:.5rem;letter-spacing:1px}.login-header p{font-size:.9rem;color:var(--aesop-warm-grey);font-weight:300;text-transform:uppercase;letter-spacing:.5px}.login-form{text-align:left}.login-form-group{margin-bottom:1.5rem}.login-form-group label{display:block;font-size:.85rem;color:var(--aesop-black);margin-bottom:.5rem;font-weight:500;text-transform:uppercase;letter-spacing:.3px}.login-form-group input{width:100%;padding:.875rem 0;border:none;border-bottom:1px solid var(--aesop-border);background:transparent;color:var(--aesop-black);font-family:var(--font-sans);font-size:1rem;transition:border-color .3s ease}.login-form-group input:focus{outline:none;border-bottom-color:var(--aesop-black)}.login-form-group input::placeholder{color:var(--aesop-warm-grey);font-style:italic}@media (max-width: 480px){.login-container{padding:2rem 1.5rem;margin:1rem}.login-header h1{font-size:2rem}}
