/* BikeStore header search — premium look */
.header-search{
  width:100%;
}
.header-search__form{
  position:relative;
  display:flex;
  align-items:center;
  min-height:48px;
  background:#fff !important;
  border:1px solid #e4e6eb !important;
  border-radius:14px !important;
  box-shadow:0 6px 18px rgba(17,24,39,.07);
  overflow:visible;
  transition:border-color .2s ease, box-shadow .2s ease;
}
.header-search__form:hover{
  border-color:#cfd3da !important;
  box-shadow:0 8px 22px rgba(17,24,39,.1);
}
.header-search__form:focus-within{
  border-color:#f5b301 !important;
  box-shadow:0 0 0 3px rgba(245,179,1,.18), 0 8px 22px rgba(17,24,39,.1);
}
.header-search__category-btn{
  height:48px !important;
  border:0 !important;
  border-right:1px solid #ececec !important;
  border-radius:14px 0 0 14px !important;
  background:#f7f7f8 !important;
  padding:0 14px !important;
  font-weight:600;
  color:#333 !important;
}
.header-search__input.form-control,
.header-search__input{
  height:48px !important;
  border:0 !important;
  box-shadow:none !important;
  outline:none !important;
  background:transparent !important;
  padding:0 72px 0 18px !important;
  border-radius:14px !important;
  font-size:14px !important;
  font-weight:500 !important;
  color:#1a1a1a !important;
  text-transform:none !important;
}
.header-search__input::placeholder{
  color:#9aa0a6 !important;
  opacity:1;
  font-weight:500;
}
.header-search__btn.search-btn,
.header-search__btn{
  position:absolute !important;
  z-index:3 !important;
  top:50% !important;
  right:5px !important;
  left:auto !important;
  width:38px !important;
  height:38px !important;
  margin:0 !important;
  padding:0 !important;
  transform:translateY(-50%) !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  background:#f5b301 !important;
  border:0 !important;
  border-radius:11px !important;
  color:#111 !important;
  box-shadow:0 2px 8px rgba(245,179,1,.45);
  transition:background .15s ease, transform .15s ease, box-shadow .15s ease !important;
}
.header-search__btn:hover,
.header-search__btn:focus{
  background:#ffcc33 !important;
  color:#111 !important;
  border-radius:11px !important;
  box-shadow:0 4px 12px rgba(245,179,1,.55);
}
.header-search__btn i{
  font-size:15px !important;
  color:#111 !important;
  line-height:1 !important;
}
#bus-voice-search{
  position:absolute !important;
  top:50% !important;
  right:50px !important;
  padding:0 !important;
  width:32px !important;
  height:32px !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  transform:translateY(-50%) !important;
  color:#8b8f96 !important;
  z-index:3 !important;
}
#bus-voice-search:hover{
  color:#111 !important;
}
.header-search .search-btn-clear{
  top:50% !important;
  right:50px !important;
  transform:translateY(-50%);
  width:22px !important;
  height:22px !important;
  line-height:20px !important;
  background:#f1f2f4 !important;
  color:#666 !important;
}
.header-search .live-search__ul{
  margin-top:8px;
  border-radius:14px !important;
  box-shadow:0 16px 40px rgba(17,24,39,.16) !important;
  border:1px solid #eee;
  padding:10px !important;
}

#search2 .header-search__form,
.fly-menu__search-m .header-search__form{
  min-height:44px;
  border-radius:12px !important;
}
#search2 .header-search__input,
.fly-menu__search-m .header-search__input{
  height:44px !important;
}

/* header: less empty space around new logo, keep logo size */
.header-block{
  padding:6px 0 !important;
  align-items:center;
}
.header-logo img,
.header-logo__img{
  display:block !important;
  width:auto !important;
  max-width:100% !important;
  height:auto !important;
  object-fit:contain;
}

/* custom account + cart icons */
.header-account__icon,
.header-cart__icon{
  display:inline-block !important;
  font-size:0 !important;
  line-height:0 !important;
  color:transparent !important;
  background-repeat:no-repeat !important;
  background-position:center !important;
  background-size:contain !important;
  vertical-align:middle;
}
.header-account__icon::before,
.header-cart__icon::before{
  content:none !important;
  display:none !important;
}
.header-account__icon{
  width:42px !important;
  height:42px !important;
  background-image:url('../image/icon-account.png') !important;
}
.header-cart__icon{
  width:48px !important;
  height:38px !important;
  background-image:url('../image/icon-cart.png') !important;
}
.header-cart__total-items{
  right:-4px !important;
  bottom:-4px !important;
  z-index:2;
}
.fly-menu__account .fly-menu__icon,
.fly-menu__cart .fly-menu__icon{
  font-size:0 !important;
  color:transparent !important;
  width:28px !important;
  height:28px !important;
  background-repeat:no-repeat !important;
  background-position:center !important;
  background-size:contain !important;
}
.fly-menu__account .fly-menu__icon::before,
.fly-menu__cart .fly-menu__icon::before{
  content:none !important;
  display:none !important;
}
.fly-menu__account .fly-menu__icon{
  background-image:url('../image/icon-account.png') !important;
}
.fly-menu__cart .fly-menu__icon{
  background-image:url('../image/icon-cart.png') !important;
}

.news-module__item.uni-item,
.article-module__item.uni-item{
  padding:0 !important;
  overflow:hidden !important;
}
.news-module__image{
  margin:0 !important;
  padding:0 !important;
  width:100% !important;
}

@media (max-width:991px){
  .header-search__input{
    padding-right:56px !important;
  }

  .top-menu__reviews{
    position:static !important;
    right:auto !important;
    left:auto !important;
    display:inline-flex !important;
    flex-direction:row !important;
    flex-wrap:nowrap !important;
    align-items:center !important;
    height:36px !important;
    padding:0 8px 0 0 !important;
    margin-right:6px !important;
    white-space:nowrap !important;
  }
  .top-menu__reviews-stars,
  .top-menu__reviews-score,
  .top-menu__reviews-count{
    display:inline !important;
    white-space:nowrap !important;
  }
  .top-menu__reviews-count{
    font-size:11px !important;
    font-weight:500 !important;
    color:#fff !important;
    margin-left:4px !important;
  }
  .top-menu__reviews-stars{
    font-size:10px !important;
    letter-spacing:0 !important;
  }
  .top-menu__buttons{
    display:flex !important;
    align-items:center !important;
    height:36px;
  }
  #top.top-menu .container{
    display:flex;
    align-items:center;
    justify-content:space-between;
    min-height:36px;
  }

  .header-phones br,
  .header-phones br + .header-phones__main{
    display:none !important;
  }
  .header-phones__main.two-line{
    line-height:1.2 !important;
  }

  .header-block{
    padding:6px 0 2px !important;
  }
  main{
    padding-top:2px !important;
  }

  #main-menu.container{
    width:100% !important;
    max-width:100% !important;
    margin-left:0 !important;
    margin-right:0 !important;
    padding-left:10px !important;
    padding-right:10px !important;
  }
  #main-menu .row{
    display:flex !important;
    align-items:center !important;
    flex-wrap:nowrap;
    margin-left:0 !important;
    margin-right:0 !important;
  }
  .menu-open.visible-xs,
  .menu-open.visible-sm{
    flex:0 0 36px !important;
    width:36px !important;
    min-width:36px !important;
    height:36px !important;
    min-height:36px !important;
    margin:0 8px 0 0 !important;
    padding:0 !important;
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    border-radius:10px !important;
    box-shadow:0 2px 8px rgba(109,179,0,.28);
    background:#6db300 !important;
  }
  .menu-open__title{
    display:none !important;
  }
  .menu-open__icon{
    font-size:16px !important;
    color:#fff !important;
    line-height:1 !important;
    margin:0 !important;
  }
  #search2{
    flex:1 1 auto !important;
    min-width:0 !important;
    width:auto !important;
    padding:0 !important;
    margin:0 !important;
  }
  #search2 .header-search{
    width:100% !important;
  }
  #search2 .header-search__form{
    width:100% !important;
    min-height:36px !important;
    height:36px !important;
    border-radius:10px !important;
  }
  #search2 .header-search__input,
  #search2 .header-search__input.form-control{
    height:36px !important;
    font-size:13px !important;
    padding:0 66px 0 12px !important;
  }
  #search2 .header-search__btn,
  #search2 .header-search__btn.search-btn{
    width:30px !important;
    height:30px !important;
    border-radius:8px !important;
    right:3px !important;
  }
  #search2 #bus-voice-search,
  #search2 #bus-voice-search-1,
  #search2 [id^="bus-voice-search"],
  #search2 .bs-voice-mic{
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    position:absolute !important;
    width:28px !important;
    height:28px !important;
    padding:0 !important;
    right:34px !important;
    top:50% !important;
    transform:translateY(-50%) !important;
    font-size:15px !important;
    color:#8b8f96 !important;
    z-index:5 !important;
    line-height:1 !important;
  }
  #search2 #bus-voice-search i,
  #search2 #bus-voice-search-1 i,
  #search2 [id^="bus-voice-search"] i,
  #search2 .bs-voice-mic i{
    font-size:15px !important;
    line-height:1 !important;
  }

  .home-page .content-bottom > .heading{
    margin-top:12px !important;
    margin-bottom:12px !important;
    padding-left:0 !important;
    padding-right:0 !important;
  }

  .home-page.container{
    width:100% !important;
    max-width:100% !important;
    padding-left:2px !important;
    padding-right:2px !important;
    margin-left:0 !important;
    margin-right:0 !important;
  }
  .home-page #content,
  .home-page .col-sm-12{
    padding-left:0 !important;
    padding-right:0 !important;
  }
  .home-page .uni-module,
  .home-page .uni-module.category-wall{
    padding-left:0 !important;
    padding-right:0 !important;
  }
  .home-page .owl-stage-outer{
    margin-left:0 !important;
    margin-right:0 !important;
  }

  .category-wall__image{
    aspect-ratio:4 / 3 !important;
    height:auto !important;
    border-radius:10px 10px 0 0 !important;
  }
  .category-wall__image img,
  .category-wall__image .img-responsive{
    width:100% !important;
    height:100% !important;
    max-height:none !important;
    aspect-ratio:4 / 3 !important;
    object-fit:cover !important;
    object-position:center center !important;
  }
  .category-wall__ul.child-empty{
    padding:6px 4px !important;
  }
  .category-wall__item{
    margin-bottom:6px !important;
  }

  .product-thumb__add-to-cart i,
  .product-thumb__buy .add_to_cart i,
  .uni-module .product-thumb__add-to-cart i,
  .grid-view .product-thumb__add-to-cart i{
    display:inline-block !important;
    margin-right:5px !important;
    font-size:12px !important;
    line-height:1 !important;
    color:inherit !important;
    visibility:visible !important;
    width:auto !important;
    height:auto !important;
  }

  .content-top{
    width:100vw;
    max-width:100vw;
    margin-left:calc(50% - 50vw);
    margin-right:calc(50% - 50vw);
  }
  .content-top .rev_slider_wrapper,
  .content-top .fullwidthbanner-container{
    width:100vw !important;
    max-width:100vw !important;
    left:0 !important;
  }
  .content-top .rev_slider_wrapper .rev_slider,
  .content-top .rev_slider_wrapper .tp-revslider-mainul,
  .content-top .rev_slider_wrapper .tp-revslider-slidesli,
  .content-top .rev_slider_wrapper .slotholder,
  .content-top .rev_slider_wrapper .tp-bgimg{
    width:100% !important;
    max-width:100% !important;
    left:0 !important;
  }

  .news-module__text,
  .news-list__text,
  .article-module__text{
    display:-webkit-box !important;
    -webkit-box-orient:vertical !important;
    -webkit-line-clamp:2 !important;
    overflow:hidden !important;
    max-height:2.6em !important;
    line-height:1.3 !important;
  }
  .news-module__image,
  .news-list__image,
  .article-module__image{
    aspect-ratio:16 / 9 !important;
    height:auto !important;
    overflow:hidden !important;
    margin:0 !important;
    padding:0 !important;
    width:100% !important;
    border-radius:0 !important;
  }
  .news-module__image img,
  .news-list__image img,
  .article-module__image img,
  .news-module__image .img-responsive,
  .news-list__image .img-responsive{
    width:100% !important;
    height:100% !important;
    max-height:none !important;
    aspect-ratio:16 / 9 !important;
    object-fit:cover !important;
    object-position:center center !important;
    display:block !important;
    margin:0 !important;
    padding:0 !important;
    border-radius:0 !important;
  }
}

@media (max-width:1200px){
  .product-thumb__add-to-cart,
  .product-thumb__buy .add_to_cart{
    display:inline-flex !important;
    align-items:center !important;
    justify-content:center !important;
  }
  .product-thumb__add-to-cart i,
  .product-thumb__buy .add_to_cart i{
    display:inline-block !important;
    margin-right:5px !important;
    font-size:12px !important;
    line-height:1 !important;
    color:inherit !important;
    visibility:visible !important;
  }
}

/* Reviews page: gray background full viewport width */
.bs-reviews-page{
  background:#f6f7fb !important;
  max-width:none !important;
  width:100% !important;
  padding-left:0 !important;
  padding-right:0 !important;
}
main:has(.bs-reviews-page){
  padding-left:0 !important;
  padding-right:0 !important;
}

/* BikeStore footer redesign */
footer.footer.bs-footer{
  position:relative;
  isolation:isolate;
  color:#f3f3f3 !important;
  border-top:0 !important;
  box-shadow:none !important;
  padding:52px 0 0 !important;
  background-color:#080808 !important;
  background-image:url('../image/bs-footer-bg.png') !important;
  background-repeat:no-repeat !important;
  background-size:cover !important;
  background-position:center center !important;
}
footer.footer.bs-footer:before{
  content:"";
  position:absolute;
  inset:0;
  z-index:0;
  pointer-events:none;
  background:linear-gradient(180deg, rgba(0,0,0,.18) 0%, rgba(0,0,0,.28) 55%, rgba(0,0,0,.55) 100%);
}
footer.footer.bs-footer > *{
  position:relative;
  z-index:1;
}
footer.footer.bs-footer,
footer.footer.bs-footer a,
footer.footer.bs-footer .footer__column-a,
footer.footer.bs-footer .footer__column-a:hover,
footer.footer.bs-footer .footer__column-a:active,
footer.footer.bs-footer .footer__column-a:visited{
  color:#f4f4f4 !important;
}
footer.footer.bs-footer .footer__column-a:hover{
  color:#ff6a00 !important;
  text-decoration:none !important;
}
footer.footer.bs-footer .footer__column-heading{
  color:#fff !important;
  font-weight:700 !important;
  font-size:16px !important;
  letter-spacing:.02em;
  margin:0 0 18px !important;
  gap:8px;
}
footer.footer.bs-footer .footer__column-icon,
footer.footer.bs-footer .footer__contacts-icon{
  color:#ff6a00 !important;
  margin:0 8px 0 0 !important;
  font-size:16px !important;
  min-width:18px;
  width:auto !important;
}
footer.footer.bs-footer .footer__column-icon{
  font-size:18px !important;
}
footer.footer.bs-footer .footer__column-li:before{
  color:#ff6a00 !important;
  font-size:8px !important;
  margin-right:8px !important;
}
footer.footer.bs-footer .footer__column-li{
  margin:0 0 10px !important;
  font-weight:500;
  color:#e8e8e8;
}
footer.footer.bs-footer .footer__column-li:last-child{
  margin-bottom:22px !important;
}
footer.footer.bs-footer .footer__contacts-li{
  align-items:flex-start;
}
@media (min-width:992px){
  footer.footer.bs-footer .footer__column{
    padding-left:22px;
    padding-right:22px;
    border-right:1px solid rgba(255,255,255,.12);
  }
  footer.footer.bs-footer .footer__column--info{
    padding-left:15px;
  }
  footer.footer.bs-footer .footer__column--contacts{
    border-right:0;
    padding-right:15px;
    padding-bottom:78px;
  }
}
footer.footer.bs-footer .footer__column--contacts{
  position:relative;
}
footer.footer.bs-footer .footer__ride{
  position:absolute;
  right:10px;
  bottom:6px;
  font-family:Impact, "Arial Black", sans-serif;
  font-style:italic;
  font-size:28px;
  font-weight:900;
  letter-spacing:1px;
  color:rgba(255,255,255,.92);
  transform:rotate(-12deg);
  pointer-events:none;
  text-shadow:0 8px 20px rgba(0,0,0,.5);
  line-height:1;
}
footer.footer.bs-footer .footer__ride span{
  border-bottom:3px solid #ff6a00;
  padding-bottom:1px;
}
footer.footer.bs-footer .footer__text{
  color:#cfcfcf;
  border-top:1px solid rgba(255,255,255,.1);
}
footer.footer.bs-footer .footer__socials-payments,
footer.footer.bs-footer .footer__bottom{
  margin-top:18px;
  padding:18px 0 22px !important;
  background:transparent !important;
  border-top:1px solid rgba(255,255,255,.12);
}
footer.footer.bs-footer .footer__bottom-row{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  flex-wrap:wrap;
}
footer.footer.bs-footer .footer__brand{
  display:flex;
  align-items:center;
  gap:14px;
  flex-wrap:wrap;
  min-width:0;
}
footer.footer.bs-footer .footer__logo{
  font-size:26px;
  font-weight:800;
  letter-spacing:.5px;
  color:#fff !important;
  text-decoration:none !important;
  line-height:1;
}
footer.footer.bs-footer .footer__logo span{
  color:#ff6a00 !important;
}
footer.footer.bs-footer .footer__brand-sep{
  width:1px;
  height:22px;
  background:rgba(255,255,255,.28);
}
footer.footer.bs-footer .footer__slogan{
  color:#bdbdbd !important;
  text-transform:uppercase;
  font-size:12px;
  letter-spacing:.12em;
  font-weight:600;
}
footer.footer.bs-footer .footer__payments{
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap:8px;
  margin:0 !important;
  overflow:visible !important;
}
footer.footer.bs-footer .footer__pay-label{
  color:#c5c5c5;
  text-transform:uppercase;
  font-size:12px;
  letter-spacing:.08em;
  margin-right:6px;
  font-weight:600;
}
footer.footer.bs-footer .footer__payments-icon{
  margin:0 !important;
}
footer.footer.bs-footer .footer__media{
  display:flex;
  gap:8px;
}
footer.footer.bs-footer .footer__socials-icon{
  background:rgba(255,255,255,.08);
  color:#fff !important;
}
footer.footer.bs-footer .footer__dev{
  display:block;
  width:100%;
  text-align:center;
  font-weight:700 !important;
  font-size:14px;
  margin-top:16px;
  padding-top:14px;
  color:#fff !important;
  letter-spacing:.02em;
}
footer.footer.bs-footer .footer__dev a,
footer.footer.bs-footer .footer__dev a:visited{
  color:#fff !important;
  font-weight:700 !important;
  text-decoration:none !important;
}
footer.footer.bs-footer .footer__dev a:hover{
  color:#ff6a00 !important;
}
@media (max-width:991px){
  footer.footer.bs-footer{
    padding:28px 0 12px !important;
    background-position:left center !important;
  }
  footer.footer.bs-footer .footer__ride{
    font-size:22px;
    right:4px;
    bottom:0;
  }
  footer.footer.bs-footer .footer__column--contacts{
    padding-bottom:56px;
  }
  footer.footer.bs-footer .footer__bottom-row{
    flex-direction:column;
    align-items:flex-start;
  }
  footer.footer.bs-footer .footer__payments{
    justify-content:flex-start;
  }
}
@media (max-width:767px){
  footer.footer.bs-footer .footer__ride{ display:none; }
  footer.footer.bs-footer .footer__column--contacts{ padding-bottom:12px; }
  footer.footer.bs-footer .footer__slogan{ letter-spacing:.06em; }
  footer.footer.bs-footer .footer__dev{ padding-bottom:8px; }
}

/* News listing: larger cards instead of 4 tiny squares */
.news-list__layout.col-xs-6,
.news-list__layout.col-sm-6,
.news-list__layout.col-md-3,
.news-list__layout.col-md-4,
.news-list__layout.col-lg-3,
.news-list__layout.col-lg-4,
.news-list__layout.col-xxl-4,
.news-list__layout.col-xxl-5{
  width:100% !important;
  max-width:100% !important;
  flex:0 0 100% !important;
  margin-bottom:22px;
}
@media (min-width:768px){
  .news-list__layout.col-xs-6,
  .news-list__layout.col-sm-6,
  .news-list__layout.col-md-3,
  .news-list__layout.col-md-4,
  .news-list__layout.col-lg-3,
  .news-list__layout.col-lg-4,
  .news-list__layout.col-xxl-4,
  .news-list__layout.col-xxl-5{
    width:50% !important;
    max-width:50% !important;
    flex:0 0 50% !important;
  }
}
@media (min-width:1200px){
  .news-list__layout.col-md-3,
  .news-list__layout.col-md-4,
  .news-list__layout.col-lg-3,
  .news-list__layout.col-lg-4,
  .news-list__layout.col-xxl-4,
  .news-list__layout.col-xxl-5{
    width:33.333% !important;
    max-width:33.333% !important;
    flex:0 0 33.333% !important;
  }
}
.news-list__item.uni-item{
  padding:0 !important;
  overflow:hidden !important;
  background:#fff !important;
  border-radius:16px !important;
  box-shadow:0 10px 24px rgba(17,17,17,.08) !important;
  height:100%;
}
.news-list__image{
  margin:0 !important;
  padding:0 !important;
  width:100% !important;
  aspect-ratio:16 / 9 !important;
  height:auto !important;
  overflow:hidden !important;
  border-radius:16px 16px 0 0 !important;
}
.news-list__image img,
.news-list__image .img-responsive{
  width:100% !important;
  height:100% !important;
  max-height:none !important;
  object-fit:cover !important;
  object-position:center center !important;
  border-radius:0 !important;
}
.news-list__description{
  padding:14px 16px 18px !important;
}
.news-list__name{
  display:block;
  margin:8px 0 8px !important;
  font-size:16px !important;
  font-weight:700 !important;
  line-height:1.35 !important;
}

/* Product card: guarantee + delivery */
.product-block__main{ min-width:0; }
.bs-ship-col{
  display:none;
}
@media (min-width:1100px){
  .product-page > .row{
    display:flex;
    align-items:flex-start;
  }
  .product-page__image.col-sm-5{
    width:32% !important;
    max-width:32% !important;
    flex:0 0 32% !important;
  }
  .product-block.col-sm-7{
    display:flex !important;
    flex-wrap:nowrap;
    align-items:flex-start;
    gap:18px;
    width:68% !important;
    max-width:68% !important;
    flex:0 0 68% !important;
    float:none !important;
  }
  .product-block.col-sm-6{
    display:flex !important;
    flex-wrap:nowrap;
    align-items:flex-start;
    gap:18px;
  }
  .product-block__main{
    flex:1 1 0;
    min-width:0;
  }
  .bs-ship-col{
    display:block;
    flex:0 0 360px;
    width:360px;
    max-width:42%;
    margin:0;
    visibility:hidden;
    pointer-events:none;
  }
}
.bs-ship{
  position:relative;
  isolation:isolate;
  margin:0;
  padding:16px 16px 14px;
  overflow:hidden;
  color:#1a1a1a;
  background-color:#f7f7f7;
  background-image:url('../image/bs-ship-card-bg.png');
  background-repeat:no-repeat;
  background-position:center center;
  background-size:cover;
  border-radius:18px;
  box-shadow:0 10px 28px rgba(17,17,17,.08);
}
.bs-ship:before{
  content:"";
  position:absolute;
  inset:0;
  z-index:0;
  pointer-events:none;
  background:linear-gradient(180deg, rgba(255,255,255,.28) 0%, rgba(255,255,255,.08) 40%, rgba(255,255,255,.22) 100%);
}
.bs-ship > *{ position:relative; z-index:1; }
.bs-ship__head{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:12px;
  margin:0 0 10px;
}
.bs-ship__title{
  display:flex;
  align-items:center;
  gap:8px;
  font-size:18px;
  font-weight:800;
  line-height:1.2;
  color:#111;
}
.bs-ship__chevrons{
  display:inline-block;
  width:18px;
  height:14px;
  flex:0 0 18px;
  background:
    linear-gradient(135deg, transparent 42%, #ff6a00 42%, #ff6a00 58%, transparent 58%) 0 0 / 10px 14px no-repeat,
    linear-gradient(135deg, transparent 42%, #ff6a00 42%, #ff6a00 58%, transparent 58%) 8px 0 / 10px 14px no-repeat;
}
.bs-ship__subtitle{
  margin:4px 0 0 26px;
  font-size:10px;
  font-weight:700;
  letter-spacing:.08em;
  text-transform:uppercase;
  color:#9aa0a6;
}
.bs-ship__head-side{
  max-width:42%;
  padding-top:2px;
  font-size:10px;
  font-weight:700;
  letter-spacing:.06em;
  text-align:right;
  text-transform:uppercase;
  color:#c5c8cc;
}
.bs-ship__list{
  list-style:none;
  margin:0;
  padding:0;
  background:rgba(255,255,255,.72);
  border-radius:14px;
  overflow:hidden;
}
.bs-ship__row{
  display:flex;
  align-items:center;
  gap:10px;
  min-height:48px;
  padding:8px 10px;
  border-bottom:1px solid #ececec;
}
.bs-ship__row:last-child{ border-bottom:0; }
.bs-ship__ico{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:34px;
  height:34px;
  flex:0 0 34px;
  border:1px solid #e7e7e7;
  border-radius:50%;
  background:#fff;
  color:#ff6a00;
  font-size:14px;
}
.bs-ship__ico--ok{ color:#2fa36a; }
.bs-ship__ico--np{
  width:28px;
  height:28px;
  margin:0 3px;
  border:0;
  border-radius:6px;
  background:#e30613;
  color:#fff;
  font-size:9px;
  font-weight:800;
  letter-spacing:.02em;
  transform:rotate(45deg);
}
.bs-ship__ico--np span{
  display:block;
  transform:rotate(-45deg);
}
.bs-ship__body{
  flex:1 1 auto;
  min-width:0;
  font-size:13.5px;
  line-height:1.35;
  color:#222;
}
.bs-ship__body b{ color:#ff6a00; font-weight:800; }
.bs-ship__np-name{ color:#e30613 !important; font-weight:800; }
.bs-ship__line{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:8px;
}
.bs-ship__badge{
  display:inline-flex;
  align-items:center;
  gap:6px;
  padding:4px 10px;
  border-radius:999px;
  background:#e8f8ea;
  color:#1f8a3e;
  font-size:12px;
  font-weight:800;
  white-space:nowrap;
}
.bs-ship__badge i{ font-size:11px; }
.bs-ship__info{
  flex:0 0 auto;
  color:#ff6a00;
  font-size:15px;
  opacity:.9;
}
.bs-ship__info--ok{ color:#2fa36a; }
.bs-ship__foot{
  margin:10px 0 0;
  padding:2px 4px 0;
  font-size:10px;
  font-weight:700;
  letter-spacing:.08em;
  text-align:center;
  text-transform:uppercase;
  color:#9aa0a6;
}
@media (max-width:575px){
  .bs-ship{ padding:14px 12px 12px; }
  .bs-ship__head-side{ display:none; }
  .bs-ship__title{ font-size:16px; }
  .bs-ship__subtitle{ margin-left:0; }
}

/* Linked product variants as options */
.bs-var{
  margin:4px 0 16px;
}
.bs-var__group{
  margin:0 0 12px;
}
.bs-var__label{
  margin:0 0 8px;
  font-size:13px;
  font-weight:700;
  color:#111;
}
.bs-var__values{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
}
.bs-var__btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:44px;
  padding:8px 12px;
  border:1px solid #d8d8d8;
  border-radius:8px;
  background:#fff;
  color:#111 !important;
  font-size:13px;
  font-weight:700;
  line-height:1.2;
  text-decoration:none !important;
  transition:border-color .12s, background .12s, color .12s;
}
.bs-var__btn:hover{
  border-color:#111;
  color:#111 !important;
}
.bs-var__btn.is-active{
  border-color:#ff0000;
  background:#ff0000;
  color:#fff !important;
}
.bs-var__btn.is-ended{
  opacity:.42;
}
.bs-var__btn.is-ended:not(.is-active){
  text-decoration:line-through !important;
}
