/** Shopify CDN: Minification failed

Line 63:5 Unexpected ".5"
Line 65:5 Unexpected ".5"
Line 67:5 Unexpected ".5"
Line 69:5 Unexpected ".5"

**/
@import url('https://fonts.googleapis.com/css2?family=Nanum+Pen+Script&display=swap');

.bcpo-price-addons, .bcpo-value {
    display: none;
}

.bcpo-title {
    width: 100%;
    margin-bottom: 8px;
    font-family: Albumframe, sans-serif;
    color: #7a78af;
    font-size: 14px;
    line-height: 15px;
    font-weight: 500;
    text-transform: uppercase;
}

.shopify-policy__body > .rte > p, ol, ul {
      font-family: Albumframe, sans-serif;
    color: #a7a6bc;
    font-size: 18px;
    line-height: 32px;
    text-align: left;
}

.shopify-policy__body > .rte > p > strong {
 font-size:20px;
  color:black;
}

.shopify-policy__title > h1 {
        font-family: Albumframe, sans-serif;
    color: black;
    font-size: 20px;
    line-height: 32px;
    text-align: left;
}

.option-values {
  position:relative;
}

.option-select-arrow {
 height: 12px;
position: absolute;
top: 18px;
right: 12px; 
}

.select-field {
  border-radius: 8px;
}

.mt-0{margin-top:0px;}
.mt-0.5{margin-top:0.125rem;}
.mt-1{margin-top:0.25rem;}
.mt-1.5{margin-top:0.375rem;}
.mt-2{margin-top:0.5rem;}
.mt-2.5{margin-top:0.625rem;}
.mt-3{margin-top:0.75rem;}
.mt-3.5{margin-top:0.875rem;}
.mt-4{margin-top:1rem;}
.mt-5{margin-top:1.25rem;}
.mt-6{margin-top:1.5rem;}
.mt-7{margin-top:1.75rem;}
.mt-8{margin-top:2rem;}
.mb-4{margin-bottom:1rem;}


.icon-search {
  top: 36px;
  bottom: unset;
}

.uploadkit > * {
  font-family: 'Albumframe', 'sans-serif';
}

.reviews_section {
  margin-top:56px; 
}

.spinning {
  -webkit-animation: spin 3s linear infinite;
  -moz-animation: spin 3s linear infinite;
  animation: spin 3s linear infinite;
}

@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(-360deg);
  }
}

@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(-360deg);
  }
}

@keyframes spin {
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}

#albumframe-wrapper, #carframe-preview, #jd-preview {
 background-color: rgba(255, 255, 255, 0.18)!important; 
}