<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
 * Copyright Â© Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
@font-face {
  font-family: 'Quicksand';
  src: url('../fonts/Quicksand-Regular.woff2') format('woff2'), url('../fonts/Quicksand-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Quicksand';
  src: url('../fonts/Quicksand-Bold.woff2') format('woff2'), url('../fonts/Quicksand-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
}
[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'Riva' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-wishlist-full:before {
  content: "\e900";
}
.icon-wishlist-empty:before {
  content: "\e901";
}
.icon-wishlist:before {
  content: "\e901";
}
.icon-search:before {
  content: "\e903";
}
.icon-trash:before {
  content: "\e904";
}
.icon-youtube:before {
  content: "\e905";
}
.icon-zoom:before {
  content: "\e906";
}
.icon-account:before {
  content: "\e907";
}
.icon-arrow-down:before {
  content: "\e908";
}
.icon-arrow-left:before {
  content: "\e909";
}
.icon-arrow-right:before {
  content: "\e90a";
}
.icon-arrow-up:before {
  content: "\e90b";
}
.icon-calendar:before {
  content: "\e90c";
}
.icon-cart:before {
  content: "\e90d";
}
.icon-checkmark:before {
  content: "\e90e";
}
.icon-compare:before {
  content: "\e913";
}
.icon-down:before {
  content: "\e914";
}
.icon-edit:before {
  content: "\e915";
}
.icon-envelope:before {
  content: "\e916";
}
.icon-error:before {
  content: "\e917";
}
.icon-expand:before {
  content: "\e918";
}
.icon-flag:before {
  content: "\e919";
}
.icon-gift-registry:before {
  content: "\e91a";
}
.icon-gift-wrapping:before {
  content: "\e91b";
}
.icon-grid:before {
  content: "\e91c";
}
.icon-help:before {
  content: "\e91d";
}
.icon-info:before {
  content: "\e91e";
}
.icon-list:before {
  content: "\e91f";
}
.icon-menu:before {
  content: "\e920";
}
.icon-minus:before {
  content: "\e921";
}
.icon-next:before {
  content: "\e922";
}
.icon-pin:before {
  content: "\e923";
}
.icon-pointer-down:before {
  content: "\e924";
}
.icon-pointer-left:before {
  content: "\e925";
}
.icon-pointer-right:before {
  content: "\e926";
}
.icon-pointer-up:before {
  content: "\e927";
}
.icon-prev:before {
  content: "\e928";
}
.icon-print:before {
  content: "\e929";
}
.icon-private:before {
  content: "\e92a";
}
.icon-remove:before {
  content: "\e92b";
}
.icon-settings:before {
  content: "\e92c";
}
.icon-success:before {
  content: "\e92d";
}
.icon-trash1:before {
  content: "\e92e";
}
.icon-undo:before {
  content: "\e92f";
}
.icon-up:before {
  content: "\e930";
}
.icon-update:before {
  content: "\e931";
}
.icon-warning:before {
  content: "\e932";
}
.icon-google-plus:before {
  content: "\ea8b";
}
.icon-facebook:before {
  content: "\ea91";
}
.icon-instagram:before {
  content: "\ea92";
}
.icon-whatsapp:before {
  content: "\ea93";
}
.icon-telegram:before {
  content: "\ea95";
}
.icon-twitter:before {
  content: "\ea96";
}
.icon-pinterest:before {
  content: "\ead1";
}
.fa-facebook.icon-social {
  font-family: 'Riva' !important;
}
.fa-facebook.icon-social:before {
  content: "\ea91" !important;
}
.fa-google.icon-social {
  font-family: 'Riva' !important;
}
.fa-google.icon-social:before {
  content: "\ea8b" !important;
}
.fa-instagram.icon-social {
  font-family: 'Riva' !important;
}
.fa-instagram.icon-social:before {
  content: "\ea92" !important;
}
.fa-pinterest.icon-social {
  font-family: 'Riva' !important;
}
.fa-pinterest.icon-social:before {
  content: "\ead1" !important;
}
.fa-twitter.icon-social {
  font-family: 'Riva' !important;
}
.fa-twitter.icon-social:before {
  content: "\ea96" !important;
}
.page-print .logo {
  max-width: 20%;
  display: block;
  float: none;
  text-align: center;
}
@media print {
  * {
    -webkit-filter: none !important;
    background: transparent !important;
    color: #000000 !important;
    filter: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline !important;
  }
  pre,
  blockquote {
    border: 1px solid #999999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  .table-wrapper table {
    width: 100%;
    table-layout: fixed;
  }
  .table-wrapper table td {
    width: auto;
  }
  .table-wrapper table &gt; tfoot &gt; tr:first-child {
    border-top: 1px solid #999999;
  }
  .box,
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 1cm;
  }
  .block-content,
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  .block-content {
    page-break-before: avoid;
  }
  .block-title,
  h2,
  h3 {
    page-break-after: avoid;
  }
  .nav-toggle {
    display: none !important;
  }
  .sidebar,
  .nav-sections,
  .header.content &gt; *[class],
  .panel.wrapper &gt; *[class],
  .footer.content &gt; *[class] {
    display: none;
  }
  .logo,
  .footer .copyright {
    display: block !important;
    margin: 10px 0;
  }
  .order-details-items .order-items .order-gift-message:not(.expanded-content) {
    height: auto;
    visibility: visible;
  }
  .column.main {
    float: none !important;
    width: 100% !important;
  }
  .breadcrumbs {
    margin: 0 auto;
    text-align: right;
  }
  .footer.content {
    padding: 0;
  }
  .hidden-print {
    display: none !important;
  }
  .logo-container {
    width: 20%;
    max-width: 20%;
    margin: 0 auto;
  }
  .transparent {
    display: none !important;
  }
  .actions-toolbar {
    display: none;
  }
}
</pre></body></html>