@media (min-width: 576px) {
  .swiper, .products-recommend-title {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .swiper, .products-recommend-title {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .swiper, .products-recommend-title {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .swiper, .products-recommend-title {
    max-width: 1170px;
  }
}

.swiper {
  padding-right: 15px !important;
}

.swiper, .products-recommend-title {
  height: auto;
  margin: 10px auto;
}

.swiper-wrapper {
  padding: 10px;
}

.products-recommend-title {
  padding: 0 10px;
}

.swiper-slide {
  background: #fff;
  border-radius: 8px;
}

.arrow {
  display: inline-block;
  width: 40px;
  height: 40px;
  border: none;
  border-radius: 50%; /* 圆形效果 */
  position: absolute;
  cursor: pointer;
  transition: all 0.3s ease; /* 过渡效果 */
  /* 清除默认背景 */
  background: white none;
  padding: 0; /* 移除默认内边距 */
  outline: none; /* 去掉焦点框 */
  content: '';
}


.arrow:hover {
  background-color: #d4d0d0; /* 鼠标悬停时的背景颜色 */
}

.arrow-left:after, .arrow-right:after {
  font-family: 'SF Compact Regular';
  font-size: 22px;
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 40px;
}

.arrow-left:after {
  content: '';
  margin-right: 3px;
}

.arrow-right:after {
  content: '';
  margin-left: 3px;
}

.anticon {
    display: inline-block;
    color: inherit;
    font-style: normal;
    line-height: 0;
    text-align: center;
    text-transform: none;
    vertical-align: 0.1em;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
/* 自定义弹窗 */
.popup-type-1 {
  position: relative;
}

/* 自定义关闭按钮 */
.popup-type-1-close-btn {
  position: absolute;
  top: -22px; /* 调整到弹窗外部 */
  right: -15px; /* 调整到弹窗外部 */
  border-radius: 50%; /* 圆形按钮 */
  padding: 10px; /* 按钮大小 */
  border: 2px solid #fff;
}

.product-item {
  padding: 10px;
  border-radius: 8px;
}

.product-item-title {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 5px;
  height: 40px;
}

.product-upc {
  color: #595959;
  line-height: 40px;
  width: 70%;
  overflow: hidden;
  font-family: 'SF Compact Regular';
}

.product-uom {
  font-family: 'SF Compact Regular';
}

.icon-add-to-cart {
  cursor: pointer;
  border: none;
  background: none;
  padding: 0;
  display: inline;
}

.product-image {
  img {
    height: 153px ;
    display: block;
    margin: 0 auto 1rem auto;
  }
}

.icon-favourite {
  border: none;
  padding: 0;
  justify-content: center;
  align-items: center;
  display: flex;
  right: 10px;
  position: absolute;
  top: 11.5rem;
  width: 24px;
  height: 24px;
  background-color: rgb(244, 245, 246);
  border-radius: 18px;
}

.icon-favourite .nav-tollbar-custom-icon {
  width: 20px;
  height: 20px;
}

.product-title {
  font-family: 'SF Compact Bold';
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 0;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: initial;
  line-height: 1.2rem;
}

.product-price {
  font-family: 'SF Compact Bold';
  font-weight: 700;
  font-size: 1rem;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.product-price .old-price {
  font-family: 'SF Compact Regular';
  color: #595959;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: 0;
  text-decoration: line-through;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 400;
}

.popup-add2cart-success {
  width: 150px;
  height: 50px;
  background-color: #000000;
  opacity: 0.9;
  color: #FFFFFF;
  font-size: 14px;
  font-family: 'SF Compact Regular';
  font-weight: 700;
  text-align: center;
  line-height: 48px;
  border-radius: 5px;
}

.popup-basic-html-container {
  width: 520px;
  padding: 24px;
  font-size: 14px;
  line-height: 1.5715;
  word-wrap: break-word;
  font-family: 'SF Compact Regular';
  font-weight: 400;
  border-bottom: 1px solid rgb(240, 240, 240);
  text-align: left;
}

.popup-basic-html-container img {
  margin-right: 5px;
  width: 45px;
}

.popup-basic-actions {
  margin: auto;
  padding: 10px 16px;
}

.popup-basic-actions button {
  background-color: #2562E9;
  font-size: 14px;
  border-radius: 4px;
  padding: 4px 15px;
}

.popup-basic-actions2btn {
  margin: auto;
  padding: 10px 16px;
  justify-content: flex-end;
  width: 100%;
}

.popup-basic-actions2btn .swal2-confirm {
  background-color: #2562E9;
  font-size: 14px;
  border-radius: 4px;
  padding: 4px 15px;
}

.popup-basic-actions2btn .swal2-cancel {
  color: rgba(0, 0, 0, 0.85);
  background: #fff;
  font-size: 14px;
  border-radius: 4px;
  padding: 4px 15px;
  border: 1px solid #d9d9d9;
}

.product-price-discount {
  cursor: pointer;
  align-items: center;
  color: #2562e9;
  font-weight: 400;
  font-family: 'SF Compact Regular'
}

.product-price-discount img {
  width: 16px;
  height: 16px;
  margin-left: 5px;
}

.product-price-discount-bold {
  font-weight: 700;
  font-family: 'SF Compact Bold';
}

.product-footer-action {
  margin-top: 10px;
  text-align: center;
}

.btn-add-to-cart {
  font-family: 'SF Compact Regular';
  width: 100%;
  background-color: #f6c344; /* 黄色 */
  color: #000;
  border: none;
  border-radius: 9999px; /* 完全圆角 */
  padding: 6px 24px;
  font-size: 14px;
  cursor: pointer;
  transition: background-color 0.2s ease;
  display: flex;
  justify-content: center;
  white-space: nowrap;
}

.btn-add-to-cart:hover {
  background-color: #e0b832;
}

.btn-add-to-cart:focus {
  outline: 2px solid black;
}

.swiper {
  margin: 0 auto;
}

.products-recommend-title {
  margin: 10px auto 20px auto;
}

.root-products-recommend .loading-normal {
  text-align: center;
  padding: 20px;
  display: none;
}

.root-products-recommend .spinner {
  border: 3px solid #e0e0e0; /* 灰色边框 */
  border-top: 3px solid #808080; /* 深灰色 */
  border-radius: 50%;
  width: 20px;
  height: 20px;
  animation: spin 1s linear infinite;
  margin: 0 auto;
}

/* 旋转动画 */
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.product-footer-action {
  margin-top: 10px;
  text-align: center;
}

.btn-add-to-cart {
  font-family: 'SF Compact Regular';
  width: 100%;
  background-color: #f6c344; /* 黄色 */
  color: #000;
  border: none;
  border-radius: 9999px; /* 完全圆角 */
  padding: 6px 24px;
  font-size: 14px;
  cursor: pointer;
  transition: background-color 0.2s ease;
  display: flex;
  justify-content: center;
  white-space: nowrap;
}

.btn-add-to-cart:hover {
  background-color: #e0b832;
}

.btn-add-to-cart:focus {
  outline: 2px solid black;
}
@-webkit-keyframes fadeInDown{from{opacity:0;-webkit-transform:translate3d(0, -100%, 0);transform:translate3d(0, -100%, 0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInDown{from{opacity:0;-webkit-transform:translate3d(0, -100%, 0);transform:translate3d(0, -100%, 0)}to{opacity:1;-webkit-transform:none;transform:none}}.nt-iconcircle{font-size:inherit;font-style:normal;display:inline-block;min-width:36px;height:36px;line-height:36px;border-radius:36px;text-align:center;background:white;cursor:pointer;border:1px solid transparent}.nt-iconcircle:hover{background-color:#f4f5f6}.nt-iconcircle:active{background-color:#e0e1e2}.nt-iconcircle.disabled{color:#7f7f7f;pointer-events:none;cursor:default}#cart-root{padding-top:134px;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.status-list dt{float:left;clear:left;width:120px;font-weight:normal}.status-list dd{font-weight:700;margin-left:140px}.cart-total-heading strong{display:block;font-size:26px;font-size:1.625rem;line-height:1}.add-note-order{background:white url(/static/image/orders/icon-note.png) 12px center no-repeat;background-size:18px auto;padding-left:42px;border:0;margin-left:-10px}.details-box{-webkit-box-shadow:0 0 15px 0 rgba(0,0,0,0.07);box-shadow:0 0 15px 0 rgba(0,0,0,0.07);padding:2rem;margin-bottom:2rem}.details-box .summary{font-weight:700;font-family:'SFProTextBold';font-size:18px;font-size:1.125rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;position:relative}.details-box .summary:after{display:inline-block;margin-left:0.255em;border:none;border-bottom:1px solid;border-right:1px solid;content:'';height:10px;width:10px;pointer-events:none;-webkit-transform-origin:66% 66%;transform-origin:66% 66%;-webkit-transform:rotate(-135deg);transform:rotate(-135deg);-webkit-transition:all 0.15s ease-in-out;transition:all 0.15s ease-in-out;margin-top:0.3em;margin-right:0.3em}.details-box .summary.collapsed:after{-webkit-transform:rotate(45deg);transform:rotate(45deg)}.details-box .summary.disabled:after{display:none}.details-box .no-collapse-summary{font-weight:700;font-family:'SFProTextBold';font-size:18px;font-size:1.125rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;position:relative}.cart-item{font-family:'SFProTextBold';font-weight:700;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding-top:1rem;padding-bottom:1rem;border-top:1px solid rgba(0,0,0,0.1);opacity:.5}.cart-item.cart-item--first{border-top-color:transparent}.cart-item.active{opacity:1}.cart-item .extra{font-family:'SFProTextRegular';font-weight:normal;white-space:nowrap;padding-left:1rem}.cart-item-action{font-family:'SFProTextBold';font-weight:700;padding-top:1rem;border-top:1px solid rgba(0,0,0,0.05)}.payment-method-message{padding:0.8em;border:1px solid #2562e9;border-radius:8px;text-align:center}.nl-table thead th{color:#737373;font-weight:normal;border-top:none;border-bottom-width:1px;font-size:12px;font-size:.75rem}.table-separator{position:relative}.table-separator:after{content:'';top:0.75rem;bottom:0.75rem;right:0;width:0;position:absolute;border-right:1px solid #e0e1e2}.custom-card{height:0;padding-bottom:60%;position:relative;background:blue;border-radius:0.5rem;-webkit-box-shadow:0 8px 24px 0 rgba(0,0,0,0.07);box-shadow:0 8px 24px 0 rgba(0,0,0,0.07);background:linear-gradient(135deg, #dcdde1 0%, #fff 20%, #fff 38%, #dcdde1 100%)}.custom-card:before{position:absolute;content:'';top:15%;left:0;height:20%;width:100%;background:black}.custom-card:after{position:absolute;color:#a3a3a3;font-size:1.2rem;content:'cvv';top:42%;left:15%;width:20%;border-bottom:1px solid #ced4da}.custom-card .custom-card-inner{position:absolute;left:0;top:0;width:100%;height:100%;text-indent:-999px;overflow:hidden}.table-order-history .item{display:-webkit-box;display:-ms-flexbox;display:flex;padding:1.3rem 1rem}.table-order-history .item .col3{-ms-flex-preferred-size:20%;flex-basis:20%;max-width:20%}.table-order-history .thead{color:#a3a3a3;text-transform:uppercase}.table-order-history .thead .item{display:-webkit-box;display:-ms-flexbox;display:flex}.table-order-history .tbody .item{margin-bottom:1rem;border-radius:8px;-webkit-box-shadow:0 8px 24px 0 rgba(0,0,0,0.07);box-shadow:0 8px 24px 0 rgba(0,0,0,0.07);background-color:#ffffff}@media (max-width: 767px){.table-order-history{float:left}}.card-banner{color:white;background-color:#2462e9}.card-banner .row{height:200px}.ammount-card{margin-top:-13rem}.custom-card2-wrap{padding:2.5rem}.custom-card2{font-size:12px;font-size:.75rem;height:0;padding-bottom:60%;position:relative;background:blue;border-radius:0.5rem;-webkit-box-shadow:0 8px 24px 0 rgba(0,0,0,0.07);box-shadow:0 8px 24px 0 rgba(0,0,0,0.07);background:linear-gradient(135deg, #fdd205 0%, #fffef3 26%, #fdfce5 35%, #fdd205 100%)}.custom-card2 .custom-card-inner{position:absolute;left:0;top:0;width:100%;height:100%}.custom-card2 .currency{position:absolute;left:3%;top:5%}.custom-card2 .current-value{position:absolute;left:3%;bottom:5%}.custom-card2 .current-value .number{display:block;font-weight:700;font-size:26px;font-size:1.625rem}.custom-card2 .qr{position:absolute;right:3%;top:5%;width:40%;border-radius:0.5rem;padding:.7rem;background:white}.custom-card2 .qr img{opacity:0}.top-up-ammount-form label{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.top-up-ammount-form .bonus{display:block;white-space:nowrap;position:relative;left:-1.5rem}.top-up-ammount-custom{font-size:0}.top-up-ammount-custom .ammount-custom-value{font-size:14px;font-size:.875rem;border-color:#e0e1e2;border-width:0 0 1px 0;background:none;max-width:100%;width:100%}.payment-method-listview{margin-left:0;padding-left:0}.payment-method-listview .iconfont{vertical-align:middle}.payment-method-listview .badge{margin-left:1.5rem;border-radius:15px;background-color:#2562e9;color:white;padding:.4rem .5rem}.payment-method-listview .item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:1.3rem 1rem;margin-bottom:0.5rem;border-radius:8px;-webkit-box-shadow:0 8px 24px 0 rgba(0,0,0,0.07);box-shadow:0 8px 24px 0 rgba(0,0,0,0.07);background-color:#ffffff}.payment-method-listview a{margin-left:auto}.payment-method-listview a img{height:1rem}.quantity{display:-webkit-box;display:-ms-flexbox;display:flex;border-radius:30px;height:30px;line-height:30px;text-align:center;overflow:hidden;border:1px solid #f4f5f6}.quantity .quantity-input{border:none;text-align:center;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;width:100%;background:none}.quantity .dec,.quantity .inc{position:relative;width:30px;background:#f4f5f6;cursor:pointer;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;-ms-flex-preferred-size:30px;flex-basis:30px;min-width:30px}.quantity .dec:hover,.quantity .inc:hover{color:#4380ff}.quantity .dec:active,.quantity .inc:active{background:#e0e1e2}.dec{border-radius:32px 0px 0px 32px}.inc{border-radius:0px 32px 32px 0px}.table thead th{vertical-align:bottom;border-bottom:2px solid #dee2e6;border-top:0}.p-4a{padding:2rem !important}.home-popup-display{display:initial !important}.payne-product .product__move_to_cart{font-size:1rem;position:absolute;right:0rem;top:0.5rem;color:black;opacity:1;z-index:2;background-color:#f4f5f6}.payne-product{box-shadow:none;-webkit-box-shadow:none}.table th,.table td{vertical-align:middle}.table tr td:first-child,.table tr th:first-child{padding-left:0}.table tr td:last-child,.table tr th:last-child{padding-right:0}.block-with-text{overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;font-family:"SFProTextBold";line-height:1.2rem;height:2.4rem;font-weight:700}.text-link{text-decoration:underline !important}.pb-5,.py-5{padding-top:3rem !important;padding-bottom:2rem !important}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{font-family:'SFProTextBold';font-weight:700}h3,.h3{font-size:1.625rem}h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{margin-bottom:0.5rem;font-family:'SFProTextBold';font-weight:700;line-height:1.2}img{vertical-align:middle;border-style:none}.reduce-background{width:30px;height:30px}.add-background{width:30px;height:30px}.add-icon{position:absolute;height:14px;width:14px;top:8px;left:8px}.reduce-icon{position:absolute;height:1.5px;width:13.1px;top:14px;left:8.4px}.img-currently-status{display:inline-block;position:relative}.img-currently-status .tiptxt{position:absolute;left:0;bottom:0;right:0;height:auto;width:52px !important}.img-currently-status>a>img:last-child{width:52px;height:70px;background-color:#fff;-o-object-fit:contain;object-fit:contain}input::-webkit-outer-spin-button,input::-webkit-inner-spin-button{-webkit-appearance:none !important;margin:0}.noresult-p{font-size:18px;font-weight:700;font-family:"SFProTextBold"}.noresult{font-size:28px;font-weight:700;font-family:'SFProTextBold'}.part-font{font-size:14px !important}strong{font-family:'SFProTextBold';font-weight:700}.part-font-family{font-family:'SFProTextMedium';font-weight:400}.unavailable-strong{line-height:25px}.font-family-blod{font-family:"SFProTextBold";font-weight:700}.grey-modal-mask{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1000;height:100%}.grey-modal{width:150px;height:50px;background-color:#000000;opacity:0.65;color:#FFFFFF;font-size:14px;font-family:'SFProTextBold';font-weight:700;text-align:center;line-height:48px;border-radius:5px;margin:auto;position:fixed;top:50%;left:50%;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%);z-index:1300}.grey-modal-hidden{display:none}.select-delivery-date{display:-webkit-box;display:-ms-flexbox;display:flex;list-style:none;padding:0;text-align:center}.select-delivery-date time{font-family:'SFProTextBold';font-weight:700;color:#2562E9;cursor:pointer;overflow:hidden;line-height:2rem;display:block;padding:1rem 0;-webkit-box-shadow:0 0 15px 0 rgba(0,0,0,0.07);box-shadow:0 0 15px 0 rgba(0,0,0,0.07);border-radius:5px}.select-delivery-date time.selected{color:white;background-color:#2562E9}.select-delivery-date time.today{color:#6c757d;cursor:auto;font-family:'SFProTextRegular';font-weight:normal}.select-delivery-date li{padding:1rem;width:100%;text-align:center;color:#2562e9;border:1px solid red}.select-delivery-date li.active{background:#2562e9;color:white}.select-delivery-date li time{display:block;padding:2rem 0;border:1px solid blue}.summary-add{cursor:pointer}.summary-add:not(.collapsed) .iconpuls-o:before{content:"\E64D"}.alert-coupon .close{opacity:0.3}.alert-coupon .close .iconfont{font-size:18px;vertical-align:top;position:relative;top:2px}.effects-animate{position:relative}.effects-animate input:placeholder-shown::-webkit-input-placeholder{color:transparent}.effects-animate input:placeholder-shown::-moz-placeholder{color:transparent}.effects-animate input:placeholder-shown:-ms-input-placeholder{color:transparent}.effects-animate input:placeholder-shown::-ms-input-placeholder{color:transparent}.effects-animate input:placeholder-shown::placeholder{color:transparent}.effects-animate label{-webkit-transition:all .2s ease-in .1s;transition:all .2s ease-in .1s;position:absolute;left:16px;top:14px;pointer-events:none}.effects-animate input:not(:placeholder-shown) ~ label,.effects-animate input:focus ~ label{font-size:12px;font-size:.75rem;opacity:0.5;-webkit-transform:scale(1) translate(0, -2em);transform:scale(1) translate(0, -2em)}.date-form .ant-picker .ant-picker-input{border:0;-webkit-box-shadow:none;box-shadow:none;outline:none}.date-form .ant-picker{display:-webkit-box;display:-ms-flexbox;display:flex;padding:0}.date-form .ant-picker .ant-picker-input .ant-picker-suffix{display:none}.date-form input::-webkit-input-placeholder{color:#6c757d;opacity:1}.date-form input::-moz-placeholder{color:#6c757d;opacity:1}.date-form input:-ms-input-placeholder{color:#6c757d;opacity:1}.date-form input::-ms-input-placeholder{color:#6c757d;opacity:1}.date-form input::placeholder{color:#6c757d;opacity:1}.modal-dialog-address-message .cart-item-lists{margin-top:-2px}.modal-dialog-address-message .modal-header{padding-bottom:0;padding-left:0;padding-right:0;margin-left:15px;margin-right:15px}.modal-dialog-address-message .modal-body{padding-top:0;padding-bottom:0;max-height:500px}.modal-dialog-address-message .modal-footer{padding-top:0;padding-left:0;padding-right:0;margin-left:15px;margin-right:15px}.none-border{border:none}.modal-footer-center .ant-modal-footer{text-align:center}.add-address{text-align:left;padding-left:8px;font-family:'SFProTextBold';font-weight:700}.can-not-select{opacity:0.5}#payment-method{padding-top:134px;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.pac-container{z-index:1100 !important}.coupon-message{text-align:center;margin:50px 0;cursor:pointer;color:#2562e9;font-family:'SFProTextBold';font-weight:700;font-size:14px}.card-padding{padding:0 10px}.discount-tag{width:-moz-fit-content;width:-webkit-fit-content;width:fit-content;max-width:100%;color:white;line-height:initial;border-radius:2px;background-color:#2562e9;padding:0 0.5em;text-align:center;font-family:'SFProTextBold';font-weight:700}.product-original-price{color:#595959;text-decoration:line-through}.cart-original-price{font-size:12px;font-family:'SFProTextRegular';color:#595959;text-decoration:line-through;display:block;text-align:right;font-weight:400}.cart-b2b-tips{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.cart-b2b-tips ul{margin:0}.save_for_remove_like{color:#767676 !important}.accessibility-link:focus{text-decoration:underline}.accessibility-link:hover{text-decoration:underline}.accessibility-btn:focus,.accessibility-btn.focus{outline:5px auto -webkit-focus-ring-color}.qtybutton{border-width:0}.modal-product-title{height:auto}.tip_icon{width:20px !important;height:20px !important;margin-right:5px;cursor:pointer}.cart-upc{font-size:14px;color:#595959;font-family:'SFProTextRegular';font-weight:400}.loading{position:fixed;_position:absolute;top:50%;left:50%;width:190px;height:190px;overflow:hidden;z-index:2;background-image:url(../img/loading_icon.a1f28445.gif);background-repeat:no-repeat;margin:-113px 0 0 -105px;scale:60%}.special::before{top:1rem !important}.special::after{top:1rem !important}.business-name-info{display:-webkit-box;word-break:break-word}

