:root{
  --cm-black:#000;
  --cm-ink:#111;
  --cm-white:#fff;
  --cm-off-white:#f5f5f5;
  --cm-border:#e5e5e5;
  --cm-gray:#777;
  --cm-shell:1480px;
  --cm-pad:clamp(20px,3.1vw,56px);
  --cm-header-height:78px;
  --cm-heading-font:Inter,'Helvetica Neue',Helvetica,Arial,sans-serif;
  --cm-body-font:Inter,'Helvetica Neue',Helvetica,Arial,sans-serif;
  --cm-hero-overlay:.54;
  --cm-ease:cubic-bezier(.22,1,.36,1);
}

*{box-sizing:border-box}
html{scroll-behavior:smooth;overflow-x:hidden}
body{margin:0;background:var(--cm-white);color:var(--cm-ink);font-family:var(--cm-body-font);font-size:16px;line-height:1.5;overflow-x:hidden;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}
img,video{display:block;max-width:100%;height:auto}
a{color:inherit;text-decoration:none}
button,input,select,textarea{font:inherit}
button{cursor:pointer}
ul,ol{margin:0;padding:0}
figure{margin:0}
h1,h2,h3,h4,p{margin-top:0}
h1,h2,h3,h4{font-family:var(--cm-heading-font);font-weight:800;letter-spacing:-.045em;line-height:.95}
::selection{background:var(--cm-black);color:var(--cm-white)}
.screen-reader-text{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.screen-reader-text:focus{clip:auto!important;width:auto;height:auto;display:block;top:8px;left:8px;z-index:1000;background:#fff;color:#000;padding:10px}
:focus-visible{outline:2px solid currentColor;outline-offset:3px}
.clothmans-shell{width:min(100%,var(--cm-shell));margin-inline:auto;padding-inline:var(--cm-pad)}
.clothmans-main{min-height:50vh}
.clothmans-kicker{margin:0 0 12px;text-transform:uppercase;letter-spacing:.14em;font-size:11px;font-weight:700;line-height:1.2}
.clothmans-button{min-height:52px;display:inline-flex;align-items:center;justify-content:center;padding:14px 22px;border:1px solid var(--cm-black);background:var(--cm-black);color:var(--cm-white);text-transform:uppercase;letter-spacing:.1em;font-size:12px;font-weight:800;line-height:1;transition:transform .25s var(--cm-ease),background .25s var(--cm-ease),color .25s var(--cm-ease),border-color .25s var(--cm-ease)}
.clothmans-button:hover{transform:translateY(-2px);background:#252525;border-color:#252525}
.clothmans-button--outline{background:transparent;border-color:currentColor;color:inherit}
.clothmans-button--outline:hover{background:var(--cm-white);border-color:var(--cm-white);color:var(--cm-black)}
.clothmans-button--light{background:var(--cm-white);border-color:var(--cm-white);color:var(--cm-black)}
.clothmans-button--light:hover{background:transparent;border-color:var(--cm-white);color:var(--cm-white)}
.clothmans-text-link{display:inline-flex;gap:7px;align-items:center;border-bottom:1px solid currentColor;padding-bottom:3px;text-transform:uppercase;letter-spacing:.1em;font-size:11px;font-weight:800;white-space:nowrap;transition:opacity .2s ease}
.clothmans-text-link:hover{opacity:.58}

/* Header */
.clothmans-header-wrap{position:sticky;top:0;z-index:80;background:var(--cm-white)}
.clothmans-header-wrap--overlay{position:absolute;inset:0 0 auto;background:transparent;pointer-events:none}
.clothmans-header-wrap--overlay>*{pointer-events:auto}
.clothmans-header-wrap:not(.is-sticky-enabled){position:relative}
.clothmans-announcement{height:34px;display:grid;place-items:center;background:var(--cm-black);color:var(--cm-white);padding:0 12px;text-align:center}
.clothmans-announcement p{margin:0;font-size:10px;font-weight:700;letter-spacing:.12em;line-height:1.2;text-transform:uppercase}
.clothmans-site-header{height:var(--cm-header-height);background:var(--cm-white);color:var(--cm-ink);border-bottom:1px solid var(--cm-border);transition:height .28s var(--cm-ease),background .28s var(--cm-ease),color .28s var(--cm-ease),box-shadow .28s var(--cm-ease)}
.clothmans-header-wrap--overlay .clothmans-site-header{background:linear-gradient(180deg,rgba(0,0,0,.42),rgba(0,0,0,0));border-color:transparent;color:var(--cm-white)}
.clothmans-header-wrap--overlay .clothmans-site-header.is-scrolled{background:var(--cm-white);color:var(--cm-ink);border-color:var(--cm-border);box-shadow:0 4px 16px rgba(0,0,0,.04)}
.clothmans-header-inner{width:min(100%,var(--cm-shell));height:100%;padding-inline:var(--cm-pad);margin:auto;display:grid;grid-template-columns:minmax(180px,1fr) auto minmax(180px,1fr);align-items:center;gap:32px}
.clothmans-brand{display:flex;align-items:center;min-width:0}
.clothmans-brand>a,.clothmans-brand .custom-logo-link{font-family:var(--cm-heading-font);font-size:20px;font-weight:800;letter-spacing:-.035em;line-height:1;white-space:nowrap}
.clothmans-brand .custom-logo-link{display:block;line-height:0}.clothmans-brand .custom-logo{display:block;max-width:190px;width:auto;height:auto;max-height:38px;filter:none}
.clothmans-primary-nav{justify-self:center}.clothmans-nav-list{display:flex;align-items:center;gap:28px;list-style:none}.clothmans-nav-list a,.clothmans-action-link{display:inline-flex;align-items:center;min-height:44px;text-transform:uppercase;letter-spacing:.11em;font-size:11px;font-weight:700;white-space:nowrap;transition:opacity .2s ease}.clothmans-nav-list a:hover,.clothmans-action-link:hover{opacity:.56}
.clothmans-desktop-actions{justify-self:end;display:flex;align-items:center;gap:19px}.clothmans-action-link{border:0;padding:0;background:transparent;color:inherit}.clothmans-desktop-actions .clothmans-cart-count{position:static;margin-left:6px;border:0;width:auto;height:auto;background:transparent;color:inherit;font-size:11px}
.clothmans-mobile-actions{display:none}.clothmans-icon-button{border:0;background:transparent;color:inherit;padding:0;display:grid;place-items:center;width:44px;height:44px;position:relative}.clothmans-icon-button svg,.clothmans-search-panel svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.35;stroke-linecap:round;stroke-linejoin:round}.clothmans-cart-button .clothmans-cart-count{position:absolute;right:2px;top:3px;display:grid;place-items:center;min-width:15px;height:15px;padding:0 3px;border-radius:999px;background:var(--cm-black);color:var(--cm-white);font-size:9px;font-weight:800;line-height:1}

/* Panels */
.clothmans-panel-overlay{position:fixed;inset:0;z-index:100;background:rgba(0,0,0,.35);opacity:0;visibility:hidden;transition:opacity .24s ease,visibility .24s ease}.clothmans-panel-overlay.is-active{opacity:1;visibility:visible}
.clothmans-menu-drawer,.clothmans-cart-drawer{position:fixed;top:0;z-index:110;width:min(440px,100vw);height:100dvh;background:var(--cm-white);color:var(--cm-ink);visibility:hidden;transition:transform .32s var(--cm-ease),visibility .32s var(--cm-ease);overflow-y:auto}
.clothmans-menu-drawer{left:0;transform:translateX(-100%);padding:25px var(--cm-pad)}.clothmans-cart-drawer{right:0;transform:translateX(100%);padding:25px 24px}.clothmans-menu-drawer.is-open,.clothmans-cart-drawer.is-open{transform:translateX(0);visibility:visible}.clothmans-drawer-head{display:flex;align-items:center;justify-content:space-between;min-height:40px;border-bottom:1px solid var(--cm-border);padding-bottom:18px;font-family:var(--cm-heading-font);font-weight:800;text-transform:uppercase;letter-spacing:.08em;font-size:12px}.clothmans-close-button{border:0;background:transparent;color:inherit;width:38px;height:38px;padding:0;font-size:31px;font-weight:300;line-height:1}.clothmans-mobile-nav-list{list-style:none;margin-top:42px}.clothmans-mobile-nav-list li+li{border-top:1px solid var(--cm-border)}.clothmans-mobile-nav-list a{display:block;padding:19px 0;font-family:var(--cm-heading-font);font-size:clamp(28px,7vw,46px);line-height:.96;font-weight:800;letter-spacing:-.05em;text-transform:uppercase}
.clothmans-drawer-empty{padding:26px 0;color:var(--cm-gray)}
.clothmans-search-panel{position:fixed;top:0;left:0;right:0;z-index:120;background:var(--cm-white);color:var(--cm-ink);border-bottom:1px solid var(--cm-border);transform:translateY(-105%);transition:transform .3s var(--cm-ease)}.clothmans-search-panel.is-open{transform:translateY(0)}.clothmans-search-inner{width:min(100%,var(--cm-shell));height:78px;padding-inline:var(--cm-pad);margin:auto;display:flex;align-items:center;gap:12px}.clothmans-search-inner form{flex:1;display:flex;align-items:center;border-bottom:1px solid var(--cm-ink)}.clothmans-search-inner input[type="search"]{flex:1;min-width:0;height:50px;border:0;background:transparent;color:inherit;outline:0;font-size:14px;letter-spacing:.06em;text-transform:uppercase}.clothmans-search-inner form button{width:44px;height:44px;border:0;background:transparent;color:inherit;padding:0;display:grid;place-items:center}
body.clothmans-panel-open{overflow:hidden}

/* Starter home */
.clothmans-hero{min-height:min(920px,100svh);height:86svh;position:relative;isolation:isolate;display:grid;align-items:end;overflow:hidden;background:var(--cm-black);color:var(--cm-white)}.clothmans-hero-media,.clothmans-hero-media picture,.clothmans-hero-media img,.clothmans-hero-media video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.clothmans-hero-media img{filter:grayscale(1);transform:scale(1.01)}.clothmans-hero-overlay{position:absolute;z-index:-1;inset:0;background:linear-gradient(90deg,rgba(0,0,0,calc(var(--cm-hero-overlay) + .13)) 0%,rgba(0,0,0,calc(var(--cm-hero-overlay) * .25)) 70%,rgba(0,0,0,calc(var(--cm-hero-overlay) * .1)) 100%),linear-gradient(0deg,rgba(0,0,0,.44),transparent 48%)}.clothmans-hero-content{position:relative;z-index:1;padding-bottom:clamp(38px,6vw,88px)}.clothmans-hero h1{max-width:1080px;margin:0;font-size:clamp(54px,9.5vw,154px);text-transform:uppercase}.clothmans-hero-copy{max-width:440px;margin:19px 0 26px;font-size:17px}.clothmans-actions{display:flex;flex-wrap:wrap;gap:10px}.clothmans-section{padding:clamp(72px,10vw,160px) 0}.clothmans-section--flush{padding-top:0}.clothmans-section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:32px;margin-bottom:30px}.clothmans-section-head h2,.clothmans-newsletter h2{margin:0;font-size:clamp(38px,5vw,76px);text-transform:uppercase}.clothmans-section-head p:not(.clothmans-kicker){margin:13px 0 0;color:var(--cm-gray)}
.clothmans-product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;list-style:none}.clothmans-product-card{position:relative;min-width:0}.clothmans-product-media{position:relative;display:block;aspect-ratio:4/5;overflow:hidden;background:var(--cm-off-white)}.clothmans-product-media img{width:100%;height:100%;object-fit:cover;transition:transform .55s var(--cm-ease),opacity .35s ease}.clothmans-product-alt{position:absolute;inset:0;opacity:0}.clothmans-product-card:hover .clothmans-product-main{opacity:0}.clothmans-product-card:hover .clothmans-product-alt{opacity:1;transform:scale(1.025)}.clothmans-product-badge{position:absolute;z-index:2;top:10px;left:10px;background:var(--cm-white);color:var(--cm-black);padding:6px 8px;text-transform:uppercase;letter-spacing:.08em;font-size:9px;font-weight:800}.clothmans-product-meta{display:flex;justify-content:space-between;gap:12px;padding-top:12px;line-height:1.3}.clothmans-product-name{font-size:13px;font-weight:750;text-transform:uppercase}.clothmans-product-price{font-size:13px;font-weight:700;white-space:nowrap}.clothmans-product-price del{opacity:.45}.clothmans-product-price ins{text-decoration:none}.clothmans-quick-add{display:flex;min-height:46px;margin-top:12px;align-items:center;justify-content:center;border:1px solid var(--cm-black);background:var(--cm-black);color:var(--cm-white);text-transform:uppercase;letter-spacing:.1em;font-size:10px;font-weight:800;opacity:0;transform:translateY(7px);transition:opacity .25s var(--cm-ease),transform .25s var(--cm-ease),background .25s ease}.clothmans-product-card:hover .clothmans-quick-add,.clothmans-quick-add:focus-visible{opacity:1;transform:none}.clothmans-quick-add:hover{background:#292929}.clothmans-category-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.clothmans-category-card{position:relative;display:flex;min-height:clamp(370px,40vw,610px);overflow:hidden;background:var(--cm-black);color:var(--cm-white)}.clothmans-category-card>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;filter:grayscale(1);transition:transform .65s var(--cm-ease)}.clothmans-category-overlay{position:absolute;inset:0;background:linear-gradient(0deg,rgba(0,0,0,.7),rgba(0,0,0,.03) 65%)}.clothmans-category-content{position:relative;z-index:1;display:flex;flex:1;flex-direction:column;justify-content:flex-end;padding:25px}.clothmans-category-content strong{font-family:var(--cm-heading-font);font-size:clamp(29px,3.5vw,56px);font-weight:800;line-height:.92;letter-spacing:-.05em}.clothmans-category-content span{display:flex;align-items:center;justify-content:space-between;margin-top:13px;text-transform:uppercase;letter-spacing:.12em;font-size:10px;font-weight:800}.clothmans-category-card:hover>img{transform:scale(1.04)}
.clothmans-statement{background:var(--cm-black);color:var(--cm-white);padding:clamp(96px,13vw,210px) 0;text-align:center}.clothmans-statement .clothmans-shell{max-width:1050px}.clothmans-statement h2{margin:0;font-size:clamp(48px,8vw,128px);text-transform:uppercase}.clothmans-statement p:not(.clothmans-kicker){max-width:610px;margin:25px auto 32px;font-size:clamp(16px,1.4vw,20px);color:#d8d8d8}.clothmans-lookbook-copy{max-width:290px;margin:0;text-align:right;text-transform:uppercase;font-size:11px;font-weight:800;letter-spacing:.1em;line-height:1.55}.clothmans-lookbook-grid{display:grid;grid-template-columns:1.1fr .9fr .9fr 1.1fr;gap:10px;align-items:start}.clothmans-lookbook-grid figure{overflow:hidden;background:var(--cm-off-white)}.clothmans-lookbook-grid figure:nth-child(2),.clothmans-lookbook-grid figure:nth-child(3){margin-top:80px}.clothmans-lookbook-grid img{width:100%;aspect-ratio:3/4;object-fit:cover;filter:grayscale(1);transition:transform .55s var(--cm-ease),filter .55s ease}.clothmans-lookbook-grid figure:hover img{transform:scale(1.035);filter:grayscale(.3)}
.clothmans-newsletter{padding:clamp(75px,10vw,140px) 0;background:var(--cm-black);color:var(--cm-white)}.clothmans-newsletter-inner{display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,.8fr);gap:clamp(36px,10vw,150px);align-items:end}.clothmans-newsletter-form>p{max-width:420px;margin-bottom:20px;color:#ccc}.clothmans-newsletter-form form,.clothmans-newsletter-form .mailpoet_form,.clothmans-newsletter-form .mc4wp-form-fields{display:flex;align-items:center;border-bottom:1px solid #777}.clothmans-newsletter-form input[type="email"]{flex:1;min-width:0;height:52px;border:0;background:transparent;color:var(--cm-white);outline:0}.clothmans-newsletter-form input::placeholder{color:#a6a6a6}.clothmans-newsletter-form button,.clothmans-newsletter-form input[type="submit"]{height:52px;border:0;background:transparent;color:var(--cm-white);padding:0 0 0 20px;text-transform:uppercase;font-size:11px;font-weight:800;letter-spacing:.11em}.clothmans-newsletter-form .mailpoet_paragraph{margin:0}.clothmans-newsletter-form .mailpoet_submit{background:transparent!important}

/* Footer */
.clothmans-site-footer{background:#111;color:var(--cm-white);padding:clamp(65px,8vw,110px) 0 25px}.clothmans-footer-grid{display:grid;grid-template-columns:1.8fr repeat(4,1fr);gap:clamp(26px,4vw,70px)}.clothmans-footer-wordmark{display:inline-block;font-family:var(--cm-heading-font);font-size:23px;font-weight:800;letter-spacing:-.04em}.clothmans-footer-brand p{max-width:270px;margin:17px 0 0;color:#aaa;font-size:14px}.clothmans-footer-column h2{margin:3px 0 17px;font-family:var(--cm-body-font);font-size:10px;font-weight:800;letter-spacing:.12em;line-height:1.2;text-transform:uppercase}.clothmans-footer-menu{list-style:none}.clothmans-footer-menu li+li{margin-top:10px}.clothmans-footer-menu a{color:#b3b3b3;font-size:13px;transition:color .2s ease}.clothmans-footer-menu a:hover{color:var(--cm-white)}.clothmans-footer-bottom{display:flex;align-items:center;justify-content:space-between;gap:25px;border-top:1px solid #333;margin-top:clamp(48px,6vw,85px);padding-top:21px;color:#888;font-size:10px;letter-spacing:.06em;text-transform:uppercase}.clothmans-footer-bottom>span:last-child{display:flex;flex-wrap:wrap;gap:16px}.clothmans-footer-bottom a:hover{color:var(--cm-white)}

/* Standard pages and posts */
.clothmans-page-main{padding:clamp(70px,10vw,140px) 0}.clothmans-page-shell{width:min(100% - (var(--cm-pad) * 2),960px);margin:auto}.clothmans-page-header{margin-bottom:45px}.clothmans-page-header h1{margin:0;font-size:clamp(48px,8vw,112px);text-transform:uppercase}.clothmans-entry-content{font-size:17px}.clothmans-entry-content>*+*{margin-top:1.3em}.clothmans-entry-content h2{margin-top:2.5em;font-size:clamp(27px,4vw,48px);text-transform:uppercase}.clothmans-entry-content h3{margin-top:2em;font-size:23px}.clothmans-entry-content a{border-bottom:1px solid currentColor}.clothmans-entry-content img{margin-block:2em}.clothmans-entry-content blockquote{margin:2.2em 0;border-left:2px solid var(--cm-black);padding:5px 0 5px 22px;font-family:var(--cm-heading-font);font-size:clamp(24px,4vw,43px);font-weight:700;letter-spacing:-.04em;line-height:1.05}.clothmans-post-list{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.clothmans-post-card{border-top:1px solid var(--cm-border);padding-top:14px}.clothmans-post-card img{width:100%;aspect-ratio:4/3;object-fit:cover;margin-bottom:20px;filter:grayscale(1)}.clothmans-post-card h2{margin:0 0 12px;font-size:clamp(24px,3vw,42px);text-transform:uppercase}.clothmans-post-card p:not(.clothmans-kicker){color:var(--cm-gray)}.clothmans-post-card .clothmans-text-link{margin-top:7px}.navigation.pagination{margin-top:46px}.nav-links{display:flex;gap:9px}.nav-links .page-numbers{display:grid;place-items:center;min-width:40px;height:40px;border:1px solid var(--cm-border)}.nav-links .current{background:var(--cm-black);border-color:var(--cm-black);color:var(--cm-white)}

/* WooCommerce archive, product, cart and checkout */
.clothmans-woocommerce{padding:clamp(55px,8vw,112px) 0}.woocommerce .woocommerce-breadcrumb{margin:0 0 18px;color:var(--cm-gray);font-size:12px}.woocommerce .woocommerce-products-header{margin:0 0 clamp(34px,5vw,65px)}.woocommerce .woocommerce-products-header__title.page-title{margin:0;font-size:clamp(50px,8vw,118px);text-transform:uppercase}.woocommerce .term-description{max-width:520px;color:var(--cm-gray)}.woocommerce .woocommerce-result-count{margin:0;font-size:11px;letter-spacing:.1em;text-transform:uppercase}.woocommerce .woocommerce-ordering select{height:44px;min-width:180px;border:1px solid var(--cm-border);border-radius:0;background:var(--cm-white);padding:0 12px}.woocommerce .woocommerce-ordering{margin:0 0 28px}.woocommerce .woocommerce-result-count{margin:13px 0 28px}.woocommerce ul.products{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:38px 18px;list-style:none;margin:0!important;padding:0!important;clear:both}.woocommerce ul.products::before,.woocommerce ul.products::after{display:none!important}.woocommerce ul.products li.product{float:none!important;width:auto!important;margin:0!important;min-width:0}.woocommerce ul.products li.product a img{width:100%!important;margin:0!important;aspect-ratio:4/5;object-fit:cover;background:var(--cm-off-white);filter:grayscale(1);transition:transform .5s var(--cm-ease),filter .5s ease}.woocommerce ul.products li.product:hover a img{transform:scale(1.015);filter:grayscale(.2)}.woocommerce ul.products li.product .woocommerce-loop-product__title{padding:13px 0 0!important;margin:0!important;color:var(--cm-ink);font-family:var(--cm-body-font);font-size:13px!important;font-weight:750;text-transform:uppercase;letter-spacing:0;line-height:1.3}.woocommerce ul.products li.product .price{display:block;margin:7px 0 0!important;color:var(--cm-ink)!important;font-size:13px!important;font-weight:700!important}.woocommerce ul.products li.product .price del{opacity:.45}.woocommerce ul.products li.product .price ins{text-decoration:none}.woocommerce span.onsale{top:10px!important;left:10px!important;right:auto!important;min-width:auto!important;min-height:auto!important;margin:0!important;border:0!important;border-radius:0!important;background:var(--cm-white)!important;color:var(--cm-black)!important;padding:6px 8px!important;line-height:1!important;text-transform:uppercase;font-size:9px!important;letter-spacing:.08em;font-weight:800}.woocommerce ul.products li.product .button{display:flex!important;align-items:center;justify-content:center;min-height:46px;margin-top:12px!important;border:1px solid var(--cm-black);border-radius:0;background:var(--cm-black);color:var(--cm-white);padding:0 13px;text-transform:uppercase;letter-spacing:.1em;font-size:10px;font-weight:800;transition:background .2s ease}.woocommerce ul.products li.product .button:hover{background:#282828}.woocommerce nav.woocommerce-pagination{margin-top:55px}.woocommerce nav.woocommerce-pagination ul{border:0}.woocommerce nav.woocommerce-pagination ul li{border:0;margin-right:5px}.woocommerce nav.woocommerce-pagination ul li a,.woocommerce nav.woocommerce-pagination ul li span{min-width:40px;height:40px;display:grid;place-items:center;border:1px solid var(--cm-border);padding:0;background:var(--cm-white);color:var(--cm-ink)}.woocommerce nav.woocommerce-pagination ul li span.current{background:var(--cm-black);border-color:var(--cm-black);color:var(--cm-white)}
.woocommerce div.product{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(320px,.75fr);gap:clamp(32px,6vw,90px);position:relative}.woocommerce div.product .woocommerce-product-gallery{float:none!important;width:auto!important;margin:0!important}.woocommerce div.product .woocommerce-product-gallery__wrapper{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.woocommerce div.product .woocommerce-product-gallery__image{float:none!important;width:auto!important;margin:0!important}.woocommerce div.product .woocommerce-product-gallery__image a{display:block}.woocommerce div.product .woocommerce-product-gallery__image img{width:100%;aspect-ratio:4/5;object-fit:cover;background:var(--cm-off-white)}.woocommerce div.product .flex-control-thumbs{display:none}.woocommerce div.product .summary{float:none!important;width:auto!important;margin:0!important;align-self:start;position:sticky;top:115px}.woocommerce div.product .product_title{margin:0 0 11px;font-size:clamp(34px,4vw,60px);text-transform:uppercase}.woocommerce div.product p.price,.woocommerce div.product span.price{margin:0 0 23px;color:var(--cm-ink);font-size:18px;font-weight:750}.woocommerce div.product .woocommerce-product-rating{font-size:12px}.woocommerce div.product form.cart{margin:28px 0 20px}.woocommerce div.product form.cart .variations{margin-bottom:17px}.woocommerce div.product form.cart .variations th{padding:10px 14px 10px 0;text-transform:uppercase;letter-spacing:.09em;font-size:10px;text-align:left}.woocommerce div.product form.cart .variations td{padding:8px 0}.woocommerce div.product form.cart select{height:46px;width:100%;border:1px solid var(--cm-border);border-radius:0;background:#fff;padding:0 12px}.woocommerce .quantity .qty{width:64px;min-height:52px;border:1px solid var(--cm-border);border-radius:0}.woocommerce div.product form.cart .button,.woocommerce button.button,.woocommerce a.button,.woocommerce input.button,.woocommerce #respond input#submit{min-height:52px;border:1px solid var(--cm-black)!important;border-radius:0!important;background:var(--cm-black)!important;color:var(--cm-white)!important;padding:0 22px!important;text-transform:uppercase;letter-spacing:.1em;font-size:11px!important;font-weight:800!important;line-height:1!important;transition:background .2s ease!important}.woocommerce div.product form.cart .button:hover,.woocommerce button.button:hover,.woocommerce a.button:hover,.woocommerce input.button:hover,.woocommerce #respond input#submit:hover{background:#282828!important}.woocommerce div.product .product_meta{border-top:1px solid var(--cm-border);margin-top:24px;padding-top:18px;color:var(--cm-gray);font-size:12px}.woocommerce div.product .product_meta>span{display:block;margin-top:5px}.woocommerce div.product .woocommerce-tabs{grid-column:1/-1;margin-top:28px}.woocommerce div.product .woocommerce-tabs ul.tabs{display:flex;gap:23px;border:0;margin:0 0 26px;padding:0}.woocommerce div.product .woocommerce-tabs ul.tabs::before{display:none}.woocommerce div.product .woocommerce-tabs ul.tabs li{margin:0;padding:0;border:0;border-radius:0;background:transparent}.woocommerce div.product .woocommerce-tabs ul.tabs li::before,.woocommerce div.product .woocommerce-tabs ul.tabs li::after{display:none}.woocommerce div.product .woocommerce-tabs ul.tabs li a{padding:0 0 6px;color:var(--cm-gray);font-size:11px;text-transform:uppercase;letter-spacing:.09em}.woocommerce div.product .woocommerce-tabs ul.tabs li.active a{border-bottom:1px solid var(--cm-black);color:var(--cm-black)}.woocommerce div.product .woocommerce-tabs .panel{width:min(100%,700px);margin:0;font-size:15px}.woocommerce div.product .related{grid-column:1/-1;margin-top:70px}.woocommerce div.product .related>h2,.woocommerce div.product .upsells>h2{margin:0 0 25px;font-size:clamp(31px,4vw,56px);text-transform:uppercase}.clothmans-product-accordions{border-top:1px solid var(--cm-border);margin-top:25px}.clothmans-product-accordions details{border-bottom:1px solid var(--cm-border)}.clothmans-product-accordions summary{display:flex;align-items:center;justify-content:space-between;padding:17px 0;cursor:pointer;list-style:none;text-transform:uppercase;letter-spacing:.09em;font-size:11px;font-weight:800}.clothmans-product-accordions summary::-webkit-details-marker{display:none}.clothmans-product-accordions details[open] summary span{transform:rotate(45deg)}.clothmans-product-accordions details div{padding:0 0 17px;color:var(--cm-gray);font-size:14px}.clothmans-product-accordions details p{margin:0}.clothmans-product-accordions a{border-bottom:1px solid currentColor}.clothmans-mobile-atc{display:none}
.woocommerce-cart-form,.woocommerce-checkout-review-order,.woocommerce form.checkout_coupon,.woocommerce .woocommerce-form-login,.woocommerce .woocommerce-form-register{border:1px solid var(--cm-border)!important;border-radius:0!important;background:#fff;padding:clamp(18px,3vw,34px)!important}.woocommerce-cart-form table.cart,.woocommerce table.shop_table{border:0;border-collapse:collapse;border-radius:0;margin:0}.woocommerce table.shop_table th,.woocommerce table.shop_table td{border-color:var(--cm-border);padding:16px 10px}.woocommerce table.shop_table thead th{text-transform:uppercase;letter-spacing:.08em;font-size:10px}.woocommerce-cart-form table.cart img{width:78px}.woocommerce .cart-collaterals{margin-top:32px}.woocommerce .cart-collaterals .cart_totals{float:none;width:min(100%,480px);margin-left:auto;border:1px solid var(--cm-border);padding:25px}.woocommerce .cart-collaterals .cart_totals h2,.woocommerce-checkout-review-order h3{margin:0 0 22px;font-size:25px;text-transform:uppercase}.woocommerce .cart-collaterals .wc-proceed-to-checkout a.checkout-button{display:flex;align-items:center;justify-content:center;margin:0;padding:0}.woocommerce form .form-row{margin:0 0 17px}.woocommerce form .form-row label{margin-bottom:7px;text-transform:uppercase;letter-spacing:.08em;font-size:10px;font-weight:800}.woocommerce form .form-row input.input-text,.woocommerce form .form-row textarea,.woocommerce form .form-row select{min-height:49px;border:1px solid var(--cm-border);border-radius:0;padding:10px 12px;background:var(--cm-white);font-size:15px}.woocommerce form .form-row textarea{min-height:110px}.woocommerce-checkout h3{margin:35px 0 20px;font-size:28px;text-transform:uppercase}.woocommerce-checkout-review-order{margin-top:30px}.woocommerce-checkout-review-order table{margin-bottom:22px!important}.woocommerce-checkout #payment{border-radius:0;background:var(--cm-off-white)}.woocommerce-checkout #payment div.payment_box{background:#e8e8e8}.woocommerce-checkout #payment div.payment_box::before{border-bottom-color:#e8e8e8}.woocommerce-message,.woocommerce-info,.woocommerce-error{border:1px solid var(--cm-border)!important;border-top:1px solid var(--cm-border)!important;border-radius:0!important;background:var(--cm-off-white)!important;color:var(--cm-ink)!important;padding:16px 18px 16px 45px!important}.woocommerce-message::before,.woocommerce-info::before,.woocommerce-error::before{color:var(--cm-black)!important}.woocommerce-message .button,.woocommerce-info .button{float:right!important;min-height:34px;padding:0 12px!important;font-size:9px!important}

/* Mini cart */
.clothmans-cart-drawer .woocommerce-mini-cart{list-style:none;margin:0;padding:0}.clothmans-cart-drawer .woocommerce-mini-cart-item{position:relative;min-height:108px;margin:0;padding:20px 22px 20px 0;border-bottom:1px solid var(--cm-border)}.clothmans-cart-drawer .woocommerce-mini-cart-item>a:not(.remove){display:block;font-size:12px;font-weight:800;text-transform:uppercase;line-height:1.3}.clothmans-cart-drawer .woocommerce-mini-cart-item img{float:left;width:67px;height:83px;margin:0 14px 0 0;object-fit:cover;background:var(--cm-off-white)}.clothmans-cart-drawer .woocommerce-mini-cart-item .remove{position:absolute;right:0;top:18px;color:var(--cm-ink)!important;font-size:18px;line-height:1}.clothmans-cart-drawer .woocommerce-mini-cart-item .quantity{display:block;margin-top:7px;color:var(--cm-gray);font-size:12px}.clothmans-cart-drawer .woocommerce-mini-cart__total{display:flex;justify-content:space-between;margin:0;padding:22px 0;border-bottom:1px solid var(--cm-border);font-size:12px;text-transform:uppercase;letter-spacing:.08em}.clothmans-cart-drawer .woocommerce-mini-cart__buttons{display:grid;gap:10px;margin:19px 0 0}.clothmans-cart-drawer .woocommerce-mini-cart__buttons a{display:flex;align-items:center;justify-content:center;min-height:50px;border:1px solid var(--cm-black);background:var(--cm-black);color:var(--cm-white);text-transform:uppercase;letter-spacing:.1em;font-size:10px;font-weight:800}.clothmans-cart-drawer .woocommerce-mini-cart__buttons a:first-child{background:var(--cm-white);color:var(--cm-black)}.clothmans-cart-drawer .woocommerce-mini-cart__empty-message{margin:30px 0;color:var(--cm-gray)}

@media (max-width:1100px){
  .clothmans-header-inner{grid-template-columns:minmax(150px,1fr) auto minmax(150px,1fr);gap:22px}.clothmans-nav-list{gap:18px}.clothmans-desktop-actions{gap:13px}.clothmans-footer-grid{grid-template-columns:1.5fr repeat(3,1fr)}.clothmans-footer-brand{grid-column:1/-1}.woocommerce div.product{gap:44px}.woocommerce ul.products,.clothmans-product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
}
@media (max-width:767px){
  :root{--cm-pad:16px;--cm-header-height:70px}
  body.admin-bar .clothmans-header-wrap{top:46px}.clothmans-announcement{height:30px}.clothmans-announcement p{font-size:8px;letter-spacing:.09em}.clothmans-header-wrap--overlay .clothmans-site-header,.clothmans-header-wrap--overlay .clothmans-site-header.is-scrolled,.clothmans-site-header{height:var(--cm-header-height);background:var(--cm-white);color:var(--cm-ink);border-bottom:1px solid var(--cm-border);box-shadow:none}.clothmans-site-header.is-scrolled{height:62px;box-shadow:0 4px 16px rgba(0,0,0,.045)}.clothmans-header-inner{position:relative;grid-template-columns:88px minmax(0,1fr) 88px;gap:0;padding-inline:14px}.clothmans-primary-nav,.clothmans-desktop-actions{display:none}.clothmans-mobile-actions{display:flex;align-items:center;gap:12px;height:100%}.clothmans-mobile-actions--left,.clothmans-mobile-actions--right{position:absolute;top:0;z-index:2}.clothmans-mobile-actions--left{left:14px}.clothmans-mobile-actions--right{right:14px}.clothmans-icon-button{width:24px;height:44px;flex:0 0 24px}.clothmans-icon-button svg{width:19px;height:19px;stroke-width:1.25}.clothmans-brand{justify-self:center;position:absolute;left:100px;right:100px;justify-content:center;overflow:hidden}.clothmans-brand>a,.clothmans-brand .custom-logo-link{font-size:20px;letter-spacing:-.04em;overflow:hidden;text-overflow:ellipsis}.clothmans-brand .custom-logo{max-width:155px;max-height:30px}.clothmans-cart-button .clothmans-cart-count{right:-8px;top:5px}.clothmans-menu-drawer{width:100vw;padding:19px 18px}.clothmans-cart-drawer{width:min(94vw,430px);padding:19px 18px}.clothmans-search-inner{height:70px;padding-inline:14px}.clothmans-search-inner input[type="search"]{font-size:13px}.clothmans-hero{min-height:620px;height:100svh;max-height:900px}.clothmans-hero-overlay{background:linear-gradient(0deg,rgba(0,0,0,.78),rgba(0,0,0,.06) 70%),linear-gradient(90deg,rgba(0,0,0,calc(var(--cm-hero-overlay) * .8)),rgba(0,0,0,calc(var(--cm-hero-overlay) * .1)))}.clothmans-hero-content{padding-bottom:32px}.clothmans-hero h1{font-size:clamp(45px,13.5vw,58px);line-height:.91}.clothmans-hero-copy{max-width:325px;margin:15px 0 23px;font-size:15px}.clothmans-actions{display:grid;grid-template-columns:1fr;gap:8px}.clothmans-button{width:100%;min-height:50px;font-size:11px}.clothmans-section{padding:66px 0}.clothmans-section-head{gap:15px;margin-bottom:23px}.clothmans-section-head h2,.clothmans-newsletter h2{font-size:clamp(34px,10vw,46px)}.clothmans-section-head p:not(.clothmans-kicker){font-size:14px}.clothmans-section-head .clothmans-text-link{font-size:9px}.clothmans-product-grid,.woocommerce ul.products{grid-template-columns:repeat(2,minmax(0,1fr));gap:30px 10px}.clothmans-product-media{aspect-ratio:3/4}.clothmans-product-alt{display:none}.clothmans-product-card:hover .clothmans-product-main{opacity:1}.clothmans-product-meta{padding-top:9px;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:5px}.clothmans-product-name,.clothmans-product-price{font-size:11px}.clothmans-quick-add{min-height:41px;margin-top:8px;opacity:1;transform:none;font-size:9px}.clothmans-category-grid{grid-template-columns:1fr;gap:8px}.clothmans-category-card{min-height:410px}.clothmans-category-content{padding:21px}.clothmans-category-content strong{font-size:45px}.clothmans-statement{text-align:left;padding:95px 0}.clothmans-statement h2{font-size:clamp(52px,15vw,72px)}.clothmans-statement p:not(.clothmans-kicker){margin-inline:0;font-size:16px}.clothmans-statement .clothmans-button{width:100%;margin-top:4px}.clothmans-lookbook .clothmans-section-head{display:block}.clothmans-lookbook-copy{text-align:left;margin-top:16px}.clothmans-lookbook-grid{grid-template-columns:1fr 1fr;gap:5px}.clothmans-lookbook-grid figure:nth-child(2),.clothmans-lookbook-grid figure:nth-child(3){margin-top:0}.clothmans-lookbook-grid figure:nth-child(2){margin-top:42px}.clothmans-newsletter{padding:66px 0}.clothmans-newsletter-inner{grid-template-columns:1fr;gap:28px}.clothmans-newsletter-form form{display:grid;grid-template-columns:1fr}.clothmans-newsletter-form button,.clothmans-newsletter-form input[type="submit"]{justify-self:start;padding-left:0}.clothmans-footer-grid{grid-template-columns:1fr 1fr;gap:32px 16px}.clothmans-footer-brand{grid-column:1/-1}.clothmans-footer-bottom{display:grid;gap:12px;font-size:9px}.clothmans-footer-bottom>span:last-child{gap:12px}.clothmans-page-main{padding:64px 0}.clothmans-page-shell{width:auto;margin:0 var(--cm-pad)}.clothmans-page-header{margin-bottom:30px}.clothmans-page-header h1{font-size:clamp(44px,13vw,60px)}.clothmans-entry-content{font-size:16px}.clothmans-post-list{grid-template-columns:1fr;gap:34px}.clothmans-woocommerce{padding:42px 0 65px}.woocommerce .woocommerce-products-header{margin-bottom:32px}.woocommerce .woocommerce-products-header__title.page-title{font-size:clamp(46px,13vw,62px)}.woocommerce .woocommerce-result-count{float:none;margin:0 0 17px}.woocommerce .woocommerce-ordering{float:none;margin:0 0 22px}.woocommerce .woocommerce-ordering select{width:100%}.woocommerce ul.products{gap:30px 10px}.woocommerce ul.products li.product .woocommerce-loop-product__title,.woocommerce ul.products li.product .price{font-size:11px!important}.woocommerce ul.products li.product .button{min-height:41px;margin-top:8px!important;padding:0 7px;font-size:9px}.woocommerce div.product{grid-template-columns:1fr;gap:23px}.woocommerce div.product .woocommerce-product-gallery__wrapper{display:flex;gap:0;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;margin-inline:calc(var(--cm-pad) * -1)}.woocommerce div.product .woocommerce-product-gallery__wrapper::-webkit-scrollbar{display:none}.woocommerce div.product .woocommerce-product-gallery__image{flex:0 0 100%;scroll-snap-align:start;padding-inline:var(--cm-pad)}.woocommerce div.product .woocommerce-product-gallery__image img{aspect-ratio:3/4}.woocommerce div.product .summary{position:static}.woocommerce div.product .product_title{font-size:clamp(32px,9vw,44px)}.woocommerce div.product .woocommerce-tabs{margin-top:20px}.woocommerce div.product .woocommerce-tabs ul.tabs{gap:15px;overflow-x:auto;white-space:nowrap}.woocommerce div.product .woocommerce-tabs ul.tabs li a{font-size:9px}.woocommerce div.product .related{margin-top:48px}.woocommerce div.product .related>h2{font-size:33px}.clothmans-mobile-atc{position:fixed;right:0;bottom:0;left:0;z-index:70;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:10px 16px;background:var(--cm-white);border-top:1px solid var(--cm-border);transform:translateY(110%);transition:transform .25s var(--cm-ease);box-shadow:0 -5px 18px rgba(0,0,0,.05)}.clothmans-mobile-atc.is-visible{transform:translateY(0)}.clothmans-mobile-atc span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:11px;font-weight:800;text-transform:uppercase}.clothmans-mobile-atc button{flex:0 0 auto;min-height:45px;border:1px solid var(--cm-black);background:var(--cm-black);color:var(--cm-white);padding:0 14px;text-transform:uppercase;letter-spacing:.08em;font-size:10px;font-weight:800}.woocommerce-cart-form,.woocommerce-checkout-review-order,.woocommerce form.checkout_coupon,.woocommerce .woocommerce-form-login,.woocommerce .woocommerce-form-register{padding:16px!important}.woocommerce table.shop_table th,.woocommerce table.shop_table td{padding:12px 6px;font-size:12px}.woocommerce-cart-form table.cart img{width:58px}.woocommerce .cart-collaterals .cart_totals{width:100%;padding:18px}.woocommerce-message,.woocommerce-info,.woocommerce-error{padding:13px 13px 13px 39px!important;font-size:13px}.woocommerce-message .button,.woocommerce-info .button{float:none!important;margin:0 0 9px!important}.clothmans-cart-drawer .woocommerce-mini-cart-item{min-height:102px}.clothmans-cart-drawer .woocommerce-mini-cart-item img{width:63px;height:79px}
}
@media (max-width:390px){
  .clothmans-header-inner{grid-template-columns:75px minmax(0,1fr) 75px;padding-inline:10px}.clothmans-mobile-actions{gap:10px}.clothmans-mobile-actions--left{left:10px}.clothmans-mobile-actions--right{right:10px}.clothmans-brand{left:84px;right:84px}.clothmans-brand>a,.clothmans-brand .custom-logo-link{font-size:18px}.clothmans-hero h1{font-size:44px}.clothmans-category-card{min-height:360px}.clothmans-footer-grid{gap:28px 12px}
}
@media (prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}.clothmans-site-header,.clothmans-panel-overlay,.clothmans-menu-drawer,.clothmans-cart-drawer,.clothmans-search-panel,.clothmans-button,.clothmans-product-media img,.clothmans-quick-add,.clothmans-category-card>img,.clothmans-lookbook-grid img,.clothmans-mobile-atc{transition:none!important}.clothmans-hero-media img{transform:none}.clothmans-product-card:hover .clothmans-product-alt{transform:none}
}
