<>
.hx-icon_arrow_Left {
display: block;
cursor: pointer;
}
.hx-icon_arrow {
display: block;
cursor: pointer;
}
.barul p {
font-size: 16px;
margin: 0;
}
.barul .notification-bar__message {
padding: 0;
}
.notification-bar {
height: 30px;
background-color: #e3e3e3
;
color: #333333
;
}
.notification-bar a {
color: #333333
;
}
.pc-notice span {
display: inline-block !important;
font-size: 12px;
}
.m-notice span {
display: block !important;
font-size: 12px;
}
.hx-icon_arrow {
padding: 0 5px;
}
.hx-icon_arrow svg {
color: #fff;
}
@media(min-width: 768px) {
.barul {
min-width: 495px;
max-width: 600px;
}
.barul p {
font-weight: 700;
}
.pc-notice {
display: block !important;
}
.pc-notice div {
display: inline-block !important;
}
.m-notice {
display: none !important;
}
}
@media(min-width: 900px) {
.barul {
min-width: 495px;
max-width: 600px;
}
}
@media(max-width: 768px) {
.barul p {
font-size: 14px;
font-weight: 700;
display: -webkit-box;
overflow: hidden;
text-overflow: ellipsis;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;
height: 23px;
}
#shopify-section-announcement-bar .notification-bar {
padding: 0 5px;
flex-direction: row;
justify-content: space-between;
}
.barul {
flex: 1;
}
.pc-notice {
display: none !important;
}
.m-notice {
display: block !important;
}
}
>