/* jquery.wi.tab.css */
ul.wi-tab-header {
  padding: 0;
  margin: 0;
  width: 100%;
  white-space: nowrap; }
  ul.wi-tab-header > li {
    display: inline-block;
    text-align: center;
    cursor: pointer;
    position: relative;
    margin: 0 1px;
    top: 1px; }
    ul.wi-tab-header > li.wi-active {
      border: 1px solid #ccc;
      border-radius: 6px 6px 0 0;
      border-bottom-color: #fdfdfd;
      }
    ul.wi-tab-header > li.hidden {
      display: none; }
    ul.wi-tab-header > li:hover {
      color: #000; }

ul.wi-tab-content {
  padding: 10px 6px 6px;
  min-height: 150px;
  border-top: 1px solid #ccc;
  border-radius: 0 0 6px 6px;
  margin: 0; }
  ul.wi-tab-content > li {
    display: none;
    padding: 10px; }
    ul.wi-tab-content > li.wi-active {
      display: block; }
  ul.wi-tab-content.responsive {
    position: relative; }
    ul.wi-tab-content.responsive > li {
      width: 100%;
      border: 1px solid #ccc;
      border-bottom: 0 none;
      border-radius: 0; }
      ul.wi-tab-content.responsive > li:last-child {
        border-bottom: 1px solid #ccc; }
      ul.wi-tab-content.responsive > li.wi-active-content {
        display: block; }
      ul.wi-tab-content.responsive > li.wi-responsive-header {
        background-color: #f4f4f6;
        color: #999;
        font: 100 14px/44px farayekan, tahoma;
        text-align: center;
        cursor: pointer;
        padding: 0;
        display: block; }
        ul.wi-tab-content.responsive > li.wi-responsive-header.wi-active {
          background-color: #2b66a2;
          border-color: #2b66a2;
          color: #fff; }

/* details.css */
.custom-products {
  position: relative;
  margin-top: 20px; }
  .custom-products h6 {
    display: inline-block;
    font-size: 14px;
    color: #858585;
    margin: 8px 0 4px; }
  .custom-products .custom-products__ul {
    display: block;
    margin-top: 6px; }
    .custom-products .custom-products__ul li {
      display: inline-block; }
      .custom-products .custom-products__ul li input[type="radio"] {
        display: none; }
        .custom-products .custom-products__ul li input[type="radio"]:checked + label:after {font-family:"Font Awesome 7 Free";font-weight:900;font-style:normal;
          content: '\f058';
          color: #333; }
        .custom-products .custom-products__ul li input[type="radio"] + label {
          border-radius: 2px;
          cursor: pointer;
          display: block;
          line-height: 28px;
          height: 30px;
          position: relative;
          text-align: center;
          top: 2px;
          font-weight: normal;
          padding-right: 20px;
          padding-left: 10px;
          margin: 0; }
          .custom-products .custom-products__ul li input[type="radio"] + label:after {
            content: '\f111';
            color: #a0a0a0;
            font-size: 16px;
            position: absolute;
            right: 0;
            font-family:"Font Awesome 7 Free";font-weight:900; }
  .custom-products .custom-products__overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #fff;
    top: 0;
    left: 0;
    z-index: 999;
    display: none; }
    .custom-products .custom-products__overlay .loading-wrap.active {
      display: block;
      margin-right: -8px;
      margin-top: -8px;
      right: 50%;
      top: 50%; }
  .custom-products .custom-products__select {
    width: 100%;
    margin-bottom: 15px;
    margin-top: 5px; }
  .custom-products .dropdown-menu {
    background-color: #fff; }
    .custom-products .dropdown-menu span {
      color: #111; }
  .custom-products .bootstrap-select.btn-group .dropdown-toggle .filter-option {
    text-align: right; }
  .custom-products .bootstrap-select.btn-group .dropdown-toggle .caret {
    right: auto;
    left: 12px; }
  .custom-products .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 100%; }
  .custom-products .bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
    margin-right: 20px; }
  .custom-products .glyphicon-ok.check-mark {
    margin-top: 9px; }
    .custom-products .glyphicon-ok.check-mark:before {
      font-family:"Font Awesome 7 Free";font-weight:900;
      content: '\f00c'; }

.product-details__gallery .product-gallery__small {
  width: 360px;
  margin: auto; }
  @media screen and (max-width: 1279px) {
    .product-details__gallery .product-gallery__small {
      width: 220px; } }
  .product-details__gallery .product-gallery__small .slick-list {
    margin: 0 -15px; }
  .product-details__gallery .product-gallery__small .slick-slide {
    margin: 0 15px;
    min-height: 70px; }
  .product-details__gallery .product-gallery__small .slick-next,
  .product-details__gallery .product-gallery__small .slick-prev {
    top: 37px;
    height: 40px; }
    .product-details__gallery .product-gallery__small .slick-next:before,
    .product-details__gallery .product-gallery__small .slick-prev:before {
      font-size: 40px;
      font-family:"Font Awesome 7 Free" !important;font-weight:900; }
  .product-details__gallery .product-gallery__small .slick-next {
    left: -45px; }
    .product-details__gallery .product-gallery__small .slick-next:before {font-family:"Font Awesome 7 Free";font-weight:900;font-style:normal;
      content: '\f053' !important; }
  .product-details__gallery .product-gallery__small .slick-prev {
    right: -45px; }
    .product-details__gallery .product-gallery__small .slick-prev:before {font-family:"Font Awesome 7 Free";font-weight:900;font-style:normal;
      content: '\f054' !important; }

.product-details__gallery .product-gallery__big {
  border: 1px solid #ccc;
  margin-bottom: 20px; }
  .product-details__gallery .product-gallery__big .slick-slide img {
    margin: auto; }

.product-comment-wrap {
  padding: 0 10px 10px; }
  .product-comment-wrap .product-comment__comment-box {
    border: 1px solid #f7f7f7;
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
            box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
    margin: 14px;
    padding-bottom: 10px; }
  .product-comment-wrap .comment-box__header {
    background-color: #f4f4f4;
    padding: 12px 0;
    text-indent: 10px;
    position: relative; }
  .product-comment-wrap .comment-box__body {
    padding: 0 10px; }
  .product-comment-wrap p {
    margin: 10px 0 14px; }
  .product-comment-wrap textarea.product-comment__answer-box {
    height: 34px; }
  .product-comment-wrap .product-comment__vote {
    position: absolute;
    left: 10px; }
    @media screen and (max-width: 767px) {
      .product-comment-wrap .product-comment__vote {
        position: relative; } }
    .product-comment-wrap .product-comment__vote i {
      cursor: pointer;
      font-size: 16px;
      left: 5px;
      position: relative;
      top: 3px; }
    .product-comment-wrap .product-comment__vote .badge {
      background-color: #aaa; }
  .product-comment-wrap .comment-box__answers {
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
            box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
    margin: auto auto 10px;
    padding: 10px;
    width: 94%; }
    .product-comment-wrap .comment-box__answers > div:first-child {
      border-bottom: 1px solid #f0f0f0;
      margin-bottom: 8px;
      padding-bottom: 6px;
      color: #777; }
    .product-comment-wrap .comment-box__answers .answers__answer {
      margin-bottom: 20px; }
  .product-comment-wrap .product-comment__captcha-wrap {
    margin-bottom: 6px; }
    .product-comment-wrap .product-comment__captcha-wrap input {
      width: 60px;
      border: 1px solid #ddd;
      border-radius: 4px;
      line-height: 28px;
      margin-left: 8px; }
    .product-comment-wrap .product-comment__captcha-wrap i {
      color: #777;
      cursor: pointer;
      font-size: 20px;
      margin-right: 6px;
      position: relative;
      top: 4px; }
      .product-comment-wrap .product-comment__captcha-wrap i:hover {
        color: #111; }
  .product-comment-wrap .loading-wrap.active {
    bottom: 0;
    left: auto;
    padding-left: 16px;
    padding-right: 16px;
    right: 0;
    display: block; }
  .product-comment-wrap .loading-wrap .loading-wheel {
    height: 28px !important;
    width: 28px !important; }

/* faradoc.css */

.farashop__product-details__default .product-details__edit-link {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 28px;
}

    .farashop__product-details__default .product-details__edit-link:hover, .farashop__product-details__default .product-details__edit-link:focus {
        text-decoration: none;
    }

.farashop__product-details__default .product-details__big-image {
    border: 1px solid #ccc;
    border-radius: 5px;
}

.farashop__product-details__default .product-details__description {
    line-height: 20px;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    font-size: 13px;
    position: relative;
    padding-bottom: 30px;
}

.farashop__product-details__default .product-details__btn-favorite {
    background-color: #FF520D;
    color: #fff;
    padding: 0 4px;
    font: 13px farayekan;
    cursor: pointer;
}

    .farashop__product-details__default .product-details__btn-favorite > span {
        position: relative;
        top: 1px;
        margin-left: 4px;
        display: inline-block;
    }

.farashop__product-details__default .product-details__font-2x {
    font-size: 15px;
    line-height: 24px;
}

.farashop__product-details__default .product-details__status {
    font-size: 14px;
}

    .farashop__product-details__default .product-details__status span.status__available, .farashop__product-details__default .product-details__status span.status__contact-us {
        color: #34b900;
    }

    .farashop__product-details__default .product-details__status span.status__soon {
        color: #0096D5;
    }

    .farashop__product-details__default .product-details__status span.status__unavailable {
        color: #d52527;
    }

    .farashop__product-details__default .product-details__status span.status__discontinued {
        color: #999;
    }

.farashop__product-details__default .product-details__prices {
    margin-top: 0;
    font-size: 13px;
    color: #555;
}

    .farashop__product-details__default .product-details__prices .prices__old-price {
        color: #555;
        margin-bottom: 6px;
    }

        .farashop__product-details__default .product-details__prices .prices__old-price span:last-child {
            text-decoration: line-through;
        }

    .farashop__product-details__default .product-details__prices .prices__new-price span:last-child {
        color: #ff520d;
    }

    .farashop__product-details__default .product-details__prices span:last-child {
        margin-right: 6px;
    }

.farashop__product-details__default .product-details__btn-available,
.farashop__product-details__default .product-details__btn-soon,
.farashop__product-details__default .product-details__btn-unavailable,
.farashop__product-details__default .product-details__btn-order,
.farashop__product-details__default .product-details__btn-discontinued,
.farashop__product-details__default .product-details__btn-contact-us {
    display: inline-block;
    text-indent: 30px;
    position: relative;
}

    .farashop__product-details__default .product-details__btn-available:before,
    .farashop__product-details__default .product-details__btn-soon:before,
    .farashop__product-details__default .product-details__btn-unavailable:before,
    .farashop__product-details__default .product-details__btn-order:before,
    .farashop__product-details__default .product-details__btn-discontinued:before,
    .farashop__product-details__default .product-details__btn-contact-us:before {
        display: block;
        font-family:"Font Awesome 7 Free";font-weight:900;
        font-size: 30px;
        position: absolute;
        right: 10px;
        filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
        -moz-transform: scale(-1, 1);
        -ms-transform: scale(-1, 1);
        -o-transform: scale(-1, 1);
        -webkit-transform: scale(-1, 1);
        transform: scale(-1, 1);
    }

.farashop__product-details__default .product-details__btn-available,
.farashop__product-details__default .product-details__btn-contact-us {
    background-color: #3CA200;
    cursor: pointer;
}

    .farashop__product-details__default .product-details__btn-available:hover,
    .farashop__product-details__default .product-details__btn-contact-us:hover {
        background-color: #348e00;
    }

    .farashop__product-details__default .product-details__btn-available:before,
    .farashop__product-details__default .product-details__btn-contact-us:before {font-family:"Font Awesome 7 Free";font-weight:900;font-style:normal;
        content: '\f290';
    }

    .farashop__product-details__default .product-details__btn-contact-us:hover {
        text-decoration: none;
    }

    .farashop__product-details__default .product-details__btn-contact-us:before {font-family:"Font Awesome 7 Free";font-weight:900;font-style:normal;
        content: '\f590';
    }

.farashop__product-details__default .product-details__btn-order {
    background-color: #ff733f;
    cursor: pointer;
}

    .farashop__product-details__default .product-details__btn-order:hover, .farashop__product-details__default .product-details__btn-order:focus {
        background-color: #ff5d20;
        text-decoration: none;
    }

    .farashop__product-details__default .product-details__btn-order:before {font-family:"Font Awesome 7 Free";font-weight:900;font-style:normal;
        content: '\f573';
    }

.farashop__product-details__default .product-details__btn-soon {
    background-color: #0096D5;
    font-size: 18px;
}

    .farashop__product-details__default .product-details__btn-soon:before {font-family:"Font Awesome 7 Free";font-weight:900;font-style:normal;
        content: '\f017';
        font-size: 28px;
    }

.farashop__product-details__default .product-details__btn-unavailable {
    background-color: #d52527;
}

    .farashop__product-details__default .product-details__btn-unavailable:before {font-family:"Font Awesome 7 Free";font-weight:900;font-style:normal;
        content: '\f057';
    }

.farashop__product-details__default .product-details__btn-discontinued {
    background-color: #999;
}

    .farashop__product-details__default .product-details__btn-discontinued:before {font-family:"Font Awesome 7 Free";font-weight:900;font-style:normal;
        content: '\f05e';
    }

.farashop__product-details__default .product-details__product-rate {
    margin-top: 8px;
}

    .farashop__product-details__default .product-details__product-rate .product-rate__summary {
        font-size: 12px;
        color: #666;
        margin-top: 1px;
    }

.farashop__product-details__default .product-details__share {
    margin-top: 10px;
}

    .farashop__product-details__default .product-details__share ul {
        display: inline-block;
        margin: 0 6px 0 0;
    }

        .farashop__product-details__default .product-details__share ul > li {
            display: inline-block;
            margin: 0 1px;
        }

            .farashop__product-details__default .product-details__share ul > li > a {
                display: block;
                background-color: #338ACF;
                color: #fff;
                padding: 4px 0;
                width: 22px;
                text-align: center;
                position: relative;
                top: 0;
                -moz-transition: all 200ms ease;
                -o-transition: all 200ms ease;
                -webkit-transition: all 200ms ease;
                transition: all 200ms ease;
            }

                .farashop__product-details__default .product-details__share ul > li > a:hover, .farashop__product-details__default .product-details__share ul > li > a:focus {
                    text-decoration: none;
                    top: -2px;
                }



.farashop__product-details__default .product-attributes {
    padding-left: 15px;
    padding-right: 15px;
}

    .farashop__product-details__default .product-attributes .group-header {
        background-color: #EEEEEE;
        font-size: 16px;
        line-height: 32px;
        text-indent: 10px;
    }

    .farashop__product-details__default .product-attributes .attribute {
        background-color: #f8f8f8;
    }

        .farashop__product-details__default .product-attributes .attribute :is(.fa-solid,.fa-regular,.fa-brands).fa-xmark,
        .farashop__product-details__default .product-attributes .attribute :is(.fa-solid,.fa-regular,.fa-brands).fa-check {
            font-size: 14px;
        }

        .farashop__product-details__default .product-attributes .attribute :is(.fa-solid,.fa-regular,.fa-brands).fa-check {
            color: #3ca200;
        }

        .farashop__product-details__default .product-attributes .attribute :is(.fa-solid,.fa-regular,.fa-brands).fa-xmark {
            color: #F73637;
        }

        .farashop__product-details__default .product-attributes .attribute > div {
            display: inline-block;
            border-bottom: 1px solid #f0f0f0;
            min-height: 28px;
            line-height: 28px;
            background-color: #fff;
        }

            .farashop__product-details__default .product-attributes .attribute > div.title {
                background-color: #f8f8f8;
            }

            .farashop__product-details__default .product-attributes .attribute > div.values {
                display: flex;
                align-items: center;
            }

.farashop__product-details__default .product-variants-wrap {
    margin-top: 20px;
}

.farashop__product-details__default .product-variants > li {
    padding-right: 15px;
    padding-left: 15px;
}

    .farashop__product-details__default .product-variants > li > div:first-of-type {
        height: 40px;
        line-height: 40px;
        border: 1px solid #ddd;
        border-bottom: 0 none;
        background-color: #f0f0f0;
        position: relative;
        top: 1px;
    }

        .farashop__product-details__default .product-variants > li > div:first-of-type > div {
            border-left: 1px solid #ddd;
        }

            .farashop__product-details__default .product-variants > li > div:first-of-type > div:last-child {
                border-left: 0 none;
            }

    .farashop__product-details__default .product-variants > li > .item {
        height: 84px;
        line-height: 84px;
        border: 1px solid #ddd;
        border-bottom: 0 none;
        overflow: hidden;
        position: relative;
        background-color: #fff;
        font-family: farayekan, tahoma;
    }

        .farashop__product-details__default .product-variants > li > .item:last-child {
            border-bottom: 1px solid #ddd;
        }

        .farashop__product-details__default .product-variants > li > .item > div {
            position: relative;
            height: 100%;
            border-left: 1px solid #ddd;
        }

            .farashop__product-details__default .product-variants > li > .item > div:last-child {
                border-left: 0 none;
            }

        .farashop__product-details__default .product-variants > li > .item input {
            height: 40px;
            line-height: 40px;
            width: 100%;
            border: 1px solid #ddd;
            text-align: center;
        }

        .farashop__product-details__default .product-variants > li > .item .img-wrap {
            padding: 5px 0;
        }

        .farashop__product-details__default .product-variants > li > .item .flex {
            display: flex;
            align-items: center;
        }

        .farashop__product-details__default .product-variants > li > .item .btn-wrap {
            background-color: #3CA200;
            border-radius: 2px;
            color: #fff;
            cursor: pointer;
            font-size: 20px;
            height: 40px;
            line-height: 40px;
            width: 100%;
        }

            .farashop__product-details__default .product-variants > li > .item .btn-wrap:hover {
                background-color: #348e00;
            }

            .farashop__product-details__default .product-variants > li > .item .btn-wrap i {
                -moz-transform: scale(-1, 1);
                -ms-transform: scale(-1, 1);
                -o-transform: scale(-1, 1);
                -webkit-transform: scale(-1, 1);
                transform: scale(-1, 1);
                position: relative;
                right: 6px;
            }

                .farashop__product-details__default .product-variants > li > .item .btn-wrap i + span {
                    font-size: 12px;
                    position: relative;
                    top: -2px;
                    left: -8px;
                }

.farashop__product-details__default .related-files > a {
    display: block;
    width: 200px;
    height: 80px;
    margin: 0 10px;
    background-color: #424242;
    color: #fff;
    border-radius: 4px;
    padding: 10px 0 0;
}

    .farashop__product-details__default .related-files > a:hover, .farashop__product-details__default .related-files > a:focus {
        text-decoration: none;
    }

    .farashop__product-details__default .related-files > a > span:first-child {
        display: block;
    }

    .farashop__product-details__default .related-files > a > span:last-child {
        background-color: #3CA200;
        border-radius: 4px;
        display: block;
        left: 10px;
        line-height: 34px;
        position: relative;
        top: 8px;
        width: 220px;
    }

        .farashop__product-details__default .related-files > a > span:last-child i {
            font-size: 16px;
            position: relative;
            right: -4px;
            top: 2px;
        }

.farashop__product-details__default .product-details__gallery .product-gallery__small {
    width: 270px;
    margin: auto;
}

@media screen and (max-width: 1279px) {
    .farashop__product-details__default .product-details__gallery .product-gallery__small {
        width: 180px;
    }
}

.farashop__product-details__default .product-details__gallery .product-gallery__small .slick-list {
    margin: 0 -4px;
}

.farashop__product-details__default .product-details__gallery .product-gallery__small .slick-slide {
    margin: 0 4px;
    border: 1px solid #ccc;
    padding: 6px;
}

.farashop__product-details__default .product-details__gallery .product-gallery__small .slick-next,
.farashop__product-details__default .product-details__gallery .product-gallery__small .slick-prev {
    top: 26px;
    height: 36px;
}

    .farashop__product-details__default .product-details__gallery .product-gallery__small .slick-next:before,
    .farashop__product-details__default .product-details__gallery .product-gallery__small .slick-prev:before {
        font-size: 34px;
    }

.farashop__product-details__default .product-details__gallery .product-gallery__small .slick-next {
    left: -30px;
}

.farashop__product-details__default .product-details__gallery .product-gallery__small .slick-prev {
    right: -30px;
}

.farashop__product-details__default .empty-data-source {
    font-size: 12px;
    font-style: italic;
}



    .farashop__product-details__default .wi-tab-content > li {
        padding-left: 0;
        padding-right: 0;
    }

.farashop__product-details__default .products-list-wrap .item {
    margin-left: 3px;
    margin-right: 3px;
}

.farashop__product-details__default .loading-wrap {
    background-color: transparent;
    bottom: 0;
    right: 0;
    z-index: 99;
    padding: 4px;
}

    .farashop__product-details__default .loading-wrap .loading-wheel {
        height: 34px;
        width: 34px;
    }

.farashop__product-details__default .product-details__order-desc textarea {
    border: 1px solid #aaa;
    border-radius: 2px;
    padding: 4px;
    width: 100%;
}

.farashop__product-details__default .product-details__info {
    margin-top: 0;
    color: #555;
    font-size: 12px;
}

    .farashop__product-details__default .product-details__info > div {
        margin-bottom: 5px;
    }

    .farashop__product-details__default .product-details__info span {
        margin-right: 8px;
        color: #FF520D;
    }

    .farashop__product-details__default .product-details__info a {
        color: #FF520D;
    }

.farashop__product-details__default .product-details__related-articles > div:first-child {
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 10px;
    margin-bottom: 10px;
    font-size: 14px;
}

.farashop__product-details__default .product-details__keywords {
    font-size: 14px;
}

.farashop__product-details__default .samim {
    font-family: samim;
    font-size: 15px;
    line-height: 24px;
}

/* Karen P03.8.3 - stable FA7 status-button icon layout */
.product-details__btn-available,.product-details__btn-contact-us,.product-details__btn-order,.product-details__btn-soon,.product-details__btn-unavailable,.product-details__btn-discontinued{display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:10px!important;text-indent:0!important;vertical-align:middle!important}
.product-details__btn-available:before,.product-details__btn-contact-us:before,.product-details__btn-order:before,.product-details__btn-soon:before,.product-details__btn-unavailable:before,.product-details__btn-discontinued:before{position:static!important;transform:none!important;-webkit-transform:none!important;filter:none!important;display:inline-block!important;line-height:1!important;margin:0!important}
.product-details__btn-available:before{content:'\f291'!important;font-size:1.25em!important}

/* P03.8.21 - product hero image sizing moved from inline markup */
.title_part > .product-details__file-visual { float: right; width: 29%; max-width: 295px; margin: 0 0 20px 30px; padding: 0; text-align: center; }
.title_part > .product-details__file-visual + .product-details__default-file-icon { display: none !important; }
.title_part > .product-details__default-file-icon { float: right; width: 29%; max-width: 180px; height: auto; margin: 0 0 20px 30px; object-fit: contain; }
.title_part .product-details__custom-image { display: block; width: 100% !important; max-width: 295px; height: auto !important; max-height: 320px; margin: 0 auto; object-fit: contain; }
@media (max-width: 767px) {
  .title_part > .product-details__file-visual,
  .title_part > .product-details__default-file-icon { float: none; width: 100%; max-width: 220px; margin: 0 auto 24px; display: block; }
}

/* product-wishlist.css */
/* Karen v16.2.7.3 - product wishlist heart */
.product-details__purchase-actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

.product-details__wishlist-fallback-wrap {
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    margin: 10px 0 6px;
}

.product-details__btn-favorite {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    min-width: 42px;
    height: 42px;
    padding: 0;
    border: 1px solid #d7d7d7;
    border-radius: 50%;
    background: #fff;
    color: #555;
    cursor: pointer;
    line-height: 1;
    vertical-align: middle;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none;
    transition: border-color .16s ease, color .16s ease, background-color .16s ease, transform .16s ease, opacity .16s ease;
}

.product-details__btn-favorite:hover,
.product-details__btn-favorite:focus {
    border-color: #e21f2f;
    color: #e21f2f;
    background: #fff7f8;
    text-decoration: none;
}

.product-details__btn-favorite:focus {
    outline: 2px solid rgba(226, 31, 47, .22);
    outline-offset: 2px;
}

.product-details__btn-favorite:active {
    transform: scale(.94);
}

.product-details__btn-favorite.is-active {
    border-color: #e21f2f;
    background: #fff;
    color: #e21f2f;
}

.product-details__btn-favorite.is-loading {
    opacity: .55;
    pointer-events: none;
}

.product-details__btn-favorite .js__wishlist-icon {
    font-size: 23px;
    line-height: 1;
}

.product-details__btn-favorite.is-active .js__wishlist-icon {
    color: #e21f2f;
}

.product-details__wishlist-fallback-wrap .js__wishlist-message,
.product-details__purchase-actions + .js__wishlist-message,
.js__btn-favorite + .js__wishlist-message {
    display: none;
    width: 100%;
    margin-top: 2px;
    color: #8c1b24;
    font-size: 12px;
    line-height: 1.8;
}

@media (max-width: 767px) {
    .product-details__btn-favorite {
        width: 40px;
        min-width: 40px;
        height: 40px;
    }
}


/* Karen v16.6.0 P03.8.22 - aligned wishlist, safe popovers and compact update request */
.product-details__code-favorite-row {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start;
    flex-wrap: nowrap;
    gap: 10px;
    direction: rtl;
}
.product-details__code-favorite-row > p {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    margin: 0 !important;
    padding: 4px 14px !important;
    direction: ltr;
    line-height: 1.4;
    box-sizing: border-box;
}
.product-details__code-favorite-holder {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    position: relative;
    flex: 0 0 auto;
    width: 46px !important;
    height: 46px;
    margin: 0 !important;
    padding: 0 !important;
}
.product-details__code-favorite-holder .product-details__btn-favorite {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: 46px !important;
    min-width: 46px !important;
    height: 46px !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 50% !important;
    background: transparent !important;
    color: #555;
    box-shadow: none !important;
    line-height: 1;
}
.product-details__code-favorite-holder .product-details__btn-favorite:hover,
.product-details__code-favorite-holder .product-details__btn-favorite:focus,
.product-details__code-favorite-holder .product-details__btn-favorite.is-active {
    border: 0 !important;
    background: #f6f6f6 !important;
    color: #e21f2f;
    outline: 0;
}
.product-details__code-favorite-holder .product-details__btn-favorite .js__wishlist-icon {
    display: inline-block;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    color: inherit;
    font-size: 34px;
    line-height: 1;
}
.product-details__wishlist-label { display: none !important; }
.product-details__code-favorite-holder .js__wishlist-message {
    position: absolute;
    top: calc(100% + 8px);
    right: 0;
    left: auto;
    display: none;
    width: min(300px, calc(100vw - 24px)) !important;
    max-width: calc(100vw - 24px);
    margin: 0 !important;
    padding: 9px 11px;
    z-index: 10020;
    border: 1px solid #ead4d6;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 7px 22px rgba(0, 0, 0, .14);
    color: #8c1b24;
    font-size: 12px;
    line-height: 1.9;
    text-align: right;
    white-space: normal;
    box-sizing: border-box;
}
.product-details__code-favorite-holder .js__wishlist-message a {
    text-decoration: underline;
    white-space: nowrap;
}
.product-details__year-row {
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
}
.product-details__year-row > i { flex: 0 0 88px; }
.product-details__year-row > span { flex: 0 0 auto; }
.farashop__product-details .product-details__request-update-link,
.farashop__product-details__default .product-details__request-update-link {
    display: inline !important;
    margin: 0 10px 0 0;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    color: inherit !important;
    font: inherit;
    line-height: inherit;
    text-decoration: underline;
    text-underline-offset: 3px;
    cursor: pointer;
    box-shadow: none !important;
}
.farashop__product-details .product-details__request-update-link:hover,
.farashop__product-details .product-details__request-update-link:focus,
.farashop__product-details__default .product-details__request-update-link:hover,
.farashop__product-details__default .product-details__request-update-link:focus {
    color: #555 !important;
    outline: none;
}
.product-details__request-modal[hidden] { display: none !important; }
.product-details__request-modal {
    position: fixed;
    inset: 0;
    z-index: 100000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: max(16px, env(safe-area-inset-top)) max(16px, env(safe-area-inset-right)) max(16px, env(safe-area-inset-bottom)) max(16px, env(safe-area-inset-left));
    direction: rtl;
    box-sizing: border-box;
}
.product-details__request-modal-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(15, 23, 42, .58);
}
.product-details__request-dialog {
    position: relative;
    z-index: 1;
    width: min(560px, 100%);
    max-height: calc(100dvh - 32px);
    overflow: auto;
    padding: 24px 26px;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 24px 70px rgba(0, 0, 0, .28);
    color: #344054;
    text-align: right;
    line-height: 2;
    box-sizing: border-box;
    outline: none;
}
.product-details__request-dialog p { margin: 0 0 12px; color: #344054; }
.product-details__request-dialog p:last-child { margin-bottom: 0; }
body.product-request-modal-open { overflow: hidden; }
@media (max-width: 767px) {
    .product-details__code-favorite-row { gap: 8px; }
    .product-details__code-favorite-holder,
    .product-details__code-favorite-holder .product-details__btn-favorite {
        width: 42px !important;
        min-width: 42px !important;
        height: 42px !important;
    }
    .product-details__code-favorite-holder .product-details__btn-favorite .js__wishlist-icon { font-size: 31px; }
    .product-details__code-favorite-holder .js__wishlist-message { right: 0; left: auto; }
    .product-details__year-row > i { flex-basis: 88px; }
    .product-details__request-dialog { padding: 20px 18px; }
}

/* product-description-collapse.css */
.product-details__description .product-description__body {
    position: relative;
    overflow-wrap: break-word;
    word-wrap: break-word;
}

.product-details__description .product-description__toggle {
    display: none;
    min-width: 170px;
    margin: 18px auto 4px;
    padding: 9px 20px;
    border: 1px solid #b8b8b8;
    border-radius: 4px;
    background: #fff;
    color: #333;
    cursor: pointer;
    font: inherit;
    line-height: 1.8;
    text-align: center;
}

.product-details__description .product-description__toggle:hover,
.product-details__description .product-description__toggle:focus {
    border-color: #777;
    background: #f7f7f7;
    outline: none;
}

/*
 * The product-detail layout is treated as compact on mobile and tablet.
 * Desktop always renders the complete server-limited description and never
 * displays the toggle button.
 */
@media screen and (max-width: 991px) {
    .product-details__description .product-description__toggle--visible {
        display: block;
    }

    .product-details__description .product-description__body--compact-collapsed {
        max-height: 1000px;
        overflow: hidden;
    }

    .product-details__description .product-description__body--compact-collapsed::after {
        content: "";
        position: absolute;
        right: 0;
        bottom: 0;
        left: 0;
        height: 90px;
        pointer-events: none;
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff);
    }
}

/* Karen v16.6.0 P03.8.23 - compact SVG wishlist + mobile code/heart distribution */
.product-details__code-favorite-holder .product-details__btn-favorite .js__wishlist-icon {
    font-size: 28px;
}
.product-details__code-favorite-holder .product-details__wishlist-heart-svg {
    display: block;
    width: 28px;
    height: 28px;
    margin: 0 !important;
    padding: 0 !important;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
    vector-effect: non-scaling-stroke;
}
.product-details__code-favorite-holder .product-details__btn-favorite.is-active .product-details__wishlist-heart-svg {
    fill: currentColor;
}
@media (max-width: 767px) {
    .product-details__code-favorite-row {
        width: 100%;
        clear: both;
        gap: 8px;
        justify-content: space-between;
    }
    .product-details__code-favorite-row > p { flex: 0 0 auto; }
    .product-details__code-favorite-holder .product-details__btn-favorite .js__wishlist-icon { font-size: 26px; }
    .product-details__code-favorite-holder .product-details__wishlist-heart-svg { width: 26px; height: 26px; }
    .product-details__code-favorite-holder .js__wishlist-message { right: auto; left: 0; }
}

/* P03.8.26 related-links tab */
.product-details__related-links-tab { line-height: 2; }
.product-details__related-links-intro { margin-bottom: 14px; color: #4c5667; }
.product-details__related-links-list { margin: 0; padding: 0 18px 0 0; }
.product-details__related-links-list > li { margin: 7px 0; }
.product-details__related-links-list a { text-decoration: underline; text-underline-offset: 3px; }
