:root {
    --primary-yellow: #ffc905;
    --text-black: #111111;
    --bg-white: #ffffff;
    --light-yellow-bg: #fffbf0;
    --border-color: #e0e0e0;
}

* {
    box-sizing: border-box;
}

/* --------------------------------
   GOLD ANIMATION
-------------------------------- */
@keyframes goldShimmer {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

.anim-gold-bg {
    background: linear-gradient(130deg, #f7f1d6, #ead27c, #c9a847, #ead27c, #c9a847, #f7f1d6);
    background-size: 300% 300%;
    animation: goldShimmer 10s ease infinite;
    color: #000;
}

/* --------------------------------
   PAGE / CONTENT WRAPPER
-------------------------------- */
body.dokan-store,
body.single-store,
body.tax-store_category,
body[class*="store"] {
    background: linear-gradient(130deg, #f7f1d6, #ead27c, #c9a847, #ead27c, #c9a847, #f7f1d6);
    background-size: 400% 400%;
    animation: goldShimmer 40s ease infinite;
    color: var(--text-black);
    font-family: 'Montserrat', sans-serif;
    overflow-x: hidden;
    -webkit-tap-highlight-color: transparent;
    min-height: 100vh;
}

/* 워드프레스/Astra/Dokan 기본 여백 정리 */
body.dokan-store .site,
body.single-store .site,
body.dokan-store #content,
body.single-store #content,
body.dokan-store .site-content,
body.single-store .site-content,
body.dokan-store .ast-container,
body.single-store .ast-container,
body.dokan-store #primary,
body.single-store #primary,
body.dokan-store #main,
body.single-store #main,
body.dokan-store article,
body.single-store article,
body.dokan-store .entry-content,
body.single-store .entry-content {
    background: transparent !important;
}

body.dokan-store .entry-content,
body.single-store .entry-content {
    margin: 0 !important;
    padding: 0 !important;
}

body.dokan-store .ast-container,
body.single-store .ast-container,
body.dokan-store .ast-plain-container,
body.single-store .ast-plain-container,
body.dokan-store .content-area,
body.single-store .content-area,
body.dokan-store .site-main,
body.single-store .site-main,
body.dokan-store #primary,
body.single-store #primary,
body.dokan-store #main,
body.single-store #main,
body.dokan-store .woocommerce,
body.single-store .woocommerce {
    max-width: 100% !important;
    width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    float: none !important;
}

/* 스토어 페이지 전체 폭을 브라우저 기준으로 다시 맞춤 */
.sv-store-page {
    width: 100vw !important;
    max-width: 100vw !important;
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;
    background: transparent !important;
    padding-top: 0 !important;
}

/* 실제 콘텐츠 중앙 정렬 폭 */
.main-wrapper {
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    padding: 0 40px;
    padding-top: 50px;
    padding-bottom: 150px;
}
/* --------------------------------
   TITLE SECTION
-------------------------------- */
.platter-title-wrap {
    display: block;
    text-align: center;
    margin-bottom: 30px;
}

.party-platter-title {
    font-size: 3rem;
    font-weight: 900 !important;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    background: #000;
    color: var(--primary-yellow);
    padding: 10px 30px;
    display: inline-block;
    transform: rotate(-2deg);
    letter-spacing: -1px;
    margin-bottom: 0px !important;
}

.party-platter-title span {
    background: linear-gradient(130deg, #f7f1d6, #ead27c, #c9a847, #ead27c, #c9a847, #f7f1d6);
    background-size: 300% 300%;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: goldShimmer 10s ease infinite;
}

.platter-jp-sub {
    display: block;
    font-size: 1.5rem;
    font-weight: 600;
    color: #000;
    margin-top: 16px;
    letter-spacing: 2px;
    text-shadow: 0 1px 2px rgba(255, 255, 255, 0.3);
}

/* --------------------------------
   STORE INFO
-------------------------------- */
.store-info-simple {
    text-align: center;
    margin-bottom: 50px;
    color: #000;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

.store-name {
    font-size: 2rem;
    font-weight: 800;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: -0.5px;
    margin: 0;
    line-height: 1.2;
}

.store-address {
    font-size: 1.1rem;
    font-weight: 600;
    color: #000;
    margin: 0 0 5px 0;
    line-height: 1.4;
}

.btn-direction {
    background: #000;
    color: #fff;
    padding: 15px 25px;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 800;
    font-family: 'Montserrat', sans-serif !important;
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    transition: 0.3s;
    margin-top: 15px;
    text-decoration: none;
    border: none;
    height: 50px;
    line-height: 1;
    min-height: 0;
    box-sizing: border-box;
}

.btn-direction:hover {
    background: var(--primary-yellow);
    color: #000;
    transform: translateY(-2px);
}

.btn-direction svg {
    width: 20px;
    height: 20px;
    fill: currentColor;
    flex-shrink: 0;
}

.btn-direction:focus,
.btn-direction:focus-visible,
.btn-direction:active,
.btn-direction:visited {
    background: #000;
    color: #fff;
    outline: none;
}

/* --------------------------------
   PLATTER GRID
-------------------------------- */
.platter-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.platter-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    transition: 0.3s;
    display: flex;
    flex-direction: column;
    position: relative;
    height: 100%;
    border: none;
    cursor: default;
}

.platter-card.large-card {
    grid-column: 1 / 2;
    grid-row: 1 / 3;
}

.platter-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 30px rgba(0, 0, 0, 0.15);
}

/* Image & Badge & Responsive Image Logic */
.platter-img-wrap {
    width: 100%;
    overflow: hidden;
    position: relative;
    background: #f4f4f4;
    cursor: pointer;
}

.platter-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.img-mobile {
    display: none;
}

.platter-num-badge {
    position: absolute;
    bottom: 10px;
    left: 20px;
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    font-weight: 800;
    z-index: 10;
    border-radius: 4px;
    color: #000;
}

.large-card .platter-img-wrap {
    height: 603px;
    flex: none;
}

.small-card .platter-img-wrap {
    height: 250px;
    flex: none;
}

.platter-card:hover .platter-img-wrap img {
    transform: scale(1.05);
}

.platter-info {
    padding: 20px 20px;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: #fff;
    z-index: 2;
    position: relative;
}

.platter-name {
    font-size: 1.3rem;
    font-weight: 700;
    margin: 0 0 5px 0;
    color: #000;
    line-height: 1.2;
    padding-right: 35px;
}

.platter-desc-short {
    font-size: 0.85rem;
    color: #666;
    margin: 0 0 15px 0;
    font-weight: 500;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.action-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: auto;
    width: 100%;
    gap: 12px;
}

.platter-price {
    font-size: 1.4rem;
    font-weight: 800;
    color: var(--primary-yellow);
    margin: 0;
    line-height: 1;
    display: inline-block;
}

.platter-kj {
    font-size: 0.85rem;
    color: #666;
    font-weight: 500;
    display: inline-block;
}

.platter-kj-mobile {
    display: none;
    font-size: 0.8rem;
    color: #666;
    font-weight: 500;
    margin: 0 0 5px 0;
}

.price-block {
    display: flex;
    align-items: baseline;
    gap: 10px;
    min-width: 0;
}

/* --------------------------------
   CARD BUTTONS
-------------------------------- */
.card-qty-wrap {
    display: flex;
    align-items: center;
    background: #f5f5f5;
    border-radius: 8px;
    padding: 4px;
    margin-right: 10px;
}

.card-qty-btn {
    width: 32px;
    height: 32px;
    border: none;
    background: #fff;
    border-radius: 6px;
    font-weight: 700;
    font-size: 16px;
    cursor: pointer;
    transition: 0.2s;
    display: flex;
    align-items: center;
    justify-content: center;
}

.card-qty-btn:hover {
    background: var(--primary-yellow);
    color: #000;
}

.card-qty-input {
    width: 36px;
    text-align: center;
    border: none;
    background: transparent;
    font-weight: 700;
    font-size: 15px;
    pointer-events: none;
}

.btn-add-cart {
    background: var(--primary-yellow);
    color: #000;
    border: none;
    height: 36px;
    padding: 0 20px;
    font-weight: 800;
    font-size: 13px;
    text-transform: uppercase;
    border-radius: 4px;
    transition: 0.2s;
    white-space: nowrap;
    box-shadow: none;
}

.btn-add-cart:hover {
    background: #000;
    color: var(--primary-yellow);
}

.btn-info {
    position: absolute;
    top: 18px;
    right: 20px;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #000;
    color: #fff;
    border: none;
    font-weight: 800;
    font-size: 16px;
    font-family: serif;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
    cursor: pointer;
    z-index: 5;
    line-height: 1;
    padding: 0;
    box-shadow: none;
}

.btn-info:hover {
    background: var(--primary-yellow);
    color: #000;
    transform: scale(1.1);
}

/* --------------------------------
   FLOATING CART BAR
-------------------------------- */
.cart-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #000;
    z-index: 900;
    transform: translateY(100%);
    transition: transform 0.18s ease-out;
}

.cart-bar.active {
    transform: translateY(0);
}

.cart-bar-inner {
    max-width: 1600px;
    margin: 0 auto;
    padding: 26px 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.cart-info {
    font-size: 1.1rem;
    font-weight: 700;
    color: #fff;
}

.cart-total {
    color: var(--primary-yellow);
    margin-left: 10px;
    font-size: 2rem;
    font-weight: 900;
}

.btn-view-order {
    background: var(--primary-yellow);
    color: #000;
    padding: 14px 40px;
    font-size: 14px;
    font-weight: 800;
    text-transform: uppercase;
    border-radius: 50px;
    border: none;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: 0.3s;
    cursor: pointer;
    box-shadow: none;
}

.btn-view-order:hover {
    background: #ffffff !important;
    color: #111111 !important;
    border-color: #111111 !important;
    transform: scale(1.05);
    box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}

/* --------------------------------
   CART MODAL
-------------------------------- */
.cart-modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(5px);
    z-index: 2000;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
}

.cart-modal-overlay.open {
    opacity: 1;
    visibility: visible;
}

.cart-modal {
    background: #fff;
    width: 550px;
    max-width: 95%;
    max-height: 90vh;
    border-radius: 16px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.3);
    transform: translateY(20px);
    transition: 0.3s;
}

.cart-modal-overlay.open .cart-modal {
    transform: translateY(0);
}

.cart-header {
    padding: 10px 25px;
    background: linear-gradient(130deg, #f7f1d6, #ead27c, #c9a847, #ead27c, #c9a847, #f7f1d6);
    background-size: 300% 300%;
    animation: goldShimmer 10s ease infinite;
    color: #000;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cart-header h3 {
    font-size: 1.2rem;
    font-weight: 900;
    text-transform: uppercase;
    margin: 0;
}

.cart-close-btn {
    background: none;
    border: none;
    color: #000;
    font-size: 42px;
    font-weight: 100;
    cursor: pointer;
    line-height: 1;
    padding: 0;
    box-shadow: none;
}

.cart-body {
    padding: 0;
    overflow-y: auto;
    flex: 1;
    scrollbar-width: thin;
    scrollbar-color: #ccc #f9f9f9;
}

.cart-list {
    padding: 20px;
}

.cart-item {
    display: flex;
    align-items: center;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #eee;
}

.cart-item:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.cart-item-thumb {
    width: 50px;
    height: 75px;
    object-fit: cover;
    border-radius: 4px;
    margin-right: 15px;
    background: #f0f0f0;
    flex-shrink: 0;
}

.cart-store-banner {
    background-color: #f9f9f9;
    padding: 15px 20px;
    border-bottom: 1px solid #eee;
    display: flex;
    align-items: flex-start;
    gap: 15px;
}

.store-icon svg {
    width: 30px;
    height: 30px;
    fill: var(--primary-yellow);
    margin-top: 3px;
}

.store-text {
    flex: 1;
}

.pickup-label {
    display: block;
    font-size: 10px;
    font-weight: 800;
    color: #999;
    letter-spacing: 1px;
    margin-bottom: 4px;
}

.store-text h4 {
    margin: 0 0 4px 0;
    font-size: 1rem;
    font-weight: 800;
    color: #000;
    line-height: 1.2;
}

.store-text p {
    margin: 0;
    font-size: 0.85rem;
    color: #555;
    font-weight: 500;
    line-height: 1.4;
}

.item-details {
    flex-grow: 1;
}

.item-details h4 {
    font-size: 1.1rem;
    font-weight: 700;
    margin: 0 0 4px 0;
    color: #000;
    line-height: 1.2;
}

.item-price {
    font-size: 1rem;
    color: #666;
    font-weight: 600;
}

.item-controls {
    display: flex;
    align-items: center;
    gap: 10px;
    background: #f5f5f5;
    border-radius: 4px;
    padding: 5px;
    margin-left: 10px;
}

.ctrl-btn {
    width: 24px;
    height: 24px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #000;
    padding: 0;
}

.ctrl-btn:hover {
    background: var(--primary-yellow);
    border-color: var(--primary-yellow);
}

.item-qty {
    font-weight: 700;
    font-size: 14px;
    min-width: 20px;
    text-align: center;
}

.btn-delete-item {
    margin-left: 10px;
    border: none;
    background: transparent;
    cursor: pointer;
    color: #999;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.2s;
    padding: 0;
    box-shadow: none;
}

.btn-delete-item:hover {
    color: #d32f2f;
    transform: scale(1.1);
}

.btn-delete-item svg {
    width: 18px;
    height: 18px;
    fill: currentColor;
}

.cart-footer {
    padding: 25px;
    border-top: 1px solid #eee;
    background: #fcfcfc;
}

.cart-summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    font-size: 1.2rem;
    font-weight: 800;
    color: #000;
}

.btn-checkout-final {
    width: 100%;
    padding: 15px;
    background: var(--primary-yellow);
    color: #000;
    font-weight: 900;
    text-transform: uppercase;
    border: none;
    border-radius: 8px;
    font-size: 1rem;
    transition: 0.3s;
    cursor: pointer;
    box-shadow: none;
}

.btn-checkout-final:hover {
    background: #000;
    color: #fff;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}

/* --------------------------------
   DETAIL MODAL
-------------------------------- */
.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    backdrop-filter: blur(8px);
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    padding: 20px;
}

.modal-overlay.active {
    opacity: 1;
    visibility: visible;
}

.modal-content {
    background: #fff;
    width: 900px;
    height: 600px;
    max-width: 95vw;
    max-height: 90vh;
    border-radius: 16px;
    overflow: hidden;
    display: flex;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
    transform: translateY(20px);
    transition: 0.3s ease;
    position: relative;
}

.modal-overlay.active .modal-content {
    transform: translateY(0);
}

.modal-close {
    position: absolute;
    top: 20px;
    right: 20px;
    background-color: #ffffff;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    cursor: pointer;
    font-size: 28px;
    color: #000;
    z-index: 20;
    line-height: 1;
    transition: all 0.3s ease;
    padding: 0;
    box-shadow: none;
}

.modal-close:hover {
    background-color: var(--primary-yellow);
    transform: rotate(90deg);
}

.modal-img-col {
    flex: none;
    width: 340px;
    background: #f0f0f0;
    position: relative;
    overflow: hidden;
    height: 100%;
}

.modal-img-col img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.modal-img-mobile {
    display: none !important;
}

.modal-info-col {
    flex: 1;
    padding: 35px 40px;
    display: flex;
    flex-direction: column;
    overflow-y: hidden;
    text-align: left;
}

.modal-scroll-area {
    flex: 1;
    overflow-y: auto;
    padding-right: 10px;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.modal-scroll-area::-webkit-scrollbar {
    display: none;
}

.modal-title-wrap {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
    margin: 0 0 10px 0;
    height: 94px;
}

.modal-num-badge {
    width: 40px;
    height: 40px;
    font-size: 22px;
    font-weight: 900;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    margin-bottom: 5px;
    flex-shrink: 0;
    color: #000;
}

.modal-title {
    margin: 0;
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: -1px;
}

.modal-price {
    display: flex;
    align-items: flex-end;
    gap: 12px;
    font-size: 2.2rem;
    font-weight: 800;
    color: var(--primary-yellow);
    margin: 0 0 30px 0;
    height: 43px;
    line-height: 1;
}

.modal-price .platter-kj {
    font-size: 1.2rem;
    margin-left: auto;
    margin-bottom: 4px !important;
    line-height: 1;
}

.modal-specs {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 0 0 40px 0;
    height: 42px;
}

.spec-item {
    background-color: var(--primary-yellow);
    color: #000;
    border-radius: 4px;
    padding: 12px 12px;
    font-size: 0.9rem;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 1;
}

.modal-ingredients-title {
    font-size: 16px;
    font-weight: 800;
    color: #999;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0 0 10px 0;
    line-height: 19px;
    height: 19px;
}

.modal-ingredients-list {
    display: grid;
    grid-template-columns: 220px 220px;
    column-gap: 30px;
    row-gap: 8px;
    list-style: none;
    padding: 0 0 20px 0;
    margin: 0;
    width: 470px;
}

.modal-ingredients-list li {
    position: relative;
    padding-left: 15px;
    font-size: 16px;
    font-weight: 600;
    color: #333;
    line-height: 20px;
    margin: 0;
}

.modal-ingredients-list li::before {
    content: "•";
    color: var(--primary-yellow);
    position: absolute;
    left: 0;
    top: 0;
    font-weight: bold;
    font-size: 1.2rem;
    line-height: 20px;
}

.modal-action-footer {
    margin-top: 0;
    padding-top: 15px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 57px;
}

.modal-qty-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 114px;
    height: 42px;
    padding: 5px;
    background: #f5f5f5;
    border-radius: 8px;
    box-sizing: border-box;
    gap: 0;
}

.modal-qty-btn {
    width: 32px;
    height: 32px;
    min-width: 32px;
    min-height: 32px;
    padding: 0;
    margin: 0;
    border: none;
    border-radius: 6px;
    background: #fff;
    color: #000;
    font-family: 'Montserrat', sans-serif !important;
    font-size: 16px;
    font-weight: 700;
    line-height: 32px;
    text-align: center;
    box-shadow: none !important;
    appearance: none;
    -webkit-appearance: none;
}

.modal-qty-btn:hover {
    background: var(--primary-yellow);
}

input#modalQtyInput.modal-qty-input {
    width: 40px !important;
    min-width: 40px !important;
    max-width: 40px !important;
    height: 18px !important;
    min-height: 18px !important;
    padding: 0 !important;
    margin: 0 !important;
    border: none !important;
    outline: none !important;
    background: transparent !important;
    box-shadow: none !important;
    appearance: none !important;
    -webkit-appearance: none !important;
    border-radius: 0 !important;

    color: #000 !important;
    font-family: Arial, sans-serif !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    line-height: 18px !important;
    text-align: center !important;
}

.btn-modal-add {
    flex-grow: 0;
    width: 200px;
    height: 40px;
    margin-left: 20px;
    padding: 0;
    background: var(--primary-yellow);
    color: #000;
    border: none;
    border-radius: 8px;
    font-weight: 800;
    font-size: 14px;
    line-height: normal;
    cursor: pointer;
    text-transform: uppercase;
    transition: 0.2s;
    box-shadow: none;
}

.btn-modal-add:hover {
    background: #000;
    color: #fff;
    transform: translateY(-2px);
}

/* --------------------------------
   RESPONSIVE
-------------------------------- */
@media (max-width: 1200px) {
    .platter-grid {
        grid-template-columns: 1fr 1fr;
    }

    .platter-card.large-card {
        grid-column: 1 / 3;
        grid-row: auto;
    }

    .large-card .platter-img-wrap {
        height: 350px;
        flex: none;
    }

    .modal-content {
        flex-direction: column;
        width: 90vw;
        height: auto;
        max-height: 90vh;
    }

    .modal-img-col {
        width: 100%;
        height: 250px;
    }

    .modal-info-col {
        padding: 30px;
    }
}

@media (max-width: 900px) {
    .platter-desc-short {
        display: none;
    }

    .platter-kj-mobile {
        display: block;
    }

    .price-block .platter-kj {
        display: none;
    }

    .platter-info {
        justify-content: flex-end;
        min-height: 90px;
    }

    .main-wrapper {
        padding: 50px 15px 80px 15px;
    }

    .party-platter-title {
        font-size: 2rem;
        padding: 8px 20px;
    }

    .platter-grid {
        grid-template-columns: 1fr 1fr;
        gap: 15px 10px;
    }

    .platter-card.large-card {
        grid-column: 1 / -1;
    }

    .large-card .platter-img-wrap {
        height: auto;
        aspect-ratio: 4 / 3;
    }

    .small-card .platter-img-wrap {
        height: 160px;
    }

    .img-desktop {
        display: none;
    }

    .img-mobile {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .modal-img-desktop {
        display: none !important;
    }

    .modal-img-mobile {
        display: block !important;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .platter-info {
        padding: 12px;
    }

    .platter-name {
        font-size: 0.95rem;
        padding-right: 25px;
        margin-bottom: 2px;
    }

    .store-name {
        font-size: 1.5rem;
    }

    .store-address {
        font-size: 1rem;
    }

    .btn-direction {
        padding: 12px 20px;
        border-radius: 50px;
        font-size: 0.9rem;
    }

    .btn-direction svg {
        width: 18px;
        height: 18px;
    }

    .btn-info {
        top: 10px;
        right: 10px;
        width: 22px;
        height: 22px;
        font-size: 12px;
    }

    .platter-price {
        font-size: 1.1rem;
        margin-bottom: 6px;
    }

    .btn-add-cart {
        padding: 0 15px;
        font-size: 11px;
        height: 30px;
    }

    .card-qty-btn {
        width: 24px;
        height: 30px;
    }

    .card-qty-input {
        width: 20px;
        font-size: 12px;
    }

    .cart-bar {
        padding-bottom: env(safe-area-inset-bottom) !important;
        height: auto;
    }

    .cart-bar-inner {
        padding: 20px 20px;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        gap: 10px;
    }

    .cart-info {
        width: auto;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        font-size: 1rem;
    }

    .cart-total {
        font-size: 1.4rem;
        margin-left: 8px;
    }

    .btn-view-order {
        width: auto;
        justify-content: center;
        padding: 12px 20px;
        font-size: 12px;
        white-space: nowrap;
        flex-shrink: 0;
    }

    .platter-num-badge {
        left: 10px;
        width: 28px;
        height: 28px;
        font-size: 18px;
    }

    .modal-content {
        max-height: 85vh;
        width: 80vw;
    }

    .modal-img-col {
        height: auto;
        width: 100%;
        aspect-ratio: 16 / 9;
    }

    .modal-info-col {
        padding: 20px;
        display: flex;
        flex-direction: column;
    }

    .modal-scroll-area {
        flex: 1;
        overflow-y: auto;
    }

    .modal-title-wrap {
        flex-direction: row;
        align-items: center;
        gap: 10px;
        margin-bottom: 10px;
    }

    .modal-num-badge {
        margin-bottom: 0;
        width: 32px;
        height: 32px;
        font-size: 16px;
        flex-shrink: 0;
    }

    .modal-title {
        font-size: 1.4rem;
        line-height: 1.2;
    }

    .modal-price {
        font-size: 1.5rem;
        margin-bottom: 15px;
    }

    .modal-specs {
        margin-bottom: 20px;
        gap: 5px;
    }

    .spec-item {
        font-size: 0.75rem;
        padding: 8px 10px;
    }

    .modal-ingredients-list {
        grid-template-columns: 1fr;
        gap: 5px;
    }

    .modal-close {
        top: 10px;
        right: 10px;
        font-size: 30px;
        width: 35px;
        height: 35px;
    }

    .modal-action-footer {
        flex-direction: row;
        gap: 10px;
    }

    .btn-modal-add {
        width: auto;
        flex-grow: 1;
        margin-left: 0;
    }

    .cart-modal {
        width: 90%;
        max-width: 400px;
        max-height: 80vh;
        border-radius: 12px;
        overflow: hidden;
    }

    .cart-header {
        padding: 5px 20px;
    }

    .cart-header h3 {
        font-size: 1.1rem;
    }

    .cart-close-btn {
        font-size: 40px;
    }

    .cart-store-banner {
        padding: 10px 15px;
        gap: 10px;
    }

    .store-text h4 {
        font-size: 0.9rem;
    }

    .store-text p {
        font-size: 0.8rem;
    }

    .store-icon svg {
        width: 20px;
        height: 20px;
    }

    .cart-list {
        padding: 15px;
    }

    .cart-item {
        padding-bottom: 10px;
        margin-bottom: 10px;
    }

    .item-details h4 {
        font-size: 0.95rem;
    }

    .item-price {
        font-size: 0.9rem;
    }

    .cart-item-thumb {
        width: 45px;
        height: 65px;
    }

    .item-controls {
        gap: 5px;
        padding: 3px;
        margin-left: 5px;
    }

    .ctrl-btn {
        width: 22px;
        height: 22px;
    }

    .item-qty {
        font-size: 13px;
        min-width: 15px;
    }

    .cart-footer {
        padding: 15px 20px;
    }

    .cart-summary {
        font-size: 1rem;
        margin-bottom: 15px;
    }

    .btn-checkout-final {
        padding: 12px;
        font-size: 0.95rem;
    }

    .cart-body::-webkit-scrollbar {
        -webkit-appearance: none;
        width: 6px;
        display: block;
    }

    .cart-body::-webkit-scrollbar-thumb {
        background-color: rgba(0, 0, 0, 0.3);
        border-radius: 4px;
    }

    .cart-body::-webkit-scrollbar-track {
        background: transparent;
    }

    .cart-body {
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch;
    }
}

/* =========================================
   HEADER BACKGROUND MATCH FIX
   Order Now.html 기준으로 stage 헤더 배경/높이 맞춤
========================================= */

/* 스크롤 전: 완전 투명 + 100px */
.sushia-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100px !important;
    background: transparent !important;
    background-image: none !important;
    background-color: transparent !important;
    box-shadow: none !important;
    backdrop-filter: blur(0px) !important;
    -webkit-backdrop-filter: blur(0px) !important;
    z-index: 1000;
    display: flex;
    justify-content: center;
    transition: all 0.4s ease !important;
}

/* 내부 높이도 같이 맞춤 */
.sushia-header .header-inner {
    width: 100%;
    max-width: 1600px;
    height: 100%;
    margin: 0 auto;
    padding: 0 40px;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* 스크롤 후: Order Now.html과 동일 */
.sushia-header.scrolled {
    height: 70px !important;
    background: rgba(255, 255, 255, 0.7) !important;
    background-image: none !important;
    background-color: rgba(255, 255, 255, 0.7) !important;
    backdrop-filter: blur(15px) !important;
    -webkit-backdrop-filter: blur(15px) !important;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05) !important;
}

/* =========================================
   CART MODAL - computed diff patch
   ========================================= */

/* 1) overlay 바깥 여백 제거 */
.cart-modal-overlay {
    padding: 0 !important;
}

/* 2) header 높이 디자이너와 맞춤 */
.cart-header {
    height: 72px !important;
    min-height: 72px !important;
    padding: 10px 25px !important;
}

/* 3) footer 높이감 맞춤 */
.cart-footer {
    padding: 25px !important;
}

/* 4) checkout 버튼 디자이너처럼 길고 안정적으로 */
.btn-checkout-final,
a.btn-checkout-final {
    display: inline-block !important;
    width: 100% !important;
    height: 49px !important;
    line-height: 19px !important;
    padding: 15px !important;
    border-radius: 8px !important;
    box-sizing: border-box !important;
    text-align: center !important;
    font-size: 16px !important;
    font-weight: 900 !important;
    text-transform: uppercase !important;
    background: #ffc905 !important;
    color: #000 !important;
    text-decoration: none !important;
}

/* 5) 상품 정보 블록 높이감 보정 */
.item-details {
    height: 44px !important;
}

.item-details h4 {
    margin: 0 0 2px !important;
    line-height: 1.2 !important;
}

.item-price {
    display: inline !important;
    line-height: 1.2 !important;
}

/* 6) 썸네일을 디자이너처럼 덜 꽉 차 보이게 */
/* 팝업 상품 썸네일 - 디자이너 스타일에 가깝게 */
/* 팝업 상품 썸네일 - 디자이너 버전 최대한 맞춤 */

/* 7) 휴지통 아이콘 디자이너 스타일로 교체 */
.btn-delete-item {
    width: 18px !important;
    height: 18px !important;
    margin-left: 10px !important;
    padding: 0 !important;
    border: none !important;
    background: transparent !important;
    border-radius: 0 !important;
    position: relative !important;
}

.btn-delete-item img,
.btn-delete-item .emoji {
    display: none !important;
}

.btn-delete-item::before {
    content: "";
    display: block;
    width: 18px;
    height: 18px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 18px 18px;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23999999'><path d='M6 19c0 1.1.9 2 2 2h8c1.1 0 2-.9 2-2V7H6v12zM19 4h-3.5l-1-1h-5l-1 1H5v2h14V4z'/></svg>");
}

/* 8) 빈 카트 문구 */
.cart-list:empty {
    min-height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #eeeeee;
}

.cart-list:empty::before {
    content: "Your cart is empty.";
    color: #a0a0a0;
    font-size: 16px;
    font-weight: 500;
}

/* =========================================
   Cart modal close button (X)
   ========================================= */

.cart-close-btn,
.cart-close-btn:hover,
.cart-close-btn:focus,
.cart-close-btn:active,
.cart-close-btn:focus-visible {
    background: transparent !important;
    background-image: none !important;
    color: #000 !important;
    border: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
    transform: none !important;
    opacity: 1 !important;
    outline: none !important;
    text-decoration: none !important;
}

/* 디자이너 computed에 더 가깝게 높이도 맞춤 */
.cart-close-btn {
    display: block !important;
    width: 23.9062px !important;
    height: 52px !important;
    padding: 0 !important;
    margin: 0 !important;
    font-size: 42px !important;
    font-weight: 100 !important;
    line-height: normal !important;
    cursor: pointer !important;
    border-radius: 0 !important;
}

/* Total Amount 오른쪽 정렬 */
#modalTotalPrice {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

/* $70.00 */
#modalTotalPrice .total-main {
    font-size: 19px;
    font-weight: 800;
}

/* GST 문구 */
#modalTotalPrice .gst-note {
    font-size: 13px;
    font-weight: 500;
    color: #777;
    margin-top: 2px;
}

/* =========================================
   Mobile header match to store-list screen
   ========================================= */
@media (max-width: 768px) {

    .sushia-header {
        height: 80px !important;
        background-color: transparent !important;
        box-shadow: none !important;
    }

    .sushia-header .header-inner {
        height: 80px !important;
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .sushia-header .logo-area {
        width: 92.1562px !important;
        height: 40px !important;
    }

    .sushia-header .header-right {
        gap: 15px !important;
        height: 41px !important;
    }

    .sushia-header .btn-reserve {
        width: 143.734px !important;
        height: 41px !important;
        padding: 14px !important;
        font-size: 13px !important;
        font-weight: 800 !important;
        line-height: 13px !important;
        border-radius: 4px !important;
    }

    .sushia-header .hamburger-menu {
        width: 32px !important;
        height: 34.5938px !important;
        padding: 0 !important;
        border-radius: 30px !important;
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05) !important;
    }
}

/* ============================= */
/* MOBILE - PARTY PLATTER TITLE */
/* ============================= */

@media (max-width: 768px){

  .platter-title-wrap{
      width:331px;
      height:110px;
      margin-bottom:30px;
      text-align:center;
  }

  .party-platter-title{
      display:inline-block;
      padding:8px 20px;
      background:#000;
      color:#ffc905;

      font-family:'Montserrat',sans-serif;
      font-size:32px;
      font-weight:900;
      line-height:39px;

      letter-spacing:-1px;
      text-transform:uppercase;

      transform:rotate(-2deg);
  }
  
    .btn-direction{
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 5px;
      margin-top: 15px;
      margin-bottom: 0;
      padding: 12px 20px;
      height: 42px;
      background: #000;
      color: #fff;
      border: none;
      border-radius: 50px;
      font-family: 'Montserrat', sans-serif;
      font-size: 14.4px;
      font-weight: 800;
      line-height: 14.4px;
      text-transform: uppercase;
      text-decoration: none;
      transition: all 0.3s ease;
      box-sizing: border-box;
  }
  
  .platter-jp-sub{
      display: block;
      width: 331px;
      margin: 20px 0 0;
      padding: 0;
      box-sizing: border-box;

      color: #000;
      font-family: 'Montserrat', sans-serif;
      font-size: 24px;
      font-weight: 600;
      line-height: 35px;
      letter-spacing: 2px;
      text-align: center;
      text-shadow: 0 1px 2px rgba(255, 255, 255, 0.3);
  }
  
    .platter-card.small-card .action-row{
      display: flex;
      align-items: flex-end;
      justify-content: space-between;
      gap: 8px;
      width: 100%;
  }

  .platter-card.small-card .price-block{
      flex: 0 0 auto;
      min-width: 0;
  }

  .platter-card.small-card .action-row > div[style="display:flex;"]{
      flex: 1 1 auto;
      justify-content: flex-end;
      min-width: 0;
  }

  .platter-card.small-card .btn-add-cart{
      width: auto;
      min-width: 78px;
      padding: 8px 10px;
      font-size: 11px;
      line-height: 1;
      white-space: nowrap;
  }
  
  .modal-title-wrap{
      display: flex;
      align-items: center;
      gap: 10px;
      height: 32px;
      margin: 0 0 10px;
      padding: 0;
      box-sizing: border-box;
  }

  .modal-title{
      display: block;
      margin: 0 !important;
      padding: 0;
      font-size: 22.4px;
      font-weight: 700;
      line-height: 1;
      letter-spacing: -1px;
      color: #111111;
      box-sizing: border-box;
  }

  .modal-title-wrap .platter-num-badge,
  .modal-title-wrap .modal-num-badge{
      display: inline-flex;
      align-items: center;
      justify-content: center;
      margin: 0;
      flex-shrink: 0;
  }
  
  .modal-price{
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    height: 29px;
    margin: 0 0 15px;
    padding: 0;
  }

  .modal-specs{
      display: flex;
      flex-wrap: wrap;
      gap: 5px;
      width: 238.797px;
      height: 31px;
      margin: 0 0 20px;
      padding: 0;
      box-sizing: border-box;
  }

  .spec-item{
      display: inline-flex;
      align-items: center;
      justify-content: center;
      height: 31px;
      margin: 0;
      padding: 8px 10px;
      background: #ffc905;
      color: #000;
      border-radius: 4px;
      box-sizing: border-box;
      font-family: 'Montserrat', sans-serif;
      font-size: 12px;
      font-weight: 800;
      line-height: 1;
      text-transform: uppercase;
      text-align: center;
  }

  .modal-scroll-area{
      height: 397px;
  }

}
