/* GamePC cart-only visual corrections. */
@media (min-width:768px){
  body.ordering-process .navigation-wrapper{
    display:none!important;
  }
  body.ordering-process .navigation-wrapper::before{
    display:none!important;
    content:none!important;
  }

  body.ordering-process .top-navigation-bar{
    display:block!important;
    background:#fff!important;
  }

  body.ordering-process .top-navigation-bar>.container{
    display:flex!important;
    min-height:94px!important;
    align-items:center!important;
  }

  body.ordering-process .top-navigation-bar .site-name{
    display:block!important;
    flex:0 0 auto!important;
    margin:0!important;
  }

  body.ordering-process .top-navigation-bar .site-name>a{
    display:flex!important;
    align-items:center!important;
  }

  body.ordering-process .top-navigation-bar .site-name img{
    display:block!important;
    width:260px!important;
    max-width:32vw!important;
    height:auto!important;
    max-height:64px!important;
  }

  body.ordering-process .top-navigation-bar .top-navigation-tools{
    margin-left:auto!important;
  }

  body.ordering-process .top-navigation-bar::after{
    display:block!important;
    width:100%!important;
    height:44px!important;
    background:linear-gradient(90deg,#310078,#4b00b5)!important;
    content:""!important;
  }

  body.in-kosik .extra.delivery,
  body.in-kosik .extra.delivery>span,
  body.in-kosik .discount-coupon-checkbox{
    width:100%!important;
    justify-content:center!important;
    text-align:center!important;
  }

  body.in-kosik .discount-coupon-checkbox{
    position:relative!important;
  }

  body.in-kosik .discount-coupon-checkbox::before{
    display:none!important;
    content:none!important;
  }

  body.in-kosik .discount-coupon-checkbox::after{
    position:absolute!important;
    right:20px!important;
  }
}

@media (min-width:992px){
  body.in-kosik .cart-inner .text-center:has(.gpc-delivery-timeline){
    padding:0!important;
    overflow:hidden!important;
    border-color:var(--gpc-line,#e4dced)!important;
    background:#fff!important;
  }

  body.in-kosik .gpc-delivery-timeline{
    display:grid!important;
    grid-template-columns:150px minmax(360px,1fr) 170px!important;
    align-items:center!important;
    gap:24px!important;
    width:100%!important;
    min-height:122px!important;
    margin:0!important;
    padding:22px 28px!important;
    border:0!important;
    border-radius:18px!important;
    color:var(--gpc-ink,#25163d)!important;
    background:linear-gradient(135deg,#fbfaff 0%,#f4f0fb 52%,#f1f8ee 100%)!important;
    box-shadow:none!important;
    text-align:left!important;
  }

  body.in-kosik .gpc-delivery-timeline::before{
    display:none!important;
    content:none!important;
  }

  body.in-kosik .gpc-delivery-date{
    display:flex!important;
    min-width:0!important;
    flex-direction:column!important;
    gap:5px!important;
  }

  body.in-kosik .gpc-delivery-date--end{
    align-items:flex-end!important;
    text-align:right!important;
  }

  body.in-kosik .gpc-delivery-date small{
    display:block!important;
    color:var(--gpc-muted,#71697b)!important;
    font-size:11px!important;
    font-weight:800!important;
    line-height:1.25!important;
    letter-spacing:.02em!important;
    text-transform:uppercase!important;
  }

  body.in-kosik .gpc-delivery-date b{
    display:block!important;
    color:var(--gpc-ink,#25163d)!important;
    font-size:16px!important;
    font-weight:900!important;
    line-height:1.2!important;
    white-space:nowrap!important;
  }

  body.in-kosik .gpc-delivery-route{
    display:grid!important;
    position:relative!important;
    grid-template-columns:repeat(4,minmax(0,1fr))!important;
    align-items:start!important;
    gap:8px!important;
    min-width:0!important;
  }

  body.in-kosik .gpc-delivery-route::before,
  body.in-kosik .gpc-delivery-route::after{
    position:absolute!important;
    z-index:0!important;
    top:21px!important;
    right:12.5%!important;
    left:12.5%!important;
    height:3px!important;
    border-radius:999px!important;
    content:""!important;
  }

  body.in-kosik .gpc-delivery-route::before{
    background:#dcd3eb!important;
  }

  body.in-kosik .gpc-delivery-route::after{
    background:linear-gradient(90deg,#6741b5,#3d0b7d,#62b43f)!important;
    transform-origin:left center!important;
    animation:gpc-cart-route-fill 1.15s ease-out both!important;
  }

  body.in-kosik .gpc-delivery-step{
    display:flex!important;
    position:relative!important;
    z-index:1!important;
    min-width:0!important;
    flex-direction:column!important;
    align-items:center!important;
    gap:8px!important;
    color:var(--gpc-ink,#25163d)!important;
    font-size:11px!important;
    font-weight:900!important;
    line-height:1.2!important;
    text-align:center!important;
  }

  body.in-kosik .gpc-delivery-icon{
    display:grid!important;
    width:44px!important;
    height:44px!important;
    place-items:center!important;
    border:2px solid #d8cbed!important;
    border-radius:50%!important;
    background:#fff!important;
    box-shadow:0 6px 16px rgba(73,42,115,.11)!important;
    font-size:20px!important;
    line-height:1!important;
    animation:gpc-cart-step-in .38s ease-out both!important;
  }

  body.in-kosik .gpc-delivery-step:nth-child(2) .gpc-delivery-icon{animation-delay:.14s!important}
  body.in-kosik .gpc-delivery-step:nth-child(3) .gpc-delivery-icon{animation-delay:.28s!important}
  body.in-kosik .gpc-delivery-step:nth-child(4) .gpc-delivery-icon{animation-delay:.42s!important}
}

@keyframes gpc-cart-route-fill{
  from{transform:scaleX(0)}
  to{transform:scaleX(1)}
}

@keyframes gpc-cart-step-in{
  from{opacity:0;transform:translateY(5px) scale(.86)}
  to{opacity:1;transform:none}
}

@media (prefers-reduced-motion:reduce){
  body.in-kosik .gpc-delivery-route::after,
  body.in-kosik .gpc-delivery-icon{
    animation:none!important;
  }
}
