:root{--estella-black:#111111;--estella-white:#FFFFFF;--estella-cream:#FBF5ED;--estella-rose:#F2D4CC;--estella-gray-light:#F5F5F5;--estella-gray-text:#666666;--estella-gray-border:#E5E5E5;--estella-error:#E53935;--estella-success:#43A047;--estella-font-display:'Playfair Display',Georgia,serif;--estella-font-body:'DM Sans',Arial,sans-serif;--estella-container:1440px;--estella-section-spacing:80px;--estella-section-spacing-mobile:48px;--estella-card-gap:16px;--estella-card-gap-mobile:8px;--estella-radius:0px;--estella-btn-height:48px;--estella-transition:all .2s ease-out}.estella-container{max-width:var(--estella-container);margin:0 auto;padding:0 40px}@media(max-width:749px){.estella-container{padding:0 16px}}.estella-section{padding:var(--estella-section-spacing) 0}@media(max-width:749px){.estella-section{padding:var(--estella-section-spacing-mobile) 0}}.estella-section-title{font-family:var(--estella-font-display);font-weight:300;font-size:40px;text-align:center;color:var(--estella-black);margin-bottom:12px;letter-spacing:.5px}@media(max-width:749px){.estella-section-title{font-size:28px}}.estella-section-subtitle{font-family:var(--estella-font-body);font-size:15px;color:var(--estella-gray-text);text-align:center;margin-bottom:40px}.estella-btn{display:inline-flex;align-items:center;justify-content:center;height:var(--estella-btn-height);padding:0 32px;font-family:var(--estella-font-body);font-size:14px;font-weight:500;text-transform:uppercase;letter-spacing:.5px;text-decoration:none;border:none;cursor:pointer;transition:var(--estella-transition)}.estella-btn--primary{background:var(--estella-black);color:var(--estella-white);border-radius:var(--estella-radius)}.estella-btn--primary:hover{opacity:.85}.estella-btn--secondary{background:transparent;border:1px solid var(--estella-black);color:var(--estella-black);border-radius:var(--estella-radius)}.estella-btn--secondary:hover{background:var(--estella-black);color:var(--estella-white)}.estella-badge{display:inline-block;padding:4px 10px;font-family:var(--estella-font-body);font-size:11px;font-weight:500;text-transform:uppercase;letter-spacing:.5px}.estella-badge--new{background:var(--estella-black);color:var(--estella-white)}.estella-badge--bestseller{background:var(--estella-rose);color:var(--estella-black)}.estella-badge--eco{background:var(--estella-success);color:var(--estella-white)}.estella-badge--promo{background:var(--estella-error);color:var(--estella-white)}.estella-product-card{position:relative;text-decoration:none;color:var(--estella-black)}.estella-product-card__media{position:relative;overflow:hidden;aspect-ratio:3/4;background:var(--estella-gray-light)}.estella-product-card__media img{width:100%;height:100%;object-fit:cover;transition:opacity .3s ease}.estella-product-card__media img.hover-img{position:absolute;top:0;left:0;opacity:0}.estella-product-card:hover .hover-img{opacity:1}.estella-product-card__wishlist{position:absolute;top:12px;right:12px;width:36px;height:36px;background:var(--estella-white);border-radius:50%;display:flex;align-items:center;justify-content:center;border:none;cursor:pointer;box-shadow:0 2px 8px rgba(0,0,0,.1);z-index:2}.estella-product-card__info{padding:12px 0}.estella-product-card__collection{font-size:11px;text-transform:uppercase;letter-spacing:.5px;color:var(--estella-gray-text);margin-bottom:4px}.estella-product-card__title{font-family:var(--estella-font-body);font-size:14px;font-weight:500;margin-bottom:6px}.estella-product-card__price{font-family:var(--estella-font-body);font-size:16px;font-weight:700}.estella-product-card__price--compare{font-size:13px;font-weight:400;text-decoration:line-through;color:var(--estella-gray-text);margin-left:8px}.estella-product-card__colors{display:flex;gap:6px;margin-top:8px}.estella-product-card__color-swatch{width:16px;height:16px;border-radius:50%;border:1px solid var(--estella-gray-border)}