@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Poetsen+One&display=swap');


@font-face {
    font-family: 'Monotype Corsiva';
    src: url('https://cdn.awsli.com.br/2515/2515872/arquivos/monotype-corsiva-regular.ttf') format('truetype');
	font-style: normal;
	font-display: swap;
}

@font-face {
    font-family: 'Ballantines Script';
    src: url('https://cdn.awsli.com.br/2515/2515872/arquivos/ballantines-script-ef-bold.ttf') format('truetype');
	font-style: normal;
	font-display: swap;
}


.font-arial{
    font-family: "Arial";
}

.font-poetsen-one{
    font-family: "Poetsen One";
}

.font-lato{
    font-family: "Lato";
}


.font-monotype-corsiva{
    font-family: "Monotype Corsiva";
}

.font-ballantines-script{
    font-family: "Ballantines Script";
}


/* BOTÃO PERSONALIZAR */
.customize__btn {
    margin: 20px 0 10px;
    
    width: 373px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 45px;
    padding: 0 15px !important;
    box-shadow: 0px 1px 0.5rem rgb(0, 0, 0, 5%);
    cursor: pointer;
    border: 0.1rem solid #434343 !important;
    font-weight: 400;
    color: #000;
}

.customize__btn p{
    margin-bottom: 30px;
}

.customize__btn span:hover {
    color: #a18381;
}


.ne_customize_popup {
    position: fixed;
    overflow: hidden;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.6);
    z-index: 999;
    display: none;
    justify-content: center;
    align-items: center;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    visibility: initial;
    -webkit-box-pack: center;
}


.ne_customize_popup_content {
    position: relative;
    background: #b3bbc4;
    padding: 20px;
    box-shadow: 0px 0px 0.6rem rgba(0, 0, 0, 10%);
    flex-direction: column;
    z-index: 1;
    display: flex;
    gap: .75rem;
    width: 400px;
    
    height: 80vh;
    overflow: scroll;
}


.customize_header > div{
    display: flex;
}

.customize_header img {
    max-width: 32px !important;
}

.customize_header > div, .customize_header_option > div {
    align-items: center;
    gap: 12px;
    background: #fff;
    border-radius: 12px;
    padding: 12px 24px;
    font-size: 1.3rem;
    font-weight: 600;
    
    box-shadow: 0 0 #0000, 0 0 #0000, 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);

}



.customize_header span {
    font-weight: 600;
    font-size: 1.25rem;
}

.customize_header_option span {
    font-size: 16px;
    font-family: "Manrope", sans-serif;
    font-weight: 400;
    color: #000;
}

/* Switch customizado */
.switch {
    position: relative;
    display: inline-block;
    width: 44px;
    height: 24px;
}
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #d1d7de;
    border-radius: 24px;
    transition: .4s;
}
.slider:before {
    position: absolute;
    content: "";
    height: 18px;
    width: 18px;
    left: 3px;
    bottom: 3px;
    background-color: white;
    border-radius: 50%;
    transition: .4s;
    box-shadow: 0 1px 4px rgba(0,0,0,0.08);
}
.switch input:checked + .slider {
    background-color: #6b9ba5;
}
.switch input:checked + .slider:before {
    transform: translateX(20px);
}

.customize_header_option .active{
    display: block;
}


.customize_name_content {
    margin-top: 8px;
}

.name-customization-card {
    margin: 0 0 18px 0;
    display: flex;
    flex-direction: column;
    gap: 18px;
    display: none;
}

.name-line-group {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 8px;
}


.name-line-label {
    font-size: 15px;
    font-weight: 600;
    color: #23303e;
    margin-bottom: 2px;
    font-family: 'Manrope', sans-serif;
}

.name-line-hint {
    font-size: 13px !important;
    color: #6b7280 !important;
    font-weight: 400;
}

html .name-line-input {
    border: 1.5px solid #e3e8ee !important;
    padding: 10px 14px !important;
    font-size: 16px !important;
    color: #23303e !important;
    outline: none !important;
    margin-bottom: 0 !important;
    transition: border 0.2s !important;
    width: 100%;
    height: 42px !important;
    background-color: #f5f7fa !important;
}

.name-line-controls {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 5px;
}

.font-dropdown {
    position: relative;
    display: inline-block;
    min-width: 110px;
}

.font-dropdown-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #fff;
    border: 1.5px solid #e3e8ee;
    border-radius: 6px;
    padding: 7px 28px 7px 10px;
    color: #23303e;
    min-width: 90px;
    cursor: pointer;
    width: 9rem;
    height: 2.5rem;
    position: relative;
}

.font-dropdown-arrow {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 13px;
    color: #8a97a8;
}

.font-dropdown-list {
    display: none;
    position: absolute;
    left: 0;
    top: 38px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.10);
    padding: 4px 0;
    z-index: 20;
    min-width: 110px;
}

.font-option {
    padding: 8px 16px 8px 16px;
    cursor: pointer;
    font-size: 15px;
    color: #23303e;
    transition: background 0.2s;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.font-option .checkmark {
    font-size: 15px;
    color: #7ba6ad;
    margin-left: 10px;
    display: none;
}

.font-option.selected .checkmark {
    display: inline;
}

.color-dropdown {
    position: relative;
    display: flex;
    align-items: center;
}

.title_color{
    margin-right: 5px;
}

.color-dropdown-btn {
    display: flex;
    align-items: center;
    gap: 8px;
    background: #e3e8ee;
    border: none;
    border-radius: 20px;
    padding: 4px 16px 4px 8px;
    cursor: pointer;
    font-size: 15px;
    color: #23303e;
    min-width: 48px;
    transition: background 0.2s;
}


.color-sample {
    display: inline-block;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    border: 2px solid #fff;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.10);
    background-size: cover;
}

.color-dropdown-arrow {
    font-size: 13px;
    color: #8a97a8;
}

.color-dropdown-list {
    display: none;
    position: absolute;
    left: 0;
    top: 36px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.10);
    padding: 8px 0;
    z-index: 10;
    min-width: 90px;
    height: 299px;
    overflow: auto;
}

.color-option {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    margin: 4px auto;
    cursor: pointer;
    border: 2px solid #e3e8ee;
    transition: border 0.2s;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover;
}

.color-option .checkmark {
    position: absolute;
    right: 2px;
    bottom: 2px;
    font-size: 16px;
    color: #fff;
    text-shadow: 0 1px 4px #7ba6ad, 0 0 2px #7ba6ad;
    display: none;
}

.color-option.selected .checkmark {
    display: block;
}

.color-option:hover, .color-option.selected {
    border: 2px solid #7ba6ad;
}


.name-line-controls svg{
    width: 15px;
    height: 15px;
}

.color-dropdown.open .color-dropdown-list {
    display: block;
}

.font-dropdown.open .font-dropdown-list {
    display: block;
}


.customize_name_content.active .name-customization-card {
    display: flex;
}

.preview-section {
    background: #f8fafc;
    border-radius: 12px;
    padding: 18px 14px 10px 14px;
    margin-top: 8px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
}
.preview-title {
    font-size: 15px;
    color: #23303e;
    font-weight: 600;
    margin-bottom: 4px;
    font-family: 'Manrope', sans-serif;
}
.preview-box {
    width: 100%;
    min-height: 140px;
    background: #e8e8e8;
    border-radius: 10px;
    border: 1.5px solid #e3e8ee;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    margin-bottom: 6px;
    padding: 18px 18px 12px 18px;
    box-sizing: border-box;
    gap: 0;
}
.preview-box > div {
    margin: 0;
    line-height: 1.3;
    word-break: break-word;
    font-size: 16px;
    font-family: 'Manrope', sans-serif;
}
.preview-placeholder {
    color: #9ca3af !important;
    font-size: 10px !important;
    position: absolute;
    right: 10px;
    bottom: 6px;
}
.preview-controls {
    display: block;
    align-items: center;
    margin: 0 auto;
    text-align: center;
}
.preview-label {
    font-size: 14px;
    color: #23303e;
    font-weight: 500;
}
.preview-hint {
    font-size: .75rem !important;
    color: #8a97a8 !important;
}

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

.preview_color label {
    margin-right: 12px;
    margin-bottom: 0px;
}


.position-group {
    background: #f8fafc;
    border-radius: 12px;
    padding: 18px 14px 10px 14px;
}


.position-group > div{
    display: flex;
    justify-content: center;
    align-items: center;
}

span.position-label {
    text-align: center;
    display: flex;
    justify-content: center;
    margin-bottom: 7px;
}

label.radio-inline {
    margin-bottom: 0px;
    margin-right: 9px;
}

.customization-summary {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 1px 2px rgba(0,0,0,0.03);
    padding: 20px 24px 18px 24px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    border-top: 2px solid #e3e8ee;
}

.customization-summary-div {
    background: #F5F7FA !important;
}

.summary-title {
    font-size: 16px !important;
    color: #23303e !important;
    font-weight: 700 !important;
    margin-bottom: 18px;
}
html .summary-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #e3e8ee;
    padding-top: 20px;
    padding-bottom: 12px;
    margin-bottom: 10px;
    margin: 0px;
    padding-left: 0px;
    padding-right: 0px;
    box-shadow: none;
}
.summary-label {
    font-size: 17px !important;
    font-weight: 700  !important;
    color: #23303e !important;
}
html .summary-value {
    font-size: 17px;
    font-weight: 700;
    color: #23303e;
}
.summary-confirm {
    width: 100%;
    background: #7ba6ad;
    color: #fff;
    border: none;
    border-radius: 8px;
    padding: 12px 0;
    font-size: 18px;
    font-weight: 700;
    cursor: pointer;
    transition: background 0.2s;
    margin-top: 4px;
}
.summary-confirm:hover {
    background: #5e8b93;
}

html .summary-item {
    background: none !important;
    box-shadow: none;
    padding-left: 0px;
    padding-right: 0px;
    padding: 0px !important;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    font-size: 15px;
    color: #23303e;
    margin-bottom: 7px;
    gap: 10px;
}

html .summary-item:last-child{
    padding-bottom: 10px;
}


.summary-item-price {
    font-size: 15px;
    color: #23303e;
    font-weight: 600;
    margin-left: 10px;
    white-space: nowrap;
}


.ne_customize_popup_content input[type="radio"] {
  /* Add if not using autoprefixer */
  -webkit-appearance: none;
  /* Remove most all native input styles */
  appearance: none;
  /* For iOS < 15 */
  
  /* Not removed via appearance */
  margin: 0;
  font: inherit;
  color: currentColor;
  width: 16px;
  height: 16px;
  border: 1px solid currentColor !important;
  border-radius: 50%;
  transform: translateY(-0.075em);
  display: inline-grid;
  place-content: center;
  border-radius: 20px !important;
}

.ne_customize_popup_content input[type="radio"]::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  transform: scale(0);
  transition: 120ms transform ease-in-out;
  box-shadow: inset 1em 1em var(--form-control-color);
  /* Windows High Contrast Mode */
  background-color: CanvasText;
}

.ne_customize_popup_content input[type="radio"]:checked::before {
  transform: scale(1);
}



.logo-front-card {
    background: #fff;
    margin: 0 0 18px 0;
    display: flex;
    flex-direction: column;
}

.logo-front-label {
    font-size: 15px;
    color: #23303e;
    font-weight: 500;
    margin-top: 8px;
    margin-bottom: 8px;
}

.logo-front-select-btn {
    width: 200px;
    background: #f8fafc;
    color: #23303e;
    border: 1.5px solid #e3e8ee;
    border-radius: 8px;
    padding: 12px 0;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    margin-bottom: 20px;
    margin-top: 13px;
    transition: background 0.2s, border 0.2s;
}

.logo-front-position-box {
    background: #f8fafc;
    border-radius: 12px;
    padding: 18px 18px 10px 18px;
    margin-top: 8px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    border: 1.5px solid #e3e8ee;
}


.position-label {
    font-size: 15px;
    color: #23303e;
    font-weight: 500;
    margin-right: 8px;
}

/* Modal de seleção de logo */
.logo-modal-bg {
    position: fixed;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(30,40,60,0.45);
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
}
.logo-modal {
    background: #fff;
    border-radius: 16px;
    padding: 32px 32px 24px 32px;
    box-shadow: 0 4px 24px rgba(0,0,0,0.13);
    width: 550px;
    max-height: 39vh;
    overflow-y: auto;
    position: relative;
}
.logo-modal-close {
    position: absolute;
    top: 16px;
    right: 16px;
    background: none;
    border: none;
    font-size: 28px;
    color: #23303e;
    cursor: pointer;
    font-weight: 700;
    z-index: 10;
}
.logo-modal-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}
.logo-modal-item {
    background: #f8fafc;
    border-radius: 10px;
    padding: 14px 8px 10px 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 1.5px solid #e3e8ee;
    cursor: pointer;
    transition: border 0.2s, box-shadow 0.2s;
}
.logo-modal-item:hover, .logo-modal-item.selected {
    border: 2px solid #7ba6ad;
    box-shadow: 0 2px 8px rgba(123,166,173,0.10);
}
.logo-modal-item img {
    width: 64px;
    height: 64px;
    object-fit: contain;
    margin-bottom: 8px;
}
.logo-modal-title {
    font-size: 15px;
    color: #23303e;
    font-weight: 600;
    margin-bottom: 2px;
    text-align: center;
}
.logo-modal-price {
    font-size: 14px;
    color: #7ba6ad;
    font-weight: 500;
    text-align: center;
}

.logo-front-selected {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    border-radius: 8px;
    padding: 0px;
    margin: 0px;
    position: relative;
    font-size: 15px;
    font-weight: 500;
    color: #23303e;
    transition: border 0.2s;
}
.logo-front-selected img {
    width: 32px;
    height: 32px;
    object-fit: contain;
    border-radius: 6px;
    background: #fff;
    border: 1px solid #e3e8ee;
}
.logo-front-selected .remove-logo {
    background: none;
    border: none;
    color: #b71c1c;
    font-size: 18px;
    font-weight: bold;
    margin-left: 6px;
    cursor: pointer;
    transition: color 0.2s;
    padding: 0 2px;
    line-height: 1;
}
.logo-front-selected .remove-logo:hover {
    color: #fff;
    background: #b71c1c;
    border-radius: 50%;
}

button#open-logo-modal span {
    font-size: 13px !important;
}

.logo-front-only-img img {
    width: 32px;
    height: 32px;
}

.logo_front_actions {
    display: flex;
    align-items: center;
}

.logo-front-only-img {
    margin-left: 10px;
}


.custom-logo-confirm-bg {
    position: fixed;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(30,40,60,0.45);
    z-index: 2000;
    display: flex;
    align-items: center;
    justify-content: center;
}
.custom-logo-confirm-modal {
    background: #fff;
    border-radius: 12px;
    padding: 32px 32px 24px 32px;
    box-shadow: 0 4px 24px rgba(0,0,0,0.13);
    min-width: 340px;
    max-width: 95vw;
    max-height: 90vh;
    overflow-y: auto;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.custom-logo-confirm-title {
    font-size: 20px;
    font-weight: 600;
    color: #23303e;
    margin-bottom: 12px;
}
.custom-logo-confirm-desc {
    font-size: 15px;
    color: #23303e;
    margin-bottom: 24px;
    line-height: 1.5;
}
.custom-logo-confirm-actions {
    display: flex;
    gap: 12px;
    width: 100%;
    justify-content: flex-end;
}
.custom-logo-cancel {
    background: #111;
    color: #fff;
    border: none;
    border-radius: 6px;
    padding: 8px 18px;
    font-size: 15px;
    font-weight: 500;
    cursor: pointer;
    transition: background 0.2s;
}
.custom-logo-cancel:hover {
    background: #333;
}
.custom-logo-confirm-btn {
    background: #7ba6ad;
    color: #fff;
    border: none;
    border-radius: 6px;
    padding: 8px 18px;
    font-size: 15px;
    font-weight: 500;
    cursor: pointer;
    transition: background 0.2s;
}
.custom-logo-confirm-btn:hover {
    background: #5e8b93;
} 


.popup-container {
    display: none;
    position: fixed;
    bottom: -380px;
    right: 24px;
    width: 466px;
    height: 100%;
    justify-content: end;
    align-items: center;
    z-index: 1000;
}

.popup-content {
    background-color: #fff;
    padding: 25px 30px;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    text-align: center;
    max-width: 400px; 
    width: 90%; 
    position: relative;
    box-sizing: border-box;
}

.popup-content h2 {
    margin-top: 0;
    font-size: .875rem;
    color: #333;
    margin-bottom: 0px;
    text-align: left;
    line-height: unset;
}

.popup-content p {
    font-size: 1em;
    color: #666;
    line-height: 1.5;
    margin-bottom: 0;
    text-align: left;
}

.close-button {
    position: absolute;
    top: 15px;
    right: 20px;
    font-size: 1.8em;
    font-weight: bold;
    color: #aaa;
    cursor: pointer;
    line-height: 1;
    transition: color 0.2s ease-in-out;
}

.close-button:hover {
    color: #777;
}


.ne_customize_popup_close {
    font-size: 27px;
    cursor: pointer;
    display: flex;
    justify-content: end;
    color: #fff;
    margin-top: -13px;
    margin-right: -13px;
}

.bordado_texto {
    margin-bottom: 20px;
}

.embroidery-list .embroidery-details ul li span:first-child, .embroidery-option .embroidery-details ul li span:first-child {
    font-weight: bold;
}

.embroidery-list {
    display: flex;
    position: relative;
    margin-bottom: 20px;
    justify-content: space-between;
    margin-top: 20px;
}

.existing-customization{
    width: 373px;
    color: #000;
    border: none;
    border-radius: 8px;
    padding: 12px 0;
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
    transition: background 0.2s;
    margin-top: 4px;
    margin-bottom: 22px;
}

input[type="text"] {
    margin-bottom: 20px;
    height: 32px;
}


@media(max-width: 992px){
    
    .ne_customize_popup_content{
        width: 94% !important;
    }
    
    .existing-customization, .customize__btn{
        width: 100% !important;
    }
    
}


/* // remover depois */
/* textarea.input-block-level.sem-margem:last-child {
    height: 600px;
} */