html,
body {
    width: 100%;
}

*,
*::before,
*::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    -webkit-tap-highlight-color: transparent;
}

html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

a {
    text-decoration: none;
}

a:focus,
a:hover,
a:active {
    outline: none;
}

b,
strong {
    font-weight: bold;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

nav ul,
nav ol,
ul,
li {
    list-style: none;
    list-style-image: none;
}

img {
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: middle;
}

button,
input,
select,
textarea {
    vertical-align: middle;
}

button,
input[type=button],
input[type=reset],
input[type=submit] {
    cursor: pointer;
    -webkit-appearance: button;
    overflow: visible;
}

button[disabled],
input[disabled] {
    cursor: default;
}

input,
textarea {
    -webkit-box-shadow: none;
    box-shadow: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
    vertical-align: top;
    resize: vertical;
}

input,
textarea,
select {
    outline: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td {
    vertical-align: top;
}

select {
    -webkit-appearance: none;
}

body, html {
    margin: 0;
    padding: 0;
}

.wd_customizer {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #323338;
    padding: 28px 32px;
    display: flex;
    flex-direction: column;
    z-index: 1000000000000;
    margin: 0 !important;
}
.wd_customizer * {
    font-family: Inter, sans-serif;
    color: #F5F5F5;
}
.wd_customizer_header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
    z-index: 1000000;
}
.wd_customizer_header-back {
    background: #F5F5F5;
    border-radius: 6px;
    padding: 4px 6px 4px 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
}
.wd_customizer_header-back .separator {
    width: 1px;
    background: black;
    height: 20px;
    border-radius: 1000px;
}
.wd_customizer_header-done {
    background: linear-gradient(90deg, rgb(67, 227, 255) 3.75%, rgb(255, 52, 198) 48.94%, rgb(255, 178, 0) 99.91%);
    width: 83px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
}
.wd_customizer_header-done button {
    background: none;
    border: none;
    width: 81px;
    height: 30px;
    background: rgba(0, 0, 0, 0.6);
    border-radius: 8px;
    margin-bottom: 0;
    font-size: 13px;
    line-height: 13px;
    left: 0;
    margin: 0;
    padding: 0;
    min-height: unset;
}
.wd_customizer_title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 21px;
}
.wd_customizer_title h1 {
    color: #F5F5F5;
    font-size: 24px;
    line-height: 120%; /* 28.8px */
    letter-spacing: -0.48px;
}
.wd_customizer_title p {
    color: #FFF;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    margin: 0;
    letter-spacing: -0.365px;
    white-space: nowrap;
}
.wd_customizer_title p:has(svg) span svg {
    position: absolute;
    right: 9px;
    top: -4px;
    rotate: 180deg;
}
.wd_customizer_title p:has(svg) span {
    color: #FFF;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    background: #ffffff;
    padding: 4px;
    filter: drop-shadow(1px 1px 3px rgba(34, 35, 38, 0.50));
    color: #000000;
    border-radius: 4px;
    position: absolute;
    left: calc(100% - 20px);
    width: 1000px;
    max-width: 300px;
    top: calc(100% + 5px);
    display: none;
    right: -7px;
    left: unset;
    transform: translateX(0);
    white-space: normal;
}
.wd_customizer_title p:has(svg) svg:hover + span {
    display: block;
}
.wd_customizer_title p:has(svg) {
    position: relative;
    width: fit-content;
}
.wd_customizer_title p svg {
    cursor: pointer;
}
.wd_customizer_view {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    padding-bottom: 110px;
    position: relative;
}
.wd_customizer_view-editor {
    background: #FFFFFF;
    width: 500px;
    border-radius: 18px;
    padding: 14px 21px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    overflow: auto;
    position: relative;
}
.wd_customizer_view-editor > div {
    display: flex;
    flex-direction: column;
    gap: 6px;
}
.wd_customizer_view-editor > div > p, .wd_customizer_view-editor-functions > p {
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%; /* 16.8px */
    margin: 0;
}

.wd_customizer_view-editor-functions {
    display: flex;
    align-items: center;
    gap: 20px;
}

.wd_customizer_view-editor-functions *:nth-child(2) {
    margin-left: auto;
}
.wd_customizer_view-editor-functions *:not(p) {
    cursor: pointer;
}
.wd_customizer_view-editor-functions *:not(p):hover g {
    opacity: 1;
}
.wd_customizer_view-editor-base-picker {
    display: flex;
    align-items: center;
    gap: 10px;
    overflow: hidden;
    padding: 5px 0;
}
.wd_customizer_view-editor-base-picker label {
    height: 26px;
    margin: 0;
}
.wd_customizer_view-editor-base-picker-main {
    margin-right: 9px;
}
.wd_customizer_view-editor-base-picker .clr-field {
    display: none;
}
.wd_customizer_view-editor-base-picker-color, .wd_customizer_view-editor-base-picker-main {
    height: 26px;
    aspect-ratio: 1/1;
    border-radius: 3px;
    cursor: pointer;
    position: relative;
}
.wd_customizer_view-editor-base-picker-color[data-active]::before, .wd_customizer_view-editor-base-picker-main[data-active]::before {
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.5' y='0.5' width='29' height='29' rx='2.83929' stroke='url(%23paint0_linear_0_1926)'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_0_1926' x1='0' y1='15' x2='30' y2='15' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%2343E3FF'/%3E%3Cstop offset='0.475' stop-color='%23FF34C6'/%3E%3Cstop offset='1' stop-color='%23FFB300'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A");
    width: 30px;
    height: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.wd_customizer_view-editor-gallery-switcher {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 30px;
    margin-left: 5px;
    margin-bottom: 10px;
}

.wd_customizer_view-editor-gallery-switcher p {
    font-size: 14px;
    color: #0C0C0D;
    cursor: pointer;
    position: relative;
    margin: 0;
}
.wd_customizer_view-editor-gallery-switcher p.active::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    background: rgb(67,227,255);
    background: -moz-linear-gradient(90deg, rgba(67,227,255,1) 0%, rgba(206,42,160,1) 48%, rgba(255,178,0,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(67,227,255,1) 0%, rgba(206,42,160,1) 48%, rgba(255,178,0,1) 100%);
    background: linear-gradient(90deg, rgba(67,227,255,1) 0%, rgba(206,42,160,1) 48%, rgba(255,178,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#43e3ff",endColorstr="#ffb200",GradientType=1);
    height: 2px;
    border-radius: 10000px;
}
.wd_customizer_view-editor-gallery-images {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    width: 100%;
    max-height: 134px;
    gap: 7px;
    overflow: auto;
}
.wd_customizer_view-editor-gallery-images img {
    width: 100%;
    border-radius: 6px;
    object-fit: cover;
    object-position: center;
    cursor: pointer;
    aspect-ratio: 1/1;
    height: auto;
}
.wd_customizer_view-editor-text textarea,
.wd_customizer_view-editor-ai-text textarea {
    resize: none;
    font-size: 14px;
    font-style: normal;
    line-height: 140%; /* 12.6px */
    padding: 9px;
    border: 1px solid rgba(50, 51, 56, 0.4);
    height: 90px;
    border-radius: 6px;
}
.wd_customizer_view-editor-text-button,
.wd_customizer_view-editor-ai-text-button {
    background: linear-gradient(90deg, rgb(67, 227, 255) 3.75%, rgb(255, 52, 198) 48.94%, rgb(255, 178, 0) 99.91%);
    width: 130px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    margin: auto;
    margin-top: 6px;
}
.wd_customizer_view-editor-text-button button,
.wd_customizer_view-editor-ai-text-button button {
    background: none;
    border: none;
    width: 128px;
    height: 26px;
    background: white;
    border-radius: 8px;
    font-size: 12px;
    margin: 0;
    padding: 0;
    min-height: unset;
}
.wd_customizer_view-editor-image-button {
    background: linear-gradient(90deg, rgb(67, 227, 255) 3.75%, rgb(255, 52, 198) 48.94%, rgb(255, 178, 0) 99.91%);
    width: 130px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    margin: auto;
    margin-top: 6px;
}
.wd_customizer_view-editor-image-button span {
    background: none;
    border: none;
    width: 128px;
    height: 26px;
    background: white;
    border-radius: 8px;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.wd_customizer_view-editor-typography {
    display: grid !important;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}
.wd_customizer_view-editor-typography p {
    grid-column: span 2;
}
.wd_customizer_view-editor-typography .alignment {
    margin-top: 10px;
    display: flex;
    align-items: center;
    gap: 16px;
}
.wd_customizer_view-editor-typography .alignment div[data-align] {
    position: relative;
}
.wd_customizer_view-editor-typography .alignment div[data-align][data-active]::before {
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.5' y='0.5' width='29' height='29' rx='2.83929' stroke='url(%23paint0_linear_0_1926)'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_0_1926' x1='0' y1='15' x2='30' y2='15' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%2343E3FF'/%3E%3Cstop offset='0.475' stop-color='%23FF34C6'/%3E%3Cstop offset='1' stop-color='%23FFB300'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A");
    width: 28px;
    height: 28px;
    position: absolute;
    top: calc(50% - 1px);
    left: 50%;
    transform: translate(-50%, -50%);
}
.wd_customizer_view-editor-typography .alignment svg {
    cursor: pointer;
}
.wd_customizer_view-editor-typography label[for=fill] {
    display: block;
    margin-top: 10px;
}
.wd_customizer_view-editor-typography label[for=fill] .clr-field input {
    width: 0;
    visibility: hidden;
}
.wd_customizer_view-editor-typography label[for=fill] .clr-field button {
    position: static;
    height: 21px;
    width: 21px;
    transform: unset;
}
.wd_customizer_view-editor-typography > div p {
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%; /* 12.6px */
}
.wd_customizer_view-editor-typography > div select,
.wd_customizer_view-editor-ai-text select {
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 12.6px */
    width: 100px;
    border-radius: 3px;
    border: 1px solid rgba(50, 51, 56, 0.4);
    padding: 3px 6px;
    margin-top: 10px;
}
.wd_customizer_view-editor * {
    color: #323338;
}
.wd_customizer_view-canvas {
    position: relative;
}
.wd_customizer_view-canvas-parts {
    position: absolute;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    left: 50%;
    transform: translateX(-50%);
    flex-wrap: nowrap;
}
.wd_customizer_view-canvas-parts p {
    white-space: nowrap;
    margin: 0;
}
.wd_customizer_view-canvas-parts p:not([data-active]) {
    display: none;
}
.wd_customizer_view-canvas-parts svg {
    cursor: pointer;
}
.wd_customizer_view-canvas-parts svg:hover path, .wd_customizer_view-canvas-parts svg:hover circle {
    stroke: #43E3FF;
}

.hidden {
    display: none !important;
}
.clr-picker {
    z-index: 100000000000000 !important;
}

/*# sourceMappingURL=app.css.map */

@media only screen and (max-width: 1000px) {
    .wd_customizer_view-editor {
        width: 350px;
    }
}

@media only screen and (max-width: 650px) {
    .wd_customizer_view {
        flex-direction: column-reverse;
    }
    .wd_customizer_view-canvas {
        position: relative !important;
        margin-bottom: 20px;
    }
    .wd_customizer {
        padding: 16px;
    }
    .wd_customizer_view-editor {
        width: 100% !important;
        height: 55vh;
    }
}

.wd_customizer_view-editor-switcher {
    position: absolute;
    z-index: 100;
    left: 380px;
    top: -33px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.wd_customizer_view-editor-switcher-tab {
    background: white;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column-reverse;
    padding: 6px;
    width: 32px;
    height: 34px;
    cursor: pointer;
    opacity: .5;
}

.wd_customizer_view-editor-switcher-tab.active {
    opacity: 1;
    box-shadow: 0px -3.12px 3.122px 0px rgba(0, 0, 0, 0.25);
}

.wd_customizer_view-editor-switcher-tab div {
    width: 100%;
    height: 2px;
    border-radius: 2000px;
    background: #2B2B2B;
}

.wd_customizer_view-editor-switcher-tab.active div {
    background: rgb(67,227,255);
    background: -moz-linear-gradient(90deg, rgba(67,227,255,1) 0%, rgba(206,42,160,1) 48%, rgba(255,178,0,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(67,227,255,1) 0%, rgba(206,42,160,1) 48%, rgba(255,178,0,1) 100%);
    background: linear-gradient(90deg, rgba(67,227,255,1) 0%, rgba(206,42,160,1) 48%, rgba(255,178,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#43e3ff",endColorstr="#ffb200",GradientType=1);
}

.wd_customizer_view-editor-ai-text p:has(svg) span svg {
    position: absolute;
    left: 9px;
    bottom: -4px;
}
.wd_customizer_view-editor-ai-text p:has(svg) span {
    color: #FFF;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 12px */
    background: #323338;
    padding: 4px;
    filter: drop-shadow(1px 1px 3px rgba(34, 35, 38, 0.50));
    border-radius: 4px;
    position: absolute;
    left: calc(100% - 20px);
    width: 1000px;
    max-width: 110px;
    top: calc(-100% - 11px);
    display: none;
}
.wd_customizer_view-editor-ai-text p:has(svg) svg:hover + span {
    display: block;
}
.wd_customizer_view-editor-ai-text p:has(svg) {
    position: relative;
    width: fit-content;
}
.wd_customizer_view-editor-ai-base {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row !important;
    gap: 10px !important;
}

@media screen and (max-width: 1000px) {
    .wd_customizer_view-editor-ai-base {
        flex-direction: column !important;
        align-items: flex-start;
    }
}

.wd_customizer_view-editor-ai-base div {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row !important;
    gap: 12px;
}

.wd_customizer_view-editor-ai-base p:has(svg) span svg {
    position: absolute;
    top: -4px;
    right: 13px;
    rotate: 180deg;
}
.wd_customizer_view-editor-ai-base div > svg,
.wd_customizer_view-editor-ai-base p > svg {
    margin-bottom: 5px;
}
.wd_customizer_view-editor-ai-base div > svg {
    cursor: pointer;
}
.wd_customizer_view-editor-ai-base p:has(svg) span {
    color: #FFF;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    background: #323338;
    padding: 4px;
    filter: drop-shadow(1px 1px 3px rgba(34, 35, 38, 0.50));
    border-radius: 4px;
    position: absolute;
    left: -10px;
    width: 1000px;
    max-width: 140px;
    bottom: calc(-100% - 13px);
    display: none;
}
.wd_customizer_view-editor-ai-base p:has(svg) svg:hover + span {
    display: block;
}
.wd_customizer_view-editor-ai-base p:has(svg) {
    position: relative;
    width: fit-content;
    display: flex;
    align-items: center;
    margin: 0;
    gap: 4px;
}

.recharge {
    position: fixed;
    z-index: 10000000000000000000000;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0,0,0,.5);
    display: none;
    align-items: center;
    justify-content: center;
}

.recharge-modal {
    background: #FFFFFF;
    width: 100%;
    max-width: 500px;
    height: fit-content;
    padding: 20px 50px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    border-radius: 18px;
}

.recharge-modal h2 {
    color: #323338;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%; /* 19.6px */
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.recharge-modal h2 svg {
    cursor: pointer;
}

.recharge-modal > p {
    color: #323338;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%; /* 15.4px */
    margin: 0;
}

.recharge-products {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
}

.recharge-product {
    width: 100%;
    height: auto;
    aspect-ratio: 1/1;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 8px;
    border: 0.508px solid #ADADAF;
    position: relative;
    padding: 6px;
}
.recharge-product-c {
    position: relative;
    cursor: pointer;
}
.recharge-product-c.active .recharge-product {
    background: #FFFCF5;
}
.recharge-product-c.active::before {
    content: '';
    background: linear-gradient(90deg, rgb(67, 227, 255) 3.75%, rgb(255, 52, 198) 48.94%, rgb(255, 178, 0) 99.91%);
    border-radius: 9px;
    position: absolute;
    left: -3px;
    top: -3px;
    width: calc(100% + 6px);
    height: calc(100% + 6px);
}
.recharge-product span {
    color: #323338;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%; /* 17.933px */
    margin-left: auto;
}

.recharge-product {
    color: #323338;
    font-size: 42px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%; /* 60.149px */
}

.recharge-product p {
    color: #000;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 12.6px */
}
.recharge-modal-button {
    background: linear-gradient(90deg, rgb(67, 227, 255) 3.75%, rgb(255, 52, 198) 48.94%, rgb(255, 178, 0) 99.91%);
    width: 130px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    margin: auto;
    margin-top: 6px;
}
.recharge-modal-button button {
    background: none;
    border: none;
    width: 128px;
    height: 26px;
    background: white;
    border-radius: 8px;
    font-size: 12px;
    margin: 0;
    padding: 0;
    min-height: unset;
}

.wd_customizer_view-ai-preview img {
    border-radius: 12px;
    max-height: 200px;
    width: fit-content;
    margin: auto;
    height: 100%;
    object-fit: contain;
}
.preview-image-button {
    background: linear-gradient(90deg, rgb(67, 227, 255) 3.75%, rgb(255, 52, 198) 48.94%, rgb(255, 178, 0) 99.91%);
    width: 144px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    margin: auto;
    margin-top: 6px;
}
.preview-image-button button {
    background: none;
    border: none;
    width: 141px;
    height: 26px;
    background: white;
    border-radius: 8px;
    font-size: 12px;
    margin: 0;
    padding: 0;
    min-height: unset;
    cursor: pointer;
}

.preview-image-download {
    display: flex;
    gap: 6px;
    align-items: center;
    margin: auto;
    width: fit-content;
    position: relative;
    margin-top: 10px;
}

.preview-image-download::after {
    content: '';
    background: linear-gradient(90deg, rgb(67, 227, 255) 3.75%, rgb(255, 52, 198) 48.94%, rgb(255, 178, 0) 99.91%);
    width: 110%;
    height: 2px;
    left: 50%;
    transform: translateX(-50%);
    bottom: -3px;
    position: absolute;
}

.user-images-preview-all {
    display: flex;
    align-items: center;
    gap: 10px;
}

.user-images-preview-all > a {
    border: 1px solid #7F899F;
    border-radius: 8px;
    overflow: hidden;
}

.user-images-preview-all > a > img {
    aspect-ratio: 1/1;
    width: 100%;
    object-fit: contain;
}

.pswp__img {
    object-fit: contain;
}

.wd_customizer_view-editor-inner {
    overflow: auto;
    padding-right: 10px;
    
}

.wd_customizer_view-editor-inner::-webkit-scrollbar {
  width: 5px;
  border-radius: 10px;
  opacity: .5;
}

/* Track */
.wd_customizer_view-editor-inner::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
.wd_customizer_view-editor-inner::-webkit-scrollbar-thumb {
  background: #888; 
}

/* Handle on hover */
.wd_customizer_view-editor-inner::-webkit-scrollbar-thumb:hover {
  background: #555; 
}

.quantity input[type=number] {
    height: 100%;
}