/* WINGERFIX premium shop catalogue — loaded only on WooCommerce archives. */
body.rayan-premium-catalog .rayan-commerce-main{
  padding-bottom:84px;
  background:
    radial-gradient(circle at 8% 13%,rgba(38,119,255,.055),transparent 23rem),
    linear-gradient(180deg,#f9fbff 0,#fff 26rem,#f8fbff 100%);
}
body.rayan-premium-catalog .rayan-shop-hero{
  overflow:hidden;
  padding:44px 0 38px;
  border-bottom:1px solid #e7eef8;
  background:
    radial-gradient(circle at 14% -45%,rgba(21,105,244,.12),transparent 26rem),
    linear-gradient(145deg,#fff,#f5f9ff);
  color:#4c607c;
}
body.rayan-premium-catalog .rayan-shop-hero::before{
  left:5%;
  top:-26rem;
  width:42rem;
  height:42rem;
  border-color:rgba(20,103,237,.075);
  box-shadow:0 0 0 4.5rem rgba(20,103,237,.018),0 0 0 9rem rgba(20,103,237,.012);
}
body.rayan-premium-catalog .rayan-shop-hero .container,
body.rayan-premium-catalog .rayan-commerce-shell{
  width:min(1600px,calc(100% - 52px));
  max-width:none;
}
body.rayan-premium-catalog .rayan-shop-hero .container{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  align-items:end;
  column-gap:40px;
}
body.rayan-premium-catalog .rayan-shop-hero .container>span{
  grid-column:1;
  margin:0 0 6px;
  color:#1268db;
  font-size:12px;
  font-weight:850;
}
body.rayan-premium-catalog .rayan-shop-hero h1{
  grid-column:1;
  max-width:920px;
  margin:0;
  color:#092451;
  font-size:clamp(29px,3vw,43px);
  line-height:1.45;
}
body.rayan-premium-catalog .rayan-shop-hero p{
  grid-column:1;
  max-width:890px;
  margin:8px 0 0;
  color:#5f718c;
  font-size:14px;
  line-height:2;
}
body.rayan-premium-catalog .rayan-shop-hero-trust{
  grid-column:2;
  grid-row:1/4;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:8px;
  min-width:390px;
}
body.rayan-premium-catalog .rayan-shop-hero-trust b{
  min-height:42px;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:8px 13px;
  border:1px solid #d8e5f6;
  border-radius:12px;
  background:rgba(255,255,255,.82);
  box-shadow:0 7px 22px rgba(25,67,124,.035);
  color:#334f73;
  font-size:10px;
  font-weight:800;
}
body.rayan-premium-catalog .rayan-commerce-shell{
  padding-top:25px;
}
body.rayan-premium-catalog .woocommerce-breadcrumb{
  margin:0 0 22px!important;
  color:#8493a8!important;
  font-size:11px!important;
}
body.rayan-premium-catalog .woocommerce-result-count{
  float:right!important;
  margin:13px 0 20px!important;
  color:#274a78!important;
  font-size:14px!important;
  font-weight:650;
  line-height:48px;
}
body.rayan-premium-catalog .woocommerce-ordering{
  position:relative;
  float:left!important;
  margin:0 0 20px!important;
}
body.rayan-premium-catalog .woocommerce-ordering::after{
  content:"";
  position:absolute;
  left:18px;
  top:50%;
  width:8px;
  height:8px;
  border-left:2px solid #173d6f;
  border-bottom:2px solid #173d6f;
  transform:translateY(-68%) rotate(-45deg);
  pointer-events:none;
}
body.rayan-premium-catalog .woocommerce-ordering select{
  min-width:270px;
  min-height:52px;
  margin:0;
  padding:9px 18px 9px 48px;
  border:1px solid #bfd4f1;
  border-radius:13px;
  appearance:none;
  background:#fff;
  box-shadow:0 8px 24px rgba(22,73,144,.035);
  color:#173b6c;
  font-family:inherit;
  font-size:13px;
  font-weight:700;
  cursor:pointer;
}
body.rayan-premium-catalog .woocommerce-ordering select:focus-visible{
  outline:3px solid rgba(14,105,238,.2);
  outline-offset:2px;
}
body.rayan-premium-catalog .woocommerce ul.products,
body.rayan-premium-catalog ul.products{
  clear:both;
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:32px!important;
  margin:0!important;
  padding:10px 0 0!important;
}
body.rayan-premium-catalog .woocommerce ul.products::before,
body.rayan-premium-catalog .woocommerce ul.products::after,
body.rayan-premium-catalog ul.products::before,
body.rayan-premium-catalog ul.products::after{
  display:none!important;
}
body.rayan-premium-catalog .woocommerce ul.products li.product,
body.rayan-premium-catalog ul.products li.product{
  float:none!important;
  width:auto!important;
  min-width:0;
  height:100%;
  margin:0!important;
  padding:0!important;
  border:0!important;
  border-radius:26px!important;
  background:transparent!important;
  box-shadow:none!important;
  transform:none!important;
}
body.rayan-premium-catalog .woocommerce ul.products li.product:hover,
body.rayan-premium-catalog ul.products li.product:hover{
  border:0!important;
  box-shadow:none!important;
  transform:none!important;
}
body.rayan-premium-catalog .woocommerce ul.products li.product .star-rating,
body.rayan-premium-catalog ul.products li.product .star-rating,
body.rayan-premium-catalog .woocommerce ul.products li.product>.onsale{
  display:none!important;
}
.rayan-catalog-card{
  --catalog-blue:#0965ef;
  --catalog-ink:#09234b;
  --catalog-copy:#4f6583;
  --catalog-line:#dce7f4;
  min-width:0;
  height:100%;
  display:flex;
  flex-direction:column;
  overflow:hidden;
  border:1px solid rgba(217,229,244,.8);
  border-radius:26px;
  background:rgba(255,255,255,.97);
  box-shadow:0 15px 50px rgba(17,59,116,.075);
  transition:transform .25s ease,border-color .25s ease,box-shadow .25s ease;
}
.rayan-catalog-card:hover{
  transform:translateY(-4px);
  border-color:#bfd6f4;
  box-shadow:0 24px 65px rgba(13,62,132,.115);
}
.rayan-catalog-card__flags{
  min-height:84px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  padding:28px 30px 18px;
  direction:rtl;
}
.rayan-catalog-card__flag-group{
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:7px;
}
.rayan-catalog-card__flag{
  min-height:38px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  padding:7px 13px;
  border:1px solid #d8e4f3;
  border-radius:12px;
  background:#fff;
  color:#2b4d78;
  font-size:10.5px;
  font-weight:760;
  line-height:1.6;
  white-space:nowrap;
}
.rayan-catalog-card__flag .rayan-product-icon{
  width:20px;
  height:20px;
  fill:none;
  stroke:#0965ef;
  stroke-width:1.8;
}
.rayan-catalog-card__flag.is-recommendation{
  border-color:#cfdef6;
  background:#f1f6ff;
  color:#244d85;
}
.rayan-catalog-card__flag.is-sale{
  border-color:#ffd4dc;
  background:#fff2f4;
  color:#c62f49;
}
.rayan-catalog-card__main{
  min-width:0;
  display:grid;
  grid-template-columns:minmax(205px,.78fr) minmax(0,1.22fr);
  grid-template-areas:"media content";
  align-items:stretch;
  gap:22px;
  padding:6px 30px 22px;
}
.rayan-catalog-card__content{
  grid-area:content;
  min-width:0;
  display:flex;
  flex-direction:column;
  padding:13px 0 2px;
}
.rayan-catalog-card__content h2{
  margin:0;
  color:var(--catalog-ink);
  font-size:clamp(20px,1.55vw,27px);
  line-height:1.65;
  font-weight:900;
}
.rayan-catalog-card__content h2 a{
  color:inherit;
  text-decoration:none;
}
.rayan-catalog-card__content h2 a:hover{
  color:var(--catalog-blue);
}
.rayan-catalog-card__summary{
  min-height:64px;
  margin:9px 0 18px;
  color:var(--catalog-copy);
  font-size:13px;
  line-height:2.15;
}
.rayan-catalog-card__features{
  list-style:none;
  min-width:0;
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:7px;
  margin:auto 0 0!important;
  padding:0!important;
  direction:rtl;
}
.rayan-catalog-card__features li{
  min-width:0;
  min-height:126px;
  display:flex;
  align-items:center;
  flex-direction:column;
  justify-content:flex-start;
  padding:13px 6px 9px;
  border:1px solid var(--catalog-line);
  border-radius:12px;
  background:linear-gradient(180deg,#fff,#fbfdff);
  text-align:center;
}
.rayan-catalog-card__features .rayan-product-icon{
  width:29px;
  height:29px;
  flex:0 0 auto;
  margin-bottom:8px;
  fill:none;
  stroke:var(--catalog-blue);
  stroke-linecap:round;
  stroke-linejoin:round;
  stroke-width:1.8;
}
.rayan-catalog-card__features strong{
  min-height:34px;
  display:flex;
  align-items:center;
  justify-content:center;
  color:#18365f;
  font-size:10.5px;
  font-weight:850;
  line-height:1.75;
}
.rayan-catalog-card__features span{
  display:block;
  margin-top:4px;
  color:#74859c;
  font-size:9px;
  line-height:1.7;
}
.rayan-catalog-card__media{
  position:relative;
  isolation:isolate;
  grid-area:media;
  min-width:0;
  min-height:330px;
  display:grid;
  place-items:center;
  overflow:hidden;
  border-radius:22px;
  background:
    radial-gradient(circle at 50% 35%,rgba(255,255,255,.96),rgba(239,246,255,.88) 55%,rgba(229,239,253,.82));
  text-decoration:none;
}
.rayan-catalog-card__media::after{
  content:"";
  position:absolute;
  z-index:0;
  inset:auto -18% -30% -18%;
  height:55%;
  background:radial-gradient(ellipse,rgba(24,86,170,.13),transparent 70%);
  filter:blur(15px);
}
.rayan-catalog-card__orbit{
  position:absolute;
  z-index:0;
  top:28px;
  left:50%;
  width:86%;
  aspect-ratio:1;
  border:4px solid rgba(255,255,255,.9);
  border-radius:50%;
  box-shadow:0 0 0 1px rgba(16,96,222,.035),0 0 0 22px rgba(255,255,255,.18);
  transform:translateX(-50%);
}
body.rayan-premium-catalog .woocommerce ul.products li.product .rayan-catalog-card__media img,
body.rayan-premium-catalog ul.products li.product .rayan-catalog-card__media img,
.rayan-catalog-card__media .rayan-catalog-card__image{
  position:relative;
  z-index:2;
  width:94%!important;
  height:295px!important;
  max-width:340px;
  margin:0!important;
  padding:8px;
  border:0;
  border-radius:0;
  background:transparent!important;
  object-fit:contain!important;
  filter:drop-shadow(0 18px 15px rgba(4,23,49,.18));
  transition:transform .25s ease;
}
.rayan-catalog-card:hover .rayan-catalog-card__media img{
  transform:translateY(-3px) scale(1.015);
}
.rayan-catalog-card__stock{
  position:absolute;
  z-index:3;
  right:14px;
  bottom:14px;
  padding:6px 10px;
  border-radius:9px;
  background:rgba(19,39,68,.88);
  color:#fff;
  font-size:9px;
  font-weight:800;
}
.rayan-catalog-card__purchase{
  margin-top:auto;
  padding:0 30px 30px;
}
.rayan-catalog-card__price{
  min-height:76px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:12px;
  padding:15px 0;
  border-bottom:1px solid #dce6f2;
  color:#405979;
}
.rayan-catalog-card__price>span{
  font-size:12px;
  font-weight:650;
}
.rayan-catalog-card__price>strong{
  display:flex;
  align-items:baseline;
  flex-wrap:wrap;
  justify-content:center;
  gap:5px;
  color:var(--catalog-blue);
  font-size:21px;
  font-weight:900;
}
.rayan-catalog-card__price .woocommerce-Price-currencySymbol{
  margin-inline-start:4px;
  color:#365172;
  font-size:10px;
  font-weight:700;
}
.rayan-catalog-card__price del{
  color:#9aa8ba;
  font-size:11px;
  font-weight:650;
}
.rayan-catalog-card__price ins{
  color:var(--catalog-blue);
  text-decoration:none;
}
.rayan-catalog-card__price>strong.is-contact{
  color:#31557e;
  font-size:13px;
}
.rayan-catalog-card__actions{
  display:grid;
  grid-template-columns:minmax(135px,.75fr) minmax(190px,1.2fr) 62px;
  grid-template-areas:"details consult cart";
  gap:10px;
  margin-top:18px;
  direction:ltr;
}
.rayan-catalog-card__actions>a{
  min-width:0;
  min-height:56px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  border-radius:12px;
  font-family:inherit;
  font-size:12px;
  font-weight:850;
  line-height:1.5;
  text-align:center;
  text-decoration:none;
  direction:rtl;
  transition:transform .2s ease,border-color .2s ease,background .2s ease,box-shadow .2s ease;
}
.rayan-catalog-card__actions>a:hover{
  transform:translateY(-2px);
}
.rayan-catalog-card__actions .rayan-product-icon{
  width:23px;
  height:23px;
  flex:0 0 auto;
  fill:none;
  stroke:currentColor;
  stroke-linecap:round;
  stroke-linejoin:round;
  stroke-width:1.8;
}
.rayan-catalog-card__consult{
  grid-area:consult;
  padding:10px 15px;
  background:linear-gradient(135deg,#0b70ff,#0754e9);
  box-shadow:0 10px 24px rgba(5,89,231,.2);
  color:#fff!important;
}
.rayan-catalog-card__consult:hover{
  background:linear-gradient(135deg,#0865ed,#0647cd);
  box-shadow:0 14px 30px rgba(5,78,202,.27);
}
.rayan-catalog-card__details{
  grid-area:details;
  padding:9px 13px;
  border:1px solid #0d6aff;
  background:#fff;
  color:#0a60df!important;
}
.rayan-catalog-card__details:hover{
  border-color:#0758d6;
  background:#f2f7ff;
}
body.rayan-premium-catalog .woocommerce ul.products li.product a.rayan-catalog-card__cart.button,
body.rayan-premium-catalog ul.products li.product a.rayan-catalog-card__cart.button,
.rayan-catalog-card__cart{
  grid-area:cart;
  width:62px!important;
  min-width:62px!important;
  min-height:56px!important;
  margin:0!important;
  padding:0!important;
  border:1px solid #d7e2ef!important;
  border-radius:12px!important;
  background:#fff!important;
  box-shadow:none!important;
  color:#6f84a3!important;
}
body.rayan-premium-catalog .woocommerce ul.products li.product a.rayan-catalog-card__cart.button:hover,
body.rayan-premium-catalog ul.products li.product a.rayan-catalog-card__cart.button:hover,
.rayan-catalog-card__cart:hover{
  border-color:#9fc3f3!important;
  background:#f3f8ff!important;
  color:#0965ef!important;
}
.rayan-catalog-card__cart.is-unavailable{
  opacity:.62;
}
.rayan-catalog-card__actions .added_to_cart{
  grid-column:1/-1;
  min-height:auto;
  justify-self:center;
  padding:4px 9px!important;
  color:#0965ef;
  font-size:10px;
}
.rayan-catalog-card__note{
  min-height:54px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:12px;
  margin:18px 0 0;
  padding:12px 16px;
  border-radius:12px;
  background:#f1f6ff;
  color:#455f81;
  font-size:10px;
  line-height:1.9;
  text-align:center;
}
.rayan-catalog-card__note .rayan-product-icon{
  width:22px;
  height:22px;
  flex:0 0 auto;
  fill:none;
  stroke:#0965ef;
  stroke-linecap:round;
  stroke-linejoin:round;
  stroke-width:1.8;
}
body.rayan-premium-catalog .rayan-shop-guide{
  margin-top:64px;
  border-color:#dbe7f5;
  background:rgba(255,255,255,.88);
  box-shadow:0 14px 42px rgba(21,62,118,.055);
}
body.rayan-premium-catalog .woocommerce nav.woocommerce-pagination{
  margin-top:42px;
}
body.rayan-premium-catalog .woocommerce-info,
body.rayan-premium-catalog .woocommerce-message,
body.rayan-premium-catalog .woocommerce-error{
  clear:both;
}
.rayan-catalog-card a:focus-visible{
  outline:3px solid rgba(9,101,239,.28);
  outline-offset:3px;
}
@media(max-width:1380px){
  body.rayan-premium-catalog .rayan-shop-hero .container,
  body.rayan-premium-catalog .rayan-commerce-shell{
    width:min(1320px,calc(100% - 36px));
  }
  body.rayan-premium-catalog .woocommerce ul.products,
  body.rayan-premium-catalog ul.products{
    gap:22px!important;
  }
  .rayan-catalog-card__flags{padding-inline:22px}
  .rayan-catalog-card__main{grid-template-columns:minmax(185px,.72fr) minmax(0,1.28fr);gap:16px;padding-inline:22px}
  .rayan-catalog-card__purchase{padding-inline:22px}
  .rayan-catalog-card__media{min-height:310px}
  body.rayan-premium-catalog .woocommerce ul.products li.product .rayan-catalog-card__media img,
  body.rayan-premium-catalog ul.products li.product .rayan-catalog-card__media img,
  .rayan-catalog-card__media .rayan-catalog-card__image{height:270px!important}
  .rayan-catalog-card__features li{min-height:121px;padding-inline:4px}
  .rayan-catalog-card__features strong{font-size:9.2px}
  .rayan-catalog-card__features span{font-size:8px}
  .rayan-catalog-card__actions{grid-template-columns:minmax(120px,.72fr) minmax(175px,1.15fr) 58px}
  body.rayan-premium-catalog .woocommerce ul.products li.product a.rayan-catalog-card__cart.button,
  body.rayan-premium-catalog ul.products li.product a.rayan-catalog-card__cart.button,
  .rayan-catalog-card__cart{width:58px!important;min-width:58px!important}
}
@media(max-width:1120px){
  body.rayan-premium-catalog .rayan-shop-hero .container{
    grid-template-columns:1fr;
  }
  body.rayan-premium-catalog .rayan-shop-hero-trust{
    grid-column:1;
    grid-row:auto;
    grid-template-columns:repeat(4,minmax(0,1fr));
    min-width:0;
    margin-top:20px;
  }
  body.rayan-premium-catalog .woocommerce ul.products,
  body.rayan-premium-catalog ul.products{
    grid-template-columns:minmax(0,1fr)!important;
    gap:20px!important;
  }
  .rayan-catalog-card__main{
    grid-template-columns:minmax(260px,.8fr) minmax(0,1.2fr);
    gap:27px;
  }
  .rayan-catalog-card__content h2{font-size:27px}
  .rayan-catalog-card__summary{font-size:13px}
  .rayan-catalog-card__features strong{font-size:10.5px}
  .rayan-catalog-card__features span{font-size:9px}
}
@media(max-width:760px){
  body.rayan-premium-catalog .rayan-commerce-main{padding-bottom:58px}
  body.rayan-premium-catalog .rayan-shop-hero{padding:32px 0 27px}
  body.rayan-premium-catalog .rayan-shop-hero .container,
  body.rayan-premium-catalog .rayan-commerce-shell{width:calc(100% - 24px)}
  body.rayan-premium-catalog .rayan-shop-hero h1{font-size:28px}
  body.rayan-premium-catalog .rayan-shop-hero p{font-size:12px}
  body.rayan-premium-catalog .rayan-shop-hero-trust{grid-template-columns:1fr 1fr}
  body.rayan-premium-catalog .rayan-shop-hero-trust b{font-size:9px}
  body.rayan-premium-catalog .woocommerce-breadcrumb{margin-bottom:15px!important}
  body.rayan-premium-catalog .woocommerce-result-count{
    float:none!important;
    margin:0 0 8px!important;
    line-height:1.8;
  }
  body.rayan-premium-catalog .woocommerce-ordering{
    float:none!important;
    width:100%;
    margin:0 0 18px!important;
  }
  body.rayan-premium-catalog .woocommerce-ordering select{width:100%;min-width:0}
  .rayan-catalog-card{border-radius:21px}
  .rayan-catalog-card__flags{min-height:0;align-items:flex-start;padding:18px 16px 13px}
  .rayan-catalog-card__flag{min-height:34px;padding:6px 9px;font-size:8.5px}
  .rayan-catalog-card__flag .rayan-product-icon{width:17px;height:17px}
  .rayan-catalog-card__main{
    grid-template-columns:minmax(0,1fr);
    grid-template-areas:"media" "content";
    gap:7px;
    padding:0 16px 14px;
  }
  .rayan-catalog-card__media{min-height:255px;border-radius:18px}
  body.rayan-premium-catalog .woocommerce ul.products li.product .rayan-catalog-card__media img,
  body.rayan-premium-catalog ul.products li.product .rayan-catalog-card__media img,
  .rayan-catalog-card__media .rayan-catalog-card__image{height:225px!important;max-width:300px}
  .rayan-catalog-card__content{padding-top:12px}
  .rayan-catalog-card__content h2{font-size:22px;text-align:center}
  .rayan-catalog-card__summary{min-height:0;margin:7px 0 14px;font-size:11px;text-align:center}
  .rayan-catalog-card__features{grid-template-columns:1fr 1fr;gap:8px}
  .rayan-catalog-card__features li{min-height:112px;padding:11px 7px}
  .rayan-catalog-card__features strong{min-height:29px;font-size:9.5px}
  .rayan-catalog-card__features span{font-size:8px}
  .rayan-catalog-card__purchase{padding:0 16px 18px}
  .rayan-catalog-card__price{min-height:66px;padding-block:12px}
  .rayan-catalog-card__price>strong{font-size:18px}
  .rayan-catalog-card__actions{
    grid-template-columns:minmax(0,1fr) 56px;
    grid-template-areas:"consult consult" "details cart";
    gap:8px;
    margin-top:14px;
  }
  .rayan-catalog-card__actions>a{min-height:52px;font-size:11px}
  body.rayan-premium-catalog .woocommerce ul.products li.product a.rayan-catalog-card__cart.button,
  body.rayan-premium-catalog ul.products li.product a.rayan-catalog-card__cart.button,
  .rayan-catalog-card__cart{width:56px!important;min-width:56px!important;min-height:52px!important}
  .rayan-catalog-card__note{margin-top:12px;padding:10px 12px;font-size:8.7px}
  body.rayan-premium-catalog .rayan-shop-guide{margin-top:42px;padding:21px}
}
@media(max-width:390px){
  body.rayan-premium-catalog .rayan-shop-hero .container,
  body.rayan-premium-catalog .rayan-commerce-shell{width:calc(100% - 18px)}
  .rayan-catalog-card__flags{display:grid;gap:7px}
  .rayan-catalog-card__flag{white-space:normal}
  .rayan-catalog-card__media{min-height:225px}
  body.rayan-premium-catalog .woocommerce ul.products li.product .rayan-catalog-card__media img,
  body.rayan-premium-catalog ul.products li.product .rayan-catalog-card__media img,
  .rayan-catalog-card__media .rayan-catalog-card__image{height:200px!important}
}
@media(prefers-reduced-motion:reduce){
  .rayan-catalog-card,
  .rayan-catalog-card__media img,
  .rayan-catalog-card__actions>a{transition:none!important}
  .rayan-catalog-card:hover,
  .rayan-catalog-card:hover .rayan-catalog-card__media img,
  .rayan-catalog-card__actions>a:hover{transform:none!important}
}
