.dublenka-step-head {
  font-size: 24px;
  padding: 0 0 18px;
}

.dublenka-step-cont__third .dublenka-step-head {
  padding: 0 0 31px;
}

.dublenka-step-cont__second,
.dublenka-step-cont__third {
  transition: max-height .3s;
  max-height: 0;
  overflow: hidden;
}



.dublenka-step-cont__second .dublenka-step-head {
  padding: 0 0 33px;
}

.dublenka-step-variant {
  vertical-align: top;
  text-align: center;
  position: relative;
  display: inline-block;
  margin-right: 0;
  width: 100%;
  border: 1px solid rgba(0, 0, 0, .1);
  padding-bottom: 14px;
  border-radius: 10px;
  overflow: hidden;
  padding-bottom: 3em;
}

.dublenka-step-block {
  padding: 0 0 40px;
  display: flex;
  flex-wrap: wrap;
  width: 270px !important;
}

.dublenka-step-cont__third .dublenka-step-block {
  padding: 0 0 51px;
}

.dublenka-step-cont__second .dublenka-step-block {
  padding: 0 0 60px;
}

.dublenka-step-block:last-child {
  margin: 0;
}

.dublenka-step-varaint-name {
  font-size: 18px;
  margin: 0 0 7px;
  color: #6d6d6d;
}

.selected .dublenka-step-varaint-name {
  color: #000000;
}

.dublenka-step-varaint-text-wrap {
  margin: 0 0 9px;
  position: relative;
  min-height: 42px;
}

.dublenka-step-varaint-text {
  font-size: 14px;
  color: #6d6d6d;
}

.selected .dublenka-step-varaint-text {
  color: #068f9c;
}

.dublenka-step-varaint-text span {
  text-transform: uppercase;
}

.dublenka-step-cont__second,
.dublenka-step-cont__third {
    -webkit-transition: max-height .3s;
    -moz-transition: max-height .3s;
    -ms-transition: max-height .3s;
    -o-transition: max-height .3s;
    transition: max-height .3s;
    max-height: 0;
    overflow: hidden;
} 


.step-cont-wrap {
  display: flex;
  flex-wrap: wrap;
  gap:10px;
}

@media(max-width:1125px) {
  .step-cont-wrap {
    flex-wrap:wrap
  }
}

.dublenka-step-variant-pag {
  gap: 0!important;
  justify-content: center;
  width: 100%;
}

.dublenka-step-variant-pag span {
  background-color: #eaeaea;
  border-radius: 3px;
  display: inline-block;
  margin: 0 10px;
  cursor: pointer;
  height: 7px;
  width: 28px;
}

/*.dublenka-step-variant-pag span:last-child {
  margin: 0;
}*/

.dublenka-step-variant-pag span.cycle-pager-active {
  background-color: rgba(0, 140, 154, 0.88);
}



.dublenka-step-variant-nav .prev,
.dublenka-step-variant-nav .next {
  background-image: url('images/arr_sld2.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 40px 40px;
  position: absolute;
  height: 40px;
  width: 40px;
  left: 0;
  top: 93px;
}

.dublenka-step-variant-nav .next {
  right: 0;
  left: auto;
  transform: rotate(-180deg);
}




.dublenka-step-count-less,
.dublenka-step-count-more {
    vertical-align: top;
    border-radius: 2px;
    line-height: 0;
    background-color: #eaeaea;
    background-size: 16px;
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
    font-size: 0;
    display: inline-block;
    margin: 0 6px 0 0;
    height: 48px;
    width: 48px;
    color: #000000;
}

.dublenka-step-count-less {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyMi4wLjEsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHdpZHRoPSI0NTVweCIgaGVpZ2h0PSI0NTVweCIgdmlld0JveD0iMCAwIDQ1NSA0NTUiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDQ1NSA0NTU7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxyZWN0IHk9IjIxMi41IiB3aWR0aD0iNDU1IiBoZWlnaHQ9IjMwIi8+DQo8L3N2Zz4NCg==);
}

.dublenka-step-count-more {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyMi4wLjEsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHdpZHRoPSI0NTVweCIgaGVpZ2h0PSI0NTVweCIgdmlld0JveD0iMCAwIDQ1NSA0NTUiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDQ1NSA0NTU7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwb2x5Z29uIHBvaW50cz0iNDU1LDIxMi41IDI0Mi41LDIxMi41IDI0Mi41LDAgMjEyLjUsMCAyMTIuNSwyMTIuNSAwLDIxMi41IDAsMjQyLjUgMjEyLjUsMjQyLjUgMjEyLjUsNDU1IDI0Mi41LDQ1NSAyNDIuNSwyNDIuNSANCgk0NTUsMjQyLjUgIi8+DQo8L3N2Zz4NCg==);
}

.dublenka-step-count-more {
    margin: 0;
}

.dublenka-step-count-less:not([disabled]):hover,
.dublenka-step-count-more:not([disabled]):hover {
    background-color: #068f9c;
    color: #ffffff;
    text-decoration: none !important;
}

.dublenka-step-count-less:not([disabled]):hover {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyMi4wLjEsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHdpZHRoPSI0NTVweCIgaGVpZ2h0PSI0NTVweCIgdmlld0JveD0iMCAwIDQ1NSA0NTUiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDQ1NSA0NTU7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+DQoJLnN0MHtmaWxsOiNGRkZGRkY7fQ0KPC9zdHlsZT4NCjxyZWN0IHk9IjIxMi41IiBjbGFzcz0ic3QwIiB3aWR0aD0iNDU1IiBoZWlnaHQ9IjMwIi8+DQo8L3N2Zz4NCg==);
}

.dublenka-step-count-more:not([disabled]):hover {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyMi4wLjEsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHdpZHRoPSI0NTVweCIgaGVpZ2h0PSI0NTVweCIgdmlld0JveD0iMCAwIDQ1NSA0NTUiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDQ1NSA0NTU7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+DQoJLnN0MHtmaWxsOiNGRkZGRkY7fQ0KPC9zdHlsZT4NCjxwb2x5Z29uIGNsYXNzPSJzdDAiIHBvaW50cz0iNDU1LDIxMi41IDI0Mi41LDIxMi41IDI0Mi41LDAgMjEyLjUsMCAyMTIuNSwyMTIuNSAwLDIxMi41IDAsMjQyLjUgMjEyLjUsMjQyLjUgMjEyLjUsNDU1IDI0Mi41LDQ1NSANCgkyNDIuNSwyNDIuNSA0NTUsMjQyLjUgIi8+DQo8L3N2Zz4NCg==);
}

input[type="text"].dublenka-step-count-input {
    padding-top: 4px;
    vertical-align: top;
    border-radius: 2px;
    line-height: 45px;
    text-align: center;
    font-size: 30px;
    display: inline-block;
    margin: 0 6px 0 0;
    border: 1px solid #e6e6e6;
    height: 48px;
    width: 74px;
    color: #000000;
}

.dublenka-offer-head {
    border-bottom: 2px solid #d7d7d7;
    font-size: 24px;
    padding: 0 0 12px;
    margin: 0 0 24px;
}

.dublenka-offer-cont {
    padding: 0 0 77px;
}

.dublenka-offer-block {
    position: relative;
    display: inline-block;
    height: 215px;
    width: 24.16%;
}

.dublenka-offer-block .services-preview-block-name {
    font-size: 16px;
    max-width: 150px;
}

.dublenka-offer-block .services-preview-block-table {
    height: 215px;
}

.dublenka-step-variant-cover {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  margin: 0 0 7px;
  max-height: 225px;
  cursor: pointer;
  width: 100%;
  aspect-ratio: 1;
  border-radius: 10px 10px 0 0;
}

.selected .dublenka-step-variant-cover {
    border: 1px solid #59b4bd;
    cursor: default;
}

.dublenka-order {
    border-top: 1px solid #dfdfdf;
    /*padding: 22px 0 50px; Mys9ys 28.05.2021*/
    padding-top: 22px;
}

.dublenka-order--mobile {
    display: none;
}

.dublenka-order .button-main {
    line-height: 44px;
    font-size: 18px;
    height: 44px;
    /*width: 218px; Mys9ys 28.05.2021*/
    width: 100%;
}

.dublenka-helpful-block {
    margin-bottom: 30px;
    min-height: 155px;
    position: relative;
    padding: 0 20px 20px 265px;
    width: 50%;

    clear: both;
}

.dublenka-helpful-block:nth-child(even) {
    padding: 0 0 20px 285px;
    clear: none;
}

.dublenka-helpful-block-cover {
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    height: 100%;
    width: 250px;
    left: 0;
    top: 0;
}

.dublenka-helpful-block:nth-child(even) .dublenka-helpful-block-cover {
    left: 20px;
}

.dublenka-helpful-block-cover img {
    margin: 0;
}

.dublenka-helpful-block-head {
    margin: -2px 0 12px;
}

.dublenka-helpful-block-head a {
    border-bottom: 2px solid rgba(6, 143, 156, 0.3);
    font-size: 18px;
}

.dublenka-helpful-block-text {
    line-height: 21px;
    font-size: 14px;
    overflow: hidden;
    height: 100%;
}

.dublenka-helpful-head {
    border-bottom: 2px solid #d7d7d7;
    font-size: 24px;
    padding: 0 0 12px;
    margin: 0 0 26px;
}

.dublenka-helpful-cont {
    /*margin: 0 0 99px;*/
    margin: 0;
    text-align: left;
}

.dublenka-helpful,
.dublenka-offer,
.dublenka-cont {
    padding: 0 45px;
}


.dublenka-step-cont__third-new .dublenka-step-head {
    padding: 0 0 31px;
}
.dublenka-step-cont__third-new {
    -webkit-transition: max-height .3s;
    -moz-transition: max-height .3s;
    -ms-transition: max-height .3s;
    -o-transition: max-height .3s;
    transition: max-height .3s;
    max-height: 0;
    overflow: hidden;
}

.dublenka-step-cont__third-new .dublenka-step-block {
    padding: 0 0 51px;
}


.dublenka-offer-cont{
    margin-left: -14px;
}
.dublenka-offer__item{
    margin:0 0 10px -5px;
    padding-left: 14px;
    width: 25%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
    text-align: center;
}
.dublenka-offer__item .dublenka-offer-block{
    margin-bottom:0;
}
.dublenka-offer__item .button-select{
    margin: 10px 0 0;
}
.dublenka-offer__item .dublenka-offer-block{
    width: 100%;
}
.services-preview-block-name.mobile-content{
    display: none;
}
.services-preview-block-name.w-auto{
    max-width: none;
}
@media screen and (max-width: 1000px){
    .dublenka-offer__item{
        width: 50%;
    }
}
@media screen and (max-width: 640px) {
    .dublenka-step-cont__third-new .dublenka-step-head {
        padding: 34px 0 31px;
    }

    .dublenka-step-cont__third-new .dublenka-step-block {
        padding: 0 0 19px;
    }

    .services-preview-block-name.mobile-content{
        display: block;
    }
    .services-preview-block-name.desktop-content{
        display: none;
    }

    .dublenka-offer-cont {
        margin-left:0;
    }
    .dublenka-offer__item{
        padding:0;
        width: 100%;
    }
    .dublenka-step-head {
      font-size: 36px;
    }
    .dublenka-step-cont[class*=dublenka-step-cont__] {
      display: flex;
      flex: 0 0 100%;
      flex-wrap: wrap;
    }
    .dublenka-step-head {
      flex: 0 0 100%;
    }
    .dublenka-step-block {
      flex: 0 0 100%;
    }
    .dublenka-step-count {
      margin: auto;
    }
}

.dublenka-step-cont[class*=dublenka-step-cont__] {
  position: relative;
}

@media(min-width:641px) {
  .dublenka-step-cont[class*=dublenka-step-cont__] {
    display: block;
  }
  .dublenka-step-head {
    flex: 0 0 100%;
  }
  .dublenka-step-block {
    max-width: 320px;
  }
}

.order-counter{margin: 0 0 2px!important;padding-bottom: 10px;}
.order-counter .right-block{margin-right:53px;}
.order-counter .order-check-input{font-size:15px;}


/*popup order*/

.popup-order-bottom {
    background-color: rgba(228, 228, 228, 0.6);
    position: fixed;
    display: none;
    z-index: 1000;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}

.popup-order {
    font-family: 'SFUIDisplay';
    box-shadow: 7px 13px 19px 0.00px rgba(0, 0, 0, 0.1);
    background: #ffffff;
    text-align: center;
    max-width: 856px;
    position: absolute;
    display: none;
    z-index: 2000;
    padding: 75px 100px 55px;
    margin: 0 -428px;
    width: 90%;
    left: 50%;
    top: 50px;
}
.popup-order-close {
    background: url(/local/templates/dryclean_new/images/popup-order-close.png) no-repeat center;
    position: absolute;
    display: block;
    height: 24px;
    width: 23px;
    right: 17px;
    top: 16px;
}
.popup-order-head {
    font-size: 34px;
    margin: 0 0 24px;
}
.popup-order-text {
    font-size: 22px;
    margin: 0 0 33px;
}
.popup-order-more {
    text-align: left;
}
.popup-order-more-elem {
    vertical-align: top;
    text-align: center;
    max-width: 302px;
    position: relative;
    display: inline-block;
    margin: 0 11px 0 0;
    height: 251px;
    width: 100%;
}
.popup-order-more-elem:last-child {
    margin: 0;
}
.popup-order-more-elem .services-preview-block {
    position: relative;
    margin: 0 0 17px;
    height: 215px;
}
.popup-order-more-elem .services-preview-block-table {
    height: 215px;
}
.popup-order-more-elem .services-preview-block-name {
    max-width: 180px;
    font-size: 16px;
}

.popup-order a.popup-order-close{
    border-bottom:none;
}
.popup-order a.popup-order-close:hover{
    border-bottom:none;
}
.button-main:hover{
    text-decoration: none!important;
}

@media (max-width: 640px) {
    .popup-order{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .popup-order .popup-order-btn{
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .dublenka-cont-left-column {
        display: flex;
        flex-direction: column;
    }

    .desktop-content {
        order: 1;
        margin-bottom: 25px;
    }
}

.close-ico.help-ico{
	display:inline-block;
	width: 20px;
	height: 20px;
	position: absolute;
	top:4px;
	right:4px;
	border-radius: 50%;
    background: url('images/close-circle.svg') no-repeat center;
    background-size: 100%;
    cursor: pointer;
	margin-left: 0;
	z-index: 100;
}
.help-body{
	padding: 15px!important;
	/*padding-right: 25px!important;*/
	
}

.dublenka-cont-bottom{
	margin-top:40px;
}
.dublenka-cont-bottom p{
	text-indent:40px;
}

.like_product_block {
    text-align: center;
  }
  .like_product_block_title {
    text-align: center;
    font-size: 26px;
    margin-bottom: 20px;
  }
  .like_product_link {
    text-decoration: none;
  }
  .like_product {
    position: relative;
    display: inline-block;
    width: 300px;
    height: 310px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    overflow: hidden;
  }
  .like_product:nth-child(n) {
    margin-right: 3px;
  }
  .like_product:hover {
    border: 1px solid #008c9a;
  }
  .like_product .like_product_img_box {
    position: relative;
    display: inline-block;
    width: 300px;
    height: 250px;
    overflow: hidden;
    text-align: center;
    vertical-align: middle;
  }
  .like_product .like_product_img_box img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 67%;
  }
  .like_product .like_product_title_block {
    position: absolute;
    top: 220px;
    left: 0;
    display: inline-block;
    width: 100%;
    padding: 0 5px;
    color: #666666;
    background: rgba(255, 255, 255, 0.4);
    text-align: left;
  }
  .like_product .like_product_title_block .like_product_title {
    font-weight: bold;
    font-size: 16px;
    height: 20px;
    overflow: hidden;
  }
  .like_product .like_product_title_block .like_product_pretitle {
    font-size: 14px;
  }
  .like_product .like_product_footer {
    position: absolute;
    display: inline-block;
    width: 100%;
    padding: 0 5px;
    bottom: 6px;
    left: 0;
    text-align: left;
  }
  .like_product .like_product_footer .like_product_btn {
    display: inline-block;
    line-height: 24px;
    background: #008c9a;
    color: #ffffff;
    padding: 3px 8px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
  }
  .like_product .like_product_footer .like_product_btn:hover {
    background: #0eadbc;
  }
  .like_product .like_product_footer .like_product_price {
    display: inline-block;
    width: 50%;
    float: right;
    color: #666666;
    font-size: 26px;
    font-weight: bold;
    text-align: right;
  }
  @media screen and (min-width: 1234px) {
    #top_slider {
      width: 100%;
      text-align: center;
    }
    #top_slider .top-slide {
      width: 100%;
    }
    #top_slider .top-slide img {
      max-width: 100%;
      border-radius: 10px;
      overflow: hidden;
    }
  }
  /*экран 768-1234*/
  @media screen and (min-width: 768px) and (max-width: 1233px) {
    #top_slider {
      width: 100%;
      text-align: center;
    }
    #top_slider .top-slide {
      width: 100%;
    }
    #top_slider .top-slide img {
      max-width: 100%;
      border-radius: 10px;
      overflow: hidden;
    }
  }
  /*экран 768*/
  @media screen and (min-width: 620px) and (max-width: 768px) {
    #top_slider {
      width: 98%;
      margin-left: 1%;
      text-align: center;
    }
    #top_slider .top-slide {
      width: 100%;
    }
    #top_slider .top-slide img {
      max-width: 100%;
      border-radius: 10px;
      overflow: hidden;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center;
    }
  }
  /* Экран 425*/
  @media screen and (min-width: 351px) and (max-width: 619px) {
    #top_slider {
      width: 98%;
      margin-left: 1%;
      text-align: center;
    }
    #top_slider .top-slide {
      width: 100%;
    }
    #top_slider .top-slide img {
      max-width: 100%;
      border-radius: 10px;
      overflow: hidden;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center;
    }
  }
  @media screen and (max-width: 350px) {
    #top_slider {
      width: 98%;
      margin-left: 1%;
      text-align: center;
    }
    #top_slider .top-slide {
      width: 100%;
    }
    #top_slider .top-slide img {
      max-width: 100%;
      border-radius: 10px;
      overflow: hidden;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center;
    }
  }





  /* Контейнер слайдера */
.product-slider-container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px 0;
  overflow: hidden; /* Скрываем всё, что выходит за пределы */
}

/* Заголовок и пагинация */
.slider-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  padding: 0 15px;
}

.slider-header h3 {
  margin: 0;
  font-size: 24px;
}

/* Блок пагинации */
.slider-pagination {
  display: flex;
  gap: 10px;
}

/* Кнопки пагинации */
.pagination-btn {
  width: 40px;
  height: 40px;
  border: 1px solid #ddd;
  background: white;
  border-radius: 50%;
  cursor: pointer;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  color: #333;
}

.pagination-btn:hover:not(:disabled) {
  background: #f0f0f0;
  border-color: #999;
}

.pagination-btn:disabled {
  opacity: 0.3;
  cursor: not-allowed;
}

.pagination-btn.prev::before {
  content: "←";
}

.pagination-btn.next::before {
  content: "→";
}

/* Обертка товаров (горизонтальный скролл) */

.like_product_block_wrap {
  display: flex;
  overflow-x: auto;
  scroll-behavior: smooth;
  gap: 20px; /* Отступ между карточками */
  padding: 5px 15px 20px; /* Добавляем padding для скролла */
  scrollbar-width: thin; /* Для Firefox */
  -ms-overflow-style: none; /* Для IE/Edge */
}

@media(min-width:1310px) {
  .like_product_block_wrap {
    gap: 12px;
    padding: 0;
  }
}

/* Скрываем стандартный скроллбар для Chrome/Safari */
.like_product_block_wrap::-webkit-scrollbar {
  height: 6px;
}

.like_product_block_wrap::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}

.like_product_block_wrap::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 10px;
}

.like_product_block_wrap::-webkit-scrollbar-thumb:hover {
  background: #555;
}