/* COOKZZANG Mall Detail Page CSS - C8750-C9435-J0525 (마요네즈소스 (리얀) 3g/200ea) */
/* 모든 스타일은 이 제품 전용이며 다른 웹페이지에 영향을 주지 않습니다 */

/* Reset and Base Styles */
.C8750-C9435-J0525_wrapper * {
    margin: 0 !important;
    padding: 0 !important;
    box-sizing: border-box !important;
}

.C8750-C9435-J0525_wrapper {
    font-family: 'Noto Sans KR', sans-serif !important;
    line-height: 1.6 !important;
    color: #2e3440 !important;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%) !important;
    min-height: 100vh !important;
    padding: 20px !important;
}

/* Hero Section */
.C8750-C9435-J0525_hero {
    background: linear-gradient(135deg, #43a047 0%, #2e7d32 100%) !important;
    border-radius: 20px !important;
    padding: 40px !important;
    margin-bottom: 30px !important;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1) !important;
}

.C8750-C9435-J0525_hero-content {
    display: flex !important;
    align-items: center !important;
    gap: 40px !important;
    max-width: 1200px !important;
    margin: 0 auto !important;
}

.C8750-C9435-J0525_product-images {
    flex: 1 !important;
    display: flex !important;
    gap: 20px !important;
}

.C8750-C9435-J0525_main-image {
    width: 60% !important;
    height: auto !important;
    border-radius: 15px !important;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2) !important;
    transition: transform 0.3s ease !important;
}

.C8750-C9435-J0525_main-image:hover {
    transform: scale(1.05) !important;
}

.C8750-C9435-J0525_sub-image {
    width: 35% !important;
    height: auto !important;
    border-radius: 15px !important;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2) !important;
    transition: transform 0.3s ease !important;
}

.C8750-C9435-J0525_sub-image:hover {
    transform: scale(1.05) !important;
}

.C8750-C9435-J0525_product-info {
    flex: 1 !important;
    color: white !important;
}

.C8750-C9435-J0525_product-title {
    font-size: 32px !important;
    font-weight: 700 !important;
    margin-bottom: 20px !important;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3) !important;
}

.C8750-C9435-J0525_price-badge {
    background: rgba(255, 255, 255, 0.2) !important;
    backdrop-filter: blur(10px) !important;
    border-radius: 15px !important;
    padding: 15px 20px !important;
    margin-bottom: 25px !important;
    border: 1px solid rgba(255, 255, 255, 0.3) !important;
}

.C8750-C9435-J0525_price {
    font-size: 28px !important;
    font-weight: 700 !important;
    color: #ffeb3b !important;
    display: block !important;
}

.C8750-C9435-J0525_price-unit {
    font-size: 16px !important;
    opacity: 0.9 !important;
}

.C8750-C9435-J0525_highlight-features {
    display: flex !important;
    flex-direction: column !important;
    gap: 12px !important;
}

.C8750-C9435-J0525_feature-item {
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
    background: rgba(255, 255, 255, 0.1) !important;
    border-radius: 10px !important;
    padding: 12px 15px !important;
    backdrop-filter: blur(5px) !important;
}

.C8750-C9435-J0525_feature-icon {
    font-size: 20px !important;
}

.C8750-C9435-J0525_feature-text {
    font-size: 16px !important;
    font-weight: 500 !important;
}

/* Main Content Sections */
.C8750-C9435-J0525_details,
.C8750-C9435-J0525_benefits,
.C8750-C9435-J0525_usage,
.C8750-C9435-J0525_reviews {
    background: white !important;
    border-radius: 20px !important;
    padding: 40px !important;
    margin-bottom: 30px !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1) !important;
    max-width: 1200px !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

.C8750-C9435-J0525_story-heading {
    font-size: 24px !important;
    font-weight: 700 !important;
    text-align: center !important;
    margin-bottom: 25px !important;
    color: #2e3440 !important;
    position: relative !important;
}

.C8750-C9435-J0525_story-heading::after {
    content: '' !important;
    position: absolute !important;
    bottom: -10px !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    width: 60px !important;
    height: 3px !important;
    background: linear-gradient(90deg, #43a047, #2e7d32) !important;
    border-radius: 2px !important;
}

.C8750-C9435-J0525_story-text {
    font-size: 18px !important;
    line-height: 1.8 !important;
    color: #555 !important;
    text-align: center !important;
    margin-bottom: 30px !important;
}

/* Detail Cards Grid */
.C8750-C9435-J0525_details-grid {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)) !important;
    gap: 25px !important;
    margin-top: 30px !important;
}

.C8750-C9435-J0525_detail-card {
    background: linear-gradient(135deg, #66bb6a 0%, #4caf50 100%) !important;
    border-radius: 15px !important;
    padding: 25px !important;
    text-align: center !important;
    color: white !important;
    transition: transform 0.3s ease, box-shadow 0.3s ease !important;
}

.C8750-C9435-J0525_detail-card:hover {
    transform: translateY(-5px) !important;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2) !important;
}

.C8750-C9435-J0525_card-icon {
    font-size: 32px !important;
    margin-bottom: 15px !important;
}

.C8750-C9435-J0525_card-title {
    font-size: 18px !important;
    font-weight: 600 !important;
    margin-bottom: 12px !important;
}

.C8750-C9435-J0525_card-content {
    font-size: 14px !important;
    line-height: 1.6 !important;
    opacity: 0.95 !important;
}

/* Reviews Section */
.C8750-C9435-J0525_reviews-grid {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)) !important;
    gap: 25px !important;
    margin-top: 30px !important;
}

.C8750-C9435-J0525_review-item {
    background: linear-gradient(135deg, #e8f5e8 0%, #c8e6c9 100%) !important;
    border-radius: 15px !important;
    padding: 25px !important;
    border-left: 4px solid #4caf50 !important;
    transition: transform 0.3s ease, box-shadow 0.3s ease !important;
}

.C8750-C9435-J0525_review-item:hover {
    transform: translateY(-3px) !important;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1) !important;
}

.C8750-C9435-J0525_review-stars {
    font-size: 16px !important;
    margin-bottom: 12px !important;
    color: #ff9800 !important;
}

.C8750-C9435-J0525_review-text {
    font-size: 16px !important;
    line-height: 1.6 !important;
    color: #2e3440 !important;
    margin-bottom: 15px !important;
    font-style: italic !important;
}

.C8750-C9435-J0525_review-author {
    font-size: 14px !important;
    color: #43a047 !important;
    font-weight: 500 !important;
    text-align: right !important;
}

/* Benefits Section */
.C8750-C9435-J0525_benefits-grid {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)) !important;
    gap: 30px !important;
    margin-top: 30px !important;
}
.C8750-C9435-J0525_benefit-item {
    background: linear-gradient(135deg, #81c784 0%, #66bb6a 100%) !important;
    border-radius: 15px !important;
    padding: 30px !important;
    color: white !important;
    position: relative !important;
    overflow: hidden !important;
    transition: transform 0.3s ease !important;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15) !important;
}

.C8750-C9435-J0525_benefit-item:hover {
    transform: scale(1.02) !important;
}

.C8750-C9435-J0525_benefit-item::before {
    content: '' !important;
    position: absolute !important;
    top: -50% !important;
    right: -50% !important;
    width: 100% !important;
    height: 100% !important;
    background: rgba(255, 255, 255, 0.1) !important;
    border-radius: 50% !important;
    transition: all 0.5s ease !important;
}

.C8750-C9435-J0525_benefit-item:hover::before {
    top: -25% !important;
    right: -25% !important;
}

.C8750-C9435-J0525_benefit-number {
    font-size: 36px !important;
    font-weight: 700 !important;
    color: #ffeb3b !important;
    margin-bottom: 15px !important;
    position: relative !important;
    z-index: 2 !important;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3) !important;
}

.C8750-C9435-J0525_benefit-title {
    font-size: 20px !important;
    font-weight: 600 !important;
    margin-bottom: 15px !important;
    position: relative !important;
    z-index: 2 !important;
    color: #fff !important;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3) !important;
}

/* Benefits Section - Text Color Override */
.C8750-C9435-J0525_benefit-item .C8750-C9435-J0525_story-text {
    color: #f5f5f5 !important;
    position: relative !important;
    z-index: 2 !important;
    font-weight: 400 !important;
    opacity: 0.95 !important;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2) !important;
    line-height: 1.7 !important;
}

/* Usage Section */
.C8750-C9435-J0525_usage-grid {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)) !important;
    gap: 25px !important;
    margin-top: 30px !important;
}

.C8750-C9435-J0525_usage-item {
    background: linear-gradient(135deg, #fff9c4 0%, #f0f4c3 100%) !important;
    border-radius: 15px !important;
    padding: 25px !important;
    text-align: center !important;
    transition: transform 0.3s ease, box-shadow 0.3s ease !important;
    border: 2px solid #8bc34a !important;
}

.C8750-C9435-J0525_usage-item:hover {
    transform: translateY(-8px) !important;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15) !important;
}

.C8750-C9435-J0525_usage-icon {
    font-size: 40px !important;
    margin-bottom: 15px !important;
    display: block !important;
}

.C8750-C9435-J0525_usage-title {
    font-size: 18px !important;
    font-weight: 600 !important;
    color: #2e3440 !important;
    margin-bottom: 12px !important;
}

/* Footer Section */
.C8750-C9435-J0525_footer {
    background: linear-gradient(135deg, #37474f 0%, #263238 100%) !important;
    border-radius: 20px !important;
    padding: 30px !important;
    margin-top: 40px !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2) !important;
    max-width: 1200px !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

.C8750-C9435-J0525_footer-content {
    text-align: center !important;
    color: white !important;
}

.C8750-C9435-J0525_company-name {
    font-size: 24px !important;
    font-weight: 700 !important;
    margin-bottom: 20px !important;
    color: #4caf50 !important;
}

.C8750-C9435-J0525_contact-info {
    display: flex !important;
    justify-content: center !important;
    gap: 30px !important;
    flex-wrap: wrap !important;
}

.C8750-C9435-J0525_contact-item {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    gap: 5px !important;
}

.C8750-C9435-J0525_contact-label {
    font-size: 14px !important;
    opacity: 0.8 !important;
    font-weight: 500 !important;
}

.C8750-C9435-J0525_contact-value {
    font-size: 16px !important;
    font-weight: 600 !important;
    color: #81c784 !important;
}

/* Responsive Design */
@media (max-width: 768px) {
    .C8750-C9435-J0525_wrapper {
        padding: 15px !important;
    }
    
    .C8750-C9435-J0525_hero {
        padding: 25px !important;
    }
    
    .C8750-C9435-J0525_hero-content {
        flex-direction: column !important;
        gap: 25px !important;
    }
    
    .C8750-C9435-J0525_product-images {
        width: 100% !important;
        justify-content: center !important;
    }
    
    .C8750-C9435-J0525_main-image {
        width: 70% !important;
    }
    
    .C8750-C9435-J0525_sub-image {
        width: 28% !important;
    }
    
    .C8750-C9435-J0525_product-title {
        font-size: 24px !important;
        text-align: center !important;
    }
    
    .C8750-C9435-J0525_details,
    .C8750-C9435-J0525_benefits,
    .C8750-C9435-J0525_usage,
    .C8750-C9435-J0525_reviews,
    .C8750-C9435-J0525_footer {
        padding: 25px !important;
    }
    
    .C8750-C9435-J0525_details-grid,
    .C8750-C9435-J0525_benefits-grid,
    .C8750-C9435-J0525_usage-grid,
    .C8750-C9435-J0525_reviews-grid {
        grid-template-columns: 1fr !important;
        gap: 20px !important;
    }
    
    .C8750-C9435-J0525_contact-info {
        flex-direction: column !important;
        gap: 15px !important;
    }
    
    .C8750-C9435-J0525_contact-item {
        flex-direction: row !important;
        justify-content: space-between !important;
        padding: 0 20px !important;
    }
}

@media (max-width: 480px) {
    .C8750-C9435-J0525_product-images {
        flex-direction: column !important;
        align-items: center !important;
    }
    
    .C8750-C9435-J0525_main-image,
    .C8750-C9435-J0525_sub-image {
        width: 90% !important;
    }
    
    .C8750-C9435-J0525_story-heading {
        font-size: 20px !important;
    }
    
    .C8750-C9435-J0525_story-text {
        font-size: 16px !important;
    }
    
    .C8750-C9435-J0525_feature-item {
        padding: 10px 12px !important;
    }
    
    .C8750-C9435-J0525_feature-text {
        font-size: 14px !important;
    }
}

/* Additional Animations */
@keyframes C8750-C9435-J0525_fadeInUp {
    from {
        opacity: 0 !important;
        transform: translateY(30px) !important;
    }
    to {
        opacity: 1 !important;
        transform: translateY(0) !important;
    }
}

.C8750-C9435-J0525_details,
.C8750-C9435-J0525_benefits,
.C8750-C9435-J0525_usage,
.C8750-C9435-J0525_reviews {
    animation: C8750-C9435-J0525_fadeInUp 0.6s ease-out !important;
}

/* Scrollbar Styling for Wrapper */
.C8750-C9435-J0525_wrapper::-webkit-scrollbar {
    width: 8px !important;
}

.C8750-C9435-J0525_wrapper::-webkit-scrollbar-track {
    background: #f1f1f1 !important;
    border-radius: 10px !important;
}

.C8750-C9435-J0525_wrapper::-webkit-scrollbar-thumb {
    background: linear-gradient(135deg, #43a047, #2e7d32) !important;
    border-radius: 10px !important;
}

.C8750-C9435-J0525_wrapper::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(135deg, #388e3c, #1b5e20) !important;
}