
@font-face{
  font-family:"PPNeueMachina";
  src:url("https://oil-66.ru/wp-content/uploads/2026/08/PPNeueMachina-Regular.woff") format("woff");
  font-weight:400;
  font-style:normal;
  font-display:swap;
}
@font-face{
  font-family:"VelaSans";
  src:url("https://oil-66.ru/wp-content/uploads/2026/08/VelaSans-GX.ttf") format("truetype");
  font-weight:100 900;
  font-style:normal;
  font-display:swap;
}

:root{
  --slo-shop-ink:#0a253e;
  --slo-shop-orange:#FFD700;
  --slo-shop-white:#fff;
  --slo-shop-muted:rgba(255,255,255,.58);
  --slo-shop-line:rgba(255,255,255,.16);
}

body.below-shop-active,
body.slo-shop-active{
  margin:0!important;
  overflow-x:hidden!important;
  background:#010101!important;
  color:#fff!important;
}

body.below-shop-active *,
body.slo-shop-active *{box-sizing:border-box}

body.below-shop-active .slo-shop-page,
body.below-shop-active .slo-product-page,
body.below-shop-active .slo-shop-closed{
  background:#010101!important;
  color:#fff!important;
  font-family:"VelaSans",Arial,sans-serif!important;
}

.slo-shop-page p,.slo-shop-page a,.slo-shop-page button,.slo-shop-page input,.slo-shop-page span,
.slo-product-page p,.slo-product-page a,.slo-product-page button,.slo-product-page input,.slo-product-page span,
.slo-product-page strong,.slo-product-page del{
  font-family:"VelaSans",Arial,sans-serif!important;
}

.slo-shop-page h1,.slo-shop-page h2,.slo-shop-page h3,
.slo-product-page h1,.slo-product-page h2{
  font-family:"PPNeueMachina",Arial,sans-serif!important;
  font-weight:400!important;
}

.slo-shop-page a,.slo-product-page a{text-decoration:none!important}
.slo-shop-inset{width:100%;padding-left:3.1vw;padding-right:3.1vw}

.slo-shop-breadcrumb{
  display:flex;align-items:center;flex-wrap:wrap;gap:10px;
  font-size:11px;line-height:1;color:rgba(255,255,255,.60);
}
.slo-shop-breadcrumb a{color:rgba(255,255,255,.86)!important}
.slo-shop-breadcrumb a:hover{color:#fff!important}

/* HERO */
.slo-shop-hero{
  position:relative;
  min-height:720px;
  overflow:hidden;
  background:#010101;
}
.slo-shop-hero__media{
  position:absolute;
  inset:0;
  background-size:cover;
  background-position:center;
  transform:scale(1.045);
  opacity:0;
  transition:opacity .8s ease,transform 1.35s cubic-bezier(.16,1,.3,1);
  will-change:opacity,transform;
}
.slo-shop-hero.is-ready .slo-shop-hero__media{
  opacity:1;
  transform:scale(1);
}
.slo-shop-hero__shade{
  position:absolute;
  inset:0;
  z-index:1;
  background:
    linear-gradient(90deg,rgba(0,0,0,.48) 0%,rgba(0,0,0,.10) 55%,rgba(0,0,0,.22) 100%),
    linear-gradient(180deg,rgba(0,0,0,.14) 0%,rgba(0,0,0,.16) 60%,rgba(0,0,0,.02) 100%);
  pointer-events:none;
}

/* OIL66 — dark fade from catalog hero into #010101 */
.slo-shop-hero__fade{
  position:absolute;
  left:0;right:0;bottom:-1px;
  z-index:3;
  height:220px;
  pointer-events:none;
  background:linear-gradient(
    to bottom,
    rgba(1,1,1,0) 0%,
    rgba(1,1,1,.04) 14%,
    rgba(1,1,1,.14) 32%,
    rgba(1,1,1,.38) 52%,
    rgba(1,1,1,.70) 72%,
    rgba(1,1,1,.92) 88%,
    #010101 100%
  )!important;
}
.slo-shop-hero__fade::before{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(to bottom,transparent 0%,rgba(1,1,1,.16) 55%,#010101 100%)!important;
  -webkit-backdrop-filter:blur(9px);
  backdrop-filter:blur(9px);
  -webkit-mask-image:linear-gradient(to bottom,transparent 0%,rgba(0,0,0,.12) 28%,#000 100%);
  mask-image:linear-gradient(to bottom,transparent 0%,rgba(0,0,0,.12) 28%,#000 100%);
}

.slo-shop-hero__inner{
  position:relative;
  z-index:4;
  min-height:720px;
  padding-top:116px;
  padding-bottom:118px;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
}
.slo-shop-hero__bottom{
  display:grid;
  grid-template-columns:minmax(0,1.25fr) minmax(310px,.55fr);
  gap:60px;
  align-items:center;
}
.slo-shop-hero h1{
  margin:0!important;
  color:#fff!important;
  font-size:clamp(88px,11vw,188px)!important;
  line-height:.72!important;
  letter-spacing:-.075em!important;
}
.slo-shop-hero__copy{padding-bottom:0}
.slo-shop-hero__copy p{
  margin:0!important;
  color:rgba(255,255,255,.88)!important;
  font-size:16px!important;
  line-height:1.55!important;
}
.slo-shop-cart-trigger{
  position:relative;
  overflow:hidden;
  isolation:isolate;
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  width:210px!important;
  min-height:48px!important;
  margin-top:24px!important;
  padding:0 14px 0 17px!important;
  border:1px solid rgba(255,255,255,.56)!important;
  border-radius:4px!important;
  background:rgba(255,255,255,.10)!important;
  color:#fff!important;
  cursor:pointer!important;
  -webkit-backdrop-filter:blur(8px);
  backdrop-filter:blur(8px);
}
.slo-shop-cart-trigger::before{
  content:"";
  position:absolute;
  z-index:-1;
  left:50%;top:100%;
  width:160%;aspect-ratio:1;
  border-radius:50%;
  background:var(--slo-shop-orange);
  transform:translate3d(-50%,0,0);
  transition:transform .7s cubic-bezier(.65,.05,0,1);
}
.slo-shop-cart-trigger:hover::before{transform:translate3d(-50%,-63%,0) scale(1.15)}
.slo-shop-cart-trigger span{font-size:12px}
.slo-shop-cart-trigger b{
  min-width:24px;height:24px;padding:0 6px;border-radius:999px;
  display:grid;place-items:center;
  background:var(--slo-shop-orange);
  color:#fff;font:500 10px/1 "VelaSans",Arial,sans-serif;
}

/* CATALOG */
.slo-shop-catalog{
  display:grid;
  grid-template-columns:260px minmax(0,1fr);
  gap:40px;
  padding-top:56px;
  padding-bottom:120px;
  background:#010101;
}
.slo-shop-sidebar{
  position:sticky;
  top:28px;
  align-self:start;
  padding-right:28px;
  border-right:1px solid var(--slo-shop-line);
}
.slo-shop-sidebar__panel+.slo-shop-sidebar__panel{
  margin-top:30px;
  padding-top:26px;
  border-top:1px solid var(--slo-shop-line);
}
.slo-shop-sidebar__label{
  display:block;
  margin-bottom:14px;
  color:#fff;
  font-size:13px;
  font-weight:600;
}
.slo-shop-sidebar__list button{
  position:relative;
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:14px;
  width:100%!important;
  min-height:48px!important;
  padding:0 2px!important;
  border:0!important;
  border-bottom:1px solid rgba(255,255,255,.09)!important;
  border-radius:0!important;
  background:transparent!important;
  color:rgba(255,255,255,.52)!important;
  font-size:13px!important;
  text-align:left!important;
  cursor:pointer!important;
  transition:color .25s ease,padding .4s cubic-bezier(.16,1,.3,1)!important;
}
.slo-shop-sidebar__list button::after{
  content:"";
  position:absolute;
  left:0;bottom:-1px;
  width:0;height:2px;
  background:var(--slo-shop-orange);
  transition:width .45s cubic-bezier(.16,1,.3,1);
}
.slo-shop-sidebar__list button:hover,
.slo-shop-sidebar__list button.is-active{
  padding-left:8px!important;
  color:#fff!important;
}
.slo-shop-sidebar__list button:hover::after,
.slo-shop-sidebar__list button.is-active::after{width:100%}
.slo-shop-sidebar__list small{font-size:10px;color:rgba(255,255,255,.36)}

.slo-shop-toolbar{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:30px;
  margin-bottom:28px;
  padding-bottom:22px;
  border-bottom:1px solid var(--slo-shop-line);
}
.slo-shop-toolbar>div>span{
  display:block;margin-bottom:8px;
  color:var(--slo-shop-orange);
  font-size:9px;letter-spacing:.12em;
}
.slo-shop-toolbar h2{
  margin:0!important;
  color:#fff!important;
  font-size:clamp(48px,5.4vw,88px)!important;
  line-height:.84!important;
  letter-spacing:-.06em!important;
}
.slo-shop-search{display:flex;flex-direction:column;gap:8px;width:min(340px,100%)}
.slo-shop-search>span{font-size:9px;letter-spacing:.1em;color:rgba(255,255,255,.46)}
.slo-shop-search input{
  width:100%;
  height:48px;
  padding:0 14px;
  border:1px solid var(--slo-shop-line)!important;
  border-radius:4px!important;
  background:#010101!important;
  color:#fff!important;
  font-size:14px!important;
  outline:none!important;
  box-shadow:none!important;
}
.slo-shop-search input:focus{border-color:var(--slo-shop-orange)!important}

.slo-shop-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:22px 16px;
}
.slo-shop-card{
  position:relative;
  min-width:0;
  padding-bottom:18px;
  background:transparent;
  transition:transform .5s cubic-bezier(.16,1,.3,1),opacity .25s ease;
}
.slo-shop-card:hover{transform:translateY(-7px)}
.slo-shop-card[hidden]{display:none!important}
.slo-shop-card__media{
  position:relative;
  display:block;
  aspect-ratio:1/1.02;
  overflow:hidden;
  border-radius:4px;
  background:#010101;
}
.slo-shop-card__media::before,
.slo-shop-card__media::after{
  content:"";
  position:absolute;
  z-index:2;
  width:38px;height:38px;
  pointer-events:none;
  opacity:.65;
}
.slo-shop-card__media::before{
  left:12px;top:12px;
  border-left:2px solid var(--slo-shop-ink);
  border-top:2px solid var(--slo-shop-ink);
}
.slo-shop-card__media::after{
  right:12px;bottom:12px;
  border-right:2px solid var(--slo-shop-ink);
  border-bottom:2px solid var(--slo-shop-ink);
}
.slo-shop-card__media img{
  display:block;
  width:100%;height:100%;
  object-fit:cover;
  transition:transform .85s cubic-bezier(.16,1,.3,1);
}
.slo-shop-card:hover .slo-shop-card__media img{transform:scale(1.04)}
.slo-shop-card__category{
  position:absolute;
  z-index:3;
  top:15px;right:15px;
  padding:7px 9px;
  border-radius:4px;
  background:rgba(1,1,1,.76);
  color:#fff;
  font-size:9px;
  -webkit-backdrop-filter:blur(8px);
  backdrop-filter:blur(8px);
}
.slo-shop-card__body{padding:17px 2px 0}
.slo-shop-card__top{display:flex;align-items:flex-start;justify-content:space-between;gap:18px}
.slo-shop-card h3{margin:0!important;font-size:25px!important;line-height:.96!important;letter-spacing:-.045em!important}
.slo-shop-card h3 a{color:#fff!important}
.slo-shop-card__price{flex:none;color:var(--slo-shop-orange);font-size:13px;font-weight:600}
.slo-shop-card__body>p{
  min-height:60px;
  margin:14px 0 18px!important;
  color:var(--slo-shop-muted)!important;
  font-size:13px!important;
  line-height:1.5!important;
}
.slo-shop-card__more{
  position:relative;
  display:flex;align-items:center;justify-content:space-between;
  gap:20px;
  padding-top:14px;
  border-top:1px solid var(--slo-shop-line);
  color:#fff!important;
  font-size:11px;
}
.slo-shop-card__more::before{
  content:"";
  position:absolute;left:0;top:-1px;
  width:0;height:2px;
  background:var(--slo-shop-orange);
  transition:width .5s cubic-bezier(.16,1,.3,1);
}
.slo-shop-card:hover .slo-shop-card__more::before{width:100%}
.slo-shop-card__more b{font:400 18px/1 "VelaSans",Arial,sans-serif;color:var(--slo-shop-orange)}

.slo-shop-empty{padding:70px 0;color:var(--slo-shop-muted);font-size:15px}

/* PRODUCT PAGE */
.slo-product-page{
  min-height:100vh;
  padding-top:120px;
  padding-bottom:110px;
  background:#010101;
  color:#fff;
}
.slo-product-page .slo-shop-breadcrumb{margin-bottom:36px;color:rgba(255,255,255,.42)}
.slo-product-page .slo-shop-breadcrumb a{color:rgba(255,255,255,.64)!important}
.slo-product-layout{
  display:grid;
  grid-template-columns:minmax(0,1.1fr) minmax(380px,.75fr);
  gap:56px;
  align-items:start;
}
.slo-product-details h1{
  margin:0 0 28px!important;
  max-width:780px;
  color:#fff!important;
  font-size:clamp(54px,5.2vw,86px)!important;
  line-height:.88!important;
  letter-spacing:-.064em!important;
}
.slo-product-lead{
  max-width:760px;
  margin:0 0 42px!important;
  color:rgba(255,255,255,.64)!important;
  font-size:18px!important;
  line-height:1.5!important;
}
.slo-product-specs{max-width:820px;margin-top:46px}
.slo-product-specs h2{margin:0 0 20px!important;color:#fff!important;font-size:34px!important;letter-spacing:-.04em!important}
.slo-product-specs__table{border-bottom:1px solid var(--slo-shop-line)}
.slo-product-specs__row{
  display:grid;
  grid-template-columns:minmax(170px,.42fr) minmax(0,.58fr);
  gap:24px;
  padding:15px 0;
  border-top:1px solid var(--slo-shop-line);
}
.slo-product-specs__row strong{font-size:14px;color:#fff}
.slo-product-specs__row span{font-size:14px;color:var(--slo-shop-muted);line-height:1.5}
.slo-product-purchase{
  margin-top:48px;
  display:flex;align-items:flex-end;justify-content:space-between;
  max-width:620px;
  padding-top:18px;
  border-top:1px solid var(--slo-shop-line);
}
.slo-product-purchase>span{font-size:10px;letter-spacing:.1em;color:rgba(255,255,255,.42)}
.slo-product-purchase>div{display:flex;align-items:center;gap:12px}
.slo-product-purchase del{color:rgba(255,255,255,.38)}
.slo-product-purchase strong{color:var(--slo-shop-orange);font-size:26px}

.slo-product-order{display:flex;align-items:stretch;gap:6px;margin-top:24px}
.slo-product-qty{
  display:grid;
  grid-template-columns:42px 50px 42px;
  min-height:52px;
  border:1px solid var(--slo-shop-line);
  border-radius:4px;
  overflow:hidden;
}
.slo-product-qty button{
  border:0!important;border-radius:0!important;background:#010101!important;
  color:#fff!important;font-size:18px!important;cursor:pointer!important;
}
.slo-product-qty input{
  width:50px;border:0!important;
  border-left:1px solid var(--slo-shop-line)!important;
  border-right:1px solid var(--slo-shop-line)!important;
  background:#010101!important;color:#fff!important;
  text-align:center!important;
  -moz-appearance:textfield;
}
.slo-product-add{
  position:relative;
  overflow:hidden;
  isolation:isolate;
  display:grid!important;
  grid-template-columns:1fr 48px;
  align-items:center!important;
  min-width:280px!important;
  min-height:52px!important;
  padding:0!important;
  border:0!important;
  border-radius:4px!important;
  background:transparent!important;
  color:#fff!important;
  cursor:pointer!important;
}
.slo-product-add::before{
  content:"";
  position:absolute;z-index:-1;
  inset:0 54px 0 0;
  border-radius:4px;
  background:var(--slo-shop-orange);
}
.slo-product-add span{padding-left:18px;text-align:left;font-size:12px}
.slo-product-add b{
  height:48px;width:48px;display:grid;place-items:center;
  border-radius:4px;background:var(--slo-shop-orange);
  font:400 20px/1 "VelaSans",Arial,sans-serif;
}
.slo-product-add:hover::before,.slo-product-add:hover b{background:var(--slo-shop-ink)}

.slo-product-gallery__sticky{position:sticky;top:28px}
.slo-product-main-image{
  position:relative;
  overflow:hidden;
  border-radius:4px;
  background:#010101;
}
.slo-product-main-image>img{display:block;width:100%;aspect-ratio:1;object-fit:cover;transition:opacity .25s ease,transform .75s cubic-bezier(.16,1,.3,1)}
.slo-product-main-image:hover>img{transform:scale(1.025)}
.slo-product-main-image>span{
  position:absolute;top:14px;left:14px;padding:8px 10px;border-radius:4px;
  background:rgba(1,1,1,.78);color:#fff;font-size:9px;
  -webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);
}
.slo-product-thumbs{display:flex;flex-wrap:wrap;gap:9px;margin-top:12px}
.slo-product-thumbs button{
  width:64px;height:64px;padding:0!important;overflow:hidden;
  border:1px solid transparent!important;border-radius:4px!important;
  background:#010101!important;cursor:pointer!important;
}
.slo-product-thumbs button:hover,.slo-product-thumbs button.is-active{border-color:var(--slo-shop-orange)!important}
.slo-product-thumbs img{display:block;width:100%;height:100%;object-fit:cover}
.slo-product-sku{display:flex;justify-content:space-between;margin-top:17px;padding-top:14px;border-top:1px solid var(--slo-shop-line);font-size:11px;color:rgba(255,255,255,.46)}
.slo-product-sku strong{color:#fff}

[data-slo-shop-reveal]{
  opacity:0;
  transform:translateY(28px);
  transition:opacity .7s ease,transform .85s cubic-bezier(.16,1,.3,1);
}
[data-slo-shop-reveal].is-visible{opacity:1;transform:none}
.slo-shop-card.is-filter-leave{opacity:0;transform:translateY(8px) scale(.98)}
.slo-shop-card.is-filter-enter{opacity:0;transform:translateY(8px) scale(.98)}

.slo-shop-closed{min-height:70vh;padding-top:150px;padding-bottom:120px;background:#010101}
.slo-shop-closed h1{font-family:"PPNeueMachina";font-size:clamp(54px,7vw,110px);font-weight:400;letter-spacing:-.06em;color:#fff}

@media(max-width:1200px){
  .slo-shop-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .slo-product-layout{grid-template-columns:minmax(0,1fr) minmax(340px,.72fr)}
}
@media(max-width:900px){
  .slo-shop-hero,.slo-shop-hero__inner{min-height:650px}
  .slo-shop-hero__bottom{grid-template-columns:1fr;gap:24px}
  .slo-shop-catalog{grid-template-columns:1fr}
  .slo-shop-sidebar{position:relative;top:0;padding-right:0;border-right:0;display:grid;grid-template-columns:1fr 1fr;gap:20px}
  .slo-product-layout{grid-template-columns:1fr}
  .slo-product-gallery{order:-1}
  .slo-product-gallery__sticky{position:relative;top:0}
}
@media(max-width:700px){
  .slo-shop-inset{padding-left:16px;padding-right:16px}
  .slo-shop-hero,.slo-shop-hero__inner{min-height:580px}
  .slo-shop-hero__inner{padding-top:86px;padding-bottom:95px}
  .slo-shop-hero h1{font-size:clamp(72px,25vw,112px)!important}
  .slo-shop-hero__copy p{font-size:14px!important}
  .slo-shop-catalog{gap:30px;padding-top:30px;padding-bottom:80px}
  .slo-shop-sidebar{grid-template-columns:1fr}
  .slo-shop-toolbar{display:block}
  .slo-shop-search{width:100%;margin-top:22px}
  .slo-shop-grid{grid-template-columns:1fr}
  .slo-shop-card__body>p{min-height:0}
  .slo-product-page{padding-top:86px}
  .slo-product-details h1{font-size:clamp(52px,16vw,80px)!important}
  .slo-product-lead{font-size:16px!important}
  .slo-product-specs__row{grid-template-columns:1fr;gap:6px}
  .slo-product-order{display:grid;grid-template-columns:auto 1fr}
  .slo-product-add{min-width:0!important}
}
@media(prefers-reduced-motion:reduce){
  [data-slo-shop-reveal]{opacity:1!important;transform:none!important;transition:none!important}
}


/* =========================================================
   V102 — GLOBAL SL OPTICS HEADER FOR SHOP PAGES
========================================================= */
body.slo-shop-standalone{padding-top:0!important}
.slo-shop-header{
  position:fixed;left:0;right:0;top:0;z-index:10000;
  height:78px;padding:16px 2.9vw 0;
  display:flex;align-items:flex-start;
  background:rgba(1,1,1,.985);
  transform:translate3d(0,0,0);
  transition:transform .52s cubic-bezier(.22,1,.36,1),box-shadow .25s ease;
  will-change:transform;
  font-family:"VelaSans",Arial,sans-serif!important;
}
.slo-shop-header.is-hidden{transform:translate3d(0,-105%,0)}
.slo-shop-header.is-scrolled{box-shadow:0 1px 0 rgba(255,255,255,.10)}
.slo-shop-header__logo{display:flex;align-items:center;width:168px;height:44px;overflow:hidden;flex:none}
.slo-shop-header__logo img{display:block;width:100%;height:100%;object-fit:contain;object-position:left center;filter:none!important;opacity:1!important}
.slo-shop-header__menus{margin-left:auto;width:min(66vw,1080px);height:44px;display:grid;grid-template-columns:auto auto auto;align-items:center;justify-content:space-between;gap:24px}
.slo-shop-header__menu{height:44px;display:flex;gap:6px;align-items:center;white-space:nowrap}
.slo-shop-header__menu a,.slo-shop-header__cart{
  height:40px;padding:0 16px!important;border:1px solid rgba(255,255,255,.48)!important;border-radius:4px!important;
  display:flex!important;align-items:center!important;justify-content:center!important;
  background:transparent!important;color:#fff!important;
  font:400 12px/1 "VelaSans",Arial,sans-serif!important;
  cursor:pointer!important;position:relative;overflow:hidden;isolation:isolate;
  transition:color .28s ease,border-color .28s ease!important;text-decoration:none!important;
}
.slo-shop-header__menu a::before,.slo-shop-header__cart::before{
  content:"";position:absolute;z-index:-1;left:50%;top:100%;width:170%;aspect-ratio:1;border-radius:50%;
  background:#FFD700;transform:translate3d(-50%,0,0) scale(1);
  transition:transform .72s cubic-bezier(.65,.05,0,1);pointer-events:none
}
.slo-shop-header__menu a:hover,.slo-shop-header__menu a:focus-visible,.slo-shop-header__cart:hover,.slo-shop-header__cart:focus-visible{border-color:#FFD700!important;color:#fff!important}
.slo-shop-header__menu a:hover::before,.slo-shop-header__menu a:focus-visible::before,.slo-shop-header__cart:hover::before,.slo-shop-header__cart:focus-visible::before{transform:translate3d(-50%,-63%,0) scale(1.18)}
.slo-shop-header__menu a.is-current{border-color:#FFD700!important}
.slo-shop-header__cart{gap:7px}.slo-shop-header__cart svg{width:16px;height:16px;flex:none}
.slo-shop-header__cart b{display:grid;place-items:center;min-width:18px;height:18px;padding:0 5px;border-radius:999px;background:#FFD700;color:#fff;font:500 9px/1 "VelaSans"}
.slo-shop-header__cart:hover b{background:#010101;color:#FFD700}
.slo-shop-header__burger{display:none}
.slo-shop-mobile{display:none}

@media(max-width:1180px){
  .slo-shop-header__menus{width:min(72vw,940px);gap:12px}
  .slo-shop-header__menu a,.slo-shop-header__cart{padding:0 11px!important;font-size:11px!important}
}
@media(max-width:980px){
  .slo-shop-header{align-items:flex-start;justify-content:space-between;padding-left:18px;padding-right:18px}
  .slo-shop-header__menus{display:none}
  .slo-shop-header__logo{width:150px}
  .slo-shop-header__burger{display:block!important;position:relative;width:78px;height:40px;padding:0 12px!important;border:1px solid rgba(255,255,255,.35)!important;border-radius:4px!important;background:#010101!important;color:#fff!important}
  .slo-shop-header__burger span{position:absolute;left:10px;top:50%;transform:translateY(-50%);font:400 11px/1 "VelaSans"}
  .slo-shop-header__burger i{position:absolute;right:10px;width:15px;height:1px;background:#fff;top:15px}.slo-shop-header__burger i+i{top:23px}
  .slo-shop-mobile{display:block;position:fixed;inset:0;z-index:10020;background:#010101;color:#fff;transform:translate3d(0,-102%,0);visibility:hidden;transition:transform .6s cubic-bezier(.16,1,.3,1),visibility 0s linear .6s;padding:20px 18px}
  .slo-shop-mobile.is-open{transform:none;visibility:visible;transition:transform .6s cubic-bezier(.16,1,.3,1),visibility 0s}
  .slo-shop-mobile__head{display:flex;justify-content:space-between;align-items:center;padding-bottom:24px;border-bottom:1px solid rgba(255,255,255,.14);font:500 10px/1 "VelaSans";letter-spacing:.1em}
  .slo-shop-mobile__head button{border:0!important;background:transparent!important;color:#fff!important;font:400 11px/1 "VelaSans"!important}
  .slo-shop-mobile nav{display:grid;padding-top:28px}
  .slo-shop-mobile nav a,.slo-shop-mobile nav button{display:flex!important;align-items:center!important;justify-content:space-between!important;min-height:60px;padding:0!important;border:0!important;border-bottom:1px solid rgba(255,255,255,.12)!important;background:transparent!important;color:#fff!important;font:400 24px/1 "PPNeueMachina"!important;text-decoration:none!important;text-align:left!important}
  .slo-shop-mobile nav b{font:500 10px/1 "VelaSans";background:#FFD700;color:#fff;padding:5px 7px;border-radius:999px}
}

.slo-product-page{padding-top:128px!important}


/* =========================================================
   V102 — CATALOG HEADER
   В верхней точке каталога: прозрачный header + белые элементы.
   После скролла: белый header + фирменный тёмно-синий.
========================================================= */

/* Header is fixed over catalog hero instead of taking a white strip. */
body.slo-catalog-page .slo-shop-header,
body.slo-catalog-page .slo7-header,
body.slo-catalog-page header.slo-shop-site-header,
body.slo-catalog-page header[data-slo-shop-header]{
  position:fixed!important;
  top:0!important;
  left:0!important;
  right:0!important;
  z-index:99990!important;
  background:transparent!important;
  box-shadow:none!important;
  border-color:transparent!important;
  transition:
    background-color .38s ease,
    box-shadow .38s ease,
    border-color .38s ease,
    transform .48s cubic-bezier(.16,1,.3,1)!important;
}

/* Transparent/top state. */
body.slo-catalog-page:not(.slo-catalog-scrolled) .slo-shop-header,
body.slo-catalog-page:not(.slo-catalog-scrolled) .slo7-header,
body.slo-catalog-page:not(.slo-catalog-scrolled) header.slo-shop-site-header,
body.slo-catalog-page:not(.slo-catalog-scrolled) header[data-slo-shop-header]{
  background:transparent!important;
  box-shadow:none!important;
  border-bottom-color:rgba(255,255,255,.18)!important;
  -webkit-backdrop-filter:none!important;
  backdrop-filter:none!important;
}

/* White menu text and controls before scroll. */
body.slo-catalog-page:not(.slo-catalog-scrolled) .slo-shop-header a,
body.slo-catalog-page:not(.slo-catalog-scrolled) .slo-shop-header button,
body.slo-catalog-page:not(.slo-catalog-scrolled) .slo-shop-header span,
body.slo-catalog-page:not(.slo-catalog-scrolled) .slo7-header a,
body.slo-catalog-page:not(.slo-catalog-scrolled) .slo7-header button,
body.slo-catalog-page:not(.slo-catalog-scrolled) .slo7-header span,
body.slo-catalog-page:not(.slo-catalog-scrolled) header[data-slo-shop-header] a,
body.slo-catalog-page:not(.slo-catalog-scrolled) header[data-slo-shop-header] button,
body.slo-catalog-page:not(.slo-catalog-scrolled) header[data-slo-shop-header] span{
  color:#fff!important;
  -webkit-text-fill-color:#fff!important;
}

/* Button borders are also light on the image. */
body.slo-catalog-page:not(.slo-catalog-scrolled) .slo-shop-header a,
body.slo-catalog-page:not(.slo-catalog-scrolled) .slo-shop-header button,
body.slo-catalog-page:not(.slo-catalog-scrolled) .slo7-header a,
body.slo-catalog-page:not(.slo-catalog-scrolled) .slo7-header button,
body.slo-catalog-page:not(.slo-catalog-scrolled) header[data-slo-shop-header] a,
body.slo-catalog-page:not(.slo-catalog-scrolled) header[data-slo-shop-header] button{
  border-color:rgba(255,255,255,.48)!important;
}

/* No pink theme state anywhere in the catalog header. */
body.slo-catalog-page .slo-shop-header button,
body.slo-catalog-page .slo-shop-header a,
body.slo-catalog-page .slo7-header button,
body.slo-catalog-page .slo7-header a,
body.slo-catalog-page header[data-slo-shop-header] button,
body.slo-catalog-page header[data-slo-shop-header] a{
  box-shadow:none!important;
  outline:none!important;
}

/* Logo: the supplied logo itself is dark, so in transparent state
   make the dark components white while keeping orange accents usable. */
body.slo-catalog-page:not(.slo-catalog-scrolled) .slo-shop-header img,
body.slo-catalog-page:not(.slo-catalog-scrolled) .slo7-header img,
body.slo-catalog-page:not(.slo-catalog-scrolled) header[data-slo-shop-header] img{
  filter:none!important;
  transition:filter .38s ease!important;
}

/* After first scroll: normal SL Optics white header. */
body.slo-catalog-page.slo-catalog-scrolled .slo-shop-header,
body.slo-catalog-page.slo-catalog-scrolled .slo7-header,
body.slo-catalog-page.slo-catalog-scrolled header.slo-shop-site-header,
body.slo-catalog-page.slo-catalog-scrolled header[data-slo-shop-header]{
  background:#010101!important;
  box-shadow:0 8px 34px rgba(0,0,0,.28)!important;
  border-bottom-color:rgba(255,255,255,.10)!important;
}

body.slo-catalog-page.slo-catalog-scrolled .slo-shop-header a,
body.slo-catalog-page.slo-catalog-scrolled .slo-shop-header button,
body.slo-catalog-page.slo-catalog-scrolled .slo-shop-header span,
body.slo-catalog-page.slo-catalog-scrolled .slo7-header a,
body.slo-catalog-page.slo-catalog-scrolled .slo7-header button,
body.slo-catalog-page.slo-catalog-scrolled .slo7-header span,
body.slo-catalog-page.slo-catalog-scrolled header[data-slo-shop-header] a,
body.slo-catalog-page.slo-catalog-scrolled header[data-slo-shop-header] button,
body.slo-catalog-page.slo-catalog-scrolled header[data-slo-shop-header] span{
  color:#fff!important;
  -webkit-text-fill-color:#fff!important;
}

body.slo-catalog-page.slo-catalog-scrolled .slo-shop-header img,
body.slo-catalog-page.slo-catalog-scrolled .slo7-header img,
body.slo-catalog-page.slo-catalog-scrolled header[data-slo-shop-header] img{
  filter:none!important;
}

/* Keep orange cart count orange in both states. */
body.slo-catalog-page [data-slo-cart-count]{
  background:#FFD700!important;
  color:#fff!important;
  -webkit-text-fill-color:#fff!important;
}

/* Hero starts under fixed transparent header. */
body.slo-catalog-page .slo-shop-hero{
  margin-top:0!important;
}



/* =========================================================
   V102 — FULL FAMILIAR SL OPTICS HEADER
========================================================= */
@media(min-width:901px){
  .slo-shop-header__menus{
    display:flex!important;
    align-items:center!important;
    justify-content:space-between!important;
    flex:1 1 auto!important;
    min-width:0!important;
  }

  .slo-shop-header__menu{
    display:flex!important;
    align-items:center!important;
    gap:6px!important;
  }

  .slo-shop-header__burger{
    display:none!important;
  }

  .slo-shop-mobile{
    display:none!important;
  }
}

@media(max-width:900px){
  .slo-shop-header__menus{
    display:none!important;
  }

  .slo-shop-header__burger{
    display:flex!important;
  }
}

/* Каталог на самом верху: прозрачный полный header. */
body.slo-catalog-page:not(.slo-catalog-scrolled) .slo-shop-header{
  background:transparent!important;
  box-shadow:none!important;
  border-bottom-color:rgba(255,255,255,.18)!important;
}

body.slo-catalog-page:not(.slo-catalog-scrolled) .slo-shop-header__menu>a,
body.slo-catalog-page:not(.slo-catalog-scrolled) .slo-shop-header__cart{
  color:#fff!important;
  -webkit-text-fill-color:#fff!important;
  border-color:rgba(255,255,255,.48)!important;
  background:transparent!important;
}

body.slo-catalog-page:not(.slo-catalog-scrolled) .slo-shop-header__logo img{
  filter:none!important;
}

/* После скролла возвращается привычный светлый SL Optics header. */
body.slo-catalog-page.slo-catalog-scrolled .slo-shop-header{
  background:#010101!important;
  box-shadow:0 8px 34px rgba(0,0,0,.28)!important;
  border-bottom-color:rgba(255,255,255,.10)!important;
}

body.slo-catalog-page.slo-catalog-scrolled .slo-shop-header__menu>a,
body.slo-catalog-page.slo-catalog-scrolled .slo-shop-header__cart{
  color:#fff!important;
  -webkit-text-fill-color:#fff!important;
  border-color:rgba(255,255,255,.24)!important;
  background:#010101!important;
}

body.slo-catalog-page.slo-catalog-scrolled .slo-shop-header__logo img{
  filter:none!important;
}

/* Счётчик корзины всегда фирменный. */
body.slo-catalog-page .slo-shop-header [data-slo-cart-count]{
  background:#FFD700!important;
  color:#fff!important;
  -webkit-text-fill-color:#fff!important;
}

/* Никакого розового состояния темы. */
.slo-shop-header__menu>a:hover,
.slo-shop-header__cart:hover,
.slo-shop-header__menu>a:focus,
.slo-shop-header__cart:focus{
  border-color:#FFD700!important;
  outline:none!important;
  box-shadow:none!important;
}


/* V102 — hide/show при направлении скролла, как на главной */
.slo-shop-header{
  transition:
    transform .52s cubic-bezier(.22,1,.36,1),
    background-color .38s ease,
    box-shadow .28s ease,
    border-color .38s ease!important;
}

.slo-shop-header.is-hidden,
body.slo-catalog-page .slo-shop-header.is-hidden,
body.slo-catalog-page.slo-catalog-scrolled .slo-shop-header.is-hidden,
body.slo-catalog-page:not(.slo-catalog-scrolled) .slo-shop-header.is-hidden{
  transform:translate3d(0,-110%,0)!important;
}

.slo-shop-header:not(.is-hidden){
  transform:translate3d(0,0,0)!important;
}


/* V102 — вместо публичных цен */
.slo-shop-card__price--request{
  color:#FFD700!important;
  font-family:"VelaSans",Arial,sans-serif!important;
  font-size:12px!important;
  font-weight:600!important;
  line-height:1.15!important;
  white-space:nowrap;
}

.slo-product-price-request{
  color:#FFD700!important;
  font-family:"PPNeueMachina",Arial,sans-serif!important;
  font-size:clamp(22px,2vw,32px)!important;
  font-weight:400!important;
  letter-spacing:-.035em!important;
}


/* =========================================================
   V102 — PRODUCT: REQUEST PRICE ONLY
========================================================= */
.slo-product-order--request{
  display:block!important;
  margin-top:24px!important;
}

.slo-product-request-price{
  width:min(390px,100%)!important;
  min-width:0!important;
  text-decoration:none!important;
}

.slo-product-request-price span{
  color:#fff!important;
  -webkit-text-fill-color:#fff!important;
}

.slo-product-request-price:hover span{
  color:#fff!important;
  -webkit-text-fill-color:#fff!important;
}


/* =========================================================
   V102 — SHORTER CATALOG HERO FADE
========================================================= */
.slo-shop-hero__fade{
  height:175px!important;
}

.slo-shop-hero__fade::before{
  -webkit-backdrop-filter:blur(8px)!important;
  backdrop-filter:blur(8px)!important;
  -webkit-mask-image:linear-gradient(to bottom,transparent 0%,rgba(0,0,0,.15) 35%,#000 100%)!important;
  mask-image:linear-gradient(to bottom,transparent 0%,rgba(0,0,0,.15) 35%,#000 100%)!important;
}

@media(max-width:700px){
  .slo-shop-hero__fade{
    height:135px!important;
  }
}


/* =========================================================
   V102 — EXACT SAME HEADER GROUP LAYOUT AS HOMEPAGE
========================================================= */
@media(min-width:1241px){
  .slo-shop-header{
    padding:16px 2.9vw 0!important;
    display:flex!important;
    align-items:flex-start!important;
  }

  .slo-shop-header__logo{
    width:168px!important;
    height:44px!important;
    flex:none!important;
  }

  .slo-shop-header__menus{
    margin-left:auto!important;
    width:min(66vw,1080px)!important;
    height:44px!important;
    display:grid!important;
    grid-template-columns:auto auto auto!important;
    align-items:center!important;
    justify-content:space-between!important;
    gap:24px!important;
    flex:none!important;
    min-width:0!important;
  }

  .slo-shop-header__menu{
    height:44px!important;
    display:flex!important;
    gap:6px!important;
    align-items:center!important;
    white-space:nowrap!important;
  }

  .slo-shop-header__burger{
    display:none!important;
  }
}

@media(min-width:1241px) and (max-width:1420px){
  .slo-shop-header{
    padding-left:2.3vw!important;
    padding-right:2.3vw!important;
  }

  .slo-shop-header__logo{
    width:150px!important;
  }

  .slo-shop-header__menus{
    width:69vw!important;
    gap:12px!important;
  }

  .slo-shop-header__menu a,
  .slo-shop-header__contact{
    padding-left:11px!important;
    padding-right:11px!important;
    font-size:11px!important;
  }
}

@media(max-width:1240px){
  .slo-shop-header__menus{
    display:none!important;
  }

  .slo-shop-header__burger{
    display:block!important;
    margin-left:auto!important;
  }
}

/* Mail CTA */
.slo-shop-header__contact,
.slo7-menu__contact{
  gap:8px!important;
}

.slo-mail-icon{
  width:17px!important;
  height:17px!important;
  flex:none!important;
  display:block!important;
}

.slo-shop-header__contact .slo-mail-icon,
.slo7-menu__contact .slo-mail-icon{
  color:currentColor!important;
}

/* Catalog top state: mail icon follows white text */
body.slo-catalog-page:not(.slo-catalog-scrolled) .slo-shop-header__contact{
  color:#fff!important;
  -webkit-text-fill-color:#fff!important;
  border-color:rgba(255,255,255,.48)!important;
}

body.slo-catalog-page.slo-catalog-scrolled .slo-shop-header__contact{
  color:#fff!important;
  -webkit-text-fill-color:#fff!important;
  border-color:rgba(255,255,255,.24)!important;
}

/* Hero contact CTA uses same glass button but without cart count */
.slo-shop-contact-trigger{
  text-decoration:none!important;
  gap:10px!important;
}

.slo-shop-contact-trigger .slo-mail-icon{
  width:18px!important;
  height:18px!important;
}

.slo-shop-contact-trigger>b{
  margin-left:auto!important;
  background:transparent!important;
  min-width:auto!important;
  height:auto!important;
  padding:0!important;
  border-radius:0!important;
}

/* no cart-specific badge remnants */
.slo-shop-header [data-slo-cart-count],
.slo-shop-cart-trigger [data-slo-cart-count]{
  display:none!important;
}

.slo-shop-catalog-menu{position:relative;height:44px;display:flex;align-items:center}.slo-shop-catalog-submenu{position:absolute;z-index:120;left:0;top:48px;width:270px;padding:8px;border:1px solid rgba(255,255,255,.12);border-radius:4px;background:rgba(1,1,1,.985);box-shadow:0 20px 55px rgba(0,0,0,.38);opacity:0;visibility:hidden;pointer-events:none;transform:translateY(-10px) scale(.985);transform-origin:0 0;transition:opacity .22s,transform .42s cubic-bezier(.16,1,.3,1),visibility 0s linear .25s}.slo-shop-catalog-submenu:before{content:"";position:absolute;left:8px;right:8px;top:0;height:2px;background:#FFD700;transform:scaleX(.18);transform-origin:left;transition:transform .46s}.slo-shop-catalog-menu:hover .slo-shop-catalog-submenu,.slo-shop-catalog-menu:focus-within .slo-shop-catalog-submenu{opacity:1;visibility:visible;pointer-events:auto;transform:none;transition-delay:0s}.slo-shop-catalog-menu:hover .slo-shop-catalog-submenu:before{transform:scaleX(1)}.slo-shop-catalog-submenu__label{display:block!important;padding:9px 10px 7px!important;color:rgba(255,255,255,.42)!important;-webkit-text-fill-color:rgba(255,255,255,.42)!important;font:500 9px/1 "VelaSans"!important;letter-spacing:.12em!important}.slo-shop-header__menu .slo-shop-catalog-submenu a{height:44px!important;padding:0 10px!important;display:grid!important;grid-template-columns:30px 1fr!important;gap:6px!important;border:0!important;border-radius:3px!important;background:transparent!important;color:#fff!important;-webkit-text-fill-color:#fff!important;font-size:12px!important}.slo-shop-header__menu .slo-shop-catalog-submenu a::before{display:none!important}.slo-shop-catalog-submenu a small{align-self:center;color:rgba(255,255,255,.36)!important;-webkit-text-fill-color:rgba(255,255,255,.36)!important;font-size:9px!important}.slo-shop-header__menu .slo-shop-catalog-submenu a:hover,.slo-shop-header__menu .slo-shop-catalog-submenu a.is-current{background:#FFD700!important;color:#fff!important;-webkit-text-fill-color:#fff!important}.slo-shop-catalog-submenu a:hover small,.slo-shop-catalog-submenu a.is-current small{color:rgba(255,255,255,.65)!important;-webkit-text-fill-color:rgba(255,255,255,.65)!important}.slo-shop-mobile__subcats{display:grid!important;padding:4px 0 16px 18px!important;border-bottom:1px solid rgba(255,255,255,.12)}.slo-shop-mobile__subcats a{min-height:38px!important;border:0!important;padding:0!important;color:rgba(255,255,255,.58)!important;font:400 13px/1 "VelaSans"!important}.slo-shop-mobile__subcats a:before{content:"—";margin-right:9px;color:#FFD700}@media(max-width:980px){.slo-shop-catalog-menu{display:none}}

/* V102 — no "КАТЕГОРИИ" heading inside dropdown. */
.slo-shop-catalog-submenu__label{display:none!important}


/* =========================================================
   V102 — FOUR PRODUCTS PER ROW
   Applies to main catalog, category pages and sales page.
========================================================= */
@media(min-width:1241px){
  .slo-shop-grid{
    display:grid!important;
    grid-template-columns:repeat(4,minmax(0,1fr))!important;
    gap:10px!important;
    width:100%!important;
  }

  .slo-shop-card{
    min-width:0!important;
    width:100%!important;
  }
}

@media(min-width:768px) and (max-width:1240px){
  .slo-shop-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }
}

@media(max-width:767px){
  .slo-shop-grid{
    grid-template-columns:1fr!important;
  }
}


/* =========================================================
   V102 — MAIN CATALOG ONLY: 3 PRODUCTS PER ROW
   Category pages and "Товары по акции" stay 4 per row.
========================================================= */
@media(min-width:1241px){
  body.slo-catalog-page .slo-shop-main .slo-shop-grid{
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
  }
}


/* =========================================================
   V102 — MAIN CATALOG: A BIT MORE SPACE BETWEEN PRODUCTS
========================================================= */
@media(min-width:1241px){
  body.slo-catalog-page .slo-shop-main .slo-shop-grid{
    column-gap:18px!important;
    row-gap:24px!important;
  }
}


/* =========================================================
   V105 — MOBILE CATALOG LAYOUT + THEME/ELMENTOR STATE RESET
========================================================= */
.slo-shop-header__burger,
.slo-shop-header__burger:hover,
.slo-shop-header__burger:focus,
.slo-shop-header__burger:focus-visible,
.slo-shop-header__burger:active,
.slo-shop-header__burger:visited,
.slo-shop-header__burger.elementor-button,
.slo-shop-header__burger.elementor-active{
  -webkit-appearance:none!important;
  appearance:none!important;
  box-shadow:none!important;
  outline:none!important;
  text-shadow:none!important;
  text-decoration:none!important;
  font-family:"VelaSans",Arial,sans-serif!important;
  font-weight:400!important;
}
.slo-shop-header__burger span,
.slo-shop-header__burger:hover span,
.slo-shop-header__burger:focus span,
.slo-shop-header__burger:active span{
  text-shadow:none!important;
}

@media(max-width:1240px){
  .slo-shop-header{
    box-sizing:border-box!important;
    width:100%!important;
    max-width:100vw!important;
    height:70px!important;
    padding:12px 16px 0!important;
    align-items:flex-start!important;
    justify-content:space-between!important;
    overflow:visible!important;
  }
  .slo-shop-header__logo{
    width:142px!important;
    height:42px!important;
    flex:0 0 142px!important;
  }
  .slo-shop-header__burger{
    display:block!important;
    position:relative!important;
    width:82px!important;
    min-width:82px!important;
    max-width:82px!important;
    height:42px!important;
    flex:0 0 82px!important;
    margin:0!important;
    padding:0 11px!important;
    border-radius:4px!important;
    overflow:hidden!important;
    background-image:none!important;
  }
  .slo-shop-header__burger span{
    position:absolute!important;
    left:10px!important;
    top:50%!important;
    transform:translateY(-50%)!important;
    font:400 11px/1 "VelaSans",Arial,sans-serif!important;
  }
  .slo-shop-header__burger i{
    position:absolute!important;
    right:10px!important;
    width:15px!important;
    height:1px!important;
    top:16px!important;
  }
  .slo-shop-header__burger i+i{top:24px!important}

  body.slo-catalog-page:not(.slo-catalog-scrolled) .slo-shop-header__burger,
  body.slo-catalog-page:not(.slo-catalog-scrolled) .slo-shop-header__burger:hover,
  body.slo-catalog-page:not(.slo-catalog-scrolled) .slo-shop-header__burger:focus,
  body.slo-catalog-page:not(.slo-catalog-scrolled) .slo-shop-header__burger:active{
    background:rgba(0,0,0,.08)!important;
    background-color:rgba(0,0,0,.08)!important;
    border-color:rgba(255,255,255,.62)!important;
    color:#fff!important;
    -webkit-text-fill-color:#fff!important;
    -webkit-backdrop-filter:blur(7px)!important;
    backdrop-filter:blur(7px)!important;
  }
  body.slo-catalog-page:not(.slo-catalog-scrolled) .slo-shop-header__burger span{
    color:#fff!important;
    -webkit-text-fill-color:#fff!important;
  }
  body.slo-catalog-page:not(.slo-catalog-scrolled) .slo-shop-header__burger i{
    background:#010101!important;
  }

  body.slo-catalog-page.slo-catalog-scrolled .slo-shop-header__burger,
  body.slo-catalog-page.slo-catalog-scrolled .slo-shop-header__burger:hover,
  body.slo-catalog-page.slo-catalog-scrolled .slo-shop-header__burger:focus,
  body.slo-catalog-page.slo-catalog-scrolled .slo-shop-header__burger:active{
    background:#010101!important;
    background-color:#010101!important;
    border-color:#fff!important;
    color:#fff!important;
    -webkit-text-fill-color:#fff!important;
  }
  body.slo-catalog-page.slo-catalog-scrolled .slo-shop-header__burger span{
    color:#fff!important;
    -webkit-text-fill-color:#fff!important;
  }
  body.slo-catalog-page.slo-catalog-scrolled .slo-shop-header__burger i{
    background:#0a253e!important;
  }
}

@media(max-width:700px){
  body.slo-catalog-page .slo-shop-hero,
  body.slo-catalog-page .slo-shop-hero__inner{
    min-height:620px!important;
  }
  body.slo-catalog-page .slo-shop-hero__inner{
    padding-top:92px!important;
    padding-bottom:92px!important;
  }
  body.slo-catalog-page .slo-shop-breadcrumb{
    gap:9px!important;
    font-size:10px!important;
  }
  body.slo-catalog-page .slo-shop-hero__bottom{
    display:grid!important;
    grid-template-columns:minmax(0,1fr)!important;
    gap:20px!important;
    width:100%!important;
    min-width:0!important;
    align-items:start!important;
  }
  body.slo-catalog-page .slo-shop-hero h1{
    width:100%!important;
    max-width:100%!important;
    font-size:clamp(58px,18.2vw,80px)!important;
    line-height:.82!important;
    letter-spacing:-.072em!important;
    white-space:nowrap!important;
    overflow:visible!important;
  }
  body.slo-catalog-page .slo-shop-hero__copy{
    width:min(100%,350px)!important;
    max-width:350px!important;
    padding:0!important;
  }
  body.slo-catalog-page .slo-shop-hero__copy p{
    max-width:340px!important;
    font-size:14px!important;
    line-height:1.48!important;
  }
  body.slo-catalog-page .slo-shop-contact-trigger{
    width:min(226px,100%)!important;
    min-height:50px!important;
    margin-top:20px!important;
  }
  body.slo-catalog-page .slo-shop-hero__fade{
    height:118px!important;
  }
  body.slo-catalog-page .slo-shop-catalog{
    padding-top:28px!important;
  }
}

@media(max-width:430px){
  body.slo-catalog-page .slo-shop-hero,
  body.slo-catalog-page .slo-shop-hero__inner{
    min-height:600px!important;
  }
  body.slo-catalog-page .slo-shop-hero__inner{
    padding-top:88px!important;
    padding-bottom:82px!important;
  }
  body.slo-catalog-page .slo-shop-hero h1{
    font-size:clamp(56px,17.7vw,76px)!important;
  }
  body.slo-catalog-page .slo-shop-hero__bottom{gap:18px!important}
  .slo-shop-mobile{padding-left:16px!important;padding-right:16px!important}
  .slo-shop-mobile nav a,.slo-shop-mobile nav button{
    min-height:56px!important;
    font-size:22px!important;
  }
}


/* V107 — mobile close button: SL Optics orange in every theme/Elementor state */
@media(max-width:980px){
  .slo-shop-mobile [data-slo-shop-mobile-close],
  .slo-shop-mobile [data-slo-shop-mobile-close]:hover,
  .slo-shop-mobile [data-slo-shop-mobile-close]:focus,
  .slo-shop-mobile [data-slo-shop-mobile-close]:focus-visible,
  .slo-shop-mobile [data-slo-shop-mobile-close]:active,
  .slo-shop-mobile [data-slo-shop-mobile-close]:visited,
  .slo-shop-mobile [data-slo-shop-mobile-close].elementor-button,
  .slo-shop-mobile [data-slo-shop-mobile-close].elementor-active{
    -webkit-appearance:none!important;
    appearance:none!important;
    background:#FFD700!important;
    background-color:#FFD700!important;
    background-image:none!important;
    border:1px solid #FFD700!important;
    color:#fff!important;
    -webkit-text-fill-color:#fff!important;
    box-shadow:none!important;
    text-shadow:none!important;
    outline:none!important;
    text-decoration:none!important;
    opacity:1!important;
    padding:10px 14px!important;
    border-radius:4px!important;
    font:400 11px/1 "VelaSans",Arial,sans-serif!important;
  }
  .slo-shop-mobile [data-slo-shop-mobile-close]:focus-visible{
    outline:1px solid #fff!important;
    outline-offset:2px!important;
  }
}


/* =========================================================
   V109 — ONE MOBILE MENU EVERYWHERE
   Matches the home page: orange panel + white type.
========================================================= */
@media(max-width:980px){
  .slo-shop-mobile{
    display:block!important;
    position:fixed!important;
    inset:0!important;
    z-index:10020!important;
    overflow-y:auto!important;
    overscroll-behavior:contain!important;
    -webkit-overflow-scrolling:touch!important;
    padding:20px 22px 28px!important;
    background:#FFD700!important;
    color:#fff!important;
    opacity:0!important;
    transform:none!important;
    visibility:hidden!important;
    pointer-events:none!important;
    transition:opacity .24s ease,visibility 0s linear .24s!important;
    scrollbar-width:none!important;
  }
  .slo-shop-mobile::-webkit-scrollbar{display:none!important}
  .slo-shop-mobile.is-open{
    opacity:1!important;
    visibility:visible!important;
    pointer-events:auto!important;
    transition:opacity .24s ease,visibility 0s!important;
  }
  .slo-shop-mobile__head{
    min-height:52px!important;
    padding:0 0 18px!important;
    display:flex!important;
    align-items:center!important;
    justify-content:space-between!important;
    border-bottom:1px solid rgba(255,255,255,.30)!important;
    color:#fff!important;
    -webkit-text-fill-color:#fff!important;
    font:500 10px/1 "VelaSans",Arial,sans-serif!important;
    letter-spacing:.12em!important;
  }
  .slo-shop-mobile [data-slo-shop-mobile-close],
  .slo-shop-mobile [data-slo-shop-mobile-close]:hover,
  .slo-shop-mobile [data-slo-shop-mobile-close]:focus,
  .slo-shop-mobile [data-slo-shop-mobile-close]:focus-visible,
  .slo-shop-mobile [data-slo-shop-mobile-close]:active,
  .slo-shop-mobile [data-slo-shop-mobile-close]:visited,
  .slo-shop-mobile [data-slo-shop-mobile-close].elementor-button,
  .slo-shop-mobile [data-slo-shop-mobile-close].elementor-active{
    appearance:none!important;
    -webkit-appearance:none!important;
    min-width:86px!important;
    height:42px!important;
    padding:0 14px!important;
    border:1px solid rgba(255,255,255,.72)!important;
    border-radius:4px!important;
    background:transparent!important;
    background-color:transparent!important;
    background-image:none!important;
    color:#fff!important;
    -webkit-text-fill-color:#fff!important;
    box-shadow:none!important;
    outline:none!important;
    text-shadow:none!important;
    font:400 12px/1 "VelaSans",Arial,sans-serif!important;
  }
  .slo-shop-mobile [data-slo-shop-mobile-close]:focus-visible{outline:1px solid #fff!important;outline-offset:2px!important}
  .slo-shop-mobile nav{
    display:grid!important;
    padding:24px 0 0!important;
    margin:0!important;
  }
  .slo-shop-mobile nav>a,
  .slo-shop-mobile nav>button,
  .slo-shop-mobile nav>a:visited{
    display:flex!important;
    align-items:center!important;
    justify-content:flex-start!important;
    min-height:58px!important;
    padding:0!important;
    border:0!important;
    border-bottom:1px solid rgba(255,255,255,.26)!important;
    background:transparent!important;
    color:#fff!important;
    -webkit-text-fill-color:#fff!important;
    font:400 clamp(25px,7vw,34px)/1 "PPNeueMachina",Arial,sans-serif!important;
    letter-spacing:-.035em!important;
    text-decoration:none!important;
    text-align:left!important;
  }
  .slo-shop-mobile nav>a:hover,
  .slo-shop-mobile nav>a:focus,
  .slo-shop-mobile nav>a:active,
  .slo-shop-mobile nav>a.is-current{
    color:#fff!important;
    -webkit-text-fill-color:#fff!important;
    background:rgba(255,255,255,.08)!important;
  }
  .slo-shop-mobile__subcats{
    display:grid!important;
    padding:8px 0 14px 18px!important;
    border-bottom:1px solid rgba(255,255,255,.26)!important;
  }
  .slo-shop-mobile__subcats a,
  .slo-shop-mobile__subcats a:visited{
    display:flex!important;
    align-items:center!important;
    min-height:36px!important;
    padding:0!important;
    border:0!important;
    background:transparent!important;
    color:rgba(255,255,255,.82)!important;
    -webkit-text-fill-color:rgba(255,255,255,.82)!important;
    font:400 14px/1.15 "VelaSans",Arial,sans-serif!important;
  }
  .slo-shop-mobile__subcats a:before{content:"—"!important;margin-right:9px!important;color:#fff!important;opacity:.78!important}
  .slo-shop-mobile__contact .slo-mail-icon{color:#fff!important;stroke:#fff!important}
}


/* =========================================================
   V110 — ONE MOBILE MENU EVERYWHERE + MOBILE FILTER DRAWER
========================================================= */
body.slo-mobile-menu-open{overflow:hidden!important;touch-action:none}

.slo-shop-filter-trigger,
.slo-shop-filter-drawer__head,
.slo-shop-filter-backdrop{display:none}

@media(max-width:1240px){
  .slo-shop-header{align-items:flex-start!important;justify-content:space-between!important;padding-left:22px!important;padding-right:22px!important}
  .slo-shop-header__menus{display:none!important}
  .slo-shop-header__burger{
    display:block!important;position:relative!important;width:82px!important;min-width:82px!important;height:42px!important;
    padding:0 11px!important;border:1px solid #0a253e!important;border-radius:4px!important;background:transparent!important;color:#fff!important
  }
  .slo-shop-header__burger span{position:absolute;left:10px;top:50%;transform:translateY(-50%);font:400 11px/1 "VelaSans",Arial,sans-serif!important}
  .slo-shop-header__burger i{position:absolute;right:10px;width:15px;height:1px;background:currentColor!important;top:16px}.slo-shop-header__burger i+i{top:24px}

  .slo-shop-mobile{
    display:block!important;position:fixed!important;inset:0!important;z-index:100020!important;
    padding:20px 22px 28px!important;background:#FFD700!important;color:#fff!important;
    overflow-y:auto!important;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;scrollbar-width:none;
    transform:translate3d(0,-102%,0);visibility:hidden;
    transition:transform .6s cubic-bezier(.16,1,.3,1),visibility 0s linear .6s!important
  }
  .slo-shop-mobile::-webkit-scrollbar{display:none}
  .slo-shop-mobile.is-open{transform:none!important;visibility:visible!important;transition:transform .6s cubic-bezier(.16,1,.3,1),visibility 0s!important}
  .slo-shop-mobile__head{
    min-height:52px!important;padding:0 0 18px!important;display:flex!important;align-items:center!important;justify-content:space-between!important;
    border-bottom:1px solid rgba(255,255,255,.30)!important;color:#fff!important;-webkit-text-fill-color:#fff!important;
    font:500 10px/1 "VelaSans",Arial,sans-serif!important;letter-spacing:.12em!important
  }
  .slo-shop-mobile__head button{
    appearance:none!important;-webkit-appearance:none!important;min-width:86px!important;height:42px!important;padding:0 14px!important;
    border:1px solid rgba(255,255,255,.72)!important;border-radius:4px!important;background:transparent!important;color:#fff!important;
    -webkit-text-fill-color:#fff!important;box-shadow:none!important;outline:none!important;font:400 12px/1 "VelaSans",Arial,sans-serif!important
  }
  .slo-shop-mobile nav{display:grid!important;margin-top:24px!important;padding:0!important}
  .slo-shop-mobile nav>a,
  .slo-shop-mobile nav>a:visited{
    display:flex!important;align-items:center!important;justify-content:flex-start!important;min-height:58px!important;padding:0!important;
    border:0!important;border-bottom:1px solid rgba(255,255,255,.26)!important;background:transparent!important;color:#fff!important;
    -webkit-text-fill-color:#fff!important;font:400 clamp(25px,7vw,34px)/1 "PPNeueMachina",Arial,sans-serif!important;
    letter-spacing:-.035em!important;text-decoration:none!important
  }
  .slo-shop-mobile nav>a:hover,.slo-shop-mobile nav>a:focus,.slo-shop-mobile nav>a:active{background:rgba(255,255,255,.08)!important;color:#fff!important}
  .slo-shop-mobile__subcats{display:grid!important;padding:8px 0 14px 18px!important;border-bottom:1px solid rgba(255,255,255,.26)!important}
  .slo-shop-mobile nav .slo-shop-mobile__subcats a,
  .slo-shop-mobile nav .slo-shop-mobile__subcats a:visited{
    display:flex!important;align-items:center!important;min-height:36px!important;padding:0!important;border:0!important;background:transparent!important;
    color:rgba(255,255,255,.82)!important;-webkit-text-fill-color:rgba(255,255,255,.82)!important;font:400 14px/1.15 "VelaSans",Arial,sans-serif!important;text-decoration:none!important
  }
  .slo-shop-mobile nav .slo-shop-mobile__subcats a:before{content:"—";margin-right:9px;color:#fff!important;opacity:.78!important}
  .slo-shop-mobile__contact .slo-mail-icon{color:#fff!important;stroke:#fff!important}

  body.slo-catalog-page:not(.slo-catalog-scrolled) .slo-shop-header__burger{border-color:rgba(255,255,255,.72)!important;color:#fff!important;background:transparent!important}
  body.slo-catalog-page.slo-catalog-scrolled .slo-shop-header__burger{border-color:#fff!important;color:#fff!important;background:#010101!important}
}

@media(max-width:760px){
  .slo-shop-header{height:70px!important;padding:12px 16px 0!important}
  .slo-shop-header__logo{width:142px!important;height:42px!important}

  .slo-shop-catalog{display:block!important;padding-top:22px!important;position:relative}
  .slo-shop-sidebar{
    position:fixed!important;z-index:100060!important;left:0!important;top:0!important;bottom:0!important;width:min(88vw,390px)!important;
    padding:18px 20px 28px!important;border:0!important;background:#010101!important;overflow-y:auto!important;overscroll-behavior:contain;
    display:block!important;transform:translate3d(-102%,0,0)!important;visibility:hidden!important;
    box-shadow:28px 0 80px rgba(0,0,0,.42)!important;transition:transform .52s cubic-bezier(.16,1,.3,1),visibility 0s linear .52s!important
  }
  .slo-shop-sidebar.is-open{transform:none!important;visibility:visible!important;transition:transform .52s cubic-bezier(.16,1,.3,1),visibility 0s!important}
  .slo-shop-filter-drawer__head{
    display:flex!important;align-items:center!important;justify-content:space-between!important;min-height:54px!important;margin-bottom:12px!important;
    padding-bottom:14px!important;border-bottom:1px solid rgba(255,255,255,.14)!important;color:#fff!important;
    font:600 10px/1 "VelaSans",Arial,sans-serif!important;letter-spacing:.12em!important
  }
  .slo-shop-filter-drawer__head button{
    min-width:84px!important;height:40px!important;padding:0 13px!important;border:1px solid rgba(255,255,255,.28)!important;border-radius:4px!important;
    background:#010101!important;color:#fff!important;font:400 11px/1 "VelaSans",Arial,sans-serif!important
  }
  .slo-shop-sidebar__panel{padding-top:22px!important}
  .slo-shop-sidebar__panel+.slo-shop-sidebar__panel{margin-top:24px!important;padding-top:24px!important}
  .slo-shop-filter-backdrop{
    display:block!important;position:fixed!important;inset:0!important;z-index:100050!important;padding:0!important;border:0!important;
    background:rgba(5,9,14,.48)!important;opacity:0!important;visibility:hidden!important;pointer-events:none!important;
    transition:opacity .28s ease,visibility 0s linear .28s!important
  }
  .slo-shop-filter-backdrop.is-open{opacity:1!important;visibility:visible!important;pointer-events:auto!important;transition:opacity .28s ease,visibility 0s!important}
  .slo-shop-filter-trigger{
    display:flex!important;align-items:center!important;justify-content:space-between!important;gap:16px!important;height:46px!important;min-width:132px!important;
    padding:0 15px!important;border:1px solid rgba(255,255,255,.22)!important;border-radius:4px!important;background:#010101!important;color:#fff!important;
    font:500 11px/1 "VelaSans",Arial,sans-serif!important;text-transform:uppercase!important;letter-spacing:.08em!important
  }
  .slo-shop-filter-trigger i{position:relative;width:18px;height:12px;display:block}
  .slo-shop-filter-trigger i:before,.slo-shop-filter-trigger i:after{content:"";position:absolute;left:0;right:0;height:1px;background:#0a253e}
  .slo-shop-filter-trigger i:before{top:2px;box-shadow:0 4px 0 #fff}.slo-shop-filter-trigger i:after{top:10px;width:10px;left:4px;right:auto}
  .slo-shop-toolbar{display:grid!important;grid-template-columns:1fr auto!important;gap:14px!important;align-items:end!important}
  .slo-shop-toolbar>div{grid-column:1/-1}
  .slo-shop-search{min-width:0!important;width:100%!important}
}


/* V111 — internal mobile menu is pixel-consistent with home menu. */
@media(max-width:1240px){
  html body .slo-shop-mobile[data-slo-shop-mobile]{
    display:block!important;position:fixed!important;inset:0!important;z-index:2147483000!important;
    box-sizing:border-box!important;width:100%!important;height:100%!important;max-width:none!important;
    margin:0!important;padding:20px 22px 28px!important;overflow-y:auto!important;
    background:#FFD700!important;background-image:none!important;color:#fff!important;
    opacity:0!important;visibility:hidden!important;pointer-events:none!important;transform:none!important;
    transition:opacity .24s ease,visibility 0s linear .24s!important;
    overscroll-behavior:contain!important;-webkit-overflow-scrolling:touch!important;scrollbar-width:none!important;
  }
  html body .slo-shop-mobile[data-slo-shop-mobile].is-open{opacity:1!important;visibility:visible!important;pointer-events:auto!important;transition:opacity .24s ease,visibility 0s!important}
  html body .slo-shop-mobile[data-slo-shop-mobile] .slo-shop-mobile__head{
    min-height:52px!important;margin:0!important;padding:0 0 18px!important;display:flex!important;align-items:center!important;justify-content:space-between!important;
    border:0!important;border-bottom:1px solid rgba(255,255,255,.30)!important;background:transparent!important;color:#fff!important;-webkit-text-fill-color:#fff!important;
    font:500 10px/1 "VelaSans",Arial,sans-serif!important;letter-spacing:.12em!important
  }
  html body .slo-shop-mobile[data-slo-shop-mobile] [data-slo-shop-mobile-close]{
    appearance:none!important;-webkit-appearance:none!important;min-width:86px!important;width:auto!important;height:42px!important;margin:0!important;padding:0 14px!important;
    border:1px solid rgba(255,255,255,.72)!important;border-radius:4px!important;background:transparent!important;background-image:none!important;color:#fff!important;-webkit-text-fill-color:#fff!important;
    box-shadow:none!important;outline:none!important;text-shadow:none!important;font:400 12px/1 "VelaSans",Arial,sans-serif!important
  }
  html body .slo-shop-mobile[data-slo-shop-mobile] nav{display:grid!important;grid-template-columns:1fr!important;gap:0!important;margin:24px 0 0!important;padding:0!important;background:transparent!important}
  html body .slo-shop-mobile[data-slo-shop-mobile] nav>a,
  html body .slo-shop-mobile[data-slo-shop-mobile] nav>a:visited{
    display:flex!important;align-items:center!important;justify-content:flex-start!important;min-height:58px!important;height:auto!important;margin:0!important;padding:0!important;
    border:0!important;border-bottom:1px solid rgba(255,255,255,.26)!important;border-radius:0!important;background:transparent!important;color:#fff!important;-webkit-text-fill-color:#fff!important;
    font:400 clamp(25px,7vw,34px)/1 "PPNeueMachina",Arial,sans-serif!important;letter-spacing:-.035em!important;text-decoration:none!important;text-align:left!important
  }
  html body .slo-shop-mobile[data-slo-shop-mobile] .slo-shop-mobile__subcats{display:grid!important;grid-template-columns:1fr!important;gap:0!important;margin:0!important;padding:8px 0 14px 18px!important;border:0!important;border-bottom:1px solid rgba(255,255,255,.26)!important;background:transparent!important}
  html body .slo-shop-mobile[data-slo-shop-mobile] nav .slo-shop-mobile__subcats a,
  html body .slo-shop-mobile[data-slo-shop-mobile] nav .slo-shop-mobile__subcats a:visited{
    display:flex!important;align-items:center!important;min-height:36px!important;height:auto!important;margin:0!important;padding:0!important;border:0!important;border-radius:0!important;background:transparent!important;
    color:rgba(255,255,255,.82)!important;-webkit-text-fill-color:rgba(255,255,255,.82)!important;font:400 14px/1.15 "VelaSans",Arial,sans-serif!important;text-decoration:none!important
  }
  html body .slo-shop-mobile[data-slo-shop-mobile] nav .slo-shop-mobile__subcats a:before{content:"—"!important;margin-right:9px!important;color:#fff!important;opacity:.78!important}
  html body .slo-shop-mobile[data-slo-shop-mobile] .slo-mail-icon{color:#fff!important;stroke:#fff!important}
}
@media(max-width:430px){html body .slo-shop-mobile[data-slo-shop-mobile]{padding-left:22px!important;padding-right:22px!important}html body .slo-shop-mobile[data-slo-shop-mobile] nav>a{min-height:58px!important;font-size:clamp(25px,7vw,34px)!important}}

/* V113 — exact parity with the home mobile menu.
   Old shop mobile rules used justify-content:space-between on every nested link,
   which pushed category labels to the right on internal pages. */
@media(max-width:1240px){
  html body .slo-shop-mobile[data-slo-shop-mobile] nav .slo-shop-mobile__subcats a,
  html body .slo-shop-mobile[data-slo-shop-mobile] nav .slo-shop-mobile__subcats a:visited{
    justify-content:flex-start!important;
    gap:0!important;
    width:100%!important;
    text-align:left!important;
  }
  html body .slo-shop-mobile[data-slo-shop-mobile] .slo7-mobile__contact,
  html body .slo-shop-mobile[data-slo-shop-mobile] .slo-shop-mobile__contact{
    justify-content:flex-start!important;
    gap:10px!important;
  }
  html body .slo-shop-mobile[data-slo-shop-mobile] .slo7-mobile__contact .slo-mail-icon,
  html body .slo-shop-mobile[data-slo-shop-mobile] .slo-shop-mobile__contact .slo-mail-icon{
    width:18px!important;
    height:18px!important;
    flex:0 0 18px!important;
    margin:0!important;
  }
}


/* V119 — catalog desktop layout hard reset */
@media(min-width:761px){
 body.slo-catalog-page .slo-shop-catalog{display:grid!important;grid-template-columns:260px minmax(0,1fr)!important;grid-template-areas:"sidebar main"!important;column-gap:40px!important;align-items:start!important;position:relative!important}
 body.slo-catalog-page .slo-shop-sidebar{grid-area:sidebar!important;grid-column:1!important;grid-row:1!important;width:100%!important;min-width:0!important;margin:0!important}
 body.slo-catalog-page .slo-shop-main{grid-area:main!important;grid-column:2!important;grid-row:1!important;display:block!important;position:relative!important;width:100%!important;min-width:0!important;max-width:none!important;margin:0!important;padding:0!important;transform:none!important}
 body.slo-catalog-page .slo-shop-filter-backdrop,body.slo-catalog-page .slo-shop-filter-drawer__head,body.slo-catalog-page .slo-shop-filter-trigger{display:none!important}
 body.slo-catalog-page .slo-shop-toolbar,body.slo-catalog-page .slo-shop-grid{width:100%!important;min-width:0!important;margin-left:0!important;margin-right:0!important;transform:none!important}
}


/* =========================================================
   OIL66 1.0.5.8 — catalog hero background + dark fade
========================================================= */
.slo-shop-catalog-hero,
.slo-catalog-hero,
.catalog-hero,
.shop-catalog-hero,
.slo-shop-hero,
.slo-catalog-page__hero {
  background-image:
    linear-gradient(180deg, rgba(1,1,1,.08) 0%, rgba(1,1,1,.22) 46%, #010101 100%),
    url("https://oil-66.ru/wp-content/uploads/2026/08/1-18.jpg") !important;
  background-size:cover!important;
  background-position:center!important;
  background-repeat:no-repeat!important;
}

/* Kill any old white fade/veil on catalog hero */
.slo-shop-catalog-hero::after,
.slo-catalog-hero::after,
.catalog-hero::after,
.shop-catalog-hero::after,
.slo-shop-hero::after,
.slo-catalog-page__hero::after,
.slo-shop-catalog-hero .fade,
.slo-catalog-hero .fade,
.catalog-hero .fade,
.shop-catalog-hero .fade,
.slo-shop-hero .fade {
  background:
    linear-gradient(180deg, rgba(1,1,1,0) 0%, rgba(1,1,1,.58) 72%, #010101 100%) !important;
  background-color:#010101!important;
}


/* =========================================================
   OIL66 1.0.5.9 — REAL CATALOG HERO FIX
   Exact elements used by shop-page.php.
========================================================= */
body.slo-catalog-page .slo-shop-hero__media{
  background-image:url("https://oil-66.ru/wp-content/uploads/2026/08/1-18.jpg")!important;
  background-size:cover!important;
  background-position:center center!important;
  background-repeat:no-repeat!important;
}

body.slo-catalog-page .slo-shop-hero__fade{
  height:220px!important;
  background:linear-gradient(
    to bottom,
    rgba(1,1,1,0) 0%,
    rgba(1,1,1,.05) 18%,
    rgba(1,1,1,.18) 38%,
    rgba(1,1,1,.48) 60%,
    rgba(1,1,1,.82) 80%,
    #010101 100%
  )!important;
  background-color:transparent!important;
}

body.slo-catalog-page .slo-shop-hero__fade::before{
  background:linear-gradient(
    to bottom,
    rgba(1,1,1,0) 0%,
    rgba(1,1,1,.10) 38%,
    rgba(1,1,1,.55) 76%,
    #010101 100%
  )!important;
  -webkit-backdrop-filter:blur(8px)!important;
  backdrop-filter:blur(8px)!important;
}

body.slo-catalog-page .slo-shop-hero + .slo-shop-inset,
body.slo-catalog-page .slo-shop-catalog-wrap,
body.slo-catalog-page .slo-shop-page{
  background-color:#010101!important;
}

@media(max-width:700px){
  body.slo-catalog-page .slo-shop-hero__fade{
    height:145px!important;
  }
}


/* =========================================================
   OIL66 1.0.6.1 — product page title/layout fix
   Prevent long product titles from overlapping the right media card.
========================================================= */
body.slo-product-page .slo-product-hero,
body.single-slo_product .slo-product-hero,
body.slo-product-page .slo-product-detail,
body.single-slo_product .slo-product-detail{
  overflow:visible!important;
}

body.slo-product-page .slo-product-hero__grid,
body.single-slo_product .slo-product-hero__grid,
body.slo-product-page .slo-product-detail__grid,
body.single-slo_product .slo-product-detail__grid{
  display:grid!important;
  grid-template-columns:minmax(0,1.22fr) minmax(420px,.78fr)!important;
  gap:clamp(44px,5vw,86px)!important;
  align-items:start!important;
}

body.slo-product-page .slo-product-hero__content,
body.single-slo_product .slo-product-hero__content,
body.slo-product-page .slo-product-detail__content,
body.single-slo_product .slo-product-detail__content{
  min-width:0!important;
  max-width:100%!important;
}

body.slo-product-page .slo-product-hero h1,
body.single-slo_product .slo-product-hero h1,
body.slo-product-page .slo-product-detail h1,
body.single-slo_product .slo-product-detail h1,
body.slo-product-page .slo-product-title,
body.single-slo_product .slo-product-title{
  max-width:100%!important;
  width:auto!important;
  margin-right:0!important;
  font-size:clamp(58px,6.1vw,104px)!important;
  line-height:.92!important;
  letter-spacing:-.055em!important;
  overflow-wrap:anywhere!important;
  word-break:normal!important;
  hyphens:auto!important;
}

body.slo-product-page .slo-product-hero__media,
body.single-slo_product .slo-product-hero__media,
body.slo-product-page .slo-product-detail__media,
body.single-slo_product .slo-product-detail__media{
  min-width:0!important;
  width:100%!important;
  max-width:100%!important;
  position:relative!important;
  z-index:2!important;
}

@media(max-width:1180px){
  body.slo-product-page .slo-product-hero__grid,
  body.single-slo_product .slo-product-hero__grid,
  body.slo-product-page .slo-product-detail__grid,
  body.single-slo_product .slo-product-detail__grid{
    grid-template-columns:minmax(0,1fr) minmax(360px,.72fr)!important;
    gap:34px!important;
  }

  body.slo-product-page .slo-product-hero h1,
  body.single-slo_product .slo-product-hero h1,
  body.slo-product-page .slo-product-detail h1,
  body.single-slo_product .slo-product-detail h1,
  body.slo-product-page .slo-product-title,
  body.single-slo_product .slo-product-title{
    font-size:clamp(50px,6.4vw,78px)!important;
  }
}

@media(max-width:900px){
  body.slo-product-page .slo-product-hero__grid,
  body.single-slo_product .slo-product-hero__grid,
  body.slo-product-page .slo-product-detail__grid,
  body.single-slo_product .slo-product-detail__grid{
    grid-template-columns:1fr!important;
  }

  body.slo-product-page .slo-product-hero__media,
  body.single-slo_product .slo-product-hero__media,
  body.slo-product-page .slo-product-detail__media,
  body.single-slo_product .slo-product-detail__media{
    order:2!important;
  }

  body.slo-product-page .slo-product-hero h1,
  body.single-slo_product .slo-product-hero h1,
  body.slo-product-page .slo-product-detail h1,
  body.single-slo_product .slo-product-detail h1,
  body.slo-product-page .slo-product-title,
  body.single-slo_product .slo-product-title{
    font-size:clamp(46px,9vw,72px)!important;
  }
}

@media(max-width:560px){
  body.slo-product-page .slo-product-hero h1,
  body.single-slo_product .slo-product-hero h1,
  body.slo-product-page .slo-product-detail h1,
  body.single-slo_product .slo-product-detail h1,
  body.slo-product-page .slo-product-title,
  body.single-slo_product .slo-product-title{
    font-size:clamp(38px,12vw,58px)!important;
  }
}

/* Oil-66 domain migration + product hero title fix */
.slo-product-hero h1,.slo-single-product h1,.slo-product-title{font-size:clamp(42px,5vw,76px)!important;line-height:.95!important;max-width:760px!important;position:relative;z-index:2;}
@media(max-width:900px){.slo-product-hero h1,.slo-single-product h1,.slo-product-title{font-size:42px!important;max-width:100%!important;}}

/* OIL66: mobile menu and burger are always white. */
.slo-shop-mobile__subcats{display:none!important}
@media(max-width:1240px){.slo-shop-header__burger,.slo-shop-header__burger span{color:#fff!important;-webkit-text-fill-color:#fff!important}.slo-shop-header__burger i{background:#fff!important}}
