/*
Theme Name: Ready Together
Theme URI: https://readytogether.ca
Author: Ready Together
Description: A custom WooCommerce theme for the Ready Together hospital comfort kit.
Version: 1.0.0
Requires at least: 6.8
Tested up to: 7.0
Requires PHP: 7.4
Text Domain: ready-together
*/

:root {
  --cream: #f4f1e9;
  --paper: #fbfaf6;
  --ink: #26312c;
  --muted: #68736d;
  --sage: #8f9c8b;
  --sage-dark: #657463;
  --sage-pale: #dde3d8;
  --stone: #d8d0c4;
  --line: rgba(38, 49, 44, 0.13);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  background: var(--cream);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  margin: 0;
  -webkit-font-smoothing: antialiased;
}

button,
input,
select,
textarea {
  font: inherit;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
}

.announcement {
  background: var(--ink);
  color: #e8e8df;
  font-size: 10px;
  letter-spacing: .16em;
  padding: 10px 20px;
  text-align: center;
  text-transform: uppercase;
}

.site-header {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1480px;
  padding: 22px 5vw;
}

.brand,
.logo-lockup {
  align-items: center;
  display: inline-flex;
}

.logo-lockup {
  gap: 12px;
}

.logo-symbol {
  color: var(--ink);
  flex: 0 0 auto;
  height: 44px;
  width: 44px;
}

.logo-wordmark {
  display: flex;
  flex-direction: column;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 18px;
  letter-spacing: -.025em;
  line-height: .82;
}

.logo-wordmark span:last-child {
  color: var(--sage-dark);
  font-style: italic;
}

.nav-links {
  align-items: center;
  display: flex;
  font-size: 12px;
  gap: 30px;
}

.nav-links a:not(.nav-cta) {
  color: var(--muted);
  transition: color .2s ease;
}

.nav-links a:not(.nav-cta):hover {
  color: var(--ink);
}

.nav-cta {
  border: 1px solid var(--ink);
  border-radius: 999px;
  padding: 11px 19px;
}

.hero {
  align-items: center;
  display: grid;
  gap: clamp(44px, 6vw, 100px);
  grid-template-columns: minmax(0, .86fr) minmax(520px, 1.14fr);
  margin: 0 auto;
  max-width: 1480px;
  min-height: calc(100vh - 122px);
  padding: 44px 5vw 86px;
}

.eyebrow {
  align-items: center;
  color: var(--sage-dark);
  display: flex;
  font-size: 10px;
  font-weight: 700;
  gap: 10px;
  letter-spacing: .2em;
  margin: 0 0 24px;
  text-transform: uppercase;
}

.eyebrow::before {
  background: var(--sage);
  content: "";
  height: 1px;
  width: 28px;
}

.hero h1,
.section h2,
.pair-copy h2,
.experience-heading h2,
.gift-copy h2,
.faq-heading h2,
.closing-section h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  letter-spacing: -.055em;
  line-height: .92;
  margin: 0;
}

.hero h1 {
  font-size: clamp(58px, 6.4vw, 104px);
}

.hero-lede {
  color: var(--muted);
  font-size: clamp(17px, 1.35vw, 21px);
  line-height: 1.65;
  margin: 34px 0 0;
  max-width: 620px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 13px;
  margin-top: 36px;
}

.button {
  align-items: center;
  border-radius: 999px;
  display: inline-flex;
  font-size: 13px;
  font-weight: 700;
  gap: 26px;
  justify-content: center;
  padding: 16px 24px;
  transition: transform .2s ease, background .2s ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button-primary {
  background: var(--ink);
  color: var(--paper);
}

.button-secondary {
  border: 1px solid var(--line);
}

.button-light {
  background: var(--paper);
  color: var(--ink);
}

.hero-stats {
  border-top: 1px solid var(--line);
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(3, 1fr);
  margin: 48px 0 0;
  padding-top: 24px;
}

.hero-stats div {
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.hero-stats dt {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 34px;
}

.hero-stats dd {
  color: var(--muted);
  font-size: 10px;
  letter-spacing: .04em;
  margin: 0;
}

.hero-visual {
  justify-self: end;
  max-width: 760px;
  position: relative;
  width: 100%;
}

.image-frame {
  aspect-ratio: 1 / 1;
  background: #e8e4dc;
  border: 1px solid rgba(38, 49, 44, .08);
  border-radius: 220px 220px 34px 34px;
  box-shadow: 0 28px 70px rgba(55, 58, 48, .14);
  overflow: hidden;
}

.image-frame img {
  display: block;
  height: 100%;
  object-fit: cover;
  object-position: center;
  width: 100%;
}

.detail-card {
  align-items: center;
  backdrop-filter: blur(12px);
  background: rgba(251, 250, 246, .9);
  border: 1px solid rgba(255,255,255,.7);
  border-radius: 16px;
  box-shadow: 0 14px 32px rgba(41, 48, 42, .1);
  display: flex;
  font-size: 11px;
  gap: 12px;
  line-height: 1.45;
  padding: 14px 17px;
  position: absolute;
}

.detail-card strong {
  display: block;
  font-size: 12px;
}

.detail-card-top {
  right: -20px;
  top: 18%;
}

.detail-card-bottom {
  bottom: 8%;
  left: -24px;
}

.detail-icon {
  align-items: center;
  background: var(--sage-pale);
  border-radius: 50%;
  display: inline-flex;
  font-size: 14px;
  height: 32px;
  justify-content: center;
  width: 32px;
}

.promise-strip {
  align-items: center;
  background: var(--ink);
  color: #e8e8df;
  display: flex;
  font-size: 10px;
  gap: 28px;
  justify-content: center;
  letter-spacing: .12em;
  overflow: hidden;
  padding: 18px 5vw;
  text-transform: uppercase;
  white-space: nowrap;
}

.promise-strip i {
  background: var(--sage);
  border-radius: 50%;
  height: 4px;
  width: 4px;
}

.section {
  margin: 0 auto;
  max-width: 1480px;
  padding: 120px 5vw;
}

.section h2 {
  font-size: clamp(48px, 5vw, 76px);
}

.section-intro {
  color: var(--muted);
  font-size: 18px;
  line-height: 1.7;
  max-width: 520px;
}

.section-heading-grid {
  align-items: end;
  display: grid;
  gap: 70px;
  grid-template-columns: minmax(0, 1.4fr) minmax(320px, .6fr);
  margin-bottom: 74px;
}

.section-heading-grid .section-intro {
  margin: 0 0 4px;
}

.kit-grid {
  border-left: 1px solid var(--line);
  border-top: 1px solid var(--line);
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}

.kit-card {
  border-bottom: 1px solid var(--line);
  border-right: 1px solid var(--line);
  min-height: 330px;
  padding: 26px 24px 30px;
  transition: background .25s ease, transform .25s ease;
}

.kit-card:hover {
  background: var(--paper);
  transform: translateY(-4px);
}

.kit-card-topline {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.kit-number {
  color: var(--sage-dark);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 19px;
}

.quantity {
  background: var(--sage-pale);
  border-radius: 999px;
  color: var(--sage-dark);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .06em;
  padding: 7px 10px;
  text-transform: uppercase;
}

.kit-group {
  color: var(--sage-dark) !important;
  font-size: 10px !important;
  font-weight: 700;
  letter-spacing: .14em;
  margin: 62px 0 12px !important;
  text-transform: uppercase;
}

.kit-card h3 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 25px;
  font-weight: 400;
  letter-spacing: -.025em;
  margin: 0 0 14px;
}

.kit-card > p:last-child {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.65;
  margin: 0;
}

.pair-section {
  background: var(--ink);
  color: var(--paper);
  display: grid;
  gap: 9vw;
  grid-template-columns: minmax(0, 1fr) minmax(420px, .7fr);
  padding: 130px max(5vw, calc((100vw - 1480px) / 2 + 5vw));
}

.eyebrow-light {
  color: #b7c1b3;
}

.pair-copy h2 {
  font-size: clamp(52px, 5.2vw, 82px);
}

.pair-copy > p:last-child {
  color: #b8c0bc;
  font-size: 17px;
  line-height: 1.8;
  margin: 40px 0 0;
  max-width: 620px;
}

.principles {
  border-top: 1px solid rgba(255,255,255,.16);
}

.principles article {
  border-bottom: 1px solid rgba(255,255,255,.16);
  display: grid;
  gap: 12px 24px;
  grid-template-columns: 42px 1fr;
  padding: 30px 0;
}

.principles span {
  color: #aeb9aa;
  font-family: Georgia, "Times New Roman", serif;
}

.principles h3 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 25px;
  font-weight: 400;
  margin: 0;
}

.principles p {
  color: #aeb5b1;
  font-size: 13px;
  grid-column: 2;
  line-height: 1.7;
  margin: 0;
}

.experience-section {
  background: var(--sage-pale);
  display: grid;
  gap: 8vw;
  grid-template-columns: minmax(360px, .8fr) minmax(540px, 1.2fr);
  padding: 120px max(5vw, calc((100vw - 1480px) / 2 + 5vw));
}

.experience-heading h2 {
  font-size: clamp(50px, 4.8vw, 74px);
}

.experience-steps {
  border-top: 1px solid rgba(38,49,44,.18);
}

.experience-steps article {
  align-items: start;
  border-bottom: 1px solid rgba(38,49,44,.18);
  display: grid;
  gap: 20px;
  grid-template-columns: 48px minmax(150px, .6fr) 1fr;
  padding: 28px 0;
}

.experience-steps span {
  color: var(--sage-dark);
  font-family: Georgia, "Times New Roman", serif;
}

.experience-steps h3 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 24px;
  font-weight: 400;
  margin: 0;
}

.experience-steps p {
  color: #59675f;
  font-size: 13px;
  line-height: 1.7;
  margin: 0;
}

.gift-section {
  align-items: stretch;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(440px, .95fr);
  margin: 0 auto;
  max-width: 1480px;
  padding: 120px 5vw;
}

.gift-image {
  background: #e8e4dc;
  border-radius: 32px 0 0 32px;
  min-height: 700px;
  overflow: hidden;
}

.gift-image img {
  height: 100%;
  object-fit: cover;
  object-position: 66% center;
  width: 100%;
}

.gift-copy {
  align-items: flex-start;
  background: var(--paper);
  border: 1px solid var(--line);
  border-left: 0;
  border-radius: 0 32px 32px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(44px, 5vw, 78px);
}

.gift-copy h2 {
  font-size: clamp(46px, 4.1vw, 66px);
}

.gift-copy > p:not(.eyebrow) {
  color: var(--muted);
  font-size: 16px;
  line-height: 1.8;
  margin: 30px 0 28px;
}

.gift-copy ul {
  border-top: 1px solid var(--line);
  list-style: none;
  margin: 0 0 34px;
  padding: 0;
  width: 100%;
}

.gift-copy li {
  align-items: center;
  border-bottom: 1px solid var(--line);
  display: grid;
  font-size: 13px;
  gap: 18px;
  grid-template-columns: 32px 1fr;
  padding: 17px 0;
}

.gift-copy li span {
  color: var(--sage-dark);
  font-family: Georgia, "Times New Roman", serif;
}

.faq-section {
  display: grid;
  gap: 9vw;
  grid-template-columns: minmax(360px, .8fr) minmax(520px, 1.2fr);
  margin: 0 auto;
  max-width: 1480px;
  padding: 80px 5vw 130px;
}

.faq-heading h2 {
  font-size: clamp(48px, 4.6vw, 70px);
}

.faq-list {
  border-top: 1px solid var(--line);
}

.faq-list details {
  border-bottom: 1px solid var(--line);
  padding: 0;
}

.faq-list summary {
  cursor: pointer;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 21px;
  list-style: none;
  padding: 25px 48px 25px 0;
  position: relative;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary::after {
  content: "+";
  font-family: Arial, Helvetica, sans-serif;
  font-size: 22px;
  font-weight: 300;
  position: absolute;
  right: 4px;
  top: 23px;
}

.faq-list details[open] summary::after {
  content: "–";
}

.faq-list p {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.75;
  margin: -5px 0 25px;
  max-width: 690px;
  padding-right: 40px;
}

.closing-section {
  align-items: center;
  background: var(--ink);
  color: var(--paper);
  display: flex;
  flex-direction: column;
  padding: 120px 20px;
  text-align: center;
}

.closing-section .logo-lockup {
  margin-bottom: 48px;
}

.closing-section .logo-symbol {
  color: var(--paper);
  height: 54px;
  width: 54px;
}

.closing-section .logo-symbol circle:first-child {
  fill: var(--paper);
}

.closing-section .logo-symbol path:first-of-type {
  stroke: var(--ink);
}

.closing-section .logo-wordmark {
  font-size: 22px;
}

.closing-section .logo-wordmark span:first-child {
  color: var(--paper);
}

.closing-section .logo-wordmark span:last-child {
  color: #b7c1b3;
}

.closing-section .eyebrow {
  justify-content: center;
}

.closing-section h2 {
  font-size: clamp(54px, 5.4vw, 84px);
  margin-bottom: 38px;
}

footer {
  align-items: center;
  display: grid;
  font-size: 11px;
  gap: 30px;
  grid-template-columns: 1fr 1fr 1fr;
  margin: 0 auto;
  max-width: 1480px;
  padding: 34px 5vw;
}

footer .logo-symbol {
  height: 36px;
  width: 36px;
}

footer .logo-wordmark {
  font-size: 15px;
}

footer p {
  color: var(--muted);
  margin: 0;
  text-align: center;
}

footer nav {
  display: flex;
  gap: 22px;
  justify-content: flex-end;
}

footer nav a {
  color: var(--muted);
}

@media (max-width: 1100px) {
  .nav-links {
    gap: 18px;
  }

  .hero,
  .pair-section,
  .experience-section,
  .faq-section {
    grid-template-columns: 1fr;
  }

  .hero-copy {
    max-width: 760px;
    padding-top: 40px;
  }

  .hero-visual {
    justify-self: center;
  }

  .kit-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .experience-steps article {
    grid-template-columns: 48px minmax(180px, .55fr) 1fr;
  }

  .gift-section {
    grid-template-columns: 1fr;
  }

  .gift-image {
    border-radius: 32px 32px 0 0;
    min-height: 590px;
  }

  .gift-copy {
    border-left: 1px solid var(--line);
    border-radius: 0 0 32px 32px;
  }
}

@media (max-width: 760px) {
  .announcement {
    font-size: 8px;
  }

  .site-header {
    padding: 16px 20px;
  }

  .logo-symbol {
    height: 40px;
    width: 40px;
  }

  .nav-links a:not(.nav-cta) {
    display: none;
  }

  .nav-cta {
    font-size: 10px;
    padding: 10px 14px;
  }

  .hero {
    display: flex;
    flex-direction: column;
    min-height: auto;
    padding: 56px 20px 70px;
  }

  .hero h1 {
    font-size: clamp(53px, 15vw, 74px);
  }

  .hero-actions .button {
    width: 100%;
  }

  .hero-stats {
    gap: 10px;
  }

  .hero-stats dd {
    font-size: 9px;
  }

  .image-frame {
    border-radius: 140px 140px 28px 28px;
  }

  .detail-card {
    transform: scale(.9);
  }

  .detail-card-top {
    right: -8px;
  }

  .detail-card-bottom {
    bottom: 5%;
    left: -8px;
  }

  .promise-strip {
    justify-content: flex-start;
  }

  .section,
  .pair-section,
  .experience-section,
  .gift-section,
  .faq-section {
    padding: 90px 20px;
  }

  .section-heading-grid {
    gap: 34px;
    grid-template-columns: 1fr;
    margin-bottom: 54px;
  }

  .kit-grid {
    grid-template-columns: 1fr;
  }

  .kit-card {
    min-height: 270px;
  }

  .pair-section,
  .experience-section,
  .faq-section {
    gap: 64px;
  }

  .experience-steps article {
    gap: 12px 18px;
    grid-template-columns: 36px 1fr;
  }

  .experience-steps p {
    grid-column: 2;
  }

  .gift-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .gift-image {
    min-height: 440px;
  }

  .gift-copy {
    padding: 44px 26px;
  }

  .gift-copy .button {
    width: 100%;
  }

  .closing-section {
    padding: 95px 20px;
  }

  footer {
    grid-template-columns: 1fr;
    justify-items: start;
    padding: 32px 20px;
  }

  footer p {
    text-align: left;
  }

  footer nav {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}

/* WordPress and WooCommerce */

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background: var(--paper);
  clip: auto !important;
  clip-path: none;
  color: var(--ink);
  display: block;
  font-size: 14px;
  height: auto;
  left: 12px;
  padding: 14px 18px;
  top: 12px;
  width: auto;
  z-index: 100000;
}

.nav-links .cart-link {
  align-items: center;
  display: inline-flex;
  gap: 7px;
}

.cart-count {
  align-items: center;
  background: var(--sage-pale);
  border-radius: 50%;
  color: var(--ink);
  display: inline-flex;
  font-size: 9px;
  font-weight: 700;
  height: 20px;
  justify-content: center;
  min-width: 20px;
  padding: 0 5px;
}

.rt-content-shell,
.rt-commerce-shell {
  margin: 0 auto;
  max-width: 1320px;
  min-height: 56vh;
  padding: 86px 5vw 120px;
}

.rt-content-shell.narrow {
  max-width: 920px;
}

.entry-header {
  border-bottom: 1px solid var(--line);
  margin-bottom: 42px;
  padding-bottom: 28px;
}

.entry-title,
.woocommerce-products-header__title,
.woocommerce div.product .product_title,
.cart-empty,
.woocommerce-order-received .woocommerce-order-details__title,
.woocommerce-order-received .woocommerce-column__title {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(42px, 5vw, 70px);
  font-weight: 400;
  letter-spacing: -.045em;
  line-height: .98;
  margin: 0;
}

.entry-content {
  color: var(--muted);
  font-size: 16px;
  line-height: 1.75;
}

.woocommerce .woocommerce-breadcrumb {
  color: var(--sage-dark);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .12em;
  margin: 0 0 32px;
  text-transform: uppercase;
}

.woocommerce .woocommerce-breadcrumb a {
  color: var(--muted);
}

.woocommerce .woocommerce-result-count,
.woocommerce .woocommerce-ordering {
  color: var(--muted);
  font-size: 12px;
  margin: 24px 0 34px;
}

.woocommerce .woocommerce-ordering select,
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce form .form-row select,
.woocommerce .quantity .qty,
.select2-container--default .select2-selection--single {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 10px;
  color: var(--ink);
  min-height: 48px;
  padding: 12px 14px;
}

.woocommerce form .form-row textarea {
  min-height: 130px;
}

.woocommerce form .form-row label {
  color: var(--ink);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .05em;
  line-height: 1.5;
  margin-bottom: 7px;
}

.woocommerce ul.products {
  display: grid;
  gap: 26px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 0;
}

.woocommerce ul.products::before,
.woocommerce ul.products::after {
  display: none;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 22px;
  float: none;
  margin: 0;
  overflow: hidden;
  padding: 18px 18px 24px;
  transition: transform .2s ease, box-shadow .2s ease;
  width: auto;
}

.woocommerce ul.products li.product:hover {
  box-shadow: 0 18px 44px rgba(55, 58, 48, .1);
  transform: translateY(-4px);
}

.woocommerce ul.products li.product a img {
  background: #e8e4dc;
  border-radius: 15px;
  margin: 0 0 22px;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 25px;
  font-weight: 400;
  letter-spacing: -.025em;
  padding: 0;
}

.woocommerce ul.products li.product .price,
.woocommerce div.product p.price,
.woocommerce div.product span.price {
  color: var(--sage-dark);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 21px;
  margin: 10px 0 18px;
}

.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit,
.wc-block-components-button,
.wp-element-button {
  background: var(--ink) !important;
  border: 1px solid var(--ink) !important;
  border-radius: 999px !important;
  color: var(--paper) !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  min-height: 48px;
  padding: 16px 22px !important;
  text-decoration: none !important;
  transition: background .2s ease, color .2s ease, transform .2s ease;
}

.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit:hover,
.wc-block-components-button:hover,
.wp-element-button:hover {
  background: var(--sage-dark) !important;
  border-color: var(--sage-dark) !important;
  color: #fff !important;
  transform: translateY(-1px);
}

.woocommerce div.product {
  display: grid;
  gap: clamp(44px, 7vw, 96px);
  grid-template-columns: minmax(0, 1.05fr) minmax(380px, .75fr);
}

.woocommerce div.product div.images,
.woocommerce div.product div.summary {
  float: none;
  margin: 0;
  width: auto;
}

.woocommerce div.product div.images img {
  background: #e8e4dc;
  border-radius: 220px 220px 30px 30px;
}

.woocommerce div.product div.summary {
  align-self: center;
}

.woocommerce div.product .woocommerce-product-details__short-description {
  color: var(--muted);
  font-size: 16px;
  line-height: 1.75;
}

.woocommerce div.product form.cart {
  align-items: center;
  border-bottom: 1px solid var(--line);
  border-top: 1px solid var(--line);
  display: flex;
  gap: 12px;
  margin: 30px 0 22px;
  padding: 24px 0;
}

.woocommerce div.product .product_meta {
  color: var(--muted);
  font-size: 11px;
  line-height: 1.8;
}

.woocommerce div.product .woocommerce-tabs,
.woocommerce div.product .related.products {
  grid-column: 1 / -1;
  margin-top: 30px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
  border-bottom: 1px solid var(--line);
  margin: 0 0 36px;
  padding: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::after {
  display: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
  background: transparent;
  border: 0;
  border-radius: 0;
  margin: 0 28px 0 0;
  padding: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  color: var(--muted);
  font-size: 11px;
  letter-spacing: .08em;
  padding: 14px 0;
  text-transform: uppercase;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
  color: var(--ink);
}

.woocommerce .woocommerce-message,
.woocommerce .woocommerce-info,
.woocommerce .woocommerce-error {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 14px;
  color: var(--ink);
  line-height: 1.5;
  margin: 0 0 28px;
  padding: 18px 22px 18px 52px;
}

.woocommerce .woocommerce-message::before,
.woocommerce .woocommerce-info::before,
.woocommerce .woocommerce-error::before {
  color: var(--sage-dark);
  top: 18px;
}

.woocommerce table.shop_table,
.woocommerce-checkout-review-order,
.wc-block-components-sidebar-layout .wc-block-components-main,
.wc-block-components-sidebar {
  background: var(--paper);
  border: 1px solid var(--line) !important;
  border-radius: 18px !important;
}

.woocommerce table.shop_table {
  border-collapse: separate;
  border-spacing: 0;
  overflow: hidden;
}

.woocommerce table.shop_table th,
.woocommerce table.shop_table td {
  border-color: var(--line);
  padding: 18px;
}

.woocommerce table.shop_table th {
  color: var(--ink);
  font-size: 10px;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.woocommerce-cart table.cart img {
  border-radius: 10px;
  width: 82px;
}

.woocommerce .cart-collaterals {
  margin-top: 36px;
}

.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
  float: right;
  width: min(100%, 520px);
}

.woocommerce .cart-collaterals h2,
.woocommerce-checkout h3,
.woocommerce-account h2,
.woocommerce-order-details h2,
.woocommerce-customer-details h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 30px;
  font-weight: 400;
  letter-spacing: -.03em;
}

.woocommerce-checkout .col2-set {
  display: grid;
  gap: 28px;
  grid-template-columns: 1fr 1fr;
  width: 100%;
}

.woocommerce-checkout .col2-set .col-1,
.woocommerce-checkout .col2-set .col-2 {
  float: none;
  width: auto;
}

.woocommerce-checkout #order_review_heading {
  margin-top: 46px;
}

.woocommerce-checkout #payment {
  background: var(--sage-pale);
  border-radius: 18px;
  color: var(--ink);
}

.woocommerce-checkout #payment div.payment_box {
  background: var(--paper);
  color: var(--muted);
}

.woocommerce-checkout #payment div.payment_box::before {
  border-bottom-color: var(--paper);
}

.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 24px;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 16px;
  float: left;
  overflow: hidden;
  width: 25%;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.woocommerce-account .woocommerce-MyAccount-navigation li {
  border-bottom: 1px solid var(--line);
}

.woocommerce-account .woocommerce-MyAccount-navigation li:last-child {
  border-bottom: 0;
}

.woocommerce-account .woocommerce-MyAccount-navigation a {
  display: block;
  font-size: 12px;
  padding: 15px 18px;
}

.woocommerce-account .woocommerce-MyAccount-navigation .is-active a {
  background: var(--sage-pale);
  color: var(--ink);
  font-weight: 700;
}

.woocommerce-account .woocommerce-MyAccount-content {
  float: right;
  line-height: 1.7;
  width: 70%;
}

.rt-empty-store-note {
  background: var(--sage-pale);
  border-radius: 12px;
  color: var(--ink);
  font-size: 12px;
  margin-top: 16px;
  padding: 12px 15px;
}

@media (max-width: 900px) {
  .woocommerce ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .woocommerce div.product,
  .woocommerce-checkout .col2-set {
    grid-template-columns: 1fr;
  }

  .woocommerce-account .woocommerce-MyAccount-navigation,
  .woocommerce-account .woocommerce-MyAccount-content {
    float: none;
    margin-bottom: 28px;
    width: 100%;
  }
}

@media (max-width: 760px) {
  .nav-links {
    gap: 9px;
  }

  .nav-links .cart-link {
    font-size: 0;
  }

  .rt-content-shell,
  .rt-commerce-shell {
    padding: 64px 20px 90px;
  }

  .woocommerce ul.products {
    grid-template-columns: 1fr;
  }

  .woocommerce div.product div.images img {
    border-radius: 140px 140px 24px 24px;
  }

  .woocommerce div.product form.cart {
    align-items: stretch;
    flex-direction: column;
  }

  .woocommerce div.product form.cart .button {
    margin-left: 0;
    width: 100%;
  }

  .woocommerce table.shop_table_responsive tr td,
  .woocommerce-page table.shop_table_responsive tr td {
    padding: 14px 16px;
  }
}
