:root{--sw-burgundy:#7e1f32;--sw-burgundy-dark:#591322;--sw-ink:#201b19;--sw-muted:#746b66;--sw-ivory:#f8f4ee;--sw-line:#e7ded5}
.sw-home{color:var(--sw-ink);background:#fff;font-family:Arial,Helvetica,sans-serif}
.sw-home *,.sw-home *:before,.sw-home *:after{box-sizing:border-box}
.sw-home h1,.sw-home h2,.sw-home p{margin:0}.sw-home a{color:inherit;text-decoration:none}
.sw-shell{width:min(100% - 48px,1360px);margin-inline:auto}
.sw-eyebrow{margin-bottom:16px!important;color:var(--sw-burgundy);font-size:11px;font-weight:800;letter-spacing:.19em}
.sw-hero{min-height:clamp(500px,48vw,680px);position:relative;overflow:hidden;display:flex;align-items:center;background:var(--sw-ivory)}
.sw-hero__image,.sw-hero__shade{position:absolute;inset:0;width:100%;height:100%}
.sw-hero__image{object-fit:cover;object-position:center;display:block}
.sw-hero__shade{background:linear-gradient(90deg,rgba(248,244,238,.98) 0%,rgba(248,244,238,.88) 27%,rgba(248,244,238,.22) 53%,transparent 72%)}
.sw-hero__content{position:relative;z-index:2;padding-block:72px}
.sw-hero__content>*{max-width:560px}
.sw-hero h1{font-family:Georgia,'Times New Roman',serif;font-size:clamp(43px,5.3vw,78px);font-weight:400;line-height:.96;letter-spacing:-.045em}
.sw-hero__description{margin-top:24px!important;color:#504946;font-size:clamp(15px,1.25vw,18px);line-height:1.65}
.sw-hero__actions{margin-top:32px;display:flex;flex-wrap:wrap;gap:12px}
.sw-button{min-height:47px;padding:0 25px;border:1px solid var(--sw-burgundy);display:inline-flex;align-items:center;justify-content:center;gap:18px;font-size:10px;font-weight:800;letter-spacing:.12em;transition:.2s ease}
.sw-button--primary{background:var(--sw-burgundy);color:#fff!important}.sw-button--primary:hover{background:var(--sw-burgundy-dark)}
.sw-button--secondary{background:rgba(255,255,255,.82);color:var(--sw-burgundy)!important}.sw-button--secondary:hover{background:#fff}

.sw-trust{min-height:87px;padding-inline:max(24px,calc((100% - 1360px)/2));display:grid;grid-template-columns:repeat(4,1fr);align-items:center;border-block:1px solid var(--sw-line)}
.sw-trust>div{min-height:38px;padding:0 24px;display:flex;align-items:center;justify-content:center;gap:12px;border-right:1px solid var(--sw-line);font-size:12px;font-weight:700;text-align:center}
.sw-trust>div:first-child{padding-left:0}.sw-trust>div:last-child{padding-right:0;border-right:0}
.sw-trust svg{width:23px;height:23px;flex:0 0 auto;color:var(--sw-burgundy)}

.sw-categories{padding-block:92px}
.sw-section-heading{margin-bottom:38px;display:flex;align-items:center;gap:22px}
.sw-section-heading h2,.sw-bestsellers__heading h2{font-family:Georgia,'Times New Roman',serif;font-size:clamp(31px,3vw,46px);font-weight:400;letter-spacing:-.025em}
.sw-section-heading i{height:1px;flex:1;background:var(--sw-line)}
.sw-category-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.sw-category-card{min-height:370px;padding:28px;position:relative;overflow:hidden;isolation:isolate;display:flex;align-items:flex-end;justify-content:space-between;background-color:#d9cec2;background-image:var(--sw-hero-image);background-size:260% auto;color:#fff!important;transition:transform .3s ease}
.sw-category-card:after{content:'';position:absolute;inset:0;z-index:-1;background:linear-gradient(180deg,transparent 35%,rgba(25,8,11,.78))}
.sw-category-card:hover{transform:translateY(-4px)}.sw-category-card span{font-family:Georgia,'Times New Roman',serif;font-size:27px}.sw-category-card b{font-size:23px;font-weight:400}
.sw-category-card--designer{background-position:51% 51%}.sw-category-card--dubai{background-position:96% 50%}.sw-category-card--dames{background-position:12% 52%}.sw-category-card--heren{background-position:68% 53%}.sw-category-card--unisex{background-position:34% 51%}.sw-category-card--france{background-position:4% 52%}

.sw-bestsellers{padding-bottom:96px}
.sw-bestsellers__heading{margin-bottom:38px;display:flex;align-items:end;justify-content:space-between;gap:20px}
.sw-bestsellers__heading>a{padding-bottom:4px;border-bottom:1px solid currentColor;color:var(--sw-burgundy)!important;font-size:10px;font-weight:800;letter-spacing:.11em;text-transform:uppercase}
.sw-products{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:18px}
.sw-product-card{min-width:0}.sw-product-card__media{aspect-ratio:1/1.12;position:relative;overflow:hidden;display:block;background:var(--sw-ivory)}
.sw-product-card__image{width:100%;height:100%;padding:20px;object-fit:contain;display:block;transition:opacity .3s ease,transform .4s ease}
.sw-product-card__image--secondary{position:absolute;inset:0;opacity:0}
.sw-product-card--has-hover .sw-product-card__media:hover .sw-product-card__image--primary{opacity:0}.sw-product-card--has-hover .sw-product-card__media:hover .sw-product-card__image--secondary{opacity:1}
.sw-product-card__media:hover .sw-product-card__image{transform:scale(1.025)}
.sw-product-card__badge{position:absolute;top:12px;left:12px;z-index:2;padding:6px 9px;background:var(--sw-burgundy);color:#fff;font-size:9px;font-weight:800;letter-spacing:.1em;text-transform:uppercase}
.sw-product-card__body{padding-top:16px}.sw-product-card__title{display:block;font-family:Georgia,'Times New Roman',serif;font-size:17px;line-height:1.28}
.sw-product-card__type{margin-top:6px;display:block;color:var(--sw-muted);font-size:10px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}
.sw-product-card__bottom{margin-top:13px;display:flex;align-items:center;justify-content:space-between;gap:12px}.sw-product-card__price{font-size:14px;font-weight:800}
.sw-product-card__form button{width:37px;height:37px;padding:7px;display:grid;place-items:center;border:1px solid var(--sw-burgundy);background:transparent;color:var(--sw-burgundy);cursor:pointer}.sw-product-card__form button:hover{background:var(--sw-burgundy);color:#fff}.sw-product-card__form svg{width:20px}.sw-product-card__form button:disabled{width:auto;opacity:.55;font-size:9px}

.sw-story{padding-bottom:92px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px}
.sw-story-card{min-height:500px;padding:48px;position:relative;overflow:hidden;isolation:isolate;display:flex;align-items:flex-end;background-image:var(--sw-hero-image);background-size:185% auto;color:#fff!important}
.sw-story-card:after{content:'';position:absolute;inset:0;z-index:-1;background:linear-gradient(180deg,rgba(31,7,11,.03),rgba(31,7,11,.77))}
.sw-story-card--france{background-position:4% 50%}.sw-story-card--dubai{background-position:96% 48%}
.sw-story-card span{max-width:430px;display:block}.sw-story-card small{display:block;margin-bottom:13px;color:#f0d6a8;font-size:10px;font-weight:800;letter-spacing:.17em}
.sw-story-card strong{display:block;font-family:Georgia,'Times New Roman',serif;font-size:clamp(32px,3.1vw,47px);font-weight:400;line-height:1.05}
.sw-story-card em{margin:15px 0 24px;display:block;font-size:15px;font-style:normal;line-height:1.6}.sw-story-card b{padding-bottom:4px;border-bottom:1px solid currentColor;font-size:9px;letter-spacing:.12em}

@media(max-width:1050px){.sw-category-grid{grid-template-columns:repeat(2,1fr)}.sw-category-card{min-height:480px}.sw-products{grid-template-columns:repeat(3,1fr)}.sw-product-card:nth-child(n+4){display:none}.sw-story-card{min-height:440px;padding:36px}}
@media(max-width:749px){
  .sw-shell{width:min(100% - 32px,1360px)}.sw-hero{min-height:650px;align-items:flex-end}.sw-hero__image{object-position:64% center}.sw-hero__shade{background:linear-gradient(180deg,rgba(248,244,238,.02) 18%,rgba(248,244,238,.28) 47%,rgba(248,244,238,.97) 78%)}.sw-hero__content{padding-block:48px}.sw-hero h1{font-size:clamp(43px,13vw,65px)}.sw-hero__description{max-width:520px}
  .sw-trust{padding:0;grid-template-columns:repeat(4,220px);overflow:auto}.sw-trust>div{min-height:70px}.sw-trust>div:first-child{padding-left:24px}
  .sw-categories{padding-block:64px}.sw-section-heading{margin-bottom:30px}.sw-category-grid{grid-template-columns:repeat(2,1fr);gap:12px}.sw-category-card{min-height:300px;padding:20px;background-size:360% auto}.sw-category-card span{font-size:22px}
  .sw-bestsellers{padding-bottom:68px}.sw-products{width:calc(100% + 16px);grid-template-columns:repeat(5,minmax(230px,75vw));overflow:auto;scroll-snap-type:x mandatory}.sw-product-card,.sw-product-card:nth-child(n+4){display:block;scroll-snap-align:start}.sw-bestsellers__heading>a{display:none}
  .sw-story{padding-bottom:64px;grid-template-columns:1fr}.sw-story-card{min-height:430px;padding:30px;background-size:cover}
}
@media(max-width:430px){.sw-hero__actions{display:grid;grid-template-columns:1fr 1fr}.sw-button{padding-inline:12px}.sw-category-card{min-height:250px}.sw-category-card span{font-size:19px}}
@media(prefers-reduced-motion:reduce){.sw-button,.sw-category-card,.sw-product-card__image{transition:none}}
