/** Shopify CDN: Minification failed

Line 3934:0 Unexpected "}"

**/
.dynamic-sections {
    display: unset;
}

.page-content {
    padding-top: 20px;
}

.plush-frame-options {
    margin-top: 50px;
}

.rushContainer {
    border-radius: 51px;
    background: #F6F6F6;
    padding: 2rem 0px;
}

.RushSelection_Container {
    border-radius: 51px;
    background: rgba(84, 97, 200, 0.10);
    padding: 2rem 2.5rem;
}

.rush_container_main #rushTypeLabel {
    border-radius: 100px;
    background: #5461C8;
    color: #fff;
    width: fit-content;
    padding: 8px 12px;
    font-family: Inter;
    font-weight: 500;
    font-size: 16px;
    line-height: normal;
    letter-spacing: 0;
    text-transform: uppercase;
}

@keyframes zoomBounce {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.05);
    }

    100% {
        transform: scale(1);
    }
}

.main_wrapper_plush_content.animate-zoom {
    animation: zoomBounce 0.4s ease-in-out;
}

.rush_container_main #rushDate {
    font-family: Inter;
    font-weight: 700;
    font-size: 16px;
    line-height: normal;
    letter-spacing: 0;
    color: #5461C8;
}

.EstimatedDelivery_box {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 30px;
}

.main_content_rush_container {
    border-radius: 40px;
    background: #FFF;
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin: 1rem 0px;
    padding: 25px;
    align-items: center;
}

.main_wrapper_plush_content .rushLabel {
    font-family: Inter;
    font-weight: 400;
    font-size: 16px;
    line-height: normal;
    letter-spacing: 0;
    color: #000000;
}

.main_wrapper_plush_content .rush_estimated {
    font-family: Inter;
    font-weight: 300;
    font-size: 11px;
    line-height: normal;
    letter-spacing: 0;
    color: #000;
    padding: 3px 0px;
}

.main_wrapper_plush_content .rush_price_cont {
    font-family: Inter;
    font-weight: 500;
    font-size: 14px;
    line-height: normal;
    letter-spacing: 0;
    color: #000;
}

.rush_container_main .rush_heading {
    font-family: Inter !important;
    font-weight: 600 !important;
    font-size: 20px !important;
    line-height: normal;
    letter-spacing: 0;
    color: #000;
    text-align: center !important;
}

.rush_container_main .rush_message {
    font-family: Inter;
    font-weight: 700;
    font-size: 14px;
    line-height: normal;
    letter-spacing: 0;
    text-align: center;
    color: #000;
    font-style: italic;
    max-width: 410px;
    margin: 0 auto;
}

.rush_container_main .rush_subheading {
    font-family: Inter;
    font-weight: 300;
    font-size: 16px;
    line-height: normal;
    letter-spacing: 0;
    text-align: center;
    color: #000;
    max-width: 410px;
    margin: 0 auto;
    padding: 12px 0px 25px;
}

.circle_style_div img {
    border-radius: 36px;
    width: 72px;
    height: 72px;
    object-fit: cover;
    display: block;
}

.main_wrapper_plush_estimated_cont {
    gap: 12px;
    display: flex;
    align-items: center;
}

.label_rushdate_cont {
    font-family: Inter;
    font-weight: 300;
    font-size: 16px;
    line-height: normal;
    letter-spacing: 0;
    color: #000;
    max-width: 260px;
}

.content_Rushvalue {
    width: 260px;
}

.rush-toggle {
    display: inline-block;
    cursor: pointer;
}

.rush-toggle input[type="radio"] {
    display: none;
}

/* ===== 改进的rush toggle样式 ===== */
.rush-toggle .toggle-slider {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 32px;
    background: linear-gradient(135deg, #e2e8f0 0%, #cbd5e0 100%);
    border-radius: 32px;
    transition: all 0.3s ease;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.1);
    cursor: pointer;
}

.rush-toggle .toggle-slider:hover {
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 0 0 3px rgba(215, 69, 164, 0.1);
}

.rush-toggle .toggle-slider::before {
    content: "";
    position: absolute;
    top: 3px;
    left: 3px;
    width: 26px;
    height: 20px;
    background: white;
    border-radius: 50%;
    transition: transform 0.3s;
}

.rush-toggle input[type="radio"]:checked+.toggle-slider {
    background: #5461C8;
}

.rush-toggle input[type="radio"]:checked+.toggle-slider::before {
    transform: translateX(26px);
}

.top-banner {
    background-color: rgba(217, 217, 217, 0.5);
    text-align: center;
    padding: 30px 0;
}

.mt-40 {
    margin-top: 40px;
}

.mt-20 {
    margin-top: 20px;
    font-size: 22px !important;
}

.top-banner h2 {
    color: #5461c8;
    font-family: 'Poppins' !important;
    font-size: 46px;
    font-weight: 700;
}

.page-content h3 {
    font-family: Inter;
    font-size: 22px;

}

.customizer-step {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 1rem;
    margin: 2rem 0;
}

#pet-info {
    border-radius: 52px;
    background: #f676ca1a;
    padding: 20px 4px 20px;
    border: 1px dashed rgba(215, 69, 164, 1);
}

.DescriptionBox {
    cursor: pointer;
    text-decoration: underline;
    text-underline-offset: 4px;
    font-size: 16px;
    display: flex;
}

.DescriptionBox strong {
    padding-left: 4px;
}

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


.Colorpalette-Tab {
    text-align: center;
    display: none;
    padding: 0.5rem 0.5rem;
    border-radius: 16px;
    background: linear-gradient(0deg, #FFF 0%, #FFF 100%), #FFF;
}

.tablinks-ColorPalette.active {
    background: rgba(126, 124, 124, 0.15) !important;
    transition: 0.2s ease-in;

}

.tablinks-ColorPalette {
    border-radius: 19px !important;
    font-size: 18px !important;
    max-width: 80% !important;
    width: 245px !important;
    color: rgba(0, 0, 0, 0.90) !important;
    background: linear-gradient(0deg, #FFF 0%, #FFF 100%), #FFF !important;
    border: none !important;
    transition: 0.2s ease-in;

}

.ear-toggle-select {
    margin: 1rem 10rem;
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    padding: 10px 0;
}

#different-ear-position-label {
    color: rgba(126, 124, 124, 0.90);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

.imagePositionValue {
    color: #5461C8;
    text-align: center;
    font-family: 'Poppins' !important;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

/* ===== 改进的ear switch样式 ===== */
.ear-switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 32px;
}

.ear-switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.ear-slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, #e2e8f0 0%, #cbd5e0 100%);
    transition: all 0.3s ease;
    border-radius: 32px;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.1);
}

.ear-slider:hover {
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 0 0 3px rgba(84, 97, 200, 0.1);
}

.ear-slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 3px;
    bottom: 3px;
    background: linear-gradient(135deg, #ffffff 0%, #f7fafc 100%);
    transition: all 0.3s ease;
    border-radius: 50%;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.ear-switch input:checked+.ear-slider {
    background: linear-gradient(135deg, #5461C8 0%, #4A54B8 100%);
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.1), 0 0 0 3px rgba(84, 97, 200, 0.2);
}

.ear-switch input:checked+.ear-slider:before {
    transform: translateX(28px);
    box-shadow: 0 4px 12px rgba(84, 97, 200, 0.3);
}

.ear-switch input:focus+.ear-slider {
    outline: none;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.1), 0 0 0 3px rgba(84, 97, 200, 0.3);
}

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

.ear-tabs {
    display: none;
    align-items: center;
    gap: 10px;
    padding: 0.5rem 0.2rem;
    justify-content: center;
    border-radius: 16px;
    background: linear-gradient(0deg, #FFF 0%, #FFF 100%), #FFF;
}

.ear-tablink {
    color: rgba(0, 0, 0, 0.90) !important;
    background: none !important;
    border: none !important;
    border-radius: 19px !important;
    cursor: pointer;
    transition: 0.2s ease-in;
    max-width: 80% !important;
    width: 245px !important;

}

.ear-tablink.active {
    background: rgba(126, 124, 124, 0.15) !important;
    transition: 0.2s ease-in;
}


.image-description {
    opacity: 0;
    transition: max-height 0.3s ease, opacity 0.3s ease, margin 0.3s ease;
    display: block;
    width: 100%;
    margin: 0;
}

.DescriptionBox_Container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-top: 20px;
}

.image-description.show {
    opacity: 1;
    padding: 10px;
    margin-top: 10px;
    resize: none;
    margin-top: 18px;
    margin-bottom: 10px;
    border-radius: 18px;
}

.radio-label .delete-button-with-radio {
    left: 284px;
}

/* ===== 改进的步骤指示器样式 ===== */
.customizer-step__circle {
    width: 86px;
    height: 85px;
    background: linear-gradient(135deg, #5461C8 0%, #4A54B8 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 900;
    color: #FFFFFF;
    font-size: 22px;
    padding: 20px;
    text-align: center;
    line-height: 100%;
    font-family: 'Poppins', sans-serif !important;
    box-shadow: 0 4px 16px rgba(84, 97, 200, 0.3);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.customizer-step__circle::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.2) 0%, transparent 100%);
    border-radius: 50%;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.customizer-step__circle:hover::before {
    opacity: 1;
}

.customizer-step__circle:hover {
    transform: translateY(-2px) scale(1.05);
    box-shadow: 0 8px 24px rgba(84, 97, 200, 0.4);
}

.customizer-step__circle.active {
    background: linear-gradient(135deg, #D745A4 0%, #B83D8E 100%);
    box-shadow: 0 6px 20px rgba(215, 69, 164, 0.4);
}

.customizer-step__circle.completed {
    background: linear-gradient(135deg, #48bb78 0%, #38a169 100%);
    box-shadow: 0 4px 16px rgba(72, 187, 120, 0.3);
}

.page-content form .step-1,
.page-content form .step-2 {
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    padding: 3rem 8rem;
}

.page-content form .step-3 {
    margin-top: 40px;
    max-width: 100%;
}

.step-3 {
    border-radius: 51px;
    background: rgba(246, 118, 202, 0.10);
    padding: 65px 30px 65px;
    border: 1px dashed rgba(215, 69, 164, 1);
}

.step-3 h3 {
    font-family: Inter !important;
    font-size: 20px !important;
}

.step-4 {
    text-align: center;
    padding: 0px 8rem;
}

.step-4 input {
    width: 35px !important;
    height: 35px;
    max-width: 50px !important;
    margin-right: 15px;
}

#different-eye-color {
    padding: 0px;
    box-shadow: none;
    border-radius: 0;
}

#different-eye-color-label {
    color: rgba(126, 124, 124, 0.90);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;

}

.custom-flex-container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 0 24px;
}

.color-container {
    position: relative;
    max-width: 960px;
    margin: 40px auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

.custom-container .color[title="Missing"]:after {
    content: "";
    display: block;
    width: 2px;
    height: 100%;
    background: red;
    transform: rotate(40deg) translate(-50%, -50%);
    position: absolute;
    top: 37%;
    left: 19%;
}

.one-half {
    width: calc(80% - 20px);
    background: linear-gradient(0deg, #FFF 0%, #FFF 100%), #FFF;
}

.second-half {
    width: calc(80% - 20px);
    background: linear-gradient(0deg, #FFF 0%, #FFF 100%), #FFF;
    display: none;
}

.custom-flex-item {
    width: 16%;
    padding: 10px 2px;
    text-align: center;
    transition: all 0.3s ease;
}

.custom-flex-item .color {
    display: inline-flex;
    width: 40px;
    height: 40px;
    border-radius: 9999px;
    justify-content: center;
    align-items: center;
    color: #fff;
    position: relative;
}

.custom-flex-item .title {
    display: block;
    font-family: Inter;
    text-align: center;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.6em;
}

.step-4 h4 {
    font-family: Inter;
}

.step-4 h4:first-of-type {
    margin-top: 20px;
    font-weight: bold;
}

.multi-color-select {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 20px;
    border-top: 1px solid #000;
    /* Top border */
    border-bottom: 1px solid #000;
    /* Bottom border */
    padding: 10px 0;
    /* Spacing inside the borders */
    gap: 10px;
    /* Space between <p> and switch */
}

.multi-color-select h4 {
    margin-top: unset !important;
}

/* ===== 改进的表单样式 ===== */
.page-content form .form-field {
    display: flex;
    flex-direction: column;
    margin-bottom: 24px;
}

.page-content form .input-label {
    margin-bottom: 8px;
}

.page-content form .step-1>div {
    margin-bottom: 40px;
}

.page-content form label {
    color: #2d3748;
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 8px;
}

.page-content form input,
.page-content form select {
    width: 100%;
    max-width: 100%;
    border-radius: 12px;
    border: 2px solid rgba(0, 0, 0, 0.08);
    background: #ffffff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
    padding: 16px 20px;
    font-size: 16px;
    font-family: 'Inter', sans-serif;
    transition: all 0.3s ease;
    outline: none;
}

.page-content form input:focus,
.page-content form select:focus {
    border-color: #D745A4;
    box-shadow: 0 4px 16px rgba(215, 69, 164, 0.15);
    transform: translateY(-1px);
}

.page-content form input:hover,
.page-content form select:hover {
    border-color: rgba(215, 69, 164, 0.3);
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.1);
}

/* ===== 改进的按钮样式 ===== */
.page-content form button {
    cursor: pointer;
    background: linear-gradient(135deg, #D745A4 0%, #B83D8E 100%);
    padding: 18px 32px;
    width: 300px;
    max-width: 100%;
    border: none;
    border-radius: 50px;
    color: #ffffff;
    font-size: 18px;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    box-shadow: 0 4px 16px rgba(215, 69, 164, 0.3);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.page-content form button::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.5s;
}

.page-content form button:hover::before {
    left: 100%;
}

.page-content form button:hover {
    background: linear-gradient(135deg, #E055B0 0%, #C44A9A 100%);
    transform: translateY(-2px);
    box-shadow: 0 6px 24px rgba(215, 69, 164, 0.4);
}

.page-content form button:active {
    transform: translateY(0);
    box-shadow: 0 2px 8px rgba(215, 69, 164, 0.3);
}

.page-content form .form-button {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 0px !important;
}

/* ===== 改进的分割线样式 ===== */
.horizontal-line {
    margin: 60px 0;
    max-width: 100%;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, transparent 0%, #D745A4 50%, transparent 100%);
    border: none;
    opacity: 0.3;
}

/* ===== 改进的宠物图片样式 ===== */
.pet-images {
    display: flex;
    flex-wrap: wrap;
    gap: 3rem;
    justify-content: center;
    margin: 40px 0;
    padding: 20px;
}

.pet-images div {
    text-align: center;
    transition: all 0.3s ease;
}

.pet-images .pet-image-container {
    position: relative;
    cursor: pointer;
    transition: all 0.3s ease;
}

.pet-images .pet-image-container:hover {
    transform: translateY(-8px);
}

.pet-images img {
    width: 180px;
    height: 180px;
    border-radius: 50%;
    border: 3px solid #e2e8f0;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    object-fit: cover;
}

.pet-images .pet-image {
    margin-bottom: 16px;
    border-radius: 50%;
    height: 185px;
    width: 185px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.pet-images .pet-image::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(215, 69, 164, 0.1) 0%, rgba(84, 97, 200, 0.1) 100%);
    opacity: 0;
    transition: opacity 0.3s ease;
    border-radius: 50%;
}

.pet-images .pet-image:hover::before {
    opacity: 1;
}

.pet-images .pet-image:hover {
    transform: scale(1.05);
    box-shadow: 0 8px 32px rgba(215, 69, 164, 0.2);
}

.pet-images .pet-image.selected {
    border: 4px solid #D745A4;
    box-shadow: 0 8px 32px rgba(215, 69, 164, 0.3);
}

.pet-images span {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #2d3748;
    margin-top: 12px;
    display: block;
    transition: color 0.3s ease;
}

.pet-images .pet-image-container:hover span {
    color: #D745A4;
}

/* ===== 改进的开关组件样式 ===== */
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 32px;
    cursor: pointer;
}

/* Hide the default checkbox */
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

/* Slider track */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, #e2e8f0 0%, #cbd5e0 100%);
    transition: all 0.3s ease;
    border-radius: 32px;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.1);
}

.slider:hover {
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 0 0 3px rgba(215, 69, 164, 0.1);
}

/* Slider handle */
.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 3px;
    bottom: 3px;
    background: linear-gradient(135deg, #ffffff 0%, #f7fafc 100%);
    transition: all 0.3s ease;
    border-radius: 50%;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.flickity-button:disabled {
    opacity: 0;
    cursor: auto;
    pointer-events: none;
}

/* Checked state */
.switch input:checked+.slider {
    background: linear-gradient(135deg, #D745A4 0%, #B83D8E 100%);
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.1), 0 0 0 3px rgba(215, 69, 164, 0.2);
}

.switch input:checked+.slider:before {
    transform: translateX(28px);
    background: linear-gradient(135deg, #ffffff 0%, #f7fafc 100%);
    box-shadow: 0 4px 12px rgba(215, 69, 164, 0.3);
}

.switch input:focus+.slider {
    outline: none;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.1), 0 0 0 3px rgba(215, 69, 164, 0.3);
}

.pet-image.active {
    border: 3px solid #D745A4;
}


.pet-image.active,
.pet-image:hover {
    border: 3px solid #D745A4;
    position: relative;
    background-color: rgb(255, 181, 229);
}


.pet-images span {
    color: #5461C8;
    text-align: center;
    font-family: Inter;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}


.page-content .custom-container h3 {
    text-align: center;
    font-weight: 600;
    font-family: 'Poppins';
    font-size: 26px;
}

form .step-2 select {
    width: 100%;
    max-width: 100%;
}

.rushSection {
    max-width: 570px;
    display: flex;
    flex-direction: column;
    margin: auto;
}

form .step-2>div {
    margin-bottom: 50px;
}

form .step-2>div+div .form-field {
    margin-top: 10px;
}

.upload-photo-content {
    max-width: 456px;
    margin: 60px auto 50px;
}

.upload-photo-content p:first-of-type {
    font-family: Inter;
    font-size: 18px;
    text-align: center;
}

.upload-photo-content p:last-of-type {
    font-family: Inter;
    font-size: 18px;
    text-align: center;
}

.flex-box {
    display: flex;
    margin-bottom: 40px;
}

.flex-box .number {
    display: flex;
    align-items: center;
    border: 3px solid #5461c8;
    border-radius: 50%;
    height: 50px;
    width: 50px;
    min-width: 50px;
    margin-right: 25px;
}

.flex-box .number span {
    margin: auto;
    color: #5461c8;
    font-family: Inter;
    font-size: 20px;
    font-weight: 800;
}

.image-uploader {
    background-color: #eaeaea;
    padding: 20px;
    border-radius: 20px;
}

.image-uploader textarea {
    background-color: #eaeaea;
    width: 100%;
    resize: none;
    border: unset;
    outline: unset;
    font-family: Inter;
    font-size: 16px;
    margin-bottom: 25px;
}

.image-uploader textarea:focus-visible {
    border: unset;
}

.add-btn {
    text-align: right;
    max-width: 570px;
    margin: auto;
    padding: 0 25px;
}

.dragBox {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: baseline;
    width: 100%;
    padding: 20px 0px;
    color: #C963CF;
    margin: 0 auto;
    position: relative;
    text-align: center;
    color: #000;
    transition: transform 0.3s;
    border-radius: 100px;
    border: 2px dashed #C963CF;
    font-weight: 700;
    background: #fff;

    font-family: Inter;
    font-size: 22px;

    input[type="file"] {
        position: absolute;
        border-radius: 20px;
        height: 100%;
        width: 100%;
        opacity: 0;
        top: 0;
        left: 0;
        padding: 0;
    }
}

.labelAlert_hide {
    opacity: 0;
    visibility: hidden;
}

/* Container */
.pouch-toggle-switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 26px;
}

/* Hide default checkbox */
.pouch-toggle-switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

/* Slider */
.pouch-slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    transition: 0.4s;
    border-radius: 34px;
}

.pouch-slider:before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    left: 3px;
    bottom: 3px;
    background-color: white;
    transition: 0.4s;
    border-radius: 50%;
}

/* Checked state */
.pouch-toggle-switch input:checked+.pouch-slider {
    background-color: #5461C8;
}

.pouch-toggle-switch input:checked+.pouch-slider:before {
    transform: translateX(24px);
}

#Rush-HLine {
    margin: 6rem 0px;
}


.material-icons {
    background: #df7587;
    border-radius: 14px;
    font-weight: bold;
}


.progress-wrapper {
    width: 15%;
    position: absolute;
    top: 6px;
    right: 100px;
    text-align: center;
    display: none;
}

.progress-status {
    display: none;
    font-size: 0.75em;
    color: #5461c8;
    font-weight: 800;
}

.progress-circle {
    transform: rotate(-90deg);
}

.progress-background {
    fill: none;
    stroke: #b1b1b1ff;
    stroke-width: 4;
}

.progress_Bar {
    fill: none;
    stroke: #4f4f4fff;
    stroke-width: 4;
    stroke-linecap: round;
    stroke-dasharray: 113;
    stroke-dashoffset: 113;
    transition: stroke-dashoffset 0.2s linear;
}

.progress-percentage {
    position: absolute;
    top: 13px;
    left: 24px;
    font-weight: 900;
    font-size: 0.65em;
    color: #5461c8;
}

.page-main-note {
    text-align: center;
    padding: 30px 1rem 0px 1rem;
}

.sections {
    border-radius: 51px;
    background: #f676ca1a;
    padding: 50px 60px;
    margin-bottom: 3rem;
    display: flex;
    flex-direction: column;
    border: 1px dashed rgba(215, 69, 164, 1);
}

._title {
    text-align: left;
    color: #000;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding-bottom: 0.5rem;
}

._message {
    color: #000;
    font-size: 16px;
    font-family: Inter;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    text-align: left;
    padding-right: 8rem;
    padding-bottom: 1rem;
}

._example_message {
    color: #000;
    font-size: 14px;
    font-family: Inter;
    line-height: normal;
    padding-right: 8rem;
    padding-bottom: 1rem;
}

.Color_uploader,
.Length_uploader,
.Age_uploader {
    padding-top: 2rem;
}

.Color_preview,
.Length_preview,
.Age_preview {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 2rem;
}

.question-image-container {
    position: relative;
    cursor: pointer;
    width: 276px;
    height: 286px;
}

.question-image-container img {
    width: 100%;
    height: 100%;
}

.imageDetailsButton {
    display: flex;
    justify-content: center;
}

@media (max-width: 770px) {

    .question-image-container {
        width: 210px;
        height: 220px;
    }

    ._example_message {
        padding-right: 4rem;
    }

    ._message {
        padding-right: 4rem;
    }

    .sections {
        padding: 50px 30px;
    }

    .progress-wrapper {
        right: 60px;
    }

    .progress-percentage {
        left: 15px;
    }

    .productPositions {
        justify-content: space-evenly;
    }

    .pet-images {
        gap: 3rem;
        justify-content: space-evenly;
    }

    #right-col,
    #left-col {
        gap: 30px;
        justify-content: space-evenly;
    }

    .ear-toggle-select {
        margin: 1rem 4rem;
    }

    .step-4 {
        padding: 0px 4rem;
    }

    .delete-button-with-radio {
        left: 312px !important;
    }



    .custom-container {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }

    .top-banner h2 {
        font-size: 35px !important;
    }

    .top-banner {
        padding: 30px 15px;
    }

    .page-content form .step-1,
    .page-content form .step-2 {
        padding: 2rem 5rem !important;
    }

}

.uploadOuter .dragBox label {
    border: 3px solid #5461c8;
    border-radius: 16px;
    padding: 8px 20px;
    color: #5461c8;
}

.uploadOuter .dragBox label:hover {
    color: white;
    background-color: rgb(197, 195, 195);
}

.uploadOuter .dragBox strong {
    margin: 0 20px;
    font-weight: 500;
}

#preview {
    margin: 40px 0px;
    row-gap: 15px;

    img {
        border-radius: 5px;
        width: 300px;
        height: 300px;
        object-fit: cover;
        object-position: center;
    }
}

.pet-image-preview {
    max-width: 270px;
    max-height: 340px;
}

.custom-container {
    max-width: 100%;
    padding-right: 14rem;
    padding-left: 14rem;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
    .custom-container {
        max-width: 700px;
    }

    .page-main-note {
        padding: 30px 1.5rem 0px 1.5rem;
    }
}

@media (min-width: 768px) {

    .custom-container {
        max-width: 880px;
    }

    .page-main-note {
        padding: 30px 4rem 0px 4rem;
    }

}

@media (min-width: 992px) {
    .custom-container {
        max-width: 980px;
    }

    .bandanaInput {
        margin-top: 15px;
    }

    .custom-container {
        padding-right: 5rem;
        padding-left: 5rem;
    }

    .section-container {
        padding: 30px 70px;
    }

    .page-main-note {
        padding: 30px 5rem 0px 5rem;
    }
}

@media (min-width: 1200px) {
    .custom-container {
        max-width: 1200px;
        padding-right: 10rem;
        padding-left: 10rem;
    }

    .section-container {
        padding: 30px 100px;
    }

    .page-main-note {
        padding: 30px 11rem 0px 11rem;
    }

}

@media (min-width: 1400px) {
    .custom-container {
        max-width: 1420px;
    }

    .page-main-note {
        padding: 30px 20rem 0px 20rem;
    }

}

.ear-images {
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: center;
    gap: 30px;
    margin-top: 4rem;
}

#right-col {
    display: flex;
    flex-direction: row;
    gap: 55px;
}

#left-col {
    display: flex;
    flex-direction: row;
    gap: 55px;
}

.ear-image {
    display: flex;
    height: 140px;
    width: 140px;
    align-items: center;
    justify-content: center;
}

.right-label {
    font-family: Inter;
    font-size: 20px;
    font-weight: 600;
    line-height: normal;
    font-style: normal;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    color: #5461C8;
}

.left-label {
    font-family: Inter;
    font-size: 20px;
    font-weight: 600;
    font-style: normal;
    line-height: normal;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    color: #5461C8;
}

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

#next-button {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 51px;
    background: #c963cf;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    margin-top: 20px;
    font-family: Inter;
    border: none;
    letter-spacing: 3px;
}

#next-button:hover {
    background: #848dce;
    border: 1px solidrgba(0, 0, 0, 0);
}

.product-options {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.product-options-label {
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.body-position {
    font-family: Inter;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-top: 40px;
}

.body-position-image {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 186px;
    max-height: 183px;
    flex-shrink: 0;
    margin-bottom: 40px;
}

.body-position-image img {
    cursor: pointer;
    width: 150px;
    height: 150px;
    padding: 10px;
    border-radius: 50%;
    border: 1px solid #5461c8;
}

.position-label {
    color: #5461C8;
    text-align: center;
    font-family: 'Poppins' !important;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
    margin-bottom: 20px;
}

.section-container {
    display: flex;
    flex-direction: column;
    margin-top: 50px;
    border-radius: 52px;
    background: rgba(84, 97, 200, 0.06);
    padding: 30px 125px;
    width: 100%;
}

.section-description {
    color: #000;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

.section-heading {
    display: flex;
    justify-content: center;
    font-size: 22px;
    font-family: Inter;
    font-weight: 700;
    line-height: normal;
    font-style: normal;
    gap: 67px;
    margin-top: 30px;
    margin-bottom: 40px;
}

.productPositions {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
    justify-content: center;
    gap: 55px;
    flex-direction: row;
}

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

.product-option-title {
    font-size: 24px;
    font-family: Inter;
    font-weight: 700;
    line-height: normal;
    font-style: normal;
}

#final-step-button {
    display: flex;
    justify-content: center;
    gap: 5px;
    margin-top: 50px;
}

.final-options {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.final-options-label {
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    display: flex;
    justify-content: center;
}

.upgrade-label {
    font-family: Inter;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    display: flex;
    justify-content: center;
    margin-top: 23px;
}

.final-product-card {
    align-items: center;
    max-width: 949px;
    margin-bottom: 90px;
    padding: 1rem;
    display: flex;
    flex-direction: row;
    border-radius: 51px;
    background: rgba(84, 97, 200, 0.10);
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    gap: 20px;
    justify-content: center;
}

.final-product-card-details {
    width: 70%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.final-product-card-label {
    font-family: Inter;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.final-product-card-price {
    font-family: Inter;
    color: #00B67A;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-top: 9px;
}

.zipper-pouch-description {
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 10px;
    margin-bottom: 40px;
}

.final-product-card-description {
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 10px;
}

.zipper-pouch-checkbox-container {
    border-radius: 15px;
    padding-top: 20px;
}

.zipper-pouch-checkbox-outer {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 20%;

}

#zipper-pouch-checkbox {
    flex-shrink: 0;
    border-radius: 5px;
    border: 1px solid #5461C8;
    background: #D9D9D9;
    margin: 13px 19px;
    padding: 0px;
}

.zipper-pouch-checkbox-label {
    color: #5461C8;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding: 21px 26px 21px 0;
}

.zipper-pouch-image {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px 10px;
}

.zipper-image {
    max-width: 240px;
    max-height: 240px;
    width: 100%;
    height: 100%;
}

.dropdown-bandanna {
    margin: 16px 0px;
    padding: 12px 122px 13px 17px;
    background: white;
    color: rgba(0, 0, 0);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border-radius: 30px;
}

.count-cuddle-label {
    font-family: Inter;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-top: 120px;
}

#quantity-container {
    display: flex;
    align-items: center;
    justify-content: center;
}

#quantity {
    font-weight: 800;
    text-align: center;
    margin: 0;
    font-size: 24px;
    background-color: white;
    color: black;
    border-radius: 0;
    border: none;
    box-shadow: 0 0 0 0;
}

.add-to-cart-button {
    margin-top: 63px;
    margin-bottom: 120px;
    background: #5461c8;
    position: relative;
    transition: all 0.3s ease;
}

.add-to-cart-button:hover {
    background: #8089cf;
}

/* 加载状态样式 */
.add-to-cart-button.loading {
    background: #9ca3d4;
    cursor: not-allowed;
    pointer-events: none;
}

.add-to-cart-button.loading:hover {
    background: #9ca3d4;
}

.add-to-cart-button:disabled {
    background: #9ca3d4;
    cursor: not-allowed;
    opacity: 0.7;
}

/* 加载动画 */
.loading-spinner {
    display: inline-block;
    width: 16px;
    height: 16px;
    border: 2px solid #ffffff;
    border-radius: 50%;
    border-top-color: transparent;
    animation: spin 1s ease-in-out infinite;
    margin-right: 8px;
    vertical-align: middle;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

.image-capacity-full-container {
    display: flex;
    align-items: center;
    justify-content: center;
}

.image-capacity-full {
    /* display: none; */
    border-radius: 16px;
    border: 3px solid #5461C8;
    background: #D9D9D9;
    max-width: 486px;
    max-height: 125px;
}

.image-capacity-full-content {
    color: #5461C8;
    text-align: center;
    font-family: Inter;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding: 4.37px 60px 9px 54px;
}

.delete-button {
    width: 30px;
    height: 30px;
    padding: 3px 3px 0;
    background-color: #898181;
    top: 10px;
    right: 10px;
    cursor: pointer;
    color: #fff;
    border-radius: 50%;
    position: absolute;
    z-index: 1;
    font-size: 9px;
}

.image-container {
    position: relative;
    display: inline-block;
    text-align: center;
    margin: 18px 0px;
    width: max-content;
}

.nextStep-button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    margin-bottom: 0px !important;
    margin-bottom: 0px;
}

.nextStep-button-SpecieType {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

#ear-position-heading {
    margin: 1rem 0px;
}

.ear-position {
    margin-top: 50px;
    display: none;
    border-radius: 52px;
    background: rgba(84, 97, 200, 0.06);
    padding: 20px 4px 50px;
}

@media (max-width: 990px) {


    .progress-wrapper {
        width: 15%;
        right: 78px;
    }

    .progress-percentage {
        left: 17px;
    }

    .main_content_rush_container {
        justify-content: space-evenly;
        gap: 0px;
        align-items: center;
    }

    .custom-container {
        padding-right: 3rem;
        padding-left: 3rem;
    }

    .top-banner h2 {
        font-size: 40px;
    }

    .pet-type-container {
        display: flex;
        align-items: center;
        justify-content: space-evenly;
        gap: 32px;
        width: 100%;
        background-color: #D9D9D9;
        border-radius: 15px;
        margin-bottom: 15px;
    }

    .input-label {
        display: flex;
        justify-content: left;
    }

    .input-label-description {
        padding: 9px 39px 11px 38px;
    }

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

    }

    .custom-flex-container {
        display: grid;
        grid-template-columns: auto auto auto;
        column-gap: 40px;
        row-gap: 20px;
    }

    .custom-flex-item {
        width: 100%;
        padding: 10px 0;
        text-align: center;
        transition: all 0.3s ease;
    }

    .one-half {
        justify-content: center;
    }

    .second-half {
        justify-content: center;
    }

    #multi-select {
        width: 40px;
        height: 40px;
        background-color: #D9D9D9;
    }

    .material-icons {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        color: #fff;
        /* Example color for tick icon */
        font-size: 24px;
        /* Example font size for tick icon */
    }

    .ear-toggle-select {
        margin: 1rem 7rem;
    }

    .step-4 {
        padding: 0px 7rem;
    }


}

#quantity-buttons {
    display: flex;
    margin-top: 23px;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

#quantity-button-increment {
    cursor: pointer;
    border-radius: 78%;
    color: white;
    font-weight: 900;
    border: none;
    padding: 12px 0px;
    font-size: 24px;
    background-color: #5461C8;
    max-width: 50px;
}

#quantity-button-decrement {
    cursor: pointer;
    border-radius: 78%;
    color: white;
    font-weight: 900;
    border: none;
    padding: 12px 0px;
    font-size: 24px;
    background-color: #5461C8;
    max-width: 50px;
}

#quantity-button:hover {
    background-color: black;
    color: white;
}

#quantity-container {
    max-width: 190px;
    width: 100%;
}

.quantity-box {
    width: 50px;
}


/* HIDE RADIO */
.ear-images [type=radio] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

/* IMAGE STYLES */
.ear-images .ear-label img {
    cursor: pointer;
    width: 170px;
    height: 170px;
    padding: 10px;
    border-radius: 50%;
    border: 1px solid #5461c8;
}


.ear-images div.ear-label {
    position: relative;
}


/* CHECKED STYLES */


.ear-images [type=radio]:checked+div.ear-label img {
    outline: 3px solid #5461c8;
    position: relative;
}

.ear-images [type=radio]:checked+img {
    outline: 2px solid #5461C8;
}

.ear-images [type=radio]:hover+img {
    outline: 2px solid #5461C8;
}


.ear-images [type=radio]:hover+div.ear-label img {
    outline: 3px solid #5461c8;
}

.ear-images [type=radio]:checked+div.ear-label::after,
.ear-images [type=radio]:hover+div.ear-label::after {
    position: absolute;
    content: "";
    display: block;
    z-index: 2;
    top: 0;
    left: 0;
    right: 0;
    bottom: 2px;
    border-radius: 9999px;
    background: #5461C8;
    opacity: 0.5;
    transition: all 0.3s ease;
}


/* HIDE RADIO ------------------*/
#template-page-plush-customizer [type=radio] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

/* IMAGE STYLES */
#template-page-plush-customizer [type=radio]+div img {
    cursor: pointer;
    width: 150px;
    height: 150px;
    padding: 10px;
    border-radius: 50%;
    border: 1px solid #5461c8;
}

#template-page-plush-customizer [type=radio]+div {
    position: relative;
}

/* CHECKED STYLES */

#template-page-plush-customizer [type=radio]:checked+div img {
    outline: 3px solid #5461c8;
}

#template-page-plush-customizer [type=radio]:hover+div img {
    outline: 3px solid #5461c8;
}

#template-page-plush-customizer [type=radio]:checked+div.final-product-positions::after,
#template-page-plush-customizer [type=radio]:hover+div.final-product-positions::after {
    position: absolute;
    content: "";
    display: block;
    z-index: 2;
    top: 0;
    left: 0;
    right: 0;
    bottom: 2px;
    border-radius: 9999px;
    background: #5461c84d;
    opacity: 1;
    transition: all 0.3s ease;
}

.disabled {
    pointer-events: none;
    /* Disable pointer events */
    opacity: 0.1;
    /* Make it visually indicate it's disabled */
}

.error-msg {
    color: red;
    padding: 5px;
    display: none;
}

.error {
    color: red;
    padding: 5px;
    display: block;
}

#contact-label {
    display: flex;
    justify-content: flex-start;
}

.image-uploader .selected-image-container {
    display: block;
    margin: auto auto 15px;
    max-width: 270px;
    max-height: 340px;
    position: relative;
}

.image-uploader .selected-image-container img {
    width: 270px;
    height: 340px;
    border-radius: 10px;
}


input[type="number"] {
    -moz-appearance: textfield;
    /* Firefox */
    appearance: textfield;
    /* Other browsers */
    width: 100%;
    /* Optional: Ensure input takes up full width */
}

input[type="checkbox"]#different-eye-color {
    -webkit-appearance: initial;
    appearance: initial;
    background: white;
    border: none;
    position: relative;
    border: 1px solid black;
    cursor: pointer;
}

input[type="checkbox"]#different-eye-color:checked {
    background: #5461C8;
}

input[type="checkbox"]#different-eye-color:checked:after {
    /* Heres your symbol replacement */
    content: "X";
    color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

input[type="checkbox"]#zipper-pouch-checkbox {
    -webkit-appearance: initial;
    appearance: initial;
    background: white;
    border: none;
    position: relative;
}

input[type="checkbox"]#zipper-pouch-checkbox:checked {
    background: #5461C8;
}

input[type="checkbox"]#zipper-pouch-checkbox:checked:after {
    /* Heres your symbol replacement */
    content: "X";
    color: #fff;


    /* The following positions my tick in the center,
     * but you could just overlay the entire box
     * with a full after element with a background if you want to */
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

#image-links {
    display: none;
}

#dragArea {
    width: 100%;
    max-width: 460px;
    margin: auto;
}

#popUpButton {
    border: 1px solid #5461C8;
    border-radius: 50%;
    padding: 5px;
    color: #5461C8;
    cursor: pointer;
}

.sizeDropdownDiv {
    display: flex;
    align-items: center;
    gap: 20px;
}

.popup {
    display: none;
    position: fixed;
    z-index: 999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.5);
}

/* Popup content */
.popup-content {
    background-color: #fefefe;
    margin: 10% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 75%;
    max-width: 800px;
    position: relative;
}

/* Close button */
.close {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 35px;
    cursor: pointer;
    background-color: transparent;
}

.close:hover {
    background-color: transparent;
}

/* Styles for tabs */
.tablinks-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.tablinks {
    display: inline-block;
    padding: 10px 45px;
    cursor: pointer;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin: 5px;
    float: left;
}


.tablinks.active {
    background-color: #5461C8;
    color: white;
}

/* Styles for tables */


.tabcontent {
    display: none;
}

table {
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 20px;
    border-radius: 4px;
    overflow: hidden;
}

table td {
    text-align: center;
    vertical-align: top;
}

th,
td {
    padding: 12px 15px;
    text-align: center;
    border: 1px solid gray;
}

th {
    background-color: #f5f5f5;
    font-weight: bold;
}

td {
    background-color: #fff;
}

tr:nth-child(even) td {
    background-color: #f9f9f9;
}

.sizechartTitle {
    text-align: center;
    text-transform: uppercase;
    font-size: 20px;
    margin: 0 0 20px;
    line-height: 1.2em;
    font-weight: bold;
}

.viewSizeChart {
    font-size: 18px;
    text-decoration: underline;
    color: #5461c8;
    cursor: pointer;
    padding-top: 2px;
}

#size-chart-button {
    width: 128px;
    height: 128px;
    border-radius: 50%;
    margin-right: 10px;
    background-color: white;
    color: #5461c8;
    cursor: pointer;
    border: 4px solid #5461c8;
    cursor: pointer;
    font-family: Inter;
}

#size-chart-button:hover {
    width: 128px;
    height: 128px;
    border-radius: 50%;
    margin-right: 10px;
    background-color: #5461c8;
    color: white;
    cursor: pointer;
    border: 4px solid #5461c8;
    font-family: Inter;
}

#size-chart-button.selected {
    background-color: #5461c8;
    color: white;
}

.imagesCheckbox {
    position: absolute;
    height: 30px;
    width: 30px !important;
    margin: 10px;
}

.thanks_message {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    display: none;
}

.petDetails_message {
    font-size: 20px;
    text-align: center;
    padding: 20px 180px;
    color: black;
    background: none !important;
}

.image-container {
    display: inline-block;
}

.image-container input[type="radio"] {
    display: none;
}

.image-container img.questionSelected {
    border: 3px solid #5461C8;
}

.thanks-message-content {
    color: white;
    margin-top: 20px;
}

.stepButtonDiv,
.startSelectionButtonDiv {
    display: flex;
    justify-content: center;
}

.stepButton,
.startSelectionButton {
    display: flex;
    justify-content: center;
    gap: 7px;
    align-items: center;
}

.radio-label {
    position: relative;
    display: inline-block;
    cursor: pointer;
    width: 100%;
    height: 100%
}



.radio-label img {
    display: block;
    width: 100%;
}

.radio-label::before {
    content: "";
    position: absolute;
    top: 10px;
    left: 10px;
    width: 15px;
    height: 15px;
    border: 2px solid transparent;
    border-radius: 50%;
    background: white;
    transition: background-color 0.3s, border-color 0.3s;
    z-index: 2;
}

.radio-label:hover::before {
    content: "";
    transform: scale(1.1);
}

.radio-label.selected::before {
    background: rgb(215, 69, 164);
    border-color: rgb(215, 69, 164);
}

.radio-label.selected:hover::before {
    transform: scale(1.1);
}

.radio-label:checked {
    background: rgb(215, 69, 164);
    border-color: rgb(215, 69, 164);
}

.image-container {
    position: relative;
    display: inline-block;
    text-align: center;
    margin: 18px 0px;
    width: max-content;
}


.delete-button-with-radio {
    width: 30px;
    height: 30px;
    padding: 3px 3px 0;
    background-color: #898181;
    top: 5px;
    left: 380px;
    cursor: pointer;
    color: #fff;
    border-radius: 50%;
    position: absolute;
    z-index: 1;
}

.rushSection select {
    width: 100%;
    max-width: 100%;
    border-radius: 15px;
    border: 1px solid rgba(0, 0, 0, 0.46);
    background: rgba(217, 217, 217, 0.45);
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    padding: 20px;
    margin-top: 95px;
    margin-bottom: 25px;
}

/*the container must be positioned relative:*/
.custom-select {
    position: relative;
}

.custom-select select {
    display: none;
    /*hide original SELECT element:*/
}

.select-selected {
    background-color: #c2c4c3;
    color: #43494d !important;
    border-radius: 15px;
    padding: 20px !important;
    box-shadow: 0 4px 4px 1px rgba(0, 0, 0, 0.25);
    border-color: transparent !important;
}

/*style the arrow inside the select element:*/
.select-selected:after {
    position: absolute;
    content: "";
    top: 32px;
    right: 30px;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-color: #000000 transparent transparent transparent;
}

/*point the arrow upwards when the select box is open (active):*/
.select-selected.select-arrow-active:after {
    border-color: transparent transparent #000000 transparent;
    top: 25px;
}

/*style the items (options), including the selected item:*/
.select-items div,
.select-selected {
    color: #000000;
    padding: 12px 16px;
    border: 1px solid transparent;
    border-color: transparent;
    cursor: pointer;
    user-select: none;
    font-weight: 600;
    font-size: 16px;
}

.select-selected.select-arrow-active {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    box-shadow: none;
}

.select-selected.black {
    color: black;
}

/*style items (options):*/
.select-items {
    position: absolute;
    background-color: #d9d9d9;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
    border: 1px solid #d9d9d9;
    border-radius: 0 0 20px 20px;
    padding: 10px;
}

/*hide the items when the select box is closed:*/
.select-hide {
    display: none;
}

.select-items div:hover,
.same-as-selected {
    background-color: rgba(0, 0, 0, 0.1);
}

#rushSelect {
    color: black;
}

#rushSelect option:disabled {
    color: gray;
}

.iti__flag-container {
    left: 5px !important;
}

@media (max-width: 575px) {

    .question-image-container {
        width: 160px;
        height: 180px;
    }

    ._title {
        text-align: center;
    }

    ._message {
        padding-right: 0rem;
        text-align: center;
    }

    ._example_message {
        padding-right: 0rem;
        text-align: center;
    }

    .progress-wrapper {
        width: 20%;
        right: 44px;
    }

    .progress-percentage {
        left: 14px;
    }

    .delete-button-with-radio {
        left: 202px !important;
    }

    .position-label {
        font-size: 15px;
    }

    .count-cuddle-label {
        font-size: 20px;
        text-align: center;
    }

    .DescriptionBox {
        font-size: 12px;
    }

    .DescriptionBox_Container {
        width: auto;
    }



    .dragBox {
        width: 80% !important;
        padding: 10px 0 !important;
    }

    .dropdown-bandanna {
        padding: 12px;
        font-size: 12px;
    }

    .rushSection {
        max-width: 490px;
    }

    .section-container {
        padding: 30px 30px !important;
    }

    .productPositions {
        justify-content: space-evenly;
        gap: 10px;
        row-gap: 10px;
    }

    #right-col,
    #left-col {
        gap: 15px;
        justify-content: space-evenly;
        flex-wrap: wrap;
    }

    .ear-tablink {
        width: 210px !important;
    }

    .ear-toggle-select {
        margin: 1rem 1rem;
        gap: 0px;
        justify-content: space-evenly;
    }

    .Colorpalette-Tab {
        width: 100%;
    }

    .tablinks-ColorPalette {
        width: 48% !important;
    }

    .step-4 {
        padding: 0 1rem;
    }

    .multi-color-select {
        display: flex !important;
        justify-content: space-evenly !important;
    }

    .pet-images {
        gap: 2rem;
    }

    .image-description.show {
        padding: 20px;
    }



    .page-content form .step-1,
    .page-content form .step-2 {
        padding: 1.5rem 1.5rem !important;
    }

    .top-banner {
        padding: 30px 10px;
    }

    .petDetails_message {
        padding: 0;
    }

    #different-eye-color-label {
        text-align: left !important;
    }

    .image-uploader .dragBox-label {
        display: none;
    }
}


@media (max-width: 998px) {
    .delete-button-with-radio {
        left: 332px;
    }

    .petDetails_message {
        padding: 0;
    }

    .dragBox {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 90%;
        padding: 14px 0;
        margin: 0 auto;
        position: relative;
        text-align: center;
        font-weight: 500;
        transition: transform 0.3s;

        font-family: Inter;
        font-size: 22px;

        input[type="file"] {
            position: absolute;
            border-radius: 20px;
            height: 100%;
            width: 100%;
            opacity: 0;
            top: 0;
            left: 0;
            padding: 0;
        }
    }

    .zipper-pouch-checkbox-outer {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .zipper-pouch-checkbox-container {
        margin-bottom: 60px;
        width: 100%;
        height: 66px;
        display: flex;
        align-items: center;
    }

    .zipper-pouch-checkbox-label {
        padding: 0;
    }

    .flex-box {
        display: flex;
        flex-wrap: wrap;
        padding: 0 10px;
    }

    .flex-box .number {
        position: relative;
        top: 35px;
        left: -10px;
        background-color: #5461c8;
    }

    .flex-box .number span {
        color: white;
    }

    .image-uploader textarea {
        margin-left: 30px;
        width: 82%;
    }

    .pet-breed-description {
        text-align: left;
        font-family: Inter;
        font-size: 16px;
        font-style: normal;
        font-weight: 300;
        line-height: normal;
        margin-bottom: 1rem;
    }

    #preview {
        flex-wrap: wrap;
        text-align: center;
        margin-top: 60px;
        row-gap: 20px;
        column-gap: 6px;

        img {
            border-radius: 5px;
            width: 300px;
            height: 360px;
        }
    }





    .section-container {
        padding: 30px 70px;
    }

    .page-content form .step-3 {
        max-width: 800px;
    }

    .page-content form .step-1,
    .page-content form .step-2 {
        padding: 3rem 7rem;
    }
}


/* free product style */
.create-pet1 {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3);
    z-index: 10000;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);

    input,
    select {
        display: block;
        width: 100%;
        height: 40px;
        margin: 20px 0;
        padding: 0 10px;
        border: 1px solid #dedede;
        background-color: transparent;

        &:focus {
            outline: none;
        }
    }
}

.create-pet__form1 {
    background: #fff;
    max-width: 400px;
    width: calc(100% - 60px);
    padding: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    overflow-y: auto;
}

.create-pet__form1::-webkit-scrollbar {
    width: 12px;
    /* Width of the entire scrollbar */
}

.create-pet__form1::-webkit-scrollbar-track {
    background: #f1f1f1;
    /* Background of the scrollbar track */
    border-radius: 16px;
    /* Rounded corners of the track */
    margin: 10px;
}

.create-pet__form1::-webkit-scrollbar-thumb {
    background-color: #888;
    /* Color of the scrollbar thumb */
    border-radius: 16px;
    /* Rounded corners of the thumb */
    border: 3px solid #f1f1f1;
    /* Adds space around the thumb for padding */
}

.create-pet__form1::-webkit-scrollbar-thumb:hover {
    background-color: #555;
    /* Color of the thumb on hover */
    cursor: pointer;
}


.free-product1 {
    max-width: 450px !important;
}

.gift-button1 {
    cursor: pointer;

}

.create-pet__error1 {
    margin: -15px 0 0;
    padding: 0;
    color: red;
}

.create-pet__form1 {
    background: #fff;
    max-width: 400px;
    width: calc(100% - 60px);
    padding: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.free-product1 {
    max-width: 900px !important;
    max-height: 700px;
    height: 100%;
    border: 1px solid black;
    border-radius: 15px;
    text-align: center;
}

.gift-button1 {
    cursor: pointer;

}

.create-pet__error1 {
    margin: -15px 0 0;
    padding: 0;
    color: red;
}

.popUpContainer {
    display: flex;
}

#free_product_title {
    font-weight: 700 !important;
    margin: 10px 0;
    font-size: 22px;
}

.freeProductName {
    font-weight: bold;
}

.productImageContainer {
    display: flex;
    width: 50%;
    justify-content: center;
    align-items: center;
}

.productImage {
    margin-top: 20%;
    width: 400px;
    height: 400px;
    object-fit: fill;
    border-radius: 10px;
}

.productDetailsContainer {
    width: 50%;
    padding-top: 35px;
}

.productName {
    text-align: left;
    margin-left: 25px;
    font-weight: 700;
    font-size: 22px;
    margin-bottom: 10px;
}

.productPriceContainer {
    text-align: left;
    margin: 10px 25px;
}

.productOriginalPrice {
    font-weight: 500;
    font-size: 22px;
}

.productComparePrice {
    font-size: 22px;
    font-weight: 500;
    color: rgb(0, 0, 0, 0.32);
    text-decoration: line-through;
}

.productReviews {
    text-align: left;
    margin-left: 25px;
}

.selector-wrapper-free-product {
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: baseline;
    margin-bottom: 10px;
    margin-left: 25px;
}

.selector-wrapper-free-product label {
    font-weight: 700;
    color: #363636;
    font-size: 1rem;
}

.selector-wrapper-free-product label:after {
    content: ":";
}

.selectFreeVariant select {
    margin: 8px 0;
}

.selectFreeVariant:not(.is-multiple) {
    height: unset;
}

.selectFreeVariant select {
    border: 1px solid black;
    border-radius: 8px;
    font-size: 17px;
}

.selectFreeVariant {
    position: relative;
    display: inline-block;
    width: auto;
    max-width: 100%;
    vertical-align: top;
}

.close-button-free-product-popup {
    display: flex;
    position: relative;
    top: -70px;
    left: 100%;
    cursor: pointer;
    background-color: #5461c8;
    border: 1px solid #5461c8;
    border-radius: 50%;
    font-size: 20px;
    padding: 2px;
    margin: 0;
    line-height: 1;
    color: white;
    width: 30px;
    height: 30px;
    justify-content: center;
}

.close-button-uploader-free-product {
    display: none;
    position: relative;
    top: -8px;
    left: 100%;
    cursor: pointer;
    background-color: #5461c8;
    border: 1px solid #5461c8;
    border-radius: 50%;
    font-size: 16px;
    padding: 2px;
    margin: 0;
    line-height: 1;
    color: white;
}

.close-button-uploader-free-product:hover {
    color: white;
    border: 1px solid #5461c8;
    padding: 2px;
}

.dragDropText {
    font-weight: unset;
    cursor: pointer;
    color: rgba(215, 69, 164, 1);
}

.productUploaderHeading {
    font-size: 20px;
    font-weight: 400;
    text-align: left;
    margin-left: 25px;
    margin-bottom: 10px;
}

.uploadOuterFree {
    margin: 10px 25px;
}

.uploadOuterFree .dragBox label {
    border: 3px solid #5461c8;
    border-radius: 16px;
    padding: 8px 20px;
    color: #5461c8;
}

.uploadOuterFree .dragBox strong {
    margin: 0 20px;
    font-weight: 500;
}

.uploadOuterFree .dragBoxFree label {
    border: 3px solid #5461c8;
    border-radius: 10px;
    padding: 0 20px;
    color: white;
    background-color: #5461C8;
}

.uploadOuterFree .dragBoxFree strong {
    margin: 0 20px;
    font-weight: 500;
}

.swatches-label-free-product {
    text-align: left;
    margin-left: 25px;
    font-weight: 700;
}

.customRadioInputs {
    width: 0 !important;
}

.dragBoxFree {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 10px 0;
    margin: 0 auto;
    position: relative;
    text-align: center;
    font-weight: 500;
    color: #000;
    transition: transform 0.3s;
    border-radius: 10px;
    background: #d9d9d9;
    font-size: 22px;
    cursor: pointer;

    input[type="file"] {
        position: absolute;
        border-radius: 20px;
        height: 100%;
        width: 100%;
        opacity: 0;
        top: 0;
        left: 0;
        padding: 0;
    }
}

.add-to-cart-button-free-product {
    background-color: #5461c8;
    padding: 10px 20px;
    max-width: 315px;
    width: 100%;
    border: 1px solid #5461c8;
    border-radius: 24px;
    color: #fff;
    font-size: 20px;
    font-family: Inter;
    font-weight: 600;
    letter-spacing: 3px;
    margin-top: 30px;
    cursor: pointer;
}

.close-button-free-product-popup {
    left: 95%;
}

.swatchesImage input[type="radio"]+img {
    border-radius: 50%;
    cursor: pointerselectBackground;
}

.swatchesImage input[type="radio"]:checked+img {
    outline: 2px solid #5461c8;
    border-radius: 50%;
}

.rounded-button {
    border-radius: 50%;
    margin-bottom: 7px;
    padding: 5px;
    background-color: white;
    color: black;
    border: none;
    cursor: pointer;
    font-size: 16px;
    transition: background-color 0.3s ease;
    border: 1px solid gray;
    width: 40px;
    height: 40px;
    margin-right: 5px;
}

.rounded-button:hover {
    border-color: #5461c8;
    border: 2px solid #5461c8;
}

.rectangle-button {
    border-radius: 10px;
    padding: 5px;
    background-color: white;
    color: black;
    border: none;
    cursor: pointer;
    font-size: 16px;
    transition: background-color 0.3s ease;
    border: 1px solid gray;
    /* width: 80px; */
    height: 30px;
    margin: 3px;
}

.rectangle-button:hover {
    border-color: #5461c8;
    border: 2px solid #5461c8;
}

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

.swatches-label {
    font-weight: bold;
    color: #363636;
    margin-bottom: 5px;
}

[type=radio] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

/* IMAGE STYLES */
[type=radio]+img {
    cursor: pointer;
}

/* CHECKED STYLES */
[type=radio]:checked+img {
    outline: 2px solid #5461c8;
    border-radius: 2%;
}

#selected-swatches {
    font-weight: 400;
}

.custom-option-input-label-image-1 {
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.background-options-container-mainparent {
    border-radius: 52px;
    background: #f676ca1a;

    padding: 20px 4px 20px;
    margin: 50px 0px;
    border: 1px dashed rgba(215, 69, 164, 1);

}

.frame-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 52px;
    background: #f676ca1a;
    padding: 20px 4px 20px;
    border: 1px dashed rgba(215, 69, 164, 1);
}

.frame-heading {
    text-align: center;
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 100px;
}

.frame-options-container {
    display: grid;
    gap: 100px;
    grid-template-columns: repeat(2, 1fr);
    justify-items: center;
}

.frame-image-container {
    position: relative;
}

.frame-image {
    width: 234px !important;
    height: 234px !important;
    border-radius: 10px;
}

.background-image {
    width: 234px !important;
    height: 234px !important;
    border-radius: 10px;
}

.frame-additional-price {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 80px;
    height: 40px;
    background-color: white;
    color: #8F288F;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
}

.frame-option-heading {
    text-align: center;
    font-size: 20px;
    font-weight: 500;
}

.frame-details-heading {
    color: black;
    cursor: pointer;
    padding: 5px 10px;
    border-radius: 4px;
    font-size: 14px;
    text-decoration: underline;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    font-weight: 500;
}

.frame-tooltip {
    display: none;
    width: 120px !important;
    background-color: black !important;
    color: #fff !important;
    text-align: center !important;
    border-radius: 6px !important;
    padding: 5px 10px !important;
    position: absolute !important;
    z-index: 1 !important;
    bottom: 35px !important;
    left: 50% !important;
    margin-left: -60px !important;
}

.frame-tooltip::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: black transparent transparent transparent;
}

.frame-details-heading:hover .frame-tooltip {
    display: block;
}

.background-options-heading {
    text-align: center;
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 50px;
    margin-top: 50px;
}

.background-options-container {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(3, 1fr);
    justify-items: center;
}

@media (max-width: 800px) {
    .productReviews {
        margin: 10px 0;
        text-align: center;
    }

    .close-button-free-product-popup {
        left: 45%;
    }

    .selector-wrapper-free-product {
        flex-direction: column;
    }

    .popUpContainer {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .productImage {
        width: 226px;
        height: 222px;
    }

    .productName {
        text-align: center;
        margin: 0;
        font-size: 18px;
    }

    .productPriceContainer {
        text-align: center;
    }

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

    .uploadOuterFree {
        margin: 0;
    }

    .dragBoxFree {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
        padding: 10px;
        margin: 0 auto;
        position: relative;
        text-align: center;
        font-weight: 500;
        transition: transform 0.3s;
        font-size: 22px;
        border: 0;
        background: #d9d9d9;
        box-shadow: none;

        input[type="file"] {
            position: absolute;
            border-radius: 20px;
            height: 100%;
            width: 100%;
            opacity: 0;
            top: 0;
            left: 0;
            padding: 0;
        }
    }
}

@media (max-width: 480px) {

    .rush_container_main .rush_subheading {
        padding: 10px 10px 20px;
        max-width: 100%;
        font-size: 14px;
    }

    .rush_container_main .rush_message {
        max-width: 100%;
        padding: 0px 10px;
    }

    .rush_container_main #rushTypeLabel {
        padding: 7px 10px;
        font-size: 14px;
        text-align: center;
    }

    .label_rushdate_cont {
        font-size: 14px;
    }

    .rush_container_main #rushDate {
        font-size: 14px;
    }

    .circle_style_div img {
        width: 60px;
        height: 60px;
    }

    .sections {
        padding: 40px 20px;
    }

    .question-image-container {
        width: 140px;
        height: 150px;
    }

    .progress-percentage {
        left: 16px;
    }

    .progress-wrapper {
        width: 25%;
        right: 44px;
    }

    .progress-status {
        font-size: 0.6em;
    }

    .ear-toggle-select {
        margin: 1rem 0.2rem;
    }

    .final-product-card-details {
        width: 40%;
    }

    .rush_heading_new {
        font-size: 18px !important;
    }

    .ear-tablink {
        width: 174px !important;
    }

    #right-col,
    #left-col {
        gap: 6px;
    }

    .productPositions {
        justify-content: center;
        gap: 10px;
        row-gap: 10px;
        flex-wrap: wrap;
    }

    .custom-container {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important;
    }

    .customizer-step__circle {
        font-size: 18px;
    }

    .final-product-card {
        gap: 0px;
        justify-content: space-evenly;
    }

    .final-product-card-label {
        font-size: 19px;
    }

    .final-product-card-description {
        font-size: 15px;
    }

    .zipper-image {
        max-width: 150px;
        max-height: 150px;
    }

    .RushSelection_Container {
        padding: 2rem 0.5rem;
    }

    .close-button-free-product-popup {
        top: -50px;
        left: 45%;
    }

    .productDetailsContainer {
        width: 100% !important;
    }

    .productReviews {
        margin: 10px 0;
        text-align: center;
    }

    .selector-wrapper-free-product {
        align-items: center;
        margin-left: 0;
        gap: 6px;
        margin-bottom: 25px;
    }

    .swatches-label-free-product {
        margin-left: 0;
        margin-bottom: 15px;
        text-align: center;
    }

    .productImageContainer {
        width: 85%;
    }

    .create-pet__form1 {
        padding: 20px;
    }

    /* ===== 移动端优化的表单和按钮样式 ===== */
    .page-content form input,
    .page-content form select {
        padding: 14px 16px;
        font-size: 14px;
    }

    .page-content form button {
        width: 100%;
        padding: 16px 24px;
        font-size: 16px;
        letter-spacing: 0.5px;
    }

    .page-content form .step-1,
    .page-content form .step-2 {
        padding: 2rem 1rem;
    }

    .step-4 {
        padding: 0px 1rem;
    }

    /* ===== 移动端宠物图片优化 ===== */
    .pet-images {
        gap: 2rem;
        padding: 10px;
    }

    .pet-images .pet-image {
        height: 140px;
        width: 140px;
    }

    .pet-images img {
        width: 130px;
        height: 130px;
    }

    /* ===== 移动端开关组件优化 ===== */
    .switch,
    .ear-switch {
        width: 50px;
        height: 28px;
    }

    .slider:before,
    .ear-slider:before {
        height: 22px;
        width: 22px;
    }

    .switch input:checked+.slider:before,
    .ear-switch input:checked+.ear-slider:before {
        transform: translateX(22px);
    }
}

.tablinks-container {
    display: flex;
    flex-wrap: wrap;
}

.tablinks {
    display: inline-block;
    flex-grow: 1;
    flex-basis: calc(100% / 3);
    padding: 10px 45px;
    cursor: pointer;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin: 5px;
    float: left;
}

.petDetails_message {
    padding: 0;
}

#preview img {
    border-radius: 5px;
}




.pet-images {
    gap: 10px;
    row-gap: 20px;
}

.pet-images .pet-image {
    height: 153px;
    width: 150px;
}

.pet-images img {
    width: 150px;
    height: 150px;
}

.page-content form .step-1,
.page-content form .step-2 {
    padding: 1.5rem 0.8rem !important;
}

.delete-button-with-radio {
    left: 166px !important;
}

.step-4 {
    padding: 0px 0rem;
}
}