<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
  font-family: Raleway,Helvetica,sans-serif;
  text-align: center;
  line-height: 3;
  margin:0;
}

div.spacer {
  height: 100px;
}

div.stage {
  display: inline-block;
  vertical-align: top;

}

div.getting-started-box {
   padding: 1.8em;
   text-align: left;
   background-color: white;
   color: black;
   line-height:1.8;
   font-style: Raleway,sans-serif;
}

div#appContainer {
  background-color: #fafafa;
  width: 100%;
  margin: auto;
  position: relative;
  display: flex;
}

div#uploadStage {
  height: 80vh;
  border: 2px dashed #ccc;
  border-radius: 10px;
  margin: 1rem;
  display: flex
;
  flex-direction: column;
  justify-content: center;
}

div#uploadSpacer {
  height: 1em;
}

div#userCropStage {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  top: 10px;
  width: 570px;
  height: 570px;
  z-index: 1;
}

div#instructions {
  color: red;
  font-weight: bold;
  font-size: 1.8em;
  line-height: 1;
}

div#imgcontainer {
  width: inherit;
  height: inherit;
}

img#preview {
  object-fit: contain;
  width: 400px;
  height: 400px;
}

img#uploadedImg {
  object-fit: contain;
  width: 600px;
  height: 600px;
}

div#previewCanvas {
  aspect-ratio : 1 / 1;
  width: 90%;
  margin: auto;
}

canvas.p5Canvas {
  box-shadow: 7px 7px 3px #777;
}

div#previewStage {
  width: 95%;
}

/* Hide p5js loading div */
div#p5_loading { display:none; }

div#frameSticks {
}

div.hrdiv {
  width: 80%;
  margin: auto;
}

img.stick {
  width: 40px;
  height: 150px;
  border: 10px solid rgba(255, 255, 255, 0);
  margin: 3px;
}

img.stick.selected {
  border: 10px solid #c7d6ed;
}

.carousel-outer {
  display: flex;
  justify-content: center;
}

.carousel-inner {
  display: flex
;
  flex-wrap: wrap;
  align-content: flex-start;
}

.button {
  background-color: rgba(255,255,255,0);
  border-style: solid;
  border-width: 1px;
  border-color: black;

  color: #000;
  padding: 9px;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  font-weight: lighter;
  cursor: pointer;
  margin:4px;
}

.next, .upload-btn,#finalize {
  background-color: #EF3931;
  color:#fff;
  line-height: 1.7em;
  padding:10px;
  cursor:pointer;
}
.next b, .upload-btn b{
    font-size: 1.4em;

}
.upload-btn{
  max-width: 300px;
  margin:auto;
}
.button.back {
  border: 1px solid #ccc;
  margin-top: 1em;
  padding: 0.6em 1em;
  display: inline-flex;
  align-items: center;
  font-weight: bold;
  background: #f5f5f5;
  cursor: pointer;
  transition: background 0.2s;
}

.button.back:hover {
  background: #e0e0e0;
}

.button.back svg.icon {
  margin-right: 0.5em;
  width: 1em;
  height: 1em;
  display: block;
}


.button:hover {
  background-color: #f2baba;
  color: #555;
}

.button.im {
  padding: 5px;
}

.button.selected {
  background-color: #f5f5f5;
border: 2px solid #ef3a32;
transform: scale(1.07);
color: #ef3a32;
}

.button&gt;img {
  width: 65px;
  margin: 0;
  padding: 4px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.info {
  width: 14px;
  height: 14px;
  background-image: url(assets/info.png);
  background-size: contain;
  cursor: pointer;
  display: inline-block;
  margin-right: 1em;
}

.option-selection,#sizeslistbuttons,#orientationbuttons {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 1em 0;
  border: 1px solid #ccc;
  padding:10px;
  border-radius: 0;
      background: #ffffff;
      flex-wrap:wrap;
}

.info:hover {
  background-image: url(assets/info-hover.png);
}
#right-container{
  background-color: #fafafa;
}
#left-container, #right-container {
  width: 48%;
  vertical-align: top;
  float: left
  height: 100%;
  overflow-y: scroll;
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
  BORDER-LEFT: 1PX SOLID #CCC;
}

/* Hide scrollbar for Chrome, Safari and Opera */
#left-container::-webkit-scrollbar, #right-container::-webkit-scrollbar {
  display: none;
}


#left-container {
  justify-content: center;
  align-items: center;
  background-color: #f6f5f3;
}

h1 {
  font-size: 3em;
  letter-spacing: 0.07em;
  line-height: 1.3em;
  margin:0;
}

span.startspan {
  font-weight: bold;
  color: red;
}

#getStartedStage {
  background-color: red;
  color: white;
  line-height: 4em;
  width: 100%;
}

#uploadStage img {
  width: 9vw;
}

#uploadStage&gt;input {
  display: none;
}

#uploadStage&gt;label {
  cursor: pointer;
}

#cropAndSizeStage {
  font-weight: bold;
  padding:0 5%;
  text-align: left;
}

#priceInfo {
  border: solid #000 1px;
  border-radius: 0;
  font-weight: bold;
  font-size: 1.2em;
  border-style: solid;
  margin:10px 0;
  cursor: pointer;
      text-align: center;
}

#priceInfo:hover {
  background-color: #f2efef;
  cursor: default;
}

#printDpi {
  font-weight: bold;
  font-style: italic;
  text-align: left;
  line-height: 2;
  margin: 1em 0;
}

input[type=button] {
  padding: 0.6em;
}

#finalize {
  padding: 1em 2em;
  font-size: 1.4em;
  margin:0;
  border: 1px solid #ccc;

}

#modalShade {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.33);
  z-index: 19;
}

.modal {
  display: none;
  background-color: white;
  border-style: solid;
  padding: 3em;
  text-align: left;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 20;
}

.lScrollIcon, .rScrollIcon {
  display: none;
}

@media screen and (max-width: 900px) {
  div#appContainer {
    flex-wrap: wrap;
    width: 100%;
    overflow-x: hidden;
  }
  div.stage {
    /* width: 100%; */
  }
  #left-container, #right-container {
    width: 100%;
    height: 50%;
    flex: 0 0 100%;
  }

  div#uploadSpacer {
    display: none;
  }
  #uploadStage img {
    width: 30vw;
  }
  div#userCropStage {
    width: 95%;
    height: unset;
    aspect-ratio: 3 / 4;
  }

  .lScrollIcon, .rScrollIcon {
    opacity: 0;
    transition: opacity 0.5s;
    display: block;
    position: absolute;
    height: 100%;
    width: 2em;
    top: 0;
    background-size: cover;
  }

  .lScrollIcon {
    left: -2em;
    background-image: url('assets/scroll-l.png');
  }

  .rScrollIcon {
    right: -2em;
    background-image: url('assets/scroll-r.png');
  }

  .on {
    opacity: 0.7;
    transition: opacity 1s;
  }

  .lScrollWatcher, .rScrollWatcher {
    display: inline-block;
    height: 3px;
    width: 3px;
  }

  .modal {
    font-size: 0.8em;
    line-height: 1.8;
    padding: 2em;
  }
}

.right-container h1{

}
.right-container h1,.right-container  h2{
  line-height: 1.3em;
  margin:0;
}

.final-buttons{
  display:flex;
  flex-direction: column;
}
#sizeStage{
  padding: 0 5%;
}

.warn {
  margin: 3em 0;
  border:1px solid #ccc;
  padding: 1em;
}

input[type="range"] {
    margin: auto;
    -webkit-appearance: none;
    position: relative;
    overflow: hidden;
    height: 30px;
    width: 250px;
    cursor: pointer;
    border-radius: 0; /* iOS */
    accent-color: red;
}

::-webkit-slider-runnable-track {
    background: #ddd;
}

/*
 * 1. Set to 0 width and remove border for a slider without a thumb
 * 2. Shadow is negative the full width of the input and has a spread
 *    of the width of the input.
 */
::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 15px; /* 1 */
    height: 30px;
    background: #fff;
    box-shadow: -200px 0 0 200px dodgerblue; /* 2 */
    border: 2px solid #999; /* 1 */
}

::-moz-range-track {
    height: 40px;
    background: #ddd;
}

::-moz-range-thumb {
    background: #fff;
    height: 40px;
    width: 20px; /* 1 */
    border: 3px solid #999; /* 1 */
    border-radius: 0 !important;
    box-shadow: -200px 0 0 200px dodgerblue;
    box-sizing: border-box;
}

::-ms-fill-lower {
    background: dodgerblue;
}

::-ms-thumb {
    background: #fff;
    border: 2px solid #999; /* 1 */
    height: 40px;
    width: 20px; /* 1 */
    box-sizing: border-box;
}

::-ms-ticks-after {
    display: none;
}

::-ms-ticks-before {
    display: none;
}

::-ms-track {
    background: #ddd;
    color: transparent;
    height: 40px;
    border: none;
}

::-ms-tooltip {
    display: none;
}
#frameInfo{
  display: grid
;
    text-align: left;
    grid-template-columns: 50% auto;
}
.edit-image-container{
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  gap:16px;
  margin-bottom: 20px;
}
.button.add-to-cart {
  border: none;
  background-color: #EF3931; /* Your brand red */
  color: #fff;
  font-weight: bold;
  padding: 0.6em 1.2em;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  transition: background 0.2s;
  border-radius: 4px;
}

.button.add-to-cart:hover {
  background-color: #c92d27; /* darker red on hover */
}

.button.add-to-cart svg.icon {
  margin-right: 0.5em;
  width: 1em;
  height: 1em;
  display: block;
}
.edit-image-container {
  display: flex;
  gap: 1em;
  margin-top: 1em;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;

}

.button.edit-button {
  display: inline-flex;
  align-items: center;
  padding: 0.6em 1.2em;
  color: #000;
  border-radius: 0;
  border: 1px solid #000;
  cursor: pointer;
  transition: background 0.2s;
}

.button.edit-button:hover {
  background-color: #f2baba;
}

.button.edit-button svg.icon {
  margin-right: 0.5em;
  width: 1em;
  height: 1em;
  display: block;
}
.step-number-label{
  font-size:0.85em;
  font-weight: 300;
  line-height: 1em;
  margin:0 0 10px 0;
  color:#8a8a8a;
}
</pre></body></html>