@charset "UTF-8";
/*套件*/
@import "bootstrap.min.css";
@import "lightslider.css";
:root {
  --black: #000;
  --gold: #c49040;
  --bluetogold: linear-gradient(to right, rgb(0, 53, 121) 36%, rgb(196, 144, 64) 62%);
  --oneone-red: #D1080F;
  --gradient: linear-gradient(45deg, #fcd980 28%, #e0af4c 49%, #fcd980 70%);
  --light-gold: #fcd980;
  --dark-gold: #795000;
  --brown: #3a2b0d;
  --yellow: #fcd980;
  --orange: #dc6e2d;
  --blue: #2d9adc;
  --green: #73c400;
  --gray: #898989;
  --dark-gray: #5b5b5b;
  --sliver-gray: #b3b3b3;
  --light-gray: #dadada;
  --gainsboro-gray: #ededed;
}

.row {
  --bs-gutter-x: 2rem !important;
}

.bg-gradient {
  background: var(--gradient) !important;
}

.bg-dark-gray {
  background: var(--dark-gray) !important;
}

.bg-gray {
  background: var(--gray) !important;
}

.bg-sliver-gray {
  background: var(--sliver-gray) !important;
}

.bg-light-gray {
  background: var(--light-gray) !important;
}

.bg-gainsboro-gray {
  background: var(--gainsboro-gray) !important;
}

.bg-orange {
  background: var(--orange) !important;
}

.bg-blue {
  background: var(--blue) !important;
}

.bg-brown {
  background: var(--brown) !important;
}

.bg-green {
  background: var(--green) !important;
}

.bg-black {
  background: #000 !important;
}

.bg-red {
  background: var(--oneone-red) !important;
}

body {
  font-family: noto sans tc, microsoft jhenghei, sans-serif;
  background: #fff;
}
body.index {
  padding: 140px 0 0;
}

img {
  max-width: 100%;
  min-width: 15px;
  height: auto;
}

a {
  cursor: pointer;
  display: inline-block;
}
a:hover {
  text-decoration: none;
  /* color: white */
  color: var(--brown);
}

p,
li {
  text-align: left;
}

p,
a,
li {
  text-decoration: none;
  font-size: 1rem;
  color: #000;
}

.p-20 {
  padding: 20px 0 !important;
}

.p-10 {
  padding: 10px 0 !important;
}

.pl-0 {
  padding-left: 0 !important;
}

.pr-0 {
  padding-right: 0 !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.pt-20 {
  padding-top: 20px !important;
}

.pt-10 {
  padding-top: 10px !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.ml-10 {
  margin-left: 10px !important;
}

.ml-5 {
  margin-left: 5px !important;
}

.mr-3 {
  margin-right: 3px !important;
}

.mr-5 {
  margin-right: 5px !important;
}

.mr-10 {
  margin-right: 10px !important;
}

.ml-20 {
  margin-left: 20px !important;
}

.mr-20 {
  margin-right: 20px !important;
}

.text-red {
  color: var(--oneone-red) !important;
}

.text-white {
  color: #fff !important;
}

.text-black {
  color: #000 !important;
}

.text-gray {
  color: var(--gray) !important;
}

.text-gold {
  color: var(--dark-gold) !important;
}

.text-yellow,
.text-yellow li {
  color: var(--yellow) !important;
}

.text-bold {
  font-weight: 800;
}

.text-xs {
  font-size: 0.8rem;
}

.text-sm {
  font-size: 0.9rem;
}

.text-md {
  font-size: 1rem;
}

.text-lg {
  font-size: 1.25rem;
}

.text-xl {
  font-size: 2rem !important;
}

.text-xxl {
  font-size: 5rem !important;
}

.text-left {
  text-align: left !important;
}

.icon-sm {
  width: 1rem;
  height: 1rem;
  display: inline-block;
  margin: 0 5px 0 0;
}

.icon-sm img {
  width: 1rem;
  height: 1rem;
  vertical-align: top;
}

.icon-md {
  width: 1.2rem;
  height: 1.2rem;
  display: inline-block;
  margin: 0 3px;
}
.icon-md img {
  width: 1.2rem;
  height: 1.2rem;
  vertical-align: top;
}

.icon-lg {
  width: 24px;
  height: 24px;
  display: inline-block;
  margin: 3px 5px 3px 0;
}

.icon-lg img {
  width: 24px;
  height: 24px;
  vertical-align: top;
}

.icon-xl {
  width: 100px;
  height: 100px;
  display: inline-block;
  margin: 0 auto;
}

.icon-xl img {
  width: 100px;
  height: 100px;
  vertical-align: top;
}

.flex-between {
  display: flex !important;
  justify-content: space-between !important;
}

.flex-left {
  display: flex;
  justify-content: flex-start !important;
}

.flex-right {
  display: flex !important;
  justify-content: flex-end !important;
}

.flex-center {
  display: flex !important;
  justify-content: center !important;
}

.flex-start {
  display: flex !important;
  align-items: flex-start !important;
}

.flex-middle {
  display: flex !important;
  align-items: center !important;
}

.flex-bottom {
  display: flex !important;
  align-items: flex-end !important;
}

.reduce {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: normal;
}

.double-lines {
  font-size: 1rem;
  line-height: 1.5rem;
  word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 3rem;
}

h1 {
  margin: 0 auto;
  padding: 20px 0;
  text-align: center;
}

h2,
h3,
h4 {
  padding: 1rem 0;
  margin: 0 auto;
  text-align: left;
  color: #000;
  font-weight: 700;
}

h2 {
  font-size: 2rem;
}

h4 {
  font-size: 1rem;
  font-weight: 800;
  margin: 0 0 5px 0;
}

p {
  font-size: 1rem;
  margin: 0;
  color: #000;
}

.button-group {
  width: 100%;
}
.button-group a,
.button-group a:hover {
  margin-bottom: 0;
}
.button-group:first-child, .button-group:first-child:hover {
  margin-left: 0;
}

.btn-more,
.btn-more:hover {
  background: var(--oneone-red);
  color: #fff;
  font-weight: 800;
  text-align: center;
  font-size: 1rem;
  min-width: 80px;
  height: 32px;
  line-height: 20px;
  border-radius: 500px;
  margin: 0 3px 10px;
  display: inline-block;
}

.btn-black,
.btn-black:hover {
  background: #000 !important;
  color: #fff !important;
}

.btn-line,
.btn-line:hover {
  background: #fff !important;
  color: #000;
  border: 1px solid #000;
}

.btn-social,
.btn-social:hover {
  width: 32px;
  height: 32px;
  display: inline-block;
  border-radius: 32px;
  overflow: hidden;
  margin: 0 3px 10px;
}
.btn-social img,
.btn-social:hover img {
  width: 32px;
  height: 32px;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: top;
}

.badge {
  border-radius: 100px;
  background: var(--oneone-red);
  text-align: center;
  padding: 5px 3px 0 3px;
  font-size: 0.6rem;
  min-width: 18px;
  height: 18px;
  margin: 0 0 0 3px;
}

button {
  border: 0;
}

.w-10 {
  width: 10% !important;
}

.w-15 {
  width: 15% !important;
}

.w-20 {
  width: 20% !important;
}

.w-30 {
  width: 30% !important;
}

.w-35 {
  width: 35% !important;
}

.w-40 {
  width: 40% !important;
}

.w-50 {
  width: 50% !important;
}

.w-60 {
  width: 60% !important;
}

.w-70 {
  width: 70% !important;
}

.w-80 {
  width: 80% !important;
}

.w-90 {
  width: 90% !important;
}

.w-100 {
  width: 100% !important;
}

.display-web {
  display: inline-block !important;
}

.display-tablet {
  display: inline-block !important;
}

.display-mobile {
  display: none !important;
}

.hidden {
  display: none !important;
}

.container {
  padding: 0 0 30px 0;
  width: 100%;
  max-width: 1140px;
  text-align: center;
  margin: 0 auto;
}

.min-height {
  min-height: calc(100vh - 90px);
}

html {
  font-size: 14px;
}

.nav {
  position: fixed;
  z-index: 2000;
  top: 0;
  width: 100%;
}

.navbar {
  background: #fff !important;
  padding: 0;
  width: 100%;
}
.navbar .container {
  height: 40px;
  margin: 15px auto;
  padding: 0;
  position: relative;
  min-height: auto;
}
.navbar .nav-logo img {
  width: auto;
  height: 22px;
}
.navbar .search {
  margin: 0 0 0 40px;
  position: relative;
  width: 450px;
  max-width: 90vw;
}
.navbar .search .form-control {
  border-radius: 100px;
}
.navbar .search .btn-icon {
  background: transparent;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 8px;
  top: 5px;
}
.navbar .search .btn-icon .icon-md {
  margin: 0;
}
.navbar .nav-actions a {
  white-space: nowrap;
  margin: 0 0 0 20px;
  font-size: 0.9rem;
}

.navbar .nav-actions a:hover {
  color: var(--brown);
}

/* 登入註冊按鈕樣式 */
.navbar .nav-actions .auth-btn {
  padding: 6px 12px;
  background: #D1080F;
  color: white !important;
  text-decoration: none;
  border-radius: 500px;
  font-size: 12px;
  font-weight: 500;
  margin: 0 2px 0 15px;
  transition: background-color 0.2s;
}
.navbar .nav-actions .auth-btn:hover {
  background: #a5060c;
  color: white !important;
}
.navbar .nav-actions .auth-btn.btn-register {
  background: white;
  color: #D1080F !important;
  border: 1px solid #D1080F;
}
.navbar .nav-actions .auth-btn.btn-register:hover {
  background: #f8f9fa;
  color: #D1080F !important;
}

/* 分隔線樣式 */
.nav-divider {
  color: #ccc;
  margin: 0 4px;
  font-weight: 300;
}

/* 手機版登入註冊按鈕 */
.mobile-auth-buttons {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  height: 100%;
}
.mobile-auth-btn {
  display: inline-block;
  padding: 5px 10px;
  background: #D1080F;
  color: white !important;
  text-decoration: none;
  border-radius: 500px;
  font-size: 11px;
  font-weight: 500;
  transition: background-color 0.2s;
  white-space: nowrap;
  line-height: 1.2;
}
.mobile-auth-btn:hover {
  background: #a5060c;
  color: white !important;
}

.nav-menu {
  padding: 8px 0 5px;
  width: 100%;
}
.nav-menu .container {
  padding: 0;
}

.nav-marquee {
  width: 100%;
  height: 32px;
  line-height: 32px;
  padding: 0 20px;
  z-index: 1029;
}
.nav-marquee .marquee-box {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  height: 32px;
  line-height: 32px;
}
.nav-marquee .marquee-text {
  position: absolute;
  left: 100%;
  will-change: transform;
}

.btn-icon {
  margin: 0 7px;
  width: 24px;
  height: 24px;
  padding: 3px;
}
.btn-icon img {
  width: 18px;
  height: auto;
}

.img-banner {
  border-radius: 15px;
  height: auto;
  margin: 0 auto;
  width: 100%;
  max-width: 100vw;
}

.banner-square {
  width: 100%;
  max-width: 340px;
  aspect-ratio: 1/1;
  border-radius: 15px;
  overflow: hidden;
}
.banner-square img {
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 15px;
}

.menu-hotkey {
  margin: 0 0 40px 0;
}
.menu-hotkey .container {
  padding: 0;
}
.menu-hotkey .row {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  flex-wrap: nowrap;
}
.menu-hotkey .container .col-sm-12 {
  text-align: center;
  display: inline-block;
  vertical-align: top;
}
.menu-hotkey .container .col {
  text-align: center;
}
.menu-hotkey .col-6,
.menu-hotkey .col-md-3,
.menu-hotkey .menu-hotkey-item {
  flex: 0 0 auto;
  width: 150px;
}
.menu-hotkey a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  width: 100%;
}
.menu-hotkey img.img-fluid {
  display: inline-block;
  width: 55px !important;
  height: 55px !important;
  max-width: 55px !important;
  border-radius: 50% !important;
  -o-object-fit: cover;
     object-fit: cover;
}
.menu-hotkey a p {
  font-size: 0.8rem;
  text-align: center;
  margin: 5px 0 0 0;
  width: 100%;
}

/* 查看更多按鈕 */
.hot-category-link {
  background: #D1080F;
  color: white !important;
  padding: 8px 16px;
  border-radius: 500px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  transition: background-color 0.2s;
  display: inline-flex;
  align-items: center;
}
.hot-category-link:hover {
  background: #a5060c;
  color: white !important;
}

.slide {
  width: 100%;
  max-width: 732px;
  margin: 0 auto 50px;
  border-radius: 15px;
  overflow: hidden;
}
.slide img {
  width: 100%;
  max-width: 732px;
}
.slide .img-banner {
  border-radius: 0px;
}

.carousel-control-next,
.carousel-control-prev {
  width: 5%;
}

.card-1 {
    padding: 15px;
    background: #F7F8F8;
    margin: 0 0 2rem 0;
    border-radius: 15px;
    max-width: 100%;
    display: inline-block;
}

.card-ad {
  margin: 0 0 2rem 0;
}
.card-ad .card-1 {
  padding: 10;
  background: #F7F8F8;
  margin: 0 0 2rem 0;
  border-radius: 15px;
  max-width: 100%;
}
.card-ad .card-1 .card-title {
  font-size: 1.2rem;
  font-weight: 800px;
}
.card-ad .card-1 img {
  width: 140px;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
.card-ad .card-1 .col-md-4 {
  text-align: left;
}
.card-ad .card-1 .card-body {
  padding: 12px 12px 12px 0;
  text-align: left;
}

.product-slider {
  list-style: none;
  padding: 0;
  margin: 0 auto;
}
.product-slider .card {
  margin: 0;
}
.product-slider li {
  margin: 0 10px;
}

.product-list {
  margin: 0 -1rem 0;
}

.card {
  padding: 0;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  max-width: 260px;
  display: inline-block;
  margin: 0 1rem 2rem;
}

.card .product-mode {
  width: 70px;
  position: absolute;
  top: 10px;
  left: 0;
}
.card .product-remain {
  /* width: 50px; */ /* 移除固定寬度，讓內容自動撐開 */
  position: absolute;
  top: 10px;
  right: 10px;
}
.card h5 {
  font-size: 1rem;
  line-height: 1.4rem;
  text-align: left;
}
.card .card-info {
  margin: 5px 0 0;
}
.card .card-info .price {
  color: var(--oneone-red);
  font-size: 1rem;
}
.card .card-info .strikethrough {
  font-size: 0.8rem;
  color: var(--sliver-gray);
  text-decoration: line-through;
  line-height: 1rem;
  margin: 0 0 0 5px;
}

.btn-collapseNav {
  position: relative;
}

.wrapper {
  margin: 0 0 0px;
  min-height: calc(100vh - 90px);
}

.fixed-menu {
  position: fixed;
  width: 100%;
  left: 0;
  bottom: 0;
  padding: 10px 0;
  border-top: 1px solid #fff;
  /* height: 80px; */
  z-index: 1024;
}
.fixed-menu div {
  margin: 0 10px;
  width: 70px;
  text-align: center;
}
.fixed-menu div p {
  text-align: center;
  font-size: 0.8rem;
  color: #fff;
}
.fixed-menu .icon-lg {
  margin: 0 5px 5px;
}
.fixed-menu a.text-black {
  font-size: 24px;
  font-weight: 800;
  padding: 0 30px;
  line-height: 54px;
}

footer {
  width: 100%;
  background: #000;
  margin: 0;
  padding: 15px 0;
  text-align: center;
}
footer .menu a {
  font-size: 12px;
  color: #fff;
  margin: 5px 0 3px;
  padding: 0 10px;
  border-left: 1px solid #fff;
}
footer .menu a:first-child {
  border-left: 0px;
}
footer p {
  margin: 0;
  font-size: 10px;
  color: #fff;
  text-align: center;
}
footer .nav-logo {
  width: 100px;
  margin: 0 10px;
}

.close {
  background: 0 0;
  position: absolute;
  right: 10px;
  border: none;
  padding: 0;
}
.close img {
  width: 30px;
  height: 30px;
  opacity: 1;
  transition: all 0.3s ease-out;
}
.close img:hover {
  opacity: 1;
}

.modal {
  z-index: 9999;
}
.modal .title {
  background: #000;
  margin: -10px -10px 0;
  padding: 10px;
  height: 50px;
  text-align: center;
}
.modal .title .close {
  right: 15px;
  top: 10px;
}
.modal .title h4 {
  color: #fff;
  font-size: 20px;
  width: 100%;
  text-align: center;
  margin: 0 auto;
}
.modal .modal-header {
  position: relative;
  height: 30px;
  padding: 10px;
  background: var(--oneone-red);
  min-height: 40px;
}
.modal .modal-header h3 {
  color: #fff;
  font-size: 1.2rem;
}
.modal .modal-content {
  border-radius: 15px;
  overflow: hidden;
}
.modal .modal-header,
.modal .modal-content,
.modal .modal-footer {
  border: none;
  text-align: center;
}
.modal .modal-body {
  padding: 1rem;
}
.modal .modal-body p {
  text-align: center;
  margin: 0 auto 20px;
}
.modal .modal-footer {
  /* display: inline-block; */
}
.modal .btn,
.modal .auth-btn {
  /* margin: 0 5px 0px; */
  padding: 8px 16px !important;
  background: #D1080F !important;
  color: white !important;
  text-decoration: none !important;
  border-radius: 500px !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  border: 1px solid #D1080F !important;
  width: 100% !important;
  display: inline-block !important;
  cursor: pointer !important;
  transition: background-color 0.2s !important;
}

.modal .btn:hover,
.modal .btn:focus,
.modal .btn:active,
.modal .auth-btn:hover,
.modal .auth-btn:focus,
.modal .auth-btn:active {
  background: #a5060c !important;
  border-color: #a5060c !important;
  color: white !important;
  text-decoration: none !important;
}

/* 模態框中的超連結樣式 */
.modal a {
  color: #333 !important;
  font-weight: 600 !important;
  text-decoration: none !important;
}

.modal a:hover {
  color: #000 !important;
  text-decoration: underline !important;
}

.form-group {
  text-align: left;
  margin: 0 0 20px 0;
}
.form-group label {
  margin: 0 0 5px 0;
}
.form-group .form-control {
  border-radius: 500px;
  font-size: 1rem;
  height: 40px;
  padding: 0 20px;
}
.form-group .custom-select {
  display: inline-block;
  width: 100%;
  border-radius: 500px;
  font-size: 1rem;
  height: 40px;
  padding: 0 20px;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: url('data:image/svg+xml;utf8,<svg width="14" height="8" viewBox="0 0 14 8" xmlns="http://www.w3.org/2000/svg"><polygon points="7,8 0,0 14,0" fill="black"/></svg>') no-repeat right 1em center/12px 6px;
}
.form-group .row {
  --bs-gutter-x: 1rem !important;
}

.form-check label {
  margin: 0;
}

.form-group .flex-between .btn {
  width: 160px;
  margin: 0;
  padding: 0.375rem 0;
}

.form-group .flex-between .btn img {
  vertical-align: top;
  width: 60px;
  height: auto;
  margin: 0 5px 0 0;
}

.form-group .flex-between .form-control {
  width: calc(100% - 170px);
}

.form-check-input {
  margin-top: 0;
}

.alt-line {
  margin: 20px 0;
  position: relative;
  text-align: center;
  height: 24px;
}
.alt-line:before {
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  background: rgba(0, 0, 0, 0.1);
  padding: 0;
  position: absolute;
  top: 50%;
}
.alt-line p {
  color: var(--gray);
  z-index: 10;
  background: #fff;
  display: inline-block;
  margin: 0;
  position: absolute;
  width: 180px;
  left: calc(50% - 90px);
  text-align: center;
}

/* 進度條 */
.step-progress {
  padding: 0;
}
.step-progress li {
  list-style-type: none;
  width: 40px;
  text-align: center;
  font-size: 14px;
  color: var(--light-gray);
  position: relative;
  margin: 0 25px;
}
.step-progress li.active {
  color: var(--oneone-red);
}
.step-progress li.active::before {
  background: var(--oneone-red);
}
.step-progress li.active + li::after {
  background: var(--oneone-red);
}
.step-progress li::before {
  font-size: 20px;
  display: block;
  line-height: 40px;
  width: 40px;
  height: 40px;
  background: var(--light-gray);
  text-align: center;
  border-radius: 100px;
  color: #fff;
  margin: 0 auto 5px;
  font-weight: bolder;
}
.step-progress li::after {
  content: "";
  position: absolute;
  width: 50px;
  height: 1px;
  background: var(--light-gray);
  top: 19px;
  left: -50px;
}
.step-progress li.step1::before {
  content: "1";
}
.step-progress li.step2::before {
  content: "2";
}
.step-progress li.step3::before {
  content: "3";
}
.step-progress li:first-child::after {
  content: none;
}

#menuModal .modal-content {
  background: #000;
}
#menuModal .nav-item a {
  color: #fff;
  font-size: 1rem;
  padding: 0.5rem 1rem;
}
#menuModal .collapseNav {
  position: static;
}
#menuModal .modal-dialog {
  width: 100vw;
  max-width: none;
  height: calc(100% - 80px);
  margin: 0;
}
#menuModal .login-info {
  margin: 20px 0;
  padding: 20px 0;
  border-top: 1px solid #fff;
}

.img-avatar {
  max-width: 160px;
  margin: 0;
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.img-avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  /* 填滿且不變形 */
  display: block;
}

.seller-text {
  margin: 0 0 20px;
  text-align: left;
}
.seller-text > p {
  padding: 0 20px 0 0;
  max-width: calc(100% - 50px);
  width: auto;
  position: relative;
  display: inline-block;
  text-align: left;
}
.seller-text .dropdown-toggle::after {
  color: var(--oneone-red);
  position: absolute;
  right: 5px;
  top: 10px;
  z-index: 500;
}
.seller-text .dropdown-menu {
  padding: 15px;
  top: 10px !important;
  border-radius: 15px;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .display-web {
    display: none !important;
  }
  .display-tablet {
    display: inline-block !important;
  }
  body.index {
    padding: 0 0 80px;
  }
  .container {
    padding: 30px 15px;
    width: 100%;
    max-width: 100vw;
  }
  .wrapper {
    text-align: center;
    overflow: hidden;
    padding: 10px 0 0 0;
  }
  .nav {
    position: static;
  }
  .navbar .container {
    margin: 10px 0;
    position: relative;
    width: 100%;
  }
  .navbar .container .nav-logo {
    margin: 0 auto;
  }
  .navbar .container .btn-icon-right {
    position: absolute;
    right: 30px;
    top: 5px;
    width: 2rem;
    height: 2rem;
  }
  .navbar .container .btn-icon-right .btn-icon {
    position: relative;
    margin: 0;
    width: 2rem;
    height: 2rem;
  }
  .navbar .container .btn-icon-right .btn-icon img {
    width: 2rem;
    height: 2rem;
  }
  .navbar .container .btn-icon-right .btn-icon .badge {
    position: absolute;
    right: -10px;
    top: -5px;
  }
  .slide {
    margin: 0 -10px 50px 10px;
  }
  .banner-square {
    width: 97.5%;
  }
  .container {
    padding: 10px;
  }
  .menu-hotkey {
    margin: 0;
  }
  .menu-hotkey .row {
    flex-wrap: wrap;
    gap: 12px;
  }
  .menu-hotkey .col-6,
  .menu-hotkey .col-md-3,
  .menu-hotkey .menu-hotkey-item {
    width: 80px;
    max-width: 80px;
  }
  .menu-hotkey img.img-fluid {
    width: 40px !important;
    height: 40px !important;
    max-width: 40px !important;
  }
  .product-slider li {
    margin: 0;
  }
  .card {
    max-width: 22vw;
    margin: 0 1vw 20px;
  }
  .seller-info {
    margin-top: 20px;
  }
  .seller-info h2 {
    padding: 0 0 5px 0;
  }
  .seller-info .seller-text {
    margin: 0 0 15px;
  }
  .seller-info .seller-text .dropdown-menu {
    top: 5px !important;
  }
}
@media screen and (max-width: 767px) {
  .display-web {
    display: none !important;
  }
  .display-tablet {
    display: none !important;
  }
  .display-mobile {
    display: inline-block !important;
  }
  body.index {
    padding: 0 0 80px;
  }
  .container {
    padding: 30px 15px;
    width: 100%;
    max-width: 100vw;
  }
  .wrapper {
    text-align: center;
    overflow: hidden;
  }
  .nav {
    position: static;
  }
  .navbar .container {
    margin: 10px 0;
    position: relative;
    width: 100%;
  }
  .navbar .container .nav-logo {
    margin: 0 auto;
  }
  .navbar .container .btn-icon-right {
    position: absolute;
    right: 25px;
    top: 6px;
    width: 2rem;
    height: 2rem;
  }
  .navbar .container .btn-icon-right .btn-icon {
    position: relative;
    margin: 0;
    width: 2rem;
    height: 2rem;
  }
  .navbar .container .btn-icon-right .btn-icon img {
    width: 2rem;
    height: 2rem;
  }
  .navbar .container .btn-icon-right .btn-icon .badge {
    position: absolute;
    right: -10px;
    top: -5px;
  }
  .slide {
    margin: 20px auto;
    width: 94%;
  }
  .container {
    padding: 10px;
  }
  .menu-hotkey {
    margin: 0;
  }
  .menu-hotkey .row {
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
  }
  .menu-hotkey .col-6,
  .menu-hotkey .col-md-3,
  .menu-hotkey .menu-hotkey-item {
    width: 80px;
    max-width: 80px;
  }
  .menu-hotkey img.img-fluid {
    width: 40px !important;
    height: 40px !important;
    max-width: 40px !important;
  }
  .product-slider li {
    margin: 0;
  }
  .card {
    max-width: 44vw;
    margin: 0 1vw 20px;
  }
  footer .nav-logo {
    width: 60px;
    margin: 0 5px;
  }
  .seller-info {
    margin-top: 20px;
  }
  .seller-info h2 {
    padding: 5px 0;
    line-height: 2rem;
  }
  .seller-info .seller-text {
    margin: 0 0 7px;
  }
  .seller-info .seller-text .dropdown-menu {
    top: 0px !important;
  }
  .seller-button-group {
    margin: 0 0 20px 0;
  }
  .seller-button-group a {
    min-width: calc(33% - 10px);
  }
  .seller-button-group a:first-child {
    margin-left: 0;
  }
  .seller-button-group a:last-child {
    margin-right: 0;
  }
}/*# sourceMappingURL=main.css.map */

/* ============================================
   全局分頁樣式覆蓋 - OneOne Lite 紅色主題
   ============================================ */
.pagination .page-item {
    padding:5px;
}
.pagination .page-item .page-link {
    background-color: #fff !important;
    border: 1px solid #ddd !important;
    color: #666 !important;
    border-radius: 4px !important;
}

.pagination .page-item .page-link:hover {
    background-color: #fff !important;
    border-color: #E31C25 !important;
    color: #E31C25 !important;
}

.pagination .page-item .page-link:focus {
    box-shadow: none !important;
    background-color: #fff !important;
    border-color: #E31C25 !important;
    color: #E31C25 !important;
}

.pagination .page-item.active .page-link,
.pagination .page-item.active .page-link:hover,
.pagination .page-item.active .page-link:focus {
    z-index: 3;
    background-color: #E31C25 !important;
    border-color: #E31C25 !important;
    color: #fff !important;
}

.pagination .page-item.disabled .page-link,
.pagination .page-item.disabled .page-link:hover,
.pagination .page-item.disabled .page-link:focus {
    background-color: #f9f9f9 !important;
    border-color: #e0e0e0 !important;
    color: #ccc !important;
    opacity: 0.6;
}

/* 手機版搜尋列 */
.mobile-search-bar {
  width: 100%;
  background: #fff;
  padding: 8px 16px;
  box-sizing: border-box;
}
.mobile-search-bar .search-component {
  width: 100%;
}
.mobile-search-bar .search {
  width: 100% !important;
  margin: 0 !important;
}
.mobile-search-bar .search .btn-icon {
  display: none;
}
