<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.add-to-cart-icon-container {
  position: relative; }

.add-to-cart-inline {
  display: flex; }
  .add-to-cart-inline input {
    width: 70px; }
  .add-to-cart-inline select {
    width: 90px; }
  .add-to-cart-inline .input-group,
  .add-to-cart-inline .form-control {
    height: 100%; }

.add-to-cart-block input {
  width: 60px; }

.add-to-cart-block select {
  width: 80px; }

.btn-add-to-cart-inline {
  margin-left: 1rem; }

.btn-add-to-cart-block {
  margin-top: 1rem; }

.add-to-cart-icon-container {
  position: relative;
  transition: opacity .1s ease-in;
  opacity: .4; }
  .add-to-cart-icon-container.active {
    opacity: 1; }

.add-to-cart-icon {
  display: inline-flex;
  transform: scale(1.2); }

.add-to-cart-quantity-marker {
  background: white;
  border-radius: 50%;
  height: 6px;
  position: absolute;
  right: -1px;
  opacity: .6;
  top: -6px;
  transform: scale(0);
  transform-origin: 50%;
  transition: opacity 0.2s ease-in, transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  width: 6px;
  z-index: 1; }
  .add-to-cart-quantity-marker.active {
    transform: scale(1);
    opacity: 1; }
  .add-to-cart-quantity-marker.adding {
    animation-duration: .3s;
    animation-fill-mode: both;
    animation-name: addToCartBounceIn;
    opacity: 1; }
  .add-to-cart-quantity-marker.incrementing {
    animation-duration: .3s;
    animation-fill-mode: both;
    animation-name: addToCartBounce;
    opacity: 1; }

@keyframes addToCartBounceIn {
  0% {
    animation-timing-function: ease-out;
    transform: scale(0); }
  70% {
    animation-timing-function: ease-in;
    transform: scale(1.3); }
  100% {
    animation-timing-function: ease-out;
    transform: scale(1); } }

@keyframes addToCartBounce {
  0%, 100% {
    animation-timing-function: ease-out;
    transform: scale(1); }
  10% {
    animation-timing-function: ease-in;
    transform: scale(0.8); }
  70% {
    animation-timing-function: ease-in;
    transform: scale(1.7); } }

.product-gallery .arrow {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.4), transparent 50%);
  background-position: 99%;
  background-size: 200%;
  height: 100%;
  position: absolute;
  top: 0;
  transition: all ease 100ms;
  width: 20%; }
  .product-gallery .arrow:hover {
    background-position: 0%; }
  .product-gallery .arrow.next {
    cursor: e-resize;
    right: 0;
    transform: rotate(180deg); }
  .product-gallery .arrow.prev {
    cursor: w-resize;
    left: 0; }

.product-gallery .gallery-overlay {
  background: #fff;
  cursor: zoom-out;
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 10000; }
  .product-gallery .gallery-overlay img {
    left: 50%;
    max-height: 100%;
    max-width: 100%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%); }

.product-gallery .gallery-thumbnails {
  display: grid;
  grid-gap: 10px;
  grid-template-columns: repeat(100, 75px);
  overflow-x: auto; }

.product-gallery .loading-animation {
  background-color: rgba(255, 255, 255, 0.75);
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%; }
  .product-gallery .loading-animation::after {
    left: 50%;
    margin: -0.5em 0 0 -0.5em;
    top: 50%; }

.product-gallery .main-image {
  cursor: zoom-in;
  position: relative; }

.product-gallery .card {
  position: relative; }

.info-box .action {
  line-height: 1;
  margin-right: -4px;
  margin-top: -4px;
  padding: 4px; }

.info-box .header {
  align-items: baseline;
  display: flex;
  justify-content: space-between; }

.price-value {
  font-weight: 600;
  font-weight: bold;
  margin-right: 1rem; }
  .price-value:last-of-type {
    margin-right: 0; }
  .price-value-big {
    font-size: 18px; }
  .price-value-discount {
    color: #DA1414; }
  .price-value-promo {
    color: #DA1414; }
  .price-value-inactive {
    color: #6B6C7E;
    font-weight: normal;
    text-decoration: line-through; }

.side-panel {
  box-shadow: -10px 20px 30px rgba(39, 40, 51, 0.15);
  background-color: #F1F2F5;
  position: fixed;
  opacity: 1;
  right: 0;
  top: 0;
  bottom: 0;
  width: 50%;
  transition: transform ease 500ms, box-shadow ease 500ms, opacity ease 500ms;
  will-change: transform, box-shadow, opacity;
  z-index: 989; }
  .side-panel .btn-close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1; }
  .side-panel.is-hidden {
    transform: translateX(100%);
    box-shadow: 0 0 0 rgba(39, 40, 51, 0.15);
    opacity: .8; }
  .side-panel-xs {
    width: 25%; }
  .side-panel-sm {
    width: 33%; }
  .side-panel-md {
    width: 50%; }
  .side-panel-lg {
    width: 66%; }
  .side-panel-xl {
    width: 75%; }
  .side-panel-full {
    width: 100%; }
  .side-panel .tab-content,
  .side-panel .tab-pane {
    height: 100%;
    position: relative; }
  .side-panel .nav {
    border-bottom: 1px solid #DDDEE7; }
  .side-panel .loader {
    align-items: center;
    bottom: 0;
    display: flex;
    justify-content: center;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 10; }
  .side-panel:not(.is-loading) .loader {
    transition: all ease 200ms;
    opacity: 0;
    pointer-events: none; }
  .side-panel iframe {
    height: 100%;
    width: 100%; }
  .side-panel.is-loading iframe {
    display: none; }

.side-panel-header {
  padding-right: 42px;
  background-color: white;
  position: sticky;
  top: 0; }
  .side-panel-header .nav-link {
    line-height: 21px; }

.step-tracker {
  display: table;
  width: 100%;
  overflow: hidden; }
  .step-tracker .step {
    display: table-cell;
    text-align: center;
    background: currentColor;
    padding: 8px;
    position: relative; }
    .step-tracker .step:not(:first-child) {
      clip-path: polygon(calc(100% + 26px) 0%, calc(100% + 26px) 100%, 4px 100%, 26px 50%, 4px 0); }
    .step-tracker .step:not(:last-child)::after {
      content: '';
      background-color: currentColor;
      position: absolute;
      top: 0;
      left: 100%;
      width: 22px;
      height: 100%;
      z-index: 0;
      clip-path: polygon(0% 0%, 100% 50%, 0% 100%); }
    .step-tracker .step .step-label {
      color: white; }

.commerce-admin-header {
  position: sticky;
  z-index: 989; }
  .ie11 .commerce-admin-header {
    position: static; }
  .has-control-menu .commerce-admin-header {
    top: 56px; }

.row.vertically-divided {
  overflow: hidden; }
  .row.vertically-divided &gt; [class*="col"]::after {
    content: '';
    position: absolute;
    z-index: 0;
    border-right: 1px solid #e6e7ed;
    top: 0;
    bottom: 0;
    right: -1px; }

.list-group-no-bordered .list-group-item {
  border-width: 0 0 1px 0;
  margin-bottom: 0; }
  .list-group-no-bordered .list-group-item:last-child {
    border-width: 0; }

.within-commerce-iframe .page-header {
  position: sticky;
  top: 0;
  z-index: 989; }

.within-commerce-iframe [type="submit"] {
  display: none; }

.modal-lg, .modal-xl {
  max-width: 800px; }

@media (min-width: 576px) {
  .modal .modal-dialog {
    display: block; } }</pre></body></html>