#main .slider-wrapper{
    font-size: 16px;
    position: relative;
    width: 100%;
}
#main .slider-wrapper img{max-width: inherit;width:216px;}
#main .slider2,#main .slider3{clear: both;padding-top: 50px;}
#main .s-title{
    font-size: 1.25em;
    line-height: 40px;
}

#main .s-arrow{
    position: absolute;
    font-weight: bold;
    font-size: 2em;
    border-radius: 5px;
    background: #888182;
    color: #fff;
    height: 30px;
    margin: 5px 0;
    padding: 0 10px;
    line-height: 25px;
    cursor: pointer;
    top: 0;
    right: 0;
}
#main .s-arrow2{
    position: absolute;
    font-weight: bold;
    font-size: 2em;
    border-radius: 5px;
    background: #888182;
    color: #fff;
    height: 30px;
    margin: 5px 0;
    padding: 0 10px;
    line-height: 25px;
    cursor: pointer;
    top: 0;
    right: 0;
}
#main .s-arrow:hover,#main .s-arrow2:hover{background: #514c4c;}
#main .s-arrow.right{right: 0;}
#main .s-arrow2.right{right: 0;top:-40px;}
#main .s-arrow.left{right: 40px;}
#main .s-arrow2.left{top:-40px;right: 40px;}
#main .s-dots{
    list-style: none;
    padding: 0;
    margin: 1% 0% 2% 0%;
    width: 100%;
    text-align: center;
    height: 20px;
}

#main .s-dots .s-dot{
    display: inline-block;
    width: 8px;
    cursor: pointer;
    height: 8px;
    margin: 5px;
    background: transparent;
    border: solid #f9a46e 2px;
    border-radius: 50%;
}

#main .s-dots .s-dot.current {
    background: #f9a46e;
}

#main .s-content{
    position: relative;
    width: 100%;
    overflow: hidden;
}

#main .slider-wrapper .s-item{
    position: absolute;
    margin-left: 100%;
    top: 0;
    width: 100%;
}

#main .slider-wrapper.backward .s-item {
    margin-left: -100%;
}

#main .slider-wrapper.forward .s-item {
    margin-left: 100%;
}

#main .slider-wrapper.backward .s-item {
    margin-left: -100%;
}

#main .slider-wrapper .s-item.current{
    display: flex;
    position: relative;
    margin-left: 0;
}

#main .slider-wrapper .s-item.current{
    margin-left: 0;
}

#main .slider-wrapper .s-item.prev{
    margin-left: -100%;
    transition: margin 0.5s;
}

#main .slider-wrapper .s-item.next{
    margin-left: 100%;
    transition: margin 0.5s;
}
.slider-wrapper .s-item-content{
    display: flex;
    width: min-content;
    background: #fff;
}

.slider-wrapper .s-item-content-cell,.slider-wrapper .s-item-content-cell4,.slider-wrapper .s-item-content-cell5,.slider-wrapper .s-item-content-cell2,.slider-wrapper .s-item-content-cell3,.slider-wrapper .s-item-content-cell6,.slider-wrapper .s-item-content-cell7{
    display: table-cell;
    font-size: 15px;
}

.slider-wrapper .s-item-content-cell a{
    display: block;
    margin: 9px;
    position: relative;
}
.slider-wrapper .s-item-content-cell a:hover,.slider-wrapper .s-item-content-cell4 a:hover,.slider-wrapper .s-item-content-cell5 a:hover,.slider-wrapper .s-item-content-cell6 a:hover,.slider-wrapper .s-item-content-cell7 a:hover,.slider-wrapper .s-item-content-cell2 a:hover,.slider-wrapper .s-item-content-cell3 a:hover{border-bottom: 3px solid #f9a46e;}
.slider-wrapper .s-item-content-cell4 a,.slider-wrapper .s-item-content-cell5 a,.slider-wrapper .s-item-content-cell2 a,.slider-wrapper .s-item-content-cell3 a,.slider-wrapper .s-item-content-cell6 a,.slider-wrapper .s-item-content-cell7 a{
    display: block;
    margin: 10px;
    position: relative;
}
.slider-wrapper .s-item-content .s-item-content-cell:first-child {
    vertical-align: top;
}

.slider-wrapper .s-item-content-cell img,.slider-wrapper .s-item-content-cell4 img,.slider-wrapper .s-item-content-cell5 img,.slider-wrapper .s-item-content-cell6 img,.slider-wrapper .s-item-content-cell7 img,.slider-wrapper .s-item-content-cell2 img,.slider-wrapper .s-item-content-cell3 img{display: block;}
.slider-wrapper .s-item-content-cell img:hover,.slider-wrapper .s-item-content-cell4 img:hover,.slider-wrapper .s-item-content-cell5 img:hover,.slider-wrapper .s-item-content-cell .s-item-content-overlay:hover,.slider-wrapper .s-item-content-cell4 .s-item-content-overlay:hover,.slider-wrapper .s-item-content-cell5 .s-item-content-overlay:hover,.slider-wrapper .s-item-content-cell6 .s-item-content-overlay:hover,.slider-wrapper .s-item-content-cell7 .s-item-content-overlay:hover,.slider-wrapper .s-item-content-cell2 .s-item-content-overlay:hover,.slider-wrapper .s-item-content-cell3 .s-item-content-overlay:hover{opacity: 0.7;}
.slider-wrapper .s-item-content-cell .s-item-content-overlay,.slider-wrapper .s-item-content-cell4 .s-item-content-overlay,.slider-wrapper .s-item-content-cell5 .s-item-content-overlay,.slider-wrapper .s-item-content-cell6 .s-item-content-overlay,.slider-wrapper .s-item-content-cell7 .s-item-content-overlay,.slider-wrapper .s-item-content-cell2 .s-item-content-overlay,.slider-wrapper .s-item-content-cell3 .s-item-content-overlay{
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,0.5);
    color: #fff;
    width: 100%;
}
.slider-wrapper .s-item-content-overlay .inner,.slider-wrapper .s-item-content-overlay4 .inner,.slider-wrapper .s-item-content-overlay5 .inner{
    padding: 5px 10px;
}
.slider-wrapper .s-item-content-cell a {
    display: block;
    margin: 10px;
    text-decoration: none;
    color: inherit;
    position: relative;
}

.slider-wrapper .s-item-content-cell .s-item-content-overlay {
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
    text-align: center;
    bottom: 0;
    left: 0;
    right: 0;
}

.slider-wrapper .s-item-content-cell img {
    max-width: 100%;
    height: auto;
    display: block;
}

.slider-wrapper .s-item-content-overlay .product-title {
    font-size: 16px;
    display: block;
    margin-bottom: 5px;
}

.slider-wrapper .s-item-content-overlay .price {
    font-weight: bold;
    display: block;
}

.slider-wrapper .s-item-content-overlay .add-to-cart {
    background-color: #f9a46e;
    color: #fff;
    border: none;
    padding: 5px 10px;
    cursor: pointer;
}

.slider-wrapper .s-item-content-overlay .add-to-cart:hover {
    background-color: #e68a55;
}
div.inner span.woocommerce-Price-amount{
    font-size:17px;
}
.advantages {
      display: flex;
    }

    .advantage-block {
      display: flex;
      align-items: center;
      width: 30%;
      margin-bottom: 20px;
      margin-right: 10px;
      padding: 10px 10px 0px 10px;
      background-color: #f5f5f5;
      border-radius: 10px;
      box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    }

    .advantage-block img {
    width: 110px;
    height: 110px;
    margin-right: 12px;
    }

    .advantage-block h2 {
      margin-top: 0;
    margin-bottom: 3px;
    }
    h1.title-block{
    font-size: 30px;
    background: linear-gradient(to right, #242222, #106997);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: gradientAnimation 5s ease infinite;
    }
@keyframes gradientAnimation {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

.products-section {
  padding: 0;
  text-align: center;
}

.section-header {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
}

.header-icon {
  height: 40px;
  margin-right: 10px;
}

.section-title {
  font-size: 36px;
  font-weight: bold;
  text-transform: uppercase;
}

.accent {
  color: #e74c3c;
}

.product-grid {
    display: flex;
    overflow-x: auto;
    max-width: 1200px;
    margin: 0 auto 25px;
    scroll-behavior: smooth;
}

.product-item {
    background-color: #f7f7f7;
    padding: 20px;
    text-align: center;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.product-link {
    text-decoration: none;
    color: inherit;
}

.product-image {
    max-width: 100%;
    height: auto;
    margin-bottom: 10px;
}

.product-title {
    font-size: 18px;
    font-weight: bold;
    margin: 0;
}

/* Кнопки */
.button-group {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
.button-group.smart {
  margin-bottom: 0px;
}
.button-group.smart-power {
  margin-bottom: 10px;
}
.button-group.casti {
  margin-bottom: 40px;
}

.product-button {
  display: inline-block;
  padding: 5px 20px;
  margin: 0 10px;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  color: #fff;
  background: linear-gradient(to right, #8093a7, #5d5b5c);
  border-radius: 25px;
  transition: all 0.3s ease;
}

.product-button:hover {
  background: linear-gradient(to right, #1a4c6c, #e56a7d);
  transform: scale(1.1);
  color: #fff;
}

/* Бренды */
.brand-showcase {
  display: flex;
  justify-content: center;
  align-items: center;
}

.brand-logo {
  margin: 0 30px;
  text-align: center;
}

.brand-logo img {
  max-width: 100px;
  height: auto;
  margin-bottom: 10px;
}

.brand-logo span.hoco, .brand-logo span.borofone {
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
}
.brand-showcase {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 10px;
}

.brand-logo {
    margin: 10px 30px;
    text-align: center;
}

.brand-logo a {
    text-decoration: none;
    color: #333;
    font-size: 18px;
    font-weight: bold;
    transition: all 0.3s ease;
    position: relative;
    padding: 5px 10px;
}

.brand-name.hoco {
    color: #e74c3c;
}

.brand-name.borofone {
    color: #3498db;
}

.brand-logo a::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: transparent;
    transition: all 0.3s ease;
}

.brand-logo a:hover .brand-name.hoco {
    color: #c0392b;
}

.brand-logo a:hover .brand-name.borofone {
    color: #2980b9;
}

.brand-logo a:hover::before {
    background-color: #c0392b;
}

.brand-logo a:hover .brand-name.borofone + ::before {
    background-color: #2980b9;
}
.boxe-section {
    padding: 0;
}

.section-heading {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    justify-content: center;
}

.section-heading img {
    height: 50px;
    margin-right: 10px;
}

.heading-text {
font-size: 36px;
    font-weight: bold;
    text-transform: uppercase;
}

.product-grid2, .product-grid3, .product-grid4{
    display: flex;
    overflow-x: auto;
    max-width: 1200px;
    margin: 0 auto 25px;
    scroll-behavior: smooth;
}

.product-item2 {
    background-color: #f5f5f5;
    padding: 20px;
    text-align: center;
}

.product-item2 img {
    max-width: 100%;
    height: auto;
    margin-bottom: 10px;
}

.product-item2 span {
    font-size: 18px;
    margin-bottom: 10px;
}

.product-item2 span.woocommerce-Price-amount, .product-item span.woocommerce-Price-amount{
    font-size: 18px;
    margin-bottom: 10px;
    color: #44c812;
    font-weight: 600;
}

.product-item2 .btn {
    display: inline-block;
    padding: 8px 16px;
    background-color: #333;
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
}

.smart-watches {
  padding: 40px 0;
}
.smart-watches.new {
  padding: 5px 0;
}
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

.section-header2 {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  justify-content: center;
}

.icon {
  width: 50px;
  height: 50px;
  margin-right: 10px;
}

.section-title3 {
  font-size: 24px;
  font-weight: bold;
  color: #333;
}

.product-item3 {
  background-color: #f9f9f9;
  padding: 20px;
  text-align: center;
}

.product-item3 img {
  max-width: 100%;
  height: auto;
  margin-bottom: 10px;
}
.product-item3 span {
  font-size: 18px;
  margin-bottom: 10px;
}
.price-ceas span{
    color: #44c812;
    font-weight: 600;
}
.price-power span{
      font-size: 18px ;
    color: #44c812;
    font-weight: 600;
}
.section-title3 {
font-size: 30px;
    font-weight: bold;
    text-transform: uppercase;
}

.section-title3 span {
  display: inline-block;
}

.section-title3 span:nth-child(1) {
  color: #000;
}

.section-title3 span:nth-child(2) {
  color: #3bb1ef;
}

.powerbank-section {
  padding: 10px 0;
  background-color: #f5f5f5;
}

.section-header4 {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  justify-content: center;
}

.header-icon4 {
  height: 40px;
  margin-right: 10px;
}

.section-title4 {
  font-size: 24px;
  font-weight: bold;
  color: #333;
}

.product-item4 {
  background-color: #fff;
  padding: 20px;
  text-align: center;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.product-item4 img {
  max-width: 100%;
  height: auto;
}

.product-item span {
  font-size: 18px;
  margin: 10px 0;
}

.product-item .price {
  font-weight: bold;
  color: #333;
}

.view-all-btn{
    text-align: center;
}
.view-all-btn a{
    display: inline-block;
    padding: 12px 24px;
        background-color: #545471;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    border-radius: 4px;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.view-all-btn a:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.2);
    transform: translateX(-100%);
    transition: all 0.3s ease;
    z-index: -1;
}

.view-all-btn a:hover {
    background-color: #ff5349;
}

.view-all-btn a:hover:before {
    transform: translateX(0);
}
.tag-grid {
    display: flex;
    overflow-x: auto;
    max-width: 1200px;
    margin: 0 auto 15px;
    scroll-behavior: smooth;
}

.tag-link {
display: inline-block;
    padding: 8px 8px;
    background-color: #fff;
    color: #333;
    text-decoration: none;
    border-radius: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    margin-right: 3px;
    margin-left: 2px;
}

.tag-link:hover {
  background-color: #333;
  color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.electrocasnice {
  padding: 20px 0 50px 0;
  max-width: 1200px;
  margin: 0 auto;
}

.section-header5 {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  justify-content: center;
}

.section-header5 .icon {
  max-height: 50px;
  margin-right: 15px;
}

.section-header5 .title {
  font-size: 28px;
  font-weight: bold;
  color: #333;
  padding-top: 17px;
}

.product-row {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
  margin-bottom: 30px;
}
.product-row a{
    text-decoration:none;
}
.product-row a:hover{
    text-decoration:underline;
}
.product-item5 {
  background-color: #f5f5f5;
  padding: 10px;
  text-align: center;
  border-radius: 5px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

.product-item5:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.product-item5 img {
  max-width: 100%;
  height: auto;
  margin-bottom: 10px;
}

.product-item5 .tit {
  font-size: 16px;
  font-weight: bold;
  color: #333;
  margin-bottom: 10px;
  display: block;
}

.product-item5 .tit a {
  color: inherit;
  text-decoration: none;
}

.price-wrap {
  display: block;
  margin-top: 10px;
}

.price-wrap .price span {
  font-size: 18px !important;
  font-weight: bold;
  color: #44c812;
}

.subcategory-row {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 20px;
}

.subcategory-tile {
  background-color: #f5f5f5;
  padding: 10px;
  text-align: center;
  border-radius: 5px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  text-decoration: none;
  color: #333;
}

.subcategory-tile:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.subcategory-tile img {
  max-width: 100%;
  height: auto;
  margin-bottom: 10px;
  border-radius: 10px;
}

.subcategory-tile a{
    text-decoration: none;
    color: inherit;
}
.subcategory-tile a:hover{
    text-decoration: underline;
}
.subcategory-tile a img:hover {
      opacity: 0.7;
      transition: all 0.3s ease;
    }

.subcategory-tile .subcategory-name {
  font-size: 16px;
  font-weight: bold;
}
.widget-container{
    list-style-type:disclosure-closed;
    padding-left:75px;
}
.product-cat{
    margin-top: 10px;
    padding: 0;
}

.product-cat li {
    list-style-type: none;
    margin-bottom: 10px;
    width:max-content !important;
    line-height:0.2 !important;
}

.product-cat form button {
background-color: transparent !important;
    border: none !important;
    cursor: pointer !important;
    display: inline-flex !important;
    font-size: 16px !important;
    padding: 0px 5px !important;
    text-align: left !important;
    text-decoration: none !important;
    transition: all 0.3s ease !important;
    color: #215dde !important;
    width: max-content;
}

.product-cat button:hover {
    background-color: #f1f1f1 !important;
    padding-left: 20px !important;
}

.product-count {
    color: #999;
    font-size: 0.8em;
    margin-left: 5px;
}

.product-cat button:hover .product-count {
    animation: bounce 0.5s ease;
}

@keyframes bounce {
    0% { transform: translateY(0); }
    50% { transform: translateY(-5px); }
    100% { transform: translateY(0); }
}

.widget-container span.text-name {
    font-size: 16px;
    font-weight: bold;
    position: relative;
}
 .gadget2{
     display:none;
 }

@media (max-width: 767px) {
    #main .slider-wrapper .s-item-content {
        flex-direction: column;
        width:100%;
    }

    .slider-wrapper .s-item-content-cell {
        display: block; 
        width: 100%; 
    }

    .slider-wrapper .s-item-content-cell a {
        margin: 5px; 
    }

    #main .s-arrow {
        font-size: 1.5em; 
        height: 25px;
        line-height: 20px;
    }

    #main .s-dots .s-dot {
        width: 6px; 
        height: 6px;
    }
    #main .slider-wrapper img{max-width: inherit;
    width: 50%;
    text-align: center;
    margin: 0 auto;}
    .slider-wrapper .s-item-content-cell .s-item-content-overlay{
        padding:0;
    }
    .slider-wrapper .s-item-content-overlay .inner, .slider-wrapper .s-item-content-overlay4 .inner, .slider-wrapper .s-item-content-overlay5 .inner {
    padding: 2px;
}
      .advantages {
        flex-direction: column;
      }

      .advantage-block {
    width: 90%;
    flex-direction: column;
    align-items: flex-start;
    text-align: center;
    margin: 5px auto;
    font-size: 16px;
      }

      .advantage-block img {
         max-width: 100%;
        margin: 0 auto;
      }
    .advantage-block h2 {
      margin-top: 0;
    text-align: center;
    }
    h1.title-block{
       font-size: 25px; 
    padding-left: 4%;
    }
div.catalog-link2 a {
        padding: 10px 20px;
        font-size: 14px;
        border-radius: 20px;
      }
    .product-grid, .product-grid2, .product-grid3, .product-grid4, .tag-grid{
        grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    }
    .brand-logo {
        margin: 10px;
    }
  .section-header5 .title {
    font-size: 24px;
  }
   .product-row {
    display: flex;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
    margin-bottom: 10px;
  }

  .product-item5 {
    flex: 0 0 auto;
    width: 200px;
    margin-right: 10px;
    scroll-snap-align: start;
  }

  .subcategory-row {
    display: flex;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
  }

  .subcategory-tile {
    flex: 0 0 auto;
    width: 200px;
    margin-right: 10px;
    scroll-snap-align: start;
  }
 .subcategory-tile img {
    margin: 0 auto;
    display: flex;
 }
 .gadget2{
     display:block;
 }
}