/* 냉동 튀김용 노바시새우 30미 상세페이지 스타일 */

/* 전체 래퍼 초기화 */
.J1264-O3803-G0885_wrapper * {
    margin: 0 !important;
    padding: 0 !important;
    box-sizing: border-box !important;
}

.J1264-O3803-G0885_wrapper {
    font-family: 'Noto Sans KR', sans-serif !important;
    line-height: 1.6 !important;
    color: #333 !important;
    background: #fff !important;
    max-width: 1200px !important;
    margin: 0 auto !important;
    padding: 0 !important;
}

/* 헤더 섹션 스타일 */
.J1264-O3803-G0885_header {
    background: linear-gradient(135deg, #ff8a00 0%, #ffa726 50%, #ffcc80 100%) !important;
    color: white !important;
    padding: 40px 20px !important;
    border-radius: 0 0 30px 30px !important;
    margin-bottom: 40px !important;
    position: relative !important;
    overflow: hidden !important;
}

.J1264-O3803-G0885_header::before {
    content: '' !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    background: 
        radial-gradient(circle at 15% 25%, rgba(255,255,255,0.15) 0%, transparent 50%),
        radial-gradient(circle at 85% 75%, rgba(255,255,255,0.1) 0%, transparent 50%),
        repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(255,255,255,0.03) 10px, rgba(255,255,255,0.03) 20px) !important;
    opacity: 0.8 !important;
}

.J1264-O3803-G0885_hero-container {
    display: flex !important;
    align-items: center !important;
    gap: 40px !important;
    max-width: 1000px !important;
    margin: 0 auto !important;
    position: relative !important;
    z-index: 1 !important;
}

.J1264-O3803-G0885_hero-image {
    flex: 1 !important;
    text-align: center !important;
}

.J1264-O3803-G0885_hero-image img {
    width: 100% !important;
    max-width: 400px !important;
    height: auto !important;
    border-radius: 20px !important;
    box-shadow: 0 15px 40px rgba(0,0,0,0.3) !important;
    transition: transform 0.3s ease !important;
    border: 3px solid rgba(255,255,255,0.2) !important;
}

.J1264-O3803-G0885_hero-image img:hover {
    transform: scale(1.05) rotate(3deg) !important;
}

.J1264-O3803-G0885_hero-content {
    flex: 1 !important;
    padding: 0 20px !important;
}

.J1264-O3803-G0885_category {
    display: inline-block !important;
    background: rgba(255,255,255,0.2) !important;
    padding: 8px 16px !important;
    border-radius: 20px !important;
    font-size: 14px !important;
    margin-bottom: 20px !important;
    border: 1px solid rgba(255,255,255,0.3) !important;
    backdrop-filter: blur(10px) !important;
}
.J1264-O3803-G0885_title {
    font-size: 32px !important;
    font-weight: 700 !important;
    margin-bottom: 10px !important;
    text-shadow: 0 2px 4px rgba(0,0,0,0.1) !important;
    font-family: 'Noto Serif KR', serif !important;
}

.J1264-O3803-G0885_subtitle {
    font-size: 18px !important;
    opacity: 0.9 !important;
    font-weight: 400 !important;
    font-style: italic !important;
}

/* 가격 컨테이너 */
.J1264-O3803-G0885_price-container {
    margin: 20px 0 !important;
    display: flex !important;
    align-items: center !important;
    gap: 15px !important;
    flex-wrap: wrap !important;
}

.J1264-O3803-G0885_original-price {
    font-size: 16px !important;
    text-decoration: line-through !important;
    opacity: 0.7 !important;
}

.J1264-O3803-G0885_discount-badge {
    background: linear-gradient(135deg, #d84315 0%, #ff5722 100%) !important;
    color: white !important;
    padding: 4px 12px !important;
    border-radius: 15px !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    animation: sizzle 1.5s ease-in-out infinite !important;
}

@keyframes sizzle {
    0%, 100% { transform: scale(1) !important; }
    25% { transform: scale(1.05) !important; }
    50% { transform: scale(1) !important; }
    75% { transform: scale(1.03) !important; }
}

.J1264-O3803-G0885_sale-price {
    font-size: 28px !important;
    font-weight: 700 !important;
    color: #fff !important;
    text-shadow: 0 2px 4px rgba(0,0,0,0.2) !important;
}

/* 사양 정보 */
.J1264-O3803-G0885_specs {
    margin-top: 30px !important;
    background: rgba(255,255,255,0.1) !important;
    padding: 20px !important;
    border-radius: 15px !important;
    border: 1px solid rgba(255,255,255,0.2) !important;
    backdrop-filter: blur(10px) !important;
}

.J1264-O3803-G0885_spec-item {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    margin-bottom: 10px !important;
    padding: 8px 0 !important;
    border-bottom: 1px solid rgba(255,255,255,0.1) !important;
}

.J1264-O3803-G0885_spec-item:last-child {
    border-bottom: none !important;
    margin-bottom: 0 !important;
}

.J1264-O3803-G0885_spec-label {
    font-size: 14px !important;
    opacity: 0.9 !important;
}

.J1264-O3803-G0885_spec-value {
    font-size: 16px !important;
    font-weight: 600 !important;
}

/* 섹션 공통 스타일 */
.J1264-O3803-G0885_features,
.J1264-O3803-G0885_images,
.J1264-O3803-G0885_cooking,
.J1264-O3803-G0885_storage {
    margin-bottom: 50px !important;
    padding: 0 20px !important;
}

.J1264-O3803-G0885_section-header {
    text-align: center !important;
    margin-bottom: 40px !important;
}

.J1264-O3803-G0885_story-heading {
    font-size: 24px !important;
    font-weight: 700 !important;
    color: #ff8a00 !important;
    margin-bottom: 15px !important;
    font-family: 'Noto Serif KR', serif !important;
}

.J1264-O3803-G0885_story-text {
    font-size: 18px !important;
    color: #666 !important;
    line-height: 1.6 !important;
    max-width: 600px !important;
    margin: 0 auto !important;
}
/* 기능 카드 그리드 */
.J1264-O3803-G0885_feature-grid {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)) !important;
    gap: 30px !important;
    max-width: 1000px !important;
    margin: 0 auto !important;
}

.J1264-O3803-G0885_feature-card {
    background: linear-gradient(135deg, #ffa726 0%, #ffcc80 100%) !important;
    color: white !important;
    padding: 30px !important;
    border-radius: 20px !important;
    text-align: center !important;
    transition: transform 0.3s ease, box-shadow 0.3s ease !important;
    cursor: pointer !important;
    position: relative !important;
    overflow: hidden !important;
}

.J1264-O3803-G0885_feature-card::before {
    content: '' !important;
    position: absolute !important;
    top: 0 !important;
    left: -100% !important;
    width: 100% !important;
    height: 100% !important;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.3), transparent) !important;
    transition: left 0.6s !important;
}

.J1264-O3803-G0885_feature-card:hover::before {
    left: 100% !important;
}

.J1264-O3803-G0885_feature-card:hover {
    transform: translateY(-10px) scale(1.02) !important;
    box-shadow: 0 25px 50px rgba(255, 138, 0, 0.3) !important;
}

.J1264-O3803-G0885_feature-icon {
    font-size: 48px !important;
    margin-bottom: 20px !important;
    display: block !important;
    position: relative !important;
    z-index: 1 !important;
    filter: drop-shadow(0 2px 4px rgba(0,0,0,0.2)) !important;
}

.J1264-O3803-G0885_feature-title {
    font-size: 20px !important;
    font-weight: 600 !important;
    margin-bottom: 15px !important;
    position: relative !important;
    z-index: 1 !important;
    text-shadow: 0 1px 2px rgba(0,0,0,0.1) !important;
}

.J1264-O3803-G0885_feature-desc {
    font-size: 14px !important;
    line-height: 1.5 !important;
    opacity: 0.9 !important;
    position: relative !important;
    z-index: 1 !important;
}

/* 이미지 쇼케이스 */
.J1264-O3803-G0885_image-showcase {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr)) !important;
    gap: 30px !important;
    max-width: 900px !important;
    margin: 0 auto !important;
}

.J1264-O3803-G0885_showcase-item {
    background: linear-gradient(135deg, #fff8f0 0%, #ffeaa7 100%) !important;
    border-radius: 20px !important;
    overflow: hidden !important;
    box-shadow: 0 15px 35px rgba(0,0,0,0.1) !important;
    transition: transform 0.3s ease !important;
    border: 2px solid transparent !important;
}

.J1264-O3803-G0885_showcase-item:hover {
    transform: scale(1.02) !important;
    border-color: #ffa726 !important;
}

.J1264-O3803-G0885_showcase-item img {
    width: 100% !important;
    height: 280px !important;
    object-fit: cover !important;
    transition: transform 0.3s ease !important;
}

.J1264-O3803-G0885_showcase-item:hover img {
    transform: scale(1.05) !important;
}

.J1264-O3803-G0885_showcase-caption {
    padding: 25px !important;
    text-align: center !important;
    background: linear-gradient(135deg, #fff 0%, #fff8f0 100%) !important;
}

.J1264-O3803-G0885_showcase-caption h4 {
    font-size: 18px !important;
    font-weight: 600 !important;
    color: #ff8a00 !important;
    margin-bottom: 10px !important;
}

.J1264-O3803-G0885_showcase-caption p {
    color: #666 !important;
    font-size: 14px !important;
}

/* 요리 방법 카드 */
.J1264-O3803-G0885_cooking-methods {
    max-width: 900px !important;
    margin: 0 auto !important;
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr)) !important;
    gap: 25px !important;
}

.J1264-O3803-G0885_method-card {
    display: flex !important;
    align-items: center !important;
    background: linear-gradient(135deg, #fff 0%, #fff8f0 100%) !important;
    border-radius: 15px !important;
    padding: 25px !important;
    box-shadow: 0 8px 25px rgba(0,0,0,0.1) !important;
    transition: transform 0.3s ease, box-shadow 0.3s ease !important;
    border-left: 5px solid #ffa726 !important;
}

.J1264-O3803-G0885_method-card:hover {
    transform: translateY(-5px) !important;
    box-shadow: 0 15px 40px rgba(0,0,0,0.15) !important;
}

.J1264-O3803-G0885_method-number {
    background: linear-gradient(135deg, #ff8a00 0%, #ffa726 100%) !important;
    color: white !important;
    width: 50px !important;
    height: 50px !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 20px !important;
    font-weight: 700 !important;
    margin-right: 20px !important;
    flex-shrink: 0 !important;
    box-shadow: 0 8px 20px rgba(255, 138, 0, 0.3) !important;
}

.J1264-O3803-G0885_method-content {
    flex: 1 !important;
}

.J1264-O3803-G0885_method-title {
    font-size: 18px !important;
    font-weight: 600 !important;
    color: #ff8a00 !important;
    margin-bottom: 8px !important;
}

.J1264-O3803-G0885_method-desc {
    color: #666 !important;
    font-size: 14px !important;
    line-height: 1.5 !important;
}
/* 보관 방법 정보 */
.J1264-O3803-G0885_storage-info {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)) !important;
    gap: 25px !important;
    max-width: 800px !important;
    margin: 0 auto !important;
}

.J1264-O3803-G0885_storage-card {
    background: linear-gradient(135deg, #ffcc80 0%, #ffa726 100%) !important;
    color: white !important;
    padding: 25px !important;
    border-radius: 15px !important;
    text-align: center !important;
    transition: transform 0.3s ease, box-shadow 0.3s ease !important;
    cursor: pointer !important;
    position: relative !important;
    overflow: hidden !important;
}

.J1264-O3803-G0885_storage-card::after {
    content: '' !important;
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    width: 0 !important;
    height: 0 !important;
    background: radial-gradient(circle, rgba(255,255,255,0.2) 0%, transparent 70%) !important;
    border-radius: 50% !important;
    transform: translate(-50%, -50%) !important;
    transition: width 0.4s ease, height 0.4s ease !important;
}

.J1264-O3803-G0885_storage-card:hover::after {
    width: 200px !important;
    height: 200px !important;
}

.J1264-O3803-G0885_storage-card:hover {
    transform: translateY(-5px) !important;
    box-shadow: 0 20px 40px rgba(255, 167, 38, 0.3) !important;
}

.J1264-O3803-G0885_storage-icon {
    font-size: 40px !important;
    margin-bottom: 15px !important;
    display: block !important;
    position: relative !important;
    z-index: 1 !important;
}

.J1264-O3803-G0885_storage-content {
    position: relative !important;
    z-index: 1 !important;
}

.J1264-O3803-G0885_storage-content h4 {
    font-size: 16px !important;
    font-weight: 600 !important;
    margin-bottom: 8px !important;
}

.J1264-O3803-G0885_storage-content p {
    font-size: 14px !important;
    opacity: 0.9 !important;
    line-height: 1.4 !important;
}

/* 푸터 스타일 */
.J1264-O3803-G0885_footer {
    background: linear-gradient(135deg, #ff8a00 0%, #e65100 100%) !important;
    color: white !important;
    padding: 40px 20px 20px !important;
    margin-top: 60px !important;
    border-radius: 30px 30px 0 0 !important;
    position: relative !important;
    overflow: hidden !important;
}

.J1264-O3803-G0885_footer::before {
    content: '' !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    background: 
        radial-gradient(circle at 20% 30%, rgba(255,255,255,0.1) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgba(255,255,255,0.08) 0%, transparent 50%),
        linear-gradient(45deg, transparent 40%, rgba(255,255,255,0.02) 50%, transparent 60%) !important;
    opacity: 0.7 !important;
}

.J1264-O3803-G0885_footer-content {
    max-width: 1000px !important;
    margin: 0 auto !important;
    display: grid !important;
    grid-template-columns: 1fr 2fr !important;
    gap: 40px !important;
    position: relative !important;
    z-index: 1 !important;
}

.J1264-O3803-G0885_footer-logo h3 {
    font-size: 24px !important;
    font-weight: 700 !important;
    margin-bottom: 10px !important;
    color: #ffcc80 !important;
}

.J1264-O3803-G0885_footer-logo p {
    color: #ffe0b2 !important;
    font-size: 14px !important;
}

.J1264-O3803-G0885_footer-info {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)) !important;
    gap: 30px !important;
}

.J1264-O3803-G0885_footer-section h4 {
    font-size: 16px !important;
    font-weight: 600 !important;
    margin-bottom: 15px !important;
    color: #ffcc80 !important;
}

.J1264-O3803-G0885_footer-section p {
    color: #ffe0b2 !important;
    font-size: 14px !important;
    margin-bottom: 8px !important;
}

.J1264-O3803-G0885_footer-bottom {
    text-align: center !important;
    margin-top: 30px !important;
    padding-top: 20px !important;
    border-top: 1px solid rgba(255,255,255,0.1) !important;
    position: relative !important;
    z-index: 1 !important;
}

.J1264-O3803-G0885_footer-bottom p {
    color: #ffcc80 !important;
    font-size: 13px !important;
}

/* 모바일 반응형 */
@media (max-width: 768px) {
    .J1264-O3803-G0885_hero-container {
        flex-direction: column !important;
        text-align: center !important;
    }
    
    .J1264-O3803-G0885_hero-content {
        padding: 20px 0 0 0 !important;
    }
    
    .J1264-O3803-G0885_title {
        font-size: 24px !important;
    }
    
    .J1264-O3803-G0885_feature-grid {
        grid-template-columns: 1fr !important;
    }
    
    .J1264-O3803-G0885_image-showcase {
        grid-template-columns: 1fr !important;
    }
    
    .J1264-O3803-G0885_cooking-methods {
        grid-template-columns: 1fr !important;
    }
    
    .J1264-O3803-G0885_method-card {
        flex-direction: column !important;
        text-align: center !important;
    }
    
    .J1264-O3803-G0885_method-number {
        margin-right: 0 !important;
        margin-bottom: 15px !important;
    }
    
    .J1264-O3803-G0885_footer-content {
        grid-template-columns: 1fr !important;
        text-align: center !important;
    }
    
    .J1264-O3803-G0885_footer-info {
        grid-template-columns: 1fr !important;
    }
}