<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#yoo_tape_shop {
  /* ---------------- General styles ---------------------------------------- */
}
#yoo_tape_shop :focus {
  outline: 0;
}
#yoo_tape_shop .uk-button {
  background: #2d3f5e;
  color: #fff;
  transition: background-color 0.2s ease;
  border: 0;
}
#yoo_tape_shop .uk-button:hover {
  background: #455f8b;
  color: #fff;
  cursor: pointer;
}
#yoo_tape_shop .uk-button.uk-button-primary {
  background: #00a6cd;
  color: #fff;
}
#yoo_tape_shop .uk-button.uk-button-primary:hover {
  background: #35c5e7;
  color: #fff;
}
#yoo_tape_shop .uk-button.uk-button-secondary {
  background: #d7dcde;
  color: #151e2b;
}
#yoo_tape_shop .uk-button.uk-button-secondary:hover {
  background: #efefef;
  color: #151e2b;
}
#yoo_tape_shop .uk-grid &gt; div &gt; :first-child {
  margin-top: 0;
}
#yoo_tape_shop .tsc-section {
  margin-bottom: 30px;
}
#yoo_tape_shop .tsc-section h2 + p,
#yoo_tape_shop .tsc-section h3 + p {
  margin-top: -10px;
}
#yoo_tape_shop [tsc-widget]:after {
  content: "";
  display: block;
  clear: both;
}
#yoo_tape_shop .buttonrow .uk-button {
  padding: 8px;
  display: inline-block;
}
#yoo_tape_shop .buttonrow .uk-button + .uk-button {
  margin-left: 5px;
}
#yoo_tape_shop .buttonrow {
  font-size: 0;
  text-align: center;
}
#yoo_tape_shop .buttonrow .uk-button {
  width: 27%;
  font-size: 14px;
}
@media (max-width: 1024px) {
  #yoo_tape_shop .buttonrow .uk-button {
    width: 33%;
  }
}
@media (max-width: 768px) {
  #yoo_tape_shop .buttonrow .uk-button {
    width: 250px;
    margin: 0 auto;
    display: block;
  }
  #yoo_tape_shop .buttonrow .uk-button + .uk-button {
    margin-left: auto;
  }
}
/* ---------------- Widget styles ---------------------------------------- */
/* widget: RESTOREDATA ------------------------------------------ */
/* widget: products ------------------------------------------ */
.tsc-widget-products {
  padding: 0 0 20px 0;
  /*#tsc-widget-products .tsc-config-row.highlighted .title	{ font-weight: bold; }*/
}
.tsc-widget-products .count-widget-wrapper {
  float: right;
  padding-right: 0;
}
.tsc-widget-products .count-select {
  margin: -7px 0 -7px -3px;
}
.tsc-widget-products .count-select &gt; * {
  font-size: 15.4px;
  display: block;
  float: left;
  height: 34px;
}
.tsc-widget-products .count-select button {
  background: #2d3f5e;
  color: #fff;
  border: 0;
  padding: 5px 8px;
  width: 26px;
  transition: background-color 0.2s ease;
}
.tsc-widget-products .count-select button:hover {
  background: #455f8b;
  cursor: pointer;
}
.tsc-widget-products .count-select button:active {
  background: #455f8b;
}
.tsc-widget-products .count-select button.disabled {
  background: #3a434c;
  visibility: hidden;
}
.tsc-widget-products .count-select button.disabled:hover {
  background: #3a434c;
  cursor: default;
}
.tsc-widget-products .count-select .value {
  background: #121e3b;
  color: #fff;
  margin: 0;
  padding: 0 2px;
  line-height: 32px;
  box-sizing: border-box;
  width: 40px;
  border: 0;
  text-align: center;
}
.tsc-widget-products select {
  padding: 5px;
  margin: -5px 0;
  border: 1px solid #bbb;
}
.tsc-widget-products &gt; div {
  margin: 0 0 2px 0;
}
.tsc-widget-products .tsc-config-row {
  position: relative;
  overflow: hidden;
  border-radius: 5px;
}
.tsc-widget-products .tsc-config-row .backgroundcolor,
.tsc-widget-products .tsc-config-row .backgroundimage,
.tsc-widget-products .tsc-config-row .backgroundgradient {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  z-index: 0;
  background-color: #d7dcde;
}
.tsc-widget-products .tsc-config-row.is_tape .backgroundimage {
  background: url("images/tape_pattern.png") repeat;
}
.tsc-widget-products .tsc-config-row.is_tape .backgroundgradient {
  background: linear-gradient(90deg, #ffffff, rgba(255, 255, 255, 0.66) 55%, rgba(255, 255, 255, 0) 100%);
}
.tsc-widget-products .tsc-config-row .title {
  margin: 0;
}
.tsc-widget-products .tsc-config-row .content {
  padding: 14px 8px;
  position: relative;
  z-index: 1;
}
@media (max-width: 959px) {
  .tsc-widget-products select {
    max-width: 97%;
  }
}
@media (max-width: 767px) {
  .tsc-widget-products select {
    margin-top: 5px;
  }
}
@media (max-width: 480px) {
  .tsc-widget-products {
    /*#tsc-widget-products .tsc-config-row .uk-width-1-3	{ margin:0 -20px; width:110px }*/
  }
}
@media (min-width: 960px) {
  .tsc-widget-products {
    display: flex;
  }
  .tsc-widget-products &gt; div {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    margin-bottom: 8px;
  }
  .tsc-widget-products .tsc-config-row {
    flex: auto;
  }
}
/* TOOLTIP------------------------------------------ */
/* widget: CART ------------------------------------------ */
.tsc-widget-cart {
  margin-bottom: 20px;
  background: #efefef;
  padding: 20px 0;
  position: relative;
}
.tsc-widget-cart .cart-box {
  background: #151e2b;
  height: 230px;
  color: #fff;
  text-transform: uppercase;
  box-sizing: border-box;
  text-align: center;
  background-size: contain;
  padding: 140px 20px 70px;
  width: 257px;
  max-width: 100%;
  margin: 0 auto 20px;
}
.tsc-widget-cart .cart-box .pricing {
  color: #fff;
  font-size: 22.4px;
  text-align: center;
  margin-top: 10px;
}
.tsc-widget-cart .cart-items {
  list-style: none;
  padding: 0 20px;
  margin: 0;
}
.tsc-widget-cart .cart-items li {
  padding: 5px 0;
}
@media (max-width: 767px) {
  .tsc-widget-cart {
    min-height: 65px;
  }
  .tsc-widget-cart .cart-box {
    width: auto;
    padding-top: 145px;
  }
  .tsc-widget-cart .cart-box .pricing {
    font-size: 22.4px;
  }
  .tsc-widget-cart .cart-items {
    padding: 0 0 0 120px;
    padding: 0;
    margin: 0 auto;
    width: 240px;
    max-width: 100%;
  }
}
/* widget: PRICING ------------------------------------------ */
.tsc-widget-pricing {
  margin-bottom: 20px;
  padding: 10px;
  background: #2d3f5e;
}
.tsc-widget-pricing .pricing-box {
  background: #121e3b;
  color: #fff;
  text-transform: uppercase;
  box-sizing: border-box;
  padding: 20px;
  position: relative;
}
.tsc-widget-pricing .label {
  color: #fff;
  text-transform: uppercase;
  font-size: 13.3px;
}
.tsc-widget-pricing .value {
  color: #fff;
  font-size: 25.2px;
}
.tsc-widget-pricing.vertical .value {
  text-align: right;
}
.tsc-widget-pricing.horizontal .pricing-box {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.tsc-widget-pricing.horizontal .label {
  margin: 0 0 10px;
}
.tsc-widget-pricing.horizontal .value {
  margin: 0;
}
/* widget: NAVIGATION ------------------------------------------ */
/* widget: FORM ------------------------------------------ */
.tsc-widget-form {
  border: 10px solid #2d3f5e;
  /* head/foot */
  /* form styling */
}
.tsc-widget-form .tab .description {
  padding-top: 10px;
}
.tsc-widget-form .head {
  padding: 10px;
  /*margin:-30px -30px 30px;*/
  background: #2d3f5e;
  color: #fff;
}
.tsc-widget-form .head h3 {
  color: #fff;
}
.tsc-widget-form .head .pageinfo {
  float: right;
}
.tsc-widget-form .body {
  padding: 10px;
  background: #efefef;
}
.tsc-widget-form .foot {
  padding: 10px 0;
  background: #2d3f5e;
  text-align: center;
}
.tsc-widget-form form.hidden {
  opacity: .25;
}
.tsc-widget-form input,
.tsc-widget-form #tsc-widget-form textarea {
  background: #fff;
  color: #444;
}
.tsc-widget-form .optional-frame {
  padding-bottom: 16px;
}
.tsc-widget-form .optional-frame input {
  width: auto;
}
.tsc-widget-form .row:after {
  content: "";
  display: block;
  clear: both;
}
.tsc-widget-form .separator {
  clear: both;
  margin: 10px 0 15px;
  border-top: 1px solid #d7dcde;
}
.tsc-widget-form .required label:after {
  content: '*';
  color: #c1161e;
  font-size: 21px;
}
.tsc-widget-form .reddot {
  color: #c1161e;
  font-size: 21px;
}
.tsc-widget-form .row .field-wrapper {
  box-sizing: border-box;
  position: relative;
  padding: 6px 0;
}
.tsc-widget-form .row .field-wrapper:after {
  content: "";
  display: block;
  clear: both;
}
.tsc-widget-form .row .field-wrapper.empty {
  display: none;
}
.tsc-widget-form .field-wrapper-inner {
  display: block;
  padding: 0 0 5px 0;
  border: 1px solid transparent;
  box-sizing: border-box;
}
.tsc-widget-form .field-wrapper-inner a {
  color: inherit;
  text-decoration: underline;
}
.tsc-widget-form .field-wrapper-inner.has-error {
  background: #c1161e;
  border-color: #f08085;
  font-size: 13.3px;
  padding: 5px;
  color: #fff;
}
.tsc-widget-form form label {
  display: block;
  box-sizing: border-box;
}
.tsc-widget-form .field {
  display: inline-block;
  padding: 8px;
  border: 1px solid #efefef !important;
  border-bottom-color: #d7dcde !important;
  width: 100%;
  box-sizing: border-box;
  border-radius: 0;
}
.tsc-widget-form [type="checkbox"].field {
  width: auto;
  margin: 2px 10px 0;
}
.tsc-widget-form .empty .field {
  border: none;
  box-shadow: none;
}
.tsc-widget-form .form-error {
  padding: 10px 5px 5px;
  color: #fff;
  font-size: 13.3px;
  display: block;
}
.tsc-widget-form .field.valid {
  border-color: #63C72A;
}
@media (min-width: 480px) {
  .tsc-widget-form .head {
    padding: 30px;
  }
  .tsc-widget-form .body {
    padding: 30px;
  }
  .tsc-widget-form .foot {
    padding: 20px 0;
  }
  .tsc-widget-form form label {
    float: left;
    padding: 10px 10% 0 0;
    width: 40%;
  }
  .tsc-widget-form .field-wrapper-inner {
    float: left;
    padding: 0 5px;
    width: 60%;
  }
}
/* widget: EXTRAS ------------------------------------------ */
/* widget: SUMMARY ------------------------------------------ */
.tsc-widget-summary .group {
  padding: 20px 0;
  border-top: 1px solid #ccc;
}
.tsc-widget-summary .group:first-child {
  border-top: none;
}
.tsc-widget-summary .label {
  display: inline-block;
  width: 40%;
}
.tsc-widget-summary .table {
  border: 1px solid #efefef;
  padding: 5px;
  list-style: none;
}
.tsc-widget-summary .row {
  padding: 7px 10px;
}
.tsc-widget-summary .row:nth-child(odd) {
  background: #efefef;
}
.tsc-widget-submit {
  background: #121e3b;
  color: #fff;
  text-transform: uppercase;
  box-sizing: border-box;
  padding: 20px;
  position: relative;
}
.tsc-widget-submit .uk-alert {
  max-width: 500px;
  margin: 20px auto;
  padding: 20px;
}
.tsc-widget-submit .uk-alert.uk-alert-success {
  background: rgba(65, 109, 156, 0.65);
  color: #fff;
}
.tsc-widget-submit .uk-alert.uk-alert-danger {
  background: rgba(208, 27, 59, 0.65);
}
/* ---------------- View styles ---------------------------------------- */
/* ---------------- Form styles ---------------------------------------- */
</pre></body></html>