@charset "UTF-8";

@import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard.css');

html,
body,
button,
input {
  font-family: 'Pretendard Variable', Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, 'Helvetica Neue', 'Segoe UI', 'Apple SD Gothic Neo', 'Noto Sans KR', 'Malgun Gothic', 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', sans-serif;
}

/* ##############  메인 페이지 ############## */

/* ############## 메인 최상단 배너 */
.main-wrap .main-banner {
  position: relative;
  width: 100%;
  max-height: 480px;
  height: 100%;
  overflow: hidden;
  top: 0px;
}
.main-wrap .main-banner .slide-box img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
/* 메인 스와이퍼 */
.main-wrap .main-banner .swiper-pagination {
  margin: 0 0 0 auto;
  right: 10px;
  bottom: 12px;
  width: 42px;
  font-size: 14px;
  color: #fff;
  border-radius: 20px;
  background-color: rgba(114, 114, 114, 0.2);
}

/* ############## 공지 */
.notice-wrap {
  padding: 8px;
  display: flex;
  margin-top: -7px;
  background: #e6e6e6;
  transform: translateY(6px);
}

@media (min-width: 674px) {
  .notice-wrap {
    padding: 8px;
    display: flex;
    margin-top: -5px;
    background: #e6e6e6;
    transform: translateY(5px);
  }
}
.notice-wrap span {
  padding: 3px 6px;
  border-radius: 3px;
  border: 1px solid #424242;
  color: #424242;
  font-size: 11px;
  background-color: rgba(255, 255, 255, 0.1);
}
.notice-wrap p {
  width: calc(100% - 10px);
  display: inline-block;
  margin-top: 5px;
  text-align: center;
  color: #424242;
  font-size: 13px;
  text-align: center;
  transform: translateY(-2px);
}

/* 퀵메뉴 */
.quick-wrap {
  position: fixed;
  right: 2%;
  bottom: 15%;
  z-index: 99;
}
.quick-wrap::before {
  position: absolute;
  width: 74px;
  height: 84px;
  left: 50%;
  transform: translateX(-50%);
  bottom: -84px;
  content: url(../images/contents/main/quick.png);
}
.quick-wrap li {
  padding: 4px 10px;
  background-color: rgba(255, 0, 0, 0.9);
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.12);
}
.quick-wrap li a {
  color: #fff;
  font-weight: 600;
}
.quick-wrap li a span {
  display: inline-block;
  margin-right: 6px;
  padding-right: 2px;
  width: 24px;
  height: 24px;
  line-height: 24px;
  font-size: 14px;
  text-align: center;
  color: #ec0505;
  font-weight: 900;
  background-color: #ffff00;
  border-radius: 50%;
  letter-spacing: -2px;
}

/* ############## 카테고리 */
.main-wrap .category {
  position: relative;
  padding: 20px 10px;
  margin-bottom: 40px;
  width: 100%;
  overflow: hidden;
  z-index: 1;
  transform: translateY(5px);
}
.main-wrap .category .slide-box {
  width: 100%;
  display: flex;
  flex-direction: row;
}
.main-wrap .category .slide-box .slide-item a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.main-wrap .category .slide-box .slide-item a img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 1px solid #eee;
  object-fit: contain;
}
.main-wrap .category .slide-box .slide-item a span {
  margin: 4px;
  color: #787878;
  font-weight: 600;
  text-align: center;
  font-size: 12px;
  letter-spacing: -1px;
}
/* 프로그래스바 */
.swiper-pagination-progressbar {
  width: 30% !important;
  height: var(--swiper-pagination-progressbar-size, 2px) !important;
  border-radius: 10px;
  left: 50% !important;
  transform: translateX(-50%);
  top: 98% !important;
  background-color: rgba(0, 0, 0, 0.12);
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background-color: rgb(0, 0, 0);
}

/* ############## 타이틀공통 */
.title-main,
.title-main01,
.title-main02 {
  display: flex;
}
.title-main h3 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  flex: 1;
  padding-left: 40px;
}
.title-main h4 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  flex: 1;
}
.title-main span {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  margin-right: 10px;
  font-size: 14px;
}
.title-main,
.title-main01,
.title-main02 a {
  color: inherit;
}

/* ############## 타이틀공통 */

.title-main01 h3 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  flex: 1;
  padding-left: 40px;
}
.title-main01 span {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-right: 10px;
  font-size: 14px;
}

/* ############## 타이틀공통 */

.title-main02 h3 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  margin-top: 35px;
  flex: 1;
  padding-left: 40px;
}
.title-main02 span {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  margin-right: 10px;
  font-size: 14px;
}

/* ############## 그리드 뷰 상품 */

.grid-product {
  width: 100%;
  background-color: #fff;
}

.grid-product ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.grid-product ul li {
  width: calc(100% / 2);
  padding: 13px;
}

/* ############## 그리드 뷰 상품 */

.grid-product01 {
  width: 100%;
  background-color: #fff;
  margin-bottom: 80px;
}

.grid-product01 ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.grid-product01 ul li {
  width: calc(100% / 2);
  padding: 13px;
}

/* ############## 그리드 뷰 상품 */

.grid-product02 {
  width: 100%;
  background-color: #fff;
  margin-bottom: 20px;
}

.grid-product02 ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.grid-product02 ul li {
  width: calc(100% / 2);
  padding: 13px;
}

/* ############## 그리드 뷰 상품 */

.grid-product03 {
  width: 100%;
  background-color: #fff;
  margin-bottom: 20px;
}

.grid-product03 ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.grid-product03 ul li {
  width: 100%;
  padding: 13px;
  margin-bottom: 10px;
}
.grid-product03 ul li:last-child {
  width: 100%;
  padding: 13px;
  margin-bottom: none;
}
.grid-product03 ul li .event-box {
  width: 100%;
  height: 150px;
  background-color: rgb(218, 218, 218);
  border-radius: 10px;
  overflow: hidden;
}

.grid-product03 ul li .event-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (min-width: 674px) {
  .grid-product ul li {
    width: calc(100% / 4);
    padding: 13px;
  }
}

@media (min-width: 674px) {
  .grid-product01 ul li {
    width: calc(100% / 4);
    padding: 13px;
  }
}

@media (min-width: 674px) {
  .grid-product02 ul li {
    width: calc(100% / 4);
    padding: 13px;
  }
}

.number {
  text-align: center;
  letter-spacing: 5px;
  font-size: 13px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.number a span {
  color: #c2c2c2;
  padding: 15px;
}

.icon-flex {
  display: flex;
  z-index: 100;
  bottom: 7px;
  left: 126px;
  gap: 5px;
  justify-content: space-between;
}

.icon-flex span {
  color: #dfdfdf;
}
.icon-flex span:hover {
  color: orangered;
  transition: 1s;
}
.img-wrap {
  width: 100%;
}

.img-wrap img {
  border-radius: 10px;
}

.img-wrap01 {
  position: relative;
}

.icon-local {
  position: absolute;
  top: -45px;
  left: 0px;
  z-index: 100;
  animation-duration: 0.3s;
  animation-name: position;
  animation-iteration-count: infinite;
}
@keyframes position {
  from {
    transform: translateY(2px);
  }
  to {
    transform: translate(0px);
  }
}

.product-name {
  font-size: 14px;
  color: #666;
  line-height: 1.2;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 2 !important;
  -webkit-box-orient: vertical !important;
  display: block;
}

.product-price {
  font-size: 16px;
  font-weight: 700;
  color: #000;
  letter-spacing: -0.5px;
}
.grade-wrap {
  font-size: 0px;
  color: #ff7300;
  letter-spacing: 1px;
}
.grade-wrap span {
  position: relative;
  margin: 0 6px;
  color: #ff7300;
}
.grade-wrap span:nth-of-type(1)::after {
  content: '';
  position: absolute;
  top: 2px;
  right: -9px;
  width: 2px;
  height: 80%;
  background-color: #e1e1e1;
}

/* ############## 직수입직구아이오뜨 */
.import-wrap {
  margin-top: 50px;
}
.import-wrap p {
  font-size: 14px;
  text-align: center;
  color: #787878;
}
.import-wrap li {
  width: calc(100% / 3 - 3px);
}
.import-wrap li a {
  display: block;
  width: 100%;
}
.import-wrap img {
  width: 100%;
  border-radius: 3px;
}

/* ############## 상품영역 공통(일부) & 전체상품보기 페이지 */
.product {
  padding: 10px;
}
.product h2,
.category h2 {
  margin: 15px 0 5px 0;
  font-size: 22px;
  text-align: center;
  font-weight: bold;
}
.product .item-box {
  padding: 20px 20px 20px 0;
  display: flex;
  border-bottom: 1px solid #e1e1e1;
}
.product .item-box .img-wrap {
  min-width: 140px;
  min-height: 140px;
  border: 1px solid #eee;
}

.product .item-box .text-wrap {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  margin-left: 10px;
}
.product .item-box .text-wrap .product-name {
  font-size: 15px;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 2 !important;
  -webkit-box-orient: vertical !important;
  display: block;
}
.product .item-box .text-wrap .precent {
  margin-right: 10px;
  font-size: 18px;
  color: red;
  font-weight: 900;
  letter-spacing: -0.5px !important;
}
.product .item-box .text-wrap .price {
  font-size: 18px;
  color: #000;
  font-weight: 900;
}
.product .icons-wrap button {
  color: #aaa;
}
.product .bt-wrap {
  display: flex;
  align-items: center;
  font-size: 12px;
}
.hot-deal img {
  width: 80%;
  animation-duration: 0.3s;
  animation-name: colorchange;
  animation-iteration-count: infinite;
}

@keyframes colorchange {
  from {
    opacity: 0.8;
  }
  to {
    opacity: 1;
  }
}

.product .bt-wrap .grade-wrap span:nth-of-type(2) {
  margin-right: 10px;
  color: #666;
}
.product .bt-wrap > span {
  margin: 0 2px;
}
.product .bt-wrap > span img {
  height: 100%;
}

/********** 슈퍼특가 **********/
.super-price h3 {
  display: flex;
  justify-content: center;
  margin: 80px 0px 20px 0px;
}
.super-price .video {
  width: 100%;
  height: 100%;
  object-fit: contain;
  vertical-align: bottom;
}

.super-text-wrap {
  background-color: #f1f1f1;
  padding: 10px 5px;
}

.super-price-text1 {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 23px;
  width: 100%;
  font-weight: 800;
  color: black;
  text-align: center;
  overflow: hidden;
  letter-spacing: -1px;
}

.super-price-text1 img {
  vertical-align: middle; /* 아이콘을 텍스트와 수직으로 정렬 */

  padding-bottom: 5px;
  margin-right: 1px;
}
.super-price-text2 {
  font-size: 14px;
  width: 100%;
  font-weight: 500;
  color: #9b9b9b;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal; /* 원래 흐름 유지 */
  display: -webkit-box;
  -webkit-line-clamp: 1; /* 라인 수 지정 */
  -webkit-box-orient: vertical;
}
.super-price-text3 {
  font-size: 21px;
  width: 100%;
  font-weight: 600;
  color: rgb(255, 0, 0);
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal; /* 원래 흐름 유지 */
  display: -webkit-box;
  -webkit-line-clamp: 1; /* 라인 수 지정 */
  -webkit-box-orient: vertical;
}
.super-price-text3 strong {
  font-weight: 900;
}

.super-price .button-wrap {
  text-align: center;
  padding: 10px;
}
.super-price button {
  border-radius: 50%;
  width: 10px;
  height: 10px;
  background-color: #ddd;
  margin: 5px;
}
.super-price button.active {
  border-radius: 50%;
  width: 10px;
  height: 10px;
  background-color: #ff8800;
  margin: 5px;
}

/* 슈퍼특가 */

/*********** 핫딜 릴레이 ***********/
.super-hotdeal-relay ul {
  padding-top: 15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 0px;
  margin-top: 0;
}

.super-hotdeal-relay ul li {
  padding: 3px 10px;
  width: 96%;
  height: auto;
  border: 1px solid #ddd;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  border-radius: 10px;
  border: 1px solid #ededed;
}

@media (min-width: 674px) {
  .super-hotdeal-relay ul li {
    padding: 3px 10px;
    width: 47%;
    height: auto;
    border: 1px solid #ddd;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
    border-radius: 10px;
    border: 1px solid #ededed;
  }
}

.prdimg {
  border-radius: 10px;
  object-fit: cover;
  margin-top: 5px;
  margin-bottom: 5px;
  max-width: 130px;
  height: 100%;
}

.prdimg01 {
  border-radius: 10px;
  object-fit: cover;
  width: 175px;
  height: 175px;
  max-width: 100%; /* 최소 너비 */
  border: 1px solid #ededed;
}

.prdimg02 {
  border-radius: 10px;
  object-fit: cover;
  width: 98%;
  height: 98%;
  max-width: 100%; /* 최소 너비 */
  border: 1px solid #ededed;
}
.super-hotdeal-relay ul li .text-wrap {
  width: calc(100% - 150px);
}

.text-wrap a {
  color: inherit;
  display: block;
  width: 100%;
}

.text-wrap .product-price {
  display: flex;
}
.text-wrap a:hover {
  opacity: 0.7;
}

.text-wrap h4 {
  font-size: 15px;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.txt-gray {
  font-size: 13px;
  color: #999;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.txt-hotdeal {
  font-size: 17px;
  font-weight: bold;
  display: flex;
  flex-shrink: 0;
  align-items: center;
  gap: 6px;
  letter-spacing: -1px;
  animation-duration: 0.3s;
  animation-name: colorchange00;
  animation-iteration-count: infinite;
}

.txt-hotdeal img {
  width: 35px;
}
.txt-hotdeal span {
  color: orangered;
}

@keyframes colorchange00 {
  from {
    transform: translateY(1px);
  }
  to {
    transform: translate(0px);
  }
}

.icon-hotdeal {
  animation-duration: 0.3s;
  animation-name: colorchange;
  animation-iteration-count: infinite;
}

@keyframes colorchange {
  from {
    opacity: 1;
    transform: translateY(1px);
  }
  to {
    opacity: 0;
    transform: translate(0px);
  }
}

@keyframes po-change {
  from {
    color: #ff792b;
  }
  to {
    color: #ff8800;
  }
}

.hotdeal-button-pay {
  padding: 2px 5px;
  border: 2px solid #ed0000;
  border-radius: 5px;
  font-size: 15px;
  font-weight: bold;
  color: #ed0000;
  margin-top: 3px;
}
.hotdeal-button-pay:hover {
  border: 2px solid orangered;
  color: rgb(255, 115, 0);
  transition: 0.1s;
}
.hotdeal-button-share {
  padding: 2px 5px;
  border: 2px solid #ed0000;
  border-radius: 5px;
  font-size: 15px;
  font-weight: bold;
  color: #fff;
  background-color: #ed0000;
  margin-left: 5px;
  margin-top: 3px;
}
.hotdeal-button-share:hover {
  border: 2px solid orangered;
  background-color: orangered;
  transition: 0.1s;
}

.m-banner {
  margin-top: 20px;
  margin-bottom: 5px;
  width: 95%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 2%;
}

.m-banner img {
  border-radius: 10px;
  margin-bottom: 10px;
}

@media (min-width: 674px) {
  .m-banner {
    display: flex;
    flex-direction: row;
    width: 95%;
    gap: 30px;
  }
}

.m-banner01 {
  width: 95%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 2%;
}

.m-banner01 img {
  margin-top: 25px;
  border-radius: 10px;
  margin-bottom: 5px;
}

@media (min-width: 674px) {
  .m-banner01 {
    display: flex;
    flex-direction: row;
    width: 95%;
    gap: 30px;
  }
}

/* 이달의 산지직송 */
.img13per img {
  width: 13%;
}
.month-local h3 {
  text-align: center;
  margin-bottom: 30px;
  margin-top: 90px;
}
.month-local h3 img {
  width: 30%;
}

@media (min-width: 674px) {
  .month-local h3 img {
    width: 14%;
  }
}

.month-local ul {
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}

@media (min-width: 674px) {
  .month-local ul {
    gap: 23px;
  }
}

@media (min-width: 360px) {
  .month-local ul {
    gap: 10px;
  }
}

.month-local ul > li {
  position: relative;
}
.month-local a {
  color: inherit;
  display: block;
}
.month-local a:hover {
  opacity: 0.7;
}
.icon-local {
  position: absolute;
  top: -10px;
  left: 0px;
  z-index: 100;
  animation-duration: 0.3s;
  animation-name: position;
  animation-iteration-count: infinite;
}
@keyframes position {
  from {
    transform: translateY(2px);
  }
  to {
    transform: translate(0px);
  }
}

.icon-common {
  animation-duration: 0.3s;
  animation-name: ic-common;
  animation-iteration-count: infinite;
}
@keyframes ic-common {
  from {
    opacity: 0.7;
  }
  to {
    opacity: 1;
  }
}

@media (min-width: 674px) {
  .month-local .imgbx-0 {
    width: 180px;
    height: 180px;
  }
}
@media (min-width: 360px) {
  .month-local .imgbx-0 {
    width: 160px;
    height: 160px;
  }
}

.icon-local img {
  width: 80%;
}

.txtbx {
  width: 100%;
}
.subject {
  font-size: 15px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.smalltxt {
  color: orangered;
  font-weight: bold;
  font-size: 12px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: bold;
}

.month-local ul.pay-wrap {
  display: flex;
  justify-content: space-between;
}
.month-local ul.pay-wrap li:last-child {
  display: flex;
  justify-content: space-between;
}
.month-local .pay-wrap span {
  color: #c5c5c5;
  font-size: 20px;
}
.month-local .paytxt {
  color: #000;
  font-weight: 600;
  font-size: 15px;
  letter-spacing: -1px;
}
.month-local .pay-wrap a:hover span {
  color: #ededed;
}
.month-local .txt-yellow {
  font-size: 12px;
  line-height: 12px;
  color: #ffba26;
  font-weight: bold;
  animation-duration: 0.3s;
  animation-name: po-change;
  animation-iteration-count: infinite;
}

/* ############## 실시간 리뷰 */
.product.review .item-wrap {
  display: flex;
  flex-direction: row;
}
.main-wrap .product.review {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 0px;
  position: relative;
}
.main-wrap .product.review .star {
  text-align: center;
}
.main-wrap .product.review h2 {
  margin: 0;
}
.main-wrap .product.review .sub-ttl {
  margin-bottom: 20px;
  color: #666;
  font-size: 13px;
}
.main-wrap .product.review .item-box {
  margin: 0 8px;
  flex-direction: column;
  align-items: flex-start;
  padding: 0;
  border-bottom: none;
}
.main-wrap .product.review .item-box .img-wrap {
  width: 100%;
  height: 100%;
  border: none;
  overflow: hidden;
}
.main-wrap .product.review .item-box .text-wrap {
  margin-left: 0;
  margin-top: 5px;
  width: 98%;
}
.main-wrap .product.review .item-box .text-wrap .txt {
  font-size: 15px;
  color: #999;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* 라인 수 지정 */
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  white-space: normal; /* 원래 흐름 유지 */
}

.main-wrap .product.review .item-box .text-wrap .id {
  margin-top: 4px;
  font-size: 14px;
  color: #333;
  font-weight: bold;
}
.main-wrap .product.review .item-box .sentence {
  margin: 8px 0;
  padding-top: 8px;
  font-size: 14px;
  border-top: 1px solid #e1e1e1;
}
.main-wrap .product.review .item-box .sentence p {
  word-break: break-all;
}
.main-wrap .product.review .item-box .sentence .name {
  margin-bottom: 10px;
  font-size: 15px;
  color: #979797;
}
.main-wrap .product.review .item-box .sentence .con {
  line-height: 1.2;
}

/* 공통 */
.icon-flex01 {
  display: flex;
  gap: 5px;
  width: 10%;
  justify-content: flex-start;
  color: #a5a5a5;
}
.icon-flex01 span:hover {
  color: pink;
}
.paytxt01 {
  color: #000;
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 12px;
}

/* list */

.all-view-wrap {
  margin-bottom: 150px;
}

/* 앱공유하기 */
.layer-pop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
  opacity: 0;
  transition: 0.2s ease-in-out;
  z-index: 999999999;
  visibility: hidden;
}
.layer-pop.open {
  opacity: 1;
  visibility: visible;
}
.layer-pop .cont h6 {
  padding: 4px 0;
  margin-bottom: 5px;
  font-weight: bold;
  border-bottom: 1px solid #e1e1e1;
  font-size: 16px;
}
.layer-pop .cont .close-btn {
  position: absolute;
  right: 10px;
  top: 10px;
}
.layer-pop .cont {
  position: fixed;
  left: 50%;
  top: 45%;
  transform: translate(-50%, -50%);
  width: 300px;
  padding: 10px;
  height: 200px;
  background-color: #fff;
  border-radius: 3px;
  overflow: hidden;
}
.layer-pop .cont div {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  text-align: center;
  height: 60%;
  font-size: 14px;
  color: #121212; /* background-color: #f3f3f3; */
  font-weight: 600;
}
.layer-pop .cont .btn {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40px;
  color: #fff;
  font-size: 16px;
  background-color: orangered;
}
