-
-
환영합니다!/
-
로그인/회원가입
+ {/* 국가 및 통화 */}
+
- {/* 카테고리 팝업 */}
- {activePopup === 'info' &&
}
-
+
- {/* 장바구니 */}
-
+ {/* 사용자 계정 */}
+
togglePopup('info')}>
+
+
+ {/* 카테고리 팝업 */}
+ {activePopup === 'info' && }
+
+
+ {/* 장바구니 */}
+
+
);
};
diff --git a/src/components/header/productHeader/ProductHeaderStyle.ts b/src/components/header/productHeader/ProductHeaderStyle.ts
index 938275b..47ca821 100644
--- a/src/components/header/productHeader/ProductHeaderStyle.ts
+++ b/src/components/header/productHeader/ProductHeaderStyle.ts
@@ -7,10 +7,10 @@ export const relativeStyle = css`
export const headerStyle = (theme: Theme) => css`
display: flex;
gap: 1.6rem;
- justify-content: space-between;
+ justify-content: center;
width: 100vw;
height: 5.4rem;
- padding: 0.5rem 5.6rem 0.5rem 2.6rem;
+ padding: 0.5rem 5.6rem;
background-color: ${theme.colors.gray10};