/* O0917-V7951-N2813 대나무꼬지 40센치 어묵꼬지 상세페이지 스타일 */

/* 전체 컨테이너 스타일 */
.O0917-V7951-N2813_wrapper * {
    margin: 0 !important;
    padding: 0 !important;
    box-sizing: border-box !important;
}

.O0917-V7951-N2813_container {
    max-width: 1200px !important;
    margin: 0 auto !important;
    padding: 20px !important;
    font-family: 'Noto Sans KR', sans-serif !important;
    background-color: #faf8f5 !important;
    color: #333 !important;
}

/* 헤더 섹션 - 어묵의 따뜻한 느낌 */
.O0917-V7951-N2813_header {
    background: linear-gradient(135deg, #d35400 0%, #e67e22 30%, #f39c12 70%, #f1c40f 100%) !important;
    color: white !important;
    padding: 50px 40px !important;
    border-radius: 35px !important;
    margin-bottom: 35px !important;
    text-align: center !important;
    box-shadow: 0 20px 45px rgba(211,84,0,0.3) !important;
    position: relative !important;
    overflow: hidden !important;
}

.O0917-V7951-N2813_header::before {
    content: "" !important;
    position: absolute !important;
    top: -30px !important;
    left: -30px !important;
    width: calc(100% + 60px) !important;
    height: calc(100% + 60px) !important;
    background: 
        radial-gradient(circle at 25% 35%, rgba(255,255,255,0.15) 0%, transparent 35%),
        radial-gradient(circle at 75% 65%, rgba(255,255,255,0.1) 0%, transparent 35%) !important;
    pointer-events: none !important;
}

.O0917-V7951-N2813_product-title {
    font-size: 42px !important;
    font-weight: 700 !important;
    margin-bottom: 20px !important;
    text-shadow: 3px 3px 8px rgba(0,0,0,0.4) !important;
    position: relative !important;
    z-index: 2 !important;
}

.O0917-V7951-N2813_product-subtitle {
    font-size: 24px !important;
    opacity: 0.9 !important;
    margin-bottom: 30px !important;
    position: relative !important;
    z-index: 2 !important;
    font-weight: 400 !important;
}

.O0917-V7951-N2813_price-section {
    background: rgba(255,255,255,0.2) !important;
    padding: 35px !important;
    border-radius: 30px !important;
    display: inline-block !important;
    backdrop-filter: blur(20px) !important;
    position: relative !important;
    z-index: 2 !important;
    border: 2px solid rgba(255,255,255,0.3) !important;
}

.O0917-V7951-N2813_specs {
    font-size: 20px !important;
    margin-bottom: 20px !important;
    opacity: 0.85 !important;
    font-weight: 500 !important;
}

.O0917-V7951-N2813_original-price {
    font-size: 22px !important;
    text-decoration: line-through !important;
    opacity: 0.7 !important;
    margin-right: 20px !important;
}

.O0917-V7951-N2813_current-price {
    font-size: 40px !important;
    font-weight: 700 !important;
    color: #fff !important;
    margin-right: 20px !important;
    text-shadow: 2px 2px 6px rgba(0,0,0,0.4) !important;
}

.O0917-V7951-N2813_discount-badge {
    background: linear-gradient(135deg, #c0392b, #e74c3c) !important;
    color: white !important;
    padding: 12px 30px !important;
    border-radius: 35px !important;
    font-size: 20px !important;
    font-weight: 600 !important;
    box-shadow: 0 8px 20px rgba(192,57,43,0.4) !important;
}

/* 이미지 갤러리 섹션 */
.O0917-V7951-N2813_gallery-section {
    background: white !important;
    padding: 55px !important;
    border-radius: 35px !important;
    margin-bottom: 40px !important;
    box-shadow: 0 18px 40px rgba(0,0,0,0.12) !important;
    position: relative !important;
    overflow: hidden !important;
}

.O0917-V7951-N2813_gallery-section::before {
    content: "" !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    background: linear-gradient(135deg, transparent 0%, rgba(241,196,15,0.03) 100%) !important;
    pointer-events: none !important;
}

.O0917-V7951-N2813_gallery-title {
    text-align: center !important;
    font-size: 36px !important;
    font-weight: 600 !important;
    color: #d35400 !important;
    margin-bottom: 40px !important;
    position: relative !important;
    z-index: 2 !important;
}

.O0917-V7951-N2813_gallery-title::after {
    content: "" !important;
    display: block !important;
    width: 120px !important;
    height: 5px !important;
    background: linear-gradient(90deg, #d35400, #f39c12) !important;
    margin: 20px auto !important;
    border-radius: 3px !important;
}

.O0917-V7951-N2813_image-grid {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 45px !important;
    align-items: center !important;
    position: relative !important;
    z-index: 2 !important;
}

.O0917-V7951-N2813_image-container {
    position: relative !important;
    overflow: hidden !important;
    border-radius: 30px !important;
    box-shadow: 0 18px 35px rgba(0,0,0,0.18) !important;
    transition: all 0.4s ease !important;
    background: linear-gradient(135deg, #fff9f4, #fff5ec) !important;
    padding: 25px !important;
}

.O0917-V7951-N2813_image-container:hover {
    transform: translateY(-18px) scale(1.04) !important;
    box-shadow: 0 30px 60px rgba(0,0,0,0.25) !important;
}

.O0917-V7951-N2813_product-image {
    width: 100% !important;
    height: auto !important;
    border-radius: 25px !important;
    transition: transform 0.4s ease !important;
}

.O0917-V7951-N2813_image-container:hover .O0917-V7951-N2813_product-image {
    transform: scale(1.1) !important;
}

.O0917-V7951-N2813_image-label {
    position: absolute !important;
    bottom: 30px !important;
    left: 30px !important;
    right: 30px !important;
    background: linear-gradient(135deg, rgba(211,84,0,0.95), rgba(230,126,34,0.95)) !important;
    color: white !important;
    padding: 15px 25px !important;
    border-radius: 25px !important;
    font-size: 18px !important;
    font-weight: 500 !important;
    backdrop-filter: blur(15px) !important;
    text-align: center !important;
    border: 2px solid rgba(255,255,255,0.2) !important;
}

/* 어묵꼬지 전용 섹션 */
.O0917-V7951-N2813_specialty-section {
    background: linear-gradient(135deg, #d35400, #e67e22) !important;
    color: white !important;
    padding: 60px 50px !important;
    border-radius: 35px !important;
    margin-bottom: 40px !important;
    text-align: center !important;
    position: relative !important;
    overflow: hidden !important;
}

.O0917-V7951-N2813_specialty-section::before {
    content: "" !important;
    position: absolute !important;
    top: -120px !important;
    right: -120px !important;
    width: 240px !important;
    height: 240px !important;
    background: radial-gradient(circle, rgba(255,255,255,0.1) 0%, transparent 70%) !important;
    border-radius: 50% !important;
}

.O0917-V7951-N2813_specialty-title {
    font-size: 36px !important;
    font-weight: 700 !important;
    margin-bottom: 40px !important;
    position: relative !important;
    z-index: 2 !important;
}

.O0917-V7951-N2813_specialty-icons {
    display: flex !important;
    justify-content: center !important;
    gap: 30px !important;
    margin: 35px 0 !important;
    flex-wrap: wrap !important;
    position: relative !important;
    z-index: 2 !important;
}

.O0917-V7951-N2813_specialty-icon {
    background: rgba(255,255,255,0.25) !important;
    color: white !important;
    padding: 20px 35px !important;
    border-radius: 35px !important;
    font-size: 20px !important;
    font-weight: 500 !important;
    box-shadow: 0 10px 25px rgba(0,0,0,0.2) !important;
    transition: all 0.3s ease !important;
    backdrop-filter: blur(15px) !important;
    border: 2px solid rgba(255,255,255,0.3) !important;
}

.O0917-V7951-N2813_specialty-icon:hover {
    transform: translateY(-8px) !important;
    box-shadow: 0 18px 35px rgba(0,0,0,0.3) !important;
    background: rgba(255,255,255,0.35) !important;
}
/* 제품 정보 카드 그리드 */
.O0917-V7951-N2813_info-grid {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(340px, 1fr)) !important;
    gap: 35px !important;
    margin-bottom: 40px !important;
}

.O0917-V7951-N2813_info-card {
    background: white !important;
    padding: 40px !important;
    border-radius: 35px !important;
    box-shadow: 0 18px 40px rgba(0,0,0,0.1) !important;
    border-left: 10px solid #d35400 !important;
    transition: all 0.4s ease !important;
    position: relative !important;
    overflow: hidden !important;
}

.O0917-V7951-N2813_info-card::before {
    content: "" !important;
    position: absolute !important;
    top: -60% !important;
    right: -40px !important;
    width: 180px !important;
    height: 180px !important;
    background: radial-gradient(circle, rgba(211, 84, 0, 0.08) 0%, transparent 70%) !important;
    border-radius: 50% !important;
}

.O0917-V7951-N2813_info-card:hover {
    transform: translateY(-12px) !important;
    box-shadow: 0 30px 60px rgba(0,0,0,0.2) !important;
    border-left-color: #e67e22 !important;
}

.O0917-V7951-N2813_card-title {
    font-size: 26px !important;
    font-weight: 600 !important;
    color: #d35400 !important;
    margin-bottom: 25px !important;
    display: flex !important;
    align-items: center !important;
    position: relative !important;
    z-index: 2 !important;
}

.O0917-V7951-N2813_card-title::before {
    margin-right: 18px !important;
    font-size: 36px !important;
}

.O0917-V7951-N2813_card-content {
    font-size: 17px !important;
    line-height: 1.8 !important;
    color: #555 !important;
    position: relative !important;
    z-index: 2 !important;
}

/* 특징 리스트 */
.O0917-V7951-N2813_features-list {
    list-style: none !important;
    padding: 0 !important;
}

.O0917-V7951-N2813_feature-item {
    background: linear-gradient(135deg, #fdf6f0, #fcf4ea) !important;
    margin-bottom: 18px !important;
    padding: 22px 30px !important;
    border-radius: 20px !important;
    border-left: 6px solid #d35400 !important;
    position: relative !important;
    transition: all 0.3s ease !important;
    font-size: 17px !important;
}

.O0917-V7951-N2813_feature-item:hover {
    transform: translateX(10px) !important;
    box-shadow: 0 10px 25px rgba(211, 84, 0, 0.2) !important;
}

.O0917-V7951-N2813_feature-item::before {
    content: "🍢" !important;
    margin-right: 18px !important;
    font-size: 22px !important;
}

/* 스토리 섹션 */
.O0917-V7951-N2813_story-section {
    background: white !important;
    padding: 70px 60px !important;
    border-radius: 35px !important;
    margin-bottom: 40px !important;
    box-shadow: 0 18px 40px rgba(0,0,0,0.1) !important;
    position: relative !important;
    overflow: hidden !important;
}

.O0917-V7951-N2813_story-section::before {
    content: "🍢" !important;
    position: absolute !important;
    top: 40px !important;
    right: 50px !important;
    font-size: 100px !important;
    opacity: 0.1 !important;
}

.O0917-V7951-N2813_story-heading {
    font-size: 24px !important;
    font-weight: 600 !important;
    color: #d35400 !important;
    margin-bottom: 35px !important;
    text-align: center !important;
    position: relative !important;
    z-index: 2 !important;
}

.O0917-V7951-N2813_story-heading::after {
    content: "" !important;
    display: block !important;
    width: 140px !important;
    height: 5px !important;
    background: linear-gradient(90deg, #d35400, #f39c12) !important;
    margin: 25px auto !important;
    border-radius: 3px !important;
}

.O0917-V7951-N2813_story-text {
    font-size: 18px !important;
    line-height: 1.9 !important;
    color: #666 !important;
    text-align: center !important;
    position: relative !important;
    z-index: 2 !important;
}

/* 장점 하이라이트 섹션 */
.O0917-V7951-N2813_highlights-section {
    background: linear-gradient(135deg, #2c3e50, #34495e) !important;
    color: white !important;
    padding: 70px 60px !important;
    border-radius: 35px !important;
    margin-bottom: 40px !important;
    text-align: center !important;
    position: relative !important;
    overflow: hidden !important;
}

.O0917-V7951-N2813_highlights-section::before {
    content: "" !important;
    position: absolute !important;
    top: -180px !important;
    left: -180px !important;
    width: 360px !important;
    height: 360px !important;
    background: radial-gradient(circle, rgba(241,196,15,0.15) 0%, transparent 70%) !important;
    border-radius: 50% !important;
}

.O0917-V7951-N2813_highlights-title {
    font-size: 36px !important;
    font-weight: 700 !important;
    margin-bottom: 50px !important;
    position: relative !important;
    z-index: 2 !important;
}

.O0917-V7951-N2813_highlights-grid {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)) !important;
    gap: 35px !important;
    position: relative !important;
    z-index: 2 !important;
}

.O0917-V7951-N2813_highlight-item {
    background: rgba(255,255,255,0.15) !important;
    padding: 35px 30px !important;
    border-radius: 30px !important;
    backdrop-filter: blur(20px) !important;
    transition: transform 0.3s ease !important;
    border: 2px solid rgba(255,255,255,0.2) !important;
}

.O0917-V7951-N2813_highlight-item:hover {
    transform: translateY(-10px) !important;
    background: rgba(255,255,255,0.2) !important;
}

.O0917-V7951-N2813_highlight-icon {
    font-size: 60px !important;
    margin-bottom: 25px !important;
    display: block !important;
}

.O0917-V7951-N2813_highlight-title {
    font-size: 24px !important;
    font-weight: 600 !important;
    margin-bottom: 18px !important;
}

.O0917-V7951-N2813_highlight-desc {
    font-size: 17px !important;
    opacity: 0.9 !important;
    line-height: 1.6 !important;
}

/* 푸터 섹션 */
.O0917-V7951-N2813_footer {
    background: linear-gradient(135deg, #d35400 0%, #e67e22 100%) !important;
    color: white !important;
    padding: 60px !important;
    border-radius: 35px !important;
    text-align: center !important;
    margin-top: 40px !important;
    position: relative !important;
    overflow: hidden !important;
}

.O0917-V7951-N2813_footer::before {
    content: "🏪" !important;
    position: absolute !important;
    top: 25px !important;
    right: 40px !important;
    font-size: 60px !important;
    opacity: 0.3 !important;
}

.O0917-V7951-N2813_footer-title {
    font-size: 32px !important;
    font-weight: 600 !important;
    margin-bottom: 30px !important;
    position: relative !important;
    z-index: 2 !important;
}

.O0917-V7951-N2813_footer-info {
    font-size: 18px !important;
    line-height: 1.8 !important;
    opacity: 0.9 !important;
    position: relative !important;
    z-index: 2 !important;
}

.O0917-V7951-N2813_footer-info div {
    margin-bottom: 12px !important;
}

/* 반응형 디자인 */
@media (max-width: 768px) {
    .O0917-V7951-N2813_container {
        padding: 15px !important;
    }
    
    .O0917-V7951-N2813_product-title {
        font-size: 32px !important;
    }
    
    .O0917-V7951-N2813_current-price {
        font-size: 30px !important;
    }
    
    .O0917-V7951-N2813_image-grid {
        grid-template-columns: 1fr !important;
        gap: 30px !important;
    }
    
    .O0917-V7951-N2813_info-grid {
        grid-template-columns: 1fr !important;
    }
    
    .O0917-V7951-N2813_highlights-grid {
        grid-template-columns: 1fr !important;
    }
    
    .O0917-V7951-N2813_specialty-icons {
        gap: 20px !important;
    }
    
    .O0917-V7951-N2813_header {
        padding: 40px 30px !important;
    }
    
    .O0917-V7951-N2813_story-section,
    .O0917-V7951-N2813_gallery-section,
    .O0917-V7951-N2813_highlights-section,
    .O0917-V7951-N2813_specialty-section {
        padding: 40px 35px !important;
    }
}

@media (max-width: 480px) {
    .O0917-V7951-N2813_product-title {
        font-size: 28px !important;
    }
    
    .O0917-V7951-N2813_specialty-icons {
        flex-direction: column !important;
        align-items: center !important;
    }
    
    .O0917-V7951-N2813_gallery-title,
    .O0917-V7951-N2813_specialty-title,
    .O0917-V7951-N2813_highlights-title {
        font-size: 28px !important;
    }
}