.product-create-redesign {
    background: #ffffff;
    padding: 22px 0 38px;
    color: #0A0D14;
}

.product-create-redesign .create-breadcrumb {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 0 0 14px;
    color: #8A94A6;
    font-size: 13px;
    font-weight: 500;
}

.product-create-redesign .create-breadcrumb a {
    width: 20px;
    height: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #B7C0CC;
    text-decoration: none;
}

.product-create-redesign .create-breadcrumb i {
    font-size: 12px;
}

.product-create-redesign .create-page-title {
    margin: 25px 0 30px;
    font-size: 26px;
    line-height: 20px;
    font-weight: 600;
    color:#0A0D14;
}

.product-create-redesign .create-card {
    background: #fff;
    border-radius: 20px;
    padding: 20px;
    box-shadow: 0px 4px 21px 0px #0000000F;
}

.product-create-redesign .create-section {
    margin-bottom: 28px;
}

.product-create-redesign .create-section-title {
    display: flex;
    align-items: center;
    gap: 20px;
    margin: 0 0 22px;
}

.product-create-redesign .create-section-line {
    width: 4px;
    height: 44px;
    border-radius: 10px;
    background: #FA3A4D;
    flex: 0 0 auto;
}

.product-create-redesign .create-section-title h2 {
    margin: 0;
    color: #0A0D14;
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
}



.product-create-redesign .content-before {
    --bs-gutter-x: 20px;
    --bs-gutter-y: 20px;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
}

.product-create-redesign .content-before > [class*="col-"] {
    padding-left: 0;
    padding-right: 20px;
    margin-top: 0;
}

.product-create-redesign .create-field-col {
    margin: 0;
}

.product-create-redesign label {
    display: block;
    margin: 0 0 4px;
    color: #0A0D14;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
}

.product-create-redesign label .text-danger,
.product-create-redesign label i.text-danger {
    margin-left: 2px;
    font-style: normal;
    color: #FA3A4D !important;
}

.product-create-redesign .form-control,
.product-create-redesign .form-select,
.product-create-redesign .create-input,
.product-create-redesign .create-select {
    width: 100%;
    min-height: 40px;
    height: 40px;
    border: 1px solid #E2E4E9;
    border-radius: 10px;
    background-color: #ffffff;
    color: #0A0D14;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    padding: 9px 12px;
    box-shadow: none;
    outline: none;
    transition: border-color 0.18s ease, box-shadow 0.18s ease, background-color 0.18s ease;
}

.product-create-redesign .create-user-section .form-control,
.product-create-redesign .create-user-section .create-input,
.product-create-redesign .form-control:disabled {
    background-color: #F6F8FA;
    border-color: #F6F8FA;
    color: #868C98;
    opacity: 1;
}

.product-create-redesign .form-control::placeholder,
.product-create-redesign .create-input::placeholder,
.product-create-redesign textarea::placeholder {
    color: #A0A7B4;
}

.product-create-redesign .form-control:focus,
.product-create-redesign .form-select:focus,
.product-create-redesign .create-input:focus,
.product-create-redesign .create-select:focus {
    border-color: #375DFB;
    box-shadow: 0 0 0 3px rgba(55, 93, 251, 0.12);
}

.product-create-redesign select.form-select,
.product-create-redesign select.create-select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding-right: 38px;
    background-image: url("data:image/svg+xml,%3Csvg width='14' height='8' viewBox='0 0 14 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L7 7L13 1' stroke='%236B7280' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 14px center;
    background-size: 12px 7px;
    cursor: pointer;
}

.product-create-redesign .uploaded-image-box {
    width: 100%;
    margin: 0 0 28px;
    padding: 16px;
    border-radius: 18px;
    background: #F8F8F8;
}

.product-create-redesign .upload-area {
    width: 100%;
    min-height: 170px;
    border: 1.5px dashed #D4D8E1;
    border-radius: 18px;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: border-color 0.2s ease, background-color 0.2s ease;
}

.product-create-redesign .upload-area:hover {
    border-color: #21C995;
    background: #FDFFFE;
}

.product-create-redesign .upload-content {
    text-align: center;
}

.product-create-redesign .upload-icon {
    margin-bottom: 10px;
    color: #21C995;
    font-size: 20px;
    line-height: 1;
}

.product-create-redesign .upload-content h4 {
    margin: 0 0 6px;
    color: #21C995;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
}

.product-create-redesign .upload-content p {
    margin: 0 0 12px;
    color: #8A94A6;
    font-size: 12px;
    line-height: 18px;
    font-weight: 400;
}

.product-create-redesign .upload-btn {
    height: 30px;
    border: 1px solid #E2E4E9;
    background: #ffffff;
    border-radius: 20px;
    padding: 0 14px;
    color: #525866;
    font-size: 13px;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    box-shadow: 0 2px 7px rgba(10, 13, 20, 0.08);
    cursor: pointer;
}

.product-create-redesign .img_load {
    display: none !important;
}

.product-create-redesign .result_photos {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 16px;
}

.product-create-redesign .result_photos > * {
    position: relative;
    width: 136px;
    min-height: 142px;
    padding: 8px;
    background: #ffffff;
    border: 1px solid #E2E4E9;
    border-radius: 14px;
    box-shadow: 0 8px 18px rgba(10, 13, 20, 0.08);
    overflow: visible;
}

.product-create-redesign .result_photos img {
    width: 100%;
    height: 95px;
    object-fit: cover;
    border-radius: 10px;
    display: block;
}

.product-create-redesign .result_photos a,
.product-create-redesign .result_photos button {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    border: none;
    background: #F6F8FA;
    color: #525866;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 5px;
    margin-bottom: 6px;
    text-decoration: none;
}

.product-create-redesign .order-of-temp-images {
    position: absolute !important;
    left: 8px !important;
    bottom: -12px !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 24px;
    padding: 4px 9px !important;
    border-radius: 20px !important;
    font-size: 12px !important;
    font-weight: 600;
    color: #ffffff !important;
    white-space: nowrap;
}

.product-create-redesign .order-of-temp-images--main {
    background: linear-gradient(135deg, #21C995, #1BB180) !important;
}

.product-create-redesign .order-of-temp-images--secondary {
    background: linear-gradient(135deg, #8A94A6, #6B7280) !important;
}

.product-create-redesign .description-col {
    position: relative;
}

.product-create-redesign .create-textarea,
.product-create-redesign #description {
    width: 100%;
    min-height: 100px;
    height: 100px;
    resize: vertical;
    border: 1px solid #E2E4E9;
    border-radius: 10px;
    background: #ffffff;
    padding: 12px 14px 26px;
}

.product-create-redesign .description-counter {
    position: absolute;
    right: 18px;
    bottom: 10px;
    color: #8A94A6;
    font-size: 12px;
    line-height: 16px;
}

.product-create-redesign .category-apply {
    margin-left: 0;
    margin-right: 0;
    padding: 16px;
    background: #F8F8F8;
    border-radius: 14px;
}

.product-create-redesign .create-map-section {
    margin-top: 34px;
}

.product-create-redesign .product-map,
.product-create-redesign #generalMap {
    width: 100%;
    height: 330px !important;
    border-radius: 18px;
    overflow: hidden;
    border: none;
    background: #F3F4F6;
    box-shadow: none;
}

.product-create-redesign #generalMap .leaflet-tile {
    filter: none;
}

.product-create-redesign #generalMap .leaflet-control-container {
    display: none;
}

.product-create-redesign .create-address-field {
    margin-top: 18px;
}

.product-create-redesign .create-product-footer {
    margin-top: 34px;
    padding-top: 18px;
    border-top: 1px solid #E2E4E9;
}

.product-create-redesign .create-product-footer__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
}

.product-create-redesign .terms-check {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin: 0;
    cursor: pointer;
    user-select: none;
}

.product-create-redesign .terms-check input {
    display: none;
}

.product-create-redesign .terms-check__box {
    width: 16px;
    height: 16px;
    border: 1px solid #D4D8E1;
    border-radius: 4px;
    background: #ffffff;
    position: relative;
    flex: 0 0 auto;
}

.product-create-redesign .terms-check__box::after {
    content: "";
    position: absolute;
    left: 4px;
    top: 1px;
    width: 5px;
    height: 9px;
    border: solid #ffffff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg) scale(0);
    transition: transform 0.18s ease;
}

.product-create-redesign .terms-check input:checked + .terms-check__box {
    border-color: #375DFB;
    background: #375DFB;
}

.product-create-redesign .terms-check input:checked + .terms-check__box::after {
    transform: rotate(45deg) scale(1);
}

.product-create-redesign .terms-check__text {
    color: #0A0D14;
    font-size: 13px;
    line-height: 18px;
    font-weight: 400;
}

.product-create-redesign .terms-check__text a {
    color: #375DFB;
    font-weight: 600;
    text-decoration: none;
}

.product-create-redesign .create-product-btn {
    min-width: 142px;
    height: 38px;
    border: none;
    border-radius: 30px;
    padding: 0 8px 0 18px;
    background: linear-gradient(90deg, #1E38FF 0%, #57E395 100%);
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-size: 13px;
    line-height: 18px;
    font-weight: 600;
    box-shadow: 0 8px 20px rgba(55, 93, 251, 0.22);
    cursor: pointer;
    transition: transform 0.18s ease, box-shadow 0.18s ease, opacity 0.18s ease;
}

.product-create-redesign .create-product-btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 12px 26px rgba(55, 93, 251, 0.28);
}

.product-create-redesign .create-product-btn:disabled {
    opacity: 0.75;
    cursor: not-allowed;
    transform: none;
}

.product-create-redesign .create-product-btn__icon {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    border: 1.7px solid rgba(255, 255, 255, 0.88);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    flex: 0 0 auto;
}

/* Color select like the requested design */
.product-create-redesign .create-color-select {
    position: relative;
    width: 100%;
    height: 58px;
    min-height: 58px;
    border: 1px solid #E2E4E9;
    border-radius: 18px;
    background: #ffffff;
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 0 18px 0 22px;
    box-shadow: 0 1px 2px rgba(10, 13, 20, 0.04);
    overflow: hidden;
    cursor: pointer;
    transition: border-color 0.18s ease, box-shadow 0.18s ease;
}

.product-create-redesign .create-color-select:focus-within,
.product-create-redesign .create-color-select:hover {
    border-color: #D4D8E1;
    box-shadow: 0 0 0 3px rgba(55, 93, 251, 0.08);
}

.product-create-redesign .create-color-select input[type="color"] {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    min-height: 58px;
    margin: 0;
    padding: 0;
    border: 0;
    opacity: 0;
    cursor: pointer;
    z-index: 4;
}

.product-create-redesign .create-color-swatch {
    width: 32px;
    height: 32px;
    border-radius: 7px;
    flex: 0 0 auto;
    box-shadow: inset 0 0 0 1px rgba(10, 13, 20, 0.04);
    pointer-events: none;
}

.product-create-redesign .create-color-value {
    color: #0A0D14;
    font-size: 24px;
    line-height: 1;
    font-weight: 500;
    letter-spacing: -0.02em;
    flex: 1 1 auto;
    pointer-events: none;
}

.product-create-redesign .create-color-wheel {
    width: 29px;
    height: 29px;
    border-radius: 50%;
    flex: 0 0 auto;
    background: conic-gradient(#375DFB 0 17%, #13C296 17% 34%, #F6D84C 34% 51%, #F97316 51% 68%, #EF4444 68% 84%, #8B5CF6 84% 100%);
    position: relative;
    pointer-events: none;
}

.product-create-redesign .create-color-wheel::after {
    content: "";
    position: absolute;
    inset: 8px;
    border-radius: 50%;
    background: #ffffff;
}

@media (max-width: 767px) {
    .product-create-redesign .create-color-select {
        height: 50px;
        min-height: 50px;
        border-radius: 14px;
        padding-left: 14px;
        padding-right: 14px;
        gap: 12px;
    }

    .product-create-redesign .create-color-swatch {
        width: 28px;
        height: 28px;
    }

    .product-create-redesign .create-color-value {
        font-size: 18px;
    }

    .product-create-redesign .create-color-wheel {
        width: 24px;
        height: 24px;
    }

    .product-create-redesign .create-color-wheel::after {
        inset: 6px;
    }
}

.product-create-redesign .nice-select {
    display: none !important;
}

@media (max-width: 991px) {
    .product-create-redesign .create-card {
        padding: 18px;
    }

    .product-create-redesign .product-map,
    .product-create-redesign #generalMap {
        height: 280px !important;
    }
}

@media (max-width: 767px) {
    .product-create-redesign {
        padding: 14px 0 28px;
    }

    .product-create-redesign .create-page-title {
        font-size: 22px;
        margin-bottom: 18px;
    }

    .product-create-redesign .create-card {
        border-radius: 16px;
        padding: 14px;
    }

    .product-create-redesign .create-section-title h2 {
        font-size: 16px;
    }

    .product-create-redesign .uploaded-image-box {
        padding: 10px;
    }

    .product-create-redesign .upload-area {
        min-height: 150px;
    }

    .product-create-redesign .content-before > [class*="col-"] {
        padding-right: 0;
    }

    .product-create-redesign .create-product-footer__inner {
        align-items: stretch;
    }

    .product-create-redesign .create-product-footer__right,
    .product-create-redesign .create-product-btn {
        width: 100%;
    }

    .product-create-redesign .product-map,
    .product-create-redesign #generalMap {
        height: 240px !important;
    }
}


/* Temporary uploader card fix */
.product-create-redesign .result_photos {
    gap: 18px 22px;
    align-items: flex-start;
    padding-top: 30px;
}

.product-create-redesign .result_photos .data-temporary-file-pl-rg-j {
    width: 124px !important;
    height: 116px !important;
    min-height: 116px !important;
    margin: 0 0 26px 0 !important;
    padding: 0 !important;
    border: 1px solid #E2E4E9 !important;
    border-radius: 14px !important;
    background: #ffffff !important;
    box-shadow: 0 10px 22px rgba(10, 13, 20, 0.09) !important;
    cursor: grab;
    overflow: visible !important;
}

.product-create-redesign .result_photos .data-temporary-file-pl-rg-j:active {
    cursor: grabbing;
}

.product-create-redesign .result_photos .inside-image-temp-rg {
    width: 100% !important;
    height: 100% !important;
    border-radius: 14px !important;
    background-size: contain !important;
    background-position: center !important;
    background-color: #ffffff !important;
}

.product-create-redesign .result_photos [data-action="rotate-image-temp-rg"],
.product-create-redesign .result_photos [data-action="look-full-rg-temp-image"],
.product-create-redesign .result_photos [data-action="close-temp"] {
    width: 28px !important;
    height: 28px !important;
    top: -36px !important;
    border-radius: 50% !important;
    background: #92A0AF !important;
    color: #ffffff !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    line-height: 28px !important;
    font-size: 13px !important;
    box-shadow: none !important;
    z-index: 5;
}

.product-create-redesign .result_photos [data-action="rotate-image-temp-rg"][data-to="left"] {
    left: 0 !important;
    right: auto !important;
}

.product-create-redesign .result_photos [data-action="rotate-image-temp-rg"][data-to="right"] {
    left: 36px !important;
    right: auto !important;
}

.product-create-redesign .result_photos [data-action="look-full-rg-temp-image"] {
    left: 72px !important;
    right: auto !important;
}

.product-create-redesign .result_photos [data-action="close-temp"] {
    left: 108px !important;
    right: auto !important;
}

.product-create-redesign .order-of-temp-images {
    left: 50% !important;
    bottom: -18px !important;
    transform: translateX(-50%);
    min-width: 34px;
    min-height: 34px;
    padding: 5px 11px !important;
    border-radius: 999px !important;
    font-size: 14px !important;
    font-weight: 700;
    z-index: 6;
    box-shadow: 0 8px 18px rgba(10, 13, 20, 0.14);
}

.product-create-redesign .order-of-temp-images--main {
    min-width: 105px;
    background: #21C995 !important;
}

.product-create-redesign .order-of-temp-images--secondary {
    background: #8490A3 !important;
}

.product-create-redesign .ui-sortable-helper {
    transform: scale(1.02);
    z-index: 1000 !important;
}

/* Address search autocomplete */
.product-create-redesign .address-search-wrapper {
    position: relative;
    width: 100%;
}

.product-create-redesign .address-search-results {
    position: absolute;
    left: 0;
    right: 0;
    top: calc(100% + 8px);
    display: none;
    max-height: 270px;
    overflow-y: auto;
    padding: 8px;
    background: #ffffff;
    border: 1px solid #E2E4E9;
    border-radius: 14px;
    box-shadow: 0 18px 42px rgba(10, 13, 20, 0.14);
    z-index: 1090;
}

.product-create-redesign .address-search-item {
    width: 100%;
    min-height: 58px;
    border: none;
    border-radius: 10px;
    background: transparent;
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 10px;
    text-align: left;
    cursor: pointer;
    transition: background-color 0.18s ease;
}

.product-create-redesign .address-search-item:hover {
    background: #F6F8FA;
}

.product-create-redesign .address-search-item__icon {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: rgba(250, 58, 77, 0.10);
    color: #FA3A4D;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    margin-top: 2px;
}

.product-create-redesign .address-search-item__content {
    min-width: 0;
    display: block;
}

.product-create-redesign .address-search-item__content b {
    display: block;
    color: #0A0D14;
    font-size: 14px;
    line-height: 19px;
    font-weight: 600;
    margin-bottom: 3px;
}

.product-create-redesign .address-search-item__content small {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #6B7280;
    font-size: 12px;
    line-height: 17px;
}

.product-create-redesign .address-search-loading,
.product-create-redesign .address-search-empty {
    padding: 12px 10px;
    color: #6B7280;
    font-size: 13px;
    line-height: 18px;
}

.product-create-redesign .address-search-hint {
    display: block;
    margin-top: 7px;
    color: #8A94A6;
    font-size: 12px;
    line-height: 17px;
}

.product-create-redesign .leaflet-popup-content-wrapper,
.product-create-redesign .leaflet-popup-tip {
    box-shadow: 0 10px 24px rgba(10, 13, 20, 0.14);
}


.product-create-redesign .create-card {
    padding: 24px 28px;
}

.product-create-redesign .create-form-row {
    margin-top: 20px;
}
.product-create-redesign .create-form-row .form-group{
    margin-top: 20px;
}

.product-create-redesign .create-field-col {
    margin: 0;
}

.product-create-redesign .dynamic-content .content-before {
    display: contents;
}



.product-create-redesign .dynamic-content .content-before > [class*="col-"] {
    padding-left: calc(var(--bs-gutter-x) * .5);
    padding-right: calc(var(--bs-gutter-x) * .5);
    margin-top: 0;
}

.product-create-redesign .dynamic-content label {
    margin: 0 0 8px;
    color: #0A0D14;
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
}

.product-create-redesign .dynamic-content label i.text-danger,
.product-create-redesign .dynamic-content label .text-danger {
    color: #FA3A4D !important;
    font-style: normal;
    margin-left: 2px;
}

.product-create-redesign .dynamic-content .form-control,
.product-create-redesign .dynamic-content .form-select,
.product-create-redesign .dynamic-content .create-input,
.product-create-redesign .dynamic-content .create-select {
    height: 50px;
    min-height: 50px;
    border: 1px solid #E2E4E9;
    border-radius: 12px;
    background-color: #ffffff;
    color: #0A0D14;
    font-size: 16px;
    line-height: 22px;
    padding: 0 16px;
    box-shadow: 0 1px 2px rgba(10, 13, 20, 0.03);
}

.product-create-redesign .dynamic-content .form-control::placeholder,
.product-create-redesign .dynamic-content .create-input::placeholder,
.product-create-redesign .dynamic-content textarea::placeholder {
    color: #8A94A6;
}

.product-create-redesign .dynamic-content select.form-select,
.product-create-redesign .dynamic-content select.create-select {
    padding-right: 44px;
    background-position: right 18px center;
}

.product-create-redesign .dynamic-content .create-color-select {
    height: 50px;
    min-height: 50px;
    border: 1px solid #E2E4E9;
    border-radius: 12px;
    padding: 0 14px 0 16px;
    gap: 12px;
    box-shadow: 0 1px 2px rgba(10, 13, 20, 0.03);
}

.product-create-redesign .dynamic-content .create-color-swatch {
    width: 20px;
    height: 20px;
    border-radius: 4px;
}

.product-create-redesign .dynamic-content .create-color-value {
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    letter-spacing: 0;
}

.product-create-redesign .dynamic-content .create-color-wheel {
    width: 22px;
    height: 22px;
}

.product-create-redesign .dynamic-content .create-color-wheel::after {
    inset: 6px;
}

.product-create-redesign .description-col {
    margin-top: 20px;
}

.product-create-redesign .create-media-section {
    margin-top: 30px;
}

.product-create-redesign .create-section-title--small .create-section-line {
    height: 34px;
}

@media (max-width: 991px) {
    .product-create-redesign .create-card {
        padding: 18px;
    }
}


.product-create-redesign {
    overflow-x: hidden;
}


.product-create-redesign .create-card {
    width: 100%;
    max-width: 100%;
    padding: 20px;
    overflow: hidden;
}

.product-create-redesign .create-form-row {
    --bs-gutter-x: 20px;
    --bs-gutter-y: 24px;
    align-items: flex-start;
}

.product-create-redesign .dynamic-content .content-before {
    display: contents;
}

.product-create-redesign .dynamic-content .content-before > [class*="col-"] {
    padding-left: calc(var(--bs-gutter-x) * .5);
    padding-right: calc(var(--bs-gutter-x) * .5);
    margin-top: 0;
}

.product-create-redesign .create-field-col,
.product-create-redesign .dynamic-content .content-before > [class*="col-"] {
    min-width: 0;
    margin-top: 20px;
}

.product-create-redesign .dynamic-content label {
    margin: 0 0 8px;
    color: #0A0D14;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
}

.product-create-redesign .dynamic-content .form-control,
.product-create-redesign .dynamic-content .form-select,
.product-create-redesign .dynamic-content .create-input,
.product-create-redesign .dynamic-content .create-select {
    width: 100%;
    height: 40px;
    min-height: 40px;
    border: 1px solid #E2E4E9;
    border-radius: 10px;
    background-color: #ffffff;
    color: #0A0D14;
    font-size: 16px;
    line-height: 22px;
    padding: 0 16px;
    box-shadow: 0 1px 2px rgba(10, 13, 20, 0.03);
}

.product-create-redesign .dynamic-content select.form-select,
.product-create-redesign .dynamic-content select.create-select {
    padding-right: 44px;
    background-position: right 18px center;
}

.product-create-redesign .dynamic-content .create-color-select {
    height: 50px;
    min-height: 50px;
    border-radius: 12px;
    padding: 0 14px 0 16px;
    gap: 12px;
}

.product-create-redesign .dynamic-content .create-color-swatch {
    width: 20px;
    height: 20px;
    border-radius: 4px;
}

.product-create-redesign .dynamic-content .create-color-value {
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    letter-spacing: 0;
}

.product-create-redesign .dynamic-content .create-color-wheel {
    width: 22px;
    height: 22px;
}

.product-create-redesign .dynamic-content .create-color-wheel::after {
    inset: 6px;
}

.product-create-redesign .description-col {
    margin-top: 8px;
}

.product-create-redesign .create-textarea,
.product-create-redesign #description {
    min-height: 96px;
    height: 96px;
}

.product-create-redesign .create-media-section {
    margin-top: 28px;
}

.product-create-redesign .create-section-title--small .create-section-line {
    height: 34px;
}

.product-create-redesign .result_photos .data-temporary-file-pl-rg-j.temp-image-dragging {
    opacity: 0.65;
    transform: scale(0.98);
}

.product-create-redesign .result_photos .data-temporary-file-pl-rg-j[draggable="true"] {
    user-select: none;
}
/* Better product image sorting on desktop and mobile */
.product-create-redesign .result_photos .data-temporary-file-pl-rg-j {
    touch-action: none;
    -webkit-user-drag: none;
    transition: transform 0.16s ease, box-shadow 0.16s ease, border-color 0.16s ease;
}

.product-create-redesign .result_photos.is-sorting-images .data-temporary-file-pl-rg-j {
    cursor: grabbing !important;
}

.product-create-redesign .result_photos .data-temporary-file-pl-rg-j.temp-image-sorting,
.product-create-redesign .result_photos .data-temporary-file-pl-rg-j.temp-image-dragging {
    z-index: 30;
    border-color: #21C995 !important;
    box-shadow: 0 14px 30px rgba(33, 201, 149, 0.22) !important;
    transform: scale(1.04);
}

body.is-temp-image-sorting {
    user-select: none;
    -webkit-user-select: none;
    overscroll-behavior: contain;
}

@media (max-width: 768px) {
    .product-create-redesign .result_photos {
        gap: 18px 16px;
        justify-content: flex-start;
        padding-top: 34px;
    }

    .product-create-redesign .result_photos .data-temporary-file-pl-rg-j {
        width: 112px !important;
        height: 108px !important;
        min-height: 108px !important;
        margin-bottom: 30px !important;
    }

    .product-create-redesign .result_photos [data-action="rotate-image-temp-rg"],
    .product-create-redesign .result_photos [data-action="look-full-rg-temp-image"],
    .product-create-redesign .result_photos [data-action="close-temp"] {
        width: 26px !important;
        height: 26px !important;
        line-height: 26px !important;
        top: -34px !important;
    }

    .product-create-redesign .result_photos [data-action="rotate-image-temp-rg"][data-to="left"] {
        left: 0 !important;
    }

    .product-create-redesign .result_photos [data-action="rotate-image-temp-rg"][data-to="right"] {
        left: 32px !important;
    }

    .product-create-redesign .result_photos [data-action="look-full-rg-temp-image"] {
        left: 64px !important;
    }

    .product-create-redesign .result_photos [data-action="close-temp"] {
        left: 96px !important;
    }

    .product-create-redesign .order-of-temp-images--main {
        min-width: 96px;
        font-size: 13px !important;
    }
}

/* Reliable image ordering buttons for desktop and mobile */
.product-create-redesign .temp-image-order-controls {
    position: absolute;
    inset: 0;
    z-index: 8;
    pointer-events: none;
}

.product-create-redesign .temp-image-move-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 34px !important;
    height: 34px !important;
    min-width: 34px !important;
    border: 0 !important;
    border-radius: 999px !important;
    background: rgba(15, 23, 42, 0.68) !important;
    color: #ffffff !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 0 !important;
    padding: 0 !important;
    cursor: pointer;
    pointer-events: auto;
    box-shadow: 0 8px 18px rgba(10, 13, 20, 0.18) !important;
    touch-action: manipulation;
    -webkit-tap-highlight-color: transparent;
}

.product-create-redesign .temp-image-move-btn--prev {
    left: 6px;
}

.product-create-redesign .temp-image-move-btn--next {
    right: 6px;
}

.product-create-redesign .temp-image-move-btn:disabled {
    opacity: 0.28;
    cursor: not-allowed;
}

.product-create-redesign .temp-image-move-btn i {
    font-size: 13px;
    line-height: 1;
}

@media (min-width: 769px) {
    .product-create-redesign .temp-image-order-controls {
        opacity: 0;
        transition: opacity 0.16s ease;
    }

    .product-create-redesign .data-temporary-file-pl-rg-j:hover .temp-image-order-controls {
        opacity: 1;
    }
}

@media (max-width: 768px) {
    .product-create-redesign .temp-image-order-controls {
        opacity: 1;
    }

    .product-create-redesign .temp-image-move-btn {
        width: 36px !important;
        height: 36px !important;
        min-width: 36px !important;
    }
}

/* Password show / hide button */
.product-create-redesign .create-password-field {
    position: relative;
    width: 100%;
}

.product-create-redesign .create-password-field .create-input {
    padding-right: 46px;
}

.product-create-redesign .create-password-toggle {
    position: absolute;
    top: 50%;
    right: 8px;
    width: 34px;
    height: 34px;
    transform: translateY(-50%);
    border: 0;
    border-radius: 10px;
    background: transparent;
    color: #525866;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background-color 0.18s ease, color 0.18s ease;
}

.product-create-redesign .create-password-toggle:hover,
.product-create-redesign .create-password-toggle:focus {
    background: #F6F8FA;
    color: #0A0D14;
    outline: none;
}

.product-create-redesign .create-password-toggle i {
    font-size: 15px;
    line-height: 1;
}