.s100-wl-wrap{font-family:'Inter',sans-serif;color:#241E1B;background:#FBF0E8;min-height:60vh;padding:24px 8% 90px;max-width:1400px;margin:0 auto;box-sizing:border-box}
.s100-wl-wrap *{box-sizing:border-box}
.s100-wl-breadcrumb{font-size:12px;color:#8A7E72;margin:0 0 20px}
.s100-wl-breadcrumb a{color:#8A7E72;text-decoration:none}
.s100-wl-title-row{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:16px;margin-bottom:10px}
.s100-wl-title-row h1{font-family:'Cormorant Garamond',serif;font-weight:500;font-size:38px;margin:0}
.s100-wl-link-btn{background:none;border:none;font-size:12px;letter-spacing:.06em;color:#241E1B;border-bottom:1px solid #241E1B;cursor:pointer;padding:0 0 2px}
.s100-wl-subtitle{font-size:14px;color:#8A7E72;margin:0 0 40px;font-weight:300}
.s100-wl-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:28px}
@media (max-width:1023px){.s100-wl-grid{grid-template-columns:repeat(3,1fr)}}
@media (max-width:639px){.s100-wl-grid{grid-template-columns:repeat(2,1fr);gap:14px}}
.s100-wl-card{animation:s100wlFade 500ms ease-out both}
.s100-wl-card.removing{opacity:0;transform:scale(.92);transition:opacity 300ms,transform 300ms}
@keyframes s100wlFade{from{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}
.s100-wl-card__media{position:relative;width:100%;aspect-ratio:270/366;overflow:hidden;background:#EDE1D5}
.s100-wl-card__media img{width:100%;height:100%;object-fit:cover;display:block}
.s100-wl-oos-overlay{position:absolute;inset:0;background:rgba(36,30,27,.45);display:flex;align-items:center;justify-content:center;text-align:center;padding:20px}
.s100-wl-oos-overlay span{background:#FFFDFB;color:#241E1B;font-size:11px;letter-spacing:.05em;padding:8px 14px}
.s100-wl-badges{position:absolute;top:14px;left:14px;display:flex;flex-direction:column;gap:6px}
.s100-wl-badge{font-size:10px;letter-spacing:.05em;padding:5px 10px;display:inline-block}
.top-badge-dark{background:#241E1B;color:#FBF0E8}
.top-badge-tan{background:#F0C9AC;color:#5A3821;border-radius:4px}
.top-badge-green{background:#DCE9DC;color:#3C6B3E;border-radius:4px}
.s100-wl-remove{position:absolute;top:12px;right:12px;width:30px;height:30px;display:flex;align-items:center;justify-content:center;cursor:pointer;background:rgba(255,253,251,.9);border-radius:50%;border:none;transition:transform 150ms}
.s100-wl-remove:hover{transform:scale(1.1)}
.s100-wl-card__body{padding-top:14px}
.s100-wl-card__body h3{font-size:15px;font-weight:400;margin:0 0 6px;color:#241E1B}
.s100-wl-price{font-family:'Cormorant Garamond',serif;font-size:18px;margin:0 0 10px;color:#C97B4A}
.s100-wl-swatches{display:flex;gap:7px;margin-bottom:12px}
.s100-wl-swatch{width:17px;height:17px;border-radius:50%;display:block;border:1px solid rgba(36,30,27,.15)}
.s100-wl-addcart,.s100-wl-notify{display:flex;align-items:center;justify-content:center;min-height:44px;font-size:11.5px;letter-spacing:.08em;cursor:pointer;margin-bottom:8px;text-decoration:none;border:none;width:100%}
.s100-wl-addcart{background:#C97B4A;color:#FFFDFB}
.s100-wl-notify{background:#F0C9AC;color:#5A3821}
.s100-wl-notify-confirm{font-size:11.5px;color:#3C6B3E;margin:0 0 8px;text-align:center}
.s100-wl-price-alert-toggle{background:none;border:none;display:flex;align-items:center;gap:6px;font-size:11.5px;color:#8A7E72;cursor:pointer;padding:0}
.s100-wl-price-alert-toggle[data-on="1"]{color:#3C6B3E}
.s100-wl-empty{display:flex;flex-direction:column;align-items:center;text-align:center;padding:40px 24px 60px}
.s100-wl-empty svg{margin-bottom:24px}
.s100-wl-empty p{font-size:16px;color:#4A4038;line-height:1.7;max-width:440px;margin:0 0 28px}
.s100-wl-cta{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 34px;background:#C97B4A;color:#FFFDFB;text-decoration:none;font-size:13px;letter-spacing:.1em}
.s100-wl-guest{text-align:center;padding:60px 24px}
.s100-wl-guest h1{font-family:'Cormorant Garamond',serif;font-size:32px;margin:0 0 12px}
.s100-wl-guest p{color:#4A4038;margin:0 0 24px}
