@media screen and (min-width: 1101px) {
  .prd-fil-toggle-head,
  .prd-fil-fb {
    display: none;
  }
}
@media screen and (max-width: 1100px) {
  .prd-side .prd-content {
    padding-bottom: 0;
  }
  .prd-side .prd-right {
    margin-bottom: 0;
  }
  .prd-side .prd-left {
    order: 1;
  }
  .prd-side .prd-left .prd-left-inner {
    position: static;
    padding-bottom: 2.4rem;
  }
  .prd-side .prd-fil-ctr {
    margin-top: 1rem;
  }
  .prd-side .prd-fil-ctr-btn {
    display: none;
  }
  .prd-side .prd-fil-ctr-reset {
    width: 100%;
  }
  .prd-side .prd-fil::before {
    display: none;
  }
  .prd-side .prd-fil .prd-fil-over {
    overflow: visible;
  }
  .prd-side .prd-fil .prd-fil-top {
    display: none;
  }
  .prd-side .prd-fil .prd-fil-opt {
    display: none;
  }
  .prd-side .prd-fil .prd-fil-fb {
    font-weight: 700;
  }
  .prd-side .prd-fil .prd-fil-right .prd-fil-gr {
    display: block !important;
    padding: 0;
  }
  .prd-side .prd-fil .prd-fil-right .prd-fil-gr:not(:first-child) {
    margin-top: 1.2rem;
  }
  .prd-side .prd-fil .prd-fil-right .prd-fil-gr:not(:last-child) {
    padding-bottom: 1.2rem;
    border-bottom: 0.1rem solid #d0d5dd;
  }
  .prd-side .prd-fil .prd-fil-right .prd-fil-panel {
    display: block !important;
  }
  .prd-side .prd-fil .prd-fil-right .prd-fil-panel:not(:first-child) {
    margin-top: 1.2rem;
  }
  .prd-side .prd-fil .prd-fil-item:has(.prd-fil-upload) {
    width: 100% !important;
  }
  .prd-side .prd-fil .prd-fil-toggle .prd-fil-toggle-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0.5rem 1rem;
    font-size: 2rem;
    font-weight: 700;
  }
  .prd-side .prd-fil .prd-fil-toggle .prd-fil-toggle-head .icon {
    width: 2rem;
    height: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.4s;
  }
  .prd-side .prd-fil .prd-fil-toggle .prd-fil-toggle-head .icon i {
    font-size: 1.6rem;
  }
  .prd-side .prd-fil .prd-fil-toggle.active .prd-fil-toggle-head .icon {
    transform: rotate(180deg);
  }
  .prd-content-bot {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: white;
    padding: 1.5rem 14rem;
    z-index: 10;
    gap: 1rem;
    box-shadow: 0px 0px 10px 13px rgba(0, 0, 0, 0.3);
    border-radius: 2.4rem 2.4rem 0 0;
  }
}
@media screen and (max-width: 1100px) and (max-width: 600px) {
  .prd-content-bot {
    padding: 1.5rem;
  }
  .prd-content-bot .btn-gr {
    width: 100%;
  }
  .prd-content-bot .btn-gr #productCart {
    flex: 1;
  }
  .prd-content-bot .btn-gr #productCart .btn {
    width: 100%;
  }
  .prd-content-bot .prd-content-count {
    width: fit-content !important;
  }
  .prd-content-bot #productPrice {
    width: fit-content !important;
  }
  .prd-content-bot .pro-price {
    font-size: 2rem;
  }
}
@media screen and (max-width: 1100px) {
  .prd-content-bot.processing {
    opacity: 1 !important;
    background-color: white !important;
  }
}

/*# sourceMappingURL=update.css.map */
