input {
  /* outline: none;
  background: rgba(0, 0, 0, 0);
  border: none !important;
  outline: medium;
  width: 100%;
  height: 50px; */
}

input:focus {
  outline: none;
  /* border: none !important;
  background-color: rgba(0, 0, 0, 0); */
}

/* 隐藏主页面滚动条 */
.no-scroll {
  overflow: hidden;
}

/* 使菜单栏在阴影层显示时可滚动 */
.allow-scroll {
  overflow-y: auto;
}

.product-form #shopify-block-klarna_on_site_messaging_app_block_yfD4gc,
.product-form #shopify-block-klarna_on_site_messaging_app_block_xkFPmi{
  display:none;
}

.metafield-rich_text_field{
  word-wrap: break-word;
  word-break: break-word;
}
.metafield-rich_text_field {
  word-wrap: break-word;
  word-break: break-word;
}
h4 {
  font-weight: 600 !important;
}


:root {
  --container: 1360px;
  --section-gap: 40px;
  --my-black: #000000;
  --my-black1: #333333;
  --my-white: #ffffff;
  --my-grey: #666666;
  --my-red: #CF1A1B;
  --my-blue: #0B4081;
  --my-green: #1F9F2B;
  --my-border: #DDDDDD;
}

.in-stock {
  color: #006F00;
}
.out-stock {
  color: #515151;
}


.header-container {
  width: 100%;
  max-width: 100%;
  padding-left: 4rem;
  padding-right: 4rem;
}
.header__icon-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1 !important;
}
.header__cart-count {
  font-size: 12px;
  height: 16px;
  min-width: 16px;
  background: var(--my-red);
  right: -8px !important;
}





@media screen and (min-width: 741px) {
  .container {
    width: calc(var(--container));
    max-width: 100%;
    padding-left: 40px;
    padding-right: 40px;
  }

  .section-padding-top {
    margin-top: 20px;
  }
  .section-padding-bottom {
    margin-bottom: 20px;
  }
  .section-padding-top1 {
    margin-top: 80px;
  }
  .section-padding-bottom1 {
    margin-bottom: 80px;
  }

  .video-play {
    cursor: pointer;
  }

  .view-all {
    font-weight: 300;
    color: var(--my-grey);
    text-decoration: underline;
    line-height: 1.3 !important;
    margin-left: 20px;
  }

  .my-40 {
    font-size: 40px !important;
    line-height: 1.3 !important;
  }

  .my-38 {
    font-size: 38px !important;
    line-height: 1.3 !important;
  }

  .my-36 {
    font-size: 36px !important;
    line-height: 1.3 !important;
  }

  .my-34 {
    font-size: 34px !important;
    line-height: 1.3 !important;
  }

  .my-32 {
    font-size: 32px !important;
    line-height: 1.3 !important;
  }

  .my-30{
    font-size: 30px !important;
    line-height: 1.3 !important;
  }

  .my-28 {
    font-size: 28px !important;
    line-height: 1.3 !important;
  }

  .my-26 {
    font-size: 26px !important;
    line-height: 1.3 !important;
  }

  .my-24 {
    font-size: 24px !important;
    line-height: 1.3 !important;
  }

  .my-22 {
    font-size: 22px !important;
    line-height: 1.3 !important;
  }

  .my-20 {
    font-size: 20px !important;
    line-height: 1.3 !important;
  }

  .my-18 {
    font-size: 18px !important;
    line-height: 1.3 !important;
  }

  .my-16 {
    font-size: 16px !important;
    line-height: 1.3 !important;
  }

  .my-14 {
    font-size: 14px !important;
    line-height: 1.3 !important;
  }

  .my-12 {
    font-size: 12px !important;
    line-height: 1.3 !important;
  }

  .my-h4 {
    line-height: 1.3 !important;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 0;
  }

  

  .header__linklist-item .header__linklist-link svg {
    display: none;
  }

  .header__linklist-item.has-dropdown .header__linklist-link svg {
    display: block;
  }

  .link--animated::after {
    display: none;
  }


  :root {
    --product-list-block-spacing: 20px;
    --product-list-column-gap: 20px !important;
    --vertical-breather: 40px;
  }

  .breadcrumb__list {
    padding: 40px 0 0;
  }
  .breadcrumb__link {
    color: var(--my-grey);
  }
  a.breadcrumb__link {
    color: var(--my-blue);
    opacity: 1 !important;
  }
  a.breadcrumb__link:hover {
    text-decoration: underline;
  }


  /* article */
  .article-item {
    display: flex;
    flex-direction: column;
  }
  .article-item__content {
    flex: 1;
    border: 1px solid #999;
    border-top: 0;
  }
  .article-item__image-container {
    margin-bottom: 0;
  }
  .article-item__image-box {
    height: 220px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: transform .5s ease;
  }
  .article-item:hover .article-item__image-box {
    transform: scale(1.03);
  }   
  .article-item__image {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
  .article-item__content {
    padding: 15px;
  }
  .article-item__category {
    display: block !important;
    font-weight: 600;
    color: var(--my-blue);
    letter-spacing: 0;
    margin-bottom: 4px !important;
  }
  .article-item__title {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-transform: capitalize;
    font-weight: 600;
  }
  .article-item__title a {
    display: block;

  }
  .article-item__excerpt {
    font-weight: 300;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    overflow: hidden;
    text-transform: capitalize;
    margin-top: 2px;
  }
  .read-more {
    display: block;
    font-weight: 300;
    text-decoration: underline;
    color: var(--my-blue);
    margin-top: 20px;
  }
  .read-more svg {
    margin-left: 4px;
  }
  .article__meta-item {
    display: block;
    font-weight: 300;
  }
  .article-item-bottom {
    display: flex;
    gap: 10px;
    font-weight: 300;
    margin-top: 10px;
  }



  klarna-placement::part(osm-container){
    border: 0 !important;
    text-align: left !important;
    font-size: 16px !important;
    padding-left: 0 !important;
  }

  .product__thumbnail-list.hide-scrollbar {
    overflow-y: auto;
  }

}

@media screen and (max-width: 740px) {
  .container {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .section-padding-top {
    margin-top: 20px;
  }
  .section-padding-bottom {
    margin-bottom: 20px;
  }
  .section-padding-top1 {
    padding-top: 40px;
  }
  .section-padding-bottom1 {
    padding-bottom: 40px;
  }

  .header__icon-wrapper {
    display: flex;
    align-items: center;
    gap: 2px;
    font-size: 14px;
    font-weight: 500;
  }

  .video-play {
    cursor: pointer;
  }

  .view-all {
    font-size: 14px;
    font-weight: 300;
    color: var(--my-grey);
    text-decoration: underline;
    line-height: 1.3 !important;
    /* margin-left: 20px; */
  }

  .header__linklist-item .header__linklist-link svg {
    display: none;
  }

  .header__linklist-item.has-dropdown .header__linklist-link svg {
    display: block;
  }

  .link--animated::after {
    display: none;
  }

  :root {
    --product-list-block-spacing: 20px;
    --product-list-column-gap: 20px !important;
    --vertical-breather: 40px;
  }

  .product-item-meta__title { 
    font-size: 16px !important;
  }

  .breadcrumb {
    font-size: 14px !important;
  }

  .swiper-box {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px !important;
    gap: 20px !important;
  }

  klarna-placement::part(osm-container){
    border: 0 !important;
    text-align: left !important;
    font-size: 14px !important;
    padding-left: 0 !important;
  }

  /* 弹窗 */
  .shipping-popup_shadow {
    background-color: rgba(0, 0, 0, 0.75);
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999;
    cursor: pointer;
    width: 100%;
    height: 100%;
    overflow: hidden;
    overflow-y: auto;
  }
  .shipping-popup-main {
    position: fixed;
    min-width: 90%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1001;
    font-size: 14px;
    background: #fff;
    padding: 30px 20px;
    border-radius: 6px;
  }


  .shipping-popup-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
  }
  .shipping-popup-title {
    font-size: 16px;
    font-weight: 600;
  }
  .shipping-popup-content {
    font-size: 16px;
    line-height: 1.5;
  }
  .shipping-popup-imgbox {
    cursor: pointer;
  }
}

.swiper-button-next,
.swiper-button-prev {
  position: unset;
  width: fit-content;
  height: fit-content;
  z-index: 3;
  margin-top: 0;
}

.swiper-button-next::after,
.swiper-button-prev::after {
  display: none !important;
}

.swiper-button-prev,
.swiper-button-next,
.swiper-pagination {
  z-index: 2 !important;
}

.swiper-scrollbar {
  left: 0 !important;
  width: 100% !important;
}


@media screen and (min-width: 741px) { 
  .track123_form_wrapper {
    background: var(--my-white) !important;
    box-shadow: 0px 6px 15px 1px rgba(4,0,0,0.05) !important;
    padding: 28px 22px !important;
  }
  
  #track123-app .track123_track_form_title {
    margin-bottom: 12px !important;
    line-height: 1 !important;
  }
  .track123_tracking_above {
    margin-bottom: 16px !important;
    color: var(--my-grey) !important;
  }
  .track123_two_form_wrapper {
    background: var(--my-white) !important;
    border: 0 !important;
    border-radius: 0 !important;
    padding: 0 !important;
    justify-content: space-between !important;
    gap: 30px;
  }
  
  .track123_form_input {
    border-color: #ccc !important;
  }
  
  
  .track123_form_wrapper .track123_two_form_wrapper .track123_form_button {
    font-size: 22px !important;
    font-weight: 600;
    letter-spacing: 0;
    text-transform: capitalize !important;
    background: #CF1A1B !important;
    color: #FFFFFF;
    border-radius:0;
    padding: 0px 15px;
    width: 100% !important;
  }
  
  .track123_input_wrapper {
    width: 50% !important;
  }
  
  .track123_input_container {
    width: 100% !important;
  }
  
  .track123_tracking_line_center {
    top: 10%;
    left: 49.3%;
  }


  /* 组合购买 */
  .cbb-frequently-bought-container {
    background: var(--my-white) !important;
    margin: 0 !important;
    margin-bottom: 20px !important;
    font-size: 18px !important;
    font-weight: 300 !important;
  }
  .cbb-frequently-bought-title {
    font-size: 28px !important;
    font-weight: 600 !important;
  }
  .cbb-frequently-bought-discount-message {
    font-size: 18px !important;
    font-weight: 600 !important;
  }
  .cbb-frequently-bought-plus-icon {
    font-weight: 600 !important;
  }
  .cbb-frequently-bought-add-button {
    line-height: 48px !important;
    color: #333 !important;
    border: 1px solid #000 !important;
    background: var(--my-white) !important;
    padding: 0 !important;
    padding-left: 35px !important;
    padding-right: 35px !important;
  }
  .cbb-frequently-bought-add-button span {
    font-size: 26px !important;
    font-weight: 600 !important;
    letter-spacing: 0 !important;
    text-transform: capitalize !important;
    color: #333 !important;
  }
  .cbb-frequently-bought-selector-label-name {
    font-weight: 300 !important;
  }
  .cbb-frequently-bought-selector-input {

  } 
  .cbb-frequently-bought-total-price-sale-price {
    font-size: 40px !important;
    color: #000 !important;
  }
  .cbb-frequently-bought-total-price-was-price {
    font-size: 18px !important;
    color: #333 !important;
  }

  .cbb-frequently-bought-selector-label-sale-price,
  .cbb-frequently-bought-selector-label-regular-price {
    font-size: 26px !important;
    color: #000 !important;
  }
  .cbb-frequently-bought-selector-label-compare-at-price {
    font-size: 18px !important;
    color: #333 !important;
  }
}


@media screen and (max-width: 740px) { 
  #gladlyChat_container.cleanslate {
    bottom: 6rem !important;
  }

  #track123-app .track123_track_form_title {
    font-size: 24px !important;
    margin-bottom: 12px !important;
    line-height: 1 !important;
  }
  .track123_tracking_above {
    font-size: 16px;
    text-align: center;
    margin-bottom: 10px !important;
  }

  .track123_form_input {
    border-color: #ccc !important;
    background: #EFEFEF !important;
  }


  .track123_form_wrapper .track123_two_form_wrapper .track123_form_button {
    font-size: 18px !important;
    font-weight: 600;
    letter-spacing: 0;
    text-transform: capitalize !important;
    background: #CF1A1B !important;
    color: #FFFFFF;
    border-radius:0;
    padding: 0px 15px;
    width: 100% !important;
  }

  /* 组合购买 */
  .cbb-frequently-bought-container {
    background: var(--my-white) !important;
    margin: 0 !important;
    margin-bottom: 20px !important;
    font-size: 16px !important;
    font-weight: 300 !important;
    padding: 15px !important;
  }
  .cbb-frequently-bought-title {
    font-size: 20px !important;
    font-weight: 600 !important;
  }
  .cbb-frequently-bought-discount-message-container {
    text-align: left !important;
  }
  .cbb-frequently-bought-discount-message {
    font-size: 16px !important;
    font-weight: 600 !important;
  }
  .cbb-frequently-bought-plus-icon {
    font-weight: 600 !important;
  }
  .cbb-frequently-bought-add-button {
    line-height: 48px !important;
    color: #333 !important;
    border: 1px solid #000 !important;
    background: var(--my-white) !important;
    padding: 0 !important;
    padding-left: 35px !important;
    padding-right: 35px !important;
  }
  .cbb-frequently-bought-add-button span {
    font-size: 26px !important;
    font-weight: 600 !important;
    letter-spacing: 0 !important;
    text-transform: capitalize !important;
    color: #333 !important;
  }
  .cbb-frequently-bought-selector-label-name {
    font-weight: 300 !important;
  }
  .cbb-frequently-bought-selector-input {

  } 
  .cbb-frequently-bought-total-price-sale-price {
    font-size: 34px !important;
    color: #000 !important;
  }
  .cbb-frequently-bought-total-price-was-price {
    font-size: 16px !important;
    color: #333 !important;
  }

  .cbb-frequently-bought-selector-list {
    margin-top: 0 !important;
  }
  .cbb-frequently-bought-selector-label-sale-price,
  .cbb-frequently-bought-selector-label-regular-price {
    font-size: 20px !important;
    color: #000 !important;
  }
  .cbb-frequently-bought-selector-label-compare-at-price {
    font-size: 16px !important;
    color: #333 !important;
  }
}
/* 
#ShopifyChat {
  bottom: 16rem !important;
  right: 8px !important;
  /* z-index: 3 !important; */
} */



.jd-lange-price {
  line-height: 0.8;
}



#shopify-osm-klarna_on_site_messaging_app_block_yfD4gc {
  margin-top: 0;
}


klarna-placement::part(osm-container),
klarna-placement::part(osm-logo),
klarna-placement::part(osm-cta)
{
  font-family: 'Roboto Condensed'
}

#zoid-paypal-message-uid_ca48172b22_mde6mjy6mty .message,
#zoid-paypal-message-uid_ca48172b22_mde6mjy6mty button{
  font-family: 'Roboto Condensed' !important;
}


/* 评星 */
.alr-wh-star-rating-detail {
  z-index: 2 !important;
}

#trustedsite-tm-image {
  bottom: 93px !important;
}

product-payment-terms {
  margin-top: 15px;
}
product-payment-terms shopify-payment-terms {
  font-size: 14px;
}

