.page-title-section {
  background-color: #f3f3f3;
  padding: 4.5rem 0;
  margin-bottom: 6rem; }
  .page-title-section .inner-title {
    font-size: 4.8rem;
    margin-bottom: 0;
    color: var(--black);
    font-weight: 700; }
  .page-title-section .inner-breadcrum {
    text-transform: uppercase;
    color: #999;
    font-size: 1.6rem;
    margin-top: 2rem; }
    .page-title-section .inner-breadcrum .current {
      color: #000; }
    .page-title-section .inner-breadcrum::after {
      content: '/';
      display: inline-block;
      padding: 0 8px;
      color: #999; }
    .page-title-section .inner-breadcrum a:hover {
      color: #000; }

.cart-info-section .item-quantity .product-quantity {
  display: inline-block; }

.entire-cart-totals .cart-totals {
  width: 100%; }
  .entire-cart-totals .cart-totals th {
    padding: 1rem;
    border-bottom: 1px solid #e2e2e2;
    text-transform: uppercase;
    padding-left: 0; }
  .entire-cart-totals .cart-totals td {
    text-align: right;
    border-bottom: 1px solid #e2e2e2; }

.entire-cart-totals .order-total {
  font-size: 1.7rem; }

.entire-cart-totals .proceed-to-checkout .btn-checkout:hover {
  color: var(--color-main);
  background-color: #fff; }

.payment-method ul {
  display: block; }
  .payment-method ul li {
    width: 100%; }
    .payment-method ul li a {
      padding: 10px 0;
      position: relative;
      font-weight: 600;
      border-radius: 0.5rem;
      -webkit-border-radius: 0.5rem;
      -moz-border-radius: 0.5rem;
      -ms-border-radius: 0.5rem;
      -o-border-radius: 0.5rem;
      filter: grayscale(1); }
      .payment-method ul li a.active, .payment-method ul li a:hover {
        filter: inherit;
        color: var(--color-highlight) !important;
        border-color: var(--color-highlight) !important; }
    .payment-method ul li .inner-icon i {
      font-size: 80px; }

.payment-method .inner-icon img {
  height: 2rem;
  width: 5rem;
  object-fit: contain; }

.payment-method .tab-content .entry-bank table tr:first-child td {
  border-top: 0; }

.payment-method .tab-content .entry-bank table:nth-child(even) {
  background-color: #f7f7f7; }

.entry-order-review th {
  text-transform: uppercase; }

.entry-order-review tr {
  border-bottom: 1px solid #e3e3e3; }

.entry-order-review th, .entry-order-review td {
  padding: 8px 0;
  font-weight: 400 !important; }

.entry-order-review .cart-subtotal,
.entry-order-review .order-total {
  border-bottom: none; }

.entry-order-review .price-amount {
  font-size: 16px; }

.entry-order-review .order-total {
  font-size: 24px; }
  .entry-order-review .order-total .price-amount {
    font-size: 24px;
    color: #c33;
    white-space: nowrap; }

.entry-order-review .entry-table {
  max-height: 866px;
  overflow: auto; }

.entry-order-review .entry-table::-webkit-scrollbar {
  width: 6px; }

.entry-order-review .entry-table::-webkit-scrollbar-thumb {
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  background: #e6e6e6; }

.entry-order-review .entry-table::-webkit-scrollbar-track {
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px; }

.validate-form {
  position: relative; }
  .validate-form .invalid-feedback {
    position: absolute;
    bottom: -36px;
    left: 0; }

.form-billing label {
  margin-bottom: 15px; }

.form-billing .form-group {
  margin-bottom: 25px; }

.checkout-coupon {
  margin-bottom: 30px; }
  .checkout-coupon .coupon-info a {
    margin-left: 15px;
    color: var(--color-main); }
  .checkout-coupon .checkout_coupon {
    border: 3px dashed #f4f4f4; }

.empty i {
  font-size: 100px;
  margin-bottom: 20px; }

.empty .empty-cart {
  font-size: 16px; }

.order-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .order-info .order-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1 1 50%;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%; }

.entry-account-detail p {
  margin-bottom: 10px; }

.entry-account-detail i {
  height: 20px;
  width: 20px;
  background: var(--color-main);
  color: #ffffff;
  text-align: center;
  line-height: 20px;
  font-size: 12px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  margin-right: 7px; }

.box-update-address {
  margin-bottom: 15px; }
  .box-update-address li {
    padding: 0 10px;
    }
    .box-update-address li a {
      padding: 0; }
      .box-update-address li a.active {
        font-weight: bold; }
    .box-update-address li:first-child {
      border-left: 0;
      padding-left: 0; }

.content-payment p {
  margin-bottom: 0; }

.point-to-money {
  margin-right: 5px; }

.coupon-plan-price {
  text-align: center;
  background: #ff7948;
  position: relative;
  overflow: hidden;
  padding: 10px 10px 15px;
  font-size: 12px;
  min-height: 120px; }
  .coupon-plan-price:after {
    content: '';
    position: absolute;
    top: 1px;
    left: 0;
    background: url("data:image/jpeg;base64,/9j/4QAYRXhpZgAASUkqAAgAAAAAAAAAAAAAAP/sABFEdWNreQABAAQAAABQAAD/4QMraHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLwA8P3hwYWNrZXQgYmVnaW49Iu+7vyIgaWQ9Ilc1TTBNcENlaGlIenJlU3pOVGN6a2M5ZCI/PiA8eDp4bXBtZXRhIHhtbG5zOng9ImFkb2JlOm5zOm1ldGEvIiB4OnhtcHRrPSJBZG9iZSBYTVAgQ29yZSA1LjMtYzAxMSA2Ni4xNDU2NjEsIDIwMTIvMDIvMDYtMTQ6NTY6MjcgICAgICAgICI+IDxyZGY6UkRGIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyI+IDxyZGY6RGVzY3JpcHRpb24gcmRmOmFib3V0PSIiIHhtbG5zOnhtcD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bXA6Q3JlYXRvclRvb2w9IkFkb2JlIFBob3Rvc2hvcCBDUzYgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjdBNURGNURFNDI5MDExRUM5MDhDRTYwRDYxNzA1MjA4IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjdBNURGNURGNDI5MDExRUM5MDhDRTYwRDYxNzA1MjA4Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6N0E1REY1REM0MjkwMTFFQzkwOENFNjBENjE3MDUyMDgiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6N0E1REY1REQ0MjkwMTFFQzkwOENFNjBENjE3MDUyMDgiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7/7gAOQWRvYmUAZMAAAAAB/9sAhAACAgICAgICAgICAwICAgMEAwICAwQFBAQEBAQFBgUFBQUFBQYGBwcIBwcGCQkKCgkJDAwMDAwMDAwMDAwMDAwMAQMDAwUEBQkGBgkNCwkLDQ8ODg4ODw8MDAwMDA8PDAwMDAwMDwwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAz/wAARCAAOAAYDAREAAhEBAxEB/8QAbwABAQAAAAAAAAAAAAAAAAAABAkBAAMAAAAAAAAAAAAAAAAAAAMEBxAAAAUCBgMAAAAAAAAAAAAAAQIDBAUREiFBExQGBwAxUREAAQIEBQMFAAAAAAAAAAAAAQIDETESBAAhURMGQSIFcbEyFBX/2gAMAwEAAhEDEQA/AKGS3SUDH874pDpvHqkDPndpOUzHJuE1G7c6xbVAJQSmtzLUPuOE+ueKsNXjKApW2uoHMRBSkqnCR9MWKy5/dP8Ajrl0oSHmqCDA0kKWEmIjGIjr7ZllXvdA9j8XdyUOzLPl3QccjLk9gYNE4OBqVccdMREblLvVMg8DcO+X+80paBX3UDKiRq66amOGbNjjn5VwhpxW12bioHc+QommVWWSaZ4//9k=");
    width: 6px;
    height: 100%;
    z-index: 9; }
  .coupon-plan-price span {
    display: block;
    font-size: 32px;
    font-weight: bold; }

.coupon-plan-description {
  max-height: 9rem;
  overflow-y: auto; }
  .coupon-plan-description h4 {
    font-weight: 700; }

.coupon-plan-description::-webkit-scrollbar {
  width: 4px;
  height: 40px; }

.coupon-plan-description::-webkit-scrollbar-button {
  display: none; }

.coupon-plan-description::-webkit-scrollbar-thumb {
  background: var(--color-highlight); }

.coupon-plan-description::-webkit-scrollbar-track {
  background: #f1f1f1; }

.coupon-plan-button {
  padding: 0 5px; }
  .coupon-plan-button a {
    font-weight: 700;
    color: var(--color-highlight);
    white-space: nowrap; }

.input-group-main {
  background-color: var(--color-highlight);
  border-color: var(--color-highlight);
  color: var(--white);
  z-index: 1; }

.input-group > .custom-select:not(:last-child), .input-group > .form-control:not(:last-child) {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important; }

.close-coupon-modal {
  position: absolute;
  top: -5px;
  right: 0;
  font-size: 24px;
  z-index: 1; }

.cart-item .added-wishlist {
  color: var(--color-highlight); }

.swich-change .form-check-input {
  opacity: 0;
  visibility: hidden; }

.swich-change label {
  cursor: pointer; }

.swich-change p {
  margin-bottom: 0; }

.swich-change input.form-check-input:checked ~ label {
  border-color: var(--color-highlight) !important; }
  .swich-change input.form-check-input:checked ~ label .checked {
    display: block; }

.swich-change .checked {
  display: none;
  color: var(--color-highlight); }

.wrap-table {
  border-radius: 5px 5px 0 0;
  overflow: hidden; }
  .wrap-table tbody th[scope="row"] {
    font-weight: normal;
    text-decoration: underline; }
  .wrap-table tbody tr:nth-of-type(even) {
    background-color: transparent !important; }
  .wrap-table th, .wrap-table td {
    padding: 8px 15px !important; }
    
    .form-billing .form-group .form-control , .form-billing .form-group .form-control .dropdown-toggle, .billing-details textarea.form-control{
  border-color: #e7e5e4;
  background: #fafafa;
  border-radius: 5px;
}
.payment-method ul .nav-item:nth-child(2) .inner-icon {
background: #dbeafe;
}

.payment-method ul .nav-item:nth-child(3) .inner-icon {
background: #f8e4cd;
}

.payment-method ul .nav-item:nth-child(4) .inner-icon {
background: #fee2e2;
}

.payment-method ul .nav-item:nth-child(5) .inner-icon {
background: #fdf8f2;
}

.payment-method ul .nav-item:nth-child(6) .inner-icon {
background: #def9e4;
}

.entry-bank .item-list-bank {
background: #fafafa;
margin-bottom: 10px;
border-radius: 5px;
}

.entry-bank .item-list-bank:last-child {
margin-bottom: 0;
}

.checkbox-payment .custom-checkbox {
display: flex;
align-items: center;
gap: 8px;
font-size: 14px;
cursor: pointer;
user-select: none;
}

.checkbox-payment .custom-checkbox input[type="checkbox"] {
position: absolute;
opacity: 0;
cursor: pointer;
}

.checkbox-payment .custom-checkbox .checkmark {
height: 18px;
flex: 0 0 18px;
background-color: #eee;
border: 1px solid #ccc;
border-radius: 4px; 
display: inline-block;
position: relative;
transition: all 0.2s ease;
}

.checkbox-payment .custom-checkbox input:checked ~ .checkmark {
background-color: var(--color-highlight);
border-color: var(--color-highlight);
}

.checkbox-payment .custom-checkbox .checkmark::after {
content: "";
position: absolute;
display: none;
}

.checkbox-payment .custom-checkbox input:checked ~ .checkmark::after {
display: block;
left: 5px;
top: 2px;
width: 5px;
height: 10px;
border: solid white;
border-width: 0 2px 2px 0;
transform: rotate(45deg);
}

.checkbox-payment .custom-checkbox a {
color: #333;
transition: color 0.2s ease;
}

.checkbox-payment .custom-checkbox a:hover {
color: var(--color-highlight);
}

.payment-method .inner-icon img {
  height: 2rem;
  width: 4.5rem;
  object-fit: contain;
  }
.payment-method ul .nav-item .inner-icon {
    height: 4.5rem;
    background: #1c191733;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 4.5rem;
}

    .form-billing .form-group .form-control , .form-billing .form-group .form-control .dropdown-toggle, .billing-details textarea.form-control{
      border-color: #e7e5e4;
      background: #fafafa;
      border-radius: 5px;
  }

  

  .os-page {
  padding-top: 40px;
  }
  
  /* Hero */
  .os-hero {
    text-align: center;
    padding: 40px 24px 32px;
    background: linear-gradient(135deg, #e8f5e9 0%, #f1f8f2 100%);
    border-radius: 16px;
    margin-bottom: 28px;
    position: relative;
    overflow: hidden;
  }
  .os-hero::before {
    content: '';
    position: absolute;
    top: -40px; right: -40px;
    width: 160px; height: 160px;
    border-radius: 50%;
    background: rgba(67,160,71,0.06);
  }
  .os-hero::after {
    content: '';
    position: absolute;
    bottom: -30px; left: -30px;
    width: 120px; height: 120px;
    border-radius: 50%;
    background: rgba(67,160,71,0.05);
  }
  .os-hero__icon {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    background: #236340;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
    box-shadow: 0 8px 24px rgba(67,160,71,0.25);
    animation: os-pop .5s cubic-bezier(.175,.885,.32,1.275) both;
  }
  .os-hero__icon svg { width: 36px; height: 36px; }
  @keyframes os-pop {
    0%   { transform: scale(0); opacity: 0; }
    100% { transform: scale(1); opacity: 1; }
  }
  .os-hero__title {
    font-size: 22px;
    font-weight: 700;
    color: #1b5e20;
    margin-bottom: 8px;
  }
  .os-hero__code {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #fff;
    border: 1.5px solid #a5d6a7;
    border-radius: 8px;
    padding: 6px 18px;
    font-size: 14px;
    color: #236340;
    font-weight: 600;
    letter-spacing: .5px;
  }
  
  /* Timeline */
  .os-timeline {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0;
    margin-bottom: 28px;
    flex-wrap: nowrap;
  }
  .os-timeline__step {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    flex: 1;
    max-width: 130px;
    position: relative;
  }
  .os-timeline__step + .os-timeline__step::before {
    content: '';
    position: absolute;
    top: 14px;
    left: calc(-50% + 14px);
    right: calc(50% + 14px);
    height: 2px;
    background: #c8e6c9;
  }
  .os-timeline__step.active + .os-timeline__step::before,
  .os-timeline__step.done + .os-timeline__step::before {
    background: #236340;
  }
  .os-timeline__dot {
    width: 28px; height: 28px;
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    font-size: 12px;
    font-weight: 700;
    transition: all .3s;
  }
  .os-timeline__step.done .os-timeline__dot {
    background: #236340;
    color: #fff;
  }
  .os-timeline__step.active .os-timeline__dot {
    background: #fff;
    border: 2.5px solid #236340;
    color: #236340;
  }
  .os-timeline__step.pending .os-timeline__dot {
    background: #e0e0e0;
    color: #9e9e9e;
  }
  .os-timeline__label {
    font-size: 11px;
    color: #616161;
    text-align: center;
    white-space: nowrap;
  }
  .os-timeline__step.done .os-timeline__label {color: #236340;font-weight: 600;}
  .os-timeline__step.active .os-timeline__label {color: #236340;font-weight: 600;}
  
  /* Card chung */
  .os-card {
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 2px 12px rgba(0,0,0,.05);
    overflow: hidden;
    margin-bottom: 15px;
  }
  .os-card__header {
    padding: 16px 24px;
    border-bottom: 1px solid #f0f0f0;
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .os-card__header-icon {
    width: 34px; height: 34px;
    border-radius: 8px;
    display: flex; align-items: center; justify-content: center;
    flex-shrink: 0;
  }
  .os-card__header-title {
    font-size: 15px;
    font-weight: 700;
    color: #212121;
    margin: 0;
  }
  .os-card__body { padding: 20px 24px; }
  
  /* ThÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â´ng tin khÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¡ch hÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â ng */
  .os-contact-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px 24px;
  }
  @media (max-width: 576px) {
    .os-contact-grid { grid-template-columns: 1fr; }
  }
  .os-contact-item { display: flex; flex-direction: column; gap: 2px; }
  .os-contact-item__label {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: .5px;
    color: #9e9e9e;
    font-weight: 600;
  }
  .os-contact-item__value {
    font-size: 14px;
    color: #212121;
    font-weight: 500;
  }
  .os-contact-item--full { grid-column: 1 / -1; }
  
  /* Danh sÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¡ch sÃƒÆ’Ã‚Â¡Ãƒâ€šÃ‚ÂºÃƒâ€šÃ‚Â£n phÃƒÆ’Ã‚Â¡Ãƒâ€šÃ‚ÂºÃƒâ€šÃ‚Â©m */
  .os-product-item {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 16px 0;
    border-bottom: 1px solid #f5f5f5;
  }
  .os-product-item:last-child { border-bottom: none; padding-bottom: 0; }
  .os-product-item:first-child { padding-top: 0; }
  .os-product-item__img {
    width: 64px; height: 64px;
    border-radius: 10px;
    overflow: hidden;
    flex-shrink: 0;
    background: #f5f5f5;
  }
  .os-product-item__img img {
    width: 100%; height: 100%;
    object-fit: cover;
    display: block;
  }
  .os-product-item__info { flex: 1; min-width: 0; }
  .os-product-item__name {
    font-size: 14px;
    font-weight: 600;
    color: #212121;
    margin-bottom: 4px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .os-product-item__name a { color: inherit; text-decoration: none; }
  .os-product-item__name a:hover { color: #43a047; }
  .os-product-item__meta {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
  }
  .os-product-item__sku,
  .os-product-item__attr {
    font-size: 11px;
    color: #9e9e9e;
    background: #f5f5f5;
    border-radius: 4px;
    padding: 2px 7px;
  }
  .os-product-item__qty {
    font-size: 12px;
    color: #616161;
  }
  .os-product-item__price {
    text-align: right;
    flex-shrink: 0;
  }
  .os-product-item__price-unit {
    font-size: 12px;
    color: #9e9e9e;
  }
  .os-product-item__price-total {
    font-size: 15px;
    font-weight: 700;
    color: #e53935;
    white-space: nowrap;
  }
  
  /* Summary card */
  .os-summary { }
  .os-summary__row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    /* border-bottom: 1px dashed #f0f0f0; */
  }
  .os-summary__row:last-child { border-bottom: none; }
  .os-summary__row-label {
    font-size: 14px;
    color: #616161;
  }
  .os-summary__row-value {
    font-size: 14px;
    font-weight: 600;
    color: #212121;
  }
  .os-summary__row-value.discount {color: var(--color-highlight);}
  .os-summary__total {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 0 0;
    margin-top: 10px;
    border-top: 1px solid #f0f0f0;
  }
  .os-summary__total-label {
    font-size: 16px;
    font-weight: 700;
    color: #212121;
  }
  .os-summary__total-value {
    font-size: 22px;
    font-weight: 800;
    color: #e53935;
    letter-spacing: -.5px;
  }
  
  /* CTA */
  .os-cta {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
  }
  .os-cta__primary {
    flex: 1;
    min-width: 160px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 13px 24px;
    background: #236340;
    color: #fff !important;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    border: none;
    cursor: pointer;
    transition: background .2s, transform .15s, box-shadow .2s;
    box-shadow: 0 4px 14px rgba(67,160,71,0.3);
  }
  .os-cta__primary:hover {
    background: #388e3c;
    transform: translateY(-1px);
    box-shadow: 0 6px 18px rgba(67,160,71,0.35);
  }
  .os-cta__secondary {
    flex: 1;
    min-width: 160px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 13px 24px;
    background: #fff;
    color: #43a047 !important;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    border: 2px solid #43a047;
    cursor: pointer;
    transition: background .2s, transform .15s;
  }
  .os-cta__secondary:hover {
    background: #f1f8f2;
    transform: translateY(-1px);
  }
  @media (max-width: 480px) {
    .os-cta { flex-direction: column; }
    .os-cta__primary, .os-cta__secondary { width: 100%; }
  }
  
  /* Fade-in animation */
  .os-fade {
    animation: os-fadein .45s ease both;
  }
  .os-fade--1 { animation-delay: .1s; }
  .os-fade--2 { animation-delay: .2s; }
  .os-fade--3 { animation-delay: .3s; }
  .os-fade--4 { animation-delay: .4s; }
  @keyframes os-fadein {
    from { opacity: 0; transform: translateY(16px); }
    to   { opacity: 1; transform: translateY(0); }
  }