:root {
  --brigift-forest: #173b2b;
  --brigift-forest-2: #244f3b;
  --brigift-cranberry: #a94046;
  --brigift-cranberry-dark: #873038;
  --brigift-cream: #fbf7ef;
  --brigift-paper: #f3e8d5;
  --brigift-sage: #dfe5d8;
  --brigift-kraft: #caa878;
  --brigift-ink: #25312b;
  --brigift-line: #e7dccb;
  --brigift-white: #fffdfa;
  --brigift-shadow: 0 14px 40px rgb(54 45 30 / 9%);
  --brigift-radius: 18px;
}

body {
  background: var(--brigift-cream);
  color: var(--brigift-ink);
  font-family: Inter, "Segoe UI", Arial, sans-serif;
}

h1, h2, h3, .brigift-display {
  color: var(--brigift-forest);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
}

a { color: var(--brigift-forest); }
a:hover { color: var(--brigift-cranberry); }

.brigift-servicebar { background: var(--brigift-forest); color: #fff; font-size: .76rem; }
.brigift-servicebar__inner { display: flex; align-items: center; justify-content: space-between; min-height: 36px; gap: 1.5rem; }
.brigift-servicebar span, .brigift-servicebar a { display: inline-flex; align-items: center; gap: .45rem; color: #fff; white-space: nowrap; }
.brigift-servicebar i { display: inline-grid; place-items: center; width: 20px; height: 20px; border: 1px solid rgb(255 255 255 / 45%); border-radius: 50%; font-style: normal; }

.header-top {
  background: var(--brigift-forest);
  color: #fff;
  font-size: .82rem;
}

.header-top a, .header-top .material-icons { color: #fff !important; }
.header-top .header-block__title { color: #fff !important; opacity: 1 !important; }
.header-top .cart-preview.inactive .header-block__title { color: #fff !important; }
.header-top .header-block__badge {
  display: inline;
  min-width: 0;
  height: auto;
  margin-left: 4px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent !important;
  color: rgb(255 255 255 / 72%) !important;
  font-size: .78rem;
  font-weight: 600;
  line-height: inherit;
}
.header-top .header-block__badge::before { content: '('; }
.header-top .header-block__badge::after { content: ')'; }
.header-bottom { background: rgb(255 253 250 / 96%); border-bottom: 1px solid var(--brigift-line); }
.header-bottom__container { padding-block: 1rem; }
.header-bottom__logo img { max-height: 68px; width: auto; }
.header-nav-full-width { background: var(--brigift-white); border-bottom: 1px solid var(--brigift-line); }
.header-top .container-md, .header-bottom__container { max-width: 1440px; }
.header-top__left { width: auto; flex: 0 0 auto; white-space: nowrap; }
.header-top__right { width: auto; flex: 1 1 auto; margin-left: auto; }
.ps-contactinfo__phone { white-space: nowrap; font-size: .75rem; }

.search-bar__form, .search-widget form {
  border: 1px solid #d6cbb9;
  border-radius: 999px;
  background: #fff;
  overflow: hidden;
}

.search-bar__btn, .search-widget button {
  background: var(--brigift-forest) !important;
  color: #fff !important;
}

.page-content--home, .brigift-home { margin: 0; padding: 0; max-width: none; }
.brigift-home { overflow: hidden; }
.brigift-section { width: min(92%, 1440px); max-width: 1440px; margin: 0 auto; padding-inline: clamp(1rem, 2.25vw, 2.5rem); }
.brigift-section + .brigift-section { margin-top: clamp(1.75rem, 2.5vw, 2.75rem); }

.brigift-btn {
  display: inline-flex;
  gap: .65rem;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: .8rem 1.35rem;
  border: 1px solid var(--brigift-forest);
  border-radius: 6px;
  background: var(--brigift-forest);
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  transition: transform .2s ease, background .2s ease;
}
.brigift-btn:hover { transform: translateY(-2px); background: var(--brigift-forest-2); color: #fff; }
.brigift-btn--cranberry { border-color: var(--brigift-cranberry); background: var(--brigift-cranberry); }
.brigift-btn--cranberry:hover { background: var(--brigift-cranberry-dark); }
.brigift-btn--outline { background: transparent; color: var(--brigift-forest); }

.brigift-hero {
  position: relative;
  min-height: 540px;
  background: linear-gradient(90deg, rgb(251 247 239 / 20%) 0 40%, transparent 61%),
    url('../img/brigift-hero-v2.webp') center / cover no-repeat;
  border-bottom: 1px solid var(--brigift-line);
}
.brigift-hero__inner { display: flex; align-items: center; width: min(92%, 1440px); max-width: 1440px; min-height: 540px; }
.brigift-hero__copy { max-width: 620px; padding-block: 5rem; }
.brigift-hero__eyebrow { color: var(--brigift-cranberry); font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.brigift-hero h1 { margin: .6rem 0 1rem; font-size: clamp(3.1rem, 6vw, 6.3rem); line-height: .95; letter-spacing: -.035em; }
.brigift-hero h1 span { display: block; margin-top: .4rem; color: var(--brigift-cranberry); font-size: .58em; letter-spacing: 0; }
.brigift-hero p { max-width: 520px; font-size: 1.15rem; line-height: 1.65; }

.brigift-occasions { margin-top: 3.5rem; text-align: center; }
.brigift-occasions h2, .brigift-inspiration h2, .brigift-printshop h2 { margin-bottom: 2rem; font-size: clamp(2rem, 3vw, 3rem); }
.brigift-occasion-list { display: grid; grid-template-columns: repeat(10, minmax(80px, 1fr)); gap: 1.25rem; }
.brigift-occasion { display: grid; gap: .65rem; justify-items: center; text-decoration: none; font-size: .88rem; }
.brigift-occasion__icon { display: grid; place-items: center; width: 74px; height: 74px; border: 1px solid var(--brigift-line); border-radius: 50%; background: var(--brigift-white); color: var(--brigift-forest); font-family: Georgia, serif; font-size: 1.7rem; box-shadow: 0 7px 25px rgb(54 45 30 / 5%); transition: .2s ease; }
.brigift-occasion__icon .material-icons { font-size: 2rem; }
.brigift-occasion:hover .brigift-occasion__icon { border-color: var(--brigift-cranberry); transform: translateY(-4px); color: var(--brigift-cranberry); }

.brigift-product-discovery { display: grid; grid-template-columns: 1fr 1fr; gap: 0; margin-top: 5rem !important; }
.brigift-product-half { min-width: 0; padding: clamp(1rem, 2vw, 2rem); border: 1px solid var(--brigift-line); background: rgb(255 253 250 / 75%); }
.brigift-product-half:first-of-type { border-radius: var(--brigift-radius) 0 0 var(--brigift-radius); }
.brigift-product-half:last-of-type { border-left: 0; border-radius: 0 var(--brigift-radius) var(--brigift-radius) 0; }
.brigift-section-heading { display: flex; align-items: center; justify-content: center; gap: .7rem; margin-bottom: .75rem; text-align: center; }
.brigift-section-heading h2 { margin: 0; font-size: clamp(1.7rem, 2.5vw, 2.5rem); }
.brigift-leaf { color: var(--brigift-kraft); font-size: 2rem; }
.brigift-native-products .products-section-title, .brigift-native-products .section-title { display: none !important; }
.brigift-native-products .products {
  display: flex !important;
  flex-wrap: nowrap !important;
  gap: 1rem;
  overflow-x: hidden;
  scroll-behavior: smooth;
  scrollbar-width: none;
  padding: .35rem 0 1rem;
}
.brigift-native-products .products::-webkit-scrollbar { display: none; width: 0; height: 0; }
.brigift-native-products .module-products__list { margin-bottom: .35rem; }
.brigift-native-products .module-products__buttons { display: flex; justify-content: center; margin-top: .25rem; }
.brigift-native-products .product-miniature { flex: 0 0 calc((100% - 2rem) / 3); min-width: 0; scroll-snap-align: start; }
.brigift-native-products .btn-outline-primary {
  border: 1px solid #1b4634 !important;
  background: #1b4634 !important;
  color: #fff !important;
  border-radius: 5px;
  box-shadow: none !important;
  font-weight: 700;
}
.brigift-native-products .btn-outline-primary .material-icons { color: currentColor !important; }
.brigift-native-products .btn-outline-primary:hover,
.brigift-native-products .btn-outline-primary:focus-visible {
  border-color: #a94046 !important;
  background: #a94046 !important;
  color: #fff !important;
}
.product-miniature .thumbnail-container { height: 100%; border: 1px solid var(--brigift-line); border-radius: 10px; background: #fff; box-shadow: none; overflow: hidden; }
.product-miniature .product-thumbnail img { aspect-ratio: 1 / 1; width: 100%; object-fit: cover; }
.product-miniature .product-description { min-height: 124px; padding: 1rem; }
.product-miniature .product-title a { color: var(--brigift-ink); }
.product-miniature .product-price-and-shipping { color: var(--brigift-cranberry); font-weight: 800; }

.brigift-editor { display: grid; grid-template-columns: 1.1fr 1fr; gap: 1.25rem; align-items: stretch; min-height: 0; padding: 1rem; border: 1px solid #d7c3a2; border-radius: var(--brigift-radius); background: var(--brigift-paper); box-shadow: var(--brigift-shadow); overflow: hidden; }
.brigift-editor__visual { min-height: 400px; border-radius: calc(var(--brigift-radius) - 5px); background: url('../img/brigift-editor-v2.webp') center / cover no-repeat; overflow: hidden; }
.brigift-editor__copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(1.15rem, 2vw, 1.75rem); }
.brigift-editor__copy h2 { margin: 0 0 1rem; font-size: clamp(2.2rem, 3.3vw, 3.5rem); line-height: 1.04; }
.brigift-editor__copy>p { margin: 0; line-height: 1.55; }
.brigift-editor .brigift-steps { gap: .8rem; margin: 1.25rem 0 1.4rem; }
.brigift-steps { display: grid; gap: 1rem; margin: 2rem 0; padding: 0; list-style: none; }
.brigift-steps li { display: grid; grid-template-columns: 36px 1fr; gap: 1rem; align-items: start; }
.brigift-step-number { display: grid; place-items: center; width: 32px; height: 32px; border-radius: 50%; background: var(--brigift-cranberry); color: #fff; font-weight: 800; }

.brigift-inspiration { text-align: center; }
.brigift-inspiration-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.4rem; }
.brigift-inspiration-card { position: relative; min-height: 390px; border-radius: 12px; background-position: center; background-size: cover; overflow: hidden; color: #fff; text-align: left; }
.brigift-inspiration-card::after { content: ''; position: absolute; inset: 35% 0 0; background: linear-gradient(transparent, rgb(14 29 22 / 88%)); }
.brigift-inspiration-card__content { position: absolute; z-index: 1; inset: auto 1.5rem 1.5rem; }
.brigift-inspiration-card h3 { color: #fff; font-size: 1.65rem; }

.brigift-printshop { padding-block: 1.5rem; border-radius: var(--brigift-radius); background: #f8f1e6; border: 1px solid var(--brigift-line); }
.brigift-printshop h2 { margin-bottom: .75rem; }
.brigift-printshop__intro { max-width: 750px; margin: 0 auto 1.25rem; text-align: center; }
.brigift-print-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 1rem; }
.brigift-print-card { display: flex; flex-direction: column; padding: 1rem; border: 1px solid var(--brigift-line); border-radius: 10px; background: #fff; }
.brigift-print-card__image { aspect-ratio: 4 / 3; margin: -1rem -1rem 1rem; background-position: center; background-size: cover; border-radius: 9px 9px 0 0; }
.brigift-print-card h3 { margin-bottom: .4rem; font-family: inherit; font-size: 1rem; font-weight: 800; }
.brigift-print-card p { min-height: 3.8em; font-size: .82rem; }
.brigift-print-card__price { margin-top: auto; color: var(--brigift-cranberry); font-weight: 800; }
.brigift-print-card .brigift-btn { min-height: 40px; margin-top: .8rem; padding: .55rem .8rem; font-size: .85rem; }
.brigift-print-card__samples { margin-top: .55rem; font-size: .8rem; text-decoration: underline; }
.brigift-print-steps { display: grid; grid-template-columns: 1fr 1fr 1fr auto; gap: 1rem; align-items: center; margin-top: 1.5rem; padding: 1rem; border: 1px solid var(--brigift-line); border-radius: 10px; background: var(--brigift-white); }
.brigift-print-step { display: flex; gap: .7rem; align-items: center; font-size: .86rem; }

.brigift-benefits { display: grid; grid-template-columns: repeat(5, 1fr); gap: 1rem; }
.brigift-benefit { display: grid; grid-template-columns: 46px 1fr; gap: .75rem; align-items: center; }
.brigift-benefit__icon { display: grid; place-items: center; width: 46px; height: 46px; border: 1px solid var(--brigift-kraft); border-radius: 50%; color: var(--brigift-forest); }
.brigift-benefit strong { display: block; font-family: Georgia, serif; }
.brigift-benefit small { color: #647069; }

.brigift-newsletter { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(2rem, 5vw, 5rem); align-items: center; padding: clamp(2rem, 4vw, 3.5rem); border: 1px solid var(--brigift-line); border-radius: var(--brigift-radius); background: linear-gradient(120deg, #f3e5d5, #fffaf2); }
.brigift-newsletter h2 { margin: 0; }
.brigift-newsletter__eyebrow { margin: 0 0 .4rem; color: var(--brigift-cranberry); font-size: .75rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.brigift-newsletter form { display: flex; }
.brigift-newsletter input { width: 100%; min-height: 48px; padding: .8rem 1rem; border: 1px solid var(--brigift-line); background: #fff; }
.brigift-newsletter-form form { display: block; }
.brigift-newsletter-form__row { display: grid; grid-template-columns: 1fr auto; }
.brigift-newsletter-form__row .form-control { border-radius: 6px 0 0 6px; }
.brigift-newsletter-form__row input.brigift-btn { width: auto; border-color: var(--brigift-cranberry); border-radius: 0 6px 6px 0; background: var(--brigift-cranberry); color: #fff; opacity: 1; box-shadow: none; cursor: pointer; }
.brigift-newsletter-form__row input.brigift-btn:hover,
.brigift-newsletter-form__row input.brigift-btn:focus { border-color: var(--brigift-cranberry-dark); background: var(--brigift-cranberry-dark); color: #fff; }
.brigift-newsletter-form__conditions, .brigift-newsletter-form__consent { margin: .55rem 0 0; color: #68736d; font-size: .78rem; }

.brigift-footer { margin-top: 0; padding-top: 4rem; background: linear-gradient(130deg, #112d21, #1d4230); color: #f7f1e5; }
.brigift-footer a { display: block; margin-block: .55rem; color: #f7f1e5; text-decoration: none; }
.brigift-footer a:hover { color: #e9b8a7; }
.brigift-footer h2 { margin-bottom: 1.2rem; color: #fff; font-family: Georgia, serif; font-size: 1.2rem; }
.brigift-footer__grid { display: grid; grid-template-columns: minmax(220px, 1.35fr) minmax(190px, 1fr) minmax(160px, .85fr) minmax(220px, 1.25fr); gap: clamp(1.75rem, 3.5vw, 4.5rem); }
.brigift-footer__identity img { max-width: 170px; max-height: 80px; object-fit: contain; }
.brigift-footer__logo { display: inline-block !important; }
.brigift-footer__small { font-size: .78rem; opacity: .8; }
.brigift-withdrawal { padding-left: 1rem; border-left: 1px solid rgb(255 255 255 / 20%); }
.brigift-withdrawal .brigift-btn { width: 100%; margin-bottom: .8rem; border-color: #fff; background: transparent; }
.brigift-footer__bottom { margin-top: 3rem; padding-block: 1.2rem; border-top: 1px solid rgb(255 255 255 / 18%); font-size: .8rem; opacity: .8; }

/* Shop pages: the same botanical visual system beyond the homepage. */
#wrapper { background: var(--brigift-cream); }
#wrapper .breadcrumb { display:none!important; }
.page-header h1, .block-category h1, .product-detail-name {
  color: var(--brigift-forest);
  font-family: Georgia, "Times New Roman", serif;
}
.block-category, .product-information, .product-cover, .cart-grid-body,
.cart-grid-right, .checkout-step, .page-customer-account #content,
.page-authentication #content, .contact-form {
  border: 1px solid var(--brigift-line);
  border-radius: var(--brigift-radius);
  background: var(--brigift-white);
  box-shadow: 0 14px 44px rgb(54 45 30 / 6%);
}
.block-category, .product-information, .cart-grid-body,
.page-customer-account #content, .page-authentication #content, .contact-form {
  padding: clamp(1.25rem, 3vw, 2.5rem);
}
.product-cover { overflow: hidden; }
.product-prices .current-price, .product-price { color: var(--brigift-cranberry); }
.btn-primary, .add-to-cart, .checkout a.btn, button.continue {
  border-color: var(--brigift-cranberry) !important;
  border-radius: 6px !important;
  background: var(--brigift-cranberry) !important;
  color: #fff !important;
  font-weight: 800;
}
.btn-primary:hover, .add-to-cart:hover, .checkout a.btn:hover, button.continue:hover {
  border-color: var(--brigift-cranberry-dark) !important;
  background: var(--brigift-cranberry-dark) !important;
}
.tabs, .product-description, .product-features { border-color: var(--brigift-line); }
.nav-tabs .nav-link.active { border-color: var(--brigift-cranberry); color: var(--brigift-cranberry); }
.faceted-filter, #search_filters, .card, .cart-summary-products { border-color: var(--brigift-line); border-radius: 10px; }
.form-control:focus { border-color: var(--brigift-kraft); box-shadow: 0 0 0 .2rem rgb(181 153 104 / 18%); }
.checkout-step.-current .step-title { color: var(--brigift-forest); }
.pagination .current a { background: var(--brigift-forest); color: #fff; }

@media (max-width: 1199px) {
  .brigift-occasion-list { grid-template-columns: repeat(5, 1fr); }
  .brigift-print-grid { grid-template-columns: repeat(3, 1fr); }
  .brigift-print-card:nth-child(n+4) { display: none; }
  .brigift-benefits { grid-template-columns: repeat(3, 1fr); }
  .brigift-footer__grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 767px) {
  html { scroll-padding-top: 72px; }
  body { overflow-x: hidden; }
  .brigift-servicebar__inner { justify-content: center; min-height: 32px; }
  .brigift-servicebar span { display: none; }
  .brigift-servicebar a { min-height: 44px; font-size: .72rem; }
  .brigift-section + .brigift-section { margin-top: 3rem; }
  .brigift-hero, .brigift-hero__inner { min-height: 600px; }
  .brigift-hero { background-position: 59% center; }
  .brigift-hero::after { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, rgb(251 247 239 / 98%), rgb(251 247 239 / 90%) 68%, rgb(251 247 239 / 35%)); }
  .brigift-hero__copy { position: relative; z-index: 1; max-width: 90%; }
  .brigift-hero h1 { font-size: clamp(3rem, 15vw, 5rem); }
  .brigift-occasion-list { display: flex; width: 100vw; margin-inline: calc(50% - 50vw); gap: 12px; overflow-x: auto; overscroll-behavior-inline: contain; scroll-snap-type: none; scrollbar-width: none; padding: .25rem 0 1rem; }
  .brigift-occasion-list::-webkit-scrollbar { display: none; }
  .brigift-occasion { flex: 0 0 calc((100vw - 36px) / 3); scroll-snap-align: center; }
  .brigift-product-discovery { display: block; }
  .brigift-product-half:first-of-type, .brigift-product-half:last-of-type { border: 1px solid var(--brigift-line); border-radius: var(--brigift-radius); }
  .brigift-product-half:last-of-type { margin-top: 1rem; }
  .brigift-native-products .product-miniature { flex-basis: 78%; }
  .brigift-editor { grid-template-columns: 1fr; }
  .brigift-editor__visual { min-height: 320px; }
  .brigift-inspiration-grid { display: flex; overflow-x: auto; overscroll-behavior-inline: contain; scroll-snap-type: x mandatory; padding: .25rem; }
  .brigift-inspiration-card { flex: 0 0 82%; scroll-snap-align: center; }
  .brigift-print-grid { display: flex; overflow-x: auto; overscroll-behavior-inline: contain; scroll-snap-type: x mandatory; padding: .25rem; }
  .brigift-print-card, .brigift-print-card:nth-child(n+4) { display: flex; flex: 0 0 78%; scroll-snap-align: start; }
  .brigift-print-steps { grid-template-columns: 1fr; }
  .brigift-benefits { grid-template-columns: 1fr; }
  .brigift-newsletter { grid-template-columns: 1fr; }
  .brigift-newsletter form { display: grid; gap: .6rem; }
  .brigift-newsletter-form__row { grid-template-columns: 1fr; gap: .6rem; }
  .brigift-newsletter-form__row .form-control, .brigift-newsletter-form__row .brigift-btn { width: 100%; border-radius: 6px; }
  .brigift-footer__grid { grid-template-columns: 1fr; }
  .brigift-withdrawal { padding: 1.5rem 0 0; border: 0; border-top: 1px solid rgb(255 255 255 / 20%); }
  .product-information, .cart-grid-body, .cart-grid-right, .checkout-step { border-radius: 10px; }
  .header-block__action-btn { display: inline-grid; place-items: center; min-width: 44px; min-height: 44px; }
  .menu-toggle { min-width: 44px; min-height: 44px; }
  .product-miniature__title { display: flex; align-items: center; min-height: 44px; }
  .product-miniature .decrement, .product-miniature .increment, .product-miniature__add { min-width: 44px; min-height: 44px; }
  .brigift-native-products .btn-outline-primary { min-height: 44px; }
  .breadcrumb-link { display: inline-flex; align-items: center; min-height: 44px; }
  .product__zoom { min-width: 44px; min-height: 44px; }
  .page-product .form-select, .page-product .js-quantity-wanted,
  .page-product .decrement, .page-product .increment,
  .page-product .product__add-to-cart-button { min-height: 48px; }
  .page-product .decrement, .page-product .increment { min-width: 48px; }
  .brigift-print-card .brigift-btn { min-height: 48px; }
  .brigift-print-card__samples { display: flex; align-items: center; min-height: 44px; }
  .brigift-footer nav a, .brigift-footer__contact a { display: flex; align-items: center; min-height: 44px; margin-block: 0; }
  input, select, textarea { font-size: 16px; }
  .page-cart .btn, .page-order .btn, .page-authentication .btn, .contact-form .btn { min-height: 48px; }
}

@media (prefers-reduced-motion: reduce) {
  * { scroll-behavior: auto !important; transition-duration: .01ms !important; }
}


/* BriGift checkout, registration and address flow */
.page-order #wrapper,.page-authentication #wrapper,.page-address #wrapper,.page-addresses #wrapper,.page-registration #wrapper{background:linear-gradient(180deg,#fbf8f2 0,#f7f0e5 100%)}
.page-order .checkout-step,.page-authentication #content,.page-address #content,.page-addresses #content,.page-registration #content{border:1px solid var(--brigift-line);border-radius:16px;background:#fffdfa;box-shadow:0 18px 50px rgba(39,54,44,.07)}
.page-order .checkout-step{padding:clamp(1.25rem,2.4vw,2rem);margin-bottom:1.25rem}
.page-order .checkout-grid__content>.tab-content>.step{padding:clamp(1.2rem,2.2vw,1.8rem);border:1px solid var(--brigift-line);border-radius:16px;background:#fffdfa;box-shadow:0 18px 50px rgba(39,54,44,.07)}
.page-order .checkout-grid__content>.tab-content>.step:not(.step--current){box-shadow:none}
.page-order .step__title{border-bottom:1px solid var(--brigift-line);padding-bottom:.85rem;margin-bottom:1.2rem}
.page-order .step__title .page-title-section{margin:0;color:var(--brigift-forest);font-family:Georgia,"Times New Roman",serif;font-size:clamp(1.65rem,2.3vw,2.15rem);font-weight:500}
.page-order .checkout-grid__content .tab-content{background:transparent}
.page-order .checkout-step .step-title,.page-order .checkout-step h1,.page-order .checkout-step h2,.page-authentication h1,.page-address h1,.page-addresses h1,.page-registration h1{color:var(--brigift-forest);font-family:Georgia,"Times New Roman",serif;font-weight:500}
.page-order .checkout-step .step-title{font-size:clamp(1.65rem,2.3vw,2.15rem);border-bottom:1px solid var(--brigift-line);padding-bottom:.85rem;margin-bottom:1.25rem}
.page-order .checkout-step.-complete .step-title{font-family:inherit;font-size:1rem}
.page-order .form-control,.page-order .form-select,.page-authentication .form-control,.page-address .form-control,.page-registration .form-control{min-height:50px;border:1px solid #d9cebd;border-radius:9px;background:#fff;padding:.75rem .9rem}
.page-order textarea.form-control,.page-address textarea.form-control{min-height:105px}
.page-order .form-control:focus,.page-authentication .form-control:focus,.page-address .form-control:focus,.page-registration .form-control:focus{border-color:var(--brigift-kraft);box-shadow:0 0 0 4px rgba(181,153,104,.15)}
.page-order label,.page-authentication label,.page-address label,.page-registration label{color:#263b31;font-weight:700}
.page-order .form-control-comment,.page-order .form-text,.page-authentication .form-control-comment,.page-address .form-control-comment{color:#718078;font-size:.8rem}
.page-order .nav-tabs{gap:.35rem;border-bottom:1px solid var(--brigift-line);margin-bottom:1.4rem}.page-order .nav-tabs .nav-link{border:0;border-bottom:3px solid transparent;background:transparent;color:#66746c;font-weight:750;padding:.8rem 1rem}.page-order .nav-tabs .nav-link.active{border-bottom-color:var(--brigift-cranberry);color:var(--brigift-forest)}
.page-order .delivery-options{display:grid;gap:.75rem}.page-order .delivery-option{border:1px solid #e1d7c8;border-radius:12px;background:#fff;padding:1rem;transition:border-color .18s,box-shadow .18s,transform .18s}.page-order .delivery-option:hover{border-color:var(--brigift-kraft);box-shadow:0 8px 24px rgba(41,58,48,.08);transform:translateY(-1px)}.page-order .delivery-option:has(input:checked){border-color:var(--brigift-forest);box-shadow:0 0 0 2px rgba(23,59,43,.1);background:#fbfdfb}.page-order .delivery-option img{max-width:76px;max-height:42px;object-fit:contain}.page-order .delivery-option label{cursor:pointer}
.page-order .payment-options>div,.page-order .payment-option{border:1px solid #e1d7c8;border-radius:12px;background:#fff;padding:1rem;margin-bottom:.75rem}.page-order .payment-option:has(input:checked){border-color:var(--brigift-forest);background:#fbfdfb}
.page-order .cart-summary,.page-order .cart-summary-products,.page-order .card{border:1px solid var(--brigift-line)!important;border-radius:14px!important;background:#fff!important;box-shadow:0 14px 38px rgba(39,54,44,.06);overflow:hidden}.page-order .cart-summary .card-block,.page-order .cart-summary-products,.page-order .cart-summary-line{padding:1rem 1.15rem}.page-order .cart-summary-line{border-bottom:1px solid #eee6da}.page-order .cart-summary-line:last-child{border-bottom:0}.page-order .cart-summary-line .value{color:#20372c;font-weight:800}
.page-order .checkout-navigation{background:#f1f4f2;border-bottom:1px solid #dce3df;padding:1.6rem 0}.page-order .checkout-navigation .step-number{background:#cbd3cf;color:#fff}.page-order .checkout-navigation .current .step-number,.page-order .checkout-navigation .reachable .step-number{background:var(--brigift-forest)}.page-order .checkout-navigation .current{color:var(--brigift-forest);font-weight:800}
.page-order .btn-primary,.page-authentication .btn-primary,.page-address .btn-primary,.page-registration .btn-primary{min-height:48px;padding:.75rem 1.2rem;border-radius:9px!important;box-shadow:0 8px 18px rgba(169,64,70,.16)}
.page-order .btn-outline-primary,.page-authentication .btn-outline-primary,.page-address .btn-outline-primary{min-height:46px;border-color:var(--brigift-forest);border-radius:9px;color:var(--brigift-forest);background:#fff}
.page-order .custom-checkbox,.page-authentication .custom-checkbox,.page-address .custom-checkbox,.page-registration .custom-checkbox{padding:.35rem 0}.page-order input[type=checkbox],.page-order input[type=radio]{accent-color:var(--brigift-forest)}
@media(max-width:991px){.page-order .checkout-step{padding:1rem}.page-order .delivery-option .row{gap:.75rem}.page-order .cart-grid-right{margin-top:1rem}}
@media(max-width:767px){.page-order .checkout-navigation{padding:1rem 0}.page-order .checkout-step .step-title{font-size:1.55rem}.page-order .delivery-option{padding:.85rem}.page-order .delivery-option label{display:grid;grid-template-columns:auto 1fr;gap:.65rem}.page-order .btn-primary,.page-order .btn-outline-primary{width:100%;margin:.35rem 0}.page-order .cart-summary{position:static!important}}
@media(max-width:767px){.page-order .checkout-grid__content>.tab-content>.step{padding:1rem;border-radius:12px}.page-order .step__title .page-title-section{font-size:1.55rem}}

/* Unified cart and checkout summary cards */
.page-order .checkout-grid__summary,.page-order .checkout-grid__summary .cart-summary,.page-cart .cart-grid__content,.page-cart .cart-grid__summary,.page-cart .cart-grid__aside-wrapper,.page-cart .cart-grid-body,.page-cart .cart-grid-right .card,.page-cart .cart-summary{border:1px solid var(--brigift-line)!important;border-radius:16px!important;background:#fffdfa!important;box-shadow:0 18px 50px rgba(39,54,44,.07)!important;overflow:hidden}
.page-cart .cart-grid__aside-wrapper{padding:clamp(1rem,2vw,1.4rem)}.page-cart .cart-grid__aside-wrapper h2{font-family:Georgia,"Times New Roman",serif;color:var(--brigift-forest)}
.page-cart .cart-grid__aside-wrapper>.cart-summary{margin-top:.75rem;border:0!important;border-radius:12px!important;box-shadow:none!important;background:#fff!important}
.page-cart .cart-grid__aside-wrapper>hr{display:none}.page-cart .cart-grid__aside-wrapper .cart-summary__inner,.page-cart .cart-grid__aside-wrapper .card-block{padding-inline:0!important}.page-cart .cart-grid__aside-wrapper .checkout{margin:0!important;padding:1rem 0 0!important;border-top:1px solid var(--brigift-line)}
.page-order .checkout__summary-accordion{border:1px solid var(--brigift-line)!important;border-radius:16px!important;background:#fffdfa!important;box-shadow:0 18px 50px rgba(39,54,44,.07)!important;overflow:hidden;padding:0!important}
.page-order .checkout__summary-accordion>.accordion-item,.page-order .checkout__summary-accordion-wrapper,.page-order .checkout__summary-accordion-wrapper>.cart-summary,.page-order #js-checkout-summary{margin:0!important;border:0!important;border-radius:0!important;box-shadow:none!important;background:transparent!important}
.page-order .checkout__summary-accordion .cart-summary__products,.page-order .checkout__summary-accordion .cart-summary__totals,.page-order .checkout__summary-accordion .cart-summary__promo{padding-left:1.15rem!important;padding-right:1.15rem!important}.page-order .checkout__summary-accordion .accordion-button{padding:1rem 1.15rem!important}
.page-order .checkout__summary-accordion-header{display:block!important;border-bottom:1px solid var(--brigift-line)}
.page-order .checkout__summary-accordion-header>.accordion-button{min-height:auto!important;padding:1.25rem 1.15rem .9rem!important;background:transparent!important;color:var(--brigift-forest)!important;font-family:Georgia,"Times New Roman",serif;font-size:1.55rem;font-weight:500;box-shadow:none!important;pointer-events:none}
.page-order .checkout__summary-accordion-header>.accordion-button::after{display:none!important}
.page-order .checkout__summary-accordion .cart-summary__products{padding-top:.7rem!important}.page-order .checkout__summary-accordion .cart-summary__products-number{padding:.15rem 0 .65rem;font-weight:700;color:#30463a}
.page-order .checkout__summary-accordion .cart-summary__products>hr{display:none}.page-order .checkout__summary-accordion .cart-summary__products-accordion{margin:0 -1.15rem;border-top:1px solid var(--brigift-line);border-bottom:1px solid var(--brigift-line)}
.page-order .checkout__summary-accordion .cart-summary__products-accordion .accordion-button{padding:.85rem 1.15rem!important;font-size:.92rem;font-weight:700;background:#fffdfa!important}
.page-order .checkout__summary-accordion .cart-summary__totals{padding-top:.45rem!important;padding-bottom:.45rem!important}.page-order .checkout__summary-accordion .cart-summary__promo{padding-top:.25rem!important;padding-bottom:.25rem!important}
.page-order .checkout__summary-accordion .cart-summary__subtotals .cart-summary__line,.page-order .checkout__summary-accordion .cart-summary__total .cart-summary__line{padding:.75rem 1.15rem!important}
.page-order .checkout__summary-accordion .cart-summary__total{padding:0!important}.page-order .checkout__summary-accordion .cart-summary__products-list{padding:.8rem 1.15rem!important}
.page-order .checkout__summary-accordion .cart-summary__value{padding-left:1rem;text-align:right;white-space:nowrap}
.page-order .checkout-grid__summary{align-self:start}.page-order .checkout-grid__summary .cart-summary{border:0!important;border-radius:0!important;box-shadow:none!important}
.page-cart #wrapper{background:linear-gradient(180deg,#fbf8f2 0,#f7f0e5 100%)}
.page-cart .cart-grid__content,.page-cart .cart-grid-body{padding:clamp(1rem,2vw,1.6rem)}.page-cart .cart-grid__content h1,.page-cart .cart-grid-body h1{font-family:Georgia,"Times New Roman",serif;color:var(--brigift-forest)}
.page-cart .cart-item{padding:1rem 0;border-bottom:1px solid #eee4d5}.page-cart .cart-item:last-child{border-bottom:0}.page-cart .product-image img{border-radius:10px;background:#f7f1e7}
.page-cart .cart-grid-right .card{padding:.35rem}.page-cart .checkout .btn-primary{width:100%;min-height:50px;border-radius:9px!important}
@media(max-width:991px){.page-order .checkout-grid__summary,.page-cart .cart-grid-right{margin-top:1rem}.page-cart .cart-grid-body{border-radius:12px!important}}
@media(max-width:991px){.page-order .checkout__summary-accordion{margin-top:1rem}.page-cart .cart-grid__aside-wrapper{margin-top:1rem;padding:1rem}}
/* Cart secondary actions — calm, theme-matched states */
.page-cart .cart__continue-shopping.btn-outline-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .5rem;
  min-height: 44px;
  padding: .65rem 1rem;
  border: 1px solid #173b2b;
  border-radius: 7px;
  background: #fffdfa;
  color: #173b2b;
  font-weight: 700;
  text-decoration: none;
  box-shadow: none;
  transition: background-color .18s ease, color .18s ease, border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}
.page-cart .cart__continue-shopping.btn-outline-primary:hover,
.page-cart .cart__continue-shopping.btn-outline-primary:focus-visible {
  border-color: #173b2b;
  background: #173b2b;
  color: #fff;
  box-shadow: 0 8px 18px rgba(23, 59, 43, .16);
  transform: translateY(-1px);
}
.page-cart .cart__continue-shopping.btn-outline-primary:active {
  transform: translateY(0);
  box-shadow: 0 3px 8px rgba(23, 59, 43, .12);
}
.page-cart .cart__continue-shopping .material-icons {
  color: inherit;
  font-size: 1.15rem;
}

.page-cart .product-customization-modal__content > .btn-outline-primary {
  min-height: 34px;
  padding: .36rem .68rem;
  border: 1px solid rgba(169, 64, 70, .55);
  border-radius: 6px;
  background: rgba(169, 64, 70, .07);
  color: #a94046;
  font-size: .88rem;
  font-weight: 700;
  line-height: 1.2;
  box-shadow: none;
  transition: background-color .18s ease, color .18s ease, border-color .18s ease, box-shadow .18s ease;
}
.page-cart .product-customization-modal__content > .btn-outline-primary:hover,
.page-cart .product-customization-modal__content > .btn-outline-primary:focus-visible {
  border-color: #a94046;
  background: #a94046;
  color: #fff;
  box-shadow: 0 6px 14px rgba(169, 64, 70, .15);
}

.page-cart .product-line__actions .js-remove-from-cart {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: .2rem .1rem;
  border-bottom: 1px solid transparent;
  color: #53665c;
  font-size: .92rem;
  font-weight: 600;
  text-decoration: none;
  transition: color .18s ease, border-color .18s ease;
}
.page-cart .product-line__actions .js-remove-from-cart:hover,
.page-cart .product-line__actions .js-remove-from-cart:focus-visible {
  border-bottom-color: rgba(169, 64, 70, .45);
  color: #a94046;
}

@media(max-width:767px) {
  .page-cart .cart__continue-shopping.btn-outline-primary { width: auto; min-height: 46px; }
  .page-cart .product-customization-modal__content > .btn-outline-primary { min-height: 38px; }
}
/* Header product search: keep controls readable and results easy to scan. */
.header .ps-searchbar__form {
  isolation: isolate;
}

.header .ps-searchbar__input {
  min-height: 46px;
  padding-inline: 3rem !important;
}

.header .ps-searchbar__magnifier {
  left: 1rem;
  z-index: 2;
  pointer-events: none;
  transition: opacity .18s ease, visibility .18s ease;
}

.header .ps-searchbar__form:has(.ps-searchbar__input:not(:placeholder-shown)) .ps-searchbar__magnifier {
  opacity: 0 !important;
  visibility: hidden !important;
}

.header .ps-searchbar__form:has(.ps-searchbar__input:not(:placeholder-shown)) .ps-searchbar__input {
  padding-left: 1rem !important;
}

.header .ps-searchbar__clear {
  right: .75rem;
  z-index: 2;
}

.header .ps-searchbar__dropdown {
  border-color: rgba(201, 169, 122, .48);
  border-radius: 0 0 14px 14px;
  box-shadow: 0 16px 34px rgba(20, 52, 40, .16);
}

.header .ps-searchbar__results {
  gap: 0;
  max-height: min(24rem, 58vh);
  padding: .5rem;
  scrollbar-width: thin;
}

.header .ps-searchbar__result-link {
  display: grid;
  grid-template-columns: 3.5rem minmax(0, 1fr);
  gap: .75rem;
  min-height: 4.5rem;
  padding: .5rem;
  border-radius: 10px;
}

.header .ps-searchbar__result-link + .ps-searchbar__result-link {
  border-top: 1px solid rgba(201, 169, 122, .3);
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.header .ps-searchbar__result-image {
  width: 3.5rem;
  height: 3.5rem;
  border: 1px solid rgba(201, 169, 122, .35);
  border-radius: 9px;
  object-fit: cover;
  background: #fff;
}

.header .ps-searchbar__result-name {
  align-self: center;
  min-width: 0;
  padding: 0;
  color: var(--brigift-forest, #173f31);
  font-size: .95rem;
  font-weight: 600;
  line-height: 1.35;
}

@media (max-width: 767.98px) {
  .header .ps-searchbar__offcanvas .offcanvas-header {
    align-items: center;
  }

  .header .ps-searchbar__input {
    width: 100%;
    min-height: 48px;
  }

  .header .ps-searchbar__dropdown {
    border-radius: 0 0 14px 14px;
  }
}

/* Product page purchase panel and gallery polish — 2026-08-20 */
.page-product .product__container { align-items: start; }
.page-product .product__left, .page-product .product__images { min-width: 0; }
.page-product .product__carousel {
  position: relative;
  border-radius: 14px;
  background: transparent;
  box-shadow: 0 14px 38px rgba(39, 54, 44, .08);
  overflow: hidden;
}
.page-product .product__carousel .carousel-item img { display: block; width: 100%; height: auto; }
.page-product .product__zoom {
  right: 14px;
  bottom: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  min-width: 44px;
  min-height: 44px;
  padding: 0;
  border: 1px solid rgba(23, 59, 43, .18);
  border-radius: 50% !important;
  background: rgba(255, 253, 250, .92);
  color: var(--brigift-forest);
  box-shadow: 0 7px 18px rgba(23, 59, 43, .16);
  backdrop-filter: blur(8px);
}
.page-product .product__zoom:hover, .page-product .product__zoom:focus-visible {
  border-color: var(--brigift-forest);
  background: var(--brigift-forest);
  color: #fff;
}
.page-product .product__zoom .material-icons { font-size: 21px; }
.page-product .product__thumbnails { margin-block-start: 12px; }
.page-product .product__thumbnails-list { grid-template-columns: repeat(6, 66px); gap: 10px; }
.page-product .product__thumbnail-image { border-radius: 8px; background: #fff; }
.page-product .product__right {
  padding: clamp(22px, 2.5vw, 34px);
  border: 1px solid var(--brigift-line);
  border-radius: 16px;
  background: #fffdfa;
  box-shadow: 0 18px 48px rgba(39, 54, 44, .08);
}
.page-product .product__name {
  margin-bottom: 12px;
  color: var(--brigift-forest);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.7rem, 2.3vw, 2.25rem);
  font-weight: 500;
  line-height: 1.18;
  letter-spacing: -.02em;
}
.page-product .product__description-short {
  margin-bottom: 22px;
  padding: 12px 15px;
  border-left: 3px solid var(--brigift-cranberry);
  border-radius: 0 9px 9px 0;
  background: #f7f1e7;
  color: #526159;
  font-size: .94rem;
  line-height: 1.55;
}
.page-product .product__description-short:empty { display: none; }
.page-product .product__prices {
  margin-bottom: 22px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--brigift-line);
}
.page-product .product__price, .page-product .current-price {
  color: var(--brigift-cranberry);
  font-size: clamp(1.65rem, 2vw, 2rem);
  font-weight: 800;
  letter-spacing: -.02em;
}
.page-product .product__tax-infos, .page-product .product__delivery-infos { color: #758079; font-size: .78rem; }
.page-product .product__variants { gap: 15px; margin-bottom: 22px; }
.page-product .product__variants-item label,
.page-product .product__variants-item .form-label,
.page-product .product__variants .control-label {
  display: block;
  margin-bottom: 7px;
  color: #263b31;
  font-size: .82rem;
  font-weight: 750;
}
.page-product .product__variants .form-select {
  min-height: 46px;
  border: 1px solid #d9d2c6;
  border-radius: 9px;
  background-color: #fff;
  color: #263b31;
  transition: border-color .18s ease, box-shadow .18s ease;
}
.page-product .product__variants .form-select:hover { border-color: #aa9d89; }
.page-product .product__variants .form-select:focus {
  border-color: var(--brigift-kraft);
  box-shadow: 0 0 0 4px rgba(181, 153, 104, .16);
}
.page-product .product__discounts { border: 1px solid var(--brigift-line); border-radius: 10px; overflow: hidden; }
.page-product .product__discounts table { margin: 0; }
.page-product .product__discounts thead th {
  background: #f0f3f0;
  color: var(--brigift-forest);
  font-size: .76rem;
  font-weight: 800;
}
.page-product .product__actions-qty-add {
  align-items: end;
  gap: 12px;
  padding: 16px;
  border: 1px solid #dfe7e1;
  border-radius: 11px;
  background: #f4f7f4;
}
.page-product .product__quantity { flex: 0 0 auto; }
.page-product .product__add-to-cart { flex: 1 1 190px; }
.page-product .product__add-to-cart-button {
  width: 100%;
  min-height: 48px;
  border-radius: 9px !important;
  font-size: .92rem;
  font-weight: 800;
  box-shadow: 0 8px 18px rgba(169, 64, 70, .2);
  transition: background-color .18s ease, box-shadow .18s ease, transform .18s ease;
}
.page-product .product__add-to-cart-button:hover, .page-product .product__add-to-cart-button:focus-visible {
  box-shadow: 0 10px 22px rgba(169, 64, 70, .27);
  transform: translateY(-1px);
}
.page-product .product__minimal-quantity { flex-basis: 100%; margin: 2px 0 0; }
@media (max-width: 991px) { .page-product .product__right { margin-top: 22px; } }
@media (max-width: 575px) {
  .page-product .product__right { padding: 18px 15px; border-radius: 12px; }
  .page-product .product__thumbnails-list { grid-template-columns: repeat(5, minmax(0, 1fr)); }
  .page-product .product__actions-qty-add { align-items: stretch; }
  .page-product .product__quantity, .page-product .product__add-to-cart { flex-basis: 100%; width: 100%; }
}
