/* === RESET & BASE === */
@import url("https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css");

* {
    -webkit-font-smoothing: antialiased;
    box-sizing: border-box;
}

body {
    font-family: "Vividly-Regular", "Single Day", Helvetica, sans-serif;
    background-color: #ffffff;
    margin: 0;
    padding: 0;
    min-height: 100vh;
}
@font-face {
    font-family: "Vividly-Regular";
    src: url("./Vividly-Regular.otf") format("woff2"),
         url("./Vividly-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "Peperrito Ornaments Regular";
    src: url("./PeperritoOrnaments-Regular.otf") format("woff2"),
         url("./PeperritoOrnaments-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "Bunbun";
    src: url("./Bunbun\ DEMO.otf") format("woff2"),
         url("./Bunbun\ DEMO.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "Kinan";
    src: url("./Kinan.ttf") format("woff2"),
         url("./Kinan.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face { font-family: "Vividly-Regular"; src: local("Vividly-Regular"); }
@font-face { font-family: "Single Day-Regular"; src: local("Single Day-Regular"); }
@font-face { font-family: "Kinan Regular"; src: local("Kinan-Regular"); }

/* ============================================================ */
/* ===== 📱 MOBILE SCREEN (YOUR EXACT ORIGINAL) 📱 ===== */
/* ============================================================ */
.mobile-only.product-page {
    max-width: 420px;
    margin: 0 auto;
    background-color: #fff2f6;
    overflow: hidden;
    position: relative;
    display: block;
}

.mobile-only .nav-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 20px;
    background-color: #fff2f6;
}
.mobile-only .back-btn {
    font-family: "Vividly-Regular", Helvetica;
    color: #000;
    text-decoration: none;
    font-size: 16px;
    border: 2.75px solid #ff9fba;
    border-radius: 22.66px;
    padding: 8px 20px;
    background: #ffe6ed;
    transition: 0.3s;
}
.mobile-only .back-btn:hover { background: #ff9fba; color: white; }
.mobile-only .cat-logo-small { width: 55px; height: 55px; }

.mobile-only .product-wrapper {
    padding: 0 20px 20px 20px;
}

.mobile-only .product-image-box {
    position: relative;
    margin-bottom: 20px;
}
.mobile-only .product-img {
    width: 100%;
    height: 320px;
    background-size: cover;
    background-position: center;
    border-radius: 22.66px;
    border: 2.75px solid #ff9fba;
    box-shadow: 0 4px 15px rgba(255, 159, 186, 0.2);
}

.mobile-only .product-badge {
    position: absolute;
    top: -10px;
    right: -10px;
    background: #ffdae4;
    color: white;
    padding: 8px 16px;
    border-radius: 22.66px;
    font-family: "Vividly-Regular";
    font-size: 14px;
    border: 2px solid #fff;
    transform: rotate(5deg);
    box-shadow: 0 2px 10px rgba(255, 159, 186, 0.4);
}
.mobile-only .product-badge-2 {
    position: absolute;
    top: 20px;
    left: -10px;
    background: #ffe6ed;
    color: #000;
    padding: 6px 14px;
    border-radius: 22.66px;
    font-family: "Vividly-Regular";
    font-size: 14px;
    border: 2px solid #ff9fba;
    transform: rotate(-5deg);
}
.mobile-only .product-badge-3 {
    position: absolute;
    bottom: 15px;
    right: 15px;
    background: #fff;
    color: #ff9fba;
    padding: 6px 12px;
    border-radius: 22.66px;
    font-family: "Vividly-Regular";
    font-size: 14px;
    border: 2px solid #ff9fba;
    transform: rotate(-10deg);
}

.mobile-only .product-info-box {
    background-color: #fff3f6;
    padding: 25px;
    border-radius: 22.66px;
    border: 2.75px solid #ff9fba;
}

.mobile-only .product-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 10px;
}
.mobile-only .product-header h1 {
    font-family: "Kinan";
    font-size: 28px;
    -webkit-text-stroke: 0.5px #000;
    max-width: 60%;
    line-height: 1.2;
}
.mobile-only .product-rating {
    text-align: right;
}
.mobile-only .product-rating .stars {
    color: #ff9fba;
    font-size: 18px;
    display: block;
}
.mobile-only .product-rating .rating-count {
    font-family: "Single Day";
    font-size: 12px;
    color: #777;
}

.mobile-only .product-price-tag {
    margin: 15px 0 20px 0;
    background: #ffe6ed;
    display: inline-block;
    padding: 8px 25px;
    border-radius: 22.66px;
    border: 2px solid #ff9fba;
}
.mobile-only .price-symbol {
    font-family: "Bunbun ", Helvetica;
    font-size: 20px;
}
.mobile-only .price-number {
    font-family: "Vividly-Regular";
    font-size: 28px;
    margin-left: 4px;
}

.mobile-only .product-description h3,
.mobile-only .product-features h3,
.mobile-only .perfect-for-section h3,
.mobile-only .how-made-section h3,
.mobile-only .reviews-section h3,
.mobile-only .also-like-section h3 {
    font-family: "Vividly-Regular";
    font-size: 22px;
    margin-bottom: 15px;
}
.mobile-only .product-description p {
    font-family: "Single Day";
    font-size: 16px;
    line-height: 1.6;
    color: #444;
    margin-bottom: 10px;
}
.mobile-only .product-description .korean-desc {
    background: white;
    padding: 12px;
    border-radius: 22.66px;
    border: 2px dashed #ff9fba;
    font-size: 14px;
    color: #555;
}

.mobile-only .product-features {
    margin: 25px 0;
}
.mobile-only .features-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}
.mobile-only .feature-item {
    background: white;
    padding: 12px;
    border-radius: 22.66px;
    border: 2px solid #ff9fba;
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: "Vividly-Regular";
    font-size: 14px;
}
.mobile-only .feature-item img {
    width: 25px;
    height: 25px;
}

.mobile-only .product-actions {
    display: flex;
    gap: 15px;
    margin: 20px 0;
}
.mobile-only .quantity-selector {
    display: flex;
    align-items: center;
    background: white;
    border: 2px solid #ff9fba;
    border-radius: 22.66px;
    padding: 5px 10px;
}
.mobile-only .qty-btn {
    background: none;
    border: none;
    font-size: 22px;
    cursor: pointer;
    color: #ff9fba;
    font-family: "Vividly-Regular";
    padding: 0 12px;
    transition: 0.2s;
}
.mobile-only .qty-btn:hover {
    color: #e67a94;
    transform: scale(1.1);
}
.mobile-only .qty-num {
    font-family: "Vividly-Regular";
    font-size: 20px;
    padding: 0 15px;
    min-width: 30px;
    text-align: center;
}
.mobile-only .add-to-cart-btn {
    flex-grow: 1;
    background: #ff9fba;
    color: white;
    border: none;
    border-radius: 22.66px;
    font-family: "Vividly-Regular";
    font-size: 18px;
    padding: 10px 20px;
    cursor: pointer;
    transition: 0.3s;
    border: 2px solid #ff9fba;
}
.mobile-only .add-to-cart-btn:hover {
    background: #ffb3c9;
    transform: scale(1.02);
    box-shadow: 0 4px 15px rgba(255, 159, 186, 0.4);
}

.mobile-only .product-extra-info {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 2px dashed #ff9fba;
}
.mobile-only .product-extra-info p {
    font-family: "Vividly-Regular";
    font-size: 14px;
    color: #555;
    margin-bottom: 5px;
}

.mobile-only .perfect-for-section {
    padding: 0 20px 20px 20px;
}
.mobile-only .perfect-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}
.mobile-only .perfect-item {
    background: white;
    padding: 15px;
    border-radius: 22.66px;
    border: 2px solid #ff9fba;
    text-align: center;
    font-family: "Vividly-Regular";
    font-size: 16px;
}

.mobile-only .how-made-section {
    padding: 0 20px 20px 20px;
}
.mobile-only .how-made-box {
    background: white;
    padding: 20px;
    border-radius: 22.66px;
    border: 2px solid #ff9fba;
    text-align: center;
    position: relative;
}
.mobile-only .how-made-box p {
    font-family: "Vividly-Regular";
    font-size: 16px;
    line-height: 1.6;
    color: #444;
}
.mobile-only .how-made-icons {
    margin-top: 15px;
    font-size: 30px;
    letter-spacing: 15px;
}

.mobile-only .reviews-section {
    padding: 0 20px 20px 20px;
}
.mobile-only .review-card {
    background: white;
    padding: 15px;
    border-radius: 22.66px;
    border: 2px solid #ff9fba;
    margin-bottom: 15px;
}
.mobile-only .review-header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 8px;
}
.mobile-only .review-name {
    font-family: "Vividly-Regular";
    font-size: 16px;
    color: #000;
}
.mobile-only .review-stars {
    color: #ff9fba;
    font-size: 14px;
}
.mobile-only .review-text {
    font-family: "Vividly-Regular";
    font-size: 14px;
    line-height: 1.4;
    color: #555;
}
.mobile-only .see-all-reviews {
    width: 100%;
    background: #ffe6ed;
    border: 2px solid #ff9fba;
    border-radius: 22.66px;
    padding: 12px;
    font-family: "Vividly-Regular";
    font-size: 16px;
    color: #000;
    cursor: pointer;
    transition: 0.3s;
}
.mobile-only .see-all-reviews:hover {
    background: #ff9fba;
    color: white;
}

.mobile-only .also-like-section {
    padding: 0 20px 20px 20px;
}
.mobile-only .also-like-scroll {
    display: flex;
    overflow-x: auto;
    gap: 15px;
    padding-bottom: 10px;
    scroll-snap-type: x mandatory;
}
.mobile-only .also-like-scroll::-webkit-scrollbar {
    display: none;
}
.mobile-only .also-like-card {
    flex: 0 0 auto;
    width: 130px;
    background: white;
    border-radius: 22.66px;
    border: 2px solid #ff9fba;
    padding: 10px;
    text-align: center;
    scroll-snap-align: start;
    transition: 0.3s;
}
.mobile-only .also-like-card:hover {
    transform: translateY(-5px);
}
.mobile-only .also-img {
    width: 100%;
    height: 100px;
    background-size: cover;
    background-position: center;
    border-radius: 15px;
    margin-bottom: 10px;
    border: 1px solid #ff9fba;
}
.mobile-only .also-name {
    font-family: "Vividly-Regular";
    font-size: 14px;
    color: #000;
    margin-bottom: 5px;
}
.mobile-only .also-price {
    font-family: "Vividly-Regular";
    font-size: 14px;
    color: #ff9fba;
}

.mobile-only .footer-details {
    margin-top: 20px;
    padding: 30px 20px 40px;
    text-align: center;
    background-color: #fff2f6;
    position: relative;
}
.mobile-only .footer-details .footer-cat {
    width: 100px;
    margin-bottom: 15px;
}
.mobile-only .footer-text {
    font-family: "Vividly-Regular", Helvetica;
    color: #000000;
    font-size: 15.1px;
    margin-top: 10px;
    position: relative;
    z-index: 3;
}

/* ============================================================ */
/* ===== MOBILE SCROLL REVEAL ANIMATIONS ===== */
/* ============================================================ */
.mobile-only .reveal {
    opacity: 0;
    transform: translateY(50px) scale(0.95);
    transition: all 1s cubic-bezier(0.22, 0.61, 0.36, 1);
    will-change: transform, opacity;
}
.mobile-only .reveal.active {
    opacity: 1;
    transform: translateY(0) scale(1);
}
.mobile-only .reveal-delay-1 { transition-delay: 0.1s; }
.mobile-only .reveal-delay-2 { transition-delay: 0.2s; }
.mobile-only .reveal-delay-3 { transition-delay: 0.3s; }
.mobile-only .reveal-delay-4 { transition-delay: 0.4s; }
.mobile-only .reveal-delay-5 { transition-delay: 0.5s; }
.mobile-only .reveal-delay-6 { transition-delay: 0.6s; }
.mobile-only .reveal-delay-7 { transition-delay: 0.7s; }
.mobile-only .reveal-delay-8 { transition-delay: 0.8s; }

.mobile-only .reveal-left {
    opacity: 0;
    transform: translateX(-60px) rotate(-2deg);
    transition: all 1.2s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.mobile-only .reveal-left.active {
    opacity: 1;
    transform: translateX(0) rotate(0);
}

.mobile-only .reveal-right {
    opacity: 0;
    transform: translateX(60px) rotate(2deg);
    transition: all 1.2s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.mobile-only .reveal-right.active {
    opacity: 1;
    transform: translateX(0) rotate(0);
}

.mobile-only .reveal-scale {
    opacity: 0;
    transform: scale(0.7) rotate(-5deg);
    transition: all 1s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.mobile-only .reveal-scale.active {
    opacity: 1;
    transform: scale(1) rotate(0);
}

.mobile-only .reveal-float {
    opacity: 0;
    transform: translateY(30px);
    transition: all 1s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.mobile-only .reveal-float.active {
    opacity: 1;
    transform: translateY(0);
    animation: float 3s ease-in-out infinite;
}

@keyframes float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
}

.mobile-only .product-badge {
    animation: badgePulse 2.5s ease-in-out infinite;
}
@keyframes badgePulse {
    0%, 100% { transform: rotate(5deg) scale(1); }
    50% { transform: rotate(8deg) scale(1.05); }
}

.mobile-only .product-badge-2 {
    animation: badgePulse2 2.5s ease-in-out infinite 0.5s;
}
@keyframes badgePulse2 {
    0%, 100% { transform: rotate(-5deg) scale(1); }
    50% { transform: rotate(-8deg) scale(1.05); }
}

.mobile-only .back-btn {
    transition: all 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.mobile-only .back-btn:hover {
    transform: translateX(-5px) scale(1.05);
}

.mobile-only .product-img {
    transition: all 0.6s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.mobile-only .product-img:hover {
    transform: scale(1.02);
    box-shadow: 0 10px 30px rgba(255, 159, 186, 0.3);
}

.mobile-only .product-info-box {
    transition: all 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.mobile-only .product-info-box:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(255, 159, 186, 0.15);
}

.mobile-only .feature-item {
    transition: all 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.mobile-only .feature-item:hover {
    transform: translateY(-5px) scale(1.03);
    background: #ffe6ed;
    border-color: #ff6b8a;
    box-shadow: 0 4px 15px rgba(255, 159, 186, 0.2);
}

.mobile-only .feature-item img {
    transition: all 0.4s ease;
}
.mobile-only .feature-item:hover img {
    transform: rotate(-10deg) scale(1.1);
}

.mobile-only .product-price-tag {
    transition: all 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.mobile-only .product-price-tag:hover {
    transform: scale(1.05);
    background: #ff9fba;
    border-color: #ff6b8a;
    box-shadow: 0 4px 20px rgba(255, 159, 186, 0.3);
}
.mobile-only .product-price-tag:hover .price-symbol,
.mobile-only .product-price-tag:hover .price-number {
    color: white;
}

.mobile-only .qty-btn {
    transition: all 0.3s ease;
}
.mobile-only .qty-btn:hover {
    transform: scale(1.2);
    color: #ff6b8a;
}

.mobile-only .add-to-cart-btn {
    transition: all 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
    position: relative;
    overflow: hidden;
}
.mobile-only .add-to-cart-btn:hover {
    background: #ff6b8a;
    transform: scale(1.03);
    box-shadow: 0 6px 25px rgba(255, 159, 186, 0.4);
}
.mobile-only .add-to-cart-btn:active {
    transform: scale(0.95);
}

.mobile-only .perfect-item {
    transition: all 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.mobile-only .perfect-item:hover {
    transform: translateY(-5px) scale(1.05);
    background: #ffe6ed;
    border-color: #ff6b8a;
    box-shadow: 0 4px 15px rgba(255, 159, 186, 0.2);
}

.mobile-only .how-made-box {
    transition: all 0.4s ease;
}
.mobile-only .how-made-box:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(255, 159, 186, 0.15);
}

.mobile-only .review-card {
    transition: all 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.mobile-only .review-card:hover {
    transform: translateX(5px) scale(1.01);
    box-shadow: 0 4px 15px rgba(255, 159, 186, 0.15);
    border-color: #ff6b8a;
}

.mobile-only .see-all-reviews {
    transition: all 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.mobile-only .see-all-reviews:hover {
    background: #ff9fba;
    color: white;
    transform: scale(1.03);
    box-shadow: 0 4px 20px rgba(255, 159, 186, 0.3);
}

.mobile-only .also-like-card {
    transition: all 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.mobile-only .also-like-card:hover {
    transform: translateY(-8px) scale(1.05);
    box-shadow: 0 8px 25px rgba(255, 159, 186, 0.25);
    border-color: #ff6b8a;
}

.mobile-only .also-img {
    transition: all 0.6s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.mobile-only .also-like-card:hover .also-img {
    transform: scale(1.05);
}

.mobile-only .product-rating .stars {
    display: inline-block;
}
.mobile-only .product-rating .stars::before {
    content: '★★★★★';
    color: #ff9fba;
    animation: starPop 0.8s cubic-bezier(0.34, 1.56, 0.64, 1) both;
}
@keyframes starPop {
    0% { transform: scale(0) rotate(-30deg); opacity: 0; }
    60% { transform: scale(1.3) rotate(5deg); opacity: 1; }
    100% { transform: scale(1) rotate(0deg); opacity: 1; }
}

.mobile-only .price-number {
    animation: pricePulse 3s ease-in-out infinite;
}
@keyframes pricePulse {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.03); }
}

.mobile-only .footer-cat {
    transition: all 0.6s ease;
    animation: float 3s ease-in-out infinite;
}

::-webkit-scrollbar {
    width: 8px;
}
::-webkit-scrollbar-track {
    background: #fff2f6;
    border-radius: 10px;
}
::-webkit-scrollbar-thumb {
    background: linear-gradient(180deg, #ff9fba, #ff6b8a);
    border-radius: 10px;
    transition: all 0.3s ease;
}
::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(180deg, #ff6b8a, #ff9fba);
}

body {
    animation: fadeIn 1s ease;
}
@keyframes fadeIn {
    from { opacity: 0; transform: scale(0.98); }
    to { opacity: 1; transform: scale(1); }
}
html {
    scroll-behavior: smooth;
}

@keyframes confettiFall {
    0% { transform: translateY(0) rotate(0deg) scale(1); opacity: 1; }
    100% { transform: translateY(100px) rotate(720deg) scale(0); opacity: 0; }
}
.confetti-piece {
    position: fixed;
    pointer-events: none;
    z-index: 99999;
    animation: confettiFall 1.5s ease-out forwards;
}

.mobile-only .qty-btn {
    position: relative;
    overflow: hidden;
}
.mobile-only .qty-btn:active::after {
    content: '';
    position: absolute;
    border-radius: 50%;
    background: rgba(255, 159, 186, 0.3);
    width: 30px;
    height: 30px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: ripple 0.6s ease-out forwards;
}
@keyframes ripple {
    0% { transform: scale(0); opacity: 0.5; }
    100% { transform: scale(2); opacity: 0; }
}

/* ============================================================ */
/* ===== 🖥️ BRAND NEW LAPTOP/TABLET DESIGN 🖥️ ===== */
/* ============================================================ */

/* Hide laptop version on phones */
@media (max-width: 767px) {
    .desktop-wrapper { display: none !important; }
}

/* Show laptop version on tablets and laptops */
@media (min-width: 768px) {
    .mobile-only { display: none !important; }
    
    body {
        background: #fff2f6;
        display: flex;
        justify-content: center;
        padding: 40px;
    }

    .desktop-wrapper {
        max-width: 1200px;
        width: 100%;
        background: #ffffff;
        border-radius: 40px;
        box-shadow: 0 20px 60px rgba(255, 159, 186, 0.1);
        overflow: hidden;
        padding: 40px 50px 50px 50px;
        font-family: "Vividly-Regular", "Single Day", "Kinan", sans-serif;
        color: #000000;
    }

    /* ===== HEADER ===== */
    .d-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding-bottom: 20px;
        border-bottom: 1px solid #ffdaeb;
        margin-bottom: 40px;
    }
    .d-back-btn {
        font-family: "Vividly-Regular", Helvetica;
        color: #000;
        text-decoration: none;
        font-size: 18px;
        border: 2px solid #ff9fba;
        border-radius: 22.66px;
        padding: 8px 20px;
        background: #ffe6ed;
        transition: 0.3s;
    }
    .d-back-btn:hover { background: #ffdaeb; color: white; transform: scale(1.05); }
    .d-logo {
        font-family: "Kinan";
        font-size: 28px;
        color: #000000;
        -webkit-text-stroke: 0.5px #000000;
    }

    /* ===== PRODUCT SHOWCASE ===== */
    .d-showcase {
        display: flex;
        gap: 40px;
        align-items: flex-start;
        margin-bottom: 40px;
    }

    /* LEFT: IMAGE */
    .d-image-col {
        flex: 1;
        display: flex;
        justify-content: center;
    }
    .d-product-image-box {
        position: relative;
        max-width: 400px;
        width: 100%;
    }
    .d-product-img {
        width: 100%;
        height: 400px;
        background-size: cover !important;
        background-position: center !important;
        border-radius: 22.66px;
        border: 2px solid #ff9fba;
        box-shadow: 0 4px 15px rgba(255, 159, 186, 0.2);
        transition: all 0.6s cubic-bezier(0.22, 0.61, 0.36, 1);
    }
    .d-product-img:hover {
        transform: scale(1.02);
        box-shadow: 0 10px 30px rgba(255, 159, 186, 0.3);
    }
    .d-badge {
        position: absolute;
        padding: 8px 16px;
        border-radius: 22.66px;
        font-family: "Vividly-Regular";
        font-size: 14px;
        border: 2px solid #fff;
        box-shadow: 0 2px 10px rgba(255, 159, 186, 0.4);
    }
    .d-badge-1 {
        top: -10px;
        right: -10px;
        background: #ffdae4;
        color: white;
        transform: rotate(5deg);
        animation: badgePulse 2.5s ease-in-out infinite;
    }
    .d-badge-2 {
        top: 20px;
        left: -10px;
        background: #ffe6ed;
        color: #000;
        transform: rotate(-5deg);
        animation: badgePulse2 2.5s ease-in-out infinite 0.5s;
        border: 2px solid #ff9fba;
    }
    .d-badge-3 {
        bottom: 15px;
        right: 15px;
        background: #fff;
        color: #ff9fba;
        transform: rotate(-10deg);
        border: 2px solid #ff9fba;
    }

    /* RIGHT: INFO */
    .d-info-col {
        flex: 1;
    }
    .d-product-info-box {
        background-color: #fff3f6;
        padding: 30px;
        border-radius: 22.66px;
        border: 2px solid #ff9fba;
        transition: all 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
    }
    .d-product-info-box:hover {
        transform: translateY(-3px);
        box-shadow: 0 8px 25px rgba(255, 159, 186, 0.15);
    }

    .d-product-header {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        margin-bottom: 10px;
    }
    .d-product-header h1 {
        font-family: "Kinan";
        font-size: 34px;
        -webkit-text-stroke: 0.5px #000;
        line-height: 1.2;
    }
    .d-product-rating {
        text-align: right;
    }
    .d-stars {
        color: #ff9fba;
        font-size: 20px;
        display: block;
        animation: starPop 0.8s cubic-bezier(0.34, 1.56, 0.64, 1) both;
    }
    .d-rating-count {
        font-family: "Single Day";
        font-size: 13px;
        color: #777;
    }

    .d-product-price-tag {
        margin: 15px 0 20px 0;
        background: #ffe6ed;
        display: inline-block;
        padding: 8px 25px;
        border-radius: 22.66px;
        border: 2px solid #ff9fba;
        transition: all 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
    }
    .d-product-price-tag:hover {
        transform: scale(1.05);
        background: #ff9fba;
        border-color: #ffdaeb;
        box-shadow: 0 4px 20px rgba(255, 159, 186, 0.3);
    }
    .d-product-price-tag:hover .d-price-symbol,
    .d-product-price-tag:hover .d-price-number {
        color: white;
    }
    .d-price-symbol {
        font-family: "Bunbun ", Helvetica;
        font-size: 22px;
    }
    .d-price-number {
        font-family: "Vividly-Regular";
        font-size: 32px;
        margin-left: 4px;
        animation: pricePulse 3s ease-in-out infinite;
    }

    .d-product-description h3,
    .d-product-features h3,
    .d-section-title {
        font-family: "Vividly-Regular";
        font-size: 22px;
        margin-bottom: 15px;
    }
    .d-product-description p {
        font-family: "Single Day";
        font-size: 16px;
        line-height: 1.6;
        color: #444;
        margin-bottom: 10px;
    }
    .d-product-description .d-korean-desc {
        background: white;
        padding: 12px;
        border-radius: 22.66px;
        border: 2px dashed #ff9fba;
        font-size: 14px;
        color: #555;
    }

    .d-product-features {
        margin: 25px 0;
    }
    .d-features-grid {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 10px;
    }
    .d-feature-item {
        background: white;
        padding: 12px;
        border-radius: 22.66px;
        border: 2px solid #ff9fba;
        display: flex;
        align-items: center;
        gap: 10px;
        font-family: "Vividly-Regular";
        font-size: 14px;
        transition: all 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
    }
    .d-feature-item:hover {
        transform: translateY(-5px) scale(1.03);
        background: #ffe6ed;
        border-color: #ff6b8a;
        box-shadow: 0 4px 15px rgba(255, 159, 186, 0.2);
    }
    .d-feature-item img {
        width: 25px;
        height: 25px;
        transition: all 0.4s ease;
    }
    .d-feature-item:hover img {
        transform: rotate(-10deg) scale(1.1);
    }

    .d-product-actions {
        display: flex;
        gap: 15px;
        margin: 20px 0;
    }
    .d-quantity-selector {
        display: flex;
        align-items: center;
        background: white;
        border: 2px solid #ff9fba;
        border-radius: 22.66px;
        padding: 5px 10px;
    }
    .d-qty-btn {
        background: none;
        border: none;
        font-size: 22px;
        cursor: pointer;
        color: #ff9fba;
        font-family: "Vividly-Regular";
        padding: 0 12px;
        transition: 0.2s;
        position: relative;
        overflow: hidden;
    }
    .d-qty-btn:hover {
        color: #e67a94;
        transform: scale(1.2);
    }
    .d-qty-btn:active::after {
        content: '';
        position: absolute;
        border-radius: 50%;
        background: rgba(255, 159, 186, 0.3);
        width: 30px;
        height: 30px;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        animation: ripple 0.6s ease-out forwards;
    }
    .d-qty-num {
        font-family: "Vividly-Regular";
        font-size: 20px;
        padding: 0 15px;
        min-width: 30px;
        text-align: center;
    }
    .d-add-to-cart-btn {
        flex-grow: 1;
        background: #ff9fba;
        color: white;
        border: none;
        border-radius: 22.66px;
        font-family: "Vividly-Regular";
        font-size: 18px;
        padding: 10px 20px;
        cursor: pointer;
        transition: all 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
        border: 2px solid #ff9fba;
        position: relative;
        overflow: hidden;
    }
    .d-add-to-cart-btn:hover {
        background: #ff6b8a;
        transform: scale(1.03);
        box-shadow: 0 6px 25px rgba(255, 159, 186, 0.4);
    }
    .d-add-to-cart-btn:active {
        transform: scale(0.95);
    }

    .d-product-extra-info {
        margin-top: 15px;
        padding-top: 15px;
        border-top: 2px dashed #ff9fba;
    }
    .d-product-extra-info p {
        font-family: "Vividly-Regular";
        font-size: 14px;
        color: #555;
        margin-bottom: 5px;
    }

    /* ===== PERFECT FOR ===== */
    .d-perfect-section { margin-bottom: 40px; }
    .d-perfect-grid {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 15px;
        max-width: 700px;
        margin: 0 auto;
    }
    .d-perfect-item {
        background: white;
        padding: 15px;
        border-radius: 22.66px;
        border: 2px solid #ff9fba;
        text-align: center;
        font-family: "Vividly-Regular";
        font-size: 16px;
        transition: all 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
    }
    .d-perfect-item:hover {
        transform: translateY(-5px) scale(1.05);
        background: #ffe6ed;
        border-color: #ff6b8a;
        box-shadow: 0 4px 15px rgba(255, 159, 186, 0.2);
    }

    /* ===== HOW IT'S MADE ===== */
    .d-how-section { margin-bottom: 40px; }
    .d-how-box {
        background: white;
        padding: 25px;
        border-radius: 22.66px;
        border: 2px solid #ff9fba;
        text-align: center;
        transition: all 0.4s ease;
    }
    .d-how-box:hover {
        transform: translateY(-3px);
        box-shadow: 0 8px 25px rgba(255, 159, 186, 0.15);
    }
    .d-how-box p {
        font-family: "Vividly-Regular";
        font-size: 16px;
        line-height: 1.6;
        color: #444;
    }

    /* ===== REVIEWS ===== */
    .d-reviews-section { margin-bottom: 40px; }
    .d-review-grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
        max-width: 800px;
        margin: 0 auto;
    }
    .d-review-card {
        background: white;
        padding: 20px;
        border-radius: 22.66px;
        border: 2px solid #ff9fba;
        transition: all 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
    }
    .d-review-card:hover {
        transform: translateX(5px) scale(1.01);
        box-shadow: 0 4px 15px rgba(255, 159, 186, 0.15);
        border-color: #ff6b8a;
    }
    .d-review-header {
        display: flex;
        justify-content: space-between;
        margin-bottom: 8px;
    }
    .d-review-name {
        font-family: "Vividly-Regular";
        font-size: 16px;
        color: #000;
    }
    .d-review-stars {
        color: #ff9fba;
        font-size: 14px;
        transition: all 0.3s ease;
    }
    .d-review-stars:hover {
        transform: scale(1.2);
    }
    .d-review-text {
        font-family: "Vividly-Regular";
        font-size: 14px;
        line-height: 1.4;
        color: #555;
    }
    .d-see-all-reviews {
        width: 100%;
        background: #ffe6ed;
        border: 2px solid #ff9fba;
        border-radius: 22.66px;
        padding: 12px;
        font-family: "Vividly-Regular";
        font-size: 16px;
        color: #000;
        cursor: pointer;
        transition: all 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
    }
    .d-see-all-reviews:hover {
        background: #ff9fba;
        color: white;
        transform: scale(1.03);
        box-shadow: 0 4px 20px rgba(255, 159, 186, 0.3);
    }

    /* ===== YOU MAY ALSO LIKE ===== */
    .d-also-section { margin-bottom: 40px; }
    .d-also-grid {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 20px;
        max-width: 800px;
        margin: 0 auto;
    }
    .d-also-card {
        background: white;
        border-radius: 22.66px;
        border: 2px solid #ff9fba;
        padding: 10px;
        text-align: center;
        transition: all 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
    }
    .d-also-card:hover {
        transform: translateY(-8px) scale(1.05);
        box-shadow: 0 8px 25px rgba(255, 159, 186, 0.25);
        border-color: #ffdaeb;
    }
    .d-also-img {
        width: 100%;
        height: 120px;
        background-size: cover !important;
        background-position: center !important;
        border-radius: 15px;
        margin-bottom: 10px;
        border: 1px solid #ff9fba;
        transition: all 0.6s cubic-bezier(0.22, 0.61, 0.36, 1);
    }
    .d-also-card:hover .d-also-img {
        transform: scale(1.05);
    }
    .d-also-name {
        font-family: "Vividly-Regular";
        font-size: 15px;
        color: #000;
        margin-bottom: 5px;
    }
    .d-also-price {
        font-family: "Vividly-Regular";
        font-size: 15px;
        color: #ff9fba;
    }

    /* ===== FOOTER ===== */
    .d-footer {
        text-align: center;
        padding-top: 20px;
        border-top: 1px solid #ff9fba;
        margin-top: 20px;
    }
    .d-footer-cat {
        width: 120px;
        animation: float 3s ease-in-out infinite;
        margin-bottom: 10px;
    }
    .d-footer-text {
        font-family: "Vividly-Regular", Helvetica;
        color: #000000;
        font-size: 15px;
    }
}