

/* Start:/local/templates/.default/components/imedia/catalog.element/.default/style.css?1748877576487*/
.description__section {
    display: none;
}

.block-cart {
    max-width: 50rem;
}
.product-page .h2 {
    font-size: 3.7rem;
}

.block-cart .button,.block-cart .btn-dolyami{
  max-height: 48px;
}

@media (max-width: 768px) {
   .product-page .h2 {
    font-size: 2.8rem;
  }

}

@media screen and (min-width: 1024px) {
    .block-cart {
        flex-wrap: wrap;
    }
    .btn-dolyami {
        margin-top: 1rem;
    }
    .btn-credit {
        padding: 7px 12.5px!important;
    }

}

/* End */


/* Start:/local/templates/.default/components/imedia/product.list/collections/style.css?17485338022612*/
.product-card__item-tags {display: flex;}
.product-card__item-tags {
    display: flex
}

.product-card .product-card__tags {
    display: flex;
    flex-direction: column;
    gap: 0!important;
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 10;
}

.product-card .product-card__tag {
    display: flex;
    align-items: center;
    max-width: 34px;
    min-width: 34px;
    height: 34px;
    overflow: hidden;
    /* background-color: #3c3c3c; */
    color: #fff;
    font-size: 10px;
    font-weight: 500;
    white-space: nowrap;
    transition: all 0.3s ease;
    cursor: default;
    justify-content: flex-start!important;
    border-radius: 0!important;
}

.product-card .product-card__tag:hover {
    font-size: 10px;
    width: fit-content;
    max-width: fit-content;
}

.product-card .product-card__tag-icon {
    display: inline-block;
    width: auto;
    height: auto;
    margin-right: 6px;
    flex-shrink: 0;
}

.product-card .product-card__tag:hover .product-card .product-card__tag-icon {
    margin-right: 6px;
}

.product-card .product-card__tag span {
    opacity: 0;
    transform: translateX(-10px);
    transition: all 0.3s ease;
}

.product-card .product-card__tag:hover span {
    opacity: 1;
    transform: translateX(0);
}

.is-action {
    background-color: #DEDE2B!important;
    color: #000;
    min-width: 4rem;
}
.is-action .product-card .product-card__tag-icon {
    display: none;
}
.is-action span {
    opacity: 1;
    transform: translateX(0);
    font-size: 12px;
}
/* .is-favoritItem { background-color: #CBBBA7!important; }
.is-new { background-color: #DEDE2B; color: #000; }
.is-tempus { background-color: #E7E1DB; color: #000; }
.is-japan { background-color: #3C3C3C!important; }
.is-swiss { background-color: #3C3C3C!important; }
.product-card .product-card__tag.is-new { background:#FFFFFF!important; color:white!important; }
.product-card .product-card__tag.is-new:hover { background:#CBBBA7!important; } */
.is-swiss { background-color: unset!important; }
.is-swiss:hover { background-color: #3C3C3C!important; }
.is-japan { background-color: unset!important; }
.is-japan .product-card .product-card__tag-icon { border: 1px solid #c8bfbf!important;
  border-radius: 100%!important; }
.is-japan:hover { background-color: #3C3C3C!important; }
.is-japan:hover .product-card .product-card__tag-icon { border: 0px solid #c8bfbf!important;
  border-radius: 100%!important; }
.product-card .product-card__tag.is-new { background:#FFFFFF!important; }
.product-card .product-card__tag.is-new:hover { background:#dbf507!important; color:black!important;}

/* End */


/* Start:/local/templates/.default/components/imedia/product.list/similar/style.css?17488713762954*/
.product-card__item-tags {display: flex;}
.product-card__item-tags {
    display: flex
}

.product-card .product-card__tags {
    display: flex;
    flex-direction: column;
    gap: 0!important;
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 10;
}

.product-card .product-card__tag {
    display: flex;
    align-items: center;
    max-width: 34px;
    min-width: 34px;
    height: 34px;
    overflow: hidden;
    /* background-color: #3c3c3c; */
    color: #fff;
    font-size: 10px;
    font-weight: 500;
    white-space: nowrap;
    transition: all 0.3s ease;
    cursor: default;
    justify-content: flex-start!important;
    border-radius: 0!important;
}

.product-card .product-card__tag:hover {
    font-size: 10px;
    width: fit-content;
    max-width: fit-content;
}

.product-card .product-card__tag-icon {
    display: inline-block;
    width: auto;
    height: auto;
    margin-right: 6px;
    flex-shrink: 0;
}

.product-card .product-card__tag:hover .product-card .product-card__tag-icon {
    margin-right: 6px;
}

.product-card .product-card__tag span {
    opacity: 0;
    transform: translateX(-10px);
    transition: all 0.3s ease;
}

.product-card .product-card__tag:hover span {
    opacity: 1;
    transform: translateX(0);
}

.product-card__tag:hover span {
    opacity: 1;
    transform: translateX(0);
}
.is-action span {
  opacity: 1!important;
  transform: translateX(0)!important;
  font-size: 12px!important;
  width: max-content !important;
  max-width: inherit !important;
}
.product-card__tag.is-action {
  width: max-content !important;
  max-width: inherit !important;
}
.is-action {
    background-color: #DEDE2B!important;
    color: #000;
    min-width: 4rem;
}
.is-action .product-card__tag-icon {
    display: none;
}
.is-action span {
    opacity: 1;
    transform: translateX(0);
    font-size: 12px;
}
/* .is-favoritItem { background-color: #CBBBA7!important; }
.is-new { background-color: #DEDE2B; color: #000; }
.is-tempus { background-color: #E7E1DB; color: #000; }
.is-japan { background-color: #3C3C3C!important; }
.is-swiss { background-color: #3C3C3C!important; }
.product-card .product-card__tag.is-new { background:#FFFFFF!important; color:white!important; }
.product-card .product-card__tag.is-new:hover { background:#CBBBA7!important; } */
.is-swiss { background-color: unset!important; }
.is-swiss:hover { background-color: #3C3C3C!important; }
.is-japan { background-color: unset!important; }
.is-japan .product-card .product-card__tag-icon { border: 1px solid #c8bfbf!important;
  border-radius: 100%!important; }
.is-japan:hover { background-color: #3C3C3C!important; }
.is-japan:hover .product-card .product-card__tag-icon { border: 0px solid #c8bfbf!important;
  border-radius: 100%!important; }
.product-card .product-card__tag.is-new { background:#FFFFFF!important; }
.product-card .product-card__tag.is-new:hover { background:#dbf507!important; color:black!important;}

/* End */


/* Start:/local/templates/.default/components/imedia/social.feed/.default/style.css?17447891621989*/
.my-wrapper {
    margin: 0 auto;
    display: flex;
    gap: 40px;
    align-items: flex-start;
    flex-wrap: inherit;
}
.intro-section {
    flex: 1 1 300px;
    max-width: 30vw;
}
.intro-header {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 20px;
    text-transform: uppercase;
    line-height: 27px;
}
.social-links {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.social-links a {
    display: inline-grid;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    color: #000;
    transition: transform 0.3s ease;
    text-align: center;
}
.social-links a:hover {
    transform: scale(1.05);
    color: #555;
}
.social-links i {
    font-size: 24px;
}

.gallery-section {
    flex: 2 1 600px;
    width: 100%;
}

.slider-wrapper {
    position: relative;
    overflow: hidden;
    width: 60vw;
}
.slider-track {
    display: flex;
    transition: transform 0.5s ease;
}
.slider-item {
    flex-shrink: 0;
    padding: 5px;
}
.slider-item img {
    width: 140px;
    height: 140px;
    object-fit: cover;
    transition: transform 0.3s ease;
}
.slider-item img:hover {
    transform: scale(1.05);
}

/* Навигационные стрелки */
.slider-prev,
.slider-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255,255,255,0.8);
    border: none;
    font-size: 24px;
    padding: 10px;
    cursor: pointer;
    z-index: 2;
    opacity: 0;
}
.slider-prev {
    left: 10px;
}
.slider-next {
    right: 10px;
}

/* Responsive */
@media (max-width: 768px) {
    .my-wrapper {
        flex-direction: column;
    }
    .intro-section {
        flex: 1 1 100%;
        max-width: 100vw;
    }
    .slider-wrapper {
        width: 100%;
    }
    .gallery-section {
        flex: 2 1 100%;
        width: 100%;
    }
    .slider-item img {
        height: 18rem;
    }
}
@media (max-width: 480px) {
    .social-links a {
        font-size: 15px;
    }
}
.social {
    margin-bottom: 5rem;
}
/* End */


/* Start:/bitrix/components/aspro/smartseo.content/templates/.default/style.css?172345373980*/
.aspro-smartseo-content__wrapper {
  margin-top: 20px;
  margin-bottom: 20px;
}

/* End */
/* /local/templates/.default/components/imedia/catalog.element/.default/style.css?1748877576487 */
/* /local/templates/.default/components/imedia/product.list/collections/style.css?17485338022612 */
/* /local/templates/.default/components/imedia/product.list/similar/style.css?17488713762954 */
/* /local/templates/.default/components/imedia/social.feed/.default/style.css?17447891621989 */
/* /bitrix/components/aspro/smartseo.content/templates/.default/style.css?172345373980 */
