* {
  transition: color 0.2s linear, background-color 0.2s linear, border-color 0.2s linear;
}
*:link, *:visited, *:hover, *:active, *:focus {
  transition: color 0.2s linear, background-color 0.2s linear, border-color 0.2s linear;
}

a {
  transition: all 0.5s linear;
  transform: scale3d(1, 1, 1);
}

a:hover {
  transition: all 0.5s linear;
  transform: scale3d(1.02, 1.02, 1);
}

.afw-details-product-list-wrapper {
  width: 100%;
  margin: 0 auto;
}
.afw-details-product-list-wrapper .afw-details-product-list-box {
  display: flex;
  flex-wrap: wrap;
  flex: 1 1 0;
  min-width: 0;
  gap: 8px;
  justify-content: flex-start;
}
.afw-details-product-list-wrapper .afw-details-product-list-box .afw-product-item {
  width: 100%;
  display: flex;
}
@media all and (min-width: 769px) {
  .afw-details-product-list-wrapper .afw-details-product-list-box .afw-product-item {
    width: calc(33.33% - 8px);
  }
}
.afw-details-product-list-wrapper .afw-details-product-list-box .afw-product-item:nth-child(n+31) {
  width: calc(50% - 8px);
}
@media all and (min-width: 769px) {
  .afw-details-product-list-wrapper .afw-details-product-list-box .afw-product-item:nth-child(n+31) {
    width: calc(25% - 8px);
  }
}
.afw-details-product-list-wrapper .afw-details-product-list-box .afw-product-item .afw-product-box {
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid #e0e0e0;
  padding-bottom: 16px;
  height: 100%;
  width: 100%;
  margin: 8px auto;
}
.afw-details-product-list-wrapper .afw-details-product-list-box .afw-product-item .afw-product-box .afw-product-image {
  position: relative;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  min-height: auto;
  padding-bottom: 30px;
}
.afw-details-product-list-wrapper .afw-details-product-list-box .afw-product-item .afw-product-box .afw-product-image img {
  width: 100%;
  height: auto;
  display: block;
}
.afw-details-product-list-wrapper .afw-details-product-list-box .afw-product-item .afw-product-box .afw-product-image .afw-tag-new {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.3;
  white-space: normal;
  padding: 6px 0 0 6px;
  width: -moz-max-content;
  width: max-content;
  max-width: 40px;
  word-break: break-word;
  pointer-events: none;
}
.afw-details-product-list-wrapper .afw-details-product-list-box .afw-product-item .afw-product-box .afw-product-image .afw-tag-new::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 80px 90px 0 0;
  border-color: #1a9bff transparent transparent transparent;
  z-index: -1;
}
.afw-details-product-list-wrapper .afw-details-product-list-box .afw-product-item .afw-product-box .afw-product-image .afw-tag-hotsale {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.3;
  white-space: normal;
  padding: 6px 0 0 6px;
  width: -moz-max-content;
  width: max-content;
  max-width: 40px;
  word-break: break-word;
  pointer-events: none;
}
.afw-details-product-list-wrapper .afw-details-product-list-box .afw-product-item .afw-product-box .afw-product-image .afw-tag-hotsale::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 80px 90px 0 0;
  border-color: #ff161a transparent transparent transparent;
  z-index: -1;
}
.afw-details-product-list-wrapper .afw-details-product-list-box .afw-product-item .afw-product-box .afw-product-image .afw-tag-gift {
  position: absolute;
  display: block;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 22px;
  background: linear-gradient(to bottom, #ff6e01, #ff8a07);
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  padding: 4px 10px;
  white-space: nowrap;
  text-align: center;
}
.afw-details-product-list-wrapper .afw-details-product-list-box .afw-product-item .afw-product-box .afw-product-title {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: bold;
  padding: 5px 12px 8px;
  margin: 0;
  text-align: left;
  color: #002e50;
  word-break: break-word;
}
.afw-details-product-list-wrapper .afw-details-product-list-box .afw-product-item .afw-product-box .afw-product-footer {
  margin-top: auto;
  display: flex;
  flex-direction: column;
  padding: 0 6px;
  min-height: auto;
}
@media all and (min-width: 769px) {
  .afw-details-product-list-wrapper .afw-details-product-list-box .afw-product-item .afw-product-box .afw-product-footer {
    min-height: 140px;
  }
}
.afw-details-product-list-wrapper .afw-details-product-list-box .afw-product-item .afw-product-box .afw-product-footer .afw-product-price {
  font-weight: bold;
  color: #ff3266;
  text-align: left;
  margin-bottom: 8px;
}
.afw-details-product-list-wrapper .afw-details-product-list-box .afw-product-item .afw-product-box .afw-product-footer .afw-product-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
  table-layout: fixed;
  word-break: break-word;
}
.afw-details-product-list-wrapper .afw-details-product-list-box .afw-product-item .afw-product-box .afw-product-footer .afw-product-table td {
  border: 1px solid #e8e8e8;
  text-align: center;
  color: red;
  padding: 4px;
}
.afw-details-product-list-wrapper .afw-details-product-list-box .afw-product-item .afw-product-box .afw-product-footer .afw-product-table td:first-child {
  color: #002e50;
}
.afw-details-product-list-wrapper .afw-details-product-list-box .afw-product-item .afw-product-box .afw-product-footer .afw-product-table tr:first-child td {
  color: #002e50;
}
.afw-details-product-list-wrapper .afw-details-product-list-box .afw-product-item .afw-product-box .afw-product-footer .afw-product-table tr:first-child td:first-child {
  color: #fff;
  background: #36c;
}

.afw-details-free-choice-products-list {
  width: 100%;
  margin: 0 auto;
}

.afw-details-product-box {
  width: 100%;
  border: 2px solid #002e50;
  background-color: #f2f2f2;
  overflow: hidden;
  margin: 4% auto;
  box-sizing: border-box;
}
@media all and (min-width: 769px) {
  .afw-details-product-box {
    gap: 30px;
  }
}
.afw-details-product-box .afw-details-bar-title {
  margin-bottom: 0;
  padding: 0;
  background: url(https://www.myfone.com.tw/buy/myfoneweb/buy/retailevent/bg.png), radial-gradient(circle at center, #d7e9ff 0%, #a5ccff 100%);
  text-align: center;
}
.afw-details-product-box .afw-details-bar-title img {
  width: 100%;
  max-width: 640px;
}
@media all and (min-width: 769px) {
  .afw-details-product-box .afw-details-bar-title {
    margin-bottom: 30px;
    padding: 1%;
  }
}
.afw-details-product-box .afw-details-product-inner {
  display: block;
  flex-direction: column;
  padding: 2%;
}
@media all and (min-width: 769px) {
  .afw-details-product-box .afw-details-product-inner {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 30px;
  }
}
.afw-details-product-box .afw-details-product-inner .afw-details-product-image {
  position: relative;
  width: 100%;
  max-width: 280px;
  margin: 8px auto;
  box-sizing: border-box;
}
.afw-details-product-box .afw-details-product-inner .afw-details-product-image img {
  width: 100%;
  height: auto;
  display: block;
  border-top: 1px solid #e0e0e0;
  border-left: 1px solid #e0e0e0;
  border-right: 1px solid #e0e0e0;
}
.afw-details-product-box .afw-details-product-inner .afw-details-product-image .afw-tag-new {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.3;
  white-space: normal;
  padding: 6px 0 0 6px;
  width: -moz-max-content;
  width: max-content;
  max-width: 40px;
  word-break: break-word;
  pointer-events: none;
}
.afw-details-product-box .afw-details-product-inner .afw-details-product-image .afw-tag-new::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 80px 90px 0 0;
  border-color: #1a9bff transparent transparent transparent;
  z-index: -1;
}
.afw-details-product-box .afw-details-product-inner .afw-details-product-image .afw-tag-hotsale {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.3;
  white-space: normal;
  padding: 6px 0 0 6px;
  width: -moz-max-content;
  width: max-content;
  max-width: 40px;
  word-break: break-word;
  pointer-events: none;
}
.afw-details-product-box .afw-details-product-inner .afw-details-product-image .afw-tag-hotsale::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 80px 90px 0 0;
  border-color: #ff161a transparent transparent transparent;
  z-index: -1;
}
.afw-details-product-box .afw-details-product-inner .afw-tag-gift {
  display: block;
  width: 100%;
  background: linear-gradient(to bottom, #ff6e01, #ff8a07);
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  padding: 4px 10px;
  white-space: nowrap;
  text-align: center;
  border-bottom: 1px solid #e0e0e0;
  border-left: 1px solid #e0e0e0;
  border-right: 1px solid #e0e0e0;
}
.afw-details-product-box .afw-details-product-inner .afw-details-product-info {
  width: 96%;
  margin: 2% auto;
}
@media all and (min-width: 769px) {
  .afw-details-product-box .afw-details-product-inner .afw-details-product-info {
    width: calc(100% - 398px);
    margin: 0;
  }
}
.afw-details-product-box .afw-details-product-inner .afw-details-product-info .afw-details-product-title {
  font-size: 22px;
  line-height: 32px;
  border-bottom: 2px dashed #002e50;
  padding-bottom: 6px;
  margin-bottom: 10px;
}
@media all and (min-width: 769px) {
  .afw-details-product-box .afw-details-product-inner .afw-details-product-info .afw-details-product-title {
    font-size: 25px;
    line-height: 34px;
    font-weight: bold;
    margin-bottom: 15px;
    padding-bottom: 10px;
  }
}
.afw-details-product-box .afw-details-product-inner .afw-details-product-info .afw-details-section-title {
  font-size: 23px;
  font-weight: bold;
  color: #ff6700;
  margin-bottom: 10px;
}
.afw-details-product-box .afw-details-product-inner .afw-details-product-info .afw-details-section-text {
  font-size: 16px;
  line-height: 1.5;
  color: #4b4b4b;
  margin-bottom: 10px;
}
@media all and (min-width: 769px) {
  .afw-details-product-box .afw-details-product-inner .afw-details-product-info .afw-details-section-text {
    font-size: 23px;
    line-height: 1.5;
  }
}
.afw-details-product-box .afw-details-section-line {
  background-color: #002e50;
  clear: both;
  width: 100%;
  font-size: 22px;
  color: #fff;
  padding-left: 10px;
}
@media all and (min-width: 769px) {
  .afw-details-product-box .afw-details-section-line {
    font-size: 26px;
    line-height: 50px;
  }
}
.afw-details-product-box .afw-details-feature-text {
  font-size: 16px;
  color: #4b4b4b;
  padding: 10px;
  line-height: 1.7;
}
@media all and (min-width: 769px) {
  .afw-details-product-box .afw-details-feature-text {
    font-size: 23px;
    line-height: 32px;
  }
}
.afw-details-product-box .afw-details-feature-text-secondary {
  color: #4b4b4b;
  padding: 10px;
  line-height: 20px;
}

.afw-reminder-box {
  background-color: #0060ce;
  width: 100%;
  margin: auto;
  padding: 3%;
}
.afw-reminder-box .afw-reminder-title {
  font-size: 1.125rem;
  color: #fffc00;
  font-weight: bold;
  margin-bottom: 1rem;
}
.afw-reminder-box .afw-reminder-list li {
  color: #fff;
  list-style: none;
  margin-bottom: 1rem;
  text-align: justify;
  font-size: 1rem;
  line-height: 1.8;
}/*# sourceMappingURL=appliancesfortwmstyle.css.map */