*{box-sizing:border-box}:root{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;--font-heading: "Playfair Display", serif;--font-body: "Inter", sans-serif;line-height:1.5;font-weight:400;color:#1f2937;background-color:#fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;min-width:320px;min-height:100vh;background-color:#fafafa}#root{display:flex;flex-direction:column;min-height:100vh}.button{font-family:inherit;font-weight:500;border:none;border-radius:6px;cursor:pointer;transition:all .2s ease;display:inline-flex;align-items:center;justify-content:center;text-decoration:none}.button:disabled{opacity:.5;cursor:not-allowed}.button--small{padding:.5rem 1rem;font-size:.875rem}.button--medium{padding:.75rem 1.5rem;font-size:1rem}.button--large{padding:1rem 2rem;font-size:1.125rem}.button--primary{background-color:#4a1942;color:#f5f3f0}.button--primary:hover:not(:disabled){background-color:#6b2d5c}.button--secondary{background-color:#f3f4f6;color:#1f2937}.button--secondary:hover:not(:disabled){background-color:#e5e7eb}.button--outline{background-color:transparent;border:1px solid #d1d5db;color:#1f2937}.button--outline:hover:not(:disabled){background-color:#f9fafb;border-color:#9ca3af}.header{position:sticky;top:0;background-color:#1c1c1c;border-bottom:1px solid #2D2D2D;z-index:50;box-shadow:0 2px 8px #0000004d}.header__container{max-width:1280px;margin:0 auto;padding:1rem 1.5rem;display:flex;align-items:center;justify-content:space-between;gap:2rem}.header__logo{font-family:var(--font-heading);font-size:1.5rem;font-weight:700;color:#f5f3f0;text-decoration:none;transition:color .2s ease}.header__logo:hover{color:#d4c5a9}.header__nav{display:flex;gap:2rem;flex:1;justify-content:center}.header__link{color:#d4c5a9;text-decoration:none;font-weight:500;transition:color .2s ease;white-space:nowrap}.header__link:hover{color:#f5f3f0}.header__cta{white-space:nowrap}.header__login-link{text-decoration:none}@media(max-width:768px){.header__container{gap:1rem}.header__nav{display:none}.header__logo{font-size:1.25rem}}.footer{background-color:#f9fafb;border-top:1px solid #e5e7eb;margin-top:4rem}.footer__container{max-width:1280px;margin:0 auto;padding:2rem 1.5rem;display:flex;flex-direction:column;align-items:center;gap:1rem;text-align:center}.footer__links{display:flex;gap:2rem}.footer__link{color:#4b5563;text-decoration:none;font-weight:500;transition:color .2s ease}.footer__link:hover{color:#1f2937}.footer__text{font-size:.875rem;color:#6b7280;margin:0}@media(max-width:640px){.footer__links{gap:1rem}}.input-wrapper{display:flex;flex-direction:column;gap:.5rem;width:100%}.input-label{font-size:.875rem;font-weight:500;color:#374151}.input{font-family:inherit;font-size:1.2rem;padding:1rem 1.5rem;border:2px solid #D4C5A9;border-radius:8px;outline:none;transition:all .2s ease;width:100%;background-color:#f5f3f0f2}.input:focus{border-color:#6b2d5c;box-shadow:0 0 0 3px #6a2d5c1a}.input--error{border-color:#ef4444}.input--error:focus{border-color:#ef4444;box-shadow:0 0 0 3px #ef44441a}.input-error{font-size:.875rem;color:#ef4444}.badge{display:inline-flex;align-items:center;padding:.25rem .75rem;font-size:.875rem;font-weight:500;border-radius:9999px}.badge--default{background-color:#d4c5a933;color:#e8dcc4;border:1px solid rgba(212,197,169,.3);transition:all .2s ease}.badge--default:hover{background-color:#d4c5a94d;border-color:#d4c5a980}.badge--success{background-color:#d1fae5;color:#065f46}.badge--warning{background-color:#fef3c7;color:#92400e}.badge--info{background-color:#e8dcc4;color:#4a1942}.search-bar{display:flex;gap:1rem;width:100%;max-width:800px;margin:0 auto}.search-bar__input-wrapper{flex:1;position:relative;display:flex;align-items:center;gap:.5rem}.search-bar__input{flex:1}@media(max-width:640px){.search-bar{flex-direction:column;gap:.75rem}.search-bar button{width:100%}}.product-card{background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 1px 3px #0000001a;transition:all .2s ease;display:flex;flex-direction:column}.product-card:hover{box-shadow:0 4px 6px #00000026;transform:translateY(-2px)}.product-card__image-wrapper{position:relative;width:100%;padding-top:125%;background-color:#f3f4f6;overflow:hidden}.product-card__image{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}.product-card__save{position:absolute;top:.75rem;right:.75rem;background:#fff;border:none;border-radius:50%;width:2.5rem;height:2.5rem;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:1.25rem;transition:all .2s ease;box-shadow:0 2px 4px #0000001a}.product-card__commission{position:absolute;bottom:.75rem;left:.75rem;background-color:#4a1942;color:#f5f3f0;padding:.375rem .75rem;border-radius:4px;font-size:.75rem;font-weight:600;box-shadow:0 2px 4px #0003}.product-card__save:hover{transform:scale(1.1)}.product-card__save--active{animation:heartbeat .3s ease}@keyframes heartbeat{0%,to{transform:scale(1)}50%{transform:scale(1.2)}}.product-card__content{padding:1rem;display:flex;flex-direction:column;gap:.5rem;flex:1}.product-card__title{font-size:1rem;font-weight:500;color:#1f2937;margin:0;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-card__retailer{font-size:.875rem;color:#6b7280;margin:0}.product-card__price{font-size:1.25rem;font-weight:600;color:#1f2937;margin:.25rem 0}.product-card__button{margin-top:auto;width:100%}.home{width:100%}.home__hero{min-height:70vh;display:flex;align-items:center;justify-content:flex-start;padding:2rem 1.5rem;background-image:url(https://images.unsplash.com/photo-1483985988355-763728e1935b?auto=format&fit=crop&w=1920&q=80);background-size:cover;background-position:center;background-repeat:no-repeat;position:relative}.home__hero:before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,#0000004d,#0000001a);z-index:1}.home__hero-content{position:relative;z-index:2;max-width:700px;width:100%;padding:3rem 2rem;margin-left:10%}.home__hero-title{font-family:var(--font-heading),"Georgia",serif;font-size:4rem;font-weight:700;color:#fff;text-shadow:0 2px 10px rgba(0,0,0,.3);letter-spacing:-.02em;line-height:1.1;margin:0 0 1.5rem}.home__hero-subtitle{font-family:var(--font-body);font-size:1.1rem;color:#fffffff2;font-weight:400;margin:1rem 0 2.5rem;line-height:1.4}.home__search{margin-bottom:2rem}.home__examples{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:center;align-items:center}.home__examples-label{font-weight:500;color:#ffffffe6;font-size:.95rem}.home__gallery{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem;padding:4rem 2rem;background-color:#fff;max-width:1400px;margin:0 auto;width:100%}.home__gallery-item{position:relative;overflow:hidden;border-radius:4px;background:#fafafa;transition:all .3s ease;cursor:pointer}.home__gallery-item:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0000001f}.home__gallery-item img{width:100%;height:100%;object-fit:cover;display:block;aspect-ratio:3/4}.home__gallery-image{max-height:175px;max-width:120px;object-fit:cover}@media(min-width:768px){.home__gallery-image{max-height:300px;max-width:200px}}.home__navigation{background-color:#fff;padding:3rem 2rem}.home__navigation-content{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem}.home__nav-card{background:linear-gradient(135deg,#4a1942,#6b2d5c);padding:2rem;border-radius:12px;text-align:center;text-decoration:none;transition:all .3s ease;box-shadow:0 2px 12px #0000001a}.home__nav-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #4a194233}.home__nav-icon{font-size:3rem;display:block;margin-bottom:1rem}.home__nav-title{font-family:var(--font-heading);font-size:1.5rem;font-weight:700;color:#f5f3f0;margin:0 0 .5rem}.home__nav-text{font-size:1rem;color:#e8dcc4;margin:0}.home__section{padding:4rem 2rem;background-color:#fafafa}.home__section--alt{background-color:#fff}.home__section-header{max-width:1400px;margin:0 auto 3rem;text-align:center}.home__section-title{font-family:var(--font-heading);font-size:2.5rem;font-weight:700;color:#1c1c1c;margin:0 0 .75rem;letter-spacing:-.01em}.home__section-subtitle{font-size:1.125rem;color:#6b7280;margin:0}.home__products-grid{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:2rem}.home__cta{max-width:1400px;margin:3rem auto 0;text-align:center}.home__gallery-item:after{content:"View similar";position:absolute;bottom:0;left:0;right:0;padding:1.5rem 1rem;background:linear-gradient(to top,rgba(255,255,255,.95),transparent);color:#2c2c2c;font-size:.9rem;font-weight:500;text-align:center;opacity:0;transition:opacity .3s ease}.home__gallery-item:hover:after{opacity:1}@media(max-width:1024px){.home__hero{min-height:65vh}.home__hero-content{margin-left:5%;padding:2rem 1.5rem}.home__hero-title{font-size:3rem}.home__hero-subtitle{font-size:1rem}.home__gallery{grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1.25rem;padding:3rem 1.5rem}.home__section-title{font-size:2rem}.home__products-grid{grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1.5rem}}@media(max-width:768px){.home__hero{min-height:60vh;padding:1.5rem 1rem;justify-content:center}.home__hero-content{margin-left:0;padding:2rem 1rem;text-align:center}.home__hero-title{font-size:2.5rem}.home__hero-subtitle{font-size:1rem;margin:1rem 0 2rem}.home__search{margin-bottom:1.5rem}.home__gallery{grid-template-columns:repeat(2,1fr);gap:1rem;padding:2rem 1rem}.home__navigation{padding:2rem 1.5rem}.home__navigation-content{grid-template-columns:repeat(2,1fr);gap:1rem}.home__section{padding:3rem 1.5rem}.home__section-title{font-size:1.75rem}.home__products-grid{grid-template-columns:repeat(2,1fr);gap:1rem}}@media(max-width:480px){.home__hero-title{font-size:2rem}.home__hero-subtitle{font-size:.95rem}.home__gallery{grid-template-columns:repeat(2,1fr);gap:.75rem}.home__navigation-content{grid-template-columns:1fr}.home__section-title{font-size:1.5rem}}.discover{width:100%;min-height:100vh;background-color:#fafafa}.discover__hero{background:linear-gradient(135deg,#4a1942,#6b2d5c);padding:4rem 2rem;text-align:center}.discover__hero-content{max-width:800px;margin:0 auto}.discover__hero-title{font-family:var(--font-heading);font-size:3rem;font-weight:700;color:#f5f3f0;margin:0 0 1rem;letter-spacing:-.02em}.discover__hero-subtitle{font-size:1.25rem;color:#e8dcc4;margin:0;font-weight:400}.discover__section{max-width:1400px;margin:0 auto;padding:4rem 2rem}.discover__section--alt{background-color:#fff}.discover__section-header{text-align:center;margin-bottom:3rem}.discover__section-title{font-family:var(--font-heading);font-size:2.5rem;font-weight:700;color:#1c1c1c;margin:0 0 .75rem;letter-spacing:-.01em}.discover__section-subtitle{font-size:1.125rem;color:#6b7280;margin:0}.discover__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:2rem}.discover__categories{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem}.discover__category-card{background:#fff;border-radius:12px;overflow:hidden;text-decoration:none;transition:all .3s ease;box-shadow:0 2px 8px #00000014;border:2px solid transparent;display:flex;flex-direction:column;height:100%}.discover__category-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #4a194226;border-color:#d4c5a9}.discover__category-image{width:100%;height:200px;background-size:cover;background-position:center;background-repeat:no-repeat}.discover__category-content{padding:1.5rem;flex:1}.discover__category-title{font-family:var(--font-heading);font-size:1.5rem;font-weight:600;color:#1c1c1c;margin:0 0 .5rem}.discover__category-description{font-size:1rem;color:#6b7280;margin:0}@media(max-width:1024px){.discover__hero-title{font-size:2.5rem}.discover__section-title{font-size:2rem}.discover__grid{grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1.5rem}}@media(max-width:768px){.discover__hero{padding:3rem 1.5rem}.discover__hero-title{font-size:2rem}.discover__hero-subtitle{font-size:1rem}.discover__section{padding:3rem 1.5rem}.discover__section-title{font-size:1.75rem}.discover__grid{grid-template-columns:repeat(2,1fr);gap:1rem}.discover__categories{grid-template-columns:1fr}}@media(max-width:480px){.discover__hero-title{font-size:1.75rem}.discover__section-title{font-size:1.5rem}}.search{width:100%;min-height:100vh;background-color:#fafafa}.search__header{background:linear-gradient(135deg,#1c1c1c,#2d2d2d);padding:3rem 2rem}.search__header-content{max-width:900px;margin:0 auto;text-align:center}.search__title{font-family:var(--font-heading);font-size:3rem;font-weight:700;color:#f5f3f0;margin:0 0 .75rem;letter-spacing:-.02em}.search__subtitle{font-size:1.125rem;color:#d4c5a9;margin:0 0 2rem}.search__bar{margin:0 auto;max-width:700px}.search__section{padding:3rem 2rem}.search__section--alt{background-color:#fff}.search__container{max-width:1400px;margin:0 auto}.search__section-title{font-family:var(--font-heading);font-size:2rem;font-weight:700;color:#1c1c1c;margin:0 0 1.5rem;letter-spacing:-.01em}.search__results-count{font-size:1rem;color:#6b7280;margin:0 0 2rem}.search__badges{display:flex;flex-wrap:wrap;gap:.75rem}.search__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:2rem}@media(max-width:1024px){.search__title{font-size:2.5rem}.search__grid{grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1.5rem}}@media(max-width:768px){.search__header{padding:2rem 1.5rem}.search__title{font-size:2rem}.search__subtitle{font-size:1rem}.search__section{padding:2rem 1.5rem}.search__section-title{font-size:1.5rem}.search__grid{grid-template-columns:repeat(2,1fr);gap:1rem}}@media(max-width:480px){.search__title{font-size:1.75rem}.search__grid{grid-template-columns:repeat(2,1fr)}}.product{width:100%;min-height:100vh;background-color:#fafafa;padding:3rem 2rem}.product__container{max-width:1400px;margin:0 auto}.product__main{background:#fff;border-radius:12px;padding:3rem;margin-bottom:4rem;display:grid;grid-template-columns:1fr 1fr;gap:4rem;box-shadow:0 2px 12px #00000014}.product__image-section{width:100%}.product__image{width:100%;height:auto;border-radius:8px;object-fit:cover;max-height:600px}.product__info-section{display:flex;flex-direction:column;gap:1.5rem}.product__title{font-family:var(--font-heading);font-size:2.5rem;font-weight:700;color:#1c1c1c;margin:0;letter-spacing:-.01em}.product__retailer{font-size:1.125rem;color:#6b7280;margin:0}.product__price{font-size:2rem;font-weight:700;color:#4a1942;margin:0}.product__description-title{font-size:1.25rem;font-weight:600;color:#1c1c1c;margin:0 0 .75rem}.product__description-text{font-size:1rem;line-height:1.6;color:#4b5563;margin:0}.product__actions{display:flex;gap:1rem;margin-top:2rem}.product__action-button{flex:1}.product__promote-link{flex:1;text-decoration:none}.product__related{margin-top:4rem}.product__related-title{font-family:var(--font-heading);font-size:2rem;font-weight:700;color:#1c1c1c;margin:0 0 2rem;letter-spacing:-.01em}.product__related-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:2rem}@media(max-width:1024px){.product__main{grid-template-columns:1fr;gap:2rem;padding:2rem}.product__title{font-size:2rem}.product__related-grid{grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1.5rem}}@media(max-width:768px){.product{padding:2rem 1.5rem}.product__main{padding:1.5rem}.product__title,.product__price{font-size:1.75rem}.product__actions{flex-direction:column}.product__related-grid{grid-template-columns:repeat(2,1fr);gap:1rem}}@media(max-width:480px){.product__title{font-size:1.5rem}.product__commission-badge{font-size:1.25rem}}.promote{width:100%;min-height:100vh;background-color:#fafafa;padding:3rem 2rem}.promote__container{max-width:900px;margin:0 auto}.promote__title{font-family:var(--font-heading);font-size:3rem;font-weight:700;color:#1c1c1c;margin:0 0 .75rem;text-align:center;letter-spacing:-.02em}.promote__subtitle{font-size:1.25rem;color:#6b7280;margin:0 0 3rem;text-align:center}.promote__preview{background:#fff;border-radius:12px;padding:2rem;margin-bottom:2rem;box-shadow:0 2px 12px #00000014}.promote__preview-card{display:flex;gap:2rem;align-items:flex-start}.promote__preview-image{width:200px;height:250px;object-fit:cover;border-radius:8px;flex-shrink:0}.promote__preview-info{flex:1}.promote__preview-title{font-size:1.5rem;font-weight:600;color:#1c1c1c;margin:0 0 .5rem}.promote__preview-retailer{font-size:1rem;color:#6b7280;margin:0 0 .5rem}.promote__preview-price{font-size:1.75rem;font-weight:700;color:#4a1942;margin:0 0 1rem}.promote__preview-commission{background-color:#4a1942;color:#f5f3f0;padding:.5rem 1rem;border-radius:6px;font-size:.875rem;font-weight:600;display:inline-block}.promote__section{background:#fff;border-radius:12px;padding:2rem;margin-bottom:2rem;box-shadow:0 2px 12px #00000014}.promote__section-title{font-family:var(--font-heading);font-size:1.5rem;font-weight:700;color:#1c1c1c;margin:0 0 1.5rem}.promote__link-box{display:flex;gap:1rem}.promote__link-input{flex:1;padding:.75rem 1rem;border:2px solid #e5e7eb;border-radius:6px;font-size:1rem;font-family:monospace;background-color:#f9fafb}.promote__copy-button{white-space:nowrap}.promote__share-buttons{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1rem}.promote__share-button{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:1rem 1.5rem;border-radius:8px;text-decoration:none;font-weight:600;transition:all .2s ease;color:#fff}.promote__share-icon{font-size:1.25rem;font-weight:700}.promote__share-button--twitter{background-color:#000}.promote__share-button--twitter:hover{background-color:#1a1a1a}.promote__share-button--facebook{background-color:#1877f2}.promote__share-button--facebook:hover{background-color:#0d5fcc}.promote__share-button--pinterest{background-color:#e60023}.promote__share-button--pinterest:hover{background-color:#c60019}.promote__share-button--email{background-color:#6b7280}.promote__share-button--email:hover{background-color:#4b5563}.promote__caption-box{display:flex;flex-direction:column;gap:1rem}.promote__caption-textarea{width:100%;padding:1rem;border:2px solid #e5e7eb;border-radius:6px;font-size:1rem;font-family:inherit;resize:vertical;background-color:#f9fafb}@media(max-width:768px){.promote{padding:2rem 1.5rem}.promote__title{font-size:2rem}.promote__subtitle{font-size:1rem}.promote__preview-card{flex-direction:column}.promote__preview-image{width:100%;max-width:300px;margin:0 auto}.promote__link-box{flex-direction:column}.promote__share-buttons{grid-template-columns:1fr}}@media(max-width:480px){.promote__title{font-size:1.75rem}}.contact{width:100%;min-height:100vh;background-color:#fafafa;padding:3rem 2rem}.contact__container{max-width:1200px;margin:0 auto}.contact__header{text-align:center;margin-bottom:3rem}.contact__title{font-family:var(--font-heading);font-size:3rem;font-weight:700;color:#1c1c1c;margin:0 0 .75rem;letter-spacing:-.02em}.contact__subtitle{font-size:1.25rem;color:#6b7280;margin:0}.contact__content{display:grid;grid-template-columns:2fr 1fr;gap:2rem;align-items:start}.contact__form-section{background:#fff;border-radius:12px;padding:2.5rem;box-shadow:0 2px 12px #00000014}.contact__form{display:flex;flex-direction:column;gap:1.5rem}.contact__form-group{display:flex;flex-direction:column;gap:.5rem}.contact__label{font-weight:600;color:#1c1c1c;font-size:.95rem}.contact__input,.contact__textarea{padding:.875rem 1rem;border:2px solid #e5e7eb;border-radius:6px;font-size:1rem;font-family:inherit;transition:border-color .2s ease}.contact__input:focus,.contact__textarea:focus{outline:none;border-color:#4a1942}.contact__textarea{resize:vertical;min-height:120px}.contact__submit{width:100%;margin-top:.5rem}.contact__sidebar{display:flex;flex-direction:column;gap:1.5rem}.contact__info-card{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 2px 12px #00000014}.contact__info-title{font-family:var(--font-heading);font-size:1.5rem;font-weight:700;color:#1c1c1c;margin:0 0 1.5rem}.contact__info-text{font-size:1rem;color:#6b7280;line-height:1.6;margin:0 0 1.5rem}.contact__social-links{display:flex;flex-direction:column;gap:1rem}.contact__social-link{display:flex;align-items:center;gap:.75rem;padding:.875rem 1rem;background-color:#f9fafb;border-radius:8px;text-decoration:none;color:#1c1c1c;font-weight:500;transition:all .2s ease;border:2px solid transparent}.contact__social-link:hover{background-color:#f3f4f6;border-color:#d4c5a9;transform:translate(4px)}.contact__social-icon{font-size:1.5rem}.contact__affiliate-button{width:100%}.contact__section{width:100%;padding:3rem 2rem;background-color:#fafafa}.affiliate__section{width:100%;padding:4rem 2rem;background-color:#fff}.affiliate__container{max-width:1200px;margin:0 auto}.affiliate__header{text-align:center;margin-bottom:3rem}.affiliate__title{font-family:var(--font-heading);font-size:2.5rem;font-weight:700;color:#1c1c1c;margin:0 0 .75rem;letter-spacing:-.01em}.affiliate__subtitle{font-size:1.125rem;color:#6b7280;margin:0}.affiliate__section-title{font-family:var(--font-heading);font-size:2rem;font-weight:700;color:#1c1c1c;margin:0 0 2rem;text-align:center}.affiliate__how-it-works{margin-bottom:4rem}.affiliate__steps{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-top:2rem}.affiliate__step{text-align:center;padding:2rem}.affiliate__step-number{width:60px;height:60px;border-radius:50%;background:linear-gradient(135deg,#4a1942,#6b2d5c);color:#f5f3f0;font-size:1.5rem;font-weight:700;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem}.affiliate__step-title{font-size:1.25rem;font-weight:600;color:#1c1c1c;margin:0 0 .75rem}.affiliate__step-text{font-size:1rem;color:#6b7280;line-height:1.6;margin:0}.affiliate__form-wrapper{background:#fff;border-radius:12px;padding:3rem;box-shadow:0 2px 12px #00000014;margin-bottom:4rem}.affiliate__form{display:flex;flex-direction:column;gap:1.5rem;margin-top:2rem}.affiliate__form-row{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.affiliate__form-group{display:flex;flex-direction:column;gap:.5rem}.affiliate__label{font-weight:600;color:#1c1c1c;font-size:.95rem}.affiliate__input{padding:.875rem 1rem;border:2px solid #e5e7eb;border-radius:6px;font-size:1rem;font-family:inherit;transition:border-color .2s ease}.affiliate__input:focus{outline:none;border-color:#4a1942}.affiliate__submit{width:100%;margin-top:.5rem}.affiliate__faq{max-width:900px;margin:0 auto}.affiliate__faq-list{display:flex;flex-direction:column;gap:1rem;margin-top:2rem}.affiliate__faq-item{background:#fff;border-radius:8px;box-shadow:0 2px 8px #0000000f;overflow:hidden}.affiliate__faq-question{width:100%;padding:1.5rem;background:none;border:none;text-align:left;font-size:1.125rem;font-weight:600;color:#1c1c1c;cursor:pointer;display:flex;justify-content:space-between;align-items:center;transition:background-color .2s ease}.affiliate__faq-question:hover,.affiliate__faq-question--open{background-color:#f9fafb}.affiliate__faq-icon{font-size:1.5rem;font-weight:300;color:#4a1942;flex-shrink:0;margin-left:1rem}.affiliate__faq-answer{padding:0 1.5rem 1.5rem;font-size:1rem;color:#4b5563;line-height:1.7;animation:fadeIn .3s ease}@keyframes fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@media(max-width:1024px){.contact__content{grid-template-columns:1fr}.contact__sidebar{order:-1}.affiliate__form-row{grid-template-columns:1fr}}@media(max-width:768px){.contact{padding:0}.contact__section{padding:2rem 1.5rem}.affiliate__section{padding:3rem 1.5rem}.contact__title{font-size:2rem}.contact__subtitle{font-size:1rem}.contact__form-section,.contact__info-card{padding:1.5rem}.affiliate__title{font-size:2rem}.affiliate__section-title{font-size:1.75rem}.affiliate__form-wrapper{padding:2rem 1.5rem}.affiliate__steps{grid-template-columns:1fr}}@media(max-width:480px){.contact__title,.affiliate__title{font-size:1.75rem}.affiliate__section-title{font-size:1.5rem}}.cart{width:100%;min-height:100vh;background-color:#fafafa;padding:3rem 2rem}.cart__container{max-width:1200px;margin:0 auto}.cart__title{font-family:var(--font-heading);font-size:2.5rem;font-weight:700;color:#1c1c1c;margin:0 0 2rem;letter-spacing:-.01em}.cart__content{display:grid;grid-template-columns:2fr 1fr;gap:2rem;align-items:start}.cart__items{display:flex;flex-direction:column;gap:1.5rem}.cart__item{background:#fff;border-radius:8px;padding:1.5rem;display:flex;gap:1.5rem;box-shadow:0 2px 8px #00000014}.cart__item-image{width:120px;height:150px;object-fit:cover;border-radius:4px;flex-shrink:0}.cart__item-details{flex:1;display:flex;flex-direction:column;gap:.5rem}.cart__item-title{font-size:1.125rem;font-weight:600;color:#1c1c1c;margin:0}.cart__item-retailer{font-size:.95rem;color:#6b7280;margin:0}.cart__item-quantity{display:flex;align-items:center;gap:.75rem;margin-top:auto}.cart__quantity-btn{width:2rem;height:2rem;border:1px solid #d1d5db;background:#fff;border-radius:4px;cursor:pointer;font-size:1.125rem;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.cart__quantity-btn:hover{background-color:#f9fafb;border-color:#9ca3af}.cart__quantity-value{font-size:1rem;font-weight:600;min-width:2rem;text-align:center}.cart__item-price{display:flex;flex-direction:column;align-items:flex-end;gap:.75rem}.cart__price{font-size:1.5rem;font-weight:700;color:#4a1942;margin:0}.cart__item-remove{background:none;border:none;color:#dc2626;font-size:.875rem;cursor:pointer;text-decoration:underline;padding:0}.cart__item-remove:hover{color:#991b1b}.cart__summary{background:#fff;border-radius:8px;padding:2rem;box-shadow:0 2px 8px #00000014;position:sticky;top:2rem}.cart__summary-title{font-family:var(--font-heading);font-size:1.5rem;font-weight:700;color:#1c1c1c;margin:0 0 1.5rem}.cart__summary-row{display:flex;justify-content:space-between;align-items:center;padding:.75rem 0;border-bottom:1px solid #f3f4f6;font-size:1rem;color:#4b5563}.cart__summary-total{border-top:2px solid #e5e7eb;border-bottom:none;padding-top:1rem;margin-top:.5rem;font-size:1.25rem;font-weight:700;color:#1c1c1c}.cart__checkout-btn{width:100%;margin-top:1.5rem}.cart__continue-shopping{display:block;text-align:center;margin-top:1rem;color:#4a1942;text-decoration:none;font-weight:500}.cart__continue-shopping:hover{text-decoration:underline}.cart__empty{text-align:center;padding:4rem 2rem;background:#fff;border-radius:12px;box-shadow:0 2px 12px #00000014}.cart__empty-text{font-size:1.25rem;color:#6b7280;margin:0 0 2rem}@media(max-width:1024px){.cart__content{grid-template-columns:1fr}.cart__summary{position:static}}@media(max-width:768px){.cart{padding:2rem 1.5rem}.cart__title{font-size:2rem}.cart__item{flex-direction:column}.cart__item-image{width:100%;height:200px}.cart__item-price{flex-direction:row;justify-content:space-between;align-items:center;width:100%}}.login{width:100%;min-height:100vh;background-color:#fafafa;display:flex;align-items:center;justify-content:center;padding:2rem}.login__container{width:100%;max-width:450px}.login__card{background:#fff;border-radius:12px;padding:3rem;box-shadow:0 2px 16px #0000001a}.login__title{font-family:var(--font-heading);font-size:2rem;font-weight:700;color:#1c1c1c;margin:0 0 .5rem;text-align:center;letter-spacing:-.01em}.login__subtitle{font-size:1rem;color:#6b7280;margin:0 0 2rem;text-align:center}.login__google-btn{width:100%;padding:.875rem 1.5rem;background:#fff;border:2px solid #e5e7eb;border-radius:8px;font-size:1rem;font-weight:600;color:#1c1c1c;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:.75rem;transition:all .2s ease}.login__google-btn:hover{background-color:#f9fafb;border-color:#d1d5db}.login__google-icon{width:20px;height:20px}.login__divider{position:relative;text-align:center;margin:1.5rem 0}.login__divider:before{content:"";position:absolute;top:50%;left:0;right:0;height:1px;background-color:#e5e7eb}.login__divider-text{position:relative;background:#fff;padding:0 1rem;color:#6b7280;font-size:.875rem}.login__form{display:flex;flex-direction:column;gap:1.25rem}.login__form-group{display:flex;flex-direction:column;gap:.5rem}.login__label{font-weight:600;color:#1c1c1c;font-size:.95rem}.login__input{padding:.875rem 1rem;border:2px solid #e5e7eb;border-radius:6px;font-size:1rem;font-family:inherit;transition:border-color .2s ease}.login__input:focus{outline:none;border-color:#4a1942}.login__forgot{text-align:right;margin-top:-.5rem}.login__forgot-link{color:#4a1942;font-size:.875rem;text-decoration:none;font-weight:500}.login__forgot-link:hover{text-decoration:underline}.login__submit{width:100%;margin-top:.5rem}.login__toggle{margin-top:1.5rem;text-align:center}.login__toggle-text{font-size:.95rem;color:#6b7280;margin:0}.login__toggle-btn{background:none;border:none;color:#4a1942;font-weight:600;cursor:pointer;padding:0;margin-left:.5rem;text-decoration:none}.login__toggle-btn:hover{text-decoration:underline}@media(max-width:768px){.login{padding:1.5rem}.login__card{padding:2rem 1.5rem}.login__title{font-size:1.75rem}}.category{width:100%;min-height:100vh;background-color:#fafafa}.category__hero{background:linear-gradient(135deg,#1c1c1c,#2d2d2d);padding:4rem 2rem;text-align:center}.category__hero-content{max-width:900px;margin:0 auto}.category__hero-title{font-family:var(--font-heading);font-size:3rem;font-weight:700;color:#f5f3f0;margin:0 0 1rem;letter-spacing:-.02em}.category__hero-subtitle{font-size:1.25rem;color:#d4c5a9;margin:0;font-weight:400;line-height:1.6}.category__products{padding:4rem 2rem}.category__container{max-width:1400px;margin:0 auto}.category__stats{margin-bottom:2rem}.category__count{font-size:1rem;color:#6b7280;margin:0}.category__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:2rem}.category__empty{text-align:center;padding:4rem 2rem}.category__empty-text{font-size:1.25rem;color:#6b7280;margin:0 0 2rem}.category__back-button{padding:.875rem 2rem;background-color:#4a1942;color:#f5f3f0;border:none;border-radius:6px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease}.category__back-button:hover{background-color:#6b2d5c;transform:translateY(-2px)}@media(max-width:1024px){.category__hero-title{font-size:2.5rem}.category__grid{grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1.5rem}}@media(max-width:768px){.category__hero{padding:3rem 1.5rem}.category__hero-title{font-size:2rem}.category__hero-subtitle{font-size:1rem}.category__products{padding:3rem 1.5rem}.category__grid{grid-template-columns:repeat(2,1fr);gap:1rem}}@media(max-width:480px){.category__hero-title{font-size:1.75rem}}.legal{width:100%}.legal__hero{min-height:40vh;display:flex;align-items:center;justify-content:center;padding:2rem 1.5rem;background-image:url(https://images.unsplash.com/photo-1515886657613-9f3515b0c78f?auto=format&fit=crop&w=1920&q=80);background-size:cover;background-position:center;background-repeat:no-repeat;position:relative}.legal__hero:before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,#00000080,#0000004d);z-index:1}.legal__hero-content{position:relative;z-index:2;text-align:center;max-width:800px}.legal__hero-title{font-family:var(--font-heading),"Georgia",serif;font-size:3.5rem;font-weight:700;color:#fff;text-shadow:0 2px 10px rgba(0,0,0,.3);letter-spacing:-.02em;line-height:1.1;margin:0 0 1rem}.legal__hero-subtitle{font-family:var(--font-body);font-size:1.2rem;color:#fffffff2;font-weight:400;margin:0;line-height:1.4}.legal__container{max-width:1000px;margin:0 auto;padding:5rem 2rem;background-color:#fff}.legal__section{margin-bottom:3.5rem;padding:3rem;background:#fafafa;border-radius:12px;box-shadow:0 2px 8px #0000000a;transition:transform .3s ease,box-shadow .3s ease}.legal__section:hover{transform:translateY(-2px);box-shadow:0 4px 16px #00000014}.legal__section:last-child{margin-bottom:0}.legal__section-title{font-family:var(--font-heading),"Georgia",serif;font-size:2rem;font-weight:600;color:#1f2937;margin:0 0 1.5rem;padding-bottom:1rem;border-bottom:3px solid #2563eb;letter-spacing:-.01em}.legal__text{font-size:1.05rem;color:#4b5563;line-height:1.9;margin:0 0 1.25rem}.legal__text:last-child{margin-bottom:0}@media(max-width:768px){.legal__hero{min-height:35vh;padding:1.5rem 1rem}.legal__hero-title{font-size:2.5rem}.legal__hero-subtitle{font-size:1.05rem}.legal__container{padding:3rem 1.5rem}.legal__section{padding:2rem 1.5rem}.legal__section-title{font-size:1.6rem}.legal__text{font-size:1rem}}.app{display:flex;flex-direction:column;min-height:100vh}.app__main{flex:1;width:100%}
