@charset "UTF-8";@import url("https://p.typekit.net/p.css?s=1&k=fzx7sjl&ht=tk&f=1980.1981.1982.1983.1984.8541.8542.8543.8544.8545.2003.2004.2005.2006.2007.2008.2009.2010.2011.2012.17398.17399.17400.17401.17402.17403.17404.17405.17406.17407&a=86896830&app=typekit&e=css");
.c-text-card .c-text-card__title {
    font-size: 20px;
    font-weight: bold;
    text-align: left;
    padding-bottom: 5px;
    font-family: 'museo', serif;
}
.c-text-card .c-text-card__body {
    font-family: 'museo-sans', sans-serif;
    text-align: left;
    font-size: 12px;
    color:#5A5A5A;
    /*border-bottom: 1px solid #000;*/
    padding-bottom: 0;
    font-weight: 300;
    line-height: 18px;
}
.cbtn-imprint-comeback {
    cursor: pointer;
    color: white;
    border: 2px solid #d7d7d7;
    padding: 3px 10px;
    border-radius: 5px;
    font-weight: 300;
    font-size: 10px;
}
.c-text-card .c-text-card__body a {
   color: #0054a3
}
.c-text-card .c-text-card__body a:hover {
   color:#969696;
   text-decoration: underline;
}
.c-text-card__body.add-line{
   border-bottom: 1px solid #000;
}
.imprint-text.additional{
     padding-top: 0;
}



.price-matrix--special-price .price-matrix__col--price.price-matrix__col.special-col{
    text-decoration: line-through;
    font-size: 14px;
    font-weight: 800;
    padding: 0px 0px;
    margin: 0;
    font-family: 'Montserrat', 'Helvetica Neue', Verdana, Arial, sans-serif;
}
.price-matrix--special-price .price-matrix__col.price-matrix__col--your-save_comda {
    font-weight: 800!important;
    font-size: 17px!important;
    margin: 0!important;
    color: #ca3435;
    padding: 0px 0px;
}
.retail-price__inline.retail-price__inline--special-price {
    display: flex;
    align-items: baseline;
    justify-content: flex-end;
}
.retail-price.banner-included-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.product-special-price-section {
    width: 200px;
    height: 50px;
}
.is-comda-product-special {
    width: 300px;
    height: 50px;
    background-size: contain;
    background-repeat: no-repeat;
}
@media only screen and (max-width: 950px) {
.product-special-price-section .is-comda-product-special {
        max-width: 100%;
}
}
.price-matrix.price-matrix--table .price-matrix__line .price-matrix__col.price-matrix__col--price,
.retail-price .price-matrix__col.price-matrix__col--price{
    font-weight: 700 !important;
    font-size: 12px;
    font-family: 'Montserrat', 'Helvetica Neue', Verdana, Arial, sans-serif !important;
}
.price-matrix.price-matrix--table .price-matrix__line .price-matrix__col.price-matrix__col--your-save {
    font-family: "museo-sans", sans-serif !important;
    font-weight: 300 !important;
    font-size: 12px;
    color: #E83223;
}
.price-matrix.price-matrix--table .price-matrix__line .price-matrix__col.price-matrix__col--your-save_comda {
    font-weight: 600 !important;
    font-family: 'Montserrat', 'Helvetica Neue', Verdana, Arial, sans-serif !important;
    font-size: 12px;
    color: #ca3435;
}
.price-matrix.price-matrix--table tr {
    background-color: #fff;
}
.price-matrix.price-matrix--table tr:nth-child(1) {
    border-top: unset !important;
    border-bottom: solid 1px black !important;
}
.price-matrix.price-matrix--table tr:nth-child(3) {
    border-bottom: unset !important;
    border-top: solid 1px black !important;
}
.price-matrix.price-matrix--table tr:nth-child(2) {
    border-bottom: solid 1px black !important;
}
.price-matrix .price-matrix__title {
    font-size: 12px;
    font-weight: 300;
    color: #5c5c5c;
    font-family: museo-sans, sans-serif;
}
.price-matrix .price-matrix__title_comda {
    font-size: 12px;
    font-weight: 400;
    color: #5c5c5c;
    font-family: Arial, sans-serif;
}
.price-matrix.price-matrix--table td {
    border-left: unset !important;
    border-right: unset !important;
}
.price-matrix:not(.price-matrix--table) .price-matrix__line {
    list-style-type: none;
    display: flex;
}
.price-matrix.price-matrix--table {
    width: 100%;
    font-size: 12px;
    margin-bottom: 15px;
}
.retail-price {
    display: flex;
    align-items: baseline;
    justify-content: flex-end;
    margin: 20px 0 10px 0;
}
.retail-price h4{
    color: #000000;
    font-size: 12px;
    margin-right: 3px;
    margin-bottom: 0;
}
.tooltip-icon-wrap{
  position: relative;
}
.tooltip-icon {
    margin-right: 5px;
    display: inline-flex;
    width: 13px;
    height: 13px;
    justify-content: center;
    align-items: center;
    padding-top: 1px;
    cursor: pointer;
    font-size: 8px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #777;
    border-radius: 50%;
    position: relative;
}
.tooltip-content {
    opacity: 0;
    position: absolute;
    left: -168px;
    top: 50%;
    transform: translate(0, -50%);
    white-space: nowrap;
    padding: 5px 10px 5px 10px;
    width: 160px;
    text-align: left;
    background-color: #000;
    color: #ffffff;
    font-size: 11px;
    font-weight: 300;
    border: none;
    border-radius: 5px;
    z-index: 1;
    bottom: -50px;
    height: fit-content;
    line-height: 1.4;
    transition: opacity 0.3s ease;
span {
        white-space: normal;
}
}
.tooltip-content::after {
    content: "";
    position: absolute;
    top: 44%;
    right: -9px;
    margin-left: 0;
    border-width: 5px;
    border-style: solid;
    border-color: #000 transparent transparent transparent;
    transform: rotate(-90deg);
}
.tooltip-icon:hover +.tooltip-content {
    opacity: 1;
}
.price-matrix__line span.all-in-price{
  font-family: museo-sans, sans-serif;
  color: #5c5c5c;
  font-size: 12px;
  font-weight: 800;
  line-height: 12px;
}
.price-matrix__line span.all-in-price_comda{
    font-family: 'Montserrat', Helvetica, "Helvetica Neue", Arial, sans-serif;
    color: #5c5c5c;
    font-size: 12px;
    font-weight: 400;
    line-height: 12px;
}
.product-promo-section{
  text-align: left;
}
.retail-price .price-matrix__col.price-matrix__col--price{
    font-weight: 800 !important;
    font-family: 'Montserrat', 'Helvetica Neue', Verdana, Arial, sans-serif;
}
.price-wrap table:not(#customer-orders):not(#order-details) td{
    padding: 10px 0;
}
.price-wrap table td:first-child{
    padding: 10px;
}
.comda .price-matrix__line.price .price-matrix__title_comda >span{
    font-weight: 800;
}
#section-image-with-text-c .comda .imprint-app-total__fee-wrapp .comda_imprint-app-total__line-value {
 font-family:'Montserrat', 'Helvetica Neue', Verdana, Arial, sans-serif;
}
.comda .imprint-app-total__fee-wrapp .total .comda_imprint-app-total__line-value{
    width: 28%;
    text-align: center;
}
@media screen and (max-width: 400px) {
.price-matrix.price-matrix--table tr > td:not(:first-child) {
        text-align: center !important;
}
.comda .price-matrix.price-matrix--table .price-matrix__line .price-matrix__col.price-matrix__col--price{
        font-size: 12px!important;
}
}
@media only screen and(max-width:1110px) {
.is-comda-product-special {
        width:210px;
}
}
@media only screen and(max-width:500px) {
.is-comda-product-special,
    .product-special-price-section {
        width:100%;
}
.retail-price.banner-included-section {
       flex-wrap: wrap;
}
.retail-price__inline.retail-price__inline--special-price{
        width: 100%;
}
.retail-price__inline--special-price{
        margin-bottom: 30px;
}
.is-comda-product-special{
        height: 52px;
        margin-top: 10px;
}
}
.envelop-product > .price-matrix{
    width: 130px;
    margin: 0 auto;
}
.envelop-product > .price-matrix > tr >td{
    text-align: center!important;
}
.price-matrix--special-price.mlpFont tr.special td,
.price-matrix--special-price.mlpFont tr.special.price-matrix__line td.price-matrix__col.price-matrix__col--your-save{
    font-weight: 800!important;
}

.custom-select[data-v-3b2be975] {
    position: relative;
    width: 100%;
    text-align: left;
    outline: none;
    height: 47px;
    line-height: 47px;
}
.custom-select .selected[data-v-3b2be975] {
    border-radius: 2px;
    box-shadow: 0 0 2px rgb(204, 204, 204);
    transition: all .5s ease;
    position: relative;
    font-size: 14px;
    color: #474747;
    height: 100%;
    text-align: left;
    cursor: pointer;
    user-select: none;
    padding-left: 10px;
}
.custom-select .selected.open[data-v-3b2be975] {
    border-radius: 6px 6px 0px 0px;
}
.custom-select .selected[data-v-3b2be975]:after {
    position: absolute;
    content: "\f078";
    top: 17px;
    right: 2em;
    width: 0;
    height: 0;
    color:#888;
    font: normal normal normal 14px / 1 FontAwesome;
}
.custom-select .items[data-v-3b2be975] {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
}
.custom-select .items[data-v-3b2be975] {
    color: #595959;
    overflow: hidden;
    position: absolute;
    background-color: #fff;
    left: 0;
    right: 0;
    z-index: 1;
    width: 100%;
    margin-top: 1px;
    box-shadow: 0 1px 2px rgb(204, 204, 204);
    border-radius: 0 1px 2px 2px;
    max-height: 144px;
    overflow-y: auto;
    text-align: left;
    padding: 10px 0;
    transition: all .5s ease
}
.custom-select .items .wrap div[data-v-3b2be975] {
    color: #595959;
    cursor: pointer;
    user-select: none;
    text-align: center;
}
.custom-select .items .wrap div[data-v-3b2be975]:hover {
    background-color: #f2f2f2;
}
.custom-select .items.selectHide[data-v-3b2be975] {
    display: none;
}
.custom-select .c-tabs__btn[data-v-3b2be975] {
    width: 90%;
    max-width: 90%;
}
.custom-select div.c-tabs__btn.c-tabs__btn--active[data-v-3b2be975] {
    color: #fff;
}
.comda .custom-select .c-tabs__btn--active[data-v-3b2be975] {
    background-color: #0072BC !important;
}
.comda .custom-select .c-tabs__btn[data-v-3b2be975] {
    font-family: "Open Sans", sans-serif;
}
.mlp .custom-select .c-tabs__btn--active[data-v-3b2be975] {
    background-color: #009444 !important;
}
.mlp .custom-select .c-tabs__btn[data-v-3b2be975] {
    font-family: 'museo-sans', sans-serif;
}
.custom-select .c-tabs__btn[data-v-3b2be975] {
    border: 2px solid #d7d7d7;
}
.custom-select .option-wrap[data-v-3b2be975] {
    width: 100%;
    max-width: 210px
}
.custom-select .option-wrap:hover > div[data-v-3b2be975] {
    background-color: #f2f2f2;
    text-decoration: underline;
}
.custom-select[data-v-3b2be975] {
    display: none;
}
.custom-select .items .wrap[data-v-3b2be975]{
    max-height: 144px;
    width: 100%
}
@media only screen and (max-width: 768px) {
.custom-select[data-v-3b2be975] {
        display: block;
        margin-bottom: 10px;
}
}
@media only screen and (max-width: 600px) {
.custom-select .option-wrap[data-v-3b2be975] {
        max-width: 100%;
}
.custom-select .c-tabs__btn[data-v-3b2be975] {
        font-size: 16px;
        font-weight: 400;
}
.custom-select .option-wrap div.c-tabs__btn[data-v-3b2be975] {
        /*border: none;*/
        text-align: left;
        padding: 7px 12px;
        width: 95%;
        max-width: 95%;
}
}
.disabled-option[data-v-3b2be975] {
        opacity: 0.5;
        pointer-events: none;
}


.c-tabs {
  padding: 20px 0 15px 0;
}
.c-tabs {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.c-tabs__btn {
  font-family: 'museo-sans', sans-serif;;
  display: inline-block;
  width: 45%;
  max-width: 45%;
  font-size: 12px;
  line-height: 14px;
  border: 1px solid #707070;
  border-radius: 5px;
  padding: 5px 0;
  background-color: #fff;
  font-weight: 300;
  color: #595959;
  cursor: pointer;
  margin-right: 6px;
}
.c-tabs__btn__comda {
    display: inline-block;
    width: 45%;
    max-width: 45%;
    font-family: "Open Sans",serif;
    font-size: 11px;
    line-height: 14px;
    border: 2px solid #d7d7d7;
    border-radius: 7px;
    padding: 2px 15px;
    background-color: #fff;
    font-weight: 700;
    color: #595959;
    cursor: pointer;
    margin-right: 6px;
}
.c-tabs__btn--active {
  color: #fff;
  font-weight: 700;
}
.c-tabs-content {
  line-height: 18px;
  font-size: 12px;
  color: #5A5A5A;
  font-weight: 300;
  text-align: left;
  padding-bottom: 15px;
}
.imprint-text.calendar{
  padding-top: 0;
}
@media only screen and (max-width: 768px) {
.c-tabs{
        display: none;
}
}
.c-tabs__btn_js.hide_tab{
    opacity: 0.5;
    cursor: not-allowed;
    pointer-events:none;
}
.message-calendar-titles{
    color: #E83223;
}

.bundle-butons__item.bundle-butons__item--qty .custom-qty-label {
  position: absolute;
  top: 0;
  left: 0;
}
.bundle-butons__item.bundle-butons__item--qty .custom-qty-label .label-text {
  font-size: 16px;
  font-family: 'museo-sans', sans-serif;
  font-weight: 300;
}
.bundle-butons-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 15px;
}
.bundle-butons-wrapper .bundle-butons__item.bundle-butons__item--qty {
    width: 30%;
    background-color: transparent;
    position: relative;
    padding: 20px 0;
}
.bundle-butons-wrapper .bundle-butons__item.bundle-butons__item--qty .size-row__input {
    margin: 0!important;
    padding: 0!important;
    padding: 0!important;
    min-height: 30px!important;
    max-height: 30px!important;
    height: 30px!important;
}
.bundle-butons-wrapper .bundle-butons__item {
    background-color: #009444;
    padding: 8px 18px 9px;
    font-size: 16px;
    font-family: "Montserrat", sans-serif;
    color: #fff;
    text-transform: uppercase;
    font-weight: 300;
    line-height: 1.5;
    cursor: pointer;
}
.bundle-butons.bundle-butons-wrapper .controls-container {
    min-height: 30px!important;
    max-height: 30px!important;
    min-width: 30px!important;
    max-width: 30px!important;
    width: 30px!important;
    height: 30px!important;
    z-index: 1;
}
.error-qty{
  padding: 5px 10px;
  background: #ff6666;
  color: white;
  font-size: 14px;
  display: inline-block;
  margin-top: 10px;
  width: 100%;
  font-family: 'museo-sans', sans-serif;
}


.remove-color-line-wrapp .remove-color-line__btn {
    font-size: 9px;
    cursor: pointer;
}
.remove-color-line-wrapp .remove-color-line__btn:hover{
    text-decoration: underline;
}
.img-preview-section {
    padding: 0 15px;
}
.img-preview-background-wrapper {
    border: 1px solid rgb(90,90,90);
    line-height: 0;
}
.color-picker-btn {
    width: 25px;
    height: 25px;
    margin: 5px;
    border: 1px solid #c1c1c1;
}
.color-picker-btn.color-picker-btn--selected {
    border: 2px solid rgb(90,90,90);
}
.color-size-main-wrapper {
    display: flex;
    width: 100%;
    margin: 15px 0 20px 0;
}
.img-preview-section {
    width: 30%;
}
.color-size-section {
    width: 70%;
    text-align: left;
    padding-top: 5px;
}
.color-row-label,.size-row-label {
    font-size: 16px;
    line-height: 22px;
}
.color-row-label--sub {
    font-weight: 300;
    font-size: 12px;
    line-height: 17px;
}
.color-size-section .size-row {
    display: flex;
    flex-wrap: wrap;
}
.color-size-section .size-row .qty-wrap {
    display: flex;
    width: 90px;
    margin: 5px;
    flex-wrap: wrap;
}
.color-size-section .size-row .qty-wrap label {
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: flex-start;
    height: 100%;
}
.color-size-section .size-row .qty-wrap label .sub_upcharge {
    font-size: 11px;
    font-weight: 300;
    font-style: italic;
}
.color-size-section .size-row .qty-wrap label span {
    line-height: 17px;
    font-size: 12px;
}
.color-size-section .size-row .size-row__input {
    height: 22px;
    min-height: 22px;
    max-height: 22px;
    max-width: 65px;
    width: 46px;
    margin: 0;
    text-align: center;
    padding: 0;
}
.color-size-section .size-row .controls-container {
    width: 22px;
    height: 22px;
    max-height: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgb(90, 90, 90);
    cursor: pointer;
    z-index: 1;
}
.color-size-section .size-row .controls-container span {
    color: #fff;
    font-weight: bold;
}
.color-size-section .color-row{
  margin-bottom: 15px;
}
.color-size-section .color-row button{
  background-position: center;
}


.success .remove-file{
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #E83223;
  cursor: pointer;
}
.success .message{
  color: #11B400;
  font-weight: bold;
  font-size: 14px;
  font-family: museo-sans, sans-serif;
  line-height: 21px;
}
.error p {
  color: #E83223;
  margin: 0;
  font-size: 13px;
}
.clist-table__row.clist-table__row--uploads {
    display: flex;
}
.uploaded-file-name {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding-left: 4px;
    max-width: 100%;
    color:#898989;
    font-family: 'Open Sans', sans-serif;
}
.clist-table__col.clist-table__col--upload-image {
    width: 50%!important;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.clist-table__col.clist-table__col--upload-accepted {
    width: auto!important;
    padding-left: 5px;
}
.clist-table__col.clist-table__col--upload-accepted{
  color: #5A5A5A;
  font-family: 'Open Sans', sans-serif;
}
.clist-table__col.clist-table__col--upload-accepted span{
  font-size: 14px;
  font-weight: 300;
}
.clist-table__col.clist-table__col--upload-accepted p {
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 0;
}
.comda .clist-table__col.clist-table__col--upload-accepted p{
    color:#0072BC;
}


.c-jc--unset-i {
    justify-content: unset!important;
}
.selected-color-name.selected-color-name--left {
    left: 5px;
}
.selected-color-wrap {
    position: relative;
    height: 30px;
    width: 25px;
    overflow: visible;
}
.selected-color-name {
    position: absolute;
    left: -5px;
    top: 2px;
    width: 55px;
    height: 30px;
    line-height: 30px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 12px;
    display: block;
}
.selected-color-wrap:hover[data-title]:not([data-title=""])::after {
    content: attr(data-title);
    position: absolute;
    top: 100%;
    left: 0;
    margin-top: 6px;
    background: #000;
    color: #fff;
    padding: 6px 8px;
    border-radius: 4px;
    box-shadow: 0 2px 8px rgba(0,0,0,.2);
    white-space: normal;
    width: max-content;
    max-width: 280px;
    pointer-events: none;
    z-index: 9999;
}
.selected-color-wrap[data-title=""]::after,
.selected-color-wrap:not([data-title])::after {
    content: none !important;
    display: none !important;
    padding: 0;
    border: 0;
    background: transparent;
}
.error-section {
    display: inline-block;
    width: 100%;
    position: relative;
    padding: 5px;
    color: black;
    background: #fff236;
    border: 1px solid #fff236;
    line-height: 15px;
}
.error-section .error-message {
    font-family: "museo-sans", sans-serif;
    font-size: 10px;
    font-weight: 300;
}
.custom-color-wrapp {
    padding: 3px;
    font-size: 12px;
}
.custom-color-wrapp:hover {
    border: 1px solid #0054a3;
}
.pantone-input-sub__price {
    font-size: 10px;
    color: rgb(90, 90, 90);
    font-family: 'Montserrat', 'Helvetica Neue', Verdana, Arial, sans-serif; /*from magento mapleleaf*/
}
.pantone-input-sub__link, .pantone-input-sub__link:hover {
    text-decoration: underline;
    font-style: italic;
    font-size: 12px;
    cursor: pointer;
    color: rgb(90, 90, 90);
}
.pantone-input-sub-wrapp {
    display: flex;
    justify-content: space-between;
}
.pantone-input {
    margin-bottom: 0!important;
    max-height: 30px!important;
    min-height: 30px!important;
    height: 30px!important;
}
.clist-table__col--double {
    display: flex;
    justify-content: space-between;
}
.choise-colors-section {
    max-width: 210px;
}
.choise-colors-pantone-wrapp {
    padding-top: 25px;
    display: flex;
    justify-content: space-between;
}
.choise-colors-section .choise-colors-section__item {
    margin: 0px 10px 10px 0px;
    border: 1px solid #767676;
}
.clist-table li {
    margin-bottom: 3px;
}
.clist-table {
    width: 100%;
}
.clist-table .clist-table__row.clist-table__row--two-cols .clist-table__col:nth-child(1) {
   width: 40%;
}
.clist-table .clist-table__row.clist-table__row--two-cols .clist-table__col:nth-child(2) {
   width: 60%;
}
.clist-table__col--right-input input.new-imprint-input {
    margin-bottom: 0;
    max-height: 30px;
    min-height: 30px;
    height: 30px;
}
.clist-table__col--title {
    padding-bottom: 5px;
    font-weight: 300;
    font-size: 14px;
    color: rgb(90, 90, 90);
}
.clist-table__col--title-double {
    display: flex;
    justify-content: space-between;
    padding-right: 20px;
}
.selected_color_wrapper {
    padding: 2px;
    border: 1px solid #c1c1c1;
    width: 50px;
    position: relative;
    height: 30px;
}
.selected_color_wrapper:after {
    content: ">";
    color: #000000;
    position: absolute;
    top: 3px;
    right: 6px;
}
.selected_color_wrapper.selected_color_wrapper--large {
    width: 45%;
}
.selected_color_wrapper.selected_color_wrapper--large .selected_color {
    width: auto;
    padding-left: 4px;
}
.selected_color {
    width:24px;
    height: 24px;
    border: 1px solid #c1c1c1;
}
/*
.start-new-imprint__label-imprint-types {
    margin-bottom: 0;
    max-height: 30px;
    min-height: 30px;
    height: 30px;
}*/
.image-color-text{
  width: 50px;
  font-size: 13px;
  font-weight: 300;
  line-height: 1.5;
}
.start-new-imprint__section.imprint-type--message .imprint-message__add{
  max-width: 170px;
}
.choise-colors-section .choise-colors-section__item,
.selected_color_wrapper .selected_color
{
  background-position: center;
}
.cmyk-description{
  max-width: 200px;
  font-size: 10px;
  font-family: 'museo-sans', sans-serif;
  line-height: 15px;
}
.selected_color_wrapper .selected_color.custom {
    overflow-x: auto;
    border: none;
    width: 75%;
    white-space: nowrap;
}
@media only screen and (max-width: 768px) {
.text-or{
        min-width: 45px;
}
}
@media screen and (max-width: 450px) {
.choise-colors-section {
        max-width: 150px;
}
.selected_color_wrapper .selected_color.custom {
        width: 65%;
}
}


.tooltip-icon
{
  background-color: #777777;
  color: #fff;
  font-size: 10px;
  border-radius:7px;
  display: inline-block;
  width: 15px;
  height: 15px;
  line-height: 14px;
  position: relative;
  top: -2px;
  left: 3px;
}
.fee-tooltiptext{
  display: none!important;
  position: absolute;
  z-index: 99;
  background-color: #000;
  color: #fff;
  border-radius: 5px;
  padding: 5px 10px;
  font-size: 10px;
  text-align: left;
  margin-left: 10px;
  line-height: 1.4;
  transform: translateY(-50%);
  margin-top: 8px;
}
.tooltip-icon:hover + .fee-tooltiptext{
  display: inline-block!important;
}
.fee-tooltiptext b{
  display:block;
}
.fee-tooltiptext{
  font-size:11px;
  line-height: 15.4px;
}
.fee-tooltiptext::after{
  content: "";
  position: absolute;
  top: 48%;
  left: -3px;
  transform: rotate(45deg);
  margin-left: 0;
  border-width: 5px;
  border-style: solid;
  border-color: black;
}
.product-wrap .image-element__wrap{
  border: 1px solid #707070;
  min-height: 220px;
  display: flex;
  align-items: center;
}
.bundle-butons__item.bundle-butons__item--qty .size-row__input {
    z-index: 1;
}
.min-order-qty-text {
    margin-top: 7px;
    text-align: left;
    font-size: 16px;
    font-family: 'museo-sans', sans-serif;
    font-weight: 300;
    color: #5A5A5A;
}
.imprint-app-total__line {
    display: flex;
    justify-content: space-around;
    padding: 10px 10px 0 10px
}
.imprint-app-total__line-value {
    font-size: 14px;
    width: 40%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.sub-total-value {
    font-weight: 700;
}
.imprint-app-total__line-title {
    font-size: 14px;
    font-weight: 700;
    width: 40%;
}
.comda_imprint-app-total__line-title{
    color: #898989!important;
    font-family: 'Montserrat', 'Helvetica Neue', Verdana, Arial, sans-serif;
    font-weight: 300;
    font-size: 16px;
}
.comda_imprint-app-total__line{
    display: flex;
    justify-content: space-between;
    padding: 10px 10px 0 10px;
    border-bottom: 1px solid #d7d7d7;
}
.comda_imprint-app-total__line-value{
    font-size: 13px;
    width: 33%;
}
.comda_underline_line{
    border-bottom: 1px solid #d7d7d7;
}
.bundle-butons__item.bundle-butons__item--back-to-themes {
    background-color: #969696;
}
.arrow-right{
  margin-right: 10px;
}
.arrow-left{
  position: relative;
}
.arrow-right:after {
  content: "";
  border: solid #fff;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  position: absolute;
  top: 38%;
  right: 8px;
}
.arrow-left:before {
  content: "";
  border: solid #fff;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  position: absolute;
  top: 38%;
  left: 8px;
}
.calendar.bundle-butons{
  justify-content: start;
  flex-wrap: wrap;
}



/* Fonts Start */
/*
 * The Typekit service used to deliver this font or fonts for use on websites
 * is provided by Adobe and is subject to these Terms of Use
 * http://www.adobe.com/products/eulas/tou_typekit. For font license
 * information, see the list below.
 *
 * museo:
 *   - http://typekit.com/eulas/00000000000000007735993f
 *   - http://typekit.com/eulas/000000000000000000011b23
 *   - http://typekit.com/eulas/000000000000000077359947
 *   - http://typekit.com/eulas/000000000000000000011b24
 *   - http://typekit.com/eulas/000000000000000077359958
 *   - http://typekit.com/eulas/00000000000000007735997d
 *   - http://typekit.com/eulas/000000000000000077359969
 *   - http://typekit.com/eulas/000000000000000077359952
 *   - http://typekit.com/eulas/000000000000000077359949
 *   - http://typekit.com/eulas/000000000000000077359967
 * museo-sans:
 *   - http://typekit.com/eulas/00000000000000000000e800
 *   - http://typekit.com/eulas/00000000000000000000e801
 *   - http://typekit.com/eulas/00000000000000000000e7fe
 *   - http://typekit.com/eulas/00000000000000000000e802
 *   - http://typekit.com/eulas/00000000000000000000e803
 *   - http://typekit.com/eulas/00000000000000000000e804
 *   - http://typekit.com/eulas/00000000000000000000e805
 *   - http://typekit.com/eulas/00000000000000000000e806
 *   - http://typekit.com/eulas/00000000000000000000e807
 *   - http://typekit.com/eulas/00000000000000000000e808
 * museo-sans-condensed:
 *   - http://typekit.com/eulas/000000000000000000012ca6
 *   - http://typekit.com/eulas/000000000000000000012ca7
 *   - http://typekit.com/eulas/000000000000000000012caa
 *   - http://typekit.com/eulas/000000000000000000012cab
 *   - http://typekit.com/eulas/000000000000000077359968
 *   - http://typekit.com/eulas/00000000000000007735994d
 *   - http://typekit.com/eulas/000000000000000000012ca8
 *   - http://typekit.com/eulas/000000000000000000012ca9
 *   - http://typekit.com/eulas/00000000000000007735995c
 *   - http://typekit.com/eulas/00000000000000007735995d
 *
 * © 2009-2023 Adobe Systems Incorporated. All Rights Reserved.
 */
/*{"last_published":"2023-02-01 21:24:01 UTC"}*/
@font-face {
font-family:"museo";
src:url("https://use.typekit.net/af/38974e/00000000000000007735993f/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n1&v=3") format("woff2"),url("https://use.typekit.net/af/38974e/00000000000000007735993f/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n1&v=3") format("woff"),url("https://use.typekit.net/af/38974e/00000000000000007735993f/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n1&v=3") format("opentype");
font-display:auto;font-style:normal;font-weight:100;font-stretch:normal;
}
@font-face {
font-family:"museo";
src:url("https://use.typekit.net/af/f7c91f/000000000000000000011b23/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3") format("woff2"),url("https://use.typekit.net/af/f7c91f/000000000000000000011b23/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3") format("woff"),url("https://use.typekit.net/af/f7c91f/000000000000000000011b23/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3") format("opentype");
font-display:auto;font-style:normal;font-weight:300;font-stretch:normal;
}
@font-face {
font-family:"museo";
src:url("https://use.typekit.net/af/d23205/000000000000000077359947/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3") format("woff2"),url("https://use.typekit.net/af/d23205/000000000000000077359947/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3") format("woff"),url("https://use.typekit.net/af/d23205/000000000000000077359947/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3") format("opentype");
font-display:auto;font-style:normal;font-weight:500;font-stretch:normal;
}
@font-face {
font-family:"museo";
src:url("https://use.typekit.net/af/8a79e7/000000000000000000011b24/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff2"),url("https://use.typekit.net/af/8a79e7/000000000000000000011b24/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff"),url("https://use.typekit.net/af/8a79e7/000000000000000000011b24/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("opentype");
font-display:auto;font-style:normal;font-weight:700;font-stretch:normal;
}
@font-face {
font-family:"museo";
src:url("https://use.typekit.net/af/12040f/000000000000000077359958/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n9&v=3") format("woff2"),url("https://use.typekit.net/af/12040f/000000000000000077359958/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n9&v=3") format("woff"),url("https://use.typekit.net/af/12040f/000000000000000077359958/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n9&v=3") format("opentype");
font-display:auto;font-style:normal;font-weight:900;font-stretch:normal;
}
@font-face {
font-family:"museo";
src:url("https://use.typekit.net/af/088ff9/00000000000000007735997d/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i1&v=3") format("woff2"),url("https://use.typekit.net/af/088ff9/00000000000000007735997d/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i1&v=3") format("woff"),url("https://use.typekit.net/af/088ff9/00000000000000007735997d/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i1&v=3") format("opentype");
font-display:auto;font-style:italic;font-weight:100;font-stretch:normal;
}
@font-face {
font-family:"museo";
src:url("https://use.typekit.net/af/64e458/000000000000000077359969/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i3&v=3") format("woff2"),url("https://use.typekit.net/af/64e458/000000000000000077359969/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i3&v=3") format("woff"),url("https://use.typekit.net/af/64e458/000000000000000077359969/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i3&v=3") format("opentype");
font-display:auto;font-style:italic;font-weight:300;font-stretch:normal;
}
@font-face {
font-family:"museo";
src:url("https://use.typekit.net/af/2dc4e0/000000000000000077359952/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i5&v=3") format("woff2"),url("https://use.typekit.net/af/2dc4e0/000000000000000077359952/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i5&v=3") format("woff"),url("https://use.typekit.net/af/2dc4e0/000000000000000077359952/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i5&v=3") format("opentype");
font-display:auto;font-style:italic;font-weight:500;font-stretch:normal;
}
@font-face {
font-family:"museo";
src:url("https://use.typekit.net/af/3e30bd/000000000000000077359949/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3") format("woff2"),url("https://use.typekit.net/af/3e30bd/000000000000000077359949/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3") format("woff"),url("https://use.typekit.net/af/3e30bd/000000000000000077359949/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3") format("opentype");
font-display:auto;font-style:italic;font-weight:700;font-stretch:normal;
}
@font-face {
font-family:"museo";
src:url("https://use.typekit.net/af/eaeb90/000000000000000077359967/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i9&v=3") format("woff2"),url("https://use.typekit.net/af/eaeb90/000000000000000077359967/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i9&v=3") format("woff"),url("https://use.typekit.net/af/eaeb90/000000000000000077359967/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i9&v=3") format("opentype");
font-display:auto;font-style:italic;font-weight:900;font-stretch:normal;
}
@font-face {
font-family:"museo-sans";
src:url("https://use.typekit.net/af/635674/00000000000000000000e800/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n1&v=3") format("woff2"),url("https://use.typekit.net/af/635674/00000000000000000000e800/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n1&v=3") format("woff"),url("https://use.typekit.net/af/635674/00000000000000000000e800/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n1&v=3") format("opentype");
font-display:auto;font-style:normal;font-weight:100;font-stretch:normal;
}
@font-face {
font-family:"museo-sans";
src:url("https://use.typekit.net/af/47003b/00000000000000000000e801/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i1&v=3") format("woff2"),url("https://use.typekit.net/af/47003b/00000000000000000000e801/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i1&v=3") format("woff"),url("https://use.typekit.net/af/47003b/00000000000000000000e801/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i1&v=3") format("opentype");
font-display:auto;font-style:italic;font-weight:100;font-stretch:normal;
}
@font-face {
font-family:"museo-sans";
src:url("https://use.typekit.net/af/620bf8/00000000000000000000e7fe/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3") format("woff2"),url("https://use.typekit.net/af/620bf8/00000000000000000000e7fe/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3") format("woff"),url("https://use.typekit.net/af/620bf8/00000000000000000000e7fe/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3") format("opentype");
font-display:auto;font-style:normal;font-weight:300;font-stretch:normal;
}
@font-face {
font-family:"museo-sans";
src:url("https://use.typekit.net/af/5cca6d/00000000000000000000e802/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i3&v=3") format("woff2"),url("https://use.typekit.net/af/5cca6d/00000000000000000000e802/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i3&v=3") format("woff"),url("https://use.typekit.net/af/5cca6d/00000000000000000000e802/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i3&v=3") format("opentype");
font-display:auto;font-style:italic;font-weight:300;font-stretch:normal;
}
@font-face {
font-family:"museo-sans";
src:url("https://use.typekit.net/af/a28b50/00000000000000000000e803/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3") format("woff2"),url("https://use.typekit.net/af/a28b50/00000000000000000000e803/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3") format("woff"),url("https://use.typekit.net/af/a28b50/00000000000000000000e803/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3") format("opentype");
font-display:auto;font-style:normal;font-weight:500;font-stretch:normal;
}
@font-face {
font-family:"museo-sans";
src:url("https://use.typekit.net/af/c2d3de/00000000000000000000e804/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i5&v=3") format("woff2"),url("https://use.typekit.net/af/c2d3de/00000000000000000000e804/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i5&v=3") format("woff"),url("https://use.typekit.net/af/c2d3de/00000000000000000000e804/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i5&v=3") format("opentype");
font-display:auto;font-style:italic;font-weight:500;font-stretch:normal;
}
@font-face {
font-family:"museo-sans";
src:url("https://use.typekit.net/af/e3ca36/00000000000000000000e805/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff2"),url("https://use.typekit.net/af/e3ca36/00000000000000000000e805/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff"),url("https://use.typekit.net/af/e3ca36/00000000000000000000e805/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("opentype");
font-display:auto;font-style:normal;font-weight:700;font-stretch:normal;
}
@font-face {
font-family:"museo-sans";
src:url("https://use.typekit.net/af/2841b6/00000000000000000000e806/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3") format("woff2"),url("https://use.typekit.net/af/2841b6/00000000000000000000e806/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3") format("woff"),url("https://use.typekit.net/af/2841b6/00000000000000000000e806/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3") format("opentype");
font-display:auto;font-style:italic;font-weight:700;font-stretch:normal;
}
@font-face {
font-family:"museo-sans";
src:url("https://use.typekit.net/af/9cf49e/00000000000000000000e807/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n9&v=3") format("woff2"),url("https://use.typekit.net/af/9cf49e/00000000000000000000e807/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n9&v=3") format("woff"),url("https://use.typekit.net/af/9cf49e/00000000000000000000e807/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n9&v=3") format("opentype");
font-display:auto;font-style:normal;font-weight:900;font-stretch:normal;
}
@font-face {
font-family:"museo-sans";
src:url("https://use.typekit.net/af/27c143/00000000000000000000e808/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i9&v=3") format("woff2"),url("https://use.typekit.net/af/27c143/00000000000000000000e808/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i9&v=3") format("woff"),url("https://use.typekit.net/af/27c143/00000000000000000000e808/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i9&v=3") format("opentype");
font-display:auto;font-style:italic;font-weight:900;font-stretch:normal;
}
@font-face {
font-family:"museo-sans-condensed";
src:url("https://use.typekit.net/af/da6ab2/000000000000000000012ca6/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3") format("woff2"),url("https://use.typekit.net/af/da6ab2/000000000000000000012ca6/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3") format("woff"),url("https://use.typekit.net/af/da6ab2/000000000000000000012ca6/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3") format("opentype");
font-display:auto;font-style:normal;font-weight:300;font-stretch:normal;
}
@font-face {
font-family:"museo-sans-condensed";
src:url("https://use.typekit.net/af/f58f65/000000000000000000012ca7/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i3&v=3") format("woff2"),url("https://use.typekit.net/af/f58f65/000000000000000000012ca7/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i3&v=3") format("woff"),url("https://use.typekit.net/af/f58f65/000000000000000000012ca7/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i3&v=3") format("opentype");
font-display:auto;font-style:italic;font-weight:300;font-stretch:normal;
}
@font-face {
font-family:"museo-sans-condensed";
src:url("https://use.typekit.net/af/592eea/000000000000000000012caa/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff2"),url("https://use.typekit.net/af/592eea/000000000000000000012caa/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff"),url("https://use.typekit.net/af/592eea/000000000000000000012caa/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("opentype");
font-display:auto;font-style:normal;font-weight:700;font-stretch:normal;
}
@font-face {
font-family:"museo-sans-condensed";
src:url("https://use.typekit.net/af/9c0805/000000000000000000012cab/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3") format("woff2"),url("https://use.typekit.net/af/9c0805/000000000000000000012cab/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3") format("woff"),url("https://use.typekit.net/af/9c0805/000000000000000000012cab/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3") format("opentype");
font-display:auto;font-style:italic;font-weight:700;font-stretch:normal;
}
@font-face {
font-family:"museo-sans-condensed";
src:url("https://use.typekit.net/af/ac10d8/000000000000000077359968/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n1&v=3") format("woff2"),url("https://use.typekit.net/af/ac10d8/000000000000000077359968/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n1&v=3") format("woff"),url("https://use.typekit.net/af/ac10d8/000000000000000077359968/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n1&v=3") format("opentype");
font-display:auto;font-style:normal;font-weight:100;font-stretch:normal;
}
@font-face {
font-family:"museo-sans-condensed";
src:url("https://use.typekit.net/af/da67ed/00000000000000007735994d/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i1&v=3") format("woff2"),url("https://use.typekit.net/af/da67ed/00000000000000007735994d/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i1&v=3") format("woff"),url("https://use.typekit.net/af/da67ed/00000000000000007735994d/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i1&v=3") format("opentype");
font-display:auto;font-style:italic;font-weight:100;font-stretch:normal;
}
@font-face {
font-family:"museo-sans-condensed";
src:url("https://use.typekit.net/af/514cc2/000000000000000000012ca8/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3") format("woff2"),url("https://use.typekit.net/af/514cc2/000000000000000000012ca8/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3") format("woff"),url("https://use.typekit.net/af/514cc2/000000000000000000012ca8/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3") format("opentype");
font-display:auto;font-style:normal;font-weight:500;font-stretch:normal;
}
@font-face {
font-family:"museo-sans-condensed";
src:url("https://use.typekit.net/af/a84d3d/000000000000000000012ca9/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i5&v=3") format("woff2"),url("https://use.typekit.net/af/a84d3d/000000000000000000012ca9/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i5&v=3") format("woff"),url("https://use.typekit.net/af/a84d3d/000000000000000000012ca9/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i5&v=3") format("opentype");
font-display:auto;font-style:italic;font-weight:500;font-stretch:normal;
}
@font-face {
font-family:"museo-sans-condensed";
src:url("https://use.typekit.net/af/87c5cb/00000000000000007735995c/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n9&v=3") format("woff2"),url("https://use.typekit.net/af/87c5cb/00000000000000007735995c/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n9&v=3") format("woff"),url("https://use.typekit.net/af/87c5cb/00000000000000007735995c/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n9&v=3") format("opentype");
font-display:auto;font-style:normal;font-weight:900;font-stretch:normal;
}
@font-face {
font-family:"museo-sans-condensed";
src:url("https://use.typekit.net/af/6b043a/00000000000000007735995d/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i9&v=3") format("woff2"),url("https://use.typekit.net/af/6b043a/00000000000000007735995d/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i9&v=3") format("woff"),url("https://use.typekit.net/af/6b043a/00000000000000007735995d/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i9&v=3") format("opentype");
font-display:auto;font-style:italic;font-weight:900;font-stretch:normal;
}
/* Fonts End */
.imprint-step-content .c-tabs .c-tabs__btn {
    margin-right: 6px;
}
.imprint-step-content .c-tabs .c-tabs__btn:last-child {
    margin-right: 0;
}
.imprint-message__item.imprint-type__tab--active {
    color: #fff;
}
.c-d-between {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.imprint-types__upload-btn {
    color:#fff;
    width: 150px;
    padding: 7px 0;
    text-transform: uppercase;
    border: unset;
    cursor: pointer;
}
.start-new-imprint__tabs .imprint-message__item--btn:hover {
    cursor: pointer;
    text-decoration: underline;
}
.imprint-message__add {
    font-size: 16px;
    padding: 10px 0 10px 0;
    font-weight: 700;
    /*display: inline!important;*/
    position: relative;
    padding-left: 35px;
}
.imprint-message__add span.plus{
  position: absolute;
  top: 8px;
  font-size: 23px;
  padding-left: 0;
  left: 8px;
}
.imprint-message__add span.plus:hover{
  text-decoration: none;
}
.imprint-message__add:hover {
    cursor: pointer;
    text-decoration: underline;
}
.imprint-message__items {
    margin-top: 5px;
}
.imprint-text-bold {
    color: rgb(90, 90, 90);
    font-weight: 700;
}
.clist-table__col--title_line {
    display: flex;
    justify-content: space-between;
}
.clist-table__text-remove {
    color: red;
    font-size: 13px;
    cursor: pointer;
}
.clist-table__text-remove:hover {
    text-decoration: underline;
}
.clist-table.clist-table--titles {
    padding: 0;
    margin: 0;
}
.clist-table .clist-table__row {
    display: flex;
    flex-direction: row;
}
.c-full-width {
    width: 100%;
}
/* Start New Imprint */
.start-new-imprint input, .start-new-imprint select {
    height: 30px;
    border: 1px solid rgb(118,118,118);
}
.start-new-imprint__section, .imprint-location {
    padding-top: 0; /*padding-top: 15px;*/
    display: flex;
    flex-direction: column;
    text-align: left;
}
.start-new-imprint__label, .imprint-location label {
    font-family: 'museo-sans', sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #5a5a5a;
    padding-bottom: 5px;
    display: block;
    text-align: left;
    padding-top: 15px;
}
.start-new-imprint__selector {
    min-height: 33px;
}
.imprint-location select {
    background: rgb(250 166 51 / 0%);
    border: 1px solid;
    border-radius: 8px;
    padding: 7px 10px!important;
    -webkit-appearance: menulist !important; /* override vuetify style */
    -moze-appearance: menulist !important; /* override vuetify style */
    appearance: menulist !important; /* override vuetify style */
}
.imprint-message__item--btn {
    color: #595959;
    padding: 5px 0px;
    border: 2px solid #d7d7d7;
    border-radius: 7px;
    display: inline-block;
    width: 100%;
    font: normal normal bold 14px/19px Open Sans;
    font-size: 14px;
    background-color: #fff;
    width: 32%;
}
.imprint-message__items {
    display: flex;
    justify-content: space-between;
}
.imprint-message__item--btn {
    color: #595959;
    padding: 5px 0px;
    border: 2px solid #d7d7d7;
    border-radius: 7px;
    display: inline-block;
    width: 100%;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    background-color: #fff;
    width: 32%;
}
.imprint-message__items {
    display: flex;
    justify-content: space-between;
}
.btns-wrapper.btns--vertical {
    padding: 20px 30px 10px 30px;
    display: flex;
    flex-direction: column;
}
.btns-wrapper.btns--vertical button {
    cursor: pointer;
    padding: 5px 0px;
    background-color: #fff;
    border: 2px solid #d7d7d7;
    border-radius: 7px;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #707070;
    text-align: center;
    margin: 10px auto;
    width: 100%;
    font-weight: bold;
}
.btns-wrapper.btns--vertical button:hover{
  color: #fff;
}
.imprint-text {
    text-align: left;
    font-size: 12px;
    color: #5A5A5A;
    padding-top: 10px;
}
.imprint-step-content {
    padding: 15px;
}
.step-nav__list--imprint {
    margin: 0;
    padding: 15px;
    align-items: center;
}
.step-info-header .step-info-header__list {
    list-style: none;
    display: flex;
    justify-content: space-between;
    margin: 0;
    padding: 0;
    align-items: center;
    border-bottom: 1px solid rgb(89, 89, 89);
}
.imprint-bottom-info-text {
    font-size: 14px;
    padding: 10px 0;
    color: #5a5a5a;
    border-bottom: 1px solid #d7d7d7;
    border-top: 1px solid #d7d7d7;
}
.imprint-line {
    margin: 0 10px;
    border-top: 1px solid #d7d7d7;
}
.step-info-header__list .c-list__item {
    height: 40px;
    padding: 0 15px 0 15px;
    display: flex;
    align-items: center;
    color: #595959;
    font-size: 12px;
    width: 20%;
    justify-content: center;
    line-height: 14px;
    margin-bottom: 0;
}
.step-info-header__list .c-list__item.c-list__item-active {
    color: #fff;
    text-decoration: none;
    width: 60%;
}
.step-info-header__list .c-list__item.c-list__item-active.comdaBackgroundColor{
    width: 100%;
}
.step-nav .step-nav__list {
    list-style: none;
    display: flex;
    justify-content: space-between;
}
.c-btn--imprint-nav {
    display: flex;
    flex-direction: column;
    line-height: 16px;
}
.c-btn--imprint-nav-right {
    text-align: right;
}
.btn-disabled {
    cursor: not-allowed;
    opacity: 0.5;
}
.btn-disabled:hover {
    cursor: not-allowed;
}
.c-btn--imprint-nav.c-btn--imprint-nav--disabled {
    cursor: pointer;
}
.c-btn--imprint-nav.c-btn--imprint-nav--disabled span, .c-btn--imprint-nav.c-btn--imprint-nav--disabled span:hover {
    color: rgb(90,90,90);
}
.c-btn--imprint-nav.c-btn--imprint-nav--disabled span:hover, .c-btn--imprint-nav.c-btn--imprint-nav--disabled:hover span {
    text-decoration: underline;
    cursor: pointer;
}
.c-btn--imprint-nav-left {
    text-align: left;
}
.imprint-nav__text--main {
    font-weight: bold;
    font-size:14px;
}
.imprint-nav__text--sub {
    font-size: 12px;
    font-family: "Open Sans", sans-serif;
}
.c-btn--imprint-nav:hover span {
 text-decoration: underline;
 cursor: pointer;
}
.imprint-nav-wrapper {
    border: 1px solid rgb(89, 89, 89);
    max-width: 700px;
}
ul li.step-nav__item {
    margin-bottom: 0;
}
.step-nav__item.step-nav__item--next, .step-nav__item.step-nav__item--prev {
    display: flex;
    align-items: center;
}
.step-nav__item.step-nav__item--next::after {
    content: '>>';
    font-size: 12px;
    font-weight: 600;
    margin-left: 5px;
}
.imprint-nav-next--disabled .step-nav__item.step-nav__item--next::after {
    color: rgb(90, 90, 90);
    cursor: not-allowed;
}
.step-nav__item.step-nav__item--prev::before {
    content: '<<';
    font-size: 12px;
    font-weight: 600;
    margin-right: 5px;
}
.clist-style--none {
    list-style-type: none;
}
.c-btn.c-btn--add-to-cart {
    color: #fff;
    padding: 8px 16px;
    font-weight: 800;
}
.c-btn.c-btn--add-to-cart:hover {
    background-color: #2dbe71;
}
.btns-wrapper.btns--vertical p{
  font: normal normal bold 14px/19px Open Sans;
  color: #252525;
}
#section-image-with-text-c .imprint-message__add{
  /*float: left;*/
  text-align: left;
}
.btns-wrapper.btns--vertical p{
  margin: 5px 0;
}
.imprint-message__add.add-color{
  max-width: 185px;
}
.step-nav__list span.imprint-nav__text:focus{
  color: #5c5c5c!important;
  outline: none;
}
.step-nav__list span.imprint-nav__text:active{
  color: #009444!important;
}
.modal-btn {
    background-color: #0072BC;
    color: white;
    font: normal normal bold 12px / 17px Open Sans;
    font-size: 11px;
    padding: 10px 10px;
    border: 1px solid #0054a3;
    border-radius: 4px;
    cursor: pointer;
}
.modal-btn:active, .modal-btn:hover {
    outline: 0;
}
.modal-btn:focus {
    color: #040404;
}
.modal-mask {
    position: fixed;
    z-index: 9998;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.42);
    display: flex;
    justify-content: center;
    align-items: center;
    transition: opacity 0.3s ease;
}
.modal-container {
    height: auto;
    /*background-color: black;*/
    border-radius: 25px;
    /*border: 2px solid #707070;*/
    width: 95%;
    overflow: hidden;
    position: relative;
    max-width: 510px;
    /*background-image: url('../assets/how_to_order_image.png');*/
    /*background-size: cover;*/
    /*background-repeat: no-repeat;*/
    /*background-position: center;*/
}
.modal-close-btn {
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer;
    color: white;
    font-size: 20px;
    font-weight: 500;
}
.modal-enter .modal-container,
.modal-leave-active .modal-container {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.availability-status {
    color: #11B400;
    text-transform: none;
    font-style: italic;
    margin: 5px 0;
    font-size: 13px;
    font-family: "Open Sans", "Helvetica Neue", Verdana, Arial, sans-serif;
    text-align: left;
}
#section-image-with-text-c .comda{
    font-family: "Open Sans", sans-serif;
}
.price-matrix__col.price-matrix__col--price{
    font-size: 12px;
    font-weight: 700;
    font-family: 'museo-sans', sans-serif;
}
.comda .price-matrix__col.price-matrix__col--price{
    font-weight: 800;
    font-size: 15px;
    font-family: 'Montserrat', 'Helvetica Neue', Verdana, Arial, sans-serif;
}
.comda a.bundle-butons__item.bundle-butons__item{
    background-color: #0054a3!important;
}
.comda .step-nav__list span.imprint-nav__text:active,
.comda .step-nav__list span.imprint-nav__text,
.comda .step-nav__item.step-nav__item--prev:before,
.comda .step-nav__item.step-nav__item--next:after{
    color:#0072BC !important;
}
.mobile-title.c-text-card__title{
    display: none;
}
@media only screen and (max-width: 1024px) {
.comda .imprint-nav__text--sub{
     font-size:12px ;
}
}
@media only screen and (max-width: 768px) {
.bundle-butons.bundle-butons-wrapper{
        display: block;
}
.bundle-butons-wrapper .bundle-butons__item.bundle-butons__item--qty{
        display: flex;
}
.bundle-butons-wrapper .bundle-butons__item{
        display: block;
        width: 100%;
}
.arrow-left:before, .arrow-right:after{
        position: static;
        margin-bottom: 1px;
}
.img-preview-section, .color-size-section {
        width: 100%;
}
.color-size-main-wrapper {
        flex-direction: column;
}
.color-size-section .size-row .controls-container {
        width: 35px;
        height: 30px;
        min-height: 30px;
        max-height: 30px;
}
.color-size-section .size-row .size-row__input {
        width: 65px;
        height: 30px;
        max-width: 65px;
        min-height: 30px;
}
.color-size-section .size-row .qty-wrap {
        width: 138px;
}
.color-size-section .size-row {
        justify-content: start;
}
.color-picker-btn {
        width: 18.4px;
        height: 18.4px;
}
.color-size-section .size-row .qty-wrap {
        margin: 5px 0;
}
.img-preview-background-wrapper {
        width: 100%;
        border: 1px solid #eee;
        max-width: 250px;
        margin: 0 auto;
}
div.mobile-title{
        font-size: 20px;
        font-weight: 700;
        text-align: left;
}
.mobile-title.c-text-card__title{
        display: block;
        color: #009444;
        padding: 20px 0 5px 0;
        font-family: 'museo-sans', sans-serif;
}
.comda .mobile-title.c-text-card__title{
        display: block;
        font-family: 'Open Sans', serif;
        color: #0054a3;
        padding: 20px 0 5px 0;
}
}
@media only screen and (max-width: 460px) {
.comda .price-matrix__col.price-matrix__col--price{
        font-size: 12px;
}
.modal-close-btn {
        top: 10px;
        right: 20px;
}
}
@media screen and (max-width: 440px) {
.step-info-header__list .c-list__item {
        width: 25%;
        padding: 0;
}
.step-info-header__list .c-list__item.c-list__item-active {
        width: 60%;
        padding: 0;
}
}
@media only screen and (max-width: 340px) {
.modal-close-btn {
        top: 5px;
}
}
@media only screen and (max-width: 360px) {
.price-matrix.price-matrix--table .price-matrix__line .price-matrix__col.price-matrix__col--price, .retail-price .price-matrix__col.price-matrix__col--price {
        font-size: 9px;
}
.step-info-header__list .c-list__item,
    .step-info-header__list .c-list__item.c-list__item-active {
        width: 100%;
        padding-left: 20px;
        justify-content: start;
}
.step-info-header .step-info-header__list{
        flex-direction: column;
}
}
.c-btn-addtocart-wrap{
    min-width: 151px;
    display: flex;
    justify-content: end;
}
.c-btn-addtocart-wrap .loader{
    width: 24px;
    height: 24px;
    margin-right: 5px;
}
.step-nav__list  .c-btn--imprint-nav.c-btn--imprint-nav--disabled span,
.step-nav__list  .c-btn--imprint-nav.c-btn--imprint-nav--disabled span:active,
.step-nav__item.step-nav__item--next.disabled:after{
    color: #c0c0c0!important;
}
.product-promo-section .promo-label.promo-label--vue {
    width: 40%;
}
.product-promo-section .promo-text.promo-text--vue {
    width: 60%;
    padding-left: 5px;
    padding-right: 0;
}
@media (min-width: 1024px) {
.product-promo-section .promo-text.promo-text--vue .green-bold {
        font-weight: 600;
        font-size: 12px;
        text-transform: lowercase;
}
}
@media (max-width: 515px) {
.product-promo-section .promo-label.promo-label--vue {
        width: 30%;
}
.product-promo-section .promo-text.promo-text--vue {
        width: 70%;
        padding-left: 5px;
        padding-right: 0;
}
.product-promo-section .promo-text.promo-text--vue .green-bold {
        text-transform: lowercase;
        font-weight: 600;
        font-size: 12px;
}
}
@media (min-width: 769px) and (max-width: 1023px) {
.product-promo-section .promo-label.promo-label--vue {
        width: 30%;
}
.product-promo-section .promo-text.promo-text--vue {
        width: 70%;
        padding-left: 5px;
        padding-right: 0;
}
.product-promo-section .promo-text.promo-text--vue .green-bold {
        text-transform: lowercase;
        font-weight: 600;
        font-size: 12px;
}
}
.availability-status.out-of-stock-status {
    color: #DF280A;
    font-style: italic;
}
#pricing-section h2[data-v-135b21d5] {
  font-family: var(--font-family-brand);
}
#pricing-section #price-table.pm[data-v-135b21d5] {
  width: 100%;
  max-width: 770px;
  margin: 0 auto;
  font-family: var(--font-family-brand);
  overflow-x: auto;
}
#pricing-section #price-table.pm .pm__table[data-v-135b21d5] {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  background: #fff !important;
}
#pricing-section #price-table.pm .pm__table tbody tr[data-v-135b21d5],
#pricing-section #price-table.pm .pm__table tbody tr[data-v-135b21d5]:nth-child(odd),
#pricing-section #price-table.pm .pm__table tbody tr[data-v-135b21d5]:nth-child(even) {
  background: #fff !important;
}
#pricing-section #price-table.pm .pm__table th[data-v-135b21d5],
#pricing-section #price-table.pm .pm__table td[data-v-135b21d5] {
  border: 1px solid #D9D9D9 !important;
  padding: 10px;
  vertical-align: middle;
  font-family: var(--font-family-brand);
  font-weight: 700;
}
#pricing-section #price-table.pm .pm__table thead th[data-v-135b21d5] {
  background: #f5f5f5 !important;
  color: #000 !important;
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  text-align: center !important;
  height: 39px;
  text-transform: capitalize;
}
@media (max-width: 768px) {
#pricing-section #price-table.pm .pm__table thead th[data-v-135b21d5] {
    font-size: 11px;
}
}
@media (max-width: 480px) {
#pricing-section #price-table.pm .pm__table thead th[data-v-135b21d5] {
    font-size: 10px;
}
}
#pricing-section #price-table.pm .pm__table thead th.pm__th--rowhead[data-v-135b21d5] {
  text-align: center;
  width: 150px;
  min-width: 100px;
}
@media (max-width: 768px) {
#pricing-section #price-table.pm .pm__table thead th.pm__th--rowhead[data-v-135b21d5] {
    width: 100px;
    font-size: 11px;
}
}
@media (max-width: 480px) {
#pricing-section #price-table.pm .pm__table thead th.pm__th--rowhead[data-v-135b21d5] {
    width: 80px;
    font-size: 10px;
}
}
#pricing-section #price-table.pm .pm__table tbody th.pm__rowhead[data-v-135b21d5] {
  background: #f5f5f5 !important;
  color: #000 !important;
  font-weight: 700;
  font-size: 12px;
  line-height: 18px;
  text-align: center !important;
  white-space: normal;
  width: 150px;
  min-width: 100px;
  height: 45px;
  text-transform: capitalize;
  word-wrap: break-word;
}
@media (max-width: 768px) {
#pricing-section #price-table.pm .pm__table tbody th.pm__rowhead[data-v-135b21d5] {
    width: 100px;
    font-size: 11px;
    line-height: 14px;
    padding: 5px;
}
}
@media (max-width: 480px) {
#pricing-section #price-table.pm .pm__table tbody th.pm__rowhead[data-v-135b21d5] {
    width: 80px;
    font-size: 10px;
    line-height: 12px;
    padding: 4px;
}
}
#pricing-section #price-table.pm .pm__table tbody td.pm__td[data-v-135b21d5] {
  background: #fff !important;
  text-align: center;
  height: 45px;
  padding: 0 !important;
}
@media (max-width: 768px) {
#pricing-section #price-table.pm .pm__table tbody td.pm__td[data-v-135b21d5] {
    font-size: 11px;
}
}
@media (max-width: 480px) {
#pricing-section #price-table.pm .pm__table tbody td.pm__td[data-v-135b21d5] {
    font-size: 10px;
}
}
#pricing-section #price-table.pm .pm__cell[data-v-135b21d5] {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 2px;
  height: 45px;
  padding: 0;
}
#pricing-section #price-table.pm .pm__price[data-v-135b21d5] {
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
}
#pricing-section #price-table.pm .pm__price--regular[data-v-135b21d5] {
  color: var(--brand-secondary);
}
#pricing-section #price-table.pm .pm__price--sale[data-v-135b21d5] {
  color: #CA3435;
}
#pricing-section #price-table.pm .pm__price--strikethrough[data-v-135b21d5] {
  text-decoration: line-through;
}
@media (max-width: 768px) {
#pricing-section #price-table.pm .pm__price[data-v-135b21d5] {
    font-size: 11px;
    line-height: 14px;
}
}
@media (max-width: 480px) {
#pricing-section #price-table.pm .pm__price[data-v-135b21d5] {
    font-size: 10px;
    line-height: 12px;
}
}
#pricing-section #price-table.pm .pm__empty[data-v-135b21d5] {
  font-size: 12px;
  line-height: 16px;
  color: #333;
  opacity: 0.6;
}
#pricing-section #price-table.pm .pm__empty-state[data-v-135b21d5] {
  border: 1px solid #D9D9D9;
  background: #fff;
  padding: 10px 14px;
  font-size: 12px;
  line-height: 16px;
  color: #333;
}.base-button[data-v-1b88142f] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  position: relative;
  flex-direction: row;
}
.base-button.base-button--icon-top[data-v-1b88142f] {
  flex-direction: column;
  gap: 10px;
}
.base-button[data-v-1b88142f] {
  font-family: var(--font-family-brand);
  font-weight: 400;
  text-align: center;
  line-height: 1.5;
  cursor: pointer;
  user-select: none;
  border: 1px solid transparent;
  transition: all 0.2s ease;
  text-decoration: none;
}
.base-button[data-v-1b88142f]:focus {
  outline: none;
  box-shadow: 0 0 0 3px var(--shadow-color);
}
.base-button[data-v-1b88142f]:active:not(:disabled) {
  transform: translateY(1px);
}
.base-button--small[data-v-1b88142f] {
  padding: 12px 20px;
  font-size: 14px;
  line-height: 20px;
  border-radius: 4px;
  min-height: 36px;
}
.base-button--medium[data-v-1b88142f] {
  padding: 7px 24px;
  font-size: 14px;
  line-height: 24px;
  border-radius: 5px;
}
.base-button--large[data-v-1b88142f] {
  padding: 16px 28px;
  font-size: 16px;
  line-height: 24px;
  border-radius: 5px;
  min-height: 48px;
}
.base-button--icon-top[data-v-1b88142f] {
  padding: 16px 12px !important;
}
.base-button--icon-top.base-button--medium[data-v-1b88142f] {
  padding: 16px 12px !important;
}
.base-button--primary[data-v-1b88142f] {
  background: var(--brand-primary);
  color: #fff;
  border-color: var(--brand-secondary);
}
.base-button--primary[data-v-1b88142f]:hover:not(:disabled) {
  background: var(--brand-primary-dark);
  border-color: var(--brand-secondary);
}
.base-button--primary[data-v-1b88142f]:active:not(:disabled) {
  background: var(--brand-primary-dark);
}
.base-button--secondary[data-v-1b88142f] {
  background: #fff;
  color: var(--brand-primary);
  border-color: #D9D9D9;
}
.base-button--secondary[data-v-1b88142f]:hover:not(:disabled) {
  background: #f5f5f5;
  border-color: var(--brand-primary);
}
.base-button--secondary[data-v-1b88142f]:active:not(:disabled) {
  background: #f5f5f5;
}
.base-button--outline[data-v-1b88142f] {
  background: transparent;
  color: var(--brand-primary);
  border-color: var(--brand-primary);
}
.base-button--outline[data-v-1b88142f]:hover:not(:disabled) {
  background: var(--shadow-color);
  border-color: var(--brand-primary-dark);
}
.base-button--outline[data-v-1b88142f]:active:not(:disabled) {
  background: var(--shadow-color);
}
.base-button--outline-yellow[data-v-1b88142f] {
  background: transparent;
  color: #DAA520;
  border-color: #FAA633;
  border-width: 1px;
  display: none;
}
.base-button--outline-yellow[data-v-1b88142f]:hover:not(:disabled) {
  background: rgba(218, 165, 32, 0.05);
  border-color: #B8860B;
  color: #8B6914;
}
.base-button--outline-yellow[data-v-1b88142f]:active:not(:disabled) {
  background: rgba(218, 165, 32, 0.1);
}
.base-button--text[data-v-1b88142f] {
  background: transparent;
  color: var(--brand-primary);
  border-color: transparent;
  padding-left: 8px;
  padding-right: 8px;
}
.base-button--text[data-v-1b88142f]:hover:not(:disabled) {
  background: var(--shadow-color);
}
.base-button--text[data-v-1b88142f]:active:not(:disabled) {
  background: var(--shadow-color);
}
.base-button--danger[data-v-1b88142f] {
  background: #CA3435;
  color: #fff;
  border-color: #A82829;
}
.base-button--danger[data-v-1b88142f]:hover:not(:disabled) {
  background: #D32F2F;
}
.base-button--danger[data-v-1b88142f]:active:not(:disabled) {
  background: #D32F2F;
}
.base-button--disabled[data-v-1b88142f] {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
}
.base-button--loading[data-v-1b88142f] {
  pointer-events: none;
}
.base-button--loading .btn-text[data-v-1b88142f],
.base-button--loading .btn-icon[data-v-1b88142f] {
  opacity: 0.5;
}
.base-button--block[data-v-1b88142f] {
  width: 100%;
  display: flex;
}
.base-button--icon-only[data-v-1b88142f] {
  padding-left: 12px;
  padding-right: 12px;
}
.base-button--icon-only.base-button--small[data-v-1b88142f] {
  min-width: 36px;
  padding: 8px;
}
.base-button--icon-only.base-button--medium[data-v-1b88142f] {
  min-width: 44px;
  padding: 10px;
}
.base-button--icon-only.base-button--large[data-v-1b88142f] {
  min-width: 48px;
  padding: 12px;
}
.btn-icon[data-v-1b88142f] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.btn-icon svg[data-v-1b88142f],
.btn-icon i[data-v-1b88142f] {
  width: 20px;
  height: 20px;
  display: block;
}
.btn-icon--left[data-v-1b88142f] {
  margin-right: -4px;
}
.btn-icon--right[data-v-1b88142f] {
  margin-left: -4px;
}
.btn-icon--top[data-v-1b88142f] {
  margin-bottom: -4px;
}
.btn-icon--top svg[data-v-1b88142f],
.btn-icon--top i[data-v-1b88142f] {
  width: 35px;
  height: 35px;
}
.btn-text[data-v-1b88142f] {
  display: inline-block;
  white-space: normal;
  text-align: center;
}
.base-button--icon-top .btn-text[data-v-1b88142f] {
  white-space: normal;
  word-wrap: break-word;
  line-height: 1.3;
  font-weight: 600;
}
.btn-spinner[data-v-1b88142f] {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.spinner[data-v-1b88142f] {
  display: inline-block;
  width: 16px;
  height: 16px;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-top-color: currentColor;
  border-radius: 50%;
  animation: spin-1b88142f 0.6s linear infinite;
}
@keyframes spin-1b88142f {
to {
    transform: rotate(360deg);
}
}
.calendar-product-list[data-v-8d8f2a6b] {
    padding: 24px 20px;
    background: #f9f9f9;
    border-radius: 8px;
    margin-bottom: 24px;
}
.calendar-products__title[data-v-8d8f2a6b] {
    font-size: 20px;
    font-weight: 700;
    color: #252525;
    margin: 0 0 20px 0;
}

/* Loading and Empty States */
.loading-state[data-v-8d8f2a6b],
.empty-state[data-v-8d8f2a6b] {
    padding: 40px 20px;
    text-align: center;
    color: #707070;
    background: #fff;
    border-radius: 8px;
    border: 1px dashed #d7d7d7;
}
.empty-state p[data-v-8d8f2a6b] {
    margin: 8px 0;
}
.empty-state p[data-v-8d8f2a6b]:first-child {
    font-weight: 600;
    color: #252525;
}

/* Bundle Compatibility Error Message */
.message-calendar-titles[data-v-8d8f2a6b] {
    color: #E83223;
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 16px;
    padding: 12px 16px;
    background-color: #FFF3F3;
    border: 1px solid #E83223;
    border-radius: 4px;
}

/* Products Grid */
.calendar-products[data-v-8d8f2a6b] {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.calendar-product-card[data-v-8d8f2a6b] {
    display: flex;
    gap: 16px;
    padding: 16px;
    background: #fff;
    border: 1px solid #d7d7d7;
    border-radius: 8px;
    transition: box-shadow 0.2s ease;
}
.calendar-product-card[data-v-8d8f2a6b]:hover {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

/* Product Image */
.product-image[data-v-8d8f2a6b] {
    flex-shrink: 0;
    width: 100px;
    height: 100px;
    border-radius: 6px;
    overflow: hidden;
    background: #f5f5f5;
}
.product-image img[data-v-8d8f2a6b] {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.image-placeholder[data-v-8d8f2a6b] {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #e9e9e9;
    color: #999;
    font-size: 12px;
}

/* Product Info */
.product-info[data-v-8d8f2a6b] {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 8px;
    min-width: 0;
}
.product-title[data-v-8d8f2a6b] {
    font-size: 16px;
    font-weight: 700;
    color: #252525;
    margin: 0;
    line-height: 1.3;
}
.product-sku[data-v-8d8f2a6b] {
    font-size: 13px;
    color: #707070;
    margin: 0;
}
.product-sku .label[data-v-8d8f2a6b] {
    font-weight: 600;
}
.product-sku .value[data-v-8d8f2a6b] {
    color: #252525;
}
.product-quantity[data-v-8d8f2a6b],
.product-price[data-v-8d8f2a6b] {
    display: flex;
    gap: 8px;
    font-size: 14px;
    align-items: center;
}
.qty-label[data-v-8d8f2a6b],
.price-label[data-v-8d8f2a6b] {
    color: #5a5a5a;
    font-weight: 600;
}
.qty-value[data-v-8d8f2a6b] {
    color: #252525;
    font-weight: 700;
    font-size: 15px;
}
.price-value[data-v-8d8f2a6b] {
    color: #252525;
    font-weight: 700;
}

/* Quantity Summary */
.quantity-summary[data-v-8d8f2a6b] {
    margin-top: 20px;
    padding: 16px;
    background: #fff;
    border-radius: 8px;
    border: 1px solid #d7d7d7;
}
.summary-row[data-v-8d8f2a6b] {
    display: flex;
    justify-content: space-between;
    margin-bottom: 12px;
    font-size: 15px;
}
.summary-row[data-v-8d8f2a6b]:last-of-type {
    margin-bottom: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid #e9e9e9;
}
.summary-label[data-v-8d8f2a6b] {
    color: #5a5a5a;
    font-weight: 600;
}
.summary-value[data-v-8d8f2a6b] {
    color: #252525;
    font-weight: 700;
}

/* Validation Messages */
.validation-error[data-v-8d8f2a6b],
.validation-success[data-v-8d8f2a6b] {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px;
    border-radius: 6px;
    font-size: 14px;
}
.validation-error[data-v-8d8f2a6b] {
    background: #fff3cd;
    border: 1px solid #ffc107;
    color: #856404;
}
.validation-success[data-v-8d8f2a6b] {
    background: #d4edda;
    border: 1px solid #28a745;
    color: #155724;
}
.error-icon[data-v-8d8f2a6b],
.success-icon[data-v-8d8f2a6b] {
    flex-shrink: 0;
}

/* Error Messages */
.error-messages[data-v-8d8f2a6b] {
    margin-top: 16px;
}
.error-message[data-v-8d8f2a6b] {
    padding: 12px;
    background: #f8d7da;
    border: 1px solid #f5c6cb;
    border-radius: 6px;
    color: #721c24;
    font-size: 14px;
    margin-bottom: 8px;
}
.error-message[data-v-8d8f2a6b]:last-child {
    margin-bottom: 0;
}

/* Responsive */
@media (max-width: 768px) {
.calendar-product-list[data-v-8d8f2a6b] {
        padding: 16px;
}
.calendar-product-card[data-v-8d8f2a6b] {
        flex-direction: column;
        gap: 12px;
}
.product-image[data-v-8d8f2a6b] {
        width: 100%;
        height: 200px;
}
.summary-row[data-v-8d8f2a6b] {
        font-size: 14px;
}
}
.qty-wrapper[data-v-801ce87f] {
  display: flex;
  align-items: center;
  gap: 10px;
}
.qty-label[data-v-801ce87f] {
  font-size: 14px;
  font-weight: 600;
  color: #333;
  min-width: 35px;
}
.qty-control[data-v-801ce87f] {
  display: flex;
  align-items: center;
  gap: 0;
  border: 1px solid #ddd;
  border-radius: 4px;
  overflow: hidden;
}
.qty-btn[data-v-801ce87f] {
  width: 30px;
  height: 30px;
  border: none;
  background: #5a5a5a;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}
.qty-btn[data-v-801ce87f]:hover:not(:disabled) {
  background: #5a5a5a;
}
.qty-btn[data-v-801ce87f]:active:not(:disabled) {
  background: #5a5a5a;
}
.qty-btn[data-v-801ce87f]:disabled {
  cursor: not-allowed;
  color: #fff;
}
.qty-btn--minus[data-v-801ce87f] {
  border-right: 1px solid #ddd;
}
.qty-btn--plus[data-v-801ce87f] {
  border-left: 1px solid #ddd;
}
.qty-wrapper .qty-input[data-v-801ce87f] {
  width: 85px;
  height: 30px;
  min-height: 30px;
  margin: 0;
  padding: 0 8px;
  font-size: 14px;
  font-family: var(--font-family-brand);
  font-weight: 400;
  text-align: center;
  border: none;
  background: white;
  color: #333;
}
.qty-input[data-v-801ce87f]:focus {
  outline: none;
  background: #fafafa;
}

/* Remove number input arrows */
.qty-input[data-v-801ce87f]::-webkit-outer-spin-button,
.qty-input[data-v-801ce87f]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.qty-input[type=number][data-v-801ce87f] {
  -moz-appearance: textfield;
}.calendar-single-page[data-v-c29760a3] {
  margin-top: 20px;
  padding: 20px;
}
.min-order-qty-text[data-v-c29760a3] {
  margin-top: 7px;
  margin-bottom: 15px;
  text-align: left;
  font-size: 16px;
  font-family: var(--font-family-brand);
  font-weight: 300;
  color: #5A5A5A;
}
.bundle-butons-wrapper.calendar[data-v-c29760a3] {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
.bundle-butons__item[data-v-c29760a3] {
  padding: 12px 20px;
  font-size: 14px;
  font-weight: 400;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  position: relative;
}
.calendar-single-page .bundle-butons__item[data-v-c29760a3],
.calendar-single-page .bundle-butons__item--add-to-bundle[data-v-c29760a3] {
  font-family: var(--font-family-brand);
}
.bundle-butons__item--add-to-bundle[data-v-c29760a3] {
  background-color: var(--brand-secondary);
  color: white;
  padding-right: 35px;
}
.bundle-butons__item--add-to-bundle[data-v-c29760a3]:hover {
  background-color: var(--brand-secondary);
}
.bundle-butons__item--back-to-themes[data-v-c29760a3] {
  background-color: #969696;
  color: white;
  padding-left: 35px;
}
.bundle-butons__item--back-to-themes[data-v-c29760a3]:hover {
  background-color: var(--brand-primary);
}

/* Arrow right (for Add to Bundle button) */
.arrow-right[data-v-c29760a3]::after {
  content: "";
  border: solid #fff;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  position: absolute;
  top: 38%;
  right: 12px;
}

/* Arrow left (for Back button) */
.arrow-left[data-v-c29760a3]::before {
  content: "";
  border: solid #fff;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  position: absolute;
  top: 38%;
  left: 12px;
}
@media (max-width: 768px) {
.bundle-butons-wrapper.calendar[data-v-c29760a3] {
    flex-direction: column;
    align-items: stretch;
}
.bundle-butons__item[data-v-c29760a3] {
    width: 100%;
    margin-bottom: 10px;
}
}
.color-card[data-v-fa718b2f] {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 0;
  width: 100%;
  min-width: 112px;
  height: 154px;
  background: #fff;
  border: 1px solid #D1D1D1;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  cursor: pointer;
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  transition: all 0.15s ease;
  position: relative;
  flex: none;
  flex-grow: 0;
  overflow: hidden;
}
.color-card[data-v-fa718b2f]:hover {
  border-color: var(--brand-primary);
  -webkit-box-shadow: 0 2px 8px var(--shadow-color);
  -moz-box-shadow: 0 2px 8px var(--shadow-color);
  box-shadow: 0 2px 8px var(--shadow-color);
}
.color-card:hover .color-name-frame[data-v-fa718b2f] {
  background: var(--brand-primary);
}
.color-card:hover .color-name[data-v-fa718b2f] {
  color: #fff;
}
.color-card.is-selected[data-v-fa718b2f] {
  border-color: var(--brand-primary);
  background: #fff;
}
.color-card.is-selected .color-name-frame[data-v-fa718b2f] {
  background: var(--brand-primary);
}
.color-card.is-selected .color-name[data-v-fa718b2f] {
  color: #fff;
  font-weight: 600;
}
.color-card.is-expanded[data-v-fa718b2f] {
  border-color: var(--brand-primary);
}
.color-card.is-expanded .color-name-frame[data-v-fa718b2f] {
  background: var(--brand-primary);
}
.color-card.is-expanded .color-name[data-v-fa718b2f] {
  color: #fff;
  font-weight: 600;
}
.color-image-wrapper[data-v-fa718b2f] {
  position: relative;
  width: calc(100% - 6px);
  max-width: 112px;
  height: 128px;
  flex: none;
  order: 0;
  flex-grow: 0;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  margin-top: 3px;
}
.color-image[data-v-fa718b2f] {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
  display: block;
}
.quantity-badge[data-v-fa718b2f] {
  position: absolute;
  top: 6px;
  right: 6px;
  background: var(--brand-primary);
  color: #fff;
  padding: 2px 8px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-weight: 700;
  font-size: 14px;
  z-index: 1;
  min-width: 24px;
  text-align: center;
}
.color-name-frame[data-v-fa718b2f] {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 8px;
  width: calc(100% + 4px);
  margin: 0 -2px;
  height: 22px;
  flex: none;
  order: 1;
  flex-grow: 0;
  background: transparent;
  -webkit-transition: background 0.15s ease;
  -moz-transition: background 0.15s ease;
  -o-transition: background 0.15s ease;
  transition: background 0.15s ease;
  border-radius: 0 0 3px 3px;
}
.line-content .color-name[data-v-fa718b2f] {
  display: none;
}
color-name[data-v-fa718b2f]::after {
  content: attr(data-after);
}
.color-name[data-v-fa718b2f] {
  text-transform: capitalize;
  width: 100%;
  height: 16px;
  font-family: var(--font-family-brand);
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  color: #000;
  flex: none;
  order: 0;
  flex-grow: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 4px;
  -webkit-transition: color 0.15s ease;
  -moz-transition: color 0.15s ease;
  -o-transition: color 0.15s ease;
  transition: color 0.15s ease;
}
.color-card.is-selected[data-v-fa718b2f]::after,
.color-card.is-expanded[data-v-fa718b2f]::after {
  content: "✓";
  position: absolute;
  top: 14px;
  left: 6px;
  background: var(--brand-primary);
  color: #fff;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 12px;
  z-index: 2;
}.qty-wrap[data-v-c82e832b] {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border: 1px solid #D9D9D9;
}
.controls-container[data-v-c82e832b] {
  width: 20px;
  height: 20px;
  min-width: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--brand-primary);
  cursor: pointer;
  border-radius: 3px;
  transition: all 0.2s ease;
}
.controls-container[data-v-c82e832b]:hover {
  background-color: var(--brand-primary);
}
.controls-container span[data-v-c82e832b] {
  color: #fff;
  font-size: 20px;
  line-height: 1;
}
.size-row__input[data-v-c82e832b] {
  width: 30px;
  min-height: 20px;
  height: 20px;
  text-align: center;
  border: 1px solid #ccc;
  border-radius: 3px;
  font-size: 10px;
  font-weight: 400;
  padding: 0 2px;
  margin: 0 3px;
}
.size-row__input[data-v-c82e832b]:focus {
  outline: none;
  border-color: var(--brand-primary);
}
.size-row__input[data-v-c82e832b]::-webkit-outer-spin-button,
.size-row__input[data-v-c82e832b]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.size-row__input[type=number][data-v-c82e832b] {
  -moz-appearance: textfield;
}
.custom-qty-label[data-v-c82e832b] {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 4px;
  text-align: center;
  white-space: nowrap;
}
.label-text[data-v-c82e832b] {
  font-size: 12px;
  font-weight: 600;
  color: #333;
  display: block;
}
.sub_upcharge[data-v-c82e832b] {
  font-size: 11px;
  color: #D32F2F;
  font-weight: 600;
  display: block;
}

/* Legacy styles for compatibility */
.bundle-butons__item.bundle-butons__item--qty .custom-qty-label[data-v-c82e832b] {
  position: absolute;
  top: 0;
  left: 0;
}
.bundle-butons__item.bundle-butons__item--qty .custom-qty-label .label-text[data-v-c82e832b] {
  font-size: 16px;
  font-family: "museo-sans", sans-serif;
  font-weight: 300;
}
.bundle-butons-wrapper[data-v-c82e832b] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 15px;
}
.bundle-butons-wrapper .bundle-butons__item.bundle-butons__item--qty[data-v-c82e832b] {
  width: 30%;
  background-color: transparent;
  position: relative;
  padding: 20px 0;
}
.bundle-butons-wrapper .bundle-butons__item.bundle-butons__item--qty .size-row__input[data-v-c82e832b] {
  margin: 0 !important;
  padding: 0 !important;
  min-height: 30px !important;
  max-height: 30px !important;
  height: 30px !important;
}
.bundle-butons-wrapper .bundle-butons__item[data-v-c82e832b] {
  background-color: var(--brand-primary);
  padding: 8px 18px 9px;
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  color: #fff;
  text-transform: uppercase;
  font-weight: 300;
  line-height: 1.5;
  cursor: pointer;
}
.bundle-butons.bundle-butons-wrapper .controls-container[data-v-c82e832b] {
  min-height: 30px !important;
  max-height: 30px !important;
  min-width: 30px !important;
  max-width: 30px !important;
  width: 30px !important;
  height: 30px !important;
  z-index: 1;
}
.error-qty[data-v-c82e832b] {
  padding: 5px 10px;
  background: #FF6666;
  color: #fff;
  font-size: 14px;
  display: inline-block;
  margin-top: 10px;
  width: 100%;
  font-family: "museo-sans", sans-serif;
}.color-size-line[data-v-22f5ca01] {
  border: 1px solid var(--brand-secondary);
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  padding: 15px;
  background: #fff;
  position: relative;
  box-shadow: -5px 5px 10px rgba(0, 0, 0, 0.4);
}
.color-size-line.is-qty-only[data-v-22f5ca01] {
  max-width: 115px;
  padding: 8px;
  margin: 0;
}
.color-size-line.is-qty-only .sizes-container[data-v-22f5ca01] {
  justify-content: center;
}
.color-size-line.is-qty-only .size-column[data-v-22f5ca01] {
  max-width: none;
  width: 100%;
  min-width: auto;
  border: none;
  background: transparent;
}
.color-size-line.is-qty-only .size-label[data-v-22f5ca01] {
  display: none;
}
.color-size-line.is-qty-only .quantity-controls[data-v-22f5ca01] {
  padding: 4px;
}
.color-size-line.is-qty-only .btn-control[data-v-22f5ca01] {
  width: 22px;
  height: 22px;
  min-width: 22px;
  font-size: 12px;
}
.color-size-line.is-qty-only .quantity-input[data-v-22f5ca01] {
  width: 36px;
  height: 22px;
  font-size: 14px;
}
.color-size-line.is-qty-only .surcharge[data-v-22f5ca01] {
  padding: 3px 4px;
  font-size: 10px;
  white-space: nowrap;
}
.qty-arrow-indicator[data-v-22f5ca01] {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}
.arrow-up[data-v-22f5ca01] {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 10px solid var(--brand-accent);
}
.line-header[data-v-22f5ca01] {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.color-info[data-v-22f5ca01] {
  flex: 1;
  text-align: left;
}
.color-name-label[data-v-22f5ca01] {
  font-size: 16px;
  font-weight: 400;
  color: var(--brand-accent);
  text-transform: capitalize;
}
.btn-clear[data-v-22f5ca01] {
  background: transparent;
  color: var(--brand-accent);
  padding: 10px 3px 0 3px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  cursor: pointer;
  font-size: 13px;
  font-weight: 500;
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  transition: all 0.15s ease;
  border: none;
  text-align: right;
}
.btn-clear[data-v-22f5ca01]:hover {
  opacity: 0.8;
}
.sizes-container[data-v-22f5ca01] {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: flex-start;
}
.size-column[data-v-22f5ca01] {
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  min-width: 77px;
  max-width: 120px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  overflow: hidden;
  background: #fff;
}
.size-label[data-v-22f5ca01] {
  font-size: 12px;
  font-weight: 400;
  color: #333;
  text-align: center;
  padding: 6px 4px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.quantity-controls[data-v-22f5ca01] {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 4px;
  gap: 3px;
}
.btn-control[data-v-22f5ca01] {
  width: 24px;
  height: 24px;
  min-width: 24px;
  flex-shrink: 0;
  border: 1px solid var(--brand-accent);
  background: #fff;
  color: var(--brand-accent);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  transition: all 0.15s ease;
  line-height: 1;
  padding: 0;
}
.btn-control[data-v-22f5ca01]:hover:not(:disabled) {
  background: var(--brand-accent);
  color: #fff;
}
.btn-control[data-v-22f5ca01]:disabled {
  opacity: 0.3;
  cursor: not-allowed;
  border-color: #ccc;
  color: #ccc;
}
.quantity-input[data-v-22f5ca01] {
  width: 36px;
  height: 24px;
  flex-shrink: 0;
  text-align: center;
  border: 1px solid #ccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-size: 14px;
  font-weight: 500;
  padding: 0 2px;
}
.quantity-input[data-v-22f5ca01]:focus {
  outline: none;
  border-color: var(--brand-accent);
}
.quantity-input[data-v-22f5ca01]::-webkit-outer-spin-button, .quantity-input[data-v-22f5ca01]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.quantity-input[type=number][data-v-22f5ca01] {
  -moz-appearance: textfield;
}
.surcharge[data-v-22f5ca01] {
  text-align: center;
  font-size: 12px;
  color: var(--brand-secondary);
  font-weight: 400;
  padding: 4px 2px;
  border-top: 1px solid #D9D9D9;
}
.btn-clear-wrap[data-v-22f5ca01] {
  text-align: right;
}
@media (max-width: 768px) {
.size-column[data-v-22f5ca01] {
    min-width: 80px;
}
.quantity-input[data-v-22f5ca01] {
    width: 32px;
}
.btn-control[data-v-22f5ca01] {
    width: 22px;
    height: 22px;
    min-width: 22px;
    font-size: 14px;
}
.color-size-line.is-qty-only[data-v-22f5ca01] {
    max-width: 110px;
    padding: 4px;
}
.color-size-line.is-qty-only .quantity-input[data-v-22f5ca01] {
    width: 34px;
}
}.color-size-selector[data-v-853238f4] {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
}
.section-description[data-v-853238f4] {
  color: #252525;
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 20px;
  text-align: left;
  font-family: var(--font-family-brand);
  margin-top: 20px;
}
.colors-grid[data-v-853238f4] {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(112px, 1fr));
  gap: 16px;
  margin-bottom: 16px;
  justify-content: start;
  max-width: 100%;
}
@media (min-width: 830px) {
.colors-grid[data-v-853238f4] {
    grid-template-columns: repeat(6, 1fr);
}
}
@media (min-width: 700px) and (max-width: 829px) {
.colors-grid[data-v-853238f4] {
    grid-template-columns: repeat(5, 1fr);
}
}
@media (min-width: 576px) and (max-width: 699px) {
.colors-grid[data-v-853238f4] {
    grid-template-columns: repeat(4, 1fr);
}
}
@media (min-width: 460px) and (max-width: 575px) {
.colors-grid[data-v-853238f4] {
    grid-template-columns: repeat(3, 1fr);
}
}
@media (max-width: 459px) {
.colors-grid[data-v-853238f4] {
    grid-template-columns: repeat(2, 1fr);
}
}
.color-size-line-wrapper[data-v-853238f4] {
  position: relative;
  margin-top: 4px;
  margin-bottom: 24px;
}
.color-size-line-wrapper.is-qty-only[data-v-853238f4] {
  display: flex;
  justify-content: flex-start;
}
.arrow-indicator[data-v-853238f4] {
  position: absolute;
  top: -9px;
  transform: translateX(-50%);
  z-index: 10;
  -webkit-transition: left 0.3s ease;
  -moz-transition: left 0.3s ease;
  -o-transition: left 0.3s ease;
  transition: left 0.3s ease;
}
.arrow-up[data-v-853238f4] {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 10px solid var(--brand-accent);
}
.slide-fade-enter-active[data-v-853238f4] {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.slide-fade-leave-active[data-v-853238f4] {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.slide-fade-enter-from[data-v-853238f4] {
  transform: translateY(-20px);
  opacity: 0;
}
.slide-fade-leave-to[data-v-853238f4] {
  transform: translateY(-20px);
  opacity: 0;
}
.loading-state[data-v-853238f4] {
  text-align: center;
  padding: 32px;
  color: #666;
  font-size: 16px;
}
.validation-message[data-v-853238f4] {
  text-align: center;
  padding: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.validation-text[data-v-853238f4] {
  font-size: 14px;
  font-weight: 600;
}
.validation-text.warning[data-v-853238f4] {
  color: #CA3435;
  font-weight: 400;
  font-family: var(--font-family-brand);
}
.validation-text.success[data-v-853238f4] {
  color: #333;
}
.load-more-section[data-v-853238f4] {
  text-align: right;
  margin: 24px 0;
  padding: 8px 0;
}
.color-size-selector .load-more-link[data-v-853238f4] {
  display: inline-block;
  color: var(--brand-primary);
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  cursor: pointer;
}
.color-size-selector .load-more-link[data-v-853238f4]:hover:not(.disabled) {
  color: var(--brand-primary-dark);
}
.color-size-selector .load-more-link.disabled[data-v-853238f4] {
  color: #999999;
  cursor: not-allowed;
  opacity: 0.6;
  pointer-events: none;
}
.action-buttons[data-v-853238f4] {
  text-align: right;
  margin-top: 20px;
  border-top: 1px solid #D9D9D9;
  padding-top: 16px;
}
.btn-next[data-v-853238f4] {
  background: var(--brand-primary);
  color: #fff;
  border: none;
  padding: 12px 32px;
  font-size: 16px;
  font-weight: 400;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  cursor: pointer;
  font-family: var(--font-family-brand);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn-next[data-v-853238f4]:hover:not(:disabled):not(.is-disabled) {
  background: var(--brand-primary-dark);
}
.btn-next[data-v-853238f4]:disabled, .btn-next.is-disabled[data-v-853238f4] {
  background: #cccccc;
  cursor: not-allowed;
  opacity: 0.6;
}.new-imprint-module[data-v-2cf63c73] {
  width: 100%;
  background: #FFFFFF;
  border: 1px solid #D9D9D9;
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 20px;
}
.new-imprint-module[data-v-2cf63c73]:last-child {
  margin-bottom: 0;
}
.imprint-header[data-v-2cf63c73] {
  width: 100%;
  background: var(--brand-primary);
  padding: 15px 10px;
}
.header-content[data-v-2cf63c73] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}
.imprint-title[data-v-2cf63c73] {
  flex: 1;
  margin: 0;
  text-align: center;
  font-family: var(--font-family-brand);
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
}
.imprint-title.c-f-white[data-v-2cf63c73] {
  color: #FFFFFF !important;
  text-align: left;
  text-transform: none;
}
.collapse-btn[data-v-2cf63c73] {
  width: 25px;
  height: 25px;
  background: transparent;
  border: none;
  color: #FFFFFF;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  transition: all 0.2s ease;
}
.collapse-btn[data-v-2cf63c73]:hover {
  opacity: 0.8;
}
.collapse-btn .collapse-icon[data-v-2cf63c73] {
  font-size: 24px;
  font-weight: 300;
  line-height: 1;
}
.imprint-container[data-v-2cf63c73] {
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
}
.delete-section[data-v-2cf63c73] {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 30px;
  margin-top: 10px;
}
.delete-btn[data-v-2cf63c73] {
  background: transparent;
  border: none;
  font-family: var(--font-family-brand);
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  color: #CA3435;
  cursor: pointer;
  padding: 0;
}
.delete-btn[data-v-2cf63c73]:hover {
  text-decoration: underline;
}.imprint-method-selector[data-v-98e5a70c] {
  margin-bottom: 0;
}
.section-header[data-v-98e5a70c] {
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.section-label[data-v-98e5a70c] {
  display: block;
  font-size: 16px;
  font-weight: 400;
  color: #000;
}
.locked-indicator[data-v-98e5a70c] {
  font-size: 12px;
  font-style: italic;
  color: #666;
  font-weight: 300;
}
.message-calendar-titles[data-v-98e5a70c] {
  color: #E83223;
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 16px;
  padding: 12px 16px;
  background-color: #FFF3F3;
  border: 1px solid #E83223;
  border-radius: 4px;
}
.method-buttons[data-v-98e5a70c] {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 48px;
  margin-bottom: 20px;
}
.method-buttons[data-v-98e5a70c] button {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px;
  gap: 10px;
  width: 136.5px;
  height: 44px;
  border-radius: 5px;
}
.method-buttons[data-v-98e5a70c] button:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  pointer-events: none;
}
.method-buttons[data-v-98e5a70c] button.hide_tab {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
}
.method-buttons[data-v-98e5a70c] .btn-text {
  font-weight: 600;
}
@media (max-width: 768px) {
.method-buttons[data-v-98e5a70c] {
    flex-wrap: wrap;
    gap: 30px;
}
.method-buttons[data-v-98e5a70c] button {
    flex: 1 1 calc(50% - 6px);
    min-width: 0;
}
}
@media (max-width: 480px) {
.method-buttons[data-v-98e5a70c] button {
    flex: 1 1 100%;
}
}
.method-description[data-v-98e5a70c] {
  display: flex;
  gap: 29px;
  align-items: flex-start;
  margin-bottom: 20px;
  text-align: left;
}
.method-description .method-image[data-v-98e5a70c] {
  width: 100px;
  height: 100px;
  flex-shrink: 0;
  display: none;
}
.method-description .method-image img[data-v-98e5a70c] {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 4px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.method-description p[data-v-98e5a70c] {
  font-size: 16px;
  line-height: 22px;
  color: #333;
  margin: 0;
  flex: 1;
  text-align: left;
}
@media (max-width: 768px) {
.method-buttons[data-v-98e5a70c] {
    flex-direction: column;
    gap: 25px;
}
.method-buttons button[data-v-98e5a70c] {
    width: 100%;
}
.method-description[data-v-98e5a70c] {
    flex-direction: column;
}
.method-description .method-image[data-v-98e5a70c] {
    width: 80px;
    height: 80px;
    display: none;
}
}.imprint-location-selector[data-v-7ba3890e] {
  width: 100%;
}
.section-header[data-v-7ba3890e] {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
}
.section-label[data-v-7ba3890e] {
  display: block;
  font-size: 16px;
  font-weight: 400;
  color: #000;
  margin: 0;
}
.help-icon[data-v-7ba3890e] {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid #333333;
  background: transparent;
  color: #333333;
  font-size: 12px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  transition: all 0.2s ease;
  display: none;
}
.help-icon[data-v-7ba3890e]:hover {
  background: #333333;
  color: white;
}
.help-text[data-v-7ba3890e] {
  margin-bottom: 12px;
  padding: 12px;
  background: #f8f9fa;
  border-radius: 4px;
  font-size: 14px;
  color: #666;
  line-height: 1.4;
}
.slide-fade-enter-active[data-v-7ba3890e] {
  transition: all 0.3s ease;
}
.slide-fade-leave-active[data-v-7ba3890e] {
  transition: all 0.2s ease;
}
.slide-fade-enter-from[data-v-7ba3890e] {
  transform: translateY(-10px);
  opacity: 0;
}
.slide-fade-leave-to[data-v-7ba3890e] {
  transform: translateY(-10px);
  opacity: 0;
}
.location-dropdown-wrapper[data-v-7ba3890e] {
  position: relative;
  width: 100%;
}
.location-dropdown[data-v-7ba3890e] {
  width: 100%;
  padding: 10px;
  padding-right: 35px;
  font-size: 16px;
  font-family: var(--font-family-brand);
  color: #000;
  border: 1px solid #D9D9D9;
  border-radius: 5px;
  background: #fff;
  appearance: none;
  cursor: pointer;
  transition: border-color 0.2s ease;
}
.location-dropdown option[value=""][data-v-7ba3890e] {
  color: #666;
}
.location-dropdown.has-error[data-v-7ba3890e] {
  border-color: #CA3435;
}
.location-dropdown[data-v-7ba3890e]:focus {
  outline: none;
  border-color: var(--brand-primary);
}
.location-dropdown[data-v-7ba3890e]:disabled {
  background: #f5f5f5;
  color: #999999;
  cursor: not-allowed;
}
.location-dropdown[data-v-7ba3890e]:not(:disabled):not([value=""]) {
  color: #000;
}
.location-dropdown option[data-v-7ba3890e]:disabled {
  color: #999999;
  font-style: italic;
}
.dropdown-icon[data-v-7ba3890e] {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  color: #BEBDBD;
  font-size: 12px;
}
.error-message[data-v-7ba3890e] {
  margin: 4px 0 0 0;
  font-size: 12px;
  color: #CA3435;
  line-height: 1.4;
}
.info-message[data-v-7ba3890e] {
  margin: 8px 0 0 0;
  font-size: 14px;
  color: #666;
  font-style: italic;
  line-height: 1.4;
}.artwork-upload[data-v-c54304bd] {
  width: 100%;
}
.dropzone[data-v-c54304bd] {
  border: 2px dashed #D9D9D9;
  border-radius: 8px;
  padding: 32px 24px;
  background: #f5f5f5;
  cursor: pointer;
  transition: all 0.2s ease;
}
.dropzone[data-v-c54304bd]:hover {
  border-color: var(--brand-primary);
  background: #F0F8FF;
}
.dropzone.dropzone-active[data-v-c54304bd] {
  border-color: var(--brand-primary);
  background: #E6F3FF;
  border-style: solid;
}
.dropzone.dropzone-has-file[data-v-c54304bd] {
  padding: 16px;
  cursor: default;
}
.dropzone.dropzone-has-file[data-v-c54304bd]:hover {
  border-color: #D9D9D9;
  background: #f5f5f5;
}
.file-input[data-v-c54304bd] {
  display: none;
}
.dropzone-content[data-v-c54304bd] {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  text-align: center;
}
.dropzone-icon[data-v-c54304bd] {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 4px;
}
.dropzone-icon svg[data-v-c54304bd] {
  display: block;
}
.dropzone-text[data-v-c54304bd] {
  font-size: 16px;
  color: #333;
  line-height: 22px;
}
.browse-link[data-v-c54304bd] {
  background: none;
  border: none;
  padding: 0;
  color: var(--brand-primary);
  text-decoration: underline;
  cursor: pointer;
  font: inherit;
  font-size: 16px;
}
.browse-link[data-v-c54304bd]:hover {
  color: var(--brand-primary-dark);
}
.dropzone-hint[data-v-c54304bd] {
  font-size: 13px;
  color: #666;
  line-height: 18px;
}
.dropzone-hint .accepted-types[data-v-c54304bd] {
  font-weight: 600;
  color: #666;
}
.selected-file[data-v-c54304bd] {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 8px;
  background: #fff;
  border-radius: 6px;
  border: 1px solid #D1D1D1;
}
.file-icon[data-v-c54304bd] {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.file-icon svg[data-v-c54304bd] {
  display: block;
}
.file-details[data-v-c54304bd] {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.file-name[data-v-c54304bd] {
  font-size: 14px;
  font-weight: 600;
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.file-size[data-v-c54304bd] {
  font-size: 12px;
  color: #666;
}
.remove-btn[data-v-c54304bd] {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  border: none;
  background: #F5F5F5;
  color: #666666;
  border-radius: 4px;
  font-size: 20px;
  line-height: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
}
.remove-btn[data-v-c54304bd]:hover {
  background: #CA3435;
  color: #fff;
}
.file-info[data-v-c54304bd] {
  margin-top: 12px;
  padding: 8px 0;
}
.file-info .file-size-limit[data-v-c54304bd] {
  font-size: 12px;
  color: #666;
  margin: 0;
  line-height: 16px;
}
.upload-message[data-v-c54304bd] {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 12px;
  border-radius: 6px;
  margin-top: 12px;
}
.upload-message .message-icon[data-v-c54304bd] {
  flex-shrink: 0;
  margin-top: 2px;
}
.upload-message p[data-v-c54304bd] {
  margin: 0;
  font-size: 14px;
  line-height: 20px;
}
.upload-message.success[data-v-c54304bd] {
  background: #D4EDDA;
  border: 1px solid #C3E6CB;
  color: #155724;
}
.upload-message.success .image-preview[data-v-c54304bd] {
  flex-shrink: 0;
  width: 80px;
  height: 80px;
  border-radius: 4px;
  overflow: hidden;
  background: #fff;
  border: 1px solid #C3E6CB;
  display: flex;
  align-items: center;
  justify-content: center;
}
.upload-message.success .image-preview img[data-v-c54304bd] {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  display: block;
}
.upload-message.success .success-content[data-v-c54304bd] {
  flex: 1;
  display: flex;
  align-items: flex-start;
  gap: 8px;
}
.upload-message.success .success-content p[data-v-c54304bd] {
  margin: 0;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
}
.upload-message.error[data-v-c54304bd] {
  background: #F8D7DA;
  border: 1px solid #F5C6CB;
  color: #721C24;
}
.upload-message.error .error-list[data-v-c54304bd] {
  flex: 1;
}
.upload-message.error .error-list p[data-v-c54304bd] {
  margin-bottom: 4px;
}
.upload-message.error .error-list p[data-v-c54304bd]:last-child {
  margin-bottom: 0;
}
.upload-progress[data-v-c54304bd] {
  margin-top: 12px;
}
.progress-bar[data-v-c54304bd] {
  width: 100%;
  height: 32px;
  background: #E9ECEF;
  border-radius: 6px;
  overflow: hidden;
  margin-bottom: 8px;
  position: relative;
}
.progress-fill[data-v-c54304bd] {
  height: 100%;
  background: linear-gradient(90deg, var(--brand-primary) 0%, var(--brand-secondary) 100%);
  transition: width 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 60px;
}
.progress-percentage[data-v-c54304bd] {
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
.progress-text[data-v-c54304bd] {
  text-align: center;
  font-size: 13px;
  color: #666;
  margin: 0;
  font-weight: 500;
}
.start-new-imprint-form[data-v-96e4ba86] {
  width: 100%;
}
a.btn-clear-colour[data-v-96e4ba86] {
  font-size: 14px;
  font-style: italic;
  text-decoration: underline;
}
a.btn-clear-colour[data-v-96e4ba86]:hover {
  cursor: pointer;
}
.form-section[data-v-96e4ba86] {
  margin-bottom: 30px;
}
.form-section[data-v-96e4ba86]:last-child {
  margin-bottom: 0;
}
.form-section > .section-label[data-v-96e4ba86] {
  padding: 0;
}
.section-label[data-v-96e4ba86] {
  display: block;
  font-size: 16px;
  font-weight: 400;
  color: #000;
  margin-bottom: 12px;
}
.message-type-buttons[data-v-96e4ba86] {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: nowrap;
  margin-bottom: 20px;
}
.message-type-buttons[data-v-96e4ba86] button {
  flex: 1;
  max-width: 32%;
  min-width: 0;
}
.message-type-buttons[data-v-96e4ba86] .btn-text {
  font-weight: 600;
}
@media (max-width: 560px) {
.message-type-buttons button[data-v-96e4ba86] {
    padding: 5px 5px;
}
}
.text-lines-section[data-v-96e4ba86] {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 10px;
  background: #FFFFFF;
  width: 100%;
}
.text-line[data-v-96e4ba86] {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  gap: 5px;
}
.line-header[data-v-96e4ba86] {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  gap: 8px;
}
.line-header .line-label[data-v-96e4ba86] {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #898989;
}
.line-content[data-v-96e4ba86] {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0;
  width: 100%;
  height: 40px;
  min-height: 40px;
  border: 1px solid #D9D9D9;
  border-radius: 5px;
  overflow: hidden;
  background: #FFFFFF;
  transition: border-color 0.2s ease;
}
.line-content[data-v-96e4ba86]:focus-within {
  border-color: var(--brand-secondary);
}
.line-content[data-v-96e4ba86]:has(.has-error) {
  border-color: #FF0000;
}
.color-column[data-v-96e4ba86] {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  background: #FFFFFF;
  border-right: 1px solid #D9D9D9;
}
.color-swatch[data-v-96e4ba86] {
  width: 40px;
  height: 40px;
  border: 1px solid #D9D9D9;
  background: #FFFFFF;
  border-radius: 0;
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: border-color 0.2s ease;
}
.color-swatch[data-v-96e4ba86]:hover {
  border-color: var(--brand-secondary);
}
.color-swatch.has-error[data-v-96e4ba86] {
  border-color: transparent;
}
.color-preview[data-v-96e4ba86] {
  width: 20px;
  height: 20px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 2px;
}
.no-color-preview[data-v-96e4ba86] {
  width: 20px;
  height: 20px;
  background: #D9D9D9;
  border-radius: 2px;
}
.text-column[data-v-96e4ba86] {
  flex: 1;
  display: flex;
  align-items: center;
}

/* --- Theme override: remove input border and force true vertical centering --- */
[data-v-96e4ba86] .line-content .text-column input[type="text"] {
  /* Remove theme border/background (container has the border) */
  border: none !important;
  background: transparent !important;
  box-shadow: none !important;
  outline: none !important;
  /* Match Figma control size */
  height: 40px !important;
  min-height: 40px !important;
  /* Optical vertical centering (baseline compensation) */
  line-height: 38px !important;
  padding: 1px 16px !important;
  /* Typography */
  width: 100% !important;
  font-size: 16px !important;
  box-sizing: border-box !important;
}
[data-v-96e4ba86] .line-content .text-column input[type="text"].has-error {
  background: #FFF5F5 !important;
}
[data-v-96e4ba86] .line-content .text-column input[type="text"]::placeholder {
  color: #999 !important;
  line-height: 38px !important;
}

/* --- Fix theme input margins inside imprint text lines --- */
[data-v-96e4ba86] .line-content .text-column input[type="text"] {
  margin: 0 !important;
}

/* Make dropdown responsive: width 100%, height auto (depends on swatches count) */
.color-picker-dropdown[data-v-96e4ba86] {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  min-height: 0; /* allow auto height */
  height: auto;
  padding: 20px;
  gap: 20px;
  background: #FFFFFF;
  border: 1px solid #D9D9D9;
  border-radius: 5px;
  box-shadow: -4px 4px 4px rgba(0, 0, 0, 0.25);
  box-sizing: border-box;
  overflow: visible;
}

/* Vertical divider between left panel and right content */
.color-picker-dropdown[data-v-96e4ba86]::before {
  content: "";
  position: absolute;
  top: 20px;
  bottom: 20px;
  /* left padding (20) + left panel width (200) + half of the gap (10) */
  left: 230px;
  width: 1px;
  background: #D9D9D9;
}

/* Theme resets inside dropdown */
/* Left panel */
.color-picker-right[data-v-96e4ba86] {
  width: 200px; /* Figma panel width */
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  padding: 0;
  border: none;
  background: transparent;
  box-sizing: border-box;
}

/* Keep the header block compact */
.color-info-header[data-v-96e4ba86] {
  font-family: var(--font-family-brand);
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #333333;
}
.color-info-name[data-v-96e4ba86] {
  font-family: var(--font-family-brand);
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #898989;
}

/* Checkbox row */
.apply-to-all-lines[data-v-96e4ba86] {
  width: 100%;
}
.apply-to-all-lines label[data-v-96e4ba86] {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-family-brand);
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #898989;
  user-select: none;
  white-space: nowrap;
}
.apply-to-all-lines input[type=checkbox][data-v-96e4ba86] {
  width: 13px;
  height: 13px;
  border-radius: 2px;
}

/* Add Colour button: single line, fixed height */
.color-picker-right[data-v-96e4ba86] .base-button {
  min-width: 104px !important; /* safe: prevents wrapping */
  height: 24px !important;
  padding: 5px 10px !important;
  border-radius: 3px !important;
}
.color-picker-right[data-v-96e4ba86] .base-button .btn-text {
  font-family: "Open Sans", sans-serif !important;
  font-weight: 400 !important;
  font-size: 10px !important;
  line-height: 14px !important;
  color: #FFFFFF !important;
  white-space: nowrap !important; /* keep "Add Colour" in one line */
}

/* Right content area */
.color-picker-left[data-v-96e4ba86] {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
  height: auto;
}

/* Swatches area: responsive width and auto height */
.color-grid[data-v-96e4ba86] {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: flex-start;
  gap: 2px;
  width: 100%;
  min-height: 0;
  height: auto;
}

/* Swatch button uses inline background-image; keep 20x20 centered */
.color-option[data-v-96e4ba86] {
  width: 30px;
  height: 30px;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
  border-radius: 0;
  background-color: transparent !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: 20px 20px !important;
  cursor: pointer;
  position: relative;
  box-shadow: none !important;
  outline: none !important;
}

/* Inner 20x20 border (Figma) */
.color-option[data-v-96e4ba86]::after {
  content: "";
  position: absolute;
  inset: 5px;
  border: 1px solid #D9D9D9;
  border-radius: 2px;
  pointer-events: none;
}

/* Pending/active swatch highlight */
.color-option.is-pending[data-v-96e4ba86] {
  box-shadow: 0 0 0 3px #0D72B1 !important;
  z-index: 1;
}
.color-option.is-selected[data-v-96e4ba86]::before {
  content: "✓";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #28a745;
  font-size: 18px;
  font-weight: bold;
  text-shadow: 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff;
  pointer-events: none;
}

/* Divider "— or —" */
.color-divider[data-v-96e4ba86] {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  font-family: var(--font-family-brand);
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #898989;
  width: 100%;
}
.color-divider[data-v-96e4ba86]::before,
.color-divider[data-v-96e4ba86]::after {
  content: "";
  width: 20px;
  height: 1px;
  background: #D9D9D9;
}

/* Presets */
.custom-color-presets[data-v-96e4ba86] {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
button.custom-color-preset[data-v-96e4ba86] {
  border: 1px solid #c1c1c1;
  background: #fff;
  padding: 3px;
  margin-bottom: 3px;
}

/* Hover */
.custom-color-preset[data-v-96e4ba86]:hover {
  border-color: #0D72B1;
  background: #f0f8ff;
}

/* Pending (як color-option.is-pending) */
.custom-color-preset.is-pending[data-v-96e4ba86] {
  border-color: #0D72B1;
  background: #E6F3FF;
  font-weight: 600;
}

/* Selected (як було раніше) */
.custom-color-preset.is-selected[data-v-96e4ba86] {
  border-color: #28a745;
  background: #d4edda;
  font-weight: 600;
  padding-left: 24px;
}

/* Checkmark */
.custom-color-preset.is-selected[data-v-96e4ba86]::before {
  content: "✓";
  position: absolute;
  left: 6px;
  top: 50%;
  transform: translateY(-50%);
  color: #28a745;
  font-weight: bold;
}

/* Pantone row: responsive width */
.pantone-input-wrapper[data-v-96e4ba86] {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  min-height: 40px;
  padding: 0 5px;
  border: 1px solid #D9D9D9;
  border-radius: 5px;
  box-sizing: border-box;
}
.pantone-input[data-v-96e4ba86] {
  flex: 1;
  height: 38px;
  border: none !important;
  outline: none !important;
  background: transparent !important;
  padding: 0 8px;
  font-family: var(--font-family-brand);
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #333333;
  min-width: 0;
}
.pantone-input[data-v-96e4ba86]::placeholder {
  color: #898989;
}
.pantone-submit-btn[data-v-96e4ba86] {
  height: 30px;
  padding: 0 12px;
  border-radius: 3px;
  border: var(--brand-secondary);
  background: var(--brand-primary);
  color: #FFFFFF;
  font-family: var(--font-family-brand);
  font-weight: 400;
  font-size: 12px;
  line-height: 30px;
  cursor: pointer;
  white-space: nowrap;
}
.pantone-submit-btn[data-v-96e4ba86]:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
}

/* Fee */
.pantone-fee[data-v-96e4ba86] {
  width: 100%;
  text-align: right;
  font-weight: 600;
  color: #333333;
  margin-top: 4px;
}
.add-line-btn[data-v-96e4ba86] {
  display: flex;
  align-items: center;
  align-self: flex-start;
  gap: 8px;
  padding: 10px 20px;
  background: transparent;
  border: 1px solid #0D72B1;
  border-radius: 5px;
  color: #0D72B1;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  margin-top: 10px;
}
.add-line-btn[data-v-96e4ba86]:hover {
  background: #f0f8ff;
}
.add-line-btn .plus-icon[data-v-96e4ba86] {
  font-size: 18px;
}
.image-upload-section[data-v-96e4ba86] {
  margin-top: 20px;
}
.no-colors-message[data-v-96e4ba86] {
  padding: 12px;
  color: #898989;
  font-size: 14px;
  font-style: italic;
}
@media (max-width: 600px) {
.image-color-section .color-picker-dropdown[data-v-96e4ba86] {
    flex-direction: column;
    gap: 16px;
}
.image-color-section .color-picker-dropdown[data-v-96e4ba86]::before {
    display: none;
}
.image-color-section .color-picker-dropdown .color-picker-right[data-v-96e4ba86] {
    width: 100%;
}
.image-color-section .color-picker-dropdown .color-picker-left[data-v-96e4ba86] {
    width: 100%;
}
}
.image-color-section[data-v-96e4ba86] {
  margin-top: 16px;
}
.image-color-section label[data-v-96e4ba86] {
  display: block;
  font-size: 14px;
  font-weight: 400;
  color: #000;
  margin-bottom: 8px;
}
.image-color-section .color-selector[data-v-96e4ba86] {
  display: flex;
  align-items: center;
  gap: 12px;
}
.image-color-section button.image-color-swatch[data-v-96e4ba86] {
  width: 40px !important;
  height: 40px !important;
  flex-shrink: 0;
  padding: 0 !important;
  margin: 0 !important;
  border: 1px solid #D9D9D9 !important;
  background: #FFFFFF !important;
  border-radius: 0 !important;
  cursor: pointer !important;
  pointer-events: auto !important;
  position: relative;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  box-shadow: none !important;
  outline: none !important;
  appearance: none !important;
}
.image-color-section button.image-color-swatch[data-v-96e4ba86]:hover {
  border-color: #0D72B1 !important;
}
.form-section textarea[data-v-96e4ba86] {
  width: 100%;
  padding: 12px;
  font-size: 16px;
  font-family: var(--font-family-brand);
  border: 1px solid #D9D9D9;
  border-radius: 5px;
  resize: vertical;
}
.form-section textarea[data-v-96e4ba86]:focus {
  outline: none;
  border-color: var(--brand-primary);
}
.error-message[data-v-96e4ba86] {
  color: #CA3435;
  font-size: 12px;
  margin: 4px 0 0 0;
}
.validation-errors[data-v-96e4ba86] {
  padding: 12px;
  background: #fff3cd;
  border-left: 4px solid #ffc107;
  border-radius: 4px;
}
.validation-errors .error-summary[data-v-96e4ba86] {
  color: #856404;
  font-size: 14px;
  margin: 0;
}
.color-column .custom-color-preview[data-v-96e4ba86] {
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}.button-container[data-v-cf750b19] {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  padding: 0;
  gap: 10px;
}
.add-imprint-btn[data-v-cf750b19] {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 5px 10px;
  gap: 10px;
  width: 250px;
  height: 30px;
  background: #fff;
  border: 1px solid var(--brand-secondary);
  border-radius: 3px;
  font-family: var(--font-family-brand);
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  text-align: center;
  color: var(--brand-secondary);
  cursor: pointer;
  transition: all 0.2s ease;
}
.add-imprint-btn[data-v-cf750b19]:hover {
  background: #F0F8FF;
  border-color: var(--brand-primary);
  color: var(--brand-primary);
}
.add-imprint-btn[data-v-cf750b19]:active {
  background: #F0F8FF;
}.state-debugger[data-v-f05a789a] {
  position: fixed;
  bottom: 20px;
  right: 20px;
  max-width: 600px;
  max-height: 80vh;
  background: #1e1e1e;
  color: #d4d4d4;
  border: 2px solid #0D72B1;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  font-family: "Courier New", monospace;
  font-size: 12px;
  z-index: 9999;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.debugger-header[data-v-f05a789a] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 16px;
  background: #0D72B1;
  color: white;
  cursor: pointer;
  user-select: none;
}
.debugger-header h3[data-v-f05a789a] {
  margin: 0;
  font-size: 14px;
  font-weight: 600;
}
.debugger-header .toggle-icon[data-v-f05a789a] {
  font-size: 20px;
  font-weight: bold;
}
.debugger-header[data-v-f05a789a]:hover {
  background: #0054A3;
}
.debugger-content[data-v-f05a789a] {
  overflow-y: auto;
  padding: 16px;
  flex: 1;
}
.debug-section[data-v-f05a789a] {
  margin-bottom: 20px;
  padding: 12px;
  background: #2d2d2d;
  border-radius: 4px;
  border: 1px solid #3e3e3e;
}
.debug-section h4[data-v-f05a789a] {
  margin: 0 0 10px 0;
  color: #4ec9b0;
  font-size: 13px;
  font-weight: bold;
}
.debug-section pre[data-v-f05a789a] {
  margin: 0;
  padding: 8px;
  background: #1e1e1e;
  border-radius: 3px;
  overflow-x: auto;
  white-space: pre-wrap;
  word-wrap: break-word;
  color: #ce9178;
}
.debug-subsection[data-v-f05a789a] {
  margin-bottom: 12px;
}
.debug-subsection[data-v-f05a789a]:last-child {
  margin-bottom: 0;
}
.debug-subsection strong[data-v-f05a789a] {
  display: block;
  margin-bottom: 4px;
  color: #9cdcfe;
  font-size: 12px;
}
.debug-subsection pre[data-v-f05a789a] {
  margin: 0;
  padding: 6px;
  font-size: 11px;
}
.actions button[data-v-f05a789a] {
  margin-right: 8px;
  margin-bottom: 8px;
  padding: 6px 12px;
  background: #0D72B1;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 11px;
  font-weight: 600;
}
.actions button[data-v-f05a789a]:hover {
  background: #0054A3;
}
.actions button[data-v-f05a789a]:active {
  transform: scale(0.98);
}

/* Scrollbar styling */
.debugger-content[data-v-f05a789a]::-webkit-scrollbar {
  width: 8px;
}
.debugger-content[data-v-f05a789a]::-webkit-scrollbar-track {
  background: #1e1e1e;
}
.debugger-content[data-v-f05a789a]::-webkit-scrollbar-thumb {
  background: #0D72B1;
  border-radius: 4px;
}
.debugger-content[data-v-f05a789a]::-webkit-scrollbar-thumb:hover {
  background: #0054A3;
}.cart-payload-tester[data-v-beecdcbf] {
  width: 100%;
  padding: 20px;
  background: #f5f5f5;
  border-radius: 8px;
  margin: 20px 0;
}
.tester-header[data-v-beecdcbf] {
  margin-bottom: 20px;
}
.tester-header h2[data-v-beecdcbf] {
  font-family: var(--font-family-brand);
  font-size: 24px;
  margin: 0 0 8px 0;
  color: #252525;
}
.tester-header p[data-v-beecdcbf] {
  font-family: var(--font-family-brand);
  font-size: 14px;
  color: #666;
  margin: 0;
}
.method-selector[data-v-beecdcbf] {
  margin-bottom: 16px;
}
.method-selector label[data-v-beecdcbf] {
  display: block;
  font-family: var(--font-family-brand);
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 8px;
  color: #252525;
}
.method-selector select[data-v-beecdcbf] {
  width: 100%;
  max-width: 300px;
  padding: 10px;
  font-size: 14px;
  font-family: var(--font-family-brand);
  border: 1px solid #D9D9D9;
  border-radius: 5px;
  background: white;
}
.method-selector select[data-v-beecdcbf]:focus {
  outline: none;
  border-color: #0D72B1;
}
.action-buttons[data-v-beecdcbf] {
  display: flex;
  gap: 12px;
  margin-bottom: 20px;
}
.action-buttons button[data-v-beecdcbf] {
  padding: 10px 20px;
  font-family: var(--font-family-brand);
  font-size: 14px;
  font-weight: 600;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.2s;
}
.action-buttons button.btn-generate[data-v-beecdcbf] {
  background: #0D72B1;
  color: white;
}
.action-buttons button.btn-generate[data-v-beecdcbf]:hover {
  background: #0a5d93;
}
.action-buttons button.btn-copy[data-v-beecdcbf] {
  background: #28a745;
  color: white;
}
.action-buttons button.btn-copy[data-v-beecdcbf]:hover {
  background: #218838;
}
.action-buttons button.btn-copy[data-v-beecdcbf]:disabled {
  background: #ccc;
  cursor: not-allowed;
}
.payload-display .section[data-v-beecdcbf] {
  background: white;
  border: 1px solid #D9D9D9;
  border-radius: 5px;
  padding: 16px;
  margin-bottom: 16px;
}
.payload-display .section h3[data-v-beecdcbf] {
  font-family: var(--font-family-brand);
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 12px 0;
  color: #252525;
}
.payload-display .section pre[data-v-beecdcbf] {
  background: #f8f9fa;
  padding: 12px;
  border-radius: 4px;
  overflow-x: auto;
  font-family: "Courier New", monospace;
  font-size: 12px;
  line-height: 1.5;
  margin: 0;
}
.properties-table[data-v-beecdcbf] {
  overflow-x: auto;
}
.properties-table table[data-v-beecdcbf] {
  width: 100%;
  border-collapse: collapse;
  font-family: var(--font-family-brand);
  font-size: 13px;
}
.properties-table table thead[data-v-beecdcbf] {
  background: #f8f9fa;
}
.properties-table table thead th[data-v-beecdcbf] {
  text-align: left;
  padding: 10px;
  font-weight: 600;
  border-bottom: 2px solid #D9D9D9;
}
.properties-table table tbody tr[data-v-beecdcbf] {
  border-bottom: 1px solid #e9ecef;
}
.properties-table table tbody tr[data-v-beecdcbf]:hover {
  background: #f8f9fa;
}
.properties-table table tbody td[data-v-beecdcbf] {
  padding: 10px;
  vertical-align: top;
}
.properties-table table tbody td.property-key[data-v-beecdcbf] {
  font-weight: 600;
  color: #0D72B1;
  width: 40%;
}
.properties-table table tbody td.property-value[data-v-beecdcbf] {
  color: #252525;
}
.properties-table table tbody td.property-value pre[data-v-beecdcbf] {
  background: #f8f9fa;
  padding: 8px;
  border-radius: 3px;
  margin: 0;
  font-size: 11px;
}
.json-display[data-v-beecdcbf] {
  max-height: 400px;
  overflow-y: auto;
}
.error-message[data-v-beecdcbf] {
  background: #f8d7da;
  border: 1px solid #f5c6cb;
  color: #721c24;
  padding: 12px;
  border-radius: 5px;
  margin-bottom: 16px;
  font-family: var(--font-family-brand);
  font-size: 14px;
}
.stats[data-v-beecdcbf] {
  background: white;
  border: 1px solid #D9D9D9;
  border-radius: 5px;
  padding: 16px;
}
.stats h3[data-v-beecdcbf] {
  font-family: var(--font-family-brand);
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 12px 0;
  color: #252525;
}
.stats ul[data-v-beecdcbf] {
  list-style: none;
  padding: 0;
  margin: 0;
}
.stats ul li[data-v-beecdcbf] {
  font-family: var(--font-family-brand);
  font-size: 14px;
  padding: 6px 0;
  border-bottom: 1px solid #e9ecef;
}
.stats ul li[data-v-beecdcbf]:last-child {
  border-bottom: none;
}
.stats ul li strong[data-v-beecdcbf] {
  color: #0D72B1;
  margin-right: 8px;
}
.design-online-simple[data-v-891582d8] {
  padding: 24px;
  background: #fff;
  border-radius: 8px;
  min-height: 200px;
    width: 100%;
}

/* Loading State */
.loading-state[data-v-891582d8] {
  text-align: center;
  padding: 40px 20px;
}
.spinner[data-v-891582d8] {
  width: 40px;
  height: 40px;
  margin: 0 auto 16px;
  border: 4px solid #f3f3f3;
  border-top: 4px solid #0066cc;
  border-radius: 50%;
  animation: spin-891582d8 1s linear infinite;
}
@keyframes spin-891582d8 {
0% { transform: rotate(0deg);
}
100% { transform: rotate(360deg);
}
}
.loading-state p[data-v-891582d8] {
  font-size: 16px;
  color: #666;
}

/* Error State */
.error-state[data-v-891582d8] {
  text-align: center;
  padding: 40px 20px;
}
.error-message[data-v-891582d8] {
  color: #d32f2f;
  margin-bottom: 16px;
  font-weight: 500;
  font-size: 16px;
}

/* Chooser State */
.chooser-state[data-v-891582d8] {
  text-align: center;
}
.description[data-v-891582d8] {
  font-size: 16px;
  color: #333;
  margin-bottom: 24px;
  line-height: 1.6;
}
.button-group[data-v-891582d8] {
  display: flex;
  gap: 16px;
  justify-content: center;
  margin-bottom: 20px;
  flex-wrap: wrap;
}
.warning-note[data-v-891582d8] {
  margin-top: 24px;
  padding: 16px;
  background: #fff3cd;
  border: 1px solid #ffc107;
  border-radius: 6px;
  text-align: left;
}
.warning-note p[data-v-891582d8] {
  margin: 0;
  font-size: 14px;
  color: #856404;
  line-height: 1.5;
}
.warning-note strong[data-v-891582d8] {
  font-weight: 600;
}

/* Preview State */
.preview-state[data-v-891582d8] {
  text-align: center;
}
.preview-image-wrapper[data-v-891582d8] {
  margin-bottom: 24px;
  display: flex;
  justify-content: center;
}
.preview-image[data-v-891582d8] {
  max-width: 100%;
  max-height: 400px;
  border: 2px solid #ddd;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.action-buttons[data-v-891582d8] {
  display: flex;
  gap: 12px;
  justify-content: right;
  //margin-bottom: 24px;
  flex-wrap: wrap;
  border-top: none;
  margin-top:0 ;
}

/* Approval Section */
.approval-section[data-v-891582d8] {
  margin: 0;
  padding: 0;
  background: #fff;
  border-radius: 8px;
  //border: 2px solid #e0e0e0;
}
.approval-checkbox[data-v-891582d8] {
  display: flex;
  align-items: center;
  justify-content: left;
  gap: 12px;
  cursor: pointer;
  user-select: none;
}
.approval-checkbox input[type="checkbox"][data-v-891582d8] {
  width: 20px;
  height: 20px;
  cursor: pointer;
  flex-shrink: 0;
  //accent-color: #0066cc;
}
.checkbox-label[data-v-891582d8] {
  font-size: 14px;
  color: #252525;
  line-height: 1.5;
  font-weight: 500;
}
.approval-checkbox:hover .checkbox-label[data-v-891582d8] {
  color: #252525;
}
.approval-status[data-v-891582d8] {
  margin-top: 12px;
  padding: 12px;
  background: #d4edda;
  border: 1px solid #c3e6cb;
  border-radius: 6px;
  color: #155724;
  font-weight: 500;
  font-size: 14px;
}

/* Test Controls */
.test-controls[data-v-891582d8] {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #ddd;
}

/* Debug Info */
.debug-info[data-v-891582d8] {
  margin-top: 20px;
  text-align: left;
}
.debug-info details[data-v-891582d8] {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 6px;
  padding: 12px;
}
.debug-info summary[data-v-891582d8] {
  cursor: pointer;
  font-weight: 500;
  color: #666;
  user-select: none;
}
.debug-info summary[data-v-891582d8]:hover {
  color: #0066cc;
}
.debug-info pre[data-v-891582d8] {
  margin: 12px 0 0 0;
  padding: 12px;
  background: #f5f5f5;
  border-radius: 4px;
  font-size: 12px;
  overflow-x: auto;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/* Template Select */
.template-select-state[data-v-891582d8] {
  text-align: center;
}
.template-grid[data-v-891582d8] {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: center;
  margin: 20px 0;
}
.template-card[data-v-891582d8] {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  padding: 12px;
  border: 2px solid #e0e0e0;
  border-radius: 8px;
  background: #fff;
  cursor: pointer;
  width: 160px;
  transition: border-color 0.2s, box-shadow 0.2s;
}
.template-card[data-v-891582d8]:hover {
  border-color: #0066cc;
  box-shadow: 0 2px 8px rgba(0, 102, 204, 0.15);
}
.template-card__img[data-v-891582d8] {
  width: 130px;
  height: 130px;
  object-fit: contain;
  border-radius: 4px;
}
.template-card__placeholder[data-v-891582d8] {
  width: 130px;
  height: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f5f5f5;
  border-radius: 4px;
  font-size: 12px;
  color: #999;
}
.template-card__title[data-v-891582d8] {
  font-size: 13px;
  color: #333;
  font-weight: 500;
  text-align: center;
  line-height: 1.3;
}

/* Responsive */
@media (max-width: 768px) {
.design-online-simple[data-v-891582d8] {
    padding: 16px;
}
.button-group[data-v-891582d8],
  .action-buttons[data-v-891582d8] {
    flex-direction: column;
    align-items: stretch;
}
.approval-checkbox[data-v-891582d8] {
    flex-direction: column;
    text-align: center;
}
.preview-image[data-v-891582d8] {
    max-height: 200px;
}
}

.icon-new-imprint[data-v-eda80093] {
  display: block;
}

.icon-send-artwork[data-v-14f81148] {
  display: block;
}

.icon-previous-artwork[data-v-540b1d12] {
  display: block;
}

.icon-design-online[data-v-775b5db5] {
  display: block;
}
.customize-product-section[data-v-85c7bc16] {
  width: 100%;
}
.imprint-selection[data-v-85c7bc16] {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0;
  gap: 20px;
}
.divider-line[data-v-85c7bc16] {
  width: 100%;
  height: 0;
  border-top: 1px solid #D9D9D9;
}
.instruction-text[data-v-85c7bc16] {
  width: 100%;
  text-align: left;
}
.instruction-text p[data-v-85c7bc16] {
  font-family: var(--font-family-brand);
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #252525;
  margin: 0;
  white-space: pre-line;
  padding-bottom: 15px;
}
.method-buttons[data-v-85c7bc16] {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0;
  gap: 30px;
}
@media (max-width: 768px) {
.method-buttons[data-v-85c7bc16] {
    flex-direction: column;
    align-items: stretch;
    gap: 25px;
}
}
.method-button[data-v-85c7bc16] {
  flex: 0 1 auto;
  width: 170px;
  height: 89px;
}
@media (max-width: 768px) {
.method-button[data-v-85c7bc16] {
    flex: 1 1 100%;
    width: 100%;
    min-width: auto;
    max-width: 100%;
}
}
.method-content[data-v-85c7bc16] {
  margin-top: 20px;
  width: 100%;
}
.start-new-imprint[data-v-85c7bc16] {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0;
  gap: 20px;
}
.method-panel[data-v-85c7bc16] {
  width: 100%;
}
.method-instructions[data-v-85c7bc16] {
  width: 100%;
  text-align: left;
}
.method-instructions p[data-v-85c7bc16] {
  font-family: var(--font-family-brand);
  font-size: 16px;
  line-height: 24px;
  color: #252525;
  margin: 0 0 12px 0;
}
.method-instructions p[data-v-85c7bc16]:last-child {
  margin-bottom: 0;
}
.method-instructions p.note[data-v-85c7bc16] {
  font-style: italic;
  color: #666;
}
.special-instructions-section[data-v-85c7bc16] {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0;
  gap: 10px;
}
.special-instructions-section .section-label[data-v-85c7bc16] {
  font-family: var(--font-family-brand);
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #000;
}
.special-instructions-section textarea[data-v-85c7bc16] {
  width: 100%;
  box-sizing: border-box;
  padding: 12px;
  font-size: 16px;
  font-family: var(--font-family-brand);
  border: 1px solid #D9D9D9;
  border-radius: 5px;
  resize: vertical;
}
.special-instructions-section textarea[data-v-85c7bc16]:focus {
  outline: none;
  border-color: var(--brand-primary);
}
.navigation-buttons[data-v-85c7bc16] {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  margin-top: 32px;
  padding-top: 24px;
  border-top: 1px solid #D9D9D9;
}
@media (max-width: 768px) {
.navigation-buttons[data-v-85c7bc16] {
    flex-direction: column;
}
.navigation-buttons button[data-v-85c7bc16] {
    width: 100%;
}
}.customize-section[data-v-78d11845] {
  padding: 20px;
}
.section-title[data-v-78d11845] {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 16px;
  color: #333;
}
.placeholder[data-v-78d11845] {
  padding: 40px;
  text-align: center;
  background: #f5f5f5;
  border: 2px dashed #ccc;
  color: #666;
  margin-bottom: 16px;
}
.migration-notes[data-v-78d11845] {
  padding: 16px;
  background: #fff8e1;
  border-left: 4px solid #ffc107;
}
.migration-notes h4[data-v-78d11845] {
  margin: 0 0 8px 0;
  font-size: 14px;
  color: #f57c00;
}
.migration-notes ul[data-v-78d11845] {
  margin: 0;
  padding-left: 20px;
  font-size: 13px;
  color: #666;
}
.migration-notes ul li[data-v-78d11845] {
  margin: 4px 0;
}.addons-section[data-v-58b50a9d] {
  padding: 20px;
}
.section-title[data-v-58b50a9d] {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 16px;
  color: #333;
}
.placeholder[data-v-58b50a9d] {
  padding: 40px;
  text-align: center;
  background: #f5f5f5;
  border: 2px dashed #ccc;
  color: #666;
  margin-bottom: 16px;
}
.migration-notes[data-v-58b50a9d] {
  padding: 16px;
  background: #e3f2fd;
  border-left: 4px solid #2196f3;
}
.migration-notes h4[data-v-58b50a9d] {
  margin: 0 0 8px 0;
  font-size: 14px;
  color: #1565c0;
}
.migration-notes ul[data-v-58b50a9d] {
  margin: 0;
  padding-left: 20px;
  font-size: 13px;
  color: #666;
}
.migration-notes ul li[data-v-58b50a9d] {
  margin: 4px 0;
}.imprint-summary-debug[data-v-ab8edc89] {
  background: #1e1e1e;
  border: 1px solid #3c3c3c;
  border-radius: 4px;
  padding: 16px;
  margin-bottom: 16px;
  font-family: "Courier New", monospace;
  font-size: 13px;
  color: #d4d4d4;
}
.debug-header[data-v-ab8edc89] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
  padding-bottom: 12px;
  border-bottom: 2px solid #569cd6;
}
.debug-title[data-v-ab8edc89] {
  font-size: 14px;
  font-weight: 600;
  color: #569cd6;
}
.debug-index[data-v-ab8edc89] {
  font-size: 12px;
  color: #858585;
}
.debug-content[data-v-ab8edc89] {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.debug-section[data-v-ab8edc89] {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 8px;
  background: #252526;
  border-radius: 3px;
}
.debug-section.error-section[data-v-ab8edc89] {
  background: #3f1f1f;
  border-left: 3px solid #f48771;
}
.debug-label[data-v-ab8edc89] {
  font-weight: 600;
  color: #9cdcfe;
  font-size: 12px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.debug-value[data-v-ab8edc89] {
  padding-left: 16px;
  color: #ce9178;
  line-height: 1.6;
  word-break: break-all;
  text-align: justify;
}
.debug-value pre[data-v-ab8edc89] {
  margin: 0;
  padding: 8px;
  background: #1e1e1e;
  border-radius: 3px;
  overflow-x: auto;
  color: #d4d4d4;
}
.type-badge[data-v-ab8edc89] {
  display: inline-block;
  padding: 2px 6px;
  background: #264f78;
  color: #4ec9b0;
  border-radius: 3px;
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
}
.array-item[data-v-ab8edc89] {
  margin-bottom: 8px;
  padding: 8px;
  background: #1e1e1e;
  border-radius: 3px;
  color: #d4d4d4;
}
.null-value[data-v-ab8edc89] {
  color: #569cd6;
  font-style: italic;
}
.empty-value[data-v-ab8edc89] {
  color: #858585;
  font-style: italic;
}
.empty-array[data-v-ab8edc89] {
  color: #858585;
  font-style: italic;
}
.section-title[data-v-abcfb2a3] {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
  color: var(--title-section);
}
.subsection-title[data-v-abcfb2a3] {
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 12px 0;
  color: #333;
}
.review-summary[data-v-abcfb2a3] {
  margin-bottom: 24px;
}
.selected-methods-summary[data-v-abcfb2a3] {
  background: #fff;
  border: 1px solid #D9D9D9;
  border-radius: 5px;
  padding: 20px;
  margin-bottom: 20px;
}
.method-info[data-v-abcfb2a3] {
  padding: 12px 0;
}
.method-info[data-v-abcfb2a3]:not(:last-child) {
  border-bottom: 1px solid #f0f0f0;
}
.method-label[data-v-abcfb2a3] {
  font-size: 14px;
  font-weight: 600;
  color: #666;
  margin-bottom: 4px;
}
.method-value[data-v-abcfb2a3] {
  font-size: 16px;
  font-weight: 600;
  color: var(--brand-primary);
  margin-bottom: 4px;
}
.method-image[data-v-abcfb2a3] {
  margin: 12px 0;
}
.method-image img[data-v-abcfb2a3] {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 4px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.method-description[data-v-abcfb2a3] {
  font-size: 14px;
  color: #666;
  line-height: 1.4;
  margin-top: 4px;
}
.no-selections[data-v-abcfb2a3] {
  text-align: center;
  padding: 40px 20px;
}
.no-selections p[data-v-abcfb2a3] {
  color: #666;
  margin: 0 0 8px 0;
}
.no-selections p.note[data-v-abcfb2a3] {
  font-size: 14px;
  font-style: italic;
  color: #999999;
}
.imprint-details-section[data-v-abcfb2a3] {
  background: #f5f5f5;
  border: 1px solid #D9D9D9;
  border-radius: 5px;
  padding: 20px;
  margin-bottom: 20px;
}
.price-summary[data-v-abcfb2a3] {
  background: #fff;
  border: 1px solid #D9D9D9;
  border-radius: 5px;
  margin-bottom: 20px;
}
.summary-table-container[data-v-abcfb2a3] {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.summary-table[data-v-abcfb2a3] {
  width: 100%;
  border-collapse: collapse;
  font-family: var(--font-family-brand);
}
.summary-table thead tr[data-v-abcfb2a3], .summary-table thead th[data-v-abcfb2a3] {
  background: #f5f5f5 !important;
  text-transform: capitalize;
}
.summary-table thead th[data-v-abcfb2a3] {
  padding: 10px;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  color: #000;
  text-align: center;
  border: 1px solid #D9D9D9;
  border-right: none;
}
.summary-table thead th.col-item[data-v-abcfb2a3] {
  text-align: left;
  width: 61%;
  border-left: 1px solid #D9D9D9;
}
.summary-table thead th.col-qty[data-v-abcfb2a3] {
  width: 13%;
}
.summary-table thead th.col-price[data-v-abcfb2a3] {
  width: 13%;
}
.summary-table thead th.col-subtotal[data-v-abcfb2a3] {
  width: 13%;
  border-right: 1px solid #D9D9D9;
}
.summary-table tbody tr[data-v-abcfb2a3] {
  background: #fff;
}
.summary-table tbody td[data-v-abcfb2a3] {
  padding: 10px;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  color: #000;
  text-align: center;
  border-left: 1px solid #f0f0f0;
  border-right: 1px solid #f0f0f0;
}
.summary-table tbody td.col-item[data-v-abcfb2a3] {
  text-align: left;
  border-left: 1px solid #D9D9D9;
  text-transform: capitalize;
}
.summary-table tbody td.col-subtotal[data-v-abcfb2a3] {
  border-right: 1px solid #D9D9D9;
}
.summary-table tbody td.calendar-product[data-v-abcfb2a3] {
  padding: 8px 10px;
}
.calendar-product-info[data-v-abcfb2a3] {
  display: flex;
  align-items: center;
  gap: 12px;
}
.calendar-image[data-v-abcfb2a3] {
  width: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: 4px;
  border: 1px solid #D9D9D9;
  flex-shrink: 0;
}
.calendar-title[data-v-abcfb2a3] {
  flex: 1;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.4;
  color: #000000;
}
.total-row[data-v-abcfb2a3] {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 20px;
  padding: 10px;
  margin-top: 20px;
}
.total-row .total-label[data-v-abcfb2a3] {
  font-family: var(--font-family-brand);
  font-size: 14px;
  font-weight: 400;
  line-height: 19px;
  color: #000;
}
.total-row .total-amount[data-v-abcfb2a3] {
  font-family: var(--font-family-brand);
  font-size: 20px;
  font-weight: 600;
  line-height: 27px;
  color: var(--brand-secondary);
  min-width: 100px;
  text-align: right;
}
.special-instructions[data-v-abcfb2a3] {
  background: #fff;
  border-radius: 5px;
  margin-bottom: 20px;
}
.special-instructions .instructions-label[data-v-abcfb2a3] {
  display: block;
  font-family: var(--font-family-brand);
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  color: #000;
  margin-bottom: 10px;
  text-align: left;
}
.special-instructions .instructions-textarea[data-v-abcfb2a3] {
  width: 100%;
  padding: 10px;
  font-family: var(--font-family-brand);
  font-size: 14px;
  font-weight: 400;
  line-height: 19px;
  color: #000;
  background: #fff;
  border: 1px solid #D9D9D9;
  border-radius: 5px;
  resize: vertical;
  min-height: 90px;
  box-sizing: border-box;
}
.special-instructions .instructions-textarea[data-v-abcfb2a3]::placeholder {
  color: #898989;
}
.special-instructions .instructions-textarea[data-v-abcfb2a3]:focus {
  outline: none;
  border-color: var(--brand-primary);
}
.special-instructions .instructions-textarea.has-error[data-v-abcfb2a3] {
  border-color: #dc3545;
}
.special-instructions .error-message[data-v-abcfb2a3] {
  color: #dc3545;
  font-size: 12px;
  margin-top: 5px;
}
.special-instructions .char-counter[data-v-abcfb2a3] {
  font-size: 12px;
  color: #666;
  text-align: right;
  margin-top: 5px;
}
.order-summary-placeholder[data-v-abcfb2a3] {
  background: #f3e5f5;
  border: 1px solid #d1c4e9;
  border-radius: 5px;
  padding: 20px;
}
.migration-notes[data-v-abcfb2a3] {
  padding: 12px;
  background: rgba(156, 39, 176, 0.05);
  border-left: 3px solid #9c27b0;
  border-radius: 3px;
}
.migration-notes h4[data-v-abcfb2a3] {
  margin: 0 0 8px 0;
  font-size: 14px;
  color: #7b1fa2;
}
.migration-notes p[data-v-abcfb2a3] {
  margin: 0;
  font-size: 13px;
  color: #666;
}
.migration-notes ul[data-v-abcfb2a3] {
  margin: 8px 0 0 0;
  padding-left: 20px;
  font-size: 13px;
  color: #666;
}
.migration-notes ul li[data-v-abcfb2a3] {
  margin: 4px 0;
}
.action-buttons[data-v-abcfb2a3] {
  display: flex;
  gap: 12px;
  justify-content: space-between;
  padding-top: 16px;
  border-top: 1px solid #D9D9D9;
}
.btn-back[data-v-abcfb2a3],
.btn-next[data-v-abcfb2a3],
.btn-add-to-cart[data-v-abcfb2a3] {
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  font-family: var(--font-family-brand);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  cursor: pointer;
  transition: background-color 0.3s ease, border-color 0.3s ease;
  min-height: 42px;
  height: 42px;
  min-width: 200px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  white-space: nowrap;
}
.btn-back[data-v-abcfb2a3] {
  background: #fff;
  color: var(--brand-primary);
  border: 1px solid var(--brand-primary);
}
.btn-back[data-v-abcfb2a3]:hover:not(:disabled) {
  background: #F0F8FF;
}
.btn-back[data-v-abcfb2a3]:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.btn-next[data-v-abcfb2a3],
.btn-add-to-cart[data-v-abcfb2a3] {
  background: var(--brand-primary);
  color: #fff;
  border: 1px solid var(--brand-secondary);
}
.btn-next[data-v-abcfb2a3]:hover:not(:disabled),
.btn-add-to-cart[data-v-abcfb2a3]:hover:not(:disabled) {
  background: var(--brand-secondary);
}
.btn-next[data-v-abcfb2a3]:disabled,
.btn-add-to-cart[data-v-abcfb2a3]:disabled {
  background: #cccccc;
  border-color: #cccccc;
  color: #666;
  cursor: not-allowed;
}
.btn-next.loading[data-v-abcfb2a3],
.btn-add-to-cart.loading[data-v-abcfb2a3] {
  pointer-events: none;
  background: var(--brand-primary);
  opacity: 1;
}
.btn-next.loading span[data-v-abcfb2a3],
.btn-add-to-cart.loading span[data-v-abcfb2a3] {
  opacity: 1;
  color: #fff;
}
@media (max-width: 768px) {
.section-title[data-v-abcfb2a3] {
    font-size: 16px;
}
.subsection-title[data-v-abcfb2a3] {
    font-size: 14px;
}
.summary-table-container[data-v-abcfb2a3] {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}
.summary-table-container[data-v-abcfb2a3]::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 32px;
    background: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.85));
    pointer-events: none;
    border-radius: 0 5px 5px 0;
}
.price-summary[data-v-abcfb2a3] {
    position: relative;
}
.summary-table[data-v-abcfb2a3] {
    min-width: 420px;
}
.summary-table thead th.col-item[data-v-abcfb2a3] {
    width: 40%;
    min-width: 120px;
}
.summary-table thead th.col-qty[data-v-abcfb2a3] {
    width: 20%;
    min-width: 50px;
}
.summary-table thead th.col-price[data-v-abcfb2a3], .summary-table thead th.col-subtotal[data-v-abcfb2a3] {
    width: 20%;
    min-width: 70px;
}
.summary-table thead th[data-v-abcfb2a3],
  .summary-table tbody td[data-v-abcfb2a3] {
    padding: 8px 4px;
    font-size: 11px;
}
.calendar-product-info[data-v-abcfb2a3] {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
}
.calendar-image[data-v-abcfb2a3] {
    width: 50px;
    height: 50px;
}
.calendar-title[data-v-abcfb2a3] {
    font-size: 11px;
}
.total-row[data-v-abcfb2a3] {
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    gap: 10px;
}
.total-row .total-amount[data-v-abcfb2a3] {
    font-size: 18px;
}
.action-buttons[data-v-abcfb2a3] {
    flex-direction: column;
    gap: 12px;
}
.action-buttons .btn-back[data-v-abcfb2a3],
  .action-buttons .btn-next[data-v-abcfb2a3],
  .action-buttons .btn-add-to-cart[data-v-abcfb2a3] {
    width: 100%;
    min-width: 100%;
}
}
@media (max-width: 480px) {
.summary-table[data-v-abcfb2a3] {
    min-width: 360px;
}
.summary-table thead th.col-item[data-v-abcfb2a3] {
    width: 38%;
    min-width: 100px;
}
.summary-table thead th.col-qty[data-v-abcfb2a3] {
    width: 20%;
    min-width: 45px;
}
.summary-table thead th.col-price[data-v-abcfb2a3], .summary-table thead th.col-subtotal[data-v-abcfb2a3] {
    width: 21%;
    min-width: 60px;
}
.summary-table thead th[data-v-abcfb2a3],
  .summary-table tbody td[data-v-abcfb2a3] {
    font-size: 10px;
    padding: 6px 3px;
}
.instructions-textarea[data-v-abcfb2a3] {
    font-size: 13px;
}
}
.add-to-cart-wrap[data-v-abcfb2a3] {
  display: flex;
  align-items: center;
}
.add-to-cart-wrap img[data-v-abcfb2a3] {
  width: 34px;
  height: 34px;
  margin-right: 10px;
}
@keyframes spin-abcfb2a3 {
to {
    transform: rotate(360deg);
}
}
.validation-errors[data-v-abcfb2a3] {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 20px 10px;
  gap: 10px;
  background: rgba(255, 2, 2, 0.2);
  border: 1px solid #FF0000;
  border-radius: 10px;
  margin-bottom: 20px;
  align-self: stretch;
}
.error-header[data-v-abcfb2a3] {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-family: var(--font-family-brand);
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #252525;
}
.error-header .error-icon[data-v-abcfb2a3] {
  display: none;
}
.error-list[data-v-abcfb2a3] {
  margin: 0 !important;
  padding: 0 !important;
  font-family: var(--font-family-brand);
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #252525;
  list-style: none !important;
}
.error-list li[data-v-abcfb2a3] {
  margin: 0 !important;
  padding: 0 0 0 20px !important;
  position: relative;
  text-align: left !important;
}
.error-list li[data-v-abcfb2a3]::before {
  content: "•";
  position: absolute;
  left: 0;
  top: 0;
}.imprint-navigation[data-v-ba2f556e] {
  width: 100%;
  max-width: 830px;
  margin: 0 auto;
}
.imprint-navigation__product[data-v-ba2f556e] {
  background: #fff;
  padding: 30px;
  margin-bottom: 20px;
  border-radius: 5px;
  box-shadow: -3px 5px 10px rgba(0, 0, 0, 0.25);
}
.product-section-title[data-v-ba2f556e] {
  font-size: 20px;
  font-weight: 700;
  color: var(--title-section);
  margin: 0 0 16px 0;
  text-align: left;
}
.retail-value[data-v-ba2f556e] {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 8px;
  margin-top: 5px;
  padding: 8px 0;
}
.retail-value__label[data-v-ba2f556e] {
  font-size: 12px;
  font-weight: 600;
  color: #000;
}
.retail-value__price[data-v-ba2f556e] {
  font-size: 12px;
  font-weight: 600;
  color: var(--brand-secondary);
}
.product-actions[data-v-ba2f556e] {
  display: flex;
  justify-content: right;
  align-items: center;
  gap: 16px;
  margin-top: 20px;
}
@media (max-width: 768px) {
.product-actions[data-v-ba2f556e] {
    flex-direction: column;
}
.product-actions button[data-v-ba2f556e] {
    width: 100%;
}
}
.imprint-navigation__sections[data-v-ba2f556e] {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.imprint-navigation__section[data-v-ba2f556e] {
  border: 1px solid #ccc;
  border-radius: 5px;
  background: #fff;
  overflow: visible;
  transition: all 0.3s ease;
}
.imprint-navigation__section.is-open[data-v-ba2f556e] {
  box-shadow: -3px 5px 10px rgba(0, 0, 0, 0.25);
}
.imprint-navigation__section.is-open .imprint-navigation__section-header[data-v-ba2f556e] {
  box-shadow: none;
}
.imprint-navigation__section.is-open .imprint-navigation__panel[data-v-ba2f556e] {
  border-top: 1px solid #D9D9D9;
}
.imprint-navigation__section.is-disabled[data-v-ba2f556e] {
  opacity: 0.6;
}
.imprint-navigation__section.is-hidden[data-v-ba2f556e] {
  display: none !important;
}
.imprint-navigation__section-header[data-v-ba2f556e] {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 30px;
  border: 0;
  background: transparent;
  cursor: pointer;
  text-align: left;
  font-size: 16px;
  transition: background 0.2s ease;
  border-radius: 5px;
  box-shadow: -3px 5px 10px rgba(0, 0, 0, 0.25);
}
.imprint-navigation__section-header.is-disabled[data-v-ba2f556e] {
  cursor: not-allowed;
}
.is-open .imprint-navigation__section-header[data-v-ba2f556e] {
  background: #fff;
}
.section-header-left[data-v-ba2f556e] {
  display: flex;
  align-items: center;
}
.section-title[data-v-ba2f556e] {
  font-weight: 600;
  color: var(--title-section);
  font-size: 20px;
  font-family: var(--font-family-brand);
}
.section-meta[data-v-ba2f556e] {
  font-size: 14px;
  color: #666;
  font-weight: normal;
}
.section-errors-wrapper[data-v-ba2f556e] {
  position: relative;
  display: inline-flex;
}
.section-errors[data-v-ba2f556e] {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 6px 12px;
  background: #FEE2E2;
  border: 1px solid #D32F2F;
  border-radius: 4px;
  color: #D32F2F;
  font-size: 13px;
  font-weight: 600;
  cursor: help;
}
.section-errors .error-icon[data-v-ba2f556e] {
  flex-shrink: 0;
}
.section-errors .error-count[data-v-ba2f556e] {
  white-space: nowrap;
}
.error-tooltip[data-v-ba2f556e] {
  position: absolute;
  top: 100%;
  right: 0;
  margin-top: 8px;
  min-width: 300px;
  max-width: 400px;
  background: #FEE2E2;
  border: 2px solid #D32F2F;
  border-radius: 8px;
  padding: 12px 16px;
  box-shadow: -3px 5px 10px rgba(0, 0, 0, 0.25);
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-5px);
  transition: all 0.2s ease;
  pointer-events: none;
}
.error-tooltip[data-v-ba2f556e]::before {
  content: "";
  position: absolute;
  top: -8px;
  right: 16px;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #D32F2F;
}
.error-tooltip[data-v-ba2f556e]::after {
  content: "";
  position: absolute;
  top: -6px;
  right: 17px;
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #FEE2E2;
}
.error-tooltip .error-tooltip-header[data-v-ba2f556e] {
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 8px;
  color: #D32F2F;
}
.error-tooltip .error-tooltip-list[data-v-ba2f556e] {
  margin: 0;
  padding-left: 20px;
  list-style: disc;
}
.error-tooltip .error-tooltip-list li[data-v-ba2f556e] {
  font-size: 12px;
  line-height: 18px;
  color: #991B1B;
  margin-bottom: 4px;
}
.error-tooltip .error-tooltip-list li[data-v-ba2f556e]:last-child {
  margin-bottom: 0;
}
.section-errors-wrapper:hover .error-tooltip[data-v-ba2f556e] {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.imprint-navigation__panel[data-v-ba2f556e] {
  background: #fff;
  padding: 0 0 30px 0;
  margin: 0 30px;
  overflow: hidden;
  border-radius: 0 0 8px 8px;
}
.slide-fade-enter-active[data-v-ba2f556e] {
  transition: all 0.3s ease;
}
.slide-fade-leave-active[data-v-ba2f556e] {
  transition: all 0.3s ease;
}
.slide-fade-enter-from[data-v-ba2f556e] {
  transform: translateY(-10px);
  opacity: 0;
}
.slide-fade-leave-to[data-v-ba2f556e] {
  transform: translateY(-10px);
  opacity: 0;
}@media screen and (max-width: 670px) {
.text-line .pantone-input {
    font-size: 11px;
}
}
@media screen and (max-width: 560px) {
.color-picker-dropdown .color-picker-right {
    width: 150px;
}
.text-line .color-picker-dropdown:before {
    left: 168px;
}
.text-line .pantone-input {
    font-size: 11px;
    padding: 0;
}
.section-errors-wrapper .section-errors {
    font-size: 12px;
    padding: 6px;
}
}
@media screen and (max-width: 460px) {
#section-image-with-text-c .section-title,
  #pricing-section h2 {
    font-size: 18px;
}
.imprint-navigation__panel .section-description,
  .imprint-selection .instruction-text p,
  .start-new-imprint-form .method-description p {
    font-size: 13px;
}
.text-line .color-picker-dropdown {
    flex-direction: column;
}
.text-line .color-picker-right,
  .text-line .color-picker-left {
    width: 100%;
}
.text-line .color-picker-left {
    padding-top: 10px;
    border-top: 1px solid #D9D9D9;
}
.text-line .color-picker-dropdown:before {
    display: none;
}
}.debugger-wrapper[data-v-f3eb3f95] {
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 9999;
  font-family: "Courier New", Courier, monospace;
}
.toggle-btn[data-v-f3eb3f95] {
  background: #222;
  color: #4caf50;
  border: 1px solid #4caf50;
  padding: 5px 10px;
  cursor: pointer;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin-bottom: 5px;
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  transition: all 0.15s ease;
}
.toggle-btn[data-v-f3eb3f95]:hover {
  background: #333;
}
.debugger[data-v-f3eb3f95] {
  width: 450px;
  height: 450px;
  overflow: auto;
  padding: 10px;
  background: #111;
  color: #4caf50;
  font-size: 12px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: 0 0 10px #000;
  -moz-box-shadow: 0 0 10px #000;
  box-shadow: 0 0 10px #000;
  opacity: 0.9;
}
.debugger[data-v-f3eb3f95]::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
.debugger[data-v-f3eb3f95]::-webkit-scrollbar-track {
  background: #222;
}
.debugger[data-v-f3eb3f95]::-webkit-scrollbar-thumb {
  background: #444;
  border-radius: 4px;
}
.debugger[data-v-f3eb3f95]::-webkit-scrollbar-thumb:hover {
  background: rgb(42.5, 42.5, 42.5);
}
#debugger-state[data-v-f3eb3f95] {
  text-align: left;
}
#debugger-state .debugger > div[data-v-f3eb3f95] {
  display: block;
  unicode-bidi: isolate;
}
#debugger-state .debugger > details[data-v-f3eb3f95] {
  display: block;
}
#debugger-state .debugger details > summary[data-v-f3eb3f95]:first-of-type {
  display: list-item;
  counter-increment: list-item 0;
  list-style: inside disclosure-closed;
}
#debugger-state[data-v-f3eb3f95]::marker {
  unicode-bidi: isolate;
  font-variant-numeric: tabular-nums;
  text-transform: none;
  text-indent: 0 !important;
  text-align: start !important;
  text-align-last: auto !important;
}
#debugger-state ul[data-v-f3eb3f95] {
  display: block;
  list-style-type: disc;
  margin-block-start: 1em;
  margin-block-end: 1em;
  padding-inline-start: 40px;
  unicode-bidi: isolate;
  padding-left: 15px;
  margin: 0;
}
details summary[data-v-f3eb3f95] {
  cursor: pointer;
  list-style: none;
}
details summary[data-v-f3eb3f95]:hover {
  color: rgb(109.9800796813, 192.0199203187, 113.2948207171);
}
li[data-v-f3eb3f95] {
  margin: 2px 0;
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-family: var(--font-family-brand);
  font-size: 16px;
  line-height: 1.5;
  color: #333;
}

a {
  color: var(--brand-primary);
  text-decoration: none;
  -webkit-transition: color 0.15s ease;
  -moz-transition: color 0.15s ease;
  -o-transition: color 0.15s ease;
  transition: color 0.15s ease;
}
a:hover {
  color: var(--brand-primary-dark);
}

button {
  font-family: inherit;
  cursor: pointer;
  border: none;
  outline: none;
  background: none;
}

input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  border: 1px solid #D9D9D9;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 8px;
}
input:focus,
textarea:focus,
select:focus {
  outline: none;
  border-color: var(--brand-primary);
}

ul,
ol {
  list-style: none;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-bold {
  font-weight: 700;
}

.text-uppercase {
  text-transform: uppercase;
}

.mt-sm {
  margin-top: 8px;
}

.mt-md {
  margin-top: 16px;
}

.mt-lg {
  margin-top: 24px;
}

.mb-sm {
  margin-bottom: 8px;
}

.mb-md {
  margin-bottom: 16px;
}

.mb-lg {
  margin-bottom: 24px;
}

.ml-sm {
  margin-left: 8px;
}

.ml-md {
  margin-left: 16px;
}

.ml-lg {
  margin-left: 24px;
}

.mr-sm {
  margin-right: 8px;
}

.mr-md {
  margin-right: 16px;
}

.mr-lg {
  margin-right: 24px;
}

.pt-sm {
  padding-top: 8px;
}

.pt-md {
  padding-top: 16px;
}

.pt-lg {
  padding-top: 24px;
}

.pb-sm {
  padding-bottom: 8px;
}

.pb-md {
  padding-bottom: 16px;
}

.pb-lg {
  padding-bottom: 24px;
}

.pl-sm {
  padding-left: 8px;
}

.pl-md {
  padding-left: 16px;
}

.pl-lg {
  padding-left: 24px;
}

.pr-sm {
  padding-right: 8px;
}

.pr-md {
  padding-right: 16px;
}

.pr-lg {
  padding-right: 24px;
}

.d-block {
  display: block;
}

.d-inline {
  display: inline;
}

.d-inline-block {
  display: inline-block;
}

.d-flex {
  display: flex;
}

.d-none {
  display: none;
}

.flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.flex-between {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.flex-column {
  display: flex;
  flex-direction: column;
}

.flex-wrap {
  flex-wrap: wrap;
}

.hidden {
  visibility: hidden;
}

.invisible {
  opacity: 0;
}

#section-image-with-text-c {
  font-family: var(--font-family-brand);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  color: #5A5A5A;
}

.comdaColor {
  color: #0054a3 !important;
}

.comdaColorBefore::before {
  color: #0054a3 !important;
}

.comdaColorAfter::after {
  color: #0054a3 !important;
}

.comdaBackgroundColor {
  background-color: #0072BC !important;
}

.comdaBackgroundColorHover:hover {
  background-color: #0072BC !important;
}

.comdaFont {
  font-family: "Oswald", Verdana, Arial, sans-serif !important;
}

.mlpColor {
  color: #009444 !important;
}

.mlpColorBefore::before {
  color: #009444 !important;
}

.mlpColorAfter::after {
  color: #009444 !important;
}

.mlpBackgroundColor {
  background-color: #009444 !important;
}

.mlpBackgroundColorHover:hover {
  background-color: #009444 !important;
}

.mlpFont {
  font-family: "museo-sans", sans-serif !important;
}

.debugger-wrapper {
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 9999;
  font-family: "Courier New", Courier, monospace;
}

.toggle-btn {
  background: #222;
  color: #4caf50;
  border: 1px solid #4caf50;
  padding: 5px 10px;
  cursor: pointer;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin-bottom: 5px;
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  transition: all 0.15s ease;
}
.toggle-btn:hover {
  background: #333;
}

.debugger {
  width: 450px;
  height: 450px;
  overflow: auto;
  padding: 10px;
  background: #111;
  color: #4caf50;
  font-size: 12px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: 0 0 10px #000;
  -moz-box-shadow: 0 0 10px #000;
  box-shadow: 0 0 10px #000;
  opacity: 0.9;
}
.debugger::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
.debugger::-webkit-scrollbar-track {
  background: #222;
}
.debugger::-webkit-scrollbar-thumb {
  background: #444;
  border-radius: 4px;
}
.debugger::-webkit-scrollbar-thumb:hover {
  background: rgb(42.5, 42.5, 42.5);
}

#debugger-state {
  text-align: left;
}
#debugger-state .debugger > div {
  display: block;
  unicode-bidi: isolate;
}
#debugger-state .debugger > details {
  display: block;
}
#debugger-state .debugger details > summary:first-of-type {
  display: list-item;
  counter-increment: list-item 0;
  list-style: inside disclosure-closed;
}
#debugger-state::marker {
  unicode-bidi: isolate;
  font-variant-numeric: tabular-nums;
  text-transform: none;
  text-indent: 0 !important;
  text-align: start !important;
  text-align-last: auto !important;
}
#debugger-state ul {
  display: block;
  list-style-type: disc;
  margin-block-start: 1em;
  margin-block-end: 1em;
  padding-inline-start: 40px;
  unicode-bidi: isolate;
  padding-left: 15px;
  margin: 0;
}

details summary {
  cursor: pointer;
  list-style: none;
}
details summary:hover {
  color: rgb(109.9800796813, 192.0199203187, 113.2948207171);
}

li {
  margin: 2px 0;
}

.color-card {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 0;
  width: 100%;
  min-width: 112px;
  height: 154px;
  background: #fff;
  border: 1px solid #D1D1D1;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  cursor: pointer;
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  transition: all 0.15s ease;
  position: relative;
  flex: none;
  flex-grow: 0;
  overflow: hidden;
}
.color-card:hover {
  border-color: var(--brand-primary);
  -webkit-box-shadow: 0 2px 8px var(--shadow-color);
  -moz-box-shadow: 0 2px 8px var(--shadow-color);
  box-shadow: 0 2px 8px var(--shadow-color);
}
.color-card:hover .color-name-frame {
  background: var(--brand-primary);
}
.color-card:hover .color-name {
  color: #fff;
}
.color-card.is-selected {
  border-color: var(--brand-primary);
  background: #fff;
}
.color-card.is-selected .color-name-frame {
  background: var(--brand-primary);
}
.color-card.is-selected .color-name {
  color: #fff;
  font-weight: 600;
}
.color-card.is-expanded {
  border-color: var(--brand-primary);
}
.color-card.is-expanded .color-name-frame {
  background: var(--brand-primary);
}
.color-card.is-expanded .color-name {
  color: #fff;
  font-weight: 600;
}

.color-image-wrapper {
  position: relative;
  width: calc(100% - 6px);
  max-width: 112px;
  height: 128px;
  flex: none;
  order: 0;
  flex-grow: 0;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  margin-top: 3px;
}

.color-image {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
  display: block;
}

.quantity-badge {
  position: absolute;
  top: 6px;
  right: 6px;
  background: var(--brand-primary);
  color: #fff;
  padding: 2px 8px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-weight: 700;
  font-size: 14px;
  z-index: 1;
  min-width: 24px;
  text-align: center;
}

.color-name-frame {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 8px;
  width: calc(100% + 4px);
  margin: 0 -2px;
  height: 22px;
  flex: none;
  order: 1;
  flex-grow: 0;
  background: transparent;
  -webkit-transition: background 0.15s ease;
  -moz-transition: background 0.15s ease;
  -o-transition: background 0.15s ease;
  transition: background 0.15s ease;
  border-radius: 0 0 3px 3px;
}

.line-content .color-name {
  display: none;
}

color-name::after {
  content: attr(data-after);
}

.color-name {
  text-transform: capitalize;
  width: 100%;
  height: 16px;
  font-family: var(--font-family-brand);
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  color: #000;
  flex: none;
  order: 0;
  flex-grow: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 4px;
  -webkit-transition: color 0.15s ease;
  -moz-transition: color 0.15s ease;
  -o-transition: color 0.15s ease;
  transition: color 0.15s ease;
}

.color-card.is-selected::after,
.color-card.is-expanded::after {
  content: "✓";
  position: absolute;
  top: 14px;
  left: 6px;
  background: var(--brand-primary);
  color: #fff;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 12px;
  z-index: 2;
}

.color-size-line {
  border: 1px solid var(--brand-secondary);
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  padding: 15px;
  background: #fff;
  position: relative;
  box-shadow: -5px 5px 10px rgba(0, 0, 0, 0.4);
}
.color-size-line.is-qty-only {
  max-width: 115px;
  padding: 8px;
  margin: 0;
}
.color-size-line.is-qty-only .sizes-container {
  justify-content: center;
}
.color-size-line.is-qty-only .size-column {
  max-width: none;
  width: 100%;
  min-width: auto;
  border: none;
  background: transparent;
}
.color-size-line.is-qty-only .size-label {
  display: none;
}
.color-size-line.is-qty-only .quantity-controls {
  padding: 4px;
}
.color-size-line.is-qty-only .btn-control {
  width: 22px;
  height: 22px;
  min-width: 22px;
  font-size: 12px;
}
.color-size-line.is-qty-only .quantity-input {
  width: 36px;
  height: 22px;
  font-size: 14px;
}
.color-size-line.is-qty-only .surcharge {
  padding: 3px 4px;
  font-size: 10px;
  white-space: nowrap;
}

.qty-arrow-indicator {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}

.arrow-up {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 10px solid var(--brand-accent);
}

.line-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.color-info {
  flex: 1;
  text-align: left;
}

.color-name-label {
  font-size: 16px;
  font-weight: 400;
  color: var(--brand-accent);
  text-transform: capitalize;
}

.btn-clear {
  background: transparent;
  color: var(--brand-accent);
  padding: 10px 3px 0 3px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  cursor: pointer;
  font-size: 13px;
  font-weight: 500;
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  transition: all 0.15s ease;
  border: none;
  text-align: right;
}
.btn-clear:hover {
  opacity: 0.8;
}

.sizes-container {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: flex-start;
}

.size-column {
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  min-width: 77px;
  max-width: 120px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  overflow: hidden;
  background: #fff;
}

.size-label {
  font-size: 12px;
  font-weight: 400;
  color: #333;
  text-align: center;
  padding: 6px 4px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.quantity-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 4px;
  gap: 3px;
}

.btn-control {
  width: 24px;
  height: 24px;
  min-width: 24px;
  flex-shrink: 0;
  border: 1px solid var(--brand-accent);
  background: #fff;
  color: var(--brand-accent);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  transition: all 0.15s ease;
  line-height: 1;
  padding: 0;
}
.btn-control:hover:not(:disabled) {
  background: var(--brand-accent);
  color: #fff;
}
.btn-control:disabled {
  opacity: 0.3;
  cursor: not-allowed;
  border-color: #ccc;
  color: #ccc;
}

.quantity-input {
  width: 36px;
  height: 24px;
  flex-shrink: 0;
  text-align: center;
  border: 1px solid #ccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-size: 14px;
  font-weight: 500;
  padding: 0 2px;
}
.quantity-input:focus {
  outline: none;
  border-color: var(--brand-accent);
}
.quantity-input::-webkit-outer-spin-button, .quantity-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.quantity-input[type=number] {
  -moz-appearance: textfield;
}

.surcharge {
  text-align: center;
  font-size: 12px;
  color: var(--brand-secondary);
  font-weight: 400;
  padding: 4px 2px;
  border-top: 1px solid #D9D9D9;
}

.btn-clear-wrap {
  text-align: right;
}

@media (max-width: 768px) {
  .size-column {
    min-width: 80px;
  }
  .quantity-input {
    width: 32px;
  }
  .btn-control {
    width: 22px;
    height: 22px;
    min-width: 22px;
    font-size: 14px;
  }
  .color-size-line.is-qty-only {
    max-width: 110px;
    padding: 4px;
  }
  .color-size-line.is-qty-only .quantity-input {
    width: 34px;
  }
}
.color-size-selector {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
}

.section-description {
  color: #252525;
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 20px;
  text-align: left;
  font-family: var(--font-family-brand);
  margin-top: 20px;
}

.colors-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(112px, 1fr));
  gap: 16px;
  margin-bottom: 16px;
  justify-content: start;
  max-width: 100%;
}
@media (min-width: 830px) {
  .colors-grid {
    grid-template-columns: repeat(6, 1fr);
  }
}
@media (min-width: 700px) and (max-width: 829px) {
  .colors-grid {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media (min-width: 576px) and (max-width: 699px) {
  .colors-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (min-width: 460px) and (max-width: 575px) {
  .colors-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 459px) {
  .colors-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.color-size-line-wrapper {
  position: relative;
  margin-top: 4px;
  margin-bottom: 24px;
}
.color-size-line-wrapper.is-qty-only {
  display: flex;
  justify-content: flex-start;
}

.arrow-indicator {
  position: absolute;
  top: -9px;
  transform: translateX(-50%);
  z-index: 10;
  -webkit-transition: left 0.3s ease;
  -moz-transition: left 0.3s ease;
  -o-transition: left 0.3s ease;
  transition: left 0.3s ease;
}

.arrow-up {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 10px solid var(--brand-accent);
}

.slide-fade-enter-active {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.slide-fade-leave-active {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.slide-fade-enter-from {
  transform: translateY(-20px);
  opacity: 0;
}

.slide-fade-leave-to {
  transform: translateY(-20px);
  opacity: 0;
}

.loading-state {
  text-align: center;
  padding: 32px;
  color: #666;
  font-size: 16px;
}

.validation-message {
  text-align: center;
  padding: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.validation-text {
  font-size: 14px;
  font-weight: 600;
}
.validation-text.warning {
  color: #CA3435;
  font-weight: 400;
  font-family: var(--font-family-brand);
}
.validation-text.success {
  color: #333;
}

.load-more-section {
  text-align: right;
  margin: 24px 0;
  padding: 8px 0;
}

.color-size-selector .load-more-link {
  display: inline-block;
  color: var(--brand-primary);
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  cursor: pointer;
}
.color-size-selector .load-more-link:hover:not(.disabled) {
  color: var(--brand-primary-dark);
}
.color-size-selector .load-more-link.disabled {
  color: #999999;
  cursor: not-allowed;
  opacity: 0.6;
  pointer-events: none;
}

.action-buttons {
  text-align: right;
  margin-top: 20px;
  border-top: 1px solid #D9D9D9;
  padding-top: 16px;
}

.btn-next {
  background: var(--brand-primary);
  color: #fff;
  border: none;
  padding: 12px 32px;
  font-size: 16px;
  font-weight: 400;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  cursor: pointer;
  font-family: var(--font-family-brand);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn-next:hover:not(:disabled):not(.is-disabled) {
  background: var(--brand-primary-dark);
}
.btn-next:disabled, .btn-next.is-disabled {
  background: #cccccc;
  cursor: not-allowed;
  opacity: 0.6;
}

#pricing-section h2 {
  font-family: var(--font-family-brand);
}

#pricing-section #price-table.pm {
  width: 100%;
  max-width: 770px;
  margin: 0 auto;
  font-family: var(--font-family-brand);
  overflow-x: auto;
}
#pricing-section #price-table.pm .pm__table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  background: #fff !important;
}
#pricing-section #price-table.pm .pm__table tbody tr,
#pricing-section #price-table.pm .pm__table tbody tr:nth-child(odd),
#pricing-section #price-table.pm .pm__table tbody tr:nth-child(even) {
  background: #fff !important;
}
#pricing-section #price-table.pm .pm__table th,
#pricing-section #price-table.pm .pm__table td {
  border: 1px solid #D9D9D9 !important;
  padding: 10px;
  vertical-align: middle;
  font-family: var(--font-family-brand);
  font-weight: 700;
}
#pricing-section #price-table.pm .pm__table thead th {
  background: #f5f5f5 !important;
  color: #000 !important;
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  text-align: center !important;
  height: 39px;
  text-transform: capitalize;
}
@media (max-width: 768px) {
  #pricing-section #price-table.pm .pm__table thead th {
    font-size: 11px;
  }
}
@media (max-width: 480px) {
  #pricing-section #price-table.pm .pm__table thead th {
    font-size: 10px;
  }
}
#pricing-section #price-table.pm .pm__table thead th.pm__th--rowhead {
  text-align: center;
  width: 150px;
  min-width: 100px;
}
@media (max-width: 768px) {
  #pricing-section #price-table.pm .pm__table thead th.pm__th--rowhead {
    width: 100px;
    font-size: 11px;
  }
}
@media (max-width: 480px) {
  #pricing-section #price-table.pm .pm__table thead th.pm__th--rowhead {
    width: 80px;
    font-size: 10px;
  }
}
#pricing-section #price-table.pm .pm__table tbody th.pm__rowhead {
  background: #f5f5f5 !important;
  color: #000 !important;
  font-weight: 700;
  font-size: 12px;
  line-height: 18px;
  text-align: center !important;
  white-space: normal;
  width: 150px;
  min-width: 100px;
  height: 45px;
  text-transform: capitalize;
  word-wrap: break-word;
}
@media (max-width: 768px) {
  #pricing-section #price-table.pm .pm__table tbody th.pm__rowhead {
    width: 100px;
    font-size: 11px;
    line-height: 14px;
    padding: 5px;
  }
}
@media (max-width: 480px) {
  #pricing-section #price-table.pm .pm__table tbody th.pm__rowhead {
    width: 80px;
    font-size: 10px;
    line-height: 12px;
    padding: 4px;
  }
}
#pricing-section #price-table.pm .pm__table tbody td.pm__td {
  background: #fff !important;
  text-align: center;
  height: 45px;
  padding: 0 !important;
}
@media (max-width: 768px) {
  #pricing-section #price-table.pm .pm__table tbody td.pm__td {
    font-size: 11px;
  }
}
@media (max-width: 480px) {
  #pricing-section #price-table.pm .pm__table tbody td.pm__td {
    font-size: 10px;
  }
}
#pricing-section #price-table.pm .pm__cell {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 2px;
  height: 45px;
  padding: 0;
}
#pricing-section #price-table.pm .pm__price {
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
}
#pricing-section #price-table.pm .pm__price--regular {
  color: var(--brand-secondary);
}
#pricing-section #price-table.pm .pm__price--sale {
  color: #CA3435;
}
#pricing-section #price-table.pm .pm__price--strikethrough {
  text-decoration: line-through;
}
@media (max-width: 768px) {
  #pricing-section #price-table.pm .pm__price {
    font-size: 11px;
    line-height: 14px;
  }
}
@media (max-width: 480px) {
  #pricing-section #price-table.pm .pm__price {
    font-size: 10px;
    line-height: 12px;
  }
}
#pricing-section #price-table.pm .pm__empty {
  font-size: 12px;
  line-height: 16px;
  color: #333;
  opacity: 0.6;
}
#pricing-section #price-table.pm .pm__empty-state {
  border: 1px solid #D9D9D9;
  background: #fff;
  padding: 10px 14px;
  font-size: 12px;
  line-height: 16px;
  color: #333;
}
.modal-title.modal-title-mlp[data-v-b632bfcb] {
    font-family: museo, serif;
    color: #009444;
}
.modal-btn.modal-btn-mlp[data-v-b632bfcb] {
    background-color: #009444;
}
.modal-backdrop[data-v-b632bfcb] {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.35);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2147483647;
}
.modal-container[data-v-b632bfcb] {
    width: 540px;
    height: 230px;
    background: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
    border-radius: 8px;
    padding: 15px;
    box-shadow: 0 12px 32px rgba(0,0,0,0.16);
}
/*.modal-icon img { width: 50px; height: 50px; object-fit: contain; display:block; }*/
.modal-title[data-v-b632bfcb] {
    font-family: 'Open Sans';
    font-weight: 700;
    font-size: 20px;
    color: #0072bc;
    margin: 0;
}
.modal-message[data-v-b632bfcb] {
    font-family: 'Museo Sans', 'Open Sans', Arial, sans-serif;
    font-size: 12px;
    color: #595959;
    text-align: center;
    margin: 0;
}
.modal-btn[data-v-b632bfcb] {
    background: #0072bc;
    color: #fff;
    border: none;
    padding: 8px 25px;
    font-family: 'Open Sans';
    font-weight: 700;
    font-size: 14px;
    border-radius: 4px;
    cursor: pointer;
}
.modal-icon[data-v-b632bfcb] {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent; /* нічого не фарбуємо під іконкою */
}
.modal-icon svg[data-v-b632bfcb] {
  width: 50px;
  height: 50px;
  display: block;
}
.modal-btn[data-v-b632bfcb]:focus-visible { outline: 3px solid #a8d4f1; outline-offset: 2px;
}
