/* COOKZZANG Mall Detail Page CSS - T3291-K9682-R4345 (쉐프원 콩식용유 18L) */
/* 모든 스타일은 이 제품 전용이며 다른 웹페이지에 영향을 주지 않습니다 */

/* Reset and Base Styles */
.T3291-K9682-R4345_wrapper * {
    margin: 0 !important;
    padding: 0 !important;
    box-sizing: border-box !important;
}

.T3291-K9682-R4345_wrapper {
    font-family: 'Noto Sans KR', sans-serif !important;
    line-height: 1.6 !important;
    color: #2c3e50 !important;
    background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%) !important;
    min-height: 100vh !important;
    padding: 20px !important;
}

/* Hero Section */
.T3291-K9682-R4345_hero {
    background: linear-gradient(135deg, #f7b733 0%, #fc4a1a 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;
}

.T3291-K9682-R4345_hero-content {
    display: flex !important;
    align-items: center !important;
    gap: 40px !important;
    max-width: 1200px !important;
    margin: 0 auto !important;
}

.T3291-K9682-R4345_product-images {
    flex: 1 !important;
    display: flex !important;
    gap: 20px !important;
}

.T3291-K9682-R4345_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;
}

.T3291-K9682-R4345_main-image:hover {
    transform: scale(1.05) !important;
}

.T3291-K9682-R4345_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;
}

.T3291-K9682-R4345_sub-image:hover {
    transform: scale(1.05) !important;
}

.T3291-K9682-R4345_product-info {
    flex: 1 !important;
    color: white !important;
}

.T3291-K9682-R4345_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;
}

.T3291-K9682-R4345_volume-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;
    text-align: center !important;
}

.T3291-K9682-R4345_volume-text {
    font-size: 20px !important;
    font-weight: 600 !important;
    color: #ffd700 !important;
    display: block !important;
}

.T3291-K9682-R4345_highlight-features {
    display: flex !important;
    flex-direction: column !important;
    gap: 12px !important;
}

.T3291-K9682-R4345_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;
}

.T3291-K9682-R4345_feature-icon {
    font-size: 20px !important;
}

.T3291-K9682-R4345_feature-text {
    font-size: 16px !important;
    font-weight: 500 !important;
}

/* Main Content Sections */
.T3291-K9682-R4345_details,
.T3291-K9682-R4345_benefits,
.T3291-K9682-R4345_usage {
    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;
}

.T3291-K9682-R4345_story-heading {
    font-size: 24px !important;
    font-weight: 700 !important;
    text-align: center !important;
    margin-bottom: 25px !important;
    color: #2c3e50 !important;
    position: relative !important;
}

.T3291-K9682-R4345_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, #f7b733, #fc4a1a) !important;
    border-radius: 2px !important;
}

.T3291-K9682-R4345_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 */
.T3291-K9682-R4345_details-grid {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)) !important;
    gap: 25px !important;
    margin-top: 30px !important;
}

.T3291-K9682-R4345_detail-card {
    background: linear-gradient(135deg, #f093fb 0%, #f5576c 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;
}

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

.T3291-K9682-R4345_card-icon {
    font-size: 32px !important;
    margin-bottom: 15px !important;
}

.T3291-K9682-R4345_card-title {
    font-size: 18px !important;
    font-weight: 600 !important;
    margin-bottom: 12px !important;
}

.T3291-K9682-R4345_card-content {
    font-size: 14px !important;
    line-height: 1.6 !important;
    opacity: 0.95 !important;
}

/* Benefits Section */
.T3291-K9682-R4345_benefits-grid {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)) !important;
    gap: 30px !important;
    margin-top: 30px !important;
}
.T3291-K9682-R4345_benefit-item {
    background: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%) !important;
    border-radius: 15px !important;
    padding: 30px !important;
    color: white !important;
    position: relative !important;
    overflow: hidden !important;
    transition: transform 0.3s ease !important;
}

.T3291-K9682-R4345_benefit-item:hover {
    transform: scale(1.02) !important;
}

.T3291-K9682-R4345_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;
}

.T3291-K9682-R4345_benefit-item:hover::before {
    top: -25% !important;
    right: -25% !important;
}

.T3291-K9682-R4345_benefit-number {
    font-size: 36px !important;
    font-weight: 700 !important;
    color: rgba(255, 255, 255, 0.8) !important;
    margin-bottom: 15px !important;
    position: relative !important;
    z-index: 2 !important;
}

.T3291-K9682-R4345_benefit-title {
    font-size: 20px !important;
    font-weight: 600 !important;
    margin-bottom: 15px !important;
    position: relative !important;
    z-index: 2 !important;
}

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

.T3291-K9682-R4345_usage-item {
    background: linear-gradient(135deg, #a8edea 0%, #fed6e3 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 rgba(255, 255, 255, 0.5) !important;
}

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

.T3291-K9682-R4345_usage-icon {
    font-size: 40px !important;
    margin-bottom: 15px !important;
    display: block !important;
}

.T3291-K9682-R4345_usage-title {
    font-size: 18px !important;
    font-weight: 600 !important;
    color: #2c3e50 !important;
    margin-bottom: 12px !important;
}

/* Footer Section */
.T3291-K9682-R4345_footer {
    background: linear-gradient(135deg, #2c3e50 0%, #34495e 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;
}

.T3291-K9682-R4345_footer-content {
    text-align: center !important;
    color: white !important;
}

.T3291-K9682-R4345_company-name {
    font-size: 24px !important;
    font-weight: 700 !important;
    margin-bottom: 20px !important;
    color: #ecf0f1 !important;
}

.T3291-K9682-R4345_contact-info {
    display: flex !important;
    justify-content: center !important;
    gap: 30px !important;
    flex-wrap: wrap !important;
}

.T3291-K9682-R4345_contact-item {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    gap: 5px !important;
}

.T3291-K9682-R4345_contact-label {
    font-size: 14px !important;
    opacity: 0.8 !important;
    font-weight: 500 !important;
}

.T3291-K9682-R4345_contact-value {
    font-size: 16px !important;
    font-weight: 600 !important;
    color: #3498db !important;
}

/* Responsive Design */
@media (max-width: 768px) {
    .T3291-K9682-R4345_wrapper {
        padding: 15px !important;
    }
    
    .T3291-K9682-R4345_hero {
        padding: 25px !important;
    }
    
    .T3291-K9682-R4345_hero-content {
        flex-direction: column !important;
        gap: 25px !important;
    }
    
    .T3291-K9682-R4345_product-images {
        width: 100% !important;
        justify-content: center !important;
    }
    
    .T3291-K9682-R4345_main-image {
        width: 70% !important;
    }
    
    .T3291-K9682-R4345_sub-image {
        width: 28% !important;
    }
    
    .T3291-K9682-R4345_product-title {
        font-size: 24px !important;
        text-align: center !important;
    }
    
    .T3291-K9682-R4345_details,
    .T3291-K9682-R4345_benefits,
    .T3291-K9682-R4345_usage,
    .T3291-K9682-R4345_footer {
        padding: 25px !important;
    }
    
    .T3291-K9682-R4345_details-grid,
    .T3291-K9682-R4345_benefits-grid,
    .T3291-K9682-R4345_usage-grid {
        grid-template-columns: 1fr !important;
        gap: 20px !important;
    }
    
    .T3291-K9682-R4345_contact-info {
        flex-direction: column !important;
        gap: 15px !important;
    }
    
    .T3291-K9682-R4345_contact-item {
        flex-direction: row !important;
        justify-content: space-between !important;
        padding: 0 20px !important;
    }
}

@media (max-width: 480px) {
    .T3291-K9682-R4345_product-images {
        flex-direction: column !important;
        align-items: center !important;
    }
    
    .T3291-K9682-R4345_main-image,
    .T3291-K9682-R4345_sub-image {
        width: 90% !important;
    }
    
    .T3291-K9682-R4345_story-heading {
        font-size: 20px !important;
    }
    
    .T3291-K9682-R4345_story-text {
        font-size: 16px !important;
    }
    
    .T3291-K9682-R4345_feature-item {
        padding: 10px 12px !important;
    }
    
    .T3291-K9682-R4345_feature-text {
        font-size: 14px !important;
    }
}

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

.T3291-K9682-R4345_details,
.T3291-K9682-R4345_benefits,
.T3291-K9682-R4345_usage {
    animation: T3291-K9682-R4345_fadeInUp 0.6s ease-out !important;
}

/* Scrollbar Styling for Wrapper */
.T3291-K9682-R4345_wrapper::-webkit-scrollbar {
    width: 8px !important;
}

.T3291-K9682-R4345_wrapper::-webkit-scrollbar-track {
    background: #f1f1f1 !important;
    border-radius: 10px !important;
}

.T3291-K9682-R4345_wrapper::-webkit-scrollbar-thumb {
    background: linear-gradient(135deg, #f7b733, #fc4a1a) !important;
    border-radius: 10px !important;
}

.T3291-K9682-R4345_wrapper::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(135deg, #e6a62b, #e33e12) !important;
}