/* Matches site conventions (style2.css): Dosis headings #123a54, body text
   #5a6871, primary #36527F, square corners, centered section titles. */

.gifts-hero {
  position: relative;
  min-height: 460px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  text-align: center;
  background-color: #2b3a55;
}
.gifts-hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 22%;
  z-index: 0;
}
.gifts-hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgb(0 0 0 / 0%) 0%, rgb(0 0 0 / 65%) 40%, rgb(0 0 0 / 65%) 60%, rgb(0 0 0 / 0%) 100%);
  z-index: 1;
}
.gifts-hero-content {
  position: relative;
  z-index: 2;
  max-width: 720px;
  padding: 74px 24px;
  color: #fff;
}
.gifts-hero-badge {
  display: inline-block;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 999px;
  padding: 7px 20px;
  font-family: "Dosis", sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.gifts-hero-title {
  font-family: "Dosis", sans-serif;
  font-size: 56px;
  font-weight: 600;
  color: #fff;
  margin: 0 0 18px;
}
.gifts-hero-subtitle {
  font-size: 18px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.92);
  max-width: 620px;
  margin: 0 auto 32px;
}
.gifts-hero-cta {
  display: inline-block;
  font-family: "Dosis", sans-serif;
  background-color: #B96A45;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  border-radius: 999px;
  padding: 14px 40px;
  transition: background-color 0.2s, transform 0.15s, box-shadow 0.2s;
}
.gifts-hero-cta:hover,
.gifts-hero-cta:focus {
  background-color: #9d5636;
  color: #fff;
  text-decoration: none;
  transform: translateY(-1px);
  box-shadow: 0 8px 20px rgba(157, 86, 54, 0.4);
}
.gifts-how {
  background-color: #f7f6f2;
  text-align: center;
}
.gifts-deadline {
  display: inline-block;
  margin: 22px auto 0;
  padding: 9px 22px;
  background-color: #f3ece2;
  border: 1px solid #e3d6c4;
  border-radius: 999px;
  color: #8a5a3c;
  font-size: 15px;
  font-weight: 600;
}
.gifts-deadline .fa {
  margin-right: 7px;
}
.pricing-note {
  text-align: center;
  color: #8b8b85;
  font-size: 14px;
  margin: 0 0 14px;
}
.gift-price {
  font-family: "Dosis", sans-serif;
  font-size: 22px;
  font-weight: 600;
  color: #2b3a55;
  margin: 0 0 14px;
}
.gift-price-was {
  display: none;
  color: #b0a999;
  font-weight: 400;
  font-size: 18px;
  text-decoration: line-through;
  margin-right: 6px;
}
.gifts-steps {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 50px;
  margin-top: 10px;
}
.gifts-step {
  flex: 1 1 220px;
  max-width: 300px;
}
.gifts-step .step-num {
  font-family: "Dosis", sans-serif;
  display: inline-block;
  width: 44px;
  height: 44px;
  line-height: 40px;
  border: 2px solid #36527F;
  color: #36527F;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 14px;
}
.gifts-step h4 {
  font-size: 19px;
  margin: 0 0 8px;
}
.gifts-step p {
  margin: 0;
  font-size: 15px;
}

.gifts-gallery-section,
.gifts-checkout-section {
  scroll-margin-top: 90px;
}
.gifts-group-title {
  font-size: 34px;
  text-align: center;
  margin: 10px 0 12px;
  text-transform: capitalize;
}
.gifts-group-sub {
  text-align: center;
  max-width: 680px;
  margin: 0 auto 50px;
}

.gift-card {
  background-color: #fff;
  border: 1px solid #e4e2dc;
  margin-bottom: 30px;
  text-align: center;
}
.gift-card.in-cart {
  border-color: #36527F;
}
.gift-photo-wrap {
  overflow: hidden;
  border-bottom: 1px solid #e4e2dc;
}
.gift-photo-wrap img {
  width: 100%;
  aspect-ratio: 1 / 1;
  height: auto;
  object-fit: cover;
  display: block;
}
.gift-card-body {
  padding: 24px 22px 26px;
}
.gift-card h4 {
  font-size: 22px;
  margin: 0 0 16px;
}
.colorway-picker {
  display: flex;
  justify-content: center;
  gap: 14px;
  margin-bottom: 8px;
}
.colorway-btn {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  border: 2px solid #fff;
  box-shadow: 0 0 0 1px #c9c5bc;
  padding: 0;
}
.colorway-btn.is-selected {
  box-shadow: 0 0 0 2px #36527F;
}
.colorway-label {
  color: #8b8b85;
  font-size: 13px;
  margin-bottom: 16px;
}
.colorway-label .colorway-name {
  color: #123a54;
  font-weight: 600;
}
.type-picker {
  display: flex;
  border: 1px solid #c9c5bc;
}
.type-btn {
  flex: 1;
  border: none;
  background-color: #fff;
  color: #5a6871;
  font-size: 13px;
  line-height: 1.35;
  padding: 10px 6px;
  transition: background-color 0.2s, color 0.2s;
}
.type-btn + .type-btn {
  border-left: 1px solid #c9c5bc;
}
.type-btn:hover {
  color: #36527F;
}
.type-btn .type-price {
  display: block;
  font-family: "Dosis", sans-serif;
  font-size: 16px;
  font-weight: 600;
}
.type-btn.is-selected {
  background-color: #36527F;
  color: #fff;
}
.type-specs {
  color: #8b8b85;
  font-size: 13px;
  margin: 12px 0 0;
}
.photo-note {
  color: #8b8b85;
  font-size: 12px;
  font-style: italic;
  line-height: 1.55;
  margin: 12px 0 0;
  display: none;
}
.gift-add-btn {
  font-family: "Dosis", sans-serif;
  display: block;
  width: 100%;
  margin-top: 18px;
  background-color: #36527F;
  border: 0;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 13px 10px;
  transition: background-color 0.2s;
}
.gift-add-btn:hover {
  background-color: #123a54;
}
.gift-add-btn.is-added {
  background-color: #2e6b3f;
}

.gifts-weavers-section {
  border-top: 1px solid #eee8db;
}
.gifts-weavers-section .gifts-group-sub a {
  color: #36527F;
  text-decoration: underline;
}
.weaver-photo {
  margin-bottom: 30px;
}
.weaver-photo img {
  width: 100%;
  aspect-ratio: 1 / 1;
  height: auto;
  object-fit: cover;
  display: block;
}

.gifts-checkout-section {
  background-color: #f7f6f2;
}
#checkout-main,
.handoff-panel {
  background-color: #fff;
  border: 1px solid #e4e2dc;
  padding: 45px 50px 50px;
}
#checkout-main h2,
.handoff-panel h2 {
  font-size: 30px;
  margin: 0 0 30px;
}
.cart-empty p {
  font-size: 17px;
  margin: 0;
}
.cart-empty a {
  color: #36527F;
  font-weight: 600;
  text-decoration: underline;
}
.cart-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  border-bottom: 1px solid #e4e2dc;
  padding: 14px 2px;
}
.cart-item:first-child {
  border-top: 1px solid #e4e2dc;
}
.cart-item .cart-item-name {
  flex: 1;
  color: #123a54;
  font-weight: 600;
  font-size: 15px;
}
.cart-item .cart-qty {
  display: flex;
  align-items: center;
  gap: 10px;
}
.cart-item .cart-qty button {
  width: 28px;
  height: 28px;
  line-height: 24px;
  border: 1px solid #c9c5bc;
  background-color: #fff;
  color: #36527F;
  font-size: 15px;
  padding: 0;
  transition: all 0.15s;
}
.cart-item .cart-qty button:hover {
  border-color: #36527F;
  background-color: #36527F;
  color: #fff;
}
.cart-item .cart-line-total {
  min-width: 60px;
  text-align: right;
  font-weight: 600;
  color: #123a54;
}
.cart-item .cart-remove {
  background: none;
  border: none;
  color: #b6b2a7;
  font-size: 14px;
  padding: 0 0 0 5px;
  transition: color 0.15s;
}
.cart-item .cart-remove:hover {
  color: #a33;
}
.cart-total-row {
  display: flex;
  justify-content: space-between;
  font-family: "Dosis", sans-serif;
  font-size: 22px;
  font-weight: 600;
  color: #123a54;
  border-top: 2px solid #36527F;
  padding: 16px 2px 0;
  margin-bottom: 40px;
}
.shipping-title {
  font-size: 24px;
  margin: 0 0 22px;
}
.gifts-form .form-control {
  margin-bottom: 15px;
  height: 46px;
  border: 1px solid #d5d2ca;
  border-radius: 0;
  box-shadow: none;
  font-size: 15px;
  padding: 6px 15px;
  transition: border-color 0.2s;
}
.gifts-form .form-control:focus {
  border-color: #36527F;
  box-shadow: none;
}
.gifts-form .bot-field-wrap {
  display: none;
}
.gifts-form .submit-btn {
  margin-top: 15px;
}
.gifts-btn {
  font-family: "Dosis", sans-serif;
  display: inline-block;
  background-color: #36527F;
  border: 0;
  color: #fff;
  font-size: 17px;
  font-weight: 600;
  text-transform: uppercase;
  height: 48px;
  line-height: 48px;
  padding: 0 45px;
  transition: background-color 0.2s;
}
.gifts-btn:hover,
.gifts-btn:focus {
  background-color: #123a54;
  color: #fff;
  text-decoration: none;
}
.order-error {
  display: none;
  color: #a33;
  margin-top: 15px;
}

.handoff-panel {
  display: none;
  text-align: center;
  padding: 55px 45px 50px;
}
.handoff-check {
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 56px;
  border: 2px solid #2e6b3f;
  border-radius: 50%;
  color: #2e6b3f;
  font-size: 24px;
  margin-bottom: 22px;
}
.handoff-panel .handoff-amount {
  font-family: "Dosis", sans-serif;
  font-size: 52px;
  font-weight: 600;
  color: #123a54;
  margin: 5px 0;
}
.handoff-widget {
  max-width: 480px;
  margin: 30px auto 20px;
}
.handoff-widget givebutter-widget {
  display: block;
}
.handoff-btn-wrap {
  margin: 30px 0;
}
.handoff-items {
  list-style: none;
  max-width: 380px;
  margin: 18px auto 22px;
  padding: 14px 20px;
  border-top: 1px solid #e3e0d8;
  border-bottom: 1px solid #e3e0d8;
}
.handoff-items li {
  font-size: 15px;
  color: #4a4a45;
  padding: 4px 0;
}
.donation-note {
  color: #8b8b85;
  font-size: 13px;
  margin: 18px 0 0;
}
.handoff-note {
  font-size: 14px;
  margin: 0;
}
.handoff-note a {
  color: #36527F;
  text-decoration: underline;
}

.cart-bar {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 998;
  background-color: #36527F;
  color: #fff;
  padding: 12px 0;
}
.cart-bar .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}
.cart-bar-summary {
  font-family: "Dosis", sans-serif;
  font-size: 18px;
  font-weight: 600;
}
.cart-bar-btn {
  font-family: "Dosis", sans-serif;
  background-color: #fff;
  color: #36527F;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  padding: 9px 26px;
  transition: background-color 0.2s;
}
.cart-bar-btn:hover,
.cart-bar-btn:focus {
  background-color: #e9eef5;
  color: #36527F;
  text-decoration: none;
}
body.cart-bar-visible {
  padding-bottom: 80px;
}

@media (max-width: 991px) {
  #checkout-main,
  .handoff-panel {
    padding: 30px 25px 35px;
  }
}
@media (max-width: 767px) {
  .gifts-hero {
    min-height: 380px;
  }
  .gifts-hero-content {
    padding: 54px 22px;
  }
  .gifts-hero-title {
    font-size: 40px;
  }
  .gifts-hero-subtitle {
    font-size: 16px;
  }
  .gifts-steps {
    gap: 30px;
  }
  .handoff-panel .handoff-amount {
    font-size: 40px;
  }
  .gifts-btn {
    display: block;
    width: 100%;
    padding: 0 20px;
  }
  .cart-item {
    flex-wrap: wrap;
  }
  .cart-item .cart-item-name {
    flex: 1 1 100%;
  }
}
