body {
  font-family: var(--wp--preset--font-family--body, "IBM Plex Sans", sans-serif);
  color: var(--wp--preset--color--ink, #1f2933);
  background: var(--wp--preset--color--paper, #ffffff);
  margin: 0;
  font-size: clamp(1.3125rem, 1.3125rem + (1vw - 0.2rem) * 0.35, 1.5rem) !important;
}

main {
  min-height: 50vh;
}

.wp-site-blocks a {
  text-decoration: none;
  position: relative;
  transition: color 0.2s ease;
}

.wp-site-blocks a::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 0;
  height: 2px;
  background: currentColor;
  transition: width 0.2s ease;
}

.wp-site-blocks a:hover::after,
.wp-site-blocks a:focus-visible::after {
  width: 100%;
}

.rrt-home,
.rrt-site-header,
.rrt-site-footer {
  --rrt-navy: #0c1b2e;
  --rrt-navy-soft: #152439;
  --rrt-slate: #0f1d30;
  --rrt-gold: #c9a84c;
  --rrt-gold-soft: #e0c878;
  --rrt-cream: #f5edd8;
  --rrt-brown: #2a1506;
}

.rrt-site-header {
  background: transparent;
  left: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 36px;
  z-index: 20;
}
.rrt-site-header .rrt-site-header__inner {
  align-items: center;
  gap: 28px;
  min-height: 34px;
  padding-left: 40px;
  padding-right: 40px;
}
.rrt-site-header .rrt-brand {
  align-items: center;
  display: flex;
  gap: 1.62rem;
  line-height: 1;
  text-decoration: none;
}
.rrt-site-header .rrt-brand::after {
  display: none;
}
.rrt-site-header .rrt-brand:focus, .rrt-site-header .rrt-brand:focus-visible {
  outline: none;
  box-shadow: none;
}
.rrt-site-header .rrt-brand__mark {
  align-items: center;
  border: 3.375px solid var(--rrt-gold);
  border-radius: 999px;
  color: var(--rrt-gold);
  display: flex;
  font-size: 0.9675rem;
  font-weight: 700;
  height: 67.5px;
  justify-content: center;
  letter-spacing: 0.05em;
  margin: 0;
  width: 67.5px;
}
.rrt-site-header .rrt-brand__title {
  color: var(--rrt-gold);
  font-family: "Playfair Display", serif;
  font-size: 2.52rem;
  font-weight: 700;
  line-height: 1;
  margin: 0;
}
.rrt-site-header .rrt-brand__title span {
  font-weight: 400;
}
.rrt-site-header .rrt-site-header__actions {
  align-items: center;
  gap: 1.1rem;
}
.rrt-site-header .rrt-main-nav {
  color: rgba(245, 237, 216, 0.88);
  font-size: 1.224rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}
.rrt-site-header .rrt-main-nav .wp-block-navigation__container {
  align-items: center;
}
.rrt-site-header .rrt-main-nav .wp-block-navigation-item,
.rrt-site-header .rrt-main-nav .wp-block-navigation-item__content {
  align-items: center;
  display: inline-flex;
}
.rrt-site-header .rrt-main-nav .wp-block-navigation-item__content {
  padding: 0.25rem 0.55rem;
}
.rrt-site-header .rrt-cart-button .wc-block-mini-cart__button {
  background: var(--rrt-gold);
  border-radius: 2px;
  color: var(--rrt-navy);
  font-size: 0.72rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.16em;
  padding: 0.65rem 1rem;
  text-transform: uppercase;
}

body.admin-bar .rrt-site-header {
  top: 68px;
}

.wc-block-mini-cart__drawer.wc-block-components-drawer,
.wc-block-mini-cart__drawer .wc-block-components-drawer__content,
.wc-block-mini-cart__drawer .wc-block-components-drawer__screen-overlay,
.wc-block-mini-cart__drawer .wc-block-mini-cart__template-part,
.wc-block-mini-cart__drawer .wp-block-woocommerce-filled-mini-cart-contents-block,
.wc-block-mini-cart__drawer .wp-block-woocommerce-empty-mini-cart-contents-block {
  background: #0c1b2e;
}
.wc-block-mini-cart__drawer .wp-block-woocommerce-mini-cart-contents {
  background: #0c1b2e;
  color: rgba(245, 237, 216, 0.82);
}
.wc-block-mini-cart__drawer .wc-block-mini-cart__title,
.wc-block-mini-cart__drawer .wc-block-mini-cart__title * {
  color: #f5edd8;
}
.wc-block-mini-cart__drawer .wc-block-components-product-name {
  color: #f5edd8;
  font-size: 1.125rem !important;
  text-decoration: none;
}
.wc-block-mini-cart__drawer .wc-block-components-product-name:hover, .wc-block-mini-cart__drawer .wc-block-components-product-name:focus {
  color: #c9a84c;
}
.wc-block-mini-cart__drawer .wc-block-components-product-price,
.wc-block-mini-cart__drawer .wc-block-components-product-price *,
.wc-block-mini-cart__drawer .wc-block-components-formatted-money-amount,
.wc-block-mini-cart__drawer .wc-block-mini-cart__footer-subtotal .wc-block-components-formatted-money-amount {
  color: #e0c878;
}
.wc-block-mini-cart__drawer .wc-block-cart-item__prices,
.wc-block-mini-cart__drawer .wc-block-cart-item__prices .wc-block-components-formatted-money-amount {
  font-size: 1rem;
}
.wc-block-mini-cart__drawer .wc-block-mini-cart__footer-subtotal {
  color: #f5edd8;
}
.wc-block-mini-cart__drawer .wc-block-components-product-metadata,
.wc-block-mini-cart__drawer .wc-block-mini-cart__footer-actions,
.wc-block-mini-cart__drawer .wc-block-components-product-badge {
  color: rgba(245, 237, 216, 0.6);
}
.wc-block-mini-cart__drawer .wc-block-components-product-metadata {
  font-size: 0.95rem;
  line-height: 1.5;
}
.wc-block-mini-cart__drawer .wc-block-cart-items__row,
.wc-block-mini-cart__drawer .wc-block-mini-cart__items .wc-block-cart-items__row {
  border-color: rgba(245, 237, 216, 0.12);
}
.wc-block-mini-cart__drawer .wc-block-components-quantity-selector {
  border-color: rgba(245, 237, 216, 0.25);
  font-size: 1rem;
}
.wc-block-mini-cart__drawer .wc-block-components-quantity-selector input,
.wc-block-mini-cart__drawer .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button {
  color: #f5edd8;
  font-size: 1.05rem;
}
.wc-block-mini-cart__drawer .wc-block-cart-item__remove-link {
  color: rgba(245, 237, 216, 0.55);
}
.wc-block-mini-cart__drawer .wc-block-cart-item__remove-link:hover, .wc-block-mini-cart__drawer .wc-block-cart-item__remove-link:focus {
  color: #c9a84c;
}
.wc-block-mini-cart__drawer .wc-block-components-drawer__close {
  color: #f5edd8;
}
.wc-block-mini-cart__drawer .wc-block-components-drawer__close svg {
  fill: currentColor;
}
.wc-block-mini-cart__drawer .wc-block-mini-cart__footer-checkout.wp-element-button {
  background: #c9a84c;
  border: 1px solid #c9a84c;
  border-radius: 2px;
  color: #0c1b2e;
}
.wc-block-mini-cart__drawer .wc-block-mini-cart__footer-checkout.wp-element-button:hover, .wc-block-mini-cart__drawer .wc-block-mini-cart__footer-checkout.wp-element-button:focus {
  background: #e0c878;
  border-color: #e0c878;
  color: #0c1b2e;
}
.wc-block-mini-cart__drawer .wc-block-mini-cart__footer-cart {
  display: none !important;
}
.wc-block-mini-cart__drawer .wc-block-mini-cart__empty-cart-wrapper,
.wc-block-mini-cart__drawer .wc-block-mini-cart__empty-cart-wrapper * {
  color: rgba(245, 237, 216, 0.8);
}

.rrt-home {
  background: var(--rrt-navy);
  color: rgba(245, 237, 216, 0.84);
}
.rrt-home .alignwide {
  max-width: 1180px;
  padding-left: 64px;
  padding-right: 64px;
}
.rrt-home .rrt-eyebrow {
  color: var(--rrt-gold);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.28em;
  margin-bottom: 0.9rem;
  text-transform: uppercase;
}
.rrt-home h1,
.rrt-home h2,
.rrt-home h3 {
  color: var(--rrt-gold-soft);
  font-family: "Playfair Display", serif;
  line-height: 1.12;
}
.rrt-home p {
  color: rgba(245, 237, 216, 0.82);
}
.rrt-home .rrt-home__hero {
  background: radial-gradient(120% 80% at 74% 18%, rgba(40, 70, 104, 0.34), transparent 56%), linear-gradient(180deg, #0c1b2e 0%, #102540 45%, #10233d 100%);
}
.rrt-home .rrt-home__hero .wp-block-cover__inner-container {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 660px;
  padding: 40px 24px;
}
.rrt-home .rrt-hero-a {
  color: var(--rrt-gold-soft);
  font-family: "Playfair Display", serif;
  font-size: 32px;
  font-style: italic;
  line-height: 1;
  margin: 0 0 10px;
}
.rrt-home .rrt-hero-title {
  font-size: 88px;
  line-height: 1.02;
  margin: 0;
  max-width: none;
}
.rrt-home .rrt-hero-title--light {
  color: var(--rrt-gold);
  font-weight: 400;
  margin: 0 0 30px;
}
.rrt-home .rrt-hero-rule {
  border-color: var(--rrt-gold);
  margin: 0 auto 30px;
  width: 56px;
}
.rrt-home .rrt-hero-copy {
  font-size: 1rem;
  margin: 0 auto 1.6rem;
  max-width: 48ch;
}
.rrt-home .rrt-button-primary .wp-element-button {
  background: var(--rrt-gold);
  border-radius: 2px;
  color: var(--rrt-navy);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.2em;
  padding: 15px 40px;
  text-transform: uppercase;
}
.rrt-home .rrt-home__story,
.rrt-home .rrt-home__product,
.rrt-home .rrt-home__variants,
.rrt-home .rrt-home__trade {
  padding: clamp(4.5rem, 7vw, 5.6rem) 0;
}
.rrt-home .rrt-story-grid,
.rrt-home .rrt-product-grid,
.rrt-home .rrt-variants-grid {
  gap: 56px;
}
.rrt-home .rrt-home__story h2,
.rrt-home .rrt-home__product h2 {
  font-size: clamp(2rem, 3vw, 2.5rem);
  max-width: 16ch;
}
.rrt-home .rrt-home__story p {
  max-width: 44ch;
}
.rrt-home .rrt-home__product .wp-block-column:last-child > p {
  max-width: 39ch;
}
.rrt-home .rrt-product-a {
  color: var(--rrt-gold-soft);
  font-family: "Playfair Display", serif;
  font-size: 1.2rem;
  font-style: italic;
  line-height: 1;
  margin: 0 0 0.1rem;
}
.rrt-home .rrt-product-line {
  color: var(--rrt-gold);
  font-size: clamp(2.1rem, 3.2vw, 2.5rem);
  line-height: 1.05;
  margin: 0 0 0.1rem;
}
.rrt-home .rrt-product-line--light {
  font-weight: 400;
  margin: 0 0 0.9rem;
}
.rrt-home .rrt-home__product {
  background: var(--rrt-navy-soft);
}
.rrt-home .rrt-home__trade {
  background: var(--rrt-brown);
  border-bottom: 1px solid rgba(201, 168, 76, 0.22);
  border-top: 1px solid rgba(201, 168, 76, 0.22);
}
.rrt-home .rrt-home__trade h2 {
  font-size: clamp(1.8rem, 2.4vw, 2.2rem);
}
.rrt-home .rrt-home__trade p {
  margin-left: auto;
  margin-right: auto;
  max-width: 39ch;
}
.rrt-home .rrt-media {
  border: 1px solid rgba(201, 168, 76, 0.28);
  border-radius: 2px;
  overflow: hidden;
}
.rrt-home .rrt-media--story {
  background: linear-gradient(140deg, rgba(255, 255, 255, 0.06), rgba(12, 27, 46, 0.7)), linear-gradient(220deg, #466188, #2c3a52);
}
.rrt-home .rrt-media--product {
  background: linear-gradient(180deg, rgba(201, 168, 76, 0.14), rgba(12, 27, 46, 0.85)), linear-gradient(210deg, #806447, #2a3347);
}
.rrt-home .rrt-media--variant {
  background: linear-gradient(180deg, rgba(201, 168, 76, 0.16), rgba(12, 27, 46, 0.84)), linear-gradient(210deg, #4b5a70, #2a3242);
  margin-bottom: 0.8rem;
  min-height: 0 !important;
  padding-top: 133.333%;
  position: relative;
}
.rrt-home .rrt-media--variant .wp-block-cover__background,
.rrt-home .rrt-media--variant .wp-block-cover__inner-container {
  inset: 0;
  position: absolute;
}
.rrt-home .rrt-read-link {
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  margin-top: 2rem;
  text-transform: uppercase;
}
.rrt-home .rrt-read-link a {
  color: var(--rrt-gold);
}
.rrt-home .rrt-quote {
  border-left: 3px solid var(--rrt-gold);
  margin: 1.6rem 0;
  padding-left: 1.2rem;
}
.rrt-home .rrt-quote p {
  color: var(--rrt-gold-soft);
  font-family: "Playfair Display", serif;
  font-size: 1.2rem;
  font-style: italic;
  margin: 0;
}
.rrt-home .rrt-meta {
  color: rgba(245, 237, 216, 0.55);
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
.rrt-home .rrt-price {
  color: var(--rrt-gold-soft);
  margin-top: 1.2rem;
}
.rrt-home .rrt-helper {
  color: rgba(245, 237, 216, 0.45);
  font-size: 0.76rem;
  margin-top: 1rem;
  max-width: 44ch;
}
.rrt-home .rrt-variants-copy {
  color: rgba(245, 237, 216, 0.6);
  margin: 0 auto 2.8rem;
  max-width: 48ch;
}
.rrt-home .rrt-variants-grid {
  margin-top: 0;
}
.rrt-home .rrt-variant-img {
  margin: 0 0 0.9rem;
}
.rrt-home .rrt-variant-img img {
  aspect-ratio: 16/10;
  border: 1px solid rgba(201, 168, 76, 0.28);
  border-radius: 2px;
  display: block;
  object-fit: cover;
  width: 100%;
}
.rrt-home .rrt-variant-title {
  color: var(--rrt-gold);
  font-family: "Playfair Display", serif;
  font-size: 1.2rem;
  margin-top: 0.3rem;
  text-align: center;
}
.rrt-home .rrt-variant-meta {
  color: rgba(245, 237, 216, 0.4);
  font-size: 0.56rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  margin-top: 0.35rem;
  text-align: center;
  text-transform: uppercase;
}

.rrt-site-footer {
  background: var(--rrt-slate);
  color: rgba(245, 237, 216, 0.64);
  padding: clamp(2.2rem, 5vw, 3.8rem) 0;
}
.rrt-site-footer .rrt-site-footer__title {
  color: var(--rrt-gold);
  font-family: "Playfair Display", serif;
  font-size: 1.25rem;
  margin-bottom: 0.75rem;
}
.rrt-site-footer .rrt-site-footer__title span {
  font-weight: 400;
}
.rrt-site-footer .rrt-site-footer__text {
  max-width: 34ch;
}
.rrt-site-footer .rrt-site-footer__grid > .wp-block-column:last-child {
  align-items: flex-end;
  display: flex;
  flex-direction: column;
}
.rrt-site-footer .rrt-footer-nav {
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.15em;
  row-gap: 11px;
  text-transform: uppercase;
  margin-top: 2.4rem;
}
.rrt-site-footer .rrt-footer-nav .wp-block-navigation-item__content {
  color: rgba(245, 237, 216, 0.66);
  padding-left: 0;
}
.rrt-site-footer .rrt-footer-seal {
  align-items: center;
  border: 2px solid rgba(245, 237, 216, 0.8);
  border-radius: 999px;
  display: inline-flex;
  height: 120px;
  justify-content: center;
  width: 120px;
  margin-top: 2.4rem;
}
.rrt-site-footer .rrt-footer-seal__text {
  color: var(--rrt-cream);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  margin: 0;
  text-align: center;
  text-transform: uppercase;
}

@media (max-width: 782px) {
  .rrt-home .alignwide,
  .rrt-site-header .rrt-site-header__inner {
    padding-left: 24px;
    padding-right: 24px;
  }
  .rrt-site-header .rrt-site-header__inner {
    align-items: stretch;
    flex-direction: column;
    gap: 8px;
  }
  .rrt-site-header {
    top: 20px;
  }
  body.admin-bar .rrt-site-header {
    top: 52px;
  }
  .rrt-site-header .rrt-site-header__actions {
    justify-content: space-between;
    width: 100%;
  }
  .rrt-site-header .rrt-main-nav {
    width: 100%;
  }
  .rrt-home .rrt-home__hero {
    min-height: 560px !important;
  }
  .rrt-home .rrt-home__hero .wp-block-cover__inner-container {
    min-height: 560px;
    padding: 28px 18px;
  }
  .rrt-home .rrt-hero-title {
    font-size: clamp(44px, 12vw, 56px);
  }
  .rrt-home .rrt-hero-title--light {
    margin-bottom: 22px;
  }
  .rrt-home .rrt-hero-a {
    font-size: clamp(18px, 4vw, 22px);
    margin-bottom: 8px;
  }
  .rrt-home .rrt-hero-rule {
    margin-bottom: 22px;
  }
  .rrt-home .rrt-home__story,
  .rrt-home .rrt-home__product,
  .rrt-home .rrt-home__variants,
  .rrt-home .rrt-home__trade {
    padding: 2.75rem 0;
  }
  .rrt-home .rrt-story-grid,
  .rrt-home .rrt-product-grid,
  .rrt-home .rrt-variants-grid {
    gap: 24px;
  }
  .rrt-home .rrt-variants-grid {
    gap: 12px;
  }
  .rrt-site-footer .rrt-site-footer__grid {
    gap: 24px;
  }
  .rrt-site-footer .rrt-footer-nav,
  .rrt-site-footer .rrt-footer-seal {
    margin-top: 0;
  }
}
.rrt-story-hero {
  background: linear-gradient(180deg, #0c1b2e 0%, #102540 45%, #10233d 100%);
  min-height: 560px;
}
.rrt-story-hero .wp-block-cover__background {
  opacity: 0 !important;
}
.rrt-story-hero {
  padding: 150px 24px 90px;
  position: relative;
}
.rrt-story-hero .rrt-eyebrow {
  color: #c9a84c;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.28em;
  margin-bottom: 0.9rem;
  text-transform: uppercase;
}
.rrt-story-hero .rrt-hero-a {
  color: #e0c878;
  font-family: "Playfair Display", serif;
  font-size: 26px;
  font-style: italic;
  line-height: 1;
  margin: 0 0 10px;
}
.rrt-story-hero .rrt-hero-title {
  color: #e0c878;
  font-family: "Playfair Display", serif;
  font-size: 72px;
  line-height: 1.02;
  margin: 0;
  max-width: none;
}
.rrt-story-hero .rrt-hero-title--light {
  color: #c9a84c;
  font-weight: 400;
  margin: 0 0 30px;
}
.rrt-story-hero .rrt-story-hero-lockup {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.rrt-story__intro {
  background: #0c1b2e;
  padding: 5.5rem 4rem;
}
.rrt-story__intro h2 {
  font-family: "Playfair Display", serif;
  font-size: 42px;
  font-weight: 700;
  color: #e0c878;
  margin-bottom: 28px;
}
.rrt-story__intro p {
  font-size: 18px;
  line-height: 1.8;
  color: rgba(245, 237, 216, 0.82);
  margin-bottom: 18px;
}
.rrt-story__intro p:last-of-type {
  margin-bottom: 0;
}

.rrt-quote {
  border-left: 3px solid #c9a84c;
  padding-left: 30px;
  margin: 48px 0;
}
.rrt-quote p {
  font-family: "Playfair Display", serif;
  font-size: 30px;
  font-style: italic;
  line-height: 1.4;
  color: #e0c878;
  margin: 0;
}

.rrt-story__product {
  background: #152439;
  padding: 5rem 4rem;
}
.rrt-story__product > .alignwide p:not(.rrt-tag) {
  font-size: 18px;
  line-height: 1.8;
  color: rgba(245, 237, 216, 0.8);
  margin-bottom: 18px;
}
.rrt-story__product > .alignwide p:not(.rrt-tag):last-of-type {
  margin-bottom: 0;
}
.rrt-story__product .rrt-tags {
  display: none;
}

.rrt-product-grid {
  margin-bottom: 48px;
}
.rrt-product-grid h2 {
  font-family: "Playfair Display", serif;
  font-size: 34px;
  font-weight: 700;
  color: #e0c878;
  margin-bottom: 22px;
}
.rrt-product-grid p {
  font-size: 18px;
  line-height: 1.75;
  color: rgba(245, 237, 216, 0.8);
  margin-top: 0;
  margin-bottom: 16px;
}
.rrt-product-grid p:last-of-type {
  margin-bottom: 0;
}
.rrt-product-grid .rrt-tags {
  margin-top: 22px;
}

.rrt-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 20px;
}

.rrt-tag {
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.05em;
  padding: 5px 12px;
  border: 1px solid rgba(201, 168, 76, 0.35);
  border-radius: 20px;
  color: rgba(201, 168, 76, 0.9);
  margin: 0;
  white-space: nowrap;
}

.rrt-media {
  background: linear-gradient(180deg, #152439 0%, #1a2f4b 50%, #0f1d30 100%);
  aspect-ratio: 1;
  overflow: hidden;
}
.rrt-media--product {
  aspect-ratio: auto;
  min-height: 460px;
}

.rrt-trade-hero {
  align-items: center;
  background: linear-gradient(180deg, #0c1b2e 0%, #102540 45%, #10233d 100%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 560px;
  padding: 150px 40px 90px;
  text-align: center;
}
.rrt-trade-hero h1 {
  font-family: "Playfair Display", serif;
  font-size: 60px;
  font-weight: 700;
  color: #e0c878;
  margin: 0 0 22px;
}
.rrt-trade-hero p {
  font-size: 18px;
  line-height: 1.6;
  color: rgba(245, 237, 216, 0.75);
  max-width: 680px;
  margin: 0 auto;
}

.rrt-trade-details {
  background: #152439;
  padding: 5rem 4rem;
}
.rrt-trade-details h2 {
  font-family: "Playfair Display", serif;
  font-size: 36px;
  font-weight: 700;
  color: #c9a84c;
  margin-bottom: 22px;
}
.rrt-trade-details p {
  font-size: 16px;
  line-height: 1.75;
  color: rgba(245, 237, 216, 0.8);
  margin-bottom: 18px;
}
.rrt-trade-details p:last-of-type {
  margin-bottom: 28px;
}

.woocommerce.columns-4 {
  display: none !important;
}

body.woocommerce-shop {
  background-color: #0c1b2e !important;
}
body.woocommerce-shop .wp-site-blocks {
  background-color: #0c1b2e;
}
body.woocommerce-shop h1.wp-block-post-title {
  display: none !important;
}
body.woocommerce-shop .entry-content .wp-block-buttons {
  display: none !important;
}
body.woocommerce-shop .entry-content > .wp-block-heading {
  color: rgba(245, 237, 216, 0.85);
}

.rrt-shop-archive__hero {
  align-items: center;
  background: linear-gradient(180deg, #0c1b2e 0%, #102540 45%, #10233d 100%);
  box-sizing: border-box;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  margin-top: -72px;
  max-width: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 560px;
  padding: 150px 40px 90px;
  text-align: center;
}
.rrt-shop-archive__hero .rrt-eyebrow {
  color: #c9a84c;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.28em;
  line-height: 1;
  margin: 0 0 0.9rem;
  max-width: none;
  text-transform: uppercase;
}
.rrt-shop-archive__hero p {
  color: rgba(245, 237, 216, 0.6);
  font-size: 18px;
  line-height: 1.7;
  margin: 1.4rem auto 0;
  max-width: 580px;
}
.rrt-shop-archive__hero h1 {
  color: #e0c878;
  font-family: "Playfair Display", serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 1.1;
  margin: 0;
}

.wp-block-woocommerce-product-collection {
  background: #0c1b2e;
  padding: 24px 40px 64px;
}

.wc-block-product-template.wc-block-product-template {
  display: grid !important;
  gap: 32px !important;
  grid-template-columns: 1fr 1fr !important;
  margin: 0 auto !important;
  max-width: 1180px;
  padding: 0 !important;
}
.wc-block-product-template.wc-block-product-template > li {
  margin: 0 !important;
  width: auto !important;
}

li.wc-block-product {
  background: #16263c;
  border: 1px solid rgba(201, 168, 76, 0.2);
  list-style: none;
  padding: 28px;
  text-align: left;
}
li.wc-block-product > :not(:last-child) {
  margin-bottom: 16px !important;
  margin-top: 0 !important;
}

li.wc-block-product .wp-block-woocommerce-product-image {
  aspect-ratio: auto !important;
  height: auto !important;
  margin: 0 0 18px;
}
li.wc-block-product .wp-block-woocommerce-product-image a {
  aspect-ratio: auto !important;
  display: block;
  height: auto !important;
  width: 100%;
}
li.wc-block-product .wp-block-woocommerce-product-image img {
  display: block;
  object-fit: contain !important;
  width: 100%;
  aspect-ratio: 600/364 !important;
  height: auto !important;
}

li.wc-block-product .wp-block-post-title {
  font-family: "Playfair Display", serif !important;
  font-size: 39px !important;
  font-weight: 700 !important;
  line-height: 1.1 !important;
  margin: 0 0 10px !important;
}
li.wc-block-product .wp-block-post-title a {
  color: #c9a84c !important;
  text-decoration: none;
}

li.wc-block-product .wp-block-woocommerce-product-price,
li.wc-block-product .wc-block-components-product-price,
li.wc-block-product .woocommerce-Price-amount,
li.wc-block-product .woocommerce-Price-currencySymbol {
  color: #e0c878 !important;
  font-family: "Playfair Display", serif !important;
  font-size: 36px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
}

.rrt-shop-archive__benefits {
  background: #0c1b2e;
  border-top: 1px solid rgba(201, 168, 76, 0.16);
  display: grid;
  gap: 0;
  grid-template-columns: repeat(3, 1fr);
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  max-width: 100vw;
  padding: 0;
  width: 100vw;
}
.rrt-shop-archive__benefits > div {
  background: #0c1b2e;
  border-right: 1px solid rgba(201, 168, 76, 0.16);
  padding: 48px 40px;
  text-align: center;
}
.rrt-shop-archive__benefits > div:last-child {
  border-right: none;
}
.rrt-shop-archive__benefits h3 {
  color: #c9a84c;
  font-family: "Playfair Display", serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
  margin: 0 0 8px;
}
.rrt-shop-archive__benefits p {
  color: rgba(245, 237, 216, 0.55);
  font-size: 18px;
  line-height: 1.6;
  margin: 0;
}

@media (max-width: 782px) {
  .rrt-shop-archive__hero {
    padding: 40px 24px 28px;
  }
  .rrt-shop-archive__hero h1 {
    font-size: clamp(42px, 12vw, 60px);
  }
  .rrt-shop-archive__hero p {
    font-size: 21px;
  }
  .wp-block-woocommerce-product-collection {
    padding: 16px 20px 40px;
  }
  .wc-block-product-template.wc-block-product-template {
    gap: 20px !important;
    grid-template-columns: 1fr !important;
  }
  li.wc-block-product {
    padding: 20px;
  }
  .rrt-shop-archive__benefits {
    grid-template-columns: 1fr;
  }
  .rrt-shop-archive__benefits > div {
    border-right: none;
    border-bottom: 1px solid rgba(201, 168, 76, 0.16);
    padding: 28px 22px;
  }
  .rrt-shop-archive__benefits > div:last-child {
    border-bottom: none;
  }
}
body.single-product {
  background-color: #0c1b2e !important;
}
body.single-product .wp-site-blocks {
  background-color: #0c1b2e;
}

.rrt-product-single {
  background: #0c1b2e;
  color: rgba(245, 237, 216, 0.82);
  padding: 0 0 64px;
}
.rrt-product-single .rrt-product-single__crumb {
  border-bottom: 1px solid rgba(201, 168, 76, 0.1);
  padding: 14px 64px;
}
.rrt-product-single .rrt-product-single__crumb .wc-block-breadcrumbs,
.rrt-product-single .rrt-product-single__crumb .woocommerce-breadcrumb {
  color: #c9a84c;
  font-size: 10px !important;
  font-weight: 500;
  letter-spacing: 0.14em;
  margin: 0;
  text-transform: uppercase;
}
.rrt-product-single .rrt-product-single__crumb a {
  color: rgba(245, 237, 216, 0.45);
}
.rrt-product-single .rrt-product-single__crumb a:hover {
  color: #c9a84c;
}
.rrt-product-single .rrt-product-single__main {
  padding: 150px 64px 56px;
}
.rrt-product-single .rrt-product-single__main .product {
  align-items: start;
  display: grid;
  gap: 56px;
  grid-template-columns: 1.05fr 1fr;
  margin: 0;
  max-width: none;
}
.rrt-product-single .rrt-product-single__main .product::before, .rrt-product-single .rrt-product-single__main .product::after {
  content: none;
}
.rrt-product-single .woocommerce-product-gallery {
  float: none !important;
  margin: 0 !important;
  width: 100% !important;
  opacity: 1 !important;
}
.rrt-product-single .woocommerce-product-gallery__wrapper {
  margin: 0;
}
.rrt-product-single .woocommerce-product-gallery img {
  aspect-ratio: 600/364 !important;
  background: #16263c;
  border: 1px solid rgba(201, 168, 76, 0.18);
  border-radius: 2px;
  height: auto !important;
  object-fit: contain !important;
  width: 100% !important;
}
.rrt-product-single .woocommerce-product-gallery__trigger {
  display: none;
}
.rrt-product-single .summary.entry-summary {
  color: rgba(245, 237, 216, 0.82);
  float: none !important;
  margin: 0 !important;
  width: 100% !important;
}
.rrt-product-single .rrt-ps-eyebrow {
  color: #c9a84c;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.3em;
  line-height: 1;
  margin: 0 0 14px;
  text-transform: uppercase;
}
.rrt-product-single .rrt-ps-lead {
  color: #e0c878;
  font-family: "Playfair Display", serif;
  font-size: 26px;
  font-style: italic;
  line-height: 1;
  margin: 0;
}
.rrt-product-single .product_title {
  color: #c9a84c;
  font-family: "Playfair Display", serif;
  font-size: 54px;
  font-weight: 700;
  line-height: 1.04;
  margin: 2px 0 18px;
}
.rrt-product-single .rrt-ps-title__strong {
  display: block;
  font-weight: 700;
}
.rrt-product-single .rrt-ps-title__light {
  display: block;
  font-weight: 400;
}
.rrt-product-single .rrt-ps-price {
  align-items: baseline;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin: 0 0 24px;
}
.rrt-product-single .rrt-ps-price .price,
.rrt-product-single .rrt-ps-price .woocommerce-Price-amount,
.rrt-product-single .rrt-ps-price .woocommerce-Price-currencySymbol {
  color: #e0c878 !important;
}
.rrt-product-single .rrt-ps-price .price {
  font-family: "Playfair Display", serif;
  font-size: 40px !important;
  font-weight: 700;
  margin: 0;
}
.rrt-product-single .rrt-ps-unit {
  color: rgba(245, 237, 216, 0.45);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.rrt-product-single .woocommerce-product-details__short-description {
  color: rgba(245, 237, 216, 0.78);
  font-size: 18px;
  line-height: 1.7;
  margin: 0 0 24px;
  max-width: 460px;
}
.rrt-product-single .woocommerce-product-details__short-description p {
  margin: 0;
}
.rrt-product-single form.cart {
  align-items: stretch;
  display: flex;
  gap: 14px;
  margin: 0 0 20px;
}
.rrt-product-single form.cart .quantity {
  align-items: center;
  border: 1px solid rgba(201, 168, 76, 0.4);
  border-radius: 2px;
  display: flex;
}
.rrt-product-single form.cart .qty {
  appearance: textfield;
  -moz-appearance: textfield;
  background: transparent;
  border: 0;
  color: #f5edd8;
  font-size: 16px;
  font-weight: 600;
  padding: 13px 0;
  text-align: center;
  width: 56px;
}
.rrt-product-single form.cart .qty::-webkit-outer-spin-button, .rrt-product-single form.cart .qty::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.rrt-product-single .single_add_to_cart_button {
  background: #c9a84c !important;
  border: 0 !important;
  border-radius: 2px !important;
  color: #0c1b2e !important;
  flex: 1;
  font-size: 13px !important;
  font-weight: 700 !important;
  letter-spacing: 0.22em !important;
  padding: 14px 24px !important;
  text-transform: uppercase !important;
  transition: background 0.2s ease;
}
.rrt-product-single .single_add_to_cart_button:hover {
  background: #e0c878 !important;
}
.rrt-product-single .rrt-ps-note {
  align-items: flex-start;
  background: #16263c;
  border: 1px solid rgba(201, 168, 76, 0.25);
  border-radius: 2px;
  display: flex;
  gap: 12px;
  padding: 16px 18px;
}
.rrt-product-single .rrt-ps-note__icon {
  color: #c9a84c;
  font-size: 18px;
  line-height: 1.2;
}
.rrt-product-single .rrt-ps-note__title {
  color: #e0c878;
  font-family: "Playfair Display", serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.3;
  margin: 0 0 4px;
}
.rrt-product-single .rrt-ps-note__text {
  color: rgba(245, 237, 216, 0.55);
  font-size: 13px;
  line-height: 1.5;
  margin: 0;
}
.rrt-product-single .rrt-product-single__details {
  background: #152439;
  gap: 56px;
  margin: 0;
  padding: 64px;
}
.rrt-product-single .rrt-product-single__details h2 {
  color: #e0c878;
  font-family: "Playfair Display", serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 18px;
}
.rrt-product-single .rrt-product-single__details p {
  color: rgba(245, 237, 216, 0.8);
  font-size: 18px;
  line-height: 1.75;
}
.rrt-product-single .rrt-product-single__details .rrt-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 4px;
}
.rrt-product-single .rrt-product-single__details .rrt-tag {
  border: 1px solid rgba(201, 168, 76, 0.35);
  border-radius: 20px;
  color: rgba(201, 168, 76, 0.9);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1;
  margin: 0;
  padding: 5px 12px;
}
.rrt-product-single .rrt-spec {
  border-top: 1px solid rgba(201, 168, 76, 0.16);
  margin: 14px 0 0;
}
.rrt-product-single .rrt-spec__row {
  border-bottom: 1px solid rgba(201, 168, 76, 0.12);
  display: flex;
  justify-content: space-between;
  padding: 12px 0;
}
.rrt-product-single .rrt-spec__row:last-child {
  border-bottom: 0;
}
.rrt-product-single .rrt-spec dt {
  color: rgba(245, 237, 216, 0.7);
  font-size: 15px;
  font-weight: 500;
}
.rrt-product-single .rrt-spec dd {
  color: #e0c878;
  font-size: 15px;
  font-weight: 500;
  margin: 0;
}
.rrt-product-single .rrt-product-single__trade {
  padding: 56px 64px;
  text-align: center;
}
.rrt-product-single .rrt-product-single__trade .rrt-product-single__trade-line {
  color: #e0c878;
  font-family: "Playfair Display", serif;
  font-size: 22px;
  font-style: italic;
  line-height: 1.5;
  margin: 0 auto 22px;
  max-width: 540px;
}
.rrt-product-single .rrt-product-single__trade .wp-block-button__link {
  border-color: #c9a84c;
  color: #c9a84c;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.2em;
  padding: 13px 32px;
  text-transform: uppercase;
}

@media (max-width: 782px) {
  .rrt-product-single {
    padding-bottom: 32px;
  }
  .rrt-product-single .rrt-product-single__crumb {
    padding: 12px 24px;
  }
  .rrt-product-single .rrt-product-single__main {
    padding: 28px 24px;
  }
  .rrt-product-single .rrt-product-single__main .product {
    gap: 28px;
    grid-template-columns: 1fr;
  }
  .rrt-product-single .product_title {
    font-size: clamp(34px, 10vw, 48px);
  }
  .rrt-product-single form.cart {
    flex-wrap: wrap;
  }
  .rrt-product-single .single_add_to_cart_button {
    flex: 1 0 100%;
  }
  .rrt-product-single .rrt-product-single__details {
    gap: 24px;
    padding: 28px 24px;
  }
  .rrt-product-single .rrt-product-single__details h2 {
    font-size: clamp(26px, 7vw, 32px);
  }
  .rrt-product-single .rrt-product-single__trade {
    padding: 32px 24px;
  }
  .rrt-product-single .rrt-product-single__trade h2 {
    font-size: clamp(26px, 7vw, 32px);
  }
}
body.woocommerce-checkout {
  background-color: #0c1b2e !important;
}
body.woocommerce-checkout .wp-site-blocks {
  background-color: #0c1b2e;
}
body.woocommerce-checkout h1.wp-block-post-title {
  color: #e0c878;
  font-family: "Playfair Display", serif;
}
body.woocommerce-checkout .rrt-checkout__head {
  padding-top: 9.5rem;
  padding-bottom: 1.5rem;
}
body.woocommerce-checkout .rrt-checkout__head h1.wp-block-post-title {
  margin: 0 0 1.25rem;
  max-width: none;
  line-height: 1;
  font-size: clamp(2.6rem, 6vw, 4rem);
}
body.woocommerce-checkout .rrt-checkout__crumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 1.25rem;
  font-size: 0.78rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
body.woocommerce-checkout .rrt-checkout__crumb a {
  color: rgba(245, 237, 216, 0.55);
  text-decoration: none;
}
body.woocommerce-checkout .rrt-checkout__crumb a:hover, body.woocommerce-checkout .rrt-checkout__crumb a:focus {
  color: #c9a84c;
}
body.woocommerce-checkout .rrt-checkout__crumb [aria-current=page] {
  color: #c9a84c;
}
body.woocommerce-checkout .rrt-checkout__crumb .rrt-checkout__crumb-sep {
  color: rgba(245, 237, 216, 0.3);
}
body.woocommerce-checkout .rrt-checkout__steps {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
body.woocommerce-checkout .rrt-checkout__step {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  font-size: 0.8rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(245, 237, 216, 0.45);
}
body.woocommerce-checkout .rrt-checkout__step .rrt-checkout__step-dot {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.65rem;
  height: 1.65rem;
  border-radius: 50%;
  border: 1px solid rgba(201, 168, 76, 0.35);
  font-size: 0.8rem;
  font-weight: 700;
  color: rgba(245, 237, 216, 0.55);
}
body.woocommerce-checkout .rrt-checkout__step.is-complete {
  color: rgba(245, 237, 216, 0.7);
}
body.woocommerce-checkout .rrt-checkout__step.is-complete .rrt-checkout__step-dot {
  background: #7cb36b;
  border-color: #7cb36b;
  color: #0c1b2e;
}
body.woocommerce-checkout .rrt-checkout__step.is-current {
  color: #f5edd8;
}
body.woocommerce-checkout .rrt-checkout__step.is-current .rrt-checkout__step-dot {
  background: #c9a84c;
  border-color: #c9a84c;
  color: #0c1b2e;
}
body.woocommerce-checkout .rrt-checkout__step-line {
  flex: 0 0 2.5rem;
  height: 1px;
  margin: 0;
  list-style: none;
  background: rgba(201, 168, 76, 0.3);
}
body.woocommerce-checkout .wc-block-checkout {
  color: rgba(245, 237, 216, 0.82);
}
body.woocommerce-checkout .wc-block-components-title,
body.woocommerce-checkout .wc-block-components-checkout-step__title {
  color: #e0c878;
  font-family: "Playfair Display", serif;
  font-weight: 700;
}
body.woocommerce-checkout .wc-block-components-checkout-step__description,
body.woocommerce-checkout .wc-block-components-checkout-step__heading-content {
  color: rgba(245, 237, 216, 0.5);
}
body.woocommerce-checkout .wc-block-components-checkout-step__heading-content {
  color: rgba(245, 237, 216, 0.5);
}
body.woocommerce-checkout .wc-block-components-text-input input.input-text,
body.woocommerce-checkout .wc-block-components-text-input input[type=text],
body.woocommerce-checkout .wc-block-components-text-input input[type=email],
body.woocommerce-checkout .wc-block-components-text-input input[type=tel],
body.woocommerce-checkout .wc-block-components-text-input input[type=number],
body.woocommerce-checkout .wc-block-components-text-input textarea,
body.woocommerce-checkout .wc-blocks-components-select .wc-blocks-components-select__container,
body.woocommerce-checkout .components-form-token-field__input,
body.woocommerce-checkout textarea.wc-block-components-textarea {
  background: #16263c;
  color: #f5edd8;
  border: 1px solid rgba(201, 168, 76, 0.28);
  border-radius: 2px;
}
body.woocommerce-checkout .wc-blocks-components-select__select {
  color: #f5edd8;
}
body.woocommerce-checkout .wc-block-components-text-input label,
body.woocommerce-checkout .wc-block-components-checkout-step__heading .wc-block-components-text-input label,
body.woocommerce-checkout .wc-blocks-components-select__label {
  color: rgba(245, 237, 216, 0.6);
}
body.woocommerce-checkout .wc-block-components-text-input.is-active label {
  color: rgba(245, 237, 216, 0.85);
}
body.woocommerce-checkout .wc-block-components-text-input input:focus,
body.woocommerce-checkout .wc-block-components-text-input textarea:focus,
body.woocommerce-checkout .components-form-token-field__input:focus {
  border-color: #c9a84c;
  box-shadow: none;
  outline: none;
}
body.woocommerce-checkout .wc-block-components-checkbox__label,
body.woocommerce-checkout .wc-block-components-radio-control__label {
  color: rgba(245, 237, 216, 0.7);
}
body.woocommerce-checkout .wc-block-components-checkbox__mark {
  fill: #0c1b2e;
}
body.woocommerce-checkout .wc-block-components-panel__button,
body.woocommerce-checkout .wc-block-components-totals-coupon-link {
  color: #c9a84c;
}
body.woocommerce-checkout .wc-block-checkout__sidebar .wc-block-components-checkout-order-summary,
body.woocommerce-checkout .wc-block-checkout__sidebar .wc-block-components-sidebar,
body.woocommerce-checkout .wc-block-components-order-summary {
  background: #16263c;
  border: 1px solid rgba(201, 168, 76, 0.22);
  border-radius: 2px;
}
body.woocommerce-checkout .wc-block-checkout__sidebar.wc-block-components-sidebar,
body.woocommerce-checkout .wc-block-checkout__sidebar .wc-block-components-sidebar {
  padding: 1.9rem 1.9rem 2.1rem;
}
body.woocommerce-checkout .wc-block-components-checkout-order-summary__title,
body.woocommerce-checkout .wc-block-components-order-summary .wc-block-components-title {
  font-size: 1.3rem;
}
body.woocommerce-checkout .wc-block-components-order-summary-item__description,
body.woocommerce-checkout .wc-block-components-product-name,
body.woocommerce-checkout .wc-block-components-order-summary-item__quantity {
  color: rgba(245, 237, 216, 0.7);
}
body.woocommerce-checkout .wc-block-components-product-name {
  color: #c9a84c;
  font-family: "Playfair Display", serif;
  font-weight: 700;
  font-size: 1.2rem;
}
body.woocommerce-checkout .wc-block-components-product-metadata {
  display: none;
}
body.woocommerce-checkout .wc-block-components-order-summary-item .wc-block-cart-item__prices {
  display: none;
}
body.woocommerce-checkout .wc-block-components-order-summary-item__total-price {
  font-size: 1.05rem;
}
body.woocommerce-checkout .wc-block-components-order-summary-item,
body.woocommerce-checkout .wc-block-components-totals-item {
  border-color: rgba(201, 168, 76, 0.14);
}
body.woocommerce-checkout .wc-block-components-panel__button,
body.woocommerce-checkout .wc-block-components-totals-coupon-link {
  font-size: 1.05rem;
}
body.woocommerce-checkout .wc-block-components-totals-item {
  padding-top: 0.35rem;
  padding-bottom: 0.35rem;
}
body.woocommerce-checkout .wc-block-components-totals-item__label {
  color: rgba(245, 237, 216, 0.75);
  font-size: 1.05rem;
}
body.woocommerce-checkout .wc-block-components-totals-item__value,
body.woocommerce-checkout .wc-block-components-formatted-money-amount {
  color: #f5edd8;
  font-size: 1.05rem;
}
body.woocommerce-checkout .wc-block-components-totals-wrapper:last-child {
  padding: 0;
}
body.woocommerce-checkout .wc-block-components-totals-footer-item {
  border-top: 1px solid rgba(201, 168, 76, 0.22);
  margin-top: 0.9rem;
  padding-top: 0.9rem;
  padding-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
body.woocommerce-checkout .wc-block-components-totals-footer-item .wc-block-components-totals-item__label {
  color: #c9a84c;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.1rem;
}
body.woocommerce-checkout .wc-block-components-totals-footer-item .wc-block-components-totals-item__value,
body.woocommerce-checkout .wc-block-components-totals-footer-item .wc-block-components-formatted-money-amount {
  color: #e0c878;
  font-family: "Playfair Display", serif;
  font-weight: 700;
  font-size: 2rem;
}
body.woocommerce-checkout .wc-block-components-radio-control__option {
  border: 1px solid rgba(201, 168, 76, 0.25);
  border-radius: 2px;
}
body.woocommerce-checkout .wc-block-components-radio-control__option--checked {
  border-color: #c9a84c;
  background: rgba(201, 168, 76, 0.08);
}
body.woocommerce-checkout .wc-block-components-checkout-place-order-button,
body.woocommerce-checkout .wc-block-components-button.contained {
  background: #c9a84c;
  color: #0c1b2e;
  border-radius: 2px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}
body.woocommerce-checkout .wc-block-components-checkout-place-order-button:hover, body.woocommerce-checkout .wc-block-components-checkout-place-order-button:focus,
body.woocommerce-checkout .wc-block-components-button.contained:hover,
body.woocommerce-checkout .wc-block-components-button.contained:focus {
  background: #e0c878;
  color: #0c1b2e;
}
body.woocommerce-checkout .wc-block-components-notice-banner {
  background: #16263c;
  border-color: rgba(201, 168, 76, 0.22);
  color: rgba(245, 237, 216, 0.8);
}

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