.service-single--shop-script{
  --shop-ink:#18252d;
  --shop-muted:#68757c;
  --shop-line:#d8dfe2;
  --shop-paper:#f4f6f7;
  --shop-orange:#e85b26;
  --shop-dark:#12232e;
}

.shop-platform-intro,
.shop-platform-benefits,
.shop-platform-pillars{
  position:relative;
  color:var(--shop-ink);
}

.shop-platform-intro{
  padding:clamp(58px,6vw,84px) 0;
  overflow:hidden;
  background:
    radial-gradient(circle at 82% 16%,rgba(232,91,38,.08),transparent 27%),
    linear-gradient(180deg,#eef2f4 0%,#f8f9f9 100%);
}

.shop-platform-intro::before{
  content:"";
  position:absolute;
  right:-110px;
  top:-140px;
  width:390px;
  height:390px;
  border:1px solid rgba(39,67,84,.09);
  border-radius:50%;
  box-shadow:0 0 0 52px rgba(39,67,84,.035),0 0 0 106px rgba(39,67,84,.022);
  pointer-events:none;
}

.shop-platform-intro-grid{
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:minmax(0,1.08fr) minmax(390px,.72fr);
  gap:clamp(42px,5vw,76px);
  align-items:center;
}

.shop-platform-intro-copy{
  min-width:0;
  position:relative;
  isolation:isolate;
}

.shop-platform-intro-copy>*:not(.shop-platform-intro-watermark){
  position:relative;
  z-index:1;
}

.shop-platform-intro-watermark{
  position:absolute;
  z-index:0;
  top:104px;
  right:-18px;
  width:clamp(320px,33vw,430px);
  height:auto;
  opacity:.44;
  transform:rotate(-5deg);
  transform-origin:center;
  pointer-events:none;
  user-select:none;
  filter:saturate(1.18) contrast(1.08);
}

@media(max-width:700px){
  .shop-platform-intro-watermark{
    top:148px;
    right:-48px;
    width:300px;
    opacity:.30;
  }
}

@media(max-width:480px){
  .shop-platform-intro-watermark{
    top:160px;
    right:-62px;
    width:270px;
    opacity:.26;
  }
}

.shop-platform-intro h2,
.shop-platform-section-head h2,
.shop-platform-marketplaces h2{
  margin:0;
  color:var(--shop-ink);
  font-size:clamp(34px,3.4vw,50px);
  font-weight:300;
  line-height:1.04;
  letter-spacing:-.045em;
  text-wrap:balance;
}

.shop-platform-intro-copy>p{
  max-width:850px;
  margin:20px 0 0;
  color:var(--shop-muted);
  font-size:17px;
  font-weight:400;
  line-height:1.68;
}

.shop-platform-intro-copy>.shop-platform-lead{
  margin-top:24px;
  color:#35434b;
  font-size:20px;
  line-height:1.56;
  letter-spacing:-.015em;
}

.shop-platform-stats{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  margin-top:34px;
  border-top:1px solid var(--shop-line);
  border-bottom:1px solid var(--shop-line);
}

.shop-platform-stats>div{
  min-width:0;
  padding:18px 17px 19px 0;
}

.shop-platform-stats>div+div{
  padding-left:20px;
  border-left:1px solid var(--shop-line);
}

.shop-platform-stats strong,
.shop-platform-stats span{
  display:block;
}

.shop-platform-stats strong{
  color:#24333c;
  font-size:22px;
  font-weight:500;
  line-height:1.15;
  letter-spacing:-.025em;
}

.shop-platform-stats span{
  margin-top:5px;
  color:#7b868c;
  font-size:11px;
  font-weight:500;
  line-height:1.35;
  letter-spacing:.07em;
  text-transform:uppercase;
}

.shop-platform-partner{
  min-width:0;
  padding:24px;
  border:1px solid rgba(38,59,72,.15);
  background:rgba(255,255,255,.92);
  box-shadow:0 24px 70px rgba(23,42,54,.1);
}

.shop-platform-partner-head{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:18px;
  margin-bottom:18px;
}

.shop-platform-partner-head>div{
  min-width:0;
}

.shop-platform-partner-head>div>span{
  display:block;
  margin-bottom:5px;
  color:#8a9499;
  font-size:10px;
  font-weight:600;
  line-height:1.3;
  letter-spacing:.1em;
  text-transform:uppercase;
}

.shop-platform-partner h3{
  margin:0;
  color:#22313a;
  font-size:22px;
  font-weight:500;
  line-height:1.22;
  letter-spacing:-.025em;
}

.shop-platform-certificate{
  position:relative;
  width:100%;
  display:block;
  overflow:hidden;
  padding:0;
  border:1px solid #dde2e4;
  background:#f6f6f4;
  cursor:zoom-in;
  box-shadow:0 12px 30px rgba(25,43,54,.08);
}

.shop-platform-certificate img{
  width:100%;
  height:auto;
  aspect-ratio:1500/1060;
  display:block;
  object-fit:contain;
  background:#fff;
  transition:transform .28s ease,filter .28s ease;
}

.shop-platform-certificate>span{
  position:absolute;
  right:12px;
  bottom:12px;
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:9px 12px;
  background:rgba(17,34,45,.92);
  color:#fff;
  font-size:10px;
  font-weight:600;
  line-height:1;
  letter-spacing:.06em;
  text-transform:uppercase;
  box-shadow:0 10px 24px rgba(0,0,0,.16);
}

.shop-platform-certificate:hover img{
  transform:scale(1.012);
  filter:brightness(.96);
}

.shop-platform-certificate:focus-visible{
  outline:3px solid rgba(232,91,38,.42);
  outline-offset:4px;
}

.shop-platform-partner-footer{
  display:grid;
  gap:13px;
  margin-top:17px;
}

.shop-platform-partner-footer p{
  margin:0;
  color:#657279;
  font-size:13px;
  line-height:1.55;
}

.shop-platform-partner-footer a{
  width:max-content;
  display:inline-flex;
  align-items:center;
  gap:9px;
  color:#263640;
  font-size:12px;
  font-weight:600;
  line-height:1.3;
  border-bottom:1px solid rgba(38,54,64,.25);
  transition:color .18s ease,border-color .18s ease;
}

.shop-platform-partner-footer a:hover{
  color:var(--shop-orange);
  border-color:var(--shop-orange);
}

.shop-platform-benefits{
  padding:clamp(64px,7vw,98px) 0;
  background:#fff;
}

.shop-platform-section-head{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(340px,.54fr);
  gap:clamp(40px,6vw,92px);
  align-items:end;
  margin-bottom:38px;
}

.shop-platform-eyebrow{
  display:inline-flex;
  align-items:center;
  gap:10px;
  margin-bottom:14px;
  color:#7b878e;
  font-size:10px;
  font-weight:600;
  line-height:1.3;
  letter-spacing:.12em;
  text-transform:uppercase;
}

.shop-platform-eyebrow::before{
  content:"";
  width:28px;
  height:2px;
  flex:0 0 28px;
  background:var(--shop-orange);
}

.shop-platform-section-head>p{
  max-width:570px;
  margin:0 0 3px;
  color:var(--shop-muted);
  font-size:16px;
  line-height:1.65;
}

.shop-platform-benefit-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  border-top:1px solid var(--shop-line);
  border-left:1px solid var(--shop-line);
}

.shop-platform-benefit-card{
  min-height:245px;
  padding:27px 28px 30px;
  border-right:1px solid var(--shop-line);
  border-bottom:1px solid var(--shop-line);
  background:#fbfcfc;
  transition:transform .22s ease,box-shadow .22s ease,background .22s ease;
}

.shop-platform-benefit-card:nth-child(3n+2){
  background:#f5f8f9;
}

.shop-platform-benefit-card:hover{
  position:relative;
  z-index:1;
  transform:translateY(-3px);
  background:#fff;
  box-shadow:0 18px 42px rgba(24,43,54,.09);
}

.shop-platform-benefit-card--accent{
  background:linear-gradient(145deg,#fff6f1 0%,#fff 72%);
}

.shop-platform-benefit-card--dark,
.shop-platform-benefit-card--dark:hover{
  background:linear-gradient(145deg,#172b37 0%,#0f202a 100%);
  color:#fff;
}

.shop-platform-benefit-no{
  display:block;
  margin-bottom:38px;
  color:var(--shop-orange);
  font-size:11px;
  font-weight:600;
  line-height:1;
  letter-spacing:.1em;
}

.shop-platform-benefit-card h3{
  margin:0;
  color:#24333c;
  font-size:22px;
  font-weight:500;
  line-height:1.2;
  letter-spacing:-.025em;
}

.shop-platform-benefit-card p{
  margin:14px 0 0;
  color:#66747b;
  font-size:14px;
  line-height:1.62;
}

.shop-platform-benefit-card--dark h3{
  color:#fff;
}

.shop-platform-benefit-card--dark p{
  color:rgba(255,255,255,.72);
}

.shop-platform-marketplaces{
  position:relative;
  padding:clamp(68px,7vw,100px) 0;
  overflow:hidden;
  background:
    linear-gradient(105deg,rgba(11,27,37,.97),rgba(18,46,63,.92)),
    url('../images/hero-commerce-dark.svg') center/cover no-repeat;
  color:#fff;
}

.shop-platform-marketplaces::before{
  content:"";
  position:absolute;
  inset:0;
  background:radial-gradient(circle at 78% 24%,rgba(232,91,38,.22),transparent 29%);
  pointer-events:none;
}

.shop-platform-marketplaces-grid{
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:minmax(0,.88fr) minmax(480px,.72fr);
  gap:clamp(56px,7vw,108px);
  align-items:center;
}

.shop-platform-marketplaces h2{
  max-width:700px;
  color:#fff;
}

.shop-platform-marketplaces-copy>p{
  max-width:690px;
  margin:24px 0 0;
  color:rgba(255,255,255,.74);
  font-size:17px;
  line-height:1.65;
}

.shop-platform-marketplaces-copy ul{
  display:grid;
  gap:11px;
  margin:28px 0 0;
  padding:0;
  list-style:none;
}

.shop-platform-marketplaces-copy li{
  position:relative;
  padding-left:23px;
  color:rgba(255,255,255,.92);
  font-size:14px;
  line-height:1.5;
}

.shop-platform-marketplaces-copy li::before{
  content:"";
  position:absolute;
  left:0;
  top:.62em;
  width:9px;
  height:2px;
  background:var(--shop-orange);
}

.shop-platform-marketplaces-copy>small{
  display:block;
  max-width:680px;
  margin-top:24px;
  color:rgba(255,255,255,.46);
  font-size:10px;
  line-height:1.55;
}

.shop-platform-marketplace-map{
  position:relative;
  min-height:380px;
  display:grid;
  grid-template-columns:minmax(165px,.72fr) minmax(210px,1fr);
  gap:64px;
  align-items:center;
  padding:38px;
  border:1px solid rgba(255,255,255,.17);
  background:rgba(5,17,24,.42);
  box-shadow:0 28px 70px rgba(0,0,0,.22);
  backdrop-filter:blur(7px);
  -webkit-backdrop-filter:blur(7px);
}

.shop-platform-hub{
  position:relative;
  z-index:2;
  display:grid;
  align-content:center;
  min-height:150px;
  padding:23px;
  border:1px solid rgba(232,91,38,.65);
  background:linear-gradient(145deg,rgba(232,91,38,.2),rgba(232,91,38,.06));
  box-shadow:0 14px 36px rgba(0,0,0,.2);
}

.shop-platform-hub::after{
  content:"";
  position:absolute;
  left:100%;
  top:50%;
  width:64px;
  height:1px;
  background:linear-gradient(90deg,rgba(232,91,38,.9),rgba(255,255,255,.25));
}

.shop-platform-hub span,
.shop-platform-hub small{
  color:rgba(255,255,255,.56);
  font-size:9px;
  font-weight:600;
  line-height:1.4;
  letter-spacing:.1em;
  text-transform:uppercase;
}

.shop-platform-hub strong{
  margin:7px 0 8px;
  color:#fff;
  font-size:25px;
  font-weight:500;
  line-height:1.15;
  letter-spacing:-.03em;
}

.shop-platform-market-list{
  display:grid;
  gap:12px;
}

.shop-platform-market-list>div{
  position:relative;
  display:grid;
  grid-template-columns:12px 1fr;
  gap:3px 10px;
  align-items:center;
  padding:15px 16px;
  border:1px solid rgba(255,255,255,.13);
  background:rgba(255,255,255,.055);
}

.shop-platform-market-list strong{
  color:#fff;
  font-size:14px;
  font-weight:500;
  line-height:1.2;
}

.shop-platform-market-list small{
  grid-column:2;
  color:rgba(255,255,255,.5);
  font-size:9px;
  line-height:1.25;
  letter-spacing:.08em;
  text-transform:uppercase;
}

.shop-platform-market-dot{
  grid-row:1/3;
  width:9px;
  height:9px;
  border-radius:50%;
  box-shadow:0 0 0 4px rgba(255,255,255,.06);
}

.shop-platform-market-dot--ozon{background:#1769ff}
.shop-platform-market-dot--wb{background:#c52acb}
.shop-platform-market-dot--ym{background:#ffcc00}

.shop-platform-sync-line{
  position:absolute;
  left:38px;
  right:38px;
  bottom:22px;
  display:flex;
  justify-content:space-between;
  color:rgba(255,255,255,.46);
  font-size:9px;
  font-weight:600;
  letter-spacing:.1em;
  text-transform:uppercase;
}

.shop-platform-pillars{
  padding:clamp(64px,7vw,98px) 0;
  background:var(--shop-paper);
}

.shop-platform-pillar-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:18px;
}

.shop-platform-pillar-grid article{
  min-width:0;
  padding:30px 30px 32px;
  border:1px solid var(--shop-line);
  background:#fff;
  box-shadow:0 12px 34px rgba(29,48,59,.035);
}

.shop-platform-pillar-grid article>span{
  display:block;
  margin-bottom:28px;
  color:var(--shop-orange);
  font-size:10px;
  font-weight:600;
  line-height:1.3;
  letter-spacing:.1em;
  text-transform:uppercase;
}

.shop-platform-pillar-grid h3{
  min-height:58px;
  margin:0;
  color:#24333c;
  font-size:23px;
  font-weight:500;
  line-height:1.23;
  letter-spacing:-.027em;
}

.shop-platform-pillar-grid ul{
  display:grid;
  gap:11px;
  margin:24px 0 0;
  padding:22px 0 0;
  border-top:1px solid #e1e5e7;
  list-style:none;
}

.shop-platform-pillar-grid li{
  position:relative;
  padding-left:18px;
  color:#69767d;
  font-size:13px;
  line-height:1.5;
}

.shop-platform-pillar-grid li::before{
  content:"";
  position:absolute;
  left:0;
  top:.58em;
  width:7px;
  height:2px;
  background:var(--shop-orange);
}

@media(max-width:1180px){
  .shop-platform-intro-grid{
    grid-template-columns:minmax(0,1fr) minmax(350px,.72fr);
    gap:42px;
  }

  .shop-platform-marketplaces-grid{
    grid-template-columns:minmax(0,.9fr) minmax(430px,.72fr);
    gap:48px;
  }

  .shop-platform-marketplace-map{
    padding:30px;
    gap:52px;
  }

  .shop-platform-hub::after{
    width:52px;
  }

}

@media(max-width:980px){
  .shop-platform-intro-grid,
.shop-platform-marketplaces-grid{
    grid-template-columns:1fr;
  }

  .shop-platform-partner{
    width:min(100%,620px);
  }

  .shop-platform-section-head{
    grid-template-columns:1fr;
    gap:22px;
  }

  .shop-platform-section-head>p{
    max-width:720px;
  }

  .shop-platform-benefit-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }

  .shop-platform-benefit-card:nth-child(3n+2){
    background:#fbfcfc;
  }

  .shop-platform-benefit-card:nth-child(even){
    background:#f5f8f9;
  }

  .shop-platform-benefit-card--accent{
    background:linear-gradient(145deg,#fff6f1 0%,#fff 72%) !important;
  }

  .shop-platform-benefit-card--dark{
    background:linear-gradient(145deg,#172b37 0%,#0f202a 100%) !important;
  }

  .shop-platform-marketplaces-copy{
    max-width:780px;
  }

  .shop-platform-marketplace-map{
    width:min(100%,680px);
  }

  .shop-platform-pillar-grid{
    grid-template-columns:1fr;
  }

  .shop-platform-pillar-grid h3{
    min-height:0;
  }

}

@media(max-width:700px){
  .shop-platform-intro,
.shop-platform-benefits,
.shop-platform-pillars,
.shop-platform-marketplaces{
    padding-top:50px;
    padding-bottom:50px;
  }

  .shop-platform-intro h2,
.shop-platform-section-head h2,
.shop-platform-marketplaces h2{
    font-size:32px;
    line-height:1.07;
  }

  .shop-platform-intro-copy>.shop-platform-lead{
    font-size:17px;
  }

  .shop-platform-intro-copy>p,
  .shop-platform-marketplaces-copy>p{
    font-size:15px;
  }

  .shop-platform-stats{
    grid-template-columns:1fr;
  }

  .shop-platform-stats>div{
    padding:15px 0;
  }

  .shop-platform-stats>div+div{
    padding-left:0;
    border-top:1px solid var(--shop-line);
    border-left:0;
  }

  .shop-platform-partner{
    padding:18px;
  }

  .shop-platform-partner-head{
    display:grid;
  }

  .shop-platform-benefit-grid{
    grid-template-columns:1fr;
  }

  .shop-platform-benefit-card{
    min-height:0;
    padding:24px 22px 26px;
  }

  .shop-platform-benefit-card:nth-child(even){
    background:#fbfcfc;
  }

  .shop-platform-benefit-no{
    margin-bottom:24px;
  }

  .shop-platform-marketplace-map{
    min-height:0;
    grid-template-columns:1fr;
    gap:28px;
    padding:24px 20px 52px;
  }

  .shop-platform-hub{
    min-height:130px;
  }

  .shop-platform-hub::after{
    left:50%;
    top:100%;
    width:1px;
    height:28px;
    background:linear-gradient(180deg,rgba(232,91,38,.9),rgba(255,255,255,.25));
  }

  .shop-platform-sync-line{
    left:20px;
    right:20px;
    bottom:19px;
  }

  .shop-platform-pillar-grid article{
    padding:25px 22px 27px;
  }

}

@media(max-width:440px){

  .shop-platform-partner h3{
    font-size:20px;
  }

  .shop-platform-certificate>span{
    right:8px;
    bottom:8px;
    padding:8px 9px;
    font-size:9px;
  }

  .shop-platform-section-head{
    margin-bottom:30px;
  }

  .shop-platform-benefit-card h3,
  .shop-platform-pillar-grid h3{
    font-size:21px;
  }
}

@media(prefers-reduced-motion:reduce){
  .shop-platform-benefit-card,
.shop-platform-certificate img{
    transition:none;
  }
}

.shop-platform-intro-actions{
  display:flex;
  justify-content:flex-end;
  margin-top:22px;
}

.shop-platform-cases-btn{
  min-height:58px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:14px;
  flex:0 0 auto;
  padding:0 17px 0 24px;
  border:1px solid var(--shop-orange);
  background:linear-gradient(135deg,var(--shop-orange) 0%,#f26e3b 100%);
  color:#fff;
  font-size:16px;
  font-weight:700;
  line-height:1;
  letter-spacing:.01em;
  text-decoration:none;
  box-shadow:0 15px 32px rgba(232,91,38,.26);
  transition:background .18s ease,border-color .18s ease,color .18s ease,box-shadow .18s ease,transform .18s ease;
}

.shop-platform-cases-btn span{
  width:30px;
  height:30px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  flex:0 0 30px;
  border:1px solid rgba(255,255,255,.28);
  border-radius:50%;
  background:rgba(255,255,255,.14);
  color:#fff;
  font-size:18px;
  transition:background .18s ease,color .18s ease,transform .18s ease;
}

.shop-platform-cases-btn:hover{
  border-color:#d65120;
  background:linear-gradient(135deg,#d65120 0%,#e55f2d 100%);
  color:#fff;
  box-shadow:0 18px 36px rgba(214,81,32,.3);
  transform:translateY(-2px);
}

.shop-platform-cases-btn:focus-visible{
  outline:3px solid rgba(232,91,38,.28);
  outline-offset:3px;
}

.shop-platform-market-dot--avito{
  background:conic-gradient(#00aaff 0 25%,#ff6163 0 50%,#97cf26 0 75%,#a169f7 0);
}

.service-single--shop-script>.shop-platform-intro{
  padding-top:48px;
  padding-bottom:32px;
}

.service-single--shop-script>.shop-platform-benefits,
.service-single--shop-script>.shop-platform-marketplaces,
.service-single--shop-script>.shop-platform-pillars,
.service-single--shop-script>.service-single-includes,
.service-single--shop-script>.service-single-pricing{
  padding-top:32px;
  padding-bottom:32px;
}

.service-single--shop-script .service-single-nav-inner{
  min-height:116px;
}

.shop-service-section-head{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(340px,.54fr);
  gap:clamp(40px,6vw,92px);
  align-items:end;
  margin-bottom:38px;
}

.shop-service-section-head .shop-platform-eyebrow{
  margin-bottom:14px;
}

.shop-service-section-head .shop-platform-eyebrow b{
  color:var(--shop-orange);
  font:inherit;
}

.shop-service-section-head h2{
  max-width:850px;
  margin:0;
  color:var(--shop-ink);
  font-size:clamp(36px,3.45vw,50px);
  font-weight:300;
  line-height:1.03;
  letter-spacing:-.045em;
  text-wrap:balance;
}

.shop-service-section-head>p{
  max-width:580px;
  margin:0 0 3px;
  color:var(--shop-muted);
  font-size:15px;
  line-height:1.65;
}

.service-single--shop-script .service-single-items{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:14px;
  border:0;
}

.service-single--shop-script .service-single-item{
  position:relative;
  min-height:178px;
  display:flex;
  flex-direction:column;
  justify-content:flex-start;
  gap:34px;
  overflow:hidden;
  padding:24px 25px 27px;
  border:1px solid #d9e0e3;
  background:#fff;
  box-shadow:0 12px 32px rgba(27,46,57,.035);
  transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease;
}

.service-single--shop-script .service-single-item:nth-child(3n+2){
  background:#f7f9f9;
}

.service-single--shop-script .service-single-item:nth-child(3n){
  background:#fff9f5;
}

.service-single--shop-script .service-single-item::before{
  content:"";
  position:absolute;
  left:0;
  top:0;
  width:100%;
  height:2px;
  background:var(--shop-orange);
  transform:scaleX(0);
  transform-origin:left center;
  transition:transform .2s ease;
}

.service-single--shop-script .service-single-item:hover{
  z-index:1;
  transform:translateY(-3px);
  border-color:#cad4d8;
  background:#fff;
  box-shadow:0 18px 42px rgba(27,46,57,.085);
}

.service-single--shop-script .service-single-item:hover::before{
  transform:scaleX(1);
}

.service-single--shop-script .service-single-item span{
  width:34px;
  height:34px;
  display:grid;
  place-items:center;
  flex:0 0 34px;
  border:1px solid rgba(232,91,38,.28);
  background:#fff8f4;
  color:var(--shop-orange);
  font-size:10px;
  font-weight:600;
  line-height:1;
  letter-spacing:.08em;
}

.service-single--shop-script .service-single-item strong{
  max-width:360px;
  color:#263740;
  font-size:18px;
  font-weight:500;
  line-height:1.38;
  letter-spacing:-.02em;
}

@media(max-width:980px){
  .shop-service-section-head{
    grid-template-columns:1fr;
    gap:18px;
    margin-bottom:32px;
  }

  .shop-service-section-head>p{
    max-width:720px;
  }

  .service-single--shop-script .service-single-items{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }

  .service-single--shop-script .service-single-item:nth-child(n){
    background:#fff;
  }

  .service-single--shop-script .service-single-item:nth-child(even){
    background:#f7f9f9;
  }
}

@media(max-width:700px){

  .shop-platform-cases-btn{
    width:100%;
  }

  .shop-service-section-head h2{
    font-size:32px;
    line-height:1.07;
  }
}

@media(max-width:620px){
  .service-single--shop-script>.shop-platform-intro{
    padding-top:38px;
    padding-bottom:20px;
  }

  .service-single--shop-script>.shop-platform-benefits,
  .service-single--shop-script>.shop-platform-marketplaces,
  .service-single--shop-script>.shop-platform-pillars,
  .service-single--shop-script>.service-single-includes,
  .service-single--shop-script>.service-single-pricing{
    padding-top:20px;
    padding-bottom:20px;
  }

  .service-single--shop-script .service-single-items{
    grid-template-columns:1fr;
  }

  .service-single--shop-script .service-single-item{
    min-height:150px;
    padding:22px;
  }
}

@media(prefers-reduced-motion:reduce){
  .shop-platform-cases-btn,
  .shop-platform-cases-btn span,
  .service-single--shop-script .service-single-item,
  .service-single--shop-script .service-single-item::before{
    transition:none;
  }
}
