/* R0085-B2025-W7719 김치마요네즈 상세 페이지 스타일 */
.R0085-B2025-W7719_wrapper {
    font-family: 'Noto Sans KR', sans-serif !important;
    line-height: 1.6 !important;
    color: #333 !important;
    max-width: 1200px !important;
    margin: 0 auto !important;
    padding: 0 !important;
    background: linear-gradient(135deg, #fff5f5 0%, #fff 50%, #f8fff8 100%) !important;
}

.R0085-B2025-W7719_wrapper * {
    box-sizing: border-box !important;
}

/* Hero Section */
.R0085-B2025-W7719_hero-section {
    background: linear-gradient(135deg, #ff6b6b 0%, #ee5a5a 100%) !important;
    color: white !important;
    padding: 60px 20px !important;
    text-align: center !important;
    position: relative !important;
    overflow: hidden !important;
}

.R0085-B2025-W7719_hero-section::before {
    content: '' !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    background-image: 
        radial-gradient(circle at 20% 30%, rgba(255, 255, 255, 0.1) 2px, transparent 2px),
        radial-gradient(circle at 80% 70%, rgba(255, 255, 255, 0.1) 1px, transparent 1px) !important;
    background-size: 60px 60px, 40px 40px !important;
}

.R0085-B2025-W7719_hero-content {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 40px !important;
    flex-wrap: wrap !important;
    position: relative !important;
    z-index: 2 !important;
}

.R0085-B2025-W7719_hero-image {
    position: relative !important;
}

.R0085-B2025-W7719_main-image {
    width: 300px !important;
    height: 300px !important;
    object-fit: cover !important;
    border-radius: 20px !important;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3) !important;
    border: 4px solid rgba(255, 255, 255, 0.3) !important;
    transition: transform 0.3s ease !important;
}

.R0085-B2025-W7719_main-image:hover {
    transform: scale(1.05) !important;
}

.R0085-B2025-W7719_price-badge {
    position: absolute !important;
    top: -15px !important;
    right: -15px !important;
    background: #ff4444 !important;
    color: white !important;
    padding: 12px 20px !important;
    border-radius: 25px !important;
    font-weight: bold !important;
    font-size: 18px !important;
    box-shadow: 0 8px 20px rgba(255, 68, 68, 0.4) !important;
    animation: R0085-B2025-W7719_pulse 2s infinite !important;
}

@keyframes R0085-B2025-W7719_pulse {
    0%, 100% { transform: scale(1) !important; }
    50% { transform: scale(1.1) !important; }
}

.R0085-B2025-W7719_hero-text {
    flex: 1 !important;
    min-width: 300px !important;
    text-align: left !important;
}

.R0085-B2025-W7719_product-title {
    font-size: 48px !important;
    font-weight: 700 !important;
    margin: 0 0 20px 0 !important;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3) !important;
}

.R0085-B2025-W7719_product-subtitle {
    font-size: 20px !important;
    margin: 0 0 30px 0 !important;
    opacity: 0.9 !important;
    font-weight: 400 !important;
}

.R0085-B2025-W7719_key-features {
    display: flex !important;
    flex-direction: column !important;
    gap: 15px !important;
}

.R0085-B2025-W7719_feature-item {
    display: flex !important;
    align-items: center !important;
    gap: 15px !important;
    background: rgba(255, 255, 255, 0.2) !important;
    padding: 15px 20px !important;
    border-radius: 12px !important;
    backdrop-filter: blur(10px) !important;
}

.R0085-B2025-W7719_feature-icon {
    font-size: 24px !important;
    flex-shrink: 0 !important;
}

.R0085-B2025-W7719_feature-text {
    font-size: 16px !important;
    font-weight: 500 !important;
}

/* Story Section */
.R0085-B2025-W7719_story-section {
    padding: 80px 20px !important;
    background: white !important;
}

.R0085-B2025-W7719_story-heading {
    font-size: 24px !important;
    font-weight: 700 !important;
    text-align: center !important;
    margin: 0 0 50px 0 !important;
    color: #ff6b6b !important;
    position: relative !important;
}

.R0085-B2025-W7719_story-heading::after {
    content: '' !important;
    position: absolute !important;
    bottom: -15px !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    width: 60px !important;
    height: 4px !important;
    background: linear-gradient(90deg, #ff6b6b, #ee5a5a) !important;
    border-radius: 2px !important;
}

.R0085-B2025-W7719_story-content {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 40px !important;
    align-items: center !important;
}

.R0085-B2025-W7719_story-text {
    font-size: 18px !important;
    line-height: 1.8 !important;
    color: #555 !important;
    background: #f8f9fa !important;
    padding: 30px !important;
    border-radius: 15px !important;
    border-left: 5px solid #ff6b6b !important;
}

.R0085-B2025-W7719_detail-image {
    width: 100% !important;
    height: 400px !important;
    object-fit: cover !important;
    border-radius: 15px !important;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1) !important;
}

/* Features Section */
.R0085-B2025-W7719_features-section {
    padding: 80px 20px !important;
    background: #f8f9fa !important;
}

.R0085-B2025-W7719_features-grid {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)) !important;
    gap: 30px !important;
    margin-top: 50px !important;
}

.R0085-B2025-W7719_feature-card {
    background: white !important;
    padding: 40px 30px !important;
    border-radius: 20px !important;
    text-align: center !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08) !important;
    transition: transform 0.3s ease, box-shadow 0.3s ease !important;
    border: 2px solid transparent !important;
}

.R0085-B2025-W7719_feature-card:hover {
    transform: translateY(-10px) !important;
    box-shadow: 0 20px 40px rgba(255, 107, 107, 0.2) !important;
    border-color: #ff6b6b !important;
}

.R0085-B2025-W7719_card-icon {
    font-size: 48px !important;
    margin-bottom: 20px !important;
}

.R0085-B2025-W7719_card-title {
    font-size: 22px !important;
    font-weight: 600 !important;
    margin: 0 0 15px 0 !important;
    color: #333 !important;
}

.R0085-B2025-W7719_card-desc {
    font-size: 16px !important;
    color: #666 !important;
    line-height: 1.6 !important;
    margin: 0 !important;
}

/* Usage Section */
.R0085-B2025-W7719_usage-section {
    padding: 80px 20px !important;
    background: white !important;
}

.R0085-B2025-W7719_usage-content {
    margin-top: 50px !important;
}

.R0085-B2025-W7719_usage-grid {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)) !important;
    gap: 25px !important;
}

.R0085-B2025-W7719_usage-item {
    display: flex !important;
    align-items: center !important;
    gap: 20px !important;
    background: linear-gradient(135deg, #fff5f5 0%, #ffffff 100%) !important;
    padding: 25px !important;
    border-radius: 15px !important;
    border: 1px solid #ffe6e6 !important;
    transition: all 0.3s ease !important;
}

.R0085-B2025-W7719_usage-item:hover {
    background: linear-gradient(135deg, #ff6b6b 0%, #ee5a5a 100%) !important;
    color: white !important;
    transform: translateY(-5px) !important;
    box-shadow: 0 10px 25px rgba(255, 107, 107, 0.3) !important;
}

.R0085-B2025-W7719_usage-emoji {
    font-size: 28px !important;
    flex-shrink: 0 !important;
}

.R0085-B2025-W7719_usage-text {
    font-size: 16px !important;
    font-weight: 500 !important;
}

/* Info Section */
.R0085-B2025-W7719_info-section {
    padding: 80px 20px !important;
    background: #f8f9fa !important;
}

.R0085-B2025-W7719_info-table {
    background: white !important;
    border-radius: 15px !important;
    overflow: hidden !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08) !important;
    margin-top: 50px !important;
}

.R0085-B2025-W7719_info-row {
    display: grid !important;
    grid-template-columns: 200px 1fr !important;
    border-bottom: 1px solid #f0f0f0 !important;
}

.R0085-B2025-W7719_info-row:last-child {
    border-bottom: none !important;
}

.R0085-B2025-W7719_info-label {
    background: #ff6b6b !important;
    color: white !important;
    padding: 20px 25px !important;
    font-weight: 600 !important;
    font-size: 16px !important;
}

.R0085-B2025-W7719_info-value {
    padding: 20px 25px !important;
    font-size: 16px !important;
    color: #333 !important;
}

/* Reviews Section */
.R0085-B2025-W7719_reviews-section {
    padding: 80px 20px !important;
    background: white !important;
}

.R0085-B2025-W7719_reviews-grid {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)) !important;
    gap: 30px !important;
    margin-top: 50px !important;
}

.R0085-B2025-W7719_review-card {
    background: linear-gradient(135deg, #fff5f5 0%, #ffffff 100%) !important;
    padding: 30px 25px !important;
    border-radius: 15px !important;
    border: 1px solid #ffe6e6 !important;
    transition: all 0.3s ease !important;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05) !important;
}

.R0085-B2025-W7719_review-card:hover {
    background: linear-gradient(135deg, #ff6b6b 0%, #ee5a5a 100%) !important;
    color: white !important;
    transform: translateY(-8px) !important;
    box-shadow: 0 15px 35px rgba(255, 107, 107, 0.3) !important;
}

.R0085-B2025-W7719_review-header {
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
    margin-bottom: 15px !important;
}

.R0085-B2025-W7719_review-icon {
    font-size: 24px !important;
    flex-shrink: 0 !important;
}

.R0085-B2025-W7719_review-type {
    font-size: 16px !important;
    font-weight: 600 !important;
    color: #ff6b6b !important;
}

.R0085-B2025-W7719_review-card:hover .R0085-B2025-W7719_review-type {
    color: white !important;
}

.R0085-B2025-W7719_review-text {
    font-size: 15px !important;
    line-height: 1.6 !important;
    margin: 0 !important;
    color: #555 !important;
}

.R0085-B2025-W7719_review-card:hover .R0085-B2025-W7719_review-text {
    color: white !important;
}

/* CTA Section */
.R0085-B2025-W7719_cta-section {
    padding: 80px 20px !important;
    background: linear-gradient(135deg, #ff6b6b 0%, #ee5a5a 100%) !important;
    color: white !important;
    text-align: center !important;
}

.R0085-B2025-W7719_cta-title {
    font-size: 36px !important;
    font-weight: 700 !important;
    margin: 0 0 20px 0 !important;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3) !important;
}

.R0085-B2025-W7719_cta-subtitle {
    font-size: 18px !important;
    margin: 0 0 40px 0 !important;
    opacity: 0.9 !important;
}

.R0085-B2025-W7719_final-price {
    font-size: 48px !important;
    font-weight: 700 !important;
    background: white !important;
    color: #ff6b6b !important;
    padding: 20px 40px !important;
    border-radius: 25px !important;
    display: inline-block !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2) !important;
    animation: R0085-B2025-W7719_glow 2s ease-in-out infinite alternate !important;
}

@keyframes R0085-B2025-W7719_glow {
    from { box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2) !important; }
    to { box-shadow: 0 15px 40px rgba(255, 255, 255, 0.3) !important; }
}

/* Footer */
.R0085-B2025-W7719_footer {
    background: #2c3e50 !important;
    color: white !important;
    padding: 40px 20px !important;
}

.R0085-B2025-W7719_footer-content {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    flex-wrap: wrap !important;
    gap: 30px !important;
}

.R0085-B2025-W7719_company-name {
    font-size: 24px !important;
    font-weight: 700 !important;
    margin: 0 0 15px 0 !important;
    color: #ecf0f1 !important;
}

.R0085-B2025-W7719_contact-info {
    font-size: 16px !important;
    line-height: 1.6 !important;
    margin: 0 !important;
    color: #bdc3c7 !important;
}

.R0085-B2025-W7719_logo-text {
    font-size: 32px !important;
    font-weight: 700 !important;
    color: #ff6b6b !important;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3) !important;
}

/* Responsive Design */
@media (max-width: 768px) {
    .R0085-B2025-W7719_hero-content {
        flex-direction: column !important;
        text-align: center !important;
    }

    .R0085-B2025-W7719_hero-text {
        text-align: center !important;
    }

    .R0085-B2025-W7719_product-title {
        font-size: 32px !important;
    }

    .R0085-B2025-W7719_main-image {
        width: 250px !important;
        height: 250px !important;
    }

    .R0085-B2025-W7719_story-content {
        grid-template-columns: 1fr !important;
        gap: 30px !important;
    }

    .R0085-B2025-W7719_info-row {
        grid-template-columns: 1fr !important;
    }

    .R0085-B2025-W7719_info-label {
        border-bottom: none !important;
        border-radius: 0 !important;
    }

    .R0085-B2025-W7719_footer-content {
        flex-direction: column !important;
        text-align: center !important;
    }

    .R0085-B2025-W7719_final-price {
        font-size: 36px !important;
        padding: 15px 30px !important;
    }

    .R0085-B2025-W7719_cta-title {
        font-size: 28px !important;
    }
}