:root{
  --uz-navy:#0F2D75;
  --uz-navy-dark:#081D4E;
  --uz-navy-soft:#183E86;
  --uz-gold:#C69145;
  --uz-white:#FFFFFF;
  --uz-light:#f7f7f7;
  --uz-grey:#666;
  --uz-dark:#111;
  --uz-font:"Futura PT",Futura,"Century Gothic","Avenir Next",Arial,sans-serif;
  --uz-logo-font:Georgia,"Times New Roman",serif;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:#fff;color:#111;font-family:var(--uz-font);font-size:16px;line-height:1.45;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}
a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.screen-reader-text,.skip-link{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.site-main{min-height:60vh}.uz-site-header{position:sticky;top:0;z-index:1000;background:var(--uz-navy-dark)}
.uz-main-header{height:92px;background:var(--uz-navy-dark);color:#fff;display:grid;grid-template-columns:210px 180px minmax(320px,1fr) 180px;align-items:center;gap:30px;padding:0 clamp(24px,5vw,70px);position:relative}.uz-text-logo span{font-family:var(--uz-logo-font);font-size:40px;line-height:1;color:#fff;letter-spacing:.01em}.uz-text-logo:hover span{color:#fff}.uz-gender-tabs{height:100%;display:flex;align-items:center;gap:0}.uz-gender-tabs a{height:100%;min-width:88px;display:grid;place-items:center;padding:0 22px;color:#fff;font-size:15px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;position:relative}.uz-gender-tabs a.is-active:after{content:"";position:absolute;left:16px;right:16px;bottom:0;height:3px;background:var(--uz-gold)}.uz-header-search{height:46px;background:#fff;border-radius:24px;display:grid;grid-template-columns:1fr 58px;align-items:center;overflow:hidden;box-shadow:0 0 0 1px rgba(255,255,255,.35)}.uz-header-search input{height:46px;border:0;padding:0 0 0 26px;font-size:15px;outline:none;color:#111}.uz-header-search button{height:46px;border:0;background:#fff;color:#111;cursor:pointer;display:grid;place-items:center}.uz-header-search svg,.uz-icon-link svg,.uz-mobile-menu-button svg,.uz-drawer-bag svg{width:30px;height:30px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.uz-header-icons{display:flex;justify-content:flex-end;align-items:center;gap:26px;height:100%;position:relative}.uz-icon-link{border:0;background:transparent;color:#fff;display:grid;place-items:center;width:42px;height:42px;cursor:pointer;padding:0}.uz-icon-link:hover{color:var(--uz-gold)}.uz-account-popover{position:absolute;right:88px;top:78px;width:310px;background:#fff;color:#111;box-shadow:0 18px 45px rgba(0,0,0,.22);padding:26px 24px 20px;opacity:0;visibility:hidden;transform:translateY(10px);transition:.18s ease;z-index:1002}.uz-account-trigger:hover + .uz-account-popover,.uz-account-trigger:focus + .uz-account-popover,.uz-account-popover:hover,.uz-account-popover.is-open{opacity:1;visibility:visible;transform:translateY(0)}.uz-account-popover:before{content:"";position:absolute;top:-12px;right:34px;border-left:12px solid transparent;border-right:12px solid transparent;border-bottom:12px solid #fff}.uz-account-popover p{margin:0 0 18px;font-size:20px;font-weight:700}.uz-account-popover-actions{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-bottom:20px}.uz-account-popover-actions a{display:grid;place-items:center;height:46px;border:2px solid #d8d8d8;text-transform:uppercase;font-weight:900;letter-spacing:.08em}.uz-account-popover-actions a:first-child{background:#222;color:#fff;border-color:#222}.uz-account-row{height:54px;display:flex;gap:18px;align-items:center;border-top:1px solid #eee;font-size:18px}.uz-account-row svg{width:28px;height:28px;fill:none;stroke:#222;stroke-width:1.7}.uz-mobile-menu-button{display:none;border:0;background:transparent;color:#fff;padding:0;cursor:pointer}.uz-mobile-search-icon{display:none;color:#fff}.uz-category-nav{height:48px;background:var(--uz-navy-soft);color:#fff}.uz-category-nav ul{height:100%;margin:0 auto;padding:0 20px;display:flex;justify-content:center;align-items:center;gap:44px;list-style:none;max-width:1180px}.uz-category-nav-item>a{height:48px;display:grid;place-items:center;font-size:15px;font-weight:500;letter-spacing:.01em;text-transform:none;color:#fff}.uz-category-nav-item>a:hover{color:#fff;border-bottom:3px solid var(--uz-gold)}.uz-category-nav-item{position:static}.uz-mega-menu{position:absolute;left:0;right:0;top:140px;background:#fff;color:#111;box-shadow:0 18px 30px rgba(0,0,0,.14);border-top:1px solid #eee;opacity:0;visibility:hidden;transform:translateY(10px);transition:.18s ease;z-index:1001}.uz-category-nav-item:hover .uz-mega-menu,.uz-category-nav-item:focus-within .uz-mega-menu{opacity:1;visibility:visible;transform:translateY(0)}.uz-mega-menu-inner{max-width:1320px;margin:0 auto;padding:28px 36px 34px}.uz-mega-menu-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px}.uz-mega-menu-head h2{margin:0;font-size:24px;letter-spacing:.01em}.uz-mega-menu-head a{font-weight:900;text-transform:uppercase;letter-spacing:.08em;font-size:13px;display:flex;align-items:center;gap:8px}.uz-mega-menu-head svg{width:19px;height:19px;fill:none;stroke:currentColor;stroke-width:2}.uz-mega-products{display:grid;grid-template-columns:repeat(6,1fr);gap:18px}.uz-product-card{position:relative;display:block;color:#111}.uz-product-card figure{margin:0;background:#f7f7f7;overflow:hidden;height:300px}.uz-product-card figure img{width:100%;height:100%;object-fit:cover;object-position:top center;transition:transform .25s ease}.uz-product-card:hover figure img{transform:scale(1.02)}.uz-product-card span{display:block;margin-top:10px;font-size:15px;line-height:1.22;color:#222}.uz-product-card strong{display:block;margin-top:5px;font-size:16px;color:#111;font-weight:900}.uz-product-card em{position:absolute;right:10px;top:8px;font-style:normal;font-size:26px;line-height:1;color:#111;background:#fff;border-radius:50%;width:34px;height:34px;display:grid;place-items:center}.uz-product-card--mega figure{height:230px}.uz-product-card--mega span{font-size:14px}.uz-product-card--mega strong{font-size:15px}.uz-hero{position:relative;display:grid;grid-template-columns:1fr 1fr;height:clamp(480px,39vw,650px);background:#fff;overflow:hidden;border-bottom:1px solid #eee}.uz-hero-image{display:block;min-width:0;overflow:hidden;background:#fff}.uz-hero-image img{width:100%;height:100%;object-fit:cover;object-position:center top}.uz-hero-women .uz-hero-image-left img{object-position:center top}.uz-hero-women .uz-hero-image-right img{object-position:center top}.uz-hero-men .uz-hero-image-left img{object-position:center top}.uz-hero-men .uz-hero-image-right img{object-position:center top}.uz-hero-copy{position:absolute;left:clamp(38px,5vw,92px);bottom:92px;z-index:3}.uz-hero-copy h1{margin:0;color:#fff;text-transform:uppercase;font-size:clamp(38px,4vw,70px);line-height:.96;font-weight:900;letter-spacing:.07em;text-shadow:0 2px 10px rgba(0,0,0,.35);max-width:680px}.uz-hero-button{position:absolute;right:clamp(42px,7vw,120px);bottom:86px;z-index:4;background:#fff;color:#111;min-width:190px;height:56px;display:grid;place-items:center;font-size:18px;font-weight:900;text-transform:uppercase;letter-spacing:.04em}.uz-hero-button:hover{background:var(--uz-navy);color:#fff}.uz-home-section{padding:0 28px}.uz-section-head{height:90px;display:flex;align-items:center;justify-content:space-between}.uz-section-head h2{margin:0;font-size:31px;font-weight:900;letter-spacing:.01em;line-height:1}.uz-section-head a{height:52px;min-width:150px;border:1px solid #ddd;display:grid;place-items:center;text-transform:uppercase;font-size:15px;font-weight:900;letter-spacing:.05em;background:#fff}.uz-section-head a:hover{background:var(--uz-navy);border-color:var(--uz-navy);color:#fff}.uz-new-in-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:2px}.uz-new-tile{height:clamp(250px,20vw,355px);position:relative;overflow:hidden;background:#eee}.uz-new-tile img{width:100%;height:100%;object-fit:cover;object-position:top center;transition:transform .24s ease}.uz-new-tile:hover img{transform:scale(1.025)}.uz-new-tile:after{content:"";position:absolute;left:0;right:0;bottom:0;height:48%;background:linear-gradient(0deg,rgba(0,0,0,.72),rgba(0,0,0,0))}.uz-new-tile span{position:absolute;left:12px;right:12px;bottom:24px;z-index:2;color:#fff;text-align:center;font-size:clamp(17px,1.5vw,25px);font-weight:900;line-height:1.07;letter-spacing:.01em;text-shadow:0 2px 8px rgba(0,0,0,.45)}.uz-product-carousel-section{padding-top:20px}.uz-product-carousel{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(265px,1fr);grid-template-columns:repeat(4,1fr);gap:22px;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:6px}.uz-product-carousel .uz-product-card{scroll-snap-align:start}.uz-product-carousel .uz-product-card figure{height:clamp(280px,24vw,410px)}.uz-carousel-dots{display:flex;gap:15px;align-items:center;justify-content:center;padding:24px 0 12px}.uz-carousel-dots b{width:12px;height:12px;border-radius:50%;background:#999;display:block}.uz-carousel-dots b:first-child{background:#000}.uz-brand-section{padding-top:20px;padding-bottom:30px}.uz-brand-head{height:70px}.uz-brand-grid{display:grid;grid-template-columns:repeat(6,1fr);align-items:center;gap:28px;min-height:180px}.uz-brand-card{display:grid;place-items:center;min-height:90px;font-family:Georgia,"Times New Roman",serif;font-size:30px;text-align:center;color:#111;font-weight:700}.uz-main-brand{color:var(--uz-navy);border:1px solid #ddd}.uz-bottom-cta{min-height:76px;background:var(--uz-navy);color:#fff;display:grid;grid-template-columns:1fr auto 220px;gap:34px;align-items:center;padding:0 clamp(24px,6vw,92px);text-transform:uppercase;letter-spacing:.14em}.uz-bottom-cta span{font-size:22px}.uz-bottom-cta strong{font-size:18px;color:var(--uz-gold)}.uz-bottom-cta a{height:44px;display:grid;place-items:center;background:var(--uz-gold);color:#fff;font-weight:900;letter-spacing:.05em}.uz-site-footer{background:#fff}.uz-social-strip{min-height:54px;display:flex;justify-content:center;align-items:center;gap:24px;border-top:1px solid #eee;border-bottom:1px solid #eee}.uz-social-strip:empty{display:none}.uz-social-strip a{width:32px;height:32px;border-radius:50%;background:var(--uz-navy);color:#fff;display:grid;place-items:center;font-weight:900}.uz-footer-newsletter-block{background:#666;color:#fff;padding:34px clamp(28px,5vw,70px);display:grid;grid-template-columns:1fr minmax(360px,520px);gap:42px;align-items:center}.uz-footer-newsletter-block h2{margin:0;text-transform:uppercase;letter-spacing:.15em;font-size:23px;line-height:1.14;font-weight:900}.uz-footer-newsletter-block p{margin:10px 0 0;color:#f2f2f2}.uz-footer-newsletter{display:grid;grid-template-columns:1fr 160px}.uz-footer-newsletter input{height:56px;border:0;padding:0 18px;font-size:16px}.uz-footer-newsletter button{height:56px;border:0;background:#000;color:#fff;text-transform:uppercase;font-weight:900;letter-spacing:.1em}.uz-footer-columns{background:#222;color:#fff;padding:34px clamp(28px,5vw,70px);display:grid;grid-template-columns:repeat(4,1fr);gap:42px}.uz-footer-columns h2{margin:0 0 16px;text-transform:uppercase;letter-spacing:.14em;font-size:15px}.uz-footer-columns a{display:block;margin:7px 0;color:#fff;font-size:14px}.uz-footer-columns a:hover{color:var(--uz-gold)}.uz-footer-columns p{margin:0 0 8px;color:#eee}.uz-footer-note{font-size:14px}.uz-footer-legal{background:#2d2d2d;color:#fff;min-height:62px;padding:18px clamp(28px,5vw,70px);display:flex;align-items:center;justify-content:space-between;gap:24px}.uz-footer-legal p{margin:0}.uz-footer-legal nav{display:flex;gap:28px}.uz-mobile-drawer,.uz-drawer-backdrop{display:none}
@media (max-width:1180px){.uz-main-header{grid-template-columns:180px 150px minmax(260px,1fr) 150px;gap:18px;padding:0 28px}.uz-category-nav ul{gap:28px}.uz-mega-products{grid-template-columns:repeat(3,1fr)}.uz-product-carousel{grid-template-columns:none;grid-auto-columns:280px}.uz-brand-grid{grid-template-columns:repeat(3,1fr)}}
@media (max-width:760px){body{font-size:15px}.uz-main-header{height:64px;display:grid;grid-template-columns:44px 1fr 38px 38px 38px;gap:14px;padding:0 18px}.uz-mobile-menu-button{display:grid;place-items:center}.uz-mobile-menu-button svg{width:34px;height:34px}.uz-text-logo span{font-family:var(--uz-logo-font);font-size:29px;letter-spacing:.01em}.uz-gender-tabs,.uz-header-search,.uz-category-nav{display:none}.uz-mobile-search-icon{display:grid;place-items:center}.uz-mobile-search-icon svg{width:33px;height:33px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.uz-header-icons{display:contents}.uz-account-trigger{display:none}.uz-icon-link{width:38px;height:38px}.uz-icon-link svg{width:33px;height:33px}.uz-header-icons .uz-icon-link:nth-of-type(2){display:grid}.uz-hero{display:block;height:clamp(500px,72vh,560px)}.uz-hero-image{height:100%}.uz-hero-image-right{display:none}.uz-hero-image img{object-fit:cover;object-position:center top}.uz-hero-copy{left:18px;right:18px;bottom:146px;text-align:center}.uz-hero-copy h1{font-size:39px;line-height:1.03;letter-spacing:.05em;color:#fff;text-shadow:0 2px 10px rgba(0,0,0,.45)}.uz-hero-button{left:50%;right:auto;bottom:76px;transform:translateX(-50%);height:58px;min-width:250px;font-size:24px;background:#fff;color:#111}.uz-home-section{padding:0}.uz-section-head{height:112px;padding:0 36px}.uz-section-head h2{font-size:32px}.uz-section-head a{height:58px;min-width:178px;background:#f2f2f2;border-color:#eee;font-size:23px}.uz-new-in-grid{grid-template-columns:1fr 1fr;gap:2px}.uz-new-tile{height:390px}.uz-new-tile span{font-size:28px;bottom:28px}.uz-product-carousel-section{padding-top:32px}.uz-product-carousel{padding-left:36px;padding-right:36px;gap:44px;grid-auto-columns:285px}.uz-product-carousel .uz-product-card figure{height:390px}.uz-product-card span{font-size:27px;line-height:1.06;margin-top:24px;max-width:260px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.uz-product-card strong{font-size:30px;color:#555;margin-top:14px}.uz-product-card em{font-size:30px}.uz-carousel-dots{gap:24px;padding:34px 0}.uz-carousel-dots b{width:18px;height:18px}.uz-brand-section{padding-top:20px}.uz-brand-head{height:78px;padding:0 36px}.uz-brand-grid{grid-template-columns:1fr 1fr;gap:42px 14px;min-height:auto;padding:36px 18px 60px}.uz-brand-card{min-height:120px;font-size:31px}.uz-bottom-cta{grid-template-columns:1fr;text-align:center;gap:10px;padding:28px 20px}.uz-bottom-cta span{font-size:22px}.uz-footer-newsletter-block{grid-template-columns:1fr;padding:36px 32px}.uz-footer-newsletter-block h2{font-size:24px}.uz-footer-newsletter{grid-template-columns:1fr}.uz-footer-newsletter input,.uz-footer-newsletter button{height:64px}.uz-footer-columns{grid-template-columns:1fr;padding:34px 32px}.uz-footer-legal{display:grid;text-align:left;padding:26px 32px}.uz-footer-legal nav{gap:18px;flex-wrap:wrap}.uz-drawer-backdrop{display:block;position:fixed;inset:0;background:rgba(0,0,0,.55);z-index:1200;opacity:0;visibility:hidden;transition:.2s}.uz-mobile-drawer{display:block;position:fixed;top:0;left:0;bottom:0;width:min(78vw,390px);background:#fff;color:#111;z-index:1201;transform:translateX(-105%);transition:.22s ease;overflow:auto}.uz-drawer-is-open .uz-mobile-drawer{transform:translateX(0)}.uz-drawer-is-open .uz-drawer-backdrop{opacity:1;visibility:visible}.uz-drawer-top{height:70px;display:grid;grid-template-columns:1fr 58px 58px;border-bottom:1px solid #ddd}.uz-drawer-tabs{display:grid;grid-template-columns:1fr 1fr}.uz-drawer-tabs a{display:grid;place-items:center;text-transform:uppercase;font-weight:900;letter-spacing:.15em;border:1px solid #ddd;border-top:0}.uz-drawer-tabs a.is-active{border:2px solid #111}.uz-drawer-top button{border:0;background:#222;color:#fff;font-size:48px;line-height:1}.uz-drawer-bag{display:grid;place-items:center;background:#333;color:#fff}.uz-drawer-panel{padding:18px}.uz-drawer-tile{height:112px;background:#f1f1f1;margin-bottom:18px;display:grid;grid-template-columns:1fr 130px;align-items:center;overflow:hidden}.uz-drawer-tile span{font-size:20px;font-weight:900;text-transform:uppercase;letter-spacing:.16em;padding-left:22px}.uz-drawer-tile img{width:130px;height:112px;object-fit:cover;object-position:top center}.uz-drawer-account{border-top:8px solid #f2f2f2;padding:24px 24px 40px}.uz-drawer-account p{font-size:22px;font-weight:800;margin:0 0 18px}.uz-drawer-account div{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-bottom:20px}.uz-drawer-account div a{height:48px;display:grid;place-items:center;text-transform:uppercase;font-weight:900;border:2px solid #ddd}.uz-drawer-account div a:first-child{background:#222;color:#fff;border-color:#222}.uz-drawer-account>a{display:flex;gap:16px;align-items:center;min-height:58px;border-top:1px solid #eee;font-size:19px}.uz-drawer-account svg{width:28px;height:28px;fill:none;stroke:currentColor;stroke-width:1.8}}

/* Phase 2.4: screenshot-led New In tile and product carousel refinement */
.uz-new-in-section{
  padding-top:6px;
}
.uz-new-in-section .uz-section-head,
.uz-product-carousel-section .uz-section-head{
  height:82px;
  padding-left:2px;
  padding-right:2px;
}
.uz-new-in-section .uz-section-head h2,
.uz-product-carousel-section .uz-section-head h2{
  font-size:32px;
  font-weight:800;
  letter-spacing:0;
  text-transform:none;
}
.uz-new-in-section .uz-section-head a,
.uz-product-carousel-section .uz-section-head a{
  height:44px;
  min-width:130px;
  font-size:14px;
  letter-spacing:.04em;
  border:0;
  background:#eee;
}
.uz-new-in-grid{
  gap:1px;
}
.uz-new-tile{
  height:clamp(390px,31vw,520px);
}
.uz-new-tile span{
  bottom:28px;
  font-size:clamp(18px,1.35vw,24px);
  line-height:1.08;
  font-weight:750;
  letter-spacing:0;
  text-transform:none;
}
.uz-new-tile:after{
  height:44%;
  background:linear-gradient(0deg,rgba(0,0,0,.68),rgba(0,0,0,0));
}
.uz-product-carousel-section{
  padding-top:24px;
}
.uz-product-carousel{
  display:grid;
  grid-auto-flow:column;
  grid-template-columns:none;
  grid-auto-columns:calc((100% - 66px)/4);
  gap:22px;
  overflow-x:auto;
  overscroll-behavior-inline:contain;
  scroll-snap-type:x mandatory;
  scrollbar-width:none;
  padding-bottom:10px;
}
.uz-product-carousel::-webkit-scrollbar{display:none}
.uz-product-carousel .uz-product-card{
  scroll-snap-align:start;
}
.uz-product-carousel .uz-product-card figure{
  height:clamp(410px,34vw,560px);
  background:#f3f3f3;
}
.uz-product-carousel .uz-product-card span{
  margin-top:12px;
  font-size:15px;
  line-height:1.3;
  color:#2b2b2b;
  font-weight:400;
}
.uz-product-carousel .uz-product-card strong{
  margin-top:5px;
  font-size:15px;
  color:#555;
  font-weight:600;
}
.uz-carousel-dots{
  padding:20px 0 10px;
  gap:10px;
}
.uz-carousel-dots b{
  width:9px;
  height:9px;
  background:#a8a8a8;
}
.uz-carousel-dots b:first-child{
  background:#1f1f1f;
}

@media (max-width:1180px){
  .uz-product-carousel{grid-auto-columns:calc((100% - 44px)/3)}
  .uz-new-tile{height:clamp(320px,35vw,440px)}
}

@media (max-width:760px){
  .uz-new-in-section .uz-section-head,
  .uz-product-carousel-section .uz-section-head{
    height:64px;
    padding:0 16px;
  }
  .uz-new-in-section .uz-section-head h2,
  .uz-product-carousel-section .uz-section-head h2{
    font-size:23px;
    font-weight:800;
  }
  .uz-new-in-section .uz-section-head a,
  .uz-product-carousel-section .uz-section-head a{
    height:34px;
    min-width:88px;
    font-size:13px;
    letter-spacing:.03em;
    background:#eee;
  }
  .uz-new-in-grid{
    grid-template-columns:1fr 1fr;
    gap:1px;
  }
  .uz-new-tile{
    height:268px;
  }
  .uz-new-tile span{
    left:8px;
    right:8px;
    bottom:18px;
    font-size:20px;
    font-weight:750;
    line-height:1.08;
  }
  .uz-product-carousel-section{
    padding-top:12px;
  }
  .uz-product-carousel{
    grid-auto-columns:44vw;
    gap:14px;
    padding-left:16px;
    padding-right:16px;
  }
  .uz-product-carousel .uz-product-card figure{
    height:254px;
  }
  .uz-product-carousel .uz-product-card span{
    margin-top:10px;
    font-size:14px;
    line-height:1.25;
    white-space:normal;
    max-width:none;
  }
  .uz-product-carousel .uz-product-card strong{
    margin-top:4px;
    font-size:15px;
    color:#555;
  }
  .uz-product-card em{
    width:30px;
    height:30px;
    font-size:23px;
    right:8px;
    top:8px;
  }
  .uz-carousel-dots{
    padding:16px 0 4px;
    gap:9px;
  }
  .uz-carousel-dots b{
    width:8px;
    height:8px;
  }
}

/* Phase 2.4.1: make the New In product row clearly scrollable */
.uz-carousel-wrap{
  position:relative;
}
.uz-product-carousel{
  scroll-behavior:smooth;
  cursor:grab;
}
.uz-product-carousel:active{cursor:grabbing}
.uz-product-carousel:focus{outline:2px solid var(--uz-gold);outline-offset:8px}
.uz-carousel-arrow{
  position:absolute;
  top:43%;
  transform:translateY(-50%);
  z-index:5;
  width:46px;
  height:46px;
  border:0;
  border-radius:50%;
  background:#fff;
  color:#111;
  box-shadow:0 6px 18px rgba(0,0,0,.22);
  display:grid;
  place-items:center;
  cursor:pointer;
}
.uz-carousel-arrow:hover{background:var(--uz-navy);color:#fff}
.uz-carousel-arrow svg{width:28px;height:28px;fill:none;stroke:currentColor;stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round}
.uz-carousel-arrow--prev{left:10px}
.uz-carousel-arrow--next{right:10px}
.uz-carousel-arrow.is-disabled{opacity:.28;pointer-events:none}

@media (max-width:760px){
  .uz-carousel-arrow{display:none}
  .uz-product-carousel{
    overflow-x:auto;
    -webkit-overflow-scrolling:touch;
    scroll-snap-type:x mandatory;
  }
}


/* Phase 2.4.2: reliable carousel scroll fix */
.uz-carousel-wrap{
  position:relative !important;
  overflow:visible !important;
}
.uz-product-carousel{
  display:flex !important;
  flex-wrap:nowrap !important;
  gap:22px !important;
  overflow-x:auto !important;
  overflow-y:hidden !important;
  scroll-behavior:smooth !important;
  scroll-snap-type:x proximity !important;
  -webkit-overflow-scrolling:touch !important;
  scrollbar-width:thin !important;
  scrollbar-color:#777 #eeeeee !important;
  padding-bottom:18px !important;
  cursor:grab !important;
  touch-action:pan-x !important;
}
.uz-product-carousel.is-dragging{
  cursor:grabbing !important;
  user-select:none !important;
}
.uz-product-carousel::-webkit-scrollbar{
  display:block !important;
  height:9px !important;
}
.uz-product-carousel::-webkit-scrollbar-track{background:#eeeeee !important;}
.uz-product-carousel::-webkit-scrollbar-thumb{background:#777 !important;border-radius:999px !important;}
.uz-product-carousel .uz-product-card{
  flex:0 0 calc((100% - 66px)/4) !important;
  min-width:250px !important;
  scroll-snap-align:start !important;
}
.uz-carousel-arrow{
  display:grid !important;
  opacity:1;
}
.uz-carousel-arrow.is-disabled{
  opacity:.28 !important;
  pointer-events:none !important;
}
@media (max-width:1180px){
  .uz-product-carousel .uz-product-card{flex-basis:calc((100% - 44px)/3) !important;}
}
@media (max-width:760px){
  .uz-product-carousel{
    gap:22px !important;
    padding-left:24px !important;
    padding-right:24px !important;
  }
  .uz-product-carousel .uz-product-card{
    flex:0 0 72vw !important;
    min-width:230px !important;
    max-width:320px !important;
  }
  .uz-carousel-arrow{display:none !important;}
}


/* Phase 2.4.3: carousel touch/page-scroll and price alignment fix */
.uz-product-carousel{
  touch-action:auto !important;
  overscroll-behavior:auto !important;
}
.uz-product-carousel .uz-product-card{
  touch-action:auto !important;
}
.uz-product-carousel .uz-product-card a,
.uz-product-carousel .uz-product-card figure,
.uz-product-carousel .uz-product-card img{
  touch-action:auto !important;
}
.uz-product-card strong,
.uz-product-card strong .woocommerce-Price-amount,
.uz-product-card strong bdi,
.uz-product-card strong .woocommerce-Price-currencySymbol{
  display:inline !important;
  white-space:nowrap !important;
  vertical-align:baseline !important;
  line-height:1.25 !important;
}
.uz-product-card strong{
  display:block !important;
}
.uz-product-card strong .woocommerce-Price-currencySymbol{
  margin-right:1px !important;
}
@media (max-width:760px){
  .uz-product-carousel{
    touch-action:auto !important;
    overscroll-behavior:auto !important;
  }
}

/* Phase 2.5: working Shop by Brand and brand archive */
.uz-brand-grid .uz-brand-card{
  border:1px solid transparent;
  transition:transform .18s ease,border-color .18s ease,color .18s ease,box-shadow .18s ease;
}
.uz-brand-grid a.uz-brand-card:hover{
  transform:translateY(-2px);
  border-color:#d7d7d7;
  box-shadow:0 8px 22px rgba(0,0,0,.08);
  color:var(--uz-navy);
}
.uz-brand-grid a.uz-main-brand:hover{
  border-color:var(--uz-gold);
}
.uz-brand-archive-hero{
  min-height:230px;
  display:grid;
  place-items:center;
  text-align:center;
  background:#f7f7f7;
  padding:54px 22px;
  border-bottom:1px solid #e6e6e6;
}
.uz-brand-archive-hero p{
  margin:0 0 12px;
  text-transform:uppercase;
  letter-spacing:.18em;
  font-weight:800;
  color:var(--uz-gold);
}
.uz-brand-archive-hero h1{
  margin:0;
  font-size:clamp(42px,6vw,82px);
  line-height:.95;
  color:#111;
}
.uz-brand-archive-content{
  padding:42px clamp(20px,4vw,70px) 70px;
  background:#fff;
}
.uz-brand-product-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:28px 22px;
}
.uz-empty-brand-state{
  max-width:620px;
  margin:40px auto 70px;
  text-align:center;
  padding:54px 34px;
  border:1px solid #e1e1e1;
  background:#fff;
}
.uz-empty-brand-state h2{
  margin:0 0 12px;
  font-size:34px;
}
.uz-empty-brand-state p{
  margin:0 auto 26px;
  max-width:480px;
  color:#555;
  line-height:1.6;
}
.uz-empty-brand-state a{
  display:inline-grid;
  place-items:center;
  height:50px;
  min-width:190px;
  background:var(--uz-navy);
  color:#fff;
  text-transform:uppercase;
  font-weight:900;
  letter-spacing:.06em;
}
.uz-brand-pagination{
  margin-top:40px;
  text-align:center;
}
@media (max-width:900px){
  .uz-brand-product-grid{grid-template-columns:repeat(2,1fr);}
}
@media (max-width:760px){
  .uz-brand-archive-hero{min-height:180px;padding:40px 20px;}
  .uz-brand-archive-content{padding:28px 14px 54px;}
  .uz-brand-product-grid{gap:24px 12px;}
  .uz-empty-brand-state{margin:24px 10px 48px;padding:38px 20px;}
  .uz-empty-brand-state h2{font-size:27px;}
}

/* Phase 2.6: ASOS-inspired Uzozest footer and newsletter */
.uz-site-footer{background:#fff;margin-top:0}
.uz-social-strip{min-height:58px;display:flex;justify-content:center;align-items:center;gap:18px;border-top:1px solid #ececec;border-bottom:1px solid #ececec;background:#fff}
.uz-social-strip:empty{display:none}
.uz-social-icon{width:34px;height:34px;border-radius:50%;display:grid;place-items:center;background:#fff;color:var(--uz-navy);border:1px solid #d9d9d9;font-size:12px;font-weight:900;letter-spacing:.03em;transition:background .18s ease,color .18s ease,border-color .18s ease}
.uz-social-icon:hover{background:var(--uz-navy);color:#fff;border-color:var(--uz-navy)}
.uz-footer-newsletter-block{background:var(--uz-navy-soft);color:#fff;padding:34px clamp(28px,5vw,72px);display:grid;grid-template-columns:minmax(300px,1fr) minmax(360px,540px);gap:42px;align-items:center}
.uz-footer-newsletter-copy h2{margin:0;text-transform:uppercase;letter-spacing:.11em;font-size:22px;line-height:1.18;font-weight:900}
.uz-footer-newsletter-copy p{margin:9px 0 0;color:rgba(255,255,255,.88);font-size:15px}
.uz-newsletter-message{margin-top:12px!important;padding:9px 12px;background:rgba(255,255,255,.12);border-left:3px solid var(--uz-gold);color:#fff!important}
.uz-newsletter-message-error{border-left-color:#ffcfcc}
.uz-footer-newsletter{display:grid;grid-template-columns:1fr 158px;gap:0;align-items:stretch}
.uz-footer-newsletter input{height:54px;border:0;border-radius:0;padding:0 16px;font-size:15px;background:#fff;color:#111;outline:0}
.uz-footer-newsletter input:focus{box-shadow:inset 0 0 0 2px var(--uz-gold)}
.uz-footer-newsletter button{height:54px;border:0;border-radius:0;background:var(--uz-navy-dark);color:#fff;text-transform:uppercase;font-weight:900;letter-spacing:.08em;cursor:pointer}
.uz-footer-newsletter button:hover{background:var(--uz-gold);color:#111}
.uz-footer-columns{background:var(--uz-navy-dark);color:#fff;padding:34px clamp(28px,5vw,72px) 38px;display:grid;grid-template-columns:repeat(4,1fr);gap:44px}
.uz-footer-columns h2{margin:0 0 15px;text-transform:uppercase;letter-spacing:.13em;font-size:14px;line-height:1.2;font-weight:900;color:#fff}
.uz-footer-columns a{display:block;margin:8px 0;color:rgba(255,255,255,.88);font-size:14px;line-height:1.25;font-weight:400}
.uz-footer-columns a:hover{color:var(--uz-gold);text-decoration:underline;text-underline-offset:3px}
.uz-footer-columns p{margin:0 0 8px;color:rgba(255,255,255,.9);font-size:14px}.uz-footer-note{max-width:240px}
.uz-footer-legal{background:var(--uz-navy-soft);color:#fff;min-height:60px;padding:18px clamp(28px,5vw,72px);display:flex;align-items:center;justify-content:space-between;gap:24px}
.uz-footer-legal p{margin:0;font-size:13px;color:rgba(255,255,255,.9)}
.uz-footer-legal nav{display:flex;gap:26px;flex-wrap:wrap}.uz-footer-legal a{font-size:13px;color:rgba(255,255,255,.9)}.uz-footer-legal a:hover{color:var(--uz-gold)}
@media (max-width:760px){
  .uz-social-strip{min-height:56px;gap:14px;flex-wrap:wrap;padding:10px 18px}
  .uz-footer-newsletter-block{grid-template-columns:1fr;padding:30px 22px;gap:20px;text-align:left}
  .uz-footer-newsletter-copy h2{font-size:18px;letter-spacing:.08em}
  .uz-footer-newsletter-copy p{font-size:14px}
  .uz-footer-newsletter{grid-template-columns:1fr;gap:10px}.uz-footer-newsletter input,.uz-footer-newsletter button{height:50px}.uz-footer-newsletter button{font-size:13px}
  .uz-footer-columns{grid-template-columns:1fr;padding:30px 22px 34px;gap:26px}
  .uz-footer-columns section{padding-bottom:4px;border-bottom:1px solid rgba(255,255,255,.12)}
  .uz-footer-columns section:last-child{border-bottom:0}
  .uz-footer-columns h2{font-size:13px;margin-bottom:12px}.uz-footer-columns a,.uz-footer-columns p{font-size:14px}
  .uz-footer-legal{display:grid;padding:22px;text-align:left;gap:14px}.uz-footer-legal nav{gap:16px}
}

/* Phase 2.6.1: mobile footer cleanup only. Desktop footer stays unchanged. */
@media (max-width:760px){
  .uz-social-strip{display:none!important;}
  .uz-footer-newsletter-block{
    background:var(--uz-navy-soft)!important;
    color:#fff!important;
    grid-template-columns:1fr!important;
    padding:42px 32px 46px!important;
    gap:24px!important;
    text-align:left!important;
  }
  .uz-footer-newsletter-copy h2{
    font-size:27px!important;
    line-height:1.18!important;
    letter-spacing:.13em!important;
    margin:0 0 18px!important;
  }
  .uz-footer-newsletter-copy p{
    font-size:21px!important;
    line-height:1.55!important;
    margin:0!important;
    color:rgba(255,255,255,.9)!important;
  }
  .uz-footer-newsletter{
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:18px!important;
  }
  .uz-footer-newsletter input{
    height:72px!important;
    font-size:23px!important;
    padding:0 24px!important;
  }
  .uz-footer-newsletter button{
    height:72px!important;
    font-size:21px!important;
    letter-spacing:.13em!important;
    background:var(--uz-navy-dark)!important;
    color:#fff!important;
  }
  .uz-footer-columns{
    display:block!important;
    background:var(--uz-navy-dark)!important;
    color:#fff!important;
    padding:42px 32px 72px!important;
  }
  .uz-footer-columns section:not(:last-child){display:none!important;}
  .uz-footer-columns section:last-child{
    display:block!important;
    border:0!important;
    padding:0!important;
  }
  .uz-footer-columns h2{
    font-size:25px!important;
    line-height:1.2!important;
    letter-spacing:.15em!important;
    margin:0 0 30px!important;
  }
  .uz-footer-columns p{
    font-size:26px!important;
    line-height:1.45!important;
    margin:0 0 26px!important;
    color:rgba(255,255,255,.9)!important;
  }
  .uz-footer-note{
    max-width:420px!important;
    font-size:26px!important;
    line-height:1.45!important;
  }
  .uz-footer-legal{
    background:var(--uz-navy-soft)!important;
    color:#fff!important;
    display:block!important;
    padding:42px 32px 50px!important;
    text-align:left!important;
  }
  .uz-footer-legal p{
    font-size:24px!important;
    line-height:1.3!important;
    margin:0 0 34px!important;
  }
  .uz-footer-legal nav{
    display:flex!important;
    flex-wrap:wrap!important;
    gap:28px 34px!important;
  }
  .uz-footer-legal a{
    font-size:23px!important;
    line-height:1.35!important;
    color:rgba(255,255,255,.92)!important;
  }
}


/* Phase 2.6.2: mobile footer fit fix. Desktop footer stays untouched. */
@media (max-width:760px){
  html,
  body{
    width:100%!important;
    max-width:100%!important;
    overflow-x:hidden!important;
  }

  .uz-site-header,
  .uz-main-header,
  .site-main,
  .uz-site-footer,
  .uz-bottom-cta,
  .uz-footer-newsletter-block,
  .uz-footer-columns,
  .uz-footer-legal{
    width:100%!important;
    max-width:100%!important;
    overflow-x:hidden!important;
  }

  .uz-bottom-cta{
    padding:34px 22px!important;
  }

  .uz-bottom-cta span{
    max-width:100%!important;
    font-size:24px!important;
    line-height:1.35!important;
    letter-spacing:.18em!important;
    overflow-wrap:break-word!important;
  }

  .uz-bottom-cta strong{
    max-width:100%!important;
    font-size:20px!important;
    line-height:1.3!important;
    letter-spacing:.10em!important;
    overflow-wrap:break-word!important;
  }

  .uz-bottom-cta a{
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
  }

  .uz-footer-newsletter-block{
    padding:38px 28px 42px!important;
  }

  .uz-footer-newsletter-copy,
  .uz-footer-newsletter,
  .uz-footer-newsletter input,
  .uz-footer-newsletter button{
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
  }

  .uz-footer-newsletter-copy h2{
    max-width:100%!important;
    font-size:22px!important;
    line-height:1.22!important;
    letter-spacing:.09em!important;
    overflow-wrap:break-word!important;
    word-break:normal!important;
  }

  .uz-footer-newsletter-copy p{
    max-width:100%!important;
    font-size:18px!important;
    line-height:1.45!important;
    overflow-wrap:break-word!important;
  }

  .uz-footer-newsletter{
    display:flex!important;
    flex-direction:column!important;
    gap:16px!important;
  }

  .uz-footer-newsletter input{
    display:block!important;
    height:64px!important;
    font-size:20px!important;
    padding:0 20px!important;
  }

  .uz-footer-newsletter button{
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    height:64px!important;
    font-size:18px!important;
    letter-spacing:.11em!important;
    white-space:normal!important;
  }

  .uz-footer-columns{
    padding:38px 28px 62px!important;
  }

  .uz-footer-columns h2{
    max-width:100%!important;
    font-size:22px!important;
    letter-spacing:.12em!important;
    overflow-wrap:break-word!important;
  }

  .uz-footer-columns p,
  .uz-footer-note{
    max-width:100%!important;
    font-size:21px!important;
    line-height:1.42!important;
    overflow-wrap:break-word!important;
  }

  .uz-footer-legal{
    padding:36px 28px 46px!important;
  }

  .uz-footer-legal p{
    font-size:20px!important;
  }

  .uz-footer-legal nav{
    gap:20px 24px!important;
  }

  .uz-footer-legal a{
    font-size:19px!important;
    max-width:100%!important;
  }
}


/* Phase 2.7: Shop by Brand heading cleanup + sticky mobile header + ASOS-style mobile drawer rebuild */
.uz-brand-head{
  justify-content:flex-start !important;
  height:70px !important;
}
.uz-brand-head h2{
  margin:0 !important;
}
.uz-brand-head > a{
  display:none !important;
}

@media (max-width:760px){
  .uz-site-header{
    position:sticky !important;
    top:0 !important;
    z-index:1400 !important;
    width:100% !important;
    max-width:100% !important;
  }
  body.admin-bar .uz-site-header{top:46px !important;}
  .uz-main-header{
    height:58px !important;
    grid-template-columns:34px minmax(0,1fr) 34px 34px 34px !important;
    gap:10px !important;
    padding:0 12px !important;
    align-items:center !important;
    background:var(--uz-navy-dark) !important;
  }
  .uz-mobile-menu-button{
    width:34px !important;
    height:34px !important;
    display:grid !important;
    place-items:center !important;
  }
  .uz-mobile-menu-button svg,
  .uz-mobile-search-icon svg,
  .uz-icon-link svg{
    width:24px !important;
    height:24px !important;
    stroke-width:1.9 !important;
  }
  .uz-text-logo{
    min-width:0 !important;
    overflow:hidden !important;
  }
  .uz-text-logo span{
    display:block !important;
    font-size:25px !important;
    line-height:1 !important;
    letter-spacing:.01em !important;
    white-space:nowrap !important;
    color:#fff !important;
  }
  .uz-mobile-search-icon,
  .uz-icon-link{
    width:34px !important;
    height:34px !important;
    display:grid !important;
    place-items:center !important;
    color:#fff !important;
  }
  .uz-header-icons{
    display:contents !important;
  }
  .uz-account-trigger,
  .uz-account-popover{
    display:none !important;
  }
  .uz-drawer-is-open{
    overflow:hidden !important;
  }
  .uz-drawer-backdrop{
    display:block !important;
    position:fixed !important;
    inset:0 !important;
    background:rgba(0,0,0,.55) !important;
    z-index:1500 !important;
    opacity:0 !important;
    visibility:hidden !important;
    transition:opacity .2s ease, visibility .2s ease !important;
  }
  .uz-drawer-is-open .uz-drawer-backdrop{
    opacity:1 !important;
    visibility:visible !important;
  }
  .uz-mobile-drawer{
    display:block !important;
    position:fixed !important;
    top:0 !important;
    left:0 !important;
    bottom:0 !important;
    width:min(78vw,430px) !important;
    max-width:430px !important;
    background:#fff !important;
    color:#111 !important;
    z-index:1501 !important;
    transform:translateX(-105%) !important;
    transition:transform .22s ease !important;
    overflow-y:auto !important;
    overflow-x:hidden !important;
    -webkit-overflow-scrolling:touch !important;
    box-shadow:18px 0 35px rgba(0,0,0,.24) !important;
  }
  .uz-drawer-is-open .uz-mobile-drawer{
    transform:translateX(0) !important;
  }
  .uz-drawer-top{
    position:sticky !important;
    top:0 !important;
    z-index:3 !important;
    height:58px !important;
    display:grid !important;
    grid-template-columns:1fr 52px 52px !important;
    border-bottom:1px solid #ddd !important;
    background:#fff !important;
  }
  .uz-drawer-tabs{
    display:grid !important;
    grid-template-columns:1fr 1fr !important;
    min-width:0 !important;
  }
  .uz-drawer-tabs button{
    border:0 !important;
    border-right:1px solid #ddd !important;
    background:#fff !important;
    color:#222 !important;
    display:grid !important;
    place-items:center !important;
    height:58px !important;
    text-transform:uppercase !important;
    font-size:14px !important;
    font-weight:900 !important;
    letter-spacing:.16em !important;
    cursor:pointer !important;
  }
  .uz-drawer-tabs button.is-active{
    box-shadow:inset 0 0 0 2px #111 !important;
  }
  .uz-drawer-close{
    width:52px !important;
    height:58px !important;
    border:0 !important;
    background:var(--uz-navy-dark) !important;
    color:#fff !important;
    font-size:42px !important;
    line-height:1 !important;
    display:grid !important;
    place-items:center !important;
    cursor:pointer !important;
  }
  .uz-drawer-bag{
    width:52px !important;
    height:58px !important;
    background:var(--uz-navy-dark) !important;
    color:#fff !important;
    display:grid !important;
    place-items:center !important;
  }
  .uz-drawer-bag svg{width:25px !important;height:25px !important;}
  .uz-drawer-panel{
    padding:18px 18px 6px !important;
    background:#fff !important;
  }
  .uz-drawer-panel[hidden]{display:none !important;}
  .uz-drawer-tile{
    height:98px !important;
    margin:0 0 16px !important;
    background:#f1f1f1 !important;
    display:grid !important;
    grid-template-columns:minmax(0,1fr) 116px !important;
    align-items:center !important;
    overflow:hidden !important;
    color:#222 !important;
  }
  .uz-drawer-tile span{
    padding:0 16px 0 22px !important;
    font-size:18px !important;
    font-weight:900 !important;
    line-height:1.1 !important;
    letter-spacing:.14em !important;
    text-transform:uppercase !important;
    overflow-wrap:break-word !important;
  }
  .uz-drawer-tile img{
    width:116px !important;
    height:98px !important;
    object-fit:cover !important;
    object-position:top center !important;
  }
  .uz-drawer-socials{
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    gap:22px !important;
    padding:24px 18px !important;
    border-top:8px solid #f2f2f2 !important;
    border-bottom:1px solid #eee !important;
    background:#fff !important;
  }
  .uz-drawer-account{
    border-top:8px solid #f2f2f2 !important;
    padding:24px 24px 20px !important;
    background:#fff !important;
  }
  .uz-drawer-account p{
    margin:0 0 18px !important;
    font-size:20px !important;
    line-height:1.2 !important;
    font-weight:800 !important;
    color:#222 !important;
  }
  .uz-drawer-auth-actions{
    display:grid !important;
    grid-template-columns:1fr 1fr !important;
    gap:14px !important;
    margin:0 0 20px !important;
  }
  .uz-drawer-auth-actions a{
    height:48px !important;
    display:grid !important;
    place-items:center !important;
    text-transform:uppercase !important;
    font-weight:900 !important;
    letter-spacing:.12em !important;
    border:2px solid #ddd !important;
    background:#fff !important;
    color:#222 !important;
  }
  .uz-drawer-auth-actions a:first-child{
    background:var(--uz-navy-dark) !important;
    border-color:var(--uz-navy-dark) !important;
    color:#fff !important;
  }
  .uz-drawer-account > a{
    min-height:58px !important;
    display:flex !important;
    gap:16px !important;
    align-items:center !important;
    border-top:1px solid #eee !important;
    font-size:18px !important;
    color:#222 !important;
  }
  .uz-drawer-account > a svg{
    width:27px !important;
    height:27px !important;
    fill:none !important;
    stroke:currentColor !important;
    stroke-width:1.8 !important;
    flex:0 0 auto !important;
  }
  .uz-drawer-accordions{
    border-top:8px solid #f2f2f2 !important;
    background:#fff !important;
  }
  .uz-drawer-accordions details{
    border-bottom:1px solid #ddd !important;
  }
  .uz-drawer-accordions summary{
    min-height:58px !important;
    padding:0 24px !important;
    display:flex !important;
    align-items:center !important;
    justify-content:space-between !important;
    list-style:none !important;
    cursor:pointer !important;
    font-size:17px !important;
    font-weight:500 !important;
    color:#222 !important;
  }
  .uz-drawer-accordions summary::-webkit-details-marker{display:none !important;}
  .uz-drawer-accordions summary:after{
    content:'+' !important;
    font-size:30px !important;
    line-height:1 !important;
    font-weight:300 !important;
  }
  .uz-drawer-accordions details[open] summary:after{
    content:'−' !important;
  }
  .uz-drawer-accordions details a{
    display:block !important;
    padding:12px 24px 12px 38px !important;
    font-size:15px !important;
    color:#333 !important;
    background:#fafafa !important;
  }
  .uz-drawer-shopping-from{
    padding:26px 24px 34px !important;
    background:var(--uz-navy-dark) !important;
    color:#fff !important;
  }
  .uz-drawer-shopping-from strong{
    display:block !important;
    margin:0 0 16px !important;
    text-transform:uppercase !important;
    font-size:15px !important;
    letter-spacing:.14em !important;
  }
  .uz-drawer-shopping-from p{
    margin:0 0 12px !important;
    font-size:18px !important;
    color:rgba(255,255,255,.94) !important;
  }
  .uz-drawer-shopping-from span{
    display:block !important;
    font-size:15px !important;
    line-height:1.45 !important;
    color:rgba(255,255,255,.84) !important;
  }
  .uz-brand-head{
    height:54px !important;
    padding:0 16px !important;
    align-items:center !important;
  }
  .uz-brand-head h2{
    font-size:23px !important;
    line-height:1 !important;
    font-weight:800 !important;
    letter-spacing:0 !important;
  }
}

@media (max-width:380px){
  .uz-text-logo span{font-size:22px !important;}
  .uz-main-header{grid-template-columns:32px minmax(0,1fr) 32px 32px 32px !important;gap:8px !important;padding:0 10px !important;}
  .uz-drawer-tile{grid-template-columns:minmax(0,1fr) 102px !important;}
  .uz-drawer-tile img{width:102px !important;}
  .uz-drawer-tile span{font-size:16px !important;letter-spacing:.11em !important;}
}

/* Phase 2.7.1: mobile header sticky/fixed correction and menu cleanup. */
@media (max-width:760px){
  html{margin-top:0 !important;}
  #wpadminbar{display:none !important;}
  body{
    padding-top:58px !important;
    overflow-x:hidden !important;
  }
  .uz-site-header{
    position:fixed !important;
    top:0 !important;
    left:0 !important;
    right:0 !important;
    width:100% !important;
    z-index:3000 !important;
    transform:none !important;
    margin:0 !important;
  }
  body.admin-bar .uz-site-header{
    top:0 !important;
  }
  .uz-main-header{
    height:58px !important;
    min-height:58px !important;
    max-height:58px !important;
    margin:0 !important;
  }
  .uz-drawer-top{
    grid-template-columns:1fr 58px !important;
  }
  .uz-drawer-close{
    width:58px !important;
  }
  .uz-drawer-bag{
    display:none !important;
  }
  .uz-drawer-tile{
    grid-template-columns:minmax(0,1fr) 100px !important;
    height:96px !important;
  }
  .uz-drawer-tile img{
    width:100px !important;
    height:96px !important;
  }
  .uz-drawer-tile span{
    font-size:clamp(13px,3.25vw,16px) !important;
    letter-spacing:.08em !important;
    line-height:1 !important;
    white-space:nowrap !important;
    overflow:hidden !important;
    text-overflow:ellipsis !important;
    overflow-wrap:normal !important;
    word-break:normal !important;
    padding-left:18px !important;
    padding-right:10px !important;
  }
}

@media (max-width:380px){
  .uz-drawer-tile{grid-template-columns:minmax(0,1fr) 92px !important;}
  .uz-drawer-tile img{width:92px !important;}
  .uz-drawer-tile span{font-size:13px !important;letter-spacing:.06em !important;}
}


/* Phase 2.7.2: mobile drawer must sit above fixed header; New In label fix is in PHP. */
@media (max-width:760px){
  .uz-drawer-backdrop{
    z-index:5000 !important;
  }
  .uz-mobile-drawer{
    z-index:5001 !important;
    top:0 !important;
    height:100dvh !important;
    max-height:100dvh !important;
  }
  .uz-drawer-top{
    top:0 !important;
  }
  body.uz-drawer-is-open .uz-site-header{
    z-index:2999 !important;
  }
}

/* Phase 2.7.3: mobile search overlay. Desktop stays untouched. */
.uz-mobile-search-overlay{display:none;}

@media (max-width:760px){
  .uz-mobile-search-icon{
    border:0 !important;
    background:transparent !important;
    padding:0 !important;
    cursor:pointer !important;
    font:inherit !important;
  }
  .uz-mobile-search-overlay{
    display:block !important;
    position:fixed !important;
    inset:0 !important;
    z-index:6000 !important;
    background:#f4f4f4 !important;
    padding:22px 18px !important;
    opacity:0 !important;
    visibility:hidden !important;
    pointer-events:none !important;
    transition:opacity .18s ease, visibility .18s ease !important;
  }
  body.uz-mobile-search-is-open .uz-mobile-search-overlay{
    opacity:1 !important;
    visibility:visible !important;
    pointer-events:auto !important;
  }
  body.uz-mobile-search-is-open{
    overflow:hidden !important;
  }
  .uz-mobile-search-close{
    position:absolute !important;
    top:12px !important;
    right:18px !important;
    width:44px !important;
    height:44px !important;
    border:0 !important;
    background:transparent !important;
    color:#222 !important;
    font-size:54px !important;
    line-height:38px !important;
    font-weight:300 !important;
    cursor:pointer !important;
    display:grid !important;
    place-items:center !important;
    z-index:2 !important;
  }
  .uz-mobile-search-form{
    margin-top:86px !important;
    width:100% !important;
    display:grid !important;
    grid-template-columns:minmax(0,1fr) 58px !important;
    align-items:center !important;
    border:4px solid #202020 !important;
    border-radius:999px !important;
    background:#fff !important;
    min-height:76px !important;
    overflow:hidden !important;
    box-sizing:border-box !important;
  }
  .uz-mobile-search-form input[type="search"]{
    min-width:0 !important;
    width:100% !important;
    height:68px !important;
    border:0 !important;
    background:transparent !important;
    padding:0 0 0 28px !important;
    color:#333 !important;
    font-size:25px !important;
    line-height:1 !important;
    outline:none !important;
    box-shadow:none !important;
  }
  .uz-mobile-search-form input[type="search"]::placeholder{
    color:#777 !important;
    opacity:1 !important;
  }
  .uz-mobile-search-form button[type="submit"]{
    width:58px !important;
    height:68px !important;
    border:0 !important;
    background:transparent !important;
    color:#222 !important;
    display:grid !important;
    place-items:center !important;
    padding:0 !important;
    cursor:pointer !important;
  }
  .uz-mobile-search-form button[type="submit"] svg{
    width:36px !important;
    height:36px !important;
    fill:none !important;
    stroke:currentColor !important;
    stroke-width:1.9 !important;
    stroke-linecap:round !important;
    stroke-linejoin:round !important;
  }
  body.uz-mobile-search-is-open .uz-site-header,
  body.uz-mobile-search-is-open .uz-mobile-drawer,
  body.uz-mobile-search-is-open .uz-drawer-backdrop{
    z-index:5900 !important;
  }
}

@media (max-width:380px){
  .uz-mobile-search-overlay{padding:18px 14px !important;}
  .uz-mobile-search-form{margin-top:78px !important;min-height:68px !important;border-width:3px !important;grid-template-columns:minmax(0,1fr) 52px !important;}
  .uz-mobile-search-form input[type="search"]{height:62px !important;font-size:21px !important;padding-left:20px !important;}
  .uz-mobile-search-form button[type="submit"]{width:52px !important;height:62px !important;}
  .uz-mobile-search-form button[type="submit"] svg{width:32px !important;height:32px !important;}
}

/* Phase 3.1: product data foundation and hover-gallery support */
.uz-product-card figure{position:relative}
.uz-product-card .uz-product-img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:top center;transition:opacity .22s ease, transform .25s ease}
.uz-product-card .uz-product-img--main{opacity:1;z-index:1}
.uz-product-card .uz-product-img--hover{opacity:0;z-index:2}
.uz-product-card:hover .uz-product-img--main,.uz-product-card:focus-visible .uz-product-img--main{opacity:0}
.uz-product-card:hover .uz-product-img--hover,.uz-product-card:focus-visible .uz-product-img--hover{opacity:1;transform:scale(1.02)}
.uz-product-card figure>img:not(.uz-product-img){width:100%;height:100%;object-fit:cover;object-position:top center}
.uz-product-card strong .woocommerce-Price-amount,.uz-product-card strong .amount{white-space:nowrap;display:inline-flex;gap:2px;align-items:baseline}
.uz-product-card strong .woocommerce-Price-currencySymbol{display:inline;line-height:1}

/* Phase 3.2: shop/category listing pages */
.uz-shop-archive{
  background:#fff;
  color:#111;
}
.uz-shop-hero{
  min-height:210px;
  display:grid;
  place-items:center;
  text-align:center;
  padding:46px 20px 34px;
  background:#f7f7f7;
  border-bottom:1px solid #e5e5e5;
}
.uz-shop-hero p{
  margin:0 0 12px;
  text-transform:uppercase;
  letter-spacing:.18em;
  color:var(--uz-gold);
  font-weight:900;
  font-size:13px;
}
.uz-shop-hero h1{
  margin:0;
  font-size:clamp(34px,4vw,54px);
  line-height:1.05;
  font-weight:900;
  letter-spacing:.01em;
}
.uz-shop-hero span{
  display:block;
  max-width:620px;
  margin:14px auto 0;
  color:#555;
  line-height:1.55;
}
.uz-shop-chip-row{
  display:flex;
  gap:10px;
  overflow-x:auto;
  padding:18px clamp(20px,4vw,54px);
  border-bottom:1px solid #eee;
  scrollbar-width:none;
}
.uz-shop-chip-row::-webkit-scrollbar{display:none}
.uz-shop-chip-row a{
  flex:0 0 auto;
  min-height:38px;
  display:grid;
  place-items:center;
  padding:0 18px;
  border:1px solid #d8d8d8;
  background:#fff;
  color:#111;
  font-weight:800;
  font-size:14px;
}
.uz-shop-chip-row a:hover{
  background:var(--uz-navy);
  border-color:var(--uz-navy);
  color:#fff;
}
.uz-shop-toolbar{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
  padding:20px clamp(20px,4vw,54px);
  border-bottom:1px solid #eee;
  position:relative;
  z-index:10;
}
.uz-shop-controls{
  display:flex;
  gap:12px;
}
.uz-shop-control{
  position:relative;
}
.uz-shop-control summary{
  list-style:none;
  cursor:pointer;
  min-width:130px;
  height:42px;
  display:grid;
  place-items:center;
  border:1px solid #d8d8d8;
  background:#fff;
  text-transform:uppercase;
  font-weight:900;
  letter-spacing:.05em;
  font-size:13px;
}
.uz-shop-control summary::-webkit-details-marker{display:none}
.uz-shop-control[open] summary{
  background:var(--uz-navy);
  border-color:var(--uz-navy);
  color:#fff;
}
.uz-shop-panel{
  position:absolute;
  top:50px;
  left:0;
  width:310px;
  background:#fff;
  box-shadow:0 16px 40px rgba(0,0,0,.18);
  padding:22px;
  z-index:20;
}
.uz-shop-panel-wide{width:420px;max-width:calc(100vw - 40px)}
.uz-shop-panel h2{
  margin:0 0 18px;
  font-size:23px;
}
.uz-shop-panel a{
  display:block;
  padding:14px 0;
  border-bottom:1px solid #eee;
  color:#111;
}
.uz-shop-panel span{
  display:grid;
  place-items:center;
  height:46px;
  margin-top:18px;
  background:var(--uz-navy);
  color:#fff;
  text-transform:uppercase;
  font-weight:900;
  letter-spacing:.05em;
}
.uz-shop-count{
  margin:0;
  color:#555;
  font-weight:700;
}
.uz-shop-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:38px 18px;
  padding:34px clamp(20px,4vw,54px) 28px;
}
.uz-shop-grid-item.is-hidden{display:none}
.uz-shop-card{
  position:relative;
  min-width:0;
}
.uz-shop-card-link{
  display:block;
  color:#111;
}
.uz-shop-card figure{
  margin:0;
  position:relative;
  overflow:hidden;
  background:#f3f3f3;
  aspect-ratio:3/4;
}
.uz-shop-card-img{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:top center;
  transition:opacity .22s ease, transform .24s ease;
}
.uz-shop-card-img-main{opacity:1;z-index:1}
.uz-shop-card-img-hover{opacity:0;z-index:2}
.uz-shop-card:hover .uz-shop-card-img-main,
.uz-shop-card:focus-within .uz-shop-card-img-main,
.uz-shop-card.is-loading .uz-shop-card-img-main{opacity:0}
.uz-shop-card:hover .uz-shop-card-img-hover,
.uz-shop-card:focus-within .uz-shop-card-img-hover,
.uz-shop-card.is-loading .uz-shop-card-img-hover{opacity:1;transform:scale(1.015)}
.uz-shop-card h2{
  margin:12px 0 0;
  font-size:15px;
  line-height:1.32;
  font-weight:400;
  color:#333;
}
.uz-shop-card-price{
  margin:7px 0 0;
  font-size:16px;
  font-weight:800;
  color:#555;
}
.uz-shop-card-price .woocommerce-Price-amount,
.uz-shop-card-price .amount,
.uz-shop-card-price bdi,
.uz-shop-card-price .woocommerce-Price-currencySymbol{
  display:inline !important;
  white-space:nowrap !important;
}
.uz-shop-card-heart{
  position:absolute;
  top:10px;
  right:10px;
  z-index:4;
  width:38px;
  height:38px;
  border:0;
  border-radius:50%;
  background:#fff;
  color:#111;
  font-size:27px;
  line-height:1;
  display:grid;
  place-items:center;
  cursor:pointer;
  box-shadow:0 4px 14px rgba(0,0,0,.08);
}
.uz-shop-card-heart:hover{color:var(--uz-gold)}
.uz-shop-load-area{
  display:grid;
  place-items:center;
  gap:16px;
  padding:18px 20px 64px;
}
.uz-shop-load-area p{
  margin:0;
  color:#555;
  font-weight:700;
}
.uz-shop-load-area button,
.uz-shop-empty-state a{
  min-width:210px;
  height:50px;
  border:0;
  background:var(--uz-navy);
  color:#fff;
  text-transform:uppercase;
  font-weight:900;
  letter-spacing:.06em;
  cursor:pointer;
  display:grid;
  place-items:center;
}
.uz-shop-load-area button:hover,
.uz-shop-empty-state a:hover{
  background:var(--uz-gold);
}
.uz-shop-empty-state{
  margin:60px auto;
  max-width:640px;
  text-align:center;
}
@media (max-width:1024px){
  .uz-shop-grid{grid-template-columns:repeat(3,1fr)}
}
@media (max-width:760px){
  .uz-shop-hero{
    min-height:auto;
    text-align:left;
    place-items:start;
    padding:32px 18px 22px;
  }
  .uz-shop-hero h1{font-size:28px;line-height:1.12}
  .uz-shop-hero span{margin-top:10px;font-size:14px;line-height:1.45}
  .uz-shop-chip-row{padding:12px 16px;gap:8px}
  .uz-shop-chip-row a{height:34px;font-size:12px;padding:0 13px}
  .uz-shop-toolbar{
    padding:14px 16px;
    align-items:center;
  }
  .uz-shop-controls{gap:8px}
  .uz-shop-control summary{min-width:92px;height:38px;font-size:12px}
  .uz-shop-count{font-size:13px}
  .uz-shop-panel{
    position:fixed;
    left:16px;
    right:16px;
    top:82px;
    width:auto;
    max-width:none;
    z-index:1300;
  }
  .uz-shop-grid{
    grid-template-columns:repeat(2,1fr);
    gap:28px 10px;
    padding:18px 10px 20px;
  }
  .uz-shop-card h2{
    font-size:13px;
    line-height:1.25;
    margin-top:9px;
  }
  .uz-shop-card-price{
    font-size:14px;
    margin-top:5px;
  }
  .uz-shop-card-heart{
    width:34px;
    height:34px;
    font-size:24px;
    top:7px;
    right:7px;
  }
  .uz-shop-load-area{padding-bottom:46px}
}

/* Phase 3.2.2: Sort panel selection flow */
.uz-shop-sort-form{
  display:block;
}
.uz-sort-option{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  min-height:48px;
  padding:13px 0;
  border-bottom:1px solid #eee;
  cursor:pointer;
  color:#111;
}
.uz-sort-option span{
  display:block;
  height:auto;
  margin:0;
  background:transparent;
  color:#111;
  text-transform:none;
  font-weight:500;
  letter-spacing:0;
  place-items:normal;
}
.uz-sort-option input{
  flex:0 0 auto;
  width:18px;
  height:18px;
  accent-color:var(--uz-navy);
  cursor:pointer;
}
.uz-shop-view-items{
  width:100%;
  height:46px;
  margin-top:18px;
  border:0;
  background:var(--uz-navy);
  color:#fff;
  text-transform:uppercase;
  font-weight:900;
  letter-spacing:.05em;
  cursor:pointer;
}
.uz-shop-view-items:hover,
.uz-shop-view-items:focus{
  background:#081a49;
}
@media (max-width: 760px){
  .uz-shop-sort-form{padding:18px}
  .uz-sort-option{min-height:46px;font-size:15px}
}

/* Phase 3.3: functional listing filters */
.uz-shop-filter-form{
  max-height:min(78vh,720px);
  overflow:auto;
  padding:0;
}
.uz-shop-filter-form .uz-shop-view-items{
  position:sticky;
  bottom:0;
  margin:0;
}
.uz-filter-head{
  position:sticky;
  top:0;
  background:#fff;
  z-index:2;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  padding:22px 22px 14px;
  border-bottom:1px solid #eee;
}
.uz-filter-head h2{margin:0;font-size:23px}
.uz-filter-head a{
  padding:0;
  border:0;
  color:var(--uz-navy);
  font-size:13px;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.04em;
}
.uz-filter-group{
  border:0;
  margin:0;
  padding:18px 22px;
  border-bottom:1px solid #eee;
}
.uz-filter-group legend{
  padding:0;
  margin:0 0 10px;
  font-size:15px;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.04em;
  color:#111;
}
.uz-filter-group>label{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  min-height:40px;
  cursor:pointer;
  font-size:15px;
  color:#222;
}
.uz-filter-group>label span{
  display:block;
  height:auto;
  margin:0;
  background:transparent;
  color:#222;
  text-transform:none;
  font-weight:500;
  letter-spacing:0;
  place-items:normal;
}
.uz-filter-group input[type="checkbox"],
.uz-filter-group input[type="radio"]{
  width:18px;
  height:18px;
  accent-color:var(--uz-navy);
  flex:0 0 auto;
}
.uz-filter-pills{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
}
.uz-filter-pills label{
  cursor:pointer;
}
.uz-filter-pills input{
  position:absolute;
  opacity:0;
  pointer-events:none;
}
.uz-filter-pills span{
  display:grid;
  place-items:center;
  min-width:54px;
  height:38px;
  padding:0 12px;
  border:1px solid #d7d7d7;
  background:#fff;
  color:#111;
  font-size:13px;
  font-weight:800;
  text-transform:none;
  letter-spacing:0;
}
.uz-filter-pills input:checked+span{
  border-color:var(--uz-navy);
  background:var(--uz-navy);
  color:#fff;
}
.uz-active-filters{
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:8px;
  padding:14px clamp(20px,4vw,54px);
  border-bottom:1px solid #eee;
  background:#fafafa;
}
.uz-active-filters span{
  font-weight:900;
  color:#333;
  margin-right:4px;
}
.uz-active-filters em{
  font-style:normal;
  display:inline-grid;
  place-items:center;
  min-height:30px;
  padding:0 12px;
  border-radius:999px;
  background:#fff;
  border:1px solid #ddd;
  color:#111;
  font-size:13px;
  font-weight:800;
}
.uz-active-filters a{
  color:var(--uz-navy);
  font-weight:900;
  text-decoration:underline;
  font-size:13px;
  margin-left:4px;
}
@media (max-width:760px){
  .uz-shop-filter-form{
    left:0;
    right:0;
    top:0;
    bottom:0;
    width:auto;
    max-width:none;
    max-height:none;
    height:100vh;
    padding-bottom:0;
    z-index:1500;
  }
  .uz-filter-head{
    padding:22px 18px 14px;
  }
  .uz-filter-group{
    padding:16px 18px;
  }
  .uz-filter-group>label{
    min-height:42px;
    font-size:15px;
  }
  .uz-active-filters{
    padding:10px 16px;
    gap:7px;
  }
  .uz-active-filters span{
    flex-basis:100%;
  }
}

/* Phase 3.4 product page core */
.uz-product-page{
  --uz-product-max:1440px;
  background:#fff;
  color:#111;
  font-family:var(--uz-font-body, Arial, sans-serif);
}
.uz-product-notices{
  max-width:var(--uz-product-max);
  margin:0 auto;
  padding:18px clamp(16px,4vw,54px) 0;
}
.uz-product-core{
  max-width:var(--uz-product-max);
  margin:0 auto;
  padding:34px clamp(16px,4vw,54px) 34px;
  display:grid;
  grid-template-columns:minmax(0,1.42fr) minmax(340px,.58fr);
  gap:42px;
  align-items:start;
}
.uz-product-gallery{
  display:grid;
  grid-template-columns:92px minmax(0,1fr);
  gap:18px;
  position:relative;
}
.uz-product-thumbs{
  display:flex;
  flex-direction:column;
  gap:12px;
}
.uz-product-thumb{
  border:2px solid transparent;
  background:#f4f4f4;
  padding:0;
  cursor:pointer;
  aspect-ratio:3/4;
  overflow:hidden;
}
.uz-product-thumb.is-active{
  border-color:var(--uz-navy,#0F2D75);
}
.uz-product-thumb img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}
.uz-product-main-image-wrap{
  position:relative;
  background:#f6f6f6;
  min-height:640px;
  overflow:hidden;
}
.uz-product-main-image{
  width:100%;
  height:100%;
  min-height:640px;
  display:grid;
  place-items:center;
  position:relative;
}
.uz-product-main-image img,
.uz-product-gallery-slide{
  width:100%;
  height:100%;
  object-fit:contain;
  object-position:center top;
  display:block;
  background:#f6f6f6;
}
.uz-product-gallery-slide{
  position:absolute;
  inset:0;
  opacity:0;
  transition:opacity .18s ease;
}
.uz-product-gallery-slide.is-active{
  opacity:1;
  z-index:1;
}
.uz-product-gallery-arrow{
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  z-index:4;
  width:42px;
  height:58px;
  border:0;
  background:rgba(255,255,255,.86);
  color:#111;
  font-size:42px;
  line-height:1;
  cursor:pointer;
}
.uz-product-gallery-prev{left:0;}
.uz-product-gallery-next{right:0;}
.uz-product-mobile-dots{
  display:none;
}
.uz-product-video-button{
  grid-column:2;
  justify-self:start;
  margin-top:10px;
  background:#fff;
  border:1px solid #d8d8d8;
  min-height:42px;
  padding:0 16px;
  font-weight:900;
  letter-spacing:.04em;
  cursor:pointer;
}
.uz-product-video-button span{margin-right:8px;}
.uz-product-summary{
  position:sticky;
  top:96px;
  background:#fff;
}
.uz-product-title-row{
  display:flex;
  justify-content:space-between;
  gap:16px;
  align-items:flex-start;
}
.uz-product-title-row h1{
  margin:0;
  font-size:23px;
  line-height:1.22;
  font-weight:700;
  letter-spacing:.01em;
}
.uz-product-share{
  width:40px;
  height:40px;
  border:1px solid #d8d8d8;
  background:#fff;
  font-size:21px;
  cursor:pointer;
}
.uz-product-price{
  margin:16px 0;
  font-weight:900;
  font-size:21px;
  white-space:nowrap;
}
.uz-product-price .woocommerce-Price-amount,
.uz-product-price .amount{
  white-space:nowrap;
}
.uz-product-rating-line{
  display:flex;
  align-items:center;
  gap:10px;
  min-height:28px;
  margin-bottom:18px;
}
.uz-product-stars{
  color:var(--uz-gold,#C69145);
  letter-spacing:1px;
  font-size:16px;
}
.uz-product-rating-line a{
  color:#222;
  font-size:14px;
  text-decoration:underline;
}
.uz-product-colour{
  display:flex;
  align-items:center;
  gap:8px;
  margin:18px 0;
  font-size:14px;
}
.uz-product-colour strong{font-size:15px;}
.uz-product-colour em{
  width:34px;
  height:34px;
  border:1px solid #d6d6d6;
  border-radius:50%;
  display:inline-block;
  font-style:normal;
}
.uz-product-add-form{
  margin:22px 0 14px;
}
.uz-product-size-head{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:14px;
  margin-bottom:8px;
}
.uz-product-size-head label{
  font-weight:900;
  font-size:14px;
}
.uz-product-size-head div{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  justify-content:flex-end;
}
.uz-product-size-head button,
.uz-product-accordions button{
  border:0;
  background:transparent;
  text-decoration:underline;
  cursor:pointer;
  color:#222;
  font-weight:700;
  padding:0;
}
.uz-product-add-form select{
  width:100%;
  height:50px;
  border:1px solid #cfcfcf;
  padding:0 16px;
  font-size:15px;
  background:#fff;
  margin-bottom:14px;
}
.uz-product-add-button{
  width:100%;
  height:54px;
  border:0;
  background:var(--uz-navy,#0F2D75);
  color:#fff;
  text-transform:uppercase;
  font-size:16px;
  font-weight:900;
  letter-spacing:.08em;
  cursor:pointer;
}
.uz-product-add-button:hover,
.uz-product-add-button:focus{
  background:#061b49;
}
.uz-product-add-button.is-disabled{
  background:#999;
  cursor:not-allowed;
}
.uz-product-wishlist{
  width:100%;
  height:48px;
  background:#fff;
  border:1px solid #d4d4d4;
  font-weight:900;
  cursor:pointer;
  margin-bottom:22px;
}
.uz-product-accordions{
  border-top:1px solid #ddd;
}
.uz-product-accordions details{
  border-bottom:1px solid #ddd;
}
.uz-product-accordions summary{
  list-style:none;
  cursor:pointer;
  min-height:58px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  font-weight:900;
  letter-spacing:.02em;
}
.uz-product-accordions summary::-webkit-details-marker{display:none;}
.uz-product-accordions summary::after{
  content:'+';
  font-size:24px;
  font-weight:400;
}
.uz-product-accordions details[open] summary::after{
  content:'−';
}
.uz-product-accordions details>div{
  padding:0 0 18px;
  color:#333;
  line-height:1.6;
}
.uz-product-accordions a{
  color:var(--uz-navy,#0F2D75);
  font-weight:900;
}
.uz-product-section-head{
  max-width:var(--uz-product-max);
  margin:0 auto;
  padding:0 clamp(16px,4vw,54px);
  display:flex;
  justify-content:space-between;
  align-items:center;
}
.uz-product-section-head h2{
  margin:0 0 20px;
  font-size:28px;
  font-weight:900;
  letter-spacing:.01em;
}
.uz-product-recommendations{
  max-width:var(--uz-product-max);
  margin:24px auto 18px;
}
.uz-product-rec-row{
  display:grid;
  grid-auto-flow:column;
  grid-auto-columns:minmax(210px,1fr);
  overflow-x:auto;
  gap:18px;
  padding:0 clamp(16px,4vw,54px) 22px;
  scroll-snap-type:x proximity;
  -webkit-overflow-scrolling:touch;
}
.uz-product-rec-row .uz-shop-card{
  scroll-snap-align:start;
}
.uz-product-reviews-preview{
  max-width:var(--uz-product-max);
  margin:34px auto;
  padding:0 clamp(16px,4vw,54px);
}
.uz-product-reviews-preview p{
  color:#555;
  font-size:16px;
}
.uz-back-to-top{
  display:block;
  margin:20px auto 50px;
  border:1px solid #d8d8d8;
  background:#fff;
  padding:13px 22px;
  font-weight:900;
  cursor:pointer;
}
.uz-video-modal,
.uz-size-guide-modal,
.uz-fit-modal{
  position:fixed;
  inset:0;
  z-index:4000;
  background:rgba(0,0,0,.72);
  display:none;
  align-items:center;
  justify-content:center;
  padding:20px;
}
.uz-video-modal.is-open,
.uz-size-guide-modal.is-open,
.uz-fit-modal.is-open{
  display:flex;
}
.uz-video-close,
.uz-size-modal-close{
  position:absolute;
  top:18px;
  right:22px;
  width:44px;
  height:44px;
  border:0;
  background:#fff;
  font-size:34px;
  cursor:pointer;
  z-index:2;
}
.uz-video-frame{
  width:min(940px,94vw);
  aspect-ratio:16/9;
  background:#000;
}
.uz-video-frame iframe,
.uz-video-frame video{
  width:100%;
  height:100%;
  border:0;
  display:block;
}
.uz-size-modal-card{
  width:min(520px,94vw);
  background:#fff;
  padding:32px;
  color:#111;
  box-shadow:0 16px 60px rgba(0,0,0,.28);
}
.uz-size-modal-card h2{
  margin:0 0 12px;
  font-size:28px;
}
.uz-size-modal-card button:not(.uz-size-modal-close){
  margin-top:18px;
  height:44px;
  padding:0 20px;
  border:0;
  background:var(--uz-navy,#0F2D75);
  color:#fff;
  font-weight:900;
}
@media (max-width:900px){
  .uz-product-core{
    display:block;
    padding:0 0 26px;
  }
  .uz-product-gallery{
    display:block;
  }
  .uz-product-thumbs,
  .uz-product-gallery-arrow{
    display:none;
  }
  .uz-product-main-image-wrap{
    min-height:auto;
    background:#f6f6f6;
  }
  .uz-product-main-image{
    display:flex;
    overflow-x:auto;
    min-height:0;
    height:auto;
    scroll-snap-type:x mandatory;
    -webkit-overflow-scrolling:touch;
  }
  .uz-product-gallery-slide{
    position:relative;
    opacity:1;
    flex:0 0 100%;
    width:100%;
    height:auto;
    aspect-ratio:3/4;
    object-fit:contain;
    object-position:center top;
    scroll-snap-align:start;
  }
  .uz-product-mobile-dots{
    display:flex;
    position:absolute;
    left:50%;
    bottom:12px;
    transform:translateX(-50%);
    z-index:5;
    gap:7px;
  }
  .uz-product-mobile-dots span{
    width:8px;
    height:8px;
    border-radius:50%;
    background:rgba(255,255,255,.78);
    border:1px solid rgba(0,0,0,.25);
  }
  .uz-product-mobile-dots span.is-active{
    background:#111;
  }
  .uz-product-video-button{
    margin:12px 16px 0;
    grid-column:auto;
  }
  .uz-product-summary{
    position:static;
    padding:20px 16px 0;
  }
  .uz-product-title-row h1{
    font-size:19px;
  }
  .uz-product-price{
    font-size:19px;
  }
  .uz-product-section-head{
    padding:0 16px;
  }
  .uz-product-section-head h2{
    font-size:24px;
  }
  .uz-product-rec-row{
    grid-auto-columns:44vw;
    gap:14px;
    padding:0 16px 22px;
  }
  .uz-product-reviews-preview{
    padding:0 16px;
  }
}
@media (max-width:520px){
  .uz-product-rec-row{
    grid-auto-columns:58vw;
  }
  .uz-product-size-head{
    align-items:flex-start;
  }
  .uz-product-size-head div{
    display:grid;
    gap:6px;
    text-align:right;
  }
}


.uz-cart-link{
  position:relative;
}
.uz-cart-count{
  position:absolute;
  top:0;
  right:0;
  min-width:19px;
  height:19px;
  padding:0 5px;
  border-radius:999px;
  background:var(--uz-gold,#C69145);
  color:#111;
  font-size:11px;
  line-height:19px;
  font-weight:900;
  text-align:center;
  transform:translate(26%,-16%);
  box-shadow:0 0 0 2px var(--uz-navy-dark,#071C4D);
}
.uz-cart-count.is-empty{
  display:none;
}
@media (max-width:760px){
  .uz-cart-count{
    top:1px;
    right:1px;
    min-width:17px;
    height:17px;
    padding:0 4px;
    font-size:10px;
    line-height:17px;
    transform:translate(20%,-10%);
  }
}



/* Phase 3.4.3 font refinement: Futura PT-style ecommerce/product-page typography */
:root{
  --uz-font:"Futura PT",Futura,"Century Gothic","Avenir Next",Arial,sans-serif;
  --uz-font-body:"Futura PT",Futura,"Century Gothic","Avenir Next",Arial,sans-serif;
  --uz-font-display:"Futura PT",Futura,"Century Gothic","Avenir Next",Arial,sans-serif;
}
body,
button,
input,
select,
textarea,
.uz-product-page,
.uz-shop-page,
.uz-mobile-drawer,
.uz-footer-newsletter-block,
.uz-footer-columns,
.uz-footer-legal{
  font-family:var(--uz-font-body)!important;
}
/* Keep the header wordmark in the approved serif style */
.uz-text-logo span{
  font-family:var(--uz-logo-font)!important;
}
/* Softer, closer product-page typography */
.uz-product-title-row h1,
.uz-product-price,
.uz-product-rating,
.uz-product-colour,
.uz-product-size-head,
.uz-product-select,
.uz-product-accordion summary,
.uz-product-accordion-body,
.uz-product-details,
.uz-product-section-head h2,
.uz-product-reviews-preview,
.uz-product-video-button,
.uz-size-guide-link,
.uz-fit-assistant-link,
.uz-back-to-top{
  font-family:var(--uz-font-body)!important;
  letter-spacing:.01em;
}
.uz-product-title-row h1{
  font-weight:500!important;
  line-height:1.32!important;
  color:#222;
}
.uz-product-price{
  font-weight:700!important;
  letter-spacing:.02em;
}
.uz-product-accordion summary,
.uz-product-section-head h2{
  font-weight:800!important;
  letter-spacing:.04em;
}
.uz-product-accordion-body,
.uz-product-details,
.uz-product-reviews-preview p{
  font-weight:400;
  line-height:1.58;
  color:#444;
}
.uz-product-add-to-bag,
.uz-add-to-bag,
.single_add_to_cart_button,
.button.alt,
.uz-hero-button,
.uz-section-head a,
.uz-load-more-button,
.uz-filter-apply,
.uz-sort-apply,
.uz-footer-newsletter button,
.uz-bottom-cta a{
  font-family:var(--uz-font-body)!important;
  font-weight:900!important;
  letter-spacing:.08em!important;
}
/* Listing pages and product cards */
.uz-shop-eyebrow,
.uz-shop-title,
.uz-shop-intro,
.uz-shop-chip,
.uz-shop-card,
.uz-shop-card-title,
.uz-shop-card-price,
.uz-shop-controls,
.uz-sort-panel,
.uz-filter-panel,
.uz-active-filters,
.uz-load-more-wrap,
.uz-viewed-count,
.uz-product-card span,
.uz-product-card strong,
.uz-new-tile span,
.uz-brand-head h2,
.uz-brand-card{
  font-family:var(--uz-font-body)!important;
}
.uz-shop-title,
.uz-section-head h2,
.uz-brand-head h2{
  font-weight:800!important;
  letter-spacing:.01em!important;
}
.uz-shop-card-title,
.uz-product-card span{
  font-weight:400!important;
  line-height:1.28!important;
  color:#333!important;
}
.uz-shop-card-price,
.uz-product-card strong{
  font-weight:800!important;
  color:#222!important;
}
/* Header/menu support text should stay refined, not bulky */
.uz-gender-tabs a,
.uz-category-nav-item>a,
.uz-account-popover,
.uz-drawer-tabs a,
.uz-drawer-tile span,
.uz-drawer-account,
.uz-drawer-accordion,
.uz-mobile-search-overlay{
  font-family:var(--uz-font-body)!important;
}
.uz-category-nav-item>a{
  font-weight:500!important;
}
.uz-drawer-tile span{
  font-weight:850!important;
  letter-spacing:.13em!important;
}
/* Footer/newsletter typography tune */
.uz-footer-newsletter-block h2,
.uz-footer-columns h2{
  font-weight:900!important;
  letter-spacing:.12em!important;
}
.uz-footer-newsletter-block p,
.uz-footer-columns a,
.uz-footer-columns p,
.uz-footer-legal{
  font-weight:400;
}
@media (max-width:900px){
  .uz-product-title-row h1,
  .uz-product-price{
    font-size:18px!important;
  }
  .uz-product-accordion summary{
    font-size:18px!important;
  }
  .uz-product-accordion-body{
    font-size:15px!important;
  }
}


/* Phase 3.4.3 Futura PT-style tuning */
body{
  font-family:var(--uz-font-body)!important;
  letter-spacing:.015em;
}
.uz-product-title-row h1,
.uz-product-price,
.uz-product-colour,
.uz-product-size-head,
.uz-product-select,
.uz-product-accordion summary,
.uz-product-accordion-body,
.uz-product-section-head h2,
.uz-shop-title,
.uz-shop-card-title,
.uz-shop-card-price,
.uz-product-card span,
.uz-product-card strong,
.uz-shop-intro,
.uz-footer-columns,
.uz-footer-newsletter-block,
.uz-mobile-drawer{
  font-family:var(--uz-font-body)!important;
}
.uz-product-title-row h1,
.uz-shop-card-title,
.uz-product-card span{
  font-weight:400!important;
  letter-spacing:.018em!important;
}
.uz-product-price,
.uz-shop-card-price,
.uz-product-card strong{
  font-weight:500!important;
  letter-spacing:.025em!important;
}
.uz-product-colour,
.uz-product-size-head,
.uz-shop-eyebrow,
.uz-filter-panel h3,
.uz-sort-panel h3{
  font-weight:700!important;
  letter-spacing:.13em!important;
  text-transform:uppercase;
}
.uz-product-accordion summary,
.uz-product-section-head h2,
.uz-footer-columns h2,
.uz-footer-newsletter-block h2{
  font-weight:700!important;
  letter-spacing:.12em!important;
}
.uz-product-add-to-bag,
.uz-add-to-bag,
.single_add_to_cart_button,
.button.alt,
.uz-hero-button,
.uz-section-head a,
.uz-load-more-button,
.uz-filter-apply,
.uz-sort-apply,
.uz-footer-newsletter button,
.uz-bottom-cta a{
  font-family:var(--uz-font-body)!important;
  font-weight:700!important;
  letter-spacing:.09em!important;
}
.uz-gender-tabs a,
.uz-category-nav-item>a,
.uz-drawer-tabs a,
.uz-drawer-tile span,
.uz-new-tile span{
  font-family:var(--uz-font-body)!important;
  font-weight:700!important;
}
.uz-product-accordion-body,
.uz-product-details,
.uz-product-reviews-preview p,
.uz-shop-intro,
.uz-footer-newsletter-block p,
.uz-footer-columns a,
.uz-footer-columns p,
.uz-footer-legal{
  font-weight:400!important;
  letter-spacing:.02em!important;
}


/* Phase 3.4.4: homepage carousel product click fix */
.uz-product-carousel .uz-product-card{
  pointer-events:auto !important;
  cursor:pointer !important;
  text-decoration:none !important;
  -webkit-tap-highlight-color:rgba(15,45,117,.14);
}
.uz-product-carousel .uz-product-card figure,
.uz-product-carousel .uz-product-card img,
.uz-product-carousel .uz-product-card span,
.uz-product-carousel .uz-product-card strong{
  pointer-events:auto !important;
}
.uz-product-carousel .uz-product-card em{
  pointer-events:none !important;
}
.uz-product-carousel.is-dragging .uz-product-card{
  cursor:grabbing !important;
}

/* Phase 3.5 Size Guide */
.uz-size-guide-card{
  width:min(760px,94vw);
  max-height:86vh;
  overflow:auto;
}
.uz-size-guide-intro{
  margin:0 0 18px;
  color:#333;
  font-size:15px;
  line-height:1.55;
}
.uz-size-table-wrap{
  width:100%;
  overflow:auto;
  border:1px solid #e2e2e2;
  background:#fff;
}
.uz-size-guide-table{
  width:100%;
  border-collapse:collapse;
  min-width:480px;
  font-size:14px;
}
.uz-size-guide-table-wide{
  min-width:700px;
}
.uz-size-guide-table th,
.uz-size-guide-table td{
  border-bottom:1px solid #e8e8e8;
  padding:13px 14px;
  text-align:left;
  white-space:nowrap;
}
.uz-size-guide-table th{
  background:#f5f6fa;
  color:#0F2D75;
  font-weight:800;
}
.uz-size-guide-table tr:last-child td{
  border-bottom:0;
}
.uz-size-guide-note,
.uz-size-helper-text{
  color:#555;
  font-size:13px;
  line-height:1.45;
}
.uz-size-helper-text{
  margin:8px 0 0;
}
.uz-size-close-button{
  margin-top:20px;
  width:100%;
  border:0;
  background:#0F2D75;
  color:#fff;
  padding:13px 18px;
  font-weight:800;
  cursor:pointer;
}
@media (max-width: 640px){
  .uz-size-guide-card{
    width:94vw;
    padding:24px 16px;
  }
  .uz-size-guide-card h2{
    font-size:22px;
  }
  .uz-size-guide-table{
    font-size:13px;
  }
  .uz-size-guide-table th,
  .uz-size-guide-table td{
    padding:11px 12px;
  }
}

/* Phase 3.6 Fit Assistant */
.uz-fit-card{
  width:min(980px,94vw);
  max-height:88vh;
  overflow:hidden;
  background:#fff;
  color:#111;
  display:grid;
  grid-template-columns:minmax(260px,38%) 1fr;
  box-shadow:0 18px 70px rgba(0,0,0,.32);
}
.uz-fit-media{
  background:#f4f4f4;
  min-height:560px;
  overflow:hidden;
}
.uz-fit-media img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:top center;
  display:block;
}
.uz-fit-content{
  padding:38px 40px 32px;
  overflow:auto;
  max-height:88vh;
}
.uz-fit-eyebrow{
  margin:0 0 10px;
  color:#0F2D75;
  font-size:12px;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.14em;
}
.uz-fit-content h2{
  margin:0 0 10px;
  font-size:31px;
  line-height:1.05;
  letter-spacing:.01em;
}
.uz-fit-intro{
  margin:0 0 24px;
  color:#444;
  font-size:15px;
  line-height:1.55;
}
.uz-fit-form{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:16px;
}
.uz-fit-form label{
  display:grid;
  gap:8px;
  font-size:13px;
  color:#333;
  font-weight:800;
}
.uz-fit-form select{
  height:48px;
  border:1px solid #d9d9d9;
  background:#fff;
  color:#111;
  padding:0 12px;
  font-size:15px;
  font-family:var(--uz-font);
  outline:none;
}
.uz-fit-form select:focus{
  border-color:#0F2D75;
  box-shadow:0 0 0 2px rgba(15,45,117,.12);
}
.uz-fit-submit{
  margin-top:22px;
  width:100%;
  min-height:52px;
  border:0;
  background:#0F2D75;
  color:#fff;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.05em;
  cursor:pointer;
}
.uz-fit-submit:hover{
  background:#C69145;
}
.uz-fit-result{
  margin-top:18px;
  border:1px solid #d9d9d9;
  background:#f8f9fc;
  padding:18px;
  color:#111;
}
.uz-fit-result strong{
  display:block;
  font-size:24px;
  margin:6px 0 6px;
  color:#0F2D75;
}
.uz-fit-result span{
  display:block;
  color:#555;
  font-size:14px;
  line-height:1.45;
}
.uz-fit-note{
  margin:16px 0 0;
  color:#666;
  font-size:13px;
  line-height:1.45;
}
@media (max-width: 760px){
  .uz-fit-modal{
    align-items:stretch;
    justify-content:stretch;
    padding:0;
  }
  .uz-fit-card{
    width:100vw;
    max-height:none;
    min-height:100vh;
    overflow:auto;
    display:block;
  }
  .uz-fit-media{
    min-height:0;
    height:260px;
  }
  .uz-fit-media img{
    object-fit:contain;
    background:#f5f5f5;
  }
  .uz-fit-content{
    padding:24px 16px 34px;
    max-height:none;
  }
  .uz-fit-content h2{
    font-size:24px;
  }
  .uz-fit-form{
    grid-template-columns:1fr;
    gap:14px;
  }
  .uz-fit-submit{
    min-height:50px;
  }
}

/* Phase 3.6.1 Advanced Fit Assistant */
.uz-fit-card--advanced{
  width:min(1080px,95vw);
  grid-template-columns:minmax(300px,36%) 1fr;
}
.uz-fit-media{
  position:relative;
}
.uz-fit-media-caption{
  position:absolute;
  left:18px;
  right:18px;
  bottom:18px;
  background:rgba(255,255,255,.92);
  padding:14px 16px;
  box-shadow:0 12px 28px rgba(0,0,0,.12);
}
.uz-fit-media-caption span{
  display:block;
  text-transform:uppercase;
  letter-spacing:.14em;
  font-size:11px;
  font-weight:900;
  color:#0F2D75;
  margin-bottom:4px;
}
.uz-fit-media-caption strong{
  display:block;
  font-size:15px;
  line-height:1.3;
  color:#111;
}
.uz-fit-form--advanced{
  grid-template-columns:repeat(2,minmax(0,1fr));
  align-items:start;
}
.uz-fit-form input[type="number"],
.uz-fit-form--advanced input[type="number"]{
  height:48px;
  border:1px solid #d9d9d9;
  background:#fff;
  color:#111;
  padding:0 12px;
  font-size:15px;
  font-family:var(--uz-font);
  outline:none;
  width:100%;
  min-width:0;
}
.uz-fit-form input[type="number"]:focus,
.uz-fit-form--advanced input[type="number"]:focus{
  border-color:#0F2D75;
  box-shadow:0 0 0 2px rgba(15,45,117,.12);
}
.uz-fit-field-row{
  display:grid;
  grid-template-columns:1fr 96px;
  gap:10px;
}
.uz-fit-field-row select{
  width:100%;
}
.uz-fit-result em{
  display:block;
  margin-top:10px;
  color:#333;
  font-size:13px;
  line-height:1.45;
  font-style:normal;
}
@media (max-width: 760px){
  .uz-fit-card--advanced{
    width:100vw;
    grid-template-columns:1fr;
  }
  .uz-fit-media-caption{
    position:static;
    box-shadow:none;
    border-top:1px solid #eee;
    border-bottom:1px solid #eee;
  }
  .uz-fit-form--advanced{
    grid-template-columns:1fr;
  }
  .uz-fit-field-row{
    grid-template-columns:1fr 84px;
  }
}

/* Phase 3.7: product recommendation extras and review section */
.uz-product-people-bought{
  margin-top:12px;
}
.uz-product-reviews-full{
  border-top:1px solid #eee;
  padding-top:34px;
}
.uz-review-summary-grid{
  display:grid;
  grid-template-columns: minmax(180px,260px) 1fr;
  gap:18px;
  margin:18px 0 24px;
}
.uz-review-score-card,
.uz-review-meter-card,
.uz-review-eligibility-note,
.uz-review-form-wrap{
  background:#fff;
  border:1px solid #e5e5e5;
  padding:22px;
}
.uz-review-score{
  display:block;
  font-size:48px;
  line-height:1;
  font-weight:800;
  letter-spacing:.01em;
  color:#111;
}
.uz-review-stars{
  display:inline-flex;
  gap:2px;
  color:#111;
  font-size:18px;
  letter-spacing:.08em;
  margin:8px 0;
}
.uz-review-score-card p,
.uz-review-meter-card p,
.uz-review-meter-card small,
.uz-no-reviews,
.uz-review-eligibility-note p{
  color:#555;
  line-height:1.6;
}
.uz-review-meter-card h3,
.uz-review-form-wrap h3{
  margin:0 0 12px;
  font-size:19px;
  letter-spacing:.04em;
}
.uz-review-list{
  display:grid;
  gap:14px;
  margin:20px 0 26px;
}
.uz-review-item{
  border:1px solid #e5e5e5;
  padding:20px;
  background:#fff;
}
.uz-review-item-head{
  display:flex;
  justify-content:space-between;
  gap:14px;
  align-items:flex-start;
  margin-bottom:10px;
}
.uz-review-item-head strong{
  display:inline-block;
  margin-left:10px;
  font-weight:700;
}
.uz-review-item-head time{
  color:#777;
  font-size:13px;
  white-space:nowrap;
}
.uz-review-verified{
  display:inline-block;
  margin-left:8px;
  padding:4px 8px;
  background:#eef4ff;
  color:#0d2d72;
  font-size:12px;
  font-weight:800;
  letter-spacing:.05em;
  text-transform:uppercase;
}
.uz-review-comment{
  color:#333;
  line-height:1.65;
}
.uz-review-extra-ratings{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin-top:12px;
}
.uz-review-extra-ratings span{
  border:1px solid #ddd;
  padding:6px 9px;
  font-size:13px;
  color:#333;
  background:#fafafa;
}
.uz-review-form{
  display:grid;
  gap:14px;
}
.uz-review-field{
  margin:0;
}
.uz-review-field label{
  display:block;
  font-weight:800;
  margin-bottom:6px;
}
.uz-review-field select,
.uz-review-field textarea{
  width:100%;
  border:1px solid #cfcfcf;
  padding:12px 13px;
  font:inherit;
  background:#fff;
}
.uz-review-form .form-submit{
  margin:4px 0 0;
}
.uz-review-form .submit{
  border:0;
  background:#0B2A68;
  color:#fff;
  padding:14px 22px;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.08em;
  cursor:pointer;
}
.uz-review-form .submit:hover{
  background:#C69145;
  color:#fff;
}
@media (max-width: 760px){
  .uz-review-summary-grid{
    grid-template-columns:1fr;
  }
  .uz-review-item-head{
    display:block;
  }
  .uz-review-item-head time{
    display:block;
    margin-top:8px;
  }
  .uz-review-score-card,
  .uz-review-meter-card,
  .uz-review-eligibility-note,
  .uz-review-form-wrap,
  .uz-review-item{
    padding:18px;
  }
}


/* Phase 3.8: Product/shop testing polish */
html, body{
  max-width:100%;
  overflow-x:hidden;
}
.uz-shop-page,
.uz-product-page,
.uz-home-main{
  width:100%;
  max-width:100vw;
  overflow-x:hidden;
}
.uz-shop-card,
.uz-product-card,
.uz-product-summary,
.uz-product-gallery,
.uz-review-form-wrap,
.uz-size-modal-card,
.uz-fit-card{
  box-sizing:border-box;
}
.uz-shop-card a,
.uz-product-card a{
  cursor:pointer;
}
.uz-shop-card figure img,
.uz-product-card figure img{
  backface-visibility:hidden;
}
.uz-product-rec-row{
  -webkit-overflow-scrolling:touch;
  overscroll-behavior-x:contain;
}
.uz-product-rec-row .uz-shop-card{
  min-width:0;
}
.uz-product-gallery-track{
  -webkit-overflow-scrolling:touch;
  overscroll-behavior-x:contain;
}
.uz-product-main-image img,
.uz-product-gallery-slide img{
  display:block;
  width:100%;
  height:100%;
  object-fit:contain;
  object-position:center top;
  background:#f7f7f7;
}
.uz-video-modal.is-open,
.uz-size-guide-modal.is-open,
.uz-fit-modal.is-open{
  overscroll-behavior:contain;
}
.uz-video-frame iframe{
  width:100%;
  min-height:min(70vh,680px);
  border:0;
  display:block;
}
.uz-product-add-button,
.uz-review-form .submit,
.uz-filter-view-button,
.uz-sort-view-button,
.uz-load-more-button{
  transition:background .18s ease,color .18s ease,border-color .18s ease,transform .18s ease;
}
.uz-product-add-button:active,
.uz-load-more-button:active,
.uz-filter-view-button:active,
.uz-sort-view-button:active{
  transform:translateY(1px);
}
.uz-cart-count{
  pointer-events:none;
}
.uz-cart-count.is-empty{
  display:none !important;
}
.uz-back-to-top{
  cursor:pointer;
}
@media (max-width: 900px){
  .uz-product-page{
    padding-left:0;
    padding-right:0;
  }
  .uz-product-summary,
  .uz-product-recommendations,
  .uz-product-reviews-full{
    padding-left:18px;
    padding-right:18px;
  }
  .uz-product-gallery-track{
    scroll-snap-type:x mandatory;
  }
  .uz-product-gallery-slide{
    scroll-snap-align:start;
  }
  .uz-product-rec-row{
    display:flex;
    overflow-x:auto;
    gap:16px;
    padding:0 18px 14px;
    scroll-snap-type:x mandatory;
  }
  .uz-product-rec-row .uz-shop-card{
    flex:0 0 72%;
    scroll-snap-align:start;
  }
  .uz-size-guide-modal,
  .uz-fit-modal,
  .uz-video-modal{
    padding:14px;
  }
  .uz-size-modal-card,
  .uz-fit-card{
    max-height:calc(100vh - 28px);
    overflow:auto;
  }
  .uz-video-frame iframe{
    min-height:56vh;
  }
  .uz-review-form textarea{
    min-height:150px;
  }
}
@media (min-width: 901px){
  .uz-product-summary{
    align-self:start;
  }
  .uz-product-rec-row{
    overflow-x:auto;
    padding-bottom:12px;
  }
}

body.uz-modal-is-open{
  overflow:hidden;
}
@media (max-width: 900px){
  body.uz-modal-is-open{
    position:relative;
  }
}

/* Phase 6 — Wishlist */
.uz-shop-card-heart.is-active,
.uz-product-wishlist.is-active{color:var(--uz-gold)}
.uz-shop-card-heart[aria-busy="true"],
.uz-product-wishlist[aria-busy="true"]{opacity:.55;pointer-events:none}
.uz-product-wishlist.is-active .uz-wishlist-heart{color:var(--uz-gold)}

/* Header wishlist count badge */
.uz-wishlist-icon-link{position:relative}
.uz-wishlist-count{position:absolute;top:2px;right:0;min-width:18px;height:18px;padding:0 4px;border-radius:9px;background:var(--uz-gold);color:#fff;font-size:11px;font-weight:800;line-height:18px;text-align:center;box-shadow:0 0 0 2px var(--uz-navy-dark)}
.uz-wishlist-count[hidden]{display:none}

/* Wishlist page / account tab */
.uz-wishlist{padding:6px 0 10px}
.uz-wishlist-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}
.uz-wishlist-card{position:relative;display:flex;flex-direction:column;background:#fff;border:1px solid #eee;border-radius:10px;overflow:hidden}
.uz-wishlist-card figure{margin:0;background:#f7f7f7;height:300px;overflow:hidden}
.uz-wishlist-card figure img{width:100%;height:100%;object-fit:cover;object-position:top center}
.uz-wishlist-card h3{margin:12px 14px 4px;font-size:15px;line-height:1.25;color:#222;font-weight:600}
.uz-wishlist-price{margin:0 14px 12px;font-size:16px;font-weight:900;color:#111}
.uz-wishlist-card-link{display:block;color:inherit}
.uz-wishlist-add-bag{margin:auto 14px 14px;height:46px;display:grid;place-items:center;background:var(--uz-navy);color:#fff;text-transform:uppercase;font-size:13px;font-weight:900;letter-spacing:.05em;border-radius:6px}
.uz-wishlist-add-bag:hover{background:var(--uz-gold);color:#fff}
.uz-wishlist-remove{position:absolute;top:8px;right:8px;z-index:2;width:34px;height:34px;border:0;border-radius:50%;background:#fff;color:#111;font-size:24px;line-height:1;cursor:pointer;box-shadow:0 2px 8px rgba(0,0,0,.18);display:grid;place-items:center}
.uz-wishlist-remove:hover{background:var(--uz-navy);color:#fff}
.uz-wishlist-empty{padding:40px 0;text-align:center}
.uz-wishlist-empty h2{margin:0 0 10px;font-size:26px}
.uz-wishlist-empty p{margin:0 0 20px;color:#555}
.uz-wishlist-signin-btn,.uz-wishlist-shop-btn{display:inline-grid;place-items:center;height:50px;padding:0 28px;background:var(--uz-navy);color:#fff;text-transform:uppercase;font-weight:900;letter-spacing:.05em;border-radius:6px}
.uz-wishlist-signin-btn:hover,.uz-wishlist-shop-btn:hover{background:var(--uz-gold);color:#fff}
@media (max-width:900px){.uz-wishlist-grid{grid-template-columns:1fr 1fr;gap:16px}.uz-wishlist-card figure{height:230px}}
@media (max-width:480px){.uz-wishlist-grid{grid-template-columns:1fr 1fr;gap:12px}.uz-wishlist-card figure{height:200px}}


/* Phase 8.1 - About and Contact pages */
.uz-phase8-page { width: 100%; }
.uz-phase8 {
    --uz-phase8-navy: #0F2D75;
    --uz-phase8-gold: #C69145;
    width: min(1180px, calc(100vw - 32px));
    margin: 0 auto;
    color: #111827;
}
.uz-phase8-about-hero,
.uz-phase8-contact-hero {
    text-align: center;
    padding: clamp(48px, 7vw, 86px) 0 clamp(34px, 5vw, 58px);
}
.uz-phase8-kicker {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--uz-phase8-gold);
    font-size: 0.78rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    font-weight: 800;
    margin-bottom: 14px;
}
.uz-phase8 h1,
.uz-phase8 h2,
.uz-phase8 h3 { color: #050814; }
.uz-phase8-about-hero h1,
.uz-phase8-contact-hero h1 {
    font-size: clamp(3rem, 8vw, 5.6rem);
    line-height: 0.95;
    letter-spacing: -0.06em;
    margin: 0 0 26px;
    font-weight: 900;
}
.uz-phase8-about-hero p,
.uz-phase8-contact-hero p {
    max-width: 760px;
    margin: 0 auto;
    font-size: clamp(1.05rem, 1.8vw, 1.35rem);
    line-height: 1.55;
    font-weight: 500;
}
.uz-phase8-wide-image {
    width: min(920px, 100%);
    margin: 0 auto clamp(48px, 7vw, 84px);
    overflow: hidden;
    background: #f6f3ed;
}
.uz-phase8-wide-image img,
.uz-phase8-split img,
.uz-phase8-contact-hero img {
    width: 100%;
    display: block;
    object-fit: cover;
}
.uz-phase8-wide-image img { aspect-ratio: 16 / 7; }
.uz-phase8-story-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
    margin-bottom: clamp(48px, 7vw, 82px);
}
.uz-phase8-story-grid article,
.uz-phase8-contact-cards article,
.uz-phase8-contact-panel {
    background: #fff;
    border: 1px solid rgba(15, 45, 117, 0.12);
    box-shadow: 0 18px 50px rgba(15, 45, 117, 0.07);
}
.uz-phase8-story-grid article { padding: clamp(28px, 4vw, 46px); }
.uz-phase8-story-grid span,
.uz-phase8-contact-cards span {
    color: var(--uz-phase8-gold);
    text-transform: uppercase;
    letter-spacing: 0.14em;
    font-weight: 800;
    font-size: 0.75rem;
}
.uz-phase8-story-grid h2,
.uz-phase8-split h2,
.uz-phase8-contact-panel h2 {
    font-size: clamp(2rem, 4vw, 3.3rem);
    line-height: 1;
    letter-spacing: -0.05em;
    margin: 13px 0 18px;
}
.uz-phase8-story-grid p,
.uz-phase8-split p,
.uz-phase8-contact-panel p,
.uz-phase8-contact-cards p,
.uz-phase8-contact-cards a {
    font-size: 1rem;
    line-height: 1.65;
    color: #243047;
}
.uz-phase8-split {
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
    gap: clamp(28px, 5vw, 60px);
    align-items: center;
    padding-bottom: clamp(56px, 8vw, 96px);
}
.uz-phase8-split img { aspect-ratio: 4 / 5; }
.uz-phase8-split ul {
    margin: 24px 0;
    padding-left: 20px;
    color: #243047;
    line-height: 1.8;
}
.uz-phase8-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 28px;
}
.uz-phase8-actions a,
.uz-phase8-contact-form button {
    display: inline-flex;
    min-height: 48px;
    align-items: center;
    justify-content: center;
    padding: 0 22px;
    border: 0;
    background: var(--uz-phase8-navy);
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    font-weight: 800;
    font-size: 0.78rem;
    cursor: pointer;
}
.uz-phase8-actions a:nth-child(2),
.uz-phase8-contact-form button { background: var(--uz-phase8-gold); color: #070a14; }
.uz-phase8-contact-hero {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(320px, 0.78fr);
    gap: clamp(26px, 5vw, 68px);
    text-align: left;
    align-items: center;
}
.uz-phase8-contact-hero h1 { max-width: 760px; }
.uz-phase8-contact-hero p { margin: 0; }
.uz-phase8-contact-hero figure { margin: 0; overflow: hidden; background: #f6f3ed; }
.uz-phase8-contact-hero img { aspect-ratio: 4 / 5; }
.uz-phase8-contact-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 18px;
    margin: 0 0 clamp(40px, 6vw, 70px);
}
.uz-phase8-contact-cards article { padding: 24px; }
.uz-phase8-contact-cards h2 {
    font-size: 1.3rem;
    margin: 9px 0 10px;
    letter-spacing: -0.03em;
}
.uz-phase8-contact-cards a { font-weight: 800; color: var(--uz-phase8-navy); text-decoration: none; word-break: break-word; }
.uz-phase8-contact-panel {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    gap: clamp(26px, 5vw, 56px);
    padding: clamp(26px, 5vw, 52px);
    margin-bottom: clamp(56px, 8vw, 96px);
}
.uz-phase8-contact-form {
    display: grid;
    gap: 16px;
}
.uz-phase8-contact-form label {
    display: grid;
    gap: 8px;
    color: #050814;
    font-weight: 800;
}
.uz-phase8-contact-form input,
.uz-phase8-contact-form textarea {
    width: 100%;
    border: 1px solid rgba(15, 45, 117, 0.18);
    background: #fff;
    min-height: 48px;
    padding: 12px 14px;
    font: inherit;
    color: #111827;
}
.uz-phase8-contact-form textarea { resize: vertical; }
.uz-phase8-hp { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.uz-phase8-notice {
    border-left: 4px solid var(--uz-phase8-navy);
    background: #f7f8fb;
    padding: 12px 14px;
    margin: 20px 0 0;
    font-weight: 700;
}
.uz-phase8-notice--success { border-left-color: #1f8f4d; }
.uz-phase8-notice--error { border-left-color: #b42318; }

@media (max-width: 860px) {
    .uz-phase8 { width: min(100% - 24px, 720px); }
    .uz-phase8-story-grid,
    .uz-phase8-split,
    .uz-phase8-contact-hero,
    .uz-phase8-contact-panel { grid-template-columns: 1fr; }
    .uz-phase8-contact-hero { text-align: center; }
    .uz-phase8-contact-hero p { margin: 0 auto; }
    .uz-phase8-about-hero h1,
    .uz-phase8-contact-hero h1 { font-size: clamp(2.5rem, 14vw, 4.2rem); }
    .uz-phase8-wide-image img { aspect-ratio: 4 / 3; }
    .uz-phase8-split > div:first-child { order: 2; }
    .uz-phase8-split > div:last-child { order: 1; }
}


/* Phase 8.2 - Refund/Return and Delivery policy pages */
.uz-phase8-policy-hero {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(280px, 0.72fr);
    gap: clamp(28px, 5vw, 64px);
    align-items: center;
    padding: clamp(48px, 7vw, 84px) 0 clamp(34px, 5vw, 58px);
}
.uz-phase8-policy-hero h1 {
    font-size: clamp(3rem, 7vw, 5.3rem);
    line-height: 0.96;
    letter-spacing: -0.06em;
    margin: 0 0 24px;
    font-weight: 900;
}
.uz-phase8-policy-hero p {
    max-width: 760px;
    font-size: clamp(1.05rem, 1.8vw, 1.3rem);
    line-height: 1.6;
    font-weight: 500;
    color: #243047;
}
.uz-phase8-policy-hero figure { margin: 0; overflow: hidden; background: #f6f3ed; }
.uz-phase8-policy-hero img { width: 100%; display: block; aspect-ratio: 4 / 5; object-fit: cover; }
.uz-phase8-policy-shell {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(260px, 0.36fr);
    gap: clamp(24px, 4vw, 44px);
    align-items: start;
    margin-bottom: clamp(56px, 8vw, 96px);
}
.uz-phase8-policy-content,
.uz-phase8-policy-note {
    background: #fff;
    border: 1px solid rgba(15, 45, 117, 0.12);
    box-shadow: 0 18px 50px rgba(15, 45, 117, 0.07);
}
.uz-phase8-policy-content { padding: clamp(28px, 5vw, 56px); }
.uz-phase8-policy-content h2 {
    font-size: clamp(1.65rem, 3vw, 2.45rem);
    line-height: 1.05;
    letter-spacing: -0.04em;
    margin: 38px 0 14px;
    color: #050814;
}
.uz-phase8-policy-content h2:first-child { margin-top: 0; }
.uz-phase8-policy-content p,
.uz-phase8-policy-content li {
    font-size: 1rem;
    line-height: 1.75;
    color: #243047;
}
.uz-phase8-policy-content ul,
.uz-phase8-policy-content ol { margin: 14px 0 22px; padding-left: 22px; }
.uz-phase8-policy-content a { color: var(--uz-phase8-navy); font-weight: 800; }
.uz-phase8-policy-note {
    position: sticky;
    top: 92px;
    padding: 24px;
}
.uz-phase8-policy-note p { color: #243047; line-height: 1.65; margin: 12px 0 0; }
.uz-phase8-policy-note .uz-phase8-actions { display: grid; margin-top: 22px; }
.uz-phase8-policy-note .uz-phase8-actions a { width: 100%; }
@media (max-width: 900px) {
    .uz-phase8-policy-hero,
    .uz-phase8-policy-shell { grid-template-columns: 1fr; }
    .uz-phase8-policy-hero { text-align: center; }
    .uz-phase8-policy-hero p { margin-left: auto; margin-right: auto; }
    .uz-phase8-policy-hero figure { max-width: 520px; margin: 0 auto; }
    .uz-phase8-policy-note { position: static; }
}


/* Phase 8.4 - Page/footer/mobile polish */
.uz-phase8-mini-hero {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(280px, 0.72fr);
    gap: clamp(28px, 5vw, 64px);
    align-items: center;
    padding: clamp(48px, 7vw, 84px) 0 clamp(34px, 5vw, 58px);
}
.uz-phase8-mini-hero h1 {
    font-size: clamp(3rem, 7vw, 5.3rem);
    line-height: 0.96;
    letter-spacing: -0.06em;
    margin: 0 0 24px;
    font-weight: 900;
}
.uz-phase8-mini-hero p {
    max-width: 760px;
    font-size: clamp(1.05rem, 1.8vw, 1.3rem);
    line-height: 1.6;
    font-weight: 500;
    color: #243047;
}
.uz-phase8-mini-hero figure { margin: 0; overflow: hidden; background: #f6f3ed; }
.uz-phase8-mini-hero img { width: 100%; display: block; aspect-ratio: 4 / 5; object-fit: cover; }
.uz-phase8-service-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    margin-bottom: clamp(56px, 8vw, 96px);
}
.uz-phase8-service-card {
    background: #fff;
    border: 1px solid rgba(15, 45, 117, 0.12);
    box-shadow: 0 18px 50px rgba(15, 45, 117, 0.07);
    padding: clamp(22px, 3vw, 34px);
    min-height: 100%;
    display: flex;
    flex-direction: column;
}
.uz-phase8-service-card span {
    color: var(--uz-phase8-gold);
    text-transform: uppercase;
    letter-spacing: 0.14em;
    font-weight: 800;
    font-size: 0.75rem;
}
.uz-phase8-service-card h2 {
    font-size: clamp(1.45rem, 2.4vw, 2.1rem);
    line-height: 1.05;
    letter-spacing: -0.04em;
    margin: 13px 0 12px;
}
.uz-phase8-service-card p {
    color: #243047;
    line-height: 1.65;
    margin: 0 0 20px;
}
.uz-phase8-service-card a {
    margin-top: auto;
    display: inline-flex;
    width: max-content;
    min-height: 44px;
    align-items: center;
    justify-content: center;
    padding: 0 18px;
    background: var(--uz-phase8-navy);
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    font-weight: 800;
    font-size: 0.74rem;
}
.uz-phase8-service-card a:hover,
.uz-phase8-actions a:hover,
.uz-phase8-contact-form button:hover { filter: brightness(0.95); }
.uz-footer-legal nav { display: flex; flex-wrap: wrap; gap: 10px 16px; justify-content: flex-end; }
.uz-drawer-accordions details a { min-height: 38px; display: flex; align-items: center; }
@media (max-width: 980px) {
    .uz-phase8-service-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 860px) {
    .uz-phase8-mini-hero,
    .uz-phase8-policy-hero,
    .uz-phase8-policy-shell { grid-template-columns: 1fr; }
    .uz-phase8-mini-hero,
    .uz-phase8-policy-hero { text-align: center; }
    .uz-phase8-mini-hero p,
    .uz-phase8-policy-hero p { margin-left: auto; margin-right: auto; }
    .uz-phase8-mini-hero figure,
    .uz-phase8-policy-hero figure { max-width: 520px; margin: 0 auto; }
    .uz-phase8-policy-note { position: static; }
    .uz-footer-legal nav { justify-content: flex-start; }
}
@media (max-width: 600px) {
    .uz-phase8 { width: min(100% - 20px, 720px); }
    .uz-phase8-about-hero,
    .uz-phase8-contact-hero,
    .uz-phase8-policy-hero,
    .uz-phase8-mini-hero { padding-top: 36px; }
    .uz-phase8-service-grid,
    .uz-phase8-contact-cards { grid-template-columns: 1fr; }
    .uz-phase8-actions { display: grid; grid-template-columns: 1fr; }
    .uz-phase8-actions a,
    .uz-phase8-contact-form button,
    .uz-phase8-service-card a { width: 100%; }
    .uz-phase8-contact-panel,
    .uz-phase8-policy-content,
    .uz-phase8-policy-note { padding: 22px; }
    .uz-phase8-policy-content p,
    .uz-phase8-policy-content li,
    .uz-phase8-story-grid p,
    .uz-phase8-split p,
    .uz-phase8-contact-panel p,
    .uz-phase8-contact-cards p,
    .uz-phase8-contact-cards a { font-size: 0.96rem; }
}
