/* 모바일 최우선 반응형 CSS - 쿡짱몰 백색 수저세트 상세페이지 */
/* 모든 상위 클래스 접두사: T3126-J8680-G6796_ */

/* 전체 컨테이너 초기화 및 반응형 설정 */
.T3126-J8680-G6796_wrapper {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 auto !important;
    padding: 0 !important;
    box-sizing: border-box !important;
    overflow-x: hidden !important;
    font-family: 'Noto Sans KR', sans-serif !important;
    line-height: 1.6 !important;
    background-color: #ffffff !important;
}

.T3126-J8680-G6796_wrapper * {
    box-sizing: border-box !important;
    max-width: 100% !important;
}

/* 메인 컨테이너 */
.T3126-J8680-G6796_container {
    width: 100% !important;
    max-width: 1200px !important;
    margin: 0 auto !important;
    padding: 1rem !important;
    background-color: #ffffff !important;
}

/* 헤더 섹션 - 백색 테마 */
.T3126-J8680-G6796_header {
    width: 100% !important;
    padding: 2rem 1rem !important;
    text-align: center !important;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 50%, #dee2e6 100%) !important;
    color: #2c3e50 !important;
    margin-bottom: 2rem !important;
    border-radius: 20px !important;
    border: 3px solid #6c757d !important;
    box-shadow: 0 8px 25px rgba(108, 117, 125, 0.15) !important;
}

.T3126-J8680-G6796_title {
    font-size: clamp(1.5rem, 4vw, 2.5rem) !important;
    font-weight: 700 !important;
    margin: 0 0 1rem 0 !important;
    word-break: keep-all !important;
    line-height: 1.3 !important;
    color: #495057 !important;
}

.T3126-J8680-G6796_price {
    font-size: clamp(1.2rem, 3vw, 2rem) !important;
    font-weight: 600 !important;
    color: #dc3545 !important;
    margin: 0 !important;
}

/* 이미지 갤러리 섹션 */
.T3126-J8680-G6796_gallery {
    width: 100% !important;
    margin-bottom: 3rem !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 1rem !important;
}

.T3126-J8680-G6796_image {
    width: 100% !important;
    height: auto !important;
    max-width: 100% !important;
    border-radius: 12px !important;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1) !important;
    transition: transform 0.3s ease !important;
    border: 2px solid #f8f9fa !important;
}

.T3126-J8680-G6796_image:hover {
    transform: scale(1.02) !important;
    box-shadow: 0 8px 25px rgba(0,0,0,0.2) !important;
}
/* 상품 정보 카드 섹션 - 백색 테마 */
.T3126-J8680-G6796_info-section {
    width: 100% !important;
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 1.5rem !important;
    margin-bottom: 3rem !important;
}

.T3126-J8680-G6796_info-card {
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%) !important;
    border-radius: 15px !important;
    padding: 1.5rem !important;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05) !important;
    border-left: 4px solid #6c757d !important;
    border: 1px solid #e9ecef !important;
    width: 100% !important;
}

.T3126-J8680-G6796_info-title {
    font-size: clamp(1.1rem, 2.5vw, 1.4rem) !important;
    font-weight: 600 !important;
    color: #495057 !important;
    margin: 0 0 0.8rem 0 !important;
    display: flex !important;
    align-items: center !important;
    gap: 0.5rem !important;
}

.T3126-J8680-G6796_info-content {
    font-size: clamp(0.9rem, 2vw, 1.1rem) !important;
    color: #6c757d !important;
    margin: 0 !important;
    line-height: 1.6 !important;
    word-break: keep-all !important;
}

/* 특징 강조 섹션 - 백색 청결함 테마 */
.T3126-J8680-G6796_features {
    width: 100% !important;
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 50%, #e9ecef 100%) !important;
    border-radius: 20px !important;
    padding: 2rem 1.5rem !important;
    margin-bottom: 3rem !important;
    border: 2px solid #dee2e6 !important;
    box-shadow: 0 6px 20px rgba(0,0,0,0.08) !important;
}

.T3126-J8680-G6796_features-title {
    font-size: clamp(1.3rem, 3vw, 1.8rem) !important;
    font-weight: 700 !important;
    color: #495057 !important;
    text-align: center !important;
    margin: 0 0 1.5rem 0 !important;
}

.T3126-J8680-G6796_feature-list {
    display: flex !important;
    flex-direction: column !important;
    gap: 1rem !important;
}

.T3126-J8680-G6796_feature-item {
    display: flex !important;
    align-items: center !important;
    background-color: white !important;
    border-radius: 12px !important;
    padding: 1rem !important;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1) !important;
    transition: transform 0.2s ease !important;
    border: 1px solid #f8f9fa !important;
}
.T3126-J8680-G6796_feature-item:hover {
    transform: translateY(-2px) !important;
    box-shadow: 0 4px 15px rgba(0,0,0,0.15) !important;
}

.T3126-J8680-G6796_feature-emoji {
    font-size: clamp(1.5rem, 4vw, 2rem) !important;
    margin-right: 1rem !important;
}

.T3126-J8680-G6796_feature-text {
    font-size: clamp(0.9rem, 2vw, 1.1rem) !important;
    color: #495057 !important;
    font-weight: 500 !important;
    flex: 1 !important;
    word-break: keep-all !important;
}

/* 주문 안내 섹션 - 백색 상품 전용 */
.T3126-J8680-G6796_order-guide {
    width: 100% !important;
    background: linear-gradient(135deg, #f1f3f4 0%, #e8eaed 100%) !important;
    border-radius: 15px !important;
    padding: 2rem 1.5rem !important;
    margin-bottom: 3rem !important;
    border: 2px solid #9aa0a6 !important;
    box-shadow: 0 4px 15px rgba(154, 160, 166, 0.2) !important;
}

.T3126-J8680-G6796_order-title {
    font-size: clamp(1.2rem, 3vw, 1.6rem) !important;
    font-weight: 700 !important;
    color: #5f6368 !important;
    text-align: center !important;
    margin: 0 0 1.5rem 0 !important;
}

.T3126-J8680-G6796_order-content {
    font-size: clamp(0.9rem, 2vw, 1.1rem) !important;
    color: #5f6368 !important;
    text-align: center !important;
    line-height: 1.8 !important;
    margin: 0 !important;
}

/* 푸터 섹션 - 백색 테마 */
.T3126-J8680-G6796_footer {
    width: 100% !important;
    background: linear-gradient(135deg, #495057 0%, #6c757d 100%) !important;
    color: white !important;
    padding: 2rem 1rem !important;
    text-align: center !important;
    border-radius: 15px !important;
    margin-top: 3rem !important;
    box-shadow: 0 6px 20px rgba(73, 80, 87, 0.3) !important;
}

.T3126-J8680-G6796_footer-title {
    font-size: clamp(1.1rem, 2.5vw, 1.4rem) !important;
    font-weight: 600 !important;
    margin: 0 0 1rem 0 !important;
    color: #f8f9fa !important;
}
.T3126-J8680-G6796_footer-info {
    font-size: clamp(0.8rem, 2vw, 1rem) !important;
    line-height: 1.6 !important;
    margin: 0.5rem 0 !important;
    color: #dee2e6 !important;
}

/* 태블릿 대응 미디어쿼리 */
@media screen and (min-width: 768px) {
    .T3126-J8680-G6796_container {
        padding: 2rem !important;
    }
    
    .T3126-J8680-G6796_info-section {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 2rem !important;
    }
    
    .T3126-J8680-G6796_gallery {
        flex-direction: row !important;
        gap: 1.5rem !important;
    }
    
    .T3126-J8680-G6796_gallery .T3126-J8680-G6796_image {
        flex: 1 !important;
    }
    
    .T3126-J8680-G6796_feature-list {
        flex-direction: row !important;
        flex-wrap: wrap !important;
    }
    
    .T3126-J8680-G6796_feature-item {
        flex: 1 !important;
        min-width: calc(50% - 0.5rem) !important;
    }
}

/* 데스크탑 대응 미디어쿼리 */
@media screen and (min-width: 1024px) {
    .T3126-J8680-G6796_container {
        padding: 3rem !important;
    }
    
    .T3126-J8680-G6796_info-section {
        grid-template-columns: repeat(3, 1fr) !important;
    }
    
    .T3126-J8680-G6796_feature-item {
        min-width: calc(33.333% - 0.67rem) !important;
    }
}

/* 인쇄 시 최적화 */
@media print {
    .T3126-J8680-G6796_wrapper {
        background-color: white !important;
    }
    
    .T3126-J8680-G6796_image {
        box-shadow: none !important;
    }
}