/* ============================================================================
   主題：shopLinerp  —  footer
   issue518 階段 11 CSS 模組化自動拆檔：本檔僅含相對 default(common) 的品牌差異規則，
   與 common 相同的規則由 common 層托底。載入順序：common 後、custom.css 前。
   ============================================================================ */

.plr-185 {
  padding: 0 185px;
}

.plr-200 {
  padding-left: 200px;
  padding-right: 200px
}

#scrollUp {
  background: #ccc;
  bottom: 10px;
  color: #ffffff;
  font-size: 20px;
  height: 40px;
  right: 10px;
  text-align: center;
  transition: all 0.3s ease 0s;
  width: 40px;
}

#scrollUp i {
  line-height: 40px;
}

#scrollUp:hover {
  background: #131313 none repeat scroll 0 0;
  color: #ffffff;
}

@media (min-width: 1170px) and (max-width: 1400px) {

.footer-top-inner {
    padding: 30px;
  }

.copyright {
    padding: 0 60px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {

  .plr-185 {
    padding: 0 30px;
  }

.plr-200 {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (min-width: 768px) and (max-width: 991px) {

  .plr-185 {
    padding: 0 30px;
    height: fit-content;
  }

.plr-200 {
    padding-left: 0;
    padding-right: 0;
  }  .footer-brief {
    margin-bottom: 25px;
  }
}

@media (max-width: 767px) {

.plr-185 {
    padding: 0px;
  }

.plr-200 {
    padding-left: 0;
    padding-right: 0;
  }

.footer-top-inner {
    padding: 30px 15px;
  }

.footer-brief {
    margin-bottom: 25px;
  }

.footer-title {
    margin: 30px 0 10px;
  }

.footer-menu li a {
    line-height: 24px;
  }

.footer-menu li a span {
    font-size: 11px;
  }

.copyright {
    padding: 0 15px;
  }

.copyright-text p {
    text-align: center;
    line-height: 2.1;
  }
}

.footer-top-inner {
  padding: 30px 50px;
}

@media (min-width: 768px) and (max-width: 991px) {

  .footer-top-inner {
    padding: 30px 15px;
  }
}

@media screen and (max-width: 767px) {

  .footer-top-inner {
    padding: 30px 15px;
  }

}

.footer-default-inner {
  padding: 32px 0 40px;
}

.footer-default-header {
  display: grid;
  grid-template-columns: 1.5fr 10.5fr;
  align-items: center;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #1a1a1a;
}

.footer-default-header-title {
  min-width: 0;
}

.footer-default-row {
  display: grid;
  grid-template-columns: 1.5fr 3.5fr 2.5fr 2fr 2.5fr;
  gap: 24px;
}

.footer-default-col {
  min-width: 0;
}

.footer-default-col--logo {
  display: flex;
  align-items: flex-start;
}

.footer-default-logo--stack {
  display: flex;
  align-items: flex-start;
}

.footer-default-logo {
  width: 175px;
  height: 210px;
  max-width: 100%;
  flex: 0 0 auto;
}

.footer-default-logo img {
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  max-height: none !important;
  display: block;
  object-fit: contain;
}

.footer-default-title {
  font-weight: 700;
  color: #1a1a1a;
  margin: 0;
}

.footer-default-map iframe {
  width: 100%;
  height: 200px;
  border: 0;
  border-radius: 10px;
}

.footer-default-block {
  height: 100%;
}

.footer-default-block-title {
  font-weight: 600;
  color: #1a1a1a;
  margin-bottom: 12px;
  padding-left: 14px;
  position: relative;
}

.footer-default-block-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 3px;
  height: 14px;
  background: #1a1a1a;
}

.footer-default-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-default-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: #666666;
  margin-bottom: 10px;
}

.footer-default-item p {
  line-height: 1.5;
}

.footer-default-icon {
  font-size: 20px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  margin-top: 2px;
  color: #1a1a1a;
}

.footer-default-social-list {
  margin: 0 0 16px;
  padding: 0;
}

.footer-default-line {
  display: flex;
  align-items: center;
  gap: 16px;
}

.footer-default-line-info {
  min-width: 0;
}

.footer-default-line-label {
  color: #8a8a8a;
}

.footer-default-line-id {
  font-weight: 600;
  color: #00b900;
  word-break: break-all;
}

.footer-default-line-qr img {
  width: 92px;
  height: 92px;
  display: block;
  margin: 0 auto;
}

.footer-default-line-qr {
  padding: 8px;
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  background: #f7f7f7;
  text-align: center;
}

.footer-default-line-tip {
  color: #8a8a8a;
  text-align: center;
  margin-top: 6px;
}

@media (max-width: 991px) {

  .footer-default-inner {
    padding: 24px 20px 32px;
  }

.footer-default-header {
    grid-template-columns: 1fr;
    text-align: center;
  }

.footer-default-map iframe {
    height: 180px;
  }

.footer-default-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 575px) {

  .footer-default-row {
    grid-template-columns: 1fr;
  }

.footer-default-line {
    flex-direction: column;
    align-items: flex-start;
  }
}

.footer-title {
  font-weight: 700;
  margin: 10px 0 30px;
  text-transform: uppercase;
}

.copyright {
  padding: 0 100px;
}

.copyright-text {
  padding: 14px 0;
}

.copyright-text p {
  line-height: 1.8;
  margin: 0;
}

@media screen and (max-width: 767px) {

  .copyright {
    padding: 0 50px;
  }

.copyright-text p {
    text-align: center;
    line-height: 2.1;
  }

.map>iframe {
    width: 100% !important;
  }
}

.copyright-text p a {
  color: #999999;
  margin: 0 5px;
}

.copyright-text p a:hover {
  color: #ffffff;
}

.btnKG:hover p {
  color: #ffffff !important;
}

.copyRight {
  padding: 8px 0 20px;
}

.copyRight .elementorBox {
  display: block;
  text-decoration: none;
}

.copyRight .elementorBox .elementorText {
  font-size: 15px;
  color: #717171;
}

.function-btns-block {
  width: fit-content;
  margin: 0 auto;
  display: none;
  position: fixed;
  bottom: 80px;
  right: 10px;
  z-index: 10;
  transition: all 0.3s ease 0s;
}

.function-btns-block .btn-Fb {
  width: 60px;
  height: 60px;
  margin: 0 auto 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #0084ff;
  z-index: 10;
  border-radius: 99rem;
  transition: all 0.3s ease 0s;
}

.function-btns-block .btn-Fb:hover {
  background: #0070d9;
}

.function-btns-block .btn-Fb img {
  width: 28px;
  height: 28px;
  aspect-ratio: 1/1;

}

@media screen and (max-width: 768px) {

  .function-btns-block .btn-Fb {
    width: 48px;
    height: 48px;
  }

.function-btns-block .btn-Fb img {
    width: 22px;
    height: 22px;
    aspect-ratio: 1/1;
  }
}

.function-btns-block .btn-Line {
  width: 60px;
  height: 60px;
  margin: 0 auto 10px;
  display: flex;
  position: relative;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #4cc764;
  border-radius: 99rem;
  z-index: 10;
  transition: all 0.3s ease 0s;
  cursor: pointer;
}

.function-btns-block .btn-Line:hover {
  background: #42b659;
}

.function-btns-block .btn-Line .Qrcode {
  width: 160px;
  height: auto;
  position: absolute;
  top: 0;
  left: -180px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #e4e4e4;
  padding: 10px;
  border-radius: 10px;
  z-index: 10;
  transition: all 0.3s ease 0s;
  opacity: 0;
}

.function-btns-block .btn-Line .Qrcode.active {
  opacity: 1;
}

.function-btns-block .btn-Line .Qrcode img {
  width: 100%;
  height: auto;
  aspect-ratio: 154/197;
}

.function-btns-block .btn-Line img {
  width: 30px;
  height: 30px;
  aspect-ratio: 1/1;

}

@media screen and (max-width: 768px) {

  .function-btns-block .btn-Line {
    width: 48px;
    height: 48px;
  }

.function-btns-block .btn-Line img {
    width: 22px;
    height: 22px;
    aspect-ratio: 1/1;
  }
}

.function-btns-block .btn-Phone {
  width: 60px;
  height: 60px;
  margin: 0 auto 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: red;
  border-radius: 99rem;
  z-index: 10;
  transition: all 0.3s ease 0s;
}

.function-btns-block .btn-Phone:hover {
  background: #ce0000;
}

.function-btns-block .btn-Phone img {
  width: 28px;
  height: 28px;
  aspect-ratio: 1/1;
}

.function-btns-block .btn-Expand {
  width: 60px;
  height: 60px;
  margin: 0 auto 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: rgb(68, 68, 68);
  color: #ffffff;
  border-radius: 99rem;
  z-index: 10;
  transition: all 0.3s ease 0s;
}

.function-btns-block .btn-Expand:hover {
  background: #282828;
}

@media screen and (max-width: 768px) {

  .function-btns-block .btn-Phone {
    width: 48px;
    height: 48px;
  }

.function-btns-block .btn-Phone img {
    width: 22px;
    height: 22px;
    aspect-ratio: 1/1;
  }

.function-btns-block .btn-Expand {
    width: 48px;
    height: 48px;
  }

.function-btns-block .btn-Expand img {
    width: 22px;
    height: 22px;
    aspect-ratio: 1/1;
  }
}

#scrollUp {
  width: 60px;
  height: 60px;
  border-radius: 99rem;
  margin-bottom: 10px;
  opacity: 0;
  transition: all 0.3s ease;
}

#scrollUp:hover {
  background: #555555;
}

#scrollUp.active {
  opacity: 1;
}

#scrollUp i {
  width: 60px;
  line-height: 60px;
}

@media screen and (max-width: 768px) {

  #scrollUp {
    width: 48px;
    height: 48px;
    border-radius: 99rem;
  }

#scrollUp i {
    width: 48px;
    line-height: 48px;
  }
}

.function-btns-area {
  opacity: 1;
  transition: all 0.3s ease;
}

.function-btns-area.active .function-btns-block {
  transform: translateY(-70px);
}

.function-btns-block {
  position: fixed;
  right: 20px;
  bottom: -50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  z-index: 1000;
}

.function-btns-block a,
.function-btns-block button {
  transition: all 0.3s ease;
  cursor: pointer;
}

.function-btns-block.active .btn-Line,
.function-btns-block.active .btn-Fb,
.function-btns-block.active .btn-Phone {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.plr-185 {
  padding-left: clamp(20px, 6vw, 80px);
  padding-right: clamp(20px, 6vw, 80px);
}

.btnKG:hover,
.btnNormal:hover,
.btnLike:hover,
.order-action-btn--ghost:hover,
.order-product-cart-btn:hover,
.productBox:hover .btnKG {
  background: rgba(var(--sl-accent-rgb), 0.18) !important;
  border-color: rgba(var(--sl-accent-rgb), 0.9) !important;
  color: var(--sl-text-primary) !important;
  box-shadow: 0 0 0 1px rgba(var(--sl-accent-rgb), 0.2), 0 10px 20px rgba(var(--sl-accent-rgb), 0.14);
}

.btnKG p,
.btnKG:hover p,
.productBox:hover .btnKG p {
  color: inherit !important;
}

#footer.footer-area,
.footer-area {
  margin-top: clamp(20px, 3.2vw, 44px);
}

.footer-default-header {
  border-bottom: 1px solid var(--sl-border);
}

.footer-default-title,
.footer-default-block-title {
  color: var(--sl-text-primary);
}

.footer-default-block-title::before {
  background: linear-gradient(180deg, var(--sl-accent), var(--sl-accent-2));
}

.footer-default-item,
.footer-default-item p,
.footer-default-line-label,
.footer-info-box p,
.copy-text,
.copyright-text p,
.copy-text a,
.copy-text .text-white {
  color: var(--sl-text-secondary) !important;
}

.footer-default-icon,
.footer-default-line-id {
  color: var(--sl-accent);
}

.footer-default-line-qr,
.footer-social li a,
.footer-social li a.footer-social-link {
  border: 1px solid var(--sl-border);
  border-radius: var(--sl-radius-md);
  background: var(--sl-bg-2);
}

.footer-social li a:hover,
.footer-social li a.footer-social-link:hover {
  border-color: rgba(var(--sl-accent-rgb), 0.74);
  background: rgba(var(--sl-accent-rgb), 0.12);
}

.footer-default-col--social .footer-default-block {
  background: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
  box-shadow: none;
}

.footer-social li a.footer-social-link {
  background: rgba(255, 255, 255, 0.78) !important;
  border-color: rgba(56, 78, 104, 0.18) !important;
}

.footer-social li a.footer-social-link:hover {
  background: rgba(var(--sl-accent-rgb), 0.1) !important;
  border-color: rgba(var(--sl-accent-rgb), 0.72) !important;
}

.footer-default-line-qr {
  background: rgba(255, 255, 255, 0.78) !important;
  border-color: rgba(56, 78, 104, 0.18) !important;
}

.footer-default-map iframe {
  border: 1px solid var(--sl-border);
  border-radius: var(--sl-radius-md);
  filter: grayscale(0.35) contrast(1.05);
}

.function-btns-block .btn-Fb,
.function-btns-block .btn-Line,
.function-btns-block .btn-Phone,
.function-btns-block .btn-Expand,
#scrollUp {
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid var(--sl-border);
  border-radius: var(--sl-radius-pill);
  box-shadow: var(--sl-shadow-sm);
}

.function-btns-block .btn-Fb:hover,
.function-btns-block .btn-Line:hover,
.function-btns-block .btn-Phone:hover,
.function-btns-block .btn-Expand:hover,
#scrollUp:hover {
  border-color: rgba(var(--sl-accent-rgb), 0.82);
  box-shadow: 0 0 0 1px rgba(var(--sl-accent-rgb), 0.24), 0 10px 20px rgba(var(--sl-accent-rgb), 0.16);
}

.function-btns-block .btn-Expand,
#scrollUp i,
.scrollUp-btn {
  color: var(--sl-accent);
}

.function-btns-block .btn-Fb,
.function-btns-block .btn-Line,
.function-btns-block .btn-Phone {
  background: linear-gradient(135deg, var(--sl-accent) 0%, var(--sl-accent-2) 100%) !important;
  border-color: rgba(var(--sl-accent-rgb), 0.92) !important;
}

.function-btns-block .btn-Fb:hover,
.function-btns-block .btn-Line:hover,
.function-btns-block .btn-Phone:hover {
  background: linear-gradient(135deg, var(--sl-accent-2) 0%, var(--sl-accent) 100%) !important;
}

.function-btns-block .btn-Expand {
  background: #1f2a37 !important;
  border-color: #1f2a37 !important;
  color: #ffffff !important;
  font-weight: 600;
}

.function-btns-block .btn-Expand:hover {
  background: #16202d !important;
  border-color: #16202d !important;
  color: #ffffff !important;
}

@media (max-width: 991px) {

.footer-default-row {
    gap: 16px;
  }
}

@media (max-width: 767px) {

.plr-185 {
    padding-left: 16px;
    padding-right: 16px;
  }

.function-btns-block {
    right: 14px;
  }
}
