/*
=========================================================
ORRÉ — CLEANED + PREMIUM RESPONSIVE CSS
KIJI-inspired black/white styling
Generated from the user's existing stylesheet.

IMPORTANT:
- Existing selectors, CSS rule order, layout logic and functionality were preserved.
- Original comments/excessive blank lines were removed for cleanup.
- Premium black/white and responsive refinements are appended at the end.
- Replace: /wp-content/themes/orre-child/assets/css/orre.css
- Keep a backup of the current file before replacing.
=========================================================
*/

:root{
  --orre-black:#000;
  --orre-white:#fff;
  --orre-text:#111;
  --orre-muted:#666;
  --orre-line:rgba(255,255,255,.16);
  --orre-light-line:#e9e9e9;

  --orre-hero-image:url('https://orreretail.com/wp-content/uploads/2026/08/ChatGPT-Image-Aug-8-2026-11_02_36-PM.png');
}

html,
body{
  margin:0!important;
  padding:0!important;
  width:100%!important;
  max-width:100%!important;
  overflow-x:hidden!important;
  background:#fff!important;
  color:var(--orre-text)!important;
}

*,
*::before,
*::after{
  box-sizing:border-box;
}

img,
svg{
  max-width:100%;
}

a{
  text-decoration:none;
}

.whb-header,
.whb-header-before,
.whb-main-header,
.whb-general-header,
.whb-header-bottom,
.whb-header-mobile,
.wd-header-banner,
.header-banner,
.wd-header-nav,
.wd-toolbar{
  display:none!important;
}

html body{
  border-top:0!important;
}

.orre-nav-header{
  position:absolute!important;
  top:0!important;
  left:0!important;
  right:0!important;

  z-index:99999!important;

  width:100%!important;
  height:72px!important;

  margin:0!important;
  padding:0!important;

  background:rgba(0,0,0,.55)!important;

  border-top:0!important;
  border-bottom:1px solid rgba(255,255,255,.18)!important;

  box-shadow:none!important;

  backdrop-filter:blur(5px)!important;
  -webkit-backdrop-filter:blur(5px)!important;
}

.orre-nav-inner{
  position:relative!important;

  width:100%!important;
  height:72px!important;

  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;

  margin:0!important;
  padding:0 42px!important;
}

.orre-hamburger{
  flex:0 0 32px!important;

  width:32px!important;
  height:32px!important;
  min-width:32px!important;
  min-height:32px!important;

  display:flex!important;
  flex-direction:column!important;
  align-items:flex-start!important;
  justify-content:center!important;

  gap:6px!important;

  margin:0!important;
  padding:0!important;

  background:transparent!important;
  color:#fff!important;

  border:0!important;
  border-radius:0!important;

  box-shadow:none!important;

  cursor:pointer!important;
}

.orre-hamburger span{
  display:block!important;

  height:2px!important;

  margin:0!important;
  padding:0!important;

  background:#fff!important;
}

.orre-hamburger span:first-child{
  width:25px!important;
}

.orre-hamburger span:last-child{
  width:15px!important;
}

.orre-nav-logo{
  position:absolute!important;
  left:50%!important;
  top:50%!important;

  transform:translate(-50%,-50%)!important;

  display:flex!important;
  align-items:center!important;
  justify-content:center!important;

  margin:0!important;
  padding:0!important;
}

.orre-nav-logo a{
  display:block!important;

  margin:0!important;
  padding:0!important;

  background:transparent!important;
  color:#fff!important;

  font-family:Arial,Helvetica,sans-serif!important;
  font-size:36px!important;
  font-weight:700!important;
  line-height:1!important;

  letter-spacing:.12em!important;
  text-indent:.12em!important;

  white-space:nowrap!important;
  text-decoration:none!important;

  border:0!important;
  box-shadow:none!important;
}

.orre-nav-actions{
  flex:0 0 auto!important;

  display:flex!important;
  align-items:center!important;
  justify-content:flex-end!important;

  gap:14px!important;

  margin-left:auto!important;
  padding:0!important;
}

.orre-nav-actions button{
  position:relative!important;

  width:30px!important;
  height:36px!important;
  min-width:30px!important;
  min-height:0!important;

  display:flex!important;
  align-items:center!important;
  justify-content:center!important;

  margin:0!important;
  padding:0!important;

  background:transparent!important;
  color:#fff!important;

  border:0!important;
  border-radius:0!important;

  box-shadow:none!important;
  outline:0!important;

  cursor:pointer!important;
}

.orre-nav-actions button:hover{
  background:transparent!important;
  color:#fff!important;
  opacity:.68!important;
}

.orre-nav-icon svg{
  display:block!important;

  width:23px!important;
  height:23px!important;

  fill:none!important;
  stroke:#fff!important;
  stroke-width:1.8!important;
  stroke-linecap:round!important;
  stroke-linejoin:round!important;
}

.orre-country,
.orre-flag{
  display:none!important;
}

.orre-bag-button{
  position:relative!important;
}

.orre-cart-count{
  position:absolute!important;
  top:-1px!important;
  right:-6px!important;

  min-width:16px!important;
  height:16px!important;

  display:flex!important;
  align-items:center!important;
  justify-content:center!important;

  padding:0 4px!important;

  background:#fff!important;
  color:#000!important;

  border-radius:999px!important;

  font-size:8px!important;
  font-weight:700!important;
  line-height:16px!important;
}

.orre-menu-overlay,
.orre-cart-overlay{
  position:fixed!important;
  inset:0!important;

  z-index:99998!important;

  background:rgba(0,0,0,.52)!important;

  opacity:0!important;
  visibility:hidden!important;

  transition:opacity .28s ease,visibility .28s ease!important;
}

.orre-menu-overlay.open,
.orre-cart-overlay.open{
  opacity:1!important;
  visibility:visible!important;
}

.orre-menu-drawer{
  position:fixed!important;

  top:0!important;
  left:0!important;

  z-index:99999!important;

  width:min(430px,92vw)!important;
  height:100vh!important;

  margin:0!important;
  padding:0!important;

  background:#000!important;
  color:#fff!important;

  overflow-y:auto!important;

  transform:translateX(-102%)!important;

  transition:transform .38s cubic-bezier(.77,0,.18,1)!important;
}

.orre-menu-drawer.open{
  transform:translateX(0)!important;
}

.orre-drawer-head{
  width:100%!important;
  height:68px!important;

  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;

  margin:0!important;
  padding:0 28px!important;

  border-bottom:1px solid rgba(255,255,255,.16)!important;

  font-family:Arial,Helvetica,sans-serif!important;
  font-size:11px!important;
  font-weight:500!important;
  line-height:1!important;
  letter-spacing:.14em!important;
}

.orre-drawer-head button{
  width:auto!important;
  height:auto!important;
  min-width:0!important;
  min-height:0!important;

  margin:0!important;
  padding:0!important;

  background:transparent!important;
  color:#fff!important;

  border:0!important;
  border-radius:0!important;

  box-shadow:none!important;
}

.orre-drawer-nav{
  width:100%!important;
  margin:0!important;
  padding:0!important;
}

.orre-drawer-nav > a,
.orre-mobile-parent{
  width:100%!important;
  min-height:61px!important;

  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;

  gap:16px!important;

  margin:0!important;
  padding:0 28px!important;

  background:transparent!important;
  color:#fff!important;

  border:0!important;
  border-bottom:1px solid rgba(255,255,255,.13)!important;
  border-radius:0!important;

  box-shadow:none!important;

  font-family:Arial,Helvetica,sans-serif!important;
  font-size:12px!important;
  font-weight:500!important;
  line-height:1.2!important;

  letter-spacing:.10em!important;
  text-transform:uppercase!important;
  text-decoration:none!important;

  text-align:left!important;
}

.orre-drawer-nav > a > span:first-child,
.orre-mobile-parent > span:first-child{
  flex:1 1 auto!important;
  display:block!important;
  margin:0!important;
  padding:0!important;
  text-align:left!important;
}

.orre-mobile-parent > span:last-child,
.orre-mobile-parent > .orre-accordion-icon{
  flex:0 0 18px!important;
  margin-left:auto!important;
}

.orre-drawer-nav > a:hover,
.orre-mobile-parent:hover{
  background:rgba(255,255,255,.03)!important;
}

.orre-mobile-submenu{
  display:none!important;

  margin:0!important;
  padding:10px 28px 18px!important;

  background:#0a0a0a!important;
}

.orre-mobile-group.open .orre-mobile-submenu{
  display:flex!important;
  flex-direction:column!important;
}

.orre-mobile-submenu a{
  display:block!important;

  padding:10px 0!important;

  color:rgba(255,255,255,.72)!important;

  font-size:11px!important;
  line-height:1.4!important;
  text-decoration:none!important;
}

.orre-link-icon{
  position:relative!important;
  display:inline-block!important;

  width:16px!important;
  height:16px!important;

  flex:0 0 16px!important;
}

.orre-link-icon::before{
  content:""!important;

  position:absolute!important;
  top:50%!important;
  left:4px!important;

  width:7px!important;
  height:7px!important;

  border-top:1.7px solid #fff!important;
  border-right:1.7px solid #fff!important;

  transform:translateY(-50%) rotate(45deg)!important;
}

.orre-accordion-icon{
  position:relative!important;
  display:inline-block!important;

  width:16px!important;
  height:16px!important;

  flex:0 0 16px!important;
}

.orre-accordion-icon::before,
.orre-accordion-icon::after{
  content:""!important;

  position:absolute!important;
  top:50%!important;
  left:50%!important;

  background:#fff!important;

  transform:translate(-50%,-50%)!important;

  transition:all .22s ease!important;
}

.orre-accordion-icon::before{
  width:10px!important;
  height:1.7px!important;
}

.orre-accordion-icon::after{
  width:1.7px!important;
  height:10px!important;
}

.orre-mobile-group.open .orre-accordion-icon::after{
  opacity:0!important;
  transform:translate(-50%,-50%) scaleY(0)!important;
}

.orre-close-btn{
  position:relative!important;

  width:28px!important;
  height:28px!important;
  min-width:28px!important;
  min-height:28px!important;

  padding:0!important;

  background:transparent!important;
  border:0!important;
  box-shadow:none!important;

  font-size:0!important;
}

.orre-close-btn span{
  position:absolute!important;
  top:50%!important;
  left:50%!important;

  width:16px!important;
  height:1.7px!important;

  background:currentColor!important;

  transform-origin:center!important;
}

.orre-close-btn span:first-child{
  transform:translate(-50%,-50%) rotate(45deg)!important;
}

.orre-close-btn span:last-child{
  transform:translate(-50%,-50%) rotate(-45deg)!important;
}

.orre-menu-drawer .orre-close-btn,
.orre-search-overlay .orre-close-btn{
  color:#fff!important;
}

.orre-cart-drawer .orre-close-btn{
  color:#111!important;
}

.orre-search-overlay{
  position:fixed!important;
  inset:0!important;

  z-index:100000!important;

  background:rgba(0,0,0,.985)!important;

  opacity:0!important;
  visibility:hidden!important;

  transition:opacity .25s ease,visibility .25s ease!important;
}

.orre-search-overlay.open{
  opacity:1!important;
  visibility:visible!important;
}

.orre-search-box{
  width:min(900px,calc(100% - 50px))!important;

  margin:0 auto!important;
  padding-top:145px!important;
}

.orre-search-box > span{
  display:block!important;

  margin-bottom:30px!important;

  color:rgba(255,255,255,.55)!important;

  font-size:10px!important;
  letter-spacing:.16em!important;
}

.orre-search-box form{
  width:100%!important;
  margin:0!important;
}

.orre-search-box input[type="search"]{
  width:100%!important;
  min-height:0!important;

  margin:0!important;
  padding:17px 0!important;

  background:transparent!important;
  color:#fff!important;

  border:0!important;
  border-bottom:1px solid rgba(255,255,255,.6)!important;
  border-radius:0!important;

  box-shadow:none!important;
  outline:0!important;

  font-size:clamp(30px,5vw,62px)!important;
  line-height:1.2!important;
}

.orre-search-box input[type="search"]::placeholder{
  color:rgba(255,255,255,.35)!important;
}

.orre-overlay-close{
  position:absolute!important;
  top:25px!important;
  right:30px!important;

  margin:0!important;
  padding:0!important;

  background:transparent!important;
  color:#fff!important;

  border:0!important;
  box-shadow:none!important;
}

.orre-cart-drawer{
  position:fixed!important;

  top:0!important;
  right:0!important;

  z-index:99999!important;

  width:min(430px,100%)!important;
  height:100vh!important;

  background:#fff!important;

  overflow:hidden!important;

  transform:translateX(102%)!important;

  transition:transform .38s cubic-bezier(.77,0,.18,1)!important;
}

.orre-cart-drawer.open{
  transform:translateX(0)!important;
}

.orre-cart-drawer .orre-drawer-head{
  color:#111!important;
  border-color:#ddd!important;
}

.orre-cart-drawer .orre-drawer-head button{
  color:#000!important;
}

.orre-cart-body{
  height:calc(100vh - 68px)!important;

  padding:22px!important;

  overflow-y:auto!important;
}

.orre-mini-product{
  display:grid!important;
  grid-template-columns:92px 1fr!important;

  gap:15px!important;

  padding-bottom:19px!important;
  margin-bottom:19px!important;

  border-bottom:1px solid #e7e7e7!important;
}

.orre-mini-image img{
  display:block!important;

  width:92px!important;
  height:118px!important;

  object-fit:cover!important;
}

.orre-mini-info{
  display:flex!important;
  flex-direction:column!important;

  gap:7px!important;
}

.orre-mini-info a{
  color:#111!important;

  font-size:12px!important;
  line-height:1.4!important;
  text-decoration:none!important;
}

.orre-mini-info span{
  color:#777!important;
  font-size:11px!important;
}

.orre-cart-subtotal{
  display:flex!important;
  justify-content:space-between!important;

  margin:25px 0 18px!important;

  color:#111!important;
  font-size:11px!important;
}

.orre-cart-secondary,
.orre-cart-primary,
.orre-empty-cart a{
  width:100%!important;
  min-height:47px!important;

  display:flex!important;
  align-items:center!important;
  justify-content:center!important;

  margin-bottom:9px!important;
  padding:0 18px!important;

  border-radius:0!important;

  font-size:10px!important;
  font-weight:600!important;
  line-height:1!important;

  letter-spacing:.1em!important;
  text-transform:uppercase!important;
  text-decoration:none!important;
}

.orre-cart-secondary{
  background:#fff!important;
  color:#000!important;
  border:1px solid #000!important;
}

.orre-cart-primary,
.orre-empty-cart a{
  background:#000!important;
  color:#fff!important;
  border:1px solid #000!important;
}

.orre-home-hero{
  position:relative!important;

  width:100%!important;
  min-height:760px!important;

  display:flex!important;
  align-items:center!important;
  justify-content:flex-start!important;

  overflow:hidden!important;

  margin:0!important;
  padding:72px 0 0!important;

  background:#ded5ca!important;
}

.orre-home-hero-bg{
  position:absolute!important;
  inset:0!important;

  z-index:1!important;

  background-image:var(--orre-hero-image)!important;
  background-size:cover!important;
  background-position:center center!important;
  background-repeat:no-repeat!important;
}

.orre-home-hero::after{
  content:""!important;

  position:absolute!important;
  inset:0!important;

  z-index:2!important;

  background:linear-gradient(
    90deg,
    rgba(255,255,255,.18) 0%,
    rgba(255,255,255,.03) 42%,
    rgba(0,0,0,0) 70%
  )!important;

  pointer-events:none!important;
}

.orre-home-hero-content{
  position:relative!important;

  z-index:3!important;

  width:min(560px,80vw)!important;

  margin-left:7vw!important;
  padding:30px 0!important;

  text-align:left!important;
  color:#111!important;
}

.orre-home-hero-kicker{
  display:block!important;

  margin-bottom:14px!important;

  color:#111!important;

  font-size:9px!important;
  font-weight:600!important;
  line-height:1!important;

  letter-spacing:.17em!important;
  text-transform:uppercase!important;
}

.orre-home-hero-content h1{
  margin:0 0 14px!important;

  color:#111!important;

  font-size:clamp(64px,10vw,132px)!important;
  font-weight:700!important;
  line-height:.9!important;

  letter-spacing:.09em!important;
  text-indent:.09em!important;
}

.orre-home-hero-content p{
  max-width:460px!important;

  margin:0 0 24px!important;

  color:#111!important;

  font-size:12px!important;
  line-height:1.6!important;
}

.orre-home-hero-content a{
  min-height:42px!important;

  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;

  padding:0 22px!important;

  background:#000!important;
  color:#fff!important;

  border:1px solid #000!important;

  font-size:9px!important;
  font-weight:600!important;
  line-height:1!important;

  letter-spacing:.11em!important;
  text-transform:uppercase!important;
}

.orre-home-hero-content a:hover{
  background:#fff!important;
  color:#000!important;
  border-color:#000!important;
}

.orre-home-v3,
.orre-home-v3 h1,
.orre-home-v3 h2,
.orre-home-v3 h3,
.orre-home-v3 p,
.orre-home-v3 a,
.orre-home-v3 span{
  font-family:Arial,Helvetica,sans-serif!important;
}

.orre-home-v3{
  width:100%!important;

  margin:0!important;
  padding:0!important;

  background:#fff!important;
  color:#111!important;
}

.orre-home-section-header{
  min-height:0!important;

  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;

  gap:20px!important;

  margin:0!important;
  padding:34px 32px 22px!important;
}

.orre-home-section-header h1,
.orre-home-section-header h2{
  margin:0!important;
  padding:0!important;

  color:#111!important;

  font-size:12px!important;
  font-weight:500!important;
  line-height:1.2!important;

  letter-spacing:.12em!important;
  text-transform:uppercase!important;
}

.orre-home-section-header a{
  color:#111!important;

  font-size:9px!important;
  font-weight:500!important;
  line-height:1!important;

  letter-spacing:.11em!important;
  text-transform:uppercase!important;

  border-bottom:1px solid #111!important;
  padding-bottom:2px!important;
}

.orre-home-new{
  padding:0 0 70px!important;
}

.orre-home-collection{
  padding:0 0 76px!important;
}

.orre-home-product-grid{
  width:100%!important;

  display:grid!important;
  grid-template-columns:repeat(4,minmax(0,1fr))!important;

  gap:1px!important;

  background:#fff!important;
}

.orre-home-product{
  min-width:0!important;

  margin:0!important;
  padding:0 0 24px!important;

  background:#fff!important;
}

.orre-home-product-media{
  position:relative!important;

  display:block!important;

  width:100%!important;
  aspect-ratio:4/5!important;

  overflow:hidden!important;

  background:#f3f3f1!important;
}

.orre-home-product-media img{
  position:absolute!important;
  inset:0!important;

  display:block!important;

  width:100%!important;
  height:100%!important;

  object-fit:cover!important;
  object-position:center!important;

  transition:opacity .32s ease,transform .45s ease!important;
}

.orre-home-main-image{
  z-index:1!important;
  opacity:1!important;
}

.orre-home-hover-image{
  z-index:2!important;
  opacity:0!important;
}

.orre-home-product:hover .orre-home-main-image{
  opacity:0!important;
}

.orre-home-product:hover .orre-home-hover-image{
  opacity:1!important;
  transform:scale(1.012)!important;
}

.orre-home-size-strip{
  position:absolute!important;

  left:0!important;
  right:0!important;
  bottom:0!important;

  z-index:4!important;

  min-height:42px!important;

  display:flex!important;
  align-items:center!important;
  justify-content:center!important;

  gap:4px!important;

  padding:8px!important;

  background:rgba(255,255,255,.96)!important;

  opacity:0!important;
  transform:translateY(100%)!important;

  transition:opacity .22s ease,transform .22s ease!important;
}

.orre-home-product:hover .orre-home-size-strip{
  opacity:1!important;
  transform:translateY(0)!important;
}

.orre-home-size-strip > span{
  min-width:28px!important;
  height:26px!important;

  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;

  padding:0 5px!important;

  background:#fff!important;
  color:#111!important;

  border:1px solid #d8d8d8!important;

  font-size:9px!important;
  font-weight:500!important;
  line-height:1!important;
}

.orre-home-product-info{
  padding:10px 12px 0!important;
}

.orre-home-product-name{
  display:block!important;

  color:#111!important;

  font-size:10px!important;
  font-weight:500!important;
  line-height:1.45!important;

  letter-spacing:.025em!important;
  text-transform:uppercase!important;
}

.orre-home-product-price{
  margin-top:4px!important;

  color:#111!important;

  font-size:10px!important;
  line-height:1.35!important;
}

.orre-home-product-price del{
  color:#999!important;
  opacity:1!important;
}

.orre-home-product-price ins{
  color:#111!important;
  text-decoration:none!important;
}

.orre-home-editorial{
  position:relative!important;

  width:100%!important;
  min-height:680px!important;

  overflow:hidden!important;

  background:#e7e7e7!important;
}

.orre-home-editorial-image{
  position:absolute!important;
  inset:0!important;

  z-index:1!important;

  background-image:
    linear-gradient(
      to top,
      rgba(0,0,0,.40),
      rgba(0,0,0,0) 55%
    ),
    var(
      --orre-banner-image,
      linear-gradient(135deg,#d8d8d8,#aaa)
    )!important;

  background-size:cover!important;
  background-position:center!important;
  background-repeat:no-repeat!important;

  transition:transform .7s ease!important;
}

.orre-home-editorial:hover .orre-home-editorial-image{
  transform:scale(1.012)!important;
}

.orre-home-editorial-overlay{
  position:absolute!important;

  left:0!important;
  right:0!important;
  bottom:0!important;

  z-index:2!important;

  padding:0 36px 36px!important;

  color:#fff!important;
}

.orre-home-editorial-overlay > span{
  display:block!important;

  margin-bottom:10px!important;

  color:#fff!important;

  font-size:9px!important;
  font-weight:600!important;
  line-height:1!important;

  letter-spacing:.15em!important;
  text-transform:uppercase!important;
}

.orre-home-editorial-overlay h2{
  max-width:650px!important;

  margin:0 0 22px!important;

  color:#fff!important;

  font-size:clamp(38px,4.4vw,64px)!important;
  font-weight:400!important;
  line-height:.98!important;

  letter-spacing:-.035em!important;
}

.orre-home-editorial-overlay a{
  min-height:42px!important;

  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;

  padding:0 20px!important;

  background:#fff!important;
  color:#000!important;

  border:1px solid #fff!important;

  font-size:9px!important;
  font-weight:600!important;
  line-height:1!important;

  letter-spacing:.11em!important;
  text-transform:uppercase!important;
}

.orre-home-editorial-overlay a:hover{
  background:#000!important;
  color:#fff!important;
  border-color:#000!important;
}

.orre-home-brand{
  display:none!important;
}

.orre-home-newsletter{
  display:grid!important;
  grid-template-columns:1fr minmax(360px,520px)!important;

  align-items:end!important;

  gap:80px!important;

  padding:70px 32px!important;

  background:#f4f4f2!important;
}

.orre-home-newsletter > div > span{
  display:block!important;

  margin-bottom:15px!important;

  color:#666!important;

  font-size:9px!important;
  font-weight:600!important;
  line-height:1!important;

  letter-spacing:.15em!important;
}

.orre-home-newsletter h2{
  margin:0!important;

  color:#111!important;

  font-size:clamp(30px,3.5vw,48px)!important;
  font-weight:400!important;
  line-height:1.02!important;

  letter-spacing:-.035em!important;
}

.orre-home-newsletter p{
  margin:18px 0 0!important;

  color:#686868!important;

  font-size:11px!important;
  line-height:1.6!important;
}

.orre-home-newsletter-form{
  display:flex!important;
  align-items:center!important;

  width:100%!important;

  border-bottom:1px solid #111!important;
}

.orre-home-newsletter-form input{
  flex:1!important;

  min-width:0!important;
  min-height:50px!important;

  margin:0!important;
  padding:0!important;

  background:transparent!important;
  color:#111!important;

  border:0!important;
  border-radius:0!important;

  box-shadow:none!important;
  outline:0!important;

  font-size:12px!important;
}

.orre-home-newsletter-form button{
  width:auto!important;
  min-width:0!important;
  min-height:50px!important;

  margin:0!important;
  padding:0 0 0 25px!important;

  background:transparent!important;
  color:#111!important;

  border:0!important;
  border-radius:0!important;

  box-shadow:none!important;

  font-size:9px!important;
  font-weight:600!important;
  line-height:1!important;

  letter-spacing:.12em!important;
  text-transform:uppercase!important;
}

footer,
.site-footer,
.footer-container,
.footer-column,
.footer-sidebar,
.footer-widget,
.wd-footer,
.wd-prefooter,
.wd-footer-bottom,
.copyrights-wrapper,
.min-footer,
.main-footer{
  background:#000!important;
  color:#fff!important;
}

footer .container,
footer .container-fluid,
.site-footer .container,
.footer-container .container,
.copyrights-wrapper .container,
.min-footer .container{
  background:#000!important;
}

footer,
footer p,
footer li,
footer span,
footer div,
footer address,
.site-footer,
.site-footer p,
.site-footer li,
.site-footer span{
  color:rgba(255,255,255,.74)!important;
}

footer h1,
footer h2,
footer h3,
footer h4,
footer h5,
footer h6,
.site-footer h1,
.site-footer h2,
.site-footer h3,
.site-footer h4,
.site-footer h5,
.site-footer h6,
.footer-widget-title,
.widget-title{
  color:#fff!important;

  font-family:Arial,Helvetica,sans-serif!important;
  font-size:10px!important;
  font-weight:600!important;
  line-height:1.2!important;

  letter-spacing:.14em!important;
  text-transform:uppercase!important;
}

footer a,
.site-footer a,
.footer-container a,
.copyrights-wrapper a{
  color:rgba(255,255,255,.72)!important;
  text-decoration:none!important;
}

footer a:hover,
.site-footer a:hover,
.footer-container a:hover,
.copyrights-wrapper a:hover{
  color:#fff!important;
}

footer,
.site-footer,
.footer-container,
.copyrights-wrapper,
.min-footer,
.wd-footer-bottom{
  border-color:rgba(255,255,255,.14)!important;
}

footer p,
.site-footer p{
  font-family:Arial,Helvetica,sans-serif!important;
  font-size:11px!important;
  line-height:1.7!important;
}

footer img[alt*="payment" i],
footer img[src*="payment" i],
.site-footer img[alt*="payment" i],
.site-footer img[src*="payment" i]{
  filter:none!important;
  opacity:1!important;
}

.copyrights-wrapper,
.min-footer,
.wd-footer-bottom{
  border-top:1px solid rgba(255,255,255,.14)!important;
}

.copyrights-wrapper,
.copyrights-wrapper *,
.min-footer,
.min-footer *,
.wd-footer-bottom,
.wd-footer-bottom *{
  color:rgba(255,255,255,.72)!important;
}

.scrollToTop,
.scroll-to-top,
.wd-scroll-top{
  background:#111!important;
  color:#fff!important;
  border:1px solid rgba(255,255,255,.18)!important;
  box-shadow:none!important;
}

.scrollToTop:hover,
.scroll-to-top:hover,
.wd-scroll-top:hover{
  background:#fff!important;
  color:#000!important;
}

@media(max-width:1024px){

  .orre-home-product-grid{
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
  }

  .orre-home-editorial{
    min-height:560px!important;
  }

  .orre-home-newsletter{
    grid-template-columns:1fr!important;
    gap:44px!important;
  }
}

@media(max-width:767px){

  .orre-nav-header{
    height:62px!important;
    background:rgba(0,0,0,.62)!important;
  }

  .orre-nav-inner{
    height:62px!important;
    padding:0 16px!important;
  }

  .orre-nav-logo a{
    font-size:29px!important;
  }

  .orre-nav-actions{
    gap:8px!important;
  }

  .orre-nav-actions button{
    width:28px!important;
    min-width:28px!important;
    height:34px!important;
  }

  .orre-nav-icon svg{
    width:22px!important;
    height:22px!important;
  }

  .orre-home-hero{
    min-height:620px!important;
    padding-top:62px!important;
  }

  .orre-home-hero-bg{
    background-position:65% center!important;
  }

  .orre-home-hero-content{
    width:min(360px,80vw)!important;

    margin-left:18px!important;
    margin-top:auto!important;
    margin-bottom:36px!important;

    padding:0!important;
  }

  .orre-home-hero-content h1{
    font-size:56px!important;
  }

  .orre-home-hero-content p{
    max-width:290px!important;
    font-size:11px!important;
  }

  .orre-home-section-header{
    padding:26px 14px 17px!important;
  }

  .orre-home-section-header h1,
  .orre-home-section-header h2{
    font-size:10px!important;
    letter-spacing:.10em!important;
  }

  .orre-home-section-header a{
    font-size:8px!important;
  }

  .orre-home-product-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }

  .orre-home-product{
    padding-bottom:20px!important;
  }

  .orre-home-product-info{
    padding:8px 7px 0!important;
  }

  .orre-home-product-name,
  .orre-home-product-price{
    font-size:9.5px!important;
  }

  .orre-home-size-strip{
    min-height:34px!important;

    padding:5px!important;

    gap:2px!important;

    opacity:1!important;
    transform:none!important;
  }

  .orre-home-size-strip > span{
    min-width:24px!important;
    height:22px!important;
    font-size:8px!important;
  }

  .orre-home-editorial{
    min-height:500px!important;
  }

  .orre-home-editorial-overlay{
    padding:0 18px 22px!important;
  }

  .orre-home-editorial-overlay h2{
    font-size:36px!important;
  }

  .orre-home-newsletter{
    padding:60px 18px!important;
  }

  footer,
  .site-footer{
    text-align:left!important;
  }
}

@media(max-width:420px){

  .orre-nav-logo a{
    font-size:26px!important;
  }

  .orre-nav-actions{
    gap:6px!important;
  }
}

.orre-inside{
  width:100%!important;
  padding:74px 0 82px!important;

  background:#f7f7f6!important;
  color:#111!important;

  overflow:hidden!important;
}

.orre-inside-head{
  padding:0 30px 34px!important;
  text-align:center!important;
}

.orre-inside-head h2{
  margin:0!important;

  color:#111!important;

  font-family:Arial,Helvetica,sans-serif!important;
  font-size:34px!important;
  font-weight:600!important;
  line-height:1!important;

  letter-spacing:.015em!important;
  text-transform:uppercase!important;
}

.orre-inside-shell{
  position:relative!important;
  width:100%!important;
}

.orre-inside-track{
  display:flex!important;
  align-items:stretch!important;

  gap:24px!important;

  width:100%!important;

  padding:0 7vw!important;

  overflow-x:auto!important;
  overflow-y:hidden!important;

  scroll-snap-type:x mandatory!important;
  scrollbar-width:none!important;
  -ms-overflow-style:none!important;
}

.orre-inside-track::-webkit-scrollbar{
  display:none!important;
}

.orre-inside-card{
  position:relative!important;

  flex:0 0 clamp(235px,13.4vw,290px)!important;

  aspect-ratio:9/16!important;

  margin:0!important;

  overflow:hidden!important;

  border-radius:7px!important;

  background:#d7d7d7!important;

  box-shadow:0 1px 5px rgba(0,0,0,.14)!important;

  scroll-snap-align:start!important;
}

.orre-inside-card-link{
  position:absolute!important;
  inset:0!important;

  display:block!important;

  color:#fff!important;
}

.orre-inside-main-image{
  position:absolute!important;
  inset:0!important;

  width:100%!important;
  height:100%!important;

  object-fit:cover!important;
  object-position:center!important;

  transition:transform .45s ease!important;
}

.orre-inside-card:hover .orre-inside-main-image{
  transform:scale(1.025)!important;
}

.orre-inside-shade{
  position:absolute!important;
  inset:0!important;

  background:
    linear-gradient(
      to top,
      rgba(0,0,0,.58) 0%,
      rgba(0,0,0,.09) 42%,
      rgba(0,0,0,0) 70%
    )!important;
}

.orre-inside-brand{
  position:absolute!important;

  left:17px!important;
  bottom:88px!important;

  z-index:3!important;

  color:#fff!important;

  font-family:Arial,Helvetica,sans-serif!important;
  font-size:11px!important;
  font-weight:700!important;
  line-height:1!important;

  letter-spacing:.08em!important;
}

.orre-inside-bottom{
  position:absolute!important;

  left:14px!important;
  right:14px!important;
  bottom:14px!important;

  z-index:4!important;

  display:grid!important;
  grid-template-columns:46px minmax(0,1fr)!important;

  align-items:end!important;

  gap:11px!important;
}

.orre-inside-thumb{
  display:block!important;

  width:46px!important;
  height:58px!important;

  overflow:hidden!important;

  border-radius:5px!important;

  background:#eee!important;
  border:1px solid rgba(255,255,255,.32)!important;
}

.orre-inside-thumb img{
  display:block!important;

  width:100%!important;
  height:100%!important;

  object-fit:cover!important;
}

.orre-inside-title{
  display:block!important;

  padding-bottom:2px!important;

  color:#fff!important;

  font-family:Arial,Helvetica,sans-serif!important;
  font-size:14px!important;
  font-weight:500!important;
  line-height:1.18!important;

  text-shadow:0 1px 5px rgba(0,0,0,.35)!important;
}

.orre-inside-arrow{
  position:absolute!important;

  top:50%!important;

  z-index:10!important;

  width:58px!important;
  height:58px!important;

  display:flex!important;
  align-items:center!important;
  justify-content:center!important;

  padding:0!important;

  background:#fff!important;
  color:#111!important;

  border:1px solid rgba(0,0,0,.18)!important;
  border-radius:999px!important;

  box-shadow:0 2px 10px rgba(0,0,0,.09)!important;

  transform:translateY(-50%)!important;

  cursor:pointer!important;
}

.orre-inside-prev{
  left:22px!important;
}

.orre-inside-next{
  right:22px!important;
}

.orre-inside-arrow span{
  position:relative!important;

  display:block!important;

  width:16px!important;
  height:16px!important;
}

.orre-inside-arrow span::before{
  content:""!important;

  position:absolute!important;

  top:50%!important;
  left:50%!important;

  width:8px!important;
  height:8px!important;

  border-top:1.8px solid currentColor!important;
  border-right:1.8px solid currentColor!important;
}

.orre-inside-next span::before{
  transform:translate(-65%,-50%) rotate(45deg)!important;
}

.orre-inside-prev span::before{
  transform:translate(-35%,-50%) rotate(-135deg)!important;
}

.orre-inside-arrow:hover{
  background:#000!important;
  color:#fff!important;
  border-color:#000!important;
}

@media(max-width:1024px){

  .orre-inside{
    padding:60px 0 66px!important;
  }

  .orre-inside-head h2{
    font-size:28px!important;
  }

  .orre-inside-track{
    gap:16px!important;
    padding:0 28px!important;
  }

  .orre-inside-card{
    flex-basis:245px!important;
  }

  .orre-inside-arrow{
    width:50px!important;
    height:50px!important;
  }
}

@media(max-width:767px){

  .orre-inside{
    padding:48px 0 54px!important;
  }

  .orre-inside-head{
    padding:0 16px 25px!important;
  }

  .orre-inside-head h2{
    font-size:24px!important;
  }

  .orre-inside-track{
    gap:12px!important;

    padding:0 14px 8px!important;

    scroll-padding-left:14px!important;
  }

  .orre-inside-card{
    flex:0 0 73vw!important;
    max-width:285px!important;
  }

  .orre-inside-title{
    font-size:13px!important;
  }

  .orre-inside-arrow{
    display:none!important;
  }
}

body.tax-product_cat,
body.tax-product_cat #page,
body.tax-product_cat .main-page-wrapper,
body.tax-product_cat .site-content,
body.tax-product_cat .orre-collection-page,
body.tax-product_cat .orre-collection-head,
body.tax-product_cat .orre-collection-toolbar,
body.tax-product_cat .orre-collection-products,
body.tax-product_cat .orre-collection-card,
body.tax-product_cat .orre-collection-grid{
    background:#fff!important;
}

body.tax-product_cat .page-title,
body.tax-product_cat .wd-page-title,
body.tax-product_cat .shop-loop-head,
body.tax-product_cat .wd-shop-tools,
body.tax-product_cat .wd-products-shop-view,
body.tax-product_cat .wd-products-per-page,
body.tax-product_cat .wd-show-sidebar-btn{
    display:none!important;
}

body.tax-product_cat .orre-nav-header{
    position:sticky!important;
    top:0!important;
    height:64px!important;
    background:rgba(0,0,0,.94)!important;
    backdrop-filter:blur(12px)!important;
    -webkit-backdrop-filter:blur(12px)!important;
}

body.tax-product_cat .orre-nav-inner{
    height:64px!important;
}

.orre-collection-page{
    width:100%!important;
    color:#111!important;
    font-family:Arial,Helvetica,sans-serif!important;
}

.orre-collection-head{
    width:100%!important;
    padding:58px 30px 28px!important;
}

.orre-collection-head-inner{
    width:100%!important;
}

.orre-collection-title-wrap h1{
    margin:0!important;
    color:#111!important;
    font-size:28px!important;
    font-weight:500!important;
    line-height:1!important;
    letter-spacing:.08em!important;
}

.orre-collection-description{
    max-width:640px!important;
    margin-top:12px!important;
    color:#666!important;
    font-size:11px!important;
    line-height:1.6!important;
}

.orre-collection-description p{
    margin:0!important;
}

.orre-collection-subcats{
    display:flex!important;
    align-items:center!important;
    gap:26px!important;

    margin-top:30px!important;

    overflow-x:auto!important;
    scrollbar-width:none!important;
}

.orre-collection-subcats::-webkit-scrollbar{
    display:none!important;
}

.orre-collection-subcats a{
    flex:0 0 auto!important;
    padding-bottom:5px!important;
    color:#777!important;
    font-size:10px!important;
    font-weight:500!important;
    line-height:1!important;
    letter-spacing:.10em!important;
    text-transform:uppercase!important;
}

.orre-collection-subcats a:hover,
.orre-collection-subcats a.active{
    color:#000!important;
    border-bottom:1px solid #000!important;
}

.orre-collection-toolbar{
    width:100%!important;

    display:flex!important;
    align-items:center!important;
    justify-content:space-between!important;

    gap:20px!important;

    padding:16px 30px!important;

    background:#fff!important;

    border-top:1px solid #e9e9e9!important;
    border-bottom:1px solid #e9e9e9!important;
}

.orre-collection-toolbar-left{
    display:flex!important;
    align-items:center!important;
    gap:20px!important;
}

.orre-filter-open{
    display:flex!important;
    align-items:center!important;
    gap:9px!important;

    width:auto!important;
    min-width:0!important;
    min-height:0!important;

    margin:0!important;
    padding:0!important;

    background:transparent!important;
    color:#111!important;

    border:0!important;
    border-radius:0!important;

    box-shadow:none!important;

    font-size:9px!important;
    font-weight:600!important;
    line-height:1!important;

    letter-spacing:.12em!important;
}

.orre-filter-plus{
    position:relative!important;
    width:11px!important;
    height:11px!important;
}

.orre-filter-plus::before,
.orre-filter-plus::after{
    content:""!important;
    position:absolute!important;
    top:50%!important;
    left:50%!important;
    background:#111!important;
    transform:translate(-50%,-50%)!important;
}

.orre-filter-plus::before{
    width:11px!important;
    height:1px!important;
}

.orre-filter-plus::after{
    width:1px!important;
    height:11px!important;
}

.orre-result-count{
    color:#777!important;
    font-size:9px!important;
    line-height:1!important;
    letter-spacing:.08em!important;
}

.orre-collection-sort .woocommerce-ordering{
    margin:0!important;
}

.orre-collection-sort select{
    min-width:160px!important;
    height:34px!important;

    padding:0 26px 0 0!important;

    background:#fff!important;
    color:#111!important;

    border:0!important;
    border-radius:0!important;

    box-shadow:none!important;

    font-size:9px!important;
    font-weight:500!important;

    letter-spacing:.08em!important;
    text-transform:uppercase!important;
}

.orre-collection-products{
    width:100%!important;
    padding:0 0 70px!important;
}

.orre-collection-grid{
    display:grid!important;
    grid-template-columns:repeat(4,minmax(0,1fr))!important;
    gap:1px!important;
    width:100%!important;
}

.orre-collection-card{
    min-width:0!important;
    padding:0 0 26px!important;
    background:#fff!important;
}

.orre-collection-card-media{
    position:relative!important;
    display:block!important;

    width:100%!important;
    aspect-ratio:4/5!important;

    overflow:hidden!important;

    background:#f5f5f3!important;
}

.orre-collection-card-media img{
    position:absolute!important;
    inset:0!important;

    display:block!important;

    width:100%!important;
    height:100%!important;

    object-fit:cover!important;
    object-position:center!important;

    transition:opacity .3s ease,transform .4s ease!important;
}

.orre-collection-main-image{
    z-index:1!important;
    opacity:1!important;
}

.orre-collection-hover-image{
    z-index:2!important;
    opacity:0!important;
}

.orre-collection-card:hover .orre-collection-main-image{
    opacity:0!important;
}

.orre-collection-card:hover .orre-collection-hover-image{
    opacity:1!important;
    transform:scale(1.01)!important;
}

.orre-collection-sizes{
    position:absolute!important;

    left:0!important;
    right:0!important;
    bottom:0!important;

    z-index:5!important;

    min-height:42px!important;

    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    flex-wrap:wrap!important;

    gap:3px!important;

    padding:7px!important;

    background:rgba(255,255,255,.96)!important;

    opacity:0!important;
    transform:translateY(100%)!important;

    transition:opacity .2s ease,transform .2s ease!important;
}

.orre-collection-card:hover .orre-collection-sizes{
    opacity:1!important;
    transform:translateY(0)!important;
}

.orre-collection-sizes > span{
    min-width:27px!important;
    height:25px!important;

    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;

    padding:0 5px!important;

    color:#111!important;
    background:#fff!important;

    border:1px solid #ddd!important;

    font-size:8px!important;
    line-height:1!important;
}

.orre-collection-sale{
    position:absolute!important;
    top:10px!important;
    left:10px!important;

    z-index:6!important;

    padding:5px 7px!important;

    background:#000!important;
    color:#fff!important;

    font-size:8px!important;
    font-weight:600!important;
    letter-spacing:.10em!important;
}

.orre-collection-card-info{
    padding:10px 11px 0!important;
}

.orre-collection-product-name{
    display:block!important;
    color:#111!important;
    font-size:10px!important;
    font-weight:500!important;
    line-height:1.4!important;
    letter-spacing:.025em!important;
    text-transform:uppercase!important;
}

.orre-collection-product-price{
    margin-top:4px!important;
    color:#111!important;
    font-size:10px!important;
    line-height:1.3!important;
}

.orre-collection-product-price del{
    color:#999!important;
}

.orre-collection-product-price ins{
    color:#111!important;
    text-decoration:none!important;
}

.orre-collection-pagination{
    padding:45px 20px 0!important;
    text-align:center!important;
}

.orre-collection-pagination .page-numbers{
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;

    min-width:34px!important;
    height:34px!important;

    margin:0 2px!important;

    color:#111!important;
    background:#fff!important;

    border:1px solid #ddd!important;

    font-size:10px!important;
}

.orre-collection-pagination .page-numbers.current,
.orre-collection-pagination .page-numbers:hover{
    background:#000!important;
    color:#fff!important;
    border-color:#000!important;
}

.orre-filter-overlay{
    position:fixed!important;
    inset:0!important;

    z-index:100010!important;

    background:rgba(0,0,0,.38)!important;

    opacity:0!important;
    visibility:hidden!important;

    transition:.25s ease!important;
}

.orre-filter-overlay.open{
    opacity:1!important;
    visibility:visible!important;
}

.orre-filter-drawer{
    position:fixed!important;

    top:0!important;
    left:0!important;

    z-index:100011!important;

    width:min(390px,92vw)!important;
    height:100vh!important;

    background:#fff!important;
    color:#111!important;

    overflow-y:auto!important;

    transform:translateX(-102%)!important;

    transition:transform .35s cubic-bezier(.77,0,.18,1)!important;
}

.orre-filter-drawer.open{
    transform:translateX(0)!important;
}

.orre-filter-head{
    height:68px!important;

    display:flex!important;
    align-items:center!important;
    justify-content:space-between!important;

    padding:0 24px!important;

    border-bottom:1px solid #e7e7e7!important;

    font-size:10px!important;
    font-weight:600!important;
    letter-spacing:.12em!important;
}

.orre-filter-head button{
    position:relative!important;

    width:28px!important;
    height:28px!important;

    padding:0!important;

    background:transparent!important;
    border:0!important;
    box-shadow:none!important;
}

.orre-filter-head button span{
    position:absolute!important;
    top:50%!important;
    left:50%!important;

    width:16px!important;
    height:1.5px!important;

    background:#111!important;
}

.orre-filter-head button span:first-child{
    transform:translate(-50%,-50%) rotate(45deg)!important;
}

.orre-filter-head button span:last-child{
    transform:translate(-50%,-50%) rotate(-45deg)!important;
}

.orre-filter-body{
    padding:20px 24px 40px!important;
}

.orre-filter-body .widget{
    margin:0!important;
    padding:18px 0!important;

    border-bottom:1px solid #eee!important;
}

.orre-filter-body .widget-title,
.orre-filter-body h5{
    margin:0 0 15px!important;

    color:#111!important;

    font-size:10px!important;
    font-weight:600!important;
    letter-spacing:.10em!important;
    text-transform:uppercase!important;
}

.orre-filter-body a,
.orre-filter-body label,
.orre-filter-body li,
.orre-filter-body span{
    color:#555!important;
    font-size:11px!important;
}

.orre-filter-group h3{
    margin:0 0 15px!important;

    font-size:10px!important;
    font-weight:600!important;

    letter-spacing:.10em!important;
}

.orre-filter-group a{
    display:block!important;
    padding:9px 0!important;

    color:#555!important;
    font-size:11px!important;

    border-bottom:1px solid #eee!important;
}

@media(max-width:1024px){

    .orre-collection-grid{
        grid-template-columns:repeat(3,minmax(0,1fr))!important;
    }
}

@media(max-width:767px){

    body.tax-product_cat .orre-nav-header{
        height:62px!important;
    }

    .orre-collection-head{
        padding:38px 14px 22px!important;
    }

    .orre-collection-title-wrap h1{
        font-size:22px!important;
    }

    .orre-collection-subcats{
        gap:18px!important;
        margin-top:22px!important;
    }

    .orre-collection-toolbar{
        padding:13px 14px!important;
    }

    .orre-result-count{
        display:none!important;
    }

    .orre-collection-sort select{
        min-width:120px!important;
        font-size:8px!important;
    }

    .orre-collection-grid{
        grid-template-columns:repeat(2,minmax(0,1fr))!important;
    }

    .orre-collection-card{
        padding-bottom:20px!important;
    }

    .orre-collection-card-info{
        padding:8px 7px 0!important;
    }

    .orre-collection-product-name,
    .orre-collection-product-price{
        font-size:9px!important;
    }

    .orre-collection-sizes{
        min-height:33px!important;

        padding:5px!important;

        opacity:1!important;
        transform:none!important;
    }

    .orre-collection-sizes > span{
        min-width:23px!important;
        height:21px!important;
        font-size:7px!important;
    }
}

body.single-product .page-title,
body.single-product .wd-page-title,
body.single-product .woocommerce-breadcrumb,
body.single-product .wd-breadcrumbs,
body.single-product .wd-products-nav,
body.single-product .product-navigation-wrap,
body.single-product .product-tabs-wrapper,
body.single-product .woocommerce-tabs,
body.single-product .product-image-summary,
body.single-product .product-image-summary-wrap,
body.single-product .summary,
body.single-product .woocommerce-product-gallery{display:none!important}
body.single-product,body.single-product #page,body.single-product .website-wrapper,body.single-product .main-page-wrapper,body.single-product .site-content,body.single-product .orre-single-product-page{background:#fff!important}
body.single-product .main-page-wrapper,body.single-product .site-content,body.single-product .orre-single-product-page{width:100%!important;max-width:none!important;margin:0!important;padding:0!important}
.orre-pdp-final{width:100%!important;margin:0!important;padding:0!important;background:#fff!important;color:#111!important;font-family:Arial,Helvetica,sans-serif!important}
.orre-pdp-final-main{display:grid!important;grid-template-columns:minmax(0,1.2fr) minmax(430px,.8fr)!important;width:100%!important;align-items:start!important;gap:0!important}
.orre-pdp-final-gallery{width:100%!important;min-width:0!important;margin:0!important;padding:0!important;background:#f5f2f1!important}
.orre-pdp-final-image-grid{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:2px!important;width:100%!important;margin:0!important;padding:0!important}
.orre-pdp-final-image{display:block!important;width:100%!important;aspect-ratio:4/5!important;overflow:hidden!important;background:#f5f2f1!important}
.orre-pdp-final-image img{display:block!important;width:100%!important;height:100%!important;margin:0!important;object-fit:cover!important;object-position:center!important;transition:transform .35s ease!important}
.orre-pdp-final-image:hover img{transform:scale(1.01)!important}
.orre-pdp-final-summary{width:100%!important;min-width:0!important;margin:0!important;padding:0!important;background:#fff!important}
.orre-pdp-final-summary-inner{position:sticky!important;top:92px!important;width:min(560px,100%)!important;margin:0 auto!important;padding:54px 46px 65px!important}
.orre-pdp-final-title{margin:0!important;color:#111!important;font-family:Arial,Helvetica,sans-serif!important;font-size:27px!important;font-weight:500!important;line-height:1.1!important;letter-spacing:.01em!important;text-transform:uppercase!important}
.orre-pdp-final-codes{display:flex!important;flex-direction:column!important;gap:4px!important;margin-top:12px!important;color:#777!important;font-size:9px!important;line-height:1.4!important;letter-spacing:.06em!important}
.orre-pdp-final-price{margin-top:22px!important;color:#111!important;font-size:18px!important;font-weight:500!important;line-height:1.2!important}
.orre-pdp-final-price del{color:#999!important}.orre-pdp-final-price ins{color:#111!important;text-decoration:none!important}
.orre-pdp-final-buy{margin-top:30px!important}.orre-pdp-final-buy form.cart,.orre-pdp-final-buy .variations_form{width:100%!important;margin:0!important}
.orre-pdp-final-buy .variations{width:100%!important;margin:0 0 20px!important;border:0!important}
.orre-pdp-final-buy .variations tbody,.orre-pdp-final-buy .variations tr,.orre-pdp-final-buy .variations th,.orre-pdp-final-buy .variations td{display:block!important;width:100%!important}
.orre-pdp-final-buy .variations tr{margin-bottom:20px!important}.orre-pdp-final-buy .variations th,.orre-pdp-final-buy .variations td{padding:0!important;border:0!important;text-align:left!important}
.orre-pdp-final-buy .variations label{display:block!important;margin:0 0 12px!important;color:#111!important;font-size:10px!important;font-weight:500!important;line-height:1!important;letter-spacing:.08em!important;text-transform:none!important}
.orre-pdp-final-buy .wd-swatches-product{display:flex!important;flex-wrap:wrap!important;gap:7px!important}
.orre-pdp-final-buy .wd-swatch,.orre-pdp-final-buy .wd-swatch-text{min-width:48px!important;height:39px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;margin:0!important;padding:0 12px!important;background:#fff!important;color:#111!important;border:1px solid #d6d6d6!important;border-radius:0!important;box-shadow:none!important;font-size:10px!important;font-weight:500!important}
.orre-pdp-final-buy .wd-swatch.wd-active,.orre-pdp-final-buy .wd-swatch.active,.orre-pdp-final-buy .wd-swatch:hover{background:#111!important;color:#fff!important;border-color:#111!important}
.orre-pdp-final-buy .variations select{width:100%!important;height:44px!important;margin:0!important;padding:0 12px!important;background:#fff!important;color:#111!important;border:1px solid #d6d6d6!important;border-radius:0!important;box-shadow:none!important;font-size:11px!important}
.orre-pdp-final-buy .reset_variations{display:inline-block!important;margin-top:9px!important;color:#777!important;font-size:8px!important;letter-spacing:.08em!important;text-transform:uppercase!important}
.orre-pdp-final-buy .woocommerce-variation{margin-bottom:15px!important}.orre-pdp-final-buy .woocommerce-variation-price{margin-bottom:8px!important;color:#111!important;font-size:15px!important}
.orre-pdp-final-buy .woocommerce-variation-add-to-cart,.orre-pdp-final-buy form.cart:not(.variations_form){display:grid!important;grid-template-columns:108px minmax(0,1fr)!important;gap:8px!important;align-items:stretch!important;width:100%!important}
.orre-pdp-final-buy .quantity{width:108px!important;height:48px!important;display:grid!important;grid-template-columns:31px 1fr 31px!important;margin:0!important;border:1px solid #111!important;background:#fff!important}
.orre-pdp-final-buy .quantity input.qty{width:100%!important;height:46px!important;margin:0!important;padding:0!important;background:#fff!important;color:#111!important;border:0!important;border-radius:0!important;box-shadow:none!important;text-align:center!important;font-size:11px!important}
.orre-pdp-final-buy .quantity .minus,.orre-pdp-final-buy .quantity .plus{width:31px!important;height:46px!important;margin:0!important;padding:0!important;background:#fff!important;color:#111!important;border:0!important;border-radius:0!important;box-shadow:none!important;font-size:14px!important}
.orre-pdp-final-buy .single_add_to_cart_button{width:100%!important;min-height:48px!important;display:flex!important;align-items:center!important;justify-content:center!important;margin:0!important;padding:0 20px!important;background:#000!important;color:#fff!important;border:1px solid #000!important;border-radius:0!important;box-shadow:none!important;font-size:10px!important;font-weight:600!important;line-height:1!important;letter-spacing:.1em!important;text-transform:uppercase!important}
.orre-pdp-final-buy .single_add_to_cart_button:hover{background:#fff!important;color:#000!important}
.orre-pdp-final-details{margin-top:34px!important;border-top:1px solid #e5e5e5!important}.orre-pdp-final-detail{margin:0!important;border-bottom:1px solid #e5e5e5!important}
.orre-pdp-final-detail summary{min-height:54px!important;display:flex!important;align-items:center!important;justify-content:space-between!important;gap:15px!important;padding:0!important;color:#111!important;list-style:none!important;cursor:pointer!important}.orre-pdp-final-detail summary::-webkit-details-marker{display:none!important}
.orre-pdp-final-detail summary>span:first-child{font-size:10px!important;font-weight:500!important;line-height:1!important;letter-spacing:.02em!important}
.orre-pdp-final-plus{position:relative!important;width:13px!important;height:13px!important;flex:0 0 13px!important}.orre-pdp-final-plus::before,.orre-pdp-final-plus::after{content:""!important;position:absolute!important;top:50%!important;left:50%!important;background:#111!important;transform:translate(-50%,-50%)!important}.orre-pdp-final-plus::before{width:11px!important;height:1px!important}.orre-pdp-final-plus::after{width:1px!important;height:11px!important}.orre-pdp-final-detail[open] .orre-pdp-final-plus::after{display:none!important}
.orre-pdp-final-detail-content{padding:0 0 24px!important;color:#555!important;font-size:11px!important;line-height:1.7!important}.orre-pdp-final-detail-content p{margin:0 0 12px!important}.orre-pdp-final-detail-content p:last-child{margin-bottom:0!important}
.orre-pdp-final-related{width:100%!important;padding:68px 0 75px!important;background:#fff!important;border-top:1px solid #e8e8e8!important}.orre-pdp-final-related-head{padding:0 30px 26px!important}.orre-pdp-final-related-head h2{margin:0!important;color:#111!important;font-size:12px!important;font-weight:500!important;line-height:1!important;letter-spacing:.08em!important;text-transform:uppercase!important}
.orre-pdp-final-related-grid{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:1px!important}.orre-pdp-final-related-card{min-width:0!important;padding-bottom:20px!important;background:#fff!important}.orre-pdp-final-related-image{display:block!important;width:100%!important;aspect-ratio:4/5!important;overflow:hidden!important;background:#f4f4f2!important}.orre-pdp-final-related-image img{display:block!important;width:100%!important;height:100%!important;object-fit:cover!important}.orre-pdp-final-related-info{padding:9px 10px 0!important}.orre-pdp-final-related-info a{display:block!important;color:#111!important;font-size:10px!important;font-weight:500!important;line-height:1.4!important;text-transform:uppercase!important}.orre-pdp-final-related-info span{display:block!important;margin-top:4px!important;color:#111!important;font-size:10px!important}
@media(max-width:1100px){.orre-pdp-final-main{grid-template-columns:minmax(0,1fr) minmax(390px,.9fr)!important}.orre-pdp-final-summary-inner{padding:42px 30px 54px!important}.orre-pdp-final-related-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}}
@media(max-width:767px){.orre-pdp-final-main{display:block!important}.orre-pdp-final-image-grid{display:flex!important;overflow-x:auto!important;scroll-snap-type:x mandatory!important;gap:1px!important;scrollbar-width:none!important}.orre-pdp-final-image-grid::-webkit-scrollbar{display:none!important}.orre-pdp-final-image{flex:0 0 88vw!important;aspect-ratio:4/5!important;scroll-snap-align:start!important}.orre-pdp-final-summary-inner{position:static!important;width:100%!important;max-width:none!important;padding:28px 16px 42px!important}.orre-pdp-final-title{font-size:22px!important}.orre-pdp-final-price{margin-top:18px!important;font-size:16px!important}.orre-pdp-final-buy{margin-top:25px!important}.orre-pdp-final-buy .woocommerce-variation-add-to-cart,.orre-pdp-final-buy form.cart:not(.variations_form){grid-template-columns:92px minmax(0,1fr)!important}.orre-pdp-final-buy .quantity{width:92px!important;grid-template-columns:27px 1fr 27px!important}.orre-pdp-final-buy .quantity .minus,.orre-pdp-final-buy .quantity .plus{width:27px!important}.orre-pdp-final-related{padding:48px 0 58px!important}.orre-pdp-final-related-head{padding:0 14px 20px!important}.orre-pdp-final-related-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.orre-pdp-final-related-info a,.orre-pdp-final-related-info span{font-size:9px!important}}

.orre-pdp-final-image-grid{
    display:none!important;
}

.orre-pdp-kiji-gallery{
    display:grid!important;
    grid-template-columns:86px minmax(0,1fr)!important;

    align-items:start!important;

    gap:8px!important;

    width:100%!important;

    padding:0!important;
    margin:0!important;

    background:#f5f2f1!important;
}

.orre-pdp-kiji-thumbs{
    position:sticky!important;
    top:82px!important;

    display:flex!important;
    flex-direction:column!important;

    gap:8px!important;

    width:86px!important;

    padding:0!important;
    margin:0!important;

    max-height:calc(100vh - 100px)!important;
    overflow-y:auto!important;

    scrollbar-width:none!important;

    background:#fff!important;
}

.orre-pdp-kiji-thumbs::-webkit-scrollbar{
    display:none!important;
}

.orre-pdp-kiji-thumb{
    flex:0 0 auto!important;

    display:block!important;

    width:86px!important;
    height:108px!important;

    margin:0!important;
    padding:0!important;

    background:#f3efed!important;

    border:1px solid transparent!important;
    border-radius:0!important;

    box-shadow:none!important;

    cursor:pointer!important;
    overflow:hidden!important;

    opacity:.7!important;

    transition:opacity .2s ease,border-color .2s ease!important;
}

.orre-pdp-kiji-thumb:hover,
.orre-pdp-kiji-thumb.is-active{
    opacity:1!important;
    border-color:#111!important;
}

.orre-pdp-kiji-thumb img{
    display:block!important;

    width:100%!important;
    height:100%!important;

    object-fit:cover!important;
    object-position:center!important;

    margin:0!important;
}

.orre-pdp-kiji-main-link{
    display:block!important;

    width:100%!important;

    margin:0!important;
    padding:0!important;

    overflow:hidden!important;

    background:#f3efed!important;
}

.orre-pdp-kiji-main-image{
    display:block!important;

    width:100%!important;
    height:auto!important;

    min-height:760px!important;
    max-height:calc(100vh - 64px)!important;

    margin:0 auto!important;

    object-fit:cover!important;
    object-position:center!important;

    background:#f3efed!important;
}

.orre-pdp-final-gallery{
    background:#fff!important;
}

@media(max-width:1100px){

    .orre-pdp-kiji-gallery{
        grid-template-columns:72px minmax(0,1fr)!important;
        gap:6px!important;
    }

    .orre-pdp-kiji-thumbs{
        width:72px!important;
    }

    .orre-pdp-kiji-thumb{
        width:72px!important;
        height:92px!important;
    }

    .orre-pdp-kiji-main-image{
        min-height:620px!important;
    }
}

@media(max-width:767px){

    .orre-pdp-kiji-gallery{
        display:flex!important;
        flex-direction:column-reverse!important;

        gap:7px!important;

        background:#fff!important;
    }

    .orre-pdp-kiji-thumbs{
        position:static!important;

        width:100%!important;
        max-height:none!important;

        display:flex!important;
        flex-direction:row!important;

        gap:6px!important;

        padding:0 8px 8px!important;

        overflow-x:auto!important;
        overflow-y:hidden!important;

        background:#fff!important;
    }

    .orre-pdp-kiji-thumb{
        width:64px!important;
        height:82px!important;

        flex:0 0 64px!important;
    }

    .orre-pdp-kiji-main-image{
        width:100%!important;

        min-height:0!important;
        max-height:none!important;

        aspect-ratio:4/5!important;

        object-fit:cover!important;
    }
}

.orre-home-section-header,
.orre-inside-head,
.orre-pdp-final-related-head,
.orre-pdp-v2-related-head,
.orre-pdp-related-head,
.orre-collection-title-wrap{
    text-align:center!important;
}

.orre-home-section-header{
    position:relative!important;

    display:flex!important;
    flex-direction:column!important;
    align-items:center!important;
    justify-content:center!important;

    gap:14px!important;

    padding-top:44px!important;
    padding-bottom:31px!important;
}

.orre-home-section-header h1,
.orre-home-section-header h2{
    position:relative!important;

    margin:0!important;
    padding:0 0 18px!important;

    color:#111!important;

    font-family:Arial,Helvetica,sans-serif!important;
    font-size:20px!important;
    font-weight:500!important;
    line-height:1.15!important;

    letter-spacing:.09em!important;
    text-transform:uppercase!important;
    text-align:center!important;
}

.orre-home-section-header h1::after,
.orre-home-section-header h2::after{
    content:""!important;

    position:absolute!important;
    left:50%!important;
    bottom:0!important;

    width:42px!important;
    height:3px!important;

    background:#bcbcbc!important;

    transform:translateX(-50%)!important;
}

.orre-home-section-header > a{
    margin-top:0!important;

    color:#555!important;

    font-size:9px!important;
    font-weight:500!important;
    letter-spacing:.10em!important;

    border-bottom:1px solid #777!important;
}

.orre-inside-head{
    padding-bottom:34px!important;
}

.orre-inside-head h2{
    position:relative!important;

    display:inline-block!important;

    margin:0!important;
    padding:0 0 20px!important;

    color:#111!important;

    font-family:Arial,Helvetica,sans-serif!important;
    font-size:30px!important;
    font-weight:500!important;
    line-height:1.1!important;

    letter-spacing:.065em!important;
    text-transform:uppercase!important;
    text-align:center!important;
}

.orre-inside-head h2::after{
    content:""!important;

    position:absolute!important;
    left:50%!important;
    bottom:0!important;

    width:42px!important;
    height:3px!important;

    background:#bcbcbc!important;

    transform:translateX(-50%)!important;
}

.orre-pdp-final-related-head,
.orre-pdp-v2-related-head,
.orre-pdp-related-head{
    text-align:center!important;

    padding-top:8px!important;
    padding-bottom:34px!important;
}

.orre-pdp-final-related-head h2,
.orre-pdp-v2-related-head h2,
.orre-pdp-related-head h2,
.orre-pdp-related .related > h2,
.orre-pdp-related .upsells > h2{
    position:relative!important;

    display:inline-block!important;

    margin:0 auto!important;
    padding:0 0 20px!important;

    color:#111!important;

    font-family:Arial,Helvetica,sans-serif!important;
    font-size:20px!important;
    font-weight:500!important;
    line-height:1.15!important;

    letter-spacing:.085em!important;
    text-transform:uppercase!important;
    text-align:center!important;
}

.orre-pdp-final-related-head h2::after,
.orre-pdp-v2-related-head h2::after,
.orre-pdp-related-head h2::after,
.orre-pdp-related .related > h2::after,
.orre-pdp-related .upsells > h2::after{
    content:""!important;

    position:absolute!important;
    left:50%!important;
    bottom:0!important;

    width:42px!important;
    height:3px!important;

    background:#bcbcbc!important;

    transform:translateX(-50%)!important;
}

.orre-collection-head{
    text-align:center!important;
}

.orre-collection-title-wrap{
    display:flex!important;
    flex-direction:column!important;
    align-items:center!important;
}

.orre-collection-title-wrap h1{
    position:relative!important;

    display:inline-block!important;

    margin:0!important;
    padding:0 0 20px!important;

    color:#111!important;

    font-family:Arial,Helvetica,sans-serif!important;
    font-size:25px!important;
    font-weight:500!important;
    line-height:1.1!important;

    letter-spacing:.085em!important;
    text-transform:uppercase!important;
    text-align:center!important;
}

.orre-collection-title-wrap h1::after{
    content:""!important;

    position:absolute!important;
    left:50%!important;
    bottom:0!important;

    width:42px!important;
    height:3px!important;

    background:#bcbcbc!important;

    transform:translateX(-50%)!important;
}

.orre-collection-description{
    margin-left:auto!important;
    margin-right:auto!important;
    text-align:center!important;
}

.orre-collection-subcats{
    justify-content:center!important;
}

.orre-home-newsletter > div{
    text-align:center!important;
}

.orre-home-newsletter h2{
    position:relative!important;

    display:inline-block!important;

    margin:0!important;
    padding:0 0 20px!important;

    text-align:center!important;
}

.orre-home-newsletter h2::after{
    content:""!important;

    position:absolute!important;
    left:50%!important;
    bottom:0!important;

    width:42px!important;
    height:3px!important;

    background:#bcbcbc!important;

    transform:translateX(-50%)!important;
}

.orre-home-newsletter p{
    margin-left:auto!important;
    margin-right:auto!important;
}

@media(max-width:767px){

    .orre-home-section-header{
        padding-top:34px!important;
        padding-bottom:25px!important;
    }

    .orre-home-section-header h1,
    .orre-home-section-header h2{
        font-size:16px!important;
        padding-bottom:16px!important;
    }

    .orre-inside-head h2{
        font-size:23px!important;
        padding-bottom:17px!important;
    }

    .orre-pdp-final-related-head h2,
    .orre-pdp-v2-related-head h2,
    .orre-pdp-related-head h2,
    .orre-pdp-related .related > h2,
    .orre-pdp-related .upsells > h2{
        font-size:16px!important;
        padding-bottom:17px!important;
    }

    .orre-collection-title-wrap h1{
        font-size:21px!important;
        padding-bottom:17px!important;
    }

    .orre-home-section-header h1::after,
    .orre-home-section-header h2::after,
    .orre-inside-head h2::after,
    .orre-pdp-final-related-head h2::after,
    .orre-pdp-v2-related-head h2::after,
    .orre-pdp-related-head h2::after,
    .orre-pdp-related .related > h2::after,
    .orre-pdp-related .upsells > h2::after,
    .orre-collection-title-wrap h1::after,
    .orre-home-newsletter h2::after{
        width:34px!important;
        height:2px!important;
    }
}

body.woocommerce-cart,
body.woocommerce-checkout,
body.woocommerce-cart #page,
body.woocommerce-checkout #page,
body.woocommerce-cart .website-wrapper,
body.woocommerce-checkout .website-wrapper,
body.woocommerce-cart .main-page-wrapper,
body.woocommerce-checkout .main-page-wrapper,
body.woocommerce-cart .site-content,
body.woocommerce-checkout .site-content{
    background:#fff!important;
    color:#111!important;
}

body.woocommerce-cart .main-page-wrapper,
body.woocommerce-checkout .main-page-wrapper{
    padding-top:0!important;
}

body.woocommerce-cart .container,
body.woocommerce-checkout .container,
body.woocommerce-cart .site-content,
body.woocommerce-checkout .site-content{
    width:100%!important;
    max-width:none!important;
}

body.woocommerce-cart .page-title,
body.woocommerce-checkout .page-title,
body.woocommerce-cart .wd-page-title,
body.woocommerce-checkout .wd-page-title,
body.woocommerce-cart .woocommerce-breadcrumb,
body.woocommerce-checkout .woocommerce-breadcrumb,
body.woocommerce-cart .wd-breadcrumbs,
body.woocommerce-checkout .wd-breadcrumbs{
    display:none!important;
}

body.woocommerce-cart,
body.woocommerce-checkout,
body.woocommerce-cart *,
body.woocommerce-checkout *{
    box-sizing:border-box!important;
}

body.woocommerce-cart .woocommerce{
    position:relative!important;
    width:min(1500px,calc(100% - 64px))!important;
    max-width:1500px!important;
    margin:0 auto!important;
    padding:72px 0 90px!important;
}

body.woocommerce-cart .woocommerce::before{
    content:"SHOPPING BAG"!important;

    display:block!important;

    margin:0 0 46px!important;
    padding:0 0 18px!important;

    color:#111!important;

    font-family:Arial,Helvetica,sans-serif!important;
    font-size:26px!important;
    font-weight:500!important;
    line-height:1!important;

    letter-spacing:.12em!important;
    text-align:center!important;
    text-transform:uppercase!important;
}

body.woocommerce-cart .woocommerce::after{
    content:""!important;
    display:block!important;
    clear:both!important;
}

body.woocommerce-cart .cart-content-wrapper,
body.woocommerce-cart .woocommerce-cart-form + .cart-collaterals{
    min-width:0!important;
}

body.woocommerce-cart .cart-content-wrapper{
    display:grid!important;
    grid-template-columns:minmax(0,1fr) 410px!important;
    gap:46px!important;
    align-items:start!important;
}

body.woocommerce-cart .woocommerce-cart-form{
    width:100%!important;
    min-width:0!important;
    margin:0!important;
    float:none!important;
}

body.woocommerce-cart .cart-collaterals{
    width:100%!important;
    min-width:0!important;
    margin:0!important;
    float:none!important;
}

body.woocommerce-cart table.shop_table{
    width:100%!important;
    margin:0!important;
    border:0!important;
    border-collapse:collapse!important;
    background:#fff!important;
}

body.woocommerce-cart table.shop_table thead{
    display:none!important;
}

body.woocommerce-cart table.shop_table tr.cart_item{
    border-top:1px solid #e8e8e8!important;
    border-bottom:1px solid #e8e8e8!important;
}

body.woocommerce-cart table.shop_table td{
    padding:24px 12px!important;
    vertical-align:middle!important;
    border:0!important;
    background:#fff!important;
}

body.woocommerce-cart td.product-remove{
    width:36px!important;
    padding-left:0!important;
    padding-right:4px!important;
}

body.woocommerce-cart td.product-remove a{
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;

    width:26px!important;
    height:26px!important;

    margin:0!important;

    background:transparent!important;
    color:#111!important;

    border:0!important;
    border-radius:0!important;

    font-size:20px!important;
    font-weight:300!important;
}

body.woocommerce-cart td.product-thumbnail{
    width:110px!important;
}

body.woocommerce-cart td.product-thumbnail img{
    display:block!important;

    width:92px!important;
    height:118px!important;

    object-fit:cover!important;
    object-position:center!important;

    background:#f3efed!important;
}

body.woocommerce-cart td.product-name{
    width:auto!important;
}

body.woocommerce-cart td.product-name a{
    color:#111!important;

    font-family:Arial,Helvetica,sans-serif!important;
    font-size:12px!important;
    font-weight:500!important;
    line-height:1.45!important;

    letter-spacing:.015em!important;
}

body.woocommerce-cart td.product-price,
body.woocommerce-cart td.product-subtotal{
    color:#111!important;
    font-size:12px!important;
    font-weight:500!important;
    white-space:nowrap!important;
}

body.woocommerce-cart td.product-subtotal{
    text-align:right!important;
}

body.woocommerce-cart .quantity{
    width:100px!important;
    height:42px!important;

    display:grid!important;
    grid-template-columns:30px 1fr 30px!important;

    margin:0!important;

    border:1px solid #d8d8d8!important;
    background:#fff!important;
}

body.woocommerce-cart .quantity .minus,
body.woocommerce-cart .quantity .plus{
    width:30px!important;
    height:40px!important;

    margin:0!important;
    padding:0!important;

    background:#fff!important;
    color:#111!important;

    border:0!important;
    border-radius:0!important;

    box-shadow:none!important;

    font-size:14px!important;
}

body.woocommerce-cart .quantity input.qty{
    width:100%!important;
    height:40px!important;

    margin:0!important;
    padding:0!important;

    background:#fff!important;
    color:#111!important;

    border:0!important;
    border-radius:0!important;

    box-shadow:none!important;

    text-align:center!important;
    font-size:11px!important;
}

body.woocommerce-cart td.actions{
    padding:22px 0 0!important;
    border:0!important;
}

body.woocommerce-cart .coupon{
    display:flex!important;
    align-items:stretch!important;
    gap:8px!important;
    float:left!important;
}

body.woocommerce-cart .coupon input{
    width:220px!important;
    height:46px!important;

    margin:0!important;
    padding:0 14px!important;

    background:#fff!important;
    color:#111!important;

    border:1px solid #d7d7d7!important;
    border-radius:0!important;

    box-shadow:none!important;

    font-size:11px!important;
}

body.woocommerce-cart .coupon button,
body.woocommerce-cart button[name="update_cart"]{
    min-height:46px!important;

    padding:0 22px!important;

    background:#000!important;
    color:#fff!important;

    border:1px solid #000!important;
    border-radius:0!important;

    box-shadow:none!important;

    font-size:9px!important;
    font-weight:600!important;
    line-height:1!important;

    letter-spacing:.11em!important;
    text-transform:uppercase!important;
}

body.woocommerce-cart button[name="update_cart"]{
    float:right!important;
}

body.woocommerce-cart .coupon button:hover,
body.woocommerce-cart button[name="update_cart"]:hover{
    background:#fff!important;
    color:#000!important;
}

body.woocommerce-cart .cart_totals{
    width:100%!important;

    margin:0!important;
    padding:32px!important;

    background:#f7f7f6!important;

    border:0!important;
    outline:1px solid #e1e1e1!important;
    outline-offset:-14px!important;
}

body.woocommerce-cart .cart_totals h2{
    position:relative!important;

    margin:0 0 28px!important;
    padding:0 0 19px!important;

    color:#111!important;

    font-size:16px!important;
    font-weight:500!important;
    line-height:1!important;

    letter-spacing:.10em!important;
    text-align:center!important;
    text-transform:uppercase!important;
}

body.woocommerce-cart .cart_totals h2::after{
    content:""!important;

    position:absolute!important;
    left:50%!important;
    bottom:0!important;

    width:38px!important;
    height:2px!important;

    background:#bbb!important;

    transform:translateX(-50%)!important;
}

body.woocommerce-cart .cart_totals table{
    width:100%!important;
    margin:0!important;
    border:0!important;
    background:transparent!important;
}

body.woocommerce-cart .cart_totals th,
body.woocommerce-cart .cart_totals td{
    padding:17px 0!important;

    background:transparent!important;

    border:0!important;
    border-bottom:1px solid #dedede!important;

    color:#111!important;

    font-size:11px!important;
    line-height:1.4!important;
}

body.woocommerce-cart .cart_totals td{
    text-align:right!important;
}

body.woocommerce-cart .cart_totals .order-total th,
body.woocommerce-cart .cart_totals .order-total td{
    font-size:15px!important;
    font-weight:600!important;
}

body.woocommerce-cart .wc-proceed-to-checkout{
    padding:26px 0 0!important;
}

body.woocommerce-cart .checkout-button{
    width:100%!important;
    min-height:50px!important;

    display:flex!important;
    align-items:center!important;
    justify-content:center!important;

    margin:0!important;
    padding:0 18px!important;

    background:#000!important;
    color:#fff!important;

    border:1px solid #000!important;
    border-radius:0!important;

    box-shadow:none!important;

    font-size:9px!important;
    font-weight:600!important;
    line-height:1!important;

    letter-spacing:.12em!important;
    text-transform:uppercase!important;
}

body.woocommerce-cart .checkout-button:hover{
    background:#fff!important;
    color:#000!important;
}

body.woocommerce-checkout .woocommerce{
    width:min(1380px,calc(100% - 64px))!important;
    max-width:1380px!important;

    margin:0 auto!important;
    padding:72px 0 90px!important;
}

body.woocommerce-checkout .woocommerce-form-coupon-toggle{
    margin:0 0 40px!important;
}

body.woocommerce-checkout .woocommerce-info{
    margin:0!important;
    padding:15px 18px!important;

    background:#f7f7f6!important;
    color:#444!important;

    border:0!important;
    border-left:2px solid #111!important;

    font-size:10px!important;
    line-height:1.45!important;
}

body.woocommerce-checkout .woocommerce-info::before{
    display:none!important;
}

body.woocommerce-checkout .woocommerce-info a{
    color:#111!important;
    border-bottom:1px solid #111!important;
}

body.woocommerce-checkout form.checkout::before{
    content:"CHECKOUT"!important;

    display:block!important;
    grid-column:1 / -1!important;

    margin:0 0 48px!important;
    padding:0 0 19px!important;

    color:#111!important;

    font-family:Arial,Helvetica,sans-serif!important;
    font-size:26px!important;
    font-weight:500!important;
    line-height:1!important;

    letter-spacing:.12em!important;
    text-align:center!important;
    text-transform:uppercase!important;
}

body.woocommerce-checkout form.checkout{
    display:grid!important;
    grid-template-columns:minmax(0,1.18fr) minmax(420px,.82fr)!important;
    column-gap:72px!important;
    row-gap:0!important;

    align-items:start!important;

    width:100%!important;
}

body.woocommerce-checkout #customer_details,
body.woocommerce-checkout .col2-set,
body.woocommerce-checkout .checkout-order-review,
body.woocommerce-checkout .woocommerce-checkout-review-order,
body.woocommerce-checkout #order_review{
    width:100%!important;
    max-width:none!important;

    margin:0!important;
    float:none!important;
}

body.woocommerce-checkout #customer_details{
    grid-column:1!important;
}

body.woocommerce-checkout #order_review_heading,
body.woocommerce-checkout #order_review,
body.woocommerce-checkout .checkout-order-review{
    grid-column:2!important;
}

body.woocommerce-checkout .col2-set{
    display:block!important;
}

body.woocommerce-checkout .col2-set .col-1,
body.woocommerce-checkout .col2-set .col-2{
    width:100%!important;
    max-width:none!important;

    margin:0!important;
    padding:0!important;

    float:none!important;
}

body.woocommerce-checkout .woocommerce-billing-fields > h3,
body.woocommerce-checkout .woocommerce-shipping-fields h3,
body.woocommerce-checkout #order_review_heading,
body.woocommerce-checkout .checkout-order-review > h3{
    position:relative!important;

    margin:0 0 28px!important;
    padding:0 0 18px!important;

    color:#111!important;

    font-family:Arial,Helvetica,sans-serif!important;
    font-size:15px!important;
    font-weight:500!important;
    line-height:1!important;

    letter-spacing:.10em!important;
    text-transform:uppercase!important;
}

body.woocommerce-checkout .woocommerce-billing-fields > h3::after,
body.woocommerce-checkout .woocommerce-shipping-fields h3::after,
body.woocommerce-checkout #order_review_heading::after{
    content:""!important;

    position:absolute!important;
    left:0!important;
    bottom:0!important;

    width:38px!important;
    height:2px!important;

    background:#bbb!important;
}

body.woocommerce-checkout .woocommerce-billing-fields__field-wrapper,
body.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper{
    display:grid!important;
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:18px 16px!important;
}

body.woocommerce-checkout .form-row{
    width:100%!important;
    max-width:none!important;

    margin:0!important;
    padding:0!important;

    float:none!important;
}

body.woocommerce-checkout .form-row-wide,
body.woocommerce-checkout #billing_company_field,
body.woocommerce-checkout #billing_country_field,
body.woocommerce-checkout #billing_address_1_field,
body.woocommerce-checkout #billing_address_2_field,
body.woocommerce-checkout #billing_city_field,
body.woocommerce-checkout #billing_state_field,
body.woocommerce-checkout #billing_postcode_field,
body.woocommerce-checkout #order_comments_field{
    grid-column:1 / -1!important;
}

body.woocommerce-checkout .form-row label{
    display:block!important;

    margin:0 0 7px!important;

    color:#333!important;

    font-size:10px!important;
    font-weight:500!important;
    line-height:1.2!important;
}

body.woocommerce-checkout input.input-text,
body.woocommerce-checkout textarea,
body.woocommerce-checkout select,
body.woocommerce-checkout .select2-container .select2-selection{
    width:100%!important;
    min-height:47px!important;

    margin:0!important;
    padding:0 13px!important;

    background:#fff!important;
    color:#111!important;

    border:1px solid #d7d7d7!important;
    border-radius:0!important;

    box-shadow:none!important;

    font-size:11px!important;
}

body.woocommerce-checkout textarea{
    min-height:110px!important;
    padding-top:12px!important;
}

body.woocommerce-checkout input.input-text:focus,
body.woocommerce-checkout textarea:focus,
body.woocommerce-checkout select:focus{
    border-color:#111!important;
    outline:0!important;
}

body.woocommerce-checkout .select2-container .select2-selection__rendered{
    line-height:45px!important;
    padding-left:0!important;
}

body.woocommerce-checkout .select2-container .select2-selection__arrow{
    height:45px!important;
}

body.woocommerce-checkout #order_review,
body.woocommerce-checkout .checkout-order-review{
    position:sticky!important;
    top:92px!important;

    padding:32px!important;

    background:#f7f7f6!important;

    border:0!important;
    outline:1px solid #e1e1e1!important;
    outline-offset:-14px!important;
}

body.woocommerce-checkout #order_review_heading{
    text-align:center!important;
}

body.woocommerce-checkout #order_review_heading::after{
    left:50%!important;
    transform:translateX(-50%)!important;
}

body.woocommerce-checkout table.shop_table{
    width:100%!important;

    margin:0!important;

    border:0!important;
    border-collapse:collapse!important;

    background:transparent!important;
}

body.woocommerce-checkout table.shop_table thead th{
    padding:12px 0!important;

    color:#777!important;

    border:0!important;
    border-bottom:1px solid #ddd!important;

    font-size:9px!important;
    font-weight:500!important;
    letter-spacing:.08em!important;
    text-transform:uppercase!important;
}

body.woocommerce-checkout table.shop_table th,
body.woocommerce-checkout table.shop_table td{
    padding:15px 0!important;

    background:transparent!important;

    border:0!important;
    border-bottom:1px solid #ddd!important;

    color:#111!important;

    font-size:11px!important;
    line-height:1.45!important;
}

body.woocommerce-checkout table.shop_table td.product-total,
body.woocommerce-checkout table.shop_table tfoot td{
    text-align:right!important;
    white-space:nowrap!important;
}

body.woocommerce-checkout table.shop_table .product-name{
    padding-right:16px!important;
}

body.woocommerce-checkout table.shop_table .product-quantity{
    color:#777!important;
}

body.woocommerce-checkout .order-total th,
body.woocommerce-checkout .order-total td{
    font-size:15px!important;
    font-weight:600!important;
}

body.woocommerce-checkout #payment{
    margin:26px 0 0!important;
    padding:0!important;

    background:transparent!important;

    border:0!important;
    border-radius:0!important;
}

body.woocommerce-checkout #payment ul.payment_methods{
    margin:0!important;
    padding:0!important;

    border:0!important;
}

body.woocommerce-checkout #payment ul.payment_methods li{
    margin:0!important;
    padding:15px 0!important;

    border-bottom:1px solid #ddd!important;

    color:#111!important;

    font-size:11px!important;
}

body.woocommerce-checkout #payment div.payment_box{
    margin:12px 0 0!important;
    padding:13px!important;

    background:#fff!important;
    color:#555!important;

    border:1px solid #ddd!important;
    border-radius:0!important;

    font-size:10px!important;
    line-height:1.55!important;
}

body.woocommerce-checkout #payment div.payment_box::before{
    display:none!important;
}

body.woocommerce-checkout .place-order{
    padding:26px 0 0!important;
}

body.woocommerce-checkout #place_order{
    width:100%!important;
    min-height:52px!important;

    display:flex!important;
    align-items:center!important;
    justify-content:center!important;

    margin:0!important;
    padding:0 20px!important;

    background:#000!important;
    color:#fff!important;

    border:1px solid #000!important;
    border-radius:0!important;

    box-shadow:none!important;

    font-size:9px!important;
    font-weight:600!important;
    line-height:1!important;

    letter-spacing:.12em!important;
    text-transform:uppercase!important;
}

body.woocommerce-checkout #place_order:hover{
    background:#fff!important;
    color:#000!important;
}

@media(max-width:1100px){

    body.woocommerce-cart .cart-content-wrapper{
        grid-template-columns:minmax(0,1fr) 360px!important;
        gap:28px!important;
    }

    body.woocommerce-checkout form.checkout{
        grid-template-columns:minmax(0,1fr) 380px!important;
        column-gap:40px!important;
    }
}

@media(max-width:767px){

    body.woocommerce-cart .woocommerce,
    body.woocommerce-checkout .woocommerce{
        width:calc(100% - 28px)!important;
        padding:42px 0 60px!important;
    }

    body.woocommerce-cart .woocommerce::before,
    body.woocommerce-checkout form.checkout::before{
        font-size:18px!important;
        margin-bottom:30px!important;
    }

    body.woocommerce-cart .cart-content-wrapper{
        display:block!important;
    }

    body.woocommerce-cart table.shop_table tr.cart_item{
        display:grid!important;
        grid-template-columns:24px 78px minmax(0,1fr)!important;
        column-gap:10px!important;
        row-gap:9px!important;

        padding:16px 0!important;
    }

    body.woocommerce-cart table.shop_table td{
        padding:0!important;
    }

    body.woocommerce-cart td.product-thumbnail{
        width:78px!important;
    }

    body.woocommerce-cart td.product-thumbnail img{
        width:78px!important;
        height:100px!important;
    }

    body.woocommerce-cart td.product-name{
        grid-column:3!important;
    }

    body.woocommerce-cart td.product-price,
    body.woocommerce-cart td.product-quantity,
    body.woocommerce-cart td.product-subtotal{
        grid-column:3!important;
        text-align:left!important;
    }

    body.woocommerce-cart td.actions{
        display:block!important;
        padding-top:20px!important;
    }

    body.woocommerce-cart .coupon{
        width:100%!important;

        display:grid!important;
        grid-template-columns:1fr auto!important;

        float:none!important;
    }

    body.woocommerce-cart .coupon input{
        width:100%!important;
    }

    body.woocommerce-cart button[name="update_cart"]{
        width:100%!important;
        margin-top:10px!important;
        float:none!important;
    }

    body.woocommerce-cart .cart-collaterals{
        margin-top:32px!important;
    }

    body.woocommerce-cart .cart_totals{
        padding:26px 20px!important;
    }

    body.woocommerce-checkout form.checkout{
        display:block!important;
    }

    body.woocommerce-checkout .woocommerce-billing-fields__field-wrapper,
    body.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper{
        grid-template-columns:1fr!important;
    }

    body.woocommerce-checkout .form-row,
    body.woocommerce-checkout .form-row-wide,
    body.woocommerce-checkout #billing_company_field,
    body.woocommerce-checkout #billing_country_field,
    body.woocommerce-checkout #billing_address_1_field,
    body.woocommerce-checkout #billing_address_2_field,
    body.woocommerce-checkout #billing_city_field,
    body.woocommerce-checkout #billing_state_field,
    body.woocommerce-checkout #billing_postcode_field,
    body.woocommerce-checkout #order_comments_field{
        grid-column:1!important;
    }

    body.woocommerce-checkout #order_review_heading{
        margin-top:42px!important;
    }

    body.woocommerce-checkout #order_review,
    body.woocommerce-checkout .checkout-order-review{
        position:static!important;
        margin-top:0!important;
        padding:26px 20px!important;
    }
}

.orre-inside,
.orre-inside-shell,
.orre-inside-track{
    background:#fff !important;
}

.orre-inside{
    color:#111 !important;
}

body.woocommerce-cart td.product-remove a{
    position:relative!important;

    width:28px!important;
    height:28px!important;

    display:flex!important;
    align-items:center!important;
    justify-content:center!important;

    margin:0!important;
    padding:0!important;

    background:transparent!important;
    color:transparent!important;

    border:0!important;
    border-radius:0!important;

    font-size:0!important;
    line-height:1!important;

    box-shadow:none!important;
}

body.woocommerce-cart td.product-remove a::before,
body.woocommerce-cart td.product-remove a::after{
    content:""!important;

    position:absolute!important;
    top:50%!important;
    left:50%!important;

    width:14px!important;
    height:1.5px!important;

    background:#111!important;

    transform-origin:center!important;
}

body.woocommerce-cart td.product-remove a::before{
    transform:translate(-50%,-50%) rotate(45deg)!important;
}

body.woocommerce-cart td.product-remove a::after{
    transform:translate(-50%,-50%) rotate(-45deg)!important;
}

body.woocommerce-cart table.shop_table tr.cart_item{
    min-height:160px!important;
}

body.woocommerce-cart table.shop_table td{
    padding-top:26px!important;
    padding-bottom:26px!important;
}

body.woocommerce-cart td.product-remove{
    width:46px!important;
    padding-left:4px!important;
    padding-right:8px!important;
}

body.woocommerce-cart td.product-thumbnail{
    width:118px!important;
}

body.woocommerce-cart td.product-thumbnail img{
    width:96px!important;
    height:124px!important;

    object-fit:cover!important;
}

body.woocommerce-cart td.product-name{
    padding-left:6px!important;
}

body.woocommerce-cart td.product-name a{
    font-size:12px!important;
    font-weight:500!important;
    letter-spacing:.01em!important;
}

body.woocommerce-cart .quantity{
    width:104px!important;
    height:42px!important;
}

body.woocommerce-cart td.product-subtotal{
    padding-right:14px!important;
}

body.woocommerce-cart td.actions{
    padding:28px 16px 0!important;
}

body.woocommerce-cart .coupon{
    gap:10px!important;
}

body.woocommerce-cart .coupon input{
    width:230px!important;
}

body.woocommerce-cart .coupon button{
    min-width:170px!important;
}

body.woocommerce-cart button[name="update_cart"]

body.woocommerce-cart .cart_totals,
body.woocommerce-cart .cart_totals table,
body.woocommerce-cart .cart_totals tbody,
body.woocommerce-cart .cart_totals tr,
body.woocommerce-cart .cart_totals th,
body.woocommerce-cart .cart_totals td{
    background:transparent !important;
}

body.woocommerce-cart .cart_totals table{
    border:0 !important;
    box-shadow:none !important;
}

body.woocommerce-cart .cart_totals tr{
    border:0 !important;
}

body.woocommerce-cart .cart_totals th,
body.woocommerce-cart .cart_totals td{
    border-left:0 !important;
    border-right:0 !important;
}

body.woocommerce-cart .cart_totals tr:not(:last-child) th,
body.woocommerce-cart .cart_totals tr:not(:last-child) td{
    border-bottom:1px solid #dedede !important;
}

body.woocommerce-cart .cart_totals{
    background:#f7f7f6 !important;
}

body.woocommerce-cart .cart_totals .shop_table,
body.woocommerce-cart .cart_totals .shop_table tbody,
body.woocommerce-cart .cart_totals .shop_table tr,
body.woocommerce-cart .cart_totals .shop_table th,
body.woocommerce-cart .cart_totals .shop_table td,
body.woocommerce-cart .cart_totals table,
body.woocommerce-cart .cart_totals tbody,
body.woocommerce-cart .cart_totals tr,
body.woocommerce-cart .cart_totals th,
body.woocommerce-cart .cart_totals td{
    background-color:transparent !important;
    background-image:none !important;
    box-shadow:none !important;
}

body.woocommerce-cart .cart_totals .shop_table *{
    background-color:transparent !important;
    background-image:none !important;
}

body.woocommerce-cart .cart_totals th,
body.woocommerce-cart .cart_totals td{
    border-left:0 !important;
    border-right:0 !important;
}

body.woocommerce-cart .cart_totals tr{
    border-bottom:1px solid #dedede !important;
}

body.woocommerce-cart .cart_totals tr:last-child{
    border-bottom:0 !important;
}

body.woocommerce-cart .cart_totals .cart-subtotal th,
body.woocommerce-cart .cart_totals .cart-subtotal td,
body.woocommerce-cart .cart_totals .order-total th,
body.woocommerce-cart .cart_totals .order-total td{
    background:transparent !important;
}

body.woocommerce-cart .cart_totals .checkout-button{
    background:#000 !important;
    color:#fff !important;
}

.orre-home-v3,
.orre-collection-page,
.orre-pdp-final,
.orre-inside,
body.woocommerce-cart .woocommerce,
body.woocommerce-checkout .woocommerce{
    font-family:Arial,Helvetica,sans-serif!important;
    -webkit-font-smoothing:antialiased!important;
    text-rendering:optimizeLegibility!important;
}

.orre-home-section-header{
    padding-top:48px!important;
    padding-bottom:34px!important;
}

.orre-home-section-header h1,
.orre-home-section-header h2{
    font-size:26px!important;
    font-weight:600!important;
    line-height:1.12!important;
    letter-spacing:.075em!important;
}

.orre-home-section-header > a{
    font-size:10px!important;
    font-weight:600!important;
    letter-spacing:.10em!important;
}

.orre-home-product-name{
    font-size:12px!important;
    font-weight:600!important;
    line-height:1.42!important;
    letter-spacing:.018em!important;
}

.orre-home-product-price{
    margin-top:6px!important;
    font-size:11.5px!important;
    font-weight:500!important;
    line-height:1.4!important;
}

.orre-home-product-info{
    padding:12px 13px 2px!important;
}

.orre-home-product-media,
.orre-collection-card-media,
.orre-pdp-final-related-image{
    aspect-ratio:4/5!important;
}

.orre-home-product-media img,
.orre-collection-card-media img,
.orre-pdp-final-related-image img{
    object-fit:cover!important;
    object-position:center!important;
}

.orre-home-editorial-overlay > span{
    font-size:10px!important;
    font-weight:700!important;
}

.orre-home-editorial-overlay h2{
    font-weight:500!important;
    line-height:1.02!important;
    letter-spacing:-.025em!important;
}

.orre-inside,
.orre-inside-shell,
.orre-inside-track{
    background:#fff!important;
}

.orre-inside-head{
    padding-top:4px!important;
    padding-bottom:38px!important;
}

.orre-inside-head h2{
    font-size:32px!important;
    font-weight:600!important;
    line-height:1.08!important;
    letter-spacing:.065em!important;
}

.orre-inside-video{
    position:absolute!important;
    inset:0!important;
    width:100%!important;
    height:100%!important;
    display:block!important;
    object-fit:cover!important;
    object-position:center!important;
}

.orre-inside-placeholder{
    position:absolute!important;
    inset:0!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    background:#d7d7d7!important;
    color:#fff!important;
    font-size:11px!important;
    font-weight:600!important;
    letter-spacing:.08em!important;
}

.orre-collection-title-wrap h1{
    font-size:30px!important;
    font-weight:600!important;
    line-height:1.1!important;
    letter-spacing:.075em!important;
}

.orre-collection-description{
    font-size:12px!important;
    line-height:1.65!important;
}

.orre-collection-subcats a,
.orre-filter-open,
.orre-result-count,
.orre-collection-sort select{
    font-weight:600!important;
}

.orre-collection-product-name{
    font-size:12px!important;
    font-weight:600!important;
    line-height:1.42!important;
}

.orre-collection-product-price{
    margin-top:6px!important;
    font-size:11.5px!important;
    font-weight:500!important;
}

.orre-pdp-final-title{
    font-size:31px!important;
    font-weight:600!important;
    line-height:1.08!important;
    letter-spacing:.005em!important;
}

.orre-pdp-final-price{
    font-size:19px!important;
    font-weight:600!important;
}

.orre-pdp-final-detail summary > span:first-child{
    font-size:11px!important;
    font-weight:600!important;
}

.orre-pdp-final-detail-content{
    font-size:12px!important;
    line-height:1.75!important;
}

.orre-pdp-final-related-head h2{
    font-size:22px!important;
    font-weight:600!important;
}

body.woocommerce-cart .woocommerce::before{
    font-size:28px!important;
    font-weight:600!important;
}

body.woocommerce-cart td.product-name a{
    font-size:13px!important;
    font-weight:600!important;
}

body.woocommerce-cart td.product-price,
body.woocommerce-cart td.product-subtotal{
    font-size:12.5px!important;
    font-weight:600!important;
}

body.woocommerce-cart .cart_totals h2{
    font-size:18px!important;
    font-weight:600!important;
}

body.woocommerce-cart .cart_totals,
body.woocommerce-cart .cart_totals .shop_table,
body.woocommerce-cart .cart_totals .shop_table tbody,
body.woocommerce-cart .cart_totals .shop_table tr,
body.woocommerce-cart .cart_totals .shop_table th,
body.woocommerce-cart .cart_totals .shop_table td,
body.woocommerce-cart .cart_totals .shop_table *{
    background-color:transparent!important;
    background-image:none!important;
    box-shadow:none!important;
}

body.woocommerce-cart .cart_totals{
    background:#f7f7f6!important;
}

body.woocommerce-checkout form.checkout::before{
    font-size:28px!important;
    font-weight:600!important;
}

body.woocommerce-checkout .woocommerce-billing-fields > h3,
body.woocommerce-checkout .woocommerce-shipping-fields h3,
body.woocommerce-checkout #order_review_heading,
body.woocommerce-checkout .checkout-order-review > h3{
    font-size:17px!important;
    font-weight:600!important;
}

body.woocommerce-checkout .form-row label{
    font-size:11px!important;
    font-weight:600!important;
}

body.woocommerce-checkout input.input-text,
body.woocommerce-checkout textarea,
body.woocommerce-checkout select,
body.woocommerce-checkout .select2-container .select2-selection{
    font-size:12px!important;
}

footer h1,
footer h2,
footer h3,
footer h4,
footer h5,
footer h6,
.site-footer h1,
.site-footer h2,
.site-footer h3,
.site-footer h4,
.site-footer h5,
.site-footer h6,
.footer-widget-title,
.widget-title{
    font-size:12px!important;
    font-weight:700!important;
}

footer p,
.site-footer p,
footer a,
.site-footer a{
    font-size:12px!important;
    line-height:1.7!important;
}

@media(max-width:1024px){
    .orre-home-section-header h1,
    .orre-home-section-header h2{
        font-size:22px!important;
    }

    .orre-inside-head h2{
        font-size:28px!important;
    }

    .orre-collection-title-wrap h1{
        font-size:27px!important;
    }
}

@media(max-width:767px){
    .orre-home-section-header{
        padding-top:34px!important;
        padding-bottom:25px!important;
    }

    .orre-home-section-header h1,
    .orre-home-section-header h2{
        font-size:18px!important;
        font-weight:600!important;
    }

    .orre-home-product-name,
    .orre-collection-product-name{
        font-size:10.5px!important;
    }

    .orre-home-product-price,
    .orre-collection-product-price{
        font-size:10px!important;
    }

    .orre-inside-head h2{
        font-size:24px!important;
    }

    .orre-collection-title-wrap h1{
        font-size:23px!important;
    }

    .orre-pdp-final-title{
        font-size:24px!important;
    }

    .orre-pdp-final-related-head h2{
        font-size:17px!important;
    }

    body.woocommerce-cart .woocommerce::before,
    body.woocommerce-checkout form.checkout::before{
        font-size:20px!important;
    }
}

body.home .orre-nav-header{
    position:sticky!important;
    top:0!important;
    left:auto!important;
    right:auto!important;
    height:64px!important;
    background:rgba(0,0,0,.92)!important;
    backdrop-filter:blur(12px)!important;
    -webkit-backdrop-filter:blur(12px)!important;
}

body.home .orre-nav-inner{
    height:64px!important;
}

body.home .orre-home-hero{
    padding-top:0!important;
    min-height:calc(100vh - 64px)!important;
}

body.home .orre-home-hero-bg{
    inset:0!important;
    background-position:center center!important;
}

.orre-global-categories{
    position:relative!important;
    z-index:9990!important;

    width:100%!important;

    padding:12px 18px!important;

    background:#fff!important;

    border-bottom:1px solid #e8e8e8!important;
}

.orre-global-categories-track{
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;

    gap:8px!important;

    width:100%!important;

    overflow-x:auto!important;

    scrollbar-width:none!important;
    -ms-overflow-style:none!important;
}

.orre-global-categories-track::-webkit-scrollbar{
    display:none!important;
}

.orre-global-categories a{
    flex:0 0 auto!important;

    min-height:34px!important;

    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;

    padding:0 16px!important;

    background:#fff!important;
    color:#111!important;

    border:1px solid #d8d8d8!important;
    border-radius:999px!important;

    font-family:Arial,Helvetica,sans-serif!important;
    font-size:10px!important;
    font-weight:600!important;
    line-height:1!important;

    letter-spacing:.09em!important;
    text-transform:uppercase!important;

    transition:all .22s ease!important;
}

.orre-global-categories a:hover{
    background:#000!important;
    color:#fff!important;
    border-color:#000!important;
}

.orre-collection-subcats{
    justify-content:center!important;
    flex-wrap:wrap!important;
    gap:8px!important;
}

.orre-collection-subcats a{
    min-height:35px!important;

    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;

    padding:0 17px 0!important;

    background:#fff!important;
    color:#333!important;

    border:1px solid #ddd!important;
    border-radius:999px!important;

    font-size:10px!important;
    font-weight:600!important;

    letter-spacing:.09em!important;
}

.orre-collection-subcats a.active,
.orre-collection-subcats a:hover{
    background:#000!important;
    color:#fff!important;
    border-color:#000!important;
}

.orre-home-section-header{
    position:relative!important;

    flex-direction:column!important;
    align-items:center!important;
    justify-content:center!important;

    gap:16px!important;

    padding:54px 24px 36px!important;

    text-align:center!important;
}

.orre-home-section-header h1,
.orre-home-section-header h2,
.orre-collection-title-wrap h1,
.orre-pdp-final-related-head h2{
    position:relative!important;

    margin:0!important;
    padding:0 0 19px!important;

    color:#0d0d0d!important;

    font-family:Arial,Helvetica,sans-serif!important;
    font-weight:700!important;
    line-height:1.05!important;

    letter-spacing:.07em!important;
    text-transform:uppercase!important;
    text-align:center!important;
}

.orre-home-section-header h1,
.orre-home-section-header h2{
    font-size:clamp(24px,2vw,34px)!important;
}

.orre-collection-title-wrap h1{
    font-size:clamp(28px,2.4vw,40px)!important;
}

.orre-pdp-final-related-head{
    padding:68px 24px 38px!important;
    text-align:center!important;
}

.orre-pdp-final-related-head h2{
    display:inline-block!important;
    font-size:clamp(25px,2.1vw,36px)!important;
}

.orre-home-section-header h1::after,
.orre-home-section-header h2::after,
.orre-collection-title-wrap h1::after,
.orre-pdp-final-related-head h2::after{
    content:""!important;

    position:absolute!important;
    left:50%!important;
    bottom:0!important;

    width:48px!important;
    height:3px!important;

    background:#b8b8b8!important;

    transform:translateX(-50%)!important;
}

.orre-heading-kicker{
    display:block!important;

    margin:0 0 10px!important;

    color:#777!important;

    font-size:9px!important;
    font-weight:700!important;
    line-height:1!important;

    letter-spacing:.18em!important;
    text-transform:uppercase!important;
}

.orre-home-section-header .orre-section-cta,
.orre-home-section-header > a{
    min-height:40px!important;

    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;

    margin:0!important;
    padding:0 22px!important;

    background:#fff!important;
    color:#111!important;

    border:1px solid #111!important;
    border-radius:999px!important;

    font-size:10px!important;
    font-weight:700!important;
    line-height:1!important;

    letter-spacing:.11em!important;
    text-transform:uppercase!important;

    transition:all .22s ease!important;
}

.orre-home-section-header .orre-section-cta:hover,
.orre-home-section-header > a:hover{
    background:#000!important;
    color:#fff!important;
}

.orre-slider-shell{
    position:relative!important;
    width:100%!important;
}

.orre-product-slider{
    display:flex!important;
    grid-template-columns:none!important;

    gap:1px!important;

    width:100%!important;

    overflow-x:auto!important;
    overflow-y:hidden!important;

    scroll-snap-type:x mandatory!important;
    scroll-behavior:smooth!important;

    scrollbar-width:none!important;
    -ms-overflow-style:none!important;
}

.orre-product-slider::-webkit-scrollbar{
    display:none!important;
}

.orre-product-slider > .orre-home-product,
.orre-product-slider > .orre-pdp-final-related-card{
    flex:0 0 25%!important;
    min-width:0!important;

    scroll-snap-align:start!important;
}

.orre-home-product-name,
.orre-pdp-final-related-info a{
    font-size:12px!important;
    font-weight:600!important;
    line-height:1.4!important;
    letter-spacing:.018em!important;
}

.orre-home-product-price,
.orre-pdp-final-related-info span{
    font-size:11.5px!important;
    font-weight:500!important;
}

.orre-slider-arrow{
    position:absolute!important;
    top:50%!important;

    z-index:15!important;

    width:50px!important;
    height:50px!important;

    display:flex!important;
    align-items:center!important;
    justify-content:center!important;

    margin:0!important;
    padding:0!important;

    background:rgba(255,255,255,.96)!important;
    color:#111!important;

    border:1px solid rgba(0,0,0,.16)!important;
    border-radius:999px!important;

    box-shadow:0 4px 18px rgba(0,0,0,.10)!important;

    transform:translateY(-50%)!important;

    cursor:pointer!important;

    transition:all .2s ease!important;
}

.orre-slider-prev{
    left:20px!important;
}

.orre-slider-next{
    right:20px!important;
}

.orre-slider-arrow:hover{
    background:#000!important;
    color:#fff!important;
    border-color:#000!important;
}

.orre-slider-arrow span{
    position:relative!important;

    display:block!important;

    width:14px!important;
    height:14px!important;
}

.orre-slider-arrow span::before{
    content:""!important;

    position:absolute!important;
    top:50%!important;
    left:50%!important;

    width:8px!important;
    height:8px!important;

    border-top:1.8px solid currentColor!important;
    border-right:1.8px solid currentColor!important;
}

.orre-slider-next span::before{
    transform:translate(-65%,-50%) rotate(45deg)!important;
}

.orre-slider-prev span::before{
    transform:translate(-35%,-50%) rotate(-135deg)!important;
}

.orre-pdp-final-related-grid{
    grid-template-columns:none!important;
}

.orre-related-slider-shell{
    padding-bottom:4px!important;
}

body.tax-product_cat .orre-collection-page,
body.single-product .orre-single-product-page{
    scroll-margin-top:120px!important;
}

body.single-product .orre-pdp-final-summary-inner{
    top:118px!important;
}

@media(max-width:1024px){

    .orre-product-slider > .orre-home-product,
    .orre-product-slider > .orre-pdp-final-related-card{
        flex-basis:33.333333%!important;
    }

    .orre-global-categories-track{
        justify-content:flex-start!important;
    }
}

@media(max-width:767px){

    .orre-global-categories{
        padding:9px 10px!important;
    }

    .orre-global-categories a{
        min-height:32px!important;
        padding:0 13px!important;
        font-size:9px!important;
    }

    .orre-home-section-header{
        padding:38px 14px 28px!important;
        gap:13px!important;
    }

    .orre-home-section-header h1,
    .orre-home-section-header h2{
        font-size:21px!important;
    }

    .orre-collection-title-wrap h1{
        font-size:25px!important;
    }

    .orre-pdp-final-related-head{
        padding:50px 14px 28px!important;
    }

    .orre-pdp-final-related-head h2{
        font-size:22px!important;
    }

    .orre-home-section-header .orre-section-cta,
    .orre-home-section-header > a{
        min-height:36px!important;
        padding:0 17px!important;
        font-size:9px!important;
    }

    .orre-product-slider > .orre-home-product,
    .orre-product-slider > .orre-pdp-final-related-card{
        flex-basis:78vw!important;
        max-width:330px!important;
    }

    .orre-slider-arrow{
        display:none!important;
    }

    body.single-product .orre-pdp-final-summary-inner{
        top:auto!important;
    }
}

.orre-global-categories{
    display:none!important;
}

.orre-collection-subcats{
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    flex-wrap:wrap!important;

    gap:10px!important;

    margin-top:30px!important;
}

.orre-collection-subcats a{
    min-width:86px!important;
    min-height:40px!important;

    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;

    padding:0 18px!important;

    background:#000!important;
    color:#fff!important;

    border:1px solid #000!important;
    border-radius:0!important;

    box-shadow:none!important;

    font-family:Arial,Helvetica,sans-serif!important;
    font-size:10px!important;
    font-weight:700!important;
    line-height:1!important;

    letter-spacing:.11em!important;
    text-transform:uppercase!important;

    transition:
        background .2s ease,
        color .2s ease,
        border-color .2s ease!important;
}

.orre-collection-subcats a.active{
    background:#fff!important;
    color:#000!important;
    border-color:#000!important;
}

.orre-collection-subcats a:hover{
    background:#222!important;
    color:#fff!important;
    border-color:#222!important;
}

.orre-collection-subcats a.active:hover{
    background:#000!important;
    color:#fff!important;
}

.orre-product-slider,
[data-orre-slider]{
    overscroll-behavior-x:contain!important;
    overscroll-behavior-y:auto!important;
}

[data-orre-slider]{
    cursor:grab!important;
}

[data-orre-slider].is-dragging{
    cursor:grabbing!important;
    user-select:none!important;
}

@media(max-width:767px){

    .orre-collection-subcats{
        justify-content:flex-start!important;
        flex-wrap:nowrap!important;

        gap:7px!important;

        overflow-x:auto!important;

        padding:0 14px 4px!important;

        scrollbar-width:none!important;
    }

    .orre-collection-subcats::-webkit-scrollbar{
        display:none!important;
    }

    .orre-collection-subcats a{
        flex:0 0 auto!important;

        min-width:74px!important;
        min-height:36px!important;

        padding:0 14px!important;

        font-size:9px!important;
    }
}

.orre-home-section-header > a,
.orre-home-section-header .orre-section-cta,
.orre-front-more a{
    min-height:42px!important;

    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;

    padding:0 24px!important;

    background:#000!important;
    color:#fff!important;

    border:1px solid #000!important;
    border-radius:0!important;

    box-shadow:none!important;

    font-family:Arial,Helvetica,sans-serif!important;
    font-size:10px!important;
    font-weight:700!important;
    line-height:1!important;

    letter-spacing:.11em!important;
    text-transform:uppercase!important;

    transition:all .2s ease!important;
}

.orre-home-section-header > a:hover,
.orre-home-section-header .orre-section-cta:hover,
.orre-front-more a:hover{
    background:#fff!important;
    color:#000!important;
    border-color:#000!important;
}

.orre-collection-subcats a{
    background:#fff!important;
    color:#333!important;

    border:1px solid #ddd!important;
    border-radius:999px!important;
}

.orre-collection-subcats a.active{
    background:#000!important;
    color:#fff!important;
    border-color:#000!important;
}

body.post-type-archive-product,
body.post-type-archive-product #page,
body.post-type-archive-product .website-wrapper,
body.post-type-archive-product .main-page-wrapper,
body.post-type-archive-product .site-content,
body.post-type-archive-product .orre-shop-page{
    background:#fff!important;
}

body.post-type-archive-product .page-title,
body.post-type-archive-product .wd-page-title,
body.post-type-archive-product .woocommerce-breadcrumb,
body.post-type-archive-product .wd-breadcrumbs,
body.post-type-archive-product .shop-loop-head,
body.post-type-archive-product .wd-shop-tools,
body.post-type-archive-product .wd-show-sidebar-btn,
body.post-type-archive-product .wd-products-shop-view,
body.post-type-archive-product .wd-products-per-page,
body.post-type-archive-product .area-sidebar-shop{
    display:none!important;
}

body.post-type-archive-product .main-page-wrapper,
body.post-type-archive-product .site-content{
    width:100%!important;
    max-width:none!important;
    margin:0!important;
    padding:0!important;
}

.orre-shop-head{
    width:100%!important;
    padding:58px 24px 38px!important;
    text-align:center!important;
    background:#fff!important;
}

.orre-shop-head-inner{
    display:flex!important;
    flex-direction:column!important;
    align-items:center!important;
    justify-content:center!important;
}

.orre-shop-head .orre-heading-kicker{
    display:block!important;
    margin-bottom:11px!important;
    color:#777!important;
    font-size:9px!important;
    font-weight:700!important;
    letter-spacing:.18em!important;
    text-transform:uppercase!important;
}

.orre-shop-head h1{
    position:relative!important;
    margin:0!important;
    padding:0 0 20px!important;
    color:#111!important;
    font-family:Arial,Helvetica,sans-serif!important;
    font-size:clamp(28px,2.5vw,40px)!important;
    font-weight:700!important;
    line-height:1.05!important;
    letter-spacing:.075em!important;
    text-transform:uppercase!important;
}

.orre-shop-head h1::after{
    content:""!important;
    position:absolute!important;
    left:50%!important;
    bottom:0!important;
    width:48px!important;
    height:3px!important;
    background:#b8b8b8!important;
    transform:translateX(-50%)!important;
}

.orre-shop-toolbar{
    display:flex!important;
    align-items:center!important;
    justify-content:space-between!important;
    gap:20px!important;
    width:100%!important;
    padding:15px 28px!important;
    background:#fff!important;
    border-top:1px solid #e9e9e9!important;
    border-bottom:1px solid #e9e9e9!important;
}

.orre-shop-toolbar-left{
    display:flex!important;
    align-items:center!important;
    gap:18px!important;
}

.orre-shop-filter-open{
    display:inline-flex!important;
    align-items:center!important;
    gap:9px!important;
    min-height:38px!important;
    padding:0 16px!important;
    background:#000!important;
    color:#fff!important;
    border:1px solid #000!important;
    border-radius:0!important;
    box-shadow:none!important;
    font-size:9px!important;
    font-weight:700!important;
    letter-spacing:.11em!important;
    text-transform:uppercase!important;
}

.orre-shop-filter-plus{
    position:relative!important;
    width:11px!important;
    height:11px!important;
}

.orre-shop-filter-plus::before,
.orre-shop-filter-plus::after{
    content:""!important;
    position:absolute!important;
    top:50%!important;
    left:50%!important;
    background:#fff!important;
    transform:translate(-50%,-50%)!important;
}

.orre-shop-filter-plus::before{
    width:10px!important;
    height:1px!important;
}

.orre-shop-filter-plus::after{
    width:1px!important;
    height:10px!important;
}

.orre-shop-count{
    color:#777!important;
    font-size:9px!important;
    font-weight:600!important;
    letter-spacing:.08em!important;
}

.orre-shop-sort .woocommerce-ordering{
    margin:0!important;
}

.orre-shop-sort select{
    min-width:165px!important;
    height:38px!important;
    padding:0 30px 0 10px!important;
    background:#fff!important;
    color:#111!important;
    border:1px solid #ddd!important;
    border-radius:0!important;
    box-shadow:none!important;
    font-size:9px!important;
    font-weight:600!important;
    letter-spacing:.07em!important;
    text-transform:uppercase!important;
}

.orre-shop-products{
    width:100%!important;
    padding:0 0 72px!important;
    background:#fff!important;
}

.orre-shop-grid{
    display:grid!important;
    grid-template-columns:repeat(4,minmax(0,1fr))!important;
    gap:1px!important;
    width:100%!important;
}

.orre-shop-card{
    min-width:0!important;
    padding-bottom:24px!important;
    background:#fff!important;
}

.orre-shop-card-media{
    position:relative!important;
    display:block!important;
    width:100%!important;
    aspect-ratio:4/5!important;
    overflow:hidden!important;
    background:#f3efed!important;
}

.orre-shop-card-media img{
    position:absolute!important;
    inset:0!important;
    display:block!important;
    width:100%!important;
    height:100%!important;
    object-fit:cover!important;
    object-position:center!important;
    transition:opacity .3s ease,transform .4s ease!important;
}

.orre-shop-main-image{
    z-index:1!important;
    opacity:1!important;
}

.orre-shop-hover-image{
    z-index:2!important;
    opacity:0!important;
}

.orre-shop-card:hover .orre-shop-main-image{
    opacity:0!important;
}

.orre-shop-card:hover .orre-shop-hover-image{
    opacity:1!important;
    transform:scale(1.01)!important;
}

.orre-shop-sale{
    position:absolute!important;
    top:10px!important;
    left:10px!important;
    z-index:5!important;
    padding:5px 7px!important;
    background:#000!important;
    color:#fff!important;
    font-size:8px!important;
    font-weight:700!important;
    letter-spacing:.10em!important;
}

.orre-shop-card-info{
    padding:11px 12px 0!important;
}

.orre-shop-product-name{
    display:block!important;
    color:#111!important;
    font-size:12px!important;
    font-weight:600!important;
    line-height:1.42!important;
    letter-spacing:.018em!important;
    text-transform:uppercase!important;
}

.orre-shop-product-price{
    margin-top:6px!important;
    color:#111!important;
    font-size:11.5px!important;
    font-weight:500!important;
}

.orre-shop-filter-overlay{
    position:fixed!important;
    inset:0!important;
    z-index:100020!important;
    background:rgba(0,0,0,.38)!important;
    opacity:0!important;
    visibility:hidden!important;
    transition:.25s ease!important;
}

.orre-shop-filter-overlay.open{
    opacity:1!important;
    visibility:visible!important;
}

.orre-shop-filter-drawer{
    position:fixed!important;
    top:0!important;
    left:0!important;
    z-index:100021!important;
    width:min(390px,92vw)!important;
    height:100vh!important;
    overflow-y:auto!important;
    background:#fff!important;
    color:#111!important;
    transform:translateX(-102%)!important;
    transition:transform .35s cubic-bezier(.77,0,.18,1)!important;
}

.orre-shop-filter-drawer.open{
    transform:translateX(0)!important;
}

.orre-shop-filter-head{
    height:68px!important;
    display:flex!important;
    align-items:center!important;
    justify-content:space-between!important;
    padding:0 22px!important;
    border-bottom:1px solid #e7e7e7!important;
    font-size:10px!important;
    font-weight:700!important;
    letter-spacing:.12em!important;
}

.orre-shop-filter-head button{
    position:relative!important;
    width:28px!important;
    height:28px!important;
    padding:0!important;
    background:transparent!important;
    border:0!important;
}

.orre-shop-filter-head button span{
    position:absolute!important;
    top:50%!important;
    left:50%!important;
    width:16px!important;
    height:1.5px!important;
    background:#111!important;
}

.orre-shop-filter-head button span:first-child{
    transform:translate(-50%,-50%) rotate(45deg)!important;
}

.orre-shop-filter-head button span:last-child{
    transform:translate(-50%,-50%) rotate(-45deg)!important;
}

.orre-shop-filter-body{
    padding:18px 22px 40px!important;
}

.orre-shop-filter-body .widget{
    margin:0!important;
    padding:18px 0!important;
    border-bottom:1px solid #eee!important;
}

.orre-shop-filter-body .widget-title{
    margin:0 0 14px!important;
    color:#111!important;
    font-size:10px!important;
    font-weight:700!important;
    letter-spacing:.10em!important;
    text-transform:uppercase!important;
}

.orre-shop-filter-body a,
.orre-shop-filter-body li,
.orre-shop-filter-body label,
.orre-shop-filter-body span{
    color:#555!important;
    font-size:11px!important;
}

.orre-shop-pagination{
    padding:42px 20px 0!important;
    text-align:center!important;
}

.orre-shop-pagination .page-numbers{
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    min-width:34px!important;
    height:34px!important;
    margin:0 2px!important;
    background:#fff!important;
    color:#111!important;
    border:1px solid #ddd!important;
    font-size:10px!important;
}

.orre-shop-pagination .page-numbers.current,
.orre-shop-pagination .page-numbers:hover{
    background:#000!important;
    color:#fff!important;
    border-color:#000!important;
}

@media(max-width:1024px){

    .orre-shop-grid{
        grid-template-columns:repeat(3,minmax(0,1fr))!important;
    }
}

@media(max-width:767px){

    .orre-shop-head{
        padding:40px 14px 28px!important;
    }

    .orre-shop-head h1{
        font-size:24px!important;
    }

    .orre-shop-toolbar{
        padding:12px 14px!important;
    }

    .orre-shop-count{
        display:none!important;
    }

    .orre-shop-sort select{
        min-width:125px!important;
        font-size:8px!important;
    }

    .orre-shop-grid{
        grid-template-columns:repeat(2,minmax(0,1fr))!important;
    }

    .orre-shop-card-info{
        padding:8px 7px 0!important;
    }

    .orre-shop-product-name{
        font-size:10.5px!important;
    }

    .orre-shop-product-price{
        font-size:10px!important;
    }
}

body.post-type-archive-product,
body.post-type-archive-product #page,
body.post-type-archive-product .website-wrapper,
body.post-type-archive-product .main-page-wrapper,
body.post-type-archive-product .site-content,
body.post-type-archive-product .orre-shop-pro{
    background:#fff!important;
}

body.post-type-archive-product .main-page-wrapper,
body.post-type-archive-product .site-content,
body.post-type-archive-product .container{
    width:100%!important;
    max-width:none!important;

    margin:0!important;
    padding:0!important;
}

body.post-type-archive-product .page-title,
body.post-type-archive-product .wd-page-title,
body.post-type-archive-product .woocommerce-breadcrumb,
body.post-type-archive-product .wd-breadcrumbs,
body.post-type-archive-product .shop-loop-head,
body.post-type-archive-product .wd-shop-tools,
body.post-type-archive-product .wd-show-sidebar-btn,
body.post-type-archive-product .wd-products-shop-view,
body.post-type-archive-product .wd-products-per-page,
body.post-type-archive-product .area-sidebar-shop{
    display:none!important;
}

.orre-shop-pro{
    width:100%!important;

    color:#111!important;

    font-family:Arial,Helvetica,sans-serif!important;
}

.orre-shop-pro-hero{
    width:100%!important;

    padding:76px 24px 58px!important;

    background:#fff!important;

    border-bottom:1px solid #e8e8e8!important;
}

.orre-shop-pro-hero-inner{
    width:min(820px,100%)!important;

    display:flex!important;
    flex-direction:column!important;
    align-items:center!important;

    margin:0 auto!important;

    text-align:center!important;
}

.orre-shop-pro-kicker{
    margin-bottom:13px!important;

    color:#777!important;

    font-size:9px!important;
    font-weight:700!important;
    line-height:1!important;

    letter-spacing:.22em!important;
    text-transform:uppercase!important;
}

.orre-shop-pro-hero h1{
    position:relative!important;

    margin:0!important;
    padding:0 0 21px!important;

    color:#0c0c0c!important;

    font-size:clamp(34px,3.2vw,54px)!important;
    font-weight:700!important;
    line-height:.98!important;

    letter-spacing:.06em!important;
    text-transform:uppercase!important;
}

.orre-shop-pro-hero h1::after{
    content:""!important;

    position:absolute!important;
    left:50%!important;
    bottom:0!important;

    width:52px!important;
    height:3px!important;

    background:#b8b8b8!important;

    transform:translateX(-50%)!important;
}

.orre-shop-pro-hero p{
    max-width:570px!important;

    margin:22px auto 0!important;

    color:#666!important;

    font-size:12px!important;
    font-weight:400!important;
    line-height:1.7!important;
}

.orre-shop-pro-categories{
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    flex-wrap:wrap!important;

    gap:8px!important;

    margin-top:30px!important;
}

.orre-shop-pro-categories a{
    min-width:92px!important;
    min-height:38px!important;

    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;

    padding:0 19px!important;

    background:#fff!important;
    color:#111!important;

    border:1px solid #d6d6d6!important;
    border-radius:999px!important;

    font-size:9px!important;
    font-weight:700!important;
    line-height:1!important;

    letter-spacing:.12em!important;
    text-transform:uppercase!important;

    transition:all .2s ease!important;
}

.orre-shop-pro-categories a.active,
.orre-shop-pro-categories a:hover{
    background:#000!important;
    color:#fff!important;
    border-color:#000!important;
}

.orre-shop-pro-toolbar{
    position:sticky!important;
    top:64px!important;

    z-index:50!important;

    width:100%!important;

    display:flex!important;
    align-items:center!important;
    justify-content:space-between!important;

    gap:20px!important;

    padding:14px 28px!important;

    background:rgba(255,255,255,.96)!important;

    backdrop-filter:blur(10px)!important;
    -webkit-backdrop-filter:blur(10px)!important;

    border-bottom:1px solid #e7e7e7!important;
}

.orre-shop-pro-toolbar-left{
    display:flex!important;
    align-items:center!important;

    gap:16px!important;
}

.orre-shop-pro-filter-open{
    min-height:39px!important;

    display:inline-flex!important;
    align-items:center!important;

    gap:9px!important;

    padding:0 16px!important;

    background:#000!important;
    color:#fff!important;

    border:1px solid #000!important;
    border-radius:0!important;

    box-shadow:none!important;

    font-size:9px!important;
    font-weight:700!important;

    letter-spacing:.12em!important;
    text-transform:uppercase!important;
}

.orre-shop-pro-filter-icon{
    position:relative!important;

    width:14px!important;
    height:11px!important;

    display:block!important;
}

.orre-shop-pro-filter-icon::before,
.orre-shop-pro-filter-icon::after{
    content:""!important;

    position:absolute!important;
    left:0!important;

    height:1px!important;

    background:#fff!important;
}

.orre-shop-pro-filter-icon::before{
    top:2px!important;
    width:14px!important;
}

.orre-shop-pro-filter-icon::after{
    bottom:2px!important;
    width:9px!important;
}

.orre-shop-pro-count{
    color:#777!important;

    font-size:9px!important;
    font-weight:600!important;

    letter-spacing:.08em!important;
}

.orre-shop-pro-sort{
    display:flex!important;
    align-items:center!important;

    gap:9px!important;
}

.orre-shop-pro-sort > span{
    color:#777!important;

    font-size:9px!important;
    font-weight:700!important;

    letter-spacing:.11em!important;
}

.orre-shop-pro-sort .woocommerce-ordering{
    margin:0!important;
}

.orre-shop-pro-sort select{
    min-width:165px!important;
    height:39px!important;

    margin:0!important;
    padding:0 30px 0 12px!important;

    background:#fff!important;
    color:#111!important;

    border:1px solid #d9d9d9!important;
    border-radius:0!important;

    box-shadow:none!important;

    font-size:9px!important;
    font-weight:600!important;

    letter-spacing:.05em!important;
    text-transform:uppercase!important;
}

.orre-shop-pro-products{
    width:100%!important;

    padding:0 0 84px!important;

    background:#fff!important;
}

.orre-shop-pro-grid{
    display:grid!important;
    grid-template-columns:repeat(4,minmax(0,1fr))!important;

    gap:1px!important;

    width:100%!important;
}

.orre-shop-pro-card{
    min-width:0!important;

    background:#fff!important;

    border-bottom:1px solid #eee!important;
}

.orre-shop-pro-card-top{
    position:relative!important;

    width:100%!important;
}

.orre-shop-pro-media{
    position:relative!important;

    display:block!important;

    width:100%!important;
    aspect-ratio:4/5!important;

    overflow:hidden!important;

    background:#f3efed!important;
}

.orre-shop-pro-media img{
    position:absolute!important;
    inset:0!important;

    display:block!important;

    width:100%!important;
    height:100%!important;

    object-fit:cover!important;
    object-position:center!important;

    transition:
        opacity .3s ease,
        transform .45s ease!important;
}

.orre-shop-pro-main-img{
    z-index:1!important;
    opacity:1!important;
}

.orre-shop-pro-hover-img{
    z-index:2!important;
    opacity:0!important;
}

.orre-shop-pro-card:hover .orre-shop-pro-main-img{
    opacity:0!important;
}

.orre-shop-pro-card:hover .orre-shop-pro-hover-img{
    opacity:1!important;
    transform:scale(1.015)!important;
}

.orre-shop-pro-badge{
    position:absolute!important;
    top:12px!important;
    left:12px!important;

    z-index:6!important;

    padding:6px 8px!important;

    background:#000!important;
    color:#fff!important;

    font-size:8px!important;
    font-weight:700!important;

    letter-spacing:.11em!important;
}

.orre-shop-pro-view{
    position:absolute!important;
    left:12px!important;
    right:12px!important;
    bottom:12px!important;

    z-index:7!important;

    min-height:42px!important;

    display:flex!important;
    align-items:center!important;
    justify-content:center!important;

    background:#000!important;
    color:#fff!important;

    font-size:9px!important;
    font-weight:700!important;

    letter-spacing:.12em!important;
    text-transform:uppercase!important;

    opacity:0!important;
    transform:translateY(8px)!important;

    transition:
        opacity .22s ease,
        transform .22s ease!important;
}

.orre-shop-pro-card:hover .orre-shop-pro-view{
    opacity:1!important;
    transform:translateY(0)!important;
}

.orre-shop-pro-sizes{
    width:100%!important;

    display:flex!important;
    align-items:center!important;
    justify-content:space-between!important;

    gap:10px!important;

    padding:9px 12px!important;

    background:#fafafa!important;

    border-bottom:1px solid #ececec!important;
}

.orre-shop-pro-size-label{
    flex:0 0 auto!important;

    color:#999!important;

    font-size:7px!important;
    font-weight:700!important;

    letter-spacing:.11em!important;
}

.orre-shop-pro-size-list{
    display:flex!important;
    align-items:center!important;
    justify-content:flex-end!important;
    flex-wrap:wrap!important;

    gap:4px!important;
}

.orre-shop-pro-size-list span{
    min-width:25px!important;
    height:22px!important;

    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;

    padding:0 4px!important;

    background:#fff!important;
    color:#111!important;

    border:1px solid #ddd!important;

    font-size:7px!important;
    font-weight:600!important;
}

.orre-shop-pro-info{
    display:flex!important;
    align-items:flex-start!important;
    justify-content:space-between!important;

    gap:15px!important;

    min-height:92px!important;

    padding:13px 13px 15px!important;
}

.orre-shop-pro-info-main{
    min-width:0!important;
}

.orre-shop-pro-name{
    display:block!important;

    color:#111!important;

    font-size:12px!important;
    font-weight:700!important;
    line-height:1.38!important;

    letter-spacing:.012em!important;
    text-transform:uppercase!important;
}

.orre-shop-pro-category{
    display:block!important;

    margin-top:5px!important;

    color:#999!important;

    font-size:9px!important;
    font-weight:400!important;
    line-height:1.4!important;
}

.orre-shop-pro-price{
    flex:0 0 auto!important;

    color:#111!important;

    font-size:11.5px!important;
    font-weight:600!important;
    line-height:1.4!important;

    white-space:nowrap!important;
}

.orre-shop-pro-price del{
    color:#aaa!important;
}

.orre-shop-pro-price ins{
    color:#111!important;
    text-decoration:none!important;
}

.orre-shop-pro-filter-overlay{
    position:fixed!important;
    inset:0!important;

    z-index:100020!important;

    background:rgba(0,0,0,.42)!important;

    opacity:0!important;
    visibility:hidden!important;

    transition:.25s ease!important;
}

.orre-shop-pro-filter-overlay.open{
    opacity:1!important;
    visibility:visible!important;
}

.orre-shop-pro-filter-drawer{
    position:fixed!important;
    top:0!important;
    left:0!important;

    z-index:100021!important;

    width:min(410px,92vw)!important;
    height:100vh!important;

    overflow-y:auto!important;

    background:#fff!important;
    color:#111!important;

    transform:translateX(-102%)!important;

    transition:transform .35s cubic-bezier(.77,0,.18,1)!important;
}

.orre-shop-pro-filter-drawer.open{
    transform:translateX(0)!important;
}

.orre-shop-pro-filter-head{
    min-height:80px!important;

    display:flex!important;
    align-items:center!important;
    justify-content:space-between!important;

    gap:20px!important;

    padding:18px 24px!important;

    border-bottom:1px solid #e7e7e7!important;
}

.orre-shop-pro-filter-head > div{
    display:flex!important;
    flex-direction:column!important;

    gap:5px!important;
}

.orre-shop-pro-filter-small{
    color:#999!important;

    font-size:8px!important;
    font-weight:700!important;

    letter-spacing:.15em!important;
}

.orre-shop-pro-filter-head strong{
    color:#111!important;

    font-size:14px!important;
    font-weight:700!important;

    letter-spacing:.08em!important;
}

.orre-shop-pro-filter-head button{
    position:relative!important;

    width:30px!important;
    height:30px!important;

    padding:0!important;

    background:transparent!important;

    border:0!important;
}

.orre-shop-pro-filter-head button span{
    position:absolute!important;
    top:50%!important;
    left:50%!important;

    width:17px!important;
    height:1.5px!important;

    background:#111!important;
}

.orre-shop-pro-filter-head button span:first-child{
    transform:translate(-50%,-50%) rotate(45deg)!important;
}

.orre-shop-pro-filter-head button span:last-child{
    transform:translate(-50%,-50%) rotate(-45deg)!important;
}

.orre-shop-pro-filter-body{
    padding:14px 24px 42px!important;
}

.orre-shop-pro-filter-body .widget{
    margin:0!important;
    padding:20px 0!important;

    border-bottom:1px solid #ededed!important;
}

.orre-shop-pro-filter-body .widget-title,
.orre-shop-pro-filter-body h5{
    margin:0 0 15px!important;

    color:#111!important;

    font-size:10px!important;
    font-weight:700!important;

    letter-spacing:.10em!important;
    text-transform:uppercase!important;
}

.orre-shop-pro-filter-body a,
.orre-shop-pro-filter-body label,
.orre-shop-pro-filter-body li,
.orre-shop-pro-filter-body span{
    color:#555!important;

    font-size:11px!important;
}

.orre-shop-pro-filter-empty{
    color:#777!important;

    font-size:11px!important;
}

.orre-shop-pro-pagination{
    padding:54px 20px 0!important;

    text-align:center!important;
}

.orre-shop-pro-pagination .page-numbers{
    min-width:36px!important;
    height:36px!important;

    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;

    margin:0 2px!important;

    background:#fff!important;
    color:#111!important;

    border:1px solid #ddd!important;

    font-size:10px!important;
    font-weight:600!important;
}

.orre-shop-pro-pagination .page-numbers.current,
.orre-shop-pro-pagination .page-numbers:hover{
    background:#000!important;
    color:#fff!important;
    border-color:#000!important;
}

@media(max-width:1024px){

    .orre-shop-pro-grid{
        grid-template-columns:repeat(3,minmax(0,1fr))!important;
    }

    .orre-shop-pro-info{
        display:block!important;
    }

    .orre-shop-pro-price{
        margin-top:7px!important;
    }
}

@media(max-width:767px){

    .orre-shop-pro-hero{
        padding:48px 16px 36px!important;
    }

    .orre-shop-pro-hero h1{
        font-size:30px!important;
    }

    .orre-shop-pro-hero p{
        font-size:11px!important;
    }

    .orre-shop-pro-categories{
        margin-top:24px!important;
    }

    .orre-shop-pro-categories a{
        min-width:78px!important;
        min-height:35px!important;

        padding:0 15px!important;

        font-size:8px!important;
    }

    .orre-shop-pro-toolbar{
        top:62px!important;

        padding:10px 12px!important;
    }

    .orre-shop-pro-count,
    .orre-shop-pro-sort > span{
        display:none!important;
    }

    .orre-shop-pro-sort select{
        min-width:125px!important;
        height:37px!important;

        font-size:8px!important;
    }

    .orre-shop-pro-filter-open{
        min-height:37px!important;
        padding:0 13px!important;
    }

    .orre-shop-pro-grid{
        grid-template-columns:repeat(2,minmax(0,1fr))!important;
    }

    .orre-shop-pro-view{
        display:none!important;
    }

    .orre-shop-pro-sizes{
        display:none!important;
    }

    .orre-shop-pro-info{
        min-height:82px!important;

        display:block!important;

        padding:9px 8px 13px!important;
    }

    .orre-shop-pro-name{
        font-size:10px!important;
    }

    .orre-shop-pro-category{
        font-size:8px!important;
    }

    .orre-shop-pro-price{
        margin-top:6px!important;

        font-size:10px!important;
    }
}

.orre-shop-pro-pagination{
    padding:56px 20px 10px!important;
    text-align:center!important;
}

.orre-shop-pro-pagination .page-numbers{
    min-width:auto!important;
    height:auto!important;

    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;

    margin:0 10px!important;
    padding:4px 2px 7px!important;

    background:transparent!important;
    color:#777!important;

    border:0!important;
    border-bottom:1px solid transparent!important;
    border-radius:0!important;

    box-shadow:none!important;

    font-size:11px!important;
    font-weight:500!important;
    line-height:1!important;

    transition:all .2s ease!important;
}

.orre-shop-pro-pagination .page-numbers.current{
    color:#000!important;
    font-weight:700!important;

    background:transparent!important;
    border-bottom:1px solid #000!important;
}

.orre-shop-pro-pagination .page-numbers:hover{
    color:#000!important;
    background:transparent!important;
    border-bottom:1px solid #000!important;
}

.orre-shop-pro-pagination .prev,
.orre-shop-pro-pagination .next{
    min-width:28px!important;

    margin:0 14px!important;

    color:#111!important;

    font-size:15px!important;
    font-weight:400!important;

    border:0!important;
}

.orre-shop-pro-pagination ul,
.orre-shop-pro-pagination li{
    background:transparent!important;
    border:0!important;
    box-shadow:none!important;
}

.orre-shop-pro-pagination .next::before,
.orre-shop-pro-pagination .next::after,
.orre-shop-pro-pagination .prev::before,
.orre-shop-pro-pagination .prev::after{
    display:none!important;
    content:none!important;
}

.orre-shop-pro-pagination .next,
.orre-shop-pro-pagination .prev{
    font-size:0!important;
    border-bottom:0!important;
}

.orre-shop-pro-pagination .next::after{
    display:inline!important;
    content:"→"!important;
    font-size:18px!important;
    color:#111!important;
}

.orre-shop-pro-pagination .prev::after{
    display:inline!important;
    content:"←"!important;
    font-size:18px!important;
    color:#111!important;
}

.orre-shop-pro-pagination .next:hover,
.orre-shop-pro-pagination .prev:hover{
    border-bottom:0!important;
}

.orre-inside-track{
    display:flex!important;
    gap:24px!important;

    overflow-x:auto!important;
    overflow-y:hidden!important;

    padding:0 7vw 28px!important;

    scroll-snap-type:x mandatory!important;
    scroll-behavior:smooth!important;

    scrollbar-width:none!important;
}

.orre-inside-track::-webkit-scrollbar{
    display:none!important;
}

.orre-inside-card{
    flex:0 0 260px!important;
    width:260px!important;

    aspect-ratio:9/16!important;

    border-radius:8px!important;
    overflow:hidden!important;

    scroll-snap-align:start!important;

    background:#d8d8d8!important;
}

.orre-inside-card video,
.orre-inside-card img,
.orre-inside-video{
    width:100%!important;
    height:100%!important;

    object-fit:cover!important;
    object-position:center!important;
}

@media(min-width:1600px){
    .orre-inside-card{
        flex-basis:260px!important;
        width:260px!important;
    }
}

@media(max-width:1400px){
    .orre-inside-card{
        flex-basis:235px!important;
        width:235px!important;
    }

    .orre-inside-track{
        gap:18px!important;
        padding-left:5vw!important;
        padding-right:5vw!important;
    }
}

@media(max-width:1024px){
    .orre-inside-card{
        flex-basis:220px!important;
        width:220px!important;
    }
}

@media(max-width:767px){
    .orre-inside-track{
        gap:12px!important;
        padding:0 14px 22px!important;
    }

    .orre-inside-card{
        flex-basis:72vw!important;
        width:72vw!important;
        max-width:280px!important;
    }
}

.orre-pdp-final-short-description{
    max-width:520px!important;

    margin:20px 0 0!important;

    color:#444!important;

    font-family:Arial,Helvetica,sans-serif!important;
    font-size:12.5px!important;
    font-weight:400!important;
    line-height:1.75!important;

    letter-spacing:.005em!important;
}

.orre-pdp-final-short-description p{
    margin:0 0 12px!important;
}

.orre-pdp-final-short-description p:last-child{
    margin-bottom:0!important;
}

.orre-pdp-final-short-description + .orre-pdp-final-buy{
    margin-top:26px!important;
}

.orre-pdp-final-main{
    grid-template-columns:minmax(0,1.05fr) minmax(430px,.95fr)!important;
}

.orre-pdp-kiji-main-link{
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;

    width:100%!important;

    background:#f5f1ef!important;

    overflow:hidden!important;
}

.orre-pdp-kiji-main-image{
    display:block!important;

    width:100%!important;
    height:680px!important;

    min-height:0!important;
    max-height:680px!important;

    margin:0 auto!important;

    object-fit:contain!important;
    object-position:center!important;

    background:#f5f1ef!important;
}

.orre-pdp-kiji-thumb{
    height:96px!important;
}

.orre-pdp-kiji-thumb img{
    object-fit:cover!important;
}

.orre-pdp-final-summary-inner{
    padding-top:44px!important;
}

.orre-pdp-final-title{
    font-size:30px!important;
    line-height:1.08!important;
}

@media(max-width:1100px){

    .orre-pdp-final-main{
        grid-template-columns:minmax(0,1fr) minmax(390px,.95fr)!important;
    }

    .orre-pdp-kiji-main-image{
        height:590px!important;
        max-height:590px!important;
    }
}

@media(max-width:767px){

    .orre-pdp-kiji-main-image{
        width:100%!important;
        height:auto!important;

        min-height:0!important;
        max-height:none!important;

        aspect-ratio:4/5!important;

        object-fit:contain!important;
    }

    .orre-pdp-final-short-description{
        max-width:none!important;

        font-size:12px!important;
        line-height:1.7!important;
    }
}

body.single-product .orre-pdp-final{
    padding-top:64px!important;
}

body.single-product .orre-pdp-final-main{
    align-items:start!important;
}

body.single-product .orre-pdp-final-summary-inner{
    top:82px!important;
    padding-top:34px!important;
}

.orre-pdp-final-short-description{
    display:block!important;

    max-width:540px!important;

    margin:18px 0 0!important;

    color:#444!important;

    font-family:Arial,Helvetica,sans-serif!important;
    font-size:12.5px!important;
    font-weight:400!important;
    line-height:1.72!important;
}

.orre-pdp-final-short-description p{
    margin:0 0 11px!important;
}

.orre-pdp-final-short-description p:last-child{
    margin-bottom:0!important;
}

.orre-pdp-final-main{
    grid-template-columns:minmax(0,1fr) minmax(430px,.9fr)!important;
}

.orre-pdp-kiji-main-link{
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;

    min-height:620px!important;

    background:#f6f2f0!important;
}

.orre-pdp-kiji-main-image{
    width:100%!important;
    height:620px!important;

    min-height:0!important;
    max-height:620px!important;

    object-fit:contain!important;
    object-position:center!important;

    background:#f6f2f0!important;
}

.orre-pdp-kiji-thumb{
    height:92px!important;
}

.orre-pdp-final-buy .variations{
    margin-top:4px!important;
}

.orre-pdp-final-buy .variations label{
    display:block!important;

    margin-bottom:11px!important;

    color:#111!important;

    font-size:10px!important;
    font-weight:700!important;

    letter-spacing:.08em!important;
    text-transform:uppercase!important;
}

.orre-pdp-final-buy .wd-swatches-product{
    display:flex!important;
    flex-wrap:wrap!important;

    gap:8px!important;
}

.orre-pdp-final-buy .wd-swatch,
.orre-pdp-final-buy .wd-swatch-text{
    min-width:46px!important;
    height:40px!important;

    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;

    padding:0 12px!important;

    background:#fff!important;
    color:#111!important;

    border:1px solid #cfcfcf!important;
    border-radius:0!important;

    font-size:10px!important;
    font-weight:600!important;

    box-shadow:none!important;
}

.orre-pdp-final-buy .wd-swatch.wd-active,
.orre-pdp-final-buy .wd-swatch.active,
.orre-pdp-final-buy .wd-swatch:hover{
    background:#000!important;
    color:#fff!important;
    border-color:#000!important;
}

.orre-pdp-final-buy .variations select{
    width:100%!important;
    max-width:280px!important;

    height:44px!important;

    padding:0 12px!important;

    background:#fff!important;
    color:#111!important;

    border:1px solid #ccc!important;
    border-radius:0!important;

    font-size:11px!important;
}

.orre-pdp-final-buy .reset_variations{
    display:inline-block!important;

    margin-top:8px!important;

    color:#777!important;

    font-size:8px!important;
    font-weight:600!important;

    letter-spacing:.08em!important;
    text-transform:uppercase!important;
}

@media(max-width:767px){

    body.single-product .orre-pdp-final{
        padding-top:62px!important;
    }

    body.single-product .orre-pdp-final-summary-inner{
        top:auto!important;
        padding-top:24px!important;
    }

    .orre-pdp-kiji-main-link{
        min-height:0!important;
    }

    .orre-pdp-kiji-main-image{
        width:100%!important;
        height:auto!important;

        max-height:none!important;

        aspect-ratio:4/5!important;

        object-fit:contain!important;
    }

    .orre-pdp-final-short-description{
        max-width:none!important;

        font-size:12px!important;
        line-height:1.68!important;
    }
}

[data-orre-slider],
.orre-product-slider{
    overflow-x:auto!important;
    overflow-y:visible!important;

    scroll-behavior:smooth!important;
    scroll-snap-type:x proximity!important;

    overscroll-behavior-x:contain!important;
    overscroll-behavior-y:auto!important;

    touch-action:pan-y pan-x!important;

    scrollbar-width:none!important;
}

[data-orre-slider]::-webkit-scrollbar,
.orre-product-slider::-webkit-scrollbar{
    display:none!important;
}

[data-orre-slider]{
    cursor:grab!important;
}

[data-orre-slider].is-dragging{
    cursor:grabbing!important;
    user-select:none!important;
}

.orre-pdp-final-price .woocommerce-Price-currencySymbol{
    margin-right:6px!important;
}

.orre-shop-pro-sizes,
.orre-shop-pro-size-label,
.orre-shop-pro-size-list{
    display:none!important;
}

.orre-shop-card-gallery{
    position:relative!important;
    width:100%!important;
    aspect-ratio:4/5!important;

    overflow:hidden!important;

    background:#f4f0ee!important;
}

.orre-shop-gallery-link,
.orre-shop-gallery-track{
    display:block!important;
    width:100%!important;
    height:100%!important;
}

.orre-shop-gallery-slide{
    position:absolute!important;
    inset:0!important;

    width:100%!important;
    height:100%!important;

    opacity:0!important;
    visibility:hidden!important;

    transition:opacity .35s ease!important;
}

.orre-shop-gallery-slide.active{
    opacity:1!important;
    visibility:visible!important;
}

.orre-shop-gallery-slide img{
    display:block!important;

    width:100%!important;
    height:100%!important;

    object-fit:cover!important;
    object-position:center!important;
}

.orre-card-gallery-arrow{
    position:absolute!important;
    top:50%!important;

    z-index:10!important;

    width:38px!important;
    height:38px!important;

    display:flex!important;
    align-items:center!important;
    justify-content:center!important;

    padding:0!important;

    background:rgba(255,255,255,.92)!important;
    color:#111!important;

    border:0!important;
    border-radius:50%!important;

    font-size:24px!important;
    font-weight:300!important;

    transform:translateY(-50%)!important;

    opacity:0!important;

    transition:.2s ease!important;
}

.orre-card-gallery-arrow.prev{
    left:12px!important;
}

.orre-card-gallery-arrow.next{
    right:12px!important;
}

.orre-shop-card-gallery:hover .orre-card-gallery-arrow{
    opacity:1!important;
}

@media(max-width:767px){

    .orre-card-gallery-arrow{
        width:32px!important;
        height:32px!important;

        font-size:20px!important;

        opacity:1!important;
    }
}

.orre-shop-pro-sizes,
.orre-shop-pro-size-label,
.orre-shop-pro-size-list{
    display:none!important;
}

.orre-shop-pro-media,
.orre-shop-pro-main-img,
.orre-shop-pro-hover-img,
.orre-shop-pro-view{
    display:none!important;
}

.orre-shop-pro-gallery{
    position:relative!important;
    width:100%!important;
    aspect-ratio:4/5!important;
    overflow:hidden!important;
    background:#f3efed!important;
}

.orre-shop-pro-gallery-track{
    position:relative!important;
    width:100%!important;
    height:100%!important;
}

.orre-shop-pro-gallery-slide{
    position:absolute!important;
    inset:0!important;
    display:block!important;
    width:100%!important;
    height:100%!important;
    opacity:0!important;
    visibility:hidden!important;
    pointer-events:none!important;
    transition:opacity .28s ease!important;
}

.orre-shop-pro-gallery-slide.is-active{
    opacity:1!important;
    visibility:visible!important;
    pointer-events:auto!important;
}

.orre-shop-pro-gallery-slide img{
    display:block!important;
    width:100%!important;
    height:100%!important;
    margin:0!important;
    object-fit:cover!important;
    object-position:center!important;
    background:#f3efed!important;
}

.orre-shop-pro-gallery-arrow{
    position:absolute!important;
    top:50%!important;
    z-index:8!important;
    width:42px!important;
    height:42px!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    padding:0!important;
    margin:0!important;
    background:rgba(255,255,255,.94)!important;
    color:#111!important;
    border:1px solid rgba(0,0,0,.08)!important;
    border-radius:50%!important;
    box-shadow:0 3px 14px rgba(0,0,0,.08)!important;
    transform:translateY(-50%)!important;
    opacity:0!important;
    cursor:pointer!important;
    transition:opacity .2s ease,background .2s ease,color .2s ease!important;
}

.orre-shop-pro-gallery:hover .orre-shop-pro-gallery-arrow{
    opacity:1!important;
}

.orre-shop-pro-gallery-arrow.prev{
    left:12px!important;
}

.orre-shop-pro-gallery-arrow.next{
    right:12px!important;
}

.orre-shop-pro-gallery-arrow span{
    position:relative!important;
    display:block!important;
    width:10px!important;
    height:10px!important;
}

.orre-shop-pro-gallery-arrow span::before{
    content:""!important;
    position:absolute!important;
    top:50%!important;
    left:50%!important;
    width:7px!important;
    height:7px!important;
    border-top:1.5px solid currentColor!important;
    border-right:1.5px solid currentColor!important;
}

.orre-shop-pro-gallery-arrow.next span::before{
    transform:translate(-65%,-50%) rotate(45deg)!important;
}

.orre-shop-pro-gallery-arrow.prev span::before{
    transform:translate(-35%,-50%) rotate(-135deg)!important;
}

.orre-shop-pro-gallery-arrow:hover{
    background:#000!important;
    color:#fff!important;
}

.orre-shop-pro-gallery-dots{
    position:absolute!important;
    left:50%!important;
    bottom:11px!important;
    z-index:7!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    gap:5px!important;
    transform:translateX(-50%)!important;
}

.orre-shop-pro-gallery-dots span{
    width:5px!important;
    height:5px!important;
    display:block!important;
    background:rgba(255,255,255,.68)!important;
    border-radius:50%!important;
    box-shadow:0 0 0 1px rgba(0,0,0,.12)!important;
}

.orre-shop-pro-gallery-dots span.is-active{
    width:14px!important;
    background:#fff!important;
    border-radius:999px!important;
}

.orre-shop-pro-info{
    margin-top:0!important;
}

@media(max-width:767px){

    .orre-shop-pro-gallery-arrow{
        width:34px!important;
        height:34px!important;
        opacity:1!important;
    }

    .orre-shop-pro-gallery-arrow.prev{
        left:7px!important;
    }

    .orre-shop-pro-gallery-arrow.next{
        right:7px!important;
    }

    .orre-shop-pro-gallery-dots{
        bottom:8px!important;
    }
}

.orre-shop-pro-info{
    padding:14px 16px 20px!important;
    min-height:96px!important;

    display:flex!important;
    align-items:flex-start!important;
    justify-content:space-between!important;

    gap:18px!important;

    background:#fff!important;
}

.orre-shop-pro-name{
    display:block!important;

    margin:0!important;

    color:#111!important;

    font-family:Arial,Helvetica,sans-serif!important;
    font-size:13px!important;
    font-weight:700!important;
    line-height:1.35!important;

    letter-spacing:.025em!important;
    text-transform:uppercase!important;

    transition:opacity .2s ease!important;
}

.orre-shop-pro-name:hover{
    opacity:.58!important;
}

.orre-shop-pro-category{
    display:block!important;

    margin-top:6px!important;

    color:#9a9a9a!important;

    font-size:9px!important;
    font-weight:500!important;
    line-height:1.3!important;

    letter-spacing:.06em!important;
    text-transform:uppercase!important;
}

.orre-shop-pro-price{
    flex:0 0 auto!important;

    margin-top:1px!important;

    color:#111!important;

    font-family:Arial,Helvetica,sans-serif!important;
    font-size:13px!important;
    font-weight:700!important;
    line-height:1.35!important;

    letter-spacing:.015em!important;

    white-space:nowrap!important;
}

.orre-shop-pro-price .woocommerce-Price-currencySymbol{
    display:inline-block!important;
    margin-right:5px!important;
}

.orre-shop-pro-price del{
    margin-right:7px!important;

    color:#999!important;

    font-size:11px!important;
    font-weight:500!important;
}

.orre-shop-pro-price ins{
    color:#111!important;
    text-decoration:none!important;
}

@media(max-width:767px){

    .orre-shop-pro-info{
        min-height:80px!important;

        padding:10px 9px 14px!important;

        display:block!important;
    }

    .orre-shop-pro-name{
        font-size:10.5px!important;
    }

    .orre-shop-pro-price{
        margin-top:7px!important;

        font-size:10.5px!important;
    }

    .orre-shop-pro-price .woocommerce-Price-currencySymbol{
        margin-right:4px!important;
    }
}

@media (max-width: 1024px){

    body.home .orre-home-hero{
        min-height:680px!important;
        height:auto!important;
        padding-top:0!important;

        align-items:flex-end!important;

        background:#ded5ca!important;
    }

    body.home .orre-home-hero-bg{
        inset:0!important;

        background-size:cover!important;
        background-position:68% center!important;
        background-repeat:no-repeat!important;
    }

    body.home .orre-home-hero-content{
        width:min(430px,78vw)!important;

        margin:0 0 48px 5vw!important;
        padding:0!important;
    }

    .orre-home-editorial{
        min-height:600px!important;
        height:auto!important;
    }

    .orre-home-editorial-image{
        background-size:cover!important;
        background-position:center center!important;
    }
}

@media (max-width: 767px){

    body.home .orre-nav-header{
        position:sticky!important;
        top:0!important;

        height:58px!important;

        background:rgba(0,0,0,.93)!important;

        backdrop-filter:blur(12px)!important;
        -webkit-backdrop-filter:blur(12px)!important;
    }

    body.home .orre-nav-inner{
        height:58px!important;
        padding:0 14px!important;
    }

    body.home .orre-nav-logo a{
        font-size:25px!important;
    }

    body.home .orre-home-hero{
        position:relative!important;

        width:100%!important;

        min-height:0!important;
        height:calc(100svh - 58px)!important;
        max-height:720px!important;

        padding:0!important;
        margin:0!important;

        display:flex!important;
        align-items:flex-end!important;

        overflow:hidden!important;

        background:#ded5ca!important;
    }

    body.home .orre-home-hero-bg{
        position:absolute!important;
        inset:0!important;

        width:100%!important;
        height:100%!important;

        background-size:cover!important;
        background-position:72% center!important;
        background-repeat:no-repeat!important;
    }

    body.home .orre-home-hero::after{
        background:
            linear-gradient(
                to top,
                rgba(0,0,0,.32) 0%,
                rgba(0,0,0,.08) 35%,
                rgba(0,0,0,0) 64%
            )!important;
    }

    body.home .orre-home-hero-content{
        position:relative!important;
        z-index:3!important;

        width:calc(100% - 36px)!important;
        max-width:340px!important;

        margin:0 18px 34px!important;
        padding:0!important;

        color:#fff!important;
        text-align:left!important;
    }

    body.home .orre-home-hero-kicker{
        margin-bottom:8px!important;

        color:#fff!important;

        font-size:8px!important;
        font-weight:700!important;

        letter-spacing:.16em!important;
    }

    body.home .orre-home-hero-content h1{
        margin:0 0 9px!important;

        color:#fff!important;

        font-size:clamp(42px,15vw,62px)!important;
        font-weight:700!important;
        line-height:.9!important;

        letter-spacing:.07em!important;
        text-indent:0!important;
    }

    body.home .orre-home-hero-content p{
        max-width:280px!important;

        margin:0!important;

        color:#fff!important;

        font-size:10.5px!important;
        line-height:1.5!important;
    }

    .orre-home-editorial{
        position:relative!important;

        width:100%!important;

        min-height:0!important;
        height:72svh!important;
        max-height:650px!important;

        margin:0!important;

        overflow:hidden!important;

        background:#e7e7e7!important;
    }

    .orre-home-editorial-image{
        position:absolute!important;
        inset:0!important;

        width:100%!important;
        height:100%!important;

        background-size:cover!important;
        background-repeat:no-repeat!important;

        transform:none!important;
    }

    .orre-home-editorial-men .orre-home-editorial-image{
        background-position:65% center!important;
    }

    .orre-home-editorial-women .orre-home-editorial-image{
        background-position:58% center!important;
    }

    .orre-home-editorial:hover .orre-home-editorial-image{
        transform:none!important;
    }

    .orre-home-editorial-overlay{
        left:0!important;
        right:0!important;
        bottom:0!important;

        padding:0 20px 28px!important;
    }

    .orre-home-editorial-overlay > span{
        margin-bottom:8px!important;

        font-size:8px!important;
        font-weight:700!important;
    }

    .orre-home-editorial-overlay h2{
        max-width:315px!important;

        margin:0 0 16px!important;

        font-size:clamp(31px,10vw,42px)!important;
        line-height:.98!important;
    }

    .orre-home-editorial-overlay a{
        min-height:38px!important;

        padding:0 17px!important;

        font-size:8px!important;
    }
}

@media (max-width: 420px){

    body.home .orre-home-hero{
        height:calc(100svh - 56px)!important;
        min-height:520px!important;
    }

    body.home .orre-home-hero-bg{
        background-position:70% center!important;
    }

    body.home .orre-home-hero-content{
        width:calc(100% - 30px)!important;

        margin-left:15px!important;
        margin-right:15px!important;
        margin-bottom:27px!important;
    }

    body.home .orre-home-hero-content h1{
        font-size:46px!important;
    }

    .orre-home-editorial{
        height:68svh!important;
        min-height:500px!important;
    }

    .orre-home-editorial-overlay{
        padding:0 16px 22px!important;
    }

    .orre-home-editorial-overlay h2{
        max-width:280px!important;
        font-size:32px!important;
    }
}

body.home .orre-home-size-strip{
    display:none!important;
    opacity:0!important;
    visibility:hidden!important;
    height:0!important;
    min-height:0!important;
    padding:0!important;
    margin:0!important;
}

body.post-type-archive-product .orre-shop-pro-sizes,
body.post-type-archive-product .orre-shop-pro-size-label,
body.post-type-archive-product .orre-shop-pro-size-list{
    display:none!important;
}

body.tax-product_cat .orre-collection-size-strip,
body.tax-product_cat .orre-home-size-strip{
    display:none!important;
}

body.home .product-grid-item .wd-swatches-grid,
body.post-type-archive-product .product-grid-item .wd-swatches-grid,
body.tax-product_cat .product-grid-item .wd-swatches-grid{
    display:none!important;
}

html,
body{
    scroll-padding-top:64px!important;
}

.orre-nav-header{
    position:sticky!important;
    top:0!important;
    left:0!important;
    right:0!important;

    z-index:99999!important;

    width:100%!important;
    height:64px!important;

    margin:0!important;
    padding:0!important;

    background:#000!important;

    border:0!important;
    border-bottom:1px solid rgba(255,255,255,.12)!important;

    box-shadow:none!important;

    backdrop-filter:none!important;
    -webkit-backdrop-filter:none!important;

    transition:
        background .28s ease,
        backdrop-filter .28s ease,
        box-shadow .28s ease!important;
}

.orre-nav-inner{
    height:64px!important;
}

.orre-nav-header.is-scrolled{
    background:rgba(72,72,72,.88)!important;

    backdrop-filter:blur(14px)!important;
    -webkit-backdrop-filter:blur(14px)!important;

    border-bottom-color:rgba(255,255,255,.14)!important;

    box-shadow:0 2px 18px rgba(0,0,0,.08)!important;
}

body.home .orre-nav-header,
body.tax-product_cat .orre-nav-header,
body.post-type-archive-product .orre-nav-header,
body.single-product .orre-nav-header,
body.woocommerce-cart .orre-nav-header,
body.woocommerce-checkout .orre-nav-header{
    position:sticky!important;
    top:0!important;
    height:64px!important;
    background:#000!important;
}

body.home .orre-nav-header.is-scrolled,
body.tax-product_cat .orre-nav-header.is-scrolled,
body.post-type-archive-product .orre-nav-header.is-scrolled,
body.single-product .orre-nav-header.is-scrolled,
body.woocommerce-cart .orre-nav-header.is-scrolled,
body.woocommerce-checkout .orre-nav-header.is-scrolled{
    background:rgba(72,72,72,.88)!important;
    backdrop-filter:blur(14px)!important;
    -webkit-backdrop-filter:blur(14px)!important;
}

.orre-menu-drawer{
    overflow-y:auto!important;
    overflow-x:hidden!important;

    scrollbar-width:none!important;
    -ms-overflow-style:none!important;
}

.orre-menu-drawer::-webkit-scrollbar{
    width:0!important;
    height:0!important;
    display:none!important;
}

.orre-drawer-nav{
    overflow:visible!important;
}

#orreMenuClose{
    position:relative!important;

    width:32px!important;
    height:32px!important;
    min-width:32px!important;
    min-height:32px!important;

    display:block!important;

    margin:0!important;
    padding:0!important;

    overflow:hidden!important;

    background:transparent!important;
    color:transparent!important;

    border:0!important;
    border-radius:50%!important;

    font-size:0!important;
    line-height:0!important;

    box-shadow:none!important;

    cursor:pointer!important;

    transition:background .2s ease!important;
}

#orreMenuClose:hover{
    background:rgba(255,255,255,.08)!important;
}

#orreMenuClose::before,
#orreMenuClose::after{
    content:""!important;

    position:absolute!important;
    top:50%!important;
    left:50%!important;

    width:17px!important;
    height:1.5px!important;

    background:#fff!important;

    border-radius:999px!important;

    transform-origin:center!important;
}

#orreMenuClose::before{
    transform:translate(-50%,-50%) rotate(45deg)!important;
}

#orreMenuClose::after{
    transform:translate(-50%,-50%) rotate(-45deg)!important;
}

body.home .orre-home-size-strip,
body.home .product-grid-item .wd-swatches-grid,
body.home .product-grid-item .wd-swatches-product,

body.post-type-archive-product .orre-shop-pro-sizes,
body.post-type-archive-product .orre-shop-pro-size-label,
body.post-type-archive-product .orre-shop-pro-size-list,
body.post-type-archive-product .product-grid-item .wd-swatches-grid,
body.post-type-archive-product .product-grid-item .wd-swatches-product,

body.tax-product_cat .orre-collection-size-strip,
body.tax-product_cat .orre-home-size-strip,
body.tax-product_cat .product-grid-item .wd-swatches-grid,
body.tax-product_cat .product-grid-item .wd-swatches-product,

body.single-product .related.products .wd-swatches-grid,
body.single-product .upsells.products .wd-swatches-grid,
body.single-product .related.products .wd-swatches-product,
body.single-product .upsells.products .wd-swatches-product{
    display:none!important;

    width:0!important;
    height:0!important;
    min-height:0!important;

    margin:0!important;
    padding:0!important;

    opacity:0!important;
    visibility:hidden!important;

    overflow:hidden!important;
}

.orre-shop-pro-gallery-slide{
    transition:opacity .38s ease!important;
}

.orre-home-main-image,
.orre-home-hover-image,
.orre-collection-main-image,
.orre-collection-hover-image{
    transition:opacity .38s ease,transform .45s ease!important;
}

.orre-home-product:hover .orre-home-main-image,
.orre-home-product:hover .orre-home-hover-image,
.orre-collection-card:hover .orre-collection-main-image,
.orre-collection-card:hover .orre-collection-hover-image{
    transform:none!important;
}

.orre-home-product.orre-auto-alt .orre-home-main-image,
.orre-collection-card.orre-auto-alt .orre-collection-main-image{
    opacity:0!important;
}

.orre-home-product.orre-auto-alt .orre-home-hover-image,
.orre-collection-card.orre-auto-alt .orre-collection-hover-image{
    opacity:1!important;
}

.orre-home-product-info,
.orre-collection-card-info,
.orre-shop-pro-info{
    margin-top:0!important;
}

.orre-shop-pro-card-top,
.orre-collection-card-media,
.orre-home-product-media{
    margin-bottom:0!important;
}

@media(max-width:767px){

    .orre-nav-header,
    body.home .orre-nav-header,
    body.tax-product_cat .orre-nav-header,
    body.post-type-archive-product .orre-nav-header,
    body.single-product .orre-nav-header,
    body.woocommerce-cart .orre-nav-header,
    body.woocommerce-checkout .orre-nav-header{
        height:58px!important;
    }

    .orre-nav-inner{
        height:58px!important;
        padding:0 15px!important;
    }

    .orre-shop-pro-gallery-arrow{
        opacity:.92!important;
    }
}

body.home .orre-new-section,
body.home .orre-category-section,
body.home .orre-inside-section,
body.home .orre-front-heading,
body.home .orre-front-more,

body.post-type-archive-product .orre-shop-pro-hero-inner,
body.post-type-archive-product .orre-shop-pro-toolbar,

body.tax-product_cat .orre-collection-header-inner,
body.tax-product_cat .orre-collection-toolbar,

body.single-product .orre-related-heading,
body.single-product .orre-related-products{
    box-sizing:border-box!important;
}

.orre-shop-pro-grid,
.orre-collection-grid,
.orre-front-products,
.orre-home-products-grid,
.orre-related-track{
    width:100%!important;
    max-width:none!important;

    padding-left:clamp(18px,3.2vw,56px)!important;
    padding-right:clamp(18px,3.2vw,56px)!important;

    box-sizing:border-box!important;
}

.orre-home-hero,
.orre-home-editorial,
.orre-brand-strip,
.orre-inside-section,
.orre-category-feature-grid{
    max-width:none!important;
}

.orre-shop-pro-grid,
.orre-collection-grid,
.orre-front-products,
.orre-home-products-grid{
    gap:8px!important;
}

.orre-shop-pro-card,
.orre-collection-card,
.orre-front-product,
.orre-home-product{
    background:#fff!important;
    min-width:0!important;
}

.orre-shop-pro-info,
.orre-collection-card-info,
.orre-front-product-meta,
.orre-home-product-info{
    padding:14px 10px 22px!important;
    margin:0!important;

    background:#fff!important;
}

.orre-shop-pro-name,
.orre-collection-card-title,
.orre-front-product-name,
.orre-home-product-name{
    display:block!important;

    margin:0!important;

    color:#111!important;

    font-family:Arial,Helvetica,sans-serif!important;
    font-size:13px!important;
    font-weight:700!important;
    line-height:1.35!important;

    letter-spacing:.01em!important;
    text-transform:uppercase!important;
}

.orre-shop-pro-price,
.orre-collection-card-price,
.orre-front-product-price,
.orre-home-product-price{
    margin-top:7px!important;

    color:#111!important;

    font-family:Arial,Helvetica,sans-serif!important;
    font-size:12.5px!important;
    font-weight:700!important;
    line-height:1.3!important;
}

.orre-home-size-strip,
.orre-collection-size-strip,
.orre-shop-pro-sizes{
    display:flex!important;
    visibility:visible!important;
    opacity:1!important;

    width:100%!important;
    height:auto!important;
    min-height:0!important;

    margin:0!important;
    padding:10px 10px 0!important;

    gap:6px!important;
    flex-wrap:wrap!important;

    background:#fff!important;

    box-sizing:border-box!important;
}

.orre-shop-pro-size-label,
.orre-home-size-label,
.orre-collection-size-label{
    display:none!important;
}

.orre-shop-pro-size-list{
    display:flex!important;
    flex-wrap:wrap!important;
    gap:6px!important;
}

.orre-home-size-strip span,
.orre-collection-size-strip span,
.orre-shop-pro-size-list span{
    min-width:40px!important;
    height:34px!important;

    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;

    padding:0 10px!important;

    background:#fff!important;
    color:#555!important;

    border:1px solid #d5d5d5!important;
    border-radius:0!important;

    font-family:Arial,Helvetica,sans-serif!important;
    font-size:10px!important;
    font-weight:500!important;
    line-height:1!important;

    letter-spacing:.02em!important;
    text-transform:uppercase!important;

    box-shadow:none!important;

    transition:
        background .18s ease,
        color .18s ease,
        border-color .18s ease!important;
}

.orre-home-size-strip span:hover,
.orre-collection-size-strip span:hover,
.orre-shop-pro-size-list span:hover{
    background:#000!important;
    color:#fff!important;
    border-color:#000!important;
}

body.home .product-grid-item .wd-swatches-grid,
body.post-type-archive-product .product-grid-item .wd-swatches-grid,
body.tax-product_cat .product-grid-item .wd-swatches-grid,
body.single-product .related.products .wd-swatches-grid,
body.single-product .upsells.products .wd-swatches-grid{
    display:flex!important;
    visibility:visible!important;
    opacity:1!important;

    height:auto!important;
    width:auto!important;

    margin-top:8px!important;

    flex-wrap:wrap!important;
    gap:6px!important;
}

.product-grid-item .wd-swatch-text,
.related.products .wd-swatch-text,
.upsells.products .wd-swatch-text{
    min-width:40px!important;
    height:34px!important;

    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;

    padding:0 10px!important;

    background:#fff!important;
    color:#555!important;

    border:1px solid #d5d5d5!important;
    border-radius:0!important;

    font-size:10px!important;
    font-weight:500!important;

    box-shadow:none!important;
}

.product-grid-item .wd-swatch-text:hover,
.product-grid-item .wd-swatch-text.wd-active,
.related.products .wd-swatch-text:hover,
.upsells.products .wd-swatch-text:hover{
    background:#000!important;
    color:#fff!important;
    border-color:#000!important;
}

.orre-shop-pro-card,
.orre-collection-card,
.orre-front-product,
.orre-home-product{
    padding-bottom:0!important;
}

.orre-shop-pro-products,
.orre-collection-products{
    padding-bottom:70px!important;
}

@media(max-width:1024px){

    .orre-shop-pro-grid,
    .orre-collection-grid,
    .orre-front-products,
    .orre-home-products-grid,
    .orre-related-track{
        padding-left:22px!important;
        padding-right:22px!important;
    }

    .orre-shop-pro-grid,
    .orre-collection-grid,
    .orre-front-products,
    .orre-home-products-grid{
        gap:6px!important;
    }
}

@media(max-width:767px){

    .orre-shop-pro-grid,
    .orre-collection-grid,
    .orre-front-products,
    .orre-home-products-grid,
    .orre-related-track{
        padding-left:10px!important;
        padding-right:10px!important;
    }

    .orre-shop-pro-grid,
    .orre-collection-grid,
    .orre-front-products,
    .orre-home-products-grid{
        gap:5px!important;
    }

    .orre-shop-pro-info,
    .orre-collection-card-info,
    .orre-front-product-meta,
    .orre-home-product-info{
        padding:10px 7px 16px!important;
    }

    .orre-shop-pro-name,
    .orre-collection-card-title,
    .orre-front-product-name,
    .orre-home-product-name{
        font-size:10.5px!important;
        line-height:1.35!important;
    }

    .orre-shop-pro-price,
    .orre-collection-card-price,
    .orre-front-product-price,
    .orre-home-product-price{
        margin-top:5px!important;
        font-size:10.5px!important;
    }

    .orre-home-size-strip,
    .orre-collection-size-strip,
    .orre-shop-pro-sizes{
        padding:7px 7px 0!important;
        gap:4px!important;
    }

    .orre-home-size-strip span,
    .orre-collection-size-strip span,
    .orre-shop-pro-size-list span,
    .product-grid-item .wd-swatch-text{
        min-width:33px!important;
        height:30px!important;

        padding:0 7px!important;

        font-size:9px!important;
    }
}

html{scroll-padding-top:64px!important}

body .orre-nav-header{
position:sticky!important;top:0!important;left:0!important;right:0!important;z-index:999999!important;
width:100%!important;height:64px!important;margin:0!important;padding:0!important;background:#000!important;
border:0!important;border-bottom:1px solid rgba(255,255,255,.12)!important;box-shadow:none!important;
backdrop-filter:none!important;-webkit-backdrop-filter:none!important;
transition:background .25s ease,backdrop-filter .25s ease,box-shadow .25s ease!important
}
body .orre-nav-header .orre-nav-inner{height:64px!important}
body .orre-nav-header.is-scrolled{
background:rgba(72,72,72,.90)!important;backdrop-filter:blur(14px)!important;
-webkit-backdrop-filter:blur(14px)!important;box-shadow:0 2px 18px rgba(0,0,0,.10)!important
}

body .orre-menu-drawer{
overflow-y:auto!important;overflow-x:hidden!important;scrollbar-width:none!important;-ms-overflow-style:none!important
}
body .orre-menu-drawer::-webkit-scrollbar{width:0!important;height:0!important;display:none!important}

body #orreMenuClose{
position:relative!important;width:32px!important;height:32px!important;display:block!important;margin:0!important;
padding:0!important;background:transparent!important;color:transparent!important;border:0!important;
font-size:0!important;line-height:0!important;overflow:hidden!important
}
body #orreMenuClose::before,body #orreMenuClose::after{
content:""!important;position:absolute!important;top:50%!important;left:50%!important;width:17px!important;
height:1.5px!important;background:#fff!important;border-radius:99px!important
}
body #orreMenuClose::before{transform:translate(-50%,-50%) rotate(45deg)!important}
body #orreMenuClose::after{transform:translate(-50%,-50%) rotate(-45deg)!important}

body .orre-shop-pro-grid,
body .orre-collection-grid,
body .orre-front-products,
body .orre-home-products-grid,
body .orre-related-track{
box-sizing:border-box!important;width:100%!important;padding-left:clamp(18px,3vw,54px)!important;
padding-right:clamp(18px,3vw,54px)!important
}

body .orre-home-hero,
body .orre-home-editorial,
body .orre-brand-strip,
body .orre-category-feature-grid{
width:100%!important;max-width:none!important;margin-left:0!important;margin-right:0!important
}

body .orre-shop-pro-grid,
body .orre-collection-grid,
body .orre-front-products,
body .orre-home-products-grid{gap:12px!important}

body .orre-shop-pro-card,
body .orre-collection-card,
body .orre-front-product,
body .orre-home-product{min-width:0!important;padding-bottom:0!important;background:#fff!important}

body .orre-shop-pro-info,
body .orre-collection-card-info,
body .orre-front-product-meta,
body .orre-home-product-info{
margin:0!important;padding:14px 10px 22px!important;background:#fff!important
}

body .orre-shop-pro-name,
body .orre-collection-card-title,
body .orre-front-product-name,
body .orre-home-product-name{
display:block!important;margin:0!important;color:#111!important;font-family:Arial,Helvetica,sans-serif!important;
font-size:13px!important;font-weight:700!important;line-height:1.35!important;letter-spacing:.01em!important;
text-transform:uppercase!important
}

body .orre-shop-pro-price,
body .orre-collection-card-price,
body .orre-front-product-price,
body .orre-home-product-price{
display:block!important;margin-top:7px!important;color:#111!important;font-family:Arial,Helvetica,sans-serif!important;
font-size:12.5px!important;font-weight:700!important;line-height:1.3!important
}

body .woocommerce-Price-currencySymbol{display:inline-block!important;margin-right:5px!important}

body .orre-home-size-strip,
body .orre-collection-size-strip,
body .orre-shop-pro-sizes{
display:flex!important;visibility:visible!important;opacity:1!important;width:100%!important;height:auto!important;
min-height:0!important;margin:0!important;padding:10px 10px 0!important;gap:6px!important;flex-wrap:wrap!important;
background:#fff!important
}

body .orre-home-size-label,
body .orre-collection-size-label,
body .orre-shop-pro-size-label{display:none!important}

body .orre-shop-pro-size-list{display:flex!important;flex-wrap:wrap!important;gap:6px!important}

body .orre-home-size-strip > span,
body .orre-collection-size-strip > span,
body .orre-shop-pro-size-list > span{
min-width:40px!important;height:34px!important;display:inline-flex!important;align-items:center!important;
justify-content:center!important;padding:0 10px!important;background:#fff!important;color:#555!important;
border:1px solid #d4d4d4!important;border-radius:0!important;font-family:Arial,Helvetica,sans-serif!important;
font-size:10px!important;font-weight:500!important;line-height:1!important
}

body .product-grid-item .wd-swatches-grid,
body .related.products .wd-swatches-grid,
body .upsells.products .wd-swatches-grid{
display:flex!important;visibility:visible!important;opacity:1!important;width:auto!important;height:auto!important;
margin-top:8px!important;flex-wrap:wrap!important;gap:6px!important
}

body .product-grid-item .wd-swatch-text,
body .related.products .wd-swatch-text,
body .upsells.products .wd-swatch-text{
min-width:40px!important;height:34px!important;display:inline-flex!important;align-items:center!important;
justify-content:center!important;padding:0 10px!important;background:#fff!important;color:#555!important;
border:1px solid #d4d4d4!important;border-radius:0!important;font-size:10px!important;font-weight:500!important;
box-shadow:none!important
}

body .product-grid-item .wd-swatch-text:hover,
body .product-grid-item .wd-swatch-text.wd-active,
body .related.products .wd-swatch-text:hover,
body .upsells.products .wd-swatch-text:hover{
background:#000!important;color:#fff!important;border-color:#000!important
}

body .orre-shop-pro-gallery-slide{transition:opacity .35s ease!important}
body .orre-home-main-image,
body .orre-home-hover-image,
body .orre-collection-main-image,
body .orre-collection-hover-image{transition:opacity .35s ease!important}

body .orre-home-product.orre-auto-alt .orre-home-main-image,
body .orre-collection-card.orre-auto-alt .orre-collection-main-image{opacity:0!important}

body .orre-home-product.orre-auto-alt .orre-home-hover-image,
body .orre-collection-card.orre-auto-alt .orre-collection-hover-image{opacity:1!important}

@media(max-width:767px){
html{scroll-padding-top:58px!important}
body .orre-nav-header{height:58px!important}
body .orre-nav-header .orre-nav-inner{height:58px!important;padding-left:14px!important;padding-right:14px!important}
body .orre-shop-pro-grid,
body .orre-collection-grid,
body .orre-front-products,
body .orre-home-products-grid,
body .orre-related-track{padding-left:10px!important;padding-right:10px!important}
body .orre-shop-pro-grid,
body .orre-collection-grid,
body .orre-front-products,
body .orre-home-products-grid{gap:6px!important}
body .orre-shop-pro-info,
body .orre-collection-card-info,
body .orre-front-product-meta,
body .orre-home-product-info{padding:10px 7px 16px!important}
body .orre-shop-pro-name,
body .orre-collection-card-title,
body .orre-front-product-name,
body .orre-home-product-name{font-size:10.5px!important}
body .orre-shop-pro-price,
body .orre-collection-card-price,
body .orre-front-product-price,
body .orre-home-product-price{font-size:10.5px!important}
body .orre-home-size-strip,
body .orre-collection-size-strip,
body .orre-shop-pro-sizes{padding:7px 7px 0!important;gap:4px!important}
body .orre-home-size-strip > span,
body .orre-collection-size-strip > span,
body .orre-shop-pro-size-list > span,
body .product-grid-item .wd-swatch-text{min-width:33px!important;height:30px!important;padding:0 7px!important;font-size:9px!important}
}

.orre-home-size-strip,
.orre-collection-size-strip,
.orre-shop-pro-sizes{
    display:flex!important;
    visibility:visible!important;
    opacity:1!important;

    position:relative!important;

    width:100%!important;
    height:auto!important;
    min-height:0!important;
    max-height:none!important;

    margin:0!important;
    padding:10px 14px 0!important;

    flex-wrap:wrap!important;
    align-items:center!important;

    gap:6px!important;

    background:#fff!important;

    transform:none!important;
    overflow:visible!important;
}

.orre-home-size-label,
.orre-collection-size-label,
.orre-shop-pro-size-label{
    display:none!important;
}

.orre-shop-pro-size-list{
    display:flex!important;

    flex-wrap:wrap!important;
    align-items:center!important;

    gap:6px!important;

    width:100%!important;

    margin:0!important;
    padding:0!important;
}

.orre-home-size-strip > span,
.orre-collection-size-strip > span,
.orre-shop-pro-size-list > span{
    display:inline-flex!important;

    align-items:center!important;
    justify-content:center!important;

    min-width:39px!important;
    width:auto!important;
    height:34px!important;

    margin:0!important;
    padding:0 10px!important;

    background:#fff!important;
    color:#444!important;

    border:1px solid #d4d4d4!important;
    border-radius:0!important;

    font-family:Arial, Helvetica, sans-serif!important;
    font-size:10px!important;
    font-weight:500!important;
    line-height:1!important;

    letter-spacing:.02em!important;
    text-transform:uppercase!important;

    box-shadow:none!important;

    opacity:1!important;
    visibility:visible!important;

    cursor:pointer!important;

    transition:
        background .18s ease,
        color .18s ease,
        border-color .18s ease!important;
}

.orre-home-size-strip > span:hover,
.orre-collection-size-strip > span:hover,
.orre-shop-pro-size-list > span:hover{
    background:#000!important;
    color:#fff!important;
    border-color:#000!important;
}

.product-grid-item .wd-swatches-grid,
.related.products .wd-swatches-grid,
.upsells.products .wd-swatches-grid{
    display:flex!important;
    visibility:visible!important;
    opacity:1!important;

    width:100%!important;
    height:auto!important;
    min-height:0!important;

    margin:8px 0 0!important;
    padding:0!important;

    flex-wrap:wrap!important;
    align-items:center!important;

    gap:6px!important;

    transform:none!important;
    overflow:visible!important;
}

.product-grid-item .wd-swatch-text,
.related.products .wd-swatch-text,
.upsells.products .wd-swatch-text{
    display:inline-flex!important;

    align-items:center!important;
    justify-content:center!important;

    min-width:39px!important;
    width:auto!important;
    height:34px!important;

    padding:0 10px!important;
    margin:0!important;

    background:#fff!important;
    color:#444!important;

    border:1px solid #d4d4d4!important;
    border-radius:0!important;

    font-size:10px!important;
    font-weight:500!important;

    box-shadow:none!important;

    opacity:1!important;
    visibility:visible!important;
}

.product-grid-item .wd-swatch-text:hover,
.product-grid-item .wd-swatch-text.wd-active{
    background:#000!important;
    color:#fff!important;
    border-color:#000!important;
}

@media (min-width:768px){

    .orre-home-size-strip,
    .orre-collection-size-strip,
    .orre-shop-pro-sizes{
        display:flex!important;
        padding:10px 14px 0!important;
    }

    .orre-home-size-strip > span,
    .orre-collection-size-strip > span,
    .orre-shop-pro-size-list > span,
    .product-grid-item .wd-swatch-text{
        min-width:39px!important;
        height:34px!important;

        padding:0 10px!important;

        font-size:10px!important;
    }
}

@media (max-width:767px){

    .orre-home-size-strip,
    .orre-collection-size-strip,
    .orre-shop-pro-sizes{
        display:flex!important;

        padding:8px 7px 0!important;

        gap:5px!important;
    }

    .orre-shop-pro-size-list{
        gap:5px!important;
    }

    .orre-home-size-strip > span,
    .orre-collection-size-strip > span,
    .orre-shop-pro-size-list > span,
    .product-grid-item .wd-swatch-text{
        min-width:34px!important;
        height:30px!important;

        padding:0 7px!important;

        font-size:9px!important;
    }
}

.orre-home-size-strip{
    display:flex!important;
    flex-wrap:wrap!important;
    align-items:center!important;

    gap:6px!important;

    width:100%!important;

    margin:0!important;
    padding:10px 14px 0!important;

    background:#fff!important;
}

.orre-home-size-strip span{
    min-width:40px!important;
    height:34px!important;

    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;

    padding:0 10px!important;

    color:#555!important;
    background:#fff!important;

    border:1px solid #d5d5d5!important;
    border-radius:0!important;

    font-size:10px!important;
    font-weight:500!important;
    line-height:1!important;

    text-transform:uppercase!important;
}

.orre-home-size-strip span:hover{
    background:#000!important;
    color:#fff!important;
    border-color:#000!important;
}

@media(max-width:767px){

    .orre-home-size-strip{
        gap:4px!important;
        padding:7px 7px 0!important;
    }

    .orre-home-size-strip span{
        min-width:33px!important;
        height:30px!important;

        padding:0 7px!important;

        font-size:9px!important;
    }
}

body .orre-home-product-grid,
body .orre-shop-pro-grid,
body .orre-collection-grid,
body .orre-related-track {
    box-sizing: border-box !important;
    width: 100% !important;
    padding-left: clamp(22px,3vw,56px) !important;
    padding-right: clamp(22px,3vw,56px) !important;
}

body .orre-product-slider {
    scroll-padding-left: clamp(22px,3vw,56px) !important;
    scroll-padding-right: clamp(22px,3vw,56px) !important;
}

body .orre-home-hero,
body .orre-home-editorial,
body .orre-home-brand,
body .orre-brand-strip {
    width: 100% !important;
    max-width: none !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

body .orre-home-product-grid,
body .orre-shop-pro-grid,
body .orre-collection-grid {
    gap: 12px !important;
}

body .orre-home-size-strip {
    position: relative !important;
    display: flex !important;
    visibility: visible !important;
    opacity: 1 !important;
    width: 100% !important;
    height: auto !important;
    min-height: 44px !important;
    max-height: none !important;
    margin: 0 !important;
    padding: 10px 14px 0 !important;
    flex-wrap: wrap !important;
    align-items: flex-start !important;
    gap: 6px !important;
    background: #fff !important;
    transform: none !important;
    overflow: visible !important;
}

    body .orre-home-size-strip > span {
        min-width: 40px !important;
        width: auto !important;
        height: 34px !important;
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        margin: 0 !important;
        padding: 0 10px !important;
        background: #fff !important;
        color: #555 !important;
        border: 1px solid #d4d4d4 !important;
        border-radius: 0 !important;
        font-family: Arial,Helvetica,sans-serif !important;
        font-size: 10px !important;
        font-weight: 500 !important;
        line-height: 1 !important;
        letter-spacing: .02em !important;
        text-transform: uppercase !important;
        box-shadow: none !important;
    }

body .orre-shop-pro-sizes,
body .orre-collection-size-strip {
    display: flex !important;
    visibility: visible !important;
    opacity: 1 !important;
    width: 100% !important;
    height: auto !important;
    min-height: 44px !important;
    margin: 0 !important;
    padding: 10px 14px 0 !important;
    gap: 6px !important;
    flex-wrap: wrap !important;
    background: #fff !important;
    transform: none !important;
    overflow: visible !important;
}

body .orre-shop-pro-size-label,
body .orre-collection-size-label {
    display: none !important;
}

body .orre-shop-pro-size-list {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 6px !important;
}

    body .orre-shop-pro-size-list > span,
    body .orre-collection-size-strip > span {
        min-width: 40px !important;
        width: auto !important;
        height: 34px !important;
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        padding: 0 10px !important;
        background: #fff !important;
        color: #555 !important;
        border: 1px solid #d4d4d4 !important;
        border-radius: 0 !important;
        font-size: 10px !important;
        font-weight: 500 !important;
    }

body .product-grid-item .wd-swatches-grid,
body .related.products .wd-swatches-grid,
body .upsells.products .wd-swatches-grid {
    display: flex !important;
    visibility: visible !important;
    opacity: 1 !important;
    width: 100% !important;
    height: auto !important;
    margin: 8px 0 0 !important;
    padding: 0 !important;
    flex-wrap: wrap !important;
    gap: 6px !important;
}

body .product-grid-item .wd-swatch-text,
body .related.products .wd-swatch-text,
body .upsells.products .wd-swatch-text {
    min-width: 40px !important;
    height: 34px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0 10px !important;
    background: #fff !important;
    color: #555 !important;
    border: 1px solid #d4d4d4 !important;
    border-radius: 0 !important;
    font-size: 10px !important;
    font-weight: 500 !important;
    box-shadow: none !important;
}

body .orre-home-product-info,
body .orre-shop-pro-info,
body .orre-collection-card-info {
    margin: 0 !important;
    padding: 13px 14px 24px !important;
    background: #fff !important;
}

body .orre-home-product-name,
body .orre-shop-pro-name,
body .orre-collection-card-title {
    display: block !important;
    margin: 0 !important;
    color: #111 !important;
    font-family: Arial,Helvetica,sans-serif !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    line-height: 1.35 !important;
    letter-spacing: .01em !important;
    text-transform: uppercase !important;
}

body .orre-home-product-price,
body .orre-shop-pro-price,
body .orre-collection-card-price {
    display: block !important;
    margin-top: 7px !important;
    color: #111 !important;
    font-family: Arial,Helvetica,sans-serif !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    line-height: 1.3 !important;
}

body .woocommerce-Price-currencySymbol {
    display: inline-block !important;
    margin-right: 5px !important;
}

@media(max-width:1024px) {

    body .orre-home-product-grid,
    body .orre-shop-pro-grid,
    body .orre-collection-grid,
    body .orre-related-track {
        padding-left: 18px !important;
        padding-right: 18px !important;
    }

    body .orre-home-product-grid,
    body .orre-shop-pro-grid,
    body .orre-collection-grid {
        gap: 8px !important;
    }
}

@media(max-width:767px) {

    body .orre-home-product-grid,
    body .orre-shop-pro-grid,
    body .orre-collection-grid,
    body .orre-related-track {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    body .orre-home-product-grid,
    body .orre-shop-pro-grid,
    body .orre-collection-grid {
        gap: 6px !important;
    }

    body .orre-home-size-strip,
    body .orre-shop-pro-sizes,
    body .orre-collection-size-strip {
        min-height: 38px !important;
        padding: 7px 7px 0 !important;
        gap: 4px !important;
    }

        body .orre-home-size-strip > span,
        body .orre-shop-pro-size-list > span,
        body .orre-collection-size-strip > span,
        body .product-grid-item .wd-swatch-text {
            min-width: 33px !important;
            height: 30px !important;
            padding: 0 7px !important;
            font-size: 9px !important;
        }

    body .orre-home-product-info,
    body .orre-shop-pro-info,
    body .orre-collection-card-info {
        padding: 10px 7px 17px !important;
    }

    body .orre-home-product-name,
    body .orre-shop-pro-name,
    body .orre-collection-card-title {
        font-size: 10.5px !important;
    }

    body .orre-home-product-price,
    body .orre-shop-pro-price,
    body .orre-collection-card-price {
        margin-top: 5px !important;
        font-size: 10.5px !important;
    }
}

.orre-home-product-grid,
.orre-shop-pro-grid,
.orre-collection-grid,
.orre-related-track{
    width:100%!important;
    max-width:100%!important;

    box-sizing:border-box!important;

    padding-left:40px!important;
    padding-right:40px!important;

    margin-left:auto!important;
    margin-right:auto!important;
}

.orre-home-product-grid,
.orre-shop-pro-grid,
.orre-collection-grid{
    gap:16px!important;
    column-gap:16px!important;
    row-gap:24px!important;
}

.orre-home-product,
.orre-shop-pro-card,
.orre-collection-card{
    min-width:0!important;

    margin:0!important;
    padding:0!important;

    background:#fff!important;
}

.orre-home-product-media,
.orre-shop-pro-gallery,
.orre-collection-card-media{
    width:100%!important;

    margin:0!important;
    padding:0!important;

    overflow:hidden!important;

    background:#f3efed!important;
}

.orre-home-product-media img,
.orre-shop-pro-gallery img,
.orre-collection-card-media img{
    display:block!important;

    width:100%!important;
    height:100%!important;

    margin:0!important;

    object-fit:cover!important;
    object-position:center!important;
}

.orre-home-size-strip,
.orre-shop-pro-sizes,
.orre-collection-size-strip{
    box-sizing:border-box!important;

    width:100%!important;

    margin:0!important;
    padding:10px 12px 0!important;

    gap:6px!important;

    background:#fff!important;
}

.orre-home-product-info,
.orre-shop-pro-info,
.orre-collection-card-info{
    box-sizing:border-box!important;

    width:100%!important;

    margin:0!important;
    padding:14px 12px 24px!important;

    background:#fff!important;
}

.orre-home-product-name,
.orre-shop-pro-name,
.orre-collection-card-title{
    margin:0!important;

    font-size:13px!important;
    font-weight:700!important;
    line-height:1.35!important;

    text-transform:uppercase!important;
}

.orre-home-product-price,
.orre-shop-pro-price,
.orre-collection-card-price{
    margin-top:7px!important;

    font-size:12px!important;
    font-weight:700!important;
}

.woocommerce-Price-currencySymbol{
    display:inline-block!important;
    margin-right:5px!important;
}

@media(max-width:1024px){

    .orre-home-product-grid,
    .orre-shop-pro-grid,
    .orre-collection-grid,
    .orre-related-track{
        padding-left:24px!important;
        padding-right:24px!important;
    }

    .orre-home-product-grid,
    .orre-shop-pro-grid,
    .orre-collection-grid{
        gap:12px!important;
    }
}

@media(max-width:767px){

    .orre-home-product-grid,
    .orre-shop-pro-grid,
    .orre-collection-grid,
    .orre-related-track{
        padding-left:12px!important;
        padding-right:12px!important;
    }

    .orre-home-product-grid,
    .orre-shop-pro-grid,
    .orre-collection-grid{
        gap:8px!important;
        row-gap:18px!important;
    }

    .orre-home-size-strip,
    .orre-shop-pro-sizes,
    .orre-collection-size-strip{
        padding:7px 7px 0!important;
    }

    .orre-home-product-info,
    .orre-shop-pro-info,
    .orre-collection-card-info{
        padding:10px 7px 16px!important;
    }
}

:root{
    --orre-page-gutter: 56px;
    --orre-card-gap: 16px;
}

.orre-home-new,
.orre-home-collection{
    padding-left:var(--orre-page-gutter)!important;
    padding-right:var(--orre-page-gutter)!important;

    box-sizing:border-box!important;
}

.orre-home-new .orre-home-section-header,
.orre-home-collection .orre-home-section-header{
    padding-left:0!important;
    padding-right:0!important;
}

.orre-home-product-grid{
    width:100%!important;

    padding-left:0!important;
    padding-right:0!important;

    gap:var(--orre-card-gap)!important;

    box-sizing:border-box!important;
}

.orre-slider-shell{
    position:relative!important;

    width:100%!important;

    margin:0!important;
    padding:0!important;

    box-sizing:border-box!important;
}

.orre-inside{
    width:100%!important;

    padding-left:var(--orre-page-gutter)!important;
    padding-right:var(--orre-page-gutter)!important;

    box-sizing:border-box!important;
}

.orre-inside-head{
    width:100%!important;

    margin-left:auto!important;
    margin-right:auto!important;

    padding-left:0!important;
    padding-right:0!important;

    box-sizing:border-box!important;
}

.orre-inside-shell{
    position:relative!important;

    width:100%!important;

    margin:0!important;
    padding:0!important;

    box-sizing:border-box!important;
}

.orre-inside-track{
    width:100%!important;

    margin:0!important;

    padding-left:0!important;
    padding-right:0!important;

    gap:30px!important;

    box-sizing:border-box!important;
}

.orre-home-product,
.orre-inside-card{
    margin:0!important;
}

.orre-shop-pro-products,
.orre-collection-products{
    padding-left:var(--orre-page-gutter)!important;
    padding-right:var(--orre-page-gutter)!important;

    box-sizing:border-box!important;
}

.orre-shop-pro-grid,
.orre-collection-grid{
    width:100%!important;

    padding-left:0!important;
    padding-right:0!important;

    gap:var(--orre-card-gap)!important;

    box-sizing:border-box!important;
}

.orre-related-section,
.related.products,
.upsells.products{
    padding-left:var(--orre-page-gutter)!important;
    padding-right:var(--orre-page-gutter)!important;

    box-sizing:border-box!important;
}

.orre-related-track{
    width:100%!important;

    padding-left:0!important;
    padding-right:0!important;

    gap:var(--orre-card-gap)!important;

    box-sizing:border-box!important;
}

.orre-slider-prev,
.orre-inside-prev{
    left:-28px!important;
}

.orre-slider-next,
.orre-inside-next{
    right:-28px!important;
}

@media(max-width:1024px){

    :root{
        --orre-page-gutter: 28px;
        --orre-card-gap: 12px;
    }

    .orre-inside-track{
        gap:18px!important;
    }

    .orre-slider-prev,
    .orre-inside-prev{
        left:-14px!important;
    }

    .orre-slider-next,
    .orre-inside-next{
        right:-14px!important;
    }
}

@media(max-width:767px){

    :root{
        --orre-page-gutter: 12px;
        --orre-card-gap: 8px;
    }

    .orre-home-new,
    .orre-home-collection,
    .orre-inside,
    .orre-shop-pro-products,
    .orre-collection-products,
    .orre-related-section,
    .related.products,
    .upsells.products{
        padding-left:12px!important;
        padding-right:12px!important;
    }

    .orre-inside-track{
        gap:12px!important;
    }

    .orre-slider-prev,
    .orre-inside-prev{
        left:4px!important;
    }

    .orre-slider-next,
    .orre-inside-next{
        right:4px!important;
    }
}

.orre-home-new,
.orre-home-collection{
    box-sizing:border-box!important;
    width:100%!important;
    padding-left:56px!important;
    padding-right:56px!important;
}

.orre-slider-shell{
    position:relative!important;
    width:100%!important;
    margin:0!important;
    padding:0!important;
    overflow:visible!important;
}

.orre-home-product-grid{
    box-sizing:border-box!important;
    width:100%!important;
    padding-left:0!important;
    padding-right:0!important;
    gap:16px!important;
}

.orre-slider-arrow{
    position:absolute!important;
    top:42%!important;
    z-index:50!important;

    width:50px!important;
    height:50px!important;

    display:flex!important;
    align-items:center!important;
    justify-content:center!important;

    padding:0!important;
    margin:0!important;

    background:rgba(255,255,255,.96)!important;
    color:#111!important;

    border:1px solid rgba(0,0,0,.08)!important;
    border-radius:50%!important;

    box-shadow:0 5px 18px rgba(0,0,0,.10)!important;

    transform:translateY(-50%)!important;

    cursor:pointer!important;
}

.orre-slider-prev{
    left:10px!important;
}

.orre-slider-next{
    right:10px!important;
}

.orre-slider-arrow:hover{
    background:#000!important;
    color:#fff!important;
}

.orre-slider-arrow > span{
    position:relative!important;
    display:block!important;
    width:12px!important;
    height:12px!important;
}

.orre-slider-arrow > span::before{
    content:""!important;
    position:absolute!important;
    top:50%!important;
    left:50%!important;
    width:8px!important;
    height:8px!important;
    border-top:1.5px solid currentColor!important;
    border-right:1.5px solid currentColor!important;
}

.orre-slider-prev > span::before{
    transform:translate(-35%,-50%) rotate(-135deg)!important;
}

.orre-slider-next > span::before{
    transform:translate(-65%,-50%) rotate(45deg)!important;
}

.orre-home-size-strip{
    display:flex!important;
    visibility:visible!important;
    opacity:1!important;

    width:100%!important;
    min-height:44px!important;

    margin:0!important;
    padding:10px 12px 0!important;

    flex-wrap:wrap!important;
    align-items:center!important;
    gap:6px!important;

    background:#fff!important;
    overflow:visible!important;
    transform:none!important;
}

.orre-home-size-strip > span{
    min-width:40px!important;
    height:34px!important;

    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;

    padding:0 10px!important;

    background:#fff!important;
    color:#444!important;

    border:1px solid #d4d4d4!important;
    border-radius:0!important;

    font-family:Arial,Helvetica,sans-serif!important;
    font-size:10px!important;
    font-weight:500!important;
    line-height:1!important;
    text-transform:uppercase!important;
}

.orre-home-product-info{
    box-sizing:border-box!important;
    width:100%!important;

    margin:0!important;
    padding:12px 12px 22px!important;

    background:#fff!important;
}

.orre-home-product-name{
    margin:0!important;
    font-size:13px!important;
    font-weight:700!important;
    line-height:1.35!important;
    text-transform:uppercase!important;
}

.orre-home-product-price{
    margin-top:7px!important;
    font-size:12px!important;
    font-weight:700!important;
}

@media(max-width:1024px){

    .orre-home-new,
    .orre-home-collection{
        padding-left:28px!important;
        padding-right:28px!important;
    }

    .orre-home-product-grid{
        gap:12px!important;
    }

    .orre-slider-arrow{
        width:44px!important;
        height:44px!important;
    }

    .orre-slider-prev{
        left:8px!important;
    }

    .orre-slider-next{
        right:8px!important;
    }
}

@media(max-width:767px){

    .orre-home-new,
    .orre-home-collection{
        padding-left:12px!important;
        padding-right:12px!important;
    }

    .orre-home-product-grid{
        gap:8px!important;
    }

    .orre-slider-arrow{
        width:38px!important;
        height:38px!important;
        top:40%!important;
    }

    .orre-slider-prev{
        left:5px!important;
    }

    .orre-slider-next{
        right:5px!important;
    }

    .orre-home-size-strip{
        min-height:38px!important;
        padding:7px 7px 0!important;
        gap:4px!important;
    }

    .orre-home-size-strip > span{
        min-width:33px!important;
        height:30px!important;
        padding:0 7px!important;
        font-size:9px!important;
    }

    .orre-home-product-info{
        padding:10px 7px 16px!important;
    }
}

.orre-home-new,
.orre-home-collection{
    box-sizing:border-box!important;
    width:100%!important;
    padding-left:64px!important;
    padding-right:64px!important;
}

.orre-slider-shell{
    position:relative!important;
    width:100%!important;
    margin:0!important;
    padding:0!important;
    overflow:hidden!important;
}

.orre-home-product-grid{
    box-sizing:border-box!important;
    width:100%!important;
    gap:16px!important;
    padding:0!important;
    margin:0!important;
}

.orre-home-product{
    min-width:0!important;
    margin:0!important;
    background:#fff!important;
}

.orre-slider-arrow{
    position:absolute!important;
    top:42%!important;
    z-index:60!important;

    width:48px!important;
    height:48px!important;

    display:flex!important;
    align-items:center!important;
    justify-content:center!important;

    margin:0!important;
    padding:0!important;

    background:#fff!important;
    color:#111!important;

    border:1px solid rgba(0,0,0,.10)!important;
    border-radius:50%!important;

    box-shadow:0 4px 16px rgba(0,0,0,.10)!important;

    transform:translateY(-50%)!important;
}

.orre-slider-prev{
    left:14px!important;
}

.orre-slider-next{
    right:14px!important;
}

.orre-slider-arrow svg{
    width:20px!important;
    height:20px!important;

    display:block!important;

    fill:none!important;
    stroke:currentColor!important;
    stroke-width:1.8!important;
    stroke-linecap:round!important;
    stroke-linejoin:round!important;
}

.orre-slider-arrow:hover{
    background:#000!important;
    color:#fff!important;
}

.orre-slider-arrow > span,
.orre-slider-arrow::before,
.orre-slider-arrow::after,
.orre-slider-arrow > span::before,
.orre-slider-arrow > span::after{
    display:none!important;
    content:none!important;
}

.orre-home-size-strip{
    box-sizing:border-box!important;

    display:flex!important;
    visibility:visible!important;
    opacity:1!important;

    width:100%!important;
    min-height:46px!important;

    margin:0!important;
    padding:10px 12px 2px!important;

    flex-wrap:wrap!important;
    align-items:center!important;
    gap:6px!important;

    background:#fff!important;

    transform:none!important;
    overflow:visible!important;
}

.orre-home-size-strip > span{
    min-width:40px!important;
    height:34px!important;

    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;

    margin:0!important;
    padding:0 10px!important;

    color:#444!important;
    background:#fff!important;

    border:1px solid #d4d4d4!important;
    border-radius:0!important;

    font-family:Arial,Helvetica,sans-serif!important;
    font-size:10px!important;
    font-weight:500!important;
    line-height:1!important;

    text-transform:uppercase!important;
}

.orre-home-product-info{
    box-sizing:border-box!important;
    width:100%!important;

    margin:0!important;
    padding:12px 12px 22px!important;

    background:#fff!important;
}

@media(max-width:1024px){

    .orre-home-new,
    .orre-home-collection{
        padding-left:28px!important;
        padding-right:28px!important;
    }

    .orre-home-product-grid{
        gap:12px!important;
    }

    .orre-slider-arrow{
        width:44px!important;
        height:44px!important;
    }

    .orre-slider-prev{
        left:10px!important;
    }

    .orre-slider-next{
        right:10px!important;
    }
}

@media(max-width:767px){

    .orre-home-new,
    .orre-home-collection{
        padding-left:12px!important;
        padding-right:12px!important;
    }

    .orre-home-product-grid{
        gap:8px!important;
    }

    .orre-slider-arrow{
        width:38px!important;
        height:38px!important;
        top:40%!important;
    }

    .orre-slider-prev{
        left:6px!important;
    }

    .orre-slider-next{
        right:6px!important;
    }

    .orre-home-size-strip{
        min-height:38px!important;
        padding:7px 7px 2px!important;
        gap:4px!important;
    }

    .orre-home-size-strip > span{
        min-width:33px!important;
        height:30px!important;
        padding:0 7px!important;
        font-size:9px!important;
    }
}

body.home .orre-home-collection{
    width:100%!important;
    padding-left:56px!important;
    padding-right:56px!important;
    box-sizing:border-box!important;
}

body.home .orre-home-collection .orre-slider-shell{
    position:relative!important;
    width:100%!important;
    margin:0!important;
    padding:0!important;
    overflow:hidden!important;
}

body.home .orre-product-slider{
    display:flex!important;
    width:100%!important;
    gap:16px!important;
    margin:0!important;
    padding:0!important;
    overflow-x:auto!important;
    overflow-y:hidden!important;
    scroll-snap-type:x proximity!important;
    scrollbar-width:none!important;
}

body.home .orre-product-slider::-webkit-scrollbar{
    display:none!important;
}

body.home .orre-product-slider > .orre-home-product{
    flex:0 0 calc((100% - 48px) / 4)!important;
    width:calc((100% - 48px) / 4)!important;
    max-width:calc((100% - 48px) / 4)!important;
    min-width:0!important;
    margin:0!important;
    padding:0 0 24px!important;
    scroll-snap-align:start!important;
}

body.home .orre-home-size-strip{
    position:static!important;
    inset:auto!important;

    display:flex!important;
    visibility:visible!important;
    opacity:1!important;
    transform:none!important;

    width:100%!important;
    min-height:46px!important;

    margin:0!important;
    padding:10px 12px 2px!important;

    align-items:center!important;
    justify-content:flex-start!important;
    flex-wrap:wrap!important;
    gap:6px!important;

    background:#fff!important;
    overflow:visible!important;

    transition:none!important;
}

body.home .orre-home-product:hover .orre-home-size-strip{
    opacity:1!important;
    transform:none!important;
}

body.home .orre-home-size-strip > span{
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;

    min-width:40px!important;
    width:auto!important;
    height:34px!important;

    margin:0!important;
    padding:0 10px!important;

    background:#fff!important;
    color:#555!important;

    border:1px solid #d5d5d5!important;
    border-radius:0!important;

    box-shadow:none!important;

    font-family:Arial,Helvetica,sans-serif!important;
    font-size:10px!important;
    font-weight:500!important;
    line-height:1!important;
    letter-spacing:0!important;
    text-transform:uppercase!important;
}

body.home .orre-home-product-info{
    margin:0!important;
    padding:10px 12px 24px!important;
    background:#fff!important;
}

body.home .orre-slider-arrow,
body.home .orre-slider-arrow:hover,
body.home .orre-slider-arrow:focus{
    position:absolute!important;
    top:42%!important;
    z-index:100!important;

    width:52px!important;
    height:52px!important;

    display:flex!important;
    align-items:center!important;
    justify-content:center!important;

    margin:0!important;
    padding:0!important;

    background:#fff!important;
    color:#111!important;

    border:1px solid #e2e2e2!important;
    border-radius:50%!important;

    box-shadow:0 5px 18px rgba(0,0,0,.10)!important;

    transform:translateY(-50%)!important;
}

body.home .orre-slider-prev{
    left:12px!important;
}

body.home .orre-slider-next{
    right:12px!important;
}

body.home .orre-slider-arrow span{
    position:relative!important;
    display:block!important;
    width:14px!important;
    height:14px!important;
}

body.home .orre-slider-arrow span::before{
    content:""!important;
    position:absolute!important;
    top:50%!important;
    left:50%!important;
    width:8px!important;
    height:8px!important;
    border-top:1.8px solid currentColor!important;
    border-right:1.8px solid currentColor!important;
}

body.home .orre-slider-prev span::before{
    transform:translate(-35%,-50%) rotate(-135deg)!important;
}

body.home .orre-slider-next span::before{
    transform:translate(-65%,-50%) rotate(45deg)!important;
}

body.post-type-archive-product .orre-shop-pro-sizes,
body.post-type-archive-product .orre-shop-pro-size-list{
    display:flex!important;
    visibility:visible!important;
    opacity:1!important;
}

body.post-type-archive-product .orre-shop-pro-size-label{
    display:none!important;
}

body.post-type-archive-product .orre-shop-pro-sizes{
    position:static!important;
    width:100%!important;
    min-height:46px!important;
    margin:0!important;
    padding:10px 12px 2px!important;
    align-items:center!important;
    justify-content:flex-start!important;
    background:#fff!important;
}

body.post-type-archive-product .orre-shop-pro-size-list{
    align-items:center!important;
    justify-content:flex-start!important;
    flex-wrap:wrap!important;
    gap:6px!important;
}

body.post-type-archive-product .orre-shop-pro-size-list > span{
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    min-width:40px!important;
    height:34px!important;
    padding:0 10px!important;
    margin:0!important;
    background:#fff!important;
    color:#555!important;
    border:1px solid #d5d5d5!important;
    border-radius:0!important;
    font-size:10px!important;
    font-weight:500!important;
    line-height:1!important;
}

body.tax-product_cat .orre-collection-sizes{
    display:flex!important;
    visibility:visible!important;
    opacity:1!important;
    transform:none!important;
}

@media(max-width:1024px){
    body.home .orre-home-collection{
        padding-left:28px!important;
        padding-right:28px!important;
    }

    body.home .orre-product-slider{
        gap:12px!important;
    }

    body.home .orre-product-slider > .orre-home-product{
        flex-basis:calc((100% - 24px) / 3)!important;
        width:calc((100% - 24px) / 3)!important;
        max-width:calc((100% - 24px) / 3)!important;
    }
}

@media(max-width:767px){
    body.home .orre-home-collection{
        padding-left:12px!important;
        padding-right:12px!important;
    }

    body.home .orre-product-slider{
        gap:10px!important;
    }

    body.home .orre-product-slider > .orre-home-product{
        flex:0 0 78vw!important;
        width:78vw!important;
        max-width:330px!important;
    }

    body.home .orre-home-size-strip{
        min-height:38px!important;
        padding:7px 7px 2px!important;
        gap:4px!important;
    }

    body.home .orre-home-size-strip > span{
        min-width:33px!important;
        height:30px!important;
        padding:0 7px!important;
        font-size:9px!important;
    }

    body.home .orre-slider-arrow{
        display:none!important;
    }
}

.orre-home-product-name,
.orre-collection-product-name,
.orre-shop-pro-name,
.orre-pdp-final-related-info > a{
    color:#111!important;
    font-family:Arial,Helvetica,sans-serif!important;
    font-size:14px!important;
    font-weight:700!important;
    line-height:1.35!important;
    letter-spacing:.01em!important;
    text-transform:uppercase!important;
}

.orre-home-product-price,
.orre-collection-product-price,
.orre-shop-pro-price,
.orre-pdp-final-related-info > span{
    margin-top:8px!important;
    color:#111!important;
    font-family:Arial,Helvetica,sans-serif!important;
    font-size:14px!important;
    font-weight:700!important;
    line-height:1.25!important;
}

.woocommerce-Price-currencySymbol{
    display:inline-block!important;
    margin-right:5px!important;
}

.orre-home-size-strip,
.orre-collection-sizes,
.orre-shop-pro-sizes,
.orre-shop-pro-size-list{
    position:static!important;
    inset:auto!important;
    display:flex!important;
    visibility:visible!important;
    opacity:1!important;
    transform:none!important;
    flex-wrap:wrap!important;
    align-items:center!important;
    justify-content:flex-start!important;
    gap:6px!important;
    width:100%!important;
    min-height:48px!important;
    margin:0!important;
    padding:10px 12px 4px!important;
    background:#fff!important;
    overflow:visible!important;
    transition:none!important;
}

.orre-home-size-strip > span,
.orre-collection-sizes > span,
.orre-shop-pro-size-list > span{
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    min-width:42px!important;
    height:36px!important;
    margin:0!important;
    padding:0 11px!important;
    background:#000!important;
    color:#fff!important;
    border:1px solid #000!important;
    border-radius:0!important;
    box-shadow:none!important;
    font-family:Arial,Helvetica,sans-serif!important;
    font-size:10px!important;
    font-weight:700!important;
    line-height:1!important;
    letter-spacing:.04em!important;
    text-transform:uppercase!important;
}

.orre-home-product:hover .orre-home-size-strip,
.orre-collection-card:hover .orre-collection-sizes{
    opacity:1!important;
    transform:none!important;
}

.orre-shop-pro-size-label{
    display:none!important;
}

.orre-home-product-info,
.orre-collection-card-info,
.orre-shop-pro-info,
.orre-pdp-final-related-info{
    padding:12px 12px 24px!important;
    background:#fff!important;
}

body.single-product,
body.single-product #page,
body.single-product .website-wrapper,
body.single-product .main-page-wrapper,
body.single-product .site-content,
body.single-product .orre-single-product-page,
body.single-product .orre-pdp-final,
body.single-product .orre-pdp-final-main,
body.single-product .orre-pdp-final-gallery,
body.single-product .orre-pdp-kiji-gallery,
body.single-product .orre-pdp-kiji-main-link,
body.single-product .orre-pdp-kiji-thumbs,
body.single-product .orre-pdp-kiji-thumb{
    background:#fff!important;
}

body.single-product .orre-pdp-kiji-main-image{
    display:block!important;
    width:100%!important;
    height:auto!important;
    max-height:720px!important;
    min-height:0!important;
    margin:0 auto!important;
    object-fit:contain!important;
    object-position:center!important;
    background:#fff!important;
}

body.single-product .orre-pdp-kiji-thumb img{
    object-fit:contain!important;
    background:#fff!important;
}

body.single-product .orre-pdp-final-summary-inner{
    padding-top:42px!important;
}

body.single-product .orre-pdp-final-title{
    color:#111!important;
    font-family:Arial,Helvetica,sans-serif!important;
    font-size:32px!important;
    font-weight:700!important;
    line-height:1.08!important;
    letter-spacing:-.02em!important;
    text-transform:uppercase!important;
}

body.single-product .orre-pdp-final-codes{
    margin-top:12px!important;
    color:#777!important;
    font-family:Arial,Helvetica,sans-serif!important;
    font-size:10px!important;
    font-weight:500!important;
    letter-spacing:.06em!important;
}

body.single-product .orre-pdp-final-price{
    margin-top:20px!important;
    color:#111!important;
    font-family:Arial,Helvetica,sans-serif!important;
    font-size:24px!important;
    font-weight:700!important;
    line-height:1.1!important;
}

body.single-product .orre-pdp-final-short-description{
    max-width:620px!important;
    margin-top:22px!important;
    color:#333!important;
    font-family:Arial,Helvetica,sans-serif!important;
    font-size:14px!important;
    font-weight:400!important;
    line-height:1.7!important;
}

body.single-product .orre-pdp-final-short-description p{
    margin:0 0 12px!important;
}

body.single-product .orre-pdp-final-buy .variations,
body.single-product .orre-pdp-final-buy .variations tbody,
body.single-product .orre-pdp-final-buy .variations tr,
body.single-product .orre-pdp-final-buy .variations th,
body.single-product .orre-pdp-final-buy .variations td{
    display:block!important;
    visibility:visible!important;
    opacity:1!important;
    width:100%!important;
}

body.single-product .orre-pdp-final-buy .variations{
    margin:0 0 22px!important;
    padding:0!important;
    border:0!important;
}

body.single-product .orre-pdp-final-buy .variations tr{
    margin:0 0 18px!important;
}

body.single-product .orre-pdp-final-buy .variations th,
body.single-product .orre-pdp-final-buy .variations td{
    margin:0!important;
    padding:0!important;
    border:0!important;
}

body.single-product .orre-pdp-final-buy .variations label{
    display:block!important;
    margin:0 0 10px!important;
    color:#111!important;
    font-family:Arial,Helvetica,sans-serif!important;
    font-size:11px!important;
    font-weight:700!important;
    line-height:1!important;
    letter-spacing:.08em!important;
    text-transform:uppercase!important;
}

body.single-product .orre-pdp-final-buy .wd-swatches-product{
    display:flex!important;
    flex-wrap:wrap!important;
    gap:7px!important;
}

body.single-product .orre-pdp-final-buy .wd-swatch,
body.single-product .orre-pdp-final-buy .wd-swatch-text{
    min-width:46px!important;
    height:38px!important;
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    margin:0!important;
    padding:0 12px!important;
    background:#000!important;
    color:#fff!important;
    border:1px solid #000!important;
    border-radius:0!important;
    font-size:10px!important;
    font-weight:700!important;
}

body.single-product .orre-pdp-final-buy .wd-swatch.wd-active,
body.single-product .orre-pdp-final-buy .wd-swatch.active,
body.single-product .orre-pdp-final-buy .wd-swatch.selected,
body.single-product .orre-pdp-final-buy .wd-swatch:hover{
    background:#fff!important;
    color:#000!important;
    border-color:#000!important;
}

body.single-product .orre-pdp-final-buy .variations select{
    display:block!important;
    width:100%!important;
    max-width:360px!important;
    height:46px!important;
    margin:0!important;
    padding:0 14px!important;
    background:#000!important;
    color:#fff!important;
    border:1px solid #000!important;
    border-radius:0!important;
    font-size:11px!important;
    font-weight:600!important;
}

body.single-product .orre-pdp-final-buy .reset_variations{
    display:inline-block!important;
    margin-top:9px!important;
    color:#555!important;
    font-size:9px!important;
    font-weight:600!important;
    letter-spacing:.06em!important;
}

body.single-product .orre-pdp-static-sizes{
    margin-top:24px!important;
}

body.single-product .orre-pdp-static-sizes-label{
    display:block!important;
    margin-bottom:10px!important;
    color:#111!important;
    font-size:11px!important;
    font-weight:700!important;
    letter-spacing:.08em!important;
}

body.single-product .orre-pdp-static-sizes-list{
    display:flex!important;
    flex-wrap:wrap!important;
    gap:7px!important;
}

body.single-product .orre-pdp-static-sizes-list > span{
    min-width:46px!important;
    height:38px!important;
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    padding:0 12px!important;
    background:#000!important;
    color:#fff!important;
    border:1px solid #000!important;
    font-size:10px!important;
    font-weight:700!important;
}

body.single-product .orre-pdp-final-buy{
    margin-top:28px!important;
}

body.single-product .orre-pdp-final-buy .single_add_to_cart_button{
    min-height:52px!important;
    background:#000!important;
    color:#fff!important;
    border:1px solid #000!important;
    font-size:11px!important;
    font-weight:700!important;
    letter-spacing:.10em!important;
}

@media(max-width:767px){

    .orre-home-product-name,
    .orre-collection-product-name,
    .orre-shop-pro-name{
        font-size:12px!important;
    }

    .orre-home-product-price,
    .orre-collection-product-price,
    .orre-shop-pro-price{
        font-size:12px!important;
    }

    .orre-home-size-strip,
    .orre-collection-sizes,
    .orre-shop-pro-sizes{
        padding:8px 7px 3px!important;
        gap:4px!important;
    }

    .orre-home-size-strip > span,
    .orre-collection-sizes > span,
    .orre-shop-pro-size-list > span{
        min-width:36px!important;
        height:32px!important;
        padding:0 8px!important;
        font-size:9px!important;
    }

    body.single-product .orre-pdp-final-title{
        font-size:25px!important;
    }

    body.single-product .orre-pdp-final-price{
        font-size:20px!important;
    }

    body.single-product .orre-pdp-final-short-description{
        font-size:13px!important;
        line-height:1.65!important;
    }

    body.single-product .orre-pdp-kiji-main-image{
        max-height:none!important;
        object-fit:contain!important;
    }
}

.orre-home-product-name,
.orre-collection-product-name,
.orre-shop-pro-name,
.orre-pdp-final-related-info > a{
    color:#111!important;
    font-family:Arial,Helvetica,sans-serif!important;
    font-size:14px!important;
    font-weight:700!important;
    line-height:1.35!important;
    letter-spacing:.01em!important;
    text-transform:uppercase!important;
}

.orre-home-product-price,
.orre-collection-product-price,
.orre-shop-pro-price,
.orre-pdp-final-related-info > span{
    margin-top:8px!important;
    color:#111!important;
    font-family:Arial,Helvetica,sans-serif!important;
    font-size:14px!important;
    font-weight:700!important;
    line-height:1.25!important;
}

.woocommerce-Price-currencySymbol{
    display:inline-block!important;
    margin-right:5px!important;
}

.orre-home-size-strip,
.orre-collection-sizes,
.orre-shop-pro-sizes,
.orre-shop-pro-size-list{
    position:static!important;
    inset:auto!important;
    display:flex!important;
    visibility:visible!important;
    opacity:1!important;
    transform:none!important;
    flex-wrap:wrap!important;
    align-items:center!important;
    justify-content:flex-start!important;
    gap:6px!important;
    width:100%!important;
    min-height:48px!important;
    margin:0!important;
    padding:10px 12px 4px!important;
    background:#fff!important;
    overflow:visible!important;
    transition:none!important;
}

.orre-home-size-strip > span,
.orre-collection-sizes > span,
.orre-shop-pro-size-list > span{
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    min-width:42px!important;
    height:36px!important;
    margin:0!important;
    padding:0 11px!important;
    background:#000!important;
    color:#fff!important;
    border:1px solid #000!important;
    border-radius:0!important;
    box-shadow:none!important;
    font-family:Arial,Helvetica,sans-serif!important;
    font-size:10px!important;
    font-weight:700!important;
    line-height:1!important;
    letter-spacing:.04em!important;
    text-transform:uppercase!important;
}

.orre-home-product:hover .orre-home-size-strip,
.orre-collection-card:hover .orre-collection-sizes{
    opacity:1!important;
    transform:none!important;
}

.orre-shop-pro-size-label{
    display:none!important;
}

.orre-home-product-info,
.orre-collection-card-info,
.orre-shop-pro-info,
.orre-pdp-final-related-info{
    padding:12px 12px 24px!important;
    background:#fff!important;
}

body.single-product,
body.single-product #page,
body.single-product .website-wrapper,
body.single-product .main-page-wrapper,
body.single-product .site-content,
body.single-product .orre-single-product-page,
body.single-product .orre-pdp-final,
body.single-product .orre-pdp-final-main,
body.single-product .orre-pdp-final-gallery,
body.single-product .orre-pdp-kiji-gallery,
body.single-product .orre-pdp-kiji-main-link,
body.single-product .orre-pdp-kiji-thumbs,
body.single-product .orre-pdp-kiji-thumb{
    background:#fff!important;
}

body.single-product .orre-pdp-kiji-main-image{
    display:block!important;
    width:100%!important;
    height:auto!important;
    max-height:720px!important;
    min-height:0!important;
    margin:0 auto!important;
    object-fit:contain!important;
    object-position:center!important;
    background:#fff!important;
}

body.single-product .orre-pdp-kiji-thumb img{
    object-fit:contain!important;
    background:#fff!important;
}

body.single-product .orre-pdp-final-summary-inner{
    padding-top:42px!important;
}

body.single-product .orre-pdp-final-title{
    color:#111!important;
    font-family:Arial,Helvetica,sans-serif!important;
    font-size:32px!important;
    font-weight:700!important;
    line-height:1.08!important;
    letter-spacing:-.02em!important;
    text-transform:uppercase!important;
}

body.single-product .orre-pdp-final-codes{
    margin-top:12px!important;
    color:#777!important;
    font-family:Arial,Helvetica,sans-serif!important;
    font-size:10px!important;
    font-weight:500!important;
    letter-spacing:.06em!important;
}

body.single-product .orre-pdp-final-price{
    margin-top:20px!important;
    color:#111!important;
    font-family:Arial,Helvetica,sans-serif!important;
    font-size:24px!important;
    font-weight:700!important;
    line-height:1.1!important;
}

body.single-product .orre-pdp-final-short-description{
    max-width:620px!important;
    margin-top:22px!important;
    color:#333!important;
    font-family:Arial,Helvetica,sans-serif!important;
    font-size:14px!important;
    font-weight:400!important;
    line-height:1.7!important;
}

body.single-product .orre-pdp-final-short-description p{
    margin:0 0 12px!important;
}

body.single-product .orre-pdp-final-buy .variations,
body.single-product .orre-pdp-final-buy .variations tbody,
body.single-product .orre-pdp-final-buy .variations tr,
body.single-product .orre-pdp-final-buy .variations th,
body.single-product .orre-pdp-final-buy .variations td{
    display:block!important;
    visibility:visible!important;
    opacity:1!important;
    width:100%!important;
}

body.single-product .orre-pdp-final-buy .variations{
    margin:0 0 22px!important;
    padding:0!important;
    border:0!important;
}

body.single-product .orre-pdp-final-buy .variations tr{
    margin:0 0 18px!important;
}

body.single-product .orre-pdp-final-buy .variations th,
body.single-product .orre-pdp-final-buy .variations td{
    margin:0!important;
    padding:0!important;
    border:0!important;
}

body.single-product .orre-pdp-final-buy .variations label{
    display:block!important;
    margin:0 0 10px!important;
    color:#111!important;
    font-family:Arial,Helvetica,sans-serif!important;
    font-size:11px!important;
    font-weight:700!important;
    line-height:1!important;
    letter-spacing:.08em!important;
    text-transform:uppercase!important;
}

body.single-product .orre-pdp-final-buy .wd-swatches-product{
    display:flex!important;
    flex-wrap:wrap!important;
    gap:7px!important;
}

body.single-product .orre-pdp-final-buy .wd-swatch,
body.single-product .orre-pdp-final-buy .wd-swatch-text{
    min-width:46px!important;
    height:38px!important;
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    margin:0!important;
    padding:0 12px!important;
    background:#000!important;
    color:#fff!important;
    border:1px solid #000!important;
    border-radius:0!important;
    font-size:10px!important;
    font-weight:700!important;
}

body.single-product .orre-pdp-final-buy .wd-swatch.wd-active,
body.single-product .orre-pdp-final-buy .wd-swatch.active,
body.single-product .orre-pdp-final-buy .wd-swatch.selected,
body.single-product .orre-pdp-final-buy .wd-swatch:hover{
    background:#fff!important;
    color:#000!important;
    border-color:#000!important;
}

body.single-product .orre-pdp-final-buy .variations select{
    display:block!important;
    width:100%!important;
    max-width:360px!important;
    height:46px!important;
    margin:0!important;
    padding:0 14px!important;
    background:#000!important;
    color:#fff!important;
    border:1px solid #000!important;
    border-radius:0!important;
    font-size:11px!important;
    font-weight:600!important;
}

body.single-product .orre-pdp-final-buy .reset_variations{
    display:inline-block!important;
    margin-top:9px!important;
    color:#555!important;
    font-size:9px!important;
    font-weight:600!important;
    letter-spacing:.06em!important;
}

body.single-product .orre-pdp-static-sizes{
    margin-top:24px!important;
}

body.single-product .orre-pdp-static-sizes-label{
    display:block!important;
    margin-bottom:10px!important;
    color:#111!important;
    font-size:11px!important;
    font-weight:700!important;
    letter-spacing:.08em!important;
}

body.single-product .orre-pdp-static-sizes-list{
    display:flex!important;
    flex-wrap:wrap!important;
    gap:7px!important;
}

body.single-product .orre-pdp-static-sizes-list > span{
    min-width:46px!important;
    height:38px!important;
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    padding:0 12px!important;
    background:#000!important;
    color:#fff!important;
    border:1px solid #000!important;
    font-size:10px!important;
    font-weight:700!important;
}

body.single-product .orre-pdp-final-buy{
    margin-top:28px!important;
}

body.single-product .orre-pdp-final-buy .single_add_to_cart_button{
    min-height:52px!important;
    background:#000!important;
    color:#fff!important;
    border:1px solid #000!important;
    font-size:11px!important;
    font-weight:700!important;
    letter-spacing:.10em!important;
}

@media(max-width:767px){

    .orre-home-product-name,
    .orre-collection-product-name,
    .orre-shop-pro-name{
        font-size:12px!important;
    }

    .orre-home-product-price,
    .orre-collection-product-price,
    .orre-shop-pro-price{
        font-size:12px!important;
    }

    .orre-home-size-strip,
    .orre-collection-sizes,
    .orre-shop-pro-sizes{
        padding:8px 7px 3px!important;
        gap:4px!important;
    }

    .orre-home-size-strip > span,
    .orre-collection-sizes > span,
    .orre-shop-pro-size-list > span{
        min-width:36px!important;
        height:32px!important;
        padding:0 8px!important;
        font-size:9px!important;
    }

    body.single-product .orre-pdp-final-title{
        font-size:25px!important;
    }

    body.single-product .orre-pdp-final-price{
        font-size:20px!important;
    }

    body.single-product .orre-pdp-final-short-description{
        font-size:13px!important;
        line-height:1.65!important;
    }

    body.single-product .orre-pdp-kiji-main-image{
        max-height:none!important;
        object-fit:contain!important;
    }
}

.orre-home-size-strip > span,
.orre-collection-sizes > span,
.orre-shop-pro-size-list > span{
    background:#fff!important;
    color:#111!important;

    border:1px solid #d4d4d4!important;

    font-weight:500!important;
}

body.single-product .orre-pdp-static-sizes-list,
body.single-product .orre-variable-size-buttons{
    display:flex!important;
    flex-wrap:wrap!important;
    gap:8px!important;

    margin:0!important;
    padding:0!important;
}

body.single-product .orre-size-option{
    min-width:52px!important;
    height:42px!important;

    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;

    margin:0!important;
    padding:0 14px!important;

    background:#fff!important;
    color:#111!important;

    border:1px solid #cfcfcf!important;
    border-radius:0!important;

    box-shadow:none!important;

    font-family:Arial,Helvetica,sans-serif!important;
    font-size:11px!important;
    font-weight:600!important;
    line-height:1!important;

    cursor:pointer!important;

    transition:
        background .18s ease,
        color .18s ease,
        border-color .18s ease!important;
}

body.single-product .orre-size-option:hover{
    border-color:#111!important;
}

body.single-product .orre-size-option.is-selected{
    background:#000!important;
    color:#fff!important;
    border-color:#000!important;
}

body.single-product .orre-size-option.is-disabled,
body.single-product .orre-size-option:disabled{
    opacity:.35!important;
    cursor:not-allowed!important;
    text-decoration:line-through!important;
}

body.single-product .orre-native-size-select{
    position:absolute!important;

    width:1px!important;
    height:1px!important;

    margin:-1px!important;
    padding:0!important;

    overflow:hidden!important;

    clip:rect(0 0 0 0)!important;
    clip-path:inset(50%)!important;

    white-space:nowrap!important;

    border:0!important;
}

body.single-product .orre-pdp-final-buy .wd-swatch,
body.single-product .orre-pdp-final-buy .wd-swatch-text{
    background:#fff!important;
    color:#111!important;
    border:1px solid #cfcfcf!important;
}

body.single-product .orre-pdp-final-buy .wd-swatch.wd-active,
body.single-product .orre-pdp-final-buy .wd-swatch.active,
body.single-product .orre-pdp-final-buy .wd-swatch.selected,
body.single-product .orre-pdp-final-buy .wd-swatch:hover{
    background:#000!important;
    color:#fff!important;
    border-color:#000!important;
}

body.single-product .orre-pdp-static-sizes-label{
    margin-bottom:12px!important;

    font-size:11px!important;
    font-weight:700!important;

    letter-spacing:.08em!important;

    text-transform:uppercase!important;
}

body.single-product .orre-pdp-final-price{
    font-size:25px!important;
    font-weight:700!important;
}

body.single-product .orre-pdp-final-short-description{
    font-size:14px!important;
    line-height:1.75!important;
}

body.single-product .orre-pdp-final-gallery,
body.single-product .orre-pdp-kiji-gallery,
body.single-product .orre-pdp-kiji-main-link,
body.single-product .orre-pdp-kiji-main-image,
body.single-product .orre-pdp-kiji-thumbs,
body.single-product .orre-pdp-kiji-thumb,
body.single-product .orre-pdp-kiji-thumb img{
    background:#fff!important;
}
.orre-slider-arrow,
.orre-slider-prev,
.orre-slider-next{
    pointer-events:auto!important;
    cursor:pointer!important;
    z-index:999!important;
}

.orre-slider-shell{
    position:relative!important;
}

.orre-product-slider{
    overflow-x:auto!important;
    scroll-behavior:smooth!important;
}
.orre-slider-arrow span{
    display:block!important;
    position:relative!important;
    width:14px!important;
    height:14px!important;
}

.orre-slider-arrow span::before{
    display:block!important;
    content:""!important;

    position:absolute!important;
    top:50%!important;
    left:50%!important;

    width:8px!important;
    height:8px!important;

    border-top:2px solid #111!important;
    border-right:2px solid #111!important;
}

.orre-slider-prev span::before{
    transform:translate(-35%,-50%) rotate(-135deg)!important;
}

.orre-slider-next span::before{
    transform:translate(-65%,-50%) rotate(45deg)!important;
}

.orre-home-product,
.orre-collection-card,
.orre-shop-pro-card{
    display:flex!important;
    flex-direction:column!important;

    height:100%!important;

    margin:0!important;
    padding:0!important;

    background:#fff!important;
}

.orre-home-product-media,
.orre-collection-card-media,
.orre-shop-pro-gallery{
    position:relative!important;

    width:100%!important;
    height:520px!important;

    flex:0 0 520px!important;

    margin:0!important;
    padding:0!important;

    overflow:hidden!important;

    background:#f3eeee!important;
}

.orre-home-product-media img,
.orre-collection-card-media img,
.orre-shop-pro-gallery img{
    display:block!important;

    width:100%!important;
    height:100%!important;

    object-fit:cover!important;
    object-position:center!important;
}

.orre-home-size-strip,
.orre-collection-sizes,
.orre-shop-pro-sizes{
    box-sizing:border-box!important;

    display:flex!important;
    align-items:center!important;
    flex-wrap:wrap!important;

    width:100%!important;

    min-height:58px!important;
    height:58px!important;

    margin:0!important;
    padding:10px 12px!important;

    gap:7px!important;

    overflow:hidden!important;

    background:#fff!important;
}

.orre-home-size-strip > span,
.orre-collection-sizes > span,
.orre-shop-pro-size-list > span{
    min-width:54px!important;
    height:44px!important;

    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;

    margin:0!important;
    padding:0 12px!important;

    background:#fff!important;
    color:#222!important;

    border:1px solid #d8d8d8!important;

    font-size:10px!important;
    font-weight:500!important;
}

.orre-home-product-info,
.orre-collection-card-info,
.orre-shop-pro-info{
    box-sizing:border-box!important;

    display:flex!important;
    flex-direction:column!important;

    width:100%!important;

    min-height:110px!important;

    margin:0!important;
    padding:8px 12px 22px!important;

    background:#fff!important;
}

.orre-home-product-name,
.orre-collection-product-name,
.orre-shop-pro-name{
    display:block!important;

    min-height:38px!important;

    margin:0!important;

    font-size:14px!important;
    font-weight:700!important;
    line-height:1.35!important;

    text-transform:uppercase!important;
}

.orre-home-product-price,
.orre-collection-product-price,
.orre-shop-pro-price{
    display:block!important;

    min-height:22px!important;

    margin-top:7px!important;

    font-size:14px!important;
    font-weight:600!important;
}

.orre-home-product-grid,
.orre-collection-grid,
.orre-shop-pro-grid{
    align-items:stretch!important;
}

.orre-home-product-grid > *,
.orre-collection-grid > *,
.orre-shop-pro-grid > *{
    height:100%!important;
}

@media(max-width:1024px){

    .orre-home-product-media,
    .orre-collection-card-media,
    .orre-shop-pro-gallery{
        height:430px!important;
        flex-basis:430px!important;
    }

}

@media(max-width:767px){

    .orre-home-product-media,
    .orre-collection-card-media,
    .orre-shop-pro-gallery{
        height:380px!important;
        flex-basis:380px!important;
    }

    .orre-home-size-strip,
    .orre-collection-sizes,
    .orre-shop-pro-sizes{
        min-height:50px!important;
        height:50px!important;

        padding:7px!important;
    }

    .orre-home-size-strip > span,
    .orre-collection-sizes > span,
    .orre-shop-pro-size-list > span{
        min-width:42px!important;
        height:34px!important;

        padding:0 8px!important;
    }

    .orre-home-product-info,
    .orre-collection-card-info,
    .orre-shop-pro-info{
        min-height:95px!important;
        padding:8px 7px 16px!important;
    }

    .orre-home-product-name,
    .orre-collection-product-name,
    .orre-shop-pro-name{
        min-height:34px!important;
        font-size:12px!important;
    }

    .orre-home-product-price,
    .orre-collection-product-price,
    .orre-shop-pro-price{
        font-size:12px!important;
    }

}

.orre-home-size-strip,
.orre-collection-sizes,
.orre-shop-pro-sizes{
    min-height:46px!important;
    height:46px!important;

    padding:7px 10px!important;

    gap:6px!important;

    align-items:center!important;
}

.orre-home-size-strip > span,
.orre-collection-sizes > span,
.orre-shop-pro-size-list > span{
    min-width:38px!important;
    width:auto!important;

    height:32px!important;

    padding:0 9px!important;

    background:#fff!important;
    color:#222!important;

    border:1px solid #d6d6d6!important;
    border-radius:0!important;

    font-family:Arial, Helvetica, sans-serif!important;
    font-size:10px!important;
    font-weight:500!important;
    line-height:1!important;

    letter-spacing:.02em!important;
    text-transform:uppercase!important;
}

.orre-home-size-strip > span:hover,
.orre-collection-sizes > span:hover,
.orre-shop-pro-size-list > span:hover{
    border-color:#111!important;
}

body.single-product .orre-size-option{
    min-width:42px!important;
    height:34px!important;

    padding:0 10px!important;

    font-size:10px!important;
    font-weight:600!important;

    background:#fff!important;
    color:#111!important;

    border:1px solid #d2d2d2!important;
}

body.single-product .orre-size-option.is-selected{
    background:#000!important;
    color:#fff!important;
    border-color:#000!important;
}

@media(max-width:767px){

    .orre-home-size-strip,
    .orre-collection-sizes,
    .orre-shop-pro-sizes{
        min-height:42px!important;
        height:42px!important;

        padding:6px 7px!important;
        gap:5px!important;
    }

    .orre-home-size-strip > span,
    .orre-collection-sizes > span,
    .orre-shop-pro-size-list > span,
    body.single-product .orre-size-option{
        min-width:34px!important;
        height:30px!important;

        padding:0 7px!important;

        font-size:9px!important;
    }
}

.orre-home-product-media,
.orre-collection-card-media,
.orre-shop-pro-gallery{
    height:420px!important;
    min-height:420px!important;
    max-height:420px!important;

    flex:0 0 420px!important;

    overflow:hidden!important;
}

.orre-home-product-media img,
.orre-collection-card-media img,
.orre-shop-pro-gallery img{
    width:100%!important;
    height:100%!important;

    object-fit:cover!important;
    object-position:center!important;
}

.orre-home-size-strip,
.orre-collection-sizes,
.orre-shop-pro-sizes{
    min-height:42px!important;
    height:42px!important;

    padding:6px 10px!important;
    gap:5px!important;
}

.orre-home-size-strip > span,
.orre-collection-sizes > span,
.orre-shop-pro-size-list > span{
    min-width:36px!important;
    height:30px!important;

    padding:0 8px!important;

    font-size:9px!important;
}

.orre-home-product-info,
.orre-collection-card-info,
.orre-shop-pro-info{
    min-height:auto!important;

    padding:9px 10px 18px!important;
}

.orre-home-product-name,
.orre-collection-product-name,
.orre-shop-pro-name{
    min-height:auto!important;

    font-size:13px!important;
    line-height:1.3!important;
}

.orre-home-product-price,
.orre-collection-product-price,
.orre-shop-pro-price{
    min-height:auto!important;

    margin-top:5px!important;

    font-size:12px!important;
}

@media(max-width:1024px){

    .orre-home-product-media,
    .orre-collection-card-media,
    .orre-shop-pro-gallery{
        height:360px!important;
        min-height:360px!important;
        max-height:360px!important;

        flex-basis:360px!important;
    }
}

@media(max-width:767px){

    .orre-home-product-media,
    .orre-collection-card-media,
    .orre-shop-pro-gallery{
        height:330px!important;
        min-height:330px!important;
        max-height:330px!important;

        flex-basis:330px!important;
    }

    .orre-home-size-strip,
    .orre-collection-sizes,
    .orre-shop-pro-sizes{
        min-height:38px!important;
        height:38px!important;

        padding:5px 7px!important;
    }

    .orre-home-size-strip > span,
    .orre-collection-sizes > span,
    .orre-shop-pro-size-list > span{
        min-width:32px!important;
        height:28px!important;

        padding:0 6px!important;

        font-size:8.5px!important;
    }
}

.orre-nav-header{
    position:sticky!important;
    top:0!important;
    left:0!important;
    right:0!important;

    width:100%!important;

    z-index:99999!important;

    background:#000!important;

    transition:
        background .25s ease,
        backdrop-filter .25s ease,
        -webkit-backdrop-filter .25s ease,
        box-shadow .25s ease!important;
}

.orre-nav-header.is-scrolled{
    background:rgba(50,50,50,.72)!important;

    backdrop-filter:blur(16px)!important;
    -webkit-backdrop-filter:blur(16px)!important;

    box-shadow:
        0 4px 18px rgba(0,0,0,.12)!important;

    border-bottom:
        1px solid rgba(255,255,255,.08)!important;
}

.orre-nav-header,
.orre-nav-header a,
.orre-nav-header button,
.orre-nav-header svg{
    color:#fff!important;
}

header,
.site-header,
.main-header,
.website-wrapper,
#page{
    overflow:visible!important;
}

html body .orre-nav-header,
html body #orreNavHeader{
    position:relative!important;

    top:auto!important;
    left:auto!important;
    right:auto!important;

    width:100%!important;
    height:92px!important;

    margin:0!important;

    z-index:999999!important;

    background:#000!important;

    transform:none!important;

    opacity:1!important;
    visibility:visible!important;

    transition:
        background .25s ease,
        box-shadow .25s ease,
        backdrop-filter .25s ease,
        -webkit-backdrop-filter .25s ease!important;
}

html body .orre-nav-header.is-fixed,
html body #orreNavHeader.is-fixed{
    position:fixed!important;

    top:0!important;
    left:0!important;
    right:0!important;

    width:100%!important;
    height:92px!important;

    margin:0!important;

    z-index:2147483000!important;

    background:rgba(54,54,54,.76)!important;

    -webkit-backdrop-filter:
        blur(18px) saturate(120%)!important;

    backdrop-filter:
        blur(18px) saturate(120%)!important;

    box-shadow:
        0 5px 24px rgba(0,0,0,.14)!important;

    border-top:0!important;

    border-bottom:
        1px solid rgba(255,255,255,.10)!important;
}

html body .orre-nav-header .orre-nav-inner{
    display:flex!important;

    width:100%!important;
    height:100%!important;

    align-items:center!important;
    justify-content:space-between!important;

    opacity:1!important;
    visibility:visible!important;
}

html body .orre-nav-header .orre-nav-logo,
html body .orre-nav-header .orre-nav-logo a{
    opacity:1!important;
    visibility:visible!important;

    color:#fff!important;
}

html body .orre-nav-header .orre-hamburger,
html body .orre-nav-header .orre-nav-actions,
html body .orre-nav-header .orre-nav-icon{
    opacity:1!important;
    visibility:visible!important;

    color:#fff!important;
}

.orre-nav-placeholder{
    width:100%!important;

    margin:0!important;
    padding:0!important;

    background:transparent!important;
}

@media(max-width:767px){

    html body .orre-nav-header,
    html body #orreNavHeader,
    html body .orre-nav-header.is-fixed,
    html body #orreNavHeader.is-fixed{
        height:72px!important;
    }

    html body .orre-nav-header .orre-nav-inner{
        padding-left:20px!important;
        padding-right:20px!important;
    }

    html body .orre-nav-header .orre-nav-logo a{
        font-size:32px!important;
    }
}

.site-header,
.orre-header,
header.site-header,
header.orre-header {
    min-height: 78px !important;
    height: 78px !important;
}

.site-header .header-inner,
.orre-header .header-inner,
.site-header .container,
.orre-header .container {
    min-height: 78px !important;
    height: 78px !important;
    display: flex !important;
    align-items: center !important;
}

.site-header .site-logo img,
.orre-header .site-logo img,
.site-header .custom-logo,
.orre-header .custom-logo {
    max-height: 52px !important;
    width: auto !important;
}

.site-header .menu-toggle,
.orre-header .menu-toggle,
.site-header .header-icons,
.orre-header .header-icons,
.site-header .site-branding,
.orre-header .site-branding {
    display: flex !important;
    align-items: center !important;
    height: 78px !important;
}

@media (min-width: 992px) {
    .site-header,
    .orre-header,
    header.site-header,
    header.orre-header {
        min-height: 74px !important;
        height: 74px !important;
    }

    .site-header .header-inner,
    .orre-header .header-inner,
    .site-header .container,
    .orre-header .container {
        min-height: 74px !important;
        height: 74px !important;
    }

    .site-header .menu-toggle,
    .orre-header .menu-toggle,
    .site-header .header-icons,
    .orre-header .header-icons,
    .site-header .site-branding,
    .orre-header .site-branding {
        height: 74px !important;
    }

    .site-header .site-logo img,
    .orre-header .site-logo img,
    .site-header .custom-logo,
    .orre-header .custom-logo {
        max-height: 46px !important;
    }
}

@media (max-width: 767px) {
    .site-header,
    .orre-header,
    header.site-header,
    header.orre-header {
        min-height: 64px !important;
        height: 64px !important;
    }

    .site-header .header-inner,
    .orre-header .header-inner,
    .site-header .container,
    .orre-header .container {
        min-height: 64px !important;
        height: 64px !important;
    }

    .site-header .menu-toggle,
    .orre-header .menu-toggle,
    .site-header .header-icons,
    .orre-header .header-icons,
    .site-header .site-branding,
    .orre-header .site-branding {
        height: 64px !important;
    }

    .site-header .site-logo img,
    .orre-header .site-logo img,
    .site-header .custom-logo,
    .orre-header .custom-logo {
        max-height: 38px !important;
    }
}

.orre-menu-panel .menu-item > a,
.orre-menu-panel .menu-item > button,
.orre-menu-panel .menu-item-has-children > a {
    position: relative;
    padding-right: 48px;
}

.orre-menu-panel .menu-arrow,
.orre-menu-panel .submenu-toggle-text,
.orre-menu-panel .toggle-text,
.orre-menu-panel .menu-item .arrow-text {
    display: none !important;
}

.orre-menu-panel .menu-item > a::after,
.orre-menu-panel .menu-item > button::after {
    content: "";
    position: absolute;
    right: 22px;
    top: 50%;
    width: 8px;
    height: 8px;
    border-top: 1.8px solid rgba(255,255,255,0.92);
    border-right: 1.8px solid rgba(255,255,255,0.92);
    transform: translateY(-50%) rotate(45deg);
    transition: all 0.25s ease;
    opacity: 0.9;
}

.orre-menu-panel .menu-item-has-children > a::before,
.orre-menu-panel .menu-item-has-children > button::before {
    content: "";
    position: absolute;
    right: 19px;
    top: 50%;
    width: 12px;
    height: 1.8px;
    background: rgba(255,255,255,0.92);
    transform: translateY(-50%);
    transition: all 0.25s ease;
}

.orre-menu-panel .menu-item-has-children > a::after,
.orre-menu-panel .menu-item-has-children > button::after {
    content: "";
    position: absolute;
    right: 24px;
    top: 50%;
    width: 1.8px;
    height: 12px;
    background: rgba(255,255,255,0.92);
    transform: translateY(-50%);
    transition: all 0.25s ease;
    border: none;
}

.orre-menu-panel .menu-item-has-children.is-open > a::after,
.orre-menu-panel .menu-item-has-children.is-open > button::after,
.orre-menu-panel .menu-item-has-children.active > a::after,
.orre-menu-panel .menu-item-has-children.active > button::after {
    height: 0;
    opacity: 0;
}

.orre-menu-panel .menu-item > a:hover::after,
.orre-menu-panel .menu-item > button:hover::after,
.orre-menu-panel .menu-item-has-children > a:hover::before,
.orre-menu-panel .menu-item-has-children > a:hover::after,
.orre-menu-panel .menu-item-has-children > button:hover::before,
.orre-menu-panel .menu-item-has-children > button:hover::after {
    opacity: 1;
}

.orre-menu-panel .menu-item > a,
.orre-menu-panel .menu-item > button {
    letter-spacing: 1.5px;
    font-weight: 500;
}

.orre-home-section-head,
.orre-section-head,
.orre-collection-section-head{
    display:flex!important;
    align-items:flex-end!important;
    justify-content:space-between!important;

    gap:30px!important;

    width:100%!important;

    padding:42px 56px 28px!important;

    box-sizing:border-box!important;

    background:#fff!important;

    text-align:left!important;
}

.orre-home-section-head h2,
.orre-section-head h2,
.orre-collection-section-head h2{
    position:relative!important;

    margin:0!important;
    padding-bottom:14px!important;

    color:#111!important;

    font-family:Arial, Helvetica, sans-serif!important;

    font-size:36px!important;
    font-weight:700!important;
    line-height:1!important;

    letter-spacing:.08em!important;

    text-transform:uppercase!important;
}

.orre-home-section-head h2::after,
.orre-section-head h2::after,
.orre-collection-section-head h2::after{
    content:""!important;

    position:absolute!important;

    left:0!important;
    bottom:0!important;

    width:52px!important;
    height:2px!important;

    margin:0!important;

    background:#b7b7b7!important;
}

.orre-home-section-head a,
.orre-section-head a,
.orre-collection-section-head a{
    display:inline-flex!important;

    align-items:center!important;
    justify-content:center!important;

    min-width:175px!important;
    height:48px!important;

    margin:0!important;
    padding:0 24px!important;

    background:#000!important;
    color:#fff!important;

    border:1px solid #000!important;
    border-radius:0!important;

    font-size:10px!important;
    font-weight:700!important;

    letter-spacing:.12em!important;

    text-decoration:none!important;
    text-transform:uppercase!important;

    transition:.2s ease!important;
}

.orre-home-section-head a:hover,
.orre-section-head a:hover,
.orre-collection-section-head a:hover{
    background:#fff!important;
    color:#000!important;
}

@media(max-width:1024px){

    .orre-home-section-head,
    .orre-section-head,
    .orre-collection-section-head{
        padding-left:28px!important;
        padding-right:28px!important;
    }

}

@media(max-width:767px){

    .orre-home-section-head,
    .orre-section-head,
    .orre-collection-section-head{
        align-items:center!important;

        padding:28px 16px 22px!important;

        gap:16px!important;
    }

    .orre-home-section-head h2,
    .orre-section-head h2,
    .orre-collection-section-head h2{
        font-size:24px!important;
    }

    .orre-home-section-head a,
    .orre-section-head a,
    .orre-collection-section-head a{
        min-width:auto!important;
        height:42px!important;

        padding:0 16px!important;

        font-size:9px!important;
    }
}

.orre-home-collection .orre-home-section-header{
    width:100% !important;

    display:flex !important;
    align-items:center !important;
    justify-content:space-between !important;

    gap:30px !important;

    padding:34px 56px 28px !important;
    margin:0 !important;

    box-sizing:border-box !important;

    text-align:left !important;

    background:#fff !important;
}

.orre-home-collection .orre-home-section-header h2{
    position:relative !important;

    margin:0 !important;
    padding:0 0 12px !important;

    color:#111 !important;

    font-family:Arial, Helvetica, sans-serif !important;

    font-size:34px !important;
    font-weight:700 !important;
    line-height:1 !important;

    letter-spacing:.08em !important;

    text-align:left !important;
    text-transform:uppercase !important;

    flex:0 0 auto !important;
}

.orre-home-collection .orre-home-section-header h2::after{
    content:"" !important;

    position:absolute !important;

    left:0 !important;
    bottom:0 !important;

    width:46px !important;
    height:2px !important;

    margin:0 !important;

    background:#b8b8b8 !important;
}

.orre-home-collection
.orre-home-section-header
.orre-section-cta{
    display:inline-flex !important;

    align-items:center !important;
    justify-content:center !important;

    min-width:175px !important;
    height:46px !important;

    margin:0 !important;
    padding:0 24px !important;

    background:#000 !important;
    color:#fff !important;

    border:1px solid #000 !important;
    border-radius:0 !important;

    font-family:Arial, Helvetica, sans-serif !important;

    font-size:10px !important;
    font-weight:700 !important;
    line-height:1 !important;

    letter-spacing:.12em !important;

    text-decoration:none !important;
    text-transform:uppercase !important;

    flex:0 0 auto !important;

    transition:
        background .2s ease,
        color .2s ease !important;
}

.orre-home-collection
.orre-home-section-header
.orre-section-cta:hover{
    background:#fff !important;
    color:#000 !important;
}

@media(max-width:1024px){

    .orre-home-collection .orre-home-section-header{
        padding:30px 28px 24px !important;
    }

    .orre-home-collection .orre-home-section-header h2{
        font-size:30px !important;
    }
}

@media(max-width:767px){

    .orre-home-collection .orre-home-section-header{
        padding:24px 16px 20px !important;

        gap:14px !important;
    }

    .orre-home-collection .orre-home-section-header h2{
        font-size:24px !important;
    }

    .orre-home-collection
    .orre-home-section-header
    .orre-section-cta{
        min-width:auto !important;
        height:40px !important;

        padding:0 15px !important;

        font-size:9px !important;
    }
}

body .orre-home-collection > .orre-home-section-header{
    display:flex !important;
    flex-direction:row !important;

    align-items:center !important;
    justify-content:space-between !important;

    width:100% !important;

    padding:28px 56px 24px !important;
    margin:0 !important;

    text-align:left !important;

    box-sizing:border-box !important;
}

body .orre-home-collection > .orre-home-section-header > h2{
    position:relative !important;

    display:block !important;

    margin:0 !important;
    padding:0 0 11px !important;

    text-align:left !important;

    font-size:34px !important;
    font-weight:700 !important;
    line-height:1 !important;

    letter-spacing:.07em !important;

    flex:0 0 auto !important;
}

body .orre-home-collection > .orre-home-section-header > h2::after{
    content:"" !important;

    display:block !important;

    position:absolute !important;

    left:0 !important;
    bottom:0 !important;

    width:46px !important;
    height:2px !important;

    margin:0 !important;

    background:#b5b5b5 !important;
}

body .orre-home-collection
> .orre-home-section-header
> .orre-section-cta{
    display:inline-flex !important;

    align-items:center !important;
    justify-content:center !important;

    width:auto !important;
    min-width:170px !important;

    height:46px !important;

    margin:0 !important;
    padding:0 24px !important;

    background:#000 !important;
    color:#fff !important;

    border:1px solid #000 !important;

    font-size:10px !important;
    font-weight:700 !important;

    letter-spacing:.12em !important;

    text-align:center !important;

    flex:0 0 auto !important;
}

body .orre-home-section-header{
    text-align:left !important;
}

body .orre-home-section-header::before,
body .orre-home-section-header::after{
    margin-left:0 !important;
    margin-right:0 !important;
}

@media(max-width:1024px){

    body .orre-home-collection > .orre-home-section-header{
        padding:24px 28px 20px !important;
    }

}

@media(max-width:767px){

    body .orre-home-collection > .orre-home-section-header{
        padding:20px 16px 18px !important;

        gap:12px !important;
    }

    body .orre-home-collection > .orre-home-section-header > h2{
        font-size:24px !important;
    }

    body .orre-home-collection
    > .orre-home-section-header
    > .orre-section-cta{
        min-width:auto !important;

        height:40px !important;

        padding:0 14px !important;

        font-size:9px !important;
    }
}

body .orre-home-new > .orre-home-section-header,
body .orre-home-collection > .orre-home-section-header{
    position:relative!important;

    width:100%!important;

    display:flex!important;
    align-items:flex-end!important;
    justify-content:space-between!important;

    gap:40px!important;

    margin:0!important;
    padding:38px 56px 30px!important;

    box-sizing:border-box!important;

    background:#fff!important;

    text-align:left!important;
}

body .orre-home-new
> .orre-home-section-header
> h1,

body .orre-home-collection
> .orre-home-section-header
> h2{
    position:relative!important;

    margin:0!important;
    padding:18px 0 13px!important;

    color:#0b0b0b!important;

    font-family:Arial, Helvetica, sans-serif!important;

    font-size:34px!important;
    font-weight:700!important;
    line-height:1!important;

    letter-spacing:.075em!important;

    text-transform:uppercase!important;
    text-align:left!important;

    flex:0 0 auto!important;
}

body .orre-home-new
> .orre-home-section-header
> h1::before{
    content:"CURATED FOR NOW"!important;

    position:absolute!important;
    top:0!important;
    left:0!important;

    font-size:9px!important;
    font-weight:600!important;
    line-height:1!important;

    letter-spacing:.22em!important;

    color:#8b8b8b!important;
}

body .orre-home-collection
> .orre-home-section-header
> h2::before{
    content:"EXPLORE THE COLLECTION"!important;

    position:absolute!important;
    top:0!important;
    left:0!important;

    font-size:9px!important;
    font-weight:600!important;
    line-height:1!important;

    letter-spacing:.22em!important;

    color:#8b8b8b!important;
}

body .orre-home-new
> .orre-home-section-header
> h1::after,

body .orre-home-collection
> .orre-home-section-header
> h2::after{
    content:""!important;

    position:absolute!important;

    left:0!important;
    bottom:0!important;

    width:44px!important;
    height:2px!important;

    margin:0!important;

    background:#b7b7b7!important;
}

body .orre-home-new
> .orre-home-section-header
> a,

body .orre-home-collection
> .orre-home-section-header
> .orre-section-cta{
    display:inline-flex!important;

    align-items:center!important;
    justify-content:center!important;

    min-width:168px!important;
    height:46px!important;

    margin:0!important;
    padding:0 24px!important;

    box-sizing:border-box!important;

    background:#000!important;
    color:#fff!important;

    border:1px solid #000!important;
    border-radius:0!important;

    font-family:Arial, Helvetica, sans-serif!important;

    font-size:10px!important;
    font-weight:700!important;
    line-height:1!important;

    letter-spacing:.14em!important;

    text-decoration:none!important;
    text-transform:uppercase!important;

    flex:0 0 auto!important;

    transition:
        background .2s ease,
        color .2s ease,
        transform .2s ease!important;
}

body .orre-home-new
> .orre-home-section-header
> a:hover,

body .orre-home-collection
> .orre-home-section-header
> .orre-section-cta:hover{
    background:#fff!important;
    color:#000!important;

    transform:translateY(-2px)!important;
}

body .orre-home-new .orre-home-section-header,
body .orre-home-collection .orre-home-section-header{
    text-align:left!important;
}

body .orre-home-new .orre-home-section-header::before,
body .orre-home-new .orre-home-section-header::after,
body .orre-home-collection .orre-home-section-header::before,
body .orre-home-collection .orre-home-section-header::after{
    display:none!important;
}

body .orre-home-new > .orre-home-section-header,
body .orre-home-collection > .orre-home-section-header{
    border-bottom:1px solid #eeeeee!important;
}

@media(max-width:1024px){

    body .orre-home-new > .orre-home-section-header,
    body .orre-home-collection > .orre-home-section-header{
        padding:32px 28px 26px!important;
    }

    body .orre-home-new
    > .orre-home-section-header
    > h1,

    body .orre-home-collection
    > .orre-home-section-header
    > h2{
        font-size:30px!important;
    }
}

@media(max-width:767px){

    body .orre-home-new > .orre-home-section-header,
    body .orre-home-collection > .orre-home-section-header{
        align-items:flex-end!important;

        gap:14px!important;

        padding:26px 16px 22px!important;
    }

    body .orre-home-new
    > .orre-home-section-header
    > h1,

    body .orre-home-collection
    > .orre-home-section-header
    > h2{
        font-size:23px!important;

        padding-top:16px!important;
        padding-bottom:10px!important;
    }

    body .orre-home-new
    > .orre-home-section-header
    > h1::before,

    body .orre-home-collection
    > .orre-home-section-header
    > h2::before{
        font-size:7px!important;
        letter-spacing:.18em!important;
    }

    body .orre-home-new
    > .orre-home-section-header
    > a,

    body .orre-home-collection
    > .orre-home-section-header
    > .orre-section-cta{
        min-width:auto!important;

        height:40px!important;

        padding:0 13px!important;

        font-size:8px!important;
    }
}

body .orre-home-new > .orre-home-section-header,
body .orre-home-collection > .orre-home-section-header{
    display:flex!important;
    align-items:center!important;
    justify-content:space-between!important;

    width:100%!important;

    padding:32px 56px!important;
    margin:0!important;

    box-sizing:border-box!important;

    background:#fff!important;
    border-bottom:1px solid #eee!important;
}

body .orre-home-new > .orre-home-section-header > h1,
body .orre-home-collection > .orre-home-section-header > h2{
    position:relative!important;

    margin:0!important;
    padding:0 0 12px!important;

    font-size:34px!important;
    font-weight:700!important;
    line-height:1!important;

    letter-spacing:.06em!important;

    color:#111!important;
    text-align:left!important;
    text-transform:uppercase!important;
}

body .orre-home-new > .orre-home-section-header > h1::before,
body .orre-home-collection > .orre-home-section-header > h2::before{
    content:none!important;
    display:none!important;
}

body .orre-home-new > .orre-home-section-header > h1::after,
body .orre-home-collection > .orre-home-section-header > h2::after{
    content:""!important;

    position:absolute!important;
    left:0!important;
    bottom:0!important;

    width:46px!important;
    height:2px!important;

    background:#b7b7b7!important;
}

body .orre-home-new > .orre-home-section-header > a,
body .orre-home-collection > .orre-home-section-header > .orre-section-cta{
    display:inline-flex!important;

    align-items:center!important;
    justify-content:center!important;

    min-width:175px!important;
    height:46px!important;

    margin:0!important;
    padding:0 24px!important;

    background:#000!important;
    color:#fff!important;

    border:1px solid #000!important;
    border-radius:0!important;

    font-size:10px!important;
    font-weight:700!important;

    letter-spacing:.14em!important;

    text-decoration:none!important;
    text-transform:uppercase!important;

    transition:.2s ease!important;
}

body .orre-home-new > .orre-home-section-header > a:hover,
body .orre-home-collection > .orre-home-section-header > .orre-section-cta:hover{
    background:#fff!important;
    color:#000!important;
}

@media(max-width:767px){

    body .orre-home-new > .orre-home-section-header,
    body .orre-home-collection > .orre-home-section-header{
        padding:24px 16px!important;
        gap:12px!important;
    }

    body .orre-home-new > .orre-home-section-header > h1,
    body .orre-home-collection > .orre-home-section-header > h2{
        font-size:24px!important;
    }

    body .orre-home-new > .orre-home-section-header > a,
    body .orre-home-collection > .orre-home-section-header > .orre-section-cta{
        min-width:auto!important;
        height:40px!important;

        padding:0 14px!important;

        font-size:8px!important;
    }
}

body .orre-home-new > .orre-home-section-header,
body .orre-home-collection > .orre-home-section-header{
    display:grid !important;
    grid-template-columns:auto 1fr auto !important;
    align-items:center !important;

    width:100% !important;
    min-height:108px !important;

    margin:0 !important;
    padding:22px 56px !important;

    box-sizing:border-box !important;

    background:#fff !important;

    border-top:1px solid #eeeeee !important;
    border-bottom:1px solid #eeeeee !important;

    text-align:left !important;
}

body .orre-home-new > .orre-home-section-header > h1,
body .orre-home-collection > .orre-home-section-header > h2{
    position:relative !important;

    margin:0 !important;
    padding:0 0 10px !important;

    color:#0a0a0a !important;

    font-family:Arial, Helvetica, sans-serif !important;

    font-size:36px !important;
    font-weight:700 !important;
    line-height:1 !important;

    letter-spacing:.055em !important;

    text-transform:uppercase !important;
    text-align:left !important;

    white-space:nowrap !important;
}

body .orre-home-new > .orre-home-section-header > h1::after,
body .orre-home-collection > .orre-home-section-header > h2::after{
    content:"" !important;

    position:absolute !important;

    left:0 !important;
    bottom:0 !important;

    width:38px !important;
    height:2px !important;

    background:#111 !important;
}

body .orre-home-new > .orre-home-section-header > h1::before,
body .orre-home-collection > .orre-home-section-header > h2::before{
    display:none !important;
    content:none !important;
}

body .orre-home-new > .orre-home-section-header::before,
body .orre-home-collection > .orre-home-section-header::before{
    content:"" !important;

    display:block !important;

    width:auto !important;
    height:1px !important;

    margin:0 40px !important;

    background:#e1e1e1 !important;
}

body .orre-home-new > .orre-home-section-header > a,
body .orre-home-collection > .orre-home-section-header > .orre-section-cta{
    position:relative !important;

    display:inline-flex !important;

    align-items:center !important;
    justify-content:center !important;

    min-width:176px !important;
    height:44px !important;

    margin:0 !important;
    padding:0 44px 0 20px !important;

    box-sizing:border-box !important;

    background:#0a0a0a !important;
    color:#fff !important;

    border:1px solid #0a0a0a !important;
    border-radius:0 !important;

    font-family:Arial, Helvetica, sans-serif !important;

    font-size:10px !important;
    font-weight:700 !important;

    letter-spacing:.14em !important;

    text-decoration:none !important;
    text-transform:uppercase !important;

    white-space:nowrap !important;

    transition:
        background .22s ease,
        color .22s ease !important;
}

body .orre-home-new > .orre-home-section-header > a::after,
body .orre-home-collection > .orre-home-section-header > .orre-section-cta::after{
    content:"→" !important;

    position:absolute !important;

    right:18px !important;

    font-size:16px !important;
    font-weight:400 !important;

    letter-spacing:0 !important;

    transition:transform .2s ease !important;
}

body .orre-home-new > .orre-home-section-header > a:hover,
body .orre-home-collection > .orre-home-section-header > .orre-section-cta:hover{
    background:#fff !important;
    color:#000 !important;
}

body .orre-home-new > .orre-home-section-header > a:hover::after,
body .orre-home-collection > .orre-home-section-header > .orre-section-cta:hover::after{
    transform:translateX(3px) !important;
}

@media(max-width:1024px){

    body .orre-home-new > .orre-home-section-header,
    body .orre-home-collection > .orre-home-section-header{
        min-height:96px !important;

        padding:20px 28px !important;
    }

    body .orre-home-new > .orre-home-section-header > h1,
    body .orre-home-collection > .orre-home-section-header > h2{
        font-size:30px !important;
    }

    body .orre-home-new > .orre-home-section-header::before,
    body .orre-home-collection > .orre-home-section-header::before{
        margin:0 24px !important;
    }
}

@media(max-width:767px){

    body .orre-home-new > .orre-home-section-header,
    body .orre-home-collection > .orre-home-section-header{
        grid-template-columns:1fr auto !important;

        min-height:82px !important;

        padding:18px 16px !important;
    }

    body .orre-home-new > .orre-home-section-header::before,
    body .orre-home-collection > .orre-home-section-header::before{
        display:none !important;
    }

    body .orre-home-new > .orre-home-section-header > h1,
    body .orre-home-collection > .orre-home-section-header > h2{
        font-size:23px !important;
    }

    body .orre-home-new > .orre-home-section-header > a,
    body .orre-home-collection > .orre-home-section-header > .orre-section-cta{
        min-width:auto !important;
        height:38px !important;

        padding:0 34px 0 13px !important;

        font-size:8px !important;
    }

    body .orre-home-new > .orre-home-section-header > a::after,
    body .orre-home-collection > .orre-home-section-header > .orre-section-cta::after{
        right:12px !important;
        font-size:14px !important;
    }
}

body .orre-home-new > .orre-home-section-header > h1,
body .orre-home-collection > .orre-home-section-header > h2{
    position:relative !important;

    display:inline-block !important;

    padding-bottom:14px !important;
}

body .orre-home-new > .orre-home-section-header > h1::after,
body .orre-home-collection > .orre-home-section-header > h2::after{
    content:"" !important;

    position:absolute !important;

    left:50% !important;
    bottom:0 !important;

    width:52px !important;
    height:2px !important;

    background:#9f9f9f !important;

    transform:translateX(-50%) !important;

    margin:0 !important;
}

body .orre-home-new > .orre-home-section-header,
body .orre-home-collection > .orre-home-section-header{
    display:grid !important;
    grid-template-columns:auto minmax(60px,1fr) auto !important;

    align-items:center !important;

    width:100% !important;
    min-height:94px !important;

    margin:0 !important;
    padding:22px 56px !important;

    box-sizing:border-box !important;

    background:#fff !important;

    border-top:1px solid #ededed !important;
    border-bottom:1px solid #ededed !important;

    gap:30px !important;
}

body .orre-home-new > .orre-home-section-header > h1,
body .orre-home-collection > .orre-home-section-header > h2{
    position:static !important;

    display:block !important;

    margin:0 !important;
    padding:0 !important;

    color:#0a0a0a !important;

    font-family:Arial, Helvetica, sans-serif !important;

    font-size:32px !important;
    font-weight:700 !important;
    line-height:1 !important;

    letter-spacing:.055em !important;

    text-align:left !important;
    text-transform:uppercase !important;

    white-space:nowrap !important;
}

body .orre-home-new > .orre-home-section-header > h1::before,
body .orre-home-new > .orre-home-section-header > h1::after,
body .orre-home-collection > .orre-home-section-header > h2::before,
body .orre-home-collection > .orre-home-section-header > h2::after{
    content:none !important;
    display:none !important;
}

body .orre-home-new > .orre-home-section-header::before,
body .orre-home-collection > .orre-home-section-header::before{
    content:"" !important;

    display:block !important;

    width:100% !important;
    height:1px !important;

    margin:0 !important;

    background:#d8d8d8 !important;
}

body .orre-home-new > .orre-home-section-header::after,
body .orre-home-collection > .orre-home-section-header::after{
    content:none !important;
    display:none !important;
}

body .orre-home-new > .orre-home-section-header > a,
body .orre-home-collection > .orre-home-section-header > .orre-section-cta{
    position:relative !important;

    display:inline-flex !important;

    align-items:center !important;
    justify-content:flex-start !important;

    min-width:164px !important;
    height:44px !important;

    margin:0 !important;
    padding:0 42px 0 20px !important;

    box-sizing:border-box !important;

    background:#000 !important;
    color:#fff !important;

    border:1px solid #000 !important;
    border-radius:0 !important;

    font-family:Arial, Helvetica, sans-serif !important;

    font-size:10px !important;
    font-weight:700 !important;
    line-height:1 !important;

    letter-spacing:.14em !important;

    text-decoration:none !important;
    text-transform:uppercase !important;

    white-space:nowrap !important;

    transition:
        background .22s ease,
        color .22s ease !important;
}

body .orre-home-new > .orre-home-section-header > a::after,
body .orre-home-collection > .orre-home-section-header > .orre-section-cta::after{
    content:"→" !important;

    position:absolute !important;
    right:18px !important;
    top:50% !important;

    transform:translateY(-52%) !important;

    font-size:15px !important;
    font-weight:400 !important;
    line-height:1 !important;

    letter-spacing:0 !important;
}

body .orre-home-new > .orre-home-section-header > a:hover,
body .orre-home-collection > .orre-home-section-header > .orre-section-cta:hover{
    background:#fff !important;
    color:#000 !important;
}

@media(max-width:1024px){

    body .orre-home-new > .orre-home-section-header,
    body .orre-home-collection > .orre-home-section-header{
        min-height:86px !important;

        padding:20px 28px !important;

        gap:22px !important;
    }

    body .orre-home-new > .orre-home-section-header > h1,
    body .orre-home-collection > .orre-home-section-header > h2{
        font-size:27px !important;
    }
}

@media(max-width:767px){

    body .orre-home-new > .orre-home-section-header,
    body .orre-home-collection > .orre-home-section-header{
        grid-template-columns:1fr auto !important;

        min-height:76px !important;

        padding:16px !important;

        gap:12px !important;
    }

    body .orre-home-new > .orre-home-section-header::before,
    body .orre-home-collection > .orre-home-section-header::before{
        display:none !important;
    }

    body .orre-home-new > .orre-home-section-header > h1,
    body .orre-home-collection > .orre-home-section-header > h2{
        font-size:21px !important;

        white-space:normal !important;
    }

    body .orre-home-new > .orre-home-section-header > a,
    body .orre-home-collection > .orre-home-section-header > .orre-section-cta{
        min-width:auto !important;
        height:38px !important;

        padding:0 32px 0 12px !important;

        font-size:8px !important;
    }

    body .orre-home-new > .orre-home-section-header > a::after,
    body .orre-home-collection > .orre-home-section-header > .orre-section-cta::after{
        right:11px !important;

        font-size:13px !important;
    }
}

body .orre-home-new > .orre-home-section-header,
body .orre-home-collection > .orre-home-section-header{
    display:grid !important;
    grid-template-columns:auto minmax(120px,1fr) auto !important;
    align-items:center !important;

    gap:28px !important;
}

body .orre-home-new > .orre-home-section-header::before,
body .orre-home-collection > .orre-home-section-header::before{
    content:"" !important;

    display:block !important;

    width:100% !important;
    height:1px !important;

    margin:0 !important;

    background:#d2d2d2 !important;

    align-self:center !important;
}

body .orre-home-new > .orre-home-section-header > h1::after,
body .orre-home-collection > .orre-home-section-header > h2::after{
    display:none !important;
    content:none !important;
}

@media(max-width:767px){

    body .orre-home-new > .orre-home-section-header,
    body .orre-home-collection > .orre-home-section-header{
        grid-template-columns:1fr auto !important;
    }

    body .orre-home-new > .orre-home-section-header::before,
    body .orre-home-collection > .orre-home-section-header::before{
        display:none !important;
    }
}

body .orre-home-new > .orre-home-section-header,
body .orre-home-collection > .orre-home-section-header{
    display:grid !important;
    grid-template-columns:auto minmax(140px,1fr) auto !important;
    align-items:center !important;
    gap:28px !important;
    padding:0 40px 26px !important;
}

body .orre-home-new > .orre-home-section-header > h1,
body .orre-home-collection > .orre-home-section-header > h2{
    margin:0 !important;
    font-size:52px !important;
    line-height:1 !important;
    letter-spacing:1px !important;
    font-weight:700 !important;
    text-transform:uppercase !important;
    position:relative !important;
}

body .orre-home-new > .orre-home-section-header::before,
body .orre-home-collection > .orre-home-section-header::before{
    content:"" !important;
    display:block !important;
    height:2px !important;
    width:100% !important;
    background:#bdbdbd !important;
    align-self:center !important;
}

body .orre-home-new > .orre-home-section-header > h1::after,
body .orre-home-collection > .orre-home-section-header > h2::after{
    display:none !important;
    content:none !important;
}

body .orre-home-new > .orre-home-section-header .button,
body .orre-home-collection > .orre-home-section-header .button,
body .orre-home-new > .orre-home-section-header a.button,
body .orre-home-collection > .orre-home-section-header a.button{
    min-width:220px !important;
    height:62px !important;
    padding:0 26px !important;
    display:inline-flex !important;
    align-items:center !important;
    justify-content:center !important;
    gap:14px !important;
    background:#000 !important;
    color:#fff !important;
    border:1px solid #000 !important;
    text-transform:uppercase !important;
    letter-spacing:2px !important;
    font-size:13px !important;
    font-weight:600 !important;
    text-decoration:none !important;
    box-shadow:none !important;
}

body .orre-home-new > .orre-home-section-header .button::after,
body .orre-home-collection > .orre-home-section-header .button::after,
body .orre-home-new > .orre-home-section-header a.button::after,
body .orre-home-collection > .orre-home-section-header a.button::after{
    content:"→" !important;
    display:inline-block !important;
    font-size:20px !important;
    line-height:1 !important;
    font-weight:400 !important;
    margin-left:6px !important;
    position:static !important;
    transform:none !important;
    border:none !important;
    width:auto !important;
    height:auto !important;
}

body .orre-home-new > .orre-home-section-header .button i,
body .orre-home-collection > .orre-home-section-header .button i,
body .orre-home-new > .orre-home-section-header .button svg,
body .orre-home-collection > .orre-home-section-header .button svg,
body .orre-home-new > .orre-home-section-header a.button i,
body .orre-home-collection > .orre-home-section-header a.button i,
body .orre-home-new > .orre-home-section-header a.button svg,
body .orre-home-collection > .orre-home-section-header a.button svg{
    display:none !important;
}

@media (max-width: 767px){
    body .orre-home-new > .orre-home-section-header,
    body .orre-home-collection > .orre-home-section-header{
        grid-template-columns:1fr !important;
        gap:16px !important;
        padding:0 20px 22px !important;
    }

    body .orre-home-new > .orre-home-section-header::before,
    body .orre-home-collection > .orre-home-section-header::before{
        width:70px !important;
        height:2px !important;
    }

    body .orre-home-new > .orre-home-section-header > h1,
    body .orre-home-collection > .orre-home-section-header > h2{
        font-size:34px !important;
    }

    body .orre-home-new > .orre-home-section-header .button,
    body .orre-home-collection > .orre-home-section-header .button,
    body .orre-home-new > .orre-home-section-header a.button,
    body .orre-home-collection > .orre-home-section-header a.button{
        min-width:200px !important;
        height:56px !important;
    }
}

body .orre-home-new > .orre-home-section-header,
body .orre-home-collection > .orre-home-section-header{
    display:grid !important;
    grid-template-columns:auto 1fr auto !important;
    align-items:center !important;

    width:100% !important;

    padding:26px 56px 24px !important;
    margin:0 !important;

    gap:28px !important;

    box-sizing:border-box !important;

    background:#fff !important;

    border-top:0 !important;
    border-bottom:1px solid #ececec !important;
}

body .orre-home-new > .orre-home-section-header > h1,
body .orre-home-collection > .orre-home-section-header > h2{
    position:relative !important;

    margin:0 !important;
    padding:17px 0 0 !important;

    font-family:Arial, Helvetica, sans-serif !important;

    font-size:30px !important;
    font-weight:650 !important;
    line-height:1 !important;

    letter-spacing:.085em !important;

    color:#111 !important;

    text-transform:uppercase !important;
    white-space:nowrap !important;
}

body .orre-home-new > .orre-home-section-header > h1::before{
    content:"NEW SEASON" !important;
}

body .orre-home-collection > .orre-home-section-header > h2::before{
    content:"SHOP THE EDIT" !important;
}

body .orre-home-new > .orre-home-section-header > h1::before,
body .orre-home-collection > .orre-home-section-header > h2::before{
    position:absolute !important;

    top:0 !important;
    left:1px !important;

    display:block !important;

    font-size:8px !important;
    font-weight:600 !important;
    line-height:1 !important;

    letter-spacing:.22em !important;

    color:#999 !important;
}

body .orre-home-new > .orre-home-section-header > h1::after,
body .orre-home-collection > .orre-home-section-header > h2::after{
    display:none !important;
    content:none !important;
}

body .orre-home-new > .orre-home-section-header::before,
body .orre-home-collection > .orre-home-section-header::before{
    content:"" !important;

    display:block !important;

    width:100% !important;
    height:1px !important;

    background:#dcdcdc !important;

    margin:0 !important;
}

body .orre-home-new > .orre-home-section-header::after,
body .orre-home-collection > .orre-home-section-header::after{
    display:none !important;
    content:none !important;
}

body .orre-home-new > .orre-home-section-header > a,
body .orre-home-collection > .orre-home-section-header > .orre-section-cta{
    position:relative !important;

    display:inline-flex !important;

    align-items:center !important;
    justify-content:center !important;

    min-width:158px !important;
    height:42px !important;

    margin:0 !important;

    padding:0 42px 0 18px !important;

    box-sizing:border-box !important;

    background:#111 !important;
    color:#fff !important;

    border:1px solid #111 !important;
    border-radius:0 !important;

    font-size:9px !important;
    font-weight:700 !important;

    letter-spacing:.15em !important;

    text-transform:uppercase !important;
    text-decoration:none !important;

    white-space:nowrap !important;

    transition:
        background .2s ease,
        color .2s ease,
        transform .2s ease !important;
}

body .orre-home-new > .orre-home-section-header > a::after,
body .orre-home-collection > .orre-home-section-header > .orre-section-cta::after{
    content:"" !important;

    position:absolute !important;

    right:17px !important;
    top:50% !important;

    width:13px !important;
    height:7px !important;

    transform:translateY(-50%) !important;

    border:0 !important;

    background:
        linear-gradient(#fff,#fff) left center / 11px 1px no-repeat !important;
}

body .orre-home-new > .orre-home-section-header > a span::after,
body .orre-home-collection > .orre-home-section-header > .orre-section-cta span::after{
    content:none !important;
}

body .orre-home-new > .orre-home-section-header > a:hover,
body .orre-home-collection > .orre-home-section-header > .orre-section-cta:hover{
    background:#fff !important;
    color:#111 !important;

    transform:translateY(-1px) !important;
}

@media(max-width:1024px){

    body .orre-home-new > .orre-home-section-header,
    body .orre-home-collection > .orre-home-section-header{
        padding:24px 28px 22px !important;
        gap:20px !important;
    }

    body .orre-home-new > .orre-home-section-header > h1,
    body .orre-home-collection > .orre-home-section-header > h2{
        font-size:27px !important;
    }
}

@media(max-width:767px){

    body .orre-home-new > .orre-home-section-header,
    body .orre-home-collection > .orre-home-section-header{
        grid-template-columns:1fr auto !important;

        padding:20px 16px 18px !important;

        gap:12px !important;
    }

    body .orre-home-new > .orre-home-section-header::before,
    body .orre-home-collection > .orre-home-section-header::before{
        display:none !important;
    }

    body .orre-home-new > .orre-home-section-header > h1,
    body .orre-home-collection > .orre-home-section-header > h2{
        font-size:22px !important;
        padding-top:14px !important;
    }

    body .orre-home-new > .orre-home-section-header > h1::before,
    body .orre-home-collection > .orre-home-section-header > h2::before{
        font-size:7px !important;
    }

    body .orre-home-new > .orre-home-section-header > a,
    body .orre-home-collection > .orre-home-section-header > .orre-section-cta{
        min-width:auto !important;
        height:38px !important;

        padding:0 34px 0 12px !important;

        font-size:8px !important;
    }
}

body .orre-home-new > .orre-home-section-header,
body .orre-home-collection > .orre-home-section-header{
    display:grid !important;

    grid-template-columns:auto minmax(120px,1fr) auto !important;

    align-items:center !important;

    width:100% !important;

    padding:34px 56px !important;

    margin:0 !important;

    gap:28px !important;

    box-sizing:border-box !important;

    background:#fff !important;

    border-top:0 !important;
    border-bottom:1px solid #eeeeee !important;
}

body .orre-home-new > .orre-home-section-header > h1,
body .orre-home-collection > .orre-home-section-header > h2{
    margin:0 !important;

    padding:16px 0 0 !important;

    position:relative !important;

    font-size:30px !important;
    font-weight:700 !important;
    line-height:1 !important;

    letter-spacing:.08em !important;

    text-transform:uppercase !important;
    white-space:nowrap !important;
}

body .orre-home-new > .orre-home-section-header > h1::before{
    content:"NEW SEASON" !important;
}

body .orre-home-collection > .orre-home-section-header > h2::before{
    content:"SHOP THE EDIT" !important;
}

body .orre-home-new > .orre-home-section-header > h1::before,
body .orre-home-collection > .orre-home-section-header > h2::before{
    position:absolute !important;

    top:0 !important;
    left:1px !important;

    font-size:8px !important;
    font-weight:600 !important;

    letter-spacing:.22em !important;

    color:#999 !important;
}

body .orre-home-new > .orre-home-section-header > h1::after,
body .orre-home-collection > .orre-home-section-header > h2::after{
    content:none !important;
    display:none !important;
}

body .orre-home-new > .orre-home-section-header::before,
body .orre-home-collection > .orre-home-section-header::before{
    content:"" !important;

    display:block !important;

    width:100% !important;
    height:1px !important;

    margin:0 !important;

    background:#d7d7d7 !important;
}

body .orre-home-new > .orre-home-section-header > a,
body .orre-home-collection > .orre-home-section-header > .orre-section-cta{
    min-width:168px !important;
    height:44px !important;

    margin:0 !important;

    padding:0 40px 0 18px !important;

    display:inline-flex !important;

    align-items:center !important;
    justify-content:center !important;

    box-sizing:border-box !important;

    background:#111 !important;
    color:#fff !important;

    border:1px solid #111 !important;

    font-size:9px !important;
    font-weight:700 !important;

    letter-spacing:.14em !important;

    text-transform:uppercase !important;
    text-decoration:none !important;
}

@media(max-width:1024px){

    body .orre-home-new > .orre-home-section-header,
    body .orre-home-collection > .orre-home-section-header{
        padding:28px 28px !important;

        gap:20px !important;
    }
}

@media(max-width:767px){

    body .orre-home-new > .orre-home-section-header,
    body .orre-home-collection > .orre-home-section-header{
        grid-template-columns:1fr auto !important;

        padding:24px 16px !important;

        gap:12px !important;
    }

    body .orre-home-new > .orre-home-section-header::before,
    body .orre-home-collection > .orre-home-section-header::before{
        display:none !important;
    }

    body .orre-home-new > .orre-home-section-header > h1,
    body .orre-home-collection > .orre-home-section-header > h2{
        font-size:22px !important;
    }

    body .orre-home-new > .orre-home-section-header > a,
    body .orre-home-collection > .orre-home-section-header > .orre-section-cta{
        min-width:auto !important;
        height:38px !important;

        padding:0 14px !important;

        font-size:8px !important;
    }
}

.woocommerce nav.woocommerce-pagination{
    width:100% !important;

    display:flex !important;
    justify-content:center !important;

    margin:42px 0 56px !important;
    padding:0 !important;
}

.woocommerce nav.woocommerce-pagination ul{
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;

    gap:7px !important;

    margin:0 !important;
    padding:0 !important;

    border:0 !important;

    list-style:none !important;
}

.woocommerce nav.woocommerce-pagination ul li{
    float:none !important;

    margin:0 !important;
    padding:0 !important;

    border:0 !important;

    overflow:visible !important;
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span{
    width:42px !important;
    min-width:42px !important;
    height:42px !important;

    display:flex !important;
    align-items:center !important;
    justify-content:center !important;

    margin:0 !important;
    padding:0 !important;

    box-sizing:border-box !important;

    background:#fff !important;
    color:#111 !important;

    border:1px solid #d8d8d8 !important;
    border-radius:0 !important;

    font-size:12px !important;
    font-weight:600 !important;
    line-height:1 !important;

    text-decoration:none !important;

    transition:
        background .2s ease,
        color .2s ease,
        border-color .2s ease !important;
}

.woocommerce nav.woocommerce-pagination ul li span.current{
    background:#000 !important;
    color:#fff !important;

    border-color:#000 !important;
}

.woocommerce nav.woocommerce-pagination ul li a:hover{
    background:#111 !important;
    color:#fff !important;

    border-color:#111 !important;
}

.woocommerce nav.woocommerce-pagination a.prev,
.woocommerce nav.woocommerce-pagination a.next{
    position:relative !important;

    font-size:0 !important;
}

.woocommerce nav.woocommerce-pagination a.prev::before{
    content:"" !important;

    width:7px !important;
    height:7px !important;

    border-left:1.7px solid currentColor !important;
    border-bottom:1.7px solid currentColor !important;

    transform:rotate(45deg) !important;
}

.woocommerce nav.woocommerce-pagination a.next::before{
    content:"" !important;

    width:7px !important;
    height:7px !important;

    border-right:1.7px solid currentColor !important;
    border-top:1.7px solid currentColor !important;

    transform:rotate(45deg) !important;
}

.woocommerce nav.woocommerce-pagination a.prev::after,
.woocommerce nav.woocommerce-pagination a.next::after{
    content:none !important;
    display:none !important;
}

@media(max-width:767px){

    .woocommerce nav.woocommerce-pagination{
        margin:32px 0 42px !important;
    }

    .woocommerce nav.woocommerce-pagination ul{
        gap:5px !important;
    }

    .woocommerce nav.woocommerce-pagination ul li a,
    .woocommerce nav.woocommerce-pagination ul li span{
        width:38px !important;
        min-width:38px !important;
        height:38px !important;

        font-size:11px !important;
    }
}

body.post-type-archive-product .orre-shop-pro-media{
    position:relative !important;

    display:block !important;

    width:100% !important;
    aspect-ratio:4 / 5 !important;

    overflow:hidden !important;

    background:#f3efed !important;
}

body.post-type-archive-product .orre-shop-pro-media img{
    position:absolute !important;

    inset:0 !important;

    display:block !important;

    width:100% !important;
    height:100% !important;

    object-fit:cover !important;
    object-position:center !important;
}

body.post-type-archive-product .orre-shop-pro-main-img{
    display:block !important;

    opacity:1 !important;
    visibility:visible !important;

    z-index:1 !important;
}

body.post-type-archive-product .orre-shop-pro-hover-img{
    display:block !important;

    opacity:0 !important;
    visibility:visible !important;

    z-index:2 !important;

    transition:opacity .3s ease !important;
}

body.post-type-archive-product
.orre-shop-pro-card:hover
.orre-shop-pro-main-img{
    opacity:0 !important;
}

body.post-type-archive-product
.orre-shop-pro-card:hover
.orre-shop-pro-hover-img{
    opacity:1 !important;
}

body.post-type-archive-product .orre-shop-pro-card-top{
    display:block !important;

    width:100% !important;

    position:relative !important;
}

body.post-type-archive-product .orre-shop-pro-sizes{
    display:flex !important;
    visibility:visible !important;
    opacity:1 !important;

    width:100% !important;
    height:auto !important;

    align-items:center !important;
    justify-content:flex-start !important;

    gap:7px !important;

    padding:10px 16px 0 !important;
    margin:0 !important;

    background:#fff !important;

    overflow:visible !important;
}

body.post-type-archive-product .orre-shop-pro-size-label{
    display:none !important;
}

body.post-type-archive-product .orre-shop-pro-size-list{
    display:flex !important;
    visibility:visible !important;
    opacity:1 !important;

    align-items:center !important;
    flex-wrap:wrap !important;

    gap:6px !important;

    width:auto !important;
    height:auto !important;
}

body.post-type-archive-product .orre-shop-pro-size-list span{
    display:inline-flex !important;

    align-items:center !important;
    justify-content:center !important;

    min-width:38px !important;
    height:34px !important;

    padding:0 9px !important;

    background:#fff !important;
    color:#111 !important;

    border:1px solid #d7d7d7 !important;
    border-radius:0 !important;

    font-size:10px !important;
    font-weight:500 !important;

    line-height:1 !important;

    box-sizing:border-box !important;
}

body.post-type-archive-product .orre-shop-pro-size-list span:hover{
    border-color:#111 !important;
}

body.post-type-archive-product .orre-shop-pro-info{
    padding-top:10px !important;
}

@media(max-width:767px){

    body.post-type-archive-product .orre-shop-pro-sizes{
        padding:8px 8px 0 !important;
    }

    body.post-type-archive-product .orre-shop-pro-size-list{
        gap:5px !important;
    }

    body.post-type-archive-product .orre-shop-pro-size-list span{
        min-width:34px !important;
        height:31px !important;

        padding:0 7px !important;

        font-size:9px !important;
    }
}

.woocommerce nav.woocommerce-pagination ul li a.prev,
.woocommerce nav.woocommerce-pagination ul li a.next{
    position:relative !important;

    width:44px !important;
    min-width:44px !important;
    height:44px !important;

    display:flex !important;
    align-items:center !important;
    justify-content:center !important;

    padding:0 !important;

    font-size:0 !important;

    background:#fff !important;
    color:#111 !important;

    border:1px solid #d8d8d8 !important;
}

.woocommerce nav.woocommerce-pagination ul li a.prev::before,
.woocommerce nav.woocommerce-pagination ul li a.prev::after,
.woocommerce nav.woocommerce-pagination ul li a.next::before,
.woocommerce nav.woocommerce-pagination ul li a.next::after{
    content:"" !important;
    display:block !important;

    position:absolute !important;

    top:50% !important;

    width:8px !important;
    height:8px !important;

    border:0 !important;
}

.woocommerce nav.woocommerce-pagination ul li a.prev::before{
    left:50% !important;

    border-left:1.6px solid currentColor !important;
    border-bottom:1.6px solid currentColor !important;

    transform:
        translate(-40%,-50%)
        rotate(45deg) !important;
}

.woocommerce nav.woocommerce-pagination ul li a.next::before{
    left:50% !important;

    border-right:1.6px solid currentColor !important;
    border-top:1.6px solid currentColor !important;

    transform:
        translate(-60%,-50%)
        rotate(45deg) !important;
}

.woocommerce nav.woocommerce-pagination ul li a.prev::after,
.woocommerce nav.woocommerce-pagination ul li a.next::after{
    display:none !important;
}

.woocommerce nav.woocommerce-pagination ul li a.prev:hover,
.woocommerce nav.woocommerce-pagination ul li a.next:hover{
    background:#000 !important;
    color:#fff !important;
    border-color:#000 !important;
}

body.page .orre-about-hero,
body.page .orre-about-story,
body.page .orre-about-values,
body.page .orre-about-closing{
    background:#fff;
    color:#111;
}

.orre-about-hero,
.orre-about-story,
.orre-about-values,
.orre-about-closing{
    padding-left:6vw !important;
    padding-right:6vw !important;
}

.orre-about-hero{
    min-height:520px;
    display:flex;
    align-items:center;
    padding-top:80px !important;
    padding-bottom:80px !important;
}

.orre-about-hero .elementor-heading-title{
    max-width:900px;
    margin:0;
    font-size:clamp(52px,7vw,108px) !important;
    line-height:.94 !important;
    font-weight:500 !important;
    letter-spacing:-.035em !important;
    color:#111 !important;
}

.orre-about-hero .elementor-widget-text-editor{
    max-width:620px;
    margin-top:28px;
}

.orre-about-hero p{
    font-size:17px !important;
    line-height:1.75 !important;
    color:#555 !important;
}

.orre-about-hero .elementor-widget-heading:first-child
.elementor-heading-title{
    font-size:10px !important;
    line-height:1 !important;
    font-weight:700 !important;
    letter-spacing:.22em !important;
    color:#8c8c8c !important;
    text-transform:uppercase !important;
}

.orre-about-story{
    padding-top:90px !important;
    padding-bottom:90px !important;
    border-top:1px solid #eee;
}

.orre-about-story img{
    width:100%;
    display:block;
    object-fit:cover;
    background:#f6f4f2;
}

.orre-about-story .elementor-heading-title{
    font-size:clamp(40px,4.3vw,68px) !important;
    line-height:1.02 !important;
    font-weight:500 !important;
    letter-spacing:-.025em !important;
    color:#111 !important;
}

.orre-about-story p{
    max-width:620px;
    font-size:16px !important;
    line-height:1.8 !important;
    color:#4d4d4d !important;
}

.orre-about-values{
    padding-top:90px !important;
    padding-bottom:100px !important;

    border-top:1px solid #eee;
    border-bottom:1px solid #eee;
}

.orre-about-values .e-con,
.orre-about-values .elementor-column{
    position:relative;
}

.orre-about-values .elementor-column:not(:last-child)::after{
    content:"";
    position:absolute;
    top:0;
    right:0;
    width:1px;
    height:100%;
    background:#e8e8e8;
}

.orre-about-values .elementor-heading-title{
    font-size:21px !important;
    line-height:1.2 !important;
    font-weight:600 !important;
    letter-spacing:.02em !important;
    color:#111 !important;
}

.orre-about-values p{
    max-width:420px;
    margin-top:18px;
    font-size:15px !important;
    line-height:1.75 !important;
    color:#666 !important;
}

.orre-about-closing{
    min-height:480px;

    display:flex;
    align-items:center;
    justify-content:center;

    text-align:center;

    padding-top:90px !important;
    padding-bottom:90px !important;
}

.orre-about-closing .elementor-heading-title{
    max-width:900px;

    margin-left:auto;
    margin-right:auto;

    font-size:clamp(48px,6vw,92px) !important;

    line-height:.98 !important;

    font-weight:500 !important;

    letter-spacing:-.035em !important;

    color:#111 !important;
}

.orre-about-closing p{
    max-width:600px;

    margin:24px auto 0;

    font-size:16px !important;
    line-height:1.75 !important;

    color:#666 !important;
}

.orre-about-closing .elementor-button{
    min-width:200px;

    height:52px;

    margin-top:28px;

    display:inline-flex;
    align-items:center;
    justify-content:center;

    background:#000 !important;
    color:#fff !important;

    border:1px solid #000 !important;
    border-radius:0 !important;

    font-size:10px !important;
    font-weight:700 !important;

    letter-spacing:.16em !important;

    text-transform:uppercase;

    transition:.25s ease;
}

.orre-about-closing .elementor-button:hover{
    background:#fff !important;
    color:#000 !important;
}

.orre-about-hero .elementor-widget-container,
.orre-about-story .elementor-widget-container,
.orre-about-values .elementor-widget-container{
    box-shadow:none !important;
}

.orre-about-hero a,
.orre-about-story a,
.orre-about-values a{
    color:#111 !important;
}

.orre-about-story a,
.orre-about-values a{
    display:inline-flex;
    align-items:center;
    gap:10px;

    margin-top:18px;

    font-size:10px !important;
    font-weight:700 !important;

    letter-spacing:.14em;

    text-transform:uppercase;

    text-decoration:none !important;
}

@media(max-width:767px){

    .orre-about-hero,
    .orre-about-story,
    .orre-about-values,
    .orre-about-closing{
        padding-left:20px !important;
        padding-right:20px !important;
    }

    .orre-about-hero{
        min-height:auto;

        padding-top:64px !important;
        padding-bottom:64px !important;
    }

    .orre-about-hero .elementor-heading-title{
        font-size:48px !important;
    }

    .orre-about-story,
    .orre-about-values{
        padding-top:56px !important;
        padding-bottom:56px !important;
    }

    .orre-about-story .elementor-heading-title{
        font-size:38px !important;
    }

    .orre-about-values .elementor-column::after{
        display:none !important;
    }

    .orre-about-values .elementor-column{
        padding-bottom:36px;
        margin-bottom:36px;

        border-bottom:1px solid #eee;
    }

    .orre-about-closing{
        min-height:auto;

        padding-top:70px !important;
        padding-bottom:70px !important;
    }

    .orre-about-closing .elementor-heading-title{
        font-size:44px !important;
    }
}

.about-video-section,
.elementor-section.about-video-section {
    padding: 70px 40px !important;
    box-sizing: border-box;
}

.about-video-section .elementor-container,
.about-video-section .elementor-row {
    max-width: 1400px !important;
    margin: 0 auto !important;
    align-items: flex-start !important;
    column-gap: 40px !important;
}

.about-video-section .elementor-column {
    width: 50% !important;
}

.about-video-section .elementor-widget-video,
.about-video-section .elementor-custom-embed-wrapper,
.about-video-section .elementor-video {
    width: 100% !important;
}

.about-video-section iframe,
.about-video-section video,
.about-video-section .elementor-video iframe {
    width: 100% !important;
    height: 420px !important;
    display: block !important;
    border: 0 !important;
    object-fit: cover !important;
}

.about-video-section .elementor-custom-embed-image-overlay,
.about-video-section .elementor-wrapper {
    width: 100% !important;
    min-height: 420px !important;
}

.about-video-section h2,
.about-video-section h3,
.about-video-section .elementor-heading-title {
    font-size: 26px !important;
    line-height: 1.3 !important;
    font-weight: 500 !important;
    margin-top: 22px !important;
    margin-bottom: 0 !important;
    color: #222 !important;
}

.about-video-section p {
    margin-top: 12px !important;
    line-height: 1.7 !important;
    color: #666 !important;
}

@media (max-width: 991px) {
    .about-video-section {
        padding: 50px 20px !important;
    }

    .about-video-section .elementor-container,
    .about-video-section .elementor-row {
        display: flex !important;
        flex-direction: column !important;
        row-gap: 35px !important;
    }

    .about-video-section .elementor-column {
        width: 100% !important;
    }

    .about-video-section iframe,
    .about-video-section video,
    .about-video-section .elementor-video iframe,
    .about-video-section .elementor-custom-embed-image-overlay,
    .about-video-section .elementor-wrapper {
        height: 280px !important;
        min-height: 280px !important;
    }

    .about-video-section h2,
    .about-video-section h3,
    .about-video-section .elementor-heading-title {
        font-size: 22px !important;
    }
}

#orreMenuDrawer,
.orre-menu-drawer{
    display:flex !important;
    flex-direction:column !important;
}

#orreMenuDrawer .orre-drawer-nav,
.orre-menu-drawer .orre-drawer-nav{
    flex:1 !important;

    display:flex !important;
    flex-direction:column !important;
    justify-content:center !important;

    padding-top:20px !important;
    padding-bottom:20px !important;
}

#orreMenuDrawer .orre-drawer-nav > a,
#orreMenuDrawer .orre-mobile-group,
.orre-menu-drawer .orre-drawer-nav > a,
.orre-menu-drawer .orre-mobile-group{
    flex:0 0 auto !important;
}

@media(max-width:767px){

    #orreMenuDrawer .orre-drawer-nav,
    .orre-menu-drawer .orre-drawer-nav{
        justify-content:flex-start !important;

        padding-top:28px !important;
    }
}

body .orre-home-new > .orre-home-section-header > a::after,
body .orre-home-collection > .orre-home-section-header > .orre-section-cta::after{
    content:none !important;
    display:none !important;
}

body .orre-home-new > .orre-home-section-header > a,
body .orre-home-collection > .orre-home-section-header > .orre-section-cta{
    padding-left:22px !important;
    padding-right:22px !important;
    justify-content:center !important;
}

body .orre-home-new > .orre-home-section-header > h1,
body .orre-home-collection > .orre-home-section-header > h2{
    position:relative !important;
    padding-bottom:16px !important;
}

body .orre-home-new > .orre-home-section-header > h1::after,
body .orre-home-collection > .orre-home-section-header > h2::after{
    content:"" !important;

    display:block !important;

    position:absolute !important;

    left:50% !important;
    bottom:0 !important;

    width:42px !important;
    height:3px !important;

    background:#c2c2c2 !important;

    transform:translateX(-50%) !important;
}

body .orre-home-new > .orre-home-section-header::before,
body .orre-home-collection > .orre-home-section-header::before{
    display:none !important;
    content:none !important;
}

body .orre-home-new > .orre-home-section-header,
body .orre-home-collection > .orre-home-section-header{
    display:flex !important;
    align-items:center !important;
    justify-content:space-between !important;

    gap:30px !important;

    padding:34px 56px !important;
}

body .orre-home-new > .orre-home-section-header > h1,
body .orre-home-collection > .orre-home-section-header > h2{
    position:relative !important;

    margin:0 !important;
    padding-bottom:16px !important;

    flex:0 0 auto !important;
}

body .orre-home-new > .orre-home-section-header > h1::after,
body .orre-home-collection > .orre-home-section-header > h2::after{
    content:"" !important;

    display:block !important;

    position:absolute !important;

    left:50% !important;
    bottom:0 !important;

    width:56px !important;
    height:3px !important;

    background:#bdbdbd !important;

    transform:translateX(-50%) !important;
}

body .orre-home-new > .orre-home-section-header::before,
body .orre-home-collection > .orre-home-section-header::before{
    content:none !important;
    display:none !important;
}

body .orre-home-new > .orre-home-section-header > a,
body .orre-home-collection > .orre-home-section-header > .orre-section-cta{
    width:auto !important;
    max-width:none !important;

    flex:0 0 auto !important;

    min-width:170px !important;
    height:48px !important;

    margin:0 !important;
    padding:0 24px !important;

    display:inline-flex !important;
    align-items:center !important;
    justify-content:center !important;

    background:#111 !important;
    color:#fff !important;

    border:1px solid #111 !important;

    font-size:10px !important;
    font-weight:700 !important;

    letter-spacing:.14em !important;

    text-transform:uppercase !important;
}

body .orre-home-new > .orre-home-section-header > a::after,
body .orre-home-collection > .orre-home-section-header > .orre-section-cta::after{
    content:none !important;
    display:none !important;
}

body .orre-home-new > .orre-home-section-header,
body .orre-home-collection > .orre-home-section-header{
    display:flex !important;
    flex-direction:column !important;
    align-items:center !important;
    justify-content:center !important;

    width:100% !important;

    padding:38px 20px 42px !important;
    margin:0 !important;

    text-align:center !important;

    background:#fff !important;

    gap:0 !important;
}

body .orre-home-new > .orre-home-section-header > h1,
body .orre-home-collection > .orre-home-section-header > h2{
    position:relative !important;

    margin:0 !important;

    padding:18px 0 17px !important;

    font-size:36px !important;
    font-weight:700 !important;
    line-height:1 !important;

    letter-spacing:.075em !important;

    text-align:center !important;
    text-transform:uppercase !important;

    color:#111 !important;
}

body .orre-home-new > .orre-home-section-header > h1::before{
    content:"NEW SEASON" !important;
}

body .orre-home-collection > .orre-home-section-header > h2::before{
    content:"SHOP THE EDIT" !important;
}

body .orre-home-new > .orre-home-section-header > h1::before,
body .orre-home-collection > .orre-home-section-header > h2::before{
    position:absolute !important;

    top:0 !important;
    left:50% !important;

    transform:translateX(-50%) !important;

    white-space:nowrap !important;

    font-size:8px !important;
    font-weight:600 !important;

    letter-spacing:.25em !important;

    color:#999 !important;
}

body .orre-home-new > .orre-home-section-header > h1::after,
body .orre-home-collection > .orre-home-section-header > h2::after{
    content:"" !important;

    position:absolute !important;

    left:50% !important;
    bottom:0 !important;

    width:46px !important;
    height:3px !important;

    background:#bdbdbd !important;

    transform:translateX(-50%) !important;
}

body .orre-home-new > .orre-home-section-header::before,
body .orre-home-collection > .orre-home-section-header::before{
    display:none !important;
    content:none !important;
}

body .orre-home-new > .orre-home-section-header > a,
body .orre-home-collection > .orre-home-section-header > .orre-section-cta{
    display:inline-flex !important;

    align-items:center !important;
    justify-content:center !important;

    width:auto !important;
    min-width:180px !important;

    height:48px !important;

    margin:26px 0 0 !important;

    padding:0 26px !important;

    background:#111 !important;
    color:#fff !important;

    border:1px solid #111 !important;
    border-radius:0 !important;

    font-size:10px !important;
    font-weight:700 !important;

    letter-spacing:.15em !important;

    text-align:center !important;
    text-decoration:none !important;
    text-transform:uppercase !important;
}

body .orre-home-new > .orre-home-section-header > a::after,
body .orre-home-collection > .orre-home-section-header > .orre-section-cta::after{
    display:none !important;
    content:none !important;
}

@media(max-width:767px){

    body .orre-home-new > .orre-home-section-header,
    body .orre-home-collection > .orre-home-section-header{
        padding:30px 16px 34px !important;
    }

    body .orre-home-new > .orre-home-section-header > h1,
    body .orre-home-collection > .orre-home-section-header > h2{
        font-size:27px !important;
    }

    body .orre-home-new > .orre-home-section-header > a,
    body .orre-home-collection > .orre-home-section-header > .orre-section-cta{
        min-width:165px !important;
        height:44px !important;

        margin-top:22px !important;

        font-size:9px !important;
    }
}

.orre-home-section-footer{
    width:100% !important;

    display:flex !important;
    align-items:center !important;
    justify-content:center !important;

    padding:34px 20px 44px !important;

    background:#fff !important;

    box-sizing:border-box !important;
}

.orre-home-section-footer .orre-section-cta{
    display:inline-flex !important;

    align-items:center !important;
    justify-content:center !important;

    width:auto !important;
    min-width:210px !important;
    height:50px !important;

    margin:0 !important;
    padding:0 28px !important;

    background:#111 !important;
    color:#fff !important;

    border:1px solid #111 !important;
    border-radius:0 !important;

    font-size:10px !important;
    font-weight:700 !important;

    letter-spacing:.16em !important;

    text-transform:uppercase !important;
    text-decoration:none !important;

    transition:.2s ease !important;
}

.orre-home-section-footer .orre-section-cta:hover{
    background:#fff !important;
    color:#111 !important;
}

.orre-home-section-footer .orre-section-cta::before,
.orre-home-section-footer .orre-section-cta::after{
    content:none !important;
    display:none !important;
}

@media(max-width:767px){

    .orre-home-section-footer{
        padding:24px 16px 32px !important;
    }

    .orre-home-section-footer .orre-section-cta{
        min-width:180px !important;
        height:46px !important;

        font-size:9px !important;
    }
}

body .orre-home-new > .orre-home-section-header{
    display:flex !important;
    flex-direction:column !important;
    align-items:center !important;
    justify-content:center !important;

    width:100% !important;

    padding:24px 20px 28px !important;
    margin:0 !important;

    text-align:center !important;

    background:#fff !important;
}

body .orre-home-new > .orre-home-section-header > h1{
    position:relative !important;

    margin:0 !important;
    padding:18px 0 16px !important;

    font-size:34px !important;
    font-weight:700 !important;
    line-height:1 !important;

    letter-spacing:.07em !important;

    text-transform:uppercase !important;
}

body .orre-home-new > .orre-home-section-header > h1::before{
    content:"NEW SEASON" !important;

    position:absolute !important;

    top:0 !important;
    left:50% !important;

    transform:translateX(-50%) !important;

    font-size:8px !important;
    font-weight:600 !important;

    letter-spacing:.24em !important;

    color:#999 !important;

    white-space:nowrap !important;
}

body .orre-home-new > .orre-home-section-header > h1::after{
    content:"" !important;

    position:absolute !important;

    left:50% !important;
    bottom:0 !important;

    width:44px !important;
    height:2px !important;

    background:#bdbdbd !important;

    transform:translateX(-50%) !important;
}

body .orre-home-new > .orre-home-section-header > a{
    display:inline-flex !important;

    align-items:center !important;
    justify-content:center !important;

    width:auto !important;
    min-width:160px !important;

    height:44px !important;

    margin:20px 0 0 !important;
    padding:0 24px !important;

    background:#111 !important;
    color:#fff !important;

    border:1px solid #111 !important;

    font-size:9px !important;
    font-weight:700 !important;

    letter-spacing:.15em !important;

    text-transform:uppercase !important;
    text-decoration:none !important;
}

body .orre-home-new > .orre-home-section-header > a::before,
body .orre-home-new > .orre-home-section-header > a::after{
    content:none !important;
    display:none !important;
}

@media(max-width:767px){

    body .orre-home-new > .orre-home-section-header{
        padding:22px 16px 24px !important;
    }

    body .orre-home-new > .orre-home-section-header > h1{
        font-size:28px !important;
    }

    body .orre-home-new > .orre-home-section-header > a{
        min-width:145px !important;
        height:42px !important;

        margin-top:18px !important;
    }
}

.orre-home-new .orre-home-section-header{
    display:flex !important;
    flex-direction:column !important;
    align-items:center !important;
    justify-content:center !important;

    padding:32px 20px 28px !important;
    margin:0 !important;

    text-align:center !important;
    background:#fff !important;
}

.orre-home-new .orre-home-section-header h1{
    position:relative !important;

    margin:0 !important;
    padding:18px 0 16px !important;

    font-size:34px !important;
    font-weight:700 !important;
    line-height:1 !important;

    letter-spacing:.08em !important;
}

.orre-home-new .orre-home-section-header h1::before{
    content:"NEW SEASON" !important;

    position:absolute !important;
    top:0 !important;
    left:50% !important;

    transform:translateX(-50%) !important;

    font-size:8px !important;
    font-weight:600 !important;

    letter-spacing:.24em !important;
    color:#999 !important;

    white-space:nowrap !important;
}

.orre-home-new .orre-home-section-header h1::after{
    content:"" !important;

    position:absolute !important;
    left:50% !important;
    bottom:0 !important;

    width:46px !important;
    height:2px !important;

    transform:translateX(-50%) !important;

    background:#bdbdbd !important;
}

.orre-home-new .orre-home-section-footer{
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;

    width:100% !important;

    padding:34px 20px 44px !important;

    background:#fff !important;
}

.orre-home-new .orre-home-section-footer .orre-section-cta{
    display:inline-flex !important;
    align-items:center !important;
    justify-content:center !important;

    width:auto !important;
    min-width:180px !important;
    height:48px !important;

    padding:0 28px !important;

    background:#111 !important;
    color:#fff !important;

    border:1px solid #111 !important;

    font-size:10px !important;
    font-weight:700 !important;

    letter-spacing:.15em !important;

    text-decoration:none !important;
    text-transform:uppercase !important;
}

.orre-home-new .orre-home-section-footer .orre-section-cta::before,
.orre-home-new .orre-home-section-footer .orre-section-cta::after{
    display:none !important;
    content:none !important;
}

}

body.single-product .orre-variable-size-buttons,
body.single-product .orre-pdp-static-sizes{
    display:none !important;
}

body.single-product .orre-simple-size-selector{
    display:block !important;
    visibility:visible !important;
    opacity:1 !important;

    width:100% !important;

    margin:26px 0 22px !important;
    padding:0 !important;
}

body.single-product .orre-simple-size-selector .orre-size-selector-label{
    display:block !important;

    margin:0 0 12px !important;

    color:#111 !important;

    font-size:12px !important;
    font-weight:700 !important;
    line-height:1 !important;

    letter-spacing:.09em !important;

    text-transform:uppercase !important;
}

body.single-product .orre-simple-size-buttons{
    display:flex !important;
    align-items:center !important;
    justify-content:flex-start !important;
    flex-wrap:wrap !important;

    gap:8px !important;

    width:100% !important;

    margin:0 !important;
    padding:0 !important;
}

body.single-product .orre-simple-size-buttons .orre-size-option{
    display:inline-flex !important;

    align-items:center !important;
    justify-content:center !important;

    width:56px !important;
    min-width:56px !important;
    height:48px !important;

    margin:0 !important;
    padding:0 !important;

    background:#fff !important;
    color:#111 !important;

    border:1px solid #d4d4d4 !important;
    border-radius:0 !important;

    box-shadow:none !important;

    font-size:10px !important;
    font-weight:600 !important;

    cursor:pointer !important;
}

body.single-product
.orre-simple-size-buttons
.orre-size-option.is-selected{
    background:#111 !important;
    color:#fff !important;

    border-color:#111 !important;
}

body.single-product
.orre-simple-size-buttons
.orre-size-option:hover{
    border-color:#111 !important;
}

body.single-product
.orre-simple-size-selector
input[name="orre_selected_size"]{
    display:none !important;
}

body.single-product
.orre-pdp-final-buy
form.cart:not(.variations_form){
    display:grid !important;

    grid-template-columns:145px minmax(0,1fr) !important;

    align-items:stretch !important;

    gap:10px !important;

    width:100% !important;

    margin:0 !important;
}

body.single-product .orre-pdp-final-buy .quantity{
    display:grid !important;

    grid-template-columns:40px 1fr 40px !important;

    width:145px !important;
    height:52px !important;

    margin:0 !important;

    background:#fff !important;

    border:1px solid #111 !important;
}

body.single-product .orre-pdp-final-buy .quantity input.qty{
    width:100% !important;
    height:50px !important;

    margin:0 !important;
    padding:0 !important;

    background:#fff !important;
    color:#111 !important;

    border:0 !important;

    text-align:center !important;
}

body.single-product .orre-pdp-final-buy .quantity .minus,
body.single-product .orre-pdp-final-buy .quantity .plus{
    width:40px !important;
    height:50px !important;

    margin:0 !important;
    padding:0 !important;

    display:flex !important;
    align-items:center !important;
    justify-content:center !important;

    background:#fff !important;
    color:#111 !important;

    border:0 !important;
}

body.single-product
.orre-pdp-final-buy
.single_add_to_cart_button{
    width:100% !important;
    height:52px !important;

    margin:0 !important;
    padding:0 25px !important;

    display:flex !important;

    align-items:center !important;
    justify-content:center !important;

    background:#111 !important;
    color:#fff !important;

    border:1px solid #111 !important;
    border-radius:0 !important;

    font-size:10px !important;
    font-weight:700 !important;

    letter-spacing:.13em !important;

    text-transform:uppercase !important;
}

body.single-product
.orre-pdp-final-buy
form.variations_form{
    display:block !important;

    width:100% !important;

    margin:25px 0 0 !important;
}

body.single-product
.orre-pdp-final-buy
.variations{
    display:table !important;

    width:100% !important;

    margin:0 0 22px !important;
}

body.single-product
.orre-pdp-final-buy
.wd-swatches-product{
    display:flex !important;

    flex-wrap:wrap !important;

    gap:8px !important;

    margin:10px 0 0 !important;
}

body.single-product
.orre-pdp-final-buy
.wd-swatch,
body.single-product
.orre-pdp-final-buy
.wd-swatch-text{
    display:inline-flex !important;

    align-items:center !important;
    justify-content:center !important;

    min-width:56px !important;
    height:48px !important;

    padding:0 14px !important;

    background:#fff !important;
    color:#111 !important;

    border:1px solid #d4d4d4 !important;
    border-radius:0 !important;
}

body.single-product
.orre-pdp-final-buy
.wd-swatch.wd-active,
body.single-product
.orre-pdp-final-buy
.wd-swatch.active{
    background:#111 !important;
    color:#fff !important;

    border-color:#111 !important;
}

body.single-product
.orre-pdp-final-buy
.woocommerce-variation-add-to-cart{
    display:grid !important;

    grid-template-columns:145px minmax(0,1fr) !important;

    gap:10px !important;

    width:100% !important;

    margin-top:20px !important;
}

@media(max-width:767px){

    body.single-product .orre-simple-size-selector{
        margin-top:22px !important;
    }

    body.single-product
    .orre-simple-size-buttons
    .orre-size-option{
        width:50px !important;
        min-width:50px !important;
        height:44px !important;
    }

    body.single-product
    .orre-pdp-final-buy
    form.cart:not(.variations_form),

    body.single-product
    .orre-pdp-final-buy
    .woocommerce-variation-add-to-cart{
        grid-template-columns:110px minmax(0,1fr) !important;
        gap:8px !important;
    }

    body.single-product .orre-pdp-final-buy .quantity{
        width:110px !important;

        grid-template-columns:32px 1fr 32px !important;
    }

    body.single-product .orre-pdp-final-buy .quantity .minus,
    body.single-product .orre-pdp-final-buy .quantity .plus{
        width:32px !important;
    }
}

body.single-product .orre-pdp-final-buy form.variations_form{
    width:100% !important;
    margin:24px 0 0 !important;
}

body.single-product .orre-pdp-final-buy .variations{
    width:100% !important;
    margin:0 0 22px !important;
    border:0 !important;
}

body.single-product .orre-pdp-final-buy .variations tbody,
body.single-product .orre-pdp-final-buy .variations tr{
    display:block !important;
    width:100% !important;
}

body.single-product .orre-pdp-final-buy .variations tr{
    margin:0 0 18px !important;
}

body.single-product .orre-pdp-final-buy .variations th,
body.single-product .orre-pdp-final-buy .variations td{
    display:block !important;
    width:100% !important;
    margin:0 !important;
    padding:0 !important;
    border:0 !important;
    text-align:left !important;
}

body.single-product .orre-pdp-final-buy .variations label{
    display:block !important;
    margin:0 0 11px !important;

    color:#111 !important;

    font-size:12px !important;
    font-weight:700 !important;
    line-height:1.2 !important;

    letter-spacing:.09em !important;
    text-transform:uppercase !important;
}

body.single-product .orre-pdp-final-buy .wd-swatches-product{
    display:flex !important;
    align-items:center !important;
    justify-content:flex-start !important;
    flex-wrap:wrap !important;

    gap:8px !important;

    width:100% !important;
    margin:0 !important;
}

body.single-product .orre-pdp-final-buy .wd-swatch,
body.single-product .orre-pdp-final-buy .wd-swatch-text{
    display:inline-flex !important;
    align-items:center !important;
    justify-content:center !important;

    min-width:56px !important;
    height:48px !important;

    margin:0 !important;
    padding:0 14px !important;

    background:#fff !important;
    color:#111 !important;

    border:1px solid #d5d5d5 !important;
    border-radius:0 !important;
    box-shadow:none !important;

    font-size:10px !important;
    font-weight:600 !important;
    line-height:1 !important;
}

body.single-product .orre-pdp-final-buy .wd-swatch.wd-active,
body.single-product .orre-pdp-final-buy .wd-swatch.active,
body.single-product .orre-pdp-final-buy .wd-swatch.selected{
    background:#111 !important;
    color:#fff !important;
    border-color:#111 !important;
}

body.single-product .orre-pdp-final-buy .variations select{
    width:100% !important;
    max-width:360px !important;
    height:48px !important;

    margin:0 !important;
    padding:0 14px !important;

    background:#fff !important;
    color:#111 !important;

    border:1px solid #d5d5d5 !important;
    border-radius:0 !important;
    box-shadow:none !important;
}

body.single-product .orre-pdp-final-buy .reset_variations{
    display:inline-block !important;

    margin-top:10px !important;

    color:#777 !important;

    font-size:9px !important;
    font-weight:600 !important;
    letter-spacing:.08em !important;
    text-transform:uppercase !important;
}

body.single-product
.orre-pdp-final-buy
.woocommerce-variation-add-to-cart{
    display:grid !important;
    grid-template-columns:145px minmax(0,1fr) !important;

    align-items:stretch !important;
    gap:10px !important;

    width:100% !important;
    margin-top:20px !important;
}

body.single-product .orre-pdp-final-buy .quantity{
    display:grid !important;
    grid-template-columns:40px 1fr 40px !important;

    width:145px !important;
    height:52px !important;

    margin:0 !important;

    border:1px solid #111 !important;
    background:#fff !important;
}

body.single-product .orre-pdp-final-buy .quantity input.qty{
    width:100% !important;
    height:50px !important;

    margin:0 !important;
    padding:0 !important;

    background:#fff !important;
    color:#111 !important;

    border:0 !important;
    box-shadow:none !important;

    text-align:center !important;
}

body.single-product .orre-pdp-final-buy .quantity .minus,
body.single-product .orre-pdp-final-buy .quantity .plus{
    width:40px !important;
    height:50px !important;

    margin:0 !important;
    padding:0 !important;

    background:#fff !important;
    color:#111 !important;

    border:0 !important;
    box-shadow:none !important;
}

body.single-product .orre-pdp-final-buy .single_add_to_cart_button{
    width:100% !important;
    min-height:52px !important;

    margin:0 !important;
    padding:0 24px !important;

    display:flex !important;
    align-items:center !important;
    justify-content:center !important;

    background:#111 !important;
    color:#fff !important;

    border:1px solid #111 !important;
    border-radius:0 !important;

    font-size:10px !important;
    font-weight:700 !important;
    line-height:1 !important;

    letter-spacing:.12em !important;
    text-transform:uppercase !important;
}

body.single-product .orre-pdp-final-buy .single_add_to_cart_button.disabled,
body.single-product .orre-pdp-final-buy .single_add_to_cart_button:disabled{
    opacity:.45 !important;
    cursor:not-allowed !important;
}

@media(max-width:767px){

    body.single-product
    .orre-pdp-final-buy
    .woocommerce-variation-add-to-cart{
        grid-template-columns:110px minmax(0,1fr) !important;
        gap:8px !important;
    }

    body.single-product .orre-pdp-final-buy .quantity{
        width:110px !important;
        grid-template-columns:32px 1fr 32px !important;
    }

    body.single-product .orre-pdp-final-buy .quantity .minus,
    body.single-product .orre-pdp-final-buy .quantity .plus{
        width:32px !important;
    }

    body.single-product .orre-pdp-final-buy .wd-swatch,
    body.single-product .orre-pdp-final-buy .wd-swatch-text{
        min-width:50px !important;
        height:44px !important;
        padding:0 12px !important;
    }
}

body.single-product .orre-pdp-final-short-description{
    margin:18px 0 0 !important;
    max-width:680px !important;
    color:#555 !important;
    font-size:15px !important;
    line-height:1.75 !important;
}

body.single-product .orre-pdp-final-description{
    margin:22px 0 26px !important;
    max-width:680px !important;
    color:#333 !important;
    font-size:15px !important;
    line-height:1.8 !important;
}

body.single-product .orre-pdp-final-description p{
    margin:0 0 16px !important;
}

body.single-product .orre-pdp-final-description ul,
body.single-product .orre-pdp-final-description ol{
    margin:12px 0 0 20px !important;
    padding:0 !important;
}

body.single-product .orre-pdp-final-description li{
    margin:0 0 10px !important;
}

body.single-product
.orre-pdp-final-buy
form.cart:not(.variations_form){
    display:grid !important;
    grid-template-columns:145px minmax(0,1fr) !important;
    align-items:stretch !important;
    gap:14px 10px !important;
    width:100% !important;
    margin:0 !important;
}

body.single-product
.orre-pdp-final-buy
form.cart:not(.variations_form)
.orre-simple-size-selector{
    grid-column:1 / -1 !important;
    width:100% !important;
    margin:0 !important;
    padding:0 !important;
}

body.single-product .orre-simple-size-selector .orre-size-selector-label{
    display:block !important;
    margin:0 0 12px !important;
    color:#111 !important;
    font-size:12px !important;
    font-weight:700 !important;
    line-height:1 !important;
    letter-spacing:.09em !important;
    text-transform:uppercase !important;
}

body.single-product .orre-simple-size-buttons{
    display:flex !important;
    flex-wrap:wrap !important;
    align-items:center !important;
    gap:8px !important;
    width:100% !important;
    margin:0 !important;
}

body.single-product .orre-simple-size-buttons .orre-size-option{
    display:inline-flex !important;
    align-items:center !important;
    justify-content:center !important;
    width:56px !important;
    min-width:56px !important;
    height:48px !important;
    margin:0 !important;
    padding:0 !important;
    background:#fff !important;
    color:#111 !important;
    border:1px solid #d4d4d4 !important;
    border-radius:0 !important;
    box-shadow:none !important;
    font-size:10px !important;
    font-weight:600 !important;
}

body.single-product
.orre-simple-size-buttons
.orre-size-option.is-selected{
    background:#111 !important;
    color:#fff !important;
    border-color:#111 !important;
}

body.single-product .orre-pdp-final-buy .quantity{
    grid-column:1 !important;
    display:grid !important;
    grid-template-columns:40px 1fr 40px !important;
    width:145px !important;
    height:52px !important;
    margin:0 !important;
    border:1px solid #111 !important;
    background:#fff !important;
}

body.single-product .orre-pdp-final-buy .quantity input.qty{
    width:100% !important;
    height:50px !important;
    margin:0 !important;
    padding:0 !important;
    border:0 !important;
    background:#fff !important;
    color:#111 !important;
    text-align:center !important;
}

body.single-product .orre-pdp-final-buy .quantity .minus,
body.single-product .orre-pdp-final-buy .quantity .plus{
    width:40px !important;
    height:50px !important;
    margin:0 !important;
    padding:0 !important;
    border:0 !important;
    background:#fff !important;
    color:#111 !important;
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
}

body.single-product
.orre-pdp-final-buy
form.cart:not(.variations_form)
.single_add_to_cart_button{
    grid-column:2 !important;
    width:100% !important;
    height:52px !important;
    margin:0 !important;
    padding:0 24px !important;
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    background:#111 !important;
    color:#fff !important;
    border:1px solid #111 !important;
    border-radius:0 !important;
    font-size:10px !important;
    font-weight:700 !important;
    line-height:1 !important;
    letter-spacing:.12em !important;
    text-transform:uppercase !important;
}

body.single-product
.orre-pdp-final-buy
.woocommerce-variation-add-to-cart{
    display:grid !important;
    grid-template-columns:145px minmax(0,1fr) !important;
    gap:10px !important;
    width:100% !important;
    margin-top:18px !important;
}

@media(max-width:767px){
    body.single-product
    .orre-pdp-final-buy
    form.cart:not(.variations_form),
    body.single-product
    .orre-pdp-final-buy
    .woocommerce-variation-add-to-cart{
        grid-template-columns:110px minmax(0,1fr) !important;
    }

    body.single-product .orre-pdp-final-buy .quantity{
        width:110px !important;
        grid-template-columns:32px 1fr 32px !important;
    }

    body.single-product .orre-pdp-final-buy .quantity .minus,
    body.single-product .orre-pdp-final-buy .quantity .plus{
        width:32px !important;
    }

    body.single-product .orre-simple-size-buttons .orre-size-option{
        width:50px !important;
        min-width:50px !important;
        height:44px !important;
    }
}

body.single-product .orre-pdp-final-main{
    display:grid !important;

    grid-template-columns:minmax(0, 1.05fr) minmax(520px, .95fr) !important;

    column-gap:42px !important;

    width:100% !important;

    max-width:1580px !important;

    margin:0 auto !important;

    padding:0 42px !important;

    box-sizing:border-box !important;
}

body.single-product .orre-pdp-final-summary{
    padding-left:0 !important;
    margin-left:0 !important;

    display:flex !important;
    align-items:flex-start !important;
}

body.single-product .orre-pdp-final-summary-inner{
    width:100% !important;

    max-width:650px !important;

    margin-left:0 !important;
    margin-right:auto !important;

    padding-left:0 !important;
    padding-right:0 !important;
}

body.single-product .orre-pdp-final-summary-inner{
    transform:none !important;
}

@media(max-width:1199px){

    body.single-product .orre-pdp-final-main{
        grid-template-columns:1fr 1fr !important;

        column-gap:28px !important;

        padding:0 24px !important;
    }

    body.single-product .orre-pdp-final-summary-inner{
        max-width:100% !important;
    }
}

@media(max-width:767px){

    body.single-product .orre-pdp-final-main{
        display:block !important;

        padding:0 16px !important;
    }

    body.single-product .orre-pdp-final-summary{
        margin-top:28px !important;
    }
}

body .cart-widget-side,
body .wd-side-hidden,
body .wd-cart-side{
    top:0 !important;
    height:100vh !important;
    max-height:100vh !important;

    padding-top:92px !important;

    box-sizing:border-box !important;
}

body .cart-widget-side .widget_shopping_cart,
body .wd-cart-side .widget_shopping_cart{
    height:100% !important;
    max-height:100% !important;

    overflow-y:auto !important;
    overflow-x:hidden !important;

    padding-top:14px !important;
    padding-bottom:24px !important;
}

body .cart-widget-side .mini_cart_item,
body .wd-cart-side .mini_cart_item{
    padding-top:18px !important;
    padding-bottom:18px !important;
}

body .cart-widget-side .mini_cart_item img,
body .wd-cart-side .mini_cart_item img{
    margin-top:0 !important;
}

body .cart-widget-side .mini_cart_item .product-title,
body .cart-widget-side .mini_cart_item a,
body .wd-cart-side .mini_cart_item .product-title,
body .wd-cart-side .mini_cart_item a{
    margin-top:0 !important;
}

body .cart-widget-side .woocommerce-mini-cart__total,
body .wd-cart-side .woocommerce-mini-cart__total{
    margin-top:18px !important;
}

body .cart-widget-side,
body .wd-cart-side{
    z-index:999999 !important;
}

@media(max-width:767px){

    body .cart-widget-side,
    body .wd-side-hidden,
    body .wd-cart-side{
        padding-top:72px !important;
    }
}

body.home .orre-home-product-grid,
body.home .orre-product-slider{
    gap:14px !important;
}

body.home .orre-home-product{
    background:#fff !important;

    margin:0 !important;
    padding:0 !important;

    min-width:0 !important;
}

body.home .orre-home-size-strip{
    position:static !important;

    display:flex !important;
    visibility:visible !important;
    opacity:1 !important;

    align-items:center !important;
    justify-content:flex-start !important;
    flex-wrap:wrap !important;

    gap:6px !important;

    width:100% !important;
    min-height:42px !important;

    margin:0 !important;

    padding:10px 14px 0 !important;

    background:#fff !important;

    transform:none !important;
    overflow:visible !important;

    box-sizing:border-box !important;
}

body.home .orre-home-size-strip > span{
    display:inline-flex !important;

    align-items:center !important;
    justify-content:center !important;

    min-width:38px !important;
    height:34px !important;

    margin:0 !important;
    padding:0 9px !important;

    background:#fff !important;
    color:#111 !important;

    border:1px solid #d5d5d5 !important;
    border-radius:0 !important;

    font-size:10px !important;
    font-weight:500 !important;
    line-height:1 !important;

    box-sizing:border-box !important;
}

body.home .orre-home-product-info{
    padding:12px 14px 26px !important;

    margin:0 !important;

    background:#fff !important;
}

body.home .orre-home-product-name{
    display:block !important;

    margin:0 !important;

    font-size:14px !important;
    font-weight:700 !important;
    line-height:1.35 !important;

    color:#111 !important;

    text-transform:uppercase !important;
}

body.home .orre-home-product-price{
    margin-top:9px !important;

    font-size:13px !important;
    font-weight:600 !important;

    line-height:1.3 !important;
}

body.home .orre-home-new,
body.home .orre-home-collection{
    padding-bottom:44px !important;
}

@media(min-width:1025px){

    body.home .orre-slider-shell{
        padding-left:42px !important;
        padding-right:42px !important;

        box-sizing:border-box !important;
    }
}

@media(max-width:767px){

    body.home .orre-home-product-grid,
    body.home .orre-product-slider{
        gap:7px !important;
    }

    body.home .orre-home-size-strip{
        gap:5px !important;

        min-height:36px !important;

        padding:8px 8px 0 !important;
    }

    body.home .orre-home-size-strip > span{
        min-width:33px !important;
        height:30px !important;

        padding:0 7px !important;

        font-size:9px !important;
    }

    body.home .orre-home-product-info{
        padding:10px 8px 20px !important;
    }
}

body.single-product .orre-pdp-final-related{
    padding-bottom:58px !important;
}

body.single-product .orre-related-slider-shell{
    padding-left:36px !important;
    padding-right:36px !important;

    box-sizing:border-box !important;
}

body.single-product .orre-pdp-final-related-grid{
    gap:14px !important;
}

body.single-product .orre-pdp-final-related-card{
    min-width:0 !important;

    margin:0 !important;
    padding:0 !important;

    background:#fff !important;
}

body.single-product .orre-pdp-final-related-image{
    display:block !important;

    width:100% !important;

    overflow:hidden !important;

    background:#f4efed !important;
}

body.single-product .orre-pdp-final-related-image img{
    display:block !important;

    width:100% !important;
    height:auto !important;

    margin:0 !important;
}

body.single-product .orre-pdp-related-sizes{
    display:flex !important;
    visibility:visible !important;
    opacity:1 !important;

    align-items:center !important;
    justify-content:flex-start !important;
    flex-wrap:wrap !important;

    gap:6px !important;

    width:100% !important;

    margin:0 !important;
    padding:10px 14px 0 !important;

    background:#fff !important;

    box-sizing:border-box !important;
}

body.single-product .orre-pdp-related-sizes > span{
    display:inline-flex !important;

    align-items:center !important;
    justify-content:center !important;

    min-width:38px !important;
    height:34px !important;

    margin:0 !important;
    padding:0 9px !important;

    background:#fff !important;
    color:#111 !important;

    border:1px solid #d5d5d5 !important;
    border-radius:0 !important;

    font-size:10px !important;
    font-weight:500 !important;

    line-height:1 !important;

    box-sizing:border-box !important;
}

body.single-product .orre-pdp-final-related-info{
    padding:12px 14px 26px !important;

    margin:0 !important;

    background:#fff !important;
}

body.single-product .orre-pdp-final-related-info > a{
    display:block !important;

    margin:0 !important;

    color:#111 !important;

    font-size:14px !important;
    font-weight:700 !important;
    line-height:1.35 !important;

    text-transform:uppercase !important;
}

body.single-product .orre-pdp-final-related-info > span{
    display:block !important;

    margin-top:9px !important;

    font-size:13px !important;
    font-weight:600 !important;
    line-height:1.3 !important;
}

@media(max-width:767px){

    body.single-product .orre-related-slider-shell{
        padding-left:10px !important;
        padding-right:10px !important;
    }

    body.single-product .orre-pdp-final-related-grid{
        gap:7px !important;
    }

    body.single-product .orre-pdp-related-sizes{
        gap:5px !important;

        padding:8px 8px 0 !important;
    }

    body.single-product .orre-pdp-related-sizes > span{
        min-width:33px !important;
        height:30px !important;

        padding:0 7px !important;

        font-size:9px !important;
    }

    body.single-product .orre-pdp-final-related-info{
        padding:10px 8px 20px !important;
    }
}

.orre-footer{
    background:#050505;
    color:#fff;

    width:100%;

    font-family:Arial, Helvetica, sans-serif;
}

.orre-footer-main{
    display:grid;

    grid-template-columns:1.2fr .8fr;

    gap:80px;

    max-width:1620px;

    margin:0 auto;

    padding:70px 7% 58px;
}

.orre-footer-brand{
    max-width:520px;
}

.orre-footer-logo{
    margin-bottom:28px;

    font-family:Georgia, "Times New Roman", serif;

    font-size:66px;
    font-weight:400;

    line-height:1;

    letter-spacing:.08em;

    color:#fff;
}

.orre-footer-brand p{
    max-width:390px;

    margin:0;

    color:#bdbdbd;

    font-size:15px;
    font-weight:400;

    line-height:1.75;
}

.orre-footer-contact{
    padding-top:10px;
}

.orre-footer-contact h4{
    margin:0 0 28px;

    color:#fff;

    font-size:13px;
    font-weight:700;

    letter-spacing:.18em;

    text-transform:uppercase;
}

.orre-footer-contact p{
    display:flex;

    flex-direction:column;

    gap:6px;

    margin:0 0 22px;

    color:#ccc;

    font-size:15px;

    line-height:1.5;
}

.orre-footer-contact p > span{
    color:#777;

    font-size:10px;
    font-weight:600;

    letter-spacing:.12em;

    text-transform:uppercase;
}

.orre-footer-contact a{
    color:#ccc;

    text-decoration:none;

    transition:
        color .2s ease,
        opacity .2s ease;
}

.orre-footer-contact a:hover{
    color:#fff;
}

.orre-footer-bottom{
    display:flex;

    align-items:center;
    justify-content:space-between;

    gap:30px;

    max-width:1620px;

    margin:0 auto;

    padding:24px 7%;

    border-top:1px solid rgba(255,255,255,.12);
}

.orre-footer-copy{
    display:flex;

    align-items:center;

    flex-wrap:wrap;

    gap:12px;

    color:#9b9b9b;

    font-size:12px;
}

.orre-footer-copy a{
    position:relative;

    color:#c6c6c6;

    text-decoration:none;

    transition:color .2s ease;
}

.orre-footer-copy a::after{
    content:"";

    position:absolute;

    left:0;
    bottom:-4px;

    width:0;
    height:1px;

    background:#fff;

    transition:width .25s ease;
}

.orre-footer-copy a:hover{
    color:#fff;
}

.orre-footer-copy a:hover::after{
    width:100%;
}

.orre-footer-separator{
    color:#555;
}

.orre-footer-payments{
    display:flex;

    align-items:center;

    gap:14px;
}

.orre-footer-payments > span{
    color:#666;

    font-size:9px;
    font-weight:600;

    letter-spacing:.16em;

    text-transform:uppercase;
}

.orre-footer-payments img{
    height:25px;

    width:auto;

    object-fit:contain;
}

@media(max-width:767px){

    .orre-footer-main{
        grid-template-columns:1fr;

        gap:42px;

        padding:48px 22px 40px;
    }

    .orre-footer-logo{
        font-size:48px;

        margin-bottom:22px;
    }

    .orre-footer-brand p{
        font-size:13px;

        line-height:1.7;
    }

    .orre-footer-contact{
        padding-top:0;
    }

    .orre-footer-bottom{
        flex-direction:column;

        align-items:flex-start;

        padding:22px;

        gap:20px;
    }

    .orre-footer-copy{
        gap:8px 10px;

        font-size:11px;
    }

    .orre-footer-payments{
        width:100%;

        flex-wrap:wrap;
    }

}

@media(max-width:767px){

    .orre-home-product-grid,
    .orre-home-products-grid,
    .orre-front-products,
    .orre-collection-grid,
    .orre-shop-pro-grid,
    .orre-pdp-final-related-grid{
        display:grid !important;
        grid-template-columns:repeat(2, minmax(0, 1fr)) !important;

        gap:10px !important;

        padding-left:12px !important;
        padding-right:12px !important;

        box-sizing:border-box !important;
    }

    .orre-home-product,
    .orre-front-product,
    .orre-collection-card,
    .orre-shop-pro-card,
    .orre-pdp-final-related-card{
        width:100% !important;
        min-width:0 !important;

        margin:0 !important;
    }

    .orre-home-product-media,
    .orre-front-product-media,
    .orre-collection-card-media,
    .orre-shop-pro-media,
    .orre-pdp-final-related-image{
        display:block !important;

        width:100% !important;

        aspect-ratio:3 / 4 !important;

        overflow:hidden !important;
    }

    .orre-home-product-media img,
    .orre-front-product-media img,
    .orre-collection-card-media img,
    .orre-shop-pro-media img,
    .orre-pdp-final-related-image img{
        width:100% !important;
        height:100% !important;

        object-fit:cover !important;
        object-position:center top !important;

        display:block !important;
    }

    .orre-home-product-info,
    .orre-front-product-meta,
    .orre-collection-card-info,
    .orre-shop-pro-info,
    .orre-pdp-final-related-info{
        padding:8px 6px 14px !important;
    }

    .orre-home-product-name,
    .orre-front-product-name,
    .orre-collection-card-title,
    .orre-shop-pro-name,
    .orre-pdp-final-related-name{
        font-size:10px !important;
        line-height:1.3 !important;
    }

    .orre-home-product-price,
    .orre-front-product-price,
    .orre-collection-card-price,
    .orre-shop-pro-price,
    .orre-pdp-final-related-price{
        margin-top:5px !important;

        font-size:10px !important;
    }

    .orre-home-size-strip,
    .orre-collection-size-strip,
    .orre-shop-pro-sizes,
    .orre-pdp-related-sizes{
        padding:6px 6px 0 !important;
        gap:4px !important;
    }

    .orre-home-size-strip > span,
    .orre-collection-size-strip > span,
    .orre-shop-pro-size-list > span,
    .orre-pdp-related-sizes > span{
        min-width:28px !important;
        height:26px !important;

        padding:0 5px !important;

        font-size:8px !important;
    }
}

@media(max-width:767px){

    .orre-home-product-grid,
    .orre-home-products-grid,
    .orre-front-products,
    .orre-collection-grid,
    .orre-shop-pro-grid,
    .orre-pdp-final-related-grid{
        gap:16px 12px !important;

        padding-left:14px !important;
        padding-right:14px !important;
    }

    .orre-home-product,
    .orre-front-product,
    .orre-collection-card,
    .orre-shop-pro-card,
    .orre-pdp-final-related-card{
        margin-bottom:8px !important;
    }

    .orre-home-product-info,
    .orre-front-product-meta,
    .orre-collection-card-info,
    .orre-shop-pro-info,
    .orre-pdp-final-related-info{
        padding-top:10px !important;
        padding-bottom:18px !important;
    }

    .orre-slider-shell,
    .orre-shop-pro-products,
    .orre-collection-products,
    .orre-pdp-final-related{
        box-sizing:border-box !important;
    }
}

@media (max-width:767px){

    body .orre-product-slider,
    body .orre-pdp-final-related-grid{
        display:flex !important;
        gap:14px !important;
        column-gap:14px !important;

        padding-left:14px !important;
        padding-right:14px !important;

        box-sizing:border-box !important;
    }

    body .orre-product-slider > .orre-home-product,
    body .orre-product-slider > .orre-front-product,
    body .orre-product-slider > .orre-pdp-final-related-card{
        flex:0 0 calc((100% - 14px) / 2) !important;
        width:calc((100% - 14px) / 2) !important;
        max-width:calc((100% - 14px) / 2) !important;

        margin:0 !important;

        box-sizing:border-box !important;
    }

    body .orre-shop-pro-grid,
    body .orre-collection-grid,
    body .orre-home-product-grid,
    body .orre-home-products-grid,
    body .orre-front-products{
        display:grid !important;

        grid-template-columns:
            repeat(2, minmax(0,1fr)) !important;

        column-gap:14px !important;
        row-gap:20px !important;

        padding-left:14px !important;
        padding-right:14px !important;

        box-sizing:border-box !important;
    }

    body .orre-shop-pro-card,
    body .orre-collection-card,
    body .orre-home-product,
    body .orre-front-product,
    body .orre-pdp-final-related-card{
        min-width:0 !important;
        max-width:100% !important;

        box-sizing:border-box !important;
    }

}

@media(max-width:767px){

    body .orre-product-slider,
    body .orre-pdp-final-related-grid{
        gap:20px !important;
        column-gap:20px !important;

        padding-left:16px !important;
        padding-right:16px !important;

        box-sizing:border-box !important;
    }

    body .orre-product-slider > .orre-home-product,
    body .orre-product-slider > .orre-front-product,
    body .orre-product-slider > .orre-pdp-final-related-card{
        flex:0 0 calc((100% - 20px) / 2) !important;
        width:calc((100% - 20px) / 2) !important;
        max-width:calc((100% - 20px) / 2) !important;

        margin:0 !important;

        box-sizing:border-box !important;
    }

    body .orre-shop-pro-grid,
    body .orre-collection-grid,
    body .orre-home-product-grid,
    body .orre-home-products-grid,
    body .orre-front-products{
        grid-template-columns:repeat(2,minmax(0,1fr)) !important;

        column-gap:20px !important;
        row-gap:24px !important;

        padding-left:16px !important;
        padding-right:16px !important;

        box-sizing:border-box !important;
    }

    body .orre-shop-pro-card,
    body .orre-collection-card,
    body .orre-home-product,
    body .orre-front-product,
    body .orre-pdp-final-related-card{
        margin-bottom:8px !important;
    }

}
@media (max-width: 767px) {
  .orre-hero-banner,
  .orre-banner,
  .main-banner,
  .hero-banner,
  .home-banner {
    min-height: 420px !important;
    background-size: cover !important;
    background-position: center center !important;
  }

  .orre-hero-banner img,
  .orre-banner img,
  .main-banner img,
  .hero-banner img,
  .home-banner img {
    width: 100% !important;
    height: 420px !important;
    object-fit: cover !important;
    object-position: center center !important;
  }
}

.social-facebook,
.social-instagram{
    display:inline-flex !important;
}

.social-twitter,
.social-x,
.social-youtube,
.social-pinterest,
.social-linkedin,
.social-tiktok{
    display:none !important;
}

body.page-id-4400,
body.page-id-4400 #page,
body.page-id-4400 .website-wrapper,
body.page-id-4400 .main-page-wrapper,
body.page-id-4400 .site-content,
body.page-id-4400 .content-layout-wrapper,
body.page-id-4400 .site-content-row,
body.page-id-4400 .elementor,
body.page-id-4400 .elementor-section,
body.page-id-4400 .elementor-container,
body.page-id-4400 .elementor-column,
body.page-id-4400 .elementor-widget-wrap,
body.page-id-4400 .e-con,
body.page-id-4400 .e-con-inner{
    background-color:#050505 !important;
}

body.page-id-4400 .elementor{
    width:100% !important;
    max-width:none !important;
    margin:0 !important;
    padding:0 !important;
}

body.page-id-4400 .elementor > .e-con,
body.page-id-4400 .elementor > .elementor-section{
    width:100% !important;
    max-width:1480px !important;
    margin-left:auto !important;
    margin-right:auto !important;
    padding-left:clamp(28px,5vw,78px) !important;
    padding-right:clamp(28px,5vw,78px) !important;
}

body.page-id-4400 h1,
body.page-id-4400 h2,
body.page-id-4400 h3,
body.page-id-4400 h4,
body.page-id-4400 h5,
body.page-id-4400 h6,
body.page-id-4400 .elementor-heading-title{
    color:#fff !important;
}

body.page-id-4400 p,
body.page-id-4400 li{
    color:#c3c3c3 !important;
}

body.page-id-4400 p{
    font-size:16px !important;
    line-height:1.8 !important;
}

body.page-id-4400 .elementor-widget-text-editor p{
    max-width:680px;
    margin-top:0;
    margin-bottom:20px;
}

body.page-id-4400 a{
    color:#fff !important;
}

body.page-id-4400 .orre-about-hero,
body.page-id-4400 .orre-about-story,
body.page-id-4400 .orre-about-values,
body.page-id-4400 .orre-about-closing{
    background:#050505 !important;
    color:#fff !important;

    width:100% !important;

    padding-left:clamp(28px,5vw,78px) !important;
    padding-right:clamp(28px,5vw,78px) !important;

    border-color:rgba(255,255,255,.10) !important;
}

body.page-id-4400 .orre-about-hero{
    min-height:0 !important;
    padding-top:90px !important;
    padding-bottom:90px !important;
}

body.page-id-4400 .orre-about-hero .elementor-heading-title{
    max-width:900px !important;

    color:#fff !important;

    font-size:clamp(48px,6vw,86px) !important;
    font-weight:400 !important;
    line-height:1.02 !important;

    letter-spacing:-.025em !important;
}

body.page-id-4400 .orre-about-hero p{
    max-width:620px !important;
    color:#bcbcbc !important;
}

body.page-id-4400 .orre-about-hero
.elementor-widget-heading:first-child
.elementor-heading-title{
    color:#a57d69 !important;

    font-family:Arial,Helvetica,sans-serif !important;
    font-size:10px !important;
    font-weight:700 !important;
    line-height:1 !important;

    letter-spacing:.20em !important;
    text-transform:uppercase !important;
}

body.page-id-4400 .orre-about-story{
    padding-top:86px !important;
    padding-bottom:86px !important;

    border-top:1px solid rgba(255,255,255,.10) !important;
}

body.page-id-4400 .orre-about-story .elementor-heading-title{
    color:#fff !important;

    font-size:clamp(38px,4vw,60px) !important;
    font-weight:400 !important;
    line-height:1.08 !important;

    letter-spacing:-.02em !important;
}

body.page-id-4400 .orre-about-story p{
    color:#bdbdbd !important;
}

body.page-id-4400 .orre-about-story img{
    display:block !important;

    width:100% !important;
    height:auto !important;

    background:#111 !important;
}

body.page-id-4400 .orre-about-values{
    padding-top:80px !important;
    padding-bottom:88px !important;

    border-top:1px solid rgba(255,255,255,.10) !important;
    border-bottom:1px solid rgba(255,255,255,.10) !important;
}

body.page-id-4400 .orre-about-values .elementor-heading-title{
    color:#fff !important;

    font-size:21px !important;
    font-weight:500 !important;
    line-height:1.25 !important;
}

body.page-id-4400 .orre-about-values p{
    max-width:440px !important;
    color:#aaa !important;

    font-size:15px !important;
    line-height:1.75 !important;
}

body.page-id-4400
.orre-about-values
.elementor-column:not(:last-child)::after{
    background:rgba(255,255,255,.12) !important;
}

body.page-id-4400 .orre-about-closing{
    min-height:0 !important;

    padding-top:90px !important;
    padding-bottom:90px !important;

    text-align:center !important;
}

body.page-id-4400 .orre-about-closing .elementor-heading-title{
    max-width:900px !important;

    color:#fff !important;

    font-size:clamp(42px,5vw,72px) !important;
    font-weight:400 !important;
    line-height:1.05 !important;

    letter-spacing:-.025em !important;
}

body.page-id-4400 .orre-about-closing p{
    max-width:620px !important;

    margin-left:auto !important;
    margin-right:auto !important;

    color:#aaa !important;
}

body.page-id-4400 .elementor-widget-heading{
    margin-bottom:14px;
}

body.page-id-4400 .elementor-widget-text-editor{
    margin-bottom:0;
}

body.page-id-4400 hr,
body.page-id-4400 .elementor-divider-separator{
    border-color:rgba(255,255,255,.12) !important;
}

body.page-id-4400 .elementor-social-icons-wrapper{
    display:flex !important;
    align-items:center !important;
    gap:10px !important;
}

body.page-id-4400 .elementor-social-icon{
    transition:transform .2s ease,opacity .2s ease !important;
}

body.page-id-4400 .elementor-social-icon:hover{
    transform:translateY(-2px) !important;
}

@media(max-width:1024px){

    body.page-id-4400 .elementor > .e-con,
    body.page-id-4400 .elementor > .elementor-section,
    body.page-id-4400 .orre-about-hero,
    body.page-id-4400 .orre-about-story,
    body.page-id-4400 .orre-about-values,
    body.page-id-4400 .orre-about-closing{
        padding-left:32px !important;
        padding-right:32px !important;
    }

    body.page-id-4400 .orre-about-hero,
    body.page-id-4400 .orre-about-story,
    body.page-id-4400 .orre-about-values,
    body.page-id-4400 .orre-about-closing{
        padding-top:68px !important;
        padding-bottom:68px !important;
    }
}

@media(max-width:767px){

    body.page-id-4400 .elementor > .e-con,
    body.page-id-4400 .elementor > .elementor-section,
    body.page-id-4400 .orre-about-hero,
    body.page-id-4400 .orre-about-story,
    body.page-id-4400 .orre-about-values,
    body.page-id-4400 .orre-about-closing{
        padding-left:20px !important;
        padding-right:20px !important;
    }

    body.page-id-4400 .orre-about-hero,
    body.page-id-4400 .orre-about-story,
    body.page-id-4400 .orre-about-values,
    body.page-id-4400 .orre-about-closing{
        padding-top:52px !important;
        padding-bottom:52px !important;
    }

    body.page-id-4400 .orre-about-hero .elementor-heading-title{
        font-size:42px !important;
        line-height:1.08 !important;
    }

    body.page-id-4400 .orre-about-story .elementor-heading-title{
        font-size:34px !important;
    }

    body.page-id-4400 .orre-about-values .elementor-heading-title{
        font-size:20px !important;
    }

    body.page-id-4400 .orre-about-closing .elementor-heading-title{
        font-size:38px !important;
    }

    body.page-id-4400 p{
        font-size:15px !important;
        line-height:1.72 !important;
    }

    body.page-id-4400
    .orre-about-values
    .elementor-column:not(:last-child)::after{
        display:none !important;
    }

    body.page-id-4400 .orre-about-values .elementor-column{
        border-bottom:1px solid rgba(255,255,255,.10) !important;
    }
}

footer .main-footer,
.site-footer .main-footer,
.footer-container .main-footer,
.wd-footer .main-footer,
footer > .container,
.site-footer > .container,
.footer-container > .container{
    width:100% !important;
    max-width:1500px !important;

    margin-left:auto !important;
    margin-right:auto !important;

    padding-left:clamp(28px,5vw,78px) !important;
    padding-right:clamp(28px,5vw,78px) !important;

    box-sizing:border-box !important;
}

@media (min-width:768px){

    footer .main-footer .widget:has(img):has(p),
    .site-footer .main-footer .widget:has(img):has(p),
    .footer-container .main-footer .widget:has(img):has(p),

    footer .main-footer .textwidget:has(img):has(p),
    .site-footer .main-footer .textwidget:has(img):has(p),
    .footer-container .main-footer .textwidget:has(img):has(p),

    footer .main-footer .wp-block-group:has(img):has(p),
    .site-footer .main-footer .wp-block-group:has(img):has(p),
    .footer-container .main-footer .wp-block-group:has(img):has(p){
        display:flex !important;

        align-items:center !important;
        justify-content:flex-start !important;

        gap:42px !important;

        width:100% !important;
        max-width:760px !important;

        margin:0 !important;
        padding:0 !important;
    }

    footer .main-footer .widget:has(img):has(p) > .textwidget,
    .site-footer .main-footer .widget:has(img):has(p) > .textwidget,
    .footer-container .main-footer .widget:has(img):has(p) > .textwidget{
        display:flex !important;

        align-items:center !important;

        gap:42px !important;

        width:100% !important;

        margin:0 !important;
        padding:0 !important;
    }

    footer .main-footer .widget:has(img):has(p) img,
    .site-footer .main-footer .widget:has(img):has(p) img,
    .footer-container .main-footer .widget:has(img):has(p) img,

    footer .main-footer .textwidget:has(img):has(p) img,
    .site-footer .main-footer .textwidget:has(img):has(p) img,
    .footer-container .main-footer .textwidget:has(img):has(p) img{
        flex:0 0 auto !important;

        display:block !important;

        width:auto !important;
        max-width:270px !important;
        height:auto !important;

        margin:0 !important;
        padding:0 !important;
    }

    footer .main-footer .widget:has(img):has(p) p,
    .site-footer .main-footer .widget:has(img):has(p) p,
    .footer-container .main-footer .widget:has(img):has(p) p,

    footer .main-footer .textwidget:has(img):has(p) p,
    .site-footer .main-footer .textwidget:has(img):has(p) p,
    .footer-container .main-footer .textwidget:has(img):has(p) p{
        flex:0 1 390px !important;

        width:auto !important;
        max-width:390px !important;

        margin:0 !important;
        padding:0 !important;

        color:#c7c7c7 !important;

        font-size:14px !important;
        line-height:1.8 !important;

        white-space:normal !important;
    }

    footer .main-footer .widget:has(img):has(p) p br,
    .site-footer .main-footer .widget:has(img):has(p) p br,
    .footer-container .main-footer .widget:has(img):has(p) p br{
        display:none !important;
    }

}

footer .footer-sidebar,
.site-footer .footer-sidebar,
.footer-container .footer-sidebar{
    align-items:flex-start !important;
}

footer .main-footer .widget,
.site-footer .main-footer .widget,
.footer-container .main-footer .widget{
    margin-bottom:0 !important;
}

footer .main-footer .widget-title,
.site-footer .main-footer .widget-title,
.footer-container .main-footer .widget-title,
footer .main-footer h4,
.site-footer .main-footer h4,
.footer-container .main-footer h4{
    margin-top:0 !important;
    margin-bottom:24px !important;
}

footer .main-footer p,
.site-footer .main-footer p,
.footer-container .main-footer p{
    margin-top:0;
}

.copyrights-wrapper .container,
.min-footer .container,
.wd-footer-bottom .container{
    width:100% !important;
    max-width:1500px !important;

    margin-left:auto !important;
    margin-right:auto !important;

    padding-left:clamp(28px,5vw,78px) !important;
    padding-right:clamp(28px,5vw,78px) !important;

    box-sizing:border-box !important;
}

@media(max-width:767px){

    footer .main-footer,
    .site-footer .main-footer,
    .footer-container .main-footer,
    footer > .container,
    .site-footer > .container,
    .footer-container > .container{
        padding-left:20px !important;
        padding-right:20px !important;
    }

    footer .main-footer .widget:has(img):has(p),
    .site-footer .main-footer .widget:has(img):has(p),
    .footer-container .main-footer .widget:has(img):has(p),

    footer .main-footer .textwidget:has(img):has(p),
    .site-footer .main-footer .textwidget:has(img):has(p),
    .footer-container .main-footer .textwidget:has(img):has(p),

    footer .main-footer .widget:has(img):has(p) > .textwidget,
    .site-footer .main-footer .widget:has(img):has(p) > .textwidget,
    .footer-container .main-footer .widget:has(img):has(p) > .textwidget{
        display:flex !important;

        flex-direction:column !important;
        align-items:flex-start !important;

        gap:22px !important;

        max-width:100% !important;
    }

    footer .main-footer .widget:has(img):has(p) img,
    .site-footer .main-footer .widget:has(img):has(p) img,
    .footer-container .main-footer .widget:has(img):has(p) img{
        max-width:210px !important;
    }

    footer .main-footer .widget:has(img):has(p) p,
    .site-footer .main-footer .widget:has(img):has(p) p,
    .footer-container .main-footer .widget:has(img):has(p) p{
        max-width:330px !important;

        font-size:13px !important;
        line-height:1.7 !important;
    }

    .copyrights-wrapper .container,
    .min-footer .container,
    .wd-footer-bottom .container{
        padding-left:20px !important;
        padding-right:20px !important;
    }

}

html body .cart-widget-side,
html body .wd-cart-side,
html body .wd-side-hidden.wd-right {
    top: 0 !important;
    right: 0 !important;

    width: 605px !important;
    max-width: calc(100vw - 40px) !important;

    height: 100vh !important;
    max-height: 100vh !important;

    padding: 0 !important;
    margin: 0 !important;

    background: #f8f8f8 !important;

    box-shadow: none !important;
    border-left: 1px solid #e0e0e0 !important;

    z-index: 9999999 !important;
}

html body .cart-widget-side .widget_shopping_cart,
html body .wd-cart-side .widget_shopping_cart {
    padding: 0 !important;
    margin: 0 !important;

    height: 100% !important;
    max-height: 100% !important;

    display: flex !important;
    flex-direction: column !important;

    overflow: hidden !important;

    background: #f8f8f8 !important;
}

html body .cart-widget-side .wd-heading,
html body .wd-cart-side .wd-heading {
    position: relative !important;

    min-height: 80px !important;

    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    padding: 0 28px !important;
    margin: 0 !important;

    background: #f8f8f8 !important;

    border-bottom: 1px solid #d3d3d3 !important;
}

html body .cart-widget-side .wd-heading .title,
html body .cart-widget-side .wd-heading h3,
html body .wd-cart-side .wd-heading .title,
html body .wd-cart-side .wd-heading h3 {
    font-size: 21px !important;
    line-height: 1 !important;

    font-weight: 400 !important;
    letter-spacing: 0.5px !important;

    color: #111 !important;

    margin: 0 !important;
    padding: 0 !important;

    text-transform: uppercase !important;
}

html body .cart-widget-side .wd-close-side,
html body .wd-cart-side .wd-close-side {
    position: absolute !important;

    right: calc(50% - 58px) !important;
    top: 50% !important;

    transform: translateY(-50%) !important;

    width: 30px !important;
    height: 30px !important;

    padding: 0 !important;
    margin: 0 !important;

    background: transparent !important;
    border: 0 !important;

    color: #111 !important;
}

html body .cart-widget-side .wd-close-side:before,
html body .cart-widget-side .wd-close-side:after,
html body .wd-cart-side .wd-close-side:before,
html body .wd-cart-side .wd-close-side:after {
    background-color: #111 !important;
}

html body .cart-widget-side .shopping-cart-widget-body,
html body .wd-cart-side .shopping-cart-widget-body {
    flex: 1 1 auto !important;

    overflow-y: auto !important;
    overflow-x: hidden !important;

    padding: 0 !important;
    margin: 0 !important;

    background: #f8f8f8 !important;
}

html body .cart-widget-side .mini_cart_item,
html body .wd-cart-side .mini_cart_item {
    position: relative !important;

    display: grid !important;

    grid-template-columns: 120px 1fr !important;

    column-gap: 28px !important;

    min-height: 245px !important;

    padding: 27px 65px 27px 27px !important;
    margin: 0 !important;

    border-bottom: 1px solid #d3d3d3 !important;

    background: #f8f8f8 !important;
}

html body .cart-widget-side .mini_cart_item > a:not(.remove),
html body .wd-cart-side .mini_cart_item > a:not(.remove) {
    margin: 0 !important;
    padding: 0 !important;
}

html body .cart-widget-side .mini_cart_item img,
html body .wd-cart-side .mini_cart_item img {
    width: 120px !important;
    height: 182px !important;

    max-width: 120px !important;

    margin: 0 !important;
    padding: 0 !important;

    object-fit: cover !important;
    object-position: center top !important;

    background: #eee !important;
}

html body .cart-widget-side .mini_cart_item .cart-info,
html body .wd-cart-side .mini_cart_item .cart-info {
    padding: 2px 0 0 !important;
    margin: 0 !important;
}

html body .cart-widget-side .mini_cart_item .product-title,
html body .wd-cart-side .mini_cart_item .product-title {
    display: block !important;

    max-width: 310px !important;

    margin: 0 0 7px !important;
    padding: 0 !important;

    font-size: 20px !important;
    line-height: 1.45 !important;

    font-weight: 400 !important;

    text-transform: uppercase !important;

    color: #111 !important;
}

html body .cart-widget-side .variation,
html body .wd-cart-side .variation {
    margin: 0 0 13px !important;

    font-size: 16px !important;
    line-height: 1.4 !important;

    color: #555 !important;
}

html body .cart-widget-side .variation dt,
html body .wd-cart-side .variation dt {
    display: none !important;
}

html body .cart-widget-side .variation dd,
html body .wd-cart-side .variation dd {
    margin: 0 !important;
}

html body .cart-widget-side .variation p,
html body .wd-cart-side .variation p {
    margin: 0 !important;
}

html body .cart-widget-side .mini_cart_item .quantity,
html body .wd-cart-side .mini_cart_item .quantity {
    font-size: 0 !important;

    color: #444 !important;
}

html body .cart-widget-side .mini_cart_item .quantity .woocommerce-Price-amount,
html body .wd-cart-side .mini_cart_item .quantity .woocommerce-Price-amount {
    display: block !important;

    margin: 7px 0 14px !important;

    font-size: 20px !important;
    line-height: 1.2 !important;

    font-weight: 600 !important;

    color: #555 !important;
}

html body .cart-widget-side .woocommerce-Price-currencySymbol,
html body .wd-cart-side .woocommerce-Price-currencySymbol {
    margin-right: 3px !important;
}

html body .cart-widget-side .remove,
html body .wd-cart-side .remove {
    position: absolute !important;

    top: 32px !important;
    right: 26px !important;

    width: 28px !important;
    height: 28px !important;

    margin: 0 !important;
    padding: 0 !important;

    background: transparent !important;
    border: none !important;

    font-size: 0 !important;

    color: #111 !important;

    opacity: 1 !important;
}

html body .cart-widget-side .remove:before,
html body .wd-cart-side .remove:before {
    content: "\f2ed" !important;

    font-family: "Font Awesome 5 Free",
                 "Font Awesome 6 Free" !important;

    font-weight: 900 !important;

    font-size: 19px !important;

    color: #111 !important;

    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    width: 100% !important;
    height: 100% !important;
}

html body .cart-widget-side .shopping-cart-widget-footer,
html body .wd-cart-side .shopping-cart-widget-footer {
    flex: 0 0 auto !important;

    width: 100% !important;

    margin: 0 !important;
    padding: 0 !important;

    background: #f8f8f8 !important;

    border-top: 1px solid #d3d3d3 !important;
}

html body .cart-widget-side .woocommerce-mini-cart__total,
html body .wd-cart-side .woocommerce-mini-cart__total {
    display: none !important;
}

html body .cart-widget-side
.woocommerce-mini-cart__buttons
a:not(.checkout),

html body .wd-cart-side
.woocommerce-mini-cart__buttons
a:not(.checkout) {
    display: none !important;
}

html body .cart-widget-side .woocommerce-mini-cart__buttons,
html body .wd-cart-side .woocommerce-mini-cart__buttons {
    display: block !important;

    margin: 0 !important;
    padding: 0 !important;

    width: 100% !important;

    background: #000 !important;
}

html body .cart-widget-side
.woocommerce-mini-cart__buttons .checkout,

html body .wd-cart-side
.woocommerce-mini-cart__buttons .checkout {
    display: flex !important;

    align-items: center !important;
    justify-content: center !important;

    width: 100% !important;
    min-height: 77px !important;

    margin: 0 !important;
    padding: 0 25px !important;

    border: none !important;
    border-radius: 0 !important;

    background: #000 !important;
    background-color: #000 !important;

    color: #fff !important;

    font-size: 18px !important;
    font-weight: 500 !important;

    letter-spacing: .5px !important;

    text-transform: uppercase !important;

    box-shadow: none !important;
}

html body .cart-widget-side
.woocommerce-mini-cart__buttons .checkout:hover,

html body .wd-cart-side
.woocommerce-mini-cart__buttons .checkout:hover {
    background: #111 !important;
    background-color: #111 !important;

    color: #fff !important;
}

html body .wd-close-side-opened:before,
html body .wd-overlay {
    background: rgba(0,0,0,.35) !important;

    backdrop-filter: blur(3px) !important;
    -webkit-backdrop-filter: blur(3px) !important;
}

@media (max-width: 1024px) {

    html body .cart-widget-side,
    html body .wd-cart-side,
    html body .wd-side-hidden.wd-right {
        width: 560px !important;
        max-width: calc(100vw - 20px) !important;
    }

}

@media (max-width: 767px) {

    html body .cart-widget-side,
    html body .wd-cart-side,
    html body .wd-side-hidden.wd-right {

        width: calc(100vw - 20px) !important;
        max-width: calc(100vw - 20px) !important;

        padding: 0 !important;
    }

    html body .cart-widget-side .wd-heading,
    html body .wd-cart-side .wd-heading {
        min-height: 70px !important;
    }

    html body .cart-widget-side .wd-heading .title,
    html body .wd-cart-side .wd-heading .title {
        font-size: 18px !important;
    }

    html body .cart-widget-side .mini_cart_item,
    html body .wd-cart-side .mini_cart_item {

        grid-template-columns: 105px 1fr !important;

        column-gap: 20px !important;

        min-height: 215px !important;

        padding:
            25px
            45px
            25px
            20px !important;
    }

    html body .cart-widget-side .mini_cart_item img,
    html body .wd-cart-side .mini_cart_item img {

        width: 105px !important;
        height: 160px !important;

        max-width: 105px !important;
    }

    html body .cart-widget-side .mini_cart_item .product-title,
    html body .wd-cart-side .mini_cart_item .product-title {

        font-size: 16px !important;

        line-height: 1.4 !important;
    }

    html body .cart-widget-side
    .mini_cart_item
    .quantity
    .woocommerce-Price-amount,

    html body .wd-cart-side
    .mini_cart_item
    .quantity
    .woocommerce-Price-amount {

        font-size: 17px !important;
    }

    html body .cart-widget-side
    .woocommerce-mini-cart__buttons .checkout,

    html body .wd-cart-side
    .woocommerce-mini-cart__buttons .checkout {

        min-height: 68px !important;

        font-size: 16px !important;
    }

}

@media (max-width: 480px) {

    html body .cart-widget-side,
    html body .wd-cart-side,
    html body .wd-side-hidden.wd-right {

        width: 100vw !important;
        max-width: 100vw !important;
    }

    html body .cart-widget-side .mini_cart_item,
    html body .wd-cart-side .mini_cart_item {

        grid-template-columns: 95px 1fr !important;

        column-gap: 16px !important;

        padding:
            22px
            42px
            22px
            16px !important;
    }

    html body .cart-widget-side .mini_cart_item img,
    html body .wd-cart-side .mini_cart_item img {

        width: 95px !important;
        height: 145px !important;
    }

}

.orre-kiji-footer{
    width:100%;
    background:#000;
    color:#fff;
    padding:0 0 48px;
}

.orre-footer-inner{
    width:calc(100% - 136px);
    max-width:none;
    margin:0 auto;

    border-top:1px solid #262626;
}

.orre-footer-top{
    min-height:190px;

    display:grid;
    grid-template-columns:1fr 1fr 1fr;
    align-items:center;
}

.orre-footer-follow{
    font-size:15px;
    line-height:1;

    font-weight:600;

    color:#777;

    letter-spacing:.6px;

    text-transform:uppercase;
}

.orre-footer-socials{
    display:flex;
    align-items:center;
    justify-content:center;

    gap:28px;
}

.orre-footer-socials a{
    width:24px;
    height:24px;

    display:flex;
    justify-content:center;
    align-items:center;

    color:#efefef;

    background:transparent !important;

    padding:0;
    border:0;

    text-decoration:none;

    transition:opacity .25s ease;
}

.orre-footer-socials a:hover{
    background:transparent !important;
    color:#fff;
    opacity:.65;
}

.orre-footer-socials svg{
    display:block;

    width:23px;
    height:23px;

    fill:currentColor;
}

.orre-footer-bottom{
    display:flex;
    align-items:center;

    gap:17px;

    padding-top:18px;

    font-size:16px;
    line-height:1.4;

    font-weight:400;

    letter-spacing:1px;

    text-transform:uppercase;

    color:#fff;
}

@media(max-width:1024px){

    .orre-footer-inner{
        width:calc(100% - 70px);
    }

}

@media(max-width:767px){

    .orre-kiji-footer{
        padding-bottom:32px;
    }

    .orre-footer-inner{
        width:calc(100% - 32px);
    }

    .orre-footer-top{
        min-height:auto;

        padding:42px 0;

        display:flex;
        flex-direction:column;

        align-items:flex-start;

        gap:32px;
    }

    .orre-footer-socials{
        justify-content:flex-start;
    }

    .orre-footer-bottom{
        flex-direction:column;
        align-items:flex-start;

        gap:6px;

        padding-top:15px;

        font-size:13px;
    }

}

.orre-kiji-footer {
    width: 100%;
    background: #000;
    color: #fff;

    padding: 0 0 45px;
}

.orre-footer-inner {
    width: calc(100% - 136px);
    margin: 0 auto;

    border-top: 1px solid #252525;
}

.orre-footer-brand-section {
    display: grid;
    grid-template-columns: 1.5fr 1fr;

    gap: 100px;

    padding: 65px 0 60px;

    border-bottom: 1px solid #252525;
}

.orre-footer-brand {
    max-width: 460px;
}

.orre-footer-logo {
    display: inline-block;

    background: transparent !important;

    margin-bottom: 25px;
}

.orre-footer-logo img {
    display: block;

    width: 190px;
    max-width: 100%;

    height: auto;
}

.orre-footer-description {
    max-width: 430px;

    margin: 0;

    color: #999;

    font-size: 15px;
    line-height: 1.8;

    font-weight: 400;

    letter-spacing: .2px;
}

.orre-footer-contact {
    display: flex;
    flex-direction: column;

    align-items: flex-start;

    gap: 11px;
}

.orre-footer-contact-title {
    margin-bottom: 10px;

    color: #777;

    font-size: 14px;
    font-weight: 600;

    letter-spacing: 1px;

    text-transform: uppercase;
}

.orre-footer-contact a,
.orre-footer-contact span {
    color: #fff;

    font-size: 15px;
    line-height: 1.5;

    font-weight: 400;

    letter-spacing: .3px;

    text-decoration: none;
}

.orre-footer-contact a:hover {
    color: #888;

    background: transparent !important;
}

.orre-footer-social-row {
    display: grid;

    grid-template-columns: 1fr 1fr 1fr;

    align-items: center;

    min-height: 150px;
}

.orre-footer-follow {
    color: #777;

    font-size: 14px;
    font-weight: 600;

    letter-spacing: .8px;

    text-transform: uppercase;
}

.orre-footer-socials {
    display: flex;

    justify-content: center;
    align-items: center;

    gap: 28px;
}

.orre-footer-socials a {
    width: 25px;
    height: 25px;

    display: flex;

    align-items: center;
    justify-content: center;

    padding: 0;

    color: #f1f1f1;

    background: transparent !important;

    border: none;

    text-decoration: none;

    transition:
        opacity .2s ease,
        transform .2s ease;
}

.orre-footer-socials a:hover {
    color: #fff;

    background: transparent !important;

    opacity: .65;

    transform: translateY(-2px);
}

.orre-footer-socials svg {
    width: 23px;
    height: 23px;

    fill: currentColor;
}

.orre-footer-bottom {
    display: flex;

    align-items: center;

    gap: 18px;

    padding-top: 15px;

    color: #fff;

    font-size: 15px;
    line-height: 1.4;

    font-weight: 400;

    letter-spacing: 1px;

    text-transform: uppercase;
}

@media (max-width: 1024px) {

    .orre-footer-inner {
        width: calc(100% - 70px);
    }

    .orre-footer-brand-section {
        gap: 60px;
    }

}

@media (max-width: 767px) {

    .orre-kiji-footer {
        padding-bottom: 30px;
    }

    .orre-footer-inner {
        width: calc(100% - 32px);
    }

    .orre-footer-brand-section {
        display: flex;

        flex-direction: column;

        gap: 42px;

        padding: 45px 0;
    }

    .orre-footer-logo img {
        width: 160px;
    }

    .orre-footer-description {
        font-size: 14px;

        line-height: 1.7;
    }

    .orre-footer-social-row {
        display: flex;

        flex-direction: column;

        align-items: flex-start;

        gap: 27px;

        min-height: auto;

        padding: 40px 0;
    }

    .orre-footer-socials {
        justify-content: flex-start;

        gap: 25px;
    }

    .orre-footer-bottom {
        flex-direction: column;

        align-items: flex-start;

        gap: 6px;

        padding-top: 10px;

        font-size: 12px;
    }

}
.orre-footer-logo {
    display: inline-block;
    margin-bottom: 25px;
    background: transparent !important;
}

.orre-footer-logo-img {
    display: block;
    width: 190px;
    max-width: 100%;
    height: auto;
    object-fit: contain;
}

@media (max-width: 767px) {
    .orre-footer-logo-img {
        width: 160px;
    }
}

html body .cart-widget-side .orre-cart-cancel,
html body .wd-cart-side .orre-cart-cancel {

    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    width: 100% !important;

    min-height: 62px !important;

    margin: 12px 0 0 !important;
    padding: 0 20px !important;

    background: #fff !important;
    background-color: #fff !important;

    color: #000 !important;

    border: 1px solid #000 !important;
    border-radius: 0 !important;

    font-size: 14px !important;
    font-weight: 500 !important;

    letter-spacing: 1.2px !important;

    text-transform: uppercase !important;

    cursor: pointer !important;

    box-shadow: none !important;

    transition:
        background .25s ease,
        color .25s ease !important;
}

html body .cart-widget-side .orre-cart-cancel:hover,
html body .wd-cart-side .orre-cart-cancel:hover {

    background: #000 !important;
    background-color: #000 !important;

    color: #fff !important;

    border-color: #000 !important;
}

html body .cart-widget-side,
html body .wd-cart-side{
    position: fixed !important;
}

html body .cart-widget-side .wd-close-side,
html body .wd-cart-side .wd-close-side,
html body .cart-widget-side .close-side-widget,
html body .wd-cart-side .close-side-widget{

    display: flex !important;
    visibility: visible !important;
    opacity: 1 !important;

    position: absolute !important;

    top: 18px !important;
    right: 20px !important;

    width: 34px !important;
    height: 34px !important;

    padding: 0 !important;
    margin: 0 !important;

    align-items: center !important;
    justify-content: center !important;

    background: #fff !important;

    border: 0 !important;
    border-radius: 50% !important;

    color: #000 !important;

    z-index: 99999999 !important;

    font-size: 0 !important;
}

html body .cart-widget-side .wd-close-side::before,
html body .cart-widget-side .wd-close-side::after,
html body .wd-cart-side .wd-close-side::before,
html body .wd-cart-side .wd-close-side::after,
html body .cart-widget-side .close-side-widget::before,
html body .cart-widget-side .close-side-widget::after,
html body .wd-cart-side .close-side-widget::before,
html body .wd-cart-side .close-side-widget::after{

    content: "" !important;

    position: absolute !important;

    width: 18px !important;
    height: 2px !important;

    background: #000 !important;

    left: 8px !important;
    top: 16px !important;

    display: block !important;
}

html body .cart-widget-side .wd-close-side::before,
html body .wd-cart-side .wd-close-side::before,
html body .cart-widget-side .close-side-widget::before,
html body .wd-cart-side .close-side-widget::before{
    transform: rotate(45deg) !important;
}

html body .cart-widget-side .wd-close-side::after,
html body .wd-cart-side .wd-close-side::after,
html body .cart-widget-side .close-side-widget::after,
html body .wd-cart-side .close-side-widget::after{
    transform: rotate(-45deg) !important;
}

html body .cart-widget-side .wd-close-side:hover,
html body .wd-cart-side .wd-close-side:hover,
html body .cart-widget-side .close-side-widget:hover,
html body .wd-cart-side .close-side-widget:hover{
    background: #eee !important;
}

/* =========================================================
   ORRÉ — PREMIUM KIJI-STYLE FINAL OVERRIDES
   Purpose:
   - Preserve existing markup/functions/interactions
   - Black + white storefront
   - Black commerce/action buttons
   - Cleaner typography and spacing
   - Improved desktop/tablet/mobile responsiveness
   ========================================================= */

:root{
  --orre-black:#000000;
  --orre-white:#ffffff;
  --orre-text:#111111;
  --orre-muted:#6b6b6b;
  --orre-border:#e8e8e8;
  --orre-soft:#f7f7f7;
  --orre-container:1440px;
  --orre-page-x:clamp(14px,2.2vw,34px);
  --orre-ease:cubic-bezier(.22,.61,.36,1);
}

/* ---------- Global reset / storefront base ---------- */
html{
  -webkit-text-size-adjust:100%;
  scroll-behavior:smooth;
}

html,
body,
#page,
.main-page-wrapper,
.site-content{
  width:100%;
  max-width:100%;
  margin:0;
  background:#fff!important;
  color:#111!important;
}

body{
  overflow-x:hidden!important;
  font-family:-apple-system,BlinkMacSystemFont,"Helvetica Neue",Arial,sans-serif!important;
  font-size:14px;
  line-height:1.5;
  text-rendering:optimizeLegibility;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
}

*,
*::before,
*::after{
  box-sizing:border-box;
}

img,
picture,
video,
canvas,
svg{
  max-width:100%;
}

img{
  display:block;
}

a{
  color:inherit;
  text-decoration:none;
}

button,
input,
select,
textarea{
  font:inherit;
}

button,
a,
input,
select,
textarea{
  -webkit-tap-highlight-color:transparent;
}

:focus-visible{
  outline:1px solid #000!important;
  outline-offset:3px;
}

/* ---------- Keep main visual surfaces white ---------- */
.orre-home-v3,
.orre-home-new,
.orre-home-collection,
.orre-home-product-grid,
.orre-home-product,
.orre-home-product-info,
.orre-inside,
.orre-home-newsletter,
.orre-collection-page,
.orre-collection-head,
.orre-collection-toolbar,
.orre-collection-products,
.orre-collection-grid,
.orre-collection-card{
  background:#fff!important;
}

/* Product-photo backgrounds can stay subtly neutral */
.orre-home-product-media,
.orre-collection-card-media{
  background:#f6f6f6!important;
}

/* ---------- Typography refinement ---------- */
.orre-home-v3,
.orre-home-v3 *,
.orre-collection-page,
.orre-collection-page *,
.woocommerce,
.woocommerce *{
  font-family:-apple-system,BlinkMacSystemFont,"Helvetica Neue",Arial,sans-serif!important;
}

.orre-home-section-header h1,
.orre-home-section-header h2,
.orre-collection-title-wrap h1,
.orre-inside-head h2{
  color:#000!important;
  font-weight:500!important;
  letter-spacing:.09em!important;
}

.orre-home-product-name,
.orre-collection-card-title,
.woocommerce-loop-product__title{
  color:#111!important;
  font-weight:500!important;
  letter-spacing:.015em!important;
}

.orre-home-product-price,
.orre-collection-card-price,
.woocommerce-Price-amount{
  color:#111!important;
}

/* ---------- Action buttons: BLACK + WHITE ---------- */
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit,
.single_add_to_cart_button,
.checkout-button,
.wc-proceed-to-checkout a,
.orre-cart-primary,
.orre-cart-secondary,
.orre-empty-cart a,
.orre-home-hero-content a,
.orre-home-editorial-overlay a,
.orre-collection-card .button,
.orre-product-card .button,
button[name="apply_coupon"],
button[name="update_cart"],
button[name="woocommerce_checkout_place_order"]{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  background:#000!important;
  color:#fff!important;
  border:1px solid #000!important;
  border-radius:0!important;
  box-shadow:none!important;
  text-transform:uppercase;
  letter-spacing:.08em;
  font-weight:600;
  transition:
    opacity .22s ease,
    transform .22s var(--orre-ease),
    background-color .22s ease,
    color .22s ease!important;
}

.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit:hover,
.single_add_to_cart_button:hover,
.checkout-button:hover,
.wc-proceed-to-checkout a:hover,
.orre-cart-primary:hover,
.orre-cart-secondary:hover,
.orre-empty-cart a:hover,
.orre-home-hero-content a:hover,
.orre-home-editorial-overlay a:hover,
.orre-collection-card .button:hover,
.orre-product-card .button:hover,
button[name="apply_coupon"]:hover,
button[name="update_cart"]:hover,
button[name="woocommerce_checkout_place_order"]:hover{
  background:#000!important;
  color:#fff!important;
  border-color:#000!important;
  opacity:.82!important;
}

/* Keep icon / navigation / utility controls visually minimal */
.orre-hamburger,
.orre-nav-actions button,
.orre-close-btn,
.orre-overlay-close,
.orre-filter-open,
.orre-mobile-parent,
.orre-drawer-head button,
.orre-home-newsletter-form button,
.quantity button,
.wd-quantity-plus,
.wd-quantity-minus{
  box-shadow:none!important;
}

/* Newsletter submit is a text control, not a filled CTA */
.orre-home-newsletter-form button{
  background:transparent!important;
  color:#000!important;
  border:0!important;
}

/* Carousel utility arrows remain clean */
.orre-inside-arrow{
  background:#fff!important;
  color:#000!important;
  border:1px solid #ddd!important;
  box-shadow:none!important;
}
.orre-inside-arrow:hover{
  background:#000!important;
  color:#fff!important;
  border-color:#000!important;
}

/* ---------- Header ---------- */
.orre-nav-header{
  background:rgba(0,0,0,.78)!important;
  border-bottom:1px solid rgba(255,255,255,.12)!important;
  box-shadow:none!important;
  backdrop-filter:blur(10px)!important;
  -webkit-backdrop-filter:blur(10px)!important;
}

body.tax-product_cat .orre-nav-header,
body.single-product .orre-nav-header,
body.woocommerce-cart .orre-nav-header,
body.woocommerce-checkout .orre-nav-header{
  background:#000!important;
}

.orre-nav-inner{
  max-width:1920px!important;
  margin:0 auto!important;
}

.orre-nav-logo a{
  color:#fff!important;
  font-weight:700!important;
  letter-spacing:.12em!important;
}

.orre-hamburger,
.orre-nav-actions button{
  background:transparent!important;
  color:#fff!important;
  border:0!important;
}

/* ---------- Drawers / search ---------- */
.orre-menu-drawer{
  background:#000!important;
  color:#fff!important;
  box-shadow:none!important;
}

.orre-cart-drawer{
  background:#fff!important;
  color:#111!important;
  box-shadow:-18px 0 50px rgba(0,0,0,.10)!important;
}

.orre-search-overlay{
  background:rgba(0,0,0,.985)!important;
}

.orre-menu-overlay,
.orre-cart-overlay{
  background:rgba(0,0,0,.58)!important;
}

.orre-drawer-nav > a,
.orre-mobile-parent{
  transition:background-color .18s ease,color .18s ease!important;
}

/* ---------- Hero ---------- */
.orre-home-hero{
  min-height:clamp(620px,84svh,900px)!important;
  background:#fff!important;
}

.orre-home-hero-content{
  max-width:620px!important;
}

.orre-home-hero-content h1{
  color:#111!important;
  font-size:clamp(62px,9vw,132px)!important;
  line-height:.90!important;
}

.orre-home-hero-content p{
  color:#222!important;
  max-width:440px!important;
  line-height:1.65!important;
}

.orre-home-hero-content a{
  min-height:44px!important;
  padding:0 24px!important;
}

/* ---------- Homepage section headers ---------- */
.orre-home-section-header{
  padding:
    clamp(28px,3vw,44px)
    var(--orre-page-x)
    clamp(18px,1.7vw,26px)!important;
}

.orre-home-section-header h1,
.orre-home-section-header h2{
  font-size:clamp(10px,.8vw,13px)!important;
}

.orre-home-section-header a{
  color:#000!important;
  border-bottom:1px solid #000!important;
  transition:opacity .2s ease!important;
}

.orre-home-section-header a:hover{
  opacity:.55!important;
}

/* ---------- Product grids ---------- */
.orre-home-product-grid,
.orre-collection-grid{
  gap:1px!important;
  background:#fff!important;
}

.orre-home-product,
.orre-collection-card{
  background:#fff!important;
  border:0!important;
  border-radius:0!important;
  box-shadow:none!important;
}

.orre-home-product-media,
.orre-collection-card-media{
  border-radius:0!important;
}

.orre-home-product-media img,
.orre-collection-card-media img{
  transform:scale(1);
  transition:
    opacity .32s ease,
    transform .55s var(--orre-ease)!important;
}

@media (hover:hover) and (pointer:fine){
  .orre-home-product:hover .orre-home-hover-image,
  .orre-collection-card:hover .orre-collection-hover-image{
    transform:scale(1.018)!important;
  }
}

.orre-home-product-info,
.orre-collection-card-info{
  padding:10px 12px 0!important;
}

.orre-home-product-name,
.orre-home-product-price{
  font-size:10px!important;
}

/* KIJI-style size strip — clean black/white */
.orre-home-size-strip,
.orre-collection-sizes{
  background:rgba(255,255,255,.98)!important;
  border:0!important;
  box-shadow:none!important;
}

.orre-home-size-strip > span,
.orre-collection-sizes > span,
.orre-shop-pro-size-list > span{
  background:#fff!important;
  color:#111!important;
  border:1px solid #d8d8d8!important;
  border-radius:0!important;
  box-shadow:none!important;
  transition:background-color .18s ease,color .18s ease,border-color .18s ease!important;
}

@media (hover:hover) and (pointer:fine){
  .orre-home-size-strip > span:hover,
  .orre-collection-sizes > span:hover,
  .orre-shop-pro-size-list > span:hover{
    background:#000!important;
    color:#fff!important;
    border-color:#000!important;
  }
}

/* ---------- Editorial banners ---------- */
.orre-home-editorial{
  min-height:clamp(560px,70vw,780px)!important;
  background:#fff!important;
}

.orre-home-editorial-image{
  transition:transform .75s var(--orre-ease)!important;
}

@media (hover:hover) and (pointer:fine){
  .orre-home-editorial:hover .orre-home-editorial-image{
    transform:scale(1.015)!important;
  }
}

.orre-home-editorial-overlay{
  padding:
    0
    var(--orre-page-x)
    clamp(26px,3vw,44px)!important;
}

.orre-home-editorial-overlay h2{
  font-size:clamp(34px,4vw,64px)!important;
  line-height:1!important;
}

.orre-home-editorial-overlay a{
  min-height:44px!important;
  padding:0 22px!important;
}

/* ---------- Inside ORRÉ ---------- */
.orre-inside{
  background:#fff!important;
  padding:clamp(50px,6vw,88px) 0!important;
}

.orre-inside-head{
  padding:0 var(--orre-page-x) clamp(24px,3vw,38px)!important;
}

.orre-inside-head h2{
  font-size:clamp(24px,2.4vw,36px)!important;
}

.orre-inside-track{
  gap:clamp(12px,1.5vw,24px)!important;
}

.orre-inside-card{
  border-radius:0!important;
  box-shadow:none!important;
  background:#f4f4f4!important;
}

/* ---------- Newsletter ---------- */
.orre-home-newsletter{
  background:#fff!important;
  border-top:1px solid var(--orre-border)!important;
  border-bottom:1px solid var(--orre-border)!important;
  padding:
    clamp(54px,6vw,90px)
    var(--orre-page-x)!important;
}

.orre-home-newsletter h2{
  color:#111!important;
}

.orre-home-newsletter p,
.orre-home-newsletter > div > span{
  color:#666!important;
}

.orre-home-newsletter-form{
  border-bottom:1px solid #111!important;
}

/* ---------- Forms ---------- */
.woocommerce input[type="text"],
.woocommerce input[type="email"],
.woocommerce input[type="tel"],
.woocommerce input[type="number"],
.woocommerce input[type="password"],
.woocommerce textarea,
.woocommerce select,
input[type="search"]{
  background:#fff!important;
  color:#111!important;
  border-radius:0!important;
  box-shadow:none!important;
}

.woocommerce input:focus,
.woocommerce textarea:focus,
.woocommerce select:focus{
  border-color:#000!important;
  outline:0!important;
}

/* ---------- Collection/archive ---------- */
.orre-collection-head{
  padding:
    clamp(40px,5vw,68px)
    var(--orre-page-x)
    clamp(24px,2.5vw,34px)!important;
}

.orre-collection-toolbar{
  padding:14px var(--orre-page-x)!important;
  background:#fff!important;
  border-color:var(--orre-border)!important;
}

.orre-collection-subcats{
  gap:clamp(18px,2vw,30px)!important;
}

.orre-collection-sort select{
  background:#fff!important;
  color:#111!important;
}

/* ---------- Cart / checkout ---------- */
.woocommerce-cart table.shop_table,
.woocommerce-checkout .woocommerce-checkout-review-order,
.woocommerce-checkout #payment,
.cart_totals{
  border-radius:0!important;
  box-shadow:none!important;
}

.orre-cart-primary,
.orre-cart-secondary,
.orre-empty-cart a{
  width:100%!important;
  min-height:48px!important;
}

/* ---------- Footer: solid black ---------- */
footer,
.site-footer,
.footer-container,
.footer-column,
.footer-sidebar,
.footer-widget,
.wd-footer,
.wd-prefooter,
.wd-footer-bottom,
.copyrights-wrapper,
.min-footer,
.main-footer{
  background:#000!important;
  color:#fff!important;
}

footer a,
.site-footer a,
.footer-container a{
  color:rgba(255,255,255,.75)!important;
}

footer a:hover,
.site-footer a:hover,
.footer-container a:hover{
  color:#fff!important;
}

footer h1,
footer h2,
footer h3,
footer h4,
footer h5,
footer h6,
.site-footer h1,
.site-footer h2,
.site-footer h3,
.site-footer h4,
.site-footer h5,
.site-footer h6{
  color:#fff!important;
}

/* ---------- Responsive: large tablet ---------- */
@media (max-width:1200px){
  .orre-home-product-grid,
  .orre-collection-grid{
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
  }

  .orre-home-newsletter{
    grid-template-columns:minmax(0,1fr) minmax(320px,460px)!important;
    gap:clamp(36px,5vw,64px)!important;
  }
}

/* ---------- Responsive: tablet ---------- */
@media (max-width:900px){
  .orre-nav-inner{
    padding-left:20px!important;
    padding-right:20px!important;
  }

  .orre-home-hero{
    min-height:720px!important;
  }

  .orre-home-product-grid,
  .orre-collection-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }

  .orre-home-newsletter{
    grid-template-columns:1fr!important;
    gap:38px!important;
  }

  .orre-home-editorial{
    min-height:560px!important;
  }

  .orre-cart-drawer{
    width:min(430px,100vw)!important;
  }
}

/* ---------- Responsive: mobile ---------- */
@media (max-width:767px){
  :root{
    --orre-page-x:14px;
  }

  body{
    font-size:13px;
  }

  .orre-nav-header,
  .orre-nav-inner{
    height:60px!important;
  }

  .orre-nav-inner{
    padding:0 14px!important;
  }

  .orre-nav-logo a{
    font-size:clamp(24px,7.5vw,29px)!important;
  }

  .orre-nav-actions{
    gap:5px!important;
  }

  .orre-nav-actions button{
    width:27px!important;
    min-width:27px!important;
  }

  .orre-home-hero{
    min-height:clamp(600px,82svh,760px)!important;
    padding-top:60px!important;
  }

  .orre-home-hero-content{
    width:calc(100% - 28px)!important;
    max-width:390px!important;
    margin-left:14px!important;
    margin-right:14px!important;
    margin-bottom:30px!important;
  }

  .orre-home-hero-content h1{
    font-size:clamp(50px,16vw,68px)!important;
  }

  .orre-home-hero-content p{
    max-width:300px!important;
    font-size:11px!important;
  }

  .orre-home-section-header{
    gap:12px!important;
    padding:25px 10px 16px!important;
  }

  .orre-home-section-header h1,
  .orre-home-section-header h2{
    font-size:10px!important;
  }

  .orre-home-section-header a{
    font-size:8px!important;
    white-space:nowrap;
  }

  .orre-home-product-grid,
  .orre-collection-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:1px!important;
  }

  .orre-home-product,
  .orre-collection-card{
    padding-bottom:20px!important;
  }

  .orre-home-product-info,
  .orre-collection-card-info{
    padding:8px 7px 0!important;
  }

  .orre-home-product-name,
  .orre-home-product-price{
    font-size:9px!important;
  }

  /* Keep sizes visible on touch/mobile */
  .orre-home-size-strip,
  .orre-collection-sizes{
    opacity:1!important;
    transform:none!important;
    min-height:34px!important;
    padding:5px 3px!important;
    gap:2px!important;
  }

  .orre-home-size-strip > span,
  .orre-collection-sizes > span,
  .orre-shop-pro-size-list > span{
    min-width:23px!important;
    height:22px!important;
    padding:0 4px!important;
    font-size:8px!important;
  }

  .orre-home-editorial{
    min-height:clamp(470px,128vw,620px)!important;
  }

  .orre-home-editorial-overlay{
    padding:0 16px 22px!important;
  }

  .orre-home-editorial-overlay h2{
    max-width:90%!important;
    font-size:clamp(31px,10vw,40px)!important;
  }

  .orre-home-editorial-overlay a{
    min-height:42px!important;
    padding:0 18px!important;
  }

  .orre-inside{
    padding:48px 0 54px!important;
  }

  .orre-inside-track{
    gap:12px!important;
    padding:0 14px 8px!important;
    scroll-padding-left:14px!important;
  }

  .orre-inside-card{
    flex:0 0 min(73vw,285px)!important;
  }

  .orre-inside-arrow{
    display:none!important;
  }

  .orre-home-newsletter{
    padding:52px 16px!important;
  }

  .orre-home-newsletter-form{
    width:100%!important;
  }

  .orre-home-newsletter-form input{
    min-width:0!important;
    width:100%!important;
  }

  .orre-menu-drawer,
  .orre-cart-drawer{
    width:100vw!important;
    max-width:100vw!important;
  }

  .orre-search-box{
    width:calc(100% - 30px)!important;
    padding-top:110px!important;
  }

  .orre-search-box input[type="search"]{
    font-size:clamp(28px,9vw,42px)!important;
  }

  .orre-collection-head{
    padding:34px 14px 22px!important;
  }

  .orre-collection-toolbar{
    padding:13px 14px!important;
    gap:12px!important;
  }

  .orre-collection-toolbar-left{
    gap:12px!important;
  }

  .orre-collection-sort select{
    min-width:120px!important;
    max-width:42vw!important;
  }

  footer,
  .site-footer{
    text-align:left!important;
  }
}

/* ---------- Very small phones ---------- */
@media (max-width:380px){
  .orre-nav-logo a{
    font-size:23px!important;
  }

  .orre-nav-actions{
    gap:3px!important;
  }

  .orre-nav-icon svg{
    width:20px!important;
    height:20px!important;
  }

  .orre-home-product-name,
  .orre-home-product-price{
    font-size:8.5px!important;
  }

  .orre-home-size-strip > span,
  .orre-collection-sizes > span,
  .orre-shop-pro-size-list > span{
    min-width:21px!important;
    padding:0 3px!important;
  }
}

/* ---------- Touch-device safety ---------- */
@media (hover:none){
  .orre-home-size-strip,
  .orre-collection-sizes{
    opacity:1!important;
    transform:none!important;
  }
}

/* ---------- Reduced-motion accessibility ---------- */
@media (prefers-reduced-motion:reduce){
  *,
  *::before,
  *::after{
    scroll-behavior:auto!important;
    transition-duration:.01ms!important;
    animation-duration:.01ms!important;
    animation-iteration-count:1!important;
  }
}
/*
=========================================================
ORRÉ — CLEANED + PREMIUM RESPONSIVE CSS
KIJI-inspired black/white styling
Generated from the user's existing stylesheet.

IMPORTANT:
- Existing selectors, CSS rule order, layout logic and functionality were preserved.
- Original comments/excessive blank lines were removed for cleanup.
- Premium black/white and responsive refinements are appended at the end.
- Replace: /wp-content/themes/orre-child/assets/css/orre.css
- Keep a backup of the current file before replacing.
=========================================================
*/

:root{
  --orre-black:#000;
  --orre-white:#fff;
  --orre-text:#111;
  --orre-muted:#666;
  --orre-line:rgba(255,255,255,.16);
  --orre-light-line:#e9e9e9;

  --orre-hero-image:url('https://orreretail.com/wp-content/uploads/2026/08/ChatGPT-Image-Aug-8-2026-11_02_36-PM.png');
}

html,
body{
  margin:0!important;
  padding:0!important;
  width:100%!important;
  max-width:100%!important;
  overflow-x:hidden!important;
  background:#fff!important;
  color:var(--orre-text)!important;
}

*,
*::before,
*::after{
  box-sizing:border-box;
}

img,
svg{
  max-width:100%;
}

a{
  text-decoration:none;
}

.whb-header,
.whb-header-before,
.whb-main-header,
.whb-general-header,
.whb-header-bottom,
.whb-header-mobile,
.wd-header-banner,
.header-banner,
.wd-header-nav,
.wd-toolbar{
  display:none!important;
}

html body{
  border-top:0!important;
}

.orre-nav-header{
  position:absolute!important;
  top:0!important;
  left:0!important;
  right:0!important;

  z-index:99999!important;

  width:100%!important;
  height:72px!important;

  margin:0!important;
  padding:0!important;

  background:rgba(0,0,0,.55)!important;

  border-top:0!important;
  border-bottom:1px solid rgba(255,255,255,.18)!important;

  box-shadow:none!important;

  backdrop-filter:blur(5px)!important;
  -webkit-backdrop-filter:blur(5px)!important;
}

.orre-nav-inner{
  position:relative!important;

  width:100%!important;
  height:72px!important;

  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;

  margin:0!important;
  padding:0 42px!important;
}

.orre-hamburger{
  flex:0 0 32px!important;

  width:32px!important;
  height:32px!important;
  min-width:32px!important;
  min-height:32px!important;

  display:flex!important;
  flex-direction:column!important;
  align-items:flex-start!important;
  justify-content:center!important;

  gap:6px!important;

  margin:0!important;
  padding:0!important;

  background:transparent!important;
  color:#fff!important;

  border:0!important;
  border-radius:0!important;

  box-shadow:none!important;

  cursor:pointer!important;
}

.orre-hamburger span{
  display:block!important;

  height:2px!important;

  margin:0!important;
  padding:0!important;

  background:#fff!important;
}

.orre-hamburger span:first-child{
  width:25px!important;
}

.orre-hamburger span:last-child{
  width:15px!important;
}

.orre-nav-logo{
  position:absolute!important;
  left:50%!important;
  top:50%!important;

  transform:translate(-50%,-50%)!important;

  display:flex!important;
  align-items:center!important;
  justify-content:center!important;

  margin:0!important;
  padding:0!important;
}

.orre-nav-logo a{
  display:block!important;

  margin:0!important;
  padding:0!important;

  background:transparent!important;
  color:#fff!important;

  font-family:Arial,Helvetica,sans-serif!important;
  font-size:36px!important;
  font-weight:700!important;
  line-height:1!important;

  letter-spacing:.12em!important;
  text-indent:.12em!important;

  white-space:nowrap!important;
  text-decoration:none!important;

  border:0!important;
  box-shadow:none!important;
}

.orre-nav-actions{
  flex:0 0 auto!important;

  display:flex!important;
  align-items:center!important;
  justify-content:flex-end!important;

  gap:14px!important;

  margin-left:auto!important;
  padding:0!important;
}

.orre-nav-actions button{
  position:relative!important;

  width:30px!important;
  height:36px!important;
  min-width:30px!important;
  min-height:0!important;

  display:flex!important;
  align-items:center!important;
  justify-content:center!important;

  margin:0!important;
  padding:0!important;

  background:transparent!important;
  color:#fff!important;

  border:0!important;
  border-radius:0!important;

  box-shadow:none!important;
  outline:0!important;

  cursor:pointer!important;
}

.orre-nav-actions button:hover{
  background:transparent!important;
  color:#fff!important;
  opacity:.68!important;
}

.orre-nav-icon svg{
  display:block!important;

  width:23px!important;
  height:23px!important;

  fill:none!important;
  stroke:#fff!important;
  stroke-width:1.8!important;
  stroke-linecap:round!important;
  stroke-linejoin:round!important;
}

.orre-country,
.orre-flag{
  display:none!important;
}

.orre-bag-button{
  position:relative!important;
}

.orre-cart-count{
  position:absolute!important;
  top:-1px!important;
  right:-6px!important;

  min-width:16px!important;
  height:16px!important;

  display:flex!important;
  align-items:center!important;
  justify-content:center!important;

  padding:0 4px!important;

  background:#fff!important;
  color:#000!important;

  border-radius:999px!important;

  font-size:8px!important;
  font-weight:700!important;
  line-height:16px!important;
}

.orre-menu-overlay,
.orre-cart-overlay{
  position:fixed!important;
  inset:0!important;

  z-index:99998!important;

  background:rgba(0,0,0,.52)!important;

  opacity:0!important;
  visibility:hidden!important;

  transition:opacity .28s ease,visibility .28s ease!important;
}

.orre-menu-overlay.open,
.orre-cart-overlay.open{
  opacity:1!important;
  visibility:visible!important;
}

.orre-menu-drawer{
  position:fixed!important;

  top:0!important;
  left:0!important;

  z-index:99999!important;

  width:min(430px,92vw)!important;
  height:100vh!important;

  margin:0!important;
  padding:0!important;

  background:#000!important;
  color:#fff!important;

  overflow-y:auto!important;

  transform:translateX(-102%)!important;

  transition:transform .38s cubic-bezier(.77,0,.18,1)!important;
}

.orre-menu-drawer.open{
  transform:translateX(0)!important;
}

.orre-drawer-head{
  width:100%!important;
  height:68px!important;

  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;

  margin:0!important;
  padding:0 28px!important;

  border-bottom:1px solid rgba(255,255,255,.16)!important;

  font-family:Arial,Helvetica,sans-serif!important;
  font-size:11px!important;
  font-weight:500!important;
  line-height:1!important;
  letter-spacing:.14em!important;
}

.orre-drawer-head button{
  width:auto!important;
  height:auto!important;
  min-width:0!important;
  min-height:0!important;

  margin:0!important;
  padding:0!important;

  background:transparent!important;
  color:#fff!important;

  border:0!important;
  border-radius:0!important;

  box-shadow:none!important;
}

.orre-drawer-nav{
  width:100%!important;
  margin:0!important;
  padding:0!important;
}

.orre-drawer-nav > a,
.orre-mobile-parent{
  width:100%!important;
  min-height:61px!important;

  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;

  gap:16px!important;

  margin:0!important;
  padding:0 28px!important;

  background:transparent!important;
  color:#fff!important;

  border:0!important;
  border-bottom:1px solid rgba(255,255,255,.13)!important;
  border-radius:0!important;

  box-shadow:none!important;

  font-family:Arial,Helvetica,sans-serif!important;
  font-size:12px!important;
  font-weight:500!important;
  line-height:1.2!important;

  letter-spacing:.10em!important;
  text-transform:uppercase!important;
  text-decoration:none!important;

  text-align:left!important;
}

.orre-drawer-nav > a > span:first-child,
.orre-mobile-parent > span:first-child{
  flex:1 1 auto!important;
  display:block!important;
  margin:0!important;
  padding:0!important;
  text-align:left!important;
}

.orre-mobile-parent > span:last-child,
.orre-mobile-parent > .orre-accordion-icon{
  flex:0 0 18px!important;
  margin-left:auto!important;
}

.orre-drawer-nav > a:hover,
.orre-mobile-parent:hover{
  background:rgba(255,255,255,.03)!important;
}

.orre-mobile-submenu{
  display:none!important;

  margin:0!important;
  padding:10px 28px 18px!important;

  background:#0a0a0a!important;
}

.orre-mobile-group.open .orre-mobile-submenu{
  display:flex!important;
  flex-direction:column!important;
}

.orre-mobile-submenu a{
  display:block!important;

  padding:10px 0!important;

  color:rgba(255,255,255,.72)!important;

  font-size:11px!important;
  line-height:1.4!important;
  text-decoration:none!important;
}

.orre-link-icon{
  position:relative!important;
  display:inline-block!important;

  width:16px!important;
  height:16px!important;

  flex:0 0 16px!important;
}

.orre-link-icon::before{
  content:""!important;

  position:absolute!important;
  top:50%!important;
  left:4px!important;

  width:7px!important;
  height:7px!important;

  border-top:1.7px solid #fff!important;
  border-right:1.7px solid #fff!important;

  transform:translateY(-50%) rotate(45deg)!important;
}

.orre-accordion-icon{
  position:relative!important;
  display:inline-block!important;

  width:16px!important;
  height:16px!important;

  flex:0 0 16px!important;
}

.orre-accordion-icon::before,
.orre-accordion-icon::after{
  content:""!important;

  position:absolute!important;
  top:50%!important;
  left:50%!important;

  background:#fff!important;

  transform:translate(-50%,-50%)!important;

  transition:all .22s ease!important;
}

.orre-accordion-icon::before{
  width:10px!important;
  height:1.7px!important;
}

.orre-accordion-icon::after{
  width:1.7px!important;
  height:10px!important;
}

.orre-mobile-group.open .orre-accordion-icon::after{
  opacity:0!important;
  transform:translate(-50%,-50%) scaleY(0)!important;
}

.orre-close-btn{
  position:relative!important;

  width:28px!important;
  height:28px!important;
  min-width:28px!important;
  min-height:28px!important;

  padding:0!important;

  background:transparent!important;
  border:0!important;
  box-shadow:none!important;

  font-size:0!important;
}

.orre-close-btn span{
  position:absolute!important;
  top:50%!important;
  left:50%!important;

  width:16px!important;
  height:1.7px!important;

  background:currentColor!important;

  transform-origin:center!important;
}

.orre-close-btn span:first-child{
  transform:translate(-50%,-50%) rotate(45deg)!important;
}

.orre-close-btn span:last-child{
  transform:translate(-50%,-50%) rotate(-45deg)!important;
}

.orre-menu-drawer .orre-close-btn,
.orre-search-overlay .orre-close-btn{
  color:#fff!important;
}

.orre-cart-drawer .orre-close-btn{
  color:#111!important;
}

.orre-search-overlay{
  position:fixed!important;
  inset:0!important;

  z-index:100000!important;

  background:rgba(0,0,0,.985)!important;

  opacity:0!important;
  visibility:hidden!important;

  transition:opacity .25s ease,visibility .25s ease!important;
}

.orre-search-overlay.open{
  opacity:1!important;
  visibility:visible!important;
}

.orre-search-box{
  width:min(900px,calc(100% - 50px))!important;

  margin:0 auto!important;
  padding-top:145px!important;
}

.orre-search-box > span{
  display:block!important;

  margin-bottom:30px!important;

  color:rgba(255,255,255,.55)!important;

  font-size:10px!important;
  letter-spacing:.16em!important;
}

.orre-search-box form{
  width:100%!important;
  margin:0!important;
}

.orre-search-box input[type="search"]{
  width:100%!important;
  min-height:0!important;

  margin:0!important;
  padding:17px 0!important;

  background:transparent!important;
  color:#fff!important;

  border:0!important;
  border-bottom:1px solid rgba(255,255,255,.6)!important;
  border-radius:0!important;

  box-shadow:none!important;
  outline:0!important;

  font-size:clamp(30px,5vw,62px)!important;
  line-height:1.2!important;
}

.orre-search-box input[type="search"]::placeholder{
  color:rgba(255,255,255,.35)!important;
}

.orre-overlay-close{
  position:absolute!important;
  top:25px!important;
  right:30px!important;

  margin:0!important;
  padding:0!important;

  background:transparent!important;
  color:#fff!important;

  border:0!important;
  box-shadow:none!important;
}

.orre-cart-drawer{
  position:fixed!important;

  top:0!important;
  right:0!important;

  z-index:99999!important;

  width:min(430px,100%)!important;
  height:100vh!important;

  background:#fff!important;

  overflow:hidden!important;

  transform:translateX(102%)!important;

  transition:transform .38s cubic-bezier(.77,0,.18,1)!important;
}

.orre-cart-drawer.open{
  transform:translateX(0)!important;
}

.orre-cart-drawer .orre-drawer-head{
  color:#111!important;
  border-color:#ddd!important;
}

.orre-cart-drawer .orre-drawer-head button{
  color:#000!important;
}

.orre-cart-body{
  height:calc(100vh - 68px)!important;

  padding:22px!important;

  overflow-y:auto!important;
}

.orre-mini-product{
  display:grid!important;
  grid-template-columns:92px 1fr!important;

  gap:15px!important;

  padding-bottom:19px!important;
  margin-bottom:19px!important;

  border-bottom:1px solid #e7e7e7!important;
}

.orre-mini-image img{
  display:block!important;

  width:92px!important;
  height:118px!important;

  object-fit:cover!important;
}

.orre-mini-info{
  display:flex!important;
  flex-direction:column!important;

  gap:7px!important;
}

.orre-mini-info a{
  color:#111!important;

  font-size:12px!important;
  line-height:1.4!important;
  text-decoration:none!important;
}

.orre-mini-info span{
  color:#777!important;
  font-size:11px!important;
}

.orre-cart-subtotal{
  display:flex!important;
  justify-content:space-between!important;

  margin:25px 0 18px!important;

  color:#111!important;
  font-size:11px!important;
}

.orre-cart-secondary,
.orre-cart-primary,
.orre-empty-cart a{
  width:100%!important;
  min-height:47px!important;

  display:flex!important;
  align-items:center!important;
  justify-content:center!important;

  margin-bottom:9px!important;
  padding:0 18px!important;

  border-radius:0!important;

  font-size:10px!important;
  font-weight:600!important;
  line-height:1!important;

  letter-spacing:.1em!important;
  text-transform:uppercase!important;
  text-decoration:none!important;
}

.orre-cart-secondary{
  background:#fff!important;
  color:#000!important;
  border:1px solid #000!important;
}

.orre-cart-primary,
.orre-empty-cart a{
  background:#000!important;
  color:#fff!important;
  border:1px solid #000!important;
}

.orre-home-hero{
  position:relative!important;

  width:100%!important;
  min-height:760px!important;

  display:flex!important;
  align-items:center!important;
  justify-content:flex-start!important;

  overflow:hidden!important;

  margin:0!important;
  padding:72px 0 0!important;

  background:#ded5ca!important;
}

.orre-home-hero-bg{
  position:absolute!important;
  inset:0!important;

  z-index:1!important;

  background-image:var(--orre-hero-image)!important;
  background-size:cover!important;
  background-position:center center!important;
  background-repeat:no-repeat!important;
}

.orre-home-hero::after{
  content:""!important;

  position:absolute!important;
  inset:0!important;

  z-index:2!important;

  background:linear-gradient(
    90deg,
    rgba(255,255,255,.18) 0%,
    rgba(255,255,255,.03) 42%,
    rgba(0,0,0,0) 70%
  )!important;

  pointer-events:none!important;
}

.orre-home-hero-content{
  position:relative!important;

  z-index:3!important;

  width:min(560px,80vw)!important;

  margin-left:7vw!important;
  padding:30px 0!important;

  text-align:left!important;
  color:#111!important;
}

.orre-home-hero-kicker{
  display:block!important;

  margin-bottom:14px!important;

  color:#111!important;

  font-size:9px!important;
  font-weight:600!important;
  line-height:1!important;

  letter-spacing:.17em!important;
  text-transform:uppercase!important;
}

.orre-home-hero-content h1{
  margin:0 0 14px!important;

  color:#111!important;

  font-size:clamp(64px,10vw,132px)!important;
  font-weight:700!important;
  line-height:.9!important;

  letter-spacing:.09em!important;
  text-indent:.09em!important;
}

.orre-home-hero-content p{
  max-width:460px!important;

  margin:0 0 24px!important;

  color:#111!important;

  font-size:12px!important;
  line-height:1.6!important;
}

.orre-home-hero-content a{
  min-height:42px!important;

  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;

  padding:0 22px!important;

  background:#000!important;
  color:#fff!important;

  border:1px solid #000!important;

  font-size:9px!important;
  font-weight:600!important;
  line-height:1!important;

  letter-spacing:.11em!important;
  text-transform:uppercase!important;
}

.orre-home-hero-content a:hover{
  background:#fff!important;
  color:#000!important;
  border-color:#000!important;
}

.orre-home-v3,
.orre-home-v3 h1,
.orre-home-v3 h2,
.orre-home-v3 h3,
.orre-home-v3 p,
.orre-home-v3 a,
.orre-home-v3 span{
  font-family:Arial,Helvetica,sans-serif!important;
}

.orre-home-v3{
  width:100%!important;

  margin:0!important;
  padding:0!important;

  background:#fff!important;
  color:#111!important;
}

.orre-home-section-header{
  min-height:0!important;

  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;

  gap:20px!important;

  margin:0!important;
  padding:34px 32px 22px!important;
}

.orre-home-section-header h1,
.orre-home-section-header h2{
  margin:0!important;
  padding:0!important;

  color:#111!important;

  font-size:12px!important;
  font-weight:500!important;
  line-height:1.2!important;

  letter-spacing:.12em!important;
  text-transform:uppercase!important;
}

.orre-home-section-header a{
  color:#111!important;

  font-size:9px!important;
  font-weight:500!important;
  line-height:1!important;

  letter-spacing:.11em!important;
  text-transform:uppercase!important;

  border-bottom:1px solid #111!important;
  padding-bottom:2px!important;
}

.orre-home-new{
  padding:0 0 70px!important;
}

.orre-home-collection{
  padding:0 0 76px!important;
}

.orre-home-product-grid{
  width:100%!important;

  display:grid!important;
  grid-template-columns:repeat(4,minmax(0,1fr))!important;

  gap:1px!important;

  background:#fff!important;
}

.orre-home-product{
  min-width:0!important;

  margin:0!important;
  padding:0 0 24px!important;

  background:#fff!important;
}

.orre-home-product-media{
  position:relative!important;

  display:block!important;

  width:100%!important;
  aspect-ratio:4/5!important;

  overflow:hidden!important;

  background:#f3f3f1!important;
}

.orre-home-product-media img{
  position:absolute!important;
  inset:0!important;

  display:block!important;

  width:100%!important;
  height:100%!important;

  object-fit:cover!important;
  object-position:center!important;

  transition:opacity .32s ease,transform .45s ease!important;
}

.orre-home-main-image{
  z-index:1!important;
  opacity:1!important;
}

.orre-home-hover-image{
  z-index:2!important;
  opacity:0!important;
}

.orre-home-product:hover .orre-home-main-image{
  opacity:0!important;
}

.orre-home-product:hover .orre-home-hover-image{
  opacity:1!important;
  transform:scale(1.012)!important;
}

.orre-home-size-strip{
  position:absolute!important;

  left:0!important;
  right:0!important;
  bottom:0!important;

  z-index:4!important;

  min-height:42px!important;

  display:flex!important;
  align-items:center!important;
  justify-content:center!important;

  gap:4px!important;

  padding:8px!important;

  background:rgba(255,255,255,.96)!important;

  opacity:0!important;
  transform:translateY(100%)!important;

  transition:opacity .22s ease,transform .22s ease!important;
}

.orre-home-product:hover .orre-home-size-strip{
  opacity:1!important;
  transform:translateY(0)!important;
}

.orre-home-size-strip > span{
  min-width:28px!important;
  height:26px!important;

  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;

  padding:0 5px!important;

  background:#fff!important;
  color:#111!important;

  border:1px solid #d8d8d8!important;

  font-size:9px!important;
  font-weight:500!important;
  line-height:1!important;
}

.orre-home-product-info{
  padding:10px 12px 0!important;
}

.orre-home-product-name{
  display:block!important;

  color:#111!important;

  font-size:10px!important;
  font-weight:500!important;
  line-height:1.45!important;

  letter-spacing:.025em!important;
  text-transform:uppercase!important;
}

.orre-home-product-price{
  margin-top:4px!important;

  color:#111!important;

  font-size:10px!important;
  line-height:1.35!important;
}

.orre-home-product-price del{
  color:#999!important;
  opacity:1!important;
}

.orre-home-product-price ins{
  color:#111!important;
  text-decoration:none!important;
}

.orre-home-editorial{
  position:relative!important;

  width:100%!important;
  min-height:680px!important;

  overflow:hidden!important;

  background:#e7e7e7!important;
}

.orre-home-editorial-image{
  position:absolute!important;
  inset:0!important;

  z-index:1!important;

  background-image:
    linear-gradient(
      to top,
      rgba(0,0,0,.40),
      rgba(0,0,0,0) 55%
    ),
    var(
      --orre-banner-image,
      linear-gradient(135deg,#d8d8d8,#aaa)
    )!important;

  background-size:cover!important;
  background-position:center!important;
  background-repeat:no-repeat!important;

  transition:transform .7s ease!important;
}

.orre-home-editorial:hover .orre-home-editorial-image{
  transform:scale(1.012)!important;
}

.orre-home-editorial-overlay{
  position:absolute!important;

  left:0!important;
  right:0!important;
  bottom:0!important;

  z-index:2!important;

  padding:0 36px 36px!important;

  color:#fff!important;
}

.orre-home-editorial-overlay > span{
  display:block!important;

  margin-bottom:10px!important;

  color:#fff!important;

  font-size:9px!important;
  font-weight:600!important;
  line-height:1!important;

  letter-spacing:.15em!important;
  text-transform:uppercase!important;
}

.orre-home-editorial-overlay h2{
  max-width:650px!important;

  margin:0 0 22px!important;

  color:#fff!important;

  font-size:clamp(38px,4.4vw,64px)!important;
  font-weight:400!important;
  line-height:.98!important;

  letter-spacing:-.035em!important;
}

.orre-home-editorial-overlay a{
  min-height:42px!important;

  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;

  padding:0 20px!important;

  background:#fff!important;
  color:#000!important;

  border:1px solid #fff!important;

  font-size:9px!important;
  font-weight:600!important;
  line-height:1!important;

  letter-spacing:.11em!important;
  text-transform:uppercase!important;
}

.orre-home-editorial-overlay a:hover{
  background:#000!important;
  color:#fff!important;
  border-color:#000!important;
}

.orre-home-brand{
  display:none!important;
}

.orre-home-newsletter{
  display:grid!important;
  grid-template-columns:1fr minmax(360px,520px)!important;

  align-items:end!important;

  gap:80px!important;

  padding:70px 32px!important;

  background:#f4f4f2!important;
}

.orre-home-newsletter > div > span{
  display:block!important;

  margin-bottom:15px!important;

  color:#666!important;

  font-size:9px!important;
  font-weight:600!important;
  line-height:1!important;

  letter-spacing:.15em!important;
}

.orre-home-newsletter h2{
  margin:0!important;

  color:#111!important;

  font-size:clamp(30px,3.5vw,48px)!important;
  font-weight:400!important;
  line-height:1.02!important;

  letter-spacing:-.035em!important;
}

.orre-home-newsletter p{
  margin:18px 0 0!important;

  color:#686868!important;

  font-size:11px!important;
  line-height:1.6!important;
}

.orre-home-newsletter-form{
  display:flex!important;
  align-items:center!important;

  width:100%!important;

  border-bottom:1px solid #111!important;
}

.orre-home-newsletter-form input{
  flex:1!important;

  min-width:0!important;
  min-height:50px!important;

  margin:0!important;
  padding:0!important;

  background:transparent!important;
  color:#111!important;

  border:0!important;
  border-radius:0!important;

  box-shadow:none!important;
  outline:0!important;

  font-size:12px!important;
}

.orre-home-newsletter-form button{
  width:auto!important;
  min-width:0!important;
  min-height:50px!important;

  margin:0!important;
  padding:0 0 0 25px!important;

  background:transparent!important;
  color:#111!important;

  border:0!important;
  border-radius:0!important;

  box-shadow:none!important;

  font-size:9px!important;
  font-weight:600!important;
  line-height:1!important;

  letter-spacing:.12em!important;
  text-transform:uppercase!important;
}

footer,
.site-footer,
.footer-container,
.footer-column,
.footer-sidebar,
.footer-widget,
.wd-footer,
.wd-prefooter,
.wd-footer-bottom,
.copyrights-wrapper,
.min-footer,
.main-footer{
  background:#000!important;
  color:#fff!important;
}

footer .container,
footer .container-fluid,
.site-footer .container,
.footer-container .container,
.copyrights-wrapper .container,
.min-footer .container{
  background:#000!important;
}

footer,
footer p,
footer li,
footer span,
footer div,
footer address,
.site-footer,
.site-footer p,
.site-footer li,
.site-footer span{
  color:rgba(255,255,255,.74)!important;
}

footer h1,
footer h2,
footer h3,
footer h4,
footer h5,
footer h6,
.site-footer h1,
.site-footer h2,
.site-footer h3,
.site-footer h4,
.site-footer h5,
.site-footer h6,
.footer-widget-title,
.widget-title{
  color:#fff!important;

  font-family:Arial,Helvetica,sans-serif!important;
  font-size:10px!important;
  font-weight:600!important;
  line-height:1.2!important;

  letter-spacing:.14em!important;
  text-transform:uppercase!important;
}

footer a,
.site-footer a,
.footer-container a,
.copyrights-wrapper a{
  color:rgba(255,255,255,.72)!important;
  text-decoration:none!important;
}

footer a:hover,
.site-footer a:hover,
.footer-container a:hover,
.copyrights-wrapper a:hover{
  color:#fff!important;
}

footer,
.site-footer,
.footer-container,
.copyrights-wrapper,
.min-footer,
.wd-footer-bottom{
  border-color:rgba(255,255,255,.14)!important;
}

footer p,
.site-footer p{
  font-family:Arial,Helvetica,sans-serif!important;
  font-size:11px!important;
  line-height:1.7!important;
}

footer img[alt*="payment" i],
footer img[src*="payment" i],
.site-footer img[alt*="payment" i],
.site-footer img[src*="payment" i]{
  filter:none!important;
  opacity:1!important;
}

.copyrights-wrapper,
.min-footer,
.wd-footer-bottom{
  border-top:1px solid rgba(255,255,255,.14)!important;
}

.copyrights-wrapper,
.copyrights-wrapper *,
.min-footer,
.min-footer *,
.wd-footer-bottom,
.wd-footer-bottom *{
  color:rgba(255,255,255,.72)!important;
}

.scrollToTop,
.scroll-to-top,
.wd-scroll-top{
  background:#111!important;
  color:#fff!important;
  border:1px solid rgba(255,255,255,.18)!important;
  box-shadow:none!important;
}

.scrollToTop:hover,
.scroll-to-top:hover,
.wd-scroll-top:hover{
  background:#fff!important;
  color:#000!important;
}

@media(max-width:1024px){

  .orre-home-product-grid{
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
  }

  .orre-home-editorial{
    min-height:560px!important;
  }

  .orre-home-newsletter{
    grid-template-columns:1fr!important;
    gap:44px!important;
  }
}

@media(max-width:767px){

  .orre-nav-header{
    height:62px!important;
    background:rgba(0,0,0,.62)!important;
  }

  .orre-nav-inner{
    height:62px!important;
    padding:0 16px!important;
  }

  .orre-nav-logo a{
    font-size:29px!important;
  }

  .orre-nav-actions{
    gap:8px!important;
  }

  .orre-nav-actions button{
    width:28px!important;
    min-width:28px!important;
    height:34px!important;
  }

  .orre-nav-icon svg{
    width:22px!important;
    height:22px!important;
  }

  .orre-home-hero{
    min-height:620px!important;
    padding-top:62px!important;
  }

  .orre-home-hero-bg{
    background-position:65% center!important;
  }

  .orre-home-hero-content{
    width:min(360px,80vw)!important;

    margin-left:18px!important;
    margin-top:auto!important;
    margin-bottom:36px!important;

    padding:0!important;
  }

  .orre-home-hero-content h1{
    font-size:56px!important;
  }

  .orre-home-hero-content p{
    max-width:290px!important;
    font-size:11px!important;
  }

  .orre-home-section-header{
    padding:26px 14px 17px!important;
  }

  .orre-home-section-header h1,
  .orre-home-section-header h2{
    font-size:10px!important;
    letter-spacing:.10em!important;
  }

  .orre-home-section-header a{
    font-size:8px!important;
  }

  .orre-home-product-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }

  .orre-home-product{
    padding-bottom:20px!important;
  }

  .orre-home-product-info{
    padding:8px 7px 0!important;
  }

  .orre-home-product-name,
  .orre-home-product-price{
    font-size:9.5px!important;
  }

  .orre-home-size-strip{
    min-height:34px!important;

    padding:5px!important;

    gap:2px!important;

    opacity:1!important;
    transform:none!important;
  }

  .orre-home-size-strip > span{
    min-width:24px!important;
    height:22px!important;
    font-size:8px!important;
  }

  .orre-home-editorial{
    min-height:500px!important;
  }

  .orre-home-editorial-overlay{
    padding:0 18px 22px!important;
  }

  .orre-home-editorial-overlay h2{
    font-size:36px!important;
  }

  .orre-home-newsletter{
    padding:60px 18px!important;
  }

  footer,
  .site-footer{
    text-align:left!important;
  }
}

@media(max-width:420px){

  .orre-nav-logo a{
    font-size:26px!important;
  }

  .orre-nav-actions{
    gap:6px!important;
  }
}

.orre-inside{
  width:100%!important;
  padding:74px 0 82px!important;

  background:#f7f7f6!important;
  color:#111!important;

  overflow:hidden!important;
}

.orre-inside-head{
  padding:0 30px 34px!important;
  text-align:center!important;
}

.orre-inside-head h2{
  margin:0!important;

  color:#111!important;

  font-family:Arial,Helvetica,sans-serif!important;
  font-size:34px!important;
  font-weight:600!important;
  line-height:1!important;

  letter-spacing:.015em!important;
  text-transform:uppercase!important;
}

.orre-inside-shell{
  position:relative!important;
  width:100%!important;
}

.orre-inside-track{
  display:flex!important;
  align-items:stretch!important;

  gap:24px!important;

  width:100%!important;

  padding:0 7vw!important;

  overflow-x:auto!important;
  overflow-y:hidden!important;

  scroll-snap-type:x mandatory!important;
  scrollbar-width:none!important;
  -ms-overflow-style:none!important;
}

.orre-inside-track::-webkit-scrollbar{
  display:none!important;
}

.orre-inside-card{
  position:relative!important;

  flex:0 0 clamp(235px,13.4vw,290px)!important;

  aspect-ratio:9/16!important;

  margin:0!important;

  overflow:hidden!important;

  border-radius:7px!important;

  background:#d7d7d7!important;

  box-shadow:0 1px 5px rgba(0,0,0,.14)!important;

  scroll-snap-align:start!important;
}

.orre-inside-card-link{
  position:absolute!important;
  inset:0!important;

  display:block!important;

  color:#fff!important;
}

.orre-inside-main-image{
  position:absolute!important;
  inset:0!important;

  width:100%!important;
  height:100%!important;

  object-fit:cover!important;
  object-position:center!important;

  transition:transform .45s ease!important;
}

.orre-inside-card:hover .orre-inside-main-image{
  transform:scale(1.025)!important;
}

.orre-inside-shade{
  position:absolute!important;
  inset:0!important;

  background:
    linear-gradient(
      to top,
      rgba(0,0,0,.58) 0%,
      rgba(0,0,0,.09) 42%,
      rgba(0,0,0,0) 70%
    )!important;
}

.orre-inside-brand{
  position:absolute!important;

  left:17px!important;
  bottom:88px!important;

  z-index:3!important;

  color:#fff!important;

  font-family:Arial,Helvetica,sans-serif!important;
  font-size:11px!important;
  font-weight:700!important;
  line-height:1!important;

  letter-spacing:.08em!important;
}

.orre-inside-bottom{
  position:absolute!important;

  left:14px!important;
  right:14px!important;
  bottom:14px!important;

  z-index:4!important;

  display:grid!important;
  grid-template-columns:46px minmax(0,1fr)!important;

  align-items:end!important;

  gap:11px!important;
}

.orre-inside-thumb{
  display:block!important;

  width:46px!important;
  height:58px!important;

  overflow:hidden!important;

  border-radius:5px!important;

  background:#eee!important;
  border:1px solid rgba(255,255,255,.32)!important;
}

.orre-inside-thumb img{
  display:block!important;

  width:100%!important;
  height:100%!important;

  object-fit:cover!important;
}

.orre-inside-title{
  display:block!important;

  padding-bottom:2px!important;

  color:#fff!important;

  font-family:Arial,Helvetica,sans-serif!important;
  font-size:14px!important;
  font-weight:500!important;
  line-height:1.18!important;

  text-shadow:0 1px 5px rgba(0,0,0,.35)!important;
}

.orre-inside-arrow{
  position:absolute!important;

  top:50%!important;

  z-index:10!important;

  width:58px!important;
  height:58px!important;

  display:flex!important;
  align-items:center!important;
  justify-content:center!important;

  padding:0!important;

  background:#fff!important;
  color:#111!important;

  border:1px solid rgba(0,0,0,.18)!important;
  border-radius:999px!important;

  box-shadow:0 2px 10px rgba(0,0,0,.09)!important;

  transform:translateY(-50%)!important;

  cursor:pointer!important;
}

.orre-inside-prev{
  left:22px!important;
}

.orre-inside-next{
  right:22px!important;
}

.orre-inside-arrow span{
  position:relative!important;

  display:block!important;

  width:16px!important;
  height:16px!important;
}

.orre-inside-arrow span::before{
  content:""!important;

  position:absolute!important;

  top:50%!important;
  left:50%!important;

  width:8px!important;
  height:8px!important;

  border-top:1.8px solid currentColor!important;
  border-right:1.8px solid currentColor!important;
}

.orre-inside-next span::before{
  transform:translate(-65%,-50%) rotate(45deg)!important;
}

.orre-inside-prev span::before{
  transform:translate(-35%,-50%) rotate(-135deg)!important;
}

.orre-inside-arrow:hover{
  background:#000!important;
  color:#fff!important;
  border-color:#000!important;
}

@media(max-width:1024px){

  .orre-inside{
    padding:60px 0 66px!important;
  }

  .orre-inside-head h2{
    font-size:28px!important;
  }

  .orre-inside-track{
    gap:16px!important;
    padding:0 28px!important;
  }

  .orre-inside-card{
    flex-basis:245px!important;
  }

  .orre-inside-arrow{
    width:50px!important;
    height:50px!important;
  }
}

@media(max-width:767px){

  .orre-inside{
    padding:48px 0 54px!important;
  }

  .orre-inside-head{
    padding:0 16px 25px!important;
  }

  .orre-inside-head h2{
    font-size:24px!important;
  }

  .orre-inside-track{
    gap:12px!important;

    padding:0 14px 8px!important;

    scroll-padding-left:14px!important;
  }

  .orre-inside-card{
    flex:0 0 73vw!important;
    max-width:285px!important;
  }

  .orre-inside-title{
    font-size:13px!important;
  }

  .orre-inside-arrow{
    display:none!important;
  }
}

body.tax-product_cat,
body.tax-product_cat #page,
body.tax-product_cat .main-page-wrapper,
body.tax-product_cat .site-content,
body.tax-product_cat .orre-collection-page,
body.tax-product_cat .orre-collection-head,
body.tax-product_cat .orre-collection-toolbar,
body.tax-product_cat .orre-collection-products,
body.tax-product_cat .orre-collection-card,
body.tax-product_cat .orre-collection-grid{
    background:#fff!important;
}

body.tax-product_cat .page-title,
body.tax-product_cat .wd-page-title,
body.tax-product_cat .shop-loop-head,
body.tax-product_cat .wd-shop-tools,
body.tax-product_cat .wd-products-shop-view,
body.tax-product_cat .wd-products-per-page,
body.tax-product_cat .wd-show-sidebar-btn{
    display:none!important;
}

body.tax-product_cat .orre-nav-header{
    position:sticky!important;
    top:0!important;
    height:64px!important;
    background:rgba(0,0,0,.94)!important;
    backdrop-filter:blur(12px)!important;
    -webkit-backdrop-filter:blur(12px)!important;
}

body.tax-product_cat .orre-nav-inner{
    height:64px!important;
}

.orre-collection-page{
    width:100%!important;
    color:#111!important;
    font-family:Arial,Helvetica,sans-serif!important;
}

.orre-collection-head{
    width:100%!important;
    padding:58px 30px 28px!important;
}

.orre-collection-head-inner{
    width:100%!important;
}

.orre-collection-title-wrap h1{
    margin:0!important;
    color:#111!important;
    font-size:28px!important;
    font-weight:500!important;
    line-height:1!important;
    letter-spacing:.08em!important;
}

.orre-collection-description{
    max-width:640px!important;
    margin-top:12px!important;
    color:#666!important;
    font-size:11px!important;
    line-height:1.6!important;
}

.orre-collection-description p{
    margin:0!important;
}

.orre-collection-subcats{
    display:flex!important;
    align-items:center!important;
    gap:26px!important;

    margin-top:30px!important;

    overflow-x:auto!important;
    scrollbar-width:none!important;
}

.orre-collection-subcats::-webkit-scrollbar{
    display:none!important;
}

.orre-collection-subcats a{
    flex:0 0 auto!important;
    padding-bottom:5px!important;
    color:#777!important;
    font-size:10px!important;
    font-weight:500!important;
    line-height:1!important;
    letter-spacing:.10em!important;
    text-transform:uppercase!important;
}

.orre-collection-subcats a:hover,
.orre-collection-subcats a.active{
    color:#000!important;
    border-bottom:1px solid #000!important;
}

.orre-collection-toolbar{
    width:100%!important;

    display:flex!important;
    align-items:center!important;
    justify-content:space-between!important;

    gap:20px!important;

    padding:16px 30px!important;

    background:#fff!important;

    border-top:1px solid #e9e9e9!important;
    border-bottom:1px solid #e9e9e9!important;
}

.orre-collection-toolbar-left{
    display:flex!important;
    align-items:center!important;
    gap:20px!important;
}

.orre-filter-open{
    display:flex!important;
    align-items:center!important;
    gap:9px!important;

    width:auto!important;
    min-width:0!important;
    min-height:0!important;

    margin:0!important;
    padding:0!important;

    background:transparent!important;
    color:#111!important;

    border:0!important;
    border-radius:0!important;

    box-shadow:none!important;

    font-size:9px!important;
    font-weight:600!important;
    line-height:1!important;

    letter-spacing:.12em!important;
}

.orre-filter-plus{
    position:relative!important;
    width:11px!important;
    height:11px!important;
}

.orre-filter-plus::before,
.orre-filter-plus::after{
    content:""!important;
    position:absolute!important;
    top:50%!important;
    left:50%!important;
    background:#111!important;
    transform:translate(-50%,-50%)!important;
}

.orre-filter-plus::before{
    width:11px!important;
    height:1px!important;
}

.orre-filter-plus::after{
    width:1px!important;
    height:11px!important;
}

.orre-result-count{
    color:#777!important;
    font-size:9px!important;
    line-height:1!important;
    letter-spacing:.08em!important;
}

.orre-collection-sort .woocommerce-ordering{
    margin:0!important;
}

.orre-collection-sort select{
    min-width:160px!important;
    height:34px!important;

    padding:0 26px 0 0!important;

    background:#fff!important;
    color:#111!important;

    border:0!important;
    border-radius:0!important;

    box-shadow:none!important;

    font-size:9px!important;
    font-weight:500!important;

    letter-spacing:.08em!important;
    text-transform:uppercase!important;
}

.orre-collection-products{
    width:100%!important;
    padding:0 0 70px!important;
}

.orre-collection-grid{
    display:grid!important;
    grid-template-columns:repeat(4,minmax(0,1fr))!important;
    gap:1px!important;
    width:100%!important;
}

.orre-collection-card{
    min-width:0!important;
    padding:0 0 26px!important;
    background:#fff!important;
}

.orre-collection-card-media{
    position:relative!important;
    display:block!important;

    width:100%!important;
    aspect-ratio:4/5!important;

    overflow:hidden!important;

    background:#f5f5f3!important;
}

.orre-collection-card-media img{
    position:absolute!important;
    inset:0!important;

    display:block!important;

    width:100%!important;
    height:100%!important;

    object-fit:cover!important;
    object-position:center!important;

    transition:opacity .3s ease,transform .4s ease!important;
}

.orre-collection-main-image{
    z-index:1!important;
    opacity:1!important;
}

.orre-collection-hover-image{
    z-index:2!important;
    opacity:0!important;
}

.orre-collection-card:hover .orre-collection-main-image{
    opacity:0!important;
}

.orre-collection-card:hover .orre-collection-hover-image{
    opacity:1!important;
    transform:scale(1.01)!important;
}

.orre-collection-sizes{
    position:absolute!important;

    left:0!important;
    right:0!important;
    bottom:0!important;

    z-index:5!important;

    min-height:42px!important;

    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    flex-wrap:wrap!important;

    gap:3px!important;

    padding:7px!important;

    background:rgba(255,255,255,.96)!important;

    opacity:0!important;
    transform:translateY(100%)!important;

    transition:opacity .2s ease,transform .2s ease!important;
}

.orre-collection-card:hover .orre-collection-sizes{
    opacity:1!important;
    transform:translateY(0)!important;
}

.orre-collection-sizes > span{
    min-width:27px!important;
    height:25px!important;

    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;

    padding:0 5px!important;

    color:#111!important;
    background:#fff!important;

    border:1px solid #ddd!important;

    font-size:8px!important;
    line-height:1!important;
}

.orre-collection-sale{
    position:absolute!important;
    top:10px!important;
    left:10px!important;

    z-index:6!important;

    padding:5px 7px!important;

    background:#000!important;
    color:#fff!important;

    font-size:8px!important;
    font-weight:600!important;
    letter-spacing:.10em!important;
}

.orre-collection-card-info{
    padding:10px 11px 0!important;
}

.orre-collection-product-name{
    display:block!important;
    color:#111!important;
    font-size:10px!important;
    font-weight:500!important;
    line-height:1.4!important;
    letter-spacing:.025em!important;
    text-transform:uppercase!important;
}

.orre-collection-product-price{
    margin-top:4px!important;
    color:#111!important;
    font-size:10px!important;
    line-height:1.3!important;
}

.orre-collection-product-price del{
    color:#999!important;
}

.orre-collection-product-price ins{
    color:#111!important;
    text-decoration:none!important;
}

.orre-collection-pagination{
    padding:45px 20px 0!important;
    text-align:center!important;
}

.orre-collection-pagination .page-numbers{
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;

    min-width:34px!important;
    height:34px!important;

    margin:0 2px!important;

    color:#111!important;
    background:#fff!important;

    border:1px solid #ddd!important;

    font-size:10px!important;
}

.orre-collection-pagination .page-numbers.current,
.orre-collection-pagination .page-numbers:hover{
    background:#000!important;
    color:#fff!important;
    border-color:#000!important;
}

.orre-filter-overlay{
    position:fixed!important;
    inset:0!important;

    z-index:100010!important;

    background:rgba(0,0,0,.38)!important;

    opacity:0!important;
    visibility:hidden!important;

    transition:.25s ease!important;
}

.orre-filter-overlay.open{
    opacity:1!important;
    visibility:visible!important;
}

.orre-filter-drawer{
    position:fixed!important;

    top:0!important;
    left:0!important;

    z-index:100011!important;

    width:min(390px,92vw)!important;
    height:100vh!important;

    background:#fff!important;
    color:#111!important;

    overflow-y:auto!important;

    transform:translateX(-102%)!important;

    transition:transform .35s cubic-bezier(.77,0,.18,1)!important;
}

.orre-filter-drawer.open{
    transform:translateX(0)!important;
}

.orre-filter-head{
    height:68px!important;

    display:flex!important;
    align-items:center!important;
    justify-content:space-between!important;

    padding:0 24px!important;

    border-bottom:1px solid #e7e7e7!important;

    font-size:10px!important;
    font-weight:600!important;
    letter-spacing:.12em!important;
}

.orre-filter-head button{
    position:relative!important;

    width:28px!important;
    height:28px!important;

    padding:0!important;

    background:transparent!important;
    border:0!important;
    box-shadow:none!important;
}

.orre-filter-head button span{
    position:absolute!important;
    top:50%!important;
    left:50%!important;

    width:16px!important;
    height:1.5px!important;

    background:#111!important;
}

.orre-filter-head button span:first-child{
    transform:translate(-50%,-50%) rotate(45deg)!important;
}

.orre-filter-head button span:last-child{
    transform:translate(-50%,-50%) rotate(-45deg)!important;
}

.orre-filter-body{
    padding:20px 24px 40px!important;
}

.orre-filter-body .widget{
    margin:0!important;
    padding:18px 0!important;

    border-bottom:1px solid #eee!important;
}

.orre-filter-body .widget-title,
.orre-filter-body h5{
    margin:0 0 15px!important;

    color:#111!important;

    font-size:10px!important;
    font-weight:600!important;
    letter-spacing:.10em!important;
    text-transform:uppercase!important;
}

.orre-filter-body a,
.orre-filter-body label,
.orre-filter-body li,
.orre-filter-body span{
    color:#555!important;
    font-size:11px!important;
}

.orre-filter-group h3{
    margin:0 0 15px!important;

    font-size:10px!important;
    font-weight:600!important;

    letter-spacing:.10em!important;
}

.orre-filter-group a{
    display:block!important;
    padding:9px 0!important;

    color:#555!important;
    font-size:11px!important;

    border-bottom:1px solid #eee!important;
}

@media(max-width:1024px){

    .orre-collection-grid{
        grid-template-columns:repeat(3,minmax(0,1fr))!important;
    }
}

@media(max-width:767px){

    body.tax-product_cat .orre-nav-header{
        height:62px!important;
    }

    .orre-collection-head{
        padding:38px 14px 22px!important;
    }

    .orre-collection-title-wrap h1{
        font-size:22px!important;
    }

    .orre-collection-subcats{
        gap:18px!important;
        margin-top:22px!important;
    }

    .orre-collection-toolbar{
        padding:13px 14px!important;
    }

    .orre-result-count{
        display:none!important;
    }

    .orre-collection-sort select{
        min-width:120px!important;
        font-size:8px!important;
    }

    .orre-collection-grid{
        grid-template-columns:repeat(2,minmax(0,1fr))!important;
    }

    .orre-collection-card{
        padding-bottom:20px!important;
    }

    .orre-collection-card-info{
        padding:8px 7px 0!important;
    }

    .orre-collection-product-name,
    .orre-collection-product-price{
        font-size:9px!important;
    }

    .orre-collection-sizes{
        min-height:33px!important;

        padding:5px!important;

        opacity:1!important;
        transform:none!important;
    }

    .orre-collection-sizes > span{
        min-width:23px!important;
        height:21px!important;
        font-size:7px!important;
    }
}

body.single-product .page-title,
body.single-product .wd-page-title,
body.single-product .woocommerce-breadcrumb,
body.single-product .wd-breadcrumbs,
body.single-product .wd-products-nav,
body.single-product .product-navigation-wrap,
body.single-product .product-tabs-wrapper,
body.single-product .woocommerce-tabs,
body.single-product .product-image-summary,
body.single-product .product-image-summary-wrap,
body.single-product .summary,
body.single-product .woocommerce-product-gallery{display:none!important}
body.single-product,body.single-product #page,body.single-product .website-wrapper,body.single-product .main-page-wrapper,body.single-product .site-content,body.single-product .orre-single-product-page{background:#fff!important}
body.single-product .main-page-wrapper,body.single-product .site-content,body.single-product .orre-single-product-page{width:100%!important;max-width:none!important;margin:0!important;padding:0!important}
.orre-pdp-final{width:100%!important;margin:0!important;padding:0!important;background:#fff!important;color:#111!important;font-family:Arial,Helvetica,sans-serif!important}
.orre-pdp-final-main{display:grid!important;grid-template-columns:minmax(0,1.2fr) minmax(430px,.8fr)!important;width:100%!important;align-items:start!important;gap:0!important}
.orre-pdp-final-gallery{width:100%!important;min-width:0!important;margin:0!important;padding:0!important;background:#f5f2f1!important}
.orre-pdp-final-image-grid{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:2px!important;width:100%!important;margin:0!important;padding:0!important}
.orre-pdp-final-image{display:block!important;width:100%!important;aspect-ratio:4/5!important;overflow:hidden!important;background:#f5f2f1!important}
.orre-pdp-final-image img{display:block!important;width:100%!important;height:100%!important;margin:0!important;object-fit:cover!important;object-position:center!important;transition:transform .35s ease!important}
.orre-pdp-final-image:hover img{transform:scale(1.01)!important}
.orre-pdp-final-summary{width:100%!important;min-width:0!important;margin:0!important;padding:0!important;background:#fff!important}
.orre-pdp-final-summary-inner{position:sticky!important;top:92px!important;width:min(560px,100%)!important;margin:0 auto!important;padding:54px 46px 65px!important}
.orre-pdp-final-title{margin:0!important;color:#111!important;font-family:Arial,Helvetica,sans-serif!important;font-size:27px!important;font-weight:500!important;line-height:1.1!important;letter-spacing:.01em!important;text-transform:uppercase!important}
.orre-pdp-final-codes{display:flex!important;flex-direction:column!important;gap:4px!important;margin-top:12px!important;color:#777!important;font-size:9px!important;line-height:1.4!important;letter-spacing:.06em!important}
.orre-pdp-final-price{margin-top:22px!important;color:#111!important;font-size:18px!important;font-weight:500!important;line-height:1.2!important}
.orre-pdp-final-price del{color:#999!important}.orre-pdp-final-price ins{color:#111!important;text-decoration:none!important}
.orre-pdp-final-buy{margin-top:30px!important}.orre-pdp-final-buy form.cart,.orre-pdp-final-buy .variations_form{width:100%!important;margin:0!important}
.orre-pdp-final-buy .variations{width:100%!important;margin:0 0 20px!important;border:0!important}
.orre-pdp-final-buy .variations tbody,.orre-pdp-final-buy .variations tr,.orre-pdp-final-buy .variations th,.orre-pdp-final-buy .variations td{display:block!important;width:100%!important}
.orre-pdp-final-buy .variations tr{margin-bottom:20px!important}.orre-pdp-final-buy .variations th,.orre-pdp-final-buy .variations td{padding:0!important;border:0!important;text-align:left!important}
.orre-pdp-final-buy .variations label{display:block!important;margin:0 0 12px!important;color:#111!important;font-size:10px!important;font-weight:500!important;line-height:1!important;letter-spacing:.08em!important;text-transform:none!important}
.orre-pdp-final-buy .wd-swatches-product{display:flex!important;flex-wrap:wrap!important;gap:7px!important}
.orre-pdp-final-buy .wd-swatch,.orre-pdp-final-buy .wd-swatch-text{min-width:48px!important;height:39px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;margin:0!important;padding:0 12px!important;background:#fff!important;color:#111!important;border:1px solid #d6d6d6!important;border-radius:0!important;box-shadow:none!important;font-size:10px!important;font-weight:500!important}
.orre-pdp-final-buy .wd-swatch.wd-active,.orre-pdp-final-buy .wd-swatch.active,.orre-pdp-final-buy .wd-swatch:hover{background:#111!important;color:#fff!important;border-color:#111!important}
.orre-pdp-final-buy .variations select{width:100%!important;height:44px!important;margin:0!important;padding:0 12px!important;background:#fff!important;color:#111!important;border:1px solid #d6d6d6!important;border-radius:0!important;box-shadow:none!important;font-size:11px!important}
.orre-pdp-final-buy .reset_variations{display:inline-block!important;margin-top:9px!important;color:#777!important;font-size:8px!important;letter-spacing:.08em!important;text-transform:uppercase!important}
.orre-pdp-final-buy .woocommerce-variation{margin-bottom:15px!important}.orre-pdp-final-buy .woocommerce-variation-price{margin-bottom:8px!important;color:#111!important;font-size:15px!important}
.orre-pdp-final-buy .woocommerce-variation-add-to-cart,.orre-pdp-final-buy form.cart:not(.variations_form){display:grid!important;grid-template-columns:108px minmax(0,1fr)!important;gap:8px!important;align-items:stretch!important;width:100%!important}
.orre-pdp-final-buy .quantity{width:108px!important;height:48px!important;display:grid!important;grid-template-columns:31px 1fr 31px!important;margin:0!important;border:1px solid #111!important;background:#fff!important}
.orre-pdp-final-buy .quantity input.qty{width:100%!important;height:46px!important;margin:0!important;padding:0!important;background:#fff!important;color:#111!important;border:0!important;border-radius:0!important;box-shadow:none!important;text-align:center!important;font-size:11px!important}
.orre-pdp-final-buy .quantity .minus,.orre-pdp-final-buy .quantity .plus{width:31px!important;height:46px!important;margin:0!important;padding:0!important;background:#fff!important;color:#111!important;border:0!important;border-radius:0!important;box-shadow:none!important;font-size:14px!important}
.orre-pdp-final-buy .single_add_to_cart_button{width:100%!important;min-height:48px!important;display:flex!important;align-items:center!important;justify-content:center!important;margin:0!important;padding:0 20px!important;background:#000!important;color:#fff!important;border:1px solid #000!important;border-radius:0!important;box-shadow:none!important;font-size:10px!important;font-weight:600!important;line-height:1!important;letter-spacing:.1em!important;text-transform:uppercase!important}
.orre-pdp-final-buy .single_add_to_cart_button:hover{background:#fff!important;color:#000!important}
.orre-pdp-final-details{margin-top:34px!important;border-top:1px solid #e5e5e5!important}.orre-pdp-final-detail{margin:0!important;border-bottom:1px solid #e5e5e5!important}
.orre-pdp-final-detail summary{min-height:54px!important;display:flex!important;align-items:center!important;justify-content:space-between!important;gap:15px!important;padding:0!important;color:#111!important;list-style:none!important;cursor:pointer!important}.orre-pdp-final-detail summary::-webkit-details-marker{display:none!important}
.orre-pdp-final-detail summary>span:first-child{font-size:10px!important;font-weight:500!important;line-height:1!important;letter-spacing:.02em!important}
.orre-pdp-final-plus{position:relative!important;width:13px!important;height:13px!important;flex:0 0 13px!important}.orre-pdp-final-plus::before,.orre-pdp-final-plus::after{content:""!important;position:absolute!important;top:50%!important;left:50%!important;background:#111!important;transform:translate(-50%,-50%)!important}.orre-pdp-final-plus::before{width:11px!important;height:1px!important}.orre-pdp-final-plus::after{width:1px!important;height:11px!important}.orre-pdp-final-detail[open] .orre-pdp-final-plus::after{display:none!important}
.orre-pdp-final-detail-content{padding:0 0 24px!important;color:#555!important;font-size:11px!important;line-height:1.7!important}.orre-pdp-final-detail-content p{margin:0 0 12px!important}.orre-pdp-final-detail-content p:last-child{margin-bottom:0!important}
.orre-pdp-final-related{width:100%!important;padding:68px 0 75px!important;background:#fff!important;border-top:1px solid #e8e8e8!important}.orre-pdp-final-related-head{padding:0 30px 26px!important}.orre-pdp-final-related-head h2{margin:0!important;color:#111!important;font-size:12px!important;font-weight:500!important;line-height:1!important;letter-spacing:.08em!important;text-transform:uppercase!important}
.orre-pdp-final-related-grid{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:1px!important}.orre-pdp-final-related-card{min-width:0!important;padding-bottom:20px!important;background:#fff!important}.orre-pdp-final-related-image{display:block!important;width:100%!important;aspect-ratio:4/5!important;overflow:hidden!important;background:#f4f4f2!important}.orre-pdp-final-related-image img{display:block!important;width:100%!important;height:100%!important;object-fit:cover!important}.orre-pdp-final-related-info{padding:9px 10px 0!important}.orre-pdp-final-related-info a{display:block!important;color:#111!important;font-size:10px!important;font-weight:500!important;line-height:1.4!important;text-transform:uppercase!important}.orre-pdp-final-related-info span{display:block!important;margin-top:4px!important;color:#111!important;font-size:10px!important}
@media(max-width:1100px){.orre-pdp-final-main{grid-template-columns:minmax(0,1fr) minmax(390px,.9fr)!important}.orre-pdp-final-summary-inner{padding:42px 30px 54px!important}.orre-pdp-final-related-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}}
@media(max-width:767px){.orre-pdp-final-main{display:block!important}.orre-pdp-final-image-grid{display:flex!important;overflow-x:auto!important;scroll-snap-type:x mandatory!important;gap:1px!important;scrollbar-width:none!important}.orre-pdp-final-image-grid::-webkit-scrollbar{display:none!important}.orre-pdp-final-image{flex:0 0 88vw!important;aspect-ratio:4/5!important;scroll-snap-align:start!important}.orre-pdp-final-summary-inner{position:static!important;width:100%!important;max-width:none!important;padding:28px 16px 42px!important}.orre-pdp-final-title{font-size:22px!important}.orre-pdp-final-price{margin-top:18px!important;font-size:16px!important}.orre-pdp-final-buy{margin-top:25px!important}.orre-pdp-final-buy .woocommerce-variation-add-to-cart,.orre-pdp-final-buy form.cart:not(.variations_form){grid-template-columns:92px minmax(0,1fr)!important}.orre-pdp-final-buy .quantity{width:92px!important;grid-template-columns:27px 1fr 27px!important}.orre-pdp-final-buy .quantity .minus,.orre-pdp-final-buy .quantity .plus{width:27px!important}.orre-pdp-final-related{padding:48px 0 58px!important}.orre-pdp-final-related-head{padding:0 14px 20px!important}.orre-pdp-final-related-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.orre-pdp-final-related-info a,.orre-pdp-final-related-info span{font-size:9px!important}}

.orre-pdp-final-image-grid{
    display:none!important;
}

.orre-pdp-kiji-gallery{
    display:grid!important;
    grid-template-columns:86px minmax(0,1fr)!important;

    align-items:start!important;

    gap:8px!important;

    width:100%!important;

    padding:0!important;
    margin:0!important;

    background:#f5f2f1!important;
}

.orre-pdp-kiji-thumbs{
    position:sticky!important;
    top:82px!important;

    display:flex!important;
    flex-direction:column!important;

    gap:8px!important;

    width:86px!important;

    padding:0!important;
    margin:0!important;

    max-height:calc(100vh - 100px)!important;
    overflow-y:auto!important;

    scrollbar-width:none!important;

    background:#fff!important;
}

.orre-pdp-kiji-thumbs::-webkit-scrollbar{
    display:none!important;
}

.orre-pdp-kiji-thumb{
    flex:0 0 auto!important;

    display:block!important;

    width:86px!important;
    height:108px!important;

    margin:0!important;
    padding:0!important;

    background:#f3efed!important;

    border:1px solid transparent!important;
    border-radius:0!important;

    box-shadow:none!important;

    cursor:pointer!important;
    overflow:hidden!important;

    opacity:.7!important;

    transition:opacity .2s ease,border-color .2s ease!important;
}

.orre-pdp-kiji-thumb:hover,
.orre-pdp-kiji-thumb.is-active{
    opacity:1!important;
    border-color:#111!important;
}

.orre-pdp-kiji-thumb img{
    display:block!important;

    width:100%!important;
    height:100%!important;

    object-fit:cover!important;
    object-position:center!important;

    margin:0!important;
}

.orre-pdp-kiji-main-link{
    display:block!important;

    width:100%!important;

    margin:0!important;
    padding:0!important;

    overflow:hidden!important;

    background:#f3efed!important;
}

.orre-pdp-kiji-main-image{
    display:block!important;

    width:100%!important;
    height:auto!important;

    min-height:760px!important;
    max-height:calc(100vh - 64px)!important;

    margin:0 auto!important;

    object-fit:cover!important;
    object-position:center!important;

    background:#f3efed!important;
}

.orre-pdp-final-gallery{
    background:#fff!important;
}

@media(max-width:1100px){

    .orre-pdp-kiji-gallery{
        grid-template-columns:72px minmax(0,1fr)!important;
        gap:6px!important;
    }

    .orre-pdp-kiji-thumbs{
        width:72px!important;
    }

    .orre-pdp-kiji-thumb{
        width:72px!important;
        height:92px!important;
    }

    .orre-pdp-kiji-main-image{
        min-height:620px!important;
    }
}

@media(max-width:767px){

    .orre-pdp-kiji-gallery{
        display:flex!important;
        flex-direction:column-reverse!important;

        gap:7px!important;

        background:#fff!important;
    }

    .orre-pdp-kiji-thumbs{
        position:static!important;

        width:100%!important;
        max-height:none!important;

        display:flex!important;
        flex-direction:row!important;

        gap:6px!important;

        padding:0 8px 8px!important;

        overflow-x:auto!important;
        overflow-y:hidden!important;

        background:#fff!important;
    }

    .orre-pdp-kiji-thumb{
        width:64px!important;
        height:82px!important;

        flex:0 0 64px!important;
    }

    .orre-pdp-kiji-main-image{
        width:100%!important;

        min-height:0!important;
        max-height:none!important;

        aspect-ratio:4/5!important;

        object-fit:cover!important;
    }
}

.orre-home-section-header,
.orre-inside-head,
.orre-pdp-final-related-head,
.orre-pdp-v2-related-head,
.orre-pdp-related-head,
.orre-collection-title-wrap{
    text-align:center!important;
}

.orre-home-section-header{
    position:relative!important;

    display:flex!important;
    flex-direction:column!important;
    align-items:center!important;
    justify-content:center!important;

    gap:14px!important;

    padding-top:44px!important;
    padding-bottom:31px!important;
}

.orre-home-section-header h1,
.orre-home-section-header h2{
    position:relative!important;

    margin:0!important;
    padding:0 0 18px!important;

    color:#111!important;

    font-family:Arial,Helvetica,sans-serif!important;
    font-size:20px!important;
    font-weight:500!important;
    line-height:1.15!important;

    letter-spacing:.09em!important;
    text-transform:uppercase!important;
    text-align:center!important;
}

.orre-home-section-header h1::after,
.orre-home-section-header h2::after{
    content:""!important;

    position:absolute!important;
    left:50%!important;
    bottom:0!important;

    width:42px!important;
    height:3px!important;

    background:#bcbcbc!important;

    transform:translateX(-50%)!important;
}

.orre-home-section-header > a{
    margin-top:0!important;

    color:#555!important;

    font-size:9px!important;
    font-weight:500!important;
    letter-spacing:.10em!important;

    border-bottom:1px solid #777!important;
}

.orre-inside-head{
    padding-bottom:34px!important;
}

.orre-inside-head h2{
    position:relative!important;

    display:inline-block!important;

    margin:0!important;
    padding:0 0 20px!important;

    color:#111!important;

    font-family:Arial,Helvetica,sans-serif!important;
    font-size:30px!important;
    font-weight:500!important;
    line-height:1.1!important;

    letter-spacing:.065em!important;
    text-transform:uppercase!important;
    text-align:center!important;
}

.orre-inside-head h2::after{
    content:""!important;

    position:absolute!important;
    left:50%!important;
    bottom:0!important;

    width:42px!important;
    height:3px!important;

    background:#bcbcbc!important;

    transform:translateX(-50%)!important;
}

.orre-pdp-final-related-head,
.orre-pdp-v2-related-head,
.orre-pdp-related-head{
    text-align:center!important;

    padding-top:8px!important;
    padding-bottom:34px!important;
}

.orre-pdp-final-related-head h2,
.orre-pdp-v2-related-head h2,
.orre-pdp-related-head h2,
.orre-pdp-related .related > h2,
.orre-pdp-related .upsells > h2{
    position:relative!important;

    display:inline-block!important;

    margin:0 auto!important;
    padding:0 0 20px!important;

    color:#111!important;

    font-family:Arial,Helvetica,sans-serif!important;
    font-size:20px!important;
    font-weight:500!important;
    line-height:1.15!important;

    letter-spacing:.085em!important;
    text-transform:uppercase!important;
    text-align:center!important;
}

.orre-pdp-final-related-head h2::after,
.orre-pdp-v2-related-head h2::after,
.orre-pdp-related-head h2::after,
.orre-pdp-related .related > h2::after,
.orre-pdp-related .upsells > h2::after{
    content:""!important;

    position:absolute!important;
    left:50%!important;
    bottom:0!important;

    width:42px!important;
    height:3px!important;

    background:#bcbcbc!important;

    transform:translateX(-50%)!important;
}

.orre-collection-head{
    text-align:center!important;
}

.orre-collection-title-wrap{
    display:flex!important;
    flex-direction:column!important;
    align-items:center!important;
}

.orre-collection-title-wrap h1{
    position:relative!important;

    display:inline-block!important;

    margin:0!important;
    padding:0 0 20px!important;

    color:#111!important;

    font-family:Arial,Helvetica,sans-serif!important;
    font-size:25px!important;
    font-weight:500!important;
    line-height:1.1!important;

    letter-spacing:.085em!important;
    text-transform:uppercase!important;
    text-align:center!important;
}

.orre-collection-title-wrap h1::after{
    content:""!important;

    position:absolute!important;
    left:50%!important;
    bottom:0!important;

    width:42px!important;
    height:3px!important;

    background:#bcbcbc!important;

    transform:translateX(-50%)!important;
}

.orre-collection-description{
    margin-left:auto!important;
    margin-right:auto!important;
    text-align:center!important;
}

.orre-collection-subcats{
    justify-content:center!important;
}

.orre-home-newsletter > div{
    text-align:center!important;
}

.orre-home-newsletter h2{
    position:relative!important;

    display:inline-block!important;

    margin:0!important;
    padding:0 0 20px!important;

    text-align:center!important;
}

.orre-home-newsletter h2::after{
    content:""!important;

    position:absolute!important;
    left:50%!important;
    bottom:0!important;

    width:42px!important;
    height:3px!important;

    background:#bcbcbc!important;

    transform:translateX(-50%)!important;
}

.orre-home-newsletter p{
    margin-left:auto!important;
    margin-right:auto!important;
}

@media(max-width:767px){

    .orre-home-section-header{
        padding-top:34px!important;
        padding-bottom:25px!important;
    }

    .orre-home-section-header h1,
    .orre-home-section-header h2{
        font-size:16px!important;
        padding-bottom:16px!important;
    }

    .orre-inside-head h2{
        font-size:23px!important;
        padding-bottom:17px!important;
    }

    .orre-pdp-final-related-head h2,
    .orre-pdp-v2-related-head h2,
    .orre-pdp-related-head h2,
    .orre-pdp-related .related > h2,
    .orre-pdp-related .upsells > h2{
        font-size:16px!important;
        padding-bottom:17px!important;
    }

    .orre-collection-title-wrap h1{
        font-size:21px!important;
        padding-bottom:17px!important;
    }

    .orre-home-section-header h1::after,
    .orre-home-section-header h2::after,
    .orre-inside-head h2::after,
    .orre-pdp-final-related-head h2::after,
    .orre-pdp-v2-related-head h2::after,
    .orre-pdp-related-head h2::after,
    .orre-pdp-related .related > h2::after,
    .orre-pdp-related .upsells > h2::after,
    .orre-collection-title-wrap h1::after,
    .orre-home-newsletter h2::after{
        width:34px!important;
        height:2px!important;
    }
}

body.woocommerce-cart,
body.woocommerce-checkout,
body.woocommerce-cart #page,
body.woocommerce-checkout #page,
body.woocommerce-cart .website-wrapper,
body.woocommerce-checkout .website-wrapper,
body.woocommerce-cart .main-page-wrapper,
body.woocommerce-checkout .main-page-wrapper,
body.woocommerce-cart .site-content,
body.woocommerce-checkout .site-content{
    background:#fff!important;
    color:#111!important;
}

body.woocommerce-cart .main-page-wrapper,
body.woocommerce-checkout .main-page-wrapper{
    padding-top:0!important;
}

body.woocommerce-cart .container,
body.woocommerce-checkout .container,
body.woocommerce-cart .site-content,
body.woocommerce-checkout .site-content{
    width:100%!important;
    max-width:none!important;
}

body.woocommerce-cart .page-title,
body.woocommerce-checkout .page-title,
body.woocommerce-cart .wd-page-title,
body.woocommerce-checkout .wd-page-title,
body.woocommerce-cart .woocommerce-breadcrumb,
body.woocommerce-checkout .woocommerce-breadcrumb,
body.woocommerce-cart .wd-breadcrumbs,
body.woocommerce-checkout .wd-breadcrumbs{
    display:none!important;
}

body.woocommerce-cart,
body.woocommerce-checkout,
body.woocommerce-cart *,
body.woocommerce-checkout *{
    box-sizing:border-box!important;
}

body.woocommerce-cart .woocommerce{
    position:relative!important;
    width:min(1500px,calc(100% - 64px))!important;
    max-width:1500px!important;
    margin:0 auto!important;
    padding:72px 0 90px!important;
}

body.woocommerce-cart .woocommerce::before{
    content:"SHOPPING BAG"!important;

    display:block!important;

    margin:0 0 46px!important;
    padding:0 0 18px!important;

    color:#111!important;

    font-family:Arial,Helvetica,sans-serif!important;
    font-size:26px!important;
    font-weight:500!important;
    line-height:1!important;

    letter-spacing:.12em!important;
    text-align:center!important;
    text-transform:uppercase!important;
}

body.woocommerce-cart .woocommerce::after{
    content:""!important;
    display:block!important;
    clear:both!important;
}

body.woocommerce-cart .cart-content-wrapper,
body.woocommerce-cart .woocommerce-cart-form + .cart-collaterals{
    min-width:0!important;
}

body.woocommerce-cart .cart-content-wrapper{
    display:grid!important;
    grid-template-columns:minmax(0,1fr) 410px!important;
    gap:46px!important;
    align-items:start!important;
}

body.woocommerce-cart .woocommerce-cart-form{
    width:100%!important;
    min-width:0!important;
    margin:0!important;
    float:none!important;
}

body.woocommerce-cart .cart-collaterals{
    width:100%!important;
    min-width:0!important;
    margin:0!important;
    float:none!important;
}

body.woocommerce-cart table.shop_table{
    width:100%!important;
    margin:0!important;
    border:0!important;
    border-collapse:collapse!important;
    background:#fff!important;
}

body.woocommerce-cart table.shop_table thead{
    display:none!important;
}

body.woocommerce-cart table.shop_table tr.cart_item{
    border-top:1px solid #e8e8e8!important;
    border-bottom:1px solid #e8e8e8!important;
}

body.woocommerce-cart table.shop_table td{
    padding:24px 12px!important;
    vertical-align:middle!important;
    border:0!important;
    background:#fff!important;
}

body.woocommerce-cart td.product-remove{
    width:36px!important;
    padding-left:0!important;
    padding-right:4px!important;
}

body.woocommerce-cart td.product-remove a{
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;

    width:26px!important;
    height:26px!important;

    margin:0!important;

    background:transparent!important;
    color:#111!important;

    border:0!important;
    border-radius:0!important;

    font-size:20px!important;
    font-weight:300!important;
}

body.woocommerce-cart td.product-thumbnail{
    width:110px!important;
}

body.woocommerce-cart td.product-thumbnail img{
    display:block!important;

    width:92px!important;
    height:118px!important;

    object-fit:cover!important;
    object-position:center!important;

    background:#f3efed!important;
}

body.woocommerce-cart td.product-name{
    width:auto!important;
}

body.woocommerce-cart td.product-name a{
    color:#111!important;

    font-family:Arial,Helvetica,sans-serif!important;
    font-size:12px!important;
    font-weight:500!important;
    line-height:1.45!important;

    letter-spacing:.015em!important;
}

body.woocommerce-cart td.product-price,
body.woocommerce-cart td.product-subtotal{
    color:#111!important;
    font-size:12px!important;
    font-weight:500!important;
    white-space:nowrap!important;
}

body.woocommerce-cart td.product-subtotal{
    text-align:right!important;
}

body.woocommerce-cart .quantity{
    width:100px!important;
    height:42px!important;

    display:grid!important;
    grid-template-columns:30px 1fr 30px!important;

    margin:0!important;

    border:1px solid #d8d8d8!important;
    background:#fff!important;
}

body.woocommerce-cart .quantity .minus,
body.woocommerce-cart .quantity .plus{
    width:30px!important;
    height:40px!important;

    margin:0!important;
    padding:0!important;

    background:#fff!important;
    color:#111!important;

    border:0!important;
    border-radius:0!important;

    box-shadow:none!important;

    font-size:14px!important;
}

body.woocommerce-cart .quantity input.qty{
    width:100%!important;
    height:40px!important;

    margin:0!important;
    padding:0!important;

    background:#fff!important;
    color:#111!important;

    border:0!important;
    border-radius:0!important;

    box-shadow:none!important;

    text-align:center!important;
    font-size:11px!important;
}

body.woocommerce-cart td.actions{
    padding:22px 0 0!important;
    border:0!important;
}

body.woocommerce-cart .coupon{
    display:flex!important;
    align-items:stretch!important;
    gap:8px!important;
    float:left!important;
}

body.woocommerce-cart .coupon input{
    width:220px!important;
    height:46px!important;

    margin:0!important;
    padding:0 14px!important;

    background:#fff!important;
    color:#111!important;

    border:1px solid #d7d7d7!important;
    border-radius:0!important;

    box-shadow:none!important;

    font-size:11px!important;
}

body.woocommerce-cart .coupon button,
body.woocommerce-cart button[name="update_cart"]{
    min-height:46px!important;

    padding:0 22px!important;

    background:#000!important;
    color:#fff!important;

    border:1px solid #000!important;
    border-radius:0!important;

    box-shadow:none!important;

    font-size:9px!important;
    font-weight:600!important;
    line-height:1!important;

    letter-spacing:.11em!important;
    text-transform:uppercase!important;
}

body.woocommerce-cart button[name="update_cart"]{
    float:right!important;
}

body.woocommerce-cart .coupon button:hover,
body.woocommerce-cart button[name="update_cart"]:hover{
    background:#fff!important;
    color:#000!important;
}

body.woocommerce-cart .cart_totals{
    width:100%!important;

    margin:0!important;
    padding:32px!important;

    background:#f7f7f6!important;

    border:0!important;
    outline:1px solid #e1e1e1!important;
    outline-offset:-14px!important;
}

body.woocommerce-cart .cart_totals h2{
    position:relative!important;

    margin:0 0 28px!important;
    padding:0 0 19px!important;

    color:#111!important;

    font-size:16px!important;
    font-weight:500!important;
    line-height:1!important;

    letter-spacing:.10em!important;
    text-align:center!important;
    text-transform:uppercase!important;
}

body.woocommerce-cart .cart_totals h2::after{
    content:""!important;

    position:absolute!important;
    left:50%!important;
    bottom:0!important;

    width:38px!important;
    height:2px!important;

    background:#bbb!important;

    transform:translateX(-50%)!important;
}

body.woocommerce-cart .cart_totals table{
    width:100%!important;
    margin:0!important;
    border:0!important;
    background:transparent!important;
}

body.woocommerce-cart .cart_totals th,
body.woocommerce-cart .cart_totals td{
    padding:17px 0!important;

    background:transparent!important;

    border:0!important;
    border-bottom:1px solid #dedede!important;

    color:#111!important;

    font-size:11px!important;
    line-height:1.4!important;
}

body.woocommerce-cart .cart_totals td{
    text-align:right!important;
}

body.woocommerce-cart .cart_totals .order-total th,
body.woocommerce-cart .cart_totals .order-total td{
    font-size:15px!important;
    font-weight:600!important;
}

body.woocommerce-cart .wc-proceed-to-checkout{
    padding:26px 0 0!important;
}

body.woocommerce-cart .checkout-button{
    width:100%!important;
    min-height:50px!important;

    display:flex!important;
    align-items:center!important;
    justify-content:center!important;

    margin:0!important;
    padding:0 18px!important;

    background:#000!important;
    color:#fff!important;

    border:1px solid #000!important;
    border-radius:0!important;

    box-shadow:none!important;

    font-size:9px!important;
    font-weight:600!important;
    line-height:1!important;

    letter-spacing:.12em!important;
    text-transform:uppercase!important;
}

body.woocommerce-cart .checkout-button:hover{
    background:#fff!important;
    color:#000!important;
}

body.woocommerce-checkout .woocommerce{
    width:min(1380px,calc(100% - 64px))!important;
    max-width:1380px!important;

    margin:0 auto!important;
    padding:72px 0 90px!important;
}

body.woocommerce-checkout .woocommerce-form-coupon-toggle{
    margin:0 0 40px!important;
}

body.woocommerce-checkout .woocommerce-info{
    margin:0!important;
    padding:15px 18px!important;

    background:#f7f7f6!important;
    color:#444!important;

    border:0!important;
    border-left:2px solid #111!important;

    font-size:10px!important;
    line-height:1.45!important;
}

body.woocommerce-checkout .woocommerce-info::before{
    display:none!important;
}

body.woocommerce-checkout .woocommerce-info a{
    color:#111!important;
    border-bottom:1px solid #111!important;
}

body.woocommerce-checkout form.checkout::before{
    content:"CHECKOUT"!important;

    display:block!important;
    grid-column:1 / -1!important;

    margin:0 0 48px!important;
    padding:0 0 19px!important;

    color:#111!important;

    font-family:Arial,Helvetica,sans-serif!important;
    font-size:26px!important;
    font-weight:500!important;
    line-height:1!important;

    letter-spacing:.12em!important;
    text-align:center!important;
    text-transform:uppercase!important;
}

body.woocommerce-checkout form.checkout{
    display:grid!important;
    grid-template-columns:minmax(0,1.18fr) minmax(420px,.82fr)!important;
    column-gap:72px!important;
    row-gap:0!important;

    align-items:start!important;

    width:100%!important;
}

body.woocommerce-checkout #customer_details,
body.woocommerce-checkout .col2-set,
body.woocommerce-checkout .checkout-order-review,
body.woocommerce-checkout .woocommerce-checkout-review-order,
body.woocommerce-checkout #order_review{
    width:100%!important;
    max-width:none!important;

    margin:0!important;
    float:none!important;
}

body.woocommerce-checkout #customer_details{
    grid-column:1!important;
}

body.woocommerce-checkout #order_review_heading,
body.woocommerce-checkout #order_review,
body.woocommerce-checkout .checkout-order-review{
    grid-column:2!important;
}

body.woocommerce-checkout .col2-set{
    display:block!important;
}

body.woocommerce-checkout .col2-set .col-1,
body.woocommerce-checkout .col2-set .col-2{
    width:100%!important;
    max-width:none!important;

    margin:0!important;
    padding:0!important;

    float:none!important;
}

body.woocommerce-checkout .woocommerce-billing-fields > h3,
body.woocommerce-checkout .woocommerce-shipping-fields h3,
body.woocommerce-checkout #order_review_heading,
body.woocommerce-checkout .checkout-order-review > h3{
    position:relative!important;

    margin:0 0 28px!important;
    padding:0 0 18px!important;

    color:#111!important;

    font-family:Arial,Helvetica,sans-serif!important;
    font-size:15px!important;
    font-weight:500!important;
    line-height:1!important;

    letter-spacing:.10em!important;
    text-transform:uppercase!important;
}

body.woocommerce-checkout .woocommerce-billing-fields > h3::after,
body.woocommerce-checkout .woocommerce-shipping-fields h3::after,
body.woocommerce-checkout #order_review_heading::after{
    content:""!important;

    position:absolute!important;
    left:0!important;
    bottom:0!important;

    width:38px!important;
    height:2px!important;

    background:#bbb!important;
}

body.woocommerce-checkout .woocommerce-billing-fields__field-wrapper,
body.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper{
    display:grid!important;
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:18px 16px!important;
}

body.woocommerce-checkout .form-row{
    width:100%!important;
    max-width:none!important;

    margin:0!important;
    padding:0!important;

    float:none!important;
}

body.woocommerce-checkout .form-row-wide,
body.woocommerce-checkout #billing_company_field,
body.woocommerce-checkout #billing_country_field,
body.woocommerce-checkout #billing_address_1_field,
body.woocommerce-checkout #billing_address_2_field,
body.woocommerce-checkout #billing_city_field,
body.woocommerce-checkout #billing_state_field,
body.woocommerce-checkout #billing_postcode_field,
body.woocommerce-checkout #order_comments_field{
    grid-column:1 / -1!important;
}

body.woocommerce-checkout .form-row label{
    display:block!important;

    margin:0 0 7px!important;

    color:#333!important;

    font-size:10px!important;
    font-weight:500!important;
    line-height:1.2!important;
}

body.woocommerce-checkout input.input-text,
body.woocommerce-checkout textarea,
body.woocommerce-checkout select,
body.woocommerce-checkout .select2-container .select2-selection{
    width:100%!important;
    min-height:47px!important;

    margin:0!important;
    padding:0 13px!important;

    background:#fff!important;
    color:#111!important;

    border:1px solid #d7d7d7!important;
    border-radius:0!important;

    box-shadow:none!important;

    font-size:11px!important;
}

body.woocommerce-checkout textarea{
    min-height:110px!important;
    padding-top:12px!important;
}

body.woocommerce-checkout input.input-text:focus,
body.woocommerce-checkout textarea:focus,
body.woocommerce-checkout select:focus{
    border-color:#111!important;
    outline:0!important;
}

body.woocommerce-checkout .select2-container .select2-selection__rendered{
    line-height:45px!important;
    padding-left:0!important;
}

body.woocommerce-checkout .select2-container .select2-selection__arrow{
    height:45px!important;
}

body.woocommerce-checkout #order_review,
body.woocommerce-checkout .checkout-order-review{
    position:sticky!important;
    top:92px!important;

    padding:32px!important;

    background:#f7f7f6!important;

    border:0!important;
    outline:1px solid #e1e1e1!important;
    outline-offset:-14px!important;
}

body.woocommerce-checkout #order_review_heading{
    text-align:center!important;
}

body.woocommerce-checkout #order_review_heading::after{
    left:50%!important;
    transform:translateX(-50%)!important;
}

body.woocommerce-checkout table.shop_table{
    width:100%!important;

    margin:0!important;

    border:0!important;
    border-collapse:collapse!important;

    background:transparent!important;
}

body.woocommerce-checkout table.shop_table thead th{
    padding:12px 0!important;

    color:#777!important;

    border:0!important;
    border-bottom:1px solid #ddd!important;

    font-size:9px!important;
    font-weight:500!important;
    letter-spacing:.08em!important;
    text-transform:uppercase!important;
}

body.woocommerce-checkout table.shop_table th,
body.woocommerce-checkout table.shop_table td{
    padding:15px 0!important;

    background:transparent!important;

    border:0!important;
    border-bottom:1px solid #ddd!important;

    color:#111!important;

    font-size:11px!important;
    line-height:1.45!important;
}

body.woocommerce-checkout table.shop_table td.product-total,
body.woocommerce-checkout table.shop_table tfoot td{
    text-align:right!important;
    white-space:nowrap!important;
}

body.woocommerce-checkout table.shop_table .product-name{
    padding-right:16px!important;
}

body.woocommerce-checkout table.shop_table .product-quantity{
    color:#777!important;
}

body.woocommerce-checkout .order-total th,
body.woocommerce-checkout .order-total td{
    font-size:15px!important;
    font-weight:600!important;
}

body.woocommerce-checkout #payment{
    margin:26px 0 0!important;
    padding:0!important;

    background:transparent!important;

    border:0!important;
    border-radius:0!important;
}

body.woocommerce-checkout #payment ul.payment_methods{
    margin:0!important;
    padding:0!important;

    border:0!important;
}

body.woocommerce-checkout #payment ul.payment_methods li{
    margin:0!important;
    padding:15px 0!important;

    border-bottom:1px solid #ddd!important;

    color:#111!important;

    font-size:11px!important;
}

body.woocommerce-checkout #payment div.payment_box{
    margin:12px 0 0!important;
    padding:13px!important;

    background:#fff!important;
    color:#555!important;

    border:1px solid #ddd!important;
    border-radius:0!important;

    font-size:10px!important;
    line-height:1.55!important;
}

body.woocommerce-checkout #payment div.payment_box::before{
    display:none!important;
}

body.woocommerce-checkout .place-order{
    padding:26px 0 0!important;
}

body.woocommerce-checkout #place_order{
    width:100%!important;
    min-height:52px!important;

    display:flex!important;
    align-items:center!important;
    justify-content:center!important;

    margin:0!important;
    padding:0 20px!important;

    background:#000!important;
    color:#fff!important;

    border:1px solid #000!important;
    border-radius:0!important;

    box-shadow:none!important;

    font-size:9px!important;
    font-weight:600!important;
    line-height:1!important;

    letter-spacing:.12em!important;
    text-transform:uppercase!important;
}

body.woocommerce-checkout #place_order:hover{
    background:#fff!important;
    color:#000!important;
}

@media(max-width:1100px){

    body.woocommerce-cart .cart-content-wrapper{
        grid-template-columns:minmax(0,1fr) 360px!important;
        gap:28px!important;
    }

    body.woocommerce-checkout form.checkout{
        grid-template-columns:minmax(0,1fr) 380px!important;
        column-gap:40px!important;
    }
}

@media(max-width:767px){

    body.woocommerce-cart .woocommerce,
    body.woocommerce-checkout .woocommerce{
        width:calc(100% - 28px)!important;
        padding:42px 0 60px!important;
    }

    body.woocommerce-cart .woocommerce::before,
    body.woocommerce-checkout form.checkout::before{
        font-size:18px!important;
        margin-bottom:30px!important;
    }

    body.woocommerce-cart .cart-content-wrapper{
        display:block!important;
    }

    body.woocommerce-cart table.shop_table tr.cart_item{
        display:grid!important;
        grid-template-columns:24px 78px minmax(0,1fr)!important;
        column-gap:10px!important;
        row-gap:9px!important;

        padding:16px 0!important;
    }

    body.woocommerce-cart table.shop_table td{
        padding:0!important;
    }

    body.woocommerce-cart td.product-thumbnail{
        width:78px!important;
    }

    body.woocommerce-cart td.product-thumbnail img{
        width:78px!important;
        height:100px!important;
    }

    body.woocommerce-cart td.product-name{
        grid-column:3!important;
    }

    body.woocommerce-cart td.product-price,
    body.woocommerce-cart td.product-quantity,
    body.woocommerce-cart td.product-subtotal{
        grid-column:3!important;
        text-align:left!important;
    }

    body.woocommerce-cart td.actions{
        display:block!important;
        padding-top:20px!important;
    }

    body.woocommerce-cart .coupon{
        width:100%!important;

        display:grid!important;
        grid-template-columns:1fr auto!important;

        float:none!important;
    }

    body.woocommerce-cart .coupon input{
        width:100%!important;
    }

    body.woocommerce-cart button[name="update_cart"]{
        width:100%!important;
        margin-top:10px!important;
        float:none!important;
    }

    body.woocommerce-cart .cart-collaterals{
        margin-top:32px!important;
    }

    body.woocommerce-cart .cart_totals{
        padding:26px 20px!important;
    }

    body.woocommerce-checkout form.checkout{
        display:block!important;
    }

    body.woocommerce-checkout .woocommerce-billing-fields__field-wrapper,
    body.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper{
        grid-template-columns:1fr!important;
    }

    body.woocommerce-checkout .form-row,
    body.woocommerce-checkout .form-row-wide,
    body.woocommerce-checkout #billing_company_field,
    body.woocommerce-checkout #billing_country_field,
    body.woocommerce-checkout #billing_address_1_field,
    body.woocommerce-checkout #billing_address_2_field,
    body.woocommerce-checkout #billing_city_field,
    body.woocommerce-checkout #billing_state_field,
    body.woocommerce-checkout #billing_postcode_field,
    body.woocommerce-checkout #order_comments_field{
        grid-column:1!important;
    }

    body.woocommerce-checkout #order_review_heading{
        margin-top:42px!important;
    }

    body.woocommerce-checkout #order_review,
    body.woocommerce-checkout .checkout-order-review{
        position:static!important;
        margin-top:0!important;
        padding:26px 20px!important;
    }
}

.orre-inside,
.orre-inside-shell,
.orre-inside-track{
    background:#fff !important;
}

.orre-inside{
    color:#111 !important;
}

body.woocommerce-cart td.product-remove a{
    position:relative!important;

    width:28px!important;
    height:28px!important;

    display:flex!important;
    align-items:center!important;
    justify-content:center!important;

    margin:0!important;
    padding:0!important;

    background:transparent!important;
    color:transparent!important;

    border:0!important;
    border-radius:0!important;

    font-size:0!important;
    line-height:1!important;

    box-shadow:none!important;
}

body.woocommerce-cart td.product-remove a::before,
body.woocommerce-cart td.product-remove a::after{
    content:""!important;

    position:absolute!important;
    top:50%!important;
    left:50%!important;

    width:14px!important;
    height:1.5px!important;

    background:#111!important;

    transform-origin:center!important;
}

body.woocommerce-cart td.product-remove a::before{
    transform:translate(-50%,-50%) rotate(45deg)!important;
}

body.woocommerce-cart td.product-remove a::after{
    transform:translate(-50%,-50%) rotate(-45deg)!important;
}

body.woocommerce-cart table.shop_table tr.cart_item{
    min-height:160px!important;
}

body.woocommerce-cart table.shop_table td{
    padding-top:26px!important;
    padding-bottom:26px!important;
}

body.woocommerce-cart td.product-remove{
    width:46px!important;
    padding-left:4px!important;
    padding-right:8px!important;
}

body.woocommerce-cart td.product-thumbnail{
    width:118px!important;
}

body.woocommerce-cart td.product-thumbnail img{
    width:96px!important;
    height:124px!important;

    object-fit:cover!important;
}

body.woocommerce-cart td.product-name{
    padding-left:6px!important;
}

body.woocommerce-cart td.product-name a{
    font-size:12px!important;
    font-weight:500!important;
    letter-spacing:.01em!important;
}

body.woocommerce-cart .quantity{
    width:104px!important;
    height:42px!important;
}

body.woocommerce-cart td.product-subtotal{
    padding-right:14px!important;
}

body.woocommerce-cart td.actions{
    padding:28px 16px 0!important;
}

body.woocommerce-cart .coupon{
    gap:10px!important;
}

body.woocommerce-cart .coupon input{
    width:230px!important;
}

body.woocommerce-cart .coupon button{
    min-width:170px!important;
}

body.woocommerce-cart button[name="update_cart"]

body.woocommerce-cart .cart_totals,
body.woocommerce-cart .cart_totals table,
body.woocommerce-cart .cart_totals tbody,
body.woocommerce-cart .cart_totals tr,
body.woocommerce-cart .cart_totals th,
body.woocommerce-cart .cart_totals td{
    background:transparent !important;
}

body.woocommerce-cart .cart_totals table{
    border:0 !important;
    box-shadow:none !important;
}

body.woocommerce-cart .cart_totals tr{
    border:0 !important;
}

body.woocommerce-cart .cart_totals th,
body.woocommerce-cart .cart_totals td{
    border-left:0 !important;
    border-right:0 !important;
}

body.woocommerce-cart .cart_totals tr:not(:last-child) th,
body.woocommerce-cart .cart_totals tr:not(:last-child) td{
    border-bottom:1px solid #dedede !important;
}

body.woocommerce-cart .cart_totals{
    background:#f7f7f6 !important;
}

body.woocommerce-cart .cart_totals .shop_table,
body.woocommerce-cart .cart_totals .shop_table tbody,
body.woocommerce-cart .cart_totals .shop_table tr,
body.woocommerce-cart .cart_totals .shop_table th,
body.woocommerce-cart .cart_totals .shop_table td,
body.woocommerce-cart .cart_totals table,
body.woocommerce-cart .cart_totals tbody,
body.woocommerce-cart .cart_totals tr,
body.woocommerce-cart .cart_totals th,
body.woocommerce-cart .cart_totals td{
    background-color:transparent !important;
    background-image:none !important;
    box-shadow:none !important;
}

body.woocommerce-cart .cart_totals .shop_table *{
    background-color:transparent !important;
    background-image:none !important;
}

body.woocommerce-cart .cart_totals th,
body.woocommerce-cart .cart_totals td{
    border-left:0 !important;
    border-right:0 !important;
}

body.woocommerce-cart .cart_totals tr{
    border-bottom:1px solid #dedede !important;
}

body.woocommerce-cart .cart_totals tr:last-child{
    border-bottom:0 !important;
}

body.woocommerce-cart .cart_totals .cart-subtotal th,
body.woocommerce-cart .cart_totals .cart-subtotal td,
body.woocommerce-cart .cart_totals .order-total th,
body.woocommerce-cart .cart_totals .order-total td{
    background:transparent !important;
}

body.woocommerce-cart .cart_totals .checkout-button{
    background:#000 !important;
    color:#fff !important;
}

.orre-home-v3,
.orre-collection-page,
.orre-pdp-final,
.orre-inside,
body.woocommerce-cart .woocommerce,
body.woocommerce-checkout .woocommerce{
    font-family:Arial,Helvetica,sans-serif!important;
    -webkit-font-smoothing:antialiased!important;
    text-rendering:optimizeLegibility!important;
}

.orre-home-section-header{
    padding-top:48px!important;
    padding-bottom:34px!important;
}

.orre-home-section-header h1,
.orre-home-section-header h2{
    font-size:26px!important;
    font-weight:600!important;
    line-height:1.12!important;
    letter-spacing:.075em!important;
}

.orre-home-section-header > a{
    font-size:10px!important;
    font-weight:600!important;
    letter-spacing:.10em!important;
}

.orre-home-product-name{
    font-size:12px!important;
    font-weight:600!important;
    line-height:1.42!important;
    letter-spacing:.018em!important;
}

.orre-home-product-price{
    margin-top:6px!important;
    font-size:11.5px!important;
    font-weight:500!important;
    line-height:1.4!important;
}

.orre-home-product-info{
    padding:12px 13px 2px!important;
}

.orre-home-product-media,
.orre-collection-card-media,
.orre-pdp-final-related-image{
    aspect-ratio:4/5!important;
}

.orre-home-product-media img,
.orre-collection-card-media img,
.orre-pdp-final-related-image img{
    object-fit:cover!important;
    object-position:center!important;
}

.orre-home-editorial-overlay > span{
    font-size:10px!important;
    font-weight:700!important;
}

.orre-home-editorial-overlay h2{
    font-weight:500!important;
    line-height:1.02!important;
    letter-spacing:-.025em!important;
}

.orre-inside,
.orre-inside-shell,
.orre-inside-track{
    background:#fff!important;
}

.orre-inside-head{
    padding-top:4px!important;
    padding-bottom:38px!important;
}

.orre-inside-head h2{
    font-size:32px!important;
    font-weight:600!important;
    line-height:1.08!important;
    letter-spacing:.065em!important;
}

.orre-inside-video{
    position:absolute!important;
    inset:0!important;
    width:100%!important;
    height:100%!important;
    display:block!important;
    object-fit:cover!important;
    object-position:center!important;
}

.orre-inside-placeholder{
    position:absolute!important;
    inset:0!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    background:#d7d7d7!important;
    color:#fff!important;
    font-size:11px!important;
    font-weight:600!important;
    letter-spacing:.08em!important;
}

.orre-collection-title-wrap h1{
    font-size:30px!important;
    font-weight:600!important;
    line-height:1.1!important;
    letter-spacing:.075em!important;
}

.orre-collection-description{
    font-size:12px!important;
    line-height:1.65!important;
}

.orre-collection-subcats a,
.orre-filter-open,
.orre-result-count,
.orre-collection-sort select{
    font-weight:600!important;
}

.orre-collection-product-name{
    font-size:12px!important;
    font-weight:600!important;
    line-height:1.42!important;
}

.orre-collection-product-price{
    margin-top:6px!important;
    font-size:11.5px!important;
    font-weight:500!important;
}

.orre-pdp-final-title{
    font-size:31px!important;
    font-weight:600!important;
    line-height:1.08!important;
    letter-spacing:.005em!important;
}

.orre-pdp-final-price{
    font-size:19px!important;
    font-weight:600!important;
}

.orre-pdp-final-detail summary > span:first-child{
    font-size:11px!important;
    font-weight:600!important;
}

.orre-pdp-final-detail-content{
    font-size:12px!important;
    line-height:1.75!important;
}

.orre-pdp-final-related-head h2{
    font-size:22px!important;
    font-weight:600!important;
}

body.woocommerce-cart .woocommerce::before{
    font-size:28px!important;
    font-weight:600!important;
}

body.woocommerce-cart td.product-name a{
    font-size:13px!important;
    font-weight:600!important;
}

body.woocommerce-cart td.product-price,
body.woocommerce-cart td.product-subtotal{
    font-size:12.5px!important;
    font-weight:600!important;
}

body.woocommerce-cart .cart_totals h2{
    font-size:18px!important;
    font-weight:600!important;
}

body.woocommerce-cart .cart_totals,
body.woocommerce-cart .cart_totals .shop_table,
body.woocommerce-cart .cart_totals .shop_table tbody,
body.woocommerce-cart .cart_totals .shop_table tr,
body.woocommerce-cart .cart_totals .shop_table th,
body.woocommerce-cart .cart_totals .shop_table td,
body.woocommerce-cart .cart_totals .shop_table *{
    background-color:transparent!important;
    background-image:none!important;
    box-shadow:none!important;
}

body.woocommerce-cart .cart_totals{
    background:#f7f7f6!important;
}

body.woocommerce-checkout form.checkout::before{
    font-size:28px!important;
    font-weight:600!important;
}

body.woocommerce-checkout .woocommerce-billing-fields > h3,
body.woocommerce-checkout .woocommerce-shipping-fields h3,
body.woocommerce-checkout #order_review_heading,
body.woocommerce-checkout .checkout-order-review > h3{
    font-size:17px!important;
    font-weight:600!important;
}

body.woocommerce-checkout .form-row label{
    font-size:11px!important;
    font-weight:600!important;
}

body.woocommerce-checkout input.input-text,
body.woocommerce-checkout textarea,
body.woocommerce-checkout select,
body.woocommerce-checkout .select2-container .select2-selection{
    font-size:12px!important;
}

footer h1,
footer h2,
footer h3,
footer h4,
footer h5,
footer h6,
.site-footer h1,
.site-footer h2,
.site-footer h3,
.site-footer h4,
.site-footer h5,
.site-footer h6,
.footer-widget-title,
.widget-title{
    font-size:12px!important;
    font-weight:700!important;
}

footer p,
.site-footer p,
footer a,
.site-footer a{
    font-size:12px!important;
    line-height:1.7!important;
}

@media(max-width:1024px){
    .orre-home-section-header h1,
    .orre-home-section-header h2{
        font-size:22px!important;
    }

    .orre-inside-head h2{
        font-size:28px!important;
    }

    .orre-collection-title-wrap h1{
        font-size:27px!important;
    }
}

@media(max-width:767px){
    .orre-home-section-header{
        padding-top:34px!important;
        padding-bottom:25px!important;
    }

    .orre-home-section-header h1,
    .orre-home-section-header h2{
        font-size:18px!important;
        font-weight:600!important;
    }

    .orre-home-product-name,
    .orre-collection-product-name{
        font-size:10.5px!important;
    }

    .orre-home-product-price,
    .orre-collection-product-price{
        font-size:10px!important;
    }

    .orre-inside-head h2{
        font-size:24px!important;
    }

    .orre-collection-title-wrap h1{
        font-size:23px!important;
    }

    .orre-pdp-final-title{
        font-size:24px!important;
    }

    .orre-pdp-final-related-head h2{
        font-size:17px!important;
    }

    body.woocommerce-cart .woocommerce::before,
    body.woocommerce-checkout form.checkout::before{
        font-size:20px!important;
    }
}

body.home .orre-nav-header{
    position:sticky!important;
    top:0!important;
    left:auto!important;
    right:auto!important;
    height:64px!important;
    background:rgba(0,0,0,.92)!important;
    backdrop-filter:blur(12px)!important;
    -webkit-backdrop-filter:blur(12px)!important;
}

body.home .orre-nav-inner{
    height:64px!important;
}

body.home .orre-home-hero{
    padding-top:0!important;
    min-height:calc(100vh - 64px)!important;
}

body.home .orre-home-hero-bg{
    inset:0!important;
    background-position:center center!important;
}

.orre-global-categories{
    position:relative!important;
    z-index:9990!important;

    width:100%!important;

    padding:12px 18px!important;

    background:#fff!important;

    border-bottom:1px solid #e8e8e8!important;
}

.orre-global-categories-track{
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;

    gap:8px!important;

    width:100%!important;

    overflow-x:auto!important;

    scrollbar-width:none!important;
    -ms-overflow-style:none!important;
}

.orre-global-categories-track::-webkit-scrollbar{
    display:none!important;
}

.orre-global-categories a{
    flex:0 0 auto!important;

    min-height:34px!important;

    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;

    padding:0 16px!important;

    background:#fff!important;
    color:#111!important;

    border:1px solid #d8d8d8!important;
    border-radius:999px!important;

    font-family:Arial,Helvetica,sans-serif!important;
    font-size:10px!important;
    font-weight:600!important;
    line-height:1!important;

    letter-spacing:.09em!important;
    text-transform:uppercase!important;

    transition:all .22s ease!important;
}

.orre-global-categories a:hover{
    background:#000!important;
    color:#fff!important;
    border-color:#000!important;
}

.orre-collection-subcats{
    justify-content:center!important;
    flex-wrap:wrap!important;
    gap:8px!important;
}

.orre-collection-subcats a{
    min-height:35px!important;

    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;

    padding:0 17px 0!important;

    background:#fff!important;
    color:#333!important;

    border:1px solid #ddd!important;
    border-radius:999px!important;

    font-size:10px!important;
    font-weight:600!important;

    letter-spacing:.09em!important;
}

.orre-collection-subcats a.active,
.orre-collection-subcats a:hover{
    background:#000!important;
    color:#fff!important;
    border-color:#000!important;
}

.orre-home-section-header{
    position:relative!important;

    flex-direction:column!important;
    align-items:center!important;
    justify-content:center!important;

    gap:16px!important;

    padding:54px 24px 36px!important;

    text-align:center!important;
}

.orre-home-section-header h1,
.orre-home-section-header h2,
.orre-collection-title-wrap h1,
.orre-pdp-final-related-head h2{
    position:relative!important;

    margin:0!important;
    padding:0 0 19px!important;

    color:#0d0d0d!important;

    font-family:Arial,Helvetica,sans-serif!important;
    font-weight:700!important;
    line-height:1.05!important;

    letter-spacing:.07em!important;
    text-transform:uppercase!important;
    text-align:center!important;
}

.orre-home-section-header h1,
.orre-home-section-header h2{
    font-size:clamp(24px,2vw,34px)!important;
}

.orre-collection-title-wrap h1{
    font-size:clamp(28px,2.4vw,40px)!important;
}

.orre-pdp-final-related-head{
    padding:68px 24px 38px!important;
    text-align:center!important;
}

.orre-pdp-final-related-head h2{
    display:inline-block!important;
    font-size:clamp(25px,2.1vw,36px)!important;
}

.orre-home-section-header h1::after,
.orre-home-section-header h2::after,
.orre-collection-title-wrap h1::after,
.orre-pdp-final-related-head h2::after{
    content:""!important;

    position:absolute!important;
    left:50%!important;
    bottom:0!important;

    width:48px!important;
    height:3px!important;

    background:#b8b8b8!important;

    transform:translateX(-50%)!important;
}

.orre-heading-kicker{
    display:block!important;

    margin:0 0 10px!important;

    color:#777!important;

    font-size:9px!important;
    font-weight:700!important;
    line-height:1!important;

    letter-spacing:.18em!important;
    text-transform:uppercase!important;
}

.orre-home-section-header .orre-section-cta,
.orre-home-section-header > a{
    min-height:40px!important;

    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;

    margin:0!important;
    padding:0 22px!important;

    background:#fff!important;
    color:#111!important;

    border:1px solid #111!important;
    border-radius:999px!important;

    font-size:10px!important;
    font-weight:700!important;
    line-height:1!important;

    letter-spacing:.11em!important;
    text-transform:uppercase!important;

    transition:all .22s ease!important;
}

.orre-home-section-header .orre-section-cta:hover,
.orre-home-section-header > a:hover{
    background:#000!important;
    color:#fff!important;
}

.orre-slider-shell{
    position:relative!important;
    width:100%!important;
}

.orre-product-slider{
    display:flex!important;
    grid-template-columns:none!important;

    gap:1px!important;

    width:100%!important;

    overflow-x:auto!important;
    overflow-y:hidden!important;

    scroll-snap-type:x mandatory!important;
    scroll-behavior:smooth!important;

    scrollbar-width:none!important;
    -ms-overflow-style:none!important;
}

.orre-product-slider::-webkit-scrollbar{
    display:none!important;
}

.orre-product-slider > .orre-home-product,
.orre-product-slider > .orre-pdp-final-related-card{
    flex:0 0 25%!important;
    min-width:0!important;

    scroll-snap-align:start!important;
}

.orre-home-product-name,
.orre-pdp-final-related-info a{
    font-size:12px!important;
    font-weight:600!important;
    line-height:1.4!important;
    letter-spacing:.018em!important;
}

.orre-home-product-price,
.orre-pdp-final-related-info span{
    font-size:11.5px!important;
    font-weight:500!important;
}

.orre-slider-arrow{
    position:absolute!important;
    top:50%!important;

    z-index:15!important;

    width:50px!important;
    height:50px!important;

    display:flex!important;
    align-items:center!important;
    justify-content:center!important;

    margin:0!important;
    padding:0!important;

    background:rgba(255,255,255,.96)!important;
    color:#111!important;

    border:1px solid rgba(0,0,0,.16)!important;
    border-radius:999px!important;

    box-shadow:0 4px 18px rgba(0,0,0,.10)!important;

    transform:translateY(-50%)!important;

    cursor:pointer!important;

    transition:all .2s ease!important;
}

.orre-slider-prev{
    left:20px!important;
}

.orre-slider-next{
    right:20px!important;
}

.orre-slider-arrow:hover{
    background:#000!important;
    color:#fff!important;
    border-color:#000!important;
}

.orre-slider-arrow span{
    position:relative!important;

    display:block!important;

    width:14px!important;
    height:14px!important;
}

.orre-slider-arrow span::before{
    content:""!important;

    position:absolute!important;
    top:50%!important;
    left:50%!important;

    width:8px!important;
    height:8px!important;

    border-top:1.8px solid currentColor!important;
    border-right:1.8px solid currentColor!important;
}

.orre-slider-next span::before{
    transform:translate(-65%,-50%) rotate(45deg)!important;
}

.orre-slider-prev span::before{
    transform:translate(-35%,-50%) rotate(-135deg)!important;
}

.orre-pdp-final-related-grid{
    grid-template-columns:none!important;
}

.orre-related-slider-shell{
    padding-bottom:4px!important;
}

body.tax-product_cat .orre-collection-page,
body.single-product .orre-single-product-page{
    scroll-margin-top:120px!important;
}

body.single-product .orre-pdp-final-summary-inner{
    top:118px!important;
}

@media(max-width:1024px){

    .orre-product-slider > .orre-home-product,
    .orre-product-slider > .orre-pdp-final-related-card{
        flex-basis:33.333333%!important;
    }

    .orre-global-categories-track{
        justify-content:flex-start!important;
    }
}

@media(max-width:767px){

    .orre-global-categories{
        padding:9px 10px!important;
    }

    .orre-global-categories a{
        min-height:32px!important;
        padding:0 13px!important;
        font-size:9px!important;
    }

    .orre-home-section-header{
        padding:38px 14px 28px!important;
        gap:13px!important;
    }

    .orre-home-section-header h1,
    .orre-home-section-header h2{
        font-size:21px!important;
    }

    .orre-collection-title-wrap h1{
        font-size:25px!important;
    }

    .orre-pdp-final-related-head{
        padding:50px 14px 28px!important;
    }

    .orre-pdp-final-related-head h2{
        font-size:22px!important;
    }

    .orre-home-section-header .orre-section-cta,
    .orre-home-section-header > a{
        min-height:36px!important;
        padding:0 17px!important;
        font-size:9px!important;
    }

    .orre-product-slider > .orre-home-product,
    .orre-product-slider > .orre-pdp-final-related-card{
        flex-basis:78vw!important;
        max-width:330px!important;
    }

    .orre-slider-arrow{
        display:none!important;
    }

    body.single-product .orre-pdp-final-summary-inner{
        top:auto!important;
    }
}

.orre-global-categories{
    display:none!important;
}

.orre-collection-subcats{
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    flex-wrap:wrap!important;

    gap:10px!important;

    margin-top:30px!important;
}

.orre-collection-subcats a{
    min-width:86px!important;
    min-height:40px!important;

    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;

    padding:0 18px!important;

    background:#000!important;
    color:#fff!important;

    border:1px solid #000!important;
    border-radius:0!important;

    box-shadow:none!important;

    font-family:Arial,Helvetica,sans-serif!important;
    font-size:10px!important;
    font-weight:700!important;
    line-height:1!important;

    letter-spacing:.11em!important;
    text-transform:uppercase!important;

    transition:
        background .2s ease,
        color .2s ease,
        border-color .2s ease!important;
}

.orre-collection-subcats a.active{
    background:#fff!important;
    color:#000!important;
    border-color:#000!important;
}

.orre-collection-subcats a:hover{
    background:#222!important;
    color:#fff!important;
    border-color:#222!important;
}

.orre-collection-subcats a.active:hover{
    background:#000!important;
    color:#fff!important;
}

.orre-product-slider,
[data-orre-slider]{
    overscroll-behavior-x:contain!important;
    overscroll-behavior-y:auto!important;
}

[data-orre-slider]{
    cursor:grab!important;
}

[data-orre-slider].is-dragging{
    cursor:grabbing!important;
    user-select:none!important;
}

@media(max-width:767px){

    .orre-collection-subcats{
        justify-content:flex-start!important;
        flex-wrap:nowrap!important;

        gap:7px!important;

        overflow-x:auto!important;

        padding:0 14px 4px!important;

        scrollbar-width:none!important;
    }

    .orre-collection-subcats::-webkit-scrollbar{
        display:none!important;
    }

    .orre-collection-subcats a{
        flex:0 0 auto!important;

        min-width:74px!important;
        min-height:36px!important;

        padding:0 14px!important;

        font-size:9px!important;
    }
}

.orre-home-section-header > a,
.orre-home-section-header .orre-section-cta,
.orre-front-more a{
    min-height:42px!important;

    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;

    padding:0 24px!important;

    background:#000!important;
    color:#fff!important;

    border:1px solid #000!important;
    border-radius:0!important;

    box-shadow:none!important;

    font-family:Arial,Helvetica,sans-serif!important;
    font-size:10px!important;
    font-weight:700!important;
    line-height:1!important;

    letter-spacing:.11em!important;
    text-transform:uppercase!important;

    transition:all .2s ease!important;
}

.orre-home-section-header > a:hover,
.orre-home-section-header .orre-section-cta:hover,
.orre-front-more a:hover{
    background:#fff!important;
    color:#000!important;
    border-color:#000!important;
}

.orre-collection-subcats a{
    background:#fff!important;
    color:#333!important;

    border:1px solid #ddd!important;
    border-radius:999px!important;
}

.orre-collection-subcats a.active{
    background:#000!important;
    color:#fff!important;
    border-color:#000!important;
}

body.post-type-archive-product,
body.post-type-archive-product #page,
body.post-type-archive-product .website-wrapper,
body.post-type-archive-product .main-page-wrapper,
body.post-type-archive-product .site-content,
body.post-type-archive-product .orre-shop-page{
    background:#fff!important;
}

body.post-type-archive-product .page-title,
body.post-type-archive-product .wd-page-title,
body.post-type-archive-product .woocommerce-breadcrumb,
body.post-type-archive-product .wd-breadcrumbs,
body.post-type-archive-product .shop-loop-head,
body.post-type-archive-product .wd-shop-tools,
body.post-type-archive-product .wd-show-sidebar-btn,
body.post-type-archive-product .wd-products-shop-view,
body.post-type-archive-product .wd-products-per-page,
body.post-type-archive-product .area-sidebar-shop{
    display:none!important;
}

body.post-type-archive-product .main-page-wrapper,
body.post-type-archive-product .site-content{
    width:100%!important;
    max-width:none!important;
    margin:0!important;
    padding:0!important;
}

.orre-shop-head{
    width:100%!important;
    padding:58px 24px 38px!important;
    text-align:center!important;
    background:#fff!important;
}

.orre-shop-head-inner{
    display:flex!important;
    flex-direction:column!important;
    align-items:center!important;
    justify-content:center!important;
}

.orre-shop-head .orre-heading-kicker{
    display:block!important;
    margin-bottom:11px!important;
    color:#777!important;
    font-size:9px!important;
    font-weight:700!important;
    letter-spacing:.18em!important;
    text-transform:uppercase!important;
}

.orre-shop-head h1{
    position:relative!important;
    margin:0!important;
    padding:0 0 20px!important;
    color:#111!important;
    font-family:Arial,Helvetica,sans-serif!important;
    font-size:clamp(28px,2.5vw,40px)!important;
    font-weight:700!important;
    line-height:1.05!important;
    letter-spacing:.075em!important;
    text-transform:uppercase!important;
}

.orre-shop-head h1::after{
    content:""!important;
    position:absolute!important;
    left:50%!important;
    bottom:0!important;
    width:48px!important;
    height:3px!important;
    background:#b8b8b8!important;
    transform:translateX(-50%)!important;
}

.orre-shop-toolbar{
    display:flex!important;
    align-items:center!important;
    justify-content:space-between!important;
    gap:20px!important;
    width:100%!important;
    padding:15px 28px!important;
    background:#fff!important;
    border-top:1px solid #e9e9e9!important;
    border-bottom:1px solid #e9e9e9!important;
}

.orre-shop-toolbar-left{
    display:flex!important;
    align-items:center!important;
    gap:18px!important;
}

.orre-shop-filter-open{
    display:inline-flex!important;
    align-items:center!important;
    gap:9px!important;
    min-height:38px!important;
    padding:0 16px!important;
    background:#000!important;
    color:#fff!important;
    border:1px solid #000!important;
    border-radius:0!important;
    box-shadow:none!important;
    font-size:9px!important;
    font-weight:700!important;
    letter-spacing:.11em!important;
    text-transform:uppercase!important;
}

.orre-shop-filter-plus{
    position:relative!important;
    width:11px!important;
    height:11px!important;
}

.orre-shop-filter-plus::before,
.orre-shop-filter-plus::after{
    content:""!important;
    position:absolute!important;
    top:50%!important;
    left:50%!important;
    background:#fff!important;
    transform:translate(-50%,-50%)!important;
}

.orre-shop-filter-plus::before{
    width:10px!important;
    height:1px!important;
}

.orre-shop-filter-plus::after{
    width:1px!important;
    height:10px!important;
}

.orre-shop-count{
    color:#777!important;
    font-size:9px!important;
    font-weight:600!important;
    letter-spacing:.08em!important;
}

.orre-shop-sort .woocommerce-ordering{
    margin:0!important;
}

.orre-shop-sort select{
    min-width:165px!important;
    height:38px!important;
    padding:0 30px 0 10px!important;
    background:#fff!important;
    color:#111!important;
    border:1px solid #ddd!important;
    border-radius:0!important;
    box-shadow:none!important;
    font-size:9px!important;
    font-weight:600!important;
    letter-spacing:.07em!important;
    text-transform:uppercase!important;
}

.orre-shop-products{
    width:100%!important;
    padding:0 0 72px!important;
    background:#fff!important;
}

.orre-shop-grid{
    display:grid!important;
    grid-template-columns:repeat(4,minmax(0,1fr))!important;
    gap:1px!important;
    width:100%!important;
}

.orre-shop-card{
    min-width:0!important;
    padding-bottom:24px!important;
    background:#fff!important;
}

.orre-shop-card-media{
    position:relative!important;
    display:block!important;
    width:100%!important;
    aspect-ratio:4/5!important;
    overflow:hidden!important;
    background:#f3efed!important;
}

.orre-shop-card-media img{
    position:absolute!important;
    inset:0!important;
    display:block!important;
    width:100%!important;
    height:100%!important;
    object-fit:cover!important;
    object-position:center!important;
    transition:opacity .3s ease,transform .4s ease!important;
}

.orre-shop-main-image{
    z-index:1!important;
    opacity:1!important;
}

.orre-shop-hover-image{
    z-index:2!important;
    opacity:0!important;
}

.orre-shop-card:hover .orre-shop-main-image{
    opacity:0!important;
}

.orre-shop-card:hover .orre-shop-hover-image{
    opacity:1!important;
    transform:scale(1.01)!important;
}

.orre-shop-sale{
    position:absolute!important;
    top:10px!important;
    left:10px!important;
    z-index:5!important;
    padding:5px 7px!important;
    background:#000!important;
    color:#fff!important;
    font-size:8px!important;
    font-weight:700!important;
    letter-spacing:.10em!important;
}

.orre-shop-card-info{
    padding:11px 12px 0!important;
}

.orre-shop-product-name{
    display:block!important;
    color:#111!important;
    font-size:12px!important;
    font-weight:600!important;
    line-height:1.42!important;
    letter-spacing:.018em!important;
    text-transform:uppercase!important;
}

.orre-shop-product-price{
    margin-top:6px!important;
    color:#111!important;
    font-size:11.5px!important;
    font-weight:500!important;
}

.orre-shop-filter-overlay{
    position:fixed!important;
    inset:0!important;
    z-index:100020!important;
    background:rgba(0,0,0,.38)!important;
    opacity:0!important;
    visibility:hidden!important;
    transition:.25s ease!important;
}

.orre-shop-filter-overlay.open{
    opacity:1!important;
    visibility:visible!important;
}

.orre-shop-filter-drawer{
    position:fixed!important;
    top:0!important;
    left:0!important;
    z-index:100021!important;
    width:min(390px,92vw)!important;
    height:100vh!important;
    overflow-y:auto!important;
    background:#fff!important;
    color:#111!important;
    transform:translateX(-102%)!important;
    transition:transform .35s cubic-bezier(.77,0,.18,1)!important;
}

.orre-shop-filter-drawer.open{
    transform:translateX(0)!important;
}

.orre-shop-filter-head{
    height:68px!important;
    display:flex!important;
    align-items:center!important;
    justify-content:space-between!important;
    padding:0 22px!important;
    border-bottom:1px solid #e7e7e7!important;
    font-size:10px!important;
    font-weight:700!important;
    letter-spacing:.12em!important;
}

.orre-shop-filter-head button{
    position:relative!important;
    width:28px!important;
    height:28px!important;
    padding:0!important;
    background:transparent!important;
    border:0!important;
}

.orre-shop-filter-head button span{
    position:absolute!important;
    top:50%!important;
    left:50%!important;
    width:16px!important;
    height:1.5px!important;
    background:#111!important;
}

.orre-shop-filter-head button span:first-child{
    transform:translate(-50%,-50%) rotate(45deg)!important;
}

.orre-shop-filter-head button span:last-child{
    transform:translate(-50%,-50%) rotate(-45deg)!important;
}

.orre-shop-filter-body{
    padding:18px 22px 40px!important;
}

.orre-shop-filter-body .widget{
    margin:0!important;
    padding:18px 0!important;
    border-bottom:1px solid #eee!important;
}

.orre-shop-filter-body .widget-title{
    margin:0 0 14px!important;
    color:#111!important;
    font-size:10px!important;
    font-weight:700!important;
    letter-spacing:.10em!important;
    text-transform:uppercase!important;
}

.orre-shop-filter-body a,
.orre-shop-filter-body li,
.orre-shop-filter-body label,
.orre-shop-filter-body span{
    color:#555!important;
    font-size:11px!important;
}

.orre-shop-pagination{
    padding:42px 20px 0!important;
    text-align:center!important;
}

.orre-shop-pagination .page-numbers{
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    min-width:34px!important;
    height:34px!important;
    margin:0 2px!important;
    background:#fff!important;
    color:#111!important;
    border:1px solid #ddd!important;
    font-size:10px!important;
}

.orre-shop-pagination .page-numbers.current,
.orre-shop-pagination .page-numbers:hover{
    background:#000!important;
    color:#fff!important;
    border-color:#000!important;
}

@media(max-width:1024px){

    .orre-shop-grid{
        grid-template-columns:repeat(3,minmax(0,1fr))!important;
    }
}

@media(max-width:767px){

    .orre-shop-head{
        padding:40px 14px 28px!important;
    }

    .orre-shop-head h1{
        font-size:24px!important;
    }

    .orre-shop-toolbar{
        padding:12px 14px!important;
    }

    .orre-shop-count{
        display:none!important;
    }

    .orre-shop-sort select{
        min-width:125px!important;
        font-size:8px!important;
    }

    .orre-shop-grid{
        grid-template-columns:repeat(2,minmax(0,1fr))!important;
    }

    .orre-shop-card-info{
        padding:8px 7px 0!important;
    }

    .orre-shop-product-name{
        font-size:10.5px!important;
    }

    .orre-shop-product-price{
        font-size:10px!important;
    }
}

body.post-type-archive-product,
body.post-type-archive-product #page,
body.post-type-archive-product .website-wrapper,
body.post-type-archive-product .main-page-wrapper,
body.post-type-archive-product .site-content,
body.post-type-archive-product .orre-shop-pro{
    background:#fff!important;
}

body.post-type-archive-product .main-page-wrapper,
body.post-type-archive-product .site-content,
body.post-type-archive-product .container{
    width:100%!important;
    max-width:none!important;

    margin:0!important;
    padding:0!important;
}

body.post-type-archive-product .page-title,
body.post-type-archive-product .wd-page-title,
body.post-type-archive-product .woocommerce-breadcrumb,
body.post-type-archive-product .wd-breadcrumbs,
body.post-type-archive-product .shop-loop-head,
body.post-type-archive-product .wd-shop-tools,
body.post-type-archive-product .wd-show-sidebar-btn,
body.post-type-archive-product .wd-products-shop-view,
body.post-type-archive-product .wd-products-per-page,
body.post-type-archive-product .area-sidebar-shop{
    display:none!important;
}

.orre-shop-pro{
    width:100%!important;

    color:#111!important;

    font-family:Arial,Helvetica,sans-serif!important;
}

.orre-shop-pro-hero{
    width:100%!important;

    padding:76px 24px 58px!important;

    background:#fff!important;

    border-bottom:1px solid #e8e8e8!important;
}

.orre-shop-pro-hero-inner{
    width:min(820px,100%)!important;

    display:flex!important;
    flex-direction:column!important;
    align-items:center!important;

    margin:0 auto!important;

    text-align:center!important;
}

.orre-shop-pro-kicker{
    margin-bottom:13px!important;

    color:#777!important;

    font-size:9px!important;
    font-weight:700!important;
    line-height:1!important;

    letter-spacing:.22em!important;
    text-transform:uppercase!important;
}

.orre-shop-pro-hero h1{
    position:relative!important;

    margin:0!important;
    padding:0 0 21px!important;

    color:#0c0c0c!important;

    font-size:clamp(34px,3.2vw,54px)!important;
    font-weight:700!important;
    line-height:.98!important;

    letter-spacing:.06em!important;
    text-transform:uppercase!important;
}

.orre-shop-pro-hero h1::after{
    content:""!important;

    position:absolute!important;
    left:50%!important;
    bottom:0!important;

    width:52px!important;
    height:3px!important;

    background:#b8b8b8!important;

    transform:translateX(-50%)!important;
}

.orre-shop-pro-hero p{
    max-width:570px!important;

    margin:22px auto 0!important;

    color:#666!important;

    font-size:12px!important;
    font-weight:400!important;
    line-height:1.7!important;
}

.orre-shop-pro-categories{
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    flex-wrap:wrap!important;

    gap:8px!important;

    margin-top:30px!important;
}

.orre-shop-pro-categories a{
    min-width:92px!important;
    min-height:38px!important;

    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;

    padding:0 19px!important;

    background:#fff!important;
    color:#111!important;

    border:1px solid #d6d6d6!important;
    border-radius:999px!important;

    font-size:9px!important;
    font-weight:700!important;
    line-height:1!important;

    letter-spacing:.12em!important;
    text-transform:uppercase!important;

    transition:all .2s ease!important;
}

.orre-shop-pro-categories a.active,
.orre-shop-pro-categories a:hover{
    background:#000!important;
    color:#fff!important;
    border-color:#000!important;
}

.orre-shop-pro-toolbar{
    position:sticky!important;
    top:64px!important;

    z-index:50!important;

    width:100%!important;

    display:flex!important;
    align-items:center!important;
    justify-content:space-between!important;

    gap:20px!important;

    padding:14px 28px!important;

    background:rgba(255,255,255,.96)!important;

    backdrop-filter:blur(10px)!important;
    -webkit-backdrop-filter:blur(10px)!important;

    border-bottom:1px solid #e7e7e7!important;
}

.orre-shop-pro-toolbar-left{
    display:flex!important;
    align-items:center!important;

    gap:16px!important;
}

.orre-shop-pro-filter-open{
    min-height:39px!important;

    display:inline-flex!important;
    align-items:center!important;

    gap:9px!important;

    padding:0 16px!important;

    background:#000!important;
    color:#fff!important;

    border:1px solid #000!important;
    border-radius:0!important;

    box-shadow:none!important;

    font-size:9px!important;
    font-weight:700!important;

    letter-spacing:.12em!important;
    text-transform:uppercase!important;
}

.orre-shop-pro-filter-icon{
    position:relative!important;

    width:14px!important;
    height:11px!important;

    display:block!important;
}

.orre-shop-pro-filter-icon::before,
.orre-shop-pro-filter-icon::after{
    content:""!important;

    position:absolute!important;
    left:0!important;

    height:1px!important;

    background:#fff!important;
}

.orre-shop-pro-filter-icon::before{
    top:2px!important;
    width:14px!important;
}

.orre-shop-pro-filter-icon::after{
    bottom:2px!important;
    width:9px!important;
}

.orre-shop-pro-count{
    color:#777!important;

    font-size:9px!important;
    font-weight:600!important;

    letter-spacing:.08em!important;
}

.orre-shop-pro-sort{
    display:flex!important;
    align-items:center!important;

    gap:9px!important;
}

.orre-shop-pro-sort > span{
    color:#777!important;

    font-size:9px!important;
    font-weight:700!important;

    letter-spacing:.11em!important;
}

.orre-shop-pro-sort .woocommerce-ordering{
    margin:0!important;
}

.orre-shop-pro-sort select{
    min-width:165px!important;
    height:39px!important;

    margin:0!important;
    padding:0 30px 0 12px!important;

    background:#fff!important;
    color:#111!important;

    border:1px solid #d9d9d9!important;
    border-radius:0!important;

    box-shadow:none!important;

    font-size:9px!important;
    font-weight:600!important;

    letter-spacing:.05em!important;
    text-transform:uppercase!important;
}

.orre-shop-pro-products{
    width:100%!important;

    padding:0 0 84px!important;

    background:#fff!important;
}

.orre-shop-pro-grid{
    display:grid!important;
    grid-template-columns:repeat(4,minmax(0,1fr))!important;

    gap:1px!important;

    width:100%!important;
}

.orre-shop-pro-card{
    min-width:0!important;

    background:#fff!important;

    border-bottom:1px solid #eee!important;
}

.orre-shop-pro-card-top{
    position:relative!important;

    width:100%!important;
}

.orre-shop-pro-media{
    position:relative!important;

    display:block!important;

    width:100%!important;
    aspect-ratio:4/5!important;

    overflow:hidden!important;

    background:#f3efed!important;
}

.orre-shop-pro-media img{
    position:absolute!important;
    inset:0!important;

    display:block!important;

    width:100%!important;
    height:100%!important;

    object-fit:cover!important;
    object-position:center!important;

    transition:
        opacity .3s ease,
        transform .45s ease!important;
}

.orre-shop-pro-main-img{
    z-index:1!important;
    opacity:1!important;
}

.orre-shop-pro-hover-img{
    z-index:2!important;
    opacity:0!important;
}

.orre-shop-pro-card:hover .orre-shop-pro-main-img{
    opacity:0!important;
}

.orre-shop-pro-card:hover .orre-shop-pro-hover-img{
    opacity:1!important;
    transform:scale(1.015)!important;
}

.orre-shop-pro-badge{
    position:absolute!important;
    top:12px!important;
    left:12px!important;

    z-index:6!important;

    padding:6px 8px!important;

    background:#000!important;
    color:#fff!important;

    font-size:8px!important;
    font-weight:700!important;

    letter-spacing:.11em!important;
}

.orre-shop-pro-view{
    position:absolute!important;
    left:12px!important;
    right:12px!important;
    bottom:12px!important;

    z-index:7!important;

    min-height:42px!important;

    display:flex!important;
    align-items:center!important;
    justify-content:center!important;

    background:#000!important;
    color:#fff!important;

    font-size:9px!important;
    font-weight:700!important;

    letter-spacing:.12em!important;
    text-transform:uppercase!important;

    opacity:0!important;
    transform:translateY(8px)!important;

    transition:
        opacity .22s ease,
        transform .22s ease!important;
}

.orre-shop-pro-card:hover .orre-shop-pro-view{
    opacity:1!important;
    transform:translateY(0)!important;
}

.orre-shop-pro-sizes{
    width:100%!important;

    display:flex!important;
    align-items:center!important;
    justify-content:space-between!important;

    gap:10px!important;

    padding:9px 12px!important;

    background:#fafafa!important;

    border-bottom:1px solid #ececec!important;
}

.orre-shop-pro-size-label{
    flex:0 0 auto!important;

    color:#999!important;

    font-size:7px!important;
    font-weight:700!important;

    letter-spacing:.11em!important;
}

.orre-shop-pro-size-list{
    display:flex!important;
    align-items:center!important;
    justify-content:flex-end!important;
    flex-wrap:wrap!important;

    gap:4px!important;
}

.orre-shop-pro-size-list span{
    min-width:25px!important;
    height:22px!important;

    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;

    padding:0 4px!important;

    background:#fff!important;
    color:#111!important;

    border:1px solid #ddd!important;

    font-size:7px!important;
    font-weight:600!important;
}

.orre-shop-pro-info{
    display:flex!important;
    align-items:flex-start!important;
    justify-content:space-between!important;

    gap:15px!important;

    min-height:92px!important;

    padding:13px 13px 15px!important;
}

.orre-shop-pro-info-main{
    min-width:0!important;
}

.orre-shop-pro-name{
    display:block!important;

    color:#111!important;

    font-size:12px!important;
    font-weight:700!important;
    line-height:1.38!important;

    letter-spacing:.012em!important;
    text-transform:uppercase!important;
}

.orre-shop-pro-category{
    display:block!important;

    margin-top:5px!important;

    color:#999!important;

    font-size:9px!important;
    font-weight:400!important;
    line-height:1.4!important;
}

.orre-shop-pro-price{
    flex:0 0 auto!important;

    color:#111!important;

    font-size:11.5px!important;
    font-weight:600!important;
    line-height:1.4!important;

    white-space:nowrap!important;
}

.orre-shop-pro-price del{
    color:#aaa!important;
}

.orre-shop-pro-price ins{
    color:#111!important;
    text-decoration:none!important;
}

.orre-shop-pro-filter-overlay{
    position:fixed!important;
    inset:0!important;

    z-index:100020!important;

    background:rgba(0,0,0,.42)!important;

    opacity:0!important;
    visibility:hidden!important;

    transition:.25s ease!important;
}

.orre-shop-pro-filter-overlay.open{
    opacity:1!important;
    visibility:visible!important;
}

.orre-shop-pro-filter-drawer{
    position:fixed!important;
    top:0!important;
    left:0!important;

    z-index:100021!important;

    width:min(410px,92vw)!important;
    height:100vh!important;

    overflow-y:auto!important;

    background:#fff!important;
    color:#111!important;

    transform:translateX(-102%)!important;

    transition:transform .35s cubic-bezier(.77,0,.18,1)!important;
}

.orre-shop-pro-filter-drawer.open{
    transform:translateX(0)!important;
}

.orre-shop-pro-filter-head{
    min-height:80px!important;

    display:flex!important;
    align-items:center!important;
    justify-content:space-between!important;

    gap:20px!important;

    padding:18px 24px!important;

    border-bottom:1px solid #e7e7e7!important;
}

.orre-shop-pro-filter-head > div{
    display:flex!important;
    flex-direction:column!important;

    gap:5px!important;
}

.orre-shop-pro-filter-small{
    color:#999!important;

    font-size:8px!important;
    font-weight:700!important;

    letter-spacing:.15em!important;
}

.orre-shop-pro-filter-head strong{
    color:#111!important;

    font-size:14px!important;
    font-weight:700!important;

    letter-spacing:.08em!important;
}

.orre-shop-pro-filter-head button{
    position:relative!important;

    width:30px!important;
    height:30px!important;

    padding:0!important;

    background:transparent!important;

    border:0!important;
}

.orre-shop-pro-filter-head button span{
    position:absolute!important;
    top:50%!important;
    left:50%!important;

    width:17px!important;
    height:1.5px!important;

    background:#111!important;
}

.orre-shop-pro-filter-head button span:first-child{
    transform:translate(-50%,-50%) rotate(45deg)!important;
}

.orre-shop-pro-filter-head button span:last-child{
    transform:translate(-50%,-50%) rotate(-45deg)!important;
}

.orre-shop-pro-filter-body{
    padding:14px 24px 42px!important;
}

.orre-shop-pro-filter-body .widget{
    margin:0!important;
    padding:20px 0!important;

    border-bottom:1px solid #ededed!important;
}

.orre-shop-pro-filter-body .widget-title,
.orre-shop-pro-filter-body h5{
    margin:0 0 15px!important;

    color:#111!important;

    font-size:10px!important;
    font-weight:700!important;

    letter-spacing:.10em!important;
    text-transform:uppercase!important;
}

.orre-shop-pro-filter-body a,
.orre-shop-pro-filter-body label,
.orre-shop-pro-filter-body li,
.orre-shop-pro-filter-body span{
    color:#555!important;

    font-size:11px!important;
}

.orre-shop-pro-filter-empty{
    color:#777!important;

    font-size:11px!important;
}

.orre-shop-pro-pagination{
    padding:54px 20px 0!important;

    text-align:center!important;
}

.orre-shop-pro-pagination .page-numbers{
    min-width:36px!important;
    height:36px!important;

    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;

    margin:0 2px!important;

    background:#fff!important;
    color:#111!important;

    border:1px solid #ddd!important;

    font-size:10px!important;
    font-weight:600!important;
}

.orre-shop-pro-pagination .page-numbers.current,
.orre-shop-pro-pagination .page-numbers:hover{
    background:#000!important;
    color:#fff!important;
    border-color:#000!important;
}

@media(max-width:1024px){

    .orre-shop-pro-grid{
        grid-template-columns:repeat(3,minmax(0,1fr))!important;
    }

    .orre-shop-pro-info{
        display:block!important;
    }

    .orre-shop-pro-price{
        margin-top:7px!important;
    }
}

@media(max-width:767px){

    .orre-shop-pro-hero{
        padding:48px 16px 36px!important;
    }

    .orre-shop-pro-hero h1{
        font-size:30px!important;
    }

    .orre-shop-pro-hero p{
        font-size:11px!important;
    }

    .orre-shop-pro-categories{
        margin-top:24px!important;
    }

    .orre-shop-pro-categories a{
        min-width:78px!important;
        min-height:35px!important;

        padding:0 15px!important;

        font-size:8px!important;
    }

    .orre-shop-pro-toolbar{
        top:62px!important;

        padding:10px 12px!important;
    }

    .orre-shop-pro-count,
    .orre-shop-pro-sort > span{
        display:none!important;
    }

    .orre-shop-pro-sort select{
        min-width:125px!important;
        height:37px!important;

        font-size:8px!important;
    }

    .orre-shop-pro-filter-open{
        min-height:37px!important;
        padding:0 13px!important;
    }

    .orre-shop-pro-grid{
        grid-template-columns:repeat(2,minmax(0,1fr))!important;
    }

    .orre-shop-pro-view{
        display:none!important;
    }

    .orre-shop-pro-sizes{
        display:none!important;
    }

    .orre-shop-pro-info{
        min-height:82px!important;

        display:block!important;

        padding:9px 8px 13px!important;
    }

    .orre-shop-pro-name{
        font-size:10px!important;
    }

    .orre-shop-pro-category{
        font-size:8px!important;
    }

    .orre-shop-pro-price{
        margin-top:6px!important;

        font-size:10px!important;
    }
}

.orre-shop-pro-pagination{
    padding:56px 20px 10px!important;
    text-align:center!important;
}

.orre-shop-pro-pagination .page-numbers{
    min-width:auto!important;
    height:auto!important;

    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;

    margin:0 10px!important;
    padding:4px 2px 7px!important;

    background:transparent!important;
    color:#777!important;

    border:0!important;
    border-bottom:1px solid transparent!important;
    border-radius:0!important;

    box-shadow:none!important;

    font-size:11px!important;
    font-weight:500!important;
    line-height:1!important;

    transition:all .2s ease!important;
}

.orre-shop-pro-pagination .page-numbers.current{
    color:#000!important;
    font-weight:700!important;

    background:transparent!important;
    border-bottom:1px solid #000!important;
}

.orre-shop-pro-pagination .page-numbers:hover{
    color:#000!important;
    background:transparent!important;
    border-bottom:1px solid #000!important;
}

.orre-shop-pro-pagination .prev,
.orre-shop-pro-pagination .next{
    min-width:28px!important;

    margin:0 14px!important;

    color:#111!important;

    font-size:15px!important;
    font-weight:400!important;

    border:0!important;
}

.orre-shop-pro-pagination ul,
.orre-shop-pro-pagination li{
    background:transparent!important;
    border:0!important;
    box-shadow:none!important;
}

.orre-shop-pro-pagination .next::before,
.orre-shop-pro-pagination .next::after,
.orre-shop-pro-pagination .prev::before,
.orre-shop-pro-pagination .prev::after{
    display:none!important;
    content:none!important;
}

.orre-shop-pro-pagination .next,
.orre-shop-pro-pagination .prev{
    font-size:0!important;
    border-bottom:0!important;
}

.orre-shop-pro-pagination .next::after{
    display:inline!important;
    content:"→"!important;
    font-size:18px!important;
    color:#111!important;
}

.orre-shop-pro-pagination .prev::after{
    display:inline!important;
    content:"←"!important;
    font-size:18px!important;
    color:#111!important;
}

.orre-shop-pro-pagination .next:hover,
.orre-shop-pro-pagination .prev:hover{
    border-bottom:0!important;
}

.orre-inside-track{
    display:flex!important;
    gap:24px!important;

    overflow-x:auto!important;
    overflow-y:hidden!important;

    padding:0 7vw 28px!important;

    scroll-snap-type:x mandatory!important;
    scroll-behavior:smooth!important;

    scrollbar-width:none!important;
}

.orre-inside-track::-webkit-scrollbar{
    display:none!important;
}

.orre-inside-card{
    flex:0 0 260px!important;
    width:260px!important;

    aspect-ratio:9/16!important;

    border-radius:8px!important;
    overflow:hidden!important;

    scroll-snap-align:start!important;

    background:#d8d8d8!important;
}

.orre-inside-card video,
.orre-inside-card img,
.orre-inside-video{
    width:100%!important;
    height:100%!important;

    object-fit:cover!important;
    object-position:center!important;
}

@media(min-width:1600px){
    .orre-inside-card{
        flex-basis:260px!important;
        width:260px!important;
    }
}

@media(max-width:1400px){
    .orre-inside-card{
        flex-basis:235px!important;
        width:235px!important;
    }

    .orre-inside-track{
        gap:18px!important;
        padding-left:5vw!important;
        padding-right:5vw!important;
    }
}

@media(max-width:1024px){
    .orre-inside-card{
        flex-basis:220px!important;
        width:220px!important;
    }
}

@media(max-width:767px){
    .orre-inside-track{
        gap:12px!important;
        padding:0 14px 22px!important;
    }

    .orre-inside-card{
        flex-basis:72vw!important;
        width:72vw!important;
        max-width:280px!important;
    }
}

.orre-pdp-final-short-description{
    max-width:520px!important;

    margin:20px 0 0!important;

    color:#444!important;

    font-family:Arial,Helvetica,sans-serif!important;
    font-size:12.5px!important;
    font-weight:400!important;
    line-height:1.75!important;

    letter-spacing:.005em!important;
}

.orre-pdp-final-short-description p{
    margin:0 0 12px!important;
}

.orre-pdp-final-short-description p:last-child{
    margin-bottom:0!important;
}

.orre-pdp-final-short-description + .orre-pdp-final-buy{
    margin-top:26px!important;
}

.orre-pdp-final-main{
    grid-template-columns:minmax(0,1.05fr) minmax(430px,.95fr)!important;
}

.orre-pdp-kiji-main-link{
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;

    width:100%!important;

    background:#f5f1ef!important;

    overflow:hidden!important;
}

.orre-pdp-kiji-main-image{
    display:block!important;

    width:100%!important;
    height:680px!important;

    min-height:0!important;
    max-height:680px!important;

    margin:0 auto!important;

    object-fit:contain!important;
    object-position:center!important;

    background:#f5f1ef!important;
}

.orre-pdp-kiji-thumb{
    height:96px!important;
}

.orre-pdp-kiji-thumb img{
    object-fit:cover!important;
}

.orre-pdp-final-summary-inner{
    padding-top:44px!important;
}

.orre-pdp-final-title{
    font-size:30px!important;
    line-height:1.08!important;
}

@media(max-width:1100px){

    .orre-pdp-final-main{
        grid-template-columns:minmax(0,1fr) minmax(390px,.95fr)!important;
    }

    .orre-pdp-kiji-main-image{
        height:590px!important;
        max-height:590px!important;
    }
}

@media(max-width:767px){

    .orre-pdp-kiji-main-image{
        width:100%!important;
        height:auto!important;

        min-height:0!important;
        max-height:none!important;

        aspect-ratio:4/5!important;

        object-fit:contain!important;
    }

    .orre-pdp-final-short-description{
        max-width:none!important;

        font-size:12px!important;
        line-height:1.7!important;
    }
}

body.single-product .orre-pdp-final{
    padding-top:64px!important;
}

body.single-product .orre-pdp-final-main{
    align-items:start!important;
}

body.single-product .orre-pdp-final-summary-inner{
    top:82px!important;
    padding-top:34px!important;
}

.orre-pdp-final-short-description{
    display:block!important;

    max-width:540px!important;

    margin:18px 0 0!important;

    color:#444!important;

    font-family:Arial,Helvetica,sans-serif!important;
    font-size:12.5px!important;
    font-weight:400!important;
    line-height:1.72!important;
}

.orre-pdp-final-short-description p{
    margin:0 0 11px!important;
}

.orre-pdp-final-short-description p:last-child{
    margin-bottom:0!important;
}

.orre-pdp-final-main{
    grid-template-columns:minmax(0,1fr) minmax(430px,.9fr)!important;
}

.orre-pdp-kiji-main-link{
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;

    min-height:620px!important;

    background:#f6f2f0!important;
}

.orre-pdp-kiji-main-image{
    width:100%!important;
    height:620px!important;

    min-height:0!important;
    max-height:620px!important;

    object-fit:contain!important;
    object-position:center!important;

    background:#f6f2f0!important;
}

.orre-pdp-kiji-thumb{
    height:92px!important;
}

.orre-pdp-final-buy .variations{
    margin-top:4px!important;
}

.orre-pdp-final-buy .variations label{
    display:block!important;

    margin-bottom:11px!important;

    color:#111!important;

    font-size:10px!important;
    font-weight:700!important;

    letter-spacing:.08em!important;
    text-transform:uppercase!important;
}

.orre-pdp-final-buy .wd-swatches-product{
    display:flex!important;
    flex-wrap:wrap!important;

    gap:8px!important;
}

.orre-pdp-final-buy .wd-swatch,
.orre-pdp-final-buy .wd-swatch-text{
    min-width:46px!important;
    height:40px!important;

    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;

    padding:0 12px!important;

    background:#fff!important;
    color:#111!important;

    border:1px solid #cfcfcf!important;
    border-radius:0!important;

    font-size:10px!important;
    font-weight:600!important;

    box-shadow:none!important;
}

.orre-pdp-final-buy .wd-swatch.wd-active,
.orre-pdp-final-buy .wd-swatch.active,
.orre-pdp-final-buy .wd-swatch:hover{
    background:#000!important;
    color:#fff!important;
    border-color:#000!important;
}

.orre-pdp-final-buy .variations select{
    width:100%!important;
    max-width:280px!important;

    height:44px!important;

    padding:0 12px!important;

    background:#fff!important;
    color:#111!important;

    border:1px solid #ccc!important;
    border-radius:0!important;

    font-size:11px!important;
}

.orre-pdp-final-buy .reset_variations{
    display:inline-block!important;

    margin-top:8px!important;

    color:#777!important;

    font-size:8px!important;
    font-weight:600!important;

    letter-spacing:.08em!important;
    text-transform:uppercase!important;
}

@media(max-width:767px){

    body.single-product .orre-pdp-final{
        padding-top:62px!important;
    }

    body.single-product .orre-pdp-final-summary-inner{
        top:auto!important;
        padding-top:24px!important;
    }

    .orre-pdp-kiji-main-link{
        min-height:0!important;
    }

    .orre-pdp-kiji-main-image{
        width:100%!important;
        height:auto!important;

        max-height:none!important;

        aspect-ratio:4/5!important;

        object-fit:contain!important;
    }

    .orre-pdp-final-short-description{
        max-width:none!important;

        font-size:12px!important;
        line-height:1.68!important;
    }
}

[data-orre-slider],
.orre-product-slider{
    overflow-x:auto!important;
    overflow-y:visible!important;

    scroll-behavior:smooth!important;
    scroll-snap-type:x proximity!important;

    overscroll-behavior-x:contain!important;
    overscroll-behavior-y:auto!important;

    touch-action:pan-y pan-x!important;

    scrollbar-width:none!important;
}

[data-orre-slider]::-webkit-scrollbar,
.orre-product-slider::-webkit-scrollbar{
    display:none!important;
}

[data-orre-slider]{
    cursor:grab!important;
}

[data-orre-slider].is-dragging{
    cursor:grabbing!important;
    user-select:none!important;
}

.orre-pdp-final-price .woocommerce-Price-currencySymbol{
    margin-right:6px!important;
}

.orre-shop-pro-sizes,
.orre-shop-pro-size-label,
.orre-shop-pro-size-list{
    display:none!important;
}

.orre-shop-card-gallery{
    position:relative!important;
    width:100%!important;
    aspect-ratio:4/5!important;

    overflow:hidden!important;

    background:#f4f0ee!important;
}

.orre-shop-gallery-link,
.orre-shop-gallery-track{
    display:block!important;
    width:100%!important;
    height:100%!important;
}

.orre-shop-gallery-slide{
    position:absolute!important;
    inset:0!important;

    width:100%!important;
    height:100%!important;

    opacity:0!important;
    visibility:hidden!important;

    transition:opacity .35s ease!important;
}

.orre-shop-gallery-slide.active{
    opacity:1!important;
    visibility:visible!important;
}

.orre-shop-gallery-slide img{
    display:block!important;

    width:100%!important;
    height:100%!important;

    object-fit:cover!important;
    object-position:center!important;
}

.orre-card-gallery-arrow{
    position:absolute!important;
    top:50%!important;

    z-index:10!important;

    width:38px!important;
    height:38px!important;

    display:flex!important;
    align-items:center!important;
    justify-content:center!important;

    padding:0!important;

    background:rgba(255,255,255,.92)!important;
    color:#111!important;

    border:0!important;
    border-radius:50%!important;

    font-size:24px!important;
    font-weight:300!important;

    transform:translateY(-50%)!important;

    opacity:0!important;

    transition:.2s ease!important;
}

.orre-card-gallery-arrow.prev{
    left:12px!important;
}

.orre-card-gallery-arrow.next{
    right:12px!important;
}

.orre-shop-card-gallery:hover .orre-card-gallery-arrow{
    opacity:1!important;
}

@media(max-width:767px){

    .orre-card-gallery-arrow{
        width:32px!important;
        height:32px!important;

        font-size:20px!important;

        opacity:1!important;
    }
}

.orre-shop-pro-sizes,
.orre-shop-pro-size-label,
.orre-shop-pro-size-list{
    display:none!important;
}

.orre-shop-pro-media,
.orre-shop-pro-main-img,
.orre-shop-pro-hover-img,
.orre-shop-pro-view{
    display:none!important;
}

.orre-shop-pro-gallery{
    position:relative!important;
    width:100%!important;
    aspect-ratio:4/5!important;
    overflow:hidden!important;
    background:#f3efed!important;
}

.orre-shop-pro-gallery-track{
    position:relative!important;
    width:100%!important;
    height:100%!important;
}

.orre-shop-pro-gallery-slide{
    position:absolute!important;
    inset:0!important;
    display:block!important;
    width:100%!important;
    height:100%!important;
    opacity:0!important;
    visibility:hidden!important;
    pointer-events:none!important;
    transition:opacity .28s ease!important;
}

.orre-shop-pro-gallery-slide.is-active{
    opacity:1!important;
    visibility:visible!important;
    pointer-events:auto!important;
}

.orre-shop-pro-gallery-slide img{
    display:block!important;
    width:100%!important;
    height:100%!important;
    margin:0!important;
    object-fit:cover!important;
    object-position:center!important;
    background:#f3efed!important;
}

.orre-shop-pro-gallery-arrow{
    position:absolute!important;
    top:50%!important;
    z-index:8!important;
    width:42px!important;
    height:42px!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    padding:0!important;
    margin:0!important;
    background:rgba(255,255,255,.94)!important;
    color:#111!important;
    border:1px solid rgba(0,0,0,.08)!important;
    border-radius:50%!important;
    box-shadow:0 3px 14px rgba(0,0,0,.08)!important;
    transform:translateY(-50%)!important;
    opacity:0!important;
    cursor:pointer!important;
    transition:opacity .2s ease,background .2s ease,color .2s ease!important;
}

.orre-shop-pro-gallery:hover .orre-shop-pro-gallery-arrow{
    opacity:1!important;
}

.orre-shop-pro-gallery-arrow.prev{
    left:12px!important;
}

.orre-shop-pro-gallery-arrow.next{
    right:12px!important;
}

.orre-shop-pro-gallery-arrow span{
    position:relative!important;
    display:block!important;
    width:10px!important;
    height:10px!important;
}

.orre-shop-pro-gallery-arrow span::before{
    content:""!important;
    position:absolute!important;
    top:50%!important;
    left:50%!important;
    width:7px!important;
    height:7px!important;
    border-top:1.5px solid currentColor!important;
    border-right:1.5px solid currentColor!important;
}

.orre-shop-pro-gallery-arrow.next span::before{
    transform:translate(-65%,-50%) rotate(45deg)!important;
}

.orre-shop-pro-gallery-arrow.prev span::before{
    transform:translate(-35%,-50%) rotate(-135deg)!important;
}

.orre-shop-pro-gallery-arrow:hover{
    background:#000!important;
    color:#fff!important;
}

.orre-shop-pro-gallery-dots{
    position:absolute!important;
    left:50%!important;
    bottom:11px!important;
    z-index:7!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    gap:5px!important;
    transform:translateX(-50%)!important;
}

.orre-shop-pro-gallery-dots span{
    width:5px!important;
    height:5px!important;
    display:block!important;
    background:rgba(255,255,255,.68)!important;
    border-radius:50%!important;
    box-shadow:0 0 0 1px rgba(0,0,0,.12)!important;
}

.orre-shop-pro-gallery-dots span.is-active{
    width:14px!important;
    background:#fff!important;
    border-radius:999px!important;
}

.orre-shop-pro-info{
    margin-top:0!important;
}

@media(max-width:767px){

    .orre-shop-pro-gallery-arrow{
        width:34px!important;
        height:34px!important;
        opacity:1!important;
    }

    .orre-shop-pro-gallery-arrow.prev{
        left:7px!important;
    }

    .orre-shop-pro-gallery-arrow.next{
        right:7px!important;
    }

    .orre-shop-pro-gallery-dots{
        bottom:8px!important;
    }
}

.orre-shop-pro-info{
    padding:14px 16px 20px!important;
    min-height:96px!important;

    display:flex!important;
    align-items:flex-start!important;
    justify-content:space-between!important;

    gap:18px!important;

    background:#fff!important;
}

.orre-shop-pro-name{
    display:block!important;

    margin:0!important;

    color:#111!important;

    font-family:Arial,Helvetica,sans-serif!important;
    font-size:13px!important;
    font-weight:700!important;
    line-height:1.35!important;

    letter-spacing:.025em!important;
    text-transform:uppercase!important;

    transition:opacity .2s ease!important;
}

.orre-shop-pro-name:hover{
    opacity:.58!important;
}

.orre-shop-pro-category{
    display:block!important;

    margin-top:6px!important;

    color:#9a9a9a!important;

    font-size:9px!important;
    font-weight:500!important;
    line-height:1.3!important;

    letter-spacing:.06em!important;
    text-transform:uppercase!important;
}

.orre-shop-pro-price{
    flex:0 0 auto!important;

    margin-top:1px!important;

    color:#111!important;

    font-family:Arial,Helvetica,sans-serif!important;
    font-size:13px!important;
    font-weight:700!important;
    line-height:1.35!important;

    letter-spacing:.015em!important;

    white-space:nowrap!important;
}

.orre-shop-pro-price .woocommerce-Price-currencySymbol{
    display:inline-block!important;
    margin-right:5px!important;
}

.orre-shop-pro-price del{
    margin-right:7px!important;

    color:#999!important;

    font-size:11px!important;
    font-weight:500!important;
}

.orre-shop-pro-price ins{
    color:#111!important;
    text-decoration:none!important;
}

@media(max-width:767px){

    .orre-shop-pro-info{
        min-height:80px!important;

        padding:10px 9px 14px!important;

        display:block!important;
    }

    .orre-shop-pro-name{
        font-size:10.5px!important;
    }

    .orre-shop-pro-price{
        margin-top:7px!important;

        font-size:10.5px!important;
    }

    .orre-shop-pro-price .woocommerce-Price-currencySymbol{
        margin-right:4px!important;
    }
}

@media (max-width: 1024px){

    body.home .orre-home-hero{
        min-height:680px!important;
        height:auto!important;
        padding-top:0!important;

        align-items:flex-end!important;

        background:#ded5ca!important;
    }

    body.home .orre-home-hero-bg{
        inset:0!important;

        background-size:cover!important;
        background-position:68% center!important;
        background-repeat:no-repeat!important;
    }

    body.home .orre-home-hero-content{
        width:min(430px,78vw)!important;

        margin:0 0 48px 5vw!important;
        padding:0!important;
    }

    .orre-home-editorial{
        min-height:600px!important;
        height:auto!important;
    }

    .orre-home-editorial-image{
        background-size:cover!important;
        background-position:center center!important;
    }
}

@media (max-width: 767px){

    body.home .orre-nav-header{
        position:sticky!important;
        top:0!important;

        height:58px!important;

        background:rgba(0,0,0,.93)!important;

        backdrop-filter:blur(12px)!important;
        -webkit-backdrop-filter:blur(12px)!important;
    }

    body.home .orre-nav-inner{
        height:58px!important;
        padding:0 14px!important;
    }

    body.home .orre-nav-logo a{
        font-size:25px!important;
    }

    body.home .orre-home-hero{
        position:relative!important;

        width:100%!important;

        min-height:0!important;
        height:calc(100svh - 58px)!important;
        max-height:720px!important;

        padding:0!important;
        margin:0!important;

        display:flex!important;
        align-items:flex-end!important;

        overflow:hidden!important;

        background:#ded5ca!important;
    }

    body.home .orre-home-hero-bg{
        position:absolute!important;
        inset:0!important;

        width:100%!important;
        height:100%!important;

        background-size:cover!important;
        background-position:72% center!important;
        background-repeat:no-repeat!important;
    }

    body.home .orre-home-hero::after{
        background:
            linear-gradient(
                to top,
                rgba(0,0,0,.32) 0%,
                rgba(0,0,0,.08) 35%,
                rgba(0,0,0,0) 64%
            )!important;
    }

    body.home .orre-home-hero-content{
        position:relative!important;
        z-index:3!important;

        width:calc(100% - 36px)!important;
        max-width:340px!important;

        margin:0 18px 34px!important;
        padding:0!important;

        color:#fff!important;
        text-align:left!important;
    }

    body.home .orre-home-hero-kicker{
        margin-bottom:8px!important;

        color:#fff!important;

        font-size:8px!important;
        font-weight:700!important;

        letter-spacing:.16em!important;
    }

    body.home .orre-home-hero-content h1{
        margin:0 0 9px!important;

        color:#fff!important;

        font-size:clamp(42px,15vw,62px)!important;
        font-weight:700!important;
        line-height:.9!important;

        letter-spacing:.07em!important;
        text-indent:0!important;
    }

    body.home .orre-home-hero-content p{
        max-width:280px!important;

        margin:0!important;

        color:#fff!important;

        font-size:10.5px!important;
        line-height:1.5!important;
    }

    .orre-home-editorial{
        position:relative!important;

        width:100%!important;

        min-height:0!important;
        height:72svh!important;
        max-height:650px!important;

        margin:0!important;

        overflow:hidden!important;

        background:#e7e7e7!important;
    }

    .orre-home-editorial-image{
        position:absolute!important;
        inset:0!important;

        width:100%!important;
        height:100%!important;

        background-size:cover!important;
        background-repeat:no-repeat!important;

        transform:none!important;
    }

    .orre-home-editorial-men .orre-home-editorial-image{
        background-position:65% center!important;
    }

    .orre-home-editorial-women .orre-home-editorial-image{
        background-position:58% center!important;
    }

    .orre-home-editorial:hover .orre-home-editorial-image{
        transform:none!important;
    }

    .orre-home-editorial-overlay{
        left:0!important;
        right:0!important;
        bottom:0!important;

        padding:0 20px 28px!important;
    }

    .orre-home-editorial-overlay > span{
        margin-bottom:8px!important;

        font-size:8px!important;
        font-weight:700!important;
    }

    .orre-home-editorial-overlay h2{
        max-width:315px!important;

        margin:0 0 16px!important;

        font-size:clamp(31px,10vw,42px)!important;
        line-height:.98!important;
    }

    .orre-home-editorial-overlay a{
        min-height:38px!important;

        padding:0 17px!important;

        font-size:8px!important;
    }
}

@media (max-width: 420px){

    body.home .orre-home-hero{
        height:calc(100svh - 56px)!important;
        min-height:520px!important;
    }

    body.home .orre-home-hero-bg{
        background-position:70% center!important;
    }

    body.home .orre-home-hero-content{
        width:calc(100% - 30px)!important;

        margin-left:15px!important;
        margin-right:15px!important;
        margin-bottom:27px!important;
    }

    body.home .orre-home-hero-content h1{
        font-size:46px!important;
    }

    .orre-home-editorial{
        height:68svh!important;
        min-height:500px!important;
    }

    .orre-home-editorial-overlay{
        padding:0 16px 22px!important;
    }

    .orre-home-editorial-overlay h2{
        max-width:280px!important;
        font-size:32px!important;
    }
}

body.home .orre-home-size-strip{
    display:none!important;
    opacity:0!important;
    visibility:hidden!important;
    height:0!important;
    min-height:0!important;
    padding:0!important;
    margin:0!important;
}

body.post-type-archive-product .orre-shop-pro-sizes,
body.post-type-archive-product .orre-shop-pro-size-label,
body.post-type-archive-product .orre-shop-pro-size-list{
    display:none!important;
}

body.tax-product_cat .orre-collection-size-strip,
body.tax-product_cat .orre-home-size-strip{
    display:none!important;
}

body.home .product-grid-item .wd-swatches-grid,
body.post-type-archive-product .product-grid-item .wd-swatches-grid,
body.tax-product_cat .product-grid-item .wd-swatches-grid{
    display:none!important;
}

html,
body{
    scroll-padding-top:64px!important;
}

.orre-nav-header{
    position:sticky!important;
    top:0!important;
    left:0!important;
    right:0!important;

    z-index:99999!important;

    width:100%!important;
    height:64px!important;

    margin:0!important;
    padding:0!important;

    background:#000!important;

    border:0!important;
    border-bottom:1px solid rgba(255,255,255,.12)!important;

    box-shadow:none!important;

    backdrop-filter:none!important;
    -webkit-backdrop-filter:none!important;

    transition:
        background .28s ease,
        backdrop-filter .28s ease,
        box-shadow .28s ease!important;
}

.orre-nav-inner{
    height:64px!important;
}

.orre-nav-header.is-scrolled{
    background:rgba(72,72,72,.88)!important;

    backdrop-filter:blur(14px)!important;
    -webkit-backdrop-filter:blur(14px)!important;

    border-bottom-color:rgba(255,255,255,.14)!important;

    box-shadow:0 2px 18px rgba(0,0,0,.08)!important;
}

body.home .orre-nav-header,
body.tax-product_cat .orre-nav-header,
body.post-type-archive-product .orre-nav-header,
body.single-product .orre-nav-header,
body.woocommerce-cart .orre-nav-header,
body.woocommerce-checkout .orre-nav-header{
    position:sticky!important;
    top:0!important;
    height:64px!important;
    background:#000!important;
}

body.home .orre-nav-header.is-scrolled,
body.tax-product_cat .orre-nav-header.is-scrolled,
body.post-type-archive-product .orre-nav-header.is-scrolled,
body.single-product .orre-nav-header.is-scrolled,
body.woocommerce-cart .orre-nav-header.is-scrolled,
body.woocommerce-checkout .orre-nav-header.is-scrolled{
    background:rgba(72,72,72,.88)!important;
    backdrop-filter:blur(14px)!important;
    -webkit-backdrop-filter:blur(14px)!important;
}

.orre-menu-drawer{
    overflow-y:auto!important;
    overflow-x:hidden!important;

    scrollbar-width:none!important;
    -ms-overflow-style:none!important;
}

.orre-menu-drawer::-webkit-scrollbar{
    width:0!important;
    height:0!important;
    display:none!important;
}

.orre-drawer-nav{
    overflow:visible!important;
}

#orreMenuClose{
    position:relative!important;

    width:32px!important;
    height:32px!important;
    min-width:32px!important;
    min-height:32px!important;

    display:block!important;

    margin:0!important;
    padding:0!important;

    overflow:hidden!important;

    background:transparent!important;
    color:transparent!important;

    border:0!important;
    border-radius:50%!important;

    font-size:0!important;
    line-height:0!important;

    box-shadow:none!important;

    cursor:pointer!important;

    transition:background .2s ease!important;
}

#orreMenuClose:hover{
    background:rgba(255,255,255,.08)!important;
}

#orreMenuClose::before,
#orreMenuClose::after{
    content:""!important;

    position:absolute!important;
    top:50%!important;
    left:50%!important;

    width:17px!important;
    height:1.5px!important;

    background:#fff!important;

    border-radius:999px!important;

    transform-origin:center!important;
}

#orreMenuClose::before{
    transform:translate(-50%,-50%) rotate(45deg)!important;
}

#orreMenuClose::after{
    transform:translate(-50%,-50%) rotate(-45deg)!important;
}

body.home .orre-home-size-strip,
body.home .product-grid-item .wd-swatches-grid,
body.home .product-grid-item .wd-swatches-product,

body.post-type-archive-product .orre-shop-pro-sizes,
body.post-type-archive-product .orre-shop-pro-size-label,
body.post-type-archive-product .orre-shop-pro-size-list,
body.post-type-archive-product .product-grid-item .wd-swatches-grid,
body.post-type-archive-product .product-grid-item .wd-swatches-product,

body.tax-product_cat .orre-collection-size-strip,
body.tax-product_cat .orre-home-size-strip,
body.tax-product_cat .product-grid-item .wd-swatches-grid,
body.tax-product_cat .product-grid-item .wd-swatches-product,

body.single-product .related.products .wd-swatches-grid,
body.single-product .upsells.products .wd-swatches-grid,
body.single-product .related.products .wd-swatches-product,
body.single-product .upsells.products .wd-swatches-product{
    display:none!important;

    width:0!important;
    height:0!important;
    min-height:0!important;

    margin:0!important;
    padding:0!important;

    opacity:0!important;
    visibility:hidden!important;

    overflow:hidden!important;
}

.orre-shop-pro-gallery-slide{
    transition:opacity .38s ease!important;
}

.orre-home-main-image,
.orre-home-hover-image,
.orre-collection-main-image,
.orre-collection-hover-image{
    transition:opacity .38s ease,transform .45s ease!important;
}

.orre-home-product:hover .orre-home-main-image,
.orre-home-product:hover .orre-home-hover-image,
.orre-collection-card:hover .orre-collection-main-image,
.orre-collection-card:hover .orre-collection-hover-image{
    transform:none!important;
}

.orre-home-product.orre-auto-alt .orre-home-main-image,
.orre-collection-card.orre-auto-alt .orre-collection-main-image{
    opacity:0!important;
}

.orre-home-product.orre-auto-alt .orre-home-hover-image,
.orre-collection-card.orre-auto-alt .orre-collection-hover-image{
    opacity:1!important;
}

.orre-home-product-info,
.orre-collection-card-info,
.orre-shop-pro-info{
    margin-top:0!important;
}

.orre-shop-pro-card-top,
.orre-collection-card-media,
.orre-home-product-media{
    margin-bottom:0!important;
}

@media(max-width:767px){

    .orre-nav-header,
    body.home .orre-nav-header,
    body.tax-product_cat .orre-nav-header,
    body.post-type-archive-product .orre-nav-header,
    body.single-product .orre-nav-header,
    body.woocommerce-cart .orre-nav-header,
    body.woocommerce-checkout .orre-nav-header{
        height:58px!important;
    }

    .orre-nav-inner{
        height:58px!important;
        padding:0 15px!important;
    }

    .orre-shop-pro-gallery-arrow{
        opacity:.92!important;
    }
}

body.home .orre-new-section,
body.home .orre-category-section,
body.home .orre-inside-section,
body.home .orre-front-heading,
body.home .orre-front-more,

body.post-type-archive-product .orre-shop-pro-hero-inner,
body.post-type-archive-product .orre-shop-pro-toolbar,

body.tax-product_cat .orre-collection-header-inner,
body.tax-product_cat .orre-collection-toolbar,

body.single-product .orre-related-heading,
body.single-product .orre-related-products{
    box-sizing:border-box!important;
}

.orre-shop-pro-grid,
.orre-collection-grid,
.orre-front-products,
.orre-home-products-grid,
.orre-related-track{
    width:100%!important;
    max-width:none!important;

    padding-left:clamp(18px,3.2vw,56px)!important;
    padding-right:clamp(18px,3.2vw,56px)!important;

    box-sizing:border-box!important;
}

.orre-home-hero,
.orre-home-editorial,
.orre-brand-strip,
.orre-inside-section,
.orre-category-feature-grid{
    max-width:none!important;
}

.orre-shop-pro-grid,
.orre-collection-grid,
.orre-front-products,
.orre-home-products-grid{
    gap:8px!important;
}

.orre-shop-pro-card,
.orre-collection-card,
.orre-front-product,
.orre-home-product{
    background:#fff!important;
    min-width:0!important;
}

.orre-shop-pro-info,
.orre-collection-card-info,
.orre-front-product-meta,
.orre-home-product-info{
    padding:14px 10px 22px!important;
    margin:0!important;

    background:#fff!important;
}

.orre-shop-pro-name,
.orre-collection-card-title,
.orre-front-product-name,
.orre-home-product-name{
    display:block!important;

    margin:0!important;

    color:#111!important;

    font-family:Arial,Helvetica,sans-serif!important;
    font-size:13px!important;
    font-weight:700!important;
    line-height:1.35!important;

    letter-spacing:.01em!important;
    text-transform:uppercase!important;
}

.orre-shop-pro-price,
.orre-collection-card-price,
.orre-front-product-price,
.orre-home-product-price{
    margin-top:7px!important;

    color:#111!important;

    font-family:Arial,Helvetica,sans-serif!important;
    font-size:12.5px!important;
    font-weight:700!important;
    line-height:1.3!important;
}

.orre-home-size-strip,
.orre-collection-size-strip,
.orre-shop-pro-sizes{
    display:flex!important;
    visibility:visible!important;
    opacity:1!important;

    width:100%!important;
    height:auto!important;
    min-height:0!important;

    margin:0!important;
    padding:10px 10px 0!important;

    gap:6px!important;
    flex-wrap:wrap!important;

    background:#fff!important;

    box-sizing:border-box!important;
}

.orre-shop-pro-size-label,
.orre-home-size-label,
.orre-collection-size-label{
    display:none!important;
}

.orre-shop-pro-size-list{
    display:flex!important;
    flex-wrap:wrap!important;
    gap:6px!important;
}

.orre-home-size-strip span,
.orre-collection-size-strip span,
.orre-shop-pro-size-list span{
    min-width:40px!important;
    height:34px!important;

    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;

    padding:0 10px!important;

    background:#fff!important;
    color:#555!important;

    border:1px solid #d5d5d5!important;
    border-radius:0!important;

    font-family:Arial,Helvetica,sans-serif!important;
    font-size:10px!important;
    font-weight:500!important;
    line-height:1!important;

    letter-spacing:.02em!important;
    text-transform:uppercase!important;

    box-shadow:none!important;

    transition:
        background .18s ease,
        color .18s ease,
        border-color .18s ease!important;
}

.orre-home-size-strip span:hover,
.orre-collection-size-strip span:hover,
.orre-shop-pro-size-list span:hover{
    background:#000!important;
    color:#fff!important;
    border-color:#000!important;
}

body.home .product-grid-item .wd-swatches-grid,
body.post-type-archive-product .product-grid-item .wd-swatches-grid,
body.tax-product_cat .product-grid-item .wd-swatches-grid,
body.single-product .related.products .wd-swatches-grid,
body.single-product .upsells.products .wd-swatches-grid{
    display:flex!important;
    visibility:visible!important;
    opacity:1!important;

    height:auto!important;
    width:auto!important;

    margin-top:8px!important;

    flex-wrap:wrap!important;
    gap:6px!important;
}

.product-grid-item .wd-swatch-text,
.related.products .wd-swatch-text,
.upsells.products .wd-swatch-text{
    min-width:40px!important;
    height:34px!important;

    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;

    padding:0 10px!important;

    background:#fff!important;
    color:#555!important;

    border:1px solid #d5d5d5!important;
    border-radius:0!important;

    font-size:10px!important;
    font-weight:500!important;

    box-shadow:none!important;
}

.product-grid-item .wd-swatch-text:hover,
.product-grid-item .wd-swatch-text.wd-active,
.related.products .wd-swatch-text:hover,
.upsells.products .wd-swatch-text:hover{
    background:#000!important;
    color:#fff!important;
    border-color:#000!important;
}

.orre-shop-pro-card,
.orre-collection-card,
.orre-front-product,
.orre-home-product{
    padding-bottom:0!important;
}

.orre-shop-pro-products,
.orre-collection-products{
    padding-bottom:70px!important;
}

@media(max-width:1024px){

    .orre-shop-pro-grid,
    .orre-collection-grid,
    .orre-front-products,
    .orre-home-products-grid,
    .orre-related-track{
        padding-left:22px!important;
        padding-right:22px!important;
    }

    .orre-shop-pro-grid,
    .orre-collection-grid,
    .orre-front-products,
    .orre-home-products-grid{
        gap:6px!important;
    }
}

@media(max-width:767px){

    .orre-shop-pro-grid,
    .orre-collection-grid,
    .orre-front-products,
    .orre-home-products-grid,
    .orre-related-track{
        padding-left:10px!important;
        padding-right:10px!important;
    }

    .orre-shop-pro-grid,
    .orre-collection-grid,
    .orre-front-products,
    .orre-home-products-grid{
        gap:5px!important;
    }

    .orre-shop-pro-info,
    .orre-collection-card-info,
    .orre-front-product-meta,
    .orre-home-product-info{
        padding:10px 7px 16px!important;
    }

    .orre-shop-pro-name,
    .orre-collection-card-title,
    .orre-front-product-name,
    .orre-home-product-name{
        font-size:10.5px!important;
        line-height:1.35!important;
    }

    .orre-shop-pro-price,
    .orre-collection-card-price,
    .orre-front-product-price,
    .orre-home-product-price{
        margin-top:5px!important;
        font-size:10.5px!important;
    }

    .orre-home-size-strip,
    .orre-collection-size-strip,
    .orre-shop-pro-sizes{
        padding:7px 7px 0!important;
        gap:4px!important;
    }

    .orre-home-size-strip span,
    .orre-collection-size-strip span,
    .orre-shop-pro-size-list span,
    .product-grid-item .wd-swatch-text{
        min-width:33px!important;
        height:30px!important;

        padding:0 7px!important;

        font-size:9px!important;
    }
}

html{scroll-padding-top:64px!important}

body .orre-nav-header{
position:sticky!important;top:0!important;left:0!important;right:0!important;z-index:999999!important;
width:100%!important;height:64px!important;margin:0!important;padding:0!important;background:#000!important;
border:0!important;border-bottom:1px solid rgba(255,255,255,.12)!important;box-shadow:none!important;
backdrop-filter:none!important;-webkit-backdrop-filter:none!important;
transition:background .25s ease,backdrop-filter .25s ease,box-shadow .25s ease!important
}
body .orre-nav-header .orre-nav-inner{height:64px!important}
body .orre-nav-header.is-scrolled{
background:rgba(72,72,72,.90)!important;backdrop-filter:blur(14px)!important;
-webkit-backdrop-filter:blur(14px)!important;box-shadow:0 2px 18px rgba(0,0,0,.10)!important
}

body .orre-menu-drawer{
overflow-y:auto!important;overflow-x:hidden!important;scrollbar-width:none!important;-ms-overflow-style:none!important
}
body .orre-menu-drawer::-webkit-scrollbar{width:0!important;height:0!important;display:none!important}

body #orreMenuClose{
position:relative!important;width:32px!important;height:32px!important;display:block!important;margin:0!important;
padding:0!important;background:transparent!important;color:transparent!important;border:0!important;
font-size:0!important;line-height:0!important;overflow:hidden!important
}
body #orreMenuClose::before,body #orreMenuClose::after{
content:""!important;position:absolute!important;top:50%!important;left:50%!important;width:17px!important;
height:1.5px!important;background:#fff!important;border-radius:99px!important
}
body #orreMenuClose::before{transform:translate(-50%,-50%) rotate(45deg)!important}
body #orreMenuClose::after{transform:translate(-50%,-50%) rotate(-45deg)!important}

body .orre-shop-pro-grid,
body .orre-collection-grid,
body .orre-front-products,
body .orre-home-products-grid,
body .orre-related-track{
box-sizing:border-box!important;width:100%!important;padding-left:clamp(18px,3vw,54px)!important;
padding-right:clamp(18px,3vw,54px)!important
}

body .orre-home-hero,
body .orre-home-editorial,
body .orre-brand-strip,
body .orre-category-feature-grid{
width:100%!important;max-width:none!important;margin-left:0!important;margin-right:0!important
}

body .orre-shop-pro-grid,
body .orre-collection-grid,
body .orre-front-products,
body .orre-home-products-grid{gap:12px!important}

body .orre-shop-pro-card,
body .orre-collection-card,
body .orre-front-product,
body .orre-home-product{min-width:0!important;padding-bottom:0!important;background:#fff!important}

body .orre-shop-pro-info,
body .orre-collection-card-info,
body .orre-front-product-meta,
body .orre-home-product-info{
margin:0!important;padding:14px 10px 22px!important;background:#fff!important
}

body .orre-shop-pro-name,
body .orre-collection-card-title,
body .orre-front-product-name,
body .orre-home-product-name{
display:block!important;margin:0!important;color:#111!important;font-family:Arial,Helvetica,sans-serif!important;
font-size:13px!important;font-weight:700!important;line-height:1.35!important;letter-spacing:.01em!important;
text-transform:uppercase!important
}

body .orre-shop-pro-price,
body .orre-collection-card-price,
body .orre-front-product-price,
body .orre-home-product-price{
display:block!important;margin-top:7px!important;color:#111!important;font-family:Arial,Helvetica,sans-serif!important;
font-size:12.5px!important;font-weight:700!important;line-height:1.3!important
}

body .woocommerce-Price-currencySymbol{display:inline-block!important;margin-right:5px!important}

body .orre-home-size-strip,
body .orre-collection-size-strip,
body .orre-shop-pro-sizes{
display:flex!important;visibility:visible!important;opacity:1!important;width:100%!important;height:auto!important;
min-height:0!important;margin:0!important;padding:10px 10px 0!important;gap:6px!important;flex-wrap:wrap!important;
background:#fff!important
}

body .orre-home-size-label,
body .orre-collection-size-label,
body .orre-shop-pro-size-label{display:none!important}

body .orre-shop-pro-size-list{display:flex!important;flex-wrap:wrap!important;gap:6px!important}

body .orre-home-size-strip > span,
body .orre-collection-size-strip > span,
body .orre-shop-pro-size-list > span{
min-width:40px!important;height:34px!important;display:inline-flex!important;align-items:center!important;
justify-content:center!important;padding:0 10px!important;background:#fff!important;color:#555!important;
border:1px solid #d4d4d4!important;border-radius:0!important;font-family:Arial,Helvetica,sans-serif!important;
font-size:10px!important;font-weight:500!important;line-height:1!important
}

body .product-grid-item .wd-swatches-grid,
body .related.products .wd-swatches-grid,
body .upsells.products .wd-swatches-grid{
display:flex!important;visibility:visible!important;opacity:1!important;width:auto!important;height:auto!important;
margin-top:8px!important;flex-wrap:wrap!important;gap:6px!important
}

body .product-grid-item .wd-swatch-text,
body .related.products .wd-swatch-text,
body .upsells.products .wd-swatch-text{
min-width:40px!important;height:34px!important;display:inline-flex!important;align-items:center!important;
justify-content:center!important;padding:0 10px!important;background:#fff!important;color:#555!important;
border:1px solid #d4d4d4!important;border-radius:0!important;font-size:10px!important;font-weight:500!important;
box-shadow:none!important
}

body .product-grid-item .wd-swatch-text:hover,
body .product-grid-item .wd-swatch-text.wd-active,
body .related.products .wd-swatch-text:hover,
body .upsells.products .wd-swatch-text:hover{
background:#000!important;color:#fff!important;border-color:#000!important
}

body .orre-shop-pro-gallery-slide{transition:opacity .35s ease!important}
body .orre-home-main-image,
body .orre-home-hover-image,
body .orre-collection-main-image,
body .orre-collection-hover-image{transition:opacity .35s ease!important}

body .orre-home-product.orre-auto-alt .orre-home-main-image,
body .orre-collection-card.orre-auto-alt .orre-collection-main-image{opacity:0!important}

body .orre-home-product.orre-auto-alt .orre-home-hover-image,
body .orre-collection-card.orre-auto-alt .orre-collection-hover-image{opacity:1!important}

@media(max-width:767px){
html{scroll-padding-top:58px!important}
body .orre-nav-header{height:58px!important}
body .orre-nav-header .orre-nav-inner{height:58px!important;padding-left:14px!important;padding-right:14px!important}
body .orre-shop-pro-grid,
body .orre-collection-grid,
body .orre-front-products,
body .orre-home-products-grid,
body .orre-related-track{padding-left:10px!important;padding-right:10px!important}
body .orre-shop-pro-grid,
body .orre-collection-grid,
body .orre-front-products,
body .orre-home-products-grid{gap:6px!important}
body .orre-shop-pro-info,
body .orre-collection-card-info,
body .orre-front-product-meta,
body .orre-home-product-info{padding:10px 7px 16px!important}
body .orre-shop-pro-name,
body .orre-collection-card-title,
body .orre-front-product-name,
body .orre-home-product-name{font-size:10.5px!important}
body .orre-shop-pro-price,
body .orre-collection-card-price,
body .orre-front-product-price,
body .orre-home-product-price{font-size:10.5px!important}
body .orre-home-size-strip,
body .orre-collection-size-strip,
body .orre-shop-pro-sizes{padding:7px 7px 0!important;gap:4px!important}
body .orre-home-size-strip > span,
body .orre-collection-size-strip > span,
body .orre-shop-pro-size-list > span,
body .product-grid-item .wd-swatch-text{min-width:33px!important;height:30px!important;padding:0 7px!important;font-size:9px!important}
}

.orre-home-size-strip,
.orre-collection-size-strip,
.orre-shop-pro-sizes{
    display:flex!important;
    visibility:visible!important;
    opacity:1!important;

    position:relative!important;

    width:100%!important;
    height:auto!important;
    min-height:0!important;
    max-height:none!important;

    margin:0!important;
    padding:10px 14px 0!important;

    flex-wrap:wrap!important;
    align-items:center!important;

    gap:6px!important;

    background:#fff!important;

    transform:none!important;
    overflow:visible!important;
}

.orre-home-size-label,
.orre-collection-size-label,
.orre-shop-pro-size-label{
    display:none!important;
}

.orre-shop-pro-size-list{
    display:flex!important;

    flex-wrap:wrap!important;
    align-items:center!important;

    gap:6px!important;

    width:100%!important;

    margin:0!important;
    padding:0!important;
}

.orre-home-size-strip > span,
.orre-collection-size-strip > span,
.orre-shop-pro-size-list > span{
    display:inline-flex!important;

    align-items:center!important;
    justify-content:center!important;

    min-width:39px!important;
    width:auto!important;
    height:34px!important;

    margin:0!important;
    padding:0 10px!important;

    background:#fff!important;
    color:#444!important;

    border:1px solid #d4d4d4!important;
    border-radius:0!important;

    font-family:Arial, Helvetica, sans-serif!important;
    font-size:10px!important;
    font-weight:500!important;
    line-height:1!important;

    letter-spacing:.02em!important;
    text-transform:uppercase!important;

    box-shadow:none!important;

    opacity:1!important;
    visibility:visible!important;

    cursor:pointer!important;

    transition:
        background .18s ease,
        color .18s ease,
        border-color .18s ease!important;
}

.orre-home-size-strip > span:hover,
.orre-collection-size-strip > span:hover,
.orre-shop-pro-size-list > span:hover{
    background:#000!important;
    color:#fff!important;
    border-color:#000!important;
}

.product-grid-item .wd-swatches-grid,
.related.products .wd-swatches-grid,
.upsells.products .wd-swatches-grid{
    display:flex!important;
    visibility:visible!important;
    opacity:1!important;

    width:100%!important;
    height:auto!important;
    min-height:0!important;

    margin:8px 0 0!important;
    padding:0!important;

    flex-wrap:wrap!important;
    align-items:center!important;

    gap:6px!important;

    transform:none!important;
    overflow:visible!important;
}

.product-grid-item .wd-swatch-text,
.related.products .wd-swatch-text,
.upsells.products .wd-swatch-text{
    display:inline-flex!important;

    align-items:center!important;
    justify-content:center!important;

    min-width:39px!important;
    width:auto!important;
    height:34px!important;

    padding:0 10px!important;
    margin:0!important;

    background:#fff!important;
    color:#444!important;

    border:1px solid #d4d4d4!important;
    border-radius:0!important;

    font-size:10px!important;
    font-weight:500!important;

    box-shadow:none!important;

    opacity:1!important;
    visibility:visible!important;
}

.product-grid-item .wd-swatch-text:hover,
.product-grid-item .wd-swatch-text.wd-active{
    background:#000!important;
    color:#fff!important;
    border-color:#000!important;
}

@media (min-width:768px){

    .orre-home-size-strip,
    .orre-collection-size-strip,
    .orre-shop-pro-sizes{
        display:flex!important;
        padding:10px 14px 0!important;
    }

    .orre-home-size-strip > span,
    .orre-collection-size-strip > span,
    .orre-shop-pro-size-list > span,
    .product-grid-item .wd-swatch-text{
        min-width:39px!important;
        height:34px!important;

        padding:0 10px!important;

        font-size:10px!important;
    }
}

@media (max-width:767px){

    .orre-home-size-strip,
    .orre-collection-size-strip,
    .orre-shop-pro-sizes{
        display:flex!important;

        padding:8px 7px 0!important;

        gap:5px!important;
    }

    .orre-shop-pro-size-list{
        gap:5px!important;
    }

    .orre-home-size-strip > span,
    .orre-collection-size-strip > span,
    .orre-shop-pro-size-list > span,
    .product-grid-item .wd-swatch-text{
        min-width:34px!important;
        height:30px!important;

        padding:0 7px!important;

        font-size:9px!important;
    }
}

.orre-home-size-strip{
    display:flex!important;
    flex-wrap:wrap!important;
    align-items:center!important;

    gap:6px!important;

    width:100%!important;

    margin:0!important;
    padding:10px 14px 0!important;

    background:#fff!important;
}

.orre-home-size-strip span{
    min-width:40px!important;
    height:34px!important;

    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;

    padding:0 10px!important;

    color:#555!important;
    background:#fff!important;

    border:1px solid #d5d5d5!important;
    border-radius:0!important;

    font-size:10px!important;
    font-weight:500!important;
    line-height:1!important;

    text-transform:uppercase!important;
}

.orre-home-size-strip span:hover{
    background:#000!important;
    color:#fff!important;
    border-color:#000!important;
}

@media(max-width:767px){

    .orre-home-size-strip{
        gap:4px!important;
        padding:7px 7px 0!important;
    }

    .orre-home-size-strip span{
        min-width:33px!important;
        height:30px!important;

        padding:0 7px!important;

        font-size:9px!important;
    }
}

body .orre-home-product-grid,
body .orre-shop-pro-grid,
body .orre-collection-grid,
body .orre-related-track {
    box-sizing: border-box !important;
    width: 100% !important;
    padding-left: clamp(22px,3vw,56px) !important;
    padding-right: clamp(22px,3vw,56px) !important;
}

body .orre-product-slider {
    scroll-padding-left: clamp(22px,3vw,56px) !important;
    scroll-padding-right: clamp(22px,3vw,56px) !important;
}

body .orre-home-hero,
body .orre-home-editorial,
body .orre-home-brand,
body .orre-brand-strip {
    width: 100% !important;
    max-width: none !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

body .orre-home-product-grid,
body .orre-shop-pro-grid,
body .orre-collection-grid {
    gap: 12px !important;
}

body .orre-home-size-strip {
    position: relative !important;
    display: flex !important;
    visibility: visible !important;
    opacity: 1 !important;
    width: 100% !important;
    height: auto !important;
    min-height: 44px !important;
    max-height: none !important;
    margin: 0 !important;
    padding: 10px 14px 0 !important;
    flex-wrap: wrap !important;
    align-items: flex-start !important;
    gap: 6px !important;
    background: #fff !important;
    transform: none !important;
    overflow: visible !important;
}

    body .orre-home-size-strip > span {
        min-width: 40px !important;
        width: auto !important;
        height: 34px !important;
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        margin: 0 !important;
        padding: 0 10px !important;
        background: #fff !important;
        color: #555 !important;
        border: 1px solid #d4d4d4 !important;
        border-radius: 0 !important;
        font-family: Arial,Helvetica,sans-serif !important;
        font-size: 10px !important;
        font-weight: 500 !important;
        line-height: 1 !important;
        letter-spacing: .02em !important;
        text-transform: uppercase !important;
        box-shadow: none !important;
    }

body .orre-shop-pro-sizes,
body .orre-collection-size-strip {
    display: flex !important;
    visibility: visible !important;
    opacity: 1 !important;
    width: 100% !important;
    height: auto !important;
    min-height: 44px !important;
    margin: 0 !important;
    padding: 10px 14px 0 !important;
    gap: 6px !important;
    flex-wrap: wrap !important;
    background: #fff !important;
    transform: none !important;
    overflow: visible !important;
}

body .orre-shop-pro-size-label,
body .orre-collection-size-label {
    display: none !important;
}

body .orre-shop-pro-size-list {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 6px !important;
}

    body .orre-shop-pro-size-list > span,
    body .orre-collection-size-strip > span {
        min-width: 40px !important;
        width: auto !important;
        height: 34px !important;
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        padding: 0 10px !important;
        background: #fff !important;
        color: #555 !important;
        border: 1px solid #d4d4d4 !important;
        border-radius: 0 !important;
        font-size: 10px !important;
        font-weight: 500 !important;
    }

body .product-grid-item .wd-swatches-grid,
body .related.products .wd-swatches-grid,
body .upsells.products .wd-swatches-grid {
    display: flex !important;
    visibility: visible !important;
    opacity: 1 !important;
    width: 100% !important;
    height: auto !important;
    margin: 8px 0 0 !important;
    padding: 0 !important;
    flex-wrap: wrap !important;
    gap: 6px !important;
}

body .product-grid-item .wd-swatch-text,
body .related.products .wd-swatch-text,
body .upsells.products .wd-swatch-text {
    min-width: 40px !important;
    height: 34px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0 10px !important;
    background: #fff !important;
    color: #555 !important;
    border: 1px solid #d4d4d4 !important;
    border-radius: 0 !important;
    font-size: 10px !important;
    font-weight: 500 !important;
    box-shadow: none !important;
}

body .orre-home-product-info,
body .orre-shop-pro-info,
body .orre-collection-card-info {
    margin: 0 !important;
    padding: 13px 14px 24px !important;
    background: #fff !important;
}

body .orre-home-product-name,
body .orre-shop-pro-name,
body .orre-collection-card-title {
    display: block !important;
    margin: 0 !important;
    color: #111 !important;
    font-family: Arial,Helvetica,sans-serif !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    line-height: 1.35 !important;
    letter-spacing: .01em !important;
    text-transform: uppercase !important;
}

body .orre-home-product-price,
body .orre-shop-pro-price,
body .orre-collection-card-price {
    display: block !important;
    margin-top: 7px !important;
    color: #111 !important;
    font-family: Arial,Helvetica,sans-serif !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    line-height: 1.3 !important;
}

body .woocommerce-Price-currencySymbol {
    display: inline-block !important;
    margin-right: 5px !important;
}

@media(max-width:1024px) {

    body .orre-home-product-grid,
    body .orre-shop-pro-grid,
    body .orre-collection-grid,
    body .orre-related-track {
        padding-left: 18px !important;
        padding-right: 18px !important;
    }

    body .orre-home-product-grid,
    body .orre-shop-pro-grid,
    body .orre-collection-grid {
        gap: 8px !important;
    }
}

@media(max-width:767px) {

    body .orre-home-product-grid,
    body .orre-shop-pro-grid,
    body .orre-collection-grid,
    body .orre-related-track {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    body .orre-home-product-grid,
    body .orre-shop-pro-grid,
    body .orre-collection-grid {
        gap: 6px !important;
    }

    body .orre-home-size-strip,
    body .orre-shop-pro-sizes,
    body .orre-collection-size-strip {
        min-height: 38px !important;
        padding: 7px 7px 0 !important;
        gap: 4px !important;
    }

        body .orre-home-size-strip > span,
        body .orre-shop-pro-size-list > span,
        body .orre-collection-size-strip > span,
        body .product-grid-item .wd-swatch-text {
            min-width: 33px !important;
            height: 30px !important;
            padding: 0 7px !important;
            font-size: 9px !important;
        }

    body .orre-home-product-info,
    body .orre-shop-pro-info,
    body .orre-collection-card-info {
        padding: 10px 7px 17px !important;
    }

    body .orre-home-product-name,
    body .orre-shop-pro-name,
    body .orre-collection-card-title {
        font-size: 10.5px !important;
    }

    body .orre-home-product-price,
    body .orre-shop-pro-price,
    body .orre-collection-card-price {
        margin-top: 5px !important;
        font-size: 10.5px !important;
    }
}

.orre-home-product-grid,
.orre-shop-pro-grid,
.orre-collection-grid,
.orre-related-track{
    width:100%!important;
    max-width:100%!important;

    box-sizing:border-box!important;

    padding-left:40px!important;
    padding-right:40px!important;

    margin-left:auto!important;
    margin-right:auto!important;
}

.orre-home-product-grid,
.orre-shop-pro-grid,
.orre-collection-grid{
    gap:16px!important;
    column-gap:16px!important;
    row-gap:24px!important;
}

.orre-home-product,
.orre-shop-pro-card,
.orre-collection-card{
    min-width:0!important;

    margin:0!important;
    padding:0!important;

    background:#fff!important;
}

.orre-home-product-media,
.orre-shop-pro-gallery,
.orre-collection-card-media{
    width:100%!important;

    margin:0!important;
    padding:0!important;

    overflow:hidden!important;

    background:#f3efed!important;
}

.orre-home-product-media img,
.orre-shop-pro-gallery img,
.orre-collection-card-media img{
    display:block!important;

    width:100%!important;
    height:100%!important;

    margin:0!important;

    object-fit:cover!important;
    object-position:center!important;
}

.orre-home-size-strip,
.orre-shop-pro-sizes,
.orre-collection-size-strip{
    box-sizing:border-box!important;

    width:100%!important;

    margin:0!important;
    padding:10px 12px 0!important;

    gap:6px!important;

    background:#fff!important;
}

.orre-home-product-info,
.orre-shop-pro-info,
.orre-collection-card-info{
    box-sizing:border-box!important;

    width:100%!important;

    margin:0!important;
    padding:14px 12px 24px!important;

    background:#fff!important;
}

.orre-home-product-name,
.orre-shop-pro-name,
.orre-collection-card-title{
    margin:0!important;

    font-size:13px!important;
    font-weight:700!important;
    line-height:1.35!important;

    text-transform:uppercase!important;
}

.orre-home-product-price,
.orre-shop-pro-price,
.orre-collection-card-price{
    margin-top:7px!important;

    font-size:12px!important;
    font-weight:700!important;
}

.woocommerce-Price-currencySymbol{
    display:inline-block!important;
    margin-right:5px!important;
}

@media(max-width:1024px){

    .orre-home-product-grid,
    .orre-shop-pro-grid,
    .orre-collection-grid,
    .orre-related-track{
        padding-left:24px!important;
        padding-right:24px!important;
    }

    .orre-home-product-grid,
    .orre-shop-pro-grid,
    .orre-collection-grid{
        gap:12px!important;
    }
}

@media(max-width:767px){

    .orre-home-product-grid,
    .orre-shop-pro-grid,
    .orre-collection-grid,
    .orre-related-track{
        padding-left:12px!important;
        padding-right:12px!important;
    }

    .orre-home-product-grid,
    .orre-shop-pro-grid,
    .orre-collection-grid{
        gap:8px!important;
        row-gap:18px!important;
    }

    .orre-home-size-strip,
    .orre-shop-pro-sizes,
    .orre-collection-size-strip{
        padding:7px 7px 0!important;
    }

    .orre-home-product-info,
    .orre-shop-pro-info,
    .orre-collection-card-info{
        padding:10px 7px 16px!important;
    }
}

:root{
    --orre-page-gutter: 56px;
    --orre-card-gap: 16px;
}

.orre-home-new,
.orre-home-collection{
    padding-left:var(--orre-page-gutter)!important;
    padding-right:var(--orre-page-gutter)!important;

    box-sizing:border-box!important;
}

.orre-home-new .orre-home-section-header,
.orre-home-collection .orre-home-section-header{
    padding-left:0!important;
    padding-right:0!important;
}

.orre-home-product-grid{
    width:100%!important;

    padding-left:0!important;
    padding-right:0!important;

    gap:var(--orre-card-gap)!important;

    box-sizing:border-box!important;
}

.orre-slider-shell{
    position:relative!important;

    width:100%!important;

    margin:0!important;
    padding:0!important;

    box-sizing:border-box!important;
}

.orre-inside{
    width:100%!important;

    padding-left:var(--orre-page-gutter)!important;
    padding-right:var(--orre-page-gutter)!important;

    box-sizing:border-box!important;
}

.orre-inside-head{
    width:100%!important;

    margin-left:auto!important;
    margin-right:auto!important;

    padding-left:0!important;
    padding-right:0!important;

    box-sizing:border-box!important;
}

.orre-inside-shell{
    position:relative!important;

    width:100%!important;

    margin:0!important;
    padding:0!important;

    box-sizing:border-box!important;
}

.orre-inside-track{
    width:100%!important;

    margin:0!important;

    padding-left:0!important;
    padding-right:0!important;

    gap:30px!important;

    box-sizing:border-box!important;
}

.orre-home-product,
.orre-inside-card{
    margin:0!important;
}

.orre-shop-pro-products,
.orre-collection-products{
    padding-left:var(--orre-page-gutter)!important;
    padding-right:var(--orre-page-gutter)!important;

    box-sizing:border-box!important;
}

.orre-shop-pro-grid,
.orre-collection-grid{
    width:100%!important;

    padding-left:0!important;
    padding-right:0!important;

    gap:var(--orre-card-gap)!important;

    box-sizing:border-box!important;
}

.orre-related-section,
.related.products,
.upsells.products{
    padding-left:var(--orre-page-gutter)!important;
    padding-right:var(--orre-page-gutter)!important;

    box-sizing:border-box!important;
}

.orre-related-track{
    width:100%!important;

    padding-left:0!important;
    padding-right:0!important;

    gap:var(--orre-card-gap)!important;

    box-sizing:border-box!important;
}

.orre-slider-prev,
.orre-inside-prev{
    left:-28px!important;
}

.orre-slider-next,
.orre-inside-next{
    right:-28px!important;
}

@media(max-width:1024px){

    :root{
        --orre-page-gutter: 28px;
        --orre-card-gap: 12px;
    }

    .orre-inside-track{
        gap:18px!important;
    }

    .orre-slider-prev,
    .orre-inside-prev{
        left:-14px!important;
    }

    .orre-slider-next,
    .orre-inside-next{
        right:-14px!important;
    }
}

@media(max-width:767px){

    :root{
        --orre-page-gutter: 12px;
        --orre-card-gap: 8px;
    }

    .orre-home-new,
    .orre-home-collection,
    .orre-inside,
    .orre-shop-pro-products,
    .orre-collection-products,
    .orre-related-section,
    .related.products,
    .upsells.products{
        padding-left:12px!important;
        padding-right:12px!important;
    }

    .orre-inside-track{
        gap:12px!important;
    }

    .orre-slider-prev,
    .orre-inside-prev{
        left:4px!important;
    }

    .orre-slider-next,
    .orre-inside-next{
        right:4px!important;
    }
}

.orre-home-new,
.orre-home-collection{
    box-sizing:border-box!important;
    width:100%!important;
    padding-left:56px!important;
    padding-right:56px!important;
}

.orre-slider-shell{
    position:relative!important;
    width:100%!important;
    margin:0!important;
    padding:0!important;
    overflow:visible!important;
}

.orre-home-product-grid{
    box-sizing:border-box!important;
    width:100%!important;
    padding-left:0!important;
    padding-right:0!important;
    gap:16px!important;
}

.orre-slider-arrow{
    position:absolute!important;
    top:42%!important;
    z-index:50!important;

    width:50px!important;
    height:50px!important;

    display:flex!important;
    align-items:center!important;
    justify-content:center!important;

    padding:0!important;
    margin:0!important;

    background:rgba(255,255,255,.96)!important;
    color:#111!important;

    border:1px solid rgba(0,0,0,.08)!important;
    border-radius:50%!important;

    box-shadow:0 5px 18px rgba(0,0,0,.10)!important;

    transform:translateY(-50%)!important;

    cursor:pointer!important;
}

.orre-slider-prev{
    left:10px!important;
}

.orre-slider-next{
    right:10px!important;
}

.orre-slider-arrow:hover{
    background:#000!important;
    color:#fff!important;
}

.orre-slider-arrow > span{
    position:relative!important;
    display:block!important;
    width:12px!important;
    height:12px!important;
}

.orre-slider-arrow > span::before{
    content:""!important;
    position:absolute!important;
    top:50%!important;
    left:50%!important;
    width:8px!important;
    height:8px!important;
    border-top:1.5px solid currentColor!important;
    border-right:1.5px solid currentColor!important;
}

.orre-slider-prev > span::before{
    transform:translate(-35%,-50%) rotate(-135deg)!important;
}

.orre-slider-next > span::before{
    transform:translate(-65%,-50%) rotate(45deg)!important;
}

.orre-home-size-strip{
    display:flex!important;
    visibility:visible!important;
    opacity:1!important;

    width:100%!important;
    min-height:44px!important;

    margin:0!important;
    padding:10px 12px 0!important;

    flex-wrap:wrap!important;
    align-items:center!important;
    gap:6px!important;

    background:#fff!important;
    overflow:visible!important;
    transform:none!important;
}

.orre-home-size-strip > span{
    min-width:40px!important;
    height:34px!important;

    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;

    padding:0 10px!important;

    background:#fff!important;
    color:#444!important;

    border:1px solid #d4d4d4!important;
    border-radius:0!important;

    font-family:Arial,Helvetica,sans-serif!important;
    font-size:10px!important;
    font-weight:500!important;
    line-height:1!important;
    text-transform:uppercase!important;
}

.orre-home-product-info{
    box-sizing:border-box!important;
    width:100%!important;

    margin:0!important;
    padding:12px 12px 22px!important;

    background:#fff!important;
}

.orre-home-product-name{
    margin:0!important;
    font-size:13px!important;
    font-weight:700!important;
    line-height:1.35!important;
    text-transform:uppercase!important;
}

.orre-home-product-price{
    margin-top:7px!important;
    font-size:12px!important;
    font-weight:700!important;
}

@media(max-width:1024px){

    .orre-home-new,
    .orre-home-collection{
        padding-left:28px!important;
        padding-right:28px!important;
    }

    .orre-home-product-grid{
        gap:12px!important;
    }

    .orre-slider-arrow{
        width:44px!important;
        height:44px!important;
    }

    .orre-slider-prev{
        left:8px!important;
    }

    .orre-slider-next{
        right:8px!important;
    }
}

@media(max-width:767px){

    .orre-home-new,
    .orre-home-collection{
        padding-left:12px!important;
        padding-right:12px!important;
    }

    .orre-home-product-grid{
        gap:8px!important;
    }

    .orre-slider-arrow{
        width:38px!important;
        height:38px!important;
        top:40%!important;
    }

    .orre-slider-prev{
        left:5px!important;
    }

    .orre-slider-next{
        right:5px!important;
    }

    .orre-home-size-strip{
        min-height:38px!important;
        padding:7px 7px 0!important;
        gap:4px!important;
    }

    .orre-home-size-strip > span{
        min-width:33px!important;
        height:30px!important;
        padding:0 7px!important;
        font-size:9px!important;
    }

    .orre-home-product-info{
        padding:10px 7px 16px!important;
    }
}

.orre-home-new,
.orre-home-collection{
    box-sizing:border-box!important;
    width:100%!important;
    padding-left:64px!important;
    padding-right:64px!important;
}

.orre-slider-shell{
    position:relative!important;
    width:100%!important;
    margin:0!important;
    padding:0!important;
    overflow:hidden!important;
}

.orre-home-product-grid{
    box-sizing:border-box!important;
    width:100%!important;
    gap:16px!important;
    padding:0!important;
    margin:0!important;
}

.orre-home-product{
    min-width:0!important;
    margin:0!important;
    background:#fff!important;
}

.orre-slider-arrow{
    position:absolute!important;
    top:42%!important;
    z-index:60!important;

    width:48px!important;
    height:48px!important;

    display:flex!important;
    align-items:center!important;
    justify-content:center!important;

    margin:0!important;
    padding:0!important;

    background:#fff!important;
    color:#111!important;

    border:1px solid rgba(0,0,0,.10)!important;
    border-radius:50%!important;

    box-shadow:0 4px 16px rgba(0,0,0,.10)!important;

    transform:translateY(-50%)!important;
}

.orre-slider-prev{
    left:14px!important;
}

.orre-slider-next{
    right:14px!important;
}

.orre-slider-arrow svg{
    width:20px!important;
    height:20px!important;

    display:block!important;

    fill:none!important;
    stroke:currentColor!important;
    stroke-width:1.8!important;
    stroke-linecap:round!important;
    stroke-linejoin:round!important;
}

.orre-slider-arrow:hover{
    background:#000!important;
    color:#fff!important;
}

.orre-slider-arrow > span,
.orre-slider-arrow::before,
.orre-slider-arrow::after,
.orre-slider-arrow > span::before,
.orre-slider-arrow > span::after{
    display:none!important;
    content:none!important;
}

.orre-home-size-strip{
    box-sizing:border-box!important;

    display:flex!important;
    visibility:visible!important;
    opacity:1!important;

    width:100%!important;
    min-height:46px!important;

    margin:0!important;
    padding:10px 12px 2px!important;

    flex-wrap:wrap!important;
    align-items:center!important;
    gap:6px!important;

    background:#fff!important;

    transform:none!important;
    overflow:visible!important;
}

.orre-home-size-strip > span{
    min-width:40px!important;
    height:34px!important;

    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;

    margin:0!important;
    padding:0 10px!important;

    color:#444!important;
    background:#fff!important;

    border:1px solid #d4d4d4!important;
    border-radius:0!important;

    font-family:Arial,Helvetica,sans-serif!important;
    font-size:10px!important;
    font-weight:500!important;
    line-height:1!important;

    text-transform:uppercase!important;
}

.orre-home-product-info{
    box-sizing:border-box!important;
    width:100%!important;

    margin:0!important;
    padding:12px 12px 22px!important;

    background:#fff!important;
}

@media(max-width:1024px){

    .orre-home-new,
    .orre-home-collection{
        padding-left:28px!important;
        padding-right:28px!important;
    }

    .orre-home-product-grid{
        gap:12px!important;
    }

    .orre-slider-arrow{
        width:44px!important;
        height:44px!important;
    }

    .orre-slider-prev{
        left:10px!important;
    }

    .orre-slider-next{
        right:10px!important;
    }
}

@media(max-width:767px){

    .orre-home-new,
    .orre-home-collection{
        padding-left:12px!important;
        padding-right:12px!important;
    }

    .orre-home-product-grid{
        gap:8px!important;
    }

    .orre-slider-arrow{
        width:38px!important;
        height:38px!important;
        top:40%!important;
    }

    .orre-slider-prev{
        left:6px!important;
    }

    .orre-slider-next{
        right:6px!important;
    }

    .orre-home-size-strip{
        min-height:38px!important;
        padding:7px 7px 2px!important;
        gap:4px!important;
    }

    .orre-home-size-strip > span{
        min-width:33px!important;
        height:30px!important;
        padding:0 7px!important;
        font-size:9px!important;
    }
}

body.home .orre-home-collection{
    width:100%!important;
    padding-left:56px!important;
    padding-right:56px!important;
    box-sizing:border-box!important;
}

body.home .orre-home-collection .orre-slider-shell{
    position:relative!important;
    width:100%!important;
    margin:0!important;
    padding:0!important;
    overflow:hidden!important;
}

body.home .orre-product-slider{
    display:flex!important;
    width:100%!important;
    gap:16px!important;
    margin:0!important;
    padding:0!important;
    overflow-x:auto!important;
    overflow-y:hidden!important;
    scroll-snap-type:x proximity!important;
    scrollbar-width:none!important;
}

body.home .orre-product-slider::-webkit-scrollbar{
    display:none!important;
}

body.home .orre-product-slider > .orre-home-product{
    flex:0 0 calc((100% - 48px) / 4)!important;
    width:calc((100% - 48px) / 4)!important;
    max-width:calc((100% - 48px) / 4)!important;
    min-width:0!important;
    margin:0!important;
    padding:0 0 24px!important;
    scroll-snap-align:start!important;
}

body.home .orre-home-size-strip{
    position:static!important;
    inset:auto!important;

    display:flex!important;
    visibility:visible!important;
    opacity:1!important;
    transform:none!important;

    width:100%!important;
    min-height:46px!important;

    margin:0!important;
    padding:10px 12px 2px!important;

    align-items:center!important;
    justify-content:flex-start!important;
    flex-wrap:wrap!important;
    gap:6px!important;

    background:#fff!important;
    overflow:visible!important;

    transition:none!important;
}

body.home .orre-home-product:hover .orre-home-size-strip{
    opacity:1!important;
    transform:none!important;
}

body.home .orre-home-size-strip > span{
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;

    min-width:40px!important;
    width:auto!important;
    height:34px!important;

    margin:0!important;
    padding:0 10px!important;

    background:#fff!important;
    color:#555!important;

    border:1px solid #d5d5d5!important;
    border-radius:0!important;

    box-shadow:none!important;

    font-family:Arial,Helvetica,sans-serif!important;
    font-size:10px!important;
    font-weight:500!important;
    line-height:1!important;
    letter-spacing:0!important;
    text-transform:uppercase!important;
}

body.home .orre-home-product-info{
    margin:0!important;
    padding:10px 12px 24px!important;
    background:#fff!important;
}

body.home .orre-slider-arrow,
body.home .orre-slider-arrow:hover,
body.home .orre-slider-arrow:focus{
    position:absolute!important;
    top:42%!important;
    z-index:100!important;

    width:52px!important;
    height:52px!important;

    display:flex!important;
    align-items:center!important;
    justify-content:center!important;

    margin:0!important;
    padding:0!important;

    background:#fff!important;
    color:#111!important;

    border:1px solid #e2e2e2!important;
    border-radius:50%!important;

    box-shadow:0 5px 18px rgba(0,0,0,.10)!important;

    transform:translateY(-50%)!important;
}

body.home .orre-slider-prev{
    left:12px!important;
}

body.home .orre-slider-next{
    right:12px!important;
}

body.home .orre-slider-arrow span{
    position:relative!important;
    display:block!important;
    width:14px!important;
    height:14px!important;
}

body.home .orre-slider-arrow span::before{
    content:""!important;
    position:absolute!important;
    top:50%!important;
    left:50%!important;
    width:8px!important;
    height:8px!important;
    border-top:1.8px solid currentColor!important;
    border-right:1.8px solid currentColor!important;
}

body.home .orre-slider-prev span::before{
    transform:translate(-35%,-50%) rotate(-135deg)!important;
}

body.home .orre-slider-next span::before{
    transform:translate(-65%,-50%) rotate(45deg)!important;
}

body.post-type-archive-product .orre-shop-pro-sizes,
body.post-type-archive-product .orre-shop-pro-size-list{
    display:flex!important;
    visibility:visible!important;
    opacity:1!important;
}

body.post-type-archive-product .orre-shop-pro-size-label{
    display:none!important;
}

body.post-type-archive-product .orre-shop-pro-sizes{
    position:static!important;
    width:100%!important;
    min-height:46px!important;
    margin:0!important;
    padding:10px 12px 2px!important;
    align-items:center!important;
    justify-content:flex-start!important;
    background:#fff!important;
}

body.post-type-archive-product .orre-shop-pro-size-list{
    align-items:center!important;
    justify-content:flex-start!important;
    flex-wrap:wrap!important;
    gap:6px!important;
}

body.post-type-archive-product .orre-shop-pro-size-list > span{
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    min-width:40px!important;
    height:34px!important;
    padding:0 10px!important;
    margin:0!important;
    background:#fff!important;
    color:#555!important;
    border:1px solid #d5d5d5!important;
    border-radius:0!important;
    font-size:10px!important;
    font-weight:500!important;
    line-height:1!important;
}

body.tax-product_cat .orre-collection-sizes{
    display:flex!important;
    visibility:visible!important;
    opacity:1!important;
    transform:none!important;
}

@media(max-width:1024px){
    body.home .orre-home-collection{
        padding-left:28px!important;
        padding-right:28px!important;
    }

    body.home .orre-product-slider{
        gap:12px!important;
    }

    body.home .orre-product-slider > .orre-home-product{
        flex-basis:calc((100% - 24px) / 3)!important;
        width:calc((100% - 24px) / 3)!important;
        max-width:calc((100% - 24px) / 3)!important;
    }
}

@media(max-width:767px){
    body.home .orre-home-collection{
        padding-left:12px!important;
        padding-right:12px!important;
    }

    body.home .orre-product-slider{
        gap:10px!important;
    }

    body.home .orre-product-slider > .orre-home-product{
        flex:0 0 78vw!important;
        width:78vw!important;
        max-width:330px!important;
    }

    body.home .orre-home-size-strip{
        min-height:38px!important;
        padding:7px 7px 2px!important;
        gap:4px!important;
    }

    body.home .orre-home-size-strip > span{
        min-width:33px!important;
        height:30px!important;
        padding:0 7px!important;
        font-size:9px!important;
    }

    body.home .orre-slider-arrow{
        display:none!important;
    }
}

.orre-home-product-name,
.orre-collection-product-name,
.orre-shop-pro-name,
.orre-pdp-final-related-info > a{
    color:#111!important;
    font-family:Arial,Helvetica,sans-serif!important;
    font-size:14px!important;
    font-weight:700!important;
    line-height:1.35!important;
    letter-spacing:.01em!important;
    text-transform:uppercase!important;
}

.orre-home-product-price,
.orre-collection-product-price,
.orre-shop-pro-price,
.orre-pdp-final-related-info > span{
    margin-top:8px!important;
    color:#111!important;
    font-family:Arial,Helvetica,sans-serif!important;
    font-size:14px!important;
    font-weight:700!important;
    line-height:1.25!important;
}

.woocommerce-Price-currencySymbol{
    display:inline-block!important;
    margin-right:5px!important;
}

.orre-home-size-strip,
.orre-collection-sizes,
.orre-shop-pro-sizes,
.orre-shop-pro-size-list{
    position:static!important;
    inset:auto!important;
    display:flex!important;
    visibility:visible!important;
    opacity:1!important;
    transform:none!important;
    flex-wrap:wrap!important;
    align-items:center!important;
    justify-content:flex-start!important;
    gap:6px!important;
    width:100%!important;
    min-height:48px!important;
    margin:0!important;
    padding:10px 12px 4px!important;
    background:#fff!important;
    overflow:visible!important;
    transition:none!important;
}

.orre-home-size-strip > span,
.orre-collection-sizes > span,
.orre-shop-pro-size-list > span{
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    min-width:42px!important;
    height:36px!important;
    margin:0!important;
    padding:0 11px!important;
    background:#000!important;
    color:#fff!important;
    border:1px solid #000!important;
    border-radius:0!important;
    box-shadow:none!important;
    font-family:Arial,Helvetica,sans-serif!important;
    font-size:10px!important;
    font-weight:700!important;
    line-height:1!important;
    letter-spacing:.04em!important;
    text-transform:uppercase!important;
}

.orre-home-product:hover .orre-home-size-strip,
.orre-collection-card:hover .orre-collection-sizes{
    opacity:1!important;
    transform:none!important;
}

.orre-shop-pro-size-label{
    display:none!important;
}

.orre-home-product-info,
.orre-collection-card-info,
.orre-shop-pro-info,
.orre-pdp-final-related-info{
    padding:12px 12px 24px!important;
    background:#fff!important;
}

body.single-product,
body.single-product #page,
body.single-product .website-wrapper,
body.single-product .main-page-wrapper,
body.single-product .site-content,
body.single-product .orre-single-product-page,
body.single-product .orre-pdp-final,
body.single-product .orre-pdp-final-main,
body.single-product .orre-pdp-final-gallery,
body.single-product .orre-pdp-kiji-gallery,
body.single-product .orre-pdp-kiji-main-link,
body.single-product .orre-pdp-kiji-thumbs,
body.single-product .orre-pdp-kiji-thumb{
    background:#fff!important;
}

body.single-product .orre-pdp-kiji-main-image{
    display:block!important;
    width:100%!important;
    height:auto!important;
    max-height:720px!important;
    min-height:0!important;
    margin:0 auto!important;
    object-fit:contain!important;
    object-position:center!important;
    background:#fff!important;
}

body.single-product .orre-pdp-kiji-thumb img{
    object-fit:contain!important;
    background:#fff!important;
}

body.single-product .orre-pdp-final-summary-inner{
    padding-top:42px!important;
}

body.single-product .orre-pdp-final-title{
    color:#111!important;
    font-family:Arial,Helvetica,sans-serif!important;
    font-size:32px!important;
    font-weight:700!important;
    line-height:1.08!important;
    letter-spacing:-.02em!important;
    text-transform:uppercase!important;
}

body.single-product .orre-pdp-final-codes{
    margin-top:12px!important;
    color:#777!important;
    font-family:Arial,Helvetica,sans-serif!important;
    font-size:10px!important;
    font-weight:500!important;
    letter-spacing:.06em!important;
}

body.single-product .orre-pdp-final-price{
    margin-top:20px!important;
    color:#111!important;
    font-family:Arial,Helvetica,sans-serif!important;
    font-size:24px!important;
    font-weight:700!important;
    line-height:1.1!important;
}

body.single-product .orre-pdp-final-short-description{
    max-width:620px!important;
    margin-top:22px!important;
    color:#333!important;
    font-family:Arial,Helvetica,sans-serif!important;
    font-size:14px!important;
    font-weight:400!important;
    line-height:1.7!important;
}

body.single-product .orre-pdp-final-short-description p{
    margin:0 0 12px!important;
}

body.single-product .orre-pdp-final-buy .variations,
body.single-product .orre-pdp-final-buy .variations tbody,
body.single-product .orre-pdp-final-buy .variations tr,
body.single-product .orre-pdp-final-buy .variations th,
body.single-product .orre-pdp-final-buy .variations td{
    display:block!important;
    visibility:visible!important;
    opacity:1!important;
    width:100%!important;
}

body.single-product .orre-pdp-final-buy .variations{
    margin:0 0 22px!important;
    padding:0!important;
    border:0!important;
}

body.single-product .orre-pdp-final-buy .variations tr{
    margin:0 0 18px!important;
}

body.single-product .orre-pdp-final-buy .variations th,
body.single-product .orre-pdp-final-buy .variations td{
    margin:0!important;
    padding:0!important;
    border:0!important;
}

body.single-product .orre-pdp-final-buy .variations label{
    display:block!important;
    margin:0 0 10px!important;
    color:#111!important;
    font-family:Arial,Helvetica,sans-serif!important;
    font-size:11px!important;
    font-weight:700!important;
    line-height:1!important;
    letter-spacing:.08em!important;
    text-transform:uppercase!important;
}

body.single-product .orre-pdp-final-buy .wd-swatches-product{
    display:flex!important;
    flex-wrap:wrap!important;
    gap:7px!important;
}

body.single-product .orre-pdp-final-buy .wd-swatch,
body.single-product .orre-pdp-final-buy .wd-swatch-text{
    min-width:46px!important;
    height:38px!important;
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    margin:0!important;
    padding:0 12px!important;
    background:#000!important;
    color:#fff!important;
    border:1px solid #000!important;
    border-radius:0!important;
    font-size:10px!important;
    font-weight:700!important;
}

body.single-product .orre-pdp-final-buy .wd-swatch.wd-active,
body.single-product .orre-pdp-final-buy .wd-swatch.active,
body.single-product .orre-pdp-final-buy .wd-swatch.selected,
body.single-product .orre-pdp-final-buy .wd-swatch:hover{
    background:#fff!important;
    color:#000!important;
    border-color:#000!important;
}

body.single-product .orre-pdp-final-buy .variations select{
    display:block!important;
    width:100%!important;
    max-width:360px!important;
    height:46px!important;
    margin:0!important;
    padding:0 14px!important;
    background:#000!important;
    color:#fff!important;
    border:1px solid #000!important;
    border-radius:0!important;
    font-size:11px!important;
    font-weight:600!important;
}

body.single-product .orre-pdp-final-buy .reset_variations{
    display:inline-block!important;
    margin-top:9px!important;
    color:#555!important;
    font-size:9px!important;
    font-weight:600!important;
    letter-spacing:.06em!important;
}

body.single-product .orre-pdp-static-sizes{
    margin-top:24px!important;
}

body.single-product .orre-pdp-static-sizes-label{
    display:block!important;
    margin-bottom:10px!important;
    color:#111!important;
    font-size:11px!important;
    font-weight:700!important;
    letter-spacing:.08em!important;
}

body.single-product .orre-pdp-static-sizes-list{
    display:flex!important;
    flex-wrap:wrap!important;
    gap:7px!important;
}

body.single-product .orre-pdp-static-sizes-list > span{
    min-width:46px!important;
    height:38px!important;
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    padding:0 12px!important;
    background:#000!important;
    color:#fff!important;
    border:1px solid #000!important;
    font-size:10px!important;
    font-weight:700!important;
}

body.single-product .orre-pdp-final-buy{
    margin-top:28px!important;
}

body.single-product .orre-pdp-final-buy .single_add_to_cart_button{
    min-height:52px!important;
    background:#000!important;
    color:#fff!important;
    border:1px solid #000!important;
    font-size:11px!important;
    font-weight:700!important;
    letter-spacing:.10em!important;
}

@media(max-width:767px){

    .orre-home-product-name,
    .orre-collection-product-name,
    .orre-shop-pro-name{
        font-size:12px!important;
    }

    .orre-home-product-price,
    .orre-collection-product-price,
    .orre-shop-pro-price{
        font-size:12px!important;
    }

    .orre-home-size-strip,
    .orre-collection-sizes,
    .orre-shop-pro-sizes{
        padding:8px 7px 3px!important;
        gap:4px!important;
    }

    .orre-home-size-strip > span,
    .orre-collection-sizes > span,
    .orre-shop-pro-size-list > span{
        min-width:36px!important;
        height:32px!important;
        padding:0 8px!important;
        font-size:9px!important;
    }

    body.single-product .orre-pdp-final-title{
        font-size:25px!important;
    }

    body.single-product .orre-pdp-final-price{
        font-size:20px!important;
    }

    body.single-product .orre-pdp-final-short-description{
        font-size:13px!important;
        line-height:1.65!important;
    }

    body.single-product .orre-pdp-kiji-main-image{
        max-height:none!important;
        object-fit:contain!important;
    }
}

.orre-home-product-name,
.orre-collection-product-name,
.orre-shop-pro-name,
.orre-pdp-final-related-info > a{
    color:#111!important;
    font-family:Arial,Helvetica,sans-serif!important;
    font-size:14px!important;
    font-weight:700!important;
    line-height:1.35!important;
    letter-spacing:.01em!important;
    text-transform:uppercase!important;
}

.orre-home-product-price,
.orre-collection-product-price,
.orre-shop-pro-price,
.orre-pdp-final-related-info > span{
    margin-top:8px!important;
    color:#111!important;
    font-family:Arial,Helvetica,sans-serif!important;
    font-size:14px!important;
    font-weight:700!important;
    line-height:1.25!important;
}

.woocommerce-Price-currencySymbol{
    display:inline-block!important;
    margin-right:5px!important;
}

.orre-home-size-strip,
.orre-collection-sizes,
.orre-shop-pro-sizes,
.orre-shop-pro-size-list{
    position:static!important;
    inset:auto!important;
    display:flex!important;
    visibility:visible!important;
    opacity:1!important;
    transform:none!important;
    flex-wrap:wrap!important;
    align-items:center!important;
    justify-content:flex-start!important;
    gap:6px!important;
    width:100%!important;
    min-height:48px!important;
    margin:0!important;
    padding:10px 12px 4px!important;
    background:#fff!important;
    overflow:visible!important;
    transition:none!important;
}

.orre-home-size-strip > span,
.orre-collection-sizes > span,
.orre-shop-pro-size-list > span{
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    min-width:42px!important;
    height:36px!important;
    margin:0!important;
    padding:0 11px!important;
    background:#000!important;
    color:#fff!important;
    border:1px solid #000!important;
    border-radius:0!important;
    box-shadow:none!important;
    font-family:Arial,Helvetica,sans-serif!important;
    font-size:10px!important;
    font-weight:700!important;
    line-height:1!important;
    letter-spacing:.04em!important;
    text-transform:uppercase!important;
}

.orre-home-product:hover .orre-home-size-strip,
.orre-collection-card:hover .orre-collection-sizes{
    opacity:1!important;
    transform:none!important;
}

.orre-shop-pro-size-label{
    display:none!important;
}

.orre-home-product-info,
.orre-collection-card-info,
.orre-shop-pro-info,
.orre-pdp-final-related-info{
    padding:12px 12px 24px!important;
    background:#fff!important;
}

body.single-product,
body.single-product #page,
body.single-product .website-wrapper,
body.single-product .main-page-wrapper,
body.single-product .site-content,
body.single-product .orre-single-product-page,
body.single-product .orre-pdp-final,
body.single-product .orre-pdp-final-main,
body.single-product .orre-pdp-final-gallery,
body.single-product .orre-pdp-kiji-gallery,
body.single-product .orre-pdp-kiji-main-link,
body.single-product .orre-pdp-kiji-thumbs,
body.single-product .orre-pdp-kiji-thumb{
    background:#fff!important;
}

body.single-product .orre-pdp-kiji-main-image{
    display:block!important;
    width:100%!important;
    height:auto!important;
    max-height:720px!important;
    min-height:0!important;
    margin:0 auto!important;
    object-fit:contain!important;
    object-position:center!important;
    background:#fff!important;
}

body.single-product .orre-pdp-kiji-thumb img{
    object-fit:contain!important;
    background:#fff!important;
}

body.single-product .orre-pdp-final-summary-inner{
    padding-top:42px!important;
}

body.single-product .orre-pdp-final-title{
    color:#111!important;
    font-family:Arial,Helvetica,sans-serif!important;
    font-size:32px!important;
    font-weight:700!important;
    line-height:1.08!important;
    letter-spacing:-.02em!important;
    text-transform:uppercase!important;
}

body.single-product .orre-pdp-final-codes{
    margin-top:12px!important;
    color:#777!important;
    font-family:Arial,Helvetica,sans-serif!important;
    font-size:10px!important;
    font-weight:500!important;
    letter-spacing:.06em!important;
}

body.single-product .orre-pdp-final-price{
    margin-top:20px!important;
    color:#111!important;
    font-family:Arial,Helvetica,sans-serif!important;
    font-size:24px!important;
    font-weight:700!important;
    line-height:1.1!important;
}

body.single-product .orre-pdp-final-short-description{
    max-width:620px!important;
    margin-top:22px!important;
    color:#333!important;
    font-family:Arial,Helvetica,sans-serif!important;
    font-size:14px!important;
    font-weight:400!important;
    line-height:1.7!important;
}

body.single-product .orre-pdp-final-short-description p{
    margin:0 0 12px!important;
}

body.single-product .orre-pdp-final-buy .variations,
body.single-product .orre-pdp-final-buy .variations tbody,
body.single-product .orre-pdp-final-buy .variations tr,
body.single-product .orre-pdp-final-buy .variations th,
body.single-product .orre-pdp-final-buy .variations td{
    display:block!important;
    visibility:visible!important;
    opacity:1!important;
    width:100%!important;
}

body.single-product .orre-pdp-final-buy .variations{
    margin:0 0 22px!important;
    padding:0!important;
    border:0!important;
}

body.single-product .orre-pdp-final-buy .variations tr{
    margin:0 0 18px!important;
}

body.single-product .orre-pdp-final-buy .variations th,
body.single-product .orre-pdp-final-buy .variations td{
    margin:0!important;
    padding:0!important;
    border:0!important;
}

body.single-product .orre-pdp-final-buy .variations label{
    display:block!important;
    margin:0 0 10px!important;
    color:#111!important;
    font-family:Arial,Helvetica,sans-serif!important;
    font-size:11px!important;
    font-weight:700!important;
    line-height:1!important;
    letter-spacing:.08em!important;
    text-transform:uppercase!important;
}

body.single-product .orre-pdp-final-buy .wd-swatches-product{
    display:flex!important;
    flex-wrap:wrap!important;
    gap:7px!important;
}

body.single-product .orre-pdp-final-buy .wd-swatch,
body.single-product .orre-pdp-final-buy .wd-swatch-text{
    min-width:46px!important;
    height:38px!important;
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    margin:0!important;
    padding:0 12px!important;
    background:#000!important;
    color:#fff!important;
    border:1px solid #000!important;
    border-radius:0!important;
    font-size:10px!important;
    font-weight:700!important;
}

body.single-product .orre-pdp-final-buy .wd-swatch.wd-active,
body.single-product .orre-pdp-final-buy .wd-swatch.active,
body.single-product .orre-pdp-final-buy .wd-swatch.selected,
body.single-product .orre-pdp-final-buy .wd-swatch:hover{
    background:#fff!important;
    color:#000!important;
    border-color:#000!important;
}

body.single-product .orre-pdp-final-buy .variations select{
    display:block!important;
    width:100%!important;
    max-width:360px!important;
    height:46px!important;
    margin:0!important;
    padding:0 14px!important;
    background:#000!important;
    color:#fff!important;
    border:1px solid #000!important;
    border-radius:0!important;
    font-size:11px!important;
    font-weight:600!important;
}

body.single-product .orre-pdp-final-buy .reset_variations{
    display:inline-block!important;
    margin-top:9px!important;
    color:#555!important;
    font-size:9px!important;
    font-weight:600!important;
    letter-spacing:.06em!important;
}

body.single-product .orre-pdp-static-sizes{
    margin-top:24px!important;
}

body.single-product .orre-pdp-static-sizes-label{
    display:block!important;
    margin-bottom:10px!important;
    color:#111!important;
    font-size:11px!important;
    font-weight:700!important;
    letter-spacing:.08em!important;
}

body.single-product .orre-pdp-static-sizes-list{
    display:flex!important;
    flex-wrap:wrap!important;
    gap:7px!important;
}

body.single-product .orre-pdp-static-sizes-list > span{
    min-width:46px!important;
    height:38px!important;
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    padding:0 12px!important;
    background:#000!important;
    color:#fff!important;
    border:1px solid #000!important;
    font-size:10px!important;
    font-weight:700!important;
}

body.single-product .orre-pdp-final-buy{
    margin-top:28px!important;
}

body.single-product .orre-pdp-final-buy .single_add_to_cart_button{
    min-height:52px!important;
    background:#000!important;
    color:#fff!important;
    border:1px solid #000!important;
    font-size:11px!important;
    font-weight:700!important;
    letter-spacing:.10em!important;
}

@media(max-width:767px){

    .orre-home-product-name,
    .orre-collection-product-name,
    .orre-shop-pro-name{
        font-size:12px!important;
    }

    .orre-home-product-price,
    .orre-collection-product-price,
    .orre-shop-pro-price{
        font-size:12px!important;
    }

    .orre-home-size-strip,
    .orre-collection-sizes,
    .orre-shop-pro-sizes{
        padding:8px 7px 3px!important;
        gap:4px!important;
    }

    .orre-home-size-strip > span,
    .orre-collection-sizes > span,
    .orre-shop-pro-size-list > span{
        min-width:36px!important;
        height:32px!important;
        padding:0 8px!important;
        font-size:9px!important;
    }

    body.single-product .orre-pdp-final-title{
        font-size:25px!important;
    }

    body.single-product .orre-pdp-final-price{
        font-size:20px!important;
    }

    body.single-product .orre-pdp-final-short-description{
        font-size:13px!important;
        line-height:1.65!important;
    }

    body.single-product .orre-pdp-kiji-main-image{
        max-height:none!important;
        object-fit:contain!important;
    }
}

.orre-home-size-strip > span,
.orre-collection-sizes > span,
.orre-shop-pro-size-list > span{
    background:#fff!important;
    color:#111!important;

    border:1px solid #d4d4d4!important;

    font-weight:500!important;
}

body.single-product .orre-pdp-static-sizes-list,
body.single-product .orre-variable-size-buttons{
    display:flex!important;
    flex-wrap:wrap!important;
    gap:8px!important;

    margin:0!important;
    padding:0!important;
}

body.single-product .orre-size-option{
    min-width:52px!important;
    height:42px!important;

    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;

    margin:0!important;
    padding:0 14px!important;

    background:#fff!important;
    color:#111!important;

    border:1px solid #cfcfcf!important;
    border-radius:0!important;

    box-shadow:none!important;

    font-family:Arial,Helvetica,sans-serif!important;
    font-size:11px!important;
    font-weight:600!important;
    line-height:1!important;

    cursor:pointer!important;

    transition:
        background .18s ease,
        color .18s ease,
        border-color .18s ease!important;
}

body.single-product .orre-size-option:hover{
    border-color:#111!important;
}

body.single-product .orre-size-option.is-selected{
    background:#000!important;
    color:#fff!important;
    border-color:#000!important;
}

body.single-product .orre-size-option.is-disabled,
body.single-product .orre-size-option:disabled{
    opacity:.35!important;
    cursor:not-allowed!important;
    text-decoration:line-through!important;
}

body.single-product .orre-native-size-select{
    position:absolute!important;

    width:1px!important;
    height:1px!important;

    margin:-1px!important;
    padding:0!important;

    overflow:hidden!important;

    clip:rect(0 0 0 0)!important;
    clip-path:inset(50%)!important;

    white-space:nowrap!important;

    border:0!important;
}

body.single-product .orre-pdp-final-buy .wd-swatch,
body.single-product .orre-pdp-final-buy .wd-swatch-text{
    background:#fff!important;
    color:#111!important;
    border:1px solid #cfcfcf!important;
}

body.single-product .orre-pdp-final-buy .wd-swatch.wd-active,
body.single-product .orre-pdp-final-buy .wd-swatch.active,
body.single-product .orre-pdp-final-buy .wd-swatch.selected,
body.single-product .orre-pdp-final-buy .wd-swatch:hover{
    background:#000!important;
    color:#fff!important;
    border-color:#000!important;
}

body.single-product .orre-pdp-static-sizes-label{
    margin-bottom:12px!important;

    font-size:11px!important;
    font-weight:700!important;

    letter-spacing:.08em!important;

    text-transform:uppercase!important;
}

body.single-product .orre-pdp-final-price{
    font-size:25px!important;
    font-weight:700!important;
}

body.single-product .orre-pdp-final-short-description{
    font-size:14px!important;
    line-height:1.75!important;
}

body.single-product .orre-pdp-final-gallery,
body.single-product .orre-pdp-kiji-gallery,
body.single-product .orre-pdp-kiji-main-link,
body.single-product .orre-pdp-kiji-main-image,
body.single-product .orre-pdp-kiji-thumbs,
body.single-product .orre-pdp-kiji-thumb,
body.single-product .orre-pdp-kiji-thumb img{
    background:#fff!important;
}
.orre-slider-arrow,
.orre-slider-prev,
.orre-slider-next{
    pointer-events:auto!important;
    cursor:pointer!important;
    z-index:999!important;
}

.orre-slider-shell{
    position:relative!important;
}

.orre-product-slider{
    overflow-x:auto!important;
    scroll-behavior:smooth!important;
}
.orre-slider-arrow span{
    display:block!important;
    position:relative!important;
    width:14px!important;
    height:14px!important;
}

.orre-slider-arrow span::before{
    display:block!important;
    content:""!important;

    position:absolute!important;
    top:50%!important;
    left:50%!important;

    width:8px!important;
    height:8px!important;

    border-top:2px solid #111!important;
    border-right:2px solid #111!important;
}

.orre-slider-prev span::before{
    transform:translate(-35%,-50%) rotate(-135deg)!important;
}

.orre-slider-next span::before{
    transform:translate(-65%,-50%) rotate(45deg)!important;
}

.orre-home-product,
.orre-collection-card,
.orre-shop-pro-card{
    display:flex!important;
    flex-direction:column!important;

    height:100%!important;

    margin:0!important;
    padding:0!important;

    background:#fff!important;
}

.orre-home-product-media,
.orre-collection-card-media,
.orre-shop-pro-gallery{
    position:relative!important;

    width:100%!important;
    height:520px!important;

    flex:0 0 520px!important;

    margin:0!important;
    padding:0!important;

    overflow:hidden!important;

    background:#f3eeee!important;
}

.orre-home-product-media img,
.orre-collection-card-media img,
.orre-shop-pro-gallery img{
    display:block!important;

    width:100%!important;
    height:100%!important;

    object-fit:cover!important;
    object-position:center!important;
}

.orre-home-size-strip,
.orre-collection-sizes,
.orre-shop-pro-sizes{
    box-sizing:border-box!important;

    display:flex!important;
    align-items:center!important;
    flex-wrap:wrap!important;

    width:100%!important;

    min-height:58px!important;
    height:58px!important;

    margin:0!important;
    padding:10px 12px!important;

    gap:7px!important;

    overflow:hidden!important;

    background:#fff!important;
}

.orre-home-size-strip > span,
.orre-collection-sizes > span,
.orre-shop-pro-size-list > span{
    min-width:54px!important;
    height:44px!important;

    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;

    margin:0!important;
    padding:0 12px!important;

    background:#fff!important;
    color:#222!important;

    border:1px solid #d8d8d8!important;

    font-size:10px!important;
    font-weight:500!important;
}

.orre-home-product-info,
.orre-collection-card-info,
.orre-shop-pro-info{
    box-sizing:border-box!important;

    display:flex!important;
    flex-direction:column!important;

    width:100%!important;

    min-height:110px!important;

    margin:0!important;
    padding:8px 12px 22px!important;

    background:#fff!important;
}

.orre-home-product-name,
.orre-collection-product-name,
.orre-shop-pro-name{
    display:block!important;

    min-height:38px!important;

    margin:0!important;

    font-size:14px!important;
    font-weight:700!important;
    line-height:1.35!important;

    text-transform:uppercase!important;
}

.orre-home-product-price,
.orre-collection-product-price,
.orre-shop-pro-price{
    display:block!important;

    min-height:22px!important;

    margin-top:7px!important;

    font-size:14px!important;
    font-weight:600!important;
}

.orre-home-product-grid,
.orre-collection-grid,
.orre-shop-pro-grid{
    align-items:stretch!important;
}

.orre-home-product-grid > *,
.orre-collection-grid > *,
.orre-shop-pro-grid > *{
    height:100%!important;
}

@media(max-width:1024px){

    .orre-home-product-media,
    .orre-collection-card-media,
    .orre-shop-pro-gallery{
        height:430px!important;
        flex-basis:430px!important;
    }

}

@media(max-width:767px){

    .orre-home-product-media,
    .orre-collection-card-media,
    .orre-shop-pro-gallery{
        height:380px!important;
        flex-basis:380px!important;
    }

    .orre-home-size-strip,
    .orre-collection-sizes,
    .orre-shop-pro-sizes{
        min-height:50px!important;
        height:50px!important;

        padding:7px!important;
    }

    .orre-home-size-strip > span,
    .orre-collection-sizes > span,
    .orre-shop-pro-size-list > span{
        min-width:42px!important;
        height:34px!important;

        padding:0 8px!important;
    }

    .orre-home-product-info,
    .orre-collection-card-info,
    .orre-shop-pro-info{
        min-height:95px!important;
        padding:8px 7px 16px!important;
    }

    .orre-home-product-name,
    .orre-collection-product-name,
    .orre-shop-pro-name{
        min-height:34px!important;
        font-size:12px!important;
    }

    .orre-home-product-price,
    .orre-collection-product-price,
    .orre-shop-pro-price{
        font-size:12px!important;
    }

}

.orre-home-size-strip,
.orre-collection-sizes,
.orre-shop-pro-sizes{
    min-height:46px!important;
    height:46px!important;

    padding:7px 10px!important;

    gap:6px!important;

    align-items:center!important;
}

.orre-home-size-strip > span,
.orre-collection-sizes > span,
.orre-shop-pro-size-list > span{
    min-width:38px!important;
    width:auto!important;

    height:32px!important;

    padding:0 9px!important;

    background:#fff!important;
    color:#222!important;

    border:1px solid #d6d6d6!important;
    border-radius:0!important;

    font-family:Arial, Helvetica, sans-serif!important;
    font-size:10px!important;
    font-weight:500!important;
    line-height:1!important;

    letter-spacing:.02em!important;
    text-transform:uppercase!important;
}

.orre-home-size-strip > span:hover,
.orre-collection-sizes > span:hover,
.orre-shop-pro-size-list > span:hover{
    border-color:#111!important;
}

body.single-product .orre-size-option{
    min-width:42px!important;
    height:34px!important;

    padding:0 10px!important;

    font-size:10px!important;
    font-weight:600!important;

    background:#fff!important;
    color:#111!important;

    border:1px solid #d2d2d2!important;
}

body.single-product .orre-size-option.is-selected{
    background:#000!important;
    color:#fff!important;
    border-color:#000!important;
}

@media(max-width:767px){

    .orre-home-size-strip,
    .orre-collection-sizes,
    .orre-shop-pro-sizes{
        min-height:42px!important;
        height:42px!important;

        padding:6px 7px!important;
        gap:5px!important;
    }

    .orre-home-size-strip > span,
    .orre-collection-sizes > span,
    .orre-shop-pro-size-list > span,
    body.single-product .orre-size-option{
        min-width:34px!important;
        height:30px!important;

        padding:0 7px!important;

        font-size:9px!important;
    }
}

.orre-home-product-media,
.orre-collection-card-media,
.orre-shop-pro-gallery{
    height:420px!important;
    min-height:420px!important;
    max-height:420px!important;

    flex:0 0 420px!important;

    overflow:hidden!important;
}

.orre-home-product-media img,
.orre-collection-card-media img,
.orre-shop-pro-gallery img{
    width:100%!important;
    height:100%!important;

    object-fit:cover!important;
    object-position:center!important;
}

.orre-home-size-strip,
.orre-collection-sizes,
.orre-shop-pro-sizes{
    min-height:42px!important;
    height:42px!important;

    padding:6px 10px!important;
    gap:5px!important;
}

.orre-home-size-strip > span,
.orre-collection-sizes > span,
.orre-shop-pro-size-list > span{
    min-width:36px!important;
    height:30px!important;

    padding:0 8px!important;

    font-size:9px!important;
}

.orre-home-product-info,
.orre-collection-card-info,
.orre-shop-pro-info{
    min-height:auto!important;

    padding:9px 10px 18px!important;
}

.orre-home-product-name,
.orre-collection-product-name,
.orre-shop-pro-name{
    min-height:auto!important;

    font-size:13px!important;
    line-height:1.3!important;
}

.orre-home-product-price,
.orre-collection-product-price,
.orre-shop-pro-price{
    min-height:auto!important;

    margin-top:5px!important;

    font-size:12px!important;
}

@media(max-width:1024px){

    .orre-home-product-media,
    .orre-collection-card-media,
    .orre-shop-pro-gallery{
        height:360px!important;
        min-height:360px!important;
        max-height:360px!important;

        flex-basis:360px!important;
    }
}

@media(max-width:767px){

    .orre-home-product-media,
    .orre-collection-card-media,
    .orre-shop-pro-gallery{
        height:330px!important;
        min-height:330px!important;
        max-height:330px!important;

        flex-basis:330px!important;
    }

    .orre-home-size-strip,
    .orre-collection-sizes,
    .orre-shop-pro-sizes{
        min-height:38px!important;
        height:38px!important;

        padding:5px 7px!important;
    }

    .orre-home-size-strip > span,
    .orre-collection-sizes > span,
    .orre-shop-pro-size-list > span{
        min-width:32px!important;
        height:28px!important;

        padding:0 6px!important;

        font-size:8.5px!important;
    }
}

.orre-nav-header{
    position:sticky!important;
    top:0!important;
    left:0!important;
    right:0!important;

    width:100%!important;

    z-index:99999!important;

    background:#000!important;

    transition:
        background .25s ease,
        backdrop-filter .25s ease,
        -webkit-backdrop-filter .25s ease,
        box-shadow .25s ease!important;
}

.orre-nav-header.is-scrolled{
    background:rgba(50,50,50,.72)!important;

    backdrop-filter:blur(16px)!important;
    -webkit-backdrop-filter:blur(16px)!important;

    box-shadow:
        0 4px 18px rgba(0,0,0,.12)!important;

    border-bottom:
        1px solid rgba(255,255,255,.08)!important;
}

.orre-nav-header,
.orre-nav-header a,
.orre-nav-header button,
.orre-nav-header svg{
    color:#fff!important;
}

header,
.site-header,
.main-header,
.website-wrapper,
#page{
    overflow:visible!important;
}

html body .orre-nav-header,
html body #orreNavHeader{
    position:relative!important;

    top:auto!important;
    left:auto!important;
    right:auto!important;

    width:100%!important;
    height:92px!important;

    margin:0!important;

    z-index:999999!important;

    background:#000!important;

    transform:none!important;

    opacity:1!important;
    visibility:visible!important;

    transition:
        background .25s ease,
        box-shadow .25s ease,
        backdrop-filter .25s ease,
        -webkit-backdrop-filter .25s ease!important;
}

html body .orre-nav-header.is-fixed,
html body #orreNavHeader.is-fixed{
    position:fixed!important;

    top:0!important;
    left:0!important;
    right:0!important;

    width:100%!important;
    height:92px!important;

    margin:0!important;

    z-index:2147483000!important;

    background:rgba(54,54,54,.76)!important;

    -webkit-backdrop-filter:
        blur(18px) saturate(120%)!important;

    backdrop-filter:
        blur(18px) saturate(120%)!important;

    box-shadow:
        0 5px 24px rgba(0,0,0,.14)!important;

    border-top:0!important;

    border-bottom:
        1px solid rgba(255,255,255,.10)!important;
}

html body .orre-nav-header .orre-nav-inner{
    display:flex!important;

    width:100%!important;
    height:100%!important;

    align-items:center!important;
    justify-content:space-between!important;

    opacity:1!important;
    visibility:visible!important;
}

html body .orre-nav-header .orre-nav-logo,
html body .orre-nav-header .orre-nav-logo a{
    opacity:1!important;
    visibility:visible!important;

    color:#fff!important;
}

html body .orre-nav-header .orre-hamburger,
html body .orre-nav-header .orre-nav-actions,
html body .orre-nav-header .orre-nav-icon{
    opacity:1!important;
    visibility:visible!important;

    color:#fff!important;
}

.orre-nav-placeholder{
    width:100%!important;

    margin:0!important;
    padding:0!important;

    background:transparent!important;
}

@media(max-width:767px){

    html body .orre-nav-header,
    html body #orreNavHeader,
    html body .orre-nav-header.is-fixed,
    html body #orreNavHeader.is-fixed{
        height:72px!important;
    }

    html body .orre-nav-header .orre-nav-inner{
        padding-left:20px!important;
        padding-right:20px!important;
    }

    html body .orre-nav-header .orre-nav-logo a{
        font-size:32px!important;
    }
}

.site-header,
.orre-header,
header.site-header,
header.orre-header {
    min-height: 78px !important;
    height: 78px !important;
}

.site-header .header-inner,
.orre-header .header-inner,
.site-header .container,
.orre-header .container {
    min-height: 78px !important;
    height: 78px !important;
    display: flex !important;
    align-items: center !important;
}

.site-header .site-logo img,
.orre-header .site-logo img,
.site-header .custom-logo,
.orre-header .custom-logo {
    max-height: 52px !important;
    width: auto !important;
}

.site-header .menu-toggle,
.orre-header .menu-toggle,
.site-header .header-icons,
.orre-header .header-icons,
.site-header .site-branding,
.orre-header .site-branding {
    display: flex !important;
    align-items: center !important;
    height: 78px !important;
}

@media (min-width: 992px) {
    .site-header,
    .orre-header,
    header.site-header,
    header.orre-header {
        min-height: 74px !important;
        height: 74px !important;
    }

    .site-header .header-inner,
    .orre-header .header-inner,
    .site-header .container,
    .orre-header .container {
        min-height: 74px !important;
        height: 74px !important;
    }

    .site-header .menu-toggle,
    .orre-header .menu-toggle,
    .site-header .header-icons,
    .orre-header .header-icons,
    .site-header .site-branding,
    .orre-header .site-branding {
        height: 74px !important;
    }

    .site-header .site-logo img,
    .orre-header .site-logo img,
    .site-header .custom-logo,
    .orre-header .custom-logo {
        max-height: 46px !important;
    }
}

@media (max-width: 767px) {
    .site-header,
    .orre-header,
    header.site-header,
    header.orre-header {
        min-height: 64px !important;
        height: 64px !important;
    }

    .site-header .header-inner,
    .orre-header .header-inner,
    .site-header .container,
    .orre-header .container {
        min-height: 64px !important;
        height: 64px !important;
    }

    .site-header .menu-toggle,
    .orre-header .menu-toggle,
    .site-header .header-icons,
    .orre-header .header-icons,
    .site-header .site-branding,
    .orre-header .site-branding {
        height: 64px !important;
    }

    .site-header .site-logo img,
    .orre-header .site-logo img,
    .site-header .custom-logo,
    .orre-header .custom-logo {
        max-height: 38px !important;
    }
}

.orre-menu-panel .menu-item > a,
.orre-menu-panel .menu-item > button,
.orre-menu-panel .menu-item-has-children > a {
    position: relative;
    padding-right: 48px;
}

.orre-menu-panel .menu-arrow,
.orre-menu-panel .submenu-toggle-text,
.orre-menu-panel .toggle-text,
.orre-menu-panel .menu-item .arrow-text {
    display: none !important;
}

.orre-menu-panel .menu-item > a::after,
.orre-menu-panel .menu-item > button::after {
    content: "";
    position: absolute;
    right: 22px;
    top: 50%;
    width: 8px;
    height: 8px;
    border-top: 1.8px solid rgba(255,255,255,0.92);
    border-right: 1.8px solid rgba(255,255,255,0.92);
    transform: translateY(-50%) rotate(45deg);
    transition: all 0.25s ease;
    opacity: 0.9;
}

.orre-menu-panel .menu-item-has-children > a::before,
.orre-menu-panel .menu-item-has-children > button::before {
    content: "";
    position: absolute;
    right: 19px;
    top: 50%;
    width: 12px;
    height: 1.8px;
    background: rgba(255,255,255,0.92);
    transform: translateY(-50%);
    transition: all 0.25s ease;
}

.orre-menu-panel .menu-item-has-children > a::after,
.orre-menu-panel .menu-item-has-children > button::after {
    content: "";
    position: absolute;
    right: 24px;
    top: 50%;
    width: 1.8px;
    height: 12px;
    background: rgba(255,255,255,0.92);
    transform: translateY(-50%);
    transition: all 0.25s ease;
    border: none;
}

.orre-menu-panel .menu-item-has-children.is-open > a::after,
.orre-menu-panel .menu-item-has-children.is-open > button::after,
.orre-menu-panel .menu-item-has-children.active > a::after,
.orre-menu-panel .menu-item-has-children.active > button::after {
    height: 0;
    opacity: 0;
}

.orre-menu-panel .menu-item > a:hover::after,
.orre-menu-panel .menu-item > button:hover::after,
.orre-menu-panel .menu-item-has-children > a:hover::before,
.orre-menu-panel .menu-item-has-children > a:hover::after,
.orre-menu-panel .menu-item-has-children > button:hover::before,
.orre-menu-panel .menu-item-has-children > button:hover::after {
    opacity: 1;
}

.orre-menu-panel .menu-item > a,
.orre-menu-panel .menu-item > button {
    letter-spacing: 1.5px;
    font-weight: 500;
}

.orre-home-section-head,
.orre-section-head,
.orre-collection-section-head{
    display:flex!important;
    align-items:flex-end!important;
    justify-content:space-between!important;

    gap:30px!important;

    width:100%!important;

    padding:42px 56px 28px!important;

    box-sizing:border-box!important;

    background:#fff!important;

    text-align:left!important;
}

.orre-home-section-head h2,
.orre-section-head h2,
.orre-collection-section-head h2{
    position:relative!important;

    margin:0!important;
    padding-bottom:14px!important;

    color:#111!important;

    font-family:Arial, Helvetica, sans-serif!important;

    font-size:36px!important;
    font-weight:700!important;
    line-height:1!important;

    letter-spacing:.08em!important;

    text-transform:uppercase!important;
}

.orre-home-section-head h2::after,
.orre-section-head h2::after,
.orre-collection-section-head h2::after{
    content:""!important;

    position:absolute!important;

    left:0!important;
    bottom:0!important;

    width:52px!important;
    height:2px!important;

    margin:0!important;

    background:#b7b7b7!important;
}

.orre-home-section-head a,
.orre-section-head a,
.orre-collection-section-head a{
    display:inline-flex!important;

    align-items:center!important;
    justify-content:center!important;

    min-width:175px!important;
    height:48px!important;

    margin:0!important;
    padding:0 24px!important;

    background:#000!important;
    color:#fff!important;

    border:1px solid #000!important;
    border-radius:0!important;

    font-size:10px!important;
    font-weight:700!important;

    letter-spacing:.12em!important;

    text-decoration:none!important;
    text-transform:uppercase!important;

    transition:.2s ease!important;
}

.orre-home-section-head a:hover,
.orre-section-head a:hover,
.orre-collection-section-head a:hover{
    background:#fff!important;
    color:#000!important;
}

@media(max-width:1024px){

    .orre-home-section-head,
    .orre-section-head,
    .orre-collection-section-head{
        padding-left:28px!important;
        padding-right:28px!important;
    }

}

@media(max-width:767px){

    .orre-home-section-head,
    .orre-section-head,
    .orre-collection-section-head{
        align-items:center!important;

        padding:28px 16px 22px!important;

        gap:16px!important;
    }

    .orre-home-section-head h2,
    .orre-section-head h2,
    .orre-collection-section-head h2{
        font-size:24px!important;
    }

    .orre-home-section-head a,
    .orre-section-head a,
    .orre-collection-section-head a{
        min-width:auto!important;
        height:42px!important;

        padding:0 16px!important;

        font-size:9px!important;
    }
}

.orre-home-collection .orre-home-section-header{
    width:100% !important;

    display:flex !important;
    align-items:center !important;
    justify-content:space-between !important;

    gap:30px !important;

    padding:34px 56px 28px !important;
    margin:0 !important;

    box-sizing:border-box !important;

    text-align:left !important;

    background:#fff !important;
}

.orre-home-collection .orre-home-section-header h2{
    position:relative !important;

    margin:0 !important;
    padding:0 0 12px !important;

    color:#111 !important;

    font-family:Arial, Helvetica, sans-serif !important;

    font-size:34px !important;
    font-weight:700 !important;
    line-height:1 !important;

    letter-spacing:.08em !important;

    text-align:left !important;
    text-transform:uppercase !important;

    flex:0 0 auto !important;
}

.orre-home-collection .orre-home-section-header h2::after{
    content:"" !important;

    position:absolute !important;

    left:0 !important;
    bottom:0 !important;

    width:46px !important;
    height:2px !important;

    margin:0 !important;

    background:#b8b8b8 !important;
}

.orre-home-collection
.orre-home-section-header
.orre-section-cta{
    display:inline-flex !important;

    align-items:center !important;
    justify-content:center !important;

    min-width:175px !important;
    height:46px !important;

    margin:0 !important;
    padding:0 24px !important;

    background:#000 !important;
    color:#fff !important;

    border:1px solid #000 !important;
    border-radius:0 !important;

    font-family:Arial, Helvetica, sans-serif !important;

    font-size:10px !important;
    font-weight:700 !important;
    line-height:1 !important;

    letter-spacing:.12em !important;

    text-decoration:none !important;
    text-transform:uppercase !important;

    flex:0 0 auto !important;

    transition:
        background .2s ease,
        color .2s ease !important;
}

.orre-home-collection
.orre-home-section-header
.orre-section-cta:hover{
    background:#fff !important;
    color:#000 !important;
}

@media(max-width:1024px){

    .orre-home-collection .orre-home-section-header{
        padding:30px 28px 24px !important;
    }

    .orre-home-collection .orre-home-section-header h2{
        font-size:30px !important;
    }
}

@media(max-width:767px){

    .orre-home-collection .orre-home-section-header{
        padding:24px 16px 20px !important;

        gap:14px !important;
    }

    .orre-home-collection .orre-home-section-header h2{
        font-size:24px !important;
    }

    .orre-home-collection
    .orre-home-section-header
    .orre-section-cta{
        min-width:auto !important;
        height:40px !important;

        padding:0 15px !important;

        font-size:9px !important;
    }
}

body .orre-home-collection > .orre-home-section-header{
    display:flex !important;
    flex-direction:row !important;

    align-items:center !important;
    justify-content:space-between !important;

    width:100% !important;

    padding:28px 56px 24px !important;
    margin:0 !important;

    text-align:left !important;

    box-sizing:border-box !important;
}

body .orre-home-collection > .orre-home-section-header > h2{
    position:relative !important;

    display:block !important;

    margin:0 !important;
    padding:0 0 11px !important;

    text-align:left !important;

    font-size:34px !important;
    font-weight:700 !important;
    line-height:1 !important;

    letter-spacing:.07em !important;

    flex:0 0 auto !important;
}

body .orre-home-collection > .orre-home-section-header > h2::after{
    content:"" !important;

    display:block !important;

    position:absolute !important;

    left:0 !important;
    bottom:0 !important;

    width:46px !important;
    height:2px !important;

    margin:0 !important;

    background:#b5b5b5 !important;
}

body .orre-home-collection
> .orre-home-section-header
> .orre-section-cta{
    display:inline-flex !important;

    align-items:center !important;
    justify-content:center !important;

    width:auto !important;
    min-width:170px !important;

    height:46px !important;

    margin:0 !important;
    padding:0 24px !important;

    background:#000 !important;
    color:#fff !important;

    border:1px solid #000 !important;

    font-size:10px !important;
    font-weight:700 !important;

    letter-spacing:.12em !important;

    text-align:center !important;

    flex:0 0 auto !important;
}

body .orre-home-section-header{
    text-align:left !important;
}

body .orre-home-section-header::before,
body .orre-home-section-header::after{
    margin-left:0 !important;
    margin-right:0 !important;
}

@media(max-width:1024px){

    body .orre-home-collection > .orre-home-section-header{
        padding:24px 28px 20px !important;
    }

}

@media(max-width:767px){

    body .orre-home-collection > .orre-home-section-header{
        padding:20px 16px 18px !important;

        gap:12px !important;
    }

    body .orre-home-collection > .orre-home-section-header > h2{
        font-size:24px !important;
    }

    body .orre-home-collection
    > .orre-home-section-header
    > .orre-section-cta{
        min-width:auto !important;

        height:40px !important;

        padding:0 14px !important;

        font-size:9px !important;
    }
}

body .orre-home-new > .orre-home-section-header,
body .orre-home-collection > .orre-home-section-header{
    position:relative!important;

    width:100%!important;

    display:flex!important;
    align-items:flex-end!important;
    justify-content:space-between!important;

    gap:40px!important;

    margin:0!important;
    padding:38px 56px 30px!important;

    box-sizing:border-box!important;

    background:#fff!important;

    text-align:left!important;
}

body .orre-home-new
> .orre-home-section-header
> h1,

body .orre-home-collection
> .orre-home-section-header
> h2{
    position:relative!important;

    margin:0!important;
    padding:18px 0 13px!important;

    color:#0b0b0b!important;

    font-family:Arial, Helvetica, sans-serif!important;

    font-size:34px!important;
    font-weight:700!important;
    line-height:1!important;

    letter-spacing:.075em!important;

    text-transform:uppercase!important;
    text-align:left!important;

    flex:0 0 auto!important;
}

body .orre-home-new
> .orre-home-section-header
> h1::before{
    content:"CURATED FOR NOW"!important;

    position:absolute!important;
    top:0!important;
    left:0!important;

    font-size:9px!important;
    font-weight:600!important;
    line-height:1!important;

    letter-spacing:.22em!important;

    color:#8b8b8b!important;
}

body .orre-home-collection
> .orre-home-section-header
> h2::before{
    content:"EXPLORE THE COLLECTION"!important;

    position:absolute!important;
    top:0!important;
    left:0!important;

    font-size:9px!important;
    font-weight:600!important;
    line-height:1!important;

    letter-spacing:.22em!important;

    color:#8b8b8b!important;
}

body .orre-home-new
> .orre-home-section-header
> h1::after,

body .orre-home-collection
> .orre-home-section-header
> h2::after{
    content:""!important;

    position:absolute!important;

    left:0!important;
    bottom:0!important;

    width:44px!important;
    height:2px!important;

    margin:0!important;

    background:#b7b7b7!important;
}

body .orre-home-new
> .orre-home-section-header
> a,

body .orre-home-collection
> .orre-home-section-header
> .orre-section-cta{
    display:inline-flex!important;

    align-items:center!important;
    justify-content:center!important;

    min-width:168px!important;
    height:46px!important;

    margin:0!important;
    padding:0 24px!important;

    box-sizing:border-box!important;

    background:#000!important;
    color:#fff!important;

    border:1px solid #000!important;
    border-radius:0!important;

    font-family:Arial, Helvetica, sans-serif!important;

    font-size:10px!important;
    font-weight:700!important;
    line-height:1!important;

    letter-spacing:.14em!important;

    text-decoration:none!important;
    text-transform:uppercase!important;

    flex:0 0 auto!important;

    transition:
        background .2s ease,
        color .2s ease,
        transform .2s ease!important;
}

body .orre-home-new
> .orre-home-section-header
> a:hover,

body .orre-home-collection
> .orre-home-section-header
> .orre-section-cta:hover{
    background:#fff!important;
    color:#000!important;

    transform:translateY(-2px)!important;
}

body .orre-home-new .orre-home-section-header,
body .orre-home-collection .orre-home-section-header{
    text-align:left!important;
}

body .orre-home-new .orre-home-section-header::before,
body .orre-home-new .orre-home-section-header::after,
body .orre-home-collection .orre-home-section-header::before,
body .orre-home-collection .orre-home-section-header::after{
    display:none!important;
}

body .orre-home-new > .orre-home-section-header,
body .orre-home-collection > .orre-home-section-header{
    border-bottom:1px solid #eeeeee!important;
}

@media(max-width:1024px){

    body .orre-home-new > .orre-home-section-header,
    body .orre-home-collection > .orre-home-section-header{
        padding:32px 28px 26px!important;
    }

    body .orre-home-new
    > .orre-home-section-header
    > h1,

    body .orre-home-collection
    > .orre-home-section-header
    > h2{
        font-size:30px!important;
    }
}

@media(max-width:767px){

    body .orre-home-new > .orre-home-section-header,
    body .orre-home-collection > .orre-home-section-header{
        align-items:flex-end!important;

        gap:14px!important;

        padding:26px 16px 22px!important;
    }

    body .orre-home-new
    > .orre-home-section-header
    > h1,

    body .orre-home-collection
    > .orre-home-section-header
    > h2{
        font-size:23px!important;

        padding-top:16px!important;
        padding-bottom:10px!important;
    }

    body .orre-home-new
    > .orre-home-section-header
    > h1::before,

    body .orre-home-collection
    > .orre-home-section-header
    > h2::before{
        font-size:7px!important;
        letter-spacing:.18em!important;
    }

    body .orre-home-new
    > .orre-home-section-header
    > a,

    body .orre-home-collection
    > .orre-home-section-header
    > .orre-section-cta{
        min-width:auto!important;

        height:40px!important;

        padding:0 13px!important;

        font-size:8px!important;
    }
}

body .orre-home-new > .orre-home-section-header,
body .orre-home-collection > .orre-home-section-header{
    display:flex!important;
    align-items:center!important;
    justify-content:space-between!important;

    width:100%!important;

    padding:32px 56px!important;
    margin:0!important;

    box-sizing:border-box!important;

    background:#fff!important;
    border-bottom:1px solid #eee!important;
}

body .orre-home-new > .orre-home-section-header > h1,
body .orre-home-collection > .orre-home-section-header > h2{
    position:relative!important;

    margin:0!important;
    padding:0 0 12px!important;

    font-size:34px!important;
    font-weight:700!important;
    line-height:1!important;

    letter-spacing:.06em!important;

    color:#111!important;
    text-align:left!important;
    text-transform:uppercase!important;
}

body .orre-home-new > .orre-home-section-header > h1::before,
body .orre-home-collection > .orre-home-section-header > h2::before{
    content:none!important;
    display:none!important;
}

body .orre-home-new > .orre-home-section-header > h1::after,
body .orre-home-collection > .orre-home-section-header > h2::after{
    content:""!important;

    position:absolute!important;
    left:0!important;
    bottom:0!important;

    width:46px!important;
    height:2px!important;

    background:#b7b7b7!important;
}

body .orre-home-new > .orre-home-section-header > a,
body .orre-home-collection > .orre-home-section-header > .orre-section-cta{
    display:inline-flex!important;

    align-items:center!important;
    justify-content:center!important;

    min-width:175px!important;
    height:46px!important;

    margin:0!important;
    padding:0 24px!important;

    background:#000!important;
    color:#fff!important;

    border:1px solid #000!important;
    border-radius:0!important;

    font-size:10px!important;
    font-weight:700!important;

    letter-spacing:.14em!important;

    text-decoration:none!important;
    text-transform:uppercase!important;

    transition:.2s ease!important;
}

body .orre-home-new > .orre-home-section-header > a:hover,
body .orre-home-collection > .orre-home-section-header > .orre-section-cta:hover{
    background:#fff!important;
    color:#000!important;
}

@media(max-width:767px){

    body .orre-home-new > .orre-home-section-header,
    body .orre-home-collection > .orre-home-section-header{
        padding:24px 16px!important;
        gap:12px!important;
    }

    body .orre-home-new > .orre-home-section-header > h1,
    body .orre-home-collection > .orre-home-section-header > h2{
        font-size:24px!important;
    }

    body .orre-home-new > .orre-home-section-header > a,
    body .orre-home-collection > .orre-home-section-header > .orre-section-cta{
        min-width:auto!important;
        height:40px!important;

        padding:0 14px!important;

        font-size:8px!important;
    }
}

body .orre-home-new > .orre-home-section-header,
body .orre-home-collection > .orre-home-section-header{
    display:grid !important;
    grid-template-columns:auto 1fr auto !important;
    align-items:center !important;

    width:100% !important;
    min-height:108px !important;

    margin:0 !important;
    padding:22px 56px !important;

    box-sizing:border-box !important;

    background:#fff !important;

    border-top:1px solid #eeeeee !important;
    border-bottom:1px solid #eeeeee !important;

    text-align:left !important;
}

body .orre-home-new > .orre-home-section-header > h1,
body .orre-home-collection > .orre-home-section-header > h2{
    position:relative !important;

    margin:0 !important;
    padding:0 0 10px !important;

    color:#0a0a0a !important;

    font-family:Arial, Helvetica, sans-serif !important;

    font-size:36px !important;
    font-weight:700 !important;
    line-height:1 !important;

    letter-spacing:.055em !important;

    text-transform:uppercase !important;
    text-align:left !important;

    white-space:nowrap !important;
}

body .orre-home-new > .orre-home-section-header > h1::after,
body .orre-home-collection > .orre-home-section-header > h2::after{
    content:"" !important;

    position:absolute !important;

    left:0 !important;
    bottom:0 !important;

    width:38px !important;
    height:2px !important;

    background:#111 !important;
}

body .orre-home-new > .orre-home-section-header > h1::before,
body .orre-home-collection > .orre-home-section-header > h2::before{
    display:none !important;
    content:none !important;
}

body .orre-home-new > .orre-home-section-header::before,
body .orre-home-collection > .orre-home-section-header::before{
    content:"" !important;

    display:block !important;

    width:auto !important;
    height:1px !important;

    margin:0 40px !important;

    background:#e1e1e1 !important;
}

body .orre-home-new > .orre-home-section-header > a,
body .orre-home-collection > .orre-home-section-header > .orre-section-cta{
    position:relative !important;

    display:inline-flex !important;

    align-items:center !important;
    justify-content:center !important;

    min-width:176px !important;
    height:44px !important;

    margin:0 !important;
    padding:0 44px 0 20px !important;

    box-sizing:border-box !important;

    background:#0a0a0a !important;
    color:#fff !important;

    border:1px solid #0a0a0a !important;
    border-radius:0 !important;

    font-family:Arial, Helvetica, sans-serif !important;

    font-size:10px !important;
    font-weight:700 !important;

    letter-spacing:.14em !important;

    text-decoration:none !important;
    text-transform:uppercase !important;

    white-space:nowrap !important;

    transition:
        background .22s ease,
        color .22s ease !important;
}

body .orre-home-new > .orre-home-section-header > a::after,
body .orre-home-collection > .orre-home-section-header > .orre-section-cta::after{
    content:"→" !important;

    position:absolute !important;

    right:18px !important;

    font-size:16px !important;
    font-weight:400 !important;

    letter-spacing:0 !important;

    transition:transform .2s ease !important;
}

body .orre-home-new > .orre-home-section-header > a:hover,
body .orre-home-collection > .orre-home-section-header > .orre-section-cta:hover{
    background:#fff !important;
    color:#000 !important;
}

body .orre-home-new > .orre-home-section-header > a:hover::after,
body .orre-home-collection > .orre-home-section-header > .orre-section-cta:hover::after{
    transform:translateX(3px) !important;
}

@media(max-width:1024px){

    body .orre-home-new > .orre-home-section-header,
    body .orre-home-collection > .orre-home-section-header{
        min-height:96px !important;

        padding:20px 28px !important;
    }

    body .orre-home-new > .orre-home-section-header > h1,
    body .orre-home-collection > .orre-home-section-header > h2{
        font-size:30px !important;
    }

    body .orre-home-new > .orre-home-section-header::before,
    body .orre-home-collection > .orre-home-section-header::before{
        margin:0 24px !important;
    }
}

@media(max-width:767px){

    body .orre-home-new > .orre-home-section-header,
    body .orre-home-collection > .orre-home-section-header{
        grid-template-columns:1fr auto !important;

        min-height:82px !important;

        padding:18px 16px !important;
    }

    body .orre-home-new > .orre-home-section-header::before,
    body .orre-home-collection > .orre-home-section-header::before{
        display:none !important;
    }

    body .orre-home-new > .orre-home-section-header > h1,
    body .orre-home-collection > .orre-home-section-header > h2{
        font-size:23px !important;
    }

    body .orre-home-new > .orre-home-section-header > a,
    body .orre-home-collection > .orre-home-section-header > .orre-section-cta{
        min-width:auto !important;
        height:38px !important;

        padding:0 34px 0 13px !important;

        font-size:8px !important;
    }

    body .orre-home-new > .orre-home-section-header > a::after,
    body .orre-home-collection > .orre-home-section-header > .orre-section-cta::after{
        right:12px !important;
        font-size:14px !important;
    }
}

body .orre-home-new > .orre-home-section-header > h1,
body .orre-home-collection > .orre-home-section-header > h2{
    position:relative !important;

    display:inline-block !important;

    padding-bottom:14px !important;
}

body .orre-home-new > .orre-home-section-header > h1::after,
body .orre-home-collection > .orre-home-section-header > h2::after{
    content:"" !important;

    position:absolute !important;

    left:50% !important;
    bottom:0 !important;

    width:52px !important;
    height:2px !important;

    background:#9f9f9f !important;

    transform:translateX(-50%) !important;

    margin:0 !important;
}

body .orre-home-new > .orre-home-section-header,
body .orre-home-collection > .orre-home-section-header{
    display:grid !important;
    grid-template-columns:auto minmax(60px,1fr) auto !important;

    align-items:center !important;

    width:100% !important;
    min-height:94px !important;

    margin:0 !important;
    padding:22px 56px !important;

    box-sizing:border-box !important;

    background:#fff !important;

    border-top:1px solid #ededed !important;
    border-bottom:1px solid #ededed !important;

    gap:30px !important;
}

body .orre-home-new > .orre-home-section-header > h1,
body .orre-home-collection > .orre-home-section-header > h2{
    position:static !important;

    display:block !important;

    margin:0 !important;
    padding:0 !important;

    color:#0a0a0a !important;

    font-family:Arial, Helvetica, sans-serif !important;

    font-size:32px !important;
    font-weight:700 !important;
    line-height:1 !important;

    letter-spacing:.055em !important;

    text-align:left !important;
    text-transform:uppercase !important;

    white-space:nowrap !important;
}

body .orre-home-new > .orre-home-section-header > h1::before,
body .orre-home-new > .orre-home-section-header > h1::after,
body .orre-home-collection > .orre-home-section-header > h2::before,
body .orre-home-collection > .orre-home-section-header > h2::after{
    content:none !important;
    display:none !important;
}

body .orre-home-new > .orre-home-section-header::before,
body .orre-home-collection > .orre-home-section-header::before{
    content:"" !important;

    display:block !important;

    width:100% !important;
    height:1px !important;

    margin:0 !important;

    background:#d8d8d8 !important;
}

body .orre-home-new > .orre-home-section-header::after,
body .orre-home-collection > .orre-home-section-header::after{
    content:none !important;
    display:none !important;
}

body .orre-home-new > .orre-home-section-header > a,
body .orre-home-collection > .orre-home-section-header > .orre-section-cta{
    position:relative !important;

    display:inline-flex !important;

    align-items:center !important;
    justify-content:flex-start !important;

    min-width:164px !important;
    height:44px !important;

    margin:0 !important;
    padding:0 42px 0 20px !important;

    box-sizing:border-box !important;

    background:#000 !important;
    color:#fff !important;

    border:1px solid #000 !important;
    border-radius:0 !important;

    font-family:Arial, Helvetica, sans-serif !important;

    font-size:10px !important;
    font-weight:700 !important;
    line-height:1 !important;

    letter-spacing:.14em !important;

    text-decoration:none !important;
    text-transform:uppercase !important;

    white-space:nowrap !important;

    transition:
        background .22s ease,
        color .22s ease !important;
}

body .orre-home-new > .orre-home-section-header > a::after,
body .orre-home-collection > .orre-home-section-header > .orre-section-cta::after{
    content:"→" !important;

    position:absolute !important;
    right:18px !important;
    top:50% !important;

    transform:translateY(-52%) !important;

    font-size:15px !important;
    font-weight:400 !important;
    line-height:1 !important;

    letter-spacing:0 !important;
}

body .orre-home-new > .orre-home-section-header > a:hover,
body .orre-home-collection > .orre-home-section-header > .orre-section-cta:hover{
    background:#fff !important;
    color:#000 !important;
}

@media(max-width:1024px){

    body .orre-home-new > .orre-home-section-header,
    body .orre-home-collection > .orre-home-section-header{
        min-height:86px !important;

        padding:20px 28px !important;

        gap:22px !important;
    }

    body .orre-home-new > .orre-home-section-header > h1,
    body .orre-home-collection > .orre-home-section-header > h2{
        font-size:27px !important;
    }
}

@media(max-width:767px){

    body .orre-home-new > .orre-home-section-header,
    body .orre-home-collection > .orre-home-section-header{
        grid-template-columns:1fr auto !important;

        min-height:76px !important;

        padding:16px !important;

        gap:12px !important;
    }

    body .orre-home-new > .orre-home-section-header::before,
    body .orre-home-collection > .orre-home-section-header::before{
        display:none !important;
    }

    body .orre-home-new > .orre-home-section-header > h1,
    body .orre-home-collection > .orre-home-section-header > h2{
        font-size:21px !important;

        white-space:normal !important;
    }

    body .orre-home-new > .orre-home-section-header > a,
    body .orre-home-collection > .orre-home-section-header > .orre-section-cta{
        min-width:auto !important;
        height:38px !important;

        padding:0 32px 0 12px !important;

        font-size:8px !important;
    }

    body .orre-home-new > .orre-home-section-header > a::after,
    body .orre-home-collection > .orre-home-section-header > .orre-section-cta::after{
        right:11px !important;

        font-size:13px !important;
    }
}

body .orre-home-new > .orre-home-section-header,
body .orre-home-collection > .orre-home-section-header{
    display:grid !important;
    grid-template-columns:auto minmax(120px,1fr) auto !important;
    align-items:center !important;

    gap:28px !important;
}

body .orre-home-new > .orre-home-section-header::before,
body .orre-home-collection > .orre-home-section-header::before{
    content:"" !important;

    display:block !important;

    width:100% !important;
    height:1px !important;

    margin:0 !important;

    background:#d2d2d2 !important;

    align-self:center !important;
}

body .orre-home-new > .orre-home-section-header > h1::after,
body .orre-home-collection > .orre-home-section-header > h2::after{
    display:none !important;
    content:none !important;
}

@media(max-width:767px){

    body .orre-home-new > .orre-home-section-header,
    body .orre-home-collection > .orre-home-section-header{
        grid-template-columns:1fr auto !important;
    }

    body .orre-home-new > .orre-home-section-header::before,
    body .orre-home-collection > .orre-home-section-header::before{
        display:none !important;
    }
}

body .orre-home-new > .orre-home-section-header,
body .orre-home-collection > .orre-home-section-header{
    display:grid !important;
    grid-template-columns:auto minmax(140px,1fr) auto !important;
    align-items:center !important;
    gap:28px !important;
    padding:0 40px 26px !important;
}

body .orre-home-new > .orre-home-section-header > h1,
body .orre-home-collection > .orre-home-section-header > h2{
    margin:0 !important;
    font-size:52px !important;
    line-height:1 !important;
    letter-spacing:1px !important;
    font-weight:700 !important;
    text-transform:uppercase !important;
    position:relative !important;
}

body .orre-home-new > .orre-home-section-header::before,
body .orre-home-collection > .orre-home-section-header::before{
    content:"" !important;
    display:block !important;
    height:2px !important;
    width:100% !important;
    background:#bdbdbd !important;
    align-self:center !important;
}

body .orre-home-new > .orre-home-section-header > h1::after,
body .orre-home-collection > .orre-home-section-header > h2::after{
    display:none !important;
    content:none !important;
}

body .orre-home-new > .orre-home-section-header .button,
body .orre-home-collection > .orre-home-section-header .button,
body .orre-home-new > .orre-home-section-header a.button,
body .orre-home-collection > .orre-home-section-header a.button{
    min-width:220px !important;
    height:62px !important;
    padding:0 26px !important;
    display:inline-flex !important;
    align-items:center !important;
    justify-content:center !important;
    gap:14px !important;
    background:#000 !important;
    color:#fff !important;
    border:1px solid #000 !important;
    text-transform:uppercase !important;
    letter-spacing:2px !important;
    font-size:13px !important;
    font-weight:600 !important;
    text-decoration:none !important;
    box-shadow:none !important;
}

body .orre-home-new > .orre-home-section-header .button::after,
body .orre-home-collection > .orre-home-section-header .button::after,
body .orre-home-new > .orre-home-section-header a.button::after,
body .orre-home-collection > .orre-home-section-header a.button::after{
    content:"→" !important;
    display:inline-block !important;
    font-size:20px !important;
    line-height:1 !important;
    font-weight:400 !important;
    margin-left:6px !important;
    position:static !important;
    transform:none !important;
    border:none !important;
    width:auto !important;
    height:auto !important;
}

body .orre-home-new > .orre-home-section-header .button i,
body .orre-home-collection > .orre-home-section-header .button i,
body .orre-home-new > .orre-home-section-header .button svg,
body .orre-home-collection > .orre-home-section-header .button svg,
body .orre-home-new > .orre-home-section-header a.button i,
body .orre-home-collection > .orre-home-section-header a.button i,
body .orre-home-new > .orre-home-section-header a.button svg,
body .orre-home-collection > .orre-home-section-header a.button svg{
    display:none !important;
}

@media (max-width: 767px){
    body .orre-home-new > .orre-home-section-header,
    body .orre-home-collection > .orre-home-section-header{
        grid-template-columns:1fr !important;
        gap:16px !important;
        padding:0 20px 22px !important;
    }

    body .orre-home-new > .orre-home-section-header::before,
    body .orre-home-collection > .orre-home-section-header::before{
        width:70px !important;
        height:2px !important;
    }

    body .orre-home-new > .orre-home-section-header > h1,
    body .orre-home-collection > .orre-home-section-header > h2{
        font-size:34px !important;
    }

    body .orre-home-new > .orre-home-section-header .button,
    body .orre-home-collection > .orre-home-section-header .button,
    body .orre-home-new > .orre-home-section-header a.button,
    body .orre-home-collection > .orre-home-section-header a.button{
        min-width:200px !important;
        height:56px !important;
    }
}

body .orre-home-new > .orre-home-section-header,
body .orre-home-collection > .orre-home-section-header{
    display:grid !important;
    grid-template-columns:auto 1fr auto !important;
    align-items:center !important;

    width:100% !important;

    padding:26px 56px 24px !important;
    margin:0 !important;

    gap:28px !important;

    box-sizing:border-box !important;

    background:#fff !important;

    border-top:0 !important;
    border-bottom:1px solid #ececec !important;
}

body .orre-home-new > .orre-home-section-header > h1,
body .orre-home-collection > .orre-home-section-header > h2{
    position:relative !important;

    margin:0 !important;
    padding:17px 0 0 !important;

    font-family:Arial, Helvetica, sans-serif !important;

    font-size:30px !important;
    font-weight:650 !important;
    line-height:1 !important;

    letter-spacing:.085em !important;

    color:#111 !important;

    text-transform:uppercase !important;
    white-space:nowrap !important;
}

body .orre-home-new > .orre-home-section-header > h1::before{
    content:"NEW SEASON" !important;
}

body .orre-home-collection > .orre-home-section-header > h2::before{
    content:"SHOP THE EDIT" !important;
}

body .orre-home-new > .orre-home-section-header > h1::before,
body .orre-home-collection > .orre-home-section-header > h2::before{
    position:absolute !important;

    top:0 !important;
    left:1px !important;

    display:block !important;

    font-size:8px !important;
    font-weight:600 !important;
    line-height:1 !important;

    letter-spacing:.22em !important;

    color:#999 !important;
}

body .orre-home-new > .orre-home-section-header > h1::after,
body .orre-home-collection > .orre-home-section-header > h2::after{
    display:none !important;
    content:none !important;
}

body .orre-home-new > .orre-home-section-header::before,
body .orre-home-collection > .orre-home-section-header::before{
    content:"" !important;

    display:block !important;

    width:100% !important;
    height:1px !important;

    background:#dcdcdc !important;

    margin:0 !important;
}

body .orre-home-new > .orre-home-section-header::after,
body .orre-home-collection > .orre-home-section-header::after{
    display:none !important;
    content:none !important;
}

body .orre-home-new > .orre-home-section-header > a,
body .orre-home-collection > .orre-home-section-header > .orre-section-cta{
    position:relative !important;

    display:inline-flex !important;

    align-items:center !important;
    justify-content:center !important;

    min-width:158px !important;
    height:42px !important;

    margin:0 !important;

    padding:0 42px 0 18px !important;

    box-sizing:border-box !important;

    background:#111 !important;
    color:#fff !important;

    border:1px solid #111 !important;
    border-radius:0 !important;

    font-size:9px !important;
    font-weight:700 !important;

    letter-spacing:.15em !important;

    text-transform:uppercase !important;
    text-decoration:none !important;

    white-space:nowrap !important;

    transition:
        background .2s ease,
        color .2s ease,
        transform .2s ease !important;
}

body .orre-home-new > .orre-home-section-header > a::after,
body .orre-home-collection > .orre-home-section-header > .orre-section-cta::after{
    content:"" !important;

    position:absolute !important;

    right:17px !important;
    top:50% !important;

    width:13px !important;
    height:7px !important;

    transform:translateY(-50%) !important;

    border:0 !important;

    background:
        linear-gradient(#fff,#fff) left center / 11px 1px no-repeat !important;
}

body .orre-home-new > .orre-home-section-header > a span::after,
body .orre-home-collection > .orre-home-section-header > .orre-section-cta span::after{
    content:none !important;
}

body .orre-home-new > .orre-home-section-header > a:hover,
body .orre-home-collection > .orre-home-section-header > .orre-section-cta:hover{
    background:#fff !important;
    color:#111 !important;

    transform:translateY(-1px) !important;
}

@media(max-width:1024px){

    body .orre-home-new > .orre-home-section-header,
    body .orre-home-collection > .orre-home-section-header{
        padding:24px 28px 22px !important;
        gap:20px !important;
    }

    body .orre-home-new > .orre-home-section-header > h1,
    body .orre-home-collection > .orre-home-section-header > h2{
        font-size:27px !important;
    }
}

@media(max-width:767px){

    body .orre-home-new > .orre-home-section-header,
    body .orre-home-collection > .orre-home-section-header{
        grid-template-columns:1fr auto !important;

        padding:20px 16px 18px !important;

        gap:12px !important;
    }

    body .orre-home-new > .orre-home-section-header::before,
    body .orre-home-collection > .orre-home-section-header::before{
        display:none !important;
    }

    body .orre-home-new > .orre-home-section-header > h1,
    body .orre-home-collection > .orre-home-section-header > h2{
        font-size:22px !important;
        padding-top:14px !important;
    }

    body .orre-home-new > .orre-home-section-header > h1::before,
    body .orre-home-collection > .orre-home-section-header > h2::before{
        font-size:7px !important;
    }

    body .orre-home-new > .orre-home-section-header > a,
    body .orre-home-collection > .orre-home-section-header > .orre-section-cta{
        min-width:auto !important;
        height:38px !important;

        padding:0 34px 0 12px !important;

        font-size:8px !important;
    }
}

body .orre-home-new > .orre-home-section-header,
body .orre-home-collection > .orre-home-section-header{
    display:grid !important;

    grid-template-columns:auto minmax(120px,1fr) auto !important;

    align-items:center !important;

    width:100% !important;

    padding:34px 56px !important;

    margin:0 !important;

    gap:28px !important;

    box-sizing:border-box !important;

    background:#fff !important;

    border-top:0 !important;
    border-bottom:1px solid #eeeeee !important;
}

body .orre-home-new > .orre-home-section-header > h1,
body .orre-home-collection > .orre-home-section-header > h2{
    margin:0 !important;

    padding:16px 0 0 !important;

    position:relative !important;

    font-size:30px !important;
    font-weight:700 !important;
    line-height:1 !important;

    letter-spacing:.08em !important;

    text-transform:uppercase !important;
    white-space:nowrap !important;
}

body .orre-home-new > .orre-home-section-header > h1::before{
    content:"NEW SEASON" !important;
}

body .orre-home-collection > .orre-home-section-header > h2::before{
    content:"SHOP THE EDIT" !important;
}

body .orre-home-new > .orre-home-section-header > h1::before,
body .orre-home-collection > .orre-home-section-header > h2::before{
    position:absolute !important;

    top:0 !important;
    left:1px !important;

    font-size:8px !important;
    font-weight:600 !important;

    letter-spacing:.22em !important;

    color:#999 !important;
}

body .orre-home-new > .orre-home-section-header > h1::after,
body .orre-home-collection > .orre-home-section-header > h2::after{
    content:none !important;
    display:none !important;
}

body .orre-home-new > .orre-home-section-header::before,
body .orre-home-collection > .orre-home-section-header::before{
    content:"" !important;

    display:block !important;

    width:100% !important;
    height:1px !important;

    margin:0 !important;

    background:#d7d7d7 !important;
}

body .orre-home-new > .orre-home-section-header > a,
body .orre-home-collection > .orre-home-section-header > .orre-section-cta{
    min-width:168px !important;
    height:44px !important;

    margin:0 !important;

    padding:0 40px 0 18px !important;

    display:inline-flex !important;

    align-items:center !important;
    justify-content:center !important;

    box-sizing:border-box !important;

    background:#111 !important;
    color:#fff !important;

    border:1px solid #111 !important;

    font-size:9px !important;
    font-weight:700 !important;

    letter-spacing:.14em !important;

    text-transform:uppercase !important;
    text-decoration:none !important;
}

@media(max-width:1024px){

    body .orre-home-new > .orre-home-section-header,
    body .orre-home-collection > .orre-home-section-header{
        padding:28px 28px !important;

        gap:20px !important;
    }
}

@media(max-width:767px){

    body .orre-home-new > .orre-home-section-header,
    body .orre-home-collection > .orre-home-section-header{
        grid-template-columns:1fr auto !important;

        padding:24px 16px !important;

        gap:12px !important;
    }

    body .orre-home-new > .orre-home-section-header::before,
    body .orre-home-collection > .orre-home-section-header::before{
        display:none !important;
    }

    body .orre-home-new > .orre-home-section-header > h1,
    body .orre-home-collection > .orre-home-section-header > h2{
        font-size:22px !important;
    }

    body .orre-home-new > .orre-home-section-header > a,
    body .orre-home-collection > .orre-home-section-header > .orre-section-cta{
        min-width:auto !important;
        height:38px !important;

        padding:0 14px !important;

        font-size:8px !important;
    }
}

.woocommerce nav.woocommerce-pagination{
    width:100% !important;

    display:flex !important;
    justify-content:center !important;

    margin:42px 0 56px !important;
    padding:0 !important;
}

.woocommerce nav.woocommerce-pagination ul{
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;

    gap:7px !important;

    margin:0 !important;
    padding:0 !important;

    border:0 !important;

    list-style:none !important;
}

.woocommerce nav.woocommerce-pagination ul li{
    float:none !important;

    margin:0 !important;
    padding:0 !important;

    border:0 !important;

    overflow:visible !important;
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span{
    width:42px !important;
    min-width:42px !important;
    height:42px !important;

    display:flex !important;
    align-items:center !important;
    justify-content:center !important;

    margin:0 !important;
    padding:0 !important;

    box-sizing:border-box !important;

    background:#fff !important;
    color:#111 !important;

    border:1px solid #d8d8d8 !important;
    border-radius:0 !important;

    font-size:12px !important;
    font-weight:600 !important;
    line-height:1 !important;

    text-decoration:none !important;

    transition:
        background .2s ease,
        color .2s ease,
        border-color .2s ease !important;
}

.woocommerce nav.woocommerce-pagination ul li span.current{
    background:#000 !important;
    color:#fff !important;

    border-color:#000 !important;
}

.woocommerce nav.woocommerce-pagination ul li a:hover{
    background:#111 !important;
    color:#fff !important;

    border-color:#111 !important;
}

.woocommerce nav.woocommerce-pagination a.prev,
.woocommerce nav.woocommerce-pagination a.next{
    position:relative !important;

    font-size:0 !important;
}

.woocommerce nav.woocommerce-pagination a.prev::before{
    content:"" !important;

    width:7px !important;
    height:7px !important;

    border-left:1.7px solid currentColor !important;
    border-bottom:1.7px solid currentColor !important;

    transform:rotate(45deg) !important;
}

.woocommerce nav.woocommerce-pagination a.next::before{
    content:"" !important;

    width:7px !important;
    height:7px !important;

    border-right:1.7px solid currentColor !important;
    border-top:1.7px solid currentColor !important;

    transform:rotate(45deg) !important;
}

.woocommerce nav.woocommerce-pagination a.prev::after,
.woocommerce nav.woocommerce-pagination a.next::after{
    content:none !important;
    display:none !important;
}

@media(max-width:767px){

    .woocommerce nav.woocommerce-pagination{
        margin:32px 0 42px !important;
    }

    .woocommerce nav.woocommerce-pagination ul{
        gap:5px !important;
    }

    .woocommerce nav.woocommerce-pagination ul li a,
    .woocommerce nav.woocommerce-pagination ul li span{
        width:38px !important;
        min-width:38px !important;
        height:38px !important;

        font-size:11px !important;
    }
}

body.post-type-archive-product .orre-shop-pro-media{
    position:relative !important;

    display:block !important;

    width:100% !important;
    aspect-ratio:4 / 5 !important;

    overflow:hidden !important;

    background:#f3efed !important;
}

body.post-type-archive-product .orre-shop-pro-media img{
    position:absolute !important;

    inset:0 !important;

    display:block !important;

    width:100% !important;
    height:100% !important;

    object-fit:cover !important;
    object-position:center !important;
}

body.post-type-archive-product .orre-shop-pro-main-img{
    display:block !important;

    opacity:1 !important;
    visibility:visible !important;

    z-index:1 !important;
}

body.post-type-archive-product .orre-shop-pro-hover-img{
    display:block !important;

    opacity:0 !important;
    visibility:visible !important;

    z-index:2 !important;

    transition:opacity .3s ease !important;
}

body.post-type-archive-product
.orre-shop-pro-card:hover
.orre-shop-pro-main-img{
    opacity:0 !important;
}

body.post-type-archive-product
.orre-shop-pro-card:hover
.orre-shop-pro-hover-img{
    opacity:1 !important;
}

body.post-type-archive-product .orre-shop-pro-card-top{
    display:block !important;

    width:100% !important;

    position:relative !important;
}

body.post-type-archive-product .orre-shop-pro-sizes{
    display:flex !important;
    visibility:visible !important;
    opacity:1 !important;

    width:100% !important;
    height:auto !important;

    align-items:center !important;
    justify-content:flex-start !important;

    gap:7px !important;

    padding:10px 16px 0 !important;
    margin:0 !important;

    background:#fff !important;

    overflow:visible !important;
}

body.post-type-archive-product .orre-shop-pro-size-label{
    display:none !important;
}

body.post-type-archive-product .orre-shop-pro-size-list{
    display:flex !important;
    visibility:visible !important;
    opacity:1 !important;

    align-items:center !important;
    flex-wrap:wrap !important;

    gap:6px !important;

    width:auto !important;
    height:auto !important;
}

body.post-type-archive-product .orre-shop-pro-size-list span{
    display:inline-flex !important;

    align-items:center !important;
    justify-content:center !important;

    min-width:38px !important;
    height:34px !important;

    padding:0 9px !important;

    background:#fff !important;
    color:#111 !important;

    border:1px solid #d7d7d7 !important;
    border-radius:0 !important;

    font-size:10px !important;
    font-weight:500 !important;

    line-height:1 !important;

    box-sizing:border-box !important;
}

body.post-type-archive-product .orre-shop-pro-size-list span:hover{
    border-color:#111 !important;
}

body.post-type-archive-product .orre-shop-pro-info{
    padding-top:10px !important;
}

@media(max-width:767px){

    body.post-type-archive-product .orre-shop-pro-sizes{
        padding:8px 8px 0 !important;
    }

    body.post-type-archive-product .orre-shop-pro-size-list{
        gap:5px !important;
    }

    body.post-type-archive-product .orre-shop-pro-size-list span{
        min-width:34px !important;
        height:31px !important;

        padding:0 7px !important;

        font-size:9px !important;
    }
}

.woocommerce nav.woocommerce-pagination ul li a.prev,
.woocommerce nav.woocommerce-pagination ul li a.next{
    position:relative !important;

    width:44px !important;
    min-width:44px !important;
    height:44px !important;

    display:flex !important;
    align-items:center !important;
    justify-content:center !important;

    padding:0 !important;

    font-size:0 !important;

    background:#fff !important;
    color:#111 !important;

    border:1px solid #d8d8d8 !important;
}

.woocommerce nav.woocommerce-pagination ul li a.prev::before,
.woocommerce nav.woocommerce-pagination ul li a.prev::after,
.woocommerce nav.woocommerce-pagination ul li a.next::before,
.woocommerce nav.woocommerce-pagination ul li a.next::after{
    content:"" !important;
    display:block !important;

    position:absolute !important;

    top:50% !important;

    width:8px !important;
    height:8px !important;

    border:0 !important;
}

.woocommerce nav.woocommerce-pagination ul li a.prev::before{
    left:50% !important;

    border-left:1.6px solid currentColor !important;
    border-bottom:1.6px solid currentColor !important;

    transform:
        translate(-40%,-50%)
        rotate(45deg) !important;
}

.woocommerce nav.woocommerce-pagination ul li a.next::before{
    left:50% !important;

    border-right:1.6px solid currentColor !important;
    border-top:1.6px solid currentColor !important;

    transform:
        translate(-60%,-50%)
        rotate(45deg) !important;
}

.woocommerce nav.woocommerce-pagination ul li a.prev::after,
.woocommerce nav.woocommerce-pagination ul li a.next::after{
    display:none !important;
}

.woocommerce nav.woocommerce-pagination ul li a.prev:hover,
.woocommerce nav.woocommerce-pagination ul li a.next:hover{
    background:#000 !important;
    color:#fff !important;
    border-color:#000 !important;
}

body.page .orre-about-hero,
body.page .orre-about-story,
body.page .orre-about-values,
body.page .orre-about-closing{
    background:#fff;
    color:#111;
}

.orre-about-hero,
.orre-about-story,
.orre-about-values,
.orre-about-closing{
    padding-left:6vw !important;
    padding-right:6vw !important;
}

.orre-about-hero{
    min-height:520px;
    display:flex;
    align-items:center;
    padding-top:80px !important;
    padding-bottom:80px !important;
}

.orre-about-hero .elementor-heading-title{
    max-width:900px;
    margin:0;
    font-size:clamp(52px,7vw,108px) !important;
    line-height:.94 !important;
    font-weight:500 !important;
    letter-spacing:-.035em !important;
    color:#111 !important;
}

.orre-about-hero .elementor-widget-text-editor{
    max-width:620px;
    margin-top:28px;
}

.orre-about-hero p{
    font-size:17px !important;
    line-height:1.75 !important;
    color:#555 !important;
}

.orre-about-hero .elementor-widget-heading:first-child
.elementor-heading-title{
    font-size:10px !important;
    line-height:1 !important;
    font-weight:700 !important;
    letter-spacing:.22em !important;
    color:#8c8c8c !important;
    text-transform:uppercase !important;
}

.orre-about-story{
    padding-top:90px !important;
    padding-bottom:90px !important;
    border-top:1px solid #eee;
}

.orre-about-story img{
    width:100%;
    display:block;
    object-fit:cover;
    background:#f6f4f2;
}

.orre-about-story .elementor-heading-title{
    font-size:clamp(40px,4.3vw,68px) !important;
    line-height:1.02 !important;
    font-weight:500 !important;
    letter-spacing:-.025em !important;
    color:#111 !important;
}

.orre-about-story p{
    max-width:620px;
    font-size:16px !important;
    line-height:1.8 !important;
    color:#4d4d4d !important;
}

.orre-about-values{
    padding-top:90px !important;
    padding-bottom:100px !important;

    border-top:1px solid #eee;
    border-bottom:1px solid #eee;
}

.orre-about-values .e-con,
.orre-about-values .elementor-column{
    position:relative;
}

.orre-about-values .elementor-column:not(:last-child)::after{
    content:"";
    position:absolute;
    top:0;
    right:0;
    width:1px;
    height:100%;
    background:#e8e8e8;
}

.orre-about-values .elementor-heading-title{
    font-size:21px !important;
    line-height:1.2 !important;
    font-weight:600 !important;
    letter-spacing:.02em !important;
    color:#111 !important;
}

.orre-about-values p{
    max-width:420px;
    margin-top:18px;
    font-size:15px !important;
    line-height:1.75 !important;
    color:#666 !important;
}

.orre-about-closing{
    min-height:480px;

    display:flex;
    align-items:center;
    justify-content:center;

    text-align:center;

    padding-top:90px !important;
    padding-bottom:90px !important;
}

.orre-about-closing .elementor-heading-title{
    max-width:900px;

    margin-left:auto;
    margin-right:auto;

    font-size:clamp(48px,6vw,92px) !important;

    line-height:.98 !important;

    font-weight:500 !important;

    letter-spacing:-.035em !important;

    color:#111 !important;
}

.orre-about-closing p{
    max-width:600px;

    margin:24px auto 0;

    font-size:16px !important;
    line-height:1.75 !important;

    color:#666 !important;
}

.orre-about-closing .elementor-button{
    min-width:200px;

    height:52px;

    margin-top:28px;

    display:inline-flex;
    align-items:center;
    justify-content:center;

    background:#000 !important;
    color:#fff !important;

    border:1px solid #000 !important;
    border-radius:0 !important;

    font-size:10px !important;
    font-weight:700 !important;

    letter-spacing:.16em !important;

    text-transform:uppercase;

    transition:.25s ease;
}

.orre-about-closing .elementor-button:hover{
    background:#fff !important;
    color:#000 !important;
}

.orre-about-hero .elementor-widget-container,
.orre-about-story .elementor-widget-container,
.orre-about-values .elementor-widget-container{
    box-shadow:none !important;
}

.orre-about-hero a,
.orre-about-story a,
.orre-about-values a{
    color:#111 !important;
}

.orre-about-story a,
.orre-about-values a{
    display:inline-flex;
    align-items:center;
    gap:10px;

    margin-top:18px;

    font-size:10px !important;
    font-weight:700 !important;

    letter-spacing:.14em;

    text-transform:uppercase;

    text-decoration:none !important;
}

@media(max-width:767px){

    .orre-about-hero,
    .orre-about-story,
    .orre-about-values,
    .orre-about-closing{
        padding-left:20px !important;
        padding-right:20px !important;
    }

    .orre-about-hero{
        min-height:auto;

        padding-top:64px !important;
        padding-bottom:64px !important;
    }

    .orre-about-hero .elementor-heading-title{
        font-size:48px !important;
    }

    .orre-about-story,
    .orre-about-values{
        padding-top:56px !important;
        padding-bottom:56px !important;
    }

    .orre-about-story .elementor-heading-title{
        font-size:38px !important;
    }

    .orre-about-values .elementor-column::after{
        display:none !important;
    }

    .orre-about-values .elementor-column{
        padding-bottom:36px;
        margin-bottom:36px;

        border-bottom:1px solid #eee;
    }

    .orre-about-closing{
        min-height:auto;

        padding-top:70px !important;
        padding-bottom:70px !important;
    }

    .orre-about-closing .elementor-heading-title{
        font-size:44px !important;
    }
}

.about-video-section,
.elementor-section.about-video-section {
    padding: 70px 40px !important;
    box-sizing: border-box;
}

.about-video-section .elementor-container,
.about-video-section .elementor-row {
    max-width: 1400px !important;
    margin: 0 auto !important;
    align-items: flex-start !important;
    column-gap: 40px !important;
}

.about-video-section .elementor-column {
    width: 50% !important;
}

.about-video-section .elementor-widget-video,
.about-video-section .elementor-custom-embed-wrapper,
.about-video-section .elementor-video {
    width: 100% !important;
}

.about-video-section iframe,
.about-video-section video,
.about-video-section .elementor-video iframe {
    width: 100% !important;
    height: 420px !important;
    display: block !important;
    border: 0 !important;
    object-fit: cover !important;
}

.about-video-section .elementor-custom-embed-image-overlay,
.about-video-section .elementor-wrapper {
    width: 100% !important;
    min-height: 420px !important;
}

.about-video-section h2,
.about-video-section h3,
.about-video-section .elementor-heading-title {
    font-size: 26px !important;
    line-height: 1.3 !important;
    font-weight: 500 !important;
    margin-top: 22px !important;
    margin-bottom: 0 !important;
    color: #222 !important;
}

.about-video-section p {
    margin-top: 12px !important;
    line-height: 1.7 !important;
    color: #666 !important;
}

@media (max-width: 991px) {
    .about-video-section {
        padding: 50px 20px !important;
    }

    .about-video-section .elementor-container,
    .about-video-section .elementor-row {
        display: flex !important;
        flex-direction: column !important;
        row-gap: 35px !important;
    }

    .about-video-section .elementor-column {
        width: 100% !important;
    }

    .about-video-section iframe,
    .about-video-section video,
    .about-video-section .elementor-video iframe,
    .about-video-section .elementor-custom-embed-image-overlay,
    .about-video-section .elementor-wrapper {
        height: 280px !important;
        min-height: 280px !important;
    }

    .about-video-section h2,
    .about-video-section h3,
    .about-video-section .elementor-heading-title {
        font-size: 22px !important;
    }
}

#orreMenuDrawer,
.orre-menu-drawer{
    display:flex !important;
    flex-direction:column !important;
}

#orreMenuDrawer .orre-drawer-nav,
.orre-menu-drawer .orre-drawer-nav{
    flex:1 !important;

    display:flex !important;
    flex-direction:column !important;
    justify-content:center !important;

    padding-top:20px !important;
    padding-bottom:20px !important;
}

#orreMenuDrawer .orre-drawer-nav > a,
#orreMenuDrawer .orre-mobile-group,
.orre-menu-drawer .orre-drawer-nav > a,
.orre-menu-drawer .orre-mobile-group{
    flex:0 0 auto !important;
}

@media(max-width:767px){

    #orreMenuDrawer .orre-drawer-nav,
    .orre-menu-drawer .orre-drawer-nav{
        justify-content:flex-start !important;

        padding-top:28px !important;
    }
}

body .orre-home-new > .orre-home-section-header > a::after,
body .orre-home-collection > .orre-home-section-header > .orre-section-cta::after{
    content:none !important;
    display:none !important;
}

body .orre-home-new > .orre-home-section-header > a,
body .orre-home-collection > .orre-home-section-header > .orre-section-cta{
    padding-left:22px !important;
    padding-right:22px !important;
    justify-content:center !important;
}

body .orre-home-new > .orre-home-section-header > h1,
body .orre-home-collection > .orre-home-section-header > h2{
    position:relative !important;
    padding-bottom:16px !important;
}

body .orre-home-new > .orre-home-section-header > h1::after,
body .orre-home-collection > .orre-home-section-header > h2::after{
    content:"" !important;

    display:block !important;

    position:absolute !important;

    left:50% !important;
    bottom:0 !important;

    width:42px !important;
    height:3px !important;

    background:#c2c2c2 !important;

    transform:translateX(-50%) !important;
}

body .orre-home-new > .orre-home-section-header::before,
body .orre-home-collection > .orre-home-section-header::before{
    display:none !important;
    content:none !important;
}

body .orre-home-new > .orre-home-section-header,
body .orre-home-collection > .orre-home-section-header{
    display:flex !important;
    align-items:center !important;
    justify-content:space-between !important;

    gap:30px !important;

    padding:34px 56px !important;
}

body .orre-home-new > .orre-home-section-header > h1,
body .orre-home-collection > .orre-home-section-header > h2{
    position:relative !important;

    margin:0 !important;
    padding-bottom:16px !important;

    flex:0 0 auto !important;
}

body .orre-home-new > .orre-home-section-header > h1::after,
body .orre-home-collection > .orre-home-section-header > h2::after{
    content:"" !important;

    display:block !important;

    position:absolute !important;

    left:50% !important;
    bottom:0 !important;

    width:56px !important;
    height:3px !important;

    background:#bdbdbd !important;

    transform:translateX(-50%) !important;
}

body .orre-home-new > .orre-home-section-header::before,
body .orre-home-collection > .orre-home-section-header::before{
    content:none !important;
    display:none !important;
}

body .orre-home-new > .orre-home-section-header > a,
body .orre-home-collection > .orre-home-section-header > .orre-section-cta{
    width:auto !important;
    max-width:none !important;

    flex:0 0 auto !important;

    min-width:170px !important;
    height:48px !important;

    margin:0 !important;
    padding:0 24px !important;

    display:inline-flex !important;
    align-items:center !important;
    justify-content:center !important;

    background:#111 !important;
    color:#fff !important;

    border:1px solid #111 !important;

    font-size:10px !important;
    font-weight:700 !important;

    letter-spacing:.14em !important;

    text-transform:uppercase !important;
}

body .orre-home-new > .orre-home-section-header > a::after,
body .orre-home-collection > .orre-home-section-header > .orre-section-cta::after{
    content:none !important;
    display:none !important;
}

body .orre-home-new > .orre-home-section-header,
body .orre-home-collection > .orre-home-section-header{
    display:flex !important;
    flex-direction:column !important;
    align-items:center !important;
    justify-content:center !important;

    width:100% !important;

    padding:38px 20px 42px !important;
    margin:0 !important;

    text-align:center !important;

    background:#fff !important;

    gap:0 !important;
}

body .orre-home-new > .orre-home-section-header > h1,
body .orre-home-collection > .orre-home-section-header > h2{
    position:relative !important;

    margin:0 !important;

    padding:18px 0 17px !important;

    font-size:36px !important;
    font-weight:700 !important;
    line-height:1 !important;

    letter-spacing:.075em !important;

    text-align:center !important;
    text-transform:uppercase !important;

    color:#111 !important;
}

body .orre-home-new > .orre-home-section-header > h1::before{
    content:"NEW SEASON" !important;
}

body .orre-home-collection > .orre-home-section-header > h2::before{
    content:"SHOP THE EDIT" !important;
}

body .orre-home-new > .orre-home-section-header > h1::before,
body .orre-home-collection > .orre-home-section-header > h2::before{
    position:absolute !important;

    top:0 !important;
    left:50% !important;

    transform:translateX(-50%) !important;

    white-space:nowrap !important;

    font-size:8px !important;
    font-weight:600 !important;

    letter-spacing:.25em !important;

    color:#999 !important;
}

body .orre-home-new > .orre-home-section-header > h1::after,
body .orre-home-collection > .orre-home-section-header > h2::after{
    content:"" !important;

    position:absolute !important;

    left:50% !important;
    bottom:0 !important;

    width:46px !important;
    height:3px !important;

    background:#bdbdbd !important;

    transform:translateX(-50%) !important;
}

body .orre-home-new > .orre-home-section-header::before,
body .orre-home-collection > .orre-home-section-header::before{
    display:none !important;
    content:none !important;
}

body .orre-home-new > .orre-home-section-header > a,
body .orre-home-collection > .orre-home-section-header > .orre-section-cta{
    display:inline-flex !important;

    align-items:center !important;
    justify-content:center !important;

    width:auto !important;
    min-width:180px !important;

    height:48px !important;

    margin:26px 0 0 !important;

    padding:0 26px !important;

    background:#111 !important;
    color:#fff !important;

    border:1px solid #111 !important;
    border-radius:0 !important;

    font-size:10px !important;
    font-weight:700 !important;

    letter-spacing:.15em !important;

    text-align:center !important;
    text-decoration:none !important;
    text-transform:uppercase !important;
}

body .orre-home-new > .orre-home-section-header > a::after,
body .orre-home-collection > .orre-home-section-header > .orre-section-cta::after{
    display:none !important;
    content:none !important;
}

@media(max-width:767px){

    body .orre-home-new > .orre-home-section-header,
    body .orre-home-collection > .orre-home-section-header{
        padding:30px 16px 34px !important;
    }

    body .orre-home-new > .orre-home-section-header > h1,
    body .orre-home-collection > .orre-home-section-header > h2{
        font-size:27px !important;
    }

    body .orre-home-new > .orre-home-section-header > a,
    body .orre-home-collection > .orre-home-section-header > .orre-section-cta{
        min-width:165px !important;
        height:44px !important;

        margin-top:22px !important;

        font-size:9px !important;
    }
}

.orre-home-section-footer{
    width:100% !important;

    display:flex !important;
    align-items:center !important;
    justify-content:center !important;

    padding:34px 20px 44px !important;

    background:#fff !important;

    box-sizing:border-box !important;
}

.orre-home-section-footer .orre-section-cta{
    display:inline-flex !important;

    align-items:center !important;
    justify-content:center !important;

    width:auto !important;
    min-width:210px !important;
    height:50px !important;

    margin:0 !important;
    padding:0 28px !important;

    background:#111 !important;
    color:#fff !important;

    border:1px solid #111 !important;
    border-radius:0 !important;

    font-size:10px !important;
    font-weight:700 !important;

    letter-spacing:.16em !important;

    text-transform:uppercase !important;
    text-decoration:none !important;

    transition:.2s ease !important;
}

.orre-home-section-footer .orre-section-cta:hover{
    background:#fff !important;
    color:#111 !important;
}

.orre-home-section-footer .orre-section-cta::before,
.orre-home-section-footer .orre-section-cta::after{
    content:none !important;
    display:none !important;
}

@media(max-width:767px){

    .orre-home-section-footer{
        padding:24px 16px 32px !important;
    }

    .orre-home-section-footer .orre-section-cta{
        min-width:180px !important;
        height:46px !important;

        font-size:9px !important;
    }
}

body .orre-home-new > .orre-home-section-header{
    display:flex !important;
    flex-direction:column !important;
    align-items:center !important;
    justify-content:center !important;

    width:100% !important;

    padding:24px 20px 28px !important;
    margin:0 !important;

    text-align:center !important;

    background:#fff !important;
}

body .orre-home-new > .orre-home-section-header > h1{
    position:relative !important;

    margin:0 !important;
    padding:18px 0 16px !important;

    font-size:34px !important;
    font-weight:700 !important;
    line-height:1 !important;

    letter-spacing:.07em !important;

    text-transform:uppercase !important;
}

body .orre-home-new > .orre-home-section-header > h1::before{
    content:"NEW SEASON" !important;

    position:absolute !important;

    top:0 !important;
    left:50% !important;

    transform:translateX(-50%) !important;

    font-size:8px !important;
    font-weight:600 !important;

    letter-spacing:.24em !important;

    color:#999 !important;

    white-space:nowrap !important;
}

body .orre-home-new > .orre-home-section-header > h1::after{
    content:"" !important;

    position:absolute !important;

    left:50% !important;
    bottom:0 !important;

    width:44px !important;
    height:2px !important;

    background:#bdbdbd !important;

    transform:translateX(-50%) !important;
}

body .orre-home-new > .orre-home-section-header > a{
    display:inline-flex !important;

    align-items:center !important;
    justify-content:center !important;

    width:auto !important;
    min-width:160px !important;

    height:44px !important;

    margin:20px 0 0 !important;
    padding:0 24px !important;

    background:#111 !important;
    color:#fff !important;

    border:1px solid #111 !important;

    font-size:9px !important;
    font-weight:700 !important;

    letter-spacing:.15em !important;

    text-transform:uppercase !important;
    text-decoration:none !important;
}

body .orre-home-new > .orre-home-section-header > a::before,
body .orre-home-new > .orre-home-section-header > a::after{
    content:none !important;
    display:none !important;
}

@media(max-width:767px){

    body .orre-home-new > .orre-home-section-header{
        padding:22px 16px 24px !important;
    }

    body .orre-home-new > .orre-home-section-header > h1{
        font-size:28px !important;
    }

    body .orre-home-new > .orre-home-section-header > a{
        min-width:145px !important;
        height:42px !important;

        margin-top:18px !important;
    }
}

.orre-home-new .orre-home-section-header{
    display:flex !important;
    flex-direction:column !important;
    align-items:center !important;
    justify-content:center !important;

    padding:32px 20px 28px !important;
    margin:0 !important;

    text-align:center !important;
    background:#fff !important;
}

.orre-home-new .orre-home-section-header h1{
    position:relative !important;

    margin:0 !important;
    padding:18px 0 16px !important;

    font-size:34px !important;
    font-weight:700 !important;
    line-height:1 !important;

    letter-spacing:.08em !important;
}

.orre-home-new .orre-home-section-header h1::before{
    content:"NEW SEASON" !important;

    position:absolute !important;
    top:0 !important;
    left:50% !important;

    transform:translateX(-50%) !important;

    font-size:8px !important;
    font-weight:600 !important;

    letter-spacing:.24em !important;
    color:#999 !important;

    white-space:nowrap !important;
}

.orre-home-new .orre-home-section-header h1::after{
    content:"" !important;

    position:absolute !important;
    left:50% !important;
    bottom:0 !important;

    width:46px !important;
    height:2px !important;

    transform:translateX(-50%) !important;

    background:#bdbdbd !important;
}

.orre-home-new .orre-home-section-footer{
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;

    width:100% !important;

    padding:34px 20px 44px !important;

    background:#fff !important;
}

.orre-home-new .orre-home-section-footer .orre-section-cta{
    display:inline-flex !important;
    align-items:center !important;
    justify-content:center !important;

    width:auto !important;
    min-width:180px !important;
    height:48px !important;

    padding:0 28px !important;

    background:#111 !important;
    color:#fff !important;

    border:1px solid #111 !important;

    font-size:10px !important;
    font-weight:700 !important;

    letter-spacing:.15em !important;

    text-decoration:none !important;
    text-transform:uppercase !important;
}

.orre-home-new .orre-home-section-footer .orre-section-cta::before,
.orre-home-new .orre-home-section-footer .orre-section-cta::after{
    display:none !important;
    content:none !important;
}

}

body.single-product .orre-variable-size-buttons,
body.single-product .orre-pdp-static-sizes{
    display:none !important;
}

body.single-product .orre-simple-size-selector{
    display:block !important;
    visibility:visible !important;
    opacity:1 !important;

    width:100% !important;

    margin:26px 0 22px !important;
    padding:0 !important;
}

body.single-product .orre-simple-size-selector .orre-size-selector-label{
    display:block !important;

    margin:0 0 12px !important;

    color:#111 !important;

    font-size:12px !important;
    font-weight:700 !important;
    line-height:1 !important;

    letter-spacing:.09em !important;

    text-transform:uppercase !important;
}

body.single-product .orre-simple-size-buttons{
    display:flex !important;
    align-items:center !important;
    justify-content:flex-start !important;
    flex-wrap:wrap !important;

    gap:8px !important;

    width:100% !important;

    margin:0 !important;
    padding:0 !important;
}

body.single-product .orre-simple-size-buttons .orre-size-option{
    display:inline-flex !important;

    align-items:center !important;
    justify-content:center !important;

    width:56px !important;
    min-width:56px !important;
    height:48px !important;

    margin:0 !important;
    padding:0 !important;

    background:#fff !important;
    color:#111 !important;

    border:1px solid #d4d4d4 !important;
    border-radius:0 !important;

    box-shadow:none !important;

    font-size:10px !important;
    font-weight:600 !important;

    cursor:pointer !important;
}

body.single-product
.orre-simple-size-buttons
.orre-size-option.is-selected{
    background:#111 !important;
    color:#fff !important;

    border-color:#111 !important;
}

body.single-product
.orre-simple-size-buttons
.orre-size-option:hover{
    border-color:#111 !important;
}

body.single-product
.orre-simple-size-selector
input[name="orre_selected_size"]{
    display:none !important;
}

body.single-product
.orre-pdp-final-buy
form.cart:not(.variations_form){
    display:grid !important;

    grid-template-columns:145px minmax(0,1fr) !important;

    align-items:stretch !important;

    gap:10px !important;

    width:100% !important;

    margin:0 !important;
}

body.single-product .orre-pdp-final-buy .quantity{
    display:grid !important;

    grid-template-columns:40px 1fr 40px !important;

    width:145px !important;
    height:52px !important;

    margin:0 !important;

    background:#fff !important;

    border:1px solid #111 !important;
}

body.single-product .orre-pdp-final-buy .quantity input.qty{
    width:100% !important;
    height:50px !important;

    margin:0 !important;
    padding:0 !important;

    background:#fff !important;
    color:#111 !important;

    border:0 !important;

    text-align:center !important;
}

body.single-product .orre-pdp-final-buy .quantity .minus,
body.single-product .orre-pdp-final-buy .quantity .plus{
    width:40px !important;
    height:50px !important;

    margin:0 !important;
    padding:0 !important;

    display:flex !important;
    align-items:center !important;
    justify-content:center !important;

    background:#fff !important;
    color:#111 !important;

    border:0 !important;
}

body.single-product
.orre-pdp-final-buy
.single_add_to_cart_button{
    width:100% !important;
    height:52px !important;

    margin:0 !important;
    padding:0 25px !important;

    display:flex !important;

    align-items:center !important;
    justify-content:center !important;

    background:#111 !important;
    color:#fff !important;

    border:1px solid #111 !important;
    border-radius:0 !important;

    font-size:10px !important;
    font-weight:700 !important;

    letter-spacing:.13em !important;

    text-transform:uppercase !important;
}

body.single-product
.orre-pdp-final-buy
form.variations_form{
    display:block !important;

    width:100% !important;

    margin:25px 0 0 !important;
}

body.single-product
.orre-pdp-final-buy
.variations{
    display:table !important;

    width:100% !important;

    margin:0 0 22px !important;
}

body.single-product
.orre-pdp-final-buy
.wd-swatches-product{
    display:flex !important;

    flex-wrap:wrap !important;

    gap:8px !important;

    margin:10px 0 0 !important;
}

body.single-product
.orre-pdp-final-buy
.wd-swatch,
body.single-product
.orre-pdp-final-buy
.wd-swatch-text{
    display:inline-flex !important;

    align-items:center !important;
    justify-content:center !important;

    min-width:56px !important;
    height:48px !important;

    padding:0 14px !important;

    background:#fff !important;
    color:#111 !important;

    border:1px solid #d4d4d4 !important;
    border-radius:0 !important;
}

body.single-product
.orre-pdp-final-buy
.wd-swatch.wd-active,
body.single-product
.orre-pdp-final-buy
.wd-swatch.active{
    background:#111 !important;
    color:#fff !important;

    border-color:#111 !important;
}

body.single-product
.orre-pdp-final-buy
.woocommerce-variation-add-to-cart{
    display:grid !important;

    grid-template-columns:145px minmax(0,1fr) !important;

    gap:10px !important;

    width:100% !important;

    margin-top:20px !important;
}

@media(max-width:767px){

    body.single-product .orre-simple-size-selector{
        margin-top:22px !important;
    }

    body.single-product
    .orre-simple-size-buttons
    .orre-size-option{
        width:50px !important;
        min-width:50px !important;
        height:44px !important;
    }

    body.single-product
    .orre-pdp-final-buy
    form.cart:not(.variations_form),

    body.single-product
    .orre-pdp-final-buy
    .woocommerce-variation-add-to-cart{
        grid-template-columns:110px minmax(0,1fr) !important;
        gap:8px !important;
    }

    body.single-product .orre-pdp-final-buy .quantity{
        width:110px !important;

        grid-template-columns:32px 1fr 32px !important;
    }

    body.single-product .orre-pdp-final-buy .quantity .minus,
    body.single-product .orre-pdp-final-buy .quantity .plus{
        width:32px !important;
    }
}

body.single-product .orre-pdp-final-buy form.variations_form{
    width:100% !important;
    margin:24px 0 0 !important;
}

body.single-product .orre-pdp-final-buy .variations{
    width:100% !important;
    margin:0 0 22px !important;
    border:0 !important;
}

body.single-product .orre-pdp-final-buy .variations tbody,
body.single-product .orre-pdp-final-buy .variations tr{
    display:block !important;
    width:100% !important;
}

body.single-product .orre-pdp-final-buy .variations tr{
    margin:0 0 18px !important;
}

body.single-product .orre-pdp-final-buy .variations th,
body.single-product .orre-pdp-final-buy .variations td{
    display:block !important;
    width:100% !important;
    margin:0 !important;
    padding:0 !important;
    border:0 !important;
    text-align:left !important;
}

body.single-product .orre-pdp-final-buy .variations label{
    display:block !important;
    margin:0 0 11px !important;

    color:#111 !important;

    font-size:12px !important;
    font-weight:700 !important;
    line-height:1.2 !important;

    letter-spacing:.09em !important;
    text-transform:uppercase !important;
}

body.single-product .orre-pdp-final-buy .wd-swatches-product{
    display:flex !important;
    align-items:center !important;
    justify-content:flex-start !important;
    flex-wrap:wrap !important;

    gap:8px !important;

    width:100% !important;
    margin:0 !important;
}

body.single-product .orre-pdp-final-buy .wd-swatch,
body.single-product .orre-pdp-final-buy .wd-swatch-text{
    display:inline-flex !important;
    align-items:center !important;
    justify-content:center !important;

    min-width:56px !important;
    height:48px !important;

    margin:0 !important;
    padding:0 14px !important;

    background:#fff !important;
    color:#111 !important;

    border:1px solid #d5d5d5 !important;
    border-radius:0 !important;
    box-shadow:none !important;

    font-size:10px !important;
    font-weight:600 !important;
    line-height:1 !important;
}

body.single-product .orre-pdp-final-buy .wd-swatch.wd-active,
body.single-product .orre-pdp-final-buy .wd-swatch.active,
body.single-product .orre-pdp-final-buy .wd-swatch.selected{
    background:#111 !important;
    color:#fff !important;
    border-color:#111 !important;
}

body.single-product .orre-pdp-final-buy .variations select{
    width:100% !important;
    max-width:360px !important;
    height:48px !important;

    margin:0 !important;
    padding:0 14px !important;

    background:#fff !important;
    color:#111 !important;

    border:1px solid #d5d5d5 !important;
    border-radius:0 !important;
    box-shadow:none !important;
}

body.single-product .orre-pdp-final-buy .reset_variations{
    display:inline-block !important;

    margin-top:10px !important;

    color:#777 !important;

    font-size:9px !important;
    font-weight:600 !important;
    letter-spacing:.08em !important;
    text-transform:uppercase !important;
}

body.single-product
.orre-pdp-final-buy
.woocommerce-variation-add-to-cart{
    display:grid !important;
    grid-template-columns:145px minmax(0,1fr) !important;

    align-items:stretch !important;
    gap:10px !important;

    width:100% !important;
    margin-top:20px !important;
}

body.single-product .orre-pdp-final-buy .quantity{
    display:grid !important;
    grid-template-columns:40px 1fr 40px !important;

    width:145px !important;
    height:52px !important;

    margin:0 !important;

    border:1px solid #111 !important;
    background:#fff !important;
}

body.single-product .orre-pdp-final-buy .quantity input.qty{
    width:100% !important;
    height:50px !important;

    margin:0 !important;
    padding:0 !important;

    background:#fff !important;
    color:#111 !important;

    border:0 !important;
    box-shadow:none !important;

    text-align:center !important;
}

body.single-product .orre-pdp-final-buy .quantity .minus,
body.single-product .orre-pdp-final-buy .quantity .plus{
    width:40px !important;
    height:50px !important;

    margin:0 !important;
    padding:0 !important;

    background:#fff !important;
    color:#111 !important;

    border:0 !important;
    box-shadow:none !important;
}

body.single-product .orre-pdp-final-buy .single_add_to_cart_button{
    width:100% !important;
    min-height:52px !important;

    margin:0 !important;
    padding:0 24px !important;

    display:flex !important;
    align-items:center !important;
    justify-content:center !important;

    background:#111 !important;
    color:#fff !important;

    border:1px solid #111 !important;
    border-radius:0 !important;

    font-size:10px !important;
    font-weight:700 !important;
    line-height:1 !important;

    letter-spacing:.12em !important;
    text-transform:uppercase !important;
}

body.single-product .orre-pdp-final-buy .single_add_to_cart_button.disabled,
body.single-product .orre-pdp-final-buy .single_add_to_cart_button:disabled{
    opacity:.45 !important;
    cursor:not-allowed !important;
}

@media(max-width:767px){

    body.single-product
    .orre-pdp-final-buy
    .woocommerce-variation-add-to-cart{
        grid-template-columns:110px minmax(0,1fr) !important;
        gap:8px !important;
    }

    body.single-product .orre-pdp-final-buy .quantity{
        width:110px !important;
        grid-template-columns:32px 1fr 32px !important;
    }

    body.single-product .orre-pdp-final-buy .quantity .minus,
    body.single-product .orre-pdp-final-buy .quantity .plus{
        width:32px !important;
    }

    body.single-product .orre-pdp-final-buy .wd-swatch,
    body.single-product .orre-pdp-final-buy .wd-swatch-text{
        min-width:50px !important;
        height:44px !important;
        padding:0 12px !important;
    }
}

body.single-product .orre-pdp-final-short-description{
    margin:18px 0 0 !important;
    max-width:680px !important;
    color:#555 !important;
    font-size:15px !important;
    line-height:1.75 !important;
}

body.single-product .orre-pdp-final-description{
    margin:22px 0 26px !important;
    max-width:680px !important;
    color:#333 !important;
    font-size:15px !important;
    line-height:1.8 !important;
}

body.single-product .orre-pdp-final-description p{
    margin:0 0 16px !important;
}

body.single-product .orre-pdp-final-description ul,
body.single-product .orre-pdp-final-description ol{
    margin:12px 0 0 20px !important;
    padding:0 !important;
}

body.single-product .orre-pdp-final-description li{
    margin:0 0 10px !important;
}

body.single-product
.orre-pdp-final-buy
form.cart:not(.variations_form){
    display:grid !important;
    grid-template-columns:145px minmax(0,1fr) !important;
    align-items:stretch !important;
    gap:14px 10px !important;
    width:100% !important;
    margin:0 !important;
}

body.single-product
.orre-pdp-final-buy
form.cart:not(.variations_form)
.orre-simple-size-selector{
    grid-column:1 / -1 !important;
    width:100% !important;
    margin:0 !important;
    padding:0 !important;
}

body.single-product .orre-simple-size-selector .orre-size-selector-label{
    display:block !important;
    margin:0 0 12px !important;
    color:#111 !important;
    font-size:12px !important;
    font-weight:700 !important;
    line-height:1 !important;
    letter-spacing:.09em !important;
    text-transform:uppercase !important;
}

body.single-product .orre-simple-size-buttons{
    display:flex !important;
    flex-wrap:wrap !important;
    align-items:center !important;
    gap:8px !important;
    width:100% !important;
    margin:0 !important;
}

body.single-product .orre-simple-size-buttons .orre-size-option{
    display:inline-flex !important;
    align-items:center !important;
    justify-content:center !important;
    width:56px !important;
    min-width:56px !important;
    height:48px !important;
    margin:0 !important;
    padding:0 !important;
    background:#fff !important;
    color:#111 !important;
    border:1px solid #d4d4d4 !important;
    border-radius:0 !important;
    box-shadow:none !important;
    font-size:10px !important;
    font-weight:600 !important;
}

body.single-product
.orre-simple-size-buttons
.orre-size-option.is-selected{
    background:#111 !important;
    color:#fff !important;
    border-color:#111 !important;
}

body.single-product .orre-pdp-final-buy .quantity{
    grid-column:1 !important;
    display:grid !important;
    grid-template-columns:40px 1fr 40px !important;
    width:145px !important;
    height:52px !important;
    margin:0 !important;
    border:1px solid #111 !important;
    background:#fff !important;
}

body.single-product .orre-pdp-final-buy .quantity input.qty{
    width:100% !important;
    height:50px !important;
    margin:0 !important;
    padding:0 !important;
    border:0 !important;
    background:#fff !important;
    color:#111 !important;
    text-align:center !important;
}

body.single-product .orre-pdp-final-buy .quantity .minus,
body.single-product .orre-pdp-final-buy .quantity .plus{
    width:40px !important;
    height:50px !important;
    margin:0 !important;
    padding:0 !important;
    border:0 !important;
    background:#fff !important;
    color:#111 !important;
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
}

body.single-product
.orre-pdp-final-buy
form.cart:not(.variations_form)
.single_add_to_cart_button{
    grid-column:2 !important;
    width:100% !important;
    height:52px !important;
    margin:0 !important;
    padding:0 24px !important;
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    background:#111 !important;
    color:#fff !important;
    border:1px solid #111 !important;
    border-radius:0 !important;
    font-size:10px !important;
    font-weight:700 !important;
    line-height:1 !important;
    letter-spacing:.12em !important;
    text-transform:uppercase !important;
}

body.single-product
.orre-pdp-final-buy
.woocommerce-variation-add-to-cart{
    display:grid !important;
    grid-template-columns:145px minmax(0,1fr) !important;
    gap:10px !important;
    width:100% !important;
    margin-top:18px !important;
}

@media(max-width:767px){
    body.single-product
    .orre-pdp-final-buy
    form.cart:not(.variations_form),
    body.single-product
    .orre-pdp-final-buy
    .woocommerce-variation-add-to-cart{
        grid-template-columns:110px minmax(0,1fr) !important;
    }

    body.single-product .orre-pdp-final-buy .quantity{
        width:110px !important;
        grid-template-columns:32px 1fr 32px !important;
    }

    body.single-product .orre-pdp-final-buy .quantity .minus,
    body.single-product .orre-pdp-final-buy .quantity .plus{
        width:32px !important;
    }

    body.single-product .orre-simple-size-buttons .orre-size-option{
        width:50px !important;
        min-width:50px !important;
        height:44px !important;
    }
}

body.single-product .orre-pdp-final-main{
    display:grid !important;

    grid-template-columns:minmax(0, 1.05fr) minmax(520px, .95fr) !important;

    column-gap:42px !important;

    width:100% !important;

    max-width:1580px !important;

    margin:0 auto !important;

    padding:0 42px !important;

    box-sizing:border-box !important;
}

body.single-product .orre-pdp-final-summary{
    padding-left:0 !important;
    margin-left:0 !important;

    display:flex !important;
    align-items:flex-start !important;
}

body.single-product .orre-pdp-final-summary-inner{
    width:100% !important;

    max-width:650px !important;

    margin-left:0 !important;
    margin-right:auto !important;

    padding-left:0 !important;
    padding-right:0 !important;
}

body.single-product .orre-pdp-final-summary-inner{
    transform:none !important;
}

@media(max-width:1199px){

    body.single-product .orre-pdp-final-main{
        grid-template-columns:1fr 1fr !important;

        column-gap:28px !important;

        padding:0 24px !important;
    }

    body.single-product .orre-pdp-final-summary-inner{
        max-width:100% !important;
    }
}

@media(max-width:767px){

    body.single-product .orre-pdp-final-main{
        display:block !important;

        padding:0 16px !important;
    }

    body.single-product .orre-pdp-final-summary{
        margin-top:28px !important;
    }
}

body .cart-widget-side,
body .wd-side-hidden,
body .wd-cart-side{
    top:0 !important;
    height:100vh !important;
    max-height:100vh !important;

    padding-top:92px !important;

    box-sizing:border-box !important;
}

body .cart-widget-side .widget_shopping_cart,
body .wd-cart-side .widget_shopping_cart{
    height:100% !important;
    max-height:100% !important;

    overflow-y:auto !important;
    overflow-x:hidden !important;

    padding-top:14px !important;
    padding-bottom:24px !important;
}

body .cart-widget-side .mini_cart_item,
body .wd-cart-side .mini_cart_item{
    padding-top:18px !important;
    padding-bottom:18px !important;
}

body .cart-widget-side .mini_cart_item img,
body .wd-cart-side .mini_cart_item img{
    margin-top:0 !important;
}

body .cart-widget-side .mini_cart_item .product-title,
body .cart-widget-side .mini_cart_item a,
body .wd-cart-side .mini_cart_item .product-title,
body .wd-cart-side .mini_cart_item a{
    margin-top:0 !important;
}

body .cart-widget-side .woocommerce-mini-cart__total,
body .wd-cart-side .woocommerce-mini-cart__total{
    margin-top:18px !important;
}

body .cart-widget-side,
body .wd-cart-side{
    z-index:999999 !important;
}

@media(max-width:767px){

    body .cart-widget-side,
    body .wd-side-hidden,
    body .wd-cart-side{
        padding-top:72px !important;
    }
}

body.home .orre-home-product-grid,
body.home .orre-product-slider{
    gap:14px !important;
}

body.home .orre-home-product{
    background:#fff !important;

    margin:0 !important;
    padding:0 !important;

    min-width:0 !important;
}

body.home .orre-home-size-strip{
    position:static !important;

    display:flex !important;
    visibility:visible !important;
    opacity:1 !important;

    align-items:center !important;
    justify-content:flex-start !important;
    flex-wrap:wrap !important;

    gap:6px !important;

    width:100% !important;
    min-height:42px !important;

    margin:0 !important;

    padding:10px 14px 0 !important;

    background:#fff !important;

    transform:none !important;
    overflow:visible !important;

    box-sizing:border-box !important;
}

body.home .orre-home-size-strip > span{
    display:inline-flex !important;

    align-items:center !important;
    justify-content:center !important;

    min-width:38px !important;
    height:34px !important;

    margin:0 !important;
    padding:0 9px !important;

    background:#fff !important;
    color:#111 !important;

    border:1px solid #d5d5d5 !important;
    border-radius:0 !important;

    font-size:10px !important;
    font-weight:500 !important;
    line-height:1 !important;

    box-sizing:border-box !important;
}

body.home .orre-home-product-info{
    padding:12px 14px 26px !important;

    margin:0 !important;

    background:#fff !important;
}

body.home .orre-home-product-name{
    display:block !important;

    margin:0 !important;

    font-size:14px !important;
    font-weight:700 !important;
    line-height:1.35 !important;

    color:#111 !important;

    text-transform:uppercase !important;
}

body.home .orre-home-product-price{
    margin-top:9px !important;

    font-size:13px !important;
    font-weight:600 !important;

    line-height:1.3 !important;
}

body.home .orre-home-new,
body.home .orre-home-collection{
    padding-bottom:44px !important;
}

@media(min-width:1025px){

    body.home .orre-slider-shell{
        padding-left:42px !important;
        padding-right:42px !important;

        box-sizing:border-box !important;
    }
}

@media(max-width:767px){

    body.home .orre-home-product-grid,
    body.home .orre-product-slider{
        gap:7px !important;
    }

    body.home .orre-home-size-strip{
        gap:5px !important;

        min-height:36px !important;

        padding:8px 8px 0 !important;
    }

    body.home .orre-home-size-strip > span{
        min-width:33px !important;
        height:30px !important;

        padding:0 7px !important;

        font-size:9px !important;
    }

    body.home .orre-home-product-info{
        padding:10px 8px 20px !important;
    }
}

body.single-product .orre-pdp-final-related{
    padding-bottom:58px !important;
}

body.single-product .orre-related-slider-shell{
    padding-left:36px !important;
    padding-right:36px !important;

    box-sizing:border-box !important;
}

body.single-product .orre-pdp-final-related-grid{
    gap:14px !important;
}

body.single-product .orre-pdp-final-related-card{
    min-width:0 !important;

    margin:0 !important;
    padding:0 !important;

    background:#fff !important;
}

body.single-product .orre-pdp-final-related-image{
    display:block !important;

    width:100% !important;

    overflow:hidden !important;

    background:#f4efed !important;
}

body.single-product .orre-pdp-final-related-image img{
    display:block !important;

    width:100% !important;
    height:auto !important;

    margin:0 !important;
}

body.single-product .orre-pdp-related-sizes{
    display:flex !important;
    visibility:visible !important;
    opacity:1 !important;

    align-items:center !important;
    justify-content:flex-start !important;
    flex-wrap:wrap !important;

    gap:6px !important;

    width:100% !important;

    margin:0 !important;
    padding:10px 14px 0 !important;

    background:#fff !important;

    box-sizing:border-box !important;
}

body.single-product .orre-pdp-related-sizes > span{
    display:inline-flex !important;

    align-items:center !important;
    justify-content:center !important;

    min-width:38px !important;
    height:34px !important;

    margin:0 !important;
    padding:0 9px !important;

    background:#fff !important;
    color:#111 !important;

    border:1px solid #d5d5d5 !important;
    border-radius:0 !important;

    font-size:10px !important;
    font-weight:500 !important;

    line-height:1 !important;

    box-sizing:border-box !important;
}

body.single-product .orre-pdp-final-related-info{
    padding:12px 14px 26px !important;

    margin:0 !important;

    background:#fff !important;
}

body.single-product .orre-pdp-final-related-info > a{
    display:block !important;

    margin:0 !important;

    color:#111 !important;

    font-size:14px !important;
    font-weight:700 !important;
    line-height:1.35 !important;

    text-transform:uppercase !important;
}

body.single-product .orre-pdp-final-related-info > span{
    display:block !important;

    margin-top:9px !important;

    font-size:13px !important;
    font-weight:600 !important;
    line-height:1.3 !important;
}

@media(max-width:767px){

    body.single-product .orre-related-slider-shell{
        padding-left:10px !important;
        padding-right:10px !important;
    }

    body.single-product .orre-pdp-final-related-grid{
        gap:7px !important;
    }

    body.single-product .orre-pdp-related-sizes{
        gap:5px !important;

        padding:8px 8px 0 !important;
    }

    body.single-product .orre-pdp-related-sizes > span{
        min-width:33px !important;
        height:30px !important;

        padding:0 7px !important;

        font-size:9px !important;
    }

    body.single-product .orre-pdp-final-related-info{
        padding:10px 8px 20px !important;
    }
}

.orre-footer{
    background:#050505;
    color:#fff;

    width:100%;

    font-family:Arial, Helvetica, sans-serif;
}

.orre-footer-main{
    display:grid;

    grid-template-columns:1.2fr .8fr;

    gap:80px;

    max-width:1620px;

    margin:0 auto;

    padding:70px 7% 58px;
}

.orre-footer-brand{
    max-width:520px;
}

.orre-footer-logo{
    margin-bottom:28px;

    font-family:Georgia, "Times New Roman", serif;

    font-size:66px;
    font-weight:400;

    line-height:1;

    letter-spacing:.08em;

    color:#fff;
}

.orre-footer-brand p{
    max-width:390px;

    margin:0;

    color:#bdbdbd;

    font-size:15px;
    font-weight:400;

    line-height:1.75;
}

.orre-footer-contact{
    padding-top:10px;
}

.orre-footer-contact h4{
    margin:0 0 28px;

    color:#fff;

    font-size:13px;
    font-weight:700;

    letter-spacing:.18em;

    text-transform:uppercase;
}

.orre-footer-contact p{
    display:flex;

    flex-direction:column;

    gap:6px;

    margin:0 0 22px;

    color:#ccc;

    font-size:15px;

    line-height:1.5;
}

.orre-footer-contact p > span{
    color:#777;

    font-size:10px;
    font-weight:600;

    letter-spacing:.12em;

    text-transform:uppercase;
}

.orre-footer-contact a{
    color:#ccc;

    text-decoration:none;

    transition:
        color .2s ease,
        opacity .2s ease;
}

.orre-footer-contact a:hover{
    color:#fff;
}

.orre-footer-bottom{
    display:flex;

    align-items:center;
    justify-content:space-between;

    gap:30px;

    max-width:1620px;

    margin:0 auto;

    padding:24px 7%;

    border-top:1px solid rgba(255,255,255,.12);
}

.orre-footer-copy{
    display:flex;

    align-items:center;

    flex-wrap:wrap;

    gap:12px;

    color:#9b9b9b;

    font-size:12px;
}

.orre-footer-copy a{
    position:relative;

    color:#c6c6c6;

    text-decoration:none;

    transition:color .2s ease;
}

.orre-footer-copy a::after{
    content:"";

    position:absolute;

    left:0;
    bottom:-4px;

    width:0;
    height:1px;

    background:#fff;

    transition:width .25s ease;
}

.orre-footer-copy a:hover{
    color:#fff;
}

.orre-footer-copy a:hover::after{
    width:100%;
}

.orre-footer-separator{
    color:#555;
}

.orre-footer-payments{
    display:flex;

    align-items:center;

    gap:14px;
}

.orre-footer-payments > span{
    color:#666;

    font-size:9px;
    font-weight:600;

    letter-spacing:.16em;

    text-transform:uppercase;
}

.orre-footer-payments img{
    height:25px;

    width:auto;

    object-fit:contain;
}

@media(max-width:767px){

    .orre-footer-main{
        grid-template-columns:1fr;

        gap:42px;

        padding:48px 22px 40px;
    }

    .orre-footer-logo{
        font-size:48px;

        margin-bottom:22px;
    }

    .orre-footer-brand p{
        font-size:13px;

        line-height:1.7;
    }

    .orre-footer-contact{
        padding-top:0;
    }

    .orre-footer-bottom{
        flex-direction:column;

        align-items:flex-start;

        padding:22px;

        gap:20px;
    }

    .orre-footer-copy{
        gap:8px 10px;

        font-size:11px;
    }

    .orre-footer-payments{
        width:100%;

        flex-wrap:wrap;
    }

}

@media(max-width:767px){

    .orre-home-product-grid,
    .orre-home-products-grid,
    .orre-front-products,
    .orre-collection-grid,
    .orre-shop-pro-grid,
    .orre-pdp-final-related-grid{
        display:grid !important;
        grid-template-columns:repeat(2, minmax(0, 1fr)) !important;

        gap:10px !important;

        padding-left:12px !important;
        padding-right:12px !important;

        box-sizing:border-box !important;
    }

    .orre-home-product,
    .orre-front-product,
    .orre-collection-card,
    .orre-shop-pro-card,
    .orre-pdp-final-related-card{
        width:100% !important;
        min-width:0 !important;

        margin:0 !important;
    }

    .orre-home-product-media,
    .orre-front-product-media,
    .orre-collection-card-media,
    .orre-shop-pro-media,
    .orre-pdp-final-related-image{
        display:block !important;

        width:100% !important;

        aspect-ratio:3 / 4 !important;

        overflow:hidden !important;
    }

    .orre-home-product-media img,
    .orre-front-product-media img,
    .orre-collection-card-media img,
    .orre-shop-pro-media img,
    .orre-pdp-final-related-image img{
        width:100% !important;
        height:100% !important;

        object-fit:cover !important;
        object-position:center top !important;

        display:block !important;
    }

    .orre-home-product-info,
    .orre-front-product-meta,
    .orre-collection-card-info,
    .orre-shop-pro-info,
    .orre-pdp-final-related-info{
        padding:8px 6px 14px !important;
    }

    .orre-home-product-name,
    .orre-front-product-name,
    .orre-collection-card-title,
    .orre-shop-pro-name,
    .orre-pdp-final-related-name{
        font-size:10px !important;
        line-height:1.3 !important;
    }

    .orre-home-product-price,
    .orre-front-product-price,
    .orre-collection-card-price,
    .orre-shop-pro-price,
    .orre-pdp-final-related-price{
        margin-top:5px !important;

        font-size:10px !important;
    }

    .orre-home-size-strip,
    .orre-collection-size-strip,
    .orre-shop-pro-sizes,
    .orre-pdp-related-sizes{
        padding:6px 6px 0 !important;
        gap:4px !important;
    }

    .orre-home-size-strip > span,
    .orre-collection-size-strip > span,
    .orre-shop-pro-size-list > span,
    .orre-pdp-related-sizes > span{
        min-width:28px !important;
        height:26px !important;

        padding:0 5px !important;

        font-size:8px !important;
    }
}

@media(max-width:767px){

    .orre-home-product-grid,
    .orre-home-products-grid,
    .orre-front-products,
    .orre-collection-grid,
    .orre-shop-pro-grid,
    .orre-pdp-final-related-grid{
        gap:16px 12px !important;

        padding-left:14px !important;
        padding-right:14px !important;
    }

    .orre-home-product,
    .orre-front-product,
    .orre-collection-card,
    .orre-shop-pro-card,
    .orre-pdp-final-related-card{
        margin-bottom:8px !important;
    }

    .orre-home-product-info,
    .orre-front-product-meta,
    .orre-collection-card-info,
    .orre-shop-pro-info,
    .orre-pdp-final-related-info{
        padding-top:10px !important;
        padding-bottom:18px !important;
    }

    .orre-slider-shell,
    .orre-shop-pro-products,
    .orre-collection-products,
    .orre-pdp-final-related{
        box-sizing:border-box !important;
    }
}

@media (max-width:767px){

    body .orre-product-slider,
    body .orre-pdp-final-related-grid{
        display:flex !important;
        gap:14px !important;
        column-gap:14px !important;

        padding-left:14px !important;
        padding-right:14px !important;

        box-sizing:border-box !important;
    }

    body .orre-product-slider > .orre-home-product,
    body .orre-product-slider > .orre-front-product,
    body .orre-product-slider > .orre-pdp-final-related-card{
        flex:0 0 calc((100% - 14px) / 2) !important;
        width:calc((100% - 14px) / 2) !important;
        max-width:calc((100% - 14px) / 2) !important;

        margin:0 !important;

        box-sizing:border-box !important;
    }

    body .orre-shop-pro-grid,
    body .orre-collection-grid,
    body .orre-home-product-grid,
    body .orre-home-products-grid,
    body .orre-front-products{
        display:grid !important;

        grid-template-columns:
            repeat(2, minmax(0,1fr)) !important;

        column-gap:14px !important;
        row-gap:20px !important;

        padding-left:14px !important;
        padding-right:14px !important;

        box-sizing:border-box !important;
    }

    body .orre-shop-pro-card,
    body .orre-collection-card,
    body .orre-home-product,
    body .orre-front-product,
    body .orre-pdp-final-related-card{
        min-width:0 !important;
        max-width:100% !important;

        box-sizing:border-box !important;
    }

}

@media(max-width:767px){

    body .orre-product-slider,
    body .orre-pdp-final-related-grid{
        gap:20px !important;
        column-gap:20px !important;

        padding-left:16px !important;
        padding-right:16px !important;

        box-sizing:border-box !important;
    }

    body .orre-product-slider > .orre-home-product,
    body .orre-product-slider > .orre-front-product,
    body .orre-product-slider > .orre-pdp-final-related-card{
        flex:0 0 calc((100% - 20px) / 2) !important;
        width:calc((100% - 20px) / 2) !important;
        max-width:calc((100% - 20px) / 2) !important;

        margin:0 !important;

        box-sizing:border-box !important;
    }

    body .orre-shop-pro-grid,
    body .orre-collection-grid,
    body .orre-home-product-grid,
    body .orre-home-products-grid,
    body .orre-front-products{
        grid-template-columns:repeat(2,minmax(0,1fr)) !important;

        column-gap:20px !important;
        row-gap:24px !important;

        padding-left:16px !important;
        padding-right:16px !important;

        box-sizing:border-box !important;
    }

    body .orre-shop-pro-card,
    body .orre-collection-card,
    body .orre-home-product,
    body .orre-front-product,
    body .orre-pdp-final-related-card{
        margin-bottom:8px !important;
    }

}
@media (max-width: 767px) {
  .orre-hero-banner,
  .orre-banner,
  .main-banner,
  .hero-banner,
  .home-banner {
    min-height: 420px !important;
    background-size: cover !important;
    background-position: center center !important;
  }

  .orre-hero-banner img,
  .orre-banner img,
  .main-banner img,
  .hero-banner img,
  .home-banner img {
    width: 100% !important;
    height: 420px !important;
    object-fit: cover !important;
    object-position: center center !important;
  }
}

.social-facebook,
.social-instagram{
    display:inline-flex !important;
}

.social-twitter,
.social-x,
.social-youtube,
.social-pinterest,
.social-linkedin,
.social-tiktok{
    display:none !important;
}

body.page-id-4400,
body.page-id-4400 #page,
body.page-id-4400 .website-wrapper,
body.page-id-4400 .main-page-wrapper,
body.page-id-4400 .site-content,
body.page-id-4400 .content-layout-wrapper,
body.page-id-4400 .site-content-row,
body.page-id-4400 .elementor,
body.page-id-4400 .elementor-section,
body.page-id-4400 .elementor-container,
body.page-id-4400 .elementor-column,
body.page-id-4400 .elementor-widget-wrap,
body.page-id-4400 .e-con,
body.page-id-4400 .e-con-inner{
    background-color:#050505 !important;
}

body.page-id-4400 .elementor{
    width:100% !important;
    max-width:none !important;
    margin:0 !important;
    padding:0 !important;
}

body.page-id-4400 .elementor > .e-con,
body.page-id-4400 .elementor > .elementor-section{
    width:100% !important;
    max-width:1480px !important;
    margin-left:auto !important;
    margin-right:auto !important;
    padding-left:clamp(28px,5vw,78px) !important;
    padding-right:clamp(28px,5vw,78px) !important;
}

body.page-id-4400 h1,
body.page-id-4400 h2,
body.page-id-4400 h3,
body.page-id-4400 h4,
body.page-id-4400 h5,
body.page-id-4400 h6,
body.page-id-4400 .elementor-heading-title{
    color:#fff !important;
}

body.page-id-4400 p,
body.page-id-4400 li{
    color:#c3c3c3 !important;
}

body.page-id-4400 p{
    font-size:16px !important;
    line-height:1.8 !important;
}

body.page-id-4400 .elementor-widget-text-editor p{
    max-width:680px;
    margin-top:0;
    margin-bottom:20px;
}

body.page-id-4400 a{
    color:#fff !important;
}

body.page-id-4400 .orre-about-hero,
body.page-id-4400 .orre-about-story,
body.page-id-4400 .orre-about-values,
body.page-id-4400 .orre-about-closing{
    background:#050505 !important;
    color:#fff !important;

    width:100% !important;

    padding-left:clamp(28px,5vw,78px) !important;
    padding-right:clamp(28px,5vw,78px) !important;

    border-color:rgba(255,255,255,.10) !important;
}

body.page-id-4400 .orre-about-hero{
    min-height:0 !important;
    padding-top:90px !important;
    padding-bottom:90px !important;
}

body.page-id-4400 .orre-about-hero .elementor-heading-title{
    max-width:900px !important;

    color:#fff !important;

    font-size:clamp(48px,6vw,86px) !important;
    font-weight:400 !important;
    line-height:1.02 !important;

    letter-spacing:-.025em !important;
}

body.page-id-4400 .orre-about-hero p{
    max-width:620px !important;
    color:#bcbcbc !important;
}

body.page-id-4400 .orre-about-hero
.elementor-widget-heading:first-child
.elementor-heading-title{
    color:#a57d69 !important;

    font-family:Arial,Helvetica,sans-serif !important;
    font-size:10px !important;
    font-weight:700 !important;
    line-height:1 !important;

    letter-spacing:.20em !important;
    text-transform:uppercase !important;
}

body.page-id-4400 .orre-about-story{
    padding-top:86px !important;
    padding-bottom:86px !important;

    border-top:1px solid rgba(255,255,255,.10) !important;
}

body.page-id-4400 .orre-about-story .elementor-heading-title{
    color:#fff !important;

    font-size:clamp(38px,4vw,60px) !important;
    font-weight:400 !important;
    line-height:1.08 !important;

    letter-spacing:-.02em !important;
}

body.page-id-4400 .orre-about-story p{
    color:#bdbdbd !important;
}

body.page-id-4400 .orre-about-story img{
    display:block !important;

    width:100% !important;
    height:auto !important;

    background:#111 !important;
}

body.page-id-4400 .orre-about-values{
    padding-top:80px !important;
    padding-bottom:88px !important;

    border-top:1px solid rgba(255,255,255,.10) !important;
    border-bottom:1px solid rgba(255,255,255,.10) !important;
}

body.page-id-4400 .orre-about-values .elementor-heading-title{
    color:#fff !important;

    font-size:21px !important;
    font-weight:500 !important;
    line-height:1.25 !important;
}

body.page-id-4400 .orre-about-values p{
    max-width:440px !important;
    color:#aaa !important;

    font-size:15px !important;
    line-height:1.75 !important;
}

body.page-id-4400
.orre-about-values
.elementor-column:not(:last-child)::after{
    background:rgba(255,255,255,.12) !important;
}

body.page-id-4400 .orre-about-closing{
    min-height:0 !important;

    padding-top:90px !important;
    padding-bottom:90px !important;

    text-align:center !important;
}

body.page-id-4400 .orre-about-closing .elementor-heading-title{
    max-width:900px !important;

    color:#fff !important;

    font-size:clamp(42px,5vw,72px) !important;
    font-weight:400 !important;
    line-height:1.05 !important;

    letter-spacing:-.025em !important;
}

body.page-id-4400 .orre-about-closing p{
    max-width:620px !important;

    margin-left:auto !important;
    margin-right:auto !important;

    color:#aaa !important;
}

body.page-id-4400 .elementor-widget-heading{
    margin-bottom:14px;
}

body.page-id-4400 .elementor-widget-text-editor{
    margin-bottom:0;
}

body.page-id-4400 hr,
body.page-id-4400 .elementor-divider-separator{
    border-color:rgba(255,255,255,.12) !important;
}

body.page-id-4400 .elementor-social-icons-wrapper{
    display:flex !important;
    align-items:center !important;
    gap:10px !important;
}

body.page-id-4400 .elementor-social-icon{
    transition:transform .2s ease,opacity .2s ease !important;
}

body.page-id-4400 .elementor-social-icon:hover{
    transform:translateY(-2px) !important;
}

@media(max-width:1024px){

    body.page-id-4400 .elementor > .e-con,
    body.page-id-4400 .elementor > .elementor-section,
    body.page-id-4400 .orre-about-hero,
    body.page-id-4400 .orre-about-story,
    body.page-id-4400 .orre-about-values,
    body.page-id-4400 .orre-about-closing{
        padding-left:32px !important;
        padding-right:32px !important;
    }

    body.page-id-4400 .orre-about-hero,
    body.page-id-4400 .orre-about-story,
    body.page-id-4400 .orre-about-values,
    body.page-id-4400 .orre-about-closing{
        padding-top:68px !important;
        padding-bottom:68px !important;
    }
}

@media(max-width:767px){

    body.page-id-4400 .elementor > .e-con,
    body.page-id-4400 .elementor > .elementor-section,
    body.page-id-4400 .orre-about-hero,
    body.page-id-4400 .orre-about-story,
    body.page-id-4400 .orre-about-values,
    body.page-id-4400 .orre-about-closing{
        padding-left:20px !important;
        padding-right:20px !important;
    }

    body.page-id-4400 .orre-about-hero,
    body.page-id-4400 .orre-about-story,
    body.page-id-4400 .orre-about-values,
    body.page-id-4400 .orre-about-closing{
        padding-top:52px !important;
        padding-bottom:52px !important;
    }

    body.page-id-4400 .orre-about-hero .elementor-heading-title{
        font-size:42px !important;
        line-height:1.08 !important;
    }

    body.page-id-4400 .orre-about-story .elementor-heading-title{
        font-size:34px !important;
    }

    body.page-id-4400 .orre-about-values .elementor-heading-title{
        font-size:20px !important;
    }

    body.page-id-4400 .orre-about-closing .elementor-heading-title{
        font-size:38px !important;
    }

    body.page-id-4400 p{
        font-size:15px !important;
        line-height:1.72 !important;
    }

    body.page-id-4400
    .orre-about-values
    .elementor-column:not(:last-child)::after{
        display:none !important;
    }

    body.page-id-4400 .orre-about-values .elementor-column{
        border-bottom:1px solid rgba(255,255,255,.10) !important;
    }
}

footer .main-footer,
.site-footer .main-footer,
.footer-container .main-footer,
.wd-footer .main-footer,
footer > .container,
.site-footer > .container,
.footer-container > .container{
    width:100% !important;
    max-width:1500px !important;

    margin-left:auto !important;
    margin-right:auto !important;

    padding-left:clamp(28px,5vw,78px) !important;
    padding-right:clamp(28px,5vw,78px) !important;

    box-sizing:border-box !important;
}

@media (min-width:768px){

    footer .main-footer .widget:has(img):has(p),
    .site-footer .main-footer .widget:has(img):has(p),
    .footer-container .main-footer .widget:has(img):has(p),

    footer .main-footer .textwidget:has(img):has(p),
    .site-footer .main-footer .textwidget:has(img):has(p),
    .footer-container .main-footer .textwidget:has(img):has(p),

    footer .main-footer .wp-block-group:has(img):has(p),
    .site-footer .main-footer .wp-block-group:has(img):has(p),
    .footer-container .main-footer .wp-block-group:has(img):has(p){
        display:flex !important;

        align-items:center !important;
        justify-content:flex-start !important;

        gap:42px !important;

        width:100% !important;
        max-width:760px !important;

        margin:0 !important;
        padding:0 !important;
    }

    footer .main-footer .widget:has(img):has(p) > .textwidget,
    .site-footer .main-footer .widget:has(img):has(p) > .textwidget,
    .footer-container .main-footer .widget:has(img):has(p) > .textwidget{
        display:flex !important;

        align-items:center !important;

        gap:42px !important;

        width:100% !important;

        margin:0 !important;
        padding:0 !important;
    }

    footer .main-footer .widget:has(img):has(p) img,
    .site-footer .main-footer .widget:has(img):has(p) img,
    .footer-container .main-footer .widget:has(img):has(p) img,

    footer .main-footer .textwidget:has(img):has(p) img,
    .site-footer .main-footer .textwidget:has(img):has(p) img,
    .footer-container .main-footer .textwidget:has(img):has(p) img{
        flex:0 0 auto !important;

        display:block !important;

        width:auto !important;
        max-width:270px !important;
        height:auto !important;

        margin:0 !important;
        padding:0 !important;
    }

    footer .main-footer .widget:has(img):has(p) p,
    .site-footer .main-footer .widget:has(img):has(p) p,
    .footer-container .main-footer .widget:has(img):has(p) p,

    footer .main-footer .textwidget:has(img):has(p) p,
    .site-footer .main-footer .textwidget:has(img):has(p) p,
    .footer-container .main-footer .textwidget:has(img):has(p) p{
        flex:0 1 390px !important;

        width:auto !important;
        max-width:390px !important;

        margin:0 !important;
        padding:0 !important;

        color:#c7c7c7 !important;

        font-size:14px !important;
        line-height:1.8 !important;

        white-space:normal !important;
    }

    footer .main-footer .widget:has(img):has(p) p br,
    .site-footer .main-footer .widget:has(img):has(p) p br,
    .footer-container .main-footer .widget:has(img):has(p) p br{
        display:none !important;
    }

}

footer .footer-sidebar,
.site-footer .footer-sidebar,
.footer-container .footer-sidebar{
    align-items:flex-start !important;
}

footer .main-footer .widget,
.site-footer .main-footer .widget,
.footer-container .main-footer .widget{
    margin-bottom:0 !important;
}

footer .main-footer .widget-title,
.site-footer .main-footer .widget-title,
.footer-container .main-footer .widget-title,
footer .main-footer h4,
.site-footer .main-footer h4,
.footer-container .main-footer h4{
    margin-top:0 !important;
    margin-bottom:24px !important;
}

footer .main-footer p,
.site-footer .main-footer p,
.footer-container .main-footer p{
    margin-top:0;
}

.copyrights-wrapper .container,
.min-footer .container,
.wd-footer-bottom .container{
    width:100% !important;
    max-width:1500px !important;

    margin-left:auto !important;
    margin-right:auto !important;

    padding-left:clamp(28px,5vw,78px) !important;
    padding-right:clamp(28px,5vw,78px) !important;

    box-sizing:border-box !important;
}

@media(max-width:767px){

    footer .main-footer,
    .site-footer .main-footer,
    .footer-container .main-footer,
    footer > .container,
    .site-footer > .container,
    .footer-container > .container{
        padding-left:20px !important;
        padding-right:20px !important;
    }

    footer .main-footer .widget:has(img):has(p),
    .site-footer .main-footer .widget:has(img):has(p),
    .footer-container .main-footer .widget:has(img):has(p),

    footer .main-footer .textwidget:has(img):has(p),
    .site-footer .main-footer .textwidget:has(img):has(p),
    .footer-container .main-footer .textwidget:has(img):has(p),

    footer .main-footer .widget:has(img):has(p) > .textwidget,
    .site-footer .main-footer .widget:has(img):has(p) > .textwidget,
    .footer-container .main-footer .widget:has(img):has(p) > .textwidget{
        display:flex !important;

        flex-direction:column !important;
        align-items:flex-start !important;

        gap:22px !important;

        max-width:100% !important;
    }

    footer .main-footer .widget:has(img):has(p) img,
    .site-footer .main-footer .widget:has(img):has(p) img,
    .footer-container .main-footer .widget:has(img):has(p) img{
        max-width:210px !important;
    }

    footer .main-footer .widget:has(img):has(p) p,
    .site-footer .main-footer .widget:has(img):has(p) p,
    .footer-container .main-footer .widget:has(img):has(p) p{
        max-width:330px !important;

        font-size:13px !important;
        line-height:1.7 !important;
    }

    .copyrights-wrapper .container,
    .min-footer .container,
    .wd-footer-bottom .container{
        padding-left:20px !important;
        padding-right:20px !important;
    }

}

html body .cart-widget-side,
html body .wd-cart-side,
html body .wd-side-hidden.wd-right {
    top: 0 !important;
    right: 0 !important;

    width: 605px !important;
    max-width: calc(100vw - 40px) !important;

    height: 100vh !important;
    max-height: 100vh !important;

    padding: 0 !important;
    margin: 0 !important;

    background: #f8f8f8 !important;

    box-shadow: none !important;
    border-left: 1px solid #e0e0e0 !important;

    z-index: 9999999 !important;
}

html body .cart-widget-side .widget_shopping_cart,
html body .wd-cart-side .widget_shopping_cart {
    padding: 0 !important;
    margin: 0 !important;

    height: 100% !important;
    max-height: 100% !important;

    display: flex !important;
    flex-direction: column !important;

    overflow: hidden !important;

    background: #f8f8f8 !important;
}

html body .cart-widget-side .wd-heading,
html body .wd-cart-side .wd-heading {
    position: relative !important;

    min-height: 80px !important;

    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    padding: 0 28px !important;
    margin: 0 !important;

    background: #f8f8f8 !important;

    border-bottom: 1px solid #d3d3d3 !important;
}

html body .cart-widget-side .wd-heading .title,
html body .cart-widget-side .wd-heading h3,
html body .wd-cart-side .wd-heading .title,
html body .wd-cart-side .wd-heading h3 {
    font-size: 21px !important;
    line-height: 1 !important;

    font-weight: 400 !important;
    letter-spacing: 0.5px !important;

    color: #111 !important;

    margin: 0 !important;
    padding: 0 !important;

    text-transform: uppercase !important;
}

html body .cart-widget-side .wd-close-side,
html body .wd-cart-side .wd-close-side {
    position: absolute !important;

    right: calc(50% - 58px) !important;
    top: 50% !important;

    transform: translateY(-50%) !important;

    width: 30px !important;
    height: 30px !important;

    padding: 0 !important;
    margin: 0 !important;

    background: transparent !important;
    border: 0 !important;

    color: #111 !important;
}

html body .cart-widget-side .wd-close-side:before,
html body .cart-widget-side .wd-close-side:after,
html body .wd-cart-side .wd-close-side:before,
html body .wd-cart-side .wd-close-side:after {
    background-color: #111 !important;
}

html body .cart-widget-side .shopping-cart-widget-body,
html body .wd-cart-side .shopping-cart-widget-body {
    flex: 1 1 auto !important;

    overflow-y: auto !important;
    overflow-x: hidden !important;

    padding: 0 !important;
    margin: 0 !important;

    background: #f8f8f8 !important;
}

html body .cart-widget-side .mini_cart_item,
html body .wd-cart-side .mini_cart_item {
    position: relative !important;

    display: grid !important;

    grid-template-columns: 120px 1fr !important;

    column-gap: 28px !important;

    min-height: 245px !important;

    padding: 27px 65px 27px 27px !important;
    margin: 0 !important;

    border-bottom: 1px solid #d3d3d3 !important;

    background: #f8f8f8 !important;
}

html body .cart-widget-side .mini_cart_item > a:not(.remove),
html body .wd-cart-side .mini_cart_item > a:not(.remove) {
    margin: 0 !important;
    padding: 0 !important;
}

html body .cart-widget-side .mini_cart_item img,
html body .wd-cart-side .mini_cart_item img {
    width: 120px !important;
    height: 182px !important;

    max-width: 120px !important;

    margin: 0 !important;
    padding: 0 !important;

    object-fit: cover !important;
    object-position: center top !important;

    background: #eee !important;
}

html body .cart-widget-side .mini_cart_item .cart-info,
html body .wd-cart-side .mini_cart_item .cart-info {
    padding: 2px 0 0 !important;
    margin: 0 !important;
}

html body .cart-widget-side .mini_cart_item .product-title,
html body .wd-cart-side .mini_cart_item .product-title {
    display: block !important;

    max-width: 310px !important;

    margin: 0 0 7px !important;
    padding: 0 !important;

    font-size: 20px !important;
    line-height: 1.45 !important;

    font-weight: 400 !important;

    text-transform: uppercase !important;

    color: #111 !important;
}

html body .cart-widget-side .variation,
html body .wd-cart-side .variation {
    margin: 0 0 13px !important;

    font-size: 16px !important;
    line-height: 1.4 !important;

    color: #555 !important;
}

html body .cart-widget-side .variation dt,
html body .wd-cart-side .variation dt {
    display: none !important;
}

html body .cart-widget-side .variation dd,
html body .wd-cart-side .variation dd {
    margin: 0 !important;
}

html body .cart-widget-side .variation p,
html body .wd-cart-side .variation p {
    margin: 0 !important;
}

html body .cart-widget-side .mini_cart_item .quantity,
html body .wd-cart-side .mini_cart_item .quantity {
    font-size: 0 !important;

    color: #444 !important;
}

html body .cart-widget-side .mini_cart_item .quantity .woocommerce-Price-amount,
html body .wd-cart-side .mini_cart_item .quantity .woocommerce-Price-amount {
    display: block !important;

    margin: 7px 0 14px !important;

    font-size: 20px !important;
    line-height: 1.2 !important;

    font-weight: 600 !important;

    color: #555 !important;
}

html body .cart-widget-side .woocommerce-Price-currencySymbol,
html body .wd-cart-side .woocommerce-Price-currencySymbol {
    margin-right: 3px !important;
}

html body .cart-widget-side .remove,
html body .wd-cart-side .remove {
    position: absolute !important;

    top: 32px !important;
    right: 26px !important;

    width: 28px !important;
    height: 28px !important;

    margin: 0 !important;
    padding: 0 !important;

    background: transparent !important;
    border: none !important;

    font-size: 0 !important;

    color: #111 !important;

    opacity: 1 !important;
}

html body .cart-widget-side .remove:before,
html body .wd-cart-side .remove:before {
    content: "\f2ed" !important;

    font-family: "Font Awesome 5 Free",
                 "Font Awesome 6 Free" !important;

    font-weight: 900 !important;

    font-size: 19px !important;

    color: #111 !important;

    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    width: 100% !important;
    height: 100% !important;
}

html body .cart-widget-side .shopping-cart-widget-footer,
html body .wd-cart-side .shopping-cart-widget-footer {
    flex: 0 0 auto !important;

    width: 100% !important;

    margin: 0 !important;
    padding: 0 !important;

    background: #f8f8f8 !important;

    border-top: 1px solid #d3d3d3 !important;
}

html body .cart-widget-side .woocommerce-mini-cart__total,
html body .wd-cart-side .woocommerce-mini-cart__total {
    display: none !important;
}

html body .cart-widget-side
.woocommerce-mini-cart__buttons
a:not(.checkout),

html body .wd-cart-side
.woocommerce-mini-cart__buttons
a:not(.checkout) {
    display: none !important;
}

html body .cart-widget-side .woocommerce-mini-cart__buttons,
html body .wd-cart-side .woocommerce-mini-cart__buttons {
    display: block !important;

    margin: 0 !important;
    padding: 0 !important;

    width: 100% !important;

    background: #000 !important;
}

html body .cart-widget-side
.woocommerce-mini-cart__buttons .checkout,

html body .wd-cart-side
.woocommerce-mini-cart__buttons .checkout {
    display: flex !important;

    align-items: center !important;
    justify-content: center !important;

    width: 100% !important;
    min-height: 77px !important;

    margin: 0 !important;
    padding: 0 25px !important;

    border: none !important;
    border-radius: 0 !important;

    background: #000 !important;
    background-color: #000 !important;

    color: #fff !important;

    font-size: 18px !important;
    font-weight: 500 !important;

    letter-spacing: .5px !important;

    text-transform: uppercase !important;

    box-shadow: none !important;
}

html body .cart-widget-side
.woocommerce-mini-cart__buttons .checkout:hover,

html body .wd-cart-side
.woocommerce-mini-cart__buttons .checkout:hover {
    background: #111 !important;
    background-color: #111 !important;

    color: #fff !important;
}

html body .wd-close-side-opened:before,
html body .wd-overlay {
    background: rgba(0,0,0,.35) !important;

    backdrop-filter: blur(3px) !important;
    -webkit-backdrop-filter: blur(3px) !important;
}

@media (max-width: 1024px) {

    html body .cart-widget-side,
    html body .wd-cart-side,
    html body .wd-side-hidden.wd-right {
        width: 560px !important;
        max-width: calc(100vw - 20px) !important;
    }

}

@media (max-width: 767px) {

    html body .cart-widget-side,
    html body .wd-cart-side,
    html body .wd-side-hidden.wd-right {

        width: calc(100vw - 20px) !important;
        max-width: calc(100vw - 20px) !important;

        padding: 0 !important;
    }

    html body .cart-widget-side .wd-heading,
    html body .wd-cart-side .wd-heading {
        min-height: 70px !important;
    }

    html body .cart-widget-side .wd-heading .title,
    html body .wd-cart-side .wd-heading .title {
        font-size: 18px !important;
    }

    html body .cart-widget-side .mini_cart_item,
    html body .wd-cart-side .mini_cart_item {

        grid-template-columns: 105px 1fr !important;

        column-gap: 20px !important;

        min-height: 215px !important;

        padding:
            25px
            45px
            25px
            20px !important;
    }

    html body .cart-widget-side .mini_cart_item img,
    html body .wd-cart-side .mini_cart_item img {

        width: 105px !important;
        height: 160px !important;

        max-width: 105px !important;
    }

    html body .cart-widget-side .mini_cart_item .product-title,
    html body .wd-cart-side .mini_cart_item .product-title {

        font-size: 16px !important;

        line-height: 1.4 !important;
    }

    html body .cart-widget-side
    .mini_cart_item
    .quantity
    .woocommerce-Price-amount,

    html body .wd-cart-side
    .mini_cart_item
    .quantity
    .woocommerce-Price-amount {

        font-size: 17px !important;
    }

    html body .cart-widget-side
    .woocommerce-mini-cart__buttons .checkout,

    html body .wd-cart-side
    .woocommerce-mini-cart__buttons .checkout {

        min-height: 68px !important;

        font-size: 16px !important;
    }

}

@media (max-width: 480px) {

    html body .cart-widget-side,
    html body .wd-cart-side,
    html body .wd-side-hidden.wd-right {

        width: 100vw !important;
        max-width: 100vw !important;
    }

    html body .cart-widget-side .mini_cart_item,
    html body .wd-cart-side .mini_cart_item {

        grid-template-columns: 95px 1fr !important;

        column-gap: 16px !important;

        padding:
            22px
            42px
            22px
            16px !important;
    }

    html body .cart-widget-side .mini_cart_item img,
    html body .wd-cart-side .mini_cart_item img {

        width: 95px !important;
        height: 145px !important;
    }

}

.orre-kiji-footer{
    width:100%;
    background:#000;
    color:#fff;
    padding:0 0 48px;
}

.orre-footer-inner{
    width:calc(100% - 136px);
    max-width:none;
    margin:0 auto;

    border-top:1px solid #262626;
}

.orre-footer-top{
    min-height:190px;

    display:grid;
    grid-template-columns:1fr 1fr 1fr;
    align-items:center;
}

.orre-footer-follow{
    font-size:15px;
    line-height:1;

    font-weight:600;

    color:#777;

    letter-spacing:.6px;

    text-transform:uppercase;
}

.orre-footer-socials{
    display:flex;
    align-items:center;
    justify-content:center;

    gap:28px;
}

.orre-footer-socials a{
    width:24px;
    height:24px;

    display:flex;
    justify-content:center;
    align-items:center;

    color:#efefef;

    background:transparent !important;

    padding:0;
    border:0;

    text-decoration:none;

    transition:opacity .25s ease;
}

.orre-footer-socials a:hover{
    background:transparent !important;
    color:#fff;
    opacity:.65;
}

.orre-footer-socials svg{
    display:block;

    width:23px;
    height:23px;

    fill:currentColor;
}

.orre-footer-bottom{
    display:flex;
    align-items:center;

    gap:17px;

    padding-top:18px;

    font-size:16px;
    line-height:1.4;

    font-weight:400;

    letter-spacing:1px;

    text-transform:uppercase;

    color:#fff;
}

@media(max-width:1024px){

    .orre-footer-inner{
        width:calc(100% - 70px);
    }

}

@media(max-width:767px){

    .orre-kiji-footer{
        padding-bottom:32px;
    }

    .orre-footer-inner{
        width:calc(100% - 32px);
    }

    .orre-footer-top{
        min-height:auto;

        padding:42px 0;

        display:flex;
        flex-direction:column;

        align-items:flex-start;

        gap:32px;
    }

    .orre-footer-socials{
        justify-content:flex-start;
    }

    .orre-footer-bottom{
        flex-direction:column;
        align-items:flex-start;

        gap:6px;

        padding-top:15px;

        font-size:13px;
    }

}

.orre-kiji-footer {
    width: 100%;
    background: #000;
    color: #fff;

    padding: 0 0 45px;
}

.orre-footer-inner {
    width: calc(100% - 136px);
    margin: 0 auto;

    border-top: 1px solid #252525;
}

.orre-footer-brand-section {
    display: grid;
    grid-template-columns: 1.5fr 1fr;

    gap: 100px;

    padding: 65px 0 60px;

    border-bottom: 1px solid #252525;
}

.orre-footer-brand {
    max-width: 460px;
}

.orre-footer-logo {
    display: inline-block;

    background: transparent !important;

    margin-bottom: 25px;
}

.orre-footer-logo img {
    display: block;

    width: 190px;
    max-width: 100%;

    height: auto;
}

.orre-footer-description {
    max-width: 430px;

    margin: 0;

    color: #999;

    font-size: 15px;
    line-height: 1.8;

    font-weight: 400;

    letter-spacing: .2px;
}

.orre-footer-contact {
    display: flex;
    flex-direction: column;

    align-items: flex-start;

    gap: 11px;
}

.orre-footer-contact-title {
    margin-bottom: 10px;

    color: #777;

    font-size: 14px;
    font-weight: 600;

    letter-spacing: 1px;

    text-transform: uppercase;
}

.orre-footer-contact a,
.orre-footer-contact span {
    color: #fff;

    font-size: 15px;
    line-height: 1.5;

    font-weight: 400;

    letter-spacing: .3px;

    text-decoration: none;
}

.orre-footer-contact a:hover {
    color: #888;

    background: transparent !important;
}

.orre-footer-social-row {
    display: grid;

    grid-template-columns: 1fr 1fr 1fr;

    align-items: center;

    min-height: 150px;
}

.orre-footer-follow {
    color: #777;

    font-size: 14px;
    font-weight: 600;

    letter-spacing: .8px;

    text-transform: uppercase;
}

.orre-footer-socials {
    display: flex;

    justify-content: center;
    align-items: center;

    gap: 28px;
}

.orre-footer-socials a {
    width: 25px;
    height: 25px;

    display: flex;

    align-items: center;
    justify-content: center;

    padding: 0;

    color: #f1f1f1;

    background: transparent !important;

    border: none;

    text-decoration: none;

    transition:
        opacity .2s ease,
        transform .2s ease;
}

.orre-footer-socials a:hover {
    color: #fff;

    background: transparent !important;

    opacity: .65;

    transform: translateY(-2px);
}

.orre-footer-socials svg {
    width: 23px;
    height: 23px;

    fill: currentColor;
}

.orre-footer-bottom {
    display: flex;

    align-items: center;

    gap: 18px;

    padding-top: 15px;

    color: #fff;

    font-size: 15px;
    line-height: 1.4;

    font-weight: 400;

    letter-spacing: 1px;

    text-transform: uppercase;
}

@media (max-width: 1024px) {

    .orre-footer-inner {
        width: calc(100% - 70px);
    }

    .orre-footer-brand-section {
        gap: 60px;
    }

}

@media (max-width: 767px) {

    .orre-kiji-footer {
        padding-bottom: 30px;
    }

    .orre-footer-inner {
        width: calc(100% - 32px);
    }

    .orre-footer-brand-section {
        display: flex;

        flex-direction: column;

        gap: 42px;

        padding: 45px 0;
    }

    .orre-footer-logo img {
        width: 160px;
    }

    .orre-footer-description {
        font-size: 14px;

        line-height: 1.7;
    }

    .orre-footer-social-row {
        display: flex;

        flex-direction: column;

        align-items: flex-start;

        gap: 27px;

        min-height: auto;

        padding: 40px 0;
    }

    .orre-footer-socials {
        justify-content: flex-start;

        gap: 25px;
    }

    .orre-footer-bottom {
        flex-direction: column;

        align-items: flex-start;

        gap: 6px;

        padding-top: 10px;

        font-size: 12px;
    }

}
.orre-footer-logo {
    display: inline-block;
    margin-bottom: 25px;
    background: transparent !important;
}

.orre-footer-logo-img {
    display: block;
    width: 190px;
    max-width: 100%;
    height: auto;
    object-fit: contain;
}

@media (max-width: 767px) {
    .orre-footer-logo-img {
        width: 160px;
    }
}

html body .cart-widget-side .orre-cart-cancel,
html body .wd-cart-side .orre-cart-cancel {

    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    width: 100% !important;

    min-height: 62px !important;

    margin: 12px 0 0 !important;
    padding: 0 20px !important;

    background: #fff !important;
    background-color: #fff !important;

    color: #000 !important;

    border: 1px solid #000 !important;
    border-radius: 0 !important;

    font-size: 14px !important;
    font-weight: 500 !important;

    letter-spacing: 1.2px !important;

    text-transform: uppercase !important;

    cursor: pointer !important;

    box-shadow: none !important;

    transition:
        background .25s ease,
        color .25s ease !important;
}

html body .cart-widget-side .orre-cart-cancel:hover,
html body .wd-cart-side .orre-cart-cancel:hover {

    background: #000 !important;
    background-color: #000 !important;

    color: #fff !important;

    border-color: #000 !important;
}

html body .cart-widget-side,
html body .wd-cart-side{
    position: fixed !important;
}

html body .cart-widget-side .wd-close-side,
html body .wd-cart-side .wd-close-side,
html body .cart-widget-side .close-side-widget,
html body .wd-cart-side .close-side-widget{

    display: flex !important;
    visibility: visible !important;
    opacity: 1 !important;

    position: absolute !important;

    top: 18px !important;
    right: 20px !important;

    width: 34px !important;
    height: 34px !important;

    padding: 0 !important;
    margin: 0 !important;

    align-items: center !important;
    justify-content: center !important;

    background: #fff !important;

    border: 0 !important;
    border-radius: 50% !important;

    color: #000 !important;

    z-index: 99999999 !important;

    font-size: 0 !important;
}

html body .cart-widget-side .wd-close-side::before,
html body .cart-widget-side .wd-close-side::after,
html body .wd-cart-side .wd-close-side::before,
html body .wd-cart-side .wd-close-side::after,
html body .cart-widget-side .close-side-widget::before,
html body .cart-widget-side .close-side-widget::after,
html body .wd-cart-side .close-side-widget::before,
html body .wd-cart-side .close-side-widget::after{

    content: "" !important;

    position: absolute !important;

    width: 18px !important;
    height: 2px !important;

    background: #000 !important;

    left: 8px !important;
    top: 16px !important;

    display: block !important;
}

html body .cart-widget-side .wd-close-side::before,
html body .wd-cart-side .wd-close-side::before,
html body .cart-widget-side .close-side-widget::before,
html body .wd-cart-side .close-side-widget::before{
    transform: rotate(45deg) !important;
}

html body .cart-widget-side .wd-close-side::after,
html body .wd-cart-side .wd-close-side::after,
html body .cart-widget-side .close-side-widget::after,
html body .wd-cart-side .close-side-widget::after{
    transform: rotate(-45deg) !important;
}

html body .cart-widget-side .wd-close-side:hover,
html body .wd-cart-side .wd-close-side:hover,
html body .cart-widget-side .close-side-widget:hover,
html body .wd-cart-side .close-side-widget:hover{
    background: #eee !important;
}

/* =========================================================
   ORRÉ — PREMIUM KIJI-STYLE FINAL OVERRIDES
   Purpose:
   - Preserve existing markup/functions/interactions
   - Black + white storefront
   - Black commerce/action buttons
   - Cleaner typography and spacing
   - Improved desktop/tablet/mobile responsiveness
   ========================================================= */

:root{
  --orre-black:#000000;
  --orre-white:#ffffff;
  --orre-text:#111111;
  --orre-muted:#6b6b6b;
  --orre-border:#e8e8e8;
  --orre-soft:#f7f7f7;
  --orre-container:1440px;
  --orre-page-x:clamp(14px,2.2vw,34px);
  --orre-ease:cubic-bezier(.22,.61,.36,1);
}

/* ---------- Global reset / storefront base ---------- */
html{
  -webkit-text-size-adjust:100%;
  scroll-behavior:smooth;
}

html,
body,
#page,
.main-page-wrapper,
.site-content{
  width:100%;
  max-width:100%;
  margin:0;
  background:#fff!important;
  color:#111!important;
}

body{
  overflow-x:hidden!important;
  font-family:-apple-system,BlinkMacSystemFont,"Helvetica Neue",Arial,sans-serif!important;
  font-size:14px;
  line-height:1.5;
  text-rendering:optimizeLegibility;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
}

*,
*::before,
*::after{
  box-sizing:border-box;
}

img,
picture,
video,
canvas,
svg{
  max-width:100%;
}

img{
  display:block;
}

a{
  color:inherit;
  text-decoration:none;
}

button,
input,
select,
textarea{
  font:inherit;
}

button,
a,
input,
select,
textarea{
  -webkit-tap-highlight-color:transparent;
}

:focus-visible{
  outline:1px solid #000!important;
  outline-offset:3px;
}

/* ---------- Keep main visual surfaces white ---------- */
.orre-home-v3,
.orre-home-new,
.orre-home-collection,
.orre-home-product-grid,
.orre-home-product,
.orre-home-product-info,
.orre-inside,
.orre-home-newsletter,
.orre-collection-page,
.orre-collection-head,
.orre-collection-toolbar,
.orre-collection-products,
.orre-collection-grid,
.orre-collection-card{
  background:#fff!important;
}

/* Product-photo backgrounds can stay subtly neutral */
.orre-home-product-media,
.orre-collection-card-media{
  background:#f6f6f6!important;
}

/* ---------- Typography refinement ---------- */
.orre-home-v3,
.orre-home-v3 *,
.orre-collection-page,
.orre-collection-page *,
.woocommerce,
.woocommerce *{
  font-family:-apple-system,BlinkMacSystemFont,"Helvetica Neue",Arial,sans-serif!important;
}

.orre-home-section-header h1,
.orre-home-section-header h2,
.orre-collection-title-wrap h1,
.orre-inside-head h2{
  color:#000!important;
  font-weight:500!important;
  letter-spacing:.09em!important;
}

.orre-home-product-name,
.orre-collection-card-title,
.woocommerce-loop-product__title{
  color:#111!important;
  font-weight:500!important;
  letter-spacing:.015em!important;
}

.orre-home-product-price,
.orre-collection-card-price,
.woocommerce-Price-amount{
  color:#111!important;
}

/* ---------- Action buttons: BLACK + WHITE ---------- */
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit,
.single_add_to_cart_button,
.checkout-button,
.wc-proceed-to-checkout a,
.orre-cart-primary,
.orre-cart-secondary,
.orre-empty-cart a,
.orre-home-hero-content a,
.orre-home-editorial-overlay a,
.orre-collection-card .button,
.orre-product-card .button,
button[name="apply_coupon"],
button[name="update_cart"],
button[name="woocommerce_checkout_place_order"]{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  background:#000!important;
  color:#fff!important;
  border:1px solid #000!important;
  border-radius:0!important;
  box-shadow:none!important;
  text-transform:uppercase;
  letter-spacing:.08em;
  font-weight:600;
  transition:
    opacity .22s ease,
    transform .22s var(--orre-ease),
    background-color .22s ease,
    color .22s ease!important;
}

.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit:hover,
.single_add_to_cart_button:hover,
.checkout-button:hover,
.wc-proceed-to-checkout a:hover,
.orre-cart-primary:hover,
.orre-cart-secondary:hover,
.orre-empty-cart a:hover,
.orre-home-hero-content a:hover,
.orre-home-editorial-overlay a:hover,
.orre-collection-card .button:hover,
.orre-product-card .button:hover,
button[name="apply_coupon"]:hover,
button[name="update_cart"]:hover,
button[name="woocommerce_checkout_place_order"]:hover{
  background:#000!important;
  color:#fff!important;
  border-color:#000!important;
  opacity:.82!important;
}

/* Keep icon / navigation / utility controls visually minimal */
.orre-hamburger,
.orre-nav-actions button,
.orre-close-btn,
.orre-overlay-close,
.orre-filter-open,
.orre-mobile-parent,
.orre-drawer-head button,
.orre-home-newsletter-form button,
.quantity button,
.wd-quantity-plus,
.wd-quantity-minus{
  box-shadow:none!important;
}

/* Newsletter submit is a text control, not a filled CTA */
.orre-home-newsletter-form button{
  background:transparent!important;
  color:#000!important;
  border:0!important;
}

/* Carousel utility arrows remain clean */
.orre-inside-arrow{
  background:#fff!important;
  color:#000!important;
  border:1px solid #ddd!important;
  box-shadow:none!important;
}
.orre-inside-arrow:hover{
  background:#000!important;
  color:#fff!important;
  border-color:#000!important;
}

/* ---------- Header ---------- */
.orre-nav-header{
  background:rgba(0,0,0,.78)!important;
  border-bottom:1px solid rgba(255,255,255,.12)!important;
  box-shadow:none!important;
  backdrop-filter:blur(10px)!important;
  -webkit-backdrop-filter:blur(10px)!important;
}

body.tax-product_cat .orre-nav-header,
body.single-product .orre-nav-header,
body.woocommerce-cart .orre-nav-header,
body.woocommerce-checkout .orre-nav-header{
  background:#000!important;
}

.orre-nav-inner{
  max-width:1920px!important;
  margin:0 auto!important;
}

.orre-nav-logo a{
  color:#fff!important;
  font-weight:700!important;
  letter-spacing:.12em!important;
}

.orre-hamburger,
.orre-nav-actions button{
  background:transparent!important;
  color:#fff!important;
  border:0!important;
}

/* ---------- Drawers / search ---------- */
.orre-menu-drawer{
  background:#000!important;
  color:#fff!important;
  box-shadow:none!important;
}

.orre-cart-drawer{
  background:#fff!important;
  color:#111!important;
  box-shadow:-18px 0 50px rgba(0,0,0,.10)!important;
}

.orre-search-overlay{
  background:rgba(0,0,0,.985)!important;
}

.orre-menu-overlay,
.orre-cart-overlay{
  background:rgba(0,0,0,.58)!important;
}

.orre-drawer-nav > a,
.orre-mobile-parent{
  transition:background-color .18s ease,color .18s ease!important;
}

/* ---------- Hero ---------- */
.orre-home-hero{
  min-height:clamp(620px,84svh,900px)!important;
  background:#fff!important;
}

.orre-home-hero-content{
  max-width:620px!important;
}

.orre-home-hero-content h1{
  color:#111!important;
  font-size:clamp(62px,9vw,132px)!important;
  line-height:.90!important;
}

.orre-home-hero-content p{
  color:#222!important;
  max-width:440px!important;
  line-height:1.65!important;
}

.orre-home-hero-content a{
  min-height:44px!important;
  padding:0 24px!important;
}

/* ---------- Homepage section headers ---------- */
.orre-home-section-header{
  padding:
    clamp(28px,3vw,44px)
    var(--orre-page-x)
    clamp(18px,1.7vw,26px)!important;
}

.orre-home-section-header h1,
.orre-home-section-header h2{
  font-size:clamp(10px,.8vw,13px)!important;
}

.orre-home-section-header a{
  color:#000!important;
  border-bottom:1px solid #000!important;
  transition:opacity .2s ease!important;
}

.orre-home-section-header a:hover{
  opacity:.55!important;
}

/* ---------- Product grids ---------- */
.orre-home-product-grid,
.orre-collection-grid{
  gap:1px!important;
  background:#fff!important;
}

.orre-home-product,
.orre-collection-card{
  background:#fff!important;
  border:0!important;
  border-radius:0!important;
  box-shadow:none!important;
}

.orre-home-product-media,
.orre-collection-card-media{
  border-radius:0!important;
}

.orre-home-product-media img,
.orre-collection-card-media img{
  transform:scale(1);
  transition:
    opacity .32s ease,
    transform .55s var(--orre-ease)!important;
}

@media (hover:hover) and (pointer:fine){
  .orre-home-product:hover .orre-home-hover-image,
  .orre-collection-card:hover .orre-collection-hover-image{
    transform:scale(1.018)!important;
  }
}

.orre-home-product-info,
.orre-collection-card-info{
  padding:10px 12px 0!important;
}

.orre-home-product-name,
.orre-home-product-price{
  font-size:10px!important;
}

/* KIJI-style size strip — clean black/white */
.orre-home-size-strip,
.orre-collection-sizes{
  background:rgba(255,255,255,.98)!important;
  border:0!important;
  box-shadow:none!important;
}

.orre-home-size-strip > span,
.orre-collection-sizes > span,
.orre-shop-pro-size-list > span{
  background:#fff!important;
  color:#111!important;
  border:1px solid #d8d8d8!important;
  border-radius:0!important;
  box-shadow:none!important;
  transition:background-color .18s ease,color .18s ease,border-color .18s ease!important;
}

@media (hover:hover) and (pointer:fine){
  .orre-home-size-strip > span:hover,
  .orre-collection-sizes > span:hover,
  .orre-shop-pro-size-list > span:hover{
    background:#000!important;
    color:#fff!important;
    border-color:#000!important;
  }
}

/* ---------- Editorial banners ---------- */
.orre-home-editorial{
  min-height:clamp(560px,70vw,780px)!important;
  background:#fff!important;
}

.orre-home-editorial-image{
  transition:transform .75s var(--orre-ease)!important;
}

@media (hover:hover) and (pointer:fine){
  .orre-home-editorial:hover .orre-home-editorial-image{
    transform:scale(1.015)!important;
  }
}

.orre-home-editorial-overlay{
  padding:
    0
    var(--orre-page-x)
    clamp(26px,3vw,44px)!important;
}

.orre-home-editorial-overlay h2{
  font-size:clamp(34px,4vw,64px)!important;
  line-height:1!important;
}

.orre-home-editorial-overlay a{
  min-height:44px!important;
  padding:0 22px!important;
}

/* ---------- Inside ORRÉ ---------- */
.orre-inside{
  background:#fff!important;
  padding:clamp(50px,6vw,88px) 0!important;
}

.orre-inside-head{
  padding:0 var(--orre-page-x) clamp(24px,3vw,38px)!important;
}

.orre-inside-head h2{
  font-size:clamp(24px,2.4vw,36px)!important;
}

.orre-inside-track{
  gap:clamp(12px,1.5vw,24px)!important;
}

.orre-inside-card{
  border-radius:0!important;
  box-shadow:none!important;
  background:#f4f4f4!important;
}

/* ---------- Newsletter ---------- */
.orre-home-newsletter{
  background:#fff!important;
  border-top:1px solid var(--orre-border)!important;
  border-bottom:1px solid var(--orre-border)!important;
  padding:
    clamp(54px,6vw,90px)
    var(--orre-page-x)!important;
}

.orre-home-newsletter h2{
  color:#111!important;
}

.orre-home-newsletter p,
.orre-home-newsletter > div > span{
  color:#666!important;
}

.orre-home-newsletter-form{
  border-bottom:1px solid #111!important;
}

/* ---------- Forms ---------- */
.woocommerce input[type="text"],
.woocommerce input[type="email"],
.woocommerce input[type="tel"],
.woocommerce input[type="number"],
.woocommerce input[type="password"],
.woocommerce textarea,
.woocommerce select,
input[type="search"]{
  background:#fff!important;
  color:#111!important;
  border-radius:0!important;
  box-shadow:none!important;
}

.woocommerce input:focus,
.woocommerce textarea:focus,
.woocommerce select:focus{
  border-color:#000!important;
  outline:0!important;
}

/* ---------- Collection/archive ---------- */
.orre-collection-head{
  padding:
    clamp(40px,5vw,68px)
    var(--orre-page-x)
    clamp(24px,2.5vw,34px)!important;
}

.orre-collection-toolbar{
  padding:14px var(--orre-page-x)!important;
  background:#fff!important;
  border-color:var(--orre-border)!important;
}

.orre-collection-subcats{
  gap:clamp(18px,2vw,30px)!important;
}

.orre-collection-sort select{
  background:#fff!important;
  color:#111!important;
}

/* ---------- Cart / checkout ---------- */
.woocommerce-cart table.shop_table,
.woocommerce-checkout .woocommerce-checkout-review-order,
.woocommerce-checkout #payment,
.cart_totals{
  border-radius:0!important;
  box-shadow:none!important;
}

.orre-cart-primary,
.orre-cart-secondary,
.orre-empty-cart a{
  width:100%!important;
  min-height:48px!important;
}

/* ---------- Footer: solid black ---------- */
footer,
.site-footer,
.footer-container,
.footer-column,
.footer-sidebar,
.footer-widget,
.wd-footer,
.wd-prefooter,
.wd-footer-bottom,
.copyrights-wrapper,
.min-footer,
.main-footer{
  background:#000!important;
  color:#fff!important;
}

footer a,
.site-footer a,
.footer-container a{
  color:rgba(255,255,255,.75)!important;
}

footer a:hover,
.site-footer a:hover,
.footer-container a:hover{
  color:#fff!important;
}

footer h1,
footer h2,
footer h3,
footer h4,
footer h5,
footer h6,
.site-footer h1,
.site-footer h2,
.site-footer h3,
.site-footer h4,
.site-footer h5,
.site-footer h6{
  color:#fff!important;
}

/* ---------- Responsive: large tablet ---------- */
@media (max-width:1200px){
  .orre-home-product-grid,
  .orre-collection-grid{
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
  }

  .orre-home-newsletter{
    grid-template-columns:minmax(0,1fr) minmax(320px,460px)!important;
    gap:clamp(36px,5vw,64px)!important;
  }
}

/* ---------- Responsive: tablet ---------- */
@media (max-width:900px){
  .orre-nav-inner{
    padding-left:20px!important;
    padding-right:20px!important;
  }

  .orre-home-hero{
    min-height:720px!important;
  }

  .orre-home-product-grid,
  .orre-collection-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }

  .orre-home-newsletter{
    grid-template-columns:1fr!important;
    gap:38px!important;
  }

  .orre-home-editorial{
    min-height:560px!important;
  }

  .orre-cart-drawer{
    width:min(430px,100vw)!important;
  }
}

/* ---------- Responsive: mobile ---------- */
@media (max-width:767px){
  :root{
    --orre-page-x:14px;
  }

  body{
    font-size:13px;
  }

  .orre-nav-header,
  .orre-nav-inner{
    height:60px!important;
  }

  .orre-nav-inner{
    padding:0 14px!important;
  }

  .orre-nav-logo a{
    font-size:clamp(24px,7.5vw,29px)!important;
  }

  .orre-nav-actions{
    gap:5px!important;
  }

  .orre-nav-actions button{
    width:27px!important;
    min-width:27px!important;
  }

  .orre-home-hero{
    min-height:clamp(600px,82svh,760px)!important;
    padding-top:60px!important;
  }

  .orre-home-hero-content{
    width:calc(100% - 28px)!important;
    max-width:390px!important;
    margin-left:14px!important;
    margin-right:14px!important;
    margin-bottom:30px!important;
  }

  .orre-home-hero-content h1{
    font-size:clamp(50px,16vw,68px)!important;
  }

  .orre-home-hero-content p{
    max-width:300px!important;
    font-size:11px!important;
  }

  .orre-home-section-header{
    gap:12px!important;
    padding:25px 10px 16px!important;
  }

  .orre-home-section-header h1,
  .orre-home-section-header h2{
    font-size:10px!important;
  }

  .orre-home-section-header a{
    font-size:8px!important;
    white-space:nowrap;
  }

  .orre-home-product-grid,
  .orre-collection-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:1px!important;
  }

  .orre-home-product,
  .orre-collection-card{
    padding-bottom:20px!important;
  }

  .orre-home-product-info,
  .orre-collection-card-info{
    padding:8px 7px 0!important;
  }

  .orre-home-product-name,
  .orre-home-product-price{
    font-size:9px!important;
  }

  /* Keep sizes visible on touch/mobile */
  .orre-home-size-strip,
  .orre-collection-sizes{
    opacity:1!important;
    transform:none!important;
    min-height:34px!important;
    padding:5px 3px!important;
    gap:2px!important;
  }

  .orre-home-size-strip > span,
  .orre-collection-sizes > span,
  .orre-shop-pro-size-list > span{
    min-width:23px!important;
    height:22px!important;
    padding:0 4px!important;
    font-size:8px!important;
  }

  .orre-home-editorial{
    min-height:clamp(470px,128vw,620px)!important;
  }

  .orre-home-editorial-overlay{
    padding:0 16px 22px!important;
  }

  .orre-home-editorial-overlay h2{
    max-width:90%!important;
    font-size:clamp(31px,10vw,40px)!important;
  }

  .orre-home-editorial-overlay a{
    min-height:42px!important;
    padding:0 18px!important;
  }

  .orre-inside{
    padding:48px 0 54px!important;
  }

  .orre-inside-track{
    gap:12px!important;
    padding:0 14px 8px!important;
    scroll-padding-left:14px!important;
  }

  .orre-inside-card{
    flex:0 0 min(73vw,285px)!important;
  }

  .orre-inside-arrow{
    display:none!important;
  }

  .orre-home-newsletter{
    padding:52px 16px!important;
  }

  .orre-home-newsletter-form{
    width:100%!important;
  }

  .orre-home-newsletter-form input{
    min-width:0!important;
    width:100%!important;
  }

  .orre-menu-drawer,
  .orre-cart-drawer{
    width:100vw!important;
    max-width:100vw!important;
  }

  .orre-search-box{
    width:calc(100% - 30px)!important;
    padding-top:110px!important;
  }

  .orre-search-box input[type="search"]{
    font-size:clamp(28px,9vw,42px)!important;
  }

  .orre-collection-head{
    padding:34px 14px 22px!important;
  }

  .orre-collection-toolbar{
    padding:13px 14px!important;
    gap:12px!important;
  }

  .orre-collection-toolbar-left{
    gap:12px!important;
  }

  .orre-collection-sort select{
    min-width:120px!important;
    max-width:42vw!important;
  }

  footer,
  .site-footer{
    text-align:left!important;
  }
}

/* ---------- Very small phones ---------- */
@media (max-width:380px){
  .orre-nav-logo a{
    font-size:23px!important;
  }

  .orre-nav-actions{
    gap:3px!important;
  }

  .orre-nav-icon svg{
    width:20px!important;
    height:20px!important;
  }

  .orre-home-product-name,
  .orre-home-product-price{
    font-size:8.5px!important;
  }

  .orre-home-size-strip > span,
  .orre-collection-sizes > span,
  .orre-shop-pro-size-list > span{
    min-width:21px!important;
    padding:0 3px!important;
  }
}

/* ---------- Touch-device safety ---------- */
@media (hover:none){
  .orre-home-size-strip,
  .orre-collection-sizes{
    opacity:1!important;
    transform:none!important;
  }
}

/* ---------- Reduced-motion accessibility ---------- */
@media (prefers-reduced-motion:reduce){
  *,
  *::before,
  *::after{
    scroll-behavior:auto!important;
    transition-duration:.01ms!important;
    animation-duration:.01ms!important;
    animation-iteration-count:1!important;
  }
}

/* =========================================================
   ORRÉ — MOBILE PRODUCT PAGE BACK BUTTON
   Keeps existing hamburger/menu/search/cart functionality.
   ========================================================= */

.orre-mobile-back{
    display:none!important;
}

@media (max-width:767px){

    body.single-product .orre-mobile-back{
        position:absolute!important;
        left:44px!important;
        top:50%!important;
        z-index:3!important;

        width:28px!important;
        height:34px!important;
        min-width:28px!important;
        min-height:34px!important;

        display:flex!important;
        align-items:center!important;
        justify-content:center!important;

        margin:0!important;
        padding:0!important;

        background:transparent!important;
        color:#fff!important;

        border:0!important;
        border-radius:0!important;
        box-shadow:none!important;
        outline:0!important;

        transform:translateY(-50%)!important;
        cursor:pointer!important;
    }

    body.single-product .orre-mobile-back svg{
        display:block!important;
        width:20px!important;
        height:20px!important;

        fill:none!important;
        stroke:currentColor!important;
        stroke-width:1.8!important;
        stroke-linecap:round!important;
        stroke-linejoin:round!important;

        pointer-events:none!important;
    }

    body.single-product .orre-mobile-back:hover,
    body.single-product .orre-mobile-back:focus{
        background:transparent!important;
        color:#fff!important;
        opacity:.72!important;
    }
}

@media (max-width:380px){
    body.single-product .orre-mobile-back{
        left:40px!important;
        width:25px!important;
        min-width:25px!important;
    }

    body.single-product .orre-mobile-back svg{
        width:18px!important;
        height:18px!important;
    }
}
/*
=========================================================
ORRÉ — CLEANED + PREMIUM RESPONSIVE CSS
KIJI-inspired black/white styling
Generated from the user's existing stylesheet.

IMPORTANT:
- Existing selectors, CSS rule order, layout logic and functionality were preserved.
- Original comments/excessive blank lines were removed for cleanup.
- Premium black/white and responsive refinements are appended at the end.
- Replace: /wp-content/themes/orre-child/assets/css/orre.css
- Keep a backup of the current file before replacing.
=========================================================
*/

:root{
  --orre-black:#000;
  --orre-white:#fff;
  --orre-text:#111;
  --orre-muted:#666;
  --orre-line:rgba(255,255,255,.16);
  --orre-light-line:#e9e9e9;

  --orre-hero-image:url('https://orreretail.com/wp-content/uploads/2026/08/ChatGPT-Image-Aug-8-2026-11_02_36-PM.png');
}

html,
body{
  margin:0!important;
  padding:0!important;
  width:100%!important;
  max-width:100%!important;
  overflow-x:hidden!important;
  background:#fff!important;
  color:var(--orre-text)!important;
}

*,
*::before,
*::after{
  box-sizing:border-box;
}

img,
svg{
  max-width:100%;
}

a{
  text-decoration:none;
}

.whb-header,
.whb-header-before,
.whb-main-header,
.whb-general-header,
.whb-header-bottom,
.whb-header-mobile,
.wd-header-banner,
.header-banner,
.wd-header-nav,
.wd-toolbar{
  display:none!important;
}

html body{
  border-top:0!important;
}

.orre-nav-header{
  position:absolute!important;
  top:0!important;
  left:0!important;
  right:0!important;

  z-index:99999!important;

  width:100%!important;
  height:72px!important;

  margin:0!important;
  padding:0!important;

  background:rgba(0,0,0,.55)!important;

  border-top:0!important;
  border-bottom:1px solid rgba(255,255,255,.18)!important;

  box-shadow:none!important;

  backdrop-filter:blur(5px)!important;
  -webkit-backdrop-filter:blur(5px)!important;
}

.orre-nav-inner{
  position:relative!important;

  width:100%!important;
  height:72px!important;

  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;

  margin:0!important;
  padding:0 42px!important;
}

.orre-hamburger{
  flex:0 0 32px!important;

  width:32px!important;
  height:32px!important;
  min-width:32px!important;
  min-height:32px!important;

  display:flex!important;
  flex-direction:column!important;
  align-items:flex-start!important;
  justify-content:center!important;

  gap:6px!important;

  margin:0!important;
  padding:0!important;

  background:transparent!important;
  color:#fff!important;

  border:0!important;
  border-radius:0!important;

  box-shadow:none!important;

  cursor:pointer!important;
}

.orre-hamburger span{
  display:block!important;

  height:2px!important;

  margin:0!important;
  padding:0!important;

  background:#fff!important;
}

.orre-hamburger span:first-child{
  width:25px!important;
}

.orre-hamburger span:last-child{
  width:15px!important;
}

.orre-nav-logo{
  position:absolute!important;
  left:50%!important;
  top:50%!important;

  transform:translate(-50%,-50%)!important;

  display:flex!important;
  align-items:center!important;
  justify-content:center!important;

  margin:0!important;
  padding:0!important;
}

.orre-nav-logo a{
  display:block!important;

  margin:0!important;
  padding:0!important;

  background:transparent!important;
  color:#fff!important;

  font-family:Arial,Helvetica,sans-serif!important;
  font-size:36px!important;
  font-weight:700!important;
  line-height:1!important;

  letter-spacing:.12em!important;
  text-indent:.12em!important;

  white-space:nowrap!important;
  text-decoration:none!important;

  border:0!important;
  box-shadow:none!important;
}

.orre-nav-actions{
  flex:0 0 auto!important;

  display:flex!important;
  align-items:center!important;
  justify-content:flex-end!important;

  gap:14px!important;

  margin-left:auto!important;
  padding:0!important;
}

.orre-nav-actions button{
  position:relative!important;

  width:30px!important;
  height:36px!important;
  min-width:30px!important;
  min-height:0!important;

  display:flex!important;
  align-items:center!important;
  justify-content:center!important;

  margin:0!important;
  padding:0!important;

  background:transparent!important;
  color:#fff!important;

  border:0!important;
  border-radius:0!important;

  box-shadow:none!important;
  outline:0!important;

  cursor:pointer!important;
}

.orre-nav-actions button:hover{
  background:transparent!important;
  color:#fff!important;
  opacity:.68!important;
}

.orre-nav-icon svg{
  display:block!important;

  width:23px!important;
  height:23px!important;

  fill:none!important;
  stroke:#fff!important;
  stroke-width:1.8!important;
  stroke-linecap:round!important;
  stroke-linejoin:round!important;
}

.orre-country,
.orre-flag{
  display:none!important;
}

.orre-bag-button{
  position:relative!important;
}

.orre-cart-count{
  position:absolute!important;
  top:-1px!important;
  right:-6px!important;

  min-width:16px!important;
  height:16px!important;

  display:flex!important;
  align-items:center!important;
  justify-content:center!important;

  padding:0 4px!important;

  background:#fff!important;
  color:#000!important;

  border-radius:999px!important;

  font-size:8px!important;
  font-weight:700!important;
  line-height:16px!important;
}

.orre-menu-overlay,
.orre-cart-overlay{
  position:fixed!important;
  inset:0!important;

  z-index:99998!important;

  background:rgba(0,0,0,.52)!important;

  opacity:0!important;
  visibility:hidden!important;

  transition:opacity .28s ease,visibility .28s ease!important;
}

.orre-menu-overlay.open,
.orre-cart-overlay.open{
  opacity:1!important;
  visibility:visible!important;
}

.orre-menu-drawer{
  position:fixed!important;

  top:0!important;
  left:0!important;

  z-index:99999!important;

  width:min(430px,92vw)!important;
  height:100vh!important;

  margin:0!important;
  padding:0!important;

  background:#000!important;
  color:#fff!important;

  overflow-y:auto!important;

  transform:translateX(-102%)!important;

  transition:transform .38s cubic-bezier(.77,0,.18,1)!important;
}

.orre-menu-drawer.open{
  transform:translateX(0)!important;
}

.orre-drawer-head{
  width:100%!important;
  height:68px!important;

  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;

  margin:0!important;
  padding:0 28px!important;

  border-bottom:1px solid rgba(255,255,255,.16)!important;

  font-family:Arial,Helvetica,sans-serif!important;
  font-size:11px!important;
  font-weight:500!important;
  line-height:1!important;
  letter-spacing:.14em!important;
}

.orre-drawer-head button{
  width:auto!important;
  height:auto!important;
  min-width:0!important;
  min-height:0!important;

  margin:0!important;
  padding:0!important;

  background:transparent!important;
  color:#fff!important;

  border:0!important;
  border-radius:0!important;

  box-shadow:none!important;
}

.orre-drawer-nav{
  width:100%!important;
  margin:0!important;
  padding:0!important;
}

.orre-drawer-nav > a,
.orre-mobile-parent{
  width:100%!important;
  min-height:61px!important;

  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;

  gap:16px!important;

  margin:0!important;
  padding:0 28px!important;

  background:transparent!important;
  color:#fff!important;

  border:0!important;
  border-bottom:1px solid rgba(255,255,255,.13)!important;
  border-radius:0!important;

  box-shadow:none!important;

  font-family:Arial,Helvetica,sans-serif!important;
  font-size:12px!important;
  font-weight:500!important;
  line-height:1.2!important;

  letter-spacing:.10em!important;
  text-transform:uppercase!important;
  text-decoration:none!important;

  text-align:left!important;
}

.orre-drawer-nav > a > span:first-child,
.orre-mobile-parent > span:first-child{
  flex:1 1 auto!important;
  display:block!important;
  margin:0!important;
  padding:0!important;
  text-align:left!important;
}

.orre-mobile-parent > span:last-child,
.orre-mobile-parent > .orre-accordion-icon{
  flex:0 0 18px!important;
  margin-left:auto!important;
}

.orre-drawer-nav > a:hover,
.orre-mobile-parent:hover{
  background:rgba(255,255,255,.03)!important;
}

.orre-mobile-submenu{
  display:none!important;

  margin:0!important;
  padding:10px 28px 18px!important;

  background:#0a0a0a!important;
}

.orre-mobile-group.open .orre-mobile-submenu{
  display:flex!important;
  flex-direction:column!important;
}

.orre-mobile-submenu a{
  display:block!important;

  padding:10px 0!important;

  color:rgba(255,255,255,.72)!important;

  font-size:11px!important;
  line-height:1.4!important;
  text-decoration:none!important;
}

.orre-link-icon{
  position:relative!important;
  display:inline-block!important;

  width:16px!important;
  height:16px!important;

  flex:0 0 16px!important;
}

.orre-link-icon::before{
  content:""!important;

  position:absolute!important;
  top:50%!important;
  left:4px!important;

  width:7px!important;
  height:7px!important;

  border-top:1.7px solid #fff!important;
  border-right:1.7px solid #fff!important;

  transform:translateY(-50%) rotate(45deg)!important;
}

.orre-accordion-icon{
  position:relative!important;
  display:inline-block!important;

  width:16px!important;
  height:16px!important;

  flex:0 0 16px!important;
}

.orre-accordion-icon::before,
.orre-accordion-icon::after{
  content:""!important;

  position:absolute!important;
  top:50%!important;
  left:50%!important;

  background:#fff!important;

  transform:translate(-50%,-50%)!important;

  transition:all .22s ease!important;
}

.orre-accordion-icon::before{
  width:10px!important;
  height:1.7px!important;
}

.orre-accordion-icon::after{
  width:1.7px!important;
  height:10px!important;
}

.orre-mobile-group.open .orre-accordion-icon::after{
  opacity:0!important;
  transform:translate(-50%,-50%) scaleY(0)!important;
}

.orre-close-btn{
  position:relative!important;

  width:28px!important;
  height:28px!important;
  min-width:28px!important;
  min-height:28px!important;

  padding:0!important;

  background:transparent!important;
  border:0!important;
  box-shadow:none!important;

  font-size:0!important;
}

.orre-close-btn span{
  position:absolute!important;
  top:50%!important;
  left:50%!important;

  width:16px!important;
  height:1.7px!important;

  background:currentColor!important;

  transform-origin:center!important;
}

.orre-close-btn span:first-child{
  transform:translate(-50%,-50%) rotate(45deg)!important;
}

.orre-close-btn span:last-child{
  transform:translate(-50%,-50%) rotate(-45deg)!important;
}

.orre-menu-drawer .orre-close-btn,
.orre-search-overlay .orre-close-btn{
  color:#fff!important;
}

.orre-cart-drawer .orre-close-btn{
  color:#111!important;
}

.orre-search-overlay{
  position:fixed!important;
  inset:0!important;

  z-index:100000!important;

  background:rgba(0,0,0,.985)!important;

  opacity:0!important;
  visibility:hidden!important;

  transition:opacity .25s ease,visibility .25s ease!important;
}

.orre-search-overlay.open{
  opacity:1!important;
  visibility:visible!important;
}

.orre-search-box{
  width:min(900px,calc(100% - 50px))!important;

  margin:0 auto!important;
  padding-top:145px!important;
}

.orre-search-box > span{
  display:block!important;

  margin-bottom:30px!important;

  color:rgba(255,255,255,.55)!important;

  font-size:10px!important;
  letter-spacing:.16em!important;
}

.orre-search-box form{
  width:100%!important;
  margin:0!important;
}

.orre-search-box input[type="search"]{
  width:100%!important;
  min-height:0!important;

  margin:0!important;
  padding:17px 0!important;

  background:transparent!important;
  color:#fff!important;

  border:0!important;
  border-bottom:1px solid rgba(255,255,255,.6)!important;
  border-radius:0!important;

  box-shadow:none!important;
  outline:0!important;

  font-size:clamp(30px,5vw,62px)!important;
  line-height:1.2!important;
}

.orre-search-box input[type="search"]::placeholder{
  color:rgba(255,255,255,.35)!important;
}

.orre-overlay-close{
  position:absolute!important;
  top:25px!important;
  right:30px!important;

  margin:0!important;
  padding:0!important;

  background:transparent!important;
  color:#fff!important;

  border:0!important;
  box-shadow:none!important;
}

.orre-cart-drawer{
  position:fixed!important;

  top:0!important;
  right:0!important;

  z-index:99999!important;

  width:min(430px,100%)!important;
  height:100vh!important;

  background:#fff!important;

  overflow:hidden!important;

  transform:translateX(102%)!important;

  transition:transform .38s cubic-bezier(.77,0,.18,1)!important;
}

.orre-cart-drawer.open{
  transform:translateX(0)!important;
}

.orre-cart-drawer .orre-drawer-head{
  color:#111!important;
  border-color:#ddd!important;
}

.orre-cart-drawer .orre-drawer-head button{
  color:#000!important;
}

.orre-cart-body{
  height:calc(100vh - 68px)!important;

  padding:22px!important;

  overflow-y:auto!important;
}

.orre-mini-product{
  display:grid!important;
  grid-template-columns:92px 1fr!important;

  gap:15px!important;

  padding-bottom:19px!important;
  margin-bottom:19px!important;

  border-bottom:1px solid #e7e7e7!important;
}

.orre-mini-image img{
  display:block!important;

  width:92px!important;
  height:118px!important;

  object-fit:cover!important;
}

.orre-mini-info{
  display:flex!important;
  flex-direction:column!important;

  gap:7px!important;
}

.orre-mini-info a{
  color:#111!important;

  font-size:12px!important;
  line-height:1.4!important;
  text-decoration:none!important;
}

.orre-mini-info span{
  color:#777!important;
  font-size:11px!important;
}

.orre-cart-subtotal{
  display:flex!important;
  justify-content:space-between!important;

  margin:25px 0 18px!important;

  color:#111!important;
  font-size:11px!important;
}

.orre-cart-secondary,
.orre-cart-primary,
.orre-empty-cart a{
  width:100%!important;
  min-height:47px!important;

  display:flex!important;
  align-items:center!important;
  justify-content:center!important;

  margin-bottom:9px!important;
  padding:0 18px!important;

  border-radius:0!important;

  font-size:10px!important;
  font-weight:600!important;
  line-height:1!important;

  letter-spacing:.1em!important;
  text-transform:uppercase!important;
  text-decoration:none!important;
}

.orre-cart-secondary{
  background:#fff!important;
  color:#000!important;
  border:1px solid #000!important;
}

.orre-cart-primary,
.orre-empty-cart a{
  background:#000!important;
  color:#fff!important;
  border:1px solid #000!important;
}

.orre-home-hero{
  position:relative!important;

  width:100%!important;
  min-height:760px!important;

  display:flex!important;
  align-items:center!important;
  justify-content:flex-start!important;

  overflow:hidden!important;

  margin:0!important;
  padding:72px 0 0!important;

  background:#ded5ca!important;
}

.orre-home-hero-bg{
  position:absolute!important;
  inset:0!important;

  z-index:1!important;

  background-image:var(--orre-hero-image)!important;
  background-size:cover!important;
  background-position:center center!important;
  background-repeat:no-repeat!important;
}

.orre-home-hero::after{
  content:""!important;

  position:absolute!important;
  inset:0!important;

  z-index:2!important;

  background:linear-gradient(
    90deg,
    rgba(255,255,255,.18) 0%,
    rgba(255,255,255,.03) 42%,
    rgba(0,0,0,0) 70%
  )!important;

  pointer-events:none!important;
}

.orre-home-hero-content{
  position:relative!important;

  z-index:3!important;

  width:min(560px,80vw)!important;

  margin-left:7vw!important;
  padding:30px 0!important;

  text-align:left!important;
  color:#111!important;
}

.orre-home-hero-kicker{
  display:block!important;

  margin-bottom:14px!important;

  color:#111!important;

  font-size:9px!important;
  font-weight:600!important;
  line-height:1!important;

  letter-spacing:.17em!important;
  text-transform:uppercase!important;
}

.orre-home-hero-content h1{
  margin:0 0 14px!important;

  color:#111!important;

  font-size:clamp(64px,10vw,132px)!important;
  font-weight:700!important;
  line-height:.9!important;

  letter-spacing:.09em!important;
  text-indent:.09em!important;
}

.orre-home-hero-content p{
  max-width:460px!important;

  margin:0 0 24px!important;

  color:#111!important;

  font-size:12px!important;
  line-height:1.6!important;
}

.orre-home-hero-content a{
  min-height:42px!important;

  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;

  padding:0 22px!important;

  background:#000!important;
  color:#fff!important;

  border:1px solid #000!important;

  font-size:9px!important;
  font-weight:600!important;
  line-height:1!important;

  letter-spacing:.11em!important;
  text-transform:uppercase!important;
}

.orre-home-hero-content a:hover{
  background:#fff!important;
  color:#000!important;
  border-color:#000!important;
}

.orre-home-v3,
.orre-home-v3 h1,
.orre-home-v3 h2,
.orre-home-v3 h3,
.orre-home-v3 p,
.orre-home-v3 a,
.orre-home-v3 span{
  font-family:Arial,Helvetica,sans-serif!important;
}

.orre-home-v3{
  width:100%!important;

  margin:0!important;
  padding:0!important;

  background:#fff!important;
  color:#111!important;
}

.orre-home-section-header{
  min-height:0!important;

  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;

  gap:20px!important;

  margin:0!important;
  padding:34px 32px 22px!important;
}

.orre-home-section-header h1,
.orre-home-section-header h2{
  margin:0!important;
  padding:0!important;

  color:#111!important;

  font-size:12px!important;
  font-weight:500!important;
  line-height:1.2!important;

  letter-spacing:.12em!important;
  text-transform:uppercase!important;
}

.orre-home-section-header a{
  color:#111!important;

  font-size:9px!important;
  font-weight:500!important;
  line-height:1!important;

  letter-spacing:.11em!important;
  text-transform:uppercase!important;

  border-bottom:1px solid #111!important;
  padding-bottom:2px!important;
}

.orre-home-new{
  padding:0 0 70px!important;
}

.orre-home-collection{
  padding:0 0 76px!important;
}

.orre-home-product-grid{
  width:100%!important;

  display:grid!important;
  grid-template-columns:repeat(4,minmax(0,1fr))!important;

  gap:1px!important;

  background:#fff!important;
}

.orre-home-product{
  min-width:0!important;

  margin:0!important;
  padding:0 0 24px!important;

  background:#fff!important;
}

.orre-home-product-media{
  position:relative!important;

  display:block!important;

  width:100%!important;
  aspect-ratio:4/5!important;

  overflow:hidden!important;

  background:#f3f3f1!important;
}

.orre-home-product-media img{
  position:absolute!important;
  inset:0!important;

  display:block!important;

  width:100%!important;
  height:100%!important;

  object-fit:cover!important;
  object-position:center!important;

  transition:opacity .32s ease,transform .45s ease!important;
}

.orre-home-main-image{
  z-index:1!important;
  opacity:1!important;
}

.orre-home-hover-image{
  z-index:2!important;
  opacity:0!important;
}

.orre-home-product:hover .orre-home-main-image{
  opacity:0!important;
}

.orre-home-product:hover .orre-home-hover-image{
  opacity:1!important;
  transform:scale(1.012)!important;
}

.orre-home-size-strip{
  position:absolute!important;

  left:0!important;
  right:0!important;
  bottom:0!important;

  z-index:4!important;

  min-height:42px!important;

  display:flex!important;
  align-items:center!important;
  justify-content:center!important;

  gap:4px!important;

  padding:8px!important;

  background:rgba(255,255,255,.96)!important;

  opacity:0!important;
  transform:translateY(100%)!important;

  transition:opacity .22s ease,transform .22s ease!important;
}

.orre-home-product:hover .orre-home-size-strip{
  opacity:1!important;
  transform:translateY(0)!important;
}

.orre-home-size-strip > span{
  min-width:28px!important;
  height:26px!important;

  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;

  padding:0 5px!important;

  background:#fff!important;
  color:#111!important;

  border:1px solid #d8d8d8!important;

  font-size:9px!important;
  font-weight:500!important;
  line-height:1!important;
}

.orre-home-product-info{
  padding:10px 12px 0!important;
}

.orre-home-product-name{
  display:block!important;

  color:#111!important;

  font-size:10px!important;
  font-weight:500!important;
  line-height:1.45!important;

  letter-spacing:.025em!important;
  text-transform:uppercase!important;
}

.orre-home-product-price{
  margin-top:4px!important;

  color:#111!important;

  font-size:10px!important;
  line-height:1.35!important;
}

.orre-home-product-price del{
  color:#999!important;
  opacity:1!important;
}

.orre-home-product-price ins{
  color:#111!important;
  text-decoration:none!important;
}

.orre-home-editorial{
  position:relative!important;

  width:100%!important;
  min-height:680px!important;

  overflow:hidden!important;

  background:#e7e7e7!important;
}

.orre-home-editorial-image{
  position:absolute!important;
  inset:0!important;

  z-index:1!important;

  background-image:
    linear-gradient(
      to top,
      rgba(0,0,0,.40),
      rgba(0,0,0,0) 55%
    ),
    var(
      --orre-banner-image,
      linear-gradient(135deg,#d8d8d8,#aaa)
    )!important;

  background-size:cover!important;
  background-position:center!important;
  background-repeat:no-repeat!important;

  transition:transform .7s ease!important;
}

.orre-home-editorial:hover .orre-home-editorial-image{
  transform:scale(1.012)!important;
}

.orre-home-editorial-overlay{
  position:absolute!important;

  left:0!important;
  right:0!important;
  bottom:0!important;

  z-index:2!important;

  padding:0 36px 36px!important;

  color:#fff!important;
}

.orre-home-editorial-overlay > span{
  display:block!important;

  margin-bottom:10px!important;

  color:#fff!important;

  font-size:9px!important;
  font-weight:600!important;
  line-height:1!important;

  letter-spacing:.15em!important;
  text-transform:uppercase!important;
}

.orre-home-editorial-overlay h2{
  max-width:650px!important;

  margin:0 0 22px!important;

  color:#fff!important;

  font-size:clamp(38px,4.4vw,64px)!important;
  font-weight:400!important;
  line-height:.98!important;

  letter-spacing:-.035em!important;
}

.orre-home-editorial-overlay a{
  min-height:42px!important;

  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;

  padding:0 20px!important;

  background:#fff!important;
  color:#000!important;

  border:1px solid #fff!important;

  font-size:9px!important;
  font-weight:600!important;
  line-height:1!important;

  letter-spacing:.11em!important;
  text-transform:uppercase!important;
}

.orre-home-editorial-overlay a:hover{
  background:#000!important;
  color:#fff!important;
  border-color:#000!important;
}

.orre-home-brand{
  display:none!important;
}

.orre-home-newsletter{
  display:grid!important;
  grid-template-columns:1fr minmax(360px,520px)!important;

  align-items:end!important;

  gap:80px!important;

  padding:70px 32px!important;

  background:#f4f4f2!important;
}

.orre-home-newsletter > div > span{
  display:block!important;

  margin-bottom:15px!important;

  color:#666!important;

  font-size:9px!important;
  font-weight:600!important;
  line-height:1!important;

  letter-spacing:.15em!important;
}

.orre-home-newsletter h2{
  margin:0!important;

  color:#111!important;

  font-size:clamp(30px,3.5vw,48px)!important;
  font-weight:400!important;
  line-height:1.02!important;

  letter-spacing:-.035em!important;
}

.orre-home-newsletter p{
  margin:18px 0 0!important;

  color:#686868!important;

  font-size:11px!important;
  line-height:1.6!important;
}

.orre-home-newsletter-form{
  display:flex!important;
  align-items:center!important;

  width:100%!important;

  border-bottom:1px solid #111!important;
}

.orre-home-newsletter-form input{
  flex:1!important;

  min-width:0!important;
  min-height:50px!important;

  margin:0!important;
  padding:0!important;

  background:transparent!important;
  color:#111!important;

  border:0!important;
  border-radius:0!important;

  box-shadow:none!important;
  outline:0!important;

  font-size:12px!important;
}

.orre-home-newsletter-form button{
  width:auto!important;
  min-width:0!important;
  min-height:50px!important;

  margin:0!important;
  padding:0 0 0 25px!important;

  background:transparent!important;
  color:#111!important;

  border:0!important;
  border-radius:0!important;

  box-shadow:none!important;

  font-size:9px!important;
  font-weight:600!important;
  line-height:1!important;

  letter-spacing:.12em!important;
  text-transform:uppercase!important;
}

footer,
.site-footer,
.footer-container,
.footer-column,
.footer-sidebar,
.footer-widget,
.wd-footer,
.wd-prefooter,
.wd-footer-bottom,
.copyrights-wrapper,
.min-footer,
.main-footer{
  background:#000!important;
  color:#fff!important;
}

footer .container,
footer .container-fluid,
.site-footer .container,
.footer-container .container,
.copyrights-wrapper .container,
.min-footer .container{
  background:#000!important;
}

footer,
footer p,
footer li,
footer span,
footer div,
footer address,
.site-footer,
.site-footer p,
.site-footer li,
.site-footer span{
  color:rgba(255,255,255,.74)!important;
}

footer h1,
footer h2,
footer h3,
footer h4,
footer h5,
footer h6,
.site-footer h1,
.site-footer h2,
.site-footer h3,
.site-footer h4,
.site-footer h5,
.site-footer h6,
.footer-widget-title,
.widget-title{
  color:#fff!important;

  font-family:Arial,Helvetica,sans-serif!important;
  font-size:10px!important;
  font-weight:600!important;
  line-height:1.2!important;

  letter-spacing:.14em!important;
  text-transform:uppercase!important;
}

footer a,
.site-footer a,
.footer-container a,
.copyrights-wrapper a{
  color:rgba(255,255,255,.72)!important;
  text-decoration:none!important;
}

footer a:hover,
.site-footer a:hover,
.footer-container a:hover,
.copyrights-wrapper a:hover{
  color:#fff!important;
}

footer,
.site-footer,
.footer-container,
.copyrights-wrapper,
.min-footer,
.wd-footer-bottom{
  border-color:rgba(255,255,255,.14)!important;
}

footer p,
.site-footer p{
  font-family:Arial,Helvetica,sans-serif!important;
  font-size:11px!important;
  line-height:1.7!important;
}

footer img[alt*="payment" i],
footer img[src*="payment" i],
.site-footer img[alt*="payment" i],
.site-footer img[src*="payment" i]{
  filter:none!important;
  opacity:1!important;
}

.copyrights-wrapper,
.min-footer,
.wd-footer-bottom{
  border-top:1px solid rgba(255,255,255,.14)!important;
}

.copyrights-wrapper,
.copyrights-wrapper *,
.min-footer,
.min-footer *,
.wd-footer-bottom,
.wd-footer-bottom *{
  color:rgba(255,255,255,.72)!important;
}

.scrollToTop,
.scroll-to-top,
.wd-scroll-top{
  background:#111!important;
  color:#fff!important;
  border:1px solid rgba(255,255,255,.18)!important;
  box-shadow:none!important;
}

.scrollToTop:hover,
.scroll-to-top:hover,
.wd-scroll-top:hover{
  background:#fff!important;
  color:#000!important;
}

@media(max-width:1024px){

  .orre-home-product-grid{
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
  }

  .orre-home-editorial{
    min-height:560px!important;
  }

  .orre-home-newsletter{
    grid-template-columns:1fr!important;
    gap:44px!important;
  }
}

@media(max-width:767px){

  .orre-nav-header{
    height:62px!important;
    background:rgba(0,0,0,.62)!important;
  }

  .orre-nav-inner{
    height:62px!important;
    padding:0 16px!important;
  }

  .orre-nav-logo a{
    font-size:29px!important;
  }

  .orre-nav-actions{
    gap:8px!important;
  }

  .orre-nav-actions button{
    width:28px!important;
    min-width:28px!important;
    height:34px!important;
  }

  .orre-nav-icon svg{
    width:22px!important;
    height:22px!important;
  }

  .orre-home-hero{
    min-height:620px!important;
    padding-top:62px!important;
  }

  .orre-home-hero-bg{
    background-position:65% center!important;
  }

  .orre-home-hero-content{
    width:min(360px,80vw)!important;

    margin-left:18px!important;
    margin-top:auto!important;
    margin-bottom:36px!important;

    padding:0!important;
  }

  .orre-home-hero-content h1{
    font-size:56px!important;
  }

  .orre-home-hero-content p{
    max-width:290px!important;
    font-size:11px!important;
  }

  .orre-home-section-header{
    padding:26px 14px 17px!important;
  }

  .orre-home-section-header h1,
  .orre-home-section-header h2{
    font-size:10px!important;
    letter-spacing:.10em!important;
  }

  .orre-home-section-header a{
    font-size:8px!important;
  }

  .orre-home-product-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }

  .orre-home-product{
    padding-bottom:20px!important;
  }

  .orre-home-product-info{
    padding:8px 7px 0!important;
  }

  .orre-home-product-name,
  .orre-home-product-price{
    font-size:9.5px!important;
  }

  .orre-home-size-strip{
    min-height:34px!important;

    padding:5px!important;

    gap:2px!important;

    opacity:1!important;
    transform:none!important;
  }

  .orre-home-size-strip > span{
    min-width:24px!important;
    height:22px!important;
    font-size:8px!important;
  }

  .orre-home-editorial{
    min-height:500px!important;
  }

  .orre-home-editorial-overlay{
    padding:0 18px 22px!important;
  }

  .orre-home-editorial-overlay h2{
    font-size:36px!important;
  }

  .orre-home-newsletter{
    padding:60px 18px!important;
  }

  footer,
  .site-footer{
    text-align:left!important;
  }
}

@media(max-width:420px){

  .orre-nav-logo a{
    font-size:26px!important;
  }

  .orre-nav-actions{
    gap:6px!important;
  }
}

.orre-inside{
  width:100%!important;
  padding:74px 0 82px!important;

  background:#f7f7f6!important;
  color:#111!important;

  overflow:hidden!important;
}

.orre-inside-head{
  padding:0 30px 34px!important;
  text-align:center!important;
}

.orre-inside-head h2{
  margin:0!important;

  color:#111!important;

  font-family:Arial,Helvetica,sans-serif!important;
  font-size:34px!important;
  font-weight:600!important;
  line-height:1!important;

  letter-spacing:.015em!important;
  text-transform:uppercase!important;
}

.orre-inside-shell{
  position:relative!important;
  width:100%!important;
}

.orre-inside-track{
  display:flex!important;
  align-items:stretch!important;

  gap:24px!important;

  width:100%!important;

  padding:0 7vw!important;

  overflow-x:auto!important;
  overflow-y:hidden!important;

  scroll-snap-type:x mandatory!important;
  scrollbar-width:none!important;
  -ms-overflow-style:none!important;
}

.orre-inside-track::-webkit-scrollbar{
  display:none!important;
}

.orre-inside-card{
  position:relative!important;

  flex:0 0 clamp(235px,13.4vw,290px)!important;

  aspect-ratio:9/16!important;

  margin:0!important;

  overflow:hidden!important;

  border-radius:7px!important;

  background:#d7d7d7!important;

  box-shadow:0 1px 5px rgba(0,0,0,.14)!important;

  scroll-snap-align:start!important;
}

.orre-inside-card-link{
  position:absolute!important;
  inset:0!important;

  display:block!important;

  color:#fff!important;
}

.orre-inside-main-image{
  position:absolute!important;
  inset:0!important;

  width:100%!important;
  height:100%!important;

  object-fit:cover!important;
  object-position:center!important;

  transition:transform .45s ease!important;
}

.orre-inside-card:hover .orre-inside-main-image{
  transform:scale(1.025)!important;
}

.orre-inside-shade{
  position:absolute!important;
  inset:0!important;

  background:
    linear-gradient(
      to top,
      rgba(0,0,0,.58) 0%,
      rgba(0,0,0,.09) 42%,
      rgba(0,0,0,0) 70%
    )!important;
}

.orre-inside-brand{
  position:absolute!important;

  left:17px!important;
  bottom:88px!important;

  z-index:3!important;

  color:#fff!important;

  font-family:Arial,Helvetica,sans-serif!important;
  font-size:11px!important;
  font-weight:700!important;
  line-height:1!important;

  letter-spacing:.08em!important;
}

.orre-inside-bottom{
  position:absolute!important;

  left:14px!important;
  right:14px!important;
  bottom:14px!important;

  z-index:4!important;

  display:grid!important;
  grid-template-columns:46px minmax(0,1fr)!important;

  align-items:end!important;

  gap:11px!important;
}

.orre-inside-thumb{
  display:block!important;

  width:46px!important;
  height:58px!important;

  overflow:hidden!important;

  border-radius:5px!important;

  background:#eee!important;
  border:1px solid rgba(255,255,255,.32)!important;
}

.orre-inside-thumb img{
  display:block!important;

  width:100%!important;
  height:100%!important;

  object-fit:cover!important;
}

.orre-inside-title{
  display:block!important;

  padding-bottom:2px!important;

  color:#fff!important;

  font-family:Arial,Helvetica,sans-serif!important;
  font-size:14px!important;
  font-weight:500!important;
  line-height:1.18!important;

  text-shadow:0 1px 5px rgba(0,0,0,.35)!important;
}

.orre-inside-arrow{
  position:absolute!important;

  top:50%!important;

  z-index:10!important;

  width:58px!important;
  height:58px!important;

  display:flex!important;
  align-items:center!important;
  justify-content:center!important;

  padding:0!important;

  background:#fff!important;
  color:#111!important;

  border:1px solid rgba(0,0,0,.18)!important;
  border-radius:999px!important;

  box-shadow:0 2px 10px rgba(0,0,0,.09)!important;

  transform:translateY(-50%)!important;

  cursor:pointer!important;
}

.orre-inside-prev{
  left:22px!important;
}

.orre-inside-next{
  right:22px!important;
}

.orre-inside-arrow span{
  position:relative!important;

  display:block!important;

  width:16px!important;
  height:16px!important;
}

.orre-inside-arrow span::before{
  content:""!important;

  position:absolute!important;

  top:50%!important;
  left:50%!important;

  width:8px!important;
  height:8px!important;

  border-top:1.8px solid currentColor!important;
  border-right:1.8px solid currentColor!important;
}

.orre-inside-next span::before{
  transform:translate(-65%,-50%) rotate(45deg)!important;
}

.orre-inside-prev span::before{
  transform:translate(-35%,-50%) rotate(-135deg)!important;
}

.orre-inside-arrow:hover{
  background:#000!important;
  color:#fff!important;
  border-color:#000!important;
}

@media(max-width:1024px){

  .orre-inside{
    padding:60px 0 66px!important;
  }

  .orre-inside-head h2{
    font-size:28px!important;
  }

  .orre-inside-track{
    gap:16px!important;
    padding:0 28px!important;
  }

  .orre-inside-card{
    flex-basis:245px!important;
  }

  .orre-inside-arrow{
    width:50px!important;
    height:50px!important;
  }
}

@media(max-width:767px){

  .orre-inside{
    padding:48px 0 54px!important;
  }

  .orre-inside-head{
    padding:0 16px 25px!important;
  }

  .orre-inside-head h2{
    font-size:24px!important;
  }

  .orre-inside-track{
    gap:12px!important;

    padding:0 14px 8px!important;

    scroll-padding-left:14px!important;
  }

  .orre-inside-card{
    flex:0 0 73vw!important;
    max-width:285px!important;
  }

  .orre-inside-title{
    font-size:13px!important;
  }

  .orre-inside-arrow{
    display:none!important;
  }
}

body.tax-product_cat,
body.tax-product_cat #page,
body.tax-product_cat .main-page-wrapper,
body.tax-product_cat .site-content,
body.tax-product_cat .orre-collection-page,
body.tax-product_cat .orre-collection-head,
body.tax-product_cat .orre-collection-toolbar,
body.tax-product_cat .orre-collection-products,
body.tax-product_cat .orre-collection-card,
body.tax-product_cat .orre-collection-grid{
    background:#fff!important;
}

body.tax-product_cat .page-title,
body.tax-product_cat .wd-page-title,
body.tax-product_cat .shop-loop-head,
body.tax-product_cat .wd-shop-tools,
body.tax-product_cat .wd-products-shop-view,
body.tax-product_cat .wd-products-per-page,
body.tax-product_cat .wd-show-sidebar-btn{
    display:none!important;
}

body.tax-product_cat .orre-nav-header{
    position:sticky!important;
    top:0!important;
    height:64px!important;
    background:rgba(0,0,0,.94)!important;
    backdrop-filter:blur(12px)!important;
    -webkit-backdrop-filter:blur(12px)!important;
}

body.tax-product_cat .orre-nav-inner{
    height:64px!important;
}

.orre-collection-page{
    width:100%!important;
    color:#111!important;
    font-family:Arial,Helvetica,sans-serif!important;
}

.orre-collection-head{
    width:100%!important;
    padding:58px 30px 28px!important;
}

.orre-collection-head-inner{
    width:100%!important;
}

.orre-collection-title-wrap h1{
    margin:0!important;
    color:#111!important;
    font-size:28px!important;
    font-weight:500!important;
    line-height:1!important;
    letter-spacing:.08em!important;
}

.orre-collection-description{
    max-width:640px!important;
    margin-top:12px!important;
    color:#666!important;
    font-size:11px!important;
    line-height:1.6!important;
}

.orre-collection-description p{
    margin:0!important;
}

.orre-collection-subcats{
    display:flex!important;
    align-items:center!important;
    gap:26px!important;

    margin-top:30px!important;

    overflow-x:auto!important;
    scrollbar-width:none!important;
}

.orre-collection-subcats::-webkit-scrollbar{
    display:none!important;
}

.orre-collection-subcats a{
    flex:0 0 auto!important;
    padding-bottom:5px!important;
    color:#777!important;
    font-size:10px!important;
    font-weight:500!important;
    line-height:1!important;
    letter-spacing:.10em!important;
    text-transform:uppercase!important;
}

.orre-collection-subcats a:hover,
.orre-collection-subcats a.active{
    color:#000!important;
    border-bottom:1px solid #000!important;
}

.orre-collection-toolbar{
    width:100%!important;

    display:flex!important;
    align-items:center!important;
    justify-content:space-between!important;

    gap:20px!important;

    padding:16px 30px!important;

    background:#fff!important;

    border-top:1px solid #e9e9e9!important;
    border-bottom:1px solid #e9e9e9!important;
}

.orre-collection-toolbar-left{
    display:flex!important;
    align-items:center!important;
    gap:20px!important;
}

.orre-filter-open{
    display:flex!important;
    align-items:center!important;
    gap:9px!important;

    width:auto!important;
    min-width:0!important;
    min-height:0!important;

    margin:0!important;
    padding:0!important;

    background:transparent!important;
    color:#111!important;

    border:0!important;
    border-radius:0!important;

    box-shadow:none!important;

    font-size:9px!important;
    font-weight:600!important;
    line-height:1!important;

    letter-spacing:.12em!important;
}

.orre-filter-plus{
    position:relative!important;
    width:11px!important;
    height:11px!important;
}

.orre-filter-plus::before,
.orre-filter-plus::after{
    content:""!important;
    position:absolute!important;
    top:50%!important;
    left:50%!important;
    background:#111!important;
    transform:translate(-50%,-50%)!important;
}

.orre-filter-plus::before{
    width:11px!important;
    height:1px!important;
}

.orre-filter-plus::after{
    width:1px!important;
    height:11px!important;
}

.orre-result-count{
    color:#777!important;
    font-size:9px!important;
    line-height:1!important;
    letter-spacing:.08em!important;
}

.orre-collection-sort .woocommerce-ordering{
    margin:0!important;
}

.orre-collection-sort select{
    min-width:160px!important;
    height:34px!important;

    padding:0 26px 0 0!important;

    background:#fff!important;
    color:#111!important;

    border:0!important;
    border-radius:0!important;

    box-shadow:none!important;

    font-size:9px!important;
    font-weight:500!important;

    letter-spacing:.08em!important;
    text-transform:uppercase!important;
}

.orre-collection-products{
    width:100%!important;
    padding:0 0 70px!important;
}

.orre-collection-grid{
    display:grid!important;
    grid-template-columns:repeat(4,minmax(0,1fr))!important;
    gap:1px!important;
    width:100%!important;
}

.orre-collection-card{
    min-width:0!important;
    padding:0 0 26px!important;
    background:#fff!important;
}

.orre-collection-card-media{
    position:relative!important;
    display:block!important;

    width:100%!important;
    aspect-ratio:4/5!important;

    overflow:hidden!important;

    background:#f5f5f3!important;
}

.orre-collection-card-media img{
    position:absolute!important;
    inset:0!important;

    display:block!important;

    width:100%!important;
    height:100%!important;

    object-fit:cover!important;
    object-position:center!important;

    transition:opacity .3s ease,transform .4s ease!important;
}

.orre-collection-main-image{
    z-index:1!important;
    opacity:1!important;
}

.orre-collection-hover-image{
    z-index:2!important;
    opacity:0!important;
}

.orre-collection-card:hover .orre-collection-main-image{
    opacity:0!important;
}

.orre-collection-card:hover .orre-collection-hover-image{
    opacity:1!important;
    transform:scale(1.01)!important;
}

.orre-collection-sizes{
    position:absolute!important;

    left:0!important;
    right:0!important;
    bottom:0!important;

    z-index:5!important;

    min-height:42px!important;

    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    flex-wrap:wrap!important;

    gap:3px!important;

    padding:7px!important;

    background:rgba(255,255,255,.96)!important;

    opacity:0!important;
    transform:translateY(100%)!important;

    transition:opacity .2s ease,transform .2s ease!important;
}

.orre-collection-card:hover .orre-collection-sizes{
    opacity:1!important;
    transform:translateY(0)!important;
}

.orre-collection-sizes > span{
    min-width:27px!important;
    height:25px!important;

    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;

    padding:0 5px!important;

    color:#111!important;
    background:#fff!important;

    border:1px solid #ddd!important;

    font-size:8px!important;
    line-height:1!important;
}

.orre-collection-sale{
    position:absolute!important;
    top:10px!important;
    left:10px!important;

    z-index:6!important;

    padding:5px 7px!important;

    background:#000!important;
    color:#fff!important;

    font-size:8px!important;
    font-weight:600!important;
    letter-spacing:.10em!important;
}

.orre-collection-card-info{
    padding:10px 11px 0!important;
}

.orre-collection-product-name{
    display:block!important;
    color:#111!important;
    font-size:10px!important;
    font-weight:500!important;
    line-height:1.4!important;
    letter-spacing:.025em!important;
    text-transform:uppercase!important;
}

.orre-collection-product-price{
    margin-top:4px!important;
    color:#111!important;
    font-size:10px!important;
    line-height:1.3!important;
}

.orre-collection-product-price del{
    color:#999!important;
}

.orre-collection-product-price ins{
    color:#111!important;
    text-decoration:none!important;
}

.orre-collection-pagination{
    padding:45px 20px 0!important;
    text-align:center!important;
}

.orre-collection-pagination .page-numbers{
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;

    min-width:34px!important;
    height:34px!important;

    margin:0 2px!important;

    color:#111!important;
    background:#fff!important;

    border:1px solid #ddd!important;

    font-size:10px!important;
}

.orre-collection-pagination .page-numbers.current,
.orre-collection-pagination .page-numbers:hover{
    background:#000!important;
    color:#fff!important;
    border-color:#000!important;
}

.orre-filter-overlay{
    position:fixed!important;
    inset:0!important;

    z-index:100010!important;

    background:rgba(0,0,0,.38)!important;

    opacity:0!important;
    visibility:hidden!important;

    transition:.25s ease!important;
}

.orre-filter-overlay.open{
    opacity:1!important;
    visibility:visible!important;
}

.orre-filter-drawer{
    position:fixed!important;

    top:0!important;
    left:0!important;

    z-index:100011!important;

    width:min(390px,92vw)!important;
    height:100vh!important;

    background:#fff!important;
    color:#111!important;

    overflow-y:auto!important;

    transform:translateX(-102%)!important;

    transition:transform .35s cubic-bezier(.77,0,.18,1)!important;
}

.orre-filter-drawer.open{
    transform:translateX(0)!important;
}

.orre-filter-head{
    height:68px!important;

    display:flex!important;
    align-items:center!important;
    justify-content:space-between!important;

    padding:0 24px!important;

    border-bottom:1px solid #e7e7e7!important;

    font-size:10px!important;
    font-weight:600!important;
    letter-spacing:.12em!important;
}

.orre-filter-head button{
    position:relative!important;

    width:28px!important;
    height:28px!important;

    padding:0!important;

    background:transparent!important;
    border:0!important;
    box-shadow:none!important;
}

.orre-filter-head button span{
    position:absolute!important;
    top:50%!important;
    left:50%!important;

    width:16px!important;
    height:1.5px!important;

    background:#111!important;
}

.orre-filter-head button span:first-child{
    transform:translate(-50%,-50%) rotate(45deg)!important;
}

.orre-filter-head button span:last-child{
    transform:translate(-50%,-50%) rotate(-45deg)!important;
}

.orre-filter-body{
    padding:20px 24px 40px!important;
}

.orre-filter-body .widget{
    margin:0!important;
    padding:18px 0!important;

    border-bottom:1px solid #eee!important;
}

.orre-filter-body .widget-title,
.orre-filter-body h5{
    margin:0 0 15px!important;

    color:#111!important;

    font-size:10px!important;
    font-weight:600!important;
    letter-spacing:.10em!important;
    text-transform:uppercase!important;
}

.orre-filter-body a,
.orre-filter-body label,
.orre-filter-body li,
.orre-filter-body span{
    color:#555!important;
    font-size:11px!important;
}

.orre-filter-group h3{
    margin:0 0 15px!important;

    font-size:10px!important;
    font-weight:600!important;

    letter-spacing:.10em!important;
}

.orre-filter-group a{
    display:block!important;
    padding:9px 0!important;

    color:#555!important;
    font-size:11px!important;

    border-bottom:1px solid #eee!important;
}

@media(max-width:1024px){

    .orre-collection-grid{
        grid-template-columns:repeat(3,minmax(0,1fr))!important;
    }
}

@media(max-width:767px){

    body.tax-product_cat .orre-nav-header{
        height:62px!important;
    }

    .orre-collection-head{
        padding:38px 14px 22px!important;
    }

    .orre-collection-title-wrap h1{
        font-size:22px!important;
    }

    .orre-collection-subcats{
        gap:18px!important;
        margin-top:22px!important;
    }

    .orre-collection-toolbar{
        padding:13px 14px!important;
    }

    .orre-result-count{
        display:none!important;
    }

    .orre-collection-sort select{
        min-width:120px!important;
        font-size:8px!important;
    }

    .orre-collection-grid{
        grid-template-columns:repeat(2,minmax(0,1fr))!important;
    }

    .orre-collection-card{
        padding-bottom:20px!important;
    }

    .orre-collection-card-info{
        padding:8px 7px 0!important;
    }

    .orre-collection-product-name,
    .orre-collection-product-price{
        font-size:9px!important;
    }

    .orre-collection-sizes{
        min-height:33px!important;

        padding:5px!important;

        opacity:1!important;
        transform:none!important;
    }

    .orre-collection-sizes > span{
        min-width:23px!important;
        height:21px!important;
        font-size:7px!important;
    }
}

body.single-product .page-title,
body.single-product .wd-page-title,
body.single-product .woocommerce-breadcrumb,
body.single-product .wd-breadcrumbs,
body.single-product .wd-products-nav,
body.single-product .product-navigation-wrap,
body.single-product .product-tabs-wrapper,
body.single-product .woocommerce-tabs,
body.single-product .product-image-summary,
body.single-product .product-image-summary-wrap,
body.single-product .summary,
body.single-product .woocommerce-product-gallery{display:none!important}
body.single-product,body.single-product #page,body.single-product .website-wrapper,body.single-product .main-page-wrapper,body.single-product .site-content,body.single-product .orre-single-product-page{background:#fff!important}
body.single-product .main-page-wrapper,body.single-product .site-content,body.single-product .orre-single-product-page{width:100%!important;max-width:none!important;margin:0!important;padding:0!important}
.orre-pdp-final{width:100%!important;margin:0!important;padding:0!important;background:#fff!important;color:#111!important;font-family:Arial,Helvetica,sans-serif!important}
.orre-pdp-final-main{display:grid!important;grid-template-columns:minmax(0,1.2fr) minmax(430px,.8fr)!important;width:100%!important;align-items:start!important;gap:0!important}
.orre-pdp-final-gallery{width:100%!important;min-width:0!important;margin:0!important;padding:0!important;background:#f5f2f1!important}
.orre-pdp-final-image-grid{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:2px!important;width:100%!important;margin:0!important;padding:0!important}
.orre-pdp-final-image{display:block!important;width:100%!important;aspect-ratio:4/5!important;overflow:hidden!important;background:#f5f2f1!important}
.orre-pdp-final-image img{display:block!important;width:100%!important;height:100%!important;margin:0!important;object-fit:cover!important;object-position:center!important;transition:transform .35s ease!important}
.orre-pdp-final-image:hover img{transform:scale(1.01)!important}
.orre-pdp-final-summary{width:100%!important;min-width:0!important;margin:0!important;padding:0!important;background:#fff!important}
.orre-pdp-final-summary-inner{position:sticky!important;top:92px!important;width:min(560px,100%)!important;margin:0 auto!important;padding:54px 46px 65px!important}
.orre-pdp-final-title{margin:0!important;color:#111!important;font-family:Arial,Helvetica,sans-serif!important;font-size:27px!important;font-weight:500!important;line-height:1.1!important;letter-spacing:.01em!important;text-transform:uppercase!important}
.orre-pdp-final-codes{display:flex!important;flex-direction:column!important;gap:4px!important;margin-top:12px!important;color:#777!important;font-size:9px!important;line-height:1.4!important;letter-spacing:.06em!important}
.orre-pdp-final-price{margin-top:22px!important;color:#111!important;font-size:18px!important;font-weight:500!important;line-height:1.2!important}
.orre-pdp-final-price del{color:#999!important}.orre-pdp-final-price ins{color:#111!important;text-decoration:none!important}
.orre-pdp-final-buy{margin-top:30px!important}.orre-pdp-final-buy form.cart,.orre-pdp-final-buy .variations_form{width:100%!important;margin:0!important}
.orre-pdp-final-buy .variations{width:100%!important;margin:0 0 20px!important;border:0!important}
.orre-pdp-final-buy .variations tbody,.orre-pdp-final-buy .variations tr,.orre-pdp-final-buy .variations th,.orre-pdp-final-buy .variations td{display:block!important;width:100%!important}
.orre-pdp-final-buy .variations tr{margin-bottom:20px!important}.orre-pdp-final-buy .variations th,.orre-pdp-final-buy .variations td{padding:0!important;border:0!important;text-align:left!important}
.orre-pdp-final-buy .variations label{display:block!important;margin:0 0 12px!important;color:#111!important;font-size:10px!important;font-weight:500!important;line-height:1!important;letter-spacing:.08em!important;text-transform:none!important}
.orre-pdp-final-buy .wd-swatches-product{display:flex!important;flex-wrap:wrap!important;gap:7px!important}
.orre-pdp-final-buy .wd-swatch,.orre-pdp-final-buy .wd-swatch-text{min-width:48px!important;height:39px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;margin:0!important;padding:0 12px!important;background:#fff!important;color:#111!important;border:1px solid #d6d6d6!important;border-radius:0!important;box-shadow:none!important;font-size:10px!important;font-weight:500!important}
.orre-pdp-final-buy .wd-swatch.wd-active,.orre-pdp-final-buy .wd-swatch.active,.orre-pdp-final-buy .wd-swatch:hover{background:#111!important;color:#fff!important;border-color:#111!important}
.orre-pdp-final-buy .variations select{width:100%!important;height:44px!important;margin:0!important;padding:0 12px!important;background:#fff!important;color:#111!important;border:1px solid #d6d6d6!important;border-radius:0!important;box-shadow:none!important;font-size:11px!important}
.orre-pdp-final-buy .reset_variations{display:inline-block!important;margin-top:9px!important;color:#777!important;font-size:8px!important;letter-spacing:.08em!important;text-transform:uppercase!important}
.orre-pdp-final-buy .woocommerce-variation{margin-bottom:15px!important}.orre-pdp-final-buy .woocommerce-variation-price{margin-bottom:8px!important;color:#111!important;font-size:15px!important}
.orre-pdp-final-buy .woocommerce-variation-add-to-cart,.orre-pdp-final-buy form.cart:not(.variations_form){display:grid!important;grid-template-columns:108px minmax(0,1fr)!important;gap:8px!important;align-items:stretch!important;width:100%!important}
.orre-pdp-final-buy .quantity{width:108px!important;height:48px!important;display:grid!important;grid-template-columns:31px 1fr 31px!important;margin:0!important;border:1px solid #111!important;background:#fff!important}
.orre-pdp-final-buy .quantity input.qty{width:100%!important;height:46px!important;margin:0!important;padding:0!important;background:#fff!important;color:#111!important;border:0!important;border-radius:0!important;box-shadow:none!important;text-align:center!important;font-size:11px!important}
.orre-pdp-final-buy .quantity .minus,.orre-pdp-final-buy .quantity .plus{width:31px!important;height:46px!important;margin:0!important;padding:0!important;background:#fff!important;color:#111!important;border:0!important;border-radius:0!important;box-shadow:none!important;font-size:14px!important}
.orre-pdp-final-buy .single_add_to_cart_button{width:100%!important;min-height:48px!important;display:flex!important;align-items:center!important;justify-content:center!important;margin:0!important;padding:0 20px!important;background:#000!important;color:#fff!important;border:1px solid #000!important;border-radius:0!important;box-shadow:none!important;font-size:10px!important;font-weight:600!important;line-height:1!important;letter-spacing:.1em!important;text-transform:uppercase!important}
.orre-pdp-final-buy .single_add_to_cart_button:hover{background:#fff!important;color:#000!important}
.orre-pdp-final-details{margin-top:34px!important;border-top:1px solid #e5e5e5!important}.orre-pdp-final-detail{margin:0!important;border-bottom:1px solid #e5e5e5!important}
.orre-pdp-final-detail summary{min-height:54px!important;display:flex!important;align-items:center!important;justify-content:space-between!important;gap:15px!important;padding:0!important;color:#111!important;list-style:none!important;cursor:pointer!important}.orre-pdp-final-detail summary::-webkit-details-marker{display:none!important}
.orre-pdp-final-detail summary>span:first-child{font-size:10px!important;font-weight:500!important;line-height:1!important;letter-spacing:.02em!important}
.orre-pdp-final-plus{position:relative!important;width:13px!important;height:13px!important;flex:0 0 13px!important}.orre-pdp-final-plus::before,.orre-pdp-final-plus::after{content:""!important;position:absolute!important;top:50%!important;left:50%!important;background:#111!important;transform:translate(-50%,-50%)!important}.orre-pdp-final-plus::before{width:11px!important;height:1px!important}.orre-pdp-final-plus::after{width:1px!important;height:11px!important}.orre-pdp-final-detail[open] .orre-pdp-final-plus::after{display:none!important}
.orre-pdp-final-detail-content{padding:0 0 24px!important;color:#555!important;font-size:11px!important;line-height:1.7!important}.orre-pdp-final-detail-content p{margin:0 0 12px!important}.orre-pdp-final-detail-content p:last-child{margin-bottom:0!important}
.orre-pdp-final-related{width:100%!important;padding:68px 0 75px!important;background:#fff!important;border-top:1px solid #e8e8e8!important}.orre-pdp-final-related-head{padding:0 30px 26px!important}.orre-pdp-final-related-head h2{margin:0!important;color:#111!important;font-size:12px!important;font-weight:500!important;line-height:1!important;letter-spacing:.08em!important;text-transform:uppercase!important}
.orre-pdp-final-related-grid{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:1px!important}.orre-pdp-final-related-card{min-width:0!important;padding-bottom:20px!important;background:#fff!important}.orre-pdp-final-related-image{display:block!important;width:100%!important;aspect-ratio:4/5!important;overflow:hidden!important;background:#f4f4f2!important}.orre-pdp-final-related-image img{display:block!important;width:100%!important;height:100%!important;object-fit:cover!important}.orre-pdp-final-related-info{padding:9px 10px 0!important}.orre-pdp-final-related-info a{display:block!important;color:#111!important;font-size:10px!important;font-weight:500!important;line-height:1.4!important;text-transform:uppercase!important}.orre-pdp-final-related-info span{display:block!important;margin-top:4px!important;color:#111!important;font-size:10px!important}
@media(max-width:1100px){.orre-pdp-final-main{grid-template-columns:minmax(0,1fr) minmax(390px,.9fr)!important}.orre-pdp-final-summary-inner{padding:42px 30px 54px!important}.orre-pdp-final-related-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}}
@media(max-width:767px){.orre-pdp-final-main{display:block!important}.orre-pdp-final-image-grid{display:flex!important;overflow-x:auto!important;scroll-snap-type:x mandatory!important;gap:1px!important;scrollbar-width:none!important}.orre-pdp-final-image-grid::-webkit-scrollbar{display:none!important}.orre-pdp-final-image{flex:0 0 88vw!important;aspect-ratio:4/5!important;scroll-snap-align:start!important}.orre-pdp-final-summary-inner{position:static!important;width:100%!important;max-width:none!important;padding:28px 16px 42px!important}.orre-pdp-final-title{font-size:22px!important}.orre-pdp-final-price{margin-top:18px!important;font-size:16px!important}.orre-pdp-final-buy{margin-top:25px!important}.orre-pdp-final-buy .woocommerce-variation-add-to-cart,.orre-pdp-final-buy form.cart:not(.variations_form){grid-template-columns:92px minmax(0,1fr)!important}.orre-pdp-final-buy .quantity{width:92px!important;grid-template-columns:27px 1fr 27px!important}.orre-pdp-final-buy .quantity .minus,.orre-pdp-final-buy .quantity .plus{width:27px!important}.orre-pdp-final-related{padding:48px 0 58px!important}.orre-pdp-final-related-head{padding:0 14px 20px!important}.orre-pdp-final-related-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.orre-pdp-final-related-info a,.orre-pdp-final-related-info span{font-size:9px!important}}

.orre-pdp-final-image-grid{
    display:none!important;
}

.orre-pdp-kiji-gallery{
    display:grid!important;
    grid-template-columns:86px minmax(0,1fr)!important;

    align-items:start!important;

    gap:8px!important;

    width:100%!important;

    padding:0!important;
    margin:0!important;

    background:#f5f2f1!important;
}

.orre-pdp-kiji-thumbs{
    position:sticky!important;
    top:82px!important;

    display:flex!important;
    flex-direction:column!important;

    gap:8px!important;

    width:86px!important;

    padding:0!important;
    margin:0!important;

    max-height:calc(100vh - 100px)!important;
    overflow-y:auto!important;

    scrollbar-width:none!important;

    background:#fff!important;
}

.orre-pdp-kiji-thumbs::-webkit-scrollbar{
    display:none!important;
}

.orre-pdp-kiji-thumb{
    flex:0 0 auto!important;

    display:block!important;

    width:86px!important;
    height:108px!important;

    margin:0!important;
    padding:0!important;

    background:#f3efed!important;

    border:1px solid transparent!important;
    border-radius:0!important;

    box-shadow:none!important;

    cursor:pointer!important;
    overflow:hidden!important;

    opacity:.7!important;

    transition:opacity .2s ease,border-color .2s ease!important;
}

.orre-pdp-kiji-thumb:hover,
.orre-pdp-kiji-thumb.is-active{
    opacity:1!important;
    border-color:#111!important;
}

.orre-pdp-kiji-thumb img{
    display:block!important;

    width:100%!important;
    height:100%!important;

    object-fit:cover!important;
    object-position:center!important;

    margin:0!important;
}

.orre-pdp-kiji-main-link{
    display:block!important;

    width:100%!important;

    margin:0!important;
    padding:0!important;

    overflow:hidden!important;

    background:#f3efed!important;
}

.orre-pdp-kiji-main-image{
    display:block!important;

    width:100%!important;
    height:auto!important;

    min-height:760px!important;
    max-height:calc(100vh - 64px)!important;

    margin:0 auto!important;

    object-fit:cover!important;
    object-position:center!important;

    background:#f3efed!important;
}

.orre-pdp-final-gallery{
    background:#fff!important;
}

@media(max-width:1100px){

    .orre-pdp-kiji-gallery{
        grid-template-columns:72px minmax(0,1fr)!important;
        gap:6px!important;
    }

    .orre-pdp-kiji-thumbs{
        width:72px!important;
    }

    .orre-pdp-kiji-thumb{
        width:72px!important;
        height:92px!important;
    }

    .orre-pdp-kiji-main-image{
        min-height:620px!important;
    }
}

@media(max-width:767px){

    .orre-pdp-kiji-gallery{
        display:flex!important;
        flex-direction:column-reverse!important;

        gap:7px!important;

        background:#fff!important;
    }

    .orre-pdp-kiji-thumbs{
        position:static!important;

        width:100%!important;
        max-height:none!important;

        display:flex!important;
        flex-direction:row!important;

        gap:6px!important;

        padding:0 8px 8px!important;

        overflow-x:auto!important;
        overflow-y:hidden!important;

        background:#fff!important;
    }

    .orre-pdp-kiji-thumb{
        width:64px!important;
        height:82px!important;

        flex:0 0 64px!important;
    }

    .orre-pdp-kiji-main-image{
        width:100%!important;

        min-height:0!important;
        max-height:none!important;

        aspect-ratio:4/5!important;

        object-fit:cover!important;
    }
}

.orre-home-section-header,
.orre-inside-head,
.orre-pdp-final-related-head,
.orre-pdp-v2-related-head,
.orre-pdp-related-head,
.orre-collection-title-wrap{
    text-align:center!important;
}

.orre-home-section-header{
    position:relative!important;

    display:flex!important;
    flex-direction:column!important;
    align-items:center!important;
    justify-content:center!important;

    gap:14px!important;

    padding-top:44px!important;
    padding-bottom:31px!important;
}

.orre-home-section-header h1,
.orre-home-section-header h2{
    position:relative!important;

    margin:0!important;
    padding:0 0 18px!important;

    color:#111!important;

    font-family:Arial,Helvetica,sans-serif!important;
    font-size:20px!important;
    font-weight:500!important;
    line-height:1.15!important;

    letter-spacing:.09em!important;
    text-transform:uppercase!important;
    text-align:center!important;
}

.orre-home-section-header h1::after,
.orre-home-section-header h2::after{
    content:""!important;

    position:absolute!important;
    left:50%!important;
    bottom:0!important;

    width:42px!important;
    height:3px!important;

    background:#bcbcbc!important;

    transform:translateX(-50%)!important;
}

.orre-home-section-header > a{
    margin-top:0!important;

    color:#555!important;

    font-size:9px!important;
    font-weight:500!important;
    letter-spacing:.10em!important;

    border-bottom:1px solid #777!important;
}

.orre-inside-head{
    padding-bottom:34px!important;
}

.orre-inside-head h2{
    position:relative!important;

    display:inline-block!important;

    margin:0!important;
    padding:0 0 20px!important;

    color:#111!important;

    font-family:Arial,Helvetica,sans-serif!important;
    font-size:30px!important;
    font-weight:500!important;
    line-height:1.1!important;

    letter-spacing:.065em!important;
    text-transform:uppercase!important;
    text-align:center!important;
}

.orre-inside-head h2::after{
    content:""!important;

    position:absolute!important;
    left:50%!important;
    bottom:0!important;

    width:42px!important;
    height:3px!important;

    background:#bcbcbc!important;

    transform:translateX(-50%)!important;
}

.orre-pdp-final-related-head,
.orre-pdp-v2-related-head,
.orre-pdp-related-head{
    text-align:center!important;

    padding-top:8px!important;
    padding-bottom:34px!important;
}

.orre-pdp-final-related-head h2,
.orre-pdp-v2-related-head h2,
.orre-pdp-related-head h2,
.orre-pdp-related .related > h2,
.orre-pdp-related .upsells > h2{
    position:relative!important;

    display:inline-block!important;

    margin:0 auto!important;
    padding:0 0 20px!important;

    color:#111!important;

    font-family:Arial,Helvetica,sans-serif!important;
    font-size:20px!important;
    font-weight:500!important;
    line-height:1.15!important;

    letter-spacing:.085em!important;
    text-transform:uppercase!important;
    text-align:center!important;
}

.orre-pdp-final-related-head h2::after,
.orre-pdp-v2-related-head h2::after,
.orre-pdp-related-head h2::after,
.orre-pdp-related .related > h2::after,
.orre-pdp-related .upsells > h2::after{
    content:""!important;

    position:absolute!important;
    left:50%!important;
    bottom:0!important;

    width:42px!important;
    height:3px!important;

    background:#bcbcbc!important;

    transform:translateX(-50%)!important;
}

.orre-collection-head{
    text-align:center!important;
}

.orre-collection-title-wrap{
    display:flex!important;
    flex-direction:column!important;
    align-items:center!important;
}

.orre-collection-title-wrap h1{
    position:relative!important;

    display:inline-block!important;

    margin:0!important;
    padding:0 0 20px!important;

    color:#111!important;

    font-family:Arial,Helvetica,sans-serif!important;
    font-size:25px!important;
    font-weight:500!important;
    line-height:1.1!important;

    letter-spacing:.085em!important;
    text-transform:uppercase!important;
    text-align:center!important;
}

.orre-collection-title-wrap h1::after{
    content:""!important;

    position:absolute!important;
    left:50%!important;
    bottom:0!important;

    width:42px!important;
    height:3px!important;

    background:#bcbcbc!important;

    transform:translateX(-50%)!important;
}

.orre-collection-description{
    margin-left:auto!important;
    margin-right:auto!important;
    text-align:center!important;
}

.orre-collection-subcats{
    justify-content:center!important;
}

.orre-home-newsletter > div{
    text-align:center!important;
}

.orre-home-newsletter h2{
    position:relative!important;

    display:inline-block!important;

    margin:0!important;
    padding:0 0 20px!important;

    text-align:center!important;
}

.orre-home-newsletter h2::after{
    content:""!important;

    position:absolute!important;
    left:50%!important;
    bottom:0!important;

    width:42px!important;
    height:3px!important;

    background:#bcbcbc!important;

    transform:translateX(-50%)!important;
}

.orre-home-newsletter p{
    margin-left:auto!important;
    margin-right:auto!important;
}

@media(max-width:767px){

    .orre-home-section-header{
        padding-top:34px!important;
        padding-bottom:25px!important;
    }

    .orre-home-section-header h1,
    .orre-home-section-header h2{
        font-size:16px!important;
        padding-bottom:16px!important;
    }

    .orre-inside-head h2{
        font-size:23px!important;
        padding-bottom:17px!important;
    }

    .orre-pdp-final-related-head h2,
    .orre-pdp-v2-related-head h2,
    .orre-pdp-related-head h2,
    .orre-pdp-related .related > h2,
    .orre-pdp-related .upsells > h2{
        font-size:16px!important;
        padding-bottom:17px!important;
    }

    .orre-collection-title-wrap h1{
        font-size:21px!important;
        padding-bottom:17px!important;
    }

    .orre-home-section-header h1::after,
    .orre-home-section-header h2::after,
    .orre-inside-head h2::after,
    .orre-pdp-final-related-head h2::after,
    .orre-pdp-v2-related-head h2::after,
    .orre-pdp-related-head h2::after,
    .orre-pdp-related .related > h2::after,
    .orre-pdp-related .upsells > h2::after,
    .orre-collection-title-wrap h1::after,
    .orre-home-newsletter h2::after{
        width:34px!important;
        height:2px!important;
    }
}

body.woocommerce-cart,
body.woocommerce-checkout,
body.woocommerce-cart #page,
body.woocommerce-checkout #page,
body.woocommerce-cart .website-wrapper,
body.woocommerce-checkout .website-wrapper,
body.woocommerce-cart .main-page-wrapper,
body.woocommerce-checkout .main-page-wrapper,
body.woocommerce-cart .site-content,
body.woocommerce-checkout .site-content{
    background:#fff!important;
    color:#111!important;
}

body.woocommerce-cart .main-page-wrapper,
body.woocommerce-checkout .main-page-wrapper{
    padding-top:0!important;
}

body.woocommerce-cart .container,
body.woocommerce-checkout .container,
body.woocommerce-cart .site-content,
body.woocommerce-checkout .site-content{
    width:100%!important;
    max-width:none!important;
}

body.woocommerce-cart .page-title,
body.woocommerce-checkout .page-title,
body.woocommerce-cart .wd-page-title,
body.woocommerce-checkout .wd-page-title,
body.woocommerce-cart .woocommerce-breadcrumb,
body.woocommerce-checkout .woocommerce-breadcrumb,
body.woocommerce-cart .wd-breadcrumbs,
body.woocommerce-checkout .wd-breadcrumbs{
    display:none!important;
}

body.woocommerce-cart,
body.woocommerce-checkout,
body.woocommerce-cart *,
body.woocommerce-checkout *{
    box-sizing:border-box!important;
}

body.woocommerce-cart .woocommerce{
    position:relative!important;
    width:min(1500px,calc(100% - 64px))!important;
    max-width:1500px!important;
    margin:0 auto!important;
    padding:72px 0 90px!important;
}

body.woocommerce-cart .woocommerce::before{
    content:"SHOPPING BAG"!important;

    display:block!important;

    margin:0 0 46px!important;
    padding:0 0 18px!important;

    color:#111!important;

    font-family:Arial,Helvetica,sans-serif!important;
    font-size:26px!important;
    font-weight:500!important;
    line-height:1!important;

    letter-spacing:.12em!important;
    text-align:center!important;
    text-transform:uppercase!important;
}

body.woocommerce-cart .woocommerce::after{
    content:""!important;
    display:block!important;
    clear:both!important;
}

body.woocommerce-cart .cart-content-wrapper,
body.woocommerce-cart .woocommerce-cart-form + .cart-collaterals{
    min-width:0!important;
}

body.woocommerce-cart .cart-content-wrapper{
    display:grid!important;
    grid-template-columns:minmax(0,1fr) 410px!important;
    gap:46px!important;
    align-items:start!important;
}

body.woocommerce-cart .woocommerce-cart-form{
    width:100%!important;
    min-width:0!important;
    margin:0!important;
    float:none!important;
}

body.woocommerce-cart .cart-collaterals{
    width:100%!important;
    min-width:0!important;
    margin:0!important;
    float:none!important;
}

body.woocommerce-cart table.shop_table{
    width:100%!important;
    margin:0!important;
    border:0!important;
    border-collapse:collapse!important;
    background:#fff!important;
}

body.woocommerce-cart table.shop_table thead{
    display:none!important;
}

body.woocommerce-cart table.shop_table tr.cart_item{
    border-top:1px solid #e8e8e8!important;
    border-bottom:1px solid #e8e8e8!important;
}

body.woocommerce-cart table.shop_table td{
    padding:24px 12px!important;
    vertical-align:middle!important;
    border:0!important;
    background:#fff!important;
}

body.woocommerce-cart td.product-remove{
    width:36px!important;
    padding-left:0!important;
    padding-right:4px!important;
}

body.woocommerce-cart td.product-remove a{
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;

    width:26px!important;
    height:26px!important;

    margin:0!important;

    background:transparent!important;
    color:#111!important;

    border:0!important;
    border-radius:0!important;

    font-size:20px!important;
    font-weight:300!important;
}

body.woocommerce-cart td.product-thumbnail{
    width:110px!important;
}

body.woocommerce-cart td.product-thumbnail img{
    display:block!important;

    width:92px!important;
    height:118px!important;

    object-fit:cover!important;
    object-position:center!important;

    background:#f3efed!important;
}

body.woocommerce-cart td.product-name{
    width:auto!important;
}

body.woocommerce-cart td.product-name a{
    color:#111!important;

    font-family:Arial,Helvetica,sans-serif!important;
    font-size:12px!important;
    font-weight:500!important;
    line-height:1.45!important;

    letter-spacing:.015em!important;
}

body.woocommerce-cart td.product-price,
body.woocommerce-cart td.product-subtotal{
    color:#111!important;
    font-size:12px!important;
    font-weight:500!important;
    white-space:nowrap!important;
}

body.woocommerce-cart td.product-subtotal{
    text-align:right!important;
}

body.woocommerce-cart .quantity{
    width:100px!important;
    height:42px!important;

    display:grid!important;
    grid-template-columns:30px 1fr 30px!important;

    margin:0!important;

    border:1px solid #d8d8d8!important;
    background:#fff!important;
}

body.woocommerce-cart .quantity .minus,
body.woocommerce-cart .quantity .plus{
    width:30px!important;
    height:40px!important;

    margin:0!important;
    padding:0!important;

    background:#fff!important;
    color:#111!important;

    border:0!important;
    border-radius:0!important;

    box-shadow:none!important;

    font-size:14px!important;
}

body.woocommerce-cart .quantity input.qty{
    width:100%!important;
    height:40px!important;

    margin:0!important;
    padding:0!important;

    background:#fff!important;
    color:#111!important;

    border:0!important;
    border-radius:0!important;

    box-shadow:none!important;

    text-align:center!important;
    font-size:11px!important;
}

body.woocommerce-cart td.actions{
    padding:22px 0 0!important;
    border:0!important;
}

body.woocommerce-cart .coupon{
    display:flex!important;
    align-items:stretch!important;
    gap:8px!important;
    float:left!important;
}

body.woocommerce-cart .coupon input{
    width:220px!important;
    height:46px!important;

    margin:0!important;
    padding:0 14px!important;

    background:#fff!important;
    color:#111!important;

    border:1px solid #d7d7d7!important;
    border-radius:0!important;

    box-shadow:none!important;

    font-size:11px!important;
}

body.woocommerce-cart .coupon button,
body.woocommerce-cart button[name="update_cart"]{
    min-height:46px!important;

    padding:0 22px!important;

    background:#000!important;
    color:#fff!important;

    border:1px solid #000!important;
    border-radius:0!important;

    box-shadow:none!important;

    font-size:9px!important;
    font-weight:600!important;
    line-height:1!important;

    letter-spacing:.11em!important;
    text-transform:uppercase!important;
}

body.woocommerce-cart button[name="update_cart"]{
    float:right!important;
}

body.woocommerce-cart .coupon button:hover,
body.woocommerce-cart button[name="update_cart"]:hover{
    background:#fff!important;
    color:#000!important;
}

body.woocommerce-cart .cart_totals{
    width:100%!important;

    margin:0!important;
    padding:32px!important;

    background:#f7f7f6!important;

    border:0!important;
    outline:1px solid #e1e1e1!important;
    outline-offset:-14px!important;
}

body.woocommerce-cart .cart_totals h2{
    position:relative!important;

    margin:0 0 28px!important;
    padding:0 0 19px!important;

    color:#111!important;

    font-size:16px!important;
    font-weight:500!important;
    line-height:1!important;

    letter-spacing:.10em!important;
    text-align:center!important;
    text-transform:uppercase!important;
}

body.woocommerce-cart .cart_totals h2::after{
    content:""!important;

    position:absolute!important;
    left:50%!important;
    bottom:0!important;

    width:38px!important;
    height:2px!important;

    background:#bbb!important;

    transform:translateX(-50%)!important;
}

body.woocommerce-cart .cart_totals table{
    width:100%!important;
    margin:0!important;
    border:0!important;
    background:transparent!important;
}

body.woocommerce-cart .cart_totals th,
body.woocommerce-cart .cart_totals td{
    padding:17px 0!important;

    background:transparent!important;

    border:0!important;
    border-bottom:1px solid #dedede!important;

    color:#111!important;

    font-size:11px!important;
    line-height:1.4!important;
}

body.woocommerce-cart .cart_totals td{
    text-align:right!important;
}

body.woocommerce-cart .cart_totals .order-total th,
body.woocommerce-cart .cart_totals .order-total td{
    font-size:15px!important;
    font-weight:600!important;
}

body.woocommerce-cart .wc-proceed-to-checkout{
    padding:26px 0 0!important;
}

body.woocommerce-cart .checkout-button{
    width:100%!important;
    min-height:50px!important;

    display:flex!important;
    align-items:center!important;
    justify-content:center!important;

    margin:0!important;
    padding:0 18px!important;

    background:#000!important;
    color:#fff!important;

    border:1px solid #000!important;
    border-radius:0!important;

    box-shadow:none!important;

    font-size:9px!important;
    font-weight:600!important;
    line-height:1!important;

    letter-spacing:.12em!important;
    text-transform:uppercase!important;
}

body.woocommerce-cart .checkout-button:hover{
    background:#fff!important;
    color:#000!important;
}

body.woocommerce-checkout .woocommerce{
    width:min(1380px,calc(100% - 64px))!important;
    max-width:1380px!important;

    margin:0 auto!important;
    padding:72px 0 90px!important;
}

body.woocommerce-checkout .woocommerce-form-coupon-toggle{
    margin:0 0 40px!important;
}

body.woocommerce-checkout .woocommerce-info{
    margin:0!important;
    padding:15px 18px!important;

    background:#f7f7f6!important;
    color:#444!important;

    border:0!important;
    border-left:2px solid #111!important;

    font-size:10px!important;
    line-height:1.45!important;
}

body.woocommerce-checkout .woocommerce-info::before{
    display:none!important;
}

body.woocommerce-checkout .woocommerce-info a{
    color:#111!important;
    border-bottom:1px solid #111!important;
}

body.woocommerce-checkout form.checkout::before{
    content:"CHECKOUT"!important;

    display:block!important;
    grid-column:1 / -1!important;

    margin:0 0 48px!important;
    padding:0 0 19px!important;

    color:#111!important;

    font-family:Arial,Helvetica,sans-serif!important;
    font-size:26px!important;
    font-weight:500!important;
    line-height:1!important;

    letter-spacing:.12em!important;
    text-align:center!important;
    text-transform:uppercase!important;
}

body.woocommerce-checkout form.checkout{
    display:grid!important;
    grid-template-columns:minmax(0,1.18fr) minmax(420px,.82fr)!important;
    column-gap:72px!important;
    row-gap:0!important;

    align-items:start!important;

    width:100%!important;
}

body.woocommerce-checkout #customer_details,
body.woocommerce-checkout .col2-set,
body.woocommerce-checkout .checkout-order-review,
body.woocommerce-checkout .woocommerce-checkout-review-order,
body.woocommerce-checkout #order_review{
    width:100%!important;
    max-width:none!important;

    margin:0!important;
    float:none!important;
}

body.woocommerce-checkout #customer_details{
    grid-column:1!important;
}

body.woocommerce-checkout #order_review_heading,
body.woocommerce-checkout #order_review,
body.woocommerce-checkout .checkout-order-review{
    grid-column:2!important;
}

body.woocommerce-checkout .col2-set{
    display:block!important;
}

body.woocommerce-checkout .col2-set .col-1,
body.woocommerce-checkout .col2-set .col-2{
    width:100%!important;
    max-width:none!important;

    margin:0!important;
    padding:0!important;

    float:none!important;
}

body.woocommerce-checkout .woocommerce-billing-fields > h3,
body.woocommerce-checkout .woocommerce-shipping-fields h3,
body.woocommerce-checkout #order_review_heading,
body.woocommerce-checkout .checkout-order-review > h3{
    position:relative!important;

    margin:0 0 28px!important;
    padding:0 0 18px!important;

    color:#111!important;

    font-family:Arial,Helvetica,sans-serif!important;
    font-size:15px!important;
    font-weight:500!important;
    line-height:1!important;

    letter-spacing:.10em!important;
    text-transform:uppercase!important;
}

body.woocommerce-checkout .woocommerce-billing-fields > h3::after,
body.woocommerce-checkout .woocommerce-shipping-fields h3::after,
body.woocommerce-checkout #order_review_heading::after{
    content:""!important;

    position:absolute!important;
    left:0!important;
    bottom:0!important;

    width:38px!important;
    height:2px!important;

    background:#bbb!important;
}

body.woocommerce-checkout .woocommerce-billing-fields__field-wrapper,
body.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper{
    display:grid!important;
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:18px 16px!important;
}

body.woocommerce-checkout .form-row{
    width:100%!important;
    max-width:none!important;

    margin:0!important;
    padding:0!important;

    float:none!important;
}

body.woocommerce-checkout .form-row-wide,
body.woocommerce-checkout #billing_company_field,
body.woocommerce-checkout #billing_country_field,
body.woocommerce-checkout #billing_address_1_field,
body.woocommerce-checkout #billing_address_2_field,
body.woocommerce-checkout #billing_city_field,
body.woocommerce-checkout #billing_state_field,
body.woocommerce-checkout #billing_postcode_field,
body.woocommerce-checkout #order_comments_field{
    grid-column:1 / -1!important;
}

body.woocommerce-checkout .form-row label{
    display:block!important;

    margin:0 0 7px!important;

    color:#333!important;

    font-size:10px!important;
    font-weight:500!important;
    line-height:1.2!important;
}

body.woocommerce-checkout input.input-text,
body.woocommerce-checkout textarea,
body.woocommerce-checkout select,
body.woocommerce-checkout .select2-container .select2-selection{
    width:100%!important;
    min-height:47px!important;

    margin:0!important;
    padding:0 13px!important;

    background:#fff!important;
    color:#111!important;

    border:1px solid #d7d7d7!important;
    border-radius:0!important;

    box-shadow:none!important;

    font-size:11px!important;
}

body.woocommerce-checkout textarea{
    min-height:110px!important;
    padding-top:12px!important;
}

body.woocommerce-checkout input.input-text:focus,
body.woocommerce-checkout textarea:focus,
body.woocommerce-checkout select:focus{
    border-color:#111!important;
    outline:0!important;
}

body.woocommerce-checkout .select2-container .select2-selection__rendered{
    line-height:45px!important;
    padding-left:0!important;
}

body.woocommerce-checkout .select2-container .select2-selection__arrow{
    height:45px!important;
}

body.woocommerce-checkout #order_review,
body.woocommerce-checkout .checkout-order-review{
    position:sticky!important;
    top:92px!important;

    padding:32px!important;

    background:#f7f7f6!important;

    border:0!important;
    outline:1px solid #e1e1e1!important;
    outline-offset:-14px!important;
}

body.woocommerce-checkout #order_review_heading{
    text-align:center!important;
}

body.woocommerce-checkout #order_review_heading::after{
    left:50%!important;
    transform:translateX(-50%)!important;
}

body.woocommerce-checkout table.shop_table{
    width:100%!important;

    margin:0!important;

    border:0!important;
    border-collapse:collapse!important;

    background:transparent!important;
}

body.woocommerce-checkout table.shop_table thead th{
    padding:12px 0!important;

    color:#777!important;

    border:0!important;
    border-bottom:1px solid #ddd!important;

    font-size:9px!important;
    font-weight:500!important;
    letter-spacing:.08em!important;
    text-transform:uppercase!important;
}

body.woocommerce-checkout table.shop_table th,
body.woocommerce-checkout table.shop_table td{
    padding:15px 0!important;

    background:transparent!important;

    border:0!important;
    border-bottom:1px solid #ddd!important;

    color:#111!important;

    font-size:11px!important;
    line-height:1.45!important;
}

body.woocommerce-checkout table.shop_table td.product-total,
body.woocommerce-checkout table.shop_table tfoot td{
    text-align:right!important;
    white-space:nowrap!important;
}

body.woocommerce-checkout table.shop_table .product-name{
    padding-right:16px!important;
}

body.woocommerce-checkout table.shop_table .product-quantity{
    color:#777!important;
}

body.woocommerce-checkout .order-total th,
body.woocommerce-checkout .order-total td{
    font-size:15px!important;
    font-weight:600!important;
}

body.woocommerce-checkout #payment{
    margin:26px 0 0!important;
    padding:0!important;

    background:transparent!important;

    border:0!important;
    border-radius:0!important;
}

body.woocommerce-checkout #payment ul.payment_methods{
    margin:0!important;
    padding:0!important;

    border:0!important;
}

body.woocommerce-checkout #payment ul.payment_methods li{
    margin:0!important;
    padding:15px 0!important;

    border-bottom:1px solid #ddd!important;

    color:#111!important;

    font-size:11px!important;
}

body.woocommerce-checkout #payment div.payment_box{
    margin:12px 0 0!important;
    padding:13px!important;

    background:#fff!important;
    color:#555!important;

    border:1px solid #ddd!important;
    border-radius:0!important;

    font-size:10px!important;
    line-height:1.55!important;
}

body.woocommerce-checkout #payment div.payment_box::before{
    display:none!important;
}

body.woocommerce-checkout .place-order{
    padding:26px 0 0!important;
}

body.woocommerce-checkout #place_order{
    width:100%!important;
    min-height:52px!important;

    display:flex!important;
    align-items:center!important;
    justify-content:center!important;

    margin:0!important;
    padding:0 20px!important;

    background:#000!important;
    color:#fff!important;

    border:1px solid #000!important;
    border-radius:0!important;

    box-shadow:none!important;

    font-size:9px!important;
    font-weight:600!important;
    line-height:1!important;

    letter-spacing:.12em!important;
    text-transform:uppercase!important;
}

body.woocommerce-checkout #place_order:hover{
    background:#fff!important;
    color:#000!important;
}

@media(max-width:1100px){

    body.woocommerce-cart .cart-content-wrapper{
        grid-template-columns:minmax(0,1fr) 360px!important;
        gap:28px!important;
    }

    body.woocommerce-checkout form.checkout{
        grid-template-columns:minmax(0,1fr) 380px!important;
        column-gap:40px!important;
    }
}

@media(max-width:767px){

    body.woocommerce-cart .woocommerce,
    body.woocommerce-checkout .woocommerce{
        width:calc(100% - 28px)!important;
        padding:42px 0 60px!important;
    }

    body.woocommerce-cart .woocommerce::before,
    body.woocommerce-checkout form.checkout::before{
        font-size:18px!important;
        margin-bottom:30px!important;
    }

    body.woocommerce-cart .cart-content-wrapper{
        display:block!important;
    }

    body.woocommerce-cart table.shop_table tr.cart_item{
        display:grid!important;
        grid-template-columns:24px 78px minmax(0,1fr)!important;
        column-gap:10px!important;
        row-gap:9px!important;

        padding:16px 0!important;
    }

    body.woocommerce-cart table.shop_table td{
        padding:0!important;
    }

    body.woocommerce-cart td.product-thumbnail{
        width:78px!important;
    }

    body.woocommerce-cart td.product-thumbnail img{
        width:78px!important;
        height:100px!important;
    }

    body.woocommerce-cart td.product-name{
        grid-column:3!important;
    }

    body.woocommerce-cart td.product-price,
    body.woocommerce-cart td.product-quantity,
    body.woocommerce-cart td.product-subtotal{
        grid-column:3!important;
        text-align:left!important;
    }

    body.woocommerce-cart td.actions{
        display:block!important;
        padding-top:20px!important;
    }

    body.woocommerce-cart .coupon{
        width:100%!important;

        display:grid!important;
        grid-template-columns:1fr auto!important;

        float:none!important;
    }

    body.woocommerce-cart .coupon input{
        width:100%!important;
    }

    body.woocommerce-cart button[name="update_cart"]{
        width:100%!important;
        margin-top:10px!important;
        float:none!important;
    }

    body.woocommerce-cart .cart-collaterals{
        margin-top:32px!important;
    }

    body.woocommerce-cart .cart_totals{
        padding:26px 20px!important;
    }

    body.woocommerce-checkout form.checkout{
        display:block!important;
    }

    body.woocommerce-checkout .woocommerce-billing-fields__field-wrapper,
    body.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper{
        grid-template-columns:1fr!important;
    }

    body.woocommerce-checkout .form-row,
    body.woocommerce-checkout .form-row-wide,
    body.woocommerce-checkout #billing_company_field,
    body.woocommerce-checkout #billing_country_field,
    body.woocommerce-checkout #billing_address_1_field,
    body.woocommerce-checkout #billing_address_2_field,
    body.woocommerce-checkout #billing_city_field,
    body.woocommerce-checkout #billing_state_field,
    body.woocommerce-checkout #billing_postcode_field,
    body.woocommerce-checkout #order_comments_field{
        grid-column:1!important;
    }

    body.woocommerce-checkout #order_review_heading{
        margin-top:42px!important;
    }

    body.woocommerce-checkout #order_review,
    body.woocommerce-checkout .checkout-order-review{
        position:static!important;
        margin-top:0!important;
        padding:26px 20px!important;
    }
}

.orre-inside,
.orre-inside-shell,
.orre-inside-track{
    background:#fff !important;
}

.orre-inside{
    color:#111 !important;
}

body.woocommerce-cart td.product-remove a{
    position:relative!important;

    width:28px!important;
    height:28px!important;

    display:flex!important;
    align-items:center!important;
    justify-content:center!important;

    margin:0!important;
    padding:0!important;

    background:transparent!important;
    color:transparent!important;

    border:0!important;
    border-radius:0!important;

    font-size:0!important;
    line-height:1!important;

    box-shadow:none!important;
}

body.woocommerce-cart td.product-remove a::before,
body.woocommerce-cart td.product-remove a::after{
    content:""!important;

    position:absolute!important;
    top:50%!important;
    left:50%!important;

    width:14px!important;
    height:1.5px!important;

    background:#111!important;

    transform-origin:center!important;
}

body.woocommerce-cart td.product-remove a::before{
    transform:translate(-50%,-50%) rotate(45deg)!important;
}

body.woocommerce-cart td.product-remove a::after{
    transform:translate(-50%,-50%) rotate(-45deg)!important;
}

body.woocommerce-cart table.shop_table tr.cart_item{
    min-height:160px!important;
}

body.woocommerce-cart table.shop_table td{
    padding-top:26px!important;
    padding-bottom:26px!important;
}

body.woocommerce-cart td.product-remove{
    width:46px!important;
    padding-left:4px!important;
    padding-right:8px!important;
}

body.woocommerce-cart td.product-thumbnail{
    width:118px!important;
}

body.woocommerce-cart td.product-thumbnail img{
    width:96px!important;
    height:124px!important;

    object-fit:cover!important;
}

body.woocommerce-cart td.product-name{
    padding-left:6px!important;
}

body.woocommerce-cart td.product-name a{
    font-size:12px!important;
    font-weight:500!important;
    letter-spacing:.01em!important;
}

body.woocommerce-cart .quantity{
    width:104px!important;
    height:42px!important;
}

body.woocommerce-cart td.product-subtotal{
    padding-right:14px!important;
}

body.woocommerce-cart td.actions{
    padding:28px 16px 0!important;
}

body.woocommerce-cart .coupon{
    gap:10px!important;
}

body.woocommerce-cart .coupon input{
    width:230px!important;
}

body.woocommerce-cart .coupon button{
    min-width:170px!important;
}

body.woocommerce-cart button[name="update_cart"]

body.woocommerce-cart .cart_totals,
body.woocommerce-cart .cart_totals table,
body.woocommerce-cart .cart_totals tbody,
body.woocommerce-cart .cart_totals tr,
body.woocommerce-cart .cart_totals th,
body.woocommerce-cart .cart_totals td{
    background:transparent !important;
}

body.woocommerce-cart .cart_totals table{
    border:0 !important;
    box-shadow:none !important;
}

body.woocommerce-cart .cart_totals tr{
    border:0 !important;
}

body.woocommerce-cart .cart_totals th,
body.woocommerce-cart .cart_totals td{
    border-left:0 !important;
    border-right:0 !important;
}

body.woocommerce-cart .cart_totals tr:not(:last-child) th,
body.woocommerce-cart .cart_totals tr:not(:last-child) td{
    border-bottom:1px solid #dedede !important;
}

body.woocommerce-cart .cart_totals{
    background:#f7f7f6 !important;
}

body.woocommerce-cart .cart_totals .shop_table,
body.woocommerce-cart .cart_totals .shop_table tbody,
body.woocommerce-cart .cart_totals .shop_table tr,
body.woocommerce-cart .cart_totals .shop_table th,
body.woocommerce-cart .cart_totals .shop_table td,
body.woocommerce-cart .cart_totals table,
body.woocommerce-cart .cart_totals tbody,
body.woocommerce-cart .cart_totals tr,
body.woocommerce-cart .cart_totals th,
body.woocommerce-cart .cart_totals td{
    background-color:transparent !important;
    background-image:none !important;
    box-shadow:none !important;
}

body.woocommerce-cart .cart_totals .shop_table *{
    background-color:transparent !important;
    background-image:none !important;
}

body.woocommerce-cart .cart_totals th,
body.woocommerce-cart .cart_totals td{
    border-left:0 !important;
    border-right:0 !important;
}

body.woocommerce-cart .cart_totals tr{
    border-bottom:1px solid #dedede !important;
}

body.woocommerce-cart .cart_totals tr:last-child{
    border-bottom:0 !important;
}

body.woocommerce-cart .cart_totals .cart-subtotal th,
body.woocommerce-cart .cart_totals .cart-subtotal td,
body.woocommerce-cart .cart_totals .order-total th,
body.woocommerce-cart .cart_totals .order-total td{
    background:transparent !important;
}

body.woocommerce-cart .cart_totals .checkout-button{
    background:#000 !important;
    color:#fff !important;
}

.orre-home-v3,
.orre-collection-page,
.orre-pdp-final,
.orre-inside,
body.woocommerce-cart .woocommerce,
body.woocommerce-checkout .woocommerce{
    font-family:Arial,Helvetica,sans-serif!important;
    -webkit-font-smoothing:antialiased!important;
    text-rendering:optimizeLegibility!important;
}

.orre-home-section-header{
    padding-top:48px!important;
    padding-bottom:34px!important;
}

.orre-home-section-header h1,
.orre-home-section-header h2{
    font-size:26px!important;
    font-weight:600!important;
    line-height:1.12!important;
    letter-spacing:.075em!important;
}

.orre-home-section-header > a{
    font-size:10px!important;
    font-weight:600!important;
    letter-spacing:.10em!important;
}

.orre-home-product-name{
    font-size:12px!important;
    font-weight:600!important;
    line-height:1.42!important;
    letter-spacing:.018em!important;
}

.orre-home-product-price{
    margin-top:6px!important;
    font-size:11.5px!important;
    font-weight:500!important;
    line-height:1.4!important;
}

.orre-home-product-info{
    padding:12px 13px 2px!important;
}

.orre-home-product-media,
.orre-collection-card-media,
.orre-pdp-final-related-image{
    aspect-ratio:4/5!important;
}

.orre-home-product-media img,
.orre-collection-card-media img,
.orre-pdp-final-related-image img{
    object-fit:cover!important;
    object-position:center!important;
}

.orre-home-editorial-overlay > span{
    font-size:10px!important;
    font-weight:700!important;
}

.orre-home-editorial-overlay h2{
    font-weight:500!important;
    line-height:1.02!important;
    letter-spacing:-.025em!important;
}

.orre-inside,
.orre-inside-shell,
.orre-inside-track{
    background:#fff!important;
}

.orre-inside-head{
    padding-top:4px!important;
    padding-bottom:38px!important;
}

.orre-inside-head h2{
    font-size:32px!important;
    font-weight:600!important;
    line-height:1.08!important;
    letter-spacing:.065em!important;
}

.orre-inside-video{
    position:absolute!important;
    inset:0!important;
    width:100%!important;
    height:100%!important;
    display:block!important;
    object-fit:cover!important;
    object-position:center!important;
}

.orre-inside-placeholder{
    position:absolute!important;
    inset:0!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    background:#d7d7d7!important;
    color:#fff!important;
    font-size:11px!important;
    font-weight:600!important;
    letter-spacing:.08em!important;
}

.orre-collection-title-wrap h1{
    font-size:30px!important;
    font-weight:600!important;
    line-height:1.1!important;
    letter-spacing:.075em!important;
}

.orre-collection-description{
    font-size:12px!important;
    line-height:1.65!important;
}

.orre-collection-subcats a,
.orre-filter-open,
.orre-result-count,
.orre-collection-sort select{
    font-weight:600!important;
}

.orre-collection-product-name{
    font-size:12px!important;
    font-weight:600!important;
    line-height:1.42!important;
}

.orre-collection-product-price{
    margin-top:6px!important;
    font-size:11.5px!important;
    font-weight:500!important;
}

.orre-pdp-final-title{
    font-size:31px!important;
    font-weight:600!important;
    line-height:1.08!important;
    letter-spacing:.005em!important;
}

.orre-pdp-final-price{
    font-size:19px!important;
    font-weight:600!important;
}

.orre-pdp-final-detail summary > span:first-child{
    font-size:11px!important;
    font-weight:600!important;
}

.orre-pdp-final-detail-content{
    font-size:12px!important;
    line-height:1.75!important;
}

.orre-pdp-final-related-head h2{
    font-size:22px!important;
    font-weight:600!important;
}

body.woocommerce-cart .woocommerce::before{
    font-size:28px!important;
    font-weight:600!important;
}

body.woocommerce-cart td.product-name a{
    font-size:13px!important;
    font-weight:600!important;
}

body.woocommerce-cart td.product-price,
body.woocommerce-cart td.product-subtotal{
    font-size:12.5px!important;
    font-weight:600!important;
}

body.woocommerce-cart .cart_totals h2{
    font-size:18px!important;
    font-weight:600!important;
}

body.woocommerce-cart .cart_totals,
body.woocommerce-cart .cart_totals .shop_table,
body.woocommerce-cart .cart_totals .shop_table tbody,
body.woocommerce-cart .cart_totals .shop_table tr,
body.woocommerce-cart .cart_totals .shop_table th,
body.woocommerce-cart .cart_totals .shop_table td,
body.woocommerce-cart .cart_totals .shop_table *{
    background-color:transparent!important;
    background-image:none!important;
    box-shadow:none!important;
}

body.woocommerce-cart .cart_totals{
    background:#f7f7f6!important;
}

body.woocommerce-checkout form.checkout::before{
    font-size:28px!important;
    font-weight:600!important;
}

body.woocommerce-checkout .woocommerce-billing-fields > h3,
body.woocommerce-checkout .woocommerce-shipping-fields h3,
body.woocommerce-checkout #order_review_heading,
body.woocommerce-checkout .checkout-order-review > h3{
    font-size:17px!important;
    font-weight:600!important;
}

body.woocommerce-checkout .form-row label{
    font-size:11px!important;
    font-weight:600!important;
}

body.woocommerce-checkout input.input-text,
body.woocommerce-checkout textarea,
body.woocommerce-checkout select,
body.woocommerce-checkout .select2-container .select2-selection{
    font-size:12px!important;
}

footer h1,
footer h2,
footer h3,
footer h4,
footer h5,
footer h6,
.site-footer h1,
.site-footer h2,
.site-footer h3,
.site-footer h4,
.site-footer h5,
.site-footer h6,
.footer-widget-title,
.widget-title{
    font-size:12px!important;
    font-weight:700!important;
}

footer p,
.site-footer p,
footer a,
.site-footer a{
    font-size:12px!important;
    line-height:1.7!important;
}

@media(max-width:1024px){
    .orre-home-section-header h1,
    .orre-home-section-header h2{
        font-size:22px!important;
    }

    .orre-inside-head h2{
        font-size:28px!important;
    }

    .orre-collection-title-wrap h1{
        font-size:27px!important;
    }
}

@media(max-width:767px){
    .orre-home-section-header{
        padding-top:34px!important;
        padding-bottom:25px!important;
    }

    .orre-home-section-header h1,
    .orre-home-section-header h2{
        font-size:18px!important;
        font-weight:600!important;
    }

    .orre-home-product-name,
    .orre-collection-product-name{
        font-size:10.5px!important;
    }

    .orre-home-product-price,
    .orre-collection-product-price{
        font-size:10px!important;
    }

    .orre-inside-head h2{
        font-size:24px!important;
    }

    .orre-collection-title-wrap h1{
        font-size:23px!important;
    }

    .orre-pdp-final-title{
        font-size:24px!important;
    }

    .orre-pdp-final-related-head h2{
        font-size:17px!important;
    }

    body.woocommerce-cart .woocommerce::before,
    body.woocommerce-checkout form.checkout::before{
        font-size:20px!important;
    }
}

body.home .orre-nav-header{
    position:sticky!important;
    top:0!important;
    left:auto!important;
    right:auto!important;
    height:64px!important;
    background:rgba(0,0,0,.92)!important;
    backdrop-filter:blur(12px)!important;
    -webkit-backdrop-filter:blur(12px)!important;
}

body.home .orre-nav-inner{
    height:64px!important;
}

body.home .orre-home-hero{
    padding-top:0!important;
    min-height:calc(100vh - 64px)!important;
}

body.home .orre-home-hero-bg{
    inset:0!important;
    background-position:center center!important;
}

.orre-global-categories{
    position:relative!important;
    z-index:9990!important;

    width:100%!important;

    padding:12px 18px!important;

    background:#fff!important;

    border-bottom:1px solid #e8e8e8!important;
}

.orre-global-categories-track{
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;

    gap:8px!important;

    width:100%!important;

    overflow-x:auto!important;

    scrollbar-width:none!important;
    -ms-overflow-style:none!important;
}

.orre-global-categories-track::-webkit-scrollbar{
    display:none!important;
}

.orre-global-categories a{
    flex:0 0 auto!important;

    min-height:34px!important;

    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;

    padding:0 16px!important;

    background:#fff!important;
    color:#111!important;

    border:1px solid #d8d8d8!important;
    border-radius:999px!important;

    font-family:Arial,Helvetica,sans-serif!important;
    font-size:10px!important;
    font-weight:600!important;
    line-height:1!important;

    letter-spacing:.09em!important;
    text-transform:uppercase!important;

    transition:all .22s ease!important;
}

.orre-global-categories a:hover{
    background:#000!important;
    color:#fff!important;
    border-color:#000!important;
}

.orre-collection-subcats{
    justify-content:center!important;
    flex-wrap:wrap!important;
    gap:8px!important;
}

.orre-collection-subcats a{
    min-height:35px!important;

    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;

    padding:0 17px 0!important;

    background:#fff!important;
    color:#333!important;

    border:1px solid #ddd!important;
    border-radius:999px!important;

    font-size:10px!important;
    font-weight:600!important;

    letter-spacing:.09em!important;
}

.orre-collection-subcats a.active,
.orre-collection-subcats a:hover{
    background:#000!important;
    color:#fff!important;
    border-color:#000!important;
}

.orre-home-section-header{
    position:relative!important;

    flex-direction:column!important;
    align-items:center!important;
    justify-content:center!important;

    gap:16px!important;

    padding:54px 24px 36px!important;

    text-align:center!important;
}

.orre-home-section-header h1,
.orre-home-section-header h2,
.orre-collection-title-wrap h1,
.orre-pdp-final-related-head h2{
    position:relative!important;

    margin:0!important;
    padding:0 0 19px!important;

    color:#0d0d0d!important;

    font-family:Arial,Helvetica,sans-serif!important;
    font-weight:700!important;
    line-height:1.05!important;

    letter-spacing:.07em!important;
    text-transform:uppercase!important;
    text-align:center!important;
}

.orre-home-section-header h1,
.orre-home-section-header h2{
    font-size:clamp(24px,2vw,34px)!important;
}

.orre-collection-title-wrap h1{
    font-size:clamp(28px,2.4vw,40px)!important;
}

.orre-pdp-final-related-head{
    padding:68px 24px 38px!important;
    text-align:center!important;
}

.orre-pdp-final-related-head h2{
    display:inline-block!important;
    font-size:clamp(25px,2.1vw,36px)!important;
}

.orre-home-section-header h1::after,
.orre-home-section-header h2::after,
.orre-collection-title-wrap h1::after,
.orre-pdp-final-related-head h2::after{
    content:""!important;

    position:absolute!important;
    left:50%!important;
    bottom:0!important;

    width:48px!important;
    height:3px!important;

    background:#b8b8b8!important;

    transform:translateX(-50%)!important;
}

.orre-heading-kicker{
    display:block!important;

    margin:0 0 10px!important;

    color:#777!important;

    font-size:9px!important;
    font-weight:700!important;
    line-height:1!important;

    letter-spacing:.18em!important;
    text-transform:uppercase!important;
}

.orre-home-section-header .orre-section-cta,
.orre-home-section-header > a{
    min-height:40px!important;

    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;

    margin:0!important;
    padding:0 22px!important;

    background:#fff!important;
    color:#111!important;

    border:1px solid #111!important;
    border-radius:999px!important;

    font-size:10px!important;
    font-weight:700!important;
    line-height:1!important;

    letter-spacing:.11em!important;
    text-transform:uppercase!important;

    transition:all .22s ease!important;
}

.orre-home-section-header .orre-section-cta:hover,
.orre-home-section-header > a:hover{
    background:#000!important;
    color:#fff!important;
}

.orre-slider-shell{
    position:relative!important;
    width:100%!important;
}

.orre-product-slider{
    display:flex!important;
    grid-template-columns:none!important;

    gap:1px!important;

    width:100%!important;

    overflow-x:auto!important;
    overflow-y:hidden!important;

    scroll-snap-type:x mandatory!important;
    scroll-behavior:smooth!important;

    scrollbar-width:none!important;
    -ms-overflow-style:none!important;
}

.orre-product-slider::-webkit-scrollbar{
    display:none!important;
}

.orre-product-slider > .orre-home-product,
.orre-product-slider > .orre-pdp-final-related-card{
    flex:0 0 25%!important;
    min-width:0!important;

    scroll-snap-align:start!important;
}

.orre-home-product-name,
.orre-pdp-final-related-info a{
    font-size:12px!important;
    font-weight:600!important;
    line-height:1.4!important;
    letter-spacing:.018em!important;
}

.orre-home-product-price,
.orre-pdp-final-related-info span{
    font-size:11.5px!important;
    font-weight:500!important;
}

.orre-slider-arrow{
    position:absolute!important;
    top:50%!important;

    z-index:15!important;

    width:50px!important;
    height:50px!important;

    display:flex!important;
    align-items:center!important;
    justify-content:center!important;

    margin:0!important;
    padding:0!important;

    background:rgba(255,255,255,.96)!important;
    color:#111!important;

    border:1px solid rgba(0,0,0,.16)!important;
    border-radius:999px!important;

    box-shadow:0 4px 18px rgba(0,0,0,.10)!important;

    transform:translateY(-50%)!important;

    cursor:pointer!important;

    transition:all .2s ease!important;
}

.orre-slider-prev{
    left:20px!important;
}

.orre-slider-next{
    right:20px!important;
}

.orre-slider-arrow:hover{
    background:#000!important;
    color:#fff!important;
    border-color:#000!important;
}

.orre-slider-arrow span{
    position:relative!important;

    display:block!important;

    width:14px!important;
    height:14px!important;
}

.orre-slider-arrow span::before{
    content:""!important;

    position:absolute!important;
    top:50%!important;
    left:50%!important;

    width:8px!important;
    height:8px!important;

    border-top:1.8px solid currentColor!important;
    border-right:1.8px solid currentColor!important;
}

.orre-slider-next span::before{
    transform:translate(-65%,-50%) rotate(45deg)!important;
}

.orre-slider-prev span::before{
    transform:translate(-35%,-50%) rotate(-135deg)!important;
}

.orre-pdp-final-related-grid{
    grid-template-columns:none!important;
}

.orre-related-slider-shell{
    padding-bottom:4px!important;
}

body.tax-product_cat .orre-collection-page,
body.single-product .orre-single-product-page{
    scroll-margin-top:120px!important;
}

body.single-product .orre-pdp-final-summary-inner{
    top:118px!important;
}

@media(max-width:1024px){

    .orre-product-slider > .orre-home-product,
    .orre-product-slider > .orre-pdp-final-related-card{
        flex-basis:33.333333%!important;
    }

    .orre-global-categories-track{
        justify-content:flex-start!important;
    }
}

@media(max-width:767px){

    .orre-global-categories{
        padding:9px 10px!important;
    }

    .orre-global-categories a{
        min-height:32px!important;
        padding:0 13px!important;
        font-size:9px!important;
    }

    .orre-home-section-header{
        padding:38px 14px 28px!important;
        gap:13px!important;
    }

    .orre-home-section-header h1,
    .orre-home-section-header h2{
        font-size:21px!important;
    }

    .orre-collection-title-wrap h1{
        font-size:25px!important;
    }

    .orre-pdp-final-related-head{
        padding:50px 14px 28px!important;
    }

    .orre-pdp-final-related-head h2{
        font-size:22px!important;
    }

    .orre-home-section-header .orre-section-cta,
    .orre-home-section-header > a{
        min-height:36px!important;
        padding:0 17px!important;
        font-size:9px!important;
    }

    .orre-product-slider > .orre-home-product,
    .orre-product-slider > .orre-pdp-final-related-card{
        flex-basis:78vw!important;
        max-width:330px!important;
    }

    .orre-slider-arrow{
        display:none!important;
    }

    body.single-product .orre-pdp-final-summary-inner{
        top:auto!important;
    }
}

.orre-global-categories{
    display:none!important;
}

.orre-collection-subcats{
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    flex-wrap:wrap!important;

    gap:10px!important;

    margin-top:30px!important;
}

.orre-collection-subcats a{
    min-width:86px!important;
    min-height:40px!important;

    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;

    padding:0 18px!important;

    background:#000!important;
    color:#fff!important;

    border:1px solid #000!important;
    border-radius:0!important;

    box-shadow:none!important;

    font-family:Arial,Helvetica,sans-serif!important;
    font-size:10px!important;
    font-weight:700!important;
    line-height:1!important;

    letter-spacing:.11em!important;
    text-transform:uppercase!important;

    transition:
        background .2s ease,
        color .2s ease,
        border-color .2s ease!important;
}

.orre-collection-subcats a.active{
    background:#fff!important;
    color:#000!important;
    border-color:#000!important;
}

.orre-collection-subcats a:hover{
    background:#222!important;
    color:#fff!important;
    border-color:#222!important;
}

.orre-collection-subcats a.active:hover{
    background:#000!important;
    color:#fff!important;
}

.orre-product-slider,
[data-orre-slider]{
    overscroll-behavior-x:contain!important;
    overscroll-behavior-y:auto!important;
}

[data-orre-slider]{
    cursor:grab!important;
}

[data-orre-slider].is-dragging{
    cursor:grabbing!important;
    user-select:none!important;
}

@media(max-width:767px){

    .orre-collection-subcats{
        justify-content:flex-start!important;
        flex-wrap:nowrap!important;

        gap:7px!important;

        overflow-x:auto!important;

        padding:0 14px 4px!important;

        scrollbar-width:none!important;
    }

    .orre-collection-subcats::-webkit-scrollbar{
        display:none!important;
    }

    .orre-collection-subcats a{
        flex:0 0 auto!important;

        min-width:74px!important;
        min-height:36px!important;

        padding:0 14px!important;

        font-size:9px!important;
    }
}

.orre-home-section-header > a,
.orre-home-section-header .orre-section-cta,
.orre-front-more a{
    min-height:42px!important;

    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;

    padding:0 24px!important;

    background:#000!important;
    color:#fff!important;

    border:1px solid #000!important;
    border-radius:0!important;

    box-shadow:none!important;

    font-family:Arial,Helvetica,sans-serif!important;
    font-size:10px!important;
    font-weight:700!important;
    line-height:1!important;

    letter-spacing:.11em!important;
    text-transform:uppercase!important;

    transition:all .2s ease!important;
}

.orre-home-section-header > a:hover,
.orre-home-section-header .orre-section-cta:hover,
.orre-front-more a:hover{
    background:#fff!important;
    color:#000!important;
    border-color:#000!important;
}

.orre-collection-subcats a{
    background:#fff!important;
    color:#333!important;

    border:1px solid #ddd!important;
    border-radius:999px!important;
}

.orre-collection-subcats a.active{
    background:#000!important;
    color:#fff!important;
    border-color:#000!important;
}

body.post-type-archive-product,
body.post-type-archive-product #page,
body.post-type-archive-product .website-wrapper,
body.post-type-archive-product .main-page-wrapper,
body.post-type-archive-product .site-content,
body.post-type-archive-product .orre-shop-page{
    background:#fff!important;
}

body.post-type-archive-product .page-title,
body.post-type-archive-product .wd-page-title,
body.post-type-archive-product .woocommerce-breadcrumb,
body.post-type-archive-product .wd-breadcrumbs,
body.post-type-archive-product .shop-loop-head,
body.post-type-archive-product .wd-shop-tools,
body.post-type-archive-product .wd-show-sidebar-btn,
body.post-type-archive-product .wd-products-shop-view,
body.post-type-archive-product .wd-products-per-page,
body.post-type-archive-product .area-sidebar-shop{
    display:none!important;
}

body.post-type-archive-product .main-page-wrapper,
body.post-type-archive-product .site-content{
    width:100%!important;
    max-width:none!important;
    margin:0!important;
    padding:0!important;
}

.orre-shop-head{
    width:100%!important;
    padding:58px 24px 38px!important;
    text-align:center!important;
    background:#fff!important;
}

.orre-shop-head-inner{
    display:flex!important;
    flex-direction:column!important;
    align-items:center!important;
    justify-content:center!important;
}

.orre-shop-head .orre-heading-kicker{
    display:block!important;
    margin-bottom:11px!important;
    color:#777!important;
    font-size:9px!important;
    font-weight:700!important;
    letter-spacing:.18em!important;
    text-transform:uppercase!important;
}

.orre-shop-head h1{
    position:relative!important;
    margin:0!important;
    padding:0 0 20px!important;
    color:#111!important;
    font-family:Arial,Helvetica,sans-serif!important;
    font-size:clamp(28px,2.5vw,40px)!important;
    font-weight:700!important;
    line-height:1.05!important;
    letter-spacing:.075em!important;
    text-transform:uppercase!important;
}

.orre-shop-head h1::after{
    content:""!important;
    position:absolute!important;
    left:50%!important;
    bottom:0!important;
    width:48px!important;
    height:3px!important;
    background:#b8b8b8!important;
    transform:translateX(-50%)!important;
}

.orre-shop-toolbar{
    display:flex!important;
    align-items:center!important;
    justify-content:space-between!important;
    gap:20px!important;
    width:100%!important;
    padding:15px 28px!important;
    background:#fff!important;
    border-top:1px solid #e9e9e9!important;
    border-bottom:1px solid #e9e9e9!important;
}

.orre-shop-toolbar-left{
    display:flex!important;
    align-items:center!important;
    gap:18px!important;
}

.orre-shop-filter-open{
    display:inline-flex!important;
    align-items:center!important;
    gap:9px!important;
    min-height:38px!important;
    padding:0 16px!important;
    background:#000!important;
    color:#fff!important;
    border:1px solid #000!important;
    border-radius:0!important;
    box-shadow:none!important;
    font-size:9px!important;
    font-weight:700!important;
    letter-spacing:.11em!important;
    text-transform:uppercase!important;
}

.orre-shop-filter-plus{
    position:relative!important;
    width:11px!important;
    height:11px!important;
}

.orre-shop-filter-plus::before,
.orre-shop-filter-plus::after{
    content:""!important;
    position:absolute!important;
    top:50%!important;
    left:50%!important;
    background:#fff!important;
    transform:translate(-50%,-50%)!important;
}

.orre-shop-filter-plus::before{
    width:10px!important;
    height:1px!important;
}

.orre-shop-filter-plus::after{
    width:1px!important;
    height:10px!important;
}

.orre-shop-count{
    color:#777!important;
    font-size:9px!important;
    font-weight:600!important;
    letter-spacing:.08em!important;
}

.orre-shop-sort .woocommerce-ordering{
    margin:0!important;
}

.orre-shop-sort select{
    min-width:165px!important;
    height:38px!important;
    padding:0 30px 0 10px!important;
    background:#fff!important;
    color:#111!important;
    border:1px solid #ddd!important;
    border-radius:0!important;
    box-shadow:none!important;
    font-size:9px!important;
    font-weight:600!important;
    letter-spacing:.07em!important;
    text-transform:uppercase!important;
}

.orre-shop-products{
    width:100%!important;
    padding:0 0 72px!important;
    background:#fff!important;
}

.orre-shop-grid{
    display:grid!important;
    grid-template-columns:repeat(4,minmax(0,1fr))!important;
    gap:1px!important;
    width:100%!important;
}

.orre-shop-card{
    min-width:0!important;
    padding-bottom:24px!important;
    background:#fff!important;
}

.orre-shop-card-media{
    position:relative!important;
    display:block!important;
    width:100%!important;
    aspect-ratio:4/5!important;
    overflow:hidden!important;
    background:#f3efed!important;
}

.orre-shop-card-media img{
    position:absolute!important;
    inset:0!important;
    display:block!important;
    width:100%!important;
    height:100%!important;
    object-fit:cover!important;
    object-position:center!important;
    transition:opacity .3s ease,transform .4s ease!important;
}

.orre-shop-main-image{
    z-index:1!important;
    opacity:1!important;
}

.orre-shop-hover-image{
    z-index:2!important;
    opacity:0!important;
}

.orre-shop-card:hover .orre-shop-main-image{
    opacity:0!important;
}

.orre-shop-card:hover .orre-shop-hover-image{
    opacity:1!important;
    transform:scale(1.01)!important;
}

.orre-shop-sale{
    position:absolute!important;
    top:10px!important;
    left:10px!important;
    z-index:5!important;
    padding:5px 7px!important;
    background:#000!important;
    color:#fff!important;
    font-size:8px!important;
    font-weight:700!important;
    letter-spacing:.10em!important;
}

.orre-shop-card-info{
    padding:11px 12px 0!important;
}

.orre-shop-product-name{
    display:block!important;
    color:#111!important;
    font-size:12px!important;
    font-weight:600!important;
    line-height:1.42!important;
    letter-spacing:.018em!important;
    text-transform:uppercase!important;
}

.orre-shop-product-price{
    margin-top:6px!important;
    color:#111!important;
    font-size:11.5px!important;
    font-weight:500!important;
}

.orre-shop-filter-overlay{
    position:fixed!important;
    inset:0!important;
    z-index:100020!important;
    background:rgba(0,0,0,.38)!important;
    opacity:0!important;
    visibility:hidden!important;
    transition:.25s ease!important;
}

.orre-shop-filter-overlay.open{
    opacity:1!important;
    visibility:visible!important;
}

.orre-shop-filter-drawer{
    position:fixed!important;
    top:0!important;
    left:0!important;
    z-index:100021!important;
    width:min(390px,92vw)!important;
    height:100vh!important;
    overflow-y:auto!important;
    background:#fff!important;
    color:#111!important;
    transform:translateX(-102%)!important;
    transition:transform .35s cubic-bezier(.77,0,.18,1)!important;
}

.orre-shop-filter-drawer.open{
    transform:translateX(0)!important;
}

.orre-shop-filter-head{
    height:68px!important;
    display:flex!important;
    align-items:center!important;
    justify-content:space-between!important;
    padding:0 22px!important;
    border-bottom:1px solid #e7e7e7!important;
    font-size:10px!important;
    font-weight:700!important;
    letter-spacing:.12em!important;
}

.orre-shop-filter-head button{
    position:relative!important;
    width:28px!important;
    height:28px!important;
    padding:0!important;
    background:transparent!important;
    border:0!important;
}

.orre-shop-filter-head button span{
    position:absolute!important;
    top:50%!important;
    left:50%!important;
    width:16px!important;
    height:1.5px!important;
    background:#111!important;
}

.orre-shop-filter-head button span:first-child{
    transform:translate(-50%,-50%) rotate(45deg)!important;
}

.orre-shop-filter-head button span:last-child{
    transform:translate(-50%,-50%) rotate(-45deg)!important;
}

.orre-shop-filter-body{
    padding:18px 22px 40px!important;
}

.orre-shop-filter-body .widget{
    margin:0!important;
    padding:18px 0!important;
    border-bottom:1px solid #eee!important;
}

.orre-shop-filter-body .widget-title{
    margin:0 0 14px!important;
    color:#111!important;
    font-size:10px!important;
    font-weight:700!important;
    letter-spacing:.10em!important;
    text-transform:uppercase!important;
}

.orre-shop-filter-body a,
.orre-shop-filter-body li,
.orre-shop-filter-body label,
.orre-shop-filter-body span{
    color:#555!important;
    font-size:11px!important;
}

.orre-shop-pagination{
    padding:42px 20px 0!important;
    text-align:center!important;
}

.orre-shop-pagination .page-numbers{
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    min-width:34px!important;
    height:34px!important;
    margin:0 2px!important;
    background:#fff!important;
    color:#111!important;
    border:1px solid #ddd!important;
    font-size:10px!important;
}

.orre-shop-pagination .page-numbers.current,
.orre-shop-pagination .page-numbers:hover{
    background:#000!important;
    color:#fff!important;
    border-color:#000!important;
}

@media(max-width:1024px){

    .orre-shop-grid{
        grid-template-columns:repeat(3,minmax(0,1fr))!important;
    }
}

@media(max-width:767px){

    .orre-shop-head{
        padding:40px 14px 28px!important;
    }

    .orre-shop-head h1{
        font-size:24px!important;
    }

    .orre-shop-toolbar{
        padding:12px 14px!important;
    }

    .orre-shop-count{
        display:none!important;
    }

    .orre-shop-sort select{
        min-width:125px!important;
        font-size:8px!important;
    }

    .orre-shop-grid{
        grid-template-columns:repeat(2,minmax(0,1fr))!important;
    }

    .orre-shop-card-info{
        padding:8px 7px 0!important;
    }

    .orre-shop-product-name{
        font-size:10.5px!important;
    }

    .orre-shop-product-price{
        font-size:10px!important;
    }
}

body.post-type-archive-product,
body.post-type-archive-product #page,
body.post-type-archive-product .website-wrapper,
body.post-type-archive-product .main-page-wrapper,
body.post-type-archive-product .site-content,
body.post-type-archive-product .orre-shop-pro{
    background:#fff!important;
}

body.post-type-archive-product .main-page-wrapper,
body.post-type-archive-product .site-content,
body.post-type-archive-product .container{
    width:100%!important;
    max-width:none!important;

    margin:0!important;
    padding:0!important;
}

body.post-type-archive-product .page-title,
body.post-type-archive-product .wd-page-title,
body.post-type-archive-product .woocommerce-breadcrumb,
body.post-type-archive-product .wd-breadcrumbs,
body.post-type-archive-product .shop-loop-head,
body.post-type-archive-product .wd-shop-tools,
body.post-type-archive-product .wd-show-sidebar-btn,
body.post-type-archive-product .wd-products-shop-view,
body.post-type-archive-product .wd-products-per-page,
body.post-type-archive-product .area-sidebar-shop{
    display:none!important;
}

.orre-shop-pro{
    width:100%!important;

    color:#111!important;

    font-family:Arial,Helvetica,sans-serif!important;
}

.orre-shop-pro-hero{
    width:100%!important;

    padding:76px 24px 58px!important;

    background:#fff!important;

    border-bottom:1px solid #e8e8e8!important;
}

.orre-shop-pro-hero-inner{
    width:min(820px,100%)!important;

    display:flex!important;
    flex-direction:column!important;
    align-items:center!important;

    margin:0 auto!important;

    text-align:center!important;
}

.orre-shop-pro-kicker{
    margin-bottom:13px!important;

    color:#777!important;

    font-size:9px!important;
    font-weight:700!important;
    line-height:1!important;

    letter-spacing:.22em!important;
    text-transform:uppercase!important;
}

.orre-shop-pro-hero h1{
    position:relative!important;

    margin:0!important;
    padding:0 0 21px!important;

    color:#0c0c0c!important;

    font-size:clamp(34px,3.2vw,54px)!important;
    font-weight:700!important;
    line-height:.98!important;

    letter-spacing:.06em!important;
    text-transform:uppercase!important;
}

.orre-shop-pro-hero h1::after{
    content:""!important;

    position:absolute!important;
    left:50%!important;
    bottom:0!important;

    width:52px!important;
    height:3px!important;

    background:#b8b8b8!important;

    transform:translateX(-50%)!important;
}

.orre-shop-pro-hero p{
    max-width:570px!important;

    margin:22px auto 0!important;

    color:#666!important;

    font-size:12px!important;
    font-weight:400!important;
    line-height:1.7!important;
}

.orre-shop-pro-categories{
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    flex-wrap:wrap!important;

    gap:8px!important;

    margin-top:30px!important;
}

.orre-shop-pro-categories a{
    min-width:92px!important;
    min-height:38px!important;

    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;

    padding:0 19px!important;

    background:#fff!important;
    color:#111!important;

    border:1px solid #d6d6d6!important;
    border-radius:999px!important;

    font-size:9px!important;
    font-weight:700!important;
    line-height:1!important;

    letter-spacing:.12em!important;
    text-transform:uppercase!important;

    transition:all .2s ease!important;
}

.orre-shop-pro-categories a.active,
.orre-shop-pro-categories a:hover{
    background:#000!important;
    color:#fff!important;
    border-color:#000!important;
}

.orre-shop-pro-toolbar{
    position:sticky!important;
    top:64px!important;

    z-index:50!important;

    width:100%!important;

    display:flex!important;
    align-items:center!important;
    justify-content:space-between!important;

    gap:20px!important;

    padding:14px 28px!important;

    background:rgba(255,255,255,.96)!important;

    backdrop-filter:blur(10px)!important;
    -webkit-backdrop-filter:blur(10px)!important;

    border-bottom:1px solid #e7e7e7!important;
}

.orre-shop-pro-toolbar-left{
    display:flex!important;
    align-items:center!important;

    gap:16px!important;
}

.orre-shop-pro-filter-open{
    min-height:39px!important;

    display:inline-flex!important;
    align-items:center!important;

    gap:9px!important;

    padding:0 16px!important;

    background:#000!important;
    color:#fff!important;

    border:1px solid #000!important;
    border-radius:0!important;

    box-shadow:none!important;

    font-size:9px!important;
    font-weight:700!important;

    letter-spacing:.12em!important;
    text-transform:uppercase!important;
}

.orre-shop-pro-filter-icon{
    position:relative!important;

    width:14px!important;
    height:11px!important;

    display:block!important;
}

.orre-shop-pro-filter-icon::before,
.orre-shop-pro-filter-icon::after{
    content:""!important;

    position:absolute!important;
    left:0!important;

    height:1px!important;

    background:#fff!important;
}

.orre-shop-pro-filter-icon::before{
    top:2px!important;
    width:14px!important;
}

.orre-shop-pro-filter-icon::after{
    bottom:2px!important;
    width:9px!important;
}

.orre-shop-pro-count{
    color:#777!important;

    font-size:9px!important;
    font-weight:600!important;

    letter-spacing:.08em!important;
}

.orre-shop-pro-sort{
    display:flex!important;
    align-items:center!important;

    gap:9px!important;
}

.orre-shop-pro-sort > span{
    color:#777!important;

    font-size:9px!important;
    font-weight:700!important;

    letter-spacing:.11em!important;
}

.orre-shop-pro-sort .woocommerce-ordering{
    margin:0!important;
}

.orre-shop-pro-sort select{
    min-width:165px!important;
    height:39px!important;

    margin:0!important;
    padding:0 30px 0 12px!important;

    background:#fff!important;
    color:#111!important;

    border:1px solid #d9d9d9!important;
    border-radius:0!important;

    box-shadow:none!important;

    font-size:9px!important;
    font-weight:600!important;

    letter-spacing:.05em!important;
    text-transform:uppercase!important;
}

.orre-shop-pro-products{
    width:100%!important;

    padding:0 0 84px!important;

    background:#fff!important;
}

.orre-shop-pro-grid{
    display:grid!important;
    grid-template-columns:repeat(4,minmax(0,1fr))!important;

    gap:1px!important;

    width:100%!important;
}

.orre-shop-pro-card{
    min-width:0!important;

    background:#fff!important;

    border-bottom:1px solid #eee!important;
}

.orre-shop-pro-card-top{
    position:relative!important;

    width:100%!important;
}

.orre-shop-pro-media{
    position:relative!important;

    display:block!important;

    width:100%!important;
    aspect-ratio:4/5!important;

    overflow:hidden!important;

    background:#f3efed!important;
}

.orre-shop-pro-media img{
    position:absolute!important;
    inset:0!important;

    display:block!important;

    width:100%!important;
    height:100%!important;

    object-fit:cover!important;
    object-position:center!important;

    transition:
        opacity .3s ease,
        transform .45s ease!important;
}

.orre-shop-pro-main-img{
    z-index:1!important;
    opacity:1!important;
}

.orre-shop-pro-hover-img{
    z-index:2!important;
    opacity:0!important;
}

.orre-shop-pro-card:hover .orre-shop-pro-main-img{
    opacity:0!important;
}

.orre-shop-pro-card:hover .orre-shop-pro-hover-img{
    opacity:1!important;
    transform:scale(1.015)!important;
}

.orre-shop-pro-badge{
    position:absolute!important;
    top:12px!important;
    left:12px!important;

    z-index:6!important;

    padding:6px 8px!important;

    background:#000!important;
    color:#fff!important;

    font-size:8px!important;
    font-weight:700!important;

    letter-spacing:.11em!important;
}

.orre-shop-pro-view{
    position:absolute!important;
    left:12px!important;
    right:12px!important;
    bottom:12px!important;

    z-index:7!important;

    min-height:42px!important;

    display:flex!important;
    align-items:center!important;
    justify-content:center!important;

    background:#000!important;
    color:#fff!important;

    font-size:9px!important;
    font-weight:700!important;

    letter-spacing:.12em!important;
    text-transform:uppercase!important;

    opacity:0!important;
    transform:translateY(8px)!important;

    transition:
        opacity .22s ease,
        transform .22s ease!important;
}

.orre-shop-pro-card:hover .orre-shop-pro-view{
    opacity:1!important;
    transform:translateY(0)!important;
}

.orre-shop-pro-sizes{
    width:100%!important;

    display:flex!important;
    align-items:center!important;
    justify-content:space-between!important;

    gap:10px!important;

    padding:9px 12px!important;

    background:#fafafa!important;

    border-bottom:1px solid #ececec!important;
}

.orre-shop-pro-size-label{
    flex:0 0 auto!important;

    color:#999!important;

    font-size:7px!important;
    font-weight:700!important;

    letter-spacing:.11em!important;
}

.orre-shop-pro-size-list{
    display:flex!important;
    align-items:center!important;
    justify-content:flex-end!important;
    flex-wrap:wrap!important;

    gap:4px!important;
}

.orre-shop-pro-size-list span{
    min-width:25px!important;
    height:22px!important;

    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;

    padding:0 4px!important;

    background:#fff!important;
    color:#111!important;

    border:1px solid #ddd!important;

    font-size:7px!important;
    font-weight:600!important;
}

.orre-shop-pro-info{
    display:flex!important;
    align-items:flex-start!important;
    justify-content:space-between!important;

    gap:15px!important;

    min-height:92px!important;

    padding:13px 13px 15px!important;
}

.orre-shop-pro-info-main{
    min-width:0!important;
}

.orre-shop-pro-name{
    display:block!important;

    color:#111!important;

    font-size:12px!important;
    font-weight:700!important;
    line-height:1.38!important;

    letter-spacing:.012em!important;
    text-transform:uppercase!important;
}

.orre-shop-pro-category{
    display:block!important;

    margin-top:5px!important;

    color:#999!important;

    font-size:9px!important;
    font-weight:400!important;
    line-height:1.4!important;
}

.orre-shop-pro-price{
    flex:0 0 auto!important;

    color:#111!important;

    font-size:11.5px!important;
    font-weight:600!important;
    line-height:1.4!important;

    white-space:nowrap!important;
}

.orre-shop-pro-price del{
    color:#aaa!important;
}

.orre-shop-pro-price ins{
    color:#111!important;
    text-decoration:none!important;
}

.orre-shop-pro-filter-overlay{
    position:fixed!important;
    inset:0!important;

    z-index:100020!important;

    background:rgba(0,0,0,.42)!important;

    opacity:0!important;
    visibility:hidden!important;

    transition:.25s ease!important;
}

.orre-shop-pro-filter-overlay.open{
    opacity:1!important;
    visibility:visible!important;
}

.orre-shop-pro-filter-drawer{
    position:fixed!important;
    top:0!important;
    left:0!important;

    z-index:100021!important;

    width:min(410px,92vw)!important;
    height:100vh!important;

    overflow-y:auto!important;

    background:#fff!important;
    color:#111!important;

    transform:translateX(-102%)!important;

    transition:transform .35s cubic-bezier(.77,0,.18,1)!important;
}

.orre-shop-pro-filter-drawer.open{
    transform:translateX(0)!important;
}

.orre-shop-pro-filter-head{
    min-height:80px!important;

    display:flex!important;
    align-items:center!important;
    justify-content:space-between!important;

    gap:20px!important;

    padding:18px 24px!important;

    border-bottom:1px solid #e7e7e7!important;
}

.orre-shop-pro-filter-head > div{
    display:flex!important;
    flex-direction:column!important;

    gap:5px!important;
}

.orre-shop-pro-filter-small{
    color:#999!important;

    font-size:8px!important;
    font-weight:700!important;

    letter-spacing:.15em!important;
}

.orre-shop-pro-filter-head strong{
    color:#111!important;

    font-size:14px!important;
    font-weight:700!important;

    letter-spacing:.08em!important;
}

.orre-shop-pro-filter-head button{
    position:relative!important;

    width:30px!important;
    height:30px!important;

    padding:0!important;

    background:transparent!important;

    border:0!important;
}

.orre-shop-pro-filter-head button span{
    position:absolute!important;
    top:50%!important;
    left:50%!important;

    width:17px!important;
    height:1.5px!important;

    background:#111!important;
}

.orre-shop-pro-filter-head button span:first-child{
    transform:translate(-50%,-50%) rotate(45deg)!important;
}

.orre-shop-pro-filter-head button span:last-child{
    transform:translate(-50%,-50%) rotate(-45deg)!important;
}

.orre-shop-pro-filter-body{
    padding:14px 24px 42px!important;
}

.orre-shop-pro-filter-body .widget{
    margin:0!important;
    padding:20px 0!important;

    border-bottom:1px solid #ededed!important;
}

.orre-shop-pro-filter-body .widget-title,
.orre-shop-pro-filter-body h5{
    margin:0 0 15px!important;

    color:#111!important;

    font-size:10px!important;
    font-weight:700!important;

    letter-spacing:.10em!important;
    text-transform:uppercase!important;
}

.orre-shop-pro-filter-body a,
.orre-shop-pro-filter-body label,
.orre-shop-pro-filter-body li,
.orre-shop-pro-filter-body span{
    color:#555!important;

    font-size:11px!important;
}

.orre-shop-pro-filter-empty{
    color:#777!important;

    font-size:11px!important;
}

.orre-shop-pro-pagination{
    padding:54px 20px 0!important;

    text-align:center!important;
}

.orre-shop-pro-pagination .page-numbers{
    min-width:36px!important;
    height:36px!important;

    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;

    margin:0 2px!important;

    background:#fff!important;
    color:#111!important;

    border:1px solid #ddd!important;

    font-size:10px!important;
    font-weight:600!important;
}

.orre-shop-pro-pagination .page-numbers.current,
.orre-shop-pro-pagination .page-numbers:hover{
    background:#000!important;
    color:#fff!important;
    border-color:#000!important;
}

@media(max-width:1024px){

    .orre-shop-pro-grid{
        grid-template-columns:repeat(3,minmax(0,1fr))!important;
    }

    .orre-shop-pro-info{
        display:block!important;
    }

    .orre-shop-pro-price{
        margin-top:7px!important;
    }
}

@media(max-width:767px){

    .orre-shop-pro-hero{
        padding:48px 16px 36px!important;
    }

    .orre-shop-pro-hero h1{
        font-size:30px!important;
    }

    .orre-shop-pro-hero p{
        font-size:11px!important;
    }

    .orre-shop-pro-categories{
        margin-top:24px!important;
    }

    .orre-shop-pro-categories a{
        min-width:78px!important;
        min-height:35px!important;

        padding:0 15px!important;

        font-size:8px!important;
    }

    .orre-shop-pro-toolbar{
        top:62px!important;

        padding:10px 12px!important;
    }

    .orre-shop-pro-count,
    .orre-shop-pro-sort > span{
        display:none!important;
    }

    .orre-shop-pro-sort select{
        min-width:125px!important;
        height:37px!important;

        font-size:8px!important;
    }

    .orre-shop-pro-filter-open{
        min-height:37px!important;
        padding:0 13px!important;
    }

    .orre-shop-pro-grid{
        grid-template-columns:repeat(2,minmax(0,1fr))!important;
    }

    .orre-shop-pro-view{
        display:none!important;
    }

    .orre-shop-pro-sizes{
        display:none!important;
    }

    .orre-shop-pro-info{
        min-height:82px!important;

        display:block!important;

        padding:9px 8px 13px!important;
    }

    .orre-shop-pro-name{
        font-size:10px!important;
    }

    .orre-shop-pro-category{
        font-size:8px!important;
    }

    .orre-shop-pro-price{
        margin-top:6px!important;

        font-size:10px!important;
    }
}

.orre-shop-pro-pagination{
    padding:56px 20px 10px!important;
    text-align:center!important;
}

.orre-shop-pro-pagination .page-numbers{
    min-width:auto!important;
    height:auto!important;

    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;

    margin:0 10px!important;
    padding:4px 2px 7px!important;

    background:transparent!important;
    color:#777!important;

    border:0!important;
    border-bottom:1px solid transparent!important;
    border-radius:0!important;

    box-shadow:none!important;

    font-size:11px!important;
    font-weight:500!important;
    line-height:1!important;

    transition:all .2s ease!important;
}

.orre-shop-pro-pagination .page-numbers.current{
    color:#000!important;
    font-weight:700!important;

    background:transparent!important;
    border-bottom:1px solid #000!important;
}

.orre-shop-pro-pagination .page-numbers:hover{
    color:#000!important;
    background:transparent!important;
    border-bottom:1px solid #000!important;
}

.orre-shop-pro-pagination .prev,
.orre-shop-pro-pagination .next{
    min-width:28px!important;

    margin:0 14px!important;

    color:#111!important;

    font-size:15px!important;
    font-weight:400!important;

    border:0!important;
}

.orre-shop-pro-pagination ul,
.orre-shop-pro-pagination li{
    background:transparent!important;
    border:0!important;
    box-shadow:none!important;
}

.orre-shop-pro-pagination .next::before,
.orre-shop-pro-pagination .next::after,
.orre-shop-pro-pagination .prev::before,
.orre-shop-pro-pagination .prev::after{
    display:none!important;
    content:none!important;
}

.orre-shop-pro-pagination .next,
.orre-shop-pro-pagination .prev{
    font-size:0!important;
    border-bottom:0!important;
}

.orre-shop-pro-pagination .next::after{
    display:inline!important;
    content:"→"!important;
    font-size:18px!important;
    color:#111!important;
}

.orre-shop-pro-pagination .prev::after{
    display:inline!important;
    content:"←"!important;
    font-size:18px!important;
    color:#111!important;
}

.orre-shop-pro-pagination .next:hover,
.orre-shop-pro-pagination .prev:hover{
    border-bottom:0!important;
}

.orre-inside-track{
    display:flex!important;
    gap:24px!important;

    overflow-x:auto!important;
    overflow-y:hidden!important;

    padding:0 7vw 28px!important;

    scroll-snap-type:x mandatory!important;
    scroll-behavior:smooth!important;

    scrollbar-width:none!important;
}

.orre-inside-track::-webkit-scrollbar{
    display:none!important;
}

.orre-inside-card{
    flex:0 0 260px!important;
    width:260px!important;

    aspect-ratio:9/16!important;

    border-radius:8px!important;
    overflow:hidden!important;

    scroll-snap-align:start!important;

    background:#d8d8d8!important;
}

.orre-inside-card video,
.orre-inside-card img,
.orre-inside-video{
    width:100%!important;
    height:100%!important;

    object-fit:cover!important;
    object-position:center!important;
}

@media(min-width:1600px){
    .orre-inside-card{
        flex-basis:260px!important;
        width:260px!important;
    }
}

@media(max-width:1400px){
    .orre-inside-card{
        flex-basis:235px!important;
        width:235px!important;
    }

    .orre-inside-track{
        gap:18px!important;
        padding-left:5vw!important;
        padding-right:5vw!important;
    }
}

@media(max-width:1024px){
    .orre-inside-card{
        flex-basis:220px!important;
        width:220px!important;
    }
}

@media(max-width:767px){
    .orre-inside-track{
        gap:12px!important;
        padding:0 14px 22px!important;
    }

    .orre-inside-card{
        flex-basis:72vw!important;
        width:72vw!important;
        max-width:280px!important;
    }
}

.orre-pdp-final-short-description{
    max-width:520px!important;

    margin:20px 0 0!important;

    color:#444!important;

    font-family:Arial,Helvetica,sans-serif!important;
    font-size:12.5px!important;
    font-weight:400!important;
    line-height:1.75!important;

    letter-spacing:.005em!important;
}

.orre-pdp-final-short-description p{
    margin:0 0 12px!important;
}

.orre-pdp-final-short-description p:last-child{
    margin-bottom:0!important;
}

.orre-pdp-final-short-description + .orre-pdp-final-buy{
    margin-top:26px!important;
}

.orre-pdp-final-main{
    grid-template-columns:minmax(0,1.05fr) minmax(430px,.95fr)!important;
}

.orre-pdp-kiji-main-link{
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;

    width:100%!important;

    background:#f5f1ef!important;

    overflow:hidden!important;
}

.orre-pdp-kiji-main-image{
    display:block!important;

    width:100%!important;
    height:680px!important;

    min-height:0!important;
    max-height:680px!important;

    margin:0 auto!important;

    object-fit:contain!important;
    object-position:center!important;

    background:#f5f1ef!important;
}

.orre-pdp-kiji-thumb{
    height:96px!important;
}

.orre-pdp-kiji-thumb img{
    object-fit:cover!important;
}

.orre-pdp-final-summary-inner{
    padding-top:44px!important;
}

.orre-pdp-final-title{
    font-size:30px!important;
    line-height:1.08!important;
}

@media(max-width:1100px){

    .orre-pdp-final-main{
        grid-template-columns:minmax(0,1fr) minmax(390px,.95fr)!important;
    }

    .orre-pdp-kiji-main-image{
        height:590px!important;
        max-height:590px!important;
    }
}

@media(max-width:767px){

    .orre-pdp-kiji-main-image{
        width:100%!important;
        height:auto!important;

        min-height:0!important;
        max-height:none!important;

        aspect-ratio:4/5!important;

        object-fit:contain!important;
    }

    .orre-pdp-final-short-description{
        max-width:none!important;

        font-size:12px!important;
        line-height:1.7!important;
    }
}

body.single-product .orre-pdp-final{
    padding-top:64px!important;
}

body.single-product .orre-pdp-final-main{
    align-items:start!important;
}

body.single-product .orre-pdp-final-summary-inner{
    top:82px!important;
    padding-top:34px!important;
}

.orre-pdp-final-short-description{
    display:block!important;

    max-width:540px!important;

    margin:18px 0 0!important;

    color:#444!important;

    font-family:Arial,Helvetica,sans-serif!important;
    font-size:12.5px!important;
    font-weight:400!important;
    line-height:1.72!important;
}

.orre-pdp-final-short-description p{
    margin:0 0 11px!important;
}

.orre-pdp-final-short-description p:last-child{
    margin-bottom:0!important;
}

.orre-pdp-final-main{
    grid-template-columns:minmax(0,1fr) minmax(430px,.9fr)!important;
}

.orre-pdp-kiji-main-link{
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;

    min-height:620px!important;

    background:#f6f2f0!important;
}

.orre-pdp-kiji-main-image{
    width:100%!important;
    height:620px!important;

    min-height:0!important;
    max-height:620px!important;

    object-fit:contain!important;
    object-position:center!important;

    background:#f6f2f0!important;
}

.orre-pdp-kiji-thumb{
    height:92px!important;
}

.orre-pdp-final-buy .variations{
    margin-top:4px!important;
}

.orre-pdp-final-buy .variations label{
    display:block!important;

    margin-bottom:11px!important;

    color:#111!important;

    font-size:10px!important;
    font-weight:700!important;

    letter-spacing:.08em!important;
    text-transform:uppercase!important;
}

.orre-pdp-final-buy .wd-swatches-product{
    display:flex!important;
    flex-wrap:wrap!important;

    gap:8px!important;
}

.orre-pdp-final-buy .wd-swatch,
.orre-pdp-final-buy .wd-swatch-text{
    min-width:46px!important;
    height:40px!important;

    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;

    padding:0 12px!important;

    background:#fff!important;
    color:#111!important;

    border:1px solid #cfcfcf!important;
    border-radius:0!important;

    font-size:10px!important;
    font-weight:600!important;

    box-shadow:none!important;
}

.orre-pdp-final-buy .wd-swatch.wd-active,
.orre-pdp-final-buy .wd-swatch.active,
.orre-pdp-final-buy .wd-swatch:hover{
    background:#000!important;
    color:#fff!important;
    border-color:#000!important;
}

.orre-pdp-final-buy .variations select{
    width:100%!important;
    max-width:280px!important;

    height:44px!important;

    padding:0 12px!important;

    background:#fff!important;
    color:#111!important;

    border:1px solid #ccc!important;
    border-radius:0!important;

    font-size:11px!important;
}

.orre-pdp-final-buy .reset_variations{
    display:inline-block!important;

    margin-top:8px!important;

    color:#777!important;

    font-size:8px!important;
    font-weight:600!important;

    letter-spacing:.08em!important;
    text-transform:uppercase!important;
}

@media(max-width:767px){

    body.single-product .orre-pdp-final{
        padding-top:62px!important;
    }

    body.single-product .orre-pdp-final-summary-inner{
        top:auto!important;
        padding-top:24px!important;
    }

    .orre-pdp-kiji-main-link{
        min-height:0!important;
    }

    .orre-pdp-kiji-main-image{
        width:100%!important;
        height:auto!important;

        max-height:none!important;

        aspect-ratio:4/5!important;

        object-fit:contain!important;
    }

    .orre-pdp-final-short-description{
        max-width:none!important;

        font-size:12px!important;
        line-height:1.68!important;
    }
}

[data-orre-slider],
.orre-product-slider{
    overflow-x:auto!important;
    overflow-y:visible!important;

    scroll-behavior:smooth!important;
    scroll-snap-type:x proximity!important;

    overscroll-behavior-x:contain!important;
    overscroll-behavior-y:auto!important;

    touch-action:pan-y pan-x!important;

    scrollbar-width:none!important;
}

[data-orre-slider]::-webkit-scrollbar,
.orre-product-slider::-webkit-scrollbar{
    display:none!important;
}

[data-orre-slider]{
    cursor:grab!important;
}

[data-orre-slider].is-dragging{
    cursor:grabbing!important;
    user-select:none!important;
}

.orre-pdp-final-price .woocommerce-Price-currencySymbol{
    margin-right:6px!important;
}

.orre-shop-pro-sizes,
.orre-shop-pro-size-label,
.orre-shop-pro-size-list{
    display:none!important;
}

.orre-shop-card-gallery{
    position:relative!important;
    width:100%!important;
    aspect-ratio:4/5!important;

    overflow:hidden!important;

    background:#f4f0ee!important;
}

.orre-shop-gallery-link,
.orre-shop-gallery-track{
    display:block!important;
    width:100%!important;
    height:100%!important;
}

.orre-shop-gallery-slide{
    position:absolute!important;
    inset:0!important;

    width:100%!important;
    height:100%!important;

    opacity:0!important;
    visibility:hidden!important;

    transition:opacity .35s ease!important;
}

.orre-shop-gallery-slide.active{
    opacity:1!important;
    visibility:visible!important;
}

.orre-shop-gallery-slide img{
    display:block!important;

    width:100%!important;
    height:100%!important;

    object-fit:cover!important;
    object-position:center!important;
}

.orre-card-gallery-arrow{
    position:absolute!important;
    top:50%!important;

    z-index:10!important;

    width:38px!important;
    height:38px!important;

    display:flex!important;
    align-items:center!important;
    justify-content:center!important;

    padding:0!important;

    background:rgba(255,255,255,.92)!important;
    color:#111!important;

    border:0!important;
    border-radius:50%!important;

    font-size:24px!important;
    font-weight:300!important;

    transform:translateY(-50%)!important;

    opacity:0!important;

    transition:.2s ease!important;
}

.orre-card-gallery-arrow.prev{
    left:12px!important;
}

.orre-card-gallery-arrow.next{
    right:12px!important;
}

.orre-shop-card-gallery:hover .orre-card-gallery-arrow{
    opacity:1!important;
}

@media(max-width:767px){

    .orre-card-gallery-arrow{
        width:32px!important;
        height:32px!important;

        font-size:20px!important;

        opacity:1!important;
    }
}

.orre-shop-pro-sizes,
.orre-shop-pro-size-label,
.orre-shop-pro-size-list{
    display:none!important;
}

.orre-shop-pro-media,
.orre-shop-pro-main-img,
.orre-shop-pro-hover-img,
.orre-shop-pro-view{
    display:none!important;
}

.orre-shop-pro-gallery{
    position:relative!important;
    width:100%!important;
    aspect-ratio:4/5!important;
    overflow:hidden!important;
    background:#f3efed!important;
}

.orre-shop-pro-gallery-track{
    position:relative!important;
    width:100%!important;
    height:100%!important;
}

.orre-shop-pro-gallery-slide{
    position:absolute!important;
    inset:0!important;
    display:block!important;
    width:100%!important;
    height:100%!important;
    opacity:0!important;
    visibility:hidden!important;
    pointer-events:none!important;
    transition:opacity .28s ease!important;
}

.orre-shop-pro-gallery-slide.is-active{
    opacity:1!important;
    visibility:visible!important;
    pointer-events:auto!important;
}

.orre-shop-pro-gallery-slide img{
    display:block!important;
    width:100%!important;
    height:100%!important;
    margin:0!important;
    object-fit:cover!important;
    object-position:center!important;
    background:#f3efed!important;
}

.orre-shop-pro-gallery-arrow{
    position:absolute!important;
    top:50%!important;
    z-index:8!important;
    width:42px!important;
    height:42px!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    padding:0!important;
    margin:0!important;
    background:rgba(255,255,255,.94)!important;
    color:#111!important;
    border:1px solid rgba(0,0,0,.08)!important;
    border-radius:50%!important;
    box-shadow:0 3px 14px rgba(0,0,0,.08)!important;
    transform:translateY(-50%)!important;
    opacity:0!important;
    cursor:pointer!important;
    transition:opacity .2s ease,background .2s ease,color .2s ease!important;
}

.orre-shop-pro-gallery:hover .orre-shop-pro-gallery-arrow{
    opacity:1!important;
}

.orre-shop-pro-gallery-arrow.prev{
    left:12px!important;
}

.orre-shop-pro-gallery-arrow.next{
    right:12px!important;
}

.orre-shop-pro-gallery-arrow span{
    position:relative!important;
    display:block!important;
    width:10px!important;
    height:10px!important;
}

.orre-shop-pro-gallery-arrow span::before{
    content:""!important;
    position:absolute!important;
    top:50%!important;
    left:50%!important;
    width:7px!important;
    height:7px!important;
    border-top:1.5px solid currentColor!important;
    border-right:1.5px solid currentColor!important;
}

.orre-shop-pro-gallery-arrow.next span::before{
    transform:translate(-65%,-50%) rotate(45deg)!important;
}

.orre-shop-pro-gallery-arrow.prev span::before{
    transform:translate(-35%,-50%) rotate(-135deg)!important;
}

.orre-shop-pro-gallery-arrow:hover{
    background:#000!important;
    color:#fff!important;
}

.orre-shop-pro-gallery-dots{
    position:absolute!important;
    left:50%!important;
    bottom:11px!important;
    z-index:7!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    gap:5px!important;
    transform:translateX(-50%)!important;
}

.orre-shop-pro-gallery-dots span{
    width:5px!important;
    height:5px!important;
    display:block!important;
    background:rgba(255,255,255,.68)!important;
    border-radius:50%!important;
    box-shadow:0 0 0 1px rgba(0,0,0,.12)!important;
}

.orre-shop-pro-gallery-dots span.is-active{
    width:14px!important;
    background:#fff!important;
    border-radius:999px!important;
}

.orre-shop-pro-info{
    margin-top:0!important;
}

@media(max-width:767px){

    .orre-shop-pro-gallery-arrow{
        width:34px!important;
        height:34px!important;
        opacity:1!important;
    }

    .orre-shop-pro-gallery-arrow.prev{
        left:7px!important;
    }

    .orre-shop-pro-gallery-arrow.next{
        right:7px!important;
    }

    .orre-shop-pro-gallery-dots{
        bottom:8px!important;
    }
}

.orre-shop-pro-info{
    padding:14px 16px 20px!important;
    min-height:96px!important;

    display:flex!important;
    align-items:flex-start!important;
    justify-content:space-between!important;

    gap:18px!important;

    background:#fff!important;
}

.orre-shop-pro-name{
    display:block!important;

    margin:0!important;

    color:#111!important;

    font-family:Arial,Helvetica,sans-serif!important;
    font-size:13px!important;
    font-weight:700!important;
    line-height:1.35!important;

    letter-spacing:.025em!important;
    text-transform:uppercase!important;

    transition:opacity .2s ease!important;
}

.orre-shop-pro-name:hover{
    opacity:.58!important;
}

.orre-shop-pro-category{
    display:block!important;

    margin-top:6px!important;

    color:#9a9a9a!important;

    font-size:9px!important;
    font-weight:500!important;
    line-height:1.3!important;

    letter-spacing:.06em!important;
    text-transform:uppercase!important;
}

.orre-shop-pro-price{
    flex:0 0 auto!important;

    margin-top:1px!important;

    color:#111!important;

    font-family:Arial,Helvetica,sans-serif!important;
    font-size:13px!important;
    font-weight:700!important;
    line-height:1.35!important;

    letter-spacing:.015em!important;

    white-space:nowrap!important;
}

.orre-shop-pro-price .woocommerce-Price-currencySymbol{
    display:inline-block!important;
    margin-right:5px!important;
}

.orre-shop-pro-price del{
    margin-right:7px!important;

    color:#999!important;

    font-size:11px!important;
    font-weight:500!important;
}

.orre-shop-pro-price ins{
    color:#111!important;
    text-decoration:none!important;
}

@media(max-width:767px){

    .orre-shop-pro-info{
        min-height:80px!important;

        padding:10px 9px 14px!important;

        display:block!important;
    }

    .orre-shop-pro-name{
        font-size:10.5px!important;
    }

    .orre-shop-pro-price{
        margin-top:7px!important;

        font-size:10.5px!important;
    }

    .orre-shop-pro-price .woocommerce-Price-currencySymbol{
        margin-right:4px!important;
    }
}

@media (max-width: 1024px){

    body.home .orre-home-hero{
        min-height:680px!important;
        height:auto!important;
        padding-top:0!important;

        align-items:flex-end!important;

        background:#ded5ca!important;
    }

    body.home .orre-home-hero-bg{
        inset:0!important;

        background-size:cover!important;
        background-position:68% center!important;
        background-repeat:no-repeat!important;
    }

    body.home .orre-home-hero-content{
        width:min(430px,78vw)!important;

        margin:0 0 48px 5vw!important;
        padding:0!important;
    }

    .orre-home-editorial{
        min-height:600px!important;
        height:auto!important;
    }

    .orre-home-editorial-image{
        background-size:cover!important;
        background-position:center center!important;
    }
}

@media (max-width: 767px){

    body.home .orre-nav-header{
        position:sticky!important;
        top:0!important;

        height:58px!important;

        background:rgba(0,0,0,.93)!important;

        backdrop-filter:blur(12px)!important;
        -webkit-backdrop-filter:blur(12px)!important;
    }

    body.home .orre-nav-inner{
        height:58px!important;
        padding:0 14px!important;
    }

    body.home .orre-nav-logo a{
        font-size:25px!important;
    }

    body.home .orre-home-hero{
        position:relative!important;

        width:100%!important;

        min-height:0!important;
        height:calc(100svh - 58px)!important;
        max-height:720px!important;

        padding:0!important;
        margin:0!important;

        display:flex!important;
        align-items:flex-end!important;

        overflow:hidden!important;

        background:#ded5ca!important;
    }

    body.home .orre-home-hero-bg{
        position:absolute!important;
        inset:0!important;

        width:100%!important;
        height:100%!important;

        background-size:cover!important;
        background-position:72% center!important;
        background-repeat:no-repeat!important;
    }

    body.home .orre-home-hero::after{
        background:
            linear-gradient(
                to top,
                rgba(0,0,0,.32) 0%,
                rgba(0,0,0,.08) 35%,
                rgba(0,0,0,0) 64%
            )!important;
    }

    body.home .orre-home-hero-content{
        position:relative!important;
        z-index:3!important;

        width:calc(100% - 36px)!important;
        max-width:340px!important;

        margin:0 18px 34px!important;
        padding:0!important;

        color:#fff!important;
        text-align:left!important;
    }

    body.home .orre-home-hero-kicker{
        margin-bottom:8px!important;

        color:#fff!important;

        font-size:8px!important;
        font-weight:700!important;

        letter-spacing:.16em!important;
    }

    body.home .orre-home-hero-content h1{
        margin:0 0 9px!important;

        color:#fff!important;

        font-size:clamp(42px,15vw,62px)!important;
        font-weight:700!important;
        line-height:.9!important;

        letter-spacing:.07em!important;
        text-indent:0!important;
    }

    body.home .orre-home-hero-content p{
        max-width:280px!important;

        margin:0!important;

        color:#fff!important;

        font-size:10.5px!important;
        line-height:1.5!important;
    }

    .orre-home-editorial{
        position:relative!important;

        width:100%!important;

        min-height:0!important;
        height:72svh!important;
        max-height:650px!important;

        margin:0!important;

        overflow:hidden!important;

        background:#e7e7e7!important;
    }

    .orre-home-editorial-image{
        position:absolute!important;
        inset:0!important;

        width:100%!important;
        height:100%!important;

        background-size:cover!important;
        background-repeat:no-repeat!important;

        transform:none!important;
    }

    .orre-home-editorial-men .orre-home-editorial-image{
        background-position:65% center!important;
    }

    .orre-home-editorial-women .orre-home-editorial-image{
        background-position:58% center!important;
    }

    .orre-home-editorial:hover .orre-home-editorial-image{
        transform:none!important;
    }

    .orre-home-editorial-overlay{
        left:0!important;
        right:0!important;
        bottom:0!important;

        padding:0 20px 28px!important;
    }

    .orre-home-editorial-overlay > span{
        margin-bottom:8px!important;

        font-size:8px!important;
        font-weight:700!important;
    }

    .orre-home-editorial-overlay h2{
        max-width:315px!important;

        margin:0 0 16px!important;

        font-size:clamp(31px,10vw,42px)!important;
        line-height:.98!important;
    }

    .orre-home-editorial-overlay a{
        min-height:38px!important;

        padding:0 17px!important;

        font-size:8px!important;
    }
}

@media (max-width: 420px){

    body.home .orre-home-hero{
        height:calc(100svh - 56px)!important;
        min-height:520px!important;
    }

    body.home .orre-home-hero-bg{
        background-position:70% center!important;
    }

    body.home .orre-home-hero-content{
        width:calc(100% - 30px)!important;

        margin-left:15px!important;
        margin-right:15px!important;
        margin-bottom:27px!important;
    }

    body.home .orre-home-hero-content h1{
        font-size:46px!important;
    }

    .orre-home-editorial{
        height:68svh!important;
        min-height:500px!important;
    }

    .orre-home-editorial-overlay{
        padding:0 16px 22px!important;
    }

    .orre-home-editorial-overlay h2{
        max-width:280px!important;
        font-size:32px!important;
    }
}

body.home .orre-home-size-strip{
    display:none!important;
    opacity:0!important;
    visibility:hidden!important;
    height:0!important;
    min-height:0!important;
    padding:0!important;
    margin:0!important;
}

body.post-type-archive-product .orre-shop-pro-sizes,
body.post-type-archive-product .orre-shop-pro-size-label,
body.post-type-archive-product .orre-shop-pro-size-list{
    display:none!important;
}

body.tax-product_cat .orre-collection-size-strip,
body.tax-product_cat .orre-home-size-strip{
    display:none!important;
}

body.home .product-grid-item .wd-swatches-grid,
body.post-type-archive-product .product-grid-item .wd-swatches-grid,
body.tax-product_cat .product-grid-item .wd-swatches-grid{
    display:none!important;
}

html,
body{
    scroll-padding-top:64px!important;
}

.orre-nav-header{
    position:sticky!important;
    top:0!important;
    left:0!important;
    right:0!important;

    z-index:99999!important;

    width:100%!important;
    height:64px!important;

    margin:0!important;
    padding:0!important;

    background:#000!important;

    border:0!important;
    border-bottom:1px solid rgba(255,255,255,.12)!important;

    box-shadow:none!important;

    backdrop-filter:none!important;
    -webkit-backdrop-filter:none!important;

    transition:
        background .28s ease,
        backdrop-filter .28s ease,
        box-shadow .28s ease!important;
}

.orre-nav-inner{
    height:64px!important;
}

.orre-nav-header.is-scrolled{
    background:rgba(72,72,72,.88)!important;

    backdrop-filter:blur(14px)!important;
    -webkit-backdrop-filter:blur(14px)!important;

    border-bottom-color:rgba(255,255,255,.14)!important;

    box-shadow:0 2px 18px rgba(0,0,0,.08)!important;
}

body.home .orre-nav-header,
body.tax-product_cat .orre-nav-header,
body.post-type-archive-product .orre-nav-header,
body.single-product .orre-nav-header,
body.woocommerce-cart .orre-nav-header,
body.woocommerce-checkout .orre-nav-header{
    position:sticky!important;
    top:0!important;
    height:64px!important;
    background:#000!important;
}

body.home .orre-nav-header.is-scrolled,
body.tax-product_cat .orre-nav-header.is-scrolled,
body.post-type-archive-product .orre-nav-header.is-scrolled,
body.single-product .orre-nav-header.is-scrolled,
body.woocommerce-cart .orre-nav-header.is-scrolled,
body.woocommerce-checkout .orre-nav-header.is-scrolled{
    background:rgba(72,72,72,.88)!important;
    backdrop-filter:blur(14px)!important;
    -webkit-backdrop-filter:blur(14px)!important;
}

.orre-menu-drawer{
    overflow-y:auto!important;
    overflow-x:hidden!important;

    scrollbar-width:none!important;
    -ms-overflow-style:none!important;
}

.orre-menu-drawer::-webkit-scrollbar{
    width:0!important;
    height:0!important;
    display:none!important;
}

.orre-drawer-nav{
    overflow:visible!important;
}

#orreMenuClose{
    position:relative!important;

    width:32px!important;
    height:32px!important;
    min-width:32px!important;
    min-height:32px!important;

    display:block!important;

    margin:0!important;
    padding:0!important;

    overflow:hidden!important;

    background:transparent!important;
    color:transparent!important;

    border:0!important;
    border-radius:50%!important;

    font-size:0!important;
    line-height:0!important;

    box-shadow:none!important;

    cursor:pointer!important;

    transition:background .2s ease!important;
}

#orreMenuClose:hover{
    background:rgba(255,255,255,.08)!important;
}

#orreMenuClose::before,
#orreMenuClose::after{
    content:""!important;

    position:absolute!important;
    top:50%!important;
    left:50%!important;

    width:17px!important;
    height:1.5px!important;

    background:#fff!important;

    border-radius:999px!important;

    transform-origin:center!important;
}

#orreMenuClose::before{
    transform:translate(-50%,-50%) rotate(45deg)!important;
}

#orreMenuClose::after{
    transform:translate(-50%,-50%) rotate(-45deg)!important;
}

body.home .orre-home-size-strip,
body.home .product-grid-item .wd-swatches-grid,
body.home .product-grid-item .wd-swatches-product,

body.post-type-archive-product .orre-shop-pro-sizes,
body.post-type-archive-product .orre-shop-pro-size-label,
body.post-type-archive-product .orre-shop-pro-size-list,
body.post-type-archive-product .product-grid-item .wd-swatches-grid,
body.post-type-archive-product .product-grid-item .wd-swatches-product,

body.tax-product_cat .orre-collection-size-strip,
body.tax-product_cat .orre-home-size-strip,
body.tax-product_cat .product-grid-item .wd-swatches-grid,
body.tax-product_cat .product-grid-item .wd-swatches-product,

body.single-product .related.products .wd-swatches-grid,
body.single-product .upsells.products .wd-swatches-grid,
body.single-product .related.products .wd-swatches-product,
body.single-product .upsells.products .wd-swatches-product{
    display:none!important;

    width:0!important;
    height:0!important;
    min-height:0!important;

    margin:0!important;
    padding:0!important;

    opacity:0!important;
    visibility:hidden!important;

    overflow:hidden!important;
}

.orre-shop-pro-gallery-slide{
    transition:opacity .38s ease!important;
}

.orre-home-main-image,
.orre-home-hover-image,
.orre-collection-main-image,
.orre-collection-hover-image{
    transition:opacity .38s ease,transform .45s ease!important;
}

.orre-home-product:hover .orre-home-main-image,
.orre-home-product:hover .orre-home-hover-image,
.orre-collection-card:hover .orre-collection-main-image,
.orre-collection-card:hover .orre-collection-hover-image{
    transform:none!important;
}

.orre-home-product.orre-auto-alt .orre-home-main-image,
.orre-collection-card.orre-auto-alt .orre-collection-main-image{
    opacity:0!important;
}

.orre-home-product.orre-auto-alt .orre-home-hover-image,
.orre-collection-card.orre-auto-alt .orre-collection-hover-image{
    opacity:1!important;
}

.orre-home-product-info,
.orre-collection-card-info,
.orre-shop-pro-info{
    margin-top:0!important;
}

.orre-shop-pro-card-top,
.orre-collection-card-media,
.orre-home-product-media{
    margin-bottom:0!important;
}

@media(max-width:767px){

    .orre-nav-header,
    body.home .orre-nav-header,
    body.tax-product_cat .orre-nav-header,
    body.post-type-archive-product .orre-nav-header,
    body.single-product .orre-nav-header,
    body.woocommerce-cart .orre-nav-header,
    body.woocommerce-checkout .orre-nav-header{
        height:58px!important;
    }

    .orre-nav-inner{
        height:58px!important;
        padding:0 15px!important;
    }

    .orre-shop-pro-gallery-arrow{
        opacity:.92!important;
    }
}

body.home .orre-new-section,
body.home .orre-category-section,
body.home .orre-inside-section,
body.home .orre-front-heading,
body.home .orre-front-more,

body.post-type-archive-product .orre-shop-pro-hero-inner,
body.post-type-archive-product .orre-shop-pro-toolbar,

body.tax-product_cat .orre-collection-header-inner,
body.tax-product_cat .orre-collection-toolbar,

body.single-product .orre-related-heading,
body.single-product .orre-related-products{
    box-sizing:border-box!important;
}

.orre-shop-pro-grid,
.orre-collection-grid,
.orre-front-products,
.orre-home-products-grid,
.orre-related-track{
    width:100%!important;
    max-width:none!important;

    padding-left:clamp(18px,3.2vw,56px)!important;
    padding-right:clamp(18px,3.2vw,56px)!important;

    box-sizing:border-box!important;
}

.orre-home-hero,
.orre-home-editorial,
.orre-brand-strip,
.orre-inside-section,
.orre-category-feature-grid{
    max-width:none!important;
}

.orre-shop-pro-grid,
.orre-collection-grid,
.orre-front-products,
.orre-home-products-grid{
    gap:8px!important;
}

.orre-shop-pro-card,
.orre-collection-card,
.orre-front-product,
.orre-home-product{
    background:#fff!important;
    min-width:0!important;
}

.orre-shop-pro-info,
.orre-collection-card-info,
.orre-front-product-meta,
.orre-home-product-info{
    padding:14px 10px 22px!important;
    margin:0!important;

    background:#fff!important;
}

.orre-shop-pro-name,
.orre-collection-card-title,
.orre-front-product-name,
.orre-home-product-name{
    display:block!important;

    margin:0!important;

    color:#111!important;

    font-family:Arial,Helvetica,sans-serif!important;
    font-size:13px!important;
    font-weight:700!important;
    line-height:1.35!important;

    letter-spacing:.01em!important;
    text-transform:uppercase!important;
}

.orre-shop-pro-price,
.orre-collection-card-price,
.orre-front-product-price,
.orre-home-product-price{
    margin-top:7px!important;

    color:#111!important;

    font-family:Arial,Helvetica,sans-serif!important;
    font-size:12.5px!important;
    font-weight:700!important;
    line-height:1.3!important;
}

.orre-home-size-strip,
.orre-collection-size-strip,
.orre-shop-pro-sizes{
    display:flex!important;
    visibility:visible!important;
    opacity:1!important;

    width:100%!important;
    height:auto!important;
    min-height:0!important;

    margin:0!important;
    padding:10px 10px 0!important;

    gap:6px!important;
    flex-wrap:wrap!important;

    background:#fff!important;

    box-sizing:border-box!important;
}

.orre-shop-pro-size-label,
.orre-home-size-label,
.orre-collection-size-label{
    display:none!important;
}

.orre-shop-pro-size-list{
    display:flex!important;
    flex-wrap:wrap!important;
    gap:6px!important;
}

.orre-home-size-strip span,
.orre-collection-size-strip span,
.orre-shop-pro-size-list span{
    min-width:40px!important;
    height:34px!important;

    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;

    padding:0 10px!important;

    background:#fff!important;
    color:#555!important;

    border:1px solid #d5d5d5!important;
    border-radius:0!important;

    font-family:Arial,Helvetica,sans-serif!important;
    font-size:10px!important;
    font-weight:500!important;
    line-height:1!important;

    letter-spacing:.02em!important;
    text-transform:uppercase!important;

    box-shadow:none!important;

    transition:
        background .18s ease,
        color .18s ease,
        border-color .18s ease!important;
}

.orre-home-size-strip span:hover,
.orre-collection-size-strip span:hover,
.orre-shop-pro-size-list span:hover{
    background:#000!important;
    color:#fff!important;
    border-color:#000!important;
}

body.home .product-grid-item .wd-swatches-grid,
body.post-type-archive-product .product-grid-item .wd-swatches-grid,
body.tax-product_cat .product-grid-item .wd-swatches-grid,
body.single-product .related.products .wd-swatches-grid,
body.single-product .upsells.products .wd-swatches-grid{
    display:flex!important;
    visibility:visible!important;
    opacity:1!important;

    height:auto!important;
    width:auto!important;

    margin-top:8px!important;

    flex-wrap:wrap!important;
    gap:6px!important;
}

.product-grid-item .wd-swatch-text,
.related.products .wd-swatch-text,
.upsells.products .wd-swatch-text{
    min-width:40px!important;
    height:34px!important;

    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;

    padding:0 10px!important;

    background:#fff!important;
    color:#555!important;

    border:1px solid #d5d5d5!important;
    border-radius:0!important;

    font-size:10px!important;
    font-weight:500!important;

    box-shadow:none!important;
}

.product-grid-item .wd-swatch-text:hover,
.product-grid-item .wd-swatch-text.wd-active,
.related.products .wd-swatch-text:hover,
.upsells.products .wd-swatch-text:hover{
    background:#000!important;
    color:#fff!important;
    border-color:#000!important;
}

.orre-shop-pro-card,
.orre-collection-card,
.orre-front-product,
.orre-home-product{
    padding-bottom:0!important;
}

.orre-shop-pro-products,
.orre-collection-products{
    padding-bottom:70px!important;
}

@media(max-width:1024px){

    .orre-shop-pro-grid,
    .orre-collection-grid,
    .orre-front-products,
    .orre-home-products-grid,
    .orre-related-track{
        padding-left:22px!important;
        padding-right:22px!important;
    }

    .orre-shop-pro-grid,
    .orre-collection-grid,
    .orre-front-products,
    .orre-home-products-grid{
        gap:6px!important;
    }
}

@media(max-width:767px){

    .orre-shop-pro-grid,
    .orre-collection-grid,
    .orre-front-products,
    .orre-home-products-grid,
    .orre-related-track{
        padding-left:10px!important;
        padding-right:10px!important;
    }

    .orre-shop-pro-grid,
    .orre-collection-grid,
    .orre-front-products,
    .orre-home-products-grid{
        gap:5px!important;
    }

    .orre-shop-pro-info,
    .orre-collection-card-info,
    .orre-front-product-meta,
    .orre-home-product-info{
        padding:10px 7px 16px!important;
    }

    .orre-shop-pro-name,
    .orre-collection-card-title,
    .orre-front-product-name,
    .orre-home-product-name{
        font-size:10.5px!important;
        line-height:1.35!important;
    }

    .orre-shop-pro-price,
    .orre-collection-card-price,
    .orre-front-product-price,
    .orre-home-product-price{
        margin-top:5px!important;
        font-size:10.5px!important;
    }

    .orre-home-size-strip,
    .orre-collection-size-strip,
    .orre-shop-pro-sizes{
        padding:7px 7px 0!important;
        gap:4px!important;
    }

    .orre-home-size-strip span,
    .orre-collection-size-strip span,
    .orre-shop-pro-size-list span,
    .product-grid-item .wd-swatch-text{
        min-width:33px!important;
        height:30px!important;

        padding:0 7px!important;

        font-size:9px!important;
    }
}

html{scroll-padding-top:64px!important}

body .orre-nav-header{
position:sticky!important;top:0!important;left:0!important;right:0!important;z-index:999999!important;
width:100%!important;height:64px!important;margin:0!important;padding:0!important;background:#000!important;
border:0!important;border-bottom:1px solid rgba(255,255,255,.12)!important;box-shadow:none!important;
backdrop-filter:none!important;-webkit-backdrop-filter:none!important;
transition:background .25s ease,backdrop-filter .25s ease,box-shadow .25s ease!important
}
body .orre-nav-header .orre-nav-inner{height:64px!important}
body .orre-nav-header.is-scrolled{
background:rgba(72,72,72,.90)!important;backdrop-filter:blur(14px)!important;
-webkit-backdrop-filter:blur(14px)!important;box-shadow:0 2px 18px rgba(0,0,0,.10)!important
}

body .orre-menu-drawer{
overflow-y:auto!important;overflow-x:hidden!important;scrollbar-width:none!important;-ms-overflow-style:none!important
}
body .orre-menu-drawer::-webkit-scrollbar{width:0!important;height:0!important;display:none!important}

body #orreMenuClose{
position:relative!important;width:32px!important;height:32px!important;display:block!important;margin:0!important;
padding:0!important;background:transparent!important;color:transparent!important;border:0!important;
font-size:0!important;line-height:0!important;overflow:hidden!important
}
body #orreMenuClose::before,body #orreMenuClose::after{
content:""!important;position:absolute!important;top:50%!important;left:50%!important;width:17px!important;
height:1.5px!important;background:#fff!important;border-radius:99px!important
}
body #orreMenuClose::before{transform:translate(-50%,-50%) rotate(45deg)!important}
body #orreMenuClose::after{transform:translate(-50%,-50%) rotate(-45deg)!important}

body .orre-shop-pro-grid,
body .orre-collection-grid,
body .orre-front-products,
body .orre-home-products-grid,
body .orre-related-track{
box-sizing:border-box!important;width:100%!important;padding-left:clamp(18px,3vw,54px)!important;
padding-right:clamp(18px,3vw,54px)!important
}

body .orre-home-hero,
body .orre-home-editorial,
body .orre-brand-strip,
body .orre-category-feature-grid{
width:100%!important;max-width:none!important;margin-left:0!important;margin-right:0!important
}

body .orre-shop-pro-grid,
body .orre-collection-grid,
body .orre-front-products,
body .orre-home-products-grid{gap:12px!important}

body .orre-shop-pro-card,
body .orre-collection-card,
body .orre-front-product,
body .orre-home-product{min-width:0!important;padding-bottom:0!important;background:#fff!important}

body .orre-shop-pro-info,
body .orre-collection-card-info,
body .orre-front-product-meta,
body .orre-home-product-info{
margin:0!important;padding:14px 10px 22px!important;background:#fff!important
}

body .orre-shop-pro-name,
body .orre-collection-card-title,
body .orre-front-product-name,
body .orre-home-product-name{
display:block!important;margin:0!important;color:#111!important;font-family:Arial,Helvetica,sans-serif!important;
font-size:13px!important;font-weight:700!important;line-height:1.35!important;letter-spacing:.01em!important;
text-transform:uppercase!important
}

body .orre-shop-pro-price,
body .orre-collection-card-price,
body .orre-front-product-price,
body .orre-home-product-price{
display:block!important;margin-top:7px!important;color:#111!important;font-family:Arial,Helvetica,sans-serif!important;
font-size:12.5px!important;font-weight:700!important;line-height:1.3!important
}

body .woocommerce-Price-currencySymbol{display:inline-block!important;margin-right:5px!important}

body .orre-home-size-strip,
body .orre-collection-size-strip,
body .orre-shop-pro-sizes{
display:flex!important;visibility:visible!important;opacity:1!important;width:100%!important;height:auto!important;
min-height:0!important;margin:0!important;padding:10px 10px 0!important;gap:6px!important;flex-wrap:wrap!important;
background:#fff!important
}

body .orre-home-size-label,
body .orre-collection-size-label,
body .orre-shop-pro-size-label{display:none!important}

body .orre-shop-pro-size-list{display:flex!important;flex-wrap:wrap!important;gap:6px!important}

body .orre-home-size-strip > span,
body .orre-collection-size-strip > span,
body .orre-shop-pro-size-list > span{
min-width:40px!important;height:34px!important;display:inline-flex!important;align-items:center!important;
justify-content:center!important;padding:0 10px!important;background:#fff!important;color:#555!important;
border:1px solid #d4d4d4!important;border-radius:0!important;font-family:Arial,Helvetica,sans-serif!important;
font-size:10px!important;font-weight:500!important;line-height:1!important
}

body .product-grid-item .wd-swatches-grid,
body .related.products .wd-swatches-grid,
body .upsells.products .wd-swatches-grid{
display:flex!important;visibility:visible!important;opacity:1!important;width:auto!important;height:auto!important;
margin-top:8px!important;flex-wrap:wrap!important;gap:6px!important
}

body .product-grid-item .wd-swatch-text,
body .related.products .wd-swatch-text,
body .upsells.products .wd-swatch-text{
min-width:40px!important;height:34px!important;display:inline-flex!important;align-items:center!important;
justify-content:center!important;padding:0 10px!important;background:#fff!important;color:#555!important;
border:1px solid #d4d4d4!important;border-radius:0!important;font-size:10px!important;font-weight:500!important;
box-shadow:none!important
}

body .product-grid-item .wd-swatch-text:hover,
body .product-grid-item .wd-swatch-text.wd-active,
body .related.products .wd-swatch-text:hover,
body .upsells.products .wd-swatch-text:hover{
background:#000!important;color:#fff!important;border-color:#000!important
}

body .orre-shop-pro-gallery-slide{transition:opacity .35s ease!important}
body .orre-home-main-image,
body .orre-home-hover-image,
body .orre-collection-main-image,
body .orre-collection-hover-image{transition:opacity .35s ease!important}

body .orre-home-product.orre-auto-alt .orre-home-main-image,
body .orre-collection-card.orre-auto-alt .orre-collection-main-image{opacity:0!important}

body .orre-home-product.orre-auto-alt .orre-home-hover-image,
body .orre-collection-card.orre-auto-alt .orre-collection-hover-image{opacity:1!important}

@media(max-width:767px){
html{scroll-padding-top:58px!important}
body .orre-nav-header{height:58px!important}
body .orre-nav-header .orre-nav-inner{height:58px!important;padding-left:14px!important;padding-right:14px!important}
body .orre-shop-pro-grid,
body .orre-collection-grid,
body .orre-front-products,
body .orre-home-products-grid,
body .orre-related-track{padding-left:10px!important;padding-right:10px!important}
body .orre-shop-pro-grid,
body .orre-collection-grid,
body .orre-front-products,
body .orre-home-products-grid{gap:6px!important}
body .orre-shop-pro-info,
body .orre-collection-card-info,
body .orre-front-product-meta,
body .orre-home-product-info{padding:10px 7px 16px!important}
body .orre-shop-pro-name,
body .orre-collection-card-title,
body .orre-front-product-name,
body .orre-home-product-name{font-size:10.5px!important}
body .orre-shop-pro-price,
body .orre-collection-card-price,
body .orre-front-product-price,
body .orre-home-product-price{font-size:10.5px!important}
body .orre-home-size-strip,
body .orre-collection-size-strip,
body .orre-shop-pro-sizes{padding:7px 7px 0!important;gap:4px!important}
body .orre-home-size-strip > span,
body .orre-collection-size-strip > span,
body .orre-shop-pro-size-list > span,
body .product-grid-item .wd-swatch-text{min-width:33px!important;height:30px!important;padding:0 7px!important;font-size:9px!important}
}

.orre-home-size-strip,
.orre-collection-size-strip,
.orre-shop-pro-sizes{
    display:flex!important;
    visibility:visible!important;
    opacity:1!important;

    position:relative!important;

    width:100%!important;
    height:auto!important;
    min-height:0!important;
    max-height:none!important;

    margin:0!important;
    padding:10px 14px 0!important;

    flex-wrap:wrap!important;
    align-items:center!important;

    gap:6px!important;

    background:#fff!important;

    transform:none!important;
    overflow:visible!important;
}

.orre-home-size-label,
.orre-collection-size-label,
.orre-shop-pro-size-label{
    display:none!important;
}

.orre-shop-pro-size-list{
    display:flex!important;

    flex-wrap:wrap!important;
    align-items:center!important;

    gap:6px!important;

    width:100%!important;

    margin:0!important;
    padding:0!important;
}

.orre-home-size-strip > span,
.orre-collection-size-strip > span,
.orre-shop-pro-size-list > span{
    display:inline-flex!important;

    align-items:center!important;
    justify-content:center!important;

    min-width:39px!important;
    width:auto!important;
    height:34px!important;

    margin:0!important;
    padding:0 10px!important;

    background:#fff!important;
    color:#444!important;

    border:1px solid #d4d4d4!important;
    border-radius:0!important;

    font-family:Arial, Helvetica, sans-serif!important;
    font-size:10px!important;
    font-weight:500!important;
    line-height:1!important;

    letter-spacing:.02em!important;
    text-transform:uppercase!important;

    box-shadow:none!important;

    opacity:1!important;
    visibility:visible!important;

    cursor:pointer!important;

    transition:
        background .18s ease,
        color .18s ease,
        border-color .18s ease!important;
}

.orre-home-size-strip > span:hover,
.orre-collection-size-strip > span:hover,
.orre-shop-pro-size-list > span:hover{
    background:#000!important;
    color:#fff!important;
    border-color:#000!important;
}

.product-grid-item .wd-swatches-grid,
.related.products .wd-swatches-grid,
.upsells.products .wd-swatches-grid{
    display:flex!important;
    visibility:visible!important;
    opacity:1!important;

    width:100%!important;
    height:auto!important;
    min-height:0!important;

    margin:8px 0 0!important;
    padding:0!important;

    flex-wrap:wrap!important;
    align-items:center!important;

    gap:6px!important;

    transform:none!important;
    overflow:visible!important;
}

.product-grid-item .wd-swatch-text,
.related.products .wd-swatch-text,
.upsells.products .wd-swatch-text{
    display:inline-flex!important;

    align-items:center!important;
    justify-content:center!important;

    min-width:39px!important;
    width:auto!important;
    height:34px!important;

    padding:0 10px!important;
    margin:0!important;

    background:#fff!important;
    color:#444!important;

    border:1px solid #d4d4d4!important;
    border-radius:0!important;

    font-size:10px!important;
    font-weight:500!important;

    box-shadow:none!important;

    opacity:1!important;
    visibility:visible!important;
}

.product-grid-item .wd-swatch-text:hover,
.product-grid-item .wd-swatch-text.wd-active{
    background:#000!important;
    color:#fff!important;
    border-color:#000!important;
}

@media (min-width:768px){

    .orre-home-size-strip,
    .orre-collection-size-strip,
    .orre-shop-pro-sizes{
        display:flex!important;
        padding:10px 14px 0!important;
    }

    .orre-home-size-strip > span,
    .orre-collection-size-strip > span,
    .orre-shop-pro-size-list > span,
    .product-grid-item .wd-swatch-text{
        min-width:39px!important;
        height:34px!important;

        padding:0 10px!important;

        font-size:10px!important;
    }
}

@media (max-width:767px){

    .orre-home-size-strip,
    .orre-collection-size-strip,
    .orre-shop-pro-sizes{
        display:flex!important;

        padding:8px 7px 0!important;

        gap:5px!important;
    }

    .orre-shop-pro-size-list{
        gap:5px!important;
    }

    .orre-home-size-strip > span,
    .orre-collection-size-strip > span,
    .orre-shop-pro-size-list > span,
    .product-grid-item .wd-swatch-text{
        min-width:34px!important;
        height:30px!important;

        padding:0 7px!important;

        font-size:9px!important;
    }
}

.orre-home-size-strip{
    display:flex!important;
    flex-wrap:wrap!important;
    align-items:center!important;

    gap:6px!important;

    width:100%!important;

    margin:0!important;
    padding:10px 14px 0!important;

    background:#fff!important;
}

.orre-home-size-strip span{
    min-width:40px!important;
    height:34px!important;

    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;

    padding:0 10px!important;

    color:#555!important;
    background:#fff!important;

    border:1px solid #d5d5d5!important;
    border-radius:0!important;

    font-size:10px!important;
    font-weight:500!important;
    line-height:1!important;

    text-transform:uppercase!important;
}

.orre-home-size-strip span:hover{
    background:#000!important;
    color:#fff!important;
    border-color:#000!important;
}

@media(max-width:767px){

    .orre-home-size-strip{
        gap:4px!important;
        padding:7px 7px 0!important;
    }

    .orre-home-size-strip span{
        min-width:33px!important;
        height:30px!important;

        padding:0 7px!important;

        font-size:9px!important;
    }
}

body .orre-home-product-grid,
body .orre-shop-pro-grid,
body .orre-collection-grid,
body .orre-related-track {
    box-sizing: border-box !important;
    width: 100% !important;
    padding-left: clamp(22px,3vw,56px) !important;
    padding-right: clamp(22px,3vw,56px) !important;
}

body .orre-product-slider {
    scroll-padding-left: clamp(22px,3vw,56px) !important;
    scroll-padding-right: clamp(22px,3vw,56px) !important;
}

body .orre-home-hero,
body .orre-home-editorial,
body .orre-home-brand,
body .orre-brand-strip {
    width: 100% !important;
    max-width: none !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

body .orre-home-product-grid,
body .orre-shop-pro-grid,
body .orre-collection-grid {
    gap: 12px !important;
}

body .orre-home-size-strip {
    position: relative !important;
    display: flex !important;
    visibility: visible !important;
    opacity: 1 !important;
    width: 100% !important;
    height: auto !important;
    min-height: 44px !important;
    max-height: none !important;
    margin: 0 !important;
    padding: 10px 14px 0 !important;
    flex-wrap: wrap !important;
    align-items: flex-start !important;
    gap: 6px !important;
    background: #fff !important;
    transform: none !important;
    overflow: visible !important;
}

    body .orre-home-size-strip > span {
        min-width: 40px !important;
        width: auto !important;
        height: 34px !important;
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        margin: 0 !important;
        padding: 0 10px !important;
        background: #fff !important;
        color: #555 !important;
        border: 1px solid #d4d4d4 !important;
        border-radius: 0 !important;
        font-family: Arial,Helvetica,sans-serif !important;
        font-size: 10px !important;
        font-weight: 500 !important;
        line-height: 1 !important;
        letter-spacing: .02em !important;
        text-transform: uppercase !important;
        box-shadow: none !important;
    }

body .orre-shop-pro-sizes,
body .orre-collection-size-strip {
    display: flex !important;
    visibility: visible !important;
    opacity: 1 !important;
    width: 100% !important;
    height: auto !important;
    min-height: 44px !important;
    margin: 0 !important;
    padding: 10px 14px 0 !important;
    gap: 6px !important;
    flex-wrap: wrap !important;
    background: #fff !important;
    transform: none !important;
    overflow: visible !important;
}

body .orre-shop-pro-size-label,
body .orre-collection-size-label {
    display: none !important;
}

body .orre-shop-pro-size-list {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 6px !important;
}

    body .orre-shop-pro-size-list > span,
    body .orre-collection-size-strip > span {
        min-width: 40px !important;
        width: auto !important;
        height: 34px !important;
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        padding: 0 10px !important;
        background: #fff !important;
        color: #555 !important;
        border: 1px solid #d4d4d4 !important;
        border-radius: 0 !important;
        font-size: 10px !important;
        font-weight: 500 !important;
    }

body .product-grid-item .wd-swatches-grid,
body .related.products .wd-swatches-grid,
body .upsells.products .wd-swatches-grid {
    display: flex !important;
    visibility: visible !important;
    opacity: 1 !important;
    width: 100% !important;
    height: auto !important;
    margin: 8px 0 0 !important;
    padding: 0 !important;
    flex-wrap: wrap !important;
    gap: 6px !important;
}

body .product-grid-item .wd-swatch-text,
body .related.products .wd-swatch-text,
body .upsells.products .wd-swatch-text {
    min-width: 40px !important;
    height: 34px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0 10px !important;
    background: #fff !important;
    color: #555 !important;
    border: 1px solid #d4d4d4 !important;
    border-radius: 0 !important;
    font-size: 10px !important;
    font-weight: 500 !important;
    box-shadow: none !important;
}

body .orre-home-product-info,
body .orre-shop-pro-info,
body .orre-collection-card-info {
    margin: 0 !important;
    padding: 13px 14px 24px !important;
    background: #fff !important;
}

body .orre-home-product-name,
body .orre-shop-pro-name,
body .orre-collection-card-title {
    display: block !important;
    margin: 0 !important;
    color: #111 !important;
    font-family: Arial,Helvetica,sans-serif !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    line-height: 1.35 !important;
    letter-spacing: .01em !important;
    text-transform: uppercase !important;
}

body .orre-home-product-price,
body .orre-shop-pro-price,
body .orre-collection-card-price {
    display: block !important;
    margin-top: 7px !important;
    color: #111 !important;
    font-family: Arial,Helvetica,sans-serif !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    line-height: 1.3 !important;
}

body .woocommerce-Price-currencySymbol {
    display: inline-block !important;
    margin-right: 5px !important;
}

@media(max-width:1024px) {

    body .orre-home-product-grid,
    body .orre-shop-pro-grid,
    body .orre-collection-grid,
    body .orre-related-track {
        padding-left: 18px !important;
        padding-right: 18px !important;
    }

    body .orre-home-product-grid,
    body .orre-shop-pro-grid,
    body .orre-collection-grid {
        gap: 8px !important;
    }
}

@media(max-width:767px) {

    body .orre-home-product-grid,
    body .orre-shop-pro-grid,
    body .orre-collection-grid,
    body .orre-related-track {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    body .orre-home-product-grid,
    body .orre-shop-pro-grid,
    body .orre-collection-grid {
        gap: 6px !important;
    }

    body .orre-home-size-strip,
    body .orre-shop-pro-sizes,
    body .orre-collection-size-strip {
        min-height: 38px !important;
        padding: 7px 7px 0 !important;
        gap: 4px !important;
    }

        body .orre-home-size-strip > span,
        body .orre-shop-pro-size-list > span,
        body .orre-collection-size-strip > span,
        body .product-grid-item .wd-swatch-text {
            min-width: 33px !important;
            height: 30px !important;
            padding: 0 7px !important;
            font-size: 9px !important;
        }

    body .orre-home-product-info,
    body .orre-shop-pro-info,
    body .orre-collection-card-info {
        padding: 10px 7px 17px !important;
    }

    body .orre-home-product-name,
    body .orre-shop-pro-name,
    body .orre-collection-card-title {
        font-size: 10.5px !important;
    }

    body .orre-home-product-price,
    body .orre-shop-pro-price,
    body .orre-collection-card-price {
        margin-top: 5px !important;
        font-size: 10.5px !important;
    }
}

.orre-home-product-grid,
.orre-shop-pro-grid,
.orre-collection-grid,
.orre-related-track{
    width:100%!important;
    max-width:100%!important;

    box-sizing:border-box!important;

    padding-left:40px!important;
    padding-right:40px!important;

    margin-left:auto!important;
    margin-right:auto!important;
}

.orre-home-product-grid,
.orre-shop-pro-grid,
.orre-collection-grid{
    gap:16px!important;
    column-gap:16px!important;
    row-gap:24px!important;
}

.orre-home-product,
.orre-shop-pro-card,
.orre-collection-card{
    min-width:0!important;

    margin:0!important;
    padding:0!important;

    background:#fff!important;
}

.orre-home-product-media,
.orre-shop-pro-gallery,
.orre-collection-card-media{
    width:100%!important;

    margin:0!important;
    padding:0!important;

    overflow:hidden!important;

    background:#f3efed!important;
}

.orre-home-product-media img,
.orre-shop-pro-gallery img,
.orre-collection-card-media img{
    display:block!important;

    width:100%!important;
    height:100%!important;

    margin:0!important;

    object-fit:cover!important;
    object-position:center!important;
}

.orre-home-size-strip,
.orre-shop-pro-sizes,
.orre-collection-size-strip{
    box-sizing:border-box!important;

    width:100%!important;

    margin:0!important;
    padding:10px 12px 0!important;

    gap:6px!important;

    background:#fff!important;
}

.orre-home-product-info,
.orre-shop-pro-info,
.orre-collection-card-info{
    box-sizing:border-box!important;

    width:100%!important;

    margin:0!important;
    padding:14px 12px 24px!important;

    background:#fff!important;
}

.orre-home-product-name,
.orre-shop-pro-name,
.orre-collection-card-title{
    margin:0!important;

    font-size:13px!important;
    font-weight:700!important;
    line-height:1.35!important;

    text-transform:uppercase!important;
}

.orre-home-product-price,
.orre-shop-pro-price,
.orre-collection-card-price{
    margin-top:7px!important;

    font-size:12px!important;
    font-weight:700!important;
}

.woocommerce-Price-currencySymbol{
    display:inline-block!important;
    margin-right:5px!important;
}

@media(max-width:1024px){

    .orre-home-product-grid,
    .orre-shop-pro-grid,
    .orre-collection-grid,
    .orre-related-track{
        padding-left:24px!important;
        padding-right:24px!important;
    }

    .orre-home-product-grid,
    .orre-shop-pro-grid,
    .orre-collection-grid{
        gap:12px!important;
    }
}

@media(max-width:767px){

    .orre-home-product-grid,
    .orre-shop-pro-grid,
    .orre-collection-grid,
    .orre-related-track{
        padding-left:12px!important;
        padding-right:12px!important;
    }

    .orre-home-product-grid,
    .orre-shop-pro-grid,
    .orre-collection-grid{
        gap:8px!important;
        row-gap:18px!important;
    }

    .orre-home-size-strip,
    .orre-shop-pro-sizes,
    .orre-collection-size-strip{
        padding:7px 7px 0!important;
    }

    .orre-home-product-info,
    .orre-shop-pro-info,
    .orre-collection-card-info{
        padding:10px 7px 16px!important;
    }
}

:root{
    --orre-page-gutter: 56px;
    --orre-card-gap: 16px;
}

.orre-home-new,
.orre-home-collection{
    padding-left:var(--orre-page-gutter)!important;
    padding-right:var(--orre-page-gutter)!important;

    box-sizing:border-box!important;
}

.orre-home-new .orre-home-section-header,
.orre-home-collection .orre-home-section-header{
    padding-left:0!important;
    padding-right:0!important;
}

.orre-home-product-grid{
    width:100%!important;

    padding-left:0!important;
    padding-right:0!important;

    gap:var(--orre-card-gap)!important;

    box-sizing:border-box!important;
}

.orre-slider-shell{
    position:relative!important;

    width:100%!important;

    margin:0!important;
    padding:0!important;

    box-sizing:border-box!important;
}

.orre-inside{
    width:100%!important;

    padding-left:var(--orre-page-gutter)!important;
    padding-right:var(--orre-page-gutter)!important;

    box-sizing:border-box!important;
}

.orre-inside-head{
    width:100%!important;

    margin-left:auto!important;
    margin-right:auto!important;

    padding-left:0!important;
    padding-right:0!important;

    box-sizing:border-box!important;
}

.orre-inside-shell{
    position:relative!important;

    width:100%!important;

    margin:0!important;
    padding:0!important;

    box-sizing:border-box!important;
}

.orre-inside-track{
    width:100%!important;

    margin:0!important;

    padding-left:0!important;
    padding-right:0!important;

    gap:30px!important;

    box-sizing:border-box!important;
}

.orre-home-product,
.orre-inside-card{
    margin:0!important;
}

.orre-shop-pro-products,
.orre-collection-products{
    padding-left:var(--orre-page-gutter)!important;
    padding-right:var(--orre-page-gutter)!important;

    box-sizing:border-box!important;
}

.orre-shop-pro-grid,
.orre-collection-grid{
    width:100%!important;

    padding-left:0!important;
    padding-right:0!important;

    gap:var(--orre-card-gap)!important;

    box-sizing:border-box!important;
}

.orre-related-section,
.related.products,
.upsells.products{
    padding-left:var(--orre-page-gutter)!important;
    padding-right:var(--orre-page-gutter)!important;

    box-sizing:border-box!important;
}

.orre-related-track{
    width:100%!important;

    padding-left:0!important;
    padding-right:0!important;

    gap:var(--orre-card-gap)!important;

    box-sizing:border-box!important;
}

.orre-slider-prev,
.orre-inside-prev{
    left:-28px!important;
}

.orre-slider-next,
.orre-inside-next{
    right:-28px!important;
}

@media(max-width:1024px){

    :root{
        --orre-page-gutter: 28px;
        --orre-card-gap: 12px;
    }

    .orre-inside-track{
        gap:18px!important;
    }

    .orre-slider-prev,
    .orre-inside-prev{
        left:-14px!important;
    }

    .orre-slider-next,
    .orre-inside-next{
        right:-14px!important;
    }
}

@media(max-width:767px){

    :root{
        --orre-page-gutter: 12px;
        --orre-card-gap: 8px;
    }

    .orre-home-new,
    .orre-home-collection,
    .orre-inside,
    .orre-shop-pro-products,
    .orre-collection-products,
    .orre-related-section,
    .related.products,
    .upsells.products{
        padding-left:12px!important;
        padding-right:12px!important;
    }

    .orre-inside-track{
        gap:12px!important;
    }

    .orre-slider-prev,
    .orre-inside-prev{
        left:4px!important;
    }

    .orre-slider-next,
    .orre-inside-next{
        right:4px!important;
    }
}

.orre-home-new,
.orre-home-collection{
    box-sizing:border-box!important;
    width:100%!important;
    padding-left:56px!important;
    padding-right:56px!important;
}

.orre-slider-shell{
    position:relative!important;
    width:100%!important;
    margin:0!important;
    padding:0!important;
    overflow:visible!important;
}

.orre-home-product-grid{
    box-sizing:border-box!important;
    width:100%!important;
    padding-left:0!important;
    padding-right:0!important;
    gap:16px!important;
}

.orre-slider-arrow{
    position:absolute!important;
    top:42%!important;
    z-index:50!important;

    width:50px!important;
    height:50px!important;

    display:flex!important;
    align-items:center!important;
    justify-content:center!important;

    padding:0!important;
    margin:0!important;

    background:rgba(255,255,255,.96)!important;
    color:#111!important;

    border:1px solid rgba(0,0,0,.08)!important;
    border-radius:50%!important;

    box-shadow:0 5px 18px rgba(0,0,0,.10)!important;

    transform:translateY(-50%)!important;

    cursor:pointer!important;
}

.orre-slider-prev{
    left:10px!important;
}

.orre-slider-next{
    right:10px!important;
}

.orre-slider-arrow:hover{
    background:#000!important;
    color:#fff!important;
}

.orre-slider-arrow > span{
    position:relative!important;
    display:block!important;
    width:12px!important;
    height:12px!important;
}

.orre-slider-arrow > span::before{
    content:""!important;
    position:absolute!important;
    top:50%!important;
    left:50%!important;
    width:8px!important;
    height:8px!important;
    border-top:1.5px solid currentColor!important;
    border-right:1.5px solid currentColor!important;
}

.orre-slider-prev > span::before{
    transform:translate(-35%,-50%) rotate(-135deg)!important;
}

.orre-slider-next > span::before{
    transform:translate(-65%,-50%) rotate(45deg)!important;
}

.orre-home-size-strip{
    display:flex!important;
    visibility:visible!important;
    opacity:1!important;

    width:100%!important;
    min-height:44px!important;

    margin:0!important;
    padding:10px 12px 0!important;

    flex-wrap:wrap!important;
    align-items:center!important;
    gap:6px!important;

    background:#fff!important;
    overflow:visible!important;
    transform:none!important;
}

.orre-home-size-strip > span{
    min-width:40px!important;
    height:34px!important;

    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;

    padding:0 10px!important;

    background:#fff!important;
    color:#444!important;

    border:1px solid #d4d4d4!important;
    border-radius:0!important;

    font-family:Arial,Helvetica,sans-serif!important;
    font-size:10px!important;
    font-weight:500!important;
    line-height:1!important;
    text-transform:uppercase!important;
}

.orre-home-product-info{
    box-sizing:border-box!important;
    width:100%!important;

    margin:0!important;
    padding:12px 12px 22px!important;

    background:#fff!important;
}

.orre-home-product-name{
    margin:0!important;
    font-size:13px!important;
    font-weight:700!important;
    line-height:1.35!important;
    text-transform:uppercase!important;
}

.orre-home-product-price{
    margin-top:7px!important;
    font-size:12px!important;
    font-weight:700!important;
}

@media(max-width:1024px){

    .orre-home-new,
    .orre-home-collection{
        padding-left:28px!important;
        padding-right:28px!important;
    }

    .orre-home-product-grid{
        gap:12px!important;
    }

    .orre-slider-arrow{
        width:44px!important;
        height:44px!important;
    }

    .orre-slider-prev{
        left:8px!important;
    }

    .orre-slider-next{
        right:8px!important;
    }
}

@media(max-width:767px){

    .orre-home-new,
    .orre-home-collection{
        padding-left:12px!important;
        padding-right:12px!important;
    }

    .orre-home-product-grid{
        gap:8px!important;
    }

    .orre-slider-arrow{
        width:38px!important;
        height:38px!important;
        top:40%!important;
    }

    .orre-slider-prev{
        left:5px!important;
    }

    .orre-slider-next{
        right:5px!important;
    }

    .orre-home-size-strip{
        min-height:38px!important;
        padding:7px 7px 0!important;
        gap:4px!important;
    }

    .orre-home-size-strip > span{
        min-width:33px!important;
        height:30px!important;
        padding:0 7px!important;
        font-size:9px!important;
    }

    .orre-home-product-info{
        padding:10px 7px 16px!important;
    }
}

.orre-home-new,
.orre-home-collection{
    box-sizing:border-box!important;
    width:100%!important;
    padding-left:64px!important;
    padding-right:64px!important;
}

.orre-slider-shell{
    position:relative!important;
    width:100%!important;
    margin:0!important;
    padding:0!important;
    overflow:hidden!important;
}

.orre-home-product-grid{
    box-sizing:border-box!important;
    width:100%!important;
    gap:16px!important;
    padding:0!important;
    margin:0!important;
}

.orre-home-product{
    min-width:0!important;
    margin:0!important;
    background:#fff!important;
}

.orre-slider-arrow{
    position:absolute!important;
    top:42%!important;
    z-index:60!important;

    width:48px!important;
    height:48px!important;

    display:flex!important;
    align-items:center!important;
    justify-content:center!important;

    margin:0!important;
    padding:0!important;

    background:#fff!important;
    color:#111!important;

    border:1px solid rgba(0,0,0,.10)!important;
    border-radius:50%!important;

    box-shadow:0 4px 16px rgba(0,0,0,.10)!important;

    transform:translateY(-50%)!important;
}

.orre-slider-prev{
    left:14px!important;
}

.orre-slider-next{
    right:14px!important;
}

.orre-slider-arrow svg{
    width:20px!important;
    height:20px!important;

    display:block!important;

    fill:none!important;
    stroke:currentColor!important;
    stroke-width:1.8!important;
    stroke-linecap:round!important;
    stroke-linejoin:round!important;
}

.orre-slider-arrow:hover{
    background:#000!important;
    color:#fff!important;
}

.orre-slider-arrow > span,
.orre-slider-arrow::before,
.orre-slider-arrow::after,
.orre-slider-arrow > span::before,
.orre-slider-arrow > span::after{
    display:none!important;
    content:none!important;
}

.orre-home-size-strip{
    box-sizing:border-box!important;

    display:flex!important;
    visibility:visible!important;
    opacity:1!important;

    width:100%!important;
    min-height:46px!important;

    margin:0!important;
    padding:10px 12px 2px!important;

    flex-wrap:wrap!important;
    align-items:center!important;
    gap:6px!important;

    background:#fff!important;

    transform:none!important;
    overflow:visible!important;
}

.orre-home-size-strip > span{
    min-width:40px!important;
    height:34px!important;

    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;

    margin:0!important;
    padding:0 10px!important;

    color:#444!important;
    background:#fff!important;

    border:1px solid #d4d4d4!important;
    border-radius:0!important;

    font-family:Arial,Helvetica,sans-serif!important;
    font-size:10px!important;
    font-weight:500!important;
    line-height:1!important;

    text-transform:uppercase!important;
}

.orre-home-product-info{
    box-sizing:border-box!important;
    width:100%!important;

    margin:0!important;
    padding:12px 12px 22px!important;

    background:#fff!important;
}

@media(max-width:1024px){

    .orre-home-new,
    .orre-home-collection{
        padding-left:28px!important;
        padding-right:28px!important;
    }

    .orre-home-product-grid{
        gap:12px!important;
    }

    .orre-slider-arrow{
        width:44px!important;
        height:44px!important;
    }

    .orre-slider-prev{
        left:10px!important;
    }

    .orre-slider-next{
        right:10px!important;
    }
}

@media(max-width:767px){

    .orre-home-new,
    .orre-home-collection{
        padding-left:12px!important;
        padding-right:12px!important;
    }

    .orre-home-product-grid{
        gap:8px!important;
    }

    .orre-slider-arrow{
        width:38px!important;
        height:38px!important;
        top:40%!important;
    }

    .orre-slider-prev{
        left:6px!important;
    }

    .orre-slider-next{
        right:6px!important;
    }

    .orre-home-size-strip{
        min-height:38px!important;
        padding:7px 7px 2px!important;
        gap:4px!important;
    }

    .orre-home-size-strip > span{
        min-width:33px!important;
        height:30px!important;
        padding:0 7px!important;
        font-size:9px!important;
    }
}

body.home .orre-home-collection{
    width:100%!important;
    padding-left:56px!important;
    padding-right:56px!important;
    box-sizing:border-box!important;
}

body.home .orre-home-collection .orre-slider-shell{
    position:relative!important;
    width:100%!important;
    margin:0!important;
    padding:0!important;
    overflow:hidden!important;
}

body.home .orre-product-slider{
    display:flex!important;
    width:100%!important;
    gap:16px!important;
    margin:0!important;
    padding:0!important;
    overflow-x:auto!important;
    overflow-y:hidden!important;
    scroll-snap-type:x proximity!important;
    scrollbar-width:none!important;
}

body.home .orre-product-slider::-webkit-scrollbar{
    display:none!important;
}

body.home .orre-product-slider > .orre-home-product{
    flex:0 0 calc((100% - 48px) / 4)!important;
    width:calc((100% - 48px) / 4)!important;
    max-width:calc((100% - 48px) / 4)!important;
    min-width:0!important;
    margin:0!important;
    padding:0 0 24px!important;
    scroll-snap-align:start!important;
}

body.home .orre-home-size-strip{
    position:static!important;
    inset:auto!important;

    display:flex!important;
    visibility:visible!important;
    opacity:1!important;
    transform:none!important;

    width:100%!important;
    min-height:46px!important;

    margin:0!important;
    padding:10px 12px 2px!important;

    align-items:center!important;
    justify-content:flex-start!important;
    flex-wrap:wrap!important;
    gap:6px!important;

    background:#fff!important;
    overflow:visible!important;

    transition:none!important;
}

body.home .orre-home-product:hover .orre-home-size-strip{
    opacity:1!important;
    transform:none!important;
}

body.home .orre-home-size-strip > span{
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;

    min-width:40px!important;
    width:auto!important;
    height:34px!important;

    margin:0!important;
    padding:0 10px!important;

    background:#fff!important;
    color:#555!important;

    border:1px solid #d5d5d5!important;
    border-radius:0!important;

    box-shadow:none!important;

    font-family:Arial,Helvetica,sans-serif!important;
    font-size:10px!important;
    font-weight:500!important;
    line-height:1!important;
    letter-spacing:0!important;
    text-transform:uppercase!important;
}

body.home .orre-home-product-info{
    margin:0!important;
    padding:10px 12px 24px!important;
    background:#fff!important;
}

body.home .orre-slider-arrow,
body.home .orre-slider-arrow:hover,
body.home .orre-slider-arrow:focus{
    position:absolute!important;
    top:42%!important;
    z-index:100!important;

    width:52px!important;
    height:52px!important;

    display:flex!important;
    align-items:center!important;
    justify-content:center!important;

    margin:0!important;
    padding:0!important;

    background:#fff!important;
    color:#111!important;

    border:1px solid #e2e2e2!important;
    border-radius:50%!important;

    box-shadow:0 5px 18px rgba(0,0,0,.10)!important;

    transform:translateY(-50%)!important;
}

body.home .orre-slider-prev{
    left:12px!important;
}

body.home .orre-slider-next{
    right:12px!important;
}

body.home .orre-slider-arrow span{
    position:relative!important;
    display:block!important;
    width:14px!important;
    height:14px!important;
}

body.home .orre-slider-arrow span::before{
    content:""!important;
    position:absolute!important;
    top:50%!important;
    left:50%!important;
    width:8px!important;
    height:8px!important;
    border-top:1.8px solid currentColor!important;
    border-right:1.8px solid currentColor!important;
}

body.home .orre-slider-prev span::before{
    transform:translate(-35%,-50%) rotate(-135deg)!important;
}

body.home .orre-slider-next span::before{
    transform:translate(-65%,-50%) rotate(45deg)!important;
}

body.post-type-archive-product .orre-shop-pro-sizes,
body.post-type-archive-product .orre-shop-pro-size-list{
    display:flex!important;
    visibility:visible!important;
    opacity:1!important;
}

body.post-type-archive-product .orre-shop-pro-size-label{
    display:none!important;
}

body.post-type-archive-product .orre-shop-pro-sizes{
    position:static!important;
    width:100%!important;
    min-height:46px!important;
    margin:0!important;
    padding:10px 12px 2px!important;
    align-items:center!important;
    justify-content:flex-start!important;
    background:#fff!important;
}

body.post-type-archive-product .orre-shop-pro-size-list{
    align-items:center!important;
    justify-content:flex-start!important;
    flex-wrap:wrap!important;
    gap:6px!important;
}

body.post-type-archive-product .orre-shop-pro-size-list > span{
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    min-width:40px!important;
    height:34px!important;
    padding:0 10px!important;
    margin:0!important;
    background:#fff!important;
    color:#555!important;
    border:1px solid #d5d5d5!important;
    border-radius:0!important;
    font-size:10px!important;
    font-weight:500!important;
    line-height:1!important;
}

body.tax-product_cat .orre-collection-sizes{
    display:flex!important;
    visibility:visible!important;
    opacity:1!important;
    transform:none!important;
}

@media(max-width:1024px){
    body.home .orre-home-collection{
        padding-left:28px!important;
        padding-right:28px!important;
    }

    body.home .orre-product-slider{
        gap:12px!important;
    }

    body.home .orre-product-slider > .orre-home-product{
        flex-basis:calc((100% - 24px) / 3)!important;
        width:calc((100% - 24px) / 3)!important;
        max-width:calc((100% - 24px) / 3)!important;
    }
}

@media(max-width:767px){
    body.home .orre-home-collection{
        padding-left:12px!important;
        padding-right:12px!important;
    }

    body.home .orre-product-slider{
        gap:10px!important;
    }

    body.home .orre-product-slider > .orre-home-product{
        flex:0 0 78vw!important;
        width:78vw!important;
        max-width:330px!important;
    }

    body.home .orre-home-size-strip{
        min-height:38px!important;
        padding:7px 7px 2px!important;
        gap:4px!important;
    }

    body.home .orre-home-size-strip > span{
        min-width:33px!important;
        height:30px!important;
        padding:0 7px!important;
        font-size:9px!important;
    }

    body.home .orre-slider-arrow{
        display:none!important;
    }
}

.orre-home-product-name,
.orre-collection-product-name,
.orre-shop-pro-name,
.orre-pdp-final-related-info > a{
    color:#111!important;
    font-family:Arial,Helvetica,sans-serif!important;
    font-size:14px!important;
    font-weight:700!important;
    line-height:1.35!important;
    letter-spacing:.01em!important;
    text-transform:uppercase!important;
}

.orre-home-product-price,
.orre-collection-product-price,
.orre-shop-pro-price,
.orre-pdp-final-related-info > span{
    margin-top:8px!important;
    color:#111!important;
    font-family:Arial,Helvetica,sans-serif!important;
    font-size:14px!important;
    font-weight:700!important;
    line-height:1.25!important;
}

.woocommerce-Price-currencySymbol{
    display:inline-block!important;
    margin-right:5px!important;
}

.orre-home-size-strip,
.orre-collection-sizes,
.orre-shop-pro-sizes,
.orre-shop-pro-size-list{
    position:static!important;
    inset:auto!important;
    display:flex!important;
    visibility:visible!important;
    opacity:1!important;
    transform:none!important;
    flex-wrap:wrap!important;
    align-items:center!important;
    justify-content:flex-start!important;
    gap:6px!important;
    width:100%!important;
    min-height:48px!important;
    margin:0!important;
    padding:10px 12px 4px!important;
    background:#fff!important;
    overflow:visible!important;
    transition:none!important;
}

.orre-home-size-strip > span,
.orre-collection-sizes > span,
.orre-shop-pro-size-list > span{
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    min-width:42px!important;
    height:36px!important;
    margin:0!important;
    padding:0 11px!important;
    background:#000!important;
    color:#fff!important;
    border:1px solid #000!important;
    border-radius:0!important;
    box-shadow:none!important;
    font-family:Arial,Helvetica,sans-serif!important;
    font-size:10px!important;
    font-weight:700!important;
    line-height:1!important;
    letter-spacing:.04em!important;
    text-transform:uppercase!important;
}

.orre-home-product:hover .orre-home-size-strip,
.orre-collection-card:hover .orre-collection-sizes{
    opacity:1!important;
    transform:none!important;
}

.orre-shop-pro-size-label{
    display:none!important;
}

.orre-home-product-info,
.orre-collection-card-info,
.orre-shop-pro-info,
.orre-pdp-final-related-info{
    padding:12px 12px 24px!important;
    background:#fff!important;
}

body.single-product,
body.single-product #page,
body.single-product .website-wrapper,
body.single-product .main-page-wrapper,
body.single-product .site-content,
body.single-product .orre-single-product-page,
body.single-product .orre-pdp-final,
body.single-product .orre-pdp-final-main,
body.single-product .orre-pdp-final-gallery,
body.single-product .orre-pdp-kiji-gallery,
body.single-product .orre-pdp-kiji-main-link,
body.single-product .orre-pdp-kiji-thumbs,
body.single-product .orre-pdp-kiji-thumb{
    background:#fff!important;
}

body.single-product .orre-pdp-kiji-main-image{
    display:block!important;
    width:100%!important;
    height:auto!important;
    max-height:720px!important;
    min-height:0!important;
    margin:0 auto!important;
    object-fit:contain!important;
    object-position:center!important;
    background:#fff!important;
}

body.single-product .orre-pdp-kiji-thumb img{
    object-fit:contain!important;
    background:#fff!important;
}

body.single-product .orre-pdp-final-summary-inner{
    padding-top:42px!important;
}

body.single-product .orre-pdp-final-title{
    color:#111!important;
    font-family:Arial,Helvetica,sans-serif!important;
    font-size:32px!important;
    font-weight:700!important;
    line-height:1.08!important;
    letter-spacing:-.02em!important;
    text-transform:uppercase!important;
}

body.single-product .orre-pdp-final-codes{
    margin-top:12px!important;
    color:#777!important;
    font-family:Arial,Helvetica,sans-serif!important;
    font-size:10px!important;
    font-weight:500!important;
    letter-spacing:.06em!important;
}

body.single-product .orre-pdp-final-price{
    margin-top:20px!important;
    color:#111!important;
    font-family:Arial,Helvetica,sans-serif!important;
    font-size:24px!important;
    font-weight:700!important;
    line-height:1.1!important;
}

body.single-product .orre-pdp-final-short-description{
    max-width:620px!important;
    margin-top:22px!important;
    color:#333!important;
    font-family:Arial,Helvetica,sans-serif!important;
    font-size:14px!important;
    font-weight:400!important;
    line-height:1.7!important;
}

body.single-product .orre-pdp-final-short-description p{
    margin:0 0 12px!important;
}

body.single-product .orre-pdp-final-buy .variations,
body.single-product .orre-pdp-final-buy .variations tbody,
body.single-product .orre-pdp-final-buy .variations tr,
body.single-product .orre-pdp-final-buy .variations th,
body.single-product .orre-pdp-final-buy .variations td{
    display:block!important;
    visibility:visible!important;
    opacity:1!important;
    width:100%!important;
}

body.single-product .orre-pdp-final-buy .variations{
    margin:0 0 22px!important;
    padding:0!important;
    border:0!important;
}

body.single-product .orre-pdp-final-buy .variations tr{
    margin:0 0 18px!important;
}

body.single-product .orre-pdp-final-buy .variations th,
body.single-product .orre-pdp-final-buy .variations td{
    margin:0!important;
    padding:0!important;
    border:0!important;
}

body.single-product .orre-pdp-final-buy .variations label{
    display:block!important;
    margin:0 0 10px!important;
    color:#111!important;
    font-family:Arial,Helvetica,sans-serif!important;
    font-size:11px!important;
    font-weight:700!important;
    line-height:1!important;
    letter-spacing:.08em!important;
    text-transform:uppercase!important;
}

body.single-product .orre-pdp-final-buy .wd-swatches-product{
    display:flex!important;
    flex-wrap:wrap!important;
    gap:7px!important;
}

body.single-product .orre-pdp-final-buy .wd-swatch,
body.single-product .orre-pdp-final-buy .wd-swatch-text{
    min-width:46px!important;
    height:38px!important;
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    margin:0!important;
    padding:0 12px!important;
    background:#000!important;
    color:#fff!important;
    border:1px solid #000!important;
    border-radius:0!important;
    font-size:10px!important;
    font-weight:700!important;
}

body.single-product .orre-pdp-final-buy .wd-swatch.wd-active,
body.single-product .orre-pdp-final-buy .wd-swatch.active,
body.single-product .orre-pdp-final-buy .wd-swatch.selected,
body.single-product .orre-pdp-final-buy .wd-swatch:hover{
    background:#fff!important;
    color:#000!important;
    border-color:#000!important;
}

body.single-product .orre-pdp-final-buy .variations select{
    display:block!important;
    width:100%!important;
    max-width:360px!important;
    height:46px!important;
    margin:0!important;
    padding:0 14px!important;
    background:#000!important;
    color:#fff!important;
    border:1px solid #000!important;
    border-radius:0!important;
    font-size:11px!important;
    font-weight:600!important;
}

body.single-product .orre-pdp-final-buy .reset_variations{
    display:inline-block!important;
    margin-top:9px!important;
    color:#555!important;
    font-size:9px!important;
    font-weight:600!important;
    letter-spacing:.06em!important;
}

body.single-product .orre-pdp-static-sizes{
    margin-top:24px!important;
}

body.single-product .orre-pdp-static-sizes-label{
    display:block!important;
    margin-bottom:10px!important;
    color:#111!important;
    font-size:11px!important;
    font-weight:700!important;
    letter-spacing:.08em!important;
}

body.single-product .orre-pdp-static-sizes-list{
    display:flex!important;
    flex-wrap:wrap!important;
    gap:7px!important;
}

body.single-product .orre-pdp-static-sizes-list > span{
    min-width:46px!important;
    height:38px!important;
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    padding:0 12px!important;
    background:#000!important;
    color:#fff!important;
    border:1px solid #000!important;
    font-size:10px!important;
    font-weight:700!important;
}

body.single-product .orre-pdp-final-buy{
    margin-top:28px!important;
}

body.single-product .orre-pdp-final-buy .single_add_to_cart_button{
    min-height:52px!important;
    background:#000!important;
    color:#fff!important;
    border:1px solid #000!important;
    font-size:11px!important;
    font-weight:700!important;
    letter-spacing:.10em!important;
}

@media(max-width:767px){

    .orre-home-product-name,
    .orre-collection-product-name,
    .orre-shop-pro-name{
        font-size:12px!important;
    }

    .orre-home-product-price,
    .orre-collection-product-price,
    .orre-shop-pro-price{
        font-size:12px!important;
    }

    .orre-home-size-strip,
    .orre-collection-sizes,
    .orre-shop-pro-sizes{
        padding:8px 7px 3px!important;
        gap:4px!important;
    }

    .orre-home-size-strip > span,
    .orre-collection-sizes > span,
    .orre-shop-pro-size-list > span{
        min-width:36px!important;
        height:32px!important;
        padding:0 8px!important;
        font-size:9px!important;
    }

    body.single-product .orre-pdp-final-title{
        font-size:25px!important;
    }

    body.single-product .orre-pdp-final-price{
        font-size:20px!important;
    }

    body.single-product .orre-pdp-final-short-description{
        font-size:13px!important;
        line-height:1.65!important;
    }

    body.single-product .orre-pdp-kiji-main-image{
        max-height:none!important;
        object-fit:contain!important;
    }
}

.orre-home-product-name,
.orre-collection-product-name,
.orre-shop-pro-name,
.orre-pdp-final-related-info > a{
    color:#111!important;
    font-family:Arial,Helvetica,sans-serif!important;
    font-size:14px!important;
    font-weight:700!important;
    line-height:1.35!important;
    letter-spacing:.01em!important;
    text-transform:uppercase!important;
}

.orre-home-product-price,
.orre-collection-product-price,
.orre-shop-pro-price,
.orre-pdp-final-related-info > span{
    margin-top:8px!important;
    color:#111!important;
    font-family:Arial,Helvetica,sans-serif!important;
    font-size:14px!important;
    font-weight:700!important;
    line-height:1.25!important;
}

.woocommerce-Price-currencySymbol{
    display:inline-block!important;
    margin-right:5px!important;
}

.orre-home-size-strip,
.orre-collection-sizes,
.orre-shop-pro-sizes,
.orre-shop-pro-size-list{
    position:static!important;
    inset:auto!important;
    display:flex!important;
    visibility:visible!important;
    opacity:1!important;
    transform:none!important;
    flex-wrap:wrap!important;
    align-items:center!important;
    justify-content:flex-start!important;
    gap:6px!important;
    width:100%!important;
    min-height:48px!important;
    margin:0!important;
    padding:10px 12px 4px!important;
    background:#fff!important;
    overflow:visible!important;
    transition:none!important;
}

.orre-home-size-strip > span,
.orre-collection-sizes > span,
.orre-shop-pro-size-list > span{
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    min-width:42px!important;
    height:36px!important;
    margin:0!important;
    padding:0 11px!important;
    background:#000!important;
    color:#fff!important;
    border:1px solid #000!important;
    border-radius:0!important;
    box-shadow:none!important;
    font-family:Arial,Helvetica,sans-serif!important;
    font-size:10px!important;
    font-weight:700!important;
    line-height:1!important;
    letter-spacing:.04em!important;
    text-transform:uppercase!important;
}

.orre-home-product:hover .orre-home-size-strip,
.orre-collection-card:hover .orre-collection-sizes{
    opacity:1!important;
    transform:none!important;
}

.orre-shop-pro-size-label{
    display:none!important;
}

.orre-home-product-info,
.orre-collection-card-info,
.orre-shop-pro-info,
.orre-pdp-final-related-info{
    padding:12px 12px 24px!important;
    background:#fff!important;
}

body.single-product,
body.single-product #page,
body.single-product .website-wrapper,
body.single-product .main-page-wrapper,
body.single-product .site-content,
body.single-product .orre-single-product-page,
body.single-product .orre-pdp-final,
body.single-product .orre-pdp-final-main,
body.single-product .orre-pdp-final-gallery,
body.single-product .orre-pdp-kiji-gallery,
body.single-product .orre-pdp-kiji-main-link,
body.single-product .orre-pdp-kiji-thumbs,
body.single-product .orre-pdp-kiji-thumb{
    background:#fff!important;
}

body.single-product .orre-pdp-kiji-main-image{
    display:block!important;
    width:100%!important;
    height:auto!important;
    max-height:720px!important;
    min-height:0!important;
    margin:0 auto!important;
    object-fit:contain!important;
    object-position:center!important;
    background:#fff!important;
}

body.single-product .orre-pdp-kiji-thumb img{
    object-fit:contain!important;
    background:#fff!important;
}

body.single-product .orre-pdp-final-summary-inner{
    padding-top:42px!important;
}

body.single-product .orre-pdp-final-title{
    color:#111!important;
    font-family:Arial,Helvetica,sans-serif!important;
    font-size:32px!important;
    font-weight:700!important;
    line-height:1.08!important;
    letter-spacing:-.02em!important;
    text-transform:uppercase!important;
}

body.single-product .orre-pdp-final-codes{
    margin-top:12px!important;
    color:#777!important;
    font-family:Arial,Helvetica,sans-serif!important;
    font-size:10px!important;
    font-weight:500!important;
    letter-spacing:.06em!important;
}

body.single-product .orre-pdp-final-price{
    margin-top:20px!important;
    color:#111!important;
    font-family:Arial,Helvetica,sans-serif!important;
    font-size:24px!important;
    font-weight:700!important;
    line-height:1.1!important;
}

body.single-product .orre-pdp-final-short-description{
    max-width:620px!important;
    margin-top:22px!important;
    color:#333!important;
    font-family:Arial,Helvetica,sans-serif!important;
    font-size:14px!important;
    font-weight:400!important;
    line-height:1.7!important;
}

body.single-product .orre-pdp-final-short-description p{
    margin:0 0 12px!important;
}

body.single-product .orre-pdp-final-buy .variations,
body.single-product .orre-pdp-final-buy .variations tbody,
body.single-product .orre-pdp-final-buy .variations tr,
body.single-product .orre-pdp-final-buy .variations th,
body.single-product .orre-pdp-final-buy .variations td{
    display:block!important;
    visibility:visible!important;
    opacity:1!important;
    width:100%!important;
}

body.single-product .orre-pdp-final-buy .variations{
    margin:0 0 22px!important;
    padding:0!important;
    border:0!important;
}

body.single-product .orre-pdp-final-buy .variations tr{
    margin:0 0 18px!important;
}

body.single-product .orre-pdp-final-buy .variations th,
body.single-product .orre-pdp-final-buy .variations td{
    margin:0!important;
    padding:0!important;
    border:0!important;
}

body.single-product .orre-pdp-final-buy .variations label{
    display:block!important;
    margin:0 0 10px!important;
    color:#111!important;
    font-family:Arial,Helvetica,sans-serif!important;
    font-size:11px!important;
    font-weight:700!important;
    line-height:1!important;
    letter-spacing:.08em!important;
    text-transform:uppercase!important;
}

body.single-product .orre-pdp-final-buy .wd-swatches-product{
    display:flex!important;
    flex-wrap:wrap!important;
    gap:7px!important;
}

body.single-product .orre-pdp-final-buy .wd-swatch,
body.single-product .orre-pdp-final-buy .wd-swatch-text{
    min-width:46px!important;
    height:38px!important;
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    margin:0!important;
    padding:0 12px!important;
    background:#000!important;
    color:#fff!important;
    border:1px solid #000!important;
    border-radius:0!important;
    font-size:10px!important;
    font-weight:700!important;
}

body.single-product .orre-pdp-final-buy .wd-swatch.wd-active,
body.single-product .orre-pdp-final-buy .wd-swatch.active,
body.single-product .orre-pdp-final-buy .wd-swatch.selected,
body.single-product .orre-pdp-final-buy .wd-swatch:hover{
    background:#fff!important;
    color:#000!important;
    border-color:#000!important;
}

body.single-product .orre-pdp-final-buy .variations select{
    display:block!important;
    width:100%!important;
    max-width:360px!important;
    height:46px!important;
    margin:0!important;
    padding:0 14px!important;
    background:#000!important;
    color:#fff!important;
    border:1px solid #000!important;
    border-radius:0!important;
    font-size:11px!important;
    font-weight:600!important;
}

body.single-product .orre-pdp-final-buy .reset_variations{
    display:inline-block!important;
    margin-top:9px!important;
    color:#555!important;
    font-size:9px!important;
    font-weight:600!important;
    letter-spacing:.06em!important;
}

body.single-product .orre-pdp-static-sizes{
    margin-top:24px!important;
}

body.single-product .orre-pdp-static-sizes-label{
    display:block!important;
    margin-bottom:10px!important;
    color:#111!important;
    font-size:11px!important;
    font-weight:700!important;
    letter-spacing:.08em!important;
}

body.single-product .orre-pdp-static-sizes-list{
    display:flex!important;
    flex-wrap:wrap!important;
    gap:7px!important;
}

body.single-product .orre-pdp-static-sizes-list > span{
    min-width:46px!important;
    height:38px!important;
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    padding:0 12px!important;
    background:#000!important;
    color:#fff!important;
    border:1px solid #000!important;
    font-size:10px!important;
    font-weight:700!important;
}

body.single-product .orre-pdp-final-buy{
    margin-top:28px!important;
}

body.single-product .orre-pdp-final-buy .single_add_to_cart_button{
    min-height:52px!important;
    background:#000!important;
    color:#fff!important;
    border:1px solid #000!important;
    font-size:11px!important;
    font-weight:700!important;
    letter-spacing:.10em!important;
}

@media(max-width:767px){

    .orre-home-product-name,
    .orre-collection-product-name,
    .orre-shop-pro-name{
        font-size:12px!important;
    }

    .orre-home-product-price,
    .orre-collection-product-price,
    .orre-shop-pro-price{
        font-size:12px!important;
    }

    .orre-home-size-strip,
    .orre-collection-sizes,
    .orre-shop-pro-sizes{
        padding:8px 7px 3px!important;
        gap:4px!important;
    }

    .orre-home-size-strip > span,
    .orre-collection-sizes > span,
    .orre-shop-pro-size-list > span{
        min-width:36px!important;
        height:32px!important;
        padding:0 8px!important;
        font-size:9px!important;
    }

    body.single-product .orre-pdp-final-title{
        font-size:25px!important;
    }

    body.single-product .orre-pdp-final-price{
        font-size:20px!important;
    }

    body.single-product .orre-pdp-final-short-description{
        font-size:13px!important;
        line-height:1.65!important;
    }

    body.single-product .orre-pdp-kiji-main-image{
        max-height:none!important;
        object-fit:contain!important;
    }
}

.orre-home-size-strip > span,
.orre-collection-sizes > span,
.orre-shop-pro-size-list > span{
    background:#fff!important;
    color:#111!important;

    border:1px solid #d4d4d4!important;

    font-weight:500!important;
}

body.single-product .orre-pdp-static-sizes-list,
body.single-product .orre-variable-size-buttons{
    display:flex!important;
    flex-wrap:wrap!important;
    gap:8px!important;

    margin:0!important;
    padding:0!important;
}

body.single-product .orre-size-option{
    min-width:52px!important;
    height:42px!important;

    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;

    margin:0!important;
    padding:0 14px!important;

    background:#fff!important;
    color:#111!important;

    border:1px solid #cfcfcf!important;
    border-radius:0!important;

    box-shadow:none!important;

    font-family:Arial,Helvetica,sans-serif!important;
    font-size:11px!important;
    font-weight:600!important;
    line-height:1!important;

    cursor:pointer!important;

    transition:
        background .18s ease,
        color .18s ease,
        border-color .18s ease!important;
}

body.single-product .orre-size-option:hover{
    border-color:#111!important;
}

body.single-product .orre-size-option.is-selected{
    background:#000!important;
    color:#fff!important;
    border-color:#000!important;
}

body.single-product .orre-size-option.is-disabled,
body.single-product .orre-size-option:disabled{
    opacity:.35!important;
    cursor:not-allowed!important;
    text-decoration:line-through!important;
}

body.single-product .orre-native-size-select{
    position:absolute!important;

    width:1px!important;
    height:1px!important;

    margin:-1px!important;
    padding:0!important;

    overflow:hidden!important;

    clip:rect(0 0 0 0)!important;
    clip-path:inset(50%)!important;

    white-space:nowrap!important;

    border:0!important;
}

body.single-product .orre-pdp-final-buy .wd-swatch,
body.single-product .orre-pdp-final-buy .wd-swatch-text{
    background:#fff!important;
    color:#111!important;
    border:1px solid #cfcfcf!important;
}

body.single-product .orre-pdp-final-buy .wd-swatch.wd-active,
body.single-product .orre-pdp-final-buy .wd-swatch.active,
body.single-product .orre-pdp-final-buy .wd-swatch.selected,
body.single-product .orre-pdp-final-buy .wd-swatch:hover{
    background:#000!important;
    color:#fff!important;
    border-color:#000!important;
}

body.single-product .orre-pdp-static-sizes-label{
    margin-bottom:12px!important;

    font-size:11px!important;
    font-weight:700!important;

    letter-spacing:.08em!important;

    text-transform:uppercase!important;
}

body.single-product .orre-pdp-final-price{
    font-size:25px!important;
    font-weight:700!important;
}

body.single-product .orre-pdp-final-short-description{
    font-size:14px!important;
    line-height:1.75!important;
}

body.single-product .orre-pdp-final-gallery,
body.single-product .orre-pdp-kiji-gallery,
body.single-product .orre-pdp-kiji-main-link,
body.single-product .orre-pdp-kiji-main-image,
body.single-product .orre-pdp-kiji-thumbs,
body.single-product .orre-pdp-kiji-thumb,
body.single-product .orre-pdp-kiji-thumb img{
    background:#fff!important;
}
.orre-slider-arrow,
.orre-slider-prev,
.orre-slider-next{
    pointer-events:auto!important;
    cursor:pointer!important;
    z-index:999!important;
}

.orre-slider-shell{
    position:relative!important;
}

.orre-product-slider{
    overflow-x:auto!important;
    scroll-behavior:smooth!important;
}
.orre-slider-arrow span{
    display:block!important;
    position:relative!important;
    width:14px!important;
    height:14px!important;
}

.orre-slider-arrow span::before{
    display:block!important;
    content:""!important;

    position:absolute!important;
    top:50%!important;
    left:50%!important;

    width:8px!important;
    height:8px!important;

    border-top:2px solid #111!important;
    border-right:2px solid #111!important;
}

.orre-slider-prev span::before{
    transform:translate(-35%,-50%) rotate(-135deg)!important;
}

.orre-slider-next span::before{
    transform:translate(-65%,-50%) rotate(45deg)!important;
}

.orre-home-product,
.orre-collection-card,
.orre-shop-pro-card{
    display:flex!important;
    flex-direction:column!important;

    height:100%!important;

    margin:0!important;
    padding:0!important;

    background:#fff!important;
}

.orre-home-product-media,
.orre-collection-card-media,
.orre-shop-pro-gallery{
    position:relative!important;

    width:100%!important;
    height:520px!important;

    flex:0 0 520px!important;

    margin:0!important;
    padding:0!important;

    overflow:hidden!important;

    background:#f3eeee!important;
}

.orre-home-product-media img,
.orre-collection-card-media img,
.orre-shop-pro-gallery img{
    display:block!important;

    width:100%!important;
    height:100%!important;

    object-fit:cover!important;
    object-position:center!important;
}

.orre-home-size-strip,
.orre-collection-sizes,
.orre-shop-pro-sizes{
    box-sizing:border-box!important;

    display:flex!important;
    align-items:center!important;
    flex-wrap:wrap!important;

    width:100%!important;

    min-height:58px!important;
    height:58px!important;

    margin:0!important;
    padding:10px 12px!important;

    gap:7px!important;

    overflow:hidden!important;

    background:#fff!important;
}

.orre-home-size-strip > span,
.orre-collection-sizes > span,
.orre-shop-pro-size-list > span{
    min-width:54px!important;
    height:44px!important;

    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;

    margin:0!important;
    padding:0 12px!important;

    background:#fff!important;
    color:#222!important;

    border:1px solid #d8d8d8!important;

    font-size:10px!important;
    font-weight:500!important;
}

.orre-home-product-info,
.orre-collection-card-info,
.orre-shop-pro-info{
    box-sizing:border-box!important;

    display:flex!important;
    flex-direction:column!important;

    width:100%!important;

    min-height:110px!important;

    margin:0!important;
    padding:8px 12px 22px!important;

    background:#fff!important;
}

.orre-home-product-name,
.orre-collection-product-name,
.orre-shop-pro-name{
    display:block!important;

    min-height:38px!important;

    margin:0!important;

    font-size:14px!important;
    font-weight:700!important;
    line-height:1.35!important;

    text-transform:uppercase!important;
}

.orre-home-product-price,
.orre-collection-product-price,
.orre-shop-pro-price{
    display:block!important;

    min-height:22px!important;

    margin-top:7px!important;

    font-size:14px!important;
    font-weight:600!important;
}

.orre-home-product-grid,
.orre-collection-grid,
.orre-shop-pro-grid{
    align-items:stretch!important;
}

.orre-home-product-grid > *,
.orre-collection-grid > *,
.orre-shop-pro-grid > *{
    height:100%!important;
}

@media(max-width:1024px){

    .orre-home-product-media,
    .orre-collection-card-media,
    .orre-shop-pro-gallery{
        height:430px!important;
        flex-basis:430px!important;
    }

}

@media(max-width:767px){

    .orre-home-product-media,
    .orre-collection-card-media,
    .orre-shop-pro-gallery{
        height:380px!important;
        flex-basis:380px!important;
    }

    .orre-home-size-strip,
    .orre-collection-sizes,
    .orre-shop-pro-sizes{
        min-height:50px!important;
        height:50px!important;

        padding:7px!important;
    }

    .orre-home-size-strip > span,
    .orre-collection-sizes > span,
    .orre-shop-pro-size-list > span{
        min-width:42px!important;
        height:34px!important;

        padding:0 8px!important;
    }

    .orre-home-product-info,
    .orre-collection-card-info,
    .orre-shop-pro-info{
        min-height:95px!important;
        padding:8px 7px 16px!important;
    }

    .orre-home-product-name,
    .orre-collection-product-name,
    .orre-shop-pro-name{
        min-height:34px!important;
        font-size:12px!important;
    }

    .orre-home-product-price,
    .orre-collection-product-price,
    .orre-shop-pro-price{
        font-size:12px!important;
    }

}

.orre-home-size-strip,
.orre-collection-sizes,
.orre-shop-pro-sizes{
    min-height:46px!important;
    height:46px!important;

    padding:7px 10px!important;

    gap:6px!important;

    align-items:center!important;
}

.orre-home-size-strip > span,
.orre-collection-sizes > span,
.orre-shop-pro-size-list > span{
    min-width:38px!important;
    width:auto!important;

    height:32px!important;

    padding:0 9px!important;

    background:#fff!important;
    color:#222!important;

    border:1px solid #d6d6d6!important;
    border-radius:0!important;

    font-family:Arial, Helvetica, sans-serif!important;
    font-size:10px!important;
    font-weight:500!important;
    line-height:1!important;

    letter-spacing:.02em!important;
    text-transform:uppercase!important;
}

.orre-home-size-strip > span:hover,
.orre-collection-sizes > span:hover,
.orre-shop-pro-size-list > span:hover{
    border-color:#111!important;
}

body.single-product .orre-size-option{
    min-width:42px!important;
    height:34px!important;

    padding:0 10px!important;

    font-size:10px!important;
    font-weight:600!important;

    background:#fff!important;
    color:#111!important;

    border:1px solid #d2d2d2!important;
}

body.single-product .orre-size-option.is-selected{
    background:#000!important;
    color:#fff!important;
    border-color:#000!important;
}

@media(max-width:767px){

    .orre-home-size-strip,
    .orre-collection-sizes,
    .orre-shop-pro-sizes{
        min-height:42px!important;
        height:42px!important;

        padding:6px 7px!important;
        gap:5px!important;
    }

    .orre-home-size-strip > span,
    .orre-collection-sizes > span,
    .orre-shop-pro-size-list > span,
    body.single-product .orre-size-option{
        min-width:34px!important;
        height:30px!important;

        padding:0 7px!important;

        font-size:9px!important;
    }
}

.orre-home-product-media,
.orre-collection-card-media,
.orre-shop-pro-gallery{
    height:420px!important;
    min-height:420px!important;
    max-height:420px!important;

    flex:0 0 420px!important;

    overflow:hidden!important;
}

.orre-home-product-media img,
.orre-collection-card-media img,
.orre-shop-pro-gallery img{
    width:100%!important;
    height:100%!important;

    object-fit:cover!important;
    object-position:center!important;
}

.orre-home-size-strip,
.orre-collection-sizes,
.orre-shop-pro-sizes{
    min-height:42px!important;
    height:42px!important;

    padding:6px 10px!important;
    gap:5px!important;
}

.orre-home-size-strip > span,
.orre-collection-sizes > span,
.orre-shop-pro-size-list > span{
    min-width:36px!important;
    height:30px!important;

    padding:0 8px!important;

    font-size:9px!important;
}

.orre-home-product-info,
.orre-collection-card-info,
.orre-shop-pro-info{
    min-height:auto!important;

    padding:9px 10px 18px!important;
}

.orre-home-product-name,
.orre-collection-product-name,
.orre-shop-pro-name{
    min-height:auto!important;

    font-size:13px!important;
    line-height:1.3!important;
}

.orre-home-product-price,
.orre-collection-product-price,
.orre-shop-pro-price{
    min-height:auto!important;

    margin-top:5px!important;

    font-size:12px!important;
}

@media(max-width:1024px){

    .orre-home-product-media,
    .orre-collection-card-media,
    .orre-shop-pro-gallery{
        height:360px!important;
        min-height:360px!important;
        max-height:360px!important;

        flex-basis:360px!important;
    }
}

@media(max-width:767px){

    .orre-home-product-media,
    .orre-collection-card-media,
    .orre-shop-pro-gallery{
        height:330px!important;
        min-height:330px!important;
        max-height:330px!important;

        flex-basis:330px!important;
    }

    .orre-home-size-strip,
    .orre-collection-sizes,
    .orre-shop-pro-sizes{
        min-height:38px!important;
        height:38px!important;

        padding:5px 7px!important;
    }

    .orre-home-size-strip > span,
    .orre-collection-sizes > span,
    .orre-shop-pro-size-list > span{
        min-width:32px!important;
        height:28px!important;

        padding:0 6px!important;

        font-size:8.5px!important;
    }
}

.orre-nav-header{
    position:sticky!important;
    top:0!important;
    left:0!important;
    right:0!important;

    width:100%!important;

    z-index:99999!important;

    background:#000!important;

    transition:
        background .25s ease,
        backdrop-filter .25s ease,
        -webkit-backdrop-filter .25s ease,
        box-shadow .25s ease!important;
}

.orre-nav-header.is-scrolled{
    background:rgba(50,50,50,.72)!important;

    backdrop-filter:blur(16px)!important;
    -webkit-backdrop-filter:blur(16px)!important;

    box-shadow:
        0 4px 18px rgba(0,0,0,.12)!important;

    border-bottom:
        1px solid rgba(255,255,255,.08)!important;
}

.orre-nav-header,
.orre-nav-header a,
.orre-nav-header button,
.orre-nav-header svg{
    color:#fff!important;
}

header,
.site-header,
.main-header,
.website-wrapper,
#page{
    overflow:visible!important;
}

html body .orre-nav-header,
html body #orreNavHeader{
    position:relative!important;

    top:auto!important;
    left:auto!important;
    right:auto!important;

    width:100%!important;
    height:92px!important;

    margin:0!important;

    z-index:999999!important;

    background:#000!important;

    transform:none!important;

    opacity:1!important;
    visibility:visible!important;

    transition:
        background .25s ease,
        box-shadow .25s ease,
        backdrop-filter .25s ease,
        -webkit-backdrop-filter .25s ease!important;
}

html body .orre-nav-header.is-fixed,
html body #orreNavHeader.is-fixed{
    position:fixed!important;

    top:0!important;
    left:0!important;
    right:0!important;

    width:100%!important;
    height:92px!important;

    margin:0!important;

    z-index:2147483000!important;

    background:rgba(54,54,54,.76)!important;

    -webkit-backdrop-filter:
        blur(18px) saturate(120%)!important;

    backdrop-filter:
        blur(18px) saturate(120%)!important;

    box-shadow:
        0 5px 24px rgba(0,0,0,.14)!important;

    border-top:0!important;

    border-bottom:
        1px solid rgba(255,255,255,.10)!important;
}

html body .orre-nav-header .orre-nav-inner{
    display:flex!important;

    width:100%!important;
    height:100%!important;

    align-items:center!important;
    justify-content:space-between!important;

    opacity:1!important;
    visibility:visible!important;
}

html body .orre-nav-header .orre-nav-logo,
html body .orre-nav-header .orre-nav-logo a{
    opacity:1!important;
    visibility:visible!important;

    color:#fff!important;
}

html body .orre-nav-header .orre-hamburger,
html body .orre-nav-header .orre-nav-actions,
html body .orre-nav-header .orre-nav-icon{
    opacity:1!important;
    visibility:visible!important;

    color:#fff!important;
}

.orre-nav-placeholder{
    width:100%!important;

    margin:0!important;
    padding:0!important;

    background:transparent!important;
}

@media(max-width:767px){

    html body .orre-nav-header,
    html body #orreNavHeader,
    html body .orre-nav-header.is-fixed,
    html body #orreNavHeader.is-fixed{
        height:72px!important;
    }

    html body .orre-nav-header .orre-nav-inner{
        padding-left:20px!important;
        padding-right:20px!important;
    }

    html body .orre-nav-header .orre-nav-logo a{
        font-size:32px!important;
    }
}

.site-header,
.orre-header,
header.site-header,
header.orre-header {
    min-height: 78px !important;
    height: 78px !important;
}

.site-header .header-inner,
.orre-header .header-inner,
.site-header .container,
.orre-header .container {
    min-height: 78px !important;
    height: 78px !important;
    display: flex !important;
    align-items: center !important;
}

.site-header .site-logo img,
.orre-header .site-logo img,
.site-header .custom-logo,
.orre-header .custom-logo {
    max-height: 52px !important;
    width: auto !important;
}

.site-header .menu-toggle,
.orre-header .menu-toggle,
.site-header .header-icons,
.orre-header .header-icons,
.site-header .site-branding,
.orre-header .site-branding {
    display: flex !important;
    align-items: center !important;
    height: 78px !important;
}

@media (min-width: 992px) {
    .site-header,
    .orre-header,
    header.site-header,
    header.orre-header {
        min-height: 74px !important;
        height: 74px !important;
    }

    .site-header .header-inner,
    .orre-header .header-inner,
    .site-header .container,
    .orre-header .container {
        min-height: 74px !important;
        height: 74px !important;
    }

    .site-header .menu-toggle,
    .orre-header .menu-toggle,
    .site-header .header-icons,
    .orre-header .header-icons,
    .site-header .site-branding,
    .orre-header .site-branding {
        height: 74px !important;
    }

    .site-header .site-logo img,
    .orre-header .site-logo img,
    .site-header .custom-logo,
    .orre-header .custom-logo {
        max-height: 46px !important;
    }
}

@media (max-width: 767px) {
    .site-header,
    .orre-header,
    header.site-header,
    header.orre-header {
        min-height: 64px !important;
        height: 64px !important;
    }

    .site-header .header-inner,
    .orre-header .header-inner,
    .site-header .container,
    .orre-header .container {
        min-height: 64px !important;
        height: 64px !important;
    }

    .site-header .menu-toggle,
    .orre-header .menu-toggle,
    .site-header .header-icons,
    .orre-header .header-icons,
    .site-header .site-branding,
    .orre-header .site-branding {
        height: 64px !important;
    }

    .site-header .site-logo img,
    .orre-header .site-logo img,
    .site-header .custom-logo,
    .orre-header .custom-logo {
        max-height: 38px !important;
    }
}

.orre-menu-panel .menu-item > a,
.orre-menu-panel .menu-item > button,
.orre-menu-panel .menu-item-has-children > a {
    position: relative;
    padding-right: 48px;
}

.orre-menu-panel .menu-arrow,
.orre-menu-panel .submenu-toggle-text,
.orre-menu-panel .toggle-text,
.orre-menu-panel .menu-item .arrow-text {
    display: none !important;
}

.orre-menu-panel .menu-item > a::after,
.orre-menu-panel .menu-item > button::after {
    content: "";
    position: absolute;
    right: 22px;
    top: 50%;
    width: 8px;
    height: 8px;
    border-top: 1.8px solid rgba(255,255,255,0.92);
    border-right: 1.8px solid rgba(255,255,255,0.92);
    transform: translateY(-50%) rotate(45deg);
    transition: all 0.25s ease;
    opacity: 0.9;
}

.orre-menu-panel .menu-item-has-children > a::before,
.orre-menu-panel .menu-item-has-children > button::before {
    content: "";
    position: absolute;
    right: 19px;
    top: 50%;
    width: 12px;
    height: 1.8px;
    background: rgba(255,255,255,0.92);
    transform: translateY(-50%);
    transition: all 0.25s ease;
}

.orre-menu-panel .menu-item-has-children > a::after,
.orre-menu-panel .menu-item-has-children > button::after {
    content: "";
    position: absolute;
    right: 24px;
    top: 50%;
    width: 1.8px;
    height: 12px;
    background: rgba(255,255,255,0.92);
    transform: translateY(-50%);
    transition: all 0.25s ease;
    border: none;
}

.orre-menu-panel .menu-item-has-children.is-open > a::after,
.orre-menu-panel .menu-item-has-children.is-open > button::after,
.orre-menu-panel .menu-item-has-children.active > a::after,
.orre-menu-panel .menu-item-has-children.active > button::after {
    height: 0;
    opacity: 0;
}

.orre-menu-panel .menu-item > a:hover::after,
.orre-menu-panel .menu-item > button:hover::after,
.orre-menu-panel .menu-item-has-children > a:hover::before,
.orre-menu-panel .menu-item-has-children > a:hover::after,
.orre-menu-panel .menu-item-has-children > button:hover::before,
.orre-menu-panel .menu-item-has-children > button:hover::after {
    opacity: 1;
}

.orre-menu-panel .menu-item > a,
.orre-menu-panel .menu-item > button {
    letter-spacing: 1.5px;
    font-weight: 500;
}

.orre-home-section-head,
.orre-section-head,
.orre-collection-section-head{
    display:flex!important;
    align-items:flex-end!important;
    justify-content:space-between!important;

    gap:30px!important;

    width:100%!important;

    padding:42px 56px 28px!important;

    box-sizing:border-box!important;

    background:#fff!important;

    text-align:left!important;
}

.orre-home-section-head h2,
.orre-section-head h2,
.orre-collection-section-head h2{
    position:relative!important;

    margin:0!important;
    padding-bottom:14px!important;

    color:#111!important;

    font-family:Arial, Helvetica, sans-serif!important;

    font-size:36px!important;
    font-weight:700!important;
    line-height:1!important;

    letter-spacing:.08em!important;

    text-transform:uppercase!important;
}

.orre-home-section-head h2::after,
.orre-section-head h2::after,
.orre-collection-section-head h2::after{
    content:""!important;

    position:absolute!important;

    left:0!important;
    bottom:0!important;

    width:52px!important;
    height:2px!important;

    margin:0!important;

    background:#b7b7b7!important;
}

.orre-home-section-head a,
.orre-section-head a,
.orre-collection-section-head a{
    display:inline-flex!important;

    align-items:center!important;
    justify-content:center!important;

    min-width:175px!important;
    height:48px!important;

    margin:0!important;
    padding:0 24px!important;

    background:#000!important;
    color:#fff!important;

    border:1px solid #000!important;
    border-radius:0!important;

    font-size:10px!important;
    font-weight:700!important;

    letter-spacing:.12em!important;

    text-decoration:none!important;
    text-transform:uppercase!important;

    transition:.2s ease!important;
}

.orre-home-section-head a:hover,
.orre-section-head a:hover,
.orre-collection-section-head a:hover{
    background:#fff!important;
    color:#000!important;
}

@media(max-width:1024px){

    .orre-home-section-head,
    .orre-section-head,
    .orre-collection-section-head{
        padding-left:28px!important;
        padding-right:28px!important;
    }

}

@media(max-width:767px){

    .orre-home-section-head,
    .orre-section-head,
    .orre-collection-section-head{
        align-items:center!important;

        padding:28px 16px 22px!important;

        gap:16px!important;
    }

    .orre-home-section-head h2,
    .orre-section-head h2,
    .orre-collection-section-head h2{
        font-size:24px!important;
    }

    .orre-home-section-head a,
    .orre-section-head a,
    .orre-collection-section-head a{
        min-width:auto!important;
        height:42px!important;

        padding:0 16px!important;

        font-size:9px!important;
    }
}

.orre-home-collection .orre-home-section-header{
    width:100% !important;

    display:flex !important;
    align-items:center !important;
    justify-content:space-between !important;

    gap:30px !important;

    padding:34px 56px 28px !important;
    margin:0 !important;

    box-sizing:border-box !important;

    text-align:left !important;

    background:#fff !important;
}

.orre-home-collection .orre-home-section-header h2{
    position:relative !important;

    margin:0 !important;
    padding:0 0 12px !important;

    color:#111 !important;

    font-family:Arial, Helvetica, sans-serif !important;

    font-size:34px !important;
    font-weight:700 !important;
    line-height:1 !important;

    letter-spacing:.08em !important;

    text-align:left !important;
    text-transform:uppercase !important;

    flex:0 0 auto !important;
}

.orre-home-collection .orre-home-section-header h2::after{
    content:"" !important;

    position:absolute !important;

    left:0 !important;
    bottom:0 !important;

    width:46px !important;
    height:2px !important;

    margin:0 !important;

    background:#b8b8b8 !important;
}

.orre-home-collection
.orre-home-section-header
.orre-section-cta{
    display:inline-flex !important;

    align-items:center !important;
    justify-content:center !important;

    min-width:175px !important;
    height:46px !important;

    margin:0 !important;
    padding:0 24px !important;

    background:#000 !important;
    color:#fff !important;

    border:1px solid #000 !important;
    border-radius:0 !important;

    font-family:Arial, Helvetica, sans-serif !important;

    font-size:10px !important;
    font-weight:700 !important;
    line-height:1 !important;

    letter-spacing:.12em !important;

    text-decoration:none !important;
    text-transform:uppercase !important;

    flex:0 0 auto !important;

    transition:
        background .2s ease,
        color .2s ease !important;
}

.orre-home-collection
.orre-home-section-header
.orre-section-cta:hover{
    background:#fff !important;
    color:#000 !important;
}

@media(max-width:1024px){

    .orre-home-collection .orre-home-section-header{
        padding:30px 28px 24px !important;
    }

    .orre-home-collection .orre-home-section-header h2{
        font-size:30px !important;
    }
}

@media(max-width:767px){

    .orre-home-collection .orre-home-section-header{
        padding:24px 16px 20px !important;

        gap:14px !important;
    }

    .orre-home-collection .orre-home-section-header h2{
        font-size:24px !important;
    }

    .orre-home-collection
    .orre-home-section-header
    .orre-section-cta{
        min-width:auto !important;
        height:40px !important;

        padding:0 15px !important;

        font-size:9px !important;
    }
}

body .orre-home-collection > .orre-home-section-header{
    display:flex !important;
    flex-direction:row !important;

    align-items:center !important;
    justify-content:space-between !important;

    width:100% !important;

    padding:28px 56px 24px !important;
    margin:0 !important;

    text-align:left !important;

    box-sizing:border-box !important;
}

body .orre-home-collection > .orre-home-section-header > h2{
    position:relative !important;

    display:block !important;

    margin:0 !important;
    padding:0 0 11px !important;

    text-align:left !important;

    font-size:34px !important;
    font-weight:700 !important;
    line-height:1 !important;

    letter-spacing:.07em !important;

    flex:0 0 auto !important;
}

body .orre-home-collection > .orre-home-section-header > h2::after{
    content:"" !important;

    display:block !important;

    position:absolute !important;

    left:0 !important;
    bottom:0 !important;

    width:46px !important;
    height:2px !important;

    margin:0 !important;

    background:#b5b5b5 !important;
}

body .orre-home-collection
> .orre-home-section-header
> .orre-section-cta{
    display:inline-flex !important;

    align-items:center !important;
    justify-content:center !important;

    width:auto !important;
    min-width:170px !important;

    height:46px !important;

    margin:0 !important;
    padding:0 24px !important;

    background:#000 !important;
    color:#fff !important;

    border:1px solid #000 !important;

    font-size:10px !important;
    font-weight:700 !important;

    letter-spacing:.12em !important;

    text-align:center !important;

    flex:0 0 auto !important;
}

body .orre-home-section-header{
    text-align:left !important;
}

body .orre-home-section-header::before,
body .orre-home-section-header::after{
    margin-left:0 !important;
    margin-right:0 !important;
}

@media(max-width:1024px){

    body .orre-home-collection > .orre-home-section-header{
        padding:24px 28px 20px !important;
    }

}

@media(max-width:767px){

    body .orre-home-collection > .orre-home-section-header{
        padding:20px 16px 18px !important;

        gap:12px !important;
    }

    body .orre-home-collection > .orre-home-section-header > h2{
        font-size:24px !important;
    }

    body .orre-home-collection
    > .orre-home-section-header
    > .orre-section-cta{
        min-width:auto !important;

        height:40px !important;

        padding:0 14px !important;

        font-size:9px !important;
    }
}

body .orre-home-new > .orre-home-section-header,
body .orre-home-collection > .orre-home-section-header{
    position:relative!important;

    width:100%!important;

    display:flex!important;
    align-items:flex-end!important;
    justify-content:space-between!important;

    gap:40px!important;

    margin:0!important;
    padding:38px 56px 30px!important;

    box-sizing:border-box!important;

    background:#fff!important;

    text-align:left!important;
}

body .orre-home-new
> .orre-home-section-header
> h1,

body .orre-home-collection
> .orre-home-section-header
> h2{
    position:relative!important;

    margin:0!important;
    padding:18px 0 13px!important;

    color:#0b0b0b!important;

    font-family:Arial, Helvetica, sans-serif!important;

    font-size:34px!important;
    font-weight:700!important;
    line-height:1!important;

    letter-spacing:.075em!important;

    text-transform:uppercase!important;
    text-align:left!important;

    flex:0 0 auto!important;
}

body .orre-home-new
> .orre-home-section-header
> h1::before{
    content:"CURATED FOR NOW"!important;

    position:absolute!important;
    top:0!important;
    left:0!important;

    font-size:9px!important;
    font-weight:600!important;
    line-height:1!important;

    letter-spacing:.22em!important;

    color:#8b8b8b!important;
}

body .orre-home-collection
> .orre-home-section-header
> h2::before{
    content:"EXPLORE THE COLLECTION"!important;

    position:absolute!important;
    top:0!important;
    left:0!important;

    font-size:9px!important;
    font-weight:600!important;
    line-height:1!important;

    letter-spacing:.22em!important;

    color:#8b8b8b!important;
}

body .orre-home-new
> .orre-home-section-header
> h1::after,

body .orre-home-collection
> .orre-home-section-header
> h2::after{
    content:""!important;

    position:absolute!important;

    left:0!important;
    bottom:0!important;

    width:44px!important;
    height:2px!important;

    margin:0!important;

    background:#b7b7b7!important;
}

body .orre-home-new
> .orre-home-section-header
> a,

body .orre-home-collection
> .orre-home-section-header
> .orre-section-cta{
    display:inline-flex!important;

    align-items:center!important;
    justify-content:center!important;

    min-width:168px!important;
    height:46px!important;

    margin:0!important;
    padding:0 24px!important;

    box-sizing:border-box!important;

    background:#000!important;
    color:#fff!important;

    border:1px solid #000!important;
    border-radius:0!important;

    font-family:Arial, Helvetica, sans-serif!important;

    font-size:10px!important;
    font-weight:700!important;
    line-height:1!important;

    letter-spacing:.14em!important;

    text-decoration:none!important;
    text-transform:uppercase!important;

    flex:0 0 auto!important;

    transition:
        background .2s ease,
        color .2s ease,
        transform .2s ease!important;
}

body .orre-home-new
> .orre-home-section-header
> a:hover,

body .orre-home-collection
> .orre-home-section-header
> .orre-section-cta:hover{
    background:#fff!important;
    color:#000!important;

    transform:translateY(-2px)!important;
}

body .orre-home-new .orre-home-section-header,
body .orre-home-collection .orre-home-section-header{
    text-align:left!important;
}

body .orre-home-new .orre-home-section-header::before,
body .orre-home-new .orre-home-section-header::after,
body .orre-home-collection .orre-home-section-header::before,
body .orre-home-collection .orre-home-section-header::after{
    display:none!important;
}

body .orre-home-new > .orre-home-section-header,
body .orre-home-collection > .orre-home-section-header{
    border-bottom:1px solid #eeeeee!important;
}

@media(max-width:1024px){

    body .orre-home-new > .orre-home-section-header,
    body .orre-home-collection > .orre-home-section-header{
        padding:32px 28px 26px!important;
    }

    body .orre-home-new
    > .orre-home-section-header
    > h1,

    body .orre-home-collection
    > .orre-home-section-header
    > h2{
        font-size:30px!important;
    }
}

@media(max-width:767px){

    body .orre-home-new > .orre-home-section-header,
    body .orre-home-collection > .orre-home-section-header{
        align-items:flex-end!important;

        gap:14px!important;

        padding:26px 16px 22px!important;
    }

    body .orre-home-new
    > .orre-home-section-header
    > h1,

    body .orre-home-collection
    > .orre-home-section-header
    > h2{
        font-size:23px!important;

        padding-top:16px!important;
        padding-bottom:10px!important;
    }

    body .orre-home-new
    > .orre-home-section-header
    > h1::before,

    body .orre-home-collection
    > .orre-home-section-header
    > h2::before{
        font-size:7px!important;
        letter-spacing:.18em!important;
    }

    body .orre-home-new
    > .orre-home-section-header
    > a,

    body .orre-home-collection
    > .orre-home-section-header
    > .orre-section-cta{
        min-width:auto!important;

        height:40px!important;

        padding:0 13px!important;

        font-size:8px!important;
    }
}

body .orre-home-new > .orre-home-section-header,
body .orre-home-collection > .orre-home-section-header{
    display:flex!important;
    align-items:center!important;
    justify-content:space-between!important;

    width:100%!important;

    padding:32px 56px!important;
    margin:0!important;

    box-sizing:border-box!important;

    background:#fff!important;
    border-bottom:1px solid #eee!important;
}

body .orre-home-new > .orre-home-section-header > h1,
body .orre-home-collection > .orre-home-section-header > h2{
    position:relative!important;

    margin:0!important;
    padding:0 0 12px!important;

    font-size:34px!important;
    font-weight:700!important;
    line-height:1!important;

    letter-spacing:.06em!important;

    color:#111!important;
    text-align:left!important;
    text-transform:uppercase!important;
}

body .orre-home-new > .orre-home-section-header > h1::before,
body .orre-home-collection > .orre-home-section-header > h2::before{
    content:none!important;
    display:none!important;
}

body .orre-home-new > .orre-home-section-header > h1::after,
body .orre-home-collection > .orre-home-section-header > h2::after{
    content:""!important;

    position:absolute!important;
    left:0!important;
    bottom:0!important;

    width:46px!important;
    height:2px!important;

    background:#b7b7b7!important;
}

body .orre-home-new > .orre-home-section-header > a,
body .orre-home-collection > .orre-home-section-header > .orre-section-cta{
    display:inline-flex!important;

    align-items:center!important;
    justify-content:center!important;

    min-width:175px!important;
    height:46px!important;

    margin:0!important;
    padding:0 24px!important;

    background:#000!important;
    color:#fff!important;

    border:1px solid #000!important;
    border-radius:0!important;

    font-size:10px!important;
    font-weight:700!important;

    letter-spacing:.14em!important;

    text-decoration:none!important;
    text-transform:uppercase!important;

    transition:.2s ease!important;
}

body .orre-home-new > .orre-home-section-header > a:hover,
body .orre-home-collection > .orre-home-section-header > .orre-section-cta:hover{
    background:#fff!important;
    color:#000!important;
}

@media(max-width:767px){

    body .orre-home-new > .orre-home-section-header,
    body .orre-home-collection > .orre-home-section-header{
        padding:24px 16px!important;
        gap:12px!important;
    }

    body .orre-home-new > .orre-home-section-header > h1,
    body .orre-home-collection > .orre-home-section-header > h2{
        font-size:24px!important;
    }

    body .orre-home-new > .orre-home-section-header > a,
    body .orre-home-collection > .orre-home-section-header > .orre-section-cta{
        min-width:auto!important;
        height:40px!important;

        padding:0 14px!important;

        font-size:8px!important;
    }
}

body .orre-home-new > .orre-home-section-header,
body .orre-home-collection > .orre-home-section-header{
    display:grid !important;
    grid-template-columns:auto 1fr auto !important;
    align-items:center !important;

    width:100% !important;
    min-height:108px !important;

    margin:0 !important;
    padding:22px 56px !important;

    box-sizing:border-box !important;

    background:#fff !important;

    border-top:1px solid #eeeeee !important;
    border-bottom:1px solid #eeeeee !important;

    text-align:left !important;
}

body .orre-home-new > .orre-home-section-header > h1,
body .orre-home-collection > .orre-home-section-header > h2{
    position:relative !important;

    margin:0 !important;
    padding:0 0 10px !important;

    color:#0a0a0a !important;

    font-family:Arial, Helvetica, sans-serif !important;

    font-size:36px !important;
    font-weight:700 !important;
    line-height:1 !important;

    letter-spacing:.055em !important;

    text-transform:uppercase !important;
    text-align:left !important;

    white-space:nowrap !important;
}

body .orre-home-new > .orre-home-section-header > h1::after,
body .orre-home-collection > .orre-home-section-header > h2::after{
    content:"" !important;

    position:absolute !important;

    left:0 !important;
    bottom:0 !important;

    width:38px !important;
    height:2px !important;

    background:#111 !important;
}

body .orre-home-new > .orre-home-section-header > h1::before,
body .orre-home-collection > .orre-home-section-header > h2::before{
    display:none !important;
    content:none !important;
}

body .orre-home-new > .orre-home-section-header::before,
body .orre-home-collection > .orre-home-section-header::before{
    content:"" !important;

    display:block !important;

    width:auto !important;
    height:1px !important;

    margin:0 40px !important;

    background:#e1e1e1 !important;
}

body .orre-home-new > .orre-home-section-header > a,
body .orre-home-collection > .orre-home-section-header > .orre-section-cta{
    position:relative !important;

    display:inline-flex !important;

    align-items:center !important;
    justify-content:center !important;

    min-width:176px !important;
    height:44px !important;

    margin:0 !important;
    padding:0 44px 0 20px !important;

    box-sizing:border-box !important;

    background:#0a0a0a !important;
    color:#fff !important;

    border:1px solid #0a0a0a !important;
    border-radius:0 !important;

    font-family:Arial, Helvetica, sans-serif !important;

    font-size:10px !important;
    font-weight:700 !important;

    letter-spacing:.14em !important;

    text-decoration:none !important;
    text-transform:uppercase !important;

    white-space:nowrap !important;

    transition:
        background .22s ease,
        color .22s ease !important;
}

body .orre-home-new > .orre-home-section-header > a::after,
body .orre-home-collection > .orre-home-section-header > .orre-section-cta::after{
    content:"→" !important;

    position:absolute !important;

    right:18px !important;

    font-size:16px !important;
    font-weight:400 !important;

    letter-spacing:0 !important;

    transition:transform .2s ease !important;
}

body .orre-home-new > .orre-home-section-header > a:hover,
body .orre-home-collection > .orre-home-section-header > .orre-section-cta:hover{
    background:#fff !important;
    color:#000 !important;
}

body .orre-home-new > .orre-home-section-header > a:hover::after,
body .orre-home-collection > .orre-home-section-header > .orre-section-cta:hover::after{
    transform:translateX(3px) !important;
}

@media(max-width:1024px){

    body .orre-home-new > .orre-home-section-header,
    body .orre-home-collection > .orre-home-section-header{
        min-height:96px !important;

        padding:20px 28px !important;
    }

    body .orre-home-new > .orre-home-section-header > h1,
    body .orre-home-collection > .orre-home-section-header > h2{
        font-size:30px !important;
    }

    body .orre-home-new > .orre-home-section-header::before,
    body .orre-home-collection > .orre-home-section-header::before{
        margin:0 24px !important;
    }
}

@media(max-width:767px){

    body .orre-home-new > .orre-home-section-header,
    body .orre-home-collection > .orre-home-section-header{
        grid-template-columns:1fr auto !important;

        min-height:82px !important;

        padding:18px 16px !important;
    }

    body .orre-home-new > .orre-home-section-header::before,
    body .orre-home-collection > .orre-home-section-header::before{
        display:none !important;
    }

    body .orre-home-new > .orre-home-section-header > h1,
    body .orre-home-collection > .orre-home-section-header > h2{
        font-size:23px !important;
    }

    body .orre-home-new > .orre-home-section-header > a,
    body .orre-home-collection > .orre-home-section-header > .orre-section-cta{
        min-width:auto !important;
        height:38px !important;

        padding:0 34px 0 13px !important;

        font-size:8px !important;
    }

    body .orre-home-new > .orre-home-section-header > a::after,
    body .orre-home-collection > .orre-home-section-header > .orre-section-cta::after{
        right:12px !important;
        font-size:14px !important;
    }
}

body .orre-home-new > .orre-home-section-header > h1,
body .orre-home-collection > .orre-home-section-header > h2{
    position:relative !important;

    display:inline-block !important;

    padding-bottom:14px !important;
}

body .orre-home-new > .orre-home-section-header > h1::after,
body .orre-home-collection > .orre-home-section-header > h2::after{
    content:"" !important;

    position:absolute !important;

    left:50% !important;
    bottom:0 !important;

    width:52px !important;
    height:2px !important;

    background:#9f9f9f !important;

    transform:translateX(-50%) !important;

    margin:0 !important;
}

body .orre-home-new > .orre-home-section-header,
body .orre-home-collection > .orre-home-section-header{
    display:grid !important;
    grid-template-columns:auto minmax(60px,1fr) auto !important;

    align-items:center !important;

    width:100% !important;
    min-height:94px !important;

    margin:0 !important;
    padding:22px 56px !important;

    box-sizing:border-box !important;

    background:#fff !important;

    border-top:1px solid #ededed !important;
    border-bottom:1px solid #ededed !important;

    gap:30px !important;
}

body .orre-home-new > .orre-home-section-header > h1,
body .orre-home-collection > .orre-home-section-header > h2{
    position:static !important;

    display:block !important;

    margin:0 !important;
    padding:0 !important;

    color:#0a0a0a !important;

    font-family:Arial, Helvetica, sans-serif !important;

    font-size:32px !important;
    font-weight:700 !important;
    line-height:1 !important;

    letter-spacing:.055em !important;

    text-align:left !important;
    text-transform:uppercase !important;

    white-space:nowrap !important;
}

body .orre-home-new > .orre-home-section-header > h1::before,
body .orre-home-new > .orre-home-section-header > h1::after,
body .orre-home-collection > .orre-home-section-header > h2::before,
body .orre-home-collection > .orre-home-section-header > h2::after{
    content:none !important;
    display:none !important;
}

body .orre-home-new > .orre-home-section-header::before,
body .orre-home-collection > .orre-home-section-header::before{
    content:"" !important;

    display:block !important;

    width:100% !important;
    height:1px !important;

    margin:0 !important;

    background:#d8d8d8 !important;
}

body .orre-home-new > .orre-home-section-header::after,
body .orre-home-collection > .orre-home-section-header::after{
    content:none !important;
    display:none !important;
}

body .orre-home-new > .orre-home-section-header > a,
body .orre-home-collection > .orre-home-section-header > .orre-section-cta{
    position:relative !important;

    display:inline-flex !important;

    align-items:center !important;
    justify-content:flex-start !important;

    min-width:164px !important;
    height:44px !important;

    margin:0 !important;
    padding:0 42px 0 20px !important;

    box-sizing:border-box !important;

    background:#000 !important;
    color:#fff !important;

    border:1px solid #000 !important;
    border-radius:0 !important;

    font-family:Arial, Helvetica, sans-serif !important;

    font-size:10px !important;
    font-weight:700 !important;
    line-height:1 !important;

    letter-spacing:.14em !important;

    text-decoration:none !important;
    text-transform:uppercase !important;

    white-space:nowrap !important;

    transition:
        background .22s ease,
        color .22s ease !important;
}

body .orre-home-new > .orre-home-section-header > a::after,
body .orre-home-collection > .orre-home-section-header > .orre-section-cta::after{
    content:"→" !important;

    position:absolute !important;
    right:18px !important;
    top:50% !important;

    transform:translateY(-52%) !important;

    font-size:15px !important;
    font-weight:400 !important;
    line-height:1 !important;

    letter-spacing:0 !important;
}

body .orre-home-new > .orre-home-section-header > a:hover,
body .orre-home-collection > .orre-home-section-header > .orre-section-cta:hover{
    background:#fff !important;
    color:#000 !important;
}

@media(max-width:1024px){

    body .orre-home-new > .orre-home-section-header,
    body .orre-home-collection > .orre-home-section-header{
        min-height:86px !important;

        padding:20px 28px !important;

        gap:22px !important;
    }

    body .orre-home-new > .orre-home-section-header > h1,
    body .orre-home-collection > .orre-home-section-header > h2{
        font-size:27px !important;
    }
}

@media(max-width:767px){

    body .orre-home-new > .orre-home-section-header,
    body .orre-home-collection > .orre-home-section-header{
        grid-template-columns:1fr auto !important;

        min-height:76px !important;

        padding:16px !important;

        gap:12px !important;
    }

    body .orre-home-new > .orre-home-section-header::before,
    body .orre-home-collection > .orre-home-section-header::before{
        display:none !important;
    }

    body .orre-home-new > .orre-home-section-header > h1,
    body .orre-home-collection > .orre-home-section-header > h2{
        font-size:21px !important;

        white-space:normal !important;
    }

    body .orre-home-new > .orre-home-section-header > a,
    body .orre-home-collection > .orre-home-section-header > .orre-section-cta{
        min-width:auto !important;
        height:38px !important;

        padding:0 32px 0 12px !important;

        font-size:8px !important;
    }

    body .orre-home-new > .orre-home-section-header > a::after,
    body .orre-home-collection > .orre-home-section-header > .orre-section-cta::after{
        right:11px !important;

        font-size:13px !important;
    }
}

body .orre-home-new > .orre-home-section-header,
body .orre-home-collection > .orre-home-section-header{
    display:grid !important;
    grid-template-columns:auto minmax(120px,1fr) auto !important;
    align-items:center !important;

    gap:28px !important;
}

body .orre-home-new > .orre-home-section-header::before,
body .orre-home-collection > .orre-home-section-header::before{
    content:"" !important;

    display:block !important;

    width:100% !important;
    height:1px !important;

    margin:0 !important;

    background:#d2d2d2 !important;

    align-self:center !important;
}

body .orre-home-new > .orre-home-section-header > h1::after,
body .orre-home-collection > .orre-home-section-header > h2::after{
    display:none !important;
    content:none !important;
}

@media(max-width:767px){

    body .orre-home-new > .orre-home-section-header,
    body .orre-home-collection > .orre-home-section-header{
        grid-template-columns:1fr auto !important;
    }

    body .orre-home-new > .orre-home-section-header::before,
    body .orre-home-collection > .orre-home-section-header::before{
        display:none !important;
    }
}

body .orre-home-new > .orre-home-section-header,
body .orre-home-collection > .orre-home-section-header{
    display:grid !important;
    grid-template-columns:auto minmax(140px,1fr) auto !important;
    align-items:center !important;
    gap:28px !important;
    padding:0 40px 26px !important;
}

body .orre-home-new > .orre-home-section-header > h1,
body .orre-home-collection > .orre-home-section-header > h2{
    margin:0 !important;
    font-size:52px !important;
    line-height:1 !important;
    letter-spacing:1px !important;
    font-weight:700 !important;
    text-transform:uppercase !important;
    position:relative !important;
}

body .orre-home-new > .orre-home-section-header::before,
body .orre-home-collection > .orre-home-section-header::before{
    content:"" !important;
    display:block !important;
    height:2px !important;
    width:100% !important;
    background:#bdbdbd !important;
    align-self:center !important;
}

body .orre-home-new > .orre-home-section-header > h1::after,
body .orre-home-collection > .orre-home-section-header > h2::after{
    display:none !important;
    content:none !important;
}

body .orre-home-new > .orre-home-section-header .button,
body .orre-home-collection > .orre-home-section-header .button,
body .orre-home-new > .orre-home-section-header a.button,
body .orre-home-collection > .orre-home-section-header a.button{
    min-width:220px !important;
    height:62px !important;
    padding:0 26px !important;
    display:inline-flex !important;
    align-items:center !important;
    justify-content:center !important;
    gap:14px !important;
    background:#000 !important;
    color:#fff !important;
    border:1px solid #000 !important;
    text-transform:uppercase !important;
    letter-spacing:2px !important;
    font-size:13px !important;
    font-weight:600 !important;
    text-decoration:none !important;
    box-shadow:none !important;
}

body .orre-home-new > .orre-home-section-header .button::after,
body .orre-home-collection > .orre-home-section-header .button::after,
body .orre-home-new > .orre-home-section-header a.button::after,
body .orre-home-collection > .orre-home-section-header a.button::after{
    content:"→" !important;
    display:inline-block !important;
    font-size:20px !important;
    line-height:1 !important;
    font-weight:400 !important;
    margin-left:6px !important;
    position:static !important;
    transform:none !important;
    border:none !important;
    width:auto !important;
    height:auto !important;
}

body .orre-home-new > .orre-home-section-header .button i,
body .orre-home-collection > .orre-home-section-header .button i,
body .orre-home-new > .orre-home-section-header .button svg,
body .orre-home-collection > .orre-home-section-header .button svg,
body .orre-home-new > .orre-home-section-header a.button i,
body .orre-home-collection > .orre-home-section-header a.button i,
body .orre-home-new > .orre-home-section-header a.button svg,
body .orre-home-collection > .orre-home-section-header a.button svg{
    display:none !important;
}

@media (max-width: 767px){
    body .orre-home-new > .orre-home-section-header,
    body .orre-home-collection > .orre-home-section-header{
        grid-template-columns:1fr !important;
        gap:16px !important;
        padding:0 20px 22px !important;
    }

    body .orre-home-new > .orre-home-section-header::before,
    body .orre-home-collection > .orre-home-section-header::before{
        width:70px !important;
        height:2px !important;
    }

    body .orre-home-new > .orre-home-section-header > h1,
    body .orre-home-collection > .orre-home-section-header > h2{
        font-size:34px !important;
    }

    body .orre-home-new > .orre-home-section-header .button,
    body .orre-home-collection > .orre-home-section-header .button,
    body .orre-home-new > .orre-home-section-header a.button,
    body .orre-home-collection > .orre-home-section-header a.button{
        min-width:200px !important;
        height:56px !important;
    }
}

body .orre-home-new > .orre-home-section-header,
body .orre-home-collection > .orre-home-section-header{
    display:grid !important;
    grid-template-columns:auto 1fr auto !important;
    align-items:center !important;

    width:100% !important;

    padding:26px 56px 24px !important;
    margin:0 !important;

    gap:28px !important;

    box-sizing:border-box !important;

    background:#fff !important;

    border-top:0 !important;
    border-bottom:1px solid #ececec !important;
}

body .orre-home-new > .orre-home-section-header > h1,
body .orre-home-collection > .orre-home-section-header > h2{
    position:relative !important;

    margin:0 !important;
    padding:17px 0 0 !important;

    font-family:Arial, Helvetica, sans-serif !important;

    font-size:30px !important;
    font-weight:650 !important;
    line-height:1 !important;

    letter-spacing:.085em !important;

    color:#111 !important;

    text-transform:uppercase !important;
    white-space:nowrap !important;
}

body .orre-home-new > .orre-home-section-header > h1::before{
    content:"NEW SEASON" !important;
}

body .orre-home-collection > .orre-home-section-header > h2::before{
    content:"SHOP THE EDIT" !important;
}

body .orre-home-new > .orre-home-section-header > h1::before,
body .orre-home-collection > .orre-home-section-header > h2::before{
    position:absolute !important;

    top:0 !important;
    left:1px !important;

    display:block !important;

    font-size:8px !important;
    font-weight:600 !important;
    line-height:1 !important;

    letter-spacing:.22em !important;

    color:#999 !important;
}

body .orre-home-new > .orre-home-section-header > h1::after,
body .orre-home-collection > .orre-home-section-header > h2::after{
    display:none !important;
    content:none !important;
}

body .orre-home-new > .orre-home-section-header::before,
body .orre-home-collection > .orre-home-section-header::before{
    content:"" !important;

    display:block !important;

    width:100% !important;
    height:1px !important;

    background:#dcdcdc !important;

    margin:0 !important;
}

body .orre-home-new > .orre-home-section-header::after,
body .orre-home-collection > .orre-home-section-header::after{
    display:none !important;
    content:none !important;
}

body .orre-home-new > .orre-home-section-header > a,
body .orre-home-collection > .orre-home-section-header > .orre-section-cta{
    position:relative !important;

    display:inline-flex !important;

    align-items:center !important;
    justify-content:center !important;

    min-width:158px !important;
    height:42px !important;

    margin:0 !important;

    padding:0 42px 0 18px !important;

    box-sizing:border-box !important;

    background:#111 !important;
    color:#fff !important;

    border:1px solid #111 !important;
    border-radius:0 !important;

    font-size:9px !important;
    font-weight:700 !important;

    letter-spacing:.15em !important;

    text-transform:uppercase !important;
    text-decoration:none !important;

    white-space:nowrap !important;

    transition:
        background .2s ease,
        color .2s ease,
        transform .2s ease !important;
}

body .orre-home-new > .orre-home-section-header > a::after,
body .orre-home-collection > .orre-home-section-header > .orre-section-cta::after{
    content:"" !important;

    position:absolute !important;

    right:17px !important;
    top:50% !important;

    width:13px !important;
    height:7px !important;

    transform:translateY(-50%) !important;

    border:0 !important;

    background:
        linear-gradient(#fff,#fff) left center / 11px 1px no-repeat !important;
}

body .orre-home-new > .orre-home-section-header > a span::after,
body .orre-home-collection > .orre-home-section-header > .orre-section-cta span::after{
    content:none !important;
}

body .orre-home-new > .orre-home-section-header > a:hover,
body .orre-home-collection > .orre-home-section-header > .orre-section-cta:hover{
    background:#fff !important;
    color:#111 !important;

    transform:translateY(-1px) !important;
}

@media(max-width:1024px){

    body .orre-home-new > .orre-home-section-header,
    body .orre-home-collection > .orre-home-section-header{
        padding:24px 28px 22px !important;
        gap:20px !important;
    }

    body .orre-home-new > .orre-home-section-header > h1,
    body .orre-home-collection > .orre-home-section-header > h2{
        font-size:27px !important;
    }
}

@media(max-width:767px){

    body .orre-home-new > .orre-home-section-header,
    body .orre-home-collection > .orre-home-section-header{
        grid-template-columns:1fr auto !important;

        padding:20px 16px 18px !important;

        gap:12px !important;
    }

    body .orre-home-new > .orre-home-section-header::before,
    body .orre-home-collection > .orre-home-section-header::before{
        display:none !important;
    }

    body .orre-home-new > .orre-home-section-header > h1,
    body .orre-home-collection > .orre-home-section-header > h2{
        font-size:22px !important;
        padding-top:14px !important;
    }

    body .orre-home-new > .orre-home-section-header > h1::before,
    body .orre-home-collection > .orre-home-section-header > h2::before{
        font-size:7px !important;
    }

    body .orre-home-new > .orre-home-section-header > a,
    body .orre-home-collection > .orre-home-section-header > .orre-section-cta{
        min-width:auto !important;
        height:38px !important;

        padding:0 34px 0 12px !important;

        font-size:8px !important;
    }
}

body .orre-home-new > .orre-home-section-header,
body .orre-home-collection > .orre-home-section-header{
    display:grid !important;

    grid-template-columns:auto minmax(120px,1fr) auto !important;

    align-items:center !important;

    width:100% !important;

    padding:34px 56px !important;

    margin:0 !important;

    gap:28px !important;

    box-sizing:border-box !important;

    background:#fff !important;

    border-top:0 !important;
    border-bottom:1px solid #eeeeee !important;
}

body .orre-home-new > .orre-home-section-header > h1,
body .orre-home-collection > .orre-home-section-header > h2{
    margin:0 !important;

    padding:16px 0 0 !important;

    position:relative !important;

    font-size:30px !important;
    font-weight:700 !important;
    line-height:1 !important;

    letter-spacing:.08em !important;

    text-transform:uppercase !important;
    white-space:nowrap !important;
}

body .orre-home-new > .orre-home-section-header > h1::before{
    content:"NEW SEASON" !important;
}

body .orre-home-collection > .orre-home-section-header > h2::before{
    content:"SHOP THE EDIT" !important;
}

body .orre-home-new > .orre-home-section-header > h1::before,
body .orre-home-collection > .orre-home-section-header > h2::before{
    position:absolute !important;

    top:0 !important;
    left:1px !important;

    font-size:8px !important;
    font-weight:600 !important;

    letter-spacing:.22em !important;

    color:#999 !important;
}

body .orre-home-new > .orre-home-section-header > h1::after,
body .orre-home-collection > .orre-home-section-header > h2::after{
    content:none !important;
    display:none !important;
}

body .orre-home-new > .orre-home-section-header::before,
body .orre-home-collection > .orre-home-section-header::before{
    content:"" !important;

    display:block !important;

    width:100% !important;
    height:1px !important;

    margin:0 !important;

    background:#d7d7d7 !important;
}

body .orre-home-new > .orre-home-section-header > a,
body .orre-home-collection > .orre-home-section-header > .orre-section-cta{
    min-width:168px !important;
    height:44px !important;

    margin:0 !important;

    padding:0 40px 0 18px !important;

    display:inline-flex !important;

    align-items:center !important;
    justify-content:center !important;

    box-sizing:border-box !important;

    background:#111 !important;
    color:#fff !important;

    border:1px solid #111 !important;

    font-size:9px !important;
    font-weight:700 !important;

    letter-spacing:.14em !important;

    text-transform:uppercase !important;
    text-decoration:none !important;
}

@media(max-width:1024px){

    body .orre-home-new > .orre-home-section-header,
    body .orre-home-collection > .orre-home-section-header{
        padding:28px 28px !important;

        gap:20px !important;
    }
}

@media(max-width:767px){

    body .orre-home-new > .orre-home-section-header,
    body .orre-home-collection > .orre-home-section-header{
        grid-template-columns:1fr auto !important;

        padding:24px 16px !important;

        gap:12px !important;
    }

    body .orre-home-new > .orre-home-section-header::before,
    body .orre-home-collection > .orre-home-section-header::before{
        display:none !important;
    }

    body .orre-home-new > .orre-home-section-header > h1,
    body .orre-home-collection > .orre-home-section-header > h2{
        font-size:22px !important;
    }

    body .orre-home-new > .orre-home-section-header > a,
    body .orre-home-collection > .orre-home-section-header > .orre-section-cta{
        min-width:auto !important;
        height:38px !important;

        padding:0 14px !important;

        font-size:8px !important;
    }
}

.woocommerce nav.woocommerce-pagination{
    width:100% !important;

    display:flex !important;
    justify-content:center !important;

    margin:42px 0 56px !important;
    padding:0 !important;
}

.woocommerce nav.woocommerce-pagination ul{
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;

    gap:7px !important;

    margin:0 !important;
    padding:0 !important;

    border:0 !important;

    list-style:none !important;
}

.woocommerce nav.woocommerce-pagination ul li{
    float:none !important;

    margin:0 !important;
    padding:0 !important;

    border:0 !important;

    overflow:visible !important;
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span{
    width:42px !important;
    min-width:42px !important;
    height:42px !important;

    display:flex !important;
    align-items:center !important;
    justify-content:center !important;

    margin:0 !important;
    padding:0 !important;

    box-sizing:border-box !important;

    background:#fff !important;
    color:#111 !important;

    border:1px solid #d8d8d8 !important;
    border-radius:0 !important;

    font-size:12px !important;
    font-weight:600 !important;
    line-height:1 !important;

    text-decoration:none !important;

    transition:
        background .2s ease,
        color .2s ease,
        border-color .2s ease !important;
}

.woocommerce nav.woocommerce-pagination ul li span.current{
    background:#000 !important;
    color:#fff !important;

    border-color:#000 !important;
}

.woocommerce nav.woocommerce-pagination ul li a:hover{
    background:#111 !important;
    color:#fff !important;

    border-color:#111 !important;
}

.woocommerce nav.woocommerce-pagination a.prev,
.woocommerce nav.woocommerce-pagination a.next{
    position:relative !important;

    font-size:0 !important;
}

.woocommerce nav.woocommerce-pagination a.prev::before{
    content:"" !important;

    width:7px !important;
    height:7px !important;

    border-left:1.7px solid currentColor !important;
    border-bottom:1.7px solid currentColor !important;

    transform:rotate(45deg) !important;
}

.woocommerce nav.woocommerce-pagination a.next::before{
    content:"" !important;

    width:7px !important;
    height:7px !important;

    border-right:1.7px solid currentColor !important;
    border-top:1.7px solid currentColor !important;

    transform:rotate(45deg) !important;
}

.woocommerce nav.woocommerce-pagination a.prev::after,
.woocommerce nav.woocommerce-pagination a.next::after{
    content:none !important;
    display:none !important;
}

@media(max-width:767px){

    .woocommerce nav.woocommerce-pagination{
        margin:32px 0 42px !important;
    }

    .woocommerce nav.woocommerce-pagination ul{
        gap:5px !important;
    }

    .woocommerce nav.woocommerce-pagination ul li a,
    .woocommerce nav.woocommerce-pagination ul li span{
        width:38px !important;
        min-width:38px !important;
        height:38px !important;

        font-size:11px !important;
    }
}

body.post-type-archive-product .orre-shop-pro-media{
    position:relative !important;

    display:block !important;

    width:100% !important;
    aspect-ratio:4 / 5 !important;

    overflow:hidden !important;

    background:#f3efed !important;
}

body.post-type-archive-product .orre-shop-pro-media img{
    position:absolute !important;

    inset:0 !important;

    display:block !important;

    width:100% !important;
    height:100% !important;

    object-fit:cover !important;
    object-position:center !important;
}

body.post-type-archive-product .orre-shop-pro-main-img{
    display:block !important;

    opacity:1 !important;
    visibility:visible !important;

    z-index:1 !important;
}

body.post-type-archive-product .orre-shop-pro-hover-img{
    display:block !important;

    opacity:0 !important;
    visibility:visible !important;

    z-index:2 !important;

    transition:opacity .3s ease !important;
}

body.post-type-archive-product
.orre-shop-pro-card:hover
.orre-shop-pro-main-img{
    opacity:0 !important;
}

body.post-type-archive-product
.orre-shop-pro-card:hover
.orre-shop-pro-hover-img{
    opacity:1 !important;
}

body.post-type-archive-product .orre-shop-pro-card-top{
    display:block !important;

    width:100% !important;

    position:relative !important;
}

body.post-type-archive-product .orre-shop-pro-sizes{
    display:flex !important;
    visibility:visible !important;
    opacity:1 !important;

    width:100% !important;
    height:auto !important;

    align-items:center !important;
    justify-content:flex-start !important;

    gap:7px !important;

    padding:10px 16px 0 !important;
    margin:0 !important;

    background:#fff !important;

    overflow:visible !important;
}

body.post-type-archive-product .orre-shop-pro-size-label{
    display:none !important;
}

body.post-type-archive-product .orre-shop-pro-size-list{
    display:flex !important;
    visibility:visible !important;
    opacity:1 !important;

    align-items:center !important;
    flex-wrap:wrap !important;

    gap:6px !important;

    width:auto !important;
    height:auto !important;
}

body.post-type-archive-product .orre-shop-pro-size-list span{
    display:inline-flex !important;

    align-items:center !important;
    justify-content:center !important;

    min-width:38px !important;
    height:34px !important;

    padding:0 9px !important;

    background:#fff !important;
    color:#111 !important;

    border:1px solid #d7d7d7 !important;
    border-radius:0 !important;

    font-size:10px !important;
    font-weight:500 !important;

    line-height:1 !important;

    box-sizing:border-box !important;
}

body.post-type-archive-product .orre-shop-pro-size-list span:hover{
    border-color:#111 !important;
}

body.post-type-archive-product .orre-shop-pro-info{
    padding-top:10px !important;
}

@media(max-width:767px){

    body.post-type-archive-product .orre-shop-pro-sizes{
        padding:8px 8px 0 !important;
    }

    body.post-type-archive-product .orre-shop-pro-size-list{
        gap:5px !important;
    }

    body.post-type-archive-product .orre-shop-pro-size-list span{
        min-width:34px !important;
        height:31px !important;

        padding:0 7px !important;

        font-size:9px !important;
    }
}

.woocommerce nav.woocommerce-pagination ul li a.prev,
.woocommerce nav.woocommerce-pagination ul li a.next{
    position:relative !important;

    width:44px !important;
    min-width:44px !important;
    height:44px !important;

    display:flex !important;
    align-items:center !important;
    justify-content:center !important;

    padding:0 !important;

    font-size:0 !important;

    background:#fff !important;
    color:#111 !important;

    border:1px solid #d8d8d8 !important;
}

.woocommerce nav.woocommerce-pagination ul li a.prev::before,
.woocommerce nav.woocommerce-pagination ul li a.prev::after,
.woocommerce nav.woocommerce-pagination ul li a.next::before,
.woocommerce nav.woocommerce-pagination ul li a.next::after{
    content:"" !important;
    display:block !important;

    position:absolute !important;

    top:50% !important;

    width:8px !important;
    height:8px !important;

    border:0 !important;
}

.woocommerce nav.woocommerce-pagination ul li a.prev::before{
    left:50% !important;

    border-left:1.6px solid currentColor !important;
    border-bottom:1.6px solid currentColor !important;

    transform:
        translate(-40%,-50%)
        rotate(45deg) !important;
}

.woocommerce nav.woocommerce-pagination ul li a.next::before{
    left:50% !important;

    border-right:1.6px solid currentColor !important;
    border-top:1.6px solid currentColor !important;

    transform:
        translate(-60%,-50%)
        rotate(45deg) !important;
}

.woocommerce nav.woocommerce-pagination ul li a.prev::after,
.woocommerce nav.woocommerce-pagination ul li a.next::after{
    display:none !important;
}

.woocommerce nav.woocommerce-pagination ul li a.prev:hover,
.woocommerce nav.woocommerce-pagination ul li a.next:hover{
    background:#000 !important;
    color:#fff !important;
    border-color:#000 !important;
}

body.page .orre-about-hero,
body.page .orre-about-story,
body.page .orre-about-values,
body.page .orre-about-closing{
    background:#fff;
    color:#111;
}

.orre-about-hero,
.orre-about-story,
.orre-about-values,
.orre-about-closing{
    padding-left:6vw !important;
    padding-right:6vw !important;
}

.orre-about-hero{
    min-height:520px;
    display:flex;
    align-items:center;
    padding-top:80px !important;
    padding-bottom:80px !important;
}

.orre-about-hero .elementor-heading-title{
    max-width:900px;
    margin:0;
    font-size:clamp(52px,7vw,108px) !important;
    line-height:.94 !important;
    font-weight:500 !important;
    letter-spacing:-.035em !important;
    color:#111 !important;
}

.orre-about-hero .elementor-widget-text-editor{
    max-width:620px;
    margin-top:28px;
}

.orre-about-hero p{
    font-size:17px !important;
    line-height:1.75 !important;
    color:#555 !important;
}

.orre-about-hero .elementor-widget-heading:first-child
.elementor-heading-title{
    font-size:10px !important;
    line-height:1 !important;
    font-weight:700 !important;
    letter-spacing:.22em !important;
    color:#8c8c8c !important;
    text-transform:uppercase !important;
}

.orre-about-story{
    padding-top:90px !important;
    padding-bottom:90px !important;
    border-top:1px solid #eee;
}

.orre-about-story img{
    width:100%;
    display:block;
    object-fit:cover;
    background:#f6f4f2;
}

.orre-about-story .elementor-heading-title{
    font-size:clamp(40px,4.3vw,68px) !important;
    line-height:1.02 !important;
    font-weight:500 !important;
    letter-spacing:-.025em !important;
    color:#111 !important;
}

.orre-about-story p{
    max-width:620px;
    font-size:16px !important;
    line-height:1.8 !important;
    color:#4d4d4d !important;
}

.orre-about-values{
    padding-top:90px !important;
    padding-bottom:100px !important;

    border-top:1px solid #eee;
    border-bottom:1px solid #eee;
}

.orre-about-values .e-con,
.orre-about-values .elementor-column{
    position:relative;
}

.orre-about-values .elementor-column:not(:last-child)::after{
    content:"";
    position:absolute;
    top:0;
    right:0;
    width:1px;
    height:100%;
    background:#e8e8e8;
}

.orre-about-values .elementor-heading-title{
    font-size:21px !important;
    line-height:1.2 !important;
    font-weight:600 !important;
    letter-spacing:.02em !important;
    color:#111 !important;
}

.orre-about-values p{
    max-width:420px;
    margin-top:18px;
    font-size:15px !important;
    line-height:1.75 !important;
    color:#666 !important;
}

.orre-about-closing{
    min-height:480px;

    display:flex;
    align-items:center;
    justify-content:center;

    text-align:center;

    padding-top:90px !important;
    padding-bottom:90px !important;
}

.orre-about-closing .elementor-heading-title{
    max-width:900px;

    margin-left:auto;
    margin-right:auto;

    font-size:clamp(48px,6vw,92px) !important;

    line-height:.98 !important;

    font-weight:500 !important;

    letter-spacing:-.035em !important;

    color:#111 !important;
}

.orre-about-closing p{
    max-width:600px;

    margin:24px auto 0;

    font-size:16px !important;
    line-height:1.75 !important;

    color:#666 !important;
}

.orre-about-closing .elementor-button{
    min-width:200px;

    height:52px;

    margin-top:28px;

    display:inline-flex;
    align-items:center;
    justify-content:center;

    background:#000 !important;
    color:#fff !important;

    border:1px solid #000 !important;
    border-radius:0 !important;

    font-size:10px !important;
    font-weight:700 !important;

    letter-spacing:.16em !important;

    text-transform:uppercase;

    transition:.25s ease;
}

.orre-about-closing .elementor-button:hover{
    background:#fff !important;
    color:#000 !important;
}

.orre-about-hero .elementor-widget-container,
.orre-about-story .elementor-widget-container,
.orre-about-values .elementor-widget-container{
    box-shadow:none !important;
}

.orre-about-hero a,
.orre-about-story a,
.orre-about-values a{
    color:#111 !important;
}

.orre-about-story a,
.orre-about-values a{
    display:inline-flex;
    align-items:center;
    gap:10px;

    margin-top:18px;

    font-size:10px !important;
    font-weight:700 !important;

    letter-spacing:.14em;

    text-transform:uppercase;

    text-decoration:none !important;
}

@media(max-width:767px){

    .orre-about-hero,
    .orre-about-story,
    .orre-about-values,
    .orre-about-closing{
        padding-left:20px !important;
        padding-right:20px !important;
    }

    .orre-about-hero{
        min-height:auto;

        padding-top:64px !important;
        padding-bottom:64px !important;
    }

    .orre-about-hero .elementor-heading-title{
        font-size:48px !important;
    }

    .orre-about-story,
    .orre-about-values{
        padding-top:56px !important;
        padding-bottom:56px !important;
    }

    .orre-about-story .elementor-heading-title{
        font-size:38px !important;
    }

    .orre-about-values .elementor-column::after{
        display:none !important;
    }

    .orre-about-values .elementor-column{
        padding-bottom:36px;
        margin-bottom:36px;

        border-bottom:1px solid #eee;
    }

    .orre-about-closing{
        min-height:auto;

        padding-top:70px !important;
        padding-bottom:70px !important;
    }

    .orre-about-closing .elementor-heading-title{
        font-size:44px !important;
    }
}

.about-video-section,
.elementor-section.about-video-section {
    padding: 70px 40px !important;
    box-sizing: border-box;
}

.about-video-section .elementor-container,
.about-video-section .elementor-row {
    max-width: 1400px !important;
    margin: 0 auto !important;
    align-items: flex-start !important;
    column-gap: 40px !important;
}

.about-video-section .elementor-column {
    width: 50% !important;
}

.about-video-section .elementor-widget-video,
.about-video-section .elementor-custom-embed-wrapper,
.about-video-section .elementor-video {
    width: 100% !important;
}

.about-video-section iframe,
.about-video-section video,
.about-video-section .elementor-video iframe {
    width: 100% !important;
    height: 420px !important;
    display: block !important;
    border: 0 !important;
    object-fit: cover !important;
}

.about-video-section .elementor-custom-embed-image-overlay,
.about-video-section .elementor-wrapper {
    width: 100% !important;
    min-height: 420px !important;
}

.about-video-section h2,
.about-video-section h3,
.about-video-section .elementor-heading-title {
    font-size: 26px !important;
    line-height: 1.3 !important;
    font-weight: 500 !important;
    margin-top: 22px !important;
    margin-bottom: 0 !important;
    color: #222 !important;
}

.about-video-section p {
    margin-top: 12px !important;
    line-height: 1.7 !important;
    color: #666 !important;
}

@media (max-width: 991px) {
    .about-video-section {
        padding: 50px 20px !important;
    }

    .about-video-section .elementor-container,
    .about-video-section .elementor-row {
        display: flex !important;
        flex-direction: column !important;
        row-gap: 35px !important;
    }

    .about-video-section .elementor-column {
        width: 100% !important;
    }

    .about-video-section iframe,
    .about-video-section video,
    .about-video-section .elementor-video iframe,
    .about-video-section .elementor-custom-embed-image-overlay,
    .about-video-section .elementor-wrapper {
        height: 280px !important;
        min-height: 280px !important;
    }

    .about-video-section h2,
    .about-video-section h3,
    .about-video-section .elementor-heading-title {
        font-size: 22px !important;
    }
}

#orreMenuDrawer,
.orre-menu-drawer{
    display:flex !important;
    flex-direction:column !important;
}

#orreMenuDrawer .orre-drawer-nav,
.orre-menu-drawer .orre-drawer-nav{
    flex:1 !important;

    display:flex !important;
    flex-direction:column !important;
    justify-content:center !important;

    padding-top:20px !important;
    padding-bottom:20px !important;
}

#orreMenuDrawer .orre-drawer-nav > a,
#orreMenuDrawer .orre-mobile-group,
.orre-menu-drawer .orre-drawer-nav > a,
.orre-menu-drawer .orre-mobile-group{
    flex:0 0 auto !important;
}

@media(max-width:767px){

    #orreMenuDrawer .orre-drawer-nav,
    .orre-menu-drawer .orre-drawer-nav{
        justify-content:flex-start !important;

        padding-top:28px !important;
    }
}

body .orre-home-new > .orre-home-section-header > a::after,
body .orre-home-collection > .orre-home-section-header > .orre-section-cta::after{
    content:none !important;
    display:none !important;
}

body .orre-home-new > .orre-home-section-header > a,
body .orre-home-collection > .orre-home-section-header > .orre-section-cta{
    padding-left:22px !important;
    padding-right:22px !important;
    justify-content:center !important;
}

body .orre-home-new > .orre-home-section-header > h1,
body .orre-home-collection > .orre-home-section-header > h2{
    position:relative !important;
    padding-bottom:16px !important;
}

body .orre-home-new > .orre-home-section-header > h1::after,
body .orre-home-collection > .orre-home-section-header > h2::after{
    content:"" !important;

    display:block !important;

    position:absolute !important;

    left:50% !important;
    bottom:0 !important;

    width:42px !important;
    height:3px !important;

    background:#c2c2c2 !important;

    transform:translateX(-50%) !important;
}

body .orre-home-new > .orre-home-section-header::before,
body .orre-home-collection > .orre-home-section-header::before{
    display:none !important;
    content:none !important;
}

body .orre-home-new > .orre-home-section-header,
body .orre-home-collection > .orre-home-section-header{
    display:flex !important;
    align-items:center !important;
    justify-content:space-between !important;

    gap:30px !important;

    padding:34px 56px !important;
}

body .orre-home-new > .orre-home-section-header > h1,
body .orre-home-collection > .orre-home-section-header > h2{
    position:relative !important;

    margin:0 !important;
    padding-bottom:16px !important;

    flex:0 0 auto !important;
}

body .orre-home-new > .orre-home-section-header > h1::after,
body .orre-home-collection > .orre-home-section-header > h2::after{
    content:"" !important;

    display:block !important;

    position:absolute !important;

    left:50% !important;
    bottom:0 !important;

    width:56px !important;
    height:3px !important;

    background:#bdbdbd !important;

    transform:translateX(-50%) !important;
}

body .orre-home-new > .orre-home-section-header::before,
body .orre-home-collection > .orre-home-section-header::before{
    content:none !important;
    display:none !important;
}

body .orre-home-new > .orre-home-section-header > a,
body .orre-home-collection > .orre-home-section-header > .orre-section-cta{
    width:auto !important;
    max-width:none !important;

    flex:0 0 auto !important;

    min-width:170px !important;
    height:48px !important;

    margin:0 !important;
    padding:0 24px !important;

    display:inline-flex !important;
    align-items:center !important;
    justify-content:center !important;

    background:#111 !important;
    color:#fff !important;

    border:1px solid #111 !important;

    font-size:10px !important;
    font-weight:700 !important;

    letter-spacing:.14em !important;

    text-transform:uppercase !important;
}

body .orre-home-new > .orre-home-section-header > a::after,
body .orre-home-collection > .orre-home-section-header > .orre-section-cta::after{
    content:none !important;
    display:none !important;
}

body .orre-home-new > .orre-home-section-header,
body .orre-home-collection > .orre-home-section-header{
    display:flex !important;
    flex-direction:column !important;
    align-items:center !important;
    justify-content:center !important;

    width:100% !important;

    padding:38px 20px 42px !important;
    margin:0 !important;

    text-align:center !important;

    background:#fff !important;

    gap:0 !important;
}

body .orre-home-new > .orre-home-section-header > h1,
body .orre-home-collection > .orre-home-section-header > h2{
    position:relative !important;

    margin:0 !important;

    padding:18px 0 17px !important;

    font-size:36px !important;
    font-weight:700 !important;
    line-height:1 !important;

    letter-spacing:.075em !important;

    text-align:center !important;
    text-transform:uppercase !important;

    color:#111 !important;
}

body .orre-home-new > .orre-home-section-header > h1::before{
    content:"NEW SEASON" !important;
}

body .orre-home-collection > .orre-home-section-header > h2::before{
    content:"SHOP THE EDIT" !important;
}

body .orre-home-new > .orre-home-section-header > h1::before,
body .orre-home-collection > .orre-home-section-header > h2::before{
    position:absolute !important;

    top:0 !important;
    left:50% !important;

    transform:translateX(-50%) !important;

    white-space:nowrap !important;

    font-size:8px !important;
    font-weight:600 !important;

    letter-spacing:.25em !important;

    color:#999 !important;
}

body .orre-home-new > .orre-home-section-header > h1::after,
body .orre-home-collection > .orre-home-section-header > h2::after{
    content:"" !important;

    position:absolute !important;

    left:50% !important;
    bottom:0 !important;

    width:46px !important;
    height:3px !important;

    background:#bdbdbd !important;

    transform:translateX(-50%) !important;
}

body .orre-home-new > .orre-home-section-header::before,
body .orre-home-collection > .orre-home-section-header::before{
    display:none !important;
    content:none !important;
}

body .orre-home-new > .orre-home-section-header > a,
body .orre-home-collection > .orre-home-section-header > .orre-section-cta{
    display:inline-flex !important;

    align-items:center !important;
    justify-content:center !important;

    width:auto !important;
    min-width:180px !important;

    height:48px !important;

    margin:26px 0 0 !important;

    padding:0 26px !important;

    background:#111 !important;
    color:#fff !important;

    border:1px solid #111 !important;
    border-radius:0 !important;

    font-size:10px !important;
    font-weight:700 !important;

    letter-spacing:.15em !important;

    text-align:center !important;
    text-decoration:none !important;
    text-transform:uppercase !important;
}

body .orre-home-new > .orre-home-section-header > a::after,
body .orre-home-collection > .orre-home-section-header > .orre-section-cta::after{
    display:none !important;
    content:none !important;
}

@media(max-width:767px){

    body .orre-home-new > .orre-home-section-header,
    body .orre-home-collection > .orre-home-section-header{
        padding:30px 16px 34px !important;
    }

    body .orre-home-new > .orre-home-section-header > h1,
    body .orre-home-collection > .orre-home-section-header > h2{
        font-size:27px !important;
    }

    body .orre-home-new > .orre-home-section-header > a,
    body .orre-home-collection > .orre-home-section-header > .orre-section-cta{
        min-width:165px !important;
        height:44px !important;

        margin-top:22px !important;

        font-size:9px !important;
    }
}

.orre-home-section-footer{
    width:100% !important;

    display:flex !important;
    align-items:center !important;
    justify-content:center !important;

    padding:34px 20px 44px !important;

    background:#fff !important;

    box-sizing:border-box !important;
}

.orre-home-section-footer .orre-section-cta{
    display:inline-flex !important;

    align-items:center !important;
    justify-content:center !important;

    width:auto !important;
    min-width:210px !important;
    height:50px !important;

    margin:0 !important;
    padding:0 28px !important;

    background:#111 !important;
    color:#fff !important;

    border:1px solid #111 !important;
    border-radius:0 !important;

    font-size:10px !important;
    font-weight:700 !important;

    letter-spacing:.16em !important;

    text-transform:uppercase !important;
    text-decoration:none !important;

    transition:.2s ease !important;
}

.orre-home-section-footer .orre-section-cta:hover{
    background:#fff !important;
    color:#111 !important;
}

.orre-home-section-footer .orre-section-cta::before,
.orre-home-section-footer .orre-section-cta::after{
    content:none !important;
    display:none !important;
}

@media(max-width:767px){

    .orre-home-section-footer{
        padding:24px 16px 32px !important;
    }

    .orre-home-section-footer .orre-section-cta{
        min-width:180px !important;
        height:46px !important;

        font-size:9px !important;
    }
}

body .orre-home-new > .orre-home-section-header{
    display:flex !important;
    flex-direction:column !important;
    align-items:center !important;
    justify-content:center !important;

    width:100% !important;

    padding:24px 20px 28px !important;
    margin:0 !important;

    text-align:center !important;

    background:#fff !important;
}

body .orre-home-new > .orre-home-section-header > h1{
    position:relative !important;

    margin:0 !important;
    padding:18px 0 16px !important;

    font-size:34px !important;
    font-weight:700 !important;
    line-height:1 !important;

    letter-spacing:.07em !important;

    text-transform:uppercase !important;
}

body .orre-home-new > .orre-home-section-header > h1::before{
    content:"NEW SEASON" !important;

    position:absolute !important;

    top:0 !important;
    left:50% !important;

    transform:translateX(-50%) !important;

    font-size:8px !important;
    font-weight:600 !important;

    letter-spacing:.24em !important;

    color:#999 !important;

    white-space:nowrap !important;
}

body .orre-home-new > .orre-home-section-header > h1::after{
    content:"" !important;

    position:absolute !important;

    left:50% !important;
    bottom:0 !important;

    width:44px !important;
    height:2px !important;

    background:#bdbdbd !important;

    transform:translateX(-50%) !important;
}

body .orre-home-new > .orre-home-section-header > a{
    display:inline-flex !important;

    align-items:center !important;
    justify-content:center !important;

    width:auto !important;
    min-width:160px !important;

    height:44px !important;

    margin:20px 0 0 !important;
    padding:0 24px !important;

    background:#111 !important;
    color:#fff !important;

    border:1px solid #111 !important;

    font-size:9px !important;
    font-weight:700 !important;

    letter-spacing:.15em !important;

    text-transform:uppercase !important;
    text-decoration:none !important;
}

body .orre-home-new > .orre-home-section-header > a::before,
body .orre-home-new > .orre-home-section-header > a::after{
    content:none !important;
    display:none !important;
}

@media(max-width:767px){

    body .orre-home-new > .orre-home-section-header{
        padding:22px 16px 24px !important;
    }

    body .orre-home-new > .orre-home-section-header > h1{
        font-size:28px !important;
    }

    body .orre-home-new > .orre-home-section-header > a{
        min-width:145px !important;
        height:42px !important;

        margin-top:18px !important;
    }
}

.orre-home-new .orre-home-section-header{
    display:flex !important;
    flex-direction:column !important;
    align-items:center !important;
    justify-content:center !important;

    padding:32px 20px 28px !important;
    margin:0 !important;

    text-align:center !important;
    background:#fff !important;
}

.orre-home-new .orre-home-section-header h1{
    position:relative !important;

    margin:0 !important;
    padding:18px 0 16px !important;

    font-size:34px !important;
    font-weight:700 !important;
    line-height:1 !important;

    letter-spacing:.08em !important;
}

.orre-home-new .orre-home-section-header h1::before{
    content:"NEW SEASON" !important;

    position:absolute !important;
    top:0 !important;
    left:50% !important;

    transform:translateX(-50%) !important;

    font-size:8px !important;
    font-weight:600 !important;

    letter-spacing:.24em !important;
    color:#999 !important;

    white-space:nowrap !important;
}

.orre-home-new .orre-home-section-header h1::after{
    content:"" !important;

    position:absolute !important;
    left:50% !important;
    bottom:0 !important;

    width:46px !important;
    height:2px !important;

    transform:translateX(-50%) !important;

    background:#bdbdbd !important;
}

.orre-home-new .orre-home-section-footer{
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;

    width:100% !important;

    padding:34px 20px 44px !important;

    background:#fff !important;
}

.orre-home-new .orre-home-section-footer .orre-section-cta{
    display:inline-flex !important;
    align-items:center !important;
    justify-content:center !important;

    width:auto !important;
    min-width:180px !important;
    height:48px !important;

    padding:0 28px !important;

    background:#111 !important;
    color:#fff !important;

    border:1px solid #111 !important;

    font-size:10px !important;
    font-weight:700 !important;

    letter-spacing:.15em !important;

    text-decoration:none !important;
    text-transform:uppercase !important;
}

.orre-home-new .orre-home-section-footer .orre-section-cta::before,
.orre-home-new .orre-home-section-footer .orre-section-cta::after{
    display:none !important;
    content:none !important;
}

}

body.single-product .orre-variable-size-buttons,
body.single-product .orre-pdp-static-sizes{
    display:none !important;
}

body.single-product .orre-simple-size-selector{
    display:block !important;
    visibility:visible !important;
    opacity:1 !important;

    width:100% !important;

    margin:26px 0 22px !important;
    padding:0 !important;
}

body.single-product .orre-simple-size-selector .orre-size-selector-label{
    display:block !important;

    margin:0 0 12px !important;

    color:#111 !important;

    font-size:12px !important;
    font-weight:700 !important;
    line-height:1 !important;

    letter-spacing:.09em !important;

    text-transform:uppercase !important;
}

body.single-product .orre-simple-size-buttons{
    display:flex !important;
    align-items:center !important;
    justify-content:flex-start !important;
    flex-wrap:wrap !important;

    gap:8px !important;

    width:100% !important;

    margin:0 !important;
    padding:0 !important;
}

body.single-product .orre-simple-size-buttons .orre-size-option{
    display:inline-flex !important;

    align-items:center !important;
    justify-content:center !important;

    width:56px !important;
    min-width:56px !important;
    height:48px !important;

    margin:0 !important;
    padding:0 !important;

    background:#fff !important;
    color:#111 !important;

    border:1px solid #d4d4d4 !important;
    border-radius:0 !important;

    box-shadow:none !important;

    font-size:10px !important;
    font-weight:600 !important;

    cursor:pointer !important;
}

body.single-product
.orre-simple-size-buttons
.orre-size-option.is-selected{
    background:#111 !important;
    color:#fff !important;

    border-color:#111 !important;
}

body.single-product
.orre-simple-size-buttons
.orre-size-option:hover{
    border-color:#111 !important;
}

body.single-product
.orre-simple-size-selector
input[name="orre_selected_size"]{
    display:none !important;
}

body.single-product
.orre-pdp-final-buy
form.cart:not(.variations_form){
    display:grid !important;

    grid-template-columns:145px minmax(0,1fr) !important;

    align-items:stretch !important;

    gap:10px !important;

    width:100% !important;

    margin:0 !important;
}

body.single-product .orre-pdp-final-buy .quantity{
    display:grid !important;

    grid-template-columns:40px 1fr 40px !important;

    width:145px !important;
    height:52px !important;

    margin:0 !important;

    background:#fff !important;

    border:1px solid #111 !important;
}

body.single-product .orre-pdp-final-buy .quantity input.qty{
    width:100% !important;
    height:50px !important;

    margin:0 !important;
    padding:0 !important;

    background:#fff !important;
    color:#111 !important;

    border:0 !important;

    text-align:center !important;
}

body.single-product .orre-pdp-final-buy .quantity .minus,
body.single-product .orre-pdp-final-buy .quantity .plus{
    width:40px !important;
    height:50px !important;

    margin:0 !important;
    padding:0 !important;

    display:flex !important;
    align-items:center !important;
    justify-content:center !important;

    background:#fff !important;
    color:#111 !important;

    border:0 !important;
}

body.single-product
.orre-pdp-final-buy
.single_add_to_cart_button{
    width:100% !important;
    height:52px !important;

    margin:0 !important;
    padding:0 25px !important;

    display:flex !important;

    align-items:center !important;
    justify-content:center !important;

    background:#111 !important;
    color:#fff !important;

    border:1px solid #111 !important;
    border-radius:0 !important;

    font-size:10px !important;
    font-weight:700 !important;

    letter-spacing:.13em !important;

    text-transform:uppercase !important;
}

body.single-product
.orre-pdp-final-buy
form.variations_form{
    display:block !important;

    width:100% !important;

    margin:25px 0 0 !important;
}

body.single-product
.orre-pdp-final-buy
.variations{
    display:table !important;

    width:100% !important;

    margin:0 0 22px !important;
}

body.single-product
.orre-pdp-final-buy
.wd-swatches-product{
    display:flex !important;

    flex-wrap:wrap !important;

    gap:8px !important;

    margin:10px 0 0 !important;
}

body.single-product
.orre-pdp-final-buy
.wd-swatch,
body.single-product
.orre-pdp-final-buy
.wd-swatch-text{
    display:inline-flex !important;

    align-items:center !important;
    justify-content:center !important;

    min-width:56px !important;
    height:48px !important;

    padding:0 14px !important;

    background:#fff !important;
    color:#111 !important;

    border:1px solid #d4d4d4 !important;
    border-radius:0 !important;
}

body.single-product
.orre-pdp-final-buy
.wd-swatch.wd-active,
body.single-product
.orre-pdp-final-buy
.wd-swatch.active{
    background:#111 !important;
    color:#fff !important;

    border-color:#111 !important;
}

body.single-product
.orre-pdp-final-buy
.woocommerce-variation-add-to-cart{
    display:grid !important;

    grid-template-columns:145px minmax(0,1fr) !important;

    gap:10px !important;

    width:100% !important;

    margin-top:20px !important;
}

@media(max-width:767px){

    body.single-product .orre-simple-size-selector{
        margin-top:22px !important;
    }

    body.single-product
    .orre-simple-size-buttons
    .orre-size-option{
        width:50px !important;
        min-width:50px !important;
        height:44px !important;
    }

    body.single-product
    .orre-pdp-final-buy
    form.cart:not(.variations_form),

    body.single-product
    .orre-pdp-final-buy
    .woocommerce-variation-add-to-cart{
        grid-template-columns:110px minmax(0,1fr) !important;
        gap:8px !important;
    }

    body.single-product .orre-pdp-final-buy .quantity{
        width:110px !important;

        grid-template-columns:32px 1fr 32px !important;
    }

    body.single-product .orre-pdp-final-buy .quantity .minus,
    body.single-product .orre-pdp-final-buy .quantity .plus{
        width:32px !important;
    }
}

body.single-product .orre-pdp-final-buy form.variations_form{
    width:100% !important;
    margin:24px 0 0 !important;
}

body.single-product .orre-pdp-final-buy .variations{
    width:100% !important;
    margin:0 0 22px !important;
    border:0 !important;
}

body.single-product .orre-pdp-final-buy .variations tbody,
body.single-product .orre-pdp-final-buy .variations tr{
    display:block !important;
    width:100% !important;
}

body.single-product .orre-pdp-final-buy .variations tr{
    margin:0 0 18px !important;
}

body.single-product .orre-pdp-final-buy .variations th,
body.single-product .orre-pdp-final-buy .variations td{
    display:block !important;
    width:100% !important;
    margin:0 !important;
    padding:0 !important;
    border:0 !important;
    text-align:left !important;
}

body.single-product .orre-pdp-final-buy .variations label{
    display:block !important;
    margin:0 0 11px !important;

    color:#111 !important;

    font-size:12px !important;
    font-weight:700 !important;
    line-height:1.2 !important;

    letter-spacing:.09em !important;
    text-transform:uppercase !important;
}

body.single-product .orre-pdp-final-buy .wd-swatches-product{
    display:flex !important;
    align-items:center !important;
    justify-content:flex-start !important;
    flex-wrap:wrap !important;

    gap:8px !important;

    width:100% !important;
    margin:0 !important;
}

body.single-product .orre-pdp-final-buy .wd-swatch,
body.single-product .orre-pdp-final-buy .wd-swatch-text{
    display:inline-flex !important;
    align-items:center !important;
    justify-content:center !important;

    min-width:56px !important;
    height:48px !important;

    margin:0 !important;
    padding:0 14px !important;

    background:#fff !important;
    color:#111 !important;

    border:1px solid #d5d5d5 !important;
    border-radius:0 !important;
    box-shadow:none !important;

    font-size:10px !important;
    font-weight:600 !important;
    line-height:1 !important;
}

body.single-product .orre-pdp-final-buy .wd-swatch.wd-active,
body.single-product .orre-pdp-final-buy .wd-swatch.active,
body.single-product .orre-pdp-final-buy .wd-swatch.selected{
    background:#111 !important;
    color:#fff !important;
    border-color:#111 !important;
}

body.single-product .orre-pdp-final-buy .variations select{
    width:100% !important;
    max-width:360px !important;
    height:48px !important;

    margin:0 !important;
    padding:0 14px !important;

    background:#fff !important;
    color:#111 !important;

    border:1px solid #d5d5d5 !important;
    border-radius:0 !important;
    box-shadow:none !important;
}

body.single-product .orre-pdp-final-buy .reset_variations{
    display:inline-block !important;

    margin-top:10px !important;

    color:#777 !important;

    font-size:9px !important;
    font-weight:600 !important;
    letter-spacing:.08em !important;
    text-transform:uppercase !important;
}

body.single-product
.orre-pdp-final-buy
.woocommerce-variation-add-to-cart{
    display:grid !important;
    grid-template-columns:145px minmax(0,1fr) !important;

    align-items:stretch !important;
    gap:10px !important;

    width:100% !important;
    margin-top:20px !important;
}

body.single-product .orre-pdp-final-buy .quantity{
    display:grid !important;
    grid-template-columns:40px 1fr 40px !important;

    width:145px !important;
    height:52px !important;

    margin:0 !important;

    border:1px solid #111 !important;
    background:#fff !important;
}

body.single-product .orre-pdp-final-buy .quantity input.qty{
    width:100% !important;
    height:50px !important;

    margin:0 !important;
    padding:0 !important;

    background:#fff !important;
    color:#111 !important;

    border:0 !important;
    box-shadow:none !important;

    text-align:center !important;
}

body.single-product .orre-pdp-final-buy .quantity .minus,
body.single-product .orre-pdp-final-buy .quantity .plus{
    width:40px !important;
    height:50px !important;

    margin:0 !important;
    padding:0 !important;

    background:#fff !important;
    color:#111 !important;

    border:0 !important;
    box-shadow:none !important;
}

body.single-product .orre-pdp-final-buy .single_add_to_cart_button{
    width:100% !important;
    min-height:52px !important;

    margin:0 !important;
    padding:0 24px !important;

    display:flex !important;
    align-items:center !important;
    justify-content:center !important;

    background:#111 !important;
    color:#fff !important;

    border:1px solid #111 !important;
    border-radius:0 !important;

    font-size:10px !important;
    font-weight:700 !important;
    line-height:1 !important;

    letter-spacing:.12em !important;
    text-transform:uppercase !important;
}

body.single-product .orre-pdp-final-buy .single_add_to_cart_button.disabled,
body.single-product .orre-pdp-final-buy .single_add_to_cart_button:disabled{
    opacity:.45 !important;
    cursor:not-allowed !important;
}

@media(max-width:767px){

    body.single-product
    .orre-pdp-final-buy
    .woocommerce-variation-add-to-cart{
        grid-template-columns:110px minmax(0,1fr) !important;
        gap:8px !important;
    }

    body.single-product .orre-pdp-final-buy .quantity{
        width:110px !important;
        grid-template-columns:32px 1fr 32px !important;
    }

    body.single-product .orre-pdp-final-buy .quantity .minus,
    body.single-product .orre-pdp-final-buy .quantity .plus{
        width:32px !important;
    }

    body.single-product .orre-pdp-final-buy .wd-swatch,
    body.single-product .orre-pdp-final-buy .wd-swatch-text{
        min-width:50px !important;
        height:44px !important;
        padding:0 12px !important;
    }
}

body.single-product .orre-pdp-final-short-description{
    margin:18px 0 0 !important;
    max-width:680px !important;
    color:#555 !important;
    font-size:15px !important;
    line-height:1.75 !important;
}

body.single-product .orre-pdp-final-description{
    margin:22px 0 26px !important;
    max-width:680px !important;
    color:#333 !important;
    font-size:15px !important;
    line-height:1.8 !important;
}

body.single-product .orre-pdp-final-description p{
    margin:0 0 16px !important;
}

body.single-product .orre-pdp-final-description ul,
body.single-product .orre-pdp-final-description ol{
    margin:12px 0 0 20px !important;
    padding:0 !important;
}

body.single-product .orre-pdp-final-description li{
    margin:0 0 10px !important;
}

body.single-product
.orre-pdp-final-buy
form.cart:not(.variations_form){
    display:grid !important;
    grid-template-columns:145px minmax(0,1fr) !important;
    align-items:stretch !important;
    gap:14px 10px !important;
    width:100% !important;
    margin:0 !important;
}

body.single-product
.orre-pdp-final-buy
form.cart:not(.variations_form)
.orre-simple-size-selector{
    grid-column:1 / -1 !important;
    width:100% !important;
    margin:0 !important;
    padding:0 !important;
}

body.single-product .orre-simple-size-selector .orre-size-selector-label{
    display:block !important;
    margin:0 0 12px !important;
    color:#111 !important;
    font-size:12px !important;
    font-weight:700 !important;
    line-height:1 !important;
    letter-spacing:.09em !important;
    text-transform:uppercase !important;
}

body.single-product .orre-simple-size-buttons{
    display:flex !important;
    flex-wrap:wrap !important;
    align-items:center !important;
    gap:8px !important;
    width:100% !important;
    margin:0 !important;
}

body.single-product .orre-simple-size-buttons .orre-size-option{
    display:inline-flex !important;
    align-items:center !important;
    justify-content:center !important;
    width:56px !important;
    min-width:56px !important;
    height:48px !important;
    margin:0 !important;
    padding:0 !important;
    background:#fff !important;
    color:#111 !important;
    border:1px solid #d4d4d4 !important;
    border-radius:0 !important;
    box-shadow:none !important;
    font-size:10px !important;
    font-weight:600 !important;
}

body.single-product
.orre-simple-size-buttons
.orre-size-option.is-selected{
    background:#111 !important;
    color:#fff !important;
    border-color:#111 !important;
}

body.single-product .orre-pdp-final-buy .quantity{
    grid-column:1 !important;
    display:grid !important;
    grid-template-columns:40px 1fr 40px !important;
    width:145px !important;
    height:52px !important;
    margin:0 !important;
    border:1px solid #111 !important;
    background:#fff !important;
}

body.single-product .orre-pdp-final-buy .quantity input.qty{
    width:100% !important;
    height:50px !important;
    margin:0 !important;
    padding:0 !important;
    border:0 !important;
    background:#fff !important;
    color:#111 !important;
    text-align:center !important;
}

body.single-product .orre-pdp-final-buy .quantity .minus,
body.single-product .orre-pdp-final-buy .quantity .plus{
    width:40px !important;
    height:50px !important;
    margin:0 !important;
    padding:0 !important;
    border:0 !important;
    background:#fff !important;
    color:#111 !important;
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
}

body.single-product
.orre-pdp-final-buy
form.cart:not(.variations_form)
.single_add_to_cart_button{
    grid-column:2 !important;
    width:100% !important;
    height:52px !important;
    margin:0 !important;
    padding:0 24px !important;
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    background:#111 !important;
    color:#fff !important;
    border:1px solid #111 !important;
    border-radius:0 !important;
    font-size:10px !important;
    font-weight:700 !important;
    line-height:1 !important;
    letter-spacing:.12em !important;
    text-transform:uppercase !important;
}

body.single-product
.orre-pdp-final-buy
.woocommerce-variation-add-to-cart{
    display:grid !important;
    grid-template-columns:145px minmax(0,1fr) !important;
    gap:10px !important;
    width:100% !important;
    margin-top:18px !important;
}

@media(max-width:767px){
    body.single-product
    .orre-pdp-final-buy
    form.cart:not(.variations_form),
    body.single-product
    .orre-pdp-final-buy
    .woocommerce-variation-add-to-cart{
        grid-template-columns:110px minmax(0,1fr) !important;
    }

    body.single-product .orre-pdp-final-buy .quantity{
        width:110px !important;
        grid-template-columns:32px 1fr 32px !important;
    }

    body.single-product .orre-pdp-final-buy .quantity .minus,
    body.single-product .orre-pdp-final-buy .quantity .plus{
        width:32px !important;
    }

    body.single-product .orre-simple-size-buttons .orre-size-option{
        width:50px !important;
        min-width:50px !important;
        height:44px !important;
    }
}

body.single-product .orre-pdp-final-main{
    display:grid !important;

    grid-template-columns:minmax(0, 1.05fr) minmax(520px, .95fr) !important;

    column-gap:42px !important;

    width:100% !important;

    max-width:1580px !important;

    margin:0 auto !important;

    padding:0 42px !important;

    box-sizing:border-box !important;
}

body.single-product .orre-pdp-final-summary{
    padding-left:0 !important;
    margin-left:0 !important;

    display:flex !important;
    align-items:flex-start !important;
}

body.single-product .orre-pdp-final-summary-inner{
    width:100% !important;

    max-width:650px !important;

    margin-left:0 !important;
    margin-right:auto !important;

    padding-left:0 !important;
    padding-right:0 !important;
}

body.single-product .orre-pdp-final-summary-inner{
    transform:none !important;
}

@media(max-width:1199px){

    body.single-product .orre-pdp-final-main{
        grid-template-columns:1fr 1fr !important;

        column-gap:28px !important;

        padding:0 24px !important;
    }

    body.single-product .orre-pdp-final-summary-inner{
        max-width:100% !important;
    }
}

@media(max-width:767px){

    body.single-product .orre-pdp-final-main{
        display:block !important;

        padding:0 16px !important;
    }

    body.single-product .orre-pdp-final-summary{
        margin-top:28px !important;
    }
}

body .cart-widget-side,
body .wd-side-hidden,
body .wd-cart-side{
    top:0 !important;
    height:100vh !important;
    max-height:100vh !important;

    padding-top:92px !important;

    box-sizing:border-box !important;
}

body .cart-widget-side .widget_shopping_cart,
body .wd-cart-side .widget_shopping_cart{
    height:100% !important;
    max-height:100% !important;

    overflow-y:auto !important;
    overflow-x:hidden !important;

    padding-top:14px !important;
    padding-bottom:24px !important;
}

body .cart-widget-side .mini_cart_item,
body .wd-cart-side .mini_cart_item{
    padding-top:18px !important;
    padding-bottom:18px !important;
}

body .cart-widget-side .mini_cart_item img,
body .wd-cart-side .mini_cart_item img{
    margin-top:0 !important;
}

body .cart-widget-side .mini_cart_item .product-title,
body .cart-widget-side .mini_cart_item a,
body .wd-cart-side .mini_cart_item .product-title,
body .wd-cart-side .mini_cart_item a{
    margin-top:0 !important;
}

body .cart-widget-side .woocommerce-mini-cart__total,
body .wd-cart-side .woocommerce-mini-cart__total{
    margin-top:18px !important;
}

body .cart-widget-side,
body .wd-cart-side{
    z-index:999999 !important;
}

@media(max-width:767px){

    body .cart-widget-side,
    body .wd-side-hidden,
    body .wd-cart-side{
        padding-top:72px !important;
    }
}

body.home .orre-home-product-grid,
body.home .orre-product-slider{
    gap:14px !important;
}

body.home .orre-home-product{
    background:#fff !important;

    margin:0 !important;
    padding:0 !important;

    min-width:0 !important;
}

body.home .orre-home-size-strip{
    position:static !important;

    display:flex !important;
    visibility:visible !important;
    opacity:1 !important;

    align-items:center !important;
    justify-content:flex-start !important;
    flex-wrap:wrap !important;

    gap:6px !important;

    width:100% !important;
    min-height:42px !important;

    margin:0 !important;

    padding:10px 14px 0 !important;

    background:#fff !important;

    transform:none !important;
    overflow:visible !important;

    box-sizing:border-box !important;
}

body.home .orre-home-size-strip > span{
    display:inline-flex !important;

    align-items:center !important;
    justify-content:center !important;

    min-width:38px !important;
    height:34px !important;

    margin:0 !important;
    padding:0 9px !important;

    background:#fff !important;
    color:#111 !important;

    border:1px solid #d5d5d5 !important;
    border-radius:0 !important;

    font-size:10px !important;
    font-weight:500 !important;
    line-height:1 !important;

    box-sizing:border-box !important;
}

body.home .orre-home-product-info{
    padding:12px 14px 26px !important;

    margin:0 !important;

    background:#fff !important;
}

body.home .orre-home-product-name{
    display:block !important;

    margin:0 !important;

    font-size:14px !important;
    font-weight:700 !important;
    line-height:1.35 !important;

    color:#111 !important;

    text-transform:uppercase !important;
}

body.home .orre-home-product-price{
    margin-top:9px !important;

    font-size:13px !important;
    font-weight:600 !important;

    line-height:1.3 !important;
}

body.home .orre-home-new,
body.home .orre-home-collection{
    padding-bottom:44px !important;
}

@media(min-width:1025px){

    body.home .orre-slider-shell{
        padding-left:42px !important;
        padding-right:42px !important;

        box-sizing:border-box !important;
    }
}

@media(max-width:767px){

    body.home .orre-home-product-grid,
    body.home .orre-product-slider{
        gap:7px !important;
    }

    body.home .orre-home-size-strip{
        gap:5px !important;

        min-height:36px !important;

        padding:8px 8px 0 !important;
    }

    body.home .orre-home-size-strip > span{
        min-width:33px !important;
        height:30px !important;

        padding:0 7px !important;

        font-size:9px !important;
    }

    body.home .orre-home-product-info{
        padding:10px 8px 20px !important;
    }
}

body.single-product .orre-pdp-final-related{
    padding-bottom:58px !important;
}

body.single-product .orre-related-slider-shell{
    padding-left:36px !important;
    padding-right:36px !important;

    box-sizing:border-box !important;
}

body.single-product .orre-pdp-final-related-grid{
    gap:14px !important;
}

body.single-product .orre-pdp-final-related-card{
    min-width:0 !important;

    margin:0 !important;
    padding:0 !important;

    background:#fff !important;
}

body.single-product .orre-pdp-final-related-image{
    display:block !important;

    width:100% !important;

    overflow:hidden !important;

    background:#f4efed !important;
}

body.single-product .orre-pdp-final-related-image img{
    display:block !important;

    width:100% !important;
    height:auto !important;

    margin:0 !important;
}

body.single-product .orre-pdp-related-sizes{
    display:flex !important;
    visibility:visible !important;
    opacity:1 !important;

    align-items:center !important;
    justify-content:flex-start !important;
    flex-wrap:wrap !important;

    gap:6px !important;

    width:100% !important;

    margin:0 !important;
    padding:10px 14px 0 !important;

    background:#fff !important;

    box-sizing:border-box !important;
}

body.single-product .orre-pdp-related-sizes > span{
    display:inline-flex !important;

    align-items:center !important;
    justify-content:center !important;

    min-width:38px !important;
    height:34px !important;

    margin:0 !important;
    padding:0 9px !important;

    background:#fff !important;
    color:#111 !important;

    border:1px solid #d5d5d5 !important;
    border-radius:0 !important;

    font-size:10px !important;
    font-weight:500 !important;

    line-height:1 !important;

    box-sizing:border-box !important;
}

body.single-product .orre-pdp-final-related-info{
    padding:12px 14px 26px !important;

    margin:0 !important;

    background:#fff !important;
}

body.single-product .orre-pdp-final-related-info > a{
    display:block !important;

    margin:0 !important;

    color:#111 !important;

    font-size:14px !important;
    font-weight:700 !important;
    line-height:1.35 !important;

    text-transform:uppercase !important;
}

body.single-product .orre-pdp-final-related-info > span{
    display:block !important;

    margin-top:9px !important;

    font-size:13px !important;
    font-weight:600 !important;
    line-height:1.3 !important;
}

@media(max-width:767px){

    body.single-product .orre-related-slider-shell{
        padding-left:10px !important;
        padding-right:10px !important;
    }

    body.single-product .orre-pdp-final-related-grid{
        gap:7px !important;
    }

    body.single-product .orre-pdp-related-sizes{
        gap:5px !important;

        padding:8px 8px 0 !important;
    }

    body.single-product .orre-pdp-related-sizes > span{
        min-width:33px !important;
        height:30px !important;

        padding:0 7px !important;

        font-size:9px !important;
    }

    body.single-product .orre-pdp-final-related-info{
        padding:10px 8px 20px !important;
    }
}

.orre-footer{
    background:#050505;
    color:#fff;

    width:100%;

    font-family:Arial, Helvetica, sans-serif;
}

.orre-footer-main{
    display:grid;

    grid-template-columns:1.2fr .8fr;

    gap:80px;

    max-width:1620px;

    margin:0 auto;

    padding:70px 7% 58px;
}

.orre-footer-brand{
    max-width:520px;
}

.orre-footer-logo{
    margin-bottom:28px;

    font-family:Georgia, "Times New Roman", serif;

    font-size:66px;
    font-weight:400;

    line-height:1;

    letter-spacing:.08em;

    color:#fff;
}

.orre-footer-brand p{
    max-width:390px;

    margin:0;

    color:#bdbdbd;

    font-size:15px;
    font-weight:400;

    line-height:1.75;
}

.orre-footer-contact{
    padding-top:10px;
}

.orre-footer-contact h4{
    margin:0 0 28px;

    color:#fff;

    font-size:13px;
    font-weight:700;

    letter-spacing:.18em;

    text-transform:uppercase;
}

.orre-footer-contact p{
    display:flex;

    flex-direction:column;

    gap:6px;

    margin:0 0 22px;

    color:#ccc;

    font-size:15px;

    line-height:1.5;
}

.orre-footer-contact p > span{
    color:#777;

    font-size:10px;
    font-weight:600;

    letter-spacing:.12em;

    text-transform:uppercase;
}

.orre-footer-contact a{
    color:#ccc;

    text-decoration:none;

    transition:
        color .2s ease,
        opacity .2s ease;
}

.orre-footer-contact a:hover{
    color:#fff;
}

.orre-footer-bottom{
    display:flex;

    align-items:center;
    justify-content:space-between;

    gap:30px;

    max-width:1620px;

    margin:0 auto;

    padding:24px 7%;

    border-top:1px solid rgba(255,255,255,.12);
}

.orre-footer-copy{
    display:flex;

    align-items:center;

    flex-wrap:wrap;

    gap:12px;

    color:#9b9b9b;

    font-size:12px;
}

.orre-footer-copy a{
    position:relative;

    color:#c6c6c6;

    text-decoration:none;

    transition:color .2s ease;
}

.orre-footer-copy a::after{
    content:"";

    position:absolute;

    left:0;
    bottom:-4px;

    width:0;
    height:1px;

    background:#fff;

    transition:width .25s ease;
}

.orre-footer-copy a:hover{
    color:#fff;
}

.orre-footer-copy a:hover::after{
    width:100%;
}

.orre-footer-separator{
    color:#555;
}

.orre-footer-payments{
    display:flex;

    align-items:center;

    gap:14px;
}

.orre-footer-payments > span{
    color:#666;

    font-size:9px;
    font-weight:600;

    letter-spacing:.16em;

    text-transform:uppercase;
}

.orre-footer-payments img{
    height:25px;

    width:auto;

    object-fit:contain;
}

@media(max-width:767px){

    .orre-footer-main{
        grid-template-columns:1fr;

        gap:42px;

        padding:48px 22px 40px;
    }

    .orre-footer-logo{
        font-size:48px;

        margin-bottom:22px;
    }

    .orre-footer-brand p{
        font-size:13px;

        line-height:1.7;
    }

    .orre-footer-contact{
        padding-top:0;
    }

    .orre-footer-bottom{
        flex-direction:column;

        align-items:flex-start;

        padding:22px;

        gap:20px;
    }

    .orre-footer-copy{
        gap:8px 10px;

        font-size:11px;
    }

    .orre-footer-payments{
        width:100%;

        flex-wrap:wrap;
    }

}

@media(max-width:767px){

    .orre-home-product-grid,
    .orre-home-products-grid,
    .orre-front-products,
    .orre-collection-grid,
    .orre-shop-pro-grid,
    .orre-pdp-final-related-grid{
        display:grid !important;
        grid-template-columns:repeat(2, minmax(0, 1fr)) !important;

        gap:10px !important;

        padding-left:12px !important;
        padding-right:12px !important;

        box-sizing:border-box !important;
    }

    .orre-home-product,
    .orre-front-product,
    .orre-collection-card,
    .orre-shop-pro-card,
    .orre-pdp-final-related-card{
        width:100% !important;
        min-width:0 !important;

        margin:0 !important;
    }

    .orre-home-product-media,
    .orre-front-product-media,
    .orre-collection-card-media,
    .orre-shop-pro-media,
    .orre-pdp-final-related-image{
        display:block !important;

        width:100% !important;

        aspect-ratio:3 / 4 !important;

        overflow:hidden !important;
    }

    .orre-home-product-media img,
    .orre-front-product-media img,
    .orre-collection-card-media img,
    .orre-shop-pro-media img,
    .orre-pdp-final-related-image img{
        width:100% !important;
        height:100% !important;

        object-fit:cover !important;
        object-position:center top !important;

        display:block !important;
    }

    .orre-home-product-info,
    .orre-front-product-meta,
    .orre-collection-card-info,
    .orre-shop-pro-info,
    .orre-pdp-final-related-info{
        padding:8px 6px 14px !important;
    }

    .orre-home-product-name,
    .orre-front-product-name,
    .orre-collection-card-title,
    .orre-shop-pro-name,
    .orre-pdp-final-related-name{
        font-size:10px !important;
        line-height:1.3 !important;
    }

    .orre-home-product-price,
    .orre-front-product-price,
    .orre-collection-card-price,
    .orre-shop-pro-price,
    .orre-pdp-final-related-price{
        margin-top:5px !important;

        font-size:10px !important;
    }

    .orre-home-size-strip,
    .orre-collection-size-strip,
    .orre-shop-pro-sizes,
    .orre-pdp-related-sizes{
        padding:6px 6px 0 !important;
        gap:4px !important;
    }

    .orre-home-size-strip > span,
    .orre-collection-size-strip > span,
    .orre-shop-pro-size-list > span,
    .orre-pdp-related-sizes > span{
        min-width:28px !important;
        height:26px !important;

        padding:0 5px !important;

        font-size:8px !important;
    }
}

@media(max-width:767px){

    .orre-home-product-grid,
    .orre-home-products-grid,
    .orre-front-products,
    .orre-collection-grid,
    .orre-shop-pro-grid,
    .orre-pdp-final-related-grid{
        gap:16px 12px !important;

        padding-left:14px !important;
        padding-right:14px !important;
    }

    .orre-home-product,
    .orre-front-product,
    .orre-collection-card,
    .orre-shop-pro-card,
    .orre-pdp-final-related-card{
        margin-bottom:8px !important;
    }

    .orre-home-product-info,
    .orre-front-product-meta,
    .orre-collection-card-info,
    .orre-shop-pro-info,
    .orre-pdp-final-related-info{
        padding-top:10px !important;
        padding-bottom:18px !important;
    }

    .orre-slider-shell,
    .orre-shop-pro-products,
    .orre-collection-products,
    .orre-pdp-final-related{
        box-sizing:border-box !important;
    }
}

@media (max-width:767px){

    body .orre-product-slider,
    body .orre-pdp-final-related-grid{
        display:flex !important;
        gap:14px !important;
        column-gap:14px !important;

        padding-left:14px !important;
        padding-right:14px !important;

        box-sizing:border-box !important;
    }

    body .orre-product-slider > .orre-home-product,
    body .orre-product-slider > .orre-front-product,
    body .orre-product-slider > .orre-pdp-final-related-card{
        flex:0 0 calc((100% - 14px) / 2) !important;
        width:calc((100% - 14px) / 2) !important;
        max-width:calc((100% - 14px) / 2) !important;

        margin:0 !important;

        box-sizing:border-box !important;
    }

    body .orre-shop-pro-grid,
    body .orre-collection-grid,
    body .orre-home-product-grid,
    body .orre-home-products-grid,
    body .orre-front-products{
        display:grid !important;

        grid-template-columns:
            repeat(2, minmax(0,1fr)) !important;

        column-gap:14px !important;
        row-gap:20px !important;

        padding-left:14px !important;
        padding-right:14px !important;

        box-sizing:border-box !important;
    }

    body .orre-shop-pro-card,
    body .orre-collection-card,
    body .orre-home-product,
    body .orre-front-product,
    body .orre-pdp-final-related-card{
        min-width:0 !important;
        max-width:100% !important;

        box-sizing:border-box !important;
    }

}

@media(max-width:767px){

    body .orre-product-slider,
    body .orre-pdp-final-related-grid{
        gap:20px !important;
        column-gap:20px !important;

        padding-left:16px !important;
        padding-right:16px !important;

        box-sizing:border-box !important;
    }

    body .orre-product-slider > .orre-home-product,
    body .orre-product-slider > .orre-front-product,
    body .orre-product-slider > .orre-pdp-final-related-card{
        flex:0 0 calc((100% - 20px) / 2) !important;
        width:calc((100% - 20px) / 2) !important;
        max-width:calc((100% - 20px) / 2) !important;

        margin:0 !important;

        box-sizing:border-box !important;
    }

    body .orre-shop-pro-grid,
    body .orre-collection-grid,
    body .orre-home-product-grid,
    body .orre-home-products-grid,
    body .orre-front-products{
        grid-template-columns:repeat(2,minmax(0,1fr)) !important;

        column-gap:20px !important;
        row-gap:24px !important;

        padding-left:16px !important;
        padding-right:16px !important;

        box-sizing:border-box !important;
    }

    body .orre-shop-pro-card,
    body .orre-collection-card,
    body .orre-home-product,
    body .orre-front-product,
    body .orre-pdp-final-related-card{
        margin-bottom:8px !important;
    }

}
@media (max-width: 767px) {
  .orre-hero-banner,
  .orre-banner,
  .main-banner,
  .hero-banner,
  .home-banner {
    min-height: 420px !important;
    background-size: cover !important;
    background-position: center center !important;
  }

  .orre-hero-banner img,
  .orre-banner img,
  .main-banner img,
  .hero-banner img,
  .home-banner img {
    width: 100% !important;
    height: 420px !important;
    object-fit: cover !important;
    object-position: center center !important;
  }
}

.social-facebook,
.social-instagram{
    display:inline-flex !important;
}

.social-twitter,
.social-x,
.social-youtube,
.social-pinterest,
.social-linkedin,
.social-tiktok{
    display:none !important;
}

body.page-id-4400,
body.page-id-4400 #page,
body.page-id-4400 .website-wrapper,
body.page-id-4400 .main-page-wrapper,
body.page-id-4400 .site-content,
body.page-id-4400 .content-layout-wrapper,
body.page-id-4400 .site-content-row,
body.page-id-4400 .elementor,
body.page-id-4400 .elementor-section,
body.page-id-4400 .elementor-container,
body.page-id-4400 .elementor-column,
body.page-id-4400 .elementor-widget-wrap,
body.page-id-4400 .e-con,
body.page-id-4400 .e-con-inner{
    background-color:#050505 !important;
}

body.page-id-4400 .elementor{
    width:100% !important;
    max-width:none !important;
    margin:0 !important;
    padding:0 !important;
}

body.page-id-4400 .elementor > .e-con,
body.page-id-4400 .elementor > .elementor-section{
    width:100% !important;
    max-width:1480px !important;
    margin-left:auto !important;
    margin-right:auto !important;
    padding-left:clamp(28px,5vw,78px) !important;
    padding-right:clamp(28px,5vw,78px) !important;
}

body.page-id-4400 h1,
body.page-id-4400 h2,
body.page-id-4400 h3,
body.page-id-4400 h4,
body.page-id-4400 h5,
body.page-id-4400 h6,
body.page-id-4400 .elementor-heading-title{
    color:#fff !important;
}

body.page-id-4400 p,
body.page-id-4400 li{
    color:#c3c3c3 !important;
}

body.page-id-4400 p{
    font-size:16px !important;
    line-height:1.8 !important;
}

body.page-id-4400 .elementor-widget-text-editor p{
    max-width:680px;
    margin-top:0;
    margin-bottom:20px;
}

body.page-id-4400 a{
    color:#fff !important;
}

body.page-id-4400 .orre-about-hero,
body.page-id-4400 .orre-about-story,
body.page-id-4400 .orre-about-values,
body.page-id-4400 .orre-about-closing{
    background:#050505 !important;
    color:#fff !important;

    width:100% !important;

    padding-left:clamp(28px,5vw,78px) !important;
    padding-right:clamp(28px,5vw,78px) !important;

    border-color:rgba(255,255,255,.10) !important;
}

body.page-id-4400 .orre-about-hero{
    min-height:0 !important;
    padding-top:90px !important;
    padding-bottom:90px !important;
}

body.page-id-4400 .orre-about-hero .elementor-heading-title{
    max-width:900px !important;

    color:#fff !important;

    font-size:clamp(48px,6vw,86px) !important;
    font-weight:400 !important;
    line-height:1.02 !important;

    letter-spacing:-.025em !important;
}

body.page-id-4400 .orre-about-hero p{
    max-width:620px !important;
    color:#bcbcbc !important;
}

body.page-id-4400 .orre-about-hero
.elementor-widget-heading:first-child
.elementor-heading-title{
    color:#a57d69 !important;

    font-family:Arial,Helvetica,sans-serif !important;
    font-size:10px !important;
    font-weight:700 !important;
    line-height:1 !important;

    letter-spacing:.20em !important;
    text-transform:uppercase !important;
}

body.page-id-4400 .orre-about-story{
    padding-top:86px !important;
    padding-bottom:86px !important;

    border-top:1px solid rgba(255,255,255,.10) !important;
}

body.page-id-4400 .orre-about-story .elementor-heading-title{
    color:#fff !important;

    font-size:clamp(38px,4vw,60px) !important;
    font-weight:400 !important;
    line-height:1.08 !important;

    letter-spacing:-.02em !important;
}

body.page-id-4400 .orre-about-story p{
    color:#bdbdbd !important;
}

body.page-id-4400 .orre-about-story img{
    display:block !important;

    width:100% !important;
    height:auto !important;

    background:#111 !important;
}

body.page-id-4400 .orre-about-values{
    padding-top:80px !important;
    padding-bottom:88px !important;

    border-top:1px solid rgba(255,255,255,.10) !important;
    border-bottom:1px solid rgba(255,255,255,.10) !important;
}

body.page-id-4400 .orre-about-values .elementor-heading-title{
    color:#fff !important;

    font-size:21px !important;
    font-weight:500 !important;
    line-height:1.25 !important;
}

body.page-id-4400 .orre-about-values p{
    max-width:440px !important;
    color:#aaa !important;

    font-size:15px !important;
    line-height:1.75 !important;
}

body.page-id-4400
.orre-about-values
.elementor-column:not(:last-child)::after{
    background:rgba(255,255,255,.12) !important;
}

body.page-id-4400 .orre-about-closing{
    min-height:0 !important;

    padding-top:90px !important;
    padding-bottom:90px !important;

    text-align:center !important;
}

body.page-id-4400 .orre-about-closing .elementor-heading-title{
    max-width:900px !important;

    color:#fff !important;

    font-size:clamp(42px,5vw,72px) !important;
    font-weight:400 !important;
    line-height:1.05 !important;

    letter-spacing:-.025em !important;
}

body.page-id-4400 .orre-about-closing p{
    max-width:620px !important;

    margin-left:auto !important;
    margin-right:auto !important;

    color:#aaa !important;
}

body.page-id-4400 .elementor-widget-heading{
    margin-bottom:14px;
}

body.page-id-4400 .elementor-widget-text-editor{
    margin-bottom:0;
}

body.page-id-4400 hr,
body.page-id-4400 .elementor-divider-separator{
    border-color:rgba(255,255,255,.12) !important;
}

body.page-id-4400 .elementor-social-icons-wrapper{
    display:flex !important;
    align-items:center !important;
    gap:10px !important;
}

body.page-id-4400 .elementor-social-icon{
    transition:transform .2s ease,opacity .2s ease !important;
}

body.page-id-4400 .elementor-social-icon:hover{
    transform:translateY(-2px) !important;
}

@media(max-width:1024px){

    body.page-id-4400 .elementor > .e-con,
    body.page-id-4400 .elementor > .elementor-section,
    body.page-id-4400 .orre-about-hero,
    body.page-id-4400 .orre-about-story,
    body.page-id-4400 .orre-about-values,
    body.page-id-4400 .orre-about-closing{
        padding-left:32px !important;
        padding-right:32px !important;
    }

    body.page-id-4400 .orre-about-hero,
    body.page-id-4400 .orre-about-story,
    body.page-id-4400 .orre-about-values,
    body.page-id-4400 .orre-about-closing{
        padding-top:68px !important;
        padding-bottom:68px !important;
    }
}

@media(max-width:767px){

    body.page-id-4400 .elementor > .e-con,
    body.page-id-4400 .elementor > .elementor-section,
    body.page-id-4400 .orre-about-hero,
    body.page-id-4400 .orre-about-story,
    body.page-id-4400 .orre-about-values,
    body.page-id-4400 .orre-about-closing{
        padding-left:20px !important;
        padding-right:20px !important;
    }

    body.page-id-4400 .orre-about-hero,
    body.page-id-4400 .orre-about-story,
    body.page-id-4400 .orre-about-values,
    body.page-id-4400 .orre-about-closing{
        padding-top:52px !important;
        padding-bottom:52px !important;
    }

    body.page-id-4400 .orre-about-hero .elementor-heading-title{
        font-size:42px !important;
        line-height:1.08 !important;
    }

    body.page-id-4400 .orre-about-story .elementor-heading-title{
        font-size:34px !important;
    }

    body.page-id-4400 .orre-about-values .elementor-heading-title{
        font-size:20px !important;
    }

    body.page-id-4400 .orre-about-closing .elementor-heading-title{
        font-size:38px !important;
    }

    body.page-id-4400 p{
        font-size:15px !important;
        line-height:1.72 !important;
    }

    body.page-id-4400
    .orre-about-values
    .elementor-column:not(:last-child)::after{
        display:none !important;
    }

    body.page-id-4400 .orre-about-values .elementor-column{
        border-bottom:1px solid rgba(255,255,255,.10) !important;
    }
}

footer .main-footer,
.site-footer .main-footer,
.footer-container .main-footer,
.wd-footer .main-footer,
footer > .container,
.site-footer > .container,
.footer-container > .container{
    width:100% !important;
    max-width:1500px !important;

    margin-left:auto !important;
    margin-right:auto !important;

    padding-left:clamp(28px,5vw,78px) !important;
    padding-right:clamp(28px,5vw,78px) !important;

    box-sizing:border-box !important;
}

@media (min-width:768px){

    footer .main-footer .widget:has(img):has(p),
    .site-footer .main-footer .widget:has(img):has(p),
    .footer-container .main-footer .widget:has(img):has(p),

    footer .main-footer .textwidget:has(img):has(p),
    .site-footer .main-footer .textwidget:has(img):has(p),
    .footer-container .main-footer .textwidget:has(img):has(p),

    footer .main-footer .wp-block-group:has(img):has(p),
    .site-footer .main-footer .wp-block-group:has(img):has(p),
    .footer-container .main-footer .wp-block-group:has(img):has(p){
        display:flex !important;

        align-items:center !important;
        justify-content:flex-start !important;

        gap:42px !important;

        width:100% !important;
        max-width:760px !important;

        margin:0 !important;
        padding:0 !important;
    }

    footer .main-footer .widget:has(img):has(p) > .textwidget,
    .site-footer .main-footer .widget:has(img):has(p) > .textwidget,
    .footer-container .main-footer .widget:has(img):has(p) > .textwidget{
        display:flex !important;

        align-items:center !important;

        gap:42px !important;

        width:100% !important;

        margin:0 !important;
        padding:0 !important;
    }

    footer .main-footer .widget:has(img):has(p) img,
    .site-footer .main-footer .widget:has(img):has(p) img,
    .footer-container .main-footer .widget:has(img):has(p) img,

    footer .main-footer .textwidget:has(img):has(p) img,
    .site-footer .main-footer .textwidget:has(img):has(p) img,
    .footer-container .main-footer .textwidget:has(img):has(p) img{
        flex:0 0 auto !important;

        display:block !important;

        width:auto !important;
        max-width:270px !important;
        height:auto !important;

        margin:0 !important;
        padding:0 !important;
    }

    footer .main-footer .widget:has(img):has(p) p,
    .site-footer .main-footer .widget:has(img):has(p) p,
    .footer-container .main-footer .widget:has(img):has(p) p,

    footer .main-footer .textwidget:has(img):has(p) p,
    .site-footer .main-footer .textwidget:has(img):has(p) p,
    .footer-container .main-footer .textwidget:has(img):has(p) p{
        flex:0 1 390px !important;

        width:auto !important;
        max-width:390px !important;

        margin:0 !important;
        padding:0 !important;

        color:#c7c7c7 !important;

        font-size:14px !important;
        line-height:1.8 !important;

        white-space:normal !important;
    }

    footer .main-footer .widget:has(img):has(p) p br,
    .site-footer .main-footer .widget:has(img):has(p) p br,
    .footer-container .main-footer .widget:has(img):has(p) p br{
        display:none !important;
    }

}

footer .footer-sidebar,
.site-footer .footer-sidebar,
.footer-container .footer-sidebar{
    align-items:flex-start !important;
}

footer .main-footer .widget,
.site-footer .main-footer .widget,
.footer-container .main-footer .widget{
    margin-bottom:0 !important;
}

footer .main-footer .widget-title,
.site-footer .main-footer .widget-title,
.footer-container .main-footer .widget-title,
footer .main-footer h4,
.site-footer .main-footer h4,
.footer-container .main-footer h4{
    margin-top:0 !important;
    margin-bottom:24px !important;
}

footer .main-footer p,
.site-footer .main-footer p,
.footer-container .main-footer p{
    margin-top:0;
}

.copyrights-wrapper .container,
.min-footer .container,
.wd-footer-bottom .container{
    width:100% !important;
    max-width:1500px !important;

    margin-left:auto !important;
    margin-right:auto !important;

    padding-left:clamp(28px,5vw,78px) !important;
    padding-right:clamp(28px,5vw,78px) !important;

    box-sizing:border-box !important;
}

@media(max-width:767px){

    footer .main-footer,
    .site-footer .main-footer,
    .footer-container .main-footer,
    footer > .container,
    .site-footer > .container,
    .footer-container > .container{
        padding-left:20px !important;
        padding-right:20px !important;
    }

    footer .main-footer .widget:has(img):has(p),
    .site-footer .main-footer .widget:has(img):has(p),
    .footer-container .main-footer .widget:has(img):has(p),

    footer .main-footer .textwidget:has(img):has(p),
    .site-footer .main-footer .textwidget:has(img):has(p),
    .footer-container .main-footer .textwidget:has(img):has(p),

    footer .main-footer .widget:has(img):has(p) > .textwidget,
    .site-footer .main-footer .widget:has(img):has(p) > .textwidget,
    .footer-container .main-footer .widget:has(img):has(p) > .textwidget{
        display:flex !important;

        flex-direction:column !important;
        align-items:flex-start !important;

        gap:22px !important;

        max-width:100% !important;
    }

    footer .main-footer .widget:has(img):has(p) img,
    .site-footer .main-footer .widget:has(img):has(p) img,
    .footer-container .main-footer .widget:has(img):has(p) img{
        max-width:210px !important;
    }

    footer .main-footer .widget:has(img):has(p) p,
    .site-footer .main-footer .widget:has(img):has(p) p,
    .footer-container .main-footer .widget:has(img):has(p) p{
        max-width:330px !important;

        font-size:13px !important;
        line-height:1.7 !important;
    }

    .copyrights-wrapper .container,
    .min-footer .container,
    .wd-footer-bottom .container{
        padding-left:20px !important;
        padding-right:20px !important;
    }

}

html body .cart-widget-side,
html body .wd-cart-side,
html body .wd-side-hidden.wd-right {
    top: 0 !important;
    right: 0 !important;

    width: 605px !important;
    max-width: calc(100vw - 40px) !important;

    height: 100vh !important;
    max-height: 100vh !important;

    padding: 0 !important;
    margin: 0 !important;

    background: #f8f8f8 !important;

    box-shadow: none !important;
    border-left: 1px solid #e0e0e0 !important;

    z-index: 9999999 !important;
}

html body .cart-widget-side .widget_shopping_cart,
html body .wd-cart-side .widget_shopping_cart {
    padding: 0 !important;
    margin: 0 !important;

    height: 100% !important;
    max-height: 100% !important;

    display: flex !important;
    flex-direction: column !important;

    overflow: hidden !important;

    background: #f8f8f8 !important;
}

html body .cart-widget-side .wd-heading,
html body .wd-cart-side .wd-heading {
    position: relative !important;

    min-height: 80px !important;

    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    padding: 0 28px !important;
    margin: 0 !important;

    background: #f8f8f8 !important;

    border-bottom: 1px solid #d3d3d3 !important;
}

html body .cart-widget-side .wd-heading .title,
html body .cart-widget-side .wd-heading h3,
html body .wd-cart-side .wd-heading .title,
html body .wd-cart-side .wd-heading h3 {
    font-size: 21px !important;
    line-height: 1 !important;

    font-weight: 400 !important;
    letter-spacing: 0.5px !important;

    color: #111 !important;

    margin: 0 !important;
    padding: 0 !important;

    text-transform: uppercase !important;
}

html body .cart-widget-side .wd-close-side,
html body .wd-cart-side .wd-close-side {
    position: absolute !important;

    right: calc(50% - 58px) !important;
    top: 50% !important;

    transform: translateY(-50%) !important;

    width: 30px !important;
    height: 30px !important;

    padding: 0 !important;
    margin: 0 !important;

    background: transparent !important;
    border: 0 !important;

    color: #111 !important;
}

html body .cart-widget-side .wd-close-side:before,
html body .cart-widget-side .wd-close-side:after,
html body .wd-cart-side .wd-close-side:before,
html body .wd-cart-side .wd-close-side:after {
    background-color: #111 !important;
}

html body .cart-widget-side .shopping-cart-widget-body,
html body .wd-cart-side .shopping-cart-widget-body {
    flex: 1 1 auto !important;

    overflow-y: auto !important;
    overflow-x: hidden !important;

    padding: 0 !important;
    margin: 0 !important;

    background: #f8f8f8 !important;
}

html body .cart-widget-side .mini_cart_item,
html body .wd-cart-side .mini_cart_item {
    position: relative !important;

    display: grid !important;

    grid-template-columns: 120px 1fr !important;

    column-gap: 28px !important;

    min-height: 245px !important;

    padding: 27px 65px 27px 27px !important;
    margin: 0 !important;

    border-bottom: 1px solid #d3d3d3 !important;

    background: #f8f8f8 !important;
}

html body .cart-widget-side .mini_cart_item > a:not(.remove),
html body .wd-cart-side .mini_cart_item > a:not(.remove) {
    margin: 0 !important;
    padding: 0 !important;
}

html body .cart-widget-side .mini_cart_item img,
html body .wd-cart-side .mini_cart_item img {
    width: 120px !important;
    height: 182px !important;

    max-width: 120px !important;

    margin: 0 !important;
    padding: 0 !important;

    object-fit: cover !important;
    object-position: center top !important;

    background: #eee !important;
}

html body .cart-widget-side .mini_cart_item .cart-info,
html body .wd-cart-side .mini_cart_item .cart-info {
    padding: 2px 0 0 !important;
    margin: 0 !important;
}

html body .cart-widget-side .mini_cart_item .product-title,
html body .wd-cart-side .mini_cart_item .product-title {
    display: block !important;

    max-width: 310px !important;

    margin: 0 0 7px !important;
    padding: 0 !important;

    font-size: 20px !important;
    line-height: 1.45 !important;

    font-weight: 400 !important;

    text-transform: uppercase !important;

    color: #111 !important;
}

html body .cart-widget-side .variation,
html body .wd-cart-side .variation {
    margin: 0 0 13px !important;

    font-size: 16px !important;
    line-height: 1.4 !important;

    color: #555 !important;
}

html body .cart-widget-side .variation dt,
html body .wd-cart-side .variation dt {
    display: none !important;
}

html body .cart-widget-side .variation dd,
html body .wd-cart-side .variation dd {
    margin: 0 !important;
}

html body .cart-widget-side .variation p,
html body .wd-cart-side .variation p {
    margin: 0 !important;
}

html body .cart-widget-side .mini_cart_item .quantity,
html body .wd-cart-side .mini_cart_item .quantity {
    font-size: 0 !important;

    color: #444 !important;
}

html body .cart-widget-side .mini_cart_item .quantity .woocommerce-Price-amount,
html body .wd-cart-side .mini_cart_item .quantity .woocommerce-Price-amount {
    display: block !important;

    margin: 7px 0 14px !important;

    font-size: 20px !important;
    line-height: 1.2 !important;

    font-weight: 600 !important;

    color: #555 !important;
}

html body .cart-widget-side .woocommerce-Price-currencySymbol,
html body .wd-cart-side .woocommerce-Price-currencySymbol {
    margin-right: 3px !important;
}

html body .cart-widget-side .remove,
html body .wd-cart-side .remove {
    position: absolute !important;

    top: 32px !important;
    right: 26px !important;

    width: 28px !important;
    height: 28px !important;

    margin: 0 !important;
    padding: 0 !important;

    background: transparent !important;
    border: none !important;

    font-size: 0 !important;

    color: #111 !important;

    opacity: 1 !important;
}

html body .cart-widget-side .remove:before,
html body .wd-cart-side .remove:before {
    content: "\f2ed" !important;

    font-family: "Font Awesome 5 Free",
                 "Font Awesome 6 Free" !important;

    font-weight: 900 !important;

    font-size: 19px !important;

    color: #111 !important;

    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    width: 100% !important;
    height: 100% !important;
}

html body .cart-widget-side .shopping-cart-widget-footer,
html body .wd-cart-side .shopping-cart-widget-footer {
    flex: 0 0 auto !important;

    width: 100% !important;

    margin: 0 !important;
    padding: 0 !important;

    background: #f8f8f8 !important;

    border-top: 1px solid #d3d3d3 !important;
}

html body .cart-widget-side .woocommerce-mini-cart__total,
html body .wd-cart-side .woocommerce-mini-cart__total {
    display: none !important;
}

html body .cart-widget-side
.woocommerce-mini-cart__buttons
a:not(.checkout),

html body .wd-cart-side
.woocommerce-mini-cart__buttons
a:not(.checkout) {
    display: none !important;
}

html body .cart-widget-side .woocommerce-mini-cart__buttons,
html body .wd-cart-side .woocommerce-mini-cart__buttons {
    display: block !important;

    margin: 0 !important;
    padding: 0 !important;

    width: 100% !important;

    background: #000 !important;
}

html body .cart-widget-side
.woocommerce-mini-cart__buttons .checkout,

html body .wd-cart-side
.woocommerce-mini-cart__buttons .checkout {
    display: flex !important;

    align-items: center !important;
    justify-content: center !important;

    width: 100% !important;
    min-height: 77px !important;

    margin: 0 !important;
    padding: 0 25px !important;

    border: none !important;
    border-radius: 0 !important;

    background: #000 !important;
    background-color: #000 !important;

    color: #fff !important;

    font-size: 18px !important;
    font-weight: 500 !important;

    letter-spacing: .5px !important;

    text-transform: uppercase !important;

    box-shadow: none !important;
}

html body .cart-widget-side
.woocommerce-mini-cart__buttons .checkout:hover,

html body .wd-cart-side
.woocommerce-mini-cart__buttons .checkout:hover {
    background: #111 !important;
    background-color: #111 !important;

    color: #fff !important;
}

html body .wd-close-side-opened:before,
html body .wd-overlay {
    background: rgba(0,0,0,.35) !important;

    backdrop-filter: blur(3px) !important;
    -webkit-backdrop-filter: blur(3px) !important;
}

@media (max-width: 1024px) {

    html body .cart-widget-side,
    html body .wd-cart-side,
    html body .wd-side-hidden.wd-right {
        width: 560px !important;
        max-width: calc(100vw - 20px) !important;
    }

}

@media (max-width: 767px) {

    html body .cart-widget-side,
    html body .wd-cart-side,
    html body .wd-side-hidden.wd-right {

        width: calc(100vw - 20px) !important;
        max-width: calc(100vw - 20px) !important;

        padding: 0 !important;
    }

    html body .cart-widget-side .wd-heading,
    html body .wd-cart-side .wd-heading {
        min-height: 70px !important;
    }

    html body .cart-widget-side .wd-heading .title,
    html body .wd-cart-side .wd-heading .title {
        font-size: 18px !important;
    }

    html body .cart-widget-side .mini_cart_item,
    html body .wd-cart-side .mini_cart_item {

        grid-template-columns: 105px 1fr !important;

        column-gap: 20px !important;

        min-height: 215px !important;

        padding:
            25px
            45px
            25px
            20px !important;
    }

    html body .cart-widget-side .mini_cart_item img,
    html body .wd-cart-side .mini_cart_item img {

        width: 105px !important;
        height: 160px !important;

        max-width: 105px !important;
    }

    html body .cart-widget-side .mini_cart_item .product-title,
    html body .wd-cart-side .mini_cart_item .product-title {

        font-size: 16px !important;

        line-height: 1.4 !important;
    }

    html body .cart-widget-side
    .mini_cart_item
    .quantity
    .woocommerce-Price-amount,

    html body .wd-cart-side
    .mini_cart_item
    .quantity
    .woocommerce-Price-amount {

        font-size: 17px !important;
    }

    html body .cart-widget-side
    .woocommerce-mini-cart__buttons .checkout,

    html body .wd-cart-side
    .woocommerce-mini-cart__buttons .checkout {

        min-height: 68px !important;

        font-size: 16px !important;
    }

}

@media (max-width: 480px) {

    html body .cart-widget-side,
    html body .wd-cart-side,
    html body .wd-side-hidden.wd-right {

        width: 100vw !important;
        max-width: 100vw !important;
    }

    html body .cart-widget-side .mini_cart_item,
    html body .wd-cart-side .mini_cart_item {

        grid-template-columns: 95px 1fr !important;

        column-gap: 16px !important;

        padding:
            22px
            42px
            22px
            16px !important;
    }

    html body .cart-widget-side .mini_cart_item img,
    html body .wd-cart-side .mini_cart_item img {

        width: 95px !important;
        height: 145px !important;
    }

}

.orre-kiji-footer{
    width:100%;
    background:#000;
    color:#fff;
    padding:0 0 48px;
}

.orre-footer-inner{
    width:calc(100% - 136px);
    max-width:none;
    margin:0 auto;

    border-top:1px solid #262626;
}

.orre-footer-top{
    min-height:190px;

    display:grid;
    grid-template-columns:1fr 1fr 1fr;
    align-items:center;
}

.orre-footer-follow{
    font-size:15px;
    line-height:1;

    font-weight:600;

    color:#777;

    letter-spacing:.6px;

    text-transform:uppercase;
}

.orre-footer-socials{
    display:flex;
    align-items:center;
    justify-content:center;

    gap:28px;
}

.orre-footer-socials a{
    width:24px;
    height:24px;

    display:flex;
    justify-content:center;
    align-items:center;

    color:#efefef;

    background:transparent !important;

    padding:0;
    border:0;

    text-decoration:none;

    transition:opacity .25s ease;
}

.orre-footer-socials a:hover{
    background:transparent !important;
    color:#fff;
    opacity:.65;
}

.orre-footer-socials svg{
    display:block;

    width:23px;
    height:23px;

    fill:currentColor;
}

.orre-footer-bottom{
    display:flex;
    align-items:center;

    gap:17px;

    padding-top:18px;

    font-size:16px;
    line-height:1.4;

    font-weight:400;

    letter-spacing:1px;

    text-transform:uppercase;

    color:#fff;
}

@media(max-width:1024px){

    .orre-footer-inner{
        width:calc(100% - 70px);
    }

}

@media(max-width:767px){

    .orre-kiji-footer{
        padding-bottom:32px;
    }

    .orre-footer-inner{
        width:calc(100% - 32px);
    }

    .orre-footer-top{
        min-height:auto;

        padding:42px 0;

        display:flex;
        flex-direction:column;

        align-items:flex-start;

        gap:32px;
    }

    .orre-footer-socials{
        justify-content:flex-start;
    }

    .orre-footer-bottom{
        flex-direction:column;
        align-items:flex-start;

        gap:6px;

        padding-top:15px;

        font-size:13px;
    }

}

.orre-kiji-footer {
    width: 100%;
    background: #000;
    color: #fff;

    padding: 0 0 45px;
}

.orre-footer-inner {
    width: calc(100% - 136px);
    margin: 0 auto;

    border-top: 1px solid #252525;
}

.orre-footer-brand-section {
    display: grid;
    grid-template-columns: 1.5fr 1fr;

    gap: 100px;

    padding: 65px 0 60px;

    border-bottom: 1px solid #252525;
}

.orre-footer-brand {
    max-width: 460px;
}

.orre-footer-logo {
    display: inline-block;

    background: transparent !important;

    margin-bottom: 25px;
}

.orre-footer-logo img {
    display: block;

    width: 190px;
    max-width: 100%;

    height: auto;
}

.orre-footer-description {
    max-width: 430px;

    margin: 0;

    color: #999;

    font-size: 15px;
    line-height: 1.8;

    font-weight: 400;

    letter-spacing: .2px;
}

.orre-footer-contact {
    display: flex;
    flex-direction: column;

    align-items: flex-start;

    gap: 11px;
}

.orre-footer-contact-title {
    margin-bottom: 10px;

    color: #777;

    font-size: 14px;
    font-weight: 600;

    letter-spacing: 1px;

    text-transform: uppercase;
}

.orre-footer-contact a,
.orre-footer-contact span {
    color: #fff;

    font-size: 15px;
    line-height: 1.5;

    font-weight: 400;

    letter-spacing: .3px;

    text-decoration: none;
}

.orre-footer-contact a:hover {
    color: #888;

    background: transparent !important;
}

.orre-footer-social-row {
    display: grid;

    grid-template-columns: 1fr 1fr 1fr;

    align-items: center;

    min-height: 150px;
}

.orre-footer-follow {
    color: #777;

    font-size: 14px;
    font-weight: 600;

    letter-spacing: .8px;

    text-transform: uppercase;
}

.orre-footer-socials {
    display: flex;

    justify-content: center;
    align-items: center;

    gap: 28px;
}

.orre-footer-socials a {
    width: 25px;
    height: 25px;

    display: flex;

    align-items: center;
    justify-content: center;

    padding: 0;

    color: #f1f1f1;

    background: transparent !important;

    border: none;

    text-decoration: none;

    transition:
        opacity .2s ease,
        transform .2s ease;
}

.orre-footer-socials a:hover {
    color: #fff;

    background: transparent !important;

    opacity: .65;

    transform: translateY(-2px);
}

.orre-footer-socials svg {
    width: 23px;
    height: 23px;

    fill: currentColor;
}

.orre-footer-bottom {
    display: flex;

    align-items: center;

    gap: 18px;

    padding-top: 15px;

    color: #fff;

    font-size: 15px;
    line-height: 1.4;

    font-weight: 400;

    letter-spacing: 1px;

    text-transform: uppercase;
}

@media (max-width: 1024px) {

    .orre-footer-inner {
        width: calc(100% - 70px);
    }

    .orre-footer-brand-section {
        gap: 60px;
    }

}

@media (max-width: 767px) {

    .orre-kiji-footer {
        padding-bottom: 30px;
    }

    .orre-footer-inner {
        width: calc(100% - 32px);
    }

    .orre-footer-brand-section {
        display: flex;

        flex-direction: column;

        gap: 42px;

        padding: 45px 0;
    }

    .orre-footer-logo img {
        width: 160px;
    }

    .orre-footer-description {
        font-size: 14px;

        line-height: 1.7;
    }

    .orre-footer-social-row {
        display: flex;

        flex-direction: column;

        align-items: flex-start;

        gap: 27px;

        min-height: auto;

        padding: 40px 0;
    }

    .orre-footer-socials {
        justify-content: flex-start;

        gap: 25px;
    }

    .orre-footer-bottom {
        flex-direction: column;

        align-items: flex-start;

        gap: 6px;

        padding-top: 10px;

        font-size: 12px;
    }

}
.orre-footer-logo {
    display: inline-block;
    margin-bottom: 25px;
    background: transparent !important;
}

.orre-footer-logo-img {
    display: block;
    width: 190px;
    max-width: 100%;
    height: auto;
    object-fit: contain;
}

@media (max-width: 767px) {
    .orre-footer-logo-img {
        width: 160px;
    }
}

html body .cart-widget-side .orre-cart-cancel,
html body .wd-cart-side .orre-cart-cancel {

    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    width: 100% !important;

    min-height: 62px !important;

    margin: 12px 0 0 !important;
    padding: 0 20px !important;

    background: #fff !important;
    background-color: #fff !important;

    color: #000 !important;

    border: 1px solid #000 !important;
    border-radius: 0 !important;

    font-size: 14px !important;
    font-weight: 500 !important;

    letter-spacing: 1.2px !important;

    text-transform: uppercase !important;

    cursor: pointer !important;

    box-shadow: none !important;

    transition:
        background .25s ease,
        color .25s ease !important;
}

html body .cart-widget-side .orre-cart-cancel:hover,
html body .wd-cart-side .orre-cart-cancel:hover {

    background: #000 !important;
    background-color: #000 !important;

    color: #fff !important;

    border-color: #000 !important;
}

html body .cart-widget-side,
html body .wd-cart-side{
    position: fixed !important;
}

html body .cart-widget-side .wd-close-side,
html body .wd-cart-side .wd-close-side,
html body .cart-widget-side .close-side-widget,
html body .wd-cart-side .close-side-widget{

    display: flex !important;
    visibility: visible !important;
    opacity: 1 !important;

    position: absolute !important;

    top: 18px !important;
    right: 20px !important;

    width: 34px !important;
    height: 34px !important;

    padding: 0 !important;
    margin: 0 !important;

    align-items: center !important;
    justify-content: center !important;

    background: #fff !important;

    border: 0 !important;
    border-radius: 50% !important;

    color: #000 !important;

    z-index: 99999999 !important;

    font-size: 0 !important;
}

html body .cart-widget-side .wd-close-side::before,
html body .cart-widget-side .wd-close-side::after,
html body .wd-cart-side .wd-close-side::before,
html body .wd-cart-side .wd-close-side::after,
html body .cart-widget-side .close-side-widget::before,
html body .cart-widget-side .close-side-widget::after,
html body .wd-cart-side .close-side-widget::before,
html body .wd-cart-side .close-side-widget::after{

    content: "" !important;

    position: absolute !important;

    width: 18px !important;
    height: 2px !important;

    background: #000 !important;

    left: 8px !important;
    top: 16px !important;

    display: block !important;
}

html body .cart-widget-side .wd-close-side::before,
html body .wd-cart-side .wd-close-side::before,
html body .cart-widget-side .close-side-widget::before,
html body .wd-cart-side .close-side-widget::before{
    transform: rotate(45deg) !important;
}

html body .cart-widget-side .wd-close-side::after,
html body .wd-cart-side .wd-close-side::after,
html body .cart-widget-side .close-side-widget::after,
html body .wd-cart-side .close-side-widget::after{
    transform: rotate(-45deg) !important;
}

html body .cart-widget-side .wd-close-side:hover,
html body .wd-cart-side .wd-close-side:hover,
html body .cart-widget-side .close-side-widget:hover,
html body .wd-cart-side .close-side-widget:hover{
    background: #eee !important;
}

/* =========================================================
   ORRÉ — PREMIUM KIJI-STYLE FINAL OVERRIDES
   Purpose:
   - Preserve existing markup/functions/interactions
   - Black + white storefront
   - Black commerce/action buttons
   - Cleaner typography and spacing
   - Improved desktop/tablet/mobile responsiveness
   ========================================================= */

:root{
  --orre-black:#000000;
  --orre-white:#ffffff;
  --orre-text:#111111;
  --orre-muted:#6b6b6b;
  --orre-border:#e8e8e8;
  --orre-soft:#f7f7f7;
  --orre-container:1440px;
  --orre-page-x:clamp(14px,2.2vw,34px);
  --orre-ease:cubic-bezier(.22,.61,.36,1);
}

/* ---------- Global reset / storefront base ---------- */
html{
  -webkit-text-size-adjust:100%;
  scroll-behavior:smooth;
}

html,
body,
#page,
.main-page-wrapper,
.site-content{
  width:100%;
  max-width:100%;
  margin:0;
  background:#fff!important;
  color:#111!important;
}

body{
  overflow-x:hidden!important;
  font-family:-apple-system,BlinkMacSystemFont,"Helvetica Neue",Arial,sans-serif!important;
  font-size:14px;
  line-height:1.5;
  text-rendering:optimizeLegibility;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
}

*,
*::before,
*::after{
  box-sizing:border-box;
}

img,
picture,
video,
canvas,
svg{
  max-width:100%;
}

img{
  display:block;
}

a{
  color:inherit;
  text-decoration:none;
}

button,
input,
select,
textarea{
  font:inherit;
}

button,
a,
input,
select,
textarea{
  -webkit-tap-highlight-color:transparent;
}

:focus-visible{
  outline:1px solid #000!important;
  outline-offset:3px;
}

/* ---------- Keep main visual surfaces white ---------- */
.orre-home-v3,
.orre-home-new,
.orre-home-collection,
.orre-home-product-grid,
.orre-home-product,
.orre-home-product-info,
.orre-inside,
.orre-home-newsletter,
.orre-collection-page,
.orre-collection-head,
.orre-collection-toolbar,
.orre-collection-products,
.orre-collection-grid,
.orre-collection-card{
  background:#fff!important;
}

/* Product-photo backgrounds can stay subtly neutral */
.orre-home-product-media,
.orre-collection-card-media{
  background:#f6f6f6!important;
}

/* ---------- Typography refinement ---------- */
.orre-home-v3,
.orre-home-v3 *,
.orre-collection-page,
.orre-collection-page *,
.woocommerce,
.woocommerce *{
  font-family:-apple-system,BlinkMacSystemFont,"Helvetica Neue",Arial,sans-serif!important;
}

.orre-home-section-header h1,
.orre-home-section-header h2,
.orre-collection-title-wrap h1,
.orre-inside-head h2{
  color:#000!important;
  font-weight:500!important;
  letter-spacing:.09em!important;
}

.orre-home-product-name,
.orre-collection-card-title,
.woocommerce-loop-product__title{
  color:#111!important;
  font-weight:500!important;
  letter-spacing:.015em!important;
}

.orre-home-product-price,
.orre-collection-card-price,
.woocommerce-Price-amount{
  color:#111!important;
}

/* ---------- Action buttons: BLACK + WHITE ---------- */
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit,
.single_add_to_cart_button,
.checkout-button,
.wc-proceed-to-checkout a,
.orre-cart-primary,
.orre-cart-secondary,
.orre-empty-cart a,
.orre-home-hero-content a,
.orre-home-editorial-overlay a,
.orre-collection-card .button,
.orre-product-card .button,
button[name="apply_coupon"],
button[name="update_cart"],
button[name="woocommerce_checkout_place_order"]{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  background:#000!important;
  color:#fff!important;
  border:1px solid #000!important;
  border-radius:0!important;
  box-shadow:none!important;
  text-transform:uppercase;
  letter-spacing:.08em;
  font-weight:600;
  transition:
    opacity .22s ease,
    transform .22s var(--orre-ease),
    background-color .22s ease,
    color .22s ease!important;
}

.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit:hover,
.single_add_to_cart_button:hover,
.checkout-button:hover,
.wc-proceed-to-checkout a:hover,
.orre-cart-primary:hover,
.orre-cart-secondary:hover,
.orre-empty-cart a:hover,
.orre-home-hero-content a:hover,
.orre-home-editorial-overlay a:hover,
.orre-collection-card .button:hover,
.orre-product-card .button:hover,
button[name="apply_coupon"]:hover,
button[name="update_cart"]:hover,
button[name="woocommerce_checkout_place_order"]:hover{
  background:#000!important;
  color:#fff!important;
  border-color:#000!important;
  opacity:.82!important;
}

/* Keep icon / navigation / utility controls visually minimal */
.orre-hamburger,
.orre-nav-actions button,
.orre-close-btn,
.orre-overlay-close,
.orre-filter-open,
.orre-mobile-parent,
.orre-drawer-head button,
.orre-home-newsletter-form button,
.quantity button,
.wd-quantity-plus,
.wd-quantity-minus{
  box-shadow:none!important;
}

/* Newsletter submit is a text control, not a filled CTA */
.orre-home-newsletter-form button{
  background:transparent!important;
  color:#000!important;
  border:0!important;
}

/* Carousel utility arrows remain clean */
.orre-inside-arrow{
  background:#fff!important;
  color:#000!important;
  border:1px solid #ddd!important;
  box-shadow:none!important;
}
.orre-inside-arrow:hover{
  background:#000!important;
  color:#fff!important;
  border-color:#000!important;
}

/* ---------- Header ---------- */
.orre-nav-header{
  background:rgba(0,0,0,.78)!important;
  border-bottom:1px solid rgba(255,255,255,.12)!important;
  box-shadow:none!important;
  backdrop-filter:blur(10px)!important;
  -webkit-backdrop-filter:blur(10px)!important;
}

body.tax-product_cat .orre-nav-header,
body.single-product .orre-nav-header,
body.woocommerce-cart .orre-nav-header,
body.woocommerce-checkout .orre-nav-header{
  background:#000!important;
}

.orre-nav-inner{
  max-width:1920px!important;
  margin:0 auto!important;
}

.orre-nav-logo a{
  color:#fff!important;
  font-weight:700!important;
  letter-spacing:.12em!important;
}

.orre-hamburger,
.orre-nav-actions button{
  background:transparent!important;
  color:#fff!important;
  border:0!important;
}

/* ---------- Drawers / search ---------- */
.orre-menu-drawer{
  background:#000!important;
  color:#fff!important;
  box-shadow:none!important;
}

.orre-cart-drawer{
  background:#fff!important;
  color:#111!important;
  box-shadow:-18px 0 50px rgba(0,0,0,.10)!important;
}

.orre-search-overlay{
  background:rgba(0,0,0,.985)!important;
}

.orre-menu-overlay,
.orre-cart-overlay{
  background:rgba(0,0,0,.58)!important;
}

.orre-drawer-nav > a,
.orre-mobile-parent{
  transition:background-color .18s ease,color .18s ease!important;
}

/* ---------- Hero ---------- */
.orre-home-hero{
  min-height:clamp(620px,84svh,900px)!important;
  background:#fff!important;
}

.orre-home-hero-content{
  max-width:620px!important;
}

.orre-home-hero-content h1{
  color:#111!important;
  font-size:clamp(62px,9vw,132px)!important;
  line-height:.90!important;
}

.orre-home-hero-content p{
  color:#222!important;
  max-width:440px!important;
  line-height:1.65!important;
}

.orre-home-hero-content a{
  min-height:44px!important;
  padding:0 24px!important;
}

/* ---------- Homepage section headers ---------- */
.orre-home-section-header{
  padding:
    clamp(28px,3vw,44px)
    var(--orre-page-x)
    clamp(18px,1.7vw,26px)!important;
}

.orre-home-section-header h1,
.orre-home-section-header h2{
  font-size:clamp(10px,.8vw,13px)!important;
}

.orre-home-section-header a{
  color:#000!important;
  border-bottom:1px solid #000!important;
  transition:opacity .2s ease!important;
}

.orre-home-section-header a:hover{
  opacity:.55!important;
}

/* ---------- Product grids ---------- */
.orre-home-product-grid,
.orre-collection-grid{
  gap:1px!important;
  background:#fff!important;
}

.orre-home-product,
.orre-collection-card{
  background:#fff!important;
  border:0!important;
  border-radius:0!important;
  box-shadow:none!important;
}

.orre-home-product-media,
.orre-collection-card-media{
  border-radius:0!important;
}

.orre-home-product-media img,
.orre-collection-card-media img{
  transform:scale(1);
  transition:
    opacity .32s ease,
    transform .55s var(--orre-ease)!important;
}

@media (hover:hover) and (pointer:fine){
  .orre-home-product:hover .orre-home-hover-image,
  .orre-collection-card:hover .orre-collection-hover-image{
    transform:scale(1.018)!important;
  }
}

.orre-home-product-info,
.orre-collection-card-info{
  padding:10px 12px 0!important;
}

.orre-home-product-name,
.orre-home-product-price{
  font-size:10px!important;
}

/* KIJI-style size strip — clean black/white */
.orre-home-size-strip,
.orre-collection-sizes{
  background:rgba(255,255,255,.98)!important;
  border:0!important;
  box-shadow:none!important;
}

.orre-home-size-strip > span,
.orre-collection-sizes > span,
.orre-shop-pro-size-list > span{
  background:#fff!important;
  color:#111!important;
  border:1px solid #d8d8d8!important;
  border-radius:0!important;
  box-shadow:none!important;
  transition:background-color .18s ease,color .18s ease,border-color .18s ease!important;
}

@media (hover:hover) and (pointer:fine){
  .orre-home-size-strip > span:hover,
  .orre-collection-sizes > span:hover,
  .orre-shop-pro-size-list > span:hover{
    background:#000!important;
    color:#fff!important;
    border-color:#000!important;
  }
}

/* ---------- Editorial banners ---------- */
.orre-home-editorial{
  min-height:clamp(560px,70vw,780px)!important;
  background:#fff!important;
}

.orre-home-editorial-image{
  transition:transform .75s var(--orre-ease)!important;
}

@media (hover:hover) and (pointer:fine){
  .orre-home-editorial:hover .orre-home-editorial-image{
    transform:scale(1.015)!important;
  }
}

.orre-home-editorial-overlay{
  padding:
    0
    var(--orre-page-x)
    clamp(26px,3vw,44px)!important;
}

.orre-home-editorial-overlay h2{
  font-size:clamp(34px,4vw,64px)!important;
  line-height:1!important;
}

.orre-home-editorial-overlay a{
  min-height:44px!important;
  padding:0 22px!important;
}

/* ---------- Inside ORRÉ ---------- */
.orre-inside{
  background:#fff!important;
  padding:clamp(50px,6vw,88px) 0!important;
}

.orre-inside-head{
  padding:0 var(--orre-page-x) clamp(24px,3vw,38px)!important;
}

.orre-inside-head h2{
  font-size:clamp(24px,2.4vw,36px)!important;
}

.orre-inside-track{
  gap:clamp(12px,1.5vw,24px)!important;
}

.orre-inside-card{
  border-radius:0!important;
  box-shadow:none!important;
  background:#f4f4f4!important;
}

/* ---------- Newsletter ---------- */
.orre-home-newsletter{
  background:#fff!important;
  border-top:1px solid var(--orre-border)!important;
  border-bottom:1px solid var(--orre-border)!important;
  padding:
    clamp(54px,6vw,90px)
    var(--orre-page-x)!important;
}

.orre-home-newsletter h2{
  color:#111!important;
}

.orre-home-newsletter p,
.orre-home-newsletter > div > span{
  color:#666!important;
}

.orre-home-newsletter-form{
  border-bottom:1px solid #111!important;
}

/* ---------- Forms ---------- */
.woocommerce input[type="text"],
.woocommerce input[type="email"],
.woocommerce input[type="tel"],
.woocommerce input[type="number"],
.woocommerce input[type="password"],
.woocommerce textarea,
.woocommerce select,
input[type="search"]{
  background:#fff!important;
  color:#111!important;
  border-radius:0!important;
  box-shadow:none!important;
}

.woocommerce input:focus,
.woocommerce textarea:focus,
.woocommerce select:focus{
  border-color:#000!important;
  outline:0!important;
}

/* ---------- Collection/archive ---------- */
.orre-collection-head{
  padding:
    clamp(40px,5vw,68px)
    var(--orre-page-x)
    clamp(24px,2.5vw,34px)!important;
}

.orre-collection-toolbar{
  padding:14px var(--orre-page-x)!important;
  background:#fff!important;
  border-color:var(--orre-border)!important;
}

.orre-collection-subcats{
  gap:clamp(18px,2vw,30px)!important;
}

.orre-collection-sort select{
  background:#fff!important;
  color:#111!important;
}

/* ---------- Cart / checkout ---------- */
.woocommerce-cart table.shop_table,
.woocommerce-checkout .woocommerce-checkout-review-order,
.woocommerce-checkout #payment,
.cart_totals{
  border-radius:0!important;
  box-shadow:none!important;
}

.orre-cart-primary,
.orre-cart-secondary,
.orre-empty-cart a{
  width:100%!important;
  min-height:48px!important;
}

/* ---------- Footer: solid black ---------- */
footer,
.site-footer,
.footer-container,
.footer-column,
.footer-sidebar,
.footer-widget,
.wd-footer,
.wd-prefooter,
.wd-footer-bottom,
.copyrights-wrapper,
.min-footer,
.main-footer{
  background:#000!important;
  color:#fff!important;
}

footer a,
.site-footer a,
.footer-container a{
  color:rgba(255,255,255,.75)!important;
}

footer a:hover,
.site-footer a:hover,
.footer-container a:hover{
  color:#fff!important;
}

footer h1,
footer h2,
footer h3,
footer h4,
footer h5,
footer h6,
.site-footer h1,
.site-footer h2,
.site-footer h3,
.site-footer h4,
.site-footer h5,
.site-footer h6{
  color:#fff!important;
}

/* ---------- Responsive: large tablet ---------- */
@media (max-width:1200px){
  .orre-home-product-grid,
  .orre-collection-grid{
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
  }

  .orre-home-newsletter{
    grid-template-columns:minmax(0,1fr) minmax(320px,460px)!important;
    gap:clamp(36px,5vw,64px)!important;
  }
}

/* ---------- Responsive: tablet ---------- */
@media (max-width:900px){
  .orre-nav-inner{
    padding-left:20px!important;
    padding-right:20px!important;
  }

  .orre-home-hero{
    min-height:720px!important;
  }

  .orre-home-product-grid,
  .orre-collection-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }

  .orre-home-newsletter{
    grid-template-columns:1fr!important;
    gap:38px!important;
  }

  .orre-home-editorial{
    min-height:560px!important;
  }

  .orre-cart-drawer{
    width:min(430px,100vw)!important;
  }
}

/* ---------- Responsive: mobile ---------- */
@media (max-width:767px){
  :root{
    --orre-page-x:14px;
  }

  body{
    font-size:13px;
  }

  .orre-nav-header,
  .orre-nav-inner{
    height:60px!important;
  }

  .orre-nav-inner{
    padding:0 14px!important;
  }

  .orre-nav-logo a{
    font-size:clamp(24px,7.5vw,29px)!important;
  }

  .orre-nav-actions{
    gap:5px!important;
  }

  .orre-nav-actions button{
    width:27px!important;
    min-width:27px!important;
  }

  .orre-home-hero{
    min-height:clamp(600px,82svh,760px)!important;
    padding-top:60px!important;
  }

  .orre-home-hero-content{
    width:calc(100% - 28px)!important;
    max-width:390px!important;
    margin-left:14px!important;
    margin-right:14px!important;
    margin-bottom:30px!important;
  }

  .orre-home-hero-content h1{
    font-size:clamp(50px,16vw,68px)!important;
  }

  .orre-home-hero-content p{
    max-width:300px!important;
    font-size:11px!important;
  }

  .orre-home-section-header{
    gap:12px!important;
    padding:25px 10px 16px!important;
  }

  .orre-home-section-header h1,
  .orre-home-section-header h2{
    font-size:10px!important;
  }

  .orre-home-section-header a{
    font-size:8px!important;
    white-space:nowrap;
  }

  .orre-home-product-grid,
  .orre-collection-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:1px!important;
  }

  .orre-home-product,
  .orre-collection-card{
    padding-bottom:20px!important;
  }

  .orre-home-product-info,
  .orre-collection-card-info{
    padding:8px 7px 0!important;
  }

  .orre-home-product-name,
  .orre-home-product-price{
    font-size:9px!important;
  }

  /* Keep sizes visible on touch/mobile */
  .orre-home-size-strip,
  .orre-collection-sizes{
    opacity:1!important;
    transform:none!important;
    min-height:34px!important;
    padding:5px 3px!important;
    gap:2px!important;
  }

  .orre-home-size-strip > span,
  .orre-collection-sizes > span,
  .orre-shop-pro-size-list > span{
    min-width:23px!important;
    height:22px!important;
    padding:0 4px!important;
    font-size:8px!important;
  }

  .orre-home-editorial{
    min-height:clamp(470px,128vw,620px)!important;
  }

  .orre-home-editorial-overlay{
    padding:0 16px 22px!important;
  }

  .orre-home-editorial-overlay h2{
    max-width:90%!important;
    font-size:clamp(31px,10vw,40px)!important;
  }

  .orre-home-editorial-overlay a{
    min-height:42px!important;
    padding:0 18px!important;
  }

  .orre-inside{
    padding:48px 0 54px!important;
  }

  .orre-inside-track{
    gap:12px!important;
    padding:0 14px 8px!important;
    scroll-padding-left:14px!important;
  }

  .orre-inside-card{
    flex:0 0 min(73vw,285px)!important;
  }

  .orre-inside-arrow{
    display:none!important;
  }

  .orre-home-newsletter{
    padding:52px 16px!important;
  }

  .orre-home-newsletter-form{
    width:100%!important;
  }

  .orre-home-newsletter-form input{
    min-width:0!important;
    width:100%!important;
  }

  .orre-menu-drawer,
  .orre-cart-drawer{
    width:100vw!important;
    max-width:100vw!important;
  }

  .orre-search-box{
    width:calc(100% - 30px)!important;
    padding-top:110px!important;
  }

  .orre-search-box input[type="search"]{
    font-size:clamp(28px,9vw,42px)!important;
  }

  .orre-collection-head{
    padding:34px 14px 22px!important;
  }

  .orre-collection-toolbar{
    padding:13px 14px!important;
    gap:12px!important;
  }

  .orre-collection-toolbar-left{
    gap:12px!important;
  }

  .orre-collection-sort select{
    min-width:120px!important;
    max-width:42vw!important;
  }

  footer,
  .site-footer{
    text-align:left!important;
  }
}

/* ---------- Very small phones ---------- */
@media (max-width:380px){
  .orre-nav-logo a{
    font-size:23px!important;
  }

  .orre-nav-actions{
    gap:3px!important;
  }

  .orre-nav-icon svg{
    width:20px!important;
    height:20px!important;
  }

  .orre-home-product-name,
  .orre-home-product-price{
    font-size:8.5px!important;
  }

  .orre-home-size-strip > span,
  .orre-collection-sizes > span,
  .orre-shop-pro-size-list > span{
    min-width:21px!important;
    padding:0 3px!important;
  }
}

/* ---------- Touch-device safety ---------- */
@media (hover:none){
  .orre-home-size-strip,
  .orre-collection-sizes{
    opacity:1!important;
    transform:none!important;
  }
}

/* ---------- Reduced-motion accessibility ---------- */
@media (prefers-reduced-motion:reduce){
  *,
  *::before,
  *::after{
    scroll-behavior:auto!important;
    transition-duration:.01ms!important;
    animation-duration:.01ms!important;
    animation-iteration-count:1!important;
  }
}

/* =========================================================
   ORRÉ — PRODUCT CONTENT BACK BUTTON
   Location: product content area, NOT navbar
   Desktop + Mobile responsive
   ========================================================= */

body.single-product .orre-product-back-wrap{
    width:100%!important;
    margin:0!important;
    padding:22px clamp(16px,4.5vw,56px) 10px!important;
    background:#fff!important;
}

body.single-product .orre-product-back{
    width:36px!important;
    height:36px!important;
    min-width:36px!important;
    min-height:36px!important;

    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;

    margin:0!important;
    padding:0!important;

    background:#fff!important;
    color:#111!important;

    border:1px solid #d9d9d9!important;
    border-radius:0!important;
    box-shadow:none!important;

    cursor:pointer!important;
    transition:
        background-color .2s ease,
        color .2s ease,
        border-color .2s ease,
        opacity .2s ease!important;
}

body.single-product .orre-product-back svg{
    width:18px!important;
    height:18px!important;

    display:block!important;

    fill:none!important;
    stroke:currentColor!important;
    stroke-width:1.7!important;
    stroke-linecap:round!important;
    stroke-linejoin:round!important;
}

body.single-product .orre-product-back:hover{
    background:#000!important;
    color:#fff!important;
    border-color:#000!important;
}

@media(max-width:767px){

    body.single-product .orre-product-back-wrap{
        padding:12px 12px 8px!important;
    }

    body.single-product .orre-product-back{
        width:32px!important;
        height:32px!important;
        min-width:32px!important;
        min-height:32px!important;
    }

    body.single-product .orre-product-back svg{
        width:17px!important;
        height:17px!important;
    }
}

/* =========================================================
   PRODUCT PAGE BACK BUTTON — DIRECTLY BELOW NAVBAR
   Add at END of assets/css/orre.css
========================================================= */

body.single-product .orre-product-back-bar{
    width:100%!important;
    height:46px!important;
    display:flex!important;
    align-items:center!important;
    justify-content:flex-start!important;
    padding:0 30px!important;
    margin:0!important;
    background:#fff!important;
    border:0!important;
    position:relative!important;
    z-index:20!important;
}

body.single-product .orre-product-back-btn{
    width:34px!important;
    height:34px!important;
    min-width:34px!important;
    min-height:34px!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    margin:0!important;
    padding:0!important;
    background:#fff!important;
    color:#111!important;
    border:1px solid #dcdcdc!important;
    border-radius:0!important;
    box-shadow:none!important;
    cursor:pointer!important;
}

body.single-product .orre-product-back-btn svg{
    width:18px!important;
    height:18px!important;
    display:block!important;
    fill:none!important;
    stroke:currentColor!important;
    stroke-width:1.8!important;
    stroke-linecap:round!important;
    stroke-linejoin:round!important;
}

body.single-product .orre-product-back-btn:hover{
    background:#000!important;
    color:#fff!important;
    border-color:#000!important;
}

@media(max-width:767px){
    body.single-product .orre-product-back-bar{
        height:42px!important;
        padding:0 12px!important;
    }

    body.single-product .orre-product-back-btn{
        width:30px!important;
        height:30px!important;
        min-width:30px!important;
        min-height:30px!important;
    }

    body.single-product .orre-product-back-btn svg{
        width:16px!important;
        height:16px!important;
    }
}
/* =========================================================
   INSIDE ORRÉ — KIJI STYLE REFINEMENT
   Narrower cards + better shadows + cleaner spacing
========================================================= */

.orre-inside{
    background:#f3f3f3!important;
    padding:72px 0 86px!important;
}

.orre-inside-head{
    padding:0 30px 34px!important;
    text-align:center!important;
}

.orre-inside-head h2{
    font-size:clamp(26px,3vw,40px)!important;
    font-weight:700!important;
    letter-spacing:.02em!important;
    color:#111!important;
}

.orre-inside-track{
    gap:22px!important;
    padding:0 58px!important;
    align-items:stretch!important;
}

/* CARD WIDTH KAM */
.orre-inside-card{
    flex:0 0 260px!important;
    max-width:260px!important;
    aspect-ratio:9/16!important;

    border-radius:10px!important;
    overflow:hidden!important;
    background:#e7e7e7!important;

    box-shadow:
        0 10px 24px rgba(0,0,0,.10),
        0 2px 8px rgba(0,0,0,.06)!important;

    transition:
        transform .32s ease,
        box-shadow .32s ease!important;
}

.orre-inside-card:hover{
    transform:translateY(-4px)!important;
    box-shadow:
        0 18px 34px rgba(0,0,0,.14),
        0 4px 12px rgba(0,0,0,.08)!important;
}

.orre-inside-main-image{
    transition:transform .45s ease!important;
}

.orre-inside-card:hover .orre-inside-main-image{
    transform:scale(1.03)!important;
}

/* overlay thora soft */
.orre-inside-shade{
    background:
        linear-gradient(
            to top,
            rgba(0,0,0,.60) 0%,
            rgba(0,0,0,.16) 42%,
            rgba(0,0,0,0) 72%
        )!important;
}

.orre-inside-brand{
    left:18px!important;
    bottom:92px!important;
    font-size:11px!important;
    font-weight:700!important;
    letter-spacing:.08em!important;
}

.orre-inside-bottom{
    left:16px!important;
    right:16px!important;
    bottom:16px!important;
    gap:12px!important;
}

.orre-inside-thumb{
    width:48px!important;
    height:60px!important;
    border-radius:6px!important;
    box-shadow:0 2px 6px rgba(0,0,0,.12)!important;
}

.orre-inside-title{
    font-size:13px!important;
    line-height:1.2!important;
    font-weight:500!important;
    color:#fff!important;
}

/* arrows ko thora premium */
.orre-inside-arrow{
    width:56px!important;
    height:56px!important;
    background:#fff!important;
    color:#111!important;
    border:1px solid rgba(0,0,0,.12)!important;
    border-radius:999px!important;
    box-shadow:0 6px 18px rgba(0,0,0,.10)!important;
}

.orre-inside-arrow:hover{
    background:#000!important;
    color:#fff!important;
    border-color:#000!important;
    box-shadow:0 10px 24px rgba(0,0,0,.16)!important;
}

/* =========================
   TABLET
========================= */
@media(max-width:1024px){

    .orre-inside{
        padding:62px 0 72px!important;
    }

    .orre-inside-track{
        gap:18px!important;
        padding:0 32px!important;
    }

    .orre-inside-card{
        flex:0 0 228px!important;
        max-width:228px!important;
    }

    .orre-inside-arrow{
        width:50px!important;
        height:50px!important;
    }
}

/* =========================
   MOBILE
========================= */
@media(max-width:767px){

    .orre-inside{
        padding:50px 0 58px!important;
    }

    .orre-inside-head{
        padding:0 16px 24px!important;
    }

    .orre-inside-head h2{
        font-size:24px!important;
    }

    .orre-inside-track{
        gap:14px!important;
        padding:0 14px 8px!important;
        scroll-padding-left:14px!important;
    }

    .orre-inside-card{
        flex:0 0 66vw!important;
        max-width:240px!important;
        border-radius:10px!important;
    }

    .orre-inside-title{
        font-size:12px!important;
    }

    .orre-inside-arrow{
        display:none!important;
    }
}
/* =========================================================
   FINAL — INSIDE ORRÉ KIJI STYLE
   WHITE BG + NARROW CARDS + PREMIUM SHADOW
   Paste at VERY END of orre.css
========================================================= */

.orre-inside{
    width:100%!important;
    padding:70px 0 80px!important;

    background:#fff!important;
    color:#111!important;

    overflow:hidden!important;
}

/* heading */
.orre-inside-head{
    padding:0 24px 32px!important;
    text-align:center!important;
}

.orre-inside-head h2{
    margin:0!important;

    color:#111!important;

    font-size:38px!important;
    font-weight:700!important;
    line-height:1!important;

    letter-spacing:.01em!important;
}

/* carousel */
.orre-inside-shell{
    width:100%!important;
    position:relative!important;
}

.orre-inside-track{
    display:flex!important;
    align-items:stretch!important;

    width:100%!important;

    gap:22px!important;

    padding:0 60px 18px!important;

    overflow-x:auto!important;
    overflow-y:hidden!important;

    scroll-snap-type:x mandatory!important;
    scroll-padding-left:60px!important;

    scrollbar-width:none!important;

    background:#fff!important;
}

.orre-inside-track::-webkit-scrollbar{
    display:none!important;
}

/* =========================================================
   MAIN CARD WIDTH FIX
========================================================= */

.orre-inside-card{
    flex:0 0 225px!important;

    width:225px!important;
    min-width:225px!important;
    max-width:225px!important;

    aspect-ratio:9 / 16!important;

    margin:0!important;

    overflow:hidden!important;

    background:#fff!important;

    border:0!important;
    border-radius:8px!important;

    box-shadow:
        0 4px 10px rgba(0,0,0,.08),
        0 12px 24px rgba(0,0,0,.10)!important;

    scroll-snap-align:start!important;

    transition:
        transform .3s ease,
        box-shadow .3s ease!important;
}

.orre-inside-card:hover{
    transform:translateY(-4px)!important;

    box-shadow:
        0 7px 14px rgba(0,0,0,.10),
        0 18px 32px rgba(0,0,0,.13)!important;
}

/* image */
.orre-inside-main-image{
    position:absolute!important;
    inset:0!important;

    width:100%!important;
    height:100%!important;

    object-fit:cover!important;
    object-position:center!important;

    transition:transform .45s ease!important;
}

.orre-inside-card:hover .orre-inside-main-image{
    transform:scale(1.025)!important;
}

/* overlay */
.orre-inside-shade{
    position:absolute!important;
    inset:0!important;

    background:
        linear-gradient(
            to top,
            rgba(0,0,0,.55) 0%,
            rgba(0,0,0,.08) 45%,
            rgba(0,0,0,0) 72%
        )!important;
}

/* content */
.orre-inside-brand{
    left:16px!important;
    bottom:82px!important;

    font-size:10px!important;
    font-weight:700!important;
    letter-spacing:.08em!important;

    color:#fff!important;
}

.orre-inside-bottom{
    left:14px!important;
    right:14px!important;
    bottom:14px!important;

    gap:10px!important;
}

.orre-inside-thumb{
    width:42px!important;
    height:54px!important;

    border-radius:4px!important;

    border:1px solid rgba(255,255,255,.30)!important;

    box-shadow:none!important;
}

.orre-inside-title{
    font-size:12px!important;
    font-weight:500!important;
    line-height:1.2!important;

    color:#fff!important;
}

/* arrows */
.orre-inside-arrow{
    width:52px!important;
    height:52px!important;

    background:#fff!important;
    color:#111!important;

    border:1px solid #ddd!important;
    border-radius:999px!important;

    box-shadow:0 5px 15px rgba(0,0,0,.10)!important;
}

.orre-inside-arrow:hover{
    background:#000!important;
    color:#fff!important;
    border-color:#000!important;
}

/* =========================================================
   TABLET
========================================================= */

@media(max-width:1024px){

    .orre-inside{
        padding:58px 0 68px!important;
    }

    .orre-inside-track{
        gap:16px!important;

        padding-left:28px!important;
        padding-right:28px!important;

        scroll-padding-left:28px!important;
    }

    .orre-inside-card{
        flex:0 0 210px!important;

        width:210px!important;
        min-width:210px!important;
        max-width:210px!important;
    }
}

/* =========================================================
   MOBILE
========================================================= */

@media(max-width:767px){

    .orre-inside{
        padding:46px 0 54px!important;
    }

    .orre-inside-head{
        padding:0 14px 24px!important;
    }

    .orre-inside-head h2{
        font-size:24px!important;
    }

    .orre-inside-track{
        gap:12px!important;

        padding:0 14px 12px!important;

        scroll-padding-left:14px!important;
    }

    .orre-inside-card{
        flex:0 0 62vw!important;

        width:62vw!important;
        min-width:62vw!important;
        max-width:210px!important;

        border-radius:7px!important;
    }

    .orre-inside-brand{
        left:13px!important;
        bottom:75px!important;
    }

    .orre-inside-bottom{
        left:12px!important;
        right:12px!important;
        bottom:12px!important;
    }

    .orre-inside-title{
        font-size:11px!important;
    }

    .orre-inside-arrow{
        display:none!important;
    }
}

/* VERY SMALL MOBILE */
@media(max-width:400px){

    .orre-inside-card{
        flex:0 0 60vw!important;

        width:60vw!important;
        min-width:60vw!important;
        max-width:195px!important;
    }
}
/* =========================================================
   INSIDE ORRÉ — FINAL ARROW FIX
   Fully visible + centered + premium
========================================================= */

.orre-inside-shell{
    position:relative!important;
    overflow:visible!important;
}

/* Track content scroll kare, arrows clip na hon */
.orre-inside-track{
    overflow-x:auto!important;
    overflow-y:visible!important;
}

/* Arrow base */
.orre-inside-arrow{
    position:absolute!important;
    top:50%!important;
    z-index:50!important;

    width:48px!important;
    height:48px!important;
    min-width:48px!important;
    min-height:48px!important;

    display:flex!important;
    align-items:center!important;
    justify-content:center!important;

    margin:0!important;
    padding:0!important;

    background:#fff!important;
    color:#111!important;

    border:1px solid rgba(0,0,0,.14)!important;
    border-radius:50%!important;

    box-shadow:
        0 4px 12px rgba(0,0,0,.08),
        0 8px 24px rgba(0,0,0,.08)!important;

    transform:translateY(-50%)!important;

    cursor:pointer!important;
    overflow:hidden!important;
}

/* IMPORTANT: arrows inside section */
.orre-inside-prev{
    left:16px!important;
}

.orre-inside-next{
    right:16px!important;
}

/* arrow icon */
.orre-inside-arrow span{
    position:relative!important;

    width:14px!important;
    height:14px!important;

    display:block!important;
}

.orre-inside-arrow span::before{
    content:""!important;

    position:absolute!important;
    top:50%!important;
    left:50%!important;

    width:8px!important;
    height:8px!important;

    border-top:1.8px solid currentColor!important;
    border-right:1.8px solid currentColor!important;
}

/* RIGHT */
.orre-inside-next span::before{
    transform:
        translate(-65%,-50%)
        rotate(45deg)!important;
}

/* LEFT */
.orre-inside-prev span::before{
    transform:
        translate(-35%,-50%)
        rotate(-135deg)!important;
}

/* hover */
.orre-inside-arrow:hover{
    background:#000!important;
    color:#fff!important;
    border-color:#000!important;

    box-shadow:
        0 6px 16px rgba(0,0,0,.12),
        0 12px 28px rgba(0,0,0,.12)!important;
}

/* TABLET */
@media(max-width:1024px){

    .orre-inside-arrow{
        width:44px!important;
        height:44px!important;
        min-width:44px!important;
        min-height:44px!important;
    }

    .orre-inside-prev{
        left:10px!important;
    }

    .orre-inside-next{
        right:10px!important;
    }
}

/* MOBILE */
@media(max-width:767px){

    .orre-inside-arrow{
        display:none!important;
    }
}
/* =========================================================
   ORRÉ — SECTION HEADER ALIGNMENT FIX
   TRENDING / MEN / WOMEN
========================================================= */

.orre-home-section-header{
    width:100%!important;

    display:flex!important;
    align-items:center!important;
    justify-content:center!important;

    margin:0!important;
    padding:42px 20px 34px!important;

    background:#fff!important;
    text-align:center!important;
}

.orre-home-section-header > div{
    width:100%!important;
    max-width:760px!important;

    display:flex!important;
    flex-direction:column!important;
    align-items:center!important;
    justify-content:center!important;

    margin:0 auto!important;
    padding:0!important;

    text-align:center!important;
}

/* Heading */
.orre-home-section-header h1,
.orre-home-section-header h2{
    position:relative!important;

    margin:0!important;
    padding:0 0 18px!important;

    color:#111!important;

    font-size:clamp(30px,3vw,46px)!important;
    font-weight:700!important;
    line-height:1!important;

    letter-spacing:.035em!important;
    text-transform:uppercase!important;

    text-align:center!important;
}

/* Small divider line */
.orre-home-section-header h1::after,
.orre-home-section-header h2::after{
    content:""!important;

    position:absolute!important;
    left:50%!important;
    bottom:0!important;

    width:54px!important;
    height:2px!important;

    background:#b8b8b8!important;

    transform:translateX(-50%)!important;
}

/* Description */
.orre-home-section-copy{
    width:100%!important;
    max-width:720px!important;

    margin:16px auto 0!important;
    padding:0!important;

    color:#333!important;

    font-size:clamp(14px,1.3vw,18px)!important;
    font-weight:400!important;
    line-height:1.6!important;

    letter-spacing:0!important;

    text-align:center!important;
    text-transform:none!important;
}

/* =========================================================
   TRENDING SECTION
========================================================= */

.orre-home-new .orre-home-section-header{
    padding-top:46px!important;
    padding-bottom:36px!important;
}

/* optional small NEW SEASON label above trending */
.orre-home-new .orre-home-section-header > div::before{
    content:"NEW SEASON"!important;

    display:block!important;

    margin-bottom:14px!important;

    color:#999!important;

    font-size:10px!important;
    font-weight:600!important;
    line-height:1!important;

    letter-spacing:.28em!important;
    text-transform:uppercase!important;
}

/* =========================================================
   MEN / WOMEN
========================================================= */

.orre-home-collection .orre-home-section-header{
    padding-top:38px!important;
    padding-bottom:32px!important;
}

/* =========================================================
   TABLET
========================================================= */

@media(max-width:1024px){

    .orre-home-section-header{
        padding:36px 18px 30px!important;
    }

    .orre-home-section-header h1,
    .orre-home-section-header h2{
        font-size:34px!important;
    }

    .orre-home-section-copy{
        max-width:620px!important;
        font-size:15px!important;
    }
}

/* =========================================================
   MOBILE
========================================================= */

@media(max-width:767px){

    .orre-home-section-header{
        padding:28px 16px 24px!important;
    }

    .orre-home-section-header > div{
        max-width:100%!important;
    }

    .orre-home-section-header h1,
    .orre-home-section-header h2{
        padding-bottom:14px!important;

        font-size:27px!important;
        line-height:1.05!important;
    }

    .orre-home-section-header h1::after,
    .orre-home-section-header h2::after{
        width:42px!important;
        height:1.5px!important;
    }

    .orre-home-section-copy{
        max-width:330px!important;

        margin-top:13px!important;

        font-size:13px!important;
        line-height:1.55!important;
    }

    .orre-home-new .orre-home-section-header > div::before{
        margin-bottom:11px!important;

        font-size:8px!important;
        letter-spacing:.24em!important;
    }
}
/* =========================================================
   ORRÉ — FINAL PREMIUM SECTION HEADERS
   TRENDING / MEN / WOMEN
   Fix:
   - duplicate NEW SEASON
   - perfect center alignment
   - premium typography
   - centered divider
   - better spacing
========================================================= */


/* ---------------------------------------------------------
   REMOVE OLD / DUPLICATE LABELS
--------------------------------------------------------- */

.orre-home-section-header::before,
.orre-home-section-header::after,
.orre-home-section-header > div::after,
.orre-home-section-header h1::before,
.orre-home-section-header h2::before{
    content:none!important;
    display:none!important;
}

/* hide any old direct label/span */
.orre-home-section-header > span{
    display:none!important;
}


/* ---------------------------------------------------------
   MAIN HEADER CONTAINER
--------------------------------------------------------- */

.orre-home-section-header{
    width:100%!important;

    display:flex!important;
    align-items:center!important;
    justify-content:center!important;

    margin:0!important;
    padding:52px 20px 44px!important;

    background:#fff!important;

    text-align:center!important;
}

.orre-home-section-header > div{
    width:100%!important;
    max-width:820px!important;

    display:flex!important;
    flex-direction:column!important;
    align-items:center!important;
    justify-content:center!important;

    margin:0 auto!important;
    padding:0!important;

    text-align:center!important;
}


/* ---------------------------------------------------------
   HEADINGS
--------------------------------------------------------- */

.orre-home-section-header h1,
.orre-home-section-header h2{
    position:relative!important;

    display:block!important;

    width:auto!important;

    margin:0 auto!important;
    padding:0 0 22px!important;

    color:#0b0b0b!important;

    font-family:
        "Helvetica Neue",
        Helvetica,
        Arial,
        sans-serif!important;

    font-size:clamp(30px,2.6vw,42px)!important;
    font-weight:600!important;
    line-height:1!important;

    letter-spacing:.09em!important;
    text-transform:uppercase!important;

    text-align:center!important;
}


/* ---------------------------------------------------------
   CENTERED DIVIDER
--------------------------------------------------------- */

.orre-home-section-header h1::after,
.orre-home-section-header h2::after{
    content:""!important;

    position:absolute!important;

    left:50%!important;
    bottom:0!important;

    width:44px!important;
    height:1px!important;

    display:block!important;

    background:#9e9e9e!important;

    transform:translateX(-50%)!important;
}


/* ---------------------------------------------------------
   DESCRIPTION
--------------------------------------------------------- */

.orre-home-section-copy{
    display:block!important;

    width:100%!important;
    max-width:640px!important;

    margin:18px auto 0!important;
    padding:0!important;

    color:#555!important;

    font-family:
        "Helvetica Neue",
        Helvetica,
        Arial,
        sans-serif!important;

    font-size:14px!important;
    font-weight:400!important;
    line-height:1.65!important;

    letter-spacing:.015em!important;
    text-transform:none!important;

    text-align:center!important;
}


/* =========================================================
   TRENDING — ONLY ONE NEW SEASON LABEL
========================================================= */

.orre-home-new .orre-home-section-header > div::before{
    content:"NEW SEASON"!important;

    display:block!important;

    margin:0 0 15px!important;
    padding:0!important;

    color:#8c8c8c!important;

    font-family:
        "Helvetica Neue",
        Helvetica,
        Arial,
        sans-serif!important;

    font-size:9px!important;
    font-weight:600!important;
    line-height:1!important;

    letter-spacing:.32em!important;
    text-transform:uppercase!important;

    text-align:center!important;
}


/* MEN / WOMEN — NO LABEL */
.orre-home-collection .orre-home-section-header > div::before{
    content:none!important;
    display:none!important;
}


/* =========================================================
   SECTION SPACING
========================================================= */

.orre-home-new .orre-home-section-header{
    padding-top:50px!important;
    padding-bottom:46px!important;
}

.orre-home-collection .orre-home-section-header{
    padding-top:46px!important;
    padding-bottom:42px!important;
}


/* =========================================================
   TABLET
========================================================= */

@media(max-width:1024px){

    .orre-home-section-header{
        padding:42px 20px 36px!important;
    }

    .orre-home-section-header h1,
    .orre-home-section-header h2{
        font-size:32px!important;
        padding-bottom:19px!important;
    }

    .orre-home-section-copy{
        max-width:580px!important;

        margin-top:16px!important;

        font-size:13.5px!important;
    }
}


/* =========================================================
   MOBILE
========================================================= */

@media(max-width:767px){

    .orre-home-section-header{
        padding:32px 16px 29px!important;
    }

    .orre-home-section-header > div{
        max-width:100%!important;
    }

    .orre-home-section-header h1,
    .orre-home-section-header h2{
        padding-bottom:15px!important;

        font-size:25px!important;
        font-weight:600!important;
        line-height:1!important;

        letter-spacing:.075em!important;
    }

    .orre-home-section-header h1::after,
    .orre-home-section-header h2::after{
        width:34px!important;
    }

    .orre-home-section-copy{
        max-width:310px!important;

        margin:14px auto 0!important;

        color:#5c5c5c!important;

        font-size:12px!important;
        line-height:1.55!important;

        letter-spacing:.01em!important;
    }

    .orre-home-new .orre-home-section-header > div::before{
        margin-bottom:11px!important;

        font-size:8px!important;

        letter-spacing:.27em!important;
    }

    .orre-home-new .orre-home-section-header{
        padding-top:34px!important;
        padding-bottom:31px!important;
    }

    .orre-home-collection .orre-home-section-header{
        padding-top:31px!important;
        padding-bottom:29px!important;
    }
}
/* =========================================================
   FIX MEN / WOMEN DIVIDER ALIGNMENT
========================================================= */

.orre-home-collection .orre-home-section-header h2{
    position:relative!important;
    display:inline-block!important;
    width:auto!important;

    margin:0 auto!important;
    padding:0 0 18px!important;

    text-align:center!important;
}

/* remove old divider */
.orre-home-collection .orre-home-section-header h2::after{
    content:""!important;

    position:absolute!important;
    left:50%!important;
    bottom:0!important;

    width:42px!important;
    height:1px!important;

    background:#9b9b9b!important;

    transform:translateX(-50%)!important;
}

/* make wrapper truly centered */
.orre-home-collection .orre-home-section-header > div{
    display:flex!important;
    flex-direction:column!important;
    align-items:center!important;
    justify-content:center!important;

    width:100%!important;
    margin:0 auto!important;

    text-align:center!important;
}

/* description */
.orre-home-collection .orre-home-section-copy{
    width:100%!important;
    max-width:620px!important;

    margin:18px auto 0!important;

    text-align:center!important;
}

/* MOBILE */
@media(max-width:767px){

    .orre-home-collection .orre-home-section-header h2{
        padding-bottom:14px!important;
    }

    .orre-home-collection .orre-home-section-header h2::after{
        width:34px!important;
    }

    .orre-home-collection .orre-home-section-copy{
        max-width:310px!important;
        margin-top:14px!important;
    }
}
/* MEN / WOMEN divider — thicker premium line */

.orre-home-collection .orre-home-section-header h2::after{
    width:46px!important;
    height:2px!important;

    background:#8f8f8f!important;

    border-radius:999px!important;
}

/* =========================================================
   ORRÉ — FINAL SAFE CLEANUP LAYER
   VISUAL ONLY — NO PHP / JS / WOOCOMMERCE FUNCTION CHANGES
   ========================================================= */

/* ---------------------------------------------------------
   A) STRICT BLACK / WHITE STOREFRONT
--------------------------------------------------------- */
html,
body,
#page,
.website-wrapper,
.main-page-wrapper,
.site-content,
body.home .orre-home-v3,
body.home .orre-home-new,
body.home .orre-home-collection,
body.home .orre-home-product-grid,
body.home .orre-home-product,
body.home .orre-home-newsletter,
body.home .orre-inside,
body.tax-product_cat .orre-collection-page,
body.tax-product_cat .orre-collection-head,
body.tax-product_cat .orre-collection-toolbar,
body.tax-product_cat .orre-collection-products,
body.tax-product_cat .orre-collection-grid,
body.tax-product_cat .orre-collection-card{
    background:#fff!important;
    color:#111!important;
}

/* Keep product media subtly neutral, not brown */
.orre-home-product-media,
.orre-collection-card-media,
.orre-shop-pro-media{
    background:#f6f6f6!important;
}

/* ---------------------------------------------------------
   B) REMOVE DUPLICATE / LEGACY VISUAL LABELS
--------------------------------------------------------- */
body.home .orre-home-section-header::before,
body.home .orre-home-section-header::after,
body.home .orre-home-section-header > div::after,
body.home .orre-home-section-header h1::before,
body.home .orre-home-section-header h2::before{
    content:none!important;
    display:none!important;
}

body.home .orre-home-section-header > span{
    display:none!important;
}

/* common typo/legacy title classes */
body.home .top-tranding,
body.home .top_tranding,
body.home .tranding-title,
body.home [class*="top-tranding"],
body.home [class*="tranding-title"]{
    display:none!important;
}

/* ---------------------------------------------------------
   C) FINAL PROFESSIONAL HOME SECTION HEADERS
--------------------------------------------------------- */
body.home .orre-home-section-header{
    width:100%!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    gap:0!important;
    margin:0!important;
    padding:48px 20px 40px!important;
    background:#fff!important;
    text-align:center!important;
}

body.home .orre-home-section-header > div{
    width:100%!important;
    max-width:760px!important;
    display:flex!important;
    flex-direction:column!important;
    align-items:center!important;
    justify-content:center!important;
    margin:0 auto!important;
    padding:0!important;
    text-align:center!important;
}

body.home .orre-home-section-header h1,
body.home .orre-home-section-header h2{
    position:relative!important;
    display:inline-block!important;
    width:auto!important;
    margin:0 auto!important;
    padding:0 0 20px!important;
    color:#0b0b0b!important;
    font-family:"Helvetica Neue",Helvetica,Arial,sans-serif!important;
    font-size:clamp(30px,2.45vw,40px)!important;
    font-weight:600!important;
    line-height:1!important;
    letter-spacing:.085em!important;
    text-transform:uppercase!important;
    text-align:center!important;
}

body.home .orre-home-section-header h1::after,
body.home .orre-home-section-header h2::after{
    content:""!important;
    position:absolute!important;
    left:50%!important;
    bottom:0!important;
    display:block!important;
    width:46px!important;
    height:2px!important;
    background:#8f8f8f!important;
    border-radius:999px!important;
    transform:translateX(-50%)!important;
}

body.home .orre-home-section-copy{
    display:block!important;
    width:100%!important;
    max-width:640px!important;
    margin:18px auto 0!important;
    padding:0!important;
    color:#585858!important;
    font-family:"Helvetica Neue",Helvetica,Arial,sans-serif!important;
    font-size:14px!important;
    font-weight:400!important;
    line-height:1.65!important;
    letter-spacing:.01em!important;
    text-transform:none!important;
    text-align:center!important;
}

/* exactly one NEW SEASON label for Trending */
body.home .orre-home-new .orre-home-section-header > div::before{
    content:"NEW SEASON"!important;
    display:block!important;
    margin:0 0 14px!important;
    padding:0!important;
    color:#919191!important;
    font-family:"Helvetica Neue",Helvetica,Arial,sans-serif!important;
    font-size:9px!important;
    font-weight:600!important;
    line-height:1!important;
    letter-spacing:.30em!important;
    text-transform:uppercase!important;
    text-align:center!important;
}

/* no kicker for MEN / WOMEN */
body.home .orre-home-collection .orre-home-section-header > div::before{
    content:none!important;
    display:none!important;
}

/* ---------------------------------------------------------
   D) ALL MAJOR COMMERCE BUTTONS BLACK
--------------------------------------------------------- */
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit,
.single_add_to_cart_button,
.checkout-button,
.wc-proceed-to-checkout a,
.orre-cart-primary,
.orre-cart-secondary,
.orre-empty-cart a,
.orre-home-hero-content a,
.orre-home-editorial-overlay a,
.orre-collection-card .button,
.orre-product-card .button,
button[name="apply_coupon"],
button[name="update_cart"],
button[name="woocommerce_checkout_place_order"]{
    background:#000!important;
    background-color:#000!important;
    color:#fff!important;
    border:1px solid #000!important;
    border-radius:0!important;
    box-shadow:none!important;
}

.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.single_add_to_cart_button:hover,
.checkout-button:hover,
.wc-proceed-to-checkout a:hover,
.orre-cart-primary:hover,
.orre-cart-secondary:hover,
.orre-empty-cart a:hover,
.orre-home-hero-content a:hover,
.orre-home-editorial-overlay a:hover{
    background:#111!important;
    background-color:#111!important;
    color:#fff!important;
    border-color:#111!important;
}

/* ---------------------------------------------------------
   E) PRICE / CURRENCY VISUAL CONSISTENCY
   Important: this does NOT change WooCommerce's actual currency.
--------------------------------------------------------- */
.woocommerce-Price-currencySymbol,
.orre-home-product-price .woocommerce-Price-currencySymbol,
.orre-collection-product-price .woocommerce-Price-currencySymbol,
.orre-shop-pro-price .woocommerce-Price-currencySymbol,
.orre-pdp-final-price .woocommerce-Price-currencySymbol{
    display:inline-block!important;
    margin-right:4px!important;
    color:inherit!important;
    font:inherit!important;
}

/* ---------------------------------------------------------
   F) PRODUCT CARD VISUAL CONSISTENCY
--------------------------------------------------------- */
.orre-home-product,
.orre-collection-card,
.orre-shop-pro-card{
    background:#fff!important;
    border:0!important;
    border-radius:0!important;
    box-shadow:none!important;
}

.orre-home-product-name,
.orre-collection-product-name,
.orre-shop-pro-name{
    color:#111!important;
}

.orre-home-product-price,
.orre-collection-product-price,
.orre-shop-pro-price{
    color:#111!important;
}

/* ---------------------------------------------------------
   G) RESPONSIVE SECTION HEADERS
--------------------------------------------------------- */
@media(max-width:1024px){
    body.home .orre-home-section-header{
        padding:40px 18px 34px!important;
    }

    body.home .orre-home-section-header h1,
    body.home .orre-home-section-header h2{
        font-size:32px!important;
    }

    body.home .orre-home-section-copy{
        max-width:560px!important;
        font-size:13.5px!important;
    }
}

@media(max-width:767px){
    body.home .orre-home-section-header{
        padding:30px 14px 27px!important;
    }

    body.home .orre-home-section-header h1,
    body.home .orre-home-section-header h2{
        padding-bottom:15px!important;
        font-size:25px!important;
        letter-spacing:.07em!important;
    }

    body.home .orre-home-section-header h1::after,
    body.home .orre-home-section-header h2::after{
        width:38px!important;
        height:2px!important;
    }

    body.home .orre-home-section-copy{
        max-width:320px!important;
        margin-top:14px!important;
        font-size:12px!important;
        line-height:1.55!important;
    }

    body.home .orre-home-new .orre-home-section-header > div::before{
        margin-bottom:10px!important;
        font-size:8px!important;
        letter-spacing:.26em!important;
    }
}
/* =========================================================
   ORRÉ — ADDED TO CART POPUP PREMIUM STYLE
   No function change — visual only
========================================================= */

/* dark overlay */
.mfp-bg,
.wd-popup-overlay,
.added-to-cart-overlay{
    background:rgba(0,0,0,.55)!important;
    opacity:1!important;
    backdrop-filter:blur(3px)!important;
    -webkit-backdrop-filter:blur(3px)!important;
}

/* popup box */
.wd-popup.wd-added-to-cart-popup,
.wd-added-to-cart-popup,
.added-to-cart-popup,
.mfp-wrap .wd-popup,
.mfp-content .wd-popup{
    background:#fff!important;
    border:0!important;
    border-radius:0!important;
    box-shadow:
        0 18px 50px rgba(0,0,0,.18),
        0 6px 18px rgba(0,0,0,.10)!important;
    max-width:620px!important;
    width:min(92vw,620px)!important;
    padding:42px 40px!important;
}

/* inner spacing */
.wd-popup.wd-added-to-cart-popup .wd-popup-inner,
.wd-added-to-cart-popup .wd-popup-inner,
.added-to-cart-popup .wd-popup-inner{
    padding:0!important;
    background:transparent!important;
}

/* success text / main text */
.wd-added-to-cart-popup .popup-title,
.wd-added-to-cart-popup .title,
.wd-added-to-cart-popup h2,
.wd-added-to-cart-popup h3,
.wd-added-to-cart-popup .wd-title,
.added-to-cart-popup h2,
.added-to-cart-popup h3,
.added-to-cart-popup .popup-message,
.added-to-cart-popup .message,
.wd-popup.wd-added-to-cart-popup .wd-cart-notice,
.wd-popup.wd-added-to-cart-popup p{
    color:#111!important;
    text-align:center!important;
    font-family:"Helvetica Neue", Helvetica, Arial, sans-serif!important;
    font-size:18px!important;
    font-weight:500!important;
    line-height:1.55!important;
    letter-spacing:.01em!important;
    margin:0 0 26px!important;
}

/* button wrapper */
.wd-added-to-cart-popup .buttons,
.wd-added-to-cart-popup .actions,
.wd-added-to-cart-popup .popup-buttons,
.added-to-cart-popup .buttons,
.added-to-cart-popup .actions{
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    gap:16px!important;
    flex-wrap:wrap!important;
    margin-top:10px!important;
}

/* buttons shared */
.wd-added-to-cart-popup a.button,
.wd-added-to-cart-popup .btn,
.wd-added-to-cart-popup .button,
.added-to-cart-popup a.button,
.added-to-cart-popup .btn,
.added-to-cart-popup .button{
    min-width:210px!important;
    min-height:56px!important;
    padding:0 24px!important;
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    border-radius:0!important;
    text-transform:uppercase!important;
    letter-spacing:.06em!important;
    font-size:14px!important;
    font-weight:600!important;
    box-shadow:none!important;
    transition:
        background .22s ease,
        color .22s ease,
        border-color .22s ease,
        transform .22s ease,
        opacity .22s ease!important;
}

/* secondary button */
.wd-added-to-cart-popup .continue-shopping,
.wd-added-to-cart-popup a.continue-shopping,
.wd-added-to-cart-popup .btn-continue,
.added-to-cart-popup .continue-shopping,
.added-to-cart-popup a.continue-shopping{
    background:#f5f5f5!important;
    color:#111!important;
    border:1px solid #e3e3e3!important;
}

/* primary button */
.wd-added-to-cart-popup .view-cart,
.wd-added-to-cart-popup a.view-cart,
.wd-added-to-cart-popup .btn-view-cart,
.wd-added-to-cart-popup a.checkout,
.added-to-cart-popup .view-cart,
.added-to-cart-popup a.view-cart{
    background:#000!important;
    color:#fff!important;
    border:1px solid #000!important;
}

/* hover */
.wd-added-to-cart-popup .continue-shopping:hover,
.wd-added-to-cart-popup a.continue-shopping:hover,
.wd-added-to-cart-popup .btn-continue:hover,
.added-to-cart-popup .continue-shopping:hover{
    background:#ebebeb!important;
    color:#111!important;
    border-color:#d9d9d9!important;
}

.wd-added-to-cart-popup .view-cart:hover,
.wd-added-to-cart-popup a.view-cart:hover,
.wd-added-to-cart-popup .btn-view-cart:hover,
.wd-added-to-cart-popup a.checkout:hover,
.added-to-cart-popup .view-cart:hover{
    background:#111!important;
    color:#fff!important;
    border-color:#111!important;
}

/* close icon */
.wd-added-to-cart-popup .mfp-close,
.wd-added-to-cart-popup .wd-close,
.added-to-cart-popup .mfp-close,
.added-to-cart-popup .wd-close,
.mfp-wrap .mfp-close{
    top:14px!important;
    right:14px!important;
    width:38px!important;
    height:38px!important;
    line-height:38px!important;
    opacity:1!important;
    color:#111!important;
    background:transparent!important;
    border:0!important;
    box-shadow:none!important;
    font-size:28px!important;
    font-weight:300!important;
}

/* close hover */
.wd-added-to-cart-popup .mfp-close:hover,
.wd-added-to-cart-popup .wd-close:hover,
.added-to-cart-popup .mfp-close:hover,
.added-to-cart-popup .wd-close:hover,
.mfp-wrap .mfp-close:hover{
    color:#000!important;
    transform:scale(1.05)!important;
}

/* responsive */
@media(max-width:767px){

    .wd-popup.wd-added-to-cart-popup,
    .wd-added-to-cart-popup,
    .added-to-cart-popup,
    .mfp-wrap .wd-popup,
    .mfp-content .wd-popup{
        width:min(92vw,420px)!important;
        padding:30px 20px!important;
    }

    .wd-added-to-cart-popup .popup-title,
    .wd-added-to-cart-popup .title,
    .wd-added-to-cart-popup h2,
    .wd-added-to-cart-popup h3,
    .wd-added-to-cart-popup .wd-title,
    .added-to-cart-popup h2,
    .added-to-cart-popup h3,
    .added-to-cart-popup .popup-message,
    .added-to-cart-popup .message,
    .wd-popup.wd-added-to-cart-popup .wd-cart-notice,
    .wd-popup.wd-added-to-cart-popup p{
        font-size:16px!important;
        line-height:1.5!important;
        margin-bottom:22px!important;
    }

    .wd-added-to-cart-popup .buttons,
    .wd-added-to-cart-popup .actions,
    .wd-added-to-cart-popup .popup-buttons,
    .added-to-cart-popup .buttons,
    .added-to-cart-popup .actions{
        gap:12px!important;
    }

    .wd-added-to-cart-popup a.button,
    .wd-added-to-cart-popup .btn,
    .wd-added-to-cart-popup .button,
    .added-to-cart-popup a.button,
    .added-to-cart-popup .btn,
    .added-to-cart-popup .button{
        min-width:100%!important;
        width:100%!important;
        min-height:50px!important;
        font-size:13px!important;
    }
}
/* =========================================================
   ORRÉ — GLOBAL WOOCOMMERCE TOAST NOTIFICATIONS
   Success / Error / Info
   Premium floating popup
========================================================= */

/* Toast wrapper */
html body .woocommerce-notices-wrapper{
    position:fixed!important;
    top:90px!important;
    right:24px!important;

    z-index:999999!important;

    width:min(420px,calc(100vw - 32px))!important;
    max-width:420px!important;

    margin:0!important;
    padding:0!important;

    pointer-events:none!important;
}

/* All WooCommerce notices */
html body .woocommerce-message,
html body .woocommerce-error,
html body .woocommerce-info{
    position:relative!important;

    width:100%!important;
    min-height:72px!important;

    display:flex!important;
    align-items:center!important;

    margin:0 0 12px!important;
    padding:18px 48px 18px 54px!important;

    background:#fff!important;
    color:#111!important;

    border:1px solid #e4e4e4!important;
    border-radius:4px!important;

    box-shadow:
        0 14px 35px rgba(0,0,0,.12),
        0 3px 10px rgba(0,0,0,.06)!important;

    font-family:"Helvetica Neue",Helvetica,Arial,sans-serif!important;
    font-size:13px!important;
    font-weight:500!important;
    line-height:1.5!important;

    list-style:none!important;

    pointer-events:auto!important;

    animation:orreToastIn .32s ease both!important;
}

/* remove WooCommerce default huge styling */
html body .woocommerce-message::before,
html body .woocommerce-error::before,
html body .woocommerce-info::before{
    position:absolute!important;

    left:20px!important;
    top:50%!important;

    width:22px!important;
    height:22px!important;

    display:flex!important;
    align-items:center!important;
    justify-content:center!important;

    transform:translateY(-50%)!important;

    margin:0!important;

    background:#000!important;
    color:#fff!important;

    border-radius:50%!important;

    font-size:12px!important;
    font-weight:700!important;
    line-height:1!important;
}

/* SUCCESS */
html body .woocommerce-message{
    border-left:3px solid #000!important;
}

html body .woocommerce-message::before{
    content:"✓"!important;
}

/* ERROR */
html body .woocommerce-error{
    border-left:3px solid #111!important;
}

html body .woocommerce-error::before{
    content:"!"!important;
}

/* INFO */
html body .woocommerce-info{
    border-left:3px solid #777!important;
}

html body .woocommerce-info::before{
    content:"i"!important;
}

/* WooCommerce error lists */
html body ul.woocommerce-error{
    display:block!important;
}

html body ul.woocommerce-error li{
    margin:0!important;
    padding:0!important;
    color:#111!important;
    list-style:none!important;
}

/* Links like UNDO */
html body .woocommerce-message a,
html body .woocommerce-error a,
html body .woocommerce-info a{
    color:#111!important;

    font-weight:700!important;
    text-decoration:none!important;

    border-bottom:1px solid #111!important;

    margin-left:5px!important;
}

html body .woocommerce-message a:hover,
html body .woocommerce-error a:hover,
html body .woocommerce-info a:hover{
    opacity:.55!important;
}

/* Remove default button styling inside toast */
html body .woocommerce-message .button,
html body .woocommerce-error .button,
html body .woocommerce-info .button{
    width:auto!important;
    min-width:0!important;
    min-height:0!important;

    margin:0 0 0 auto!important;
    padding:0!important;

    background:transparent!important;
    color:#111!important;

    border:0!important;
    border-bottom:1px solid #111!important;
    border-radius:0!important;

    box-shadow:none!important;

    font-size:11px!important;
    font-weight:700!important;
}

/* animation */
@keyframes orreToastIn{

    from{
        opacity:0;
        transform:translateY(-12px) translateX(12px);
    }

    to{
        opacity:1;
        transform:translateY(0) translateX(0);
    }
}

/* =========================================================
   CART PAGE
   Prevent old notice from taking layout space
========================================================= */

body.woocommerce-cart .woocommerce-notices-wrapper,
body.woocommerce-checkout .woocommerce-notices-wrapper,
body.single-product .woocommerce-notices-wrapper{
    position:fixed!important;
    top:90px!important;
    right:24px!important;
}

/* =========================================================
   TABLET
========================================================= */

@media(max-width:1024px){

    html body .woocommerce-notices-wrapper{
        top:78px!important;
        right:18px!important;

        width:min(390px,calc(100vw - 36px))!important;
    }
}

/* =========================================================
   MOBILE
========================================================= */

@media(max-width:767px){

    html body .woocommerce-notices-wrapper{
        top:70px!important;

        left:12px!important;
        right:12px!important;

        width:auto!important;
        max-width:none!important;
    }

    html body .woocommerce-message,
    html body .woocommerce-error,
    html body .woocommerce-info{
        min-height:62px!important;

        margin-bottom:9px!important;

        padding:
            14px
            38px
            14px
            48px!important;

        font-size:11.5px!important;
        line-height:1.45!important;

        border-radius:3px!important;

        box-shadow:
            0 10px 26px rgba(0,0,0,.12),
            0 2px 7px rgba(0,0,0,.05)!important;
    }

    html body .woocommerce-message::before,
    html body .woocommerce-error::before,
    html body .woocommerce-info::before{
        left:16px!important;

        width:20px!important;
        height:20px!important;

        font-size:11px!important;
    }
}
/* =========================================================
   PAGINATION HOVER FIX
   Current page black, hover clean white
========================================================= */

.orre-shop-pro-pagination .page-numbers{
    background:#fff!important;
    color:#111!important;
    border:1px solid #dcdcdc!important;

    box-shadow:none!important;

    transition:
        border-color .2s ease,
        color .2s ease,
        background-color .2s ease!important;
}

/* CURRENT PAGE ONLY */
.orre-shop-pro-pagination .page-numbers.current{
    background:#000!important;
    color:#fff!important;
    border-color:#000!important;
}

/* NORMAL HOVER */
.orre-shop-pro-pagination .page-numbers:not(.current):hover{
    background:#fff!important;
    color:#000!important;
    border-color:#000!important;
}

/* Previous / Next arrows */
.orre-shop-pro-pagination .prev:hover,
.orre-shop-pro-pagination .next:hover{
    background:#fff!important;
    color:#000!important;
    border-color:#000!important;
}
/*
=========================================================
ORRÉ — CLEANED + PREMIUM RESPONSIVE CSS
KIJI-inspired black/white styling
Generated from the user's existing stylesheet.

IMPORTANT:
- Existing selectors, CSS rule order, layout logic and functionality were preserved.
- Original comments/excessive blank lines were removed for cleanup.
- Premium black/white and responsive refinements are appended at the end.
- Replace: /wp-content/themes/orre-child/assets/css/orre.css
- Keep a backup of the current file before replacing.
=========================================================
*/

:root{
  --orre-black:#000;
  --orre-white:#fff;
  --orre-text:#111;
  --orre-muted:#666;
  --orre-line:rgba(255,255,255,.16);
  --orre-light-line:#e9e9e9;

  --orre-hero-image:url('https://orreretail.com/wp-content/uploads/2026/08/ChatGPT-Image-Aug-8-2026-11_02_36-PM.png');
}

html,
body{
  margin:0!important;
  padding:0!important;
  width:100%!important;
  max-width:100%!important;
  overflow-x:hidden!important;
  background:#fff!important;
  color:var(--orre-text)!important;
}

*,
*::before,
*::after{
  box-sizing:border-box;
}

img,
svg{
  max-width:100%;
}

a{
  text-decoration:none;
}

.whb-header,
.whb-header-before,
.whb-main-header,
.whb-general-header,
.whb-header-bottom,
.whb-header-mobile,
.wd-header-banner,
.header-banner,
.wd-header-nav,
.wd-toolbar{
  display:none!important;
}

html body{
  border-top:0!important;
}

.orre-nav-header{
  position:absolute!important;
  top:0!important;
  left:0!important;
  right:0!important;

  z-index:99999!important;

  width:100%!important;
  height:72px!important;

  margin:0!important;
  padding:0!important;

  background:rgba(0,0,0,.55)!important;

  border-top:0!important;
  border-bottom:1px solid rgba(255,255,255,.18)!important;

  box-shadow:none!important;

  backdrop-filter:blur(5px)!important;
  -webkit-backdrop-filter:blur(5px)!important;
}

.orre-nav-inner{
  position:relative!important;

  width:100%!important;
  height:72px!important;

  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;

  margin:0!important;
  padding:0 42px!important;
}

.orre-hamburger{
  flex:0 0 32px!important;

  width:32px!important;
  height:32px!important;
  min-width:32px!important;
  min-height:32px!important;

  display:flex!important;
  flex-direction:column!important;
  align-items:flex-start!important;
  justify-content:center!important;

  gap:6px!important;

  margin:0!important;
  padding:0!important;

  background:transparent!important;
  color:#fff!important;

  border:0!important;
  border-radius:0!important;

  box-shadow:none!important;

  cursor:pointer!important;
}

.orre-hamburger span{
  display:block!important;

  height:2px!important;

  margin:0!important;
  padding:0!important;

  background:#fff!important;
}

.orre-hamburger span:first-child{
  width:25px!important;
}

.orre-hamburger span:last-child{
  width:15px!important;
}

.orre-nav-logo{
  position:absolute!important;
  left:50%!important;
  top:50%!important;

  transform:translate(-50%,-50%)!important;

  display:flex!important;
  align-items:center!important;
  justify-content:center!important;

  margin:0!important;
  padding:0!important;
}

.orre-nav-logo a{
  display:block!important;

  margin:0!important;
  padding:0!important;

  background:transparent!important;
  color:#fff!important;

  font-family:Arial,Helvetica,sans-serif!important;
  font-size:36px!important;
  font-weight:700!important;
  line-height:1!important;

  letter-spacing:.12em!important;
  text-indent:.12em!important;

  white-space:nowrap!important;
  text-decoration:none!important;

  border:0!important;
  box-shadow:none!important;
}

.orre-nav-actions{
  flex:0 0 auto!important;

  display:flex!important;
  align-items:center!important;
  justify-content:flex-end!important;

  gap:14px!important;

  margin-left:auto!important;
  padding:0!important;
}

.orre-nav-actions button{
  position:relative!important;

  width:30px!important;
  height:36px!important;
  min-width:30px!important;
  min-height:0!important;

  display:flex!important;
  align-items:center!important;
  justify-content:center!important;

  margin:0!important;
  padding:0!important;

  background:transparent!important;
  color:#fff!important;

  border:0!important;
  border-radius:0!important;

  box-shadow:none!important;
  outline:0!important;

  cursor:pointer!important;
}

.orre-nav-actions button:hover{
  background:transparent!important;
  color:#fff!important;
  opacity:.68!important;
}

.orre-nav-icon svg{
  display:block!important;

  width:23px!important;
  height:23px!important;

  fill:none!important;
  stroke:#fff!important;
  stroke-width:1.8!important;
  stroke-linecap:round!important;
  stroke-linejoin:round!important;
}

.orre-country,
.orre-flag{
  display:none!important;
}

.orre-bag-button{
  position:relative!important;
}

.orre-cart-count{
  position:absolute!important;
  top:-1px!important;
  right:-6px!important;

  min-width:16px!important;
  height:16px!important;

  display:flex!important;
  align-items:center!important;
  justify-content:center!important;

  padding:0 4px!important;

  background:#fff!important;
  color:#000!important;

  border-radius:999px!important;

  font-size:8px!important;
  font-weight:700!important;
  line-height:16px!important;
}

.orre-menu-overlay,
.orre-cart-overlay{
  position:fixed!important;
  inset:0!important;

  z-index:99998!important;

  background:rgba(0,0,0,.52)!important;

  opacity:0!important;
  visibility:hidden!important;

  transition:opacity .28s ease,visibility .28s ease!important;
}

.orre-menu-overlay.open,
.orre-cart-overlay.open{
  opacity:1!important;
  visibility:visible!important;
}

.orre-menu-drawer{
  position:fixed!important;

  top:0!important;
  left:0!important;

  z-index:99999!important;

  width:min(430px,92vw)!important;
  height:100vh!important;

  margin:0!important;
  padding:0!important;

  background:#000!important;
  color:#fff!important;

  overflow-y:auto!important;

  transform:translateX(-102%)!important;

  transition:transform .38s cubic-bezier(.77,0,.18,1)!important;
}

.orre-menu-drawer.open{
  transform:translateX(0)!important;
}

.orre-drawer-head{
  width:100%!important;
  height:68px!important;

  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;

  margin:0!important;
  padding:0 28px!important;

  border-bottom:1px solid rgba(255,255,255,.16)!important;

  font-family:Arial,Helvetica,sans-serif!important;
  font-size:11px!important;
  font-weight:500!important;
  line-height:1!important;
  letter-spacing:.14em!important;
}

.orre-drawer-head button{
  width:auto!important;
  height:auto!important;
  min-width:0!important;
  min-height:0!important;

  margin:0!important;
  padding:0!important;

  background:transparent!important;
  color:#fff!important;

  border:0!important;
  border-radius:0!important;

  box-shadow:none!important;
}

.orre-drawer-nav{
  width:100%!important;
  margin:0!important;
  padding:0!important;
}

.orre-drawer-nav > a,
.orre-mobile-parent{
  width:100%!important;
  min-height:61px!important;

  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;

  gap:16px!important;

  margin:0!important;
  padding:0 28px!important;

  background:transparent!important;
  color:#fff!important;

  border:0!important;
  border-bottom:1px solid rgba(255,255,255,.13)!important;
  border-radius:0!important;

  box-shadow:none!important;

  font-family:Arial,Helvetica,sans-serif!important;
  font-size:12px!important;
  font-weight:500!important;
  line-height:1.2!important;

  letter-spacing:.10em!important;
  text-transform:uppercase!important;
  text-decoration:none!important;

  text-align:left!important;
}

.orre-drawer-nav > a > span:first-child,
.orre-mobile-parent > span:first-child{
  flex:1 1 auto!important;
  display:block!important;
  margin:0!important;
  padding:0!important;
  text-align:left!important;
}

.orre-mobile-parent > span:last-child,
.orre-mobile-parent > .orre-accordion-icon{
  flex:0 0 18px!important;
  margin-left:auto!important;
}

.orre-drawer-nav > a:hover,
.orre-mobile-parent:hover{
  background:rgba(255,255,255,.03)!important;
}

.orre-mobile-submenu{
  display:none!important;

  margin:0!important;
  padding:10px 28px 18px!important;

  background:#0a0a0a!important;
}

.orre-mobile-group.open .orre-mobile-submenu{
  display:flex!important;
  flex-direction:column!important;
}

.orre-mobile-submenu a{
  display:block!important;

  padding:10px 0!important;

  color:rgba(255,255,255,.72)!important;

  font-size:11px!important;
  line-height:1.4!important;
  text-decoration:none!important;
}

.orre-link-icon{
  position:relative!important;
  display:inline-block!important;

  width:16px!important;
  height:16px!important;

  flex:0 0 16px!important;
}

.orre-link-icon::before{
  content:""!important;

  position:absolute!important;
  top:50%!important;
  left:4px!important;

  width:7px!important;
  height:7px!important;

  border-top:1.7px solid #fff!important;
  border-right:1.7px solid #fff!important;

  transform:translateY(-50%) rotate(45deg)!important;
}

.orre-accordion-icon{
  position:relative!important;
  display:inline-block!important;

  width:16px!important;
  height:16px!important;

  flex:0 0 16px!important;
}

.orre-accordion-icon::before,
.orre-accordion-icon::after{
  content:""!important;

  position:absolute!important;
  top:50%!important;
  left:50%!important;

  background:#fff!important;

  transform:translate(-50%,-50%)!important;

  transition:all .22s ease!important;
}

.orre-accordion-icon::before{
  width:10px!important;
  height:1.7px!important;
}

.orre-accordion-icon::after{
  width:1.7px!important;
  height:10px!important;
}

.orre-mobile-group.open .orre-accordion-icon::after{
  opacity:0!important;
  transform:translate(-50%,-50%) scaleY(0)!important;
}

.orre-close-btn{
  position:relative!important;

  width:28px!important;
  height:28px!important;
  min-width:28px!important;
  min-height:28px!important;

  padding:0!important;

  background:transparent!important;
  border:0!important;
  box-shadow:none!important;

  font-size:0!important;
}

.orre-close-btn span{
  position:absolute!important;
  top:50%!important;
  left:50%!important;

  width:16px!important;
  height:1.7px!important;

  background:currentColor!important;

  transform-origin:center!important;
}

.orre-close-btn span:first-child{
  transform:translate(-50%,-50%) rotate(45deg)!important;
}

.orre-close-btn span:last-child{
  transform:translate(-50%,-50%) rotate(-45deg)!important;
}

.orre-menu-drawer .orre-close-btn,
.orre-search-overlay .orre-close-btn{
  color:#fff!important;
}

.orre-cart-drawer .orre-close-btn{
  color:#111!important;
}

.orre-search-overlay{
  position:fixed!important;
  inset:0!important;

  z-index:100000!important;

  background:rgba(0,0,0,.985)!important;

  opacity:0!important;
  visibility:hidden!important;

  transition:opacity .25s ease,visibility .25s ease!important;
}

.orre-search-overlay.open{
  opacity:1!important;
  visibility:visible!important;
}

.orre-search-box{
  width:min(900px,calc(100% - 50px))!important;

  margin:0 auto!important;
  padding-top:145px!important;
}

.orre-search-box > span{
  display:block!important;

  margin-bottom:30px!important;

  color:rgba(255,255,255,.55)!important;

  font-size:10px!important;
  letter-spacing:.16em!important;
}

.orre-search-box form{
  width:100%!important;
  margin:0!important;
}

.orre-search-box input[type="search"]{
  width:100%!important;
  min-height:0!important;

  margin:0!important;
  padding:17px 0!important;

  background:transparent!important;
  color:#fff!important;

  border:0!important;
  border-bottom:1px solid rgba(255,255,255,.6)!important;
  border-radius:0!important;

  box-shadow:none!important;
  outline:0!important;

  font-size:clamp(30px,5vw,62px)!important;
  line-height:1.2!important;
}

.orre-search-box input[type="search"]::placeholder{
  color:rgba(255,255,255,.35)!important;
}

.orre-overlay-close{
  position:absolute!important;
  top:25px!important;
  right:30px!important;

  margin:0!important;
  padding:0!important;

  background:transparent!important;
  color:#fff!important;

  border:0!important;
  box-shadow:none!important;
}

.orre-cart-drawer{
  position:fixed!important;

  top:0!important;
  right:0!important;

  z-index:99999!important;

  width:min(430px,100%)!important;
  height:100vh!important;

  background:#fff!important;

  overflow:hidden!important;

  transform:translateX(102%)!important;

  transition:transform .38s cubic-bezier(.77,0,.18,1)!important;
}

.orre-cart-drawer.open{
  transform:translateX(0)!important;
}

.orre-cart-drawer .orre-drawer-head{
  color:#111!important;
  border-color:#ddd!important;
}

.orre-cart-drawer .orre-drawer-head button{
  color:#000!important;
}

.orre-cart-body{
  height:calc(100vh - 68px)!important;

  padding:22px!important;

  overflow-y:auto!important;
}

.orre-mini-product{
  display:grid!important;
  grid-template-columns:92px 1fr!important;

  gap:15px!important;

  padding-bottom:19px!important;
  margin-bottom:19px!important;

  border-bottom:1px solid #e7e7e7!important;
}

.orre-mini-image img{
  display:block!important;

  width:92px!important;
  height:118px!important;

  object-fit:cover!important;
}

.orre-mini-info{
  display:flex!important;
  flex-direction:column!important;

  gap:7px!important;
}

.orre-mini-info a{
  color:#111!important;

  font-size:12px!important;
  line-height:1.4!important;
  text-decoration:none!important;
}

.orre-mini-info span{
  color:#777!important;
  font-size:11px!important;
}

.orre-cart-subtotal{
  display:flex!important;
  justify-content:space-between!important;

  margin:25px 0 18px!important;

  color:#111!important;
  font-size:11px!important;
}

.orre-cart-secondary,
.orre-cart-primary,
.orre-empty-cart a{
  width:100%!important;
  min-height:47px!important;

  display:flex!important;
  align-items:center!important;
  justify-content:center!important;

  margin-bottom:9px!important;
  padding:0 18px!important;

  border-radius:0!important;

  font-size:10px!important;
  font-weight:600!important;
  line-height:1!important;

  letter-spacing:.1em!important;
  text-transform:uppercase!important;
  text-decoration:none!important;
}

.orre-cart-secondary{
  background:#fff!important;
  color:#000!important;
  border:1px solid #000!important;
}

.orre-cart-primary,
.orre-empty-cart a{
  background:#000!important;
  color:#fff!important;
  border:1px solid #000!important;
}

.orre-home-hero{
  position:relative!important;

  width:100%!important;
  min-height:760px!important;

  display:flex!important;
  align-items:center!important;
  justify-content:flex-start!important;

  overflow:hidden!important;

  margin:0!important;
  padding:72px 0 0!important;

  background:#ded5ca!important;
}

.orre-home-hero-bg{
  position:absolute!important;
  inset:0!important;

  z-index:1!important;

  background-image:var(--orre-hero-image)!important;
  background-size:cover!important;
  background-position:center center!important;
  background-repeat:no-repeat!important;
}

.orre-home-hero::after{
  content:""!important;

  position:absolute!important;
  inset:0!important;

  z-index:2!important;

  background:linear-gradient(
    90deg,
    rgba(255,255,255,.18) 0%,
    rgba(255,255,255,.03) 42%,
    rgba(0,0,0,0) 70%
  )!important;

  pointer-events:none!important;
}

.orre-home-hero-content{
  position:relative!important;

  z-index:3!important;

  width:min(560px,80vw)!important;

  margin-left:7vw!important;
  padding:30px 0!important;

  text-align:left!important;
  color:#111!important;
}

.orre-home-hero-kicker{
  display:block!important;

  margin-bottom:14px!important;

  color:#111!important;

  font-size:9px!important;
  font-weight:600!important;
  line-height:1!important;

  letter-spacing:.17em!important;
  text-transform:uppercase!important;
}

.orre-home-hero-content h1{
  margin:0 0 14px!important;

  color:#111!important;

  font-size:clamp(64px,10vw,132px)!important;
  font-weight:700!important;
  line-height:.9!important;

  letter-spacing:.09em!important;
  text-indent:.09em!important;
}

.orre-home-hero-content p{
  max-width:460px!important;

  margin:0 0 24px!important;

  color:#111!important;

  font-size:12px!important;
  line-height:1.6!important;
}

.orre-home-hero-content a{
  min-height:42px!important;

  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;

  padding:0 22px!important;

  background:#000!important;
  color:#fff!important;

  border:1px solid #000!important;

  font-size:9px!important;
  font-weight:600!important;
  line-height:1!important;

  letter-spacing:.11em!important;
  text-transform:uppercase!important;
}

.orre-home-hero-content a:hover{
  background:#fff!important;
  color:#000!important;
  border-color:#000!important;
}

.orre-home-v3,
.orre-home-v3 h1,
.orre-home-v3 h2,
.orre-home-v3 h3,
.orre-home-v3 p,
.orre-home-v3 a,
.orre-home-v3 span{
  font-family:Arial,Helvetica,sans-serif!important;
}

.orre-home-v3{
  width:100%!important;

  margin:0!important;
  padding:0!important;

  background:#fff!important;
  color:#111!important;
}

.orre-home-section-header{
  min-height:0!important;

  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;

  gap:20px!important;

  margin:0!important;
  padding:34px 32px 22px!important;
}

.orre-home-section-header h1,
.orre-home-section-header h2{
  margin:0!important;
  padding:0!important;

  color:#111!important;

  font-size:12px!important;
  font-weight:500!important;
  line-height:1.2!important;

  letter-spacing:.12em!important;
  text-transform:uppercase!important;
}

.orre-home-section-header a{
  color:#111!important;

  font-size:9px!important;
  font-weight:500!important;
  line-height:1!important;

  letter-spacing:.11em!important;
  text-transform:uppercase!important;

  border-bottom:1px solid #111!important;
  padding-bottom:2px!important;
}

.orre-home-new{
  padding:0 0 70px!important;
}

.orre-home-collection{
  padding:0 0 76px!important;
}

.orre-home-product-grid{
  width:100%!important;

  display:grid!important;
  grid-template-columns:repeat(4,minmax(0,1fr))!important;

  gap:1px!important;

  background:#fff!important;
}

.orre-home-product{
  min-width:0!important;

  margin:0!important;
  padding:0 0 24px!important;

  background:#fff!important;
}

.orre-home-product-media{
  position:relative!important;

  display:block!important;

  width:100%!important;
  aspect-ratio:4/5!important;

  overflow:hidden!important;

  background:#f3f3f1!important;
}

.orre-home-product-media img{
  position:absolute!important;
  inset:0!important;

  display:block!important;

  width:100%!important;
  height:100%!important;

  object-fit:cover!important;
  object-position:center!important;

  transition:opacity .32s ease,transform .45s ease!important;
}

.orre-home-main-image{
  z-index:1!important;
  opacity:1!important;
}

.orre-home-hover-image{
  z-index:2!important;
  opacity:0!important;
}

.orre-home-product:hover .orre-home-main-image{
  opacity:0!important;
}

.orre-home-product:hover .orre-home-hover-image{
  opacity:1!important;
  transform:scale(1.012)!important;
}

.orre-home-size-strip{
  position:absolute!important;

  left:0!important;
  right:0!important;
  bottom:0!important;

  z-index:4!important;

  min-height:42px!important;

  display:flex!important;
  align-items:center!important;
  justify-content:center!important;

  gap:4px!important;

  padding:8px!important;

  background:rgba(255,255,255,.96)!important;

  opacity:0!important;
  transform:translateY(100%)!important;

  transition:opacity .22s ease,transform .22s ease!important;
}

.orre-home-product:hover .orre-home-size-strip{
  opacity:1!important;
  transform:translateY(0)!important;
}

.orre-home-size-strip > span{
  min-width:28px!important;
  height:26px!important;

  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;

  padding:0 5px!important;

  background:#fff!important;
  color:#111!important;

  border:1px solid #d8d8d8!important;

  font-size:9px!important;
  font-weight:500!important;
  line-height:1!important;
}

.orre-home-product-info{
  padding:10px 12px 0!important;
}

.orre-home-product-name{
  display:block!important;

  color:#111!important;

  font-size:10px!important;
  font-weight:500!important;
  line-height:1.45!important;

  letter-spacing:.025em!important;
  text-transform:uppercase!important;
}

.orre-home-product-price{
  margin-top:4px!important;

  color:#111!important;

  font-size:10px!important;
  line-height:1.35!important;
}

.orre-home-product-price del{
  color:#999!important;
  opacity:1!important;
}

.orre-home-product-price ins{
  color:#111!important;
  text-decoration:none!important;
}

.orre-home-editorial{
  position:relative!important;

  width:100%!important;
  min-height:680px!important;

  overflow:hidden!important;

  background:#e7e7e7!important;
}

.orre-home-editorial-image{
  position:absolute!important;
  inset:0!important;

  z-index:1!important;

  background-image:
    linear-gradient(
      to top,
      rgba(0,0,0,.40),
      rgba(0,0,0,0) 55%
    ),
    var(
      --orre-banner-image,
      linear-gradient(135deg,#d8d8d8,#aaa)
    )!important;

  background-size:cover!important;
  background-position:center!important;
  background-repeat:no-repeat!important;

  transition:transform .7s ease!important;
}

.orre-home-editorial:hover .orre-home-editorial-image{
  transform:scale(1.012)!important;
}

.orre-home-editorial-overlay{
  position:absolute!important;

  left:0!important;
  right:0!important;
  bottom:0!important;

  z-index:2!important;

  padding:0 36px 36px!important;

  color:#fff!important;
}

.orre-home-editorial-overlay > span{
  display:block!important;

  margin-bottom:10px!important;

  color:#fff!important;

  font-size:9px!important;
  font-weight:600!important;
  line-height:1!important;

  letter-spacing:.15em!important;
  text-transform:uppercase!important;
}

.orre-home-editorial-overlay h2{
  max-width:650px!important;

  margin:0 0 22px!important;

  color:#fff!important;

  font-size:clamp(38px,4.4vw,64px)!important;
  font-weight:400!important;
  line-height:.98!important;

  letter-spacing:-.035em!important;
}

.orre-home-editorial-overlay a{
  min-height:42px!important;

  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;

  padding:0 20px!important;

  background:#fff!important;
  color:#000!important;

  border:1px solid #fff!important;

  font-size:9px!important;
  font-weight:600!important;
  line-height:1!important;

  letter-spacing:.11em!important;
  text-transform:uppercase!important;
}

.orre-home-editorial-overlay a:hover{
  background:#000!important;
  color:#fff!important;
  border-color:#000!important;
}

.orre-home-brand{
  display:none!important;
}

.orre-home-newsletter{
  display:grid!important;
  grid-template-columns:1fr minmax(360px,520px)!important;

  align-items:end!important;

  gap:80px!important;

  padding:70px 32px!important;

  background:#f4f4f2!important;
}

.orre-home-newsletter > div > span{
  display:block!important;

  margin-bottom:15px!important;

  color:#666!important;

  font-size:9px!important;
  font-weight:600!important;
  line-height:1!important;

  letter-spacing:.15em!important;
}

.orre-home-newsletter h2{
  margin:0!important;

  color:#111!important;

  font-size:clamp(30px,3.5vw,48px)!important;
  font-weight:400!important;
  line-height:1.02!important;

  letter-spacing:-.035em!important;
}

.orre-home-newsletter p{
  margin:18px 0 0!important;

  color:#686868!important;

  font-size:11px!important;
  line-height:1.6!important;
}

.orre-home-newsletter-form{
  display:flex!important;
  align-items:center!important;

  width:100%!important;

  border-bottom:1px solid #111!important;
}

.orre-home-newsletter-form input{
  flex:1!important;

  min-width:0!important;
  min-height:50px!important;

  margin:0!important;
  padding:0!important;

  background:transparent!important;
  color:#111!important;

  border:0!important;
  border-radius:0!important;

  box-shadow:none!important;
  outline:0!important;

  font-size:12px!important;
}

.orre-home-newsletter-form button{
  width:auto!important;
  min-width:0!important;
  min-height:50px!important;

  margin:0!important;
  padding:0 0 0 25px!important;

  background:transparent!important;
  color:#111!important;

  border:0!important;
  border-radius:0!important;

  box-shadow:none!important;

  font-size:9px!important;
  font-weight:600!important;
  line-height:1!important;

  letter-spacing:.12em!important;
  text-transform:uppercase!important;
}

footer,
.site-footer,
.footer-container,
.footer-column,
.footer-sidebar,
.footer-widget,
.wd-footer,
.wd-prefooter,
.wd-footer-bottom,
.copyrights-wrapper,
.min-footer,
.main-footer{
  background:#000!important;
  color:#fff!important;
}

footer .container,
footer .container-fluid,
.site-footer .container,
.footer-container .container,
.copyrights-wrapper .container,
.min-footer .container{
  background:#000!important;
}

footer,
footer p,
footer li,
footer span,
footer div,
footer address,
.site-footer,
.site-footer p,
.site-footer li,
.site-footer span{
  color:rgba(255,255,255,.74)!important;
}

footer h1,
footer h2,
footer h3,
footer h4,
footer h5,
footer h6,
.site-footer h1,
.site-footer h2,
.site-footer h3,
.site-footer h4,
.site-footer h5,
.site-footer h6,
.footer-widget-title,
.widget-title{
  color:#fff!important;

  font-family:Arial,Helvetica,sans-serif!important;
  font-size:10px!important;
  font-weight:600!important;
  line-height:1.2!important;

  letter-spacing:.14em!important;
  text-transform:uppercase!important;
}

footer a,
.site-footer a,
.footer-container a,
.copyrights-wrapper a{
  color:rgba(255,255,255,.72)!important;
  text-decoration:none!important;
}

footer a:hover,
.site-footer a:hover,
.footer-container a:hover,
.copyrights-wrapper a:hover{
  color:#fff!important;
}

footer,
.site-footer,
.footer-container,
.copyrights-wrapper,
.min-footer,
.wd-footer-bottom{
  border-color:rgba(255,255,255,.14)!important;
}

footer p,
.site-footer p{
  font-family:Arial,Helvetica,sans-serif!important;
  font-size:11px!important;
  line-height:1.7!important;
}

footer img[alt*="payment" i],
footer img[src*="payment" i],
.site-footer img[alt*="payment" i],
.site-footer img[src*="payment" i]{
  filter:none!important;
  opacity:1!important;
}

.copyrights-wrapper,
.min-footer,
.wd-footer-bottom{
  border-top:1px solid rgba(255,255,255,.14)!important;
}

.copyrights-wrapper,
.copyrights-wrapper *,
.min-footer,
.min-footer *,
.wd-footer-bottom,
.wd-footer-bottom *{
  color:rgba(255,255,255,.72)!important;
}

.scrollToTop,
.scroll-to-top,
.wd-scroll-top{
  background:#111!important;
  color:#fff!important;
  border:1px solid rgba(255,255,255,.18)!important;
  box-shadow:none!important;
}

.scrollToTop:hover,
.scroll-to-top:hover,
.wd-scroll-top:hover{
  background:#fff!important;
  color:#000!important;
}

@media(max-width:1024px){

  .orre-home-product-grid{
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
  }

  .orre-home-editorial{
    min-height:560px!important;
  }

  .orre-home-newsletter{
    grid-template-columns:1fr!important;
    gap:44px!important;
  }
}

@media(max-width:767px){

  .orre-nav-header{
    height:62px!important;
    background:rgba(0,0,0,.62)!important;
  }

  .orre-nav-inner{
    height:62px!important;
    padding:0 16px!important;
  }

  .orre-nav-logo a{
    font-size:29px!important;
  }

  .orre-nav-actions{
    gap:8px!important;
  }

  .orre-nav-actions button{
    width:28px!important;
    min-width:28px!important;
    height:34px!important;
  }

  .orre-nav-icon svg{
    width:22px!important;
    height:22px!important;
  }

  .orre-home-hero{
    min-height:620px!important;
    padding-top:62px!important;
  }

  .orre-home-hero-bg{
    background-position:65% center!important;
  }

  .orre-home-hero-content{
    width:min(360px,80vw)!important;

    margin-left:18px!important;
    margin-top:auto!important;
    margin-bottom:36px!important;

    padding:0!important;
  }

  .orre-home-hero-content h1{
    font-size:56px!important;
  }

  .orre-home-hero-content p{
    max-width:290px!important;
    font-size:11px!important;
  }

  .orre-home-section-header{
    padding:26px 14px 17px!important;
  }

  .orre-home-section-header h1,
  .orre-home-section-header h2{
    font-size:10px!important;
    letter-spacing:.10em!important;
  }

  .orre-home-section-header a{
    font-size:8px!important;
  }

  .orre-home-product-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }

  .orre-home-product{
    padding-bottom:20px!important;
  }

  .orre-home-product-info{
    padding:8px 7px 0!important;
  }

  .orre-home-product-name,
  .orre-home-product-price{
    font-size:9.5px!important;
  }

  .orre-home-size-strip{
    min-height:34px!important;

    padding:5px!important;

    gap:2px!important;

    opacity:1!important;
    transform:none!important;
  }

  .orre-home-size-strip > span{
    min-width:24px!important;
    height:22px!important;
    font-size:8px!important;
  }

  .orre-home-editorial{
    min-height:500px!important;
  }

  .orre-home-editorial-overlay{
    padding:0 18px 22px!important;
  }

  .orre-home-editorial-overlay h2{
    font-size:36px!important;
  }

  .orre-home-newsletter{
    padding:60px 18px!important;
  }

  footer,
  .site-footer{
    text-align:left!important;
  }
}

@media(max-width:420px){

  .orre-nav-logo a{
    font-size:26px!important;
  }

  .orre-nav-actions{
    gap:6px!important;
  }
}

.orre-inside{
  width:100%!important;
  padding:74px 0 82px!important;

  background:#f7f7f6!important;
  color:#111!important;

  overflow:hidden!important;
}

.orre-inside-head{
  padding:0 30px 34px!important;
  text-align:center!important;
}

.orre-inside-head h2{
  margin:0!important;

  color:#111!important;

  font-family:Arial,Helvetica,sans-serif!important;
  font-size:34px!important;
  font-weight:600!important;
  line-height:1!important;

  letter-spacing:.015em!important;
  text-transform:uppercase!important;
}

.orre-inside-shell{
  position:relative!important;
  width:100%!important;
}

.orre-inside-track{
  display:flex!important;
  align-items:stretch!important;

  gap:24px!important;

  width:100%!important;

  padding:0 7vw!important;

  overflow-x:auto!important;
  overflow-y:hidden!important;

  scroll-snap-type:x mandatory!important;
  scrollbar-width:none!important;
  -ms-overflow-style:none!important;
}

.orre-inside-track::-webkit-scrollbar{
  display:none!important;
}

.orre-inside-card{
  position:relative!important;

  flex:0 0 clamp(235px,13.4vw,290px)!important;

  aspect-ratio:9/16!important;

  margin:0!important;

  overflow:hidden!important;

  border-radius:7px!important;

  background:#d7d7d7!important;

  box-shadow:0 1px 5px rgba(0,0,0,.14)!important;

  scroll-snap-align:start!important;
}

.orre-inside-card-link{
  position:absolute!important;
  inset:0!important;

  display:block!important;

  color:#fff!important;
}

.orre-inside-main-image{
  position:absolute!important;
  inset:0!important;

  width:100%!important;
  height:100%!important;

  object-fit:cover!important;
  object-position:center!important;

  transition:transform .45s ease!important;
}

.orre-inside-card:hover .orre-inside-main-image{
  transform:scale(1.025)!important;
}

.orre-inside-shade{
  position:absolute!important;
  inset:0!important;

  background:
    linear-gradient(
      to top,
      rgba(0,0,0,.58) 0%,
      rgba(0,0,0,.09) 42%,
      rgba(0,0,0,0) 70%
    )!important;
}

.orre-inside-brand{
  position:absolute!important;

  left:17px!important;
  bottom:88px!important;

  z-index:3!important;

  color:#fff!important;

  font-family:Arial,Helvetica,sans-serif!important;
  font-size:11px!important;
  font-weight:700!important;
  line-height:1!important;

  letter-spacing:.08em!important;
}

.orre-inside-bottom{
  position:absolute!important;

  left:14px!important;
  right:14px!important;
  bottom:14px!important;

  z-index:4!important;

  display:grid!important;
  grid-template-columns:46px minmax(0,1fr)!important;

  align-items:end!important;

  gap:11px!important;
}

.orre-inside-thumb{
  display:block!important;

  width:46px!important;
  height:58px!important;

  overflow:hidden!important;

  border-radius:5px!important;

  background:#eee!important;
  border:1px solid rgba(255,255,255,.32)!important;
}

.orre-inside-thumb img{
  display:block!important;

  width:100%!important;
  height:100%!important;

  object-fit:cover!important;
}

.orre-inside-title{
  display:block!important;

  padding-bottom:2px!important;

  color:#fff!important;

  font-family:Arial,Helvetica,sans-serif!important;
  font-size:14px!important;
  font-weight:500!important;
  line-height:1.18!important;

  text-shadow:0 1px 5px rgba(0,0,0,.35)!important;
}

.orre-inside-arrow{
  position:absolute!important;

  top:50%!important;

  z-index:10!important;

  width:58px!important;
  height:58px!important;

  display:flex!important;
  align-items:center!important;
  justify-content:center!important;

  padding:0!important;

  background:#fff!important;
  color:#111!important;

  border:1px solid rgba(0,0,0,.18)!important;
  border-radius:999px!important;

  box-shadow:0 2px 10px rgba(0,0,0,.09)!important;

  transform:translateY(-50%)!important;

  cursor:pointer!important;
}

.orre-inside-prev{
  left:22px!important;
}

.orre-inside-next{
  right:22px!important;
}

.orre-inside-arrow span{
  position:relative!important;

  display:block!important;

  width:16px!important;
  height:16px!important;
}

.orre-inside-arrow span::before{
  content:""!important;

  position:absolute!important;

  top:50%!important;
  left:50%!important;

  width:8px!important;
  height:8px!important;

  border-top:1.8px solid currentColor!important;
  border-right:1.8px solid currentColor!important;
}

.orre-inside-next span::before{
  transform:translate(-65%,-50%) rotate(45deg)!important;
}

.orre-inside-prev span::before{
  transform:translate(-35%,-50%) rotate(-135deg)!important;
}

.orre-inside-arrow:hover{
  background:#000!important;
  color:#fff!important;
  border-color:#000!important;
}

@media(max-width:1024px){

  .orre-inside{
    padding:60px 0 66px!important;
  }

  .orre-inside-head h2{
    font-size:28px!important;
  }

  .orre-inside-track{
    gap:16px!important;
    padding:0 28px!important;
  }

  .orre-inside-card{
    flex-basis:245px!important;
  }

  .orre-inside-arrow{
    width:50px!important;
    height:50px!important;
  }
}

@media(max-width:767px){

  .orre-inside{
    padding:48px 0 54px!important;
  }

  .orre-inside-head{
    padding:0 16px 25px!important;
  }

  .orre-inside-head h2{
    font-size:24px!important;
  }

  .orre-inside-track{
    gap:12px!important;

    padding:0 14px 8px!important;

    scroll-padding-left:14px!important;
  }

  .orre-inside-card{
    flex:0 0 73vw!important;
    max-width:285px!important;
  }

  .orre-inside-title{
    font-size:13px!important;
  }

  .orre-inside-arrow{
    display:none!important;
  }
}

body.tax-product_cat,
body.tax-product_cat #page,
body.tax-product_cat .main-page-wrapper,
body.tax-product_cat .site-content,
body.tax-product_cat .orre-collection-page,
body.tax-product_cat .orre-collection-head,
body.tax-product_cat .orre-collection-toolbar,
body.tax-product_cat .orre-collection-products,
body.tax-product_cat .orre-collection-card,
body.tax-product_cat .orre-collection-grid{
    background:#fff!important;
}

body.tax-product_cat .page-title,
body.tax-product_cat .wd-page-title,
body.tax-product_cat .shop-loop-head,
body.tax-product_cat .wd-shop-tools,
body.tax-product_cat .wd-products-shop-view,
body.tax-product_cat .wd-products-per-page,
body.tax-product_cat .wd-show-sidebar-btn{
    display:none!important;
}

body.tax-product_cat .orre-nav-header{
    position:sticky!important;
    top:0!important;
    height:64px!important;
    background:rgba(0,0,0,.94)!important;
    backdrop-filter:blur(12px)!important;
    -webkit-backdrop-filter:blur(12px)!important;
}

body.tax-product_cat .orre-nav-inner{
    height:64px!important;
}

.orre-collection-page{
    width:100%!important;
    color:#111!important;
    font-family:Arial,Helvetica,sans-serif!important;
}

.orre-collection-head{
    width:100%!important;
    padding:58px 30px 28px!important;
}

.orre-collection-head-inner{
    width:100%!important;
}

.orre-collection-title-wrap h1{
    margin:0!important;
    color:#111!important;
    font-size:28px!important;
    font-weight:500!important;
    line-height:1!important;
    letter-spacing:.08em!important;
}

.orre-collection-description{
    max-width:640px!important;
    margin-top:12px!important;
    color:#666!important;
    font-size:11px!important;
    line-height:1.6!important;
}

.orre-collection-description p{
    margin:0!important;
}

.orre-collection-subcats{
    display:flex!important;
    align-items:center!important;
    gap:26px!important;

    margin-top:30px!important;

    overflow-x:auto!important;
    scrollbar-width:none!important;
}

.orre-collection-subcats::-webkit-scrollbar{
    display:none!important;
}

.orre-collection-subcats a{
    flex:0 0 auto!important;
    padding-bottom:5px!important;
    color:#777!important;
    font-size:10px!important;
    font-weight:500!important;
    line-height:1!important;
    letter-spacing:.10em!important;
    text-transform:uppercase!important;
}

.orre-collection-subcats a:hover,
.orre-collection-subcats a.active{
    color:#000!important;
    border-bottom:1px solid #000!important;
}

.orre-collection-toolbar{
    width:100%!important;

    display:flex!important;
    align-items:center!important;
    justify-content:space-between!important;

    gap:20px!important;

    padding:16px 30px!important;

    background:#fff!important;

    border-top:1px solid #e9e9e9!important;
    border-bottom:1px solid #e9e9e9!important;
}

.orre-collection-toolbar-left{
    display:flex!important;
    align-items:center!important;
    gap:20px!important;
}

.orre-filter-open{
    display:flex!important;
    align-items:center!important;
    gap:9px!important;

    width:auto!important;
    min-width:0!important;
    min-height:0!important;

    margin:0!important;
    padding:0!important;

    background:transparent!important;
    color:#111!important;

    border:0!important;
    border-radius:0!important;

    box-shadow:none!important;

    font-size:9px!important;
    font-weight:600!important;
    line-height:1!important;

    letter-spacing:.12em!important;
}

.orre-filter-plus{
    position:relative!important;
    width:11px!important;
    height:11px!important;
}

.orre-filter-plus::before,
.orre-filter-plus::after{
    content:""!important;
    position:absolute!important;
    top:50%!important;
    left:50%!important;
    background:#111!important;
    transform:translate(-50%,-50%)!important;
}

.orre-filter-plus::before{
    width:11px!important;
    height:1px!important;
}

.orre-filter-plus::after{
    width:1px!important;
    height:11px!important;
}

.orre-result-count{
    color:#777!important;
    font-size:9px!important;
    line-height:1!important;
    letter-spacing:.08em!important;
}

.orre-collection-sort .woocommerce-ordering{
    margin:0!important;
}

.orre-collection-sort select{
    min-width:160px!important;
    height:34px!important;

    padding:0 26px 0 0!important;

    background:#fff!important;
    color:#111!important;

    border:0!important;
    border-radius:0!important;

    box-shadow:none!important;

    font-size:9px!important;
    font-weight:500!important;

    letter-spacing:.08em!important;
    text-transform:uppercase!important;
}

.orre-collection-products{
    width:100%!important;
    padding:0 0 70px!important;
}

.orre-collection-grid{
    display:grid!important;
    grid-template-columns:repeat(4,minmax(0,1fr))!important;
    gap:1px!important;
    width:100%!important;
}

.orre-collection-card{
    min-width:0!important;
    padding:0 0 26px!important;
    background:#fff!important;
}

.orre-collection-card-media{
    position:relative!important;
    display:block!important;

    width:100%!important;
    aspect-ratio:4/5!important;

    overflow:hidden!important;

    background:#f5f5f3!important;
}

.orre-collection-card-media img{
    position:absolute!important;
    inset:0!important;

    display:block!important;

    width:100%!important;
    height:100%!important;

    object-fit:cover!important;
    object-position:center!important;

    transition:opacity .3s ease,transform .4s ease!important;
}

.orre-collection-main-image{
    z-index:1!important;
    opacity:1!important;
}

.orre-collection-hover-image{
    z-index:2!important;
    opacity:0!important;
}

.orre-collection-card:hover .orre-collection-main-image{
    opacity:0!important;
}

.orre-collection-card:hover .orre-collection-hover-image{
    opacity:1!important;
    transform:scale(1.01)!important;
}

.orre-collection-sizes{
    position:absolute!important;

    left:0!important;
    right:0!important;
    bottom:0!important;

    z-index:5!important;

    min-height:42px!important;

    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    flex-wrap:wrap!important;

    gap:3px!important;

    padding:7px!important;

    background:rgba(255,255,255,.96)!important;

    opacity:0!important;
    transform:translateY(100%)!important;

    transition:opacity .2s ease,transform .2s ease!important;
}

.orre-collection-card:hover .orre-collection-sizes{
    opacity:1!important;
    transform:translateY(0)!important;
}

.orre-collection-sizes > span{
    min-width:27px!important;
    height:25px!important;

    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;

    padding:0 5px!important;

    color:#111!important;
    background:#fff!important;

    border:1px solid #ddd!important;

    font-size:8px!important;
    line-height:1!important;
}

.orre-collection-sale{
    position:absolute!important;
    top:10px!important;
    left:10px!important;

    z-index:6!important;

    padding:5px 7px!important;

    background:#000!important;
    color:#fff!important;

    font-size:8px!important;
    font-weight:600!important;
    letter-spacing:.10em!important;
}

.orre-collection-card-info{
    padding:10px 11px 0!important;
}

.orre-collection-product-name{
    display:block!important;
    color:#111!important;
    font-size:10px!important;
    font-weight:500!important;
    line-height:1.4!important;
    letter-spacing:.025em!important;
    text-transform:uppercase!important;
}

.orre-collection-product-price{
    margin-top:4px!important;
    color:#111!important;
    font-size:10px!important;
    line-height:1.3!important;
}

.orre-collection-product-price del{
    color:#999!important;
}

.orre-collection-product-price ins{
    color:#111!important;
    text-decoration:none!important;
}

.orre-collection-pagination{
    padding:45px 20px 0!important;
    text-align:center!important;
}

.orre-collection-pagination .page-numbers{
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;

    min-width:34px!important;
    height:34px!important;

    margin:0 2px!important;

    color:#111!important;
    background:#fff!important;

    border:1px solid #ddd!important;

    font-size:10px!important;
}

.orre-collection-pagination .page-numbers.current,
.orre-collection-pagination .page-numbers:hover{
    background:#000!important;
    color:#fff!important;
    border-color:#000!important;
}

.orre-filter-overlay{
    position:fixed!important;
    inset:0!important;

    z-index:100010!important;

    background:rgba(0,0,0,.38)!important;

    opacity:0!important;
    visibility:hidden!important;

    transition:.25s ease!important;
}

.orre-filter-overlay.open{
    opacity:1!important;
    visibility:visible!important;
}

.orre-filter-drawer{
    position:fixed!important;

    top:0!important;
    left:0!important;

    z-index:100011!important;

    width:min(390px,92vw)!important;
    height:100vh!important;

    background:#fff!important;
    color:#111!important;

    overflow-y:auto!important;

    transform:translateX(-102%)!important;

    transition:transform .35s cubic-bezier(.77,0,.18,1)!important;
}

.orre-filter-drawer.open{
    transform:translateX(0)!important;
}

.orre-filter-head{
    height:68px!important;

    display:flex!important;
    align-items:center!important;
    justify-content:space-between!important;

    padding:0 24px!important;

    border-bottom:1px solid #e7e7e7!important;

    font-size:10px!important;
    font-weight:600!important;
    letter-spacing:.12em!important;
}

.orre-filter-head button{
    position:relative!important;

    width:28px!important;
    height:28px!important;

    padding:0!important;

    background:transparent!important;
    border:0!important;
    box-shadow:none!important;
}

.orre-filter-head button span{
    position:absolute!important;
    top:50%!important;
    left:50%!important;

    width:16px!important;
    height:1.5px!important;

    background:#111!important;
}

.orre-filter-head button span:first-child{
    transform:translate(-50%,-50%) rotate(45deg)!important;
}

.orre-filter-head button span:last-child{
    transform:translate(-50%,-50%) rotate(-45deg)!important;
}

.orre-filter-body{
    padding:20px 24px 40px!important;
}

.orre-filter-body .widget{
    margin:0!important;
    padding:18px 0!important;

    border-bottom:1px solid #eee!important;
}

.orre-filter-body .widget-title,
.orre-filter-body h5{
    margin:0 0 15px!important;

    color:#111!important;

    font-size:10px!important;
    font-weight:600!important;
    letter-spacing:.10em!important;
    text-transform:uppercase!important;
}

.orre-filter-body a,
.orre-filter-body label,
.orre-filter-body li,
.orre-filter-body span{
    color:#555!important;
    font-size:11px!important;
}

.orre-filter-group h3{
    margin:0 0 15px!important;

    font-size:10px!important;
    font-weight:600!important;

    letter-spacing:.10em!important;
}

.orre-filter-group a{
    display:block!important;
    padding:9px 0!important;

    color:#555!important;
    font-size:11px!important;

    border-bottom:1px solid #eee!important;
}

@media(max-width:1024px){

    .orre-collection-grid{
        grid-template-columns:repeat(3,minmax(0,1fr))!important;
    }
}

@media(max-width:767px){

    body.tax-product_cat .orre-nav-header{
        height:62px!important;
    }

    .orre-collection-head{
        padding:38px 14px 22px!important;
    }

    .orre-collection-title-wrap h1{
        font-size:22px!important;
    }

    .orre-collection-subcats{
        gap:18px!important;
        margin-top:22px!important;
    }

    .orre-collection-toolbar{
        padding:13px 14px!important;
    }

    .orre-result-count{
        display:none!important;
    }

    .orre-collection-sort select{
        min-width:120px!important;
        font-size:8px!important;
    }

    .orre-collection-grid{
        grid-template-columns:repeat(2,minmax(0,1fr))!important;
    }

    .orre-collection-card{
        padding-bottom:20px!important;
    }

    .orre-collection-card-info{
        padding:8px 7px 0!important;
    }

    .orre-collection-product-name,
    .orre-collection-product-price{
        font-size:9px!important;
    }

    .orre-collection-sizes{
        min-height:33px!important;

        padding:5px!important;

        opacity:1!important;
        transform:none!important;
    }

    .orre-collection-sizes > span{
        min-width:23px!important;
        height:21px!important;
        font-size:7px!important;
    }
}

body.single-product .page-title,
body.single-product .wd-page-title,
body.single-product .woocommerce-breadcrumb,
body.single-product .wd-breadcrumbs,
body.single-product .wd-products-nav,
body.single-product .product-navigation-wrap,
body.single-product .product-tabs-wrapper,
body.single-product .woocommerce-tabs,
body.single-product .product-image-summary,
body.single-product .product-image-summary-wrap,
body.single-product .summary,
body.single-product .woocommerce-product-gallery{display:none!important}
body.single-product,body.single-product #page,body.single-product .website-wrapper,body.single-product .main-page-wrapper,body.single-product .site-content,body.single-product .orre-single-product-page{background:#fff!important}
body.single-product .main-page-wrapper,body.single-product .site-content,body.single-product .orre-single-product-page{width:100%!important;max-width:none!important;margin:0!important;padding:0!important}
.orre-pdp-final{width:100%!important;margin:0!important;padding:0!important;background:#fff!important;color:#111!important;font-family:Arial,Helvetica,sans-serif!important}
.orre-pdp-final-main{display:grid!important;grid-template-columns:minmax(0,1.2fr) minmax(430px,.8fr)!important;width:100%!important;align-items:start!important;gap:0!important}
.orre-pdp-final-gallery{width:100%!important;min-width:0!important;margin:0!important;padding:0!important;background:#f5f2f1!important}
.orre-pdp-final-image-grid{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:2px!important;width:100%!important;margin:0!important;padding:0!important}
.orre-pdp-final-image{display:block!important;width:100%!important;aspect-ratio:4/5!important;overflow:hidden!important;background:#f5f2f1!important}
.orre-pdp-final-image img{display:block!important;width:100%!important;height:100%!important;margin:0!important;object-fit:cover!important;object-position:center!important;transition:transform .35s ease!important}
.orre-pdp-final-image:hover img{transform:scale(1.01)!important}
.orre-pdp-final-summary{width:100%!important;min-width:0!important;margin:0!important;padding:0!important;background:#fff!important}
.orre-pdp-final-summary-inner{position:sticky!important;top:92px!important;width:min(560px,100%)!important;margin:0 auto!important;padding:54px 46px 65px!important}
.orre-pdp-final-title{margin:0!important;color:#111!important;font-family:Arial,Helvetica,sans-serif!important;font-size:27px!important;font-weight:500!important;line-height:1.1!important;letter-spacing:.01em!important;text-transform:uppercase!important}
.orre-pdp-final-codes{display:flex!important;flex-direction:column!important;gap:4px!important;margin-top:12px!important;color:#777!important;font-size:9px!important;line-height:1.4!important;letter-spacing:.06em!important}
.orre-pdp-final-price{margin-top:22px!important;color:#111!important;font-size:18px!important;font-weight:500!important;line-height:1.2!important}
.orre-pdp-final-price del{color:#999!important}.orre-pdp-final-price ins{color:#111!important;text-decoration:none!important}
.orre-pdp-final-buy{margin-top:30px!important}.orre-pdp-final-buy form.cart,.orre-pdp-final-buy .variations_form{width:100%!important;margin:0!important}
.orre-pdp-final-buy .variations{width:100%!important;margin:0 0 20px!important;border:0!important}
.orre-pdp-final-buy .variations tbody,.orre-pdp-final-buy .variations tr,.orre-pdp-final-buy .variations th,.orre-pdp-final-buy .variations td{display:block!important;width:100%!important}
.orre-pdp-final-buy .variations tr{margin-bottom:20px!important}.orre-pdp-final-buy .variations th,.orre-pdp-final-buy .variations td{padding:0!important;border:0!important;text-align:left!important}
.orre-pdp-final-buy .variations label{display:block!important;margin:0 0 12px!important;color:#111!important;font-size:10px!important;font-weight:500!important;line-height:1!important;letter-spacing:.08em!important;text-transform:none!important}
.orre-pdp-final-buy .wd-swatches-product{display:flex!important;flex-wrap:wrap!important;gap:7px!important}
.orre-pdp-final-buy .wd-swatch,.orre-pdp-final-buy .wd-swatch-text{min-width:48px!important;height:39px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;margin:0!important;padding:0 12px!important;background:#fff!important;color:#111!important;border:1px solid #d6d6d6!important;border-radius:0!important;box-shadow:none!important;font-size:10px!important;font-weight:500!important}
.orre-pdp-final-buy .wd-swatch.wd-active,.orre-pdp-final-buy .wd-swatch.active,.orre-pdp-final-buy .wd-swatch:hover{background:#111!important;color:#fff!important;border-color:#111!important}
.orre-pdp-final-buy .variations select{width:100%!important;height:44px!important;margin:0!important;padding:0 12px!important;background:#fff!important;color:#111!important;border:1px solid #d6d6d6!important;border-radius:0!important;box-shadow:none!important;font-size:11px!important}
.orre-pdp-final-buy .reset_variations{display:inline-block!important;margin-top:9px!important;color:#777!important;font-size:8px!important;letter-spacing:.08em!important;text-transform:uppercase!important}
.orre-pdp-final-buy .woocommerce-variation{margin-bottom:15px!important}.orre-pdp-final-buy .woocommerce-variation-price{margin-bottom:8px!important;color:#111!important;font-size:15px!important}
.orre-pdp-final-buy .woocommerce-variation-add-to-cart,.orre-pdp-final-buy form.cart:not(.variations_form){display:grid!important;grid-template-columns:108px minmax(0,1fr)!important;gap:8px!important;align-items:stretch!important;width:100%!important}
.orre-pdp-final-buy .quantity{width:108px!important;height:48px!important;display:grid!important;grid-template-columns:31px 1fr 31px!important;margin:0!important;border:1px solid #111!important;background:#fff!important}
.orre-pdp-final-buy .quantity input.qty{width:100%!important;height:46px!important;margin:0!important;padding:0!important;background:#fff!important;color:#111!important;border:0!important;border-radius:0!important;box-shadow:none!important;text-align:center!important;font-size:11px!important}
.orre-pdp-final-buy .quantity .minus,.orre-pdp-final-buy .quantity .plus{width:31px!important;height:46px!important;margin:0!important;padding:0!important;background:#fff!important;color:#111!important;border:0!important;border-radius:0!important;box-shadow:none!important;font-size:14px!important}
.orre-pdp-final-buy .single_add_to_cart_button{width:100%!important;min-height:48px!important;display:flex!important;align-items:center!important;justify-content:center!important;margin:0!important;padding:0 20px!important;background:#000!important;color:#fff!important;border:1px solid #000!important;border-radius:0!important;box-shadow:none!important;font-size:10px!important;font-weight:600!important;line-height:1!important;letter-spacing:.1em!important;text-transform:uppercase!important}
.orre-pdp-final-buy .single_add_to_cart_button:hover{background:#fff!important;color:#000!important}
.orre-pdp-final-details{margin-top:34px!important;border-top:1px solid #e5e5e5!important}.orre-pdp-final-detail{margin:0!important;border-bottom:1px solid #e5e5e5!important}
.orre-pdp-final-detail summary{min-height:54px!important;display:flex!important;align-items:center!important;justify-content:space-between!important;gap:15px!important;padding:0!important;color:#111!important;list-style:none!important;cursor:pointer!important}.orre-pdp-final-detail summary::-webkit-details-marker{display:none!important}
.orre-pdp-final-detail summary>span:first-child{font-size:10px!important;font-weight:500!important;line-height:1!important;letter-spacing:.02em!important}
.orre-pdp-final-plus{position:relative!important;width:13px!important;height:13px!important;flex:0 0 13px!important}.orre-pdp-final-plus::before,.orre-pdp-final-plus::after{content:""!important;position:absolute!important;top:50%!important;left:50%!important;background:#111!important;transform:translate(-50%,-50%)!important}.orre-pdp-final-plus::before{width:11px!important;height:1px!important}.orre-pdp-final-plus::after{width:1px!important;height:11px!important}.orre-pdp-final-detail[open] .orre-pdp-final-plus::after{display:none!important}
.orre-pdp-final-detail-content{padding:0 0 24px!important;color:#555!important;font-size:11px!important;line-height:1.7!important}.orre-pdp-final-detail-content p{margin:0 0 12px!important}.orre-pdp-final-detail-content p:last-child{margin-bottom:0!important}
.orre-pdp-final-related{width:100%!important;padding:68px 0 75px!important;background:#fff!important;border-top:1px solid #e8e8e8!important}.orre-pdp-final-related-head{padding:0 30px 26px!important}.orre-pdp-final-related-head h2{margin:0!important;color:#111!important;font-size:12px!important;font-weight:500!important;line-height:1!important;letter-spacing:.08em!important;text-transform:uppercase!important}
.orre-pdp-final-related-grid{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:1px!important}.orre-pdp-final-related-card{min-width:0!important;padding-bottom:20px!important;background:#fff!important}.orre-pdp-final-related-image{display:block!important;width:100%!important;aspect-ratio:4/5!important;overflow:hidden!important;background:#f4f4f2!important}.orre-pdp-final-related-image img{display:block!important;width:100%!important;height:100%!important;object-fit:cover!important}.orre-pdp-final-related-info{padding:9px 10px 0!important}.orre-pdp-final-related-info a{display:block!important;color:#111!important;font-size:10px!important;font-weight:500!important;line-height:1.4!important;text-transform:uppercase!important}.orre-pdp-final-related-info span{display:block!important;margin-top:4px!important;color:#111!important;font-size:10px!important}
@media(max-width:1100px){.orre-pdp-final-main{grid-template-columns:minmax(0,1fr) minmax(390px,.9fr)!important}.orre-pdp-final-summary-inner{padding:42px 30px 54px!important}.orre-pdp-final-related-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}}
@media(max-width:767px){.orre-pdp-final-main{display:block!important}.orre-pdp-final-image-grid{display:flex!important;overflow-x:auto!important;scroll-snap-type:x mandatory!important;gap:1px!important;scrollbar-width:none!important}.orre-pdp-final-image-grid::-webkit-scrollbar{display:none!important}.orre-pdp-final-image{flex:0 0 88vw!important;aspect-ratio:4/5!important;scroll-snap-align:start!important}.orre-pdp-final-summary-inner{position:static!important;width:100%!important;max-width:none!important;padding:28px 16px 42px!important}.orre-pdp-final-title{font-size:22px!important}.orre-pdp-final-price{margin-top:18px!important;font-size:16px!important}.orre-pdp-final-buy{margin-top:25px!important}.orre-pdp-final-buy .woocommerce-variation-add-to-cart,.orre-pdp-final-buy form.cart:not(.variations_form){grid-template-columns:92px minmax(0,1fr)!important}.orre-pdp-final-buy .quantity{width:92px!important;grid-template-columns:27px 1fr 27px!important}.orre-pdp-final-buy .quantity .minus,.orre-pdp-final-buy .quantity .plus{width:27px!important}.orre-pdp-final-related{padding:48px 0 58px!important}.orre-pdp-final-related-head{padding:0 14px 20px!important}.orre-pdp-final-related-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.orre-pdp-final-related-info a,.orre-pdp-final-related-info span{font-size:9px!important}}

.orre-pdp-final-image-grid{
    display:none!important;
}

.orre-pdp-kiji-gallery{
    display:grid!important;
    grid-template-columns:86px minmax(0,1fr)!important;

    align-items:start!important;

    gap:8px!important;

    width:100%!important;

    padding:0!important;
    margin:0!important;

    background:#f5f2f1!important;
}

.orre-pdp-kiji-thumbs{
    position:sticky!important;
    top:82px!important;

    display:flex!important;
    flex-direction:column!important;

    gap:8px!important;

    width:86px!important;

    padding:0!important;
    margin:0!important;

    max-height:calc(100vh - 100px)!important;
    overflow-y:auto!important;

    scrollbar-width:none!important;

    background:#fff!important;
}

.orre-pdp-kiji-thumbs::-webkit-scrollbar{
    display:none!important;
}

.orre-pdp-kiji-thumb{
    flex:0 0 auto!important;

    display:block!important;

    width:86px!important;
    height:108px!important;

    margin:0!important;
    padding:0!important;

    background:#f3efed!important;

    border:1px solid transparent!important;
    border-radius:0!important;

    box-shadow:none!important;

    cursor:pointer!important;
    overflow:hidden!important;

    opacity:.7!important;

    transition:opacity .2s ease,border-color .2s ease!important;
}

.orre-pdp-kiji-thumb:hover,
.orre-pdp-kiji-thumb.is-active{
    opacity:1!important;
    border-color:#111!important;
}

.orre-pdp-kiji-thumb img{
    display:block!important;

    width:100%!important;
    height:100%!important;

    object-fit:cover!important;
    object-position:center!important;

    margin:0!important;
}

.orre-pdp-kiji-main-link{
    display:block!important;

    width:100%!important;

    margin:0!important;
    padding:0!important;

    overflow:hidden!important;

    background:#f3efed!important;
}

.orre-pdp-kiji-main-image{
    display:block!important;

    width:100%!important;
    height:auto!important;

    min-height:760px!important;
    max-height:calc(100vh - 64px)!important;

    margin:0 auto!important;

    object-fit:cover!important;
    object-position:center!important;

    background:#f3efed!important;
}

.orre-pdp-final-gallery{
    background:#fff!important;
}

@media(max-width:1100px){

    .orre-pdp-kiji-gallery{
        grid-template-columns:72px minmax(0,1fr)!important;
        gap:6px!important;
    }

    .orre-pdp-kiji-thumbs{
        width:72px!important;
    }

    .orre-pdp-kiji-thumb{
        width:72px!important;
        height:92px!important;
    }

    .orre-pdp-kiji-main-image{
        min-height:620px!important;
    }
}

@media(max-width:767px){

    .orre-pdp-kiji-gallery{
        display:flex!important;
        flex-direction:column-reverse!important;

        gap:7px!important;

        background:#fff!important;
    }

    .orre-pdp-kiji-thumbs{
        position:static!important;

        width:100%!important;
        max-height:none!important;

        display:flex!important;
        flex-direction:row!important;

        gap:6px!important;

        padding:0 8px 8px!important;

        overflow-x:auto!important;
        overflow-y:hidden!important;

        background:#fff!important;
    }

    .orre-pdp-kiji-thumb{
        width:64px!important;
        height:82px!important;

        flex:0 0 64px!important;
    }

    .orre-pdp-kiji-main-image{
        width:100%!important;

        min-height:0!important;
        max-height:none!important;

        aspect-ratio:4/5!important;

        object-fit:cover!important;
    }
}

.orre-home-section-header,
.orre-inside-head,
.orre-pdp-final-related-head,
.orre-pdp-v2-related-head,
.orre-pdp-related-head,
.orre-collection-title-wrap{
    text-align:center!important;
}

.orre-home-section-header{
    position:relative!important;

    display:flex!important;
    flex-direction:column!important;
    align-items:center!important;
    justify-content:center!important;

    gap:14px!important;

    padding-top:44px!important;
    padding-bottom:31px!important;
}

.orre-home-section-header h1,
.orre-home-section-header h2{
    position:relative!important;

    margin:0!important;
    padding:0 0 18px!important;

    color:#111!important;

    font-family:Arial,Helvetica,sans-serif!important;
    font-size:20px!important;
    font-weight:500!important;
    line-height:1.15!important;

    letter-spacing:.09em!important;
    text-transform:uppercase!important;
    text-align:center!important;
}

.orre-home-section-header h1::after,
.orre-home-section-header h2::after{
    content:""!important;

    position:absolute!important;
    left:50%!important;
    bottom:0!important;

    width:42px!important;
    height:3px!important;

    background:#bcbcbc!important;

    transform:translateX(-50%)!important;
}

.orre-home-section-header > a{
    margin-top:0!important;

    color:#555!important;

    font-size:9px!important;
    font-weight:500!important;
    letter-spacing:.10em!important;

    border-bottom:1px solid #777!important;
}

.orre-inside-head{
    padding-bottom:34px!important;
}

.orre-inside-head h2{
    position:relative!important;

    display:inline-block!important;

    margin:0!important;
    padding:0 0 20px!important;

    color:#111!important;

    font-family:Arial,Helvetica,sans-serif!important;
    font-size:30px!important;
    font-weight:500!important;
    line-height:1.1!important;

    letter-spacing:.065em!important;
    text-transform:uppercase!important;
    text-align:center!important;
}

.orre-inside-head h2::after{
    content:""!important;

    position:absolute!important;
    left:50%!important;
    bottom:0!important;

    width:42px!important;
    height:3px!important;

    background:#bcbcbc!important;

    transform:translateX(-50%)!important;
}

.orre-pdp-final-related-head,
.orre-pdp-v2-related-head,
.orre-pdp-related-head{
    text-align:center!important;

    padding-top:8px!important;
    padding-bottom:34px!important;
}

.orre-pdp-final-related-head h2,
.orre-pdp-v2-related-head h2,
.orre-pdp-related-head h2,
.orre-pdp-related .related > h2,
.orre-pdp-related .upsells > h2{
    position:relative!important;

    display:inline-block!important;

    margin:0 auto!important;
    padding:0 0 20px!important;

    color:#111!important;

    font-family:Arial,Helvetica,sans-serif!important;
    font-size:20px!important;
    font-weight:500!important;
    line-height:1.15!important;

    letter-spacing:.085em!important;
    text-transform:uppercase!important;
    text-align:center!important;
}

.orre-pdp-final-related-head h2::after,
.orre-pdp-v2-related-head h2::after,
.orre-pdp-related-head h2::after,
.orre-pdp-related .related > h2::after,
.orre-pdp-related .upsells > h2::after{
    content:""!important;

    position:absolute!important;
    left:50%!important;
    bottom:0!important;

    width:42px!important;
    height:3px!important;

    background:#bcbcbc!important;

    transform:translateX(-50%)!important;
}

.orre-collection-head{
    text-align:center!important;
}

.orre-collection-title-wrap{
    display:flex!important;
    flex-direction:column!important;
    align-items:center!important;
}

.orre-collection-title-wrap h1{
    position:relative!important;

    display:inline-block!important;

    margin:0!important;
    padding:0 0 20px!important;

    color:#111!important;

    font-family:Arial,Helvetica,sans-serif!important;
    font-size:25px!important;
    font-weight:500!important;
    line-height:1.1!important;

    letter-spacing:.085em!important;
    text-transform:uppercase!important;
    text-align:center!important;
}

.orre-collection-title-wrap h1::after{
    content:""!important;

    position:absolute!important;
    left:50%!important;
    bottom:0!important;

    width:42px!important;
    height:3px!important;

    background:#bcbcbc!important;

    transform:translateX(-50%)!important;
}

.orre-collection-description{
    margin-left:auto!important;
    margin-right:auto!important;
    text-align:center!important;
}

.orre-collection-subcats{
    justify-content:center!important;
}

.orre-home-newsletter > div{
    text-align:center!important;
}

.orre-home-newsletter h2{
    position:relative!important;

    display:inline-block!important;

    margin:0!important;
    padding:0 0 20px!important;

    text-align:center!important;
}

.orre-home-newsletter h2::after{
    content:""!important;

    position:absolute!important;
    left:50%!important;
    bottom:0!important;

    width:42px!important;
    height:3px!important;

    background:#bcbcbc!important;

    transform:translateX(-50%)!important;
}

.orre-home-newsletter p{
    margin-left:auto!important;
    margin-right:auto!important;
}

@media(max-width:767px){

    .orre-home-section-header{
        padding-top:34px!important;
        padding-bottom:25px!important;
    }

    .orre-home-section-header h1,
    .orre-home-section-header h2{
        font-size:16px!important;
        padding-bottom:16px!important;
    }

    .orre-inside-head h2{
        font-size:23px!important;
        padding-bottom:17px!important;
    }

    .orre-pdp-final-related-head h2,
    .orre-pdp-v2-related-head h2,
    .orre-pdp-related-head h2,
    .orre-pdp-related .related > h2,
    .orre-pdp-related .upsells > h2{
        font-size:16px!important;
        padding-bottom:17px!important;
    }

    .orre-collection-title-wrap h1{
        font-size:21px!important;
        padding-bottom:17px!important;
    }

    .orre-home-section-header h1::after,
    .orre-home-section-header h2::after,
    .orre-inside-head h2::after,
    .orre-pdp-final-related-head h2::after,
    .orre-pdp-v2-related-head h2::after,
    .orre-pdp-related-head h2::after,
    .orre-pdp-related .related > h2::after,
    .orre-pdp-related .upsells > h2::after,
    .orre-collection-title-wrap h1::after,
    .orre-home-newsletter h2::after{
        width:34px!important;
        height:2px!important;
    }
}

body.woocommerce-cart,
body.woocommerce-checkout,
body.woocommerce-cart #page,
body.woocommerce-checkout #page,
body.woocommerce-cart .website-wrapper,
body.woocommerce-checkout .website-wrapper,
body.woocommerce-cart .main-page-wrapper,
body.woocommerce-checkout .main-page-wrapper,
body.woocommerce-cart .site-content,
body.woocommerce-checkout .site-content{
    background:#fff!important;
    color:#111!important;
}

body.woocommerce-cart .main-page-wrapper,
body.woocommerce-checkout .main-page-wrapper{
    padding-top:0!important;
}

body.woocommerce-cart .container,
body.woocommerce-checkout .container,
body.woocommerce-cart .site-content,
body.woocommerce-checkout .site-content{
    width:100%!important;
    max-width:none!important;
}

body.woocommerce-cart .page-title,
body.woocommerce-checkout .page-title,
body.woocommerce-cart .wd-page-title,
body.woocommerce-checkout .wd-page-title,
body.woocommerce-cart .woocommerce-breadcrumb,
body.woocommerce-checkout .woocommerce-breadcrumb,
body.woocommerce-cart .wd-breadcrumbs,
body.woocommerce-checkout .wd-breadcrumbs{
    display:none!important;
}

body.woocommerce-cart,
body.woocommerce-checkout,
body.woocommerce-cart *,
body.woocommerce-checkout *{
    box-sizing:border-box!important;
}

body.woocommerce-cart .woocommerce{
    position:relative!important;
    width:min(1500px,calc(100% - 64px))!important;
    max-width:1500px!important;
    margin:0 auto!important;
    padding:72px 0 90px!important;
}

body.woocommerce-cart .woocommerce::before{
    content:"SHOPPING BAG"!important;

    display:block!important;

    margin:0 0 46px!important;
    padding:0 0 18px!important;

    color:#111!important;

    font-family:Arial,Helvetica,sans-serif!important;
    font-size:26px!important;
    font-weight:500!important;
    line-height:1!important;

    letter-spacing:.12em!important;
    text-align:center!important;
    text-transform:uppercase!important;
}

body.woocommerce-cart .woocommerce::after{
    content:""!important;
    display:block!important;
    clear:both!important;
}

body.woocommerce-cart .cart-content-wrapper,
body.woocommerce-cart .woocommerce-cart-form + .cart-collaterals{
    min-width:0!important;
}

body.woocommerce-cart .cart-content-wrapper{
    display:grid!important;
    grid-template-columns:minmax(0,1fr) 410px!important;
    gap:46px!important;
    align-items:start!important;
}

body.woocommerce-cart .woocommerce-cart-form{
    width:100%!important;
    min-width:0!important;
    margin:0!important;
    float:none!important;
}

body.woocommerce-cart .cart-collaterals{
    width:100%!important;
    min-width:0!important;
    margin:0!important;
    float:none!important;
}

body.woocommerce-cart table.shop_table{
    width:100%!important;
    margin:0!important;
    border:0!important;
    border-collapse:collapse!important;
    background:#fff!important;
}

body.woocommerce-cart table.shop_table thead{
    display:none!important;
}

body.woocommerce-cart table.shop_table tr.cart_item{
    border-top:1px solid #e8e8e8!important;
    border-bottom:1px solid #e8e8e8!important;
}

body.woocommerce-cart table.shop_table td{
    padding:24px 12px!important;
    vertical-align:middle!important;
    border:0!important;
    background:#fff!important;
}

body.woocommerce-cart td.product-remove{
    width:36px!important;
    padding-left:0!important;
    padding-right:4px!important;
}

body.woocommerce-cart td.product-remove a{
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;

    width:26px!important;
    height:26px!important;

    margin:0!important;

    background:transparent!important;
    color:#111!important;

    border:0!important;
    border-radius:0!important;

    font-size:20px!important;
    font-weight:300!important;
}

body.woocommerce-cart td.product-thumbnail{
    width:110px!important;
}

body.woocommerce-cart td.product-thumbnail img{
    display:block!important;

    width:92px!important;
    height:118px!important;

    object-fit:cover!important;
    object-position:center!important;

    background:#f3efed!important;
}

body.woocommerce-cart td.product-name{
    width:auto!important;
}

body.woocommerce-cart td.product-name a{
    color:#111!important;

    font-family:Arial,Helvetica,sans-serif!important;
    font-size:12px!important;
    font-weight:500!important;
    line-height:1.45!important;

    letter-spacing:.015em!important;
}

body.woocommerce-cart td.product-price,
body.woocommerce-cart td.product-subtotal{
    color:#111!important;
    font-size:12px!important;
    font-weight:500!important;
    white-space:nowrap!important;
}

body.woocommerce-cart td.product-subtotal{
    text-align:right!important;
}

body.woocommerce-cart .quantity{
    width:100px!important;
    height:42px!important;

    display:grid!important;
    grid-template-columns:30px 1fr 30px!important;

    margin:0!important;

    border:1px solid #d8d8d8!important;
    background:#fff!important;
}

body.woocommerce-cart .quantity .minus,
body.woocommerce-cart .quantity .plus{
    width:30px!important;
    height:40px!important;

    margin:0!important;
    padding:0!important;

    background:#fff!important;
    color:#111!important;

    border:0!important;
    border-radius:0!important;

    box-shadow:none!important;

    font-size:14px!important;
}

body.woocommerce-cart .quantity input.qty{
    width:100%!important;
    height:40px!important;

    margin:0!important;
    padding:0!important;

    background:#fff!important;
    color:#111!important;

    border:0!important;
    border-radius:0!important;

    box-shadow:none!important;

    text-align:center!important;
    font-size:11px!important;
}

body.woocommerce-cart td.actions{
    padding:22px 0 0!important;
    border:0!important;
}

body.woocommerce-cart .coupon{
    display:flex!important;
    align-items:stretch!important;
    gap:8px!important;
    float:left!important;
}

body.woocommerce-cart .coupon input{
    width:220px!important;
    height:46px!important;

    margin:0!important;
    padding:0 14px!important;

    background:#fff!important;
    color:#111!important;

    border:1px solid #d7d7d7!important;
    border-radius:0!important;

    box-shadow:none!important;

    font-size:11px!important;
}

body.woocommerce-cart .coupon button,
body.woocommerce-cart button[name="update_cart"]{
    min-height:46px!important;

    padding:0 22px!important;

    background:#000!important;
    color:#fff!important;

    border:1px solid #000!important;
    border-radius:0!important;

    box-shadow:none!important;

    font-size:9px!important;
    font-weight:600!important;
    line-height:1!important;

    letter-spacing:.11em!important;
    text-transform:uppercase!important;
}

body.woocommerce-cart button[name="update_cart"]{
    float:right!important;
}

body.woocommerce-cart .coupon button:hover,
body.woocommerce-cart button[name="update_cart"]:hover{
    background:#fff!important;
    color:#000!important;
}

body.woocommerce-cart .cart_totals{
    width:100%!important;

    margin:0!important;
    padding:32px!important;

    background:#f7f7f6!important;

    border:0!important;
    outline:1px solid #e1e1e1!important;
    outline-offset:-14px!important;
}

body.woocommerce-cart .cart_totals h2{
    position:relative!important;

    margin:0 0 28px!important;
    padding:0 0 19px!important;

    color:#111!important;

    font-size:16px!important;
    font-weight:500!important;
    line-height:1!important;

    letter-spacing:.10em!important;
    text-align:center!important;
    text-transform:uppercase!important;
}

body.woocommerce-cart .cart_totals h2::after{
    content:""!important;

    position:absolute!important;
    left:50%!important;
    bottom:0!important;

    width:38px!important;
    height:2px!important;

    background:#bbb!important;

    transform:translateX(-50%)!important;
}

body.woocommerce-cart .cart_totals table{
    width:100%!important;
    margin:0!important;
    border:0!important;
    background:transparent!important;
}

body.woocommerce-cart .cart_totals th,
body.woocommerce-cart .cart_totals td{
    padding:17px 0!important;

    background:transparent!important;

    border:0!important;
    border-bottom:1px solid #dedede!important;

    color:#111!important;

    font-size:11px!important;
    line-height:1.4!important;
}

body.woocommerce-cart .cart_totals td{
    text-align:right!important;
}

body.woocommerce-cart .cart_totals .order-total th,
body.woocommerce-cart .cart_totals .order-total td{
    font-size:15px!important;
    font-weight:600!important;
}

body.woocommerce-cart .wc-proceed-to-checkout{
    padding:26px 0 0!important;
}

body.woocommerce-cart .checkout-button{
    width:100%!important;
    min-height:50px!important;

    display:flex!important;
    align-items:center!important;
    justify-content:center!important;

    margin:0!important;
    padding:0 18px!important;

    background:#000!important;
    color:#fff!important;

    border:1px solid #000!important;
    border-radius:0!important;

    box-shadow:none!important;

    font-size:9px!important;
    font-weight:600!important;
    line-height:1!important;

    letter-spacing:.12em!important;
    text-transform:uppercase!important;
}

body.woocommerce-cart .checkout-button:hover{
    background:#fff!important;
    color:#000!important;
}

body.woocommerce-checkout .woocommerce{
    width:min(1380px,calc(100% - 64px))!important;
    max-width:1380px!important;

    margin:0 auto!important;
    padding:72px 0 90px!important;
}

body.woocommerce-checkout .woocommerce-form-coupon-toggle{
    margin:0 0 40px!important;
}

body.woocommerce-checkout .woocommerce-info{
    margin:0!important;
    padding:15px 18px!important;

    background:#f7f7f6!important;
    color:#444!important;

    border:0!important;
    border-left:2px solid #111!important;

    font-size:10px!important;
    line-height:1.45!important;
}

body.woocommerce-checkout .woocommerce-info::before{
    display:none!important;
}

body.woocommerce-checkout .woocommerce-info a{
    color:#111!important;
    border-bottom:1px solid #111!important;
}

body.woocommerce-checkout form.checkout::before{
    content:"CHECKOUT"!important;

    display:block!important;
    grid-column:1 / -1!important;

    margin:0 0 48px!important;
    padding:0 0 19px!important;

    color:#111!important;

    font-family:Arial,Helvetica,sans-serif!important;
    font-size:26px!important;
    font-weight:500!important;
    line-height:1!important;

    letter-spacing:.12em!important;
    text-align:center!important;
    text-transform:uppercase!important;
}

body.woocommerce-checkout form.checkout{
    display:grid!important;
    grid-template-columns:minmax(0,1.18fr) minmax(420px,.82fr)!important;
    column-gap:72px!important;
    row-gap:0!important;

    align-items:start!important;

    width:100%!important;
}

body.woocommerce-checkout #customer_details,
body.woocommerce-checkout .col2-set,
body.woocommerce-checkout .checkout-order-review,
body.woocommerce-checkout .woocommerce-checkout-review-order,
body.woocommerce-checkout #order_review{
    width:100%!important;
    max-width:none!important;

    margin:0!important;
    float:none!important;
}

body.woocommerce-checkout #customer_details{
    grid-column:1!important;
}

body.woocommerce-checkout #order_review_heading,
body.woocommerce-checkout #order_review,
body.woocommerce-checkout .checkout-order-review{
    grid-column:2!important;
}

body.woocommerce-checkout .col2-set{
    display:block!important;
}

body.woocommerce-checkout .col2-set .col-1,
body.woocommerce-checkout .col2-set .col-2{
    width:100%!important;
    max-width:none!important;

    margin:0!important;
    padding:0!important;

    float:none!important;
}

body.woocommerce-checkout .woocommerce-billing-fields > h3,
body.woocommerce-checkout .woocommerce-shipping-fields h3,
body.woocommerce-checkout #order_review_heading,
body.woocommerce-checkout .checkout-order-review > h3{
    position:relative!important;

    margin:0 0 28px!important;
    padding:0 0 18px!important;

    color:#111!important;

    font-family:Arial,Helvetica,sans-serif!important;
    font-size:15px!important;
    font-weight:500!important;
    line-height:1!important;

    letter-spacing:.10em!important;
    text-transform:uppercase!important;
}

body.woocommerce-checkout .woocommerce-billing-fields > h3::after,
body.woocommerce-checkout .woocommerce-shipping-fields h3::after,
body.woocommerce-checkout #order_review_heading::after{
    content:""!important;

    position:absolute!important;
    left:0!important;
    bottom:0!important;

    width:38px!important;
    height:2px!important;

    background:#bbb!important;
}

body.woocommerce-checkout .woocommerce-billing-fields__field-wrapper,
body.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper{
    display:grid!important;
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:18px 16px!important;
}

body.woocommerce-checkout .form-row{
    width:100%!important;
    max-width:none!important;

    margin:0!important;
    padding:0!important;

    float:none!important;
}

body.woocommerce-checkout .form-row-wide,
body.woocommerce-checkout #billing_company_field,
body.woocommerce-checkout #billing_country_field,
body.woocommerce-checkout #billing_address_1_field,
body.woocommerce-checkout #billing_address_2_field,
body.woocommerce-checkout #billing_city_field,
body.woocommerce-checkout #billing_state_field,
body.woocommerce-checkout #billing_postcode_field,
body.woocommerce-checkout #order_comments_field{
    grid-column:1 / -1!important;
}

body.woocommerce-checkout .form-row label{
    display:block!important;

    margin:0 0 7px!important;

    color:#333!important;

    font-size:10px!important;
    font-weight:500!important;
    line-height:1.2!important;
}

body.woocommerce-checkout input.input-text,
body.woocommerce-checkout textarea,
body.woocommerce-checkout select,
body.woocommerce-checkout .select2-container .select2-selection{
    width:100%!important;
    min-height:47px!important;

    margin:0!important;
    padding:0 13px!important;

    background:#fff!important;
    color:#111!important;

    border:1px solid #d7d7d7!important;
    border-radius:0!important;

    box-shadow:none!important;

    font-size:11px!important;
}

body.woocommerce-checkout textarea{
    min-height:110px!important;
    padding-top:12px!important;
}

body.woocommerce-checkout input.input-text:focus,
body.woocommerce-checkout textarea:focus,
body.woocommerce-checkout select:focus{
    border-color:#111!important;
    outline:0!important;
}

body.woocommerce-checkout .select2-container .select2-selection__rendered{
    line-height:45px!important;
    padding-left:0!important;
}

body.woocommerce-checkout .select2-container .select2-selection__arrow{
    height:45px!important;
}

body.woocommerce-checkout #order_review,
body.woocommerce-checkout .checkout-order-review{
    position:sticky!important;
    top:92px!important;

    padding:32px!important;

    background:#f7f7f6!important;

    border:0!important;
    outline:1px solid #e1e1e1!important;
    outline-offset:-14px!important;
}

body.woocommerce-checkout #order_review_heading{
    text-align:center!important;
}

body.woocommerce-checkout #order_review_heading::after{
    left:50%!important;
    transform:translateX(-50%)!important;
}

body.woocommerce-checkout table.shop_table{
    width:100%!important;

    margin:0!important;

    border:0!important;
    border-collapse:collapse!important;

    background:transparent!important;
}

body.woocommerce-checkout table.shop_table thead th{
    padding:12px 0!important;

    color:#777!important;

    border:0!important;
    border-bottom:1px solid #ddd!important;

    font-size:9px!important;
    font-weight:500!important;
    letter-spacing:.08em!important;
    text-transform:uppercase!important;
}

body.woocommerce-checkout table.shop_table th,
body.woocommerce-checkout table.shop_table td{
    padding:15px 0!important;

    background:transparent!important;

    border:0!important;
    border-bottom:1px solid #ddd!important;

    color:#111!important;

    font-size:11px!important;
    line-height:1.45!important;
}

body.woocommerce-checkout table.shop_table td.product-total,
body.woocommerce-checkout table.shop_table tfoot td{
    text-align:right!important;
    white-space:nowrap!important;
}

body.woocommerce-checkout table.shop_table .product-name{
    padding-right:16px!important;
}

body.woocommerce-checkout table.shop_table .product-quantity{
    color:#777!important;
}

body.woocommerce-checkout .order-total th,
body.woocommerce-checkout .order-total td{
    font-size:15px!important;
    font-weight:600!important;
}

body.woocommerce-checkout #payment{
    margin:26px 0 0!important;
    padding:0!important;

    background:transparent!important;

    border:0!important;
    border-radius:0!important;
}

body.woocommerce-checkout #payment ul.payment_methods{
    margin:0!important;
    padding:0!important;

    border:0!important;
}

body.woocommerce-checkout #payment ul.payment_methods li{
    margin:0!important;
    padding:15px 0!important;

    border-bottom:1px solid #ddd!important;

    color:#111!important;

    font-size:11px!important;
}

body.woocommerce-checkout #payment div.payment_box{
    margin:12px 0 0!important;
    padding:13px!important;

    background:#fff!important;
    color:#555!important;

    border:1px solid #ddd!important;
    border-radius:0!important;

    font-size:10px!important;
    line-height:1.55!important;
}

body.woocommerce-checkout #payment div.payment_box::before{
    display:none!important;
}

body.woocommerce-checkout .place-order{
    padding:26px 0 0!important;
}

body.woocommerce-checkout #place_order{
    width:100%!important;
    min-height:52px!important;

    display:flex!important;
    align-items:center!important;
    justify-content:center!important;

    margin:0!important;
    padding:0 20px!important;

    background:#000!important;
    color:#fff!important;

    border:1px solid #000!important;
    border-radius:0!important;

    box-shadow:none!important;

    font-size:9px!important;
    font-weight:600!important;
    line-height:1!important;

    letter-spacing:.12em!important;
    text-transform:uppercase!important;
}

body.woocommerce-checkout #place_order:hover{
    background:#fff!important;
    color:#000!important;
}

@media(max-width:1100px){

    body.woocommerce-cart .cart-content-wrapper{
        grid-template-columns:minmax(0,1fr) 360px!important;
        gap:28px!important;
    }

    body.woocommerce-checkout form.checkout{
        grid-template-columns:minmax(0,1fr) 380px!important;
        column-gap:40px!important;
    }
}

@media(max-width:767px){

    body.woocommerce-cart .woocommerce,
    body.woocommerce-checkout .woocommerce{
        width:calc(100% - 28px)!important;
        padding:42px 0 60px!important;
    }

    body.woocommerce-cart .woocommerce::before,
    body.woocommerce-checkout form.checkout::before{
        font-size:18px!important;
        margin-bottom:30px!important;
    }

    body.woocommerce-cart .cart-content-wrapper{
        display:block!important;
    }

    body.woocommerce-cart table.shop_table tr.cart_item{
        display:grid!important;
        grid-template-columns:24px 78px minmax(0,1fr)!important;
        column-gap:10px!important;
        row-gap:9px!important;

        padding:16px 0!important;
    }

    body.woocommerce-cart table.shop_table td{
        padding:0!important;
    }

    body.woocommerce-cart td.product-thumbnail{
        width:78px!important;
    }

    body.woocommerce-cart td.product-thumbnail img{
        width:78px!important;
        height:100px!important;
    }

    body.woocommerce-cart td.product-name{
        grid-column:3!important;
    }

    body.woocommerce-cart td.product-price,
    body.woocommerce-cart td.product-quantity,
    body.woocommerce-cart td.product-subtotal{
        grid-column:3!important;
        text-align:left!important;
    }

    body.woocommerce-cart td.actions{
        display:block!important;
        padding-top:20px!important;
    }

    body.woocommerce-cart .coupon{
        width:100%!important;

        display:grid!important;
        grid-template-columns:1fr auto!important;

        float:none!important;
    }

    body.woocommerce-cart .coupon input{
        width:100%!important;
    }

    body.woocommerce-cart button[name="update_cart"]{
        width:100%!important;
        margin-top:10px!important;
        float:none!important;
    }

    body.woocommerce-cart .cart-collaterals{
        margin-top:32px!important;
    }

    body.woocommerce-cart .cart_totals{
        padding:26px 20px!important;
    }

    body.woocommerce-checkout form.checkout{
        display:block!important;
    }

    body.woocommerce-checkout .woocommerce-billing-fields__field-wrapper,
    body.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper{
        grid-template-columns:1fr!important;
    }

    body.woocommerce-checkout .form-row,
    body.woocommerce-checkout .form-row-wide,
    body.woocommerce-checkout #billing_company_field,
    body.woocommerce-checkout #billing_country_field,
    body.woocommerce-checkout #billing_address_1_field,
    body.woocommerce-checkout #billing_address_2_field,
    body.woocommerce-checkout #billing_city_field,
    body.woocommerce-checkout #billing_state_field,
    body.woocommerce-checkout #billing_postcode_field,
    body.woocommerce-checkout #order_comments_field{
        grid-column:1!important;
    }

    body.woocommerce-checkout #order_review_heading{
        margin-top:42px!important;
    }

    body.woocommerce-checkout #order_review,
    body.woocommerce-checkout .checkout-order-review{
        position:static!important;
        margin-top:0!important;
        padding:26px 20px!important;
    }
}

.orre-inside,
.orre-inside-shell,
.orre-inside-track{
    background:#fff !important;
}

.orre-inside{
    color:#111 !important;
}

body.woocommerce-cart td.product-remove a{
    position:relative!important;

    width:28px!important;
    height:28px!important;

    display:flex!important;
    align-items:center!important;
    justify-content:center!important;

    margin:0!important;
    padding:0!important;

    background:transparent!important;
    color:transparent!important;

    border:0!important;
    border-radius:0!important;

    font-size:0!important;
    line-height:1!important;

    box-shadow:none!important;
}

body.woocommerce-cart td.product-remove a::before,
body.woocommerce-cart td.product-remove a::after{
    content:""!important;

    position:absolute!important;
    top:50%!important;
    left:50%!important;

    width:14px!important;
    height:1.5px!important;

    background:#111!important;

    transform-origin:center!important;
}

body.woocommerce-cart td.product-remove a::before{
    transform:translate(-50%,-50%) rotate(45deg)!important;
}

body.woocommerce-cart td.product-remove a::after{
    transform:translate(-50%,-50%) rotate(-45deg)!important;
}

body.woocommerce-cart table.shop_table tr.cart_item{
    min-height:160px!important;
}

body.woocommerce-cart table.shop_table td{
    padding-top:26px!important;
    padding-bottom:26px!important;
}

body.woocommerce-cart td.product-remove{
    width:46px!important;
    padding-left:4px!important;
    padding-right:8px!important;
}

body.woocommerce-cart td.product-thumbnail{
    width:118px!important;
}

body.woocommerce-cart td.product-thumbnail img{
    width:96px!important;
    height:124px!important;

    object-fit:cover!important;
}

body.woocommerce-cart td.product-name{
    padding-left:6px!important;
}

body.woocommerce-cart td.product-name a{
    font-size:12px!important;
    font-weight:500!important;
    letter-spacing:.01em!important;
}

body.woocommerce-cart .quantity{
    width:104px!important;
    height:42px!important;
}

body.woocommerce-cart td.product-subtotal{
    padding-right:14px!important;
}

body.woocommerce-cart td.actions{
    padding:28px 16px 0!important;
}

body.woocommerce-cart .coupon{
    gap:10px!important;
}

body.woocommerce-cart .coupon input{
    width:230px!important;
}

body.woocommerce-cart .coupon button{
    min-width:170px!important;
}

body.woocommerce-cart button[name="update_cart"]

body.woocommerce-cart .cart_totals,
body.woocommerce-cart .cart_totals table,
body.woocommerce-cart .cart_totals tbody,
body.woocommerce-cart .cart_totals tr,
body.woocommerce-cart .cart_totals th,
body.woocommerce-cart .cart_totals td{
    background:transparent !important;
}

body.woocommerce-cart .cart_totals table{
    border:0 !important;
    box-shadow:none !important;
}

body.woocommerce-cart .cart_totals tr{
    border:0 !important;
}

body.woocommerce-cart .cart_totals th,
body.woocommerce-cart .cart_totals td{
    border-left:0 !important;
    border-right:0 !important;
}

body.woocommerce-cart .cart_totals tr:not(:last-child) th,
body.woocommerce-cart .cart_totals tr:not(:last-child) td{
    border-bottom:1px solid #dedede !important;
}

body.woocommerce-cart .cart_totals{
    background:#f7f7f6 !important;
}

body.woocommerce-cart .cart_totals .shop_table,
body.woocommerce-cart .cart_totals .shop_table tbody,
body.woocommerce-cart .cart_totals .shop_table tr,
body.woocommerce-cart .cart_totals .shop_table th,
body.woocommerce-cart .cart_totals .shop_table td,
body.woocommerce-cart .cart_totals table,
body.woocommerce-cart .cart_totals tbody,
body.woocommerce-cart .cart_totals tr,
body.woocommerce-cart .cart_totals th,
body.woocommerce-cart .cart_totals td{
    background-color:transparent !important;
    background-image:none !important;
    box-shadow:none !important;
}

body.woocommerce-cart .cart_totals .shop_table *{
    background-color:transparent !important;
    background-image:none !important;
}

body.woocommerce-cart .cart_totals th,
body.woocommerce-cart .cart_totals td{
    border-left:0 !important;
    border-right:0 !important;
}

body.woocommerce-cart .cart_totals tr{
    border-bottom:1px solid #dedede !important;
}

body.woocommerce-cart .cart_totals tr:last-child{
    border-bottom:0 !important;
}

body.woocommerce-cart .cart_totals .cart-subtotal th,
body.woocommerce-cart .cart_totals .cart-subtotal td,
body.woocommerce-cart .cart_totals .order-total th,
body.woocommerce-cart .cart_totals .order-total td{
    background:transparent !important;
}

body.woocommerce-cart .cart_totals .checkout-button{
    background:#000 !important;
    color:#fff !important;
}

.orre-home-v3,
.orre-collection-page,
.orre-pdp-final,
.orre-inside,
body.woocommerce-cart .woocommerce,
body.woocommerce-checkout .woocommerce{
    font-family:Arial,Helvetica,sans-serif!important;
    -webkit-font-smoothing:antialiased!important;
    text-rendering:optimizeLegibility!important;
}

.orre-home-section-header{
    padding-top:48px!important;
    padding-bottom:34px!important;
}

.orre-home-section-header h1,
.orre-home-section-header h2{
    font-size:26px!important;
    font-weight:600!important;
    line-height:1.12!important;
    letter-spacing:.075em!important;
}

.orre-home-section-header > a{
    font-size:10px!important;
    font-weight:600!important;
    letter-spacing:.10em!important;
}

.orre-home-product-name{
    font-size:12px!important;
    font-weight:600!important;
    line-height:1.42!important;
    letter-spacing:.018em!important;
}

.orre-home-product-price{
    margin-top:6px!important;
    font-size:11.5px!important;
    font-weight:500!important;
    line-height:1.4!important;
}

.orre-home-product-info{
    padding:12px 13px 2px!important;
}

.orre-home-product-media,
.orre-collection-card-media,
.orre-pdp-final-related-image{
    aspect-ratio:4/5!important;
}

.orre-home-product-media img,
.orre-collection-card-media img,
.orre-pdp-final-related-image img{
    object-fit:cover!important;
    object-position:center!important;
}

.orre-home-editorial-overlay > span{
    font-size:10px!important;
    font-weight:700!important;
}

.orre-home-editorial-overlay h2{
    font-weight:500!important;
    line-height:1.02!important;
    letter-spacing:-.025em!important;
}

.orre-inside,
.orre-inside-shell,
.orre-inside-track{
    background:#fff!important;
}

.orre-inside-head{
    padding-top:4px!important;
    padding-bottom:38px!important;
}

.orre-inside-head h2{
    font-size:32px!important;
    font-weight:600!important;
    line-height:1.08!important;
    letter-spacing:.065em!important;
}

.orre-inside-video{
    position:absolute!important;
    inset:0!important;
    width:100%!important;
    height:100%!important;
    display:block!important;
    object-fit:cover!important;
    object-position:center!important;
}

.orre-inside-placeholder{
    position:absolute!important;
    inset:0!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    background:#d7d7d7!important;
    color:#fff!important;
    font-size:11px!important;
    font-weight:600!important;
    letter-spacing:.08em!important;
}

.orre-collection-title-wrap h1{
    font-size:30px!important;
    font-weight:600!important;
    line-height:1.1!important;
    letter-spacing:.075em!important;
}

.orre-collection-description{
    font-size:12px!important;
    line-height:1.65!important;
}

.orre-collection-subcats a,
.orre-filter-open,
.orre-result-count,
.orre-collection-sort select{
    font-weight:600!important;
}

.orre-collection-product-name{
    font-size:12px!important;
    font-weight:600!important;
    line-height:1.42!important;
}

.orre-collection-product-price{
    margin-top:6px!important;
    font-size:11.5px!important;
    font-weight:500!important;
}

.orre-pdp-final-title{
    font-size:31px!important;
    font-weight:600!important;
    line-height:1.08!important;
    letter-spacing:.005em!important;
}

.orre-pdp-final-price{
    font-size:19px!important;
    font-weight:600!important;
}

.orre-pdp-final-detail summary > span:first-child{
    font-size:11px!important;
    font-weight:600!important;
}

.orre-pdp-final-detail-content{
    font-size:12px!important;
    line-height:1.75!important;
}

.orre-pdp-final-related-head h2{
    font-size:22px!important;
    font-weight:600!important;
}

body.woocommerce-cart .woocommerce::before{
    font-size:28px!important;
    font-weight:600!important;
}

body.woocommerce-cart td.product-name a{
    font-size:13px!important;
    font-weight:600!important;
}

body.woocommerce-cart td.product-price,
body.woocommerce-cart td.product-subtotal{
    font-size:12.5px!important;
    font-weight:600!important;
}

body.woocommerce-cart .cart_totals h2{
    font-size:18px!important;
    font-weight:600!important;
}

body.woocommerce-cart .cart_totals,
body.woocommerce-cart .cart_totals .shop_table,
body.woocommerce-cart .cart_totals .shop_table tbody,
body.woocommerce-cart .cart_totals .shop_table tr,
body.woocommerce-cart .cart_totals .shop_table th,
body.woocommerce-cart .cart_totals .shop_table td,
body.woocommerce-cart .cart_totals .shop_table *{
    background-color:transparent!important;
    background-image:none!important;
    box-shadow:none!important;
}

body.woocommerce-cart .cart_totals{
    background:#f7f7f6!important;
}

body.woocommerce-checkout form.checkout::before{
    font-size:28px!important;
    font-weight:600!important;
}

body.woocommerce-checkout .woocommerce-billing-fields > h3,
body.woocommerce-checkout .woocommerce-shipping-fields h3,
body.woocommerce-checkout #order_review_heading,
body.woocommerce-checkout .checkout-order-review > h3{
    font-size:17px!important;
    font-weight:600!important;
}

body.woocommerce-checkout .form-row label{
    font-size:11px!important;
    font-weight:600!important;
}

body.woocommerce-checkout input.input-text,
body.woocommerce-checkout textarea,
body.woocommerce-checkout select,
body.woocommerce-checkout .select2-container .select2-selection{
    font-size:12px!important;
}

footer h1,
footer h2,
footer h3,
footer h4,
footer h5,
footer h6,
.site-footer h1,
.site-footer h2,
.site-footer h3,
.site-footer h4,
.site-footer h5,
.site-footer h6,
.footer-widget-title,
.widget-title{
    font-size:12px!important;
    font-weight:700!important;
}

footer p,
.site-footer p,
footer a,
.site-footer a{
    font-size:12px!important;
    line-height:1.7!important;
}

@media(max-width:1024px){
    .orre-home-section-header h1,
    .orre-home-section-header h2{
        font-size:22px!important;
    }

    .orre-inside-head h2{
        font-size:28px!important;
    }

    .orre-collection-title-wrap h1{
        font-size:27px!important;
    }
}

@media(max-width:767px){
    .orre-home-section-header{
        padding-top:34px!important;
        padding-bottom:25px!important;
    }

    .orre-home-section-header h1,
    .orre-home-section-header h2{
        font-size:18px!important;
        font-weight:600!important;
    }

    .orre-home-product-name,
    .orre-collection-product-name{
        font-size:10.5px!important;
    }

    .orre-home-product-price,
    .orre-collection-product-price{
        font-size:10px!important;
    }

    .orre-inside-head h2{
        font-size:24px!important;
    }

    .orre-collection-title-wrap h1{
        font-size:23px!important;
    }

    .orre-pdp-final-title{
        font-size:24px!important;
    }

    .orre-pdp-final-related-head h2{
        font-size:17px!important;
    }

    body.woocommerce-cart .woocommerce::before,
    body.woocommerce-checkout form.checkout::before{
        font-size:20px!important;
    }
}

body.home .orre-nav-header{
    position:sticky!important;
    top:0!important;
    left:auto!important;
    right:auto!important;
    height:64px!important;
    background:rgba(0,0,0,.92)!important;
    backdrop-filter:blur(12px)!important;
    -webkit-backdrop-filter:blur(12px)!important;
}

body.home .orre-nav-inner{
    height:64px!important;
}

body.home .orre-home-hero{
    padding-top:0!important;
    min-height:calc(100vh - 64px)!important;
}

body.home .orre-home-hero-bg{
    inset:0!important;
    background-position:center center!important;
}

.orre-global-categories{
    position:relative!important;
    z-index:9990!important;

    width:100%!important;

    padding:12px 18px!important;

    background:#fff!important;

    border-bottom:1px solid #e8e8e8!important;
}

.orre-global-categories-track{
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;

    gap:8px!important;

    width:100%!important;

    overflow-x:auto!important;

    scrollbar-width:none!important;
    -ms-overflow-style:none!important;
}

.orre-global-categories-track::-webkit-scrollbar{
    display:none!important;
}

.orre-global-categories a{
    flex:0 0 auto!important;

    min-height:34px!important;

    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;

    padding:0 16px!important;

    background:#fff!important;
    color:#111!important;

    border:1px solid #d8d8d8!important;
    border-radius:999px!important;

    font-family:Arial,Helvetica,sans-serif!important;
    font-size:10px!important;
    font-weight:600!important;
    line-height:1!important;

    letter-spacing:.09em!important;
    text-transform:uppercase!important;

    transition:all .22s ease!important;
}

.orre-global-categories a:hover{
    background:#000!important;
    color:#fff!important;
    border-color:#000!important;
}

.orre-collection-subcats{
    justify-content:center!important;
    flex-wrap:wrap!important;
    gap:8px!important;
}

.orre-collection-subcats a{
    min-height:35px!important;

    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;

    padding:0 17px 0!important;

    background:#fff!important;
    color:#333!important;

    border:1px solid #ddd!important;
    border-radius:999px!important;

    font-size:10px!important;
    font-weight:600!important;

    letter-spacing:.09em!important;
}

.orre-collection-subcats a.active,
.orre-collection-subcats a:hover{
    background:#000!important;
    color:#fff!important;
    border-color:#000!important;
}

.orre-home-section-header{
    position:relative!important;

    flex-direction:column!important;
    align-items:center!important;
    justify-content:center!important;

    gap:16px!important;

    padding:54px 24px 36px!important;

    text-align:center!important;
}

.orre-home-section-header h1,
.orre-home-section-header h2,
.orre-collection-title-wrap h1,
.orre-pdp-final-related-head h2{
    position:relative!important;

    margin:0!important;
    padding:0 0 19px!important;

    color:#0d0d0d!important;

    font-family:Arial,Helvetica,sans-serif!important;
    font-weight:700!important;
    line-height:1.05!important;

    letter-spacing:.07em!important;
    text-transform:uppercase!important;
    text-align:center!important;
}

.orre-home-section-header h1,
.orre-home-section-header h2{
    font-size:clamp(24px,2vw,34px)!important;
}

.orre-collection-title-wrap h1{
    font-size:clamp(28px,2.4vw,40px)!important;
}

.orre-pdp-final-related-head{
    padding:68px 24px 38px!important;
    text-align:center!important;
}

.orre-pdp-final-related-head h2{
    display:inline-block!important;
    font-size:clamp(25px,2.1vw,36px)!important;
}

.orre-home-section-header h1::after,
.orre-home-section-header h2::after,
.orre-collection-title-wrap h1::after,
.orre-pdp-final-related-head h2::after{
    content:""!important;

    position:absolute!important;
    left:50%!important;
    bottom:0!important;

    width:48px!important;
    height:3px!important;

    background:#b8b8b8!important;

    transform:translateX(-50%)!important;
}

.orre-heading-kicker{
    display:block!important;

    margin:0 0 10px!important;

    color:#777!important;

    font-size:9px!important;
    font-weight:700!important;
    line-height:1!important;

    letter-spacing:.18em!important;
    text-transform:uppercase!important;
}

.orre-home-section-header .orre-section-cta,
.orre-home-section-header > a{
    min-height:40px!important;

    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;

    margin:0!important;
    padding:0 22px!important;

    background:#fff!important;
    color:#111!important;

    border:1px solid #111!important;
    border-radius:999px!important;

    font-size:10px!important;
    font-weight:700!important;
    line-height:1!important;

    letter-spacing:.11em!important;
    text-transform:uppercase!important;

    transition:all .22s ease!important;
}

.orre-home-section-header .orre-section-cta:hover,
.orre-home-section-header > a:hover{
    background:#000!important;
    color:#fff!important;
}

.orre-slider-shell{
    position:relative!important;
    width:100%!important;
}

.orre-product-slider{
    display:flex!important;
    grid-template-columns:none!important;

    gap:1px!important;

    width:100%!important;

    overflow-x:auto!important;
    overflow-y:hidden!important;

    scroll-snap-type:x mandatory!important;
    scroll-behavior:smooth!important;

    scrollbar-width:none!important;
    -ms-overflow-style:none!important;
}

.orre-product-slider::-webkit-scrollbar{
    display:none!important;
}

.orre-product-slider > .orre-home-product,
.orre-product-slider > .orre-pdp-final-related-card{
    flex:0 0 25%!important;
    min-width:0!important;

    scroll-snap-align:start!important;
}

.orre-home-product-name,
.orre-pdp-final-related-info a{
    font-size:12px!important;
    font-weight:600!important;
    line-height:1.4!important;
    letter-spacing:.018em!important;
}

.orre-home-product-price,
.orre-pdp-final-related-info span{
    font-size:11.5px!important;
    font-weight:500!important;
}

.orre-slider-arrow{
    position:absolute!important;
    top:50%!important;

    z-index:15!important;

    width:50px!important;
    height:50px!important;

    display:flex!important;
    align-items:center!important;
    justify-content:center!important;

    margin:0!important;
    padding:0!important;

    background:rgba(255,255,255,.96)!important;
    color:#111!important;

    border:1px solid rgba(0,0,0,.16)!important;
    border-radius:999px!important;

    box-shadow:0 4px 18px rgba(0,0,0,.10)!important;

    transform:translateY(-50%)!important;

    cursor:pointer!important;

    transition:all .2s ease!important;
}

.orre-slider-prev{
    left:20px!important;
}

.orre-slider-next{
    right:20px!important;
}

.orre-slider-arrow:hover{
    background:#000!important;
    color:#fff!important;
    border-color:#000!important;
}

.orre-slider-arrow span{
    position:relative!important;

    display:block!important;

    width:14px!important;
    height:14px!important;
}

.orre-slider-arrow span::before{
    content:""!important;

    position:absolute!important;
    top:50%!important;
    left:50%!important;

    width:8px!important;
    height:8px!important;

    border-top:1.8px solid currentColor!important;
    border-right:1.8px solid currentColor!important;
}

.orre-slider-next span::before{
    transform:translate(-65%,-50%) rotate(45deg)!important;
}

.orre-slider-prev span::before{
    transform:translate(-35%,-50%) rotate(-135deg)!important;
}

.orre-pdp-final-related-grid{
    grid-template-columns:none!important;
}

.orre-related-slider-shell{
    padding-bottom:4px!important;
}

body.tax-product_cat .orre-collection-page,
body.single-product .orre-single-product-page{
    scroll-margin-top:120px!important;
}

body.single-product .orre-pdp-final-summary-inner{
    top:118px!important;
}

@media(max-width:1024px){

    .orre-product-slider > .orre-home-product,
    .orre-product-slider > .orre-pdp-final-related-card{
        flex-basis:33.333333%!important;
    }

    .orre-global-categories-track{
        justify-content:flex-start!important;
    }
}

@media(max-width:767px){

    .orre-global-categories{
        padding:9px 10px!important;
    }

    .orre-global-categories a{
        min-height:32px!important;
        padding:0 13px!important;
        font-size:9px!important;
    }

    .orre-home-section-header{
        padding:38px 14px 28px!important;
        gap:13px!important;
    }

    .orre-home-section-header h1,
    .orre-home-section-header h2{
        font-size:21px!important;
    }

    .orre-collection-title-wrap h1{
        font-size:25px!important;
    }

    .orre-pdp-final-related-head{
        padding:50px 14px 28px!important;
    }

    .orre-pdp-final-related-head h2{
        font-size:22px!important;
    }

    .orre-home-section-header .orre-section-cta,
    .orre-home-section-header > a{
        min-height:36px!important;
        padding:0 17px!important;
        font-size:9px!important;
    }

    .orre-product-slider > .orre-home-product,
    .orre-product-slider > .orre-pdp-final-related-card{
        flex-basis:78vw!important;
        max-width:330px!important;
    }

    .orre-slider-arrow{
        display:none!important;
    }

    body.single-product .orre-pdp-final-summary-inner{
        top:auto!important;
    }
}

.orre-global-categories{
    display:none!important;
}

.orre-collection-subcats{
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    flex-wrap:wrap!important;

    gap:10px!important;

    margin-top:30px!important;
}

.orre-collection-subcats a{
    min-width:86px!important;
    min-height:40px!important;

    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;

    padding:0 18px!important;

    background:#000!important;
    color:#fff!important;

    border:1px solid #000!important;
    border-radius:0!important;

    box-shadow:none!important;

    font-family:Arial,Helvetica,sans-serif!important;
    font-size:10px!important;
    font-weight:700!important;
    line-height:1!important;

    letter-spacing:.11em!important;
    text-transform:uppercase!important;

    transition:
        background .2s ease,
        color .2s ease,
        border-color .2s ease!important;
}

.orre-collection-subcats a.active{
    background:#fff!important;
    color:#000!important;
    border-color:#000!important;
}

.orre-collection-subcats a:hover{
    background:#222!important;
    color:#fff!important;
    border-color:#222!important;
}

.orre-collection-subcats a.active:hover{
    background:#000!important;
    color:#fff!important;
}

.orre-product-slider,
[data-orre-slider]{
    overscroll-behavior-x:contain!important;
    overscroll-behavior-y:auto!important;
}

[data-orre-slider]{
    cursor:grab!important;
}

[data-orre-slider].is-dragging{
    cursor:grabbing!important;
    user-select:none!important;
}

@media(max-width:767px){

    .orre-collection-subcats{
        justify-content:flex-start!important;
        flex-wrap:nowrap!important;

        gap:7px!important;

        overflow-x:auto!important;

        padding:0 14px 4px!important;

        scrollbar-width:none!important;
    }

    .orre-collection-subcats::-webkit-scrollbar{
        display:none!important;
    }

    .orre-collection-subcats a{
        flex:0 0 auto!important;

        min-width:74px!important;
        min-height:36px!important;

        padding:0 14px!important;

        font-size:9px!important;
    }
}

.orre-home-section-header > a,
.orre-home-section-header .orre-section-cta,
.orre-front-more a{
    min-height:42px!important;

    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;

    padding:0 24px!important;

    background:#000!important;
    color:#fff!important;

    border:1px solid #000!important;
    border-radius:0!important;

    box-shadow:none!important;

    font-family:Arial,Helvetica,sans-serif!important;
    font-size:10px!important;
    font-weight:700!important;
    line-height:1!important;

    letter-spacing:.11em!important;
    text-transform:uppercase!important;

    transition:all .2s ease!important;
}

.orre-home-section-header > a:hover,
.orre-home-section-header .orre-section-cta:hover,
.orre-front-more a:hover{
    background:#fff!important;
    color:#000!important;
    border-color:#000!important;
}

.orre-collection-subcats a{
    background:#fff!important;
    color:#333!important;

    border:1px solid #ddd!important;
    border-radius:999px!important;
}

.orre-collection-subcats a.active{
    background:#000!important;
    color:#fff!important;
    border-color:#000!important;
}

body.post-type-archive-product,
body.post-type-archive-product #page,
body.post-type-archive-product .website-wrapper,
body.post-type-archive-product .main-page-wrapper,
body.post-type-archive-product .site-content,
body.post-type-archive-product .orre-shop-page{
    background:#fff!important;
}

body.post-type-archive-product .page-title,
body.post-type-archive-product .wd-page-title,
body.post-type-archive-product .woocommerce-breadcrumb,
body.post-type-archive-product .wd-breadcrumbs,
body.post-type-archive-product .shop-loop-head,
body.post-type-archive-product .wd-shop-tools,
body.post-type-archive-product .wd-show-sidebar-btn,
body.post-type-archive-product .wd-products-shop-view,
body.post-type-archive-product .wd-products-per-page,
body.post-type-archive-product .area-sidebar-shop{
    display:none!important;
}

body.post-type-archive-product .main-page-wrapper,
body.post-type-archive-product .site-content{
    width:100%!important;
    max-width:none!important;
    margin:0!important;
    padding:0!important;
}

.orre-shop-head{
    width:100%!important;
    padding:58px 24px 38px!important;
    text-align:center!important;
    background:#fff!important;
}

.orre-shop-head-inner{
    display:flex!important;
    flex-direction:column!important;
    align-items:center!important;
    justify-content:center!important;
}

.orre-shop-head .orre-heading-kicker{
    display:block!important;
    margin-bottom:11px!important;
    color:#777!important;
    font-size:9px!important;
    font-weight:700!important;
    letter-spacing:.18em!important;
    text-transform:uppercase!important;
}

.orre-shop-head h1{
    position:relative!important;
    margin:0!important;
    padding:0 0 20px!important;
    color:#111!important;
    font-family:Arial,Helvetica,sans-serif!important;
    font-size:clamp(28px,2.5vw,40px)!important;
    font-weight:700!important;
    line-height:1.05!important;
    letter-spacing:.075em!important;
    text-transform:uppercase!important;
}

.orre-shop-head h1::after{
    content:""!important;
    position:absolute!important;
    left:50%!important;
    bottom:0!important;
    width:48px!important;
    height:3px!important;
    background:#b8b8b8!important;
    transform:translateX(-50%)!important;
}

.orre-shop-toolbar{
    display:flex!important;
    align-items:center!important;
    justify-content:space-between!important;
    gap:20px!important;
    width:100%!important;
    padding:15px 28px!important;
    background:#fff!important;
    border-top:1px solid #e9e9e9!important;
    border-bottom:1px solid #e9e9e9!important;
}

.orre-shop-toolbar-left{
    display:flex!important;
    align-items:center!important;
    gap:18px!important;
}

.orre-shop-filter-open{
    display:inline-flex!important;
    align-items:center!important;
    gap:9px!important;
    min-height:38px!important;
    padding:0 16px!important;
    background:#000!important;
    color:#fff!important;
    border:1px solid #000!important;
    border-radius:0!important;
    box-shadow:none!important;
    font-size:9px!important;
    font-weight:700!important;
    letter-spacing:.11em!important;
    text-transform:uppercase!important;
}

.orre-shop-filter-plus{
    position:relative!important;
    width:11px!important;
    height:11px!important;
}

.orre-shop-filter-plus::before,
.orre-shop-filter-plus::after{
    content:""!important;
    position:absolute!important;
    top:50%!important;
    left:50%!important;
    background:#fff!important;
    transform:translate(-50%,-50%)!important;
}

.orre-shop-filter-plus::before{
    width:10px!important;
    height:1px!important;
}

.orre-shop-filter-plus::after{
    width:1px!important;
    height:10px!important;
}

.orre-shop-count{
    color:#777!important;
    font-size:9px!important;
    font-weight:600!important;
    letter-spacing:.08em!important;
}

.orre-shop-sort .woocommerce-ordering{
    margin:0!important;
}

.orre-shop-sort select{
    min-width:165px!important;
    height:38px!important;
    padding:0 30px 0 10px!important;
    background:#fff!important;
    color:#111!important;
    border:1px solid #ddd!important;
    border-radius:0!important;
    box-shadow:none!important;
    font-size:9px!important;
    font-weight:600!important;
    letter-spacing:.07em!important;
    text-transform:uppercase!important;
}

.orre-shop-products{
    width:100%!important;
    padding:0 0 72px!important;
    background:#fff!important;
}

.orre-shop-grid{
    display:grid!important;
    grid-template-columns:repeat(4,minmax(0,1fr))!important;
    gap:1px!important;
    width:100%!important;
}

.orre-shop-card{
    min-width:0!important;
    padding-bottom:24px!important;
    background:#fff!important;
}

.orre-shop-card-media{
    position:relative!important;
    display:block!important;
    width:100%!important;
    aspect-ratio:4/5!important;
    overflow:hidden!important;
    background:#f3efed!important;
}

.orre-shop-card-media img{
    position:absolute!important;
    inset:0!important;
    display:block!important;
    width:100%!important;
    height:100%!important;
    object-fit:cover!important;
    object-position:center!important;
    transition:opacity .3s ease,transform .4s ease!important;
}

.orre-shop-main-image{
    z-index:1!important;
    opacity:1!important;
}

.orre-shop-hover-image{
    z-index:2!important;
    opacity:0!important;
}

.orre-shop-card:hover .orre-shop-main-image{
    opacity:0!important;
}

.orre-shop-card:hover .orre-shop-hover-image{
    opacity:1!important;
    transform:scale(1.01)!important;
}

.orre-shop-sale{
    position:absolute!important;
    top:10px!important;
    left:10px!important;
    z-index:5!important;
    padding:5px 7px!important;
    background:#000!important;
    color:#fff!important;
    font-size:8px!important;
    font-weight:700!important;
    letter-spacing:.10em!important;
}

.orre-shop-card-info{
    padding:11px 12px 0!important;
}

.orre-shop-product-name{
    display:block!important;
    color:#111!important;
    font-size:12px!important;
    font-weight:600!important;
    line-height:1.42!important;
    letter-spacing:.018em!important;
    text-transform:uppercase!important;
}

.orre-shop-product-price{
    margin-top:6px!important;
    color:#111!important;
    font-size:11.5px!important;
    font-weight:500!important;
}

.orre-shop-filter-overlay{
    position:fixed!important;
    inset:0!important;
    z-index:100020!important;
    background:rgba(0,0,0,.38)!important;
    opacity:0!important;
    visibility:hidden!important;
    transition:.25s ease!important;
}

.orre-shop-filter-overlay.open{
    opacity:1!important;
    visibility:visible!important;
}

.orre-shop-filter-drawer{
    position:fixed!important;
    top:0!important;
    left:0!important;
    z-index:100021!important;
    width:min(390px,92vw)!important;
    height:100vh!important;
    overflow-y:auto!important;
    background:#fff!important;
    color:#111!important;
    transform:translateX(-102%)!important;
    transition:transform .35s cubic-bezier(.77,0,.18,1)!important;
}

.orre-shop-filter-drawer.open{
    transform:translateX(0)!important;
}

.orre-shop-filter-head{
    height:68px!important;
    display:flex!important;
    align-items:center!important;
    justify-content:space-between!important;
    padding:0 22px!important;
    border-bottom:1px solid #e7e7e7!important;
    font-size:10px!important;
    font-weight:700!important;
    letter-spacing:.12em!important;
}

.orre-shop-filter-head button{
    position:relative!important;
    width:28px!important;
    height:28px!important;
    padding:0!important;
    background:transparent!important;
    border:0!important;
}

.orre-shop-filter-head button span{
    position:absolute!important;
    top:50%!important;
    left:50%!important;
    width:16px!important;
    height:1.5px!important;
    background:#111!important;
}

.orre-shop-filter-head button span:first-child{
    transform:translate(-50%,-50%) rotate(45deg)!important;
}

.orre-shop-filter-head button span:last-child{
    transform:translate(-50%,-50%) rotate(-45deg)!important;
}

.orre-shop-filter-body{
    padding:18px 22px 40px!important;
}

.orre-shop-filter-body .widget{
    margin:0!important;
    padding:18px 0!important;
    border-bottom:1px solid #eee!important;
}

.orre-shop-filter-body .widget-title{
    margin:0 0 14px!important;
    color:#111!important;
    font-size:10px!important;
    font-weight:700!important;
    letter-spacing:.10em!important;
    text-transform:uppercase!important;
}

.orre-shop-filter-body a,
.orre-shop-filter-body li,
.orre-shop-filter-body label,
.orre-shop-filter-body span{
    color:#555!important;
    font-size:11px!important;
}

.orre-shop-pagination{
    padding:42px 20px 0!important;
    text-align:center!important;
}

.orre-shop-pagination .page-numbers{
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    min-width:34px!important;
    height:34px!important;
    margin:0 2px!important;
    background:#fff!important;
    color:#111!important;
    border:1px solid #ddd!important;
    font-size:10px!important;
}

.orre-shop-pagination .page-numbers.current,
.orre-shop-pagination .page-numbers:hover{
    background:#000!important;
    color:#fff!important;
    border-color:#000!important;
}

@media(max-width:1024px){

    .orre-shop-grid{
        grid-template-columns:repeat(3,minmax(0,1fr))!important;
    }
}

@media(max-width:767px){

    .orre-shop-head{
        padding:40px 14px 28px!important;
    }

    .orre-shop-head h1{
        font-size:24px!important;
    }

    .orre-shop-toolbar{
        padding:12px 14px!important;
    }

    .orre-shop-count{
        display:none!important;
    }

    .orre-shop-sort select{
        min-width:125px!important;
        font-size:8px!important;
    }

    .orre-shop-grid{
        grid-template-columns:repeat(2,minmax(0,1fr))!important;
    }

    .orre-shop-card-info{
        padding:8px 7px 0!important;
    }

    .orre-shop-product-name{
        font-size:10.5px!important;
    }

    .orre-shop-product-price{
        font-size:10px!important;
    }
}

body.post-type-archive-product,
body.post-type-archive-product #page,
body.post-type-archive-product .website-wrapper,
body.post-type-archive-product .main-page-wrapper,
body.post-type-archive-product .site-content,
body.post-type-archive-product .orre-shop-pro{
    background:#fff!important;
}

body.post-type-archive-product .main-page-wrapper,
body.post-type-archive-product .site-content,
body.post-type-archive-product .container{
    width:100%!important;
    max-width:none!important;

    margin:0!important;
    padding:0!important;
}

body.post-type-archive-product .page-title,
body.post-type-archive-product .wd-page-title,
body.post-type-archive-product .woocommerce-breadcrumb,
body.post-type-archive-product .wd-breadcrumbs,
body.post-type-archive-product .shop-loop-head,
body.post-type-archive-product .wd-shop-tools,
body.post-type-archive-product .wd-show-sidebar-btn,
body.post-type-archive-product .wd-products-shop-view,
body.post-type-archive-product .wd-products-per-page,
body.post-type-archive-product .area-sidebar-shop{
    display:none!important;
}

.orre-shop-pro{
    width:100%!important;

    color:#111!important;

    font-family:Arial,Helvetica,sans-serif!important;
}

.orre-shop-pro-hero{
    width:100%!important;

    padding:76px 24px 58px!important;

    background:#fff!important;

    border-bottom:1px solid #e8e8e8!important;
}

.orre-shop-pro-hero-inner{
    width:min(820px,100%)!important;

    display:flex!important;
    flex-direction:column!important;
    align-items:center!important;

    margin:0 auto!important;

    text-align:center!important;
}

.orre-shop-pro-kicker{
    margin-bottom:13px!important;

    color:#777!important;

    font-size:9px!important;
    font-weight:700!important;
    line-height:1!important;

    letter-spacing:.22em!important;
    text-transform:uppercase!important;
}

.orre-shop-pro-hero h1{
    position:relative!important;

    margin:0!important;
    padding:0 0 21px!important;

    color:#0c0c0c!important;

    font-size:clamp(34px,3.2vw,54px)!important;
    font-weight:700!important;
    line-height:.98!important;

    letter-spacing:.06em!important;
    text-transform:uppercase!important;
}

.orre-shop-pro-hero h1::after{
    content:""!important;

    position:absolute!important;
    left:50%!important;
    bottom:0!important;

    width:52px!important;
    height:3px!important;

    background:#b8b8b8!important;

    transform:translateX(-50%)!important;
}

.orre-shop-pro-hero p{
    max-width:570px!important;

    margin:22px auto 0!important;

    color:#666!important;

    font-size:12px!important;
    font-weight:400!important;
    line-height:1.7!important;
}

.orre-shop-pro-categories{
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    flex-wrap:wrap!important;

    gap:8px!important;

    margin-top:30px!important;
}

.orre-shop-pro-categories a{
    min-width:92px!important;
    min-height:38px!important;

    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;

    padding:0 19px!important;

    background:#fff!important;
    color:#111!important;

    border:1px solid #d6d6d6!important;
    border-radius:999px!important;

    font-size:9px!important;
    font-weight:700!important;
    line-height:1!important;

    letter-spacing:.12em!important;
    text-transform:uppercase!important;

    transition:all .2s ease!important;
}

.orre-shop-pro-categories a.active,
.orre-shop-pro-categories a:hover{
    background:#000!important;
    color:#fff!important;
    border-color:#000!important;
}

.orre-shop-pro-toolbar{
    position:sticky!important;
    top:64px!important;

    z-index:50!important;

    width:100%!important;

    display:flex!important;
    align-items:center!important;
    justify-content:space-between!important;

    gap:20px!important;

    padding:14px 28px!important;

    background:rgba(255,255,255,.96)!important;

    backdrop-filter:blur(10px)!important;
    -webkit-backdrop-filter:blur(10px)!important;

    border-bottom:1px solid #e7e7e7!important;
}

.orre-shop-pro-toolbar-left{
    display:flex!important;
    align-items:center!important;

    gap:16px!important;
}

.orre-shop-pro-filter-open{
    min-height:39px!important;

    display:inline-flex!important;
    align-items:center!important;

    gap:9px!important;

    padding:0 16px!important;

    background:#000!important;
    color:#fff!important;

    border:1px solid #000!important;
    border-radius:0!important;

    box-shadow:none!important;

    font-size:9px!important;
    font-weight:700!important;

    letter-spacing:.12em!important;
    text-transform:uppercase!important;
}

.orre-shop-pro-filter-icon{
    position:relative!important;

    width:14px!important;
    height:11px!important;

    display:block!important;
}

.orre-shop-pro-filter-icon::before,
.orre-shop-pro-filter-icon::after{
    content:""!important;

    position:absolute!important;
    left:0!important;

    height:1px!important;

    background:#fff!important;
}

.orre-shop-pro-filter-icon::before{
    top:2px!important;
    width:14px!important;
}

.orre-shop-pro-filter-icon::after{
    bottom:2px!important;
    width:9px!important;
}

.orre-shop-pro-count{
    color:#777!important;

    font-size:9px!important;
    font-weight:600!important;

    letter-spacing:.08em!important;
}

.orre-shop-pro-sort{
    display:flex!important;
    align-items:center!important;

    gap:9px!important;
}

.orre-shop-pro-sort > span{
    color:#777!important;

    font-size:9px!important;
    font-weight:700!important;

    letter-spacing:.11em!important;
}

.orre-shop-pro-sort .woocommerce-ordering{
    margin:0!important;
}

.orre-shop-pro-sort select{
    min-width:165px!important;
    height:39px!important;

    margin:0!important;
    padding:0 30px 0 12px!important;

    background:#fff!important;
    color:#111!important;

    border:1px solid #d9d9d9!important;
    border-radius:0!important;

    box-shadow:none!important;

    font-size:9px!important;
    font-weight:600!important;

    letter-spacing:.05em!important;
    text-transform:uppercase!important;
}

.orre-shop-pro-products{
    width:100%!important;

    padding:0 0 84px!important;

    background:#fff!important;
}

.orre-shop-pro-grid{
    display:grid!important;
    grid-template-columns:repeat(4,minmax(0,1fr))!important;

    gap:1px!important;

    width:100%!important;
}

.orre-shop-pro-card{
    min-width:0!important;

    background:#fff!important;

    border-bottom:1px solid #eee!important;
}

.orre-shop-pro-card-top{
    position:relative!important;

    width:100%!important;
}

.orre-shop-pro-media{
    position:relative!important;

    display:block!important;

    width:100%!important;
    aspect-ratio:4/5!important;

    overflow:hidden!important;

    background:#f3efed!important;
}

.orre-shop-pro-media img{
    position:absolute!important;
    inset:0!important;

    display:block!important;

    width:100%!important;
    height:100%!important;

    object-fit:cover!important;
    object-position:center!important;

    transition:
        opacity .3s ease,
        transform .45s ease!important;
}

.orre-shop-pro-main-img{
    z-index:1!important;
    opacity:1!important;
}

.orre-shop-pro-hover-img{
    z-index:2!important;
    opacity:0!important;
}

.orre-shop-pro-card:hover .orre-shop-pro-main-img{
    opacity:0!important;
}

.orre-shop-pro-card:hover .orre-shop-pro-hover-img{
    opacity:1!important;
    transform:scale(1.015)!important;
}

.orre-shop-pro-badge{
    position:absolute!important;
    top:12px!important;
    left:12px!important;

    z-index:6!important;

    padding:6px 8px!important;

    background:#000!important;
    color:#fff!important;

    font-size:8px!important;
    font-weight:700!important;

    letter-spacing:.11em!important;
}

.orre-shop-pro-view{
    position:absolute!important;
    left:12px!important;
    right:12px!important;
    bottom:12px!important;

    z-index:7!important;

    min-height:42px!important;

    display:flex!important;
    align-items:center!important;
    justify-content:center!important;

    background:#000!important;
    color:#fff!important;

    font-size:9px!important;
    font-weight:700!important;

    letter-spacing:.12em!important;
    text-transform:uppercase!important;

    opacity:0!important;
    transform:translateY(8px)!important;

    transition:
        opacity .22s ease,
        transform .22s ease!important;
}

.orre-shop-pro-card:hover .orre-shop-pro-view{
    opacity:1!important;
    transform:translateY(0)!important;
}

.orre-shop-pro-sizes{
    width:100%!important;

    display:flex!important;
    align-items:center!important;
    justify-content:space-between!important;

    gap:10px!important;

    padding:9px 12px!important;

    background:#fafafa!important;

    border-bottom:1px solid #ececec!important;
}

.orre-shop-pro-size-label{
    flex:0 0 auto!important;

    color:#999!important;

    font-size:7px!important;
    font-weight:700!important;

    letter-spacing:.11em!important;
}

.orre-shop-pro-size-list{
    display:flex!important;
    align-items:center!important;
    justify-content:flex-end!important;
    flex-wrap:wrap!important;

    gap:4px!important;
}

.orre-shop-pro-size-list span{
    min-width:25px!important;
    height:22px!important;

    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;

    padding:0 4px!important;

    background:#fff!important;
    color:#111!important;

    border:1px solid #ddd!important;

    font-size:7px!important;
    font-weight:600!important;
}

.orre-shop-pro-info{
    display:flex!important;
    align-items:flex-start!important;
    justify-content:space-between!important;

    gap:15px!important;

    min-height:92px!important;

    padding:13px 13px 15px!important;
}

.orre-shop-pro-info-main{
    min-width:0!important;
}

.orre-shop-pro-name{
    display:block!important;

    color:#111!important;

    font-size:12px!important;
    font-weight:700!important;
    line-height:1.38!important;

    letter-spacing:.012em!important;
    text-transform:uppercase!important;
}

.orre-shop-pro-category{
    display:block!important;

    margin-top:5px!important;

    color:#999!important;

    font-size:9px!important;
    font-weight:400!important;
    line-height:1.4!important;
}

.orre-shop-pro-price{
    flex:0 0 auto!important;

    color:#111!important;

    font-size:11.5px!important;
    font-weight:600!important;
    line-height:1.4!important;

    white-space:nowrap!important;
}

.orre-shop-pro-price del{
    color:#aaa!important;
}

.orre-shop-pro-price ins{
    color:#111!important;
    text-decoration:none!important;
}

.orre-shop-pro-filter-overlay{
    position:fixed!important;
    inset:0!important;

    z-index:100020!important;

    background:rgba(0,0,0,.42)!important;

    opacity:0!important;
    visibility:hidden!important;

    transition:.25s ease!important;
}

.orre-shop-pro-filter-overlay.open{
    opacity:1!important;
    visibility:visible!important;
}

.orre-shop-pro-filter-drawer{
    position:fixed!important;
    top:0!important;
    left:0!important;

    z-index:100021!important;

    width:min(410px,92vw)!important;
    height:100vh!important;

    overflow-y:auto!important;

    background:#fff!important;
    color:#111!important;

    transform:translateX(-102%)!important;

    transition:transform .35s cubic-bezier(.77,0,.18,1)!important;
}

.orre-shop-pro-filter-drawer.open{
    transform:translateX(0)!important;
}

.orre-shop-pro-filter-head{
    min-height:80px!important;

    display:flex!important;
    align-items:center!important;
    justify-content:space-between!important;

    gap:20px!important;

    padding:18px 24px!important;

    border-bottom:1px solid #e7e7e7!important;
}

.orre-shop-pro-filter-head > div{
    display:flex!important;
    flex-direction:column!important;

    gap:5px!important;
}

.orre-shop-pro-filter-small{
    color:#999!important;

    font-size:8px!important;
    font-weight:700!important;

    letter-spacing:.15em!important;
}

.orre-shop-pro-filter-head strong{
    color:#111!important;

    font-size:14px!important;
    font-weight:700!important;

    letter-spacing:.08em!important;
}

.orre-shop-pro-filter-head button{
    position:relative!important;

    width:30px!important;
    height:30px!important;

    padding:0!important;

    background:transparent!important;

    border:0!important;
}

.orre-shop-pro-filter-head button span{
    position:absolute!important;
    top:50%!important;
    left:50%!important;

    width:17px!important;
    height:1.5px!important;

    background:#111!important;
}

.orre-shop-pro-filter-head button span:first-child{
    transform:translate(-50%,-50%) rotate(45deg)!important;
}

.orre-shop-pro-filter-head button span:last-child{
    transform:translate(-50%,-50%) rotate(-45deg)!important;
}

.orre-shop-pro-filter-body{
    padding:14px 24px 42px!important;
}

.orre-shop-pro-filter-body .widget{
    margin:0!important;
    padding:20px 0!important;

    border-bottom:1px solid #ededed!important;
}

.orre-shop-pro-filter-body .widget-title,
.orre-shop-pro-filter-body h5{
    margin:0 0 15px!important;

    color:#111!important;

    font-size:10px!important;
    font-weight:700!important;

    letter-spacing:.10em!important;
    text-transform:uppercase!important;
}

.orre-shop-pro-filter-body a,
.orre-shop-pro-filter-body label,
.orre-shop-pro-filter-body li,
.orre-shop-pro-filter-body span{
    color:#555!important;

    font-size:11px!important;
}

.orre-shop-pro-filter-empty{
    color:#777!important;

    font-size:11px!important;
}

.orre-shop-pro-pagination{
    padding:54px 20px 0!important;

    text-align:center!important;
}

.orre-shop-pro-pagination .page-numbers{
    min-width:36px!important;
    height:36px!important;

    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;

    margin:0 2px!important;

    background:#fff!important;
    color:#111!important;

    border:1px solid #ddd!important;

    font-size:10px!important;
    font-weight:600!important;
}

.orre-shop-pro-pagination .page-numbers.current,
.orre-shop-pro-pagination .page-numbers:hover{
    background:#000!important;
    color:#fff!important;
    border-color:#000!important;
}

@media(max-width:1024px){

    .orre-shop-pro-grid{
        grid-template-columns:repeat(3,minmax(0,1fr))!important;
    }

    .orre-shop-pro-info{
        display:block!important;
    }

    .orre-shop-pro-price{
        margin-top:7px!important;
    }
}

@media(max-width:767px){

    .orre-shop-pro-hero{
        padding:48px 16px 36px!important;
    }

    .orre-shop-pro-hero h1{
        font-size:30px!important;
    }

    .orre-shop-pro-hero p{
        font-size:11px!important;
    }

    .orre-shop-pro-categories{
        margin-top:24px!important;
    }

    .orre-shop-pro-categories a{
        min-width:78px!important;
        min-height:35px!important;

        padding:0 15px!important;

        font-size:8px!important;
    }

    .orre-shop-pro-toolbar{
        top:62px!important;

        padding:10px 12px!important;
    }

    .orre-shop-pro-count,
    .orre-shop-pro-sort > span{
        display:none!important;
    }

    .orre-shop-pro-sort select{
        min-width:125px!important;
        height:37px!important;

        font-size:8px!important;
    }

    .orre-shop-pro-filter-open{
        min-height:37px!important;
        padding:0 13px!important;
    }

    .orre-shop-pro-grid{
        grid-template-columns:repeat(2,minmax(0,1fr))!important;
    }

    .orre-shop-pro-view{
        display:none!important;
    }

    .orre-shop-pro-sizes{
        display:none!important;
    }

    .orre-shop-pro-info{
        min-height:82px!important;

        display:block!important;

        padding:9px 8px 13px!important;
    }

    .orre-shop-pro-name{
        font-size:10px!important;
    }

    .orre-shop-pro-category{
        font-size:8px!important;
    }

    .orre-shop-pro-price{
        margin-top:6px!important;

        font-size:10px!important;
    }
}

.orre-shop-pro-pagination{
    padding:56px 20px 10px!important;
    text-align:center!important;
}

.orre-shop-pro-pagination .page-numbers{
    min-width:auto!important;
    height:auto!important;

    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;

    margin:0 10px!important;
    padding:4px 2px 7px!important;

    background:transparent!important;
    color:#777!important;

    border:0!important;
    border-bottom:1px solid transparent!important;
    border-radius:0!important;

    box-shadow:none!important;

    font-size:11px!important;
    font-weight:500!important;
    line-height:1!important;

    transition:all .2s ease!important;
}

.orre-shop-pro-pagination .page-numbers.current{
    color:#000!important;
    font-weight:700!important;

    background:transparent!important;
    border-bottom:1px solid #000!important;
}

.orre-shop-pro-pagination .page-numbers:hover{
    color:#000!important;
    background:transparent!important;
    border-bottom:1px solid #000!important;
}

.orre-shop-pro-pagination .prev,
.orre-shop-pro-pagination .next{
    min-width:28px!important;

    margin:0 14px!important;

    color:#111!important;

    font-size:15px!important;
    font-weight:400!important;

    border:0!important;
}

.orre-shop-pro-pagination ul,
.orre-shop-pro-pagination li{
    background:transparent!important;
    border:0!important;
    box-shadow:none!important;
}

.orre-shop-pro-pagination .next::before,
.orre-shop-pro-pagination .next::after,
.orre-shop-pro-pagination .prev::before,
.orre-shop-pro-pagination .prev::after{
    display:none!important;
    content:none!important;
}

.orre-shop-pro-pagination .next,
.orre-shop-pro-pagination .prev{
    font-size:0!important;
    border-bottom:0!important;
}

.orre-shop-pro-pagination .next::after{
    display:inline!important;
    content:"→"!important;
    font-size:18px!important;
    color:#111!important;
}

.orre-shop-pro-pagination .prev::after{
    display:inline!important;
    content:"←"!important;
    font-size:18px!important;
    color:#111!important;
}

.orre-shop-pro-pagination .next:hover,
.orre-shop-pro-pagination .prev:hover{
    border-bottom:0!important;
}

.orre-inside-track{
    display:flex!important;
    gap:24px!important;

    overflow-x:auto!important;
    overflow-y:hidden!important;

    padding:0 7vw 28px!important;

    scroll-snap-type:x mandatory!important;
    scroll-behavior:smooth!important;

    scrollbar-width:none!important;
}

.orre-inside-track::-webkit-scrollbar{
    display:none!important;
}

.orre-inside-card{
    flex:0 0 260px!important;
    width:260px!important;

    aspect-ratio:9/16!important;

    border-radius:8px!important;
    overflow:hidden!important;

    scroll-snap-align:start!important;

    background:#d8d8d8!important;
}

.orre-inside-card video,
.orre-inside-card img,
.orre-inside-video{
    width:100%!important;
    height:100%!important;

    object-fit:cover!important;
    object-position:center!important;
}

@media(min-width:1600px){
    .orre-inside-card{
        flex-basis:260px!important;
        width:260px!important;
    }
}

@media(max-width:1400px){
    .orre-inside-card{
        flex-basis:235px!important;
        width:235px!important;
    }

    .orre-inside-track{
        gap:18px!important;
        padding-left:5vw!important;
        padding-right:5vw!important;
    }
}

@media(max-width:1024px){
    .orre-inside-card{
        flex-basis:220px!important;
        width:220px!important;
    }
}

@media(max-width:767px){
    .orre-inside-track{
        gap:12px!important;
        padding:0 14px 22px!important;
    }

    .orre-inside-card{
        flex-basis:72vw!important;
        width:72vw!important;
        max-width:280px!important;
    }
}

.orre-pdp-final-short-description{
    max-width:520px!important;

    margin:20px 0 0!important;

    color:#444!important;

    font-family:Arial,Helvetica,sans-serif!important;
    font-size:12.5px!important;
    font-weight:400!important;
    line-height:1.75!important;

    letter-spacing:.005em!important;
}

.orre-pdp-final-short-description p{
    margin:0 0 12px!important;
}

.orre-pdp-final-short-description p:last-child{
    margin-bottom:0!important;
}

.orre-pdp-final-short-description + .orre-pdp-final-buy{
    margin-top:26px!important;
}

.orre-pdp-final-main{
    grid-template-columns:minmax(0,1.05fr) minmax(430px,.95fr)!important;
}

.orre-pdp-kiji-main-link{
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;

    width:100%!important;

    background:#f5f1ef!important;

    overflow:hidden!important;
}

.orre-pdp-kiji-main-image{
    display:block!important;

    width:100%!important;
    height:680px!important;

    min-height:0!important;
    max-height:680px!important;

    margin:0 auto!important;

    object-fit:contain!important;
    object-position:center!important;

    background:#f5f1ef!important;
}

.orre-pdp-kiji-thumb{
    height:96px!important;
}

.orre-pdp-kiji-thumb img{
    object-fit:cover!important;
}

.orre-pdp-final-summary-inner{
    padding-top:44px!important;
}

.orre-pdp-final-title{
    font-size:30px!important;
    line-height:1.08!important;
}

@media(max-width:1100px){

    .orre-pdp-final-main{
        grid-template-columns:minmax(0,1fr) minmax(390px,.95fr)!important;
    }

    .orre-pdp-kiji-main-image{
        height:590px!important;
        max-height:590px!important;
    }
}

@media(max-width:767px){

    .orre-pdp-kiji-main-image{
        width:100%!important;
        height:auto!important;

        min-height:0!important;
        max-height:none!important;

        aspect-ratio:4/5!important;

        object-fit:contain!important;
    }

    .orre-pdp-final-short-description{
        max-width:none!important;

        font-size:12px!important;
        line-height:1.7!important;
    }
}

body.single-product .orre-pdp-final{
    padding-top:64px!important;
}

body.single-product .orre-pdp-final-main{
    align-items:start!important;
}

body.single-product .orre-pdp-final-summary-inner{
    top:82px!important;
    padding-top:34px!important;
}

.orre-pdp-final-short-description{
    display:block!important;

    max-width:540px!important;

    margin:18px 0 0!important;

    color:#444!important;

    font-family:Arial,Helvetica,sans-serif!important;
    font-size:12.5px!important;
    font-weight:400!important;
    line-height:1.72!important;
}

.orre-pdp-final-short-description p{
    margin:0 0 11px!important;
}

.orre-pdp-final-short-description p:last-child{
    margin-bottom:0!important;
}

.orre-pdp-final-main{
    grid-template-columns:minmax(0,1fr) minmax(430px,.9fr)!important;
}

.orre-pdp-kiji-main-link{
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;

    min-height:620px!important;

    background:#f6f2f0!important;
}

.orre-pdp-kiji-main-image{
    width:100%!important;
    height:620px!important;

    min-height:0!important;
    max-height:620px!important;

    object-fit:contain!important;
    object-position:center!important;

    background:#f6f2f0!important;
}

.orre-pdp-kiji-thumb{
    height:92px!important;
}

.orre-pdp-final-buy .variations{
    margin-top:4px!important;
}

.orre-pdp-final-buy .variations label{
    display:block!important;

    margin-bottom:11px!important;

    color:#111!important;

    font-size:10px!important;
    font-weight:700!important;

    letter-spacing:.08em!important;
    text-transform:uppercase!important;
}

.orre-pdp-final-buy .wd-swatches-product{
    display:flex!important;
    flex-wrap:wrap!important;

    gap:8px!important;
}

.orre-pdp-final-buy .wd-swatch,
.orre-pdp-final-buy .wd-swatch-text{
    min-width:46px!important;
    height:40px!important;

    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;

    padding:0 12px!important;

    background:#fff!important;
    color:#111!important;

    border:1px solid #cfcfcf!important;
    border-radius:0!important;

    font-size:10px!important;
    font-weight:600!important;

    box-shadow:none!important;
}

.orre-pdp-final-buy .wd-swatch.wd-active,
.orre-pdp-final-buy .wd-swatch.active,
.orre-pdp-final-buy .wd-swatch:hover{
    background:#000!important;
    color:#fff!important;
    border-color:#000!important;
}

.orre-pdp-final-buy .variations select{
    width:100%!important;
    max-width:280px!important;

    height:44px!important;

    padding:0 12px!important;

    background:#fff!important;
    color:#111!important;

    border:1px solid #ccc!important;
    border-radius:0!important;

    font-size:11px!important;
}

.orre-pdp-final-buy .reset_variations{
    display:inline-block!important;

    margin-top:8px!important;

    color:#777!important;

    font-size:8px!important;
    font-weight:600!important;

    letter-spacing:.08em!important;
    text-transform:uppercase!important;
}

@media(max-width:767px){

    body.single-product .orre-pdp-final{
        padding-top:62px!important;
    }

    body.single-product .orre-pdp-final-summary-inner{
        top:auto!important;
        padding-top:24px!important;
    }

    .orre-pdp-kiji-main-link{
        min-height:0!important;
    }

    .orre-pdp-kiji-main-image{
        width:100%!important;
        height:auto!important;

        max-height:none!important;

        aspect-ratio:4/5!important;

        object-fit:contain!important;
    }

    .orre-pdp-final-short-description{
        max-width:none!important;

        font-size:12px!important;
        line-height:1.68!important;
    }
}

[data-orre-slider],
.orre-product-slider{
    overflow-x:auto!important;
    overflow-y:visible!important;

    scroll-behavior:smooth!important;
    scroll-snap-type:x proximity!important;

    overscroll-behavior-x:contain!important;
    overscroll-behavior-y:auto!important;

    touch-action:pan-y pan-x!important;

    scrollbar-width:none!important;
}

[data-orre-slider]::-webkit-scrollbar,
.orre-product-slider::-webkit-scrollbar{
    display:none!important;
}

[data-orre-slider]{
    cursor:grab!important;
}

[data-orre-slider].is-dragging{
    cursor:grabbing!important;
    user-select:none!important;
}

.orre-pdp-final-price .woocommerce-Price-currencySymbol{
    margin-right:6px!important;
}

.orre-shop-pro-sizes,
.orre-shop-pro-size-label,
.orre-shop-pro-size-list{
    display:none!important;
}

.orre-shop-card-gallery{
    position:relative!important;
    width:100%!important;
    aspect-ratio:4/5!important;

    overflow:hidden!important;

    background:#f4f0ee!important;
}

.orre-shop-gallery-link,
.orre-shop-gallery-track{
    display:block!important;
    width:100%!important;
    height:100%!important;
}

.orre-shop-gallery-slide{
    position:absolute!important;
    inset:0!important;

    width:100%!important;
    height:100%!important;

    opacity:0!important;
    visibility:hidden!important;

    transition:opacity .35s ease!important;
}

.orre-shop-gallery-slide.active{
    opacity:1!important;
    visibility:visible!important;
}

.orre-shop-gallery-slide img{
    display:block!important;

    width:100%!important;
    height:100%!important;

    object-fit:cover!important;
    object-position:center!important;
}

.orre-card-gallery-arrow{
    position:absolute!important;
    top:50%!important;

    z-index:10!important;

    width:38px!important;
    height:38px!important;

    display:flex!important;
    align-items:center!important;
    justify-content:center!important;

    padding:0!important;

    background:rgba(255,255,255,.92)!important;
    color:#111!important;

    border:0!important;
    border-radius:50%!important;

    font-size:24px!important;
    font-weight:300!important;

    transform:translateY(-50%)!important;

    opacity:0!important;

    transition:.2s ease!important;
}

.orre-card-gallery-arrow.prev{
    left:12px!important;
}

.orre-card-gallery-arrow.next{
    right:12px!important;
}

.orre-shop-card-gallery:hover .orre-card-gallery-arrow{
    opacity:1!important;
}

@media(max-width:767px){

    .orre-card-gallery-arrow{
        width:32px!important;
        height:32px!important;

        font-size:20px!important;

        opacity:1!important;
    }
}

.orre-shop-pro-sizes,
.orre-shop-pro-size-label,
.orre-shop-pro-size-list{
    display:none!important;
}

.orre-shop-pro-media,
.orre-shop-pro-main-img,
.orre-shop-pro-hover-img,
.orre-shop-pro-view{
    display:none!important;
}

.orre-shop-pro-gallery{
    position:relative!important;
    width:100%!important;
    aspect-ratio:4/5!important;
    overflow:hidden!important;
    background:#f3efed!important;
}

.orre-shop-pro-gallery-track{
    position:relative!important;
    width:100%!important;
    height:100%!important;
}

.orre-shop-pro-gallery-slide{
    position:absolute!important;
    inset:0!important;
    display:block!important;
    width:100%!important;
    height:100%!important;
    opacity:0!important;
    visibility:hidden!important;
    pointer-events:none!important;
    transition:opacity .28s ease!important;
}

.orre-shop-pro-gallery-slide.is-active{
    opacity:1!important;
    visibility:visible!important;
    pointer-events:auto!important;
}

.orre-shop-pro-gallery-slide img{
    display:block!important;
    width:100%!important;
    height:100%!important;
    margin:0!important;
    object-fit:cover!important;
    object-position:center!important;
    background:#f3efed!important;
}

.orre-shop-pro-gallery-arrow{
    position:absolute!important;
    top:50%!important;
    z-index:8!important;
    width:42px!important;
    height:42px!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    padding:0!important;
    margin:0!important;
    background:rgba(255,255,255,.94)!important;
    color:#111!important;
    border:1px solid rgba(0,0,0,.08)!important;
    border-radius:50%!important;
    box-shadow:0 3px 14px rgba(0,0,0,.08)!important;
    transform:translateY(-50%)!important;
    opacity:0!important;
    cursor:pointer!important;
    transition:opacity .2s ease,background .2s ease,color .2s ease!important;
}

.orre-shop-pro-gallery:hover .orre-shop-pro-gallery-arrow{
    opacity:1!important;
}

.orre-shop-pro-gallery-arrow.prev{
    left:12px!important;
}

.orre-shop-pro-gallery-arrow.next{
    right:12px!important;
}

.orre-shop-pro-gallery-arrow span{
    position:relative!important;
    display:block!important;
    width:10px!important;
    height:10px!important;
}

.orre-shop-pro-gallery-arrow span::before{
    content:""!important;
    position:absolute!important;
    top:50%!important;
    left:50%!important;
    width:7px!important;
    height:7px!important;
    border-top:1.5px solid currentColor!important;
    border-right:1.5px solid currentColor!important;
}

.orre-shop-pro-gallery-arrow.next span::before{
    transform:translate(-65%,-50%) rotate(45deg)!important;
}

.orre-shop-pro-gallery-arrow.prev span::before{
    transform:translate(-35%,-50%) rotate(-135deg)!important;
}

.orre-shop-pro-gallery-arrow:hover{
    background:#000!important;
    color:#fff!important;
}

.orre-shop-pro-gallery-dots{
    position:absolute!important;
    left:50%!important;
    bottom:11px!important;
    z-index:7!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    gap:5px!important;
    transform:translateX(-50%)!important;
}

.orre-shop-pro-gallery-dots span{
    width:5px!important;
    height:5px!important;
    display:block!important;
    background:rgba(255,255,255,.68)!important;
    border-radius:50%!important;
    box-shadow:0 0 0 1px rgba(0,0,0,.12)!important;
}

.orre-shop-pro-gallery-dots span.is-active{
    width:14px!important;
    background:#fff!important;
    border-radius:999px!important;
}

.orre-shop-pro-info{
    margin-top:0!important;
}

@media(max-width:767px){

    .orre-shop-pro-gallery-arrow{
        width:34px!important;
        height:34px!important;
        opacity:1!important;
    }

    .orre-shop-pro-gallery-arrow.prev{
        left:7px!important;
    }

    .orre-shop-pro-gallery-arrow.next{
        right:7px!important;
    }

    .orre-shop-pro-gallery-dots{
        bottom:8px!important;
    }
}

.orre-shop-pro-info{
    padding:14px 16px 20px!important;
    min-height:96px!important;

    display:flex!important;
    align-items:flex-start!important;
    justify-content:space-between!important;

    gap:18px!important;

    background:#fff!important;
}

.orre-shop-pro-name{
    display:block!important;

    margin:0!important;

    color:#111!important;

    font-family:Arial,Helvetica,sans-serif!important;
    font-size:13px!important;
    font-weight:700!important;
    line-height:1.35!important;

    letter-spacing:.025em!important;
    text-transform:uppercase!important;

    transition:opacity .2s ease!important;
}

.orre-shop-pro-name:hover{
    opacity:.58!important;
}

.orre-shop-pro-category{
    display:block!important;

    margin-top:6px!important;

    color:#9a9a9a!important;

    font-size:9px!important;
    font-weight:500!important;
    line-height:1.3!important;

    letter-spacing:.06em!important;
    text-transform:uppercase!important;
}

.orre-shop-pro-price{
    flex:0 0 auto!important;

    margin-top:1px!important;

    color:#111!important;

    font-family:Arial,Helvetica,sans-serif!important;
    font-size:13px!important;
    font-weight:700!important;
    line-height:1.35!important;

    letter-spacing:.015em!important;

    white-space:nowrap!important;
}

.orre-shop-pro-price .woocommerce-Price-currencySymbol{
    display:inline-block!important;
    margin-right:5px!important;
}

.orre-shop-pro-price del{
    margin-right:7px!important;

    color:#999!important;

    font-size:11px!important;
    font-weight:500!important;
}

.orre-shop-pro-price ins{
    color:#111!important;
    text-decoration:none!important;
}

@media(max-width:767px){

    .orre-shop-pro-info{
        min-height:80px!important;

        padding:10px 9px 14px!important;

        display:block!important;
    }

    .orre-shop-pro-name{
        font-size:10.5px!important;
    }

    .orre-shop-pro-price{
        margin-top:7px!important;

        font-size:10.5px!important;
    }

    .orre-shop-pro-price .woocommerce-Price-currencySymbol{
        margin-right:4px!important;
    }
}

@media (max-width: 1024px){

    body.home .orre-home-hero{
        min-height:680px!important;
        height:auto!important;
        padding-top:0!important;

        align-items:flex-end!important;

        background:#ded5ca!important;
    }

    body.home .orre-home-hero-bg{
        inset:0!important;

        background-size:cover!important;
        background-position:68% center!important;
        background-repeat:no-repeat!important;
    }

    body.home .orre-home-hero-content{
        width:min(430px,78vw)!important;

        margin:0 0 48px 5vw!important;
        padding:0!important;
    }

    .orre-home-editorial{
        min-height:600px!important;
        height:auto!important;
    }

    .orre-home-editorial-image{
        background-size:cover!important;
        background-position:center center!important;
    }
}

@media (max-width: 767px){

    body.home .orre-nav-header{
        position:sticky!important;
        top:0!important;

        height:58px!important;

        background:rgba(0,0,0,.93)!important;

        backdrop-filter:blur(12px)!important;
        -webkit-backdrop-filter:blur(12px)!important;
    }

    body.home .orre-nav-inner{
        height:58px!important;
        padding:0 14px!important;
    }

    body.home .orre-nav-logo a{
        font-size:25px!important;
    }

    body.home .orre-home-hero{
        position:relative!important;

        width:100%!important;

        min-height:0!important;
        height:calc(100svh - 58px)!important;
        max-height:720px!important;

        padding:0!important;
        margin:0!important;

        display:flex!important;
        align-items:flex-end!important;

        overflow:hidden!important;

        background:#ded5ca!important;
    }

    body.home .orre-home-hero-bg{
        position:absolute!important;
        inset:0!important;

        width:100%!important;
        height:100%!important;

        background-size:cover!important;
        background-position:72% center!important;
        background-repeat:no-repeat!important;
    }

    body.home .orre-home-hero::after{
        background:
            linear-gradient(
                to top,
                rgba(0,0,0,.32) 0%,
                rgba(0,0,0,.08) 35%,
                rgba(0,0,0,0) 64%
            )!important;
    }

    body.home .orre-home-hero-content{
        position:relative!important;
        z-index:3!important;

        width:calc(100% - 36px)!important;
        max-width:340px!important;

        margin:0 18px 34px!important;
        padding:0!important;

        color:#fff!important;
        text-align:left!important;
    }

    body.home .orre-home-hero-kicker{
        margin-bottom:8px!important;

        color:#fff!important;

        font-size:8px!important;
        font-weight:700!important;

        letter-spacing:.16em!important;
    }

    body.home .orre-home-hero-content h1{
        margin:0 0 9px!important;

        color:#fff!important;

        font-size:clamp(42px,15vw,62px)!important;
        font-weight:700!important;
        line-height:.9!important;

        letter-spacing:.07em!important;
        text-indent:0!important;
    }

    body.home .orre-home-hero-content p{
        max-width:280px!important;

        margin:0!important;

        color:#fff!important;

        font-size:10.5px!important;
        line-height:1.5!important;
    }

    .orre-home-editorial{
        position:relative!important;

        width:100%!important;

        min-height:0!important;
        height:72svh!important;
        max-height:650px!important;

        margin:0!important;

        overflow:hidden!important;

        background:#e7e7e7!important;
    }

    .orre-home-editorial-image{
        position:absolute!important;
        inset:0!important;

        width:100%!important;
        height:100%!important;

        background-size:cover!important;
        background-repeat:no-repeat!important;

        transform:none!important;
    }

    .orre-home-editorial-men .orre-home-editorial-image{
        background-position:65% center!important;
    }

    .orre-home-editorial-women .orre-home-editorial-image{
        background-position:58% center!important;
    }

    .orre-home-editorial:hover .orre-home-editorial-image{
        transform:none!important;
    }

    .orre-home-editorial-overlay{
        left:0!important;
        right:0!important;
        bottom:0!important;

        padding:0 20px 28px!important;
    }

    .orre-home-editorial-overlay > span{
        margin-bottom:8px!important;

        font-size:8px!important;
        font-weight:700!important;
    }

    .orre-home-editorial-overlay h2{
        max-width:315px!important;

        margin:0 0 16px!important;

        font-size:clamp(31px,10vw,42px)!important;
        line-height:.98!important;
    }

    .orre-home-editorial-overlay a{
        min-height:38px!important;

        padding:0 17px!important;

        font-size:8px!important;
    }
}

@media (max-width: 420px){

    body.home .orre-home-hero{
        height:calc(100svh - 56px)!important;
        min-height:520px!important;
    }

    body.home .orre-home-hero-bg{
        background-position:70% center!important;
    }

    body.home .orre-home-hero-content{
        width:calc(100% - 30px)!important;

        margin-left:15px!important;
        margin-right:15px!important;
        margin-bottom:27px!important;
    }

    body.home .orre-home-hero-content h1{
        font-size:46px!important;
    }

    .orre-home-editorial{
        height:68svh!important;
        min-height:500px!important;
    }

    .orre-home-editorial-overlay{
        padding:0 16px 22px!important;
    }

    .orre-home-editorial-overlay h2{
        max-width:280px!important;
        font-size:32px!important;
    }
}

body.home .orre-home-size-strip{
    display:none!important;
    opacity:0!important;
    visibility:hidden!important;
    height:0!important;
    min-height:0!important;
    padding:0!important;
    margin:0!important;
}

body.post-type-archive-product .orre-shop-pro-sizes,
body.post-type-archive-product .orre-shop-pro-size-label,
body.post-type-archive-product .orre-shop-pro-size-list{
    display:none!important;
}

body.tax-product_cat .orre-collection-size-strip,
body.tax-product_cat .orre-home-size-strip{
    display:none!important;
}

body.home .product-grid-item .wd-swatches-grid,
body.post-type-archive-product .product-grid-item .wd-swatches-grid,
body.tax-product_cat .product-grid-item .wd-swatches-grid{
    display:none!important;
}

html,
body{
    scroll-padding-top:64px!important;
}

.orre-nav-header{
    position:sticky!important;
    top:0!important;
    left:0!important;
    right:0!important;

    z-index:99999!important;

    width:100%!important;
    height:64px!important;

    margin:0!important;
    padding:0!important;

    background:#000!important;

    border:0!important;
    border-bottom:1px solid rgba(255,255,255,.12)!important;

    box-shadow:none!important;

    backdrop-filter:none!important;
    -webkit-backdrop-filter:none!important;

    transition:
        background .28s ease,
        backdrop-filter .28s ease,
        box-shadow .28s ease!important;
}

.orre-nav-inner{
    height:64px!important;
}

.orre-nav-header.is-scrolled{
    background:rgba(72,72,72,.88)!important;

    backdrop-filter:blur(14px)!important;
    -webkit-backdrop-filter:blur(14px)!important;

    border-bottom-color:rgba(255,255,255,.14)!important;

    box-shadow:0 2px 18px rgba(0,0,0,.08)!important;
}

body.home .orre-nav-header,
body.tax-product_cat .orre-nav-header,
body.post-type-archive-product .orre-nav-header,
body.single-product .orre-nav-header,
body.woocommerce-cart .orre-nav-header,
body.woocommerce-checkout .orre-nav-header{
    position:sticky!important;
    top:0!important;
    height:64px!important;
    background:#000!important;
}

body.home .orre-nav-header.is-scrolled,
body.tax-product_cat .orre-nav-header.is-scrolled,
body.post-type-archive-product .orre-nav-header.is-scrolled,
body.single-product .orre-nav-header.is-scrolled,
body.woocommerce-cart .orre-nav-header.is-scrolled,
body.woocommerce-checkout .orre-nav-header.is-scrolled{
    background:rgba(72,72,72,.88)!important;
    backdrop-filter:blur(14px)!important;
    -webkit-backdrop-filter:blur(14px)!important;
}

.orre-menu-drawer{
    overflow-y:auto!important;
    overflow-x:hidden!important;

    scrollbar-width:none!important;
    -ms-overflow-style:none!important;
}

.orre-menu-drawer::-webkit-scrollbar{
    width:0!important;
    height:0!important;
    display:none!important;
}

.orre-drawer-nav{
    overflow:visible!important;
}

#orreMenuClose{
    position:relative!important;

    width:32px!important;
    height:32px!important;
    min-width:32px!important;
    min-height:32px!important;

    display:block!important;

    margin:0!important;
    padding:0!important;

    overflow:hidden!important;

    background:transparent!important;
    color:transparent!important;

    border:0!important;
    border-radius:50%!important;

    font-size:0!important;
    line-height:0!important;

    box-shadow:none!important;

    cursor:pointer!important;

    transition:background .2s ease!important;
}

#orreMenuClose:hover{
    background:rgba(255,255,255,.08)!important;
}

#orreMenuClose::before,
#orreMenuClose::after{
    content:""!important;

    position:absolute!important;
    top:50%!important;
    left:50%!important;

    width:17px!important;
    height:1.5px!important;

    background:#fff!important;

    border-radius:999px!important;

    transform-origin:center!important;
}

#orreMenuClose::before{
    transform:translate(-50%,-50%) rotate(45deg)!important;
}

#orreMenuClose::after{
    transform:translate(-50%,-50%) rotate(-45deg)!important;
}

body.home .orre-home-size-strip,
body.home .product-grid-item .wd-swatches-grid,
body.home .product-grid-item .wd-swatches-product,

body.post-type-archive-product .orre-shop-pro-sizes,
body.post-type-archive-product .orre-shop-pro-size-label,
body.post-type-archive-product .orre-shop-pro-size-list,
body.post-type-archive-product .product-grid-item .wd-swatches-grid,
body.post-type-archive-product .product-grid-item .wd-swatches-product,

body.tax-product_cat .orre-collection-size-strip,
body.tax-product_cat .orre-home-size-strip,
body.tax-product_cat .product-grid-item .wd-swatches-grid,
body.tax-product_cat .product-grid-item .wd-swatches-product,

body.single-product .related.products .wd-swatches-grid,
body.single-product .upsells.products .wd-swatches-grid,
body.single-product .related.products .wd-swatches-product,
body.single-product .upsells.products .wd-swatches-product{
    display:none!important;

    width:0!important;
    height:0!important;
    min-height:0!important;

    margin:0!important;
    padding:0!important;

    opacity:0!important;
    visibility:hidden!important;

    overflow:hidden!important;
}

.orre-shop-pro-gallery-slide{
    transition:opacity .38s ease!important;
}

.orre-home-main-image,
.orre-home-hover-image,
.orre-collection-main-image,
.orre-collection-hover-image{
    transition:opacity .38s ease,transform .45s ease!important;
}

.orre-home-product:hover .orre-home-main-image,
.orre-home-product:hover .orre-home-hover-image,
.orre-collection-card:hover .orre-collection-main-image,
.orre-collection-card:hover .orre-collection-hover-image{
    transform:none!important;
}

.orre-home-product.orre-auto-alt .orre-home-main-image,
.orre-collection-card.orre-auto-alt .orre-collection-main-image{
    opacity:0!important;
}

.orre-home-product.orre-auto-alt .orre-home-hover-image,
.orre-collection-card.orre-auto-alt .orre-collection-hover-image{
    opacity:1!important;
}

.orre-home-product-info,
.orre-collection-card-info,
.orre-shop-pro-info{
    margin-top:0!important;
}

.orre-shop-pro-card-top,
.orre-collection-card-media,
.orre-home-product-media{
    margin-bottom:0!important;
}

@media(max-width:767px){

    .orre-nav-header,
    body.home .orre-nav-header,
    body.tax-product_cat .orre-nav-header,
    body.post-type-archive-product .orre-nav-header,
    body.single-product .orre-nav-header,
    body.woocommerce-cart .orre-nav-header,
    body.woocommerce-checkout .orre-nav-header{
        height:58px!important;
    }

    .orre-nav-inner{
        height:58px!important;
        padding:0 15px!important;
    }

    .orre-shop-pro-gallery-arrow{
        opacity:.92!important;
    }
}

body.home .orre-new-section,
body.home .orre-category-section,
body.home .orre-inside-section,
body.home .orre-front-heading,
body.home .orre-front-more,

body.post-type-archive-product .orre-shop-pro-hero-inner,
body.post-type-archive-product .orre-shop-pro-toolbar,

body.tax-product_cat .orre-collection-header-inner,
body.tax-product_cat .orre-collection-toolbar,

body.single-product .orre-related-heading,
body.single-product .orre-related-products{
    box-sizing:border-box!important;
}

.orre-shop-pro-grid,
.orre-collection-grid,
.orre-front-products,
.orre-home-products-grid,
.orre-related-track{
    width:100%!important;
    max-width:none!important;

    padding-left:clamp(18px,3.2vw,56px)!important;
    padding-right:clamp(18px,3.2vw,56px)!important;

    box-sizing:border-box!important;
}

.orre-home-hero,
.orre-home-editorial,
.orre-brand-strip,
.orre-inside-section,
.orre-category-feature-grid{
    max-width:none!important;
}

.orre-shop-pro-grid,
.orre-collection-grid,
.orre-front-products,
.orre-home-products-grid{
    gap:8px!important;
}

.orre-shop-pro-card,
.orre-collection-card,
.orre-front-product,
.orre-home-product{
    background:#fff!important;
    min-width:0!important;
}

.orre-shop-pro-info,
.orre-collection-card-info,
.orre-front-product-meta,
.orre-home-product-info{
    padding:14px 10px 22px!important;
    margin:0!important;

    background:#fff!important;
}

.orre-shop-pro-name,
.orre-collection-card-title,
.orre-front-product-name,
.orre-home-product-name{
    display:block!important;

    margin:0!important;

    color:#111!important;

    font-family:Arial,Helvetica,sans-serif!important;
    font-size:13px!important;
    font-weight:700!important;
    line-height:1.35!important;

    letter-spacing:.01em!important;
    text-transform:uppercase!important;
}

.orre-shop-pro-price,
.orre-collection-card-price,
.orre-front-product-price,
.orre-home-product-price{
    margin-top:7px!important;

    color:#111!important;

    font-family:Arial,Helvetica,sans-serif!important;
    font-size:12.5px!important;
    font-weight:700!important;
    line-height:1.3!important;
}

.orre-home-size-strip,
.orre-collection-size-strip,
.orre-shop-pro-sizes{
    display:flex!important;
    visibility:visible!important;
    opacity:1!important;

    width:100%!important;
    height:auto!important;
    min-height:0!important;

    margin:0!important;
    padding:10px 10px 0!important;

    gap:6px!important;
    flex-wrap:wrap!important;

    background:#fff!important;

    box-sizing:border-box!important;
}

.orre-shop-pro-size-label,
.orre-home-size-label,
.orre-collection-size-label{
    display:none!important;
}

.orre-shop-pro-size-list{
    display:flex!important;
    flex-wrap:wrap!important;
    gap:6px!important;
}

.orre-home-size-strip span,
.orre-collection-size-strip span,
.orre-shop-pro-size-list span{
    min-width:40px!important;
    height:34px!important;

    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;

    padding:0 10px!important;

    background:#fff!important;
    color:#555!important;

    border:1px solid #d5d5d5!important;
    border-radius:0!important;

    font-family:Arial,Helvetica,sans-serif!important;
    font-size:10px!important;
    font-weight:500!important;
    line-height:1!important;

    letter-spacing:.02em!important;
    text-transform:uppercase!important;

    box-shadow:none!important;

    transition:
        background .18s ease,
        color .18s ease,
        border-color .18s ease!important;
}

.orre-home-size-strip span:hover,
.orre-collection-size-strip span:hover,
.orre-shop-pro-size-list span:hover{
    background:#000!important;
    color:#fff!important;
    border-color:#000!important;
}

body.home .product-grid-item .wd-swatches-grid,
body.post-type-archive-product .product-grid-item .wd-swatches-grid,
body.tax-product_cat .product-grid-item .wd-swatches-grid,
body.single-product .related.products .wd-swatches-grid,
body.single-product .upsells.products .wd-swatches-grid{
    display:flex!important;
    visibility:visible!important;
    opacity:1!important;

    height:auto!important;
    width:auto!important;

    margin-top:8px!important;

    flex-wrap:wrap!important;
    gap:6px!important;
}

.product-grid-item .wd-swatch-text,
.related.products .wd-swatch-text,
.upsells.products .wd-swatch-text{
    min-width:40px!important;
    height:34px!important;

    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;

    padding:0 10px!important;

    background:#fff!important;
    color:#555!important;

    border:1px solid #d5d5d5!important;
    border-radius:0!important;

    font-size:10px!important;
    font-weight:500!important;

    box-shadow:none!important;
}

.product-grid-item .wd-swatch-text:hover,
.product-grid-item .wd-swatch-text.wd-active,
.related.products .wd-swatch-text:hover,
.upsells.products .wd-swatch-text:hover{
    background:#000!important;
    color:#fff!important;
    border-color:#000!important;
}

.orre-shop-pro-card,
.orre-collection-card,
.orre-front-product,
.orre-home-product{
    padding-bottom:0!important;
}

.orre-shop-pro-products,
.orre-collection-products{
    padding-bottom:70px!important;
}

@media(max-width:1024px){

    .orre-shop-pro-grid,
    .orre-collection-grid,
    .orre-front-products,
    .orre-home-products-grid,
    .orre-related-track{
        padding-left:22px!important;
        padding-right:22px!important;
    }

    .orre-shop-pro-grid,
    .orre-collection-grid,
    .orre-front-products,
    .orre-home-products-grid{
        gap:6px!important;
    }
}

@media(max-width:767px){

    .orre-shop-pro-grid,
    .orre-collection-grid,
    .orre-front-products,
    .orre-home-products-grid,
    .orre-related-track{
        padding-left:10px!important;
        padding-right:10px!important;
    }

    .orre-shop-pro-grid,
    .orre-collection-grid,
    .orre-front-products,
    .orre-home-products-grid{
        gap:5px!important;
    }

    .orre-shop-pro-info,
    .orre-collection-card-info,
    .orre-front-product-meta,
    .orre-home-product-info{
        padding:10px 7px 16px!important;
    }

    .orre-shop-pro-name,
    .orre-collection-card-title,
    .orre-front-product-name,
    .orre-home-product-name{
        font-size:10.5px!important;
        line-height:1.35!important;
    }

    .orre-shop-pro-price,
    .orre-collection-card-price,
    .orre-front-product-price,
    .orre-home-product-price{
        margin-top:5px!important;
        font-size:10.5px!important;
    }

    .orre-home-size-strip,
    .orre-collection-size-strip,
    .orre-shop-pro-sizes{
        padding:7px 7px 0!important;
        gap:4px!important;
    }

    .orre-home-size-strip span,
    .orre-collection-size-strip span,
    .orre-shop-pro-size-list span,
    .product-grid-item .wd-swatch-text{
        min-width:33px!important;
        height:30px!important;

        padding:0 7px!important;

        font-size:9px!important;
    }
}

html{scroll-padding-top:64px!important}

body .orre-nav-header{
position:sticky!important;top:0!important;left:0!important;right:0!important;z-index:999999!important;
width:100%!important;height:64px!important;margin:0!important;padding:0!important;background:#000!important;
border:0!important;border-bottom:1px solid rgba(255,255,255,.12)!important;box-shadow:none!important;
backdrop-filter:none!important;-webkit-backdrop-filter:none!important;
transition:background .25s ease,backdrop-filter .25s ease,box-shadow .25s ease!important
}
body .orre-nav-header .orre-nav-inner{height:64px!important}
body .orre-nav-header.is-scrolled{
background:rgba(72,72,72,.90)!important;backdrop-filter:blur(14px)!important;
-webkit-backdrop-filter:blur(14px)!important;box-shadow:0 2px 18px rgba(0,0,0,.10)!important
}

body .orre-menu-drawer{
overflow-y:auto!important;overflow-x:hidden!important;scrollbar-width:none!important;-ms-overflow-style:none!important
}
body .orre-menu-drawer::-webkit-scrollbar{width:0!important;height:0!important;display:none!important}

body #orreMenuClose{
position:relative!important;width:32px!important;height:32px!important;display:block!important;margin:0!important;
padding:0!important;background:transparent!important;color:transparent!important;border:0!important;
font-size:0!important;line-height:0!important;overflow:hidden!important
}
body #orreMenuClose::before,body #orreMenuClose::after{
content:""!important;position:absolute!important;top:50%!important;left:50%!important;width:17px!important;
height:1.5px!important;background:#fff!important;border-radius:99px!important
}
body #orreMenuClose::before{transform:translate(-50%,-50%) rotate(45deg)!important}
body #orreMenuClose::after{transform:translate(-50%,-50%) rotate(-45deg)!important}

body .orre-shop-pro-grid,
body .orre-collection-grid,
body .orre-front-products,
body .orre-home-products-grid,
body .orre-related-track{
box-sizing:border-box!important;width:100%!important;padding-left:clamp(18px,3vw,54px)!important;
padding-right:clamp(18px,3vw,54px)!important
}

body .orre-home-hero,
body .orre-home-editorial,
body .orre-brand-strip,
body .orre-category-feature-grid{
width:100%!important;max-width:none!important;margin-left:0!important;margin-right:0!important
}

body .orre-shop-pro-grid,
body .orre-collection-grid,
body .orre-front-products,
body .orre-home-products-grid{gap:12px!important}

body .orre-shop-pro-card,
body .orre-collection-card,
body .orre-front-product,
body .orre-home-product{min-width:0!important;padding-bottom:0!important;background:#fff!important}

body .orre-shop-pro-info,
body .orre-collection-card-info,
body .orre-front-product-meta,
body .orre-home-product-info{
margin:0!important;padding:14px 10px 22px!important;background:#fff!important
}

body .orre-shop-pro-name,
body .orre-collection-card-title,
body .orre-front-product-name,
body .orre-home-product-name{
display:block!important;margin:0!important;color:#111!important;font-family:Arial,Helvetica,sans-serif!important;
font-size:13px!important;font-weight:700!important;line-height:1.35!important;letter-spacing:.01em!important;
text-transform:uppercase!important
}

body .orre-shop-pro-price,
body .orre-collection-card-price,
body .orre-front-product-price,
body .orre-home-product-price{
display:block!important;margin-top:7px!important;color:#111!important;font-family:Arial,Helvetica,sans-serif!important;
font-size:12.5px!important;font-weight:700!important;line-height:1.3!important
}

body .woocommerce-Price-currencySymbol{display:inline-block!important;margin-right:5px!important}

body .orre-home-size-strip,
body .orre-collection-size-strip,
body .orre-shop-pro-sizes{
display:flex!important;visibility:visible!important;opacity:1!important;width:100%!important;height:auto!important;
min-height:0!important;margin:0!important;padding:10px 10px 0!important;gap:6px!important;flex-wrap:wrap!important;
background:#fff!important
}

body .orre-home-size-label,
body .orre-collection-size-label,
body .orre-shop-pro-size-label{display:none!important}

body .orre-shop-pro-size-list{display:flex!important;flex-wrap:wrap!important;gap:6px!important}

body .orre-home-size-strip > span,
body .orre-collection-size-strip > span,
body .orre-shop-pro-size-list > span{
min-width:40px!important;height:34px!important;display:inline-flex!important;align-items:center!important;
justify-content:center!important;padding:0 10px!important;background:#fff!important;color:#555!important;
border:1px solid #d4d4d4!important;border-radius:0!important;font-family:Arial,Helvetica,sans-serif!important;
font-size:10px!important;font-weight:500!important;line-height:1!important
}

body .product-grid-item .wd-swatches-grid,
body .related.products .wd-swatches-grid,
body .upsells.products .wd-swatches-grid{
display:flex!important;visibility:visible!important;opacity:1!important;width:auto!important;height:auto!important;
margin-top:8px!important;flex-wrap:wrap!important;gap:6px!important
}

body .product-grid-item .wd-swatch-text,
body .related.products .wd-swatch-text,
body .upsells.products .wd-swatch-text{
min-width:40px!important;height:34px!important;display:inline-flex!important;align-items:center!important;
justify-content:center!important;padding:0 10px!important;background:#fff!important;color:#555!important;
border:1px solid #d4d4d4!important;border-radius:0!important;font-size:10px!important;font-weight:500!important;
box-shadow:none!important
}

body .product-grid-item .wd-swatch-text:hover,
body .product-grid-item .wd-swatch-text.wd-active,
body .related.products .wd-swatch-text:hover,
body .upsells.products .wd-swatch-text:hover{
background:#000!important;color:#fff!important;border-color:#000!important
}

body .orre-shop-pro-gallery-slide{transition:opacity .35s ease!important}
body .orre-home-main-image,
body .orre-home-hover-image,
body .orre-collection-main-image,
body .orre-collection-hover-image{transition:opacity .35s ease!important}

body .orre-home-product.orre-auto-alt .orre-home-main-image,
body .orre-collection-card.orre-auto-alt .orre-collection-main-image{opacity:0!important}

body .orre-home-product.orre-auto-alt .orre-home-hover-image,
body .orre-collection-card.orre-auto-alt .orre-collection-hover-image{opacity:1!important}

@media(max-width:767px){
html{scroll-padding-top:58px!important}
body .orre-nav-header{height:58px!important}
body .orre-nav-header .orre-nav-inner{height:58px!important;padding-left:14px!important;padding-right:14px!important}
body .orre-shop-pro-grid,
body .orre-collection-grid,
body .orre-front-products,
body .orre-home-products-grid,
body .orre-related-track{padding-left:10px!important;padding-right:10px!important}
body .orre-shop-pro-grid,
body .orre-collection-grid,
body .orre-front-products,
body .orre-home-products-grid{gap:6px!important}
body .orre-shop-pro-info,
body .orre-collection-card-info,
body .orre-front-product-meta,
body .orre-home-product-info{padding:10px 7px 16px!important}
body .orre-shop-pro-name,
body .orre-collection-card-title,
body .orre-front-product-name,
body .orre-home-product-name{font-size:10.5px!important}
body .orre-shop-pro-price,
body .orre-collection-card-price,
body .orre-front-product-price,
body .orre-home-product-price{font-size:10.5px!important}
body .orre-home-size-strip,
body .orre-collection-size-strip,
body .orre-shop-pro-sizes{padding:7px 7px 0!important;gap:4px!important}
body .orre-home-size-strip > span,
body .orre-collection-size-strip > span,
body .orre-shop-pro-size-list > span,
body .product-grid-item .wd-swatch-text{min-width:33px!important;height:30px!important;padding:0 7px!important;font-size:9px!important}
}

.orre-home-size-strip,
.orre-collection-size-strip,
.orre-shop-pro-sizes{
    display:flex!important;
    visibility:visible!important;
    opacity:1!important;

    position:relative!important;

    width:100%!important;
    height:auto!important;
    min-height:0!important;
    max-height:none!important;

    margin:0!important;
    padding:10px 14px 0!important;

    flex-wrap:wrap!important;
    align-items:center!important;

    gap:6px!important;

    background:#fff!important;

    transform:none!important;
    overflow:visible!important;
}

.orre-home-size-label,
.orre-collection-size-label,
.orre-shop-pro-size-label{
    display:none!important;
}

.orre-shop-pro-size-list{
    display:flex!important;

    flex-wrap:wrap!important;
    align-items:center!important;

    gap:6px!important;

    width:100%!important;

    margin:0!important;
    padding:0!important;
}

.orre-home-size-strip > span,
.orre-collection-size-strip > span,
.orre-shop-pro-size-list > span{
    display:inline-flex!important;

    align-items:center!important;
    justify-content:center!important;

    min-width:39px!important;
    width:auto!important;
    height:34px!important;

    margin:0!important;
    padding:0 10px!important;

    background:#fff!important;
    color:#444!important;

    border:1px solid #d4d4d4!important;
    border-radius:0!important;

    font-family:Arial, Helvetica, sans-serif!important;
    font-size:10px!important;
    font-weight:500!important;
    line-height:1!important;

    letter-spacing:.02em!important;
    text-transform:uppercase!important;

    box-shadow:none!important;

    opacity:1!important;
    visibility:visible!important;

    cursor:pointer!important;

    transition:
        background .18s ease,
        color .18s ease,
        border-color .18s ease!important;
}

.orre-home-size-strip > span:hover,
.orre-collection-size-strip > span:hover,
.orre-shop-pro-size-list > span:hover{
    background:#000!important;
    color:#fff!important;
    border-color:#000!important;
}

.product-grid-item .wd-swatches-grid,
.related.products .wd-swatches-grid,
.upsells.products .wd-swatches-grid{
    display:flex!important;
    visibility:visible!important;
    opacity:1!important;

    width:100%!important;
    height:auto!important;
    min-height:0!important;

    margin:8px 0 0!important;
    padding:0!important;

    flex-wrap:wrap!important;
    align-items:center!important;

    gap:6px!important;

    transform:none!important;
    overflow:visible!important;
}

.product-grid-item .wd-swatch-text,
.related.products .wd-swatch-text,
.upsells.products .wd-swatch-text{
    display:inline-flex!important;

    align-items:center!important;
    justify-content:center!important;

    min-width:39px!important;
    width:auto!important;
    height:34px!important;

    padding:0 10px!important;
    margin:0!important;

    background:#fff!important;
    color:#444!important;

    border:1px solid #d4d4d4!important;
    border-radius:0!important;

    font-size:10px!important;
    font-weight:500!important;

    box-shadow:none!important;

    opacity:1!important;
    visibility:visible!important;
}

.product-grid-item .wd-swatch-text:hover,
.product-grid-item .wd-swatch-text.wd-active{
    background:#000!important;
    color:#fff!important;
    border-color:#000!important;
}

@media (min-width:768px){

    .orre-home-size-strip,
    .orre-collection-size-strip,
    .orre-shop-pro-sizes{
        display:flex!important;
        padding:10px 14px 0!important;
    }

    .orre-home-size-strip > span,
    .orre-collection-size-strip > span,
    .orre-shop-pro-size-list > span,
    .product-grid-item .wd-swatch-text{
        min-width:39px!important;
        height:34px!important;

        padding:0 10px!important;

        font-size:10px!important;
    }
}

@media (max-width:767px){

    .orre-home-size-strip,
    .orre-collection-size-strip,
    .orre-shop-pro-sizes{
        display:flex!important;

        padding:8px 7px 0!important;

        gap:5px!important;
    }

    .orre-shop-pro-size-list{
        gap:5px!important;
    }

    .orre-home-size-strip > span,
    .orre-collection-size-strip > span,
    .orre-shop-pro-size-list > span,
    .product-grid-item .wd-swatch-text{
        min-width:34px!important;
        height:30px!important;

        padding:0 7px!important;

        font-size:9px!important;
    }
}

.orre-home-size-strip{
    display:flex!important;
    flex-wrap:wrap!important;
    align-items:center!important;

    gap:6px!important;

    width:100%!important;

    margin:0!important;
    padding:10px 14px 0!important;

    background:#fff!important;
}

.orre-home-size-strip span{
    min-width:40px!important;
    height:34px!important;

    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;

    padding:0 10px!important;

    color:#555!important;
    background:#fff!important;

    border:1px solid #d5d5d5!important;
    border-radius:0!important;

    font-size:10px!important;
    font-weight:500!important;
    line-height:1!important;

    text-transform:uppercase!important;
}

.orre-home-size-strip span:hover{
    background:#000!important;
    color:#fff!important;
    border-color:#000!important;
}

@media(max-width:767px){

    .orre-home-size-strip{
        gap:4px!important;
        padding:7px 7px 0!important;
    }

    .orre-home-size-strip span{
        min-width:33px!important;
        height:30px!important;

        padding:0 7px!important;

        font-size:9px!important;
    }
}

body .orre-home-product-grid,
body .orre-shop-pro-grid,
body .orre-collection-grid,
body .orre-related-track {
    box-sizing: border-box !important;
    width: 100% !important;
    padding-left: clamp(22px,3vw,56px) !important;
    padding-right: clamp(22px,3vw,56px) !important;
}

body .orre-product-slider {
    scroll-padding-left: clamp(22px,3vw,56px) !important;
    scroll-padding-right: clamp(22px,3vw,56px) !important;
}

body .orre-home-hero,
body .orre-home-editorial,
body .orre-home-brand,
body .orre-brand-strip {
    width: 100% !important;
    max-width: none !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

body .orre-home-product-grid,
body .orre-shop-pro-grid,
body .orre-collection-grid {
    gap: 12px !important;
}

body .orre-home-size-strip {
    position: relative !important;
    display: flex !important;
    visibility: visible !important;
    opacity: 1 !important;
    width: 100% !important;
    height: auto !important;
    min-height: 44px !important;
    max-height: none !important;
    margin: 0 !important;
    padding: 10px 14px 0 !important;
    flex-wrap: wrap !important;
    align-items: flex-start !important;
    gap: 6px !important;
    background: #fff !important;
    transform: none !important;
    overflow: visible !important;
}

    body .orre-home-size-strip > span {
        min-width: 40px !important;
        width: auto !important;
        height: 34px !important;
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        margin: 0 !important;
        padding: 0 10px !important;
        background: #fff !important;
        color: #555 !important;
        border: 1px solid #d4d4d4 !important;
        border-radius: 0 !important;
        font-family: Arial,Helvetica,sans-serif !important;
        font-size: 10px !important;
        font-weight: 500 !important;
        line-height: 1 !important;
        letter-spacing: .02em !important;
        text-transform: uppercase !important;
        box-shadow: none !important;
    }

body .orre-shop-pro-sizes,
body .orre-collection-size-strip {
    display: flex !important;
    visibility: visible !important;
    opacity: 1 !important;
    width: 100% !important;
    height: auto !important;
    min-height: 44px !important;
    margin: 0 !important;
    padding: 10px 14px 0 !important;
    gap: 6px !important;
    flex-wrap: wrap !important;
    background: #fff !important;
    transform: none !important;
    overflow: visible !important;
}

body .orre-shop-pro-size-label,
body .orre-collection-size-label {
    display: none !important;
}

body .orre-shop-pro-size-list {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 6px !important;
}

    body .orre-shop-pro-size-list > span,
    body .orre-collection-size-strip > span {
        min-width: 40px !important;
        width: auto !important;
        height: 34px !important;
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        padding: 0 10px !important;
        background: #fff !important;
        color: #555 !important;
        border: 1px solid #d4d4d4 !important;
        border-radius: 0 !important;
        font-size: 10px !important;
        font-weight: 500 !important;
    }

body .product-grid-item .wd-swatches-grid,
body .related.products .wd-swatches-grid,
body .upsells.products .wd-swatches-grid {
    display: flex !important;
    visibility: visible !important;
    opacity: 1 !important;
    width: 100% !important;
    height: auto !important;
    margin: 8px 0 0 !important;
    padding: 0 !important;
    flex-wrap: wrap !important;
    gap: 6px !important;
}

body .product-grid-item .wd-swatch-text,
body .related.products .wd-swatch-text,
body .upsells.products .wd-swatch-text {
    min-width: 40px !important;
    height: 34px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0 10px !important;
    background: #fff !important;
    color: #555 !important;
    border: 1px solid #d4d4d4 !important;
    border-radius: 0 !important;
    font-size: 10px !important;
    font-weight: 500 !important;
    box-shadow: none !important;
}

body .orre-home-product-info,
body .orre-shop-pro-info,
body .orre-collection-card-info {
    margin: 0 !important;
    padding: 13px 14px 24px !important;
    background: #fff !important;
}

body .orre-home-product-name,
body .orre-shop-pro-name,
body .orre-collection-card-title {
    display: block !important;
    margin: 0 !important;
    color: #111 !important;
    font-family: Arial,Helvetica,sans-serif !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    line-height: 1.35 !important;
    letter-spacing: .01em !important;
    text-transform: uppercase !important;
}

body .orre-home-product-price,
body .orre-shop-pro-price,
body .orre-collection-card-price {
    display: block !important;
    margin-top: 7px !important;
    color: #111 !important;
    font-family: Arial,Helvetica,sans-serif !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    line-height: 1.3 !important;
}

body .woocommerce-Price-currencySymbol {
    display: inline-block !important;
    margin-right: 5px !important;
}

@media(max-width:1024px) {

    body .orre-home-product-grid,
    body .orre-shop-pro-grid,
    body .orre-collection-grid,
    body .orre-related-track {
        padding-left: 18px !important;
        padding-right: 18px !important;
    }

    body .orre-home-product-grid,
    body .orre-shop-pro-grid,
    body .orre-collection-grid {
        gap: 8px !important;
    }
}

@media(max-width:767px) {

    body .orre-home-product-grid,
    body .orre-shop-pro-grid,
    body .orre-collection-grid,
    body .orre-related-track {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    body .orre-home-product-grid,
    body .orre-shop-pro-grid,
    body .orre-collection-grid {
        gap: 6px !important;
    }

    body .orre-home-size-strip,
    body .orre-shop-pro-sizes,
    body .orre-collection-size-strip {
        min-height: 38px !important;
        padding: 7px 7px 0 !important;
        gap: 4px !important;
    }

        body .orre-home-size-strip > span,
        body .orre-shop-pro-size-list > span,
        body .orre-collection-size-strip > span,
        body .product-grid-item .wd-swatch-text {
            min-width: 33px !important;
            height: 30px !important;
            padding: 0 7px !important;
            font-size: 9px !important;
        }

    body .orre-home-product-info,
    body .orre-shop-pro-info,
    body .orre-collection-card-info {
        padding: 10px 7px 17px !important;
    }

    body .orre-home-product-name,
    body .orre-shop-pro-name,
    body .orre-collection-card-title {
        font-size: 10.5px !important;
    }

    body .orre-home-product-price,
    body .orre-shop-pro-price,
    body .orre-collection-card-price {
        margin-top: 5px !important;
        font-size: 10.5px !important;
    }
}

.orre-home-product-grid,
.orre-shop-pro-grid,
.orre-collection-grid,
.orre-related-track{
    width:100%!important;
    max-width:100%!important;

    box-sizing:border-box!important;

    padding-left:40px!important;
    padding-right:40px!important;

    margin-left:auto!important;
    margin-right:auto!important;
}

.orre-home-product-grid,
.orre-shop-pro-grid,
.orre-collection-grid{
    gap:16px!important;
    column-gap:16px!important;
    row-gap:24px!important;
}

.orre-home-product,
.orre-shop-pro-card,
.orre-collection-card{
    min-width:0!important;

    margin:0!important;
    padding:0!important;

    background:#fff!important;
}

.orre-home-product-media,
.orre-shop-pro-gallery,
.orre-collection-card-media{
    width:100%!important;

    margin:0!important;
    padding:0!important;

    overflow:hidden!important;

    background:#f3efed!important;
}

.orre-home-product-media img,
.orre-shop-pro-gallery img,
.orre-collection-card-media img{
    display:block!important;

    width:100%!important;
    height:100%!important;

    margin:0!important;

    object-fit:cover!important;
    object-position:center!important;
}

.orre-home-size-strip,
.orre-shop-pro-sizes,
.orre-collection-size-strip{
    box-sizing:border-box!important;

    width:100%!important;

    margin:0!important;
    padding:10px 12px 0!important;

    gap:6px!important;

    background:#fff!important;
}

.orre-home-product-info,
.orre-shop-pro-info,
.orre-collection-card-info{
    box-sizing:border-box!important;

    width:100%!important;

    margin:0!important;
    padding:14px 12px 24px!important;

    background:#fff!important;
}

.orre-home-product-name,
.orre-shop-pro-name,
.orre-collection-card-title{
    margin:0!important;

    font-size:13px!important;
    font-weight:700!important;
    line-height:1.35!important;

    text-transform:uppercase!important;
}

.orre-home-product-price,
.orre-shop-pro-price,
.orre-collection-card-price{
    margin-top:7px!important;

    font-size:12px!important;
    font-weight:700!important;
}

.woocommerce-Price-currencySymbol{
    display:inline-block!important;
    margin-right:5px!important;
}

@media(max-width:1024px){

    .orre-home-product-grid,
    .orre-shop-pro-grid,
    .orre-collection-grid,
    .orre-related-track{
        padding-left:24px!important;
        padding-right:24px!important;
    }

    .orre-home-product-grid,
    .orre-shop-pro-grid,
    .orre-collection-grid{
        gap:12px!important;
    }
}

@media(max-width:767px){

    .orre-home-product-grid,
    .orre-shop-pro-grid,
    .orre-collection-grid,
    .orre-related-track{
        padding-left:12px!important;
        padding-right:12px!important;
    }

    .orre-home-product-grid,
    .orre-shop-pro-grid,
    .orre-collection-grid{
        gap:8px!important;
        row-gap:18px!important;
    }

    .orre-home-size-strip,
    .orre-shop-pro-sizes,
    .orre-collection-size-strip{
        padding:7px 7px 0!important;
    }

    .orre-home-product-info,
    .orre-shop-pro-info,
    .orre-collection-card-info{
        padding:10px 7px 16px!important;
    }
}

:root{
    --orre-page-gutter: 56px;
    --orre-card-gap: 16px;
}

.orre-home-new,
.orre-home-collection{
    padding-left:var(--orre-page-gutter)!important;
    padding-right:var(--orre-page-gutter)!important;

    box-sizing:border-box!important;
}

.orre-home-new .orre-home-section-header,
.orre-home-collection .orre-home-section-header{
    padding-left:0!important;
    padding-right:0!important;
}

.orre-home-product-grid{
    width:100%!important;

    padding-left:0!important;
    padding-right:0!important;

    gap:var(--orre-card-gap)!important;

    box-sizing:border-box!important;
}

.orre-slider-shell{
    position:relative!important;

    width:100%!important;

    margin:0!important;
    padding:0!important;

    box-sizing:border-box!important;
}

.orre-inside{
    width:100%!important;

    padding-left:var(--orre-page-gutter)!important;
    padding-right:var(--orre-page-gutter)!important;

    box-sizing:border-box!important;
}

.orre-inside-head{
    width:100%!important;

    margin-left:auto!important;
    margin-right:auto!important;

    padding-left:0!important;
    padding-right:0!important;

    box-sizing:border-box!important;
}

.orre-inside-shell{
    position:relative!important;

    width:100%!important;

    margin:0!important;
    padding:0!important;

    box-sizing:border-box!important;
}

.orre-inside-track{
    width:100%!important;

    margin:0!important;

    padding-left:0!important;
    padding-right:0!important;

    gap:30px!important;

    box-sizing:border-box!important;
}

.orre-home-product,
.orre-inside-card{
    margin:0!important;
}

.orre-shop-pro-products,
.orre-collection-products{
    padding-left:var(--orre-page-gutter)!important;
    padding-right:var(--orre-page-gutter)!important;

    box-sizing:border-box!important;
}

.orre-shop-pro-grid,
.orre-collection-grid{
    width:100%!important;

    padding-left:0!important;
    padding-right:0!important;

    gap:var(--orre-card-gap)!important;

    box-sizing:border-box!important;
}

.orre-related-section,
.related.products,
.upsells.products{
    padding-left:var(--orre-page-gutter)!important;
    padding-right:var(--orre-page-gutter)!important;

    box-sizing:border-box!important;
}

.orre-related-track{
    width:100%!important;

    padding-left:0!important;
    padding-right:0!important;

    gap:var(--orre-card-gap)!important;

    box-sizing:border-box!important;
}

.orre-slider-prev,
.orre-inside-prev{
    left:-28px!important;
}

.orre-slider-next,
.orre-inside-next{
    right:-28px!important;
}

@media(max-width:1024px){

    :root{
        --orre-page-gutter: 28px;
        --orre-card-gap: 12px;
    }

    .orre-inside-track{
        gap:18px!important;
    }

    .orre-slider-prev,
    .orre-inside-prev{
        left:-14px!important;
    }

    .orre-slider-next,
    .orre-inside-next{
        right:-14px!important;
    }
}

@media(max-width:767px){

    :root{
        --orre-page-gutter: 12px;
        --orre-card-gap: 8px;
    }

    .orre-home-new,
    .orre-home-collection,
    .orre-inside,
    .orre-shop-pro-products,
    .orre-collection-products,
    .orre-related-section,
    .related.products,
    .upsells.products{
        padding-left:12px!important;
        padding-right:12px!important;
    }

    .orre-inside-track{
        gap:12px!important;
    }

    .orre-slider-prev,
    .orre-inside-prev{
        left:4px!important;
    }

    .orre-slider-next,
    .orre-inside-next{
        right:4px!important;
    }
}

.orre-home-new,
.orre-home-collection{
    box-sizing:border-box!important;
    width:100%!important;
    padding-left:56px!important;
    padding-right:56px!important;
}

.orre-slider-shell{
    position:relative!important;
    width:100%!important;
    margin:0!important;
    padding:0!important;
    overflow:visible!important;
}

.orre-home-product-grid{
    box-sizing:border-box!important;
    width:100%!important;
    padding-left:0!important;
    padding-right:0!important;
    gap:16px!important;
}

.orre-slider-arrow{
    position:absolute!important;
    top:42%!important;
    z-index:50!important;

    width:50px!important;
    height:50px!important;

    display:flex!important;
    align-items:center!important;
    justify-content:center!important;

    padding:0!important;
    margin:0!important;

    background:rgba(255,255,255,.96)!important;
    color:#111!important;

    border:1px solid rgba(0,0,0,.08)!important;
    border-radius:50%!important;

    box-shadow:0 5px 18px rgba(0,0,0,.10)!important;

    transform:translateY(-50%)!important;

    cursor:pointer!important;
}

.orre-slider-prev{
    left:10px!important;
}

.orre-slider-next{
    right:10px!important;
}

.orre-slider-arrow:hover{
    background:#000!important;
    color:#fff!important;
}

.orre-slider-arrow > span{
    position:relative!important;
    display:block!important;
    width:12px!important;
    height:12px!important;
}

.orre-slider-arrow > span::before{
    content:""!important;
    position:absolute!important;
    top:50%!important;
    left:50%!important;
    width:8px!important;
    height:8px!important;
    border-top:1.5px solid currentColor!important;
    border-right:1.5px solid currentColor!important;
}

.orre-slider-prev > span::before{
    transform:translate(-35%,-50%) rotate(-135deg)!important;
}

.orre-slider-next > span::before{
    transform:translate(-65%,-50%) rotate(45deg)!important;
}

.orre-home-size-strip{
    display:flex!important;
    visibility:visible!important;
    opacity:1!important;

    width:100%!important;
    min-height:44px!important;

    margin:0!important;
    padding:10px 12px 0!important;

    flex-wrap:wrap!important;
    align-items:center!important;
    gap:6px!important;

    background:#fff!important;
    overflow:visible!important;
    transform:none!important;
}

.orre-home-size-strip > span{
    min-width:40px!important;
    height:34px!important;

    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;

    padding:0 10px!important;

    background:#fff!important;
    color:#444!important;

    border:1px solid #d4d4d4!important;
    border-radius:0!important;

    font-family:Arial,Helvetica,sans-serif!important;
    font-size:10px!important;
    font-weight:500!important;
    line-height:1!important;
    text-transform:uppercase!important;
}

.orre-home-product-info{
    box-sizing:border-box!important;
    width:100%!important;

    margin:0!important;
    padding:12px 12px 22px!important;

    background:#fff!important;
}

.orre-home-product-name{
    margin:0!important;
    font-size:13px!important;
    font-weight:700!important;
    line-height:1.35!important;
    text-transform:uppercase!important;
}

.orre-home-product-price{
    margin-top:7px!important;
    font-size:12px!important;
    font-weight:700!important;
}

@media(max-width:1024px){

    .orre-home-new,
    .orre-home-collection{
        padding-left:28px!important;
        padding-right:28px!important;
    }

    .orre-home-product-grid{
        gap:12px!important;
    }

    .orre-slider-arrow{
        width:44px!important;
        height:44px!important;
    }

    .orre-slider-prev{
        left:8px!important;
    }

    .orre-slider-next{
        right:8px!important;
    }
}

@media(max-width:767px){

    .orre-home-new,
    .orre-home-collection{
        padding-left:12px!important;
        padding-right:12px!important;
    }

    .orre-home-product-grid{
        gap:8px!important;
    }

    .orre-slider-arrow{
        width:38px!important;
        height:38px!important;
        top:40%!important;
    }

    .orre-slider-prev{
        left:5px!important;
    }

    .orre-slider-next{
        right:5px!important;
    }

    .orre-home-size-strip{
        min-height:38px!important;
        padding:7px 7px 0!important;
        gap:4px!important;
    }

    .orre-home-size-strip > span{
        min-width:33px!important;
        height:30px!important;
        padding:0 7px!important;
        font-size:9px!important;
    }

    .orre-home-product-info{
        padding:10px 7px 16px!important;
    }
}

.orre-home-new,
.orre-home-collection{
    box-sizing:border-box!important;
    width:100%!important;
    padding-left:64px!important;
    padding-right:64px!important;
}

.orre-slider-shell{
    position:relative!important;
    width:100%!important;
    margin:0!important;
    padding:0!important;
    overflow:hidden!important;
}

.orre-home-product-grid{
    box-sizing:border-box!important;
    width:100%!important;
    gap:16px!important;
    padding:0!important;
    margin:0!important;
}

.orre-home-product{
    min-width:0!important;
    margin:0!important;
    background:#fff!important;
}

.orre-slider-arrow{
    position:absolute!important;
    top:42%!important;
    z-index:60!important;

    width:48px!important;
    height:48px!important;

    display:flex!important;
    align-items:center!important;
    justify-content:center!important;

    margin:0!important;
    padding:0!important;

    background:#fff!important;
    color:#111!important;

    border:1px solid rgba(0,0,0,.10)!important;
    border-radius:50%!important;

    box-shadow:0 4px 16px rgba(0,0,0,.10)!important;

    transform:translateY(-50%)!important;
}

.orre-slider-prev{
    left:14px!important;
}

.orre-slider-next{
    right:14px!important;
}

.orre-slider-arrow svg{
    width:20px!important;
    height:20px!important;

    display:block!important;

    fill:none!important;
    stroke:currentColor!important;
    stroke-width:1.8!important;
    stroke-linecap:round!important;
    stroke-linejoin:round!important;
}

.orre-slider-arrow:hover{
    background:#000!important;
    color:#fff!important;
}

.orre-slider-arrow > span,
.orre-slider-arrow::before,
.orre-slider-arrow::after,
.orre-slider-arrow > span::before,
.orre-slider-arrow > span::after{
    display:none!important;
    content:none!important;
}

.orre-home-size-strip{
    box-sizing:border-box!important;

    display:flex!important;
    visibility:visible!important;
    opacity:1!important;

    width:100%!important;
    min-height:46px!important;

    margin:0!important;
    padding:10px 12px 2px!important;

    flex-wrap:wrap!important;
    align-items:center!important;
    gap:6px!important;

    background:#fff!important;

    transform:none!important;
    overflow:visible!important;
}

.orre-home-size-strip > span{
    min-width:40px!important;
    height:34px!important;

    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;

    margin:0!important;
    padding:0 10px!important;

    color:#444!important;
    background:#fff!important;

    border:1px solid #d4d4d4!important;
    border-radius:0!important;

    font-family:Arial,Helvetica,sans-serif!important;
    font-size:10px!important;
    font-weight:500!important;
    line-height:1!important;

    text-transform:uppercase!important;
}

.orre-home-product-info{
    box-sizing:border-box!important;
    width:100%!important;

    margin:0!important;
    padding:12px 12px 22px!important;

    background:#fff!important;
}

@media(max-width:1024px){

    .orre-home-new,
    .orre-home-collection{
        padding-left:28px!important;
        padding-right:28px!important;
    }

    .orre-home-product-grid{
        gap:12px!important;
    }

    .orre-slider-arrow{
        width:44px!important;
        height:44px!important;
    }

    .orre-slider-prev{
        left:10px!important;
    }

    .orre-slider-next{
        right:10px!important;
    }
}

@media(max-width:767px){

    .orre-home-new,
    .orre-home-collection{
        padding-left:12px!important;
        padding-right:12px!important;
    }

    .orre-home-product-grid{
        gap:8px!important;
    }

    .orre-slider-arrow{
        width:38px!important;
        height:38px!important;
        top:40%!important;
    }

    .orre-slider-prev{
        left:6px!important;
    }

    .orre-slider-next{
        right:6px!important;
    }

    .orre-home-size-strip{
        min-height:38px!important;
        padding:7px 7px 2px!important;
        gap:4px!important;
    }

    .orre-home-size-strip > span{
        min-width:33px!important;
        height:30px!important;
        padding:0 7px!important;
        font-size:9px!important;
    }
}

body.home .orre-home-collection{
    width:100%!important;
    padding-left:56px!important;
    padding-right:56px!important;
    box-sizing:border-box!important;
}

body.home .orre-home-collection .orre-slider-shell{
    position:relative!important;
    width:100%!important;
    margin:0!important;
    padding:0!important;
    overflow:hidden!important;
}

body.home .orre-product-slider{
    display:flex!important;
    width:100%!important;
    gap:16px!important;
    margin:0!important;
    padding:0!important;
    overflow-x:auto!important;
    overflow-y:hidden!important;
    scroll-snap-type:x proximity!important;
    scrollbar-width:none!important;
}

body.home .orre-product-slider::-webkit-scrollbar{
    display:none!important;
}

body.home .orre-product-slider > .orre-home-product{
    flex:0 0 calc((100% - 48px) / 4)!important;
    width:calc((100% - 48px) / 4)!important;
    max-width:calc((100% - 48px) / 4)!important;
    min-width:0!important;
    margin:0!important;
    padding:0 0 24px!important;
    scroll-snap-align:start!important;
}

body.home .orre-home-size-strip{
    position:static!important;
    inset:auto!important;

    display:flex!important;
    visibility:visible!important;
    opacity:1!important;
    transform:none!important;

    width:100%!important;
    min-height:46px!important;

    margin:0!important;
    padding:10px 12px 2px!important;

    align-items:center!important;
    justify-content:flex-start!important;
    flex-wrap:wrap!important;
    gap:6px!important;

    background:#fff!important;
    overflow:visible!important;

    transition:none!important;
}

body.home .orre-home-product:hover .orre-home-size-strip{
    opacity:1!important;
    transform:none!important;
}

body.home .orre-home-size-strip > span{
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;

    min-width:40px!important;
    width:auto!important;
    height:34px!important;

    margin:0!important;
    padding:0 10px!important;

    background:#fff!important;
    color:#555!important;

    border:1px solid #d5d5d5!important;
    border-radius:0!important;

    box-shadow:none!important;

    font-family:Arial,Helvetica,sans-serif!important;
    font-size:10px!important;
    font-weight:500!important;
    line-height:1!important;
    letter-spacing:0!important;
    text-transform:uppercase!important;
}

body.home .orre-home-product-info{
    margin:0!important;
    padding:10px 12px 24px!important;
    background:#fff!important;
}

body.home .orre-slider-arrow,
body.home .orre-slider-arrow:hover,
body.home .orre-slider-arrow:focus{
    position:absolute!important;
    top:42%!important;
    z-index:100!important;

    width:52px!important;
    height:52px!important;

    display:flex!important;
    align-items:center!important;
    justify-content:center!important;

    margin:0!important;
    padding:0!important;

    background:#fff!important;
    color:#111!important;

    border:1px solid #e2e2e2!important;
    border-radius:50%!important;

    box-shadow:0 5px 18px rgba(0,0,0,.10)!important;

    transform:translateY(-50%)!important;
}

body.home .orre-slider-prev{
    left:12px!important;
}

body.home .orre-slider-next{
    right:12px!important;
}

body.home .orre-slider-arrow span{
    position:relative!important;
    display:block!important;
    width:14px!important;
    height:14px!important;
}

body.home .orre-slider-arrow span::before{
    content:""!important;
    position:absolute!important;
    top:50%!important;
    left:50%!important;
    width:8px!important;
    height:8px!important;
    border-top:1.8px solid currentColor!important;
    border-right:1.8px solid currentColor!important;
}

body.home .orre-slider-prev span::before{
    transform:translate(-35%,-50%) rotate(-135deg)!important;
}

body.home .orre-slider-next span::before{
    transform:translate(-65%,-50%) rotate(45deg)!important;
}

body.post-type-archive-product .orre-shop-pro-sizes,
body.post-type-archive-product .orre-shop-pro-size-list{
    display:flex!important;
    visibility:visible!important;
    opacity:1!important;
}

body.post-type-archive-product .orre-shop-pro-size-label{
    display:none!important;
}

body.post-type-archive-product .orre-shop-pro-sizes{
    position:static!important;
    width:100%!important;
    min-height:46px!important;
    margin:0!important;
    padding:10px 12px 2px!important;
    align-items:center!important;
    justify-content:flex-start!important;
    background:#fff!important;
}

body.post-type-archive-product .orre-shop-pro-size-list{
    align-items:center!important;
    justify-content:flex-start!important;
    flex-wrap:wrap!important;
    gap:6px!important;
}

body.post-type-archive-product .orre-shop-pro-size-list > span{
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    min-width:40px!important;
    height:34px!important;
    padding:0 10px!important;
    margin:0!important;
    background:#fff!important;
    color:#555!important;
    border:1px solid #d5d5d5!important;
    border-radius:0!important;
    font-size:10px!important;
    font-weight:500!important;
    line-height:1!important;
}

body.tax-product_cat .orre-collection-sizes{
    display:flex!important;
    visibility:visible!important;
    opacity:1!important;
    transform:none!important;
}

@media(max-width:1024px){
    body.home .orre-home-collection{
        padding-left:28px!important;
        padding-right:28px!important;
    }

    body.home .orre-product-slider{
        gap:12px!important;
    }

    body.home .orre-product-slider > .orre-home-product{
        flex-basis:calc((100% - 24px) / 3)!important;
        width:calc((100% - 24px) / 3)!important;
        max-width:calc((100% - 24px) / 3)!important;
    }
}

@media(max-width:767px){
    body.home .orre-home-collection{
        padding-left:12px!important;
        padding-right:12px!important;
    }

    body.home .orre-product-slider{
        gap:10px!important;
    }

    body.home .orre-product-slider > .orre-home-product{
        flex:0 0 78vw!important;
        width:78vw!important;
        max-width:330px!important;
    }

    body.home .orre-home-size-strip{
        min-height:38px!important;
        padding:7px 7px 2px!important;
        gap:4px!important;
    }

    body.home .orre-home-size-strip > span{
        min-width:33px!important;
        height:30px!important;
        padding:0 7px!important;
        font-size:9px!important;
    }

    body.home .orre-slider-arrow{
        display:none!important;
    }
}

.orre-home-product-name,
.orre-collection-product-name,
.orre-shop-pro-name,
.orre-pdp-final-related-info > a{
    color:#111!important;
    font-family:Arial,Helvetica,sans-serif!important;
    font-size:14px!important;
    font-weight:700!important;
    line-height:1.35!important;
    letter-spacing:.01em!important;
    text-transform:uppercase!important;
}

.orre-home-product-price,
.orre-collection-product-price,
.orre-shop-pro-price,
.orre-pdp-final-related-info > span{
    margin-top:8px!important;
    color:#111!important;
    font-family:Arial,Helvetica,sans-serif!important;
    font-size:14px!important;
    font-weight:700!important;
    line-height:1.25!important;
}

.woocommerce-Price-currencySymbol{
    display:inline-block!important;
    margin-right:5px!important;
}

.orre-home-size-strip,
.orre-collection-sizes,
.orre-shop-pro-sizes,
.orre-shop-pro-size-list{
    position:static!important;
    inset:auto!important;
    display:flex!important;
    visibility:visible!important;
    opacity:1!important;
    transform:none!important;
    flex-wrap:wrap!important;
    align-items:center!important;
    justify-content:flex-start!important;
    gap:6px!important;
    width:100%!important;
    min-height:48px!important;
    margin:0!important;
    padding:10px 12px 4px!important;
    background:#fff!important;
    overflow:visible!important;
    transition:none!important;
}

.orre-home-size-strip > span,
.orre-collection-sizes > span,
.orre-shop-pro-size-list > span{
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    min-width:42px!important;
    height:36px!important;
    margin:0!important;
    padding:0 11px!important;
    background:#000!important;
    color:#fff!important;
    border:1px solid #000!important;
    border-radius:0!important;
    box-shadow:none!important;
    font-family:Arial,Helvetica,sans-serif!important;
    font-size:10px!important;
    font-weight:700!important;
    line-height:1!important;
    letter-spacing:.04em!important;
    text-transform:uppercase!important;
}

.orre-home-product:hover .orre-home-size-strip,
.orre-collection-card:hover .orre-collection-sizes{
    opacity:1!important;
    transform:none!important;
}

.orre-shop-pro-size-label{
    display:none!important;
}

.orre-home-product-info,
.orre-collection-card-info,
.orre-shop-pro-info,
.orre-pdp-final-related-info{
    padding:12px 12px 24px!important;
    background:#fff!important;
}

body.single-product,
body.single-product #page,
body.single-product .website-wrapper,
body.single-product .main-page-wrapper,
body.single-product .site-content,
body.single-product .orre-single-product-page,
body.single-product .orre-pdp-final,
body.single-product .orre-pdp-final-main,
body.single-product .orre-pdp-final-gallery,
body.single-product .orre-pdp-kiji-gallery,
body.single-product .orre-pdp-kiji-main-link,
body.single-product .orre-pdp-kiji-thumbs,
body.single-product .orre-pdp-kiji-thumb{
    background:#fff!important;
}

body.single-product .orre-pdp-kiji-main-image{
    display:block!important;
    width:100%!important;
    height:auto!important;
    max-height:720px!important;
    min-height:0!important;
    margin:0 auto!important;
    object-fit:contain!important;
    object-position:center!important;
    background:#fff!important;
}

body.single-product .orre-pdp-kiji-thumb img{
    object-fit:contain!important;
    background:#fff!important;
}

body.single-product .orre-pdp-final-summary-inner{
    padding-top:42px!important;
}

body.single-product .orre-pdp-final-title{
    color:#111!important;
    font-family:Arial,Helvetica,sans-serif!important;
    font-size:32px!important;
    font-weight:700!important;
    line-height:1.08!important;
    letter-spacing:-.02em!important;
    text-transform:uppercase!important;
}

body.single-product .orre-pdp-final-codes{
    margin-top:12px!important;
    color:#777!important;
    font-family:Arial,Helvetica,sans-serif!important;
    font-size:10px!important;
    font-weight:500!important;
    letter-spacing:.06em!important;
}

body.single-product .orre-pdp-final-price{
    margin-top:20px!important;
    color:#111!important;
    font-family:Arial,Helvetica,sans-serif!important;
    font-size:24px!important;
    font-weight:700!important;
    line-height:1.1!important;
}

body.single-product .orre-pdp-final-short-description{
    max-width:620px!important;
    margin-top:22px!important;
    color:#333!important;
    font-family:Arial,Helvetica,sans-serif!important;
    font-size:14px!important;
    font-weight:400!important;
    line-height:1.7!important;
}

body.single-product .orre-pdp-final-short-description p{
    margin:0 0 12px!important;
}

body.single-product .orre-pdp-final-buy .variations,
body.single-product .orre-pdp-final-buy .variations tbody,
body.single-product .orre-pdp-final-buy .variations tr,
body.single-product .orre-pdp-final-buy .variations th,
body.single-product .orre-pdp-final-buy .variations td{
    display:block!important;
    visibility:visible!important;
    opacity:1!important;
    width:100%!important;
}

body.single-product .orre-pdp-final-buy .variations{
    margin:0 0 22px!important;
    padding:0!important;
    border:0!important;
}

body.single-product .orre-pdp-final-buy .variations tr{
    margin:0 0 18px!important;
}

body.single-product .orre-pdp-final-buy .variations th,
body.single-product .orre-pdp-final-buy .variations td{
    margin:0!important;
    padding:0!important;
    border:0!important;
}

body.single-product .orre-pdp-final-buy .variations label{
    display:block!important;
    margin:0 0 10px!important;
    color:#111!important;
    font-family:Arial,Helvetica,sans-serif!important;
    font-size:11px!important;
    font-weight:700!important;
    line-height:1!important;
    letter-spacing:.08em!important;
    text-transform:uppercase!important;
}

body.single-product .orre-pdp-final-buy .wd-swatches-product{
    display:flex!important;
    flex-wrap:wrap!important;
    gap:7px!important;
}

body.single-product .orre-pdp-final-buy .wd-swatch,
body.single-product .orre-pdp-final-buy .wd-swatch-text{
    min-width:46px!important;
    height:38px!important;
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    margin:0!important;
    padding:0 12px!important;
    background:#000!important;
    color:#fff!important;
    border:1px solid #000!important;
    border-radius:0!important;
    font-size:10px!important;
    font-weight:700!important;
}

body.single-product .orre-pdp-final-buy .wd-swatch.wd-active,
body.single-product .orre-pdp-final-buy .wd-swatch.active,
body.single-product .orre-pdp-final-buy .wd-swatch.selected,
body.single-product .orre-pdp-final-buy .wd-swatch:hover{
    background:#fff!important;
    color:#000!important;
    border-color:#000!important;
}

body.single-product .orre-pdp-final-buy .variations select{
    display:block!important;
    width:100%!important;
    max-width:360px!important;
    height:46px!important;
    margin:0!important;
    padding:0 14px!important;
    background:#000!important;
    color:#fff!important;
    border:1px solid #000!important;
    border-radius:0!important;
    font-size:11px!important;
    font-weight:600!important;
}

body.single-product .orre-pdp-final-buy .reset_variations{
    display:inline-block!important;
    margin-top:9px!important;
    color:#555!important;
    font-size:9px!important;
    font-weight:600!important;
    letter-spacing:.06em!important;
}

body.single-product .orre-pdp-static-sizes{
    margin-top:24px!important;
}

body.single-product .orre-pdp-static-sizes-label{
    display:block!important;
    margin-bottom:10px!important;
    color:#111!important;
    font-size:11px!important;
    font-weight:700!important;
    letter-spacing:.08em!important;
}

body.single-product .orre-pdp-static-sizes-list{
    display:flex!important;
    flex-wrap:wrap!important;
    gap:7px!important;
}

body.single-product .orre-pdp-static-sizes-list > span{
    min-width:46px!important;
    height:38px!important;
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    padding:0 12px!important;
    background:#000!important;
    color:#fff!important;
    border:1px solid #000!important;
    font-size:10px!important;
    font-weight:700!important;
}

body.single-product .orre-pdp-final-buy{
    margin-top:28px!important;
}

body.single-product .orre-pdp-final-buy .single_add_to_cart_button{
    min-height:52px!important;
    background:#000!important;
    color:#fff!important;
    border:1px solid #000!important;
    font-size:11px!important;
    font-weight:700!important;
    letter-spacing:.10em!important;
}

@media(max-width:767px){

    .orre-home-product-name,
    .orre-collection-product-name,
    .orre-shop-pro-name{
        font-size:12px!important;
    }

    .orre-home-product-price,
    .orre-collection-product-price,
    .orre-shop-pro-price{
        font-size:12px!important;
    }

    .orre-home-size-strip,
    .orre-collection-sizes,
    .orre-shop-pro-sizes{
        padding:8px 7px 3px!important;
        gap:4px!important;
    }

    .orre-home-size-strip > span,
    .orre-collection-sizes > span,
    .orre-shop-pro-size-list > span{
        min-width:36px!important;
        height:32px!important;
        padding:0 8px!important;
        font-size:9px!important;
    }

    body.single-product .orre-pdp-final-title{
        font-size:25px!important;
    }

    body.single-product .orre-pdp-final-price{
        font-size:20px!important;
    }

    body.single-product .orre-pdp-final-short-description{
        font-size:13px!important;
        line-height:1.65!important;
    }

    body.single-product .orre-pdp-kiji-main-image{
        max-height:none!important;
        object-fit:contain!important;
    }
}

.orre-home-product-name,
.orre-collection-product-name,
.orre-shop-pro-name,
.orre-pdp-final-related-info > a{
    color:#111!important;
    font-family:Arial,Helvetica,sans-serif!important;
    font-size:14px!important;
    font-weight:700!important;
    line-height:1.35!important;
    letter-spacing:.01em!important;
    text-transform:uppercase!important;
}

.orre-home-product-price,
.orre-collection-product-price,
.orre-shop-pro-price,
.orre-pdp-final-related-info > span{
    margin-top:8px!important;
    color:#111!important;
    font-family:Arial,Helvetica,sans-serif!important;
    font-size:14px!important;
    font-weight:700!important;
    line-height:1.25!important;
}

.woocommerce-Price-currencySymbol{
    display:inline-block!important;
    margin-right:5px!important;
}

.orre-home-size-strip,
.orre-collection-sizes,
.orre-shop-pro-sizes,
.orre-shop-pro-size-list{
    position:static!important;
    inset:auto!important;
    display:flex!important;
    visibility:visible!important;
    opacity:1!important;
    transform:none!important;
    flex-wrap:wrap!important;
    align-items:center!important;
    justify-content:flex-start!important;
    gap:6px!important;
    width:100%!important;
    min-height:48px!important;
    margin:0!important;
    padding:10px 12px 4px!important;
    background:#fff!important;
    overflow:visible!important;
    transition:none!important;
}

.orre-home-size-strip > span,
.orre-collection-sizes > span,
.orre-shop-pro-size-list > span{
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    min-width:42px!important;
    height:36px!important;
    margin:0!important;
    padding:0 11px!important;
    background:#000!important;
    color:#fff!important;
    border:1px solid #000!important;
    border-radius:0!important;
    box-shadow:none!important;
    font-family:Arial,Helvetica,sans-serif!important;
    font-size:10px!important;
    font-weight:700!important;
    line-height:1!important;
    letter-spacing:.04em!important;
    text-transform:uppercase!important;
}

.orre-home-product:hover .orre-home-size-strip,
.orre-collection-card:hover .orre-collection-sizes{
    opacity:1!important;
    transform:none!important;
}

.orre-shop-pro-size-label{
    display:none!important;
}

.orre-home-product-info,
.orre-collection-card-info,
.orre-shop-pro-info,
.orre-pdp-final-related-info{
    padding:12px 12px 24px!important;
    background:#fff!important;
}

body.single-product,
body.single-product #page,
body.single-product .website-wrapper,
body.single-product .main-page-wrapper,
body.single-product .site-content,
body.single-product .orre-single-product-page,
body.single-product .orre-pdp-final,
body.single-product .orre-pdp-final-main,
body.single-product .orre-pdp-final-gallery,
body.single-product .orre-pdp-kiji-gallery,
body.single-product .orre-pdp-kiji-main-link,
body.single-product .orre-pdp-kiji-thumbs,
body.single-product .orre-pdp-kiji-thumb{
    background:#fff!important;
}

body.single-product .orre-pdp-kiji-main-image{
    display:block!important;
    width:100%!important;
    height:auto!important;
    max-height:720px!important;
    min-height:0!important;
    margin:0 auto!important;
    object-fit:contain!important;
    object-position:center!important;
    background:#fff!important;
}

body.single-product .orre-pdp-kiji-thumb img{
    object-fit:contain!important;
    background:#fff!important;
}

body.single-product .orre-pdp-final-summary-inner{
    padding-top:42px!important;
}

body.single-product .orre-pdp-final-title{
    color:#111!important;
    font-family:Arial,Helvetica,sans-serif!important;
    font-size:32px!important;
    font-weight:700!important;
    line-height:1.08!important;
    letter-spacing:-.02em!important;
    text-transform:uppercase!important;
}

body.single-product .orre-pdp-final-codes{
    margin-top:12px!important;
    color:#777!important;
    font-family:Arial,Helvetica,sans-serif!important;
    font-size:10px!important;
    font-weight:500!important;
    letter-spacing:.06em!important;
}

body.single-product .orre-pdp-final-price{
    margin-top:20px!important;
    color:#111!important;
    font-family:Arial,Helvetica,sans-serif!important;
    font-size:24px!important;
    font-weight:700!important;
    line-height:1.1!important;
}

body.single-product .orre-pdp-final-short-description{
    max-width:620px!important;
    margin-top:22px!important;
    color:#333!important;
    font-family:Arial,Helvetica,sans-serif!important;
    font-size:14px!important;
    font-weight:400!important;
    line-height:1.7!important;
}

body.single-product .orre-pdp-final-short-description p{
    margin:0 0 12px!important;
}

body.single-product .orre-pdp-final-buy .variations,
body.single-product .orre-pdp-final-buy .variations tbody,
body.single-product .orre-pdp-final-buy .variations tr,
body.single-product .orre-pdp-final-buy .variations th,
body.single-product .orre-pdp-final-buy .variations td{
    display:block!important;
    visibility:visible!important;
    opacity:1!important;
    width:100%!important;
}

body.single-product .orre-pdp-final-buy .variations{
    margin:0 0 22px!important;
    padding:0!important;
    border:0!important;
}

body.single-product .orre-pdp-final-buy .variations tr{
    margin:0 0 18px!important;
}

body.single-product .orre-pdp-final-buy .variations th,
body.single-product .orre-pdp-final-buy .variations td{
    margin:0!important;
    padding:0!important;
    border:0!important;
}

body.single-product .orre-pdp-final-buy .variations label{
    display:block!important;
    margin:0 0 10px!important;
    color:#111!important;
    font-family:Arial,Helvetica,sans-serif!important;
    font-size:11px!important;
    font-weight:700!important;
    line-height:1!important;
    letter-spacing:.08em!important;
    text-transform:uppercase!important;
}

body.single-product .orre-pdp-final-buy .wd-swatches-product{
    display:flex!important;
    flex-wrap:wrap!important;
    gap:7px!important;
}

body.single-product .orre-pdp-final-buy .wd-swatch,
body.single-product .orre-pdp-final-buy .wd-swatch-text{
    min-width:46px!important;
    height:38px!important;
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    margin:0!important;
    padding:0 12px!important;
    background:#000!important;
    color:#fff!important;
    border:1px solid #000!important;
    border-radius:0!important;
    font-size:10px!important;
    font-weight:700!important;
}

body.single-product .orre-pdp-final-buy .wd-swatch.wd-active,
body.single-product .orre-pdp-final-buy .wd-swatch.active,
body.single-product .orre-pdp-final-buy .wd-swatch.selected,
body.single-product .orre-pdp-final-buy .wd-swatch:hover{
    background:#fff!important;
    color:#000!important;
    border-color:#000!important;
}

body.single-product .orre-pdp-final-buy .variations select{
    display:block!important;
    width:100%!important;
    max-width:360px!important;
    height:46px!important;
    margin:0!important;
    padding:0 14px!important;
    background:#000!important;
    color:#fff!important;
    border:1px solid #000!important;
    border-radius:0!important;
    font-size:11px!important;
    font-weight:600!important;
}

body.single-product .orre-pdp-final-buy .reset_variations{
    display:inline-block!important;
    margin-top:9px!important;
    color:#555!important;
    font-size:9px!important;
    font-weight:600!important;
    letter-spacing:.06em!important;
}

body.single-product .orre-pdp-static-sizes{
    margin-top:24px!important;
}

body.single-product .orre-pdp-static-sizes-label{
    display:block!important;
    margin-bottom:10px!important;
    color:#111!important;
    font-size:11px!important;
    font-weight:700!important;
    letter-spacing:.08em!important;
}

body.single-product .orre-pdp-static-sizes-list{
    display:flex!important;
    flex-wrap:wrap!important;
    gap:7px!important;
}

body.single-product .orre-pdp-static-sizes-list > span{
    min-width:46px!important;
    height:38px!important;
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    padding:0 12px!important;
    background:#000!important;
    color:#fff!important;
    border:1px solid #000!important;
    font-size:10px!important;
    font-weight:700!important;
}

body.single-product .orre-pdp-final-buy{
    margin-top:28px!important;
}

body.single-product .orre-pdp-final-buy .single_add_to_cart_button{
    min-height:52px!important;
    background:#000!important;
    color:#fff!important;
    border:1px solid #000!important;
    font-size:11px!important;
    font-weight:700!important;
    letter-spacing:.10em!important;
}

@media(max-width:767px){

    .orre-home-product-name,
    .orre-collection-product-name,
    .orre-shop-pro-name{
        font-size:12px!important;
    }

    .orre-home-product-price,
    .orre-collection-product-price,
    .orre-shop-pro-price{
        font-size:12px!important;
    }

    .orre-home-size-strip,
    .orre-collection-sizes,
    .orre-shop-pro-sizes{
        padding:8px 7px 3px!important;
        gap:4px!important;
    }

    .orre-home-size-strip > span,
    .orre-collection-sizes > span,
    .orre-shop-pro-size-list > span{
        min-width:36px!important;
        height:32px!important;
        padding:0 8px!important;
        font-size:9px!important;
    }

    body.single-product .orre-pdp-final-title{
        font-size:25px!important;
    }

    body.single-product .orre-pdp-final-price{
        font-size:20px!important;
    }

    body.single-product .orre-pdp-final-short-description{
        font-size:13px!important;
        line-height:1.65!important;
    }

    body.single-product .orre-pdp-kiji-main-image{
        max-height:none!important;
        object-fit:contain!important;
    }
}

.orre-home-size-strip > span,
.orre-collection-sizes > span,
.orre-shop-pro-size-list > span{
    background:#fff!important;
    color:#111!important;

    border:1px solid #d4d4d4!important;

    font-weight:500!important;
}

body.single-product .orre-pdp-static-sizes-list,
body.single-product .orre-variable-size-buttons{
    display:flex!important;
    flex-wrap:wrap!important;
    gap:8px!important;

    margin:0!important;
    padding:0!important;
}

body.single-product .orre-size-option{
    min-width:52px!important;
    height:42px!important;

    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;

    margin:0!important;
    padding:0 14px!important;

    background:#fff!important;
    color:#111!important;

    border:1px solid #cfcfcf!important;
    border-radius:0!important;

    box-shadow:none!important;

    font-family:Arial,Helvetica,sans-serif!important;
    font-size:11px!important;
    font-weight:600!important;
    line-height:1!important;

    cursor:pointer!important;

    transition:
        background .18s ease,
        color .18s ease,
        border-color .18s ease!important;
}

body.single-product .orre-size-option:hover{
    border-color:#111!important;
}

body.single-product .orre-size-option.is-selected{
    background:#000!important;
    color:#fff!important;
    border-color:#000!important;
}

body.single-product .orre-size-option.is-disabled,
body.single-product .orre-size-option:disabled{
    opacity:.35!important;
    cursor:not-allowed!important;
    text-decoration:line-through!important;
}

body.single-product .orre-native-size-select{
    position:absolute!important;

    width:1px!important;
    height:1px!important;

    margin:-1px!important;
    padding:0!important;

    overflow:hidden!important;

    clip:rect(0 0 0 0)!important;
    clip-path:inset(50%)!important;

    white-space:nowrap!important;

    border:0!important;
}

body.single-product .orre-pdp-final-buy .wd-swatch,
body.single-product .orre-pdp-final-buy .wd-swatch-text{
    background:#fff!important;
    color:#111!important;
    border:1px solid #cfcfcf!important;
}

body.single-product .orre-pdp-final-buy .wd-swatch.wd-active,
body.single-product .orre-pdp-final-buy .wd-swatch.active,
body.single-product .orre-pdp-final-buy .wd-swatch.selected,
body.single-product .orre-pdp-final-buy .wd-swatch:hover{
    background:#000!important;
    color:#fff!important;
    border-color:#000!important;
}

body.single-product .orre-pdp-static-sizes-label{
    margin-bottom:12px!important;

    font-size:11px!important;
    font-weight:700!important;

    letter-spacing:.08em!important;

    text-transform:uppercase!important;
}

body.single-product .orre-pdp-final-price{
    font-size:25px!important;
    font-weight:700!important;
}

body.single-product .orre-pdp-final-short-description{
    font-size:14px!important;
    line-height:1.75!important;
}

body.single-product .orre-pdp-final-gallery,
body.single-product .orre-pdp-kiji-gallery,
body.single-product .orre-pdp-kiji-main-link,
body.single-product .orre-pdp-kiji-main-image,
body.single-product .orre-pdp-kiji-thumbs,
body.single-product .orre-pdp-kiji-thumb,
body.single-product .orre-pdp-kiji-thumb img{
    background:#fff!important;
}
.orre-slider-arrow,
.orre-slider-prev,
.orre-slider-next{
    pointer-events:auto!important;
    cursor:pointer!important;
    z-index:999!important;
}

.orre-slider-shell{
    position:relative!important;
}

.orre-product-slider{
    overflow-x:auto!important;
    scroll-behavior:smooth!important;
}
.orre-slider-arrow span{
    display:block!important;
    position:relative!important;
    width:14px!important;
    height:14px!important;
}

.orre-slider-arrow span::before{
    display:block!important;
    content:""!important;

    position:absolute!important;
    top:50%!important;
    left:50%!important;

    width:8px!important;
    height:8px!important;

    border-top:2px solid #111!important;
    border-right:2px solid #111!important;
}

.orre-slider-prev span::before{
    transform:translate(-35%,-50%) rotate(-135deg)!important;
}

.orre-slider-next span::before{
    transform:translate(-65%,-50%) rotate(45deg)!important;
}

.orre-home-product,
.orre-collection-card,
.orre-shop-pro-card{
    display:flex!important;
    flex-direction:column!important;

    height:100%!important;

    margin:0!important;
    padding:0!important;

    background:#fff!important;
}

.orre-home-product-media,
.orre-collection-card-media,
.orre-shop-pro-gallery{
    position:relative!important;

    width:100%!important;
    height:520px!important;

    flex:0 0 520px!important;

    margin:0!important;
    padding:0!important;

    overflow:hidden!important;

    background:#f3eeee!important;
}

.orre-home-product-media img,
.orre-collection-card-media img,
.orre-shop-pro-gallery img{
    display:block!important;

    width:100%!important;
    height:100%!important;

    object-fit:cover!important;
    object-position:center!important;
}

.orre-home-size-strip,
.orre-collection-sizes,
.orre-shop-pro-sizes{
    box-sizing:border-box!important;

    display:flex!important;
    align-items:center!important;
    flex-wrap:wrap!important;

    width:100%!important;

    min-height:58px!important;
    height:58px!important;

    margin:0!important;
    padding:10px 12px!important;

    gap:7px!important;

    overflow:hidden!important;

    background:#fff!important;
}

.orre-home-size-strip > span,
.orre-collection-sizes > span,
.orre-shop-pro-size-list > span{
    min-width:54px!important;
    height:44px!important;

    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;

    margin:0!important;
    padding:0 12px!important;

    background:#fff!important;
    color:#222!important;

    border:1px solid #d8d8d8!important;

    font-size:10px!important;
    font-weight:500!important;
}

.orre-home-product-info,
.orre-collection-card-info,
.orre-shop-pro-info{
    box-sizing:border-box!important;

    display:flex!important;
    flex-direction:column!important;

    width:100%!important;

    min-height:110px!important;

    margin:0!important;
    padding:8px 12px 22px!important;

    background:#fff!important;
}

.orre-home-product-name,
.orre-collection-product-name,
.orre-shop-pro-name{
    display:block!important;

    min-height:38px!important;

    margin:0!important;

    font-size:14px!important;
    font-weight:700!important;
    line-height:1.35!important;

    text-transform:uppercase!important;
}

.orre-home-product-price,
.orre-collection-product-price,
.orre-shop-pro-price{
    display:block!important;

    min-height:22px!important;

    margin-top:7px!important;

    font-size:14px!important;
    font-weight:600!important;
}

.orre-home-product-grid,
.orre-collection-grid,
.orre-shop-pro-grid{
    align-items:stretch!important;
}

.orre-home-product-grid > *,
.orre-collection-grid > *,
.orre-shop-pro-grid > *{
    height:100%!important;
}

@media(max-width:1024px){

    .orre-home-product-media,
    .orre-collection-card-media,
    .orre-shop-pro-gallery{
        height:430px!important;
        flex-basis:430px!important;
    }

}

@media(max-width:767px){

    .orre-home-product-media,
    .orre-collection-card-media,
    .orre-shop-pro-gallery{
        height:380px!important;
        flex-basis:380px!important;
    }

    .orre-home-size-strip,
    .orre-collection-sizes,
    .orre-shop-pro-sizes{
        min-height:50px!important;
        height:50px!important;

        padding:7px!important;
    }

    .orre-home-size-strip > span,
    .orre-collection-sizes > span,
    .orre-shop-pro-size-list > span{
        min-width:42px!important;
        height:34px!important;

        padding:0 8px!important;
    }

    .orre-home-product-info,
    .orre-collection-card-info,
    .orre-shop-pro-info{
        min-height:95px!important;
        padding:8px 7px 16px!important;
    }

    .orre-home-product-name,
    .orre-collection-product-name,
    .orre-shop-pro-name{
        min-height:34px!important;
        font-size:12px!important;
    }

    .orre-home-product-price,
    .orre-collection-product-price,
    .orre-shop-pro-price{
        font-size:12px!important;
    }

}

.orre-home-size-strip,
.orre-collection-sizes,
.orre-shop-pro-sizes{
    min-height:46px!important;
    height:46px!important;

    padding:7px 10px!important;

    gap:6px!important;

    align-items:center!important;
}

.orre-home-size-strip > span,
.orre-collection-sizes > span,
.orre-shop-pro-size-list > span{
    min-width:38px!important;
    width:auto!important;

    height:32px!important;

    padding:0 9px!important;

    background:#fff!important;
    color:#222!important;

    border:1px solid #d6d6d6!important;
    border-radius:0!important;

    font-family:Arial, Helvetica, sans-serif!important;
    font-size:10px!important;
    font-weight:500!important;
    line-height:1!important;

    letter-spacing:.02em!important;
    text-transform:uppercase!important;
}

.orre-home-size-strip > span:hover,
.orre-collection-sizes > span:hover,
.orre-shop-pro-size-list > span:hover{
    border-color:#111!important;
}

body.single-product .orre-size-option{
    min-width:42px!important;
    height:34px!important;

    padding:0 10px!important;

    font-size:10px!important;
    font-weight:600!important;

    background:#fff!important;
    color:#111!important;

    border:1px solid #d2d2d2!important;
}

body.single-product .orre-size-option.is-selected{
    background:#000!important;
    color:#fff!important;
    border-color:#000!important;
}

@media(max-width:767px){

    .orre-home-size-strip,
    .orre-collection-sizes,
    .orre-shop-pro-sizes{
        min-height:42px!important;
        height:42px!important;

        padding:6px 7px!important;
        gap:5px!important;
    }

    .orre-home-size-strip > span,
    .orre-collection-sizes > span,
    .orre-shop-pro-size-list > span,
    body.single-product .orre-size-option{
        min-width:34px!important;
        height:30px!important;

        padding:0 7px!important;

        font-size:9px!important;
    }
}

.orre-home-product-media,
.orre-collection-card-media,
.orre-shop-pro-gallery{
    height:420px!important;
    min-height:420px!important;
    max-height:420px!important;

    flex:0 0 420px!important;

    overflow:hidden!important;
}

.orre-home-product-media img,
.orre-collection-card-media img,
.orre-shop-pro-gallery img{
    width:100%!important;
    height:100%!important;

    object-fit:cover!important;
    object-position:center!important;
}

.orre-home-size-strip,
.orre-collection-sizes,
.orre-shop-pro-sizes{
    min-height:42px!important;
    height:42px!important;

    padding:6px 10px!important;
    gap:5px!important;
}

.orre-home-size-strip > span,
.orre-collection-sizes > span,
.orre-shop-pro-size-list > span{
    min-width:36px!important;
    height:30px!important;

    padding:0 8px!important;

    font-size:9px!important;
}

.orre-home-product-info,
.orre-collection-card-info,
.orre-shop-pro-info{
    min-height:auto!important;

    padding:9px 10px 18px!important;
}

.orre-home-product-name,
.orre-collection-product-name,
.orre-shop-pro-name{
    min-height:auto!important;

    font-size:13px!important;
    line-height:1.3!important;
}

.orre-home-product-price,
.orre-collection-product-price,
.orre-shop-pro-price{
    min-height:auto!important;

    margin-top:5px!important;

    font-size:12px!important;
}

@media(max-width:1024px){

    .orre-home-product-media,
    .orre-collection-card-media,
    .orre-shop-pro-gallery{
        height:360px!important;
        min-height:360px!important;
        max-height:360px!important;

        flex-basis:360px!important;
    }
}

@media(max-width:767px){

    .orre-home-product-media,
    .orre-collection-card-media,
    .orre-shop-pro-gallery{
        height:330px!important;
        min-height:330px!important;
        max-height:330px!important;

        flex-basis:330px!important;
    }

    .orre-home-size-strip,
    .orre-collection-sizes,
    .orre-shop-pro-sizes{
        min-height:38px!important;
        height:38px!important;

        padding:5px 7px!important;
    }

    .orre-home-size-strip > span,
    .orre-collection-sizes > span,
    .orre-shop-pro-size-list > span{
        min-width:32px!important;
        height:28px!important;

        padding:0 6px!important;

        font-size:8.5px!important;
    }
}

.orre-nav-header{
    position:sticky!important;
    top:0!important;
    left:0!important;
    right:0!important;

    width:100%!important;

    z-index:99999!important;

    background:#000!important;

    transition:
        background .25s ease,
        backdrop-filter .25s ease,
        -webkit-backdrop-filter .25s ease,
        box-shadow .25s ease!important;
}

.orre-nav-header.is-scrolled{
    background:rgba(50,50,50,.72)!important;

    backdrop-filter:blur(16px)!important;
    -webkit-backdrop-filter:blur(16px)!important;

    box-shadow:
        0 4px 18px rgba(0,0,0,.12)!important;

    border-bottom:
        1px solid rgba(255,255,255,.08)!important;
}

.orre-nav-header,
.orre-nav-header a,
.orre-nav-header button,
.orre-nav-header svg{
    color:#fff!important;
}

header,
.site-header,
.main-header,
.website-wrapper,
#page{
    overflow:visible!important;
}

html body .orre-nav-header,
html body #orreNavHeader{
    position:relative!important;

    top:auto!important;
    left:auto!important;
    right:auto!important;

    width:100%!important;
    height:92px!important;

    margin:0!important;

    z-index:999999!important;

    background:#000!important;

    transform:none!important;

    opacity:1!important;
    visibility:visible!important;

    transition:
        background .25s ease,
        box-shadow .25s ease,
        backdrop-filter .25s ease,
        -webkit-backdrop-filter .25s ease!important;
}

html body .orre-nav-header.is-fixed,
html body #orreNavHeader.is-fixed{
    position:fixed!important;

    top:0!important;
    left:0!important;
    right:0!important;

    width:100%!important;
    height:92px!important;

    margin:0!important;

    z-index:2147483000!important;

    background:rgba(54,54,54,.76)!important;

    -webkit-backdrop-filter:
        blur(18px) saturate(120%)!important;

    backdrop-filter:
        blur(18px) saturate(120%)!important;

    box-shadow:
        0 5px 24px rgba(0,0,0,.14)!important;

    border-top:0!important;

    border-bottom:
        1px solid rgba(255,255,255,.10)!important;
}

html body .orre-nav-header .orre-nav-inner{
    display:flex!important;

    width:100%!important;
    height:100%!important;

    align-items:center!important;
    justify-content:space-between!important;

    opacity:1!important;
    visibility:visible!important;
}

html body .orre-nav-header .orre-nav-logo,
html body .orre-nav-header .orre-nav-logo a{
    opacity:1!important;
    visibility:visible!important;

    color:#fff!important;
}

html body .orre-nav-header .orre-hamburger,
html body .orre-nav-header .orre-nav-actions,
html body .orre-nav-header .orre-nav-icon{
    opacity:1!important;
    visibility:visible!important;

    color:#fff!important;
}

.orre-nav-placeholder{
    width:100%!important;

    margin:0!important;
    padding:0!important;

    background:transparent!important;
}

@media(max-width:767px){

    html body .orre-nav-header,
    html body #orreNavHeader,
    html body .orre-nav-header.is-fixed,
    html body #orreNavHeader.is-fixed{
        height:72px!important;
    }

    html body .orre-nav-header .orre-nav-inner{
        padding-left:20px!important;
        padding-right:20px!important;
    }

    html body .orre-nav-header .orre-nav-logo a{
        font-size:32px!important;
    }
}

.site-header,
.orre-header,
header.site-header,
header.orre-header {
    min-height: 78px !important;
    height: 78px !important;
}

.site-header .header-inner,
.orre-header .header-inner,
.site-header .container,
.orre-header .container {
    min-height: 78px !important;
    height: 78px !important;
    display: flex !important;
    align-items: center !important;
}

.site-header .site-logo img,
.orre-header .site-logo img,
.site-header .custom-logo,
.orre-header .custom-logo {
    max-height: 52px !important;
    width: auto !important;
}

.site-header .menu-toggle,
.orre-header .menu-toggle,
.site-header .header-icons,
.orre-header .header-icons,
.site-header .site-branding,
.orre-header .site-branding {
    display: flex !important;
    align-items: center !important;
    height: 78px !important;
}

@media (min-width: 992px) {
    .site-header,
    .orre-header,
    header.site-header,
    header.orre-header {
        min-height: 74px !important;
        height: 74px !important;
    }

    .site-header .header-inner,
    .orre-header .header-inner,
    .site-header .container,
    .orre-header .container {
        min-height: 74px !important;
        height: 74px !important;
    }

    .site-header .menu-toggle,
    .orre-header .menu-toggle,
    .site-header .header-icons,
    .orre-header .header-icons,
    .site-header .site-branding,
    .orre-header .site-branding {
        height: 74px !important;
    }

    .site-header .site-logo img,
    .orre-header .site-logo img,
    .site-header .custom-logo,
    .orre-header .custom-logo {
        max-height: 46px !important;
    }
}

@media (max-width: 767px) {
    .site-header,
    .orre-header,
    header.site-header,
    header.orre-header {
        min-height: 64px !important;
        height: 64px !important;
    }

    .site-header .header-inner,
    .orre-header .header-inner,
    .site-header .container,
    .orre-header .container {
        min-height: 64px !important;
        height: 64px !important;
    }

    .site-header .menu-toggle,
    .orre-header .menu-toggle,
    .site-header .header-icons,
    .orre-header .header-icons,
    .site-header .site-branding,
    .orre-header .site-branding {
        height: 64px !important;
    }

    .site-header .site-logo img,
    .orre-header .site-logo img,
    .site-header .custom-logo,
    .orre-header .custom-logo {
        max-height: 38px !important;
    }
}

.orre-menu-panel .menu-item > a,
.orre-menu-panel .menu-item > button,
.orre-menu-panel .menu-item-has-children > a {
    position: relative;
    padding-right: 48px;
}

.orre-menu-panel .menu-arrow,
.orre-menu-panel .submenu-toggle-text,
.orre-menu-panel .toggle-text,
.orre-menu-panel .menu-item .arrow-text {
    display: none !important;
}

.orre-menu-panel .menu-item > a::after,
.orre-menu-panel .menu-item > button::after {
    content: "";
    position: absolute;
    right: 22px;
    top: 50%;
    width: 8px;
    height: 8px;
    border-top: 1.8px solid rgba(255,255,255,0.92);
    border-right: 1.8px solid rgba(255,255,255,0.92);
    transform: translateY(-50%) rotate(45deg);
    transition: all 0.25s ease;
    opacity: 0.9;
}

.orre-menu-panel .menu-item-has-children > a::before,
.orre-menu-panel .menu-item-has-children > button::before {
    content: "";
    position: absolute;
    right: 19px;
    top: 50%;
    width: 12px;
    height: 1.8px;
    background: rgba(255,255,255,0.92);
    transform: translateY(-50%);
    transition: all 0.25s ease;
}

.orre-menu-panel .menu-item-has-children > a::after,
.orre-menu-panel .menu-item-has-children > button::after {
    content: "";
    position: absolute;
    right: 24px;
    top: 50%;
    width: 1.8px;
    height: 12px;
    background: rgba(255,255,255,0.92);
    transform: translateY(-50%);
    transition: all 0.25s ease;
    border: none;
}

.orre-menu-panel .menu-item-has-children.is-open > a::after,
.orre-menu-panel .menu-item-has-children.is-open > button::after,
.orre-menu-panel .menu-item-has-children.active > a::after,
.orre-menu-panel .menu-item-has-children.active > button::after {
    height: 0;
    opacity: 0;
}

.orre-menu-panel .menu-item > a:hover::after,
.orre-menu-panel .menu-item > button:hover::after,
.orre-menu-panel .menu-item-has-children > a:hover::before,
.orre-menu-panel .menu-item-has-children > a:hover::after,
.orre-menu-panel .menu-item-has-children > button:hover::before,
.orre-menu-panel .menu-item-has-children > button:hover::after {
    opacity: 1;
}

.orre-menu-panel .menu-item > a,
.orre-menu-panel .menu-item > button {
    letter-spacing: 1.5px;
    font-weight: 500;
}

.orre-home-section-head,
.orre-section-head,
.orre-collection-section-head{
    display:flex!important;
    align-items:flex-end!important;
    justify-content:space-between!important;

    gap:30px!important;

    width:100%!important;

    padding:42px 56px 28px!important;

    box-sizing:border-box!important;

    background:#fff!important;

    text-align:left!important;
}

.orre-home-section-head h2,
.orre-section-head h2,
.orre-collection-section-head h2{
    position:relative!important;

    margin:0!important;
    padding-bottom:14px!important;

    color:#111!important;

    font-family:Arial, Helvetica, sans-serif!important;

    font-size:36px!important;
    font-weight:700!important;
    line-height:1!important;

    letter-spacing:.08em!important;

    text-transform:uppercase!important;
}

.orre-home-section-head h2::after,
.orre-section-head h2::after,
.orre-collection-section-head h2::after{
    content:""!important;

    position:absolute!important;

    left:0!important;
    bottom:0!important;

    width:52px!important;
    height:2px!important;

    margin:0!important;

    background:#b7b7b7!important;
}

.orre-home-section-head a,
.orre-section-head a,
.orre-collection-section-head a{
    display:inline-flex!important;

    align-items:center!important;
    justify-content:center!important;

    min-width:175px!important;
    height:48px!important;

    margin:0!important;
    padding:0 24px!important;

    background:#000!important;
    color:#fff!important;

    border:1px solid #000!important;
    border-radius:0!important;

    font-size:10px!important;
    font-weight:700!important;

    letter-spacing:.12em!important;

    text-decoration:none!important;
    text-transform:uppercase!important;

    transition:.2s ease!important;
}

.orre-home-section-head a:hover,
.orre-section-head a:hover,
.orre-collection-section-head a:hover{
    background:#fff!important;
    color:#000!important;
}

@media(max-width:1024px){

    .orre-home-section-head,
    .orre-section-head,
    .orre-collection-section-head{
        padding-left:28px!important;
        padding-right:28px!important;
    }

}

@media(max-width:767px){

    .orre-home-section-head,
    .orre-section-head,
    .orre-collection-section-head{
        align-items:center!important;

        padding:28px 16px 22px!important;

        gap:16px!important;
    }

    .orre-home-section-head h2,
    .orre-section-head h2,
    .orre-collection-section-head h2{
        font-size:24px!important;
    }

    .orre-home-section-head a,
    .orre-section-head a,
    .orre-collection-section-head a{
        min-width:auto!important;
        height:42px!important;

        padding:0 16px!important;

        font-size:9px!important;
    }
}

.orre-home-collection .orre-home-section-header{
    width:100% !important;

    display:flex !important;
    align-items:center !important;
    justify-content:space-between !important;

    gap:30px !important;

    padding:34px 56px 28px !important;
    margin:0 !important;

    box-sizing:border-box !important;

    text-align:left !important;

    background:#fff !important;
}

.orre-home-collection .orre-home-section-header h2{
    position:relative !important;

    margin:0 !important;
    padding:0 0 12px !important;

    color:#111 !important;

    font-family:Arial, Helvetica, sans-serif !important;

    font-size:34px !important;
    font-weight:700 !important;
    line-height:1 !important;

    letter-spacing:.08em !important;

    text-align:left !important;
    text-transform:uppercase !important;

    flex:0 0 auto !important;
}

.orre-home-collection .orre-home-section-header h2::after{
    content:"" !important;

    position:absolute !important;

    left:0 !important;
    bottom:0 !important;

    width:46px !important;
    height:2px !important;

    margin:0 !important;

    background:#b8b8b8 !important;
}

.orre-home-collection
.orre-home-section-header
.orre-section-cta{
    display:inline-flex !important;

    align-items:center !important;
    justify-content:center !important;

    min-width:175px !important;
    height:46px !important;

    margin:0 !important;
    padding:0 24px !important;

    background:#000 !important;
    color:#fff !important;

    border:1px solid #000 !important;
    border-radius:0 !important;

    font-family:Arial, Helvetica, sans-serif !important;

    font-size:10px !important;
    font-weight:700 !important;
    line-height:1 !important;

    letter-spacing:.12em !important;

    text-decoration:none !important;
    text-transform:uppercase !important;

    flex:0 0 auto !important;

    transition:
        background .2s ease,
        color .2s ease !important;
}

.orre-home-collection
.orre-home-section-header
.orre-section-cta:hover{
    background:#fff !important;
    color:#000 !important;
}

@media(max-width:1024px){

    .orre-home-collection .orre-home-section-header{
        padding:30px 28px 24px !important;
    }

    .orre-home-collection .orre-home-section-header h2{
        font-size:30px !important;
    }
}

@media(max-width:767px){

    .orre-home-collection .orre-home-section-header{
        padding:24px 16px 20px !important;

        gap:14px !important;
    }

    .orre-home-collection .orre-home-section-header h2{
        font-size:24px !important;
    }

    .orre-home-collection
    .orre-home-section-header
    .orre-section-cta{
        min-width:auto !important;
        height:40px !important;

        padding:0 15px !important;

        font-size:9px !important;
    }
}

body .orre-home-collection > .orre-home-section-header{
    display:flex !important;
    flex-direction:row !important;

    align-items:center !important;
    justify-content:space-between !important;

    width:100% !important;

    padding:28px 56px 24px !important;
    margin:0 !important;

    text-align:left !important;

    box-sizing:border-box !important;
}

body .orre-home-collection > .orre-home-section-header > h2{
    position:relative !important;

    display:block !important;

    margin:0 !important;
    padding:0 0 11px !important;

    text-align:left !important;

    font-size:34px !important;
    font-weight:700 !important;
    line-height:1 !important;

    letter-spacing:.07em !important;

    flex:0 0 auto !important;
}

body .orre-home-collection > .orre-home-section-header > h2::after{
    content:"" !important;

    display:block !important;

    position:absolute !important;

    left:0 !important;
    bottom:0 !important;

    width:46px !important;
    height:2px !important;

    margin:0 !important;

    background:#b5b5b5 !important;
}

body .orre-home-collection
> .orre-home-section-header
> .orre-section-cta{
    display:inline-flex !important;

    align-items:center !important;
    justify-content:center !important;

    width:auto !important;
    min-width:170px !important;

    height:46px !important;

    margin:0 !important;
    padding:0 24px !important;

    background:#000 !important;
    color:#fff !important;

    border:1px solid #000 !important;

    font-size:10px !important;
    font-weight:700 !important;

    letter-spacing:.12em !important;

    text-align:center !important;

    flex:0 0 auto !important;
}

body .orre-home-section-header{
    text-align:left !important;
}

body .orre-home-section-header::before,
body .orre-home-section-header::after{
    margin-left:0 !important;
    margin-right:0 !important;
}

@media(max-width:1024px){

    body .orre-home-collection > .orre-home-section-header{
        padding:24px 28px 20px !important;
    }

}

@media(max-width:767px){

    body .orre-home-collection > .orre-home-section-header{
        padding:20px 16px 18px !important;

        gap:12px !important;
    }

    body .orre-home-collection > .orre-home-section-header > h2{
        font-size:24px !important;
    }

    body .orre-home-collection
    > .orre-home-section-header
    > .orre-section-cta{
        min-width:auto !important;

        height:40px !important;

        padding:0 14px !important;

        font-size:9px !important;
    }
}

body .orre-home-new > .orre-home-section-header,
body .orre-home-collection > .orre-home-section-header{
    position:relative!important;

    width:100%!important;

    display:flex!important;
    align-items:flex-end!important;
    justify-content:space-between!important;

    gap:40px!important;

    margin:0!important;
    padding:38px 56px 30px!important;

    box-sizing:border-box!important;

    background:#fff!important;

    text-align:left!important;
}

body .orre-home-new
> .orre-home-section-header
> h1,

body .orre-home-collection
> .orre-home-section-header
> h2{
    position:relative!important;

    margin:0!important;
    padding:18px 0 13px!important;

    color:#0b0b0b!important;

    font-family:Arial, Helvetica, sans-serif!important;

    font-size:34px!important;
    font-weight:700!important;
    line-height:1!important;

    letter-spacing:.075em!important;

    text-transform:uppercase!important;
    text-align:left!important;

    flex:0 0 auto!important;
}

body .orre-home-new
> .orre-home-section-header
> h1::before{
    content:"CURATED FOR NOW"!important;

    position:absolute!important;
    top:0!important;
    left:0!important;

    font-size:9px!important;
    font-weight:600!important;
    line-height:1!important;

    letter-spacing:.22em!important;

    color:#8b8b8b!important;
}

body .orre-home-collection
> .orre-home-section-header
> h2::before{
    content:"EXPLORE THE COLLECTION"!important;

    position:absolute!important;
    top:0!important;
    left:0!important;

    font-size:9px!important;
    font-weight:600!important;
    line-height:1!important;

    letter-spacing:.22em!important;

    color:#8b8b8b!important;
}

body .orre-home-new
> .orre-home-section-header
> h1::after,

body .orre-home-collection
> .orre-home-section-header
> h2::after{
    content:""!important;

    position:absolute!important;

    left:0!important;
    bottom:0!important;

    width:44px!important;
    height:2px!important;

    margin:0!important;

    background:#b7b7b7!important;
}

body .orre-home-new
> .orre-home-section-header
> a,

body .orre-home-collection
> .orre-home-section-header
> .orre-section-cta{
    display:inline-flex!important;

    align-items:center!important;
    justify-content:center!important;

    min-width:168px!important;
    height:46px!important;

    margin:0!important;
    padding:0 24px!important;

    box-sizing:border-box!important;

    background:#000!important;
    color:#fff!important;

    border:1px solid #000!important;
    border-radius:0!important;

    font-family:Arial, Helvetica, sans-serif!important;

    font-size:10px!important;
    font-weight:700!important;
    line-height:1!important;

    letter-spacing:.14em!important;

    text-decoration:none!important;
    text-transform:uppercase!important;

    flex:0 0 auto!important;

    transition:
        background .2s ease,
        color .2s ease,
        transform .2s ease!important;
}

body .orre-home-new
> .orre-home-section-header
> a:hover,

body .orre-home-collection
> .orre-home-section-header
> .orre-section-cta:hover{
    background:#fff!important;
    color:#000!important;

    transform:translateY(-2px)!important;
}

body .orre-home-new .orre-home-section-header,
body .orre-home-collection .orre-home-section-header{
    text-align:left!important;
}

body .orre-home-new .orre-home-section-header::before,
body .orre-home-new .orre-home-section-header::after,
body .orre-home-collection .orre-home-section-header::before,
body .orre-home-collection .orre-home-section-header::after{
    display:none!important;
}

body .orre-home-new > .orre-home-section-header,
body .orre-home-collection > .orre-home-section-header{
    border-bottom:1px solid #eeeeee!important;
}

@media(max-width:1024px){

    body .orre-home-new > .orre-home-section-header,
    body .orre-home-collection > .orre-home-section-header{
        padding:32px 28px 26px!important;
    }

    body .orre-home-new
    > .orre-home-section-header
    > h1,

    body .orre-home-collection
    > .orre-home-section-header
    > h2{
        font-size:30px!important;
    }
}

@media(max-width:767px){

    body .orre-home-new > .orre-home-section-header,
    body .orre-home-collection > .orre-home-section-header{
        align-items:flex-end!important;

        gap:14px!important;

        padding:26px 16px 22px!important;
    }

    body .orre-home-new
    > .orre-home-section-header
    > h1,

    body .orre-home-collection
    > .orre-home-section-header
    > h2{
        font-size:23px!important;

        padding-top:16px!important;
        padding-bottom:10px!important;
    }

    body .orre-home-new
    > .orre-home-section-header
    > h1::before,

    body .orre-home-collection
    > .orre-home-section-header
    > h2::before{
        font-size:7px!important;
        letter-spacing:.18em!important;
    }

    body .orre-home-new
    > .orre-home-section-header
    > a,

    body .orre-home-collection
    > .orre-home-section-header
    > .orre-section-cta{
        min-width:auto!important;

        height:40px!important;

        padding:0 13px!important;

        font-size:8px!important;
    }
}

body .orre-home-new > .orre-home-section-header,
body .orre-home-collection > .orre-home-section-header{
    display:flex!important;
    align-items:center!important;
    justify-content:space-between!important;

    width:100%!important;

    padding:32px 56px!important;
    margin:0!important;

    box-sizing:border-box!important;

    background:#fff!important;
    border-bottom:1px solid #eee!important;
}

body .orre-home-new > .orre-home-section-header > h1,
body .orre-home-collection > .orre-home-section-header > h2{
    position:relative!important;

    margin:0!important;
    padding:0 0 12px!important;

    font-size:34px!important;
    font-weight:700!important;
    line-height:1!important;

    letter-spacing:.06em!important;

    color:#111!important;
    text-align:left!important;
    text-transform:uppercase!important;
}

body .orre-home-new > .orre-home-section-header > h1::before,
body .orre-home-collection > .orre-home-section-header > h2::before{
    content:none!important;
    display:none!important;
}

body .orre-home-new > .orre-home-section-header > h1::after,
body .orre-home-collection > .orre-home-section-header > h2::after{
    content:""!important;

    position:absolute!important;
    left:0!important;
    bottom:0!important;

    width:46px!important;
    height:2px!important;

    background:#b7b7b7!important;
}

body .orre-home-new > .orre-home-section-header > a,
body .orre-home-collection > .orre-home-section-header > .orre-section-cta{
    display:inline-flex!important;

    align-items:center!important;
    justify-content:center!important;

    min-width:175px!important;
    height:46px!important;

    margin:0!important;
    padding:0 24px!important;

    background:#000!important;
    color:#fff!important;

    border:1px solid #000!important;
    border-radius:0!important;

    font-size:10px!important;
    font-weight:700!important;

    letter-spacing:.14em!important;

    text-decoration:none!important;
    text-transform:uppercase!important;

    transition:.2s ease!important;
}

body .orre-home-new > .orre-home-section-header > a:hover,
body .orre-home-collection > .orre-home-section-header > .orre-section-cta:hover{
    background:#fff!important;
    color:#000!important;
}

@media(max-width:767px){

    body .orre-home-new > .orre-home-section-header,
    body .orre-home-collection > .orre-home-section-header{
        padding:24px 16px!important;
        gap:12px!important;
    }

    body .orre-home-new > .orre-home-section-header > h1,
    body .orre-home-collection > .orre-home-section-header > h2{
        font-size:24px!important;
    }

    body .orre-home-new > .orre-home-section-header > a,
    body .orre-home-collection > .orre-home-section-header > .orre-section-cta{
        min-width:auto!important;
        height:40px!important;

        padding:0 14px!important;

        font-size:8px!important;
    }
}

body .orre-home-new > .orre-home-section-header,
body .orre-home-collection > .orre-home-section-header{
    display:grid !important;
    grid-template-columns:auto 1fr auto !important;
    align-items:center !important;

    width:100% !important;
    min-height:108px !important;

    margin:0 !important;
    padding:22px 56px !important;

    box-sizing:border-box !important;

    background:#fff !important;

    border-top:1px solid #eeeeee !important;
    border-bottom:1px solid #eeeeee !important;

    text-align:left !important;
}

body .orre-home-new > .orre-home-section-header > h1,
body .orre-home-collection > .orre-home-section-header > h2{
    position:relative !important;

    margin:0 !important;
    padding:0 0 10px !important;

    color:#0a0a0a !important;

    font-family:Arial, Helvetica, sans-serif !important;

    font-size:36px !important;
    font-weight:700 !important;
    line-height:1 !important;

    letter-spacing:.055em !important;

    text-transform:uppercase !important;
    text-align:left !important;

    white-space:nowrap !important;
}

body .orre-home-new > .orre-home-section-header > h1::after,
body .orre-home-collection > .orre-home-section-header > h2::after{
    content:"" !important;

    position:absolute !important;

    left:0 !important;
    bottom:0 !important;

    width:38px !important;
    height:2px !important;

    background:#111 !important;
}

body .orre-home-new > .orre-home-section-header > h1::before,
body .orre-home-collection > .orre-home-section-header > h2::before{
    display:none !important;
    content:none !important;
}

body .orre-home-new > .orre-home-section-header::before,
body .orre-home-collection > .orre-home-section-header::before{
    content:"" !important;

    display:block !important;

    width:auto !important;
    height:1px !important;

    margin:0 40px !important;

    background:#e1e1e1 !important;
}

body .orre-home-new > .orre-home-section-header > a,
body .orre-home-collection > .orre-home-section-header > .orre-section-cta{
    position:relative !important;

    display:inline-flex !important;

    align-items:center !important;
    justify-content:center !important;

    min-width:176px !important;
    height:44px !important;

    margin:0 !important;
    padding:0 44px 0 20px !important;

    box-sizing:border-box !important;

    background:#0a0a0a !important;
    color:#fff !important;

    border:1px solid #0a0a0a !important;
    border-radius:0 !important;

    font-family:Arial, Helvetica, sans-serif !important;

    font-size:10px !important;
    font-weight:700 !important;

    letter-spacing:.14em !important;

    text-decoration:none !important;
    text-transform:uppercase !important;

    white-space:nowrap !important;

    transition:
        background .22s ease,
        color .22s ease !important;
}

body .orre-home-new > .orre-home-section-header > a::after,
body .orre-home-collection > .orre-home-section-header > .orre-section-cta::after{
    content:"→" !important;

    position:absolute !important;

    right:18px !important;

    font-size:16px !important;
    font-weight:400 !important;

    letter-spacing:0 !important;

    transition:transform .2s ease !important;
}

body .orre-home-new > .orre-home-section-header > a:hover,
body .orre-home-collection > .orre-home-section-header > .orre-section-cta:hover{
    background:#fff !important;
    color:#000 !important;
}

body .orre-home-new > .orre-home-section-header > a:hover::after,
body .orre-home-collection > .orre-home-section-header > .orre-section-cta:hover::after{
    transform:translateX(3px) !important;
}

@media(max-width:1024px){

    body .orre-home-new > .orre-home-section-header,
    body .orre-home-collection > .orre-home-section-header{
        min-height:96px !important;

        padding:20px 28px !important;
    }

    body .orre-home-new > .orre-home-section-header > h1,
    body .orre-home-collection > .orre-home-section-header > h2{
        font-size:30px !important;
    }

    body .orre-home-new > .orre-home-section-header::before,
    body .orre-home-collection > .orre-home-section-header::before{
        margin:0 24px !important;
    }
}

@media(max-width:767px){

    body .orre-home-new > .orre-home-section-header,
    body .orre-home-collection > .orre-home-section-header{
        grid-template-columns:1fr auto !important;

        min-height:82px !important;

        padding:18px 16px !important;
    }

    body .orre-home-new > .orre-home-section-header::before,
    body .orre-home-collection > .orre-home-section-header::before{
        display:none !important;
    }

    body .orre-home-new > .orre-home-section-header > h1,
    body .orre-home-collection > .orre-home-section-header > h2{
        font-size:23px !important;
    }

    body .orre-home-new > .orre-home-section-header > a,
    body .orre-home-collection > .orre-home-section-header > .orre-section-cta{
        min-width:auto !important;
        height:38px !important;

        padding:0 34px 0 13px !important;

        font-size:8px !important;
    }

    body .orre-home-new > .orre-home-section-header > a::after,
    body .orre-home-collection > .orre-home-section-header > .orre-section-cta::after{
        right:12px !important;
        font-size:14px !important;
    }
}

body .orre-home-new > .orre-home-section-header > h1,
body .orre-home-collection > .orre-home-section-header > h2{
    position:relative !important;

    display:inline-block !important;

    padding-bottom:14px !important;
}

body .orre-home-new > .orre-home-section-header > h1::after,
body .orre-home-collection > .orre-home-section-header > h2::after{
    content:"" !important;

    position:absolute !important;

    left:50% !important;
    bottom:0 !important;

    width:52px !important;
    height:2px !important;

    background:#9f9f9f !important;

    transform:translateX(-50%) !important;

    margin:0 !important;
}

body .orre-home-new > .orre-home-section-header,
body .orre-home-collection > .orre-home-section-header{
    display:grid !important;
    grid-template-columns:auto minmax(60px,1fr) auto !important;

    align-items:center !important;

    width:100% !important;
    min-height:94px !important;

    margin:0 !important;
    padding:22px 56px !important;

    box-sizing:border-box !important;

    background:#fff !important;

    border-top:1px solid #ededed !important;
    border-bottom:1px solid #ededed !important;

    gap:30px !important;
}

body .orre-home-new > .orre-home-section-header > h1,
body .orre-home-collection > .orre-home-section-header > h2{
    position:static !important;

    display:block !important;

    margin:0 !important;
    padding:0 !important;

    color:#0a0a0a !important;

    font-family:Arial, Helvetica, sans-serif !important;

    font-size:32px !important;
    font-weight:700 !important;
    line-height:1 !important;

    letter-spacing:.055em !important;

    text-align:left !important;
    text-transform:uppercase !important;

    white-space:nowrap !important;
}

body .orre-home-new > .orre-home-section-header > h1::before,
body .orre-home-new > .orre-home-section-header > h1::after,
body .orre-home-collection > .orre-home-section-header > h2::before,
body .orre-home-collection > .orre-home-section-header > h2::after{
    content:none !important;
    display:none !important;
}

body .orre-home-new > .orre-home-section-header::before,
body .orre-home-collection > .orre-home-section-header::before{
    content:"" !important;

    display:block !important;

    width:100% !important;
    height:1px !important;

    margin:0 !important;

    background:#d8d8d8 !important;
}

body .orre-home-new > .orre-home-section-header::after,
body .orre-home-collection > .orre-home-section-header::after{
    content:none !important;
    display:none !important;
}

body .orre-home-new > .orre-home-section-header > a,
body .orre-home-collection > .orre-home-section-header > .orre-section-cta{
    position:relative !important;

    display:inline-flex !important;

    align-items:center !important;
    justify-content:flex-start !important;

    min-width:164px !important;
    height:44px !important;

    margin:0 !important;
    padding:0 42px 0 20px !important;

    box-sizing:border-box !important;

    background:#000 !important;
    color:#fff !important;

    border:1px solid #000 !important;
    border-radius:0 !important;

    font-family:Arial, Helvetica, sans-serif !important;

    font-size:10px !important;
    font-weight:700 !important;
    line-height:1 !important;

    letter-spacing:.14em !important;

    text-decoration:none !important;
    text-transform:uppercase !important;

    white-space:nowrap !important;

    transition:
        background .22s ease,
        color .22s ease !important;
}

body .orre-home-new > .orre-home-section-header > a::after,
body .orre-home-collection > .orre-home-section-header > .orre-section-cta::after{
    content:"→" !important;

    position:absolute !important;
    right:18px !important;
    top:50% !important;

    transform:translateY(-52%) !important;

    font-size:15px !important;
    font-weight:400 !important;
    line-height:1 !important;

    letter-spacing:0 !important;
}

body .orre-home-new > .orre-home-section-header > a:hover,
body .orre-home-collection > .orre-home-section-header > .orre-section-cta:hover{
    background:#fff !important;
    color:#000 !important;
}

@media(max-width:1024px){

    body .orre-home-new > .orre-home-section-header,
    body .orre-home-collection > .orre-home-section-header{
        min-height:86px !important;

        padding:20px 28px !important;

        gap:22px !important;
    }

    body .orre-home-new > .orre-home-section-header > h1,
    body .orre-home-collection > .orre-home-section-header > h2{
        font-size:27px !important;
    }
}

@media(max-width:767px){

    body .orre-home-new > .orre-home-section-header,
    body .orre-home-collection > .orre-home-section-header{
        grid-template-columns:1fr auto !important;

        min-height:76px !important;

        padding:16px !important;

        gap:12px !important;
    }

    body .orre-home-new > .orre-home-section-header::before,
    body .orre-home-collection > .orre-home-section-header::before{
        display:none !important;
    }

    body .orre-home-new > .orre-home-section-header > h1,
    body .orre-home-collection > .orre-home-section-header > h2{
        font-size:21px !important;

        white-space:normal !important;
    }

    body .orre-home-new > .orre-home-section-header > a,
    body .orre-home-collection > .orre-home-section-header > .orre-section-cta{
        min-width:auto !important;
        height:38px !important;

        padding:0 32px 0 12px !important;

        font-size:8px !important;
    }

    body .orre-home-new > .orre-home-section-header > a::after,
    body .orre-home-collection > .orre-home-section-header > .orre-section-cta::after{
        right:11px !important;

        font-size:13px !important;
    }
}

body .orre-home-new > .orre-home-section-header,
body .orre-home-collection > .orre-home-section-header{
    display:grid !important;
    grid-template-columns:auto minmax(120px,1fr) auto !important;
    align-items:center !important;

    gap:28px !important;
}

body .orre-home-new > .orre-home-section-header::before,
body .orre-home-collection > .orre-home-section-header::before{
    content:"" !important;

    display:block !important;

    width:100% !important;
    height:1px !important;

    margin:0 !important;

    background:#d2d2d2 !important;

    align-self:center !important;
}

body .orre-home-new > .orre-home-section-header > h1::after,
body .orre-home-collection > .orre-home-section-header > h2::after{
    display:none !important;
    content:none !important;
}

@media(max-width:767px){

    body .orre-home-new > .orre-home-section-header,
    body .orre-home-collection > .orre-home-section-header{
        grid-template-columns:1fr auto !important;
    }

    body .orre-home-new > .orre-home-section-header::before,
    body .orre-home-collection > .orre-home-section-header::before{
        display:none !important;
    }
}

body .orre-home-new > .orre-home-section-header,
body .orre-home-collection > .orre-home-section-header{
    display:grid !important;
    grid-template-columns:auto minmax(140px,1fr) auto !important;
    align-items:center !important;
    gap:28px !important;
    padding:0 40px 26px !important;
}

body .orre-home-new > .orre-home-section-header > h1,
body .orre-home-collection > .orre-home-section-header > h2{
    margin:0 !important;
    font-size:52px !important;
    line-height:1 !important;
    letter-spacing:1px !important;
    font-weight:700 !important;
    text-transform:uppercase !important;
    position:relative !important;
}

body .orre-home-new > .orre-home-section-header::before,
body .orre-home-collection > .orre-home-section-header::before{
    content:"" !important;
    display:block !important;
    height:2px !important;
    width:100% !important;
    background:#bdbdbd !important;
    align-self:center !important;
}

body .orre-home-new > .orre-home-section-header > h1::after,
body .orre-home-collection > .orre-home-section-header > h2::after{
    display:none !important;
    content:none !important;
}

body .orre-home-new > .orre-home-section-header .button,
body .orre-home-collection > .orre-home-section-header .button,
body .orre-home-new > .orre-home-section-header a.button,
body .orre-home-collection > .orre-home-section-header a.button{
    min-width:220px !important;
    height:62px !important;
    padding:0 26px !important;
    display:inline-flex !important;
    align-items:center !important;
    justify-content:center !important;
    gap:14px !important;
    background:#000 !important;
    color:#fff !important;
    border:1px solid #000 !important;
    text-transform:uppercase !important;
    letter-spacing:2px !important;
    font-size:13px !important;
    font-weight:600 !important;
    text-decoration:none !important;
    box-shadow:none !important;
}

body .orre-home-new > .orre-home-section-header .button::after,
body .orre-home-collection > .orre-home-section-header .button::after,
body .orre-home-new > .orre-home-section-header a.button::after,
body .orre-home-collection > .orre-home-section-header a.button::after{
    content:"→" !important;
    display:inline-block !important;
    font-size:20px !important;
    line-height:1 !important;
    font-weight:400 !important;
    margin-left:6px !important;
    position:static !important;
    transform:none !important;
    border:none !important;
    width:auto !important;
    height:auto !important;
}

body .orre-home-new > .orre-home-section-header .button i,
body .orre-home-collection > .orre-home-section-header .button i,
body .orre-home-new > .orre-home-section-header .button svg,
body .orre-home-collection > .orre-home-section-header .button svg,
body .orre-home-new > .orre-home-section-header a.button i,
body .orre-home-collection > .orre-home-section-header a.button i,
body .orre-home-new > .orre-home-section-header a.button svg,
body .orre-home-collection > .orre-home-section-header a.button svg{
    display:none !important;
}

@media (max-width: 767px){
    body .orre-home-new > .orre-home-section-header,
    body .orre-home-collection > .orre-home-section-header{
        grid-template-columns:1fr !important;
        gap:16px !important;
        padding:0 20px 22px !important;
    }

    body .orre-home-new > .orre-home-section-header::before,
    body .orre-home-collection > .orre-home-section-header::before{
        width:70px !important;
        height:2px !important;
    }

    body .orre-home-new > .orre-home-section-header > h1,
    body .orre-home-collection > .orre-home-section-header > h2{
        font-size:34px !important;
    }

    body .orre-home-new > .orre-home-section-header .button,
    body .orre-home-collection > .orre-home-section-header .button,
    body .orre-home-new > .orre-home-section-header a.button,
    body .orre-home-collection > .orre-home-section-header a.button{
        min-width:200px !important;
        height:56px !important;
    }
}

body .orre-home-new > .orre-home-section-header,
body .orre-home-collection > .orre-home-section-header{
    display:grid !important;
    grid-template-columns:auto 1fr auto !important;
    align-items:center !important;

    width:100% !important;

    padding:26px 56px 24px !important;
    margin:0 !important;

    gap:28px !important;

    box-sizing:border-box !important;

    background:#fff !important;

    border-top:0 !important;
    border-bottom:1px solid #ececec !important;
}

body .orre-home-new > .orre-home-section-header > h1,
body .orre-home-collection > .orre-home-section-header > h2{
    position:relative !important;

    margin:0 !important;
    padding:17px 0 0 !important;

    font-family:Arial, Helvetica, sans-serif !important;

    font-size:30px !important;
    font-weight:650 !important;
    line-height:1 !important;

    letter-spacing:.085em !important;

    color:#111 !important;

    text-transform:uppercase !important;
    white-space:nowrap !important;
}

body .orre-home-new > .orre-home-section-header > h1::before{
    content:"NEW SEASON" !important;
}

body .orre-home-collection > .orre-home-section-header > h2::before{
    content:"SHOP THE EDIT" !important;
}

body .orre-home-new > .orre-home-section-header > h1::before,
body .orre-home-collection > .orre-home-section-header > h2::before{
    position:absolute !important;

    top:0 !important;
    left:1px !important;

    display:block !important;

    font-size:8px !important;
    font-weight:600 !important;
    line-height:1 !important;

    letter-spacing:.22em !important;

    color:#999 !important;
}

body .orre-home-new > .orre-home-section-header > h1::after,
body .orre-home-collection > .orre-home-section-header > h2::after{
    display:none !important;
    content:none !important;
}

body .orre-home-new > .orre-home-section-header::before,
body .orre-home-collection > .orre-home-section-header::before{
    content:"" !important;

    display:block !important;

    width:100% !important;
    height:1px !important;

    background:#dcdcdc !important;

    margin:0 !important;
}

body .orre-home-new > .orre-home-section-header::after,
body .orre-home-collection > .orre-home-section-header::after{
    display:none !important;
    content:none !important;
}

body .orre-home-new > .orre-home-section-header > a,
body .orre-home-collection > .orre-home-section-header > .orre-section-cta{
    position:relative !important;

    display:inline-flex !important;

    align-items:center !important;
    justify-content:center !important;

    min-width:158px !important;
    height:42px !important;

    margin:0 !important;

    padding:0 42px 0 18px !important;

    box-sizing:border-box !important;

    background:#111 !important;
    color:#fff !important;

    border:1px solid #111 !important;
    border-radius:0 !important;

    font-size:9px !important;
    font-weight:700 !important;

    letter-spacing:.15em !important;

    text-transform:uppercase !important;
    text-decoration:none !important;

    white-space:nowrap !important;

    transition:
        background .2s ease,
        color .2s ease,
        transform .2s ease !important;
}

body .orre-home-new > .orre-home-section-header > a::after,
body .orre-home-collection > .orre-home-section-header > .orre-section-cta::after{
    content:"" !important;

    position:absolute !important;

    right:17px !important;
    top:50% !important;

    width:13px !important;
    height:7px !important;

    transform:translateY(-50%) !important;

    border:0 !important;

    background:
        linear-gradient(#fff,#fff) left center / 11px 1px no-repeat !important;
}

body .orre-home-new > .orre-home-section-header > a span::after,
body .orre-home-collection > .orre-home-section-header > .orre-section-cta span::after{
    content:none !important;
}

body .orre-home-new > .orre-home-section-header > a:hover,
body .orre-home-collection > .orre-home-section-header > .orre-section-cta:hover{
    background:#fff !important;
    color:#111 !important;

    transform:translateY(-1px) !important;
}

@media(max-width:1024px){

    body .orre-home-new > .orre-home-section-header,
    body .orre-home-collection > .orre-home-section-header{
        padding:24px 28px 22px !important;
        gap:20px !important;
    }

    body .orre-home-new > .orre-home-section-header > h1,
    body .orre-home-collection > .orre-home-section-header > h2{
        font-size:27px !important;
    }
}

@media(max-width:767px){

    body .orre-home-new > .orre-home-section-header,
    body .orre-home-collection > .orre-home-section-header{
        grid-template-columns:1fr auto !important;

        padding:20px 16px 18px !important;

        gap:12px !important;
    }

    body .orre-home-new > .orre-home-section-header::before,
    body .orre-home-collection > .orre-home-section-header::before{
        display:none !important;
    }

    body .orre-home-new > .orre-home-section-header > h1,
    body .orre-home-collection > .orre-home-section-header > h2{
        font-size:22px !important;
        padding-top:14px !important;
    }

    body .orre-home-new > .orre-home-section-header > h1::before,
    body .orre-home-collection > .orre-home-section-header > h2::before{
        font-size:7px !important;
    }

    body .orre-home-new > .orre-home-section-header > a,
    body .orre-home-collection > .orre-home-section-header > .orre-section-cta{
        min-width:auto !important;
        height:38px !important;

        padding:0 34px 0 12px !important;

        font-size:8px !important;
    }
}

body .orre-home-new > .orre-home-section-header,
body .orre-home-collection > .orre-home-section-header{
    display:grid !important;

    grid-template-columns:auto minmax(120px,1fr) auto !important;

    align-items:center !important;

    width:100% !important;

    padding:34px 56px !important;

    margin:0 !important;

    gap:28px !important;

    box-sizing:border-box !important;

    background:#fff !important;

    border-top:0 !important;
    border-bottom:1px solid #eeeeee !important;
}

body .orre-home-new > .orre-home-section-header > h1,
body .orre-home-collection > .orre-home-section-header > h2{
    margin:0 !important;

    padding:16px 0 0 !important;

    position:relative !important;

    font-size:30px !important;
    font-weight:700 !important;
    line-height:1 !important;

    letter-spacing:.08em !important;

    text-transform:uppercase !important;
    white-space:nowrap !important;
}

body .orre-home-new > .orre-home-section-header > h1::before{
    content:"NEW SEASON" !important;
}

body .orre-home-collection > .orre-home-section-header > h2::before{
    content:"SHOP THE EDIT" !important;
}

body .orre-home-new > .orre-home-section-header > h1::before,
body .orre-home-collection > .orre-home-section-header > h2::before{
    position:absolute !important;

    top:0 !important;
    left:1px !important;

    font-size:8px !important;
    font-weight:600 !important;

    letter-spacing:.22em !important;

    color:#999 !important;
}

body .orre-home-new > .orre-home-section-header > h1::after,
body .orre-home-collection > .orre-home-section-header > h2::after{
    content:none !important;
    display:none !important;
}

body .orre-home-new > .orre-home-section-header::before,
body .orre-home-collection > .orre-home-section-header::before{
    content:"" !important;

    display:block !important;

    width:100% !important;
    height:1px !important;

    margin:0 !important;

    background:#d7d7d7 !important;
}

body .orre-home-new > .orre-home-section-header > a,
body .orre-home-collection > .orre-home-section-header > .orre-section-cta{
    min-width:168px !important;
    height:44px !important;

    margin:0 !important;

    padding:0 40px 0 18px !important;

    display:inline-flex !important;

    align-items:center !important;
    justify-content:center !important;

    box-sizing:border-box !important;

    background:#111 !important;
    color:#fff !important;

    border:1px solid #111 !important;

    font-size:9px !important;
    font-weight:700 !important;

    letter-spacing:.14em !important;

    text-transform:uppercase !important;
    text-decoration:none !important;
}

@media(max-width:1024px){

    body .orre-home-new > .orre-home-section-header,
    body .orre-home-collection > .orre-home-section-header{
        padding:28px 28px !important;

        gap:20px !important;
    }
}

@media(max-width:767px){

    body .orre-home-new > .orre-home-section-header,
    body .orre-home-collection > .orre-home-section-header{
        grid-template-columns:1fr auto !important;

        padding:24px 16px !important;

        gap:12px !important;
    }

    body .orre-home-new > .orre-home-section-header::before,
    body .orre-home-collection > .orre-home-section-header::before{
        display:none !important;
    }

    body .orre-home-new > .orre-home-section-header > h1,
    body .orre-home-collection > .orre-home-section-header > h2{
        font-size:22px !important;
    }

    body .orre-home-new > .orre-home-section-header > a,
    body .orre-home-collection > .orre-home-section-header > .orre-section-cta{
        min-width:auto !important;
        height:38px !important;

        padding:0 14px !important;

        font-size:8px !important;
    }
}

.woocommerce nav.woocommerce-pagination{
    width:100% !important;

    display:flex !important;
    justify-content:center !important;

    margin:42px 0 56px !important;
    padding:0 !important;
}

.woocommerce nav.woocommerce-pagination ul{
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;

    gap:7px !important;

    margin:0 !important;
    padding:0 !important;

    border:0 !important;

    list-style:none !important;
}

.woocommerce nav.woocommerce-pagination ul li{
    float:none !important;

    margin:0 !important;
    padding:0 !important;

    border:0 !important;

    overflow:visible !important;
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span{
    width:42px !important;
    min-width:42px !important;
    height:42px !important;

    display:flex !important;
    align-items:center !important;
    justify-content:center !important;

    margin:0 !important;
    padding:0 !important;

    box-sizing:border-box !important;

    background:#fff !important;
    color:#111 !important;

    border:1px solid #d8d8d8 !important;
    border-radius:0 !important;

    font-size:12px !important;
    font-weight:600 !important;
    line-height:1 !important;

    text-decoration:none !important;

    transition:
        background .2s ease,
        color .2s ease,
        border-color .2s ease !important;
}

.woocommerce nav.woocommerce-pagination ul li span.current{
    background:#000 !important;
    color:#fff !important;

    border-color:#000 !important;
}

.woocommerce nav.woocommerce-pagination ul li a:hover{
    background:#111 !important;
    color:#fff !important;

    border-color:#111 !important;
}

.woocommerce nav.woocommerce-pagination a.prev,
.woocommerce nav.woocommerce-pagination a.next{
    position:relative !important;

    font-size:0 !important;
}

.woocommerce nav.woocommerce-pagination a.prev::before{
    content:"" !important;

    width:7px !important;
    height:7px !important;

    border-left:1.7px solid currentColor !important;
    border-bottom:1.7px solid currentColor !important;

    transform:rotate(45deg) !important;
}

.woocommerce nav.woocommerce-pagination a.next::before{
    content:"" !important;

    width:7px !important;
    height:7px !important;

    border-right:1.7px solid currentColor !important;
    border-top:1.7px solid currentColor !important;

    transform:rotate(45deg) !important;
}

.woocommerce nav.woocommerce-pagination a.prev::after,
.woocommerce nav.woocommerce-pagination a.next::after{
    content:none !important;
    display:none !important;
}

@media(max-width:767px){

    .woocommerce nav.woocommerce-pagination{
        margin:32px 0 42px !important;
    }

    .woocommerce nav.woocommerce-pagination ul{
        gap:5px !important;
    }

    .woocommerce nav.woocommerce-pagination ul li a,
    .woocommerce nav.woocommerce-pagination ul li span{
        width:38px !important;
        min-width:38px !important;
        height:38px !important;

        font-size:11px !important;
    }
}

body.post-type-archive-product .orre-shop-pro-media{
    position:relative !important;

    display:block !important;

    width:100% !important;
    aspect-ratio:4 / 5 !important;

    overflow:hidden !important;

    background:#f3efed !important;
}

body.post-type-archive-product .orre-shop-pro-media img{
    position:absolute !important;

    inset:0 !important;

    display:block !important;

    width:100% !important;
    height:100% !important;

    object-fit:cover !important;
    object-position:center !important;
}

body.post-type-archive-product .orre-shop-pro-main-img{
    display:block !important;

    opacity:1 !important;
    visibility:visible !important;

    z-index:1 !important;
}

body.post-type-archive-product .orre-shop-pro-hover-img{
    display:block !important;

    opacity:0 !important;
    visibility:visible !important;

    z-index:2 !important;

    transition:opacity .3s ease !important;
}

body.post-type-archive-product
.orre-shop-pro-card:hover
.orre-shop-pro-main-img{
    opacity:0 !important;
}

body.post-type-archive-product
.orre-shop-pro-card:hover
.orre-shop-pro-hover-img{
    opacity:1 !important;
}

body.post-type-archive-product .orre-shop-pro-card-top{
    display:block !important;

    width:100% !important;

    position:relative !important;
}

body.post-type-archive-product .orre-shop-pro-sizes{
    display:flex !important;
    visibility:visible !important;
    opacity:1 !important;

    width:100% !important;
    height:auto !important;

    align-items:center !important;
    justify-content:flex-start !important;

    gap:7px !important;

    padding:10px 16px 0 !important;
    margin:0 !important;

    background:#fff !important;

    overflow:visible !important;
}

body.post-type-archive-product .orre-shop-pro-size-label{
    display:none !important;
}

body.post-type-archive-product .orre-shop-pro-size-list{
    display:flex !important;
    visibility:visible !important;
    opacity:1 !important;

    align-items:center !important;
    flex-wrap:wrap !important;

    gap:6px !important;

    width:auto !important;
    height:auto !important;
}

body.post-type-archive-product .orre-shop-pro-size-list span{
    display:inline-flex !important;

    align-items:center !important;
    justify-content:center !important;

    min-width:38px !important;
    height:34px !important;

    padding:0 9px !important;

    background:#fff !important;
    color:#111 !important;

    border:1px solid #d7d7d7 !important;
    border-radius:0 !important;

    font-size:10px !important;
    font-weight:500 !important;

    line-height:1 !important;

    box-sizing:border-box !important;
}

body.post-type-archive-product .orre-shop-pro-size-list span:hover{
    border-color:#111 !important;
}

body.post-type-archive-product .orre-shop-pro-info{
    padding-top:10px !important;
}

@media(max-width:767px){

    body.post-type-archive-product .orre-shop-pro-sizes{
        padding:8px 8px 0 !important;
    }

    body.post-type-archive-product .orre-shop-pro-size-list{
        gap:5px !important;
    }

    body.post-type-archive-product .orre-shop-pro-size-list span{
        min-width:34px !important;
        height:31px !important;

        padding:0 7px !important;

        font-size:9px !important;
    }
}

.woocommerce nav.woocommerce-pagination ul li a.prev,
.woocommerce nav.woocommerce-pagination ul li a.next{
    position:relative !important;

    width:44px !important;
    min-width:44px !important;
    height:44px !important;

    display:flex !important;
    align-items:center !important;
    justify-content:center !important;

    padding:0 !important;

    font-size:0 !important;

    background:#fff !important;
    color:#111 !important;

    border:1px solid #d8d8d8 !important;
}

.woocommerce nav.woocommerce-pagination ul li a.prev::before,
.woocommerce nav.woocommerce-pagination ul li a.prev::after,
.woocommerce nav.woocommerce-pagination ul li a.next::before,
.woocommerce nav.woocommerce-pagination ul li a.next::after{
    content:"" !important;
    display:block !important;

    position:absolute !important;

    top:50% !important;

    width:8px !important;
    height:8px !important;

    border:0 !important;
}

.woocommerce nav.woocommerce-pagination ul li a.prev::before{
    left:50% !important;

    border-left:1.6px solid currentColor !important;
    border-bottom:1.6px solid currentColor !important;

    transform:
        translate(-40%,-50%)
        rotate(45deg) !important;
}

.woocommerce nav.woocommerce-pagination ul li a.next::before{
    left:50% !important;

    border-right:1.6px solid currentColor !important;
    border-top:1.6px solid currentColor !important;

    transform:
        translate(-60%,-50%)
        rotate(45deg) !important;
}

.woocommerce nav.woocommerce-pagination ul li a.prev::after,
.woocommerce nav.woocommerce-pagination ul li a.next::after{
    display:none !important;
}

.woocommerce nav.woocommerce-pagination ul li a.prev:hover,
.woocommerce nav.woocommerce-pagination ul li a.next:hover{
    background:#000 !important;
    color:#fff !important;
    border-color:#000 !important;
}

body.page .orre-about-hero,
body.page .orre-about-story,
body.page .orre-about-values,
body.page .orre-about-closing{
    background:#fff;
    color:#111;
}

.orre-about-hero,
.orre-about-story,
.orre-about-values,
.orre-about-closing{
    padding-left:6vw !important;
    padding-right:6vw !important;
}

.orre-about-hero{
    min-height:520px;
    display:flex;
    align-items:center;
    padding-top:80px !important;
    padding-bottom:80px !important;
}

.orre-about-hero .elementor-heading-title{
    max-width:900px;
    margin:0;
    font-size:clamp(52px,7vw,108px) !important;
    line-height:.94 !important;
    font-weight:500 !important;
    letter-spacing:-.035em !important;
    color:#111 !important;
}

.orre-about-hero .elementor-widget-text-editor{
    max-width:620px;
    margin-top:28px;
}

.orre-about-hero p{
    font-size:17px !important;
    line-height:1.75 !important;
    color:#555 !important;
}

.orre-about-hero .elementor-widget-heading:first-child
.elementor-heading-title{
    font-size:10px !important;
    line-height:1 !important;
    font-weight:700 !important;
    letter-spacing:.22em !important;
    color:#8c8c8c !important;
    text-transform:uppercase !important;
}

.orre-about-story{
    padding-top:90px !important;
    padding-bottom:90px !important;
    border-top:1px solid #eee;
}

.orre-about-story img{
    width:100%;
    display:block;
    object-fit:cover;
    background:#f6f4f2;
}

.orre-about-story .elementor-heading-title{
    font-size:clamp(40px,4.3vw,68px) !important;
    line-height:1.02 !important;
    font-weight:500 !important;
    letter-spacing:-.025em !important;
    color:#111 !important;
}

.orre-about-story p{
    max-width:620px;
    font-size:16px !important;
    line-height:1.8 !important;
    color:#4d4d4d !important;
}

.orre-about-values{
    padding-top:90px !important;
    padding-bottom:100px !important;

    border-top:1px solid #eee;
    border-bottom:1px solid #eee;
}

.orre-about-values .e-con,
.orre-about-values .elementor-column{
    position:relative;
}

.orre-about-values .elementor-column:not(:last-child)::after{
    content:"";
    position:absolute;
    top:0;
    right:0;
    width:1px;
    height:100%;
    background:#e8e8e8;
}

.orre-about-values .elementor-heading-title{
    font-size:21px !important;
    line-height:1.2 !important;
    font-weight:600 !important;
    letter-spacing:.02em !important;
    color:#111 !important;
}

.orre-about-values p{
    max-width:420px;
    margin-top:18px;
    font-size:15px !important;
    line-height:1.75 !important;
    color:#666 !important;
}

.orre-about-closing{
    min-height:480px;

    display:flex;
    align-items:center;
    justify-content:center;

    text-align:center;

    padding-top:90px !important;
    padding-bottom:90px !important;
}

.orre-about-closing .elementor-heading-title{
    max-width:900px;

    margin-left:auto;
    margin-right:auto;

    font-size:clamp(48px,6vw,92px) !important;

    line-height:.98 !important;

    font-weight:500 !important;

    letter-spacing:-.035em !important;

    color:#111 !important;
}

.orre-about-closing p{
    max-width:600px;

    margin:24px auto 0;

    font-size:16px !important;
    line-height:1.75 !important;

    color:#666 !important;
}

.orre-about-closing .elementor-button{
    min-width:200px;

    height:52px;

    margin-top:28px;

    display:inline-flex;
    align-items:center;
    justify-content:center;

    background:#000 !important;
    color:#fff !important;

    border:1px solid #000 !important;
    border-radius:0 !important;

    font-size:10px !important;
    font-weight:700 !important;

    letter-spacing:.16em !important;

    text-transform:uppercase;

    transition:.25s ease;
}

.orre-about-closing .elementor-button:hover{
    background:#fff !important;
    color:#000 !important;
}

.orre-about-hero .elementor-widget-container,
.orre-about-story .elementor-widget-container,
.orre-about-values .elementor-widget-container{
    box-shadow:none !important;
}

.orre-about-hero a,
.orre-about-story a,
.orre-about-values a{
    color:#111 !important;
}

.orre-about-story a,
.orre-about-values a{
    display:inline-flex;
    align-items:center;
    gap:10px;

    margin-top:18px;

    font-size:10px !important;
    font-weight:700 !important;

    letter-spacing:.14em;

    text-transform:uppercase;

    text-decoration:none !important;
}

@media(max-width:767px){

    .orre-about-hero,
    .orre-about-story,
    .orre-about-values,
    .orre-about-closing{
        padding-left:20px !important;
        padding-right:20px !important;
    }

    .orre-about-hero{
        min-height:auto;

        padding-top:64px !important;
        padding-bottom:64px !important;
    }

    .orre-about-hero .elementor-heading-title{
        font-size:48px !important;
    }

    .orre-about-story,
    .orre-about-values{
        padding-top:56px !important;
        padding-bottom:56px !important;
    }

    .orre-about-story .elementor-heading-title{
        font-size:38px !important;
    }

    .orre-about-values .elementor-column::after{
        display:none !important;
    }

    .orre-about-values .elementor-column{
        padding-bottom:36px;
        margin-bottom:36px;

        border-bottom:1px solid #eee;
    }

    .orre-about-closing{
        min-height:auto;

        padding-top:70px !important;
        padding-bottom:70px !important;
    }

    .orre-about-closing .elementor-heading-title{
        font-size:44px !important;
    }
}

.about-video-section,
.elementor-section.about-video-section {
    padding: 70px 40px !important;
    box-sizing: border-box;
}

.about-video-section .elementor-container,
.about-video-section .elementor-row {
    max-width: 1400px !important;
    margin: 0 auto !important;
    align-items: flex-start !important;
    column-gap: 40px !important;
}

.about-video-section .elementor-column {
    width: 50% !important;
}

.about-video-section .elementor-widget-video,
.about-video-section .elementor-custom-embed-wrapper,
.about-video-section .elementor-video {
    width: 100% !important;
}

.about-video-section iframe,
.about-video-section video,
.about-video-section .elementor-video iframe {
    width: 100% !important;
    height: 420px !important;
    display: block !important;
    border: 0 !important;
    object-fit: cover !important;
}

.about-video-section .elementor-custom-embed-image-overlay,
.about-video-section .elementor-wrapper {
    width: 100% !important;
    min-height: 420px !important;
}

.about-video-section h2,
.about-video-section h3,
.about-video-section .elementor-heading-title {
    font-size: 26px !important;
    line-height: 1.3 !important;
    font-weight: 500 !important;
    margin-top: 22px !important;
    margin-bottom: 0 !important;
    color: #222 !important;
}

.about-video-section p {
    margin-top: 12px !important;
    line-height: 1.7 !important;
    color: #666 !important;
}

@media (max-width: 991px) {
    .about-video-section {
        padding: 50px 20px !important;
    }

    .about-video-section .elementor-container,
    .about-video-section .elementor-row {
        display: flex !important;
        flex-direction: column !important;
        row-gap: 35px !important;
    }

    .about-video-section .elementor-column {
        width: 100% !important;
    }

    .about-video-section iframe,
    .about-video-section video,
    .about-video-section .elementor-video iframe,
    .about-video-section .elementor-custom-embed-image-overlay,
    .about-video-section .elementor-wrapper {
        height: 280px !important;
        min-height: 280px !important;
    }

    .about-video-section h2,
    .about-video-section h3,
    .about-video-section .elementor-heading-title {
        font-size: 22px !important;
    }
}

#orreMenuDrawer,
.orre-menu-drawer{
    display:flex !important;
    flex-direction:column !important;
}

#orreMenuDrawer .orre-drawer-nav,
.orre-menu-drawer .orre-drawer-nav{
    flex:1 !important;

    display:flex !important;
    flex-direction:column !important;
    justify-content:center !important;

    padding-top:20px !important;
    padding-bottom:20px !important;
}

#orreMenuDrawer .orre-drawer-nav > a,
#orreMenuDrawer .orre-mobile-group,
.orre-menu-drawer .orre-drawer-nav > a,
.orre-menu-drawer .orre-mobile-group{
    flex:0 0 auto !important;
}

@media(max-width:767px){

    #orreMenuDrawer .orre-drawer-nav,
    .orre-menu-drawer .orre-drawer-nav{
        justify-content:flex-start !important;

        padding-top:28px !important;
    }
}

body .orre-home-new > .orre-home-section-header > a::after,
body .orre-home-collection > .orre-home-section-header > .orre-section-cta::after{
    content:none !important;
    display:none !important;
}

body .orre-home-new > .orre-home-section-header > a,
body .orre-home-collection > .orre-home-section-header > .orre-section-cta{
    padding-left:22px !important;
    padding-right:22px !important;
    justify-content:center !important;
}

body .orre-home-new > .orre-home-section-header > h1,
body .orre-home-collection > .orre-home-section-header > h2{
    position:relative !important;
    padding-bottom:16px !important;
}

body .orre-home-new > .orre-home-section-header > h1::after,
body .orre-home-collection > .orre-home-section-header > h2::after{
    content:"" !important;

    display:block !important;

    position:absolute !important;

    left:50% !important;
    bottom:0 !important;

    width:42px !important;
    height:3px !important;

    background:#c2c2c2 !important;

    transform:translateX(-50%) !important;
}

body .orre-home-new > .orre-home-section-header::before,
body .orre-home-collection > .orre-home-section-header::before{
    display:none !important;
    content:none !important;
}

body .orre-home-new > .orre-home-section-header,
body .orre-home-collection > .orre-home-section-header{
    display:flex !important;
    align-items:center !important;
    justify-content:space-between !important;

    gap:30px !important;

    padding:34px 56px !important;
}

body .orre-home-new > .orre-home-section-header > h1,
body .orre-home-collection > .orre-home-section-header > h2{
    position:relative !important;

    margin:0 !important;
    padding-bottom:16px !important;

    flex:0 0 auto !important;
}

body .orre-home-new > .orre-home-section-header > h1::after,
body .orre-home-collection > .orre-home-section-header > h2::after{
    content:"" !important;

    display:block !important;

    position:absolute !important;

    left:50% !important;
    bottom:0 !important;

    width:56px !important;
    height:3px !important;

    background:#bdbdbd !important;

    transform:translateX(-50%) !important;
}

body .orre-home-new > .orre-home-section-header::before,
body .orre-home-collection > .orre-home-section-header::before{
    content:none !important;
    display:none !important;
}

body .orre-home-new > .orre-home-section-header > a,
body .orre-home-collection > .orre-home-section-header > .orre-section-cta{
    width:auto !important;
    max-width:none !important;

    flex:0 0 auto !important;

    min-width:170px !important;
    height:48px !important;

    margin:0 !important;
    padding:0 24px !important;

    display:inline-flex !important;
    align-items:center !important;
    justify-content:center !important;

    background:#111 !important;
    color:#fff !important;

    border:1px solid #111 !important;

    font-size:10px !important;
    font-weight:700 !important;

    letter-spacing:.14em !important;

    text-transform:uppercase !important;
}

body .orre-home-new > .orre-home-section-header > a::after,
body .orre-home-collection > .orre-home-section-header > .orre-section-cta::after{
    content:none !important;
    display:none !important;
}

body .orre-home-new > .orre-home-section-header,
body .orre-home-collection > .orre-home-section-header{
    display:flex !important;
    flex-direction:column !important;
    align-items:center !important;
    justify-content:center !important;

    width:100% !important;

    padding:38px 20px 42px !important;
    margin:0 !important;

    text-align:center !important;

    background:#fff !important;

    gap:0 !important;
}

body .orre-home-new > .orre-home-section-header > h1,
body .orre-home-collection > .orre-home-section-header > h2{
    position:relative !important;

    margin:0 !important;

    padding:18px 0 17px !important;

    font-size:36px !important;
    font-weight:700 !important;
    line-height:1 !important;

    letter-spacing:.075em !important;

    text-align:center !important;
    text-transform:uppercase !important;

    color:#111 !important;
}

body .orre-home-new > .orre-home-section-header > h1::before{
    content:"NEW SEASON" !important;
}

body .orre-home-collection > .orre-home-section-header > h2::before{
    content:"SHOP THE EDIT" !important;
}

body .orre-home-new > .orre-home-section-header > h1::before,
body .orre-home-collection > .orre-home-section-header > h2::before{
    position:absolute !important;

    top:0 !important;
    left:50% !important;

    transform:translateX(-50%) !important;

    white-space:nowrap !important;

    font-size:8px !important;
    font-weight:600 !important;

    letter-spacing:.25em !important;

    color:#999 !important;
}

body .orre-home-new > .orre-home-section-header > h1::after,
body .orre-home-collection > .orre-home-section-header > h2::after{
    content:"" !important;

    position:absolute !important;

    left:50% !important;
    bottom:0 !important;

    width:46px !important;
    height:3px !important;

    background:#bdbdbd !important;

    transform:translateX(-50%) !important;
}

body .orre-home-new > .orre-home-section-header::before,
body .orre-home-collection > .orre-home-section-header::before{
    display:none !important;
    content:none !important;
}

body .orre-home-new > .orre-home-section-header > a,
body .orre-home-collection > .orre-home-section-header > .orre-section-cta{
    display:inline-flex !important;

    align-items:center !important;
    justify-content:center !important;

    width:auto !important;
    min-width:180px !important;

    height:48px !important;

    margin:26px 0 0 !important;

    padding:0 26px !important;

    background:#111 !important;
    color:#fff !important;

    border:1px solid #111 !important;
    border-radius:0 !important;

    font-size:10px !important;
    font-weight:700 !important;

    letter-spacing:.15em !important;

    text-align:center !important;
    text-decoration:none !important;
    text-transform:uppercase !important;
}

body .orre-home-new > .orre-home-section-header > a::after,
body .orre-home-collection > .orre-home-section-header > .orre-section-cta::after{
    display:none !important;
    content:none !important;
}

@media(max-width:767px){

    body .orre-home-new > .orre-home-section-header,
    body .orre-home-collection > .orre-home-section-header{
        padding:30px 16px 34px !important;
    }

    body .orre-home-new > .orre-home-section-header > h1,
    body .orre-home-collection > .orre-home-section-header > h2{
        font-size:27px !important;
    }

    body .orre-home-new > .orre-home-section-header > a,
    body .orre-home-collection > .orre-home-section-header > .orre-section-cta{
        min-width:165px !important;
        height:44px !important;

        margin-top:22px !important;

        font-size:9px !important;
    }
}

.orre-home-section-footer{
    width:100% !important;

    display:flex !important;
    align-items:center !important;
    justify-content:center !important;

    padding:34px 20px 44px !important;

    background:#fff !important;

    box-sizing:border-box !important;
}

.orre-home-section-footer .orre-section-cta{
    display:inline-flex !important;

    align-items:center !important;
    justify-content:center !important;

    width:auto !important;
    min-width:210px !important;
    height:50px !important;

    margin:0 !important;
    padding:0 28px !important;

    background:#111 !important;
    color:#fff !important;

    border:1px solid #111 !important;
    border-radius:0 !important;

    font-size:10px !important;
    font-weight:700 !important;

    letter-spacing:.16em !important;

    text-transform:uppercase !important;
    text-decoration:none !important;

    transition:.2s ease !important;
}

.orre-home-section-footer .orre-section-cta:hover{
    background:#fff !important;
    color:#111 !important;
}

.orre-home-section-footer .orre-section-cta::before,
.orre-home-section-footer .orre-section-cta::after{
    content:none !important;
    display:none !important;
}

@media(max-width:767px){

    .orre-home-section-footer{
        padding:24px 16px 32px !important;
    }

    .orre-home-section-footer .orre-section-cta{
        min-width:180px !important;
        height:46px !important;

        font-size:9px !important;
    }
}

body .orre-home-new > .orre-home-section-header{
    display:flex !important;
    flex-direction:column !important;
    align-items:center !important;
    justify-content:center !important;

    width:100% !important;

    padding:24px 20px 28px !important;
    margin:0 !important;

    text-align:center !important;

    background:#fff !important;
}

body .orre-home-new > .orre-home-section-header > h1{
    position:relative !important;

    margin:0 !important;
    padding:18px 0 16px !important;

    font-size:34px !important;
    font-weight:700 !important;
    line-height:1 !important;

    letter-spacing:.07em !important;

    text-transform:uppercase !important;
}

body .orre-home-new > .orre-home-section-header > h1::before{
    content:"NEW SEASON" !important;

    position:absolute !important;

    top:0 !important;
    left:50% !important;

    transform:translateX(-50%) !important;

    font-size:8px !important;
    font-weight:600 !important;

    letter-spacing:.24em !important;

    color:#999 !important;

    white-space:nowrap !important;
}

body .orre-home-new > .orre-home-section-header > h1::after{
    content:"" !important;

    position:absolute !important;

    left:50% !important;
    bottom:0 !important;

    width:44px !important;
    height:2px !important;

    background:#bdbdbd !important;

    transform:translateX(-50%) !important;
}

body .orre-home-new > .orre-home-section-header > a{
    display:inline-flex !important;

    align-items:center !important;
    justify-content:center !important;

    width:auto !important;
    min-width:160px !important;

    height:44px !important;

    margin:20px 0 0 !important;
    padding:0 24px !important;

    background:#111 !important;
    color:#fff !important;

    border:1px solid #111 !important;

    font-size:9px !important;
    font-weight:700 !important;

    letter-spacing:.15em !important;

    text-transform:uppercase !important;
    text-decoration:none !important;
}

body .orre-home-new > .orre-home-section-header > a::before,
body .orre-home-new > .orre-home-section-header > a::after{
    content:none !important;
    display:none !important;
}

@media(max-width:767px){

    body .orre-home-new > .orre-home-section-header{
        padding:22px 16px 24px !important;
    }

    body .orre-home-new > .orre-home-section-header > h1{
        font-size:28px !important;
    }

    body .orre-home-new > .orre-home-section-header > a{
        min-width:145px !important;
        height:42px !important;

        margin-top:18px !important;
    }
}

.orre-home-new .orre-home-section-header{
    display:flex !important;
    flex-direction:column !important;
    align-items:center !important;
    justify-content:center !important;

    padding:32px 20px 28px !important;
    margin:0 !important;

    text-align:center !important;
    background:#fff !important;
}

.orre-home-new .orre-home-section-header h1{
    position:relative !important;

    margin:0 !important;
    padding:18px 0 16px !important;

    font-size:34px !important;
    font-weight:700 !important;
    line-height:1 !important;

    letter-spacing:.08em !important;
}

.orre-home-new .orre-home-section-header h1::before{
    content:"NEW SEASON" !important;

    position:absolute !important;
    top:0 !important;
    left:50% !important;

    transform:translateX(-50%) !important;

    font-size:8px !important;
    font-weight:600 !important;

    letter-spacing:.24em !important;
    color:#999 !important;

    white-space:nowrap !important;
}

.orre-home-new .orre-home-section-header h1::after{
    content:"" !important;

    position:absolute !important;
    left:50% !important;
    bottom:0 !important;

    width:46px !important;
    height:2px !important;

    transform:translateX(-50%) !important;

    background:#bdbdbd !important;
}

.orre-home-new .orre-home-section-footer{
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;

    width:100% !important;

    padding:34px 20px 44px !important;

    background:#fff !important;
}

.orre-home-new .orre-home-section-footer .orre-section-cta{
    display:inline-flex !important;
    align-items:center !important;
    justify-content:center !important;

    width:auto !important;
    min-width:180px !important;
    height:48px !important;

    padding:0 28px !important;

    background:#111 !important;
    color:#fff !important;

    border:1px solid #111 !important;

    font-size:10px !important;
    font-weight:700 !important;

    letter-spacing:.15em !important;

    text-decoration:none !important;
    text-transform:uppercase !important;
}

.orre-home-new .orre-home-section-footer .orre-section-cta::before,
.orre-home-new .orre-home-section-footer .orre-section-cta::after{
    display:none !important;
    content:none !important;
}

}

body.single-product .orre-variable-size-buttons,
body.single-product .orre-pdp-static-sizes{
    display:none !important;
}

body.single-product .orre-simple-size-selector{
    display:block !important;
    visibility:visible !important;
    opacity:1 !important;

    width:100% !important;

    margin:26px 0 22px !important;
    padding:0 !important;
}

body.single-product .orre-simple-size-selector .orre-size-selector-label{
    display:block !important;

    margin:0 0 12px !important;

    color:#111 !important;

    font-size:12px !important;
    font-weight:700 !important;
    line-height:1 !important;

    letter-spacing:.09em !important;

    text-transform:uppercase !important;
}

body.single-product .orre-simple-size-buttons{
    display:flex !important;
    align-items:center !important;
    justify-content:flex-start !important;
    flex-wrap:wrap !important;

    gap:8px !important;

    width:100% !important;

    margin:0 !important;
    padding:0 !important;
}

body.single-product .orre-simple-size-buttons .orre-size-option{
    display:inline-flex !important;

    align-items:center !important;
    justify-content:center !important;

    width:56px !important;
    min-width:56px !important;
    height:48px !important;

    margin:0 !important;
    padding:0 !important;

    background:#fff !important;
    color:#111 !important;

    border:1px solid #d4d4d4 !important;
    border-radius:0 !important;

    box-shadow:none !important;

    font-size:10px !important;
    font-weight:600 !important;

    cursor:pointer !important;
}

body.single-product
.orre-simple-size-buttons
.orre-size-option.is-selected{
    background:#111 !important;
    color:#fff !important;

    border-color:#111 !important;
}

body.single-product
.orre-simple-size-buttons
.orre-size-option:hover{
    border-color:#111 !important;
}

body.single-product
.orre-simple-size-selector
input[name="orre_selected_size"]{
    display:none !important;
}

body.single-product
.orre-pdp-final-buy
form.cart:not(.variations_form){
    display:grid !important;

    grid-template-columns:145px minmax(0,1fr) !important;

    align-items:stretch !important;

    gap:10px !important;

    width:100% !important;

    margin:0 !important;
}

body.single-product .orre-pdp-final-buy .quantity{
    display:grid !important;

    grid-template-columns:40px 1fr 40px !important;

    width:145px !important;
    height:52px !important;

    margin:0 !important;

    background:#fff !important;

    border:1px solid #111 !important;
}

body.single-product .orre-pdp-final-buy .quantity input.qty{
    width:100% !important;
    height:50px !important;

    margin:0 !important;
    padding:0 !important;

    background:#fff !important;
    color:#111 !important;

    border:0 !important;

    text-align:center !important;
}

body.single-product .orre-pdp-final-buy .quantity .minus,
body.single-product .orre-pdp-final-buy .quantity .plus{
    width:40px !important;
    height:50px !important;

    margin:0 !important;
    padding:0 !important;

    display:flex !important;
    align-items:center !important;
    justify-content:center !important;

    background:#fff !important;
    color:#111 !important;

    border:0 !important;
}

body.single-product
.orre-pdp-final-buy
.single_add_to_cart_button{
    width:100% !important;
    height:52px !important;

    margin:0 !important;
    padding:0 25px !important;

    display:flex !important;

    align-items:center !important;
    justify-content:center !important;

    background:#111 !important;
    color:#fff !important;

    border:1px solid #111 !important;
    border-radius:0 !important;

    font-size:10px !important;
    font-weight:700 !important;

    letter-spacing:.13em !important;

    text-transform:uppercase !important;
}

body.single-product
.orre-pdp-final-buy
form.variations_form{
    display:block !important;

    width:100% !important;

    margin:25px 0 0 !important;
}

body.single-product
.orre-pdp-final-buy
.variations{
    display:table !important;

    width:100% !important;

    margin:0 0 22px !important;
}

body.single-product
.orre-pdp-final-buy
.wd-swatches-product{
    display:flex !important;

    flex-wrap:wrap !important;

    gap:8px !important;

    margin:10px 0 0 !important;
}

body.single-product
.orre-pdp-final-buy
.wd-swatch,
body.single-product
.orre-pdp-final-buy
.wd-swatch-text{
    display:inline-flex !important;

    align-items:center !important;
    justify-content:center !important;

    min-width:56px !important;
    height:48px !important;

    padding:0 14px !important;

    background:#fff !important;
    color:#111 !important;

    border:1px solid #d4d4d4 !important;
    border-radius:0 !important;
}

body.single-product
.orre-pdp-final-buy
.wd-swatch.wd-active,
body.single-product
.orre-pdp-final-buy
.wd-swatch.active{
    background:#111 !important;
    color:#fff !important;

    border-color:#111 !important;
}

body.single-product
.orre-pdp-final-buy
.woocommerce-variation-add-to-cart{
    display:grid !important;

    grid-template-columns:145px minmax(0,1fr) !important;

    gap:10px !important;

    width:100% !important;

    margin-top:20px !important;
}

@media(max-width:767px){

    body.single-product .orre-simple-size-selector{
        margin-top:22px !important;
    }

    body.single-product
    .orre-simple-size-buttons
    .orre-size-option{
        width:50px !important;
        min-width:50px !important;
        height:44px !important;
    }

    body.single-product
    .orre-pdp-final-buy
    form.cart:not(.variations_form),

    body.single-product
    .orre-pdp-final-buy
    .woocommerce-variation-add-to-cart{
        grid-template-columns:110px minmax(0,1fr) !important;
        gap:8px !important;
    }

    body.single-product .orre-pdp-final-buy .quantity{
        width:110px !important;

        grid-template-columns:32px 1fr 32px !important;
    }

    body.single-product .orre-pdp-final-buy .quantity .minus,
    body.single-product .orre-pdp-final-buy .quantity .plus{
        width:32px !important;
    }
}

body.single-product .orre-pdp-final-buy form.variations_form{
    width:100% !important;
    margin:24px 0 0 !important;
}

body.single-product .orre-pdp-final-buy .variations{
    width:100% !important;
    margin:0 0 22px !important;
    border:0 !important;
}

body.single-product .orre-pdp-final-buy .variations tbody,
body.single-product .orre-pdp-final-buy .variations tr{
    display:block !important;
    width:100% !important;
}

body.single-product .orre-pdp-final-buy .variations tr{
    margin:0 0 18px !important;
}

body.single-product .orre-pdp-final-buy .variations th,
body.single-product .orre-pdp-final-buy .variations td{
    display:block !important;
    width:100% !important;
    margin:0 !important;
    padding:0 !important;
    border:0 !important;
    text-align:left !important;
}

body.single-product .orre-pdp-final-buy .variations label{
    display:block !important;
    margin:0 0 11px !important;

    color:#111 !important;

    font-size:12px !important;
    font-weight:700 !important;
    line-height:1.2 !important;

    letter-spacing:.09em !important;
    text-transform:uppercase !important;
}

body.single-product .orre-pdp-final-buy .wd-swatches-product{
    display:flex !important;
    align-items:center !important;
    justify-content:flex-start !important;
    flex-wrap:wrap !important;

    gap:8px !important;

    width:100% !important;
    margin:0 !important;
}

body.single-product .orre-pdp-final-buy .wd-swatch,
body.single-product .orre-pdp-final-buy .wd-swatch-text{
    display:inline-flex !important;
    align-items:center !important;
    justify-content:center !important;

    min-width:56px !important;
    height:48px !important;

    margin:0 !important;
    padding:0 14px !important;

    background:#fff !important;
    color:#111 !important;

    border:1px solid #d5d5d5 !important;
    border-radius:0 !important;
    box-shadow:none !important;

    font-size:10px !important;
    font-weight:600 !important;
    line-height:1 !important;
}

body.single-product .orre-pdp-final-buy .wd-swatch.wd-active,
body.single-product .orre-pdp-final-buy .wd-swatch.active,
body.single-product .orre-pdp-final-buy .wd-swatch.selected{
    background:#111 !important;
    color:#fff !important;
    border-color:#111 !important;
}

body.single-product .orre-pdp-final-buy .variations select{
    width:100% !important;
    max-width:360px !important;
    height:48px !important;

    margin:0 !important;
    padding:0 14px !important;

    background:#fff !important;
    color:#111 !important;

    border:1px solid #d5d5d5 !important;
    border-radius:0 !important;
    box-shadow:none !important;
}

body.single-product .orre-pdp-final-buy .reset_variations{
    display:inline-block !important;

    margin-top:10px !important;

    color:#777 !important;

    font-size:9px !important;
    font-weight:600 !important;
    letter-spacing:.08em !important;
    text-transform:uppercase !important;
}

body.single-product
.orre-pdp-final-buy
.woocommerce-variation-add-to-cart{
    display:grid !important;
    grid-template-columns:145px minmax(0,1fr) !important;

    align-items:stretch !important;
    gap:10px !important;

    width:100% !important;
    margin-top:20px !important;
}

body.single-product .orre-pdp-final-buy .quantity{
    display:grid !important;
    grid-template-columns:40px 1fr 40px !important;

    width:145px !important;
    height:52px !important;

    margin:0 !important;

    border:1px solid #111 !important;
    background:#fff !important;
}

body.single-product .orre-pdp-final-buy .quantity input.qty{
    width:100% !important;
    height:50px !important;

    margin:0 !important;
    padding:0 !important;

    background:#fff !important;
    color:#111 !important;

    border:0 !important;
    box-shadow:none !important;

    text-align:center !important;
}

body.single-product .orre-pdp-final-buy .quantity .minus,
body.single-product .orre-pdp-final-buy .quantity .plus{
    width:40px !important;
    height:50px !important;

    margin:0 !important;
    padding:0 !important;

    background:#fff !important;
    color:#111 !important;

    border:0 !important;
    box-shadow:none !important;
}

body.single-product .orre-pdp-final-buy .single_add_to_cart_button{
    width:100% !important;
    min-height:52px !important;

    margin:0 !important;
    padding:0 24px !important;

    display:flex !important;
    align-items:center !important;
    justify-content:center !important;

    background:#111 !important;
    color:#fff !important;

    border:1px solid #111 !important;
    border-radius:0 !important;

    font-size:10px !important;
    font-weight:700 !important;
    line-height:1 !important;

    letter-spacing:.12em !important;
    text-transform:uppercase !important;
}

body.single-product .orre-pdp-final-buy .single_add_to_cart_button.disabled,
body.single-product .orre-pdp-final-buy .single_add_to_cart_button:disabled{
    opacity:.45 !important;
    cursor:not-allowed !important;
}

@media(max-width:767px){

    body.single-product
    .orre-pdp-final-buy
    .woocommerce-variation-add-to-cart{
        grid-template-columns:110px minmax(0,1fr) !important;
        gap:8px !important;
    }

    body.single-product .orre-pdp-final-buy .quantity{
        width:110px !important;
        grid-template-columns:32px 1fr 32px !important;
    }

    body.single-product .orre-pdp-final-buy .quantity .minus,
    body.single-product .orre-pdp-final-buy .quantity .plus{
        width:32px !important;
    }

    body.single-product .orre-pdp-final-buy .wd-swatch,
    body.single-product .orre-pdp-final-buy .wd-swatch-text{
        min-width:50px !important;
        height:44px !important;
        padding:0 12px !important;
    }
}

body.single-product .orre-pdp-final-short-description{
    margin:18px 0 0 !important;
    max-width:680px !important;
    color:#555 !important;
    font-size:15px !important;
    line-height:1.75 !important;
}

body.single-product .orre-pdp-final-description{
    margin:22px 0 26px !important;
    max-width:680px !important;
    color:#333 !important;
    font-size:15px !important;
    line-height:1.8 !important;
}

body.single-product .orre-pdp-final-description p{
    margin:0 0 16px !important;
}

body.single-product .orre-pdp-final-description ul,
body.single-product .orre-pdp-final-description ol{
    margin:12px 0 0 20px !important;
    padding:0 !important;
}

body.single-product .orre-pdp-final-description li{
    margin:0 0 10px !important;
}

body.single-product
.orre-pdp-final-buy
form.cart:not(.variations_form){
    display:grid !important;
    grid-template-columns:145px minmax(0,1fr) !important;
    align-items:stretch !important;
    gap:14px 10px !important;
    width:100% !important;
    margin:0 !important;
}

body.single-product
.orre-pdp-final-buy
form.cart:not(.variations_form)
.orre-simple-size-selector{
    grid-column:1 / -1 !important;
    width:100% !important;
    margin:0 !important;
    padding:0 !important;
}

body.single-product .orre-simple-size-selector .orre-size-selector-label{
    display:block !important;
    margin:0 0 12px !important;
    color:#111 !important;
    font-size:12px !important;
    font-weight:700 !important;
    line-height:1 !important;
    letter-spacing:.09em !important;
    text-transform:uppercase !important;
}

body.single-product .orre-simple-size-buttons{
    display:flex !important;
    flex-wrap:wrap !important;
    align-items:center !important;
    gap:8px !important;
    width:100% !important;
    margin:0 !important;
}

body.single-product .orre-simple-size-buttons .orre-size-option{
    display:inline-flex !important;
    align-items:center !important;
    justify-content:center !important;
    width:56px !important;
    min-width:56px !important;
    height:48px !important;
    margin:0 !important;
    padding:0 !important;
    background:#fff !important;
    color:#111 !important;
    border:1px solid #d4d4d4 !important;
    border-radius:0 !important;
    box-shadow:none !important;
    font-size:10px !important;
    font-weight:600 !important;
}

body.single-product
.orre-simple-size-buttons
.orre-size-option.is-selected{
    background:#111 !important;
    color:#fff !important;
    border-color:#111 !important;
}

body.single-product .orre-pdp-final-buy .quantity{
    grid-column:1 !important;
    display:grid !important;
    grid-template-columns:40px 1fr 40px !important;
    width:145px !important;
    height:52px !important;
    margin:0 !important;
    border:1px solid #111 !important;
    background:#fff !important;
}

body.single-product .orre-pdp-final-buy .quantity input.qty{
    width:100% !important;
    height:50px !important;
    margin:0 !important;
    padding:0 !important;
    border:0 !important;
    background:#fff !important;
    color:#111 !important;
    text-align:center !important;
}

body.single-product .orre-pdp-final-buy .quantity .minus,
body.single-product .orre-pdp-final-buy .quantity .plus{
    width:40px !important;
    height:50px !important;
    margin:0 !important;
    padding:0 !important;
    border:0 !important;
    background:#fff !important;
    color:#111 !important;
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
}

body.single-product
.orre-pdp-final-buy
form.cart:not(.variations_form)
.single_add_to_cart_button{
    grid-column:2 !important;
    width:100% !important;
    height:52px !important;
    margin:0 !important;
    padding:0 24px !important;
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    background:#111 !important;
    color:#fff !important;
    border:1px solid #111 !important;
    border-radius:0 !important;
    font-size:10px !important;
    font-weight:700 !important;
    line-height:1 !important;
    letter-spacing:.12em !important;
    text-transform:uppercase !important;
}

body.single-product
.orre-pdp-final-buy
.woocommerce-variation-add-to-cart{
    display:grid !important;
    grid-template-columns:145px minmax(0,1fr) !important;
    gap:10px !important;
    width:100% !important;
    margin-top:18px !important;
}

@media(max-width:767px){
    body.single-product
    .orre-pdp-final-buy
    form.cart:not(.variations_form),
    body.single-product
    .orre-pdp-final-buy
    .woocommerce-variation-add-to-cart{
        grid-template-columns:110px minmax(0,1fr) !important;
    }

    body.single-product .orre-pdp-final-buy .quantity{
        width:110px !important;
        grid-template-columns:32px 1fr 32px !important;
    }

    body.single-product .orre-pdp-final-buy .quantity .minus,
    body.single-product .orre-pdp-final-buy .quantity .plus{
        width:32px !important;
    }

    body.single-product .orre-simple-size-buttons .orre-size-option{
        width:50px !important;
        min-width:50px !important;
        height:44px !important;
    }
}

body.single-product .orre-pdp-final-main{
    display:grid !important;

    grid-template-columns:minmax(0, 1.05fr) minmax(520px, .95fr) !important;

    column-gap:42px !important;

    width:100% !important;

    max-width:1580px !important;

    margin:0 auto !important;

    padding:0 42px !important;

    box-sizing:border-box !important;
}

body.single-product .orre-pdp-final-summary{
    padding-left:0 !important;
    margin-left:0 !important;

    display:flex !important;
    align-items:flex-start !important;
}

body.single-product .orre-pdp-final-summary-inner{
    width:100% !important;

    max-width:650px !important;

    margin-left:0 !important;
    margin-right:auto !important;

    padding-left:0 !important;
    padding-right:0 !important;
}

body.single-product .orre-pdp-final-summary-inner{
    transform:none !important;
}

@media(max-width:1199px){

    body.single-product .orre-pdp-final-main{
        grid-template-columns:1fr 1fr !important;

        column-gap:28px !important;

        padding:0 24px !important;
    }

    body.single-product .orre-pdp-final-summary-inner{
        max-width:100% !important;
    }
}

@media(max-width:767px){

    body.single-product .orre-pdp-final-main{
        display:block !important;

        padding:0 16px !important;
    }

    body.single-product .orre-pdp-final-summary{
        margin-top:28px !important;
    }
}

body .cart-widget-side,
body .wd-side-hidden,
body .wd-cart-side{
    top:0 !important;
    height:100vh !important;
    max-height:100vh !important;

    padding-top:92px !important;

    box-sizing:border-box !important;
}

body .cart-widget-side .widget_shopping_cart,
body .wd-cart-side .widget_shopping_cart{
    height:100% !important;
    max-height:100% !important;

    overflow-y:auto !important;
    overflow-x:hidden !important;

    padding-top:14px !important;
    padding-bottom:24px !important;
}

body .cart-widget-side .mini_cart_item,
body .wd-cart-side .mini_cart_item{
    padding-top:18px !important;
    padding-bottom:18px !important;
}

body .cart-widget-side .mini_cart_item img,
body .wd-cart-side .mini_cart_item img{
    margin-top:0 !important;
}

body .cart-widget-side .mini_cart_item .product-title,
body .cart-widget-side .mini_cart_item a,
body .wd-cart-side .mini_cart_item .product-title,
body .wd-cart-side .mini_cart_item a{
    margin-top:0 !important;
}

body .cart-widget-side .woocommerce-mini-cart__total,
body .wd-cart-side .woocommerce-mini-cart__total{
    margin-top:18px !important;
}

body .cart-widget-side,
body .wd-cart-side{
    z-index:999999 !important;
}

@media(max-width:767px){

    body .cart-widget-side,
    body .wd-side-hidden,
    body .wd-cart-side{
        padding-top:72px !important;
    }
}

body.home .orre-home-product-grid,
body.home .orre-product-slider{
    gap:14px !important;
}

body.home .orre-home-product{
    background:#fff !important;

    margin:0 !important;
    padding:0 !important;

    min-width:0 !important;
}

body.home .orre-home-size-strip{
    position:static !important;

    display:flex !important;
    visibility:visible !important;
    opacity:1 !important;

    align-items:center !important;
    justify-content:flex-start !important;
    flex-wrap:wrap !important;

    gap:6px !important;

    width:100% !important;
    min-height:42px !important;

    margin:0 !important;

    padding:10px 14px 0 !important;

    background:#fff !important;

    transform:none !important;
    overflow:visible !important;

    box-sizing:border-box !important;
}

body.home .orre-home-size-strip > span{
    display:inline-flex !important;

    align-items:center !important;
    justify-content:center !important;

    min-width:38px !important;
    height:34px !important;

    margin:0 !important;
    padding:0 9px !important;

    background:#fff !important;
    color:#111 !important;

    border:1px solid #d5d5d5 !important;
    border-radius:0 !important;

    font-size:10px !important;
    font-weight:500 !important;
    line-height:1 !important;

    box-sizing:border-box !important;
}

body.home .orre-home-product-info{
    padding:12px 14px 26px !important;

    margin:0 !important;

    background:#fff !important;
}

body.home .orre-home-product-name{
    display:block !important;

    margin:0 !important;

    font-size:14px !important;
    font-weight:700 !important;
    line-height:1.35 !important;

    color:#111 !important;

    text-transform:uppercase !important;
}

body.home .orre-home-product-price{
    margin-top:9px !important;

    font-size:13px !important;
    font-weight:600 !important;

    line-height:1.3 !important;
}

body.home .orre-home-new,
body.home .orre-home-collection{
    padding-bottom:44px !important;
}

@media(min-width:1025px){

    body.home .orre-slider-shell{
        padding-left:42px !important;
        padding-right:42px !important;

        box-sizing:border-box !important;
    }
}

@media(max-width:767px){

    body.home .orre-home-product-grid,
    body.home .orre-product-slider{
        gap:7px !important;
    }

    body.home .orre-home-size-strip{
        gap:5px !important;

        min-height:36px !important;

        padding:8px 8px 0 !important;
    }

    body.home .orre-home-size-strip > span{
        min-width:33px !important;
        height:30px !important;

        padding:0 7px !important;

        font-size:9px !important;
    }

    body.home .orre-home-product-info{
        padding:10px 8px 20px !important;
    }
}

body.single-product .orre-pdp-final-related{
    padding-bottom:58px !important;
}

body.single-product .orre-related-slider-shell{
    padding-left:36px !important;
    padding-right:36px !important;

    box-sizing:border-box !important;
}

body.single-product .orre-pdp-final-related-grid{
    gap:14px !important;
}

body.single-product .orre-pdp-final-related-card{
    min-width:0 !important;

    margin:0 !important;
    padding:0 !important;

    background:#fff !important;
}

body.single-product .orre-pdp-final-related-image{
    display:block !important;

    width:100% !important;

    overflow:hidden !important;

    background:#f4efed !important;
}

body.single-product .orre-pdp-final-related-image img{
    display:block !important;

    width:100% !important;
    height:auto !important;

    margin:0 !important;
}

body.single-product .orre-pdp-related-sizes{
    display:flex !important;
    visibility:visible !important;
    opacity:1 !important;

    align-items:center !important;
    justify-content:flex-start !important;
    flex-wrap:wrap !important;

    gap:6px !important;

    width:100% !important;

    margin:0 !important;
    padding:10px 14px 0 !important;

    background:#fff !important;

    box-sizing:border-box !important;
}

body.single-product .orre-pdp-related-sizes > span{
    display:inline-flex !important;

    align-items:center !important;
    justify-content:center !important;

    min-width:38px !important;
    height:34px !important;

    margin:0 !important;
    padding:0 9px !important;

    background:#fff !important;
    color:#111 !important;

    border:1px solid #d5d5d5 !important;
    border-radius:0 !important;

    font-size:10px !important;
    font-weight:500 !important;

    line-height:1 !important;

    box-sizing:border-box !important;
}

body.single-product .orre-pdp-final-related-info{
    padding:12px 14px 26px !important;

    margin:0 !important;

    background:#fff !important;
}

body.single-product .orre-pdp-final-related-info > a{
    display:block !important;

    margin:0 !important;

    color:#111 !important;

    font-size:14px !important;
    font-weight:700 !important;
    line-height:1.35 !important;

    text-transform:uppercase !important;
}

body.single-product .orre-pdp-final-related-info > span{
    display:block !important;

    margin-top:9px !important;

    font-size:13px !important;
    font-weight:600 !important;
    line-height:1.3 !important;
}

@media(max-width:767px){

    body.single-product .orre-related-slider-shell{
        padding-left:10px !important;
        padding-right:10px !important;
    }

    body.single-product .orre-pdp-final-related-grid{
        gap:7px !important;
    }

    body.single-product .orre-pdp-related-sizes{
        gap:5px !important;

        padding:8px 8px 0 !important;
    }

    body.single-product .orre-pdp-related-sizes > span{
        min-width:33px !important;
        height:30px !important;

        padding:0 7px !important;

        font-size:9px !important;
    }

    body.single-product .orre-pdp-final-related-info{
        padding:10px 8px 20px !important;
    }
}

.orre-footer{
    background:#050505;
    color:#fff;

    width:100%;

    font-family:Arial, Helvetica, sans-serif;
}

.orre-footer-main{
    display:grid;

    grid-template-columns:1.2fr .8fr;

    gap:80px;

    max-width:1620px;

    margin:0 auto;

    padding:70px 7% 58px;
}

.orre-footer-brand{
    max-width:520px;
}

.orre-footer-logo{
    margin-bottom:28px;

    font-family:Georgia, "Times New Roman", serif;

    font-size:66px;
    font-weight:400;

    line-height:1;

    letter-spacing:.08em;

    color:#fff;
}

.orre-footer-brand p{
    max-width:390px;

    margin:0;

    color:#bdbdbd;

    font-size:15px;
    font-weight:400;

    line-height:1.75;
}

.orre-footer-contact{
    padding-top:10px;
}

.orre-footer-contact h4{
    margin:0 0 28px;

    color:#fff;

    font-size:13px;
    font-weight:700;

    letter-spacing:.18em;

    text-transform:uppercase;
}

.orre-footer-contact p{
    display:flex;

    flex-direction:column;

    gap:6px;

    margin:0 0 22px;

    color:#ccc;

    font-size:15px;

    line-height:1.5;
}

.orre-footer-contact p > span{
    color:#777;

    font-size:10px;
    font-weight:600;

    letter-spacing:.12em;

    text-transform:uppercase;
}

.orre-footer-contact a{
    color:#ccc;

    text-decoration:none;

    transition:
        color .2s ease,
        opacity .2s ease;
}

.orre-footer-contact a:hover{
    color:#fff;
}

.orre-footer-bottom{
    display:flex;

    align-items:center;
    justify-content:space-between;

    gap:30px;

    max-width:1620px;

    margin:0 auto;

    padding:24px 7%;

    border-top:1px solid rgba(255,255,255,.12);
}

.orre-footer-copy{
    display:flex;

    align-items:center;

    flex-wrap:wrap;

    gap:12px;

    color:#9b9b9b;

    font-size:12px;
}

.orre-footer-copy a{
    position:relative;

    color:#c6c6c6;

    text-decoration:none;

    transition:color .2s ease;
}

.orre-footer-copy a::after{
    content:"";

    position:absolute;

    left:0;
    bottom:-4px;

    width:0;
    height:1px;

    background:#fff;

    transition:width .25s ease;
}

.orre-footer-copy a:hover{
    color:#fff;
}

.orre-footer-copy a:hover::after{
    width:100%;
}

.orre-footer-separator{
    color:#555;
}

.orre-footer-payments{
    display:flex;

    align-items:center;

    gap:14px;
}

.orre-footer-payments > span{
    color:#666;

    font-size:9px;
    font-weight:600;

    letter-spacing:.16em;

    text-transform:uppercase;
}

.orre-footer-payments img{
    height:25px;

    width:auto;

    object-fit:contain;
}

@media(max-width:767px){

    .orre-footer-main{
        grid-template-columns:1fr;

        gap:42px;

        padding:48px 22px 40px;
    }

    .orre-footer-logo{
        font-size:48px;

        margin-bottom:22px;
    }

    .orre-footer-brand p{
        font-size:13px;

        line-height:1.7;
    }

    .orre-footer-contact{
        padding-top:0;
    }

    .orre-footer-bottom{
        flex-direction:column;

        align-items:flex-start;

        padding:22px;

        gap:20px;
    }

    .orre-footer-copy{
        gap:8px 10px;

        font-size:11px;
    }

    .orre-footer-payments{
        width:100%;

        flex-wrap:wrap;
    }

}

@media(max-width:767px){

    .orre-home-product-grid,
    .orre-home-products-grid,
    .orre-front-products,
    .orre-collection-grid,
    .orre-shop-pro-grid,
    .orre-pdp-final-related-grid{
        display:grid !important;
        grid-template-columns:repeat(2, minmax(0, 1fr)) !important;

        gap:10px !important;

        padding-left:12px !important;
        padding-right:12px !important;

        box-sizing:border-box !important;
    }

    .orre-home-product,
    .orre-front-product,
    .orre-collection-card,
    .orre-shop-pro-card,
    .orre-pdp-final-related-card{
        width:100% !important;
        min-width:0 !important;

        margin:0 !important;
    }

    .orre-home-product-media,
    .orre-front-product-media,
    .orre-collection-card-media,
    .orre-shop-pro-media,
    .orre-pdp-final-related-image{
        display:block !important;

        width:100% !important;

        aspect-ratio:3 / 4 !important;

        overflow:hidden !important;
    }

    .orre-home-product-media img,
    .orre-front-product-media img,
    .orre-collection-card-media img,
    .orre-shop-pro-media img,
    .orre-pdp-final-related-image img{
        width:100% !important;
        height:100% !important;

        object-fit:cover !important;
        object-position:center top !important;

        display:block !important;
    }

    .orre-home-product-info,
    .orre-front-product-meta,
    .orre-collection-card-info,
    .orre-shop-pro-info,
    .orre-pdp-final-related-info{
        padding:8px 6px 14px !important;
    }

    .orre-home-product-name,
    .orre-front-product-name,
    .orre-collection-card-title,
    .orre-shop-pro-name,
    .orre-pdp-final-related-name{
        font-size:10px !important;
        line-height:1.3 !important;
    }

    .orre-home-product-price,
    .orre-front-product-price,
    .orre-collection-card-price,
    .orre-shop-pro-price,
    .orre-pdp-final-related-price{
        margin-top:5px !important;

        font-size:10px !important;
    }

    .orre-home-size-strip,
    .orre-collection-size-strip,
    .orre-shop-pro-sizes,
    .orre-pdp-related-sizes{
        padding:6px 6px 0 !important;
        gap:4px !important;
    }

    .orre-home-size-strip > span,
    .orre-collection-size-strip > span,
    .orre-shop-pro-size-list > span,
    .orre-pdp-related-sizes > span{
        min-width:28px !important;
        height:26px !important;

        padding:0 5px !important;

        font-size:8px !important;
    }
}

@media(max-width:767px){

    .orre-home-product-grid,
    .orre-home-products-grid,
    .orre-front-products,
    .orre-collection-grid,
    .orre-shop-pro-grid,
    .orre-pdp-final-related-grid{
        gap:16px 12px !important;

        padding-left:14px !important;
        padding-right:14px !important;
    }

    .orre-home-product,
    .orre-front-product,
    .orre-collection-card,
    .orre-shop-pro-card,
    .orre-pdp-final-related-card{
        margin-bottom:8px !important;
    }

    .orre-home-product-info,
    .orre-front-product-meta,
    .orre-collection-card-info,
    .orre-shop-pro-info,
    .orre-pdp-final-related-info{
        padding-top:10px !important;
        padding-bottom:18px !important;
    }

    .orre-slider-shell,
    .orre-shop-pro-products,
    .orre-collection-products,
    .orre-pdp-final-related{
        box-sizing:border-box !important;
    }
}

@media (max-width:767px){

    body .orre-product-slider,
    body .orre-pdp-final-related-grid{
        display:flex !important;
        gap:14px !important;
        column-gap:14px !important;

        padding-left:14px !important;
        padding-right:14px !important;

        box-sizing:border-box !important;
    }

    body .orre-product-slider > .orre-home-product,
    body .orre-product-slider > .orre-front-product,
    body .orre-product-slider > .orre-pdp-final-related-card{
        flex:0 0 calc((100% - 14px) / 2) !important;
        width:calc((100% - 14px) / 2) !important;
        max-width:calc((100% - 14px) / 2) !important;

        margin:0 !important;

        box-sizing:border-box !important;
    }

    body .orre-shop-pro-grid,
    body .orre-collection-grid,
    body .orre-home-product-grid,
    body .orre-home-products-grid,
    body .orre-front-products{
        display:grid !important;

        grid-template-columns:
            repeat(2, minmax(0,1fr)) !important;

        column-gap:14px !important;
        row-gap:20px !important;

        padding-left:14px !important;
        padding-right:14px !important;

        box-sizing:border-box !important;
    }

    body .orre-shop-pro-card,
    body .orre-collection-card,
    body .orre-home-product,
    body .orre-front-product,
    body .orre-pdp-final-related-card{
        min-width:0 !important;
        max-width:100% !important;

        box-sizing:border-box !important;
    }

}

@media(max-width:767px){

    body .orre-product-slider,
    body .orre-pdp-final-related-grid{
        gap:20px !important;
        column-gap:20px !important;

        padding-left:16px !important;
        padding-right:16px !important;

        box-sizing:border-box !important;
    }

    body .orre-product-slider > .orre-home-product,
    body .orre-product-slider > .orre-front-product,
    body .orre-product-slider > .orre-pdp-final-related-card{
        flex:0 0 calc((100% - 20px) / 2) !important;
        width:calc((100% - 20px) / 2) !important;
        max-width:calc((100% - 20px) / 2) !important;

        margin:0 !important;

        box-sizing:border-box !important;
    }

    body .orre-shop-pro-grid,
    body .orre-collection-grid,
    body .orre-home-product-grid,
    body .orre-home-products-grid,
    body .orre-front-products{
        grid-template-columns:repeat(2,minmax(0,1fr)) !important;

        column-gap:20px !important;
        row-gap:24px !important;

        padding-left:16px !important;
        padding-right:16px !important;

        box-sizing:border-box !important;
    }

    body .orre-shop-pro-card,
    body .orre-collection-card,
    body .orre-home-product,
    body .orre-front-product,
    body .orre-pdp-final-related-card{
        margin-bottom:8px !important;
    }

}
@media (max-width: 767px) {
  .orre-hero-banner,
  .orre-banner,
  .main-banner,
  .hero-banner,
  .home-banner {
    min-height: 420px !important;
    background-size: cover !important;
    background-position: center center !important;
  }

  .orre-hero-banner img,
  .orre-banner img,
  .main-banner img,
  .hero-banner img,
  .home-banner img {
    width: 100% !important;
    height: 420px !important;
    object-fit: cover !important;
    object-position: center center !important;
  }
}

.social-facebook,
.social-instagram{
    display:inline-flex !important;
}

.social-twitter,
.social-x,
.social-youtube,
.social-pinterest,
.social-linkedin,
.social-tiktok{
    display:none !important;
}

body.page-id-4400,
body.page-id-4400 #page,
body.page-id-4400 .website-wrapper,
body.page-id-4400 .main-page-wrapper,
body.page-id-4400 .site-content,
body.page-id-4400 .content-layout-wrapper,
body.page-id-4400 .site-content-row,
body.page-id-4400 .elementor,
body.page-id-4400 .elementor-section,
body.page-id-4400 .elementor-container,
body.page-id-4400 .elementor-column,
body.page-id-4400 .elementor-widget-wrap,
body.page-id-4400 .e-con,
body.page-id-4400 .e-con-inner{
    background-color:#050505 !important;
}

body.page-id-4400 .elementor{
    width:100% !important;
    max-width:none !important;
    margin:0 !important;
    padding:0 !important;
}

body.page-id-4400 .elementor > .e-con,
body.page-id-4400 .elementor > .elementor-section{
    width:100% !important;
    max-width:1480px !important;
    margin-left:auto !important;
    margin-right:auto !important;
    padding-left:clamp(28px,5vw,78px) !important;
    padding-right:clamp(28px,5vw,78px) !important;
}

body.page-id-4400 h1,
body.page-id-4400 h2,
body.page-id-4400 h3,
body.page-id-4400 h4,
body.page-id-4400 h5,
body.page-id-4400 h6,
body.page-id-4400 .elementor-heading-title{
    color:#fff !important;
}

body.page-id-4400 p,
body.page-id-4400 li{
    color:#c3c3c3 !important;
}

body.page-id-4400 p{
    font-size:16px !important;
    line-height:1.8 !important;
}

body.page-id-4400 .elementor-widget-text-editor p{
    max-width:680px;
    margin-top:0;
    margin-bottom:20px;
}

body.page-id-4400 a{
    color:#fff !important;
}

body.page-id-4400 .orre-about-hero,
body.page-id-4400 .orre-about-story,
body.page-id-4400 .orre-about-values,
body.page-id-4400 .orre-about-closing{
    background:#050505 !important;
    color:#fff !important;

    width:100% !important;

    padding-left:clamp(28px,5vw,78px) !important;
    padding-right:clamp(28px,5vw,78px) !important;

    border-color:rgba(255,255,255,.10) !important;
}

body.page-id-4400 .orre-about-hero{
    min-height:0 !important;
    padding-top:90px !important;
    padding-bottom:90px !important;
}

body.page-id-4400 .orre-about-hero .elementor-heading-title{
    max-width:900px !important;

    color:#fff !important;

    font-size:clamp(48px,6vw,86px) !important;
    font-weight:400 !important;
    line-height:1.02 !important;

    letter-spacing:-.025em !important;
}

body.page-id-4400 .orre-about-hero p{
    max-width:620px !important;
    color:#bcbcbc !important;
}

body.page-id-4400 .orre-about-hero
.elementor-widget-heading:first-child
.elementor-heading-title{
    color:#a57d69 !important;

    font-family:Arial,Helvetica,sans-serif !important;
    font-size:10px !important;
    font-weight:700 !important;
    line-height:1 !important;

    letter-spacing:.20em !important;
    text-transform:uppercase !important;
}

body.page-id-4400 .orre-about-story{
    padding-top:86px !important;
    padding-bottom:86px !important;

    border-top:1px solid rgba(255,255,255,.10) !important;
}

body.page-id-4400 .orre-about-story .elementor-heading-title{
    color:#fff !important;

    font-size:clamp(38px,4vw,60px) !important;
    font-weight:400 !important;
    line-height:1.08 !important;

    letter-spacing:-.02em !important;
}

body.page-id-4400 .orre-about-story p{
    color:#bdbdbd !important;
}

body.page-id-4400 .orre-about-story img{
    display:block !important;

    width:100% !important;
    height:auto !important;

    background:#111 !important;
}

body.page-id-4400 .orre-about-values{
    padding-top:80px !important;
    padding-bottom:88px !important;

    border-top:1px solid rgba(255,255,255,.10) !important;
    border-bottom:1px solid rgba(255,255,255,.10) !important;
}

body.page-id-4400 .orre-about-values .elementor-heading-title{
    color:#fff !important;

    font-size:21px !important;
    font-weight:500 !important;
    line-height:1.25 !important;
}

body.page-id-4400 .orre-about-values p{
    max-width:440px !important;
    color:#aaa !important;

    font-size:15px !important;
    line-height:1.75 !important;
}

body.page-id-4400
.orre-about-values
.elementor-column:not(:last-child)::after{
    background:rgba(255,255,255,.12) !important;
}

body.page-id-4400 .orre-about-closing{
    min-height:0 !important;

    padding-top:90px !important;
    padding-bottom:90px !important;

    text-align:center !important;
}

body.page-id-4400 .orre-about-closing .elementor-heading-title{
    max-width:900px !important;

    color:#fff !important;

    font-size:clamp(42px,5vw,72px) !important;
    font-weight:400 !important;
    line-height:1.05 !important;

    letter-spacing:-.025em !important;
}

body.page-id-4400 .orre-about-closing p{
    max-width:620px !important;

    margin-left:auto !important;
    margin-right:auto !important;

    color:#aaa !important;
}

body.page-id-4400 .elementor-widget-heading{
    margin-bottom:14px;
}

body.page-id-4400 .elementor-widget-text-editor{
    margin-bottom:0;
}

body.page-id-4400 hr,
body.page-id-4400 .elementor-divider-separator{
    border-color:rgba(255,255,255,.12) !important;
}

body.page-id-4400 .elementor-social-icons-wrapper{
    display:flex !important;
    align-items:center !important;
    gap:10px !important;
}

body.page-id-4400 .elementor-social-icon{
    transition:transform .2s ease,opacity .2s ease !important;
}

body.page-id-4400 .elementor-social-icon:hover{
    transform:translateY(-2px) !important;
}

@media(max-width:1024px){

    body.page-id-4400 .elementor > .e-con,
    body.page-id-4400 .elementor > .elementor-section,
    body.page-id-4400 .orre-about-hero,
    body.page-id-4400 .orre-about-story,
    body.page-id-4400 .orre-about-values,
    body.page-id-4400 .orre-about-closing{
        padding-left:32px !important;
        padding-right:32px !important;
    }

    body.page-id-4400 .orre-about-hero,
    body.page-id-4400 .orre-about-story,
    body.page-id-4400 .orre-about-values,
    body.page-id-4400 .orre-about-closing{
        padding-top:68px !important;
        padding-bottom:68px !important;
    }
}

@media(max-width:767px){

    body.page-id-4400 .elementor > .e-con,
    body.page-id-4400 .elementor > .elementor-section,
    body.page-id-4400 .orre-about-hero,
    body.page-id-4400 .orre-about-story,
    body.page-id-4400 .orre-about-values,
    body.page-id-4400 .orre-about-closing{
        padding-left:20px !important;
        padding-right:20px !important;
    }

    body.page-id-4400 .orre-about-hero,
    body.page-id-4400 .orre-about-story,
    body.page-id-4400 .orre-about-values,
    body.page-id-4400 .orre-about-closing{
        padding-top:52px !important;
        padding-bottom:52px !important;
    }

    body.page-id-4400 .orre-about-hero .elementor-heading-title{
        font-size:42px !important;
        line-height:1.08 !important;
    }

    body.page-id-4400 .orre-about-story .elementor-heading-title{
        font-size:34px !important;
    }

    body.page-id-4400 .orre-about-values .elementor-heading-title{
        font-size:20px !important;
    }

    body.page-id-4400 .orre-about-closing .elementor-heading-title{
        font-size:38px !important;
    }

    body.page-id-4400 p{
        font-size:15px !important;
        line-height:1.72 !important;
    }

    body.page-id-4400
    .orre-about-values
    .elementor-column:not(:last-child)::after{
        display:none !important;
    }

    body.page-id-4400 .orre-about-values .elementor-column{
        border-bottom:1px solid rgba(255,255,255,.10) !important;
    }
}

footer .main-footer,
.site-footer .main-footer,
.footer-container .main-footer,
.wd-footer .main-footer,
footer > .container,
.site-footer > .container,
.footer-container > .container{
    width:100% !important;
    max-width:1500px !important;

    margin-left:auto !important;
    margin-right:auto !important;

    padding-left:clamp(28px,5vw,78px) !important;
    padding-right:clamp(28px,5vw,78px) !important;

    box-sizing:border-box !important;
}

@media (min-width:768px){

    footer .main-footer .widget:has(img):has(p),
    .site-footer .main-footer .widget:has(img):has(p),
    .footer-container .main-footer .widget:has(img):has(p),

    footer .main-footer .textwidget:has(img):has(p),
    .site-footer .main-footer .textwidget:has(img):has(p),
    .footer-container .main-footer .textwidget:has(img):has(p),

    footer .main-footer .wp-block-group:has(img):has(p),
    .site-footer .main-footer .wp-block-group:has(img):has(p),
    .footer-container .main-footer .wp-block-group:has(img):has(p){
        display:flex !important;

        align-items:center !important;
        justify-content:flex-start !important;

        gap:42px !important;

        width:100% !important;
        max-width:760px !important;

        margin:0 !important;
        padding:0 !important;
    }

    footer .main-footer .widget:has(img):has(p) > .textwidget,
    .site-footer .main-footer .widget:has(img):has(p) > .textwidget,
    .footer-container .main-footer .widget:has(img):has(p) > .textwidget{
        display:flex !important;

        align-items:center !important;

        gap:42px !important;

        width:100% !important;

        margin:0 !important;
        padding:0 !important;
    }

    footer .main-footer .widget:has(img):has(p) img,
    .site-footer .main-footer .widget:has(img):has(p) img,
    .footer-container .main-footer .widget:has(img):has(p) img,

    footer .main-footer .textwidget:has(img):has(p) img,
    .site-footer .main-footer .textwidget:has(img):has(p) img,
    .footer-container .main-footer .textwidget:has(img):has(p) img{
        flex:0 0 auto !important;

        display:block !important;

        width:auto !important;
        max-width:270px !important;
        height:auto !important;

        margin:0 !important;
        padding:0 !important;
    }

    footer .main-footer .widget:has(img):has(p) p,
    .site-footer .main-footer .widget:has(img):has(p) p,
    .footer-container .main-footer .widget:has(img):has(p) p,

    footer .main-footer .textwidget:has(img):has(p) p,
    .site-footer .main-footer .textwidget:has(img):has(p) p,
    .footer-container .main-footer .textwidget:has(img):has(p) p{
        flex:0 1 390px !important;

        width:auto !important;
        max-width:390px !important;

        margin:0 !important;
        padding:0 !important;

        color:#c7c7c7 !important;

        font-size:14px !important;
        line-height:1.8 !important;

        white-space:normal !important;
    }

    footer .main-footer .widget:has(img):has(p) p br,
    .site-footer .main-footer .widget:has(img):has(p) p br,
    .footer-container .main-footer .widget:has(img):has(p) p br{
        display:none !important;
    }

}

footer .footer-sidebar,
.site-footer .footer-sidebar,
.footer-container .footer-sidebar{
    align-items:flex-start !important;
}

footer .main-footer .widget,
.site-footer .main-footer .widget,
.footer-container .main-footer .widget{
    margin-bottom:0 !important;
}

footer .main-footer .widget-title,
.site-footer .main-footer .widget-title,
.footer-container .main-footer .widget-title,
footer .main-footer h4,
.site-footer .main-footer h4,
.footer-container .main-footer h4{
    margin-top:0 !important;
    margin-bottom:24px !important;
}

footer .main-footer p,
.site-footer .main-footer p,
.footer-container .main-footer p{
    margin-top:0;
}

.copyrights-wrapper .container,
.min-footer .container,
.wd-footer-bottom .container{
    width:100% !important;
    max-width:1500px !important;

    margin-left:auto !important;
    margin-right:auto !important;

    padding-left:clamp(28px,5vw,78px) !important;
    padding-right:clamp(28px,5vw,78px) !important;

    box-sizing:border-box !important;
}

@media(max-width:767px){

    footer .main-footer,
    .site-footer .main-footer,
    .footer-container .main-footer,
    footer > .container,
    .site-footer > .container,
    .footer-container > .container{
        padding-left:20px !important;
        padding-right:20px !important;
    }

    footer .main-footer .widget:has(img):has(p),
    .site-footer .main-footer .widget:has(img):has(p),
    .footer-container .main-footer .widget:has(img):has(p),

    footer .main-footer .textwidget:has(img):has(p),
    .site-footer .main-footer .textwidget:has(img):has(p),
    .footer-container .main-footer .textwidget:has(img):has(p),

    footer .main-footer .widget:has(img):has(p) > .textwidget,
    .site-footer .main-footer .widget:has(img):has(p) > .textwidget,
    .footer-container .main-footer .widget:has(img):has(p) > .textwidget{
        display:flex !important;

        flex-direction:column !important;
        align-items:flex-start !important;

        gap:22px !important;

        max-width:100% !important;
    }

    footer .main-footer .widget:has(img):has(p) img,
    .site-footer .main-footer .widget:has(img):has(p) img,
    .footer-container .main-footer .widget:has(img):has(p) img{
        max-width:210px !important;
    }

    footer .main-footer .widget:has(img):has(p) p,
    .site-footer .main-footer .widget:has(img):has(p) p,
    .footer-container .main-footer .widget:has(img):has(p) p{
        max-width:330px !important;

        font-size:13px !important;
        line-height:1.7 !important;
    }

    .copyrights-wrapper .container,
    .min-footer .container,
    .wd-footer-bottom .container{
        padding-left:20px !important;
        padding-right:20px !important;
    }

}

html body .cart-widget-side,
html body .wd-cart-side,
html body .wd-side-hidden.wd-right {
    top: 0 !important;
    right: 0 !important;

    width: 605px !important;
    max-width: calc(100vw - 40px) !important;

    height: 100vh !important;
    max-height: 100vh !important;

    padding: 0 !important;
    margin: 0 !important;

    background: #f8f8f8 !important;

    box-shadow: none !important;
    border-left: 1px solid #e0e0e0 !important;

    z-index: 9999999 !important;
}

html body .cart-widget-side .widget_shopping_cart,
html body .wd-cart-side .widget_shopping_cart {
    padding: 0 !important;
    margin: 0 !important;

    height: 100% !important;
    max-height: 100% !important;

    display: flex !important;
    flex-direction: column !important;

    overflow: hidden !important;

    background: #f8f8f8 !important;
}

html body .cart-widget-side .wd-heading,
html body .wd-cart-side .wd-heading {
    position: relative !important;

    min-height: 80px !important;

    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    padding: 0 28px !important;
    margin: 0 !important;

    background: #f8f8f8 !important;

    border-bottom: 1px solid #d3d3d3 !important;
}

html body .cart-widget-side .wd-heading .title,
html body .cart-widget-side .wd-heading h3,
html body .wd-cart-side .wd-heading .title,
html body .wd-cart-side .wd-heading h3 {
    font-size: 21px !important;
    line-height: 1 !important;

    font-weight: 400 !important;
    letter-spacing: 0.5px !important;

    color: #111 !important;

    margin: 0 !important;
    padding: 0 !important;

    text-transform: uppercase !important;
}

html body .cart-widget-side .wd-close-side,
html body .wd-cart-side .wd-close-side {
    position: absolute !important;

    right: calc(50% - 58px) !important;
    top: 50% !important;

    transform: translateY(-50%) !important;

    width: 30px !important;
    height: 30px !important;

    padding: 0 !important;
    margin: 0 !important;

    background: transparent !important;
    border: 0 !important;

    color: #111 !important;
}

html body .cart-widget-side .wd-close-side:before,
html body .cart-widget-side .wd-close-side:after,
html body .wd-cart-side .wd-close-side:before,
html body .wd-cart-side .wd-close-side:after {
    background-color: #111 !important;
}

html body .cart-widget-side .shopping-cart-widget-body,
html body .wd-cart-side .shopping-cart-widget-body {
    flex: 1 1 auto !important;

    overflow-y: auto !important;
    overflow-x: hidden !important;

    padding: 0 !important;
    margin: 0 !important;

    background: #f8f8f8 !important;
}

html body .cart-widget-side .mini_cart_item,
html body .wd-cart-side .mini_cart_item {
    position: relative !important;

    display: grid !important;

    grid-template-columns: 120px 1fr !important;

    column-gap: 28px !important;

    min-height: 245px !important;

    padding: 27px 65px 27px 27px !important;
    margin: 0 !important;

    border-bottom: 1px solid #d3d3d3 !important;

    background: #f8f8f8 !important;
}

html body .cart-widget-side .mini_cart_item > a:not(.remove),
html body .wd-cart-side .mini_cart_item > a:not(.remove) {
    margin: 0 !important;
    padding: 0 !important;
}

html body .cart-widget-side .mini_cart_item img,
html body .wd-cart-side .mini_cart_item img {
    width: 120px !important;
    height: 182px !important;

    max-width: 120px !important;

    margin: 0 !important;
    padding: 0 !important;

    object-fit: cover !important;
    object-position: center top !important;

    background: #eee !important;
}

html body .cart-widget-side .mini_cart_item .cart-info,
html body .wd-cart-side .mini_cart_item .cart-info {
    padding: 2px 0 0 !important;
    margin: 0 !important;
}

html body .cart-widget-side .mini_cart_item .product-title,
html body .wd-cart-side .mini_cart_item .product-title {
    display: block !important;

    max-width: 310px !important;

    margin: 0 0 7px !important;
    padding: 0 !important;

    font-size: 20px !important;
    line-height: 1.45 !important;

    font-weight: 400 !important;

    text-transform: uppercase !important;

    color: #111 !important;
}

html body .cart-widget-side .variation,
html body .wd-cart-side .variation {
    margin: 0 0 13px !important;

    font-size: 16px !important;
    line-height: 1.4 !important;

    color: #555 !important;
}

html body .cart-widget-side .variation dt,
html body .wd-cart-side .variation dt {
    display: none !important;
}

html body .cart-widget-side .variation dd,
html body .wd-cart-side .variation dd {
    margin: 0 !important;
}

html body .cart-widget-side .variation p,
html body .wd-cart-side .variation p {
    margin: 0 !important;
}

html body .cart-widget-side .mini_cart_item .quantity,
html body .wd-cart-side .mini_cart_item .quantity {
    font-size: 0 !important;

    color: #444 !important;
}

html body .cart-widget-side .mini_cart_item .quantity .woocommerce-Price-amount,
html body .wd-cart-side .mini_cart_item .quantity .woocommerce-Price-amount {
    display: block !important;

    margin: 7px 0 14px !important;

    font-size: 20px !important;
    line-height: 1.2 !important;

    font-weight: 600 !important;

    color: #555 !important;
}

html body .cart-widget-side .woocommerce-Price-currencySymbol,
html body .wd-cart-side .woocommerce-Price-currencySymbol {
    margin-right: 3px !important;
}

html body .cart-widget-side .remove,
html body .wd-cart-side .remove {
    position: absolute !important;

    top: 32px !important;
    right: 26px !important;

    width: 28px !important;
    height: 28px !important;

    margin: 0 !important;
    padding: 0 !important;

    background: transparent !important;
    border: none !important;

    font-size: 0 !important;

    color: #111 !important;

    opacity: 1 !important;
}

html body .cart-widget-side .remove:before,
html body .wd-cart-side .remove:before {
    content: "\f2ed" !important;

    font-family: "Font Awesome 5 Free",
                 "Font Awesome 6 Free" !important;

    font-weight: 900 !important;

    font-size: 19px !important;

    color: #111 !important;

    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    width: 100% !important;
    height: 100% !important;
}

html body .cart-widget-side .shopping-cart-widget-footer,
html body .wd-cart-side .shopping-cart-widget-footer {
    flex: 0 0 auto !important;

    width: 100% !important;

    margin: 0 !important;
    padding: 0 !important;

    background: #f8f8f8 !important;

    border-top: 1px solid #d3d3d3 !important;
}

html body .cart-widget-side .woocommerce-mini-cart__total,
html body .wd-cart-side .woocommerce-mini-cart__total {
    display: none !important;
}

html body .cart-widget-side
.woocommerce-mini-cart__buttons
a:not(.checkout),

html body .wd-cart-side
.woocommerce-mini-cart__buttons
a:not(.checkout) {
    display: none !important;
}

html body .cart-widget-side .woocommerce-mini-cart__buttons,
html body .wd-cart-side .woocommerce-mini-cart__buttons {
    display: block !important;

    margin: 0 !important;
    padding: 0 !important;

    width: 100% !important;

    background: #000 !important;
}

html body .cart-widget-side
.woocommerce-mini-cart__buttons .checkout,

html body .wd-cart-side
.woocommerce-mini-cart__buttons .checkout {
    display: flex !important;

    align-items: center !important;
    justify-content: center !important;

    width: 100% !important;
    min-height: 77px !important;

    margin: 0 !important;
    padding: 0 25px !important;

    border: none !important;
    border-radius: 0 !important;

    background: #000 !important;
    background-color: #000 !important;

    color: #fff !important;

    font-size: 18px !important;
    font-weight: 500 !important;

    letter-spacing: .5px !important;

    text-transform: uppercase !important;

    box-shadow: none !important;
}

html body .cart-widget-side
.woocommerce-mini-cart__buttons .checkout:hover,

html body .wd-cart-side
.woocommerce-mini-cart__buttons .checkout:hover {
    background: #111 !important;
    background-color: #111 !important;

    color: #fff !important;
}

html body .wd-close-side-opened:before,
html body .wd-overlay {
    background: rgba(0,0,0,.35) !important;

    backdrop-filter: blur(3px) !important;
    -webkit-backdrop-filter: blur(3px) !important;
}

@media (max-width: 1024px) {

    html body .cart-widget-side,
    html body .wd-cart-side,
    html body .wd-side-hidden.wd-right {
        width: 560px !important;
        max-width: calc(100vw - 20px) !important;
    }

}

@media (max-width: 767px) {

    html body .cart-widget-side,
    html body .wd-cart-side,
    html body .wd-side-hidden.wd-right {

        width: calc(100vw - 20px) !important;
        max-width: calc(100vw - 20px) !important;

        padding: 0 !important;
    }

    html body .cart-widget-side .wd-heading,
    html body .wd-cart-side .wd-heading {
        min-height: 70px !important;
    }

    html body .cart-widget-side .wd-heading .title,
    html body .wd-cart-side .wd-heading .title {
        font-size: 18px !important;
    }

    html body .cart-widget-side .mini_cart_item,
    html body .wd-cart-side .mini_cart_item {

        grid-template-columns: 105px 1fr !important;

        column-gap: 20px !important;

        min-height: 215px !important;

        padding:
            25px
            45px
            25px
            20px !important;
    }

    html body .cart-widget-side .mini_cart_item img,
    html body .wd-cart-side .mini_cart_item img {

        width: 105px !important;
        height: 160px !important;

        max-width: 105px !important;
    }

    html body .cart-widget-side .mini_cart_item .product-title,
    html body .wd-cart-side .mini_cart_item .product-title {

        font-size: 16px !important;

        line-height: 1.4 !important;
    }

    html body .cart-widget-side
    .mini_cart_item
    .quantity
    .woocommerce-Price-amount,

    html body .wd-cart-side
    .mini_cart_item
    .quantity
    .woocommerce-Price-amount {

        font-size: 17px !important;
    }

    html body .cart-widget-side
    .woocommerce-mini-cart__buttons .checkout,

    html body .wd-cart-side
    .woocommerce-mini-cart__buttons .checkout {

        min-height: 68px !important;

        font-size: 16px !important;
    }

}

@media (max-width: 480px) {

    html body .cart-widget-side,
    html body .wd-cart-side,
    html body .wd-side-hidden.wd-right {

        width: 100vw !important;
        max-width: 100vw !important;
    }

    html body .cart-widget-side .mini_cart_item,
    html body .wd-cart-side .mini_cart_item {

        grid-template-columns: 95px 1fr !important;

        column-gap: 16px !important;

        padding:
            22px
            42px
            22px
            16px !important;
    }

    html body .cart-widget-side .mini_cart_item img,
    html body .wd-cart-side .mini_cart_item img {

        width: 95px !important;
        height: 145px !important;
    }

}

.orre-kiji-footer{
    width:100%;
    background:#000;
    color:#fff;
    padding:0 0 48px;
}

.orre-footer-inner{
    width:calc(100% - 136px);
    max-width:none;
    margin:0 auto;

    border-top:1px solid #262626;
}

.orre-footer-top{
    min-height:190px;

    display:grid;
    grid-template-columns:1fr 1fr 1fr;
    align-items:center;
}

.orre-footer-follow{
    font-size:15px;
    line-height:1;

    font-weight:600;

    color:#777;

    letter-spacing:.6px;

    text-transform:uppercase;
}

.orre-footer-socials{
    display:flex;
    align-items:center;
    justify-content:center;

    gap:28px;
}

.orre-footer-socials a{
    width:24px;
    height:24px;

    display:flex;
    justify-content:center;
    align-items:center;

    color:#efefef;

    background:transparent !important;

    padding:0;
    border:0;

    text-decoration:none;

    transition:opacity .25s ease;
}

.orre-footer-socials a:hover{
    background:transparent !important;
    color:#fff;
    opacity:.65;
}

.orre-footer-socials svg{
    display:block;

    width:23px;
    height:23px;

    fill:currentColor;
}

.orre-footer-bottom{
    display:flex;
    align-items:center;

    gap:17px;

    padding-top:18px;

    font-size:16px;
    line-height:1.4;

    font-weight:400;

    letter-spacing:1px;

    text-transform:uppercase;

    color:#fff;
}

@media(max-width:1024px){

    .orre-footer-inner{
        width:calc(100% - 70px);
    }

}

@media(max-width:767px){

    .orre-kiji-footer{
        padding-bottom:32px;
    }

    .orre-footer-inner{
        width:calc(100% - 32px);
    }

    .orre-footer-top{
        min-height:auto;

        padding:42px 0;

        display:flex;
        flex-direction:column;

        align-items:flex-start;

        gap:32px;
    }

    .orre-footer-socials{
        justify-content:flex-start;
    }

    .orre-footer-bottom{
        flex-direction:column;
        align-items:flex-start;

        gap:6px;

        padding-top:15px;

        font-size:13px;
    }

}

.orre-kiji-footer {
    width: 100%;
    background: #000;
    color: #fff;

    padding: 0 0 45px;
}

.orre-footer-inner {
    width: calc(100% - 136px);
    margin: 0 auto;

    border-top: 1px solid #252525;
}

.orre-footer-brand-section {
    display: grid;
    grid-template-columns: 1.5fr 1fr;

    gap: 100px;

    padding: 65px 0 60px;

    border-bottom: 1px solid #252525;
}

.orre-footer-brand {
    max-width: 460px;
}

.orre-footer-logo {
    display: inline-block;

    background: transparent !important;

    margin-bottom: 25px;
}

.orre-footer-logo img {
    display: block;

    width: 190px;
    max-width: 100%;

    height: auto;
}

.orre-footer-description {
    max-width: 430px;

    margin: 0;

    color: #999;

    font-size: 15px;
    line-height: 1.8;

    font-weight: 400;

    letter-spacing: .2px;
}

.orre-footer-contact {
    display: flex;
    flex-direction: column;

    align-items: flex-start;

    gap: 11px;
}

.orre-footer-contact-title {
    margin-bottom: 10px;

    color: #777;

    font-size: 14px;
    font-weight: 600;

    letter-spacing: 1px;

    text-transform: uppercase;
}

.orre-footer-contact a,
.orre-footer-contact span {
    color: #fff;

    font-size: 15px;
    line-height: 1.5;

    font-weight: 400;

    letter-spacing: .3px;

    text-decoration: none;
}

.orre-footer-contact a:hover {
    color: #888;

    background: transparent !important;
}

.orre-footer-social-row {
    display: grid;

    grid-template-columns: 1fr 1fr 1fr;

    align-items: center;

    min-height: 150px;
}

.orre-footer-follow {
    color: #777;

    font-size: 14px;
    font-weight: 600;

    letter-spacing: .8px;

    text-transform: uppercase;
}

.orre-footer-socials {
    display: flex;

    justify-content: center;
    align-items: center;

    gap: 28px;
}

.orre-footer-socials a {
    width: 25px;
    height: 25px;

    display: flex;

    align-items: center;
    justify-content: center;

    padding: 0;

    color: #f1f1f1;

    background: transparent !important;

    border: none;

    text-decoration: none;

    transition:
        opacity .2s ease,
        transform .2s ease;
}

.orre-footer-socials a:hover {
    color: #fff;

    background: transparent !important;

    opacity: .65;

    transform: translateY(-2px);
}

.orre-footer-socials svg {
    width: 23px;
    height: 23px;

    fill: currentColor;
}

.orre-footer-bottom {
    display: flex;

    align-items: center;

    gap: 18px;

    padding-top: 15px;

    color: #fff;

    font-size: 15px;
    line-height: 1.4;

    font-weight: 400;

    letter-spacing: 1px;

    text-transform: uppercase;
}

@media (max-width: 1024px) {

    .orre-footer-inner {
        width: calc(100% - 70px);
    }

    .orre-footer-brand-section {
        gap: 60px;
    }

}

@media (max-width: 767px) {

    .orre-kiji-footer {
        padding-bottom: 30px;
    }

    .orre-footer-inner {
        width: calc(100% - 32px);
    }

    .orre-footer-brand-section {
        display: flex;

        flex-direction: column;

        gap: 42px;

        padding: 45px 0;
    }

    .orre-footer-logo img {
        width: 160px;
    }

    .orre-footer-description {
        font-size: 14px;

        line-height: 1.7;
    }

    .orre-footer-social-row {
        display: flex;

        flex-direction: column;

        align-items: flex-start;

        gap: 27px;

        min-height: auto;

        padding: 40px 0;
    }

    .orre-footer-socials {
        justify-content: flex-start;

        gap: 25px;
    }

    .orre-footer-bottom {
        flex-direction: column;

        align-items: flex-start;

        gap: 6px;

        padding-top: 10px;

        font-size: 12px;
    }

}
.orre-footer-logo {
    display: inline-block;
    margin-bottom: 25px;
    background: transparent !important;
}

.orre-footer-logo-img {
    display: block;
    width: 190px;
    max-width: 100%;
    height: auto;
    object-fit: contain;
}

@media (max-width: 767px) {
    .orre-footer-logo-img {
        width: 160px;
    }
}

html body .cart-widget-side .orre-cart-cancel,
html body .wd-cart-side .orre-cart-cancel {

    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    width: 100% !important;

    min-height: 62px !important;

    margin: 12px 0 0 !important;
    padding: 0 20px !important;

    background: #fff !important;
    background-color: #fff !important;

    color: #000 !important;

    border: 1px solid #000 !important;
    border-radius: 0 !important;

    font-size: 14px !important;
    font-weight: 500 !important;

    letter-spacing: 1.2px !important;

    text-transform: uppercase !important;

    cursor: pointer !important;

    box-shadow: none !important;

    transition:
        background .25s ease,
        color .25s ease !important;
}

html body .cart-widget-side .orre-cart-cancel:hover,
html body .wd-cart-side .orre-cart-cancel:hover {

    background: #000 !important;
    background-color: #000 !important;

    color: #fff !important;

    border-color: #000 !important;
}

html body .cart-widget-side,
html body .wd-cart-side{
    position: fixed !important;
}

html body .cart-widget-side .wd-close-side,
html body .wd-cart-side .wd-close-side,
html body .cart-widget-side .close-side-widget,
html body .wd-cart-side .close-side-widget{

    display: flex !important;
    visibility: visible !important;
    opacity: 1 !important;

    position: absolute !important;

    top: 18px !important;
    right: 20px !important;

    width: 34px !important;
    height: 34px !important;

    padding: 0 !important;
    margin: 0 !important;

    align-items: center !important;
    justify-content: center !important;

    background: #fff !important;

    border: 0 !important;
    border-radius: 50% !important;

    color: #000 !important;

    z-index: 99999999 !important;

    font-size: 0 !important;
}

html body .cart-widget-side .wd-close-side::before,
html body .cart-widget-side .wd-close-side::after,
html body .wd-cart-side .wd-close-side::before,
html body .wd-cart-side .wd-close-side::after,
html body .cart-widget-side .close-side-widget::before,
html body .cart-widget-side .close-side-widget::after,
html body .wd-cart-side .close-side-widget::before,
html body .wd-cart-side .close-side-widget::after{

    content: "" !important;

    position: absolute !important;

    width: 18px !important;
    height: 2px !important;

    background: #000 !important;

    left: 8px !important;
    top: 16px !important;

    display: block !important;
}

html body .cart-widget-side .wd-close-side::before,
html body .wd-cart-side .wd-close-side::before,
html body .cart-widget-side .close-side-widget::before,
html body .wd-cart-side .close-side-widget::before{
    transform: rotate(45deg) !important;
}

html body .cart-widget-side .wd-close-side::after,
html body .wd-cart-side .wd-close-side::after,
html body .cart-widget-side .close-side-widget::after,
html body .wd-cart-side .close-side-widget::after{
    transform: rotate(-45deg) !important;
}

html body .cart-widget-side .wd-close-side:hover,
html body .wd-cart-side .wd-close-side:hover,
html body .cart-widget-side .close-side-widget:hover,
html body .wd-cart-side .close-side-widget:hover{
    background: #eee !important;
}

/* =========================================================
   ORRÉ — PREMIUM KIJI-STYLE FINAL OVERRIDES
   Purpose:
   - Preserve existing markup/functions/interactions
   - Black + white storefront
   - Black commerce/action buttons
   - Cleaner typography and spacing
   - Improved desktop/tablet/mobile responsiveness
   ========================================================= */

:root{
  --orre-black:#000000;
  --orre-white:#ffffff;
  --orre-text:#111111;
  --orre-muted:#6b6b6b;
  --orre-border:#e8e8e8;
  --orre-soft:#f7f7f7;
  --orre-container:1440px;
  --orre-page-x:clamp(14px,2.2vw,34px);
  --orre-ease:cubic-bezier(.22,.61,.36,1);
}

/* ---------- Global reset / storefront base ---------- */
html{
  -webkit-text-size-adjust:100%;
  scroll-behavior:smooth;
}

html,
body,
#page,
.main-page-wrapper,
.site-content{
  width:100%;
  max-width:100%;
  margin:0;
  background:#fff!important;
  color:#111!important;
}

body{
  overflow-x:hidden!important;
  font-family:-apple-system,BlinkMacSystemFont,"Helvetica Neue",Arial,sans-serif!important;
  font-size:14px;
  line-height:1.5;
  text-rendering:optimizeLegibility;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
}

*,
*::before,
*::after{
  box-sizing:border-box;
}

img,
picture,
video,
canvas,
svg{
  max-width:100%;
}

img{
  display:block;
}

a{
  color:inherit;
  text-decoration:none;
}

button,
input,
select,
textarea{
  font:inherit;
}

button,
a,
input,
select,
textarea{
  -webkit-tap-highlight-color:transparent;
}

:focus-visible{
  outline:1px solid #000!important;
  outline-offset:3px;
}

/* ---------- Keep main visual surfaces white ---------- */
.orre-home-v3,
.orre-home-new,
.orre-home-collection,
.orre-home-product-grid,
.orre-home-product,
.orre-home-product-info,
.orre-inside,
.orre-home-newsletter,
.orre-collection-page,
.orre-collection-head,
.orre-collection-toolbar,
.orre-collection-products,
.orre-collection-grid,
.orre-collection-card{
  background:#fff!important;
}

/* Product-photo backgrounds can stay subtly neutral */
.orre-home-product-media,
.orre-collection-card-media{
  background:#f6f6f6!important;
}

/* ---------- Typography refinement ---------- */
.orre-home-v3,
.orre-home-v3 *,
.orre-collection-page,
.orre-collection-page *,
.woocommerce,
.woocommerce *{
  font-family:-apple-system,BlinkMacSystemFont,"Helvetica Neue",Arial,sans-serif!important;
}

.orre-home-section-header h1,
.orre-home-section-header h2,
.orre-collection-title-wrap h1,
.orre-inside-head h2{
  color:#000!important;
  font-weight:500!important;
  letter-spacing:.09em!important;
}

.orre-home-product-name,
.orre-collection-card-title,
.woocommerce-loop-product__title{
  color:#111!important;
  font-weight:500!important;
  letter-spacing:.015em!important;
}

.orre-home-product-price,
.orre-collection-card-price,
.woocommerce-Price-amount{
  color:#111!important;
}

/* ---------- Action buttons: BLACK + WHITE ---------- */
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit,
.single_add_to_cart_button,
.checkout-button,
.wc-proceed-to-checkout a,
.orre-cart-primary,
.orre-cart-secondary,
.orre-empty-cart a,
.orre-home-hero-content a,
.orre-home-editorial-overlay a,
.orre-collection-card .button,
.orre-product-card .button,
button[name="apply_coupon"],
button[name="update_cart"],
button[name="woocommerce_checkout_place_order"]{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  background:#000!important;
  color:#fff!important;
  border:1px solid #000!important;
  border-radius:0!important;
  box-shadow:none!important;
  text-transform:uppercase;
  letter-spacing:.08em;
  font-weight:600;
  transition:
    opacity .22s ease,
    transform .22s var(--orre-ease),
    background-color .22s ease,
    color .22s ease!important;
}

.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit:hover,
.single_add_to_cart_button:hover,
.checkout-button:hover,
.wc-proceed-to-checkout a:hover,
.orre-cart-primary:hover,
.orre-cart-secondary:hover,
.orre-empty-cart a:hover,
.orre-home-hero-content a:hover,
.orre-home-editorial-overlay a:hover,
.orre-collection-card .button:hover,
.orre-product-card .button:hover,
button[name="apply_coupon"]:hover,
button[name="update_cart"]:hover,
button[name="woocommerce_checkout_place_order"]:hover{
  background:#000!important;
  color:#fff!important;
  border-color:#000!important;
  opacity:.82!important;
}

/* Keep icon / navigation / utility controls visually minimal */
.orre-hamburger,
.orre-nav-actions button,
.orre-close-btn,
.orre-overlay-close,
.orre-filter-open,
.orre-mobile-parent,
.orre-drawer-head button,
.orre-home-newsletter-form button,
.quantity button,
.wd-quantity-plus,
.wd-quantity-minus{
  box-shadow:none!important;
}

/* Newsletter submit is a text control, not a filled CTA */
.orre-home-newsletter-form button{
  background:transparent!important;
  color:#000!important;
  border:0!important;
}

/* Carousel utility arrows remain clean */
.orre-inside-arrow{
  background:#fff!important;
  color:#000!important;
  border:1px solid #ddd!important;
  box-shadow:none!important;
}
.orre-inside-arrow:hover{
  background:#000!important;
  color:#fff!important;
  border-color:#000!important;
}

/* ---------- Header ---------- */
.orre-nav-header{
  background:rgba(0,0,0,.78)!important;
  border-bottom:1px solid rgba(255,255,255,.12)!important;
  box-shadow:none!important;
  backdrop-filter:blur(10px)!important;
  -webkit-backdrop-filter:blur(10px)!important;
}

body.tax-product_cat .orre-nav-header,
body.single-product .orre-nav-header,
body.woocommerce-cart .orre-nav-header,
body.woocommerce-checkout .orre-nav-header{
  background:#000!important;
}

.orre-nav-inner{
  max-width:1920px!important;
  margin:0 auto!important;
}

.orre-nav-logo a{
  color:#fff!important;
  font-weight:700!important;
  letter-spacing:.12em!important;
}

.orre-hamburger,
.orre-nav-actions button{
  background:transparent!important;
  color:#fff!important;
  border:0!important;
}

/* ---------- Drawers / search ---------- */
.orre-menu-drawer{
  background:#000!important;
  color:#fff!important;
  box-shadow:none!important;
}

.orre-cart-drawer{
  background:#fff!important;
  color:#111!important;
  box-shadow:-18px 0 50px rgba(0,0,0,.10)!important;
}

.orre-search-overlay{
  background:rgba(0,0,0,.985)!important;
}

.orre-menu-overlay,
.orre-cart-overlay{
  background:rgba(0,0,0,.58)!important;
}

.orre-drawer-nav > a,
.orre-mobile-parent{
  transition:background-color .18s ease,color .18s ease!important;
}

/* ---------- Hero ---------- */
.orre-home-hero{
  min-height:clamp(620px,84svh,900px)!important;
  background:#fff!important;
}

.orre-home-hero-content{
  max-width:620px!important;
}

.orre-home-hero-content h1{
  color:#111!important;
  font-size:clamp(62px,9vw,132px)!important;
  line-height:.90!important;
}

.orre-home-hero-content p{
  color:#222!important;
  max-width:440px!important;
  line-height:1.65!important;
}

.orre-home-hero-content a{
  min-height:44px!important;
  padding:0 24px!important;
}

/* ---------- Homepage section headers ---------- */
.orre-home-section-header{
  padding:
    clamp(28px,3vw,44px)
    var(--orre-page-x)
    clamp(18px,1.7vw,26px)!important;
}

.orre-home-section-header h1,
.orre-home-section-header h2{
  font-size:clamp(10px,.8vw,13px)!important;
}

.orre-home-section-header a{
  color:#000!important;
  border-bottom:1px solid #000!important;
  transition:opacity .2s ease!important;
}

.orre-home-section-header a:hover{
  opacity:.55!important;
}

/* ---------- Product grids ---------- */
.orre-home-product-grid,
.orre-collection-grid{
  gap:1px!important;
  background:#fff!important;
}

.orre-home-product,
.orre-collection-card{
  background:#fff!important;
  border:0!important;
  border-radius:0!important;
  box-shadow:none!important;
}

.orre-home-product-media,
.orre-collection-card-media{
  border-radius:0!important;
}

.orre-home-product-media img,
.orre-collection-card-media img{
  transform:scale(1);
  transition:
    opacity .32s ease,
    transform .55s var(--orre-ease)!important;
}

@media (hover:hover) and (pointer:fine){
  .orre-home-product:hover .orre-home-hover-image,
  .orre-collection-card:hover .orre-collection-hover-image{
    transform:scale(1.018)!important;
  }
}

.orre-home-product-info,
.orre-collection-card-info{
  padding:10px 12px 0!important;
}

.orre-home-product-name,
.orre-home-product-price{
  font-size:10px!important;
}

/* KIJI-style size strip — clean black/white */
.orre-home-size-strip,
.orre-collection-sizes{
  background:rgba(255,255,255,.98)!important;
  border:0!important;
  box-shadow:none!important;
}

.orre-home-size-strip > span,
.orre-collection-sizes > span,
.orre-shop-pro-size-list > span{
  background:#fff!important;
  color:#111!important;
  border:1px solid #d8d8d8!important;
  border-radius:0!important;
  box-shadow:none!important;
  transition:background-color .18s ease,color .18s ease,border-color .18s ease!important;
}

@media (hover:hover) and (pointer:fine){
  .orre-home-size-strip > span:hover,
  .orre-collection-sizes > span:hover,
  .orre-shop-pro-size-list > span:hover{
    background:#000!important;
    color:#fff!important;
    border-color:#000!important;
  }
}

/* ---------- Editorial banners ---------- */
.orre-home-editorial{
  min-height:clamp(560px,70vw,780px)!important;
  background:#fff!important;
}

.orre-home-editorial-image{
  transition:transform .75s var(--orre-ease)!important;
}

@media (hover:hover) and (pointer:fine){
  .orre-home-editorial:hover .orre-home-editorial-image{
    transform:scale(1.015)!important;
  }
}

.orre-home-editorial-overlay{
  padding:
    0
    var(--orre-page-x)
    clamp(26px,3vw,44px)!important;
}

.orre-home-editorial-overlay h2{
  font-size:clamp(34px,4vw,64px)!important;
  line-height:1!important;
}

.orre-home-editorial-overlay a{
  min-height:44px!important;
  padding:0 22px!important;
}

/* ---------- Inside ORRÉ ---------- */
.orre-inside{
  background:#fff!important;
  padding:clamp(50px,6vw,88px) 0!important;
}

.orre-inside-head{
  padding:0 var(--orre-page-x) clamp(24px,3vw,38px)!important;
}

.orre-inside-head h2{
  font-size:clamp(24px,2.4vw,36px)!important;
}

.orre-inside-track{
  gap:clamp(12px,1.5vw,24px)!important;
}

.orre-inside-card{
  border-radius:0!important;
  box-shadow:none!important;
  background:#f4f4f4!important;
}

/* ---------- Newsletter ---------- */
.orre-home-newsletter{
  background:#fff!important;
  border-top:1px solid var(--orre-border)!important;
  border-bottom:1px solid var(--orre-border)!important;
  padding:
    clamp(54px,6vw,90px)
    var(--orre-page-x)!important;
}

.orre-home-newsletter h2{
  color:#111!important;
}

.orre-home-newsletter p,
.orre-home-newsletter > div > span{
  color:#666!important;
}

.orre-home-newsletter-form{
  border-bottom:1px solid #111!important;
}

/* ---------- Forms ---------- */
.woocommerce input[type="text"],
.woocommerce input[type="email"],
.woocommerce input[type="tel"],
.woocommerce input[type="number"],
.woocommerce input[type="password"],
.woocommerce textarea,
.woocommerce select,
input[type="search"]{
  background:#fff!important;
  color:#111!important;
  border-radius:0!important;
  box-shadow:none!important;
}

.woocommerce input:focus,
.woocommerce textarea:focus,
.woocommerce select:focus{
  border-color:#000!important;
  outline:0!important;
}

/* ---------- Collection/archive ---------- */
.orre-collection-head{
  padding:
    clamp(40px,5vw,68px)
    var(--orre-page-x)
    clamp(24px,2.5vw,34px)!important;
}

.orre-collection-toolbar{
  padding:14px var(--orre-page-x)!important;
  background:#fff!important;
  border-color:var(--orre-border)!important;
}

.orre-collection-subcats{
  gap:clamp(18px,2vw,30px)!important;
}

.orre-collection-sort select{
  background:#fff!important;
  color:#111!important;
}

/* ---------- Cart / checkout ---------- */
.woocommerce-cart table.shop_table,
.woocommerce-checkout .woocommerce-checkout-review-order,
.woocommerce-checkout #payment,
.cart_totals{
  border-radius:0!important;
  box-shadow:none!important;
}

.orre-cart-primary,
.orre-cart-secondary,
.orre-empty-cart a{
  width:100%!important;
  min-height:48px!important;
}

/* ---------- Footer: solid black ---------- */
footer,
.site-footer,
.footer-container,
.footer-column,
.footer-sidebar,
.footer-widget,
.wd-footer,
.wd-prefooter,
.wd-footer-bottom,
.copyrights-wrapper,
.min-footer,
.main-footer{
  background:#000!important;
  color:#fff!important;
}

footer a,
.site-footer a,
.footer-container a{
  color:rgba(255,255,255,.75)!important;
}

footer a:hover,
.site-footer a:hover,
.footer-container a:hover{
  color:#fff!important;
}

footer h1,
footer h2,
footer h3,
footer h4,
footer h5,
footer h6,
.site-footer h1,
.site-footer h2,
.site-footer h3,
.site-footer h4,
.site-footer h5,
.site-footer h6{
  color:#fff!important;
}

/* ---------- Responsive: large tablet ---------- */
@media (max-width:1200px){
  .orre-home-product-grid,
  .orre-collection-grid{
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
  }

  .orre-home-newsletter{
    grid-template-columns:minmax(0,1fr) minmax(320px,460px)!important;
    gap:clamp(36px,5vw,64px)!important;
  }
}

/* ---------- Responsive: tablet ---------- */
@media (max-width:900px){
  .orre-nav-inner{
    padding-left:20px!important;
    padding-right:20px!important;
  }

  .orre-home-hero{
    min-height:720px!important;
  }

  .orre-home-product-grid,
  .orre-collection-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }

  .orre-home-newsletter{
    grid-template-columns:1fr!important;
    gap:38px!important;
  }

  .orre-home-editorial{
    min-height:560px!important;
  }

  .orre-cart-drawer{
    width:min(430px,100vw)!important;
  }
}

/* ---------- Responsive: mobile ---------- */
@media (max-width:767px){
  :root{
    --orre-page-x:14px;
  }

  body{
    font-size:13px;
  }

  .orre-nav-header,
  .orre-nav-inner{
    height:60px!important;
  }

  .orre-nav-inner{
    padding:0 14px!important;
  }

  .orre-nav-logo a{
    font-size:clamp(24px,7.5vw,29px)!important;
  }

  .orre-nav-actions{
    gap:5px!important;
  }

  .orre-nav-actions button{
    width:27px!important;
    min-width:27px!important;
  }

  .orre-home-hero{
    min-height:clamp(600px,82svh,760px)!important;
    padding-top:60px!important;
  }

  .orre-home-hero-content{
    width:calc(100% - 28px)!important;
    max-width:390px!important;
    margin-left:14px!important;
    margin-right:14px!important;
    margin-bottom:30px!important;
  }

  .orre-home-hero-content h1{
    font-size:clamp(50px,16vw,68px)!important;
  }

  .orre-home-hero-content p{
    max-width:300px!important;
    font-size:11px!important;
  }

  .orre-home-section-header{
    gap:12px!important;
    padding:25px 10px 16px!important;
  }

  .orre-home-section-header h1,
  .orre-home-section-header h2{
    font-size:10px!important;
  }

  .orre-home-section-header a{
    font-size:8px!important;
    white-space:nowrap;
  }

  .orre-home-product-grid,
  .orre-collection-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:1px!important;
  }

  .orre-home-product,
  .orre-collection-card{
    padding-bottom:20px!important;
  }

  .orre-home-product-info,
  .orre-collection-card-info{
    padding:8px 7px 0!important;
  }

  .orre-home-product-name,
  .orre-home-product-price{
    font-size:9px!important;
  }

  /* Keep sizes visible on touch/mobile */
  .orre-home-size-strip,
  .orre-collection-sizes{
    opacity:1!important;
    transform:none!important;
    min-height:34px!important;
    padding:5px 3px!important;
    gap:2px!important;
  }

  .orre-home-size-strip > span,
  .orre-collection-sizes > span,
  .orre-shop-pro-size-list > span{
    min-width:23px!important;
    height:22px!important;
    padding:0 4px!important;
    font-size:8px!important;
  }

  .orre-home-editorial{
    min-height:clamp(470px,128vw,620px)!important;
  }

  .orre-home-editorial-overlay{
    padding:0 16px 22px!important;
  }

  .orre-home-editorial-overlay h2{
    max-width:90%!important;
    font-size:clamp(31px,10vw,40px)!important;
  }

  .orre-home-editorial-overlay a{
    min-height:42px!important;
    padding:0 18px!important;
  }

  .orre-inside{
    padding:48px 0 54px!important;
  }

  .orre-inside-track{
    gap:12px!important;
    padding:0 14px 8px!important;
    scroll-padding-left:14px!important;
  }

  .orre-inside-card{
    flex:0 0 min(73vw,285px)!important;
  }

  .orre-inside-arrow{
    display:none!important;
  }

  .orre-home-newsletter{
    padding:52px 16px!important;
  }

  .orre-home-newsletter-form{
    width:100%!important;
  }

  .orre-home-newsletter-form input{
    min-width:0!important;
    width:100%!important;
  }

  .orre-menu-drawer,
  .orre-cart-drawer{
    width:100vw!important;
    max-width:100vw!important;
  }

  .orre-search-box{
    width:calc(100% - 30px)!important;
    padding-top:110px!important;
  }

  .orre-search-box input[type="search"]{
    font-size:clamp(28px,9vw,42px)!important;
  }

  .orre-collection-head{
    padding:34px 14px 22px!important;
  }

  .orre-collection-toolbar{
    padding:13px 14px!important;
    gap:12px!important;
  }

  .orre-collection-toolbar-left{
    gap:12px!important;
  }

  .orre-collection-sort select{
    min-width:120px!important;
    max-width:42vw!important;
  }

  footer,
  .site-footer{
    text-align:left!important;
  }
}

/* ---------- Very small phones ---------- */
@media (max-width:380px){
  .orre-nav-logo a{
    font-size:23px!important;
  }

  .orre-nav-actions{
    gap:3px!important;
  }

  .orre-nav-icon svg{
    width:20px!important;
    height:20px!important;
  }

  .orre-home-product-name,
  .orre-home-product-price{
    font-size:8.5px!important;
  }

  .orre-home-size-strip > span,
  .orre-collection-sizes > span,
  .orre-shop-pro-size-list > span{
    min-width:21px!important;
    padding:0 3px!important;
  }
}

/* ---------- Touch-device safety ---------- */
@media (hover:none){
  .orre-home-size-strip,
  .orre-collection-sizes{
    opacity:1!important;
    transform:none!important;
  }
}

/* ---------- Reduced-motion accessibility ---------- */
@media (prefers-reduced-motion:reduce){
  *,
  *::before,
  *::after{
    scroll-behavior:auto!important;
    transition-duration:.01ms!important;
    animation-duration:.01ms!important;
    animation-iteration-count:1!important;
  }
}
/*
=========================================================
ORRÉ — CLEANED + PREMIUM RESPONSIVE CSS
KIJI-inspired black/white styling
Generated from the user's existing stylesheet.

IMPORTANT:
- Existing selectors, CSS rule order, layout logic and functionality were preserved.
- Original comments/excessive blank lines were removed for cleanup.
- Premium black/white and responsive refinements are appended at the end.
- Replace: /wp-content/themes/orre-child/assets/css/orre.css
- Keep a backup of the current file before replacing.
=========================================================
*/

:root{
  --orre-black:#000;
  --orre-white:#fff;
  --orre-text:#111;
  --orre-muted:#666;
  --orre-line:rgba(255,255,255,.16);
  --orre-light-line:#e9e9e9;

  --orre-hero-image:url('https://orreretail.com/wp-content/uploads/2026/08/ChatGPT-Image-Aug-8-2026-11_02_36-PM.png');
}

html,
body{
  margin:0!important;
  padding:0!important;
  width:100%!important;
  max-width:100%!important;
  overflow-x:hidden!important;
  background:#fff!important;
  color:var(--orre-text)!important;
}

*,
*::before,
*::after{
  box-sizing:border-box;
}

img,
svg{
  max-width:100%;
}

a{
  text-decoration:none;
}

.whb-header,
.whb-header-before,
.whb-main-header,
.whb-general-header,
.whb-header-bottom,
.whb-header-mobile,
.wd-header-banner,
.header-banner,
.wd-header-nav,
.wd-toolbar{
  display:none!important;
}

html body{
  border-top:0!important;
}

.orre-nav-header{
  position:absolute!important;
  top:0!important;
  left:0!important;
  right:0!important;

  z-index:99999!important;

  width:100%!important;
  height:72px!important;

  margin:0!important;
  padding:0!important;

  background:rgba(0,0,0,.55)!important;

  border-top:0!important;
  border-bottom:1px solid rgba(255,255,255,.18)!important;

  box-shadow:none!important;

  backdrop-filter:blur(5px)!important;
  -webkit-backdrop-filter:blur(5px)!important;
}

.orre-nav-inner{
  position:relative!important;

  width:100%!important;
  height:72px!important;

  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;

  margin:0!important;
  padding:0 42px!important;
}

.orre-hamburger{
  flex:0 0 32px!important;

  width:32px!important;
  height:32px!important;
  min-width:32px!important;
  min-height:32px!important;

  display:flex!important;
  flex-direction:column!important;
  align-items:flex-start!important;
  justify-content:center!important;

  gap:6px!important;

  margin:0!important;
  padding:0!important;

  background:transparent!important;
  color:#fff!important;

  border:0!important;
  border-radius:0!important;

  box-shadow:none!important;

  cursor:pointer!important;
}

.orre-hamburger span{
  display:block!important;

  height:2px!important;

  margin:0!important;
  padding:0!important;

  background:#fff!important;
}

.orre-hamburger span:first-child{
  width:25px!important;
}

.orre-hamburger span:last-child{
  width:15px!important;
}

.orre-nav-logo{
  position:absolute!important;
  left:50%!important;
  top:50%!important;

  transform:translate(-50%,-50%)!important;

  display:flex!important;
  align-items:center!important;
  justify-content:center!important;

  margin:0!important;
  padding:0!important;
}

.orre-nav-logo a{
  display:block!important;

  margin:0!important;
  padding:0!important;

  background:transparent!important;
  color:#fff!important;

  font-family:Arial,Helvetica,sans-serif!important;
  font-size:36px!important;
  font-weight:700!important;
  line-height:1!important;

  letter-spacing:.12em!important;
  text-indent:.12em!important;

  white-space:nowrap!important;
  text-decoration:none!important;

  border:0!important;
  box-shadow:none!important;
}

.orre-nav-actions{
  flex:0 0 auto!important;

  display:flex!important;
  align-items:center!important;
  justify-content:flex-end!important;

  gap:14px!important;

  margin-left:auto!important;
  padding:0!important;
}

.orre-nav-actions button{
  position:relative!important;

  width:30px!important;
  height:36px!important;
  min-width:30px!important;
  min-height:0!important;

  display:flex!important;
  align-items:center!important;
  justify-content:center!important;

  margin:0!important;
  padding:0!important;

  background:transparent!important;
  color:#fff!important;

  border:0!important;
  border-radius:0!important;

  box-shadow:none!important;
  outline:0!important;

  cursor:pointer!important;
}

.orre-nav-actions button:hover{
  background:transparent!important;
  color:#fff!important;
  opacity:.68!important;
}

.orre-nav-icon svg{
  display:block!important;

  width:23px!important;
  height:23px!important;

  fill:none!important;
  stroke:#fff!important;
  stroke-width:1.8!important;
  stroke-linecap:round!important;
  stroke-linejoin:round!important;
}

.orre-country,
.orre-flag{
  display:none!important;
}

.orre-bag-button{
  position:relative!important;
}

.orre-cart-count{
  position:absolute!important;
  top:-1px!important;
  right:-6px!important;

  min-width:16px!important;
  height:16px!important;

  display:flex!important;
  align-items:center!important;
  justify-content:center!important;

  padding:0 4px!important;

  background:#fff!important;
  color:#000!important;

  border-radius:999px!important;

  font-size:8px!important;
  font-weight:700!important;
  line-height:16px!important;
}

.orre-menu-overlay,
.orre-cart-overlay{
  position:fixed!important;
  inset:0!important;

  z-index:99998!important;

  background:rgba(0,0,0,.52)!important;

  opacity:0!important;
  visibility:hidden!important;

  transition:opacity .28s ease,visibility .28s ease!important;
}

.orre-menu-overlay.open,
.orre-cart-overlay.open{
  opacity:1!important;
  visibility:visible!important;
}

.orre-menu-drawer{
  position:fixed!important;

  top:0!important;
  left:0!important;

  z-index:99999!important;

  width:min(430px,92vw)!important;
  height:100vh!important;

  margin:0!important;
  padding:0!important;

  background:#000!important;
  color:#fff!important;

  overflow-y:auto!important;

  transform:translateX(-102%)!important;

  transition:transform .38s cubic-bezier(.77,0,.18,1)!important;
}

.orre-menu-drawer.open{
  transform:translateX(0)!important;
}

.orre-drawer-head{
  width:100%!important;
  height:68px!important;

  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;

  margin:0!important;
  padding:0 28px!important;

  border-bottom:1px solid rgba(255,255,255,.16)!important;

  font-family:Arial,Helvetica,sans-serif!important;
  font-size:11px!important;
  font-weight:500!important;
  line-height:1!important;
  letter-spacing:.14em!important;
}

.orre-drawer-head button{
  width:auto!important;
  height:auto!important;
  min-width:0!important;
  min-height:0!important;

  margin:0!important;
  padding:0!important;

  background:transparent!important;
  color:#fff!important;

  border:0!important;
  border-radius:0!important;

  box-shadow:none!important;
}

.orre-drawer-nav{
  width:100%!important;
  margin:0!important;
  padding:0!important;
}

.orre-drawer-nav > a,
.orre-mobile-parent{
  width:100%!important;
  min-height:61px!important;

  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;

  gap:16px!important;

  margin:0!important;
  padding:0 28px!important;

  background:transparent!important;
  color:#fff!important;

  border:0!important;
  border-bottom:1px solid rgba(255,255,255,.13)!important;
  border-radius:0!important;

  box-shadow:none!important;

  font-family:Arial,Helvetica,sans-serif!important;
  font-size:12px!important;
  font-weight:500!important;
  line-height:1.2!important;

  letter-spacing:.10em!important;
  text-transform:uppercase!important;
  text-decoration:none!important;

  text-align:left!important;
}

.orre-drawer-nav > a > span:first-child,
.orre-mobile-parent > span:first-child{
  flex:1 1 auto!important;
  display:block!important;
  margin:0!important;
  padding:0!important;
  text-align:left!important;
}

.orre-mobile-parent > span:last-child,
.orre-mobile-parent > .orre-accordion-icon{
  flex:0 0 18px!important;
  margin-left:auto!important;
}

.orre-drawer-nav > a:hover,
.orre-mobile-parent:hover{
  background:rgba(255,255,255,.03)!important;
}

.orre-mobile-submenu{
  display:none!important;

  margin:0!important;
  padding:10px 28px 18px!important;

  background:#0a0a0a!important;
}

.orre-mobile-group.open .orre-mobile-submenu{
  display:flex!important;
  flex-direction:column!important;
}

.orre-mobile-submenu a{
  display:block!important;

  padding:10px 0!important;

  color:rgba(255,255,255,.72)!important;

  font-size:11px!important;
  line-height:1.4!important;
  text-decoration:none!important;
}

.orre-link-icon{
  position:relative!important;
  display:inline-block!important;

  width:16px!important;
  height:16px!important;

  flex:0 0 16px!important;
}

.orre-link-icon::before{
  content:""!important;

  position:absolute!important;
  top:50%!important;
  left:4px!important;

  width:7px!important;
  height:7px!important;

  border-top:1.7px solid #fff!important;
  border-right:1.7px solid #fff!important;

  transform:translateY(-50%) rotate(45deg)!important;
}

.orre-accordion-icon{
  position:relative!important;
  display:inline-block!important;

  width:16px!important;
  height:16px!important;

  flex:0 0 16px!important;
}

.orre-accordion-icon::before,
.orre-accordion-icon::after{
  content:""!important;

  position:absolute!important;
  top:50%!important;
  left:50%!important;

  background:#fff!important;

  transform:translate(-50%,-50%)!important;

  transition:all .22s ease!important;
}

.orre-accordion-icon::before{
  width:10px!important;
  height:1.7px!important;
}

.orre-accordion-icon::after{
  width:1.7px!important;
  height:10px!important;
}

.orre-mobile-group.open .orre-accordion-icon::after{
  opacity:0!important;
  transform:translate(-50%,-50%) scaleY(0)!important;
}

.orre-close-btn{
  position:relative!important;

  width:28px!important;
  height:28px!important;
  min-width:28px!important;
  min-height:28px!important;

  padding:0!important;

  background:transparent!important;
  border:0!important;
  box-shadow:none!important;

  font-size:0!important;
}

.orre-close-btn span{
  position:absolute!important;
  top:50%!important;
  left:50%!important;

  width:16px!important;
  height:1.7px!important;

  background:currentColor!important;

  transform-origin:center!important;
}

.orre-close-btn span:first-child{
  transform:translate(-50%,-50%) rotate(45deg)!important;
}

.orre-close-btn span:last-child{
  transform:translate(-50%,-50%) rotate(-45deg)!important;
}

.orre-menu-drawer .orre-close-btn,
.orre-search-overlay .orre-close-btn{
  color:#fff!important;
}

.orre-cart-drawer .orre-close-btn{
  color:#111!important;
}

.orre-search-overlay{
  position:fixed!important;
  inset:0!important;

  z-index:100000!important;

  background:rgba(0,0,0,.985)!important;

  opacity:0!important;
  visibility:hidden!important;

  transition:opacity .25s ease,visibility .25s ease!important;
}

.orre-search-overlay.open{
  opacity:1!important;
  visibility:visible!important;
}

.orre-search-box{
  width:min(900px,calc(100% - 50px))!important;

  margin:0 auto!important;
  padding-top:145px!important;
}

.orre-search-box > span{
  display:block!important;

  margin-bottom:30px!important;

  color:rgba(255,255,255,.55)!important;

  font-size:10px!important;
  letter-spacing:.16em!important;
}

.orre-search-box form{
  width:100%!important;
  margin:0!important;
}

.orre-search-box input[type="search"]{
  width:100%!important;
  min-height:0!important;

  margin:0!important;
  padding:17px 0!important;

  background:transparent!important;
  color:#fff!important;

  border:0!important;
  border-bottom:1px solid rgba(255,255,255,.6)!important;
  border-radius:0!important;

  box-shadow:none!important;
  outline:0!important;

  font-size:clamp(30px,5vw,62px)!important;
  line-height:1.2!important;
}

.orre-search-box input[type="search"]::placeholder{
  color:rgba(255,255,255,.35)!important;
}

.orre-overlay-close{
  position:absolute!important;
  top:25px!important;
  right:30px!important;

  margin:0!important;
  padding:0!important;

  background:transparent!important;
  color:#fff!important;

  border:0!important;
  box-shadow:none!important;
}

.orre-cart-drawer{
  position:fixed!important;

  top:0!important;
  right:0!important;

  z-index:99999!important;

  width:min(430px,100%)!important;
  height:100vh!important;

  background:#fff!important;

  overflow:hidden!important;

  transform:translateX(102%)!important;

  transition:transform .38s cubic-bezier(.77,0,.18,1)!important;
}

.orre-cart-drawer.open{
  transform:translateX(0)!important;
}

.orre-cart-drawer .orre-drawer-head{
  color:#111!important;
  border-color:#ddd!important;
}

.orre-cart-drawer .orre-drawer-head button{
  color:#000!important;
}

.orre-cart-body{
  height:calc(100vh - 68px)!important;

  padding:22px!important;

  overflow-y:auto!important;
}

.orre-mini-product{
  display:grid!important;
  grid-template-columns:92px 1fr!important;

  gap:15px!important;

  padding-bottom:19px!important;
  margin-bottom:19px!important;

  border-bottom:1px solid #e7e7e7!important;
}

.orre-mini-image img{
  display:block!important;

  width:92px!important;
  height:118px!important;

  object-fit:cover!important;
}

.orre-mini-info{
  display:flex!important;
  flex-direction:column!important;

  gap:7px!important;
}

.orre-mini-info a{
  color:#111!important;

  font-size:12px!important;
  line-height:1.4!important;
  text-decoration:none!important;
}

.orre-mini-info span{
  color:#777!important;
  font-size:11px!important;
}

.orre-cart-subtotal{
  display:flex!important;
  justify-content:space-between!important;

  margin:25px 0 18px!important;

  color:#111!important;
  font-size:11px!important;
}

.orre-cart-secondary,
.orre-cart-primary,
.orre-empty-cart a{
  width:100%!important;
  min-height:47px!important;

  display:flex!important;
  align-items:center!important;
  justify-content:center!important;

  margin-bottom:9px!important;
  padding:0 18px!important;

  border-radius:0!important;

  font-size:10px!important;
  font-weight:600!important;
  line-height:1!important;

  letter-spacing:.1em!important;
  text-transform:uppercase!important;
  text-decoration:none!important;
}

.orre-cart-secondary{
  background:#fff!important;
  color:#000!important;
  border:1px solid #000!important;
}

.orre-cart-primary,
.orre-empty-cart a{
  background:#000!important;
  color:#fff!important;
  border:1px solid #000!important;
}

.orre-home-hero{
  position:relative!important;

  width:100%!important;
  min-height:760px!important;

  display:flex!important;
  align-items:center!important;
  justify-content:flex-start!important;

  overflow:hidden!important;

  margin:0!important;
  padding:72px 0 0!important;

  background:#ded5ca!important;
}

.orre-home-hero-bg{
  position:absolute!important;
  inset:0!important;

  z-index:1!important;

  background-image:var(--orre-hero-image)!important;
  background-size:cover!important;
  background-position:center center!important;
  background-repeat:no-repeat!important;
}

.orre-home-hero::after{
  content:""!important;

  position:absolute!important;
  inset:0!important;

  z-index:2!important;

  background:linear-gradient(
    90deg,
    rgba(255,255,255,.18) 0%,
    rgba(255,255,255,.03) 42%,
    rgba(0,0,0,0) 70%
  )!important;

  pointer-events:none!important;
}

.orre-home-hero-content{
  position:relative!important;

  z-index:3!important;

  width:min(560px,80vw)!important;

  margin-left:7vw!important;
  padding:30px 0!important;

  text-align:left!important;
  color:#111!important;
}

.orre-home-hero-kicker{
  display:block!important;

  margin-bottom:14px!important;

  color:#111!important;

  font-size:9px!important;
  font-weight:600!important;
  line-height:1!important;

  letter-spacing:.17em!important;
  text-transform:uppercase!important;
}

.orre-home-hero-content h1{
  margin:0 0 14px!important;

  color:#111!important;

  font-size:clamp(64px,10vw,132px)!important;
  font-weight:700!important;
  line-height:.9!important;

  letter-spacing:.09em!important;
  text-indent:.09em!important;
}

.orre-home-hero-content p{
  max-width:460px!important;

  margin:0 0 24px!important;

  color:#111!important;

  font-size:12px!important;
  line-height:1.6!important;
}

.orre-home-hero-content a{
  min-height:42px!important;

  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;

  padding:0 22px!important;

  background:#000!important;
  color:#fff!important;

  border:1px solid #000!important;

  font-size:9px!important;
  font-weight:600!important;
  line-height:1!important;

  letter-spacing:.11em!important;
  text-transform:uppercase!important;
}

.orre-home-hero-content a:hover{
  background:#fff!important;
  color:#000!important;
  border-color:#000!important;
}

.orre-home-v3,
.orre-home-v3 h1,
.orre-home-v3 h2,
.orre-home-v3 h3,
.orre-home-v3 p,
.orre-home-v3 a,
.orre-home-v3 span{
  font-family:Arial,Helvetica,sans-serif!important;
}

.orre-home-v3{
  width:100%!important;

  margin:0!important;
  padding:0!important;

  background:#fff!important;
  color:#111!important;
}

.orre-home-section-header{
  min-height:0!important;

  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;

  gap:20px!important;

  margin:0!important;
  padding:34px 32px 22px!important;
}

.orre-home-section-header h1,
.orre-home-section-header h2{
  margin:0!important;
  padding:0!important;

  color:#111!important;

  font-size:12px!important;
  font-weight:500!important;
  line-height:1.2!important;

  letter-spacing:.12em!important;
  text-transform:uppercase!important;
}

.orre-home-section-header a{
  color:#111!important;

  font-size:9px!important;
  font-weight:500!important;
  line-height:1!important;

  letter-spacing:.11em!important;
  text-transform:uppercase!important;

  border-bottom:1px solid #111!important;
  padding-bottom:2px!important;
}

.orre-home-new{
  padding:0 0 70px!important;
}

.orre-home-collection{
  padding:0 0 76px!important;
}

.orre-home-product-grid{
  width:100%!important;

  display:grid!important;
  grid-template-columns:repeat(4,minmax(0,1fr))!important;

  gap:1px!important;

  background:#fff!important;
}

.orre-home-product{
  min-width:0!important;

  margin:0!important;
  padding:0 0 24px!important;

  background:#fff!important;
}

.orre-home-product-media{
  position:relative!important;

  display:block!important;

  width:100%!important;
  aspect-ratio:4/5!important;

  overflow:hidden!important;

  background:#f3f3f1!important;
}

.orre-home-product-media img{
  position:absolute!important;
  inset:0!important;

  display:block!important;

  width:100%!important;
  height:100%!important;

  object-fit:cover!important;
  object-position:center!important;

  transition:opacity .32s ease,transform .45s ease!important;
}

.orre-home-main-image{
  z-index:1!important;
  opacity:1!important;
}

.orre-home-hover-image{
  z-index:2!important;
  opacity:0!important;
}

.orre-home-product:hover .orre-home-main-image{
  opacity:0!important;
}

.orre-home-product:hover .orre-home-hover-image{
  opacity:1!important;
  transform:scale(1.012)!important;
}

.orre-home-size-strip{
  position:absolute!important;

  left:0!important;
  right:0!important;
  bottom:0!important;

  z-index:4!important;

  min-height:42px!important;

  display:flex!important;
  align-items:center!important;
  justify-content:center!important;

  gap:4px!important;

  padding:8px!important;

  background:rgba(255,255,255,.96)!important;

  opacity:0!important;
  transform:translateY(100%)!important;

  transition:opacity .22s ease,transform .22s ease!important;
}

.orre-home-product:hover .orre-home-size-strip{
  opacity:1!important;
  transform:translateY(0)!important;
}

.orre-home-size-strip > span{
  min-width:28px!important;
  height:26px!important;

  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;

  padding:0 5px!important;

  background:#fff!important;
  color:#111!important;

  border:1px solid #d8d8d8!important;

  font-size:9px!important;
  font-weight:500!important;
  line-height:1!important;
}

.orre-home-product-info{
  padding:10px 12px 0!important;
}

.orre-home-product-name{
  display:block!important;

  color:#111!important;

  font-size:10px!important;
  font-weight:500!important;
  line-height:1.45!important;

  letter-spacing:.025em!important;
  text-transform:uppercase!important;
}

.orre-home-product-price{
  margin-top:4px!important;

  color:#111!important;

  font-size:10px!important;
  line-height:1.35!important;
}

.orre-home-product-price del{
  color:#999!important;
  opacity:1!important;
}

.orre-home-product-price ins{
  color:#111!important;
  text-decoration:none!important;
}

.orre-home-editorial{
  position:relative!important;

  width:100%!important;
  min-height:680px!important;

  overflow:hidden!important;

  background:#e7e7e7!important;
}

.orre-home-editorial-image{
  position:absolute!important;
  inset:0!important;

  z-index:1!important;

  background-image:
    linear-gradient(
      to top,
      rgba(0,0,0,.40),
      rgba(0,0,0,0) 55%
    ),
    var(
      --orre-banner-image,
      linear-gradient(135deg,#d8d8d8,#aaa)
    )!important;

  background-size:cover!important;
  background-position:center!important;
  background-repeat:no-repeat!important;

  transition:transform .7s ease!important;
}

.orre-home-editorial:hover .orre-home-editorial-image{
  transform:scale(1.012)!important;
}

.orre-home-editorial-overlay{
  position:absolute!important;

  left:0!important;
  right:0!important;
  bottom:0!important;

  z-index:2!important;

  padding:0 36px 36px!important;

  color:#fff!important;
}

.orre-home-editorial-overlay > span{
  display:block!important;

  margin-bottom:10px!important;

  color:#fff!important;

  font-size:9px!important;
  font-weight:600!important;
  line-height:1!important;

  letter-spacing:.15em!important;
  text-transform:uppercase!important;
}

.orre-home-editorial-overlay h2{
  max-width:650px!important;

  margin:0 0 22px!important;

  color:#fff!important;

  font-size:clamp(38px,4.4vw,64px)!important;
  font-weight:400!important;
  line-height:.98!important;

  letter-spacing:-.035em!important;
}

.orre-home-editorial-overlay a{
  min-height:42px!important;

  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;

  padding:0 20px!important;

  background:#fff!important;
  color:#000!important;

  border:1px solid #fff!important;

  font-size:9px!important;
  font-weight:600!important;
  line-height:1!important;

  letter-spacing:.11em!important;
  text-transform:uppercase!important;
}

.orre-home-editorial-overlay a:hover{
  background:#000!important;
  color:#fff!important;
  border-color:#000!important;
}

.orre-home-brand{
  display:none!important;
}

.orre-home-newsletter{
  display:grid!important;
  grid-template-columns:1fr minmax(360px,520px)!important;

  align-items:end!important;

  gap:80px!important;

  padding:70px 32px!important;

  background:#f4f4f2!important;
}

.orre-home-newsletter > div > span{
  display:block!important;

  margin-bottom:15px!important;

  color:#666!important;

  font-size:9px!important;
  font-weight:600!important;
  line-height:1!important;

  letter-spacing:.15em!important;
}

.orre-home-newsletter h2{
  margin:0!important;

  color:#111!important;

  font-size:clamp(30px,3.5vw,48px)!important;
  font-weight:400!important;
  line-height:1.02!important;

  letter-spacing:-.035em!important;
}

.orre-home-newsletter p{
  margin:18px 0 0!important;

  color:#686868!important;

  font-size:11px!important;
  line-height:1.6!important;
}

.orre-home-newsletter-form{
  display:flex!important;
  align-items:center!important;

  width:100%!important;

  border-bottom:1px solid #111!important;
}

.orre-home-newsletter-form input{
  flex:1!important;

  min-width:0!important;
  min-height:50px!important;

  margin:0!important;
  padding:0!important;

  background:transparent!important;
  color:#111!important;

  border:0!important;
  border-radius:0!important;

  box-shadow:none!important;
  outline:0!important;

  font-size:12px!important;
}

.orre-home-newsletter-form button{
  width:auto!important;
  min-width:0!important;
  min-height:50px!important;

  margin:0!important;
  padding:0 0 0 25px!important;

  background:transparent!important;
  color:#111!important;

  border:0!important;
  border-radius:0!important;

  box-shadow:none!important;

  font-size:9px!important;
  font-weight:600!important;
  line-height:1!important;

  letter-spacing:.12em!important;
  text-transform:uppercase!important;
}

footer,
.site-footer,
.footer-container,
.footer-column,
.footer-sidebar,
.footer-widget,
.wd-footer,
.wd-prefooter,
.wd-footer-bottom,
.copyrights-wrapper,
.min-footer,
.main-footer{
  background:#000!important;
  color:#fff!important;
}

footer .container,
footer .container-fluid,
.site-footer .container,
.footer-container .container,
.copyrights-wrapper .container,
.min-footer .container{
  background:#000!important;
}

footer,
footer p,
footer li,
footer span,
footer div,
footer address,
.site-footer,
.site-footer p,
.site-footer li,
.site-footer span{
  color:rgba(255,255,255,.74)!important;
}

footer h1,
footer h2,
footer h3,
footer h4,
footer h5,
footer h6,
.site-footer h1,
.site-footer h2,
.site-footer h3,
.site-footer h4,
.site-footer h5,
.site-footer h6,
.footer-widget-title,
.widget-title{
  color:#fff!important;

  font-family:Arial,Helvetica,sans-serif!important;
  font-size:10px!important;
  font-weight:600!important;
  line-height:1.2!important;

  letter-spacing:.14em!important;
  text-transform:uppercase!important;
}

footer a,
.site-footer a,
.footer-container a,
.copyrights-wrapper a{
  color:rgba(255,255,255,.72)!important;
  text-decoration:none!important;
}

footer a:hover,
.site-footer a:hover,
.footer-container a:hover,
.copyrights-wrapper a:hover{
  color:#fff!important;
}

footer,
.site-footer,
.footer-container,
.copyrights-wrapper,
.min-footer,
.wd-footer-bottom{
  border-color:rgba(255,255,255,.14)!important;
}

footer p,
.site-footer p{
  font-family:Arial,Helvetica,sans-serif!important;
  font-size:11px!important;
  line-height:1.7!important;
}

footer img[alt*="payment" i],
footer img[src*="payment" i],
.site-footer img[alt*="payment" i],
.site-footer img[src*="payment" i]{
  filter:none!important;
  opacity:1!important;
}

.copyrights-wrapper,
.min-footer,
.wd-footer-bottom{
  border-top:1px solid rgba(255,255,255,.14)!important;
}

.copyrights-wrapper,
.copyrights-wrapper *,
.min-footer,
.min-footer *,
.wd-footer-bottom,
.wd-footer-bottom *{
  color:rgba(255,255,255,.72)!important;
}

.scrollToTop,
.scroll-to-top,
.wd-scroll-top{
  background:#111!important;
  color:#fff!important;
  border:1px solid rgba(255,255,255,.18)!important;
  box-shadow:none!important;
}

.scrollToTop:hover,
.scroll-to-top:hover,
.wd-scroll-top:hover{
  background:#fff!important;
  color:#000!important;
}

@media(max-width:1024px){

  .orre-home-product-grid{
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
  }

  .orre-home-editorial{
    min-height:560px!important;
  }

  .orre-home-newsletter{
    grid-template-columns:1fr!important;
    gap:44px!important;
  }
}

@media(max-width:767px){

  .orre-nav-header{
    height:62px!important;
    background:rgba(0,0,0,.62)!important;
  }

  .orre-nav-inner{
    height:62px!important;
    padding:0 16px!important;
  }

  .orre-nav-logo a{
    font-size:29px!important;
  }

  .orre-nav-actions{
    gap:8px!important;
  }

  .orre-nav-actions button{
    width:28px!important;
    min-width:28px!important;
    height:34px!important;
  }

  .orre-nav-icon svg{
    width:22px!important;
    height:22px!important;
  }

  .orre-home-hero{
    min-height:620px!important;
    padding-top:62px!important;
  }

  .orre-home-hero-bg{
    background-position:65% center!important;
  }

  .orre-home-hero-content{
    width:min(360px,80vw)!important;

    margin-left:18px!important;
    margin-top:auto!important;
    margin-bottom:36px!important;

    padding:0!important;
  }

  .orre-home-hero-content h1{
    font-size:56px!important;
  }

  .orre-home-hero-content p{
    max-width:290px!important;
    font-size:11px!important;
  }

  .orre-home-section-header{
    padding:26px 14px 17px!important;
  }

  .orre-home-section-header h1,
  .orre-home-section-header h2{
    font-size:10px!important;
    letter-spacing:.10em!important;
  }

  .orre-home-section-header a{
    font-size:8px!important;
  }

  .orre-home-product-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }

  .orre-home-product{
    padding-bottom:20px!important;
  }

  .orre-home-product-info{
    padding:8px 7px 0!important;
  }

  .orre-home-product-name,
  .orre-home-product-price{
    font-size:9.5px!important;
  }

  .orre-home-size-strip{
    min-height:34px!important;

    padding:5px!important;

    gap:2px!important;

    opacity:1!important;
    transform:none!important;
  }

  .orre-home-size-strip > span{
    min-width:24px!important;
    height:22px!important;
    font-size:8px!important;
  }

  .orre-home-editorial{
    min-height:500px!important;
  }

  .orre-home-editorial-overlay{
    padding:0 18px 22px!important;
  }

  .orre-home-editorial-overlay h2{
    font-size:36px!important;
  }

  .orre-home-newsletter{
    padding:60px 18px!important;
  }

  footer,
  .site-footer{
    text-align:left!important;
  }
}

@media(max-width:420px){

  .orre-nav-logo a{
    font-size:26px!important;
  }

  .orre-nav-actions{
    gap:6px!important;
  }
}

.orre-inside{
  width:100%!important;
  padding:74px 0 82px!important;

  background:#f7f7f6!important;
  color:#111!important;

  overflow:hidden!important;
}

.orre-inside-head{
  padding:0 30px 34px!important;
  text-align:center!important;
}

.orre-inside-head h2{
  margin:0!important;

  color:#111!important;

  font-family:Arial,Helvetica,sans-serif!important;
  font-size:34px!important;
  font-weight:600!important;
  line-height:1!important;

  letter-spacing:.015em!important;
  text-transform:uppercase!important;
}

.orre-inside-shell{
  position:relative!important;
  width:100%!important;
}

.orre-inside-track{
  display:flex!important;
  align-items:stretch!important;

  gap:24px!important;

  width:100%!important;

  padding:0 7vw!important;

  overflow-x:auto!important;
  overflow-y:hidden!important;

  scroll-snap-type:x mandatory!important;
  scrollbar-width:none!important;
  -ms-overflow-style:none!important;
}

.orre-inside-track::-webkit-scrollbar{
  display:none!important;
}

.orre-inside-card{
  position:relative!important;

  flex:0 0 clamp(235px,13.4vw,290px)!important;

  aspect-ratio:9/16!important;

  margin:0!important;

  overflow:hidden!important;

  border-radius:7px!important;

  background:#d7d7d7!important;

  box-shadow:0 1px 5px rgba(0,0,0,.14)!important;

  scroll-snap-align:start!important;
}

.orre-inside-card-link{
  position:absolute!important;
  inset:0!important;

  display:block!important;

  color:#fff!important;
}

.orre-inside-main-image{
  position:absolute!important;
  inset:0!important;

  width:100%!important;
  height:100%!important;

  object-fit:cover!important;
  object-position:center!important;

  transition:transform .45s ease!important;
}

.orre-inside-card:hover .orre-inside-main-image{
  transform:scale(1.025)!important;
}

.orre-inside-shade{
  position:absolute!important;
  inset:0!important;

  background:
    linear-gradient(
      to top,
      rgba(0,0,0,.58) 0%,
      rgba(0,0,0,.09) 42%,
      rgba(0,0,0,0) 70%
    )!important;
}

.orre-inside-brand{
  position:absolute!important;

  left:17px!important;
  bottom:88px!important;

  z-index:3!important;

  color:#fff!important;

  font-family:Arial,Helvetica,sans-serif!important;
  font-size:11px!important;
  font-weight:700!important;
  line-height:1!important;

  letter-spacing:.08em!important;
}

.orre-inside-bottom{
  position:absolute!important;

  left:14px!important;
  right:14px!important;
  bottom:14px!important;

  z-index:4!important;

  display:grid!important;
  grid-template-columns:46px minmax(0,1fr)!important;

  align-items:end!important;

  gap:11px!important;
}

.orre-inside-thumb{
  display:block!important;

  width:46px!important;
  height:58px!important;

  overflow:hidden!important;

  border-radius:5px!important;

  background:#eee!important;
  border:1px solid rgba(255,255,255,.32)!important;
}

.orre-inside-thumb img{
  display:block!important;

  width:100%!important;
  height:100%!important;

  object-fit:cover!important;
}

.orre-inside-title{
  display:block!important;

  padding-bottom:2px!important;

  color:#fff!important;

  font-family:Arial,Helvetica,sans-serif!important;
  font-size:14px!important;
  font-weight:500!important;
  line-height:1.18!important;

  text-shadow:0 1px 5px rgba(0,0,0,.35)!important;
}

.orre-inside-arrow{
  position:absolute!important;

  top:50%!important;

  z-index:10!important;

  width:58px!important;
  height:58px!important;

  display:flex!important;
  align-items:center!important;
  justify-content:center!important;

  padding:0!important;

  background:#fff!important;
  color:#111!important;

  border:1px solid rgba(0,0,0,.18)!important;
  border-radius:999px!important;

  box-shadow:0 2px 10px rgba(0,0,0,.09)!important;

  transform:translateY(-50%)!important;

  cursor:pointer!important;
}

.orre-inside-prev{
  left:22px!important;
}

.orre-inside-next{
  right:22px!important;
}

.orre-inside-arrow span{
  position:relative!important;

  display:block!important;

  width:16px!important;
  height:16px!important;
}

.orre-inside-arrow span::before{
  content:""!important;

  position:absolute!important;

  top:50%!important;
  left:50%!important;

  width:8px!important;
  height:8px!important;

  border-top:1.8px solid currentColor!important;
  border-right:1.8px solid currentColor!important;
}

.orre-inside-next span::before{
  transform:translate(-65%,-50%) rotate(45deg)!important;
}

.orre-inside-prev span::before{
  transform:translate(-35%,-50%) rotate(-135deg)!important;
}

.orre-inside-arrow:hover{
  background:#000!important;
  color:#fff!important;
  border-color:#000!important;
}

@media(max-width:1024px){

  .orre-inside{
    padding:60px 0 66px!important;
  }

  .orre-inside-head h2{
    font-size:28px!important;
  }

  .orre-inside-track{
    gap:16px!important;
    padding:0 28px!important;
  }

  .orre-inside-card{
    flex-basis:245px!important;
  }

  .orre-inside-arrow{
    width:50px!important;
    height:50px!important;
  }
}

@media(max-width:767px){

  .orre-inside{
    padding:48px 0 54px!important;
  }

  .orre-inside-head{
    padding:0 16px 25px!important;
  }

  .orre-inside-head h2{
    font-size:24px!important;
  }

  .orre-inside-track{
    gap:12px!important;

    padding:0 14px 8px!important;

    scroll-padding-left:14px!important;
  }

  .orre-inside-card{
    flex:0 0 73vw!important;
    max-width:285px!important;
  }

  .orre-inside-title{
    font-size:13px!important;
  }

  .orre-inside-arrow{
    display:none!important;
  }
}

body.tax-product_cat,
body.tax-product_cat #page,
body.tax-product_cat .main-page-wrapper,
body.tax-product_cat .site-content,
body.tax-product_cat .orre-collection-page,
body.tax-product_cat .orre-collection-head,
body.tax-product_cat .orre-collection-toolbar,
body.tax-product_cat .orre-collection-products,
body.tax-product_cat .orre-collection-card,
body.tax-product_cat .orre-collection-grid{
    background:#fff!important;
}

body.tax-product_cat .page-title,
body.tax-product_cat .wd-page-title,
body.tax-product_cat .shop-loop-head,
body.tax-product_cat .wd-shop-tools,
body.tax-product_cat .wd-products-shop-view,
body.tax-product_cat .wd-products-per-page,
body.tax-product_cat .wd-show-sidebar-btn{
    display:none!important;
}

body.tax-product_cat .orre-nav-header{
    position:sticky!important;
    top:0!important;
    height:64px!important;
    background:rgba(0,0,0,.94)!important;
    backdrop-filter:blur(12px)!important;
    -webkit-backdrop-filter:blur(12px)!important;
}

body.tax-product_cat .orre-nav-inner{
    height:64px!important;
}

.orre-collection-page{
    width:100%!important;
    color:#111!important;
    font-family:Arial,Helvetica,sans-serif!important;
}

.orre-collection-head{
    width:100%!important;
    padding:58px 30px 28px!important;
}

.orre-collection-head-inner{
    width:100%!important;
}

.orre-collection-title-wrap h1{
    margin:0!important;
    color:#111!important;
    font-size:28px!important;
    font-weight:500!important;
    line-height:1!important;
    letter-spacing:.08em!important;
}

.orre-collection-description{
    max-width:640px!important;
    margin-top:12px!important;
    color:#666!important;
    font-size:11px!important;
    line-height:1.6!important;
}

.orre-collection-description p{
    margin:0!important;
}

.orre-collection-subcats{
    display:flex!important;
    align-items:center!important;
    gap:26px!important;

    margin-top:30px!important;

    overflow-x:auto!important;
    scrollbar-width:none!important;
}

.orre-collection-subcats::-webkit-scrollbar{
    display:none!important;
}

.orre-collection-subcats a{
    flex:0 0 auto!important;
    padding-bottom:5px!important;
    color:#777!important;
    font-size:10px!important;
    font-weight:500!important;
    line-height:1!important;
    letter-spacing:.10em!important;
    text-transform:uppercase!important;
}

.orre-collection-subcats a:hover,
.orre-collection-subcats a.active{
    color:#000!important;
    border-bottom:1px solid #000!important;
}

.orre-collection-toolbar{
    width:100%!important;

    display:flex!important;
    align-items:center!important;
    justify-content:space-between!important;

    gap:20px!important;

    padding:16px 30px!important;

    background:#fff!important;

    border-top:1px solid #e9e9e9!important;
    border-bottom:1px solid #e9e9e9!important;
}

.orre-collection-toolbar-left{
    display:flex!important;
    align-items:center!important;
    gap:20px!important;
}

.orre-filter-open{
    display:flex!important;
    align-items:center!important;
    gap:9px!important;

    width:auto!important;
    min-width:0!important;
    min-height:0!important;

    margin:0!important;
    padding:0!important;

    background:transparent!important;
    color:#111!important;

    border:0!important;
    border-radius:0!important;

    box-shadow:none!important;

    font-size:9px!important;
    font-weight:600!important;
    line-height:1!important;

    letter-spacing:.12em!important;
}

.orre-filter-plus{
    position:relative!important;
    width:11px!important;
    height:11px!important;
}

.orre-filter-plus::before,
.orre-filter-plus::after{
    content:""!important;
    position:absolute!important;
    top:50%!important;
    left:50%!important;
    background:#111!important;
    transform:translate(-50%,-50%)!important;
}

.orre-filter-plus::before{
    width:11px!important;
    height:1px!important;
}

.orre-filter-plus::after{
    width:1px!important;
    height:11px!important;
}

.orre-result-count{
    color:#777!important;
    font-size:9px!important;
    line-height:1!important;
    letter-spacing:.08em!important;
}

.orre-collection-sort .woocommerce-ordering{
    margin:0!important;
}

.orre-collection-sort select{
    min-width:160px!important;
    height:34px!important;

    padding:0 26px 0 0!important;

    background:#fff!important;
    color:#111!important;

    border:0!important;
    border-radius:0!important;

    box-shadow:none!important;

    font-size:9px!important;
    font-weight:500!important;

    letter-spacing:.08em!important;
    text-transform:uppercase!important;
}

.orre-collection-products{
    width:100%!important;
    padding:0 0 70px!important;
}

.orre-collection-grid{
    display:grid!important;
    grid-template-columns:repeat(4,minmax(0,1fr))!important;
    gap:1px!important;
    width:100%!important;
}

.orre-collection-card{
    min-width:0!important;
    padding:0 0 26px!important;
    background:#fff!important;
}

.orre-collection-card-media{
    position:relative!important;
    display:block!important;

    width:100%!important;
    aspect-ratio:4/5!important;

    overflow:hidden!important;

    background:#f5f5f3!important;
}

.orre-collection-card-media img{
    position:absolute!important;
    inset:0!important;

    display:block!important;

    width:100%!important;
    height:100%!important;

    object-fit:cover!important;
    object-position:center!important;

    transition:opacity .3s ease,transform .4s ease!important;
}

.orre-collection-main-image{
    z-index:1!important;
    opacity:1!important;
}

.orre-collection-hover-image{
    z-index:2!important;
    opacity:0!important;
}

.orre-collection-card:hover .orre-collection-main-image{
    opacity:0!important;
}

.orre-collection-card:hover .orre-collection-hover-image{
    opacity:1!important;
    transform:scale(1.01)!important;
}

.orre-collection-sizes{
    position:absolute!important;

    left:0!important;
    right:0!important;
    bottom:0!important;

    z-index:5!important;

    min-height:42px!important;

    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    flex-wrap:wrap!important;

    gap:3px!important;

    padding:7px!important;

    background:rgba(255,255,255,.96)!important;

    opacity:0!important;
    transform:translateY(100%)!important;

    transition:opacity .2s ease,transform .2s ease!important;
}

.orre-collection-card:hover .orre-collection-sizes{
    opacity:1!important;
    transform:translateY(0)!important;
}

.orre-collection-sizes > span{
    min-width:27px!important;
    height:25px!important;

    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;

    padding:0 5px!important;

    color:#111!important;
    background:#fff!important;

    border:1px solid #ddd!important;

    font-size:8px!important;
    line-height:1!important;
}

.orre-collection-sale{
    position:absolute!important;
    top:10px!important;
    left:10px!important;

    z-index:6!important;

    padding:5px 7px!important;

    background:#000!important;
    color:#fff!important;

    font-size:8px!important;
    font-weight:600!important;
    letter-spacing:.10em!important;
}

.orre-collection-card-info{
    padding:10px 11px 0!important;
}

.orre-collection-product-name{
    display:block!important;
    color:#111!important;
    font-size:10px!important;
    font-weight:500!important;
    line-height:1.4!important;
    letter-spacing:.025em!important;
    text-transform:uppercase!important;
}

.orre-collection-product-price{
    margin-top:4px!important;
    color:#111!important;
    font-size:10px!important;
    line-height:1.3!important;
}

.orre-collection-product-price del{
    color:#999!important;
}

.orre-collection-product-price ins{
    color:#111!important;
    text-decoration:none!important;
}

.orre-collection-pagination{
    padding:45px 20px 0!important;
    text-align:center!important;
}

.orre-collection-pagination .page-numbers{
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;

    min-width:34px!important;
    height:34px!important;

    margin:0 2px!important;

    color:#111!important;
    background:#fff!important;

    border:1px solid #ddd!important;

    font-size:10px!important;
}

.orre-collection-pagination .page-numbers.current,
.orre-collection-pagination .page-numbers:hover{
    background:#000!important;
    color:#fff!important;
    border-color:#000!important;
}

.orre-filter-overlay{
    position:fixed!important;
    inset:0!important;

    z-index:100010!important;

    background:rgba(0,0,0,.38)!important;

    opacity:0!important;
    visibility:hidden!important;

    transition:.25s ease!important;
}

.orre-filter-overlay.open{
    opacity:1!important;
    visibility:visible!important;
}

.orre-filter-drawer{
    position:fixed!important;

    top:0!important;
    left:0!important;

    z-index:100011!important;

    width:min(390px,92vw)!important;
    height:100vh!important;

    background:#fff!important;
    color:#111!important;

    overflow-y:auto!important;

    transform:translateX(-102%)!important;

    transition:transform .35s cubic-bezier(.77,0,.18,1)!important;
}

.orre-filter-drawer.open{
    transform:translateX(0)!important;
}

.orre-filter-head{
    height:68px!important;

    display:flex!important;
    align-items:center!important;
    justify-content:space-between!important;

    padding:0 24px!important;

    border-bottom:1px solid #e7e7e7!important;

    font-size:10px!important;
    font-weight:600!important;
    letter-spacing:.12em!important;
}

.orre-filter-head button{
    position:relative!important;

    width:28px!important;
    height:28px!important;

    padding:0!important;

    background:transparent!important;
    border:0!important;
    box-shadow:none!important;
}

.orre-filter-head button span{
    position:absolute!important;
    top:50%!important;
    left:50%!important;

    width:16px!important;
    height:1.5px!important;

    background:#111!important;
}

.orre-filter-head button span:first-child{
    transform:translate(-50%,-50%) rotate(45deg)!important;
}

.orre-filter-head button span:last-child{
    transform:translate(-50%,-50%) rotate(-45deg)!important;
}

.orre-filter-body{
    padding:20px 24px 40px!important;
}

.orre-filter-body .widget{
    margin:0!important;
    padding:18px 0!important;

    border-bottom:1px solid #eee!important;
}

.orre-filter-body .widget-title,
.orre-filter-body h5{
    margin:0 0 15px!important;

    color:#111!important;

    font-size:10px!important;
    font-weight:600!important;
    letter-spacing:.10em!important;
    text-transform:uppercase!important;
}

.orre-filter-body a,
.orre-filter-body label,
.orre-filter-body li,
.orre-filter-body span{
    color:#555!important;
    font-size:11px!important;
}

.orre-filter-group h3{
    margin:0 0 15px!important;

    font-size:10px!important;
    font-weight:600!important;

    letter-spacing:.10em!important;
}

.orre-filter-group a{
    display:block!important;
    padding:9px 0!important;

    color:#555!important;
    font-size:11px!important;

    border-bottom:1px solid #eee!important;
}

@media(max-width:1024px){

    .orre-collection-grid{
        grid-template-columns:repeat(3,minmax(0,1fr))!important;
    }
}

@media(max-width:767px){

    body.tax-product_cat .orre-nav-header{
        height:62px!important;
    }

    .orre-collection-head{
        padding:38px 14px 22px!important;
    }

    .orre-collection-title-wrap h1{
        font-size:22px!important;
    }

    .orre-collection-subcats{
        gap:18px!important;
        margin-top:22px!important;
    }

    .orre-collection-toolbar{
        padding:13px 14px!important;
    }

    .orre-result-count{
        display:none!important;
    }

    .orre-collection-sort select{
        min-width:120px!important;
        font-size:8px!important;
    }

    .orre-collection-grid{
        grid-template-columns:repeat(2,minmax(0,1fr))!important;
    }

    .orre-collection-card{
        padding-bottom:20px!important;
    }

    .orre-collection-card-info{
        padding:8px 7px 0!important;
    }

    .orre-collection-product-name,
    .orre-collection-product-price{
        font-size:9px!important;
    }

    .orre-collection-sizes{
        min-height:33px!important;

        padding:5px!important;

        opacity:1!important;
        transform:none!important;
    }

    .orre-collection-sizes > span{
        min-width:23px!important;
        height:21px!important;
        font-size:7px!important;
    }
}

body.single-product .page-title,
body.single-product .wd-page-title,
body.single-product .woocommerce-breadcrumb,
body.single-product .wd-breadcrumbs,
body.single-product .wd-products-nav,
body.single-product .product-navigation-wrap,
body.single-product .product-tabs-wrapper,
body.single-product .woocommerce-tabs,
body.single-product .product-image-summary,
body.single-product .product-image-summary-wrap,
body.single-product .summary,
body.single-product .woocommerce-product-gallery{display:none!important}
body.single-product,body.single-product #page,body.single-product .website-wrapper,body.single-product .main-page-wrapper,body.single-product .site-content,body.single-product .orre-single-product-page{background:#fff!important}
body.single-product .main-page-wrapper,body.single-product .site-content,body.single-product .orre-single-product-page{width:100%!important;max-width:none!important;margin:0!important;padding:0!important}
.orre-pdp-final{width:100%!important;margin:0!important;padding:0!important;background:#fff!important;color:#111!important;font-family:Arial,Helvetica,sans-serif!important}
.orre-pdp-final-main{display:grid!important;grid-template-columns:minmax(0,1.2fr) minmax(430px,.8fr)!important;width:100%!important;align-items:start!important;gap:0!important}
.orre-pdp-final-gallery{width:100%!important;min-width:0!important;margin:0!important;padding:0!important;background:#f5f2f1!important}
.orre-pdp-final-image-grid{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:2px!important;width:100%!important;margin:0!important;padding:0!important}
.orre-pdp-final-image{display:block!important;width:100%!important;aspect-ratio:4/5!important;overflow:hidden!important;background:#f5f2f1!important}
.orre-pdp-final-image img{display:block!important;width:100%!important;height:100%!important;margin:0!important;object-fit:cover!important;object-position:center!important;transition:transform .35s ease!important}
.orre-pdp-final-image:hover img{transform:scale(1.01)!important}
.orre-pdp-final-summary{width:100%!important;min-width:0!important;margin:0!important;padding:0!important;background:#fff!important}
.orre-pdp-final-summary-inner{position:sticky!important;top:92px!important;width:min(560px,100%)!important;margin:0 auto!important;padding:54px 46px 65px!important}
.orre-pdp-final-title{margin:0!important;color:#111!important;font-family:Arial,Helvetica,sans-serif!important;font-size:27px!important;font-weight:500!important;line-height:1.1!important;letter-spacing:.01em!important;text-transform:uppercase!important}
.orre-pdp-final-codes{display:flex!important;flex-direction:column!important;gap:4px!important;margin-top:12px!important;color:#777!important;font-size:9px!important;line-height:1.4!important;letter-spacing:.06em!important}
.orre-pdp-final-price{margin-top:22px!important;color:#111!important;font-size:18px!important;font-weight:500!important;line-height:1.2!important}
.orre-pdp-final-price del{color:#999!important}.orre-pdp-final-price ins{color:#111!important;text-decoration:none!important}
.orre-pdp-final-buy{margin-top:30px!important}.orre-pdp-final-buy form.cart,.orre-pdp-final-buy .variations_form{width:100%!important;margin:0!important}
.orre-pdp-final-buy .variations{width:100%!important;margin:0 0 20px!important;border:0!important}
.orre-pdp-final-buy .variations tbody,.orre-pdp-final-buy .variations tr,.orre-pdp-final-buy .variations th,.orre-pdp-final-buy .variations td{display:block!important;width:100%!important}
.orre-pdp-final-buy .variations tr{margin-bottom:20px!important}.orre-pdp-final-buy .variations th,.orre-pdp-final-buy .variations td{padding:0!important;border:0!important;text-align:left!important}
.orre-pdp-final-buy .variations label{display:block!important;margin:0 0 12px!important;color:#111!important;font-size:10px!important;font-weight:500!important;line-height:1!important;letter-spacing:.08em!important;text-transform:none!important}
.orre-pdp-final-buy .wd-swatches-product{display:flex!important;flex-wrap:wrap!important;gap:7px!important}
.orre-pdp-final-buy .wd-swatch,.orre-pdp-final-buy .wd-swatch-text{min-width:48px!important;height:39px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;margin:0!important;padding:0 12px!important;background:#fff!important;color:#111!important;border:1px solid #d6d6d6!important;border-radius:0!important;box-shadow:none!important;font-size:10px!important;font-weight:500!important}
.orre-pdp-final-buy .wd-swatch.wd-active,.orre-pdp-final-buy .wd-swatch.active,.orre-pdp-final-buy .wd-swatch:hover{background:#111!important;color:#fff!important;border-color:#111!important}
.orre-pdp-final-buy .variations select{width:100%!important;height:44px!important;margin:0!important;padding:0 12px!important;background:#fff!important;color:#111!important;border:1px solid #d6d6d6!important;border-radius:0!important;box-shadow:none!important;font-size:11px!important}
.orre-pdp-final-buy .reset_variations{display:inline-block!important;margin-top:9px!important;color:#777!important;font-size:8px!important;letter-spacing:.08em!important;text-transform:uppercase!important}
.orre-pdp-final-buy .woocommerce-variation{margin-bottom:15px!important}.orre-pdp-final-buy .woocommerce-variation-price{margin-bottom:8px!important;color:#111!important;font-size:15px!important}
.orre-pdp-final-buy .woocommerce-variation-add-to-cart,.orre-pdp-final-buy form.cart:not(.variations_form){display:grid!important;grid-template-columns:108px minmax(0,1fr)!important;gap:8px!important;align-items:stretch!important;width:100%!important}
.orre-pdp-final-buy .quantity{width:108px!important;height:48px!important;display:grid!important;grid-template-columns:31px 1fr 31px!important;margin:0!important;border:1px solid #111!important;background:#fff!important}
.orre-pdp-final-buy .quantity input.qty{width:100%!important;height:46px!important;margin:0!important;padding:0!important;background:#fff!important;color:#111!important;border:0!important;border-radius:0!important;box-shadow:none!important;text-align:center!important;font-size:11px!important}
.orre-pdp-final-buy .quantity .minus,.orre-pdp-final-buy .quantity .plus{width:31px!important;height:46px!important;margin:0!important;padding:0!important;background:#fff!important;color:#111!important;border:0!important;border-radius:0!important;box-shadow:none!important;font-size:14px!important}
.orre-pdp-final-buy .single_add_to_cart_button{width:100%!important;min-height:48px!important;display:flex!important;align-items:center!important;justify-content:center!important;margin:0!important;padding:0 20px!important;background:#000!important;color:#fff!important;border:1px solid #000!important;border-radius:0!important;box-shadow:none!important;font-size:10px!important;font-weight:600!important;line-height:1!important;letter-spacing:.1em!important;text-transform:uppercase!important}
.orre-pdp-final-buy .single_add_to_cart_button:hover{background:#fff!important;color:#000!important}
.orre-pdp-final-details{margin-top:34px!important;border-top:1px solid #e5e5e5!important}.orre-pdp-final-detail{margin:0!important;border-bottom:1px solid #e5e5e5!important}
.orre-pdp-final-detail summary{min-height:54px!important;display:flex!important;align-items:center!important;justify-content:space-between!important;gap:15px!important;padding:0!important;color:#111!important;list-style:none!important;cursor:pointer!important}.orre-pdp-final-detail summary::-webkit-details-marker{display:none!important}
.orre-pdp-final-detail summary>span:first-child{font-size:10px!important;font-weight:500!important;line-height:1!important;letter-spacing:.02em!important}
.orre-pdp-final-plus{position:relative!important;width:13px!important;height:13px!important;flex:0 0 13px!important}.orre-pdp-final-plus::before,.orre-pdp-final-plus::after{content:""!important;position:absolute!important;top:50%!important;left:50%!important;background:#111!important;transform:translate(-50%,-50%)!important}.orre-pdp-final-plus::before{width:11px!important;height:1px!important}.orre-pdp-final-plus::after{width:1px!important;height:11px!important}.orre-pdp-final-detail[open] .orre-pdp-final-plus::after{display:none!important}
.orre-pdp-final-detail-content{padding:0 0 24px!important;color:#555!important;font-size:11px!important;line-height:1.7!important}.orre-pdp-final-detail-content p{margin:0 0 12px!important}.orre-pdp-final-detail-content p:last-child{margin-bottom:0!important}
.orre-pdp-final-related{width:100%!important;padding:68px 0 75px!important;background:#fff!important;border-top:1px solid #e8e8e8!important}.orre-pdp-final-related-head{padding:0 30px 26px!important}.orre-pdp-final-related-head h2{margin:0!important;color:#111!important;font-size:12px!important;font-weight:500!important;line-height:1!important;letter-spacing:.08em!important;text-transform:uppercase!important}
.orre-pdp-final-related-grid{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:1px!important}.orre-pdp-final-related-card{min-width:0!important;padding-bottom:20px!important;background:#fff!important}.orre-pdp-final-related-image{display:block!important;width:100%!important;aspect-ratio:4/5!important;overflow:hidden!important;background:#f4f4f2!important}.orre-pdp-final-related-image img{display:block!important;width:100%!important;height:100%!important;object-fit:cover!important}.orre-pdp-final-related-info{padding:9px 10px 0!important}.orre-pdp-final-related-info a{display:block!important;color:#111!important;font-size:10px!important;font-weight:500!important;line-height:1.4!important;text-transform:uppercase!important}.orre-pdp-final-related-info span{display:block!important;margin-top:4px!important;color:#111!important;font-size:10px!important}
@media(max-width:1100px){.orre-pdp-final-main{grid-template-columns:minmax(0,1fr) minmax(390px,.9fr)!important}.orre-pdp-final-summary-inner{padding:42px 30px 54px!important}.orre-pdp-final-related-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}}
@media(max-width:767px){.orre-pdp-final-main{display:block!important}.orre-pdp-final-image-grid{display:flex!important;overflow-x:auto!important;scroll-snap-type:x mandatory!important;gap:1px!important;scrollbar-width:none!important}.orre-pdp-final-image-grid::-webkit-scrollbar{display:none!important}.orre-pdp-final-image{flex:0 0 88vw!important;aspect-ratio:4/5!important;scroll-snap-align:start!important}.orre-pdp-final-summary-inner{position:static!important;width:100%!important;max-width:none!important;padding:28px 16px 42px!important}.orre-pdp-final-title{font-size:22px!important}.orre-pdp-final-price{margin-top:18px!important;font-size:16px!important}.orre-pdp-final-buy{margin-top:25px!important}.orre-pdp-final-buy .woocommerce-variation-add-to-cart,.orre-pdp-final-buy form.cart:not(.variations_form){grid-template-columns:92px minmax(0,1fr)!important}.orre-pdp-final-buy .quantity{width:92px!important;grid-template-columns:27px 1fr 27px!important}.orre-pdp-final-buy .quantity .minus,.orre-pdp-final-buy .quantity .plus{width:27px!important}.orre-pdp-final-related{padding:48px 0 58px!important}.orre-pdp-final-related-head{padding:0 14px 20px!important}.orre-pdp-final-related-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.orre-pdp-final-related-info a,.orre-pdp-final-related-info span{font-size:9px!important}}

.orre-pdp-final-image-grid{
    display:none!important;
}

.orre-pdp-kiji-gallery{
    display:grid!important;
    grid-template-columns:86px minmax(0,1fr)!important;

    align-items:start!important;

    gap:8px!important;

    width:100%!important;

    padding:0!important;
    margin:0!important;

    background:#f5f2f1!important;
}

.orre-pdp-kiji-thumbs{
    position:sticky!important;
    top:82px!important;

    display:flex!important;
    flex-direction:column!important;

    gap:8px!important;

    width:86px!important;

    padding:0!important;
    margin:0!important;

    max-height:calc(100vh - 100px)!important;
    overflow-y:auto!important;

    scrollbar-width:none!important;

    background:#fff!important;
}

.orre-pdp-kiji-thumbs::-webkit-scrollbar{
    display:none!important;
}

.orre-pdp-kiji-thumb{
    flex:0 0 auto!important;

    display:block!important;

    width:86px!important;
    height:108px!important;

    margin:0!important;
    padding:0!important;

    background:#f3efed!important;

    border:1px solid transparent!important;
    border-radius:0!important;

    box-shadow:none!important;

    cursor:pointer!important;
    overflow:hidden!important;

    opacity:.7!important;

    transition:opacity .2s ease,border-color .2s ease!important;
}

.orre-pdp-kiji-thumb:hover,
.orre-pdp-kiji-thumb.is-active{
    opacity:1!important;
    border-color:#111!important;
}

.orre-pdp-kiji-thumb img{
    display:block!important;

    width:100%!important;
    height:100%!important;

    object-fit:cover!important;
    object-position:center!important;

    margin:0!important;
}

.orre-pdp-kiji-main-link{
    display:block!important;

    width:100%!important;

    margin:0!important;
    padding:0!important;

    overflow:hidden!important;

    background:#f3efed!important;
}

.orre-pdp-kiji-main-image{
    display:block!important;

    width:100%!important;
    height:auto!important;

    min-height:760px!important;
    max-height:calc(100vh - 64px)!important;

    margin:0 auto!important;

    object-fit:cover!important;
    object-position:center!important;

    background:#f3efed!important;
}

.orre-pdp-final-gallery{
    background:#fff!important;
}

@media(max-width:1100px){

    .orre-pdp-kiji-gallery{
        grid-template-columns:72px minmax(0,1fr)!important;
        gap:6px!important;
    }

    .orre-pdp-kiji-thumbs{
        width:72px!important;
    }

    .orre-pdp-kiji-thumb{
        width:72px!important;
        height:92px!important;
    }

    .orre-pdp-kiji-main-image{
        min-height:620px!important;
    }
}

@media(max-width:767px){

    .orre-pdp-kiji-gallery{
        display:flex!important;
        flex-direction:column-reverse!important;

        gap:7px!important;

        background:#fff!important;
    }

    .orre-pdp-kiji-thumbs{
        position:static!important;

        width:100%!important;
        max-height:none!important;

        display:flex!important;
        flex-direction:row!important;

        gap:6px!important;

        padding:0 8px 8px!important;

        overflow-x:auto!important;
        overflow-y:hidden!important;

        background:#fff!important;
    }

    .orre-pdp-kiji-thumb{
        width:64px!important;
        height:82px!important;

        flex:0 0 64px!important;
    }

    .orre-pdp-kiji-main-image{
        width:100%!important;

        min-height:0!important;
        max-height:none!important;

        aspect-ratio:4/5!important;

        object-fit:cover!important;
    }
}

.orre-home-section-header,
.orre-inside-head,
.orre-pdp-final-related-head,
.orre-pdp-v2-related-head,
.orre-pdp-related-head,
.orre-collection-title-wrap{
    text-align:center!important;
}

.orre-home-section-header{
    position:relative!important;

    display:flex!important;
    flex-direction:column!important;
    align-items:center!important;
    justify-content:center!important;

    gap:14px!important;

    padding-top:44px!important;
    padding-bottom:31px!important;
}

.orre-home-section-header h1,
.orre-home-section-header h2{
    position:relative!important;

    margin:0!important;
    padding:0 0 18px!important;

    color:#111!important;

    font-family:Arial,Helvetica,sans-serif!important;
    font-size:20px!important;
    font-weight:500!important;
    line-height:1.15!important;

    letter-spacing:.09em!important;
    text-transform:uppercase!important;
    text-align:center!important;
}

.orre-home-section-header h1::after,
.orre-home-section-header h2::after{
    content:""!important;

    position:absolute!important;
    left:50%!important;
    bottom:0!important;

    width:42px!important;
    height:3px!important;

    background:#bcbcbc!important;

    transform:translateX(-50%)!important;
}

.orre-home-section-header > a{
    margin-top:0!important;

    color:#555!important;

    font-size:9px!important;
    font-weight:500!important;
    letter-spacing:.10em!important;

    border-bottom:1px solid #777!important;
}

.orre-inside-head{
    padding-bottom:34px!important;
}

.orre-inside-head h2{
    position:relative!important;

    display:inline-block!important;

    margin:0!important;
    padding:0 0 20px!important;

    color:#111!important;

    font-family:Arial,Helvetica,sans-serif!important;
    font-size:30px!important;
    font-weight:500!important;
    line-height:1.1!important;

    letter-spacing:.065em!important;
    text-transform:uppercase!important;
    text-align:center!important;
}

.orre-inside-head h2::after{
    content:""!important;

    position:absolute!important;
    left:50%!important;
    bottom:0!important;

    width:42px!important;
    height:3px!important;

    background:#bcbcbc!important;

    transform:translateX(-50%)!important;
}

.orre-pdp-final-related-head,
.orre-pdp-v2-related-head,
.orre-pdp-related-head{
    text-align:center!important;

    padding-top:8px!important;
    padding-bottom:34px!important;
}

.orre-pdp-final-related-head h2,
.orre-pdp-v2-related-head h2,
.orre-pdp-related-head h2,
.orre-pdp-related .related > h2,
.orre-pdp-related .upsells > h2{
    position:relative!important;

    display:inline-block!important;

    margin:0 auto!important;
    padding:0 0 20px!important;

    color:#111!important;

    font-family:Arial,Helvetica,sans-serif!important;
    font-size:20px!important;
    font-weight:500!important;
    line-height:1.15!important;

    letter-spacing:.085em!important;
    text-transform:uppercase!important;
    text-align:center!important;
}

.orre-pdp-final-related-head h2::after,
.orre-pdp-v2-related-head h2::after,
.orre-pdp-related-head h2::after,
.orre-pdp-related .related > h2::after,
.orre-pdp-related .upsells > h2::after{
    content:""!important;

    position:absolute!important;
    left:50%!important;
    bottom:0!important;

    width:42px!important;
    height:3px!important;

    background:#bcbcbc!important;

    transform:translateX(-50%)!important;
}

.orre-collection-head{
    text-align:center!important;
}

.orre-collection-title-wrap{
    display:flex!important;
    flex-direction:column!important;
    align-items:center!important;
}

.orre-collection-title-wrap h1{
    position:relative!important;

    display:inline-block!important;

    margin:0!important;
    padding:0 0 20px!important;

    color:#111!important;

    font-family:Arial,Helvetica,sans-serif!important;
    font-size:25px!important;
    font-weight:500!important;
    line-height:1.1!important;

    letter-spacing:.085em!important;
    text-transform:uppercase!important;
    text-align:center!important;
}

.orre-collection-title-wrap h1::after{
    content:""!important;

    position:absolute!important;
    left:50%!important;
    bottom:0!important;

    width:42px!important;
    height:3px!important;

    background:#bcbcbc!important;

    transform:translateX(-50%)!important;
}

.orre-collection-description{
    margin-left:auto!important;
    margin-right:auto!important;
    text-align:center!important;
}

.orre-collection-subcats{
    justify-content:center!important;
}

.orre-home-newsletter > div{
    text-align:center!important;
}

.orre-home-newsletter h2{
    position:relative!important;

    display:inline-block!important;

    margin:0!important;
    padding:0 0 20px!important;

    text-align:center!important;
}

.orre-home-newsletter h2::after{
    content:""!important;

    position:absolute!important;
    left:50%!important;
    bottom:0!important;

    width:42px!important;
    height:3px!important;

    background:#bcbcbc!important;

    transform:translateX(-50%)!important;
}

.orre-home-newsletter p{
    margin-left:auto!important;
    margin-right:auto!important;
}

@media(max-width:767px){

    .orre-home-section-header{
        padding-top:34px!important;
        padding-bottom:25px!important;
    }

    .orre-home-section-header h1,
    .orre-home-section-header h2{
        font-size:16px!important;
        padding-bottom:16px!important;
    }

    .orre-inside-head h2{
        font-size:23px!important;
        padding-bottom:17px!important;
    }

    .orre-pdp-final-related-head h2,
    .orre-pdp-v2-related-head h2,
    .orre-pdp-related-head h2,
    .orre-pdp-related .related > h2,
    .orre-pdp-related .upsells > h2{
        font-size:16px!important;
        padding-bottom:17px!important;
    }

    .orre-collection-title-wrap h1{
        font-size:21px!important;
        padding-bottom:17px!important;
    }

    .orre-home-section-header h1::after,
    .orre-home-section-header h2::after,
    .orre-inside-head h2::after,
    .orre-pdp-final-related-head h2::after,
    .orre-pdp-v2-related-head h2::after,
    .orre-pdp-related-head h2::after,
    .orre-pdp-related .related > h2::after,
    .orre-pdp-related .upsells > h2::after,
    .orre-collection-title-wrap h1::after,
    .orre-home-newsletter h2::after{
        width:34px!important;
        height:2px!important;
    }
}

body.woocommerce-cart,
body.woocommerce-checkout,
body.woocommerce-cart #page,
body.woocommerce-checkout #page,
body.woocommerce-cart .website-wrapper,
body.woocommerce-checkout .website-wrapper,
body.woocommerce-cart .main-page-wrapper,
body.woocommerce-checkout .main-page-wrapper,
body.woocommerce-cart .site-content,
body.woocommerce-checkout .site-content{
    background:#fff!important;
    color:#111!important;
}

body.woocommerce-cart .main-page-wrapper,
body.woocommerce-checkout .main-page-wrapper{
    padding-top:0!important;
}

body.woocommerce-cart .container,
body.woocommerce-checkout .container,
body.woocommerce-cart .site-content,
body.woocommerce-checkout .site-content{
    width:100%!important;
    max-width:none!important;
}

body.woocommerce-cart .page-title,
body.woocommerce-checkout .page-title,
body.woocommerce-cart .wd-page-title,
body.woocommerce-checkout .wd-page-title,
body.woocommerce-cart .woocommerce-breadcrumb,
body.woocommerce-checkout .woocommerce-breadcrumb,
body.woocommerce-cart .wd-breadcrumbs,
body.woocommerce-checkout .wd-breadcrumbs{
    display:none!important;
}

body.woocommerce-cart,
body.woocommerce-checkout,
body.woocommerce-cart *,
body.woocommerce-checkout *{
    box-sizing:border-box!important;
}

body.woocommerce-cart .woocommerce{
    position:relative!important;
    width:min(1500px,calc(100% - 64px))!important;
    max-width:1500px!important;
    margin:0 auto!important;
    padding:72px 0 90px!important;
}

body.woocommerce-cart .woocommerce::before{
    content:"SHOPPING BAG"!important;

    display:block!important;

    margin:0 0 46px!important;
    padding:0 0 18px!important;

    color:#111!important;

    font-family:Arial,Helvetica,sans-serif!important;
    font-size:26px!important;
    font-weight:500!important;
    line-height:1!important;

    letter-spacing:.12em!important;
    text-align:center!important;
    text-transform:uppercase!important;
}

body.woocommerce-cart .woocommerce::after{
    content:""!important;
    display:block!important;
    clear:both!important;
}

body.woocommerce-cart .cart-content-wrapper,
body.woocommerce-cart .woocommerce-cart-form + .cart-collaterals{
    min-width:0!important;
}

body.woocommerce-cart .cart-content-wrapper{
    display:grid!important;
    grid-template-columns:minmax(0,1fr) 410px!important;
    gap:46px!important;
    align-items:start!important;
}

body.woocommerce-cart .woocommerce-cart-form{
    width:100%!important;
    min-width:0!important;
    margin:0!important;
    float:none!important;
}

body.woocommerce-cart .cart-collaterals{
    width:100%!important;
    min-width:0!important;
    margin:0!important;
    float:none!important;
}

body.woocommerce-cart table.shop_table{
    width:100%!important;
    margin:0!important;
    border:0!important;
    border-collapse:collapse!important;
    background:#fff!important;
}

body.woocommerce-cart table.shop_table thead{
    display:none!important;
}

body.woocommerce-cart table.shop_table tr.cart_item{
    border-top:1px solid #e8e8e8!important;
    border-bottom:1px solid #e8e8e8!important;
}

body.woocommerce-cart table.shop_table td{
    padding:24px 12px!important;
    vertical-align:middle!important;
    border:0!important;
    background:#fff!important;
}

body.woocommerce-cart td.product-remove{
    width:36px!important;
    padding-left:0!important;
    padding-right:4px!important;
}

body.woocommerce-cart td.product-remove a{
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;

    width:26px!important;
    height:26px!important;

    margin:0!important;

    background:transparent!important;
    color:#111!important;

    border:0!important;
    border-radius:0!important;

    font-size:20px!important;
    font-weight:300!important;
}

body.woocommerce-cart td.product-thumbnail{
    width:110px!important;
}

body.woocommerce-cart td.product-thumbnail img{
    display:block!important;

    width:92px!important;
    height:118px!important;

    object-fit:cover!important;
    object-position:center!important;

    background:#f3efed!important;
}

body.woocommerce-cart td.product-name{
    width:auto!important;
}

body.woocommerce-cart td.product-name a{
    color:#111!important;

    font-family:Arial,Helvetica,sans-serif!important;
    font-size:12px!important;
    font-weight:500!important;
    line-height:1.45!important;

    letter-spacing:.015em!important;
}

body.woocommerce-cart td.product-price,
body.woocommerce-cart td.product-subtotal{
    color:#111!important;
    font-size:12px!important;
    font-weight:500!important;
    white-space:nowrap!important;
}

body.woocommerce-cart td.product-subtotal{
    text-align:right!important;
}

body.woocommerce-cart .quantity{
    width:100px!important;
    height:42px!important;

    display:grid!important;
    grid-template-columns:30px 1fr 30px!important;

    margin:0!important;

    border:1px solid #d8d8d8!important;
    background:#fff!important;
}

body.woocommerce-cart .quantity .minus,
body.woocommerce-cart .quantity .plus{
    width:30px!important;
    height:40px!important;

    margin:0!important;
    padding:0!important;

    background:#fff!important;
    color:#111!important;

    border:0!important;
    border-radius:0!important;

    box-shadow:none!important;

    font-size:14px!important;
}

body.woocommerce-cart .quantity input.qty{
    width:100%!important;
    height:40px!important;

    margin:0!important;
    padding:0!important;

    background:#fff!important;
    color:#111!important;

    border:0!important;
    border-radius:0!important;

    box-shadow:none!important;

    text-align:center!important;
    font-size:11px!important;
}

body.woocommerce-cart td.actions{
    padding:22px 0 0!important;
    border:0!important;
}

body.woocommerce-cart .coupon{
    display:flex!important;
    align-items:stretch!important;
    gap:8px!important;
    float:left!important;
}

body.woocommerce-cart .coupon input{
    width:220px!important;
    height:46px!important;

    margin:0!important;
    padding:0 14px!important;

    background:#fff!important;
    color:#111!important;

    border:1px solid #d7d7d7!important;
    border-radius:0!important;

    box-shadow:none!important;

    font-size:11px!important;
}

body.woocommerce-cart .coupon button,
body.woocommerce-cart button[name="update_cart"]{
    min-height:46px!important;

    padding:0 22px!important;

    background:#000!important;
    color:#fff!important;

    border:1px solid #000!important;
    border-radius:0!important;

    box-shadow:none!important;

    font-size:9px!important;
    font-weight:600!important;
    line-height:1!important;

    letter-spacing:.11em!important;
    text-transform:uppercase!important;
}

body.woocommerce-cart button[name="update_cart"]{
    float:right!important;
}

body.woocommerce-cart .coupon button:hover,
body.woocommerce-cart button[name="update_cart"]:hover{
    background:#fff!important;
    color:#000!important;
}

body.woocommerce-cart .cart_totals{
    width:100%!important;

    margin:0!important;
    padding:32px!important;

    background:#f7f7f6!important;

    border:0!important;
    outline:1px solid #e1e1e1!important;
    outline-offset:-14px!important;
}

body.woocommerce-cart .cart_totals h2{
    position:relative!important;

    margin:0 0 28px!important;
    padding:0 0 19px!important;

    color:#111!important;

    font-size:16px!important;
    font-weight:500!important;
    line-height:1!important;

    letter-spacing:.10em!important;
    text-align:center!important;
    text-transform:uppercase!important;
}

body.woocommerce-cart .cart_totals h2::after{
    content:""!important;

    position:absolute!important;
    left:50%!important;
    bottom:0!important;

    width:38px!important;
    height:2px!important;

    background:#bbb!important;

    transform:translateX(-50%)!important;
}

body.woocommerce-cart .cart_totals table{
    width:100%!important;
    margin:0!important;
    border:0!important;
    background:transparent!important;
}

body.woocommerce-cart .cart_totals th,
body.woocommerce-cart .cart_totals td{
    padding:17px 0!important;

    background:transparent!important;

    border:0!important;
    border-bottom:1px solid #dedede!important;

    color:#111!important;

    font-size:11px!important;
    line-height:1.4!important;
}

body.woocommerce-cart .cart_totals td{
    text-align:right!important;
}

body.woocommerce-cart .cart_totals .order-total th,
body.woocommerce-cart .cart_totals .order-total td{
    font-size:15px!important;
    font-weight:600!important;
}

body.woocommerce-cart .wc-proceed-to-checkout{
    padding:26px 0 0!important;
}

body.woocommerce-cart .checkout-button{
    width:100%!important;
    min-height:50px!important;

    display:flex!important;
    align-items:center!important;
    justify-content:center!important;

    margin:0!important;
    padding:0 18px!important;

    background:#000!important;
    color:#fff!important;

    border:1px solid #000!important;
    border-radius:0!important;

    box-shadow:none!important;

    font-size:9px!important;
    font-weight:600!important;
    line-height:1!important;

    letter-spacing:.12em!important;
    text-transform:uppercase!important;
}

body.woocommerce-cart .checkout-button:hover{
    background:#fff!important;
    color:#000!important;
}

body.woocommerce-checkout .woocommerce{
    width:min(1380px,calc(100% - 64px))!important;
    max-width:1380px!important;

    margin:0 auto!important;
    padding:72px 0 90px!important;
}

body.woocommerce-checkout .woocommerce-form-coupon-toggle{
    margin:0 0 40px!important;
}

body.woocommerce-checkout .woocommerce-info{
    margin:0!important;
    padding:15px 18px!important;

    background:#f7f7f6!important;
    color:#444!important;

    border:0!important;
    border-left:2px solid #111!important;

    font-size:10px!important;
    line-height:1.45!important;
}

body.woocommerce-checkout .woocommerce-info::before{
    display:none!important;
}

body.woocommerce-checkout .woocommerce-info a{
    color:#111!important;
    border-bottom:1px solid #111!important;
}

body.woocommerce-checkout form.checkout::before{
    content:"CHECKOUT"!important;

    display:block!important;
    grid-column:1 / -1!important;

    margin:0 0 48px!important;
    padding:0 0 19px!important;

    color:#111!important;

    font-family:Arial,Helvetica,sans-serif!important;
    font-size:26px!important;
    font-weight:500!important;
    line-height:1!important;

    letter-spacing:.12em!important;
    text-align:center!important;
    text-transform:uppercase!important;
}

body.woocommerce-checkout form.checkout{
    display:grid!important;
    grid-template-columns:minmax(0,1.18fr) minmax(420px,.82fr)!important;
    column-gap:72px!important;
    row-gap:0!important;

    align-items:start!important;

    width:100%!important;
}

body.woocommerce-checkout #customer_details,
body.woocommerce-checkout .col2-set,
body.woocommerce-checkout .checkout-order-review,
body.woocommerce-checkout .woocommerce-checkout-review-order,
body.woocommerce-checkout #order_review{
    width:100%!important;
    max-width:none!important;

    margin:0!important;
    float:none!important;
}

body.woocommerce-checkout #customer_details{
    grid-column:1!important;
}

body.woocommerce-checkout #order_review_heading,
body.woocommerce-checkout #order_review,
body.woocommerce-checkout .checkout-order-review{
    grid-column:2!important;
}

body.woocommerce-checkout .col2-set{
    display:block!important;
}

body.woocommerce-checkout .col2-set .col-1,
body.woocommerce-checkout .col2-set .col-2{
    width:100%!important;
    max-width:none!important;

    margin:0!important;
    padding:0!important;

    float:none!important;
}

body.woocommerce-checkout .woocommerce-billing-fields > h3,
body.woocommerce-checkout .woocommerce-shipping-fields h3,
body.woocommerce-checkout #order_review_heading,
body.woocommerce-checkout .checkout-order-review > h3{
    position:relative!important;

    margin:0 0 28px!important;
    padding:0 0 18px!important;

    color:#111!important;

    font-family:Arial,Helvetica,sans-serif!important;
    font-size:15px!important;
    font-weight:500!important;
    line-height:1!important;

    letter-spacing:.10em!important;
    text-transform:uppercase!important;
}

body.woocommerce-checkout .woocommerce-billing-fields > h3::after,
body.woocommerce-checkout .woocommerce-shipping-fields h3::after,
body.woocommerce-checkout #order_review_heading::after{
    content:""!important;

    position:absolute!important;
    left:0!important;
    bottom:0!important;

    width:38px!important;
    height:2px!important;

    background:#bbb!important;
}

body.woocommerce-checkout .woocommerce-billing-fields__field-wrapper,
body.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper{
    display:grid!important;
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:18px 16px!important;
}

body.woocommerce-checkout .form-row{
    width:100%!important;
    max-width:none!important;

    margin:0!important;
    padding:0!important;

    float:none!important;
}

body.woocommerce-checkout .form-row-wide,
body.woocommerce-checkout #billing_company_field,
body.woocommerce-checkout #billing_country_field,
body.woocommerce-checkout #billing_address_1_field,
body.woocommerce-checkout #billing_address_2_field,
body.woocommerce-checkout #billing_city_field,
body.woocommerce-checkout #billing_state_field,
body.woocommerce-checkout #billing_postcode_field,
body.woocommerce-checkout #order_comments_field{
    grid-column:1 / -1!important;
}

body.woocommerce-checkout .form-row label{
    display:block!important;

    margin:0 0 7px!important;

    color:#333!important;

    font-size:10px!important;
    font-weight:500!important;
    line-height:1.2!important;
}

body.woocommerce-checkout input.input-text,
body.woocommerce-checkout textarea,
body.woocommerce-checkout select,
body.woocommerce-checkout .select2-container .select2-selection{
    width:100%!important;
    min-height:47px!important;

    margin:0!important;
    padding:0 13px!important;

    background:#fff!important;
    color:#111!important;

    border:1px solid #d7d7d7!important;
    border-radius:0!important;

    box-shadow:none!important;

    font-size:11px!important;
}

body.woocommerce-checkout textarea{
    min-height:110px!important;
    padding-top:12px!important;
}

body.woocommerce-checkout input.input-text:focus,
body.woocommerce-checkout textarea:focus,
body.woocommerce-checkout select:focus{
    border-color:#111!important;
    outline:0!important;
}

body.woocommerce-checkout .select2-container .select2-selection__rendered{
    line-height:45px!important;
    padding-left:0!important;
}

body.woocommerce-checkout .select2-container .select2-selection__arrow{
    height:45px!important;
}

body.woocommerce-checkout #order_review,
body.woocommerce-checkout .checkout-order-review{
    position:sticky!important;
    top:92px!important;

    padding:32px!important;

    background:#f7f7f6!important;

    border:0!important;
    outline:1px solid #e1e1e1!important;
    outline-offset:-14px!important;
}

body.woocommerce-checkout #order_review_heading{
    text-align:center!important;
}

body.woocommerce-checkout #order_review_heading::after{
    left:50%!important;
    transform:translateX(-50%)!important;
}

body.woocommerce-checkout table.shop_table{
    width:100%!important;

    margin:0!important;

    border:0!important;
    border-collapse:collapse!important;

    background:transparent!important;
}

body.woocommerce-checkout table.shop_table thead th{
    padding:12px 0!important;

    color:#777!important;

    border:0!important;
    border-bottom:1px solid #ddd!important;

    font-size:9px!important;
    font-weight:500!important;
    letter-spacing:.08em!important;
    text-transform:uppercase!important;
}

body.woocommerce-checkout table.shop_table th,
body.woocommerce-checkout table.shop_table td{
    padding:15px 0!important;

    background:transparent!important;

    border:0!important;
    border-bottom:1px solid #ddd!important;

    color:#111!important;

    font-size:11px!important;
    line-height:1.45!important;
}

body.woocommerce-checkout table.shop_table td.product-total,
body.woocommerce-checkout table.shop_table tfoot td{
    text-align:right!important;
    white-space:nowrap!important;
}

body.woocommerce-checkout table.shop_table .product-name{
    padding-right:16px!important;
}

body.woocommerce-checkout table.shop_table .product-quantity{
    color:#777!important;
}

body.woocommerce-checkout .order-total th,
body.woocommerce-checkout .order-total td{
    font-size:15px!important;
    font-weight:600!important;
}

body.woocommerce-checkout #payment{
    margin:26px 0 0!important;
    padding:0!important;

    background:transparent!important;

    border:0!important;
    border-radius:0!important;
}

body.woocommerce-checkout #payment ul.payment_methods{
    margin:0!important;
    padding:0!important;

    border:0!important;
}

body.woocommerce-checkout #payment ul.payment_methods li{
    margin:0!important;
    padding:15px 0!important;

    border-bottom:1px solid #ddd!important;

    color:#111!important;

    font-size:11px!important;
}

body.woocommerce-checkout #payment div.payment_box{
    margin:12px 0 0!important;
    padding:13px!important;

    background:#fff!important;
    color:#555!important;

    border:1px solid #ddd!important;
    border-radius:0!important;

    font-size:10px!important;
    line-height:1.55!important;
}

body.woocommerce-checkout #payment div.payment_box::before{
    display:none!important;
}

body.woocommerce-checkout .place-order{
    padding:26px 0 0!important;
}

body.woocommerce-checkout #place_order{
    width:100%!important;
    min-height:52px!important;

    display:flex!important;
    align-items:center!important;
    justify-content:center!important;

    margin:0!important;
    padding:0 20px!important;

    background:#000!important;
    color:#fff!important;

    border:1px solid #000!important;
    border-radius:0!important;

    box-shadow:none!important;

    font-size:9px!important;
    font-weight:600!important;
    line-height:1!important;

    letter-spacing:.12em!important;
    text-transform:uppercase!important;
}

body.woocommerce-checkout #place_order:hover{
    background:#fff!important;
    color:#000!important;
}

@media(max-width:1100px){

    body.woocommerce-cart .cart-content-wrapper{
        grid-template-columns:minmax(0,1fr) 360px!important;
        gap:28px!important;
    }

    body.woocommerce-checkout form.checkout{
        grid-template-columns:minmax(0,1fr) 380px!important;
        column-gap:40px!important;
    }
}

@media(max-width:767px){

    body.woocommerce-cart .woocommerce,
    body.woocommerce-checkout .woocommerce{
        width:calc(100% - 28px)!important;
        padding:42px 0 60px!important;
    }

    body.woocommerce-cart .woocommerce::before,
    body.woocommerce-checkout form.checkout::before{
        font-size:18px!important;
        margin-bottom:30px!important;
    }

    body.woocommerce-cart .cart-content-wrapper{
        display:block!important;
    }

    body.woocommerce-cart table.shop_table tr.cart_item{
        display:grid!important;
        grid-template-columns:24px 78px minmax(0,1fr)!important;
        column-gap:10px!important;
        row-gap:9px!important;

        padding:16px 0!important;
    }

    body.woocommerce-cart table.shop_table td{
        padding:0!important;
    }

    body.woocommerce-cart td.product-thumbnail{
        width:78px!important;
    }

    body.woocommerce-cart td.product-thumbnail img{
        width:78px!important;
        height:100px!important;
    }

    body.woocommerce-cart td.product-name{
        grid-column:3!important;
    }

    body.woocommerce-cart td.product-price,
    body.woocommerce-cart td.product-quantity,
    body.woocommerce-cart td.product-subtotal{
        grid-column:3!important;
        text-align:left!important;
    }

    body.woocommerce-cart td.actions{
        display:block!important;
        padding-top:20px!important;
    }

    body.woocommerce-cart .coupon{
        width:100%!important;

        display:grid!important;
        grid-template-columns:1fr auto!important;

        float:none!important;
    }

    body.woocommerce-cart .coupon input{
        width:100%!important;
    }

    body.woocommerce-cart button[name="update_cart"]{
        width:100%!important;
        margin-top:10px!important;
        float:none!important;
    }

    body.woocommerce-cart .cart-collaterals{
        margin-top:32px!important;
    }

    body.woocommerce-cart .cart_totals{
        padding:26px 20px!important;
    }

    body.woocommerce-checkout form.checkout{
        display:block!important;
    }

    body.woocommerce-checkout .woocommerce-billing-fields__field-wrapper,
    body.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper{
        grid-template-columns:1fr!important;
    }

    body.woocommerce-checkout .form-row,
    body.woocommerce-checkout .form-row-wide,
    body.woocommerce-checkout #billing_company_field,
    body.woocommerce-checkout #billing_country_field,
    body.woocommerce-checkout #billing_address_1_field,
    body.woocommerce-checkout #billing_address_2_field,
    body.woocommerce-checkout #billing_city_field,
    body.woocommerce-checkout #billing_state_field,
    body.woocommerce-checkout #billing_postcode_field,
    body.woocommerce-checkout #order_comments_field{
        grid-column:1!important;
    }

    body.woocommerce-checkout #order_review_heading{
        margin-top:42px!important;
    }

    body.woocommerce-checkout #order_review,
    body.woocommerce-checkout .checkout-order-review{
        position:static!important;
        margin-top:0!important;
        padding:26px 20px!important;
    }
}

.orre-inside,
.orre-inside-shell,
.orre-inside-track{
    background:#fff !important;
}

.orre-inside{
    color:#111 !important;
}

body.woocommerce-cart td.product-remove a{
    position:relative!important;

    width:28px!important;
    height:28px!important;

    display:flex!important;
    align-items:center!important;
    justify-content:center!important;

    margin:0!important;
    padding:0!important;

    background:transparent!important;
    color:transparent!important;

    border:0!important;
    border-radius:0!important;

    font-size:0!important;
    line-height:1!important;

    box-shadow:none!important;
}

body.woocommerce-cart td.product-remove a::before,
body.woocommerce-cart td.product-remove a::after{
    content:""!important;

    position:absolute!important;
    top:50%!important;
    left:50%!important;

    width:14px!important;
    height:1.5px!important;

    background:#111!important;

    transform-origin:center!important;
}

body.woocommerce-cart td.product-remove a::before{
    transform:translate(-50%,-50%) rotate(45deg)!important;
}

body.woocommerce-cart td.product-remove a::after{
    transform:translate(-50%,-50%) rotate(-45deg)!important;
}

body.woocommerce-cart table.shop_table tr.cart_item{
    min-height:160px!important;
}

body.woocommerce-cart table.shop_table td{
    padding-top:26px!important;
    padding-bottom:26px!important;
}

body.woocommerce-cart td.product-remove{
    width:46px!important;
    padding-left:4px!important;
    padding-right:8px!important;
}

body.woocommerce-cart td.product-thumbnail{
    width:118px!important;
}

body.woocommerce-cart td.product-thumbnail img{
    width:96px!important;
    height:124px!important;

    object-fit:cover!important;
}

body.woocommerce-cart td.product-name{
    padding-left:6px!important;
}

body.woocommerce-cart td.product-name a{
    font-size:12px!important;
    font-weight:500!important;
    letter-spacing:.01em!important;
}

body.woocommerce-cart .quantity{
    width:104px!important;
    height:42px!important;
}

body.woocommerce-cart td.product-subtotal{
    padding-right:14px!important;
}

body.woocommerce-cart td.actions{
    padding:28px 16px 0!important;
}

body.woocommerce-cart .coupon{
    gap:10px!important;
}

body.woocommerce-cart .coupon input{
    width:230px!important;
}

body.woocommerce-cart .coupon button{
    min-width:170px!important;
}

body.woocommerce-cart button[name="update_cart"]

body.woocommerce-cart .cart_totals,
body.woocommerce-cart .cart_totals table,
body.woocommerce-cart .cart_totals tbody,
body.woocommerce-cart .cart_totals tr,
body.woocommerce-cart .cart_totals th,
body.woocommerce-cart .cart_totals td{
    background:transparent !important;
}

body.woocommerce-cart .cart_totals table{
    border:0 !important;
    box-shadow:none !important;
}

body.woocommerce-cart .cart_totals tr{
    border:0 !important;
}

body.woocommerce-cart .cart_totals th,
body.woocommerce-cart .cart_totals td{
    border-left:0 !important;
    border-right:0 !important;
}

body.woocommerce-cart .cart_totals tr:not(:last-child) th,
body.woocommerce-cart .cart_totals tr:not(:last-child) td{
    border-bottom:1px solid #dedede !important;
}

body.woocommerce-cart .cart_totals{
    background:#f7f7f6 !important;
}

body.woocommerce-cart .cart_totals .shop_table,
body.woocommerce-cart .cart_totals .shop_table tbody,
body.woocommerce-cart .cart_totals .shop_table tr,
body.woocommerce-cart .cart_totals .shop_table th,
body.woocommerce-cart .cart_totals .shop_table td,
body.woocommerce-cart .cart_totals table,
body.woocommerce-cart .cart_totals tbody,
body.woocommerce-cart .cart_totals tr,
body.woocommerce-cart .cart_totals th,
body.woocommerce-cart .cart_totals td{
    background-color:transparent !important;
    background-image:none !important;
    box-shadow:none !important;
}

body.woocommerce-cart .cart_totals .shop_table *{
    background-color:transparent !important;
    background-image:none !important;
}

body.woocommerce-cart .cart_totals th,
body.woocommerce-cart .cart_totals td{
    border-left:0 !important;
    border-right:0 !important;
}

body.woocommerce-cart .cart_totals tr{
    border-bottom:1px solid #dedede !important;
}

body.woocommerce-cart .cart_totals tr:last-child{
    border-bottom:0 !important;
}

body.woocommerce-cart .cart_totals .cart-subtotal th,
body.woocommerce-cart .cart_totals .cart-subtotal td,
body.woocommerce-cart .cart_totals .order-total th,
body.woocommerce-cart .cart_totals .order-total td{
    background:transparent !important;
}

body.woocommerce-cart .cart_totals .checkout-button{
    background:#000 !important;
    color:#fff !important;
}

.orre-home-v3,
.orre-collection-page,
.orre-pdp-final,
.orre-inside,
body.woocommerce-cart .woocommerce,
body.woocommerce-checkout .woocommerce{
    font-family:Arial,Helvetica,sans-serif!important;
    -webkit-font-smoothing:antialiased!important;
    text-rendering:optimizeLegibility!important;
}

.orre-home-section-header{
    padding-top:48px!important;
    padding-bottom:34px!important;
}

.orre-home-section-header h1,
.orre-home-section-header h2{
    font-size:26px!important;
    font-weight:600!important;
    line-height:1.12!important;
    letter-spacing:.075em!important;
}

.orre-home-section-header > a{
    font-size:10px!important;
    font-weight:600!important;
    letter-spacing:.10em!important;
}

.orre-home-product-name{
    font-size:12px!important;
    font-weight:600!important;
    line-height:1.42!important;
    letter-spacing:.018em!important;
}

.orre-home-product-price{
    margin-top:6px!important;
    font-size:11.5px!important;
    font-weight:500!important;
    line-height:1.4!important;
}

.orre-home-product-info{
    padding:12px 13px 2px!important;
}

.orre-home-product-media,
.orre-collection-card-media,
.orre-pdp-final-related-image{
    aspect-ratio:4/5!important;
}

.orre-home-product-media img,
.orre-collection-card-media img,
.orre-pdp-final-related-image img{
    object-fit:cover!important;
    object-position:center!important;
}

.orre-home-editorial-overlay > span{
    font-size:10px!important;
    font-weight:700!important;
}

.orre-home-editorial-overlay h2{
    font-weight:500!important;
    line-height:1.02!important;
    letter-spacing:-.025em!important;
}

.orre-inside,
.orre-inside-shell,
.orre-inside-track{
    background:#fff!important;
}

.orre-inside-head{
    padding-top:4px!important;
    padding-bottom:38px!important;
}

.orre-inside-head h2{
    font-size:32px!important;
    font-weight:600!important;
    line-height:1.08!important;
    letter-spacing:.065em!important;
}

.orre-inside-video{
    position:absolute!important;
    inset:0!important;
    width:100%!important;
    height:100%!important;
    display:block!important;
    object-fit:cover!important;
    object-position:center!important;
}

.orre-inside-placeholder{
    position:absolute!important;
    inset:0!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    background:#d7d7d7!important;
    color:#fff!important;
    font-size:11px!important;
    font-weight:600!important;
    letter-spacing:.08em!important;
}

.orre-collection-title-wrap h1{
    font-size:30px!important;
    font-weight:600!important;
    line-height:1.1!important;
    letter-spacing:.075em!important;
}

.orre-collection-description{
    font-size:12px!important;
    line-height:1.65!important;
}

.orre-collection-subcats a,
.orre-filter-open,
.orre-result-count,
.orre-collection-sort select{
    font-weight:600!important;
}

.orre-collection-product-name{
    font-size:12px!important;
    font-weight:600!important;
    line-height:1.42!important;
}

.orre-collection-product-price{
    margin-top:6px!important;
    font-size:11.5px!important;
    font-weight:500!important;
}

.orre-pdp-final-title{
    font-size:31px!important;
    font-weight:600!important;
    line-height:1.08!important;
    letter-spacing:.005em!important;
}

.orre-pdp-final-price{
    font-size:19px!important;
    font-weight:600!important;
}

.orre-pdp-final-detail summary > span:first-child{
    font-size:11px!important;
    font-weight:600!important;
}

.orre-pdp-final-detail-content{
    font-size:12px!important;
    line-height:1.75!important;
}

.orre-pdp-final-related-head h2{
    font-size:22px!important;
    font-weight:600!important;
}

body.woocommerce-cart .woocommerce::before{
    font-size:28px!important;
    font-weight:600!important;
}

body.woocommerce-cart td.product-name a{
    font-size:13px!important;
    font-weight:600!important;
}

body.woocommerce-cart td.product-price,
body.woocommerce-cart td.product-subtotal{
    font-size:12.5px!important;
    font-weight:600!important;
}

body.woocommerce-cart .cart_totals h2{
    font-size:18px!important;
    font-weight:600!important;
}

body.woocommerce-cart .cart_totals,
body.woocommerce-cart .cart_totals .shop_table,
body.woocommerce-cart .cart_totals .shop_table tbody,
body.woocommerce-cart .cart_totals .shop_table tr,
body.woocommerce-cart .cart_totals .shop_table th,
body.woocommerce-cart .cart_totals .shop_table td,
body.woocommerce-cart .cart_totals .shop_table *{
    background-color:transparent!important;
    background-image:none!important;
    box-shadow:none!important;
}

body.woocommerce-cart .cart_totals{
    background:#f7f7f6!important;
}

body.woocommerce-checkout form.checkout::before{
    font-size:28px!important;
    font-weight:600!important;
}

body.woocommerce-checkout .woocommerce-billing-fields > h3,
body.woocommerce-checkout .woocommerce-shipping-fields h3,
body.woocommerce-checkout #order_review_heading,
body.woocommerce-checkout .checkout-order-review > h3{
    font-size:17px!important;
    font-weight:600!important;
}

body.woocommerce-checkout .form-row label{
    font-size:11px!important;
    font-weight:600!important;
}

body.woocommerce-checkout input.input-text,
body.woocommerce-checkout textarea,
body.woocommerce-checkout select,
body.woocommerce-checkout .select2-container .select2-selection{
    font-size:12px!important;
}

footer h1,
footer h2,
footer h3,
footer h4,
footer h5,
footer h6,
.site-footer h1,
.site-footer h2,
.site-footer h3,
.site-footer h4,
.site-footer h5,
.site-footer h6,
.footer-widget-title,
.widget-title{
    font-size:12px!important;
    font-weight:700!important;
}

footer p,
.site-footer p,
footer a,
.site-footer a{
    font-size:12px!important;
    line-height:1.7!important;
}

@media(max-width:1024px){
    .orre-home-section-header h1,
    .orre-home-section-header h2{
        font-size:22px!important;
    }

    .orre-inside-head h2{
        font-size:28px!important;
    }

    .orre-collection-title-wrap h1{
        font-size:27px!important;
    }
}

@media(max-width:767px){
    .orre-home-section-header{
        padding-top:34px!important;
        padding-bottom:25px!important;
    }

    .orre-home-section-header h1,
    .orre-home-section-header h2{
        font-size:18px!important;
        font-weight:600!important;
    }

    .orre-home-product-name,
    .orre-collection-product-name{
        font-size:10.5px!important;
    }

    .orre-home-product-price,
    .orre-collection-product-price{
        font-size:10px!important;
    }

    .orre-inside-head h2{
        font-size:24px!important;
    }

    .orre-collection-title-wrap h1{
        font-size:23px!important;
    }

    .orre-pdp-final-title{
        font-size:24px!important;
    }

    .orre-pdp-final-related-head h2{
        font-size:17px!important;
    }

    body.woocommerce-cart .woocommerce::before,
    body.woocommerce-checkout form.checkout::before{
        font-size:20px!important;
    }
}

body.home .orre-nav-header{
    position:sticky!important;
    top:0!important;
    left:auto!important;
    right:auto!important;
    height:64px!important;
    background:rgba(0,0,0,.92)!important;
    backdrop-filter:blur(12px)!important;
    -webkit-backdrop-filter:blur(12px)!important;
}

body.home .orre-nav-inner{
    height:64px!important;
}

body.home .orre-home-hero{
    padding-top:0!important;
    min-height:calc(100vh - 64px)!important;
}

body.home .orre-home-hero-bg{
    inset:0!important;
    background-position:center center!important;
}

.orre-global-categories{
    position:relative!important;
    z-index:9990!important;

    width:100%!important;

    padding:12px 18px!important;

    background:#fff!important;

    border-bottom:1px solid #e8e8e8!important;
}

.orre-global-categories-track{
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;

    gap:8px!important;

    width:100%!important;

    overflow-x:auto!important;

    scrollbar-width:none!important;
    -ms-overflow-style:none!important;
}

.orre-global-categories-track::-webkit-scrollbar{
    display:none!important;
}

.orre-global-categories a{
    flex:0 0 auto!important;

    min-height:34px!important;

    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;

    padding:0 16px!important;

    background:#fff!important;
    color:#111!important;

    border:1px solid #d8d8d8!important;
    border-radius:999px!important;

    font-family:Arial,Helvetica,sans-serif!important;
    font-size:10px!important;
    font-weight:600!important;
    line-height:1!important;

    letter-spacing:.09em!important;
    text-transform:uppercase!important;

    transition:all .22s ease!important;
}

.orre-global-categories a:hover{
    background:#000!important;
    color:#fff!important;
    border-color:#000!important;
}

.orre-collection-subcats{
    justify-content:center!important;
    flex-wrap:wrap!important;
    gap:8px!important;
}

.orre-collection-subcats a{
    min-height:35px!important;

    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;

    padding:0 17px 0!important;

    background:#fff!important;
    color:#333!important;

    border:1px solid #ddd!important;
    border-radius:999px!important;

    font-size:10px!important;
    font-weight:600!important;

    letter-spacing:.09em!important;
}

.orre-collection-subcats a.active,
.orre-collection-subcats a:hover{
    background:#000!important;
    color:#fff!important;
    border-color:#000!important;
}

.orre-home-section-header{
    position:relative!important;

    flex-direction:column!important;
    align-items:center!important;
    justify-content:center!important;

    gap:16px!important;

    padding:54px 24px 36px!important;

    text-align:center!important;
}

.orre-home-section-header h1,
.orre-home-section-header h2,
.orre-collection-title-wrap h1,
.orre-pdp-final-related-head h2{
    position:relative!important;

    margin:0!important;
    padding:0 0 19px!important;

    color:#0d0d0d!important;

    font-family:Arial,Helvetica,sans-serif!important;
    font-weight:700!important;
    line-height:1.05!important;

    letter-spacing:.07em!important;
    text-transform:uppercase!important;
    text-align:center!important;
}

.orre-home-section-header h1,
.orre-home-section-header h2{
    font-size:clamp(24px,2vw,34px)!important;
}

.orre-collection-title-wrap h1{
    font-size:clamp(28px,2.4vw,40px)!important;
}

.orre-pdp-final-related-head{
    padding:68px 24px 38px!important;
    text-align:center!important;
}

.orre-pdp-final-related-head h2{
    display:inline-block!important;
    font-size:clamp(25px,2.1vw,36px)!important;
}

.orre-home-section-header h1::after,
.orre-home-section-header h2::after,
.orre-collection-title-wrap h1::after,
.orre-pdp-final-related-head h2::after{
    content:""!important;

    position:absolute!important;
    left:50%!important;
    bottom:0!important;

    width:48px!important;
    height:3px!important;

    background:#b8b8b8!important;

    transform:translateX(-50%)!important;
}

.orre-heading-kicker{
    display:block!important;

    margin:0 0 10px!important;

    color:#777!important;

    font-size:9px!important;
    font-weight:700!important;
    line-height:1!important;

    letter-spacing:.18em!important;
    text-transform:uppercase!important;
}

.orre-home-section-header .orre-section-cta,
.orre-home-section-header > a{
    min-height:40px!important;

    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;

    margin:0!important;
    padding:0 22px!important;

    background:#fff!important;
    color:#111!important;

    border:1px solid #111!important;
    border-radius:999px!important;

    font-size:10px!important;
    font-weight:700!important;
    line-height:1!important;

    letter-spacing:.11em!important;
    text-transform:uppercase!important;

    transition:all .22s ease!important;
}

.orre-home-section-header .orre-section-cta:hover,
.orre-home-section-header > a:hover{
    background:#000!important;
    color:#fff!important;
}

.orre-slider-shell{
    position:relative!important;
    width:100%!important;
}

.orre-product-slider{
    display:flex!important;
    grid-template-columns:none!important;

    gap:1px!important;

    width:100%!important;

    overflow-x:auto!important;
    overflow-y:hidden!important;

    scroll-snap-type:x mandatory!important;
    scroll-behavior:smooth!important;

    scrollbar-width:none!important;
    -ms-overflow-style:none!important;
}

.orre-product-slider::-webkit-scrollbar{
    display:none!important;
}

.orre-product-slider > .orre-home-product,
.orre-product-slider > .orre-pdp-final-related-card{
    flex:0 0 25%!important;
    min-width:0!important;

    scroll-snap-align:start!important;
}

.orre-home-product-name,
.orre-pdp-final-related-info a{
    font-size:12px!important;
    font-weight:600!important;
    line-height:1.4!important;
    letter-spacing:.018em!important;
}

.orre-home-product-price,
.orre-pdp-final-related-info span{
    font-size:11.5px!important;
    font-weight:500!important;
}

.orre-slider-arrow{
    position:absolute!important;
    top:50%!important;

    z-index:15!important;

    width:50px!important;
    height:50px!important;

    display:flex!important;
    align-items:center!important;
    justify-content:center!important;

    margin:0!important;
    padding:0!important;

    background:rgba(255,255,255,.96)!important;
    color:#111!important;

    border:1px solid rgba(0,0,0,.16)!important;
    border-radius:999px!important;

    box-shadow:0 4px 18px rgba(0,0,0,.10)!important;

    transform:translateY(-50%)!important;

    cursor:pointer!important;

    transition:all .2s ease!important;
}

.orre-slider-prev{
    left:20px!important;
}

.orre-slider-next{
    right:20px!important;
}

.orre-slider-arrow:hover{
    background:#000!important;
    color:#fff!important;
    border-color:#000!important;
}

.orre-slider-arrow span{
    position:relative!important;

    display:block!important;

    width:14px!important;
    height:14px!important;
}

.orre-slider-arrow span::before{
    content:""!important;

    position:absolute!important;
    top:50%!important;
    left:50%!important;

    width:8px!important;
    height:8px!important;

    border-top:1.8px solid currentColor!important;
    border-right:1.8px solid currentColor!important;
}

.orre-slider-next span::before{
    transform:translate(-65%,-50%) rotate(45deg)!important;
}

.orre-slider-prev span::before{
    transform:translate(-35%,-50%) rotate(-135deg)!important;
}

.orre-pdp-final-related-grid{
    grid-template-columns:none!important;
}

.orre-related-slider-shell{
    padding-bottom:4px!important;
}

body.tax-product_cat .orre-collection-page,
body.single-product .orre-single-product-page{
    scroll-margin-top:120px!important;
}

body.single-product .orre-pdp-final-summary-inner{
    top:118px!important;
}

@media(max-width:1024px){

    .orre-product-slider > .orre-home-product,
    .orre-product-slider > .orre-pdp-final-related-card{
        flex-basis:33.333333%!important;
    }

    .orre-global-categories-track{
        justify-content:flex-start!important;
    }
}

@media(max-width:767px){

    .orre-global-categories{
        padding:9px 10px!important;
    }

    .orre-global-categories a{
        min-height:32px!important;
        padding:0 13px!important;
        font-size:9px!important;
    }

    .orre-home-section-header{
        padding:38px 14px 28px!important;
        gap:13px!important;
    }

    .orre-home-section-header h1,
    .orre-home-section-header h2{
        font-size:21px!important;
    }

    .orre-collection-title-wrap h1{
        font-size:25px!important;
    }

    .orre-pdp-final-related-head{
        padding:50px 14px 28px!important;
    }

    .orre-pdp-final-related-head h2{
        font-size:22px!important;
    }

    .orre-home-section-header .orre-section-cta,
    .orre-home-section-header > a{
        min-height:36px!important;
        padding:0 17px!important;
        font-size:9px!important;
    }

    .orre-product-slider > .orre-home-product,
    .orre-product-slider > .orre-pdp-final-related-card{
        flex-basis:78vw!important;
        max-width:330px!important;
    }

    .orre-slider-arrow{
        display:none!important;
    }

    body.single-product .orre-pdp-final-summary-inner{
        top:auto!important;
    }
}

.orre-global-categories{
    display:none!important;
}

.orre-collection-subcats{
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    flex-wrap:wrap!important;

    gap:10px!important;

    margin-top:30px!important;
}

.orre-collection-subcats a{
    min-width:86px!important;
    min-height:40px!important;

    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;

    padding:0 18px!important;

    background:#000!important;
    color:#fff!important;

    border:1px solid #000!important;
    border-radius:0!important;

    box-shadow:none!important;

    font-family:Arial,Helvetica,sans-serif!important;
    font-size:10px!important;
    font-weight:700!important;
    line-height:1!important;

    letter-spacing:.11em!important;
    text-transform:uppercase!important;

    transition:
        background .2s ease,
        color .2s ease,
        border-color .2s ease!important;
}

.orre-collection-subcats a.active{
    background:#fff!important;
    color:#000!important;
    border-color:#000!important;
}

.orre-collection-subcats a:hover{
    background:#222!important;
    color:#fff!important;
    border-color:#222!important;
}

.orre-collection-subcats a.active:hover{
    background:#000!important;
    color:#fff!important;
}

.orre-product-slider,
[data-orre-slider]{
    overscroll-behavior-x:contain!important;
    overscroll-behavior-y:auto!important;
}

[data-orre-slider]{
    cursor:grab!important;
}

[data-orre-slider].is-dragging{
    cursor:grabbing!important;
    user-select:none!important;
}

@media(max-width:767px){

    .orre-collection-subcats{
        justify-content:flex-start!important;
        flex-wrap:nowrap!important;

        gap:7px!important;

        overflow-x:auto!important;

        padding:0 14px 4px!important;

        scrollbar-width:none!important;
    }

    .orre-collection-subcats::-webkit-scrollbar{
        display:none!important;
    }

    .orre-collection-subcats a{
        flex:0 0 auto!important;

        min-width:74px!important;
        min-height:36px!important;

        padding:0 14px!important;

        font-size:9px!important;
    }
}

.orre-home-section-header > a,
.orre-home-section-header .orre-section-cta,
.orre-front-more a{
    min-height:42px!important;

    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;

    padding:0 24px!important;

    background:#000!important;
    color:#fff!important;

    border:1px solid #000!important;
    border-radius:0!important;

    box-shadow:none!important;

    font-family:Arial,Helvetica,sans-serif!important;
    font-size:10px!important;
    font-weight:700!important;
    line-height:1!important;

    letter-spacing:.11em!important;
    text-transform:uppercase!important;

    transition:all .2s ease!important;
}

.orre-home-section-header > a:hover,
.orre-home-section-header .orre-section-cta:hover,
.orre-front-more a:hover{
    background:#fff!important;
    color:#000!important;
    border-color:#000!important;
}

.orre-collection-subcats a{
    background:#fff!important;
    color:#333!important;

    border:1px solid #ddd!important;
    border-radius:999px!important;
}

.orre-collection-subcats a.active{
    background:#000!important;
    color:#fff!important;
    border-color:#000!important;
}

body.post-type-archive-product,
body.post-type-archive-product #page,
body.post-type-archive-product .website-wrapper,
body.post-type-archive-product .main-page-wrapper,
body.post-type-archive-product .site-content,
body.post-type-archive-product .orre-shop-page{
    background:#fff!important;
}

body.post-type-archive-product .page-title,
body.post-type-archive-product .wd-page-title,
body.post-type-archive-product .woocommerce-breadcrumb,
body.post-type-archive-product .wd-breadcrumbs,
body.post-type-archive-product .shop-loop-head,
body.post-type-archive-product .wd-shop-tools,
body.post-type-archive-product .wd-show-sidebar-btn,
body.post-type-archive-product .wd-products-shop-view,
body.post-type-archive-product .wd-products-per-page,
body.post-type-archive-product .area-sidebar-shop{
    display:none!important;
}

body.post-type-archive-product .main-page-wrapper,
body.post-type-archive-product .site-content{
    width:100%!important;
    max-width:none!important;
    margin:0!important;
    padding:0!important;
}

.orre-shop-head{
    width:100%!important;
    padding:58px 24px 38px!important;
    text-align:center!important;
    background:#fff!important;
}

.orre-shop-head-inner{
    display:flex!important;
    flex-direction:column!important;
    align-items:center!important;
    justify-content:center!important;
}

.orre-shop-head .orre-heading-kicker{
    display:block!important;
    margin-bottom:11px!important;
    color:#777!important;
    font-size:9px!important;
    font-weight:700!important;
    letter-spacing:.18em!important;
    text-transform:uppercase!important;
}

.orre-shop-head h1{
    position:relative!important;
    margin:0!important;
    padding:0 0 20px!important;
    color:#111!important;
    font-family:Arial,Helvetica,sans-serif!important;
    font-size:clamp(28px,2.5vw,40px)!important;
    font-weight:700!important;
    line-height:1.05!important;
    letter-spacing:.075em!important;
    text-transform:uppercase!important;
}

.orre-shop-head h1::after{
    content:""!important;
    position:absolute!important;
    left:50%!important;
    bottom:0!important;
    width:48px!important;
    height:3px!important;
    background:#b8b8b8!important;
    transform:translateX(-50%)!important;
}

.orre-shop-toolbar{
    display:flex!important;
    align-items:center!important;
    justify-content:space-between!important;
    gap:20px!important;
    width:100%!important;
    padding:15px 28px!important;
    background:#fff!important;
    border-top:1px solid #e9e9e9!important;
    border-bottom:1px solid #e9e9e9!important;
}

.orre-shop-toolbar-left{
    display:flex!important;
    align-items:center!important;
    gap:18px!important;
}

.orre-shop-filter-open{
    display:inline-flex!important;
    align-items:center!important;
    gap:9px!important;
    min-height:38px!important;
    padding:0 16px!important;
    background:#000!important;
    color:#fff!important;
    border:1px solid #000!important;
    border-radius:0!important;
    box-shadow:none!important;
    font-size:9px!important;
    font-weight:700!important;
    letter-spacing:.11em!important;
    text-transform:uppercase!important;
}

.orre-shop-filter-plus{
    position:relative!important;
    width:11px!important;
    height:11px!important;
}

.orre-shop-filter-plus::before,
.orre-shop-filter-plus::after{
    content:""!important;
    position:absolute!important;
    top:50%!important;
    left:50%!important;
    background:#fff!important;
    transform:translate(-50%,-50%)!important;
}

.orre-shop-filter-plus::before{
    width:10px!important;
    height:1px!important;
}

.orre-shop-filter-plus::after{
    width:1px!important;
    height:10px!important;
}

.orre-shop-count{
    color:#777!important;
    font-size:9px!important;
    font-weight:600!important;
    letter-spacing:.08em!important;
}

.orre-shop-sort .woocommerce-ordering{
    margin:0!important;
}

.orre-shop-sort select{
    min-width:165px!important;
    height:38px!important;
    padding:0 30px 0 10px!important;
    background:#fff!important;
    color:#111!important;
    border:1px solid #ddd!important;
    border-radius:0!important;
    box-shadow:none!important;
    font-size:9px!important;
    font-weight:600!important;
    letter-spacing:.07em!important;
    text-transform:uppercase!important;
}

.orre-shop-products{
    width:100%!important;
    padding:0 0 72px!important;
    background:#fff!important;
}

.orre-shop-grid{
    display:grid!important;
    grid-template-columns:repeat(4,minmax(0,1fr))!important;
    gap:1px!important;
    width:100%!important;
}

.orre-shop-card{
    min-width:0!important;
    padding-bottom:24px!important;
    background:#fff!important;
}

.orre-shop-card-media{
    position:relative!important;
    display:block!important;
    width:100%!important;
    aspect-ratio:4/5!important;
    overflow:hidden!important;
    background:#f3efed!important;
}

.orre-shop-card-media img{
    position:absolute!important;
    inset:0!important;
    display:block!important;
    width:100%!important;
    height:100%!important;
    object-fit:cover!important;
    object-position:center!important;
    transition:opacity .3s ease,transform .4s ease!important;
}

.orre-shop-main-image{
    z-index:1!important;
    opacity:1!important;
}

.orre-shop-hover-image{
    z-index:2!important;
    opacity:0!important;
}

.orre-shop-card:hover .orre-shop-main-image{
    opacity:0!important;
}

.orre-shop-card:hover .orre-shop-hover-image{
    opacity:1!important;
    transform:scale(1.01)!important;
}

.orre-shop-sale{
    position:absolute!important;
    top:10px!important;
    left:10px!important;
    z-index:5!important;
    padding:5px 7px!important;
    background:#000!important;
    color:#fff!important;
    font-size:8px!important;
    font-weight:700!important;
    letter-spacing:.10em!important;
}

.orre-shop-card-info{
    padding:11px 12px 0!important;
}

.orre-shop-product-name{
    display:block!important;
    color:#111!important;
    font-size:12px!important;
    font-weight:600!important;
    line-height:1.42!important;
    letter-spacing:.018em!important;
    text-transform:uppercase!important;
}

.orre-shop-product-price{
    margin-top:6px!important;
    color:#111!important;
    font-size:11.5px!important;
    font-weight:500!important;
}

.orre-shop-filter-overlay{
    position:fixed!important;
    inset:0!important;
    z-index:100020!important;
    background:rgba(0,0,0,.38)!important;
    opacity:0!important;
    visibility:hidden!important;
    transition:.25s ease!important;
}

.orre-shop-filter-overlay.open{
    opacity:1!important;
    visibility:visible!important;
}

.orre-shop-filter-drawer{
    position:fixed!important;
    top:0!important;
    left:0!important;
    z-index:100021!important;
    width:min(390px,92vw)!important;
    height:100vh!important;
    overflow-y:auto!important;
    background:#fff!important;
    color:#111!important;
    transform:translateX(-102%)!important;
    transition:transform .35s cubic-bezier(.77,0,.18,1)!important;
}

.orre-shop-filter-drawer.open{
    transform:translateX(0)!important;
}

.orre-shop-filter-head{
    height:68px!important;
    display:flex!important;
    align-items:center!important;
    justify-content:space-between!important;
    padding:0 22px!important;
    border-bottom:1px solid #e7e7e7!important;
    font-size:10px!important;
    font-weight:700!important;
    letter-spacing:.12em!important;
}

.orre-shop-filter-head button{
    position:relative!important;
    width:28px!important;
    height:28px!important;
    padding:0!important;
    background:transparent!important;
    border:0!important;
}

.orre-shop-filter-head button span{
    position:absolute!important;
    top:50%!important;
    left:50%!important;
    width:16px!important;
    height:1.5px!important;
    background:#111!important;
}

.orre-shop-filter-head button span:first-child{
    transform:translate(-50%,-50%) rotate(45deg)!important;
}

.orre-shop-filter-head button span:last-child{
    transform:translate(-50%,-50%) rotate(-45deg)!important;
}

.orre-shop-filter-body{
    padding:18px 22px 40px!important;
}

.orre-shop-filter-body .widget{
    margin:0!important;
    padding:18px 0!important;
    border-bottom:1px solid #eee!important;
}

.orre-shop-filter-body .widget-title{
    margin:0 0 14px!important;
    color:#111!important;
    font-size:10px!important;
    font-weight:700!important;
    letter-spacing:.10em!important;
    text-transform:uppercase!important;
}

.orre-shop-filter-body a,
.orre-shop-filter-body li,
.orre-shop-filter-body label,
.orre-shop-filter-body span{
    color:#555!important;
    font-size:11px!important;
}

.orre-shop-pagination{
    padding:42px 20px 0!important;
    text-align:center!important;
}

.orre-shop-pagination .page-numbers{
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    min-width:34px!important;
    height:34px!important;
    margin:0 2px!important;
    background:#fff!important;
    color:#111!important;
    border:1px solid #ddd!important;
    font-size:10px!important;
}

.orre-shop-pagination .page-numbers.current,
.orre-shop-pagination .page-numbers:hover{
    background:#000!important;
    color:#fff!important;
    border-color:#000!important;
}

@media(max-width:1024px){

    .orre-shop-grid{
        grid-template-columns:repeat(3,minmax(0,1fr))!important;
    }
}

@media(max-width:767px){

    .orre-shop-head{
        padding:40px 14px 28px!important;
    }

    .orre-shop-head h1{
        font-size:24px!important;
    }

    .orre-shop-toolbar{
        padding:12px 14px!important;
    }

    .orre-shop-count{
        display:none!important;
    }

    .orre-shop-sort select{
        min-width:125px!important;
        font-size:8px!important;
    }

    .orre-shop-grid{
        grid-template-columns:repeat(2,minmax(0,1fr))!important;
    }

    .orre-shop-card-info{
        padding:8px 7px 0!important;
    }

    .orre-shop-product-name{
        font-size:10.5px!important;
    }

    .orre-shop-product-price{
        font-size:10px!important;
    }
}

body.post-type-archive-product,
body.post-type-archive-product #page,
body.post-type-archive-product .website-wrapper,
body.post-type-archive-product .main-page-wrapper,
body.post-type-archive-product .site-content,
body.post-type-archive-product .orre-shop-pro{
    background:#fff!important;
}

body.post-type-archive-product .main-page-wrapper,
body.post-type-archive-product .site-content,
body.post-type-archive-product .container{
    width:100%!important;
    max-width:none!important;

    margin:0!important;
    padding:0!important;
}

body.post-type-archive-product .page-title,
body.post-type-archive-product .wd-page-title,
body.post-type-archive-product .woocommerce-breadcrumb,
body.post-type-archive-product .wd-breadcrumbs,
body.post-type-archive-product .shop-loop-head,
body.post-type-archive-product .wd-shop-tools,
body.post-type-archive-product .wd-show-sidebar-btn,
body.post-type-archive-product .wd-products-shop-view,
body.post-type-archive-product .wd-products-per-page,
body.post-type-archive-product .area-sidebar-shop{
    display:none!important;
}

.orre-shop-pro{
    width:100%!important;

    color:#111!important;

    font-family:Arial,Helvetica,sans-serif!important;
}

.orre-shop-pro-hero{
    width:100%!important;

    padding:76px 24px 58px!important;

    background:#fff!important;

    border-bottom:1px solid #e8e8e8!important;
}

.orre-shop-pro-hero-inner{
    width:min(820px,100%)!important;

    display:flex!important;
    flex-direction:column!important;
    align-items:center!important;

    margin:0 auto!important;

    text-align:center!important;
}

.orre-shop-pro-kicker{
    margin-bottom:13px!important;

    color:#777!important;

    font-size:9px!important;
    font-weight:700!important;
    line-height:1!important;

    letter-spacing:.22em!important;
    text-transform:uppercase!important;
}

.orre-shop-pro-hero h1{
    position:relative!important;

    margin:0!important;
    padding:0 0 21px!important;

    color:#0c0c0c!important;

    font-size:clamp(34px,3.2vw,54px)!important;
    font-weight:700!important;
    line-height:.98!important;

    letter-spacing:.06em!important;
    text-transform:uppercase!important;
}

.orre-shop-pro-hero h1::after{
    content:""!important;

    position:absolute!important;
    left:50%!important;
    bottom:0!important;

    width:52px!important;
    height:3px!important;

    background:#b8b8b8!important;

    transform:translateX(-50%)!important;
}

.orre-shop-pro-hero p{
    max-width:570px!important;

    margin:22px auto 0!important;

    color:#666!important;

    font-size:12px!important;
    font-weight:400!important;
    line-height:1.7!important;
}

.orre-shop-pro-categories{
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    flex-wrap:wrap!important;

    gap:8px!important;

    margin-top:30px!important;
}

.orre-shop-pro-categories a{
    min-width:92px!important;
    min-height:38px!important;

    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;

    padding:0 19px!important;

    background:#fff!important;
    color:#111!important;

    border:1px solid #d6d6d6!important;
    border-radius:999px!important;

    font-size:9px!important;
    font-weight:700!important;
    line-height:1!important;

    letter-spacing:.12em!important;
    text-transform:uppercase!important;

    transition:all .2s ease!important;
}

.orre-shop-pro-categories a.active,
.orre-shop-pro-categories a:hover{
    background:#000!important;
    color:#fff!important;
    border-color:#000!important;
}

.orre-shop-pro-toolbar{
    position:sticky!important;
    top:64px!important;

    z-index:50!important;

    width:100%!important;

    display:flex!important;
    align-items:center!important;
    justify-content:space-between!important;

    gap:20px!important;

    padding:14px 28px!important;

    background:rgba(255,255,255,.96)!important;

    backdrop-filter:blur(10px)!important;
    -webkit-backdrop-filter:blur(10px)!important;

    border-bottom:1px solid #e7e7e7!important;
}

.orre-shop-pro-toolbar-left{
    display:flex!important;
    align-items:center!important;

    gap:16px!important;
}

.orre-shop-pro-filter-open{
    min-height:39px!important;

    display:inline-flex!important;
    align-items:center!important;

    gap:9px!important;

    padding:0 16px!important;

    background:#000!important;
    color:#fff!important;

    border:1px solid #000!important;
    border-radius:0!important;

    box-shadow:none!important;

    font-size:9px!important;
    font-weight:700!important;

    letter-spacing:.12em!important;
    text-transform:uppercase!important;
}

.orre-shop-pro-filter-icon{
    position:relative!important;

    width:14px!important;
    height:11px!important;

    display:block!important;
}

.orre-shop-pro-filter-icon::before,
.orre-shop-pro-filter-icon::after{
    content:""!important;

    position:absolute!important;
    left:0!important;

    height:1px!important;

    background:#fff!important;
}

.orre-shop-pro-filter-icon::before{
    top:2px!important;
    width:14px!important;
}

.orre-shop-pro-filter-icon::after{
    bottom:2px!important;
    width:9px!important;
}

.orre-shop-pro-count{
    color:#777!important;

    font-size:9px!important;
    font-weight:600!important;

    letter-spacing:.08em!important;
}

.orre-shop-pro-sort{
    display:flex!important;
    align-items:center!important;

    gap:9px!important;
}

.orre-shop-pro-sort > span{
    color:#777!important;

    font-size:9px!important;
    font-weight:700!important;

    letter-spacing:.11em!important;
}

.orre-shop-pro-sort .woocommerce-ordering{
    margin:0!important;
}

.orre-shop-pro-sort select{
    min-width:165px!important;
    height:39px!important;

    margin:0!important;
    padding:0 30px 0 12px!important;

    background:#fff!important;
    color:#111!important;

    border:1px solid #d9d9d9!important;
    border-radius:0!important;

    box-shadow:none!important;

    font-size:9px!important;
    font-weight:600!important;

    letter-spacing:.05em!important;
    text-transform:uppercase!important;
}

.orre-shop-pro-products{
    width:100%!important;

    padding:0 0 84px!important;

    background:#fff!important;
}

.orre-shop-pro-grid{
    display:grid!important;
    grid-template-columns:repeat(4,minmax(0,1fr))!important;

    gap:1px!important;

    width:100%!important;
}

.orre-shop-pro-card{
    min-width:0!important;

    background:#fff!important;

    border-bottom:1px solid #eee!important;
}

.orre-shop-pro-card-top{
    position:relative!important;

    width:100%!important;
}

.orre-shop-pro-media{
    position:relative!important;

    display:block!important;

    width:100%!important;
    aspect-ratio:4/5!important;

    overflow:hidden!important;

    background:#f3efed!important;
}

.orre-shop-pro-media img{
    position:absolute!important;
    inset:0!important;

    display:block!important;

    width:100%!important;
    height:100%!important;

    object-fit:cover!important;
    object-position:center!important;

    transition:
        opacity .3s ease,
        transform .45s ease!important;
}

.orre-shop-pro-main-img{
    z-index:1!important;
    opacity:1!important;
}

.orre-shop-pro-hover-img{
    z-index:2!important;
    opacity:0!important;
}

.orre-shop-pro-card:hover .orre-shop-pro-main-img{
    opacity:0!important;
}

.orre-shop-pro-card:hover .orre-shop-pro-hover-img{
    opacity:1!important;
    transform:scale(1.015)!important;
}

.orre-shop-pro-badge{
    position:absolute!important;
    top:12px!important;
    left:12px!important;

    z-index:6!important;

    padding:6px 8px!important;

    background:#000!important;
    color:#fff!important;

    font-size:8px!important;
    font-weight:700!important;

    letter-spacing:.11em!important;
}

.orre-shop-pro-view{
    position:absolute!important;
    left:12px!important;
    right:12px!important;
    bottom:12px!important;

    z-index:7!important;

    min-height:42px!important;

    display:flex!important;
    align-items:center!important;
    justify-content:center!important;

    background:#000!important;
    color:#fff!important;

    font-size:9px!important;
    font-weight:700!important;

    letter-spacing:.12em!important;
    text-transform:uppercase!important;

    opacity:0!important;
    transform:translateY(8px)!important;

    transition:
        opacity .22s ease,
        transform .22s ease!important;
}

.orre-shop-pro-card:hover .orre-shop-pro-view{
    opacity:1!important;
    transform:translateY(0)!important;
}

.orre-shop-pro-sizes{
    width:100%!important;

    display:flex!important;
    align-items:center!important;
    justify-content:space-between!important;

    gap:10px!important;

    padding:9px 12px!important;

    background:#fafafa!important;

    border-bottom:1px solid #ececec!important;
}

.orre-shop-pro-size-label{
    flex:0 0 auto!important;

    color:#999!important;

    font-size:7px!important;
    font-weight:700!important;

    letter-spacing:.11em!important;
}

.orre-shop-pro-size-list{
    display:flex!important;
    align-items:center!important;
    justify-content:flex-end!important;
    flex-wrap:wrap!important;

    gap:4px!important;
}

.orre-shop-pro-size-list span{
    min-width:25px!important;
    height:22px!important;

    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;

    padding:0 4px!important;

    background:#fff!important;
    color:#111!important;

    border:1px solid #ddd!important;

    font-size:7px!important;
    font-weight:600!important;
}

.orre-shop-pro-info{
    display:flex!important;
    align-items:flex-start!important;
    justify-content:space-between!important;

    gap:15px!important;

    min-height:92px!important;

    padding:13px 13px 15px!important;
}

.orre-shop-pro-info-main{
    min-width:0!important;
}

.orre-shop-pro-name{
    display:block!important;

    color:#111!important;

    font-size:12px!important;
    font-weight:700!important;
    line-height:1.38!important;

    letter-spacing:.012em!important;
    text-transform:uppercase!important;
}

.orre-shop-pro-category{
    display:block!important;

    margin-top:5px!important;

    color:#999!important;

    font-size:9px!important;
    font-weight:400!important;
    line-height:1.4!important;
}

.orre-shop-pro-price{
    flex:0 0 auto!important;

    color:#111!important;

    font-size:11.5px!important;
    font-weight:600!important;
    line-height:1.4!important;

    white-space:nowrap!important;
}

.orre-shop-pro-price del{
    color:#aaa!important;
}

.orre-shop-pro-price ins{
    color:#111!important;
    text-decoration:none!important;
}

.orre-shop-pro-filter-overlay{
    position:fixed!important;
    inset:0!important;

    z-index:100020!important;

    background:rgba(0,0,0,.42)!important;

    opacity:0!important;
    visibility:hidden!important;

    transition:.25s ease!important;
}

.orre-shop-pro-filter-overlay.open{
    opacity:1!important;
    visibility:visible!important;
}

.orre-shop-pro-filter-drawer{
    position:fixed!important;
    top:0!important;
    left:0!important;

    z-index:100021!important;

    width:min(410px,92vw)!important;
    height:100vh!important;

    overflow-y:auto!important;

    background:#fff!important;
    color:#111!important;

    transform:translateX(-102%)!important;

    transition:transform .35s cubic-bezier(.77,0,.18,1)!important;
}

.orre-shop-pro-filter-drawer.open{
    transform:translateX(0)!important;
}

.orre-shop-pro-filter-head{
    min-height:80px!important;

    display:flex!important;
    align-items:center!important;
    justify-content:space-between!important;

    gap:20px!important;

    padding:18px 24px!important;

    border-bottom:1px solid #e7e7e7!important;
}

.orre-shop-pro-filter-head > div{
    display:flex!important;
    flex-direction:column!important;

    gap:5px!important;
}

.orre-shop-pro-filter-small{
    color:#999!important;

    font-size:8px!important;
    font-weight:700!important;

    letter-spacing:.15em!important;
}

.orre-shop-pro-filter-head strong{
    color:#111!important;

    font-size:14px!important;
    font-weight:700!important;

    letter-spacing:.08em!important;
}

.orre-shop-pro-filter-head button{
    position:relative!important;

    width:30px!important;
    height:30px!important;

    padding:0!important;

    background:transparent!important;

    border:0!important;
}

.orre-shop-pro-filter-head button span{
    position:absolute!important;
    top:50%!important;
    left:50%!important;

    width:17px!important;
    height:1.5px!important;

    background:#111!important;
}

.orre-shop-pro-filter-head button span:first-child{
    transform:translate(-50%,-50%) rotate(45deg)!important;
}

.orre-shop-pro-filter-head button span:last-child{
    transform:translate(-50%,-50%) rotate(-45deg)!important;
}

.orre-shop-pro-filter-body{
    padding:14px 24px 42px!important;
}

.orre-shop-pro-filter-body .widget{
    margin:0!important;
    padding:20px 0!important;

    border-bottom:1px solid #ededed!important;
}

.orre-shop-pro-filter-body .widget-title,
.orre-shop-pro-filter-body h5{
    margin:0 0 15px!important;

    color:#111!important;

    font-size:10px!important;
    font-weight:700!important;

    letter-spacing:.10em!important;
    text-transform:uppercase!important;
}

.orre-shop-pro-filter-body a,
.orre-shop-pro-filter-body label,
.orre-shop-pro-filter-body li,
.orre-shop-pro-filter-body span{
    color:#555!important;

    font-size:11px!important;
}

.orre-shop-pro-filter-empty{
    color:#777!important;

    font-size:11px!important;
}

.orre-shop-pro-pagination{
    padding:54px 20px 0!important;

    text-align:center!important;
}

.orre-shop-pro-pagination .page-numbers{
    min-width:36px!important;
    height:36px!important;

    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;

    margin:0 2px!important;

    background:#fff!important;
    color:#111!important;

    border:1px solid #ddd!important;

    font-size:10px!important;
    font-weight:600!important;
}

.orre-shop-pro-pagination .page-numbers.current,
.orre-shop-pro-pagination .page-numbers:hover{
    background:#000!important;
    color:#fff!important;
    border-color:#000!important;
}

@media(max-width:1024px){

    .orre-shop-pro-grid{
        grid-template-columns:repeat(3,minmax(0,1fr))!important;
    }

    .orre-shop-pro-info{
        display:block!important;
    }

    .orre-shop-pro-price{
        margin-top:7px!important;
    }
}

@media(max-width:767px){

    .orre-shop-pro-hero{
        padding:48px 16px 36px!important;
    }

    .orre-shop-pro-hero h1{
        font-size:30px!important;
    }

    .orre-shop-pro-hero p{
        font-size:11px!important;
    }

    .orre-shop-pro-categories{
        margin-top:24px!important;
    }

    .orre-shop-pro-categories a{
        min-width:78px!important;
        min-height:35px!important;

        padding:0 15px!important;

        font-size:8px!important;
    }

    .orre-shop-pro-toolbar{
        top:62px!important;

        padding:10px 12px!important;
    }

    .orre-shop-pro-count,
    .orre-shop-pro-sort > span{
        display:none!important;
    }

    .orre-shop-pro-sort select{
        min-width:125px!important;
        height:37px!important;

        font-size:8px!important;
    }

    .orre-shop-pro-filter-open{
        min-height:37px!important;
        padding:0 13px!important;
    }

    .orre-shop-pro-grid{
        grid-template-columns:repeat(2,minmax(0,1fr))!important;
    }

    .orre-shop-pro-view{
        display:none!important;
    }

    .orre-shop-pro-sizes{
        display:none!important;
    }

    .orre-shop-pro-info{
        min-height:82px!important;

        display:block!important;

        padding:9px 8px 13px!important;
    }

    .orre-shop-pro-name{
        font-size:10px!important;
    }

    .orre-shop-pro-category{
        font-size:8px!important;
    }

    .orre-shop-pro-price{
        margin-top:6px!important;

        font-size:10px!important;
    }
}

.orre-shop-pro-pagination{
    padding:56px 20px 10px!important;
    text-align:center!important;
}

.orre-shop-pro-pagination .page-numbers{
    min-width:auto!important;
    height:auto!important;

    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;

    margin:0 10px!important;
    padding:4px 2px 7px!important;

    background:transparent!important;
    color:#777!important;

    border:0!important;
    border-bottom:1px solid transparent!important;
    border-radius:0!important;

    box-shadow:none!important;

    font-size:11px!important;
    font-weight:500!important;
    line-height:1!important;

    transition:all .2s ease!important;
}

.orre-shop-pro-pagination .page-numbers.current{
    color:#000!important;
    font-weight:700!important;

    background:transparent!important;
    border-bottom:1px solid #000!important;
}

.orre-shop-pro-pagination .page-numbers:hover{
    color:#000!important;
    background:transparent!important;
    border-bottom:1px solid #000!important;
}

.orre-shop-pro-pagination .prev,
.orre-shop-pro-pagination .next{
    min-width:28px!important;

    margin:0 14px!important;

    color:#111!important;

    font-size:15px!important;
    font-weight:400!important;

    border:0!important;
}

.orre-shop-pro-pagination ul,
.orre-shop-pro-pagination li{
    background:transparent!important;
    border:0!important;
    box-shadow:none!important;
}

.orre-shop-pro-pagination .next::before,
.orre-shop-pro-pagination .next::after,
.orre-shop-pro-pagination .prev::before,
.orre-shop-pro-pagination .prev::after{
    display:none!important;
    content:none!important;
}

.orre-shop-pro-pagination .next,
.orre-shop-pro-pagination .prev{
    font-size:0!important;
    border-bottom:0!important;
}

.orre-shop-pro-pagination .next::after{
    display:inline!important;
    content:"→"!important;
    font-size:18px!important;
    color:#111!important;
}

.orre-shop-pro-pagination .prev::after{
    display:inline!important;
    content:"←"!important;
    font-size:18px!important;
    color:#111!important;
}

.orre-shop-pro-pagination .next:hover,
.orre-shop-pro-pagination .prev:hover{
    border-bottom:0!important;
}

.orre-inside-track{
    display:flex!important;
    gap:24px!important;

    overflow-x:auto!important;
    overflow-y:hidden!important;

    padding:0 7vw 28px!important;

    scroll-snap-type:x mandatory!important;
    scroll-behavior:smooth!important;

    scrollbar-width:none!important;
}

.orre-inside-track::-webkit-scrollbar{
    display:none!important;
}

.orre-inside-card{
    flex:0 0 260px!important;
    width:260px!important;

    aspect-ratio:9/16!important;

    border-radius:8px!important;
    overflow:hidden!important;

    scroll-snap-align:start!important;

    background:#d8d8d8!important;
}

.orre-inside-card video,
.orre-inside-card img,
.orre-inside-video{
    width:100%!important;
    height:100%!important;

    object-fit:cover!important;
    object-position:center!important;
}

@media(min-width:1600px){
    .orre-inside-card{
        flex-basis:260px!important;
        width:260px!important;
    }
}

@media(max-width:1400px){
    .orre-inside-card{
        flex-basis:235px!important;
        width:235px!important;
    }

    .orre-inside-track{
        gap:18px!important;
        padding-left:5vw!important;
        padding-right:5vw!important;
    }
}

@media(max-width:1024px){
    .orre-inside-card{
        flex-basis:220px!important;
        width:220px!important;
    }
}

@media(max-width:767px){
    .orre-inside-track{
        gap:12px!important;
        padding:0 14px 22px!important;
    }

    .orre-inside-card{
        flex-basis:72vw!important;
        width:72vw!important;
        max-width:280px!important;
    }
}

.orre-pdp-final-short-description{
    max-width:520px!important;

    margin:20px 0 0!important;

    color:#444!important;

    font-family:Arial,Helvetica,sans-serif!important;
    font-size:12.5px!important;
    font-weight:400!important;
    line-height:1.75!important;

    letter-spacing:.005em!important;
}

.orre-pdp-final-short-description p{
    margin:0 0 12px!important;
}

.orre-pdp-final-short-description p:last-child{
    margin-bottom:0!important;
}

.orre-pdp-final-short-description + .orre-pdp-final-buy{
    margin-top:26px!important;
}

.orre-pdp-final-main{
    grid-template-columns:minmax(0,1.05fr) minmax(430px,.95fr)!important;
}

.orre-pdp-kiji-main-link{
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;

    width:100%!important;

    background:#f5f1ef!important;

    overflow:hidden!important;
}

.orre-pdp-kiji-main-image{
    display:block!important;

    width:100%!important;
    height:680px!important;

    min-height:0!important;
    max-height:680px!important;

    margin:0 auto!important;

    object-fit:contain!important;
    object-position:center!important;

    background:#f5f1ef!important;
}

.orre-pdp-kiji-thumb{
    height:96px!important;
}

.orre-pdp-kiji-thumb img{
    object-fit:cover!important;
}

.orre-pdp-final-summary-inner{
    padding-top:44px!important;
}

.orre-pdp-final-title{
    font-size:30px!important;
    line-height:1.08!important;
}

@media(max-width:1100px){

    .orre-pdp-final-main{
        grid-template-columns:minmax(0,1fr) minmax(390px,.95fr)!important;
    }

    .orre-pdp-kiji-main-image{
        height:590px!important;
        max-height:590px!important;
    }
}

@media(max-width:767px){

    .orre-pdp-kiji-main-image{
        width:100%!important;
        height:auto!important;

        min-height:0!important;
        max-height:none!important;

        aspect-ratio:4/5!important;

        object-fit:contain!important;
    }

    .orre-pdp-final-short-description{
        max-width:none!important;

        font-size:12px!important;
        line-height:1.7!important;
    }
}

body.single-product .orre-pdp-final{
    padding-top:64px!important;
}

body.single-product .orre-pdp-final-main{
    align-items:start!important;
}

body.single-product .orre-pdp-final-summary-inner{
    top:82px!important;
    padding-top:34px!important;
}

.orre-pdp-final-short-description{
    display:block!important;

    max-width:540px!important;

    margin:18px 0 0!important;

    color:#444!important;

    font-family:Arial,Helvetica,sans-serif!important;
    font-size:12.5px!important;
    font-weight:400!important;
    line-height:1.72!important;
}

.orre-pdp-final-short-description p{
    margin:0 0 11px!important;
}

.orre-pdp-final-short-description p:last-child{
    margin-bottom:0!important;
}

.orre-pdp-final-main{
    grid-template-columns:minmax(0,1fr) minmax(430px,.9fr)!important;
}

.orre-pdp-kiji-main-link{
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;

    min-height:620px!important;

    background:#f6f2f0!important;
}

.orre-pdp-kiji-main-image{
    width:100%!important;
    height:620px!important;

    min-height:0!important;
    max-height:620px!important;

    object-fit:contain!important;
    object-position:center!important;

    background:#f6f2f0!important;
}

.orre-pdp-kiji-thumb{
    height:92px!important;
}

.orre-pdp-final-buy .variations{
    margin-top:4px!important;
}

.orre-pdp-final-buy .variations label{
    display:block!important;

    margin-bottom:11px!important;

    color:#111!important;

    font-size:10px!important;
    font-weight:700!important;

    letter-spacing:.08em!important;
    text-transform:uppercase!important;
}

.orre-pdp-final-buy .wd-swatches-product{
    display:flex!important;
    flex-wrap:wrap!important;

    gap:8px!important;
}

.orre-pdp-final-buy .wd-swatch,
.orre-pdp-final-buy .wd-swatch-text{
    min-width:46px!important;
    height:40px!important;

    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;

    padding:0 12px!important;

    background:#fff!important;
    color:#111!important;

    border:1px solid #cfcfcf!important;
    border-radius:0!important;

    font-size:10px!important;
    font-weight:600!important;

    box-shadow:none!important;
}

.orre-pdp-final-buy .wd-swatch.wd-active,
.orre-pdp-final-buy .wd-swatch.active,
.orre-pdp-final-buy .wd-swatch:hover{
    background:#000!important;
    color:#fff!important;
    border-color:#000!important;
}

.orre-pdp-final-buy .variations select{
    width:100%!important;
    max-width:280px!important;

    height:44px!important;

    padding:0 12px!important;

    background:#fff!important;
    color:#111!important;

    border:1px solid #ccc!important;
    border-radius:0!important;

    font-size:11px!important;
}

.orre-pdp-final-buy .reset_variations{
    display:inline-block!important;

    margin-top:8px!important;

    color:#777!important;

    font-size:8px!important;
    font-weight:600!important;

    letter-spacing:.08em!important;
    text-transform:uppercase!important;
}

@media(max-width:767px){

    body.single-product .orre-pdp-final{
        padding-top:62px!important;
    }

    body.single-product .orre-pdp-final-summary-inner{
        top:auto!important;
        padding-top:24px!important;
    }

    .orre-pdp-kiji-main-link{
        min-height:0!important;
    }

    .orre-pdp-kiji-main-image{
        width:100%!important;
        height:auto!important;

        max-height:none!important;

        aspect-ratio:4/5!important;

        object-fit:contain!important;
    }

    .orre-pdp-final-short-description{
        max-width:none!important;

        font-size:12px!important;
        line-height:1.68!important;
    }
}

[data-orre-slider],
.orre-product-slider{
    overflow-x:auto!important;
    overflow-y:visible!important;

    scroll-behavior:smooth!important;
    scroll-snap-type:x proximity!important;

    overscroll-behavior-x:contain!important;
    overscroll-behavior-y:auto!important;

    touch-action:pan-y pan-x!important;

    scrollbar-width:none!important;
}

[data-orre-slider]::-webkit-scrollbar,
.orre-product-slider::-webkit-scrollbar{
    display:none!important;
}

[data-orre-slider]{
    cursor:grab!important;
}

[data-orre-slider].is-dragging{
    cursor:grabbing!important;
    user-select:none!important;
}

.orre-pdp-final-price .woocommerce-Price-currencySymbol{
    margin-right:6px!important;
}

.orre-shop-pro-sizes,
.orre-shop-pro-size-label,
.orre-shop-pro-size-list{
    display:none!important;
}

.orre-shop-card-gallery{
    position:relative!important;
    width:100%!important;
    aspect-ratio:4/5!important;

    overflow:hidden!important;

    background:#f4f0ee!important;
}

.orre-shop-gallery-link,
.orre-shop-gallery-track{
    display:block!important;
    width:100%!important;
    height:100%!important;
}

.orre-shop-gallery-slide{
    position:absolute!important;
    inset:0!important;

    width:100%!important;
    height:100%!important;

    opacity:0!important;
    visibility:hidden!important;

    transition:opacity .35s ease!important;
}

.orre-shop-gallery-slide.active{
    opacity:1!important;
    visibility:visible!important;
}

.orre-shop-gallery-slide img{
    display:block!important;

    width:100%!important;
    height:100%!important;

    object-fit:cover!important;
    object-position:center!important;
}

.orre-card-gallery-arrow{
    position:absolute!important;
    top:50%!important;

    z-index:10!important;

    width:38px!important;
    height:38px!important;

    display:flex!important;
    align-items:center!important;
    justify-content:center!important;

    padding:0!important;

    background:rgba(255,255,255,.92)!important;
    color:#111!important;

    border:0!important;
    border-radius:50%!important;

    font-size:24px!important;
    font-weight:300!important;

    transform:translateY(-50%)!important;

    opacity:0!important;

    transition:.2s ease!important;
}

.orre-card-gallery-arrow.prev{
    left:12px!important;
}

.orre-card-gallery-arrow.next{
    right:12px!important;
}

.orre-shop-card-gallery:hover .orre-card-gallery-arrow{
    opacity:1!important;
}

@media(max-width:767px){

    .orre-card-gallery-arrow{
        width:32px!important;
        height:32px!important;

        font-size:20px!important;

        opacity:1!important;
    }
}

.orre-shop-pro-sizes,
.orre-shop-pro-size-label,
.orre-shop-pro-size-list{
    display:none!important;
}

.orre-shop-pro-media,
.orre-shop-pro-main-img,
.orre-shop-pro-hover-img,
.orre-shop-pro-view{
    display:none!important;
}

.orre-shop-pro-gallery{
    position:relative!important;
    width:100%!important;
    aspect-ratio:4/5!important;
    overflow:hidden!important;
    background:#f3efed!important;
}

.orre-shop-pro-gallery-track{
    position:relative!important;
    width:100%!important;
    height:100%!important;
}

.orre-shop-pro-gallery-slide{
    position:absolute!important;
    inset:0!important;
    display:block!important;
    width:100%!important;
    height:100%!important;
    opacity:0!important;
    visibility:hidden!important;
    pointer-events:none!important;
    transition:opacity .28s ease!important;
}

.orre-shop-pro-gallery-slide.is-active{
    opacity:1!important;
    visibility:visible!important;
    pointer-events:auto!important;
}

.orre-shop-pro-gallery-slide img{
    display:block!important;
    width:100%!important;
    height:100%!important;
    margin:0!important;
    object-fit:cover!important;
    object-position:center!important;
    background:#f3efed!important;
}

.orre-shop-pro-gallery-arrow{
    position:absolute!important;
    top:50%!important;
    z-index:8!important;
    width:42px!important;
    height:42px!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    padding:0!important;
    margin:0!important;
    background:rgba(255,255,255,.94)!important;
    color:#111!important;
    border:1px solid rgba(0,0,0,.08)!important;
    border-radius:50%!important;
    box-shadow:0 3px 14px rgba(0,0,0,.08)!important;
    transform:translateY(-50%)!important;
    opacity:0!important;
    cursor:pointer!important;
    transition:opacity .2s ease,background .2s ease,color .2s ease!important;
}

.orre-shop-pro-gallery:hover .orre-shop-pro-gallery-arrow{
    opacity:1!important;
}

.orre-shop-pro-gallery-arrow.prev{
    left:12px!important;
}

.orre-shop-pro-gallery-arrow.next{
    right:12px!important;
}

.orre-shop-pro-gallery-arrow span{
    position:relative!important;
    display:block!important;
    width:10px!important;
    height:10px!important;
}

.orre-shop-pro-gallery-arrow span::before{
    content:""!important;
    position:absolute!important;
    top:50%!important;
    left:50%!important;
    width:7px!important;
    height:7px!important;
    border-top:1.5px solid currentColor!important;
    border-right:1.5px solid currentColor!important;
}

.orre-shop-pro-gallery-arrow.next span::before{
    transform:translate(-65%,-50%) rotate(45deg)!important;
}

.orre-shop-pro-gallery-arrow.prev span::before{
    transform:translate(-35%,-50%) rotate(-135deg)!important;
}

.orre-shop-pro-gallery-arrow:hover{
    background:#000!important;
    color:#fff!important;
}

.orre-shop-pro-gallery-dots{
    position:absolute!important;
    left:50%!important;
    bottom:11px!important;
    z-index:7!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    gap:5px!important;
    transform:translateX(-50%)!important;
}

.orre-shop-pro-gallery-dots span{
    width:5px!important;
    height:5px!important;
    display:block!important;
    background:rgba(255,255,255,.68)!important;
    border-radius:50%!important;
    box-shadow:0 0 0 1px rgba(0,0,0,.12)!important;
}

.orre-shop-pro-gallery-dots span.is-active{
    width:14px!important;
    background:#fff!important;
    border-radius:999px!important;
}

.orre-shop-pro-info{
    margin-top:0!important;
}

@media(max-width:767px){

    .orre-shop-pro-gallery-arrow{
        width:34px!important;
        height:34px!important;
        opacity:1!important;
    }

    .orre-shop-pro-gallery-arrow.prev{
        left:7px!important;
    }

    .orre-shop-pro-gallery-arrow.next{
        right:7px!important;
    }

    .orre-shop-pro-gallery-dots{
        bottom:8px!important;
    }
}

.orre-shop-pro-info{
    padding:14px 16px 20px!important;
    min-height:96px!important;

    display:flex!important;
    align-items:flex-start!important;
    justify-content:space-between!important;

    gap:18px!important;

    background:#fff!important;
}

.orre-shop-pro-name{
    display:block!important;

    margin:0!important;

    color:#111!important;

    font-family:Arial,Helvetica,sans-serif!important;
    font-size:13px!important;
    font-weight:700!important;
    line-height:1.35!important;

    letter-spacing:.025em!important;
    text-transform:uppercase!important;

    transition:opacity .2s ease!important;
}

.orre-shop-pro-name:hover{
    opacity:.58!important;
}

.orre-shop-pro-category{
    display:block!important;

    margin-top:6px!important;

    color:#9a9a9a!important;

    font-size:9px!important;
    font-weight:500!important;
    line-height:1.3!important;

    letter-spacing:.06em!important;
    text-transform:uppercase!important;
}

.orre-shop-pro-price{
    flex:0 0 auto!important;

    margin-top:1px!important;

    color:#111!important;

    font-family:Arial,Helvetica,sans-serif!important;
    font-size:13px!important;
    font-weight:700!important;
    line-height:1.35!important;

    letter-spacing:.015em!important;

    white-space:nowrap!important;
}

.orre-shop-pro-price .woocommerce-Price-currencySymbol{
    display:inline-block!important;
    margin-right:5px!important;
}

.orre-shop-pro-price del{
    margin-right:7px!important;

    color:#999!important;

    font-size:11px!important;
    font-weight:500!important;
}

.orre-shop-pro-price ins{
    color:#111!important;
    text-decoration:none!important;
}

@media(max-width:767px){

    .orre-shop-pro-info{
        min-height:80px!important;

        padding:10px 9px 14px!important;

        display:block!important;
    }

    .orre-shop-pro-name{
        font-size:10.5px!important;
    }

    .orre-shop-pro-price{
        margin-top:7px!important;

        font-size:10.5px!important;
    }

    .orre-shop-pro-price .woocommerce-Price-currencySymbol{
        margin-right:4px!important;
    }
}

@media (max-width: 1024px){

    body.home .orre-home-hero{
        min-height:680px!important;
        height:auto!important;
        padding-top:0!important;

        align-items:flex-end!important;

        background:#ded5ca!important;
    }

    body.home .orre-home-hero-bg{
        inset:0!important;

        background-size:cover!important;
        background-position:68% center!important;
        background-repeat:no-repeat!important;
    }

    body.home .orre-home-hero-content{
        width:min(430px,78vw)!important;

        margin:0 0 48px 5vw!important;
        padding:0!important;
    }

    .orre-home-editorial{
        min-height:600px!important;
        height:auto!important;
    }

    .orre-home-editorial-image{
        background-size:cover!important;
        background-position:center center!important;
    }
}

@media (max-width: 767px){

    body.home .orre-nav-header{
        position:sticky!important;
        top:0!important;

        height:58px!important;

        background:rgba(0,0,0,.93)!important;

        backdrop-filter:blur(12px)!important;
        -webkit-backdrop-filter:blur(12px)!important;
    }

    body.home .orre-nav-inner{
        height:58px!important;
        padding:0 14px!important;
    }

    body.home .orre-nav-logo a{
        font-size:25px!important;
    }

    body.home .orre-home-hero{
        position:relative!important;

        width:100%!important;

        min-height:0!important;
        height:calc(100svh - 58px)!important;
        max-height:720px!important;

        padding:0!important;
        margin:0!important;

        display:flex!important;
        align-items:flex-end!important;

        overflow:hidden!important;

        background:#ded5ca!important;
    }

    body.home .orre-home-hero-bg{
        position:absolute!important;
        inset:0!important;

        width:100%!important;
        height:100%!important;

        background-size:cover!important;
        background-position:72% center!important;
        background-repeat:no-repeat!important;
    }

    body.home .orre-home-hero::after{
        background:
            linear-gradient(
                to top,
                rgba(0,0,0,.32) 0%,
                rgba(0,0,0,.08) 35%,
                rgba(0,0,0,0) 64%
            )!important;
    }

    body.home .orre-home-hero-content{
        position:relative!important;
        z-index:3!important;

        width:calc(100% - 36px)!important;
        max-width:340px!important;

        margin:0 18px 34px!important;
        padding:0!important;

        color:#fff!important;
        text-align:left!important;
    }

    body.home .orre-home-hero-kicker{
        margin-bottom:8px!important;

        color:#fff!important;

        font-size:8px!important;
        font-weight:700!important;

        letter-spacing:.16em!important;
    }

    body.home .orre-home-hero-content h1{
        margin:0 0 9px!important;

        color:#fff!important;

        font-size:clamp(42px,15vw,62px)!important;
        font-weight:700!important;
        line-height:.9!important;

        letter-spacing:.07em!important;
        text-indent:0!important;
    }

    body.home .orre-home-hero-content p{
        max-width:280px!important;

        margin:0!important;

        color:#fff!important;

        font-size:10.5px!important;
        line-height:1.5!important;
    }

    .orre-home-editorial{
        position:relative!important;

        width:100%!important;

        min-height:0!important;
        height:72svh!important;
        max-height:650px!important;

        margin:0!important;

        overflow:hidden!important;

        background:#e7e7e7!important;
    }

    .orre-home-editorial-image{
        position:absolute!important;
        inset:0!important;

        width:100%!important;
        height:100%!important;

        background-size:cover!important;
        background-repeat:no-repeat!important;

        transform:none!important;
    }

    .orre-home-editorial-men .orre-home-editorial-image{
        background-position:65% center!important;
    }

    .orre-home-editorial-women .orre-home-editorial-image{
        background-position:58% center!important;
    }

    .orre-home-editorial:hover .orre-home-editorial-image{
        transform:none!important;
    }

    .orre-home-editorial-overlay{
        left:0!important;
        right:0!important;
        bottom:0!important;

        padding:0 20px 28px!important;
    }

    .orre-home-editorial-overlay > span{
        margin-bottom:8px!important;

        font-size:8px!important;
        font-weight:700!important;
    }

    .orre-home-editorial-overlay h2{
        max-width:315px!important;

        margin:0 0 16px!important;

        font-size:clamp(31px,10vw,42px)!important;
        line-height:.98!important;
    }

    .orre-home-editorial-overlay a{
        min-height:38px!important;

        padding:0 17px!important;

        font-size:8px!important;
    }
}

@media (max-width: 420px){

    body.home .orre-home-hero{
        height:calc(100svh - 56px)!important;
        min-height:520px!important;
    }

    body.home .orre-home-hero-bg{
        background-position:70% center!important;
    }

    body.home .orre-home-hero-content{
        width:calc(100% - 30px)!important;

        margin-left:15px!important;
        margin-right:15px!important;
        margin-bottom:27px!important;
    }

    body.home .orre-home-hero-content h1{
        font-size:46px!important;
    }

    .orre-home-editorial{
        height:68svh!important;
        min-height:500px!important;
    }

    .orre-home-editorial-overlay{
        padding:0 16px 22px!important;
    }

    .orre-home-editorial-overlay h2{
        max-width:280px!important;
        font-size:32px!important;
    }
}

body.home .orre-home-size-strip{
    display:none!important;
    opacity:0!important;
    visibility:hidden!important;
    height:0!important;
    min-height:0!important;
    padding:0!important;
    margin:0!important;
}

body.post-type-archive-product .orre-shop-pro-sizes,
body.post-type-archive-product .orre-shop-pro-size-label,
body.post-type-archive-product .orre-shop-pro-size-list{
    display:none!important;
}

body.tax-product_cat .orre-collection-size-strip,
body.tax-product_cat .orre-home-size-strip{
    display:none!important;
}

body.home .product-grid-item .wd-swatches-grid,
body.post-type-archive-product .product-grid-item .wd-swatches-grid,
body.tax-product_cat .product-grid-item .wd-swatches-grid{
    display:none!important;
}

html,
body{
    scroll-padding-top:64px!important;
}

.orre-nav-header{
    position:sticky!important;
    top:0!important;
    left:0!important;
    right:0!important;

    z-index:99999!important;

    width:100%!important;
    height:64px!important;

    margin:0!important;
    padding:0!important;

    background:#000!important;

    border:0!important;
    border-bottom:1px solid rgba(255,255,255,.12)!important;

    box-shadow:none!important;

    backdrop-filter:none!important;
    -webkit-backdrop-filter:none!important;

    transition:
        background .28s ease,
        backdrop-filter .28s ease,
        box-shadow .28s ease!important;
}

.orre-nav-inner{
    height:64px!important;
}

.orre-nav-header.is-scrolled{
    background:rgba(72,72,72,.88)!important;

    backdrop-filter:blur(14px)!important;
    -webkit-backdrop-filter:blur(14px)!important;

    border-bottom-color:rgba(255,255,255,.14)!important;

    box-shadow:0 2px 18px rgba(0,0,0,.08)!important;
}

body.home .orre-nav-header,
body.tax-product_cat .orre-nav-header,
body.post-type-archive-product .orre-nav-header,
body.single-product .orre-nav-header,
body.woocommerce-cart .orre-nav-header,
body.woocommerce-checkout .orre-nav-header{
    position:sticky!important;
    top:0!important;
    height:64px!important;
    background:#000!important;
}

body.home .orre-nav-header.is-scrolled,
body.tax-product_cat .orre-nav-header.is-scrolled,
body.post-type-archive-product .orre-nav-header.is-scrolled,
body.single-product .orre-nav-header.is-scrolled,
body.woocommerce-cart .orre-nav-header.is-scrolled,
body.woocommerce-checkout .orre-nav-header.is-scrolled{
    background:rgba(72,72,72,.88)!important;
    backdrop-filter:blur(14px)!important;
    -webkit-backdrop-filter:blur(14px)!important;
}

.orre-menu-drawer{
    overflow-y:auto!important;
    overflow-x:hidden!important;

    scrollbar-width:none!important;
    -ms-overflow-style:none!important;
}

.orre-menu-drawer::-webkit-scrollbar{
    width:0!important;
    height:0!important;
    display:none!important;
}

.orre-drawer-nav{
    overflow:visible!important;
}

#orreMenuClose{
    position:relative!important;

    width:32px!important;
    height:32px!important;
    min-width:32px!important;
    min-height:32px!important;

    display:block!important;

    margin:0!important;
    padding:0!important;

    overflow:hidden!important;

    background:transparent!important;
    color:transparent!important;

    border:0!important;
    border-radius:50%!important;

    font-size:0!important;
    line-height:0!important;

    box-shadow:none!important;

    cursor:pointer!important;

    transition:background .2s ease!important;
}

#orreMenuClose:hover{
    background:rgba(255,255,255,.08)!important;
}

#orreMenuClose::before,
#orreMenuClose::after{
    content:""!important;

    position:absolute!important;
    top:50%!important;
    left:50%!important;

    width:17px!important;
    height:1.5px!important;

    background:#fff!important;

    border-radius:999px!important;

    transform-origin:center!important;
}

#orreMenuClose::before{
    transform:translate(-50%,-50%) rotate(45deg)!important;
}

#orreMenuClose::after{
    transform:translate(-50%,-50%) rotate(-45deg)!important;
}

body.home .orre-home-size-strip,
body.home .product-grid-item .wd-swatches-grid,
body.home .product-grid-item .wd-swatches-product,

body.post-type-archive-product .orre-shop-pro-sizes,
body.post-type-archive-product .orre-shop-pro-size-label,
body.post-type-archive-product .orre-shop-pro-size-list,
body.post-type-archive-product .product-grid-item .wd-swatches-grid,
body.post-type-archive-product .product-grid-item .wd-swatches-product,

body.tax-product_cat .orre-collection-size-strip,
body.tax-product_cat .orre-home-size-strip,
body.tax-product_cat .product-grid-item .wd-swatches-grid,
body.tax-product_cat .product-grid-item .wd-swatches-product,

body.single-product .related.products .wd-swatches-grid,
body.single-product .upsells.products .wd-swatches-grid,
body.single-product .related.products .wd-swatches-product,
body.single-product .upsells.products .wd-swatches-product{
    display:none!important;

    width:0!important;
    height:0!important;
    min-height:0!important;

    margin:0!important;
    padding:0!important;

    opacity:0!important;
    visibility:hidden!important;

    overflow:hidden!important;
}

.orre-shop-pro-gallery-slide{
    transition:opacity .38s ease!important;
}

.orre-home-main-image,
.orre-home-hover-image,
.orre-collection-main-image,
.orre-collection-hover-image{
    transition:opacity .38s ease,transform .45s ease!important;
}

.orre-home-product:hover .orre-home-main-image,
.orre-home-product:hover .orre-home-hover-image,
.orre-collection-card:hover .orre-collection-main-image,
.orre-collection-card:hover .orre-collection-hover-image{
    transform:none!important;
}

.orre-home-product.orre-auto-alt .orre-home-main-image,
.orre-collection-card.orre-auto-alt .orre-collection-main-image{
    opacity:0!important;
}

.orre-home-product.orre-auto-alt .orre-home-hover-image,
.orre-collection-card.orre-auto-alt .orre-collection-hover-image{
    opacity:1!important;
}

.orre-home-product-info,
.orre-collection-card-info,
.orre-shop-pro-info{
    margin-top:0!important;
}

.orre-shop-pro-card-top,
.orre-collection-card-media,
.orre-home-product-media{
    margin-bottom:0!important;
}

@media(max-width:767px){

    .orre-nav-header,
    body.home .orre-nav-header,
    body.tax-product_cat .orre-nav-header,
    body.post-type-archive-product .orre-nav-header,
    body.single-product .orre-nav-header,
    body.woocommerce-cart .orre-nav-header,
    body.woocommerce-checkout .orre-nav-header{
        height:58px!important;
    }

    .orre-nav-inner{
        height:58px!important;
        padding:0 15px!important;
    }

    .orre-shop-pro-gallery-arrow{
        opacity:.92!important;
    }
}

body.home .orre-new-section,
body.home .orre-category-section,
body.home .orre-inside-section,
body.home .orre-front-heading,
body.home .orre-front-more,

body.post-type-archive-product .orre-shop-pro-hero-inner,
body.post-type-archive-product .orre-shop-pro-toolbar,

body.tax-product_cat .orre-collection-header-inner,
body.tax-product_cat .orre-collection-toolbar,

body.single-product .orre-related-heading,
body.single-product .orre-related-products{
    box-sizing:border-box!important;
}

.orre-shop-pro-grid,
.orre-collection-grid,
.orre-front-products,
.orre-home-products-grid,
.orre-related-track{
    width:100%!important;
    max-width:none!important;

    padding-left:clamp(18px,3.2vw,56px)!important;
    padding-right:clamp(18px,3.2vw,56px)!important;

    box-sizing:border-box!important;
}

.orre-home-hero,
.orre-home-editorial,
.orre-brand-strip,
.orre-inside-section,
.orre-category-feature-grid{
    max-width:none!important;
}

.orre-shop-pro-grid,
.orre-collection-grid,
.orre-front-products,
.orre-home-products-grid{
    gap:8px!important;
}

.orre-shop-pro-card,
.orre-collection-card,
.orre-front-product,
.orre-home-product{
    background:#fff!important;
    min-width:0!important;
}

.orre-shop-pro-info,
.orre-collection-card-info,
.orre-front-product-meta,
.orre-home-product-info{
    padding:14px 10px 22px!important;
    margin:0!important;

    background:#fff!important;
}

.orre-shop-pro-name,
.orre-collection-card-title,
.orre-front-product-name,
.orre-home-product-name{
    display:block!important;

    margin:0!important;

    color:#111!important;

    font-family:Arial,Helvetica,sans-serif!important;
    font-size:13px!important;
    font-weight:700!important;
    line-height:1.35!important;

    letter-spacing:.01em!important;
    text-transform:uppercase!important;
}

.orre-shop-pro-price,
.orre-collection-card-price,
.orre-front-product-price,
.orre-home-product-price{
    margin-top:7px!important;

    color:#111!important;

    font-family:Arial,Helvetica,sans-serif!important;
    font-size:12.5px!important;
    font-weight:700!important;
    line-height:1.3!important;
}

.orre-home-size-strip,
.orre-collection-size-strip,
.orre-shop-pro-sizes{
    display:flex!important;
    visibility:visible!important;
    opacity:1!important;

    width:100%!important;
    height:auto!important;
    min-height:0!important;

    margin:0!important;
    padding:10px 10px 0!important;

    gap:6px!important;
    flex-wrap:wrap!important;

    background:#fff!important;

    box-sizing:border-box!important;
}

.orre-shop-pro-size-label,
.orre-home-size-label,
.orre-collection-size-label{
    display:none!important;
}

.orre-shop-pro-size-list{
    display:flex!important;
    flex-wrap:wrap!important;
    gap:6px!important;
}

.orre-home-size-strip span,
.orre-collection-size-strip span,
.orre-shop-pro-size-list span{
    min-width:40px!important;
    height:34px!important;

    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;

    padding:0 10px!important;

    background:#fff!important;
    color:#555!important;

    border:1px solid #d5d5d5!important;
    border-radius:0!important;

    font-family:Arial,Helvetica,sans-serif!important;
    font-size:10px!important;
    font-weight:500!important;
    line-height:1!important;

    letter-spacing:.02em!important;
    text-transform:uppercase!important;

    box-shadow:none!important;

    transition:
        background .18s ease,
        color .18s ease,
        border-color .18s ease!important;
}

.orre-home-size-strip span:hover,
.orre-collection-size-strip span:hover,
.orre-shop-pro-size-list span:hover{
    background:#000!important;
    color:#fff!important;
    border-color:#000!important;
}

body.home .product-grid-item .wd-swatches-grid,
body.post-type-archive-product .product-grid-item .wd-swatches-grid,
body.tax-product_cat .product-grid-item .wd-swatches-grid,
body.single-product .related.products .wd-swatches-grid,
body.single-product .upsells.products .wd-swatches-grid{
    display:flex!important;
    visibility:visible!important;
    opacity:1!important;

    height:auto!important;
    width:auto!important;

    margin-top:8px!important;

    flex-wrap:wrap!important;
    gap:6px!important;
}

.product-grid-item .wd-swatch-text,
.related.products .wd-swatch-text,
.upsells.products .wd-swatch-text{
    min-width:40px!important;
    height:34px!important;

    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;

    padding:0 10px!important;

    background:#fff!important;
    color:#555!important;

    border:1px solid #d5d5d5!important;
    border-radius:0!important;

    font-size:10px!important;
    font-weight:500!important;

    box-shadow:none!important;
}

.product-grid-item .wd-swatch-text:hover,
.product-grid-item .wd-swatch-text.wd-active,
.related.products .wd-swatch-text:hover,
.upsells.products .wd-swatch-text:hover{
    background:#000!important;
    color:#fff!important;
    border-color:#000!important;
}

.orre-shop-pro-card,
.orre-collection-card,
.orre-front-product,
.orre-home-product{
    padding-bottom:0!important;
}

.orre-shop-pro-products,
.orre-collection-products{
    padding-bottom:70px!important;
}

@media(max-width:1024px){

    .orre-shop-pro-grid,
    .orre-collection-grid,
    .orre-front-products,
    .orre-home-products-grid,
    .orre-related-track{
        padding-left:22px!important;
        padding-right:22px!important;
    }

    .orre-shop-pro-grid,
    .orre-collection-grid,
    .orre-front-products,
    .orre-home-products-grid{
        gap:6px!important;
    }
}

@media(max-width:767px){

    .orre-shop-pro-grid,
    .orre-collection-grid,
    .orre-front-products,
    .orre-home-products-grid,
    .orre-related-track{
        padding-left:10px!important;
        padding-right:10px!important;
    }

    .orre-shop-pro-grid,
    .orre-collection-grid,
    .orre-front-products,
    .orre-home-products-grid{
        gap:5px!important;
    }

    .orre-shop-pro-info,
    .orre-collection-card-info,
    .orre-front-product-meta,
    .orre-home-product-info{
        padding:10px 7px 16px!important;
    }

    .orre-shop-pro-name,
    .orre-collection-card-title,
    .orre-front-product-name,
    .orre-home-product-name{
        font-size:10.5px!important;
        line-height:1.35!important;
    }

    .orre-shop-pro-price,
    .orre-collection-card-price,
    .orre-front-product-price,
    .orre-home-product-price{
        margin-top:5px!important;
        font-size:10.5px!important;
    }

    .orre-home-size-strip,
    .orre-collection-size-strip,
    .orre-shop-pro-sizes{
        padding:7px 7px 0!important;
        gap:4px!important;
    }

    .orre-home-size-strip span,
    .orre-collection-size-strip span,
    .orre-shop-pro-size-list span,
    .product-grid-item .wd-swatch-text{
        min-width:33px!important;
        height:30px!important;

        padding:0 7px!important;

        font-size:9px!important;
    }
}

html{scroll-padding-top:64px!important}

body .orre-nav-header{
position:sticky!important;top:0!important;left:0!important;right:0!important;z-index:999999!important;
width:100%!important;height:64px!important;margin:0!important;padding:0!important;background:#000!important;
border:0!important;border-bottom:1px solid rgba(255,255,255,.12)!important;box-shadow:none!important;
backdrop-filter:none!important;-webkit-backdrop-filter:none!important;
transition:background .25s ease,backdrop-filter .25s ease,box-shadow .25s ease!important
}
body .orre-nav-header .orre-nav-inner{height:64px!important}
body .orre-nav-header.is-scrolled{
background:rgba(72,72,72,.90)!important;backdrop-filter:blur(14px)!important;
-webkit-backdrop-filter:blur(14px)!important;box-shadow:0 2px 18px rgba(0,0,0,.10)!important
}

body .orre-menu-drawer{
overflow-y:auto!important;overflow-x:hidden!important;scrollbar-width:none!important;-ms-overflow-style:none!important
}
body .orre-menu-drawer::-webkit-scrollbar{width:0!important;height:0!important;display:none!important}

body #orreMenuClose{
position:relative!important;width:32px!important;height:32px!important;display:block!important;margin:0!important;
padding:0!important;background:transparent!important;color:transparent!important;border:0!important;
font-size:0!important;line-height:0!important;overflow:hidden!important
}
body #orreMenuClose::before,body #orreMenuClose::after{
content:""!important;position:absolute!important;top:50%!important;left:50%!important;width:17px!important;
height:1.5px!important;background:#fff!important;border-radius:99px!important
}
body #orreMenuClose::before{transform:translate(-50%,-50%) rotate(45deg)!important}
body #orreMenuClose::after{transform:translate(-50%,-50%) rotate(-45deg)!important}

body .orre-shop-pro-grid,
body .orre-collection-grid,
body .orre-front-products,
body .orre-home-products-grid,
body .orre-related-track{
box-sizing:border-box!important;width:100%!important;padding-left:clamp(18px,3vw,54px)!important;
padding-right:clamp(18px,3vw,54px)!important
}

body .orre-home-hero,
body .orre-home-editorial,
body .orre-brand-strip,
body .orre-category-feature-grid{
width:100%!important;max-width:none!important;margin-left:0!important;margin-right:0!important
}

body .orre-shop-pro-grid,
body .orre-collection-grid,
body .orre-front-products,
body .orre-home-products-grid{gap:12px!important}

body .orre-shop-pro-card,
body .orre-collection-card,
body .orre-front-product,
body .orre-home-product{min-width:0!important;padding-bottom:0!important;background:#fff!important}

body .orre-shop-pro-info,
body .orre-collection-card-info,
body .orre-front-product-meta,
body .orre-home-product-info{
margin:0!important;padding:14px 10px 22px!important;background:#fff!important
}

body .orre-shop-pro-name,
body .orre-collection-card-title,
body .orre-front-product-name,
body .orre-home-product-name{
display:block!important;margin:0!important;color:#111!important;font-family:Arial,Helvetica,sans-serif!important;
font-size:13px!important;font-weight:700!important;line-height:1.35!important;letter-spacing:.01em!important;
text-transform:uppercase!important
}

body .orre-shop-pro-price,
body .orre-collection-card-price,
body .orre-front-product-price,
body .orre-home-product-price{
display:block!important;margin-top:7px!important;color:#111!important;font-family:Arial,Helvetica,sans-serif!important;
font-size:12.5px!important;font-weight:700!important;line-height:1.3!important
}

body .woocommerce-Price-currencySymbol{display:inline-block!important;margin-right:5px!important}

body .orre-home-size-strip,
body .orre-collection-size-strip,
body .orre-shop-pro-sizes{
display:flex!important;visibility:visible!important;opacity:1!important;width:100%!important;height:auto!important;
min-height:0!important;margin:0!important;padding:10px 10px 0!important;gap:6px!important;flex-wrap:wrap!important;
background:#fff!important
}

body .orre-home-size-label,
body .orre-collection-size-label,
body .orre-shop-pro-size-label{display:none!important}

body .orre-shop-pro-size-list{display:flex!important;flex-wrap:wrap!important;gap:6px!important}

body .orre-home-size-strip > span,
body .orre-collection-size-strip > span,
body .orre-shop-pro-size-list > span{
min-width:40px!important;height:34px!important;display:inline-flex!important;align-items:center!important;
justify-content:center!important;padding:0 10px!important;background:#fff!important;color:#555!important;
border:1px solid #d4d4d4!important;border-radius:0!important;font-family:Arial,Helvetica,sans-serif!important;
font-size:10px!important;font-weight:500!important;line-height:1!important
}

body .product-grid-item .wd-swatches-grid,
body .related.products .wd-swatches-grid,
body .upsells.products .wd-swatches-grid{
display:flex!important;visibility:visible!important;opacity:1!important;width:auto!important;height:auto!important;
margin-top:8px!important;flex-wrap:wrap!important;gap:6px!important
}

body .product-grid-item .wd-swatch-text,
body .related.products .wd-swatch-text,
body .upsells.products .wd-swatch-text{
min-width:40px!important;height:34px!important;display:inline-flex!important;align-items:center!important;
justify-content:center!important;padding:0 10px!important;background:#fff!important;color:#555!important;
border:1px solid #d4d4d4!important;border-radius:0!important;font-size:10px!important;font-weight:500!important;
box-shadow:none!important
}

body .product-grid-item .wd-swatch-text:hover,
body .product-grid-item .wd-swatch-text.wd-active,
body .related.products .wd-swatch-text:hover,
body .upsells.products .wd-swatch-text:hover{
background:#000!important;color:#fff!important;border-color:#000!important
}

body .orre-shop-pro-gallery-slide{transition:opacity .35s ease!important}
body .orre-home-main-image,
body .orre-home-hover-image,
body .orre-collection-main-image,
body .orre-collection-hover-image{transition:opacity .35s ease!important}

body .orre-home-product.orre-auto-alt .orre-home-main-image,
body .orre-collection-card.orre-auto-alt .orre-collection-main-image{opacity:0!important}

body .orre-home-product.orre-auto-alt .orre-home-hover-image,
body .orre-collection-card.orre-auto-alt .orre-collection-hover-image{opacity:1!important}

@media(max-width:767px){
html{scroll-padding-top:58px!important}
body .orre-nav-header{height:58px!important}
body .orre-nav-header .orre-nav-inner{height:58px!important;padding-left:14px!important;padding-right:14px!important}
body .orre-shop-pro-grid,
body .orre-collection-grid,
body .orre-front-products,
body .orre-home-products-grid,
body .orre-related-track{padding-left:10px!important;padding-right:10px!important}
body .orre-shop-pro-grid,
body .orre-collection-grid,
body .orre-front-products,
body .orre-home-products-grid{gap:6px!important}
body .orre-shop-pro-info,
body .orre-collection-card-info,
body .orre-front-product-meta,
body .orre-home-product-info{padding:10px 7px 16px!important}
body .orre-shop-pro-name,
body .orre-collection-card-title,
body .orre-front-product-name,
body .orre-home-product-name{font-size:10.5px!important}
body .orre-shop-pro-price,
body .orre-collection-card-price,
body .orre-front-product-price,
body .orre-home-product-price{font-size:10.5px!important}
body .orre-home-size-strip,
body .orre-collection-size-strip,
body .orre-shop-pro-sizes{padding:7px 7px 0!important;gap:4px!important}
body .orre-home-size-strip > span,
body .orre-collection-size-strip > span,
body .orre-shop-pro-size-list > span,
body .product-grid-item .wd-swatch-text{min-width:33px!important;height:30px!important;padding:0 7px!important;font-size:9px!important}
}

.orre-home-size-strip,
.orre-collection-size-strip,
.orre-shop-pro-sizes{
    display:flex!important;
    visibility:visible!important;
    opacity:1!important;

    position:relative!important;

    width:100%!important;
    height:auto!important;
    min-height:0!important;
    max-height:none!important;

    margin:0!important;
    padding:10px 14px 0!important;

    flex-wrap:wrap!important;
    align-items:center!important;

    gap:6px!important;

    background:#fff!important;

    transform:none!important;
    overflow:visible!important;
}

.orre-home-size-label,
.orre-collection-size-label,
.orre-shop-pro-size-label{
    display:none!important;
}

.orre-shop-pro-size-list{
    display:flex!important;

    flex-wrap:wrap!important;
    align-items:center!important;

    gap:6px!important;

    width:100%!important;

    margin:0!important;
    padding:0!important;
}

.orre-home-size-strip > span,
.orre-collection-size-strip > span,
.orre-shop-pro-size-list > span{
    display:inline-flex!important;

    align-items:center!important;
    justify-content:center!important;

    min-width:39px!important;
    width:auto!important;
    height:34px!important;

    margin:0!important;
    padding:0 10px!important;

    background:#fff!important;
    color:#444!important;

    border:1px solid #d4d4d4!important;
    border-radius:0!important;

    font-family:Arial, Helvetica, sans-serif!important;
    font-size:10px!important;
    font-weight:500!important;
    line-height:1!important;

    letter-spacing:.02em!important;
    text-transform:uppercase!important;

    box-shadow:none!important;

    opacity:1!important;
    visibility:visible!important;

    cursor:pointer!important;

    transition:
        background .18s ease,
        color .18s ease,
        border-color .18s ease!important;
}

.orre-home-size-strip > span:hover,
.orre-collection-size-strip > span:hover,
.orre-shop-pro-size-list > span:hover{
    background:#000!important;
    color:#fff!important;
    border-color:#000!important;
}

.product-grid-item .wd-swatches-grid,
.related.products .wd-swatches-grid,
.upsells.products .wd-swatches-grid{
    display:flex!important;
    visibility:visible!important;
    opacity:1!important;

    width:100%!important;
    height:auto!important;
    min-height:0!important;

    margin:8px 0 0!important;
    padding:0!important;

    flex-wrap:wrap!important;
    align-items:center!important;

    gap:6px!important;

    transform:none!important;
    overflow:visible!important;
}

.product-grid-item .wd-swatch-text,
.related.products .wd-swatch-text,
.upsells.products .wd-swatch-text{
    display:inline-flex!important;

    align-items:center!important;
    justify-content:center!important;

    min-width:39px!important;
    width:auto!important;
    height:34px!important;

    padding:0 10px!important;
    margin:0!important;

    background:#fff!important;
    color:#444!important;

    border:1px solid #d4d4d4!important;
    border-radius:0!important;

    font-size:10px!important;
    font-weight:500!important;

    box-shadow:none!important;

    opacity:1!important;
    visibility:visible!important;
}

.product-grid-item .wd-swatch-text:hover,
.product-grid-item .wd-swatch-text.wd-active{
    background:#000!important;
    color:#fff!important;
    border-color:#000!important;
}

@media (min-width:768px){

    .orre-home-size-strip,
    .orre-collection-size-strip,
    .orre-shop-pro-sizes{
        display:flex!important;
        padding:10px 14px 0!important;
    }

    .orre-home-size-strip > span,
    .orre-collection-size-strip > span,
    .orre-shop-pro-size-list > span,
    .product-grid-item .wd-swatch-text{
        min-width:39px!important;
        height:34px!important;

        padding:0 10px!important;

        font-size:10px!important;
    }
}

@media (max-width:767px){

    .orre-home-size-strip,
    .orre-collection-size-strip,
    .orre-shop-pro-sizes{
        display:flex!important;

        padding:8px 7px 0!important;

        gap:5px!important;
    }

    .orre-shop-pro-size-list{
        gap:5px!important;
    }

    .orre-home-size-strip > span,
    .orre-collection-size-strip > span,
    .orre-shop-pro-size-list > span,
    .product-grid-item .wd-swatch-text{
        min-width:34px!important;
        height:30px!important;

        padding:0 7px!important;

        font-size:9px!important;
    }
}

.orre-home-size-strip{
    display:flex!important;
    flex-wrap:wrap!important;
    align-items:center!important;

    gap:6px!important;

    width:100%!important;

    margin:0!important;
    padding:10px 14px 0!important;

    background:#fff!important;
}

.orre-home-size-strip span{
    min-width:40px!important;
    height:34px!important;

    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;

    padding:0 10px!important;

    color:#555!important;
    background:#fff!important;

    border:1px solid #d5d5d5!important;
    border-radius:0!important;

    font-size:10px!important;
    font-weight:500!important;
    line-height:1!important;

    text-transform:uppercase!important;
}

.orre-home-size-strip span:hover{
    background:#000!important;
    color:#fff!important;
    border-color:#000!important;
}

@media(max-width:767px){

    .orre-home-size-strip{
        gap:4px!important;
        padding:7px 7px 0!important;
    }

    .orre-home-size-strip span{
        min-width:33px!important;
        height:30px!important;

        padding:0 7px!important;

        font-size:9px!important;
    }
}

body .orre-home-product-grid,
body .orre-shop-pro-grid,
body .orre-collection-grid,
body .orre-related-track {
    box-sizing: border-box !important;
    width: 100% !important;
    padding-left: clamp(22px,3vw,56px) !important;
    padding-right: clamp(22px,3vw,56px) !important;
}

body .orre-product-slider {
    scroll-padding-left: clamp(22px,3vw,56px) !important;
    scroll-padding-right: clamp(22px,3vw,56px) !important;
}

body .orre-home-hero,
body .orre-home-editorial,
body .orre-home-brand,
body .orre-brand-strip {
    width: 100% !important;
    max-width: none !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

body .orre-home-product-grid,
body .orre-shop-pro-grid,
body .orre-collection-grid {
    gap: 12px !important;
}

body .orre-home-size-strip {
    position: relative !important;
    display: flex !important;
    visibility: visible !important;
    opacity: 1 !important;
    width: 100% !important;
    height: auto !important;
    min-height: 44px !important;
    max-height: none !important;
    margin: 0 !important;
    padding: 10px 14px 0 !important;
    flex-wrap: wrap !important;
    align-items: flex-start !important;
    gap: 6px !important;
    background: #fff !important;
    transform: none !important;
    overflow: visible !important;
}

    body .orre-home-size-strip > span {
        min-width: 40px !important;
        width: auto !important;
        height: 34px !important;
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        margin: 0 !important;
        padding: 0 10px !important;
        background: #fff !important;
        color: #555 !important;
        border: 1px solid #d4d4d4 !important;
        border-radius: 0 !important;
        font-family: Arial,Helvetica,sans-serif !important;
        font-size: 10px !important;
        font-weight: 500 !important;
        line-height: 1 !important;
        letter-spacing: .02em !important;
        text-transform: uppercase !important;
        box-shadow: none !important;
    }

body .orre-shop-pro-sizes,
body .orre-collection-size-strip {
    display: flex !important;
    visibility: visible !important;
    opacity: 1 !important;
    width: 100% !important;
    height: auto !important;
    min-height: 44px !important;
    margin: 0 !important;
    padding: 10px 14px 0 !important;
    gap: 6px !important;
    flex-wrap: wrap !important;
    background: #fff !important;
    transform: none !important;
    overflow: visible !important;
}

body .orre-shop-pro-size-label,
body .orre-collection-size-label {
    display: none !important;
}

body .orre-shop-pro-size-list {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 6px !important;
}

    body .orre-shop-pro-size-list > span,
    body .orre-collection-size-strip > span {
        min-width: 40px !important;
        width: auto !important;
        height: 34px !important;
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        padding: 0 10px !important;
        background: #fff !important;
        color: #555 !important;
        border: 1px solid #d4d4d4 !important;
        border-radius: 0 !important;
        font-size: 10px !important;
        font-weight: 500 !important;
    }

body .product-grid-item .wd-swatches-grid,
body .related.products .wd-swatches-grid,
body .upsells.products .wd-swatches-grid {
    display: flex !important;
    visibility: visible !important;
    opacity: 1 !important;
    width: 100% !important;
    height: auto !important;
    margin: 8px 0 0 !important;
    padding: 0 !important;
    flex-wrap: wrap !important;
    gap: 6px !important;
}

body .product-grid-item .wd-swatch-text,
body .related.products .wd-swatch-text,
body .upsells.products .wd-swatch-text {
    min-width: 40px !important;
    height: 34px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0 10px !important;
    background: #fff !important;
    color: #555 !important;
    border: 1px solid #d4d4d4 !important;
    border-radius: 0 !important;
    font-size: 10px !important;
    font-weight: 500 !important;
    box-shadow: none !important;
}

body .orre-home-product-info,
body .orre-shop-pro-info,
body .orre-collection-card-info {
    margin: 0 !important;
    padding: 13px 14px 24px !important;
    background: #fff !important;
}

body .orre-home-product-name,
body .orre-shop-pro-name,
body .orre-collection-card-title {
    display: block !important;
    margin: 0 !important;
    color: #111 !important;
    font-family: Arial,Helvetica,sans-serif !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    line-height: 1.35 !important;
    letter-spacing: .01em !important;
    text-transform: uppercase !important;
}

body .orre-home-product-price,
body .orre-shop-pro-price,
body .orre-collection-card-price {
    display: block !important;
    margin-top: 7px !important;
    color: #111 !important;
    font-family: Arial,Helvetica,sans-serif !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    line-height: 1.3 !important;
}

body .woocommerce-Price-currencySymbol {
    display: inline-block !important;
    margin-right: 5px !important;
}

@media(max-width:1024px) {

    body .orre-home-product-grid,
    body .orre-shop-pro-grid,
    body .orre-collection-grid,
    body .orre-related-track {
        padding-left: 18px !important;
        padding-right: 18px !important;
    }

    body .orre-home-product-grid,
    body .orre-shop-pro-grid,
    body .orre-collection-grid {
        gap: 8px !important;
    }
}

@media(max-width:767px) {

    body .orre-home-product-grid,
    body .orre-shop-pro-grid,
    body .orre-collection-grid,
    body .orre-related-track {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    body .orre-home-product-grid,
    body .orre-shop-pro-grid,
    body .orre-collection-grid {
        gap: 6px !important;
    }

    body .orre-home-size-strip,
    body .orre-shop-pro-sizes,
    body .orre-collection-size-strip {
        min-height: 38px !important;
        padding: 7px 7px 0 !important;
        gap: 4px !important;
    }

        body .orre-home-size-strip > span,
        body .orre-shop-pro-size-list > span,
        body .orre-collection-size-strip > span,
        body .product-grid-item .wd-swatch-text {
            min-width: 33px !important;
            height: 30px !important;
            padding: 0 7px !important;
            font-size: 9px !important;
        }

    body .orre-home-product-info,
    body .orre-shop-pro-info,
    body .orre-collection-card-info {
        padding: 10px 7px 17px !important;
    }

    body .orre-home-product-name,
    body .orre-shop-pro-name,
    body .orre-collection-card-title {
        font-size: 10.5px !important;
    }

    body .orre-home-product-price,
    body .orre-shop-pro-price,
    body .orre-collection-card-price {
        margin-top: 5px !important;
        font-size: 10.5px !important;
    }
}

.orre-home-product-grid,
.orre-shop-pro-grid,
.orre-collection-grid,
.orre-related-track{
    width:100%!important;
    max-width:100%!important;

    box-sizing:border-box!important;

    padding-left:40px!important;
    padding-right:40px!important;

    margin-left:auto!important;
    margin-right:auto!important;
}

.orre-home-product-grid,
.orre-shop-pro-grid,
.orre-collection-grid{
    gap:16px!important;
    column-gap:16px!important;
    row-gap:24px!important;
}

.orre-home-product,
.orre-shop-pro-card,
.orre-collection-card{
    min-width:0!important;

    margin:0!important;
    padding:0!important;

    background:#fff!important;
}

.orre-home-product-media,
.orre-shop-pro-gallery,
.orre-collection-card-media{
    width:100%!important;

    margin:0!important;
    padding:0!important;

    overflow:hidden!important;

    background:#f3efed!important;
}

.orre-home-product-media img,
.orre-shop-pro-gallery img,
.orre-collection-card-media img{
    display:block!important;

    width:100%!important;
    height:100%!important;

    margin:0!important;

    object-fit:cover!important;
    object-position:center!important;
}

.orre-home-size-strip,
.orre-shop-pro-sizes,
.orre-collection-size-strip{
    box-sizing:border-box!important;

    width:100%!important;

    margin:0!important;
    padding:10px 12px 0!important;

    gap:6px!important;

    background:#fff!important;
}

.orre-home-product-info,
.orre-shop-pro-info,
.orre-collection-card-info{
    box-sizing:border-box!important;

    width:100%!important;

    margin:0!important;
    padding:14px 12px 24px!important;

    background:#fff!important;
}

.orre-home-product-name,
.orre-shop-pro-name,
.orre-collection-card-title{
    margin:0!important;

    font-size:13px!important;
    font-weight:700!important;
    line-height:1.35!important;

    text-transform:uppercase!important;
}

.orre-home-product-price,
.orre-shop-pro-price,
.orre-collection-card-price{
    margin-top:7px!important;

    font-size:12px!important;
    font-weight:700!important;
}

.woocommerce-Price-currencySymbol{
    display:inline-block!important;
    margin-right:5px!important;
}

@media(max-width:1024px){

    .orre-home-product-grid,
    .orre-shop-pro-grid,
    .orre-collection-grid,
    .orre-related-track{
        padding-left:24px!important;
        padding-right:24px!important;
    }

    .orre-home-product-grid,
    .orre-shop-pro-grid,
    .orre-collection-grid{
        gap:12px!important;
    }
}

@media(max-width:767px){

    .orre-home-product-grid,
    .orre-shop-pro-grid,
    .orre-collection-grid,
    .orre-related-track{
        padding-left:12px!important;
        padding-right:12px!important;
    }

    .orre-home-product-grid,
    .orre-shop-pro-grid,
    .orre-collection-grid{
        gap:8px!important;
        row-gap:18px!important;
    }

    .orre-home-size-strip,
    .orre-shop-pro-sizes,
    .orre-collection-size-strip{
        padding:7px 7px 0!important;
    }

    .orre-home-product-info,
    .orre-shop-pro-info,
    .orre-collection-card-info{
        padding:10px 7px 16px!important;
    }
}

:root{
    --orre-page-gutter: 56px;
    --orre-card-gap: 16px;
}

.orre-home-new,
.orre-home-collection{
    padding-left:var(--orre-page-gutter)!important;
    padding-right:var(--orre-page-gutter)!important;

    box-sizing:border-box!important;
}

.orre-home-new .orre-home-section-header,
.orre-home-collection .orre-home-section-header{
    padding-left:0!important;
    padding-right:0!important;
}

.orre-home-product-grid{
    width:100%!important;

    padding-left:0!important;
    padding-right:0!important;

    gap:var(--orre-card-gap)!important;

    box-sizing:border-box!important;
}

.orre-slider-shell{
    position:relative!important;

    width:100%!important;

    margin:0!important;
    padding:0!important;

    box-sizing:border-box!important;
}

.orre-inside{
    width:100%!important;

    padding-left:var(--orre-page-gutter)!important;
    padding-right:var(--orre-page-gutter)!important;

    box-sizing:border-box!important;
}

.orre-inside-head{
    width:100%!important;

    margin-left:auto!important;
    margin-right:auto!important;

    padding-left:0!important;
    padding-right:0!important;

    box-sizing:border-box!important;
}

.orre-inside-shell{
    position:relative!important;

    width:100%!important;

    margin:0!important;
    padding:0!important;

    box-sizing:border-box!important;
}

.orre-inside-track{
    width:100%!important;

    margin:0!important;

    padding-left:0!important;
    padding-right:0!important;

    gap:30px!important;

    box-sizing:border-box!important;
}

.orre-home-product,
.orre-inside-card{
    margin:0!important;
}

.orre-shop-pro-products,
.orre-collection-products{
    padding-left:var(--orre-page-gutter)!important;
    padding-right:var(--orre-page-gutter)!important;

    box-sizing:border-box!important;
}

.orre-shop-pro-grid,
.orre-collection-grid{
    width:100%!important;

    padding-left:0!important;
    padding-right:0!important;

    gap:var(--orre-card-gap)!important;

    box-sizing:border-box!important;
}

.orre-related-section,
.related.products,
.upsells.products{
    padding-left:var(--orre-page-gutter)!important;
    padding-right:var(--orre-page-gutter)!important;

    box-sizing:border-box!important;
}

.orre-related-track{
    width:100%!important;

    padding-left:0!important;
    padding-right:0!important;

    gap:var(--orre-card-gap)!important;

    box-sizing:border-box!important;
}

.orre-slider-prev,
.orre-inside-prev{
    left:-28px!important;
}

.orre-slider-next,
.orre-inside-next{
    right:-28px!important;
}

@media(max-width:1024px){

    :root{
        --orre-page-gutter: 28px;
        --orre-card-gap: 12px;
    }

    .orre-inside-track{
        gap:18px!important;
    }

    .orre-slider-prev,
    .orre-inside-prev{
        left:-14px!important;
    }

    .orre-slider-next,
    .orre-inside-next{
        right:-14px!important;
    }
}

@media(max-width:767px){

    :root{
        --orre-page-gutter: 12px;
        --orre-card-gap: 8px;
    }

    .orre-home-new,
    .orre-home-collection,
    .orre-inside,
    .orre-shop-pro-products,
    .orre-collection-products,
    .orre-related-section,
    .related.products,
    .upsells.products{
        padding-left:12px!important;
        padding-right:12px!important;
    }

    .orre-inside-track{
        gap:12px!important;
    }

    .orre-slider-prev,
    .orre-inside-prev{
        left:4px!important;
    }

    .orre-slider-next,
    .orre-inside-next{
        right:4px!important;
    }
}

.orre-home-new,
.orre-home-collection{
    box-sizing:border-box!important;
    width:100%!important;
    padding-left:56px!important;
    padding-right:56px!important;
}

.orre-slider-shell{
    position:relative!important;
    width:100%!important;
    margin:0!important;
    padding:0!important;
    overflow:visible!important;
}

.orre-home-product-grid{
    box-sizing:border-box!important;
    width:100%!important;
    padding-left:0!important;
    padding-right:0!important;
    gap:16px!important;
}

.orre-slider-arrow{
    position:absolute!important;
    top:42%!important;
    z-index:50!important;

    width:50px!important;
    height:50px!important;

    display:flex!important;
    align-items:center!important;
    justify-content:center!important;

    padding:0!important;
    margin:0!important;

    background:rgba(255,255,255,.96)!important;
    color:#111!important;

    border:1px solid rgba(0,0,0,.08)!important;
    border-radius:50%!important;

    box-shadow:0 5px 18px rgba(0,0,0,.10)!important;

    transform:translateY(-50%)!important;

    cursor:pointer!important;
}

.orre-slider-prev{
    left:10px!important;
}

.orre-slider-next{
    right:10px!important;
}

.orre-slider-arrow:hover{
    background:#000!important;
    color:#fff!important;
}

.orre-slider-arrow > span{
    position:relative!important;
    display:block!important;
    width:12px!important;
    height:12px!important;
}

.orre-slider-arrow > span::before{
    content:""!important;
    position:absolute!important;
    top:50%!important;
    left:50%!important;
    width:8px!important;
    height:8px!important;
    border-top:1.5px solid currentColor!important;
    border-right:1.5px solid currentColor!important;
}

.orre-slider-prev > span::before{
    transform:translate(-35%,-50%) rotate(-135deg)!important;
}

.orre-slider-next > span::before{
    transform:translate(-65%,-50%) rotate(45deg)!important;
}

.orre-home-size-strip{
    display:flex!important;
    visibility:visible!important;
    opacity:1!important;

    width:100%!important;
    min-height:44px!important;

    margin:0!important;
    padding:10px 12px 0!important;

    flex-wrap:wrap!important;
    align-items:center!important;
    gap:6px!important;

    background:#fff!important;
    overflow:visible!important;
    transform:none!important;
}

.orre-home-size-strip > span{
    min-width:40px!important;
    height:34px!important;

    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;

    padding:0 10px!important;

    background:#fff!important;
    color:#444!important;

    border:1px solid #d4d4d4!important;
    border-radius:0!important;

    font-family:Arial,Helvetica,sans-serif!important;
    font-size:10px!important;
    font-weight:500!important;
    line-height:1!important;
    text-transform:uppercase!important;
}

.orre-home-product-info{
    box-sizing:border-box!important;
    width:100%!important;

    margin:0!important;
    padding:12px 12px 22px!important;

    background:#fff!important;
}

.orre-home-product-name{
    margin:0!important;
    font-size:13px!important;
    font-weight:700!important;
    line-height:1.35!important;
    text-transform:uppercase!important;
}

.orre-home-product-price{
    margin-top:7px!important;
    font-size:12px!important;
    font-weight:700!important;
}

@media(max-width:1024px){

    .orre-home-new,
    .orre-home-collection{
        padding-left:28px!important;
        padding-right:28px!important;
    }

    .orre-home-product-grid{
        gap:12px!important;
    }

    .orre-slider-arrow{
        width:44px!important;
        height:44px!important;
    }

    .orre-slider-prev{
        left:8px!important;
    }

    .orre-slider-next{
        right:8px!important;
    }
}

@media(max-width:767px){

    .orre-home-new,
    .orre-home-collection{
        padding-left:12px!important;
        padding-right:12px!important;
    }

    .orre-home-product-grid{
        gap:8px!important;
    }

    .orre-slider-arrow{
        width:38px!important;
        height:38px!important;
        top:40%!important;
    }

    .orre-slider-prev{
        left:5px!important;
    }

    .orre-slider-next{
        right:5px!important;
    }

    .orre-home-size-strip{
        min-height:38px!important;
        padding:7px 7px 0!important;
        gap:4px!important;
    }

    .orre-home-size-strip > span{
        min-width:33px!important;
        height:30px!important;
        padding:0 7px!important;
        font-size:9px!important;
    }

    .orre-home-product-info{
        padding:10px 7px 16px!important;
    }
}

.orre-home-new,
.orre-home-collection{
    box-sizing:border-box!important;
    width:100%!important;
    padding-left:64px!important;
    padding-right:64px!important;
}

.orre-slider-shell{
    position:relative!important;
    width:100%!important;
    margin:0!important;
    padding:0!important;
    overflow:hidden!important;
}

.orre-home-product-grid{
    box-sizing:border-box!important;
    width:100%!important;
    gap:16px!important;
    padding:0!important;
    margin:0!important;
}

.orre-home-product{
    min-width:0!important;
    margin:0!important;
    background:#fff!important;
}

.orre-slider-arrow{
    position:absolute!important;
    top:42%!important;
    z-index:60!important;

    width:48px!important;
    height:48px!important;

    display:flex!important;
    align-items:center!important;
    justify-content:center!important;

    margin:0!important;
    padding:0!important;

    background:#fff!important;
    color:#111!important;

    border:1px solid rgba(0,0,0,.10)!important;
    border-radius:50%!important;

    box-shadow:0 4px 16px rgba(0,0,0,.10)!important;

    transform:translateY(-50%)!important;
}

.orre-slider-prev{
    left:14px!important;
}

.orre-slider-next{
    right:14px!important;
}

.orre-slider-arrow svg{
    width:20px!important;
    height:20px!important;

    display:block!important;

    fill:none!important;
    stroke:currentColor!important;
    stroke-width:1.8!important;
    stroke-linecap:round!important;
    stroke-linejoin:round!important;
}

.orre-slider-arrow:hover{
    background:#000!important;
    color:#fff!important;
}

.orre-slider-arrow > span,
.orre-slider-arrow::before,
.orre-slider-arrow::after,
.orre-slider-arrow > span::before,
.orre-slider-arrow > span::after{
    display:none!important;
    content:none!important;
}

.orre-home-size-strip{
    box-sizing:border-box!important;

    display:flex!important;
    visibility:visible!important;
    opacity:1!important;

    width:100%!important;
    min-height:46px!important;

    margin:0!important;
    padding:10px 12px 2px!important;

    flex-wrap:wrap!important;
    align-items:center!important;
    gap:6px!important;

    background:#fff!important;

    transform:none!important;
    overflow:visible!important;
}

.orre-home-size-strip > span{
    min-width:40px!important;
    height:34px!important;

    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;

    margin:0!important;
    padding:0 10px!important;

    color:#444!important;
    background:#fff!important;

    border:1px solid #d4d4d4!important;
    border-radius:0!important;

    font-family:Arial,Helvetica,sans-serif!important;
    font-size:10px!important;
    font-weight:500!important;
    line-height:1!important;

    text-transform:uppercase!important;
}

.orre-home-product-info{
    box-sizing:border-box!important;
    width:100%!important;

    margin:0!important;
    padding:12px 12px 22px!important;

    background:#fff!important;
}

@media(max-width:1024px){

    .orre-home-new,
    .orre-home-collection{
        padding-left:28px!important;
        padding-right:28px!important;
    }

    .orre-home-product-grid{
        gap:12px!important;
    }

    .orre-slider-arrow{
        width:44px!important;
        height:44px!important;
    }

    .orre-slider-prev{
        left:10px!important;
    }

    .orre-slider-next{
        right:10px!important;
    }
}

@media(max-width:767px){

    .orre-home-new,
    .orre-home-collection{
        padding-left:12px!important;
        padding-right:12px!important;
    }

    .orre-home-product-grid{
        gap:8px!important;
    }

    .orre-slider-arrow{
        width:38px!important;
        height:38px!important;
        top:40%!important;
    }

    .orre-slider-prev{
        left:6px!important;
    }

    .orre-slider-next{
        right:6px!important;
    }

    .orre-home-size-strip{
        min-height:38px!important;
        padding:7px 7px 2px!important;
        gap:4px!important;
    }

    .orre-home-size-strip > span{
        min-width:33px!important;
        height:30px!important;
        padding:0 7px!important;
        font-size:9px!important;
    }
}

body.home .orre-home-collection{
    width:100%!important;
    padding-left:56px!important;
    padding-right:56px!important;
    box-sizing:border-box!important;
}

body.home .orre-home-collection .orre-slider-shell{
    position:relative!important;
    width:100%!important;
    margin:0!important;
    padding:0!important;
    overflow:hidden!important;
}

body.home .orre-product-slider{
    display:flex!important;
    width:100%!important;
    gap:16px!important;
    margin:0!important;
    padding:0!important;
    overflow-x:auto!important;
    overflow-y:hidden!important;
    scroll-snap-type:x proximity!important;
    scrollbar-width:none!important;
}

body.home .orre-product-slider::-webkit-scrollbar{
    display:none!important;
}

body.home .orre-product-slider > .orre-home-product{
    flex:0 0 calc((100% - 48px) / 4)!important;
    width:calc((100% - 48px) / 4)!important;
    max-width:calc((100% - 48px) / 4)!important;
    min-width:0!important;
    margin:0!important;
    padding:0 0 24px!important;
    scroll-snap-align:start!important;
}

body.home .orre-home-size-strip{
    position:static!important;
    inset:auto!important;

    display:flex!important;
    visibility:visible!important;
    opacity:1!important;
    transform:none!important;

    width:100%!important;
    min-height:46px!important;

    margin:0!important;
    padding:10px 12px 2px!important;

    align-items:center!important;
    justify-content:flex-start!important;
    flex-wrap:wrap!important;
    gap:6px!important;

    background:#fff!important;
    overflow:visible!important;

    transition:none!important;
}

body.home .orre-home-product:hover .orre-home-size-strip{
    opacity:1!important;
    transform:none!important;
}

body.home .orre-home-size-strip > span{
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;

    min-width:40px!important;
    width:auto!important;
    height:34px!important;

    margin:0!important;
    padding:0 10px!important;

    background:#fff!important;
    color:#555!important;

    border:1px solid #d5d5d5!important;
    border-radius:0!important;

    box-shadow:none!important;

    font-family:Arial,Helvetica,sans-serif!important;
    font-size:10px!important;
    font-weight:500!important;
    line-height:1!important;
    letter-spacing:0!important;
    text-transform:uppercase!important;
}

body.home .orre-home-product-info{
    margin:0!important;
    padding:10px 12px 24px!important;
    background:#fff!important;
}

body.home .orre-slider-arrow,
body.home .orre-slider-arrow:hover,
body.home .orre-slider-arrow:focus{
    position:absolute!important;
    top:42%!important;
    z-index:100!important;

    width:52px!important;
    height:52px!important;

    display:flex!important;
    align-items:center!important;
    justify-content:center!important;

    margin:0!important;
    padding:0!important;

    background:#fff!important;
    color:#111!important;

    border:1px solid #e2e2e2!important;
    border-radius:50%!important;

    box-shadow:0 5px 18px rgba(0,0,0,.10)!important;

    transform:translateY(-50%)!important;
}

body.home .orre-slider-prev{
    left:12px!important;
}

body.home .orre-slider-next{
    right:12px!important;
}

body.home .orre-slider-arrow span{
    position:relative!important;
    display:block!important;
    width:14px!important;
    height:14px!important;
}

body.home .orre-slider-arrow span::before{
    content:""!important;
    position:absolute!important;
    top:50%!important;
    left:50%!important;
    width:8px!important;
    height:8px!important;
    border-top:1.8px solid currentColor!important;
    border-right:1.8px solid currentColor!important;
}

body.home .orre-slider-prev span::before{
    transform:translate(-35%,-50%) rotate(-135deg)!important;
}

body.home .orre-slider-next span::before{
    transform:translate(-65%,-50%) rotate(45deg)!important;
}

body.post-type-archive-product .orre-shop-pro-sizes,
body.post-type-archive-product .orre-shop-pro-size-list{
    display:flex!important;
    visibility:visible!important;
    opacity:1!important;
}

body.post-type-archive-product .orre-shop-pro-size-label{
    display:none!important;
}

body.post-type-archive-product .orre-shop-pro-sizes{
    position:static!important;
    width:100%!important;
    min-height:46px!important;
    margin:0!important;
    padding:10px 12px 2px!important;
    align-items:center!important;
    justify-content:flex-start!important;
    background:#fff!important;
}

body.post-type-archive-product .orre-shop-pro-size-list{
    align-items:center!important;
    justify-content:flex-start!important;
    flex-wrap:wrap!important;
    gap:6px!important;
}

body.post-type-archive-product .orre-shop-pro-size-list > span{
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    min-width:40px!important;
    height:34px!important;
    padding:0 10px!important;
    margin:0!important;
    background:#fff!important;
    color:#555!important;
    border:1px solid #d5d5d5!important;
    border-radius:0!important;
    font-size:10px!important;
    font-weight:500!important;
    line-height:1!important;
}

body.tax-product_cat .orre-collection-sizes{
    display:flex!important;
    visibility:visible!important;
    opacity:1!important;
    transform:none!important;
}

@media(max-width:1024px){
    body.home .orre-home-collection{
        padding-left:28px!important;
        padding-right:28px!important;
    }

    body.home .orre-product-slider{
        gap:12px!important;
    }

    body.home .orre-product-slider > .orre-home-product{
        flex-basis:calc((100% - 24px) / 3)!important;
        width:calc((100% - 24px) / 3)!important;
        max-width:calc((100% - 24px) / 3)!important;
    }
}

@media(max-width:767px){
    body.home .orre-home-collection{
        padding-left:12px!important;
        padding-right:12px!important;
    }

    body.home .orre-product-slider{
        gap:10px!important;
    }

    body.home .orre-product-slider > .orre-home-product{
        flex:0 0 78vw!important;
        width:78vw!important;
        max-width:330px!important;
    }

    body.home .orre-home-size-strip{
        min-height:38px!important;
        padding:7px 7px 2px!important;
        gap:4px!important;
    }

    body.home .orre-home-size-strip > span{
        min-width:33px!important;
        height:30px!important;
        padding:0 7px!important;
        font-size:9px!important;
    }

    body.home .orre-slider-arrow{
        display:none!important;
    }
}

.orre-home-product-name,
.orre-collection-product-name,
.orre-shop-pro-name,
.orre-pdp-final-related-info > a{
    color:#111!important;
    font-family:Arial,Helvetica,sans-serif!important;
    font-size:14px!important;
    font-weight:700!important;
    line-height:1.35!important;
    letter-spacing:.01em!important;
    text-transform:uppercase!important;
}

.orre-home-product-price,
.orre-collection-product-price,
.orre-shop-pro-price,
.orre-pdp-final-related-info > span{
    margin-top:8px!important;
    color:#111!important;
    font-family:Arial,Helvetica,sans-serif!important;
    font-size:14px!important;
    font-weight:700!important;
    line-height:1.25!important;
}

.woocommerce-Price-currencySymbol{
    display:inline-block!important;
    margin-right:5px!important;
}

.orre-home-size-strip,
.orre-collection-sizes,
.orre-shop-pro-sizes,
.orre-shop-pro-size-list{
    position:static!important;
    inset:auto!important;
    display:flex!important;
    visibility:visible!important;
    opacity:1!important;
    transform:none!important;
    flex-wrap:wrap!important;
    align-items:center!important;
    justify-content:flex-start!important;
    gap:6px!important;
    width:100%!important;
    min-height:48px!important;
    margin:0!important;
    padding:10px 12px 4px!important;
    background:#fff!important;
    overflow:visible!important;
    transition:none!important;
}

.orre-home-size-strip > span,
.orre-collection-sizes > span,
.orre-shop-pro-size-list > span{
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    min-width:42px!important;
    height:36px!important;
    margin:0!important;
    padding:0 11px!important;
    background:#000!important;
    color:#fff!important;
    border:1px solid #000!important;
    border-radius:0!important;
    box-shadow:none!important;
    font-family:Arial,Helvetica,sans-serif!important;
    font-size:10px!important;
    font-weight:700!important;
    line-height:1!important;
    letter-spacing:.04em!important;
    text-transform:uppercase!important;
}

.orre-home-product:hover .orre-home-size-strip,
.orre-collection-card:hover .orre-collection-sizes{
    opacity:1!important;
    transform:none!important;
}

.orre-shop-pro-size-label{
    display:none!important;
}

.orre-home-product-info,
.orre-collection-card-info,
.orre-shop-pro-info,
.orre-pdp-final-related-info{
    padding:12px 12px 24px!important;
    background:#fff!important;
}

body.single-product,
body.single-product #page,
body.single-product .website-wrapper,
body.single-product .main-page-wrapper,
body.single-product .site-content,
body.single-product .orre-single-product-page,
body.single-product .orre-pdp-final,
body.single-product .orre-pdp-final-main,
body.single-product .orre-pdp-final-gallery,
body.single-product .orre-pdp-kiji-gallery,
body.single-product .orre-pdp-kiji-main-link,
body.single-product .orre-pdp-kiji-thumbs,
body.single-product .orre-pdp-kiji-thumb{
    background:#fff!important;
}

body.single-product .orre-pdp-kiji-main-image{
    display:block!important;
    width:100%!important;
    height:auto!important;
    max-height:720px!important;
    min-height:0!important;
    margin:0 auto!important;
    object-fit:contain!important;
    object-position:center!important;
    background:#fff!important;
}

body.single-product .orre-pdp-kiji-thumb img{
    object-fit:contain!important;
    background:#fff!important;
}

body.single-product .orre-pdp-final-summary-inner{
    padding-top:42px!important;
}

body.single-product .orre-pdp-final-title{
    color:#111!important;
    font-family:Arial,Helvetica,sans-serif!important;
    font-size:32px!important;
    font-weight:700!important;
    line-height:1.08!important;
    letter-spacing:-.02em!important;
    text-transform:uppercase!important;
}

body.single-product .orre-pdp-final-codes{
    margin-top:12px!important;
    color:#777!important;
    font-family:Arial,Helvetica,sans-serif!important;
    font-size:10px!important;
    font-weight:500!important;
    letter-spacing:.06em!important;
}

body.single-product .orre-pdp-final-price{
    margin-top:20px!important;
    color:#111!important;
    font-family:Arial,Helvetica,sans-serif!important;
    font-size:24px!important;
    font-weight:700!important;
    line-height:1.1!important;
}

body.single-product .orre-pdp-final-short-description{
    max-width:620px!important;
    margin-top:22px!important;
    color:#333!important;
    font-family:Arial,Helvetica,sans-serif!important;
    font-size:14px!important;
    font-weight:400!important;
    line-height:1.7!important;
}

body.single-product .orre-pdp-final-short-description p{
    margin:0 0 12px!important;
}

body.single-product .orre-pdp-final-buy .variations,
body.single-product .orre-pdp-final-buy .variations tbody,
body.single-product .orre-pdp-final-buy .variations tr,
body.single-product .orre-pdp-final-buy .variations th,
body.single-product .orre-pdp-final-buy .variations td{
    display:block!important;
    visibility:visible!important;
    opacity:1!important;
    width:100%!important;
}

body.single-product .orre-pdp-final-buy .variations{
    margin:0 0 22px!important;
    padding:0!important;
    border:0!important;
}

body.single-product .orre-pdp-final-buy .variations tr{
    margin:0 0 18px!important;
}

body.single-product .orre-pdp-final-buy .variations th,
body.single-product .orre-pdp-final-buy .variations td{
    margin:0!important;
    padding:0!important;
    border:0!important;
}

body.single-product .orre-pdp-final-buy .variations label{
    display:block!important;
    margin:0 0 10px!important;
    color:#111!important;
    font-family:Arial,Helvetica,sans-serif!important;
    font-size:11px!important;
    font-weight:700!important;
    line-height:1!important;
    letter-spacing:.08em!important;
    text-transform:uppercase!important;
}

body.single-product .orre-pdp-final-buy .wd-swatches-product{
    display:flex!important;
    flex-wrap:wrap!important;
    gap:7px!important;
}

body.single-product .orre-pdp-final-buy .wd-swatch,
body.single-product .orre-pdp-final-buy .wd-swatch-text{
    min-width:46px!important;
    height:38px!important;
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    margin:0!important;
    padding:0 12px!important;
    background:#000!important;
    color:#fff!important;
    border:1px solid #000!important;
    border-radius:0!important;
    font-size:10px!important;
    font-weight:700!important;
}

body.single-product .orre-pdp-final-buy .wd-swatch.wd-active,
body.single-product .orre-pdp-final-buy .wd-swatch.active,
body.single-product .orre-pdp-final-buy .wd-swatch.selected,
body.single-product .orre-pdp-final-buy .wd-swatch:hover{
    background:#fff!important;
    color:#000!important;
    border-color:#000!important;
}

body.single-product .orre-pdp-final-buy .variations select{
    display:block!important;
    width:100%!important;
    max-width:360px!important;
    height:46px!important;
    margin:0!important;
    padding:0 14px!important;
    background:#000!important;
    color:#fff!important;
    border:1px solid #000!important;
    border-radius:0!important;
    font-size:11px!important;
    font-weight:600!important;
}

body.single-product .orre-pdp-final-buy .reset_variations{
    display:inline-block!important;
    margin-top:9px!important;
    color:#555!important;
    font-size:9px!important;
    font-weight:600!important;
    letter-spacing:.06em!important;
}

body.single-product .orre-pdp-static-sizes{
    margin-top:24px!important;
}

body.single-product .orre-pdp-static-sizes-label{
    display:block!important;
    margin-bottom:10px!important;
    color:#111!important;
    font-size:11px!important;
    font-weight:700!important;
    letter-spacing:.08em!important;
}

body.single-product .orre-pdp-static-sizes-list{
    display:flex!important;
    flex-wrap:wrap!important;
    gap:7px!important;
}

body.single-product .orre-pdp-static-sizes-list > span{
    min-width:46px!important;
    height:38px!important;
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    padding:0 12px!important;
    background:#000!important;
    color:#fff!important;
    border:1px solid #000!important;
    font-size:10px!important;
    font-weight:700!important;
}

body.single-product .orre-pdp-final-buy{
    margin-top:28px!important;
}

body.single-product .orre-pdp-final-buy .single_add_to_cart_button{
    min-height:52px!important;
    background:#000!important;
    color:#fff!important;
    border:1px solid #000!important;
    font-size:11px!important;
    font-weight:700!important;
    letter-spacing:.10em!important;
}

@media(max-width:767px){

    .orre-home-product-name,
    .orre-collection-product-name,
    .orre-shop-pro-name{
        font-size:12px!important;
    }

    .orre-home-product-price,
    .orre-collection-product-price,
    .orre-shop-pro-price{
        font-size:12px!important;
    }

    .orre-home-size-strip,
    .orre-collection-sizes,
    .orre-shop-pro-sizes{
        padding:8px 7px 3px!important;
        gap:4px!important;
    }

    .orre-home-size-strip > span,
    .orre-collection-sizes > span,
    .orre-shop-pro-size-list > span{
        min-width:36px!important;
        height:32px!important;
        padding:0 8px!important;
        font-size:9px!important;
    }

    body.single-product .orre-pdp-final-title{
        font-size:25px!important;
    }

    body.single-product .orre-pdp-final-price{
        font-size:20px!important;
    }

    body.single-product .orre-pdp-final-short-description{
        font-size:13px!important;
        line-height:1.65!important;
    }

    body.single-product .orre-pdp-kiji-main-image{
        max-height:none!important;
        object-fit:contain!important;
    }
}

.orre-home-product-name,
.orre-collection-product-name,
.orre-shop-pro-name,
.orre-pdp-final-related-info > a{
    color:#111!important;
    font-family:Arial,Helvetica,sans-serif!important;
    font-size:14px!important;
    font-weight:700!important;
    line-height:1.35!important;
    letter-spacing:.01em!important;
    text-transform:uppercase!important;
}

.orre-home-product-price,
.orre-collection-product-price,
.orre-shop-pro-price,
.orre-pdp-final-related-info > span{
    margin-top:8px!important;
    color:#111!important;
    font-family:Arial,Helvetica,sans-serif!important;
    font-size:14px!important;
    font-weight:700!important;
    line-height:1.25!important;
}

.woocommerce-Price-currencySymbol{
    display:inline-block!important;
    margin-right:5px!important;
}

.orre-home-size-strip,
.orre-collection-sizes,
.orre-shop-pro-sizes,
.orre-shop-pro-size-list{
    position:static!important;
    inset:auto!important;
    display:flex!important;
    visibility:visible!important;
    opacity:1!important;
    transform:none!important;
    flex-wrap:wrap!important;
    align-items:center!important;
    justify-content:flex-start!important;
    gap:6px!important;
    width:100%!important;
    min-height:48px!important;
    margin:0!important;
    padding:10px 12px 4px!important;
    background:#fff!important;
    overflow:visible!important;
    transition:none!important;
}

.orre-home-size-strip > span,
.orre-collection-sizes > span,
.orre-shop-pro-size-list > span{
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    min-width:42px!important;
    height:36px!important;
    margin:0!important;
    padding:0 11px!important;
    background:#000!important;
    color:#fff!important;
    border:1px solid #000!important;
    border-radius:0!important;
    box-shadow:none!important;
    font-family:Arial,Helvetica,sans-serif!important;
    font-size:10px!important;
    font-weight:700!important;
    line-height:1!important;
    letter-spacing:.04em!important;
    text-transform:uppercase!important;
}

.orre-home-product:hover .orre-home-size-strip,
.orre-collection-card:hover .orre-collection-sizes{
    opacity:1!important;
    transform:none!important;
}

.orre-shop-pro-size-label{
    display:none!important;
}

.orre-home-product-info,
.orre-collection-card-info,
.orre-shop-pro-info,
.orre-pdp-final-related-info{
    padding:12px 12px 24px!important;
    background:#fff!important;
}

body.single-product,
body.single-product #page,
body.single-product .website-wrapper,
body.single-product .main-page-wrapper,
body.single-product .site-content,
body.single-product .orre-single-product-page,
body.single-product .orre-pdp-final,
body.single-product .orre-pdp-final-main,
body.single-product .orre-pdp-final-gallery,
body.single-product .orre-pdp-kiji-gallery,
body.single-product .orre-pdp-kiji-main-link,
body.single-product .orre-pdp-kiji-thumbs,
body.single-product .orre-pdp-kiji-thumb{
    background:#fff!important;
}

body.single-product .orre-pdp-kiji-main-image{
    display:block!important;
    width:100%!important;
    height:auto!important;
    max-height:720px!important;
    min-height:0!important;
    margin:0 auto!important;
    object-fit:contain!important;
    object-position:center!important;
    background:#fff!important;
}

body.single-product .orre-pdp-kiji-thumb img{
    object-fit:contain!important;
    background:#fff!important;
}

body.single-product .orre-pdp-final-summary-inner{
    padding-top:42px!important;
}

body.single-product .orre-pdp-final-title{
    color:#111!important;
    font-family:Arial,Helvetica,sans-serif!important;
    font-size:32px!important;
    font-weight:700!important;
    line-height:1.08!important;
    letter-spacing:-.02em!important;
    text-transform:uppercase!important;
}

body.single-product .orre-pdp-final-codes{
    margin-top:12px!important;
    color:#777!important;
    font-family:Arial,Helvetica,sans-serif!important;
    font-size:10px!important;
    font-weight:500!important;
    letter-spacing:.06em!important;
}

body.single-product .orre-pdp-final-price{
    margin-top:20px!important;
    color:#111!important;
    font-family:Arial,Helvetica,sans-serif!important;
    font-size:24px!important;
    font-weight:700!important;
    line-height:1.1!important;
}

body.single-product .orre-pdp-final-short-description{
    max-width:620px!important;
    margin-top:22px!important;
    color:#333!important;
    font-family:Arial,Helvetica,sans-serif!important;
    font-size:14px!important;
    font-weight:400!important;
    line-height:1.7!important;
}

body.single-product .orre-pdp-final-short-description p{
    margin:0 0 12px!important;
}

body.single-product .orre-pdp-final-buy .variations,
body.single-product .orre-pdp-final-buy .variations tbody,
body.single-product .orre-pdp-final-buy .variations tr,
body.single-product .orre-pdp-final-buy .variations th,
body.single-product .orre-pdp-final-buy .variations td{
    display:block!important;
    visibility:visible!important;
    opacity:1!important;
    width:100%!important;
}

body.single-product .orre-pdp-final-buy .variations{
    margin:0 0 22px!important;
    padding:0!important;
    border:0!important;
}

body.single-product .orre-pdp-final-buy .variations tr{
    margin:0 0 18px!important;
}

body.single-product .orre-pdp-final-buy .variations th,
body.single-product .orre-pdp-final-buy .variations td{
    margin:0!important;
    padding:0!important;
    border:0!important;
}

body.single-product .orre-pdp-final-buy .variations label{
    display:block!important;
    margin:0 0 10px!important;
    color:#111!important;
    font-family:Arial,Helvetica,sans-serif!important;
    font-size:11px!important;
    font-weight:700!important;
    line-height:1!important;
    letter-spacing:.08em!important;
    text-transform:uppercase!important;
}

body.single-product .orre-pdp-final-buy .wd-swatches-product{
    display:flex!important;
    flex-wrap:wrap!important;
    gap:7px!important;
}

body.single-product .orre-pdp-final-buy .wd-swatch,
body.single-product .orre-pdp-final-buy .wd-swatch-text{
    min-width:46px!important;
    height:38px!important;
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    margin:0!important;
    padding:0 12px!important;
    background:#000!important;
    color:#fff!important;
    border:1px solid #000!important;
    border-radius:0!important;
    font-size:10px!important;
    font-weight:700!important;
}

body.single-product .orre-pdp-final-buy .wd-swatch.wd-active,
body.single-product .orre-pdp-final-buy .wd-swatch.active,
body.single-product .orre-pdp-final-buy .wd-swatch.selected,
body.single-product .orre-pdp-final-buy .wd-swatch:hover{
    background:#fff!important;
    color:#000!important;
    border-color:#000!important;
}

body.single-product .orre-pdp-final-buy .variations select{
    display:block!important;
    width:100%!important;
    max-width:360px!important;
    height:46px!important;
    margin:0!important;
    padding:0 14px!important;
    background:#000!important;
    color:#fff!important;
    border:1px solid #000!important;
    border-radius:0!important;
    font-size:11px!important;
    font-weight:600!important;
}

body.single-product .orre-pdp-final-buy .reset_variations{
    display:inline-block!important;
    margin-top:9px!important;
    color:#555!important;
    font-size:9px!important;
    font-weight:600!important;
    letter-spacing:.06em!important;
}

body.single-product .orre-pdp-static-sizes{
    margin-top:24px!important;
}

body.single-product .orre-pdp-static-sizes-label{
    display:block!important;
    margin-bottom:10px!important;
    color:#111!important;
    font-size:11px!important;
    font-weight:700!important;
    letter-spacing:.08em!important;
}

body.single-product .orre-pdp-static-sizes-list{
    display:flex!important;
    flex-wrap:wrap!important;
    gap:7px!important;
}

body.single-product .orre-pdp-static-sizes-list > span{
    min-width:46px!important;
    height:38px!important;
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    padding:0 12px!important;
    background:#000!important;
    color:#fff!important;
    border:1px solid #000!important;
    font-size:10px!important;
    font-weight:700!important;
}

body.single-product .orre-pdp-final-buy{
    margin-top:28px!important;
}

body.single-product .orre-pdp-final-buy .single_add_to_cart_button{
    min-height:52px!important;
    background:#000!important;
    color:#fff!important;
    border:1px solid #000!important;
    font-size:11px!important;
    font-weight:700!important;
    letter-spacing:.10em!important;
}

@media(max-width:767px){

    .orre-home-product-name,
    .orre-collection-product-name,
    .orre-shop-pro-name{
        font-size:12px!important;
    }

    .orre-home-product-price,
    .orre-collection-product-price,
    .orre-shop-pro-price{
        font-size:12px!important;
    }

    .orre-home-size-strip,
    .orre-collection-sizes,
    .orre-shop-pro-sizes{
        padding:8px 7px 3px!important;
        gap:4px!important;
    }

    .orre-home-size-strip > span,
    .orre-collection-sizes > span,
    .orre-shop-pro-size-list > span{
        min-width:36px!important;
        height:32px!important;
        padding:0 8px!important;
        font-size:9px!important;
    }

    body.single-product .orre-pdp-final-title{
        font-size:25px!important;
    }

    body.single-product .orre-pdp-final-price{
        font-size:20px!important;
    }

    body.single-product .orre-pdp-final-short-description{
        font-size:13px!important;
        line-height:1.65!important;
    }

    body.single-product .orre-pdp-kiji-main-image{
        max-height:none!important;
        object-fit:contain!important;
    }
}

.orre-home-size-strip > span,
.orre-collection-sizes > span,
.orre-shop-pro-size-list > span{
    background:#fff!important;
    color:#111!important;

    border:1px solid #d4d4d4!important;

    font-weight:500!important;
}

body.single-product .orre-pdp-static-sizes-list,
body.single-product .orre-variable-size-buttons{
    display:flex!important;
    flex-wrap:wrap!important;
    gap:8px!important;

    margin:0!important;
    padding:0!important;
}

body.single-product .orre-size-option{
    min-width:52px!important;
    height:42px!important;

    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;

    margin:0!important;
    padding:0 14px!important;

    background:#fff!important;
    color:#111!important;

    border:1px solid #cfcfcf!important;
    border-radius:0!important;

    box-shadow:none!important;

    font-family:Arial,Helvetica,sans-serif!important;
    font-size:11px!important;
    font-weight:600!important;
    line-height:1!important;

    cursor:pointer!important;

    transition:
        background .18s ease,
        color .18s ease,
        border-color .18s ease!important;
}

body.single-product .orre-size-option:hover{
    border-color:#111!important;
}

body.single-product .orre-size-option.is-selected{
    background:#000!important;
    color:#fff!important;
    border-color:#000!important;
}

body.single-product .orre-size-option.is-disabled,
body.single-product .orre-size-option:disabled{
    opacity:.35!important;
    cursor:not-allowed!important;
    text-decoration:line-through!important;
}

body.single-product .orre-native-size-select{
    position:absolute!important;

    width:1px!important;
    height:1px!important;

    margin:-1px!important;
    padding:0!important;

    overflow:hidden!important;

    clip:rect(0 0 0 0)!important;
    clip-path:inset(50%)!important;

    white-space:nowrap!important;

    border:0!important;
}

body.single-product .orre-pdp-final-buy .wd-swatch,
body.single-product .orre-pdp-final-buy .wd-swatch-text{
    background:#fff!important;
    color:#111!important;
    border:1px solid #cfcfcf!important;
}

body.single-product .orre-pdp-final-buy .wd-swatch.wd-active,
body.single-product .orre-pdp-final-buy .wd-swatch.active,
body.single-product .orre-pdp-final-buy .wd-swatch.selected,
body.single-product .orre-pdp-final-buy .wd-swatch:hover{
    background:#000!important;
    color:#fff!important;
    border-color:#000!important;
}

body.single-product .orre-pdp-static-sizes-label{
    margin-bottom:12px!important;

    font-size:11px!important;
    font-weight:700!important;

    letter-spacing:.08em!important;

    text-transform:uppercase!important;
}

body.single-product .orre-pdp-final-price{
    font-size:25px!important;
    font-weight:700!important;
}

body.single-product .orre-pdp-final-short-description{
    font-size:14px!important;
    line-height:1.75!important;
}

body.single-product .orre-pdp-final-gallery,
body.single-product .orre-pdp-kiji-gallery,
body.single-product .orre-pdp-kiji-main-link,
body.single-product .orre-pdp-kiji-main-image,
body.single-product .orre-pdp-kiji-thumbs,
body.single-product .orre-pdp-kiji-thumb,
body.single-product .orre-pdp-kiji-thumb img{
    background:#fff!important;
}
.orre-slider-arrow,
.orre-slider-prev,
.orre-slider-next{
    pointer-events:auto!important;
    cursor:pointer!important;
    z-index:999!important;
}

.orre-slider-shell{
    position:relative!important;
}

.orre-product-slider{
    overflow-x:auto!important;
    scroll-behavior:smooth!important;
}
.orre-slider-arrow span{
    display:block!important;
    position:relative!important;
    width:14px!important;
    height:14px!important;
}

.orre-slider-arrow span::before{
    display:block!important;
    content:""!important;

    position:absolute!important;
    top:50%!important;
    left:50%!important;

    width:8px!important;
    height:8px!important;

    border-top:2px solid #111!important;
    border-right:2px solid #111!important;
}

.orre-slider-prev span::before{
    transform:translate(-35%,-50%) rotate(-135deg)!important;
}

.orre-slider-next span::before{
    transform:translate(-65%,-50%) rotate(45deg)!important;
}

.orre-home-product,
.orre-collection-card,
.orre-shop-pro-card{
    display:flex!important;
    flex-direction:column!important;

    height:100%!important;

    margin:0!important;
    padding:0!important;

    background:#fff!important;
}

.orre-home-product-media,
.orre-collection-card-media,
.orre-shop-pro-gallery{
    position:relative!important;

    width:100%!important;
    height:520px!important;

    flex:0 0 520px!important;

    margin:0!important;
    padding:0!important;

    overflow:hidden!important;

    background:#f3eeee!important;
}

.orre-home-product-media img,
.orre-collection-card-media img,
.orre-shop-pro-gallery img{
    display:block!important;

    width:100%!important;
    height:100%!important;

    object-fit:cover!important;
    object-position:center!important;
}

.orre-home-size-strip,
.orre-collection-sizes,
.orre-shop-pro-sizes{
    box-sizing:border-box!important;

    display:flex!important;
    align-items:center!important;
    flex-wrap:wrap!important;

    width:100%!important;

    min-height:58px!important;
    height:58px!important;

    margin:0!important;
    padding:10px 12px!important;

    gap:7px!important;

    overflow:hidden!important;

    background:#fff!important;
}

.orre-home-size-strip > span,
.orre-collection-sizes > span,
.orre-shop-pro-size-list > span{
    min-width:54px!important;
    height:44px!important;

    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;

    margin:0!important;
    padding:0 12px!important;

    background:#fff!important;
    color:#222!important;

    border:1px solid #d8d8d8!important;

    font-size:10px!important;
    font-weight:500!important;
}

.orre-home-product-info,
.orre-collection-card-info,
.orre-shop-pro-info{
    box-sizing:border-box!important;

    display:flex!important;
    flex-direction:column!important;

    width:100%!important;

    min-height:110px!important;

    margin:0!important;
    padding:8px 12px 22px!important;

    background:#fff!important;
}

.orre-home-product-name,
.orre-collection-product-name,
.orre-shop-pro-name{
    display:block!important;

    min-height:38px!important;

    margin:0!important;

    font-size:14px!important;
    font-weight:700!important;
    line-height:1.35!important;

    text-transform:uppercase!important;
}

.orre-home-product-price,
.orre-collection-product-price,
.orre-shop-pro-price{
    display:block!important;

    min-height:22px!important;

    margin-top:7px!important;

    font-size:14px!important;
    font-weight:600!important;
}

.orre-home-product-grid,
.orre-collection-grid,
.orre-shop-pro-grid{
    align-items:stretch!important;
}

.orre-home-product-grid > *,
.orre-collection-grid > *,
.orre-shop-pro-grid > *{
    height:100%!important;
}

@media(max-width:1024px){

    .orre-home-product-media,
    .orre-collection-card-media,
    .orre-shop-pro-gallery{
        height:430px!important;
        flex-basis:430px!important;
    }

}

@media(max-width:767px){

    .orre-home-product-media,
    .orre-collection-card-media,
    .orre-shop-pro-gallery{
        height:380px!important;
        flex-basis:380px!important;
    }

    .orre-home-size-strip,
    .orre-collection-sizes,
    .orre-shop-pro-sizes{
        min-height:50px!important;
        height:50px!important;

        padding:7px!important;
    }

    .orre-home-size-strip > span,
    .orre-collection-sizes > span,
    .orre-shop-pro-size-list > span{
        min-width:42px!important;
        height:34px!important;

        padding:0 8px!important;
    }

    .orre-home-product-info,
    .orre-collection-card-info,
    .orre-shop-pro-info{
        min-height:95px!important;
        padding:8px 7px 16px!important;
    }

    .orre-home-product-name,
    .orre-collection-product-name,
    .orre-shop-pro-name{
        min-height:34px!important;
        font-size:12px!important;
    }

    .orre-home-product-price,
    .orre-collection-product-price,
    .orre-shop-pro-price{
        font-size:12px!important;
    }

}

.orre-home-size-strip,
.orre-collection-sizes,
.orre-shop-pro-sizes{
    min-height:46px!important;
    height:46px!important;

    padding:7px 10px!important;

    gap:6px!important;

    align-items:center!important;
}

.orre-home-size-strip > span,
.orre-collection-sizes > span,
.orre-shop-pro-size-list > span{
    min-width:38px!important;
    width:auto!important;

    height:32px!important;

    padding:0 9px!important;

    background:#fff!important;
    color:#222!important;

    border:1px solid #d6d6d6!important;
    border-radius:0!important;

    font-family:Arial, Helvetica, sans-serif!important;
    font-size:10px!important;
    font-weight:500!important;
    line-height:1!important;

    letter-spacing:.02em!important;
    text-transform:uppercase!important;
}

.orre-home-size-strip > span:hover,
.orre-collection-sizes > span:hover,
.orre-shop-pro-size-list > span:hover{
    border-color:#111!important;
}

body.single-product .orre-size-option{
    min-width:42px!important;
    height:34px!important;

    padding:0 10px!important;

    font-size:10px!important;
    font-weight:600!important;

    background:#fff!important;
    color:#111!important;

    border:1px solid #d2d2d2!important;
}

body.single-product .orre-size-option.is-selected{
    background:#000!important;
    color:#fff!important;
    border-color:#000!important;
}

@media(max-width:767px){

    .orre-home-size-strip,
    .orre-collection-sizes,
    .orre-shop-pro-sizes{
        min-height:42px!important;
        height:42px!important;

        padding:6px 7px!important;
        gap:5px!important;
    }

    .orre-home-size-strip > span,
    .orre-collection-sizes > span,
    .orre-shop-pro-size-list > span,
    body.single-product .orre-size-option{
        min-width:34px!important;
        height:30px!important;

        padding:0 7px!important;

        font-size:9px!important;
    }
}

.orre-home-product-media,
.orre-collection-card-media,
.orre-shop-pro-gallery{
    height:420px!important;
    min-height:420px!important;
    max-height:420px!important;

    flex:0 0 420px!important;

    overflow:hidden!important;
}

.orre-home-product-media img,
.orre-collection-card-media img,
.orre-shop-pro-gallery img{
    width:100%!important;
    height:100%!important;

    object-fit:cover!important;
    object-position:center!important;
}

.orre-home-size-strip,
.orre-collection-sizes,
.orre-shop-pro-sizes{
    min-height:42px!important;
    height:42px!important;

    padding:6px 10px!important;
    gap:5px!important;
}

.orre-home-size-strip > span,
.orre-collection-sizes > span,
.orre-shop-pro-size-list > span{
    min-width:36px!important;
    height:30px!important;

    padding:0 8px!important;

    font-size:9px!important;
}

.orre-home-product-info,
.orre-collection-card-info,
.orre-shop-pro-info{
    min-height:auto!important;

    padding:9px 10px 18px!important;
}

.orre-home-product-name,
.orre-collection-product-name,
.orre-shop-pro-name{
    min-height:auto!important;

    font-size:13px!important;
    line-height:1.3!important;
}

.orre-home-product-price,
.orre-collection-product-price,
.orre-shop-pro-price{
    min-height:auto!important;

    margin-top:5px!important;

    font-size:12px!important;
}

@media(max-width:1024px){

    .orre-home-product-media,
    .orre-collection-card-media,
    .orre-shop-pro-gallery{
        height:360px!important;
        min-height:360px!important;
        max-height:360px!important;

        flex-basis:360px!important;
    }
}

@media(max-width:767px){

    .orre-home-product-media,
    .orre-collection-card-media,
    .orre-shop-pro-gallery{
        height:330px!important;
        min-height:330px!important;
        max-height:330px!important;

        flex-basis:330px!important;
    }

    .orre-home-size-strip,
    .orre-collection-sizes,
    .orre-shop-pro-sizes{
        min-height:38px!important;
        height:38px!important;

        padding:5px 7px!important;
    }

    .orre-home-size-strip > span,
    .orre-collection-sizes > span,
    .orre-shop-pro-size-list > span{
        min-width:32px!important;
        height:28px!important;

        padding:0 6px!important;

        font-size:8.5px!important;
    }
}

.orre-nav-header{
    position:sticky!important;
    top:0!important;
    left:0!important;
    right:0!important;

    width:100%!important;

    z-index:99999!important;

    background:#000!important;

    transition:
        background .25s ease,
        backdrop-filter .25s ease,
        -webkit-backdrop-filter .25s ease,
        box-shadow .25s ease!important;
}

.orre-nav-header.is-scrolled{
    background:rgba(50,50,50,.72)!important;

    backdrop-filter:blur(16px)!important;
    -webkit-backdrop-filter:blur(16px)!important;

    box-shadow:
        0 4px 18px rgba(0,0,0,.12)!important;

    border-bottom:
        1px solid rgba(255,255,255,.08)!important;
}

.orre-nav-header,
.orre-nav-header a,
.orre-nav-header button,
.orre-nav-header svg{
    color:#fff!important;
}

header,
.site-header,
.main-header,
.website-wrapper,
#page{
    overflow:visible!important;
}

html body .orre-nav-header,
html body #orreNavHeader{
    position:relative!important;

    top:auto!important;
    left:auto!important;
    right:auto!important;

    width:100%!important;
    height:92px!important;

    margin:0!important;

    z-index:999999!important;

    background:#000!important;

    transform:none!important;

    opacity:1!important;
    visibility:visible!important;

    transition:
        background .25s ease,
        box-shadow .25s ease,
        backdrop-filter .25s ease,
        -webkit-backdrop-filter .25s ease!important;
}

html body .orre-nav-header.is-fixed,
html body #orreNavHeader.is-fixed{
    position:fixed!important;

    top:0!important;
    left:0!important;
    right:0!important;

    width:100%!important;
    height:92px!important;

    margin:0!important;

    z-index:2147483000!important;

    background:rgba(54,54,54,.76)!important;

    -webkit-backdrop-filter:
        blur(18px) saturate(120%)!important;

    backdrop-filter:
        blur(18px) saturate(120%)!important;

    box-shadow:
        0 5px 24px rgba(0,0,0,.14)!important;

    border-top:0!important;

    border-bottom:
        1px solid rgba(255,255,255,.10)!important;
}

html body .orre-nav-header .orre-nav-inner{
    display:flex!important;

    width:100%!important;
    height:100%!important;

    align-items:center!important;
    justify-content:space-between!important;

    opacity:1!important;
    visibility:visible!important;
}

html body .orre-nav-header .orre-nav-logo,
html body .orre-nav-header .orre-nav-logo a{
    opacity:1!important;
    visibility:visible!important;

    color:#fff!important;
}

html body .orre-nav-header .orre-hamburger,
html body .orre-nav-header .orre-nav-actions,
html body .orre-nav-header .orre-nav-icon{
    opacity:1!important;
    visibility:visible!important;

    color:#fff!important;
}

.orre-nav-placeholder{
    width:100%!important;

    margin:0!important;
    padding:0!important;

    background:transparent!important;
}

@media(max-width:767px){

    html body .orre-nav-header,
    html body #orreNavHeader,
    html body .orre-nav-header.is-fixed,
    html body #orreNavHeader.is-fixed{
        height:72px!important;
    }

    html body .orre-nav-header .orre-nav-inner{
        padding-left:20px!important;
        padding-right:20px!important;
    }

    html body .orre-nav-header .orre-nav-logo a{
        font-size:32px!important;
    }
}

.site-header,
.orre-header,
header.site-header,
header.orre-header {
    min-height: 78px !important;
    height: 78px !important;
}

.site-header .header-inner,
.orre-header .header-inner,
.site-header .container,
.orre-header .container {
    min-height: 78px !important;
    height: 78px !important;
    display: flex !important;
    align-items: center !important;
}

.site-header .site-logo img,
.orre-header .site-logo img,
.site-header .custom-logo,
.orre-header .custom-logo {
    max-height: 52px !important;
    width: auto !important;
}

.site-header .menu-toggle,
.orre-header .menu-toggle,
.site-header .header-icons,
.orre-header .header-icons,
.site-header .site-branding,
.orre-header .site-branding {
    display: flex !important;
    align-items: center !important;
    height: 78px !important;
}

@media (min-width: 992px) {
    .site-header,
    .orre-header,
    header.site-header,
    header.orre-header {
        min-height: 74px !important;
        height: 74px !important;
    }

    .site-header .header-inner,
    .orre-header .header-inner,
    .site-header .container,
    .orre-header .container {
        min-height: 74px !important;
        height: 74px !important;
    }

    .site-header .menu-toggle,
    .orre-header .menu-toggle,
    .site-header .header-icons,
    .orre-header .header-icons,
    .site-header .site-branding,
    .orre-header .site-branding {
        height: 74px !important;
    }

    .site-header .site-logo img,
    .orre-header .site-logo img,
    .site-header .custom-logo,
    .orre-header .custom-logo {
        max-height: 46px !important;
    }
}

@media (max-width: 767px) {
    .site-header,
    .orre-header,
    header.site-header,
    header.orre-header {
        min-height: 64px !important;
        height: 64px !important;
    }

    .site-header .header-inner,
    .orre-header .header-inner,
    .site-header .container,
    .orre-header .container {
        min-height: 64px !important;
        height: 64px !important;
    }

    .site-header .menu-toggle,
    .orre-header .menu-toggle,
    .site-header .header-icons,
    .orre-header .header-icons,
    .site-header .site-branding,
    .orre-header .site-branding {
        height: 64px !important;
    }

    .site-header .site-logo img,
    .orre-header .site-logo img,
    .site-header .custom-logo,
    .orre-header .custom-logo {
        max-height: 38px !important;
    }
}

.orre-menu-panel .menu-item > a,
.orre-menu-panel .menu-item > button,
.orre-menu-panel .menu-item-has-children > a {
    position: relative;
    padding-right: 48px;
}

.orre-menu-panel .menu-arrow,
.orre-menu-panel .submenu-toggle-text,
.orre-menu-panel .toggle-text,
.orre-menu-panel .menu-item .arrow-text {
    display: none !important;
}

.orre-menu-panel .menu-item > a::after,
.orre-menu-panel .menu-item > button::after {
    content: "";
    position: absolute;
    right: 22px;
    top: 50%;
    width: 8px;
    height: 8px;
    border-top: 1.8px solid rgba(255,255,255,0.92);
    border-right: 1.8px solid rgba(255,255,255,0.92);
    transform: translateY(-50%) rotate(45deg);
    transition: all 0.25s ease;
    opacity: 0.9;
}

.orre-menu-panel .menu-item-has-children > a::before,
.orre-menu-panel .menu-item-has-children > button::before {
    content: "";
    position: absolute;
    right: 19px;
    top: 50%;
    width: 12px;
    height: 1.8px;
    background: rgba(255,255,255,0.92);
    transform: translateY(-50%);
    transition: all 0.25s ease;
}

.orre-menu-panel .menu-item-has-children > a::after,
.orre-menu-panel .menu-item-has-children > button::after {
    content: "";
    position: absolute;
    right: 24px;
    top: 50%;
    width: 1.8px;
    height: 12px;
    background: rgba(255,255,255,0.92);
    transform: translateY(-50%);
    transition: all 0.25s ease;
    border: none;
}

.orre-menu-panel .menu-item-has-children.is-open > a::after,
.orre-menu-panel .menu-item-has-children.is-open > button::after,
.orre-menu-panel .menu-item-has-children.active > a::after,
.orre-menu-panel .menu-item-has-children.active > button::after {
    height: 0;
    opacity: 0;
}

.orre-menu-panel .menu-item > a:hover::after,
.orre-menu-panel .menu-item > button:hover::after,
.orre-menu-panel .menu-item-has-children > a:hover::before,
.orre-menu-panel .menu-item-has-children > a:hover::after,
.orre-menu-panel .menu-item-has-children > button:hover::before,
.orre-menu-panel .menu-item-has-children > button:hover::after {
    opacity: 1;
}

.orre-menu-panel .menu-item > a,
.orre-menu-panel .menu-item > button {
    letter-spacing: 1.5px;
    font-weight: 500;
}

.orre-home-section-head,
.orre-section-head,
.orre-collection-section-head{
    display:flex!important;
    align-items:flex-end!important;
    justify-content:space-between!important;

    gap:30px!important;

    width:100%!important;

    padding:42px 56px 28px!important;

    box-sizing:border-box!important;

    background:#fff!important;

    text-align:left!important;
}

.orre-home-section-head h2,
.orre-section-head h2,
.orre-collection-section-head h2{
    position:relative!important;

    margin:0!important;
    padding-bottom:14px!important;

    color:#111!important;

    font-family:Arial, Helvetica, sans-serif!important;

    font-size:36px!important;
    font-weight:700!important;
    line-height:1!important;

    letter-spacing:.08em!important;

    text-transform:uppercase!important;
}

.orre-home-section-head h2::after,
.orre-section-head h2::after,
.orre-collection-section-head h2::after{
    content:""!important;

    position:absolute!important;

    left:0!important;
    bottom:0!important;

    width:52px!important;
    height:2px!important;

    margin:0!important;

    background:#b7b7b7!important;
}

.orre-home-section-head a,
.orre-section-head a,
.orre-collection-section-head a{
    display:inline-flex!important;

    align-items:center!important;
    justify-content:center!important;

    min-width:175px!important;
    height:48px!important;

    margin:0!important;
    padding:0 24px!important;

    background:#000!important;
    color:#fff!important;

    border:1px solid #000!important;
    border-radius:0!important;

    font-size:10px!important;
    font-weight:700!important;

    letter-spacing:.12em!important;

    text-decoration:none!important;
    text-transform:uppercase!important;

    transition:.2s ease!important;
}

.orre-home-section-head a:hover,
.orre-section-head a:hover,
.orre-collection-section-head a:hover{
    background:#fff!important;
    color:#000!important;
}

@media(max-width:1024px){

    .orre-home-section-head,
    .orre-section-head,
    .orre-collection-section-head{
        padding-left:28px!important;
        padding-right:28px!important;
    }

}

@media(max-width:767px){

    .orre-home-section-head,
    .orre-section-head,
    .orre-collection-section-head{
        align-items:center!important;

        padding:28px 16px 22px!important;

        gap:16px!important;
    }

    .orre-home-section-head h2,
    .orre-section-head h2,
    .orre-collection-section-head h2{
        font-size:24px!important;
    }

    .orre-home-section-head a,
    .orre-section-head a,
    .orre-collection-section-head a{
        min-width:auto!important;
        height:42px!important;

        padding:0 16px!important;

        font-size:9px!important;
    }
}

.orre-home-collection .orre-home-section-header{
    width:100% !important;

    display:flex !important;
    align-items:center !important;
    justify-content:space-between !important;

    gap:30px !important;

    padding:34px 56px 28px !important;
    margin:0 !important;

    box-sizing:border-box !important;

    text-align:left !important;

    background:#fff !important;
}

.orre-home-collection .orre-home-section-header h2{
    position:relative !important;

    margin:0 !important;
    padding:0 0 12px !important;

    color:#111 !important;

    font-family:Arial, Helvetica, sans-serif !important;

    font-size:34px !important;
    font-weight:700 !important;
    line-height:1 !important;

    letter-spacing:.08em !important;

    text-align:left !important;
    text-transform:uppercase !important;

    flex:0 0 auto !important;
}

.orre-home-collection .orre-home-section-header h2::after{
    content:"" !important;

    position:absolute !important;

    left:0 !important;
    bottom:0 !important;

    width:46px !important;
    height:2px !important;

    margin:0 !important;

    background:#b8b8b8 !important;
}

.orre-home-collection
.orre-home-section-header
.orre-section-cta{
    display:inline-flex !important;

    align-items:center !important;
    justify-content:center !important;

    min-width:175px !important;
    height:46px !important;

    margin:0 !important;
    padding:0 24px !important;

    background:#000 !important;
    color:#fff !important;

    border:1px solid #000 !important;
    border-radius:0 !important;

    font-family:Arial, Helvetica, sans-serif !important;

    font-size:10px !important;
    font-weight:700 !important;
    line-height:1 !important;

    letter-spacing:.12em !important;

    text-decoration:none !important;
    text-transform:uppercase !important;

    flex:0 0 auto !important;

    transition:
        background .2s ease,
        color .2s ease !important;
}

.orre-home-collection
.orre-home-section-header
.orre-section-cta:hover{
    background:#fff !important;
    color:#000 !important;
}

@media(max-width:1024px){

    .orre-home-collection .orre-home-section-header{
        padding:30px 28px 24px !important;
    }

    .orre-home-collection .orre-home-section-header h2{
        font-size:30px !important;
    }
}

@media(max-width:767px){

    .orre-home-collection .orre-home-section-header{
        padding:24px 16px 20px !important;

        gap:14px !important;
    }

    .orre-home-collection .orre-home-section-header h2{
        font-size:24px !important;
    }

    .orre-home-collection
    .orre-home-section-header
    .orre-section-cta{
        min-width:auto !important;
        height:40px !important;

        padding:0 15px !important;

        font-size:9px !important;
    }
}

body .orre-home-collection > .orre-home-section-header{
    display:flex !important;
    flex-direction:row !important;

    align-items:center !important;
    justify-content:space-between !important;

    width:100% !important;

    padding:28px 56px 24px !important;
    margin:0 !important;

    text-align:left !important;

    box-sizing:border-box !important;
}

body .orre-home-collection > .orre-home-section-header > h2{
    position:relative !important;

    display:block !important;

    margin:0 !important;
    padding:0 0 11px !important;

    text-align:left !important;

    font-size:34px !important;
    font-weight:700 !important;
    line-height:1 !important;

    letter-spacing:.07em !important;

    flex:0 0 auto !important;
}

body .orre-home-collection > .orre-home-section-header > h2::after{
    content:"" !important;

    display:block !important;

    position:absolute !important;

    left:0 !important;
    bottom:0 !important;

    width:46px !important;
    height:2px !important;

    margin:0 !important;

    background:#b5b5b5 !important;
}

body .orre-home-collection
> .orre-home-section-header
> .orre-section-cta{
    display:inline-flex !important;

    align-items:center !important;
    justify-content:center !important;

    width:auto !important;
    min-width:170px !important;

    height:46px !important;

    margin:0 !important;
    padding:0 24px !important;

    background:#000 !important;
    color:#fff !important;

    border:1px solid #000 !important;

    font-size:10px !important;
    font-weight:700 !important;

    letter-spacing:.12em !important;

    text-align:center !important;

    flex:0 0 auto !important;
}

body .orre-home-section-header{
    text-align:left !important;
}

body .orre-home-section-header::before,
body .orre-home-section-header::after{
    margin-left:0 !important;
    margin-right:0 !important;
}

@media(max-width:1024px){

    body .orre-home-collection > .orre-home-section-header{
        padding:24px 28px 20px !important;
    }

}

@media(max-width:767px){

    body .orre-home-collection > .orre-home-section-header{
        padding:20px 16px 18px !important;

        gap:12px !important;
    }

    body .orre-home-collection > .orre-home-section-header > h2{
        font-size:24px !important;
    }

    body .orre-home-collection
    > .orre-home-section-header
    > .orre-section-cta{
        min-width:auto !important;

        height:40px !important;

        padding:0 14px !important;

        font-size:9px !important;
    }
}

body .orre-home-new > .orre-home-section-header,
body .orre-home-collection > .orre-home-section-header{
    position:relative!important;

    width:100%!important;

    display:flex!important;
    align-items:flex-end!important;
    justify-content:space-between!important;

    gap:40px!important;

    margin:0!important;
    padding:38px 56px 30px!important;

    box-sizing:border-box!important;

    background:#fff!important;

    text-align:left!important;
}

body .orre-home-new
> .orre-home-section-header
> h1,

body .orre-home-collection
> .orre-home-section-header
> h2{
    position:relative!important;

    margin:0!important;
    padding:18px 0 13px!important;

    color:#0b0b0b!important;

    font-family:Arial, Helvetica, sans-serif!important;

    font-size:34px!important;
    font-weight:700!important;
    line-height:1!important;

    letter-spacing:.075em!important;

    text-transform:uppercase!important;
    text-align:left!important;

    flex:0 0 auto!important;
}

body .orre-home-new
> .orre-home-section-header
> h1::before{
    content:"CURATED FOR NOW"!important;

    position:absolute!important;
    top:0!important;
    left:0!important;

    font-size:9px!important;
    font-weight:600!important;
    line-height:1!important;

    letter-spacing:.22em!important;

    color:#8b8b8b!important;
}

body .orre-home-collection
> .orre-home-section-header
> h2::before{
    content:"EXPLORE THE COLLECTION"!important;

    position:absolute!important;
    top:0!important;
    left:0!important;

    font-size:9px!important;
    font-weight:600!important;
    line-height:1!important;

    letter-spacing:.22em!important;

    color:#8b8b8b!important;
}

body .orre-home-new
> .orre-home-section-header
> h1::after,

body .orre-home-collection
> .orre-home-section-header
> h2::after{
    content:""!important;

    position:absolute!important;

    left:0!important;
    bottom:0!important;

    width:44px!important;
    height:2px!important;

    margin:0!important;

    background:#b7b7b7!important;
}

body .orre-home-new
> .orre-home-section-header
> a,

body .orre-home-collection
> .orre-home-section-header
> .orre-section-cta{
    display:inline-flex!important;

    align-items:center!important;
    justify-content:center!important;

    min-width:168px!important;
    height:46px!important;

    margin:0!important;
    padding:0 24px!important;

    box-sizing:border-box!important;

    background:#000!important;
    color:#fff!important;

    border:1px solid #000!important;
    border-radius:0!important;

    font-family:Arial, Helvetica, sans-serif!important;

    font-size:10px!important;
    font-weight:700!important;
    line-height:1!important;

    letter-spacing:.14em!important;

    text-decoration:none!important;
    text-transform:uppercase!important;

    flex:0 0 auto!important;

    transition:
        background .2s ease,
        color .2s ease,
        transform .2s ease!important;
}

body .orre-home-new
> .orre-home-section-header
> a:hover,

body .orre-home-collection
> .orre-home-section-header
> .orre-section-cta:hover{
    background:#fff!important;
    color:#000!important;

    transform:translateY(-2px)!important;
}

body .orre-home-new .orre-home-section-header,
body .orre-home-collection .orre-home-section-header{
    text-align:left!important;
}

body .orre-home-new .orre-home-section-header::before,
body .orre-home-new .orre-home-section-header::after,
body .orre-home-collection .orre-home-section-header::before,
body .orre-home-collection .orre-home-section-header::after{
    display:none!important;
}

body .orre-home-new > .orre-home-section-header,
body .orre-home-collection > .orre-home-section-header{
    border-bottom:1px solid #eeeeee!important;
}

@media(max-width:1024px){

    body .orre-home-new > .orre-home-section-header,
    body .orre-home-collection > .orre-home-section-header{
        padding:32px 28px 26px!important;
    }

    body .orre-home-new
    > .orre-home-section-header
    > h1,

    body .orre-home-collection
    > .orre-home-section-header
    > h2{
        font-size:30px!important;
    }
}

@media(max-width:767px){

    body .orre-home-new > .orre-home-section-header,
    body .orre-home-collection > .orre-home-section-header{
        align-items:flex-end!important;

        gap:14px!important;

        padding:26px 16px 22px!important;
    }

    body .orre-home-new
    > .orre-home-section-header
    > h1,

    body .orre-home-collection
    > .orre-home-section-header
    > h2{
        font-size:23px!important;

        padding-top:16px!important;
        padding-bottom:10px!important;
    }

    body .orre-home-new
    > .orre-home-section-header
    > h1::before,

    body .orre-home-collection
    > .orre-home-section-header
    > h2::before{
        font-size:7px!important;
        letter-spacing:.18em!important;
    }

    body .orre-home-new
    > .orre-home-section-header
    > a,

    body .orre-home-collection
    > .orre-home-section-header
    > .orre-section-cta{
        min-width:auto!important;

        height:40px!important;

        padding:0 13px!important;

        font-size:8px!important;
    }
}

body .orre-home-new > .orre-home-section-header,
body .orre-home-collection > .orre-home-section-header{
    display:flex!important;
    align-items:center!important;
    justify-content:space-between!important;

    width:100%!important;

    padding:32px 56px!important;
    margin:0!important;

    box-sizing:border-box!important;

    background:#fff!important;
    border-bottom:1px solid #eee!important;
}

body .orre-home-new > .orre-home-section-header > h1,
body .orre-home-collection > .orre-home-section-header > h2{
    position:relative!important;

    margin:0!important;
    padding:0 0 12px!important;

    font-size:34px!important;
    font-weight:700!important;
    line-height:1!important;

    letter-spacing:.06em!important;

    color:#111!important;
    text-align:left!important;
    text-transform:uppercase!important;
}

body .orre-home-new > .orre-home-section-header > h1::before,
body .orre-home-collection > .orre-home-section-header > h2::before{
    content:none!important;
    display:none!important;
}

body .orre-home-new > .orre-home-section-header > h1::after,
body .orre-home-collection > .orre-home-section-header > h2::after{
    content:""!important;

    position:absolute!important;
    left:0!important;
    bottom:0!important;

    width:46px!important;
    height:2px!important;

    background:#b7b7b7!important;
}

body .orre-home-new > .orre-home-section-header > a,
body .orre-home-collection > .orre-home-section-header > .orre-section-cta{
    display:inline-flex!important;

    align-items:center!important;
    justify-content:center!important;

    min-width:175px!important;
    height:46px!important;

    margin:0!important;
    padding:0 24px!important;

    background:#000!important;
    color:#fff!important;

    border:1px solid #000!important;
    border-radius:0!important;

    font-size:10px!important;
    font-weight:700!important;

    letter-spacing:.14em!important;

    text-decoration:none!important;
    text-transform:uppercase!important;

    transition:.2s ease!important;
}

body .orre-home-new > .orre-home-section-header > a:hover,
body .orre-home-collection > .orre-home-section-header > .orre-section-cta:hover{
    background:#fff!important;
    color:#000!important;
}

@media(max-width:767px){

    body .orre-home-new > .orre-home-section-header,
    body .orre-home-collection > .orre-home-section-header{
        padding:24px 16px!important;
        gap:12px!important;
    }

    body .orre-home-new > .orre-home-section-header > h1,
    body .orre-home-collection > .orre-home-section-header > h2{
        font-size:24px!important;
    }

    body .orre-home-new > .orre-home-section-header > a,
    body .orre-home-collection > .orre-home-section-header > .orre-section-cta{
        min-width:auto!important;
        height:40px!important;

        padding:0 14px!important;

        font-size:8px!important;
    }
}

body .orre-home-new > .orre-home-section-header,
body .orre-home-collection > .orre-home-section-header{
    display:grid !important;
    grid-template-columns:auto 1fr auto !important;
    align-items:center !important;

    width:100% !important;
    min-height:108px !important;

    margin:0 !important;
    padding:22px 56px !important;

    box-sizing:border-box !important;

    background:#fff !important;

    border-top:1px solid #eeeeee !important;
    border-bottom:1px solid #eeeeee !important;

    text-align:left !important;
}

body .orre-home-new > .orre-home-section-header > h1,
body .orre-home-collection > .orre-home-section-header > h2{
    position:relative !important;

    margin:0 !important;
    padding:0 0 10px !important;

    color:#0a0a0a !important;

    font-family:Arial, Helvetica, sans-serif !important;

    font-size:36px !important;
    font-weight:700 !important;
    line-height:1 !important;

    letter-spacing:.055em !important;

    text-transform:uppercase !important;
    text-align:left !important;

    white-space:nowrap !important;
}

body .orre-home-new > .orre-home-section-header > h1::after,
body .orre-home-collection > .orre-home-section-header > h2::after{
    content:"" !important;

    position:absolute !important;

    left:0 !important;
    bottom:0 !important;

    width:38px !important;
    height:2px !important;

    background:#111 !important;
}

body .orre-home-new > .orre-home-section-header > h1::before,
body .orre-home-collection > .orre-home-section-header > h2::before{
    display:none !important;
    content:none !important;
}

body .orre-home-new > .orre-home-section-header::before,
body .orre-home-collection > .orre-home-section-header::before{
    content:"" !important;

    display:block !important;

    width:auto !important;
    height:1px !important;

    margin:0 40px !important;

    background:#e1e1e1 !important;
}

body .orre-home-new > .orre-home-section-header > a,
body .orre-home-collection > .orre-home-section-header > .orre-section-cta{
    position:relative !important;

    display:inline-flex !important;

    align-items:center !important;
    justify-content:center !important;

    min-width:176px !important;
    height:44px !important;

    margin:0 !important;
    padding:0 44px 0 20px !important;

    box-sizing:border-box !important;

    background:#0a0a0a !important;
    color:#fff !important;

    border:1px solid #0a0a0a !important;
    border-radius:0 !important;

    font-family:Arial, Helvetica, sans-serif !important;

    font-size:10px !important;
    font-weight:700 !important;

    letter-spacing:.14em !important;

    text-decoration:none !important;
    text-transform:uppercase !important;

    white-space:nowrap !important;

    transition:
        background .22s ease,
        color .22s ease !important;
}

body .orre-home-new > .orre-home-section-header > a::after,
body .orre-home-collection > .orre-home-section-header > .orre-section-cta::after{
    content:"→" !important;

    position:absolute !important;

    right:18px !important;

    font-size:16px !important;
    font-weight:400 !important;

    letter-spacing:0 !important;

    transition:transform .2s ease !important;
}

body .orre-home-new > .orre-home-section-header > a:hover,
body .orre-home-collection > .orre-home-section-header > .orre-section-cta:hover{
    background:#fff !important;
    color:#000 !important;
}

body .orre-home-new > .orre-home-section-header > a:hover::after,
body .orre-home-collection > .orre-home-section-header > .orre-section-cta:hover::after{
    transform:translateX(3px) !important;
}

@media(max-width:1024px){

    body .orre-home-new > .orre-home-section-header,
    body .orre-home-collection > .orre-home-section-header{
        min-height:96px !important;

        padding:20px 28px !important;
    }

    body .orre-home-new > .orre-home-section-header > h1,
    body .orre-home-collection > .orre-home-section-header > h2{
        font-size:30px !important;
    }

    body .orre-home-new > .orre-home-section-header::before,
    body .orre-home-collection > .orre-home-section-header::before{
        margin:0 24px !important;
    }
}

@media(max-width:767px){

    body .orre-home-new > .orre-home-section-header,
    body .orre-home-collection > .orre-home-section-header{
        grid-template-columns:1fr auto !important;

        min-height:82px !important;

        padding:18px 16px !important;
    }

    body .orre-home-new > .orre-home-section-header::before,
    body .orre-home-collection > .orre-home-section-header::before{
        display:none !important;
    }

    body .orre-home-new > .orre-home-section-header > h1,
    body .orre-home-collection > .orre-home-section-header > h2{
        font-size:23px !important;
    }

    body .orre-home-new > .orre-home-section-header > a,
    body .orre-home-collection > .orre-home-section-header > .orre-section-cta{
        min-width:auto !important;
        height:38px !important;

        padding:0 34px 0 13px !important;

        font-size:8px !important;
    }

    body .orre-home-new > .orre-home-section-header > a::after,
    body .orre-home-collection > .orre-home-section-header > .orre-section-cta::after{
        right:12px !important;
        font-size:14px !important;
    }
}

body .orre-home-new > .orre-home-section-header > h1,
body .orre-home-collection > .orre-home-section-header > h2{
    position:relative !important;

    display:inline-block !important;

    padding-bottom:14px !important;
}

body .orre-home-new > .orre-home-section-header > h1::after,
body .orre-home-collection > .orre-home-section-header > h2::after{
    content:"" !important;

    position:absolute !important;

    left:50% !important;
    bottom:0 !important;

    width:52px !important;
    height:2px !important;

    background:#9f9f9f !important;

    transform:translateX(-50%) !important;

    margin:0 !important;
}

body .orre-home-new > .orre-home-section-header,
body .orre-home-collection > .orre-home-section-header{
    display:grid !important;
    grid-template-columns:auto minmax(60px,1fr) auto !important;

    align-items:center !important;

    width:100% !important;
    min-height:94px !important;

    margin:0 !important;
    padding:22px 56px !important;

    box-sizing:border-box !important;

    background:#fff !important;

    border-top:1px solid #ededed !important;
    border-bottom:1px solid #ededed !important;

    gap:30px !important;
}

body .orre-home-new > .orre-home-section-header > h1,
body .orre-home-collection > .orre-home-section-header > h2{
    position:static !important;

    display:block !important;

    margin:0 !important;
    padding:0 !important;

    color:#0a0a0a !important;

    font-family:Arial, Helvetica, sans-serif !important;

    font-size:32px !important;
    font-weight:700 !important;
    line-height:1 !important;

    letter-spacing:.055em !important;

    text-align:left !important;
    text-transform:uppercase !important;

    white-space:nowrap !important;
}

body .orre-home-new > .orre-home-section-header > h1::before,
body .orre-home-new > .orre-home-section-header > h1::after,
body .orre-home-collection > .orre-home-section-header > h2::before,
body .orre-home-collection > .orre-home-section-header > h2::after{
    content:none !important;
    display:none !important;
}

body .orre-home-new > .orre-home-section-header::before,
body .orre-home-collection > .orre-home-section-header::before{
    content:"" !important;

    display:block !important;

    width:100% !important;
    height:1px !important;

    margin:0 !important;

    background:#d8d8d8 !important;
}

body .orre-home-new > .orre-home-section-header::after,
body .orre-home-collection > .orre-home-section-header::after{
    content:none !important;
    display:none !important;
}

body .orre-home-new > .orre-home-section-header > a,
body .orre-home-collection > .orre-home-section-header > .orre-section-cta{
    position:relative !important;

    display:inline-flex !important;

    align-items:center !important;
    justify-content:flex-start !important;

    min-width:164px !important;
    height:44px !important;

    margin:0 !important;
    padding:0 42px 0 20px !important;

    box-sizing:border-box !important;

    background:#000 !important;
    color:#fff !important;

    border:1px solid #000 !important;
    border-radius:0 !important;

    font-family:Arial, Helvetica, sans-serif !important;

    font-size:10px !important;
    font-weight:700 !important;
    line-height:1 !important;

    letter-spacing:.14em !important;

    text-decoration:none !important;
    text-transform:uppercase !important;

    white-space:nowrap !important;

    transition:
        background .22s ease,
        color .22s ease !important;
}

body .orre-home-new > .orre-home-section-header > a::after,
body .orre-home-collection > .orre-home-section-header > .orre-section-cta::after{
    content:"→" !important;

    position:absolute !important;
    right:18px !important;
    top:50% !important;

    transform:translateY(-52%) !important;

    font-size:15px !important;
    font-weight:400 !important;
    line-height:1 !important;

    letter-spacing:0 !important;
}

body .orre-home-new > .orre-home-section-header > a:hover,
body .orre-home-collection > .orre-home-section-header > .orre-section-cta:hover{
    background:#fff !important;
    color:#000 !important;
}

@media(max-width:1024px){

    body .orre-home-new > .orre-home-section-header,
    body .orre-home-collection > .orre-home-section-header{
        min-height:86px !important;

        padding:20px 28px !important;

        gap:22px !important;
    }

    body .orre-home-new > .orre-home-section-header > h1,
    body .orre-home-collection > .orre-home-section-header > h2{
        font-size:27px !important;
    }
}

@media(max-width:767px){

    body .orre-home-new > .orre-home-section-header,
    body .orre-home-collection > .orre-home-section-header{
        grid-template-columns:1fr auto !important;

        min-height:76px !important;

        padding:16px !important;

        gap:12px !important;
    }

    body .orre-home-new > .orre-home-section-header::before,
    body .orre-home-collection > .orre-home-section-header::before{
        display:none !important;
    }

    body .orre-home-new > .orre-home-section-header > h1,
    body .orre-home-collection > .orre-home-section-header > h2{
        font-size:21px !important;

        white-space:normal !important;
    }

    body .orre-home-new > .orre-home-section-header > a,
    body .orre-home-collection > .orre-home-section-header > .orre-section-cta{
        min-width:auto !important;
        height:38px !important;

        padding:0 32px 0 12px !important;

        font-size:8px !important;
    }

    body .orre-home-new > .orre-home-section-header > a::after,
    body .orre-home-collection > .orre-home-section-header > .orre-section-cta::after{
        right:11px !important;

        font-size:13px !important;
    }
}

body .orre-home-new > .orre-home-section-header,
body .orre-home-collection > .orre-home-section-header{
    display:grid !important;
    grid-template-columns:auto minmax(120px,1fr) auto !important;
    align-items:center !important;

    gap:28px !important;
}

body .orre-home-new > .orre-home-section-header::before,
body .orre-home-collection > .orre-home-section-header::before{
    content:"" !important;

    display:block !important;

    width:100% !important;
    height:1px !important;

    margin:0 !important;

    background:#d2d2d2 !important;

    align-self:center !important;
}

body .orre-home-new > .orre-home-section-header > h1::after,
body .orre-home-collection > .orre-home-section-header > h2::after{
    display:none !important;
    content:none !important;
}

@media(max-width:767px){

    body .orre-home-new > .orre-home-section-header,
    body .orre-home-collection > .orre-home-section-header{
        grid-template-columns:1fr auto !important;
    }

    body .orre-home-new > .orre-home-section-header::before,
    body .orre-home-collection > .orre-home-section-header::before{
        display:none !important;
    }
}

body .orre-home-new > .orre-home-section-header,
body .orre-home-collection > .orre-home-section-header{
    display:grid !important;
    grid-template-columns:auto minmax(140px,1fr) auto !important;
    align-items:center !important;
    gap:28px !important;
    padding:0 40px 26px !important;
}

body .orre-home-new > .orre-home-section-header > h1,
body .orre-home-collection > .orre-home-section-header > h2{
    margin:0 !important;
    font-size:52px !important;
    line-height:1 !important;
    letter-spacing:1px !important;
    font-weight:700 !important;
    text-transform:uppercase !important;
    position:relative !important;
}

body .orre-home-new > .orre-home-section-header::before,
body .orre-home-collection > .orre-home-section-header::before{
    content:"" !important;
    display:block !important;
    height:2px !important;
    width:100% !important;
    background:#bdbdbd !important;
    align-self:center !important;
}

body .orre-home-new > .orre-home-section-header > h1::after,
body .orre-home-collection > .orre-home-section-header > h2::after{
    display:none !important;
    content:none !important;
}

body .orre-home-new > .orre-home-section-header .button,
body .orre-home-collection > .orre-home-section-header .button,
body .orre-home-new > .orre-home-section-header a.button,
body .orre-home-collection > .orre-home-section-header a.button{
    min-width:220px !important;
    height:62px !important;
    padding:0 26px !important;
    display:inline-flex !important;
    align-items:center !important;
    justify-content:center !important;
    gap:14px !important;
    background:#000 !important;
    color:#fff !important;
    border:1px solid #000 !important;
    text-transform:uppercase !important;
    letter-spacing:2px !important;
    font-size:13px !important;
    font-weight:600 !important;
    text-decoration:none !important;
    box-shadow:none !important;
}

body .orre-home-new > .orre-home-section-header .button::after,
body .orre-home-collection > .orre-home-section-header .button::after,
body .orre-home-new > .orre-home-section-header a.button::after,
body .orre-home-collection > .orre-home-section-header a.button::after{
    content:"→" !important;
    display:inline-block !important;
    font-size:20px !important;
    line-height:1 !important;
    font-weight:400 !important;
    margin-left:6px !important;
    position:static !important;
    transform:none !important;
    border:none !important;
    width:auto !important;
    height:auto !important;
}

body .orre-home-new > .orre-home-section-header .button i,
body .orre-home-collection > .orre-home-section-header .button i,
body .orre-home-new > .orre-home-section-header .button svg,
body .orre-home-collection > .orre-home-section-header .button svg,
body .orre-home-new > .orre-home-section-header a.button i,
body .orre-home-collection > .orre-home-section-header a.button i,
body .orre-home-new > .orre-home-section-header a.button svg,
body .orre-home-collection > .orre-home-section-header a.button svg{
    display:none !important;
}

@media (max-width: 767px){
    body .orre-home-new > .orre-home-section-header,
    body .orre-home-collection > .orre-home-section-header{
        grid-template-columns:1fr !important;
        gap:16px !important;
        padding:0 20px 22px !important;
    }

    body .orre-home-new > .orre-home-section-header::before,
    body .orre-home-collection > .orre-home-section-header::before{
        width:70px !important;
        height:2px !important;
    }

    body .orre-home-new > .orre-home-section-header > h1,
    body .orre-home-collection > .orre-home-section-header > h2{
        font-size:34px !important;
    }

    body .orre-home-new > .orre-home-section-header .button,
    body .orre-home-collection > .orre-home-section-header .button,
    body .orre-home-new > .orre-home-section-header a.button,
    body .orre-home-collection > .orre-home-section-header a.button{
        min-width:200px !important;
        height:56px !important;
    }
}

body .orre-home-new > .orre-home-section-header,
body .orre-home-collection > .orre-home-section-header{
    display:grid !important;
    grid-template-columns:auto 1fr auto !important;
    align-items:center !important;

    width:100% !important;

    padding:26px 56px 24px !important;
    margin:0 !important;

    gap:28px !important;

    box-sizing:border-box !important;

    background:#fff !important;

    border-top:0 !important;
    border-bottom:1px solid #ececec !important;
}

body .orre-home-new > .orre-home-section-header > h1,
body .orre-home-collection > .orre-home-section-header > h2{
    position:relative !important;

    margin:0 !important;
    padding:17px 0 0 !important;

    font-family:Arial, Helvetica, sans-serif !important;

    font-size:30px !important;
    font-weight:650 !important;
    line-height:1 !important;

    letter-spacing:.085em !important;

    color:#111 !important;

    text-transform:uppercase !important;
    white-space:nowrap !important;
}

body .orre-home-new > .orre-home-section-header > h1::before{
    content:"NEW SEASON" !important;
}

body .orre-home-collection > .orre-home-section-header > h2::before{
    content:"SHOP THE EDIT" !important;
}

body .orre-home-new > .orre-home-section-header > h1::before,
body .orre-home-collection > .orre-home-section-header > h2::before{
    position:absolute !important;

    top:0 !important;
    left:1px !important;

    display:block !important;

    font-size:8px !important;
    font-weight:600 !important;
    line-height:1 !important;

    letter-spacing:.22em !important;

    color:#999 !important;
}

body .orre-home-new > .orre-home-section-header > h1::after,
body .orre-home-collection > .orre-home-section-header > h2::after{
    display:none !important;
    content:none !important;
}

body .orre-home-new > .orre-home-section-header::before,
body .orre-home-collection > .orre-home-section-header::before{
    content:"" !important;

    display:block !important;

    width:100% !important;
    height:1px !important;

    background:#dcdcdc !important;

    margin:0 !important;
}

body .orre-home-new > .orre-home-section-header::after,
body .orre-home-collection > .orre-home-section-header::after{
    display:none !important;
    content:none !important;
}

body .orre-home-new > .orre-home-section-header > a,
body .orre-home-collection > .orre-home-section-header > .orre-section-cta{
    position:relative !important;

    display:inline-flex !important;

    align-items:center !important;
    justify-content:center !important;

    min-width:158px !important;
    height:42px !important;

    margin:0 !important;

    padding:0 42px 0 18px !important;

    box-sizing:border-box !important;

    background:#111 !important;
    color:#fff !important;

    border:1px solid #111 !important;
    border-radius:0 !important;

    font-size:9px !important;
    font-weight:700 !important;

    letter-spacing:.15em !important;

    text-transform:uppercase !important;
    text-decoration:none !important;

    white-space:nowrap !important;

    transition:
        background .2s ease,
        color .2s ease,
        transform .2s ease !important;
}

body .orre-home-new > .orre-home-section-header > a::after,
body .orre-home-collection > .orre-home-section-header > .orre-section-cta::after{
    content:"" !important;

    position:absolute !important;

    right:17px !important;
    top:50% !important;

    width:13px !important;
    height:7px !important;

    transform:translateY(-50%) !important;

    border:0 !important;

    background:
        linear-gradient(#fff,#fff) left center / 11px 1px no-repeat !important;
}

body .orre-home-new > .orre-home-section-header > a span::after,
body .orre-home-collection > .orre-home-section-header > .orre-section-cta span::after{
    content:none !important;
}

body .orre-home-new > .orre-home-section-header > a:hover,
body .orre-home-collection > .orre-home-section-header > .orre-section-cta:hover{
    background:#fff !important;
    color:#111 !important;

    transform:translateY(-1px) !important;
}

@media(max-width:1024px){

    body .orre-home-new > .orre-home-section-header,
    body .orre-home-collection > .orre-home-section-header{
        padding:24px 28px 22px !important;
        gap:20px !important;
    }

    body .orre-home-new > .orre-home-section-header > h1,
    body .orre-home-collection > .orre-home-section-header > h2{
        font-size:27px !important;
    }
}

@media(max-width:767px){

    body .orre-home-new > .orre-home-section-header,
    body .orre-home-collection > .orre-home-section-header{
        grid-template-columns:1fr auto !important;

        padding:20px 16px 18px !important;

        gap:12px !important;
    }

    body .orre-home-new > .orre-home-section-header::before,
    body .orre-home-collection > .orre-home-section-header::before{
        display:none !important;
    }

    body .orre-home-new > .orre-home-section-header > h1,
    body .orre-home-collection > .orre-home-section-header > h2{
        font-size:22px !important;
        padding-top:14px !important;
    }

    body .orre-home-new > .orre-home-section-header > h1::before,
    body .orre-home-collection > .orre-home-section-header > h2::before{
        font-size:7px !important;
    }

    body .orre-home-new > .orre-home-section-header > a,
    body .orre-home-collection > .orre-home-section-header > .orre-section-cta{
        min-width:auto !important;
        height:38px !important;

        padding:0 34px 0 12px !important;

        font-size:8px !important;
    }
}

body .orre-home-new > .orre-home-section-header,
body .orre-home-collection > .orre-home-section-header{
    display:grid !important;

    grid-template-columns:auto minmax(120px,1fr) auto !important;

    align-items:center !important;

    width:100% !important;

    padding:34px 56px !important;

    margin:0 !important;

    gap:28px !important;

    box-sizing:border-box !important;

    background:#fff !important;

    border-top:0 !important;
    border-bottom:1px solid #eeeeee !important;
}

body .orre-home-new > .orre-home-section-header > h1,
body .orre-home-collection > .orre-home-section-header > h2{
    margin:0 !important;

    padding:16px 0 0 !important;

    position:relative !important;

    font-size:30px !important;
    font-weight:700 !important;
    line-height:1 !important;

    letter-spacing:.08em !important;

    text-transform:uppercase !important;
    white-space:nowrap !important;
}

body .orre-home-new > .orre-home-section-header > h1::before{
    content:"NEW SEASON" !important;
}

body .orre-home-collection > .orre-home-section-header > h2::before{
    content:"SHOP THE EDIT" !important;
}

body .orre-home-new > .orre-home-section-header > h1::before,
body .orre-home-collection > .orre-home-section-header > h2::before{
    position:absolute !important;

    top:0 !important;
    left:1px !important;

    font-size:8px !important;
    font-weight:600 !important;

    letter-spacing:.22em !important;

    color:#999 !important;
}

body .orre-home-new > .orre-home-section-header > h1::after,
body .orre-home-collection > .orre-home-section-header > h2::after{
    content:none !important;
    display:none !important;
}

body .orre-home-new > .orre-home-section-header::before,
body .orre-home-collection > .orre-home-section-header::before{
    content:"" !important;

    display:block !important;

    width:100% !important;
    height:1px !important;

    margin:0 !important;

    background:#d7d7d7 !important;
}

body .orre-home-new > .orre-home-section-header > a,
body .orre-home-collection > .orre-home-section-header > .orre-section-cta{
    min-width:168px !important;
    height:44px !important;

    margin:0 !important;

    padding:0 40px 0 18px !important;

    display:inline-flex !important;

    align-items:center !important;
    justify-content:center !important;

    box-sizing:border-box !important;

    background:#111 !important;
    color:#fff !important;

    border:1px solid #111 !important;

    font-size:9px !important;
    font-weight:700 !important;

    letter-spacing:.14em !important;

    text-transform:uppercase !important;
    text-decoration:none !important;
}

@media(max-width:1024px){

    body .orre-home-new > .orre-home-section-header,
    body .orre-home-collection > .orre-home-section-header{
        padding:28px 28px !important;

        gap:20px !important;
    }
}

@media(max-width:767px){

    body .orre-home-new > .orre-home-section-header,
    body .orre-home-collection > .orre-home-section-header{
        grid-template-columns:1fr auto !important;

        padding:24px 16px !important;

        gap:12px !important;
    }

    body .orre-home-new > .orre-home-section-header::before,
    body .orre-home-collection > .orre-home-section-header::before{
        display:none !important;
    }

    body .orre-home-new > .orre-home-section-header > h1,
    body .orre-home-collection > .orre-home-section-header > h2{
        font-size:22px !important;
    }

    body .orre-home-new > .orre-home-section-header > a,
    body .orre-home-collection > .orre-home-section-header > .orre-section-cta{
        min-width:auto !important;
        height:38px !important;

        padding:0 14px !important;

        font-size:8px !important;
    }
}

.woocommerce nav.woocommerce-pagination{
    width:100% !important;

    display:flex !important;
    justify-content:center !important;

    margin:42px 0 56px !important;
    padding:0 !important;
}

.woocommerce nav.woocommerce-pagination ul{
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;

    gap:7px !important;

    margin:0 !important;
    padding:0 !important;

    border:0 !important;

    list-style:none !important;
}

.woocommerce nav.woocommerce-pagination ul li{
    float:none !important;

    margin:0 !important;
    padding:0 !important;

    border:0 !important;

    overflow:visible !important;
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span{
    width:42px !important;
    min-width:42px !important;
    height:42px !important;

    display:flex !important;
    align-items:center !important;
    justify-content:center !important;

    margin:0 !important;
    padding:0 !important;

    box-sizing:border-box !important;

    background:#fff !important;
    color:#111 !important;

    border:1px solid #d8d8d8 !important;
    border-radius:0 !important;

    font-size:12px !important;
    font-weight:600 !important;
    line-height:1 !important;

    text-decoration:none !important;

    transition:
        background .2s ease,
        color .2s ease,
        border-color .2s ease !important;
}

.woocommerce nav.woocommerce-pagination ul li span.current{
    background:#000 !important;
    color:#fff !important;

    border-color:#000 !important;
}

.woocommerce nav.woocommerce-pagination ul li a:hover{
    background:#111 !important;
    color:#fff !important;

    border-color:#111 !important;
}

.woocommerce nav.woocommerce-pagination a.prev,
.woocommerce nav.woocommerce-pagination a.next{
    position:relative !important;

    font-size:0 !important;
}

.woocommerce nav.woocommerce-pagination a.prev::before{
    content:"" !important;

    width:7px !important;
    height:7px !important;

    border-left:1.7px solid currentColor !important;
    border-bottom:1.7px solid currentColor !important;

    transform:rotate(45deg) !important;
}

.woocommerce nav.woocommerce-pagination a.next::before{
    content:"" !important;

    width:7px !important;
    height:7px !important;

    border-right:1.7px solid currentColor !important;
    border-top:1.7px solid currentColor !important;

    transform:rotate(45deg) !important;
}

.woocommerce nav.woocommerce-pagination a.prev::after,
.woocommerce nav.woocommerce-pagination a.next::after{
    content:none !important;
    display:none !important;
}

@media(max-width:767px){

    .woocommerce nav.woocommerce-pagination{
        margin:32px 0 42px !important;
    }

    .woocommerce nav.woocommerce-pagination ul{
        gap:5px !important;
    }

    .woocommerce nav.woocommerce-pagination ul li a,
    .woocommerce nav.woocommerce-pagination ul li span{
        width:38px !important;
        min-width:38px !important;
        height:38px !important;

        font-size:11px !important;
    }
}

body.post-type-archive-product .orre-shop-pro-media{
    position:relative !important;

    display:block !important;

    width:100% !important;
    aspect-ratio:4 / 5 !important;

    overflow:hidden !important;

    background:#f3efed !important;
}

body.post-type-archive-product .orre-shop-pro-media img{
    position:absolute !important;

    inset:0 !important;

    display:block !important;

    width:100% !important;
    height:100% !important;

    object-fit:cover !important;
    object-position:center !important;
}

body.post-type-archive-product .orre-shop-pro-main-img{
    display:block !important;

    opacity:1 !important;
    visibility:visible !important;

    z-index:1 !important;
}

body.post-type-archive-product .orre-shop-pro-hover-img{
    display:block !important;

    opacity:0 !important;
    visibility:visible !important;

    z-index:2 !important;

    transition:opacity .3s ease !important;
}

body.post-type-archive-product
.orre-shop-pro-card:hover
.orre-shop-pro-main-img{
    opacity:0 !important;
}

body.post-type-archive-product
.orre-shop-pro-card:hover
.orre-shop-pro-hover-img{
    opacity:1 !important;
}

body.post-type-archive-product .orre-shop-pro-card-top{
    display:block !important;

    width:100% !important;

    position:relative !important;
}

body.post-type-archive-product .orre-shop-pro-sizes{
    display:flex !important;
    visibility:visible !important;
    opacity:1 !important;

    width:100% !important;
    height:auto !important;

    align-items:center !important;
    justify-content:flex-start !important;

    gap:7px !important;

    padding:10px 16px 0 !important;
    margin:0 !important;

    background:#fff !important;

    overflow:visible !important;
}

body.post-type-archive-product .orre-shop-pro-size-label{
    display:none !important;
}

body.post-type-archive-product .orre-shop-pro-size-list{
    display:flex !important;
    visibility:visible !important;
    opacity:1 !important;

    align-items:center !important;
    flex-wrap:wrap !important;

    gap:6px !important;

    width:auto !important;
    height:auto !important;
}

body.post-type-archive-product .orre-shop-pro-size-list span{
    display:inline-flex !important;

    align-items:center !important;
    justify-content:center !important;

    min-width:38px !important;
    height:34px !important;

    padding:0 9px !important;

    background:#fff !important;
    color:#111 !important;

    border:1px solid #d7d7d7 !important;
    border-radius:0 !important;

    font-size:10px !important;
    font-weight:500 !important;

    line-height:1 !important;

    box-sizing:border-box !important;
}

body.post-type-archive-product .orre-shop-pro-size-list span:hover{
    border-color:#111 !important;
}

body.post-type-archive-product .orre-shop-pro-info{
    padding-top:10px !important;
}

@media(max-width:767px){

    body.post-type-archive-product .orre-shop-pro-sizes{
        padding:8px 8px 0 !important;
    }

    body.post-type-archive-product .orre-shop-pro-size-list{
        gap:5px !important;
    }

    body.post-type-archive-product .orre-shop-pro-size-list span{
        min-width:34px !important;
        height:31px !important;

        padding:0 7px !important;

        font-size:9px !important;
    }
}

.woocommerce nav.woocommerce-pagination ul li a.prev,
.woocommerce nav.woocommerce-pagination ul li a.next{
    position:relative !important;

    width:44px !important;
    min-width:44px !important;
    height:44px !important;

    display:flex !important;
    align-items:center !important;
    justify-content:center !important;

    padding:0 !important;

    font-size:0 !important;

    background:#fff !important;
    color:#111 !important;

    border:1px solid #d8d8d8 !important;
}

.woocommerce nav.woocommerce-pagination ul li a.prev::before,
.woocommerce nav.woocommerce-pagination ul li a.prev::after,
.woocommerce nav.woocommerce-pagination ul li a.next::before,
.woocommerce nav.woocommerce-pagination ul li a.next::after{
    content:"" !important;
    display:block !important;

    position:absolute !important;

    top:50% !important;

    width:8px !important;
    height:8px !important;

    border:0 !important;
}

.woocommerce nav.woocommerce-pagination ul li a.prev::before{
    left:50% !important;

    border-left:1.6px solid currentColor !important;
    border-bottom:1.6px solid currentColor !important;

    transform:
        translate(-40%,-50%)
        rotate(45deg) !important;
}

.woocommerce nav.woocommerce-pagination ul li a.next::before{
    left:50% !important;

    border-right:1.6px solid currentColor !important;
    border-top:1.6px solid currentColor !important;

    transform:
        translate(-60%,-50%)
        rotate(45deg) !important;
}

.woocommerce nav.woocommerce-pagination ul li a.prev::after,
.woocommerce nav.woocommerce-pagination ul li a.next::after{
    display:none !important;
}

.woocommerce nav.woocommerce-pagination ul li a.prev:hover,
.woocommerce nav.woocommerce-pagination ul li a.next:hover{
    background:#000 !important;
    color:#fff !important;
    border-color:#000 !important;
}

body.page .orre-about-hero,
body.page .orre-about-story,
body.page .orre-about-values,
body.page .orre-about-closing{
    background:#fff;
    color:#111;
}

.orre-about-hero,
.orre-about-story,
.orre-about-values,
.orre-about-closing{
    padding-left:6vw !important;
    padding-right:6vw !important;
}

.orre-about-hero{
    min-height:520px;
    display:flex;
    align-items:center;
    padding-top:80px !important;
    padding-bottom:80px !important;
}

.orre-about-hero .elementor-heading-title{
    max-width:900px;
    margin:0;
    font-size:clamp(52px,7vw,108px) !important;
    line-height:.94 !important;
    font-weight:500 !important;
    letter-spacing:-.035em !important;
    color:#111 !important;
}

.orre-about-hero .elementor-widget-text-editor{
    max-width:620px;
    margin-top:28px;
}

.orre-about-hero p{
    font-size:17px !important;
    line-height:1.75 !important;
    color:#555 !important;
}

.orre-about-hero .elementor-widget-heading:first-child
.elementor-heading-title{
    font-size:10px !important;
    line-height:1 !important;
    font-weight:700 !important;
    letter-spacing:.22em !important;
    color:#8c8c8c !important;
    text-transform:uppercase !important;
}

.orre-about-story{
    padding-top:90px !important;
    padding-bottom:90px !important;
    border-top:1px solid #eee;
}

.orre-about-story img{
    width:100%;
    display:block;
    object-fit:cover;
    background:#f6f4f2;
}

.orre-about-story .elementor-heading-title{
    font-size:clamp(40px,4.3vw,68px) !important;
    line-height:1.02 !important;
    font-weight:500 !important;
    letter-spacing:-.025em !important;
    color:#111 !important;
}

.orre-about-story p{
    max-width:620px;
    font-size:16px !important;
    line-height:1.8 !important;
    color:#4d4d4d !important;
}

.orre-about-values{
    padding-top:90px !important;
    padding-bottom:100px !important;

    border-top:1px solid #eee;
    border-bottom:1px solid #eee;
}

.orre-about-values .e-con,
.orre-about-values .elementor-column{
    position:relative;
}

.orre-about-values .elementor-column:not(:last-child)::after{
    content:"";
    position:absolute;
    top:0;
    right:0;
    width:1px;
    height:100%;
    background:#e8e8e8;
}

.orre-about-values .elementor-heading-title{
    font-size:21px !important;
    line-height:1.2 !important;
    font-weight:600 !important;
    letter-spacing:.02em !important;
    color:#111 !important;
}

.orre-about-values p{
    max-width:420px;
    margin-top:18px;
    font-size:15px !important;
    line-height:1.75 !important;
    color:#666 !important;
}

.orre-about-closing{
    min-height:480px;

    display:flex;
    align-items:center;
    justify-content:center;

    text-align:center;

    padding-top:90px !important;
    padding-bottom:90px !important;
}

.orre-about-closing .elementor-heading-title{
    max-width:900px;

    margin-left:auto;
    margin-right:auto;

    font-size:clamp(48px,6vw,92px) !important;

    line-height:.98 !important;

    font-weight:500 !important;

    letter-spacing:-.035em !important;

    color:#111 !important;
}

.orre-about-closing p{
    max-width:600px;

    margin:24px auto 0;

    font-size:16px !important;
    line-height:1.75 !important;

    color:#666 !important;
}

.orre-about-closing .elementor-button{
    min-width:200px;

    height:52px;

    margin-top:28px;

    display:inline-flex;
    align-items:center;
    justify-content:center;

    background:#000 !important;
    color:#fff !important;

    border:1px solid #000 !important;
    border-radius:0 !important;

    font-size:10px !important;
    font-weight:700 !important;

    letter-spacing:.16em !important;

    text-transform:uppercase;

    transition:.25s ease;
}

.orre-about-closing .elementor-button:hover{
    background:#fff !important;
    color:#000 !important;
}

.orre-about-hero .elementor-widget-container,
.orre-about-story .elementor-widget-container,
.orre-about-values .elementor-widget-container{
    box-shadow:none !important;
}

.orre-about-hero a,
.orre-about-story a,
.orre-about-values a{
    color:#111 !important;
}

.orre-about-story a,
.orre-about-values a{
    display:inline-flex;
    align-items:center;
    gap:10px;

    margin-top:18px;

    font-size:10px !important;
    font-weight:700 !important;

    letter-spacing:.14em;

    text-transform:uppercase;

    text-decoration:none !important;
}

@media(max-width:767px){

    .orre-about-hero,
    .orre-about-story,
    .orre-about-values,
    .orre-about-closing{
        padding-left:20px !important;
        padding-right:20px !important;
    }

    .orre-about-hero{
        min-height:auto;

        padding-top:64px !important;
        padding-bottom:64px !important;
    }

    .orre-about-hero .elementor-heading-title{
        font-size:48px !important;
    }

    .orre-about-story,
    .orre-about-values{
        padding-top:56px !important;
        padding-bottom:56px !important;
    }

    .orre-about-story .elementor-heading-title{
        font-size:38px !important;
    }

    .orre-about-values .elementor-column::after{
        display:none !important;
    }

    .orre-about-values .elementor-column{
        padding-bottom:36px;
        margin-bottom:36px;

        border-bottom:1px solid #eee;
    }

    .orre-about-closing{
        min-height:auto;

        padding-top:70px !important;
        padding-bottom:70px !important;
    }

    .orre-about-closing .elementor-heading-title{
        font-size:44px !important;
    }
}

.about-video-section,
.elementor-section.about-video-section {
    padding: 70px 40px !important;
    box-sizing: border-box;
}

.about-video-section .elementor-container,
.about-video-section .elementor-row {
    max-width: 1400px !important;
    margin: 0 auto !important;
    align-items: flex-start !important;
    column-gap: 40px !important;
}

.about-video-section .elementor-column {
    width: 50% !important;
}

.about-video-section .elementor-widget-video,
.about-video-section .elementor-custom-embed-wrapper,
.about-video-section .elementor-video {
    width: 100% !important;
}

.about-video-section iframe,
.about-video-section video,
.about-video-section .elementor-video iframe {
    width: 100% !important;
    height: 420px !important;
    display: block !important;
    border: 0 !important;
    object-fit: cover !important;
}

.about-video-section .elementor-custom-embed-image-overlay,
.about-video-section .elementor-wrapper {
    width: 100% !important;
    min-height: 420px !important;
}

.about-video-section h2,
.about-video-section h3,
.about-video-section .elementor-heading-title {
    font-size: 26px !important;
    line-height: 1.3 !important;
    font-weight: 500 !important;
    margin-top: 22px !important;
    margin-bottom: 0 !important;
    color: #222 !important;
}

.about-video-section p {
    margin-top: 12px !important;
    line-height: 1.7 !important;
    color: #666 !important;
}

@media (max-width: 991px) {
    .about-video-section {
        padding: 50px 20px !important;
    }

    .about-video-section .elementor-container,
    .about-video-section .elementor-row {
        display: flex !important;
        flex-direction: column !important;
        row-gap: 35px !important;
    }

    .about-video-section .elementor-column {
        width: 100% !important;
    }

    .about-video-section iframe,
    .about-video-section video,
    .about-video-section .elementor-video iframe,
    .about-video-section .elementor-custom-embed-image-overlay,
    .about-video-section .elementor-wrapper {
        height: 280px !important;
        min-height: 280px !important;
    }

    .about-video-section h2,
    .about-video-section h3,
    .about-video-section .elementor-heading-title {
        font-size: 22px !important;
    }
}

#orreMenuDrawer,
.orre-menu-drawer{
    display:flex !important;
    flex-direction:column !important;
}

#orreMenuDrawer .orre-drawer-nav,
.orre-menu-drawer .orre-drawer-nav{
    flex:1 !important;

    display:flex !important;
    flex-direction:column !important;
    justify-content:center !important;

    padding-top:20px !important;
    padding-bottom:20px !important;
}

#orreMenuDrawer .orre-drawer-nav > a,
#orreMenuDrawer .orre-mobile-group,
.orre-menu-drawer .orre-drawer-nav > a,
.orre-menu-drawer .orre-mobile-group{
    flex:0 0 auto !important;
}

@media(max-width:767px){

    #orreMenuDrawer .orre-drawer-nav,
    .orre-menu-drawer .orre-drawer-nav{
        justify-content:flex-start !important;

        padding-top:28px !important;
    }
}

body .orre-home-new > .orre-home-section-header > a::after,
body .orre-home-collection > .orre-home-section-header > .orre-section-cta::after{
    content:none !important;
    display:none !important;
}

body .orre-home-new > .orre-home-section-header > a,
body .orre-home-collection > .orre-home-section-header > .orre-section-cta{
    padding-left:22px !important;
    padding-right:22px !important;
    justify-content:center !important;
}

body .orre-home-new > .orre-home-section-header > h1,
body .orre-home-collection > .orre-home-section-header > h2{
    position:relative !important;
    padding-bottom:16px !important;
}

body .orre-home-new > .orre-home-section-header > h1::after,
body .orre-home-collection > .orre-home-section-header > h2::after{
    content:"" !important;

    display:block !important;

    position:absolute !important;

    left:50% !important;
    bottom:0 !important;

    width:42px !important;
    height:3px !important;

    background:#c2c2c2 !important;

    transform:translateX(-50%) !important;
}

body .orre-home-new > .orre-home-section-header::before,
body .orre-home-collection > .orre-home-section-header::before{
    display:none !important;
    content:none !important;
}

body .orre-home-new > .orre-home-section-header,
body .orre-home-collection > .orre-home-section-header{
    display:flex !important;
    align-items:center !important;
    justify-content:space-between !important;

    gap:30px !important;

    padding:34px 56px !important;
}

body .orre-home-new > .orre-home-section-header > h1,
body .orre-home-collection > .orre-home-section-header > h2{
    position:relative !important;

    margin:0 !important;
    padding-bottom:16px !important;

    flex:0 0 auto !important;
}

body .orre-home-new > .orre-home-section-header > h1::after,
body .orre-home-collection > .orre-home-section-header > h2::after{
    content:"" !important;

    display:block !important;

    position:absolute !important;

    left:50% !important;
    bottom:0 !important;

    width:56px !important;
    height:3px !important;

    background:#bdbdbd !important;

    transform:translateX(-50%) !important;
}

body .orre-home-new > .orre-home-section-header::before,
body .orre-home-collection > .orre-home-section-header::before{
    content:none !important;
    display:none !important;
}

body .orre-home-new > .orre-home-section-header > a,
body .orre-home-collection > .orre-home-section-header > .orre-section-cta{
    width:auto !important;
    max-width:none !important;

    flex:0 0 auto !important;

    min-width:170px !important;
    height:48px !important;

    margin:0 !important;
    padding:0 24px !important;

    display:inline-flex !important;
    align-items:center !important;
    justify-content:center !important;

    background:#111 !important;
    color:#fff !important;

    border:1px solid #111 !important;

    font-size:10px !important;
    font-weight:700 !important;

    letter-spacing:.14em !important;

    text-transform:uppercase !important;
}

body .orre-home-new > .orre-home-section-header > a::after,
body .orre-home-collection > .orre-home-section-header > .orre-section-cta::after{
    content:none !important;
    display:none !important;
}

body .orre-home-new > .orre-home-section-header,
body .orre-home-collection > .orre-home-section-header{
    display:flex !important;
    flex-direction:column !important;
    align-items:center !important;
    justify-content:center !important;

    width:100% !important;

    padding:38px 20px 42px !important;
    margin:0 !important;

    text-align:center !important;

    background:#fff !important;

    gap:0 !important;
}

body .orre-home-new > .orre-home-section-header > h1,
body .orre-home-collection > .orre-home-section-header > h2{
    position:relative !important;

    margin:0 !important;

    padding:18px 0 17px !important;

    font-size:36px !important;
    font-weight:700 !important;
    line-height:1 !important;

    letter-spacing:.075em !important;

    text-align:center !important;
    text-transform:uppercase !important;

    color:#111 !important;
}

body .orre-home-new > .orre-home-section-header > h1::before{
    content:"NEW SEASON" !important;
}

body .orre-home-collection > .orre-home-section-header > h2::before{
    content:"SHOP THE EDIT" !important;
}

body .orre-home-new > .orre-home-section-header > h1::before,
body .orre-home-collection > .orre-home-section-header > h2::before{
    position:absolute !important;

    top:0 !important;
    left:50% !important;

    transform:translateX(-50%) !important;

    white-space:nowrap !important;

    font-size:8px !important;
    font-weight:600 !important;

    letter-spacing:.25em !important;

    color:#999 !important;
}

body .orre-home-new > .orre-home-section-header > h1::after,
body .orre-home-collection > .orre-home-section-header > h2::after{
    content:"" !important;

    position:absolute !important;

    left:50% !important;
    bottom:0 !important;

    width:46px !important;
    height:3px !important;

    background:#bdbdbd !important;

    transform:translateX(-50%) !important;
}

body .orre-home-new > .orre-home-section-header::before,
body .orre-home-collection > .orre-home-section-header::before{
    display:none !important;
    content:none !important;
}

body .orre-home-new > .orre-home-section-header > a,
body .orre-home-collection > .orre-home-section-header > .orre-section-cta{
    display:inline-flex !important;

    align-items:center !important;
    justify-content:center !important;

    width:auto !important;
    min-width:180px !important;

    height:48px !important;

    margin:26px 0 0 !important;

    padding:0 26px !important;

    background:#111 !important;
    color:#fff !important;

    border:1px solid #111 !important;
    border-radius:0 !important;

    font-size:10px !important;
    font-weight:700 !important;

    letter-spacing:.15em !important;

    text-align:center !important;
    text-decoration:none !important;
    text-transform:uppercase !important;
}

body .orre-home-new > .orre-home-section-header > a::after,
body .orre-home-collection > .orre-home-section-header > .orre-section-cta::after{
    display:none !important;
    content:none !important;
}

@media(max-width:767px){

    body .orre-home-new > .orre-home-section-header,
    body .orre-home-collection > .orre-home-section-header{
        padding:30px 16px 34px !important;
    }

    body .orre-home-new > .orre-home-section-header > h1,
    body .orre-home-collection > .orre-home-section-header > h2{
        font-size:27px !important;
    }

    body .orre-home-new > .orre-home-section-header > a,
    body .orre-home-collection > .orre-home-section-header > .orre-section-cta{
        min-width:165px !important;
        height:44px !important;

        margin-top:22px !important;

        font-size:9px !important;
    }
}

.orre-home-section-footer{
    width:100% !important;

    display:flex !important;
    align-items:center !important;
    justify-content:center !important;

    padding:34px 20px 44px !important;

    background:#fff !important;

    box-sizing:border-box !important;
}

.orre-home-section-footer .orre-section-cta{
    display:inline-flex !important;

    align-items:center !important;
    justify-content:center !important;

    width:auto !important;
    min-width:210px !important;
    height:50px !important;

    margin:0 !important;
    padding:0 28px !important;

    background:#111 !important;
    color:#fff !important;

    border:1px solid #111 !important;
    border-radius:0 !important;

    font-size:10px !important;
    font-weight:700 !important;

    letter-spacing:.16em !important;

    text-transform:uppercase !important;
    text-decoration:none !important;

    transition:.2s ease !important;
}

.orre-home-section-footer .orre-section-cta:hover{
    background:#fff !important;
    color:#111 !important;
}

.orre-home-section-footer .orre-section-cta::before,
.orre-home-section-footer .orre-section-cta::after{
    content:none !important;
    display:none !important;
}

@media(max-width:767px){

    .orre-home-section-footer{
        padding:24px 16px 32px !important;
    }

    .orre-home-section-footer .orre-section-cta{
        min-width:180px !important;
        height:46px !important;

        font-size:9px !important;
    }
}

body .orre-home-new > .orre-home-section-header{
    display:flex !important;
    flex-direction:column !important;
    align-items:center !important;
    justify-content:center !important;

    width:100% !important;

    padding:24px 20px 28px !important;
    margin:0 !important;

    text-align:center !important;

    background:#fff !important;
}

body .orre-home-new > .orre-home-section-header > h1{
    position:relative !important;

    margin:0 !important;
    padding:18px 0 16px !important;

    font-size:34px !important;
    font-weight:700 !important;
    line-height:1 !important;

    letter-spacing:.07em !important;

    text-transform:uppercase !important;
}

body .orre-home-new > .orre-home-section-header > h1::before{
    content:"NEW SEASON" !important;

    position:absolute !important;

    top:0 !important;
    left:50% !important;

    transform:translateX(-50%) !important;

    font-size:8px !important;
    font-weight:600 !important;

    letter-spacing:.24em !important;

    color:#999 !important;

    white-space:nowrap !important;
}

body .orre-home-new > .orre-home-section-header > h1::after{
    content:"" !important;

    position:absolute !important;

    left:50% !important;
    bottom:0 !important;

    width:44px !important;
    height:2px !important;

    background:#bdbdbd !important;

    transform:translateX(-50%) !important;
}

body .orre-home-new > .orre-home-section-header > a{
    display:inline-flex !important;

    align-items:center !important;
    justify-content:center !important;

    width:auto !important;
    min-width:160px !important;

    height:44px !important;

    margin:20px 0 0 !important;
    padding:0 24px !important;

    background:#111 !important;
    color:#fff !important;

    border:1px solid #111 !important;

    font-size:9px !important;
    font-weight:700 !important;

    letter-spacing:.15em !important;

    text-transform:uppercase !important;
    text-decoration:none !important;
}

body .orre-home-new > .orre-home-section-header > a::before,
body .orre-home-new > .orre-home-section-header > a::after{
    content:none !important;
    display:none !important;
}

@media(max-width:767px){

    body .orre-home-new > .orre-home-section-header{
        padding:22px 16px 24px !important;
    }

    body .orre-home-new > .orre-home-section-header > h1{
        font-size:28px !important;
    }

    body .orre-home-new > .orre-home-section-header > a{
        min-width:145px !important;
        height:42px !important;

        margin-top:18px !important;
    }
}

.orre-home-new .orre-home-section-header{
    display:flex !important;
    flex-direction:column !important;
    align-items:center !important;
    justify-content:center !important;

    padding:32px 20px 28px !important;
    margin:0 !important;

    text-align:center !important;
    background:#fff !important;
}

.orre-home-new .orre-home-section-header h1{
    position:relative !important;

    margin:0 !important;
    padding:18px 0 16px !important;

    font-size:34px !important;
    font-weight:700 !important;
    line-height:1 !important;

    letter-spacing:.08em !important;
}

.orre-home-new .orre-home-section-header h1::before{
    content:"NEW SEASON" !important;

    position:absolute !important;
    top:0 !important;
    left:50% !important;

    transform:translateX(-50%) !important;

    font-size:8px !important;
    font-weight:600 !important;

    letter-spacing:.24em !important;
    color:#999 !important;

    white-space:nowrap !important;
}

.orre-home-new .orre-home-section-header h1::after{
    content:"" !important;

    position:absolute !important;
    left:50% !important;
    bottom:0 !important;

    width:46px !important;
    height:2px !important;

    transform:translateX(-50%) !important;

    background:#bdbdbd !important;
}

.orre-home-new .orre-home-section-footer{
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;

    width:100% !important;

    padding:34px 20px 44px !important;

    background:#fff !important;
}

.orre-home-new .orre-home-section-footer .orre-section-cta{
    display:inline-flex !important;
    align-items:center !important;
    justify-content:center !important;

    width:auto !important;
    min-width:180px !important;
    height:48px !important;

    padding:0 28px !important;

    background:#111 !important;
    color:#fff !important;

    border:1px solid #111 !important;

    font-size:10px !important;
    font-weight:700 !important;

    letter-spacing:.15em !important;

    text-decoration:none !important;
    text-transform:uppercase !important;
}

.orre-home-new .orre-home-section-footer .orre-section-cta::before,
.orre-home-new .orre-home-section-footer .orre-section-cta::after{
    display:none !important;
    content:none !important;
}

}

body.single-product .orre-variable-size-buttons,
body.single-product .orre-pdp-static-sizes{
    display:none !important;
}

body.single-product .orre-simple-size-selector{
    display:block !important;
    visibility:visible !important;
    opacity:1 !important;

    width:100% !important;

    margin:26px 0 22px !important;
    padding:0 !important;
}

body.single-product .orre-simple-size-selector .orre-size-selector-label{
    display:block !important;

    margin:0 0 12px !important;

    color:#111 !important;

    font-size:12px !important;
    font-weight:700 !important;
    line-height:1 !important;

    letter-spacing:.09em !important;

    text-transform:uppercase !important;
}

body.single-product .orre-simple-size-buttons{
    display:flex !important;
    align-items:center !important;
    justify-content:flex-start !important;
    flex-wrap:wrap !important;

    gap:8px !important;

    width:100% !important;

    margin:0 !important;
    padding:0 !important;
}

body.single-product .orre-simple-size-buttons .orre-size-option{
    display:inline-flex !important;

    align-items:center !important;
    justify-content:center !important;

    width:56px !important;
    min-width:56px !important;
    height:48px !important;

    margin:0 !important;
    padding:0 !important;

    background:#fff !important;
    color:#111 !important;

    border:1px solid #d4d4d4 !important;
    border-radius:0 !important;

    box-shadow:none !important;

    font-size:10px !important;
    font-weight:600 !important;

    cursor:pointer !important;
}

body.single-product
.orre-simple-size-buttons
.orre-size-option.is-selected{
    background:#111 !important;
    color:#fff !important;

    border-color:#111 !important;
}

body.single-product
.orre-simple-size-buttons
.orre-size-option:hover{
    border-color:#111 !important;
}

body.single-product
.orre-simple-size-selector
input[name="orre_selected_size"]{
    display:none !important;
}

body.single-product
.orre-pdp-final-buy
form.cart:not(.variations_form){
    display:grid !important;

    grid-template-columns:145px minmax(0,1fr) !important;

    align-items:stretch !important;

    gap:10px !important;

    width:100% !important;

    margin:0 !important;
}

body.single-product .orre-pdp-final-buy .quantity{
    display:grid !important;

    grid-template-columns:40px 1fr 40px !important;

    width:145px !important;
    height:52px !important;

    margin:0 !important;

    background:#fff !important;

    border:1px solid #111 !important;
}

body.single-product .orre-pdp-final-buy .quantity input.qty{
    width:100% !important;
    height:50px !important;

    margin:0 !important;
    padding:0 !important;

    background:#fff !important;
    color:#111 !important;

    border:0 !important;

    text-align:center !important;
}

body.single-product .orre-pdp-final-buy .quantity .minus,
body.single-product .orre-pdp-final-buy .quantity .plus{
    width:40px !important;
    height:50px !important;

    margin:0 !important;
    padding:0 !important;

    display:flex !important;
    align-items:center !important;
    justify-content:center !important;

    background:#fff !important;
    color:#111 !important;

    border:0 !important;
}

body.single-product
.orre-pdp-final-buy
.single_add_to_cart_button{
    width:100% !important;
    height:52px !important;

    margin:0 !important;
    padding:0 25px !important;

    display:flex !important;

    align-items:center !important;
    justify-content:center !important;

    background:#111 !important;
    color:#fff !important;

    border:1px solid #111 !important;
    border-radius:0 !important;

    font-size:10px !important;
    font-weight:700 !important;

    letter-spacing:.13em !important;

    text-transform:uppercase !important;
}

body.single-product
.orre-pdp-final-buy
form.variations_form{
    display:block !important;

    width:100% !important;

    margin:25px 0 0 !important;
}

body.single-product
.orre-pdp-final-buy
.variations{
    display:table !important;

    width:100% !important;

    margin:0 0 22px !important;
}

body.single-product
.orre-pdp-final-buy
.wd-swatches-product{
    display:flex !important;

    flex-wrap:wrap !important;

    gap:8px !important;

    margin:10px 0 0 !important;
}

body.single-product
.orre-pdp-final-buy
.wd-swatch,
body.single-product
.orre-pdp-final-buy
.wd-swatch-text{
    display:inline-flex !important;

    align-items:center !important;
    justify-content:center !important;

    min-width:56px !important;
    height:48px !important;

    padding:0 14px !important;

    background:#fff !important;
    color:#111 !important;

    border:1px solid #d4d4d4 !important;
    border-radius:0 !important;
}

body.single-product
.orre-pdp-final-buy
.wd-swatch.wd-active,
body.single-product
.orre-pdp-final-buy
.wd-swatch.active{
    background:#111 !important;
    color:#fff !important;

    border-color:#111 !important;
}

body.single-product
.orre-pdp-final-buy
.woocommerce-variation-add-to-cart{
    display:grid !important;

    grid-template-columns:145px minmax(0,1fr) !important;

    gap:10px !important;

    width:100% !important;

    margin-top:20px !important;
}

@media(max-width:767px){

    body.single-product .orre-simple-size-selector{
        margin-top:22px !important;
    }

    body.single-product
    .orre-simple-size-buttons
    .orre-size-option{
        width:50px !important;
        min-width:50px !important;
        height:44px !important;
    }

    body.single-product
    .orre-pdp-final-buy
    form.cart:not(.variations_form),

    body.single-product
    .orre-pdp-final-buy
    .woocommerce-variation-add-to-cart{
        grid-template-columns:110px minmax(0,1fr) !important;
        gap:8px !important;
    }

    body.single-product .orre-pdp-final-buy .quantity{
        width:110px !important;

        grid-template-columns:32px 1fr 32px !important;
    }

    body.single-product .orre-pdp-final-buy .quantity .minus,
    body.single-product .orre-pdp-final-buy .quantity .plus{
        width:32px !important;
    }
}

body.single-product .orre-pdp-final-buy form.variations_form{
    width:100% !important;
    margin:24px 0 0 !important;
}

body.single-product .orre-pdp-final-buy .variations{
    width:100% !important;
    margin:0 0 22px !important;
    border:0 !important;
}

body.single-product .orre-pdp-final-buy .variations tbody,
body.single-product .orre-pdp-final-buy .variations tr{
    display:block !important;
    width:100% !important;
}

body.single-product .orre-pdp-final-buy .variations tr{
    margin:0 0 18px !important;
}

body.single-product .orre-pdp-final-buy .variations th,
body.single-product .orre-pdp-final-buy .variations td{
    display:block !important;
    width:100% !important;
    margin:0 !important;
    padding:0 !important;
    border:0 !important;
    text-align:left !important;
}

body.single-product .orre-pdp-final-buy .variations label{
    display:block !important;
    margin:0 0 11px !important;

    color:#111 !important;

    font-size:12px !important;
    font-weight:700 !important;
    line-height:1.2 !important;

    letter-spacing:.09em !important;
    text-transform:uppercase !important;
}

body.single-product .orre-pdp-final-buy .wd-swatches-product{
    display:flex !important;
    align-items:center !important;
    justify-content:flex-start !important;
    flex-wrap:wrap !important;

    gap:8px !important;

    width:100% !important;
    margin:0 !important;
}

body.single-product .orre-pdp-final-buy .wd-swatch,
body.single-product .orre-pdp-final-buy .wd-swatch-text{
    display:inline-flex !important;
    align-items:center !important;
    justify-content:center !important;

    min-width:56px !important;
    height:48px !important;

    margin:0 !important;
    padding:0 14px !important;

    background:#fff !important;
    color:#111 !important;

    border:1px solid #d5d5d5 !important;
    border-radius:0 !important;
    box-shadow:none !important;

    font-size:10px !important;
    font-weight:600 !important;
    line-height:1 !important;
}

body.single-product .orre-pdp-final-buy .wd-swatch.wd-active,
body.single-product .orre-pdp-final-buy .wd-swatch.active,
body.single-product .orre-pdp-final-buy .wd-swatch.selected{
    background:#111 !important;
    color:#fff !important;
    border-color:#111 !important;
}

body.single-product .orre-pdp-final-buy .variations select{
    width:100% !important;
    max-width:360px !important;
    height:48px !important;

    margin:0 !important;
    padding:0 14px !important;

    background:#fff !important;
    color:#111 !important;

    border:1px solid #d5d5d5 !important;
    border-radius:0 !important;
    box-shadow:none !important;
}

body.single-product .orre-pdp-final-buy .reset_variations{
    display:inline-block !important;

    margin-top:10px !important;

    color:#777 !important;

    font-size:9px !important;
    font-weight:600 !important;
    letter-spacing:.08em !important;
    text-transform:uppercase !important;
}

body.single-product
.orre-pdp-final-buy
.woocommerce-variation-add-to-cart{
    display:grid !important;
    grid-template-columns:145px minmax(0,1fr) !important;

    align-items:stretch !important;
    gap:10px !important;

    width:100% !important;
    margin-top:20px !important;
}

body.single-product .orre-pdp-final-buy .quantity{
    display:grid !important;
    grid-template-columns:40px 1fr 40px !important;

    width:145px !important;
    height:52px !important;

    margin:0 !important;

    border:1px solid #111 !important;
    background:#fff !important;
}

body.single-product .orre-pdp-final-buy .quantity input.qty{
    width:100% !important;
    height:50px !important;

    margin:0 !important;
    padding:0 !important;

    background:#fff !important;
    color:#111 !important;

    border:0 !important;
    box-shadow:none !important;

    text-align:center !important;
}

body.single-product .orre-pdp-final-buy .quantity .minus,
body.single-product .orre-pdp-final-buy .quantity .plus{
    width:40px !important;
    height:50px !important;

    margin:0 !important;
    padding:0 !important;

    background:#fff !important;
    color:#111 !important;

    border:0 !important;
    box-shadow:none !important;
}

body.single-product .orre-pdp-final-buy .single_add_to_cart_button{
    width:100% !important;
    min-height:52px !important;

    margin:0 !important;
    padding:0 24px !important;

    display:flex !important;
    align-items:center !important;
    justify-content:center !important;

    background:#111 !important;
    color:#fff !important;

    border:1px solid #111 !important;
    border-radius:0 !important;

    font-size:10px !important;
    font-weight:700 !important;
    line-height:1 !important;

    letter-spacing:.12em !important;
    text-transform:uppercase !important;
}

body.single-product .orre-pdp-final-buy .single_add_to_cart_button.disabled,
body.single-product .orre-pdp-final-buy .single_add_to_cart_button:disabled{
    opacity:.45 !important;
    cursor:not-allowed !important;
}

@media(max-width:767px){

    body.single-product
    .orre-pdp-final-buy
    .woocommerce-variation-add-to-cart{
        grid-template-columns:110px minmax(0,1fr) !important;
        gap:8px !important;
    }

    body.single-product .orre-pdp-final-buy .quantity{
        width:110px !important;
        grid-template-columns:32px 1fr 32px !important;
    }

    body.single-product .orre-pdp-final-buy .quantity .minus,
    body.single-product .orre-pdp-final-buy .quantity .plus{
        width:32px !important;
    }

    body.single-product .orre-pdp-final-buy .wd-swatch,
    body.single-product .orre-pdp-final-buy .wd-swatch-text{
        min-width:50px !important;
        height:44px !important;
        padding:0 12px !important;
    }
}

body.single-product .orre-pdp-final-short-description{
    margin:18px 0 0 !important;
    max-width:680px !important;
    color:#555 !important;
    font-size:15px !important;
    line-height:1.75 !important;
}

body.single-product .orre-pdp-final-description{
    margin:22px 0 26px !important;
    max-width:680px !important;
    color:#333 !important;
    font-size:15px !important;
    line-height:1.8 !important;
}

body.single-product .orre-pdp-final-description p{
    margin:0 0 16px !important;
}

body.single-product .orre-pdp-final-description ul,
body.single-product .orre-pdp-final-description ol{
    margin:12px 0 0 20px !important;
    padding:0 !important;
}

body.single-product .orre-pdp-final-description li{
    margin:0 0 10px !important;
}

body.single-product
.orre-pdp-final-buy
form.cart:not(.variations_form){
    display:grid !important;
    grid-template-columns:145px minmax(0,1fr) !important;
    align-items:stretch !important;
    gap:14px 10px !important;
    width:100% !important;
    margin:0 !important;
}

body.single-product
.orre-pdp-final-buy
form.cart:not(.variations_form)
.orre-simple-size-selector{
    grid-column:1 / -1 !important;
    width:100% !important;
    margin:0 !important;
    padding:0 !important;
}

body.single-product .orre-simple-size-selector .orre-size-selector-label{
    display:block !important;
    margin:0 0 12px !important;
    color:#111 !important;
    font-size:12px !important;
    font-weight:700 !important;
    line-height:1 !important;
    letter-spacing:.09em !important;
    text-transform:uppercase !important;
}

body.single-product .orre-simple-size-buttons{
    display:flex !important;
    flex-wrap:wrap !important;
    align-items:center !important;
    gap:8px !important;
    width:100% !important;
    margin:0 !important;
}

body.single-product .orre-simple-size-buttons .orre-size-option{
    display:inline-flex !important;
    align-items:center !important;
    justify-content:center !important;
    width:56px !important;
    min-width:56px !important;
    height:48px !important;
    margin:0 !important;
    padding:0 !important;
    background:#fff !important;
    color:#111 !important;
    border:1px solid #d4d4d4 !important;
    border-radius:0 !important;
    box-shadow:none !important;
    font-size:10px !important;
    font-weight:600 !important;
}

body.single-product
.orre-simple-size-buttons
.orre-size-option.is-selected{
    background:#111 !important;
    color:#fff !important;
    border-color:#111 !important;
}

body.single-product .orre-pdp-final-buy .quantity{
    grid-column:1 !important;
    display:grid !important;
    grid-template-columns:40px 1fr 40px !important;
    width:145px !important;
    height:52px !important;
    margin:0 !important;
    border:1px solid #111 !important;
    background:#fff !important;
}

body.single-product .orre-pdp-final-buy .quantity input.qty{
    width:100% !important;
    height:50px !important;
    margin:0 !important;
    padding:0 !important;
    border:0 !important;
    background:#fff !important;
    color:#111 !important;
    text-align:center !important;
}

body.single-product .orre-pdp-final-buy .quantity .minus,
body.single-product .orre-pdp-final-buy .quantity .plus{
    width:40px !important;
    height:50px !important;
    margin:0 !important;
    padding:0 !important;
    border:0 !important;
    background:#fff !important;
    color:#111 !important;
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
}

body.single-product
.orre-pdp-final-buy
form.cart:not(.variations_form)
.single_add_to_cart_button{
    grid-column:2 !important;
    width:100% !important;
    height:52px !important;
    margin:0 !important;
    padding:0 24px !important;
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    background:#111 !important;
    color:#fff !important;
    border:1px solid #111 !important;
    border-radius:0 !important;
    font-size:10px !important;
    font-weight:700 !important;
    line-height:1 !important;
    letter-spacing:.12em !important;
    text-transform:uppercase !important;
}

body.single-product
.orre-pdp-final-buy
.woocommerce-variation-add-to-cart{
    display:grid !important;
    grid-template-columns:145px minmax(0,1fr) !important;
    gap:10px !important;
    width:100% !important;
    margin-top:18px !important;
}

@media(max-width:767px){
    body.single-product
    .orre-pdp-final-buy
    form.cart:not(.variations_form),
    body.single-product
    .orre-pdp-final-buy
    .woocommerce-variation-add-to-cart{
        grid-template-columns:110px minmax(0,1fr) !important;
    }

    body.single-product .orre-pdp-final-buy .quantity{
        width:110px !important;
        grid-template-columns:32px 1fr 32px !important;
    }

    body.single-product .orre-pdp-final-buy .quantity .minus,
    body.single-product .orre-pdp-final-buy .quantity .plus{
        width:32px !important;
    }

    body.single-product .orre-simple-size-buttons .orre-size-option{
        width:50px !important;
        min-width:50px !important;
        height:44px !important;
    }
}

body.single-product .orre-pdp-final-main{
    display:grid !important;

    grid-template-columns:minmax(0, 1.05fr) minmax(520px, .95fr) !important;

    column-gap:42px !important;

    width:100% !important;

    max-width:1580px !important;

    margin:0 auto !important;

    padding:0 42px !important;

    box-sizing:border-box !important;
}

body.single-product .orre-pdp-final-summary{
    padding-left:0 !important;
    margin-left:0 !important;

    display:flex !important;
    align-items:flex-start !important;
}

body.single-product .orre-pdp-final-summary-inner{
    width:100% !important;

    max-width:650px !important;

    margin-left:0 !important;
    margin-right:auto !important;

    padding-left:0 !important;
    padding-right:0 !important;
}

body.single-product .orre-pdp-final-summary-inner{
    transform:none !important;
}

@media(max-width:1199px){

    body.single-product .orre-pdp-final-main{
        grid-template-columns:1fr 1fr !important;

        column-gap:28px !important;

        padding:0 24px !important;
    }

    body.single-product .orre-pdp-final-summary-inner{
        max-width:100% !important;
    }
}

@media(max-width:767px){

    body.single-product .orre-pdp-final-main{
        display:block !important;

        padding:0 16px !important;
    }

    body.single-product .orre-pdp-final-summary{
        margin-top:28px !important;
    }
}

body .cart-widget-side,
body .wd-side-hidden,
body .wd-cart-side{
    top:0 !important;
    height:100vh !important;
    max-height:100vh !important;

    padding-top:92px !important;

    box-sizing:border-box !important;
}

body .cart-widget-side .widget_shopping_cart,
body .wd-cart-side .widget_shopping_cart{
    height:100% !important;
    max-height:100% !important;

    overflow-y:auto !important;
    overflow-x:hidden !important;

    padding-top:14px !important;
    padding-bottom:24px !important;
}

body .cart-widget-side .mini_cart_item,
body .wd-cart-side .mini_cart_item{
    padding-top:18px !important;
    padding-bottom:18px !important;
}

body .cart-widget-side .mini_cart_item img,
body .wd-cart-side .mini_cart_item img{
    margin-top:0 !important;
}

body .cart-widget-side .mini_cart_item .product-title,
body .cart-widget-side .mini_cart_item a,
body .wd-cart-side .mini_cart_item .product-title,
body .wd-cart-side .mini_cart_item a{
    margin-top:0 !important;
}

body .cart-widget-side .woocommerce-mini-cart__total,
body .wd-cart-side .woocommerce-mini-cart__total{
    margin-top:18px !important;
}

body .cart-widget-side,
body .wd-cart-side{
    z-index:999999 !important;
}

@media(max-width:767px){

    body .cart-widget-side,
    body .wd-side-hidden,
    body .wd-cart-side{
        padding-top:72px !important;
    }
}

body.home .orre-home-product-grid,
body.home .orre-product-slider{
    gap:14px !important;
}

body.home .orre-home-product{
    background:#fff !important;

    margin:0 !important;
    padding:0 !important;

    min-width:0 !important;
}

body.home .orre-home-size-strip{
    position:static !important;

    display:flex !important;
    visibility:visible !important;
    opacity:1 !important;

    align-items:center !important;
    justify-content:flex-start !important;
    flex-wrap:wrap !important;

    gap:6px !important;

    width:100% !important;
    min-height:42px !important;

    margin:0 !important;

    padding:10px 14px 0 !important;

    background:#fff !important;

    transform:none !important;
    overflow:visible !important;

    box-sizing:border-box !important;
}

body.home .orre-home-size-strip > span{
    display:inline-flex !important;

    align-items:center !important;
    justify-content:center !important;

    min-width:38px !important;
    height:34px !important;

    margin:0 !important;
    padding:0 9px !important;

    background:#fff !important;
    color:#111 !important;

    border:1px solid #d5d5d5 !important;
    border-radius:0 !important;

    font-size:10px !important;
    font-weight:500 !important;
    line-height:1 !important;

    box-sizing:border-box !important;
}

body.home .orre-home-product-info{
    padding:12px 14px 26px !important;

    margin:0 !important;

    background:#fff !important;
}

body.home .orre-home-product-name{
    display:block !important;

    margin:0 !important;

    font-size:14px !important;
    font-weight:700 !important;
    line-height:1.35 !important;

    color:#111 !important;

    text-transform:uppercase !important;
}

body.home .orre-home-product-price{
    margin-top:9px !important;

    font-size:13px !important;
    font-weight:600 !important;

    line-height:1.3 !important;
}

body.home .orre-home-new,
body.home .orre-home-collection{
    padding-bottom:44px !important;
}

@media(min-width:1025px){

    body.home .orre-slider-shell{
        padding-left:42px !important;
        padding-right:42px !important;

        box-sizing:border-box !important;
    }
}

@media(max-width:767px){

    body.home .orre-home-product-grid,
    body.home .orre-product-slider{
        gap:7px !important;
    }

    body.home .orre-home-size-strip{
        gap:5px !important;

        min-height:36px !important;

        padding:8px 8px 0 !important;
    }

    body.home .orre-home-size-strip > span{
        min-width:33px !important;
        height:30px !important;

        padding:0 7px !important;

        font-size:9px !important;
    }

    body.home .orre-home-product-info{
        padding:10px 8px 20px !important;
    }
}

body.single-product .orre-pdp-final-related{
    padding-bottom:58px !important;
}

body.single-product .orre-related-slider-shell{
    padding-left:36px !important;
    padding-right:36px !important;

    box-sizing:border-box !important;
}

body.single-product .orre-pdp-final-related-grid{
    gap:14px !important;
}

body.single-product .orre-pdp-final-related-card{
    min-width:0 !important;

    margin:0 !important;
    padding:0 !important;

    background:#fff !important;
}

body.single-product .orre-pdp-final-related-image{
    display:block !important;

    width:100% !important;

    overflow:hidden !important;

    background:#f4efed !important;
}

body.single-product .orre-pdp-final-related-image img{
    display:block !important;

    width:100% !important;
    height:auto !important;

    margin:0 !important;
}

body.single-product .orre-pdp-related-sizes{
    display:flex !important;
    visibility:visible !important;
    opacity:1 !important;

    align-items:center !important;
    justify-content:flex-start !important;
    flex-wrap:wrap !important;

    gap:6px !important;

    width:100% !important;

    margin:0 !important;
    padding:10px 14px 0 !important;

    background:#fff !important;

    box-sizing:border-box !important;
}

body.single-product .orre-pdp-related-sizes > span{
    display:inline-flex !important;

    align-items:center !important;
    justify-content:center !important;

    min-width:38px !important;
    height:34px !important;

    margin:0 !important;
    padding:0 9px !important;

    background:#fff !important;
    color:#111 !important;

    border:1px solid #d5d5d5 !important;
    border-radius:0 !important;

    font-size:10px !important;
    font-weight:500 !important;

    line-height:1 !important;

    box-sizing:border-box !important;
}

body.single-product .orre-pdp-final-related-info{
    padding:12px 14px 26px !important;

    margin:0 !important;

    background:#fff !important;
}

body.single-product .orre-pdp-final-related-info > a{
    display:block !important;

    margin:0 !important;

    color:#111 !important;

    font-size:14px !important;
    font-weight:700 !important;
    line-height:1.35 !important;

    text-transform:uppercase !important;
}

body.single-product .orre-pdp-final-related-info > span{
    display:block !important;

    margin-top:9px !important;

    font-size:13px !important;
    font-weight:600 !important;
    line-height:1.3 !important;
}

@media(max-width:767px){

    body.single-product .orre-related-slider-shell{
        padding-left:10px !important;
        padding-right:10px !important;
    }

    body.single-product .orre-pdp-final-related-grid{
        gap:7px !important;
    }

    body.single-product .orre-pdp-related-sizes{
        gap:5px !important;

        padding:8px 8px 0 !important;
    }

    body.single-product .orre-pdp-related-sizes > span{
        min-width:33px !important;
        height:30px !important;

        padding:0 7px !important;

        font-size:9px !important;
    }

    body.single-product .orre-pdp-final-related-info{
        padding:10px 8px 20px !important;
    }
}

.orre-footer{
    background:#050505;
    color:#fff;

    width:100%;

    font-family:Arial, Helvetica, sans-serif;
}

.orre-footer-main{
    display:grid;

    grid-template-columns:1.2fr .8fr;

    gap:80px;

    max-width:1620px;

    margin:0 auto;

    padding:70px 7% 58px;
}

.orre-footer-brand{
    max-width:520px;
}

.orre-footer-logo{
    margin-bottom:28px;

    font-family:Georgia, "Times New Roman", serif;

    font-size:66px;
    font-weight:400;

    line-height:1;

    letter-spacing:.08em;

    color:#fff;
}

.orre-footer-brand p{
    max-width:390px;

    margin:0;

    color:#bdbdbd;

    font-size:15px;
    font-weight:400;

    line-height:1.75;
}

.orre-footer-contact{
    padding-top:10px;
}

.orre-footer-contact h4{
    margin:0 0 28px;

    color:#fff;

    font-size:13px;
    font-weight:700;

    letter-spacing:.18em;

    text-transform:uppercase;
}

.orre-footer-contact p{
    display:flex;

    flex-direction:column;

    gap:6px;

    margin:0 0 22px;

    color:#ccc;

    font-size:15px;

    line-height:1.5;
}

.orre-footer-contact p > span{
    color:#777;

    font-size:10px;
    font-weight:600;

    letter-spacing:.12em;

    text-transform:uppercase;
}

.orre-footer-contact a{
    color:#ccc;

    text-decoration:none;

    transition:
        color .2s ease,
        opacity .2s ease;
}

.orre-footer-contact a:hover{
    color:#fff;
}

.orre-footer-bottom{
    display:flex;

    align-items:center;
    justify-content:space-between;

    gap:30px;

    max-width:1620px;

    margin:0 auto;

    padding:24px 7%;

    border-top:1px solid rgba(255,255,255,.12);
}

.orre-footer-copy{
    display:flex;

    align-items:center;

    flex-wrap:wrap;

    gap:12px;

    color:#9b9b9b;

    font-size:12px;
}

.orre-footer-copy a{
    position:relative;

    color:#c6c6c6;

    text-decoration:none;

    transition:color .2s ease;
}

.orre-footer-copy a::after{
    content:"";

    position:absolute;

    left:0;
    bottom:-4px;

    width:0;
    height:1px;

    background:#fff;

    transition:width .25s ease;
}

.orre-footer-copy a:hover{
    color:#fff;
}

.orre-footer-copy a:hover::after{
    width:100%;
}

.orre-footer-separator{
    color:#555;
}

.orre-footer-payments{
    display:flex;

    align-items:center;

    gap:14px;
}

.orre-footer-payments > span{
    color:#666;

    font-size:9px;
    font-weight:600;

    letter-spacing:.16em;

    text-transform:uppercase;
}

.orre-footer-payments img{
    height:25px;

    width:auto;

    object-fit:contain;
}

@media(max-width:767px){

    .orre-footer-main{
        grid-template-columns:1fr;

        gap:42px;

        padding:48px 22px 40px;
    }

    .orre-footer-logo{
        font-size:48px;

        margin-bottom:22px;
    }

    .orre-footer-brand p{
        font-size:13px;

        line-height:1.7;
    }

    .orre-footer-contact{
        padding-top:0;
    }

    .orre-footer-bottom{
        flex-direction:column;

        align-items:flex-start;

        padding:22px;

        gap:20px;
    }

    .orre-footer-copy{
        gap:8px 10px;

        font-size:11px;
    }

    .orre-footer-payments{
        width:100%;

        flex-wrap:wrap;
    }

}

@media(max-width:767px){

    .orre-home-product-grid,
    .orre-home-products-grid,
    .orre-front-products,
    .orre-collection-grid,
    .orre-shop-pro-grid,
    .orre-pdp-final-related-grid{
        display:grid !important;
        grid-template-columns:repeat(2, minmax(0, 1fr)) !important;

        gap:10px !important;

        padding-left:12px !important;
        padding-right:12px !important;

        box-sizing:border-box !important;
    }

    .orre-home-product,
    .orre-front-product,
    .orre-collection-card,
    .orre-shop-pro-card,
    .orre-pdp-final-related-card{
        width:100% !important;
        min-width:0 !important;

        margin:0 !important;
    }

    .orre-home-product-media,
    .orre-front-product-media,
    .orre-collection-card-media,
    .orre-shop-pro-media,
    .orre-pdp-final-related-image{
        display:block !important;

        width:100% !important;

        aspect-ratio:3 / 4 !important;

        overflow:hidden !important;
    }

    .orre-home-product-media img,
    .orre-front-product-media img,
    .orre-collection-card-media img,
    .orre-shop-pro-media img,
    .orre-pdp-final-related-image img{
        width:100% !important;
        height:100% !important;

        object-fit:cover !important;
        object-position:center top !important;

        display:block !important;
    }

    .orre-home-product-info,
    .orre-front-product-meta,
    .orre-collection-card-info,
    .orre-shop-pro-info,
    .orre-pdp-final-related-info{
        padding:8px 6px 14px !important;
    }

    .orre-home-product-name,
    .orre-front-product-name,
    .orre-collection-card-title,
    .orre-shop-pro-name,
    .orre-pdp-final-related-name{
        font-size:10px !important;
        line-height:1.3 !important;
    }

    .orre-home-product-price,
    .orre-front-product-price,
    .orre-collection-card-price,
    .orre-shop-pro-price,
    .orre-pdp-final-related-price{
        margin-top:5px !important;

        font-size:10px !important;
    }

    .orre-home-size-strip,
    .orre-collection-size-strip,
    .orre-shop-pro-sizes,
    .orre-pdp-related-sizes{
        padding:6px 6px 0 !important;
        gap:4px !important;
    }

    .orre-home-size-strip > span,
    .orre-collection-size-strip > span,
    .orre-shop-pro-size-list > span,
    .orre-pdp-related-sizes > span{
        min-width:28px !important;
        height:26px !important;

        padding:0 5px !important;

        font-size:8px !important;
    }
}

@media(max-width:767px){

    .orre-home-product-grid,
    .orre-home-products-grid,
    .orre-front-products,
    .orre-collection-grid,
    .orre-shop-pro-grid,
    .orre-pdp-final-related-grid{
        gap:16px 12px !important;

        padding-left:14px !important;
        padding-right:14px !important;
    }

    .orre-home-product,
    .orre-front-product,
    .orre-collection-card,
    .orre-shop-pro-card,
    .orre-pdp-final-related-card{
        margin-bottom:8px !important;
    }

    .orre-home-product-info,
    .orre-front-product-meta,
    .orre-collection-card-info,
    .orre-shop-pro-info,
    .orre-pdp-final-related-info{
        padding-top:10px !important;
        padding-bottom:18px !important;
    }

    .orre-slider-shell,
    .orre-shop-pro-products,
    .orre-collection-products,
    .orre-pdp-final-related{
        box-sizing:border-box !important;
    }
}

@media (max-width:767px){

    body .orre-product-slider,
    body .orre-pdp-final-related-grid{
        display:flex !important;
        gap:14px !important;
        column-gap:14px !important;

        padding-left:14px !important;
        padding-right:14px !important;

        box-sizing:border-box !important;
    }

    body .orre-product-slider > .orre-home-product,
    body .orre-product-slider > .orre-front-product,
    body .orre-product-slider > .orre-pdp-final-related-card{
        flex:0 0 calc((100% - 14px) / 2) !important;
        width:calc((100% - 14px) / 2) !important;
        max-width:calc((100% - 14px) / 2) !important;

        margin:0 !important;

        box-sizing:border-box !important;
    }

    body .orre-shop-pro-grid,
    body .orre-collection-grid,
    body .orre-home-product-grid,
    body .orre-home-products-grid,
    body .orre-front-products{
        display:grid !important;

        grid-template-columns:
            repeat(2, minmax(0,1fr)) !important;

        column-gap:14px !important;
        row-gap:20px !important;

        padding-left:14px !important;
        padding-right:14px !important;

        box-sizing:border-box !important;
    }

    body .orre-shop-pro-card,
    body .orre-collection-card,
    body .orre-home-product,
    body .orre-front-product,
    body .orre-pdp-final-related-card{
        min-width:0 !important;
        max-width:100% !important;

        box-sizing:border-box !important;
    }

}

@media(max-width:767px){

    body .orre-product-slider,
    body .orre-pdp-final-related-grid{
        gap:20px !important;
        column-gap:20px !important;

        padding-left:16px !important;
        padding-right:16px !important;

        box-sizing:border-box !important;
    }

    body .orre-product-slider > .orre-home-product,
    body .orre-product-slider > .orre-front-product,
    body .orre-product-slider > .orre-pdp-final-related-card{
        flex:0 0 calc((100% - 20px) / 2) !important;
        width:calc((100% - 20px) / 2) !important;
        max-width:calc((100% - 20px) / 2) !important;

        margin:0 !important;

        box-sizing:border-box !important;
    }

    body .orre-shop-pro-grid,
    body .orre-collection-grid,
    body .orre-home-product-grid,
    body .orre-home-products-grid,
    body .orre-front-products{
        grid-template-columns:repeat(2,minmax(0,1fr)) !important;

        column-gap:20px !important;
        row-gap:24px !important;

        padding-left:16px !important;
        padding-right:16px !important;

        box-sizing:border-box !important;
    }

    body .orre-shop-pro-card,
    body .orre-collection-card,
    body .orre-home-product,
    body .orre-front-product,
    body .orre-pdp-final-related-card{
        margin-bottom:8px !important;
    }

}
@media (max-width: 767px) {
  .orre-hero-banner,
  .orre-banner,
  .main-banner,
  .hero-banner,
  .home-banner {
    min-height: 420px !important;
    background-size: cover !important;
    background-position: center center !important;
  }

  .orre-hero-banner img,
  .orre-banner img,
  .main-banner img,
  .hero-banner img,
  .home-banner img {
    width: 100% !important;
    height: 420px !important;
    object-fit: cover !important;
    object-position: center center !important;
  }
}

.social-facebook,
.social-instagram{
    display:inline-flex !important;
}

.social-twitter,
.social-x,
.social-youtube,
.social-pinterest,
.social-linkedin,
.social-tiktok{
    display:none !important;
}

body.page-id-4400,
body.page-id-4400 #page,
body.page-id-4400 .website-wrapper,
body.page-id-4400 .main-page-wrapper,
body.page-id-4400 .site-content,
body.page-id-4400 .content-layout-wrapper,
body.page-id-4400 .site-content-row,
body.page-id-4400 .elementor,
body.page-id-4400 .elementor-section,
body.page-id-4400 .elementor-container,
body.page-id-4400 .elementor-column,
body.page-id-4400 .elementor-widget-wrap,
body.page-id-4400 .e-con,
body.page-id-4400 .e-con-inner{
    background-color:#050505 !important;
}

body.page-id-4400 .elementor{
    width:100% !important;
    max-width:none !important;
    margin:0 !important;
    padding:0 !important;
}

body.page-id-4400 .elementor > .e-con,
body.page-id-4400 .elementor > .elementor-section{
    width:100% !important;
    max-width:1480px !important;
    margin-left:auto !important;
    margin-right:auto !important;
    padding-left:clamp(28px,5vw,78px) !important;
    padding-right:clamp(28px,5vw,78px) !important;
}

body.page-id-4400 h1,
body.page-id-4400 h2,
body.page-id-4400 h3,
body.page-id-4400 h4,
body.page-id-4400 h5,
body.page-id-4400 h6,
body.page-id-4400 .elementor-heading-title{
    color:#fff !important;
}

body.page-id-4400 p,
body.page-id-4400 li{
    color:#c3c3c3 !important;
}

body.page-id-4400 p{
    font-size:16px !important;
    line-height:1.8 !important;
}

body.page-id-4400 .elementor-widget-text-editor p{
    max-width:680px;
    margin-top:0;
    margin-bottom:20px;
}

body.page-id-4400 a{
    color:#fff !important;
}

body.page-id-4400 .orre-about-hero,
body.page-id-4400 .orre-about-story,
body.page-id-4400 .orre-about-values,
body.page-id-4400 .orre-about-closing{
    background:#050505 !important;
    color:#fff !important;

    width:100% !important;

    padding-left:clamp(28px,5vw,78px) !important;
    padding-right:clamp(28px,5vw,78px) !important;

    border-color:rgba(255,255,255,.10) !important;
}

body.page-id-4400 .orre-about-hero{
    min-height:0 !important;
    padding-top:90px !important;
    padding-bottom:90px !important;
}

body.page-id-4400 .orre-about-hero .elementor-heading-title{
    max-width:900px !important;

    color:#fff !important;

    font-size:clamp(48px,6vw,86px) !important;
    font-weight:400 !important;
    line-height:1.02 !important;

    letter-spacing:-.025em !important;
}

body.page-id-4400 .orre-about-hero p{
    max-width:620px !important;
    color:#bcbcbc !important;
}

body.page-id-4400 .orre-about-hero
.elementor-widget-heading:first-child
.elementor-heading-title{
    color:#a57d69 !important;

    font-family:Arial,Helvetica,sans-serif !important;
    font-size:10px !important;
    font-weight:700 !important;
    line-height:1 !important;

    letter-spacing:.20em !important;
    text-transform:uppercase !important;
}

body.page-id-4400 .orre-about-story{
    padding-top:86px !important;
    padding-bottom:86px !important;

    border-top:1px solid rgba(255,255,255,.10) !important;
}

body.page-id-4400 .orre-about-story .elementor-heading-title{
    color:#fff !important;

    font-size:clamp(38px,4vw,60px) !important;
    font-weight:400 !important;
    line-height:1.08 !important;

    letter-spacing:-.02em !important;
}

body.page-id-4400 .orre-about-story p{
    color:#bdbdbd !important;
}

body.page-id-4400 .orre-about-story img{
    display:block !important;

    width:100% !important;
    height:auto !important;

    background:#111 !important;
}

body.page-id-4400 .orre-about-values{
    padding-top:80px !important;
    padding-bottom:88px !important;

    border-top:1px solid rgba(255,255,255,.10) !important;
    border-bottom:1px solid rgba(255,255,255,.10) !important;
}

body.page-id-4400 .orre-about-values .elementor-heading-title{
    color:#fff !important;

    font-size:21px !important;
    font-weight:500 !important;
    line-height:1.25 !important;
}

body.page-id-4400 .orre-about-values p{
    max-width:440px !important;
    color:#aaa !important;

    font-size:15px !important;
    line-height:1.75 !important;
}

body.page-id-4400
.orre-about-values
.elementor-column:not(:last-child)::after{
    background:rgba(255,255,255,.12) !important;
}

body.page-id-4400 .orre-about-closing{
    min-height:0 !important;

    padding-top:90px !important;
    padding-bottom:90px !important;

    text-align:center !important;
}

body.page-id-4400 .orre-about-closing .elementor-heading-title{
    max-width:900px !important;

    color:#fff !important;

    font-size:clamp(42px,5vw,72px) !important;
    font-weight:400 !important;
    line-height:1.05 !important;

    letter-spacing:-.025em !important;
}

body.page-id-4400 .orre-about-closing p{
    max-width:620px !important;

    margin-left:auto !important;
    margin-right:auto !important;

    color:#aaa !important;
}

body.page-id-4400 .elementor-widget-heading{
    margin-bottom:14px;
}

body.page-id-4400 .elementor-widget-text-editor{
    margin-bottom:0;
}

body.page-id-4400 hr,
body.page-id-4400 .elementor-divider-separator{
    border-color:rgba(255,255,255,.12) !important;
}

body.page-id-4400 .elementor-social-icons-wrapper{
    display:flex !important;
    align-items:center !important;
    gap:10px !important;
}

body.page-id-4400 .elementor-social-icon{
    transition:transform .2s ease,opacity .2s ease !important;
}

body.page-id-4400 .elementor-social-icon:hover{
    transform:translateY(-2px) !important;
}

@media(max-width:1024px){

    body.page-id-4400 .elementor > .e-con,
    body.page-id-4400 .elementor > .elementor-section,
    body.page-id-4400 .orre-about-hero,
    body.page-id-4400 .orre-about-story,
    body.page-id-4400 .orre-about-values,
    body.page-id-4400 .orre-about-closing{
        padding-left:32px !important;
        padding-right:32px !important;
    }

    body.page-id-4400 .orre-about-hero,
    body.page-id-4400 .orre-about-story,
    body.page-id-4400 .orre-about-values,
    body.page-id-4400 .orre-about-closing{
        padding-top:68px !important;
        padding-bottom:68px !important;
    }
}

@media(max-width:767px){

    body.page-id-4400 .elementor > .e-con,
    body.page-id-4400 .elementor > .elementor-section,
    body.page-id-4400 .orre-about-hero,
    body.page-id-4400 .orre-about-story,
    body.page-id-4400 .orre-about-values,
    body.page-id-4400 .orre-about-closing{
        padding-left:20px !important;
        padding-right:20px !important;
    }

    body.page-id-4400 .orre-about-hero,
    body.page-id-4400 .orre-about-story,
    body.page-id-4400 .orre-about-values,
    body.page-id-4400 .orre-about-closing{
        padding-top:52px !important;
        padding-bottom:52px !important;
    }

    body.page-id-4400 .orre-about-hero .elementor-heading-title{
        font-size:42px !important;
        line-height:1.08 !important;
    }

    body.page-id-4400 .orre-about-story .elementor-heading-title{
        font-size:34px !important;
    }

    body.page-id-4400 .orre-about-values .elementor-heading-title{
        font-size:20px !important;
    }

    body.page-id-4400 .orre-about-closing .elementor-heading-title{
        font-size:38px !important;
    }

    body.page-id-4400 p{
        font-size:15px !important;
        line-height:1.72 !important;
    }

    body.page-id-4400
    .orre-about-values
    .elementor-column:not(:last-child)::after{
        display:none !important;
    }

    body.page-id-4400 .orre-about-values .elementor-column{
        border-bottom:1px solid rgba(255,255,255,.10) !important;
    }
}

footer .main-footer,
.site-footer .main-footer,
.footer-container .main-footer,
.wd-footer .main-footer,
footer > .container,
.site-footer > .container,
.footer-container > .container{
    width:100% !important;
    max-width:1500px !important;

    margin-left:auto !important;
    margin-right:auto !important;

    padding-left:clamp(28px,5vw,78px) !important;
    padding-right:clamp(28px,5vw,78px) !important;

    box-sizing:border-box !important;
}

@media (min-width:768px){

    footer .main-footer .widget:has(img):has(p),
    .site-footer .main-footer .widget:has(img):has(p),
    .footer-container .main-footer .widget:has(img):has(p),

    footer .main-footer .textwidget:has(img):has(p),
    .site-footer .main-footer .textwidget:has(img):has(p),
    .footer-container .main-footer .textwidget:has(img):has(p),

    footer .main-footer .wp-block-group:has(img):has(p),
    .site-footer .main-footer .wp-block-group:has(img):has(p),
    .footer-container .main-footer .wp-block-group:has(img):has(p){
        display:flex !important;

        align-items:center !important;
        justify-content:flex-start !important;

        gap:42px !important;

        width:100% !important;
        max-width:760px !important;

        margin:0 !important;
        padding:0 !important;
    }

    footer .main-footer .widget:has(img):has(p) > .textwidget,
    .site-footer .main-footer .widget:has(img):has(p) > .textwidget,
    .footer-container .main-footer .widget:has(img):has(p) > .textwidget{
        display:flex !important;

        align-items:center !important;

        gap:42px !important;

        width:100% !important;

        margin:0 !important;
        padding:0 !important;
    }

    footer .main-footer .widget:has(img):has(p) img,
    .site-footer .main-footer .widget:has(img):has(p) img,
    .footer-container .main-footer .widget:has(img):has(p) img,

    footer .main-footer .textwidget:has(img):has(p) img,
    .site-footer .main-footer .textwidget:has(img):has(p) img,
    .footer-container .main-footer .textwidget:has(img):has(p) img{
        flex:0 0 auto !important;

        display:block !important;

        width:auto !important;
        max-width:270px !important;
        height:auto !important;

        margin:0 !important;
        padding:0 !important;
    }

    footer .main-footer .widget:has(img):has(p) p,
    .site-footer .main-footer .widget:has(img):has(p) p,
    .footer-container .main-footer .widget:has(img):has(p) p,

    footer .main-footer .textwidget:has(img):has(p) p,
    .site-footer .main-footer .textwidget:has(img):has(p) p,
    .footer-container .main-footer .textwidget:has(img):has(p) p{
        flex:0 1 390px !important;

        width:auto !important;
        max-width:390px !important;

        margin:0 !important;
        padding:0 !important;

        color:#c7c7c7 !important;

        font-size:14px !important;
        line-height:1.8 !important;

        white-space:normal !important;
    }

    footer .main-footer .widget:has(img):has(p) p br,
    .site-footer .main-footer .widget:has(img):has(p) p br,
    .footer-container .main-footer .widget:has(img):has(p) p br{
        display:none !important;
    }

}

footer .footer-sidebar,
.site-footer .footer-sidebar,
.footer-container .footer-sidebar{
    align-items:flex-start !important;
}

footer .main-footer .widget,
.site-footer .main-footer .widget,
.footer-container .main-footer .widget{
    margin-bottom:0 !important;
}

footer .main-footer .widget-title,
.site-footer .main-footer .widget-title,
.footer-container .main-footer .widget-title,
footer .main-footer h4,
.site-footer .main-footer h4,
.footer-container .main-footer h4{
    margin-top:0 !important;
    margin-bottom:24px !important;
}

footer .main-footer p,
.site-footer .main-footer p,
.footer-container .main-footer p{
    margin-top:0;
}

.copyrights-wrapper .container,
.min-footer .container,
.wd-footer-bottom .container{
    width:100% !important;
    max-width:1500px !important;

    margin-left:auto !important;
    margin-right:auto !important;

    padding-left:clamp(28px,5vw,78px) !important;
    padding-right:clamp(28px,5vw,78px) !important;

    box-sizing:border-box !important;
}

@media(max-width:767px){

    footer .main-footer,
    .site-footer .main-footer,
    .footer-container .main-footer,
    footer > .container,
    .site-footer > .container,
    .footer-container > .container{
        padding-left:20px !important;
        padding-right:20px !important;
    }

    footer .main-footer .widget:has(img):has(p),
    .site-footer .main-footer .widget:has(img):has(p),
    .footer-container .main-footer .widget:has(img):has(p),

    footer .main-footer .textwidget:has(img):has(p),
    .site-footer .main-footer .textwidget:has(img):has(p),
    .footer-container .main-footer .textwidget:has(img):has(p),

    footer .main-footer .widget:has(img):has(p) > .textwidget,
    .site-footer .main-footer .widget:has(img):has(p) > .textwidget,
    .footer-container .main-footer .widget:has(img):has(p) > .textwidget{
        display:flex !important;

        flex-direction:column !important;
        align-items:flex-start !important;

        gap:22px !important;

        max-width:100% !important;
    }

    footer .main-footer .widget:has(img):has(p) img,
    .site-footer .main-footer .widget:has(img):has(p) img,
    .footer-container .main-footer .widget:has(img):has(p) img{
        max-width:210px !important;
    }

    footer .main-footer .widget:has(img):has(p) p,
    .site-footer .main-footer .widget:has(img):has(p) p,
    .footer-container .main-footer .widget:has(img):has(p) p{
        max-width:330px !important;

        font-size:13px !important;
        line-height:1.7 !important;
    }

    .copyrights-wrapper .container,
    .min-footer .container,
    .wd-footer-bottom .container{
        padding-left:20px !important;
        padding-right:20px !important;
    }

}

html body .cart-widget-side,
html body .wd-cart-side,
html body .wd-side-hidden.wd-right {
    top: 0 !important;
    right: 0 !important;

    width: 605px !important;
    max-width: calc(100vw - 40px) !important;

    height: 100vh !important;
    max-height: 100vh !important;

    padding: 0 !important;
    margin: 0 !important;

    background: #f8f8f8 !important;

    box-shadow: none !important;
    border-left: 1px solid #e0e0e0 !important;

    z-index: 9999999 !important;
}

html body .cart-widget-side .widget_shopping_cart,
html body .wd-cart-side .widget_shopping_cart {
    padding: 0 !important;
    margin: 0 !important;

    height: 100% !important;
    max-height: 100% !important;

    display: flex !important;
    flex-direction: column !important;

    overflow: hidden !important;

    background: #f8f8f8 !important;
}

html body .cart-widget-side .wd-heading,
html body .wd-cart-side .wd-heading {
    position: relative !important;

    min-height: 80px !important;

    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    padding: 0 28px !important;
    margin: 0 !important;

    background: #f8f8f8 !important;

    border-bottom: 1px solid #d3d3d3 !important;
}

html body .cart-widget-side .wd-heading .title,
html body .cart-widget-side .wd-heading h3,
html body .wd-cart-side .wd-heading .title,
html body .wd-cart-side .wd-heading h3 {
    font-size: 21px !important;
    line-height: 1 !important;

    font-weight: 400 !important;
    letter-spacing: 0.5px !important;

    color: #111 !important;

    margin: 0 !important;
    padding: 0 !important;

    text-transform: uppercase !important;
}

html body .cart-widget-side .wd-close-side,
html body .wd-cart-side .wd-close-side {
    position: absolute !important;

    right: calc(50% - 58px) !important;
    top: 50% !important;

    transform: translateY(-50%) !important;

    width: 30px !important;
    height: 30px !important;

    padding: 0 !important;
    margin: 0 !important;

    background: transparent !important;
    border: 0 !important;

    color: #111 !important;
}

html body .cart-widget-side .wd-close-side:before,
html body .cart-widget-side .wd-close-side:after,
html body .wd-cart-side .wd-close-side:before,
html body .wd-cart-side .wd-close-side:after {
    background-color: #111 !important;
}

html body .cart-widget-side .shopping-cart-widget-body,
html body .wd-cart-side .shopping-cart-widget-body {
    flex: 1 1 auto !important;

    overflow-y: auto !important;
    overflow-x: hidden !important;

    padding: 0 !important;
    margin: 0 !important;

    background: #f8f8f8 !important;
}

html body .cart-widget-side .mini_cart_item,
html body .wd-cart-side .mini_cart_item {
    position: relative !important;

    display: grid !important;

    grid-template-columns: 120px 1fr !important;

    column-gap: 28px !important;

    min-height: 245px !important;

    padding: 27px 65px 27px 27px !important;
    margin: 0 !important;

    border-bottom: 1px solid #d3d3d3 !important;

    background: #f8f8f8 !important;
}

html body .cart-widget-side .mini_cart_item > a:not(.remove),
html body .wd-cart-side .mini_cart_item > a:not(.remove) {
    margin: 0 !important;
    padding: 0 !important;
}

html body .cart-widget-side .mini_cart_item img,
html body .wd-cart-side .mini_cart_item img {
    width: 120px !important;
    height: 182px !important;

    max-width: 120px !important;

    margin: 0 !important;
    padding: 0 !important;

    object-fit: cover !important;
    object-position: center top !important;

    background: #eee !important;
}

html body .cart-widget-side .mini_cart_item .cart-info,
html body .wd-cart-side .mini_cart_item .cart-info {
    padding: 2px 0 0 !important;
    margin: 0 !important;
}

html body .cart-widget-side .mini_cart_item .product-title,
html body .wd-cart-side .mini_cart_item .product-title {
    display: block !important;

    max-width: 310px !important;

    margin: 0 0 7px !important;
    padding: 0 !important;

    font-size: 20px !important;
    line-height: 1.45 !important;

    font-weight: 400 !important;

    text-transform: uppercase !important;

    color: #111 !important;
}

html body .cart-widget-side .variation,
html body .wd-cart-side .variation {
    margin: 0 0 13px !important;

    font-size: 16px !important;
    line-height: 1.4 !important;

    color: #555 !important;
}

html body .cart-widget-side .variation dt,
html body .wd-cart-side .variation dt {
    display: none !important;
}

html body .cart-widget-side .variation dd,
html body .wd-cart-side .variation dd {
    margin: 0 !important;
}

html body .cart-widget-side .variation p,
html body .wd-cart-side .variation p {
    margin: 0 !important;
}

html body .cart-widget-side .mini_cart_item .quantity,
html body .wd-cart-side .mini_cart_item .quantity {
    font-size: 0 !important;

    color: #444 !important;
}

html body .cart-widget-side .mini_cart_item .quantity .woocommerce-Price-amount,
html body .wd-cart-side .mini_cart_item .quantity .woocommerce-Price-amount {
    display: block !important;

    margin: 7px 0 14px !important;

    font-size: 20px !important;
    line-height: 1.2 !important;

    font-weight: 600 !important;

    color: #555 !important;
}

html body .cart-widget-side .woocommerce-Price-currencySymbol,
html body .wd-cart-side .woocommerce-Price-currencySymbol {
    margin-right: 3px !important;
}

html body .cart-widget-side .remove,
html body .wd-cart-side .remove {
    position: absolute !important;

    top: 32px !important;
    right: 26px !important;

    width: 28px !important;
    height: 28px !important;

    margin: 0 !important;
    padding: 0 !important;

    background: transparent !important;
    border: none !important;

    font-size: 0 !important;

    color: #111 !important;

    opacity: 1 !important;
}

html body .cart-widget-side .remove:before,
html body .wd-cart-side .remove:before {
    content: "\f2ed" !important;

    font-family: "Font Awesome 5 Free",
                 "Font Awesome 6 Free" !important;

    font-weight: 900 !important;

    font-size: 19px !important;

    color: #111 !important;

    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    width: 100% !important;
    height: 100% !important;
}

html body .cart-widget-side .shopping-cart-widget-footer,
html body .wd-cart-side .shopping-cart-widget-footer {
    flex: 0 0 auto !important;

    width: 100% !important;

    margin: 0 !important;
    padding: 0 !important;

    background: #f8f8f8 !important;

    border-top: 1px solid #d3d3d3 !important;
}

html body .cart-widget-side .woocommerce-mini-cart__total,
html body .wd-cart-side .woocommerce-mini-cart__total {
    display: none !important;
}

html body .cart-widget-side
.woocommerce-mini-cart__buttons
a:not(.checkout),

html body .wd-cart-side
.woocommerce-mini-cart__buttons
a:not(.checkout) {
    display: none !important;
}

html body .cart-widget-side .woocommerce-mini-cart__buttons,
html body .wd-cart-side .woocommerce-mini-cart__buttons {
    display: block !important;

    margin: 0 !important;
    padding: 0 !important;

    width: 100% !important;

    background: #000 !important;
}

html body .cart-widget-side
.woocommerce-mini-cart__buttons .checkout,

html body .wd-cart-side
.woocommerce-mini-cart__buttons .checkout {
    display: flex !important;

    align-items: center !important;
    justify-content: center !important;

    width: 100% !important;
    min-height: 77px !important;

    margin: 0 !important;
    padding: 0 25px !important;

    border: none !important;
    border-radius: 0 !important;

    background: #000 !important;
    background-color: #000 !important;

    color: #fff !important;

    font-size: 18px !important;
    font-weight: 500 !important;

    letter-spacing: .5px !important;

    text-transform: uppercase !important;

    box-shadow: none !important;
}

html body .cart-widget-side
.woocommerce-mini-cart__buttons .checkout:hover,

html body .wd-cart-side
.woocommerce-mini-cart__buttons .checkout:hover {
    background: #111 !important;
    background-color: #111 !important;

    color: #fff !important;
}

html body .wd-close-side-opened:before,
html body .wd-overlay {
    background: rgba(0,0,0,.35) !important;

    backdrop-filter: blur(3px) !important;
    -webkit-backdrop-filter: blur(3px) !important;
}

@media (max-width: 1024px) {

    html body .cart-widget-side,
    html body .wd-cart-side,
    html body .wd-side-hidden.wd-right {
        width: 560px !important;
        max-width: calc(100vw - 20px) !important;
    }

}

@media (max-width: 767px) {

    html body .cart-widget-side,
    html body .wd-cart-side,
    html body .wd-side-hidden.wd-right {

        width: calc(100vw - 20px) !important;
        max-width: calc(100vw - 20px) !important;

        padding: 0 !important;
    }

    html body .cart-widget-side .wd-heading,
    html body .wd-cart-side .wd-heading {
        min-height: 70px !important;
    }

    html body .cart-widget-side .wd-heading .title,
    html body .wd-cart-side .wd-heading .title {
        font-size: 18px !important;
    }

    html body .cart-widget-side .mini_cart_item,
    html body .wd-cart-side .mini_cart_item {

        grid-template-columns: 105px 1fr !important;

        column-gap: 20px !important;

        min-height: 215px !important;

        padding:
            25px
            45px
            25px
            20px !important;
    }

    html body .cart-widget-side .mini_cart_item img,
    html body .wd-cart-side .mini_cart_item img {

        width: 105px !important;
        height: 160px !important;

        max-width: 105px !important;
    }

    html body .cart-widget-side .mini_cart_item .product-title,
    html body .wd-cart-side .mini_cart_item .product-title {

        font-size: 16px !important;

        line-height: 1.4 !important;
    }

    html body .cart-widget-side
    .mini_cart_item
    .quantity
    .woocommerce-Price-amount,

    html body .wd-cart-side
    .mini_cart_item
    .quantity
    .woocommerce-Price-amount {

        font-size: 17px !important;
    }

    html body .cart-widget-side
    .woocommerce-mini-cart__buttons .checkout,

    html body .wd-cart-side
    .woocommerce-mini-cart__buttons .checkout {

        min-height: 68px !important;

        font-size: 16px !important;
    }

}

@media (max-width: 480px) {

    html body .cart-widget-side,
    html body .wd-cart-side,
    html body .wd-side-hidden.wd-right {

        width: 100vw !important;
        max-width: 100vw !important;
    }

    html body .cart-widget-side .mini_cart_item,
    html body .wd-cart-side .mini_cart_item {

        grid-template-columns: 95px 1fr !important;

        column-gap: 16px !important;

        padding:
            22px
            42px
            22px
            16px !important;
    }

    html body .cart-widget-side .mini_cart_item img,
    html body .wd-cart-side .mini_cart_item img {

        width: 95px !important;
        height: 145px !important;
    }

}

.orre-kiji-footer{
    width:100%;
    background:#000;
    color:#fff;
    padding:0 0 48px;
}

.orre-footer-inner{
    width:calc(100% - 136px);
    max-width:none;
    margin:0 auto;

    border-top:1px solid #262626;
}

.orre-footer-top{
    min-height:190px;

    display:grid;
    grid-template-columns:1fr 1fr 1fr;
    align-items:center;
}

.orre-footer-follow{
    font-size:15px;
    line-height:1;

    font-weight:600;

    color:#777;

    letter-spacing:.6px;

    text-transform:uppercase;
}

.orre-footer-socials{
    display:flex;
    align-items:center;
    justify-content:center;

    gap:28px;
}

.orre-footer-socials a{
    width:24px;
    height:24px;

    display:flex;
    justify-content:center;
    align-items:center;

    color:#efefef;

    background:transparent !important;

    padding:0;
    border:0;

    text-decoration:none;

    transition:opacity .25s ease;
}

.orre-footer-socials a:hover{
    background:transparent !important;
    color:#fff;
    opacity:.65;
}

.orre-footer-socials svg{
    display:block;

    width:23px;
    height:23px;

    fill:currentColor;
}

.orre-footer-bottom{
    display:flex;
    align-items:center;

    gap:17px;

    padding-top:18px;

    font-size:16px;
    line-height:1.4;

    font-weight:400;

    letter-spacing:1px;

    text-transform:uppercase;

    color:#fff;
}

@media(max-width:1024px){

    .orre-footer-inner{
        width:calc(100% - 70px);
    }

}

@media(max-width:767px){

    .orre-kiji-footer{
        padding-bottom:32px;
    }

    .orre-footer-inner{
        width:calc(100% - 32px);
    }

    .orre-footer-top{
        min-height:auto;

        padding:42px 0;

        display:flex;
        flex-direction:column;

        align-items:flex-start;

        gap:32px;
    }

    .orre-footer-socials{
        justify-content:flex-start;
    }

    .orre-footer-bottom{
        flex-direction:column;
        align-items:flex-start;

        gap:6px;

        padding-top:15px;

        font-size:13px;
    }

}

.orre-kiji-footer {
    width: 100%;
    background: #000;
    color: #fff;

    padding: 0 0 45px;
}

.orre-footer-inner {
    width: calc(100% - 136px);
    margin: 0 auto;

    border-top: 1px solid #252525;
}

.orre-footer-brand-section {
    display: grid;
    grid-template-columns: 1.5fr 1fr;

    gap: 100px;

    padding: 65px 0 60px;

    border-bottom: 1px solid #252525;
}

.orre-footer-brand {
    max-width: 460px;
}

.orre-footer-logo {
    display: inline-block;

    background: transparent !important;

    margin-bottom: 25px;
}

.orre-footer-logo img {
    display: block;

    width: 190px;
    max-width: 100%;

    height: auto;
}

.orre-footer-description {
    max-width: 430px;

    margin: 0;

    color: #999;

    font-size: 15px;
    line-height: 1.8;

    font-weight: 400;

    letter-spacing: .2px;
}

.orre-footer-contact {
    display: flex;
    flex-direction: column;

    align-items: flex-start;

    gap: 11px;
}

.orre-footer-contact-title {
    margin-bottom: 10px;

    color: #777;

    font-size: 14px;
    font-weight: 600;

    letter-spacing: 1px;

    text-transform: uppercase;
}

.orre-footer-contact a,
.orre-footer-contact span {
    color: #fff;

    font-size: 15px;
    line-height: 1.5;

    font-weight: 400;

    letter-spacing: .3px;

    text-decoration: none;
}

.orre-footer-contact a:hover {
    color: #888;

    background: transparent !important;
}

.orre-footer-social-row {
    display: grid;

    grid-template-columns: 1fr 1fr 1fr;

    align-items: center;

    min-height: 150px;
}

.orre-footer-follow {
    color: #777;

    font-size: 14px;
    font-weight: 600;

    letter-spacing: .8px;

    text-transform: uppercase;
}

.orre-footer-socials {
    display: flex;

    justify-content: center;
    align-items: center;

    gap: 28px;
}

.orre-footer-socials a {
    width: 25px;
    height: 25px;

    display: flex;

    align-items: center;
    justify-content: center;

    padding: 0;

    color: #f1f1f1;

    background: transparent !important;

    border: none;

    text-decoration: none;

    transition:
        opacity .2s ease,
        transform .2s ease;
}

.orre-footer-socials a:hover {
    color: #fff;

    background: transparent !important;

    opacity: .65;

    transform: translateY(-2px);
}

.orre-footer-socials svg {
    width: 23px;
    height: 23px;

    fill: currentColor;
}

.orre-footer-bottom {
    display: flex;

    align-items: center;

    gap: 18px;

    padding-top: 15px;

    color: #fff;

    font-size: 15px;
    line-height: 1.4;

    font-weight: 400;

    letter-spacing: 1px;

    text-transform: uppercase;
}

@media (max-width: 1024px) {

    .orre-footer-inner {
        width: calc(100% - 70px);
    }

    .orre-footer-brand-section {
        gap: 60px;
    }

}

@media (max-width: 767px) {

    .orre-kiji-footer {
        padding-bottom: 30px;
    }

    .orre-footer-inner {
        width: calc(100% - 32px);
    }

    .orre-footer-brand-section {
        display: flex;

        flex-direction: column;

        gap: 42px;

        padding: 45px 0;
    }

    .orre-footer-logo img {
        width: 160px;
    }

    .orre-footer-description {
        font-size: 14px;

        line-height: 1.7;
    }

    .orre-footer-social-row {
        display: flex;

        flex-direction: column;

        align-items: flex-start;

        gap: 27px;

        min-height: auto;

        padding: 40px 0;
    }

    .orre-footer-socials {
        justify-content: flex-start;

        gap: 25px;
    }

    .orre-footer-bottom {
        flex-direction: column;

        align-items: flex-start;

        gap: 6px;

        padding-top: 10px;

        font-size: 12px;
    }

}
.orre-footer-logo {
    display: inline-block;
    margin-bottom: 25px;
    background: transparent !important;
}

.orre-footer-logo-img {
    display: block;
    width: 190px;
    max-width: 100%;
    height: auto;
    object-fit: contain;
}

@media (max-width: 767px) {
    .orre-footer-logo-img {
        width: 160px;
    }
}

html body .cart-widget-side .orre-cart-cancel,
html body .wd-cart-side .orre-cart-cancel {

    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    width: 100% !important;

    min-height: 62px !important;

    margin: 12px 0 0 !important;
    padding: 0 20px !important;

    background: #fff !important;
    background-color: #fff !important;

    color: #000 !important;

    border: 1px solid #000 !important;
    border-radius: 0 !important;

    font-size: 14px !important;
    font-weight: 500 !important;

    letter-spacing: 1.2px !important;

    text-transform: uppercase !important;

    cursor: pointer !important;

    box-shadow: none !important;

    transition:
        background .25s ease,
        color .25s ease !important;
}

html body .cart-widget-side .orre-cart-cancel:hover,
html body .wd-cart-side .orre-cart-cancel:hover {

    background: #000 !important;
    background-color: #000 !important;

    color: #fff !important;

    border-color: #000 !important;
}

html body .cart-widget-side,
html body .wd-cart-side{
    position: fixed !important;
}

html body .cart-widget-side .wd-close-side,
html body .wd-cart-side .wd-close-side,
html body .cart-widget-side .close-side-widget,
html body .wd-cart-side .close-side-widget{

    display: flex !important;
    visibility: visible !important;
    opacity: 1 !important;

    position: absolute !important;

    top: 18px !important;
    right: 20px !important;

    width: 34px !important;
    height: 34px !important;

    padding: 0 !important;
    margin: 0 !important;

    align-items: center !important;
    justify-content: center !important;

    background: #fff !important;

    border: 0 !important;
    border-radius: 50% !important;

    color: #000 !important;

    z-index: 99999999 !important;

    font-size: 0 !important;
}

html body .cart-widget-side .wd-close-side::before,
html body .cart-widget-side .wd-close-side::after,
html body .wd-cart-side .wd-close-side::before,
html body .wd-cart-side .wd-close-side::after,
html body .cart-widget-side .close-side-widget::before,
html body .cart-widget-side .close-side-widget::after,
html body .wd-cart-side .close-side-widget::before,
html body .wd-cart-side .close-side-widget::after{

    content: "" !important;

    position: absolute !important;

    width: 18px !important;
    height: 2px !important;

    background: #000 !important;

    left: 8px !important;
    top: 16px !important;

    display: block !important;
}

html body .cart-widget-side .wd-close-side::before,
html body .wd-cart-side .wd-close-side::before,
html body .cart-widget-side .close-side-widget::before,
html body .wd-cart-side .close-side-widget::before{
    transform: rotate(45deg) !important;
}

html body .cart-widget-side .wd-close-side::after,
html body .wd-cart-side .wd-close-side::after,
html body .cart-widget-side .close-side-widget::after,
html body .wd-cart-side .close-side-widget::after{
    transform: rotate(-45deg) !important;
}

html body .cart-widget-side .wd-close-side:hover,
html body .wd-cart-side .wd-close-side:hover,
html body .cart-widget-side .close-side-widget:hover,
html body .wd-cart-side .close-side-widget:hover{
    background: #eee !important;
}

/* =========================================================
   ORRÉ — PREMIUM KIJI-STYLE FINAL OVERRIDES
   Purpose:
   - Preserve existing markup/functions/interactions
   - Black + white storefront
   - Black commerce/action buttons
   - Cleaner typography and spacing
   - Improved desktop/tablet/mobile responsiveness
   ========================================================= */

:root{
  --orre-black:#000000;
  --orre-white:#ffffff;
  --orre-text:#111111;
  --orre-muted:#6b6b6b;
  --orre-border:#e8e8e8;
  --orre-soft:#f7f7f7;
  --orre-container:1440px;
  --orre-page-x:clamp(14px,2.2vw,34px);
  --orre-ease:cubic-bezier(.22,.61,.36,1);
}

/* ---------- Global reset / storefront base ---------- */
html{
  -webkit-text-size-adjust:100%;
  scroll-behavior:smooth;
}

html,
body,
#page,
.main-page-wrapper,
.site-content{
  width:100%;
  max-width:100%;
  margin:0;
  background:#fff!important;
  color:#111!important;
}

body{
  overflow-x:hidden!important;
  font-family:-apple-system,BlinkMacSystemFont,"Helvetica Neue",Arial,sans-serif!important;
  font-size:14px;
  line-height:1.5;
  text-rendering:optimizeLegibility;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
}

*,
*::before,
*::after{
  box-sizing:border-box;
}

img,
picture,
video,
canvas,
svg{
  max-width:100%;
}

img{
  display:block;
}

a{
  color:inherit;
  text-decoration:none;
}

button,
input,
select,
textarea{
  font:inherit;
}

button,
a,
input,
select,
textarea{
  -webkit-tap-highlight-color:transparent;
}

:focus-visible{
  outline:1px solid #000!important;
  outline-offset:3px;
}

/* ---------- Keep main visual surfaces white ---------- */
.orre-home-v3,
.orre-home-new,
.orre-home-collection,
.orre-home-product-grid,
.orre-home-product,
.orre-home-product-info,
.orre-inside,
.orre-home-newsletter,
.orre-collection-page,
.orre-collection-head,
.orre-collection-toolbar,
.orre-collection-products,
.orre-collection-grid,
.orre-collection-card{
  background:#fff!important;
}

/* Product-photo backgrounds can stay subtly neutral */
.orre-home-product-media,
.orre-collection-card-media{
  background:#f6f6f6!important;
}

/* ---------- Typography refinement ---------- */
.orre-home-v3,
.orre-home-v3 *,
.orre-collection-page,
.orre-collection-page *,
.woocommerce,
.woocommerce *{
  font-family:-apple-system,BlinkMacSystemFont,"Helvetica Neue",Arial,sans-serif!important;
}

.orre-home-section-header h1,
.orre-home-section-header h2,
.orre-collection-title-wrap h1,
.orre-inside-head h2{
  color:#000!important;
  font-weight:500!important;
  letter-spacing:.09em!important;
}

.orre-home-product-name,
.orre-collection-card-title,
.woocommerce-loop-product__title{
  color:#111!important;
  font-weight:500!important;
  letter-spacing:.015em!important;
}

.orre-home-product-price,
.orre-collection-card-price,
.woocommerce-Price-amount{
  color:#111!important;
}

/* ---------- Action buttons: BLACK + WHITE ---------- */
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit,
.single_add_to_cart_button,
.checkout-button,
.wc-proceed-to-checkout a,
.orre-cart-primary,
.orre-cart-secondary,
.orre-empty-cart a,
.orre-home-hero-content a,
.orre-home-editorial-overlay a,
.orre-collection-card .button,
.orre-product-card .button,
button[name="apply_coupon"],
button[name="update_cart"],
button[name="woocommerce_checkout_place_order"]{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  background:#000!important;
  color:#fff!important;
  border:1px solid #000!important;
  border-radius:0!important;
  box-shadow:none!important;
  text-transform:uppercase;
  letter-spacing:.08em;
  font-weight:600;
  transition:
    opacity .22s ease,
    transform .22s var(--orre-ease),
    background-color .22s ease,
    color .22s ease!important;
}

.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit:hover,
.single_add_to_cart_button:hover,
.checkout-button:hover,
.wc-proceed-to-checkout a:hover,
.orre-cart-primary:hover,
.orre-cart-secondary:hover,
.orre-empty-cart a:hover,
.orre-home-hero-content a:hover,
.orre-home-editorial-overlay a:hover,
.orre-collection-card .button:hover,
.orre-product-card .button:hover,
button[name="apply_coupon"]:hover,
button[name="update_cart"]:hover,
button[name="woocommerce_checkout_place_order"]:hover{
  background:#000!important;
  color:#fff!important;
  border-color:#000!important;
  opacity:.82!important;
}

/* Keep icon / navigation / utility controls visually minimal */
.orre-hamburger,
.orre-nav-actions button,
.orre-close-btn,
.orre-overlay-close,
.orre-filter-open,
.orre-mobile-parent,
.orre-drawer-head button,
.orre-home-newsletter-form button,
.quantity button,
.wd-quantity-plus,
.wd-quantity-minus{
  box-shadow:none!important;
}

/* Newsletter submit is a text control, not a filled CTA */
.orre-home-newsletter-form button{
  background:transparent!important;
  color:#000!important;
  border:0!important;
}

/* Carousel utility arrows remain clean */
.orre-inside-arrow{
  background:#fff!important;
  color:#000!important;
  border:1px solid #ddd!important;
  box-shadow:none!important;
}
.orre-inside-arrow:hover{
  background:#000!important;
  color:#fff!important;
  border-color:#000!important;
}

/* ---------- Header ---------- */
.orre-nav-header{
  background:rgba(0,0,0,.78)!important;
  border-bottom:1px solid rgba(255,255,255,.12)!important;
  box-shadow:none!important;
  backdrop-filter:blur(10px)!important;
  -webkit-backdrop-filter:blur(10px)!important;
}

body.tax-product_cat .orre-nav-header,
body.single-product .orre-nav-header,
body.woocommerce-cart .orre-nav-header,
body.woocommerce-checkout .orre-nav-header{
  background:#000!important;
}

.orre-nav-inner{
  max-width:1920px!important;
  margin:0 auto!important;
}

.orre-nav-logo a{
  color:#fff!important;
  font-weight:700!important;
  letter-spacing:.12em!important;
}

.orre-hamburger,
.orre-nav-actions button{
  background:transparent!important;
  color:#fff!important;
  border:0!important;
}

/* ---------- Drawers / search ---------- */
.orre-menu-drawer{
  background:#000!important;
  color:#fff!important;
  box-shadow:none!important;
}

.orre-cart-drawer{
  background:#fff!important;
  color:#111!important;
  box-shadow:-18px 0 50px rgba(0,0,0,.10)!important;
}

.orre-search-overlay{
  background:rgba(0,0,0,.985)!important;
}

.orre-menu-overlay,
.orre-cart-overlay{
  background:rgba(0,0,0,.58)!important;
}

.orre-drawer-nav > a,
.orre-mobile-parent{
  transition:background-color .18s ease,color .18s ease!important;
}

/* ---------- Hero ---------- */
.orre-home-hero{
  min-height:clamp(620px,84svh,900px)!important;
  background:#fff!important;
}

.orre-home-hero-content{
  max-width:620px!important;
}

.orre-home-hero-content h1{
  color:#111!important;
  font-size:clamp(62px,9vw,132px)!important;
  line-height:.90!important;
}

.orre-home-hero-content p{
  color:#222!important;
  max-width:440px!important;
  line-height:1.65!important;
}

.orre-home-hero-content a{
  min-height:44px!important;
  padding:0 24px!important;
}

/* ---------- Homepage section headers ---------- */
.orre-home-section-header{
  padding:
    clamp(28px,3vw,44px)
    var(--orre-page-x)
    clamp(18px,1.7vw,26px)!important;
}

.orre-home-section-header h1,
.orre-home-section-header h2{
  font-size:clamp(10px,.8vw,13px)!important;
}

.orre-home-section-header a{
  color:#000!important;
  border-bottom:1px solid #000!important;
  transition:opacity .2s ease!important;
}

.orre-home-section-header a:hover{
  opacity:.55!important;
}

/* ---------- Product grids ---------- */
.orre-home-product-grid,
.orre-collection-grid{
  gap:1px!important;
  background:#fff!important;
}

.orre-home-product,
.orre-collection-card{
  background:#fff!important;
  border:0!important;
  border-radius:0!important;
  box-shadow:none!important;
}

.orre-home-product-media,
.orre-collection-card-media{
  border-radius:0!important;
}

.orre-home-product-media img,
.orre-collection-card-media img{
  transform:scale(1);
  transition:
    opacity .32s ease,
    transform .55s var(--orre-ease)!important;
}

@media (hover:hover) and (pointer:fine){
  .orre-home-product:hover .orre-home-hover-image,
  .orre-collection-card:hover .orre-collection-hover-image{
    transform:scale(1.018)!important;
  }
}

.orre-home-product-info,
.orre-collection-card-info{
  padding:10px 12px 0!important;
}

.orre-home-product-name,
.orre-home-product-price{
  font-size:10px!important;
}

/* KIJI-style size strip — clean black/white */
.orre-home-size-strip,
.orre-collection-sizes{
  background:rgba(255,255,255,.98)!important;
  border:0!important;
  box-shadow:none!important;
}

.orre-home-size-strip > span,
.orre-collection-sizes > span,
.orre-shop-pro-size-list > span{
  background:#fff!important;
  color:#111!important;
  border:1px solid #d8d8d8!important;
  border-radius:0!important;
  box-shadow:none!important;
  transition:background-color .18s ease,color .18s ease,border-color .18s ease!important;
}

@media (hover:hover) and (pointer:fine){
  .orre-home-size-strip > span:hover,
  .orre-collection-sizes > span:hover,
  .orre-shop-pro-size-list > span:hover{
    background:#000!important;
    color:#fff!important;
    border-color:#000!important;
  }
}

/* ---------- Editorial banners ---------- */
.orre-home-editorial{
  min-height:clamp(560px,70vw,780px)!important;
  background:#fff!important;
}

.orre-home-editorial-image{
  transition:transform .75s var(--orre-ease)!important;
}

@media (hover:hover) and (pointer:fine){
  .orre-home-editorial:hover .orre-home-editorial-image{
    transform:scale(1.015)!important;
  }
}

.orre-home-editorial-overlay{
  padding:
    0
    var(--orre-page-x)
    clamp(26px,3vw,44px)!important;
}

.orre-home-editorial-overlay h2{
  font-size:clamp(34px,4vw,64px)!important;
  line-height:1!important;
}

.orre-home-editorial-overlay a{
  min-height:44px!important;
  padding:0 22px!important;
}

/* ---------- Inside ORRÉ ---------- */
.orre-inside{
  background:#fff!important;
  padding:clamp(50px,6vw,88px) 0!important;
}

.orre-inside-head{
  padding:0 var(--orre-page-x) clamp(24px,3vw,38px)!important;
}

.orre-inside-head h2{
  font-size:clamp(24px,2.4vw,36px)!important;
}

.orre-inside-track{
  gap:clamp(12px,1.5vw,24px)!important;
}

.orre-inside-card{
  border-radius:0!important;
  box-shadow:none!important;
  background:#f4f4f4!important;
}

/* ---------- Newsletter ---------- */
.orre-home-newsletter{
  background:#fff!important;
  border-top:1px solid var(--orre-border)!important;
  border-bottom:1px solid var(--orre-border)!important;
  padding:
    clamp(54px,6vw,90px)
    var(--orre-page-x)!important;
}

.orre-home-newsletter h2{
  color:#111!important;
}

.orre-home-newsletter p,
.orre-home-newsletter > div > span{
  color:#666!important;
}

.orre-home-newsletter-form{
  border-bottom:1px solid #111!important;
}

/* ---------- Forms ---------- */
.woocommerce input[type="text"],
.woocommerce input[type="email"],
.woocommerce input[type="tel"],
.woocommerce input[type="number"],
.woocommerce input[type="password"],
.woocommerce textarea,
.woocommerce select,
input[type="search"]{
  background:#fff!important;
  color:#111!important;
  border-radius:0!important;
  box-shadow:none!important;
}

.woocommerce input:focus,
.woocommerce textarea:focus,
.woocommerce select:focus{
  border-color:#000!important;
  outline:0!important;
}

/* ---------- Collection/archive ---------- */
.orre-collection-head{
  padding:
    clamp(40px,5vw,68px)
    var(--orre-page-x)
    clamp(24px,2.5vw,34px)!important;
}

.orre-collection-toolbar{
  padding:14px var(--orre-page-x)!important;
  background:#fff!important;
  border-color:var(--orre-border)!important;
}

.orre-collection-subcats{
  gap:clamp(18px,2vw,30px)!important;
}

.orre-collection-sort select{
  background:#fff!important;
  color:#111!important;
}

/* ---------- Cart / checkout ---------- */
.woocommerce-cart table.shop_table,
.woocommerce-checkout .woocommerce-checkout-review-order,
.woocommerce-checkout #payment,
.cart_totals{
  border-radius:0!important;
  box-shadow:none!important;
}

.orre-cart-primary,
.orre-cart-secondary,
.orre-empty-cart a{
  width:100%!important;
  min-height:48px!important;
}

/* ---------- Footer: solid black ---------- */
footer,
.site-footer,
.footer-container,
.footer-column,
.footer-sidebar,
.footer-widget,
.wd-footer,
.wd-prefooter,
.wd-footer-bottom,
.copyrights-wrapper,
.min-footer,
.main-footer{
  background:#000!important;
  color:#fff!important;
}

footer a,
.site-footer a,
.footer-container a{
  color:rgba(255,255,255,.75)!important;
}

footer a:hover,
.site-footer a:hover,
.footer-container a:hover{
  color:#fff!important;
}

footer h1,
footer h2,
footer h3,
footer h4,
footer h5,
footer h6,
.site-footer h1,
.site-footer h2,
.site-footer h3,
.site-footer h4,
.site-footer h5,
.site-footer h6{
  color:#fff!important;
}

/* ---------- Responsive: large tablet ---------- */
@media (max-width:1200px){
  .orre-home-product-grid,
  .orre-collection-grid{
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
  }

  .orre-home-newsletter{
    grid-template-columns:minmax(0,1fr) minmax(320px,460px)!important;
    gap:clamp(36px,5vw,64px)!important;
  }
}

/* ---------- Responsive: tablet ---------- */
@media (max-width:900px){
  .orre-nav-inner{
    padding-left:20px!important;
    padding-right:20px!important;
  }

  .orre-home-hero{
    min-height:720px!important;
  }

  .orre-home-product-grid,
  .orre-collection-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }

  .orre-home-newsletter{
    grid-template-columns:1fr!important;
    gap:38px!important;
  }

  .orre-home-editorial{
    min-height:560px!important;
  }

  .orre-cart-drawer{
    width:min(430px,100vw)!important;
  }
}

/* ---------- Responsive: mobile ---------- */
@media (max-width:767px){
  :root{
    --orre-page-x:14px;
  }

  body{
    font-size:13px;
  }

  .orre-nav-header,
  .orre-nav-inner{
    height:60px!important;
  }

  .orre-nav-inner{
    padding:0 14px!important;
  }

  .orre-nav-logo a{
    font-size:clamp(24px,7.5vw,29px)!important;
  }

  .orre-nav-actions{
    gap:5px!important;
  }

  .orre-nav-actions button{
    width:27px!important;
    min-width:27px!important;
  }

  .orre-home-hero{
    min-height:clamp(600px,82svh,760px)!important;
    padding-top:60px!important;
  }

  .orre-home-hero-content{
    width:calc(100% - 28px)!important;
    max-width:390px!important;
    margin-left:14px!important;
    margin-right:14px!important;
    margin-bottom:30px!important;
  }

  .orre-home-hero-content h1{
    font-size:clamp(50px,16vw,68px)!important;
  }

  .orre-home-hero-content p{
    max-width:300px!important;
    font-size:11px!important;
  }

  .orre-home-section-header{
    gap:12px!important;
    padding:25px 10px 16px!important;
  }

  .orre-home-section-header h1,
  .orre-home-section-header h2{
    font-size:10px!important;
  }

  .orre-home-section-header a{
    font-size:8px!important;
    white-space:nowrap;
  }

  .orre-home-product-grid,
  .orre-collection-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:1px!important;
  }

  .orre-home-product,
  .orre-collection-card{
    padding-bottom:20px!important;
  }

  .orre-home-product-info,
  .orre-collection-card-info{
    padding:8px 7px 0!important;
  }

  .orre-home-product-name,
  .orre-home-product-price{
    font-size:9px!important;
  }

  /* Keep sizes visible on touch/mobile */
  .orre-home-size-strip,
  .orre-collection-sizes{
    opacity:1!important;
    transform:none!important;
    min-height:34px!important;
    padding:5px 3px!important;
    gap:2px!important;
  }

  .orre-home-size-strip > span,
  .orre-collection-sizes > span,
  .orre-shop-pro-size-list > span{
    min-width:23px!important;
    height:22px!important;
    padding:0 4px!important;
    font-size:8px!important;
  }

  .orre-home-editorial{
    min-height:clamp(470px,128vw,620px)!important;
  }

  .orre-home-editorial-overlay{
    padding:0 16px 22px!important;
  }

  .orre-home-editorial-overlay h2{
    max-width:90%!important;
    font-size:clamp(31px,10vw,40px)!important;
  }

  .orre-home-editorial-overlay a{
    min-height:42px!important;
    padding:0 18px!important;
  }

  .orre-inside{
    padding:48px 0 54px!important;
  }

  .orre-inside-track{
    gap:12px!important;
    padding:0 14px 8px!important;
    scroll-padding-left:14px!important;
  }

  .orre-inside-card{
    flex:0 0 min(73vw,285px)!important;
  }

  .orre-inside-arrow{
    display:none!important;
  }

  .orre-home-newsletter{
    padding:52px 16px!important;
  }

  .orre-home-newsletter-form{
    width:100%!important;
  }

  .orre-home-newsletter-form input{
    min-width:0!important;
    width:100%!important;
  }

  .orre-menu-drawer,
  .orre-cart-drawer{
    width:100vw!important;
    max-width:100vw!important;
  }

  .orre-search-box{
    width:calc(100% - 30px)!important;
    padding-top:110px!important;
  }

  .orre-search-box input[type="search"]{
    font-size:clamp(28px,9vw,42px)!important;
  }

  .orre-collection-head{
    padding:34px 14px 22px!important;
  }

  .orre-collection-toolbar{
    padding:13px 14px!important;
    gap:12px!important;
  }

  .orre-collection-toolbar-left{
    gap:12px!important;
  }

  .orre-collection-sort select{
    min-width:120px!important;
    max-width:42vw!important;
  }

  footer,
  .site-footer{
    text-align:left!important;
  }
}

/* ---------- Very small phones ---------- */
@media (max-width:380px){
  .orre-nav-logo a{
    font-size:23px!important;
  }

  .orre-nav-actions{
    gap:3px!important;
  }

  .orre-nav-icon svg{
    width:20px!important;
    height:20px!important;
  }

  .orre-home-product-name,
  .orre-home-product-price{
    font-size:8.5px!important;
  }

  .orre-home-size-strip > span,
  .orre-collection-sizes > span,
  .orre-shop-pro-size-list > span{
    min-width:21px!important;
    padding:0 3px!important;
  }
}

/* ---------- Touch-device safety ---------- */
@media (hover:none){
  .orre-home-size-strip,
  .orre-collection-sizes{
    opacity:1!important;
    transform:none!important;
  }
}

/* ---------- Reduced-motion accessibility ---------- */
@media (prefers-reduced-motion:reduce){
  *,
  *::before,
  *::after{
    scroll-behavior:auto!important;
    transition-duration:.01ms!important;
    animation-duration:.01ms!important;
    animation-iteration-count:1!important;
  }
}

/* =========================================================
   ORRÉ — MOBILE PRODUCT PAGE BACK BUTTON
   Keeps existing hamburger/menu/search/cart functionality.
   ========================================================= */

.orre-mobile-back{
    display:none!important;
}

@media (max-width:767px){

    body.single-product .orre-mobile-back{
        position:absolute!important;
        left:44px!important;
        top:50%!important;
        z-index:3!important;

        width:28px!important;
        height:34px!important;
        min-width:28px!important;
        min-height:34px!important;

        display:flex!important;
        align-items:center!important;
        justify-content:center!important;

        margin:0!important;
        padding:0!important;

        background:transparent!important;
        color:#fff!important;

        border:0!important;
        border-radius:0!important;
        box-shadow:none!important;
        outline:0!important;

        transform:translateY(-50%)!important;
        cursor:pointer!important;
    }

    body.single-product .orre-mobile-back svg{
        display:block!important;
        width:20px!important;
        height:20px!important;

        fill:none!important;
        stroke:currentColor!important;
        stroke-width:1.8!important;
        stroke-linecap:round!important;
        stroke-linejoin:round!important;

        pointer-events:none!important;
    }

    body.single-product .orre-mobile-back:hover,
    body.single-product .orre-mobile-back:focus{
        background:transparent!important;
        color:#fff!important;
        opacity:.72!important;
    }
}

@media (max-width:380px){
    body.single-product .orre-mobile-back{
        left:40px!important;
        width:25px!important;
        min-width:25px!important;
    }

    body.single-product .orre-mobile-back svg{
        width:18px!important;
        height:18px!important;
    }
}
/*
=========================================================
ORRÉ — CLEANED + PREMIUM RESPONSIVE CSS
KIJI-inspired black/white styling
Generated from the user's existing stylesheet.

IMPORTANT:
- Existing selectors, CSS rule order, layout logic and functionality were preserved.
- Original comments/excessive blank lines were removed for cleanup.
- Premium black/white and responsive refinements are appended at the end.
- Replace: /wp-content/themes/orre-child/assets/css/orre.css
- Keep a backup of the current file before replacing.
=========================================================
*/

:root{
  --orre-black:#000;
  --orre-white:#fff;
  --orre-text:#111;
  --orre-muted:#666;
  --orre-line:rgba(255,255,255,.16);
  --orre-light-line:#e9e9e9;

  --orre-hero-image:url('https://orreretail.com/wp-content/uploads/2026/08/ChatGPT-Image-Aug-8-2026-11_02_36-PM.png');
}

html,
body{
  margin:0!important;
  padding:0!important;
  width:100%!important;
  max-width:100%!important;
  overflow-x:hidden!important;
  background:#fff!important;
  color:var(--orre-text)!important;
}

*,
*::before,
*::after{
  box-sizing:border-box;
}

img,
svg{
  max-width:100%;
}

a{
  text-decoration:none;
}

.whb-header,
.whb-header-before,
.whb-main-header,
.whb-general-header,
.whb-header-bottom,
.whb-header-mobile,
.wd-header-banner,
.header-banner,
.wd-header-nav,
.wd-toolbar{
  display:none!important;
}

html body{
  border-top:0!important;
}

.orre-nav-header{
  position:absolute!important;
  top:0!important;
  left:0!important;
  right:0!important;

  z-index:99999!important;

  width:100%!important;
  height:72px!important;

  margin:0!important;
  padding:0!important;

  background:rgba(0,0,0,.55)!important;

  border-top:0!important;
  border-bottom:1px solid rgba(255,255,255,.18)!important;

  box-shadow:none!important;

  backdrop-filter:blur(5px)!important;
  -webkit-backdrop-filter:blur(5px)!important;
}

.orre-nav-inner{
  position:relative!important;

  width:100%!important;
  height:72px!important;

  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;

  margin:0!important;
  padding:0 42px!important;
}

.orre-hamburger{
  flex:0 0 32px!important;

  width:32px!important;
  height:32px!important;
  min-width:32px!important;
  min-height:32px!important;

  display:flex!important;
  flex-direction:column!important;
  align-items:flex-start!important;
  justify-content:center!important;

  gap:6px!important;

  margin:0!important;
  padding:0!important;

  background:transparent!important;
  color:#fff!important;

  border:0!important;
  border-radius:0!important;

  box-shadow:none!important;

  cursor:pointer!important;
}

.orre-hamburger span{
  display:block!important;

  height:2px!important;

  margin:0!important;
  padding:0!important;

  background:#fff!important;
}

.orre-hamburger span:first-child{
  width:25px!important;
}

.orre-hamburger span:last-child{
  width:15px!important;
}

.orre-nav-logo{
  position:absolute!important;
  left:50%!important;
  top:50%!important;

  transform:translate(-50%,-50%)!important;

  display:flex!important;
  align-items:center!important;
  justify-content:center!important;

  margin:0!important;
  padding:0!important;
}

.orre-nav-logo a{
  display:block!important;

  margin:0!important;
  padding:0!important;

  background:transparent!important;
  color:#fff!important;

  font-family:Arial,Helvetica,sans-serif!important;
  font-size:36px!important;
  font-weight:700!important;
  line-height:1!important;

  letter-spacing:.12em!important;
  text-indent:.12em!important;

  white-space:nowrap!important;
  text-decoration:none!important;

  border:0!important;
  box-shadow:none!important;
}

.orre-nav-actions{
  flex:0 0 auto!important;

  display:flex!important;
  align-items:center!important;
  justify-content:flex-end!important;

  gap:14px!important;

  margin-left:auto!important;
  padding:0!important;
}

.orre-nav-actions button{
  position:relative!important;

  width:30px!important;
  height:36px!important;
  min-width:30px!important;
  min-height:0!important;

  display:flex!important;
  align-items:center!important;
  justify-content:center!important;

  margin:0!important;
  padding:0!important;

  background:transparent!important;
  color:#fff!important;

  border:0!important;
  border-radius:0!important;

  box-shadow:none!important;
  outline:0!important;

  cursor:pointer!important;
}

.orre-nav-actions button:hover{
  background:transparent!important;
  color:#fff!important;
  opacity:.68!important;
}

.orre-nav-icon svg{
  display:block!important;

  width:23px!important;
  height:23px!important;

  fill:none!important;
  stroke:#fff!important;
  stroke-width:1.8!important;
  stroke-linecap:round!important;
  stroke-linejoin:round!important;
}

.orre-country,
.orre-flag{
  display:none!important;
}

.orre-bag-button{
  position:relative!important;
}

.orre-cart-count{
  position:absolute!important;
  top:-1px!important;
  right:-6px!important;

  min-width:16px!important;
  height:16px!important;

  display:flex!important;
  align-items:center!important;
  justify-content:center!important;

  padding:0 4px!important;

  background:#fff!important;
  color:#000!important;

  border-radius:999px!important;

  font-size:8px!important;
  font-weight:700!important;
  line-height:16px!important;
}

.orre-menu-overlay,
.orre-cart-overlay{
  position:fixed!important;
  inset:0!important;

  z-index:99998!important;

  background:rgba(0,0,0,.52)!important;

  opacity:0!important;
  visibility:hidden!important;

  transition:opacity .28s ease,visibility .28s ease!important;
}

.orre-menu-overlay.open,
.orre-cart-overlay.open{
  opacity:1!important;
  visibility:visible!important;
}

.orre-menu-drawer{
  position:fixed!important;

  top:0!important;
  left:0!important;

  z-index:99999!important;

  width:min(430px,92vw)!important;
  height:100vh!important;

  margin:0!important;
  padding:0!important;

  background:#000!important;
  color:#fff!important;

  overflow-y:auto!important;

  transform:translateX(-102%)!important;

  transition:transform .38s cubic-bezier(.77,0,.18,1)!important;
}

.orre-menu-drawer.open{
  transform:translateX(0)!important;
}

.orre-drawer-head{
  width:100%!important;
  height:68px!important;

  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;

  margin:0!important;
  padding:0 28px!important;

  border-bottom:1px solid rgba(255,255,255,.16)!important;

  font-family:Arial,Helvetica,sans-serif!important;
  font-size:11px!important;
  font-weight:500!important;
  line-height:1!important;
  letter-spacing:.14em!important;
}

.orre-drawer-head button{
  width:auto!important;
  height:auto!important;
  min-width:0!important;
  min-height:0!important;

  margin:0!important;
  padding:0!important;

  background:transparent!important;
  color:#fff!important;

  border:0!important;
  border-radius:0!important;

  box-shadow:none!important;
}

.orre-drawer-nav{
  width:100%!important;
  margin:0!important;
  padding:0!important;
}

.orre-drawer-nav > a,
.orre-mobile-parent{
  width:100%!important;
  min-height:61px!important;

  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;

  gap:16px!important;

  margin:0!important;
  padding:0 28px!important;

  background:transparent!important;
  color:#fff!important;

  border:0!important;
  border-bottom:1px solid rgba(255,255,255,.13)!important;
  border-radius:0!important;

  box-shadow:none!important;

  font-family:Arial,Helvetica,sans-serif!important;
  font-size:12px!important;
  font-weight:500!important;
  line-height:1.2!important;

  letter-spacing:.10em!important;
  text-transform:uppercase!important;
  text-decoration:none!important;

  text-align:left!important;
}

.orre-drawer-nav > a > span:first-child,
.orre-mobile-parent > span:first-child{
  flex:1 1 auto!important;
  display:block!important;
  margin:0!important;
  padding:0!important;
  text-align:left!important;
}

.orre-mobile-parent > span:last-child,
.orre-mobile-parent > .orre-accordion-icon{
  flex:0 0 18px!important;
  margin-left:auto!important;
}

.orre-drawer-nav > a:hover,
.orre-mobile-parent:hover{
  background:rgba(255,255,255,.03)!important;
}

.orre-mobile-submenu{
  display:none!important;

  margin:0!important;
  padding:10px 28px 18px!important;

  background:#0a0a0a!important;
}

.orre-mobile-group.open .orre-mobile-submenu{
  display:flex!important;
  flex-direction:column!important;
}

.orre-mobile-submenu a{
  display:block!important;

  padding:10px 0!important;

  color:rgba(255,255,255,.72)!important;

  font-size:11px!important;
  line-height:1.4!important;
  text-decoration:none!important;
}

.orre-link-icon{
  position:relative!important;
  display:inline-block!important;

  width:16px!important;
  height:16px!important;

  flex:0 0 16px!important;
}

.orre-link-icon::before{
  content:""!important;

  position:absolute!important;
  top:50%!important;
  left:4px!important;

  width:7px!important;
  height:7px!important;

  border-top:1.7px solid #fff!important;
  border-right:1.7px solid #fff!important;

  transform:translateY(-50%) rotate(45deg)!important;
}

.orre-accordion-icon{
  position:relative!important;
  display:inline-block!important;

  width:16px!important;
  height:16px!important;

  flex:0 0 16px!important;
}

.orre-accordion-icon::before,
.orre-accordion-icon::after{
  content:""!important;

  position:absolute!important;
  top:50%!important;
  left:50%!important;

  background:#fff!important;

  transform:translate(-50%,-50%)!important;

  transition:all .22s ease!important;
}

.orre-accordion-icon::before{
  width:10px!important;
  height:1.7px!important;
}

.orre-accordion-icon::after{
  width:1.7px!important;
  height:10px!important;
}

.orre-mobile-group.open .orre-accordion-icon::after{
  opacity:0!important;
  transform:translate(-50%,-50%) scaleY(0)!important;
}

.orre-close-btn{
  position:relative!important;

  width:28px!important;
  height:28px!important;
  min-width:28px!important;
  min-height:28px!important;

  padding:0!important;

  background:transparent!important;
  border:0!important;
  box-shadow:none!important;

  font-size:0!important;
}

.orre-close-btn span{
  position:absolute!important;
  top:50%!important;
  left:50%!important;

  width:16px!important;
  height:1.7px!important;

  background:currentColor!important;

  transform-origin:center!important;
}

.orre-close-btn span:first-child{
  transform:translate(-50%,-50%) rotate(45deg)!important;
}

.orre-close-btn span:last-child{
  transform:translate(-50%,-50%) rotate(-45deg)!important;
}

.orre-menu-drawer .orre-close-btn,
.orre-search-overlay .orre-close-btn{
  color:#fff!important;
}

.orre-cart-drawer .orre-close-btn{
  color:#111!important;
}

.orre-search-overlay{
  position:fixed!important;
  inset:0!important;

  z-index:100000!important;

  background:rgba(0,0,0,.985)!important;

  opacity:0!important;
  visibility:hidden!important;

  transition:opacity .25s ease,visibility .25s ease!important;
}

.orre-search-overlay.open{
  opacity:1!important;
  visibility:visible!important;
}

.orre-search-box{
  width:min(900px,calc(100% - 50px))!important;

  margin:0 auto!important;
  padding-top:145px!important;
}

.orre-search-box > span{
  display:block!important;

  margin-bottom:30px!important;

  color:rgba(255,255,255,.55)!important;

  font-size:10px!important;
  letter-spacing:.16em!important;
}

.orre-search-box form{
  width:100%!important;
  margin:0!important;
}

.orre-search-box input[type="search"]{
  width:100%!important;
  min-height:0!important;

  margin:0!important;
  padding:17px 0!important;

  background:transparent!important;
  color:#fff!important;

  border:0!important;
  border-bottom:1px solid rgba(255,255,255,.6)!important;
  border-radius:0!important;

  box-shadow:none!important;
  outline:0!important;

  font-size:clamp(30px,5vw,62px)!important;
  line-height:1.2!important;
}

.orre-search-box input[type="search"]::placeholder{
  color:rgba(255,255,255,.35)!important;
}

.orre-overlay-close{
  position:absolute!important;
  top:25px!important;
  right:30px!important;

  margin:0!important;
  padding:0!important;

  background:transparent!important;
  color:#fff!important;

  border:0!important;
  box-shadow:none!important;
}

.orre-cart-drawer{
  position:fixed!important;

  top:0!important;
  right:0!important;

  z-index:99999!important;

  width:min(430px,100%)!important;
  height:100vh!important;

  background:#fff!important;

  overflow:hidden!important;

  transform:translateX(102%)!important;

  transition:transform .38s cubic-bezier(.77,0,.18,1)!important;
}

.orre-cart-drawer.open{
  transform:translateX(0)!important;
}

.orre-cart-drawer .orre-drawer-head{
  color:#111!important;
  border-color:#ddd!important;
}

.orre-cart-drawer .orre-drawer-head button{
  color:#000!important;
}

.orre-cart-body{
  height:calc(100vh - 68px)!important;

  padding:22px!important;

  overflow-y:auto!important;
}

.orre-mini-product{
  display:grid!important;
  grid-template-columns:92px 1fr!important;

  gap:15px!important;

  padding-bottom:19px!important;
  margin-bottom:19px!important;

  border-bottom:1px solid #e7e7e7!important;
}

.orre-mini-image img{
  display:block!important;

  width:92px!important;
  height:118px!important;

  object-fit:cover!important;
}

.orre-mini-info{
  display:flex!important;
  flex-direction:column!important;

  gap:7px!important;
}

.orre-mini-info a{
  color:#111!important;

  font-size:12px!important;
  line-height:1.4!important;
  text-decoration:none!important;
}

.orre-mini-info span{
  color:#777!important;
  font-size:11px!important;
}

.orre-cart-subtotal{
  display:flex!important;
  justify-content:space-between!important;

  margin:25px 0 18px!important;

  color:#111!important;
  font-size:11px!important;
}

.orre-cart-secondary,
.orre-cart-primary,
.orre-empty-cart a{
  width:100%!important;
  min-height:47px!important;

  display:flex!important;
  align-items:center!important;
  justify-content:center!important;

  margin-bottom:9px!important;
  padding:0 18px!important;

  border-radius:0!important;

  font-size:10px!important;
  font-weight:600!important;
  line-height:1!important;

  letter-spacing:.1em!important;
  text-transform:uppercase!important;
  text-decoration:none!important;
}

.orre-cart-secondary{
  background:#fff!important;
  color:#000!important;
  border:1px solid #000!important;
}

.orre-cart-primary,
.orre-empty-cart a{
  background:#000!important;
  color:#fff!important;
  border:1px solid #000!important;
}

.orre-home-hero{
  position:relative!important;

  width:100%!important;
  min-height:760px!important;

  display:flex!important;
  align-items:center!important;
  justify-content:flex-start!important;

  overflow:hidden!important;

  margin:0!important;
  padding:72px 0 0!important;

  background:#ded5ca!important;
}

.orre-home-hero-bg{
  position:absolute!important;
  inset:0!important;

  z-index:1!important;

  background-image:var(--orre-hero-image)!important;
  background-size:cover!important;
  background-position:center center!important;
  background-repeat:no-repeat!important;
}

.orre-home-hero::after{
  content:""!important;

  position:absolute!important;
  inset:0!important;

  z-index:2!important;

  background:linear-gradient(
    90deg,
    rgba(255,255,255,.18) 0%,
    rgba(255,255,255,.03) 42%,
    rgba(0,0,0,0) 70%
  )!important;

  pointer-events:none!important;
}

.orre-home-hero-content{
  position:relative!important;

  z-index:3!important;

  width:min(560px,80vw)!important;

  margin-left:7vw!important;
  padding:30px 0!important;

  text-align:left!important;
  color:#111!important;
}

.orre-home-hero-kicker{
  display:block!important;

  margin-bottom:14px!important;

  color:#111!important;

  font-size:9px!important;
  font-weight:600!important;
  line-height:1!important;

  letter-spacing:.17em!important;
  text-transform:uppercase!important;
}

.orre-home-hero-content h1{
  margin:0 0 14px!important;

  color:#111!important;

  font-size:clamp(64px,10vw,132px)!important;
  font-weight:700!important;
  line-height:.9!important;

  letter-spacing:.09em!important;
  text-indent:.09em!important;
}

.orre-home-hero-content p{
  max-width:460px!important;

  margin:0 0 24px!important;

  color:#111!important;

  font-size:12px!important;
  line-height:1.6!important;
}

.orre-home-hero-content a{
  min-height:42px!important;

  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;

  padding:0 22px!important;

  background:#000!important;
  color:#fff!important;

  border:1px solid #000!important;

  font-size:9px!important;
  font-weight:600!important;
  line-height:1!important;

  letter-spacing:.11em!important;
  text-transform:uppercase!important;
}

.orre-home-hero-content a:hover{
  background:#fff!important;
  color:#000!important;
  border-color:#000!important;
}

.orre-home-v3,
.orre-home-v3 h1,
.orre-home-v3 h2,
.orre-home-v3 h3,
.orre-home-v3 p,
.orre-home-v3 a,
.orre-home-v3 span{
  font-family:Arial,Helvetica,sans-serif!important;
}

.orre-home-v3{
  width:100%!important;

  margin:0!important;
  padding:0!important;

  background:#fff!important;
  color:#111!important;
}

.orre-home-section-header{
  min-height:0!important;

  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;

  gap:20px!important;

  margin:0!important;
  padding:34px 32px 22px!important;
}

.orre-home-section-header h1,
.orre-home-section-header h2{
  margin:0!important;
  padding:0!important;

  color:#111!important;

  font-size:12px!important;
  font-weight:500!important;
  line-height:1.2!important;

  letter-spacing:.12em!important;
  text-transform:uppercase!important;
}

.orre-home-section-header a{
  color:#111!important;

  font-size:9px!important;
  font-weight:500!important;
  line-height:1!important;

  letter-spacing:.11em!important;
  text-transform:uppercase!important;

  border-bottom:1px solid #111!important;
  padding-bottom:2px!important;
}

.orre-home-new{
  padding:0 0 70px!important;
}

.orre-home-collection{
  padding:0 0 76px!important;
}

.orre-home-product-grid{
  width:100%!important;

  display:grid!important;
  grid-template-columns:repeat(4,minmax(0,1fr))!important;

  gap:1px!important;

  background:#fff!important;
}

.orre-home-product{
  min-width:0!important;

  margin:0!important;
  padding:0 0 24px!important;

  background:#fff!important;
}

.orre-home-product-media{
  position:relative!important;

  display:block!important;

  width:100%!important;
  aspect-ratio:4/5!important;

  overflow:hidden!important;

  background:#f3f3f1!important;
}

.orre-home-product-media img{
  position:absolute!important;
  inset:0!important;

  display:block!important;

  width:100%!important;
  height:100%!important;

  object-fit:cover!important;
  object-position:center!important;

  transition:opacity .32s ease,transform .45s ease!important;
}

.orre-home-main-image{
  z-index:1!important;
  opacity:1!important;
}

.orre-home-hover-image{
  z-index:2!important;
  opacity:0!important;
}

.orre-home-product:hover .orre-home-main-image{
  opacity:0!important;
}

.orre-home-product:hover .orre-home-hover-image{
  opacity:1!important;
  transform:scale(1.012)!important;
}

.orre-home-size-strip{
  position:absolute!important;

  left:0!important;
  right:0!important;
  bottom:0!important;

  z-index:4!important;

  min-height:42px!important;

  display:flex!important;
  align-items:center!important;
  justify-content:center!important;

  gap:4px!important;

  padding:8px!important;

  background:rgba(255,255,255,.96)!important;

  opacity:0!important;
  transform:translateY(100%)!important;

  transition:opacity .22s ease,transform .22s ease!important;
}

.orre-home-product:hover .orre-home-size-strip{
  opacity:1!important;
  transform:translateY(0)!important;
}

.orre-home-size-strip > span{
  min-width:28px!important;
  height:26px!important;

  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;

  padding:0 5px!important;

  background:#fff!important;
  color:#111!important;

  border:1px solid #d8d8d8!important;

  font-size:9px!important;
  font-weight:500!important;
  line-height:1!important;
}

.orre-home-product-info{
  padding:10px 12px 0!important;
}

.orre-home-product-name{
  display:block!important;

  color:#111!important;

  font-size:10px!important;
  font-weight:500!important;
  line-height:1.45!important;

  letter-spacing:.025em!important;
  text-transform:uppercase!important;
}

.orre-home-product-price{
  margin-top:4px!important;

  color:#111!important;

  font-size:10px!important;
  line-height:1.35!important;
}

.orre-home-product-price del{
  color:#999!important;
  opacity:1!important;
}

.orre-home-product-price ins{
  color:#111!important;
  text-decoration:none!important;
}

.orre-home-editorial{
  position:relative!important;

  width:100%!important;
  min-height:680px!important;

  overflow:hidden!important;

  background:#e7e7e7!important;
}

.orre-home-editorial-image{
  position:absolute!important;
  inset:0!important;

  z-index:1!important;

  background-image:
    linear-gradient(
      to top,
      rgba(0,0,0,.40),
      rgba(0,0,0,0) 55%
    ),
    var(
      --orre-banner-image,
      linear-gradient(135deg,#d8d8d8,#aaa)
    )!important;

  background-size:cover!important;
  background-position:center!important;
  background-repeat:no-repeat!important;

  transition:transform .7s ease!important;
}

.orre-home-editorial:hover .orre-home-editorial-image{
  transform:scale(1.012)!important;
}

.orre-home-editorial-overlay{
  position:absolute!important;

  left:0!important;
  right:0!important;
  bottom:0!important;

  z-index:2!important;

  padding:0 36px 36px!important;

  color:#fff!important;
}

.orre-home-editorial-overlay > span{
  display:block!important;

  margin-bottom:10px!important;

  color:#fff!important;

  font-size:9px!important;
  font-weight:600!important;
  line-height:1!important;

  letter-spacing:.15em!important;
  text-transform:uppercase!important;
}

.orre-home-editorial-overlay h2{
  max-width:650px!important;

  margin:0 0 22px!important;

  color:#fff!important;

  font-size:clamp(38px,4.4vw,64px)!important;
  font-weight:400!important;
  line-height:.98!important;

  letter-spacing:-.035em!important;
}

.orre-home-editorial-overlay a{
  min-height:42px!important;

  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;

  padding:0 20px!important;

  background:#fff!important;
  color:#000!important;

  border:1px solid #fff!important;

  font-size:9px!important;
  font-weight:600!important;
  line-height:1!important;

  letter-spacing:.11em!important;
  text-transform:uppercase!important;
}

.orre-home-editorial-overlay a:hover{
  background:#000!important;
  color:#fff!important;
  border-color:#000!important;
}

.orre-home-brand{
  display:none!important;
}

.orre-home-newsletter{
  display:grid!important;
  grid-template-columns:1fr minmax(360px,520px)!important;

  align-items:end!important;

  gap:80px!important;

  padding:70px 32px!important;

  background:#f4f4f2!important;
}

.orre-home-newsletter > div > span{
  display:block!important;

  margin-bottom:15px!important;

  color:#666!important;

  font-size:9px!important;
  font-weight:600!important;
  line-height:1!important;

  letter-spacing:.15em!important;
}

.orre-home-newsletter h2{
  margin:0!important;

  color:#111!important;

  font-size:clamp(30px,3.5vw,48px)!important;
  font-weight:400!important;
  line-height:1.02!important;

  letter-spacing:-.035em!important;
}

.orre-home-newsletter p{
  margin:18px 0 0!important;

  color:#686868!important;

  font-size:11px!important;
  line-height:1.6!important;
}

.orre-home-newsletter-form{
  display:flex!important;
  align-items:center!important;

  width:100%!important;

  border-bottom:1px solid #111!important;
}

.orre-home-newsletter-form input{
  flex:1!important;

  min-width:0!important;
  min-height:50px!important;

  margin:0!important;
  padding:0!important;

  background:transparent!important;
  color:#111!important;

  border:0!important;
  border-radius:0!important;

  box-shadow:none!important;
  outline:0!important;

  font-size:12px!important;
}

.orre-home-newsletter-form button{
  width:auto!important;
  min-width:0!important;
  min-height:50px!important;

  margin:0!important;
  padding:0 0 0 25px!important;

  background:transparent!important;
  color:#111!important;

  border:0!important;
  border-radius:0!important;

  box-shadow:none!important;

  font-size:9px!important;
  font-weight:600!important;
  line-height:1!important;

  letter-spacing:.12em!important;
  text-transform:uppercase!important;
}

footer,
.site-footer,
.footer-container,
.footer-column,
.footer-sidebar,
.footer-widget,
.wd-footer,
.wd-prefooter,
.wd-footer-bottom,
.copyrights-wrapper,
.min-footer,
.main-footer{
  background:#000!important;
  color:#fff!important;
}

footer .container,
footer .container-fluid,
.site-footer .container,
.footer-container .container,
.copyrights-wrapper .container,
.min-footer .container{
  background:#000!important;
}

footer,
footer p,
footer li,
footer span,
footer div,
footer address,
.site-footer,
.site-footer p,
.site-footer li,
.site-footer span{
  color:rgba(255,255,255,.74)!important;
}

footer h1,
footer h2,
footer h3,
footer h4,
footer h5,
footer h6,
.site-footer h1,
.site-footer h2,
.site-footer h3,
.site-footer h4,
.site-footer h5,
.site-footer h6,
.footer-widget-title,
.widget-title{
  color:#fff!important;

  font-family:Arial,Helvetica,sans-serif!important;
  font-size:10px!important;
  font-weight:600!important;
  line-height:1.2!important;

  letter-spacing:.14em!important;
  text-transform:uppercase!important;
}

footer a,
.site-footer a,
.footer-container a,
.copyrights-wrapper a{
  color:rgba(255,255,255,.72)!important;
  text-decoration:none!important;
}

footer a:hover,
.site-footer a:hover,
.footer-container a:hover,
.copyrights-wrapper a:hover{
  color:#fff!important;
}

footer,
.site-footer,
.footer-container,
.copyrights-wrapper,
.min-footer,
.wd-footer-bottom{
  border-color:rgba(255,255,255,.14)!important;
}

footer p,
.site-footer p{
  font-family:Arial,Helvetica,sans-serif!important;
  font-size:11px!important;
  line-height:1.7!important;
}

footer img[alt*="payment" i],
footer img[src*="payment" i],
.site-footer img[alt*="payment" i],
.site-footer img[src*="payment" i]{
  filter:none!important;
  opacity:1!important;
}

.copyrights-wrapper,
.min-footer,
.wd-footer-bottom{
  border-top:1px solid rgba(255,255,255,.14)!important;
}

.copyrights-wrapper,
.copyrights-wrapper *,
.min-footer,
.min-footer *,
.wd-footer-bottom,
.wd-footer-bottom *{
  color:rgba(255,255,255,.72)!important;
}

.scrollToTop,
.scroll-to-top,
.wd-scroll-top{
  background:#111!important;
  color:#fff!important;
  border:1px solid rgba(255,255,255,.18)!important;
  box-shadow:none!important;
}

.scrollToTop:hover,
.scroll-to-top:hover,
.wd-scroll-top:hover{
  background:#fff!important;
  color:#000!important;
}

@media(max-width:1024px){

  .orre-home-product-grid{
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
  }

  .orre-home-editorial{
    min-height:560px!important;
  }

  .orre-home-newsletter{
    grid-template-columns:1fr!important;
    gap:44px!important;
  }
}

@media(max-width:767px){

  .orre-nav-header{
    height:62px!important;
    background:rgba(0,0,0,.62)!important;
  }

  .orre-nav-inner{
    height:62px!important;
    padding:0 16px!important;
  }

  .orre-nav-logo a{
    font-size:29px!important;
  }

  .orre-nav-actions{
    gap:8px!important;
  }

  .orre-nav-actions button{
    width:28px!important;
    min-width:28px!important;
    height:34px!important;
  }

  .orre-nav-icon svg{
    width:22px!important;
    height:22px!important;
  }

  .orre-home-hero{
    min-height:620px!important;
    padding-top:62px!important;
  }

  .orre-home-hero-bg{
    background-position:65% center!important;
  }

  .orre-home-hero-content{
    width:min(360px,80vw)!important;

    margin-left:18px!important;
    margin-top:auto!important;
    margin-bottom:36px!important;

    padding:0!important;
  }

  .orre-home-hero-content h1{
    font-size:56px!important;
  }

  .orre-home-hero-content p{
    max-width:290px!important;
    font-size:11px!important;
  }

  .orre-home-section-header{
    padding:26px 14px 17px!important;
  }

  .orre-home-section-header h1,
  .orre-home-section-header h2{
    font-size:10px!important;
    letter-spacing:.10em!important;
  }

  .orre-home-section-header a{
    font-size:8px!important;
  }

  .orre-home-product-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }

  .orre-home-product{
    padding-bottom:20px!important;
  }

  .orre-home-product-info{
    padding:8px 7px 0!important;
  }

  .orre-home-product-name,
  .orre-home-product-price{
    font-size:9.5px!important;
  }

  .orre-home-size-strip{
    min-height:34px!important;

    padding:5px!important;

    gap:2px!important;

    opacity:1!important;
    transform:none!important;
  }

  .orre-home-size-strip > span{
    min-width:24px!important;
    height:22px!important;
    font-size:8px!important;
  }

  .orre-home-editorial{
    min-height:500px!important;
  }

  .orre-home-editorial-overlay{
    padding:0 18px 22px!important;
  }

  .orre-home-editorial-overlay h2{
    font-size:36px!important;
  }

  .orre-home-newsletter{
    padding:60px 18px!important;
  }

  footer,
  .site-footer{
    text-align:left!important;
  }
}

@media(max-width:420px){

  .orre-nav-logo a{
    font-size:26px!important;
  }

  .orre-nav-actions{
    gap:6px!important;
  }
}

.orre-inside{
  width:100%!important;
  padding:74px 0 82px!important;

  background:#f7f7f6!important;
  color:#111!important;

  overflow:hidden!important;
}

.orre-inside-head{
  padding:0 30px 34px!important;
  text-align:center!important;
}

.orre-inside-head h2{
  margin:0!important;

  color:#111!important;

  font-family:Arial,Helvetica,sans-serif!important;
  font-size:34px!important;
  font-weight:600!important;
  line-height:1!important;

  letter-spacing:.015em!important;
  text-transform:uppercase!important;
}

.orre-inside-shell{
  position:relative!important;
  width:100%!important;
}

.orre-inside-track{
  display:flex!important;
  align-items:stretch!important;

  gap:24px!important;

  width:100%!important;

  padding:0 7vw!important;

  overflow-x:auto!important;
  overflow-y:hidden!important;

  scroll-snap-type:x mandatory!important;
  scrollbar-width:none!important;
  -ms-overflow-style:none!important;
}

.orre-inside-track::-webkit-scrollbar{
  display:none!important;
}

.orre-inside-card{
  position:relative!important;

  flex:0 0 clamp(235px,13.4vw,290px)!important;

  aspect-ratio:9/16!important;

  margin:0!important;

  overflow:hidden!important;

  border-radius:7px!important;

  background:#d7d7d7!important;

  box-shadow:0 1px 5px rgba(0,0,0,.14)!important;

  scroll-snap-align:start!important;
}

.orre-inside-card-link{
  position:absolute!important;
  inset:0!important;

  display:block!important;

  color:#fff!important;
}

.orre-inside-main-image{
  position:absolute!important;
  inset:0!important;

  width:100%!important;
  height:100%!important;

  object-fit:cover!important;
  object-position:center!important;

  transition:transform .45s ease!important;
}

.orre-inside-card:hover .orre-inside-main-image{
  transform:scale(1.025)!important;
}

.orre-inside-shade{
  position:absolute!important;
  inset:0!important;

  background:
    linear-gradient(
      to top,
      rgba(0,0,0,.58) 0%,
      rgba(0,0,0,.09) 42%,
      rgba(0,0,0,0) 70%
    )!important;
}

.orre-inside-brand{
  position:absolute!important;

  left:17px!important;
  bottom:88px!important;

  z-index:3!important;

  color:#fff!important;

  font-family:Arial,Helvetica,sans-serif!important;
  font-size:11px!important;
  font-weight:700!important;
  line-height:1!important;

  letter-spacing:.08em!important;
}

.orre-inside-bottom{
  position:absolute!important;

  left:14px!important;
  right:14px!important;
  bottom:14px!important;

  z-index:4!important;

  display:grid!important;
  grid-template-columns:46px minmax(0,1fr)!important;

  align-items:end!important;

  gap:11px!important;
}

.orre-inside-thumb{
  display:block!important;

  width:46px!important;
  height:58px!important;

  overflow:hidden!important;

  border-radius:5px!important;

  background:#eee!important;
  border:1px solid rgba(255,255,255,.32)!important;
}

.orre-inside-thumb img{
  display:block!important;

  width:100%!important;
  height:100%!important;

  object-fit:cover!important;
}

.orre-inside-title{
  display:block!important;

  padding-bottom:2px!important;

  color:#fff!important;

  font-family:Arial,Helvetica,sans-serif!important;
  font-size:14px!important;
  font-weight:500!important;
  line-height:1.18!important;

  text-shadow:0 1px 5px rgba(0,0,0,.35)!important;
}

.orre-inside-arrow{
  position:absolute!important;

  top:50%!important;

  z-index:10!important;

  width:58px!important;
  height:58px!important;

  display:flex!important;
  align-items:center!important;
  justify-content:center!important;

  padding:0!important;

  background:#fff!important;
  color:#111!important;

  border:1px solid rgba(0,0,0,.18)!important;
  border-radius:999px!important;

  box-shadow:0 2px 10px rgba(0,0,0,.09)!important;

  transform:translateY(-50%)!important;

  cursor:pointer!important;
}

.orre-inside-prev{
  left:22px!important;
}

.orre-inside-next{
  right:22px!important;
}

.orre-inside-arrow span{
  position:relative!important;

  display:block!important;

  width:16px!important;
  height:16px!important;
}

.orre-inside-arrow span::before{
  content:""!important;

  position:absolute!important;

  top:50%!important;
  left:50%!important;

  width:8px!important;
  height:8px!important;

  border-top:1.8px solid currentColor!important;
  border-right:1.8px solid currentColor!important;
}

.orre-inside-next span::before{
  transform:translate(-65%,-50%) rotate(45deg)!important;
}

.orre-inside-prev span::before{
  transform:translate(-35%,-50%) rotate(-135deg)!important;
}

.orre-inside-arrow:hover{
  background:#000!important;
  color:#fff!important;
  border-color:#000!important;
}

@media(max-width:1024px){

  .orre-inside{
    padding:60px 0 66px!important;
  }

  .orre-inside-head h2{
    font-size:28px!important;
  }

  .orre-inside-track{
    gap:16px!important;
    padding:0 28px!important;
  }

  .orre-inside-card{
    flex-basis:245px!important;
  }

  .orre-inside-arrow{
    width:50px!important;
    height:50px!important;
  }
}

@media(max-width:767px){

  .orre-inside{
    padding:48px 0 54px!important;
  }

  .orre-inside-head{
    padding:0 16px 25px!important;
  }

  .orre-inside-head h2{
    font-size:24px!important;
  }

  .orre-inside-track{
    gap:12px!important;

    padding:0 14px 8px!important;

    scroll-padding-left:14px!important;
  }

  .orre-inside-card{
    flex:0 0 73vw!important;
    max-width:285px!important;
  }

  .orre-inside-title{
    font-size:13px!important;
  }

  .orre-inside-arrow{
    display:none!important;
  }
}

body.tax-product_cat,
body.tax-product_cat #page,
body.tax-product_cat .main-page-wrapper,
body.tax-product_cat .site-content,
body.tax-product_cat .orre-collection-page,
body.tax-product_cat .orre-collection-head,
body.tax-product_cat .orre-collection-toolbar,
body.tax-product_cat .orre-collection-products,
body.tax-product_cat .orre-collection-card,
body.tax-product_cat .orre-collection-grid{
    background:#fff!important;
}

body.tax-product_cat .page-title,
body.tax-product_cat .wd-page-title,
body.tax-product_cat .shop-loop-head,
body.tax-product_cat .wd-shop-tools,
body.tax-product_cat .wd-products-shop-view,
body.tax-product_cat .wd-products-per-page,
body.tax-product_cat .wd-show-sidebar-btn{
    display:none!important;
}

body.tax-product_cat .orre-nav-header{
    position:sticky!important;
    top:0!important;
    height:64px!important;
    background:rgba(0,0,0,.94)!important;
    backdrop-filter:blur(12px)!important;
    -webkit-backdrop-filter:blur(12px)!important;
}

body.tax-product_cat .orre-nav-inner{
    height:64px!important;
}

.orre-collection-page{
    width:100%!important;
    color:#111!important;
    font-family:Arial,Helvetica,sans-serif!important;
}

.orre-collection-head{
    width:100%!important;
    padding:58px 30px 28px!important;
}

.orre-collection-head-inner{
    width:100%!important;
}

.orre-collection-title-wrap h1{
    margin:0!important;
    color:#111!important;
    font-size:28px!important;
    font-weight:500!important;
    line-height:1!important;
    letter-spacing:.08em!important;
}

.orre-collection-description{
    max-width:640px!important;
    margin-top:12px!important;
    color:#666!important;
    font-size:11px!important;
    line-height:1.6!important;
}

.orre-collection-description p{
    margin:0!important;
}

.orre-collection-subcats{
    display:flex!important;
    align-items:center!important;
    gap:26px!important;

    margin-top:30px!important;

    overflow-x:auto!important;
    scrollbar-width:none!important;
}

.orre-collection-subcats::-webkit-scrollbar{
    display:none!important;
}

.orre-collection-subcats a{
    flex:0 0 auto!important;
    padding-bottom:5px!important;
    color:#777!important;
    font-size:10px!important;
    font-weight:500!important;
    line-height:1!important;
    letter-spacing:.10em!important;
    text-transform:uppercase!important;
}

.orre-collection-subcats a:hover,
.orre-collection-subcats a.active{
    color:#000!important;
    border-bottom:1px solid #000!important;
}

.orre-collection-toolbar{
    width:100%!important;

    display:flex!important;
    align-items:center!important;
    justify-content:space-between!important;

    gap:20px!important;

    padding:16px 30px!important;

    background:#fff!important;

    border-top:1px solid #e9e9e9!important;
    border-bottom:1px solid #e9e9e9!important;
}

.orre-collection-toolbar-left{
    display:flex!important;
    align-items:center!important;
    gap:20px!important;
}

.orre-filter-open{
    display:flex!important;
    align-items:center!important;
    gap:9px!important;

    width:auto!important;
    min-width:0!important;
    min-height:0!important;

    margin:0!important;
    padding:0!important;

    background:transparent!important;
    color:#111!important;

    border:0!important;
    border-radius:0!important;

    box-shadow:none!important;

    font-size:9px!important;
    font-weight:600!important;
    line-height:1!important;

    letter-spacing:.12em!important;
}

.orre-filter-plus{
    position:relative!important;
    width:11px!important;
    height:11px!important;
}

.orre-filter-plus::before,
.orre-filter-plus::after{
    content:""!important;
    position:absolute!important;
    top:50%!important;
    left:50%!important;
    background:#111!important;
    transform:translate(-50%,-50%)!important;
}

.orre-filter-plus::before{
    width:11px!important;
    height:1px!important;
}

.orre-filter-plus::after{
    width:1px!important;
    height:11px!important;
}

.orre-result-count{
    color:#777!important;
    font-size:9px!important;
    line-height:1!important;
    letter-spacing:.08em!important;
}

.orre-collection-sort .woocommerce-ordering{
    margin:0!important;
}

.orre-collection-sort select{
    min-width:160px!important;
    height:34px!important;

    padding:0 26px 0 0!important;

    background:#fff!important;
    color:#111!important;

    border:0!important;
    border-radius:0!important;

    box-shadow:none!important;

    font-size:9px!important;
    font-weight:500!important;

    letter-spacing:.08em!important;
    text-transform:uppercase!important;
}

.orre-collection-products{
    width:100%!important;
    padding:0 0 70px!important;
}

.orre-collection-grid{
    display:grid!important;
    grid-template-columns:repeat(4,minmax(0,1fr))!important;
    gap:1px!important;
    width:100%!important;
}

.orre-collection-card{
    min-width:0!important;
    padding:0 0 26px!important;
    background:#fff!important;
}

.orre-collection-card-media{
    position:relative!important;
    display:block!important;

    width:100%!important;
    aspect-ratio:4/5!important;

    overflow:hidden!important;

    background:#f5f5f3!important;
}

.orre-collection-card-media img{
    position:absolute!important;
    inset:0!important;

    display:block!important;

    width:100%!important;
    height:100%!important;

    object-fit:cover!important;
    object-position:center!important;

    transition:opacity .3s ease,transform .4s ease!important;
}

.orre-collection-main-image{
    z-index:1!important;
    opacity:1!important;
}

.orre-collection-hover-image{
    z-index:2!important;
    opacity:0!important;
}

.orre-collection-card:hover .orre-collection-main-image{
    opacity:0!important;
}

.orre-collection-card:hover .orre-collection-hover-image{
    opacity:1!important;
    transform:scale(1.01)!important;
}

.orre-collection-sizes{
    position:absolute!important;

    left:0!important;
    right:0!important;
    bottom:0!important;

    z-index:5!important;

    min-height:42px!important;

    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    flex-wrap:wrap!important;

    gap:3px!important;

    padding:7px!important;

    background:rgba(255,255,255,.96)!important;

    opacity:0!important;
    transform:translateY(100%)!important;

    transition:opacity .2s ease,transform .2s ease!important;
}

.orre-collection-card:hover .orre-collection-sizes{
    opacity:1!important;
    transform:translateY(0)!important;
}

.orre-collection-sizes > span{
    min-width:27px!important;
    height:25px!important;

    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;

    padding:0 5px!important;

    color:#111!important;
    background:#fff!important;

    border:1px solid #ddd!important;

    font-size:8px!important;
    line-height:1!important;
}

.orre-collection-sale{
    position:absolute!important;
    top:10px!important;
    left:10px!important;

    z-index:6!important;

    padding:5px 7px!important;

    background:#000!important;
    color:#fff!important;

    font-size:8px!important;
    font-weight:600!important;
    letter-spacing:.10em!important;
}

.orre-collection-card-info{
    padding:10px 11px 0!important;
}

.orre-collection-product-name{
    display:block!important;
    color:#111!important;
    font-size:10px!important;
    font-weight:500!important;
    line-height:1.4!important;
    letter-spacing:.025em!important;
    text-transform:uppercase!important;
}

.orre-collection-product-price{
    margin-top:4px!important;
    color:#111!important;
    font-size:10px!important;
    line-height:1.3!important;
}

.orre-collection-product-price del{
    color:#999!important;
}

.orre-collection-product-price ins{
    color:#111!important;
    text-decoration:none!important;
}

.orre-collection-pagination{
    padding:45px 20px 0!important;
    text-align:center!important;
}

.orre-collection-pagination .page-numbers{
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;

    min-width:34px!important;
    height:34px!important;

    margin:0 2px!important;

    color:#111!important;
    background:#fff!important;

    border:1px solid #ddd!important;

    font-size:10px!important;
}

.orre-collection-pagination .page-numbers.current,
.orre-collection-pagination .page-numbers:hover{
    background:#000!important;
    color:#fff!important;
    border-color:#000!important;
}

.orre-filter-overlay{
    position:fixed!important;
    inset:0!important;

    z-index:100010!important;

    background:rgba(0,0,0,.38)!important;

    opacity:0!important;
    visibility:hidden!important;

    transition:.25s ease!important;
}

.orre-filter-overlay.open{
    opacity:1!important;
    visibility:visible!important;
}

.orre-filter-drawer{
    position:fixed!important;

    top:0!important;
    left:0!important;

    z-index:100011!important;

    width:min(390px,92vw)!important;
    height:100vh!important;

    background:#fff!important;
    color:#111!important;

    overflow-y:auto!important;

    transform:translateX(-102%)!important;

    transition:transform .35s cubic-bezier(.77,0,.18,1)!important;
}

.orre-filter-drawer.open{
    transform:translateX(0)!important;
}

.orre-filter-head{
    height:68px!important;

    display:flex!important;
    align-items:center!important;
    justify-content:space-between!important;

    padding:0 24px!important;

    border-bottom:1px solid #e7e7e7!important;

    font-size:10px!important;
    font-weight:600!important;
    letter-spacing:.12em!important;
}

.orre-filter-head button{
    position:relative!important;

    width:28px!important;
    height:28px!important;

    padding:0!important;

    background:transparent!important;
    border:0!important;
    box-shadow:none!important;
}

.orre-filter-head button span{
    position:absolute!important;
    top:50%!important;
    left:50%!important;

    width:16px!important;
    height:1.5px!important;

    background:#111!important;
}

.orre-filter-head button span:first-child{
    transform:translate(-50%,-50%) rotate(45deg)!important;
}

.orre-filter-head button span:last-child{
    transform:translate(-50%,-50%) rotate(-45deg)!important;
}

.orre-filter-body{
    padding:20px 24px 40px!important;
}

.orre-filter-body .widget{
    margin:0!important;
    padding:18px 0!important;

    border-bottom:1px solid #eee!important;
}

.orre-filter-body .widget-title,
.orre-filter-body h5{
    margin:0 0 15px!important;

    color:#111!important;

    font-size:10px!important;
    font-weight:600!important;
    letter-spacing:.10em!important;
    text-transform:uppercase!important;
}

.orre-filter-body a,
.orre-filter-body label,
.orre-filter-body li,
.orre-filter-body span{
    color:#555!important;
    font-size:11px!important;
}

.orre-filter-group h3{
    margin:0 0 15px!important;

    font-size:10px!important;
    font-weight:600!important;

    letter-spacing:.10em!important;
}

.orre-filter-group a{
    display:block!important;
    padding:9px 0!important;

    color:#555!important;
    font-size:11px!important;

    border-bottom:1px solid #eee!important;
}

@media(max-width:1024px){

    .orre-collection-grid{
        grid-template-columns:repeat(3,minmax(0,1fr))!important;
    }
}

@media(max-width:767px){

    body.tax-product_cat .orre-nav-header{
        height:62px!important;
    }

    .orre-collection-head{
        padding:38px 14px 22px!important;
    }

    .orre-collection-title-wrap h1{
        font-size:22px!important;
    }

    .orre-collection-subcats{
        gap:18px!important;
        margin-top:22px!important;
    }

    .orre-collection-toolbar{
        padding:13px 14px!important;
    }

    .orre-result-count{
        display:none!important;
    }

    .orre-collection-sort select{
        min-width:120px!important;
        font-size:8px!important;
    }

    .orre-collection-grid{
        grid-template-columns:repeat(2,minmax(0,1fr))!important;
    }

    .orre-collection-card{
        padding-bottom:20px!important;
    }

    .orre-collection-card-info{
        padding:8px 7px 0!important;
    }

    .orre-collection-product-name,
    .orre-collection-product-price{
        font-size:9px!important;
    }

    .orre-collection-sizes{
        min-height:33px!important;

        padding:5px!important;

        opacity:1!important;
        transform:none!important;
    }

    .orre-collection-sizes > span{
        min-width:23px!important;
        height:21px!important;
        font-size:7px!important;
    }
}

body.single-product .page-title,
body.single-product .wd-page-title,
body.single-product .woocommerce-breadcrumb,
body.single-product .wd-breadcrumbs,
body.single-product .wd-products-nav,
body.single-product .product-navigation-wrap,
body.single-product .product-tabs-wrapper,
body.single-product .woocommerce-tabs,
body.single-product .product-image-summary,
body.single-product .product-image-summary-wrap,
body.single-product .summary,
body.single-product .woocommerce-product-gallery{display:none!important}
body.single-product,body.single-product #page,body.single-product .website-wrapper,body.single-product .main-page-wrapper,body.single-product .site-content,body.single-product .orre-single-product-page{background:#fff!important}
body.single-product .main-page-wrapper,body.single-product .site-content,body.single-product .orre-single-product-page{width:100%!important;max-width:none!important;margin:0!important;padding:0!important}
.orre-pdp-final{width:100%!important;margin:0!important;padding:0!important;background:#fff!important;color:#111!important;font-family:Arial,Helvetica,sans-serif!important}
.orre-pdp-final-main{display:grid!important;grid-template-columns:minmax(0,1.2fr) minmax(430px,.8fr)!important;width:100%!important;align-items:start!important;gap:0!important}
.orre-pdp-final-gallery{width:100%!important;min-width:0!important;margin:0!important;padding:0!important;background:#f5f2f1!important}
.orre-pdp-final-image-grid{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:2px!important;width:100%!important;margin:0!important;padding:0!important}
.orre-pdp-final-image{display:block!important;width:100%!important;aspect-ratio:4/5!important;overflow:hidden!important;background:#f5f2f1!important}
.orre-pdp-final-image img{display:block!important;width:100%!important;height:100%!important;margin:0!important;object-fit:cover!important;object-position:center!important;transition:transform .35s ease!important}
.orre-pdp-final-image:hover img{transform:scale(1.01)!important}
.orre-pdp-final-summary{width:100%!important;min-width:0!important;margin:0!important;padding:0!important;background:#fff!important}
.orre-pdp-final-summary-inner{position:sticky!important;top:92px!important;width:min(560px,100%)!important;margin:0 auto!important;padding:54px 46px 65px!important}
.orre-pdp-final-title{margin:0!important;color:#111!important;font-family:Arial,Helvetica,sans-serif!important;font-size:27px!important;font-weight:500!important;line-height:1.1!important;letter-spacing:.01em!important;text-transform:uppercase!important}
.orre-pdp-final-codes{display:flex!important;flex-direction:column!important;gap:4px!important;margin-top:12px!important;color:#777!important;font-size:9px!important;line-height:1.4!important;letter-spacing:.06em!important}
.orre-pdp-final-price{margin-top:22px!important;color:#111!important;font-size:18px!important;font-weight:500!important;line-height:1.2!important}
.orre-pdp-final-price del{color:#999!important}.orre-pdp-final-price ins{color:#111!important;text-decoration:none!important}
.orre-pdp-final-buy{margin-top:30px!important}.orre-pdp-final-buy form.cart,.orre-pdp-final-buy .variations_form{width:100%!important;margin:0!important}
.orre-pdp-final-buy .variations{width:100%!important;margin:0 0 20px!important;border:0!important}
.orre-pdp-final-buy .variations tbody,.orre-pdp-final-buy .variations tr,.orre-pdp-final-buy .variations th,.orre-pdp-final-buy .variations td{display:block!important;width:100%!important}
.orre-pdp-final-buy .variations tr{margin-bottom:20px!important}.orre-pdp-final-buy .variations th,.orre-pdp-final-buy .variations td{padding:0!important;border:0!important;text-align:left!important}
.orre-pdp-final-buy .variations label{display:block!important;margin:0 0 12px!important;color:#111!important;font-size:10px!important;font-weight:500!important;line-height:1!important;letter-spacing:.08em!important;text-transform:none!important}
.orre-pdp-final-buy .wd-swatches-product{display:flex!important;flex-wrap:wrap!important;gap:7px!important}
.orre-pdp-final-buy .wd-swatch,.orre-pdp-final-buy .wd-swatch-text{min-width:48px!important;height:39px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;margin:0!important;padding:0 12px!important;background:#fff!important;color:#111!important;border:1px solid #d6d6d6!important;border-radius:0!important;box-shadow:none!important;font-size:10px!important;font-weight:500!important}
.orre-pdp-final-buy .wd-swatch.wd-active,.orre-pdp-final-buy .wd-swatch.active,.orre-pdp-final-buy .wd-swatch:hover{background:#111!important;color:#fff!important;border-color:#111!important}
.orre-pdp-final-buy .variations select{width:100%!important;height:44px!important;margin:0!important;padding:0 12px!important;background:#fff!important;color:#111!important;border:1px solid #d6d6d6!important;border-radius:0!important;box-shadow:none!important;font-size:11px!important}
.orre-pdp-final-buy .reset_variations{display:inline-block!important;margin-top:9px!important;color:#777!important;font-size:8px!important;letter-spacing:.08em!important;text-transform:uppercase!important}
.orre-pdp-final-buy .woocommerce-variation{margin-bottom:15px!important}.orre-pdp-final-buy .woocommerce-variation-price{margin-bottom:8px!important;color:#111!important;font-size:15px!important}
.orre-pdp-final-buy .woocommerce-variation-add-to-cart,.orre-pdp-final-buy form.cart:not(.variations_form){display:grid!important;grid-template-columns:108px minmax(0,1fr)!important;gap:8px!important;align-items:stretch!important;width:100%!important}
.orre-pdp-final-buy .quantity{width:108px!important;height:48px!important;display:grid!important;grid-template-columns:31px 1fr 31px!important;margin:0!important;border:1px solid #111!important;background:#fff!important}
.orre-pdp-final-buy .quantity input.qty{width:100%!important;height:46px!important;margin:0!important;padding:0!important;background:#fff!important;color:#111!important;border:0!important;border-radius:0!important;box-shadow:none!important;text-align:center!important;font-size:11px!important}
.orre-pdp-final-buy .quantity .minus,.orre-pdp-final-buy .quantity .plus{width:31px!important;height:46px!important;margin:0!important;padding:0!important;background:#fff!important;color:#111!important;border:0!important;border-radius:0!important;box-shadow:none!important;font-size:14px!important}
.orre-pdp-final-buy .single_add_to_cart_button{width:100%!important;min-height:48px!important;display:flex!important;align-items:center!important;justify-content:center!important;margin:0!important;padding:0 20px!important;background:#000!important;color:#fff!important;border:1px solid #000!important;border-radius:0!important;box-shadow:none!important;font-size:10px!important;font-weight:600!important;line-height:1!important;letter-spacing:.1em!important;text-transform:uppercase!important}
.orre-pdp-final-buy .single_add_to_cart_button:hover{background:#fff!important;color:#000!important}
.orre-pdp-final-details{margin-top:34px!important;border-top:1px solid #e5e5e5!important}.orre-pdp-final-detail{margin:0!important;border-bottom:1px solid #e5e5e5!important}
.orre-pdp-final-detail summary{min-height:54px!important;display:flex!important;align-items:center!important;justify-content:space-between!important;gap:15px!important;padding:0!important;color:#111!important;list-style:none!important;cursor:pointer!important}.orre-pdp-final-detail summary::-webkit-details-marker{display:none!important}
.orre-pdp-final-detail summary>span:first-child{font-size:10px!important;font-weight:500!important;line-height:1!important;letter-spacing:.02em!important}
.orre-pdp-final-plus{position:relative!important;width:13px!important;height:13px!important;flex:0 0 13px!important}.orre-pdp-final-plus::before,.orre-pdp-final-plus::after{content:""!important;position:absolute!important;top:50%!important;left:50%!important;background:#111!important;transform:translate(-50%,-50%)!important}.orre-pdp-final-plus::before{width:11px!important;height:1px!important}.orre-pdp-final-plus::after{width:1px!important;height:11px!important}.orre-pdp-final-detail[open] .orre-pdp-final-plus::after{display:none!important}
.orre-pdp-final-detail-content{padding:0 0 24px!important;color:#555!important;font-size:11px!important;line-height:1.7!important}.orre-pdp-final-detail-content p{margin:0 0 12px!important}.orre-pdp-final-detail-content p:last-child{margin-bottom:0!important}
.orre-pdp-final-related{width:100%!important;padding:68px 0 75px!important;background:#fff!important;border-top:1px solid #e8e8e8!important}.orre-pdp-final-related-head{padding:0 30px 26px!important}.orre-pdp-final-related-head h2{margin:0!important;color:#111!important;font-size:12px!important;font-weight:500!important;line-height:1!important;letter-spacing:.08em!important;text-transform:uppercase!important}
.orre-pdp-final-related-grid{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:1px!important}.orre-pdp-final-related-card{min-width:0!important;padding-bottom:20px!important;background:#fff!important}.orre-pdp-final-related-image{display:block!important;width:100%!important;aspect-ratio:4/5!important;overflow:hidden!important;background:#f4f4f2!important}.orre-pdp-final-related-image img{display:block!important;width:100%!important;height:100%!important;object-fit:cover!important}.orre-pdp-final-related-info{padding:9px 10px 0!important}.orre-pdp-final-related-info a{display:block!important;color:#111!important;font-size:10px!important;font-weight:500!important;line-height:1.4!important;text-transform:uppercase!important}.orre-pdp-final-related-info span{display:block!important;margin-top:4px!important;color:#111!important;font-size:10px!important}
@media(max-width:1100px){.orre-pdp-final-main{grid-template-columns:minmax(0,1fr) minmax(390px,.9fr)!important}.orre-pdp-final-summary-inner{padding:42px 30px 54px!important}.orre-pdp-final-related-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}}
@media(max-width:767px){.orre-pdp-final-main{display:block!important}.orre-pdp-final-image-grid{display:flex!important;overflow-x:auto!important;scroll-snap-type:x mandatory!important;gap:1px!important;scrollbar-width:none!important}.orre-pdp-final-image-grid::-webkit-scrollbar{display:none!important}.orre-pdp-final-image{flex:0 0 88vw!important;aspect-ratio:4/5!important;scroll-snap-align:start!important}.orre-pdp-final-summary-inner{position:static!important;width:100%!important;max-width:none!important;padding:28px 16px 42px!important}.orre-pdp-final-title{font-size:22px!important}.orre-pdp-final-price{margin-top:18px!important;font-size:16px!important}.orre-pdp-final-buy{margin-top:25px!important}.orre-pdp-final-buy .woocommerce-variation-add-to-cart,.orre-pdp-final-buy form.cart:not(.variations_form){grid-template-columns:92px minmax(0,1fr)!important}.orre-pdp-final-buy .quantity{width:92px!important;grid-template-columns:27px 1fr 27px!important}.orre-pdp-final-buy .quantity .minus,.orre-pdp-final-buy .quantity .plus{width:27px!important}.orre-pdp-final-related{padding:48px 0 58px!important}.orre-pdp-final-related-head{padding:0 14px 20px!important}.orre-pdp-final-related-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.orre-pdp-final-related-info a,.orre-pdp-final-related-info span{font-size:9px!important}}

.orre-pdp-final-image-grid{
    display:none!important;
}

.orre-pdp-kiji-gallery{
    display:grid!important;
    grid-template-columns:86px minmax(0,1fr)!important;

    align-items:start!important;

    gap:8px!important;

    width:100%!important;

    padding:0!important;
    margin:0!important;

    background:#f5f2f1!important;
}

.orre-pdp-kiji-thumbs{
    position:sticky!important;
    top:82px!important;

    display:flex!important;
    flex-direction:column!important;

    gap:8px!important;

    width:86px!important;

    padding:0!important;
    margin:0!important;

    max-height:calc(100vh - 100px)!important;
    overflow-y:auto!important;

    scrollbar-width:none!important;

    background:#fff!important;
}

.orre-pdp-kiji-thumbs::-webkit-scrollbar{
    display:none!important;
}

.orre-pdp-kiji-thumb{
    flex:0 0 auto!important;

    display:block!important;

    width:86px!important;
    height:108px!important;

    margin:0!important;
    padding:0!important;

    background:#f3efed!important;

    border:1px solid transparent!important;
    border-radius:0!important;

    box-shadow:none!important;

    cursor:pointer!important;
    overflow:hidden!important;

    opacity:.7!important;

    transition:opacity .2s ease,border-color .2s ease!important;
}

.orre-pdp-kiji-thumb:hover,
.orre-pdp-kiji-thumb.is-active{
    opacity:1!important;
    border-color:#111!important;
}

.orre-pdp-kiji-thumb img{
    display:block!important;

    width:100%!important;
    height:100%!important;

    object-fit:cover!important;
    object-position:center!important;

    margin:0!important;
}

.orre-pdp-kiji-main-link{
    display:block!important;

    width:100%!important;

    margin:0!important;
    padding:0!important;

    overflow:hidden!important;

    background:#f3efed!important;
}

.orre-pdp-kiji-main-image{
    display:block!important;

    width:100%!important;
    height:auto!important;

    min-height:760px!important;
    max-height:calc(100vh - 64px)!important;

    margin:0 auto!important;

    object-fit:cover!important;
    object-position:center!important;

    background:#f3efed!important;
}

.orre-pdp-final-gallery{
    background:#fff!important;
}

@media(max-width:1100px){

    .orre-pdp-kiji-gallery{
        grid-template-columns:72px minmax(0,1fr)!important;
        gap:6px!important;
    }

    .orre-pdp-kiji-thumbs{
        width:72px!important;
    }

    .orre-pdp-kiji-thumb{
        width:72px!important;
        height:92px!important;
    }

    .orre-pdp-kiji-main-image{
        min-height:620px!important;
    }
}

@media(max-width:767px){

    .orre-pdp-kiji-gallery{
        display:flex!important;
        flex-direction:column-reverse!important;

        gap:7px!important;

        background:#fff!important;
    }

    .orre-pdp-kiji-thumbs{
        position:static!important;

        width:100%!important;
        max-height:none!important;

        display:flex!important;
        flex-direction:row!important;

        gap:6px!important;

        padding:0 8px 8px!important;

        overflow-x:auto!important;
        overflow-y:hidden!important;

        background:#fff!important;
    }

    .orre-pdp-kiji-thumb{
        width:64px!important;
        height:82px!important;

        flex:0 0 64px!important;
    }

    .orre-pdp-kiji-main-image{
        width:100%!important;

        min-height:0!important;
        max-height:none!important;

        aspect-ratio:4/5!important;

        object-fit:cover!important;
    }
}

.orre-home-section-header,
.orre-inside-head,
.orre-pdp-final-related-head,
.orre-pdp-v2-related-head,
.orre-pdp-related-head,
.orre-collection-title-wrap{
    text-align:center!important;
}

.orre-home-section-header{
    position:relative!important;

    display:flex!important;
    flex-direction:column!important;
    align-items:center!important;
    justify-content:center!important;

    gap:14px!important;

    padding-top:44px!important;
    padding-bottom:31px!important;
}

.orre-home-section-header h1,
.orre-home-section-header h2{
    position:relative!important;

    margin:0!important;
    padding:0 0 18px!important;

    color:#111!important;

    font-family:Arial,Helvetica,sans-serif!important;
    font-size:20px!important;
    font-weight:500!important;
    line-height:1.15!important;

    letter-spacing:.09em!important;
    text-transform:uppercase!important;
    text-align:center!important;
}

.orre-home-section-header h1::after,
.orre-home-section-header h2::after{
    content:""!important;

    position:absolute!important;
    left:50%!important;
    bottom:0!important;

    width:42px!important;
    height:3px!important;

    background:#bcbcbc!important;

    transform:translateX(-50%)!important;
}

.orre-home-section-header > a{
    margin-top:0!important;

    color:#555!important;

    font-size:9px!important;
    font-weight:500!important;
    letter-spacing:.10em!important;

    border-bottom:1px solid #777!important;
}

.orre-inside-head{
    padding-bottom:34px!important;
}

.orre-inside-head h2{
    position:relative!important;

    display:inline-block!important;

    margin:0!important;
    padding:0 0 20px!important;

    color:#111!important;

    font-family:Arial,Helvetica,sans-serif!important;
    font-size:30px!important;
    font-weight:500!important;
    line-height:1.1!important;

    letter-spacing:.065em!important;
    text-transform:uppercase!important;
    text-align:center!important;
}

.orre-inside-head h2::after{
    content:""!important;

    position:absolute!important;
    left:50%!important;
    bottom:0!important;

    width:42px!important;
    height:3px!important;

    background:#bcbcbc!important;

    transform:translateX(-50%)!important;
}

.orre-pdp-final-related-head,
.orre-pdp-v2-related-head,
.orre-pdp-related-head{
    text-align:center!important;

    padding-top:8px!important;
    padding-bottom:34px!important;
}

.orre-pdp-final-related-head h2,
.orre-pdp-v2-related-head h2,
.orre-pdp-related-head h2,
.orre-pdp-related .related > h2,
.orre-pdp-related .upsells > h2{
    position:relative!important;

    display:inline-block!important;

    margin:0 auto!important;
    padding:0 0 20px!important;

    color:#111!important;

    font-family:Arial,Helvetica,sans-serif!important;
    font-size:20px!important;
    font-weight:500!important;
    line-height:1.15!important;

    letter-spacing:.085em!important;
    text-transform:uppercase!important;
    text-align:center!important;
}

.orre-pdp-final-related-head h2::after,
.orre-pdp-v2-related-head h2::after,
.orre-pdp-related-head h2::after,
.orre-pdp-related .related > h2::after,
.orre-pdp-related .upsells > h2::after{
    content:""!important;

    position:absolute!important;
    left:50%!important;
    bottom:0!important;

    width:42px!important;
    height:3px!important;

    background:#bcbcbc!important;

    transform:translateX(-50%)!important;
}

.orre-collection-head{
    text-align:center!important;
}

.orre-collection-title-wrap{
    display:flex!important;
    flex-direction:column!important;
    align-items:center!important;
}

.orre-collection-title-wrap h1{
    position:relative!important;

    display:inline-block!important;

    margin:0!important;
    padding:0 0 20px!important;

    color:#111!important;

    font-family:Arial,Helvetica,sans-serif!important;
    font-size:25px!important;
    font-weight:500!important;
    line-height:1.1!important;

    letter-spacing:.085em!important;
    text-transform:uppercase!important;
    text-align:center!important;
}

.orre-collection-title-wrap h1::after{
    content:""!important;

    position:absolute!important;
    left:50%!important;
    bottom:0!important;

    width:42px!important;
    height:3px!important;

    background:#bcbcbc!important;

    transform:translateX(-50%)!important;
}

.orre-collection-description{
    margin-left:auto!important;
    margin-right:auto!important;
    text-align:center!important;
}

.orre-collection-subcats{
    justify-content:center!important;
}

.orre-home-newsletter > div{
    text-align:center!important;
}

.orre-home-newsletter h2{
    position:relative!important;

    display:inline-block!important;

    margin:0!important;
    padding:0 0 20px!important;

    text-align:center!important;
}

.orre-home-newsletter h2::after{
    content:""!important;

    position:absolute!important;
    left:50%!important;
    bottom:0!important;

    width:42px!important;
    height:3px!important;

    background:#bcbcbc!important;

    transform:translateX(-50%)!important;
}

.orre-home-newsletter p{
    margin-left:auto!important;
    margin-right:auto!important;
}

@media(max-width:767px){

    .orre-home-section-header{
        padding-top:34px!important;
        padding-bottom:25px!important;
    }

    .orre-home-section-header h1,
    .orre-home-section-header h2{
        font-size:16px!important;
        padding-bottom:16px!important;
    }

    .orre-inside-head h2{
        font-size:23px!important;
        padding-bottom:17px!important;
    }

    .orre-pdp-final-related-head h2,
    .orre-pdp-v2-related-head h2,
    .orre-pdp-related-head h2,
    .orre-pdp-related .related > h2,
    .orre-pdp-related .upsells > h2{
        font-size:16px!important;
        padding-bottom:17px!important;
    }

    .orre-collection-title-wrap h1{
        font-size:21px!important;
        padding-bottom:17px!important;
    }

    .orre-home-section-header h1::after,
    .orre-home-section-header h2::after,
    .orre-inside-head h2::after,
    .orre-pdp-final-related-head h2::after,
    .orre-pdp-v2-related-head h2::after,
    .orre-pdp-related-head h2::after,
    .orre-pdp-related .related > h2::after,
    .orre-pdp-related .upsells > h2::after,
    .orre-collection-title-wrap h1::after,
    .orre-home-newsletter h2::after{
        width:34px!important;
        height:2px!important;
    }
}

body.woocommerce-cart,
body.woocommerce-checkout,
body.woocommerce-cart #page,
body.woocommerce-checkout #page,
body.woocommerce-cart .website-wrapper,
body.woocommerce-checkout .website-wrapper,
body.woocommerce-cart .main-page-wrapper,
body.woocommerce-checkout .main-page-wrapper,
body.woocommerce-cart .site-content,
body.woocommerce-checkout .site-content{
    background:#fff!important;
    color:#111!important;
}

body.woocommerce-cart .main-page-wrapper,
body.woocommerce-checkout .main-page-wrapper{
    padding-top:0!important;
}

body.woocommerce-cart .container,
body.woocommerce-checkout .container,
body.woocommerce-cart .site-content,
body.woocommerce-checkout .site-content{
    width:100%!important;
    max-width:none!important;
}

body.woocommerce-cart .page-title,
body.woocommerce-checkout .page-title,
body.woocommerce-cart .wd-page-title,
body.woocommerce-checkout .wd-page-title,
body.woocommerce-cart .woocommerce-breadcrumb,
body.woocommerce-checkout .woocommerce-breadcrumb,
body.woocommerce-cart .wd-breadcrumbs,
body.woocommerce-checkout .wd-breadcrumbs{
    display:none!important;
}

body.woocommerce-cart,
body.woocommerce-checkout,
body.woocommerce-cart *,
body.woocommerce-checkout *{
    box-sizing:border-box!important;
}

body.woocommerce-cart .woocommerce{
    position:relative!important;
    width:min(1500px,calc(100% - 64px))!important;
    max-width:1500px!important;
    margin:0 auto!important;
    padding:72px 0 90px!important;
}

body.woocommerce-cart .woocommerce::before{
    content:"SHOPPING BAG"!important;

    display:block!important;

    margin:0 0 46px!important;
    padding:0 0 18px!important;

    color:#111!important;

    font-family:Arial,Helvetica,sans-serif!important;
    font-size:26px!important;
    font-weight:500!important;
    line-height:1!important;

    letter-spacing:.12em!important;
    text-align:center!important;
    text-transform:uppercase!important;
}

body.woocommerce-cart .woocommerce::after{
    content:""!important;
    display:block!important;
    clear:both!important;
}

body.woocommerce-cart .cart-content-wrapper,
body.woocommerce-cart .woocommerce-cart-form + .cart-collaterals{
    min-width:0!important;
}

body.woocommerce-cart .cart-content-wrapper{
    display:grid!important;
    grid-template-columns:minmax(0,1fr) 410px!important;
    gap:46px!important;
    align-items:start!important;
}

body.woocommerce-cart .woocommerce-cart-form{
    width:100%!important;
    min-width:0!important;
    margin:0!important;
    float:none!important;
}

body.woocommerce-cart .cart-collaterals{
    width:100%!important;
    min-width:0!important;
    margin:0!important;
    float:none!important;
}

body.woocommerce-cart table.shop_table{
    width:100%!important;
    margin:0!important;
    border:0!important;
    border-collapse:collapse!important;
    background:#fff!important;
}

body.woocommerce-cart table.shop_table thead{
    display:none!important;
}

body.woocommerce-cart table.shop_table tr.cart_item{
    border-top:1px solid #e8e8e8!important;
    border-bottom:1px solid #e8e8e8!important;
}

body.woocommerce-cart table.shop_table td{
    padding:24px 12px!important;
    vertical-align:middle!important;
    border:0!important;
    background:#fff!important;
}

body.woocommerce-cart td.product-remove{
    width:36px!important;
    padding-left:0!important;
    padding-right:4px!important;
}

body.woocommerce-cart td.product-remove a{
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;

    width:26px!important;
    height:26px!important;

    margin:0!important;

    background:transparent!important;
    color:#111!important;

    border:0!important;
    border-radius:0!important;

    font-size:20px!important;
    font-weight:300!important;
}

body.woocommerce-cart td.product-thumbnail{
    width:110px!important;
}

body.woocommerce-cart td.product-thumbnail img{
    display:block!important;

    width:92px!important;
    height:118px!important;

    object-fit:cover!important;
    object-position:center!important;

    background:#f3efed!important;
}

body.woocommerce-cart td.product-name{
    width:auto!important;
}

body.woocommerce-cart td.product-name a{
    color:#111!important;

    font-family:Arial,Helvetica,sans-serif!important;
    font-size:12px!important;
    font-weight:500!important;
    line-height:1.45!important;

    letter-spacing:.015em!important;
}

body.woocommerce-cart td.product-price,
body.woocommerce-cart td.product-subtotal{
    color:#111!important;
    font-size:12px!important;
    font-weight:500!important;
    white-space:nowrap!important;
}

body.woocommerce-cart td.product-subtotal{
    text-align:right!important;
}

body.woocommerce-cart .quantity{
    width:100px!important;
    height:42px!important;

    display:grid!important;
    grid-template-columns:30px 1fr 30px!important;

    margin:0!important;

    border:1px solid #d8d8d8!important;
    background:#fff!important;
}

body.woocommerce-cart .quantity .minus,
body.woocommerce-cart .quantity .plus{
    width:30px!important;
    height:40px!important;

    margin:0!important;
    padding:0!important;

    background:#fff!important;
    color:#111!important;

    border:0!important;
    border-radius:0!important;

    box-shadow:none!important;

    font-size:14px!important;
}

body.woocommerce-cart .quantity input.qty{
    width:100%!important;
    height:40px!important;

    margin:0!important;
    padding:0!important;

    background:#fff!important;
    color:#111!important;

    border:0!important;
    border-radius:0!important;

    box-shadow:none!important;

    text-align:center!important;
    font-size:11px!important;
}

body.woocommerce-cart td.actions{
    padding:22px 0 0!important;
    border:0!important;
}

body.woocommerce-cart .coupon{
    display:flex!important;
    align-items:stretch!important;
    gap:8px!important;
    float:left!important;
}

body.woocommerce-cart .coupon input{
    width:220px!important;
    height:46px!important;

    margin:0!important;
    padding:0 14px!important;

    background:#fff!important;
    color:#111!important;

    border:1px solid #d7d7d7!important;
    border-radius:0!important;

    box-shadow:none!important;

    font-size:11px!important;
}

body.woocommerce-cart .coupon button,
body.woocommerce-cart button[name="update_cart"]{
    min-height:46px!important;

    padding:0 22px!important;

    background:#000!important;
    color:#fff!important;

    border:1px solid #000!important;
    border-radius:0!important;

    box-shadow:none!important;

    font-size:9px!important;
    font-weight:600!important;
    line-height:1!important;

    letter-spacing:.11em!important;
    text-transform:uppercase!important;
}

body.woocommerce-cart button[name="update_cart"]{
    float:right!important;
}

body.woocommerce-cart .coupon button:hover,
body.woocommerce-cart button[name="update_cart"]:hover{
    background:#fff!important;
    color:#000!important;
}

body.woocommerce-cart .cart_totals{
    width:100%!important;

    margin:0!important;
    padding:32px!important;

    background:#f7f7f6!important;

    border:0!important;
    outline:1px solid #e1e1e1!important;
    outline-offset:-14px!important;
}

body.woocommerce-cart .cart_totals h2{
    position:relative!important;

    margin:0 0 28px!important;
    padding:0 0 19px!important;

    color:#111!important;

    font-size:16px!important;
    font-weight:500!important;
    line-height:1!important;

    letter-spacing:.10em!important;
    text-align:center!important;
    text-transform:uppercase!important;
}

body.woocommerce-cart .cart_totals h2::after{
    content:""!important;

    position:absolute!important;
    left:50%!important;
    bottom:0!important;

    width:38px!important;
    height:2px!important;

    background:#bbb!important;

    transform:translateX(-50%)!important;
}

body.woocommerce-cart .cart_totals table{
    width:100%!important;
    margin:0!important;
    border:0!important;
    background:transparent!important;
}

body.woocommerce-cart .cart_totals th,
body.woocommerce-cart .cart_totals td{
    padding:17px 0!important;

    background:transparent!important;

    border:0!important;
    border-bottom:1px solid #dedede!important;

    color:#111!important;

    font-size:11px!important;
    line-height:1.4!important;
}

body.woocommerce-cart .cart_totals td{
    text-align:right!important;
}

body.woocommerce-cart .cart_totals .order-total th,
body.woocommerce-cart .cart_totals .order-total td{
    font-size:15px!important;
    font-weight:600!important;
}

body.woocommerce-cart .wc-proceed-to-checkout{
    padding:26px 0 0!important;
}

body.woocommerce-cart .checkout-button{
    width:100%!important;
    min-height:50px!important;

    display:flex!important;
    align-items:center!important;
    justify-content:center!important;

    margin:0!important;
    padding:0 18px!important;

    background:#000!important;
    color:#fff!important;

    border:1px solid #000!important;
    border-radius:0!important;

    box-shadow:none!important;

    font-size:9px!important;
    font-weight:600!important;
    line-height:1!important;

    letter-spacing:.12em!important;
    text-transform:uppercase!important;
}

body.woocommerce-cart .checkout-button:hover{
    background:#fff!important;
    color:#000!important;
}

body.woocommerce-checkout .woocommerce{
    width:min(1380px,calc(100% - 64px))!important;
    max-width:1380px!important;

    margin:0 auto!important;
    padding:72px 0 90px!important;
}

body.woocommerce-checkout .woocommerce-form-coupon-toggle{
    margin:0 0 40px!important;
}

body.woocommerce-checkout .woocommerce-info{
    margin:0!important;
    padding:15px 18px!important;

    background:#f7f7f6!important;
    color:#444!important;

    border:0!important;
    border-left:2px solid #111!important;

    font-size:10px!important;
    line-height:1.45!important;
}

body.woocommerce-checkout .woocommerce-info::before{
    display:none!important;
}

body.woocommerce-checkout .woocommerce-info a{
    color:#111!important;
    border-bottom:1px solid #111!important;
}

body.woocommerce-checkout form.checkout::before{
    content:"CHECKOUT"!important;

    display:block!important;
    grid-column:1 / -1!important;

    margin:0 0 48px!important;
    padding:0 0 19px!important;

    color:#111!important;

    font-family:Arial,Helvetica,sans-serif!important;
    font-size:26px!important;
    font-weight:500!important;
    line-height:1!important;

    letter-spacing:.12em!important;
    text-align:center!important;
    text-transform:uppercase!important;
}

body.woocommerce-checkout form.checkout{
    display:grid!important;
    grid-template-columns:minmax(0,1.18fr) minmax(420px,.82fr)!important;
    column-gap:72px!important;
    row-gap:0!important;

    align-items:start!important;

    width:100%!important;
}

body.woocommerce-checkout #customer_details,
body.woocommerce-checkout .col2-set,
body.woocommerce-checkout .checkout-order-review,
body.woocommerce-checkout .woocommerce-checkout-review-order,
body.woocommerce-checkout #order_review{
    width:100%!important;
    max-width:none!important;

    margin:0!important;
    float:none!important;
}

body.woocommerce-checkout #customer_details{
    grid-column:1!important;
}

body.woocommerce-checkout #order_review_heading,
body.woocommerce-checkout #order_review,
body.woocommerce-checkout .checkout-order-review{
    grid-column:2!important;
}

body.woocommerce-checkout .col2-set{
    display:block!important;
}

body.woocommerce-checkout .col2-set .col-1,
body.woocommerce-checkout .col2-set .col-2{
    width:100%!important;
    max-width:none!important;

    margin:0!important;
    padding:0!important;

    float:none!important;
}

body.woocommerce-checkout .woocommerce-billing-fields > h3,
body.woocommerce-checkout .woocommerce-shipping-fields h3,
body.woocommerce-checkout #order_review_heading,
body.woocommerce-checkout .checkout-order-review > h3{
    position:relative!important;

    margin:0 0 28px!important;
    padding:0 0 18px!important;

    color:#111!important;

    font-family:Arial,Helvetica,sans-serif!important;
    font-size:15px!important;
    font-weight:500!important;
    line-height:1!important;

    letter-spacing:.10em!important;
    text-transform:uppercase!important;
}

body.woocommerce-checkout .woocommerce-billing-fields > h3::after,
body.woocommerce-checkout .woocommerce-shipping-fields h3::after,
body.woocommerce-checkout #order_review_heading::after{
    content:""!important;

    position:absolute!important;
    left:0!important;
    bottom:0!important;

    width:38px!important;
    height:2px!important;

    background:#bbb!important;
}

body.woocommerce-checkout .woocommerce-billing-fields__field-wrapper,
body.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper{
    display:grid!important;
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:18px 16px!important;
}

body.woocommerce-checkout .form-row{
    width:100%!important;
    max-width:none!important;

    margin:0!important;
    padding:0!important;

    float:none!important;
}

body.woocommerce-checkout .form-row-wide,
body.woocommerce-checkout #billing_company_field,
body.woocommerce-checkout #billing_country_field,
body.woocommerce-checkout #billing_address_1_field,
body.woocommerce-checkout #billing_address_2_field,
body.woocommerce-checkout #billing_city_field,
body.woocommerce-checkout #billing_state_field,
body.woocommerce-checkout #billing_postcode_field,
body.woocommerce-checkout #order_comments_field{
    grid-column:1 / -1!important;
}

body.woocommerce-checkout .form-row label{
    display:block!important;

    margin:0 0 7px!important;

    color:#333!important;

    font-size:10px!important;
    font-weight:500!important;
    line-height:1.2!important;
}

body.woocommerce-checkout input.input-text,
body.woocommerce-checkout textarea,
body.woocommerce-checkout select,
body.woocommerce-checkout .select2-container .select2-selection{
    width:100%!important;
    min-height:47px!important;

    margin:0!important;
    padding:0 13px!important;

    background:#fff!important;
    color:#111!important;

    border:1px solid #d7d7d7!important;
    border-radius:0!important;

    box-shadow:none!important;

    font-size:11px!important;
}

body.woocommerce-checkout textarea{
    min-height:110px!important;
    padding-top:12px!important;
}

body.woocommerce-checkout input.input-text:focus,
body.woocommerce-checkout textarea:focus,
body.woocommerce-checkout select:focus{
    border-color:#111!important;
    outline:0!important;
}

body.woocommerce-checkout .select2-container .select2-selection__rendered{
    line-height:45px!important;
    padding-left:0!important;
}

body.woocommerce-checkout .select2-container .select2-selection__arrow{
    height:45px!important;
}

body.woocommerce-checkout #order_review,
body.woocommerce-checkout .checkout-order-review{
    position:sticky!important;
    top:92px!important;

    padding:32px!important;

    background:#f7f7f6!important;

    border:0!important;
    outline:1px solid #e1e1e1!important;
    outline-offset:-14px!important;
}

body.woocommerce-checkout #order_review_heading{
    text-align:center!important;
}

body.woocommerce-checkout #order_review_heading::after{
    left:50%!important;
    transform:translateX(-50%)!important;
}

body.woocommerce-checkout table.shop_table{
    width:100%!important;

    margin:0!important;

    border:0!important;
    border-collapse:collapse!important;

    background:transparent!important;
}

body.woocommerce-checkout table.shop_table thead th{
    padding:12px 0!important;

    color:#777!important;

    border:0!important;
    border-bottom:1px solid #ddd!important;

    font-size:9px!important;
    font-weight:500!important;
    letter-spacing:.08em!important;
    text-transform:uppercase!important;
}

body.woocommerce-checkout table.shop_table th,
body.woocommerce-checkout table.shop_table td{
    padding:15px 0!important;

    background:transparent!important;

    border:0!important;
    border-bottom:1px solid #ddd!important;

    color:#111!important;

    font-size:11px!important;
    line-height:1.45!important;
}

body.woocommerce-checkout table.shop_table td.product-total,
body.woocommerce-checkout table.shop_table tfoot td{
    text-align:right!important;
    white-space:nowrap!important;
}

body.woocommerce-checkout table.shop_table .product-name{
    padding-right:16px!important;
}

body.woocommerce-checkout table.shop_table .product-quantity{
    color:#777!important;
}

body.woocommerce-checkout .order-total th,
body.woocommerce-checkout .order-total td{
    font-size:15px!important;
    font-weight:600!important;
}

body.woocommerce-checkout #payment{
    margin:26px 0 0!important;
    padding:0!important;

    background:transparent!important;

    border:0!important;
    border-radius:0!important;
}

body.woocommerce-checkout #payment ul.payment_methods{
    margin:0!important;
    padding:0!important;

    border:0!important;
}

body.woocommerce-checkout #payment ul.payment_methods li{
    margin:0!important;
    padding:15px 0!important;

    border-bottom:1px solid #ddd!important;

    color:#111!important;

    font-size:11px!important;
}

body.woocommerce-checkout #payment div.payment_box{
    margin:12px 0 0!important;
    padding:13px!important;

    background:#fff!important;
    color:#555!important;

    border:1px solid #ddd!important;
    border-radius:0!important;

    font-size:10px!important;
    line-height:1.55!important;
}

body.woocommerce-checkout #payment div.payment_box::before{
    display:none!important;
}

body.woocommerce-checkout .place-order{
    padding:26px 0 0!important;
}

body.woocommerce-checkout #place_order{
    width:100%!important;
    min-height:52px!important;

    display:flex!important;
    align-items:center!important;
    justify-content:center!important;

    margin:0!important;
    padding:0 20px!important;

    background:#000!important;
    color:#fff!important;

    border:1px solid #000!important;
    border-radius:0!important;

    box-shadow:none!important;

    font-size:9px!important;
    font-weight:600!important;
    line-height:1!important;

    letter-spacing:.12em!important;
    text-transform:uppercase!important;
}

body.woocommerce-checkout #place_order:hover{
    background:#fff!important;
    color:#000!important;
}

@media(max-width:1100px){

    body.woocommerce-cart .cart-content-wrapper{
        grid-template-columns:minmax(0,1fr) 360px!important;
        gap:28px!important;
    }

    body.woocommerce-checkout form.checkout{
        grid-template-columns:minmax(0,1fr) 380px!important;
        column-gap:40px!important;
    }
}

@media(max-width:767px){

    body.woocommerce-cart .woocommerce,
    body.woocommerce-checkout .woocommerce{
        width:calc(100% - 28px)!important;
        padding:42px 0 60px!important;
    }

    body.woocommerce-cart .woocommerce::before,
    body.woocommerce-checkout form.checkout::before{
        font-size:18px!important;
        margin-bottom:30px!important;
    }

    body.woocommerce-cart .cart-content-wrapper{
        display:block!important;
    }

    body.woocommerce-cart table.shop_table tr.cart_item{
        display:grid!important;
        grid-template-columns:24px 78px minmax(0,1fr)!important;
        column-gap:10px!important;
        row-gap:9px!important;

        padding:16px 0!important;
    }

    body.woocommerce-cart table.shop_table td{
        padding:0!important;
    }

    body.woocommerce-cart td.product-thumbnail{
        width:78px!important;
    }

    body.woocommerce-cart td.product-thumbnail img{
        width:78px!important;
        height:100px!important;
    }

    body.woocommerce-cart td.product-name{
        grid-column:3!important;
    }

    body.woocommerce-cart td.product-price,
    body.woocommerce-cart td.product-quantity,
    body.woocommerce-cart td.product-subtotal{
        grid-column:3!important;
        text-align:left!important;
    }

    body.woocommerce-cart td.actions{
        display:block!important;
        padding-top:20px!important;
    }

    body.woocommerce-cart .coupon{
        width:100%!important;

        display:grid!important;
        grid-template-columns:1fr auto!important;

        float:none!important;
    }

    body.woocommerce-cart .coupon input{
        width:100%!important;
    }

    body.woocommerce-cart button[name="update_cart"]{
        width:100%!important;
        margin-top:10px!important;
        float:none!important;
    }

    body.woocommerce-cart .cart-collaterals{
        margin-top:32px!important;
    }

    body.woocommerce-cart .cart_totals{
        padding:26px 20px!important;
    }

    body.woocommerce-checkout form.checkout{
        display:block!important;
    }

    body.woocommerce-checkout .woocommerce-billing-fields__field-wrapper,
    body.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper{
        grid-template-columns:1fr!important;
    }

    body.woocommerce-checkout .form-row,
    body.woocommerce-checkout .form-row-wide,
    body.woocommerce-checkout #billing_company_field,
    body.woocommerce-checkout #billing_country_field,
    body.woocommerce-checkout #billing_address_1_field,
    body.woocommerce-checkout #billing_address_2_field,
    body.woocommerce-checkout #billing_city_field,
    body.woocommerce-checkout #billing_state_field,
    body.woocommerce-checkout #billing_postcode_field,
    body.woocommerce-checkout #order_comments_field{
        grid-column:1!important;
    }

    body.woocommerce-checkout #order_review_heading{
        margin-top:42px!important;
    }

    body.woocommerce-checkout #order_review,
    body.woocommerce-checkout .checkout-order-review{
        position:static!important;
        margin-top:0!important;
        padding:26px 20px!important;
    }
}

.orre-inside,
.orre-inside-shell,
.orre-inside-track{
    background:#fff !important;
}

.orre-inside{
    color:#111 !important;
}

body.woocommerce-cart td.product-remove a{
    position:relative!important;

    width:28px!important;
    height:28px!important;

    display:flex!important;
    align-items:center!important;
    justify-content:center!important;

    margin:0!important;
    padding:0!important;

    background:transparent!important;
    color:transparent!important;

    border:0!important;
    border-radius:0!important;

    font-size:0!important;
    line-height:1!important;

    box-shadow:none!important;
}

body.woocommerce-cart td.product-remove a::before,
body.woocommerce-cart td.product-remove a::after{
    content:""!important;

    position:absolute!important;
    top:50%!important;
    left:50%!important;

    width:14px!important;
    height:1.5px!important;

    background:#111!important;

    transform-origin:center!important;
}

body.woocommerce-cart td.product-remove a::before{
    transform:translate(-50%,-50%) rotate(45deg)!important;
}

body.woocommerce-cart td.product-remove a::after{
    transform:translate(-50%,-50%) rotate(-45deg)!important;
}

body.woocommerce-cart table.shop_table tr.cart_item{
    min-height:160px!important;
}

body.woocommerce-cart table.shop_table td{
    padding-top:26px!important;
    padding-bottom:26px!important;
}

body.woocommerce-cart td.product-remove{
    width:46px!important;
    padding-left:4px!important;
    padding-right:8px!important;
}

body.woocommerce-cart td.product-thumbnail{
    width:118px!important;
}

body.woocommerce-cart td.product-thumbnail img{
    width:96px!important;
    height:124px!important;

    object-fit:cover!important;
}

body.woocommerce-cart td.product-name{
    padding-left:6px!important;
}

body.woocommerce-cart td.product-name a{
    font-size:12px!important;
    font-weight:500!important;
    letter-spacing:.01em!important;
}

body.woocommerce-cart .quantity{
    width:104px!important;
    height:42px!important;
}

body.woocommerce-cart td.product-subtotal{
    padding-right:14px!important;
}

body.woocommerce-cart td.actions{
    padding:28px 16px 0!important;
}

body.woocommerce-cart .coupon{
    gap:10px!important;
}

body.woocommerce-cart .coupon input{
    width:230px!important;
}

body.woocommerce-cart .coupon button{
    min-width:170px!important;
}

body.woocommerce-cart button[name="update_cart"]

body.woocommerce-cart .cart_totals,
body.woocommerce-cart .cart_totals table,
body.woocommerce-cart .cart_totals tbody,
body.woocommerce-cart .cart_totals tr,
body.woocommerce-cart .cart_totals th,
body.woocommerce-cart .cart_totals td{
    background:transparent !important;
}

body.woocommerce-cart .cart_totals table{
    border:0 !important;
    box-shadow:none !important;
}

body.woocommerce-cart .cart_totals tr{
    border:0 !important;
}

body.woocommerce-cart .cart_totals th,
body.woocommerce-cart .cart_totals td{
    border-left:0 !important;
    border-right:0 !important;
}

body.woocommerce-cart .cart_totals tr:not(:last-child) th,
body.woocommerce-cart .cart_totals tr:not(:last-child) td{
    border-bottom:1px solid #dedede !important;
}

body.woocommerce-cart .cart_totals{
    background:#f7f7f6 !important;
}

body.woocommerce-cart .cart_totals .shop_table,
body.woocommerce-cart .cart_totals .shop_table tbody,
body.woocommerce-cart .cart_totals .shop_table tr,
body.woocommerce-cart .cart_totals .shop_table th,
body.woocommerce-cart .cart_totals .shop_table td,
body.woocommerce-cart .cart_totals table,
body.woocommerce-cart .cart_totals tbody,
body.woocommerce-cart .cart_totals tr,
body.woocommerce-cart .cart_totals th,
body.woocommerce-cart .cart_totals td{
    background-color:transparent !important;
    background-image:none !important;
    box-shadow:none !important;
}

body.woocommerce-cart .cart_totals .shop_table *{
    background-color:transparent !important;
    background-image:none !important;
}

body.woocommerce-cart .cart_totals th,
body.woocommerce-cart .cart_totals td{
    border-left:0 !important;
    border-right:0 !important;
}

body.woocommerce-cart .cart_totals tr{
    border-bottom:1px solid #dedede !important;
}

body.woocommerce-cart .cart_totals tr:last-child{
    border-bottom:0 !important;
}

body.woocommerce-cart .cart_totals .cart-subtotal th,
body.woocommerce-cart .cart_totals .cart-subtotal td,
body.woocommerce-cart .cart_totals .order-total th,
body.woocommerce-cart .cart_totals .order-total td{
    background:transparent !important;
}

body.woocommerce-cart .cart_totals .checkout-button{
    background:#000 !important;
    color:#fff !important;
}

.orre-home-v3,
.orre-collection-page,
.orre-pdp-final,
.orre-inside,
body.woocommerce-cart .woocommerce,
body.woocommerce-checkout .woocommerce{
    font-family:Arial,Helvetica,sans-serif!important;
    -webkit-font-smoothing:antialiased!important;
    text-rendering:optimizeLegibility!important;
}

.orre-home-section-header{
    padding-top:48px!important;
    padding-bottom:34px!important;
}

.orre-home-section-header h1,
.orre-home-section-header h2{
    font-size:26px!important;
    font-weight:600!important;
    line-height:1.12!important;
    letter-spacing:.075em!important;
}

.orre-home-section-header > a{
    font-size:10px!important;
    font-weight:600!important;
    letter-spacing:.10em!important;
}

.orre-home-product-name{
    font-size:12px!important;
    font-weight:600!important;
    line-height:1.42!important;
    letter-spacing:.018em!important;
}

.orre-home-product-price{
    margin-top:6px!important;
    font-size:11.5px!important;
    font-weight:500!important;
    line-height:1.4!important;
}

.orre-home-product-info{
    padding:12px 13px 2px!important;
}

.orre-home-product-media,
.orre-collection-card-media,
.orre-pdp-final-related-image{
    aspect-ratio:4/5!important;
}

.orre-home-product-media img,
.orre-collection-card-media img,
.orre-pdp-final-related-image img{
    object-fit:cover!important;
    object-position:center!important;
}

.orre-home-editorial-overlay > span{
    font-size:10px!important;
    font-weight:700!important;
}

.orre-home-editorial-overlay h2{
    font-weight:500!important;
    line-height:1.02!important;
    letter-spacing:-.025em!important;
}

.orre-inside,
.orre-inside-shell,
.orre-inside-track{
    background:#fff!important;
}

.orre-inside-head{
    padding-top:4px!important;
    padding-bottom:38px!important;
}

.orre-inside-head h2{
    font-size:32px!important;
    font-weight:600!important;
    line-height:1.08!important;
    letter-spacing:.065em!important;
}

.orre-inside-video{
    position:absolute!important;
    inset:0!important;
    width:100%!important;
    height:100%!important;
    display:block!important;
    object-fit:cover!important;
    object-position:center!important;
}

.orre-inside-placeholder{
    position:absolute!important;
    inset:0!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    background:#d7d7d7!important;
    color:#fff!important;
    font-size:11px!important;
    font-weight:600!important;
    letter-spacing:.08em!important;
}

.orre-collection-title-wrap h1{
    font-size:30px!important;
    font-weight:600!important;
    line-height:1.1!important;
    letter-spacing:.075em!important;
}

.orre-collection-description{
    font-size:12px!important;
    line-height:1.65!important;
}

.orre-collection-subcats a,
.orre-filter-open,
.orre-result-count,
.orre-collection-sort select{
    font-weight:600!important;
}

.orre-collection-product-name{
    font-size:12px!important;
    font-weight:600!important;
    line-height:1.42!important;
}

.orre-collection-product-price{
    margin-top:6px!important;
    font-size:11.5px!important;
    font-weight:500!important;
}

.orre-pdp-final-title{
    font-size:31px!important;
    font-weight:600!important;
    line-height:1.08!important;
    letter-spacing:.005em!important;
}

.orre-pdp-final-price{
    font-size:19px!important;
    font-weight:600!important;
}

.orre-pdp-final-detail summary > span:first-child{
    font-size:11px!important;
    font-weight:600!important;
}

.orre-pdp-final-detail-content{
    font-size:12px!important;
    line-height:1.75!important;
}

.orre-pdp-final-related-head h2{
    font-size:22px!important;
    font-weight:600!important;
}

body.woocommerce-cart .woocommerce::before{
    font-size:28px!important;
    font-weight:600!important;
}

body.woocommerce-cart td.product-name a{
    font-size:13px!important;
    font-weight:600!important;
}

body.woocommerce-cart td.product-price,
body.woocommerce-cart td.product-subtotal{
    font-size:12.5px!important;
    font-weight:600!important;
}

body.woocommerce-cart .cart_totals h2{
    font-size:18px!important;
    font-weight:600!important;
}

body.woocommerce-cart .cart_totals,
body.woocommerce-cart .cart_totals .shop_table,
body.woocommerce-cart .cart_totals .shop_table tbody,
body.woocommerce-cart .cart_totals .shop_table tr,
body.woocommerce-cart .cart_totals .shop_table th,
body.woocommerce-cart .cart_totals .shop_table td,
body.woocommerce-cart .cart_totals .shop_table *{
    background-color:transparent!important;
    background-image:none!important;
    box-shadow:none!important;
}

body.woocommerce-cart .cart_totals{
    background:#f7f7f6!important;
}

body.woocommerce-checkout form.checkout::before{
    font-size:28px!important;
    font-weight:600!important;
}

body.woocommerce-checkout .woocommerce-billing-fields > h3,
body.woocommerce-checkout .woocommerce-shipping-fields h3,
body.woocommerce-checkout #order_review_heading,
body.woocommerce-checkout .checkout-order-review > h3{
    font-size:17px!important;
    font-weight:600!important;
}

body.woocommerce-checkout .form-row label{
    font-size:11px!important;
    font-weight:600!important;
}

body.woocommerce-checkout input.input-text,
body.woocommerce-checkout textarea,
body.woocommerce-checkout select,
body.woocommerce-checkout .select2-container .select2-selection{
    font-size:12px!important;
}

footer h1,
footer h2,
footer h3,
footer h4,
footer h5,
footer h6,
.site-footer h1,
.site-footer h2,
.site-footer h3,
.site-footer h4,
.site-footer h5,
.site-footer h6,
.footer-widget-title,
.widget-title{
    font-size:12px!important;
    font-weight:700!important;
}

footer p,
.site-footer p,
footer a,
.site-footer a{
    font-size:12px!important;
    line-height:1.7!important;
}

@media(max-width:1024px){
    .orre-home-section-header h1,
    .orre-home-section-header h2{
        font-size:22px!important;
    }

    .orre-inside-head h2{
        font-size:28px!important;
    }

    .orre-collection-title-wrap h1{
        font-size:27px!important;
    }
}

@media(max-width:767px){
    .orre-home-section-header{
        padding-top:34px!important;
        padding-bottom:25px!important;
    }

    .orre-home-section-header h1,
    .orre-home-section-header h2{
        font-size:18px!important;
        font-weight:600!important;
    }

    .orre-home-product-name,
    .orre-collection-product-name{
        font-size:10.5px!important;
    }

    .orre-home-product-price,
    .orre-collection-product-price{
        font-size:10px!important;
    }

    .orre-inside-head h2{
        font-size:24px!important;
    }

    .orre-collection-title-wrap h1{
        font-size:23px!important;
    }

    .orre-pdp-final-title{
        font-size:24px!important;
    }

    .orre-pdp-final-related-head h2{
        font-size:17px!important;
    }

    body.woocommerce-cart .woocommerce::before,
    body.woocommerce-checkout form.checkout::before{
        font-size:20px!important;
    }
}

body.home .orre-nav-header{
    position:sticky!important;
    top:0!important;
    left:auto!important;
    right:auto!important;
    height:64px!important;
    background:rgba(0,0,0,.92)!important;
    backdrop-filter:blur(12px)!important;
    -webkit-backdrop-filter:blur(12px)!important;
}

body.home .orre-nav-inner{
    height:64px!important;
}

body.home .orre-home-hero{
    padding-top:0!important;
    min-height:calc(100vh - 64px)!important;
}

body.home .orre-home-hero-bg{
    inset:0!important;
    background-position:center center!important;
}

.orre-global-categories{
    position:relative!important;
    z-index:9990!important;

    width:100%!important;

    padding:12px 18px!important;

    background:#fff!important;

    border-bottom:1px solid #e8e8e8!important;
}

.orre-global-categories-track{
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;

    gap:8px!important;

    width:100%!important;

    overflow-x:auto!important;

    scrollbar-width:none!important;
    -ms-overflow-style:none!important;
}

.orre-global-categories-track::-webkit-scrollbar{
    display:none!important;
}

.orre-global-categories a{
    flex:0 0 auto!important;

    min-height:34px!important;

    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;

    padding:0 16px!important;

    background:#fff!important;
    color:#111!important;

    border:1px solid #d8d8d8!important;
    border-radius:999px!important;

    font-family:Arial,Helvetica,sans-serif!important;
    font-size:10px!important;
    font-weight:600!important;
    line-height:1!important;

    letter-spacing:.09em!important;
    text-transform:uppercase!important;

    transition:all .22s ease!important;
}

.orre-global-categories a:hover{
    background:#000!important;
    color:#fff!important;
    border-color:#000!important;
}

.orre-collection-subcats{
    justify-content:center!important;
    flex-wrap:wrap!important;
    gap:8px!important;
}

.orre-collection-subcats a{
    min-height:35px!important;

    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;

    padding:0 17px 0!important;

    background:#fff!important;
    color:#333!important;

    border:1px solid #ddd!important;
    border-radius:999px!important;

    font-size:10px!important;
    font-weight:600!important;

    letter-spacing:.09em!important;
}

.orre-collection-subcats a.active,
.orre-collection-subcats a:hover{
    background:#000!important;
    color:#fff!important;
    border-color:#000!important;
}

.orre-home-section-header{
    position:relative!important;

    flex-direction:column!important;
    align-items:center!important;
    justify-content:center!important;

    gap:16px!important;

    padding:54px 24px 36px!important;

    text-align:center!important;
}

.orre-home-section-header h1,
.orre-home-section-header h2,
.orre-collection-title-wrap h1,
.orre-pdp-final-related-head h2{
    position:relative!important;

    margin:0!important;
    padding:0 0 19px!important;

    color:#0d0d0d!important;

    font-family:Arial,Helvetica,sans-serif!important;
    font-weight:700!important;
    line-height:1.05!important;

    letter-spacing:.07em!important;
    text-transform:uppercase!important;
    text-align:center!important;
}

.orre-home-section-header h1,
.orre-home-section-header h2{
    font-size:clamp(24px,2vw,34px)!important;
}

.orre-collection-title-wrap h1{
    font-size:clamp(28px,2.4vw,40px)!important;
}

.orre-pdp-final-related-head{
    padding:68px 24px 38px!important;
    text-align:center!important;
}

.orre-pdp-final-related-head h2{
    display:inline-block!important;
    font-size:clamp(25px,2.1vw,36px)!important;
}

.orre-home-section-header h1::after,
.orre-home-section-header h2::after,
.orre-collection-title-wrap h1::after,
.orre-pdp-final-related-head h2::after{
    content:""!important;

    position:absolute!important;
    left:50%!important;
    bottom:0!important;

    width:48px!important;
    height:3px!important;

    background:#b8b8b8!important;

    transform:translateX(-50%)!important;
}

.orre-heading-kicker{
    display:block!important;

    margin:0 0 10px!important;

    color:#777!important;

    font-size:9px!important;
    font-weight:700!important;
    line-height:1!important;

    letter-spacing:.18em!important;
    text-transform:uppercase!important;
}

.orre-home-section-header .orre-section-cta,
.orre-home-section-header > a{
    min-height:40px!important;

    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;

    margin:0!important;
    padding:0 22px!important;

    background:#fff!important;
    color:#111!important;

    border:1px solid #111!important;
    border-radius:999px!important;

    font-size:10px!important;
    font-weight:700!important;
    line-height:1!important;

    letter-spacing:.11em!important;
    text-transform:uppercase!important;

    transition:all .22s ease!important;
}

.orre-home-section-header .orre-section-cta:hover,
.orre-home-section-header > a:hover{
    background:#000!important;
    color:#fff!important;
}

.orre-slider-shell{
    position:relative!important;
    width:100%!important;
}

.orre-product-slider{
    display:flex!important;
    grid-template-columns:none!important;

    gap:1px!important;

    width:100%!important;

    overflow-x:auto!important;
    overflow-y:hidden!important;

    scroll-snap-type:x mandatory!important;
    scroll-behavior:smooth!important;

    scrollbar-width:none!important;
    -ms-overflow-style:none!important;
}

.orre-product-slider::-webkit-scrollbar{
    display:none!important;
}

.orre-product-slider > .orre-home-product,
.orre-product-slider > .orre-pdp-final-related-card{
    flex:0 0 25%!important;
    min-width:0!important;

    scroll-snap-align:start!important;
}

.orre-home-product-name,
.orre-pdp-final-related-info a{
    font-size:12px!important;
    font-weight:600!important;
    line-height:1.4!important;
    letter-spacing:.018em!important;
}

.orre-home-product-price,
.orre-pdp-final-related-info span{
    font-size:11.5px!important;
    font-weight:500!important;
}

.orre-slider-arrow{
    position:absolute!important;
    top:50%!important;

    z-index:15!important;

    width:50px!important;
    height:50px!important;

    display:flex!important;
    align-items:center!important;
    justify-content:center!important;

    margin:0!important;
    padding:0!important;

    background:rgba(255,255,255,.96)!important;
    color:#111!important;

    border:1px solid rgba(0,0,0,.16)!important;
    border-radius:999px!important;

    box-shadow:0 4px 18px rgba(0,0,0,.10)!important;

    transform:translateY(-50%)!important;

    cursor:pointer!important;

    transition:all .2s ease!important;
}

.orre-slider-prev{
    left:20px!important;
}

.orre-slider-next{
    right:20px!important;
}

.orre-slider-arrow:hover{
    background:#000!important;
    color:#fff!important;
    border-color:#000!important;
}

.orre-slider-arrow span{
    position:relative!important;

    display:block!important;

    width:14px!important;
    height:14px!important;
}

.orre-slider-arrow span::before{
    content:""!important;

    position:absolute!important;
    top:50%!important;
    left:50%!important;

    width:8px!important;
    height:8px!important;

    border-top:1.8px solid currentColor!important;
    border-right:1.8px solid currentColor!important;
}

.orre-slider-next span::before{
    transform:translate(-65%,-50%) rotate(45deg)!important;
}

.orre-slider-prev span::before{
    transform:translate(-35%,-50%) rotate(-135deg)!important;
}

.orre-pdp-final-related-grid{
    grid-template-columns:none!important;
}

.orre-related-slider-shell{
    padding-bottom:4px!important;
}

body.tax-product_cat .orre-collection-page,
body.single-product .orre-single-product-page{
    scroll-margin-top:120px!important;
}

body.single-product .orre-pdp-final-summary-inner{
    top:118px!important;
}

@media(max-width:1024px){

    .orre-product-slider > .orre-home-product,
    .orre-product-slider > .orre-pdp-final-related-card{
        flex-basis:33.333333%!important;
    }

    .orre-global-categories-track{
        justify-content:flex-start!important;
    }
}

@media(max-width:767px){

    .orre-global-categories{
        padding:9px 10px!important;
    }

    .orre-global-categories a{
        min-height:32px!important;
        padding:0 13px!important;
        font-size:9px!important;
    }

    .orre-home-section-header{
        padding:38px 14px 28px!important;
        gap:13px!important;
    }

    .orre-home-section-header h1,
    .orre-home-section-header h2{
        font-size:21px!important;
    }

    .orre-collection-title-wrap h1{
        font-size:25px!important;
    }

    .orre-pdp-final-related-head{
        padding:50px 14px 28px!important;
    }

    .orre-pdp-final-related-head h2{
        font-size:22px!important;
    }

    .orre-home-section-header .orre-section-cta,
    .orre-home-section-header > a{
        min-height:36px!important;
        padding:0 17px!important;
        font-size:9px!important;
    }

    .orre-product-slider > .orre-home-product,
    .orre-product-slider > .orre-pdp-final-related-card{
        flex-basis:78vw!important;
        max-width:330px!important;
    }

    .orre-slider-arrow{
        display:none!important;
    }

    body.single-product .orre-pdp-final-summary-inner{
        top:auto!important;
    }
}

.orre-global-categories{
    display:none!important;
}

.orre-collection-subcats{
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    flex-wrap:wrap!important;

    gap:10px!important;

    margin-top:30px!important;
}

.orre-collection-subcats a{
    min-width:86px!important;
    min-height:40px!important;

    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;

    padding:0 18px!important;

    background:#000!important;
    color:#fff!important;

    border:1px solid #000!important;
    border-radius:0!important;

    box-shadow:none!important;

    font-family:Arial,Helvetica,sans-serif!important;
    font-size:10px!important;
    font-weight:700!important;
    line-height:1!important;

    letter-spacing:.11em!important;
    text-transform:uppercase!important;

    transition:
        background .2s ease,
        color .2s ease,
        border-color .2s ease!important;
}

.orre-collection-subcats a.active{
    background:#fff!important;
    color:#000!important;
    border-color:#000!important;
}

.orre-collection-subcats a:hover{
    background:#222!important;
    color:#fff!important;
    border-color:#222!important;
}

.orre-collection-subcats a.active:hover{
    background:#000!important;
    color:#fff!important;
}

.orre-product-slider,
[data-orre-slider]{
    overscroll-behavior-x:contain!important;
    overscroll-behavior-y:auto!important;
}

[data-orre-slider]{
    cursor:grab!important;
}

[data-orre-slider].is-dragging{
    cursor:grabbing!important;
    user-select:none!important;
}

@media(max-width:767px){

    .orre-collection-subcats{
        justify-content:flex-start!important;
        flex-wrap:nowrap!important;

        gap:7px!important;

        overflow-x:auto!important;

        padding:0 14px 4px!important;

        scrollbar-width:none!important;
    }

    .orre-collection-subcats::-webkit-scrollbar{
        display:none!important;
    }

    .orre-collection-subcats a{
        flex:0 0 auto!important;

        min-width:74px!important;
        min-height:36px!important;

        padding:0 14px!important;

        font-size:9px!important;
    }
}

.orre-home-section-header > a,
.orre-home-section-header .orre-section-cta,
.orre-front-more a{
    min-height:42px!important;

    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;

    padding:0 24px!important;

    background:#000!important;
    color:#fff!important;

    border:1px solid #000!important;
    border-radius:0!important;

    box-shadow:none!important;

    font-family:Arial,Helvetica,sans-serif!important;
    font-size:10px!important;
    font-weight:700!important;
    line-height:1!important;

    letter-spacing:.11em!important;
    text-transform:uppercase!important;

    transition:all .2s ease!important;
}

.orre-home-section-header > a:hover,
.orre-home-section-header .orre-section-cta:hover,
.orre-front-more a:hover{
    background:#fff!important;
    color:#000!important;
    border-color:#000!important;
}

.orre-collection-subcats a{
    background:#fff!important;
    color:#333!important;

    border:1px solid #ddd!important;
    border-radius:999px!important;
}

.orre-collection-subcats a.active{
    background:#000!important;
    color:#fff!important;
    border-color:#000!important;
}

body.post-type-archive-product,
body.post-type-archive-product #page,
body.post-type-archive-product .website-wrapper,
body.post-type-archive-product .main-page-wrapper,
body.post-type-archive-product .site-content,
body.post-type-archive-product .orre-shop-page{
    background:#fff!important;
}

body.post-type-archive-product .page-title,
body.post-type-archive-product .wd-page-title,
body.post-type-archive-product .woocommerce-breadcrumb,
body.post-type-archive-product .wd-breadcrumbs,
body.post-type-archive-product .shop-loop-head,
body.post-type-archive-product .wd-shop-tools,
body.post-type-archive-product .wd-show-sidebar-btn,
body.post-type-archive-product .wd-products-shop-view,
body.post-type-archive-product .wd-products-per-page,
body.post-type-archive-product .area-sidebar-shop{
    display:none!important;
}

body.post-type-archive-product .main-page-wrapper,
body.post-type-archive-product .site-content{
    width:100%!important;
    max-width:none!important;
    margin:0!important;
    padding:0!important;
}

.orre-shop-head{
    width:100%!important;
    padding:58px 24px 38px!important;
    text-align:center!important;
    background:#fff!important;
}

.orre-shop-head-inner{
    display:flex!important;
    flex-direction:column!important;
    align-items:center!important;
    justify-content:center!important;
}

.orre-shop-head .orre-heading-kicker{
    display:block!important;
    margin-bottom:11px!important;
    color:#777!important;
    font-size:9px!important;
    font-weight:700!important;
    letter-spacing:.18em!important;
    text-transform:uppercase!important;
}

.orre-shop-head h1{
    position:relative!important;
    margin:0!important;
    padding:0 0 20px!important;
    color:#111!important;
    font-family:Arial,Helvetica,sans-serif!important;
    font-size:clamp(28px,2.5vw,40px)!important;
    font-weight:700!important;
    line-height:1.05!important;
    letter-spacing:.075em!important;
    text-transform:uppercase!important;
}

.orre-shop-head h1::after{
    content:""!important;
    position:absolute!important;
    left:50%!important;
    bottom:0!important;
    width:48px!important;
    height:3px!important;
    background:#b8b8b8!important;
    transform:translateX(-50%)!important;
}

.orre-shop-toolbar{
    display:flex!important;
    align-items:center!important;
    justify-content:space-between!important;
    gap:20px!important;
    width:100%!important;
    padding:15px 28px!important;
    background:#fff!important;
    border-top:1px solid #e9e9e9!important;
    border-bottom:1px solid #e9e9e9!important;
}

.orre-shop-toolbar-left{
    display:flex!important;
    align-items:center!important;
    gap:18px!important;
}

.orre-shop-filter-open{
    display:inline-flex!important;
    align-items:center!important;
    gap:9px!important;
    min-height:38px!important;
    padding:0 16px!important;
    background:#000!important;
    color:#fff!important;
    border:1px solid #000!important;
    border-radius:0!important;
    box-shadow:none!important;
    font-size:9px!important;
    font-weight:700!important;
    letter-spacing:.11em!important;
    text-transform:uppercase!important;
}

.orre-shop-filter-plus{
    position:relative!important;
    width:11px!important;
    height:11px!important;
}

.orre-shop-filter-plus::before,
.orre-shop-filter-plus::after{
    content:""!important;
    position:absolute!important;
    top:50%!important;
    left:50%!important;
    background:#fff!important;
    transform:translate(-50%,-50%)!important;
}

.orre-shop-filter-plus::before{
    width:10px!important;
    height:1px!important;
}

.orre-shop-filter-plus::after{
    width:1px!important;
    height:10px!important;
}

.orre-shop-count{
    color:#777!important;
    font-size:9px!important;
    font-weight:600!important;
    letter-spacing:.08em!important;
}

.orre-shop-sort .woocommerce-ordering{
    margin:0!important;
}

.orre-shop-sort select{
    min-width:165px!important;
    height:38px!important;
    padding:0 30px 0 10px!important;
    background:#fff!important;
    color:#111!important;
    border:1px solid #ddd!important;
    border-radius:0!important;
    box-shadow:none!important;
    font-size:9px!important;
    font-weight:600!important;
    letter-spacing:.07em!important;
    text-transform:uppercase!important;
}

.orre-shop-products{
    width:100%!important;
    padding:0 0 72px!important;
    background:#fff!important;
}

.orre-shop-grid{
    display:grid!important;
    grid-template-columns:repeat(4,minmax(0,1fr))!important;
    gap:1px!important;
    width:100%!important;
}

.orre-shop-card{
    min-width:0!important;
    padding-bottom:24px!important;
    background:#fff!important;
}

.orre-shop-card-media{
    position:relative!important;
    display:block!important;
    width:100%!important;
    aspect-ratio:4/5!important;
    overflow:hidden!important;
    background:#f3efed!important;
}

.orre-shop-card-media img{
    position:absolute!important;
    inset:0!important;
    display:block!important;
    width:100%!important;
    height:100%!important;
    object-fit:cover!important;
    object-position:center!important;
    transition:opacity .3s ease,transform .4s ease!important;
}

.orre-shop-main-image{
    z-index:1!important;
    opacity:1!important;
}

.orre-shop-hover-image{
    z-index:2!important;
    opacity:0!important;
}

.orre-shop-card:hover .orre-shop-main-image{
    opacity:0!important;
}

.orre-shop-card:hover .orre-shop-hover-image{
    opacity:1!important;
    transform:scale(1.01)!important;
}

.orre-shop-sale{
    position:absolute!important;
    top:10px!important;
    left:10px!important;
    z-index:5!important;
    padding:5px 7px!important;
    background:#000!important;
    color:#fff!important;
    font-size:8px!important;
    font-weight:700!important;
    letter-spacing:.10em!important;
}

.orre-shop-card-info{
    padding:11px 12px 0!important;
}

.orre-shop-product-name{
    display:block!important;
    color:#111!important;
    font-size:12px!important;
    font-weight:600!important;
    line-height:1.42!important;
    letter-spacing:.018em!important;
    text-transform:uppercase!important;
}

.orre-shop-product-price{
    margin-top:6px!important;
    color:#111!important;
    font-size:11.5px!important;
    font-weight:500!important;
}

.orre-shop-filter-overlay{
    position:fixed!important;
    inset:0!important;
    z-index:100020!important;
    background:rgba(0,0,0,.38)!important;
    opacity:0!important;
    visibility:hidden!important;
    transition:.25s ease!important;
}

.orre-shop-filter-overlay.open{
    opacity:1!important;
    visibility:visible!important;
}

.orre-shop-filter-drawer{
    position:fixed!important;
    top:0!important;
    left:0!important;
    z-index:100021!important;
    width:min(390px,92vw)!important;
    height:100vh!important;
    overflow-y:auto!important;
    background:#fff!important;
    color:#111!important;
    transform:translateX(-102%)!important;
    transition:transform .35s cubic-bezier(.77,0,.18,1)!important;
}

.orre-shop-filter-drawer.open{
    transform:translateX(0)!important;
}

.orre-shop-filter-head{
    height:68px!important;
    display:flex!important;
    align-items:center!important;
    justify-content:space-between!important;
    padding:0 22px!important;
    border-bottom:1px solid #e7e7e7!important;
    font-size:10px!important;
    font-weight:700!important;
    letter-spacing:.12em!important;
}

.orre-shop-filter-head button{
    position:relative!important;
    width:28px!important;
    height:28px!important;
    padding:0!important;
    background:transparent!important;
    border:0!important;
}

.orre-shop-filter-head button span{
    position:absolute!important;
    top:50%!important;
    left:50%!important;
    width:16px!important;
    height:1.5px!important;
    background:#111!important;
}

.orre-shop-filter-head button span:first-child{
    transform:translate(-50%,-50%) rotate(45deg)!important;
}

.orre-shop-filter-head button span:last-child{
    transform:translate(-50%,-50%) rotate(-45deg)!important;
}

.orre-shop-filter-body{
    padding:18px 22px 40px!important;
}

.orre-shop-filter-body .widget{
    margin:0!important;
    padding:18px 0!important;
    border-bottom:1px solid #eee!important;
}

.orre-shop-filter-body .widget-title{
    margin:0 0 14px!important;
    color:#111!important;
    font-size:10px!important;
    font-weight:700!important;
    letter-spacing:.10em!important;
    text-transform:uppercase!important;
}

.orre-shop-filter-body a,
.orre-shop-filter-body li,
.orre-shop-filter-body label,
.orre-shop-filter-body span{
    color:#555!important;
    font-size:11px!important;
}

.orre-shop-pagination{
    padding:42px 20px 0!important;
    text-align:center!important;
}

.orre-shop-pagination .page-numbers{
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    min-width:34px!important;
    height:34px!important;
    margin:0 2px!important;
    background:#fff!important;
    color:#111!important;
    border:1px solid #ddd!important;
    font-size:10px!important;
}

.orre-shop-pagination .page-numbers.current,
.orre-shop-pagination .page-numbers:hover{
    background:#000!important;
    color:#fff!important;
    border-color:#000!important;
}

@media(max-width:1024px){

    .orre-shop-grid{
        grid-template-columns:repeat(3,minmax(0,1fr))!important;
    }
}

@media(max-width:767px){

    .orre-shop-head{
        padding:40px 14px 28px!important;
    }

    .orre-shop-head h1{
        font-size:24px!important;
    }

    .orre-shop-toolbar{
        padding:12px 14px!important;
    }

    .orre-shop-count{
        display:none!important;
    }

    .orre-shop-sort select{
        min-width:125px!important;
        font-size:8px!important;
    }

    .orre-shop-grid{
        grid-template-columns:repeat(2,minmax(0,1fr))!important;
    }

    .orre-shop-card-info{
        padding:8px 7px 0!important;
    }

    .orre-shop-product-name{
        font-size:10.5px!important;
    }

    .orre-shop-product-price{
        font-size:10px!important;
    }
}

body.post-type-archive-product,
body.post-type-archive-product #page,
body.post-type-archive-product .website-wrapper,
body.post-type-archive-product .main-page-wrapper,
body.post-type-archive-product .site-content,
body.post-type-archive-product .orre-shop-pro{
    background:#fff!important;
}

body.post-type-archive-product .main-page-wrapper,
body.post-type-archive-product .site-content,
body.post-type-archive-product .container{
    width:100%!important;
    max-width:none!important;

    margin:0!important;
    padding:0!important;
}

body.post-type-archive-product .page-title,
body.post-type-archive-product .wd-page-title,
body.post-type-archive-product .woocommerce-breadcrumb,
body.post-type-archive-product .wd-breadcrumbs,
body.post-type-archive-product .shop-loop-head,
body.post-type-archive-product .wd-shop-tools,
body.post-type-archive-product .wd-show-sidebar-btn,
body.post-type-archive-product .wd-products-shop-view,
body.post-type-archive-product .wd-products-per-page,
body.post-type-archive-product .area-sidebar-shop{
    display:none!important;
}

.orre-shop-pro{
    width:100%!important;

    color:#111!important;

    font-family:Arial,Helvetica,sans-serif!important;
}

.orre-shop-pro-hero{
    width:100%!important;

    padding:76px 24px 58px!important;

    background:#fff!important;

    border-bottom:1px solid #e8e8e8!important;
}

.orre-shop-pro-hero-inner{
    width:min(820px,100%)!important;

    display:flex!important;
    flex-direction:column!important;
    align-items:center!important;

    margin:0 auto!important;

    text-align:center!important;
}

.orre-shop-pro-kicker{
    margin-bottom:13px!important;

    color:#777!important;

    font-size:9px!important;
    font-weight:700!important;
    line-height:1!important;

    letter-spacing:.22em!important;
    text-transform:uppercase!important;
}

.orre-shop-pro-hero h1{
    position:relative!important;

    margin:0!important;
    padding:0 0 21px!important;

    color:#0c0c0c!important;

    font-size:clamp(34px,3.2vw,54px)!important;
    font-weight:700!important;
    line-height:.98!important;

    letter-spacing:.06em!important;
    text-transform:uppercase!important;
}

.orre-shop-pro-hero h1::after{
    content:""!important;

    position:absolute!important;
    left:50%!important;
    bottom:0!important;

    width:52px!important;
    height:3px!important;

    background:#b8b8b8!important;

    transform:translateX(-50%)!important;
}

.orre-shop-pro-hero p{
    max-width:570px!important;

    margin:22px auto 0!important;

    color:#666!important;

    font-size:12px!important;
    font-weight:400!important;
    line-height:1.7!important;
}

.orre-shop-pro-categories{
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    flex-wrap:wrap!important;

    gap:8px!important;

    margin-top:30px!important;
}

.orre-shop-pro-categories a{
    min-width:92px!important;
    min-height:38px!important;

    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;

    padding:0 19px!important;

    background:#fff!important;
    color:#111!important;

    border:1px solid #d6d6d6!important;
    border-radius:999px!important;

    font-size:9px!important;
    font-weight:700!important;
    line-height:1!important;

    letter-spacing:.12em!important;
    text-transform:uppercase!important;

    transition:all .2s ease!important;
}

.orre-shop-pro-categories a.active,
.orre-shop-pro-categories a:hover{
    background:#000!important;
    color:#fff!important;
    border-color:#000!important;
}

.orre-shop-pro-toolbar{
    position:sticky!important;
    top:64px!important;

    z-index:50!important;

    width:100%!important;

    display:flex!important;
    align-items:center!important;
    justify-content:space-between!important;

    gap:20px!important;

    padding:14px 28px!important;

    background:rgba(255,255,255,.96)!important;

    backdrop-filter:blur(10px)!important;
    -webkit-backdrop-filter:blur(10px)!important;

    border-bottom:1px solid #e7e7e7!important;
}

.orre-shop-pro-toolbar-left{
    display:flex!important;
    align-items:center!important;

    gap:16px!important;
}

.orre-shop-pro-filter-open{
    min-height:39px!important;

    display:inline-flex!important;
    align-items:center!important;

    gap:9px!important;

    padding:0 16px!important;

    background:#000!important;
    color:#fff!important;

    border:1px solid #000!important;
    border-radius:0!important;

    box-shadow:none!important;

    font-size:9px!important;
    font-weight:700!important;

    letter-spacing:.12em!important;
    text-transform:uppercase!important;
}

.orre-shop-pro-filter-icon{
    position:relative!important;

    width:14px!important;
    height:11px!important;

    display:block!important;
}

.orre-shop-pro-filter-icon::before,
.orre-shop-pro-filter-icon::after{
    content:""!important;

    position:absolute!important;
    left:0!important;

    height:1px!important;

    background:#fff!important;
}

.orre-shop-pro-filter-icon::before{
    top:2px!important;
    width:14px!important;
}

.orre-shop-pro-filter-icon::after{
    bottom:2px!important;
    width:9px!important;
}

.orre-shop-pro-count{
    color:#777!important;

    font-size:9px!important;
    font-weight:600!important;

    letter-spacing:.08em!important;
}

.orre-shop-pro-sort{
    display:flex!important;
    align-items:center!important;

    gap:9px!important;
}

.orre-shop-pro-sort > span{
    color:#777!important;

    font-size:9px!important;
    font-weight:700!important;

    letter-spacing:.11em!important;
}

.orre-shop-pro-sort .woocommerce-ordering{
    margin:0!important;
}

.orre-shop-pro-sort select{
    min-width:165px!important;
    height:39px!important;

    margin:0!important;
    padding:0 30px 0 12px!important;

    background:#fff!important;
    color:#111!important;

    border:1px solid #d9d9d9!important;
    border-radius:0!important;

    box-shadow:none!important;

    font-size:9px!important;
    font-weight:600!important;

    letter-spacing:.05em!important;
    text-transform:uppercase!important;
}

.orre-shop-pro-products{
    width:100%!important;

    padding:0 0 84px!important;

    background:#fff!important;
}

.orre-shop-pro-grid{
    display:grid!important;
    grid-template-columns:repeat(4,minmax(0,1fr))!important;

    gap:1px!important;

    width:100%!important;
}

.orre-shop-pro-card{
    min-width:0!important;

    background:#fff!important;

    border-bottom:1px solid #eee!important;
}

.orre-shop-pro-card-top{
    position:relative!important;

    width:100%!important;
}

.orre-shop-pro-media{
    position:relative!important;

    display:block!important;

    width:100%!important;
    aspect-ratio:4/5!important;

    overflow:hidden!important;

    background:#f3efed!important;
}

.orre-shop-pro-media img{
    position:absolute!important;
    inset:0!important;

    display:block!important;

    width:100%!important;
    height:100%!important;

    object-fit:cover!important;
    object-position:center!important;

    transition:
        opacity .3s ease,
        transform .45s ease!important;
}

.orre-shop-pro-main-img{
    z-index:1!important;
    opacity:1!important;
}

.orre-shop-pro-hover-img{
    z-index:2!important;
    opacity:0!important;
}

.orre-shop-pro-card:hover .orre-shop-pro-main-img{
    opacity:0!important;
}

.orre-shop-pro-card:hover .orre-shop-pro-hover-img{
    opacity:1!important;
    transform:scale(1.015)!important;
}

.orre-shop-pro-badge{
    position:absolute!important;
    top:12px!important;
    left:12px!important;

    z-index:6!important;

    padding:6px 8px!important;

    background:#000!important;
    color:#fff!important;

    font-size:8px!important;
    font-weight:700!important;

    letter-spacing:.11em!important;
}

.orre-shop-pro-view{
    position:absolute!important;
    left:12px!important;
    right:12px!important;
    bottom:12px!important;

    z-index:7!important;

    min-height:42px!important;

    display:flex!important;
    align-items:center!important;
    justify-content:center!important;

    background:#000!important;
    color:#fff!important;

    font-size:9px!important;
    font-weight:700!important;

    letter-spacing:.12em!important;
    text-transform:uppercase!important;

    opacity:0!important;
    transform:translateY(8px)!important;

    transition:
        opacity .22s ease,
        transform .22s ease!important;
}

.orre-shop-pro-card:hover .orre-shop-pro-view{
    opacity:1!important;
    transform:translateY(0)!important;
}

.orre-shop-pro-sizes{
    width:100%!important;

    display:flex!important;
    align-items:center!important;
    justify-content:space-between!important;

    gap:10px!important;

    padding:9px 12px!important;

    background:#fafafa!important;

    border-bottom:1px solid #ececec!important;
}

.orre-shop-pro-size-label{
    flex:0 0 auto!important;

    color:#999!important;

    font-size:7px!important;
    font-weight:700!important;

    letter-spacing:.11em!important;
}

.orre-shop-pro-size-list{
    display:flex!important;
    align-items:center!important;
    justify-content:flex-end!important;
    flex-wrap:wrap!important;

    gap:4px!important;
}

.orre-shop-pro-size-list span{
    min-width:25px!important;
    height:22px!important;

    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;

    padding:0 4px!important;

    background:#fff!important;
    color:#111!important;

    border:1px solid #ddd!important;

    font-size:7px!important;
    font-weight:600!important;
}

.orre-shop-pro-info{
    display:flex!important;
    align-items:flex-start!important;
    justify-content:space-between!important;

    gap:15px!important;

    min-height:92px!important;

    padding:13px 13px 15px!important;
}

.orre-shop-pro-info-main{
    min-width:0!important;
}

.orre-shop-pro-name{
    display:block!important;

    color:#111!important;

    font-size:12px!important;
    font-weight:700!important;
    line-height:1.38!important;

    letter-spacing:.012em!important;
    text-transform:uppercase!important;
}

.orre-shop-pro-category{
    display:block!important;

    margin-top:5px!important;

    color:#999!important;

    font-size:9px!important;
    font-weight:400!important;
    line-height:1.4!important;
}

.orre-shop-pro-price{
    flex:0 0 auto!important;

    color:#111!important;

    font-size:11.5px!important;
    font-weight:600!important;
    line-height:1.4!important;

    white-space:nowrap!important;
}

.orre-shop-pro-price del{
    color:#aaa!important;
}

.orre-shop-pro-price ins{
    color:#111!important;
    text-decoration:none!important;
}

.orre-shop-pro-filter-overlay{
    position:fixed!important;
    inset:0!important;

    z-index:100020!important;

    background:rgba(0,0,0,.42)!important;

    opacity:0!important;
    visibility:hidden!important;

    transition:.25s ease!important;
}

.orre-shop-pro-filter-overlay.open{
    opacity:1!important;
    visibility:visible!important;
}

.orre-shop-pro-filter-drawer{
    position:fixed!important;
    top:0!important;
    left:0!important;

    z-index:100021!important;

    width:min(410px,92vw)!important;
    height:100vh!important;

    overflow-y:auto!important;

    background:#fff!important;
    color:#111!important;

    transform:translateX(-102%)!important;

    transition:transform .35s cubic-bezier(.77,0,.18,1)!important;
}

.orre-shop-pro-filter-drawer.open{
    transform:translateX(0)!important;
}

.orre-shop-pro-filter-head{
    min-height:80px!important;

    display:flex!important;
    align-items:center!important;
    justify-content:space-between!important;

    gap:20px!important;

    padding:18px 24px!important;

    border-bottom:1px solid #e7e7e7!important;
}

.orre-shop-pro-filter-head > div{
    display:flex!important;
    flex-direction:column!important;

    gap:5px!important;
}

.orre-shop-pro-filter-small{
    color:#999!important;

    font-size:8px!important;
    font-weight:700!important;

    letter-spacing:.15em!important;
}

.orre-shop-pro-filter-head strong{
    color:#111!important;

    font-size:14px!important;
    font-weight:700!important;

    letter-spacing:.08em!important;
}

.orre-shop-pro-filter-head button{
    position:relative!important;

    width:30px!important;
    height:30px!important;

    padding:0!important;

    background:transparent!important;

    border:0!important;
}

.orre-shop-pro-filter-head button span{
    position:absolute!important;
    top:50%!important;
    left:50%!important;

    width:17px!important;
    height:1.5px!important;

    background:#111!important;
}

.orre-shop-pro-filter-head button span:first-child{
    transform:translate(-50%,-50%) rotate(45deg)!important;
}

.orre-shop-pro-filter-head button span:last-child{
    transform:translate(-50%,-50%) rotate(-45deg)!important;
}

.orre-shop-pro-filter-body{
    padding:14px 24px 42px!important;
}

.orre-shop-pro-filter-body .widget{
    margin:0!important;
    padding:20px 0!important;

    border-bottom:1px solid #ededed!important;
}

.orre-shop-pro-filter-body .widget-title,
.orre-shop-pro-filter-body h5{
    margin:0 0 15px!important;

    color:#111!important;

    font-size:10px!important;
    font-weight:700!important;

    letter-spacing:.10em!important;
    text-transform:uppercase!important;
}

.orre-shop-pro-filter-body a,
.orre-shop-pro-filter-body label,
.orre-shop-pro-filter-body li,
.orre-shop-pro-filter-body span{
    color:#555!important;

    font-size:11px!important;
}

.orre-shop-pro-filter-empty{
    color:#777!important;

    font-size:11px!important;
}

.orre-shop-pro-pagination{
    padding:54px 20px 0!important;

    text-align:center!important;
}

.orre-shop-pro-pagination .page-numbers{
    min-width:36px!important;
    height:36px!important;

    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;

    margin:0 2px!important;

    background:#fff!important;
    color:#111!important;

    border:1px solid #ddd!important;

    font-size:10px!important;
    font-weight:600!important;
}

.orre-shop-pro-pagination .page-numbers.current,
.orre-shop-pro-pagination .page-numbers:hover{
    background:#000!important;
    color:#fff!important;
    border-color:#000!important;
}

@media(max-width:1024px){

    .orre-shop-pro-grid{
        grid-template-columns:repeat(3,minmax(0,1fr))!important;
    }

    .orre-shop-pro-info{
        display:block!important;
    }

    .orre-shop-pro-price{
        margin-top:7px!important;
    }
}

@media(max-width:767px){

    .orre-shop-pro-hero{
        padding:48px 16px 36px!important;
    }

    .orre-shop-pro-hero h1{
        font-size:30px!important;
    }

    .orre-shop-pro-hero p{
        font-size:11px!important;
    }

    .orre-shop-pro-categories{
        margin-top:24px!important;
    }

    .orre-shop-pro-categories a{
        min-width:78px!important;
        min-height:35px!important;

        padding:0 15px!important;

        font-size:8px!important;
    }

    .orre-shop-pro-toolbar{
        top:62px!important;

        padding:10px 12px!important;
    }

    .orre-shop-pro-count,
    .orre-shop-pro-sort > span{
        display:none!important;
    }

    .orre-shop-pro-sort select{
        min-width:125px!important;
        height:37px!important;

        font-size:8px!important;
    }

    .orre-shop-pro-filter-open{
        min-height:37px!important;
        padding:0 13px!important;
    }

    .orre-shop-pro-grid{
        grid-template-columns:repeat(2,minmax(0,1fr))!important;
    }

    .orre-shop-pro-view{
        display:none!important;
    }

    .orre-shop-pro-sizes{
        display:none!important;
    }

    .orre-shop-pro-info{
        min-height:82px!important;

        display:block!important;

        padding:9px 8px 13px!important;
    }

    .orre-shop-pro-name{
        font-size:10px!important;
    }

    .orre-shop-pro-category{
        font-size:8px!important;
    }

    .orre-shop-pro-price{
        margin-top:6px!important;

        font-size:10px!important;
    }
}

.orre-shop-pro-pagination{
    padding:56px 20px 10px!important;
    text-align:center!important;
}

.orre-shop-pro-pagination .page-numbers{
    min-width:auto!important;
    height:auto!important;

    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;

    margin:0 10px!important;
    padding:4px 2px 7px!important;

    background:transparent!important;
    color:#777!important;

    border:0!important;
    border-bottom:1px solid transparent!important;
    border-radius:0!important;

    box-shadow:none!important;

    font-size:11px!important;
    font-weight:500!important;
    line-height:1!important;

    transition:all .2s ease!important;
}

.orre-shop-pro-pagination .page-numbers.current{
    color:#000!important;
    font-weight:700!important;

    background:transparent!important;
    border-bottom:1px solid #000!important;
}

.orre-shop-pro-pagination .page-numbers:hover{
    color:#000!important;
    background:transparent!important;
    border-bottom:1px solid #000!important;
}

.orre-shop-pro-pagination .prev,
.orre-shop-pro-pagination .next{
    min-width:28px!important;

    margin:0 14px!important;

    color:#111!important;

    font-size:15px!important;
    font-weight:400!important;

    border:0!important;
}

.orre-shop-pro-pagination ul,
.orre-shop-pro-pagination li{
    background:transparent!important;
    border:0!important;
    box-shadow:none!important;
}

.orre-shop-pro-pagination .next::before,
.orre-shop-pro-pagination .next::after,
.orre-shop-pro-pagination .prev::before,
.orre-shop-pro-pagination .prev::after{
    display:none!important;
    content:none!important;
}

.orre-shop-pro-pagination .next,
.orre-shop-pro-pagination .prev{
    font-size:0!important;
    border-bottom:0!important;
}

.orre-shop-pro-pagination .next::after{
    display:inline!important;
    content:"→"!important;
    font-size:18px!important;
    color:#111!important;
}

.orre-shop-pro-pagination .prev::after{
    display:inline!important;
    content:"←"!important;
    font-size:18px!important;
    color:#111!important;
}

.orre-shop-pro-pagination .next:hover,
.orre-shop-pro-pagination .prev:hover{
    border-bottom:0!important;
}

.orre-inside-track{
    display:flex!important;
    gap:24px!important;

    overflow-x:auto!important;
    overflow-y:hidden!important;

    padding:0 7vw 28px!important;

    scroll-snap-type:x mandatory!important;
    scroll-behavior:smooth!important;

    scrollbar-width:none!important;
}

.orre-inside-track::-webkit-scrollbar{
    display:none!important;
}

.orre-inside-card{
    flex:0 0 260px!important;
    width:260px!important;

    aspect-ratio:9/16!important;

    border-radius:8px!important;
    overflow:hidden!important;

    scroll-snap-align:start!important;

    background:#d8d8d8!important;
}

.orre-inside-card video,
.orre-inside-card img,
.orre-inside-video{
    width:100%!important;
    height:100%!important;

    object-fit:cover!important;
    object-position:center!important;
}

@media(min-width:1600px){
    .orre-inside-card{
        flex-basis:260px!important;
        width:260px!important;
    }
}

@media(max-width:1400px){
    .orre-inside-card{
        flex-basis:235px!important;
        width:235px!important;
    }

    .orre-inside-track{
        gap:18px!important;
        padding-left:5vw!important;
        padding-right:5vw!important;
    }
}

@media(max-width:1024px){
    .orre-inside-card{
        flex-basis:220px!important;
        width:220px!important;
    }
}

@media(max-width:767px){
    .orre-inside-track{
        gap:12px!important;
        padding:0 14px 22px!important;
    }

    .orre-inside-card{
        flex-basis:72vw!important;
        width:72vw!important;
        max-width:280px!important;
    }
}

.orre-pdp-final-short-description{
    max-width:520px!important;

    margin:20px 0 0!important;

    color:#444!important;

    font-family:Arial,Helvetica,sans-serif!important;
    font-size:12.5px!important;
    font-weight:400!important;
    line-height:1.75!important;

    letter-spacing:.005em!important;
}

.orre-pdp-final-short-description p{
    margin:0 0 12px!important;
}

.orre-pdp-final-short-description p:last-child{
    margin-bottom:0!important;
}

.orre-pdp-final-short-description + .orre-pdp-final-buy{
    margin-top:26px!important;
}

.orre-pdp-final-main{
    grid-template-columns:minmax(0,1.05fr) minmax(430px,.95fr)!important;
}

.orre-pdp-kiji-main-link{
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;

    width:100%!important;

    background:#f5f1ef!important;

    overflow:hidden!important;
}

.orre-pdp-kiji-main-image{
    display:block!important;

    width:100%!important;
    height:680px!important;

    min-height:0!important;
    max-height:680px!important;

    margin:0 auto!important;

    object-fit:contain!important;
    object-position:center!important;

    background:#f5f1ef!important;
}

.orre-pdp-kiji-thumb{
    height:96px!important;
}

.orre-pdp-kiji-thumb img{
    object-fit:cover!important;
}

.orre-pdp-final-summary-inner{
    padding-top:44px!important;
}

.orre-pdp-final-title{
    font-size:30px!important;
    line-height:1.08!important;
}

@media(max-width:1100px){

    .orre-pdp-final-main{
        grid-template-columns:minmax(0,1fr) minmax(390px,.95fr)!important;
    }

    .orre-pdp-kiji-main-image{
        height:590px!important;
        max-height:590px!important;
    }
}

@media(max-width:767px){

    .orre-pdp-kiji-main-image{
        width:100%!important;
        height:auto!important;

        min-height:0!important;
        max-height:none!important;

        aspect-ratio:4/5!important;

        object-fit:contain!important;
    }

    .orre-pdp-final-short-description{
        max-width:none!important;

        font-size:12px!important;
        line-height:1.7!important;
    }
}

body.single-product .orre-pdp-final{
    padding-top:64px!important;
}

body.single-product .orre-pdp-final-main{
    align-items:start!important;
}

body.single-product .orre-pdp-final-summary-inner{
    top:82px!important;
    padding-top:34px!important;
}

.orre-pdp-final-short-description{
    display:block!important;

    max-width:540px!important;

    margin:18px 0 0!important;

    color:#444!important;

    font-family:Arial,Helvetica,sans-serif!important;
    font-size:12.5px!important;
    font-weight:400!important;
    line-height:1.72!important;
}

.orre-pdp-final-short-description p{
    margin:0 0 11px!important;
}

.orre-pdp-final-short-description p:last-child{
    margin-bottom:0!important;
}

.orre-pdp-final-main{
    grid-template-columns:minmax(0,1fr) minmax(430px,.9fr)!important;
}

.orre-pdp-kiji-main-link{
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;

    min-height:620px!important;

    background:#f6f2f0!important;
}

.orre-pdp-kiji-main-image{
    width:100%!important;
    height:620px!important;

    min-height:0!important;
    max-height:620px!important;

    object-fit:contain!important;
    object-position:center!important;

    background:#f6f2f0!important;
}

.orre-pdp-kiji-thumb{
    height:92px!important;
}

.orre-pdp-final-buy .variations{
    margin-top:4px!important;
}

.orre-pdp-final-buy .variations label{
    display:block!important;

    margin-bottom:11px!important;

    color:#111!important;

    font-size:10px!important;
    font-weight:700!important;

    letter-spacing:.08em!important;
    text-transform:uppercase!important;
}

.orre-pdp-final-buy .wd-swatches-product{
    display:flex!important;
    flex-wrap:wrap!important;

    gap:8px!important;
}

.orre-pdp-final-buy .wd-swatch,
.orre-pdp-final-buy .wd-swatch-text{
    min-width:46px!important;
    height:40px!important;

    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;

    padding:0 12px!important;

    background:#fff!important;
    color:#111!important;

    border:1px solid #cfcfcf!important;
    border-radius:0!important;

    font-size:10px!important;
    font-weight:600!important;

    box-shadow:none!important;
}

.orre-pdp-final-buy .wd-swatch.wd-active,
.orre-pdp-final-buy .wd-swatch.active,
.orre-pdp-final-buy .wd-swatch:hover{
    background:#000!important;
    color:#fff!important;
    border-color:#000!important;
}

.orre-pdp-final-buy .variations select{
    width:100%!important;
    max-width:280px!important;

    height:44px!important;

    padding:0 12px!important;

    background:#fff!important;
    color:#111!important;

    border:1px solid #ccc!important;
    border-radius:0!important;

    font-size:11px!important;
}

.orre-pdp-final-buy .reset_variations{
    display:inline-block!important;

    margin-top:8px!important;

    color:#777!important;

    font-size:8px!important;
    font-weight:600!important;

    letter-spacing:.08em!important;
    text-transform:uppercase!important;
}

@media(max-width:767px){

    body.single-product .orre-pdp-final{
        padding-top:62px!important;
    }

    body.single-product .orre-pdp-final-summary-inner{
        top:auto!important;
        padding-top:24px!important;
    }

    .orre-pdp-kiji-main-link{
        min-height:0!important;
    }

    .orre-pdp-kiji-main-image{
        width:100%!important;
        height:auto!important;

        max-height:none!important;

        aspect-ratio:4/5!important;

        object-fit:contain!important;
    }

    .orre-pdp-final-short-description{
        max-width:none!important;

        font-size:12px!important;
        line-height:1.68!important;
    }
}

[data-orre-slider],
.orre-product-slider{
    overflow-x:auto!important;
    overflow-y:visible!important;

    scroll-behavior:smooth!important;
    scroll-snap-type:x proximity!important;

    overscroll-behavior-x:contain!important;
    overscroll-behavior-y:auto!important;

    touch-action:pan-y pan-x!important;

    scrollbar-width:none!important;
}

[data-orre-slider]::-webkit-scrollbar,
.orre-product-slider::-webkit-scrollbar{
    display:none!important;
}

[data-orre-slider]{
    cursor:grab!important;
}

[data-orre-slider].is-dragging{
    cursor:grabbing!important;
    user-select:none!important;
}

.orre-pdp-final-price .woocommerce-Price-currencySymbol{
    margin-right:6px!important;
}

.orre-shop-pro-sizes,
.orre-shop-pro-size-label,
.orre-shop-pro-size-list{
    display:none!important;
}

.orre-shop-card-gallery{
    position:relative!important;
    width:100%!important;
    aspect-ratio:4/5!important;

    overflow:hidden!important;

    background:#f4f0ee!important;
}

.orre-shop-gallery-link,
.orre-shop-gallery-track{
    display:block!important;
    width:100%!important;
    height:100%!important;
}

.orre-shop-gallery-slide{
    position:absolute!important;
    inset:0!important;

    width:100%!important;
    height:100%!important;

    opacity:0!important;
    visibility:hidden!important;

    transition:opacity .35s ease!important;
}

.orre-shop-gallery-slide.active{
    opacity:1!important;
    visibility:visible!important;
}

.orre-shop-gallery-slide img{
    display:block!important;

    width:100%!important;
    height:100%!important;

    object-fit:cover!important;
    object-position:center!important;
}

.orre-card-gallery-arrow{
    position:absolute!important;
    top:50%!important;

    z-index:10!important;

    width:38px!important;
    height:38px!important;

    display:flex!important;
    align-items:center!important;
    justify-content:center!important;

    padding:0!important;

    background:rgba(255,255,255,.92)!important;
    color:#111!important;

    border:0!important;
    border-radius:50%!important;

    font-size:24px!important;
    font-weight:300!important;

    transform:translateY(-50%)!important;

    opacity:0!important;

    transition:.2s ease!important;
}

.orre-card-gallery-arrow.prev{
    left:12px!important;
}

.orre-card-gallery-arrow.next{
    right:12px!important;
}

.orre-shop-card-gallery:hover .orre-card-gallery-arrow{
    opacity:1!important;
}

@media(max-width:767px){

    .orre-card-gallery-arrow{
        width:32px!important;
        height:32px!important;

        font-size:20px!important;

        opacity:1!important;
    }
}

.orre-shop-pro-sizes,
.orre-shop-pro-size-label,
.orre-shop-pro-size-list{
    display:none!important;
}

.orre-shop-pro-media,
.orre-shop-pro-main-img,
.orre-shop-pro-hover-img,
.orre-shop-pro-view{
    display:none!important;
}

.orre-shop-pro-gallery{
    position:relative!important;
    width:100%!important;
    aspect-ratio:4/5!important;
    overflow:hidden!important;
    background:#f3efed!important;
}

.orre-shop-pro-gallery-track{
    position:relative!important;
    width:100%!important;
    height:100%!important;
}

.orre-shop-pro-gallery-slide{
    position:absolute!important;
    inset:0!important;
    display:block!important;
    width:100%!important;
    height:100%!important;
    opacity:0!important;
    visibility:hidden!important;
    pointer-events:none!important;
    transition:opacity .28s ease!important;
}

.orre-shop-pro-gallery-slide.is-active{
    opacity:1!important;
    visibility:visible!important;
    pointer-events:auto!important;
}

.orre-shop-pro-gallery-slide img{
    display:block!important;
    width:100%!important;
    height:100%!important;
    margin:0!important;
    object-fit:cover!important;
    object-position:center!important;
    background:#f3efed!important;
}

.orre-shop-pro-gallery-arrow{
    position:absolute!important;
    top:50%!important;
    z-index:8!important;
    width:42px!important;
    height:42px!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    padding:0!important;
    margin:0!important;
    background:rgba(255,255,255,.94)!important;
    color:#111!important;
    border:1px solid rgba(0,0,0,.08)!important;
    border-radius:50%!important;
    box-shadow:0 3px 14px rgba(0,0,0,.08)!important;
    transform:translateY(-50%)!important;
    opacity:0!important;
    cursor:pointer!important;
    transition:opacity .2s ease,background .2s ease,color .2s ease!important;
}

.orre-shop-pro-gallery:hover .orre-shop-pro-gallery-arrow{
    opacity:1!important;
}

.orre-shop-pro-gallery-arrow.prev{
    left:12px!important;
}

.orre-shop-pro-gallery-arrow.next{
    right:12px!important;
}

.orre-shop-pro-gallery-arrow span{
    position:relative!important;
    display:block!important;
    width:10px!important;
    height:10px!important;
}

.orre-shop-pro-gallery-arrow span::before{
    content:""!important;
    position:absolute!important;
    top:50%!important;
    left:50%!important;
    width:7px!important;
    height:7px!important;
    border-top:1.5px solid currentColor!important;
    border-right:1.5px solid currentColor!important;
}

.orre-shop-pro-gallery-arrow.next span::before{
    transform:translate(-65%,-50%) rotate(45deg)!important;
}

.orre-shop-pro-gallery-arrow.prev span::before{
    transform:translate(-35%,-50%) rotate(-135deg)!important;
}

.orre-shop-pro-gallery-arrow:hover{
    background:#000!important;
    color:#fff!important;
}

.orre-shop-pro-gallery-dots{
    position:absolute!important;
    left:50%!important;
    bottom:11px!important;
    z-index:7!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    gap:5px!important;
    transform:translateX(-50%)!important;
}

.orre-shop-pro-gallery-dots span{
    width:5px!important;
    height:5px!important;
    display:block!important;
    background:rgba(255,255,255,.68)!important;
    border-radius:50%!important;
    box-shadow:0 0 0 1px rgba(0,0,0,.12)!important;
}

.orre-shop-pro-gallery-dots span.is-active{
    width:14px!important;
    background:#fff!important;
    border-radius:999px!important;
}

.orre-shop-pro-info{
    margin-top:0!important;
}

@media(max-width:767px){

    .orre-shop-pro-gallery-arrow{
        width:34px!important;
        height:34px!important;
        opacity:1!important;
    }

    .orre-shop-pro-gallery-arrow.prev{
        left:7px!important;
    }

    .orre-shop-pro-gallery-arrow.next{
        right:7px!important;
    }

    .orre-shop-pro-gallery-dots{
        bottom:8px!important;
    }
}

.orre-shop-pro-info{
    padding:14px 16px 20px!important;
    min-height:96px!important;

    display:flex!important;
    align-items:flex-start!important;
    justify-content:space-between!important;

    gap:18px!important;

    background:#fff!important;
}

.orre-shop-pro-name{
    display:block!important;

    margin:0!important;

    color:#111!important;

    font-family:Arial,Helvetica,sans-serif!important;
    font-size:13px!important;
    font-weight:700!important;
    line-height:1.35!important;

    letter-spacing:.025em!important;
    text-transform:uppercase!important;

    transition:opacity .2s ease!important;
}

.orre-shop-pro-name:hover{
    opacity:.58!important;
}

.orre-shop-pro-category{
    display:block!important;

    margin-top:6px!important;

    color:#9a9a9a!important;

    font-size:9px!important;
    font-weight:500!important;
    line-height:1.3!important;

    letter-spacing:.06em!important;
    text-transform:uppercase!important;
}

.orre-shop-pro-price{
    flex:0 0 auto!important;

    margin-top:1px!important;

    color:#111!important;

    font-family:Arial,Helvetica,sans-serif!important;
    font-size:13px!important;
    font-weight:700!important;
    line-height:1.35!important;

    letter-spacing:.015em!important;

    white-space:nowrap!important;
}

.orre-shop-pro-price .woocommerce-Price-currencySymbol{
    display:inline-block!important;
    margin-right:5px!important;
}

.orre-shop-pro-price del{
    margin-right:7px!important;

    color:#999!important;

    font-size:11px!important;
    font-weight:500!important;
}

.orre-shop-pro-price ins{
    color:#111!important;
    text-decoration:none!important;
}

@media(max-width:767px){

    .orre-shop-pro-info{
        min-height:80px!important;

        padding:10px 9px 14px!important;

        display:block!important;
    }

    .orre-shop-pro-name{
        font-size:10.5px!important;
    }

    .orre-shop-pro-price{
        margin-top:7px!important;

        font-size:10.5px!important;
    }

    .orre-shop-pro-price .woocommerce-Price-currencySymbol{
        margin-right:4px!important;
    }
}

@media (max-width: 1024px){

    body.home .orre-home-hero{
        min-height:680px!important;
        height:auto!important;
        padding-top:0!important;

        align-items:flex-end!important;

        background:#ded5ca!important;
    }

    body.home .orre-home-hero-bg{
        inset:0!important;

        background-size:cover!important;
        background-position:68% center!important;
        background-repeat:no-repeat!important;
    }

    body.home .orre-home-hero-content{
        width:min(430px,78vw)!important;

        margin:0 0 48px 5vw!important;
        padding:0!important;
    }

    .orre-home-editorial{
        min-height:600px!important;
        height:auto!important;
    }

    .orre-home-editorial-image{
        background-size:cover!important;
        background-position:center center!important;
    }
}

@media (max-width: 767px){

    body.home .orre-nav-header{
        position:sticky!important;
        top:0!important;

        height:58px!important;

        background:rgba(0,0,0,.93)!important;

        backdrop-filter:blur(12px)!important;
        -webkit-backdrop-filter:blur(12px)!important;
    }

    body.home .orre-nav-inner{
        height:58px!important;
        padding:0 14px!important;
    }

    body.home .orre-nav-logo a{
        font-size:25px!important;
    }

    body.home .orre-home-hero{
        position:relative!important;

        width:100%!important;

        min-height:0!important;
        height:calc(100svh - 58px)!important;
        max-height:720px!important;

        padding:0!important;
        margin:0!important;

        display:flex!important;
        align-items:flex-end!important;

        overflow:hidden!important;

        background:#ded5ca!important;
    }

    body.home .orre-home-hero-bg{
        position:absolute!important;
        inset:0!important;

        width:100%!important;
        height:100%!important;

        background-size:cover!important;
        background-position:72% center!important;
        background-repeat:no-repeat!important;
    }

    body.home .orre-home-hero::after{
        background:
            linear-gradient(
                to top,
                rgba(0,0,0,.32) 0%,
                rgba(0,0,0,.08) 35%,
                rgba(0,0,0,0) 64%
            )!important;
    }

    body.home .orre-home-hero-content{
        position:relative!important;
        z-index:3!important;

        width:calc(100% - 36px)!important;
        max-width:340px!important;

        margin:0 18px 34px!important;
        padding:0!important;

        color:#fff!important;
        text-align:left!important;
    }

    body.home .orre-home-hero-kicker{
        margin-bottom:8px!important;

        color:#fff!important;

        font-size:8px!important;
        font-weight:700!important;

        letter-spacing:.16em!important;
    }

    body.home .orre-home-hero-content h1{
        margin:0 0 9px!important;

        color:#fff!important;

        font-size:clamp(42px,15vw,62px)!important;
        font-weight:700!important;
        line-height:.9!important;

        letter-spacing:.07em!important;
        text-indent:0!important;
    }

    body.home .orre-home-hero-content p{
        max-width:280px!important;

        margin:0!important;

        color:#fff!important;

        font-size:10.5px!important;
        line-height:1.5!important;
    }

    .orre-home-editorial{
        position:relative!important;

        width:100%!important;

        min-height:0!important;
        height:72svh!important;
        max-height:650px!important;

        margin:0!important;

        overflow:hidden!important;

        background:#e7e7e7!important;
    }

    .orre-home-editorial-image{
        position:absolute!important;
        inset:0!important;

        width:100%!important;
        height:100%!important;

        background-size:cover!important;
        background-repeat:no-repeat!important;

        transform:none!important;
    }

    .orre-home-editorial-men .orre-home-editorial-image{
        background-position:65% center!important;
    }

    .orre-home-editorial-women .orre-home-editorial-image{
        background-position:58% center!important;
    }

    .orre-home-editorial:hover .orre-home-editorial-image{
        transform:none!important;
    }

    .orre-home-editorial-overlay{
        left:0!important;
        right:0!important;
        bottom:0!important;

        padding:0 20px 28px!important;
    }

    .orre-home-editorial-overlay > span{
        margin-bottom:8px!important;

        font-size:8px!important;
        font-weight:700!important;
    }

    .orre-home-editorial-overlay h2{
        max-width:315px!important;

        margin:0 0 16px!important;

        font-size:clamp(31px,10vw,42px)!important;
        line-height:.98!important;
    }

    .orre-home-editorial-overlay a{
        min-height:38px!important;

        padding:0 17px!important;

        font-size:8px!important;
    }
}

@media (max-width: 420px){

    body.home .orre-home-hero{
        height:calc(100svh - 56px)!important;
        min-height:520px!important;
    }

    body.home .orre-home-hero-bg{
        background-position:70% center!important;
    }

    body.home .orre-home-hero-content{
        width:calc(100% - 30px)!important;

        margin-left:15px!important;
        margin-right:15px!important;
        margin-bottom:27px!important;
    }

    body.home .orre-home-hero-content h1{
        font-size:46px!important;
    }

    .orre-home-editorial{
        height:68svh!important;
        min-height:500px!important;
    }

    .orre-home-editorial-overlay{
        padding:0 16px 22px!important;
    }

    .orre-home-editorial-overlay h2{
        max-width:280px!important;
        font-size:32px!important;
    }
}

body.home .orre-home-size-strip{
    display:none!important;
    opacity:0!important;
    visibility:hidden!important;
    height:0!important;
    min-height:0!important;
    padding:0!important;
    margin:0!important;
}

body.post-type-archive-product .orre-shop-pro-sizes,
body.post-type-archive-product .orre-shop-pro-size-label,
body.post-type-archive-product .orre-shop-pro-size-list{
    display:none!important;
}

body.tax-product_cat .orre-collection-size-strip,
body.tax-product_cat .orre-home-size-strip{
    display:none!important;
}

body.home .product-grid-item .wd-swatches-grid,
body.post-type-archive-product .product-grid-item .wd-swatches-grid,
body.tax-product_cat .product-grid-item .wd-swatches-grid{
    display:none!important;
}

html,
body{
    scroll-padding-top:64px!important;
}

.orre-nav-header{
    position:sticky!important;
    top:0!important;
    left:0!important;
    right:0!important;

    z-index:99999!important;

    width:100%!important;
    height:64px!important;

    margin:0!important;
    padding:0!important;

    background:#000!important;

    border:0!important;
    border-bottom:1px solid rgba(255,255,255,.12)!important;

    box-shadow:none!important;

    backdrop-filter:none!important;
    -webkit-backdrop-filter:none!important;

    transition:
        background .28s ease,
        backdrop-filter .28s ease,
        box-shadow .28s ease!important;
}

.orre-nav-inner{
    height:64px!important;
}

.orre-nav-header.is-scrolled{
    background:rgba(72,72,72,.88)!important;

    backdrop-filter:blur(14px)!important;
    -webkit-backdrop-filter:blur(14px)!important;

    border-bottom-color:rgba(255,255,255,.14)!important;

    box-shadow:0 2px 18px rgba(0,0,0,.08)!important;
}

body.home .orre-nav-header,
body.tax-product_cat .orre-nav-header,
body.post-type-archive-product .orre-nav-header,
body.single-product .orre-nav-header,
body.woocommerce-cart .orre-nav-header,
body.woocommerce-checkout .orre-nav-header{
    position:sticky!important;
    top:0!important;
    height:64px!important;
    background:#000!important;
}

body.home .orre-nav-header.is-scrolled,
body.tax-product_cat .orre-nav-header.is-scrolled,
body.post-type-archive-product .orre-nav-header.is-scrolled,
body.single-product .orre-nav-header.is-scrolled,
body.woocommerce-cart .orre-nav-header.is-scrolled,
body.woocommerce-checkout .orre-nav-header.is-scrolled{
    background:rgba(72,72,72,.88)!important;
    backdrop-filter:blur(14px)!important;
    -webkit-backdrop-filter:blur(14px)!important;
}

.orre-menu-drawer{
    overflow-y:auto!important;
    overflow-x:hidden!important;

    scrollbar-width:none!important;
    -ms-overflow-style:none!important;
}

.orre-menu-drawer::-webkit-scrollbar{
    width:0!important;
    height:0!important;
    display:none!important;
}

.orre-drawer-nav{
    overflow:visible!important;
}

#orreMenuClose{
    position:relative!important;

    width:32px!important;
    height:32px!important;
    min-width:32px!important;
    min-height:32px!important;

    display:block!important;

    margin:0!important;
    padding:0!important;

    overflow:hidden!important;

    background:transparent!important;
    color:transparent!important;

    border:0!important;
    border-radius:50%!important;

    font-size:0!important;
    line-height:0!important;

    box-shadow:none!important;

    cursor:pointer!important;

    transition:background .2s ease!important;
}

#orreMenuClose:hover{
    background:rgba(255,255,255,.08)!important;
}

#orreMenuClose::before,
#orreMenuClose::after{
    content:""!important;

    position:absolute!important;
    top:50%!important;
    left:50%!important;

    width:17px!important;
    height:1.5px!important;

    background:#fff!important;

    border-radius:999px!important;

    transform-origin:center!important;
}

#orreMenuClose::before{
    transform:translate(-50%,-50%) rotate(45deg)!important;
}

#orreMenuClose::after{
    transform:translate(-50%,-50%) rotate(-45deg)!important;
}

body.home .orre-home-size-strip,
body.home .product-grid-item .wd-swatches-grid,
body.home .product-grid-item .wd-swatches-product,

body.post-type-archive-product .orre-shop-pro-sizes,
body.post-type-archive-product .orre-shop-pro-size-label,
body.post-type-archive-product .orre-shop-pro-size-list,
body.post-type-archive-product .product-grid-item .wd-swatches-grid,
body.post-type-archive-product .product-grid-item .wd-swatches-product,

body.tax-product_cat .orre-collection-size-strip,
body.tax-product_cat .orre-home-size-strip,
body.tax-product_cat .product-grid-item .wd-swatches-grid,
body.tax-product_cat .product-grid-item .wd-swatches-product,

body.single-product .related.products .wd-swatches-grid,
body.single-product .upsells.products .wd-swatches-grid,
body.single-product .related.products .wd-swatches-product,
body.single-product .upsells.products .wd-swatches-product{
    display:none!important;

    width:0!important;
    height:0!important;
    min-height:0!important;

    margin:0!important;
    padding:0!important;

    opacity:0!important;
    visibility:hidden!important;

    overflow:hidden!important;
}

.orre-shop-pro-gallery-slide{
    transition:opacity .38s ease!important;
}

.orre-home-main-image,
.orre-home-hover-image,
.orre-collection-main-image,
.orre-collection-hover-image{
    transition:opacity .38s ease,transform .45s ease!important;
}

.orre-home-product:hover .orre-home-main-image,
.orre-home-product:hover .orre-home-hover-image,
.orre-collection-card:hover .orre-collection-main-image,
.orre-collection-card:hover .orre-collection-hover-image{
    transform:none!important;
}

.orre-home-product.orre-auto-alt .orre-home-main-image,
.orre-collection-card.orre-auto-alt .orre-collection-main-image{
    opacity:0!important;
}

.orre-home-product.orre-auto-alt .orre-home-hover-image,
.orre-collection-card.orre-auto-alt .orre-collection-hover-image{
    opacity:1!important;
}

.orre-home-product-info,
.orre-collection-card-info,
.orre-shop-pro-info{
    margin-top:0!important;
}

.orre-shop-pro-card-top,
.orre-collection-card-media,
.orre-home-product-media{
    margin-bottom:0!important;
}

@media(max-width:767px){

    .orre-nav-header,
    body.home .orre-nav-header,
    body.tax-product_cat .orre-nav-header,
    body.post-type-archive-product .orre-nav-header,
    body.single-product .orre-nav-header,
    body.woocommerce-cart .orre-nav-header,
    body.woocommerce-checkout .orre-nav-header{
        height:58px!important;
    }

    .orre-nav-inner{
        height:58px!important;
        padding:0 15px!important;
    }

    .orre-shop-pro-gallery-arrow{
        opacity:.92!important;
    }
}

body.home .orre-new-section,
body.home .orre-category-section,
body.home .orre-inside-section,
body.home .orre-front-heading,
body.home .orre-front-more,

body.post-type-archive-product .orre-shop-pro-hero-inner,
body.post-type-archive-product .orre-shop-pro-toolbar,

body.tax-product_cat .orre-collection-header-inner,
body.tax-product_cat .orre-collection-toolbar,

body.single-product .orre-related-heading,
body.single-product .orre-related-products{
    box-sizing:border-box!important;
}

.orre-shop-pro-grid,
.orre-collection-grid,
.orre-front-products,
.orre-home-products-grid,
.orre-related-track{
    width:100%!important;
    max-width:none!important;

    padding-left:clamp(18px,3.2vw,56px)!important;
    padding-right:clamp(18px,3.2vw,56px)!important;

    box-sizing:border-box!important;
}

.orre-home-hero,
.orre-home-editorial,
.orre-brand-strip,
.orre-inside-section,
.orre-category-feature-grid{
    max-width:none!important;
}

.orre-shop-pro-grid,
.orre-collection-grid,
.orre-front-products,
.orre-home-products-grid{
    gap:8px!important;
}

.orre-shop-pro-card,
.orre-collection-card,
.orre-front-product,
.orre-home-product{
    background:#fff!important;
    min-width:0!important;
}

.orre-shop-pro-info,
.orre-collection-card-info,
.orre-front-product-meta,
.orre-home-product-info{
    padding:14px 10px 22px!important;
    margin:0!important;

    background:#fff!important;
}

.orre-shop-pro-name,
.orre-collection-card-title,
.orre-front-product-name,
.orre-home-product-name{
    display:block!important;

    margin:0!important;

    color:#111!important;

    font-family:Arial,Helvetica,sans-serif!important;
    font-size:13px!important;
    font-weight:700!important;
    line-height:1.35!important;

    letter-spacing:.01em!important;
    text-transform:uppercase!important;
}

.orre-shop-pro-price,
.orre-collection-card-price,
.orre-front-product-price,
.orre-home-product-price{
    margin-top:7px!important;

    color:#111!important;

    font-family:Arial,Helvetica,sans-serif!important;
    font-size:12.5px!important;
    font-weight:700!important;
    line-height:1.3!important;
}

.orre-home-size-strip,
.orre-collection-size-strip,
.orre-shop-pro-sizes{
    display:flex!important;
    visibility:visible!important;
    opacity:1!important;

    width:100%!important;
    height:auto!important;
    min-height:0!important;

    margin:0!important;
    padding:10px 10px 0!important;

    gap:6px!important;
    flex-wrap:wrap!important;

    background:#fff!important;

    box-sizing:border-box!important;
}

.orre-shop-pro-size-label,
.orre-home-size-label,
.orre-collection-size-label{
    display:none!important;
}

.orre-shop-pro-size-list{
    display:flex!important;
    flex-wrap:wrap!important;
    gap:6px!important;
}

.orre-home-size-strip span,
.orre-collection-size-strip span,
.orre-shop-pro-size-list span{
    min-width:40px!important;
    height:34px!important;

    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;

    padding:0 10px!important;

    background:#fff!important;
    color:#555!important;

    border:1px solid #d5d5d5!important;
    border-radius:0!important;

    font-family:Arial,Helvetica,sans-serif!important;
    font-size:10px!important;
    font-weight:500!important;
    line-height:1!important;

    letter-spacing:.02em!important;
    text-transform:uppercase!important;

    box-shadow:none!important;

    transition:
        background .18s ease,
        color .18s ease,
        border-color .18s ease!important;
}

.orre-home-size-strip span:hover,
.orre-collection-size-strip span:hover,
.orre-shop-pro-size-list span:hover{
    background:#000!important;
    color:#fff!important;
    border-color:#000!important;
}

body.home .product-grid-item .wd-swatches-grid,
body.post-type-archive-product .product-grid-item .wd-swatches-grid,
body.tax-product_cat .product-grid-item .wd-swatches-grid,
body.single-product .related.products .wd-swatches-grid,
body.single-product .upsells.products .wd-swatches-grid{
    display:flex!important;
    visibility:visible!important;
    opacity:1!important;

    height:auto!important;
    width:auto!important;

    margin-top:8px!important;

    flex-wrap:wrap!important;
    gap:6px!important;
}

.product-grid-item .wd-swatch-text,
.related.products .wd-swatch-text,
.upsells.products .wd-swatch-text{
    min-width:40px!important;
    height:34px!important;

    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;

    padding:0 10px!important;

    background:#fff!important;
    color:#555!important;

    border:1px solid #d5d5d5!important;
    border-radius:0!important;

    font-size:10px!important;
    font-weight:500!important;

    box-shadow:none!important;
}

.product-grid-item .wd-swatch-text:hover,
.product-grid-item .wd-swatch-text.wd-active,
.related.products .wd-swatch-text:hover,
.upsells.products .wd-swatch-text:hover{
    background:#000!important;
    color:#fff!important;
    border-color:#000!important;
}

.orre-shop-pro-card,
.orre-collection-card,
.orre-front-product,
.orre-home-product{
    padding-bottom:0!important;
}

.orre-shop-pro-products,
.orre-collection-products{
    padding-bottom:70px!important;
}

@media(max-width:1024px){

    .orre-shop-pro-grid,
    .orre-collection-grid,
    .orre-front-products,
    .orre-home-products-grid,
    .orre-related-track{
        padding-left:22px!important;
        padding-right:22px!important;
    }

    .orre-shop-pro-grid,
    .orre-collection-grid,
    .orre-front-products,
    .orre-home-products-grid{
        gap:6px!important;
    }
}

@media(max-width:767px){

    .orre-shop-pro-grid,
    .orre-collection-grid,
    .orre-front-products,
    .orre-home-products-grid,
    .orre-related-track{
        padding-left:10px!important;
        padding-right:10px!important;
    }

    .orre-shop-pro-grid,
    .orre-collection-grid,
    .orre-front-products,
    .orre-home-products-grid{
        gap:5px!important;
    }

    .orre-shop-pro-info,
    .orre-collection-card-info,
    .orre-front-product-meta,
    .orre-home-product-info{
        padding:10px 7px 16px!important;
    }

    .orre-shop-pro-name,
    .orre-collection-card-title,
    .orre-front-product-name,
    .orre-home-product-name{
        font-size:10.5px!important;
        line-height:1.35!important;
    }

    .orre-shop-pro-price,
    .orre-collection-card-price,
    .orre-front-product-price,
    .orre-home-product-price{
        margin-top:5px!important;
        font-size:10.5px!important;
    }

    .orre-home-size-strip,
    .orre-collection-size-strip,
    .orre-shop-pro-sizes{
        padding:7px 7px 0!important;
        gap:4px!important;
    }

    .orre-home-size-strip span,
    .orre-collection-size-strip span,
    .orre-shop-pro-size-list span,
    .product-grid-item .wd-swatch-text{
        min-width:33px!important;
        height:30px!important;

        padding:0 7px!important;

        font-size:9px!important;
    }
}

html{scroll-padding-top:64px!important}

body .orre-nav-header{
position:sticky!important;top:0!important;left:0!important;right:0!important;z-index:999999!important;
width:100%!important;height:64px!important;margin:0!important;padding:0!important;background:#000!important;
border:0!important;border-bottom:1px solid rgba(255,255,255,.12)!important;box-shadow:none!important;
backdrop-filter:none!important;-webkit-backdrop-filter:none!important;
transition:background .25s ease,backdrop-filter .25s ease,box-shadow .25s ease!important
}
body .orre-nav-header .orre-nav-inner{height:64px!important}
body .orre-nav-header.is-scrolled{
background:rgba(72,72,72,.90)!important;backdrop-filter:blur(14px)!important;
-webkit-backdrop-filter:blur(14px)!important;box-shadow:0 2px 18px rgba(0,0,0,.10)!important
}

body .orre-menu-drawer{
overflow-y:auto!important;overflow-x:hidden!important;scrollbar-width:none!important;-ms-overflow-style:none!important
}
body .orre-menu-drawer::-webkit-scrollbar{width:0!important;height:0!important;display:none!important}

body #orreMenuClose{
position:relative!important;width:32px!important;height:32px!important;display:block!important;margin:0!important;
padding:0!important;background:transparent!important;color:transparent!important;border:0!important;
font-size:0!important;line-height:0!important;overflow:hidden!important
}
body #orreMenuClose::before,body #orreMenuClose::after{
content:""!important;position:absolute!important;top:50%!important;left:50%!important;width:17px!important;
height:1.5px!important;background:#fff!important;border-radius:99px!important
}
body #orreMenuClose::before{transform:translate(-50%,-50%) rotate(45deg)!important}
body #orreMenuClose::after{transform:translate(-50%,-50%) rotate(-45deg)!important}

body .orre-shop-pro-grid,
body .orre-collection-grid,
body .orre-front-products,
body .orre-home-products-grid,
body .orre-related-track{
box-sizing:border-box!important;width:100%!important;padding-left:clamp(18px,3vw,54px)!important;
padding-right:clamp(18px,3vw,54px)!important
}

body .orre-home-hero,
body .orre-home-editorial,
body .orre-brand-strip,
body .orre-category-feature-grid{
width:100%!important;max-width:none!important;margin-left:0!important;margin-right:0!important
}

body .orre-shop-pro-grid,
body .orre-collection-grid,
body .orre-front-products,
body .orre-home-products-grid{gap:12px!important}

body .orre-shop-pro-card,
body .orre-collection-card,
body .orre-front-product,
body .orre-home-product{min-width:0!important;padding-bottom:0!important;background:#fff!important}

body .orre-shop-pro-info,
body .orre-collection-card-info,
body .orre-front-product-meta,
body .orre-home-product-info{
margin:0!important;padding:14px 10px 22px!important;background:#fff!important
}

body .orre-shop-pro-name,
body .orre-collection-card-title,
body .orre-front-product-name,
body .orre-home-product-name{
display:block!important;margin:0!important;color:#111!important;font-family:Arial,Helvetica,sans-serif!important;
font-size:13px!important;font-weight:700!important;line-height:1.35!important;letter-spacing:.01em!important;
text-transform:uppercase!important
}

body .orre-shop-pro-price,
body .orre-collection-card-price,
body .orre-front-product-price,
body .orre-home-product-price{
display:block!important;margin-top:7px!important;color:#111!important;font-family:Arial,Helvetica,sans-serif!important;
font-size:12.5px!important;font-weight:700!important;line-height:1.3!important
}

body .woocommerce-Price-currencySymbol{display:inline-block!important;margin-right:5px!important}

body .orre-home-size-strip,
body .orre-collection-size-strip,
body .orre-shop-pro-sizes{
display:flex!important;visibility:visible!important;opacity:1!important;width:100%!important;height:auto!important;
min-height:0!important;margin:0!important;padding:10px 10px 0!important;gap:6px!important;flex-wrap:wrap!important;
background:#fff!important
}

body .orre-home-size-label,
body .orre-collection-size-label,
body .orre-shop-pro-size-label{display:none!important}

body .orre-shop-pro-size-list{display:flex!important;flex-wrap:wrap!important;gap:6px!important}

body .orre-home-size-strip > span,
body .orre-collection-size-strip > span,
body .orre-shop-pro-size-list > span{
min-width:40px!important;height:34px!important;display:inline-flex!important;align-items:center!important;
justify-content:center!important;padding:0 10px!important;background:#fff!important;color:#555!important;
border:1px solid #d4d4d4!important;border-radius:0!important;font-family:Arial,Helvetica,sans-serif!important;
font-size:10px!important;font-weight:500!important;line-height:1!important
}

body .product-grid-item .wd-swatches-grid,
body .related.products .wd-swatches-grid,
body .upsells.products .wd-swatches-grid{
display:flex!important;visibility:visible!important;opacity:1!important;width:auto!important;height:auto!important;
margin-top:8px!important;flex-wrap:wrap!important;gap:6px!important
}

body .product-grid-item .wd-swatch-text,
body .related.products .wd-swatch-text,
body .upsells.products .wd-swatch-text{
min-width:40px!important;height:34px!important;display:inline-flex!important;align-items:center!important;
justify-content:center!important;padding:0 10px!important;background:#fff!important;color:#555!important;
border:1px solid #d4d4d4!important;border-radius:0!important;font-size:10px!important;font-weight:500!important;
box-shadow:none!important
}

body .product-grid-item .wd-swatch-text:hover,
body .product-grid-item .wd-swatch-text.wd-active,
body .related.products .wd-swatch-text:hover,
body .upsells.products .wd-swatch-text:hover{
background:#000!important;color:#fff!important;border-color:#000!important
}

body .orre-shop-pro-gallery-slide{transition:opacity .35s ease!important}
body .orre-home-main-image,
body .orre-home-hover-image,
body .orre-collection-main-image,
body .orre-collection-hover-image{transition:opacity .35s ease!important}

body .orre-home-product.orre-auto-alt .orre-home-main-image,
body .orre-collection-card.orre-auto-alt .orre-collection-main-image{opacity:0!important}

body .orre-home-product.orre-auto-alt .orre-home-hover-image,
body .orre-collection-card.orre-auto-alt .orre-collection-hover-image{opacity:1!important}

@media(max-width:767px){
html{scroll-padding-top:58px!important}
body .orre-nav-header{height:58px!important}
body .orre-nav-header .orre-nav-inner{height:58px!important;padding-left:14px!important;padding-right:14px!important}
body .orre-shop-pro-grid,
body .orre-collection-grid,
body .orre-front-products,
body .orre-home-products-grid,
body .orre-related-track{padding-left:10px!important;padding-right:10px!important}
body .orre-shop-pro-grid,
body .orre-collection-grid,
body .orre-front-products,
body .orre-home-products-grid{gap:6px!important}
body .orre-shop-pro-info,
body .orre-collection-card-info,
body .orre-front-product-meta,
body .orre-home-product-info{padding:10px 7px 16px!important}
body .orre-shop-pro-name,
body .orre-collection-card-title,
body .orre-front-product-name,
body .orre-home-product-name{font-size:10.5px!important}
body .orre-shop-pro-price,
body .orre-collection-card-price,
body .orre-front-product-price,
body .orre-home-product-price{font-size:10.5px!important}
body .orre-home-size-strip,
body .orre-collection-size-strip,
body .orre-shop-pro-sizes{padding:7px 7px 0!important;gap:4px!important}
body .orre-home-size-strip > span,
body .orre-collection-size-strip > span,
body .orre-shop-pro-size-list > span,
body .product-grid-item .wd-swatch-text{min-width:33px!important;height:30px!important;padding:0 7px!important;font-size:9px!important}
}

.orre-home-size-strip,
.orre-collection-size-strip,
.orre-shop-pro-sizes{
    display:flex!important;
    visibility:visible!important;
    opacity:1!important;

    position:relative!important;

    width:100%!important;
    height:auto!important;
    min-height:0!important;
    max-height:none!important;

    margin:0!important;
    padding:10px 14px 0!important;

    flex-wrap:wrap!important;
    align-items:center!important;

    gap:6px!important;

    background:#fff!important;

    transform:none!important;
    overflow:visible!important;
}

.orre-home-size-label,
.orre-collection-size-label,
.orre-shop-pro-size-label{
    display:none!important;
}

.orre-shop-pro-size-list{
    display:flex!important;

    flex-wrap:wrap!important;
    align-items:center!important;

    gap:6px!important;

    width:100%!important;

    margin:0!important;
    padding:0!important;
}

.orre-home-size-strip > span,
.orre-collection-size-strip > span,
.orre-shop-pro-size-list > span{
    display:inline-flex!important;

    align-items:center!important;
    justify-content:center!important;

    min-width:39px!important;
    width:auto!important;
    height:34px!important;

    margin:0!important;
    padding:0 10px!important;

    background:#fff!important;
    color:#444!important;

    border:1px solid #d4d4d4!important;
    border-radius:0!important;

    font-family:Arial, Helvetica, sans-serif!important;
    font-size:10px!important;
    font-weight:500!important;
    line-height:1!important;

    letter-spacing:.02em!important;
    text-transform:uppercase!important;

    box-shadow:none!important;

    opacity:1!important;
    visibility:visible!important;

    cursor:pointer!important;

    transition:
        background .18s ease,
        color .18s ease,
        border-color .18s ease!important;
}

.orre-home-size-strip > span:hover,
.orre-collection-size-strip > span:hover,
.orre-shop-pro-size-list > span:hover{
    background:#000!important;
    color:#fff!important;
    border-color:#000!important;
}

.product-grid-item .wd-swatches-grid,
.related.products .wd-swatches-grid,
.upsells.products .wd-swatches-grid{
    display:flex!important;
    visibility:visible!important;
    opacity:1!important;

    width:100%!important;
    height:auto!important;
    min-height:0!important;

    margin:8px 0 0!important;
    padding:0!important;

    flex-wrap:wrap!important;
    align-items:center!important;

    gap:6px!important;

    transform:none!important;
    overflow:visible!important;
}

.product-grid-item .wd-swatch-text,
.related.products .wd-swatch-text,
.upsells.products .wd-swatch-text{
    display:inline-flex!important;

    align-items:center!important;
    justify-content:center!important;

    min-width:39px!important;
    width:auto!important;
    height:34px!important;

    padding:0 10px!important;
    margin:0!important;

    background:#fff!important;
    color:#444!important;

    border:1px solid #d4d4d4!important;
    border-radius:0!important;

    font-size:10px!important;
    font-weight:500!important;

    box-shadow:none!important;

    opacity:1!important;
    visibility:visible!important;
}

.product-grid-item .wd-swatch-text:hover,
.product-grid-item .wd-swatch-text.wd-active{
    background:#000!important;
    color:#fff!important;
    border-color:#000!important;
}

@media (min-width:768px){

    .orre-home-size-strip,
    .orre-collection-size-strip,
    .orre-shop-pro-sizes{
        display:flex!important;
        padding:10px 14px 0!important;
    }

    .orre-home-size-strip > span,
    .orre-collection-size-strip > span,
    .orre-shop-pro-size-list > span,
    .product-grid-item .wd-swatch-text{
        min-width:39px!important;
        height:34px!important;

        padding:0 10px!important;

        font-size:10px!important;
    }
}

@media (max-width:767px){

    .orre-home-size-strip,
    .orre-collection-size-strip,
    .orre-shop-pro-sizes{
        display:flex!important;

        padding:8px 7px 0!important;

        gap:5px!important;
    }

    .orre-shop-pro-size-list{
        gap:5px!important;
    }

    .orre-home-size-strip > span,
    .orre-collection-size-strip > span,
    .orre-shop-pro-size-list > span,
    .product-grid-item .wd-swatch-text{
        min-width:34px!important;
        height:30px!important;

        padding:0 7px!important;

        font-size:9px!important;
    }
}

.orre-home-size-strip{
    display:flex!important;
    flex-wrap:wrap!important;
    align-items:center!important;

    gap:6px!important;

    width:100%!important;

    margin:0!important;
    padding:10px 14px 0!important;

    background:#fff!important;
}

.orre-home-size-strip span{
    min-width:40px!important;
    height:34px!important;

    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;

    padding:0 10px!important;

    color:#555!important;
    background:#fff!important;

    border:1px solid #d5d5d5!important;
    border-radius:0!important;

    font-size:10px!important;
    font-weight:500!important;
    line-height:1!important;

    text-transform:uppercase!important;
}

.orre-home-size-strip span:hover{
    background:#000!important;
    color:#fff!important;
    border-color:#000!important;
}

@media(max-width:767px){

    .orre-home-size-strip{
        gap:4px!important;
        padding:7px 7px 0!important;
    }

    .orre-home-size-strip span{
        min-width:33px!important;
        height:30px!important;

        padding:0 7px!important;

        font-size:9px!important;
    }
}

body .orre-home-product-grid,
body .orre-shop-pro-grid,
body .orre-collection-grid,
body .orre-related-track {
    box-sizing: border-box !important;
    width: 100% !important;
    padding-left: clamp(22px,3vw,56px) !important;
    padding-right: clamp(22px,3vw,56px) !important;
}

body .orre-product-slider {
    scroll-padding-left: clamp(22px,3vw,56px) !important;
    scroll-padding-right: clamp(22px,3vw,56px) !important;
}

body .orre-home-hero,
body .orre-home-editorial,
body .orre-home-brand,
body .orre-brand-strip {
    width: 100% !important;
    max-width: none !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

body .orre-home-product-grid,
body .orre-shop-pro-grid,
body .orre-collection-grid {
    gap: 12px !important;
}

body .orre-home-size-strip {
    position: relative !important;
    display: flex !important;
    visibility: visible !important;
    opacity: 1 !important;
    width: 100% !important;
    height: auto !important;
    min-height: 44px !important;
    max-height: none !important;
    margin: 0 !important;
    padding: 10px 14px 0 !important;
    flex-wrap: wrap !important;
    align-items: flex-start !important;
    gap: 6px !important;
    background: #fff !important;
    transform: none !important;
    overflow: visible !important;
}

    body .orre-home-size-strip > span {
        min-width: 40px !important;
        width: auto !important;
        height: 34px !important;
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        margin: 0 !important;
        padding: 0 10px !important;
        background: #fff !important;
        color: #555 !important;
        border: 1px solid #d4d4d4 !important;
        border-radius: 0 !important;
        font-family: Arial,Helvetica,sans-serif !important;
        font-size: 10px !important;
        font-weight: 500 !important;
        line-height: 1 !important;
        letter-spacing: .02em !important;
        text-transform: uppercase !important;
        box-shadow: none !important;
    }

body .orre-shop-pro-sizes,
body .orre-collection-size-strip {
    display: flex !important;
    visibility: visible !important;
    opacity: 1 !important;
    width: 100% !important;
    height: auto !important;
    min-height: 44px !important;
    margin: 0 !important;
    padding: 10px 14px 0 !important;
    gap: 6px !important;
    flex-wrap: wrap !important;
    background: #fff !important;
    transform: none !important;
    overflow: visible !important;
}

body .orre-shop-pro-size-label,
body .orre-collection-size-label {
    display: none !important;
}

body .orre-shop-pro-size-list {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 6px !important;
}

    body .orre-shop-pro-size-list > span,
    body .orre-collection-size-strip > span {
        min-width: 40px !important;
        width: auto !important;
        height: 34px !important;
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        padding: 0 10px !important;
        background: #fff !important;
        color: #555 !important;
        border: 1px solid #d4d4d4 !important;
        border-radius: 0 !important;
        font-size: 10px !important;
        font-weight: 500 !important;
    }

body .product-grid-item .wd-swatches-grid,
body .related.products .wd-swatches-grid,
body .upsells.products .wd-swatches-grid {
    display: flex !important;
    visibility: visible !important;
    opacity: 1 !important;
    width: 100% !important;
    height: auto !important;
    margin: 8px 0 0 !important;
    padding: 0 !important;
    flex-wrap: wrap !important;
    gap: 6px !important;
}

body .product-grid-item .wd-swatch-text,
body .related.products .wd-swatch-text,
body .upsells.products .wd-swatch-text {
    min-width: 40px !important;
    height: 34px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0 10px !important;
    background: #fff !important;
    color: #555 !important;
    border: 1px solid #d4d4d4 !important;
    border-radius: 0 !important;
    font-size: 10px !important;
    font-weight: 500 !important;
    box-shadow: none !important;
}

body .orre-home-product-info,
body .orre-shop-pro-info,
body .orre-collection-card-info {
    margin: 0 !important;
    padding: 13px 14px 24px !important;
    background: #fff !important;
}

body .orre-home-product-name,
body .orre-shop-pro-name,
body .orre-collection-card-title {
    display: block !important;
    margin: 0 !important;
    color: #111 !important;
    font-family: Arial,Helvetica,sans-serif !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    line-height: 1.35 !important;
    letter-spacing: .01em !important;
    text-transform: uppercase !important;
}

body .orre-home-product-price,
body .orre-shop-pro-price,
body .orre-collection-card-price {
    display: block !important;
    margin-top: 7px !important;
    color: #111 !important;
    font-family: Arial,Helvetica,sans-serif !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    line-height: 1.3 !important;
}

body .woocommerce-Price-currencySymbol {
    display: inline-block !important;
    margin-right: 5px !important;
}

@media(max-width:1024px) {

    body .orre-home-product-grid,
    body .orre-shop-pro-grid,
    body .orre-collection-grid,
    body .orre-related-track {
        padding-left: 18px !important;
        padding-right: 18px !important;
    }

    body .orre-home-product-grid,
    body .orre-shop-pro-grid,
    body .orre-collection-grid {
        gap: 8px !important;
    }
}

@media(max-width:767px) {

    body .orre-home-product-grid,
    body .orre-shop-pro-grid,
    body .orre-collection-grid,
    body .orre-related-track {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    body .orre-home-product-grid,
    body .orre-shop-pro-grid,
    body .orre-collection-grid {
        gap: 6px !important;
    }

    body .orre-home-size-strip,
    body .orre-shop-pro-sizes,
    body .orre-collection-size-strip {
        min-height: 38px !important;
        padding: 7px 7px 0 !important;
        gap: 4px !important;
    }

        body .orre-home-size-strip > span,
        body .orre-shop-pro-size-list > span,
        body .orre-collection-size-strip > span,
        body .product-grid-item .wd-swatch-text {
            min-width: 33px !important;
            height: 30px !important;
            padding: 0 7px !important;
            font-size: 9px !important;
        }

    body .orre-home-product-info,
    body .orre-shop-pro-info,
    body .orre-collection-card-info {
        padding: 10px 7px 17px !important;
    }

    body .orre-home-product-name,
    body .orre-shop-pro-name,
    body .orre-collection-card-title {
        font-size: 10.5px !important;
    }

    body .orre-home-product-price,
    body .orre-shop-pro-price,
    body .orre-collection-card-price {
        margin-top: 5px !important;
        font-size: 10.5px !important;
    }
}

.orre-home-product-grid,
.orre-shop-pro-grid,
.orre-collection-grid,
.orre-related-track{
    width:100%!important;
    max-width:100%!important;

    box-sizing:border-box!important;

    padding-left:40px!important;
    padding-right:40px!important;

    margin-left:auto!important;
    margin-right:auto!important;
}

.orre-home-product-grid,
.orre-shop-pro-grid,
.orre-collection-grid{
    gap:16px!important;
    column-gap:16px!important;
    row-gap:24px!important;
}

.orre-home-product,
.orre-shop-pro-card,
.orre-collection-card{
    min-width:0!important;

    margin:0!important;
    padding:0!important;

    background:#fff!important;
}

.orre-home-product-media,
.orre-shop-pro-gallery,
.orre-collection-card-media{
    width:100%!important;

    margin:0!important;
    padding:0!important;

    overflow:hidden!important;

    background:#f3efed!important;
}

.orre-home-product-media img,
.orre-shop-pro-gallery img,
.orre-collection-card-media img{
    display:block!important;

    width:100%!important;
    height:100%!important;

    margin:0!important;

    object-fit:cover!important;
    object-position:center!important;
}

.orre-home-size-strip,
.orre-shop-pro-sizes,
.orre-collection-size-strip{
    box-sizing:border-box!important;

    width:100%!important;

    margin:0!important;
    padding:10px 12px 0!important;

    gap:6px!important;

    background:#fff!important;
}

.orre-home-product-info,
.orre-shop-pro-info,
.orre-collection-card-info{
    box-sizing:border-box!important;

    width:100%!important;

    margin:0!important;
    padding:14px 12px 24px!important;

    background:#fff!important;
}

.orre-home-product-name,
.orre-shop-pro-name,
.orre-collection-card-title{
    margin:0!important;

    font-size:13px!important;
    font-weight:700!important;
    line-height:1.35!important;

    text-transform:uppercase!important;
}

.orre-home-product-price,
.orre-shop-pro-price,
.orre-collection-card-price{
    margin-top:7px!important;

    font-size:12px!important;
    font-weight:700!important;
}

.woocommerce-Price-currencySymbol{
    display:inline-block!important;
    margin-right:5px!important;
}

@media(max-width:1024px){

    .orre-home-product-grid,
    .orre-shop-pro-grid,
    .orre-collection-grid,
    .orre-related-track{
        padding-left:24px!important;
        padding-right:24px!important;
    }

    .orre-home-product-grid,
    .orre-shop-pro-grid,
    .orre-collection-grid{
        gap:12px!important;
    }
}

@media(max-width:767px){

    .orre-home-product-grid,
    .orre-shop-pro-grid,
    .orre-collection-grid,
    .orre-related-track{
        padding-left:12px!important;
        padding-right:12px!important;
    }

    .orre-home-product-grid,
    .orre-shop-pro-grid,
    .orre-collection-grid{
        gap:8px!important;
        row-gap:18px!important;
    }

    .orre-home-size-strip,
    .orre-shop-pro-sizes,
    .orre-collection-size-strip{
        padding:7px 7px 0!important;
    }

    .orre-home-product-info,
    .orre-shop-pro-info,
    .orre-collection-card-info{
        padding:10px 7px 16px!important;
    }
}

:root{
    --orre-page-gutter: 56px;
    --orre-card-gap: 16px;
}

.orre-home-new,
.orre-home-collection{
    padding-left:var(--orre-page-gutter)!important;
    padding-right:var(--orre-page-gutter)!important;

    box-sizing:border-box!important;
}

.orre-home-new .orre-home-section-header,
.orre-home-collection .orre-home-section-header{
    padding-left:0!important;
    padding-right:0!important;
}

.orre-home-product-grid{
    width:100%!important;

    padding-left:0!important;
    padding-right:0!important;

    gap:var(--orre-card-gap)!important;

    box-sizing:border-box!important;
}

.orre-slider-shell{
    position:relative!important;

    width:100%!important;

    margin:0!important;
    padding:0!important;

    box-sizing:border-box!important;
}

.orre-inside{
    width:100%!important;

    padding-left:var(--orre-page-gutter)!important;
    padding-right:var(--orre-page-gutter)!important;

    box-sizing:border-box!important;
}

.orre-inside-head{
    width:100%!important;

    margin-left:auto!important;
    margin-right:auto!important;

    padding-left:0!important;
    padding-right:0!important;

    box-sizing:border-box!important;
}

.orre-inside-shell{
    position:relative!important;

    width:100%!important;

    margin:0!important;
    padding:0!important;

    box-sizing:border-box!important;
}

.orre-inside-track{
    width:100%!important;

    margin:0!important;

    padding-left:0!important;
    padding-right:0!important;

    gap:30px!important;

    box-sizing:border-box!important;
}

.orre-home-product,
.orre-inside-card{
    margin:0!important;
}

.orre-shop-pro-products,
.orre-collection-products{
    padding-left:var(--orre-page-gutter)!important;
    padding-right:var(--orre-page-gutter)!important;

    box-sizing:border-box!important;
}

.orre-shop-pro-grid,
.orre-collection-grid{
    width:100%!important;

    padding-left:0!important;
    padding-right:0!important;

    gap:var(--orre-card-gap)!important;

    box-sizing:border-box!important;
}

.orre-related-section,
.related.products,
.upsells.products{
    padding-left:var(--orre-page-gutter)!important;
    padding-right:var(--orre-page-gutter)!important;

    box-sizing:border-box!important;
}

.orre-related-track{
    width:100%!important;

    padding-left:0!important;
    padding-right:0!important;

    gap:var(--orre-card-gap)!important;

    box-sizing:border-box!important;
}

.orre-slider-prev,
.orre-inside-prev{
    left:-28px!important;
}

.orre-slider-next,
.orre-inside-next{
    right:-28px!important;
}

@media(max-width:1024px){

    :root{
        --orre-page-gutter: 28px;
        --orre-card-gap: 12px;
    }

    .orre-inside-track{
        gap:18px!important;
    }

    .orre-slider-prev,
    .orre-inside-prev{
        left:-14px!important;
    }

    .orre-slider-next,
    .orre-inside-next{
        right:-14px!important;
    }
}

@media(max-width:767px){

    :root{
        --orre-page-gutter: 12px;
        --orre-card-gap: 8px;
    }

    .orre-home-new,
    .orre-home-collection,
    .orre-inside,
    .orre-shop-pro-products,
    .orre-collection-products,
    .orre-related-section,
    .related.products,
    .upsells.products{
        padding-left:12px!important;
        padding-right:12px!important;
    }

    .orre-inside-track{
        gap:12px!important;
    }

    .orre-slider-prev,
    .orre-inside-prev{
        left:4px!important;
    }

    .orre-slider-next,
    .orre-inside-next{
        right:4px!important;
    }
}

.orre-home-new,
.orre-home-collection{
    box-sizing:border-box!important;
    width:100%!important;
    padding-left:56px!important;
    padding-right:56px!important;
}

.orre-slider-shell{
    position:relative!important;
    width:100%!important;
    margin:0!important;
    padding:0!important;
    overflow:visible!important;
}

.orre-home-product-grid{
    box-sizing:border-box!important;
    width:100%!important;
    padding-left:0!important;
    padding-right:0!important;
    gap:16px!important;
}

.orre-slider-arrow{
    position:absolute!important;
    top:42%!important;
    z-index:50!important;

    width:50px!important;
    height:50px!important;

    display:flex!important;
    align-items:center!important;
    justify-content:center!important;

    padding:0!important;
    margin:0!important;

    background:rgba(255,255,255,.96)!important;
    color:#111!important;

    border:1px solid rgba(0,0,0,.08)!important;
    border-radius:50%!important;

    box-shadow:0 5px 18px rgba(0,0,0,.10)!important;

    transform:translateY(-50%)!important;

    cursor:pointer!important;
}

.orre-slider-prev{
    left:10px!important;
}

.orre-slider-next{
    right:10px!important;
}

.orre-slider-arrow:hover{
    background:#000!important;
    color:#fff!important;
}

.orre-slider-arrow > span{
    position:relative!important;
    display:block!important;
    width:12px!important;
    height:12px!important;
}

.orre-slider-arrow > span::before{
    content:""!important;
    position:absolute!important;
    top:50%!important;
    left:50%!important;
    width:8px!important;
    height:8px!important;
    border-top:1.5px solid currentColor!important;
    border-right:1.5px solid currentColor!important;
}

.orre-slider-prev > span::before{
    transform:translate(-35%,-50%) rotate(-135deg)!important;
}

.orre-slider-next > span::before{
    transform:translate(-65%,-50%) rotate(45deg)!important;
}

.orre-home-size-strip{
    display:flex!important;
    visibility:visible!important;
    opacity:1!important;

    width:100%!important;
    min-height:44px!important;

    margin:0!important;
    padding:10px 12px 0!important;

    flex-wrap:wrap!important;
    align-items:center!important;
    gap:6px!important;

    background:#fff!important;
    overflow:visible!important;
    transform:none!important;
}

.orre-home-size-strip > span{
    min-width:40px!important;
    height:34px!important;

    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;

    padding:0 10px!important;

    background:#fff!important;
    color:#444!important;

    border:1px solid #d4d4d4!important;
    border-radius:0!important;

    font-family:Arial,Helvetica,sans-serif!important;
    font-size:10px!important;
    font-weight:500!important;
    line-height:1!important;
    text-transform:uppercase!important;
}

.orre-home-product-info{
    box-sizing:border-box!important;
    width:100%!important;

    margin:0!important;
    padding:12px 12px 22px!important;

    background:#fff!important;
}

.orre-home-product-name{
    margin:0!important;
    font-size:13px!important;
    font-weight:700!important;
    line-height:1.35!important;
    text-transform:uppercase!important;
}

.orre-home-product-price{
    margin-top:7px!important;
    font-size:12px!important;
    font-weight:700!important;
}

@media(max-width:1024px){

    .orre-home-new,
    .orre-home-collection{
        padding-left:28px!important;
        padding-right:28px!important;
    }

    .orre-home-product-grid{
        gap:12px!important;
    }

    .orre-slider-arrow{
        width:44px!important;
        height:44px!important;
    }

    .orre-slider-prev{
        left:8px!important;
    }

    .orre-slider-next{
        right:8px!important;
    }
}

@media(max-width:767px){

    .orre-home-new,
    .orre-home-collection{
        padding-left:12px!important;
        padding-right:12px!important;
    }

    .orre-home-product-grid{
        gap:8px!important;
    }

    .orre-slider-arrow{
        width:38px!important;
        height:38px!important;
        top:40%!important;
    }

    .orre-slider-prev{
        left:5px!important;
    }

    .orre-slider-next{
        right:5px!important;
    }

    .orre-home-size-strip{
        min-height:38px!important;
        padding:7px 7px 0!important;
        gap:4px!important;
    }

    .orre-home-size-strip > span{
        min-width:33px!important;
        height:30px!important;
        padding:0 7px!important;
        font-size:9px!important;
    }

    .orre-home-product-info{
        padding:10px 7px 16px!important;
    }
}

.orre-home-new,
.orre-home-collection{
    box-sizing:border-box!important;
    width:100%!important;
    padding-left:64px!important;
    padding-right:64px!important;
}

.orre-slider-shell{
    position:relative!important;
    width:100%!important;
    margin:0!important;
    padding:0!important;
    overflow:hidden!important;
}

.orre-home-product-grid{
    box-sizing:border-box!important;
    width:100%!important;
    gap:16px!important;
    padding:0!important;
    margin:0!important;
}

.orre-home-product{
    min-width:0!important;
    margin:0!important;
    background:#fff!important;
}

.orre-slider-arrow{
    position:absolute!important;
    top:42%!important;
    z-index:60!important;

    width:48px!important;
    height:48px!important;

    display:flex!important;
    align-items:center!important;
    justify-content:center!important;

    margin:0!important;
    padding:0!important;

    background:#fff!important;
    color:#111!important;

    border:1px solid rgba(0,0,0,.10)!important;
    border-radius:50%!important;

    box-shadow:0 4px 16px rgba(0,0,0,.10)!important;

    transform:translateY(-50%)!important;
}

.orre-slider-prev{
    left:14px!important;
}

.orre-slider-next{
    right:14px!important;
}

.orre-slider-arrow svg{
    width:20px!important;
    height:20px!important;

    display:block!important;

    fill:none!important;
    stroke:currentColor!important;
    stroke-width:1.8!important;
    stroke-linecap:round!important;
    stroke-linejoin:round!important;
}

.orre-slider-arrow:hover{
    background:#000!important;
    color:#fff!important;
}

.orre-slider-arrow > span,
.orre-slider-arrow::before,
.orre-slider-arrow::after,
.orre-slider-arrow > span::before,
.orre-slider-arrow > span::after{
    display:none!important;
    content:none!important;
}

.orre-home-size-strip{
    box-sizing:border-box!important;

    display:flex!important;
    visibility:visible!important;
    opacity:1!important;

    width:100%!important;
    min-height:46px!important;

    margin:0!important;
    padding:10px 12px 2px!important;

    flex-wrap:wrap!important;
    align-items:center!important;
    gap:6px!important;

    background:#fff!important;

    transform:none!important;
    overflow:visible!important;
}

.orre-home-size-strip > span{
    min-width:40px!important;
    height:34px!important;

    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;

    margin:0!important;
    padding:0 10px!important;

    color:#444!important;
    background:#fff!important;

    border:1px solid #d4d4d4!important;
    border-radius:0!important;

    font-family:Arial,Helvetica,sans-serif!important;
    font-size:10px!important;
    font-weight:500!important;
    line-height:1!important;

    text-transform:uppercase!important;
}

.orre-home-product-info{
    box-sizing:border-box!important;
    width:100%!important;

    margin:0!important;
    padding:12px 12px 22px!important;

    background:#fff!important;
}

@media(max-width:1024px){

    .orre-home-new,
    .orre-home-collection{
        padding-left:28px!important;
        padding-right:28px!important;
    }

    .orre-home-product-grid{
        gap:12px!important;
    }

    .orre-slider-arrow{
        width:44px!important;
        height:44px!important;
    }

    .orre-slider-prev{
        left:10px!important;
    }

    .orre-slider-next{
        right:10px!important;
    }
}

@media(max-width:767px){

    .orre-home-new,
    .orre-home-collection{
        padding-left:12px!important;
        padding-right:12px!important;
    }

    .orre-home-product-grid{
        gap:8px!important;
    }

    .orre-slider-arrow{
        width:38px!important;
        height:38px!important;
        top:40%!important;
    }

    .orre-slider-prev{
        left:6px!important;
    }

    .orre-slider-next{
        right:6px!important;
    }

    .orre-home-size-strip{
        min-height:38px!important;
        padding:7px 7px 2px!important;
        gap:4px!important;
    }

    .orre-home-size-strip > span{
        min-width:33px!important;
        height:30px!important;
        padding:0 7px!important;
        font-size:9px!important;
    }
}

body.home .orre-home-collection{
    width:100%!important;
    padding-left:56px!important;
    padding-right:56px!important;
    box-sizing:border-box!important;
}

body.home .orre-home-collection .orre-slider-shell{
    position:relative!important;
    width:100%!important;
    margin:0!important;
    padding:0!important;
    overflow:hidden!important;
}

body.home .orre-product-slider{
    display:flex!important;
    width:100%!important;
    gap:16px!important;
    margin:0!important;
    padding:0!important;
    overflow-x:auto!important;
    overflow-y:hidden!important;
    scroll-snap-type:x proximity!important;
    scrollbar-width:none!important;
}

body.home .orre-product-slider::-webkit-scrollbar{
    display:none!important;
}

body.home .orre-product-slider > .orre-home-product{
    flex:0 0 calc((100% - 48px) / 4)!important;
    width:calc((100% - 48px) / 4)!important;
    max-width:calc((100% - 48px) / 4)!important;
    min-width:0!important;
    margin:0!important;
    padding:0 0 24px!important;
    scroll-snap-align:start!important;
}

body.home .orre-home-size-strip{
    position:static!important;
    inset:auto!important;

    display:flex!important;
    visibility:visible!important;
    opacity:1!important;
    transform:none!important;

    width:100%!important;
    min-height:46px!important;

    margin:0!important;
    padding:10px 12px 2px!important;

    align-items:center!important;
    justify-content:flex-start!important;
    flex-wrap:wrap!important;
    gap:6px!important;

    background:#fff!important;
    overflow:visible!important;

    transition:none!important;
}

body.home .orre-home-product:hover .orre-home-size-strip{
    opacity:1!important;
    transform:none!important;
}

body.home .orre-home-size-strip > span{
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;

    min-width:40px!important;
    width:auto!important;
    height:34px!important;

    margin:0!important;
    padding:0 10px!important;

    background:#fff!important;
    color:#555!important;

    border:1px solid #d5d5d5!important;
    border-radius:0!important;

    box-shadow:none!important;

    font-family:Arial,Helvetica,sans-serif!important;
    font-size:10px!important;
    font-weight:500!important;
    line-height:1!important;
    letter-spacing:0!important;
    text-transform:uppercase!important;
}

body.home .orre-home-product-info{
    margin:0!important;
    padding:10px 12px 24px!important;
    background:#fff!important;
}

body.home .orre-slider-arrow,
body.home .orre-slider-arrow:hover,
body.home .orre-slider-arrow:focus{
    position:absolute!important;
    top:42%!important;
    z-index:100!important;

    width:52px!important;
    height:52px!important;

    display:flex!important;
    align-items:center!important;
    justify-content:center!important;

    margin:0!important;
    padding:0!important;

    background:#fff!important;
    color:#111!important;

    border:1px solid #e2e2e2!important;
    border-radius:50%!important;

    box-shadow:0 5px 18px rgba(0,0,0,.10)!important;

    transform:translateY(-50%)!important;
}

body.home .orre-slider-prev{
    left:12px!important;
}

body.home .orre-slider-next{
    right:12px!important;
}

body.home .orre-slider-arrow span{
    position:relative!important;
    display:block!important;
    width:14px!important;
    height:14px!important;
}

body.home .orre-slider-arrow span::before{
    content:""!important;
    position:absolute!important;
    top:50%!important;
    left:50%!important;
    width:8px!important;
    height:8px!important;
    border-top:1.8px solid currentColor!important;
    border-right:1.8px solid currentColor!important;
}

body.home .orre-slider-prev span::before{
    transform:translate(-35%,-50%) rotate(-135deg)!important;
}

body.home .orre-slider-next span::before{
    transform:translate(-65%,-50%) rotate(45deg)!important;
}

body.post-type-archive-product .orre-shop-pro-sizes,
body.post-type-archive-product .orre-shop-pro-size-list{
    display:flex!important;
    visibility:visible!important;
    opacity:1!important;
}

body.post-type-archive-product .orre-shop-pro-size-label{
    display:none!important;
}

body.post-type-archive-product .orre-shop-pro-sizes{
    position:static!important;
    width:100%!important;
    min-height:46px!important;
    margin:0!important;
    padding:10px 12px 2px!important;
    align-items:center!important;
    justify-content:flex-start!important;
    background:#fff!important;
}

body.post-type-archive-product .orre-shop-pro-size-list{
    align-items:center!important;
    justify-content:flex-start!important;
    flex-wrap:wrap!important;
    gap:6px!important;
}

body.post-type-archive-product .orre-shop-pro-size-list > span{
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    min-width:40px!important;
    height:34px!important;
    padding:0 10px!important;
    margin:0!important;
    background:#fff!important;
    color:#555!important;
    border:1px solid #d5d5d5!important;
    border-radius:0!important;
    font-size:10px!important;
    font-weight:500!important;
    line-height:1!important;
}

body.tax-product_cat .orre-collection-sizes{
    display:flex!important;
    visibility:visible!important;
    opacity:1!important;
    transform:none!important;
}

@media(max-width:1024px){
    body.home .orre-home-collection{
        padding-left:28px!important;
        padding-right:28px!important;
    }

    body.home .orre-product-slider{
        gap:12px!important;
    }

    body.home .orre-product-slider > .orre-home-product{
        flex-basis:calc((100% - 24px) / 3)!important;
        width:calc((100% - 24px) / 3)!important;
        max-width:calc((100% - 24px) / 3)!important;
    }
}

@media(max-width:767px){
    body.home .orre-home-collection{
        padding-left:12px!important;
        padding-right:12px!important;
    }

    body.home .orre-product-slider{
        gap:10px!important;
    }

    body.home .orre-product-slider > .orre-home-product{
        flex:0 0 78vw!important;
        width:78vw!important;
        max-width:330px!important;
    }

    body.home .orre-home-size-strip{
        min-height:38px!important;
        padding:7px 7px 2px!important;
        gap:4px!important;
    }

    body.home .orre-home-size-strip > span{
        min-width:33px!important;
        height:30px!important;
        padding:0 7px!important;
        font-size:9px!important;
    }

    body.home .orre-slider-arrow{
        display:none!important;
    }
}

.orre-home-product-name,
.orre-collection-product-name,
.orre-shop-pro-name,
.orre-pdp-final-related-info > a{
    color:#111!important;
    font-family:Arial,Helvetica,sans-serif!important;
    font-size:14px!important;
    font-weight:700!important;
    line-height:1.35!important;
    letter-spacing:.01em!important;
    text-transform:uppercase!important;
}

.orre-home-product-price,
.orre-collection-product-price,
.orre-shop-pro-price,
.orre-pdp-final-related-info > span{
    margin-top:8px!important;
    color:#111!important;
    font-family:Arial,Helvetica,sans-serif!important;
    font-size:14px!important;
    font-weight:700!important;
    line-height:1.25!important;
}

.woocommerce-Price-currencySymbol{
    display:inline-block!important;
    margin-right:5px!important;
}

.orre-home-size-strip,
.orre-collection-sizes,
.orre-shop-pro-sizes,
.orre-shop-pro-size-list{
    position:static!important;
    inset:auto!important;
    display:flex!important;
    visibility:visible!important;
    opacity:1!important;
    transform:none!important;
    flex-wrap:wrap!important;
    align-items:center!important;
    justify-content:flex-start!important;
    gap:6px!important;
    width:100%!important;
    min-height:48px!important;
    margin:0!important;
    padding:10px 12px 4px!important;
    background:#fff!important;
    overflow:visible!important;
    transition:none!important;
}

.orre-home-size-strip > span,
.orre-collection-sizes > span,
.orre-shop-pro-size-list > span{
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    min-width:42px!important;
    height:36px!important;
    margin:0!important;
    padding:0 11px!important;
    background:#000!important;
    color:#fff!important;
    border:1px solid #000!important;
    border-radius:0!important;
    box-shadow:none!important;
    font-family:Arial,Helvetica,sans-serif!important;
    font-size:10px!important;
    font-weight:700!important;
    line-height:1!important;
    letter-spacing:.04em!important;
    text-transform:uppercase!important;
}

.orre-home-product:hover .orre-home-size-strip,
.orre-collection-card:hover .orre-collection-sizes{
    opacity:1!important;
    transform:none!important;
}

.orre-shop-pro-size-label{
    display:none!important;
}

.orre-home-product-info,
.orre-collection-card-info,
.orre-shop-pro-info,
.orre-pdp-final-related-info{
    padding:12px 12px 24px!important;
    background:#fff!important;
}

body.single-product,
body.single-product #page,
body.single-product .website-wrapper,
body.single-product .main-page-wrapper,
body.single-product .site-content,
body.single-product .orre-single-product-page,
body.single-product .orre-pdp-final,
body.single-product .orre-pdp-final-main,
body.single-product .orre-pdp-final-gallery,
body.single-product .orre-pdp-kiji-gallery,
body.single-product .orre-pdp-kiji-main-link,
body.single-product .orre-pdp-kiji-thumbs,
body.single-product .orre-pdp-kiji-thumb{
    background:#fff!important;
}

body.single-product .orre-pdp-kiji-main-image{
    display:block!important;
    width:100%!important;
    height:auto!important;
    max-height:720px!important;
    min-height:0!important;
    margin:0 auto!important;
    object-fit:contain!important;
    object-position:center!important;
    background:#fff!important;
}

body.single-product .orre-pdp-kiji-thumb img{
    object-fit:contain!important;
    background:#fff!important;
}

body.single-product .orre-pdp-final-summary-inner{
    padding-top:42px!important;
}

body.single-product .orre-pdp-final-title{
    color:#111!important;
    font-family:Arial,Helvetica,sans-serif!important;
    font-size:32px!important;
    font-weight:700!important;
    line-height:1.08!important;
    letter-spacing:-.02em!important;
    text-transform:uppercase!important;
}

body.single-product .orre-pdp-final-codes{
    margin-top:12px!important;
    color:#777!important;
    font-family:Arial,Helvetica,sans-serif!important;
    font-size:10px!important;
    font-weight:500!important;
    letter-spacing:.06em!important;
}

body.single-product .orre-pdp-final-price{
    margin-top:20px!important;
    color:#111!important;
    font-family:Arial,Helvetica,sans-serif!important;
    font-size:24px!important;
    font-weight:700!important;
    line-height:1.1!important;
}

body.single-product .orre-pdp-final-short-description{
    max-width:620px!important;
    margin-top:22px!important;
    color:#333!important;
    font-family:Arial,Helvetica,sans-serif!important;
    font-size:14px!important;
    font-weight:400!important;
    line-height:1.7!important;
}

body.single-product .orre-pdp-final-short-description p{
    margin:0 0 12px!important;
}

body.single-product .orre-pdp-final-buy .variations,
body.single-product .orre-pdp-final-buy .variations tbody,
body.single-product .orre-pdp-final-buy .variations tr,
body.single-product .orre-pdp-final-buy .variations th,
body.single-product .orre-pdp-final-buy .variations td{
    display:block!important;
    visibility:visible!important;
    opacity:1!important;
    width:100%!important;
}

body.single-product .orre-pdp-final-buy .variations{
    margin:0 0 22px!important;
    padding:0!important;
    border:0!important;
}

body.single-product .orre-pdp-final-buy .variations tr{
    margin:0 0 18px!important;
}

body.single-product .orre-pdp-final-buy .variations th,
body.single-product .orre-pdp-final-buy .variations td{
    margin:0!important;
    padding:0!important;
    border:0!important;
}

body.single-product .orre-pdp-final-buy .variations label{
    display:block!important;
    margin:0 0 10px!important;
    color:#111!important;
    font-family:Arial,Helvetica,sans-serif!important;
    font-size:11px!important;
    font-weight:700!important;
    line-height:1!important;
    letter-spacing:.08em!important;
    text-transform:uppercase!important;
}

body.single-product .orre-pdp-final-buy .wd-swatches-product{
    display:flex!important;
    flex-wrap:wrap!important;
    gap:7px!important;
}

body.single-product .orre-pdp-final-buy .wd-swatch,
body.single-product .orre-pdp-final-buy .wd-swatch-text{
    min-width:46px!important;
    height:38px!important;
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    margin:0!important;
    padding:0 12px!important;
    background:#000!important;
    color:#fff!important;
    border:1px solid #000!important;
    border-radius:0!important;
    font-size:10px!important;
    font-weight:700!important;
}

body.single-product .orre-pdp-final-buy .wd-swatch.wd-active,
body.single-product .orre-pdp-final-buy .wd-swatch.active,
body.single-product .orre-pdp-final-buy .wd-swatch.selected,
body.single-product .orre-pdp-final-buy .wd-swatch:hover{
    background:#fff!important;
    color:#000!important;
    border-color:#000!important;
}

body.single-product .orre-pdp-final-buy .variations select{
    display:block!important;
    width:100%!important;
    max-width:360px!important;
    height:46px!important;
    margin:0!important;
    padding:0 14px!important;
    background:#000!important;
    color:#fff!important;
    border:1px solid #000!important;
    border-radius:0!important;
    font-size:11px!important;
    font-weight:600!important;
}

body.single-product .orre-pdp-final-buy .reset_variations{
    display:inline-block!important;
    margin-top:9px!important;
    color:#555!important;
    font-size:9px!important;
    font-weight:600!important;
    letter-spacing:.06em!important;
}

body.single-product .orre-pdp-static-sizes{
    margin-top:24px!important;
}

body.single-product .orre-pdp-static-sizes-label{
    display:block!important;
    margin-bottom:10px!important;
    color:#111!important;
    font-size:11px!important;
    font-weight:700!important;
    letter-spacing:.08em!important;
}

body.single-product .orre-pdp-static-sizes-list{
    display:flex!important;
    flex-wrap:wrap!important;
    gap:7px!important;
}

body.single-product .orre-pdp-static-sizes-list > span{
    min-width:46px!important;
    height:38px!important;
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    padding:0 12px!important;
    background:#000!important;
    color:#fff!important;
    border:1px solid #000!important;
    font-size:10px!important;
    font-weight:700!important;
}

body.single-product .orre-pdp-final-buy{
    margin-top:28px!important;
}

body.single-product .orre-pdp-final-buy .single_add_to_cart_button{
    min-height:52px!important;
    background:#000!important;
    color:#fff!important;
    border:1px solid #000!important;
    font-size:11px!important;
    font-weight:700!important;
    letter-spacing:.10em!important;
}

@media(max-width:767px){

    .orre-home-product-name,
    .orre-collection-product-name,
    .orre-shop-pro-name{
        font-size:12px!important;
    }

    .orre-home-product-price,
    .orre-collection-product-price,
    .orre-shop-pro-price{
        font-size:12px!important;
    }

    .orre-home-size-strip,
    .orre-collection-sizes,
    .orre-shop-pro-sizes{
        padding:8px 7px 3px!important;
        gap:4px!important;
    }

    .orre-home-size-strip > span,
    .orre-collection-sizes > span,
    .orre-shop-pro-size-list > span{
        min-width:36px!important;
        height:32px!important;
        padding:0 8px!important;
        font-size:9px!important;
    }

    body.single-product .orre-pdp-final-title{
        font-size:25px!important;
    }

    body.single-product .orre-pdp-final-price{
        font-size:20px!important;
    }

    body.single-product .orre-pdp-final-short-description{
        font-size:13px!important;
        line-height:1.65!important;
    }

    body.single-product .orre-pdp-kiji-main-image{
        max-height:none!important;
        object-fit:contain!important;
    }
}

.orre-home-product-name,
.orre-collection-product-name,
.orre-shop-pro-name,
.orre-pdp-final-related-info > a{
    color:#111!important;
    font-family:Arial,Helvetica,sans-serif!important;
    font-size:14px!important;
    font-weight:700!important;
    line-height:1.35!important;
    letter-spacing:.01em!important;
    text-transform:uppercase!important;
}

.orre-home-product-price,
.orre-collection-product-price,
.orre-shop-pro-price,
.orre-pdp-final-related-info > span{
    margin-top:8px!important;
    color:#111!important;
    font-family:Arial,Helvetica,sans-serif!important;
    font-size:14px!important;
    font-weight:700!important;
    line-height:1.25!important;
}

.woocommerce-Price-currencySymbol{
    display:inline-block!important;
    margin-right:5px!important;
}

.orre-home-size-strip,
.orre-collection-sizes,
.orre-shop-pro-sizes,
.orre-shop-pro-size-list{
    position:static!important;
    inset:auto!important;
    display:flex!important;
    visibility:visible!important;
    opacity:1!important;
    transform:none!important;
    flex-wrap:wrap!important;
    align-items:center!important;
    justify-content:flex-start!important;
    gap:6px!important;
    width:100%!important;
    min-height:48px!important;
    margin:0!important;
    padding:10px 12px 4px!important;
    background:#fff!important;
    overflow:visible!important;
    transition:none!important;
}

.orre-home-size-strip > span,
.orre-collection-sizes > span,
.orre-shop-pro-size-list > span{
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    min-width:42px!important;
    height:36px!important;
    margin:0!important;
    padding:0 11px!important;
    background:#000!important;
    color:#fff!important;
    border:1px solid #000!important;
    border-radius:0!important;
    box-shadow:none!important;
    font-family:Arial,Helvetica,sans-serif!important;
    font-size:10px!important;
    font-weight:700!important;
    line-height:1!important;
    letter-spacing:.04em!important;
    text-transform:uppercase!important;
}

.orre-home-product:hover .orre-home-size-strip,
.orre-collection-card:hover .orre-collection-sizes{
    opacity:1!important;
    transform:none!important;
}

.orre-shop-pro-size-label{
    display:none!important;
}

.orre-home-product-info,
.orre-collection-card-info,
.orre-shop-pro-info,
.orre-pdp-final-related-info{
    padding:12px 12px 24px!important;
    background:#fff!important;
}

body.single-product,
body.single-product #page,
body.single-product .website-wrapper,
body.single-product .main-page-wrapper,
body.single-product .site-content,
body.single-product .orre-single-product-page,
body.single-product .orre-pdp-final,
body.single-product .orre-pdp-final-main,
body.single-product .orre-pdp-final-gallery,
body.single-product .orre-pdp-kiji-gallery,
body.single-product .orre-pdp-kiji-main-link,
body.single-product .orre-pdp-kiji-thumbs,
body.single-product .orre-pdp-kiji-thumb{
    background:#fff!important;
}

body.single-product .orre-pdp-kiji-main-image{
    display:block!important;
    width:100%!important;
    height:auto!important;
    max-height:720px!important;
    min-height:0!important;
    margin:0 auto!important;
    object-fit:contain!important;
    object-position:center!important;
    background:#fff!important;
}

body.single-product .orre-pdp-kiji-thumb img{
    object-fit:contain!important;
    background:#fff!important;
}

body.single-product .orre-pdp-final-summary-inner{
    padding-top:42px!important;
}

body.single-product .orre-pdp-final-title{
    color:#111!important;
    font-family:Arial,Helvetica,sans-serif!important;
    font-size:32px!important;
    font-weight:700!important;
    line-height:1.08!important;
    letter-spacing:-.02em!important;
    text-transform:uppercase!important;
}

body.single-product .orre-pdp-final-codes{
    margin-top:12px!important;
    color:#777!important;
    font-family:Arial,Helvetica,sans-serif!important;
    font-size:10px!important;
    font-weight:500!important;
    letter-spacing:.06em!important;
}

body.single-product .orre-pdp-final-price{
    margin-top:20px!important;
    color:#111!important;
    font-family:Arial,Helvetica,sans-serif!important;
    font-size:24px!important;
    font-weight:700!important;
    line-height:1.1!important;
}

body.single-product .orre-pdp-final-short-description{
    max-width:620px!important;
    margin-top:22px!important;
    color:#333!important;
    font-family:Arial,Helvetica,sans-serif!important;
    font-size:14px!important;
    font-weight:400!important;
    line-height:1.7!important;
}

body.single-product .orre-pdp-final-short-description p{
    margin:0 0 12px!important;
}

body.single-product .orre-pdp-final-buy .variations,
body.single-product .orre-pdp-final-buy .variations tbody,
body.single-product .orre-pdp-final-buy .variations tr,
body.single-product .orre-pdp-final-buy .variations th,
body.single-product .orre-pdp-final-buy .variations td{
    display:block!important;
    visibility:visible!important;
    opacity:1!important;
    width:100%!important;
}

body.single-product .orre-pdp-final-buy .variations{
    margin:0 0 22px!important;
    padding:0!important;
    border:0!important;
}

body.single-product .orre-pdp-final-buy .variations tr{
    margin:0 0 18px!important;
}

body.single-product .orre-pdp-final-buy .variations th,
body.single-product .orre-pdp-final-buy .variations td{
    margin:0!important;
    padding:0!important;
    border:0!important;
}

body.single-product .orre-pdp-final-buy .variations label{
    display:block!important;
    margin:0 0 10px!important;
    color:#111!important;
    font-family:Arial,Helvetica,sans-serif!important;
    font-size:11px!important;
    font-weight:700!important;
    line-height:1!important;
    letter-spacing:.08em!important;
    text-transform:uppercase!important;
}

body.single-product .orre-pdp-final-buy .wd-swatches-product{
    display:flex!important;
    flex-wrap:wrap!important;
    gap:7px!important;
}

body.single-product .orre-pdp-final-buy .wd-swatch,
body.single-product .orre-pdp-final-buy .wd-swatch-text{
    min-width:46px!important;
    height:38px!important;
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    margin:0!important;
    padding:0 12px!important;
    background:#000!important;
    color:#fff!important;
    border:1px solid #000!important;
    border-radius:0!important;
    font-size:10px!important;
    font-weight:700!important;
}

body.single-product .orre-pdp-final-buy .wd-swatch.wd-active,
body.single-product .orre-pdp-final-buy .wd-swatch.active,
body.single-product .orre-pdp-final-buy .wd-swatch.selected,
body.single-product .orre-pdp-final-buy .wd-swatch:hover{
    background:#fff!important;
    color:#000!important;
    border-color:#000!important;
}

body.single-product .orre-pdp-final-buy .variations select{
    display:block!important;
    width:100%!important;
    max-width:360px!important;
    height:46px!important;
    margin:0!important;
    padding:0 14px!important;
    background:#000!important;
    color:#fff!important;
    border:1px solid #000!important;
    border-radius:0!important;
    font-size:11px!important;
    font-weight:600!important;
}

body.single-product .orre-pdp-final-buy .reset_variations{
    display:inline-block!important;
    margin-top:9px!important;
    color:#555!important;
    font-size:9px!important;
    font-weight:600!important;
    letter-spacing:.06em!important;
}

body.single-product .orre-pdp-static-sizes{
    margin-top:24px!important;
}

body.single-product .orre-pdp-static-sizes-label{
    display:block!important;
    margin-bottom:10px!important;
    color:#111!important;
    font-size:11px!important;
    font-weight:700!important;
    letter-spacing:.08em!important;
}

body.single-product .orre-pdp-static-sizes-list{
    display:flex!important;
    flex-wrap:wrap!important;
    gap:7px!important;
}

body.single-product .orre-pdp-static-sizes-list > span{
    min-width:46px!important;
    height:38px!important;
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    padding:0 12px!important;
    background:#000!important;
    color:#fff!important;
    border:1px solid #000!important;
    font-size:10px!important;
    font-weight:700!important;
}

body.single-product .orre-pdp-final-buy{
    margin-top:28px!important;
}

body.single-product .orre-pdp-final-buy .single_add_to_cart_button{
    min-height:52px!important;
    background:#000!important;
    color:#fff!important;
    border:1px solid #000!important;
    font-size:11px!important;
    font-weight:700!important;
    letter-spacing:.10em!important;
}

@media(max-width:767px){

    .orre-home-product-name,
    .orre-collection-product-name,
    .orre-shop-pro-name{
        font-size:12px!important;
    }

    .orre-home-product-price,
    .orre-collection-product-price,
    .orre-shop-pro-price{
        font-size:12px!important;
    }

    .orre-home-size-strip,
    .orre-collection-sizes,
    .orre-shop-pro-sizes{
        padding:8px 7px 3px!important;
        gap:4px!important;
    }

    .orre-home-size-strip > span,
    .orre-collection-sizes > span,
    .orre-shop-pro-size-list > span{
        min-width:36px!important;
        height:32px!important;
        padding:0 8px!important;
        font-size:9px!important;
    }

    body.single-product .orre-pdp-final-title{
        font-size:25px!important;
    }

    body.single-product .orre-pdp-final-price{
        font-size:20px!important;
    }

    body.single-product .orre-pdp-final-short-description{
        font-size:13px!important;
        line-height:1.65!important;
    }

    body.single-product .orre-pdp-kiji-main-image{
        max-height:none!important;
        object-fit:contain!important;
    }
}

.orre-home-size-strip > span,
.orre-collection-sizes > span,
.orre-shop-pro-size-list > span{
    background:#fff!important;
    color:#111!important;

    border:1px solid #d4d4d4!important;

    font-weight:500!important;
}

body.single-product .orre-pdp-static-sizes-list,
body.single-product .orre-variable-size-buttons{
    display:flex!important;
    flex-wrap:wrap!important;
    gap:8px!important;

    margin:0!important;
    padding:0!important;
}

body.single-product .orre-size-option{
    min-width:52px!important;
    height:42px!important;

    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;

    margin:0!important;
    padding:0 14px!important;

    background:#fff!important;
    color:#111!important;

    border:1px solid #cfcfcf!important;
    border-radius:0!important;

    box-shadow:none!important;

    font-family:Arial,Helvetica,sans-serif!important;
    font-size:11px!important;
    font-weight:600!important;
    line-height:1!important;

    cursor:pointer!important;

    transition:
        background .18s ease,
        color .18s ease,
        border-color .18s ease!important;
}

body.single-product .orre-size-option:hover{
    border-color:#111!important;
}

body.single-product .orre-size-option.is-selected{
    background:#000!important;
    color:#fff!important;
    border-color:#000!important;
}

body.single-product .orre-size-option.is-disabled,
body.single-product .orre-size-option:disabled{
    opacity:.35!important;
    cursor:not-allowed!important;
    text-decoration:line-through!important;
}

body.single-product .orre-native-size-select{
    position:absolute!important;

    width:1px!important;
    height:1px!important;

    margin:-1px!important;
    padding:0!important;

    overflow:hidden!important;

    clip:rect(0 0 0 0)!important;
    clip-path:inset(50%)!important;

    white-space:nowrap!important;

    border:0!important;
}

body.single-product .orre-pdp-final-buy .wd-swatch,
body.single-product .orre-pdp-final-buy .wd-swatch-text{
    background:#fff!important;
    color:#111!important;
    border:1px solid #cfcfcf!important;
}

body.single-product .orre-pdp-final-buy .wd-swatch.wd-active,
body.single-product .orre-pdp-final-buy .wd-swatch.active,
body.single-product .orre-pdp-final-buy .wd-swatch.selected,
body.single-product .orre-pdp-final-buy .wd-swatch:hover{
    background:#000!important;
    color:#fff!important;
    border-color:#000!important;
}

body.single-product .orre-pdp-static-sizes-label{
    margin-bottom:12px!important;

    font-size:11px!important;
    font-weight:700!important;

    letter-spacing:.08em!important;

    text-transform:uppercase!important;
}

body.single-product .orre-pdp-final-price{
    font-size:25px!important;
    font-weight:700!important;
}

body.single-product .orre-pdp-final-short-description{
    font-size:14px!important;
    line-height:1.75!important;
}

body.single-product .orre-pdp-final-gallery,
body.single-product .orre-pdp-kiji-gallery,
body.single-product .orre-pdp-kiji-main-link,
body.single-product .orre-pdp-kiji-main-image,
body.single-product .orre-pdp-kiji-thumbs,
body.single-product .orre-pdp-kiji-thumb,
body.single-product .orre-pdp-kiji-thumb img{
    background:#fff!important;
}
.orre-slider-arrow,
.orre-slider-prev,
.orre-slider-next{
    pointer-events:auto!important;
    cursor:pointer!important;
    z-index:999!important;
}

.orre-slider-shell{
    position:relative!important;
}

.orre-product-slider{
    overflow-x:auto!important;
    scroll-behavior:smooth!important;
}
.orre-slider-arrow span{
    display:block!important;
    position:relative!important;
    width:14px!important;
    height:14px!important;
}

.orre-slider-arrow span::before{
    display:block!important;
    content:""!important;

    position:absolute!important;
    top:50%!important;
    left:50%!important;

    width:8px!important;
    height:8px!important;

    border-top:2px solid #111!important;
    border-right:2px solid #111!important;
}

.orre-slider-prev span::before{
    transform:translate(-35%,-50%) rotate(-135deg)!important;
}

.orre-slider-next span::before{
    transform:translate(-65%,-50%) rotate(45deg)!important;
}

.orre-home-product,
.orre-collection-card,
.orre-shop-pro-card{
    display:flex!important;
    flex-direction:column!important;

    height:100%!important;

    margin:0!important;
    padding:0!important;

    background:#fff!important;
}

.orre-home-product-media,
.orre-collection-card-media,
.orre-shop-pro-gallery{
    position:relative!important;

    width:100%!important;
    height:520px!important;

    flex:0 0 520px!important;

    margin:0!important;
    padding:0!important;

    overflow:hidden!important;

    background:#f3eeee!important;
}

.orre-home-product-media img,
.orre-collection-card-media img,
.orre-shop-pro-gallery img{
    display:block!important;

    width:100%!important;
    height:100%!important;

    object-fit:cover!important;
    object-position:center!important;
}

.orre-home-size-strip,
.orre-collection-sizes,
.orre-shop-pro-sizes{
    box-sizing:border-box!important;

    display:flex!important;
    align-items:center!important;
    flex-wrap:wrap!important;

    width:100%!important;

    min-height:58px!important;
    height:58px!important;

    margin:0!important;
    padding:10px 12px!important;

    gap:7px!important;

    overflow:hidden!important;

    background:#fff!important;
}

.orre-home-size-strip > span,
.orre-collection-sizes > span,
.orre-shop-pro-size-list > span{
    min-width:54px!important;
    height:44px!important;

    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;

    margin:0!important;
    padding:0 12px!important;

    background:#fff!important;
    color:#222!important;

    border:1px solid #d8d8d8!important;

    font-size:10px!important;
    font-weight:500!important;
}

.orre-home-product-info,
.orre-collection-card-info,
.orre-shop-pro-info{
    box-sizing:border-box!important;

    display:flex!important;
    flex-direction:column!important;

    width:100%!important;

    min-height:110px!important;

    margin:0!important;
    padding:8px 12px 22px!important;

    background:#fff!important;
}

.orre-home-product-name,
.orre-collection-product-name,
.orre-shop-pro-name{
    display:block!important;

    min-height:38px!important;

    margin:0!important;

    font-size:14px!important;
    font-weight:700!important;
    line-height:1.35!important;

    text-transform:uppercase!important;
}

.orre-home-product-price,
.orre-collection-product-price,
.orre-shop-pro-price{
    display:block!important;

    min-height:22px!important;

    margin-top:7px!important;

    font-size:14px!important;
    font-weight:600!important;
}

.orre-home-product-grid,
.orre-collection-grid,
.orre-shop-pro-grid{
    align-items:stretch!important;
}

.orre-home-product-grid > *,
.orre-collection-grid > *,
.orre-shop-pro-grid > *{
    height:100%!important;
}

@media(max-width:1024px){

    .orre-home-product-media,
    .orre-collection-card-media,
    .orre-shop-pro-gallery{
        height:430px!important;
        flex-basis:430px!important;
    }

}

@media(max-width:767px){

    .orre-home-product-media,
    .orre-collection-card-media,
    .orre-shop-pro-gallery{
        height:380px!important;
        flex-basis:380px!important;
    }

    .orre-home-size-strip,
    .orre-collection-sizes,
    .orre-shop-pro-sizes{
        min-height:50px!important;
        height:50px!important;

        padding:7px!important;
    }

    .orre-home-size-strip > span,
    .orre-collection-sizes > span,
    .orre-shop-pro-size-list > span{
        min-width:42px!important;
        height:34px!important;

        padding:0 8px!important;
    }

    .orre-home-product-info,
    .orre-collection-card-info,
    .orre-shop-pro-info{
        min-height:95px!important;
        padding:8px 7px 16px!important;
    }

    .orre-home-product-name,
    .orre-collection-product-name,
    .orre-shop-pro-name{
        min-height:34px!important;
        font-size:12px!important;
    }

    .orre-home-product-price,
    .orre-collection-product-price,
    .orre-shop-pro-price{
        font-size:12px!important;
    }

}

.orre-home-size-strip,
.orre-collection-sizes,
.orre-shop-pro-sizes{
    min-height:46px!important;
    height:46px!important;

    padding:7px 10px!important;

    gap:6px!important;

    align-items:center!important;
}

.orre-home-size-strip > span,
.orre-collection-sizes > span,
.orre-shop-pro-size-list > span{
    min-width:38px!important;
    width:auto!important;

    height:32px!important;

    padding:0 9px!important;

    background:#fff!important;
    color:#222!important;

    border:1px solid #d6d6d6!important;
    border-radius:0!important;

    font-family:Arial, Helvetica, sans-serif!important;
    font-size:10px!important;
    font-weight:500!important;
    line-height:1!important;

    letter-spacing:.02em!important;
    text-transform:uppercase!important;
}

.orre-home-size-strip > span:hover,
.orre-collection-sizes > span:hover,
.orre-shop-pro-size-list > span:hover{
    border-color:#111!important;
}

body.single-product .orre-size-option{
    min-width:42px!important;
    height:34px!important;

    padding:0 10px!important;

    font-size:10px!important;
    font-weight:600!important;

    background:#fff!important;
    color:#111!important;

    border:1px solid #d2d2d2!important;
}

body.single-product .orre-size-option.is-selected{
    background:#000!important;
    color:#fff!important;
    border-color:#000!important;
}

@media(max-width:767px){

    .orre-home-size-strip,
    .orre-collection-sizes,
    .orre-shop-pro-sizes{
        min-height:42px!important;
        height:42px!important;

        padding:6px 7px!important;
        gap:5px!important;
    }

    .orre-home-size-strip > span,
    .orre-collection-sizes > span,
    .orre-shop-pro-size-list > span,
    body.single-product .orre-size-option{
        min-width:34px!important;
        height:30px!important;

        padding:0 7px!important;

        font-size:9px!important;
    }
}

.orre-home-product-media,
.orre-collection-card-media,
.orre-shop-pro-gallery{
    height:420px!important;
    min-height:420px!important;
    max-height:420px!important;

    flex:0 0 420px!important;

    overflow:hidden!important;
}

.orre-home-product-media img,
.orre-collection-card-media img,
.orre-shop-pro-gallery img{
    width:100%!important;
    height:100%!important;

    object-fit:cover!important;
    object-position:center!important;
}

.orre-home-size-strip,
.orre-collection-sizes,
.orre-shop-pro-sizes{
    min-height:42px!important;
    height:42px!important;

    padding:6px 10px!important;
    gap:5px!important;
}

.orre-home-size-strip > span,
.orre-collection-sizes > span,
.orre-shop-pro-size-list > span{
    min-width:36px!important;
    height:30px!important;

    padding:0 8px!important;

    font-size:9px!important;
}

.orre-home-product-info,
.orre-collection-card-info,
.orre-shop-pro-info{
    min-height:auto!important;

    padding:9px 10px 18px!important;
}

.orre-home-product-name,
.orre-collection-product-name,
.orre-shop-pro-name{
    min-height:auto!important;

    font-size:13px!important;
    line-height:1.3!important;
}

.orre-home-product-price,
.orre-collection-product-price,
.orre-shop-pro-price{
    min-height:auto!important;

    margin-top:5px!important;

    font-size:12px!important;
}

@media(max-width:1024px){

    .orre-home-product-media,
    .orre-collection-card-media,
    .orre-shop-pro-gallery{
        height:360px!important;
        min-height:360px!important;
        max-height:360px!important;

        flex-basis:360px!important;
    }
}

@media(max-width:767px){

    .orre-home-product-media,
    .orre-collection-card-media,
    .orre-shop-pro-gallery{
        height:330px!important;
        min-height:330px!important;
        max-height:330px!important;

        flex-basis:330px!important;
    }

    .orre-home-size-strip,
    .orre-collection-sizes,
    .orre-shop-pro-sizes{
        min-height:38px!important;
        height:38px!important;

        padding:5px 7px!important;
    }

    .orre-home-size-strip > span,
    .orre-collection-sizes > span,
    .orre-shop-pro-size-list > span{
        min-width:32px!important;
        height:28px!important;

        padding:0 6px!important;

        font-size:8.5px!important;
    }
}

.orre-nav-header{
    position:sticky!important;
    top:0!important;
    left:0!important;
    right:0!important;

    width:100%!important;

    z-index:99999!important;

    background:#000!important;

    transition:
        background .25s ease,
        backdrop-filter .25s ease,
        -webkit-backdrop-filter .25s ease,
        box-shadow .25s ease!important;
}

.orre-nav-header.is-scrolled{
    background:rgba(50,50,50,.72)!important;

    backdrop-filter:blur(16px)!important;
    -webkit-backdrop-filter:blur(16px)!important;

    box-shadow:
        0 4px 18px rgba(0,0,0,.12)!important;

    border-bottom:
        1px solid rgba(255,255,255,.08)!important;
}

.orre-nav-header,
.orre-nav-header a,
.orre-nav-header button,
.orre-nav-header svg{
    color:#fff!important;
}

header,
.site-header,
.main-header,
.website-wrapper,
#page{
    overflow:visible!important;
}

html body .orre-nav-header,
html body #orreNavHeader{
    position:relative!important;

    top:auto!important;
    left:auto!important;
    right:auto!important;

    width:100%!important;
    height:92px!important;

    margin:0!important;

    z-index:999999!important;

    background:#000!important;

    transform:none!important;

    opacity:1!important;
    visibility:visible!important;

    transition:
        background .25s ease,
        box-shadow .25s ease,
        backdrop-filter .25s ease,
        -webkit-backdrop-filter .25s ease!important;
}

html body .orre-nav-header.is-fixed,
html body #orreNavHeader.is-fixed{
    position:fixed!important;

    top:0!important;
    left:0!important;
    right:0!important;

    width:100%!important;
    height:92px!important;

    margin:0!important;

    z-index:2147483000!important;

    background:rgba(54,54,54,.76)!important;

    -webkit-backdrop-filter:
        blur(18px) saturate(120%)!important;

    backdrop-filter:
        blur(18px) saturate(120%)!important;

    box-shadow:
        0 5px 24px rgba(0,0,0,.14)!important;

    border-top:0!important;

    border-bottom:
        1px solid rgba(255,255,255,.10)!important;
}

html body .orre-nav-header .orre-nav-inner{
    display:flex!important;

    width:100%!important;
    height:100%!important;

    align-items:center!important;
    justify-content:space-between!important;

    opacity:1!important;
    visibility:visible!important;
}

html body .orre-nav-header .orre-nav-logo,
html body .orre-nav-header .orre-nav-logo a{
    opacity:1!important;
    visibility:visible!important;

    color:#fff!important;
}

html body .orre-nav-header .orre-hamburger,
html body .orre-nav-header .orre-nav-actions,
html body .orre-nav-header .orre-nav-icon{
    opacity:1!important;
    visibility:visible!important;

    color:#fff!important;
}

.orre-nav-placeholder{
    width:100%!important;

    margin:0!important;
    padding:0!important;

    background:transparent!important;
}

@media(max-width:767px){

    html body .orre-nav-header,
    html body #orreNavHeader,
    html body .orre-nav-header.is-fixed,
    html body #orreNavHeader.is-fixed{
        height:72px!important;
    }

    html body .orre-nav-header .orre-nav-inner{
        padding-left:20px!important;
        padding-right:20px!important;
    }

    html body .orre-nav-header .orre-nav-logo a{
        font-size:32px!important;
    }
}

.site-header,
.orre-header,
header.site-header,
header.orre-header {
    min-height: 78px !important;
    height: 78px !important;
}

.site-header .header-inner,
.orre-header .header-inner,
.site-header .container,
.orre-header .container {
    min-height: 78px !important;
    height: 78px !important;
    display: flex !important;
    align-items: center !important;
}

.site-header .site-logo img,
.orre-header .site-logo img,
.site-header .custom-logo,
.orre-header .custom-logo {
    max-height: 52px !important;
    width: auto !important;
}

.site-header .menu-toggle,
.orre-header .menu-toggle,
.site-header .header-icons,
.orre-header .header-icons,
.site-header .site-branding,
.orre-header .site-branding {
    display: flex !important;
    align-items: center !important;
    height: 78px !important;
}

@media (min-width: 992px) {
    .site-header,
    .orre-header,
    header.site-header,
    header.orre-header {
        min-height: 74px !important;
        height: 74px !important;
    }

    .site-header .header-inner,
    .orre-header .header-inner,
    .site-header .container,
    .orre-header .container {
        min-height: 74px !important;
        height: 74px !important;
    }

    .site-header .menu-toggle,
    .orre-header .menu-toggle,
    .site-header .header-icons,
    .orre-header .header-icons,
    .site-header .site-branding,
    .orre-header .site-branding {
        height: 74px !important;
    }

    .site-header .site-logo img,
    .orre-header .site-logo img,
    .site-header .custom-logo,
    .orre-header .custom-logo {
        max-height: 46px !important;
    }
}

@media (max-width: 767px) {
    .site-header,
    .orre-header,
    header.site-header,
    header.orre-header {
        min-height: 64px !important;
        height: 64px !important;
    }

    .site-header .header-inner,
    .orre-header .header-inner,
    .site-header .container,
    .orre-header .container {
        min-height: 64px !important;
        height: 64px !important;
    }

    .site-header .menu-toggle,
    .orre-header .menu-toggle,
    .site-header .header-icons,
    .orre-header .header-icons,
    .site-header .site-branding,
    .orre-header .site-branding {
        height: 64px !important;
    }

    .site-header .site-logo img,
    .orre-header .site-logo img,
    .site-header .custom-logo,
    .orre-header .custom-logo {
        max-height: 38px !important;
    }
}

.orre-menu-panel .menu-item > a,
.orre-menu-panel .menu-item > button,
.orre-menu-panel .menu-item-has-children > a {
    position: relative;
    padding-right: 48px;
}

.orre-menu-panel .menu-arrow,
.orre-menu-panel .submenu-toggle-text,
.orre-menu-panel .toggle-text,
.orre-menu-panel .menu-item .arrow-text {
    display: none !important;
}

.orre-menu-panel .menu-item > a::after,
.orre-menu-panel .menu-item > button::after {
    content: "";
    position: absolute;
    right: 22px;
    top: 50%;
    width: 8px;
    height: 8px;
    border-top: 1.8px solid rgba(255,255,255,0.92);
    border-right: 1.8px solid rgba(255,255,255,0.92);
    transform: translateY(-50%) rotate(45deg);
    transition: all 0.25s ease;
    opacity: 0.9;
}

.orre-menu-panel .menu-item-has-children > a::before,
.orre-menu-panel .menu-item-has-children > button::before {
    content: "";
    position: absolute;
    right: 19px;
    top: 50%;
    width: 12px;
    height: 1.8px;
    background: rgba(255,255,255,0.92);
    transform: translateY(-50%);
    transition: all 0.25s ease;
}

.orre-menu-panel .menu-item-has-children > a::after,
.orre-menu-panel .menu-item-has-children > button::after {
    content: "";
    position: absolute;
    right: 24px;
    top: 50%;
    width: 1.8px;
    height: 12px;
    background: rgba(255,255,255,0.92);
    transform: translateY(-50%);
    transition: all 0.25s ease;
    border: none;
}

.orre-menu-panel .menu-item-has-children.is-open > a::after,
.orre-menu-panel .menu-item-has-children.is-open > button::after,
.orre-menu-panel .menu-item-has-children.active > a::after,
.orre-menu-panel .menu-item-has-children.active > button::after {
    height: 0;
    opacity: 0;
}

.orre-menu-panel .menu-item > a:hover::after,
.orre-menu-panel .menu-item > button:hover::after,
.orre-menu-panel .menu-item-has-children > a:hover::before,
.orre-menu-panel .menu-item-has-children > a:hover::after,
.orre-menu-panel .menu-item-has-children > button:hover::before,
.orre-menu-panel .menu-item-has-children > button:hover::after {
    opacity: 1;
}

.orre-menu-panel .menu-item > a,
.orre-menu-panel .menu-item > button {
    letter-spacing: 1.5px;
    font-weight: 500;
}

.orre-home-section-head,
.orre-section-head,
.orre-collection-section-head{
    display:flex!important;
    align-items:flex-end!important;
    justify-content:space-between!important;

    gap:30px!important;

    width:100%!important;

    padding:42px 56px 28px!important;

    box-sizing:border-box!important;

    background:#fff!important;

    text-align:left!important;
}

.orre-home-section-head h2,
.orre-section-head h2,
.orre-collection-section-head h2{
    position:relative!important;

    margin:0!important;
    padding-bottom:14px!important;

    color:#111!important;

    font-family:Arial, Helvetica, sans-serif!important;

    font-size:36px!important;
    font-weight:700!important;
    line-height:1!important;

    letter-spacing:.08em!important;

    text-transform:uppercase!important;
}

.orre-home-section-head h2::after,
.orre-section-head h2::after,
.orre-collection-section-head h2::after{
    content:""!important;

    position:absolute!important;

    left:0!important;
    bottom:0!important;

    width:52px!important;
    height:2px!important;

    margin:0!important;

    background:#b7b7b7!important;
}

.orre-home-section-head a,
.orre-section-head a,
.orre-collection-section-head a{
    display:inline-flex!important;

    align-items:center!important;
    justify-content:center!important;

    min-width:175px!important;
    height:48px!important;

    margin:0!important;
    padding:0 24px!important;

    background:#000!important;
    color:#fff!important;

    border:1px solid #000!important;
    border-radius:0!important;

    font-size:10px!important;
    font-weight:700!important;

    letter-spacing:.12em!important;

    text-decoration:none!important;
    text-transform:uppercase!important;

    transition:.2s ease!important;
}

.orre-home-section-head a:hover,
.orre-section-head a:hover,
.orre-collection-section-head a:hover{
    background:#fff!important;
    color:#000!important;
}

@media(max-width:1024px){

    .orre-home-section-head,
    .orre-section-head,
    .orre-collection-section-head{
        padding-left:28px!important;
        padding-right:28px!important;
    }

}

@media(max-width:767px){

    .orre-home-section-head,
    .orre-section-head,
    .orre-collection-section-head{
        align-items:center!important;

        padding:28px 16px 22px!important;

        gap:16px!important;
    }

    .orre-home-section-head h2,
    .orre-section-head h2,
    .orre-collection-section-head h2{
        font-size:24px!important;
    }

    .orre-home-section-head a,
    .orre-section-head a,
    .orre-collection-section-head a{
        min-width:auto!important;
        height:42px!important;

        padding:0 16px!important;

        font-size:9px!important;
    }
}

.orre-home-collection .orre-home-section-header{
    width:100% !important;

    display:flex !important;
    align-items:center !important;
    justify-content:space-between !important;

    gap:30px !important;

    padding:34px 56px 28px !important;
    margin:0 !important;

    box-sizing:border-box !important;

    text-align:left !important;

    background:#fff !important;
}

.orre-home-collection .orre-home-section-header h2{
    position:relative !important;

    margin:0 !important;
    padding:0 0 12px !important;

    color:#111 !important;

    font-family:Arial, Helvetica, sans-serif !important;

    font-size:34px !important;
    font-weight:700 !important;
    line-height:1 !important;

    letter-spacing:.08em !important;

    text-align:left !important;
    text-transform:uppercase !important;

    flex:0 0 auto !important;
}

.orre-home-collection .orre-home-section-header h2::after{
    content:"" !important;

    position:absolute !important;

    left:0 !important;
    bottom:0 !important;

    width:46px !important;
    height:2px !important;

    margin:0 !important;

    background:#b8b8b8 !important;
}

.orre-home-collection
.orre-home-section-header
.orre-section-cta{
    display:inline-flex !important;

    align-items:center !important;
    justify-content:center !important;

    min-width:175px !important;
    height:46px !important;

    margin:0 !important;
    padding:0 24px !important;

    background:#000 !important;
    color:#fff !important;

    border:1px solid #000 !important;
    border-radius:0 !important;

    font-family:Arial, Helvetica, sans-serif !important;

    font-size:10px !important;
    font-weight:700 !important;
    line-height:1 !important;

    letter-spacing:.12em !important;

    text-decoration:none !important;
    text-transform:uppercase !important;

    flex:0 0 auto !important;

    transition:
        background .2s ease,
        color .2s ease !important;
}

.orre-home-collection
.orre-home-section-header
.orre-section-cta:hover{
    background:#fff !important;
    color:#000 !important;
}

@media(max-width:1024px){

    .orre-home-collection .orre-home-section-header{
        padding:30px 28px 24px !important;
    }

    .orre-home-collection .orre-home-section-header h2{
        font-size:30px !important;
    }
}

@media(max-width:767px){

    .orre-home-collection .orre-home-section-header{
        padding:24px 16px 20px !important;

        gap:14px !important;
    }

    .orre-home-collection .orre-home-section-header h2{
        font-size:24px !important;
    }

    .orre-home-collection
    .orre-home-section-header
    .orre-section-cta{
        min-width:auto !important;
        height:40px !important;

        padding:0 15px !important;

        font-size:9px !important;
    }
}

body .orre-home-collection > .orre-home-section-header{
    display:flex !important;
    flex-direction:row !important;

    align-items:center !important;
    justify-content:space-between !important;

    width:100% !important;

    padding:28px 56px 24px !important;
    margin:0 !important;

    text-align:left !important;

    box-sizing:border-box !important;
}

body .orre-home-collection > .orre-home-section-header > h2{
    position:relative !important;

    display:block !important;

    margin:0 !important;
    padding:0 0 11px !important;

    text-align:left !important;

    font-size:34px !important;
    font-weight:700 !important;
    line-height:1 !important;

    letter-spacing:.07em !important;

    flex:0 0 auto !important;
}

body .orre-home-collection > .orre-home-section-header > h2::after{
    content:"" !important;

    display:block !important;

    position:absolute !important;

    left:0 !important;
    bottom:0 !important;

    width:46px !important;
    height:2px !important;

    margin:0 !important;

    background:#b5b5b5 !important;
}

body .orre-home-collection
> .orre-home-section-header
> .orre-section-cta{
    display:inline-flex !important;

    align-items:center !important;
    justify-content:center !important;

    width:auto !important;
    min-width:170px !important;

    height:46px !important;

    margin:0 !important;
    padding:0 24px !important;

    background:#000 !important;
    color:#fff !important;

    border:1px solid #000 !important;

    font-size:10px !important;
    font-weight:700 !important;

    letter-spacing:.12em !important;

    text-align:center !important;

    flex:0 0 auto !important;
}

body .orre-home-section-header{
    text-align:left !important;
}

body .orre-home-section-header::before,
body .orre-home-section-header::after{
    margin-left:0 !important;
    margin-right:0 !important;
}

@media(max-width:1024px){

    body .orre-home-collection > .orre-home-section-header{
        padding:24px 28px 20px !important;
    }

}

@media(max-width:767px){

    body .orre-home-collection > .orre-home-section-header{
        padding:20px 16px 18px !important;

        gap:12px !important;
    }

    body .orre-home-collection > .orre-home-section-header > h2{
        font-size:24px !important;
    }

    body .orre-home-collection
    > .orre-home-section-header
    > .orre-section-cta{
        min-width:auto !important;

        height:40px !important;

        padding:0 14px !important;

        font-size:9px !important;
    }
}

body .orre-home-new > .orre-home-section-header,
body .orre-home-collection > .orre-home-section-header{
    position:relative!important;

    width:100%!important;

    display:flex!important;
    align-items:flex-end!important;
    justify-content:space-between!important;

    gap:40px!important;

    margin:0!important;
    padding:38px 56px 30px!important;

    box-sizing:border-box!important;

    background:#fff!important;

    text-align:left!important;
}

body .orre-home-new
> .orre-home-section-header
> h1,

body .orre-home-collection
> .orre-home-section-header
> h2{
    position:relative!important;

    margin:0!important;
    padding:18px 0 13px!important;

    color:#0b0b0b!important;

    font-family:Arial, Helvetica, sans-serif!important;

    font-size:34px!important;
    font-weight:700!important;
    line-height:1!important;

    letter-spacing:.075em!important;

    text-transform:uppercase!important;
    text-align:left!important;

    flex:0 0 auto!important;
}

body .orre-home-new
> .orre-home-section-header
> h1::before{
    content:"CURATED FOR NOW"!important;

    position:absolute!important;
    top:0!important;
    left:0!important;

    font-size:9px!important;
    font-weight:600!important;
    line-height:1!important;

    letter-spacing:.22em!important;

    color:#8b8b8b!important;
}

body .orre-home-collection
> .orre-home-section-header
> h2::before{
    content:"EXPLORE THE COLLECTION"!important;

    position:absolute!important;
    top:0!important;
    left:0!important;

    font-size:9px!important;
    font-weight:600!important;
    line-height:1!important;

    letter-spacing:.22em!important;

    color:#8b8b8b!important;
}

body .orre-home-new
> .orre-home-section-header
> h1::after,

body .orre-home-collection
> .orre-home-section-header
> h2::after{
    content:""!important;

    position:absolute!important;

    left:0!important;
    bottom:0!important;

    width:44px!important;
    height:2px!important;

    margin:0!important;

    background:#b7b7b7!important;
}

body .orre-home-new
> .orre-home-section-header
> a,

body .orre-home-collection
> .orre-home-section-header
> .orre-section-cta{
    display:inline-flex!important;

    align-items:center!important;
    justify-content:center!important;

    min-width:168px!important;
    height:46px!important;

    margin:0!important;
    padding:0 24px!important;

    box-sizing:border-box!important;

    background:#000!important;
    color:#fff!important;

    border:1px solid #000!important;
    border-radius:0!important;

    font-family:Arial, Helvetica, sans-serif!important;

    font-size:10px!important;
    font-weight:700!important;
    line-height:1!important;

    letter-spacing:.14em!important;

    text-decoration:none!important;
    text-transform:uppercase!important;

    flex:0 0 auto!important;

    transition:
        background .2s ease,
        color .2s ease,
        transform .2s ease!important;
}

body .orre-home-new
> .orre-home-section-header
> a:hover,

body .orre-home-collection
> .orre-home-section-header
> .orre-section-cta:hover{
    background:#fff!important;
    color:#000!important;

    transform:translateY(-2px)!important;
}

body .orre-home-new .orre-home-section-header,
body .orre-home-collection .orre-home-section-header{
    text-align:left!important;
}

body .orre-home-new .orre-home-section-header::before,
body .orre-home-new .orre-home-section-header::after,
body .orre-home-collection .orre-home-section-header::before,
body .orre-home-collection .orre-home-section-header::after{
    display:none!important;
}

body .orre-home-new > .orre-home-section-header,
body .orre-home-collection > .orre-home-section-header{
    border-bottom:1px solid #eeeeee!important;
}

@media(max-width:1024px){

    body .orre-home-new > .orre-home-section-header,
    body .orre-home-collection > .orre-home-section-header{
        padding:32px 28px 26px!important;
    }

    body .orre-home-new
    > .orre-home-section-header
    > h1,

    body .orre-home-collection
    > .orre-home-section-header
    > h2{
        font-size:30px!important;
    }
}

@media(max-width:767px){

    body .orre-home-new > .orre-home-section-header,
    body .orre-home-collection > .orre-home-section-header{
        align-items:flex-end!important;

        gap:14px!important;

        padding:26px 16px 22px!important;
    }

    body .orre-home-new
    > .orre-home-section-header
    > h1,

    body .orre-home-collection
    > .orre-home-section-header
    > h2{
        font-size:23px!important;

        padding-top:16px!important;
        padding-bottom:10px!important;
    }

    body .orre-home-new
    > .orre-home-section-header
    > h1::before,

    body .orre-home-collection
    > .orre-home-section-header
    > h2::before{
        font-size:7px!important;
        letter-spacing:.18em!important;
    }

    body .orre-home-new
    > .orre-home-section-header
    > a,

    body .orre-home-collection
    > .orre-home-section-header
    > .orre-section-cta{
        min-width:auto!important;

        height:40px!important;

        padding:0 13px!important;

        font-size:8px!important;
    }
}

body .orre-home-new > .orre-home-section-header,
body .orre-home-collection > .orre-home-section-header{
    display:flex!important;
    align-items:center!important;
    justify-content:space-between!important;

    width:100%!important;

    padding:32px 56px!important;
    margin:0!important;

    box-sizing:border-box!important;

    background:#fff!important;
    border-bottom:1px solid #eee!important;
}

body .orre-home-new > .orre-home-section-header > h1,
body .orre-home-collection > .orre-home-section-header > h2{
    position:relative!important;

    margin:0!important;
    padding:0 0 12px!important;

    font-size:34px!important;
    font-weight:700!important;
    line-height:1!important;

    letter-spacing:.06em!important;

    color:#111!important;
    text-align:left!important;
    text-transform:uppercase!important;
}

body .orre-home-new > .orre-home-section-header > h1::before,
body .orre-home-collection > .orre-home-section-header > h2::before{
    content:none!important;
    display:none!important;
}

body .orre-home-new > .orre-home-section-header > h1::after,
body .orre-home-collection > .orre-home-section-header > h2::after{
    content:""!important;

    position:absolute!important;
    left:0!important;
    bottom:0!important;

    width:46px!important;
    height:2px!important;

    background:#b7b7b7!important;
}

body .orre-home-new > .orre-home-section-header > a,
body .orre-home-collection > .orre-home-section-header > .orre-section-cta{
    display:inline-flex!important;

    align-items:center!important;
    justify-content:center!important;

    min-width:175px!important;
    height:46px!important;

    margin:0!important;
    padding:0 24px!important;

    background:#000!important;
    color:#fff!important;

    border:1px solid #000!important;
    border-radius:0!important;

    font-size:10px!important;
    font-weight:700!important;

    letter-spacing:.14em!important;

    text-decoration:none!important;
    text-transform:uppercase!important;

    transition:.2s ease!important;
}

body .orre-home-new > .orre-home-section-header > a:hover,
body .orre-home-collection > .orre-home-section-header > .orre-section-cta:hover{
    background:#fff!important;
    color:#000!important;
}

@media(max-width:767px){

    body .orre-home-new > .orre-home-section-header,
    body .orre-home-collection > .orre-home-section-header{
        padding:24px 16px!important;
        gap:12px!important;
    }

    body .orre-home-new > .orre-home-section-header > h1,
    body .orre-home-collection > .orre-home-section-header > h2{
        font-size:24px!important;
    }

    body .orre-home-new > .orre-home-section-header > a,
    body .orre-home-collection > .orre-home-section-header > .orre-section-cta{
        min-width:auto!important;
        height:40px!important;

        padding:0 14px!important;

        font-size:8px!important;
    }
}

body .orre-home-new > .orre-home-section-header,
body .orre-home-collection > .orre-home-section-header{
    display:grid !important;
    grid-template-columns:auto 1fr auto !important;
    align-items:center !important;

    width:100% !important;
    min-height:108px !important;

    margin:0 !important;
    padding:22px 56px !important;

    box-sizing:border-box !important;

    background:#fff !important;

    border-top:1px solid #eeeeee !important;
    border-bottom:1px solid #eeeeee !important;

    text-align:left !important;
}

body .orre-home-new > .orre-home-section-header > h1,
body .orre-home-collection > .orre-home-section-header > h2{
    position:relative !important;

    margin:0 !important;
    padding:0 0 10px !important;

    color:#0a0a0a !important;

    font-family:Arial, Helvetica, sans-serif !important;

    font-size:36px !important;
    font-weight:700 !important;
    line-height:1 !important;

    letter-spacing:.055em !important;

    text-transform:uppercase !important;
    text-align:left !important;

    white-space:nowrap !important;
}

body .orre-home-new > .orre-home-section-header > h1::after,
body .orre-home-collection > .orre-home-section-header > h2::after{
    content:"" !important;

    position:absolute !important;

    left:0 !important;
    bottom:0 !important;

    width:38px !important;
    height:2px !important;

    background:#111 !important;
}

body .orre-home-new > .orre-home-section-header > h1::before,
body .orre-home-collection > .orre-home-section-header > h2::before{
    display:none !important;
    content:none !important;
}

body .orre-home-new > .orre-home-section-header::before,
body .orre-home-collection > .orre-home-section-header::before{
    content:"" !important;

    display:block !important;

    width:auto !important;
    height:1px !important;

    margin:0 40px !important;

    background:#e1e1e1 !important;
}

body .orre-home-new > .orre-home-section-header > a,
body .orre-home-collection > .orre-home-section-header > .orre-section-cta{
    position:relative !important;

    display:inline-flex !important;

    align-items:center !important;
    justify-content:center !important;

    min-width:176px !important;
    height:44px !important;

    margin:0 !important;
    padding:0 44px 0 20px !important;

    box-sizing:border-box !important;

    background:#0a0a0a !important;
    color:#fff !important;

    border:1px solid #0a0a0a !important;
    border-radius:0 !important;

    font-family:Arial, Helvetica, sans-serif !important;

    font-size:10px !important;
    font-weight:700 !important;

    letter-spacing:.14em !important;

    text-decoration:none !important;
    text-transform:uppercase !important;

    white-space:nowrap !important;

    transition:
        background .22s ease,
        color .22s ease !important;
}

body .orre-home-new > .orre-home-section-header > a::after,
body .orre-home-collection > .orre-home-section-header > .orre-section-cta::after{
    content:"→" !important;

    position:absolute !important;

    right:18px !important;

    font-size:16px !important;
    font-weight:400 !important;

    letter-spacing:0 !important;

    transition:transform .2s ease !important;
}

body .orre-home-new > .orre-home-section-header > a:hover,
body .orre-home-collection > .orre-home-section-header > .orre-section-cta:hover{
    background:#fff !important;
    color:#000 !important;
}

body .orre-home-new > .orre-home-section-header > a:hover::after,
body .orre-home-collection > .orre-home-section-header > .orre-section-cta:hover::after{
    transform:translateX(3px) !important;
}

@media(max-width:1024px){

    body .orre-home-new > .orre-home-section-header,
    body .orre-home-collection > .orre-home-section-header{
        min-height:96px !important;

        padding:20px 28px !important;
    }

    body .orre-home-new > .orre-home-section-header > h1,
    body .orre-home-collection > .orre-home-section-header > h2{
        font-size:30px !important;
    }

    body .orre-home-new > .orre-home-section-header::before,
    body .orre-home-collection > .orre-home-section-header::before{
        margin:0 24px !important;
    }
}

@media(max-width:767px){

    body .orre-home-new > .orre-home-section-header,
    body .orre-home-collection > .orre-home-section-header{
        grid-template-columns:1fr auto !important;

        min-height:82px !important;

        padding:18px 16px !important;
    }

    body .orre-home-new > .orre-home-section-header::before,
    body .orre-home-collection > .orre-home-section-header::before{
        display:none !important;
    }

    body .orre-home-new > .orre-home-section-header > h1,
    body .orre-home-collection > .orre-home-section-header > h2{
        font-size:23px !important;
    }

    body .orre-home-new > .orre-home-section-header > a,
    body .orre-home-collection > .orre-home-section-header > .orre-section-cta{
        min-width:auto !important;
        height:38px !important;

        padding:0 34px 0 13px !important;

        font-size:8px !important;
    }

    body .orre-home-new > .orre-home-section-header > a::after,
    body .orre-home-collection > .orre-home-section-header > .orre-section-cta::after{
        right:12px !important;
        font-size:14px !important;
    }
}

body .orre-home-new > .orre-home-section-header > h1,
body .orre-home-collection > .orre-home-section-header > h2{
    position:relative !important;

    display:inline-block !important;

    padding-bottom:14px !important;
}

body .orre-home-new > .orre-home-section-header > h1::after,
body .orre-home-collection > .orre-home-section-header > h2::after{
    content:"" !important;

    position:absolute !important;

    left:50% !important;
    bottom:0 !important;

    width:52px !important;
    height:2px !important;

    background:#9f9f9f !important;

    transform:translateX(-50%) !important;

    margin:0 !important;
}

body .orre-home-new > .orre-home-section-header,
body .orre-home-collection > .orre-home-section-header{
    display:grid !important;
    grid-template-columns:auto minmax(60px,1fr) auto !important;

    align-items:center !important;

    width:100% !important;
    min-height:94px !important;

    margin:0 !important;
    padding:22px 56px !important;

    box-sizing:border-box !important;

    background:#fff !important;

    border-top:1px solid #ededed !important;
    border-bottom:1px solid #ededed !important;

    gap:30px !important;
}

body .orre-home-new > .orre-home-section-header > h1,
body .orre-home-collection > .orre-home-section-header > h2{
    position:static !important;

    display:block !important;

    margin:0 !important;
    padding:0 !important;

    color:#0a0a0a !important;

    font-family:Arial, Helvetica, sans-serif !important;

    font-size:32px !important;
    font-weight:700 !important;
    line-height:1 !important;

    letter-spacing:.055em !important;

    text-align:left !important;
    text-transform:uppercase !important;

    white-space:nowrap !important;
}

body .orre-home-new > .orre-home-section-header > h1::before,
body .orre-home-new > .orre-home-section-header > h1::after,
body .orre-home-collection > .orre-home-section-header > h2::before,
body .orre-home-collection > .orre-home-section-header > h2::after{
    content:none !important;
    display:none !important;
}

body .orre-home-new > .orre-home-section-header::before,
body .orre-home-collection > .orre-home-section-header::before{
    content:"" !important;

    display:block !important;

    width:100% !important;
    height:1px !important;

    margin:0 !important;

    background:#d8d8d8 !important;
}

body .orre-home-new > .orre-home-section-header::after,
body .orre-home-collection > .orre-home-section-header::after{
    content:none !important;
    display:none !important;
}

body .orre-home-new > .orre-home-section-header > a,
body .orre-home-collection > .orre-home-section-header > .orre-section-cta{
    position:relative !important;

    display:inline-flex !important;

    align-items:center !important;
    justify-content:flex-start !important;

    min-width:164px !important;
    height:44px !important;

    margin:0 !important;
    padding:0 42px 0 20px !important;

    box-sizing:border-box !important;

    background:#000 !important;
    color:#fff !important;

    border:1px solid #000 !important;
    border-radius:0 !important;

    font-family:Arial, Helvetica, sans-serif !important;

    font-size:10px !important;
    font-weight:700 !important;
    line-height:1 !important;

    letter-spacing:.14em !important;

    text-decoration:none !important;
    text-transform:uppercase !important;

    white-space:nowrap !important;

    transition:
        background .22s ease,
        color .22s ease !important;
}

body .orre-home-new > .orre-home-section-header > a::after,
body .orre-home-collection > .orre-home-section-header > .orre-section-cta::after{
    content:"→" !important;

    position:absolute !important;
    right:18px !important;
    top:50% !important;

    transform:translateY(-52%) !important;

    font-size:15px !important;
    font-weight:400 !important;
    line-height:1 !important;

    letter-spacing:0 !important;
}

body .orre-home-new > .orre-home-section-header > a:hover,
body .orre-home-collection > .orre-home-section-header > .orre-section-cta:hover{
    background:#fff !important;
    color:#000 !important;
}

@media(max-width:1024px){

    body .orre-home-new > .orre-home-section-header,
    body .orre-home-collection > .orre-home-section-header{
        min-height:86px !important;

        padding:20px 28px !important;

        gap:22px !important;
    }

    body .orre-home-new > .orre-home-section-header > h1,
    body .orre-home-collection > .orre-home-section-header > h2{
        font-size:27px !important;
    }
}

@media(max-width:767px){

    body .orre-home-new > .orre-home-section-header,
    body .orre-home-collection > .orre-home-section-header{
        grid-template-columns:1fr auto !important;

        min-height:76px !important;

        padding:16px !important;

        gap:12px !important;
    }

    body .orre-home-new > .orre-home-section-header::before,
    body .orre-home-collection > .orre-home-section-header::before{
        display:none !important;
    }

    body .orre-home-new > .orre-home-section-header > h1,
    body .orre-home-collection > .orre-home-section-header > h2{
        font-size:21px !important;

        white-space:normal !important;
    }

    body .orre-home-new > .orre-home-section-header > a,
    body .orre-home-collection > .orre-home-section-header > .orre-section-cta{
        min-width:auto !important;
        height:38px !important;

        padding:0 32px 0 12px !important;

        font-size:8px !important;
    }

    body .orre-home-new > .orre-home-section-header > a::after,
    body .orre-home-collection > .orre-home-section-header > .orre-section-cta::after{
        right:11px !important;

        font-size:13px !important;
    }
}

body .orre-home-new > .orre-home-section-header,
body .orre-home-collection > .orre-home-section-header{
    display:grid !important;
    grid-template-columns:auto minmax(120px,1fr) auto !important;
    align-items:center !important;

    gap:28px !important;
}

body .orre-home-new > .orre-home-section-header::before,
body .orre-home-collection > .orre-home-section-header::before{
    content:"" !important;

    display:block !important;

    width:100% !important;
    height:1px !important;

    margin:0 !important;

    background:#d2d2d2 !important;

    align-self:center !important;
}

body .orre-home-new > .orre-home-section-header > h1::after,
body .orre-home-collection > .orre-home-section-header > h2::after{
    display:none !important;
    content:none !important;
}

@media(max-width:767px){

    body .orre-home-new > .orre-home-section-header,
    body .orre-home-collection > .orre-home-section-header{
        grid-template-columns:1fr auto !important;
    }

    body .orre-home-new > .orre-home-section-header::before,
    body .orre-home-collection > .orre-home-section-header::before{
        display:none !important;
    }
}

body .orre-home-new > .orre-home-section-header,
body .orre-home-collection > .orre-home-section-header{
    display:grid !important;
    grid-template-columns:auto minmax(140px,1fr) auto !important;
    align-items:center !important;
    gap:28px !important;
    padding:0 40px 26px !important;
}

body .orre-home-new > .orre-home-section-header > h1,
body .orre-home-collection > .orre-home-section-header > h2{
    margin:0 !important;
    font-size:52px !important;
    line-height:1 !important;
    letter-spacing:1px !important;
    font-weight:700 !important;
    text-transform:uppercase !important;
    position:relative !important;
}

body .orre-home-new > .orre-home-section-header::before,
body .orre-home-collection > .orre-home-section-header::before{
    content:"" !important;
    display:block !important;
    height:2px !important;
    width:100% !important;
    background:#bdbdbd !important;
    align-self:center !important;
}

body .orre-home-new > .orre-home-section-header > h1::after,
body .orre-home-collection > .orre-home-section-header > h2::after{
    display:none !important;
    content:none !important;
}

body .orre-home-new > .orre-home-section-header .button,
body .orre-home-collection > .orre-home-section-header .button,
body .orre-home-new > .orre-home-section-header a.button,
body .orre-home-collection > .orre-home-section-header a.button{
    min-width:220px !important;
    height:62px !important;
    padding:0 26px !important;
    display:inline-flex !important;
    align-items:center !important;
    justify-content:center !important;
    gap:14px !important;
    background:#000 !important;
    color:#fff !important;
    border:1px solid #000 !important;
    text-transform:uppercase !important;
    letter-spacing:2px !important;
    font-size:13px !important;
    font-weight:600 !important;
    text-decoration:none !important;
    box-shadow:none !important;
}

body .orre-home-new > .orre-home-section-header .button::after,
body .orre-home-collection > .orre-home-section-header .button::after,
body .orre-home-new > .orre-home-section-header a.button::after,
body .orre-home-collection > .orre-home-section-header a.button::after{
    content:"→" !important;
    display:inline-block !important;
    font-size:20px !important;
    line-height:1 !important;
    font-weight:400 !important;
    margin-left:6px !important;
    position:static !important;
    transform:none !important;
    border:none !important;
    width:auto !important;
    height:auto !important;
}

body .orre-home-new > .orre-home-section-header .button i,
body .orre-home-collection > .orre-home-section-header .button i,
body .orre-home-new > .orre-home-section-header .button svg,
body .orre-home-collection > .orre-home-section-header .button svg,
body .orre-home-new > .orre-home-section-header a.button i,
body .orre-home-collection > .orre-home-section-header a.button i,
body .orre-home-new > .orre-home-section-header a.button svg,
body .orre-home-collection > .orre-home-section-header a.button svg{
    display:none !important;
}

@media (max-width: 767px){
    body .orre-home-new > .orre-home-section-header,
    body .orre-home-collection > .orre-home-section-header{
        grid-template-columns:1fr !important;
        gap:16px !important;
        padding:0 20px 22px !important;
    }

    body .orre-home-new > .orre-home-section-header::before,
    body .orre-home-collection > .orre-home-section-header::before{
        width:70px !important;
        height:2px !important;
    }

    body .orre-home-new > .orre-home-section-header > h1,
    body .orre-home-collection > .orre-home-section-header > h2{
        font-size:34px !important;
    }

    body .orre-home-new > .orre-home-section-header .button,
    body .orre-home-collection > .orre-home-section-header .button,
    body .orre-home-new > .orre-home-section-header a.button,
    body .orre-home-collection > .orre-home-section-header a.button{
        min-width:200px !important;
        height:56px !important;
    }
}

body .orre-home-new > .orre-home-section-header,
body .orre-home-collection > .orre-home-section-header{
    display:grid !important;
    grid-template-columns:auto 1fr auto !important;
    align-items:center !important;

    width:100% !important;

    padding:26px 56px 24px !important;
    margin:0 !important;

    gap:28px !important;

    box-sizing:border-box !important;

    background:#fff !important;

    border-top:0 !important;
    border-bottom:1px solid #ececec !important;
}

body .orre-home-new > .orre-home-section-header > h1,
body .orre-home-collection > .orre-home-section-header > h2{
    position:relative !important;

    margin:0 !important;
    padding:17px 0 0 !important;

    font-family:Arial, Helvetica, sans-serif !important;

    font-size:30px !important;
    font-weight:650 !important;
    line-height:1 !important;

    letter-spacing:.085em !important;

    color:#111 !important;

    text-transform:uppercase !important;
    white-space:nowrap !important;
}

body .orre-home-new > .orre-home-section-header > h1::before{
    content:"NEW SEASON" !important;
}

body .orre-home-collection > .orre-home-section-header > h2::before{
    content:"SHOP THE EDIT" !important;
}

body .orre-home-new > .orre-home-section-header > h1::before,
body .orre-home-collection > .orre-home-section-header > h2::before{
    position:absolute !important;

    top:0 !important;
    left:1px !important;

    display:block !important;

    font-size:8px !important;
    font-weight:600 !important;
    line-height:1 !important;

    letter-spacing:.22em !important;

    color:#999 !important;
}

body .orre-home-new > .orre-home-section-header > h1::after,
body .orre-home-collection > .orre-home-section-header > h2::after{
    display:none !important;
    content:none !important;
}

body .orre-home-new > .orre-home-section-header::before,
body .orre-home-collection > .orre-home-section-header::before{
    content:"" !important;

    display:block !important;

    width:100% !important;
    height:1px !important;

    background:#dcdcdc !important;

    margin:0 !important;
}

body .orre-home-new > .orre-home-section-header::after,
body .orre-home-collection > .orre-home-section-header::after{
    display:none !important;
    content:none !important;
}

body .orre-home-new > .orre-home-section-header > a,
body .orre-home-collection > .orre-home-section-header > .orre-section-cta{
    position:relative !important;

    display:inline-flex !important;

    align-items:center !important;
    justify-content:center !important;

    min-width:158px !important;
    height:42px !important;

    margin:0 !important;

    padding:0 42px 0 18px !important;

    box-sizing:border-box !important;

    background:#111 !important;
    color:#fff !important;

    border:1px solid #111 !important;
    border-radius:0 !important;

    font-size:9px !important;
    font-weight:700 !important;

    letter-spacing:.15em !important;

    text-transform:uppercase !important;
    text-decoration:none !important;

    white-space:nowrap !important;

    transition:
        background .2s ease,
        color .2s ease,
        transform .2s ease !important;
}

body .orre-home-new > .orre-home-section-header > a::after,
body .orre-home-collection > .orre-home-section-header > .orre-section-cta::after{
    content:"" !important;

    position:absolute !important;

    right:17px !important;
    top:50% !important;

    width:13px !important;
    height:7px !important;

    transform:translateY(-50%) !important;

    border:0 !important;

    background:
        linear-gradient(#fff,#fff) left center / 11px 1px no-repeat !important;
}

body .orre-home-new > .orre-home-section-header > a span::after,
body .orre-home-collection > .orre-home-section-header > .orre-section-cta span::after{
    content:none !important;
}

body .orre-home-new > .orre-home-section-header > a:hover,
body .orre-home-collection > .orre-home-section-header > .orre-section-cta:hover{
    background:#fff !important;
    color:#111 !important;

    transform:translateY(-1px) !important;
}

@media(max-width:1024px){

    body .orre-home-new > .orre-home-section-header,
    body .orre-home-collection > .orre-home-section-header{
        padding:24px 28px 22px !important;
        gap:20px !important;
    }

    body .orre-home-new > .orre-home-section-header > h1,
    body .orre-home-collection > .orre-home-section-header > h2{
        font-size:27px !important;
    }
}

@media(max-width:767px){

    body .orre-home-new > .orre-home-section-header,
    body .orre-home-collection > .orre-home-section-header{
        grid-template-columns:1fr auto !important;

        padding:20px 16px 18px !important;

        gap:12px !important;
    }

    body .orre-home-new > .orre-home-section-header::before,
    body .orre-home-collection > .orre-home-section-header::before{
        display:none !important;
    }

    body .orre-home-new > .orre-home-section-header > h1,
    body .orre-home-collection > .orre-home-section-header > h2{
        font-size:22px !important;
        padding-top:14px !important;
    }

    body .orre-home-new > .orre-home-section-header > h1::before,
    body .orre-home-collection > .orre-home-section-header > h2::before{
        font-size:7px !important;
    }

    body .orre-home-new > .orre-home-section-header > a,
    body .orre-home-collection > .orre-home-section-header > .orre-section-cta{
        min-width:auto !important;
        height:38px !important;

        padding:0 34px 0 12px !important;

        font-size:8px !important;
    }
}

body .orre-home-new > .orre-home-section-header,
body .orre-home-collection > .orre-home-section-header{
    display:grid !important;

    grid-template-columns:auto minmax(120px,1fr) auto !important;

    align-items:center !important;

    width:100% !important;

    padding:34px 56px !important;

    margin:0 !important;

    gap:28px !important;

    box-sizing:border-box !important;

    background:#fff !important;

    border-top:0 !important;
    border-bottom:1px solid #eeeeee !important;
}

body .orre-home-new > .orre-home-section-header > h1,
body .orre-home-collection > .orre-home-section-header > h2{
    margin:0 !important;

    padding:16px 0 0 !important;

    position:relative !important;

    font-size:30px !important;
    font-weight:700 !important;
    line-height:1 !important;

    letter-spacing:.08em !important;

    text-transform:uppercase !important;
    white-space:nowrap !important;
}

body .orre-home-new > .orre-home-section-header > h1::before{
    content:"NEW SEASON" !important;
}

body .orre-home-collection > .orre-home-section-header > h2::before{
    content:"SHOP THE EDIT" !important;
}

body .orre-home-new > .orre-home-section-header > h1::before,
body .orre-home-collection > .orre-home-section-header > h2::before{
    position:absolute !important;

    top:0 !important;
    left:1px !important;

    font-size:8px !important;
    font-weight:600 !important;

    letter-spacing:.22em !important;

    color:#999 !important;
}

body .orre-home-new > .orre-home-section-header > h1::after,
body .orre-home-collection > .orre-home-section-header > h2::after{
    content:none !important;
    display:none !important;
}

body .orre-home-new > .orre-home-section-header::before,
body .orre-home-collection > .orre-home-section-header::before{
    content:"" !important;

    display:block !important;

    width:100% !important;
    height:1px !important;

    margin:0 !important;

    background:#d7d7d7 !important;
}

body .orre-home-new > .orre-home-section-header > a,
body .orre-home-collection > .orre-home-section-header > .orre-section-cta{
    min-width:168px !important;
    height:44px !important;

    margin:0 !important;

    padding:0 40px 0 18px !important;

    display:inline-flex !important;

    align-items:center !important;
    justify-content:center !important;

    box-sizing:border-box !important;

    background:#111 !important;
    color:#fff !important;

    border:1px solid #111 !important;

    font-size:9px !important;
    font-weight:700 !important;

    letter-spacing:.14em !important;

    text-transform:uppercase !important;
    text-decoration:none !important;
}

@media(max-width:1024px){

    body .orre-home-new > .orre-home-section-header,
    body .orre-home-collection > .orre-home-section-header{
        padding:28px 28px !important;

        gap:20px !important;
    }
}

@media(max-width:767px){

    body .orre-home-new > .orre-home-section-header,
    body .orre-home-collection > .orre-home-section-header{
        grid-template-columns:1fr auto !important;

        padding:24px 16px !important;

        gap:12px !important;
    }

    body .orre-home-new > .orre-home-section-header::before,
    body .orre-home-collection > .orre-home-section-header::before{
        display:none !important;
    }

    body .orre-home-new > .orre-home-section-header > h1,
    body .orre-home-collection > .orre-home-section-header > h2{
        font-size:22px !important;
    }

    body .orre-home-new > .orre-home-section-header > a,
    body .orre-home-collection > .orre-home-section-header > .orre-section-cta{
        min-width:auto !important;
        height:38px !important;

        padding:0 14px !important;

        font-size:8px !important;
    }
}

.woocommerce nav.woocommerce-pagination{
    width:100% !important;

    display:flex !important;
    justify-content:center !important;

    margin:42px 0 56px !important;
    padding:0 !important;
}

.woocommerce nav.woocommerce-pagination ul{
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;

    gap:7px !important;

    margin:0 !important;
    padding:0 !important;

    border:0 !important;

    list-style:none !important;
}

.woocommerce nav.woocommerce-pagination ul li{
    float:none !important;

    margin:0 !important;
    padding:0 !important;

    border:0 !important;

    overflow:visible !important;
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span{
    width:42px !important;
    min-width:42px !important;
    height:42px !important;

    display:flex !important;
    align-items:center !important;
    justify-content:center !important;

    margin:0 !important;
    padding:0 !important;

    box-sizing:border-box !important;

    background:#fff !important;
    color:#111 !important;

    border:1px solid #d8d8d8 !important;
    border-radius:0 !important;

    font-size:12px !important;
    font-weight:600 !important;
    line-height:1 !important;

    text-decoration:none !important;

    transition:
        background .2s ease,
        color .2s ease,
        border-color .2s ease !important;
}

.woocommerce nav.woocommerce-pagination ul li span.current{
    background:#000 !important;
    color:#fff !important;

    border-color:#000 !important;
}

.woocommerce nav.woocommerce-pagination ul li a:hover{
    background:#111 !important;
    color:#fff !important;

    border-color:#111 !important;
}

.woocommerce nav.woocommerce-pagination a.prev,
.woocommerce nav.woocommerce-pagination a.next{
    position:relative !important;

    font-size:0 !important;
}

.woocommerce nav.woocommerce-pagination a.prev::before{
    content:"" !important;

    width:7px !important;
    height:7px !important;

    border-left:1.7px solid currentColor !important;
    border-bottom:1.7px solid currentColor !important;

    transform:rotate(45deg) !important;
}

.woocommerce nav.woocommerce-pagination a.next::before{
    content:"" !important;

    width:7px !important;
    height:7px !important;

    border-right:1.7px solid currentColor !important;
    border-top:1.7px solid currentColor !important;

    transform:rotate(45deg) !important;
}

.woocommerce nav.woocommerce-pagination a.prev::after,
.woocommerce nav.woocommerce-pagination a.next::after{
    content:none !important;
    display:none !important;
}

@media(max-width:767px){

    .woocommerce nav.woocommerce-pagination{
        margin:32px 0 42px !important;
    }

    .woocommerce nav.woocommerce-pagination ul{
        gap:5px !important;
    }

    .woocommerce nav.woocommerce-pagination ul li a,
    .woocommerce nav.woocommerce-pagination ul li span{
        width:38px !important;
        min-width:38px !important;
        height:38px !important;

        font-size:11px !important;
    }
}

body.post-type-archive-product .orre-shop-pro-media{
    position:relative !important;

    display:block !important;

    width:100% !important;
    aspect-ratio:4 / 5 !important;

    overflow:hidden !important;

    background:#f3efed !important;
}

body.post-type-archive-product .orre-shop-pro-media img{
    position:absolute !important;

    inset:0 !important;

    display:block !important;

    width:100% !important;
    height:100% !important;

    object-fit:cover !important;
    object-position:center !important;
}

body.post-type-archive-product .orre-shop-pro-main-img{
    display:block !important;

    opacity:1 !important;
    visibility:visible !important;

    z-index:1 !important;
}

body.post-type-archive-product .orre-shop-pro-hover-img{
    display:block !important;

    opacity:0 !important;
    visibility:visible !important;

    z-index:2 !important;

    transition:opacity .3s ease !important;
}

body.post-type-archive-product
.orre-shop-pro-card:hover
.orre-shop-pro-main-img{
    opacity:0 !important;
}

body.post-type-archive-product
.orre-shop-pro-card:hover
.orre-shop-pro-hover-img{
    opacity:1 !important;
}

body.post-type-archive-product .orre-shop-pro-card-top{
    display:block !important;

    width:100% !important;

    position:relative !important;
}

body.post-type-archive-product .orre-shop-pro-sizes{
    display:flex !important;
    visibility:visible !important;
    opacity:1 !important;

    width:100% !important;
    height:auto !important;

    align-items:center !important;
    justify-content:flex-start !important;

    gap:7px !important;

    padding:10px 16px 0 !important;
    margin:0 !important;

    background:#fff !important;

    overflow:visible !important;
}

body.post-type-archive-product .orre-shop-pro-size-label{
    display:none !important;
}

body.post-type-archive-product .orre-shop-pro-size-list{
    display:flex !important;
    visibility:visible !important;
    opacity:1 !important;

    align-items:center !important;
    flex-wrap:wrap !important;

    gap:6px !important;

    width:auto !important;
    height:auto !important;
}

body.post-type-archive-product .orre-shop-pro-size-list span{
    display:inline-flex !important;

    align-items:center !important;
    justify-content:center !important;

    min-width:38px !important;
    height:34px !important;

    padding:0 9px !important;

    background:#fff !important;
    color:#111 !important;

    border:1px solid #d7d7d7 !important;
    border-radius:0 !important;

    font-size:10px !important;
    font-weight:500 !important;

    line-height:1 !important;

    box-sizing:border-box !important;
}

body.post-type-archive-product .orre-shop-pro-size-list span:hover{
    border-color:#111 !important;
}

body.post-type-archive-product .orre-shop-pro-info{
    padding-top:10px !important;
}

@media(max-width:767px){

    body.post-type-archive-product .orre-shop-pro-sizes{
        padding:8px 8px 0 !important;
    }

    body.post-type-archive-product .orre-shop-pro-size-list{
        gap:5px !important;
    }

    body.post-type-archive-product .orre-shop-pro-size-list span{
        min-width:34px !important;
        height:31px !important;

        padding:0 7px !important;

        font-size:9px !important;
    }
}

.woocommerce nav.woocommerce-pagination ul li a.prev,
.woocommerce nav.woocommerce-pagination ul li a.next{
    position:relative !important;

    width:44px !important;
    min-width:44px !important;
    height:44px !important;

    display:flex !important;
    align-items:center !important;
    justify-content:center !important;

    padding:0 !important;

    font-size:0 !important;

    background:#fff !important;
    color:#111 !important;

    border:1px solid #d8d8d8 !important;
}

.woocommerce nav.woocommerce-pagination ul li a.prev::before,
.woocommerce nav.woocommerce-pagination ul li a.prev::after,
.woocommerce nav.woocommerce-pagination ul li a.next::before,
.woocommerce nav.woocommerce-pagination ul li a.next::after{
    content:"" !important;
    display:block !important;

    position:absolute !important;

    top:50% !important;

    width:8px !important;
    height:8px !important;

    border:0 !important;
}

.woocommerce nav.woocommerce-pagination ul li a.prev::before{
    left:50% !important;

    border-left:1.6px solid currentColor !important;
    border-bottom:1.6px solid currentColor !important;

    transform:
        translate(-40%,-50%)
        rotate(45deg) !important;
}

.woocommerce nav.woocommerce-pagination ul li a.next::before{
    left:50% !important;

    border-right:1.6px solid currentColor !important;
    border-top:1.6px solid currentColor !important;

    transform:
        translate(-60%,-50%)
        rotate(45deg) !important;
}

.woocommerce nav.woocommerce-pagination ul li a.prev::after,
.woocommerce nav.woocommerce-pagination ul li a.next::after{
    display:none !important;
}

.woocommerce nav.woocommerce-pagination ul li a.prev:hover,
.woocommerce nav.woocommerce-pagination ul li a.next:hover{
    background:#000 !important;
    color:#fff !important;
    border-color:#000 !important;
}

body.page .orre-about-hero,
body.page .orre-about-story,
body.page .orre-about-values,
body.page .orre-about-closing{
    background:#fff;
    color:#111;
}

.orre-about-hero,
.orre-about-story,
.orre-about-values,
.orre-about-closing{
    padding-left:6vw !important;
    padding-right:6vw !important;
}

.orre-about-hero{
    min-height:520px;
    display:flex;
    align-items:center;
    padding-top:80px !important;
    padding-bottom:80px !important;
}

.orre-about-hero .elementor-heading-title{
    max-width:900px;
    margin:0;
    font-size:clamp(52px,7vw,108px) !important;
    line-height:.94 !important;
    font-weight:500 !important;
    letter-spacing:-.035em !important;
    color:#111 !important;
}

.orre-about-hero .elementor-widget-text-editor{
    max-width:620px;
    margin-top:28px;
}

.orre-about-hero p{
    font-size:17px !important;
    line-height:1.75 !important;
    color:#555 !important;
}

.orre-about-hero .elementor-widget-heading:first-child
.elementor-heading-title{
    font-size:10px !important;
    line-height:1 !important;
    font-weight:700 !important;
    letter-spacing:.22em !important;
    color:#8c8c8c !important;
    text-transform:uppercase !important;
}

.orre-about-story{
    padding-top:90px !important;
    padding-bottom:90px !important;
    border-top:1px solid #eee;
}

.orre-about-story img{
    width:100%;
    display:block;
    object-fit:cover;
    background:#f6f4f2;
}

.orre-about-story .elementor-heading-title{
    font-size:clamp(40px,4.3vw,68px) !important;
    line-height:1.02 !important;
    font-weight:500 !important;
    letter-spacing:-.025em !important;
    color:#111 !important;
}

.orre-about-story p{
    max-width:620px;
    font-size:16px !important;
    line-height:1.8 !important;
    color:#4d4d4d !important;
}

.orre-about-values{
    padding-top:90px !important;
    padding-bottom:100px !important;

    border-top:1px solid #eee;
    border-bottom:1px solid #eee;
}

.orre-about-values .e-con,
.orre-about-values .elementor-column{
    position:relative;
}

.orre-about-values .elementor-column:not(:last-child)::after{
    content:"";
    position:absolute;
    top:0;
    right:0;
    width:1px;
    height:100%;
    background:#e8e8e8;
}

.orre-about-values .elementor-heading-title{
    font-size:21px !important;
    line-height:1.2 !important;
    font-weight:600 !important;
    letter-spacing:.02em !important;
    color:#111 !important;
}

.orre-about-values p{
    max-width:420px;
    margin-top:18px;
    font-size:15px !important;
    line-height:1.75 !important;
    color:#666 !important;
}

.orre-about-closing{
    min-height:480px;

    display:flex;
    align-items:center;
    justify-content:center;

    text-align:center;

    padding-top:90px !important;
    padding-bottom:90px !important;
}

.orre-about-closing .elementor-heading-title{
    max-width:900px;

    margin-left:auto;
    margin-right:auto;

    font-size:clamp(48px,6vw,92px) !important;

    line-height:.98 !important;

    font-weight:500 !important;

    letter-spacing:-.035em !important;

    color:#111 !important;
}

.orre-about-closing p{
    max-width:600px;

    margin:24px auto 0;

    font-size:16px !important;
    line-height:1.75 !important;

    color:#666 !important;
}

.orre-about-closing .elementor-button{
    min-width:200px;

    height:52px;

    margin-top:28px;

    display:inline-flex;
    align-items:center;
    justify-content:center;

    background:#000 !important;
    color:#fff !important;

    border:1px solid #000 !important;
    border-radius:0 !important;

    font-size:10px !important;
    font-weight:700 !important;

    letter-spacing:.16em !important;

    text-transform:uppercase;

    transition:.25s ease;
}

.orre-about-closing .elementor-button:hover{
    background:#fff !important;
    color:#000 !important;
}

.orre-about-hero .elementor-widget-container,
.orre-about-story .elementor-widget-container,
.orre-about-values .elementor-widget-container{
    box-shadow:none !important;
}

.orre-about-hero a,
.orre-about-story a,
.orre-about-values a{
    color:#111 !important;
}

.orre-about-story a,
.orre-about-values a{
    display:inline-flex;
    align-items:center;
    gap:10px;

    margin-top:18px;

    font-size:10px !important;
    font-weight:700 !important;

    letter-spacing:.14em;

    text-transform:uppercase;

    text-decoration:none !important;
}

@media(max-width:767px){

    .orre-about-hero,
    .orre-about-story,
    .orre-about-values,
    .orre-about-closing{
        padding-left:20px !important;
        padding-right:20px !important;
    }

    .orre-about-hero{
        min-height:auto;

        padding-top:64px !important;
        padding-bottom:64px !important;
    }

    .orre-about-hero .elementor-heading-title{
        font-size:48px !important;
    }

    .orre-about-story,
    .orre-about-values{
        padding-top:56px !important;
        padding-bottom:56px !important;
    }

    .orre-about-story .elementor-heading-title{
        font-size:38px !important;
    }

    .orre-about-values .elementor-column::after{
        display:none !important;
    }

    .orre-about-values .elementor-column{
        padding-bottom:36px;
        margin-bottom:36px;

        border-bottom:1px solid #eee;
    }

    .orre-about-closing{
        min-height:auto;

        padding-top:70px !important;
        padding-bottom:70px !important;
    }

    .orre-about-closing .elementor-heading-title{
        font-size:44px !important;
    }
}

.about-video-section,
.elementor-section.about-video-section {
    padding: 70px 40px !important;
    box-sizing: border-box;
}

.about-video-section .elementor-container,
.about-video-section .elementor-row {
    max-width: 1400px !important;
    margin: 0 auto !important;
    align-items: flex-start !important;
    column-gap: 40px !important;
}

.about-video-section .elementor-column {
    width: 50% !important;
}

.about-video-section .elementor-widget-video,
.about-video-section .elementor-custom-embed-wrapper,
.about-video-section .elementor-video {
    width: 100% !important;
}

.about-video-section iframe,
.about-video-section video,
.about-video-section .elementor-video iframe {
    width: 100% !important;
    height: 420px !important;
    display: block !important;
    border: 0 !important;
    object-fit: cover !important;
}

.about-video-section .elementor-custom-embed-image-overlay,
.about-video-section .elementor-wrapper {
    width: 100% !important;
    min-height: 420px !important;
}

.about-video-section h2,
.about-video-section h3,
.about-video-section .elementor-heading-title {
    font-size: 26px !important;
    line-height: 1.3 !important;
    font-weight: 500 !important;
    margin-top: 22px !important;
    margin-bottom: 0 !important;
    color: #222 !important;
}

.about-video-section p {
    margin-top: 12px !important;
    line-height: 1.7 !important;
    color: #666 !important;
}

@media (max-width: 991px) {
    .about-video-section {
        padding: 50px 20px !important;
    }

    .about-video-section .elementor-container,
    .about-video-section .elementor-row {
        display: flex !important;
        flex-direction: column !important;
        row-gap: 35px !important;
    }

    .about-video-section .elementor-column {
        width: 100% !important;
    }

    .about-video-section iframe,
    .about-video-section video,
    .about-video-section .elementor-video iframe,
    .about-video-section .elementor-custom-embed-image-overlay,
    .about-video-section .elementor-wrapper {
        height: 280px !important;
        min-height: 280px !important;
    }

    .about-video-section h2,
    .about-video-section h3,
    .about-video-section .elementor-heading-title {
        font-size: 22px !important;
    }
}

#orreMenuDrawer,
.orre-menu-drawer{
    display:flex !important;
    flex-direction:column !important;
}

#orreMenuDrawer .orre-drawer-nav,
.orre-menu-drawer .orre-drawer-nav{
    flex:1 !important;

    display:flex !important;
    flex-direction:column !important;
    justify-content:center !important;

    padding-top:20px !important;
    padding-bottom:20px !important;
}

#orreMenuDrawer .orre-drawer-nav > a,
#orreMenuDrawer .orre-mobile-group,
.orre-menu-drawer .orre-drawer-nav > a,
.orre-menu-drawer .orre-mobile-group{
    flex:0 0 auto !important;
}

@media(max-width:767px){

    #orreMenuDrawer .orre-drawer-nav,
    .orre-menu-drawer .orre-drawer-nav{
        justify-content:flex-start !important;

        padding-top:28px !important;
    }
}

body .orre-home-new > .orre-home-section-header > a::after,
body .orre-home-collection > .orre-home-section-header > .orre-section-cta::after{
    content:none !important;
    display:none !important;
}

body .orre-home-new > .orre-home-section-header > a,
body .orre-home-collection > .orre-home-section-header > .orre-section-cta{
    padding-left:22px !important;
    padding-right:22px !important;
    justify-content:center !important;
}

body .orre-home-new > .orre-home-section-header > h1,
body .orre-home-collection > .orre-home-section-header > h2{
    position:relative !important;
    padding-bottom:16px !important;
}

body .orre-home-new > .orre-home-section-header > h1::after,
body .orre-home-collection > .orre-home-section-header > h2::after{
    content:"" !important;

    display:block !important;

    position:absolute !important;

    left:50% !important;
    bottom:0 !important;

    width:42px !important;
    height:3px !important;

    background:#c2c2c2 !important;

    transform:translateX(-50%) !important;
}

body .orre-home-new > .orre-home-section-header::before,
body .orre-home-collection > .orre-home-section-header::before{
    display:none !important;
    content:none !important;
}

body .orre-home-new > .orre-home-section-header,
body .orre-home-collection > .orre-home-section-header{
    display:flex !important;
    align-items:center !important;
    justify-content:space-between !important;

    gap:30px !important;

    padding:34px 56px !important;
}

body .orre-home-new > .orre-home-section-header > h1,
body .orre-home-collection > .orre-home-section-header > h2{
    position:relative !important;

    margin:0 !important;
    padding-bottom:16px !important;

    flex:0 0 auto !important;
}

body .orre-home-new > .orre-home-section-header > h1::after,
body .orre-home-collection > .orre-home-section-header > h2::after{
    content:"" !important;

    display:block !important;

    position:absolute !important;

    left:50% !important;
    bottom:0 !important;

    width:56px !important;
    height:3px !important;

    background:#bdbdbd !important;

    transform:translateX(-50%) !important;
}

body .orre-home-new > .orre-home-section-header::before,
body .orre-home-collection > .orre-home-section-header::before{
    content:none !important;
    display:none !important;
}

body .orre-home-new > .orre-home-section-header > a,
body .orre-home-collection > .orre-home-section-header > .orre-section-cta{
    width:auto !important;
    max-width:none !important;

    flex:0 0 auto !important;

    min-width:170px !important;
    height:48px !important;

    margin:0 !important;
    padding:0 24px !important;

    display:inline-flex !important;
    align-items:center !important;
    justify-content:center !important;

    background:#111 !important;
    color:#fff !important;

    border:1px solid #111 !important;

    font-size:10px !important;
    font-weight:700 !important;

    letter-spacing:.14em !important;

    text-transform:uppercase !important;
}

body .orre-home-new > .orre-home-section-header > a::after,
body .orre-home-collection > .orre-home-section-header > .orre-section-cta::after{
    content:none !important;
    display:none !important;
}

body .orre-home-new > .orre-home-section-header,
body .orre-home-collection > .orre-home-section-header{
    display:flex !important;
    flex-direction:column !important;
    align-items:center !important;
    justify-content:center !important;

    width:100% !important;

    padding:38px 20px 42px !important;
    margin:0 !important;

    text-align:center !important;

    background:#fff !important;

    gap:0 !important;
}

body .orre-home-new > .orre-home-section-header > h1,
body .orre-home-collection > .orre-home-section-header > h2{
    position:relative !important;

    margin:0 !important;

    padding:18px 0 17px !important;

    font-size:36px !important;
    font-weight:700 !important;
    line-height:1 !important;

    letter-spacing:.075em !important;

    text-align:center !important;
    text-transform:uppercase !important;

    color:#111 !important;
}

body .orre-home-new > .orre-home-section-header > h1::before{
    content:"NEW SEASON" !important;
}

body .orre-home-collection > .orre-home-section-header > h2::before{
    content:"SHOP THE EDIT" !important;
}

body .orre-home-new > .orre-home-section-header > h1::before,
body .orre-home-collection > .orre-home-section-header > h2::before{
    position:absolute !important;

    top:0 !important;
    left:50% !important;

    transform:translateX(-50%) !important;

    white-space:nowrap !important;

    font-size:8px !important;
    font-weight:600 !important;

    letter-spacing:.25em !important;

    color:#999 !important;
}

body .orre-home-new > .orre-home-section-header > h1::after,
body .orre-home-collection > .orre-home-section-header > h2::after{
    content:"" !important;

    position:absolute !important;

    left:50% !important;
    bottom:0 !important;

    width:46px !important;
    height:3px !important;

    background:#bdbdbd !important;

    transform:translateX(-50%) !important;
}

body .orre-home-new > .orre-home-section-header::before,
body .orre-home-collection > .orre-home-section-header::before{
    display:none !important;
    content:none !important;
}

body .orre-home-new > .orre-home-section-header > a,
body .orre-home-collection > .orre-home-section-header > .orre-section-cta{
    display:inline-flex !important;

    align-items:center !important;
    justify-content:center !important;

    width:auto !important;
    min-width:180px !important;

    height:48px !important;

    margin:26px 0 0 !important;

    padding:0 26px !important;

    background:#111 !important;
    color:#fff !important;

    border:1px solid #111 !important;
    border-radius:0 !important;

    font-size:10px !important;
    font-weight:700 !important;

    letter-spacing:.15em !important;

    text-align:center !important;
    text-decoration:none !important;
    text-transform:uppercase !important;
}

body .orre-home-new > .orre-home-section-header > a::after,
body .orre-home-collection > .orre-home-section-header > .orre-section-cta::after{
    display:none !important;
    content:none !important;
}

@media(max-width:767px){

    body .orre-home-new > .orre-home-section-header,
    body .orre-home-collection > .orre-home-section-header{
        padding:30px 16px 34px !important;
    }

    body .orre-home-new > .orre-home-section-header > h1,
    body .orre-home-collection > .orre-home-section-header > h2{
        font-size:27px !important;
    }

    body .orre-home-new > .orre-home-section-header > a,
    body .orre-home-collection > .orre-home-section-header > .orre-section-cta{
        min-width:165px !important;
        height:44px !important;

        margin-top:22px !important;

        font-size:9px !important;
    }
}

.orre-home-section-footer{
    width:100% !important;

    display:flex !important;
    align-items:center !important;
    justify-content:center !important;

    padding:34px 20px 44px !important;

    background:#fff !important;

    box-sizing:border-box !important;
}

.orre-home-section-footer .orre-section-cta{
    display:inline-flex !important;

    align-items:center !important;
    justify-content:center !important;

    width:auto !important;
    min-width:210px !important;
    height:50px !important;

    margin:0 !important;
    padding:0 28px !important;

    background:#111 !important;
    color:#fff !important;

    border:1px solid #111 !important;
    border-radius:0 !important;

    font-size:10px !important;
    font-weight:700 !important;

    letter-spacing:.16em !important;

    text-transform:uppercase !important;
    text-decoration:none !important;

    transition:.2s ease !important;
}

.orre-home-section-footer .orre-section-cta:hover{
    background:#fff !important;
    color:#111 !important;
}

.orre-home-section-footer .orre-section-cta::before,
.orre-home-section-footer .orre-section-cta::after{
    content:none !important;
    display:none !important;
}

@media(max-width:767px){

    .orre-home-section-footer{
        padding:24px 16px 32px !important;
    }

    .orre-home-section-footer .orre-section-cta{
        min-width:180px !important;
        height:46px !important;

        font-size:9px !important;
    }
}

body .orre-home-new > .orre-home-section-header{
    display:flex !important;
    flex-direction:column !important;
    align-items:center !important;
    justify-content:center !important;

    width:100% !important;

    padding:24px 20px 28px !important;
    margin:0 !important;

    text-align:center !important;

    background:#fff !important;
}

body .orre-home-new > .orre-home-section-header > h1{
    position:relative !important;

    margin:0 !important;
    padding:18px 0 16px !important;

    font-size:34px !important;
    font-weight:700 !important;
    line-height:1 !important;

    letter-spacing:.07em !important;

    text-transform:uppercase !important;
}

body .orre-home-new > .orre-home-section-header > h1::before{
    content:"NEW SEASON" !important;

    position:absolute !important;

    top:0 !important;
    left:50% !important;

    transform:translateX(-50%) !important;

    font-size:8px !important;
    font-weight:600 !important;

    letter-spacing:.24em !important;

    color:#999 !important;

    white-space:nowrap !important;
}

body .orre-home-new > .orre-home-section-header > h1::after{
    content:"" !important;

    position:absolute !important;

    left:50% !important;
    bottom:0 !important;

    width:44px !important;
    height:2px !important;

    background:#bdbdbd !important;

    transform:translateX(-50%) !important;
}

body .orre-home-new > .orre-home-section-header > a{
    display:inline-flex !important;

    align-items:center !important;
    justify-content:center !important;

    width:auto !important;
    min-width:160px !important;

    height:44px !important;

    margin:20px 0 0 !important;
    padding:0 24px !important;

    background:#111 !important;
    color:#fff !important;

    border:1px solid #111 !important;

    font-size:9px !important;
    font-weight:700 !important;

    letter-spacing:.15em !important;

    text-transform:uppercase !important;
    text-decoration:none !important;
}

body .orre-home-new > .orre-home-section-header > a::before,
body .orre-home-new > .orre-home-section-header > a::after{
    content:none !important;
    display:none !important;
}

@media(max-width:767px){

    body .orre-home-new > .orre-home-section-header{
        padding:22px 16px 24px !important;
    }

    body .orre-home-new > .orre-home-section-header > h1{
        font-size:28px !important;
    }

    body .orre-home-new > .orre-home-section-header > a{
        min-width:145px !important;
        height:42px !important;

        margin-top:18px !important;
    }
}

.orre-home-new .orre-home-section-header{
    display:flex !important;
    flex-direction:column !important;
    align-items:center !important;
    justify-content:center !important;

    padding:32px 20px 28px !important;
    margin:0 !important;

    text-align:center !important;
    background:#fff !important;
}

.orre-home-new .orre-home-section-header h1{
    position:relative !important;

    margin:0 !important;
    padding:18px 0 16px !important;

    font-size:34px !important;
    font-weight:700 !important;
    line-height:1 !important;

    letter-spacing:.08em !important;
}

.orre-home-new .orre-home-section-header h1::before{
    content:"NEW SEASON" !important;

    position:absolute !important;
    top:0 !important;
    left:50% !important;

    transform:translateX(-50%) !important;

    font-size:8px !important;
    font-weight:600 !important;

    letter-spacing:.24em !important;
    color:#999 !important;

    white-space:nowrap !important;
}

.orre-home-new .orre-home-section-header h1::after{
    content:"" !important;

    position:absolute !important;
    left:50% !important;
    bottom:0 !important;

    width:46px !important;
    height:2px !important;

    transform:translateX(-50%) !important;

    background:#bdbdbd !important;
}

.orre-home-new .orre-home-section-footer{
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;

    width:100% !important;

    padding:34px 20px 44px !important;

    background:#fff !important;
}

.orre-home-new .orre-home-section-footer .orre-section-cta{
    display:inline-flex !important;
    align-items:center !important;
    justify-content:center !important;

    width:auto !important;
    min-width:180px !important;
    height:48px !important;

    padding:0 28px !important;

    background:#111 !important;
    color:#fff !important;

    border:1px solid #111 !important;

    font-size:10px !important;
    font-weight:700 !important;

    letter-spacing:.15em !important;

    text-decoration:none !important;
    text-transform:uppercase !important;
}

.orre-home-new .orre-home-section-footer .orre-section-cta::before,
.orre-home-new .orre-home-section-footer .orre-section-cta::after{
    display:none !important;
    content:none !important;
}

}

body.single-product .orre-variable-size-buttons,
body.single-product .orre-pdp-static-sizes{
    display:none !important;
}

body.single-product .orre-simple-size-selector{
    display:block !important;
    visibility:visible !important;
    opacity:1 !important;

    width:100% !important;

    margin:26px 0 22px !important;
    padding:0 !important;
}

body.single-product .orre-simple-size-selector .orre-size-selector-label{
    display:block !important;

    margin:0 0 12px !important;

    color:#111 !important;

    font-size:12px !important;
    font-weight:700 !important;
    line-height:1 !important;

    letter-spacing:.09em !important;

    text-transform:uppercase !important;
}

body.single-product .orre-simple-size-buttons{
    display:flex !important;
    align-items:center !important;
    justify-content:flex-start !important;
    flex-wrap:wrap !important;

    gap:8px !important;

    width:100% !important;

    margin:0 !important;
    padding:0 !important;
}

body.single-product .orre-simple-size-buttons .orre-size-option{
    display:inline-flex !important;

    align-items:center !important;
    justify-content:center !important;

    width:56px !important;
    min-width:56px !important;
    height:48px !important;

    margin:0 !important;
    padding:0 !important;

    background:#fff !important;
    color:#111 !important;

    border:1px solid #d4d4d4 !important;
    border-radius:0 !important;

    box-shadow:none !important;

    font-size:10px !important;
    font-weight:600 !important;

    cursor:pointer !important;
}

body.single-product
.orre-simple-size-buttons
.orre-size-option.is-selected{
    background:#111 !important;
    color:#fff !important;

    border-color:#111 !important;
}

body.single-product
.orre-simple-size-buttons
.orre-size-option:hover{
    border-color:#111 !important;
}

body.single-product
.orre-simple-size-selector
input[name="orre_selected_size"]{
    display:none !important;
}

body.single-product
.orre-pdp-final-buy
form.cart:not(.variations_form){
    display:grid !important;

    grid-template-columns:145px minmax(0,1fr) !important;

    align-items:stretch !important;

    gap:10px !important;

    width:100% !important;

    margin:0 !important;
}

body.single-product .orre-pdp-final-buy .quantity{
    display:grid !important;

    grid-template-columns:40px 1fr 40px !important;

    width:145px !important;
    height:52px !important;

    margin:0 !important;

    background:#fff !important;

    border:1px solid #111 !important;
}

body.single-product .orre-pdp-final-buy .quantity input.qty{
    width:100% !important;
    height:50px !important;

    margin:0 !important;
    padding:0 !important;

    background:#fff !important;
    color:#111 !important;

    border:0 !important;

    text-align:center !important;
}

body.single-product .orre-pdp-final-buy .quantity .minus,
body.single-product .orre-pdp-final-buy .quantity .plus{
    width:40px !important;
    height:50px !important;

    margin:0 !important;
    padding:0 !important;

    display:flex !important;
    align-items:center !important;
    justify-content:center !important;

    background:#fff !important;
    color:#111 !important;

    border:0 !important;
}

body.single-product
.orre-pdp-final-buy
.single_add_to_cart_button{
    width:100% !important;
    height:52px !important;

    margin:0 !important;
    padding:0 25px !important;

    display:flex !important;

    align-items:center !important;
    justify-content:center !important;

    background:#111 !important;
    color:#fff !important;

    border:1px solid #111 !important;
    border-radius:0 !important;

    font-size:10px !important;
    font-weight:700 !important;

    letter-spacing:.13em !important;

    text-transform:uppercase !important;
}

body.single-product
.orre-pdp-final-buy
form.variations_form{
    display:block !important;

    width:100% !important;

    margin:25px 0 0 !important;
}

body.single-product
.orre-pdp-final-buy
.variations{
    display:table !important;

    width:100% !important;

    margin:0 0 22px !important;
}

body.single-product
.orre-pdp-final-buy
.wd-swatches-product{
    display:flex !important;

    flex-wrap:wrap !important;

    gap:8px !important;

    margin:10px 0 0 !important;
}

body.single-product
.orre-pdp-final-buy
.wd-swatch,
body.single-product
.orre-pdp-final-buy
.wd-swatch-text{
    display:inline-flex !important;

    align-items:center !important;
    justify-content:center !important;

    min-width:56px !important;
    height:48px !important;

    padding:0 14px !important;

    background:#fff !important;
    color:#111 !important;

    border:1px solid #d4d4d4 !important;
    border-radius:0 !important;
}

body.single-product
.orre-pdp-final-buy
.wd-swatch.wd-active,
body.single-product
.orre-pdp-final-buy
.wd-swatch.active{
    background:#111 !important;
    color:#fff !important;

    border-color:#111 !important;
}

body.single-product
.orre-pdp-final-buy
.woocommerce-variation-add-to-cart{
    display:grid !important;

    grid-template-columns:145px minmax(0,1fr) !important;

    gap:10px !important;

    width:100% !important;

    margin-top:20px !important;
}

@media(max-width:767px){

    body.single-product .orre-simple-size-selector{
        margin-top:22px !important;
    }

    body.single-product
    .orre-simple-size-buttons
    .orre-size-option{
        width:50px !important;
        min-width:50px !important;
        height:44px !important;
    }

    body.single-product
    .orre-pdp-final-buy
    form.cart:not(.variations_form),

    body.single-product
    .orre-pdp-final-buy
    .woocommerce-variation-add-to-cart{
        grid-template-columns:110px minmax(0,1fr) !important;
        gap:8px !important;
    }

    body.single-product .orre-pdp-final-buy .quantity{
        width:110px !important;

        grid-template-columns:32px 1fr 32px !important;
    }

    body.single-product .orre-pdp-final-buy .quantity .minus,
    body.single-product .orre-pdp-final-buy .quantity .plus{
        width:32px !important;
    }
}

body.single-product .orre-pdp-final-buy form.variations_form{
    width:100% !important;
    margin:24px 0 0 !important;
}

body.single-product .orre-pdp-final-buy .variations{
    width:100% !important;
    margin:0 0 22px !important;
    border:0 !important;
}

body.single-product .orre-pdp-final-buy .variations tbody,
body.single-product .orre-pdp-final-buy .variations tr{
    display:block !important;
    width:100% !important;
}

body.single-product .orre-pdp-final-buy .variations tr{
    margin:0 0 18px !important;
}

body.single-product .orre-pdp-final-buy .variations th,
body.single-product .orre-pdp-final-buy .variations td{
    display:block !important;
    width:100% !important;
    margin:0 !important;
    padding:0 !important;
    border:0 !important;
    text-align:left !important;
}

body.single-product .orre-pdp-final-buy .variations label{
    display:block !important;
    margin:0 0 11px !important;

    color:#111 !important;

    font-size:12px !important;
    font-weight:700 !important;
    line-height:1.2 !important;

    letter-spacing:.09em !important;
    text-transform:uppercase !important;
}

body.single-product .orre-pdp-final-buy .wd-swatches-product{
    display:flex !important;
    align-items:center !important;
    justify-content:flex-start !important;
    flex-wrap:wrap !important;

    gap:8px !important;

    width:100% !important;
    margin:0 !important;
}

body.single-product .orre-pdp-final-buy .wd-swatch,
body.single-product .orre-pdp-final-buy .wd-swatch-text{
    display:inline-flex !important;
    align-items:center !important;
    justify-content:center !important;

    min-width:56px !important;
    height:48px !important;

    margin:0 !important;
    padding:0 14px !important;

    background:#fff !important;
    color:#111 !important;

    border:1px solid #d5d5d5 !important;
    border-radius:0 !important;
    box-shadow:none !important;

    font-size:10px !important;
    font-weight:600 !important;
    line-height:1 !important;
}

body.single-product .orre-pdp-final-buy .wd-swatch.wd-active,
body.single-product .orre-pdp-final-buy .wd-swatch.active,
body.single-product .orre-pdp-final-buy .wd-swatch.selected{
    background:#111 !important;
    color:#fff !important;
    border-color:#111 !important;
}

body.single-product .orre-pdp-final-buy .variations select{
    width:100% !important;
    max-width:360px !important;
    height:48px !important;

    margin:0 !important;
    padding:0 14px !important;

    background:#fff !important;
    color:#111 !important;

    border:1px solid #d5d5d5 !important;
    border-radius:0 !important;
    box-shadow:none !important;
}

body.single-product .orre-pdp-final-buy .reset_variations{
    display:inline-block !important;

    margin-top:10px !important;

    color:#777 !important;

    font-size:9px !important;
    font-weight:600 !important;
    letter-spacing:.08em !important;
    text-transform:uppercase !important;
}

body.single-product
.orre-pdp-final-buy
.woocommerce-variation-add-to-cart{
    display:grid !important;
    grid-template-columns:145px minmax(0,1fr) !important;

    align-items:stretch !important;
    gap:10px !important;

    width:100% !important;
    margin-top:20px !important;
}

body.single-product .orre-pdp-final-buy .quantity{
    display:grid !important;
    grid-template-columns:40px 1fr 40px !important;

    width:145px !important;
    height:52px !important;

    margin:0 !important;

    border:1px solid #111 !important;
    background:#fff !important;
}

body.single-product .orre-pdp-final-buy .quantity input.qty{
    width:100% !important;
    height:50px !important;

    margin:0 !important;
    padding:0 !important;

    background:#fff !important;
    color:#111 !important;

    border:0 !important;
    box-shadow:none !important;

    text-align:center !important;
}

body.single-product .orre-pdp-final-buy .quantity .minus,
body.single-product .orre-pdp-final-buy .quantity .plus{
    width:40px !important;
    height:50px !important;

    margin:0 !important;
    padding:0 !important;

    background:#fff !important;
    color:#111 !important;

    border:0 !important;
    box-shadow:none !important;
}

body.single-product .orre-pdp-final-buy .single_add_to_cart_button{
    width:100% !important;
    min-height:52px !important;

    margin:0 !important;
    padding:0 24px !important;

    display:flex !important;
    align-items:center !important;
    justify-content:center !important;

    background:#111 !important;
    color:#fff !important;

    border:1px solid #111 !important;
    border-radius:0 !important;

    font-size:10px !important;
    font-weight:700 !important;
    line-height:1 !important;

    letter-spacing:.12em !important;
    text-transform:uppercase !important;
}

body.single-product .orre-pdp-final-buy .single_add_to_cart_button.disabled,
body.single-product .orre-pdp-final-buy .single_add_to_cart_button:disabled{
    opacity:.45 !important;
    cursor:not-allowed !important;
}

@media(max-width:767px){

    body.single-product
    .orre-pdp-final-buy
    .woocommerce-variation-add-to-cart{
        grid-template-columns:110px minmax(0,1fr) !important;
        gap:8px !important;
    }

    body.single-product .orre-pdp-final-buy .quantity{
        width:110px !important;
        grid-template-columns:32px 1fr 32px !important;
    }

    body.single-product .orre-pdp-final-buy .quantity .minus,
    body.single-product .orre-pdp-final-buy .quantity .plus{
        width:32px !important;
    }

    body.single-product .orre-pdp-final-buy .wd-swatch,
    body.single-product .orre-pdp-final-buy .wd-swatch-text{
        min-width:50px !important;
        height:44px !important;
        padding:0 12px !important;
    }
}

body.single-product .orre-pdp-final-short-description{
    margin:18px 0 0 !important;
    max-width:680px !important;
    color:#555 !important;
    font-size:15px !important;
    line-height:1.75 !important;
}

body.single-product .orre-pdp-final-description{
    margin:22px 0 26px !important;
    max-width:680px !important;
    color:#333 !important;
    font-size:15px !important;
    line-height:1.8 !important;
}

body.single-product .orre-pdp-final-description p{
    margin:0 0 16px !important;
}

body.single-product .orre-pdp-final-description ul,
body.single-product .orre-pdp-final-description ol{
    margin:12px 0 0 20px !important;
    padding:0 !important;
}

body.single-product .orre-pdp-final-description li{
    margin:0 0 10px !important;
}

body.single-product
.orre-pdp-final-buy
form.cart:not(.variations_form){
    display:grid !important;
    grid-template-columns:145px minmax(0,1fr) !important;
    align-items:stretch !important;
    gap:14px 10px !important;
    width:100% !important;
    margin:0 !important;
}

body.single-product
.orre-pdp-final-buy
form.cart:not(.variations_form)
.orre-simple-size-selector{
    grid-column:1 / -1 !important;
    width:100% !important;
    margin:0 !important;
    padding:0 !important;
}

body.single-product .orre-simple-size-selector .orre-size-selector-label{
    display:block !important;
    margin:0 0 12px !important;
    color:#111 !important;
    font-size:12px !important;
    font-weight:700 !important;
    line-height:1 !important;
    letter-spacing:.09em !important;
    text-transform:uppercase !important;
}

body.single-product .orre-simple-size-buttons{
    display:flex !important;
    flex-wrap:wrap !important;
    align-items:center !important;
    gap:8px !important;
    width:100% !important;
    margin:0 !important;
}

body.single-product .orre-simple-size-buttons .orre-size-option{
    display:inline-flex !important;
    align-items:center !important;
    justify-content:center !important;
    width:56px !important;
    min-width:56px !important;
    height:48px !important;
    margin:0 !important;
    padding:0 !important;
    background:#fff !important;
    color:#111 !important;
    border:1px solid #d4d4d4 !important;
    border-radius:0 !important;
    box-shadow:none !important;
    font-size:10px !important;
    font-weight:600 !important;
}

body.single-product
.orre-simple-size-buttons
.orre-size-option.is-selected{
    background:#111 !important;
    color:#fff !important;
    border-color:#111 !important;
}

body.single-product .orre-pdp-final-buy .quantity{
    grid-column:1 !important;
    display:grid !important;
    grid-template-columns:40px 1fr 40px !important;
    width:145px !important;
    height:52px !important;
    margin:0 !important;
    border:1px solid #111 !important;
    background:#fff !important;
}

body.single-product .orre-pdp-final-buy .quantity input.qty{
    width:100% !important;
    height:50px !important;
    margin:0 !important;
    padding:0 !important;
    border:0 !important;
    background:#fff !important;
    color:#111 !important;
    text-align:center !important;
}

body.single-product .orre-pdp-final-buy .quantity .minus,
body.single-product .orre-pdp-final-buy .quantity .plus{
    width:40px !important;
    height:50px !important;
    margin:0 !important;
    padding:0 !important;
    border:0 !important;
    background:#fff !important;
    color:#111 !important;
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
}

body.single-product
.orre-pdp-final-buy
form.cart:not(.variations_form)
.single_add_to_cart_button{
    grid-column:2 !important;
    width:100% !important;
    height:52px !important;
    margin:0 !important;
    padding:0 24px !important;
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    background:#111 !important;
    color:#fff !important;
    border:1px solid #111 !important;
    border-radius:0 !important;
    font-size:10px !important;
    font-weight:700 !important;
    line-height:1 !important;
    letter-spacing:.12em !important;
    text-transform:uppercase !important;
}

body.single-product
.orre-pdp-final-buy
.woocommerce-variation-add-to-cart{
    display:grid !important;
    grid-template-columns:145px minmax(0,1fr) !important;
    gap:10px !important;
    width:100% !important;
    margin-top:18px !important;
}

@media(max-width:767px){
    body.single-product
    .orre-pdp-final-buy
    form.cart:not(.variations_form),
    body.single-product
    .orre-pdp-final-buy
    .woocommerce-variation-add-to-cart{
        grid-template-columns:110px minmax(0,1fr) !important;
    }

    body.single-product .orre-pdp-final-buy .quantity{
        width:110px !important;
        grid-template-columns:32px 1fr 32px !important;
    }

    body.single-product .orre-pdp-final-buy .quantity .minus,
    body.single-product .orre-pdp-final-buy .quantity .plus{
        width:32px !important;
    }

    body.single-product .orre-simple-size-buttons .orre-size-option{
        width:50px !important;
        min-width:50px !important;
        height:44px !important;
    }
}

body.single-product .orre-pdp-final-main{
    display:grid !important;

    grid-template-columns:minmax(0, 1.05fr) minmax(520px, .95fr) !important;

    column-gap:42px !important;

    width:100% !important;

    max-width:1580px !important;

    margin:0 auto !important;

    padding:0 42px !important;

    box-sizing:border-box !important;
}

body.single-product .orre-pdp-final-summary{
    padding-left:0 !important;
    margin-left:0 !important;

    display:flex !important;
    align-items:flex-start !important;
}

body.single-product .orre-pdp-final-summary-inner{
    width:100% !important;

    max-width:650px !important;

    margin-left:0 !important;
    margin-right:auto !important;

    padding-left:0 !important;
    padding-right:0 !important;
}

body.single-product .orre-pdp-final-summary-inner{
    transform:none !important;
}

@media(max-width:1199px){

    body.single-product .orre-pdp-final-main{
        grid-template-columns:1fr 1fr !important;

        column-gap:28px !important;

        padding:0 24px !important;
    }

    body.single-product .orre-pdp-final-summary-inner{
        max-width:100% !important;
    }
}

@media(max-width:767px){

    body.single-product .orre-pdp-final-main{
        display:block !important;

        padding:0 16px !important;
    }

    body.single-product .orre-pdp-final-summary{
        margin-top:28px !important;
    }
}

body .cart-widget-side,
body .wd-side-hidden,
body .wd-cart-side{
    top:0 !important;
    height:100vh !important;
    max-height:100vh !important;

    padding-top:92px !important;

    box-sizing:border-box !important;
}

body .cart-widget-side .widget_shopping_cart,
body .wd-cart-side .widget_shopping_cart{
    height:100% !important;
    max-height:100% !important;

    overflow-y:auto !important;
    overflow-x:hidden !important;

    padding-top:14px !important;
    padding-bottom:24px !important;
}

body .cart-widget-side .mini_cart_item,
body .wd-cart-side .mini_cart_item{
    padding-top:18px !important;
    padding-bottom:18px !important;
}

body .cart-widget-side .mini_cart_item img,
body .wd-cart-side .mini_cart_item img{
    margin-top:0 !important;
}

body .cart-widget-side .mini_cart_item .product-title,
body .cart-widget-side .mini_cart_item a,
body .wd-cart-side .mini_cart_item .product-title,
body .wd-cart-side .mini_cart_item a{
    margin-top:0 !important;
}

body .cart-widget-side .woocommerce-mini-cart__total,
body .wd-cart-side .woocommerce-mini-cart__total{
    margin-top:18px !important;
}

body .cart-widget-side,
body .wd-cart-side{
    z-index:999999 !important;
}

@media(max-width:767px){

    body .cart-widget-side,
    body .wd-side-hidden,
    body .wd-cart-side{
        padding-top:72px !important;
    }
}

body.home .orre-home-product-grid,
body.home .orre-product-slider{
    gap:14px !important;
}

body.home .orre-home-product{
    background:#fff !important;

    margin:0 !important;
    padding:0 !important;

    min-width:0 !important;
}

body.home .orre-home-size-strip{
    position:static !important;

    display:flex !important;
    visibility:visible !important;
    opacity:1 !important;

    align-items:center !important;
    justify-content:flex-start !important;
    flex-wrap:wrap !important;

    gap:6px !important;

    width:100% !important;
    min-height:42px !important;

    margin:0 !important;

    padding:10px 14px 0 !important;

    background:#fff !important;

    transform:none !important;
    overflow:visible !important;

    box-sizing:border-box !important;
}

body.home .orre-home-size-strip > span{
    display:inline-flex !important;

    align-items:center !important;
    justify-content:center !important;

    min-width:38px !important;
    height:34px !important;

    margin:0 !important;
    padding:0 9px !important;

    background:#fff !important;
    color:#111 !important;

    border:1px solid #d5d5d5 !important;
    border-radius:0 !important;

    font-size:10px !important;
    font-weight:500 !important;
    line-height:1 !important;

    box-sizing:border-box !important;
}

body.home .orre-home-product-info{
    padding:12px 14px 26px !important;

    margin:0 !important;

    background:#fff !important;
}

body.home .orre-home-product-name{
    display:block !important;

    margin:0 !important;

    font-size:14px !important;
    font-weight:700 !important;
    line-height:1.35 !important;

    color:#111 !important;

    text-transform:uppercase !important;
}

body.home .orre-home-product-price{
    margin-top:9px !important;

    font-size:13px !important;
    font-weight:600 !important;

    line-height:1.3 !important;
}

body.home .orre-home-new,
body.home .orre-home-collection{
    padding-bottom:44px !important;
}

@media(min-width:1025px){

    body.home .orre-slider-shell{
        padding-left:42px !important;
        padding-right:42px !important;

        box-sizing:border-box !important;
    }
}

@media(max-width:767px){

    body.home .orre-home-product-grid,
    body.home .orre-product-slider{
        gap:7px !important;
    }

    body.home .orre-home-size-strip{
        gap:5px !important;

        min-height:36px !important;

        padding:8px 8px 0 !important;
    }

    body.home .orre-home-size-strip > span{
        min-width:33px !important;
        height:30px !important;

        padding:0 7px !important;

        font-size:9px !important;
    }

    body.home .orre-home-product-info{
        padding:10px 8px 20px !important;
    }
}

body.single-product .orre-pdp-final-related{
    padding-bottom:58px !important;
}

body.single-product .orre-related-slider-shell{
    padding-left:36px !important;
    padding-right:36px !important;

    box-sizing:border-box !important;
}

body.single-product .orre-pdp-final-related-grid{
    gap:14px !important;
}

body.single-product .orre-pdp-final-related-card{
    min-width:0 !important;

    margin:0 !important;
    padding:0 !important;

    background:#fff !important;
}

body.single-product .orre-pdp-final-related-image{
    display:block !important;

    width:100% !important;

    overflow:hidden !important;

    background:#f4efed !important;
}

body.single-product .orre-pdp-final-related-image img{
    display:block !important;

    width:100% !important;
    height:auto !important;

    margin:0 !important;
}

body.single-product .orre-pdp-related-sizes{
    display:flex !important;
    visibility:visible !important;
    opacity:1 !important;

    align-items:center !important;
    justify-content:flex-start !important;
    flex-wrap:wrap !important;

    gap:6px !important;

    width:100% !important;

    margin:0 !important;
    padding:10px 14px 0 !important;

    background:#fff !important;

    box-sizing:border-box !important;
}

body.single-product .orre-pdp-related-sizes > span{
    display:inline-flex !important;

    align-items:center !important;
    justify-content:center !important;

    min-width:38px !important;
    height:34px !important;

    margin:0 !important;
    padding:0 9px !important;

    background:#fff !important;
    color:#111 !important;

    border:1px solid #d5d5d5 !important;
    border-radius:0 !important;

    font-size:10px !important;
    font-weight:500 !important;

    line-height:1 !important;

    box-sizing:border-box !important;
}

body.single-product .orre-pdp-final-related-info{
    padding:12px 14px 26px !important;

    margin:0 !important;

    background:#fff !important;
}

body.single-product .orre-pdp-final-related-info > a{
    display:block !important;

    margin:0 !important;

    color:#111 !important;

    font-size:14px !important;
    font-weight:700 !important;
    line-height:1.35 !important;

    text-transform:uppercase !important;
}

body.single-product .orre-pdp-final-related-info > span{
    display:block !important;

    margin-top:9px !important;

    font-size:13px !important;
    font-weight:600 !important;
    line-height:1.3 !important;
}

@media(max-width:767px){

    body.single-product .orre-related-slider-shell{
        padding-left:10px !important;
        padding-right:10px !important;
    }

    body.single-product .orre-pdp-final-related-grid{
        gap:7px !important;
    }

    body.single-product .orre-pdp-related-sizes{
        gap:5px !important;

        padding:8px 8px 0 !important;
    }

    body.single-product .orre-pdp-related-sizes > span{
        min-width:33px !important;
        height:30px !important;

        padding:0 7px !important;

        font-size:9px !important;
    }

    body.single-product .orre-pdp-final-related-info{
        padding:10px 8px 20px !important;
    }
}

.orre-footer{
    background:#050505;
    color:#fff;

    width:100%;

    font-family:Arial, Helvetica, sans-serif;
}

.orre-footer-main{
    display:grid;

    grid-template-columns:1.2fr .8fr;

    gap:80px;

    max-width:1620px;

    margin:0 auto;

    padding:70px 7% 58px;
}

.orre-footer-brand{
    max-width:520px;
}

.orre-footer-logo{
    margin-bottom:28px;

    font-family:Georgia, "Times New Roman", serif;

    font-size:66px;
    font-weight:400;

    line-height:1;

    letter-spacing:.08em;

    color:#fff;
}

.orre-footer-brand p{
    max-width:390px;

    margin:0;

    color:#bdbdbd;

    font-size:15px;
    font-weight:400;

    line-height:1.75;
}

.orre-footer-contact{
    padding-top:10px;
}

.orre-footer-contact h4{
    margin:0 0 28px;

    color:#fff;

    font-size:13px;
    font-weight:700;

    letter-spacing:.18em;

    text-transform:uppercase;
}

.orre-footer-contact p{
    display:flex;

    flex-direction:column;

    gap:6px;

    margin:0 0 22px;

    color:#ccc;

    font-size:15px;

    line-height:1.5;
}

.orre-footer-contact p > span{
    color:#777;

    font-size:10px;
    font-weight:600;

    letter-spacing:.12em;

    text-transform:uppercase;
}

.orre-footer-contact a{
    color:#ccc;

    text-decoration:none;

    transition:
        color .2s ease,
        opacity .2s ease;
}

.orre-footer-contact a:hover{
    color:#fff;
}

.orre-footer-bottom{
    display:flex;

    align-items:center;
    justify-content:space-between;

    gap:30px;

    max-width:1620px;

    margin:0 auto;

    padding:24px 7%;

    border-top:1px solid rgba(255,255,255,.12);
}

.orre-footer-copy{
    display:flex;

    align-items:center;

    flex-wrap:wrap;

    gap:12px;

    color:#9b9b9b;

    font-size:12px;
}

.orre-footer-copy a{
    position:relative;

    color:#c6c6c6;

    text-decoration:none;

    transition:color .2s ease;
}

.orre-footer-copy a::after{
    content:"";

    position:absolute;

    left:0;
    bottom:-4px;

    width:0;
    height:1px;

    background:#fff;

    transition:width .25s ease;
}

.orre-footer-copy a:hover{
    color:#fff;
}

.orre-footer-copy a:hover::after{
    width:100%;
}

.orre-footer-separator{
    color:#555;
}

.orre-footer-payments{
    display:flex;

    align-items:center;

    gap:14px;
}

.orre-footer-payments > span{
    color:#666;

    font-size:9px;
    font-weight:600;

    letter-spacing:.16em;

    text-transform:uppercase;
}

.orre-footer-payments img{
    height:25px;

    width:auto;

    object-fit:contain;
}

@media(max-width:767px){

    .orre-footer-main{
        grid-template-columns:1fr;

        gap:42px;

        padding:48px 22px 40px;
    }

    .orre-footer-logo{
        font-size:48px;

        margin-bottom:22px;
    }

    .orre-footer-brand p{
        font-size:13px;

        line-height:1.7;
    }

    .orre-footer-contact{
        padding-top:0;
    }

    .orre-footer-bottom{
        flex-direction:column;

        align-items:flex-start;

        padding:22px;

        gap:20px;
    }

    .orre-footer-copy{
        gap:8px 10px;

        font-size:11px;
    }

    .orre-footer-payments{
        width:100%;

        flex-wrap:wrap;
    }

}

@media(max-width:767px){

    .orre-home-product-grid,
    .orre-home-products-grid,
    .orre-front-products,
    .orre-collection-grid,
    .orre-shop-pro-grid,
    .orre-pdp-final-related-grid{
        display:grid !important;
        grid-template-columns:repeat(2, minmax(0, 1fr)) !important;

        gap:10px !important;

        padding-left:12px !important;
        padding-right:12px !important;

        box-sizing:border-box !important;
    }

    .orre-home-product,
    .orre-front-product,
    .orre-collection-card,
    .orre-shop-pro-card,
    .orre-pdp-final-related-card{
        width:100% !important;
        min-width:0 !important;

        margin:0 !important;
    }

    .orre-home-product-media,
    .orre-front-product-media,
    .orre-collection-card-media,
    .orre-shop-pro-media,
    .orre-pdp-final-related-image{
        display:block !important;

        width:100% !important;

        aspect-ratio:3 / 4 !important;

        overflow:hidden !important;
    }

    .orre-home-product-media img,
    .orre-front-product-media img,
    .orre-collection-card-media img,
    .orre-shop-pro-media img,
    .orre-pdp-final-related-image img{
        width:100% !important;
        height:100% !important;

        object-fit:cover !important;
        object-position:center top !important;

        display:block !important;
    }

    .orre-home-product-info,
    .orre-front-product-meta,
    .orre-collection-card-info,
    .orre-shop-pro-info,
    .orre-pdp-final-related-info{
        padding:8px 6px 14px !important;
    }

    .orre-home-product-name,
    .orre-front-product-name,
    .orre-collection-card-title,
    .orre-shop-pro-name,
    .orre-pdp-final-related-name{
        font-size:10px !important;
        line-height:1.3 !important;
    }

    .orre-home-product-price,
    .orre-front-product-price,
    .orre-collection-card-price,
    .orre-shop-pro-price,
    .orre-pdp-final-related-price{
        margin-top:5px !important;

        font-size:10px !important;
    }

    .orre-home-size-strip,
    .orre-collection-size-strip,
    .orre-shop-pro-sizes,
    .orre-pdp-related-sizes{
        padding:6px 6px 0 !important;
        gap:4px !important;
    }

    .orre-home-size-strip > span,
    .orre-collection-size-strip > span,
    .orre-shop-pro-size-list > span,
    .orre-pdp-related-sizes > span{
        min-width:28px !important;
        height:26px !important;

        padding:0 5px !important;

        font-size:8px !important;
    }
}

@media(max-width:767px){

    .orre-home-product-grid,
    .orre-home-products-grid,
    .orre-front-products,
    .orre-collection-grid,
    .orre-shop-pro-grid,
    .orre-pdp-final-related-grid{
        gap:16px 12px !important;

        padding-left:14px !important;
        padding-right:14px !important;
    }

    .orre-home-product,
    .orre-front-product,
    .orre-collection-card,
    .orre-shop-pro-card,
    .orre-pdp-final-related-card{
        margin-bottom:8px !important;
    }

    .orre-home-product-info,
    .orre-front-product-meta,
    .orre-collection-card-info,
    .orre-shop-pro-info,
    .orre-pdp-final-related-info{
        padding-top:10px !important;
        padding-bottom:18px !important;
    }

    .orre-slider-shell,
    .orre-shop-pro-products,
    .orre-collection-products,
    .orre-pdp-final-related{
        box-sizing:border-box !important;
    }
}

@media (max-width:767px){

    body .orre-product-slider,
    body .orre-pdp-final-related-grid{
        display:flex !important;
        gap:14px !important;
        column-gap:14px !important;

        padding-left:14px !important;
        padding-right:14px !important;

        box-sizing:border-box !important;
    }

    body .orre-product-slider > .orre-home-product,
    body .orre-product-slider > .orre-front-product,
    body .orre-product-slider > .orre-pdp-final-related-card{
        flex:0 0 calc((100% - 14px) / 2) !important;
        width:calc((100% - 14px) / 2) !important;
        max-width:calc((100% - 14px) / 2) !important;

        margin:0 !important;

        box-sizing:border-box !important;
    }

    body .orre-shop-pro-grid,
    body .orre-collection-grid,
    body .orre-home-product-grid,
    body .orre-home-products-grid,
    body .orre-front-products{
        display:grid !important;

        grid-template-columns:
            repeat(2, minmax(0,1fr)) !important;

        column-gap:14px !important;
        row-gap:20px !important;

        padding-left:14px !important;
        padding-right:14px !important;

        box-sizing:border-box !important;
    }

    body .orre-shop-pro-card,
    body .orre-collection-card,
    body .orre-home-product,
    body .orre-front-product,
    body .orre-pdp-final-related-card{
        min-width:0 !important;
        max-width:100% !important;

        box-sizing:border-box !important;
    }

}

@media(max-width:767px){

    body .orre-product-slider,
    body .orre-pdp-final-related-grid{
        gap:20px !important;
        column-gap:20px !important;

        padding-left:16px !important;
        padding-right:16px !important;

        box-sizing:border-box !important;
    }

    body .orre-product-slider > .orre-home-product,
    body .orre-product-slider > .orre-front-product,
    body .orre-product-slider > .orre-pdp-final-related-card{
        flex:0 0 calc((100% - 20px) / 2) !important;
        width:calc((100% - 20px) / 2) !important;
        max-width:calc((100% - 20px) / 2) !important;

        margin:0 !important;

        box-sizing:border-box !important;
    }

    body .orre-shop-pro-grid,
    body .orre-collection-grid,
    body .orre-home-product-grid,
    body .orre-home-products-grid,
    body .orre-front-products{
        grid-template-columns:repeat(2,minmax(0,1fr)) !important;

        column-gap:20px !important;
        row-gap:24px !important;

        padding-left:16px !important;
        padding-right:16px !important;

        box-sizing:border-box !important;
    }

    body .orre-shop-pro-card,
    body .orre-collection-card,
    body .orre-home-product,
    body .orre-front-product,
    body .orre-pdp-final-related-card{
        margin-bottom:8px !important;
    }

}
@media (max-width: 767px) {
  .orre-hero-banner,
  .orre-banner,
  .main-banner,
  .hero-banner,
  .home-banner {
    min-height: 420px !important;
    background-size: cover !important;
    background-position: center center !important;
  }

  .orre-hero-banner img,
  .orre-banner img,
  .main-banner img,
  .hero-banner img,
  .home-banner img {
    width: 100% !important;
    height: 420px !important;
    object-fit: cover !important;
    object-position: center center !important;
  }
}

.social-facebook,
.social-instagram{
    display:inline-flex !important;
}

.social-twitter,
.social-x,
.social-youtube,
.social-pinterest,
.social-linkedin,
.social-tiktok{
    display:none !important;
}

body.page-id-4400,
body.page-id-4400 #page,
body.page-id-4400 .website-wrapper,
body.page-id-4400 .main-page-wrapper,
body.page-id-4400 .site-content,
body.page-id-4400 .content-layout-wrapper,
body.page-id-4400 .site-content-row,
body.page-id-4400 .elementor,
body.page-id-4400 .elementor-section,
body.page-id-4400 .elementor-container,
body.page-id-4400 .elementor-column,
body.page-id-4400 .elementor-widget-wrap,
body.page-id-4400 .e-con,
body.page-id-4400 .e-con-inner{
    background-color:#050505 !important;
}

body.page-id-4400 .elementor{
    width:100% !important;
    max-width:none !important;
    margin:0 !important;
    padding:0 !important;
}

body.page-id-4400 .elementor > .e-con,
body.page-id-4400 .elementor > .elementor-section{
    width:100% !important;
    max-width:1480px !important;
    margin-left:auto !important;
    margin-right:auto !important;
    padding-left:clamp(28px,5vw,78px) !important;
    padding-right:clamp(28px,5vw,78px) !important;
}

body.page-id-4400 h1,
body.page-id-4400 h2,
body.page-id-4400 h3,
body.page-id-4400 h4,
body.page-id-4400 h5,
body.page-id-4400 h6,
body.page-id-4400 .elementor-heading-title{
    color:#fff !important;
}

body.page-id-4400 p,
body.page-id-4400 li{
    color:#c3c3c3 !important;
}

body.page-id-4400 p{
    font-size:16px !important;
    line-height:1.8 !important;
}

body.page-id-4400 .elementor-widget-text-editor p{
    max-width:680px;
    margin-top:0;
    margin-bottom:20px;
}

body.page-id-4400 a{
    color:#fff !important;
}

body.page-id-4400 .orre-about-hero,
body.page-id-4400 .orre-about-story,
body.page-id-4400 .orre-about-values,
body.page-id-4400 .orre-about-closing{
    background:#050505 !important;
    color:#fff !important;

    width:100% !important;

    padding-left:clamp(28px,5vw,78px) !important;
    padding-right:clamp(28px,5vw,78px) !important;

    border-color:rgba(255,255,255,.10) !important;
}

body.page-id-4400 .orre-about-hero{
    min-height:0 !important;
    padding-top:90px !important;
    padding-bottom:90px !important;
}

body.page-id-4400 .orre-about-hero .elementor-heading-title{
    max-width:900px !important;

    color:#fff !important;

    font-size:clamp(48px,6vw,86px) !important;
    font-weight:400 !important;
    line-height:1.02 !important;

    letter-spacing:-.025em !important;
}

body.page-id-4400 .orre-about-hero p{
    max-width:620px !important;
    color:#bcbcbc !important;
}

body.page-id-4400 .orre-about-hero
.elementor-widget-heading:first-child
.elementor-heading-title{
    color:#a57d69 !important;

    font-family:Arial,Helvetica,sans-serif !important;
    font-size:10px !important;
    font-weight:700 !important;
    line-height:1 !important;

    letter-spacing:.20em !important;
    text-transform:uppercase !important;
}

body.page-id-4400 .orre-about-story{
    padding-top:86px !important;
    padding-bottom:86px !important;

    border-top:1px solid rgba(255,255,255,.10) !important;
}

body.page-id-4400 .orre-about-story .elementor-heading-title{
    color:#fff !important;

    font-size:clamp(38px,4vw,60px) !important;
    font-weight:400 !important;
    line-height:1.08 !important;

    letter-spacing:-.02em !important;
}

body.page-id-4400 .orre-about-story p{
    color:#bdbdbd !important;
}

body.page-id-4400 .orre-about-story img{
    display:block !important;

    width:100% !important;
    height:auto !important;

    background:#111 !important;
}

body.page-id-4400 .orre-about-values{
    padding-top:80px !important;
    padding-bottom:88px !important;

    border-top:1px solid rgba(255,255,255,.10) !important;
    border-bottom:1px solid rgba(255,255,255,.10) !important;
}

body.page-id-4400 .orre-about-values .elementor-heading-title{
    color:#fff !important;

    font-size:21px !important;
    font-weight:500 !important;
    line-height:1.25 !important;
}

body.page-id-4400 .orre-about-values p{
    max-width:440px !important;
    color:#aaa !important;

    font-size:15px !important;
    line-height:1.75 !important;
}

body.page-id-4400
.orre-about-values
.elementor-column:not(:last-child)::after{
    background:rgba(255,255,255,.12) !important;
}

body.page-id-4400 .orre-about-closing{
    min-height:0 !important;

    padding-top:90px !important;
    padding-bottom:90px !important;

    text-align:center !important;
}

body.page-id-4400 .orre-about-closing .elementor-heading-title{
    max-width:900px !important;

    color:#fff !important;

    font-size:clamp(42px,5vw,72px) !important;
    font-weight:400 !important;
    line-height:1.05 !important;

    letter-spacing:-.025em !important;
}

body.page-id-4400 .orre-about-closing p{
    max-width:620px !important;

    margin-left:auto !important;
    margin-right:auto !important;

    color:#aaa !important;
}

body.page-id-4400 .elementor-widget-heading{
    margin-bottom:14px;
}

body.page-id-4400 .elementor-widget-text-editor{
    margin-bottom:0;
}

body.page-id-4400 hr,
body.page-id-4400 .elementor-divider-separator{
    border-color:rgba(255,255,255,.12) !important;
}

body.page-id-4400 .elementor-social-icons-wrapper{
    display:flex !important;
    align-items:center !important;
    gap:10px !important;
}

body.page-id-4400 .elementor-social-icon{
    transition:transform .2s ease,opacity .2s ease !important;
}

body.page-id-4400 .elementor-social-icon:hover{
    transform:translateY(-2px) !important;
}

@media(max-width:1024px){

    body.page-id-4400 .elementor > .e-con,
    body.page-id-4400 .elementor > .elementor-section,
    body.page-id-4400 .orre-about-hero,
    body.page-id-4400 .orre-about-story,
    body.page-id-4400 .orre-about-values,
    body.page-id-4400 .orre-about-closing{
        padding-left:32px !important;
        padding-right:32px !important;
    }

    body.page-id-4400 .orre-about-hero,
    body.page-id-4400 .orre-about-story,
    body.page-id-4400 .orre-about-values,
    body.page-id-4400 .orre-about-closing{
        padding-top:68px !important;
        padding-bottom:68px !important;
    }
}

@media(max-width:767px){

    body.page-id-4400 .elementor > .e-con,
    body.page-id-4400 .elementor > .elementor-section,
    body.page-id-4400 .orre-about-hero,
    body.page-id-4400 .orre-about-story,
    body.page-id-4400 .orre-about-values,
    body.page-id-4400 .orre-about-closing{
        padding-left:20px !important;
        padding-right:20px !important;
    }

    body.page-id-4400 .orre-about-hero,
    body.page-id-4400 .orre-about-story,
    body.page-id-4400 .orre-about-values,
    body.page-id-4400 .orre-about-closing{
        padding-top:52px !important;
        padding-bottom:52px !important;
    }

    body.page-id-4400 .orre-about-hero .elementor-heading-title{
        font-size:42px !important;
        line-height:1.08 !important;
    }

    body.page-id-4400 .orre-about-story .elementor-heading-title{
        font-size:34px !important;
    }

    body.page-id-4400 .orre-about-values .elementor-heading-title{
        font-size:20px !important;
    }

    body.page-id-4400 .orre-about-closing .elementor-heading-title{
        font-size:38px !important;
    }

    body.page-id-4400 p{
        font-size:15px !important;
        line-height:1.72 !important;
    }

    body.page-id-4400
    .orre-about-values
    .elementor-column:not(:last-child)::after{
        display:none !important;
    }

    body.page-id-4400 .orre-about-values .elementor-column{
        border-bottom:1px solid rgba(255,255,255,.10) !important;
    }
}

footer .main-footer,
.site-footer .main-footer,
.footer-container .main-footer,
.wd-footer .main-footer,
footer > .container,
.site-footer > .container,
.footer-container > .container{
    width:100% !important;
    max-width:1500px !important;

    margin-left:auto !important;
    margin-right:auto !important;

    padding-left:clamp(28px,5vw,78px) !important;
    padding-right:clamp(28px,5vw,78px) !important;

    box-sizing:border-box !important;
}

@media (min-width:768px){

    footer .main-footer .widget:has(img):has(p),
    .site-footer .main-footer .widget:has(img):has(p),
    .footer-container .main-footer .widget:has(img):has(p),

    footer .main-footer .textwidget:has(img):has(p),
    .site-footer .main-footer .textwidget:has(img):has(p),
    .footer-container .main-footer .textwidget:has(img):has(p),

    footer .main-footer .wp-block-group:has(img):has(p),
    .site-footer .main-footer .wp-block-group:has(img):has(p),
    .footer-container .main-footer .wp-block-group:has(img):has(p){
        display:flex !important;

        align-items:center !important;
        justify-content:flex-start !important;

        gap:42px !important;

        width:100% !important;
        max-width:760px !important;

        margin:0 !important;
        padding:0 !important;
    }

    footer .main-footer .widget:has(img):has(p) > .textwidget,
    .site-footer .main-footer .widget:has(img):has(p) > .textwidget,
    .footer-container .main-footer .widget:has(img):has(p) > .textwidget{
        display:flex !important;

        align-items:center !important;

        gap:42px !important;

        width:100% !important;

        margin:0 !important;
        padding:0 !important;
    }

    footer .main-footer .widget:has(img):has(p) img,
    .site-footer .main-footer .widget:has(img):has(p) img,
    .footer-container .main-footer .widget:has(img):has(p) img,

    footer .main-footer .textwidget:has(img):has(p) img,
    .site-footer .main-footer .textwidget:has(img):has(p) img,
    .footer-container .main-footer .textwidget:has(img):has(p) img{
        flex:0 0 auto !important;

        display:block !important;

        width:auto !important;
        max-width:270px !important;
        height:auto !important;

        margin:0 !important;
        padding:0 !important;
    }

    footer .main-footer .widget:has(img):has(p) p,
    .site-footer .main-footer .widget:has(img):has(p) p,
    .footer-container .main-footer .widget:has(img):has(p) p,

    footer .main-footer .textwidget:has(img):has(p) p,
    .site-footer .main-footer .textwidget:has(img):has(p) p,
    .footer-container .main-footer .textwidget:has(img):has(p) p{
        flex:0 1 390px !important;

        width:auto !important;
        max-width:390px !important;

        margin:0 !important;
        padding:0 !important;

        color:#c7c7c7 !important;

        font-size:14px !important;
        line-height:1.8 !important;

        white-space:normal !important;
    }

    footer .main-footer .widget:has(img):has(p) p br,
    .site-footer .main-footer .widget:has(img):has(p) p br,
    .footer-container .main-footer .widget:has(img):has(p) p br{
        display:none !important;
    }

}

footer .footer-sidebar,
.site-footer .footer-sidebar,
.footer-container .footer-sidebar{
    align-items:flex-start !important;
}

footer .main-footer .widget,
.site-footer .main-footer .widget,
.footer-container .main-footer .widget{
    margin-bottom:0 !important;
}

footer .main-footer .widget-title,
.site-footer .main-footer .widget-title,
.footer-container .main-footer .widget-title,
footer .main-footer h4,
.site-footer .main-footer h4,
.footer-container .main-footer h4{
    margin-top:0 !important;
    margin-bottom:24px !important;
}

footer .main-footer p,
.site-footer .main-footer p,
.footer-container .main-footer p{
    margin-top:0;
}

.copyrights-wrapper .container,
.min-footer .container,
.wd-footer-bottom .container{
    width:100% !important;
    max-width:1500px !important;

    margin-left:auto !important;
    margin-right:auto !important;

    padding-left:clamp(28px,5vw,78px) !important;
    padding-right:clamp(28px,5vw,78px) !important;

    box-sizing:border-box !important;
}

@media(max-width:767px){

    footer .main-footer,
    .site-footer .main-footer,
    .footer-container .main-footer,
    footer > .container,
    .site-footer > .container,
    .footer-container > .container{
        padding-left:20px !important;
        padding-right:20px !important;
    }

    footer .main-footer .widget:has(img):has(p),
    .site-footer .main-footer .widget:has(img):has(p),
    .footer-container .main-footer .widget:has(img):has(p),

    footer .main-footer .textwidget:has(img):has(p),
    .site-footer .main-footer .textwidget:has(img):has(p),
    .footer-container .main-footer .textwidget:has(img):has(p),

    footer .main-footer .widget:has(img):has(p) > .textwidget,
    .site-footer .main-footer .widget:has(img):has(p) > .textwidget,
    .footer-container .main-footer .widget:has(img):has(p) > .textwidget{
        display:flex !important;

        flex-direction:column !important;
        align-items:flex-start !important;

        gap:22px !important;

        max-width:100% !important;
    }

    footer .main-footer .widget:has(img):has(p) img,
    .site-footer .main-footer .widget:has(img):has(p) img,
    .footer-container .main-footer .widget:has(img):has(p) img{
        max-width:210px !important;
    }

    footer .main-footer .widget:has(img):has(p) p,
    .site-footer .main-footer .widget:has(img):has(p) p,
    .footer-container .main-footer .widget:has(img):has(p) p{
        max-width:330px !important;

        font-size:13px !important;
        line-height:1.7 !important;
    }

    .copyrights-wrapper .container,
    .min-footer .container,
    .wd-footer-bottom .container{
        padding-left:20px !important;
        padding-right:20px !important;
    }

}

html body .cart-widget-side,
html body .wd-cart-side,
html body .wd-side-hidden.wd-right {
    top: 0 !important;
    right: 0 !important;

    width: 605px !important;
    max-width: calc(100vw - 40px) !important;

    height: 100vh !important;
    max-height: 100vh !important;

    padding: 0 !important;
    margin: 0 !important;

    background: #f8f8f8 !important;

    box-shadow: none !important;
    border-left: 1px solid #e0e0e0 !important;

    z-index: 9999999 !important;
}

html body .cart-widget-side .widget_shopping_cart,
html body .wd-cart-side .widget_shopping_cart {
    padding: 0 !important;
    margin: 0 !important;

    height: 100% !important;
    max-height: 100% !important;

    display: flex !important;
    flex-direction: column !important;

    overflow: hidden !important;

    background: #f8f8f8 !important;
}

html body .cart-widget-side .wd-heading,
html body .wd-cart-side .wd-heading {
    position: relative !important;

    min-height: 80px !important;

    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    padding: 0 28px !important;
    margin: 0 !important;

    background: #f8f8f8 !important;

    border-bottom: 1px solid #d3d3d3 !important;
}

html body .cart-widget-side .wd-heading .title,
html body .cart-widget-side .wd-heading h3,
html body .wd-cart-side .wd-heading .title,
html body .wd-cart-side .wd-heading h3 {
    font-size: 21px !important;
    line-height: 1 !important;

    font-weight: 400 !important;
    letter-spacing: 0.5px !important;

    color: #111 !important;

    margin: 0 !important;
    padding: 0 !important;

    text-transform: uppercase !important;
}

html body .cart-widget-side .wd-close-side,
html body .wd-cart-side .wd-close-side {
    position: absolute !important;

    right: calc(50% - 58px) !important;
    top: 50% !important;

    transform: translateY(-50%) !important;

    width: 30px !important;
    height: 30px !important;

    padding: 0 !important;
    margin: 0 !important;

    background: transparent !important;
    border: 0 !important;

    color: #111 !important;
}

html body .cart-widget-side .wd-close-side:before,
html body .cart-widget-side .wd-close-side:after,
html body .wd-cart-side .wd-close-side:before,
html body .wd-cart-side .wd-close-side:after {
    background-color: #111 !important;
}

html body .cart-widget-side .shopping-cart-widget-body,
html body .wd-cart-side .shopping-cart-widget-body {
    flex: 1 1 auto !important;

    overflow-y: auto !important;
    overflow-x: hidden !important;

    padding: 0 !important;
    margin: 0 !important;

    background: #f8f8f8 !important;
}

html body .cart-widget-side .mini_cart_item,
html body .wd-cart-side .mini_cart_item {
    position: relative !important;

    display: grid !important;

    grid-template-columns: 120px 1fr !important;

    column-gap: 28px !important;

    min-height: 245px !important;

    padding: 27px 65px 27px 27px !important;
    margin: 0 !important;

    border-bottom: 1px solid #d3d3d3 !important;

    background: #f8f8f8 !important;
}

html body .cart-widget-side .mini_cart_item > a:not(.remove),
html body .wd-cart-side .mini_cart_item > a:not(.remove) {
    margin: 0 !important;
    padding: 0 !important;
}

html body .cart-widget-side .mini_cart_item img,
html body .wd-cart-side .mini_cart_item img {
    width: 120px !important;
    height: 182px !important;

    max-width: 120px !important;

    margin: 0 !important;
    padding: 0 !important;

    object-fit: cover !important;
    object-position: center top !important;

    background: #eee !important;
}

html body .cart-widget-side .mini_cart_item .cart-info,
html body .wd-cart-side .mini_cart_item .cart-info {
    padding: 2px 0 0 !important;
    margin: 0 !important;
}

html body .cart-widget-side .mini_cart_item .product-title,
html body .wd-cart-side .mini_cart_item .product-title {
    display: block !important;

    max-width: 310px !important;

    margin: 0 0 7px !important;
    padding: 0 !important;

    font-size: 20px !important;
    line-height: 1.45 !important;

    font-weight: 400 !important;

    text-transform: uppercase !important;

    color: #111 !important;
}

html body .cart-widget-side .variation,
html body .wd-cart-side .variation {
    margin: 0 0 13px !important;

    font-size: 16px !important;
    line-height: 1.4 !important;

    color: #555 !important;
}

html body .cart-widget-side .variation dt,
html body .wd-cart-side .variation dt {
    display: none !important;
}

html body .cart-widget-side .variation dd,
html body .wd-cart-side .variation dd {
    margin: 0 !important;
}

html body .cart-widget-side .variation p,
html body .wd-cart-side .variation p {
    margin: 0 !important;
}

html body .cart-widget-side .mini_cart_item .quantity,
html body .wd-cart-side .mini_cart_item .quantity {
    font-size: 0 !important;

    color: #444 !important;
}

html body .cart-widget-side .mini_cart_item .quantity .woocommerce-Price-amount,
html body .wd-cart-side .mini_cart_item .quantity .woocommerce-Price-amount {
    display: block !important;

    margin: 7px 0 14px !important;

    font-size: 20px !important;
    line-height: 1.2 !important;

    font-weight: 600 !important;

    color: #555 !important;
}

html body .cart-widget-side .woocommerce-Price-currencySymbol,
html body .wd-cart-side .woocommerce-Price-currencySymbol {
    margin-right: 3px !important;
}

html body .cart-widget-side .remove,
html body .wd-cart-side .remove {
    position: absolute !important;

    top: 32px !important;
    right: 26px !important;

    width: 28px !important;
    height: 28px !important;

    margin: 0 !important;
    padding: 0 !important;

    background: transparent !important;
    border: none !important;

    font-size: 0 !important;

    color: #111 !important;

    opacity: 1 !important;
}

html body .cart-widget-side .remove:before,
html body .wd-cart-side .remove:before {
    content: "\f2ed" !important;

    font-family: "Font Awesome 5 Free",
                 "Font Awesome 6 Free" !important;

    font-weight: 900 !important;

    font-size: 19px !important;

    color: #111 !important;

    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    width: 100% !important;
    height: 100% !important;
}

html body .cart-widget-side .shopping-cart-widget-footer,
html body .wd-cart-side .shopping-cart-widget-footer {
    flex: 0 0 auto !important;

    width: 100% !important;

    margin: 0 !important;
    padding: 0 !important;

    background: #f8f8f8 !important;

    border-top: 1px solid #d3d3d3 !important;
}

html body .cart-widget-side .woocommerce-mini-cart__total,
html body .wd-cart-side .woocommerce-mini-cart__total {
    display: none !important;
}

html body .cart-widget-side
.woocommerce-mini-cart__buttons
a:not(.checkout),

html body .wd-cart-side
.woocommerce-mini-cart__buttons
a:not(.checkout) {
    display: none !important;
}

html body .cart-widget-side .woocommerce-mini-cart__buttons,
html body .wd-cart-side .woocommerce-mini-cart__buttons {
    display: block !important;

    margin: 0 !important;
    padding: 0 !important;

    width: 100% !important;

    background: #000 !important;
}

html body .cart-widget-side
.woocommerce-mini-cart__buttons .checkout,

html body .wd-cart-side
.woocommerce-mini-cart__buttons .checkout {
    display: flex !important;

    align-items: center !important;
    justify-content: center !important;

    width: 100% !important;
    min-height: 77px !important;

    margin: 0 !important;
    padding: 0 25px !important;

    border: none !important;
    border-radius: 0 !important;

    background: #000 !important;
    background-color: #000 !important;

    color: #fff !important;

    font-size: 18px !important;
    font-weight: 500 !important;

    letter-spacing: .5px !important;

    text-transform: uppercase !important;

    box-shadow: none !important;
}

html body .cart-widget-side
.woocommerce-mini-cart__buttons .checkout:hover,

html body .wd-cart-side
.woocommerce-mini-cart__buttons .checkout:hover {
    background: #111 !important;
    background-color: #111 !important;

    color: #fff !important;
}

html body .wd-close-side-opened:before,
html body .wd-overlay {
    background: rgba(0,0,0,.35) !important;

    backdrop-filter: blur(3px) !important;
    -webkit-backdrop-filter: blur(3px) !important;
}

@media (max-width: 1024px) {

    html body .cart-widget-side,
    html body .wd-cart-side,
    html body .wd-side-hidden.wd-right {
        width: 560px !important;
        max-width: calc(100vw - 20px) !important;
    }

}

@media (max-width: 767px) {

    html body .cart-widget-side,
    html body .wd-cart-side,
    html body .wd-side-hidden.wd-right {

        width: calc(100vw - 20px) !important;
        max-width: calc(100vw - 20px) !important;

        padding: 0 !important;
    }

    html body .cart-widget-side .wd-heading,
    html body .wd-cart-side .wd-heading {
        min-height: 70px !important;
    }

    html body .cart-widget-side .wd-heading .title,
    html body .wd-cart-side .wd-heading .title {
        font-size: 18px !important;
    }

    html body .cart-widget-side .mini_cart_item,
    html body .wd-cart-side .mini_cart_item {

        grid-template-columns: 105px 1fr !important;

        column-gap: 20px !important;

        min-height: 215px !important;

        padding:
            25px
            45px
            25px
            20px !important;
    }

    html body .cart-widget-side .mini_cart_item img,
    html body .wd-cart-side .mini_cart_item img {

        width: 105px !important;
        height: 160px !important;

        max-width: 105px !important;
    }

    html body .cart-widget-side .mini_cart_item .product-title,
    html body .wd-cart-side .mini_cart_item .product-title {

        font-size: 16px !important;

        line-height: 1.4 !important;
    }

    html body .cart-widget-side
    .mini_cart_item
    .quantity
    .woocommerce-Price-amount,

    html body .wd-cart-side
    .mini_cart_item
    .quantity
    .woocommerce-Price-amount {

        font-size: 17px !important;
    }

    html body .cart-widget-side
    .woocommerce-mini-cart__buttons .checkout,

    html body .wd-cart-side
    .woocommerce-mini-cart__buttons .checkout {

        min-height: 68px !important;

        font-size: 16px !important;
    }

}

@media (max-width: 480px) {

    html body .cart-widget-side,
    html body .wd-cart-side,
    html body .wd-side-hidden.wd-right {

        width: 100vw !important;
        max-width: 100vw !important;
    }

    html body .cart-widget-side .mini_cart_item,
    html body .wd-cart-side .mini_cart_item {

        grid-template-columns: 95px 1fr !important;

        column-gap: 16px !important;

        padding:
            22px
            42px
            22px
            16px !important;
    }

    html body .cart-widget-side .mini_cart_item img,
    html body .wd-cart-side .mini_cart_item img {

        width: 95px !important;
        height: 145px !important;
    }

}

.orre-kiji-footer{
    width:100%;
    background:#000;
    color:#fff;
    padding:0 0 48px;
}

.orre-footer-inner{
    width:calc(100% - 136px);
    max-width:none;
    margin:0 auto;

    border-top:1px solid #262626;
}

.orre-footer-top{
    min-height:190px;

    display:grid;
    grid-template-columns:1fr 1fr 1fr;
    align-items:center;
}

.orre-footer-follow{
    font-size:15px;
    line-height:1;

    font-weight:600;

    color:#777;

    letter-spacing:.6px;

    text-transform:uppercase;
}

.orre-footer-socials{
    display:flex;
    align-items:center;
    justify-content:center;

    gap:28px;
}

.orre-footer-socials a{
    width:24px;
    height:24px;

    display:flex;
    justify-content:center;
    align-items:center;

    color:#efefef;

    background:transparent !important;

    padding:0;
    border:0;

    text-decoration:none;

    transition:opacity .25s ease;
}

.orre-footer-socials a:hover{
    background:transparent !important;
    color:#fff;
    opacity:.65;
}

.orre-footer-socials svg{
    display:block;

    width:23px;
    height:23px;

    fill:currentColor;
}

.orre-footer-bottom{
    display:flex;
    align-items:center;

    gap:17px;

    padding-top:18px;

    font-size:16px;
    line-height:1.4;

    font-weight:400;

    letter-spacing:1px;

    text-transform:uppercase;

    color:#fff;
}

@media(max-width:1024px){

    .orre-footer-inner{
        width:calc(100% - 70px);
    }

}

@media(max-width:767px){

    .orre-kiji-footer{
        padding-bottom:32px;
    }

    .orre-footer-inner{
        width:calc(100% - 32px);
    }

    .orre-footer-top{
        min-height:auto;

        padding:42px 0;

        display:flex;
        flex-direction:column;

        align-items:flex-start;

        gap:32px;
    }

    .orre-footer-socials{
        justify-content:flex-start;
    }

    .orre-footer-bottom{
        flex-direction:column;
        align-items:flex-start;

        gap:6px;

        padding-top:15px;

        font-size:13px;
    }

}

.orre-kiji-footer {
    width: 100%;
    background: #000;
    color: #fff;

    padding: 0 0 45px;
}

.orre-footer-inner {
    width: calc(100% - 136px);
    margin: 0 auto;

    border-top: 1px solid #252525;
}

.orre-footer-brand-section {
    display: grid;
    grid-template-columns: 1.5fr 1fr;

    gap: 100px;

    padding: 65px 0 60px;

    border-bottom: 1px solid #252525;
}

.orre-footer-brand {
    max-width: 460px;
}

.orre-footer-logo {
    display: inline-block;

    background: transparent !important;

    margin-bottom: 25px;
}

.orre-footer-logo img {
    display: block;

    width: 190px;
    max-width: 100%;

    height: auto;
}

.orre-footer-description {
    max-width: 430px;

    margin: 0;

    color: #999;

    font-size: 15px;
    line-height: 1.8;

    font-weight: 400;

    letter-spacing: .2px;
}

.orre-footer-contact {
    display: flex;
    flex-direction: column;

    align-items: flex-start;

    gap: 11px;
}

.orre-footer-contact-title {
    margin-bottom: 10px;

    color: #777;

    font-size: 14px;
    font-weight: 600;

    letter-spacing: 1px;

    text-transform: uppercase;
}

.orre-footer-contact a,
.orre-footer-contact span {
    color: #fff;

    font-size: 15px;
    line-height: 1.5;

    font-weight: 400;

    letter-spacing: .3px;

    text-decoration: none;
}

.orre-footer-contact a:hover {
    color: #888;

    background: transparent !important;
}

.orre-footer-social-row {
    display: grid;

    grid-template-columns: 1fr 1fr 1fr;

    align-items: center;

    min-height: 150px;
}

.orre-footer-follow {
    color: #777;

    font-size: 14px;
    font-weight: 600;

    letter-spacing: .8px;

    text-transform: uppercase;
}

.orre-footer-socials {
    display: flex;

    justify-content: center;
    align-items: center;

    gap: 28px;
}

.orre-footer-socials a {
    width: 25px;
    height: 25px;

    display: flex;

    align-items: center;
    justify-content: center;

    padding: 0;

    color: #f1f1f1;

    background: transparent !important;

    border: none;

    text-decoration: none;

    transition:
        opacity .2s ease,
        transform .2s ease;
}

.orre-footer-socials a:hover {
    color: #fff;

    background: transparent !important;

    opacity: .65;

    transform: translateY(-2px);
}

.orre-footer-socials svg {
    width: 23px;
    height: 23px;

    fill: currentColor;
}

.orre-footer-bottom {
    display: flex;

    align-items: center;

    gap: 18px;

    padding-top: 15px;

    color: #fff;

    font-size: 15px;
    line-height: 1.4;

    font-weight: 400;

    letter-spacing: 1px;

    text-transform: uppercase;
}

@media (max-width: 1024px) {

    .orre-footer-inner {
        width: calc(100% - 70px);
    }

    .orre-footer-brand-section {
        gap: 60px;
    }

}

@media (max-width: 767px) {

    .orre-kiji-footer {
        padding-bottom: 30px;
    }

    .orre-footer-inner {
        width: calc(100% - 32px);
    }

    .orre-footer-brand-section {
        display: flex;

        flex-direction: column;

        gap: 42px;

        padding: 45px 0;
    }

    .orre-footer-logo img {
        width: 160px;
    }

    .orre-footer-description {
        font-size: 14px;

        line-height: 1.7;
    }

    .orre-footer-social-row {
        display: flex;

        flex-direction: column;

        align-items: flex-start;

        gap: 27px;

        min-height: auto;

        padding: 40px 0;
    }

    .orre-footer-socials {
        justify-content: flex-start;

        gap: 25px;
    }

    .orre-footer-bottom {
        flex-direction: column;

        align-items: flex-start;

        gap: 6px;

        padding-top: 10px;

        font-size: 12px;
    }

}
.orre-footer-logo {
    display: inline-block;
    margin-bottom: 25px;
    background: transparent !important;
}

.orre-footer-logo-img {
    display: block;
    width: 190px;
    max-width: 100%;
    height: auto;
    object-fit: contain;
}

@media (max-width: 767px) {
    .orre-footer-logo-img {
        width: 160px;
    }
}

html body .cart-widget-side .orre-cart-cancel,
html body .wd-cart-side .orre-cart-cancel {

    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    width: 100% !important;

    min-height: 62px !important;

    margin: 12px 0 0 !important;
    padding: 0 20px !important;

    background: #fff !important;
    background-color: #fff !important;

    color: #000 !important;

    border: 1px solid #000 !important;
    border-radius: 0 !important;

    font-size: 14px !important;
    font-weight: 500 !important;

    letter-spacing: 1.2px !important;

    text-transform: uppercase !important;

    cursor: pointer !important;

    box-shadow: none !important;

    transition:
        background .25s ease,
        color .25s ease !important;
}

html body .cart-widget-side .orre-cart-cancel:hover,
html body .wd-cart-side .orre-cart-cancel:hover {

    background: #000 !important;
    background-color: #000 !important;

    color: #fff !important;

    border-color: #000 !important;
}

html body .cart-widget-side,
html body .wd-cart-side{
    position: fixed !important;
}

html body .cart-widget-side .wd-close-side,
html body .wd-cart-side .wd-close-side,
html body .cart-widget-side .close-side-widget,
html body .wd-cart-side .close-side-widget{

    display: flex !important;
    visibility: visible !important;
    opacity: 1 !important;

    position: absolute !important;

    top: 18px !important;
    right: 20px !important;

    width: 34px !important;
    height: 34px !important;

    padding: 0 !important;
    margin: 0 !important;

    align-items: center !important;
    justify-content: center !important;

    background: #fff !important;

    border: 0 !important;
    border-radius: 50% !important;

    color: #000 !important;

    z-index: 99999999 !important;

    font-size: 0 !important;
}

html body .cart-widget-side .wd-close-side::before,
html body .cart-widget-side .wd-close-side::after,
html body .wd-cart-side .wd-close-side::before,
html body .wd-cart-side .wd-close-side::after,
html body .cart-widget-side .close-side-widget::before,
html body .cart-widget-side .close-side-widget::after,
html body .wd-cart-side .close-side-widget::before,
html body .wd-cart-side .close-side-widget::after{

    content: "" !important;

    position: absolute !important;

    width: 18px !important;
    height: 2px !important;

    background: #000 !important;

    left: 8px !important;
    top: 16px !important;

    display: block !important;
}

html body .cart-widget-side .wd-close-side::before,
html body .wd-cart-side .wd-close-side::before,
html body .cart-widget-side .close-side-widget::before,
html body .wd-cart-side .close-side-widget::before{
    transform: rotate(45deg) !important;
}

html body .cart-widget-side .wd-close-side::after,
html body .wd-cart-side .wd-close-side::after,
html body .cart-widget-side .close-side-widget::after,
html body .wd-cart-side .close-side-widget::after{
    transform: rotate(-45deg) !important;
}

html body .cart-widget-side .wd-close-side:hover,
html body .wd-cart-side .wd-close-side:hover,
html body .cart-widget-side .close-side-widget:hover,
html body .wd-cart-side .close-side-widget:hover{
    background: #eee !important;
}

/* =========================================================
   ORRÉ — PREMIUM KIJI-STYLE FINAL OVERRIDES
   Purpose:
   - Preserve existing markup/functions/interactions
   - Black + white storefront
   - Black commerce/action buttons
   - Cleaner typography and spacing
   - Improved desktop/tablet/mobile responsiveness
   ========================================================= */

:root{
  --orre-black:#000000;
  --orre-white:#ffffff;
  --orre-text:#111111;
  --orre-muted:#6b6b6b;
  --orre-border:#e8e8e8;
  --orre-soft:#f7f7f7;
  --orre-container:1440px;
  --orre-page-x:clamp(14px,2.2vw,34px);
  --orre-ease:cubic-bezier(.22,.61,.36,1);
}

/* ---------- Global reset / storefront base ---------- */
html{
  -webkit-text-size-adjust:100%;
  scroll-behavior:smooth;
}

html,
body,
#page,
.main-page-wrapper,
.site-content{
  width:100%;
  max-width:100%;
  margin:0;
  background:#fff!important;
  color:#111!important;
}

body{
  overflow-x:hidden!important;
  font-family:-apple-system,BlinkMacSystemFont,"Helvetica Neue",Arial,sans-serif!important;
  font-size:14px;
  line-height:1.5;
  text-rendering:optimizeLegibility;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
}

*,
*::before,
*::after{
  box-sizing:border-box;
}

img,
picture,
video,
canvas,
svg{
  max-width:100%;
}

img{
  display:block;
}

a{
  color:inherit;
  text-decoration:none;
}

button,
input,
select,
textarea{
  font:inherit;
}

button,
a,
input,
select,
textarea{
  -webkit-tap-highlight-color:transparent;
}

:focus-visible{
  outline:1px solid #000!important;
  outline-offset:3px;
}

/* ---------- Keep main visual surfaces white ---------- */
.orre-home-v3,
.orre-home-new,
.orre-home-collection,
.orre-home-product-grid,
.orre-home-product,
.orre-home-product-info,
.orre-inside,
.orre-home-newsletter,
.orre-collection-page,
.orre-collection-head,
.orre-collection-toolbar,
.orre-collection-products,
.orre-collection-grid,
.orre-collection-card{
  background:#fff!important;
}

/* Product-photo backgrounds can stay subtly neutral */
.orre-home-product-media,
.orre-collection-card-media{
  background:#f6f6f6!important;
}

/* ---------- Typography refinement ---------- */
.orre-home-v3,
.orre-home-v3 *,
.orre-collection-page,
.orre-collection-page *,
.woocommerce,
.woocommerce *{
  font-family:-apple-system,BlinkMacSystemFont,"Helvetica Neue",Arial,sans-serif!important;
}

.orre-home-section-header h1,
.orre-home-section-header h2,
.orre-collection-title-wrap h1,
.orre-inside-head h2{
  color:#000!important;
  font-weight:500!important;
  letter-spacing:.09em!important;
}

.orre-home-product-name,
.orre-collection-card-title,
.woocommerce-loop-product__title{
  color:#111!important;
  font-weight:500!important;
  letter-spacing:.015em!important;
}

.orre-home-product-price,
.orre-collection-card-price,
.woocommerce-Price-amount{
  color:#111!important;
}

/* ---------- Action buttons: BLACK + WHITE ---------- */
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit,
.single_add_to_cart_button,
.checkout-button,
.wc-proceed-to-checkout a,
.orre-cart-primary,
.orre-cart-secondary,
.orre-empty-cart a,
.orre-home-hero-content a,
.orre-home-editorial-overlay a,
.orre-collection-card .button,
.orre-product-card .button,
button[name="apply_coupon"],
button[name="update_cart"],
button[name="woocommerce_checkout_place_order"]{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  background:#000!important;
  color:#fff!important;
  border:1px solid #000!important;
  border-radius:0!important;
  box-shadow:none!important;
  text-transform:uppercase;
  letter-spacing:.08em;
  font-weight:600;
  transition:
    opacity .22s ease,
    transform .22s var(--orre-ease),
    background-color .22s ease,
    color .22s ease!important;
}

.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit:hover,
.single_add_to_cart_button:hover,
.checkout-button:hover,
.wc-proceed-to-checkout a:hover,
.orre-cart-primary:hover,
.orre-cart-secondary:hover,
.orre-empty-cart a:hover,
.orre-home-hero-content a:hover,
.orre-home-editorial-overlay a:hover,
.orre-collection-card .button:hover,
.orre-product-card .button:hover,
button[name="apply_coupon"]:hover,
button[name="update_cart"]:hover,
button[name="woocommerce_checkout_place_order"]:hover{
  background:#000!important;
  color:#fff!important;
  border-color:#000!important;
  opacity:.82!important;
}

/* Keep icon / navigation / utility controls visually minimal */
.orre-hamburger,
.orre-nav-actions button,
.orre-close-btn,
.orre-overlay-close,
.orre-filter-open,
.orre-mobile-parent,
.orre-drawer-head button,
.orre-home-newsletter-form button,
.quantity button,
.wd-quantity-plus,
.wd-quantity-minus{
  box-shadow:none!important;
}

/* Newsletter submit is a text control, not a filled CTA */
.orre-home-newsletter-form button{
  background:transparent!important;
  color:#000!important;
  border:0!important;
}

/* Carousel utility arrows remain clean */
.orre-inside-arrow{
  background:#fff!important;
  color:#000!important;
  border:1px solid #ddd!important;
  box-shadow:none!important;
}
.orre-inside-arrow:hover{
  background:#000!important;
  color:#fff!important;
  border-color:#000!important;
}

/* ---------- Header ---------- */
.orre-nav-header{
  background:rgba(0,0,0,.78)!important;
  border-bottom:1px solid rgba(255,255,255,.12)!important;
  box-shadow:none!important;
  backdrop-filter:blur(10px)!important;
  -webkit-backdrop-filter:blur(10px)!important;
}

body.tax-product_cat .orre-nav-header,
body.single-product .orre-nav-header,
body.woocommerce-cart .orre-nav-header,
body.woocommerce-checkout .orre-nav-header{
  background:#000!important;
}

.orre-nav-inner{
  max-width:1920px!important;
  margin:0 auto!important;
}

.orre-nav-logo a{
  color:#fff!important;
  font-weight:700!important;
  letter-spacing:.12em!important;
}

.orre-hamburger,
.orre-nav-actions button{
  background:transparent!important;
  color:#fff!important;
  border:0!important;
}

/* ---------- Drawers / search ---------- */
.orre-menu-drawer{
  background:#000!important;
  color:#fff!important;
  box-shadow:none!important;
}

.orre-cart-drawer{
  background:#fff!important;
  color:#111!important;
  box-shadow:-18px 0 50px rgba(0,0,0,.10)!important;
}

.orre-search-overlay{
  background:rgba(0,0,0,.985)!important;
}

.orre-menu-overlay,
.orre-cart-overlay{
  background:rgba(0,0,0,.58)!important;
}

.orre-drawer-nav > a,
.orre-mobile-parent{
  transition:background-color .18s ease,color .18s ease!important;
}

/* ---------- Hero ---------- */
.orre-home-hero{
  min-height:clamp(620px,84svh,900px)!important;
  background:#fff!important;
}

.orre-home-hero-content{
  max-width:620px!important;
}

.orre-home-hero-content h1{
  color:#111!important;
  font-size:clamp(62px,9vw,132px)!important;
  line-height:.90!important;
}

.orre-home-hero-content p{
  color:#222!important;
  max-width:440px!important;
  line-height:1.65!important;
}

.orre-home-hero-content a{
  min-height:44px!important;
  padding:0 24px!important;
}

/* ---------- Homepage section headers ---------- */
.orre-home-section-header{
  padding:
    clamp(28px,3vw,44px)
    var(--orre-page-x)
    clamp(18px,1.7vw,26px)!important;
}

.orre-home-section-header h1,
.orre-home-section-header h2{
  font-size:clamp(10px,.8vw,13px)!important;
}

.orre-home-section-header a{
  color:#000!important;
  border-bottom:1px solid #000!important;
  transition:opacity .2s ease!important;
}

.orre-home-section-header a:hover{
  opacity:.55!important;
}

/* ---------- Product grids ---------- */
.orre-home-product-grid,
.orre-collection-grid{
  gap:1px!important;
  background:#fff!important;
}

.orre-home-product,
.orre-collection-card{
  background:#fff!important;
  border:0!important;
  border-radius:0!important;
  box-shadow:none!important;
}

.orre-home-product-media,
.orre-collection-card-media{
  border-radius:0!important;
}

.orre-home-product-media img,
.orre-collection-card-media img{
  transform:scale(1);
  transition:
    opacity .32s ease,
    transform .55s var(--orre-ease)!important;
}

@media (hover:hover) and (pointer:fine){
  .orre-home-product:hover .orre-home-hover-image,
  .orre-collection-card:hover .orre-collection-hover-image{
    transform:scale(1.018)!important;
  }
}

.orre-home-product-info,
.orre-collection-card-info{
  padding:10px 12px 0!important;
}

.orre-home-product-name,
.orre-home-product-price{
  font-size:10px!important;
}

/* KIJI-style size strip — clean black/white */
.orre-home-size-strip,
.orre-collection-sizes{
  background:rgba(255,255,255,.98)!important;
  border:0!important;
  box-shadow:none!important;
}

.orre-home-size-strip > span,
.orre-collection-sizes > span,
.orre-shop-pro-size-list > span{
  background:#fff!important;
  color:#111!important;
  border:1px solid #d8d8d8!important;
  border-radius:0!important;
  box-shadow:none!important;
  transition:background-color .18s ease,color .18s ease,border-color .18s ease!important;
}

@media (hover:hover) and (pointer:fine){
  .orre-home-size-strip > span:hover,
  .orre-collection-sizes > span:hover,
  .orre-shop-pro-size-list > span:hover{
    background:#000!important;
    color:#fff!important;
    border-color:#000!important;
  }
}

/* ---------- Editorial banners ---------- */
.orre-home-editorial{
  min-height:clamp(560px,70vw,780px)!important;
  background:#fff!important;
}

.orre-home-editorial-image{
  transition:transform .75s var(--orre-ease)!important;
}

@media (hover:hover) and (pointer:fine){
  .orre-home-editorial:hover .orre-home-editorial-image{
    transform:scale(1.015)!important;
  }
}

.orre-home-editorial-overlay{
  padding:
    0
    var(--orre-page-x)
    clamp(26px,3vw,44px)!important;
}

.orre-home-editorial-overlay h2{
  font-size:clamp(34px,4vw,64px)!important;
  line-height:1!important;
}

.orre-home-editorial-overlay a{
  min-height:44px!important;
  padding:0 22px!important;
}

/* ---------- Inside ORRÉ ---------- */
.orre-inside{
  background:#fff!important;
  padding:clamp(50px,6vw,88px) 0!important;
}

.orre-inside-head{
  padding:0 var(--orre-page-x) clamp(24px,3vw,38px)!important;
}

.orre-inside-head h2{
  font-size:clamp(24px,2.4vw,36px)!important;
}

.orre-inside-track{
  gap:clamp(12px,1.5vw,24px)!important;
}

.orre-inside-card{
  border-radius:0!important;
  box-shadow:none!important;
  background:#f4f4f4!important;
}

/* ---------- Newsletter ---------- */
.orre-home-newsletter{
  background:#fff!important;
  border-top:1px solid var(--orre-border)!important;
  border-bottom:1px solid var(--orre-border)!important;
  padding:
    clamp(54px,6vw,90px)
    var(--orre-page-x)!important;
}

.orre-home-newsletter h2{
  color:#111!important;
}

.orre-home-newsletter p,
.orre-home-newsletter > div > span{
  color:#666!important;
}

.orre-home-newsletter-form{
  border-bottom:1px solid #111!important;
}

/* ---------- Forms ---------- */
.woocommerce input[type="text"],
.woocommerce input[type="email"],
.woocommerce input[type="tel"],
.woocommerce input[type="number"],
.woocommerce input[type="password"],
.woocommerce textarea,
.woocommerce select,
input[type="search"]{
  background:#fff!important;
  color:#111!important;
  border-radius:0!important;
  box-shadow:none!important;
}

.woocommerce input:focus,
.woocommerce textarea:focus,
.woocommerce select:focus{
  border-color:#000!important;
  outline:0!important;
}

/* ---------- Collection/archive ---------- */
.orre-collection-head{
  padding:
    clamp(40px,5vw,68px)
    var(--orre-page-x)
    clamp(24px,2.5vw,34px)!important;
}

.orre-collection-toolbar{
  padding:14px var(--orre-page-x)!important;
  background:#fff!important;
  border-color:var(--orre-border)!important;
}

.orre-collection-subcats{
  gap:clamp(18px,2vw,30px)!important;
}

.orre-collection-sort select{
  background:#fff!important;
  color:#111!important;
}

/* ---------- Cart / checkout ---------- */
.woocommerce-cart table.shop_table,
.woocommerce-checkout .woocommerce-checkout-review-order,
.woocommerce-checkout #payment,
.cart_totals{
  border-radius:0!important;
  box-shadow:none!important;
}

.orre-cart-primary,
.orre-cart-secondary,
.orre-empty-cart a{
  width:100%!important;
  min-height:48px!important;
}

/* ---------- Footer: solid black ---------- */
footer,
.site-footer,
.footer-container,
.footer-column,
.footer-sidebar,
.footer-widget,
.wd-footer,
.wd-prefooter,
.wd-footer-bottom,
.copyrights-wrapper,
.min-footer,
.main-footer{
  background:#000!important;
  color:#fff!important;
}

footer a,
.site-footer a,
.footer-container a{
  color:rgba(255,255,255,.75)!important;
}

footer a:hover,
.site-footer a:hover,
.footer-container a:hover{
  color:#fff!important;
}

footer h1,
footer h2,
footer h3,
footer h4,
footer h5,
footer h6,
.site-footer h1,
.site-footer h2,
.site-footer h3,
.site-footer h4,
.site-footer h5,
.site-footer h6{
  color:#fff!important;
}

/* ---------- Responsive: large tablet ---------- */
@media (max-width:1200px){
  .orre-home-product-grid,
  .orre-collection-grid{
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
  }

  .orre-home-newsletter{
    grid-template-columns:minmax(0,1fr) minmax(320px,460px)!important;
    gap:clamp(36px,5vw,64px)!important;
  }
}

/* ---------- Responsive: tablet ---------- */
@media (max-width:900px){
  .orre-nav-inner{
    padding-left:20px!important;
    padding-right:20px!important;
  }

  .orre-home-hero{
    min-height:720px!important;
  }

  .orre-home-product-grid,
  .orre-collection-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }

  .orre-home-newsletter{
    grid-template-columns:1fr!important;
    gap:38px!important;
  }

  .orre-home-editorial{
    min-height:560px!important;
  }

  .orre-cart-drawer{
    width:min(430px,100vw)!important;
  }
}

/* ---------- Responsive: mobile ---------- */
@media (max-width:767px){
  :root{
    --orre-page-x:14px;
  }

  body{
    font-size:13px;
  }

  .orre-nav-header,
  .orre-nav-inner{
    height:60px!important;
  }

  .orre-nav-inner{
    padding:0 14px!important;
  }

  .orre-nav-logo a{
    font-size:clamp(24px,7.5vw,29px)!important;
  }

  .orre-nav-actions{
    gap:5px!important;
  }

  .orre-nav-actions button{
    width:27px!important;
    min-width:27px!important;
  }

  .orre-home-hero{
    min-height:clamp(600px,82svh,760px)!important;
    padding-top:60px!important;
  }

  .orre-home-hero-content{
    width:calc(100% - 28px)!important;
    max-width:390px!important;
    margin-left:14px!important;
    margin-right:14px!important;
    margin-bottom:30px!important;
  }

  .orre-home-hero-content h1{
    font-size:clamp(50px,16vw,68px)!important;
  }

  .orre-home-hero-content p{
    max-width:300px!important;
    font-size:11px!important;
  }

  .orre-home-section-header{
    gap:12px!important;
    padding:25px 10px 16px!important;
  }

  .orre-home-section-header h1,
  .orre-home-section-header h2{
    font-size:10px!important;
  }

  .orre-home-section-header a{
    font-size:8px!important;
    white-space:nowrap;
  }

  .orre-home-product-grid,
  .orre-collection-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:1px!important;
  }

  .orre-home-product,
  .orre-collection-card{
    padding-bottom:20px!important;
  }

  .orre-home-product-info,
  .orre-collection-card-info{
    padding:8px 7px 0!important;
  }

  .orre-home-product-name,
  .orre-home-product-price{
    font-size:9px!important;
  }

  /* Keep sizes visible on touch/mobile */
  .orre-home-size-strip,
  .orre-collection-sizes{
    opacity:1!important;
    transform:none!important;
    min-height:34px!important;
    padding:5px 3px!important;
    gap:2px!important;
  }

  .orre-home-size-strip > span,
  .orre-collection-sizes > span,
  .orre-shop-pro-size-list > span{
    min-width:23px!important;
    height:22px!important;
    padding:0 4px!important;
    font-size:8px!important;
  }

  .orre-home-editorial{
    min-height:clamp(470px,128vw,620px)!important;
  }

  .orre-home-editorial-overlay{
    padding:0 16px 22px!important;
  }

  .orre-home-editorial-overlay h2{
    max-width:90%!important;
    font-size:clamp(31px,10vw,40px)!important;
  }

  .orre-home-editorial-overlay a{
    min-height:42px!important;
    padding:0 18px!important;
  }

  .orre-inside{
    padding:48px 0 54px!important;
  }

  .orre-inside-track{
    gap:12px!important;
    padding:0 14px 8px!important;
    scroll-padding-left:14px!important;
  }

  .orre-inside-card{
    flex:0 0 min(73vw,285px)!important;
  }

  .orre-inside-arrow{
    display:none!important;
  }

  .orre-home-newsletter{
    padding:52px 16px!important;
  }

  .orre-home-newsletter-form{
    width:100%!important;
  }

  .orre-home-newsletter-form input{
    min-width:0!important;
    width:100%!important;
  }

  .orre-menu-drawer,
  .orre-cart-drawer{
    width:100vw!important;
    max-width:100vw!important;
  }

  .orre-search-box{
    width:calc(100% - 30px)!important;
    padding-top:110px!important;
  }

  .orre-search-box input[type="search"]{
    font-size:clamp(28px,9vw,42px)!important;
  }

  .orre-collection-head{
    padding:34px 14px 22px!important;
  }

  .orre-collection-toolbar{
    padding:13px 14px!important;
    gap:12px!important;
  }

  .orre-collection-toolbar-left{
    gap:12px!important;
  }

  .orre-collection-sort select{
    min-width:120px!important;
    max-width:42vw!important;
  }

  footer,
  .site-footer{
    text-align:left!important;
  }
}

/* ---------- Very small phones ---------- */
@media (max-width:380px){
  .orre-nav-logo a{
    font-size:23px!important;
  }

  .orre-nav-actions{
    gap:3px!important;
  }

  .orre-nav-icon svg{
    width:20px!important;
    height:20px!important;
  }

  .orre-home-product-name,
  .orre-home-product-price{
    font-size:8.5px!important;
  }

  .orre-home-size-strip > span,
  .orre-collection-sizes > span,
  .orre-shop-pro-size-list > span{
    min-width:21px!important;
    padding:0 3px!important;
  }
}

/* ---------- Touch-device safety ---------- */
@media (hover:none){
  .orre-home-size-strip,
  .orre-collection-sizes{
    opacity:1!important;
    transform:none!important;
  }
}

/* ---------- Reduced-motion accessibility ---------- */
@media (prefers-reduced-motion:reduce){
  *,
  *::before,
  *::after{
    scroll-behavior:auto!important;
    transition-duration:.01ms!important;
    animation-duration:.01ms!important;
    animation-iteration-count:1!important;
  }
}

/* =========================================================
   ORRÉ — PRODUCT CONTENT BACK BUTTON
   Location: product content area, NOT navbar
   Desktop + Mobile responsive
   ========================================================= */

body.single-product .orre-product-back-wrap{
    width:100%!important;
    margin:0!important;
    padding:22px clamp(16px,4.5vw,56px) 10px!important;
    background:#fff!important;
}

body.single-product .orre-product-back{
    width:36px!important;
    height:36px!important;
    min-width:36px!important;
    min-height:36px!important;

    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;

    margin:0!important;
    padding:0!important;

    background:#fff!important;
    color:#111!important;

    border:1px solid #d9d9d9!important;
    border-radius:0!important;
    box-shadow:none!important;

    cursor:pointer!important;
    transition:
        background-color .2s ease,
        color .2s ease,
        border-color .2s ease,
        opacity .2s ease!important;
}

body.single-product .orre-product-back svg{
    width:18px!important;
    height:18px!important;

    display:block!important;

    fill:none!important;
    stroke:currentColor!important;
    stroke-width:1.7!important;
    stroke-linecap:round!important;
    stroke-linejoin:round!important;
}

body.single-product .orre-product-back:hover{
    background:#000!important;
    color:#fff!important;
    border-color:#000!important;
}

@media(max-width:767px){

    body.single-product .orre-product-back-wrap{
        padding:12px 12px 8px!important;
    }

    body.single-product .orre-product-back{
        width:32px!important;
        height:32px!important;
        min-width:32px!important;
        min-height:32px!important;
    }

    body.single-product .orre-product-back svg{
        width:17px!important;
        height:17px!important;
    }
}

/* =========================================================
   PRODUCT PAGE BACK BUTTON — DIRECTLY BELOW NAVBAR
   Add at END of assets/css/orre.css
========================================================= */

body.single-product .orre-product-back-bar{
    width:100%!important;
    height:46px!important;
    display:flex!important;
    align-items:center!important;
    justify-content:flex-start!important;
    padding:0 30px!important;
    margin:0!important;
    background:#fff!important;
    border:0!important;
    position:relative!important;
    z-index:20!important;
}

body.single-product .orre-product-back-btn{
    width:34px!important;
    height:34px!important;
    min-width:34px!important;
    min-height:34px!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    margin:0!important;
    padding:0!important;
    background:#fff!important;
    color:#111!important;
    border:1px solid #dcdcdc!important;
    border-radius:0!important;
    box-shadow:none!important;
    cursor:pointer!important;
}

body.single-product .orre-product-back-btn svg{
    width:18px!important;
    height:18px!important;
    display:block!important;
    fill:none!important;
    stroke:currentColor!important;
    stroke-width:1.8!important;
    stroke-linecap:round!important;
    stroke-linejoin:round!important;
}

body.single-product .orre-product-back-btn:hover{
    background:#000!important;
    color:#fff!important;
    border-color:#000!important;
}

@media(max-width:767px){
    body.single-product .orre-product-back-bar{
        height:42px!important;
        padding:0 12px!important;
    }

    body.single-product .orre-product-back-btn{
        width:30px!important;
        height:30px!important;
        min-width:30px!important;
        min-height:30px!important;
    }

    body.single-product .orre-product-back-btn svg{
        width:16px!important;
        height:16px!important;
    }
}
/* =========================================================
   INSIDE ORRÉ — KIJI STYLE REFINEMENT
   Narrower cards + better shadows + cleaner spacing
========================================================= */

.orre-inside{
    background:#f3f3f3!important;
    padding:72px 0 86px!important;
}

.orre-inside-head{
    padding:0 30px 34px!important;
    text-align:center!important;
}

.orre-inside-head h2{
    font-size:clamp(26px,3vw,40px)!important;
    font-weight:700!important;
    letter-spacing:.02em!important;
    color:#111!important;
}

.orre-inside-track{
    gap:22px!important;
    padding:0 58px!important;
    align-items:stretch!important;
}

/* CARD WIDTH KAM */
.orre-inside-card{
    flex:0 0 260px!important;
    max-width:260px!important;
    aspect-ratio:9/16!important;

    border-radius:10px!important;
    overflow:hidden!important;
    background:#e7e7e7!important;

    box-shadow:
        0 10px 24px rgba(0,0,0,.10),
        0 2px 8px rgba(0,0,0,.06)!important;

    transition:
        transform .32s ease,
        box-shadow .32s ease!important;
}

.orre-inside-card:hover{
    transform:translateY(-4px)!important;
    box-shadow:
        0 18px 34px rgba(0,0,0,.14),
        0 4px 12px rgba(0,0,0,.08)!important;
}

.orre-inside-main-image{
    transition:transform .45s ease!important;
}

.orre-inside-card:hover .orre-inside-main-image{
    transform:scale(1.03)!important;
}

/* overlay thora soft */
.orre-inside-shade{
    background:
        linear-gradient(
            to top,
            rgba(0,0,0,.60) 0%,
            rgba(0,0,0,.16) 42%,
            rgba(0,0,0,0) 72%
        )!important;
}

.orre-inside-brand{
    left:18px!important;
    bottom:92px!important;
    font-size:11px!important;
    font-weight:700!important;
    letter-spacing:.08em!important;
}

.orre-inside-bottom{
    left:16px!important;
    right:16px!important;
    bottom:16px!important;
    gap:12px!important;
}

.orre-inside-thumb{
    width:48px!important;
    height:60px!important;
    border-radius:6px!important;
    box-shadow:0 2px 6px rgba(0,0,0,.12)!important;
}

.orre-inside-title{
    font-size:13px!important;
    line-height:1.2!important;
    font-weight:500!important;
    color:#fff!important;
}

/* arrows ko thora premium */
.orre-inside-arrow{
    width:56px!important;
    height:56px!important;
    background:#fff!important;
    color:#111!important;
    border:1px solid rgba(0,0,0,.12)!important;
    border-radius:999px!important;
    box-shadow:0 6px 18px rgba(0,0,0,.10)!important;
}

.orre-inside-arrow:hover{
    background:#000!important;
    color:#fff!important;
    border-color:#000!important;
    box-shadow:0 10px 24px rgba(0,0,0,.16)!important;
}

/* =========================
   TABLET
========================= */
@media(max-width:1024px){

    .orre-inside{
        padding:62px 0 72px!important;
    }

    .orre-inside-track{
        gap:18px!important;
        padding:0 32px!important;
    }

    .orre-inside-card{
        flex:0 0 228px!important;
        max-width:228px!important;
    }

    .orre-inside-arrow{
        width:50px!important;
        height:50px!important;
    }
}

/* =========================
   MOBILE
========================= */
@media(max-width:767px){

    .orre-inside{
        padding:50px 0 58px!important;
    }

    .orre-inside-head{
        padding:0 16px 24px!important;
    }

    .orre-inside-head h2{
        font-size:24px!important;
    }

    .orre-inside-track{
        gap:14px!important;
        padding:0 14px 8px!important;
        scroll-padding-left:14px!important;
    }

    .orre-inside-card{
        flex:0 0 66vw!important;
        max-width:240px!important;
        border-radius:10px!important;
    }

    .orre-inside-title{
        font-size:12px!important;
    }

    .orre-inside-arrow{
        display:none!important;
    }
}
/* =========================================================
   FINAL — INSIDE ORRÉ KIJI STYLE
   WHITE BG + NARROW CARDS + PREMIUM SHADOW
   Paste at VERY END of orre.css
========================================================= */

.orre-inside{
    width:100%!important;
    padding:70px 0 80px!important;

    background:#fff!important;
    color:#111!important;

    overflow:hidden!important;
}

/* heading */
.orre-inside-head{
    padding:0 24px 32px!important;
    text-align:center!important;
}

.orre-inside-head h2{
    margin:0!important;

    color:#111!important;

    font-size:38px!important;
    font-weight:700!important;
    line-height:1!important;

    letter-spacing:.01em!important;
}

/* carousel */
.orre-inside-shell{
    width:100%!important;
    position:relative!important;
}

.orre-inside-track{
    display:flex!important;
    align-items:stretch!important;

    width:100%!important;

    gap:22px!important;

    padding:0 60px 18px!important;

    overflow-x:auto!important;
    overflow-y:hidden!important;

    scroll-snap-type:x mandatory!important;
    scroll-padding-left:60px!important;

    scrollbar-width:none!important;

    background:#fff!important;
}

.orre-inside-track::-webkit-scrollbar{
    display:none!important;
}

/* =========================================================
   MAIN CARD WIDTH FIX
========================================================= */

.orre-inside-card{
    flex:0 0 225px!important;

    width:225px!important;
    min-width:225px!important;
    max-width:225px!important;

    aspect-ratio:9 / 16!important;

    margin:0!important;

    overflow:hidden!important;

    background:#fff!important;

    border:0!important;
    border-radius:8px!important;

    box-shadow:
        0 4px 10px rgba(0,0,0,.08),
        0 12px 24px rgba(0,0,0,.10)!important;

    scroll-snap-align:start!important;

    transition:
        transform .3s ease,
        box-shadow .3s ease!important;
}

.orre-inside-card:hover{
    transform:translateY(-4px)!important;

    box-shadow:
        0 7px 14px rgba(0,0,0,.10),
        0 18px 32px rgba(0,0,0,.13)!important;
}

/* image */
.orre-inside-main-image{
    position:absolute!important;
    inset:0!important;

    width:100%!important;
    height:100%!important;

    object-fit:cover!important;
    object-position:center!important;

    transition:transform .45s ease!important;
}

.orre-inside-card:hover .orre-inside-main-image{
    transform:scale(1.025)!important;
}

/* overlay */
.orre-inside-shade{
    position:absolute!important;
    inset:0!important;

    background:
        linear-gradient(
            to top,
            rgba(0,0,0,.55) 0%,
            rgba(0,0,0,.08) 45%,
            rgba(0,0,0,0) 72%
        )!important;
}

/* content */
.orre-inside-brand{
    left:16px!important;
    bottom:82px!important;

    font-size:10px!important;
    font-weight:700!important;
    letter-spacing:.08em!important;

    color:#fff!important;
}

.orre-inside-bottom{
    left:14px!important;
    right:14px!important;
    bottom:14px!important;

    gap:10px!important;
}

.orre-inside-thumb{
    width:42px!important;
    height:54px!important;

    border-radius:4px!important;

    border:1px solid rgba(255,255,255,.30)!important;

    box-shadow:none!important;
}

.orre-inside-title{
    font-size:12px!important;
    font-weight:500!important;
    line-height:1.2!important;

    color:#fff!important;
}

/* arrows */
.orre-inside-arrow{
    width:52px!important;
    height:52px!important;

    background:#fff!important;
    color:#111!important;

    border:1px solid #ddd!important;
    border-radius:999px!important;

    box-shadow:0 5px 15px rgba(0,0,0,.10)!important;
}

.orre-inside-arrow:hover{
    background:#000!important;
    color:#fff!important;
    border-color:#000!important;
}

/* =========================================================
   TABLET
========================================================= */

@media(max-width:1024px){

    .orre-inside{
        padding:58px 0 68px!important;
    }

    .orre-inside-track{
        gap:16px!important;

        padding-left:28px!important;
        padding-right:28px!important;

        scroll-padding-left:28px!important;
    }

    .orre-inside-card{
        flex:0 0 210px!important;

        width:210px!important;
        min-width:210px!important;
        max-width:210px!important;
    }
}

/* =========================================================
   MOBILE
========================================================= */

@media(max-width:767px){

    .orre-inside{
        padding:46px 0 54px!important;
    }

    .orre-inside-head{
        padding:0 14px 24px!important;
    }

    .orre-inside-head h2{
        font-size:24px!important;
    }

    .orre-inside-track{
        gap:12px!important;

        padding:0 14px 12px!important;

        scroll-padding-left:14px!important;
    }

    .orre-inside-card{
        flex:0 0 62vw!important;

        width:62vw!important;
        min-width:62vw!important;
        max-width:210px!important;

        border-radius:7px!important;
    }

    .orre-inside-brand{
        left:13px!important;
        bottom:75px!important;
    }

    .orre-inside-bottom{
        left:12px!important;
        right:12px!important;
        bottom:12px!important;
    }

    .orre-inside-title{
        font-size:11px!important;
    }

    .orre-inside-arrow{
        display:none!important;
    }
}

/* VERY SMALL MOBILE */
@media(max-width:400px){

    .orre-inside-card{
        flex:0 0 60vw!important;

        width:60vw!important;
        min-width:60vw!important;
        max-width:195px!important;
    }
}
/* =========================================================
   INSIDE ORRÉ — FINAL ARROW FIX
   Fully visible + centered + premium
========================================================= */

.orre-inside-shell{
    position:relative!important;
    overflow:visible!important;
}

/* Track content scroll kare, arrows clip na hon */
.orre-inside-track{
    overflow-x:auto!important;
    overflow-y:visible!important;
}

/* Arrow base */
.orre-inside-arrow{
    position:absolute!important;
    top:50%!important;
    z-index:50!important;

    width:48px!important;
    height:48px!important;
    min-width:48px!important;
    min-height:48px!important;

    display:flex!important;
    align-items:center!important;
    justify-content:center!important;

    margin:0!important;
    padding:0!important;

    background:#fff!important;
    color:#111!important;

    border:1px solid rgba(0,0,0,.14)!important;
    border-radius:50%!important;

    box-shadow:
        0 4px 12px rgba(0,0,0,.08),
        0 8px 24px rgba(0,0,0,.08)!important;

    transform:translateY(-50%)!important;

    cursor:pointer!important;
    overflow:hidden!important;
}

/* IMPORTANT: arrows inside section */
.orre-inside-prev{
    left:16px!important;
}

.orre-inside-next{
    right:16px!important;
}

/* arrow icon */
.orre-inside-arrow span{
    position:relative!important;

    width:14px!important;
    height:14px!important;

    display:block!important;
}

.orre-inside-arrow span::before{
    content:""!important;

    position:absolute!important;
    top:50%!important;
    left:50%!important;

    width:8px!important;
    height:8px!important;

    border-top:1.8px solid currentColor!important;
    border-right:1.8px solid currentColor!important;
}

/* RIGHT */
.orre-inside-next span::before{
    transform:
        translate(-65%,-50%)
        rotate(45deg)!important;
}

/* LEFT */
.orre-inside-prev span::before{
    transform:
        translate(-35%,-50%)
        rotate(-135deg)!important;
}

/* hover */
.orre-inside-arrow:hover{
    background:#000!important;
    color:#fff!important;
    border-color:#000!important;

    box-shadow:
        0 6px 16px rgba(0,0,0,.12),
        0 12px 28px rgba(0,0,0,.12)!important;
}

/* TABLET */
@media(max-width:1024px){

    .orre-inside-arrow{
        width:44px!important;
        height:44px!important;
        min-width:44px!important;
        min-height:44px!important;
    }

    .orre-inside-prev{
        left:10px!important;
    }

    .orre-inside-next{
        right:10px!important;
    }
}

/* MOBILE */
@media(max-width:767px){

    .orre-inside-arrow{
        display:none!important;
    }
}
/* =========================================================
   ORRÉ — SECTION HEADER ALIGNMENT FIX
   TRENDING / MEN / WOMEN
========================================================= */

.orre-home-section-header{
    width:100%!important;

    display:flex!important;
    align-items:center!important;
    justify-content:center!important;

    margin:0!important;
    padding:42px 20px 34px!important;

    background:#fff!important;
    text-align:center!important;
}

.orre-home-section-header > div{
    width:100%!important;
    max-width:760px!important;

    display:flex!important;
    flex-direction:column!important;
    align-items:center!important;
    justify-content:center!important;

    margin:0 auto!important;
    padding:0!important;

    text-align:center!important;
}

/* Heading */
.orre-home-section-header h1,
.orre-home-section-header h2{
    position:relative!important;

    margin:0!important;
    padding:0 0 18px!important;

    color:#111!important;

    font-size:clamp(30px,3vw,46px)!important;
    font-weight:700!important;
    line-height:1!important;

    letter-spacing:.035em!important;
    text-transform:uppercase!important;

    text-align:center!important;
}

/* Small divider line */
.orre-home-section-header h1::after,
.orre-home-section-header h2::after{
    content:""!important;

    position:absolute!important;
    left:50%!important;
    bottom:0!important;

    width:54px!important;
    height:2px!important;

    background:#b8b8b8!important;

    transform:translateX(-50%)!important;
}

/* Description */
.orre-home-section-copy{
    width:100%!important;
    max-width:720px!important;

    margin:16px auto 0!important;
    padding:0!important;

    color:#333!important;

    font-size:clamp(14px,1.3vw,18px)!important;
    font-weight:400!important;
    line-height:1.6!important;

    letter-spacing:0!important;

    text-align:center!important;
    text-transform:none!important;
}

/* =========================================================
   TRENDING SECTION
========================================================= */

.orre-home-new .orre-home-section-header{
    padding-top:46px!important;
    padding-bottom:36px!important;
}

/* optional small NEW SEASON label above trending */
.orre-home-new .orre-home-section-header > div::before{
    content:"NEW SEASON"!important;

    display:block!important;

    margin-bottom:14px!important;

    color:#999!important;

    font-size:10px!important;
    font-weight:600!important;
    line-height:1!important;

    letter-spacing:.28em!important;
    text-transform:uppercase!important;
}

/* =========================================================
   MEN / WOMEN
========================================================= */

.orre-home-collection .orre-home-section-header{
    padding-top:38px!important;
    padding-bottom:32px!important;
}

/* =========================================================
   TABLET
========================================================= */

@media(max-width:1024px){

    .orre-home-section-header{
        padding:36px 18px 30px!important;
    }

    .orre-home-section-header h1,
    .orre-home-section-header h2{
        font-size:34px!important;
    }

    .orre-home-section-copy{
        max-width:620px!important;
        font-size:15px!important;
    }
}

/* =========================================================
   MOBILE
========================================================= */

@media(max-width:767px){

    .orre-home-section-header{
        padding:28px 16px 24px!important;
    }

    .orre-home-section-header > div{
        max-width:100%!important;
    }

    .orre-home-section-header h1,
    .orre-home-section-header h2{
        padding-bottom:14px!important;

        font-size:27px!important;
        line-height:1.05!important;
    }

    .orre-home-section-header h1::after,
    .orre-home-section-header h2::after{
        width:42px!important;
        height:1.5px!important;
    }

    .orre-home-section-copy{
        max-width:330px!important;

        margin-top:13px!important;

        font-size:13px!important;
        line-height:1.55!important;
    }

    .orre-home-new .orre-home-section-header > div::before{
        margin-bottom:11px!important;

        font-size:8px!important;
        letter-spacing:.24em!important;
    }
}
/* =========================================================
   ORRÉ — FINAL PREMIUM SECTION HEADERS
   TRENDING / MEN / WOMEN
   Fix:
   - duplicate NEW SEASON
   - perfect center alignment
   - premium typography
   - centered divider
   - better spacing
========================================================= */


/* ---------------------------------------------------------
   REMOVE OLD / DUPLICATE LABELS
--------------------------------------------------------- */

.orre-home-section-header::before,
.orre-home-section-header::after,
.orre-home-section-header > div::after,
.orre-home-section-header h1::before,
.orre-home-section-header h2::before{
    content:none!important;
    display:none!important;
}

/* hide any old direct label/span */
.orre-home-section-header > span{
    display:none!important;
}


/* ---------------------------------------------------------
   MAIN HEADER CONTAINER
--------------------------------------------------------- */

.orre-home-section-header{
    width:100%!important;

    display:flex!important;
    align-items:center!important;
    justify-content:center!important;

    margin:0!important;
    padding:52px 20px 44px!important;

    background:#fff!important;

    text-align:center!important;
}

.orre-home-section-header > div{
    width:100%!important;
    max-width:820px!important;

    display:flex!important;
    flex-direction:column!important;
    align-items:center!important;
    justify-content:center!important;

    margin:0 auto!important;
    padding:0!important;

    text-align:center!important;
}


/* ---------------------------------------------------------
   HEADINGS
--------------------------------------------------------- */

.orre-home-section-header h1,
.orre-home-section-header h2{
    position:relative!important;

    display:block!important;

    width:auto!important;

    margin:0 auto!important;
    padding:0 0 22px!important;

    color:#0b0b0b!important;

    font-family:
        "Helvetica Neue",
        Helvetica,
        Arial,
        sans-serif!important;

    font-size:clamp(30px,2.6vw,42px)!important;
    font-weight:600!important;
    line-height:1!important;

    letter-spacing:.09em!important;
    text-transform:uppercase!important;

    text-align:center!important;
}


/* ---------------------------------------------------------
   CENTERED DIVIDER
--------------------------------------------------------- */

.orre-home-section-header h1::after,
.orre-home-section-header h2::after{
    content:""!important;

    position:absolute!important;

    left:50%!important;
    bottom:0!important;

    width:44px!important;
    height:1px!important;

    display:block!important;

    background:#9e9e9e!important;

    transform:translateX(-50%)!important;
}


/* ---------------------------------------------------------
   DESCRIPTION
--------------------------------------------------------- */

.orre-home-section-copy{
    display:block!important;

    width:100%!important;
    max-width:640px!important;

    margin:18px auto 0!important;
    padding:0!important;

    color:#555!important;

    font-family:
        "Helvetica Neue",
        Helvetica,
        Arial,
        sans-serif!important;

    font-size:14px!important;
    font-weight:400!important;
    line-height:1.65!important;

    letter-spacing:.015em!important;
    text-transform:none!important;

    text-align:center!important;
}


/* =========================================================
   TRENDING — ONLY ONE NEW SEASON LABEL
========================================================= */

.orre-home-new .orre-home-section-header > div::before{
    content:"NEW SEASON"!important;

    display:block!important;

    margin:0 0 15px!important;
    padding:0!important;

    color:#8c8c8c!important;

    font-family:
        "Helvetica Neue",
        Helvetica,
        Arial,
        sans-serif!important;

    font-size:9px!important;
    font-weight:600!important;
    line-height:1!important;

    letter-spacing:.32em!important;
    text-transform:uppercase!important;

    text-align:center!important;
}


/* MEN / WOMEN — NO LABEL */
.orre-home-collection .orre-home-section-header > div::before{
    content:none!important;
    display:none!important;
}


/* =========================================================
   SECTION SPACING
========================================================= */

.orre-home-new .orre-home-section-header{
    padding-top:50px!important;
    padding-bottom:46px!important;
}

.orre-home-collection .orre-home-section-header{
    padding-top:46px!important;
    padding-bottom:42px!important;
}


/* =========================================================
   TABLET
========================================================= */

@media(max-width:1024px){

    .orre-home-section-header{
        padding:42px 20px 36px!important;
    }

    .orre-home-section-header h1,
    .orre-home-section-header h2{
        font-size:32px!important;
        padding-bottom:19px!important;
    }

    .orre-home-section-copy{
        max-width:580px!important;

        margin-top:16px!important;

        font-size:13.5px!important;
    }
}


/* =========================================================
   MOBILE
========================================================= */

@media(max-width:767px){

    .orre-home-section-header{
        padding:32px 16px 29px!important;
    }

    .orre-home-section-header > div{
        max-width:100%!important;
    }

    .orre-home-section-header h1,
    .orre-home-section-header h2{
        padding-bottom:15px!important;

        font-size:25px!important;
        font-weight:600!important;
        line-height:1!important;

        letter-spacing:.075em!important;
    }

    .orre-home-section-header h1::after,
    .orre-home-section-header h2::after{
        width:34px!important;
    }

    .orre-home-section-copy{
        max-width:310px!important;

        margin:14px auto 0!important;

        color:#5c5c5c!important;

        font-size:12px!important;
        line-height:1.55!important;

        letter-spacing:.01em!important;
    }

    .orre-home-new .orre-home-section-header > div::before{
        margin-bottom:11px!important;

        font-size:8px!important;

        letter-spacing:.27em!important;
    }

    .orre-home-new .orre-home-section-header{
        padding-top:34px!important;
        padding-bottom:31px!important;
    }

    .orre-home-collection .orre-home-section-header{
        padding-top:31px!important;
        padding-bottom:29px!important;
    }
}
/* =========================================================
   FIX MEN / WOMEN DIVIDER ALIGNMENT
========================================================= */

.orre-home-collection .orre-home-section-header h2{
    position:relative!important;
    display:inline-block!important;
    width:auto!important;

    margin:0 auto!important;
    padding:0 0 18px!important;

    text-align:center!important;
}

/* remove old divider */
.orre-home-collection .orre-home-section-header h2::after{
    content:""!important;

    position:absolute!important;
    left:50%!important;
    bottom:0!important;

    width:42px!important;
    height:1px!important;

    background:#9b9b9b!important;

    transform:translateX(-50%)!important;
}

/* make wrapper truly centered */
.orre-home-collection .orre-home-section-header > div{
    display:flex!important;
    flex-direction:column!important;
    align-items:center!important;
    justify-content:center!important;

    width:100%!important;
    margin:0 auto!important;

    text-align:center!important;
}

/* description */
.orre-home-collection .orre-home-section-copy{
    width:100%!important;
    max-width:620px!important;

    margin:18px auto 0!important;

    text-align:center!important;
}

/* MOBILE */
@media(max-width:767px){

    .orre-home-collection .orre-home-section-header h2{
        padding-bottom:14px!important;
    }

    .orre-home-collection .orre-home-section-header h2::after{
        width:34px!important;
    }

    .orre-home-collection .orre-home-section-copy{
        max-width:310px!important;
        margin-top:14px!important;
    }
}
/* MEN / WOMEN divider — thicker premium line */

.orre-home-collection .orre-home-section-header h2::after{
    width:46px!important;
    height:2px!important;

    background:#8f8f8f!important;

    border-radius:999px!important;
}

/* =========================================================
   ORRÉ — FINAL SAFE CLEANUP LAYER
   VISUAL ONLY — NO PHP / JS / WOOCOMMERCE FUNCTION CHANGES
   ========================================================= */

/* ---------------------------------------------------------
   A) STRICT BLACK / WHITE STOREFRONT
--------------------------------------------------------- */
html,
body,
#page,
.website-wrapper,
.main-page-wrapper,
.site-content,
body.home .orre-home-v3,
body.home .orre-home-new,
body.home .orre-home-collection,
body.home .orre-home-product-grid,
body.home .orre-home-product,
body.home .orre-home-newsletter,
body.home .orre-inside,
body.tax-product_cat .orre-collection-page,
body.tax-product_cat .orre-collection-head,
body.tax-product_cat .orre-collection-toolbar,
body.tax-product_cat .orre-collection-products,
body.tax-product_cat .orre-collection-grid,
body.tax-product_cat .orre-collection-card{
    background:#fff!important;
    color:#111!important;
}

/* Keep product media subtly neutral, not brown */
.orre-home-product-media,
.orre-collection-card-media,
.orre-shop-pro-media{
    background:#f6f6f6!important;
}

/* ---------------------------------------------------------
   B) REMOVE DUPLICATE / LEGACY VISUAL LABELS
--------------------------------------------------------- */
body.home .orre-home-section-header::before,
body.home .orre-home-section-header::after,
body.home .orre-home-section-header > div::after,
body.home .orre-home-section-header h1::before,
body.home .orre-home-section-header h2::before{
    content:none!important;
    display:none!important;
}

body.home .orre-home-section-header > span{
    display:none!important;
}

/* common typo/legacy title classes */
body.home .top-tranding,
body.home .top_tranding,
body.home .tranding-title,
body.home [class*="top-tranding"],
body.home [class*="tranding-title"]{
    display:none!important;
}

/* ---------------------------------------------------------
   C) FINAL PROFESSIONAL HOME SECTION HEADERS
--------------------------------------------------------- */
body.home .orre-home-section-header{
    width:100%!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    gap:0!important;
    margin:0!important;
    padding:48px 20px 40px!important;
    background:#fff!important;
    text-align:center!important;
}

body.home .orre-home-section-header > div{
    width:100%!important;
    max-width:760px!important;
    display:flex!important;
    flex-direction:column!important;
    align-items:center!important;
    justify-content:center!important;
    margin:0 auto!important;
    padding:0!important;
    text-align:center!important;
}

body.home .orre-home-section-header h1,
body.home .orre-home-section-header h2{
    position:relative!important;
    display:inline-block!important;
    width:auto!important;
    margin:0 auto!important;
    padding:0 0 20px!important;
    color:#0b0b0b!important;
    font-family:"Helvetica Neue",Helvetica,Arial,sans-serif!important;
    font-size:clamp(30px,2.45vw,40px)!important;
    font-weight:600!important;
    line-height:1!important;
    letter-spacing:.085em!important;
    text-transform:uppercase!important;
    text-align:center!important;
}

body.home .orre-home-section-header h1::after,
body.home .orre-home-section-header h2::after{
    content:""!important;
    position:absolute!important;
    left:50%!important;
    bottom:0!important;
    display:block!important;
    width:46px!important;
    height:2px!important;
    background:#8f8f8f!important;
    border-radius:999px!important;
    transform:translateX(-50%)!important;
}

body.home .orre-home-section-copy{
    display:block!important;
    width:100%!important;
    max-width:640px!important;
    margin:18px auto 0!important;
    padding:0!important;
    color:#585858!important;
    font-family:"Helvetica Neue",Helvetica,Arial,sans-serif!important;
    font-size:14px!important;
    font-weight:400!important;
    line-height:1.65!important;
    letter-spacing:.01em!important;
    text-transform:none!important;
    text-align:center!important;
}

/* exactly one NEW SEASON label for Trending */
body.home .orre-home-new .orre-home-section-header > div::before{
    content:"NEW SEASON"!important;
    display:block!important;
    margin:0 0 14px!important;
    padding:0!important;
    color:#919191!important;
    font-family:"Helvetica Neue",Helvetica,Arial,sans-serif!important;
    font-size:9px!important;
    font-weight:600!important;
    line-height:1!important;
    letter-spacing:.30em!important;
    text-transform:uppercase!important;
    text-align:center!important;
}

/* no kicker for MEN / WOMEN */
body.home .orre-home-collection .orre-home-section-header > div::before{
    content:none!important;
    display:none!important;
}

/* ---------------------------------------------------------
   D) ALL MAJOR COMMERCE BUTTONS BLACK
--------------------------------------------------------- */
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit,
.single_add_to_cart_button,
.checkout-button,
.wc-proceed-to-checkout a,
.orre-cart-primary,
.orre-cart-secondary,
.orre-empty-cart a,
.orre-home-hero-content a,
.orre-home-editorial-overlay a,
.orre-collection-card .button,
.orre-product-card .button,
button[name="apply_coupon"],
button[name="update_cart"],
button[name="woocommerce_checkout_place_order"]{
    background:#000!important;
    background-color:#000!important;
    color:#fff!important;
    border:1px solid #000!important;
    border-radius:0!important;
    box-shadow:none!important;
}

.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.single_add_to_cart_button:hover,
.checkout-button:hover,
.wc-proceed-to-checkout a:hover,
.orre-cart-primary:hover,
.orre-cart-secondary:hover,
.orre-empty-cart a:hover,
.orre-home-hero-content a:hover,
.orre-home-editorial-overlay a:hover{
    background:#111!important;
    background-color:#111!important;
    color:#fff!important;
    border-color:#111!important;
}

/* ---------------------------------------------------------
   E) PRICE / CURRENCY VISUAL CONSISTENCY
   Important: this does NOT change WooCommerce's actual currency.
--------------------------------------------------------- */
.woocommerce-Price-currencySymbol,
.orre-home-product-price .woocommerce-Price-currencySymbol,
.orre-collection-product-price .woocommerce-Price-currencySymbol,
.orre-shop-pro-price .woocommerce-Price-currencySymbol,
.orre-pdp-final-price .woocommerce-Price-currencySymbol{
    display:inline-block!important;
    margin-right:4px!important;
    color:inherit!important;
    font:inherit!important;
}

/* ---------------------------------------------------------
   F) PRODUCT CARD VISUAL CONSISTENCY
--------------------------------------------------------- */
.orre-home-product,
.orre-collection-card,
.orre-shop-pro-card{
    background:#fff!important;
    border:0!important;
    border-radius:0!important;
    box-shadow:none!important;
}

.orre-home-product-name,
.orre-collection-product-name,
.orre-shop-pro-name{
    color:#111!important;
}

.orre-home-product-price,
.orre-collection-product-price,
.orre-shop-pro-price{
    color:#111!important;
}

/* ---------------------------------------------------------
   G) RESPONSIVE SECTION HEADERS
--------------------------------------------------------- */
@media(max-width:1024px){
    body.home .orre-home-section-header{
        padding:40px 18px 34px!important;
    }

    body.home .orre-home-section-header h1,
    body.home .orre-home-section-header h2{
        font-size:32px!important;
    }

    body.home .orre-home-section-copy{
        max-width:560px!important;
        font-size:13.5px!important;
    }
}

@media(max-width:767px){
    body.home .orre-home-section-header{
        padding:30px 14px 27px!important;
    }

    body.home .orre-home-section-header h1,
    body.home .orre-home-section-header h2{
        padding-bottom:15px!important;
        font-size:25px!important;
        letter-spacing:.07em!important;
    }

    body.home .orre-home-section-header h1::after,
    body.home .orre-home-section-header h2::after{
        width:38px!important;
        height:2px!important;
    }

    body.home .orre-home-section-copy{
        max-width:320px!important;
        margin-top:14px!important;
        font-size:12px!important;
        line-height:1.55!important;
    }

    body.home .orre-home-new .orre-home-section-header > div::before{
        margin-bottom:10px!important;
        font-size:8px!important;
        letter-spacing:.26em!important;
    }
}
/* =========================================================
   ORRÉ — ADDED TO CART POPUP PREMIUM STYLE
   No function change — visual only
========================================================= */

/* dark overlay */
.mfp-bg,
.wd-popup-overlay,
.added-to-cart-overlay{
    background:rgba(0,0,0,.55)!important;
    opacity:1!important;
    backdrop-filter:blur(3px)!important;
    -webkit-backdrop-filter:blur(3px)!important;
}

/* popup box */
.wd-popup.wd-added-to-cart-popup,
.wd-added-to-cart-popup,
.added-to-cart-popup,
.mfp-wrap .wd-popup,
.mfp-content .wd-popup{
    background:#fff!important;
    border:0!important;
    border-radius:0!important;
    box-shadow:
        0 18px 50px rgba(0,0,0,.18),
        0 6px 18px rgba(0,0,0,.10)!important;
    max-width:620px!important;
    width:min(92vw,620px)!important;
    padding:42px 40px!important;
}

/* inner spacing */
.wd-popup.wd-added-to-cart-popup .wd-popup-inner,
.wd-added-to-cart-popup .wd-popup-inner,
.added-to-cart-popup .wd-popup-inner{
    padding:0!important;
    background:transparent!important;
}

/* success text / main text */
.wd-added-to-cart-popup .popup-title,
.wd-added-to-cart-popup .title,
.wd-added-to-cart-popup h2,
.wd-added-to-cart-popup h3,
.wd-added-to-cart-popup .wd-title,
.added-to-cart-popup h2,
.added-to-cart-popup h3,
.added-to-cart-popup .popup-message,
.added-to-cart-popup .message,
.wd-popup.wd-added-to-cart-popup .wd-cart-notice,
.wd-popup.wd-added-to-cart-popup p{
    color:#111!important;
    text-align:center!important;
    font-family:"Helvetica Neue", Helvetica, Arial, sans-serif!important;
    font-size:18px!important;
    font-weight:500!important;
    line-height:1.55!important;
    letter-spacing:.01em!important;
    margin:0 0 26px!important;
}

/* button wrapper */
.wd-added-to-cart-popup .buttons,
.wd-added-to-cart-popup .actions,
.wd-added-to-cart-popup .popup-buttons,
.added-to-cart-popup .buttons,
.added-to-cart-popup .actions{
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    gap:16px!important;
    flex-wrap:wrap!important;
    margin-top:10px!important;
}

/* buttons shared */
.wd-added-to-cart-popup a.button,
.wd-added-to-cart-popup .btn,
.wd-added-to-cart-popup .button,
.added-to-cart-popup a.button,
.added-to-cart-popup .btn,
.added-to-cart-popup .button{
    min-width:210px!important;
    min-height:56px!important;
    padding:0 24px!important;
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    border-radius:0!important;
    text-transform:uppercase!important;
    letter-spacing:.06em!important;
    font-size:14px!important;
    font-weight:600!important;
    box-shadow:none!important;
    transition:
        background .22s ease,
        color .22s ease,
        border-color .22s ease,
        transform .22s ease,
        opacity .22s ease!important;
}

/* secondary button */
.wd-added-to-cart-popup .continue-shopping,
.wd-added-to-cart-popup a.continue-shopping,
.wd-added-to-cart-popup .btn-continue,
.added-to-cart-popup .continue-shopping,
.added-to-cart-popup a.continue-shopping{
    background:#f5f5f5!important;
    color:#111!important;
    border:1px solid #e3e3e3!important;
}

/* primary button */
.wd-added-to-cart-popup .view-cart,
.wd-added-to-cart-popup a.view-cart,
.wd-added-to-cart-popup .btn-view-cart,
.wd-added-to-cart-popup a.checkout,
.added-to-cart-popup .view-cart,
.added-to-cart-popup a.view-cart{
    background:#000!important;
    color:#fff!important;
    border:1px solid #000!important;
}

/* hover */
.wd-added-to-cart-popup .continue-shopping:hover,
.wd-added-to-cart-popup a.continue-shopping:hover,
.wd-added-to-cart-popup .btn-continue:hover,
.added-to-cart-popup .continue-shopping:hover{
    background:#ebebeb!important;
    color:#111!important;
    border-color:#d9d9d9!important;
}

.wd-added-to-cart-popup .view-cart:hover,
.wd-added-to-cart-popup a.view-cart:hover,
.wd-added-to-cart-popup .btn-view-cart:hover,
.wd-added-to-cart-popup a.checkout:hover,
.added-to-cart-popup .view-cart:hover{
    background:#111!important;
    color:#fff!important;
    border-color:#111!important;
}

/* close icon */
.wd-added-to-cart-popup .mfp-close,
.wd-added-to-cart-popup .wd-close,
.added-to-cart-popup .mfp-close,
.added-to-cart-popup .wd-close,
.mfp-wrap .mfp-close{
    top:14px!important;
    right:14px!important;
    width:38px!important;
    height:38px!important;
    line-height:38px!important;
    opacity:1!important;
    color:#111!important;
    background:transparent!important;
    border:0!important;
    box-shadow:none!important;
    font-size:28px!important;
    font-weight:300!important;
}

/* close hover */
.wd-added-to-cart-popup .mfp-close:hover,
.wd-added-to-cart-popup .wd-close:hover,
.added-to-cart-popup .mfp-close:hover,
.added-to-cart-popup .wd-close:hover,
.mfp-wrap .mfp-close:hover{
    color:#000!important;
    transform:scale(1.05)!important;
}

/* responsive */
@media(max-width:767px){

    .wd-popup.wd-added-to-cart-popup,
    .wd-added-to-cart-popup,
    .added-to-cart-popup,
    .mfp-wrap .wd-popup,
    .mfp-content .wd-popup{
        width:min(92vw,420px)!important;
        padding:30px 20px!important;
    }

    .wd-added-to-cart-popup .popup-title,
    .wd-added-to-cart-popup .title,
    .wd-added-to-cart-popup h2,
    .wd-added-to-cart-popup h3,
    .wd-added-to-cart-popup .wd-title,
    .added-to-cart-popup h2,
    .added-to-cart-popup h3,
    .added-to-cart-popup .popup-message,
    .added-to-cart-popup .message,
    .wd-popup.wd-added-to-cart-popup .wd-cart-notice,
    .wd-popup.wd-added-to-cart-popup p{
        font-size:16px!important;
        line-height:1.5!important;
        margin-bottom:22px!important;
    }

    .wd-added-to-cart-popup .buttons,
    .wd-added-to-cart-popup .actions,
    .wd-added-to-cart-popup .popup-buttons,
    .added-to-cart-popup .buttons,
    .added-to-cart-popup .actions{
        gap:12px!important;
    }

    .wd-added-to-cart-popup a.button,
    .wd-added-to-cart-popup .btn,
    .wd-added-to-cart-popup .button,
    .added-to-cart-popup a.button,
    .added-to-cart-popup .btn,
    .added-to-cart-popup .button{
        min-width:100%!important;
        width:100%!important;
        min-height:50px!important;
        font-size:13px!important;
    }
}
/* =========================================================
   ORRÉ — GLOBAL WOOCOMMERCE TOAST NOTIFICATIONS
   Success / Error / Info
   Premium floating popup
========================================================= */

/* Toast wrapper */
html body .woocommerce-notices-wrapper{
    position:fixed!important;
    top:90px!important;
    right:24px!important;

    z-index:999999!important;

    width:min(420px,calc(100vw - 32px))!important;
    max-width:420px!important;

    margin:0!important;
    padding:0!important;

    pointer-events:none!important;
}

/* All WooCommerce notices */
html body .woocommerce-message,
html body .woocommerce-error,
html body .woocommerce-info{
    position:relative!important;

    width:100%!important;
    min-height:72px!important;

    display:flex!important;
    align-items:center!important;

    margin:0 0 12px!important;
    padding:18px 48px 18px 54px!important;

    background:#fff!important;
    color:#111!important;

    border:1px solid #e4e4e4!important;
    border-radius:4px!important;

    box-shadow:
        0 14px 35px rgba(0,0,0,.12),
        0 3px 10px rgba(0,0,0,.06)!important;

    font-family:"Helvetica Neue",Helvetica,Arial,sans-serif!important;
    font-size:13px!important;
    font-weight:500!important;
    line-height:1.5!important;

    list-style:none!important;

    pointer-events:auto!important;

    animation:orreToastIn .32s ease both!important;
}

/* remove WooCommerce default huge styling */
html body .woocommerce-message::before,
html body .woocommerce-error::before,
html body .woocommerce-info::before{
    position:absolute!important;

    left:20px!important;
    top:50%!important;

    width:22px!important;
    height:22px!important;

    display:flex!important;
    align-items:center!important;
    justify-content:center!important;

    transform:translateY(-50%)!important;

    margin:0!important;

    background:#000!important;
    color:#fff!important;

    border-radius:50%!important;

    font-size:12px!important;
    font-weight:700!important;
    line-height:1!important;
}

/* SUCCESS */
html body .woocommerce-message{
    border-left:3px solid #000!important;
}

html body .woocommerce-message::before{
    content:"✓"!important;
}

/* ERROR */
html body .woocommerce-error{
    border-left:3px solid #111!important;
}

html body .woocommerce-error::before{
    content:"!"!important;
}

/* INFO */
html body .woocommerce-info{
    border-left:3px solid #777!important;
}

html body .woocommerce-info::before{
    content:"i"!important;
}

/* WooCommerce error lists */
html body ul.woocommerce-error{
    display:block!important;
}

html body ul.woocommerce-error li{
    margin:0!important;
    padding:0!important;
    color:#111!important;
    list-style:none!important;
}

/* Links like UNDO */
html body .woocommerce-message a,
html body .woocommerce-error a,
html body .woocommerce-info a{
    color:#111!important;

    font-weight:700!important;
    text-decoration:none!important;

    border-bottom:1px solid #111!important;

    margin-left:5px!important;
}

html body .woocommerce-message a:hover,
html body .woocommerce-error a:hover,
html body .woocommerce-info a:hover{
    opacity:.55!important;
}

/* Remove default button styling inside toast */
html body .woocommerce-message .button,
html body .woocommerce-error .button,
html body .woocommerce-info .button{
    width:auto!important;
    min-width:0!important;
    min-height:0!important;

    margin:0 0 0 auto!important;
    padding:0!important;

    background:transparent!important;
    color:#111!important;

    border:0!important;
    border-bottom:1px solid #111!important;
    border-radius:0!important;

    box-shadow:none!important;

    font-size:11px!important;
    font-weight:700!important;
}

/* animation */
@keyframes orreToastIn{

    from{
        opacity:0;
        transform:translateY(-12px) translateX(12px);
    }

    to{
        opacity:1;
        transform:translateY(0) translateX(0);
    }
}

/* =========================================================
   CART PAGE
   Prevent old notice from taking layout space
========================================================= */

body.woocommerce-cart .woocommerce-notices-wrapper,
body.woocommerce-checkout .woocommerce-notices-wrapper,
body.single-product .woocommerce-notices-wrapper{
    position:fixed!important;
    top:90px!important;
    right:24px!important;
}

/* =========================================================
   TABLET
========================================================= */

@media(max-width:1024px){

    html body .woocommerce-notices-wrapper{
        top:78px!important;
        right:18px!important;

        width:min(390px,calc(100vw - 36px))!important;
    }
}

/* =========================================================
   MOBILE
========================================================= */

@media(max-width:767px){

    html body .woocommerce-notices-wrapper{
        top:70px!important;

        left:12px!important;
        right:12px!important;

        width:auto!important;
        max-width:none!important;
    }

    html body .woocommerce-message,
    html body .woocommerce-error,
    html body .woocommerce-info{
        min-height:62px!important;

        margin-bottom:9px!important;

        padding:
            14px
            38px
            14px
            48px!important;

        font-size:11.5px!important;
        line-height:1.45!important;

        border-radius:3px!important;

        box-shadow:
            0 10px 26px rgba(0,0,0,.12),
            0 2px 7px rgba(0,0,0,.05)!important;
    }

    html body .woocommerce-message::before,
    html body .woocommerce-error::before,
    html body .woocommerce-info::before{
        left:16px!important;

        width:20px!important;
        height:20px!important;

        font-size:11px!important;
    }
}
/* =========================================================
   PAGINATION HOVER FIX
   Current page black, hover clean white
========================================================= */

.orre-shop-pro-pagination .page-numbers{
    background:#fff!important;
    color:#111!important;
    border:1px solid #dcdcdc!important;

    box-shadow:none!important;

    transition:
        border-color .2s ease,
        color .2s ease,
        background-color .2s ease!important;
}

/* CURRENT PAGE ONLY */
.orre-shop-pro-pagination .page-numbers.current{
    background:#000!important;
    color:#fff!important;
    border-color:#000!important;
}

/* NORMAL HOVER */
.orre-shop-pro-pagination .page-numbers:not(.current):hover{
    background:#fff!important;
    color:#000!important;
    border-color:#000!important;
}

/* Previous / Next arrows */
.orre-shop-pro-pagination .prev:hover,
.orre-shop-pro-pagination .next:hover{
    background:#fff!important;
    color:#000!important;
    border-color:#000!important;
}

/* =========================================================
   ORRÉ — KIJI SIZE / STOCK / PDP FINAL OVERRIDE
   Added: 2026-08-17

   - Clickable size chips on home/category/related cards
   - Selected size state
   - Out-of-stock diagonal cut
   - PDP variable/simple sizes consistent
   - Description / Fit / Features / Care accordion styling
   - Add-to-cart stays above accordions
   - Old full-width back-arrow row removed
   - Compact back arrow lives inside product gallery
========================================================= */


/* ---------------------------------------------------------
   1) REMOVE OLD FULL-WIDTH PRODUCT BACK BAR
--------------------------------------------------------- */

body.single-product .orre-product-back-wrap{
    display:none!important;
    width:0!important;
    height:0!important;
    margin:0!important;
    padding:0!important;
}


/* ---------------------------------------------------------
   2) BACK ARROW INSIDE PRODUCT GALLERY
--------------------------------------------------------- */

body.single-product .orre-pdp-kiji-gallery{
    position:relative!important;
}

body.single-product .orre-pdp-gallery-back{
    position:absolute!important;
    top:10px!important;
    left:10px!important;
    z-index:20!important;

    width:40px!important;
    height:40px!important;
    min-width:40px!important;
    min-height:40px!important;

    display:flex!important;
    align-items:center!important;
    justify-content:center!important;

    margin:0!important;
    padding:0!important;

    background:#fff!important;
    color:#111!important;

    border:1px solid #d9d9d9!important;
    border-radius:0!important;

    box-shadow:0 6px 18px rgba(0,0,0,.06)!important;

    cursor:pointer!important;

    transition:
        background .2s ease,
        color .2s ease,
        border-color .2s ease!important;
}

body.single-product .orre-pdp-gallery-back svg{
    width:18px!important;
    height:18px!important;

    fill:none!important;
    stroke:currentColor!important;
    stroke-width:1.7!important;
    stroke-linecap:round!important;
    stroke-linejoin:round!important;
}

body.single-product .orre-pdp-gallery-back:hover{
    background:#000!important;
    color:#fff!important;
    border-color:#000!important;
}


/* ---------------------------------------------------------
   3) CARD SIZE BUTTONS — HOME / CATEGORY / RELATED
--------------------------------------------------------- */

.orre-card-size-options,
.orre-home-size-strip.orre-card-size-options,
.orre-collection-sizes.orre-card-size-options,
.orre-pdp-related-sizes.orre-card-size-options{
    display:flex!important;
    align-items:center!important;
    justify-content:flex-start!important;
    flex-wrap:wrap!important;

    gap:7px!important;

    width:100%!important;
    height:auto!important;
    min-height:0!important;

    margin:0!important;
    padding:10px 14px 0!important;

    background:#fff!important;

    overflow:visible!important;
}

.orre-card-size-option{
    position:relative!important;

    width:auto!important;
    min-width:42px!important;
    height:38px!important;
    min-height:38px!important;

    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;

    margin:0!important;
    padding:0 11px!important;

    background:#fff!important;
    color:#111!important;

    border:1px solid #d7d7d7!important;
    border-radius:0!important;

    box-shadow:none!important;

    font-family:Arial,Helvetica,sans-serif!important;
    font-size:10px!important;
    font-weight:500!important;
    line-height:1!important;

    text-transform:uppercase!important;

    cursor:pointer!important;

    overflow:hidden!important;

    transition:
        background .18s ease,
        color .18s ease,
        border-color .18s ease!important;
}

.orre-card-size-option:not(.is-unavailable):hover{
    border-color:#111!important;
}

.orre-card-size-option.is-selected{
    background:#111!important;
    color:#fff!important;
    border-color:#111!important;
}


/* unavailable / sold-out size */
.orre-card-size-option.is-unavailable,
.orre-card-size-option:disabled{
    background:#fff!important;
    color:#888!important;
    border-color:#d7d7d7!important;

    opacity:1!important;
    cursor:not-allowed!important;
}

.orre-card-size-option.is-unavailable::after,
.orre-card-size-option:disabled::after{
    content:""!important;

    position:absolute!important;
    left:50%!important;
    top:50%!important;

    width:52px!important;
    height:1.4px!important;

    background:#777!important;

    transform:translate(-50%,-50%) rotate(-45deg)!important;
    transform-origin:center!important;

    pointer-events:none!important;
}


/* ---------------------------------------------------------
   4) PDP SIZE SELECTORS — SHOW + CLICKABLE + SOLD-OUT CUT
--------------------------------------------------------- */

body.single-product .orre-simple-size-selector,
body.single-product .orre-variable-size-buttons{
    display:block!important;
    visibility:visible!important;
    opacity:1!important;

    width:100%!important;

    margin:22px 0 18px!important;
    padding:0!important;
}

body.single-product .orre-variable-size-buttons{
    display:flex!important;
    align-items:center!important;
    justify-content:flex-start!important;
    flex-wrap:wrap!important;

    gap:9px!important;
}

body.single-product .orre-simple-size-buttons{
    display:flex!important;
    align-items:center!important;
    justify-content:flex-start!important;
    flex-wrap:wrap!important;

    gap:9px!important;
}

body.single-product .orre-size-option{
    position:relative!important;

    width:64px!important;
    min-width:64px!important;
    height:54px!important;
    min-height:54px!important;

    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;

    margin:0!important;
    padding:0!important;

    background:#fff!important;
    color:#111!important;

    border:1px solid #d1d1d1!important;
    border-radius:0!important;

    box-shadow:none!important;

    font-size:11px!important;
    font-weight:600!important;
    line-height:1!important;

    cursor:pointer!important;

    overflow:hidden!important;
}

body.single-product .orre-size-option:not(.is-disabled):not(:disabled):hover{
    border-color:#111!important;
}

body.single-product .orre-size-option.is-selected{
    background:#111!important;
    color:#fff!important;
    border-color:#111!important;
}

body.single-product .orre-size-option.is-disabled,
body.single-product .orre-size-option:disabled{
    background:#fff!important;
    color:#888!important;
    border-color:#d1d1d1!important;

    opacity:1!important;
    cursor:not-allowed!important;
}

body.single-product .orre-size-option.is-disabled::after,
body.single-product .orre-size-option:disabled::after{
    content:""!important;

    position:absolute!important;
    left:50%!important;
    top:50%!important;

    width:72px!important;
    height:1.5px!important;

    background:#777!important;

    transform:translate(-50%,-50%) rotate(-45deg)!important;

    pointer-events:none!important;
}


/*
 * Keep WooCommerce's real variation select in the DOM for functionality,
 * but hide it visually once ORRÉ buttons are generated.
 */
body.single-product select.orre-native-size-select{
    position:absolute!important;
    width:1px!important;
    height:1px!important;
    overflow:hidden!important;
    clip:rect(0,0,0,0)!important;
    white-space:nowrap!important;
    opacity:0!important;
    pointer-events:none!important;
}


/* ---------------------------------------------------------
   5) BUY AREA ABOVE DESCRIPTION
--------------------------------------------------------- */

body.single-product .orre-pdp-final-buy{
    width:100%!important;

    margin:18px 0 30px!important;
    padding:0 0 30px!important;

    border-bottom:1px solid #e5e5e5!important;
}

body.single-product .orre-pdp-final-buy form.cart{
    width:100%!important;
}


/* ---------------------------------------------------------
   6) DESCRIPTION + PRODUCT DETAILS ACCORDIONS
--------------------------------------------------------- */

body.single-product .orre-pdp-final-details{
    width:100%!important;
    margin:0!important;
    padding:0!important;

    border-top:1px solid #dedede!important;
}

body.single-product .orre-pdp-final-detail{
    width:100%!important;

    margin:0!important;
    padding:0!important;

    background:#fff!important;

    border:0!important;
    border-bottom:1px solid #dedede!important;
}

body.single-product .orre-pdp-final-detail > summary{
    position:relative!important;

    width:100%!important;
    min-height:66px!important;

    display:flex!important;
    align-items:center!important;
    justify-content:space-between!important;

    gap:20px!important;

    margin:0!important;
    padding:0 4px 0 0!important;

    color:#111!important;
    background:#fff!important;

    list-style:none!important;

    font-family:Arial,Helvetica,sans-serif!important;
    font-size:13px!important;
    font-weight:500!important;
    line-height:1.2!important;

    letter-spacing:.10em!important;
    text-transform:uppercase!important;

    cursor:pointer!important;
}

body.single-product .orre-pdp-final-detail > summary::-webkit-details-marker{
    display:none!important;
}

body.single-product .orre-pdp-final-plus{
    position:relative!important;

    flex:0 0 18px!important;

    width:18px!important;
    height:18px!important;
}

body.single-product .orre-pdp-final-plus::before,
body.single-product .orre-pdp-final-plus::after{
    content:""!important;

    position:absolute!important;
    left:50%!important;
    top:50%!important;

    background:#111!important;

    transform:translate(-50%,-50%)!important;

    transition:transform .2s ease,opacity .2s ease!important;
}

body.single-product .orre-pdp-final-plus::before{
    width:12px!important;
    height:1.5px!important;
}

body.single-product .orre-pdp-final-plus::after{
    width:1.5px!important;
    height:12px!important;
}

body.single-product .orre-pdp-final-detail[open] .orre-pdp-final-plus::after{
    opacity:0!important;
    transform:translate(-50%,-50%) scaleY(0)!important;
}

body.single-product .orre-pdp-final-detail-content{
    margin:0!important;
    padding:0 24px 28px 0!important;

    color:#4d4d4d!important;

    font-size:14px!important;
    font-weight:400!important;
    line-height:1.75!important;
}

body.single-product .orre-pdp-final-detail-content p:first-child{
    margin-top:0!important;
}

body.single-product .orre-pdp-final-detail-content p:last-child{
    margin-bottom:0!important;
}

body.single-product .orre-pdp-description-short + .orre-pdp-description-long{
    margin-top:18px!important;
}


/* ---------------------------------------------------------
   7) MOBILE
--------------------------------------------------------- */

@media(max-width:767px){

    body.single-product .orre-pdp-gallery-back{
        top:8px!important;
        left:8px!important;

        width:36px!important;
        height:36px!important;
        min-width:36px!important;
        min-height:36px!important;
    }

    .orre-card-size-options,
    .orre-home-size-strip.orre-card-size-options,
    .orre-collection-sizes.orre-card-size-options,
    .orre-pdp-related-sizes.orre-card-size-options{
        gap:4px!important;
        padding:7px 6px 0!important;
    }

    .orre-card-size-option{
        min-width:30px!important;
        height:29px!important;
        min-height:29px!important;

        padding:0 6px!important;

        font-size:8px!important;
    }

    .orre-card-size-option.is-unavailable::after,
    .orre-card-size-option:disabled::after{
        width:40px!important;
    }

    body.single-product .orre-size-option{
        width:54px!important;
        min-width:54px!important;
        height:48px!important;
        min-height:48px!important;

        font-size:10px!important;
    }

    body.single-product .orre-pdp-final-detail > summary{
        min-height:58px!important;
        font-size:11px!important;
    }

    body.single-product .orre-pdp-final-detail-content{
        padding:0 8px 22px 0!important;

        font-size:13px!important;
        line-height:1.7!important;
    }
}

/* =========================================================
   PRODUCT PAGE BACK BUTTON FIX
   - hide old top arrow
   - keep only gallery arrow
   - style gallery arrow as rounded black
========================================================= */

/* OLD TOP BACK BUTTON HIDE */
.orre-product-back-wrap{
    display:none!important;
}

/* NEW GALLERY BACK BUTTON */
.orre-pdp-gallery-back,
.orre-gallery-back,
.orre-single-gallery-back,
.orre-product-gallery-back{
    position:absolute!important;
    top:14px!important;
    left:14px!important;
    z-index:30!important;

    width:42px!important;
    height:42px!important;

    display:flex!important;
    align-items:center!important;
    justify-content:center!important;

    background:#000!important;
    color:#fff!important;
    border:0!important;
    border-radius:999px!important;

    box-shadow:0 8px 18px rgba(0,0,0,.18)!important;
    transition:
        transform .2s ease,
        background .2s ease,
        opacity .2s ease!important;
}

/* icon / svg */
.orre-pdp-gallery-back svg,
.orre-gallery-back svg,
.orre-single-gallery-back svg,
.orre-product-gallery-back svg{
    width:18px!important;
    height:18px!important;
    stroke:#fff!important;
    fill:none!important;
    stroke-width:2.2!important;
}

/* hover */
.orre-pdp-gallery-back:hover,
.orre-gallery-back:hover,
.orre-single-gallery-back:hover,
.orre-product-gallery-back:hover{
    background:#111!important;
    transform:scale(1.04)!important;
    opacity:1!important;
}

/* mobile */
@media (max-width: 767px){
    .orre-pdp-gallery-back,
    .orre-gallery-back,
    .orre-single-gallery-back,
    .orre-product-gallery-back{
        top:10px!important;
        left:10px!important;
        width:38px!important;
        height:38px!important;
    }

    .orre-pdp-gallery-back svg,
    .orre-gallery-back svg,
    .orre-single-gallery-back svg,
    .orre-product-gallery-back svg{
        width:16px!important;
        height:16px!important;
    }
}
.orre-pdp-kiji-gallery{
    position:relative!important;
}

.orre-product-back-wrap{
    display:none!important;
}

.orre-pdp-gallery-back{
    position:absolute!important;
    top:14px!important;
    left:14px!important;
    z-index:50!important;

    width:42px!important;
    height:42px!important;

    display:flex!important;
    align-items:center!important;
    justify-content:center!important;

    padding:0!important;

    background:#000!important;
    color:#fff!important;

    border:0!important;
    border-radius:50%!important;

    box-shadow:0 8px 20px rgba(0,0,0,.18)!important;

    cursor:pointer!important;
}

.orre-pdp-gallery-back svg{
    width:17px!important;
    height:17px!important;
    stroke:#fff!important;
}

.orre-pdp-gallery-back:hover{
    background:#171717!important;
    transform:scale(1.05)!important;
}
/* =========================================================
   ORRÉ — FINAL SINGLE PRODUCT BACK BUTTON
   - old top row hidden
   - only gallery button visible
   - rounded black KIJI-style button
========================================================= */

body.single-product .orre-product-back-wrap,
body.single-product .orre-product-back{
    display:none!important;
}

body.single-product .orre-pdp-kiji-gallery{
    position:relative!important;
}

body.single-product .orre-pdp-gallery-back{
    position:absolute!important;
    top:12px!important;
    left:12px!important;
    z-index:100!important;

    width:42px!important;
    height:42px!important;
    min-width:42px!important;
    min-height:42px!important;

    display:flex!important;
    align-items:center!important;
    justify-content:center!important;

    margin:0!important;
    padding:0!important;

    background:#000!important;
    color:#fff!important;

    border:1px solid #000!important;
    border-radius:50%!important;

    box-shadow:0 8px 22px rgba(0,0,0,.18)!important;

    cursor:pointer!important;
    transition:transform .2s ease, background .2s ease, opacity .2s ease!important;
}

body.single-product .orre-pdp-gallery-back svg{
    width:18px!important;
    height:18px!important;

    display:block!important;

    fill:none!important;
    stroke:#fff!important;
    stroke-width:2!important;
    stroke-linecap:round!important;
    stroke-linejoin:round!important;
}

body.single-product .orre-pdp-gallery-back:hover{
    background:#171717!important;
    color:#fff!important;
    border-color:#171717!important;
    transform:scale(1.04)!important;
}

@media(max-width:767px){
    body.single-product .orre-pdp-gallery-back{
        top:8px!important;
        left:8px!important;

        width:38px!important;
        height:38px!important;
        min-width:38px!important;
        min-height:38px!important;
    }

    body.single-product .orre-pdp-gallery-back svg{
        width:16px!important;
        height:16px!important;
    }
}
/* =========================================================
   ORRÉ — FINAL BACK BUTTON OVERRIDE
   KEEP ONLY THE BLACK ROUND BUTTON INSIDE PRODUCT GALLERY
========================================================= */

/* Hide EVERY old/top back-button version */
body.single-product .orre-product-back-bar,
body.single-product .orre-product-back-wrap,
body.single-product .orre-product-back-btn,
body.single-product .orre-product-back{
    display:none!important;
    visibility:hidden!important;
    opacity:0!important;
    width:0!important;
    height:0!important;
    min-width:0!important;
    min-height:0!important;
    margin:0!important;
    padding:0!important;
    border:0!important;
    overflow:hidden!important;
    pointer-events:none!important;
}

/* Remove any space left by old back bar */
body.single-product .orre-product-back-bar + *,
body.single-product .orre-product-back-wrap + *{
    margin-top:0!important;
}

/* Gallery must be the positioning parent */
body.single-product .orre-pdp-kiji-gallery{
    position:relative!important;
}

/* ONLY button we keep */
body.single-product .orre-pdp-kiji-gallery > .orre-pdp-gallery-back{
    position:absolute!important;
    top:16px!important;
    left:16px!important;
    z-index:100!important;

    display:flex!important;
    visibility:visible!important;
    opacity:1!important;

    width:44px!important;
    height:44px!important;
    min-width:44px!important;
    min-height:44px!important;

    align-items:center!important;
    justify-content:center!important;

    margin:0!important;
    padding:0!important;

    background:#000!important;
    color:#fff!important;

    border:0!important;
    border-radius:999px!important;

    box-shadow:0 8px 20px rgba(0,0,0,.18)!important;
    cursor:pointer!important;

    transition:transform .2s ease, background-color .2s ease!important;
}

body.single-product .orre-pdp-kiji-gallery > .orre-pdp-gallery-back svg{
    display:block!important;
    width:18px!important;
    height:18px!important;
    fill:none!important;
    stroke:#fff!important;
    stroke-width:2!important;
    stroke-linecap:round!important;
    stroke-linejoin:round!important;
}

body.single-product .orre-pdp-kiji-gallery > .orre-pdp-gallery-back:hover{
    background:#171717!important;
    transform:scale(1.04)!important;
}

/* Mobile */
@media(max-width:767px){
    body.single-product .orre-pdp-kiji-gallery > .orre-pdp-gallery-back{
        top:10px!important;
        left:10px!important;
        width:40px!important;
        height:40px!important;
        min-width:40px!important;
        min-height:40px!important;
    }
}
/* =========================================================
   ORRÉ — BACK BUTTON FULL LEFT POSITION
   Keep one black round button outside thumbnail column
========================================================= */

body.single-product .orre-pdp-kiji-gallery{
    position:relative!important;
}

/* move back button to far left of gallery */
body.single-product .orre-pdp-kiji-gallery > .orre-pdp-gallery-back{
    top:16px!important;

    /* move outside thumbnails */
    left:-58px!important;

    width:44px!important;
    height:44px!important;
    min-width:44px!important;
    min-height:44px!important;

    background:#000!important;
    color:#fff!important;

    border-radius:50%!important;
    border:0!important;

    z-index:100!important;
}

/* desktop spacing so button has room */
@media(min-width:1025px){

    body.single-product .orre-pdp-final-gallery{
        padding-left:58px!important;
    }
}

/* tablet */
@media(min-width:768px) and (max-width:1024px){

    body.single-product .orre-pdp-kiji-gallery > .orre-pdp-gallery-back{
        left:-48px!important;
    }

    body.single-product .orre-pdp-final-gallery{
        padding-left:48px!important;
    }
}

/* mobile — keep inside screen */
@media(max-width:767px){

    body.single-product .orre-pdp-kiji-gallery > .orre-pdp-gallery-back{
        top:8px!important;
        left:8px!important;

        width:38px!important;
        height:38px!important;
    }

    body.single-product .orre-pdp-final-gallery{
        padding-left:0!important;
    }
}
/* =========================================================
   ORRÉ — ULTRA COMPACT FOOTER
   Remove excessive vertical spacing
========================================================= */

body .orre-footer{
    min-height:0!important;
    height:auto!important;

    padding:34px 0 18px!important;
    margin:0!important;
}

/* Main wrapper */
body .orre-footer-inner,
body .orre-footer-main,
body .orre-footer-top{
    min-height:0!important;
    height:auto!important;

    margin:0!important;
    padding:0 4.5%!important;
}

/* BRAND + CONTACT AREA */
body .orre-footer-grid{
    min-height:0!important;
    height:auto!important;

    display:grid!important;
    grid-template-columns:1fr 1fr!important;

    align-items:start!important;

    gap:60px!important;

    margin:0!important;
    padding:0!important;
}

/* brand */
body .orre-footer-brand{
    min-height:0!important;

    margin:0!important;
    padding:0!important;
}

body .orre-footer-brand h2,
body .orre-footer-logo{
    margin:0 0 14px!important;
}

body .orre-footer-brand p{
    margin:0!important;

    max-width:520px!important;

    font-size:14px!important;
    line-height:1.65!important;
}

/* contact */
body .orre-footer-contact{
    min-height:0!important;

    margin:0!important;
    padding:0!important;
}

body .orre-footer-contact h3{
    margin:0 0 14px!important;
}

body .orre-footer-contact p,
body .orre-footer-contact a{
    margin:0!important;
}


/* =========================================================
   FIRST DIVIDER
========================================================= */

body .orre-footer-divider,
body .orre-footer hr{
    margin:24px 0!important;
    padding:0!important;

    height:1px!important;
}


/* =========================================================
   FOLLOW US
========================================================= */

body .orre-footer-social,
body .orre-footer-follow{
    min-height:0!important;
    height:auto!important;

    display:flex!important;
    align-items:center!important;

    margin:0!important;
    padding:0!important;
}

/* title */
body .orre-footer-social h3,
body .orre-footer-follow h3{
    margin:0!important;

    flex:0 0 auto!important;
}

/* social icons */
body .orre-footer-social-links{
    display:flex!important;
    align-items:center!important;

    gap:24px!important;

    margin:0 auto!important;
    padding:0!important;
}


/* =========================================================
   BOTTOM SECTION
========================================================= */

body .orre-footer-bottom{
    min-height:0!important;
    height:auto!important;

    display:flex!important;
    align-items:center!important;
    justify-content:space-between!important;

    margin:24px 4.5% 0!important;

    padding:18px 0 0!important;

    border-top:1px solid rgba(255,255,255,.15)!important;
}

body .orre-footer-copy,
body .orre-footer-powered{
    margin:0!important;
    padding:0!important;
}


/* =========================================================
   REMOVE POSSIBLE EMPTY SPACERS
========================================================= */

body .orre-footer-spacer,
body .orre-footer-space,
body .footer-spacer{
    display:none!important;
    height:0!important;
    min-height:0!important;
    margin:0!important;
    padding:0!important;
}


/* =========================================================
   MOBILE
========================================================= */

@media(max-width:767px){

    body .orre-footer{
        padding:28px 0 16px!important;
    }

    body .orre-footer-inner,
    body .orre-footer-main,
    body .orre-footer-top{
        padding:0 20px!important;
    }

    body .orre-footer-grid{
        grid-template-columns:1fr!important;
        gap:24px!important;
    }

    body .orre-footer-divider,
    body .orre-footer hr{
        margin:20px 0!important;
    }

    body .orre-footer-social,
    body .orre-footer-follow{
        flex-direction:column!important;
        align-items:flex-start!important;

        gap:16px!important;
    }

    body .orre-footer-social-links{
        margin:0!important;
    }

    body .orre-footer-bottom{
        margin:20px 20px 0!important;

        padding-top:16px!important;

        flex-direction:column!important;
        align-items:flex-start!important;

        gap:10px!important;
    }
}
/* =========================================================
   ORRÉ — FOOTER SINGLE LINE BOTTOM
========================================================= */

.orre-footer-bottom-line{
    width:100%!important;

    display:grid!important;
    grid-template-columns:1fr auto 1fr!important;
    align-items:center!important;

    gap:30px!important;

    margin-top:26px!important;
    padding:22px 0!important;

    border-top:1px solid rgba(255,255,255,.16)!important;

    color:#bdbdbd!important;
}

.orre-footer-bottom-left{
    display:flex!important;
    align-items:center!important;

    gap:20px!important;

    justify-self:start!important;
}

.orre-footer-follow{
    margin:0!important;

    color:#c8c8c8!important;

    font-size:12px!important;
    font-weight:700!important;

    letter-spacing:.10em!important;
    text-transform:uppercase!important;
}

.orre-footer-socials{
    display:flex!important;
    align-items:center!important;

    gap:14px!important;

    margin:0!important;
    padding:0!important;
}

.orre-footer-socials a{
    width:30px!important;
    height:30px!important;

    display:flex!important;
    align-items:center!important;
    justify-content:center!important;

    color:#bbb!important;

    transition:
        color .2s ease,
        transform .2s ease!important;
}

.orre-footer-socials svg{
    width:19px!important;
    height:19px!important;

    fill:currentColor!important;
}

.orre-footer-socials a:hover{
    color:#fff!important;
    transform:translateY(-2px)!important;
}

.orre-footer-bottom-center{
    justify-self:center!important;

    color:#bdbdbd!important;

    font-size:12px!important;
    font-weight:500!important;

    letter-spacing:.06em!important;

    white-space:nowrap!important;
}

.orre-footer-bottom-right{
    justify-self:end!important;

    color:#bdbdbd!important;

    font-size:12px!important;
    font-weight:500!important;

    letter-spacing:.08em!important;

    text-transform:uppercase!important;
    white-space:nowrap!important;
}


/* MOBILE */
@media(max-width:767px){

    .orre-footer-bottom-line{
        grid-template-columns:1fr!important;

        gap:16px!important;

        padding:20px 0!important;
    }

    .orre-footer-bottom-left,
    .orre-footer-bottom-center,
    .orre-footer-bottom-right{
        justify-self:start!important;
    }
}
/* =========================================================
   ORRÉ — REMOVE DOUBLE FOOTER LINE
========================================================= */

/* remove all old footer divider lines */
.orre-kiji-footer .orre-footer-divider,
.orre-kiji-footer hr,
.orre-kiji-footer .orre-footer-social-row,
.orre-kiji-footer .orre-footer-bottom{
    border-top:0!important;
    border-bottom:0!important;
    box-shadow:none!important;
}

/* keep ONLY one divider */
.orre-kiji-footer .orre-footer-bottom-line{
    border-top:1px solid rgba(255,255,255,.16)!important;
    border-bottom:0!important;
}

/* make sure no pseudo-element creates another line */
.orre-kiji-footer .orre-footer-bottom-line::before,
.orre-kiji-footer .orre-footer-bottom-line::after,
.orre-kiji-footer .orre-footer-inner::before,
.orre-kiji-footer .orre-footer-inner::after{
    content:none!important;
    display:none!important;
}
/* =========================================================
   ORRÉ — FINAL FOOTER DOUBLE-LINE FIX
   Keep ONLY one divider above bottom row
========================================================= */

/* Remove every possible old divider/border in footer */
.orre-kiji-footer,
.orre-kiji-footer .orre-footer-inner,
.orre-kiji-footer .orre-footer-brand-section,
.orre-kiji-footer .orre-footer-social-row,
.orre-kiji-footer .orre-footer-bottom,
.orre-kiji-footer .orre-footer-follow,
.orre-kiji-footer .orre-footer-socials{
    border-top:0!important;
    border-bottom:0!important;
    box-shadow:none!important;
}

/* Remove HR/divider elements entirely */
.orre-kiji-footer hr,
.orre-kiji-footer .orre-footer-divider{
    display:none!important;
    border:0!important;
    height:0!important;
    margin:0!important;
    padding:0!important;
}

/* Remove pseudo divider lines */
.orre-kiji-footer *::before,
.orre-kiji-footer *::after{
    box-shadow:none!important;
}

/* Specifically kill common pseudo-lines */
.orre-kiji-footer .orre-footer-brand-section::before,
.orre-kiji-footer .orre-footer-brand-section::after,
.orre-kiji-footer .orre-footer-social-row::before,
.orre-kiji-footer .orre-footer-social-row::after,
.orre-kiji-footer .orre-footer-bottom::before,
.orre-kiji-footer .orre-footer-bottom::after,
.orre-kiji-footer .orre-footer-inner::before,
.orre-kiji-footer .orre-footer-inner::after{
    content:none!important;
    display:none!important;
}

/* Keep ONLY this one line */
.orre-kiji-footer .orre-footer-bottom-line{
    border-top:1px solid rgba(255,255,255,.16)!important;
    border-bottom:0!important;
}
/* =========================================================
   ORRÉ — CUSTOMER REVIEWS / FRONT PAGE
========================================================= */

.orre-home-reviews{
    width:100%!important;
    background:#f7f7f7!important;
    color:#111!important;
    padding:66px 0 72px!important;
}

.orre-home-reviews-inner{
    width:100%!important;
    max-width:1720px!important;
    margin:0 auto!important;
    padding:0 4.5%!important;
}

.orre-home-reviews-head{
    max-width:720px!important;
    margin:0 auto 42px!important;
    text-align:center!important;
}

.orre-home-reviews-kicker{
    display:block!important;
    margin:0 0 12px!important;
    color:#8a8a8a!important;
    font-size:9px!important;
    font-weight:700!important;
    line-height:1!important;
    letter-spacing:.28em!important;
    text-transform:uppercase!important;
}

.orre-home-reviews-head h2{
    margin:0!important;
    color:#111!important;
    font-size:clamp(28px,2.5vw,40px)!important;
    font-weight:600!important;
    line-height:1.08!important;
    letter-spacing:.07em!important;
    text-transform:uppercase!important;
}

.orre-home-reviews-line{
    width:46px!important;
    height:2px!important;
    margin:17px auto 16px!important;
    background:#9a9a9a!important;
}

.orre-home-reviews-head p{
    margin:0!important;
    color:#626262!important;
    font-size:14px!important;
    line-height:1.65!important;
}

.orre-reviews-shell{
    position:relative!important;
}

.orre-reviews-track{
    display:flex!important;
    gap:18px!important;
    overflow-x:auto!important;
    scroll-behavior:smooth!important;
    scrollbar-width:none!important;
    scroll-snap-type:x proximity!important;
    padding:4px!important;
}

.orre-reviews-track::-webkit-scrollbar{
    display:none!important;
}

.orre-review-card{
    flex:0 0 calc((100% - 36px) / 3)!important;
    min-width:0!important;
    min-height:270px!important;
    display:flex!important;
    flex-direction:column!important;
    scroll-snap-align:start!important;
    background:#fff!important;
    padding:32px 30px!important;
    border:1px solid #e9e9e9!important;
    box-shadow:0 10px 28px rgba(0,0,0,.045)!important;
    transition:transform .22s ease, box-shadow .22s ease!important;
}

.orre-review-card:hover{
    transform:translateY(-3px)!important;
    box-shadow:0 15px 36px rgba(0,0,0,.075)!important;
}

.orre-review-stars{
    display:flex!important;
    gap:3px!important;
    margin:0 0 22px!important;
}

.orre-review-stars span{
    color:#d4d4d4!important;
    font-size:15px!important;
    line-height:1!important;
}

.orre-review-stars span.active{
    color:#111!important;
}

.orre-review-text{
    flex:1 1 auto!important;
    margin:0 0 28px!important;
    padding:0!important;
    border:0!important;
    color:#2e2e2e!important;
    font-family:Georgia,"Times New Roman",serif!important;
    font-size:18px!important;
    font-weight:400!important;
    line-height:1.62!important;
}

.orre-review-meta{
    display:flex!important;
    flex-direction:column!important;
    gap:5px!important;
}

.orre-review-meta strong{
    color:#111!important;
    font-size:11px!important;
    font-weight:700!important;
    letter-spacing:.08em!important;
    text-transform:uppercase!important;
}

.orre-review-meta a{
    color:#848484!important;
    font-size:11px!important;
    text-decoration:none!important;
}

.orre-review-meta a:hover{
    color:#111!important;
}

.orre-reviews-arrow{
    position:absolute!important;
    top:50%!important;
    z-index:5!important;
    width:42px!important;
    height:42px!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    padding:0!important;
    background:#000!important;
    color:#fff!important;
    border:0!important;
    border-radius:50%!important;
    box-shadow:0 8px 20px rgba(0,0,0,.12)!important;
    transform:translateY(-50%)!important;
    cursor:pointer!important;
}

.orre-reviews-prev{
    left:-21px!important;
}

.orre-reviews-next{
    right:-21px!important;
}

.orre-reviews-arrow span{
    width:10px!important;
    height:10px!important;
    display:block!important;
    border-top:1.5px solid #fff!important;
    border-right:1.5px solid #fff!important;
}

.orre-reviews-prev span{
    transform:rotate(-135deg)!important;
}

.orre-reviews-next span{
    transform:rotate(45deg)!important;
}

@media(max-width:1024px){
    .orre-home-reviews{
        padding:56px 0 60px!important;
    }

    .orre-review-card{
        flex:0 0 calc((100% - 18px) / 2)!important;
    }
}

@media(max-width:767px){
    .orre-home-reviews{
        padding:44px 0 48px!important;
    }

    .orre-home-reviews-inner{
        padding:0 18px!important;
    }

    .orre-home-reviews-head{
        margin-bottom:30px!important;
    }

    .orre-home-reviews-head p{
        font-size:12px!important;
    }

    .orre-review-card{
        flex:0 0 88%!important;
        min-height:230px!important;
        padding:25px 22px!important;
    }

    .orre-review-text{
        font-size:16px!important;
    }

    .orre-reviews-arrow{
        display:none!important;
    }
}
@media (max-width:767px){

    .orre-home-editorial{
        height:500px!important;
    }

    .orre-home-editorial-image{
        background-size:cover!important;
        background-position:center 35%!important;
    }

    .orre-home-editorial-men .orre-home-editorial-image{
        background-position:center 30%!important;
    }

    .orre-home-editorial-women .orre-home-editorial-image{
        background-position:center 25%!important;
    }
}
/* =========================================================
   ORRÉ — FINAL MOBILE HERO + EDITORIAL BANNER FIX
   Desktop remains untouched
========================================================= */

@media (max-width: 767px){

    /* =====================================================
       GENERAL
    ===================================================== */

    .orre-home-v3{
        overflow-x:hidden!important;
    }

    /* =====================================================
       TOP HERO
    ===================================================== */

    .orre-home-hero{
        position:relative!important;

        width:100%!important;
        height:72vh!important;
        min-height:470px!important;
        max-height:620px!important;

        overflow:hidden!important;
    }

    .orre-home-hero-bg{
        position:absolute!important;
        inset:0!important;

        width:100%!important;
        height:100%!important;

        background-size:cover!important;
        background-repeat:no-repeat!important;
        background-position:center 30%!important;

        transform:none!important;
    }

    .orre-home-hero-content{
        position:absolute!important;

        left:0!important;
        right:0!important;
        bottom:28px!important;

        width:100%!important;

        padding:0 18px!important;

        text-align:left!important;

        z-index:3!important;
    }

    .orre-home-hero-kicker{
        font-size:8px!important;
        letter-spacing:.18em!important;
    }

    .orre-home-hero-content h1{
        margin:5px 0 4px!important;

        font-size:32px!important;
        line-height:1!important;
    }

    .orre-home-hero-content p{
        max-width:250px!important;

        margin:0!important;

        font-size:11px!important;
        line-height:1.4!important;
    }


    /* =====================================================
       MEN / WOMEN EDITORIAL BANNERS
    ===================================================== */

    .orre-home-editorial{
        position:relative!important;

        width:100%!important;

        height:72vw!important;
        min-height:300px!important;
        max-height:430px!important;

        overflow:hidden!important;

        background:#eee!important;
    }

    .orre-home-editorial-image{
        position:absolute!important;

        inset:0!important;

        width:100%!important;
        height:100%!important;

        background-size:cover!important;
        background-repeat:no-repeat!important;

        transform:none!important;
    }


    /* MEN image framing */
    .orre-home-editorial-men .orre-home-editorial-image{
        background-position:center 32%!important;
    }


    /* WOMEN image framing */
    .orre-home-editorial-women .orre-home-editorial-image{
        background-position:center 28%!important;
    }


    /* =====================================================
       DARK GRADIENT FOR TEXT READABILITY
    ===================================================== */

    .orre-home-editorial::after{
        content:""!important;

        position:absolute!important;
        inset:0!important;

        z-index:1!important;

        background:
            linear-gradient(
                to top,
                rgba(0,0,0,.55) 0%,
                rgba(0,0,0,.16) 42%,
                rgba(0,0,0,0) 70%
            )!important;

        pointer-events:none!important;
    }


    /* =====================================================
       EDITORIAL TEXT
    ===================================================== */

    .orre-home-editorial-overlay{
        position:absolute!important;

        left:18px!important;
        right:18px!important;
        bottom:20px!important;

        z-index:5!important;

        padding:0!important;

        text-align:left!important;
    }

    .orre-home-editorial-overlay > span{
        display:block!important;

        margin-bottom:4px!important;

        color:#fff!important;

        font-size:8px!important;
        font-weight:700!important;

        letter-spacing:.14em!important;
    }

    .orre-home-editorial-overlay h2{
        max-width:250px!important;

        margin:0 0 10px!important;

        color:#fff!important;

        font-size:20px!important;
        font-weight:600!important;
        line-height:1.05!important;

        letter-spacing:-.01em!important;
    }

    .orre-home-editorial-overlay a{
        display:inline-flex!important;

        width:auto!important;
        min-width:80px!important;
        height:30px!important;

        align-items:center!important;
        justify-content:center!important;

        padding:0 13px!important;

        background:#000!important;
        color:#fff!important;

        border:1px solid #fff!important;

        font-size:8px!important;
        font-weight:700!important;

        letter-spacing:.12em!important;
        text-transform:uppercase!important;
    }


    /* =====================================================
       SECTION HEADER AFTER BANNER
    ===================================================== */

    .orre-home-editorial + .orre-home-collection
    .orre-home-section-header{
        padding-top:24px!important;
    }
}
/* =========================================================
   ORRÉ — FOOTER SOCIAL LINKS CLICK FIX
========================================================= */

.orre-kiji-footer,
.orre-footer-inner,
.orre-footer-bottom-line,
.orre-footer-bottom-left,
.orre-footer-socials{
    position:relative!important;
}

/* Social wrapper must receive clicks */
.orre-footer-socials{
    z-index:50!important;
    pointer-events:auto!important;
}

/* Actual Facebook / Instagram links */
.orre-footer-socials a{
    position:relative!important;
    z-index:60!important;

    pointer-events:auto!important;
    cursor:pointer!important;

    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
}

/* SVG must not steal mouse event */
.orre-footer-socials a svg,
.orre-footer-socials a svg *{
    pointer-events:none!important;
}

/* Kill any invisible pseudo-element sitting above links */
.orre-footer-bottom-line::before,
.orre-footer-bottom-line::after,
.orre-footer-bottom-left::before,
.orre-footer-bottom-left::after,
.orre-footer-socials::before,
.orre-footer-socials::after{
    pointer-events:none!important;
}

/* Make sure old footer overlays can't cover social buttons */
.orre-kiji-footer .wd-fill,
.orre-kiji-footer .wd-overlay,
.orre-kiji-footer .footer-overlay{
    pointer-events:none!important;
}
/* =========================================================
   ORRÉ — MOBILE-SPECIFIC BANNER IMAGES
   Desktop images remain unchanged
========================================================= */

@media (max-width: 767px){

    /* =====================================================
       MAIN HERO MOBILE
       Replace URL with your uploaded mobile hero image
    ===================================================== */

    .orre-home-hero{
        height:420px!important;
        min-height:0!important;
        overflow:hidden!important;
    }

    .orre-home-hero-bg{
        background-image:url('https://orreretail.com/wp-content/uploads/2026/08/ChatGPT-Image-Aug-17-2026-03_02_15-PM.png')!important;
        background-size:cover!important;
        background-position:center center!important;
        background-repeat:no-repeat!important;

        transform:none!important;
    }


    /* =====================================================
       MEN MOBILE BANNER
    ===================================================== */

    .orre-home-editorial-men{
        height:360px!important;
        min-height:0!important;
        overflow:hidden!important;
    }

    .orre-home-editorial-men .orre-home-editorial-image{
        background-image:url('https://orreretail.com/wp-content/uploads/2026/08/ChatGPT-Image-Aug-17-2026-02_56_25-PM.png')!important;
        background-size:cover!important;
        background-position:center center!important;
        background-repeat:no-repeat!important;

        transform:none!important;
    }


    /* =====================================================
       WOMEN MOBILE BANNER
    ===================================================== */

    .orre-home-editorial-women{
        height:360px!important;
        min-height:0!important;
        overflow:hidden!important;
    }

    .orre-home-editorial-women .orre-home-editorial-image{
        background-image:url('https://orreretail.com/wp-content/uploads/2026/08/ChatGPT-Image-Aug-17-2026-02_58_53-PM.png')!important;
        background-size:cover!important;
        background-position:center center!important;
        background-repeat:no-repeat!important;

        transform:none!important;
    }


    /* =====================================================
       MOBILE TEXT POSITION
    ===================================================== */

    .orre-home-editorial-overlay{
        left:16px!important;
        right:16px!important;
        bottom:18px!important;

        z-index:5!important;
    }

    .orre-home-editorial-overlay h2{
        max-width:220px!important;

        font-size:18px!important;
        line-height:1.08!important;
    }

}
@media(max-width:767px){
    .orre-home-hero{
        height:420px!important;
    }

    .orre-home-editorial-men,
    .orre-home-editorial-women{
        height:360px!important;
    }

    .orre-home-hero-bg,
    .orre-home-editorial-image{
        background-size:cover!important;
        background-position:center!important;
    }
}
/* Hide related / you may also like arrows on mobile */
@media (max-width: 767px) {

  .single-product .related .owl-nav,
  .single-product .up-sells .owl-nav,
  .single-product .related .slick-arrow,
  .single-product .up-sells .slick-arrow,
  .single-product .related .swiper-button-prev,
  .single-product .related .swiper-button-next,
  .single-product .up-sells .swiper-button-prev,
  .single-product .up-sells .swiper-button-next,
  .single-product .related .wd-carousel-arrow,
  .single-product .up-sells .wd-carousel-arrow {
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
  }

}
/* =========================================================
   ORRÉ — HIDE "YOU MAY ALSO LIKE" ARROWS ON MOBILE
========================================================= */

@media (max-width: 767px){

    /* custom ORRÉ related section arrows */
    .orre-pdp-final-related .orre-slider-arrow,
    .orre-pdp-final-related .orre-related-arrow,
    .orre-pdp-final-related .orre-pdp-related-arrow,
    .orre-pdp-final-related .orre-related-prev,
    .orre-pdp-final-related .orre-related-next,

    /* possible slider buttons inside related section */
    .orre-related-products .orre-slider-arrow,
    .orre-related-products button[class*="prev"],
    .orre-related-products button[class*="next"],

    /* fallback for the custom card slider */
    .single-product [class*="related"] > button,
    .single-product [class*="related"] .orre-slider-prev,
    .single-product [class*="related"] .orre-slider-next{
        display:none!important;
        visibility:hidden!important;
        opacity:0!important;
        pointer-events:none!important;
    }
}