.magictime {
  animation-duration: 1s;
}
.account-page {
  padding: 10px 16px;
}
@media (min-width: 1024px) {
  .account-page {
    padding: 20px 30px;
  }
}
.account-page h1 {
  font-weight: 700;
  font-size: 28px;
  line-height: 36px;
  margin: 0 0 10px;
}
@media (min-width: 1024px) {
  .account-page h1 {
    font-size: 60px;
    line-height: 46px;
    margin: 0 0 30px;
  }
}
.account-page .btn {
  white-space: nowrap;
}
.account-page .btn-blue-o .icon:last-child {
  margin-left: 6px;
}
.account-page .btn-damage {
  width: 100%;
  height: 40px;
  margin: 0 0 32px;
}
@media (min-width: 768px) {
  .account-page .btn-damage {
    position: absolute;
    top: 88px;
    right: 16px;
    width: 180px;
    margin: 0;
  }
}
@media (min-width: 1024px) {
  .account-page .btn-damage {
    top: 130px;
    right: 30px;
  }
}
.account-page .btn-damage .icon {
  margin-left: 8px;
  background-color: #117FF5;
}
.account-nav {
  display: flex;
  list-style-type: none;
  padding: 0 15px;
  margin: 0 -15px 20px;
  border-bottom: 1px solid #DCE8FA;
  overflow: auto;
  white-space: nowrap;
}
@media (min-width: 1024px) {
  .account-nav {
    margin: 0 -30px 20px;
    padding: 0 30px;
  }
}
.account-nav + .account-box {
  margin-top: 30px;
}
.account-nav li:not(:last-child) {
  margin-right: 20px;
}
.account-nav a,
.account-nav span {
  display: block;
  padding: 0 0 8px;
  border-bottom: 5px solid transparent;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #667894;
}
.account-nav a:hover,
.account-nav span:hover {
  color: #117FF5;
}
.account-nav a.active,
.account-nav span.active {
  color: #117FF5;
  border-color: #117FF5;
}
.account-box {
  overflow: hidden;
  margin: 0 -16px 16px;
}
@media (min-width: 768px) {
  .account-box {
    border-radius: 4px;
  }
}
@media (min-width: 1024px) {
  .account-box {
    max-width: 546px;
  }
}
.account-box:hover {
  background: #F3F8FE;
}
.account-box.is-open .account-box-title .icon {
  transform: rotate(180deg);
}
.account-box.is-open:hover {
  background: transparent;
}
.account-box-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 24px;
  line-height: 32px;
  font-weight: 500;
  cursor: pointer;
  padding: 12px 16px;
}
.account-box-body {
  display: none;
  padding: 10px 16px;
}
.account-box .address-form {
  max-width: 100%;
}
.account-box .address-form .input-wrap {
  margin-bottom: 16px;
}
.account-box .btn-blue {
  width: 100%;
}
.account-box .billing {
  padding: 16px 0 32px;
}
.account-subtitle {
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  margin: 0 0 16px;
}
@media (min-width: 1024px) {
  .account-subtitle {
    font-size: 24px;
    line-height: 24px;
  }
}
.account-bottom {
  text-align: center;
}
@media (min-width: 768px) {
  .account-bottom {
    display: flex;
    justify-content: space-between;
    padding: 10px 0 0;
  }
}
.account-bottom .btn {
  background: #F3F8FE;
  margin: 0 0 24px;
  width: 100%;
}
.account-bottom .btn:hover {
  color: #117FF5;
  background: rgba(17, 127, 245, 0.2);
}
@media (min-width: 768px) {
  .account-bottom .btn {
    max-width: 240px;
    padding: 0;
  }
}
.account-bottom .pagination {
  justify-content: center;
  overflow: auto;
}
.reset-page {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 30px 15px 20px;
}
@media (min-width: 1024px) {
  .reset-page {
    padding: 30px;
  }
}
.reset-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-grow: 1;
  width: 100%;
  max-width: 440px;
  margin: auto;
}
@media (min-width: 1024px) {
  .reset-content {
    max-width: 540px;
  }
}
.reset-content img {
  margin: 0 auto 20px;
}
.reset-content .title {
  font-weight: 700;
  font-size: 28px;
  line-height: 40px;
  margin: 0 0 24px;
}
@media (min-width: 768px) {
  .reset-content .title {
    font-size: 40px;
    line-height: 60px;
    margin: 0;
  }
}
@media (min-width: 1024px) {
  .reset-content .title {
    font-size: 60px;
    line-height: 72px;
    margin: 0 0 20px;
  }
}
.reset-content .text {
  text-align: center;
}
.reset-content form {
  margin-top: auto;
  width: 100%;
}
@media (min-width: 576px) {
  .reset-content form {
    margin-top: 20px;
  }
}
@media (min-width: 1024px) {
  .reset-content form {
    margin-top: 80px;
  }
}
.reset-content .input-wrap {
  margin-bottom: 20px;
}
.reset-content .btn {
  width: 100%;
}
.registered-page {
  display: flex;
  flex-direction: column;
  padding: 20px 15px;
  background: #117FF5;
  color: #fff;
}
@media (min-width: 768px) {
  .registered-page {
    padding: 50px 20px 30px;
  }
}
@media (min-width: 1024px) {
  .registered-page {
    padding: 60px 30px 30px;
  }
}
.registered-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto 30px;
  width: 100%;
  max-width: 520px;
}
.registered-content img {
  max-width: 40px;
  margin: 0 0 15px;
}
@media (min-width: 768px) {
  .registered-content img {
    max-width: 60px;
    margin: 0 0 20px;
  }
}
@media (min-width: 1024px) {
  .registered-content img {
    max-width: 80px;
  }
}
.registered-content .title {
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  margin: 0 0 30px;
  text-align: center;
}
@media (min-width: 768px) {
  .registered-content .title {
    font-size: 24px;
    line-height: 32px;
    margin: 0 0 44px;
  }
}
@media (min-width: 1024px) {
  .registered-content .title {
    font-size: 40px;
    line-height: 50px;
  }
}
@media (min-width: 768px) {
  .registered-content .title br {
    display: none;
  }
}
.registered-content form {
  width: 100%;
}
@media (min-width: 768px) {
  .registered-content form {
    display: flex;
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .registered-content .input-icon {
    top: 18px;
  }
}
.registered-content .input-wrap {
  width: 100%;
}
.registered-content .btn {
  width: 100%;
}
@media (min-width: 768px) {
  .registered-content .btn {
    min-width: 190px;
    max-width: 190px;
    height: 56px;
    margin: 0 0 0 16px;
  }
}
.registered-nav {
  margin: auto 0 0;
}
@media (min-width: 768px) {
  .registered-nav {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
.registered-nav .item {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-grow: 1;
  min-height: 160px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 12px;
  padding: 15px;
  color: #fff;
  margin-top: 10px;
}
.registered-nav .item:hover {
  background: rgba(255, 255, 255, 0.4);
}
@media (min-width: 768px) {
  .registered-nav .item {
    min-width: calc(50% - 10px);
    max-width: calc(50% - 10px);
    margin-top: 20px;
  }
}
@media (min-width: 1024px) {
  .registered-nav .item {
    min-width: calc(25% - 10px);
    max-width: calc(25% - 10px);
  }
}
.registered-nav .title {
  max-width: 150px;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
}
.registered-nav .small-text {
  position: absolute;
  left: 15px;
  bottom: 15px;
  font-weight: 500;
  font-size: 12px;
  line-height: 20px;
  text-transform: uppercase;
}
.registered-nav img {
  max-width: 40px;
}
.cart-page {
  padding: 24px 16px 50px;
}
@media (min-width: 1024px) {
  .cart-page {
    padding: 48px 30px 50px;
  }
}
.cart-page .breadcrumbs {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 1024px) {
  .cart-page .breadcrumbs {
    margin-top: -16px;
  }
}
.cart-page .breadcrumbs .btn-link {
  padding: 0;
}
@media (min-width: 1024px) {
  .cart-page .breadcrumbs .btn-link {
    display: none;
  }
}
.cart-empty {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 50vh;
  max-width: 345px;
  margin: auto;
}
.cart-empty img {
  width: 72px;
  margin: auto auto 32px;
}
@media (min-width: 768px) {
  .cart-empty img {
    margin: 0 auto 32px;
  }
}
.cart-empty .btn {
  margin: 16px 0 0;
  width: 100%;
}
@media (min-width: 1024px) {
  .cart-empty .btn {
    height: 56px;
  }
}
.cart-empty p {
  font-size: 28px;
  line-height: 36px;
  margin: 0 0 auto;
}
@media (min-width: 768px) {
  .cart-empty p {
    margin: 0 0 16px;
  }
}
.cart-body {
  position: relative;
}
@media (min-width: 768px) {
  .cart-body {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
@media (min-width: 1440px) {
  .cart-body {
    display: grid;
    grid-template-areas: "left sum" "bottom sum";
  }
}
.cart-body .tab-body {
  padding: 0 0 20px;
}
@media (min-width: 768px) {
  .cart-left {
    width: 59%;
  }
}
@media (min-width: 1024px) {
  .cart-left {
    width: 680px;
    max-width: 100%;
  }
}
@media (min-width: 1440px) {
  .cart-left {
    grid-area: left;
  }
}
.cart-left .tabs-btn .tab-nav {
  margin: 16px 0 32px;
}
.cart-left .tabs-btn li {
  flex-grow: 1;
}
.cart-left .tabs-btn span {
  width: 100%;
}
.cart-title {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin: 0 0 16px;
}
@media (min-width: 1024px) {
  .cart-title {
    margin: 0 0 24px;
  }
}
.cart-title h1 {
  display: flex;
  align-items: flex-end;
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  margin: 0;
}
@media (min-width: 1024px) {
  .cart-title h1 {
    font-size: 32px;
    line-height: 40px;
  }
}
.cart-title h1 span {
  margin-left: 12px;
  font-size: 56%;
  line-height: 2;
}
.cart-title .btn-link {
  position: absolute;
  top: -44px;
  right: 0;
  display: inline-flex;
  height: 28px;
  padding: 0;
}
@media (min-width: 1024px) {
  .cart-title .btn-link {
    position: relative;
    top: 0;
  }
}
.cart-subtitle {
  font-weight: 500;
  font-size: 20px;
  line-height: 1;
  margin: 0 0 24px;
}
@media (min-width: 1024px) {
  .cart-subtitle {
    font-size: 24px;
  }
}
.cart-items hr {
  border: 0;
  border-bottom: 1px solid #DCE8FA;
}
.cart-item {
  position: relative;
  display: flex;
  align-items: flex-start;
  border: 1px solid #DCE8FA;
  padding: 16px;
  border-radius: 4px;
}
.cart-item:not(:last-child) {
  margin: 0 0 24px;
}
.cart-items {
  margin: 0 0 40px;
}
.cart-item.is-removed .img,
.cart-item.is-removed .available,
.cart-item.is-removed .row {
  opacity: 0.6;
}
.cart-item.is-removed .discount,
.cart-item.is-removed .qty-input {
  display: none;
}
.cart-item.is-removed .btn-remove {
  z-index: 100;
}
.cart-item.is-removed .add-again {
  display: flex;
  opacity: 1;
}
.cart-item-right {
  flex-grow: 1;
}
.cart-item .img {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 40px;
  max-width: 40px;
  height: 40px;
  margin: 0 16px 0 0;
}
@media (min-width: 768px) {
  .cart-item .img {
    min-width: 97px;
    max-width: 97px;
    height: 97px;
  }
}
@media (min-width: 1024px) {
  .cart-item .img {
    min-width: 162px;
    max-width: 162px;
    height: 162px;
  }
}
@media (min-width: 1024px) {
  .cart-item .img:hover img + img {
    display: block;
  }
}
.cart-item .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.cart-item .img img + img {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 2;
  display: none;
  width: auto;
  height: auto;
  max-width: 240px;
  background: #fff;
  border: 1px solid #DCE8FA;
  padding: 8px;
}
.cart-item .btn-remove {
  position: absolute;
  top: 10px;
  right: 16px;
  height: 20px;
  padding: 0;
  color: #667894;
  font-weight: 500;
  font-size: 12px;
  line-height: 1;
  background: transparent;
  border: 0;
}
.cart-item .btn-remove:hover {
  color: #242F39;
}
.cart-item .available {
  font-weight: 700;
  font-size: 12px;
  line-height: 18px;
  margin: 0 0 3px;
  color: #09CF34;
}
.cart-item .available.not {
  color: #FD4040;
}
.cart-item .row {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.cart-item .discount {
  margin: 0 0 3px;
  color: #FB7234;
  font-weight: 700;
  font-size: 12px;
  line-height: 18px;
  text-align: right;
}
.cart-item .bonus {
  display: inline-block;
  margin: 0 0 6px;
  padding: 0 4px;
  border-radius: 4px;
  color: #fff;
  background: #09CF34;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
}
.cart-item .name {
  margin: 0 0 5px;
}
@media (min-width: 1024px) {
  .cart-item .name {
    font-size: 18px;
    line-height: 28px;
  }
}
.cart-item .price {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0 4px;
  font-weight: 700;
  font-size: 16px;
  line-height: 1;
  white-space: nowrap;
}
.cart-item .price:not(:last-child) {
  margin: 0 0 4px;
}
@media (max-width: 576px) {
  .cart-item .per-item {
    order: -1;
    width: 100%;
    margin: 0 0 6px;
  }
}
.cart-item .per-panel {
  color: #667894;
}
.cart-item .per-watt {
  color: #667894;
  font-size: 12px;
  line-height: 1.5;
}
.cart-item sup {
  top: -0.5em;
  font-size: 10px;
}
.cart-item .old {
  margin-right: 0;
}
.cart-item .old sup {
  top: -0.3em;
}
@media (min-width: 576px) {
  .cart-item .old sup {
    top: -0.5em;
  }
}
.cart-item .save {
  color: #09CF34;
  font-size: 12px;
}
@media (min-width: 576px) {
  .cart-item .save {
    margin-top: 2px;
  }
}
.cart-item .save sup {
  top: -0.25em;
}
@media (max-width: 576px) {
  .cart-item .old,
  .cart-item .save {
    font-weight: 400;
    font-size: 12px;
  }
}
.cart-item .summ {
  font-weight: 700;
  margin: 0 0 0 16px;
  text-align: right;
  font-size: 18px;
  line-height: 1;
}
@media (min-width: 768px) {
  .cart-item .summ {
    font-size: 20px;
  }
}
.cart-item .summ-pallet {
  padding-bottom: 26px;
}
.cart-item .summ sup {
  top: -0.7em;
  font-weight: 700;
}
.cart-item .qty-line {
  margin-top: 24px;
}
.cart-item .qty-input {
  margin-top: 16px;
  height: 40px;
  line-height: 40px;
}
.cart-item .qty-plus,
.cart-item .qty-minus {
  min-width: 40px;
}
.cart-item .count {
  max-width: 100%;
  height: 100%;
}
@media (min-width: 768px) {
  .cart-item .not-enough {
    flex-wrap: wrap;
    flex-direction: row;
  }
}
@media (min-width: 1200px) {
  .cart-item .not-enough {
    padding: 20px;
  }
}
@media (min-width: 768px) {
  .cart-item .not-enough img {
    max-width: 24px;
    min-width: 24px;
    margin: 0 10px 0 0;
  }
}
@media (min-width: 1200px) {
  .cart-item .not-enough img {
    max-width: 44px;
    min-width: 44px;
    margin: 0 20px 0 0;
  }
}
@media (min-width: 768px) {
  .cart-item .not-enough p {
    width: calc(100% - 34px);
    font-size: 16px;
    line-height: 24px;
    text-align: left;
  }
}
@media (min-width: 1200px) {
  .cart-item .not-enough p {
    width: calc(100% - 64px);
    font-size: 20px;
    line-height: 30px;
  }
}
@media (min-width: 768px) {
  .cart-item .not-enough .btns {
    flex-direction: column;
    align-items: center;
  }
}
@media (min-width: 1024px) {
  .cart-item .not-enough .btns {
    flex-direction: row;
    justify-content: flex-end;
  }
}
@media (min-width: 768px) {
  .cart-item .not-enough .btns:before {
    display: none;
  }
}
@media (min-width: 768px) {
  .cart-item .not-enough button {
    min-width: 250px;
    border-radius: 4px;
    margin: 10px 5px 0;
  }
}
@media (min-width: 1024px) {
  .cart-item .not-enough button {
    min-width: 200px;
    border: 1px solid #667894;
    background: rgba(102, 120, 148, 0.05);
  }
}
@media (min-width: 768px) {
  .cart-item .not-enough button:first-child {
    color: #DCE8FA;
    opacity: 0.4;
  }
}
@media (min-width: 1024px) {
  .cart-item .not-enough button:first-child {
    color: #fff;
    opacity: 1;
  }
}
@media (min-width: 768px) {
  .cart-item .not-enough button:last-child {
    border: 1px solid #667894;
    background: rgba(102, 120, 148, 0.05);
  }
}
.cart-bottom {
  width: 100%;
  margin-top: 40px;
}
@media (min-width: 768px) {
  .cart-bottom {
    width: 59%;
  }
}
@media (min-width: 1024px) {
  .cart-bottom {
    width: 680px;
    max-width: 100%;
  }
}
@media (min-width: 1440px) {
  .cart-bottom {
    grid-area: bottom;
  }
}
.cart-bottom-offer {
  width: 100% ;
  margin: 14px 0 0;
  color: #667894;
  font-size: 14px;
  line-height: 20px;
}
.cart-bottom-offer a {
  display: inline-block;
  color: #667894;
  font-weight: 600;
  border-bottom: 1px solid rgba(102, 120, 148, 0.29);
}
.cart-bottom-offer a:hover {
  color: #117FF5;
}
.cart-bottom-inner {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
.cart-bottom-label {
  display: block;
  margin: 0 0 16px;
  color: #242F39;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.4;
}
.cart-bottom .input-wrap.email {
  flex-grow: 1;
  width: 100%;
  margin: 0 0 16px;
}
@media (min-width: 1024px) {
  .cart-bottom .input-wrap.email {
    max-width: calc(60% - 16px);
    min-width: calc(60% - 16px);
    margin: 0 16px 0 0;
  }
}
@media (min-width: 1024px) {
  .cart-bottom .input-wrap.email .input-icon {
    top: 18px;
  }
}
.cart-bottom .btn {
  white-space: nowrap;
}
.cart-bottom .btn-orange,
.cart-bottom .btn-blue {
  flex-grow: 1;
  max-width: 100%;
  height: 56px;
}
@media (min-width: 1024px) {
  .cart-bottom .btn-checkout {
    padding: 0 20px;
    height: 56px;
  }
}
.cart-bottom .btn-zelle {
  width: 100%;
  background: #6D1FD4;
  border-color: #6D1FD4;
  color: #fff;
  height: 56px;
}
.cart-bottom .btn-zelle:hover {
  opacity: 0.85;
}
.cart-bottom .pay {
  margin-right: auto;
}
.cart-bottom .pay sup {
  top: -0.25em;
}
.cart-alert {
  position: relative;
  z-index: 1;
  background: #F6F7FB;
  margin: -27px 0 24px;
  padding: 10px 16px;
  border-radius: 0 0 4px 4px;
  border: 1px solid #DCE8FA;
}
@media (min-width: 1024px) {
  .cart-alert {
    display: flex;
    align-items: center;
  }
}
.cart-alert-blue {
  background: #FFEEE7;
}
.cart-alert-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  min-width: 36px;
  max-width: 36px;
  height: 36px;
  margin: 2px 12px 0 0;
  padding: 7px;
  border-radius: 50%;
}
@media (min-width: 1024px) {
  .cart-alert-icon {
    margin: 0 12px 0 0;
  }
}
.cart-alert > div {
  display: flex;
  align-items: flex-start;
}
@media (min-width: 1024px) {
  .cart-alert > div {
    align-items: center;
  }
}
.cart-alert .icon {
  margin: 1px 8px 0 0;
  -webkit-mask-size: 16px;
  mask-size: 16px;
  width: 16px;
  min-width: 16px;
  height: 16px;
  background-color: #242F39;
}
.cart-alert .btn {
  height: auto;
  margin: 4px 0 0 48px;
  padding: 0;
  color: #FB7234;
  line-height: 20px;
}
@media (min-width: 1024px) {
  .cart-alert .btn {
    margin: 0 0 0 auto;
  }
}
.cart-alert .symbol {
  line-height: 1;
  cursor: pointer;
}
.cart-alert-payment {
  margin-top: -26px;
}
.cart-mvp {
  margin: -24px 0 24px;
  border-radius: 4px;
  border: 1px solid #F6F7FB;
  overflow: hidden;
  transition: all 0.2s;
}
@media (min-width: 1024px) {
  .cart-mvp {
    margin: -16px 0 40px;
  }
}
.cart-mvp.is-open {
  border-color: #117FF5;
}
.cart-mvp.is-open .cart-mvp-header {
  background: #F0F7FF;
}
.cart-mvp.is-open .cart-mvp-body {
  border-top: 1px solid #117FF5;
  max-height: 300px;
  padding: 16px;
}
@media (min-width: 1024px) {
  .cart-mvp.is-open .cart-mvp-body {
    padding: 20px 16px;
  }
}
.cart-mvp-header {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 16px;
  background: #F6F7FB;
  cursor: pointer;
  transition: all 0.3s;
}
.cart-mvp-header .toggler {
  pointer-events: none;
}
.cart-mvp-header .toggler label {
  padding-left: 44px;
}
.cart-mvp-header p {
  margin: 0 16px 0 0;
  font-weight: 500;
}
.cart-mvp-body {
  position: relative;
  max-height: 0;
  transition: all 0.4s;
  padding: 0 16px;
  overflow: hidden;
}
.cart-mvp-body p {
  margin: 0;
}
.cart-mvp-engineer {
  display: flex;
  align-items: center;
  margin: 0 0 16px;
}
@media (min-width: 1024px) {
  .cart-mvp-engineer {
    margin: 0 0 12px;
  }
}
.cart-mvp-engineer img {
  min-width: 48px;
  max-width: 48px;
  margin-right: 12px;
  border-radius: 50%;
}
.cart-mvp-engineer .name {
  font-weight: 500;
}
.cart-mvp-engineer .gray {
  font-size: 14px;
  line-height: 1.4;
}
.checkout-liftgate,
.checkout-freight-insurance {
  margin: 0 0 48px;
}
.checkout-liftgate + .checkout-liftgate,
.checkout-liftgate + .checkout-freight-insurance,
.checkout-freight-insurance + .checkout-liftgate,
.checkout-freight-insurance + .checkout-freight-insurance {
  margin-top: -32px;
}
.checkout-liftgate .gray:hover,
.checkout-freight-insurance .gray:hover {
  color: #117FF5;
  cursor: pointer !important;
}
.checkout-liftgate input:checked + label:after,
.checkout-freight-insurance input:checked + label:after {
  left: 16px;
}
.checkout-liftgate label,
.checkout-freight-insurance label {
  display: flex;
  align-items: center;
  height: 56px;
  padding: 16px 16px 16px 44px;
  color: #242F39;
  border: 1px solid #DCE8FA;
  border-radius: 4px;
}
.checkout-liftgate label:hover,
.checkout-freight-insurance label:hover {
  color: #242F39;
}
.checkout-liftgate label:before,
.checkout-freight-insurance label:before {
  left: 16px;
}
.checkout-liftgate span,
.checkout-freight-insurance span {
  margin-left: auto;
  color: #667894;
}
.checkout-liftgate span.free,
.checkout-freight-insurance span.free {
  margin-left: 5px;
  font-weight: 500;
}
.add-again {
  display: none;
  background: #fff;
  align-items: center;
  justify-content: space-between;
  font-weight: 500;
  color: #117FF5;
}
@media (max-width: 768px) {
  .add-again.unavailable {
    flex-direction: column;
    align-items: flex-start;
    margin-top: -10px;
  }
}
@media (max-width: 768px) {
  .add-again.unavailable .btn {
    width: 100%;
    margin: 20px 0 0;
  }
}
.add-again .btn {
  color: #117FF5;
  border-color: #117FF5;
  white-space: nowrap;
  margin: 0 0 0 15px;
}
.add-again .icon {
  margin: 0 0 0 6px;
  background-color: #117FF5;
}
.summary {
  padding: 40px 0 0;
}
@media (min-width: 768px) {
  .summary {
    position: sticky;
    top: 24px;
    width: 39.5%;
    padding: 10px 0 0;
  }
}
@media (min-width: 1024px) {
  .summary {
    width: 412px;
    max-width: calc(100% - 700px);
  }
}
@media (min-width: 1440px) {
  .summary {
    grid-area: sum;
    max-width: 28vw;
  }
}
.summary.no-sticky {
  position: relative;
  top: 0;
}
.summary-alert {
  display: flex;
  align-items: flex-start;
  padding: 8px 16px;
  background: #DEFFCF;
  border-radius: 4px;
  font-size: 14px;
  line-height: 1.4;
  margin-bottom: 10px;
}
.summary-alert .icon {
  min-width: 16px;
  max-width: 16px;
  margin: 2px 8px 0 0;
}
.summary .title {
  font-weight: bold;
  font-size: 20px;
  line-height: 28px;
  margin: 0 0 24px;
}
@media (min-width: 768px) {
  .summary .title {
    font-size: 24px;
    line-height: 1;
  }
}
.summary hr {
  margin: 0 0 24px;
  border: 0;
  border-bottom: 1px solid #DCE8FA;
}
.summary ul {
  margin: 0 0 24px;
  padding: 0;
  list-style-type: none;
}
.summary li {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  line-height: 1.4;
  color: #667894;
}
.summary li:not(:last-child) {
  margin: 0 0 8px;
}
.summary li a,
.summary li span {
  color: #117FF5;
}
.summary li > div:last-child {
  white-space: nowrap;
  padding-left: 30px;
}
.summary .address {
  margin: 0 0 8px;
}
.summary .more-panels {
  color: #242F39;
}
.summary .items,
.summary .subtotal {
  font-weight: bold;
  font-size: 16px;
  line-height: 1.5;
  color: #242F39;
}
.summary .subtotal {
  font-size: 24px;
}
.summary .subtotal sup {
  top: -1.4em;
}
.summary .items {
  margin: 0 0 8px;
}
.summary .same-cost {
  display: flex;
  align-items: flex-start;
  padding: 8px 15px 8px 12px;
  margin: -8px 0 24px;
  background: #F6F7FB;
  border-radius: 4px;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.4;
}
.summary .same-cost .icon {
  margin-top: 2px;
  height: 18px;
  width: 18px;
  min-width: 18px;
  -webkit-mask-size: cover;
}
.summary .same-cost .icon:hover {
  background-color: #242F39;
}
.summary .same-cost p {
  margin: 0 0 0 6px;
}
.summary .credit {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  font-weight: 500;
  color: #117FF5;
  border-radius: 4px;
  background: #F3F8FE;
}
.summary .red {
  display: block;
}
.summary .black {
  font-weight: 500;
}
.summary sup {
  font-size: 8px;
  line-height: 24px;
  top: -0.6em;
}
.promocode {
  display: flex;
  position: relative;
  margin: 0 0 16px;
}
.promocode .input-wrap {
  flex-grow: 1;
  margin: 0;
}
.promocode .btn {
  width: 80px;
  min-width: 80px;
  height: 56px;
  margin: 0 0 0 16px;
}
.secured {
  max-width: 480px;
}
.secured img {
  margin: 0 10px 0 0;
}
.secured p {
  margin: 0 0 10px;
  font-size: 20px;
  line-height: 30px;
}
@media (min-width: 1024px) {
  .secured p {
    font-size: 24px;
    margin: 0 0 20px;
  }
}
.secured .title {
  display: flex;
  align-items: center;
  margin: 0 0 24px;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
}
@media (min-width: 1024px) {
  .secured .title {
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
  }
}
.delivery-method {
  max-width: 370px;
}
.delivery-method .cart-subtitle {
  margin: 0 0 12px;
}
.billing .address-form {
  display: none;
  margin-bottom: -16px;
  padding: 16px 0 0;
}
.billing-toggle.is-open .icon {
  transform: rotate(180deg);
}
.billing-toggle:hover .icon {
  background-color: #FB7234;
}
.billing .cart-subtitle {
  margin: 0 0 24px;
}
.billing .btn {
  height: auto;
  padding: 0;
}
.billing-same {
  display: grid;
  gap: 4px;
}
@media (min-width: 576px) {
  .billing-same {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
  }
}
.billing-kyc {
  display: flex;
  align-items: center;
  gap: 6px;
  width: 210px;
  margin: 4px 0 0;
  padding: 0 10px;
  font-weight: 700;
  font-size: 14px;
  line-height: 24px;
  background: #F6F7FB;
  border-radius: 32px;
  white-space: nowrap;
}
@media (min-width: 576px) {
  .billing-kyc {
    margin: 0;
  }
}
.billing-kyc .icon {
  background-color: #667894;
}
.billing--order {
  position: relative;
  margin: -24px 0 0;
  padding: 0 24px 20px;
  background: #fafcff;
  border: 1px solid #dce8fa;
  border-top: 0;
  border-radius: 0 0 4px 4px;
}
.shipping {
  margin: 0 0 32px;
}
@media (min-width: 1024px) {
  .address-form .input-icon {
    top: 18px;
  }
}
.address-form .input-wrap {
  width: 100%;
  margin: 0 0 16px;
}
@media (min-width: 1024px) {
  .address-form-line .input-wrap {
    margin-bottom: 0;
  }
}
.address-form textarea {
  height: 112px;
}
@media (min-width: 1024px) {
  .address-location-1 {
    display: flex;
    gap: 16px;
  }
}
.address-location-1 .input-wrap {
  flex-grow: 1;
}
.address-location-2 {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 1024px) {
  .address-location-2 .input-wrap {
    width: calc(33% - 8px) !important;
  }
}
@media (min-width: 1024px) {
  .address-location-2 .input-wrap:last-child {
    width: calc(33% - 10px) !important;
  }
}
@media (min-width: 1024px) {
  .address-location-2 .input-wrap:not(:last-child) {
    margin-right: 16px !important;
  }
}
.address-location-2 .input-select-chosen {
  height: 56px;
}
.address-location-2 .input-select-custom.is-open .input-select-chosen {
  height: 58px;
}
.address-location {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 1024px) {
  .address-location .input-state {
    flex-grow: 1;
    max-width: 76%;
  }
}
@media (min-width: 1024px) {
  .address-location .input-state:first-child {
    margin-right: 16px;
  }
}
@media (min-width: 1024px) {
  .address-location .zip {
    max-width: calc(24% - 16px);
  }
}
@media (min-width: 1024px) {
  .address-location .zip:first-child {
    margin-right: 16px;
  }
}
@media (min-width: 1024px) {
  .address-location--big-zip .input-state {
    max-width: 59%;
  }
}
@media (min-width: 1024px) {
  .address-location--big-zip .zip {
    max-width: calc(41% - 16px);
  }
}
@media (min-width: 1024px) {
  .address-contact,
  .address-name {
    display: flex;
  }
}
@media (min-width: 1024px) {
  .address-contact .input-wrap,
  .address-name .input-wrap {
    width: calc(50% - 8px);
  }
}
@media (min-width: 1024px) {
  .address-contact .input-wrap:not(:last-child),
  .address-name .input-wrap:not(:last-child) {
    margin-right: 16px;
  }
}
.address-form .cart-alert {
  margin: 0;
  padding: 16px 12px;
  background: #FFEEB0;
}
.payment-method {
  width: 100%;
  margin-top: 32px;
}
.payment-offer {
  position: relative;
  display: flex;
  background: #F6F7FB;
  border-radius: 4px;
  margin-bottom: 24px;
}
.payment-offer-mobile {
  padding: 12px 16px;
  flex-direction: column;
}
@media (min-width: 768px) {
  .payment-offer-mobile {
    display: none;
  }
}
.payment-offer-mobile span {
  font-weight: 500;
  font-size: 16px;
}
.payment-offer-mobile img {
  height: 24px;
}
.payment-offer-mobile div {
  display: flex;
}
.payment-offer-mobile div:first-of-type {
  align-items: center;
  margin-bottom: 8px;
}
.payment-offer-mobile div:first-of-type span {
  color: #09CF34;
}
.payment-offer-mobile div:first-of-type img {
  margin-left: auto;
}
.payment-offer-mobile div:last-of-type {
  margin-top: 8px;
}
.payment-offer-mobile div:last-of-type span {
  text-decoration: underline;
  margin-right: 12px;
}
.payment-offer-desktop {
  flex-wrap: wrap;
  display: none;
  cursor: pointer;
  padding: 12px 24px;
  align-items: center;
}
.payment-offer-desktop img {
  width: 40px;
}
@media (min-width: 768px) {
  .payment-offer-desktop {
    display: flex;
  }
}
.payment-offer-desktop span {
  font-weight: 500;
  font-size: 16px;
}
.payment-offer-desktop-save {
  color: #09CF34;
  margin-left: auto;
}
.payment-offer-desktop-text {
  margin-left: 6px;
}
.payment-offer img:first-child {
  position: absolute;
  top: -6px;
  left: 6px;
}
.payment-service {
  padding: 44px 0;
  text-align: center;
}
@media (min-width: 768px) {
  .payment-service {
    padding: 64px 0;
  }
}
.payment-service .gray {
  font-size: 12px;
  line-height: 18px;
  margin: 27px auto 0;
}
@media (min-width: 768px) {
  .payment-service .gray {
    margin: 50px auto 0;
  }
}
.payment-service_ach {
  padding: 58px 0 38px;
}
.payment-service__description {
  max-width: 300px;
}
.payment-service__success {
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
}
.payment-service__title {
  font-size: 32px;
  font-weight: 700;
  line-height: 24px;
}
.payment-service__ach {
  margin: 0 auto;
  max-width: 300px;
}
.payment-service__ach p {
  margin: 0;
}
.payment-service__ach p:not(:last-child),
.payment-service__ach button {
  margin-bottom: 24px;
}
.payment-service__ach .gray {
  margin: 0;
}
.payment-service__ach .btn-blue {
  font-size: 14px;
}
.payment-service__account-details {
  display: flex;
  flex-flow: column;
  max-width: 320px;
  margin: 0 auto;
  padding-bottom: 6px;
}
.payment-service__account-details .icon {
  background-color: #09CF34;
}
.payment-service__account-details .icon-check {
  -webkit-mask-size: 32px;
  mask-size: 32px;
}
.payment-service__secured {
  display: flex;
  margin: 0 auto;
  align-items: center;
  justify-content: center;
}
.payment-service__secured p {
  margin: 0;
  font-family: Roboto;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
}
.payment-service__change {
  margin: 8px 0 0 auto;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  display: inline;
  height: auto;
  padding: 0;
}
.payment-service_check {
  padding: 16px 0 0 0;
}
.payment-service_check .gray {
  max-width: unset;
  margin: 27px auto 0;
}
@media (min-width: 768px) {
  .payment-service_check .gray {
    margin: 16px auto 0;
  }
}
.payment-service--wire {
  padding-left: 16px;
  padding-right: 16px;
}
.payment-service--wire .gray {
  margin: 12px 0 32px;
}
@media (min-width: 768px) {
  .payment-service--wire .input-wrap {
    max-width: 390px;
    margin-left: auto;
    margin-right: auto;
  }
}
.payment-service--wire .input-wrap:last-child {
  margin-bottom: 0;
}
.payment-account {
  display: flex;
  margin: 0 auto;
  margin-top: 24px;
  background: #fff;
  border: 1px solid #DCE8FA;
  border-radius: 4px;
  align-items: center;
  padding: 14px 16px;
  gap: 10px;
  min-width: 320px;
}
.payment-account p {
  margin: 0;
}
.payment-account__logo {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 24px;
  height: 32px;
  width: 32px;
  overflow: hidden;
}
.payment-account__logo .svg {
  height: 26px;
}
.payment-account__details {
  display: flex;
  flex-flow: column;
  align-items: start;
}
.payment-account__last4 {
  font-weight: 500;
  font-size: 16px;
  line-height: 18px;
}
.payment-account__amount {
  font-weight: 500;
  font-size: 12px;
  line-height: 12px;
  color: #667894;
}
.payment-account__holder {
  margin: 0 0 0 auto;
}
.payment-account__holder p {
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
}
.payment-ach {
  padding: 20px;
}
.payment-ach-intro {
  margin: 0 0 24px;
}
.payment-ach-help {
  position: relative;
  display: inline-flex;
  align-items: center;
  color: #117FF5;
  cursor: pointer;
}
.payment-ach-help img {
  width: 20px;
  margin-right: 10px;
}
.payment-ach-help p {
  margin: 0;
  font-size: 14px;
}
.payment-ach-img img {
  width: 220px;
}
@media (min-width: 768px) {
  .payment-ach-img img {
    width: 300px;
  }
}
@media (min-width: 768px) {
  .payment-ach .two-column {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
}
@media (min-width: 768px) {
  .payment-ach .two-column .input-wrap {
    width: calc(50% - 8px);
  }
}
.payment-ach .input-wrap {
  width: 100%;
  margin-bottom: 20px;
}
.payment-zelle {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 15px;
  font-weight: 700;
  line-height: 1.25;
  font-size: 32px;
  color: #6D1FD4;
}
.payment-zelle img {
  margin: 0 0 0 10px;
}
.logos {
  display: flex;
  align-items: center;
  padding: 16px 0 0;
}
@media (min-width: 768px) {
  .logos {
    padding: 24px 0 0;
  }
}
@media (min-width: 768px) {
  .logos .vpn {
    position: absolute;
    top: 24px;
    right: 24px;
  }
}
.logos img {
  margin: 0 12px 0 0;
}
.logos img:last-child {
  margin: 0 0 0 auto;
}
.split-text {
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 5px 0 13px;
}
.location {
  padding: 10px 15px;
  font-weight: 500;
}
.location:hover {
  background: #F6F7FB;
}
.location-pickup {
  position: relative;
  cursor: pointer;
  background: #fff;
  z-index: 1;
  border: 1px solid #DCE8FA;
}
.location-pickup.is-open .icon {
  transform: rotate(-180deg) translateY(50%);
}
.location-pickup.is-open .location-list {
  display: block;
}
.location-pickup .icon {
  position: absolute;
  top: 50%;
  right: 18px;
  transform: translateY(-50%);
  pointer-events: none;
}
.location-list {
  display: none;
  position: absolute;
  top: 100%;
  left: -1px;
  right: -1px;
  background: #fff;
  margin: -1px 0 0;
  padding: 0 0 10px;
  box-shadow: 0 8px 10px rgba(1, 26, 50, 0.1);
  border: 1px solid #DCE8FA;
}
.location-list .active {
  display: none;
}
.location .name {
  display: flex;
  align-items: center;
}
.location .desc {
  font-size: 12px;
  line-height: 16px;
  color: #667894;
}
.location .label {
  background: #09CF34;
  margin: 0 0 0 8px;
  padding: 0 5px;
  border-radius: 4px;
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;
}
.location .label.orange {
  background: #FB7234;
}
.enter-zip {
  font-weight: 400;
}
.text-right {
  text-align: right;
}
.text-right__inline {
  margin-bottom: 6px;
}
/* Базовый контейнер */
.skeleton {
  position: relative;
  overflow: hidden;
  background-color: #fafcff00;
  /* нейтральный серый */
  border-radius: 3px;
}
.skeleton-stripe {
  min-height: 300px;
}
/* Анимация "бегающего блика" */
.skeleton::after {
  content: '';
  position: absolute;
  inset: 0;
  transform: translateX(-100%);
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.9), transparent);
  animation: skeleton-shimmer 1.4s infinite;
}
@keyframes skeleton-shimmer {
  100% {
    transform: translateX(100%);
  }
}
.payment-skeleton {
  border-radius: 8px;
  background: #f9fbff;
}
.sk-input,
.sk-button {
  background: #e6ebf2;
  opacity: 0.3;
  border-radius: 6px;
  position: relative;
  overflow: hidden;
}
.sk-input {
  height: 44px;
  margin-bottom: 14px;
}
.sk-input.small {
  width: 48%;
}
.sk-row {
  display: flex;
  justify-content: space-between;
  gap: 12px;
}
.sk-button {
  height: 48px;
  margin-top: 24px;
}
/* shimmer */
.sk-input::after,
.sk-button::after {
  content: '';
  position: absolute;
  inset: 0;
  transform: translateX(-100%);
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.6), transparent);
  animation: shimmer 1.3s infinite;
}
@keyframes shimmer {
  100% {
    transform: translateX(100%);
  }
}
/* уважение prefers-reduced-motion */
@media (prefers-reduced-motion: reduce) {
  .sk-input::after,
  .sk-button::after {
    animation: none;
  }
}

