<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.favorite {
  width: 52px;
  height: 52px;
  color: #707070;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 26px;
  font-size: 19px;
  background-color: #fff;
  cursor: pointer;
  user-select: none;
  transition: color 0.4s, box-shadow 0.4s, background-color 0.4s; }
  .favorite i {
    transition: transform 0.4s; }
  .favorite:hover {
    background-color: whitesmoke;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.12); }
  .favorite:active {
    background-color: #e6e6e6; }
    .favorite:active i {
      transform: scale(1.1); }
  .favorite--remove {
    color: #EC3E26; }

@media (min-width: 992px) {
  .favorites {
    display: flex;
    align-items: flex-start; }
    .favorites .cart-sidebar {
      width: 278px;
      margin-right: 20px; }
      .favorites .cart-sidebar .preloader {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(255, 255, 255, 0.4); }
    .favorites .cart-actions .btn {
      margin-bottom: 19px; }
      .favorites .cart-actions .btn:last-child {
        margin-bottom: 0; } }

@media (max-width: 991.98px) {
  .favorites .cart-actions {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: -19px; } }

@media (max-width: 991.98px) {
  .favorites .cart-actions .btn {
    margin: 0 19px 19px 0; } }

@media (max-width: 575.98px) {
  .favorites .cart-actions .btn {
    width: 100%;
    margin: 0 0 19px; } }

.favorites .catalog {
  flex-grow: 1;
  position: relative; }
  .favorites .catalog-togglers {
    right: 0;
    bottom: 100%;
    position: absolute; }
  @media (max-width: 991.98px) {
    .favorites .catalog {
      padding-top: 30px; } }

.favorites .favorite--remove {
  border: 1px solid #E4E4E4;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/favorite-remove.svg"); }
  .favorites .favorite--remove i {
    display: none; }

.variations-wrapper {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 10px; }

.variations--full .variations-wrapper {
  display: block;
  margin: 0 0 25px; }

.variations--full .variations-price {
  margin-bottom: 25px; }

.variations-price {
  font-size: 24px;
  line-height: 1.1;
  display: flex;
  flex-direction: column;
  align-items: flex-start; }
  .variations-price__old {
    text-decoration: line-through;
    color: #7c7c7c;
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 7px; }
  .variations-price__current {
    font-weight: bold; }

.variations-empty {
  font-weight: bold;
  font-size: 20px;
  text-align: center; }

.variations-parameter {
  margin-bottom: 30px; }
  .variations-parameter__list {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0;
    padding-left: 0;
    list-style: none; }
  .variations-parameter__item {
    color: #000;
    font-size: 16px;
    margin-right: 12px;
    margin-bottom: 12px;
    padding: 2px;
    border: 1px solid rgba(77, 77, 77, 0.3);
    transition: color 0.4s;
    transition: box-shadow 0.4s, border-color 0.4s, color 0.4s, transform 0.4s;
    cursor: pointer;
    border-radius: 26px;
    min-width: 28px;
    min-height: 28px;
    display: flex;
    align-items: center;
    justify-content: center; }
    .variations-parameter__item span {
      min-height: 28px;
      min-width: 28px;
      line-height: 28px;
      text-align: center; }
    .variations-parameter__item:hover {
      border: 1px solid #4d4d4d;
      box-shadow: 0 2px 5px -1px rgba(0, 0, 0, 0.28); }
    .variations-parameter__item .variations-parameter__color {
      width: 26px;
      height: 26px;
      border-radius: 26px;
      display: block; }
    .variations-parameter__item--active {
      border: 1px solid #4d4d4d;
      box-shadow: 0 2px 5px -1px rgba(0, 0, 0, 0.28); }
      .variations-parameter__item--active .variations-parameter__color {
        width: 26px;
        height: 26px;
        margin: 0;
        display: block; }
    .variations-parameter__item--disabled {
      color: #999;
      pointer-events: none; }
      .variations-parameter__item--disabled:hover {
        border: 2px solid rgba(77, 77, 77, 0.3);
        box-shadow: none; }
    .variations-parameter__item:not(.variations-parameter__item--disabled):hover {
      color: #333333;
      transform: translateY(-1px); }
    .variations-parameter__item:focus {
      outline: none; }
  .variations-parameter__label {
    color: #999;
    font-size: 15px;
    margin: 0 0 4px; }
    .variations-parameter__label:focus {
      outline: none; }

.variations-quantity {
  display: flex;
  max-width: 105px;
  margin-bottom: 10px;
  align-items: center;
  border-radius: 6px;
  background-color: #f9f9f9;
  border: solid 1px #e4e4e4; }
  .variations-quantity-disabled {
    pointer-events: none; }
  .variations-quantity-button {
    width: 32px;
    height: 33px;
    margin: -1px;
    background: none;
    box-shadow: none;
    border: solid transparent;
    background-position: center;
    background-repeat: no-repeat;
    transition: background-color 0.4s, border-color 0.4s;
    display: flex;
    align-items: center;
    justify-content: center; }
    .variations-quantity-button--minus {
      border-radius: 6px 0 0 6px;
      border-width: 1px 0 1px 1px; }
    .variations-quantity-button--plus {
      border-radius: 0 6px 6px 0;
      border-width: 1px 1px 1px 0; }
    .variations-quantity-button:hover {
      border-color: #9f9f9f; }
    .variations-quantity-button:active {
      background-color: #e4e4e4; }
  .variations-quantity-value {
    flex-grow: 1;
    text-align: center;
    overflow: hidden;
    font-size: 15px;
    line-height: 1.1;
    font-weight: 300;
    text-overflow: ellipsis;
    background: none;
    border: none; }

.variations-button .disabled {
  opacity: 0.3;
  pointer-events: none; }

.variations-button:not(.variations-button--full) .btn {
  font-size: 0;
  letter-spacing: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  padding: 0;
  min-width: 0;
  background-color: #fff;
  border-radius: 26px;
  border: solid 3px #ed3f3c;
  fill: #ed3f3c;
  transition: fill 0.4s, background-color 0.4s, border-color 0.4s; }
  .variations-button:not(.variations-button--full) .btn:hover {
    border: solid 3px #e11815;
    fill: #e11815; }
  .variations-button:not(.variations-button--full) .btn:active {
    border: solid 3px #ef5653;
    fill: #ef5653; }

.variations-button:not(.variations-button--full) .btn--cart-added {
  fill: #fff;
  background-color: #ed3f3c; }
  .variations-button:not(.variations-button--full) .btn--cart-added:hover {
    fill: #ffffff;
    background-color: #e11815;
    border: solid 3px #e11815; }
  .variations-button:not(.variations-button--full) .btn--cart-added:active {
    fill: #ffffff;
    background-color: #ef5653;
    border: solid 3px #ef5653; }

.variations-button svg {
  position: relative;
  fill: inherit; }

.variations-button--full svg {
  display: none; }

.variations-button--full .variations-quantity svg {
  display: block; }

.variations-button--full .variations-quantity line {
  stroke: #494949; }

.variations-button--full .btn {
  font-size: 15px;
  min-width: 281px;
  min-height: 61px; }

.cart {
  display: flex;
  align-items: flex-start;
  min-height: 150px; }
  @media (max-width: 1199.98px) {
    .cart {
      display: block; } }
  .cart-content {
    padding: 0 25px;
    border: solid 1px #e4e4e4; }
    .cart-content--checkout {
      margin-bottom: 50px; }
    @media (max-width: 991.98px) {
      .cart-content {
        padding: 0 15px; } }
  .cart-left {
    flex-grow: 1;
    margin-right: 20px; }
    @media (max-width: 1199.98px) {
      .cart-left {
        margin: 0 0 30px; } }
  .cart-sidebar {
    width: 291px;
    flex-shrink: 0;
    position: sticky;
    position: -webkit-sticky;
    top: 90px;
    padding: 34px 24px;
    background-color: #f9f9f9; }
    @media (max-width: 1199.98px) {
      .cart-sidebar {
        top: 0;
        position: relative;
        width: 100%; }
        .checkout .cart-sidebar {
          margin-bottom: 40px; } }
  .cart-small {
    display: flex;
    margin-left: 45px; }
    .col-auto .cart-small {
      margin: 0; }
    @media (max-width: 991.98px) {
      .cart-small {
        margin-left: 0; } }
    .cart-small-item {
      flex-shrink: 0;
      position: relative;
      margin-right: 20px; }
      @media (max-width: 991.98px) {
        .cart-small-item {
          margin-right: 17px; } }
      @media (max-width: 767.98px) {
        .cart-small-item--favorites {
          display: none; } }
      .cart-small-item:last-child {
        margin-right: 0; }
    .cart-small-icon {
      width: 38px;
      height: 38px;
      display: block;
      position: relative;
      border-radius: 19px;
      background-color: #fff;
      background-position: center;
      background-repeat: no-repeat;
      box-shadow: 0 1px 4px rgba(0, 0, 0, 0.25); }
      .cart-small-icon--cart, .cart-small-icon--favorites {
        display: flex;
        align-items: center;
        justify-content: center; }
      @media (max-width: 991.98px) {
        .cart-small-icon {
          width: 48px;
          height: 48px;
          border-radius: 24px;
          background-size: 23px; } }
    .cart-small-content {
      position: absolute;
      top: 100%;
      right: 0;
      z-index: 10;
      pointer-events: none;
      opacity: 0;
      transform-origin: right top;
      transform: scale(0.8, 0.7);
      transition: opacity 0.4s, transform 0.4s; }
      @media (max-width: 991.98px) {
        .cart-small-content {
          display: none; } }
      .cart-small-content .list {
        margin: 6px 0 0;
        padding: 15px 25px;
        display: flex;
        color: #131313;
        white-space: nowrap;
        text-transform: none;
        list-style-type: none;
        flex-direction: column;
        background-color: #fff;
        box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.1); }
        .cart-small-content .list-item {
          margin: 0 0 10px; }
          .cart-small-content .list-item:last-child {
            margin-bottom: 0; }
    .cart-small-count {
      position: absolute;
      top: 50%;
      left: -11px;
      width: 18px;
      height: 18px;
      margin-top: -8px;
      border-radius: 9px;
      color: #fff;
      font-size: 10px;
      line-height: 18px;
      font-weight: bold;
      text-align: center;
      background-color: #EC3E26; }
    .cart-small-item:hover .cart-small-content {
      opacity: 1;
      pointer-events: auto;
      transform: none; }
  .cart-content--checkout .cart-items {
    padding: 10px 0 20px; }
  @media (max-width: 991.98px) {
    .cart-items {
      padding: 10px 0; }
      .cart-content--checkout .cart-items {
        padding: 5px 0; } }
  .cart-row {
    display: flex; }
    .cart-row--header {
      top: 74px;
      font-size: 17px;
      line-height: 1.1;
      font-weight: 300;
      position: sticky;
      position: -webkit-sticky;
      background-color: #ffffff;
      border-bottom: solid 1px rgba(228, 228, 228, 0.6); }
      @media (max-width: 991.98px) {
        .cart-row--header {
          display: none; } }
    .cart-row--body {
      padding: 20px 0;
      align-items: center;
      border-bottom: solid 1px rgba(228, 228, 228, 0.6); }
      .cart-row--body:last-child {
        border-bottom: 0; }
      .cart-content--checkout .cart-row--body {
        border: 0;
        padding: 15px 0;
        font-size: 18px;
        line-height: 1.3;
        font-weight: 300; }
      @media (max-width: 991.98px) {
        .cart-row--body {
          flex-wrap: wrap;
          min-height: 150px;
          position: relative; }
          .cart-content--checkout .cart-row--body {
            min-height: 0;
            padding-left: 0;
            flex-wrap: nowrap; } }
    @media (max-width: 767.98px) {
      .cart-row {
        flex-wrap: wrap; } }
  .cart-col {
    flex-shrink: 0; }
    .cart-col--image {
      width: 107px;
      text-align: center;
      margin-right: 25px; }
    .cart-col--product {
      flex-grow: 1;
      flex-shrink: 1;
      margin-right: 30px; }
      @media (max-width: 575.98px) {
        .cart-content--checkout .cart-col--product {
          margin-right: 20px; } }
      .cart-col--product .param-adjustments {
        display: flex;
        flex-wrap: wrap;
        font-size: 14px;
        color: #ed3f3c;
        margin-top: 5px; }
        .cart-col--product .param-adjustments-item {
          display: inline-block;
          border: 1px solid #ed3f3c;
          border-radius: 2px;
          padding: 2px 10px;
          margin: 5px 5px 0 0; }
    .cart-col--price {
      width: 95px;
      margin-right: 40px;
      text-align: right; }
      @media (max-width: 991.98px) {
        .cart-col--price {
          display: none !important; } }
    .cart-col--quantity {
      width: 105px;
      margin-right: 40px;
      text-align: center; }
      @media (max-width: 575.98px) {
        .cart-content--checkout .cart-col--quantity {
          width: auto;
          margin-right: 15px; } }
    .cart-col--total {
      width: 95px;
      margin-right: 20px; }
      .cart-col--total:last-child {
        margin-right: 58px; }
      @media (max-width: 575.98px) {
        .cart-col--total {
          width: auto; } }
      @media (max-width: 575.98px) {
        .cart-content--checkout .cart-col--total {
          width: auto;
          margin-right: 0;
          padding-top: 1px !important; } }
    .cart-col--buttons {
      width: 38px; }
      @media (max-width: 767.98px) {
        .cart-col--buttons {
          width: auto;
          align-items: center;
          flex-direction: row !important; } }
      @media (max-width: 410px) {
        .cart-col--buttons {
          flex-direction: column !important; } }
  .cart-row--header .cart-col {
    opacity: .9;
    padding: 11px 0; }
  .cart-row--body .cart-col {
    padding-top: 17px;
    min-height: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center; }
    .cart-row--body .cart-col--image {
      padding-top: 0; }
    .cart-content--checkout .cart-row--body .cart-col {
      min-height: 0;
      padding-top: 0; }
  .cart-picture {
    display: block; }
    .cart-picture img {
      transition: opacity 0.4s; }
    .cart-picture:hover img {
      opacity: 0.75; }
    .cart-picture:active img {
      opacity: 0.6; }
  .cart-name {
    display: block;
    color: inherit;
    font-size: 18px;
    line-height: 1.3;
    font-weight: 300;
    max-width: 260px; }
    .cart-content--checkout .cart-name {
      max-width: 100%; }
    @media (max-width: 575.98px) {
      .cart-content--checkout .cart-name {
        font-size: 16px; } }
  .cart-price {
    font-size: 18px;
    line-height: 1.2;
    font-weight: 300; }
    .cart-price--bold {
      font-weight: bold; }
    .cart-price--crossed {
      font-size: 15px;
      font-weight: 300;
      text-decoration: line-through;
      color: #878787; }
  .cart-discount {
    font-size: 14px;
    font-weight: 300;
    line-height: 1.6;
    color: #ed3f3c; }
  .cart-quantity {
    display: flex;
    align-items: center;
    border-radius: 6px;
    background-color: #f9f9f9;
    border: solid 1px #e4e4e4;
    min-height: 33px; }
    .cart-quantity-button {
      min-width: 32px;
      height: 33px;
      margin: -1px;
      background: none;
      box-shadow: none;
      border: solid transparent;
      background-position: center;
      background-repeat: no-repeat;
      transition: background-color 0.4s, border-color 0.4s; }
      .cart-quantity-button--minus {
        border-radius: 6px 0 0 6px;
        border-width: 1px 0 1px 1px;
        background-image: url("../images/cart-minus.svg"); }
      .cart-quantity-button--plus {
        border-radius: 0 6px 6px 0;
        border-width: 1px 1px 1px 0;
        background-image: url("../images/cart-plus.svg"); }
      .cart-quantity-button:hover {
        border-color: #9f9f9f; }
      .cart-quantity-button:active {
        background-color: #e4e4e4; }
    .cart-quantity-value {
      flex-grow: 1;
      text-align: center;
      overflow: hidden;
      font-size: 15px;
      line-height: 1.1;
      font-weight: 300;
      text-overflow: ellipsis;
      background: transparent;
      border: none; }
  .cart-button {
    width: 38px;
    height: 38px;
    border-radius: 19px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    cursor: pointer;
    color: #9f9f9f;
    border: solid 1px #e4e4e4;
    background-color: #fff;
    transition: background-color 0.4s, box-shadow 0.4s; }
    .cart-button:last-child {
      margin-bottom: 0; }
    .cart-button:hover {
      background-color: #e0e0e0;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.35); }
    .cart-button:active, .cart-button:focus {
      background-color: rgba(249, 249, 249, 0.09); }
    .cart-button--fav-in {
      color: #dc3545; }
    @media (max-width: 767.98px) {
      .cart-button {
        margin: 0 15px 0 0; }
        .cart-button:last-child {
          margin-right: 0; } }
    @media (max-width: 410px) {
      .cart-button {
        margin: 0 0 10px; } }
  .cart-total {
    font-size: 18px;
    line-height: 1.25; }
    .cart-total-count {
      font-weight: 300;
      margin-bottom: 9px; }
    .cart-total-price {
      font-weight: bold; }
  .cart-actions {
    padding-top: 25px; }
    @media (min-width: 1200px) {
      .cart-actions .btn {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px; } }
  .cart-back {
    right: 0;
    top: -50px;
    opacity: .8;
    font-size: 16px;
    line-height: 1.2;
    position: absolute;
    transition: opacity 0.4s; }
    @media (max-width: 1199.98px) {
      .cart-back {
        position: static;
        margin: 0 0 20px; } }
    .cart-back a {
      color: inherit;
      border-bottom: solid 1px rgba(73, 73, 73, 0.32);
      transition: border-color 0.4s; }
    .cart-back:hover {
      opacity: 1; }
      .cart-back:hover a {
        color: inherit;
        border-color: #494949; }
    .cart-back a:active {
      border-color: transparent; }
  .cart-empty {
    padding: 20px; }

.checkout-form .form-item {
  text-align: left; }

.checkout-form .checkout-legend--div,
.checkout-form legend {
  font-size: 26px;
  line-height: 1.3;
  font-weight: 300;
  margin: 0 0 30px;
  text-align: left; }

.checkout-form .checkout-legend--div {
  margin-top: 40px; }

.checkout-complete {
  font-size: 18px;
  line-height: 1.35;
  padding: 30px 25px;
  background-color: #f9f9f9; }
  .checkout-complete-title {
    font-weight: bold;
    margin-bottom: 25px; }
  .checkout-complete-text {
    font-weight: 300; }

/*# sourceMappingURL=_maps/cart.css.map */
</pre></body></html>