/* COOKZZANG Mall - 포마스 올리브유 5L 상세페이지 스타일 */
/* 제품 코드: H6468-J8204-B7663 */

/* 전체 스타일 초기화 및 기본 설정 */
.H6468-J8204-B7663_wrapper * {
    margin: 0 !important;
    padding: 0 !important;
    box-sizing: border-box !important;
}

.H6468-J8204-B7663_wrapper {
    font-family: 'Noto Sans KR', sans-serif !important;
    line-height: 1.6 !important;
    color: #2c3e2d !important;
    background: linear-gradient(135deg, #f8fdf8 0%, #e8f5e8 100%) !important;
    min-height: 100vh !important;
}

/* 컨테이너 스타일 */
.H6468-J8204-B7663_container {
    max-width: 1200px !important;
    margin: 0 auto !important;
    padding: 0 20px !important;
}

/* 메인 헤더 섹션 */
.H6468-J8204-B7663_main-header {
    background: linear-gradient(135deg, #6b8e23 0%, #8fbc8f 50%, #98fb98 100%) !important;
    padding: 60px 0 !important;
    text-align: center !important;
    position: relative !important;
    overflow: hidden !important;
}

.H6468-J8204-B7663_main-header::before {
    content: '' !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><circle cx="50" cy="50" r="2" fill="rgba(255,255,255,0.1)"/></svg>') !important;
    background-size: 50px 50px !important;
    opacity: 0.3 !important;
}

.H6468-J8204-B7663_header-content {
    position: relative !important;
    z-index: 2 !important;
}

.H6468-J8204-B7663_badge {
    display: inline-block !important;
    background: rgba(255, 255, 255, 0.2) !important;
    color: #fff !important;
    padding: 8px 20px !important;
    border-radius: 25px !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    margin-bottom: 20px !important;
    backdrop-filter: blur(10px) !important;
    border: 1px solid rgba(255, 255, 255, 0.3) !important;
}

.H6468-J8204-B7663_product-title {
    font-size: 48px !important;
    font-weight: 700 !important;
    color: #fff !important;
    margin-bottom: 15px !important;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.3) !important;
    font-family: 'Noto Serif KR', serif !important;
}

.H6468-J8204-B7663_product-subtitle {
    font-size: 20px !important;
    color: rgba(255, 255, 255, 0.9) !important;
    margin-bottom: 30px !important;
    font-weight: 400 !important;
}

.H6468-J8204-B7663_price-section {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 20px !important;
    flex-wrap: wrap !important;
}

.H6468-J8204-B7663_price {
    font-size: 36px !important;
    font-weight: 700 !important;
    color: #fff !important;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.3) !important;
}

.H6468-J8204-B7663_currency {
    font-size: 24px !important;
    margin-left: 5px !important;
}

.H6468-J8204-B7663_capacity {
    background: rgba(255, 255, 255, 0.2) !important;
    color: #fff !important;
    padding: 10px 20px !important;
    border-radius: 20px !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    backdrop-filter: blur(10px) !important;
}
/* 이미지 섹션 */
.H6468-J8204-B7663_image-section {
    padding: 60px 0 !important;
    background: #fff !important;
}

.H6468-J8204-B7663_image-gallery {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 30px !important;
    max-width: 800px !important;
    margin: 0 auto !important;
}

.H6468-J8204-B7663_main-image,
.H6468-J8204-B7663_secondary-image {
    border-radius: 20px !important;
    overflow: hidden !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1) !important;
    transition: transform 0.3s ease, box-shadow 0.3s ease !important;
}

.H6468-J8204-B7663_main-image:hover,
.H6468-J8204-B7663_secondary-image:hover {
    transform: translateY(-5px) !important;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15) !important;
}

.H6468-J8204-B7663_product-img {
    width: 100% !important;
    height: auto !important;
    display: block !important;
    transition: transform 0.3s ease !important;
}

.H6468-J8204-B7663_main-image:hover .H6468-J8204-B7663_product-img,
.H6468-J8204-B7663_secondary-image:hover .H6468-J8204-B7663_product-img {
    transform: scale(1.05) !important;
}

/* 섹션 타이틀 공통 스타일 */
.H6468-J8204-B7663_section-title {
    font-size: 32px !important;
    font-weight: 700 !important;
    color: #2c3e2d !important;
    text-align: center !important;
    margin-bottom: 50px !important;
    font-family: 'Noto Serif KR', serif !important;
    position: relative !important;
}

.H6468-J8204-B7663_section-title::after {
    content: '' !important;
    position: absolute !important;
    bottom: -15px !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    width: 60px !important;
    height: 3px !important;
    background: linear-gradient(135deg, #6b8e23, #8fbc8f) !important;
    border-radius: 3px !important;
}

/* 특징 섹션 */
.H6468-J8204-B7663_features-section {
    padding: 80px 0 !important;
    background: linear-gradient(135deg, #f0f8f0 0%, #e6f3e6 100%) !important;
}

.H6468-J8204-B7663_features-grid {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)) !important;
    gap: 30px !important;
}

.H6468-J8204-B7663_feature-card {
    background: #fff !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: 1px solid rgba(107, 142, 35, 0.1) !important;
}

.H6468-J8204-B7663_feature-card:hover {
    transform: translateY(-10px) !important;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.12) !important;
}

.H6468-J8204-B7663_feature-icon {
    font-size: 48px !important;
    margin-bottom: 20px !important;
    filter: drop-shadow(2px 2px 4px rgba(0,0,0,0.1)) !important;
}

.H6468-J8204-B7663_feature-title {
    font-size: 20px !important;
    font-weight: 600 !important;
    color: #2c3e2d !important;
    margin-bottom: 15px !important;
    font-family: 'Noto Serif KR', serif !important;
}

.H6468-J8204-B7663_feature-desc {
    font-size: 16px !important;
    color: #5a6c5b !important;
    line-height: 1.6 !important;
}
/* 제품 정보 섹션 */
.H6468-J8204-B7663_info-section {
    padding: 80px 0 !important;
    background: #fff !important;
}

.H6468-J8204-B7663_info-cards {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)) !important;
    gap: 25px !important;
    max-width: 800px !important;
    margin: 0 auto !important;
}

.H6468-J8204-B7663_info-card {
    background: linear-gradient(135deg, #f8fdf8 0%, #e8f5e8 100%) !important;
    padding: 30px 25px !important;
    border-radius: 15px !important;
    text-align: center !important;
    border: 2px solid rgba(107, 142, 35, 0.1) !important;
    transition: all 0.3s ease !important;
}

.H6468-J8204-B7663_info-card:hover {
    border-color: rgba(107, 142, 35, 0.3) !important;
    transform: translateY(-5px) !important;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1) !important;
}

.H6468-J8204-B7663_info-label {
    font-size: 16px !important;
    color: #6b8e23 !important;
    font-weight: 500 !important;
    margin-bottom: 10px !important;
}

.H6468-J8204-B7663_info-value {
    font-size: 20px !important;
    font-weight: 700 !important;
    color: #2c3e2d !important;
    font-family: 'Noto Serif KR', serif !important;
}

/* 보관 방법 섹션 */
.H6468-J8204-B7663_storage-section {
    padding: 80px 0 !important;
    background: linear-gradient(135deg, #f0f8f0 0%, #e6f3e6 100%) !important;
}

.H6468-J8204-B7663_storage-card {
    background: #fff !important;
    padding: 50px 40px !important;
    border-radius: 25px !important;
    max-width: 700px !important;
    margin: 0 auto !important;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1) !important;
    border: 1px solid rgba(107, 142, 35, 0.1) !important;
    display: flex !important;
    align-items: center !important;
    gap: 30px !important;
}

.H6468-J8204-B7663_storage-icon {
    font-size: 64px !important;
    filter: drop-shadow(2px 2px 8px rgba(0,0,0,0.1)) !important;
    flex-shrink: 0 !important;
}

.H6468-J8204-B7663_storage-content {
    flex: 1 !important;
}

.H6468-J8204-B7663_storage-title {
    font-size: 24px !important;
    font-weight: 600 !important;
    color: #2c3e2d !important;
    margin-bottom: 15px !important;
    font-family: 'Noto Serif KR', serif !important;
}

.H6468-J8204-B7663_storage-desc {
    font-size: 18px !important;
    color: #5a6c5b !important;
    line-height: 1.6 !important;
    margin-bottom: 20px !important;
}

.H6468-J8204-B7663_storage-tips {
    display: flex !important;
    gap: 15px !important;
    flex-wrap: wrap !important;
}

.H6468-J8204-B7663_tip {
    background: linear-gradient(135deg, #6b8e23, #8fbc8f) !important;
    color: #fff !important;
    padding: 8px 16px !important;
    border-radius: 20px !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    white-space: nowrap !important;
}
/* 스토리 섹션 */
.H6468-J8204-B7663_story-section {
    padding: 80px 0 !important;
    background: #fff !important;
}

.H6468-J8204-B7663_story-heading {
    font-size: 24px !important;
    font-weight: 700 !important;
    color: #2c3e2d !important;
    text-align: center !important;
    margin-bottom: 40px !important;
    font-family: 'Noto Serif KR', serif !important;
}

.H6468-J8204-B7663_story-content {
    max-width: 800px !important;
    margin: 0 auto !important;
    background: linear-gradient(135deg, #f8fdf8 0%, #e8f5e8 100%) !important;
    padding: 50px 40px !important;
    border-radius: 25px !important;
    border: 1px solid rgba(107, 142, 35, 0.1) !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08) !important;
}

.H6468-J8204-B7663_story-text {
    font-size: 18px !important;
    line-height: 1.8 !important;
    color: #3a4d3b !important;
    margin-bottom: 25px !important;
    text-align: justify !important;
}

.H6468-J8204-B7663_story-text:last-child {
    margin-bottom: 0 !important;
}

/* 구매 안내 섹션 */
.H6468-J8204-B7663_purchase-section {
    padding: 80px 0 !important;
    background: linear-gradient(135deg, #f0f8f0 0%, #e6f3e6 100%) !important;
}

.H6468-J8204-B7663_purchase-grid {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)) !important;
    gap: 30px !important;
}

.H6468-J8204-B7663_purchase-card {
    background: #fff !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: 1px solid rgba(107, 142, 35, 0.1) !important;
}

.H6468-J8204-B7663_purchase-card:hover {
    transform: translateY(-10px) !important;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.12) !important;
}

.H6468-J8204-B7663_purchase-icon {
    font-size: 48px !important;
    margin-bottom: 20px !important;
    filter: drop-shadow(2px 2px 4px rgba(0,0,0,0.1)) !important;
}

.H6468-J8204-B7663_purchase-title {
    font-size: 20px !important;
    font-weight: 600 !important;
    color: #2c3e2d !important;
    margin-bottom: 15px !important;
    font-family: 'Noto Serif KR', serif !important;
}

.H6468-J8204-B7663_purchase-desc {
    font-size: 16px !important;
    color: #5a6c5b !important;
    line-height: 1.6 !important;
}

/* 푸터 섹션 */
.H6468-J8204-B7663_footer {
    background: linear-gradient(135deg, #2c3e2d 0%, #3a4d3b 100%) !important;
    padding: 50px 0 !important;
    color: #fff !important;
}

.H6468-J8204-B7663_footer-content {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    flex-wrap: wrap !important;
    gap: 30px !important;
}

.H6468-J8204-B7663_company-info {
    text-align: left !important;
}

.H6468-J8204-B7663_company-name {
    font-size: 28px !important;
    font-weight: 700 !important;
    margin-bottom: 8px !important;
    color: #8fbc8f !important;
    font-family: 'Noto Serif KR', serif !important;
}

.H6468-J8204-B7663_company-detail {
    font-size: 16px !important;
    color: rgba(255, 255, 255, 0.8) !important;
}

.H6468-J8204-B7663_contact-info {
    display: flex !important;
    flex-direction: column !important;
    gap: 15px !important;
}

.H6468-J8204-B7663_contact-item {
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
}

.H6468-J8204-B7663_contact-label {
    font-size: 14px !important;
    color: rgba(255, 255, 255, 0.7) !important;
    font-weight: 500 !important;
}

.H6468-J8204-B7663_contact-value {
    font-size: 16px !important;
    color: #fff !important;
    font-weight: 600 !important;
}
/* 리뷰 섹션 */
.H6468-J8204-B7663_review-section {
    padding: 80px 0 !important;
    background: #fff !important;
}

.H6468-J8204-B7663_review-grid {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)) !important;
    gap: 30px !important;
    margin-top: 40px !important;
}

.H6468-J8204-B7663_review-card {
    background: linear-gradient(135deg, #f0f8f0 0%, #e8f5e8 100%) !important;
    border-radius: 15px !important;
    padding: 30px !important;
    box-shadow: 0 10px 30px rgba(107, 142, 35, 0.1) !important;
    border: 2px solid rgba(107, 142, 35, 0.1) !important;
    transition: all 0.3s ease !important;
    position: relative !important;
    overflow: hidden !important;
}

.H6468-J8204-B7663_review-card::before {
    content: '' !important;
    position: absolute !important;
    top: -2px !important;
    left: -2px !important;
    right: -2px !important;
    bottom: -2px !important;
    background: linear-gradient(135deg, #6b8e23, #8fbc8f, #98fb98) !important;
    border-radius: 17px !important;
    z-index: -1 !important;
    opacity: 0 !important;
    transition: opacity 0.3s ease !important;
}

.H6468-J8204-B7663_review-card:hover::before {
    opacity: 1 !important;
}

.H6468-J8204-B7663_review-card:hover {
    transform: translateY(-5px) !important;
    box-shadow: 0 15px 40px rgba(107, 142, 35, 0.2) !important;
}

.H6468-J8204-B7663_review-header {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    margin-bottom: 20px !important;
}

.H6468-J8204-B7663_review-stars {
    color: #FFD700 !important;
    font-size: 18px !important;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.1) !important;
}

.H6468-J8204-B7663_review-user {
    background: linear-gradient(135deg, #6b8e23 0%, #8fbc8f 100%) !important;
    color: white !important;
    padding: 6px 15px !important;
    border-radius: 20px !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    box-shadow: 0 3px 10px rgba(107, 142, 35, 0.3) !important;
}

.H6468-J8204-B7663_review-text {
    font-size: 16px !important;
    line-height: 1.6 !important;
    color: #2c3e2d !important;
    font-weight: 500 !important;
    margin: 0 !important;
}

/* 반응형 디자인 - 태블릿 */
@media (max-width: 768px) {
    .H6468-J8204-B7663_container {
        padding: 0 15px !important;
    }
    
    .H6468-J8204-B7663_main-header {
        padding: 40px 0 !important;
    }
    
    .H6468-J8204-B7663_product-title {
        font-size: 36px !important;
    }
    
    .H6468-J8204-B7663_product-subtitle {
        font-size: 18px !important;
    }
    
    .H6468-J8204-B7663_price {
        font-size: 28px !important;
    }
    
    .H6468-J8204-B7663_section-title {
        font-size: 28px !important;
    }
    
    .H6468-J8204-B7663_image-gallery {
        grid-template-columns: 1fr !important;
        gap: 20px !important;
    }
    
    .H6468-J8204-B7663_features-grid,
    .H6468-J8204-B7663_purchase-grid {
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)) !important;
        gap: 20px !important;
    }
    
    .H6468-J8204-B7663_storage-card {
        flex-direction: column !important;
        text-align: center !important;
        gap: 20px !important;
        padding: 30px 20px !important;
    }
    
    .H6468-J8204-B7663_story-content {
        padding: 30px 25px !important;
    }
    
    .H6468-J8204-B7663_footer-content {
        flex-direction: column !important;
        text-align: center !important;
        gap: 20px !important;
    }
    
    .H6468-J8204-B7663_review-grid {
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)) !important;
        gap: 25px !important;
    }
    
    .H6468-J8204-B7663_review-card {
        padding: 25px !important;
    }
}

/* 반응형 디자인 - 모바일 */
@media (max-width: 480px) {
    .H6468-J8204-B7663_container {
        padding: 0 10px !important;
    }
    
    .H6468-J8204-B7663_main-header {
        padding: 30px 0 !important;
    }
    
    .H6468-J8204-B7663_product-title {
        font-size: 28px !important;
    }
    
    .H6468-J8204-B7663_product-subtitle {
        font-size: 16px !important;
    }
    
    .H6468-J8204-B7663_price {
        font-size: 24px !important;
    }
    
    .H6468-J8204-B7663_section-title {
        font-size: 24px !important;
    }
    
    .H6468-J8204-B7663_price-section {
        flex-direction: column !important;
        gap: 10px !important;
    }
    
    .H6468-J8204-B7663_features-grid,
    .H6468-J8204-B7663_purchase-grid,
    .H6468-J8204-B7663_info-cards {
        grid-template-columns: 1fr !important;
        gap: 15px !important;
    }
    
    .H6468-J8204-B7663_feature-card,
    .H6468-J8204-B7663_purchase-card {
        padding: 25px 20px !important;
    }
    
    .H6468-J8204-B7663_storage-card {
        padding: 25px 15px !important;
    }
    
    .H6468-J8204-B7663_storage-icon {
        font-size: 48px !important;
    }
    
    .H6468-J8204-B7663_story-content {
        padding: 25px 20px !important;
    }
    
    .H6468-J8204-B7663_story-text {
        font-size: 16px !important;
    }
    
    .H6468-J8204-B7663_storage-tips {
        justify-content: center !important;
    }
    
    .H6468-J8204-B7663_contact-info {
        align-items: center !important;
    }
    
    .H6468-J8204-B7663_review-grid {
        grid-template-columns: 1fr !important;
        gap: 20px !important;
    }
    
    .H6468-J8204-B7663_review-card {
        padding: 20px !important;
    }
    
    .H6468-J8204-B7663_review-header {
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 10px !important;
    }
    
    .H6468-J8204-B7663_review-text {
        font-size: 15px !important;
    }
}